Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_videoplayer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2021-08-06 11:15:39 +0300
committerGitHub <noreply@github.com>2021-08-06 11:15:39 +0300
commit7eed47bba470ba0f871248560385d7e6f0bbbbf4 (patch)
tree2155f41586fd91382a418642e2e36335e2699691
parent6af017d548ea7182dfe4f952ed61af92896e571a (diff)
parent452d2d161e56da710a18648568605721aec7aa97 (diff)
-rw-r--r--.eslintrc.js9
-rw-r--r--.github/workflows/lint-eslint.yml44
-rw-r--r--js/files_videoplayer-_34aa.js1
-rw-r--r--js/files_videoplayer-css_style_css.js2
-rw-r--r--js/files_videoplayer-css_style_css.js.map1
-rw-r--r--js/files_videoplayer-main.js3
-rw-r--r--js/files_videoplayer-main.js.LICENSE.txt35
-rw-r--r--js/files_videoplayer-main.js.map1
-rw-r--r--js/files_videoplayer-vendors-node_modules_video_js_dist_video-js_css.js2
-rw-r--r--js/files_videoplayer-vendors-node_modules_video_js_dist_video-js_css.js.map1
-rw-r--r--js/files_videoplayer-vendors-node_modules_video_js_dist_video_es_js.js3
-rw-r--r--js/files_videoplayer-vendors-node_modules_video_js_dist_video_es_js.js.LICENSE.txt6
-rw-r--r--js/files_videoplayer-vendors-node_modules_video_js_dist_video_es_js.js.map1
-rw-r--r--js/main.js30
-rw-r--r--js/main.js.map1
-rw-r--r--js/vendors~videojs.js9
-rw-r--r--js/vendors~videojs.js.map1
-rw-r--r--js/videojs.js2
-rw-r--r--js/videojs.js.map1
-rw-r--r--lib/AppInfo/Application.php2
-rw-r--r--package-lock.json26776
-rw-r--r--package.json38
-rwxr-xr-xsrc/main.js201
-rwxr-xr-xsrc/viewer.js210
-rw-r--r--src/webpack.common.js40
-rw-r--r--src/webpack.dev.js7
-rw-r--r--src/webpack.prod.js7
-rw-r--r--stylelint.config.js3
-rw-r--r--webpack.js3
29 files changed, 23797 insertions, 3643 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
new file mode 100644
index 0000000..ee34afc
--- /dev/null
+++ b/.eslintrc.js
@@ -0,0 +1,9 @@
+module.exports = {
+ globals: {
+ __webpack_nonce__: true,
+ __webpack_public_path__: true,
+ },
+ extends: [
+ '@nextcloud',
+ ],
+}
diff --git a/.github/workflows/lint-eslint.yml b/.github/workflows/lint-eslint.yml
new file mode 100644
index 0000000..11590ff
--- /dev/null
+++ b/.github/workflows/lint-eslint.yml
@@ -0,0 +1,44 @@
+# This workflow is provided via the organization template repository
+#
+# https://github.com/nextcloud/.github
+# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization
+
+name: Lint
+
+on:
+ pull_request:
+ push:
+ branches:
+ - master
+ - stable*
+
+jobs:
+ lint:
+ runs-on: ubuntu-latest
+
+ name: eslint
+
+ steps:
+ - name: Checkout
+ uses: actions/checkout@v2
+
+ - name: Read package.json node and npm engines version
+ uses: skjnldsv/read-package-engines-version-actions@v1.1
+ id: versions
+ with:
+ fallbackNode: '^12'
+ fallbackNpm: '^6'
+
+ - name: Set up node ${{ steps.versions.outputs.nodeVersion }}
+ uses: actions/setup-node@v2
+ with:
+ node-version: ${{ steps.versions.outputs.nodeVersion }}
+
+ - name: Set up npm ${{ steps.versions.outputs.npmVersion }}
+ run: npm i -g npm@"${{ steps.versions.outputs.npmVersion }}"
+
+ - name: Install dependencies
+ run: npm ci
+
+ - name: Lint
+ run: npm run lint
diff --git a/js/files_videoplayer-_34aa.js b/js/files_videoplayer-_34aa.js
new file mode 100644
index 0000000..5e2dbf1
--- /dev/null
+++ b/js/files_videoplayer-_34aa.js
@@ -0,0 +1 @@
+(self.webpackChunkfiles_videoplayer=self.webpackChunkfiles_videoplayer||[]).push([["_34aa"],{5893:()=>{}}]); \ No newline at end of file
diff --git a/js/files_videoplayer-css_style_css.js b/js/files_videoplayer-css_style_css.js
new file mode 100644
index 0000000..8853fb6
--- /dev/null
+++ b/js/files_videoplayer-css_style_css.js
@@ -0,0 +1,2 @@
+"use strict";(self.webpackChunkfiles_videoplayer=self.webpackChunkfiles_videoplayer||[]).push([["css_style_css"],{174:(n,t,e)=>{e.d(t,{Z:()=>s});var o=e(3645),i=e.n(o)()(!0);i.push([n.id,'#videoplayer_overlay video {\n\toutline: none;\n}\n\n#videoplayer_overlay {\n\tposition: fixed;\n\ttop: 0px;\n\tbottom: 0px;\n\tleft: 0px;\n\tright: 0px;\n\tbackground-color: #4c4c4c;\n\tbackground-color: rgba(0, 0, 0, .7);\n\tz-index: 3000;\n\topacity: 0;\n\ttransition: opacity 250ms ease-in;\n}\n\n#videoplayer_overlay.show {\n\topacity: 1;\n}\n\n#videoplayer_outer_container {\n\tposition: fixed;\n\ttop: 50%;\n\tleft: 50%;\n\twidth: 95%;\n\tmax-width: 854px;\n\ttransform: translate(-50%, -50%);\n}\n\n#videoplayer_container {\n\tposition: relative;\n\twidth: 95%;\n\tmax-width: 854px;\n\tmargin: 0 auto;\n\tcolor: #4d4d4d;\n\tbackground: #fff;\n\tbox-shadow: 0 0 20px #222;\n\tz-index: 3001;\n}\n\n#videoplayer_container:before {\n\tcontent: "";\n\tdisplay: block;\n\tpadding-top: 56.25%;\n}\n\n#videoplayer {\n\tposition: absolute;\n\ttop: 0;\n\tright: 0;\n\tbottom: 0;\n\tleft: 0;\n}\n\n#box-close {\n\tposition: absolute;\n\ttop: 10px;\n\tright: 10px;\n\twidth: 30px;\n\theight: 30px;\n\topacity: .35;\n\tcursor: pointer;\n}\n\n#box-close:hover {\n\topacity: .75;\n}\n\n.vjs-sublime-skin.vjs-has-started.vjs-user-inactive.vjs-playing #box-close {\n\topacity: 0;\n\ttransition: opacity 1s cubic-bezier(.455,.03,.515,.955);\n}\n\n\n/* Video.js adjustments */\n\n.video-js .vjs-menu-button-inline.vjs-slider-active,.video-js .vjs-menu-button-inline:focus,.video-js .vjs-menu-button-inline:hover,.video-js.vjs-no-flex .vjs-menu-button-inline {\n\twidth: 10em\n}\n\n.video-js .vjs-controls-disabled .vjs-big-play-button {\n\tdisplay: none!important\n}\n\n.video-js .vjs-control {\n\twidth: 3em\n}\n\n.video-js .vjs-menu-button-inline:before {\n\twidth: 1.5em\n}\n\n.vjs-menu-button-inline .vjs-menu {\n\tleft: 3em\n}\n\n.vjs-paused.vjs-has-started.video-js .vjs-big-play-button,.video-js.vjs-ended .vjs-big-play-button,.video-js.vjs-paused .vjs-big-play-button {\n\tdisplay: block\n}\n\n.video-js .vjs-load-progress div,.vjs-seeking .vjs-big-play-button,.vjs-waiting .vjs-big-play-button {\n\tdisplay: none!important\n}\n\n.video-js .vjs-mouse-display:after,.video-js .vjs-play-progress:after {\n\tpadding: 0 .4em .3em\n}\n\n.video-js.vjs-ended .vjs-loading-spinner {\n\tdisplay: none;\n}\n\n.video-js.vjs-ended .vjs-big-play-button {\n\tdisplay: block !important;\n}\n\nvideo-js.vjs-ended .vjs-big-play-button,.video-js.vjs-paused .vjs-big-play-button,.vjs-paused.vjs-has-started.video-js .vjs-big-play-button {\n\tdisplay: block\n}\n\n.video-js .vjs-big-play-button {\n\ttop: 50%;\n\tleft: 50%;\n}\n\n.video-js.vjs-big-play-centered .vjs-big-play-button {\n\tbackground-color: rgba(0,0,0,0.35);\n\tfont-size: 3em;\n\tborder-radius: 50%;\n\theight: 2em !important;\n\tline-height: 2em !important;\n\tmargin-top: -1em !important;\n\tmargin-left: -1em !important;\n}\n\n.video-js:hover .vjs-big-play-button,.video-js .vjs-big-play-button:focus,.video-js .vjs-big-play-button:active {\n\tbackground-color: rgba(0,0,0,0.35)\n}\n\n.video-js .vjs-loading-spinner {\n\tborder-color: rgba(255,255,255,0.7)\n}\n\n.video-js .vjs-control-bar2 {\n\tbackground-color: transparent\n}\n\n.video-js .vjs-control-bar {\n\tbackground-color: rgba(0,0,0,0) !important;\n\tcolor: #ffffff;\n\tfont-size: 18px\n}\n\n.video-js .vjs-play-progress,.video-js .vjs-volume-level {\n\tbackground-color: #2483d5\n}\n\n.video-js .vjs-big-play-button {\n\theight: 2em !important;\n\twidth: 2em !important;\n\tline-height: 1.9em !important;\n\tmargin-top: -1em !important;\n\tmargin-left: -1em;\n\tborder-width: 3px\n}\n\n.video-js .vjs-icon-play:before, .video-js .vjs-big-play-button:before {\n\tfont-size: 50px;\n}\n\n.video-js .vjs-progress-holder {\n\tfont-size: 1.7em;\n\tborder-radius: 10px;\n}\n\n.video-js .vjs-progress-holder .vjs-play-progress, .video-js .vjs-progress-holder .vjs-load-progress, .video-js .vjs-progress-holder .vjs-load-progress div, .video-js .vjs-slider,.vjs-volume-level {\n\tborder-radius: 10px;\n}\n\n.video-js .vjs-load-progress {\n\tbackground: rgba(255,255,255,0.5);\n}\n\n.video-js .vjs-big-play-button {\n\theight: 2em !important;\n\twidth: 2em !important;\n\tline-height: 1.9em !important;\n\tmargin-top: -1em !important;\n\tmargin-left: -1em;\n\tborder-width:3px\n}\n.video-js .vjs-icon-play:before, .video-js .vjs-big-play-button:before {\n\tfont-size: 50px;\n}\n.video-js .vjs-progress-holder {\n\tfont-size: 1.7em;\n\tborder-radius: 10px;\n}\n.video-js .vjs-progress-holder .vjs-play-progress, .video-js .vjs-progress-holder .vjs-load-progress, .video-js .vjs-progress-holder .vjs-load-progress div, .video-js .vjs-slider,.vjs-volume-level {\n\tborder-radius: 10px;\n}\n.video-js .vjs-load-progress {\n\tbackground: rgba(255,255,255,0.5);\n}\n\n.video-js button:active {\n\tbackground: transparent !important;\n\tcolor: #fff !important;\n}\n\n/* hide error icon */\n.vjs-error .vjs-error-display::before {\n\tcontent: "" !important;\n}\n\n/* fix for fluid size of the player */\n#imgframe #videoplayer_view {\n\tdisplay: inline-block;\n}\n\n/* public sharing view styles */\n#imgframe .video-js .vjs-tech {\n\tposition: relative;\n\twidth: auto;\n\theight: auto;\n}\n\n/* fullscreen public videos see https://github.com/nextcloud/files_videoplayer/issues/77 */\n#imgframe .video-js.vjs-fullscreen .vjs-tech {\n\twidth:100%;\n\theight:100%;\n}\n\n#imgframe .video-js:not(.vjs-fullscreen),\n#imgframe .video-js:not(.vjs-fullscreen) .vjs-tech {\n\tmax-height: calc(100vh - 280px) !important;\n\tmin-width: 300px;\n\tmax-width: 100% !important;\n}\n',"",{version:3,sources:["webpack://css/style.css"],names:[],mappings:"AAAA;CACC,aAAa;AACd;;AAEA;CACC,eAAe;CACf,QAAQ;CACR,WAAW;CACX,SAAS;CACT,UAAU;CACV,yBAAyB;CACzB,mCAAmC;CACnC,aAAa;CACb,UAAU;CACV,iCAAiC;AAClC;;AAEA;CACC,UAAU;AACX;;AAEA;CACC,eAAe;CACf,QAAQ;CACR,SAAS;CACT,UAAU;CACV,gBAAgB;CAChB,gCAAgC;AACjC;;AAEA;CACC,kBAAkB;CAClB,UAAU;CACV,gBAAgB;CAChB,cAAc;CACd,cAAc;CACd,gBAAgB;CAChB,yBAAyB;CACzB,aAAa;AACd;;AAEA;CACC,WAAW;CACX,cAAc;CACd,mBAAmB;AACpB;;AAEA;CACC,kBAAkB;CAClB,MAAM;CACN,QAAQ;CACR,SAAS;CACT,OAAO;AACR;;AAEA;CACC,kBAAkB;CAClB,SAAS;CACT,WAAW;CACX,WAAW;CACX,YAAY;CACZ,YAAY;CACZ,eAAe;AAChB;;AAEA;CACC,YAAY;AACb;;AAEA;CACC,UAAU;CACV,uDAAuD;AACxD;;;AAGA,yBAAyB;;AAEzB;CACC;AACD;;AAEA;CACC;AACD;;AAEA;CACC;AACD;;AAEA;CACC;AACD;;AAEA;CACC;AACD;;AAEA;CACC;AACD;;AAEA;CACC;AACD;;AAEA;CACC;AACD;;AAEA;CACC,aAAa;AACd;;AAEA;CACC,yBAAyB;AAC1B;;AAEA;CACC;AACD;;AAEA;CACC,QAAQ;CACR,SAAS;AACV;;AAEA;CACC,kCAAkC;CAClC,cAAc;CACd,kBAAkB;CAClB,sBAAsB;CACtB,2BAA2B;CAC3B,2BAA2B;CAC3B,4BAA4B;AAC7B;;AAEA;CACC;AACD;;AAEA;CACC;AACD;;AAEA;CACC;AACD;;AAEA;CACC,0CAA0C;CAC1C,cAAc;CACd;AACD;;AAEA;CACC;AACD;;AAEA;CACC,sBAAsB;CACtB,qBAAqB;CACrB,6BAA6B;CAC7B,2BAA2B;CAC3B,iBAAiB;CACjB;AACD;;AAEA;CACC,eAAe;AAChB;;AAEA;CACC,gBAAgB;CAChB,mBAAmB;AACpB;;AAEA;CACC,mBAAmB;AACpB;;AAEA;CACC,iCAAiC;AAClC;;AAEA;CACC,sBAAsB;CACtB,qBAAqB;CACrB,6BAA6B;CAC7B,2BAA2B;CAC3B,iBAAiB;CACjB;AACD;AACA;CACC,eAAe;AAChB;AACA;CACC,gBAAgB;CAChB,mBAAmB;AACpB;AACA;CACC,mBAAmB;AACpB;AACA;CACC,iCAAiC;AAClC;;AAEA;CACC,kCAAkC;CAClC,sBAAsB;AACvB;;AAEA,oBAAoB;AACpB;CACC,sBAAsB;AACvB;;AAEA,qCAAqC;AACrC;CACC,qBAAqB;AACtB;;AAEA,+BAA+B;AAC/B;CACC,kBAAkB;CAClB,WAAW;CACX,YAAY;AACb;;AAEA,0FAA0F;AAC1F;CACC,UAAU;CACV,WAAW;AACZ;;AAEA;;CAEC,0CAA0C;CAC1C,gBAAgB;CAChB,0BAA0B;AAC3B",sourcesContent:['#videoplayer_overlay video {\n\toutline: none;\n}\n\n#videoplayer_overlay {\n\tposition: fixed;\n\ttop: 0px;\n\tbottom: 0px;\n\tleft: 0px;\n\tright: 0px;\n\tbackground-color: #4c4c4c;\n\tbackground-color: rgba(0, 0, 0, .7);\n\tz-index: 3000;\n\topacity: 0;\n\ttransition: opacity 250ms ease-in;\n}\n\n#videoplayer_overlay.show {\n\topacity: 1;\n}\n\n#videoplayer_outer_container {\n\tposition: fixed;\n\ttop: 50%;\n\tleft: 50%;\n\twidth: 95%;\n\tmax-width: 854px;\n\ttransform: translate(-50%, -50%);\n}\n\n#videoplayer_container {\n\tposition: relative;\n\twidth: 95%;\n\tmax-width: 854px;\n\tmargin: 0 auto;\n\tcolor: #4d4d4d;\n\tbackground: #fff;\n\tbox-shadow: 0 0 20px #222;\n\tz-index: 3001;\n}\n\n#videoplayer_container:before {\n\tcontent: "";\n\tdisplay: block;\n\tpadding-top: 56.25%;\n}\n\n#videoplayer {\n\tposition: absolute;\n\ttop: 0;\n\tright: 0;\n\tbottom: 0;\n\tleft: 0;\n}\n\n#box-close {\n\tposition: absolute;\n\ttop: 10px;\n\tright: 10px;\n\twidth: 30px;\n\theight: 30px;\n\topacity: .35;\n\tcursor: pointer;\n}\n\n#box-close:hover {\n\topacity: .75;\n}\n\n.vjs-sublime-skin.vjs-has-started.vjs-user-inactive.vjs-playing #box-close {\n\topacity: 0;\n\ttransition: opacity 1s cubic-bezier(.455,.03,.515,.955);\n}\n\n\n/* Video.js adjustments */\n\n.video-js .vjs-menu-button-inline.vjs-slider-active,.video-js .vjs-menu-button-inline:focus,.video-js .vjs-menu-button-inline:hover,.video-js.vjs-no-flex .vjs-menu-button-inline {\n\twidth: 10em\n}\n\n.video-js .vjs-controls-disabled .vjs-big-play-button {\n\tdisplay: none!important\n}\n\n.video-js .vjs-control {\n\twidth: 3em\n}\n\n.video-js .vjs-menu-button-inline:before {\n\twidth: 1.5em\n}\n\n.vjs-menu-button-inline .vjs-menu {\n\tleft: 3em\n}\n\n.vjs-paused.vjs-has-started.video-js .vjs-big-play-button,.video-js.vjs-ended .vjs-big-play-button,.video-js.vjs-paused .vjs-big-play-button {\n\tdisplay: block\n}\n\n.video-js .vjs-load-progress div,.vjs-seeking .vjs-big-play-button,.vjs-waiting .vjs-big-play-button {\n\tdisplay: none!important\n}\n\n.video-js .vjs-mouse-display:after,.video-js .vjs-play-progress:after {\n\tpadding: 0 .4em .3em\n}\n\n.video-js.vjs-ended .vjs-loading-spinner {\n\tdisplay: none;\n}\n\n.video-js.vjs-ended .vjs-big-play-button {\n\tdisplay: block !important;\n}\n\nvideo-js.vjs-ended .vjs-big-play-button,.video-js.vjs-paused .vjs-big-play-button,.vjs-paused.vjs-has-started.video-js .vjs-big-play-button {\n\tdisplay: block\n}\n\n.video-js .vjs-big-play-button {\n\ttop: 50%;\n\tleft: 50%;\n}\n\n.video-js.vjs-big-play-centered .vjs-big-play-button {\n\tbackground-color: rgba(0,0,0,0.35);\n\tfont-size: 3em;\n\tborder-radius: 50%;\n\theight: 2em !important;\n\tline-height: 2em !important;\n\tmargin-top: -1em !important;\n\tmargin-left: -1em !important;\n}\n\n.video-js:hover .vjs-big-play-button,.video-js .vjs-big-play-button:focus,.video-js .vjs-big-play-button:active {\n\tbackground-color: rgba(0,0,0,0.35)\n}\n\n.video-js .vjs-loading-spinner {\n\tborder-color: rgba(255,255,255,0.7)\n}\n\n.video-js .vjs-control-bar2 {\n\tbackground-color: transparent\n}\n\n.video-js .vjs-control-bar {\n\tbackground-color: rgba(0,0,0,0) !important;\n\tcolor: #ffffff;\n\tfont-size: 18px\n}\n\n.video-js .vjs-play-progress,.video-js .vjs-volume-level {\n\tbackground-color: #2483d5\n}\n\n.video-js .vjs-big-play-button {\n\theight: 2em !important;\n\twidth: 2em !important;\n\tline-height: 1.9em !important;\n\tmargin-top: -1em !important;\n\tmargin-left: -1em;\n\tborder-width: 3px\n}\n\n.video-js .vjs-icon-play:before, .video-js .vjs-big-play-button:before {\n\tfont-size: 50px;\n}\n\n.video-js .vjs-progress-holder {\n\tfont-size: 1.7em;\n\tborder-radius: 10px;\n}\n\n.video-js .vjs-progress-holder .vjs-play-progress, .video-js .vjs-progress-holder .vjs-load-progress, .video-js .vjs-progress-holder .vjs-load-progress div, .video-js .vjs-slider,.vjs-volume-level {\n\tborder-radius: 10px;\n}\n\n.video-js .vjs-load-progress {\n\tbackground: rgba(255,255,255,0.5);\n}\n\n.video-js .vjs-big-play-button {\n\theight: 2em !important;\n\twidth: 2em !important;\n\tline-height: 1.9em !important;\n\tmargin-top: -1em !important;\n\tmargin-left: -1em;\n\tborder-width:3px\n}\n.video-js .vjs-icon-play:before, .video-js .vjs-big-play-button:before {\n\tfont-size: 50px;\n}\n.video-js .vjs-progress-holder {\n\tfont-size: 1.7em;\n\tborder-radius: 10px;\n}\n.video-js .vjs-progress-holder .vjs-play-progress, .video-js .vjs-progress-holder .vjs-load-progress, .video-js .vjs-progress-holder .vjs-load-progress div, .video-js .vjs-slider,.vjs-volume-level {\n\tborder-radius: 10px;\n}\n.video-js .vjs-load-progress {\n\tbackground: rgba(255,255,255,0.5);\n}\n\n.video-js button:active {\n\tbackground: transparent !important;\n\tcolor: #fff !important;\n}\n\n/* hide error icon */\n.vjs-error .vjs-error-display::before {\n\tcontent: "" !important;\n}\n\n/* fix for fluid size of the player */\n#imgframe #videoplayer_view {\n\tdisplay: inline-block;\n}\n\n/* public sharing view styles */\n#imgframe .video-js .vjs-tech {\n\tposition: relative;\n\twidth: auto;\n\theight: auto;\n}\n\n/* fullscreen public videos see https://github.com/nextcloud/files_videoplayer/issues/77 */\n#imgframe .video-js.vjs-fullscreen .vjs-tech {\n\twidth:100%;\n\theight:100%;\n}\n\n#imgframe .video-js:not(.vjs-fullscreen),\n#imgframe .video-js:not(.vjs-fullscreen) .vjs-tech {\n\tmax-height: calc(100vh - 280px) !important;\n\tmin-width: 300px;\n\tmax-width: 100% !important;\n}\n'],sourceRoot:""}]);const s=i},3645:n=>{n.exports=function(n){var t=[];return t.toString=function(){return this.map((function(t){var e=function(n,t){var e=n[1]||"",o=n[3];if(!o)return e;if(t&&"function"==typeof btoa){var i=(r=o,A=btoa(unescape(encodeURIComponent(JSON.stringify(r)))),a="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(A),"/*# ".concat(a," */")),s=o.sources.map((function(n){return"/*# sourceURL=".concat(o.sourceRoot||"").concat(n," */")}));return[e].concat(s).concat([i]).join("\n")}var r,A,a;return[e].join("\n")}(t,n);return t[2]?"@media ".concat(t[2]," {").concat(e,"}"):e})).join("")},t.i=function(n,e,o){"string"==typeof n&&(n=[[null,n,""]]);var i={};if(o)for(var s=0;s<this.length;s++){var r=this[s][0];null!=r&&(i[r]=!0)}for(var A=0;A<n.length;A++){var a=[].concat(n[A]);o&&i[a[0]]||(e&&(a[2]?a[2]="".concat(e," and ").concat(a[2]):a[2]=e),t.push(a))}},t}},5892:(n,t,e)=>{e.r(t),e.d(t,{default:()=>A});var o=e(3379),i=e.n(o),s=e(174),r={insert:"head",singleton:!1};i()(s.Z,r);const A=s.Z.locals||{}},3379:(n,t,e)=>{var o,i=function(){return void 0===o&&(o=Boolean(window&&document&&document.all&&!window.atob)),o},s=function(){var n={};return function(t){if(void 0===n[t]){var e=document.querySelector(t);if(window.HTMLIFrameElement&&e instanceof window.HTMLIFrameElement)try{e=e.contentDocument.head}catch(n){e=null}n[t]=e}return n[t]}}(),r=[];function A(n){for(var t=-1,e=0;e<r.length;e++)if(r[e].identifier===n){t=e;break}return t}function a(n,t){for(var e={},o=[],i=0;i<n.length;i++){var s=n[i],a=t.base?s[0]+t.base:s[0],d=e[a]||0,v="".concat(a," ").concat(d);e[a]=d+1;var l=A(v),p={css:s[1],media:s[2],sourceMap:s[3]};-1!==l?(r[l].references++,r[l].updater(p)):r.push({identifier:v,updater:u(p,t),references:1}),o.push(v)}return o}function d(n){var t=document.createElement("style"),o=n.attributes||{};if(void 0===o.nonce){var i=e.nc;i&&(o.nonce=i)}if(Object.keys(o).forEach((function(n){t.setAttribute(n,o[n])})),"function"==typeof n.insert)n.insert(t);else{var r=s(n.insert||"head");if(!r)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");r.appendChild(t)}return t}var v,l=(v=[],function(n,t){return v[n]=t,v.filter(Boolean).join("\n")});function p(n,t,e,o){var i=e?"":o.media?"@media ".concat(o.media," {").concat(o.css,"}"):o.css;if(n.styleSheet)n.styleSheet.cssText=l(t,i);else{var s=document.createTextNode(i),r=n.childNodes;r[t]&&n.removeChild(r[t]),r.length?n.insertBefore(s,r[t]):n.appendChild(s)}}function C(n,t,e){var o=e.css,i=e.media,s=e.sourceMap;if(i?n.setAttribute("media",i):n.removeAttribute("media"),s&&"undefined"!=typeof btoa&&(o+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(s))))," */")),n.styleSheet)n.styleSheet.cssText=o;else{for(;n.firstChild;)n.removeChild(n.firstChild);n.appendChild(document.createTextNode(o))}}var j=null,c=0;function u(n,t){var e,o,i;if(t.singleton){var s=c++;e=j||(j=d(t)),o=p.bind(null,e,s,!1),i=p.bind(null,e,s,!0)}else e=d(t),o=C.bind(null,e,t),i=function(){!function(n){if(null===n.parentNode)return!1;n.parentNode.removeChild(n)}(e)};return o(n),function(t){if(t){if(t.css===n.css&&t.media===n.media&&t.sourceMap===n.sourceMap)return;o(n=t)}else i()}}n.exports=function(n,t){(t=t||{}).singleton||"boolean"==typeof t.singleton||(t.singleton=i());var e=a(n=n||[],t);return function(n){if(n=n||[],"[object Array]"===Object.prototype.toString.call(n)){for(var o=0;o<e.length;o++){var i=A(e[o]);r[i].references--}for(var s=a(n,t),d=0;d<e.length;d++){var v=A(e[d]);0===r[v].references&&(r[v].updater(),r.splice(v,1))}e=s}}}}}]);
+//# sourceMappingURL=files_videoplayer-css_style_css.js.map?v=211b329b40ae32bf5d72 \ No newline at end of file
diff --git a/js/files_videoplayer-css_style_css.js.map b/js/files_videoplayer-css_style_css.js.map
new file mode 100644
index 0000000..b4b6692
--- /dev/null
+++ b/js/files_videoplayer-css_style_css.js.map
@@ -0,0 +1 @@
+{"version":3,"file":"files_videoplayer-css_style_css.js?v=211b329b40ae32bf5d72","mappings":"+JAEIA,E,MAA0B,IAA4B,GAE1DA,EAAwBC,KAAK,CAACC,EAAOC,GAAI,y1KAA81K,GAAG,CAAC,QAAU,EAAE,QAAU,CAAC,2BAA2B,MAAQ,GAAG,SAAW,+nDAA+nD,eAAiB,CAAC,01KAA81K,WAAa,MAE/8Y,W,SCEAD,EAAOE,QAAU,SAAUC,GACzB,IAAIC,EAAO,GAuDX,OArDAA,EAAKC,SAAW,WACd,OAAOC,KAAKC,KAAI,SAAUC,GACxB,IAAIC,EAsDV,SAAgCD,EAAML,GACpC,IAAIM,EAAUD,EAAK,IAAM,GAErBE,EAAaF,EAAK,GAEtB,IAAKE,EACH,OAAOD,EAGT,GAAIN,GAAgC,mBAATQ,KAAqB,CAC9C,IAAIC,GAWWC,EAXeH,EAa5BI,EAASH,KAAKI,SAASC,mBAAmBC,KAAKC,UAAUL,MACzDM,EAAO,+DAA+DC,OAAON,GAC1E,OAAOM,OAAOD,EAAM,QAdrBE,EAAaX,EAAWY,QAAQf,KAAI,SAAUgB,GAChD,MAAO,iBAAiBH,OAAOV,EAAWc,YAAc,IAAIJ,OAAOG,EAAQ,UAE7E,MAAO,CAACd,GAASW,OAAOC,GAAYD,OAAO,CAACR,IAAgBa,KAAK,MAOrE,IAAmBZ,EAEbC,EACAK,EAPJ,MAAO,CAACV,GAASgB,KAAK,MAvEJC,CAAuBlB,EAAML,GAE3C,OAAIK,EAAK,GACA,UAAUY,OAAOZ,EAAK,GAAI,MAAMY,OAAOX,EAAS,KAGlDA,KACNgB,KAAK,KAKVrB,EAAKuB,EAAI,SAAUC,EAASC,EAAYC,GACf,iBAAZF,IAETA,EAAU,CAAC,CAAC,KAAMA,EAAS,MAG7B,IAAIG,EAAyB,GAE7B,GAAID,EACF,IAAK,IAAIH,EAAI,EAAGA,EAAIrB,KAAK0B,OAAQL,IAAK,CAEpC,IAAI1B,EAAKK,KAAKqB,GAAG,GAEP,MAAN1B,IACF8B,EAAuB9B,IAAM,GAKnC,IAAK,IAAIgC,EAAK,EAAGA,EAAKL,EAAQI,OAAQC,IAAM,CAC1C,IAAIzB,EAAO,GAAGY,OAAOQ,EAAQK,IAEzBH,GAAUC,EAAuBvB,EAAK,MAKtCqB,IACGrB,EAAK,GAGRA,EAAK,GAAK,GAAGY,OAAOS,EAAY,SAAST,OAAOZ,EAAK,IAFrDA,EAAK,GAAKqB,GAMdzB,EAAKL,KAAKS,MAIPJ,I,6EC7DL8B,EAAU,CAEd,OAAiB,OACjB,WAAoB,GAEP,IAAI,IAASA,GAI1B,QAAe,YAAkB,I,eCVjC,IACMC,EADFC,EAEK,WAUL,YAToB,IAATD,IAMTA,EAAOE,QAAQC,QAAUC,UAAYA,SAASC,MAAQF,OAAOG,OAGxDN,GAIPO,EAAY,WACd,IAAIP,EAAO,GACX,OAAO,SAAkBQ,GACvB,QAA4B,IAAjBR,EAAKQ,GAAyB,CACvC,IAAIC,EAAcL,SAASM,cAAcF,GAEzC,GAAIL,OAAOQ,mBAAqBF,aAAuBN,OAAOQ,kBAC5D,IAGEF,EAAcA,EAAYG,gBAAgBC,KAC1C,MAAOC,GAEPL,EAAc,KAIlBT,EAAKQ,GAAUC,EAGjB,OAAOT,EAAKQ,IApBA,GAwBZO,EAAc,GAElB,SAASC,EAAqBC,GAG5B,IAFA,IAAIC,GAAU,EAEL1B,EAAI,EAAGA,EAAIuB,EAAYlB,OAAQL,IACtC,GAAIuB,EAAYvB,GAAGyB,aAAeA,EAAY,CAC5CC,EAAS1B,EACT,MAIJ,OAAO0B,EAGT,SAASC,EAAalD,EAAM8B,GAI1B,IAHA,IAAIqB,EAAa,GACbC,EAAc,GAET7B,EAAI,EAAGA,EAAIvB,EAAK4B,OAAQL,IAAK,CACpC,IAAInB,EAAOJ,EAAKuB,GACZ1B,EAAKiC,EAAQuB,KAAOjD,EAAK,GAAK0B,EAAQuB,KAAOjD,EAAK,GAClDkD,EAAQH,EAAWtD,IAAO,EAC1BmD,EAAa,GAAGhC,OAAOnB,EAAI,KAAKmB,OAAOsC,GAC3CH,EAAWtD,GAAMyD,EAAQ,EACzB,IAAIC,EAAQR,EAAqBC,GAC7BQ,EAAM,CACRC,IAAKrD,EAAK,GACVsD,MAAOtD,EAAK,GACZK,UAAWL,EAAK,KAGH,IAAXmD,GACFT,EAAYS,GAAOI,aACnBb,EAAYS,GAAOK,QAAQJ,IAE3BV,EAAYnD,KAAK,CACfqD,WAAYA,EACZY,QAASC,EAASL,EAAK1B,GACvB6B,WAAY,IAIhBP,EAAYzD,KAAKqD,GAGnB,OAAOI,EAGT,SAASU,EAAmBhC,GAC1B,IAAIiC,EAAQ5B,SAAS6B,cAAc,SAC/BC,EAAanC,EAAQmC,YAAc,GAEvC,QAAgC,IAArBA,EAAWC,MAAuB,CAC3C,IAAIA,EAAmD,KAEnDA,IACFD,EAAWC,MAAQA,GAQvB,GAJAC,OAAOC,KAAKH,GAAYI,SAAQ,SAAUC,GACxCP,EAAMQ,aAAaD,EAAKL,EAAWK,OAGP,mBAAnBxC,EAAQ0C,OACjB1C,EAAQ0C,OAAOT,OACV,CACL,IAAIxB,EAASD,EAAUR,EAAQ0C,QAAU,QAEzC,IAAKjC,EACH,MAAM,IAAIkC,MAAM,2GAGlBlC,EAAOmC,YAAYX,GAGrB,OAAOA,EAcT,IACMY,EADFC,GACED,EAAY,GACT,SAAiBpB,EAAOsB,GAE7B,OADAF,EAAUpB,GAASsB,EACZF,EAAUG,OAAO7C,SAASZ,KAAK,QAI1C,SAAS0D,EAAoBhB,EAAOR,EAAOyB,EAAQxB,GACjD,IAAIC,EAAMuB,EAAS,GAAKxB,EAAIE,MAAQ,UAAU1C,OAAOwC,EAAIE,MAAO,MAAM1C,OAAOwC,EAAIC,IAAK,KAAOD,EAAIC,IAIjG,GAAIM,EAAMkB,WACRlB,EAAMkB,WAAWC,QAAUN,EAAYrB,EAAOE,OACzC,CACL,IAAI0B,EAAUhD,SAASiD,eAAe3B,GAClC4B,EAAatB,EAAMsB,WAEnBA,EAAW9B,IACbQ,EAAMuB,YAAYD,EAAW9B,IAG3B8B,EAAWzD,OACbmC,EAAMwB,aAAaJ,EAASE,EAAW9B,IAEvCQ,EAAMW,YAAYS,IAKxB,SAASK,EAAWzB,EAAOjC,EAAS0B,GAClC,IAAIC,EAAMD,EAAIC,IACVC,EAAQF,EAAIE,MACZjD,EAAY+C,EAAI/C,UAepB,GAbIiD,EACFK,EAAMQ,aAAa,QAASb,GAE5BK,EAAM0B,gBAAgB,SAGpBhF,GAA6B,oBAATF,OACtBkD,GAAO,uDAAuDzC,OAAOT,KAAKI,SAASC,mBAAmBC,KAAKC,UAAUL,MAAe,QAMlIsD,EAAMkB,WACRlB,EAAMkB,WAAWC,QAAUzB,MACtB,CACL,KAAOM,EAAM2B,YACX3B,EAAMuB,YAAYvB,EAAM2B,YAG1B3B,EAAMW,YAAYvC,SAASiD,eAAe3B,KAI9C,IAAIkC,EAAY,KACZC,EAAmB,EAEvB,SAAS/B,EAASL,EAAK1B,GACrB,IAAIiC,EACA8B,EACAb,EAEJ,GAAIlD,EAAQ6D,UAAW,CACrB,IAAIG,EAAaF,IACjB7B,EAAQ4B,IAAcA,EAAY7B,EAAmBhC,IACrD+D,EAASd,EAAoBgB,KAAK,KAAMhC,EAAO+B,GAAY,GAC3Dd,EAASD,EAAoBgB,KAAK,KAAMhC,EAAO+B,GAAY,QAE3D/B,EAAQD,EAAmBhC,GAC3B+D,EAASL,EAAWO,KAAK,KAAMhC,EAAOjC,GAEtCkD,EAAS,YAxFb,SAA4BjB,GAE1B,GAAyB,OAArBA,EAAMiC,WACR,OAAO,EAGTjC,EAAMiC,WAAWV,YAAYvB,GAmFzBkC,CAAmBlC,IAKvB,OADA8B,EAAOrC,GACA,SAAqB0C,GAC1B,GAAIA,EAAQ,CACV,GAAIA,EAAOzC,MAAQD,EAAIC,KAAOyC,EAAOxC,QAAUF,EAAIE,OAASwC,EAAOzF,YAAc+C,EAAI/C,UACnF,OAGFoF,EAAOrC,EAAM0C,QAEblB,KAKNpF,EAAOE,QAAU,SAAUE,EAAM8B,IAC/BA,EAAUA,GAAW,IAGR6D,WAA0C,kBAAtB7D,EAAQ6D,YACvC7D,EAAQ6D,UAAY3D,KAItB,IAAImE,EAAkBjD,EADtBlD,EAAOA,GAAQ,GAC0B8B,GACzC,OAAO,SAAgBsE,GAGrB,GAFAA,EAAUA,GAAW,GAE2B,mBAA5CjC,OAAOkC,UAAUpG,SAASqG,KAAKF,GAAnC,CAIA,IAAK,IAAI7E,EAAI,EAAGA,EAAI4E,EAAgBvE,OAAQL,IAAK,CAC/C,IACIgC,EAAQR,EADKoD,EAAgB5E,IAEjCuB,EAAYS,GAAOI,aAKrB,IAFA,IAAI4C,EAAqBrD,EAAakD,EAAStE,GAEtCD,EAAK,EAAGA,EAAKsE,EAAgBvE,OAAQC,IAAM,CAClD,IAEI2E,EAASzD,EAFKoD,EAAgBtE,IAIK,IAAnCiB,EAAY0D,GAAQ7C,aACtBb,EAAY0D,GAAQ5C,UAEpBd,EAAY2D,OAAOD,EAAQ,IAI/BL,EAAkBI","sources":["webpack:///files_videoplayer/css/style.css","webpack:///files_videoplayer/node_modules/css-loader/dist/runtime/api.js","webpack://files_videoplayer/./css/style.css?da1f","webpack:///files_videoplayer/node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js"],"sourcesContent":["// Imports\nimport ___CSS_LOADER_API_IMPORT___ from \"../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(true);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \"#videoplayer_overlay video {\\n\\toutline: none;\\n}\\n\\n#videoplayer_overlay {\\n\\tposition: fixed;\\n\\ttop: 0px;\\n\\tbottom: 0px;\\n\\tleft: 0px;\\n\\tright: 0px;\\n\\tbackground-color: #4c4c4c;\\n\\tbackground-color: rgba(0, 0, 0, .7);\\n\\tz-index: 3000;\\n\\topacity: 0;\\n\\ttransition: opacity 250ms ease-in;\\n}\\n\\n#videoplayer_overlay.show {\\n\\topacity: 1;\\n}\\n\\n#videoplayer_outer_container {\\n\\tposition: fixed;\\n\\ttop: 50%;\\n\\tleft: 50%;\\n\\twidth: 95%;\\n\\tmax-width: 854px;\\n\\ttransform: translate(-50%, -50%);\\n}\\n\\n#videoplayer_container {\\n\\tposition: relative;\\n\\twidth: 95%;\\n\\tmax-width: 854px;\\n\\tmargin: 0 auto;\\n\\tcolor: #4d4d4d;\\n\\tbackground: #fff;\\n\\tbox-shadow: 0 0 20px #222;\\n\\tz-index: 3001;\\n}\\n\\n#videoplayer_container:before {\\n\\tcontent: \\\"\\\";\\n\\tdisplay: block;\\n\\tpadding-top: 56.25%;\\n}\\n\\n#videoplayer {\\n\\tposition: absolute;\\n\\ttop: 0;\\n\\tright: 0;\\n\\tbottom: 0;\\n\\tleft: 0;\\n}\\n\\n#box-close {\\n\\tposition: absolute;\\n\\ttop: 10px;\\n\\tright: 10px;\\n\\twidth: 30px;\\n\\theight: 30px;\\n\\topacity: .35;\\n\\tcursor: pointer;\\n}\\n\\n#box-close:hover {\\n\\topacity: .75;\\n}\\n\\n.vjs-sublime-skin.vjs-has-started.vjs-user-inactive.vjs-playing #box-close {\\n\\topacity: 0;\\n\\ttransition: opacity 1s cubic-bezier(.455,.03,.515,.955);\\n}\\n\\n\\n/* Video.js adjustments */\\n\\n.video-js .vjs-menu-button-inline.vjs-slider-active,.video-js .vjs-menu-button-inline:focus,.video-js .vjs-menu-button-inline:hover,.video-js.vjs-no-flex .vjs-menu-button-inline {\\n\\twidth: 10em\\n}\\n\\n.video-js .vjs-controls-disabled .vjs-big-play-button {\\n\\tdisplay: none!important\\n}\\n\\n.video-js .vjs-control {\\n\\twidth: 3em\\n}\\n\\n.video-js .vjs-menu-button-inline:before {\\n\\twidth: 1.5em\\n}\\n\\n.vjs-menu-button-inline .vjs-menu {\\n\\tleft: 3em\\n}\\n\\n.vjs-paused.vjs-has-started.video-js .vjs-big-play-button,.video-js.vjs-ended .vjs-big-play-button,.video-js.vjs-paused .vjs-big-play-button {\\n\\tdisplay: block\\n}\\n\\n.video-js .vjs-load-progress div,.vjs-seeking .vjs-big-play-button,.vjs-waiting .vjs-big-play-button {\\n\\tdisplay: none!important\\n}\\n\\n.video-js .vjs-mouse-display:after,.video-js .vjs-play-progress:after {\\n\\tpadding: 0 .4em .3em\\n}\\n\\n.video-js.vjs-ended .vjs-loading-spinner {\\n\\tdisplay: none;\\n}\\n\\n.video-js.vjs-ended .vjs-big-play-button {\\n\\tdisplay: block !important;\\n}\\n\\nvideo-js.vjs-ended .vjs-big-play-button,.video-js.vjs-paused .vjs-big-play-button,.vjs-paused.vjs-has-started.video-js .vjs-big-play-button {\\n\\tdisplay: block\\n}\\n\\n.video-js .vjs-big-play-button {\\n\\ttop: 50%;\\n\\tleft: 50%;\\n}\\n\\n.video-js.vjs-big-play-centered .vjs-big-play-button {\\n\\tbackground-color: rgba(0,0,0,0.35);\\n\\tfont-size: 3em;\\n\\tborder-radius: 50%;\\n\\theight: 2em !important;\\n\\tline-height: 2em !important;\\n\\tmargin-top: -1em !important;\\n\\tmargin-left: -1em !important;\\n}\\n\\n.video-js:hover .vjs-big-play-button,.video-js .vjs-big-play-button:focus,.video-js .vjs-big-play-button:active {\\n\\tbackground-color: rgba(0,0,0,0.35)\\n}\\n\\n.video-js .vjs-loading-spinner {\\n\\tborder-color: rgba(255,255,255,0.7)\\n}\\n\\n.video-js .vjs-control-bar2 {\\n\\tbackground-color: transparent\\n}\\n\\n.video-js .vjs-control-bar {\\n\\tbackground-color: rgba(0,0,0,0) !important;\\n\\tcolor: #ffffff;\\n\\tfont-size: 18px\\n}\\n\\n.video-js .vjs-play-progress,.video-js .vjs-volume-level {\\n\\tbackground-color: #2483d5\\n}\\n\\n.video-js .vjs-big-play-button {\\n\\theight: 2em !important;\\n\\twidth: 2em !important;\\n\\tline-height: 1.9em !important;\\n\\tmargin-top: -1em !important;\\n\\tmargin-left: -1em;\\n\\tborder-width: 3px\\n}\\n\\n.video-js .vjs-icon-play:before, .video-js .vjs-big-play-button:before {\\n\\tfont-size: 50px;\\n}\\n\\n.video-js .vjs-progress-holder {\\n\\tfont-size: 1.7em;\\n\\tborder-radius: 10px;\\n}\\n\\n.video-js .vjs-progress-holder .vjs-play-progress, .video-js .vjs-progress-holder .vjs-load-progress, .video-js .vjs-progress-holder .vjs-load-progress div, .video-js .vjs-slider,.vjs-volume-level {\\n\\tborder-radius: 10px;\\n}\\n\\n.video-js .vjs-load-progress {\\n\\tbackground: rgba(255,255,255,0.5);\\n}\\n\\n.video-js .vjs-big-play-button {\\n\\theight: 2em !important;\\n\\twidth: 2em !important;\\n\\tline-height: 1.9em !important;\\n\\tmargin-top: -1em !important;\\n\\tmargin-left: -1em;\\n\\tborder-width:3px\\n}\\n.video-js .vjs-icon-play:before, .video-js .vjs-big-play-button:before {\\n\\tfont-size: 50px;\\n}\\n.video-js .vjs-progress-holder {\\n\\tfont-size: 1.7em;\\n\\tborder-radius: 10px;\\n}\\n.video-js .vjs-progress-holder .vjs-play-progress, .video-js .vjs-progress-holder .vjs-load-progress, .video-js .vjs-progress-holder .vjs-load-progress div, .video-js .vjs-slider,.vjs-volume-level {\\n\\tborder-radius: 10px;\\n}\\n.video-js .vjs-load-progress {\\n\\tbackground: rgba(255,255,255,0.5);\\n}\\n\\n.video-js button:active {\\n\\tbackground: transparent !important;\\n\\tcolor: #fff !important;\\n}\\n\\n/* hide error icon */\\n.vjs-error .vjs-error-display::before {\\n\\tcontent: \\\"\\\" !important;\\n}\\n\\n/* fix for fluid size of the player */\\n#imgframe #videoplayer_view {\\n\\tdisplay: inline-block;\\n}\\n\\n/* public sharing view styles */\\n#imgframe .video-js .vjs-tech {\\n\\tposition: relative;\\n\\twidth: auto;\\n\\theight: auto;\\n}\\n\\n/* fullscreen public videos see https://github.com/nextcloud/files_videoplayer/issues/77 */\\n#imgframe .video-js.vjs-fullscreen .vjs-tech {\\n\\twidth:100%;\\n\\theight:100%;\\n}\\n\\n#imgframe .video-js:not(.vjs-fullscreen),\\n#imgframe .video-js:not(.vjs-fullscreen) .vjs-tech {\\n\\tmax-height: calc(100vh - 280px) !important;\\n\\tmin-width: 300px;\\n\\tmax-width: 100% !important;\\n}\\n\", \"\",{\"version\":3,\"sources\":[\"webpack://css/style.css\"],\"names\":[],\"mappings\":\"AAAA;CACC,aAAa;AACd;;AAEA;CACC,eAAe;CACf,QAAQ;CACR,WAAW;CACX,SAAS;CACT,UAAU;CACV,yBAAyB;CACzB,mCAAmC;CACnC,aAAa;CACb,UAAU;CACV,iCAAiC;AAClC;;AAEA;CACC,UAAU;AACX;;AAEA;CACC,eAAe;CACf,QAAQ;CACR,SAAS;CACT,UAAU;CACV,gBAAgB;CAChB,gCAAgC;AACjC;;AAEA;CACC,kBAAkB;CAClB,UAAU;CACV,gBAAgB;CAChB,cAAc;CACd,cAAc;CACd,gBAAgB;CAChB,yBAAyB;CACzB,aAAa;AACd;;AAEA;CACC,WAAW;CACX,cAAc;CACd,mBAAmB;AACpB;;AAEA;CACC,kBAAkB;CAClB,MAAM;CACN,QAAQ;CACR,SAAS;CACT,OAAO;AACR;;AAEA;CACC,kBAAkB;CAClB,SAAS;CACT,WAAW;CACX,WAAW;CACX,YAAY;CACZ,YAAY;CACZ,eAAe;AAChB;;AAEA;CACC,YAAY;AACb;;AAEA;CACC,UAAU;CACV,uDAAuD;AACxD;;;AAGA,yBAAyB;;AAEzB;CACC;AACD;;AAEA;CACC;AACD;;AAEA;CACC;AACD;;AAEA;CACC;AACD;;AAEA;CACC;AACD;;AAEA;CACC;AACD;;AAEA;CACC;AACD;;AAEA;CACC;AACD;;AAEA;CACC,aAAa;AACd;;AAEA;CACC,yBAAyB;AAC1B;;AAEA;CACC;AACD;;AAEA;CACC,QAAQ;CACR,SAAS;AACV;;AAEA;CACC,kCAAkC;CAClC,cAAc;CACd,kBAAkB;CAClB,sBAAsB;CACtB,2BAA2B;CAC3B,2BAA2B;CAC3B,4BAA4B;AAC7B;;AAEA;CACC;AACD;;AAEA;CACC;AACD;;AAEA;CACC;AACD;;AAEA;CACC,0CAA0C;CAC1C,cAAc;CACd;AACD;;AAEA;CACC;AACD;;AAEA;CACC,sBAAsB;CACtB,qBAAqB;CACrB,6BAA6B;CAC7B,2BAA2B;CAC3B,iBAAiB;CACjB;AACD;;AAEA;CACC,eAAe;AAChB;;AAEA;CACC,gBAAgB;CAChB,mBAAmB;AACpB;;AAEA;CACC,mBAAmB;AACpB;;AAEA;CACC,iCAAiC;AAClC;;AAEA;CACC,sBAAsB;CACtB,qBAAqB;CACrB,6BAA6B;CAC7B,2BAA2B;CAC3B,iBAAiB;CACjB;AACD;AACA;CACC,eAAe;AAChB;AACA;CACC,gBAAgB;CAChB,mBAAmB;AACpB;AACA;CACC,mBAAmB;AACpB;AACA;CACC,iCAAiC;AAClC;;AAEA;CACC,kCAAkC;CAClC,sBAAsB;AACvB;;AAEA,oBAAoB;AACpB;CACC,sBAAsB;AACvB;;AAEA,qCAAqC;AACrC;CACC,qBAAqB;AACtB;;AAEA,+BAA+B;AAC/B;CACC,kBAAkB;CAClB,WAAW;CACX,YAAY;AACb;;AAEA,0FAA0F;AAC1F;CACC,UAAU;CACV,WAAW;AACZ;;AAEA;;CAEC,0CAA0C;CAC1C,gBAAgB;CAChB,0BAA0B;AAC3B\",\"sourcesContent\":[\"#videoplayer_overlay video {\\n\\toutline: none;\\n}\\n\\n#videoplayer_overlay {\\n\\tposition: fixed;\\n\\ttop: 0px;\\n\\tbottom: 0px;\\n\\tleft: 0px;\\n\\tright: 0px;\\n\\tbackground-color: #4c4c4c;\\n\\tbackground-color: rgba(0, 0, 0, .7);\\n\\tz-index: 3000;\\n\\topacity: 0;\\n\\ttransition: opacity 250ms ease-in;\\n}\\n\\n#videoplayer_overlay.show {\\n\\topacity: 1;\\n}\\n\\n#videoplayer_outer_container {\\n\\tposition: fixed;\\n\\ttop: 50%;\\n\\tleft: 50%;\\n\\twidth: 95%;\\n\\tmax-width: 854px;\\n\\ttransform: translate(-50%, -50%);\\n}\\n\\n#videoplayer_container {\\n\\tposition: relative;\\n\\twidth: 95%;\\n\\tmax-width: 854px;\\n\\tmargin: 0 auto;\\n\\tcolor: #4d4d4d;\\n\\tbackground: #fff;\\n\\tbox-shadow: 0 0 20px #222;\\n\\tz-index: 3001;\\n}\\n\\n#videoplayer_container:before {\\n\\tcontent: \\\"\\\";\\n\\tdisplay: block;\\n\\tpadding-top: 56.25%;\\n}\\n\\n#videoplayer {\\n\\tposition: absolute;\\n\\ttop: 0;\\n\\tright: 0;\\n\\tbottom: 0;\\n\\tleft: 0;\\n}\\n\\n#box-close {\\n\\tposition: absolute;\\n\\ttop: 10px;\\n\\tright: 10px;\\n\\twidth: 30px;\\n\\theight: 30px;\\n\\topacity: .35;\\n\\tcursor: pointer;\\n}\\n\\n#box-close:hover {\\n\\topacity: .75;\\n}\\n\\n.vjs-sublime-skin.vjs-has-started.vjs-user-inactive.vjs-playing #box-close {\\n\\topacity: 0;\\n\\ttransition: opacity 1s cubic-bezier(.455,.03,.515,.955);\\n}\\n\\n\\n/* Video.js adjustments */\\n\\n.video-js .vjs-menu-button-inline.vjs-slider-active,.video-js .vjs-menu-button-inline:focus,.video-js .vjs-menu-button-inline:hover,.video-js.vjs-no-flex .vjs-menu-button-inline {\\n\\twidth: 10em\\n}\\n\\n.video-js .vjs-controls-disabled .vjs-big-play-button {\\n\\tdisplay: none!important\\n}\\n\\n.video-js .vjs-control {\\n\\twidth: 3em\\n}\\n\\n.video-js .vjs-menu-button-inline:before {\\n\\twidth: 1.5em\\n}\\n\\n.vjs-menu-button-inline .vjs-menu {\\n\\tleft: 3em\\n}\\n\\n.vjs-paused.vjs-has-started.video-js .vjs-big-play-button,.video-js.vjs-ended .vjs-big-play-button,.video-js.vjs-paused .vjs-big-play-button {\\n\\tdisplay: block\\n}\\n\\n.video-js .vjs-load-progress div,.vjs-seeking .vjs-big-play-button,.vjs-waiting .vjs-big-play-button {\\n\\tdisplay: none!important\\n}\\n\\n.video-js .vjs-mouse-display:after,.video-js .vjs-play-progress:after {\\n\\tpadding: 0 .4em .3em\\n}\\n\\n.video-js.vjs-ended .vjs-loading-spinner {\\n\\tdisplay: none;\\n}\\n\\n.video-js.vjs-ended .vjs-big-play-button {\\n\\tdisplay: block !important;\\n}\\n\\nvideo-js.vjs-ended .vjs-big-play-button,.video-js.vjs-paused .vjs-big-play-button,.vjs-paused.vjs-has-started.video-js .vjs-big-play-button {\\n\\tdisplay: block\\n}\\n\\n.video-js .vjs-big-play-button {\\n\\ttop: 50%;\\n\\tleft: 50%;\\n}\\n\\n.video-js.vjs-big-play-centered .vjs-big-play-button {\\n\\tbackground-color: rgba(0,0,0,0.35);\\n\\tfont-size: 3em;\\n\\tborder-radius: 50%;\\n\\theight: 2em !important;\\n\\tline-height: 2em !important;\\n\\tmargin-top: -1em !important;\\n\\tmargin-left: -1em !important;\\n}\\n\\n.video-js:hover .vjs-big-play-button,.video-js .vjs-big-play-button:focus,.video-js .vjs-big-play-button:active {\\n\\tbackground-color: rgba(0,0,0,0.35)\\n}\\n\\n.video-js .vjs-loading-spinner {\\n\\tborder-color: rgba(255,255,255,0.7)\\n}\\n\\n.video-js .vjs-control-bar2 {\\n\\tbackground-color: transparent\\n}\\n\\n.video-js .vjs-control-bar {\\n\\tbackground-color: rgba(0,0,0,0) !important;\\n\\tcolor: #ffffff;\\n\\tfont-size: 18px\\n}\\n\\n.video-js .vjs-play-progress,.video-js .vjs-volume-level {\\n\\tbackground-color: #2483d5\\n}\\n\\n.video-js .vjs-big-play-button {\\n\\theight: 2em !important;\\n\\twidth: 2em !important;\\n\\tline-height: 1.9em !important;\\n\\tmargin-top: -1em !important;\\n\\tmargin-left: -1em;\\n\\tborder-width: 3px\\n}\\n\\n.video-js .vjs-icon-play:before, .video-js .vjs-big-play-button:before {\\n\\tfont-size: 50px;\\n}\\n\\n.video-js .vjs-progress-holder {\\n\\tfont-size: 1.7em;\\n\\tborder-radius: 10px;\\n}\\n\\n.video-js .vjs-progress-holder .vjs-play-progress, .video-js .vjs-progress-holder .vjs-load-progress, .video-js .vjs-progress-holder .vjs-load-progress div, .video-js .vjs-slider,.vjs-volume-level {\\n\\tborder-radius: 10px;\\n}\\n\\n.video-js .vjs-load-progress {\\n\\tbackground: rgba(255,255,255,0.5);\\n}\\n\\n.video-js .vjs-big-play-button {\\n\\theight: 2em !important;\\n\\twidth: 2em !important;\\n\\tline-height: 1.9em !important;\\n\\tmargin-top: -1em !important;\\n\\tmargin-left: -1em;\\n\\tborder-width:3px\\n}\\n.video-js .vjs-icon-play:before, .video-js .vjs-big-play-button:before {\\n\\tfont-size: 50px;\\n}\\n.video-js .vjs-progress-holder {\\n\\tfont-size: 1.7em;\\n\\tborder-radius: 10px;\\n}\\n.video-js .vjs-progress-holder .vjs-play-progress, .video-js .vjs-progress-holder .vjs-load-progress, .video-js .vjs-progress-holder .vjs-load-progress div, .video-js .vjs-slider,.vjs-volume-level {\\n\\tborder-radius: 10px;\\n}\\n.video-js .vjs-load-progress {\\n\\tbackground: rgba(255,255,255,0.5);\\n}\\n\\n.video-js button:active {\\n\\tbackground: transparent !important;\\n\\tcolor: #fff !important;\\n}\\n\\n/* hide error icon */\\n.vjs-error .vjs-error-display::before {\\n\\tcontent: \\\"\\\" !important;\\n}\\n\\n/* fix for fluid size of the player */\\n#imgframe #videoplayer_view {\\n\\tdisplay: inline-block;\\n}\\n\\n/* public sharing view styles */\\n#imgframe .video-js .vjs-tech {\\n\\tposition: relative;\\n\\twidth: auto;\\n\\theight: auto;\\n}\\n\\n/* fullscreen public videos see https://github.com/nextcloud/files_videoplayer/issues/77 */\\n#imgframe .video-js.vjs-fullscreen .vjs-tech {\\n\\twidth:100%;\\n\\theight:100%;\\n}\\n\\n#imgframe .video-js:not(.vjs-fullscreen),\\n#imgframe .video-js:not(.vjs-fullscreen) .vjs-tech {\\n\\tmax-height: calc(100vh - 280px) !important;\\n\\tmin-width: 300px;\\n\\tmax-width: 100% !important;\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","\"use strict\";\n\n/*\n MIT License http://www.opensource.org/licenses/mit-license.php\n Author Tobias Koppers @sokra\n*/\n// css base code, injected by the css-loader\n// eslint-disable-next-line func-names\nmodule.exports = function (useSourceMap) {\n var list = []; // return the list of modules as css string\n\n list.toString = function toString() {\n return this.map(function (item) {\n var content = cssWithMappingToString(item, useSourceMap);\n\n if (item[2]) {\n return \"@media \".concat(item[2], \" {\").concat(content, \"}\");\n }\n\n return content;\n }).join('');\n }; // import a list of modules into the list\n // eslint-disable-next-line func-names\n\n\n list.i = function (modules, mediaQuery, dedupe) {\n if (typeof modules === 'string') {\n // eslint-disable-next-line no-param-reassign\n modules = [[null, modules, '']];\n }\n\n var alreadyImportedModules = {};\n\n if (dedupe) {\n for (var i = 0; i < this.length; i++) {\n // eslint-disable-next-line prefer-destructuring\n var id = this[i][0];\n\n if (id != null) {\n alreadyImportedModules[id] = true;\n }\n }\n }\n\n for (var _i = 0; _i < modules.length; _i++) {\n var item = [].concat(modules[_i]);\n\n if (dedupe && alreadyImportedModules[item[0]]) {\n // eslint-disable-next-line no-continue\n continue;\n }\n\n if (mediaQuery) {\n if (!item[2]) {\n item[2] = mediaQuery;\n } else {\n item[2] = \"\".concat(mediaQuery, \" and \").concat(item[2]);\n }\n }\n\n list.push(item);\n }\n };\n\n return list;\n};\n\nfunction cssWithMappingToString(item, useSourceMap) {\n var content = item[1] || ''; // eslint-disable-next-line prefer-destructuring\n\n var cssMapping = item[3];\n\n if (!cssMapping) {\n return content;\n }\n\n if (useSourceMap && typeof btoa === 'function') {\n var sourceMapping = toComment(cssMapping);\n var sourceURLs = cssMapping.sources.map(function (source) {\n return \"/*# sourceURL=\".concat(cssMapping.sourceRoot || '').concat(source, \" */\");\n });\n return [content].concat(sourceURLs).concat([sourceMapping]).join('\\n');\n }\n\n return [content].join('\\n');\n} // Adapted from convert-source-map (MIT)\n\n\nfunction toComment(sourceMap) {\n // eslint-disable-next-line no-undef\n var base64 = btoa(unescape(encodeURIComponent(JSON.stringify(sourceMap))));\n var data = \"sourceMappingURL=data:application/json;charset=utf-8;base64,\".concat(base64);\n return \"/*# \".concat(data, \" */\");\n}","import api from \"!../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import content from \"!!../node_modules/css-loader/dist/cjs.js!./style.css\";\n\nvar options = {};\n\noptions.insert = \"head\";\noptions.singleton = false;\n\nvar update = api(content, options);\n\n\n\nexport default content.locals || {};","\"use strict\";\n\nvar isOldIE = function isOldIE() {\n var memo;\n return function memorize() {\n if (typeof memo === 'undefined') {\n // Test for IE <= 9 as proposed by Browserhacks\n // @see http://browserhacks.com/#hack-e71d8692f65334173fee715c222cb805\n // Tests for existence of standard globals is to allow style-loader\n // to operate correctly into non-standard environments\n // @see https://github.com/webpack-contrib/style-loader/issues/177\n memo = Boolean(window && document && document.all && !window.atob);\n }\n\n return memo;\n };\n}();\n\nvar getTarget = function getTarget() {\n var memo = {};\n return function memorize(target) {\n if (typeof memo[target] === 'undefined') {\n var styleTarget = document.querySelector(target); // Special case to return head of iframe instead of iframe itself\n\n if (window.HTMLIFrameElement && styleTarget instanceof window.HTMLIFrameElement) {\n try {\n // This will throw an exception if access to iframe is blocked\n // due to cross-origin restrictions\n styleTarget = styleTarget.contentDocument.head;\n } catch (e) {\n // istanbul ignore next\n styleTarget = null;\n }\n }\n\n memo[target] = styleTarget;\n }\n\n return memo[target];\n };\n}();\n\nvar stylesInDom = [];\n\nfunction getIndexByIdentifier(identifier) {\n var result = -1;\n\n for (var i = 0; i < stylesInDom.length; i++) {\n if (stylesInDom[i].identifier === identifier) {\n result = i;\n break;\n }\n }\n\n return result;\n}\n\nfunction modulesToDom(list, options) {\n var idCountMap = {};\n var identifiers = [];\n\n for (var i = 0; i < list.length; i++) {\n var item = list[i];\n var id = options.base ? item[0] + options.base : item[0];\n var count = idCountMap[id] || 0;\n var identifier = \"\".concat(id, \" \").concat(count);\n idCountMap[id] = count + 1;\n var index = getIndexByIdentifier(identifier);\n var obj = {\n css: item[1],\n media: item[2],\n sourceMap: item[3]\n };\n\n if (index !== -1) {\n stylesInDom[index].references++;\n stylesInDom[index].updater(obj);\n } else {\n stylesInDom.push({\n identifier: identifier,\n updater: addStyle(obj, options),\n references: 1\n });\n }\n\n identifiers.push(identifier);\n }\n\n return identifiers;\n}\n\nfunction insertStyleElement(options) {\n var style = document.createElement('style');\n var attributes = options.attributes || {};\n\n if (typeof attributes.nonce === 'undefined') {\n var nonce = typeof __webpack_nonce__ !== 'undefined' ? __webpack_nonce__ : null;\n\n if (nonce) {\n attributes.nonce = nonce;\n }\n }\n\n Object.keys(attributes).forEach(function (key) {\n style.setAttribute(key, attributes[key]);\n });\n\n if (typeof options.insert === 'function') {\n options.insert(style);\n } else {\n var target = getTarget(options.insert || 'head');\n\n if (!target) {\n throw new Error(\"Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.\");\n }\n\n target.appendChild(style);\n }\n\n return style;\n}\n\nfunction removeStyleElement(style) {\n // istanbul ignore if\n if (style.parentNode === null) {\n return false;\n }\n\n style.parentNode.removeChild(style);\n}\n/* istanbul ignore next */\n\n\nvar replaceText = function replaceText() {\n var textStore = [];\n return function replace(index, replacement) {\n textStore[index] = replacement;\n return textStore.filter(Boolean).join('\\n');\n };\n}();\n\nfunction applyToSingletonTag(style, index, remove, obj) {\n var css = remove ? '' : obj.media ? \"@media \".concat(obj.media, \" {\").concat(obj.css, \"}\") : obj.css; // For old IE\n\n /* istanbul ignore if */\n\n if (style.styleSheet) {\n style.styleSheet.cssText = replaceText(index, css);\n } else {\n var cssNode = document.createTextNode(css);\n var childNodes = style.childNodes;\n\n if (childNodes[index]) {\n style.removeChild(childNodes[index]);\n }\n\n if (childNodes.length) {\n style.insertBefore(cssNode, childNodes[index]);\n } else {\n style.appendChild(cssNode);\n }\n }\n}\n\nfunction applyToTag(style, options, obj) {\n var css = obj.css;\n var media = obj.media;\n var sourceMap = obj.sourceMap;\n\n if (media) {\n style.setAttribute('media', media);\n } else {\n style.removeAttribute('media');\n }\n\n if (sourceMap && typeof btoa !== 'undefined') {\n css += \"\\n/*# sourceMappingURL=data:application/json;base64,\".concat(btoa(unescape(encodeURIComponent(JSON.stringify(sourceMap)))), \" */\");\n } // For old IE\n\n /* istanbul ignore if */\n\n\n if (style.styleSheet) {\n style.styleSheet.cssText = css;\n } else {\n while (style.firstChild) {\n style.removeChild(style.firstChild);\n }\n\n style.appendChild(document.createTextNode(css));\n }\n}\n\nvar singleton = null;\nvar singletonCounter = 0;\n\nfunction addStyle(obj, options) {\n var style;\n var update;\n var remove;\n\n if (options.singleton) {\n var styleIndex = singletonCounter++;\n style = singleton || (singleton = insertStyleElement(options));\n update = applyToSingletonTag.bind(null, style, styleIndex, false);\n remove = applyToSingletonTag.bind(null, style, styleIndex, true);\n } else {\n style = insertStyleElement(options);\n update = applyToTag.bind(null, style, options);\n\n remove = function remove() {\n removeStyleElement(style);\n };\n }\n\n update(obj);\n return function updateStyle(newObj) {\n if (newObj) {\n if (newObj.css === obj.css && newObj.media === obj.media && newObj.sourceMap === obj.sourceMap) {\n return;\n }\n\n update(obj = newObj);\n } else {\n remove();\n }\n };\n}\n\nmodule.exports = function (list, options) {\n options = options || {}; // Force single-tag solution on IE6-9, which has a hard limit on the # of <style>\n // tags it will allow on a page\n\n if (!options.singleton && typeof options.singleton !== 'boolean') {\n options.singleton = isOldIE();\n }\n\n list = list || [];\n var lastIdentifiers = modulesToDom(list, options);\n return function update(newList) {\n newList = newList || [];\n\n if (Object.prototype.toString.call(newList) !== '[object Array]') {\n return;\n }\n\n for (var i = 0; i < lastIdentifiers.length; i++) {\n var identifier = lastIdentifiers[i];\n var index = getIndexByIdentifier(identifier);\n stylesInDom[index].references--;\n }\n\n var newLastIdentifiers = modulesToDom(newList, options);\n\n for (var _i = 0; _i < lastIdentifiers.length; _i++) {\n var _identifier = lastIdentifiers[_i];\n\n var _index = getIndexByIdentifier(_identifier);\n\n if (stylesInDom[_index].references === 0) {\n stylesInDom[_index].updater();\n\n stylesInDom.splice(_index, 1);\n }\n }\n\n lastIdentifiers = newLastIdentifiers;\n };\n};"],"names":["___CSS_LOADER_EXPORT___","push","module","id","exports","useSourceMap","list","toString","this","map","item","content","cssMapping","btoa","sourceMapping","sourceMap","base64","unescape","encodeURIComponent","JSON","stringify","data","concat","sourceURLs","sources","source","sourceRoot","join","cssWithMappingToString","i","modules","mediaQuery","dedupe","alreadyImportedModules","length","_i","options","memo","isOldIE","Boolean","window","document","all","atob","getTarget","target","styleTarget","querySelector","HTMLIFrameElement","contentDocument","head","e","stylesInDom","getIndexByIdentifier","identifier","result","modulesToDom","idCountMap","identifiers","base","count","index","obj","css","media","references","updater","addStyle","insertStyleElement","style","createElement","attributes","nonce","Object","keys","forEach","key","setAttribute","insert","Error","appendChild","textStore","replaceText","replacement","filter","applyToSingletonTag","remove","styleSheet","cssText","cssNode","createTextNode","childNodes","removeChild","insertBefore","applyToTag","removeAttribute","firstChild","singleton","singletonCounter","update","styleIndex","bind","parentNode","removeStyleElement","newObj","lastIdentifiers","newList","prototype","call","newLastIdentifiers","_index","splice"],"sourceRoot":""} \ No newline at end of file
diff --git a/js/files_videoplayer-main.js b/js/files_videoplayer-main.js
new file mode 100644
index 0000000..376cb47
--- /dev/null
+++ b/js/files_videoplayer-main.js
@@ -0,0 +1,3 @@
+/*! For license information please see files_videoplayer-main.js.LICENSE.txt */
+(()=>{var t,e,r={9282:(t,e,r)=>{"use strict";var n=r(4155),o=r(5108);function i(t){return(i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var a,c,u=r(2136).codes,l=u.ERR_AMBIGUOUS_ARGUMENT,f=u.ERR_INVALID_ARG_TYPE,s=u.ERR_INVALID_ARG_VALUE,p=u.ERR_INVALID_RETURN_VALUE,y=u.ERR_MISSING_ARGS,d=r(5961),g=r(9539).inspect,b=r(9539).types,h=b.isPromise,m=b.isRegExp,v=Object.assign?Object.assign:r(8091).assign,w=Object.is?Object.is:r(609);new Map;function j(){var t=r(9158);a=t.isDeepEqual,c=t.isDeepStrictEqual}var O=!1,S=t.exports=x,E={};function A(t){if(t.message instanceof Error)throw t.message;throw new d(t)}function P(t,e,r,n){if(!r){var o=!1;if(0===e)o=!0,n="No value argument passed to `assert.ok()`";else if(n instanceof Error)throw n;var i=new d({actual:r,expected:!0,message:n,operator:"==",stackStartFn:t});throw i.generatedMessage=o,i}}function x(){for(var t=arguments.length,e=new Array(t),r=0;r<t;r++)e[r]=arguments[r];P.apply(void 0,[x,e.length].concat(e))}S.fail=function t(e,r,i,a,c){var u,l=arguments.length;if(0===l)u="Failed";else if(1===l)i=e,e=void 0;else{if(!1===O){O=!0;var f=n.emitWarning?n.emitWarning:o.warn.bind(o);f("assert.fail() with more than one argument is deprecated. Please use assert.strictEqual() instead or only pass a message.","DeprecationWarning","DEP0094")}2===l&&(a="!=")}if(i instanceof Error)throw i;var s={actual:e,expected:r,operator:void 0===a?"fail":a,stackStartFn:c||t};void 0!==i&&(s.message=i);var p=new d(s);throw u&&(p.message=u,p.generatedMessage=!0),p},S.AssertionError=d,S.ok=x,S.equal=function t(e,r,n){if(arguments.length<2)throw new y("actual","expected");e!=r&&A({actual:e,expected:r,message:n,operator:"==",stackStartFn:t})},S.notEqual=function t(e,r,n){if(arguments.length<2)throw new y("actual","expected");e==r&&A({actual:e,expected:r,message:n,operator:"!=",stackStartFn:t})},S.deepEqual=function t(e,r,n){if(arguments.length<2)throw new y("actual","expected");void 0===a&&j(),a(e,r)||A({actual:e,expected:r,message:n,operator:"deepEqual",stackStartFn:t})},S.notDeepEqual=function t(e,r,n){if(arguments.length<2)throw new y("actual","expected");void 0===a&&j(),a(e,r)&&A({actual:e,expected:r,message:n,operator:"notDeepEqual",stackStartFn:t})},S.deepStrictEqual=function t(e,r,n){if(arguments.length<2)throw new y("actual","expected");void 0===a&&j(),c(e,r)||A({actual:e,expected:r,message:n,operator:"deepStrictEqual",stackStartFn:t})},S.notDeepStrictEqual=function t(e,r,n){if(arguments.length<2)throw new y("actual","expected");void 0===a&&j();c(e,r)&&A({actual:e,expected:r,message:n,operator:"notDeepStrictEqual",stackStartFn:t})},S.strictEqual=function t(e,r,n){if(arguments.length<2)throw new y("actual","expected");w(e,r)||A({actual:e,expected:r,message:n,operator:"strictEqual",stackStartFn:t})},S.notStrictEqual=function t(e,r,n){if(arguments.length<2)throw new y("actual","expected");w(e,r)&&A({actual:e,expected:r,message:n,operator:"notStrictEqual",stackStartFn:t})};var k=function t(e,r,n){var o=this;!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),r.forEach((function(t){t in e&&(void 0!==n&&"string"==typeof n[t]&&m(e[t])&&e[t].test(n[t])?o[t]=n[t]:o[t]=e[t])}))};function _(t,e,r,n,o,i){if(!(r in t)||!c(t[r],e[r])){if(!n){var a=new k(t,o),u=new k(e,o,t),l=new d({actual:a,expected:u,operator:"deepStrictEqual",stackStartFn:i});throw l.actual=t,l.expected=e,l.operator=i.name,l}A({actual:t,expected:e,message:n,operator:i.name,stackStartFn:i})}}function T(t,e,r,n){if("function"!=typeof e){if(m(e))return e.test(t);if(2===arguments.length)throw new f("expected",["Function","RegExp"],e);if("object"!==i(t)||null===t){var o=new d({actual:t,expected:e,message:r,operator:"deepStrictEqual",stackStartFn:n});throw o.operator=n.name,o}var c=Object.keys(e);if(e instanceof Error)c.push("name","message");else if(0===c.length)throw new s("error",e,"may not be an empty object");return void 0===a&&j(),c.forEach((function(o){"string"==typeof t[o]&&m(e[o])&&e[o].test(t[o])||_(t,e,o,r,c,n)})),!0}return void 0!==e.prototype&&t instanceof e||!Error.isPrototypeOf(e)&&!0===e.call({},t)}function I(t){if("function"!=typeof t)throw new f("fn","Function",t);try{t()}catch(t){return t}return E}function F(t){return h(t)||null!==t&&"object"===i(t)&&"function"==typeof t.then&&"function"==typeof t.catch}function R(t){return Promise.resolve().then((function(){var e;if("function"==typeof t){if(!F(e=t()))throw new p("instance of Promise","promiseFn",e)}else{if(!F(t))throw new f("promiseFn",["Function","Promise"],t);e=t}return Promise.resolve().then((function(){return e})).then((function(){return E})).catch((function(t){return t}))}))}function N(t,e,r,n){if("string"==typeof r){if(4===arguments.length)throw new f("error",["Object","Error","Function","RegExp"],r);if("object"===i(e)&&null!==e){if(e.message===r)throw new l("error/message",'The error message "'.concat(e.message,'" is identical to the message.'))}else if(e===r)throw new l("error/message",'The error "'.concat(e,'" is identical to the message.'));n=r,r=void 0}else if(null!=r&&"object"!==i(r)&&"function"!=typeof r)throw new f("error",["Object","Error","Function","RegExp"],r);if(e===E){var o="";r&&r.name&&(o+=" (".concat(r.name,")")),o+=n?": ".concat(n):".";var a="rejects"===t.name?"rejection":"exception";A({actual:void 0,expected:r,operator:t.name,message:"Missing expected ".concat(a).concat(o),stackStartFn:t})}if(r&&!T(e,r,n,t))throw e}function U(t,e,r,n){if(e!==E){if("string"==typeof r&&(n=r,r=void 0),!r||T(e,r)){var o=n?": ".concat(n):".",i="doesNotReject"===t.name?"rejection":"exception";A({actual:e,expected:r,operator:t.name,message:"Got unwanted ".concat(i).concat(o,"\n")+'Actual message: "'.concat(e&&e.message,'"'),stackStartFn:t})}throw e}}function D(){for(var t=arguments.length,e=new Array(t),r=0;r<t;r++)e[r]=arguments[r];P.apply(void 0,[D,e.length].concat(e))}S.throws=function t(e){for(var r=arguments.length,n=new Array(r>1?r-1:0),o=1;o<r;o++)n[o-1]=arguments[o];N.apply(void 0,[t,I(e)].concat(n))},S.rejects=function t(e){for(var r=arguments.length,n=new Array(r>1?r-1:0),o=1;o<r;o++)n[o-1]=arguments[o];return R(e).then((function(e){return N.apply(void 0,[t,e].concat(n))}))},S.doesNotThrow=function t(e){for(var r=arguments.length,n=new Array(r>1?r-1:0),o=1;o<r;o++)n[o-1]=arguments[o];U.apply(void 0,[t,I(e)].concat(n))},S.doesNotReject=function t(e){for(var r=arguments.length,n=new Array(r>1?r-1:0),o=1;o<r;o++)n[o-1]=arguments[o];return R(e).then((function(e){return U.apply(void 0,[t,e].concat(n))}))},S.ifError=function t(e){if(null!=e){var r="ifError got unwanted exception: ";"object"===i(e)&&"string"==typeof e.message?0===e.message.length&&e.constructor?r+=e.constructor.name:r+=e.message:r+=g(e);var n=new d({actual:e,expected:null,operator:"ifError",message:r,stackStartFn:t}),o=e.stack;if("string"==typeof o){var a=o.split("\n");a.shift();for(var c=n.stack.split("\n"),u=0;u<a.length;u++){var l=c.indexOf(a[u]);if(-1!==l){c=c.slice(0,l);break}}n.stack="".concat(c.join("\n"),"\n").concat(a.join("\n"))}throw n}},S.strict=v(D,S,{equal:S.strictEqual,deepEqual:S.deepStrictEqual,notEqual:S.notStrictEqual,notDeepEqual:S.notDeepStrictEqual}),S.strict.strict=S.strict},5961:(t,e,r)=>{"use strict";var n=r(4155);function o(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function i(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}function a(t,e){return!e||"object"!==y(e)&&"function"!=typeof e?c(t):e}function c(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function u(t){var e="function"==typeof Map?new Map:void 0;return(u=function(t){if(null===t||(r=t,-1===Function.toString.call(r).indexOf("[native code]")))return t;var r;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,n)}function n(){return f(t,arguments,p(this).constructor)}return n.prototype=Object.create(t.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),s(n,t)})(t)}function l(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(t){return!1}}function f(t,e,r){return(f=l()?Reflect.construct:function(t,e,r){var n=[null];n.push.apply(n,e);var o=new(Function.bind.apply(t,n));return r&&s(o,r.prototype),o}).apply(null,arguments)}function s(t,e){return(s=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function p(t){return(p=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function y(t){return(y="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var d=r(9539).inspect,g=r(2136).codes.ERR_INVALID_ARG_TYPE;function b(t,e,r){return(void 0===r||r>t.length)&&(r=t.length),t.substring(r-e.length,r)===e}var h="",m="",v="",w="",j={deepStrictEqual:"Expected values to be strictly deep-equal:",strictEqual:"Expected values to be strictly equal:",strictEqualObject:'Expected "actual" to be reference-equal to "expected":',deepEqual:"Expected values to be loosely deep-equal:",equal:"Expected values to be loosely equal:",notDeepStrictEqual:'Expected "actual" not to be strictly deep-equal to:',notStrictEqual:'Expected "actual" to be strictly unequal to:',notStrictEqualObject:'Expected "actual" not to be reference-equal to "expected":',notDeepEqual:'Expected "actual" not to be loosely deep-equal to:',notEqual:'Expected "actual" to be loosely unequal to:',notIdentical:"Values identical but not reference-equal:"};function O(t){var e=Object.keys(t),r=Object.create(Object.getPrototypeOf(t));return e.forEach((function(e){r[e]=t[e]})),Object.defineProperty(r,"message",{value:t.message}),r}function S(t){return d(t,{compact:!1,customInspect:!1,depth:1e3,maxArrayLength:1/0,showHidden:!1,breakLength:1/0,showProxy:!1,sorted:!0,getters:!0})}function E(t,e,r){var o="",i="",a=0,c="",u=!1,l=S(t),f=l.split("\n"),s=S(e).split("\n"),p=0,d="";if("strictEqual"===r&&"object"===y(t)&&"object"===y(e)&&null!==t&&null!==e&&(r="strictEqualObject"),1===f.length&&1===s.length&&f[0]!==s[0]){var g=f[0].length+s[0].length;if(g<=10){if(!("object"===y(t)&&null!==t||"object"===y(e)&&null!==e||0===t&&0===e))return"".concat(j[r],"\n\n")+"".concat(f[0]," !== ").concat(s[0],"\n")}else if("strictEqualObject"!==r){if(g<(n.stderr&&n.stderr.isTTY?n.stderr.columns:80)){for(;f[0][p]===s[0][p];)p++;p>2&&(d="\n ".concat(function(t,e){if(e=Math.floor(e),0==t.length||0==e)return"";var r=t.length*e;for(e=Math.floor(Math.log(e)/Math.log(2));e;)t+=t,e--;return t+t.substring(0,r-t.length)}(" ",p),"^"),p=0)}}}for(var O=f[f.length-1],E=s[s.length-1];O===E&&(p++<2?c="\n ".concat(O).concat(c):o=O,f.pop(),s.pop(),0!==f.length&&0!==s.length);)O=f[f.length-1],E=s[s.length-1];var A=Math.max(f.length,s.length);if(0===A){var P=l.split("\n");if(P.length>30)for(P[26]="".concat(h,"...").concat(w);P.length>27;)P.pop();return"".concat(j.notIdentical,"\n\n").concat(P.join("\n"),"\n")}p>3&&(c="\n".concat(h,"...").concat(w).concat(c),u=!0),""!==o&&(c="\n ".concat(o).concat(c),o="");var x=0,k=j[r]+"\n".concat(m,"+ actual").concat(w," ").concat(v,"- expected").concat(w),_=" ".concat(h,"...").concat(w," Lines skipped");for(p=0;p<A;p++){var T=p-a;if(f.length<p+1)T>1&&p>2&&(T>4?(i+="\n".concat(h,"...").concat(w),u=!0):T>3&&(i+="\n ".concat(s[p-2]),x++),i+="\n ".concat(s[p-1]),x++),a=p,o+="\n".concat(v,"-").concat(w," ").concat(s[p]),x++;else if(s.length<p+1)T>1&&p>2&&(T>4?(i+="\n".concat(h,"...").concat(w),u=!0):T>3&&(i+="\n ".concat(f[p-2]),x++),i+="\n ".concat(f[p-1]),x++),a=p,i+="\n".concat(m,"+").concat(w," ").concat(f[p]),x++;else{var I=s[p],F=f[p],R=F!==I&&(!b(F,",")||F.slice(0,-1)!==I);R&&b(I,",")&&I.slice(0,-1)===F&&(R=!1,F+=","),R?(T>1&&p>2&&(T>4?(i+="\n".concat(h,"...").concat(w),u=!0):T>3&&(i+="\n ".concat(f[p-2]),x++),i+="\n ".concat(f[p-1]),x++),a=p,i+="\n".concat(m,"+").concat(w," ").concat(F),o+="\n".concat(v,"-").concat(w," ").concat(I),x+=2):(i+=o,o="",1!==T&&0!==p||(i+="\n ".concat(F),x++))}if(x>20&&p<A-2)return"".concat(k).concat(_,"\n").concat(i,"\n").concat(h,"...").concat(w).concat(o,"\n")+"".concat(h,"...").concat(w)}return"".concat(k).concat(u?_:"","\n").concat(i).concat(o).concat(c).concat(d)}var A=function(t){function e(t){var r;if(function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,e),"object"!==y(t)||null===t)throw new g("options","Object",t);var o=t.message,i=t.operator,u=t.stackStartFn,l=t.actual,f=t.expected,s=Error.stackTraceLimit;if(Error.stackTraceLimit=0,null!=o)r=a(this,p(e).call(this,String(o)));else if(n.stderr&&n.stderr.isTTY&&(n.stderr&&n.stderr.getColorDepth&&1!==n.stderr.getColorDepth()?(h="",m="",w="",v=""):(h="",m="",w="",v="")),"object"===y(l)&&null!==l&&"object"===y(f)&&null!==f&&"stack"in l&&l instanceof Error&&"stack"in f&&f instanceof Error&&(l=O(l),f=O(f)),"deepStrictEqual"===i||"strictEqual"===i)r=a(this,p(e).call(this,E(l,f,i)));else if("notDeepStrictEqual"===i||"notStrictEqual"===i){var d=j[i],b=S(l).split("\n");if("notStrictEqual"===i&&"object"===y(l)&&null!==l&&(d=j.notStrictEqualObject),b.length>30)for(b[26]="".concat(h,"...").concat(w);b.length>27;)b.pop();r=1===b.length?a(this,p(e).call(this,"".concat(d," ").concat(b[0]))):a(this,p(e).call(this,"".concat(d,"\n\n").concat(b.join("\n"),"\n")))}else{var A=S(l),P="",x=j[i];"notDeepEqual"===i||"notEqual"===i?(A="".concat(j[i],"\n\n").concat(A)).length>1024&&(A="".concat(A.slice(0,1021),"...")):(P="".concat(S(f)),A.length>512&&(A="".concat(A.slice(0,509),"...")),P.length>512&&(P="".concat(P.slice(0,509),"...")),"deepEqual"===i||"equal"===i?A="".concat(x,"\n\n").concat(A,"\n\nshould equal\n\n"):P=" ".concat(i," ").concat(P)),r=a(this,p(e).call(this,"".concat(A).concat(P)))}return Error.stackTraceLimit=s,r.generatedMessage=!o,Object.defineProperty(c(r),"name",{value:"AssertionError [ERR_ASSERTION]",enumerable:!1,writable:!0,configurable:!0}),r.code="ERR_ASSERTION",r.actual=l,r.expected=f,r.operator=i,Error.captureStackTrace&&Error.captureStackTrace(c(r),u),r.stack,r.name="AssertionError",a(r)}var r,u,l;return function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&s(t,e)}(e,t),r=e,(u=[{key:"toString",value:function(){return"".concat(this.name," [").concat(this.code,"]: ").concat(this.message)}},{key:d.custom,value:function(t,e){return d(this,function(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{},n=Object.keys(r);"function"==typeof Object.getOwnPropertySymbols&&(n=n.concat(Object.getOwnPropertySymbols(r).filter((function(t){return Object.getOwnPropertyDescriptor(r,t).enumerable})))),n.forEach((function(e){o(t,e,r[e])}))}return t}({},e,{customInspect:!1,depth:0}))}}])&&i(r.prototype,u),l&&i(r,l),e}(u(Error));t.exports=A},2136:(t,e,r)=>{"use strict";function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function o(t,e){return!e||"object"!==n(e)&&"function"!=typeof e?function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t):e}function i(t){return(i=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function a(t,e){return(a=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}var c,u,l={};function f(t,e,r){r||(r=Error);var n=function(r){function n(r,a,c){var u;return function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,n),(u=o(this,i(n).call(this,function(t,r,n){return"string"==typeof e?e:e(t,r,n)}(r,a,c)))).code=t,u}return function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&a(t,e)}(n,r),n}(r);l[t]=n}function s(t,e){if(Array.isArray(t)){var r=t.length;return t=t.map((function(t){return String(t)})),r>2?"one of ".concat(e," ").concat(t.slice(0,r-1).join(", "),", or ")+t[r-1]:2===r?"one of ".concat(e," ").concat(t[0]," or ").concat(t[1]):"of ".concat(e," ").concat(t[0])}return"of ".concat(e," ").concat(String(t))}f("ERR_AMBIGUOUS_ARGUMENT",'The "%s" argument is ambiguous. %s',TypeError),f("ERR_INVALID_ARG_TYPE",(function(t,e,o){var i,a,u,l;if(void 0===c&&(c=r(9282)),c("string"==typeof t,"'name' must be a string"),"string"==typeof e&&(a="not ",e.substr(!u||u<0?0:+u,a.length)===a)?(i="must not be",e=e.replace(/^not /,"")):i="must be",function(t,e,r){return(void 0===r||r>t.length)&&(r=t.length),t.substring(r-e.length,r)===e}(t," argument"))l="The ".concat(t," ").concat(i," ").concat(s(e,"type"));else{var f=function(t,e,r){return"number"!=typeof r&&(r=0),!(r+e.length>t.length)&&-1!==t.indexOf(e,r)}(t,".")?"property":"argument";l='The "'.concat(t,'" ').concat(f," ").concat(i," ").concat(s(e,"type"))}return l+=". Received type ".concat(n(o))}),TypeError),f("ERR_INVALID_ARG_VALUE",(function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"is invalid";void 0===u&&(u=r(9539));var o=u.inspect(e);return o.length>128&&(o="".concat(o.slice(0,128),"...")),"The argument '".concat(t,"' ").concat(n,". Received ").concat(o)}),TypeError,RangeError),f("ERR_INVALID_RETURN_VALUE",(function(t,e,r){var o;return o=r&&r.constructor&&r.constructor.name?"instance of ".concat(r.constructor.name):"type ".concat(n(r)),"Expected ".concat(t,' to be returned from the "').concat(e,'"')+" function but got ".concat(o,".")}),TypeError),f("ERR_MISSING_ARGS",(function(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];void 0===c&&(c=r(9282)),c(e.length>0,"At least one arg needs to be specified");var o="The ",i=e.length;switch(e=e.map((function(t){return'"'.concat(t,'"')})),i){case 1:o+="".concat(e[0]," argument");break;case 2:o+="".concat(e[0]," and ").concat(e[1]," arguments");break;default:o+=e.slice(0,i-1).join(", "),o+=", and ".concat(e[i-1]," arguments")}return"".concat(o," must be specified")}),TypeError),t.exports.codes=l},9158:(t,e,r)=>{"use strict";function n(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var r=[],n=!0,o=!1,i=void 0;try{for(var a,c=t[Symbol.iterator]();!(n=(a=c.next()).done)&&(r.push(a.value),!e||r.length!==e);n=!0);}catch(t){o=!0,i=t}finally{try{n||null==c.return||c.return()}finally{if(o)throw i}}return r}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}()}function o(t){return(o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var i=void 0!==/a/g.flags,a=function(t){var e=[];return t.forEach((function(t){return e.push(t)})),e},c=function(t){var e=[];return t.forEach((function(t,r){return e.push([r,t])})),e},u=Object.is?Object.is:r(609),l=Object.getOwnPropertySymbols?Object.getOwnPropertySymbols:function(){return[]},f=Number.isNaN?Number.isNaN:r(360);function s(t){return t.call.bind(t)}var p=s(Object.prototype.hasOwnProperty),y=s(Object.prototype.propertyIsEnumerable),d=s(Object.prototype.toString),g=r(9539).types,b=g.isAnyArrayBuffer,h=g.isArrayBufferView,m=g.isDate,v=g.isMap,w=g.isRegExp,j=g.isSet,O=g.isNativeError,S=g.isBoxedPrimitive,E=g.isNumberObject,A=g.isStringObject,P=g.isBooleanObject,x=g.isBigIntObject,k=g.isSymbolObject,_=g.isFloat32Array,T=g.isFloat64Array;function I(t){if(0===t.length||t.length>10)return!0;for(var e=0;e<t.length;e++){var r=t.charCodeAt(e);if(r<48||r>57)return!0}return 10===t.length&&t>=Math.pow(2,32)}function F(t){return Object.keys(t).filter(I).concat(l(t).filter(Object.prototype.propertyIsEnumerable.bind(t)))}function R(t,e){if(t===e)return 0;for(var r=t.length,n=e.length,o=0,i=Math.min(r,n);o<i;++o)if(t[o]!==e[o]){r=t[o],n=e[o];break}return r<n?-1:n<r?1:0}function N(t,e,r,n){if(t===e)return 0!==t||(!r||u(t,e));if(r){if("object"!==o(t))return"number"==typeof t&&f(t)&&f(e);if("object"!==o(e)||null===t||null===e)return!1;if(Object.getPrototypeOf(t)!==Object.getPrototypeOf(e))return!1}else{if(null===t||"object"!==o(t))return(null===e||"object"!==o(e))&&t==e;if(null===e||"object"!==o(e))return!1}var a,c,l,s,p=d(t);if(p!==d(e))return!1;if(Array.isArray(t)){if(t.length!==e.length)return!1;var y=F(t),g=F(e);return y.length===g.length&&D(t,e,r,n,1,y)}if("[object Object]"===p&&(!v(t)&&v(e)||!j(t)&&j(e)))return!1;if(m(t)){if(!m(e)||Date.prototype.getTime.call(t)!==Date.prototype.getTime.call(e))return!1}else if(w(t)){if(!w(e)||(l=t,s=e,!(i?l.source===s.source&&l.flags===s.flags:RegExp.prototype.toString.call(l)===RegExp.prototype.toString.call(s))))return!1}else if(O(t)||t instanceof Error){if(t.message!==e.message||t.name!==e.name)return!1}else{if(h(t)){if(r||!_(t)&&!T(t)){if(!function(t,e){return t.byteLength===e.byteLength&&0===R(new Uint8Array(t.buffer,t.byteOffset,t.byteLength),new Uint8Array(e.buffer,e.byteOffset,e.byteLength))}(t,e))return!1}else if(!function(t,e){if(t.byteLength!==e.byteLength)return!1;for(var r=0;r<t.byteLength;r++)if(t[r]!==e[r])return!1;return!0}(t,e))return!1;var I=F(t),N=F(e);return I.length===N.length&&D(t,e,r,n,0,I)}if(j(t))return!(!j(e)||t.size!==e.size)&&D(t,e,r,n,2);if(v(t))return!(!v(e)||t.size!==e.size)&&D(t,e,r,n,3);if(b(t)){if(c=e,(a=t).byteLength!==c.byteLength||0!==R(new Uint8Array(a),new Uint8Array(c)))return!1}else if(S(t)&&!function(t,e){return E(t)?E(e)&&u(Number.prototype.valueOf.call(t),Number.prototype.valueOf.call(e)):A(t)?A(e)&&String.prototype.valueOf.call(t)===String.prototype.valueOf.call(e):P(t)?P(e)&&Boolean.prototype.valueOf.call(t)===Boolean.prototype.valueOf.call(e):x(t)?x(e)&&BigInt.prototype.valueOf.call(t)===BigInt.prototype.valueOf.call(e):k(e)&&Symbol.prototype.valueOf.call(t)===Symbol.prototype.valueOf.call(e)}(t,e))return!1}return D(t,e,r,n,0)}function U(t,e){return e.filter((function(e){return y(t,e)}))}function D(t,e,r,n,o,i){if(5===arguments.length){i=Object.keys(t);var a=Object.keys(e);if(i.length!==a.length)return!1}for(var c=0;c<i.length;c++)if(!p(e,i[c]))return!1;if(r&&5===arguments.length){var u=l(t);if(0!==u.length){var f=0;for(c=0;c<u.length;c++){var s=u[c];if(y(t,s)){if(!y(e,s))return!1;i.push(s),f++}else if(y(e,s))return!1}var d=l(e);if(u.length!==d.length&&U(e,d).length!==f)return!1}else{var g=l(e);if(0!==g.length&&0!==U(e,g).length)return!1}}if(0===i.length&&(0===o||1===o&&0===t.length||0===t.size))return!0;if(void 0===n)n={val1:new Map,val2:new Map,position:0};else{var b=n.val1.get(t);if(void 0!==b){var h=n.val2.get(e);if(void 0!==h)return b===h}n.position++}n.val1.set(t,n.position),n.val2.set(e,n.position);var m=G(t,e,r,i,n,o);return n.val1.delete(t),n.val2.delete(e),m}function q(t,e,r,n){for(var o=a(t),i=0;i<o.length;i++){var c=o[i];if(N(e,c,r,n))return t.delete(c),!0}return!1}function B(t){switch(o(t)){case"undefined":return null;case"object":return;case"symbol":return!1;case"string":t=+t;case"number":if(f(t))return!1}return!0}function M(t,e,r){var n=B(r);return null!=n?n:e.has(n)&&!t.has(n)}function C(t,e,r,n,o){var i=B(r);if(null!=i)return i;var a=e.get(i);return!(void 0===a&&!e.has(i)||!N(n,a,!1,o))&&(!t.has(i)&&N(n,a,!1,o))}function L(t,e,r,n,o,i){for(var c=a(t),u=0;u<c.length;u++){var l=c[u];if(N(r,l,o,i)&&N(n,e.get(l),o,i))return t.delete(l),!0}return!1}function G(t,e,r,i,u,l){var f=0;if(2===l){if(!function(t,e,r,n){for(var i=null,c=a(t),u=0;u<c.length;u++){var l=c[u];if("object"===o(l)&&null!==l)null===i&&(i=new Set),i.add(l);else if(!e.has(l)){if(r)return!1;if(!M(t,e,l))return!1;null===i&&(i=new Set),i.add(l)}}if(null!==i){for(var f=a(e),s=0;s<f.length;s++){var p=f[s];if("object"===o(p)&&null!==p){if(!q(i,p,r,n))return!1}else if(!r&&!t.has(p)&&!q(i,p,r,n))return!1}return 0===i.size}return!0}(t,e,r,u))return!1}else if(3===l){if(!function(t,e,r,i){for(var a=null,u=c(t),l=0;l<u.length;l++){var f=n(u[l],2),s=f[0],p=f[1];if("object"===o(s)&&null!==s)null===a&&(a=new Set),a.add(s);else{var y=e.get(s);if(void 0===y&&!e.has(s)||!N(p,y,r,i)){if(r)return!1;if(!C(t,e,s,p,i))return!1;null===a&&(a=new Set),a.add(s)}}}if(null!==a){for(var d=c(e),g=0;g<d.length;g++){var b=n(d[g],2),h=(s=b[0],b[1]);if("object"===o(s)&&null!==s){if(!L(a,t,s,h,r,i))return!1}else if(!(r||t.has(s)&&N(t.get(s),h,!1,i)||L(a,t,s,h,!1,i)))return!1}return 0===a.size}return!0}(t,e,r,u))return!1}else if(1===l)for(;f<t.length;f++){if(!p(t,f)){if(p(e,f))return!1;for(var s=Object.keys(t);f<s.length;f++){var y=s[f];if(!p(e,y)||!N(t[y],e[y],r,u))return!1}return s.length===Object.keys(e).length}if(!p(e,f)||!N(t[f],e[f],r,u))return!1}for(f=0;f<i.length;f++){var d=i[f];if(!N(t[d],e[d],r,u))return!1}return!0}t.exports={isDeepEqual:function(t,e){return N(t,e,false)},isDeepStrictEqual:function(t,e){return N(t,e,true)}}},1924:(t,e,r)=>{"use strict";var n=r(210),o=r(5559),i=o(n("String.prototype.indexOf"));t.exports=function(t,e){var r=n(t,!!e);return"function"==typeof r&&i(t,".prototype.")>-1?o(r):r}},5559:(t,e,r)=>{"use strict";var n=r(8612),o=r(210),i=o("%Function.prototype.apply%"),a=o("%Function.prototype.call%"),c=o("%Reflect.apply%",!0)||n.call(a,i),u=o("%Object.getOwnPropertyDescriptor%",!0),l=o("%Object.defineProperty%",!0),f=o("%Math.max%");if(l)try{l({},"a",{value:1})}catch(t){l=null}t.exports=function(t){var e=c(n,a,arguments);if(u&&l){var r=u(e,"length");r.configurable&&l(e,"length",{value:1+f(0,t.length-(arguments.length-1))})}return e};var s=function(){return c(n,i,arguments)};l?l(t.exports,"apply",{value:s}):t.exports.apply=s},5108:(t,e,r)=>{var n=r(9539),o=r(9282);function i(){return(new Date).getTime()}var a,c=Array.prototype.slice,u={};a=void 0!==r.g&&r.g.console?r.g.console:"undefined"!=typeof window&&window.console?window.console:{};for(var l=[[function(){},"log"],[function(){a.log.apply(a,arguments)},"info"],[function(){a.log.apply(a,arguments)},"warn"],[function(){a.warn.apply(a,arguments)},"error"],[function(t){u[t]=i()},"time"],[function(t){var e=u[t];if(!e)throw new Error("No such label: "+t);delete u[t];var r=i()-e;a.log(t+": "+r+"ms")},"timeEnd"],[function(){var t=new Error;t.name="Trace",t.message=n.format.apply(null,arguments),a.error(t.stack)},"trace"],[function(t){a.log(n.inspect(t)+"\n")},"dir"],[function(t){if(!t){var e=c.call(arguments,1);o.ok(!1,n.format.apply(null,e))}},"assert"]],f=0;f<l.length;f++){var s=l[f],p=s[0],y=s[1];a[y]||(a[y]=p)}t.exports=a},4289:(t,e,r)=>{"use strict";var n=r(2215),o="function"==typeof Symbol&&"symbol"==typeof Symbol("foo"),i=Object.prototype.toString,a=Array.prototype.concat,c=Object.defineProperty,u=c&&function(){var t={};try{for(var e in c(t,"x",{enumerable:!1,value:t}),t)return!1;return t.x===t}catch(t){return!1}}(),l=function(t,e,r,n){var o;(!(e in t)||"function"==typeof(o=n)&&"[object Function]"===i.call(o)&&n())&&(u?c(t,e,{configurable:!0,enumerable:!1,value:r,writable:!0}):t[e]=r)},f=function(t,e){var r=arguments.length>2?arguments[2]:{},i=n(e);o&&(i=a.call(i,Object.getOwnPropertySymbols(e)));for(var c=0;c<i.length;c+=1)l(t,i[c],e[i[c]],r[i[c]])};f.supportsDescriptors=!!u,t.exports=f},8091:t=>{"use strict";function e(t,e){if(null==t)throw new TypeError("Cannot convert first argument to object");for(var r=Object(t),n=1;n<arguments.length;n++){var o=arguments[n];if(null!=o)for(var i=Object.keys(Object(o)),a=0,c=i.length;a<c;a++){var u=i[a],l=Object.getOwnPropertyDescriptor(o,u);void 0!==l&&l.enumerable&&(r[u]=o[u])}}return r}t.exports={assign:e,polyfill:function(){Object.assign||Object.defineProperty(Object,"assign",{enumerable:!1,configurable:!0,writable:!0,value:e})}}},5573:t=>{"use strict";var e=/["'&<>]/;t.exports=function(t){var r,n=""+t,o=e.exec(n);if(!o)return n;var i="",a=0,c=0;for(a=o.index;a<n.length;a++){switch(n.charCodeAt(a)){case 34:r="&quot;";break;case 38:r="&amp;";break;case 39:r="&#39;";break;case 60:r="&lt;";break;case 62:r="&gt;";break;default:continue}c!==a&&(i+=n.substring(c,a)),c=a+1,i+=r}return c!==a?i+n.substring(c,a):i}},9804:t=>{var e=Object.prototype.hasOwnProperty,r=Object.prototype.toString;t.exports=function(t,n,o){if("[object Function]"!==r.call(n))throw new TypeError("iterator must be a function");var i=t.length;if(i===+i)for(var a=0;a<i;a++)n.call(o,t[a],a,t);else for(var c in t)e.call(t,c)&&n.call(o,t[c],c,t)}},7648:t=>{"use strict";var e="Function.prototype.bind called on incompatible ",r=Array.prototype.slice,n=Object.prototype.toString,o="[object Function]";t.exports=function(t){var i=this;if("function"!=typeof i||n.call(i)!==o)throw new TypeError(e+i);for(var a,c=r.call(arguments,1),u=function(){if(this instanceof a){var e=i.apply(this,c.concat(r.call(arguments)));return Object(e)===e?e:this}return i.apply(t,c.concat(r.call(arguments)))},l=Math.max(0,i.length-c.length),f=[],s=0;s<l;s++)f.push("$"+s);if(a=Function("binder","return function ("+f.join(",")+"){ return binder.apply(this,arguments); }")(u),i.prototype){var p=function(){};p.prototype=i.prototype,a.prototype=new p,p.prototype=null}return a}},8612:(t,e,r)=>{"use strict";var n=r(7648);t.exports=Function.prototype.bind||n},210:(t,e,r)=>{"use strict";var n,o=SyntaxError,i=Function,a=TypeError,c=function(t){try{return i('"use strict"; return ('+t+").constructor;")()}catch(t){}},u=Object.getOwnPropertyDescriptor;if(u)try{u({},"")}catch(t){u=null}var l=function(){throw new a},f=u?function(){try{return l}catch(t){try{return u(arguments,"callee").get}catch(t){return l}}}():l,s=r(1405)(),p=Object.getPrototypeOf||function(t){return t.__proto__},y={},d="undefined"==typeof Uint8Array?n:p(Uint8Array),g={"%AggregateError%":"undefined"==typeof AggregateError?n:AggregateError,"%Array%":Array,"%ArrayBuffer%":"undefined"==typeof ArrayBuffer?n:ArrayBuffer,"%ArrayIteratorPrototype%":s?p([][Symbol.iterator]()):n,"%AsyncFromSyncIteratorPrototype%":n,"%AsyncFunction%":y,"%AsyncGenerator%":y,"%AsyncGeneratorFunction%":y,"%AsyncIteratorPrototype%":y,"%Atomics%":"undefined"==typeof Atomics?n:Atomics,"%BigInt%":"undefined"==typeof BigInt?n:BigInt,"%Boolean%":Boolean,"%DataView%":"undefined"==typeof DataView?n:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Error,"%eval%":eval,"%EvalError%":EvalError,"%Float32Array%":"undefined"==typeof Float32Array?n:Float32Array,"%Float64Array%":"undefined"==typeof Float64Array?n:Float64Array,"%FinalizationRegistry%":"undefined"==typeof FinalizationRegistry?n:FinalizationRegistry,"%Function%":i,"%GeneratorFunction%":y,"%Int8Array%":"undefined"==typeof Int8Array?n:Int8Array,"%Int16Array%":"undefined"==typeof Int16Array?n:Int16Array,"%Int32Array%":"undefined"==typeof Int32Array?n:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":s?p(p([][Symbol.iterator]())):n,"%JSON%":"object"==typeof JSON?JSON:n,"%Map%":"undefined"==typeof Map?n:Map,"%MapIteratorPrototype%":"undefined"!=typeof Map&&s?p((new Map)[Symbol.iterator]()):n,"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"==typeof Promise?n:Promise,"%Proxy%":"undefined"==typeof Proxy?n:Proxy,"%RangeError%":RangeError,"%ReferenceError%":ReferenceError,"%Reflect%":"undefined"==typeof Reflect?n:Reflect,"%RegExp%":RegExp,"%Set%":"undefined"==typeof Set?n:Set,"%SetIteratorPrototype%":"undefined"!=typeof Set&&s?p((new Set)[Symbol.iterator]()):n,"%SharedArrayBuffer%":"undefined"==typeof SharedArrayBuffer?n:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":s?p(""[Symbol.iterator]()):n,"%Symbol%":s?Symbol:n,"%SyntaxError%":o,"%ThrowTypeError%":f,"%TypedArray%":d,"%TypeError%":a,"%Uint8Array%":"undefined"==typeof Uint8Array?n:Uint8Array,"%Uint8ClampedArray%":"undefined"==typeof Uint8ClampedArray?n:Uint8ClampedArray,"%Uint16Array%":"undefined"==typeof Uint16Array?n:Uint16Array,"%Uint32Array%":"undefined"==typeof Uint32Array?n:Uint32Array,"%URIError%":URIError,"%WeakMap%":"undefined"==typeof WeakMap?n:WeakMap,"%WeakRef%":"undefined"==typeof WeakRef?n:WeakRef,"%WeakSet%":"undefined"==typeof WeakSet?n:WeakSet},b=function t(e){var r;if("%AsyncFunction%"===e)r=c("async function () {}");else if("%GeneratorFunction%"===e)r=c("function* () {}");else if("%AsyncGeneratorFunction%"===e)r=c("async function* () {}");else if("%AsyncGenerator%"===e){var n=t("%AsyncGeneratorFunction%");n&&(r=n.prototype)}else if("%AsyncIteratorPrototype%"===e){var o=t("%AsyncGenerator%");o&&(r=p(o.prototype))}return g[e]=r,r},h={"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},m=r(8612),v=r(7642),w=m.call(Function.call,Array.prototype.concat),j=m.call(Function.apply,Array.prototype.splice),O=m.call(Function.call,String.prototype.replace),S=m.call(Function.call,String.prototype.slice),E=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,A=/\\(\\)?/g,P=function(t){var e=S(t,0,1),r=S(t,-1);if("%"===e&&"%"!==r)throw new o("invalid intrinsic syntax, expected closing `%`");if("%"===r&&"%"!==e)throw new o("invalid intrinsic syntax, expected opening `%`");var n=[];return O(t,E,(function(t,e,r,o){n[n.length]=r?O(o,A,"$1"):e||t})),n},x=function(t,e){var r,n=t;if(v(h,n)&&(n="%"+(r=h[n])[0]+"%"),v(g,n)){var i=g[n];if(i===y&&(i=b(n)),void 0===i&&!e)throw new a("intrinsic "+t+" exists, but is not available. Please file an issue!");return{alias:r,name:n,value:i}}throw new o("intrinsic "+t+" does not exist!")};t.exports=function(t,e){if("string"!=typeof t||0===t.length)throw new a("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!=typeof e)throw new a('"allowMissing" argument must be a boolean');var r=P(t),n=r.length>0?r[0]:"",i=x("%"+n+"%",e),c=i.name,l=i.value,f=!1,s=i.alias;s&&(n=s[0],j(r,w([0,1],s)));for(var p=1,y=!0;p<r.length;p+=1){var d=r[p],b=S(d,0,1),h=S(d,-1);if(('"'===b||"'"===b||"`"===b||'"'===h||"'"===h||"`"===h)&&b!==h)throw new o("property names with quotes must have matching quotes");if("constructor"!==d&&y||(f=!0),v(g,c="%"+(n+="."+d)+"%"))l=g[c];else if(null!=l){if(!(d in l)){if(!e)throw new a("base intrinsic for "+t+" exists, but the property is not available.");return}if(u&&p+1>=r.length){var m=u(l,d);l=(y=!!m)&&"get"in m&&!("originalValue"in m.get)?m.get:l[d]}else y=v(l,d),l=l[d];y&&!f&&(g[c]=l)}}return l}},1405:(t,e,r)=>{"use strict";var n="undefined"!=typeof Symbol&&Symbol,o=r(5419);t.exports=function(){return"function"==typeof n&&("function"==typeof Symbol&&("symbol"==typeof n("foo")&&("symbol"==typeof Symbol("bar")&&o())))}},5419:t=>{"use strict";t.exports=function(){if("function"!=typeof Symbol||"function"!=typeof Object.getOwnPropertySymbols)return!1;if("symbol"==typeof Symbol.iterator)return!0;var t={},e=Symbol("test"),r=Object(e);if("string"==typeof e)return!1;if("[object Symbol]"!==Object.prototype.toString.call(e))return!1;if("[object Symbol]"!==Object.prototype.toString.call(r))return!1;for(e in t[e]=42,t)return!1;if("function"==typeof Object.keys&&0!==Object.keys(t).length)return!1;if("function"==typeof Object.getOwnPropertyNames&&0!==Object.getOwnPropertyNames(t).length)return!1;var n=Object.getOwnPropertySymbols(t);if(1!==n.length||n[0]!==e)return!1;if(!Object.prototype.propertyIsEnumerable.call(t,e))return!1;if("function"==typeof Object.getOwnPropertyDescriptor){var o=Object.getOwnPropertyDescriptor(t,e);if(42!==o.value||!0!==o.enumerable)return!1}return!0}},6410:(t,e,r)=>{"use strict";var n=r(5419);t.exports=function(){return n()&&!!Symbol.toStringTag}},7642:(t,e,r)=>{"use strict";var n=r(8612);t.exports=n.call(Function.call,Object.prototype.hasOwnProperty)},5717:t=>{"function"==typeof Object.create?t.exports=function(t,e){e&&(t.super_=e,t.prototype=Object.create(e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}))}:t.exports=function(t,e){if(e){t.super_=e;var r=function(){};r.prototype=e.prototype,t.prototype=new r,t.prototype.constructor=t}}},2584:(t,e,r)=>{"use strict";var n=r(6410)(),o=r(1924)("Object.prototype.toString"),i=function(t){return!(n&&t&&"object"==typeof t&&Symbol.toStringTag in t)&&"[object Arguments]"===o(t)},a=function(t){return!!i(t)||null!==t&&"object"==typeof t&&"number"==typeof t.length&&t.length>=0&&"[object Array]"!==o(t)&&"[object Function]"===o(t.callee)},c=function(){return i(arguments)}();i.isLegacyArguments=a,t.exports=c?i:a},8662:(t,e,r)=>{"use strict";var n,o=Object.prototype.toString,i=Function.prototype.toString,a=/^\s*(?:function)?\*/,c=r(6410)(),u=Object.getPrototypeOf;t.exports=function(t){if("function"!=typeof t)return!1;if(a.test(i.call(t)))return!0;if(!c)return"[object GeneratorFunction]"===o.call(t);if(!u)return!1;if(void 0===n){var e=function(){if(!c)return!1;try{return Function("return function*() {}")()}catch(t){}}();n=!!e&&u(e)}return u(t)===n}},8611:t=>{"use strict";t.exports=function(t){return t!=t}},360:(t,e,r)=>{"use strict";var n=r(5559),o=r(4289),i=r(8611),a=r(9415),c=r(3194),u=n(a(),Number);o(u,{getPolyfill:a,implementation:i,shim:c}),t.exports=u},9415:(t,e,r)=>{"use strict";var n=r(8611);t.exports=function(){return Number.isNaN&&Number.isNaN(NaN)&&!Number.isNaN("a")?Number.isNaN:n}},3194:(t,e,r)=>{"use strict";var n=r(4289),o=r(9415);t.exports=function(){var t=o();return n(Number,{isNaN:t},{isNaN:function(){return Number.isNaN!==t}}),t}},5692:(t,e,r)=>{"use strict";var n=r(9804),o=r(3083),i=r(1924),a=i("Object.prototype.toString"),c=r(6410)(),u=o(),l=i("Array.prototype.indexOf",!0)||function(t,e){for(var r=0;r<t.length;r+=1)if(t[r]===e)return r;return-1},f=i("String.prototype.slice"),s={},p=r(882),y=Object.getPrototypeOf;c&&p&&y&&n(u,(function(t){var e=new r.g[t];if(!(Symbol.toStringTag in e))throw new EvalError("this engine has support for Symbol.toStringTag, but "+t+" does not have the property! Please report this.");var n=y(e),o=p(n,Symbol.toStringTag);if(!o){var i=y(n);o=p(i,Symbol.toStringTag)}s[t]=o.get}));t.exports=function(t){if(!t||"object"!=typeof t)return!1;if(!c){var e=f(a(t),8,-1);return l(u,e)>-1}return!!p&&function(t){var e=!1;return n(s,(function(r,n){if(!e)try{e=r.call(t)===n}catch(t){}})),e}(t)}},4244:t=>{"use strict";var e=function(t){return t!=t};t.exports=function(t,r){return 0===t&&0===r?1/t==1/r:t===r||!(!e(t)||!e(r))}},609:(t,e,r)=>{"use strict";var n=r(4289),o=r(5559),i=r(4244),a=r(5624),c=r(2281),u=o(a(),Object);n(u,{getPolyfill:a,implementation:i,shim:c}),t.exports=u},5624:(t,e,r)=>{"use strict";var n=r(4244);t.exports=function(){return"function"==typeof Object.is?Object.is:n}},2281:(t,e,r)=>{"use strict";var n=r(5624),o=r(4289);t.exports=function(){var t=n();return o(Object,{is:t},{is:function(){return Object.is!==t}}),t}},8987:(t,e,r)=>{"use strict";var n;if(!Object.keys){var o=Object.prototype.hasOwnProperty,i=Object.prototype.toString,a=r(1414),c=Object.prototype.propertyIsEnumerable,u=!c.call({toString:null},"toString"),l=c.call((function(){}),"prototype"),f=["toString","toLocaleString","valueOf","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","constructor"],s=function(t){var e=t.constructor;return e&&e.prototype===t},p={$applicationCache:!0,$console:!0,$external:!0,$frame:!0,$frameElement:!0,$frames:!0,$innerHeight:!0,$innerWidth:!0,$onmozfullscreenchange:!0,$onmozfullscreenerror:!0,$outerHeight:!0,$outerWidth:!0,$pageXOffset:!0,$pageYOffset:!0,$parent:!0,$scrollLeft:!0,$scrollTop:!0,$scrollX:!0,$scrollY:!0,$self:!0,$webkitIndexedDB:!0,$webkitStorageInfo:!0,$window:!0},y=function(){if("undefined"==typeof window)return!1;for(var t in window)try{if(!p["$"+t]&&o.call(window,t)&&null!==window[t]&&"object"==typeof window[t])try{s(window[t])}catch(t){return!0}}catch(t){return!0}return!1}();n=function(t){var e=null!==t&&"object"==typeof t,r="[object Function]"===i.call(t),n=a(t),c=e&&"[object String]"===i.call(t),p=[];if(!e&&!r&&!n)throw new TypeError("Object.keys called on a non-object");var d=l&&r;if(c&&t.length>0&&!o.call(t,0))for(var g=0;g<t.length;++g)p.push(String(g));if(n&&t.length>0)for(var b=0;b<t.length;++b)p.push(String(b));else for(var h in t)d&&"prototype"===h||!o.call(t,h)||p.push(String(h));if(u)for(var m=function(t){if("undefined"==typeof window||!y)return s(t);try{return s(t)}catch(t){return!1}}(t),v=0;v<f.length;++v)m&&"constructor"===f[v]||!o.call(t,f[v])||p.push(f[v]);return p}}t.exports=n},2215:(t,e,r)=>{"use strict";var n=Array.prototype.slice,o=r(1414),i=Object.keys,a=i?function(t){return i(t)}:r(8987),c=Object.keys;a.shim=function(){Object.keys?function(){var t=Object.keys(arguments);return t&&t.length===arguments.length}(1,2)||(Object.keys=function(t){return o(t)?c(n.call(t)):c(t)}):Object.keys=a;return Object.keys||a},t.exports=a},1414:t=>{"use strict";var e=Object.prototype.toString;t.exports=function(t){var r=e.call(t),n="[object Arguments]"===r;return n||(n="[object Array]"!==r&&null!==t&&"object"==typeof t&&"number"==typeof t.length&&t.length>=0&&"[object Function]"===e.call(t.callee)),n}},4155:t=>{var e,r,n=t.exports={};function o(){throw new Error("setTimeout has not been defined")}function i(){throw new Error("clearTimeout has not been defined")}function a(t){if(e===setTimeout)return setTimeout(t,0);if((e===o||!e)&&setTimeout)return e=setTimeout,setTimeout(t,0);try{return e(t,0)}catch(r){try{return e.call(null,t,0)}catch(r){return e.call(this,t,0)}}}!function(){try{e="function"==typeof setTimeout?setTimeout:o}catch(t){e=o}try{r="function"==typeof clearTimeout?clearTimeout:i}catch(t){r=i}}();var c,u=[],l=!1,f=-1;function s(){l&&c&&(l=!1,c.length?u=c.concat(u):f=-1,u.length&&p())}function p(){if(!l){var t=a(s);l=!0;for(var e=u.length;e;){for(c=u,u=[];++f<e;)c&&c[f].run();f=-1,e=u.length}c=null,l=!1,function(t){if(r===clearTimeout)return clearTimeout(t);if((r===i||!r)&&clearTimeout)return r=clearTimeout,clearTimeout(t);try{r(t)}catch(e){try{return r.call(null,t)}catch(e){return r.call(this,t)}}}(t)}}function y(t,e){this.fun=t,this.array=e}function d(){}n.nextTick=function(t){var e=new Array(arguments.length-1);if(arguments.length>1)for(var r=1;r<arguments.length;r++)e[r-1]=arguments[r];u.push(new y(t,e)),1!==u.length||l||a(p)},y.prototype.run=function(){this.fun.apply(null,this.array)},n.title="browser",n.browser=!0,n.env={},n.argv=[],n.version="",n.versions={},n.on=d,n.addListener=d,n.once=d,n.off=d,n.removeListener=d,n.removeAllListeners=d,n.emit=d,n.prependListener=d,n.prependOnceListener=d,n.listeners=function(t){return[]},n.binding=function(t){throw new Error("process.binding is not supported")},n.cwd=function(){return"/"},n.chdir=function(t){throw new Error("process.chdir is not supported")},n.umask=function(){return 0}},384:t=>{t.exports=function(t){return t&&"object"==typeof t&&"function"==typeof t.copy&&"function"==typeof t.fill&&"function"==typeof t.readUInt8}},5955:(t,e,r)=>{"use strict";var n=r(2584),o=r(8662),i=r(6430),a=r(5692);function c(t){return t.call.bind(t)}var u="undefined"!=typeof BigInt,l="undefined"!=typeof Symbol,f=c(Object.prototype.toString),s=c(Number.prototype.valueOf),p=c(String.prototype.valueOf),y=c(Boolean.prototype.valueOf);if(u)var d=c(BigInt.prototype.valueOf);if(l)var g=c(Symbol.prototype.valueOf);function b(t,e){if("object"!=typeof t)return!1;try{return e(t),!0}catch(t){return!1}}function h(t){return"[object Map]"===f(t)}function m(t){return"[object Set]"===f(t)}function v(t){return"[object WeakMap]"===f(t)}function w(t){return"[object WeakSet]"===f(t)}function j(t){return"[object ArrayBuffer]"===f(t)}function O(t){return"undefined"!=typeof ArrayBuffer&&(j.working?j(t):t instanceof ArrayBuffer)}function S(t){return"[object DataView]"===f(t)}function E(t){return"undefined"!=typeof DataView&&(S.working?S(t):t instanceof DataView)}e.isArgumentsObject=n,e.isGeneratorFunction=o,e.isTypedArray=a,e.isPromise=function(t){return"undefined"!=typeof Promise&&t instanceof Promise||null!==t&&"object"==typeof t&&"function"==typeof t.then&&"function"==typeof t.catch},e.isArrayBufferView=function(t){return"undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(t):a(t)||E(t)},e.isUint8Array=function(t){return"Uint8Array"===i(t)},e.isUint8ClampedArray=function(t){return"Uint8ClampedArray"===i(t)},e.isUint16Array=function(t){return"Uint16Array"===i(t)},e.isUint32Array=function(t){return"Uint32Array"===i(t)},e.isInt8Array=function(t){return"Int8Array"===i(t)},e.isInt16Array=function(t){return"Int16Array"===i(t)},e.isInt32Array=function(t){return"Int32Array"===i(t)},e.isFloat32Array=function(t){return"Float32Array"===i(t)},e.isFloat64Array=function(t){return"Float64Array"===i(t)},e.isBigInt64Array=function(t){return"BigInt64Array"===i(t)},e.isBigUint64Array=function(t){return"BigUint64Array"===i(t)},h.working="undefined"!=typeof Map&&h(new Map),e.isMap=function(t){return"undefined"!=typeof Map&&(h.working?h(t):t instanceof Map)},m.working="undefined"!=typeof Set&&m(new Set),e.isSet=function(t){return"undefined"!=typeof Set&&(m.working?m(t):t instanceof Set)},v.working="undefined"!=typeof WeakMap&&v(new WeakMap),e.isWeakMap=function(t){return"undefined"!=typeof WeakMap&&(v.working?v(t):t instanceof WeakMap)},w.working="undefined"!=typeof WeakSet&&w(new WeakSet),e.isWeakSet=function(t){return w(t)},j.working="undefined"!=typeof ArrayBuffer&&j(new ArrayBuffer),e.isArrayBuffer=O,S.working="undefined"!=typeof ArrayBuffer&&"undefined"!=typeof DataView&&S(new DataView(new ArrayBuffer(1),0,1)),e.isDataView=E;var A="undefined"!=typeof SharedArrayBuffer?SharedArrayBuffer:void 0;function P(t){return"[object SharedArrayBuffer]"===f(t)}function x(t){return void 0!==A&&(void 0===P.working&&(P.working=P(new A)),P.working?P(t):t instanceof A)}function k(t){return b(t,s)}function _(t){return b(t,p)}function T(t){return b(t,y)}function I(t){return u&&b(t,d)}function F(t){return l&&b(t,g)}e.isSharedArrayBuffer=x,e.isAsyncFunction=function(t){return"[object AsyncFunction]"===f(t)},e.isMapIterator=function(t){return"[object Map Iterator]"===f(t)},e.isSetIterator=function(t){return"[object Set Iterator]"===f(t)},e.isGeneratorObject=function(t){return"[object Generator]"===f(t)},e.isWebAssemblyCompiledModule=function(t){return"[object WebAssembly.Module]"===f(t)},e.isNumberObject=k,e.isStringObject=_,e.isBooleanObject=T,e.isBigIntObject=I,e.isSymbolObject=F,e.isBoxedPrimitive=function(t){return k(t)||_(t)||T(t)||I(t)||F(t)},e.isAnyArrayBuffer=function(t){return"undefined"!=typeof Uint8Array&&(O(t)||x(t))},["isProxy","isExternal","isModuleNamespaceObject"].forEach((function(t){Object.defineProperty(e,t,{enumerable:!1,value:function(){throw new Error(t+" is not supported in userland")}})}))},9539:(t,e,r)=>{var n=r(4155),o=r(5108),i=Object.getOwnPropertyDescriptors||function(t){for(var e=Object.keys(t),r={},n=0;n<e.length;n++)r[e[n]]=Object.getOwnPropertyDescriptor(t,e[n]);return r},a=/%[sdj%]/g;e.format=function(t){if(!w(t)){for(var e=[],r=0;r<arguments.length;r++)e.push(f(arguments[r]));return e.join(" ")}r=1;for(var n=arguments,o=n.length,i=String(t).replace(a,(function(t){if("%%"===t)return"%";if(r>=o)return t;switch(t){case"%s":return String(n[r++]);case"%d":return Number(n[r++]);case"%j":try{return JSON.stringify(n[r++])}catch(t){return"[Circular]"}default:return t}})),c=n[r];r<o;c=n[++r])m(c)||!S(c)?i+=" "+c:i+=" "+f(c);return i},e.deprecate=function(t,r){if(void 0!==n&&!0===n.noDeprecation)return t;if(void 0===n)return function(){return e.deprecate(t,r).apply(this,arguments)};var i=!1;return function(){if(!i){if(n.throwDeprecation)throw new Error(r);n.traceDeprecation?o.trace(r):o.error(r),i=!0}return t.apply(this,arguments)}};var c={},u=/^$/;if(n.env.NODE_DEBUG){var l=n.env.NODE_DEBUG;l=l.replace(/[|\\{}()[\]^$+?.]/g,"\\$&").replace(/\*/g,".*").replace(/,/g,"$|^").toUpperCase(),u=new RegExp("^"+l+"$","i")}function f(t,r){var n={seen:[],stylize:p};return arguments.length>=3&&(n.depth=arguments[2]),arguments.length>=4&&(n.colors=arguments[3]),h(r)?n.showHidden=r:r&&e._extend(n,r),j(n.showHidden)&&(n.showHidden=!1),j(n.depth)&&(n.depth=2),j(n.colors)&&(n.colors=!1),j(n.customInspect)&&(n.customInspect=!0),n.colors&&(n.stylize=s),y(n,t,n.depth)}function s(t,e){var r=f.styles[e];return r?"["+f.colors[r][0]+"m"+t+"["+f.colors[r][1]+"m":t}function p(t,e){return t}function y(t,r,n){if(t.customInspect&&r&&P(r.inspect)&&r.inspect!==e.inspect&&(!r.constructor||r.constructor.prototype!==r)){var o=r.inspect(n,t);return w(o)||(o=y(t,o,n)),o}var i=function(t,e){if(j(e))return t.stylize("undefined","undefined");if(w(e)){var r="'"+JSON.stringify(e).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return t.stylize(r,"string")}if(v(e))return t.stylize(""+e,"number");if(h(e))return t.stylize(""+e,"boolean");if(m(e))return t.stylize("null","null")}(t,r);if(i)return i;var a=Object.keys(r),c=function(t){var e={};return t.forEach((function(t,r){e[t]=!0})),e}(a);if(t.showHidden&&(a=Object.getOwnPropertyNames(r)),A(r)&&(a.indexOf("message")>=0||a.indexOf("description")>=0))return d(r);if(0===a.length){if(P(r)){var u=r.name?": "+r.name:"";return t.stylize("[Function"+u+"]","special")}if(O(r))return t.stylize(RegExp.prototype.toString.call(r),"regexp");if(E(r))return t.stylize(Date.prototype.toString.call(r),"date");if(A(r))return d(r)}var l,f="",s=!1,p=["{","}"];(b(r)&&(s=!0,p=["[","]"]),P(r))&&(f=" [Function"+(r.name?": "+r.name:"")+"]");return O(r)&&(f=" "+RegExp.prototype.toString.call(r)),E(r)&&(f=" "+Date.prototype.toUTCString.call(r)),A(r)&&(f=" "+d(r)),0!==a.length||s&&0!=r.length?n<0?O(r)?t.stylize(RegExp.prototype.toString.call(r),"regexp"):t.stylize("[Object]","special"):(t.seen.push(r),l=s?function(t,e,r,n,o){for(var i=[],a=0,c=e.length;a<c;++a)I(e,String(a))?i.push(g(t,e,r,n,String(a),!0)):i.push("");return o.forEach((function(o){o.match(/^\d+$/)||i.push(g(t,e,r,n,o,!0))})),i}(t,r,n,c,a):a.map((function(e){return g(t,r,n,c,e,s)})),t.seen.pop(),function(t,e,r){if(t.reduce((function(t,e){return e.indexOf("\n")>=0&&0,t+e.replace(/\u001b\[\d\d?m/g,"").length+1}),0)>60)return r[0]+(""===e?"":e+"\n ")+" "+t.join(",\n ")+" "+r[1];return r[0]+e+" "+t.join(", ")+" "+r[1]}(l,f,p)):p[0]+f+p[1]}function d(t){return"["+Error.prototype.toString.call(t)+"]"}function g(t,e,r,n,o,i){var a,c,u;if((u=Object.getOwnPropertyDescriptor(e,o)||{value:e[o]}).get?c=u.set?t.stylize("[Getter/Setter]","special"):t.stylize("[Getter]","special"):u.set&&(c=t.stylize("[Setter]","special")),I(n,o)||(a="["+o+"]"),c||(t.seen.indexOf(u.value)<0?(c=m(r)?y(t,u.value,null):y(t,u.value,r-1)).indexOf("\n")>-1&&(c=i?c.split("\n").map((function(t){return" "+t})).join("\n").substr(2):"\n"+c.split("\n").map((function(t){return" "+t})).join("\n")):c=t.stylize("[Circular]","special")),j(a)){if(i&&o.match(/^\d+$/))return c;(a=JSON.stringify(""+o)).match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(a=a.substr(1,a.length-2),a=t.stylize(a,"name")):(a=a.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),a=t.stylize(a,"string"))}return a+": "+c}function b(t){return Array.isArray(t)}function h(t){return"boolean"==typeof t}function m(t){return null===t}function v(t){return"number"==typeof t}function w(t){return"string"==typeof t}function j(t){return void 0===t}function O(t){return S(t)&&"[object RegExp]"===x(t)}function S(t){return"object"==typeof t&&null!==t}function E(t){return S(t)&&"[object Date]"===x(t)}function A(t){return S(t)&&("[object Error]"===x(t)||t instanceof Error)}function P(t){return"function"==typeof t}function x(t){return Object.prototype.toString.call(t)}function k(t){return t<10?"0"+t.toString(10):t.toString(10)}e.debuglog=function(t){if(t=t.toUpperCase(),!c[t])if(u.test(t)){var r=n.pid;c[t]=function(){var n=e.format.apply(e,arguments);o.error("%s %d: %s",t,r,n)}}else c[t]=function(){};return c[t]},e.inspect=f,f.colors={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[30,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[31,39],yellow:[33,39]},f.styles={special:"cyan",number:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",date:"magenta",regexp:"red"},e.types=r(5955),e.isArray=b,e.isBoolean=h,e.isNull=m,e.isNullOrUndefined=function(t){return null==t},e.isNumber=v,e.isString=w,e.isSymbol=function(t){return"symbol"==typeof t},e.isUndefined=j,e.isRegExp=O,e.types.isRegExp=O,e.isObject=S,e.isDate=E,e.types.isDate=E,e.isError=A,e.types.isNativeError=A,e.isFunction=P,e.isPrimitive=function(t){return null===t||"boolean"==typeof t||"number"==typeof t||"string"==typeof t||"symbol"==typeof t||void 0===t},e.isBuffer=r(384);var _=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function T(){var t=new Date,e=[k(t.getHours()),k(t.getMinutes()),k(t.getSeconds())].join(":");return[t.getDate(),_[t.getMonth()],e].join(" ")}function I(t,e){return Object.prototype.hasOwnProperty.call(t,e)}e.log=function(){o.log("%s - %s",T(),e.format.apply(e,arguments))},e.inherits=r(5717),e._extend=function(t,e){if(!e||!S(e))return t;for(var r=Object.keys(e),n=r.length;n--;)t[r[n]]=e[r[n]];return t};var F="undefined"!=typeof Symbol?Symbol("util.promisify.custom"):void 0;function R(t,e){if(!t){var r=new Error("Promise was rejected with a falsy value");r.reason=t,t=r}return e(t)}e.promisify=function(t){if("function"!=typeof t)throw new TypeError('The "original" argument must be of type Function');if(F&&t[F]){var e;if("function"!=typeof(e=t[F]))throw new TypeError('The "util.promisify.custom" argument must be of type Function');return Object.defineProperty(e,F,{value:e,enumerable:!1,writable:!1,configurable:!0}),e}function e(){for(var e,r,n=new Promise((function(t,n){e=t,r=n})),o=[],i=0;i<arguments.length;i++)o.push(arguments[i]);o.push((function(t,n){t?r(t):e(n)}));try{t.apply(this,o)}catch(t){r(t)}return n}return Object.setPrototypeOf(e,Object.getPrototypeOf(t)),F&&Object.defineProperty(e,F,{value:e,enumerable:!1,writable:!1,configurable:!0}),Object.defineProperties(e,i(t))},e.promisify.custom=F,e.callbackify=function(t){if("function"!=typeof t)throw new TypeError('The "original" argument must be of type Function');function e(){for(var e=[],r=0;r<arguments.length;r++)e.push(arguments[r]);var o=e.pop();if("function"!=typeof o)throw new TypeError("The last argument must be of type Function");var i=this,a=function(){return o.apply(i,arguments)};t.apply(this,e).then((function(t){n.nextTick(a.bind(null,null,t))}),(function(t){n.nextTick(R.bind(null,t,a))}))}return Object.setPrototypeOf(e,Object.getPrototypeOf(t)),Object.defineProperties(e,i(t)),e}},6430:(t,e,r)=>{"use strict";var n=r(9804),o=r(3083),i=r(1924),a=i("Object.prototype.toString"),c=r(6410)(),u=o(),l=i("String.prototype.slice"),f={},s=r(882),p=Object.getPrototypeOf;c&&s&&p&&n(u,(function(t){if("function"==typeof r.g[t]){var e=new r.g[t];if(!(Symbol.toStringTag in e))throw new EvalError("this engine has support for Symbol.toStringTag, but "+t+" does not have the property! Please report this.");var n=p(e),o=s(n,Symbol.toStringTag);if(!o){var i=p(n);o=s(i,Symbol.toStringTag)}f[t]=o.get}}));var y=r(5692);t.exports=function(t){return!!y(t)&&(c?function(t){var e=!1;return n(f,(function(r,n){if(!e)try{var o=r.call(t);o===n&&(e=o)}catch(t){}})),e}(t):l(a(t),8,-1))}},3083:(t,e,r)=>{"use strict";var n=["BigInt64Array","BigUint64Array","Float32Array","Float64Array","Int16Array","Int32Array","Int8Array","Uint16Array","Uint32Array","Uint8Array","Uint8ClampedArray"];t.exports=function(){for(var t=[],e=0;e<n.length;e++)"function"==typeof r.g[n[e]]&&(t[t.length]=n[e]);return t}},882:(t,e,r)=>{"use strict";var n=r(210)("%Object.getOwnPropertyDescriptor%");if(n)try{n([],"length")}catch(t){n=null}t.exports=n}},n={};function o(t){var e=n[t];if(void 0!==e)return e.exports;var i=n[t]={id:t,exports:{}};return r[t].call(i.exports,i,i.exports,o),i.exports}o.m=r,o.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return o.d(e,{a:e}),e},o.d=(t,e)=>{for(var r in e)o.o(e,r)&&!o.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},o.f={},o.e=t=>Promise.all(Object.keys(o.f).reduce(((e,r)=>(o.f[r](t,e),e)),[])),o.u=t=>"files_videoplayer-"+t+".js?v="+{"vendors-node_modules_video_js_dist_video_es_js":"1b6d9725c996f15df33f",_34aa:"ab777726a58732acd0d2",css_style_css:"211b329b40ae32bf5d72","vendors-node_modules_video_js_dist_video-js_css":"6813c23d9e5029c0233b"}[t],o.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),o.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),t={},e="files_videoplayer:",o.l=(r,n,i,a)=>{if(t[r])t[r].push(n);else{var c,u;if(void 0!==i)for(var l=document.getElementsByTagName("script"),f=0;f<l.length;f++){var s=l[f];if(s.getAttribute("src")==r||s.getAttribute("data-webpack")==e+i){c=s;break}}c||(u=!0,(c=document.createElement("script")).charset="utf-8",c.timeout=120,o.nc&&c.setAttribute("nonce",o.nc),c.setAttribute("data-webpack",e+i),c.src=r),t[r]=[n];var p=(e,n)=>{c.onerror=c.onload=null,clearTimeout(y);var o=t[r];if(delete t[r],c.parentNode&&c.parentNode.removeChild(c),o&&o.forEach((t=>t(n))),e)return e(n)},y=setTimeout(p.bind(null,void 0,{type:"timeout",target:c}),12e4);c.onerror=p.bind(null,c.onerror),c.onload=p.bind(null,c.onload),u&&document.head.appendChild(c)}},o.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},o.p="/apps/files_videoplayer/js/",(()=>{var t={main:0};o.f.j=(e,r)=>{var n=o.o(t,e)?t[e]:void 0;if(0!==n)if(n)r.push(n[2]);else{var i=new Promise(((r,o)=>n=t[e]=[r,o]));r.push(n[2]=i);var a=o.p+o.u(e),c=new Error;o.l(a,(r=>{if(o.o(t,e)&&(0!==(n=t[e])&&(t[e]=void 0),n)){var i=r&&("load"===r.type?"missing":r.type),a=r&&r.target&&r.target.src;c.message="Loading chunk "+e+" failed.\n("+i+": "+a+")",c.name="ChunkLoadError",c.type=i,c.request=a,n[1](c)}}),"chunk-"+e,e)}};var e=(e,r)=>{var n,i,[a,c,u]=r,l=0;for(n in c)o.o(c,n)&&(o.m[n]=c[n]);if(u)u(o);for(e&&e(r);l<a.length;l++)i=a[l],o.o(t,i)&&t[i]&&t[i][0](),t[a[l]]=0},r=self.webpackChunkfiles_videoplayer=self.webpackChunkfiles_videoplayer||[];r.forEach(e.bind(null,0)),r.push=e.bind(null,r.push.bind(r))})(),(()=>{"use strict";var t=o(5573),e=o.n(t),r=o(5108);o.nc=btoa(OC.requestToken),o.p=OC.filePath("files_videoplayer","","js/");var n=null,i={UI:{show:function(){var t=document.createElement("source");t.src=e()(i.location).replace("&amp;","&"),i.mime&&(t.type=e()(i.mime));var r=document.createElement("video");if(r.id="my_video_1",r.classList.add("video-js"),r.classList.add("vjs-fill"),r.classList.add("vjs-big-play-centered"),r.controls=!0,r.preload="auto",r.width="100%",r.height="100%",r.poster=OC.filePath("files_videoplayer","","img")+"/poster.png",r.setAttribute("data-setup",'{"techOrder": ["html5"]}'),r.appendChild(t),null===i.inline){var o=document.createElement("div");o.id="videoplayer_overlay";var a=document.createElement("div");a.id="videoplayer_outerContainer";var c=document.createElement("div");c.id="videoplayer_container";var u=document.createElement("div");u.id="videoplayer",c.appendChild(u),a.appendChild(c),o.appendChild(a),u.appendChild(r),document.body.appendChild(o),o.addEventListener("click",(function(t){t.target===this&&i.hidePlayer()})),setTimeout((function(){o.className="show"}),0)}else{var l=document.createElement("div");l.id="videoplayer_view",l.appendChild(r),i.inline.appendChild(l)}n("my_video_1",{fill:!0}).ready((function(){if(i.player=this,null===i.inline){var t=document.createElement("a");t.className="icon-view-close",t.id="box-close",t.href="#",t.addEventListener("click",(function(){i.hidePlayer()})),document.getElementById("my_video_1").appendChild(t)}null===document.getElementById("body-public")&&i.player.play()}))},hide:function(){var t=document.getElementById("videoplayer_overlay");t.className="",setTimeout((function(){t.parentElement.removeChild(t)}),500)}},mime:null,file:null,location:null,player:null,inline:null,mimeTypes:["video/mp4","video/x-m4v","video/webm","video/x-flv","video/ogg","video/quicktime","video/x-matroska"],mimeTypeAliasses:{"video/x-matroska":"video/webm"},onView:function(t,e){i.file=t,i.dir=e.dir,i.location=e.fileList.getDownloadUrl(t,i.dir),i.mime=e.$file.attr("data-mime"),Object.prototype.hasOwnProperty.call(i.mimeTypeAliasses,i.mime)&&(i.mime=i.mimeTypeAliasses[i.mime]),i.showPlayer()},onViewInline:function(t,e,r){i.location=e,i.mime=r,Object.prototype.hasOwnProperty.call(i.mimeTypeAliasses,i.mime)&&(i.mime=i.mimeTypeAliasses[i.mime]),i.inline=t,i.showPlayer()},showPlayer:function(){Promise.all([o.e("vendors-node_modules_video_js_dist_video_es_js"),o.e("_34aa")]).then(o.bind(o,1272)).then((function(t){n=t.default,Promise.all([o.e("css_style_css").then(o.bind(o,5892)),o.e("vendors-node_modules_video_js_dist_video-js_css").then(o.bind(o,5054))]).then((function(){i.UI.show()}))}))},hidePlayer:function(){null!==i.player&&!1!==i.player&&null===i.inline&&(i.player.dispose(),i.player=!1,i.UI.hide())},log:function(t){r.log(t)}};document.addEventListener("DOMContentLoaded",(function(){if(document.addEventListener("keyup",(function(t){(void 0!==t.key&&"Escape"===t.key||void 0!==t.keyCode&&27===t.keyCode)&&i.hidePlayer()})),document.getElementById("body-public")&&document.getElementById("imgframe"))for(var t=document.getElementById("mimetype").value,e=0;e<i.mimeTypes.length;++e)if(i.mimeTypes[e]===t){var r=window.location.href.split("?")[0]+"/download";i.onViewInline(document.getElementById("imgframe"),r,t);break}}))})()})();
+//# sourceMappingURL=files_videoplayer-main.js.map?v=2ff469bc366912c05409 \ No newline at end of file
diff --git a/js/files_videoplayer-main.js.LICENSE.txt b/js/files_videoplayer-main.js.LICENSE.txt
new file mode 100644
index 0000000..b971b7b
--- /dev/null
+++ b/js/files_videoplayer-main.js.LICENSE.txt
@@ -0,0 +1,35 @@
+/*!
+ * The buffer module from node.js, for the browser.
+ *
+ * @author Feross Aboukhadijeh <feross@feross.org> <http://feross.org>
+ * @license MIT
+ */
+
+/*!
+ * escape-html
+ * Copyright(c) 2012-2013 TJ Holowaychuk
+ * Copyright(c) 2015 Andreas Lubbe
+ * Copyright(c) 2015 Tiancheng "Timothy" Gu
+ * MIT Licensed
+ */
+
+/**
+ * @copyright 2018 Christoph Wurst <christoph@winzerhof-wurst.at>
+ *
+ * @author 2018 Christoph Wurst <christoph@winzerhof-wurst.at>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
diff --git a/js/files_videoplayer-main.js.map b/js/files_videoplayer-main.js.map
new file mode 100644
index 0000000..ced4abe
--- /dev/null
+++ b/js/files_videoplayer-main.js.map
@@ -0,0 +1 @@
+{"version":3,"file":"files_videoplayer-main.js?v=2ff469bc366912c05409","mappings":";UAAIA,EACAC,yDCsBJ,SAASC,EAAQC,GAAwT,OAAtOD,EAArD,mBAAXE,QAAoD,iBAApBA,OAAOC,SAAmC,SAAiBF,GAAO,cAAcA,GAA2B,SAAiBA,GAAO,OAAOA,GAAyB,mBAAXC,QAAyBD,EAAIG,cAAgBF,QAAUD,IAAQC,OAAOG,UAAY,gBAAkBJ,IAAyBA,GAIxV,IAoBIK,EACAC,EApBAC,EADW,EAAQ,MACOC,MAC1BC,EAAyBF,EAAeE,uBACxCC,EAAuBH,EAAeG,qBACtCC,EAAwBJ,EAAeI,sBACvCC,EAA2BL,EAAeK,yBAC1CC,EAAmBN,EAAeM,iBAElCC,EAAiB,EAAQ,MAGzBC,EADY,EAAQ,MACAA,QAEpBC,EAAiB,cACjBC,EAAYD,EAAeC,UAC3BC,EAAWF,EAAeE,SAE1BC,EAAeC,OAAOC,OAASD,OAAOC,OAAS,eAC/CC,EAAWF,OAAOG,GAAKH,OAAOG,GAAK,EAAQ,KAC9B,IAAIC,IAOrB,SAASC,IACP,IAAIC,EAAa,EAAQ,MAEzBrB,EAAcqB,EAAWrB,YACzBC,EAAoBoB,EAAWpB,kBAMjC,IAOIqB,GAAS,EAITC,EAASC,EAAOC,QAAUC,EAC1BC,EAAwB,GAM5B,SAASC,EAAUjC,GACjB,GAAIA,EAAIkC,mBAAmBC,MAAO,MAAMnC,EAAIkC,QAC5C,MAAM,IAAIpB,EAAed,GAgD3B,SAASoC,EAAQC,EAAIC,EAAQC,EAAOL,GAClC,IAAKK,EAAO,CACV,IAAIC,GAAmB,EAEvB,GAAe,IAAXF,EACFE,GAAmB,EACnBN,EAAU,iDACL,GAAIA,aAAmBC,MAC5B,MAAMD,EAGR,IAAIO,EAAM,IAAI3B,EAAe,CAC3B4B,OAAQH,EACRI,UAAU,EACVT,QAASA,EACTU,SAAU,KACVC,aAAcR,IAGhB,MADAI,EAAID,iBAAmBA,EACjBC,GAMV,SAASV,IACP,IAAK,IAAIe,EAAOC,UAAUC,OAAQC,EAAO,IAAIC,MAAMJ,GAAOK,EAAO,EAAGA,EAAOL,EAAMK,IAC/EF,EAAKE,GAAQJ,UAAUI,GAGzBf,EAAQgB,WAAM,EAAQ,CAACrB,EAAIkB,EAAKD,QAAQK,OAAOJ,IAlCjDrB,EAAO0B,KAzCP,SAASA,EAAKZ,EAAQC,EAAUT,EAASU,EAAUC,GACjD,IACIU,EADAC,EAAUT,UAAUC,OAGxB,GAAgB,IAAZQ,EACFD,EAAkB,cACb,GAAgB,IAAZC,EACTtB,EAAUQ,EACVA,OAASe,MACJ,CACL,IAAe,IAAX9B,EAAkB,CACpBA,GAAS,EACT,IAAI+B,EAAOC,EAAQC,YAAcD,EAAQC,YAAcC,EAAQH,KAAKI,KAAKD,GACzEH,EAAK,2HAAiI,qBAAsB,WAG9I,IAAZF,IAAeZ,EAAW,MAGhC,GAAIV,aAAmBC,MAAO,MAAMD,EACpC,IAAI6B,EAAU,CACZrB,OAAQA,EACRC,SAAUA,EACVC,cAAuBa,IAAbb,EAAyB,OAASA,EAC5CC,aAAcA,GAAgBS,QAGhBG,IAAZvB,IACF6B,EAAQ7B,QAAUA,GAGpB,IAAIO,EAAM,IAAI3B,EAAeiD,GAO7B,MALIR,IACFd,EAAIP,QAAUqB,EACdd,EAAID,kBAAmB,GAGnBC,GAKRb,EAAOd,eAAiBA,EAmCxBc,EAAOG,GAAKA,EAIZH,EAAOoC,MAAQ,SAASA,EAAMtB,EAAQC,EAAUT,GAC9C,GAAIa,UAAUC,OAAS,EACrB,MAAM,IAAInC,EAAiB,SAAU,YAInC6B,GAAUC,GACZV,EAAU,CACRS,OAAQA,EACRC,SAAUA,EACVT,QAASA,EACTU,SAAU,KACVC,aAAcmB,KAOpBpC,EAAOqC,SAAW,SAASA,EAASvB,EAAQC,EAAUT,GACpD,GAAIa,UAAUC,OAAS,EACrB,MAAM,IAAInC,EAAiB,SAAU,YAInC6B,GAAUC,GACZV,EAAU,CACRS,OAAQA,EACRC,SAAUA,EACVT,QAASA,EACTU,SAAU,KACVC,aAAcoB,KAMpBrC,EAAOsC,UAAY,SAASA,EAAUxB,EAAQC,EAAUT,GACtD,GAAIa,UAAUC,OAAS,EACrB,MAAM,IAAInC,EAAiB,SAAU,iBAGnB4C,IAAhBpD,GAA2BoB,IAE1BpB,EAAYqC,EAAQC,IACvBV,EAAU,CACRS,OAAQA,EACRC,SAAUA,EACVT,QAASA,EACTU,SAAU,YACVC,aAAcqB,KAMpBtC,EAAOuC,aAAe,SAASA,EAAazB,EAAQC,EAAUT,GAC5D,GAAIa,UAAUC,OAAS,EACrB,MAAM,IAAInC,EAAiB,SAAU,iBAGnB4C,IAAhBpD,GAA2BoB,IAE3BpB,EAAYqC,EAAQC,IACtBV,EAAU,CACRS,OAAQA,EACRC,SAAUA,EACVT,QAASA,EACTU,SAAU,eACVC,aAAcsB,KAOpBvC,EAAOwC,gBAAkB,SAASA,EAAgB1B,EAAQC,EAAUT,GAClE,GAAIa,UAAUC,OAAS,EACrB,MAAM,IAAInC,EAAiB,SAAU,iBAGnB4C,IAAhBpD,GAA2BoB,IAE1BnB,EAAkBoC,EAAQC,IAC7BV,EAAU,CACRS,OAAQA,EACRC,SAAUA,EACVT,QAASA,EACTU,SAAU,kBACVC,aAAcuB,KAKpBxC,EAAOyC,mBAEP,SAASA,EAAmB3B,EAAQC,EAAUT,GAC5C,GAAIa,UAAUC,OAAS,EACrB,MAAM,IAAInC,EAAiB,SAAU,iBAGnB4C,IAAhBpD,GAA2BoB,IAE3BnB,EAAkBoC,EAAQC,IAC5BV,EAAU,CACRS,OAAQA,EACRC,SAAUA,EACVT,QAASA,EACTU,SAAU,qBACVC,aAAcwB,KAKpBzC,EAAO0C,YAAc,SAASA,EAAY5B,EAAQC,EAAUT,GAC1D,GAAIa,UAAUC,OAAS,EACrB,MAAM,IAAInC,EAAiB,SAAU,YAGlCS,EAASoB,EAAQC,IACpBV,EAAU,CACRS,OAAQA,EACRC,SAAUA,EACVT,QAASA,EACTU,SAAU,cACVC,aAAcyB,KAKpB1C,EAAO2C,eAAiB,SAASA,EAAe7B,EAAQC,EAAUT,GAChE,GAAIa,UAAUC,OAAS,EACrB,MAAM,IAAInC,EAAiB,SAAU,YAGnCS,EAASoB,EAAQC,IACnBV,EAAU,CACRS,OAAQA,EACRC,SAAUA,EACVT,QAASA,EACTU,SAAU,iBACVC,aAAc0B,KAKpB,IAAIC,EAAa,SAASA,EAAWxE,EAAKyE,EAAM/B,GAC9C,IAAIgC,EAAQC,MAlSd,SAAyBC,EAAUC,GAAe,KAAMD,aAAoBC,GAAgB,MAAM,IAAIC,UAAU,qCAoS9GC,CAAgBJ,KAAMH,GAEtBC,EAAKO,SAAQ,SAAUC,GACjBA,KAAOjF,SACMyD,IAAXf,GAA+C,iBAAhBA,EAAOuC,IAAqB/D,EAASlB,EAAIiF,KAASjF,EAAIiF,GAAKC,KAAKxC,EAAOuC,IACxGP,EAAMO,GAAOvC,EAAOuC,GAEpBP,EAAMO,GAAOjF,EAAIiF,QAMzB,SAASE,EAAoBzC,EAAQC,EAAUsC,EAAK/C,EAASuC,EAAMpC,GACjE,KAAM4C,KAAOvC,KAAYpC,EAAkBoC,EAAOuC,GAAMtC,EAASsC,IAAO,CACtE,IAAK/C,EAAS,CAEZ,IAAIkD,EAAI,IAAIZ,EAAW9B,EAAQ+B,GAC3BY,EAAI,IAAIb,EAAW7B,EAAU8B,EAAM/B,GACnCD,EAAM,IAAI3B,EAAe,CAC3B4B,OAAQ0C,EACRzC,SAAU0C,EACVzC,SAAU,kBACVC,aAAcR,IAKhB,MAHAI,EAAIC,OAASA,EACbD,EAAIE,SAAWA,EACfF,EAAIG,SAAWP,EAAGiD,KACZ7C,EAGRR,EAAU,CACRS,OAAQA,EACRC,SAAUA,EACVT,QAASA,EACTU,SAAUP,EAAGiD,KACbzC,aAAcR,KAKpB,SAASkD,EAAkB7C,EAAQC,EAAU6C,EAAKnD,GAChD,GAAwB,mBAAbM,EAAyB,CAClC,GAAIzB,EAASyB,GAAW,OAAOA,EAASuC,KAAKxC,GAE7C,GAAyB,IAArBK,UAAUC,OACZ,MAAM,IAAItC,EAAqB,WAAY,CAAC,WAAY,UAAWiC,GAIrE,GAAwB,WAApB5C,EAAQ2C,IAAmC,OAAXA,EAAiB,CACnD,IAAID,EAAM,IAAI3B,EAAe,CAC3B4B,OAAQA,EACRC,SAAUA,EACVT,QAASsD,EACT5C,SAAU,kBACVC,aAAcR,IAGhB,MADAI,EAAIG,SAAWP,EAAGiD,KACZ7C,EAGR,IAAIgC,EAAOrD,OAAOqD,KAAK9B,GAGvB,GAAIA,aAAoBR,MACtBsC,EAAKgB,KAAK,OAAQ,gBACb,GAAoB,IAAhBhB,EAAKzB,OACd,MAAM,IAAIrC,EAAsB,QAASgC,EAAU,8BAWrD,YARoBc,IAAhBpD,GAA2BoB,IAC/BgD,EAAKO,SAAQ,SAAUC,GACM,iBAAhBvC,EAAOuC,IAAqB/D,EAASyB,EAASsC,KAAStC,EAASsC,GAAKC,KAAKxC,EAAOuC,KAI5FE,EAAoBzC,EAAQC,EAAUsC,EAAKO,EAAKf,EAAMpC,OAEjD,EAIT,YAA2BoB,IAAvBd,EAASvC,WAA2BsC,aAAkBC,IAItDR,MAAMuD,cAAc/C,KAIa,IAA9BA,EAASgD,KAAK,GAAIjD,GAG3B,SAASkD,EAAUvD,GACjB,GAAkB,mBAAPA,EACT,MAAM,IAAI3B,EAAqB,KAAM,WAAY2B,GAGnD,IACEA,IACA,MAAOwD,GACP,OAAOA,EAGT,OAAO7D,EAGT,SAAS8D,EAAe9F,GAOtB,OAAOiB,EAAUjB,IAAgB,OAARA,GAAiC,WAAjBD,EAAQC,IAAyC,mBAAbA,EAAI+F,MAA4C,mBAAd/F,EAAIgG,MAGrH,SAASC,EAAcC,GACrB,OAAOC,QAAQC,UAAUL,MAAK,WAC5B,IAAIM,EAEJ,GAAyB,mBAAdH,GAIT,IAAKJ,EAFLO,EAAgBH,KAGd,MAAM,IAAItF,EAAyB,sBAAuB,YAAayF,OAEpE,KAAIP,EAAeI,GAGxB,MAAM,IAAIxF,EAAqB,YAAa,CAAC,WAAY,WAAYwF,GAFrEG,EAAgBH,EAKlB,OAAOC,QAAQC,UAAUL,MAAK,WAC5B,OAAOM,KACNN,MAAK,WACN,OAAO/D,KACNgE,OAAM,SAAUH,GACjB,OAAOA,QAKb,SAASS,EAAazD,EAAcH,EAAQ6D,EAAOrE,GACjD,GAAqB,iBAAVqE,EAAoB,CAC7B,GAAyB,IAArBxD,UAAUC,OACZ,MAAM,IAAItC,EAAqB,QAAS,CAAC,SAAU,QAAS,WAAY,UAAW6F,GAGrF,GAAwB,WAApBxG,EAAQ2C,IAAmC,OAAXA,GAClC,GAAIA,EAAOR,UAAYqE,EACrB,MAAM,IAAI9F,EAAuB,gBAAiB,sBAAuB4C,OAAOX,EAAOR,QAAS,wCAE7F,GAAIQ,IAAW6D,EACpB,MAAM,IAAI9F,EAAuB,gBAAiB,cAAe4C,OAAOX,EAAQ,mCAGlFR,EAAUqE,EACVA,OAAQ9C,OACH,GAAa,MAAT8C,GAAoC,WAAnBxG,EAAQwG,IAAwC,mBAAVA,EAChE,MAAM,IAAI7F,EAAqB,QAAS,CAAC,SAAU,QAAS,WAAY,UAAW6F,GAGrF,GAAI7D,IAAWV,EAAuB,CACpC,IAAIwE,EAAU,GAEVD,GAASA,EAAMjB,OACjBkB,GAAW,KAAKnD,OAAOkD,EAAMjB,KAAM,MAGrCkB,GAAWtE,EAAU,KAAKmB,OAAOnB,GAAW,IAC5C,IAAIuE,EAA+B,YAAtB5D,EAAayC,KAAqB,YAAc,YAC7DrD,EAAU,CACRS,YAAQe,EACRd,SAAU4D,EACV3D,SAAUC,EAAayC,KACvBpD,QAAS,oBAAoBmB,OAAOoD,GAAQpD,OAAOmD,GACnD3D,aAAcA,IAIlB,GAAI0D,IAAUhB,EAAkB7C,EAAQ6D,EAAOrE,EAASW,GACtD,MAAMH,EAIV,SAASgE,EAAe7D,EAAcH,EAAQ6D,EAAOrE,GACnD,GAAIQ,IAAWV,EAAf,CAOA,GALqB,iBAAVuE,IACTrE,EAAUqE,EACVA,OAAQ9C,IAGL8C,GAAShB,EAAkB7C,EAAQ6D,GAAQ,CAC9C,IAAIC,EAAUtE,EAAU,KAAKmB,OAAOnB,GAAW,IAC3CuE,EAA+B,kBAAtB5D,EAAayC,KAA2B,YAAc,YACnErD,EAAU,CACRS,OAAQA,EACRC,SAAU4D,EACV3D,SAAUC,EAAayC,KACvBpD,QAAS,gBAAgBmB,OAAOoD,GAAQpD,OAAOmD,EAAS,MAAQ,oBAAqBnD,OAAOX,GAAUA,EAAOR,QAAS,KACtHW,aAAcA,IAIlB,MAAMH,GA2FR,SAASiE,IACP,IAAK,IAAIC,EAAQ7D,UAAUC,OAAQC,EAAO,IAAIC,MAAM0D,GAAQC,EAAQ,EAAGA,EAAQD,EAAOC,IACpF5D,EAAK4D,GAAS9D,UAAU8D,GAG1BzE,EAAQgB,WAAM,EAAQ,CAACuD,EAAQ1D,EAAKD,QAAQK,OAAOJ,IA7FrDrB,EAAOkF,OAAS,SAASA,EAAOZ,GAC9B,IAAK,IAAIa,EAAQhE,UAAUC,OAAQC,EAAO,IAAIC,MAAM6D,EAAQ,EAAIA,EAAQ,EAAI,GAAIC,EAAQ,EAAGA,EAAQD,EAAOC,IACxG/D,EAAK+D,EAAQ,GAAKjE,UAAUiE,GAG9BV,EAAalD,WAAM,EAAQ,CAAC0D,EAAQlB,EAAUM,IAAY7C,OAAOJ,KAGnErB,EAAOqF,QAAU,SAASA,EAAQf,GAChC,IAAK,IAAIgB,EAAQnE,UAAUC,OAAQC,EAAO,IAAIC,MAAMgE,EAAQ,EAAIA,EAAQ,EAAI,GAAIC,EAAQ,EAAGA,EAAQD,EAAOC,IACxGlE,EAAKkE,EAAQ,GAAKpE,UAAUoE,GAG9B,OAAOlB,EAAcC,GAAWH,MAAK,SAAUqB,GAC7C,OAAOd,EAAalD,WAAM,EAAQ,CAAC6D,EAASG,GAAQ/D,OAAOJ,QAI/DrB,EAAOyF,aAAe,SAASA,EAAahF,GAC1C,IAAK,IAAIiF,EAAQvE,UAAUC,OAAQC,EAAO,IAAIC,MAAMoE,EAAQ,EAAIA,EAAQ,EAAI,GAAIC,EAAQ,EAAGA,EAAQD,EAAOC,IACxGtE,EAAKsE,EAAQ,GAAKxE,UAAUwE,GAG9Bb,EAAetD,WAAM,EAAQ,CAACiE,EAAczB,EAAUvD,IAAKgB,OAAOJ,KAGpErB,EAAO4F,cAAgB,SAASA,EAAcnF,GAC5C,IAAK,IAAIoF,EAAQ1E,UAAUC,OAAQC,EAAO,IAAIC,MAAMuE,EAAQ,EAAIA,EAAQ,EAAI,GAAIC,EAAQ,EAAGA,EAAQD,EAAOC,IACxGzE,EAAKyE,EAAQ,GAAK3E,UAAU2E,GAG9B,OAAOzB,EAAc5D,GAAI0D,MAAK,SAAUqB,GACtC,OAAOV,EAAetD,WAAM,EAAQ,CAACoE,EAAeJ,GAAQ/D,OAAOJ,QAIvErB,EAAO+F,QAAU,SAASA,EAAQlF,GAChC,GAAIA,MAAAA,EAAmC,CACrC,IAAIP,EAAU,mCAEO,WAAjBnC,EAAQ0C,IAA4C,iBAAhBA,EAAIP,QACf,IAAvBO,EAAIP,QAAQc,QAAgBP,EAAItC,YAClC+B,GAAWO,EAAItC,YAAYmF,KAE3BpD,GAAWO,EAAIP,QAGjBA,GAAWnB,EAAQ0B,GAGrB,IAAImF,EAAS,IAAI9G,EAAe,CAC9B4B,OAAQD,EACRE,SAAU,KACVC,SAAU,UACVV,QAASA,EACTW,aAAc8E,IAGZE,EAAYpF,EAAIqF,MAEpB,GAAyB,iBAAdD,EAAwB,CAIjC,IAAIE,EAAOF,EAAUG,MAAM,MAC3BD,EAAKE,QAIL,IAFA,IAAIC,EAAON,EAAOE,MAAME,MAAM,MAErBG,EAAI,EAAGA,EAAIJ,EAAK/E,OAAQmF,IAAK,CAEpC,IAAIC,EAAMF,EAAKG,QAAQN,EAAKI,IAE5B,IAAa,IAATC,EAAY,CAEdF,EAAOA,EAAKI,MAAM,EAAGF,GACrB,OAIJR,EAAOE,MAAQ,GAAGzE,OAAO6E,EAAKK,KAAK,MAAO,MAAMlF,OAAO0E,EAAKQ,KAAK,OAGnE,MAAMX,IAaVhG,EAAO+E,OAASxF,EAAawF,EAAQ/E,EAAQ,CAC3CoC,MAAOpC,EAAO0C,YACdJ,UAAWtC,EAAOwC,gBAClBH,SAAUrC,EAAO2C,eACjBJ,aAAcvC,EAAOyC,qBAEvBzC,EAAO+E,OAAOA,OAAS/E,EAAO+E,kDChnB9B,SAAS6B,EAAgBxI,EAAKiF,EAAK1C,GAAiK,OAApJ0C,KAAOjF,EAAOoB,OAAOqH,eAAezI,EAAKiF,EAAK,CAAE1C,MAAOA,EAAOmG,YAAY,EAAMC,cAAc,EAAMC,UAAU,IAAkB5I,EAAIiF,GAAO1C,EAAgBvC,EAI3M,SAAS6I,EAAkBC,EAAQC,GAAS,IAAK,IAAIZ,EAAI,EAAGA,EAAIY,EAAM/F,OAAQmF,IAAK,CAAE,IAAIa,EAAaD,EAAMZ,GAAIa,EAAWN,WAAaM,EAAWN,aAAc,EAAOM,EAAWL,cAAe,EAAU,UAAWK,IAAYA,EAAWJ,UAAW,GAAMxH,OAAOqH,eAAeK,EAAQE,EAAW/D,IAAK+D,IAI7S,SAASC,EAA2BC,EAAMvD,GAAQ,OAAIA,GAA2B,WAAlB5F,EAAQ4F,IAAsC,mBAATA,EAA8CwD,EAAuBD,GAAtCvD,EAEnI,SAASwD,EAAuBD,GAAQ,QAAa,IAATA,EAAmB,MAAM,IAAIE,eAAe,6DAAgE,OAAOF,EAI/J,SAASG,EAAiBC,GAAS,IAAIC,EAAwB,mBAAR/H,IAAqB,IAAIA,SAAQiC,EAA8nB,OAAnnB4F,EAAmB,SAA0BC,GAAS,GAAc,OAAVA,IAMlIjH,EANuKiH,GAMjG,IAAzDE,SAASC,SAAS9D,KAAKtD,GAAIgG,QAAQ,kBAN+H,OAAOiB,EAMjN,IAA2BjH,EAN6L,GAAqB,mBAAViH,EAAwB,MAAM,IAAIxE,UAAU,sDAAyD,QAAsB,IAAXyE,EAAwB,CAAE,GAAIA,EAAOG,IAAIJ,GAAQ,OAAOC,EAAOI,IAAIL,GAAQC,EAAOK,IAAIN,EAAOO,GAAY,SAASA,IAAY,OAAOC,EAAWR,EAAOvG,UAAWgH,EAAgBpF,MAAMxE,aAAgK,OAAhJ0J,EAAQzJ,UAAYgB,OAAO4I,OAAOV,EAAMlJ,UAAW,CAAED,YAAa,CAAEoC,MAAOsH,EAASnB,YAAY,EAAOE,UAAU,EAAMD,cAAc,KAAkBsB,EAAgBJ,EAASP,KAAmCA,GAE9uB,SAASY,IAA6B,GAAuB,oBAAZC,UAA4BA,QAAQC,UAAW,OAAO,EAAO,GAAID,QAAQC,UAAUC,KAAM,OAAO,EAAO,GAAqB,mBAAVC,MAAsB,OAAO,EAAM,IAAiF,OAA3EC,KAAKnK,UAAUqJ,SAAS9D,KAAKwE,QAAQC,UAAUG,KAAM,IAAI,iBAAyB,EAAQ,MAAO1E,GAAK,OAAO,GAEzT,SAASiE,EAAWU,EAAQvH,EAAMqG,GAAoV,OAAzSQ,EAA9BI,IAA2CC,QAAQC,UAAiC,SAAoBI,EAAQvH,EAAMqG,GAAS,IAAIlE,EAAI,CAAC,MAAOA,EAAEK,KAAKrC,MAAMgC,EAAGnC,GAAO,IAAsD2B,EAAW,IAA/C4E,SAAS1F,KAAKV,MAAMoH,EAAQpF,IAA6F,OAAnDkE,GAAOW,EAAgBrF,EAAU0E,EAAMlJ,WAAmBwE,IAAiCxB,MAAM,KAAML,WAIpZ,SAASkH,EAAgBQ,EAAGC,GAA+G,OAA1GT,EAAkB7I,OAAOuJ,gBAAkB,SAAyBF,EAAGC,GAAsB,OAAjBD,EAAEG,UAAYF,EAAUD,IAA6BA,EAAGC,GAErK,SAASX,EAAgBU,GAAwJ,OAAnJV,EAAkB3I,OAAOuJ,eAAiBvJ,OAAOyJ,eAAiB,SAAyBJ,GAAK,OAAOA,EAAEG,WAAaxJ,OAAOyJ,eAAeJ,KAA8BA,GAExM,SAAS1K,EAAQC,GAAwT,OAAtOD,EAArD,mBAAXE,QAAoD,iBAApBA,OAAOC,SAAmC,SAAiBF,GAAO,cAAcA,GAA2B,SAAiBA,GAAO,OAAOA,GAAyB,mBAAXC,QAAyBD,EAAIG,cAAgBF,QAAUD,IAAQC,OAAOG,UAAY,gBAAkBJ,IAAyBA,GAExV,IACIe,EADW,EAAQ,MACAA,QAGnBL,EADY,EAAQ,MACaF,MAAME,qBAG3C,SAASoK,EAASC,EAAKC,EAAQC,GAK7B,YAJiBxH,IAAbwH,GAA0BA,EAAWF,EAAI/H,UAC3CiI,EAAWF,EAAI/H,QAGV+H,EAAIG,UAAUD,EAAWD,EAAOhI,OAAQiI,KAAcD,EAmB/D,IAAIG,EAAO,GACPC,EAAQ,GACRC,EAAM,GACNC,EAAQ,GACRC,EAAoB,CACtBnH,gBAAiB,6CACjBE,YAAa,wCACbkH,kBAAmB,yDACnBtH,UAAW,4CACXF,MAAO,uCACPK,mBAAoB,sDACpBE,eAAgB,+CAChBkH,qBAAsB,6DACtBtH,aAAc,qDACdF,SAAU,8CACVyH,aAAc,6CAMhB,SAASC,EAAUC,GACjB,IAAInH,EAAOrD,OAAOqD,KAAKmH,GACnB9C,EAAS1H,OAAO4I,OAAO5I,OAAOyJ,eAAee,IAOjD,OANAnH,EAAKO,SAAQ,SAAUC,GACrB6D,EAAO7D,GAAO2G,EAAO3G,MAEvB7D,OAAOqH,eAAeK,EAAQ,UAAW,CACvCvG,MAAOqJ,EAAO1J,UAET4G,EAGT,SAAS+C,EAAaC,GAGpB,OAAO/K,EAAQ+K,EAAK,CAClBC,SAAS,EACTC,eAAe,EACfC,MAAO,IACPC,eAAgBC,EAAAA,EAEhBC,YAAY,EAMZC,YAAaF,EAAAA,EAEbG,WAAW,EACXC,QAAQ,EAERC,SAAS,IAIb,SAASC,EAAc/J,EAAQC,EAAUC,GACvC,IAAI8J,EAAQ,GACRC,EAAM,GACNC,EAAU,EACVC,EAAM,GACNC,GAAU,EACVC,EAAkBlB,EAAanJ,GAC/BsK,EAAcD,EAAgB/E,MAAM,MACpCiF,EAAgBpB,EAAalJ,GAAUqF,MAAM,MAC7CG,EAAI,EACJ+E,EAAY,GAShB,GANiB,gBAAbtK,GAAkD,WAApB7C,EAAQ2C,IAA8C,WAAtB3C,EAAQ4C,IAAqC,OAAXD,GAAgC,OAAbC,IACrHC,EAAW,qBAKc,IAAvBoK,EAAYhK,QAAyC,IAAzBiK,EAAcjK,QAAgBgK,EAAY,KAAOC,EAAc,GAAI,CACjG,IAAIE,EAAcH,EAAY,GAAGhK,OAASiK,EAAc,GAAGjK,OAI3D,GAAImK,GA9Dc,IA+DhB,KAAyB,WAApBpN,EAAQ2C,IAAmC,OAAXA,GAA2C,WAAtB3C,EAAQ4C,IAAuC,OAAbA,GAAkC,IAAXD,GAA6B,IAAbC,GAEjI,MAAO,GAAGU,OAAOkI,EAAkB3I,GAAW,QAAU,GAAGS,OAAO2J,EAAY,GAAI,SAAS3J,OAAO4J,EAAc,GAAI,WAEjH,GAAiB,sBAAbrK,EAAkC,CAM3C,GAAIuK,GAFYxJ,EAAQyJ,QAAUzJ,EAAQyJ,OAAOC,MAAQ1J,EAAQyJ,OAAOE,QAAU,IAErD,CAC3B,KAAON,EAAY,GAAG7E,KAAO8E,EAAc,GAAG9E,IAC5CA,IAIEA,EAAI,IAGN+E,EAAY,OAAO7J,OApH7B,SAAgB0H,EAAKwC,GAEnB,GADAA,EAAQC,KAAKC,MAAMF,GACD,GAAdxC,EAAI/H,QAAwB,GAATuK,EAAY,MAAO,GAC1C,IAAIG,EAAW3C,EAAI/H,OAASuK,EAG5B,IAFAA,EAAQC,KAAKC,MAAMD,KAAKG,IAAIJ,GAASC,KAAKG,IAAI,IAEvCJ,GACLxC,GAAOA,EACPwC,IAIF,OADAxC,EAAOA,EAAIG,UAAU,EAAGwC,EAAW3C,EAAI/H,QAyGL4K,CAAO,IAAKzF,GAAI,KAC1CA,EAAI,KAWZ,IAHA,IAAI/C,EAAI4H,EAAYA,EAAYhK,OAAS,GACrCqC,EAAI4H,EAAcA,EAAcjK,OAAS,GAEtCoC,IAAMC,IACP8C,IAAM,EACR0E,EAAM,OAAOxJ,OAAO+B,GAAG/B,OAAOwJ,GAE9BH,EAAQtH,EAGV4H,EAAYa,MACZZ,EAAcY,MACa,IAAvBb,EAAYhK,QAAyC,IAAzBiK,EAAcjK,SAC9CoC,EAAI4H,EAAYA,EAAYhK,OAAS,GACrCqC,EAAI4H,EAAcA,EAAcjK,OAAS,GAG3C,IAAI8K,EAAWN,KAAKO,IAAIf,EAAYhK,OAAQiK,EAAcjK,QAG1D,GAAiB,IAAb8K,EAAgB,CAElB,IAAIE,EAAejB,EAAgB/E,MAAM,MAIzC,GAAIgG,EAAahL,OAAS,GAGxB,IAFAgL,EAAa,IAAM,GAAG3K,OAAO8H,EAAM,OAAO9H,OAAOiI,GAE1C0C,EAAahL,OAAS,IAC3BgL,EAAaH,MAIjB,MAAO,GAAGxK,OAAOkI,EAAkBG,aAAc,QAAQrI,OAAO2K,EAAazF,KAAK,MAAO,MAGvFJ,EAAI,IACN0E,EAAM,KAAKxJ,OAAO8H,EAAM,OAAO9H,OAAOiI,GAAOjI,OAAOwJ,GACpDC,GAAU,GAGE,KAAVJ,IACFG,EAAM,OAAOxJ,OAAOqJ,GAAOrJ,OAAOwJ,GAClCH,EAAQ,IAGV,IAAIuB,EAAe,EACfzI,EAAM+F,EAAkB3I,GAAY,KAAKS,OAAO+H,EAAO,YAAY/H,OAAOiI,EAAO,KAAKjI,OAAOgI,EAAK,cAAchI,OAAOiI,GACvH4C,EAAa,IAAI7K,OAAO8H,EAAM,OAAO9H,OAAOiI,EAAO,kBAEvD,IAAKnD,EAAI,EAAGA,EAAI2F,EAAU3F,IAAK,CAE7B,IAAIgG,EAAMhG,EAAIyE,EAEd,GAAII,EAAYhK,OAASmF,EAAI,EAIvBgG,EAAM,GAAKhG,EAAI,IACbgG,EAAM,GACRxB,GAAO,KAAKtJ,OAAO8H,EAAM,OAAO9H,OAAOiI,GACvCwB,GAAU,GACDqB,EAAM,IACfxB,GAAO,OAAOtJ,OAAO4J,EAAc9E,EAAI,IACvC8F,KAGFtB,GAAO,OAAOtJ,OAAO4J,EAAc9E,EAAI,IACvC8F,KAIFrB,EAAUzE,EAEVuE,GAAS,KAAKrJ,OAAOgI,EAAK,KAAKhI,OAAOiI,EAAO,KAAKjI,OAAO4J,EAAc9E,IACvE8F,SACK,GAAIhB,EAAcjK,OAASmF,EAAI,EAIhCgG,EAAM,GAAKhG,EAAI,IACbgG,EAAM,GACRxB,GAAO,KAAKtJ,OAAO8H,EAAM,OAAO9H,OAAOiI,GACvCwB,GAAU,GACDqB,EAAM,IACfxB,GAAO,OAAOtJ,OAAO2J,EAAY7E,EAAI,IACrC8F,KAGFtB,GAAO,OAAOtJ,OAAO2J,EAAY7E,EAAI,IACrC8F,KAIFrB,EAAUzE,EAEVwE,GAAO,KAAKtJ,OAAO+H,EAAO,KAAK/H,OAAOiI,EAAO,KAAKjI,OAAO2J,EAAY7E,IACrE8F,QACK,CACL,IAAIG,EAAenB,EAAc9E,GAC7BkG,EAAarB,EAAY7E,GAIzBmG,EAAiBD,IAAeD,KAAkBtD,EAASuD,EAAY,MAAQA,EAAW/F,MAAM,GAAI,KAAO8F,GAU3GE,GAAkBxD,EAASsD,EAAc,MAAQA,EAAa9F,MAAM,GAAI,KAAO+F,IACjFC,GAAiB,EACjBD,GAAc,KAGZC,GAIEH,EAAM,GAAKhG,EAAI,IACbgG,EAAM,GACRxB,GAAO,KAAKtJ,OAAO8H,EAAM,OAAO9H,OAAOiI,GACvCwB,GAAU,GACDqB,EAAM,IACfxB,GAAO,OAAOtJ,OAAO2J,EAAY7E,EAAI,IACrC8F,KAGFtB,GAAO,OAAOtJ,OAAO2J,EAAY7E,EAAI,IACrC8F,KAIFrB,EAAUzE,EAGVwE,GAAO,KAAKtJ,OAAO+H,EAAO,KAAK/H,OAAOiI,EAAO,KAAKjI,OAAOgL,GACzD3B,GAAS,KAAKrJ,OAAOgI,EAAK,KAAKhI,OAAOiI,EAAO,KAAKjI,OAAO+K,GACzDH,GAAgB,IAIhBtB,GAAOD,EACPA,EAAQ,GAGI,IAARyB,GAAmB,IAANhG,IACfwE,GAAO,OAAOtJ,OAAOgL,GACrBJ,MAMN,GAAIA,EAAe,IAAM9F,EAAI2F,EAAW,EACtC,MAAO,GAAGzK,OAAOmC,GAAKnC,OAAO6K,EAAY,MAAM7K,OAAOsJ,EAAK,MAAMtJ,OAAO8H,EAAM,OAAO9H,OAAOiI,GAAOjI,OAAOqJ,EAAO,MAAQ,GAAGrJ,OAAO8H,EAAM,OAAO9H,OAAOiI,GAI3J,MAAO,GAAGjI,OAAOmC,GAAKnC,OAAOyJ,EAAUoB,EAAa,GAAI,MAAM7K,OAAOsJ,GAAKtJ,OAAOqJ,GAAOrJ,OAAOwJ,GAAKxJ,OAAO6J,GAG7G,IAAIpM,EAEJ,SAAUyN,GAGR,SAASzN,EAAe0N,GACtB,IAAI9J,EAIJ,GAxVJ,SAAyBE,EAAUC,GAAe,KAAMD,aAAoBC,GAAgB,MAAM,IAAIC,UAAU,qCAsV5GC,CAAgBJ,KAAM7D,GAEG,WAArBf,EAAQyO,IAAqC,OAAZA,EACnC,MAAM,IAAI9N,EAAqB,UAAW,SAAU8N,GAGtD,IAAItM,EAAUsM,EAAQtM,QAClBU,EAAW4L,EAAQ5L,SACnBC,EAAe2L,EAAQ3L,aACvBH,EAAS8L,EAAQ9L,OACjBC,EAAW6L,EAAQ7L,SACnB8L,EAAQtM,MAAMuM,gBAGlB,GAFAvM,MAAMuM,gBAAkB,EAET,MAAXxM,EACFwC,EAAQuE,EAA2BtE,KAAMoF,EAAgBjJ,GAAgB6E,KAAKhB,KAAMgK,OAAOzM,UA0B3F,GAxBIyB,EAAQyJ,QAAUzJ,EAAQyJ,OAAOC,QAG/B1J,EAAQyJ,QAAUzJ,EAAQyJ,OAAOwB,eAAoD,IAAnCjL,EAAQyJ,OAAOwB,iBACnEzD,EAAO,QACPC,EAAQ,QACRE,EAAQ,QACRD,EAAM,UAENF,EAAO,GACPC,EAAQ,GACRE,EAAQ,GACRD,EAAM,KAOc,WAApBtL,EAAQ2C,IAAmC,OAAXA,GAAyC,WAAtB3C,EAAQ4C,IAAuC,OAAbA,GAAqB,UAAWD,GAAUA,aAAkBP,OAAS,UAAWQ,GAAYA,aAAoBR,QACvMO,EAASiJ,EAAUjJ,GACnBC,EAAWgJ,EAAUhJ,IAGN,oBAAbC,GAA+C,gBAAbA,EACpC8B,EAAQuE,EAA2BtE,KAAMoF,EAAgBjJ,GAAgB6E,KAAKhB,KAAM8H,EAAc/J,EAAQC,EAAUC,UAC/G,GAAiB,uBAAbA,GAAkD,mBAAbA,EAA+B,CAG7E,IAAIiM,EAAOtD,EAAkB3I,GACzB+J,EAAMd,EAAanJ,GAAQsF,MAAM,MAQrC,GANiB,mBAAbpF,GAAqD,WAApB7C,EAAQ2C,IAAmC,OAAXA,IACnEmM,EAAOtD,EAAkBE,sBAKvBkB,EAAI3J,OAAS,GAGf,IAFA2J,EAAI,IAAM,GAAGtJ,OAAO8H,EAAM,OAAO9H,OAAOiI,GAEjCqB,EAAI3J,OAAS,IAClB2J,EAAIkB,MAMNnJ,EADiB,IAAfiI,EAAI3J,OACEiG,EAA2BtE,KAAMoF,EAAgBjJ,GAAgB6E,KAAKhB,KAAM,GAAGtB,OAAOwL,EAAM,KAAKxL,OAAOsJ,EAAI,MAE5G1D,EAA2BtE,KAAMoF,EAAgBjJ,GAAgB6E,KAAKhB,KAAM,GAAGtB,OAAOwL,EAAM,QAAQxL,OAAOsJ,EAAIpE,KAAK,MAAO,YAEhI,CACL,IAAIuG,EAAOjD,EAAanJ,GAEpBgK,EAAQ,GACRqC,EAAiBxD,EAAkB3I,GAEtB,iBAAbA,GAA4C,aAAbA,GACjCkM,EAAO,GAAGzL,OAAOkI,EAAkB3I,GAAW,QAAQS,OAAOyL,IAEpD9L,OAAS,OAChB8L,EAAO,GAAGzL,OAAOyL,EAAKxG,MAAM,EAAG,MAAO,SAGxCoE,EAAQ,GAAGrJ,OAAOwI,EAAalJ,IAE3BmM,EAAK9L,OAAS,MAChB8L,EAAO,GAAGzL,OAAOyL,EAAKxG,MAAM,EAAG,KAAM,QAGnCoE,EAAM1J,OAAS,MACjB0J,EAAQ,GAAGrJ,OAAOqJ,EAAMpE,MAAM,EAAG,KAAM,QAGxB,cAAb1F,GAAyC,UAAbA,EAC9BkM,EAAO,GAAGzL,OAAO0L,EAAgB,QAAQ1L,OAAOyL,EAAM,wBAEtDpC,EAAQ,IAAIrJ,OAAOT,EAAU,KAAKS,OAAOqJ,IAI7ChI,EAAQuE,EAA2BtE,KAAMoF,EAAgBjJ,GAAgB6E,KAAKhB,KAAM,GAAGtB,OAAOyL,GAAMzL,OAAOqJ,KA0B/G,OAtBAvK,MAAMuM,gBAAkBD,EACxB/J,EAAMlC,kBAAoBN,EAC1Bd,OAAOqH,eAAeU,EAAuBzE,GAAQ,OAAQ,CAC3DnC,MAAO,iCACPmG,YAAY,EACZE,UAAU,EACVD,cAAc,IAEhBjE,EAAMsK,KAAO,gBACbtK,EAAMhC,OAASA,EACfgC,EAAM/B,SAAWA,EACjB+B,EAAM9B,SAAWA,EAEbT,MAAM8M,mBAER9M,MAAM8M,kBAAkB9F,EAAuBzE,GAAQ7B,GAIzD6B,EAAMoD,MAENpD,EAAMY,KAAO,iBACN2D,EAA2BvE,GA/ctC,IAAsBG,EAAaqK,EAAYC,EAqe7C,OA/dF,SAAmBC,EAAUC,GAAc,GAA0B,mBAAfA,GAA4C,OAAfA,EAAuB,MAAM,IAAIvK,UAAU,sDAAyDsK,EAAShP,UAAYgB,OAAO4I,OAAOqF,GAAcA,EAAWjP,UAAW,CAAED,YAAa,CAAEoC,MAAO6M,EAAUxG,UAAU,EAAMD,cAAc,KAAe0G,GAAYpF,EAAgBmF,EAAUC,GAuUjXC,CAAUxO,EAAgByN,GA7UN1J,EAkdP/D,GAldoBoO,EAkdJ,CAAC,CAC5BjK,IAAK,WACL1C,MAAO,WACL,MAAO,GAAGc,OAAOsB,KAAKW,KAAM,MAAMjC,OAAOsB,KAAKqK,KAAM,OAAO3L,OAAOsB,KAAKzC,WAExE,CACD+C,IAAKlE,EAAQwO,OACbhN,MAAO,SAAeiN,EAAcC,GAKlC,OAAO1O,EAAQ4D,KAterB,SAAuBmE,GAAU,IAAK,IAAIX,EAAI,EAAGA,EAAIpF,UAAUC,OAAQmF,IAAK,CAAE,IAAIyD,EAAyB,MAAhB7I,UAAUoF,GAAapF,UAAUoF,GAAK,GAAQuH,EAAUtO,OAAOqD,KAAKmH,GAAqD,mBAAjCxK,OAAOuO,wBAAwCD,EAAUA,EAAQrM,OAAOjC,OAAOuO,sBAAsB/D,GAAQgE,QAAO,SAAUC,GAAO,OAAOzO,OAAO0O,yBAAyBlE,EAAQiE,GAAKnH,gBAAmBgH,EAAQ1K,SAAQ,SAAUC,GAAOuD,EAAgBM,EAAQ7D,EAAK2G,EAAO3G,OAAa,OAAO6D,EAse7biH,CAAc,GAAIN,EAAK,CAC1CzD,eAAe,EACfC,MAAO,UAhe+DpD,EAAkBhE,EAAYzE,UAAW8O,GAAiBC,GAAatG,EAAkBhE,EAAasK,GAqe3KrO,EAzJT,CA0JEuI,EAAiBlH,QAEnBN,EAAOC,QAAUhB,+BCtejB,SAASf,EAAQC,GAAwT,OAAtOD,EAArD,mBAAXE,QAAoD,iBAApBA,OAAOC,SAAmC,SAAiBF,GAAO,cAAcA,GAA2B,SAAiBA,GAAO,OAAOA,GAAyB,mBAAXC,QAAyBD,EAAIG,cAAgBF,QAAUD,IAAQC,OAAOG,UAAY,gBAAkBJ,IAAyBA,GAIxV,SAASiJ,EAA2BC,EAAMvD,GAAQ,OAAIA,GAA2B,WAAlB5F,EAAQ4F,IAAsC,mBAATA,EAEpG,SAAgCuD,GAAQ,QAAa,IAATA,EAAmB,MAAM,IAAIE,eAAe,6DAAgE,OAAOF,EAFbC,CAAuBD,GAAtCvD,EAInI,SAASoE,EAAgBU,GAAwJ,OAAnJV,EAAkB3I,OAAOuJ,eAAiBvJ,OAAOyJ,eAAiB,SAAyBJ,GAAK,OAAOA,EAAEG,WAAaxJ,OAAOyJ,eAAeJ,KAA8BA,GAIxM,SAASR,EAAgBQ,EAAGC,GAA+G,OAA1GT,EAAkB7I,OAAOuJ,gBAAkB,SAAyBF,EAAGC,GAAsB,OAAjBD,EAAEG,UAAYF,EAAUD,IAA6BA,EAAGC,GAErK,IAEI9I,EACAoO,EAHAxP,EAAQ,GAKZ,SAASyP,EAAgBjB,EAAM9M,EAASgO,GACjCA,IACHA,EAAO/N,OAWT,IAAIgO,EAEJ,SAAUC,GAGR,SAASD,EAAUE,EAAMC,EAAMC,GAC7B,IAAI7L,EAMJ,OA1CN,SAAyBE,EAAUC,GAAe,KAAMD,aAAoBC,GAAgB,MAAM,IAAIC,UAAU,qCAsC1GC,CAAgBJ,KAAMwL,IAEtBzL,EAAQuE,EAA2BtE,KAAMoF,EAAgBoG,GAAWxK,KAAKhB,KAlB7E,SAAoB0L,EAAMC,EAAMC,GAC9B,MAAuB,iBAAZrO,EACFA,EAEAA,EAAQmO,EAAMC,EAAMC,GAcoDC,CAAWH,EAAMC,EAAMC,MAChGvB,KAAOA,EACNtK,EAGT,OArCJ,SAAmB0K,EAAUC,GAAc,GAA0B,mBAAfA,GAA4C,OAAfA,EAAuB,MAAM,IAAIvK,UAAU,sDAAyDsK,EAAShP,UAAYgB,OAAO4I,OAAOqF,GAAcA,EAAWjP,UAAW,CAAED,YAAa,CAAEoC,MAAO6M,EAAUxG,UAAU,EAAMD,cAAc,KAAe0G,GAAYpF,EAAgBmF,EAAUC,GAyB/WC,CAAUa,EAAWC,GAYdD,EAbT,CAcED,GAEF1P,EAAMwO,GAAQmB,EAIhB,SAASM,EAAM9N,EAAU+N,GACvB,GAAIxN,MAAMyN,QAAQhO,GAAW,CAC3B,IAAIiO,EAAMjO,EAASK,OAKnB,OAJAL,EAAWA,EAASkO,KAAI,SAAU1I,GAChC,OAAOwG,OAAOxG,MAGZyI,EAAM,EACD,UAAUvN,OAAOqN,EAAO,KAAKrN,OAAOV,EAAS2F,MAAM,EAAGsI,EAAM,GAAGrI,KAAK,MAAO,SAAW5F,EAASiO,EAAM,GAC3F,IAARA,EACF,UAAUvN,OAAOqN,EAAO,KAAKrN,OAAOV,EAAS,GAAI,QAAQU,OAAOV,EAAS,IAEzE,MAAMU,OAAOqN,EAAO,KAAKrN,OAAOV,EAAS,IAGlD,MAAO,MAAMU,OAAOqN,EAAO,KAAKrN,OAAOsL,OAAOhM,IA+BlDsN,EAAgB,yBAA0B,qCAAsCnL,WAChFmL,EAAgB,wBAAwB,SAAU3K,EAAM3C,EAAUD,GAIhE,IAAIoO,EA/BmB9F,EAAQ5C,EAwC3B5C,EAEJ,QAde/B,IAAX7B,IAAsBA,EAAS,EAAQ,OAC3CA,EAAuB,iBAAT0D,EAAmB,2BAIT,iBAAb3C,IAjCYqI,EAiCkC,OAAVrI,EAhCpCoO,QAAQ3I,GAAOA,EAAM,EAAI,GAAKA,EAAK4C,EAAOhI,UAAYgI,IAiC/D8F,EAAa,cACbnO,EAAWA,EAASqO,QAAQ,QAAS,KAErCF,EAAa,UAhCjB,SAAkB/F,EAAKC,EAAQC,GAK7B,YAJiBxH,IAAbwH,GAA0BA,EAAWF,EAAI/H,UAC3CiI,EAAWF,EAAI/H,QAGV+H,EAAIG,UAAUD,EAAWD,EAAOhI,OAAQiI,KAAcD,EAgCzDF,CAASxF,EAAM,aAEjBE,EAAM,OAAOnC,OAAOiC,EAAM,KAAKjC,OAAOyN,EAAY,KAAKzN,OAAOoN,EAAM9N,EAAU,aACzE,CACL,IAAIsO,EAhCR,SAAkBlG,EAAKC,EAAQkG,GAK7B,MAJqB,iBAAVA,IACTA,EAAQ,KAGNA,EAAQlG,EAAOhI,OAAS+H,EAAI/H,UAGS,IAAhC+H,EAAI1C,QAAQ2C,EAAQkG,GAwBhBC,CAAS7L,EAAM,KAAO,WAAa,WAC9CE,EAAM,QAASnC,OAAOiC,EAAM,MAAOjC,OAAO4N,EAAM,KAAK5N,OAAOyN,EAAY,KAAKzN,OAAOoN,EAAM9N,EAAU,SAKtG,OADA6C,GAAO,mBAAmBnC,OAAOtD,EAAQ2C,MAExCoC,WACHmL,EAAgB,yBAAyB,SAAU3K,EAAM/C,GACvD,IAAI6O,EAASrO,UAAUC,OAAS,QAAsBS,IAAjBV,UAAU,GAAmBA,UAAU,GAAK,kBACpEU,IAATuM,IAAoBA,EAAO,EAAQ,OACvC,IAAIqB,EAAYrB,EAAKjP,QAAQwB,GAM7B,OAJI8O,EAAUrO,OAAS,MACrBqO,EAAY,GAAGhO,OAAOgO,EAAU/I,MAAM,EAAG,KAAM,QAG1C,iBAAiBjF,OAAOiC,EAAM,MAAMjC,OAAO+N,EAAQ,eAAe/N,OAAOgO,KAC/EvM,UAAWwM,YACdrB,EAAgB,4BAA4B,SAAUsB,EAAOjM,EAAM/C,GACjE,IAAI0O,EAQJ,OALEA,EADE1O,GAASA,EAAMpC,aAAeoC,EAAMpC,YAAYmF,KAC3C,eAAejC,OAAOd,EAAMpC,YAAYmF,MAExC,QAAQjC,OAAOtD,EAAQwC,IAGzB,YAAYc,OAAOkO,EAAO,8BAA+BlO,OAAOiC,EAAM,KAAQ,qBAAqBjC,OAAO4N,EAAM,OACtHnM,WACHmL,EAAgB,oBAAoB,WAClC,IAAK,IAAInN,EAAOC,UAAUC,OAAQC,EAAO,IAAIC,MAAMJ,GAAOK,EAAO,EAAGA,EAAOL,EAAMK,IAC/EF,EAAKE,GAAQJ,UAAUI,QAGVM,IAAX7B,IAAsBA,EAAS,EAAQ,OAC3CA,EAAOqB,EAAKD,OAAS,EAAG,0CACxB,IAAIwC,EAAM,OACNoL,EAAM3N,EAAKD,OAKf,OAJAC,EAAOA,EAAK4N,KAAI,SAAUzL,GACxB,MAAO,IAAK/B,OAAO+B,EAAG,QAGhBwL,GACN,KAAK,EACHpL,GAAO,GAAGnC,OAAOJ,EAAK,GAAI,aAC1B,MAEF,KAAK,EACHuC,GAAO,GAAGnC,OAAOJ,EAAK,GAAI,SAASI,OAAOJ,EAAK,GAAI,cACnD,MAEF,QACEuC,GAAOvC,EAAKqF,MAAM,EAAGsI,EAAM,GAAGrI,KAAK,MACnC/C,GAAO,SAASnC,OAAOJ,EAAK2N,EAAM,GAAI,cAI1C,MAAO,GAAGvN,OAAOmC,EAAK,wBACrBV,WACHjD,EAAOC,QAAQtB,MAAQA,+BC9LvB,SAASgR,EAAeC,EAAKtJ,GAAK,OAMlC,SAAyBsJ,GAAO,GAAIvO,MAAMyN,QAAQc,GAAM,OAAOA,EANtBC,CAAgBD,IAIzD,SAA+BA,EAAKtJ,GAAK,IAAIwJ,EAAO,GAAQC,GAAK,EAAUC,GAAK,EAAWC,OAAKrO,EAAW,IAAM,IAAK,IAAiCsO,EAA7BC,EAAKP,EAAIxR,OAAOC,cAAmB0R,GAAMG,EAAKC,EAAGC,QAAQC,QAAoBP,EAAKlM,KAAKsM,EAAGxP,QAAY4F,GAAKwJ,EAAK3O,SAAWmF,GAA3DyJ,GAAK,IAAoE,MAAOnP,GAAOoP,GAAK,EAAMC,EAAKrP,EAAO,QAAU,IAAWmP,GAAsB,MAAhBI,EAAW,QAAWA,EAAW,SAAO,QAAU,GAAIH,EAAI,MAAMC,GAAQ,OAAOH,EAJjVQ,CAAsBV,EAAKtJ,IAE5F,WAA8B,MAAM,IAAIrD,UAAU,wDAFgDsN,GAQlG,SAASrS,EAAQC,GAAwT,OAAtOD,EAArD,mBAAXE,QAAoD,iBAApBA,OAAOC,SAAmC,SAAiBF,GAAO,cAAcA,GAA2B,SAAiBA,GAAO,OAAOA,GAAyB,mBAAXC,QAAyBD,EAAIG,cAAgBF,QAAUD,IAAQC,OAAOG,UAAY,gBAAkBJ,IAAyBA,GAExV,IAAIqS,OAAqC5O,IAAf,KAAK6O,MAE3BC,EAAe,SAAsB3I,GACvC,IAAI4I,EAAQ,GAIZ,OAHA5I,EAAI5E,SAAQ,SAAUzC,GACpB,OAAOiQ,EAAM/M,KAAKlD,MAEbiQ,GAGLC,EAAe,SAAsB5B,GACvC,IAAI2B,EAAQ,GAIZ,OAHA3B,EAAI7L,SAAQ,SAAUzC,EAAO0C,GAC3B,OAAOuN,EAAM/M,KAAK,CAACR,EAAK1C,OAEnBiQ,GAGLlR,EAAWF,OAAOG,GAAKH,OAAOG,GAAK,EAAQ,KAC3CmR,EAA8BtR,OAAOuO,sBAAwBvO,OAAOuO,sBAAwB,WAC9F,MAAO,IAELgD,EAAcC,OAAOC,MAAQD,OAAOC,MAAQ,EAAQ,KAExD,SAASC,EAAYC,GACnB,OAAOA,EAAEpN,KAAK7B,KAAKiP,GAGrB,IAAIC,EAAiBF,EAAY1R,OAAOhB,UAAU4S,gBAC9CC,EAAuBH,EAAY1R,OAAOhB,UAAU6S,sBACpDC,EAAiBJ,EAAY1R,OAAOhB,UAAUqJ,UAE9CzI,EAAiB,cACjBmS,EAAmBnS,EAAemS,iBAClCC,EAAoBpS,EAAeoS,kBACnCC,EAASrS,EAAeqS,OACxBC,EAAQtS,EAAesS,MACvBpS,EAAWF,EAAeE,SAC1BqS,EAAQvS,EAAeuS,MACvBC,EAAgBxS,EAAewS,cAC/BC,EAAmBzS,EAAeyS,iBAClCC,EAAiB1S,EAAe0S,eAChCC,EAAiB3S,EAAe2S,eAChCC,EAAkB5S,EAAe4S,gBACjCC,EAAiB7S,EAAe6S,eAChCC,EAAiB9S,EAAe8S,eAChCC,EAAiB/S,EAAe+S,eAChCC,EAAiBhT,EAAegT,eAEpC,SAASC,EAAWhP,GAClB,GAAmB,IAAfA,EAAIjC,QAAgBiC,EAAIjC,OAAS,GAAI,OAAO,EAEhD,IAAK,IAAImF,EAAI,EAAGA,EAAIlD,EAAIjC,OAAQmF,IAAK,CACnC,IAAI6G,EAAO/J,EAAIiP,WAAW/L,GAC1B,GAAI6G,EAAO,IAAMA,EAAO,GAAI,OAAO,EAIrC,OAAsB,KAAf/J,EAAIjC,QAAiBiC,GAAOuI,KAAK2G,IAAI,EAAG,IAGjD,SAASC,EAAyB7R,GAChC,OAAOnB,OAAOqD,KAAKlC,GAAOqN,OAAOqE,GAAY5Q,OAAOqP,EAA4BnQ,GAAOqN,OAAOxO,OAAOhB,UAAU6S,qBAAqBnP,KAAKvB,KAY3I,SAAS8R,EAAQjP,EAAGC,GAClB,GAAID,IAAMC,EACR,OAAO,EAMT,IAHA,IAAIiP,EAAIlP,EAAEpC,OACNuR,EAAIlP,EAAErC,OAEDmF,EAAI,EAAGyI,EAAMpD,KAAKgH,IAAIF,EAAGC,GAAIpM,EAAIyI,IAAOzI,EAC/C,GAAI/C,EAAE+C,KAAO9C,EAAE8C,GAAI,CACjBmM,EAAIlP,EAAE+C,GACNoM,EAAIlP,EAAE8C,GACN,MAIJ,OAAImM,EAAIC,GACE,EAGNA,EAAID,EACC,EAGF,EA+ET,SAASG,EAAeC,EAAMC,EAAMhO,EAAQiO,GAE1C,GAAIF,IAASC,EACX,OAAa,IAATD,KACG/N,GAASrF,EAASoT,EAAMC,IAIjC,GAAIhO,EAAQ,CACV,GAAsB,WAAlB5G,EAAQ2U,GACV,MAAuB,iBAATA,GAAqB/B,EAAY+B,IAAS/B,EAAYgC,GAGtE,GAAsB,WAAlB5U,EAAQ4U,IAA+B,OAATD,GAA0B,OAATC,EACjD,OAAO,EAGT,GAAIvT,OAAOyJ,eAAe6J,KAAUtT,OAAOyJ,eAAe8J,GACxD,OAAO,MAEJ,CACL,GAAa,OAATD,GAAmC,WAAlB3U,EAAQ2U,GAC3B,OAAa,OAATC,GAAmC,WAAlB5U,EAAQ4U,KAEpBD,GAAQC,EAMnB,GAAa,OAATA,GAAmC,WAAlB5U,EAAQ4U,GAC3B,OAAO,EAIX,IA7E4BE,EAAMC,EA1BT1P,EAAGC,EAuGxB0P,EAAU7B,EAAewB,GAG7B,GAAIK,IAFU7B,EAAeyB,GAG3B,OAAO,EAGT,GAAIzR,MAAMyN,QAAQ+D,GAAO,CAEvB,GAAIA,EAAK1R,SAAW2R,EAAK3R,OACvB,OAAO,EAGT,IAAIgS,EAAQZ,EAAyBM,GACjCO,EAAQb,EAAyBO,GAErC,OAAIK,EAAMhS,SAAWiS,EAAMjS,QAIpBkS,EAASR,EAAMC,EAAMhO,EAAQiO,EA/HzB,EA+H0CI,GAMvD,GAAgB,oBAAZD,KAEGzB,EAAMoB,IAASpB,EAAMqB,KAAUpB,EAAMmB,IAASnB,EAAMoB,IACvD,OAAO,EAIX,GAAItB,EAAOqB,IACT,IAAKrB,EAAOsB,IAASpK,KAAKnK,UAAU+U,QAAQxP,KAAK+O,KAAUnK,KAAKnK,UAAU+U,QAAQxP,KAAKgP,GACrF,OAAO,OAEJ,GAAIzT,EAASwT,IAClB,IAAKxT,EAASyT,KA7ISvP,EA6ImBsP,EA7IhBrP,EA6IsBsP,IA5I3CtC,EAAsBjN,EAAEwG,SAAWvG,EAAEuG,QAAUxG,EAAEkN,QAAUjN,EAAEiN,MAAQ8C,OAAOhV,UAAUqJ,SAAS9D,KAAKP,KAAOgQ,OAAOhV,UAAUqJ,SAAS9D,KAAKN,KA6I7I,OAAO,OAEJ,GAAImO,EAAckB,IAASA,aAAgBvS,OAGhD,GAAIuS,EAAKxS,UAAYyS,EAAKzS,SAAWwS,EAAKpP,OAASqP,EAAKrP,KACtD,OAAO,MAEJ,IAAI8N,EAAkBsB,GAAO,CAClC,GAAK/N,IAAWoN,EAAeW,KAASV,EAAeU,IAIhD,IAzIX,SAA+BtP,EAAGC,GAChC,OAAID,EAAEiQ,aAAehQ,EAAEgQ,YAIwG,IAAxHhB,EAAQ,IAAIiB,WAAWlQ,EAAEmQ,OAAQnQ,EAAEoQ,WAAYpQ,EAAEiQ,YAAa,IAAIC,WAAWjQ,EAAEkQ,OAAQlQ,EAAEmQ,WAAYnQ,EAAEgQ,aAoIhGI,CAAsBf,EAAMC,GACtC,OAAO,OAJP,IApJN,SAA+BvP,EAAGC,GAChC,GAAID,EAAEiQ,aAAehQ,EAAEgQ,WACrB,OAAO,EAGT,IAAK,IAAIK,EAAS,EAAGA,EAAStQ,EAAEiQ,WAAYK,IAC1C,GAAItQ,EAAEsQ,KAAYrQ,EAAEqQ,GAClB,OAAO,EAIX,OAAO,EAyIEC,CAAsBjB,EAAMC,GAC/B,OAAO,EASX,IAAIiB,EAAQxB,EAAyBM,GAEjCmB,EAASzB,EAAyBO,GAEtC,OAAIiB,EAAM5S,SAAW6S,EAAO7S,QAIrBkS,EAASR,EAAMC,EAAMhO,EAAQiO,EA/KtB,EA+K0CgB,GACnD,GAAIrC,EAAMmB,GACf,SAAKnB,EAAMoB,IAASD,EAAKoB,OAASnB,EAAKmB,OAIhCZ,EAASR,EAAMC,EAAMhO,EAAQiO,EAnL3B,GAoLJ,GAAItB,EAAMoB,GACf,SAAKpB,EAAMqB,IAASD,EAAKoB,OAASnB,EAAKmB,OAIhCZ,EAASR,EAAMC,EAAMhO,EAAQiO,EAxL3B,GAyLJ,GAAIzB,EAAiBuB,IAC1B,GA9JgCI,EA8JAH,GA9JNE,EA8JAH,GA7JhBW,aAAeP,EAAKO,YAAsE,IAAxDhB,EAAQ,IAAIiB,WAAWT,GAAO,IAAIS,WAAWR,IA8JvF,OAAO,OAEJ,GAAIrB,EAAiBiB,KA7J9B,SAA+BA,EAAMC,GACnC,OAAIjB,EAAegB,GACVhB,EAAeiB,IAASrT,EAASsR,OAAOxS,UAAU2V,QAAQpQ,KAAK+O,GAAO9B,OAAOxS,UAAU2V,QAAQpQ,KAAKgP,IAGzGhB,EAAee,GACVf,EAAegB,IAAShG,OAAOvO,UAAU2V,QAAQpQ,KAAK+O,KAAU/F,OAAOvO,UAAU2V,QAAQpQ,KAAKgP,GAGnGf,EAAgBc,GACXd,EAAgBe,IAASqB,QAAQ5V,UAAU2V,QAAQpQ,KAAK+O,KAAUsB,QAAQ5V,UAAU2V,QAAQpQ,KAAKgP,GAGtGd,EAAea,GACVb,EAAec,IAASsB,OAAO7V,UAAU2V,QAAQpQ,KAAK+O,KAAUuB,OAAO7V,UAAU2V,QAAQpQ,KAAKgP,GAGhGb,EAAea,IAAS1U,OAAOG,UAAU2V,QAAQpQ,KAAK+O,KAAUzU,OAAOG,UAAU2V,QAAQpQ,KAAKgP,GA4I/DuB,CAAsBxB,EAAMC,GAChE,OAAO,EAGT,OAAOO,EAASR,EAAMC,EAAMhO,EAAQiO,EApMpB,GAuMlB,SAASuB,EAAerK,EAAKrH,GAC3B,OAAOA,EAAKmL,QAAO,SAAUwG,GAC3B,OAAOnD,EAAqBnH,EAAKsK,MAIrC,SAASlB,EAASR,EAAMC,EAAMhO,EAAQiO,EAAOyB,EAAeC,GAQ1D,GAAyB,IAArBvT,UAAUC,OAAc,CAC1BsT,EAAQlV,OAAOqD,KAAKiQ,GACpB,IAAI6B,EAAQnV,OAAOqD,KAAKkQ,GAExB,GAAI2B,EAAMtT,SAAWuT,EAAMvT,OACzB,OAAO,EAOX,IAFA,IAAImF,EAAI,EAEDA,EAAImO,EAAMtT,OAAQmF,IACvB,IAAK6K,EAAe2B,EAAM2B,EAAMnO,IAC9B,OAAO,EAIX,GAAIxB,GAA+B,IAArB5D,UAAUC,OAAc,CACpC,IAAIwT,EAAc9D,EAA4BgC,GAE9C,GAA2B,IAAvB8B,EAAYxT,OAAc,CAC5B,IAAIuK,EAAQ,EAEZ,IAAKpF,EAAI,EAAGA,EAAIqO,EAAYxT,OAAQmF,IAAK,CACvC,IAAIlD,EAAMuR,EAAYrO,GAEtB,GAAI8K,EAAqByB,EAAMzP,GAAM,CACnC,IAAKgO,EAAqB0B,EAAM1P,GAC9B,OAAO,EAGTqR,EAAM7Q,KAAKR,GACXsI,SACK,GAAI0F,EAAqB0B,EAAM1P,GACpC,OAAO,EAIX,IAAIwR,EAAc/D,EAA4BiC,GAE9C,GAAI6B,EAAYxT,SAAWyT,EAAYzT,QAAUmT,EAAexB,EAAM8B,GAAazT,SAAWuK,EAC5F,OAAO,MAEJ,CACL,IAAImJ,EAAehE,EAA4BiC,GAE/C,GAA4B,IAAxB+B,EAAa1T,QAA8D,IAA9CmT,EAAexB,EAAM+B,GAAc1T,OAClE,OAAO,GAKb,GAAqB,IAAjBsT,EAAMtT,SA1QM,IA0QWqT,GAzQd,IAyQ+CA,GAA8C,IAAhB3B,EAAK1R,QAA8B,IAAd0R,EAAKoB,MAClH,OAAO,EAIT,QAAcrS,IAAVmR,EACFA,EAAQ,CACNF,KAAM,IAAIlT,IACVmT,KAAM,IAAInT,IACVmV,SAAU,OAEP,CAIL,IAAIC,EAAYhC,EAAMF,KAAK/K,IAAI+K,GAE/B,QAAkBjR,IAAdmT,EAAyB,CAC3B,IAAIC,EAAYjC,EAAMD,KAAKhL,IAAIgL,GAE/B,QAAkBlR,IAAdoT,EACF,OAAOD,IAAcC,EAIzBjC,EAAM+B,WAGR/B,EAAMF,KAAK9K,IAAI8K,EAAME,EAAM+B,UAC3B/B,EAAMD,KAAK/K,IAAI+K,EAAMC,EAAM+B,UAC3B,IAAIG,EAAQC,EAASrC,EAAMC,EAAMhO,EAAQ2P,EAAO1B,EAAOyB,GAGvD,OAFAzB,EAAMF,KAAKsC,OAAOtC,GAClBE,EAAMD,KAAKqC,OAAOrC,GACXmC,EAGT,SAASG,EAAmBrN,EAAK8K,EAAM/N,EAAQuQ,GAI7C,IAFA,IAAIC,EAAY5E,EAAa3I,GAEpBzB,EAAI,EAAGA,EAAIgP,EAAUnU,OAAQmF,IAAK,CACzC,IAAIwM,EAAOwC,EAAUhP,GAErB,GAAIsM,EAAeC,EAAMC,EAAMhO,EAAQuQ,GAGrC,OADAtN,EAAIoN,OAAOrC,IACJ,EAIX,OAAO,EAOT,SAASyC,EAA4BC,GACnC,OAAQtX,EAAQsX,IACd,IAAK,YACH,OAAO,KAET,IAAK,SAEH,OAEF,IAAK,SACH,OAAO,EAET,IAAK,SACHA,GAAQA,EAKV,IAAK,SACH,GAAI1E,EAAY0E,GACd,OAAO,EAKb,OAAO,EAGT,SAASC,EAAsBlS,EAAGC,EAAGgS,GACnC,IAAIE,EAAWH,EAA4BC,GAC3C,OAAgB,MAAZE,EAAyBA,EACtBlS,EAAEqE,IAAI6N,KAAcnS,EAAEsE,IAAI6N,GAGnC,SAASC,EAAsBpS,EAAGC,EAAGgS,EAAMI,EAAMP,GAC/C,IAAIK,EAAWH,EAA4BC,GAE3C,GAAgB,MAAZE,EACF,OAAOA,EAGT,IAAIG,EAAOrS,EAAEsE,IAAI4N,GAEjB,aAAa9T,IAATiU,IAAuBrS,EAAEqE,IAAI6N,KAAc9C,EAAegD,EAAMC,GAAM,EAAOR,OAIzE9R,EAAEsE,IAAI6N,IAAa9C,EAAegD,EAAMC,GAAM,EAAOR,IA2D/D,SAASS,EAAiB/N,EAAKiH,EAAK+G,EAAMC,EAAOlR,EAAQuQ,GAMvD,IAFA,IAAIC,EAAY5E,EAAa3I,GAEpBzB,EAAI,EAAGA,EAAIgP,EAAUnU,OAAQmF,IAAK,CACzC,IAAI2P,EAAOX,EAAUhP,GAErB,GAAIsM,EAAemD,EAAME,EAAMnR,EAAQuQ,IAASzC,EAAeoD,EAAOhH,EAAIlH,IAAImO,GAAOnR,EAAQuQ,GAE3F,OADAtN,EAAIoN,OAAOc,IACJ,EAIX,OAAO,EA2DT,SAASf,EAAS3R,EAAGC,EAAGsB,EAAQlC,EAAMmQ,EAAOyB,GAG3C,IAAIlO,EAAI,EAER,GA1fW,IA0fPkO,GACF,IAxIJ,SAAkBjR,EAAGC,EAAGsB,EAAQuQ,GAM9B,IAHA,IAAItN,EAAM,KACNmO,EAAUxF,EAAanN,GAElB+C,EAAI,EAAGA,EAAI4P,EAAQ/U,OAAQmF,IAAK,CACvC,IAAI2D,EAAMiM,EAAQ5P,GAIlB,GAAqB,WAAjBpI,EAAQ+L,IAA6B,OAARA,EACnB,OAARlC,IACFA,EAAM,IAAIoO,KAOZpO,EAAIqO,IAAInM,QACH,IAAKzG,EAAEqE,IAAIoC,GAAM,CACtB,GAAInF,EAAQ,OAAO,EAEnB,IAAK2Q,EAAsBlS,EAAGC,EAAGyG,GAC/B,OAAO,EAGG,OAARlC,IACFA,EAAM,IAAIoO,KAGZpO,EAAIqO,IAAInM,IAIZ,GAAY,OAARlC,EAAc,CAGhB,IAFA,IAAIsO,EAAU3F,EAAalN,GAElB2M,EAAK,EAAGA,EAAKkG,EAAQlV,OAAQgP,IAAM,CAC1C,IAAImG,EAAOD,EAAQlG,GAGnB,GAAsB,WAAlBjS,EAAQoY,IAA+B,OAATA,GAChC,IAAKlB,EAAmBrN,EAAKuO,EAAMxR,EAAQuQ,GAAO,OAAO,OACpD,IAAKvQ,IAAWvB,EAAEsE,IAAIyO,KAAUlB,EAAmBrN,EAAKuO,EAAMxR,EAAQuQ,GAC3E,OAAO,EAIX,OAAoB,IAAbtN,EAAIkM,KAGb,OAAO,EAmFAsC,CAAShT,EAAGC,EAAGsB,EAAQiO,GAC1B,OAAO,OAEJ,GA7fI,IA6fAyB,GACT,IAlEJ,SAAkBjR,EAAGC,EAAGsB,EAAQuQ,GAI9B,IAHA,IAAItN,EAAM,KACNyO,EAAW5F,EAAarN,GAEnB+C,EAAI,EAAGA,EAAIkQ,EAASrV,OAAQmF,IAAK,CACxC,IAAImQ,EAAc9G,EAAe6G,EAASlQ,GAAI,GAC1ClD,EAAMqT,EAAY,GAClBT,EAAQS,EAAY,GAExB,GAAqB,WAAjBvY,EAAQkF,IAA6B,OAARA,EACnB,OAAR2E,IACFA,EAAM,IAAIoO,KAGZpO,EAAIqO,IAAIhT,OACH,CAGL,IAAIsT,EAAQlT,EAAEsE,IAAI1E,GAElB,QAAcxB,IAAV8U,IAAwBlT,EAAEqE,IAAIzE,KAASwP,EAAeoD,EAAOU,EAAO5R,EAAQuQ,GAAO,CACrF,GAAIvQ,EAAQ,OAAO,EAGnB,IAAK6Q,EAAsBpS,EAAGC,EAAGJ,EAAK4S,EAAOX,GAAO,OAAO,EAE/C,OAARtN,IACFA,EAAM,IAAIoO,KAGZpO,EAAIqO,IAAIhT,KAKd,GAAY,OAAR2E,EAAc,CAGhB,IAFA,IAAI4O,EAAW/F,EAAapN,GAEnBoT,EAAM,EAAGA,EAAMD,EAASxV,OAAQyV,IAAO,CAC9C,IAAIC,EAAelH,EAAegH,EAASC,GAAM,GAE7ChB,GADAxS,EAAMyT,EAAa,GACZA,EAAa,IAExB,GAAqB,WAAjB3Y,EAAQkF,IAA6B,OAARA,GAC/B,IAAK0S,EAAiB/N,EAAKxE,EAAGH,EAAKwS,EAAM9Q,EAAQuQ,GAAO,OAAO,OAC1D,KAAKvQ,GAAYvB,EAAEsE,IAAIzE,IAASwP,EAAerP,EAAEuE,IAAI1E,GAAMwS,GAAM,EAAOP,IAAWS,EAAiB/N,EAAKxE,EAAGH,EAAKwS,GAAM,EAAOP,IACnI,OAAO,EAIX,OAAoB,IAAbtN,EAAIkM,KAGb,OAAO,EAaA6C,CAASvT,EAAGC,EAAGsB,EAAQiO,GAC1B,OAAO,OAEJ,GAngBM,IAmgBFyB,EACT,KAAOlO,EAAI/C,EAAEpC,OAAQmF,IAAK,CACxB,IAAI6K,EAAe5N,EAAG+C,GAIf,IAAI6K,EAAe3N,EAAG8C,GAC3B,OAAO,EAKP,IAFA,IAAIyQ,EAAQxX,OAAOqD,KAAKW,GAEjB+C,EAAIyQ,EAAM5V,OAAQmF,IAAK,CAC5B,IAAIlD,EAAM2T,EAAMzQ,GAEhB,IAAK6K,EAAe3N,EAAGJ,KAASwP,EAAerP,EAAEH,GAAMI,EAAEJ,GAAM0B,EAAQiO,GACrE,OAAO,EAIX,OAAIgE,EAAM5V,SAAW5B,OAAOqD,KAAKY,GAAGrC,OAjBpC,IAAKgQ,EAAe3N,EAAG8C,KAAOsM,EAAerP,EAAE+C,GAAI9C,EAAE8C,GAAIxB,EAAQiO,GAC/D,OAAO,EA2Bf,IAAKzM,EAAI,EAAGA,EAAI1D,EAAKzB,OAAQmF,IAAK,CAChC,IAAIhF,EAAOsB,EAAK0D,GAEhB,IAAKsM,EAAerP,EAAEjC,GAAOkC,EAAElC,GAAOwD,EAAQiO,GAC5C,OAAO,EAIX,OAAO,EAWT/S,EAAOC,QAAU,CACfzB,YATF,SAAqBqU,EAAMC,GACzB,OAAOF,EAAeC,EAAMC,EAhjBjB,QAyjBXrU,kBANF,SAA2BoU,EAAMC,GAC/B,OAAOF,EAAeC,EAAMC,EArjBhB,qCClHd,IAAIkE,EAAe,EAAQ,KAEvBC,EAAW,EAAQ,MAEnBC,EAAWD,EAASD,EAAa,6BAErChX,EAAOC,QAAU,SAA4BwD,EAAM0T,GAClD,IAAIC,EAAYJ,EAAavT,IAAQ0T,GACrC,MAAyB,mBAAdC,GAA4BF,EAASzT,EAAM,gBAAkB,EAChEwT,EAASG,GAEVA,gCCXR,IAAInV,EAAO,EAAQ,MACf+U,EAAe,EAAQ,KAEvBK,EAASL,EAAa,8BACtBM,EAAQN,EAAa,6BACrBO,EAAgBP,EAAa,mBAAmB,IAAS/U,EAAK6B,KAAKwT,EAAOD,GAE1EG,EAAQR,EAAa,qCAAqC,GAC1DS,EAAkBT,EAAa,2BAA2B,GAC1DU,EAAOV,EAAa,cAExB,GAAIS,EACH,IACCA,EAAgB,GAAI,IAAK,CAAE/W,MAAO,IACjC,MAAOsD,GAERyT,EAAkB,KAIpBzX,EAAOC,QAAU,SAAkB0X,GAClC,IAAIC,EAAOL,EAActV,EAAMqV,EAAOpW,WACtC,GAAIsW,GAASC,EAAiB,CAC7B,IAAII,EAAOL,EAAMI,EAAM,UACnBC,EAAK/Q,cAER2Q,EACCG,EACA,SACA,CAAElX,MAAO,EAAIgX,EAAK,EAAGC,EAAiBxW,QAAUD,UAAUC,OAAS,MAItE,OAAOyW,GAGR,IAAIE,EAAY,WACf,OAAOP,EAActV,EAAMoV,EAAQnW,YAGhCuW,EACHA,EAAgBzX,EAAOC,QAAS,QAAS,CAAES,MAAOoX,IAElD9X,EAAOC,QAAQsB,MAAQuW,kBC5CxB,IAAI3J,EAAO,EAAQ,MACfpO,EAAS,EAAQ,MACrB,SAASgY,IAAQ,OAAO,IAAIrP,MAAO4K,UAEnC,IACItR,EADAyE,EAAQpF,MAAM9C,UAAUkI,MAExBuR,EAAQ,GAGRhW,OADkB,IAAX,EAAAiW,GAA0B,EAAAA,EAAOjW,QAC9B,EAAAiW,EAAOjW,QACQ,oBAAXkW,QAA0BA,OAAOlW,QACrCkW,OAAOlW,QAEP,GAed,IAZA,IAAImW,EAAY,CACZ,CAuBJ,aAvBU,OACN,CAwBJ,WACInW,EAAQ8J,IAAIvK,MAAMS,EAASd,YAzBpB,QACP,CA2BJ,WACIc,EAAQ8J,IAAIvK,MAAMS,EAASd,YA5BpB,QACP,CA8BJ,WACIc,EAAQH,KAAKN,MAAMS,EAASd,YA/BpB,SACR,CAiCJ,SAAckX,GACVJ,EAAMI,GAASL,KAlCR,QACP,CAoCJ,SAAiBK,GACb,IAAIC,EAAOL,EAAMI,GACjB,IAAKC,EACD,MAAM,IAAI/X,MAAM,kBAAoB8X,UAGjCJ,EAAMI,GACb,IAAIE,EAAWP,IAAQM,EACvBrW,EAAQ8J,IAAIsM,EAAQ,KAAOE,EAAW,OA5C5B,WACV,CA8CJ,WACI,IAAI1X,EAAM,IAAIN,MACdM,EAAI6C,KAAO,QACX7C,EAAIP,QAAU8N,EAAKoK,OAAOhX,MAAM,KAAML,WACtCc,EAAQ0C,MAAM9D,EAAIqF,QAlDV,SACR,CAoDJ,SAAauS,GACTxW,EAAQ8J,IAAIqC,EAAKjP,QAAQsZ,GAAU,OArD7B,OACN,CAuDJ,SAAuBC,GACnB,IAAKA,EAAY,CACb,IAAI7I,EAAMnJ,EAAM3C,KAAK5C,UAAW,GAChCnB,EAAOG,IAAG,EAAOiO,EAAKoK,OAAOhX,MAAM,KAAMqO,MA1D7B,WAGXtJ,EAAI,EAAGA,EAAI6R,EAAUhX,OAAQmF,IAAK,CACvC,IAAIoS,EAAQP,EAAU7R,GAClB4K,EAAIwH,EAAM,GACVjV,EAAOiV,EAAM,GAEZ1W,EAAQyB,KACTzB,EAAQyB,GAAQyN,GAIxBlR,EAAOC,QAAU+B,+BCrCjB,IAAIY,EAAO,EAAQ,MACf+V,EAA+B,mBAAXva,QAAkD,iBAAlBA,OAAO,OAE3Dwa,EAAQrZ,OAAOhB,UAAUqJ,SACzBpG,EAASH,MAAM9C,UAAUiD,OACzBqX,EAAqBtZ,OAAOqH,eAmB5BkS,EAAsBD,GAbY,WACrC,IAAI1a,EAAM,GACV,IAGC,IAAK,IAAI4a,KAFTF,EAAmB1a,EAAK,IAAK,CAAE0I,YAAY,EAAOnG,MAAOvC,IAE3CA,EACb,OAAO,EAER,OAAOA,EAAIsU,IAAMtU,EAChB,MAAO6F,GACR,OAAO,GAGuCgV,GAE5CpS,EAAiB,SAAU4R,EAAQ/U,EAAM/C,EAAOuY,GAnBnC,IAAUzY,KAoBtBiD,KAAQ+U,IAnBS,mBADKhY,EAoBSyY,IAnBmB,sBAAnBL,EAAM9U,KAAKtD,IAmBIyY,OAG9CH,EACHD,EAAmBL,EAAQ/U,EAAM,CAChCqD,cAAc,EACdD,YAAY,EACZnG,MAAOA,EACPqG,UAAU,IAGXyR,EAAO/U,GAAQ/C,IAIbwY,EAAmB,SAAUV,EAAQxJ,GACxC,IAAImK,EAAajY,UAAUC,OAAS,EAAID,UAAU,GAAK,GACnDgG,EAAQtE,EAAKoM,GACb2J,IACHzR,EAAQ1F,EAAOsC,KAAKoD,EAAO3H,OAAOuO,sBAAsBkB,KAEzD,IAAK,IAAI1I,EAAI,EAAGA,EAAIY,EAAM/F,OAAQmF,GAAK,EACtCM,EAAe4R,EAAQtR,EAAMZ,GAAI0I,EAAI9H,EAAMZ,IAAK6S,EAAWjS,EAAMZ,MAInE4S,EAAiBJ,sBAAwBA,EAEzC9Y,EAAOC,QAAUiZ,yBClDjB,SAAS1Z,EAAOyH,EAAQmS,GACtB,GAAInS,MAAAA,EACF,MAAM,IAAIhE,UAAU,2CAItB,IADA,IAAIoW,EAAK9Z,OAAO0H,GACPX,EAAI,EAAGA,EAAIpF,UAAUC,OAAQmF,IAAK,CACzC,IAAIgT,EAAapY,UAAUoF,GAC3B,GAAIgT,MAAAA,EAKJ,IADA,IAAIC,EAAYha,OAAOqD,KAAKrD,OAAO+Z,IAC1BE,EAAY,EAAGzK,EAAMwK,EAAUpY,OAAQqY,EAAYzK,EAAKyK,IAAa,CAC5E,IAAIC,EAAUF,EAAUC,GACpB3B,EAAOtY,OAAO0O,yBAAyBqL,EAAYG,QAC1C7X,IAATiW,GAAsBA,EAAKhR,aAC7BwS,EAAGI,GAAWH,EAAWG,KAI/B,OAAOJ,EAcTrZ,EAAOC,QAAU,CACfT,OAAQA,EACRka,SAbF,WACOna,OAAOC,QACVD,OAAOqH,eAAerH,OAAQ,SAAU,CACtCsH,YAAY,EACZC,cAAc,EACdC,UAAU,EACVrG,MAAOlB,6BCtBb,IAAIma,EAAkB,UAOtB3Z,EAAOC,QAUP,SAAoB2Z,GAClB,IAOIC,EAPA3Q,EAAM,GAAK0Q,EACXE,EAAQH,EAAgBI,KAAK7Q,GAEjC,IAAK4Q,EACH,OAAO5Q,EAIT,IAAI8Q,EAAO,GACPC,EAAQ,EACRC,EAAY,EAEhB,IAAKD,EAAQH,EAAMG,MAAOA,EAAQ/Q,EAAI/H,OAAQ8Y,IAAS,CACrD,OAAQ/Q,EAAImJ,WAAW4H,IACrB,KAAK,GACHJ,EAAS,SACT,MACF,KAAK,GACHA,EAAS,QACT,MACF,KAAK,GACHA,EAAS,QACT,MACF,KAAK,GACHA,EAAS,OACT,MACF,KAAK,GACHA,EAAS,OACT,MACF,QACE,SAGAK,IAAcD,IAChBD,GAAQ9Q,EAAIG,UAAU6Q,EAAWD,IAGnCC,EAAYD,EAAQ,EACpBD,GAAQH,EAGV,OAAOK,IAAcD,EACjBD,EAAO9Q,EAAIG,UAAU6Q,EAAWD,GAChCD,aC3EN,IAAIG,EAAS5a,OAAOhB,UAAU4S,eAC1BvJ,EAAWrI,OAAOhB,UAAUqJ,SAEhC5H,EAAOC,QAAU,SAAkB9B,EAAKqC,EAAIoN,GACxC,GAA0B,sBAAtBhG,EAAS9D,KAAKtD,GACd,MAAM,IAAIyC,UAAU,+BAExB,IAAImX,EAAIjc,EAAIgD,OACZ,GAAIiZ,KAAOA,EACP,IAAK,IAAI9T,EAAI,EAAGA,EAAI8T,EAAG9T,IACnB9F,EAAGsD,KAAK8J,EAAKzP,EAAImI,GAAIA,EAAGnI,QAG5B,IAAK,IAAIoW,KAAKpW,EACNgc,EAAOrW,KAAK3F,EAAKoW,IACjB/T,EAAGsD,KAAK8J,EAAKzP,EAAIoW,GAAIA,EAAGpW,2BCZxC,IAAIkc,EAAgB,kDAChB5T,EAAQpF,MAAM9C,UAAUkI,MACxBmS,EAAQrZ,OAAOhB,UAAUqJ,SACzB0S,EAAW,oBAEfta,EAAOC,QAAU,SAAcsa,GAC3B,IAAItT,EAASnE,KACb,GAAsB,mBAAXmE,GAAyB2R,EAAM9U,KAAKmD,KAAYqT,EACvD,MAAM,IAAIrX,UAAUoX,EAAgBpT,GAyBxC,IAvBA,IAEIuT,EAFApZ,EAAOqF,EAAM3C,KAAK5C,UAAW,GAG7BuZ,EAAS,WACT,GAAI3X,gBAAgB0X,EAAO,CACvB,IAAIjV,EAAS0B,EAAO1F,MAChBuB,KACA1B,EAAKI,OAAOiF,EAAM3C,KAAK5C,aAE3B,OAAI3B,OAAOgG,KAAYA,EACZA,EAEJzC,KAEP,OAAOmE,EAAO1F,MACVgZ,EACAnZ,EAAKI,OAAOiF,EAAM3C,KAAK5C,cAK/BwZ,EAAc/O,KAAKO,IAAI,EAAGjF,EAAO9F,OAASC,EAAKD,QAC/CwZ,EAAY,GACPrU,EAAI,EAAGA,EAAIoU,EAAapU,IAC7BqU,EAAU/W,KAAK,IAAM0C,GAKzB,GAFAkU,EAAQ7S,SAAS,SAAU,oBAAsBgT,EAAUjU,KAAK,KAAO,4CAA/DiB,CAA4G8S,GAEhHxT,EAAO1I,UAAW,CAClB,IAAIqc,EAAQ,aACZA,EAAMrc,UAAY0I,EAAO1I,UACzBic,EAAMjc,UAAY,IAAIqc,EACtBA,EAAMrc,UAAY,KAGtB,OAAOic,gCChDX,IAAIK,EAAiB,EAAQ,MAE7B7a,EAAOC,QAAU0H,SAASpJ,UAAU0D,MAAQ4Y,8BCF5C,IAAIjZ,EAEAkZ,EAAeC,YACfC,EAAYrT,SACZsT,EAAahY,UAGbiY,EAAwB,SAAUC,GACrC,IACC,OAAOH,EAAU,yBAA2BG,EAAmB,iBAAxDH,GACN,MAAOhX,MAGNwT,EAAQjY,OAAO0O,yBACnB,GAAIuJ,EACH,IACCA,EAAM,GAAI,IACT,MAAOxT,GACRwT,EAAQ,KAIV,IAAI4D,EAAiB,WACpB,MAAM,IAAIH,GAEPI,EAAiB7D,EACjB,WACF,IAGC,OAAO4D,EACN,MAAOE,GACR,IAEC,OAAO9D,EAAMtW,UAAW,UAAU4G,IACjC,MAAOyT,GACR,OAAOH,IAVR,GAcAA,EAECzC,EAAa,EAAQ,KAAR,GAEb6C,EAAWjc,OAAOyJ,gBAAkB,SAAUyJ,GAAK,OAAOA,EAAE1J,WAE5D0S,EAAY,GAEZC,EAAmC,oBAAfjI,WAA6B7R,EAAY4Z,EAAS/H,YAEtEkI,EAAa,CAChB,mBAA8C,oBAAnBC,eAAiCha,EAAYga,eACxE,UAAWva,MACX,gBAAwC,oBAAhBwa,YAA8Bja,EAAYia,YAClE,2BAA4BlD,EAAa6C,EAAS,GAAGpd,OAAOC,aAAeuD,EAC3E,mCAAoCA,EACpC,kBAAmB6Z,EACnB,mBAAoBA,EACpB,2BAA4BA,EAC5B,2BAA4BA,EAC5B,YAAgC,oBAAZK,QAA0Bla,EAAYka,QAC1D,WAA8B,oBAAX1H,OAAyBxS,EAAYwS,OACxD,YAAaD,QACb,aAAkC,oBAAb4H,SAA2Bna,EAAYma,SAC5D,SAAUrT,KACV,cAAesT,UACf,uBAAwBC,mBACxB,cAAeC,UACf,uBAAwBC,mBACxB,UAAW7b,MACX,SAAU8b,KACV,cAAeC,UACf,iBAA0C,oBAAjBC,aAA+B1a,EAAY0a,aACpE,iBAA0C,oBAAjBC,aAA+B3a,EAAY2a,aACpE,yBAA0D,oBAAzBC,qBAAuC5a,EAAY4a,qBACpF,aAAcxB,EACd,sBAAuBS,EACvB,cAAoC,oBAAdgB,UAA4B7a,EAAY6a,UAC9D,eAAsC,oBAAfC,WAA6B9a,EAAY8a,WAChE,eAAsC,oBAAfC,WAA6B/a,EAAY+a,WAChE,aAAcC,SACd,UAAW5L,MACX,sBAAuB2H,EAAa6C,EAASA,EAAS,GAAGpd,OAAOC,cAAgBuD,EAChF,SAA0B,iBAATib,KAAoBA,KAAOjb,EAC5C,QAAwB,oBAARjC,IAAsBiC,EAAYjC,IAClD,yBAAyC,oBAARA,KAAwBgZ,EAAyB6C,GAAS,IAAI7b,KAAMvB,OAAOC,aAAtCuD,EACtE,SAAU+J,KACV,WAAYoF,OACZ,WAAYxR,OACZ,eAAgBud,WAChB,aAAcC,SACd,YAAgC,oBAAZzY,QAA0B1C,EAAY0C,QAC1D,UAA4B,oBAAVmE,MAAwB7G,EAAY6G,MACtD,eAAgBgH,WAChB,mBAAoBlI,eACpB,YAAgC,oBAAZe,QAA0B1G,EAAY0G,QAC1D,WAAYiL,OACZ,QAAwB,oBAAR4C,IAAsBvU,EAAYuU,IAClD,yBAAyC,oBAARA,KAAwBwC,EAAyB6C,GAAS,IAAIrF,KAAM/X,OAAOC,aAAtCuD,EACtE,sBAAoD,oBAAtBob,kBAAoCpb,EAAYob,kBAC9E,WAAYlQ,OACZ,4BAA6B6L,EAAa6C,EAAS,GAAGpd,OAAOC,aAAeuD,EAC5E,WAAY+W,EAAava,OAASwD,EAClC,gBAAiBkZ,EACjB,mBAAoBO,EACpB,eAAgBK,EAChB,cAAeT,EACf,eAAsC,oBAAfxH,WAA6B7R,EAAY6R,WAChE,sBAAoD,oBAAtBwJ,kBAAoCrb,EAAYqb,kBAC9E,gBAAwC,oBAAhBC,YAA8Btb,EAAYsb,YAClE,gBAAwC,oBAAhBC,YAA8Bvb,EAAYub,YAClE,aAAcC,SACd,YAAgC,oBAAZC,QAA0Bzb,EAAYyb,QAC1D,YAAgC,oBAAZC,QAA0B1b,EAAY0b,QAC1D,YAAgC,oBAAZC,QAA0B3b,EAAY2b,SAGvDC,EAAS,SAASA,EAAO/Z,GAC5B,IAAI/C,EACJ,GAAa,oBAAT+C,EACH/C,EAAQwa,EAAsB,6BACxB,GAAa,wBAATzX,EACV/C,EAAQwa,EAAsB,wBACxB,GAAa,6BAATzX,EACV/C,EAAQwa,EAAsB,8BACxB,GAAa,qBAATzX,EAA6B,CACvC,IAAIjD,EAAKgd,EAAO,4BACZhd,IACHE,EAAQF,EAAGjC,gBAEN,GAAa,6BAATkF,EAAqC,CAC/C,IAAIga,EAAMD,EAAO,oBACbC,IACH/c,EAAQ8a,EAASiC,EAAIlf,YAMvB,OAFAod,EAAWlY,GAAQ/C,EAEZA,GAGJgd,EAAiB,CACpB,yBAA0B,CAAC,cAAe,aAC1C,mBAAoB,CAAC,QAAS,aAC9B,uBAAwB,CAAC,QAAS,YAAa,WAC/C,uBAAwB,CAAC,QAAS,YAAa,WAC/C,oBAAqB,CAAC,QAAS,YAAa,QAC5C,sBAAuB,CAAC,QAAS,YAAa,UAC9C,2BAA4B,CAAC,gBAAiB,aAC9C,mBAAoB,CAAC,yBAA0B,aAC/C,4BAA6B,CAAC,yBAA0B,YAAa,aACrE,qBAAsB,CAAC,UAAW,aAClC,sBAAuB,CAAC,WAAY,aACpC,kBAAmB,CAAC,OAAQ,aAC5B,mBAAoB,CAAC,QAAS,aAC9B,uBAAwB,CAAC,YAAa,aACtC,0BAA2B,CAAC,eAAgB,aAC5C,0BAA2B,CAAC,eAAgB,aAC5C,sBAAuB,CAAC,WAAY,aACpC,cAAe,CAAC,oBAAqB,aACrC,uBAAwB,CAAC,oBAAqB,YAAa,aAC3D,uBAAwB,CAAC,YAAa,aACtC,wBAAyB,CAAC,aAAc,aACxC,wBAAyB,CAAC,aAAc,aACxC,cAAe,CAAC,OAAQ,SACxB,kBAAmB,CAAC,OAAQ,aAC5B,iBAAkB,CAAC,MAAO,aAC1B,oBAAqB,CAAC,SAAU,aAChC,oBAAqB,CAAC,SAAU,aAChC,sBAAuB,CAAC,SAAU,YAAa,YAC/C,qBAAsB,CAAC,SAAU,YAAa,WAC9C,qBAAsB,CAAC,UAAW,aAClC,sBAAuB,CAAC,UAAW,YAAa,QAChD,gBAAiB,CAAC,UAAW,OAC7B,mBAAoB,CAAC,UAAW,UAChC,oBAAqB,CAAC,UAAW,WACjC,wBAAyB,CAAC,aAAc,aACxC,4BAA6B,CAAC,iBAAkB,aAChD,oBAAqB,CAAC,SAAU,aAChC,iBAAkB,CAAC,MAAO,aAC1B,+BAAgC,CAAC,oBAAqB,aACtD,oBAAqB,CAAC,SAAU,aAChC,oBAAqB,CAAC,SAAU,aAChC,yBAA0B,CAAC,cAAe,aAC1C,wBAAyB,CAAC,aAAc,aACxC,uBAAwB,CAAC,YAAa,aACtC,wBAAyB,CAAC,aAAc,aACxC,+BAAgC,CAAC,oBAAqB,aACtD,yBAA0B,CAAC,cAAe,aAC1C,yBAA0B,CAAC,cAAe,aAC1C,sBAAuB,CAAC,WAAY,aACpC,qBAAsB,CAAC,UAAW,aAClC,qBAAsB,CAAC,UAAW,cAG/Bzb,EAAO,EAAQ,MACfkY,EAAS,EAAQ,MACjBwD,EAAU1b,EAAK6B,KAAK6D,SAAS7D,KAAMzC,MAAM9C,UAAUiD,QACnDoc,EAAe3b,EAAK6B,KAAK6D,SAASpG,MAAOF,MAAM9C,UAAUsf,QACzDC,EAAW7b,EAAK6B,KAAK6D,SAAS7D,KAAMgJ,OAAOvO,UAAU4Q,SACrD4O,EAAY9b,EAAK6B,KAAK6D,SAAS7D,KAAMgJ,OAAOvO,UAAUkI,OAGtDuX,EAAa,qGACbC,EAAe,WACfC,EAAe,SAAsBtE,GACxC,IAAIuE,EAAQJ,EAAUnE,EAAQ,EAAG,GAC7BwE,EAAOL,EAAUnE,GAAS,GAC9B,GAAc,MAAVuE,GAA0B,MAATC,EACpB,MAAM,IAAItD,EAAa,kDACjB,GAAa,MAATsD,GAA0B,MAAVD,EAC1B,MAAM,IAAIrD,EAAa,kDAExB,IAAIvV,EAAS,GAIb,OAHAuY,EAASlE,EAAQoE,GAAY,SAAUlE,EAAOuE,EAAQC,EAAOC,GAC5DhZ,EAAOA,EAAOpE,QAAUmd,EAAQR,EAASS,EAAWN,EAAc,MAAQI,GAAUvE,KAE9EvU,GAIJiZ,EAAmB,SAA0B/a,EAAM0T,GACtD,IACIsH,EADAC,EAAgBjb,EAOpB,GALI0W,EAAOuD,EAAgBgB,KAE1BA,EAAgB,KADhBD,EAAQf,EAAegB,IACK,GAAK,KAG9BvE,EAAOwB,EAAY+C,GAAgB,CACtC,IAAIhe,EAAQib,EAAW+C,GAIvB,GAHIhe,IAAU+a,IACb/a,EAAQ8c,EAAOkB,SAEK,IAAVhe,IAA0ByW,EACpC,MAAM,IAAI8D,EAAW,aAAexX,EAAO,wDAG5C,MAAO,CACNgb,MAAOA,EACPhb,KAAMib,EACNhe,MAAOA,GAIT,MAAM,IAAIoa,EAAa,aAAerX,EAAO,qBAG9CzD,EAAOC,QAAU,SAAsBwD,EAAM0T,GAC5C,GAAoB,iBAAT1T,GAAqC,IAAhBA,EAAKtC,OACpC,MAAM,IAAI8Z,EAAW,6CAEtB,GAAI/Z,UAAUC,OAAS,GAA6B,kBAAjBgW,EAClC,MAAM,IAAI8D,EAAW,6CAGtB,IAAI0D,EAAQT,EAAaza,GACrBmb,EAAoBD,EAAMxd,OAAS,EAAIwd,EAAM,GAAK,GAElDvH,EAAYoH,EAAiB,IAAMI,EAAoB,IAAKzH,GAC5D0H,EAAoBzH,EAAU3T,KAC9B/C,EAAQ0W,EAAU1W,MAClBoe,GAAqB,EAErBL,EAAQrH,EAAUqH,MAClBA,IACHG,EAAoBH,EAAM,GAC1Bb,EAAae,EAAOhB,EAAQ,CAAC,EAAG,GAAIc,KAGrC,IAAK,IAAInY,EAAI,EAAGyY,GAAQ,EAAMzY,EAAIqY,EAAMxd,OAAQmF,GAAK,EAAG,CACvD,IAAI0Y,EAAOL,EAAMrY,GACb6X,EAAQJ,EAAUiB,EAAM,EAAG,GAC3BZ,EAAOL,EAAUiB,GAAO,GAC5B,IAEa,MAAVb,GAA2B,MAAVA,GAA2B,MAAVA,GACtB,MAATC,GAAyB,MAATA,GAAyB,MAATA,IAElCD,IAAUC,EAEb,MAAM,IAAItD,EAAa,wDASxB,GAPa,gBAATkE,GAA2BD,IAC9BD,GAAqB,GAMlB3E,EAAOwB,EAFXkD,EAAoB,KADpBD,GAAqB,IAAMI,GACmB,KAG7Cte,EAAQib,EAAWkD,QACb,GAAa,MAATne,EAAe,CACzB,KAAMse,KAAQte,GAAQ,CACrB,IAAKyW,EACJ,MAAM,IAAI8D,EAAW,sBAAwBxX,EAAO,+CAErD,OAED,GAAI+T,GAAUlR,EAAI,GAAMqY,EAAMxd,OAAQ,CACrC,IAAI0W,EAAOL,EAAM9W,EAAOse,GAWvBte,GAVDqe,IAAUlH,IASG,QAASA,KAAU,kBAAmBA,EAAK/P,KAC/C+P,EAAK/P,IAELpH,EAAMse,QAGfD,EAAQ5E,EAAOzZ,EAAOse,GACtBte,EAAQA,EAAMse,GAGXD,IAAUD,IACbnD,EAAWkD,GAAqBne,IAInC,OAAOA,gCCtUR,IAAIue,EAA+B,oBAAX7gB,QAA0BA,OAC9C8gB,EAAgB,EAAQ,MAE5Blf,EAAOC,QAAU,WAChB,MAA0B,mBAAfgf,IACW,mBAAX7gB,SACsB,iBAAtB6gB,EAAW,SACO,iBAAlB7gB,OAAO,QAEX8gB,+BCRRlf,EAAOC,QAAU,WAChB,GAAsB,mBAAX7B,QAAiE,mBAAjCmB,OAAOuO,sBAAwC,OAAO,EACjG,GAA+B,iBAApB1P,OAAOC,SAAyB,OAAO,EAElD,IAAIF,EAAM,GACN6P,EAAM5P,OAAO,QACb+gB,EAAS5f,OAAOyO,GACpB,GAAmB,iBAARA,EAAoB,OAAO,EAEtC,GAA4C,oBAAxCzO,OAAOhB,UAAUqJ,SAAS9D,KAAKkK,GAA8B,OAAO,EACxE,GAA+C,oBAA3CzO,OAAOhB,UAAUqJ,SAAS9D,KAAKqb,GAAiC,OAAO,EAY3E,IAAKnR,KADL7P,EAAI6P,GADS,GAED7P,EAAO,OAAO,EAC1B,GAA2B,mBAAhBoB,OAAOqD,MAAmD,IAA5BrD,OAAOqD,KAAKzE,GAAKgD,OAAgB,OAAO,EAEjF,GAA0C,mBAA/B5B,OAAO6f,qBAAiF,IAA3C7f,OAAO6f,oBAAoBjhB,GAAKgD,OAAgB,OAAO,EAE/G,IAAIke,EAAO9f,OAAOuO,sBAAsB3P,GACxC,GAAoB,IAAhBkhB,EAAKle,QAAgBke,EAAK,KAAOrR,EAAO,OAAO,EAEnD,IAAKzO,OAAOhB,UAAU6S,qBAAqBtN,KAAK3F,EAAK6P,GAAQ,OAAO,EAEpE,GAA+C,mBAApCzO,OAAO0O,yBAAyC,CAC1D,IAAI9G,EAAa5H,OAAO0O,yBAAyB9P,EAAK6P,GACtD,GAdY,KAcR7G,EAAWzG,QAA8C,IAA1ByG,EAAWN,WAAuB,OAAO,EAG7E,OAAO,gCCtCR,IAAI8R,EAAa,EAAQ,MAEzB3Y,EAAOC,QAAU,WAChB,OAAO0Y,OAAkBva,OAAOkhB,0CCHjC,IAAIrd,EAAO,EAAQ,MAEnBjC,EAAOC,QAAUgC,EAAK6B,KAAK6D,SAAS7D,KAAMvE,OAAOhB,UAAU4S,0BCJ9B,mBAAlB5R,OAAO4I,OAEhBnI,EAAOC,QAAU,SAAkBsf,EAAMC,GACnCA,IACFD,EAAKE,OAASD,EACdD,EAAKhhB,UAAYgB,OAAO4I,OAAOqX,EAAUjhB,UAAW,CAClDD,YAAa,CACXoC,MAAO6e,EACP1Y,YAAY,EACZE,UAAU,EACVD,cAAc,OAOtB9G,EAAOC,QAAU,SAAkBsf,EAAMC,GACvC,GAAIA,EAAW,CACbD,EAAKE,OAASD,EACd,IAAIE,EAAW,aACfA,EAASnhB,UAAYihB,EAAUjhB,UAC/BghB,EAAKhhB,UAAY,IAAImhB,EACrBH,EAAKhhB,UAAUD,YAAcihB,iCCrBnC,IAAII,EAAiB,EAAQ,KAAR,GAGjBC,EAFY,EAAQ,KAERC,CAAU,6BAEtBC,EAAsB,SAAqBpf,GAC9C,QAAIif,GAAkBjf,GAA0B,iBAAVA,GAAsBtC,OAAOkhB,eAAe5e,IAGtD,uBAArBkf,EAAUlf,IAGdqf,EAAoB,SAAqBrf,GAC5C,QAAIof,EAAoBpf,IAGP,OAAVA,GACW,iBAAVA,GACiB,iBAAjBA,EAAMS,QACbT,EAAMS,QAAU,GACK,mBAArBye,EAAUlf,IACkB,sBAA5Bkf,EAAUlf,EAAMsf,SAGdC,EAA6B,WAChC,OAAOH,EAAoB5e,WADI,GAIhC4e,EAAoBC,kBAAoBA,EAExC/f,EAAOC,QAAUggB,EAA4BH,EAAsBC,+BC9BnE,IAcIG,EAdAtH,EAAQrZ,OAAOhB,UAAUqJ,SACzBuY,EAAUxY,SAASpJ,UAAUqJ,SAC7BwY,EAAY,sBACZT,EAAiB,EAAQ,KAAR,GACjBnE,EAAWjc,OAAOyJ,eAYtBhJ,EAAOC,QAAU,SAA6BO,GAC7C,GAAkB,mBAAPA,EACV,OAAO,EAER,GAAI4f,EAAU/c,KAAK8c,EAAQrc,KAAKtD,IAC/B,OAAO,EAER,IAAKmf,EAEJ,MAAe,+BADL/G,EAAM9U,KAAKtD,GAGtB,IAAKgb,EACJ,OAAO,EAER,QAAiC,IAAtB0E,EAAmC,CAC7C,IAAIG,EA1BiB,WACtB,IAAKV,EACJ,OAAO,EAER,IACC,OAAOhY,SAAS,wBAATA,GACN,MAAO3D,KAoBYsc,GACpBJ,IAAoBG,GAAgB7E,EAAS6E,GAE9C,OAAO7E,EAAShb,KAAQ0f,0BChCzBlgB,EAAOC,QAAU,SAAeS,GAC/B,OAAOA,GAAUA,+BCHlB,IAAIuW,EAAW,EAAQ,MACnBsJ,EAAS,EAAQ,MAEjB1F,EAAiB,EAAQ,MACzB2F,EAAc,EAAQ,MACtBC,EAAO,EAAQ,MAEf/G,EAAWzC,EAASuJ,IAAezP,QAIvCwP,EAAO7G,EAAU,CAChB8G,YAAaA,EACb3F,eAAgBA,EAChB4F,KAAMA,IAGPzgB,EAAOC,QAAUyZ,+BCjBjB,IAAImB,EAAiB,EAAQ,MAE7B7a,EAAOC,QAAU,WAChB,OAAI8Q,OAAOC,OAASD,OAAOC,MAAM0P,OAAS3P,OAAOC,MAAM,KAC/CD,OAAOC,MAER6J,gCCNR,IAAI0F,EAAS,EAAQ,MACjBC,EAAc,EAAQ,MAI1BxgB,EAAOC,QAAU,WAChB,IAAIyZ,EAAW8G,IAMf,OALAD,EAAOxP,OAAQ,CAAEC,MAAO0I,GAAY,CACnC1I,MAAO,WACN,OAAOD,OAAOC,QAAU0I,KAGnBA,gCCZR,IAAIvW,EAAU,EAAQ,MAClBwd,EAAuB,EAAQ,MAC/Bd,EAAY,EAAQ,MAEpBD,EAAYC,EAAU,6BACtBF,EAAiB,EAAQ,KAAR,GAEjBiB,EAAcD,IAEdzJ,EAAW2I,EAAU,2BAA2B,IAAS,SAAiBlP,EAAOjQ,GACpF,IAAK,IAAI4F,EAAI,EAAGA,EAAIqK,EAAMxP,OAAQmF,GAAK,EACtC,GAAIqK,EAAMrK,KAAO5F,EAChB,OAAO4F,EAGT,OAAQ,GAELua,EAAShB,EAAU,0BACnBiB,EAAY,GACZC,EAAO,EAAQ,KACf/X,EAAiBzJ,OAAOyJ,eACxB2W,GAAkBoB,GAAQ/X,GAC7B7F,EAAQyd,GAAa,SAAUI,GAC9B,IAAIpR,EAAM,IAAI,EAAAqI,EAAO+I,GACrB,KAAM5iB,OAAOkhB,eAAe1P,GAC3B,MAAM,IAAIyM,UAAU,uDAAyD2E,EAAa,oDAE3F,IAAIC,EAAQjY,EAAe4G,GACvBzI,EAAa4Z,EAAKE,EAAO7iB,OAAOkhB,aACpC,IAAKnY,EAAY,CAChB,IAAI+Z,EAAalY,EAAeiY,GAChC9Z,EAAa4Z,EAAKG,EAAY9iB,OAAOkhB,aAEtCwB,EAAUE,GAAc7Z,EAAWW,OAgBrC9H,EAAOC,QAAU,SAAsBS,GACtC,IAAKA,GAA0B,iBAAVA,EAAsB,OAAO,EAClD,IAAKif,EAAgB,CACpB,IAAIwB,EAAMN,EAAOjB,EAAUlf,GAAQ,GAAI,GACvC,OAAOwW,EAAS0J,EAAaO,IAAQ,EAEtC,QAAKJ,GAlBe,SAA2BrgB,GAC/C,IAAI0gB,GAAU,EAQd,OAPAje,EAAQ2d,GAAW,SAAUO,EAAQL,GACpC,IAAKI,EACJ,IACCA,EAAUC,EAAOvd,KAAKpD,KAAWsgB,EAChC,MAAOhd,QAGJod,EAUAE,CAAe5gB,2BCxDvB,IAAIoQ,EAAc,SAAUpQ,GAC3B,OAAOA,GAAUA,GAGlBV,EAAOC,QAAU,SAAYsD,EAAGC,GAC/B,OAAU,IAAND,GAAiB,IAANC,EACP,EAAID,GAAM,EAAIC,EAElBD,IAAMC,MAGNsN,EAAYvN,KAAMuN,EAAYtN,iCCXnC,IAAI+c,EAAS,EAAQ,MACjBtJ,EAAW,EAAQ,MAEnB4D,EAAiB,EAAQ,MACzB2F,EAAc,EAAQ,MACtBC,EAAO,EAAQ,MAEf/G,EAAWzC,EAASuJ,IAAejhB,QAEvCghB,EAAO7G,EAAU,CAChB8G,YAAaA,EACb3F,eAAgBA,EAChB4F,KAAMA,IAGPzgB,EAAOC,QAAUyZ,+BCfjB,IAAImB,EAAiB,EAAQ,MAE7B7a,EAAOC,QAAU,WAChB,MAA4B,mBAAdV,OAAOG,GAAoBH,OAAOG,GAAKmb,gCCHtD,IAAI2F,EAAc,EAAQ,MACtBD,EAAS,EAAQ,MAErBvgB,EAAOC,QAAU,WAChB,IAAIyZ,EAAW8G,IAMf,OALAD,EAAOhhB,OAAQ,CAAEG,GAAIga,GAAY,CAChCha,GAAI,WACH,OAAOH,OAAOG,KAAOga,KAGhBA,gCCVR,IAAI6H,EACJ,IAAKhiB,OAAOqD,KAAM,CAEjB,IAAIiF,EAAMtI,OAAOhB,UAAU4S,eACvByH,EAAQrZ,OAAOhB,UAAUqJ,SACzB4Z,EAAS,EAAQ,MACjBC,EAAeliB,OAAOhB,UAAU6S,qBAChCsQ,GAAkBD,EAAa3d,KAAK,CAAE8D,SAAU,MAAQ,YACxD+Z,EAAkBF,EAAa3d,MAAK,cAAgB,aACpD8d,EAAY,CACf,WACA,iBACA,UACA,iBACA,gBACA,uBACA,eAEGC,EAA6B,SAAUjZ,GAC1C,IAAI2W,EAAO3W,EAAEtK,YACb,OAAOihB,GAAQA,EAAKhhB,YAAcqK,GAE/BkZ,EAAe,CAClBC,mBAAmB,EACnBC,UAAU,EACVC,WAAW,EACXC,QAAQ,EACRC,eAAe,EACfC,SAAS,EACTC,cAAc,EACdC,aAAa,EACbC,wBAAwB,EACxBC,uBAAuB,EACvBC,cAAc,EACdC,aAAa,EACbC,cAAc,EACdC,cAAc,EACdC,SAAS,EACTC,aAAa,EACbC,YAAY,EACZC,UAAU,EACVC,UAAU,EACVC,OAAO,EACPC,kBAAkB,EAClBC,oBAAoB,EACpBC,SAAS,GAENC,EAA4B,WAE/B,GAAsB,oBAAXpL,OAA0B,OAAO,EAC5C,IAAK,IAAI3D,KAAK2D,OACb,IACC,IAAK4J,EAAa,IAAMvN,IAAM1M,EAAI/D,KAAKoU,OAAQ3D,IAAoB,OAAd2D,OAAO3D,IAAoC,iBAAd2D,OAAO3D,GACxF,IACCsN,EAA2B3J,OAAO3D,IACjC,MAAOvQ,GACR,OAAO,GAGR,MAAOA,GACR,OAAO,EAGT,OAAO,EAhBuB,GA8B/Bud,EAAW,SAAc/I,GACxB,IAAI+K,EAAsB,OAAX/K,GAAqC,iBAAXA,EACrCgL,EAAoC,sBAAvB5K,EAAM9U,KAAK0U,GACxBiL,EAAcjC,EAAOhJ,GACrBkL,EAAWH,GAAmC,oBAAvB3K,EAAM9U,KAAK0U,GAClCmL,EAAU,GAEd,IAAKJ,IAAaC,IAAeC,EAChC,MAAM,IAAIxgB,UAAU,sCAGrB,IAAI2gB,EAAYjC,GAAmB6B,EACnC,GAAIE,GAAYlL,EAAOrX,OAAS,IAAM0G,EAAI/D,KAAK0U,EAAQ,GACtD,IAAK,IAAIlS,EAAI,EAAGA,EAAIkS,EAAOrX,SAAUmF,EACpCqd,EAAQ/f,KAAKkJ,OAAOxG,IAItB,GAAImd,GAAejL,EAAOrX,OAAS,EAClC,IAAK,IAAI0iB,EAAI,EAAGA,EAAIrL,EAAOrX,SAAU0iB,EACpCF,EAAQ/f,KAAKkJ,OAAO+W,SAGrB,IAAK,IAAIpgB,KAAQ+U,EACVoL,GAAsB,cAATngB,IAAyBoE,EAAI/D,KAAK0U,EAAQ/U,IAC5DkgB,EAAQ/f,KAAKkJ,OAAOrJ,IAKvB,GAAIie,EAGH,IAFA,IAAIoC,EA3CqC,SAAUlb,GAEpD,GAAsB,oBAAXsP,SAA2BoL,EACrC,OAAOzB,EAA2BjZ,GAEnC,IACC,OAAOiZ,EAA2BjZ,GACjC,MAAO5E,GACR,OAAO,GAmCe+f,CAAqCvL,GAElDjE,EAAI,EAAGA,EAAIqN,EAAUzgB,SAAUoT,EACjCuP,GAAoC,gBAAjBlC,EAAUrN,KAAyB1M,EAAI/D,KAAK0U,EAAQoJ,EAAUrN,KACtFoP,EAAQ/f,KAAKge,EAAUrN,IAI1B,OAAOoP,GAGT3jB,EAAOC,QAAUshB,+BCvHjB,IAAI9a,EAAQpF,MAAM9C,UAAUkI,MACxB+a,EAAS,EAAQ,MAEjBwC,EAAWzkB,OAAOqD,KAClB2e,EAAWyC,EAAW,SAAcpb,GAAK,OAAOob,EAASpb,IAAQ,EAAQ,MAEzEqb,EAAe1kB,OAAOqD,KAE1B2e,EAASd,KAAO,WACXlhB,OAAOqD,KACoB,WAE7B,IAAIxB,EAAO7B,OAAOqD,KAAK1B,WACvB,OAAOE,GAAQA,EAAKD,SAAWD,UAAUC,OAHb,CAI3B,EAAG,KAEJ5B,OAAOqD,KAAO,SAAc4V,GAC3B,OAAIgJ,EAAOhJ,GACHyL,EAAaxd,EAAM3C,KAAK0U,IAEzByL,EAAazL,KAItBjZ,OAAOqD,KAAO2e,EAEf,OAAOhiB,OAAOqD,MAAQ2e,GAGvBvhB,EAAOC,QAAUshB,yBC7BjB,IAAI3I,EAAQrZ,OAAOhB,UAAUqJ,SAE7B5H,EAAOC,QAAU,SAAqBS,GACrC,IAAIwI,EAAM0P,EAAM9U,KAAKpD,GACjB8gB,EAAiB,uBAARtY,EASb,OARKsY,IACJA,EAAiB,mBAARtY,GACE,OAAVxI,GACiB,iBAAVA,GACiB,iBAAjBA,EAAMS,QACbT,EAAMS,QAAU,GACa,sBAA7ByX,EAAM9U,KAAKpD,EAAMsf,SAEZwB,aCdR,IAOI0C,EACAC,EARAriB,EAAU9B,EAAOC,QAAU,GAU/B,SAASmkB,IACL,MAAM,IAAI9jB,MAAM,mCAEpB,SAAS+jB,IACL,MAAM,IAAI/jB,MAAM,qCAsBpB,SAASgkB,EAAWC,GAChB,GAAIL,IAAqBM,WAErB,OAAOA,WAAWD,EAAK,GAG3B,IAAKL,IAAqBE,IAAqBF,IAAqBM,WAEhE,OADAN,EAAmBM,WACZA,WAAWD,EAAK,GAE3B,IAEI,OAAOL,EAAiBK,EAAK,GAC/B,MAAMvgB,GACJ,IAEI,OAAOkgB,EAAiBpgB,KAAK,KAAMygB,EAAK,GAC1C,MAAMvgB,GAEJ,OAAOkgB,EAAiBpgB,KAAKhB,KAAMyhB,EAAK,MAvCnD,WACG,IAEQL,EADsB,mBAAfM,WACYA,WAEAJ,EAEzB,MAAOpgB,GACLkgB,EAAmBE,EAEvB,IAEQD,EADwB,mBAAjBM,aACcA,aAEAJ,EAE3B,MAAOrgB,GACLmgB,EAAqBE,GAjB7B,GAwEA,IAEIK,EAFAC,EAAQ,GACRC,GAAW,EAEXC,GAAc,EAElB,SAASC,IACAF,GAAaF,IAGlBE,GAAW,EACPF,EAAavjB,OACbwjB,EAAQD,EAAaljB,OAAOmjB,GAE5BE,GAAc,EAEdF,EAAMxjB,QACN4jB,KAIR,SAASA,IACL,IAAIH,EAAJ,CAGA,IAAII,EAAUV,EAAWQ,GACzBF,GAAW,EAGX,IADA,IAAI7V,EAAM4V,EAAMxjB,OACV4N,GAAK,CAGP,IAFA2V,EAAeC,EACfA,EAAQ,KACCE,EAAa9V,GACd2V,GACAA,EAAaG,GAAYI,MAGjCJ,GAAc,EACd9V,EAAM4V,EAAMxjB,OAEhBujB,EAAe,KACfE,GAAW,EAnEf,SAAyBM,GACrB,GAAIf,IAAuBM,aAEvB,OAAOA,aAAaS,GAGxB,IAAKf,IAAuBE,IAAwBF,IAAuBM,aAEvE,OADAN,EAAqBM,aACdA,aAAaS,GAExB,IAEWf,EAAmBe,GAC5B,MAAOlhB,GACL,IAEI,OAAOmgB,EAAmBrgB,KAAK,KAAMohB,GACvC,MAAOlhB,GAGL,OAAOmgB,EAAmBrgB,KAAKhB,KAAMoiB,KAgD7CC,CAAgBH,IAiBpB,SAASI,EAAKb,EAAK5T,GACf7N,KAAKyhB,IAAMA,EACXzhB,KAAK6N,MAAQA,EAYjB,SAAS0U,KA5BTvjB,EAAQwjB,SAAW,SAAUf,GACzB,IAAInjB,EAAO,IAAIC,MAAMH,UAAUC,OAAS,GACxC,GAAID,UAAUC,OAAS,EACnB,IAAK,IAAImF,EAAI,EAAGA,EAAIpF,UAAUC,OAAQmF,IAClClF,EAAKkF,EAAI,GAAKpF,UAAUoF,GAGhCqe,EAAM/gB,KAAK,IAAIwhB,EAAKb,EAAKnjB,IACJ,IAAjBujB,EAAMxjB,QAAiByjB,GACvBN,EAAWS,IASnBK,EAAK7mB,UAAU0mB,IAAM,WACjBniB,KAAKyhB,IAAIhjB,MAAM,KAAMuB,KAAK6N,QAE9B7O,EAAQyjB,MAAQ,UAChBzjB,EAAQ0jB,SAAU,EAClB1jB,EAAQ2jB,IAAM,GACd3jB,EAAQ4jB,KAAO,GACf5jB,EAAQ6jB,QAAU,GAClB7jB,EAAQ8jB,SAAW,GAInB9jB,EAAQ+jB,GAAKR,EACbvjB,EAAQgkB,YAAcT,EACtBvjB,EAAQikB,KAAOV,EACfvjB,EAAQkkB,IAAMX,EACdvjB,EAAQmkB,eAAiBZ,EACzBvjB,EAAQokB,mBAAqBb,EAC7BvjB,EAAQqkB,KAAOd,EACfvjB,EAAQskB,gBAAkBf,EAC1BvjB,EAAQukB,oBAAsBhB,EAE9BvjB,EAAQwkB,UAAY,SAAU7iB,GAAQ,MAAO,IAE7C3B,EAAQykB,QAAU,SAAU9iB,GACxB,MAAM,IAAInD,MAAM,qCAGpBwB,EAAQ0kB,IAAM,WAAc,MAAO,KACnC1kB,EAAQ2kB,MAAQ,SAAUC,GACtB,MAAM,IAAIpmB,MAAM,mCAEpBwB,EAAQ6kB,MAAQ,WAAa,OAAO,YCvLpC3mB,EAAOC,QAAU,SAAkB2mB,GACjC,OAAOA,GAAsB,iBAARA,GACI,mBAAbA,EAAIC,MACS,mBAAbD,EAAIE,MACc,mBAAlBF,EAAIG,wCCClB,IAAIC,EAAoB,EAAQ,MAC5BC,EAAsB,EAAQ,MAC9BC,EAAkB,EAAQ,MAC1BC,EAAe,EAAQ,MAE3B,SAASlW,EAAYC,GACnB,OAAOA,EAAEpN,KAAK7B,KAAKiP,GAGrB,IAAIkW,EAAoC,oBAAXhT,OACzBiT,EAAoC,oBAAXjpB,OAEzBkpB,EAAiBrW,EAAY1R,OAAOhB,UAAUqJ,UAE9C2f,EAActW,EAAYF,OAAOxS,UAAU2V,SAC3CsT,EAAcvW,EAAYnE,OAAOvO,UAAU2V,SAC3CuT,EAAexW,EAAYkD,QAAQ5V,UAAU2V,SAEjD,GAAIkT,EACF,IAAIM,EAAczW,EAAYmD,OAAO7V,UAAU2V,SAGjD,GAAImT,EACF,IAAIM,EAAc1W,EAAY7S,OAAOG,UAAU2V,SAGjD,SAAS0T,EAAoBlnB,EAAOmnB,GAClC,GAAqB,iBAAVnnB,EACT,OAAO,EAET,IAEE,OADAmnB,EAAiBnnB,IACV,EACP,MAAMsD,GACN,OAAO,GA8FX,SAAS8jB,EAAcpnB,GACrB,MAAiC,iBAA1B4mB,EAAe5mB,GAkBxB,SAASqnB,EAAcrnB,GACrB,MAAiC,iBAA1B4mB,EAAe5mB,GAiBxB,SAASsnB,EAAkBtnB,GACzB,MAAiC,qBAA1B4mB,EAAe5mB,GAiBxB,SAASunB,EAAkBvnB,GACzB,MAAiC,qBAA1B4mB,EAAe5mB,GAWxB,SAASwnB,EAAsBxnB,GAC7B,MAAiC,yBAA1B4mB,EAAe5mB,GAMxB,SAASynB,EAAcznB,GACrB,MAA2B,oBAAhBmb,cAIJqM,EAAsBE,QACzBF,EAAsBxnB,GACtBA,aAAiBmb,aAIvB,SAASwM,EAAmB3nB,GAC1B,MAAiC,sBAA1B4mB,EAAe5mB,GAOxB,SAAS4nB,EAAW5nB,GAClB,MAAwB,oBAAbqb,WAIJsM,EAAmBD,QACtBC,EAAmB3nB,GACnBA,aAAiBqb,UA9LvB9b,EAAQ+mB,kBAAoBA,EAC5B/mB,EAAQgnB,oBAAsBA,EAC9BhnB,EAAQknB,aAAeA,EAkBvBlnB,EAAQb,UAdR,SAAmBsQ,GAClB,MAEqB,oBAAZpL,SACPoL,aAAiBpL,SAGP,OAAVoL,GACiB,iBAAVA,GACe,mBAAfA,EAAMxL,MACU,mBAAhBwL,EAAMvL,OAgBhBlE,EAAQsR,kBAVR,SAA2B7Q,GACzB,MAA2B,oBAAhBmb,aAA+BA,YAAY0M,OAC7C1M,YAAY0M,OAAO7nB,GAI1BymB,EAAazmB,IACb4nB,EAAW5nB,IASfT,EAAQuoB,aAHR,SAAsB9nB,GACpB,MAAkC,eAA3BwmB,EAAgBxmB,IAOzBT,EAAQwoB,oBAHR,SAA6B/nB,GAC3B,MAAkC,sBAA3BwmB,EAAgBxmB,IAOzBT,EAAQyoB,cAHR,SAAuBhoB,GACrB,MAAkC,gBAA3BwmB,EAAgBxmB,IAOzBT,EAAQ0oB,cAHR,SAAuBjoB,GACrB,MAAkC,gBAA3BwmB,EAAgBxmB,IAOzBT,EAAQ2oB,YAHR,SAAqBloB,GACnB,MAAkC,cAA3BwmB,EAAgBxmB,IAOzBT,EAAQ4oB,aAHR,SAAsBnoB,GACpB,MAAkC,eAA3BwmB,EAAgBxmB,IAOzBT,EAAQ6oB,aAHR,SAAsBpoB,GACpB,MAAkC,eAA3BwmB,EAAgBxmB,IAOzBT,EAAQiS,eAHR,SAAwBxR,GACtB,MAAkC,iBAA3BwmB,EAAgBxmB,IAOzBT,EAAQkS,eAHR,SAAwBzR,GACtB,MAAkC,iBAA3BwmB,EAAgBxmB,IAOzBT,EAAQ8oB,gBAHR,SAAyBroB,GACvB,MAAkC,kBAA3BwmB,EAAgBxmB,IAOzBT,EAAQ+oB,iBAHR,SAA0BtoB,GACxB,MAAkC,mBAA3BwmB,EAAgBxmB,IAOzBonB,EAAcM,QACG,oBAARzoB,KACPmoB,EAAc,IAAInoB,KAYpBM,EAAQwR,MATR,SAAe/Q,GACb,MAAmB,oBAARf,MAIJmoB,EAAcM,QACjBN,EAAcpnB,GACdA,aAAiBf,MAOvBooB,EAAcK,QACG,oBAARjS,KACP4R,EAAc,IAAI5R,KAWpBlW,EAAQyR,MATR,SAAehR,GACb,MAAmB,oBAARyV,MAIJ4R,EAAcK,QACjBL,EAAcrnB,GACdA,aAAiByV,MAOvB6R,EAAkBI,QACG,oBAAZ/K,SACP2K,EAAkB,IAAI3K,SAWxBpd,EAAQgpB,UATR,SAAmBvoB,GACjB,MAAuB,oBAAZ2c,UAIJ2K,EAAkBI,QACrBJ,EAAkBtnB,GAClBA,aAAiB2c,UAOvB4K,EAAkBG,QACG,oBAAZ7K,SACP0K,EAAkB,IAAI1K,SAKxBtd,EAAQipB,UAHR,SAAmBxoB,GACjB,OAAOunB,EAAkBvnB,IAO3BwnB,EAAsBE,QACG,oBAAhBvM,aACPqM,EAAsB,IAAIrM,aAW5B5b,EAAQkoB,cAAgBA,EAKxBE,EAAmBD,QACM,oBAAhBvM,aACa,oBAAbE,UACPsM,EAAmB,IAAItM,SAAS,IAAIF,YAAY,GAAI,EAAG,IAWzD5b,EAAQqoB,WAAaA,EAGrB,IAAIa,EAAqD,oBAAtBnM,kBAAoCA,uBAAoBpb,EAC3F,SAASwnB,EAA4B1oB,GACnC,MAAiC,+BAA1B4mB,EAAe5mB,GAExB,SAAS2oB,EAAoB3oB,GAC3B,YAAqC,IAA1ByoB,SAIwC,IAAxCC,EAA4BhB,UACrCgB,EAA4BhB,QAAUgB,EAA4B,IAAID,IAGjEC,EAA4BhB,QAC/BgB,EAA4B1oB,GAC5BA,aAAiByoB,GA6BvB,SAAStX,EAAenR,GACtB,OAAOknB,EAAoBlnB,EAAO6mB,GAIpC,SAASzV,EAAepR,GACtB,OAAOknB,EAAoBlnB,EAAO8mB,GAIpC,SAASzV,EAAgBrR,GACvB,OAAOknB,EAAoBlnB,EAAO+mB,GAIpC,SAASzV,EAAetR,GACtB,OAAO0mB,GAAmBQ,EAAoBlnB,EAAOgnB,GAIvD,SAASzV,EAAevR,GACtB,OAAO2mB,GAAmBO,EAAoBlnB,EAAOinB,GAhDvD1nB,EAAQopB,oBAAsBA,EAK9BppB,EAAQqpB,gBAHR,SAAyB5oB,GACvB,MAAiC,2BAA1B4mB,EAAe5mB,IAOxBT,EAAQspB,cAHR,SAAuB7oB,GACrB,MAAiC,0BAA1B4mB,EAAe5mB,IAOxBT,EAAQupB,cAHR,SAAuB9oB,GACrB,MAAiC,0BAA1B4mB,EAAe5mB,IAOxBT,EAAQwpB,kBAHR,SAA2B/oB,GACzB,MAAiC,uBAA1B4mB,EAAe5mB,IAOxBT,EAAQypB,4BAHR,SAAqChpB,GACnC,MAAiC,gCAA1B4mB,EAAe5mB,IAOxBT,EAAQ4R,eAAiBA,EAKzB5R,EAAQ6R,eAAiBA,EAKzB7R,EAAQ8R,gBAAkBA,EAK1B9R,EAAQ+R,eAAiBA,EAKzB/R,EAAQgS,eAAiBA,EAWzBhS,EAAQ2R,iBATR,SAA0BlR,GACxB,OACEmR,EAAenR,IACfoR,EAAepR,IACfqR,EAAgBrR,IAChBsR,EAAetR,IACfuR,EAAevR,IAWnBT,EAAQqR,iBANR,SAA0B5Q,GACxB,MAA6B,oBAAf+S,aACZ0U,EAAcznB,IACd2oB,EAAoB3oB,KAKxB,CAAC,UAAW,aAAc,2BAA2ByC,SAAQ,SAASwmB,GACpEpqB,OAAOqH,eAAe3G,EAAS0pB,EAAQ,CACrC9iB,YAAY,EACZnG,MAAO,WACL,MAAM,IAAIJ,MAAMqpB,EAAS,+ECrT3BC,EAA4BrqB,OAAOqqB,2BACrC,SAAmCzrB,GAGjC,IAFA,IAAIyE,EAAOrD,OAAOqD,KAAKzE,GACnB0rB,EAAc,GACTvjB,EAAI,EAAGA,EAAI1D,EAAKzB,OAAQmF,IAC/BujB,EAAYjnB,EAAK0D,IAAM/G,OAAO0O,yBAAyB9P,EAAKyE,EAAK0D,IAEnE,OAAOujB,GAGPC,EAAe,WACnB7pB,EAAQsY,OAAS,SAASrH,GACxB,IAAKwS,EAASxS,GAAI,CAEhB,IADA,IAAI6Y,EAAU,GACLzjB,EAAI,EAAGA,EAAIpF,UAAUC,OAAQmF,IACpCyjB,EAAQnmB,KAAK1E,EAAQgC,UAAUoF,KAEjC,OAAOyjB,EAAQrjB,KAAK,KAGlBJ,EAAI,EAmBR,IAnBA,IACIlF,EAAOF,UACP6N,EAAM3N,EAAKD,OACX+H,EAAM4D,OAAOoE,GAAG/B,QAAQ2a,GAAc,SAASrX,GACjD,GAAU,OAANA,EAAY,MAAO,IACvB,GAAInM,GAAKyI,EAAK,OAAO0D,EACrB,OAAQA,GACN,IAAK,KAAM,OAAO3F,OAAO1L,EAAKkF,MAC9B,IAAK,KAAM,OAAOyK,OAAO3P,EAAKkF,MAC9B,IAAK,KACH,IACE,OAAOuW,KAAKmN,UAAU5oB,EAAKkF,MAC3B,MAAOyS,GACP,MAAO,aAEX,QACE,OAAOtG,MAGJA,EAAIrR,EAAKkF,GAAIA,EAAIyI,EAAK0D,EAAIrR,IAAOkF,GACpC2jB,EAAOxX,KAAO8Q,EAAS9Q,GACzBvJ,GAAO,IAAMuJ,EAEbvJ,GAAO,IAAMhK,EAAQuT,GAGzB,OAAOvJ,GAOTjJ,EAAQiqB,UAAY,SAAS1pB,EAAImD,GAC/B,QAAuB,IAAZ7B,IAAqD,IAA1BA,EAAQqoB,cAC5C,OAAO3pB,EAIT,QAAuB,IAAZsB,EACT,OAAO,WACL,OAAO7B,EAAQiqB,UAAU1pB,EAAImD,GAAKpC,MAAMuB,KAAM5B,YAIlD,IAAIpB,GAAS,EAeb,OAdA,WACE,IAAKA,EAAQ,CACX,GAAIgC,EAAQsoB,iBACV,MAAM,IAAI9pB,MAAMqD,GACP7B,EAAQuoB,iBACjBroB,EAAQsoB,MAAM3mB,GAEd3B,EAAQ0C,MAAMf,GAEhB7D,GAAS,EAEX,OAAOU,EAAGe,MAAMuB,KAAM5B,aAO1B,IAAIqpB,EAAS,GACTC,EAAgB,KAEpB,GAAI1oB,EAAQ2jB,IAAIgF,WAAY,CAC1B,IAAIC,EAAW5oB,EAAQ2jB,IAAIgF,WAC3BC,EAAWA,EAASvb,QAAQ,qBAAsB,QAC/CA,QAAQ,MAAO,MACfA,QAAQ,KAAM,OACdwb,cACHH,EAAgB,IAAIjX,OAAO,IAAMmX,EAAW,IAAK,KA2BnD,SAASxrB,EAAQf,EAAKysB,GAEpB,IAAIhd,EAAM,CACRid,KAAM,GACNC,QAASC,GAkBX,OAfI7pB,UAAUC,QAAU,IAAGyM,EAAIxD,MAAQlJ,UAAU,IAC7CA,UAAUC,QAAU,IAAGyM,EAAIod,OAAS9pB,UAAU,IAC9C+pB,EAAUL,GAEZhd,EAAIrD,WAAaqgB,EACRA,GAET3qB,EAAQirB,QAAQtd,EAAKgd,GAGnBO,EAAYvd,EAAIrD,cAAaqD,EAAIrD,YAAa,GAC9C4gB,EAAYvd,EAAIxD,SAAQwD,EAAIxD,MAAQ,GACpC+gB,EAAYvd,EAAIod,UAASpd,EAAIod,QAAS,GACtCG,EAAYvd,EAAIzD,iBAAgByD,EAAIzD,eAAgB,GACpDyD,EAAIod,SAAQpd,EAAIkd,QAAUM,GACvBC,EAAYzd,EAAKzP,EAAKyP,EAAIxD,OAoCnC,SAASghB,EAAiBliB,EAAKoiB,GAC7B,IAAIC,EAAQrsB,EAAQssB,OAAOF,GAE3B,OAAIC,EACK,KAAYrsB,EAAQ8rB,OAAOO,GAAO,GAAK,IAAMriB,EAC7C,KAAYhK,EAAQ8rB,OAAOO,GAAO,GAAK,IAEvCriB,EAKX,SAAS6hB,EAAe7hB,EAAKoiB,GAC3B,OAAOpiB,EAeT,SAASmiB,EAAYzd,EAAKlN,EAAOiN,GAG/B,GAAIC,EAAIzD,eACJzJ,GACA8iB,EAAW9iB,EAAMxB,UAEjBwB,EAAMxB,UAAYe,EAAQf,WAExBwB,EAAMpC,aAAeoC,EAAMpC,YAAYC,YAAcmC,GAAQ,CACjE,IAAI+qB,EAAM/qB,EAAMxB,QAAQyO,EAAcC,GAItC,OAHK8V,EAAS+H,KACZA,EAAMJ,EAAYzd,EAAK6d,EAAK9d,IAEvB8d,EAIT,IAAIC,EA+FN,SAAyB9d,EAAKlN,GAC5B,GAAIyqB,EAAYzqB,GACd,OAAOkN,EAAIkd,QAAQ,YAAa,aAClC,GAAIpH,EAAShjB,GAAQ,CACnB,IAAIirB,EAAS,IAAO9O,KAAKmN,UAAUtpB,GAAOyO,QAAQ,SAAU,IAClBA,QAAQ,KAAM,OACdA,QAAQ,OAAQ,KAAO,IACjE,OAAOvB,EAAIkd,QAAQa,EAAQ,UAE7B,GAAIC,EAASlrB,GACX,OAAOkN,EAAIkd,QAAQ,GAAKpqB,EAAO,UACjC,GAAIuqB,EAAUvqB,GACZ,OAAOkN,EAAIkd,QAAQ,GAAKpqB,EAAO,WAEjC,GAAIupB,EAAOvpB,GACT,OAAOkN,EAAIkd,QAAQ,OAAQ,QA9Gbe,CAAgBje,EAAKlN,GACrC,GAAIgrB,EACF,OAAOA,EAIT,IAAI9oB,EAAOrD,OAAOqD,KAAKlC,GACnBorB,EApCN,SAAqBnb,GACnB,IAAIob,EAAO,GAMX,OAJApb,EAAMxN,SAAQ,SAAS8G,EAAK+hB,GAC1BD,EAAK9hB,IAAO,KAGP8hB,EA6BWE,CAAYrpB,GAQ9B,GANIgL,EAAIrD,aACN3H,EAAOrD,OAAO6f,oBAAoB1e,IAKhCwrB,EAAQxrB,KACJkC,EAAK4D,QAAQ,YAAc,GAAK5D,EAAK4D,QAAQ,gBAAkB,GACrE,OAAO2lB,EAAYzrB,GAIrB,GAAoB,IAAhBkC,EAAKzB,OAAc,CACrB,GAAIqiB,EAAW9iB,GAAQ,CACrB,IAAI+C,EAAO/C,EAAM+C,KAAO,KAAO/C,EAAM+C,KAAO,GAC5C,OAAOmK,EAAIkd,QAAQ,YAAcrnB,EAAO,IAAK,WAE/C,GAAIpE,EAASqB,GACX,OAAOkN,EAAIkd,QAAQvX,OAAOhV,UAAUqJ,SAAS9D,KAAKpD,GAAQ,UAE5D,GAAI8Q,EAAO9Q,GACT,OAAOkN,EAAIkd,QAAQpiB,KAAKnK,UAAUqJ,SAAS9D,KAAKpD,GAAQ,QAE1D,GAAIwrB,EAAQxrB,GACV,OAAOyrB,EAAYzrB,GAIvB,IA2CI0rB,EA3CApf,EAAO,GAAI2D,GAAQ,EAAO0b,EAAS,CAAC,IAAK,MAGzCvd,EAAQpO,KACViQ,GAAQ,EACR0b,EAAS,CAAC,IAAK,MAIb7I,EAAW9iB,MAEbsM,EAAO,cADCtM,EAAM+C,KAAO,KAAO/C,EAAM+C,KAAO,IACf,KAkB5B,OAdIpE,EAASqB,KACXsM,EAAO,IAAMuG,OAAOhV,UAAUqJ,SAAS9D,KAAKpD,IAI1C8Q,EAAO9Q,KACTsM,EAAO,IAAMtE,KAAKnK,UAAU+tB,YAAYxoB,KAAKpD,IAI3CwrB,EAAQxrB,KACVsM,EAAO,IAAMmf,EAAYzrB,IAGP,IAAhBkC,EAAKzB,QAAkBwP,GAAyB,GAAhBjQ,EAAMS,OAItCwM,EAAe,EACbtO,EAASqB,GACJkN,EAAIkd,QAAQvX,OAAOhV,UAAUqJ,SAAS9D,KAAKpD,GAAQ,UAEnDkN,EAAIkd,QAAQ,WAAY,YAInCld,EAAIid,KAAKjnB,KAAKlD,GAIZ0rB,EADEzb,EAsCN,SAAqB/C,EAAKlN,EAAOiN,EAAcme,EAAalpB,GAE1D,IADA,IAAIwpB,EAAS,GACJ9lB,EAAI,EAAG8T,EAAI1Z,EAAMS,OAAQmF,EAAI8T,IAAK9T,EACrC6K,EAAezQ,EAAOoM,OAAOxG,IAC/B8lB,EAAOxoB,KAAK2oB,EAAe3e,EAAKlN,EAAOiN,EAAcme,EACjDhf,OAAOxG,IAAI,IAEf8lB,EAAOxoB,KAAK,IAShB,OANAhB,EAAKO,SAAQ,SAASC,GACfA,EAAI0W,MAAM,UACbsS,EAAOxoB,KAAK2oB,EAAe3e,EAAKlN,EAAOiN,EAAcme,EACjD1oB,GAAK,OAGNgpB,EArDII,CAAY5e,EAAKlN,EAAOiN,EAAcme,EAAalpB,GAEnDA,EAAKoM,KAAI,SAAS5L,GACzB,OAAOmpB,EAAe3e,EAAKlN,EAAOiN,EAAcme,EAAa1oB,EAAKuN,MAItE/C,EAAIid,KAAK7e,MA6GX,SAA8BogB,EAAQpf,EAAMqf,GAQ1C,GANaD,EAAOK,QAAO,SAASC,EAAMpgB,GAGxC,OADIA,EAAI9F,QAAQ,OAAS,GAAGmmB,EACrBD,EAAOpgB,EAAI6C,QAAQ,kBAAmB,IAAIhO,OAAS,IACzD,GAEU,GACX,OAAOkrB,EAAO,IACG,KAATrf,EAAc,GAAKA,EAAO,OAC3B,IACAof,EAAO1lB,KAAK,SACZ,IACA2lB,EAAO,GAGhB,OAAOA,EAAO,GAAKrf,EAAO,IAAMof,EAAO1lB,KAAK,MAAQ,IAAM2lB,EAAO,GA5H1DO,CAAqBR,EAAQpf,EAAMqf,IAxBjCA,EAAO,GAAKrf,EAAOqf,EAAO,GA+CrC,SAASF,EAAYzrB,GACnB,MAAO,IAAMJ,MAAM/B,UAAUqJ,SAAS9D,KAAKpD,GAAS,IAwBtD,SAAS6rB,EAAe3e,EAAKlN,EAAOiN,EAAcme,EAAa1oB,EAAKuN,GAClE,IAAIlN,EAAMyF,EAAK2O,EAsCf,IArCAA,EAAOtY,OAAO0O,yBAAyBvN,EAAO0C,IAAQ,CAAE1C,MAAOA,EAAM0C,KAC5D0E,IAELoB,EADE2O,EAAK9P,IACD6F,EAAIkd,QAAQ,kBAAmB,WAE/Bld,EAAIkd,QAAQ,WAAY,WAG5BjT,EAAK9P,MACPmB,EAAM0E,EAAIkd,QAAQ,WAAY,YAG7B3Z,EAAe2a,EAAa1oB,KAC/BK,EAAO,IAAML,EAAM,KAEhB8F,IACC0E,EAAIid,KAAKrkB,QAAQqR,EAAKnX,OAAS,GAE/BwI,EADE+gB,EAAOtc,GACH0d,EAAYzd,EAAKiK,EAAKnX,MAAO,MAE7B2qB,EAAYzd,EAAKiK,EAAKnX,MAAOiN,EAAe,IAE5CnH,QAAQ,OAAS,IAErB0C,EADEyH,EACIzH,EAAI/C,MAAM,MAAM6I,KAAI,SAAS6d,GACjC,MAAO,KAAOA,KACbnmB,KAAK,MAAMwI,OAAO,GAEf,KAAOhG,EAAI/C,MAAM,MAAM6I,KAAI,SAAS6d,GACxC,MAAO,MAAQA,KACdnmB,KAAK,OAIZwC,EAAM0E,EAAIkd,QAAQ,aAAc,YAGhCK,EAAY1nB,GAAO,CACrB,GAAIkN,GAASvN,EAAI0W,MAAM,SACrB,OAAO5Q,GAETzF,EAAOoZ,KAAKmN,UAAU,GAAK5mB,IAClB0W,MAAM,iCACbrW,EAAOA,EAAKyL,OAAO,EAAGzL,EAAKtC,OAAS,GACpCsC,EAAOmK,EAAIkd,QAAQrnB,EAAM,UAEzBA,EAAOA,EAAK0L,QAAQ,KAAM,OACdA,QAAQ,OAAQ,KAChBA,QAAQ,WAAY,KAChC1L,EAAOmK,EAAIkd,QAAQrnB,EAAM,WAI7B,OAAOA,EAAO,KAAOyF,EA6BvB,SAAS4F,EAAQge,GACf,OAAOzrB,MAAMyN,QAAQge,GAIvB,SAAS7B,EAAUrE,GACjB,MAAsB,kBAARA,EAIhB,SAASqD,EAAOrD,GACd,OAAe,OAARA,EAST,SAASgF,EAAShF,GAChB,MAAsB,iBAARA,EAIhB,SAASlD,EAASkD,GAChB,MAAsB,iBAARA,EAShB,SAASuE,EAAYvE,GACnB,YAAe,IAARA,EAIT,SAASvnB,EAAS0tB,GAChB,OAAOxJ,EAASwJ,IAA8B,oBAAvB1b,EAAe0b,GAKxC,SAASxJ,EAASqD,GAChB,MAAsB,iBAARA,GAA4B,OAARA,EAIpC,SAASpV,EAAOwb,GACd,OAAOzJ,EAASyJ,IAA4B,kBAAtB3b,EAAe2b,GAKvC,SAASd,EAAQloB,GACf,OAAOuf,EAASvf,KACW,mBAAtBqN,EAAerN,IAA2BA,aAAa1D,OAK9D,SAASkjB,EAAWoD,GAClB,MAAsB,mBAARA,EAgBhB,SAASvV,EAAezI,GACtB,OAAOrJ,OAAOhB,UAAUqJ,SAAS9D,KAAK8E,GAIxC,SAASqkB,EAAIC,GACX,OAAOA,EAAI,GAAK,IAAMA,EAAEtlB,SAAS,IAAMslB,EAAEtlB,SAAS,IAvbpD3H,EAAQktB,SAAW,SAASplB,GAE1B,GADAA,EAAMA,EAAI4iB,eACLJ,EAAOxiB,GACV,GAAIyiB,EAAcnnB,KAAK0E,GAAM,CAC3B,IAAIqlB,EAAMtrB,EAAQsrB,IAClB7C,EAAOxiB,GAAO,WACZ,IAAIpE,EAAM1D,EAAQsY,OAAOhX,MAAMtB,EAASiB,WACxCc,EAAQ0C,MAAM,YAAaqD,EAAKqlB,EAAKzpB,SAGvC4mB,EAAOxiB,GAAO,aAGlB,OAAOwiB,EAAOxiB,IAoChB9H,EAAQf,QAAUA,EAIlBA,EAAQ8rB,OAAS,CACf,KAAS,CAAC,EAAG,IACb,OAAW,CAAC,EAAG,IACf,UAAc,CAAC,EAAG,IAClB,QAAY,CAAC,EAAG,IAChB,MAAU,CAAC,GAAI,IACf,KAAS,CAAC,GAAI,IACd,MAAU,CAAC,GAAI,IACf,KAAS,CAAC,GAAI,IACd,KAAS,CAAC,GAAI,IACd,MAAU,CAAC,GAAI,IACf,QAAY,CAAC,GAAI,IACjB,IAAQ,CAAC,GAAI,IACb,OAAW,CAAC,GAAI,KAIlB9rB,EAAQssB,OAAS,CACf,QAAW,OACX,OAAU,SACV,QAAW,SACX,UAAa,OACb,KAAQ,OACR,OAAU,QACV,KAAQ,UAER,OAAU,OA+QZvrB,EAAQotB,MAAQ,EAAhB,MAKAptB,EAAQ6O,QAAUA,EAKlB7O,EAAQgrB,UAAYA,EAKpBhrB,EAAQgqB,OAASA,EAKjBhqB,EAAQqtB,kBAHR,SAA2B1G,GACzB,OAAc,MAAPA,GAOT3mB,EAAQ2rB,SAAWA,EAKnB3rB,EAAQyjB,SAAWA,EAKnBzjB,EAAQstB,SAHR,SAAkB3G,GAChB,MAAsB,iBAARA,GAOhB3mB,EAAQkrB,YAAcA,EAKtBlrB,EAAQZ,SAAWA,EACnBY,EAAQotB,MAAMhuB,SAAWA,EAKzBY,EAAQsjB,SAAWA,EAKnBtjB,EAAQuR,OAASA,EACjBvR,EAAQotB,MAAM7b,OAASA,EAMvBvR,EAAQisB,QAAUA,EAClBjsB,EAAQotB,MAAM1b,cAAgBua,EAK9BjsB,EAAQujB,WAAaA,EAUrBvjB,EAAQutB,YARR,SAAqB5G,GACnB,OAAe,OAARA,GACe,kBAARA,GACQ,iBAARA,GACQ,iBAARA,GACQ,iBAARA,QACQ,IAARA,GAIhB3mB,EAAQwtB,SAAW,EAAnB,KAYA,IAAIC,EAAS,CAAC,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MACxD,MAAO,MAAO,OAG5B,SAASC,IACP,IAAIX,EAAI,IAAItkB,KACR2P,EAAO,CAAC4U,EAAID,EAAEY,YACNX,EAAID,EAAEa,cACNZ,EAAID,EAAEc,eAAepnB,KAAK,KACtC,MAAO,CAACsmB,EAAEe,UAAWL,EAAOV,EAAEgB,YAAa3V,GAAM3R,KAAK,KAqCxD,SAASyK,EAAehT,EAAK8vB,GAC3B,OAAO1uB,OAAOhB,UAAU4S,eAAerN,KAAK3F,EAAK8vB,GAjCnDhuB,EAAQ6L,IAAM,WACZ9J,EAAQ8J,IAAI,UAAW6hB,IAAa1tB,EAAQsY,OAAOhX,MAAMtB,EAASiB,aAiBpEjB,EAAQiuB,SAAW,EAAnB,MAEAjuB,EAAQirB,QAAU,SAASiD,EAAQ/X,GAEjC,IAAKA,IAAQmN,EAASnN,GAAM,OAAO+X,EAInC,IAFA,IAAIvrB,EAAOrD,OAAOqD,KAAKwT,GACnB9P,EAAI1D,EAAKzB,OACNmF,KACL6nB,EAAOvrB,EAAK0D,IAAM8P,EAAIxT,EAAK0D,IAE7B,OAAO6nB,GAOT,IAAIC,EAA6C,oBAAXhwB,OAAyBA,OAAO,8BAA2BwD,EA0DjG,SAASysB,EAAsB9e,EAAQ+e,GAKrC,IAAK/e,EAAQ,CACX,IAAIgf,EAAY,IAAIjuB,MAAM,2CAC1BiuB,EAAUhf,OAASA,EACnBA,EAASgf,EAEX,OAAOD,EAAG/e,GAlEZtP,EAAQuuB,UAAY,SAAmBC,GACrC,GAAwB,mBAAbA,EACT,MAAM,IAAIxrB,UAAU,oDAEtB,GAAImrB,GAA4BK,EAASL,GAA2B,CAClE,IAAI5tB,EACJ,GAAkB,mBADdA,EAAKiuB,EAASL,IAEhB,MAAM,IAAInrB,UAAU,iEAKtB,OAHA1D,OAAOqH,eAAepG,EAAI4tB,EAA0B,CAClD1tB,MAAOF,EAAIqG,YAAY,EAAOE,UAAU,EAAOD,cAAc,IAExDtG,EAGT,SAASA,IAQP,IAPA,IAAIkuB,EAAgBC,EAChBC,EAAU,IAAItqB,SAAQ,SAAUC,EAASsqB,GAC3CH,EAAiBnqB,EACjBoqB,EAAgBE,KAGdztB,EAAO,GACFkF,EAAI,EAAGA,EAAIpF,UAAUC,OAAQmF,IACpClF,EAAKwC,KAAK1C,UAAUoF,IAEtBlF,EAAKwC,MAAK,SAAUhD,EAAKF,GACnBE,EACF+tB,EAAc/tB,GAEd8tB,EAAehuB,MAInB,IACE+tB,EAASltB,MAAMuB,KAAM1B,GACrB,MAAOR,GACP+tB,EAAc/tB,GAGhB,OAAOguB,EAQT,OALArvB,OAAOuJ,eAAetI,EAAIjB,OAAOyJ,eAAeylB,IAE5CL,GAA0B7uB,OAAOqH,eAAepG,EAAI4tB,EAA0B,CAChF1tB,MAAOF,EAAIqG,YAAY,EAAOE,UAAU,EAAOD,cAAc,IAExDvH,OAAO2Z,iBACZ1Y,EACAopB,EAA0B6E,KAI9BxuB,EAAQuuB,UAAU9gB,OAAS0gB,EAiD3BnuB,EAAQ6uB,YAlCR,SAAqBL,GACnB,GAAwB,mBAAbA,EACT,MAAM,IAAIxrB,UAAU,oDAMtB,SAAS8rB,IAEP,IADA,IAAI3tB,EAAO,GACFkF,EAAI,EAAGA,EAAIpF,UAAUC,OAAQmF,IACpClF,EAAKwC,KAAK1C,UAAUoF,IAGtB,IAAI0oB,EAAU5tB,EAAK4K,MACnB,GAAuB,mBAAZgjB,EACT,MAAM,IAAI/rB,UAAU,8CAEtB,IAAIoE,EAAOvE,KACPwrB,EAAK,WACP,OAAOU,EAAQztB,MAAM8F,EAAMnG,YAI7ButB,EAASltB,MAAMuB,KAAM1B,GAClB8C,MAAK,SAASunB,GAAO3pB,EAAQwjB,SAASgJ,EAAGrsB,KAAK,KAAM,KAAMwpB,OACrD,SAASwD,GAAOntB,EAAQwjB,SAAS+I,EAAsBpsB,KAAK,KAAMgtB,EAAKX,OAMjF,OAHA/uB,OAAOuJ,eAAeimB,EAAexvB,OAAOyJ,eAAeylB,IAC3DlvB,OAAO2Z,iBAAiB6V,EACAnF,EAA0B6E,IAC3CM,gCCtsBT,IAAI5rB,EAAU,EAAQ,MAClBwd,EAAuB,EAAQ,MAC/Bd,EAAY,EAAQ,MAEpBD,EAAYC,EAAU,6BACtBF,EAAiB,EAAQ,KAAR,GAEjBiB,EAAcD,IAEdE,EAAShB,EAAU,0BACnBiB,EAAY,GACZC,EAAO,EAAQ,KACf/X,EAAiBzJ,OAAOyJ,eACxB2W,GAAkBoB,GAAQ/X,GAC7B7F,EAAQyd,GAAa,SAAUI,GAC9B,GAAkC,mBAAvB,EAAA/I,EAAO+I,GAA4B,CAC7C,IAAIpR,EAAM,IAAI,EAAAqI,EAAO+I,GACrB,KAAM5iB,OAAOkhB,eAAe1P,GAC3B,MAAM,IAAIyM,UAAU,uDAAyD2E,EAAa,oDAE3F,IAAIC,EAAQjY,EAAe4G,GACvBzI,EAAa4Z,EAAKE,EAAO7iB,OAAOkhB,aACpC,IAAKnY,EAAY,CAChB,IAAI+Z,EAAalY,EAAeiY,GAChC9Z,EAAa4Z,EAAKG,EAAY9iB,OAAOkhB,aAEtCwB,EAAUE,GAAc7Z,EAAWW,QAKtC,IAeIqf,EAAe,EAAQ,MAE3BnnB,EAAOC,QAAU,SAAyBS,GACzC,QAAKymB,EAAazmB,KACbif,EAnBe,SAA2Bjf,GAC/C,IAAIwuB,GAAY,EAWhB,OAVA/rB,EAAQ2d,GAAW,SAAUO,EAAQL,GACpC,IAAKkO,EACJ,IACC,IAAIzrB,EAAO4d,EAAOvd,KAAKpD,GACnB+C,IAASud,IACZkO,EAAYzrB,GAEZ,MAAOO,QAGJkrB,EAQA5N,CAAe5gB,GADQmgB,EAAOjB,EAAUlf,GAAQ,GAAI,kCClD5D,IAAIyuB,EAAgB,CACnB,gBACA,iBACA,eACA,eACA,aACA,aACA,YACA,cACA,cACA,aACA,qBAGDnvB,EAAOC,QAAU,WAEhB,IADA,IAAImvB,EAAM,GACD9oB,EAAI,EAAGA,EAAI6oB,EAAchuB,OAAQmF,IACD,mBAA7B,EAAA2R,EAAOkX,EAAc7oB,MAC/B8oB,EAAIA,EAAIjuB,QAAUguB,EAAc7oB,IAGlC,OAAO8oB,+BCrBR,IAEI5X,EAFe,EAAQ,IAEfR,CAAa,qCACzB,GAAIQ,EACH,IACCA,EAAM,GAAI,UACT,MAAOxT,GAERwT,EAAQ,KAIVxX,EAAOC,QAAUuX,ICbb6X,EAA2B,GAG/B,SAASC,EAAoBC,GAE5B,IAAIC,EAAeH,EAAyBE,GAC5C,QAAqB3tB,IAAjB4tB,EACH,OAAOA,EAAavvB,QAGrB,IAAID,EAASqvB,EAAyBE,GAAY,CACjDE,GAAIF,EAEJtvB,QAAS,IAOV,OAHAyvB,EAAoBH,GAAUzrB,KAAK9D,EAAOC,QAASD,EAAQA,EAAOC,QAASqvB,GAGpEtvB,EAAOC,QAIfqvB,EAAoBK,EAAID,ECxBxBJ,EAAoBpC,EAAKltB,IACxB,IAAIqhB,EAASrhB,GAAUA,EAAO4vB,WAC7B,IAAO5vB,EAAiB,QACxB,IAAM,EAEP,OADAsvB,EAAoBtC,EAAE3L,EAAQ,CAAE9d,EAAG8d,IAC5BA,GCLRiO,EAAoBtC,EAAI,CAAC/sB,EAAS4vB,KACjC,IAAI,IAAIzsB,KAAOysB,EACXP,EAAoB1mB,EAAEinB,EAAYzsB,KAASksB,EAAoB1mB,EAAE3I,EAASmD,IAC5E7D,OAAOqH,eAAe3G,EAASmD,EAAK,CAAEyD,YAAY,EAAMiB,IAAK+nB,EAAWzsB,MCJ3EksB,EAAoBpe,EAAI,GAGxBoe,EAAoBtrB,EAAK8rB,GACjBxrB,QAAQyrB,IAAIxwB,OAAOqD,KAAK0sB,EAAoBpe,GAAGub,QAAO,CAACuD,EAAU5sB,KACvEksB,EAAoBpe,EAAE9N,GAAK0sB,EAASE,GAC7BA,IACL,KCNJV,EAAoBW,EAAKH,GAEjB,qBAAuBA,EAAU,SAAW,CAAC,iDAAiD,uBAAuB,MAAQ,uBAAuB,cAAgB,uBAAuB,kDAAkD,wBAAwBA,GCH7QR,EAAoBrX,EAAI,WACvB,GAA0B,iBAAfiY,WAAyB,OAAOA,WAC3C,IACC,OAAOptB,MAAQ,IAAI6E,SAAS,cAAb,GACd,MAAO3D,GACR,GAAsB,iBAAXkU,OAAqB,OAAOA,QALjB,GCAxBoX,EAAoB1mB,EAAI,CAACzK,EAAK8vB,IAAU1uB,OAAOhB,UAAU4S,eAAerN,KAAK3F,EAAK8vB,G/CA9EjwB,EAAa,GACbC,EAAoB,qBAExBqxB,EAAoBlV,EAAI,CAAC+V,EAAK9f,EAAMjN,EAAK0sB,KACxC,GAAG9xB,EAAWmyB,GAAQnyB,EAAWmyB,GAAKvsB,KAAKyM,OAA3C,CACA,IAAI+f,EAAQC,EACZ,QAAWzuB,IAARwB,EAEF,IADA,IAAIktB,EAAUC,SAASC,qBAAqB,UACpClqB,EAAI,EAAGA,EAAIgqB,EAAQnvB,OAAQmF,IAAK,CACvC,IAAImqB,EAAIH,EAAQhqB,GAChB,GAAGmqB,EAAEC,aAAa,QAAUP,GAAOM,EAAEC,aAAa,iBAAmBzyB,EAAoBmF,EAAK,CAAEgtB,EAASK,EAAG,OAG1GL,IACHC,GAAa,GACbD,EAASG,SAASI,cAAc,WAEzBC,QAAU,QACjBR,EAAOpL,QAAU,IACbsK,EAAoBuB,IACvBT,EAAOU,aAAa,QAASxB,EAAoBuB,IAElDT,EAAOU,aAAa,eAAgB7yB,EAAoBmF,GACxDgtB,EAAOW,IAAMZ,GAEdnyB,EAAWmyB,GAAO,CAAC9f,GACnB,IAAI2gB,EAAmB,CAACtE,EAAMuE,KAE7Bb,EAAOc,QAAUd,EAAOe,OAAS,KACjC1M,aAAaO,GACb,IAAIoM,EAAUpzB,EAAWmyB,GAIzB,UAHOnyB,EAAWmyB,GAClBC,EAAOiB,YAAcjB,EAAOiB,WAAWC,YAAYlB,GACnDgB,GAAWA,EAAQjuB,SAAS3C,GAAQA,EAAGywB,KACpCvE,EAAM,OAAOA,EAAKuE,IAGlBjM,EAAUR,WAAWwM,EAAiB/uB,KAAK,UAAML,EAAW,CAAEwN,KAAM,UAAWnI,OAAQmpB,IAAW,MACtGA,EAAOc,QAAUF,EAAiB/uB,KAAK,KAAMmuB,EAAOc,SACpDd,EAAOe,OAASH,EAAiB/uB,KAAK,KAAMmuB,EAAOe,QACnDd,GAAcE,SAASgB,KAAKC,YAAYpB,KgDvCzCd,EAAoBmC,EAAKxxB,IACH,oBAAX7B,QAA0BA,OAAOkhB,aAC1C/f,OAAOqH,eAAe3G,EAAS7B,OAAOkhB,YAAa,CAAE5e,MAAO,WAE7DnB,OAAOqH,eAAe3G,EAAS,aAAc,CAAES,OAAO,KCLvD4uB,EAAoBzmB,EAAI,oCCKxB,IAAI6oB,EAAkB,CACrB,KAAQ,GAGTpC,EAAoBpe,EAAE2S,EAAI,CAACiM,EAASE,KAElC,IAAI2B,EAAqBrC,EAAoB1mB,EAAE8oB,EAAiB5B,GAAW4B,EAAgB5B,QAAWluB,EACtG,GAA0B,IAAvB+vB,EAGF,GAAGA,EACF3B,EAASpsB,KAAK+tB,EAAmB,QAC3B,CAGL,IAAI/C,EAAU,IAAItqB,SAAQ,CAACC,EAASsqB,IAAY8C,EAAqBD,EAAgB5B,GAAW,CAACvrB,EAASsqB,KAC1GmB,EAASpsB,KAAK+tB,EAAmB,GAAK/C,GAGtC,IAAIuB,EAAMb,EAAoBzmB,EAAIymB,EAAoBW,EAAEH,GAEpDprB,EAAQ,IAAIpE,MAgBhBgvB,EAAoBlV,EAAE+V,GAfFc,IACnB,GAAG3B,EAAoB1mB,EAAE8oB,EAAiB5B,KAEf,KAD1B6B,EAAqBD,EAAgB5B,MACR4B,EAAgB5B,QAAWluB,GACrD+vB,GAAoB,CACtB,IAAIC,EAAYX,IAAyB,SAAfA,EAAM7hB,KAAkB,UAAY6hB,EAAM7hB,MAChEyiB,EAAUZ,GAASA,EAAMhqB,QAAUgqB,EAAMhqB,OAAO8pB,IACpDrsB,EAAMrE,QAAU,iBAAmByvB,EAAU,cAAgB8B,EAAY,KAAOC,EAAU,IAC1FntB,EAAMjB,KAAO,iBACbiB,EAAM0K,KAAOwiB,EACbltB,EAAMotB,QAAUD,EAChBF,EAAmB,GAAGjtB,MAIgB,SAAWorB,EAASA,KAiBlE,IAAIiC,EAAuB,CAACC,EAA4BC,KACvD,IAGI1C,EAAUO,GAHToC,EAAUC,EAAaC,GAAWH,EAGhB3rB,EAAI,EAC3B,IAAIipB,KAAY4C,EACZ7C,EAAoB1mB,EAAEupB,EAAa5C,KACrCD,EAAoBK,EAAEJ,GAAY4C,EAAY5C,IAGhD,GAAG6C,EAAsBA,EAAQ9C,GAEjC,IADG0C,GAA4BA,EAA2BC,GACrD3rB,EAAI4rB,EAAS/wB,OAAQmF,IACzBwpB,EAAUoC,EAAS5rB,GAChBgpB,EAAoB1mB,EAAE8oB,EAAiB5B,IAAY4B,EAAgB5B,IACrE4B,EAAgB5B,GAAS,KAE1B4B,EAAgBQ,EAAS5rB,IAAM,GAK7B+rB,EAAqBhrB,KAAoC,8BAAIA,KAAoC,+BAAK,GAC1GgrB,EAAmBlvB,QAAQ4uB,EAAqB9vB,KAAK,KAAM,IAC3DowB,EAAmBzuB,KAAOmuB,EAAqB9vB,KAAK,KAAMowB,EAAmBzuB,KAAK3B,KAAKowB,4DC5DvFC,EAAAA,GAAoBC,KAAKC,GAAGC,cAC5BC,EAAAA,EAA0BF,GAAGG,SAAS,oBAAqB,GAAI,OAE/D,IAAIC,EAAU,KAERC,EAAc,CACnBC,GAAI,CACHC,KADG,WAGF,IAAMhpB,EAASwmB,SAASI,cAAc,UACtC5mB,EAAOgnB,IAAMiC,GAAAA,CAAWH,EAAYI,UAAU9jB,QAAQ,QAAS,KAE3D0jB,EAAYK,OACfnpB,EAAOqF,KAAO4jB,GAAAA,CAAWH,EAAYK,OAGtC,IAAMC,EAAa5C,SAASI,cAAc,SAa1C,GAZAwC,EAAW1D,GAAK,aAChB0D,EAAWC,UAAUhd,IAAI,YACzB+c,EAAWC,UAAUhd,IAAI,YACzB+c,EAAWC,UAAUhd,IAAI,yBACzB+c,EAAWE,UAAW,EACtBF,EAAWG,QAAU,OACrBH,EAAWI,MAAQ,OACnBJ,EAAWK,OAAS,OACpBL,EAAWM,OAASjB,GAAGG,SAAS,oBAAqB,GAAI,OAAS,cAClEQ,EAAWrC,aAAa,aAAc,4BACtCqC,EAAW3B,YAAYznB,GAEI,OAAvB8oB,EAAYa,OAAiB,CAChC,IAAMC,EAAUpD,SAASI,cAAc,OACvCgD,EAAQlE,GAAK,sBAEb,IAAMmE,EAAiBrD,SAASI,cAAc,OAC9CiD,EAAenE,GAAK,6BAEpB,IAAMoE,EAAYtD,SAASI,cAAc,OACzCkD,EAAUpE,GAAK,wBAEf,IAAMqE,EAASvD,SAASI,cAAc,OACtCmD,EAAOrE,GAAK,cAEZoE,EAAUrC,YAAYsC,GACtBF,EAAepC,YAAYqC,GAC3BF,EAAQnC,YAAYoC,GAEpBE,EAAOtC,YAAY2B,GACnB5C,SAASwD,KAAKvC,YAAYmC,GAG1BA,EAAQK,iBAAiB,SAAS,SAAShwB,GACtCA,EAAEiD,SAAWnE,MAChB+vB,EAAYoB,gBAIdzP,YAAW,WAAQmP,EAAQO,UAAY,SAAU,OAC3C,CACN,IAAMC,EAAU5D,SAASI,cAAc,OACvCwD,EAAQ1E,GAAK,mBACb0E,EAAQ3C,YAAY2B,GACpBN,EAAYa,OAAOlC,YAAY2C,GAGhCvB,EAAQ,aAAc,CACrB9L,MAAM,IACJsN,OAAM,WAER,GADAvB,EAAYiB,OAAShxB,KACM,OAAvB+vB,EAAYa,OAAiB,CAEhC,IAAMW,EAAc9D,SAASI,cAAc,KAC3C0D,EAAYH,UAAY,kBACxBG,EAAY5E,GAAK,YACjB4E,EAAYC,KAAO,IACnBD,EAAYL,iBAAiB,SAAS,WACrCnB,EAAYoB,gBAEb1D,SAASgE,eAAe,cAAc/C,YAAY6C,GAGJ,OAA3C9D,SAASgE,eAAe,gBAC3B1B,EAAYiB,OAAOU,WAKtBC,KAhFG,WAiFF,IAAMd,EAAUpD,SAASgE,eAAe,uBACxCZ,EAAQO,UAAY,GACpB1P,YAAW,WACVmP,EAAQe,cAAcpD,YAAYqC,KAChC,OAGLT,KAAM,KACNyB,KAAM,KACN1B,SAAU,KACVa,OAAQ,KACRJ,OAAQ,KACRkB,UAAW,CACV,YACA,cACA,aACA,cACA,YACA,kBACA,oBAEDC,iBAAkB,CACjB,mBAAoB,cAErBC,OA1GmB,SA0GZH,EAAM1C,GACZY,EAAY8B,KAAOA,EACnB9B,EAAYnM,IAAMuL,EAAKvL,IACvBmM,EAAYI,SAAWhB,EAAK8C,SAASC,eAAeL,EAAM9B,EAAYnM,KACtEmM,EAAYK,KAAOjB,EAAKgD,MAAMC,KAAK,aAC/B31B,OAAOhB,UAAU4S,eAAerN,KAAK+uB,EAAYgC,iBAAkBhC,EAAYK,QAClFL,EAAYK,KAAOL,EAAYgC,iBAAiBhC,EAAYK,OAE7DL,EAAYsC,cAEbC,aApHmB,SAoHNC,EAASV,EAAMzB,GAC3BL,EAAYI,SAAW0B,EACvB9B,EAAYK,KAAOA,EACf3zB,OAAOhB,UAAU4S,eAAerN,KAAK+uB,EAAYgC,iBAAkBhC,EAAYK,QAClFL,EAAYK,KAAOL,EAAYgC,iBAAiBhC,EAAYK,OAE7DL,EAAYa,OAAS2B,EACrBxC,EAAYsC,cAEbA,WA7HmB,WA8HlB,uGAAmBjxB,MAAK,SAACoxB,GACxB1C,EAAU0C,EAASC,QACnBjxB,QAAQyrB,IAAI,CACX,0CAEA,8EACE7rB,MAAK,WACP2uB,EAAYC,GAAGC,cAIlBkB,WAzImB,WA0IS,OAAvBpB,EAAYiB,SAA0C,IAAvBjB,EAAYiB,QAA2C,OAAvBjB,EAAYa,SAC9Eb,EAAYiB,OAAO0B,UACnB3C,EAAYiB,QAAS,EACrBjB,EAAYC,GAAG2B,SAGjB3oB,IAhJmB,SAgJfzL,GAEH2B,EAAQ8J,IAAIzL,KAIdkwB,SAASyD,iBAAiB,oBAAoB,WAW7C,GARAzD,SAASyD,iBAAiB,SAAS,SAAShwB,SAC5BpC,IAAVoC,EAAEZ,KAA+B,WAAVY,EAAEZ,UACXxB,IAAdoC,EAAEyxB,SAAuC,KAAdzxB,EAAEyxB,UACjC5C,EAAYoB,gBAKV1D,SAASgE,eAAe,gBAAkBhE,SAASgE,eAAe,YAErE,IADA,IAAMmB,EAAWnF,SAASgE,eAAe,YAAY7zB,MAC5CmjB,EAAI,EAAGA,EAAIgP,EAAY+B,UAAUzzB,SAAU0iB,EACnD,GAAIgP,EAAY+B,UAAU/Q,KAAO6R,EAAU,CAC1C,IAAMC,EAAWzd,OAAO+a,SAASqB,KAAKnuB,MAAM,KAAK,GAAK,YACtD0sB,EAAYuC,aAAa7E,SAASgE,eAAe,YAAaoB,EAAUD,GACxE","sources":["webpack:///files_videoplayer/webpack/runtime/load script","webpack:///files_videoplayer/node_modules/assert/build/assert.js","webpack:///files_videoplayer/node_modules/assert/build/internal/assert/assertion_error.js","webpack:///files_videoplayer/node_modules/assert/build/internal/errors.js","webpack:///files_videoplayer/node_modules/assert/build/internal/util/comparisons.js","webpack:///files_videoplayer/node_modules/call-bind/callBound.js","webpack:///files_videoplayer/node_modules/call-bind/index.js","webpack:///files_videoplayer/node_modules/console-browserify/index.js","webpack:///files_videoplayer/node_modules/define-properties/index.js","webpack:///files_videoplayer/node_modules/es6-object-assign/index.js","webpack:///files_videoplayer/node_modules/escape-html/index.js","webpack:///files_videoplayer/node_modules/foreach/index.js","webpack:///files_videoplayer/node_modules/function-bind/implementation.js","webpack:///files_videoplayer/node_modules/function-bind/index.js","webpack:///files_videoplayer/node_modules/get-intrinsic/index.js","webpack:///files_videoplayer/node_modules/has-symbols/index.js","webpack:///files_videoplayer/node_modules/has-symbols/shams.js","webpack:///files_videoplayer/node_modules/has-tostringtag/shams.js","webpack:///files_videoplayer/node_modules/has/src/index.js","webpack:///files_videoplayer/node_modules/inherits/inherits_browser.js","webpack:///files_videoplayer/node_modules/is-arguments/index.js","webpack:///files_videoplayer/node_modules/is-generator-function/index.js","webpack:///files_videoplayer/node_modules/is-nan/implementation.js","webpack:///files_videoplayer/node_modules/is-nan/index.js","webpack:///files_videoplayer/node_modules/is-nan/polyfill.js","webpack:///files_videoplayer/node_modules/is-nan/shim.js","webpack:///files_videoplayer/node_modules/is-typed-array/index.js","webpack:///files_videoplayer/node_modules/object-is/implementation.js","webpack:///files_videoplayer/node_modules/object-is/index.js","webpack:///files_videoplayer/node_modules/object-is/polyfill.js","webpack:///files_videoplayer/node_modules/object-is/shim.js","webpack:///files_videoplayer/node_modules/object-keys/implementation.js","webpack:///files_videoplayer/node_modules/object-keys/index.js","webpack:///files_videoplayer/node_modules/object-keys/isArguments.js","webpack:///files_videoplayer/node_modules/process/browser.js","webpack:///files_videoplayer/node_modules/util/support/isBufferBrowser.js","webpack:///files_videoplayer/node_modules/util/support/types.js","webpack:///files_videoplayer/node_modules/util/util.js","webpack:///files_videoplayer/node_modules/which-typed-array/index.js","webpack:///files_videoplayer/javascript/dynamic|/home/runner/work/files_videoplayer/files_videoplayer/node_modules/available-typed-arrays/index.js","webpack:///files_videoplayer/javascript/dynamic|/home/runner/work/files_videoplayer/files_videoplayer/node_modules/es-abstract/helpers/getOwnPropertyDescriptor.js","webpack:///files_videoplayer/webpack/bootstrap","webpack:///files_videoplayer/webpack/runtime/compat get default export","webpack:///files_videoplayer/webpack/runtime/define property getters","webpack:///files_videoplayer/webpack/runtime/ensure chunk","webpack:///files_videoplayer/webpack/runtime/get javascript chunk filename","webpack:///files_videoplayer/webpack/runtime/global","webpack:///files_videoplayer/webpack/runtime/hasOwnProperty shorthand","webpack:///files_videoplayer/webpack/runtime/make namespace object","webpack:///files_videoplayer/webpack/runtime/publicPath","webpack:///files_videoplayer/webpack/runtime/jsonp chunk loading","webpack:///files_videoplayer/src/main.js"],"sourcesContent":["var inProgress = {};\nvar dataWebpackPrefix = \"files_videoplayer:\";\n// loadScript function to load a script via script tag\n__webpack_require__.l = (url, done, key, chunkId) => {\n\tif(inProgress[url]) { inProgress[url].push(done); return; }\n\tvar script, needAttach;\n\tif(key !== undefined) {\n\t\tvar scripts = document.getElementsByTagName(\"script\");\n\t\tfor(var i = 0; i < scripts.length; i++) {\n\t\t\tvar s = scripts[i];\n\t\t\tif(s.getAttribute(\"src\") == url || s.getAttribute(\"data-webpack\") == dataWebpackPrefix + key) { script = s; break; }\n\t\t}\n\t}\n\tif(!script) {\n\t\tneedAttach = true;\n\t\tscript = document.createElement('script');\n\n\t\tscript.charset = 'utf-8';\n\t\tscript.timeout = 120;\n\t\tif (__webpack_require__.nc) {\n\t\t\tscript.setAttribute(\"nonce\", __webpack_require__.nc);\n\t\t}\n\t\tscript.setAttribute(\"data-webpack\", dataWebpackPrefix + key);\n\t\tscript.src = url;\n\t}\n\tinProgress[url] = [done];\n\tvar onScriptComplete = (prev, event) => {\n\t\t// avoid mem leaks in IE.\n\t\tscript.onerror = script.onload = null;\n\t\tclearTimeout(timeout);\n\t\tvar doneFns = inProgress[url];\n\t\tdelete inProgress[url];\n\t\tscript.parentNode && script.parentNode.removeChild(script);\n\t\tdoneFns && doneFns.forEach((fn) => (fn(event)));\n\t\tif(prev) return prev(event);\n\t}\n\t;\n\tvar timeout = setTimeout(onScriptComplete.bind(null, undefined, { type: 'timeout', target: script }), 120000);\n\tscript.onerror = onScriptComplete.bind(null, script.onerror);\n\tscript.onload = onScriptComplete.bind(null, script.onload);\n\tneedAttach && document.head.appendChild(script);\n};","// Currently in sync with Node.js lib/assert.js\n// https://github.com/nodejs/node/commit/2a51ae424a513ec9a6aa3466baa0cc1d55dd4f3b\n// Originally from narwhal.js (http://narwhaljs.org)\n// Copyright (c) 2009 Thomas Robinson <280north.com>\n//\n// Permission is hereby granted, free of charge, to any person obtaining a copy\n// of this software and associated documentation files (the 'Software'), to\n// deal in the Software without restriction, including without limitation the\n// rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n// sell copies of the Software, and to permit persons to whom the Software is\n// furnished to do so, subject to the following conditions:\n//\n// The above copyright notice and this permission notice shall be included in\n// all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n// AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n// ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n'use strict';\n\nfunction _typeof(obj) { if (typeof Symbol === \"function\" && typeof Symbol.iterator === \"symbol\") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === \"function\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \"symbol\" : typeof obj; }; } return _typeof(obj); }\n\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\nvar _require = require('./internal/errors'),\n _require$codes = _require.codes,\n ERR_AMBIGUOUS_ARGUMENT = _require$codes.ERR_AMBIGUOUS_ARGUMENT,\n ERR_INVALID_ARG_TYPE = _require$codes.ERR_INVALID_ARG_TYPE,\n ERR_INVALID_ARG_VALUE = _require$codes.ERR_INVALID_ARG_VALUE,\n ERR_INVALID_RETURN_VALUE = _require$codes.ERR_INVALID_RETURN_VALUE,\n ERR_MISSING_ARGS = _require$codes.ERR_MISSING_ARGS;\n\nvar AssertionError = require('./internal/assert/assertion_error');\n\nvar _require2 = require('util/'),\n inspect = _require2.inspect;\n\nvar _require$types = require('util/').types,\n isPromise = _require$types.isPromise,\n isRegExp = _require$types.isRegExp;\n\nvar objectAssign = Object.assign ? Object.assign : require('es6-object-assign').assign;\nvar objectIs = Object.is ? Object.is : require('object-is');\nvar errorCache = new Map();\nvar isDeepEqual;\nvar isDeepStrictEqual;\nvar parseExpressionAt;\nvar findNodeAround;\nvar decoder;\n\nfunction lazyLoadComparison() {\n var comparison = require('./internal/util/comparisons');\n\n isDeepEqual = comparison.isDeepEqual;\n isDeepStrictEqual = comparison.isDeepStrictEqual;\n} // Escape control characters but not \\n and \\t to keep the line breaks and\n// indentation intact.\n// eslint-disable-next-line no-control-regex\n\n\nvar escapeSequencesRegExp = /[\\x00-\\x08\\x0b\\x0c\\x0e-\\x1f]/g;\nvar meta = [\"\\\\u0000\", \"\\\\u0001\", \"\\\\u0002\", \"\\\\u0003\", \"\\\\u0004\", \"\\\\u0005\", \"\\\\u0006\", \"\\\\u0007\", '\\\\b', '', '', \"\\\\u000b\", '\\\\f', '', \"\\\\u000e\", \"\\\\u000f\", \"\\\\u0010\", \"\\\\u0011\", \"\\\\u0012\", \"\\\\u0013\", \"\\\\u0014\", \"\\\\u0015\", \"\\\\u0016\", \"\\\\u0017\", \"\\\\u0018\", \"\\\\u0019\", \"\\\\u001a\", \"\\\\u001b\", \"\\\\u001c\", \"\\\\u001d\", \"\\\\u001e\", \"\\\\u001f\"];\n\nvar escapeFn = function escapeFn(str) {\n return meta[str.charCodeAt(0)];\n};\n\nvar warned = false; // The assert module provides functions that throw\n// AssertionError's when particular conditions are not met. The\n// assert module must conform to the following interface.\n\nvar assert = module.exports = ok;\nvar NO_EXCEPTION_SENTINEL = {}; // All of the following functions must throw an AssertionError\n// when a corresponding condition is not met, with a message that\n// may be undefined if not provided. All assertion methods provide\n// both the actual and expected values to the assertion error for\n// display purposes.\n\nfunction innerFail(obj) {\n if (obj.message instanceof Error) throw obj.message;\n throw new AssertionError(obj);\n}\n\nfunction fail(actual, expected, message, operator, stackStartFn) {\n var argsLen = arguments.length;\n var internalMessage;\n\n if (argsLen === 0) {\n internalMessage = 'Failed';\n } else if (argsLen === 1) {\n message = actual;\n actual = undefined;\n } else {\n if (warned === false) {\n warned = true;\n var warn = process.emitWarning ? process.emitWarning : console.warn.bind(console);\n warn('assert.fail() with more than one argument is deprecated. ' + 'Please use assert.strictEqual() instead or only pass a message.', 'DeprecationWarning', 'DEP0094');\n }\n\n if (argsLen === 2) operator = '!=';\n }\n\n if (message instanceof Error) throw message;\n var errArgs = {\n actual: actual,\n expected: expected,\n operator: operator === undefined ? 'fail' : operator,\n stackStartFn: stackStartFn || fail\n };\n\n if (message !== undefined) {\n errArgs.message = message;\n }\n\n var err = new AssertionError(errArgs);\n\n if (internalMessage) {\n err.message = internalMessage;\n err.generatedMessage = true;\n }\n\n throw err;\n}\n\nassert.fail = fail; // The AssertionError is defined in internal/error.\n\nassert.AssertionError = AssertionError;\n\nfunction innerOk(fn, argLen, value, message) {\n if (!value) {\n var generatedMessage = false;\n\n if (argLen === 0) {\n generatedMessage = true;\n message = 'No value argument passed to `assert.ok()`';\n } else if (message instanceof Error) {\n throw message;\n }\n\n var err = new AssertionError({\n actual: value,\n expected: true,\n message: message,\n operator: '==',\n stackStartFn: fn\n });\n err.generatedMessage = generatedMessage;\n throw err;\n }\n} // Pure assertion tests whether a value is truthy, as determined\n// by !!value.\n\n\nfunction ok() {\n for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {\n args[_key] = arguments[_key];\n }\n\n innerOk.apply(void 0, [ok, args.length].concat(args));\n}\n\nassert.ok = ok; // The equality assertion tests shallow, coercive equality with ==.\n\n/* eslint-disable no-restricted-properties */\n\nassert.equal = function equal(actual, expected, message) {\n if (arguments.length < 2) {\n throw new ERR_MISSING_ARGS('actual', 'expected');\n } // eslint-disable-next-line eqeqeq\n\n\n if (actual != expected) {\n innerFail({\n actual: actual,\n expected: expected,\n message: message,\n operator: '==',\n stackStartFn: equal\n });\n }\n}; // The non-equality assertion tests for whether two objects are not\n// equal with !=.\n\n\nassert.notEqual = function notEqual(actual, expected, message) {\n if (arguments.length < 2) {\n throw new ERR_MISSING_ARGS('actual', 'expected');\n } // eslint-disable-next-line eqeqeq\n\n\n if (actual == expected) {\n innerFail({\n actual: actual,\n expected: expected,\n message: message,\n operator: '!=',\n stackStartFn: notEqual\n });\n }\n}; // The equivalence assertion tests a deep equality relation.\n\n\nassert.deepEqual = function deepEqual(actual, expected, message) {\n if (arguments.length < 2) {\n throw new ERR_MISSING_ARGS('actual', 'expected');\n }\n\n if (isDeepEqual === undefined) lazyLoadComparison();\n\n if (!isDeepEqual(actual, expected)) {\n innerFail({\n actual: actual,\n expected: expected,\n message: message,\n operator: 'deepEqual',\n stackStartFn: deepEqual\n });\n }\n}; // The non-equivalence assertion tests for any deep inequality.\n\n\nassert.notDeepEqual = function notDeepEqual(actual, expected, message) {\n if (arguments.length < 2) {\n throw new ERR_MISSING_ARGS('actual', 'expected');\n }\n\n if (isDeepEqual === undefined) lazyLoadComparison();\n\n if (isDeepEqual(actual, expected)) {\n innerFail({\n actual: actual,\n expected: expected,\n message: message,\n operator: 'notDeepEqual',\n stackStartFn: notDeepEqual\n });\n }\n};\n/* eslint-enable */\n\n\nassert.deepStrictEqual = function deepStrictEqual(actual, expected, message) {\n if (arguments.length < 2) {\n throw new ERR_MISSING_ARGS('actual', 'expected');\n }\n\n if (isDeepEqual === undefined) lazyLoadComparison();\n\n if (!isDeepStrictEqual(actual, expected)) {\n innerFail({\n actual: actual,\n expected: expected,\n message: message,\n operator: 'deepStrictEqual',\n stackStartFn: deepStrictEqual\n });\n }\n};\n\nassert.notDeepStrictEqual = notDeepStrictEqual;\n\nfunction notDeepStrictEqual(actual, expected, message) {\n if (arguments.length < 2) {\n throw new ERR_MISSING_ARGS('actual', 'expected');\n }\n\n if (isDeepEqual === undefined) lazyLoadComparison();\n\n if (isDeepStrictEqual(actual, expected)) {\n innerFail({\n actual: actual,\n expected: expected,\n message: message,\n operator: 'notDeepStrictEqual',\n stackStartFn: notDeepStrictEqual\n });\n }\n}\n\nassert.strictEqual = function strictEqual(actual, expected, message) {\n if (arguments.length < 2) {\n throw new ERR_MISSING_ARGS('actual', 'expected');\n }\n\n if (!objectIs(actual, expected)) {\n innerFail({\n actual: actual,\n expected: expected,\n message: message,\n operator: 'strictEqual',\n stackStartFn: strictEqual\n });\n }\n};\n\nassert.notStrictEqual = function notStrictEqual(actual, expected, message) {\n if (arguments.length < 2) {\n throw new ERR_MISSING_ARGS('actual', 'expected');\n }\n\n if (objectIs(actual, expected)) {\n innerFail({\n actual: actual,\n expected: expected,\n message: message,\n operator: 'notStrictEqual',\n stackStartFn: notStrictEqual\n });\n }\n};\n\nvar Comparison = function Comparison(obj, keys, actual) {\n var _this = this;\n\n _classCallCheck(this, Comparison);\n\n keys.forEach(function (key) {\n if (key in obj) {\n if (actual !== undefined && typeof actual[key] === 'string' && isRegExp(obj[key]) && obj[key].test(actual[key])) {\n _this[key] = actual[key];\n } else {\n _this[key] = obj[key];\n }\n }\n });\n};\n\nfunction compareExceptionKey(actual, expected, key, message, keys, fn) {\n if (!(key in actual) || !isDeepStrictEqual(actual[key], expected[key])) {\n if (!message) {\n // Create placeholder objects to create a nice output.\n var a = new Comparison(actual, keys);\n var b = new Comparison(expected, keys, actual);\n var err = new AssertionError({\n actual: a,\n expected: b,\n operator: 'deepStrictEqual',\n stackStartFn: fn\n });\n err.actual = actual;\n err.expected = expected;\n err.operator = fn.name;\n throw err;\n }\n\n innerFail({\n actual: actual,\n expected: expected,\n message: message,\n operator: fn.name,\n stackStartFn: fn\n });\n }\n}\n\nfunction expectedException(actual, expected, msg, fn) {\n if (typeof expected !== 'function') {\n if (isRegExp(expected)) return expected.test(actual); // assert.doesNotThrow does not accept objects.\n\n if (arguments.length === 2) {\n throw new ERR_INVALID_ARG_TYPE('expected', ['Function', 'RegExp'], expected);\n } // Handle primitives properly.\n\n\n if (_typeof(actual) !== 'object' || actual === null) {\n var err = new AssertionError({\n actual: actual,\n expected: expected,\n message: msg,\n operator: 'deepStrictEqual',\n stackStartFn: fn\n });\n err.operator = fn.name;\n throw err;\n }\n\n var keys = Object.keys(expected); // Special handle errors to make sure the name and the message are compared\n // as well.\n\n if (expected instanceof Error) {\n keys.push('name', 'message');\n } else if (keys.length === 0) {\n throw new ERR_INVALID_ARG_VALUE('error', expected, 'may not be an empty object');\n }\n\n if (isDeepEqual === undefined) lazyLoadComparison();\n keys.forEach(function (key) {\n if (typeof actual[key] === 'string' && isRegExp(expected[key]) && expected[key].test(actual[key])) {\n return;\n }\n\n compareExceptionKey(actual, expected, key, msg, keys, fn);\n });\n return true;\n } // Guard instanceof against arrow functions as they don't have a prototype.\n\n\n if (expected.prototype !== undefined && actual instanceof expected) {\n return true;\n }\n\n if (Error.isPrototypeOf(expected)) {\n return false;\n }\n\n return expected.call({}, actual) === true;\n}\n\nfunction getActual(fn) {\n if (typeof fn !== 'function') {\n throw new ERR_INVALID_ARG_TYPE('fn', 'Function', fn);\n }\n\n try {\n fn();\n } catch (e) {\n return e;\n }\n\n return NO_EXCEPTION_SENTINEL;\n}\n\nfunction checkIsPromise(obj) {\n // Accept native ES6 promises and promises that are implemented in a similar\n // way. Do not accept thenables that use a function as `obj` and that have no\n // `catch` handler.\n // TODO: thenables are checked up until they have the correct methods,\n // but according to documentation, the `then` method should receive\n // the `fulfill` and `reject` arguments as well or it may be never resolved.\n return isPromise(obj) || obj !== null && _typeof(obj) === 'object' && typeof obj.then === 'function' && typeof obj.catch === 'function';\n}\n\nfunction waitForActual(promiseFn) {\n return Promise.resolve().then(function () {\n var resultPromise;\n\n if (typeof promiseFn === 'function') {\n // Return a rejected promise if `promiseFn` throws synchronously.\n resultPromise = promiseFn(); // Fail in case no promise is returned.\n\n if (!checkIsPromise(resultPromise)) {\n throw new ERR_INVALID_RETURN_VALUE('instance of Promise', 'promiseFn', resultPromise);\n }\n } else if (checkIsPromise(promiseFn)) {\n resultPromise = promiseFn;\n } else {\n throw new ERR_INVALID_ARG_TYPE('promiseFn', ['Function', 'Promise'], promiseFn);\n }\n\n return Promise.resolve().then(function () {\n return resultPromise;\n }).then(function () {\n return NO_EXCEPTION_SENTINEL;\n }).catch(function (e) {\n return e;\n });\n });\n}\n\nfunction expectsError(stackStartFn, actual, error, message) {\n if (typeof error === 'string') {\n if (arguments.length === 4) {\n throw new ERR_INVALID_ARG_TYPE('error', ['Object', 'Error', 'Function', 'RegExp'], error);\n }\n\n if (_typeof(actual) === 'object' && actual !== null) {\n if (actual.message === error) {\n throw new ERR_AMBIGUOUS_ARGUMENT('error/message', \"The error message \\\"\".concat(actual.message, \"\\\" is identical to the message.\"));\n }\n } else if (actual === error) {\n throw new ERR_AMBIGUOUS_ARGUMENT('error/message', \"The error \\\"\".concat(actual, \"\\\" is identical to the message.\"));\n }\n\n message = error;\n error = undefined;\n } else if (error != null && _typeof(error) !== 'object' && typeof error !== 'function') {\n throw new ERR_INVALID_ARG_TYPE('error', ['Object', 'Error', 'Function', 'RegExp'], error);\n }\n\n if (actual === NO_EXCEPTION_SENTINEL) {\n var details = '';\n\n if (error && error.name) {\n details += \" (\".concat(error.name, \")\");\n }\n\n details += message ? \": \".concat(message) : '.';\n var fnType = stackStartFn.name === 'rejects' ? 'rejection' : 'exception';\n innerFail({\n actual: undefined,\n expected: error,\n operator: stackStartFn.name,\n message: \"Missing expected \".concat(fnType).concat(details),\n stackStartFn: stackStartFn\n });\n }\n\n if (error && !expectedException(actual, error, message, stackStartFn)) {\n throw actual;\n }\n}\n\nfunction expectsNoError(stackStartFn, actual, error, message) {\n if (actual === NO_EXCEPTION_SENTINEL) return;\n\n if (typeof error === 'string') {\n message = error;\n error = undefined;\n }\n\n if (!error || expectedException(actual, error)) {\n var details = message ? \": \".concat(message) : '.';\n var fnType = stackStartFn.name === 'doesNotReject' ? 'rejection' : 'exception';\n innerFail({\n actual: actual,\n expected: error,\n operator: stackStartFn.name,\n message: \"Got unwanted \".concat(fnType).concat(details, \"\\n\") + \"Actual message: \\\"\".concat(actual && actual.message, \"\\\"\"),\n stackStartFn: stackStartFn\n });\n }\n\n throw actual;\n}\n\nassert.throws = function throws(promiseFn) {\n for (var _len2 = arguments.length, args = new Array(_len2 > 1 ? _len2 - 1 : 0), _key2 = 1; _key2 < _len2; _key2++) {\n args[_key2 - 1] = arguments[_key2];\n }\n\n expectsError.apply(void 0, [throws, getActual(promiseFn)].concat(args));\n};\n\nassert.rejects = function rejects(promiseFn) {\n for (var _len3 = arguments.length, args = new Array(_len3 > 1 ? _len3 - 1 : 0), _key3 = 1; _key3 < _len3; _key3++) {\n args[_key3 - 1] = arguments[_key3];\n }\n\n return waitForActual(promiseFn).then(function (result) {\n return expectsError.apply(void 0, [rejects, result].concat(args));\n });\n};\n\nassert.doesNotThrow = function doesNotThrow(fn) {\n for (var _len4 = arguments.length, args = new Array(_len4 > 1 ? _len4 - 1 : 0), _key4 = 1; _key4 < _len4; _key4++) {\n args[_key4 - 1] = arguments[_key4];\n }\n\n expectsNoError.apply(void 0, [doesNotThrow, getActual(fn)].concat(args));\n};\n\nassert.doesNotReject = function doesNotReject(fn) {\n for (var _len5 = arguments.length, args = new Array(_len5 > 1 ? _len5 - 1 : 0), _key5 = 1; _key5 < _len5; _key5++) {\n args[_key5 - 1] = arguments[_key5];\n }\n\n return waitForActual(fn).then(function (result) {\n return expectsNoError.apply(void 0, [doesNotReject, result].concat(args));\n });\n};\n\nassert.ifError = function ifError(err) {\n if (err !== null && err !== undefined) {\n var message = 'ifError got unwanted exception: ';\n\n if (_typeof(err) === 'object' && typeof err.message === 'string') {\n if (err.message.length === 0 && err.constructor) {\n message += err.constructor.name;\n } else {\n message += err.message;\n }\n } else {\n message += inspect(err);\n }\n\n var newErr = new AssertionError({\n actual: err,\n expected: null,\n operator: 'ifError',\n message: message,\n stackStartFn: ifError\n }); // Make sure we actually have a stack trace!\n\n var origStack = err.stack;\n\n if (typeof origStack === 'string') {\n // This will remove any duplicated frames from the error frames taken\n // from within `ifError` and add the original error frames to the newly\n // created ones.\n var tmp2 = origStack.split('\\n');\n tmp2.shift(); // Filter all frames existing in err.stack.\n\n var tmp1 = newErr.stack.split('\\n');\n\n for (var i = 0; i < tmp2.length; i++) {\n // Find the first occurrence of the frame.\n var pos = tmp1.indexOf(tmp2[i]);\n\n if (pos !== -1) {\n // Only keep new frames.\n tmp1 = tmp1.slice(0, pos);\n break;\n }\n }\n\n newErr.stack = \"\".concat(tmp1.join('\\n'), \"\\n\").concat(tmp2.join('\\n'));\n }\n\n throw newErr;\n }\n}; // Expose a strict only variant of assert\n\n\nfunction strict() {\n for (var _len6 = arguments.length, args = new Array(_len6), _key6 = 0; _key6 < _len6; _key6++) {\n args[_key6] = arguments[_key6];\n }\n\n innerOk.apply(void 0, [strict, args.length].concat(args));\n}\n\nassert.strict = objectAssign(strict, assert, {\n equal: assert.strictEqual,\n deepEqual: assert.deepStrictEqual,\n notEqual: assert.notStrictEqual,\n notDeepEqual: assert.notDeepStrictEqual\n});\nassert.strict.strict = assert.strict;","// Currently in sync with Node.js lib/internal/assert/assertion_error.js\n// https://github.com/nodejs/node/commit/0817840f775032169ddd70c85ac059f18ffcc81c\n'use strict';\n\nfunction _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty(target, key, source[key]); }); } return target; }\n\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\n\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\"value\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\n\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }\n\nfunction _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === \"object\" || typeof call === \"function\")) { return call; } return _assertThisInitialized(self); }\n\nfunction _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\"); } return self; }\n\nfunction _inherits(subClass, superClass) { if (typeof superClass !== \"function\" && superClass !== null) { throw new TypeError(\"Super expression must either be null or a function\"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }\n\nfunction _wrapNativeSuper(Class) { var _cache = typeof Map === \"function\" ? new Map() : undefined; _wrapNativeSuper = function _wrapNativeSuper(Class) { if (Class === null || !_isNativeFunction(Class)) return Class; if (typeof Class !== \"function\") { throw new TypeError(\"Super expression must either be null or a function\"); } if (typeof _cache !== \"undefined\") { if (_cache.has(Class)) return _cache.get(Class); _cache.set(Class, Wrapper); } function Wrapper() { return _construct(Class, arguments, _getPrototypeOf(this).constructor); } Wrapper.prototype = Object.create(Class.prototype, { constructor: { value: Wrapper, enumerable: false, writable: true, configurable: true } }); return _setPrototypeOf(Wrapper, Class); }; return _wrapNativeSuper(Class); }\n\nfunction isNativeReflectConstruct() { if (typeof Reflect === \"undefined\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \"function\") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } }\n\nfunction _construct(Parent, args, Class) { if (isNativeReflectConstruct()) { _construct = Reflect.construct; } else { _construct = function _construct(Parent, args, Class) { var a = [null]; a.push.apply(a, args); var Constructor = Function.bind.apply(Parent, a); var instance = new Constructor(); if (Class) _setPrototypeOf(instance, Class.prototype); return instance; }; } return _construct.apply(null, arguments); }\n\nfunction _isNativeFunction(fn) { return Function.toString.call(fn).indexOf(\"[native code]\") !== -1; }\n\nfunction _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }\n\nfunction _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }\n\nfunction _typeof(obj) { if (typeof Symbol === \"function\" && typeof Symbol.iterator === \"symbol\") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === \"function\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \"symbol\" : typeof obj; }; } return _typeof(obj); }\n\nvar _require = require('util/'),\n inspect = _require.inspect;\n\nvar _require2 = require('../errors'),\n ERR_INVALID_ARG_TYPE = _require2.codes.ERR_INVALID_ARG_TYPE; // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/endsWith\n\n\nfunction endsWith(str, search, this_len) {\n if (this_len === undefined || this_len > str.length) {\n this_len = str.length;\n }\n\n return str.substring(this_len - search.length, this_len) === search;\n} // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/repeat\n\n\nfunction repeat(str, count) {\n count = Math.floor(count);\n if (str.length == 0 || count == 0) return '';\n var maxCount = str.length * count;\n count = Math.floor(Math.log(count) / Math.log(2));\n\n while (count) {\n str += str;\n count--;\n }\n\n str += str.substring(0, maxCount - str.length);\n return str;\n}\n\nvar blue = '';\nvar green = '';\nvar red = '';\nvar white = '';\nvar kReadableOperator = {\n deepStrictEqual: 'Expected values to be strictly deep-equal:',\n strictEqual: 'Expected values to be strictly equal:',\n strictEqualObject: 'Expected \"actual\" to be reference-equal to \"expected\":',\n deepEqual: 'Expected values to be loosely deep-equal:',\n equal: 'Expected values to be loosely equal:',\n notDeepStrictEqual: 'Expected \"actual\" not to be strictly deep-equal to:',\n notStrictEqual: 'Expected \"actual\" to be strictly unequal to:',\n notStrictEqualObject: 'Expected \"actual\" not to be reference-equal to \"expected\":',\n notDeepEqual: 'Expected \"actual\" not to be loosely deep-equal to:',\n notEqual: 'Expected \"actual\" to be loosely unequal to:',\n notIdentical: 'Values identical but not reference-equal:'\n}; // Comparing short primitives should just show === / !== instead of using the\n// diff.\n\nvar kMaxShortLength = 10;\n\nfunction copyError(source) {\n var keys = Object.keys(source);\n var target = Object.create(Object.getPrototypeOf(source));\n keys.forEach(function (key) {\n target[key] = source[key];\n });\n Object.defineProperty(target, 'message', {\n value: source.message\n });\n return target;\n}\n\nfunction inspectValue(val) {\n // The util.inspect default values could be changed. This makes sure the\n // error messages contain the necessary information nevertheless.\n return inspect(val, {\n compact: false,\n customInspect: false,\n depth: 1000,\n maxArrayLength: Infinity,\n // Assert compares only enumerable properties (with a few exceptions).\n showHidden: false,\n // Having a long line as error is better than wrapping the line for\n // comparison for now.\n // TODO(BridgeAR): `breakLength` should be limited as soon as soon as we\n // have meta information about the inspected properties (i.e., know where\n // in what line the property starts and ends).\n breakLength: Infinity,\n // Assert does not detect proxies currently.\n showProxy: false,\n sorted: true,\n // Inspect getters as we also check them when comparing entries.\n getters: true\n });\n}\n\nfunction createErrDiff(actual, expected, operator) {\n var other = '';\n var res = '';\n var lastPos = 0;\n var end = '';\n var skipped = false;\n var actualInspected = inspectValue(actual);\n var actualLines = actualInspected.split('\\n');\n var expectedLines = inspectValue(expected).split('\\n');\n var i = 0;\n var indicator = ''; // In case both values are objects explicitly mark them as not reference equal\n // for the `strictEqual` operator.\n\n if (operator === 'strictEqual' && _typeof(actual) === 'object' && _typeof(expected) === 'object' && actual !== null && expected !== null) {\n operator = 'strictEqualObject';\n } // If \"actual\" and \"expected\" fit on a single line and they are not strictly\n // equal, check further special handling.\n\n\n if (actualLines.length === 1 && expectedLines.length === 1 && actualLines[0] !== expectedLines[0]) {\n var inputLength = actualLines[0].length + expectedLines[0].length; // If the character length of \"actual\" and \"expected\" together is less than\n // kMaxShortLength and if neither is an object and at least one of them is\n // not `zero`, use the strict equal comparison to visualize the output.\n\n if (inputLength <= kMaxShortLength) {\n if ((_typeof(actual) !== 'object' || actual === null) && (_typeof(expected) !== 'object' || expected === null) && (actual !== 0 || expected !== 0)) {\n // -0 === +0\n return \"\".concat(kReadableOperator[operator], \"\\n\\n\") + \"\".concat(actualLines[0], \" !== \").concat(expectedLines[0], \"\\n\");\n }\n } else if (operator !== 'strictEqualObject') {\n // If the stderr is a tty and the input length is lower than the current\n // columns per line, add a mismatch indicator below the output. If it is\n // not a tty, use a default value of 80 characters.\n var maxLength = process.stderr && process.stderr.isTTY ? process.stderr.columns : 80;\n\n if (inputLength < maxLength) {\n while (actualLines[0][i] === expectedLines[0][i]) {\n i++;\n } // Ignore the first characters.\n\n\n if (i > 2) {\n // Add position indicator for the first mismatch in case it is a\n // single line and the input length is less than the column length.\n indicator = \"\\n \".concat(repeat(' ', i), \"^\");\n i = 0;\n }\n }\n }\n } // Remove all ending lines that match (this optimizes the output for\n // readability by reducing the number of total changed lines).\n\n\n var a = actualLines[actualLines.length - 1];\n var b = expectedLines[expectedLines.length - 1];\n\n while (a === b) {\n if (i++ < 2) {\n end = \"\\n \".concat(a).concat(end);\n } else {\n other = a;\n }\n\n actualLines.pop();\n expectedLines.pop();\n if (actualLines.length === 0 || expectedLines.length === 0) break;\n a = actualLines[actualLines.length - 1];\n b = expectedLines[expectedLines.length - 1];\n }\n\n var maxLines = Math.max(actualLines.length, expectedLines.length); // Strict equal with identical objects that are not identical by reference.\n // E.g., assert.deepStrictEqual({ a: Symbol() }, { a: Symbol() })\n\n if (maxLines === 0) {\n // We have to get the result again. The lines were all removed before.\n var _actualLines = actualInspected.split('\\n'); // Only remove lines in case it makes sense to collapse those.\n // TODO: Accept env to always show the full error.\n\n\n if (_actualLines.length > 30) {\n _actualLines[26] = \"\".concat(blue, \"...\").concat(white);\n\n while (_actualLines.length > 27) {\n _actualLines.pop();\n }\n }\n\n return \"\".concat(kReadableOperator.notIdentical, \"\\n\\n\").concat(_actualLines.join('\\n'), \"\\n\");\n }\n\n if (i > 3) {\n end = \"\\n\".concat(blue, \"...\").concat(white).concat(end);\n skipped = true;\n }\n\n if (other !== '') {\n end = \"\\n \".concat(other).concat(end);\n other = '';\n }\n\n var printedLines = 0;\n var msg = kReadableOperator[operator] + \"\\n\".concat(green, \"+ actual\").concat(white, \" \").concat(red, \"- expected\").concat(white);\n var skippedMsg = \" \".concat(blue, \"...\").concat(white, \" Lines skipped\");\n\n for (i = 0; i < maxLines; i++) {\n // Only extra expected lines exist\n var cur = i - lastPos;\n\n if (actualLines.length < i + 1) {\n // If the last diverging line is more than one line above and the\n // current line is at least line three, add some of the former lines and\n // also add dots to indicate skipped entries.\n if (cur > 1 && i > 2) {\n if (cur > 4) {\n res += \"\\n\".concat(blue, \"...\").concat(white);\n skipped = true;\n } else if (cur > 3) {\n res += \"\\n \".concat(expectedLines[i - 2]);\n printedLines++;\n }\n\n res += \"\\n \".concat(expectedLines[i - 1]);\n printedLines++;\n } // Mark the current line as the last diverging one.\n\n\n lastPos = i; // Add the expected line to the cache.\n\n other += \"\\n\".concat(red, \"-\").concat(white, \" \").concat(expectedLines[i]);\n printedLines++; // Only extra actual lines exist\n } else if (expectedLines.length < i + 1) {\n // If the last diverging line is more than one line above and the\n // current line is at least line three, add some of the former lines and\n // also add dots to indicate skipped entries.\n if (cur > 1 && i > 2) {\n if (cur > 4) {\n res += \"\\n\".concat(blue, \"...\").concat(white);\n skipped = true;\n } else if (cur > 3) {\n res += \"\\n \".concat(actualLines[i - 2]);\n printedLines++;\n }\n\n res += \"\\n \".concat(actualLines[i - 1]);\n printedLines++;\n } // Mark the current line as the last diverging one.\n\n\n lastPos = i; // Add the actual line to the result.\n\n res += \"\\n\".concat(green, \"+\").concat(white, \" \").concat(actualLines[i]);\n printedLines++; // Lines diverge\n } else {\n var expectedLine = expectedLines[i];\n var actualLine = actualLines[i]; // If the lines diverge, specifically check for lines that only diverge by\n // a trailing comma. In that case it is actually identical and we should\n // mark it as such.\n\n var divergingLines = actualLine !== expectedLine && (!endsWith(actualLine, ',') || actualLine.slice(0, -1) !== expectedLine); // If the expected line has a trailing comma but is otherwise identical,\n // add a comma at the end of the actual line. Otherwise the output could\n // look weird as in:\n //\n // [\n // 1 // No comma at the end!\n // + 2\n // ]\n //\n\n if (divergingLines && endsWith(expectedLine, ',') && expectedLine.slice(0, -1) === actualLine) {\n divergingLines = false;\n actualLine += ',';\n }\n\n if (divergingLines) {\n // If the last diverging line is more than one line above and the\n // current line is at least line three, add some of the former lines and\n // also add dots to indicate skipped entries.\n if (cur > 1 && i > 2) {\n if (cur > 4) {\n res += \"\\n\".concat(blue, \"...\").concat(white);\n skipped = true;\n } else if (cur > 3) {\n res += \"\\n \".concat(actualLines[i - 2]);\n printedLines++;\n }\n\n res += \"\\n \".concat(actualLines[i - 1]);\n printedLines++;\n } // Mark the current line as the last diverging one.\n\n\n lastPos = i; // Add the actual line to the result and cache the expected diverging\n // line so consecutive diverging lines show up as +++--- and not +-+-+-.\n\n res += \"\\n\".concat(green, \"+\").concat(white, \" \").concat(actualLine);\n other += \"\\n\".concat(red, \"-\").concat(white, \" \").concat(expectedLine);\n printedLines += 2; // Lines are identical\n } else {\n // Add all cached information to the result before adding other things\n // and reset the cache.\n res += other;\n other = ''; // If the last diverging line is exactly one line above or if it is the\n // very first line, add the line to the result.\n\n if (cur === 1 || i === 0) {\n res += \"\\n \".concat(actualLine);\n printedLines++;\n }\n }\n } // Inspected object to big (Show ~20 rows max)\n\n\n if (printedLines > 20 && i < maxLines - 2) {\n return \"\".concat(msg).concat(skippedMsg, \"\\n\").concat(res, \"\\n\").concat(blue, \"...\").concat(white).concat(other, \"\\n\") + \"\".concat(blue, \"...\").concat(white);\n }\n }\n\n return \"\".concat(msg).concat(skipped ? skippedMsg : '', \"\\n\").concat(res).concat(other).concat(end).concat(indicator);\n}\n\nvar AssertionError =\n/*#__PURE__*/\nfunction (_Error) {\n _inherits(AssertionError, _Error);\n\n function AssertionError(options) {\n var _this;\n\n _classCallCheck(this, AssertionError);\n\n if (_typeof(options) !== 'object' || options === null) {\n throw new ERR_INVALID_ARG_TYPE('options', 'Object', options);\n }\n\n var message = options.message,\n operator = options.operator,\n stackStartFn = options.stackStartFn;\n var actual = options.actual,\n expected = options.expected;\n var limit = Error.stackTraceLimit;\n Error.stackTraceLimit = 0;\n\n if (message != null) {\n _this = _possibleConstructorReturn(this, _getPrototypeOf(AssertionError).call(this, String(message)));\n } else {\n if (process.stderr && process.stderr.isTTY) {\n // Reset on each call to make sure we handle dynamically set environment\n // variables correct.\n if (process.stderr && process.stderr.getColorDepth && process.stderr.getColorDepth() !== 1) {\n blue = \"\\x1B[34m\";\n green = \"\\x1B[32m\";\n white = \"\\x1B[39m\";\n red = \"\\x1B[31m\";\n } else {\n blue = '';\n green = '';\n white = '';\n red = '';\n }\n } // Prevent the error stack from being visible by duplicating the error\n // in a very close way to the original in case both sides are actually\n // instances of Error.\n\n\n if (_typeof(actual) === 'object' && actual !== null && _typeof(expected) === 'object' && expected !== null && 'stack' in actual && actual instanceof Error && 'stack' in expected && expected instanceof Error) {\n actual = copyError(actual);\n expected = copyError(expected);\n }\n\n if (operator === 'deepStrictEqual' || operator === 'strictEqual') {\n _this = _possibleConstructorReturn(this, _getPrototypeOf(AssertionError).call(this, createErrDiff(actual, expected, operator)));\n } else if (operator === 'notDeepStrictEqual' || operator === 'notStrictEqual') {\n // In case the objects are equal but the operator requires unequal, show\n // the first object and say A equals B\n var base = kReadableOperator[operator];\n var res = inspectValue(actual).split('\\n'); // In case \"actual\" is an object, it should not be reference equal.\n\n if (operator === 'notStrictEqual' && _typeof(actual) === 'object' && actual !== null) {\n base = kReadableOperator.notStrictEqualObject;\n } // Only remove lines in case it makes sense to collapse those.\n // TODO: Accept env to always show the full error.\n\n\n if (res.length > 30) {\n res[26] = \"\".concat(blue, \"...\").concat(white);\n\n while (res.length > 27) {\n res.pop();\n }\n } // Only print a single input.\n\n\n if (res.length === 1) {\n _this = _possibleConstructorReturn(this, _getPrototypeOf(AssertionError).call(this, \"\".concat(base, \" \").concat(res[0])));\n } else {\n _this = _possibleConstructorReturn(this, _getPrototypeOf(AssertionError).call(this, \"\".concat(base, \"\\n\\n\").concat(res.join('\\n'), \"\\n\")));\n }\n } else {\n var _res = inspectValue(actual);\n\n var other = '';\n var knownOperators = kReadableOperator[operator];\n\n if (operator === 'notDeepEqual' || operator === 'notEqual') {\n _res = \"\".concat(kReadableOperator[operator], \"\\n\\n\").concat(_res);\n\n if (_res.length > 1024) {\n _res = \"\".concat(_res.slice(0, 1021), \"...\");\n }\n } else {\n other = \"\".concat(inspectValue(expected));\n\n if (_res.length > 512) {\n _res = \"\".concat(_res.slice(0, 509), \"...\");\n }\n\n if (other.length > 512) {\n other = \"\".concat(other.slice(0, 509), \"...\");\n }\n\n if (operator === 'deepEqual' || operator === 'equal') {\n _res = \"\".concat(knownOperators, \"\\n\\n\").concat(_res, \"\\n\\nshould equal\\n\\n\");\n } else {\n other = \" \".concat(operator, \" \").concat(other);\n }\n }\n\n _this = _possibleConstructorReturn(this, _getPrototypeOf(AssertionError).call(this, \"\".concat(_res).concat(other)));\n }\n }\n\n Error.stackTraceLimit = limit;\n _this.generatedMessage = !message;\n Object.defineProperty(_assertThisInitialized(_this), 'name', {\n value: 'AssertionError [ERR_ASSERTION]',\n enumerable: false,\n writable: true,\n configurable: true\n });\n _this.code = 'ERR_ASSERTION';\n _this.actual = actual;\n _this.expected = expected;\n _this.operator = operator;\n\n if (Error.captureStackTrace) {\n // eslint-disable-next-line no-restricted-syntax\n Error.captureStackTrace(_assertThisInitialized(_this), stackStartFn);\n } // Create error message including the error code in the name.\n\n\n _this.stack; // Reset the name.\n\n _this.name = 'AssertionError';\n return _possibleConstructorReturn(_this);\n }\n\n _createClass(AssertionError, [{\n key: \"toString\",\n value: function toString() {\n return \"\".concat(this.name, \" [\").concat(this.code, \"]: \").concat(this.message);\n }\n }, {\n key: inspect.custom,\n value: function value(recurseTimes, ctx) {\n // This limits the `actual` and `expected` property default inspection to\n // the minimum depth. Otherwise those values would be too verbose compared\n // to the actual error message which contains a combined view of these two\n // input values.\n return inspect(this, _objectSpread({}, ctx, {\n customInspect: false,\n depth: 0\n }));\n }\n }]);\n\n return AssertionError;\n}(_wrapNativeSuper(Error));\n\nmodule.exports = AssertionError;","// Currently in sync with Node.js lib/internal/errors.js\n// https://github.com/nodejs/node/commit/3b044962c48fe313905877a96b5d0894a5404f6f\n\n/* eslint node-core/documented-errors: \"error\" */\n\n/* eslint node-core/alphabetize-errors: \"error\" */\n\n/* eslint node-core/prefer-util-format-errors: \"error\" */\n'use strict'; // The whole point behind this internal module is to allow Node.js to no\n// longer be forced to treat every error message change as a semver-major\n// change. The NodeError classes here all expose a `code` property whose\n// value statically and permanently identifies the error. While the error\n// message may change, the code should not.\n\nfunction _typeof(obj) { if (typeof Symbol === \"function\" && typeof Symbol.iterator === \"symbol\") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === \"function\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \"symbol\" : typeof obj; }; } return _typeof(obj); }\n\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\nfunction _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === \"object\" || typeof call === \"function\")) { return call; } return _assertThisInitialized(self); }\n\nfunction _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\"); } return self; }\n\nfunction _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }\n\nfunction _inherits(subClass, superClass) { if (typeof superClass !== \"function\" && superClass !== null) { throw new TypeError(\"Super expression must either be null or a function\"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }\n\nfunction _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }\n\nvar codes = {}; // Lazy loaded\n\nvar assert;\nvar util;\n\nfunction createErrorType(code, message, Base) {\n if (!Base) {\n Base = Error;\n }\n\n function getMessage(arg1, arg2, arg3) {\n if (typeof message === 'string') {\n return message;\n } else {\n return message(arg1, arg2, arg3);\n }\n }\n\n var NodeError =\n /*#__PURE__*/\n function (_Base) {\n _inherits(NodeError, _Base);\n\n function NodeError(arg1, arg2, arg3) {\n var _this;\n\n _classCallCheck(this, NodeError);\n\n _this = _possibleConstructorReturn(this, _getPrototypeOf(NodeError).call(this, getMessage(arg1, arg2, arg3)));\n _this.code = code;\n return _this;\n }\n\n return NodeError;\n }(Base);\n\n codes[code] = NodeError;\n} // https://github.com/nodejs/node/blob/v10.8.0/lib/internal/errors.js\n\n\nfunction oneOf(expected, thing) {\n if (Array.isArray(expected)) {\n var len = expected.length;\n expected = expected.map(function (i) {\n return String(i);\n });\n\n if (len > 2) {\n return \"one of \".concat(thing, \" \").concat(expected.slice(0, len - 1).join(', '), \", or \") + expected[len - 1];\n } else if (len === 2) {\n return \"one of \".concat(thing, \" \").concat(expected[0], \" or \").concat(expected[1]);\n } else {\n return \"of \".concat(thing, \" \").concat(expected[0]);\n }\n } else {\n return \"of \".concat(thing, \" \").concat(String(expected));\n }\n} // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/startsWith\n\n\nfunction startsWith(str, search, pos) {\n return str.substr(!pos || pos < 0 ? 0 : +pos, search.length) === search;\n} // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/endsWith\n\n\nfunction endsWith(str, search, this_len) {\n if (this_len === undefined || this_len > str.length) {\n this_len = str.length;\n }\n\n return str.substring(this_len - search.length, this_len) === search;\n} // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/includes\n\n\nfunction includes(str, search, start) {\n if (typeof start !== 'number') {\n start = 0;\n }\n\n if (start + search.length > str.length) {\n return false;\n } else {\n return str.indexOf(search, start) !== -1;\n }\n}\n\ncreateErrorType('ERR_AMBIGUOUS_ARGUMENT', 'The \"%s\" argument is ambiguous. %s', TypeError);\ncreateErrorType('ERR_INVALID_ARG_TYPE', function (name, expected, actual) {\n if (assert === undefined) assert = require('../assert');\n assert(typeof name === 'string', \"'name' must be a string\"); // determiner: 'must be' or 'must not be'\n\n var determiner;\n\n if (typeof expected === 'string' && startsWith(expected, 'not ')) {\n determiner = 'must not be';\n expected = expected.replace(/^not /, '');\n } else {\n determiner = 'must be';\n }\n\n var msg;\n\n if (endsWith(name, ' argument')) {\n // For cases like 'first argument'\n msg = \"The \".concat(name, \" \").concat(determiner, \" \").concat(oneOf(expected, 'type'));\n } else {\n var type = includes(name, '.') ? 'property' : 'argument';\n msg = \"The \\\"\".concat(name, \"\\\" \").concat(type, \" \").concat(determiner, \" \").concat(oneOf(expected, 'type'));\n } // TODO(BridgeAR): Improve the output by showing `null` and similar.\n\n\n msg += \". Received type \".concat(_typeof(actual));\n return msg;\n}, TypeError);\ncreateErrorType('ERR_INVALID_ARG_VALUE', function (name, value) {\n var reason = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'is invalid';\n if (util === undefined) util = require('util/');\n var inspected = util.inspect(value);\n\n if (inspected.length > 128) {\n inspected = \"\".concat(inspected.slice(0, 128), \"...\");\n }\n\n return \"The argument '\".concat(name, \"' \").concat(reason, \". Received \").concat(inspected);\n}, TypeError, RangeError);\ncreateErrorType('ERR_INVALID_RETURN_VALUE', function (input, name, value) {\n var type;\n\n if (value && value.constructor && value.constructor.name) {\n type = \"instance of \".concat(value.constructor.name);\n } else {\n type = \"type \".concat(_typeof(value));\n }\n\n return \"Expected \".concat(input, \" to be returned from the \\\"\").concat(name, \"\\\"\") + \" function but got \".concat(type, \".\");\n}, TypeError);\ncreateErrorType('ERR_MISSING_ARGS', function () {\n for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {\n args[_key] = arguments[_key];\n }\n\n if (assert === undefined) assert = require('../assert');\n assert(args.length > 0, 'At least one arg needs to be specified');\n var msg = 'The ';\n var len = args.length;\n args = args.map(function (a) {\n return \"\\\"\".concat(a, \"\\\"\");\n });\n\n switch (len) {\n case 1:\n msg += \"\".concat(args[0], \" argument\");\n break;\n\n case 2:\n msg += \"\".concat(args[0], \" and \").concat(args[1], \" arguments\");\n break;\n\n default:\n msg += args.slice(0, len - 1).join(', ');\n msg += \", and \".concat(args[len - 1], \" arguments\");\n break;\n }\n\n return \"\".concat(msg, \" must be specified\");\n}, TypeError);\nmodule.exports.codes = codes;","// Currently in sync with Node.js lib/internal/util/comparisons.js\n// https://github.com/nodejs/node/commit/112cc7c27551254aa2b17098fb774867f05ed0d9\n'use strict';\n\nfunction _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _nonIterableRest(); }\n\nfunction _nonIterableRest() { throw new TypeError(\"Invalid attempt to destructure non-iterable instance\"); }\n\nfunction _iterableToArrayLimit(arr, i) { var _arr = []; var _n = true; var _d = false; var _e = undefined; try { for (var _i = arr[Symbol.iterator](), _s; !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i[\"return\"] != null) _i[\"return\"](); } finally { if (_d) throw _e; } } return _arr; }\n\nfunction _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }\n\nfunction _typeof(obj) { if (typeof Symbol === \"function\" && typeof Symbol.iterator === \"symbol\") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === \"function\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \"symbol\" : typeof obj; }; } return _typeof(obj); }\n\nvar regexFlagsSupported = /a/g.flags !== undefined;\n\nvar arrayFromSet = function arrayFromSet(set) {\n var array = [];\n set.forEach(function (value) {\n return array.push(value);\n });\n return array;\n};\n\nvar arrayFromMap = function arrayFromMap(map) {\n var array = [];\n map.forEach(function (value, key) {\n return array.push([key, value]);\n });\n return array;\n};\n\nvar objectIs = Object.is ? Object.is : require('object-is');\nvar objectGetOwnPropertySymbols = Object.getOwnPropertySymbols ? Object.getOwnPropertySymbols : function () {\n return [];\n};\nvar numberIsNaN = Number.isNaN ? Number.isNaN : require('is-nan');\n\nfunction uncurryThis(f) {\n return f.call.bind(f);\n}\n\nvar hasOwnProperty = uncurryThis(Object.prototype.hasOwnProperty);\nvar propertyIsEnumerable = uncurryThis(Object.prototype.propertyIsEnumerable);\nvar objectToString = uncurryThis(Object.prototype.toString);\n\nvar _require$types = require('util/').types,\n isAnyArrayBuffer = _require$types.isAnyArrayBuffer,\n isArrayBufferView = _require$types.isArrayBufferView,\n isDate = _require$types.isDate,\n isMap = _require$types.isMap,\n isRegExp = _require$types.isRegExp,\n isSet = _require$types.isSet,\n isNativeError = _require$types.isNativeError,\n isBoxedPrimitive = _require$types.isBoxedPrimitive,\n isNumberObject = _require$types.isNumberObject,\n isStringObject = _require$types.isStringObject,\n isBooleanObject = _require$types.isBooleanObject,\n isBigIntObject = _require$types.isBigIntObject,\n isSymbolObject = _require$types.isSymbolObject,\n isFloat32Array = _require$types.isFloat32Array,\n isFloat64Array = _require$types.isFloat64Array;\n\nfunction isNonIndex(key) {\n if (key.length === 0 || key.length > 10) return true;\n\n for (var i = 0; i < key.length; i++) {\n var code = key.charCodeAt(i);\n if (code < 48 || code > 57) return true;\n } // The maximum size for an array is 2 ** 32 -1.\n\n\n return key.length === 10 && key >= Math.pow(2, 32);\n}\n\nfunction getOwnNonIndexProperties(value) {\n return Object.keys(value).filter(isNonIndex).concat(objectGetOwnPropertySymbols(value).filter(Object.prototype.propertyIsEnumerable.bind(value)));\n} // Taken from https://github.com/feross/buffer/blob/680e9e5e488f22aac27599a57dc844a6315928dd/index.js\n// original notice:\n\n/*!\n * The buffer module from node.js, for the browser.\n *\n * @author Feross Aboukhadijeh <feross@feross.org> <http://feross.org>\n * @license MIT\n */\n\n\nfunction compare(a, b) {\n if (a === b) {\n return 0;\n }\n\n var x = a.length;\n var y = b.length;\n\n for (var i = 0, len = Math.min(x, y); i < len; ++i) {\n if (a[i] !== b[i]) {\n x = a[i];\n y = b[i];\n break;\n }\n }\n\n if (x < y) {\n return -1;\n }\n\n if (y < x) {\n return 1;\n }\n\n return 0;\n}\n\nvar ONLY_ENUMERABLE = undefined;\nvar kStrict = true;\nvar kLoose = false;\nvar kNoIterator = 0;\nvar kIsArray = 1;\nvar kIsSet = 2;\nvar kIsMap = 3; // Check if they have the same source and flags\n\nfunction areSimilarRegExps(a, b) {\n return regexFlagsSupported ? a.source === b.source && a.flags === b.flags : RegExp.prototype.toString.call(a) === RegExp.prototype.toString.call(b);\n}\n\nfunction areSimilarFloatArrays(a, b) {\n if (a.byteLength !== b.byteLength) {\n return false;\n }\n\n for (var offset = 0; offset < a.byteLength; offset++) {\n if (a[offset] !== b[offset]) {\n return false;\n }\n }\n\n return true;\n}\n\nfunction areSimilarTypedArrays(a, b) {\n if (a.byteLength !== b.byteLength) {\n return false;\n }\n\n return compare(new Uint8Array(a.buffer, a.byteOffset, a.byteLength), new Uint8Array(b.buffer, b.byteOffset, b.byteLength)) === 0;\n}\n\nfunction areEqualArrayBuffers(buf1, buf2) {\n return buf1.byteLength === buf2.byteLength && compare(new Uint8Array(buf1), new Uint8Array(buf2)) === 0;\n}\n\nfunction isEqualBoxedPrimitive(val1, val2) {\n if (isNumberObject(val1)) {\n return isNumberObject(val2) && objectIs(Number.prototype.valueOf.call(val1), Number.prototype.valueOf.call(val2));\n }\n\n if (isStringObject(val1)) {\n return isStringObject(val2) && String.prototype.valueOf.call(val1) === String.prototype.valueOf.call(val2);\n }\n\n if (isBooleanObject(val1)) {\n return isBooleanObject(val2) && Boolean.prototype.valueOf.call(val1) === Boolean.prototype.valueOf.call(val2);\n }\n\n if (isBigIntObject(val1)) {\n return isBigIntObject(val2) && BigInt.prototype.valueOf.call(val1) === BigInt.prototype.valueOf.call(val2);\n }\n\n return isSymbolObject(val2) && Symbol.prototype.valueOf.call(val1) === Symbol.prototype.valueOf.call(val2);\n} // Notes: Type tags are historical [[Class]] properties that can be set by\n// FunctionTemplate::SetClassName() in C++ or Symbol.toStringTag in JS\n// and retrieved using Object.prototype.toString.call(obj) in JS\n// See https://tc39.github.io/ecma262/#sec-object.prototype.tostring\n// for a list of tags pre-defined in the spec.\n// There are some unspecified tags in the wild too (e.g. typed array tags).\n// Since tags can be altered, they only serve fast failures\n//\n// Typed arrays and buffers are checked by comparing the content in their\n// underlying ArrayBuffer. This optimization requires that it's\n// reasonable to interpret their underlying memory in the same way,\n// which is checked by comparing their type tags.\n// (e.g. a Uint8Array and a Uint16Array with the same memory content\n// could still be different because they will be interpreted differently).\n//\n// For strict comparison, objects should have\n// a) The same built-in type tags\n// b) The same prototypes.\n\n\nfunction innerDeepEqual(val1, val2, strict, memos) {\n // All identical values are equivalent, as determined by ===.\n if (val1 === val2) {\n if (val1 !== 0) return true;\n return strict ? objectIs(val1, val2) : true;\n } // Check more closely if val1 and val2 are equal.\n\n\n if (strict) {\n if (_typeof(val1) !== 'object') {\n return typeof val1 === 'number' && numberIsNaN(val1) && numberIsNaN(val2);\n }\n\n if (_typeof(val2) !== 'object' || val1 === null || val2 === null) {\n return false;\n }\n\n if (Object.getPrototypeOf(val1) !== Object.getPrototypeOf(val2)) {\n return false;\n }\n } else {\n if (val1 === null || _typeof(val1) !== 'object') {\n if (val2 === null || _typeof(val2) !== 'object') {\n // eslint-disable-next-line eqeqeq\n return val1 == val2;\n }\n\n return false;\n }\n\n if (val2 === null || _typeof(val2) !== 'object') {\n return false;\n }\n }\n\n var val1Tag = objectToString(val1);\n var val2Tag = objectToString(val2);\n\n if (val1Tag !== val2Tag) {\n return false;\n }\n\n if (Array.isArray(val1)) {\n // Check for sparse arrays and general fast path\n if (val1.length !== val2.length) {\n return false;\n }\n\n var keys1 = getOwnNonIndexProperties(val1, ONLY_ENUMERABLE);\n var keys2 = getOwnNonIndexProperties(val2, ONLY_ENUMERABLE);\n\n if (keys1.length !== keys2.length) {\n return false;\n }\n\n return keyCheck(val1, val2, strict, memos, kIsArray, keys1);\n } // [browserify] This triggers on certain types in IE (Map/Set) so we don't\n // wan't to early return out of the rest of the checks. However we can check\n // if the second value is one of these values and the first isn't.\n\n\n if (val1Tag === '[object Object]') {\n // return keyCheck(val1, val2, strict, memos, kNoIterator);\n if (!isMap(val1) && isMap(val2) || !isSet(val1) && isSet(val2)) {\n return false;\n }\n }\n\n if (isDate(val1)) {\n if (!isDate(val2) || Date.prototype.getTime.call(val1) !== Date.prototype.getTime.call(val2)) {\n return false;\n }\n } else if (isRegExp(val1)) {\n if (!isRegExp(val2) || !areSimilarRegExps(val1, val2)) {\n return false;\n }\n } else if (isNativeError(val1) || val1 instanceof Error) {\n // Do not compare the stack as it might differ even though the error itself\n // is otherwise identical.\n if (val1.message !== val2.message || val1.name !== val2.name) {\n return false;\n }\n } else if (isArrayBufferView(val1)) {\n if (!strict && (isFloat32Array(val1) || isFloat64Array(val1))) {\n if (!areSimilarFloatArrays(val1, val2)) {\n return false;\n }\n } else if (!areSimilarTypedArrays(val1, val2)) {\n return false;\n } // Buffer.compare returns true, so val1.length === val2.length. If they both\n // only contain numeric keys, we don't need to exam further than checking\n // the symbols.\n\n\n var _keys = getOwnNonIndexProperties(val1, ONLY_ENUMERABLE);\n\n var _keys2 = getOwnNonIndexProperties(val2, ONLY_ENUMERABLE);\n\n if (_keys.length !== _keys2.length) {\n return false;\n }\n\n return keyCheck(val1, val2, strict, memos, kNoIterator, _keys);\n } else if (isSet(val1)) {\n if (!isSet(val2) || val1.size !== val2.size) {\n return false;\n }\n\n return keyCheck(val1, val2, strict, memos, kIsSet);\n } else if (isMap(val1)) {\n if (!isMap(val2) || val1.size !== val2.size) {\n return false;\n }\n\n return keyCheck(val1, val2, strict, memos, kIsMap);\n } else if (isAnyArrayBuffer(val1)) {\n if (!areEqualArrayBuffers(val1, val2)) {\n return false;\n }\n } else if (isBoxedPrimitive(val1) && !isEqualBoxedPrimitive(val1, val2)) {\n return false;\n }\n\n return keyCheck(val1, val2, strict, memos, kNoIterator);\n}\n\nfunction getEnumerables(val, keys) {\n return keys.filter(function (k) {\n return propertyIsEnumerable(val, k);\n });\n}\n\nfunction keyCheck(val1, val2, strict, memos, iterationType, aKeys) {\n // For all remaining Object pairs, including Array, objects and Maps,\n // equivalence is determined by having:\n // a) The same number of owned enumerable properties\n // b) The same set of keys/indexes (although not necessarily the same order)\n // c) Equivalent values for every corresponding key/index\n // d) For Sets and Maps, equal contents\n // Note: this accounts for both named and indexed properties on Arrays.\n if (arguments.length === 5) {\n aKeys = Object.keys(val1);\n var bKeys = Object.keys(val2); // The pair must have the same number of owned properties.\n\n if (aKeys.length !== bKeys.length) {\n return false;\n }\n } // Cheap key test\n\n\n var i = 0;\n\n for (; i < aKeys.length; i++) {\n if (!hasOwnProperty(val2, aKeys[i])) {\n return false;\n }\n }\n\n if (strict && arguments.length === 5) {\n var symbolKeysA = objectGetOwnPropertySymbols(val1);\n\n if (symbolKeysA.length !== 0) {\n var count = 0;\n\n for (i = 0; i < symbolKeysA.length; i++) {\n var key = symbolKeysA[i];\n\n if (propertyIsEnumerable(val1, key)) {\n if (!propertyIsEnumerable(val2, key)) {\n return false;\n }\n\n aKeys.push(key);\n count++;\n } else if (propertyIsEnumerable(val2, key)) {\n return false;\n }\n }\n\n var symbolKeysB = objectGetOwnPropertySymbols(val2);\n\n if (symbolKeysA.length !== symbolKeysB.length && getEnumerables(val2, symbolKeysB).length !== count) {\n return false;\n }\n } else {\n var _symbolKeysB = objectGetOwnPropertySymbols(val2);\n\n if (_symbolKeysB.length !== 0 && getEnumerables(val2, _symbolKeysB).length !== 0) {\n return false;\n }\n }\n }\n\n if (aKeys.length === 0 && (iterationType === kNoIterator || iterationType === kIsArray && val1.length === 0 || val1.size === 0)) {\n return true;\n } // Use memos to handle cycles.\n\n\n if (memos === undefined) {\n memos = {\n val1: new Map(),\n val2: new Map(),\n position: 0\n };\n } else {\n // We prevent up to two map.has(x) calls by directly retrieving the value\n // and checking for undefined. The map can only contain numbers, so it is\n // safe to check for undefined only.\n var val2MemoA = memos.val1.get(val1);\n\n if (val2MemoA !== undefined) {\n var val2MemoB = memos.val2.get(val2);\n\n if (val2MemoB !== undefined) {\n return val2MemoA === val2MemoB;\n }\n }\n\n memos.position++;\n }\n\n memos.val1.set(val1, memos.position);\n memos.val2.set(val2, memos.position);\n var areEq = objEquiv(val1, val2, strict, aKeys, memos, iterationType);\n memos.val1.delete(val1);\n memos.val2.delete(val2);\n return areEq;\n}\n\nfunction setHasEqualElement(set, val1, strict, memo) {\n // Go looking.\n var setValues = arrayFromSet(set);\n\n for (var i = 0; i < setValues.length; i++) {\n var val2 = setValues[i];\n\n if (innerDeepEqual(val1, val2, strict, memo)) {\n // Remove the matching element to make sure we do not check that again.\n set.delete(val2);\n return true;\n }\n }\n\n return false;\n} // See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Equality_comparisons_and_sameness#Loose_equality_using\n// Sadly it is not possible to detect corresponding values properly in case the\n// type is a string, number, bigint or boolean. The reason is that those values\n// can match lots of different string values (e.g., 1n == '+00001').\n\n\nfunction findLooseMatchingPrimitives(prim) {\n switch (_typeof(prim)) {\n case 'undefined':\n return null;\n\n case 'object':\n // Only pass in null as object!\n return undefined;\n\n case 'symbol':\n return false;\n\n case 'string':\n prim = +prim;\n // Loose equal entries exist only if the string is possible to convert to\n // a regular number and not NaN.\n // Fall through\n\n case 'number':\n if (numberIsNaN(prim)) {\n return false;\n }\n\n }\n\n return true;\n}\n\nfunction setMightHaveLoosePrim(a, b, prim) {\n var altValue = findLooseMatchingPrimitives(prim);\n if (altValue != null) return altValue;\n return b.has(altValue) && !a.has(altValue);\n}\n\nfunction mapMightHaveLoosePrim(a, b, prim, item, memo) {\n var altValue = findLooseMatchingPrimitives(prim);\n\n if (altValue != null) {\n return altValue;\n }\n\n var curB = b.get(altValue);\n\n if (curB === undefined && !b.has(altValue) || !innerDeepEqual(item, curB, false, memo)) {\n return false;\n }\n\n return !a.has(altValue) && innerDeepEqual(item, curB, false, memo);\n}\n\nfunction setEquiv(a, b, strict, memo) {\n // This is a lazily initiated Set of entries which have to be compared\n // pairwise.\n var set = null;\n var aValues = arrayFromSet(a);\n\n for (var i = 0; i < aValues.length; i++) {\n var val = aValues[i]; // Note: Checking for the objects first improves the performance for object\n // heavy sets but it is a minor slow down for primitives. As they are fast\n // to check this improves the worst case scenario instead.\n\n if (_typeof(val) === 'object' && val !== null) {\n if (set === null) {\n set = new Set();\n } // If the specified value doesn't exist in the second set its an not null\n // object (or non strict only: a not matching primitive) we'll need to go\n // hunting for something thats deep-(strict-)equal to it. To make this\n // O(n log n) complexity we have to copy these values in a new set first.\n\n\n set.add(val);\n } else if (!b.has(val)) {\n if (strict) return false; // Fast path to detect missing string, symbol, undefined and null values.\n\n if (!setMightHaveLoosePrim(a, b, val)) {\n return false;\n }\n\n if (set === null) {\n set = new Set();\n }\n\n set.add(val);\n }\n }\n\n if (set !== null) {\n var bValues = arrayFromSet(b);\n\n for (var _i = 0; _i < bValues.length; _i++) {\n var _val = bValues[_i]; // We have to check if a primitive value is already\n // matching and only if it's not, go hunting for it.\n\n if (_typeof(_val) === 'object' && _val !== null) {\n if (!setHasEqualElement(set, _val, strict, memo)) return false;\n } else if (!strict && !a.has(_val) && !setHasEqualElement(set, _val, strict, memo)) {\n return false;\n }\n }\n\n return set.size === 0;\n }\n\n return true;\n}\n\nfunction mapHasEqualEntry(set, map, key1, item1, strict, memo) {\n // To be able to handle cases like:\n // Map([[{}, 'a'], [{}, 'b']]) vs Map([[{}, 'b'], [{}, 'a']])\n // ... we need to consider *all* matching keys, not just the first we find.\n var setValues = arrayFromSet(set);\n\n for (var i = 0; i < setValues.length; i++) {\n var key2 = setValues[i];\n\n if (innerDeepEqual(key1, key2, strict, memo) && innerDeepEqual(item1, map.get(key2), strict, memo)) {\n set.delete(key2);\n return true;\n }\n }\n\n return false;\n}\n\nfunction mapEquiv(a, b, strict, memo) {\n var set = null;\n var aEntries = arrayFromMap(a);\n\n for (var i = 0; i < aEntries.length; i++) {\n var _aEntries$i = _slicedToArray(aEntries[i], 2),\n key = _aEntries$i[0],\n item1 = _aEntries$i[1];\n\n if (_typeof(key) === 'object' && key !== null) {\n if (set === null) {\n set = new Set();\n }\n\n set.add(key);\n } else {\n // By directly retrieving the value we prevent another b.has(key) check in\n // almost all possible cases.\n var item2 = b.get(key);\n\n if (item2 === undefined && !b.has(key) || !innerDeepEqual(item1, item2, strict, memo)) {\n if (strict) return false; // Fast path to detect missing string, symbol, undefined and null\n // keys.\n\n if (!mapMightHaveLoosePrim(a, b, key, item1, memo)) return false;\n\n if (set === null) {\n set = new Set();\n }\n\n set.add(key);\n }\n }\n }\n\n if (set !== null) {\n var bEntries = arrayFromMap(b);\n\n for (var _i2 = 0; _i2 < bEntries.length; _i2++) {\n var _bEntries$_i = _slicedToArray(bEntries[_i2], 2),\n key = _bEntries$_i[0],\n item = _bEntries$_i[1];\n\n if (_typeof(key) === 'object' && key !== null) {\n if (!mapHasEqualEntry(set, a, key, item, strict, memo)) return false;\n } else if (!strict && (!a.has(key) || !innerDeepEqual(a.get(key), item, false, memo)) && !mapHasEqualEntry(set, a, key, item, false, memo)) {\n return false;\n }\n }\n\n return set.size === 0;\n }\n\n return true;\n}\n\nfunction objEquiv(a, b, strict, keys, memos, iterationType) {\n // Sets and maps don't have their entries accessible via normal object\n // properties.\n var i = 0;\n\n if (iterationType === kIsSet) {\n if (!setEquiv(a, b, strict, memos)) {\n return false;\n }\n } else if (iterationType === kIsMap) {\n if (!mapEquiv(a, b, strict, memos)) {\n return false;\n }\n } else if (iterationType === kIsArray) {\n for (; i < a.length; i++) {\n if (hasOwnProperty(a, i)) {\n if (!hasOwnProperty(b, i) || !innerDeepEqual(a[i], b[i], strict, memos)) {\n return false;\n }\n } else if (hasOwnProperty(b, i)) {\n return false;\n } else {\n // Array is sparse.\n var keysA = Object.keys(a);\n\n for (; i < keysA.length; i++) {\n var key = keysA[i];\n\n if (!hasOwnProperty(b, key) || !innerDeepEqual(a[key], b[key], strict, memos)) {\n return false;\n }\n }\n\n if (keysA.length !== Object.keys(b).length) {\n return false;\n }\n\n return true;\n }\n }\n } // The pair must have equivalent values for every corresponding key.\n // Possibly expensive deep test:\n\n\n for (i = 0; i < keys.length; i++) {\n var _key = keys[i];\n\n if (!innerDeepEqual(a[_key], b[_key], strict, memos)) {\n return false;\n }\n }\n\n return true;\n}\n\nfunction isDeepEqual(val1, val2) {\n return innerDeepEqual(val1, val2, kLoose);\n}\n\nfunction isDeepStrictEqual(val1, val2) {\n return innerDeepEqual(val1, val2, kStrict);\n}\n\nmodule.exports = {\n isDeepEqual: isDeepEqual,\n isDeepStrictEqual: isDeepStrictEqual\n};","'use strict';\n\nvar GetIntrinsic = require('get-intrinsic');\n\nvar callBind = require('./');\n\nvar $indexOf = callBind(GetIntrinsic('String.prototype.indexOf'));\n\nmodule.exports = function callBoundIntrinsic(name, allowMissing) {\n\tvar intrinsic = GetIntrinsic(name, !!allowMissing);\n\tif (typeof intrinsic === 'function' && $indexOf(name, '.prototype.') > -1) {\n\t\treturn callBind(intrinsic);\n\t}\n\treturn intrinsic;\n};\n","'use strict';\n\nvar bind = require('function-bind');\nvar GetIntrinsic = require('get-intrinsic');\n\nvar $apply = GetIntrinsic('%Function.prototype.apply%');\nvar $call = GetIntrinsic('%Function.prototype.call%');\nvar $reflectApply = GetIntrinsic('%Reflect.apply%', true) || bind.call($call, $apply);\n\nvar $gOPD = GetIntrinsic('%Object.getOwnPropertyDescriptor%', true);\nvar $defineProperty = GetIntrinsic('%Object.defineProperty%', true);\nvar $max = GetIntrinsic('%Math.max%');\n\nif ($defineProperty) {\n\ttry {\n\t\t$defineProperty({}, 'a', { value: 1 });\n\t} catch (e) {\n\t\t// IE 8 has a broken defineProperty\n\t\t$defineProperty = null;\n\t}\n}\n\nmodule.exports = function callBind(originalFunction) {\n\tvar func = $reflectApply(bind, $call, arguments);\n\tif ($gOPD && $defineProperty) {\n\t\tvar desc = $gOPD(func, 'length');\n\t\tif (desc.configurable) {\n\t\t\t// original length, plus the receiver, minus any additional arguments (after the receiver)\n\t\t\t$defineProperty(\n\t\t\t\tfunc,\n\t\t\t\t'length',\n\t\t\t\t{ value: 1 + $max(0, originalFunction.length - (arguments.length - 1)) }\n\t\t\t);\n\t\t}\n\t}\n\treturn func;\n};\n\nvar applyBind = function applyBind() {\n\treturn $reflectApply(bind, $apply, arguments);\n};\n\nif ($defineProperty) {\n\t$defineProperty(module.exports, 'apply', { value: applyBind });\n} else {\n\tmodule.exports.apply = applyBind;\n}\n","/*global window, global*/\nvar util = require(\"util\")\nvar assert = require(\"assert\")\nfunction now() { return new Date().getTime() }\n\nvar slice = Array.prototype.slice\nvar console\nvar times = {}\n\nif (typeof global !== \"undefined\" && global.console) {\n console = global.console\n} else if (typeof window !== \"undefined\" && window.console) {\n console = window.console\n} else {\n console = {}\n}\n\nvar functions = [\n [log, \"log\"],\n [info, \"info\"],\n [warn, \"warn\"],\n [error, \"error\"],\n [time, \"time\"],\n [timeEnd, \"timeEnd\"],\n [trace, \"trace\"],\n [dir, \"dir\"],\n [consoleAssert, \"assert\"]\n]\n\nfor (var i = 0; i < functions.length; i++) {\n var tuple = functions[i]\n var f = tuple[0]\n var name = tuple[1]\n\n if (!console[name]) {\n console[name] = f\n }\n}\n\nmodule.exports = console\n\nfunction log() {}\n\nfunction info() {\n console.log.apply(console, arguments)\n}\n\nfunction warn() {\n console.log.apply(console, arguments)\n}\n\nfunction error() {\n console.warn.apply(console, arguments)\n}\n\nfunction time(label) {\n times[label] = now()\n}\n\nfunction timeEnd(label) {\n var time = times[label]\n if (!time) {\n throw new Error(\"No such label: \" + label)\n }\n\n delete times[label]\n var duration = now() - time\n console.log(label + \": \" + duration + \"ms\")\n}\n\nfunction trace() {\n var err = new Error()\n err.name = \"Trace\"\n err.message = util.format.apply(null, arguments)\n console.error(err.stack)\n}\n\nfunction dir(object) {\n console.log(util.inspect(object) + \"\\n\")\n}\n\nfunction consoleAssert(expression) {\n if (!expression) {\n var arr = slice.call(arguments, 1)\n assert.ok(false, util.format.apply(null, arr))\n }\n}\n","'use strict';\n\nvar keys = require('object-keys');\nvar hasSymbols = typeof Symbol === 'function' && typeof Symbol('foo') === 'symbol';\n\nvar toStr = Object.prototype.toString;\nvar concat = Array.prototype.concat;\nvar origDefineProperty = Object.defineProperty;\n\nvar isFunction = function (fn) {\n\treturn typeof fn === 'function' && toStr.call(fn) === '[object Function]';\n};\n\nvar arePropertyDescriptorsSupported = function () {\n\tvar obj = {};\n\ttry {\n\t\torigDefineProperty(obj, 'x', { enumerable: false, value: obj });\n\t\t// eslint-disable-next-line no-unused-vars, no-restricted-syntax\n\t\tfor (var _ in obj) { // jscs:ignore disallowUnusedVariables\n\t\t\treturn false;\n\t\t}\n\t\treturn obj.x === obj;\n\t} catch (e) { /* this is IE 8. */\n\t\treturn false;\n\t}\n};\nvar supportsDescriptors = origDefineProperty && arePropertyDescriptorsSupported();\n\nvar defineProperty = function (object, name, value, predicate) {\n\tif (name in object && (!isFunction(predicate) || !predicate())) {\n\t\treturn;\n\t}\n\tif (supportsDescriptors) {\n\t\torigDefineProperty(object, name, {\n\t\t\tconfigurable: true,\n\t\t\tenumerable: false,\n\t\t\tvalue: value,\n\t\t\twritable: true\n\t\t});\n\t} else {\n\t\tobject[name] = value;\n\t}\n};\n\nvar defineProperties = function (object, map) {\n\tvar predicates = arguments.length > 2 ? arguments[2] : {};\n\tvar props = keys(map);\n\tif (hasSymbols) {\n\t\tprops = concat.call(props, Object.getOwnPropertySymbols(map));\n\t}\n\tfor (var i = 0; i < props.length; i += 1) {\n\t\tdefineProperty(object, props[i], map[props[i]], predicates[props[i]]);\n\t}\n};\n\ndefineProperties.supportsDescriptors = !!supportsDescriptors;\n\nmodule.exports = defineProperties;\n","/**\n * Code refactored from Mozilla Developer Network:\n * https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign\n */\n\n'use strict';\n\nfunction assign(target, firstSource) {\n if (target === undefined || target === null) {\n throw new TypeError('Cannot convert first argument to object');\n }\n\n var to = Object(target);\n for (var i = 1; i < arguments.length; i++) {\n var nextSource = arguments[i];\n if (nextSource === undefined || nextSource === null) {\n continue;\n }\n\n var keysArray = Object.keys(Object(nextSource));\n for (var nextIndex = 0, len = keysArray.length; nextIndex < len; nextIndex++) {\n var nextKey = keysArray[nextIndex];\n var desc = Object.getOwnPropertyDescriptor(nextSource, nextKey);\n if (desc !== undefined && desc.enumerable) {\n to[nextKey] = nextSource[nextKey];\n }\n }\n }\n return to;\n}\n\nfunction polyfill() {\n if (!Object.assign) {\n Object.defineProperty(Object, 'assign', {\n enumerable: false,\n configurable: true,\n writable: true,\n value: assign\n });\n }\n}\n\nmodule.exports = {\n assign: assign,\n polyfill: polyfill\n};\n","/*!\n * escape-html\n * Copyright(c) 2012-2013 TJ Holowaychuk\n * Copyright(c) 2015 Andreas Lubbe\n * Copyright(c) 2015 Tiancheng \"Timothy\" Gu\n * MIT Licensed\n */\n\n'use strict';\n\n/**\n * Module variables.\n * @private\n */\n\nvar matchHtmlRegExp = /[\"'&<>]/;\n\n/**\n * Module exports.\n * @public\n */\n\nmodule.exports = escapeHtml;\n\n/**\n * Escape special characters in the given string of html.\n *\n * @param {string} string The string to escape for inserting into HTML\n * @return {string}\n * @public\n */\n\nfunction escapeHtml(string) {\n var str = '' + string;\n var match = matchHtmlRegExp.exec(str);\n\n if (!match) {\n return str;\n }\n\n var escape;\n var html = '';\n var index = 0;\n var lastIndex = 0;\n\n for (index = match.index; index < str.length; index++) {\n switch (str.charCodeAt(index)) {\n case 34: // \"\n escape = '&quot;';\n break;\n case 38: // &\n escape = '&amp;';\n break;\n case 39: // '\n escape = '&#39;';\n break;\n case 60: // <\n escape = '&lt;';\n break;\n case 62: // >\n escape = '&gt;';\n break;\n default:\n continue;\n }\n\n if (lastIndex !== index) {\n html += str.substring(lastIndex, index);\n }\n\n lastIndex = index + 1;\n html += escape;\n }\n\n return lastIndex !== index\n ? html + str.substring(lastIndex, index)\n : html;\n}\n","\nvar hasOwn = Object.prototype.hasOwnProperty;\nvar toString = Object.prototype.toString;\n\nmodule.exports = function forEach (obj, fn, ctx) {\n if (toString.call(fn) !== '[object Function]') {\n throw new TypeError('iterator must be a function');\n }\n var l = obj.length;\n if (l === +l) {\n for (var i = 0; i < l; i++) {\n fn.call(ctx, obj[i], i, obj);\n }\n } else {\n for (var k in obj) {\n if (hasOwn.call(obj, k)) {\n fn.call(ctx, obj[k], k, obj);\n }\n }\n }\n};\n\n","'use strict';\n\n/* eslint no-invalid-this: 1 */\n\nvar ERROR_MESSAGE = 'Function.prototype.bind called on incompatible ';\nvar slice = Array.prototype.slice;\nvar toStr = Object.prototype.toString;\nvar funcType = '[object Function]';\n\nmodule.exports = function bind(that) {\n var target = this;\n if (typeof target !== 'function' || toStr.call(target) !== funcType) {\n throw new TypeError(ERROR_MESSAGE + target);\n }\n var args = slice.call(arguments, 1);\n\n var bound;\n var binder = function () {\n if (this instanceof bound) {\n var result = target.apply(\n this,\n args.concat(slice.call(arguments))\n );\n if (Object(result) === result) {\n return result;\n }\n return this;\n } else {\n return target.apply(\n that,\n args.concat(slice.call(arguments))\n );\n }\n };\n\n var boundLength = Math.max(0, target.length - args.length);\n var boundArgs = [];\n for (var i = 0; i < boundLength; i++) {\n boundArgs.push('$' + i);\n }\n\n bound = Function('binder', 'return function (' + boundArgs.join(',') + '){ return binder.apply(this,arguments); }')(binder);\n\n if (target.prototype) {\n var Empty = function Empty() {};\n Empty.prototype = target.prototype;\n bound.prototype = new Empty();\n Empty.prototype = null;\n }\n\n return bound;\n};\n","'use strict';\n\nvar implementation = require('./implementation');\n\nmodule.exports = Function.prototype.bind || implementation;\n","'use strict';\n\nvar undefined;\n\nvar $SyntaxError = SyntaxError;\nvar $Function = Function;\nvar $TypeError = TypeError;\n\n// eslint-disable-next-line consistent-return\nvar getEvalledConstructor = function (expressionSyntax) {\n\ttry {\n\t\treturn $Function('\"use strict\"; return (' + expressionSyntax + ').constructor;')();\n\t} catch (e) {}\n};\n\nvar $gOPD = Object.getOwnPropertyDescriptor;\nif ($gOPD) {\n\ttry {\n\t\t$gOPD({}, '');\n\t} catch (e) {\n\t\t$gOPD = null; // this is IE 8, which has a broken gOPD\n\t}\n}\n\nvar throwTypeError = function () {\n\tthrow new $TypeError();\n};\nvar ThrowTypeError = $gOPD\n\t? (function () {\n\t\ttry {\n\t\t\t// eslint-disable-next-line no-unused-expressions, no-caller, no-restricted-properties\n\t\t\targuments.callee; // IE 8 does not throw here\n\t\t\treturn throwTypeError;\n\t\t} catch (calleeThrows) {\n\t\t\ttry {\n\t\t\t\t// IE 8 throws on Object.getOwnPropertyDescriptor(arguments, '')\n\t\t\t\treturn $gOPD(arguments, 'callee').get;\n\t\t\t} catch (gOPDthrows) {\n\t\t\t\treturn throwTypeError;\n\t\t\t}\n\t\t}\n\t}())\n\t: throwTypeError;\n\nvar hasSymbols = require('has-symbols')();\n\nvar getProto = Object.getPrototypeOf || function (x) { return x.__proto__; }; // eslint-disable-line no-proto\n\nvar needsEval = {};\n\nvar TypedArray = typeof Uint8Array === 'undefined' ? undefined : getProto(Uint8Array);\n\nvar INTRINSICS = {\n\t'%AggregateError%': typeof AggregateError === 'undefined' ? undefined : AggregateError,\n\t'%Array%': Array,\n\t'%ArrayBuffer%': typeof ArrayBuffer === 'undefined' ? undefined : ArrayBuffer,\n\t'%ArrayIteratorPrototype%': hasSymbols ? getProto([][Symbol.iterator]()) : undefined,\n\t'%AsyncFromSyncIteratorPrototype%': undefined,\n\t'%AsyncFunction%': needsEval,\n\t'%AsyncGenerator%': needsEval,\n\t'%AsyncGeneratorFunction%': needsEval,\n\t'%AsyncIteratorPrototype%': needsEval,\n\t'%Atomics%': typeof Atomics === 'undefined' ? undefined : Atomics,\n\t'%BigInt%': typeof BigInt === 'undefined' ? undefined : BigInt,\n\t'%Boolean%': Boolean,\n\t'%DataView%': typeof DataView === 'undefined' ? undefined : DataView,\n\t'%Date%': Date,\n\t'%decodeURI%': decodeURI,\n\t'%decodeURIComponent%': decodeURIComponent,\n\t'%encodeURI%': encodeURI,\n\t'%encodeURIComponent%': encodeURIComponent,\n\t'%Error%': Error,\n\t'%eval%': eval, // eslint-disable-line no-eval\n\t'%EvalError%': EvalError,\n\t'%Float32Array%': typeof Float32Array === 'undefined' ? undefined : Float32Array,\n\t'%Float64Array%': typeof Float64Array === 'undefined' ? undefined : Float64Array,\n\t'%FinalizationRegistry%': typeof FinalizationRegistry === 'undefined' ? undefined : FinalizationRegistry,\n\t'%Function%': $Function,\n\t'%GeneratorFunction%': needsEval,\n\t'%Int8Array%': typeof Int8Array === 'undefined' ? undefined : Int8Array,\n\t'%Int16Array%': typeof Int16Array === 'undefined' ? undefined : Int16Array,\n\t'%Int32Array%': typeof Int32Array === 'undefined' ? undefined : Int32Array,\n\t'%isFinite%': isFinite,\n\t'%isNaN%': isNaN,\n\t'%IteratorPrototype%': hasSymbols ? getProto(getProto([][Symbol.iterator]())) : undefined,\n\t'%JSON%': typeof JSON === 'object' ? JSON : undefined,\n\t'%Map%': typeof Map === 'undefined' ? undefined : Map,\n\t'%MapIteratorPrototype%': typeof Map === 'undefined' || !hasSymbols ? undefined : getProto(new Map()[Symbol.iterator]()),\n\t'%Math%': Math,\n\t'%Number%': Number,\n\t'%Object%': Object,\n\t'%parseFloat%': parseFloat,\n\t'%parseInt%': parseInt,\n\t'%Promise%': typeof Promise === 'undefined' ? undefined : Promise,\n\t'%Proxy%': typeof Proxy === 'undefined' ? undefined : Proxy,\n\t'%RangeError%': RangeError,\n\t'%ReferenceError%': ReferenceError,\n\t'%Reflect%': typeof Reflect === 'undefined' ? undefined : Reflect,\n\t'%RegExp%': RegExp,\n\t'%Set%': typeof Set === 'undefined' ? undefined : Set,\n\t'%SetIteratorPrototype%': typeof Set === 'undefined' || !hasSymbols ? undefined : getProto(new Set()[Symbol.iterator]()),\n\t'%SharedArrayBuffer%': typeof SharedArrayBuffer === 'undefined' ? undefined : SharedArrayBuffer,\n\t'%String%': String,\n\t'%StringIteratorPrototype%': hasSymbols ? getProto(''[Symbol.iterator]()) : undefined,\n\t'%Symbol%': hasSymbols ? Symbol : undefined,\n\t'%SyntaxError%': $SyntaxError,\n\t'%ThrowTypeError%': ThrowTypeError,\n\t'%TypedArray%': TypedArray,\n\t'%TypeError%': $TypeError,\n\t'%Uint8Array%': typeof Uint8Array === 'undefined' ? undefined : Uint8Array,\n\t'%Uint8ClampedArray%': typeof Uint8ClampedArray === 'undefined' ? undefined : Uint8ClampedArray,\n\t'%Uint16Array%': typeof Uint16Array === 'undefined' ? undefined : Uint16Array,\n\t'%Uint32Array%': typeof Uint32Array === 'undefined' ? undefined : Uint32Array,\n\t'%URIError%': URIError,\n\t'%WeakMap%': typeof WeakMap === 'undefined' ? undefined : WeakMap,\n\t'%WeakRef%': typeof WeakRef === 'undefined' ? undefined : WeakRef,\n\t'%WeakSet%': typeof WeakSet === 'undefined' ? undefined : WeakSet\n};\n\nvar doEval = function doEval(name) {\n\tvar value;\n\tif (name === '%AsyncFunction%') {\n\t\tvalue = getEvalledConstructor('async function () {}');\n\t} else if (name === '%GeneratorFunction%') {\n\t\tvalue = getEvalledConstructor('function* () {}');\n\t} else if (name === '%AsyncGeneratorFunction%') {\n\t\tvalue = getEvalledConstructor('async function* () {}');\n\t} else if (name === '%AsyncGenerator%') {\n\t\tvar fn = doEval('%AsyncGeneratorFunction%');\n\t\tif (fn) {\n\t\t\tvalue = fn.prototype;\n\t\t}\n\t} else if (name === '%AsyncIteratorPrototype%') {\n\t\tvar gen = doEval('%AsyncGenerator%');\n\t\tif (gen) {\n\t\t\tvalue = getProto(gen.prototype);\n\t\t}\n\t}\n\n\tINTRINSICS[name] = value;\n\n\treturn value;\n};\n\nvar LEGACY_ALIASES = {\n\t'%ArrayBufferPrototype%': ['ArrayBuffer', 'prototype'],\n\t'%ArrayPrototype%': ['Array', 'prototype'],\n\t'%ArrayProto_entries%': ['Array', 'prototype', 'entries'],\n\t'%ArrayProto_forEach%': ['Array', 'prototype', 'forEach'],\n\t'%ArrayProto_keys%': ['Array', 'prototype', 'keys'],\n\t'%ArrayProto_values%': ['Array', 'prototype', 'values'],\n\t'%AsyncFunctionPrototype%': ['AsyncFunction', 'prototype'],\n\t'%AsyncGenerator%': ['AsyncGeneratorFunction', 'prototype'],\n\t'%AsyncGeneratorPrototype%': ['AsyncGeneratorFunction', 'prototype', 'prototype'],\n\t'%BooleanPrototype%': ['Boolean', 'prototype'],\n\t'%DataViewPrototype%': ['DataView', 'prototype'],\n\t'%DatePrototype%': ['Date', 'prototype'],\n\t'%ErrorPrototype%': ['Error', 'prototype'],\n\t'%EvalErrorPrototype%': ['EvalError', 'prototype'],\n\t'%Float32ArrayPrototype%': ['Float32Array', 'prototype'],\n\t'%Float64ArrayPrototype%': ['Float64Array', 'prototype'],\n\t'%FunctionPrototype%': ['Function', 'prototype'],\n\t'%Generator%': ['GeneratorFunction', 'prototype'],\n\t'%GeneratorPrototype%': ['GeneratorFunction', 'prototype', 'prototype'],\n\t'%Int8ArrayPrototype%': ['Int8Array', 'prototype'],\n\t'%Int16ArrayPrototype%': ['Int16Array', 'prototype'],\n\t'%Int32ArrayPrototype%': ['Int32Array', 'prototype'],\n\t'%JSONParse%': ['JSON', 'parse'],\n\t'%JSONStringify%': ['JSON', 'stringify'],\n\t'%MapPrototype%': ['Map', 'prototype'],\n\t'%NumberPrototype%': ['Number', 'prototype'],\n\t'%ObjectPrototype%': ['Object', 'prototype'],\n\t'%ObjProto_toString%': ['Object', 'prototype', 'toString'],\n\t'%ObjProto_valueOf%': ['Object', 'prototype', 'valueOf'],\n\t'%PromisePrototype%': ['Promise', 'prototype'],\n\t'%PromiseProto_then%': ['Promise', 'prototype', 'then'],\n\t'%Promise_all%': ['Promise', 'all'],\n\t'%Promise_reject%': ['Promise', 'reject'],\n\t'%Promise_resolve%': ['Promise', 'resolve'],\n\t'%RangeErrorPrototype%': ['RangeError', 'prototype'],\n\t'%ReferenceErrorPrototype%': ['ReferenceError', 'prototype'],\n\t'%RegExpPrototype%': ['RegExp', 'prototype'],\n\t'%SetPrototype%': ['Set', 'prototype'],\n\t'%SharedArrayBufferPrototype%': ['SharedArrayBuffer', 'prototype'],\n\t'%StringPrototype%': ['String', 'prototype'],\n\t'%SymbolPrototype%': ['Symbol', 'prototype'],\n\t'%SyntaxErrorPrototype%': ['SyntaxError', 'prototype'],\n\t'%TypedArrayPrototype%': ['TypedArray', 'prototype'],\n\t'%TypeErrorPrototype%': ['TypeError', 'prototype'],\n\t'%Uint8ArrayPrototype%': ['Uint8Array', 'prototype'],\n\t'%Uint8ClampedArrayPrototype%': ['Uint8ClampedArray', 'prototype'],\n\t'%Uint16ArrayPrototype%': ['Uint16Array', 'prototype'],\n\t'%Uint32ArrayPrototype%': ['Uint32Array', 'prototype'],\n\t'%URIErrorPrototype%': ['URIError', 'prototype'],\n\t'%WeakMapPrototype%': ['WeakMap', 'prototype'],\n\t'%WeakSetPrototype%': ['WeakSet', 'prototype']\n};\n\nvar bind = require('function-bind');\nvar hasOwn = require('has');\nvar $concat = bind.call(Function.call, Array.prototype.concat);\nvar $spliceApply = bind.call(Function.apply, Array.prototype.splice);\nvar $replace = bind.call(Function.call, String.prototype.replace);\nvar $strSlice = bind.call(Function.call, String.prototype.slice);\n\n/* adapted from https://github.com/lodash/lodash/blob/4.17.15/dist/lodash.js#L6735-L6744 */\nvar rePropName = /[^%.[\\]]+|\\[(?:(-?\\d+(?:\\.\\d+)?)|([\"'])((?:(?!\\2)[^\\\\]|\\\\.)*?)\\2)\\]|(?=(?:\\.|\\[\\])(?:\\.|\\[\\]|%$))/g;\nvar reEscapeChar = /\\\\(\\\\)?/g; /** Used to match backslashes in property paths. */\nvar stringToPath = function stringToPath(string) {\n\tvar first = $strSlice(string, 0, 1);\n\tvar last = $strSlice(string, -1);\n\tif (first === '%' && last !== '%') {\n\t\tthrow new $SyntaxError('invalid intrinsic syntax, expected closing `%`');\n\t} else if (last === '%' && first !== '%') {\n\t\tthrow new $SyntaxError('invalid intrinsic syntax, expected opening `%`');\n\t}\n\tvar result = [];\n\t$replace(string, rePropName, function (match, number, quote, subString) {\n\t\tresult[result.length] = quote ? $replace(subString, reEscapeChar, '$1') : number || match;\n\t});\n\treturn result;\n};\n/* end adaptation */\n\nvar getBaseIntrinsic = function getBaseIntrinsic(name, allowMissing) {\n\tvar intrinsicName = name;\n\tvar alias;\n\tif (hasOwn(LEGACY_ALIASES, intrinsicName)) {\n\t\talias = LEGACY_ALIASES[intrinsicName];\n\t\tintrinsicName = '%' + alias[0] + '%';\n\t}\n\n\tif (hasOwn(INTRINSICS, intrinsicName)) {\n\t\tvar value = INTRINSICS[intrinsicName];\n\t\tif (value === needsEval) {\n\t\t\tvalue = doEval(intrinsicName);\n\t\t}\n\t\tif (typeof value === 'undefined' && !allowMissing) {\n\t\t\tthrow new $TypeError('intrinsic ' + name + ' exists, but is not available. Please file an issue!');\n\t\t}\n\n\t\treturn {\n\t\t\talias: alias,\n\t\t\tname: intrinsicName,\n\t\t\tvalue: value\n\t\t};\n\t}\n\n\tthrow new $SyntaxError('intrinsic ' + name + ' does not exist!');\n};\n\nmodule.exports = function GetIntrinsic(name, allowMissing) {\n\tif (typeof name !== 'string' || name.length === 0) {\n\t\tthrow new $TypeError('intrinsic name must be a non-empty string');\n\t}\n\tif (arguments.length > 1 && typeof allowMissing !== 'boolean') {\n\t\tthrow new $TypeError('\"allowMissing\" argument must be a boolean');\n\t}\n\n\tvar parts = stringToPath(name);\n\tvar intrinsicBaseName = parts.length > 0 ? parts[0] : '';\n\n\tvar intrinsic = getBaseIntrinsic('%' + intrinsicBaseName + '%', allowMissing);\n\tvar intrinsicRealName = intrinsic.name;\n\tvar value = intrinsic.value;\n\tvar skipFurtherCaching = false;\n\n\tvar alias = intrinsic.alias;\n\tif (alias) {\n\t\tintrinsicBaseName = alias[0];\n\t\t$spliceApply(parts, $concat([0, 1], alias));\n\t}\n\n\tfor (var i = 1, isOwn = true; i < parts.length; i += 1) {\n\t\tvar part = parts[i];\n\t\tvar first = $strSlice(part, 0, 1);\n\t\tvar last = $strSlice(part, -1);\n\t\tif (\n\t\t\t(\n\t\t\t\t(first === '\"' || first === \"'\" || first === '`')\n\t\t\t\t|| (last === '\"' || last === \"'\" || last === '`')\n\t\t\t)\n\t\t\t&& first !== last\n\t\t) {\n\t\t\tthrow new $SyntaxError('property names with quotes must have matching quotes');\n\t\t}\n\t\tif (part === 'constructor' || !isOwn) {\n\t\t\tskipFurtherCaching = true;\n\t\t}\n\n\t\tintrinsicBaseName += '.' + part;\n\t\tintrinsicRealName = '%' + intrinsicBaseName + '%';\n\n\t\tif (hasOwn(INTRINSICS, intrinsicRealName)) {\n\t\t\tvalue = INTRINSICS[intrinsicRealName];\n\t\t} else if (value != null) {\n\t\t\tif (!(part in value)) {\n\t\t\t\tif (!allowMissing) {\n\t\t\t\t\tthrow new $TypeError('base intrinsic for ' + name + ' exists, but the property is not available.');\n\t\t\t\t}\n\t\t\t\treturn void undefined;\n\t\t\t}\n\t\t\tif ($gOPD && (i + 1) >= parts.length) {\n\t\t\t\tvar desc = $gOPD(value, part);\n\t\t\t\tisOwn = !!desc;\n\n\t\t\t\t// By convention, when a data property is converted to an accessor\n\t\t\t\t// property to emulate a data property that does not suffer from\n\t\t\t\t// the override mistake, that accessor's getter is marked with\n\t\t\t\t// an `originalValue` property. Here, when we detect this, we\n\t\t\t\t// uphold the illusion by pretending to see that original data\n\t\t\t\t// property, i.e., returning the value rather than the getter\n\t\t\t\t// itself.\n\t\t\t\tif (isOwn && 'get' in desc && !('originalValue' in desc.get)) {\n\t\t\t\t\tvalue = desc.get;\n\t\t\t\t} else {\n\t\t\t\t\tvalue = value[part];\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tisOwn = hasOwn(value, part);\n\t\t\t\tvalue = value[part];\n\t\t\t}\n\n\t\t\tif (isOwn && !skipFurtherCaching) {\n\t\t\t\tINTRINSICS[intrinsicRealName] = value;\n\t\t\t}\n\t\t}\n\t}\n\treturn value;\n};\n","'use strict';\n\nvar origSymbol = typeof Symbol !== 'undefined' && Symbol;\nvar hasSymbolSham = require('./shams');\n\nmodule.exports = function hasNativeSymbols() {\n\tif (typeof origSymbol !== 'function') { return false; }\n\tif (typeof Symbol !== 'function') { return false; }\n\tif (typeof origSymbol('foo') !== 'symbol') { return false; }\n\tif (typeof Symbol('bar') !== 'symbol') { return false; }\n\n\treturn hasSymbolSham();\n};\n","'use strict';\n\n/* eslint complexity: [2, 18], max-statements: [2, 33] */\nmodule.exports = function hasSymbols() {\n\tif (typeof Symbol !== 'function' || typeof Object.getOwnPropertySymbols !== 'function') { return false; }\n\tif (typeof Symbol.iterator === 'symbol') { return true; }\n\n\tvar obj = {};\n\tvar sym = Symbol('test');\n\tvar symObj = Object(sym);\n\tif (typeof sym === 'string') { return false; }\n\n\tif (Object.prototype.toString.call(sym) !== '[object Symbol]') { return false; }\n\tif (Object.prototype.toString.call(symObj) !== '[object Symbol]') { return false; }\n\n\t// temp disabled per https://github.com/ljharb/object.assign/issues/17\n\t// if (sym instanceof Symbol) { return false; }\n\t// temp disabled per https://github.com/WebReflection/get-own-property-symbols/issues/4\n\t// if (!(symObj instanceof Symbol)) { return false; }\n\n\t// if (typeof Symbol.prototype.toString !== 'function') { return false; }\n\t// if (String(sym) !== Symbol.prototype.toString.call(sym)) { return false; }\n\n\tvar symVal = 42;\n\tobj[sym] = symVal;\n\tfor (sym in obj) { return false; } // eslint-disable-line no-restricted-syntax, no-unreachable-loop\n\tif (typeof Object.keys === 'function' && Object.keys(obj).length !== 0) { return false; }\n\n\tif (typeof Object.getOwnPropertyNames === 'function' && Object.getOwnPropertyNames(obj).length !== 0) { return false; }\n\n\tvar syms = Object.getOwnPropertySymbols(obj);\n\tif (syms.length !== 1 || syms[0] !== sym) { return false; }\n\n\tif (!Object.prototype.propertyIsEnumerable.call(obj, sym)) { return false; }\n\n\tif (typeof Object.getOwnPropertyDescriptor === 'function') {\n\t\tvar descriptor = Object.getOwnPropertyDescriptor(obj, sym);\n\t\tif (descriptor.value !== symVal || descriptor.enumerable !== true) { return false; }\n\t}\n\n\treturn true;\n};\n","'use strict';\n\nvar hasSymbols = require('has-symbols/shams');\n\nmodule.exports = function hasToStringTagShams() {\n\treturn hasSymbols() && !!Symbol.toStringTag;\n};\n","'use strict';\n\nvar bind = require('function-bind');\n\nmodule.exports = bind.call(Function.call, Object.prototype.hasOwnProperty);\n","if (typeof Object.create === 'function') {\n // implementation from standard node.js 'util' module\n module.exports = function inherits(ctor, superCtor) {\n if (superCtor) {\n ctor.super_ = superCtor\n ctor.prototype = Object.create(superCtor.prototype, {\n constructor: {\n value: ctor,\n enumerable: false,\n writable: true,\n configurable: true\n }\n })\n }\n };\n} else {\n // old school shim for old browsers\n module.exports = function inherits(ctor, superCtor) {\n if (superCtor) {\n ctor.super_ = superCtor\n var TempCtor = function () {}\n TempCtor.prototype = superCtor.prototype\n ctor.prototype = new TempCtor()\n ctor.prototype.constructor = ctor\n }\n }\n}\n","'use strict';\n\nvar hasToStringTag = require('has-tostringtag/shams')();\nvar callBound = require('call-bind/callBound');\n\nvar $toString = callBound('Object.prototype.toString');\n\nvar isStandardArguments = function isArguments(value) {\n\tif (hasToStringTag && value && typeof value === 'object' && Symbol.toStringTag in value) {\n\t\treturn false;\n\t}\n\treturn $toString(value) === '[object Arguments]';\n};\n\nvar isLegacyArguments = function isArguments(value) {\n\tif (isStandardArguments(value)) {\n\t\treturn true;\n\t}\n\treturn value !== null &&\n\t\ttypeof value === 'object' &&\n\t\ttypeof value.length === 'number' &&\n\t\tvalue.length >= 0 &&\n\t\t$toString(value) !== '[object Array]' &&\n\t\t$toString(value.callee) === '[object Function]';\n};\n\nvar supportsStandardArguments = (function () {\n\treturn isStandardArguments(arguments);\n}());\n\nisStandardArguments.isLegacyArguments = isLegacyArguments; // for tests\n\nmodule.exports = supportsStandardArguments ? isStandardArguments : isLegacyArguments;\n","'use strict';\n\nvar toStr = Object.prototype.toString;\nvar fnToStr = Function.prototype.toString;\nvar isFnRegex = /^\\s*(?:function)?\\*/;\nvar hasToStringTag = require('has-tostringtag/shams')();\nvar getProto = Object.getPrototypeOf;\nvar getGeneratorFunc = function () { // eslint-disable-line consistent-return\n\tif (!hasToStringTag) {\n\t\treturn false;\n\t}\n\ttry {\n\t\treturn Function('return function*() {}')();\n\t} catch (e) {\n\t}\n};\nvar GeneratorFunction;\n\nmodule.exports = function isGeneratorFunction(fn) {\n\tif (typeof fn !== 'function') {\n\t\treturn false;\n\t}\n\tif (isFnRegex.test(fnToStr.call(fn))) {\n\t\treturn true;\n\t}\n\tif (!hasToStringTag) {\n\t\tvar str = toStr.call(fn);\n\t\treturn str === '[object GeneratorFunction]';\n\t}\n\tif (!getProto) {\n\t\treturn false;\n\t}\n\tif (typeof GeneratorFunction === 'undefined') {\n\t\tvar generatorFunc = getGeneratorFunc();\n\t\tGeneratorFunction = generatorFunc ? getProto(generatorFunc) : false;\n\t}\n\treturn getProto(fn) === GeneratorFunction;\n};\n","'use strict';\n\n/* http://www.ecma-international.org/ecma-262/6.0/#sec-number.isnan */\n\nmodule.exports = function isNaN(value) {\n\treturn value !== value;\n};\n","'use strict';\n\nvar callBind = require('call-bind');\nvar define = require('define-properties');\n\nvar implementation = require('./implementation');\nvar getPolyfill = require('./polyfill');\nvar shim = require('./shim');\n\nvar polyfill = callBind(getPolyfill(), Number);\n\n/* http://www.ecma-international.org/ecma-262/6.0/#sec-number.isnan */\n\ndefine(polyfill, {\n\tgetPolyfill: getPolyfill,\n\timplementation: implementation,\n\tshim: shim\n});\n\nmodule.exports = polyfill;\n","'use strict';\n\nvar implementation = require('./implementation');\n\nmodule.exports = function getPolyfill() {\n\tif (Number.isNaN && Number.isNaN(NaN) && !Number.isNaN('a')) {\n\t\treturn Number.isNaN;\n\t}\n\treturn implementation;\n};\n","'use strict';\n\nvar define = require('define-properties');\nvar getPolyfill = require('./polyfill');\n\n/* http://www.ecma-international.org/ecma-262/6.0/#sec-number.isnan */\n\nmodule.exports = function shimNumberIsNaN() {\n\tvar polyfill = getPolyfill();\n\tdefine(Number, { isNaN: polyfill }, {\n\t\tisNaN: function testIsNaN() {\n\t\t\treturn Number.isNaN !== polyfill;\n\t\t}\n\t});\n\treturn polyfill;\n};\n","'use strict';\n\nvar forEach = require('foreach');\nvar availableTypedArrays = require('available-typed-arrays');\nvar callBound = require('call-bind/callBound');\n\nvar $toString = callBound('Object.prototype.toString');\nvar hasToStringTag = require('has-tostringtag/shams')();\n\nvar typedArrays = availableTypedArrays();\n\nvar $indexOf = callBound('Array.prototype.indexOf', true) || function indexOf(array, value) {\n\tfor (var i = 0; i < array.length; i += 1) {\n\t\tif (array[i] === value) {\n\t\t\treturn i;\n\t\t}\n\t}\n\treturn -1;\n};\nvar $slice = callBound('String.prototype.slice');\nvar toStrTags = {};\nvar gOPD = require('es-abstract/helpers/getOwnPropertyDescriptor');\nvar getPrototypeOf = Object.getPrototypeOf; // require('getprototypeof');\nif (hasToStringTag && gOPD && getPrototypeOf) {\n\tforEach(typedArrays, function (typedArray) {\n\t\tvar arr = new global[typedArray]();\n\t\tif (!(Symbol.toStringTag in arr)) {\n\t\t\tthrow new EvalError('this engine has support for Symbol.toStringTag, but ' + typedArray + ' does not have the property! Please report this.');\n\t\t}\n\t\tvar proto = getPrototypeOf(arr);\n\t\tvar descriptor = gOPD(proto, Symbol.toStringTag);\n\t\tif (!descriptor) {\n\t\t\tvar superProto = getPrototypeOf(proto);\n\t\t\tdescriptor = gOPD(superProto, Symbol.toStringTag);\n\t\t}\n\t\ttoStrTags[typedArray] = descriptor.get;\n\t});\n}\n\nvar tryTypedArrays = function tryAllTypedArrays(value) {\n\tvar anyTrue = false;\n\tforEach(toStrTags, function (getter, typedArray) {\n\t\tif (!anyTrue) {\n\t\t\ttry {\n\t\t\t\tanyTrue = getter.call(value) === typedArray;\n\t\t\t} catch (e) { /**/ }\n\t\t}\n\t});\n\treturn anyTrue;\n};\n\nmodule.exports = function isTypedArray(value) {\n\tif (!value || typeof value !== 'object') { return false; }\n\tif (!hasToStringTag) {\n\t\tvar tag = $slice($toString(value), 8, -1);\n\t\treturn $indexOf(typedArrays, tag) > -1;\n\t}\n\tif (!gOPD) { return false; }\n\treturn tryTypedArrays(value);\n};\n","'use strict';\n\nvar numberIsNaN = function (value) {\n\treturn value !== value;\n};\n\nmodule.exports = function is(a, b) {\n\tif (a === 0 && b === 0) {\n\t\treturn 1 / a === 1 / b;\n\t}\n\tif (a === b) {\n\t\treturn true;\n\t}\n\tif (numberIsNaN(a) && numberIsNaN(b)) {\n\t\treturn true;\n\t}\n\treturn false;\n};\n\n","'use strict';\n\nvar define = require('define-properties');\nvar callBind = require('call-bind');\n\nvar implementation = require('./implementation');\nvar getPolyfill = require('./polyfill');\nvar shim = require('./shim');\n\nvar polyfill = callBind(getPolyfill(), Object);\n\ndefine(polyfill, {\n\tgetPolyfill: getPolyfill,\n\timplementation: implementation,\n\tshim: shim\n});\n\nmodule.exports = polyfill;\n","'use strict';\n\nvar implementation = require('./implementation');\n\nmodule.exports = function getPolyfill() {\n\treturn typeof Object.is === 'function' ? Object.is : implementation;\n};\n","'use strict';\n\nvar getPolyfill = require('./polyfill');\nvar define = require('define-properties');\n\nmodule.exports = function shimObjectIs() {\n\tvar polyfill = getPolyfill();\n\tdefine(Object, { is: polyfill }, {\n\t\tis: function testObjectIs() {\n\t\t\treturn Object.is !== polyfill;\n\t\t}\n\t});\n\treturn polyfill;\n};\n","'use strict';\n\nvar keysShim;\nif (!Object.keys) {\n\t// modified from https://github.com/es-shims/es5-shim\n\tvar has = Object.prototype.hasOwnProperty;\n\tvar toStr = Object.prototype.toString;\n\tvar isArgs = require('./isArguments'); // eslint-disable-line global-require\n\tvar isEnumerable = Object.prototype.propertyIsEnumerable;\n\tvar hasDontEnumBug = !isEnumerable.call({ toString: null }, 'toString');\n\tvar hasProtoEnumBug = isEnumerable.call(function () {}, 'prototype');\n\tvar dontEnums = [\n\t\t'toString',\n\t\t'toLocaleString',\n\t\t'valueOf',\n\t\t'hasOwnProperty',\n\t\t'isPrototypeOf',\n\t\t'propertyIsEnumerable',\n\t\t'constructor'\n\t];\n\tvar equalsConstructorPrototype = function (o) {\n\t\tvar ctor = o.constructor;\n\t\treturn ctor && ctor.prototype === o;\n\t};\n\tvar excludedKeys = {\n\t\t$applicationCache: true,\n\t\t$console: true,\n\t\t$external: true,\n\t\t$frame: true,\n\t\t$frameElement: true,\n\t\t$frames: true,\n\t\t$innerHeight: true,\n\t\t$innerWidth: true,\n\t\t$onmozfullscreenchange: true,\n\t\t$onmozfullscreenerror: true,\n\t\t$outerHeight: true,\n\t\t$outerWidth: true,\n\t\t$pageXOffset: true,\n\t\t$pageYOffset: true,\n\t\t$parent: true,\n\t\t$scrollLeft: true,\n\t\t$scrollTop: true,\n\t\t$scrollX: true,\n\t\t$scrollY: true,\n\t\t$self: true,\n\t\t$webkitIndexedDB: true,\n\t\t$webkitStorageInfo: true,\n\t\t$window: true\n\t};\n\tvar hasAutomationEqualityBug = (function () {\n\t\t/* global window */\n\t\tif (typeof window === 'undefined') { return false; }\n\t\tfor (var k in window) {\n\t\t\ttry {\n\t\t\t\tif (!excludedKeys['$' + k] && has.call(window, k) && window[k] !== null && typeof window[k] === 'object') {\n\t\t\t\t\ttry {\n\t\t\t\t\t\tequalsConstructorPrototype(window[k]);\n\t\t\t\t\t} catch (e) {\n\t\t\t\t\t\treturn true;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} catch (e) {\n\t\t\t\treturn true;\n\t\t\t}\n\t\t}\n\t\treturn false;\n\t}());\n\tvar equalsConstructorPrototypeIfNotBuggy = function (o) {\n\t\t/* global window */\n\t\tif (typeof window === 'undefined' || !hasAutomationEqualityBug) {\n\t\t\treturn equalsConstructorPrototype(o);\n\t\t}\n\t\ttry {\n\t\t\treturn equalsConstructorPrototype(o);\n\t\t} catch (e) {\n\t\t\treturn false;\n\t\t}\n\t};\n\n\tkeysShim = function keys(object) {\n\t\tvar isObject = object !== null && typeof object === 'object';\n\t\tvar isFunction = toStr.call(object) === '[object Function]';\n\t\tvar isArguments = isArgs(object);\n\t\tvar isString = isObject && toStr.call(object) === '[object String]';\n\t\tvar theKeys = [];\n\n\t\tif (!isObject && !isFunction && !isArguments) {\n\t\t\tthrow new TypeError('Object.keys called on a non-object');\n\t\t}\n\n\t\tvar skipProto = hasProtoEnumBug && isFunction;\n\t\tif (isString && object.length > 0 && !has.call(object, 0)) {\n\t\t\tfor (var i = 0; i < object.length; ++i) {\n\t\t\t\ttheKeys.push(String(i));\n\t\t\t}\n\t\t}\n\n\t\tif (isArguments && object.length > 0) {\n\t\t\tfor (var j = 0; j < object.length; ++j) {\n\t\t\t\ttheKeys.push(String(j));\n\t\t\t}\n\t\t} else {\n\t\t\tfor (var name in object) {\n\t\t\t\tif (!(skipProto && name === 'prototype') && has.call(object, name)) {\n\t\t\t\t\ttheKeys.push(String(name));\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tif (hasDontEnumBug) {\n\t\t\tvar skipConstructor = equalsConstructorPrototypeIfNotBuggy(object);\n\n\t\t\tfor (var k = 0; k < dontEnums.length; ++k) {\n\t\t\t\tif (!(skipConstructor && dontEnums[k] === 'constructor') && has.call(object, dontEnums[k])) {\n\t\t\t\t\ttheKeys.push(dontEnums[k]);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\treturn theKeys;\n\t};\n}\nmodule.exports = keysShim;\n","'use strict';\n\nvar slice = Array.prototype.slice;\nvar isArgs = require('./isArguments');\n\nvar origKeys = Object.keys;\nvar keysShim = origKeys ? function keys(o) { return origKeys(o); } : require('./implementation');\n\nvar originalKeys = Object.keys;\n\nkeysShim.shim = function shimObjectKeys() {\n\tif (Object.keys) {\n\t\tvar keysWorksWithArguments = (function () {\n\t\t\t// Safari 5.0 bug\n\t\t\tvar args = Object.keys(arguments);\n\t\t\treturn args && args.length === arguments.length;\n\t\t}(1, 2));\n\t\tif (!keysWorksWithArguments) {\n\t\t\tObject.keys = function keys(object) { // eslint-disable-line func-name-matching\n\t\t\t\tif (isArgs(object)) {\n\t\t\t\t\treturn originalKeys(slice.call(object));\n\t\t\t\t}\n\t\t\t\treturn originalKeys(object);\n\t\t\t};\n\t\t}\n\t} else {\n\t\tObject.keys = keysShim;\n\t}\n\treturn Object.keys || keysShim;\n};\n\nmodule.exports = keysShim;\n","'use strict';\n\nvar toStr = Object.prototype.toString;\n\nmodule.exports = function isArguments(value) {\n\tvar str = toStr.call(value);\n\tvar isArgs = str === '[object Arguments]';\n\tif (!isArgs) {\n\t\tisArgs = str !== '[object Array]' &&\n\t\t\tvalue !== null &&\n\t\t\ttypeof value === 'object' &&\n\t\t\ttypeof value.length === 'number' &&\n\t\t\tvalue.length >= 0 &&\n\t\t\ttoStr.call(value.callee) === '[object Function]';\n\t}\n\treturn isArgs;\n};\n","// shim for using process in browser\nvar process = module.exports = {};\n\n// cached from whatever global is present so that test runners that stub it\n// don't break things. But we need to wrap it in a try catch in case it is\n// wrapped in strict mode code which doesn't define any globals. It's inside a\n// function because try/catches deoptimize in certain engines.\n\nvar cachedSetTimeout;\nvar cachedClearTimeout;\n\nfunction defaultSetTimout() {\n throw new Error('setTimeout has not been defined');\n}\nfunction defaultClearTimeout () {\n throw new Error('clearTimeout has not been defined');\n}\n(function () {\n try {\n if (typeof setTimeout === 'function') {\n cachedSetTimeout = setTimeout;\n } else {\n cachedSetTimeout = defaultSetTimout;\n }\n } catch (e) {\n cachedSetTimeout = defaultSetTimout;\n }\n try {\n if (typeof clearTimeout === 'function') {\n cachedClearTimeout = clearTimeout;\n } else {\n cachedClearTimeout = defaultClearTimeout;\n }\n } catch (e) {\n cachedClearTimeout = defaultClearTimeout;\n }\n} ())\nfunction runTimeout(fun) {\n if (cachedSetTimeout === setTimeout) {\n //normal enviroments in sane situations\n return setTimeout(fun, 0);\n }\n // if setTimeout wasn't available but was latter defined\n if ((cachedSetTimeout === defaultSetTimout || !cachedSetTimeout) && setTimeout) {\n cachedSetTimeout = setTimeout;\n return setTimeout(fun, 0);\n }\n try {\n // when when somebody has screwed with setTimeout but no I.E. maddness\n return cachedSetTimeout(fun, 0);\n } catch(e){\n try {\n // When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally\n return cachedSetTimeout.call(null, fun, 0);\n } catch(e){\n // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error\n return cachedSetTimeout.call(this, fun, 0);\n }\n }\n\n\n}\nfunction runClearTimeout(marker) {\n if (cachedClearTimeout === clearTimeout) {\n //normal enviroments in sane situations\n return clearTimeout(marker);\n }\n // if clearTimeout wasn't available but was latter defined\n if ((cachedClearTimeout === defaultClearTimeout || !cachedClearTimeout) && clearTimeout) {\n cachedClearTimeout = clearTimeout;\n return clearTimeout(marker);\n }\n try {\n // when when somebody has screwed with setTimeout but no I.E. maddness\n return cachedClearTimeout(marker);\n } catch (e){\n try {\n // When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally\n return cachedClearTimeout.call(null, marker);\n } catch (e){\n // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error.\n // Some versions of I.E. have different rules for clearTimeout vs setTimeout\n return cachedClearTimeout.call(this, marker);\n }\n }\n\n\n\n}\nvar queue = [];\nvar draining = false;\nvar currentQueue;\nvar queueIndex = -1;\n\nfunction cleanUpNextTick() {\n if (!draining || !currentQueue) {\n return;\n }\n draining = false;\n if (currentQueue.length) {\n queue = currentQueue.concat(queue);\n } else {\n queueIndex = -1;\n }\n if (queue.length) {\n drainQueue();\n }\n}\n\nfunction drainQueue() {\n if (draining) {\n return;\n }\n var timeout = runTimeout(cleanUpNextTick);\n draining = true;\n\n var len = queue.length;\n while(len) {\n currentQueue = queue;\n queue = [];\n while (++queueIndex < len) {\n if (currentQueue) {\n currentQueue[queueIndex].run();\n }\n }\n queueIndex = -1;\n len = queue.length;\n }\n currentQueue = null;\n draining = false;\n runClearTimeout(timeout);\n}\n\nprocess.nextTick = function (fun) {\n var args = new Array(arguments.length - 1);\n if (arguments.length > 1) {\n for (var i = 1; i < arguments.length; i++) {\n args[i - 1] = arguments[i];\n }\n }\n queue.push(new Item(fun, args));\n if (queue.length === 1 && !draining) {\n runTimeout(drainQueue);\n }\n};\n\n// v8 likes predictible objects\nfunction Item(fun, array) {\n this.fun = fun;\n this.array = array;\n}\nItem.prototype.run = function () {\n this.fun.apply(null, this.array);\n};\nprocess.title = 'browser';\nprocess.browser = true;\nprocess.env = {};\nprocess.argv = [];\nprocess.version = ''; // empty string to avoid regexp issues\nprocess.versions = {};\n\nfunction noop() {}\n\nprocess.on = noop;\nprocess.addListener = noop;\nprocess.once = noop;\nprocess.off = noop;\nprocess.removeListener = noop;\nprocess.removeAllListeners = noop;\nprocess.emit = noop;\nprocess.prependListener = noop;\nprocess.prependOnceListener = noop;\n\nprocess.listeners = function (name) { return [] }\n\nprocess.binding = function (name) {\n throw new Error('process.binding is not supported');\n};\n\nprocess.cwd = function () { return '/' };\nprocess.chdir = function (dir) {\n throw new Error('process.chdir is not supported');\n};\nprocess.umask = function() { return 0; };\n","module.exports = function isBuffer(arg) {\n return arg && typeof arg === 'object'\n && typeof arg.copy === 'function'\n && typeof arg.fill === 'function'\n && typeof arg.readUInt8 === 'function';\n}","// Currently in sync with Node.js lib/internal/util/types.js\n// https://github.com/nodejs/node/commit/112cc7c27551254aa2b17098fb774867f05ed0d9\n\n'use strict';\n\nvar isArgumentsObject = require('is-arguments');\nvar isGeneratorFunction = require('is-generator-function');\nvar whichTypedArray = require('which-typed-array');\nvar isTypedArray = require('is-typed-array');\n\nfunction uncurryThis(f) {\n return f.call.bind(f);\n}\n\nvar BigIntSupported = typeof BigInt !== 'undefined';\nvar SymbolSupported = typeof Symbol !== 'undefined';\n\nvar ObjectToString = uncurryThis(Object.prototype.toString);\n\nvar numberValue = uncurryThis(Number.prototype.valueOf);\nvar stringValue = uncurryThis(String.prototype.valueOf);\nvar booleanValue = uncurryThis(Boolean.prototype.valueOf);\n\nif (BigIntSupported) {\n var bigIntValue = uncurryThis(BigInt.prototype.valueOf);\n}\n\nif (SymbolSupported) {\n var symbolValue = uncurryThis(Symbol.prototype.valueOf);\n}\n\nfunction checkBoxedPrimitive(value, prototypeValueOf) {\n if (typeof value !== 'object') {\n return false;\n }\n try {\n prototypeValueOf(value);\n return true;\n } catch(e) {\n return false;\n }\n}\n\nexports.isArgumentsObject = isArgumentsObject;\nexports.isGeneratorFunction = isGeneratorFunction;\nexports.isTypedArray = isTypedArray;\n\n// Taken from here and modified for better browser support\n// https://github.com/sindresorhus/p-is-promise/blob/cda35a513bda03f977ad5cde3a079d237e82d7ef/index.js\nfunction isPromise(input) {\n\treturn (\n\t\t(\n\t\t\ttypeof Promise !== 'undefined' &&\n\t\t\tinput instanceof Promise\n\t\t) ||\n\t\t(\n\t\t\tinput !== null &&\n\t\t\ttypeof input === 'object' &&\n\t\t\ttypeof input.then === 'function' &&\n\t\t\ttypeof input.catch === 'function'\n\t\t)\n\t);\n}\nexports.isPromise = isPromise;\n\nfunction isArrayBufferView(value) {\n if (typeof ArrayBuffer !== 'undefined' && ArrayBuffer.isView) {\n return ArrayBuffer.isView(value);\n }\n\n return (\n isTypedArray(value) ||\n isDataView(value)\n );\n}\nexports.isArrayBufferView = isArrayBufferView;\n\n\nfunction isUint8Array(value) {\n return whichTypedArray(value) === 'Uint8Array';\n}\nexports.isUint8Array = isUint8Array;\n\nfunction isUint8ClampedArray(value) {\n return whichTypedArray(value) === 'Uint8ClampedArray';\n}\nexports.isUint8ClampedArray = isUint8ClampedArray;\n\nfunction isUint16Array(value) {\n return whichTypedArray(value) === 'Uint16Array';\n}\nexports.isUint16Array = isUint16Array;\n\nfunction isUint32Array(value) {\n return whichTypedArray(value) === 'Uint32Array';\n}\nexports.isUint32Array = isUint32Array;\n\nfunction isInt8Array(value) {\n return whichTypedArray(value) === 'Int8Array';\n}\nexports.isInt8Array = isInt8Array;\n\nfunction isInt16Array(value) {\n return whichTypedArray(value) === 'Int16Array';\n}\nexports.isInt16Array = isInt16Array;\n\nfunction isInt32Array(value) {\n return whichTypedArray(value) === 'Int32Array';\n}\nexports.isInt32Array = isInt32Array;\n\nfunction isFloat32Array(value) {\n return whichTypedArray(value) === 'Float32Array';\n}\nexports.isFloat32Array = isFloat32Array;\n\nfunction isFloat64Array(value) {\n return whichTypedArray(value) === 'Float64Array';\n}\nexports.isFloat64Array = isFloat64Array;\n\nfunction isBigInt64Array(value) {\n return whichTypedArray(value) === 'BigInt64Array';\n}\nexports.isBigInt64Array = isBigInt64Array;\n\nfunction isBigUint64Array(value) {\n return whichTypedArray(value) === 'BigUint64Array';\n}\nexports.isBigUint64Array = isBigUint64Array;\n\nfunction isMapToString(value) {\n return ObjectToString(value) === '[object Map]';\n}\nisMapToString.working = (\n typeof Map !== 'undefined' &&\n isMapToString(new Map())\n);\n\nfunction isMap(value) {\n if (typeof Map === 'undefined') {\n return false;\n }\n\n return isMapToString.working\n ? isMapToString(value)\n : value instanceof Map;\n}\nexports.isMap = isMap;\n\nfunction isSetToString(value) {\n return ObjectToString(value) === '[object Set]';\n}\nisSetToString.working = (\n typeof Set !== 'undefined' &&\n isSetToString(new Set())\n);\nfunction isSet(value) {\n if (typeof Set === 'undefined') {\n return false;\n }\n\n return isSetToString.working\n ? isSetToString(value)\n : value instanceof Set;\n}\nexports.isSet = isSet;\n\nfunction isWeakMapToString(value) {\n return ObjectToString(value) === '[object WeakMap]';\n}\nisWeakMapToString.working = (\n typeof WeakMap !== 'undefined' &&\n isWeakMapToString(new WeakMap())\n);\nfunction isWeakMap(value) {\n if (typeof WeakMap === 'undefined') {\n return false;\n }\n\n return isWeakMapToString.working\n ? isWeakMapToString(value)\n : value instanceof WeakMap;\n}\nexports.isWeakMap = isWeakMap;\n\nfunction isWeakSetToString(value) {\n return ObjectToString(value) === '[object WeakSet]';\n}\nisWeakSetToString.working = (\n typeof WeakSet !== 'undefined' &&\n isWeakSetToString(new WeakSet())\n);\nfunction isWeakSet(value) {\n return isWeakSetToString(value);\n}\nexports.isWeakSet = isWeakSet;\n\nfunction isArrayBufferToString(value) {\n return ObjectToString(value) === '[object ArrayBuffer]';\n}\nisArrayBufferToString.working = (\n typeof ArrayBuffer !== 'undefined' &&\n isArrayBufferToString(new ArrayBuffer())\n);\nfunction isArrayBuffer(value) {\n if (typeof ArrayBuffer === 'undefined') {\n return false;\n }\n\n return isArrayBufferToString.working\n ? isArrayBufferToString(value)\n : value instanceof ArrayBuffer;\n}\nexports.isArrayBuffer = isArrayBuffer;\n\nfunction isDataViewToString(value) {\n return ObjectToString(value) === '[object DataView]';\n}\nisDataViewToString.working = (\n typeof ArrayBuffer !== 'undefined' &&\n typeof DataView !== 'undefined' &&\n isDataViewToString(new DataView(new ArrayBuffer(1), 0, 1))\n);\nfunction isDataView(value) {\n if (typeof DataView === 'undefined') {\n return false;\n }\n\n return isDataViewToString.working\n ? isDataViewToString(value)\n : value instanceof DataView;\n}\nexports.isDataView = isDataView;\n\n// Store a copy of SharedArrayBuffer in case it's deleted elsewhere\nvar SharedArrayBufferCopy = typeof SharedArrayBuffer !== 'undefined' ? SharedArrayBuffer : undefined;\nfunction isSharedArrayBufferToString(value) {\n return ObjectToString(value) === '[object SharedArrayBuffer]';\n}\nfunction isSharedArrayBuffer(value) {\n if (typeof SharedArrayBufferCopy === 'undefined') {\n return false;\n }\n\n if (typeof isSharedArrayBufferToString.working === 'undefined') {\n isSharedArrayBufferToString.working = isSharedArrayBufferToString(new SharedArrayBufferCopy());\n }\n\n return isSharedArrayBufferToString.working\n ? isSharedArrayBufferToString(value)\n : value instanceof SharedArrayBufferCopy;\n}\nexports.isSharedArrayBuffer = isSharedArrayBuffer;\n\nfunction isAsyncFunction(value) {\n return ObjectToString(value) === '[object AsyncFunction]';\n}\nexports.isAsyncFunction = isAsyncFunction;\n\nfunction isMapIterator(value) {\n return ObjectToString(value) === '[object Map Iterator]';\n}\nexports.isMapIterator = isMapIterator;\n\nfunction isSetIterator(value) {\n return ObjectToString(value) === '[object Set Iterator]';\n}\nexports.isSetIterator = isSetIterator;\n\nfunction isGeneratorObject(value) {\n return ObjectToString(value) === '[object Generator]';\n}\nexports.isGeneratorObject = isGeneratorObject;\n\nfunction isWebAssemblyCompiledModule(value) {\n return ObjectToString(value) === '[object WebAssembly.Module]';\n}\nexports.isWebAssemblyCompiledModule = isWebAssemblyCompiledModule;\n\nfunction isNumberObject(value) {\n return checkBoxedPrimitive(value, numberValue);\n}\nexports.isNumberObject = isNumberObject;\n\nfunction isStringObject(value) {\n return checkBoxedPrimitive(value, stringValue);\n}\nexports.isStringObject = isStringObject;\n\nfunction isBooleanObject(value) {\n return checkBoxedPrimitive(value, booleanValue);\n}\nexports.isBooleanObject = isBooleanObject;\n\nfunction isBigIntObject(value) {\n return BigIntSupported && checkBoxedPrimitive(value, bigIntValue);\n}\nexports.isBigIntObject = isBigIntObject;\n\nfunction isSymbolObject(value) {\n return SymbolSupported && checkBoxedPrimitive(value, symbolValue);\n}\nexports.isSymbolObject = isSymbolObject;\n\nfunction isBoxedPrimitive(value) {\n return (\n isNumberObject(value) ||\n isStringObject(value) ||\n isBooleanObject(value) ||\n isBigIntObject(value) ||\n isSymbolObject(value)\n );\n}\nexports.isBoxedPrimitive = isBoxedPrimitive;\n\nfunction isAnyArrayBuffer(value) {\n return typeof Uint8Array !== 'undefined' && (\n isArrayBuffer(value) ||\n isSharedArrayBuffer(value)\n );\n}\nexports.isAnyArrayBuffer = isAnyArrayBuffer;\n\n['isProxy', 'isExternal', 'isModuleNamespaceObject'].forEach(function(method) {\n Object.defineProperty(exports, method, {\n enumerable: false,\n value: function() {\n throw new Error(method + ' is not supported in userland');\n }\n });\n});\n","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nvar getOwnPropertyDescriptors = Object.getOwnPropertyDescriptors ||\n function getOwnPropertyDescriptors(obj) {\n var keys = Object.keys(obj);\n var descriptors = {};\n for (var i = 0; i < keys.length; i++) {\n descriptors[keys[i]] = Object.getOwnPropertyDescriptor(obj, keys[i]);\n }\n return descriptors;\n };\n\nvar formatRegExp = /%[sdj%]/g;\nexports.format = function(f) {\n if (!isString(f)) {\n var objects = [];\n for (var i = 0; i < arguments.length; i++) {\n objects.push(inspect(arguments[i]));\n }\n return objects.join(' ');\n }\n\n var i = 1;\n var args = arguments;\n var len = args.length;\n var str = String(f).replace(formatRegExp, function(x) {\n if (x === '%%') return '%';\n if (i >= len) return x;\n switch (x) {\n case '%s': return String(args[i++]);\n case '%d': return Number(args[i++]);\n case '%j':\n try {\n return JSON.stringify(args[i++]);\n } catch (_) {\n return '[Circular]';\n }\n default:\n return x;\n }\n });\n for (var x = args[i]; i < len; x = args[++i]) {\n if (isNull(x) || !isObject(x)) {\n str += ' ' + x;\n } else {\n str += ' ' + inspect(x);\n }\n }\n return str;\n};\n\n\n// Mark that a method should not be used.\n// Returns a modified function which warns once by default.\n// If --no-deprecation is set, then it is a no-op.\nexports.deprecate = function(fn, msg) {\n if (typeof process !== 'undefined' && process.noDeprecation === true) {\n return fn;\n }\n\n // Allow for deprecating things in the process of starting up.\n if (typeof process === 'undefined') {\n return function() {\n return exports.deprecate(fn, msg).apply(this, arguments);\n };\n }\n\n var warned = false;\n function deprecated() {\n if (!warned) {\n if (process.throwDeprecation) {\n throw new Error(msg);\n } else if (process.traceDeprecation) {\n console.trace(msg);\n } else {\n console.error(msg);\n }\n warned = true;\n }\n return fn.apply(this, arguments);\n }\n\n return deprecated;\n};\n\n\nvar debugs = {};\nvar debugEnvRegex = /^$/;\n\nif (process.env.NODE_DEBUG) {\n var debugEnv = process.env.NODE_DEBUG;\n debugEnv = debugEnv.replace(/[|\\\\{}()[\\]^$+?.]/g, '\\\\$&')\n .replace(/\\*/g, '.*')\n .replace(/,/g, '$|^')\n .toUpperCase();\n debugEnvRegex = new RegExp('^' + debugEnv + '$', 'i');\n}\nexports.debuglog = function(set) {\n set = set.toUpperCase();\n if (!debugs[set]) {\n if (debugEnvRegex.test(set)) {\n var pid = process.pid;\n debugs[set] = function() {\n var msg = exports.format.apply(exports, arguments);\n console.error('%s %d: %s', set, pid, msg);\n };\n } else {\n debugs[set] = function() {};\n }\n }\n return debugs[set];\n};\n\n\n/**\n * Echos the value of a value. Trys to print the value out\n * in the best way possible given the different types.\n *\n * @param {Object} obj The object to print out.\n * @param {Object} opts Optional options object that alters the output.\n */\n/* legacy: obj, showHidden, depth, colors*/\nfunction inspect(obj, opts) {\n // default options\n var ctx = {\n seen: [],\n stylize: stylizeNoColor\n };\n // legacy...\n if (arguments.length >= 3) ctx.depth = arguments[2];\n if (arguments.length >= 4) ctx.colors = arguments[3];\n if (isBoolean(opts)) {\n // legacy...\n ctx.showHidden = opts;\n } else if (opts) {\n // got an \"options\" object\n exports._extend(ctx, opts);\n }\n // set default options\n if (isUndefined(ctx.showHidden)) ctx.showHidden = false;\n if (isUndefined(ctx.depth)) ctx.depth = 2;\n if (isUndefined(ctx.colors)) ctx.colors = false;\n if (isUndefined(ctx.customInspect)) ctx.customInspect = true;\n if (ctx.colors) ctx.stylize = stylizeWithColor;\n return formatValue(ctx, obj, ctx.depth);\n}\nexports.inspect = inspect;\n\n\n// http://en.wikipedia.org/wiki/ANSI_escape_code#graphics\ninspect.colors = {\n 'bold' : [1, 22],\n 'italic' : [3, 23],\n 'underline' : [4, 24],\n 'inverse' : [7, 27],\n 'white' : [37, 39],\n 'grey' : [90, 39],\n 'black' : [30, 39],\n 'blue' : [34, 39],\n 'cyan' : [36, 39],\n 'green' : [32, 39],\n 'magenta' : [35, 39],\n 'red' : [31, 39],\n 'yellow' : [33, 39]\n};\n\n// Don't use 'blue' not visible on cmd.exe\ninspect.styles = {\n 'special': 'cyan',\n 'number': 'yellow',\n 'boolean': 'yellow',\n 'undefined': 'grey',\n 'null': 'bold',\n 'string': 'green',\n 'date': 'magenta',\n // \"name\": intentionally not styling\n 'regexp': 'red'\n};\n\n\nfunction stylizeWithColor(str, styleType) {\n var style = inspect.styles[styleType];\n\n if (style) {\n return '\\u001b[' + inspect.colors[style][0] + 'm' + str +\n '\\u001b[' + inspect.colors[style][1] + 'm';\n } else {\n return str;\n }\n}\n\n\nfunction stylizeNoColor(str, styleType) {\n return str;\n}\n\n\nfunction arrayToHash(array) {\n var hash = {};\n\n array.forEach(function(val, idx) {\n hash[val] = true;\n });\n\n return hash;\n}\n\n\nfunction formatValue(ctx, value, recurseTimes) {\n // Provide a hook for user-specified inspect functions.\n // Check that value is an object with an inspect function on it\n if (ctx.customInspect &&\n value &&\n isFunction(value.inspect) &&\n // Filter out the util module, it's inspect function is special\n value.inspect !== exports.inspect &&\n // Also filter out any prototype objects using the circular check.\n !(value.constructor && value.constructor.prototype === value)) {\n var ret = value.inspect(recurseTimes, ctx);\n if (!isString(ret)) {\n ret = formatValue(ctx, ret, recurseTimes);\n }\n return ret;\n }\n\n // Primitive types cannot have properties\n var primitive = formatPrimitive(ctx, value);\n if (primitive) {\n return primitive;\n }\n\n // Look up the keys of the object.\n var keys = Object.keys(value);\n var visibleKeys = arrayToHash(keys);\n\n if (ctx.showHidden) {\n keys = Object.getOwnPropertyNames(value);\n }\n\n // IE doesn't make error fields non-enumerable\n // http://msdn.microsoft.com/en-us/library/ie/dww52sbt(v=vs.94).aspx\n if (isError(value)\n && (keys.indexOf('message') >= 0 || keys.indexOf('description') >= 0)) {\n return formatError(value);\n }\n\n // Some type of object without properties can be shortcutted.\n if (keys.length === 0) {\n if (isFunction(value)) {\n var name = value.name ? ': ' + value.name : '';\n return ctx.stylize('[Function' + name + ']', 'special');\n }\n if (isRegExp(value)) {\n return ctx.stylize(RegExp.prototype.toString.call(value), 'regexp');\n }\n if (isDate(value)) {\n return ctx.stylize(Date.prototype.toString.call(value), 'date');\n }\n if (isError(value)) {\n return formatError(value);\n }\n }\n\n var base = '', array = false, braces = ['{', '}'];\n\n // Make Array say that they are Array\n if (isArray(value)) {\n array = true;\n braces = ['[', ']'];\n }\n\n // Make functions say that they are functions\n if (isFunction(value)) {\n var n = value.name ? ': ' + value.name : '';\n base = ' [Function' + n + ']';\n }\n\n // Make RegExps say that they are RegExps\n if (isRegExp(value)) {\n base = ' ' + RegExp.prototype.toString.call(value);\n }\n\n // Make dates with properties first say the date\n if (isDate(value)) {\n base = ' ' + Date.prototype.toUTCString.call(value);\n }\n\n // Make error with message first say the error\n if (isError(value)) {\n base = ' ' + formatError(value);\n }\n\n if (keys.length === 0 && (!array || value.length == 0)) {\n return braces[0] + base + braces[1];\n }\n\n if (recurseTimes < 0) {\n if (isRegExp(value)) {\n return ctx.stylize(RegExp.prototype.toString.call(value), 'regexp');\n } else {\n return ctx.stylize('[Object]', 'special');\n }\n }\n\n ctx.seen.push(value);\n\n var output;\n if (array) {\n output = formatArray(ctx, value, recurseTimes, visibleKeys, keys);\n } else {\n output = keys.map(function(key) {\n return formatProperty(ctx, value, recurseTimes, visibleKeys, key, array);\n });\n }\n\n ctx.seen.pop();\n\n return reduceToSingleString(output, base, braces);\n}\n\n\nfunction formatPrimitive(ctx, value) {\n if (isUndefined(value))\n return ctx.stylize('undefined', 'undefined');\n if (isString(value)) {\n var simple = '\\'' + JSON.stringify(value).replace(/^\"|\"$/g, '')\n .replace(/'/g, \"\\\\'\")\n .replace(/\\\\\"/g, '\"') + '\\'';\n return ctx.stylize(simple, 'string');\n }\n if (isNumber(value))\n return ctx.stylize('' + value, 'number');\n if (isBoolean(value))\n return ctx.stylize('' + value, 'boolean');\n // For some reason typeof null is \"object\", so special case here.\n if (isNull(value))\n return ctx.stylize('null', 'null');\n}\n\n\nfunction formatError(value) {\n return '[' + Error.prototype.toString.call(value) + ']';\n}\n\n\nfunction formatArray(ctx, value, recurseTimes, visibleKeys, keys) {\n var output = [];\n for (var i = 0, l = value.length; i < l; ++i) {\n if (hasOwnProperty(value, String(i))) {\n output.push(formatProperty(ctx, value, recurseTimes, visibleKeys,\n String(i), true));\n } else {\n output.push('');\n }\n }\n keys.forEach(function(key) {\n if (!key.match(/^\\d+$/)) {\n output.push(formatProperty(ctx, value, recurseTimes, visibleKeys,\n key, true));\n }\n });\n return output;\n}\n\n\nfunction formatProperty(ctx, value, recurseTimes, visibleKeys, key, array) {\n var name, str, desc;\n desc = Object.getOwnPropertyDescriptor(value, key) || { value: value[key] };\n if (desc.get) {\n if (desc.set) {\n str = ctx.stylize('[Getter/Setter]', 'special');\n } else {\n str = ctx.stylize('[Getter]', 'special');\n }\n } else {\n if (desc.set) {\n str = ctx.stylize('[Setter]', 'special');\n }\n }\n if (!hasOwnProperty(visibleKeys, key)) {\n name = '[' + key + ']';\n }\n if (!str) {\n if (ctx.seen.indexOf(desc.value) < 0) {\n if (isNull(recurseTimes)) {\n str = formatValue(ctx, desc.value, null);\n } else {\n str = formatValue(ctx, desc.value, recurseTimes - 1);\n }\n if (str.indexOf('\\n') > -1) {\n if (array) {\n str = str.split('\\n').map(function(line) {\n return ' ' + line;\n }).join('\\n').substr(2);\n } else {\n str = '\\n' + str.split('\\n').map(function(line) {\n return ' ' + line;\n }).join('\\n');\n }\n }\n } else {\n str = ctx.stylize('[Circular]', 'special');\n }\n }\n if (isUndefined(name)) {\n if (array && key.match(/^\\d+$/)) {\n return str;\n }\n name = JSON.stringify('' + key);\n if (name.match(/^\"([a-zA-Z_][a-zA-Z_0-9]*)\"$/)) {\n name = name.substr(1, name.length - 2);\n name = ctx.stylize(name, 'name');\n } else {\n name = name.replace(/'/g, \"\\\\'\")\n .replace(/\\\\\"/g, '\"')\n .replace(/(^\"|\"$)/g, \"'\");\n name = ctx.stylize(name, 'string');\n }\n }\n\n return name + ': ' + str;\n}\n\n\nfunction reduceToSingleString(output, base, braces) {\n var numLinesEst = 0;\n var length = output.reduce(function(prev, cur) {\n numLinesEst++;\n if (cur.indexOf('\\n') >= 0) numLinesEst++;\n return prev + cur.replace(/\\u001b\\[\\d\\d?m/g, '').length + 1;\n }, 0);\n\n if (length > 60) {\n return braces[0] +\n (base === '' ? '' : base + '\\n ') +\n ' ' +\n output.join(',\\n ') +\n ' ' +\n braces[1];\n }\n\n return braces[0] + base + ' ' + output.join(', ') + ' ' + braces[1];\n}\n\n\n// NOTE: These type checking functions intentionally don't use `instanceof`\n// because it is fragile and can be easily faked with `Object.create()`.\nexports.types = require('./support/types');\n\nfunction isArray(ar) {\n return Array.isArray(ar);\n}\nexports.isArray = isArray;\n\nfunction isBoolean(arg) {\n return typeof arg === 'boolean';\n}\nexports.isBoolean = isBoolean;\n\nfunction isNull(arg) {\n return arg === null;\n}\nexports.isNull = isNull;\n\nfunction isNullOrUndefined(arg) {\n return arg == null;\n}\nexports.isNullOrUndefined = isNullOrUndefined;\n\nfunction isNumber(arg) {\n return typeof arg === 'number';\n}\nexports.isNumber = isNumber;\n\nfunction isString(arg) {\n return typeof arg === 'string';\n}\nexports.isString = isString;\n\nfunction isSymbol(arg) {\n return typeof arg === 'symbol';\n}\nexports.isSymbol = isSymbol;\n\nfunction isUndefined(arg) {\n return arg === void 0;\n}\nexports.isUndefined = isUndefined;\n\nfunction isRegExp(re) {\n return isObject(re) && objectToString(re) === '[object RegExp]';\n}\nexports.isRegExp = isRegExp;\nexports.types.isRegExp = isRegExp;\n\nfunction isObject(arg) {\n return typeof arg === 'object' && arg !== null;\n}\nexports.isObject = isObject;\n\nfunction isDate(d) {\n return isObject(d) && objectToString(d) === '[object Date]';\n}\nexports.isDate = isDate;\nexports.types.isDate = isDate;\n\nfunction isError(e) {\n return isObject(e) &&\n (objectToString(e) === '[object Error]' || e instanceof Error);\n}\nexports.isError = isError;\nexports.types.isNativeError = isError;\n\nfunction isFunction(arg) {\n return typeof arg === 'function';\n}\nexports.isFunction = isFunction;\n\nfunction isPrimitive(arg) {\n return arg === null ||\n typeof arg === 'boolean' ||\n typeof arg === 'number' ||\n typeof arg === 'string' ||\n typeof arg === 'symbol' || // ES6 symbol\n typeof arg === 'undefined';\n}\nexports.isPrimitive = isPrimitive;\n\nexports.isBuffer = require('./support/isBuffer');\n\nfunction objectToString(o) {\n return Object.prototype.toString.call(o);\n}\n\n\nfunction pad(n) {\n return n < 10 ? '0' + n.toString(10) : n.toString(10);\n}\n\n\nvar months = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep',\n 'Oct', 'Nov', 'Dec'];\n\n// 26 Feb 16:19:34\nfunction timestamp() {\n var d = new Date();\n var time = [pad(d.getHours()),\n pad(d.getMinutes()),\n pad(d.getSeconds())].join(':');\n return [d.getDate(), months[d.getMonth()], time].join(' ');\n}\n\n\n// log is just a thin wrapper to console.log that prepends a timestamp\nexports.log = function() {\n console.log('%s - %s', timestamp(), exports.format.apply(exports, arguments));\n};\n\n\n/**\n * Inherit the prototype methods from one constructor into another.\n *\n * The Function.prototype.inherits from lang.js rewritten as a standalone\n * function (not on Function.prototype). NOTE: If this file is to be loaded\n * during bootstrapping this function needs to be rewritten using some native\n * functions as prototype setup using normal JavaScript does not work as\n * expected during bootstrapping (see mirror.js in r114903).\n *\n * @param {function} ctor Constructor function which needs to inherit the\n * prototype.\n * @param {function} superCtor Constructor function to inherit prototype from.\n */\nexports.inherits = require('inherits');\n\nexports._extend = function(origin, add) {\n // Don't do anything if add isn't an object\n if (!add || !isObject(add)) return origin;\n\n var keys = Object.keys(add);\n var i = keys.length;\n while (i--) {\n origin[keys[i]] = add[keys[i]];\n }\n return origin;\n};\n\nfunction hasOwnProperty(obj, prop) {\n return Object.prototype.hasOwnProperty.call(obj, prop);\n}\n\nvar kCustomPromisifiedSymbol = typeof Symbol !== 'undefined' ? Symbol('util.promisify.custom') : undefined;\n\nexports.promisify = function promisify(original) {\n if (typeof original !== 'function')\n throw new TypeError('The \"original\" argument must be of type Function');\n\n if (kCustomPromisifiedSymbol && original[kCustomPromisifiedSymbol]) {\n var fn = original[kCustomPromisifiedSymbol];\n if (typeof fn !== 'function') {\n throw new TypeError('The \"util.promisify.custom\" argument must be of type Function');\n }\n Object.defineProperty(fn, kCustomPromisifiedSymbol, {\n value: fn, enumerable: false, writable: false, configurable: true\n });\n return fn;\n }\n\n function fn() {\n var promiseResolve, promiseReject;\n var promise = new Promise(function (resolve, reject) {\n promiseResolve = resolve;\n promiseReject = reject;\n });\n\n var args = [];\n for (var i = 0; i < arguments.length; i++) {\n args.push(arguments[i]);\n }\n args.push(function (err, value) {\n if (err) {\n promiseReject(err);\n } else {\n promiseResolve(value);\n }\n });\n\n try {\n original.apply(this, args);\n } catch (err) {\n promiseReject(err);\n }\n\n return promise;\n }\n\n Object.setPrototypeOf(fn, Object.getPrototypeOf(original));\n\n if (kCustomPromisifiedSymbol) Object.defineProperty(fn, kCustomPromisifiedSymbol, {\n value: fn, enumerable: false, writable: false, configurable: true\n });\n return Object.defineProperties(\n fn,\n getOwnPropertyDescriptors(original)\n );\n}\n\nexports.promisify.custom = kCustomPromisifiedSymbol\n\nfunction callbackifyOnRejected(reason, cb) {\n // `!reason` guard inspired by bluebird (Ref: https://goo.gl/t5IS6M).\n // Because `null` is a special error value in callbacks which means \"no error\n // occurred\", we error-wrap so the callback consumer can distinguish between\n // \"the promise rejected with null\" or \"the promise fulfilled with undefined\".\n if (!reason) {\n var newReason = new Error('Promise was rejected with a falsy value');\n newReason.reason = reason;\n reason = newReason;\n }\n return cb(reason);\n}\n\nfunction callbackify(original) {\n if (typeof original !== 'function') {\n throw new TypeError('The \"original\" argument must be of type Function');\n }\n\n // We DO NOT return the promise as it gives the user a false sense that\n // the promise is actually somehow related to the callback's execution\n // and that the callback throwing will reject the promise.\n function callbackified() {\n var args = [];\n for (var i = 0; i < arguments.length; i++) {\n args.push(arguments[i]);\n }\n\n var maybeCb = args.pop();\n if (typeof maybeCb !== 'function') {\n throw new TypeError('The last argument must be of type Function');\n }\n var self = this;\n var cb = function() {\n return maybeCb.apply(self, arguments);\n };\n // In true node style we process the callback on `nextTick` with all the\n // implications (stack, `uncaughtException`, `async_hooks`)\n original.apply(this, args)\n .then(function(ret) { process.nextTick(cb.bind(null, null, ret)) },\n function(rej) { process.nextTick(callbackifyOnRejected.bind(null, rej, cb)) });\n }\n\n Object.setPrototypeOf(callbackified, Object.getPrototypeOf(original));\n Object.defineProperties(callbackified,\n getOwnPropertyDescriptors(original));\n return callbackified;\n}\nexports.callbackify = callbackify;\n","'use strict';\n\nvar forEach = require('foreach');\nvar availableTypedArrays = require('available-typed-arrays');\nvar callBound = require('call-bind/callBound');\n\nvar $toString = callBound('Object.prototype.toString');\nvar hasToStringTag = require('has-tostringtag/shams')();\n\nvar typedArrays = availableTypedArrays();\n\nvar $slice = callBound('String.prototype.slice');\nvar toStrTags = {};\nvar gOPD = require('es-abstract/helpers/getOwnPropertyDescriptor');\nvar getPrototypeOf = Object.getPrototypeOf; // require('getprototypeof');\nif (hasToStringTag && gOPD && getPrototypeOf) {\n\tforEach(typedArrays, function (typedArray) {\n\t\tif (typeof global[typedArray] === 'function') {\n\t\t\tvar arr = new global[typedArray]();\n\t\t\tif (!(Symbol.toStringTag in arr)) {\n\t\t\t\tthrow new EvalError('this engine has support for Symbol.toStringTag, but ' + typedArray + ' does not have the property! Please report this.');\n\t\t\t}\n\t\t\tvar proto = getPrototypeOf(arr);\n\t\t\tvar descriptor = gOPD(proto, Symbol.toStringTag);\n\t\t\tif (!descriptor) {\n\t\t\t\tvar superProto = getPrototypeOf(proto);\n\t\t\t\tdescriptor = gOPD(superProto, Symbol.toStringTag);\n\t\t\t}\n\t\t\ttoStrTags[typedArray] = descriptor.get;\n\t\t}\n\t});\n}\n\nvar tryTypedArrays = function tryAllTypedArrays(value) {\n\tvar foundName = false;\n\tforEach(toStrTags, function (getter, typedArray) {\n\t\tif (!foundName) {\n\t\t\ttry {\n\t\t\t\tvar name = getter.call(value);\n\t\t\t\tif (name === typedArray) {\n\t\t\t\t\tfoundName = name;\n\t\t\t\t}\n\t\t\t} catch (e) {}\n\t\t}\n\t});\n\treturn foundName;\n};\n\nvar isTypedArray = require('is-typed-array');\n\nmodule.exports = function whichTypedArray(value) {\n\tif (!isTypedArray(value)) { return false; }\n\tif (!hasToStringTag) { return $slice($toString(value), 8, -1); }\n\treturn tryTypedArrays(value);\n};\n","'use strict';\n\nvar possibleNames = [\n\t'BigInt64Array',\n\t'BigUint64Array',\n\t'Float32Array',\n\t'Float64Array',\n\t'Int16Array',\n\t'Int32Array',\n\t'Int8Array',\n\t'Uint16Array',\n\t'Uint32Array',\n\t'Uint8Array',\n\t'Uint8ClampedArray'\n];\n\nmodule.exports = function availableTypedArrays() {\n\tvar out = [];\n\tfor (var i = 0; i < possibleNames.length; i++) {\n\t\tif (typeof global[possibleNames[i]] === 'function') {\n\t\t\tout[out.length] = possibleNames[i];\n\t\t}\n\t}\n\treturn out;\n};\n","'use strict';\n\nvar GetIntrinsic = require('get-intrinsic');\n\nvar $gOPD = GetIntrinsic('%Object.getOwnPropertyDescriptor%');\nif ($gOPD) {\n\ttry {\n\t\t$gOPD([], 'length');\n\t} catch (e) {\n\t\t// IE 8 has a broken gOPD\n\t\t$gOPD = null;\n\t}\n}\n\nmodule.exports = $gOPD;\n","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\tid: moduleId,\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n// expose the modules object (__webpack_modules__)\n__webpack_require__.m = __webpack_modules__;\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.f = {};\n// This file contains only the entry chunk.\n// The chunk loading function for additional chunks\n__webpack_require__.e = (chunkId) => {\n\treturn Promise.all(Object.keys(__webpack_require__.f).reduce((promises, key) => {\n\t\t__webpack_require__.f[key](chunkId, promises);\n\t\treturn promises;\n\t}, []));\n};","// This function allow to reference async chunks\n__webpack_require__.u = (chunkId) => {\n\t// return url for filenames based on template\n\treturn \"files_videoplayer-\" + chunkId + \".js?v=\" + {\"vendors-node_modules_video_js_dist_video_es_js\":\"1b6d9725c996f15df33f\",\"_34aa\":\"ab777726a58732acd0d2\",\"css_style_css\":\"211b329b40ae32bf5d72\",\"vendors-node_modules_video_js_dist_video-js_css\":\"6813c23d9e5029c0233b\"}[chunkId] + \"\";\n};","__webpack_require__.g = (function() {\n\tif (typeof globalThis === 'object') return globalThis;\n\ttry {\n\t\treturn this || new Function('return this')();\n\t} catch (e) {\n\t\tif (typeof window === 'object') return window;\n\t}\n})();","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","__webpack_require__.p = \"/apps/files_videoplayer/js/\";","// no baseURI\n\n// object to store loaded and loading chunks\n// undefined = chunk not loaded, null = chunk preloaded/prefetched\n// [resolve, reject, Promise] = chunk loading, 0 = chunk loaded\nvar installedChunks = {\n\t\"main\": 0\n};\n\n__webpack_require__.f.j = (chunkId, promises) => {\n\t\t// JSONP chunk loading for javascript\n\t\tvar installedChunkData = __webpack_require__.o(installedChunks, chunkId) ? installedChunks[chunkId] : undefined;\n\t\tif(installedChunkData !== 0) { // 0 means \"already installed\".\n\n\t\t\t// a Promise means \"currently loading\".\n\t\t\tif(installedChunkData) {\n\t\t\t\tpromises.push(installedChunkData[2]);\n\t\t\t} else {\n\t\t\t\tif(true) { // all chunks have JS\n\t\t\t\t\t// setup Promise in chunk cache\n\t\t\t\t\tvar promise = new Promise((resolve, reject) => (installedChunkData = installedChunks[chunkId] = [resolve, reject]));\n\t\t\t\t\tpromises.push(installedChunkData[2] = promise);\n\n\t\t\t\t\t// start chunk loading\n\t\t\t\t\tvar url = __webpack_require__.p + __webpack_require__.u(chunkId);\n\t\t\t\t\t// create error before stack unwound to get useful stacktrace later\n\t\t\t\t\tvar error = new Error();\n\t\t\t\t\tvar loadingEnded = (event) => {\n\t\t\t\t\t\tif(__webpack_require__.o(installedChunks, chunkId)) {\n\t\t\t\t\t\t\tinstalledChunkData = installedChunks[chunkId];\n\t\t\t\t\t\t\tif(installedChunkData !== 0) installedChunks[chunkId] = undefined;\n\t\t\t\t\t\t\tif(installedChunkData) {\n\t\t\t\t\t\t\t\tvar errorType = event && (event.type === 'load' ? 'missing' : event.type);\n\t\t\t\t\t\t\t\tvar realSrc = event && event.target && event.target.src;\n\t\t\t\t\t\t\t\terror.message = 'Loading chunk ' + chunkId + ' failed.\\n(' + errorType + ': ' + realSrc + ')';\n\t\t\t\t\t\t\t\terror.name = 'ChunkLoadError';\n\t\t\t\t\t\t\t\terror.type = errorType;\n\t\t\t\t\t\t\t\terror.request = realSrc;\n\t\t\t\t\t\t\t\tinstalledChunkData[1](error);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t};\n\t\t\t\t\t__webpack_require__.l(url, loadingEnded, \"chunk-\" + chunkId, chunkId);\n\t\t\t\t} else installedChunks[chunkId] = 0;\n\t\t\t}\n\t\t}\n};\n\n// no prefetching\n\n// no preloaded\n\n// no HMR\n\n// no HMR manifest\n\n// no on chunks loaded\n\n// install a JSONP callback for chunk loading\nvar webpackJsonpCallback = (parentChunkLoadingFunction, data) => {\n\tvar [chunkIds, moreModules, runtime] = data;\n\t// add \"moreModules\" to the modules object,\n\t// then flag all \"chunkIds\" as loaded and fire callback\n\tvar moduleId, chunkId, i = 0;\n\tfor(moduleId in moreModules) {\n\t\tif(__webpack_require__.o(moreModules, moduleId)) {\n\t\t\t__webpack_require__.m[moduleId] = moreModules[moduleId];\n\t\t}\n\t}\n\tif(runtime) var result = runtime(__webpack_require__);\n\tif(parentChunkLoadingFunction) parentChunkLoadingFunction(data);\n\tfor(;i < chunkIds.length; i++) {\n\t\tchunkId = chunkIds[i];\n\t\tif(__webpack_require__.o(installedChunks, chunkId) && installedChunks[chunkId]) {\n\t\t\tinstalledChunks[chunkId][0]();\n\t\t}\n\t\tinstalledChunks[chunkIds[i]] = 0;\n\t}\n\n}\n\nvar chunkLoadingGlobal = self[\"webpackChunkfiles_videoplayer\"] = self[\"webpackChunkfiles_videoplayer\"] || [];\nchunkLoadingGlobal.forEach(webpackJsonpCallback.bind(null, 0));\nchunkLoadingGlobal.push = webpackJsonpCallback.bind(null, chunkLoadingGlobal.push.bind(chunkLoadingGlobal));","/**\n * @copyright 2018 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2018 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nimport escapeHTML from 'escape-html'\n\n__webpack_nonce__ = btoa(OC.requestToken)\n__webpack_public_path__ = OC.filePath('files_videoplayer', '', 'js/')\n\nlet videojs = null\n\nconst videoViewer = {\n\tUI: {\n\t\tshow() {\n\n\t\t\tconst source = document.createElement('source')\n\t\t\tsource.src = escapeHTML(videoViewer.location).replace('&amp;', '&')\n\n\t\t\tif (videoViewer.mime) {\n\t\t\t\tsource.type = escapeHTML(videoViewer.mime)\n\t\t\t}\n\n\t\t\tconst playerView = document.createElement('video')\n\t\t\tplayerView.id = 'my_video_1'\n\t\t\tplayerView.classList.add('video-js')\n\t\t\tplayerView.classList.add('vjs-fill')\n\t\t\tplayerView.classList.add('vjs-big-play-centered')\n\t\t\tplayerView.controls = true\n\t\t\tplayerView.preload = 'auto'\n\t\t\tplayerView.width = '100%'\n\t\t\tplayerView.height = '100%'\n\t\t\tplayerView.poster = OC.filePath('files_videoplayer', '', 'img') + '/poster.png'\n\t\t\tplayerView.setAttribute('data-setup', '{\"techOrder\": [\"html5\"]}')\n\t\t\tplayerView.appendChild(source)\n\n\t\t\tif (videoViewer.inline === null) {\n\t\t\t\tconst overlay = document.createElement('div')\n\t\t\t\toverlay.id = 'videoplayer_overlay'\n\n\t\t\t\tconst outerContainer = document.createElement('div')\n\t\t\t\touterContainer.id = 'videoplayer_outerContainer'\n\n\t\t\t\tconst container = document.createElement('div')\n\t\t\t\tcontainer.id = 'videoplayer_container'\n\n\t\t\t\tconst player = document.createElement('div')\n\t\t\t\tplayer.id = 'videoplayer'\n\n\t\t\t\tcontainer.appendChild(player)\n\t\t\t\touterContainer.appendChild(container)\n\t\t\t\toverlay.appendChild(outerContainer)\n\n\t\t\t\tplayer.appendChild(playerView)\n\t\t\t\tdocument.body.appendChild(overlay)\n\n\t\t\t\t// close when clicking on the overlay\n\t\t\t\toverlay.addEventListener('click', function(e) {\n\t\t\t\t\tif (e.target === this) {\n\t\t\t\t\t\tvideoViewer.hidePlayer()\n\t\t\t\t\t}\n\t\t\t\t})\n\n\t\t\t\tsetTimeout(() => { overlay.className = 'show' }, 0)\n\t\t\t} else {\n\t\t\t\tconst wrapper = document.createElement('div')\n\t\t\t\twrapper.id = 'videoplayer_view'\n\t\t\t\twrapper.appendChild(playerView)\n\t\t\t\tvideoViewer.inline.appendChild(wrapper)\n\t\t\t}\n\t\t\t// initialize player\n\t\t\tvideojs('my_video_1', {\n\t\t\t\tfill: true,\n\t\t\t}).ready(function() {\n\t\t\t\tvideoViewer.player = this\n\t\t\t\tif (videoViewer.inline === null) {\n\t\t\t\t\t// append close button to video element\n\t\t\t\t\tconst closeButton = document.createElement('a')\n\t\t\t\t\tcloseButton.className = 'icon-view-close'\n\t\t\t\t\tcloseButton.id = 'box-close'\n\t\t\t\t\tcloseButton.href = '#'\n\t\t\t\t\tcloseButton.addEventListener('click', function() {\n\t\t\t\t\t\tvideoViewer.hidePlayer()\n\t\t\t\t\t})\n\t\t\t\t\tdocument.getElementById('my_video_1').appendChild(closeButton)\n\t\t\t\t}\n\t\t\t\t// autoplay\n\t\t\t\tif (document.getElementById('body-public') === null) {\n\t\t\t\t\tvideoViewer.player.play()\n\t\t\t\t}\n\t\t\t})\n\n\t\t},\n\t\thide() {\n\t\t\tconst overlay = document.getElementById('videoplayer_overlay')\n\t\t\toverlay.className = ''\n\t\t\tsetTimeout(() => {\n\t\t\t\toverlay.parentElement.removeChild(overlay)\n\t\t\t}, 500)\n\t\t},\n\t},\n\tmime: null,\n\tfile: null,\n\tlocation: null,\n\tplayer: null,\n\tinline: null,\n\tmimeTypes: [\n\t\t'video/mp4',\n\t\t'video/x-m4v',\n\t\t'video/webm',\n\t\t'video/x-flv',\n\t\t'video/ogg',\n\t\t'video/quicktime',\n\t\t'video/x-matroska',\n\t],\n\tmimeTypeAliasses: {\n\t\t'video/x-matroska': 'video/webm', // mkv support for Chrome. webm uses the same container format\n\t},\n\tonView(file, data) {\n\t\tvideoViewer.file = file\n\t\tvideoViewer.dir = data.dir\n\t\tvideoViewer.location = data.fileList.getDownloadUrl(file, videoViewer.dir)\n\t\tvideoViewer.mime = data.$file.attr('data-mime')\n\t\tif (Object.prototype.hasOwnProperty.call(videoViewer.mimeTypeAliasses, videoViewer.mime)) {\n\t\t\tvideoViewer.mime = videoViewer.mimeTypeAliasses[videoViewer.mime]\n\t\t}\n\t\tvideoViewer.showPlayer()\n\t},\n\tonViewInline(element, file, mime) {\n\t\tvideoViewer.location = file\n\t\tvideoViewer.mime = mime\n\t\tif (Object.prototype.hasOwnProperty.call(videoViewer.mimeTypeAliasses, videoViewer.mime)) {\n\t\t\tvideoViewer.mime = videoViewer.mimeTypeAliasses[videoViewer.mime]\n\t\t}\n\t\tvideoViewer.inline = element\n\t\tvideoViewer.showPlayer()\n\t},\n\tshowPlayer() {\n\t\timport('video.js').then((_videojs) => {\n\t\t\tvideojs = _videojs.default\n\t\t\tPromise.all([\n\t\t\t\timport('../css/style.css'),\n\t\t\t\t// eslint-disable-next-line import/no-webpack-loader-syntax\n\t\t\t\timport('video.js/dist/video-js.css'),\n\t\t\t]).then(() => {\n\t\t\t\tvideoViewer.UI.show()\n\t\t\t})\n\t\t})\n\t},\n\thidePlayer() {\n\t\tif (videoViewer.player !== null && videoViewer.player !== false && videoViewer.inline === null) {\n\t\t\tvideoViewer.player.dispose()\n\t\t\tvideoViewer.player = false\n\t\t\tvideoViewer.UI.hide()\n\t\t}\n\t},\n\tlog(message) {\n\t\t// eslint-disable-next-line no-console\n\t\tconsole.log(message)\n\t},\n}\n\ndocument.addEventListener('DOMContentLoaded', function() {\n\n\t// add event to ESC key\n\tdocument.addEventListener('keyup', function(e) {\n\t\tif ((e.key !== undefined && e.key === 'Escape')\n\t\t\t|| (e.keyCode !== undefined && e.keyCode === 27)) {\n\t\t\tvideoViewer.hidePlayer()\n\t\t}\n\t})\n\n\t// Public page magic\n\tif (document.getElementById('body-public') && document.getElementById('imgframe')) {\n\t\tconst mimetype = document.getElementById('mimetype').value\n\t\tfor (let j = 0; j < videoViewer.mimeTypes.length; ++j) {\n\t\t\tif (videoViewer.mimeTypes[j] === mimetype) {\n\t\t\t\tconst videoUrl = window.location.href.split('?')[0] + '/download'\n\t\t\t\tvideoViewer.onViewInline(document.getElementById('imgframe'), videoUrl, mimetype)\n\t\t\t\tbreak\n\t\t\t}\n\t\t}\n\t}\n\n})\n"],"names":["inProgress","dataWebpackPrefix","_typeof","obj","Symbol","iterator","constructor","prototype","isDeepEqual","isDeepStrictEqual","_require$codes","codes","ERR_AMBIGUOUS_ARGUMENT","ERR_INVALID_ARG_TYPE","ERR_INVALID_ARG_VALUE","ERR_INVALID_RETURN_VALUE","ERR_MISSING_ARGS","AssertionError","inspect","_require$types","isPromise","isRegExp","objectAssign","Object","assign","objectIs","is","Map","lazyLoadComparison","comparison","warned","assert","module","exports","ok","NO_EXCEPTION_SENTINEL","innerFail","message","Error","innerOk","fn","argLen","value","generatedMessage","err","actual","expected","operator","stackStartFn","_len","arguments","length","args","Array","_key","apply","concat","fail","internalMessage","argsLen","undefined","warn","process","emitWarning","console","bind","errArgs","equal","notEqual","deepEqual","notDeepEqual","deepStrictEqual","notDeepStrictEqual","strictEqual","notStrictEqual","Comparison","keys","_this","this","instance","Constructor","TypeError","_classCallCheck","forEach","key","test","compareExceptionKey","a","b","name","expectedException","msg","push","isPrototypeOf","call","getActual","e","checkIsPromise","then","catch","waitForActual","promiseFn","Promise","resolve","resultPromise","expectsError","error","details","fnType","expectsNoError","strict","_len6","_key6","throws","_len2","_key2","rejects","_len3","_key3","result","doesNotThrow","_len4","_key4","doesNotReject","_len5","_key5","ifError","newErr","origStack","stack","tmp2","split","shift","tmp1","i","pos","indexOf","slice","join","_defineProperty","defineProperty","enumerable","configurable","writable","_defineProperties","target","props","descriptor","_possibleConstructorReturn","self","_assertThisInitialized","ReferenceError","_wrapNativeSuper","Class","_cache","Function","toString","has","get","set","Wrapper","_construct","_getPrototypeOf","create","_setPrototypeOf","isNativeReflectConstruct","Reflect","construct","sham","Proxy","Date","Parent","o","p","setPrototypeOf","__proto__","getPrototypeOf","endsWith","str","search","this_len","substring","blue","green","red","white","kReadableOperator","strictEqualObject","notStrictEqualObject","notIdentical","copyError","source","inspectValue","val","compact","customInspect","depth","maxArrayLength","Infinity","showHidden","breakLength","showProxy","sorted","getters","createErrDiff","other","res","lastPos","end","skipped","actualInspected","actualLines","expectedLines","indicator","inputLength","stderr","isTTY","columns","count","Math","floor","maxCount","log","repeat","pop","maxLines","max","_actualLines","printedLines","skippedMsg","cur","expectedLine","actualLine","divergingLines","_Error","options","limit","stackTraceLimit","String","getColorDepth","base","_res","knownOperators","code","captureStackTrace","protoProps","staticProps","subClass","superClass","_inherits","custom","recurseTimes","ctx","ownKeys","getOwnPropertySymbols","filter","sym","getOwnPropertyDescriptor","_objectSpread","util","createErrorType","Base","NodeError","_Base","arg1","arg2","arg3","getMessage","oneOf","thing","isArray","len","map","determiner","substr","replace","type","start","includes","reason","inspected","RangeError","input","_slicedToArray","arr","_arrayWithHoles","_arr","_n","_d","_e","_s","_i","next","done","_iterableToArrayLimit","_nonIterableRest","regexFlagsSupported","flags","arrayFromSet","array","arrayFromMap","objectGetOwnPropertySymbols","numberIsNaN","Number","isNaN","uncurryThis","f","hasOwnProperty","propertyIsEnumerable","objectToString","isAnyArrayBuffer","isArrayBufferView","isDate","isMap","isSet","isNativeError","isBoxedPrimitive","isNumberObject","isStringObject","isBooleanObject","isBigIntObject","isSymbolObject","isFloat32Array","isFloat64Array","isNonIndex","charCodeAt","pow","getOwnNonIndexProperties","compare","x","y","min","innerDeepEqual","val1","val2","memos","buf1","buf2","val1Tag","keys1","keys2","keyCheck","getTime","RegExp","byteLength","Uint8Array","buffer","byteOffset","areSimilarTypedArrays","offset","areSimilarFloatArrays","_keys","_keys2","size","valueOf","Boolean","BigInt","isEqualBoxedPrimitive","getEnumerables","k","iterationType","aKeys","bKeys","symbolKeysA","symbolKeysB","_symbolKeysB","position","val2MemoA","val2MemoB","areEq","objEquiv","delete","setHasEqualElement","memo","setValues","findLooseMatchingPrimitives","prim","setMightHaveLoosePrim","altValue","mapMightHaveLoosePrim","item","curB","mapHasEqualEntry","key1","item1","key2","aValues","Set","add","bValues","_val","setEquiv","aEntries","_aEntries$i","item2","bEntries","_i2","_bEntries$_i","mapEquiv","keysA","GetIntrinsic","callBind","$indexOf","allowMissing","intrinsic","$apply","$call","$reflectApply","$gOPD","$defineProperty","$max","originalFunction","func","desc","applyBind","now","times","g","window","functions","label","time","duration","format","object","expression","tuple","hasSymbols","toStr","origDefineProperty","supportsDescriptors","_","arePropertyDescriptorsSupported","predicate","defineProperties","predicates","firstSource","to","nextSource","keysArray","nextIndex","nextKey","polyfill","matchHtmlRegExp","string","escape","match","exec","html","index","lastIndex","hasOwn","l","ERROR_MESSAGE","funcType","that","bound","binder","boundLength","boundArgs","Empty","implementation","$SyntaxError","SyntaxError","$Function","$TypeError","getEvalledConstructor","expressionSyntax","throwTypeError","ThrowTypeError","calleeThrows","gOPDthrows","getProto","needsEval","TypedArray","INTRINSICS","AggregateError","ArrayBuffer","Atomics","DataView","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","eval","EvalError","Float32Array","Float64Array","FinalizationRegistry","Int8Array","Int16Array","Int32Array","isFinite","JSON","parseFloat","parseInt","SharedArrayBuffer","Uint8ClampedArray","Uint16Array","Uint32Array","URIError","WeakMap","WeakRef","WeakSet","doEval","gen","LEGACY_ALIASES","$concat","$spliceApply","splice","$replace","$strSlice","rePropName","reEscapeChar","stringToPath","first","last","number","quote","subString","getBaseIntrinsic","alias","intrinsicName","parts","intrinsicBaseName","intrinsicRealName","skipFurtherCaching","isOwn","part","origSymbol","hasSymbolSham","symObj","getOwnPropertyNames","syms","toStringTag","ctor","superCtor","super_","TempCtor","hasToStringTag","$toString","callBound","isStandardArguments","isLegacyArguments","callee","supportsStandardArguments","GeneratorFunction","fnToStr","isFnRegex","generatorFunc","getGeneratorFunc","define","getPolyfill","shim","NaN","availableTypedArrays","typedArrays","$slice","toStrTags","gOPD","typedArray","proto","superProto","tag","anyTrue","getter","tryTypedArrays","keysShim","isArgs","isEnumerable","hasDontEnumBug","hasProtoEnumBug","dontEnums","equalsConstructorPrototype","excludedKeys","$applicationCache","$console","$external","$frame","$frameElement","$frames","$innerHeight","$innerWidth","$onmozfullscreenchange","$onmozfullscreenerror","$outerHeight","$outerWidth","$pageXOffset","$pageYOffset","$parent","$scrollLeft","$scrollTop","$scrollX","$scrollY","$self","$webkitIndexedDB","$webkitStorageInfo","$window","hasAutomationEqualityBug","isObject","isFunction","isArguments","isString","theKeys","skipProto","j","skipConstructor","equalsConstructorPrototypeIfNotBuggy","origKeys","originalKeys","cachedSetTimeout","cachedClearTimeout","defaultSetTimout","defaultClearTimeout","runTimeout","fun","setTimeout","clearTimeout","currentQueue","queue","draining","queueIndex","cleanUpNextTick","drainQueue","timeout","run","marker","runClearTimeout","Item","noop","nextTick","title","browser","env","argv","version","versions","on","addListener","once","off","removeListener","removeAllListeners","emit","prependListener","prependOnceListener","listeners","binding","cwd","chdir","dir","umask","arg","copy","fill","readUInt8","isArgumentsObject","isGeneratorFunction","whichTypedArray","isTypedArray","BigIntSupported","SymbolSupported","ObjectToString","numberValue","stringValue","booleanValue","bigIntValue","symbolValue","checkBoxedPrimitive","prototypeValueOf","isMapToString","isSetToString","isWeakMapToString","isWeakSetToString","isArrayBufferToString","isArrayBuffer","working","isDataViewToString","isDataView","isView","isUint8Array","isUint8ClampedArray","isUint16Array","isUint32Array","isInt8Array","isInt16Array","isInt32Array","isBigInt64Array","isBigUint64Array","isWeakMap","isWeakSet","SharedArrayBufferCopy","isSharedArrayBufferToString","isSharedArrayBuffer","isAsyncFunction","isMapIterator","isSetIterator","isGeneratorObject","isWebAssemblyCompiledModule","method","getOwnPropertyDescriptors","descriptors","formatRegExp","objects","stringify","isNull","deprecate","noDeprecation","throwDeprecation","traceDeprecation","trace","debugs","debugEnvRegex","NODE_DEBUG","debugEnv","toUpperCase","opts","seen","stylize","stylizeNoColor","colors","isBoolean","_extend","isUndefined","stylizeWithColor","formatValue","styleType","style","styles","ret","primitive","simple","isNumber","formatPrimitive","visibleKeys","hash","idx","arrayToHash","isError","formatError","output","braces","toUTCString","formatProperty","formatArray","reduce","prev","numLinesEst","reduceToSingleString","line","ar","re","d","pad","n","debuglog","pid","types","isNullOrUndefined","isSymbol","isPrimitive","isBuffer","months","timestamp","getHours","getMinutes","getSeconds","getDate","getMonth","prop","inherits","origin","kCustomPromisifiedSymbol","callbackifyOnRejected","cb","newReason","promisify","original","promiseResolve","promiseReject","promise","reject","callbackify","callbackified","maybeCb","rej","foundName","possibleNames","out","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","id","__webpack_modules__","m","__esModule","definition","chunkId","all","promises","u","globalThis","url","script","needAttach","scripts","document","getElementsByTagName","s","getAttribute","createElement","charset","nc","setAttribute","src","onScriptComplete","event","onerror","onload","doneFns","parentNode","removeChild","head","appendChild","r","installedChunks","installedChunkData","errorType","realSrc","request","webpackJsonpCallback","parentChunkLoadingFunction","data","chunkIds","moreModules","runtime","chunkLoadingGlobal","__webpack_nonce__","btoa","OC","requestToken","__webpack_public_path__","filePath","videojs","videoViewer","UI","show","escapeHTML","location","mime","playerView","classList","controls","preload","width","height","poster","inline","overlay","outerContainer","container","player","body","addEventListener","hidePlayer","className","wrapper","ready","closeButton","href","getElementById","play","hide","parentElement","file","mimeTypes","mimeTypeAliasses","onView","fileList","getDownloadUrl","$file","attr","showPlayer","onViewInline","element","_videojs","default","dispose","keyCode","mimetype","videoUrl"],"sourceRoot":""} \ No newline at end of file
diff --git a/js/files_videoplayer-vendors-node_modules_video_js_dist_video-js_css.js b/js/files_videoplayer-vendors-node_modules_video_js_dist_video-js_css.js
new file mode 100644
index 0000000..3c62768
--- /dev/null
+++ b/js/files_videoplayer-vendors-node_modules_video_js_dist_video-js_css.js
@@ -0,0 +1,2 @@
+"use strict";(self.webpackChunkfiles_videoplayer=self.webpackChunkfiles_videoplayer||[]).push([["vendors-node_modules_video_js_dist_video-js_css"],{6939:(n,e,o)=>{o.d(e,{Z:()=>A});var s=o(3645),t=o.n(s)()(!0);t.push([n.id,'.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-modal-dialog, .vjs-modal-dialog .vjs-modal-dialog-content {\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%; }\n\n.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .vjs-button > .vjs-icon-placeholder:before {\n text-align: center; }\n\n@font-face {\n font-family: VideoJS;\n src: url(data:application/font-woff;charset=utf-8;base64,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) format("woff");\n font-weight: normal;\n font-style: normal; }\n\n.vjs-icon-play, .video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-play:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder:before {\n content: "\\f101"; }\n\n.vjs-icon-play-circle {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-play-circle:before {\n content: "\\f102"; }\n\n.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {\n content: "\\f103"; }\n\n.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {\n content: "\\f104"; }\n\n.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {\n content: "\\f105"; }\n\n.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {\n content: "\\f106"; }\n\n.vjs-icon-volume-high, .video-js .vjs-mute-control .vjs-icon-placeholder {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-volume-high:before, .video-js .vjs-mute-control .vjs-icon-placeholder:before {\n content: "\\f107"; }\n\n.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control .vjs-icon-placeholder {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {\n content: "\\f108"; }\n\n.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {\n content: "\\f109"; }\n\n.vjs-icon-square {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-square:before {\n content: "\\f10a"; }\n\n.vjs-icon-spinner {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-spinner:before {\n content: "\\f10b"; }\n\n.vjs-icon-subtitles, .video-js .vjs-subtitles-button .vjs-icon-placeholder, .video-js .vjs-subs-caps-button .vjs-icon-placeholder,\n.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,\n.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,\n.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,\n.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-subtitles:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before, .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,\n .video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,\n .video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,\n .video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,\n .video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before {\n content: "\\f10c"; }\n\n.vjs-icon-captions, .video-js .vjs-captions-button .vjs-icon-placeholder, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,\n.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-captions:before, .video-js .vjs-captions-button .vjs-icon-placeholder:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,\n .video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before {\n content: "\\f10d"; }\n\n.vjs-icon-chapters, .video-js .vjs-chapters-button .vjs-icon-placeholder {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-chapters:before, .video-js .vjs-chapters-button .vjs-icon-placeholder:before {\n content: "\\f10e"; }\n\n.vjs-icon-share {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-share:before {\n content: "\\f10f"; }\n\n.vjs-icon-cog {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-cog:before {\n content: "\\f110"; }\n\n.vjs-icon-circle, .video-js .vjs-play-progress, .video-js .vjs-volume-level, .vjs-seek-to-live-control .vjs-icon-placeholder {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-circle:before, .video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before, .vjs-seek-to-live-control .vjs-icon-placeholder:before {\n content: "\\f111"; }\n\n.vjs-icon-circle-outline {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-circle-outline:before {\n content: "\\f112"; }\n\n.vjs-icon-circle-inner-circle {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-circle-inner-circle:before {\n content: "\\f113"; }\n\n.vjs-icon-hd {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-hd:before {\n content: "\\f114"; }\n\n.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {\n content: "\\f115"; }\n\n.vjs-icon-replay, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-replay:before, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {\n content: "\\f116"; }\n\n.vjs-icon-facebook {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-facebook:before {\n content: "\\f117"; }\n\n.vjs-icon-gplus {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-gplus:before {\n content: "\\f118"; }\n\n.vjs-icon-linkedin {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-linkedin:before {\n content: "\\f119"; }\n\n.vjs-icon-twitter {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-twitter:before {\n content: "\\f11a"; }\n\n.vjs-icon-tumblr {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-tumblr:before {\n content: "\\f11b"; }\n\n.vjs-icon-pinterest {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-pinterest:before {\n content: "\\f11c"; }\n\n.vjs-icon-audio-description, .video-js .vjs-descriptions-button .vjs-icon-placeholder {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-audio-description:before, .video-js .vjs-descriptions-button .vjs-icon-placeholder:before {\n content: "\\f11d"; }\n\n.vjs-icon-audio, .video-js .vjs-audio-button .vjs-icon-placeholder {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-audio:before, .video-js .vjs-audio-button .vjs-icon-placeholder:before {\n content: "\\f11e"; }\n\n.vjs-icon-next-item {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-next-item:before {\n content: "\\f11f"; }\n\n.vjs-icon-previous-item {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-previous-item:before {\n content: "\\f120"; }\n\n.video-js {\n display: block;\n vertical-align: top;\n box-sizing: border-box;\n color: #fff;\n background-color: #000;\n position: relative;\n padding: 0;\n font-size: 10px;\n line-height: 1;\n font-weight: normal;\n font-style: normal;\n font-family: Arial, Helvetica, sans-serif;\n word-break: initial; }\n .video-js:-moz-full-screen {\n position: absolute; }\n .video-js:-webkit-full-screen {\n width: 100% !important;\n height: 100% !important; }\n\n.video-js[tabindex="-1"] {\n outline: none; }\n\n.video-js *,\n.video-js *:before,\n.video-js *:after {\n box-sizing: inherit; }\n\n.video-js ul {\n font-family: inherit;\n font-size: inherit;\n line-height: inherit;\n list-style-position: outside;\n margin-left: 0;\n margin-right: 0;\n margin-top: 0;\n margin-bottom: 0; }\n\n.video-js.vjs-fluid,\n.video-js.vjs-16-9,\n.video-js.vjs-4-3 {\n width: 100%;\n max-width: 100%;\n height: 0; }\n\n.video-js.vjs-16-9 {\n padding-top: 56.25%; }\n\n.video-js.vjs-4-3 {\n padding-top: 75%; }\n\n.video-js.vjs-fill {\n width: 100%;\n height: 100%; }\n\n.video-js .vjs-tech {\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%; }\n\nbody.vjs-full-window {\n padding: 0;\n margin: 0;\n height: 100%; }\n\n.vjs-full-window .video-js.vjs-fullscreen {\n position: fixed;\n overflow: hidden;\n z-index: 1000;\n left: 0;\n top: 0;\n bottom: 0;\n right: 0; }\n\n.video-js.vjs-fullscreen {\n width: 100% !important;\n height: 100% !important;\n padding-top: 0 !important; }\n\n.video-js.vjs-fullscreen.vjs-user-inactive {\n cursor: none; }\n\n.vjs-hidden {\n display: none !important; }\n\n.vjs-disabled {\n opacity: 0.5;\n cursor: default; }\n\n.video-js .vjs-offscreen {\n height: 1px;\n left: -9999px;\n position: absolute;\n top: 0;\n width: 1px; }\n\n.vjs-lock-showing {\n display: block !important;\n opacity: 1;\n visibility: visible; }\n\n.vjs-no-js {\n padding: 20px;\n color: #fff;\n background-color: #000;\n font-size: 18px;\n font-family: Arial, Helvetica, sans-serif;\n text-align: center;\n width: 300px;\n height: 150px;\n margin: 0px auto; }\n\n.vjs-no-js a,\n.vjs-no-js a:visited {\n color: #66A8CC; }\n\n.video-js .vjs-big-play-button {\n font-size: 3em;\n line-height: 1.5em;\n height: 1.5em;\n width: 3em;\n display: block;\n position: absolute;\n top: 10px;\n left: 10px;\n padding: 0;\n cursor: pointer;\n opacity: 1;\n border: 0.06666em solid #fff;\n background-color: #2B333F;\n background-color: rgba(43, 51, 63, 0.7);\n border-radius: 0.3em;\n transition: all 0.4s; }\n\n.vjs-big-play-centered .vjs-big-play-button {\n top: 50%;\n left: 50%;\n margin-top: -0.75em;\n margin-left: -1.5em; }\n\n.video-js:hover .vjs-big-play-button,\n.video-js .vjs-big-play-button:focus {\n border-color: #fff;\n background-color: #73859f;\n background-color: rgba(115, 133, 159, 0.5);\n transition: all 0s; }\n\n.vjs-controls-disabled .vjs-big-play-button,\n.vjs-has-started .vjs-big-play-button,\n.vjs-using-native-controls .vjs-big-play-button,\n.vjs-error .vjs-big-play-button {\n display: none; }\n\n.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {\n display: block; }\n\n.video-js button {\n background: none;\n border: none;\n color: inherit;\n display: inline-block;\n font-size: inherit;\n line-height: inherit;\n text-transform: none;\n text-decoration: none;\n transition: none;\n -webkit-appearance: none;\n -moz-appearance: none;\n appearance: none; }\n\n.vjs-control .vjs-button {\n width: 100%;\n height: 100%; }\n\n.video-js .vjs-control.vjs-close-button {\n cursor: pointer;\n height: 3em;\n position: absolute;\n right: 0;\n top: 0.5em;\n z-index: 2; }\n\n.video-js .vjs-modal-dialog {\n background: rgba(0, 0, 0, 0.8);\n background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));\n overflow: auto; }\n\n.video-js .vjs-modal-dialog > * {\n box-sizing: border-box; }\n\n.vjs-modal-dialog .vjs-modal-dialog-content {\n font-size: 1.2em;\n line-height: 1.5;\n padding: 20px 24px;\n z-index: 1; }\n\n.vjs-menu-button {\n cursor: pointer; }\n\n.vjs-menu-button.vjs-disabled {\n cursor: default; }\n\n.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {\n display: none; }\n\n.vjs-menu .vjs-menu-content {\n display: block;\n padding: 0;\n margin: 0;\n font-family: Arial, Helvetica, sans-serif;\n overflow: auto; }\n\n.vjs-menu .vjs-menu-content > * {\n box-sizing: border-box; }\n\n.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {\n display: none; }\n\n.vjs-menu li {\n list-style: none;\n margin: 0;\n padding: 0.2em 0;\n line-height: 1.4em;\n font-size: 1.2em;\n text-align: center;\n text-transform: lowercase; }\n\n.vjs-menu li.vjs-menu-item:focus,\n.vjs-menu li.vjs-menu-item:hover,\n.js-focus-visible .vjs-menu li.vjs-menu-item:hover {\n background-color: #73859f;\n background-color: rgba(115, 133, 159, 0.5); }\n\n.vjs-menu li.vjs-selected,\n.vjs-menu li.vjs-selected:focus,\n.vjs-menu li.vjs-selected:hover,\n.js-focus-visible .vjs-menu li.vjs-selected:hover {\n background-color: #fff;\n color: #2B333F; }\n\n.vjs-menu li.vjs-menu-title {\n text-align: center;\n text-transform: uppercase;\n font-size: 1em;\n line-height: 2em;\n padding: 0;\n margin: 0 0 0.3em 0;\n font-weight: bold;\n cursor: default; }\n\n.vjs-menu-button-popup .vjs-menu {\n display: none;\n position: absolute;\n bottom: 0;\n width: 10em;\n left: -3em;\n height: 0em;\n margin-bottom: 1.5em;\n border-top-color: rgba(43, 51, 63, 0.7); }\n\n.vjs-menu-button-popup .vjs-menu .vjs-menu-content {\n background-color: #2B333F;\n background-color: rgba(43, 51, 63, 0.7);\n position: absolute;\n width: 100%;\n bottom: 1.5em;\n max-height: 15em; }\n\n.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu,\n.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {\n display: block; }\n\n.video-js .vjs-menu-button-inline {\n transition: all 0.4s;\n overflow: hidden; }\n\n.video-js .vjs-menu-button-inline:before {\n width: 2.222222222em; }\n\n.video-js .vjs-menu-button-inline:hover,\n.video-js .vjs-menu-button-inline:focus,\n.video-js .vjs-menu-button-inline.vjs-slider-active,\n.video-js.vjs-no-flex .vjs-menu-button-inline {\n width: 12em; }\n\n.vjs-menu-button-inline .vjs-menu {\n opacity: 0;\n height: 100%;\n width: auto;\n position: absolute;\n left: 4em;\n top: 0;\n padding: 0;\n margin: 0;\n transition: all 0.4s; }\n\n.vjs-menu-button-inline:hover .vjs-menu,\n.vjs-menu-button-inline:focus .vjs-menu,\n.vjs-menu-button-inline.vjs-slider-active .vjs-menu {\n display: block;\n opacity: 1; }\n\n.vjs-no-flex .vjs-menu-button-inline .vjs-menu {\n display: block;\n opacity: 1;\n position: relative;\n width: auto; }\n\n.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,\n.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,\n.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {\n width: auto; }\n\n.vjs-menu-button-inline .vjs-menu-content {\n width: auto;\n height: 100%;\n margin: 0;\n overflow: hidden; }\n\n.video-js .vjs-control-bar {\n display: none;\n width: 100%;\n position: absolute;\n bottom: 0;\n left: 0;\n right: 0;\n height: 3.0em;\n background-color: #2B333F;\n background-color: rgba(43, 51, 63, 0.7); }\n\n.vjs-has-started .vjs-control-bar {\n display: flex;\n visibility: visible;\n opacity: 1;\n transition: visibility 0.1s, opacity 0.1s; }\n\n.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {\n visibility: visible;\n opacity: 0;\n transition: visibility 1s, opacity 1s; }\n\n.vjs-controls-disabled .vjs-control-bar,\n.vjs-using-native-controls .vjs-control-bar,\n.vjs-error .vjs-control-bar {\n display: none !important; }\n\n.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {\n opacity: 1;\n visibility: visible; }\n\n.vjs-has-started.vjs-no-flex .vjs-control-bar {\n display: table; }\n\n.video-js .vjs-control {\n position: relative;\n text-align: center;\n margin: 0;\n padding: 0;\n height: 100%;\n width: 4em;\n flex: none; }\n\n.vjs-button > .vjs-icon-placeholder:before {\n font-size: 1.8em;\n line-height: 1.67; }\n\n.video-js .vjs-control:focus:before,\n.video-js .vjs-control:hover:before,\n.video-js .vjs-control:focus {\n text-shadow: 0em 0em 1em white; }\n\n.video-js .vjs-control-text {\n border: 0;\n clip: rect(0 0 0 0);\n height: 1px;\n overflow: hidden;\n padding: 0;\n position: absolute;\n width: 1px; }\n\n.vjs-no-flex .vjs-control {\n display: table-cell;\n vertical-align: middle; }\n\n.video-js .vjs-custom-control-spacer {\n display: none; }\n\n.video-js .vjs-progress-control {\n cursor: pointer;\n flex: auto;\n display: flex;\n align-items: center;\n min-width: 4em;\n touch-action: none; }\n\n.video-js .vjs-progress-control.disabled {\n cursor: default; }\n\n.vjs-live .vjs-progress-control {\n display: none; }\n\n.vjs-liveui .vjs-progress-control {\n display: flex;\n align-items: center; }\n\n.vjs-no-flex .vjs-progress-control {\n width: auto; }\n\n.video-js .vjs-progress-holder {\n flex: auto;\n transition: all 0.2s;\n height: 0.3em; }\n\n.video-js .vjs-progress-control .vjs-progress-holder {\n margin: 0 10px; }\n\n.video-js .vjs-progress-control:hover .vjs-progress-holder {\n font-size: 1.666666666666666666em; }\n\n.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {\n font-size: 1em; }\n\n.video-js .vjs-progress-holder .vjs-play-progress,\n.video-js .vjs-progress-holder .vjs-load-progress,\n.video-js .vjs-progress-holder .vjs-load-progress div {\n position: absolute;\n display: block;\n height: 100%;\n margin: 0;\n padding: 0;\n width: 0; }\n\n.video-js .vjs-play-progress {\n background-color: #fff; }\n .video-js .vjs-play-progress:before {\n font-size: 0.9em;\n position: absolute;\n right: -0.5em;\n top: -0.333333333333333em;\n z-index: 1; }\n\n.video-js .vjs-load-progress {\n background: rgba(115, 133, 159, 0.5); }\n\n.video-js .vjs-load-progress div {\n background: rgba(115, 133, 159, 0.75); }\n\n.video-js .vjs-time-tooltip {\n background-color: #fff;\n background-color: rgba(255, 255, 255, 0.8);\n border-radius: 0.3em;\n color: #000;\n float: right;\n font-family: Arial, Helvetica, sans-serif;\n font-size: 1em;\n padding: 6px 8px 8px 8px;\n pointer-events: none;\n position: absolute;\n top: -3.4em;\n visibility: hidden;\n z-index: 1; }\n\n.video-js .vjs-progress-holder:focus .vjs-time-tooltip {\n display: none; }\n\n.video-js .vjs-progress-control:hover .vjs-time-tooltip,\n.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {\n display: block;\n font-size: 0.6em;\n visibility: visible; }\n\n.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {\n font-size: 1em; }\n\n.video-js .vjs-progress-control .vjs-mouse-display {\n display: none;\n position: absolute;\n width: 1px;\n height: 100%;\n background-color: #000;\n z-index: 1; }\n\n.vjs-no-flex .vjs-progress-control .vjs-mouse-display {\n z-index: 0; }\n\n.video-js .vjs-progress-control:hover .vjs-mouse-display {\n display: block; }\n\n.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {\n visibility: hidden;\n opacity: 0;\n transition: visibility 1s, opacity 1s; }\n\n.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {\n display: none; }\n\n.vjs-mouse-display .vjs-time-tooltip {\n color: #fff;\n background-color: #000;\n background-color: rgba(0, 0, 0, 0.8); }\n\n.video-js .vjs-slider {\n position: relative;\n cursor: pointer;\n padding: 0;\n margin: 0 0.45em 0 0.45em;\n /* iOS Safari */\n -webkit-touch-callout: none;\n /* Safari */\n -webkit-user-select: none;\n /* Konqueror HTML */\n /* Firefox */\n -moz-user-select: none;\n /* Internet Explorer/Edge */\n -ms-user-select: none;\n /* Non-prefixed version, currently supported by Chrome and Opera */\n user-select: none;\n background-color: #73859f;\n background-color: rgba(115, 133, 159, 0.5); }\n\n.video-js .vjs-slider.disabled {\n cursor: default; }\n\n.video-js .vjs-slider:focus {\n text-shadow: 0em 0em 1em white;\n box-shadow: 0 0 1em #fff; }\n\n.video-js .vjs-mute-control {\n cursor: pointer;\n flex: none; }\n\n.video-js .vjs-volume-control {\n cursor: pointer;\n margin-right: 1em;\n display: flex; }\n\n.video-js .vjs-volume-control.vjs-volume-horizontal {\n width: 5em; }\n\n.video-js .vjs-volume-panel .vjs-volume-control {\n visibility: visible;\n opacity: 0;\n width: 1px;\n height: 1px;\n margin-left: -1px; }\n\n.video-js .vjs-volume-panel {\n transition: width 1s; }\n .video-js .vjs-volume-panel:hover .vjs-volume-control,\n .video-js .vjs-volume-panel:active .vjs-volume-control,\n .video-js .vjs-volume-panel:focus .vjs-volume-control,\n .video-js .vjs-volume-panel .vjs-volume-control:hover,\n .video-js .vjs-volume-panel .vjs-volume-control:active,\n .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control,\n .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {\n visibility: visible;\n opacity: 1;\n position: relative;\n transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s; }\n .video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal,\n .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,\n .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,\n .video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-horizontal,\n .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,\n .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-horizontal,\n .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {\n width: 5em;\n height: 3em; }\n .video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical,\n .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,\n .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical,\n .video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical,\n .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,\n .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-vertical,\n .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {\n left: -3.5em; }\n .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {\n width: 9em;\n transition: width 0.1s; }\n .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {\n width: 4em; }\n\n.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {\n height: 8em;\n width: 3em;\n left: -3000em;\n transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s; }\n\n.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {\n transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s; }\n\n.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {\n width: 5em;\n height: 3em;\n visibility: visible;\n opacity: 1;\n position: relative;\n transition: none; }\n\n.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,\n.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {\n position: absolute;\n bottom: 3em;\n left: 0.5em; }\n\n.video-js .vjs-volume-panel {\n display: flex; }\n\n.video-js .vjs-volume-bar {\n margin: 1.35em 0.45em; }\n\n.vjs-volume-bar.vjs-slider-horizontal {\n width: 5em;\n height: 0.3em; }\n\n.vjs-volume-bar.vjs-slider-vertical {\n width: 0.3em;\n height: 5em;\n margin: 1.35em auto; }\n\n.video-js .vjs-volume-level {\n position: absolute;\n bottom: 0;\n left: 0;\n background-color: #fff; }\n .video-js .vjs-volume-level:before {\n position: absolute;\n font-size: 0.9em; }\n\n.vjs-slider-vertical .vjs-volume-level {\n width: 0.3em; }\n .vjs-slider-vertical .vjs-volume-level:before {\n top: -0.5em;\n left: -0.3em; }\n\n.vjs-slider-horizontal .vjs-volume-level {\n height: 0.3em; }\n .vjs-slider-horizontal .vjs-volume-level:before {\n top: -0.3em;\n right: -0.5em; }\n\n.video-js .vjs-volume-panel.vjs-volume-panel-vertical {\n width: 4em; }\n\n.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {\n height: 100%; }\n\n.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {\n width: 100%; }\n\n.video-js .vjs-volume-vertical {\n width: 3em;\n height: 8em;\n bottom: 8em;\n background-color: #2B333F;\n background-color: rgba(43, 51, 63, 0.7); }\n\n.video-js .vjs-volume-horizontal .vjs-menu {\n left: -2em; }\n\n.vjs-poster {\n display: inline-block;\n vertical-align: middle;\n background-repeat: no-repeat;\n background-position: 50% 50%;\n background-size: contain;\n background-color: #000000;\n cursor: pointer;\n margin: 0;\n padding: 0;\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n height: 100%; }\n\n.vjs-has-started .vjs-poster {\n display: none; }\n\n.vjs-audio.vjs-has-started .vjs-poster {\n display: block; }\n\n.vjs-using-native-controls .vjs-poster {\n display: none; }\n\n.video-js .vjs-live-control {\n display: flex;\n align-items: flex-start;\n flex: auto;\n font-size: 1em;\n line-height: 3em; }\n\n.vjs-no-flex .vjs-live-control {\n display: table-cell;\n width: auto;\n text-align: left; }\n\n.video-js:not(.vjs-live) .vjs-live-control,\n.video-js.vjs-liveui .vjs-live-control {\n display: none; }\n\n.video-js .vjs-seek-to-live-control {\n cursor: pointer;\n flex: none;\n display: inline-flex;\n height: 100%;\n padding-left: 0.5em;\n padding-right: 0.5em;\n font-size: 1em;\n line-height: 3em;\n width: auto;\n min-width: 4em; }\n\n.vjs-no-flex .vjs-seek-to-live-control {\n display: table-cell;\n width: auto;\n text-align: left; }\n\n.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,\n.video-js:not(.vjs-live) .vjs-seek-to-live-control {\n display: none; }\n\n.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {\n cursor: auto; }\n\n.vjs-seek-to-live-control .vjs-icon-placeholder {\n margin-right: 0.5em;\n color: #888; }\n\n.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {\n color: red; }\n\n.video-js .vjs-time-control {\n flex: none;\n font-size: 1em;\n line-height: 3em;\n min-width: 2em;\n width: auto;\n padding-left: 1em;\n padding-right: 1em; }\n\n.vjs-live .vjs-time-control {\n display: none; }\n\n.video-js .vjs-current-time,\n.vjs-no-flex .vjs-current-time {\n display: none; }\n\n.video-js .vjs-duration,\n.vjs-no-flex .vjs-duration {\n display: none; }\n\n.vjs-time-divider {\n display: none;\n line-height: 3em; }\n\n.vjs-live .vjs-time-divider {\n display: none; }\n\n.video-js .vjs-play-control {\n cursor: pointer; }\n\n.video-js .vjs-play-control .vjs-icon-placeholder {\n flex: none; }\n\n.vjs-text-track-display {\n position: absolute;\n bottom: 3em;\n left: 0;\n right: 0;\n top: 0;\n pointer-events: none; }\n\n.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {\n bottom: 1em; }\n\n.video-js .vjs-text-track {\n font-size: 1.4em;\n text-align: center;\n margin-bottom: 0.1em; }\n\n.vjs-subtitles {\n color: #fff; }\n\n.vjs-captions {\n color: #fc6; }\n\n.vjs-tt-cue {\n display: block; }\n\nvideo::-webkit-media-text-track-display {\n -webkit-transform: translateY(-3em);\n transform: translateY(-3em); }\n\n.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {\n -webkit-transform: translateY(-1.5em);\n transform: translateY(-1.5em); }\n\n.video-js .vjs-fullscreen-control {\n cursor: pointer;\n flex: none; }\n\n.vjs-playback-rate > .vjs-menu-button,\n.vjs-playback-rate .vjs-playback-rate-value {\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%; }\n\n.vjs-playback-rate .vjs-playback-rate-value {\n pointer-events: none;\n font-size: 1.5em;\n line-height: 2;\n text-align: center; }\n\n.vjs-playback-rate .vjs-menu {\n width: 4em;\n left: 0em; }\n\n.vjs-error .vjs-error-display .vjs-modal-dialog-content {\n font-size: 1.4em;\n text-align: center; }\n\n.vjs-error .vjs-error-display:before {\n color: #fff;\n content: \'X\';\n font-family: Arial, Helvetica, sans-serif;\n font-size: 4em;\n left: 0;\n line-height: 1;\n margin-top: -0.5em;\n position: absolute;\n text-shadow: 0.05em 0.05em 0.1em #000;\n text-align: center;\n top: 50%;\n vertical-align: middle;\n width: 100%; }\n\n.vjs-loading-spinner {\n display: none;\n position: absolute;\n top: 50%;\n left: 50%;\n margin: -25px 0 0 -25px;\n opacity: 0.85;\n text-align: left;\n border: 6px solid rgba(43, 51, 63, 0.7);\n box-sizing: border-box;\n background-clip: padding-box;\n width: 50px;\n height: 50px;\n border-radius: 25px;\n visibility: hidden; }\n\n.vjs-seeking .vjs-loading-spinner,\n.vjs-waiting .vjs-loading-spinner {\n display: block;\n -webkit-animation: 0s linear 0.3s forwards vjs-spinner-show;\n animation: 0s linear 0.3s forwards vjs-spinner-show; }\n\n.vjs-loading-spinner:before,\n.vjs-loading-spinner:after {\n content: "";\n position: absolute;\n margin: -6px;\n box-sizing: inherit;\n width: inherit;\n height: inherit;\n border-radius: inherit;\n opacity: 1;\n border: inherit;\n border-color: transparent;\n border-top-color: white; }\n\n.vjs-seeking .vjs-loading-spinner:before,\n.vjs-seeking .vjs-loading-spinner:after,\n.vjs-waiting .vjs-loading-spinner:before,\n.vjs-waiting .vjs-loading-spinner:after {\n -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;\n animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite; }\n\n.vjs-seeking .vjs-loading-spinner:before,\n.vjs-waiting .vjs-loading-spinner:before {\n border-top-color: white; }\n\n.vjs-seeking .vjs-loading-spinner:after,\n.vjs-waiting .vjs-loading-spinner:after {\n border-top-color: white;\n -webkit-animation-delay: 0.44s;\n animation-delay: 0.44s; }\n\n@keyframes vjs-spinner-show {\n to {\n visibility: visible; } }\n\n@-webkit-keyframes vjs-spinner-show {\n to {\n visibility: visible; } }\n\n@keyframes vjs-spinner-spin {\n 100% {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg); } }\n\n@-webkit-keyframes vjs-spinner-spin {\n 100% {\n -webkit-transform: rotate(360deg); } }\n\n@keyframes vjs-spinner-fade {\n 0% {\n border-top-color: #73859f; }\n 20% {\n border-top-color: #73859f; }\n 35% {\n border-top-color: white; }\n 60% {\n border-top-color: #73859f; }\n 100% {\n border-top-color: #73859f; } }\n\n@-webkit-keyframes vjs-spinner-fade {\n 0% {\n border-top-color: #73859f; }\n 20% {\n border-top-color: #73859f; }\n 35% {\n border-top-color: white; }\n 60% {\n border-top-color: #73859f; }\n 100% {\n border-top-color: #73859f; } }\n\n.vjs-chapters-button .vjs-menu ul {\n width: 24em; }\n\n.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {\n vertical-align: middle;\n display: inline-block;\n margin-bottom: -0.1em; }\n\n.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {\n font-family: VideoJS;\n content: "\\f10d";\n font-size: 1.5em;\n line-height: inherit; }\n\n.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {\n vertical-align: middle;\n display: inline-block;\n margin-bottom: -0.1em; }\n\n.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {\n font-family: VideoJS;\n content: " \\f11d";\n font-size: 1.5em;\n line-height: inherit; }\n\n.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {\n flex: auto;\n display: block; }\n\n.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {\n width: auto; }\n\n.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,\n.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,\n.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-panel,\n.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,\n.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subs-caps-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button {\n display: none; }\n\n.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,\n.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,\n.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-panel,\n.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,\n.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subs-caps-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button {\n display: none; }\n\n.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,\n.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,\n.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-panel,\n.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,\n.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-audio-button {\n display: none; }\n\n.vjs-modal-dialog.vjs-text-track-settings {\n background-color: #2B333F;\n background-color: rgba(43, 51, 63, 0.75);\n color: #fff;\n height: 70%; }\n\n.vjs-text-track-settings .vjs-modal-dialog-content {\n display: table; }\n\n.vjs-text-track-settings .vjs-track-settings-colors,\n.vjs-text-track-settings .vjs-track-settings-font,\n.vjs-text-track-settings .vjs-track-settings-controls {\n display: table-cell; }\n\n.vjs-text-track-settings .vjs-track-settings-controls {\n text-align: right;\n vertical-align: bottom; }\n\n@supports (display: grid) {\n .vjs-text-track-settings .vjs-modal-dialog-content {\n display: grid;\n grid-template-columns: 1fr 1fr;\n grid-template-rows: 1fr;\n padding: 20px 24px 0px 24px; }\n .vjs-track-settings-controls .vjs-default-button {\n margin-bottom: 20px; }\n .vjs-text-track-settings .vjs-track-settings-controls {\n grid-column: 1 / -1; }\n .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,\n .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,\n .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {\n grid-template-columns: 1fr; } }\n\n.vjs-track-setting > select {\n margin-right: 1em;\n margin-bottom: 0.5em; }\n\n.vjs-text-track-settings fieldset {\n margin: 5px;\n padding: 3px;\n border: none; }\n\n.vjs-text-track-settings fieldset span {\n display: inline-block; }\n\n.vjs-text-track-settings fieldset span > select {\n max-width: 7.3em; }\n\n.vjs-text-track-settings legend {\n color: #fff;\n margin: 0 0 5px 0; }\n\n.vjs-text-track-settings .vjs-label {\n position: absolute;\n clip: rect(1px 1px 1px 1px);\n clip: rect(1px, 1px, 1px, 1px);\n display: block;\n margin: 0 0 5px 0;\n padding: 0;\n border: 0;\n height: 1px;\n width: 1px;\n overflow: hidden; }\n\n.vjs-track-settings-controls button:focus,\n.vjs-track-settings-controls button:active {\n outline-style: solid;\n outline-width: medium;\n background-image: linear-gradient(0deg, #fff 88%, #73859f 100%); }\n\n.vjs-track-settings-controls button:hover {\n color: rgba(43, 51, 63, 0.75); }\n\n.vjs-track-settings-controls button {\n background-color: #fff;\n background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);\n color: #2B333F;\n cursor: pointer;\n border-radius: 2px; }\n\n.vjs-track-settings-controls .vjs-default-button {\n margin-right: 1em; }\n\n@media print {\n .video-js > *:not(.vjs-tech):not(.vjs-poster) {\n visibility: hidden; } }\n\n.vjs-resize-manager {\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n border: none;\n z-index: -1000; }\n\n.js-focus-visible .video-js *:focus:not(.focus-visible) {\n outline: none;\n background: none; }\n\n.video-js *:focus:not(:focus-visible),\n.video-js .vjs-menu *:focus:not(:focus-visible) {\n outline: none;\n background: none; }\n',"",{version:3,sources:["webpack://node_modules/video.js/dist/video-js.css"],names:[],mappings:"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",sourcesContent:['.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-modal-dialog, .vjs-modal-dialog .vjs-modal-dialog-content {\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%; }\n\n.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .vjs-button > .vjs-icon-placeholder:before {\n text-align: center; }\n\n@font-face {\n font-family: VideoJS;\n src: url(data:application/font-woff;charset=utf-8;base64,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) format("woff");\n font-weight: normal;\n font-style: normal; }\n\n.vjs-icon-play, .video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-play:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder:before {\n content: "\\f101"; }\n\n.vjs-icon-play-circle {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-play-circle:before {\n content: "\\f102"; }\n\n.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {\n content: "\\f103"; }\n\n.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {\n content: "\\f104"; }\n\n.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {\n content: "\\f105"; }\n\n.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {\n content: "\\f106"; }\n\n.vjs-icon-volume-high, .video-js .vjs-mute-control .vjs-icon-placeholder {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-volume-high:before, .video-js .vjs-mute-control .vjs-icon-placeholder:before {\n content: "\\f107"; }\n\n.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control .vjs-icon-placeholder {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {\n content: "\\f108"; }\n\n.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {\n content: "\\f109"; }\n\n.vjs-icon-square {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-square:before {\n content: "\\f10a"; }\n\n.vjs-icon-spinner {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-spinner:before {\n content: "\\f10b"; }\n\n.vjs-icon-subtitles, .video-js .vjs-subtitles-button .vjs-icon-placeholder, .video-js .vjs-subs-caps-button .vjs-icon-placeholder,\n.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,\n.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,\n.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,\n.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-subtitles:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before, .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,\n .video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,\n .video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,\n .video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,\n .video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before {\n content: "\\f10c"; }\n\n.vjs-icon-captions, .video-js .vjs-captions-button .vjs-icon-placeholder, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,\n.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-captions:before, .video-js .vjs-captions-button .vjs-icon-placeholder:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,\n .video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before {\n content: "\\f10d"; }\n\n.vjs-icon-chapters, .video-js .vjs-chapters-button .vjs-icon-placeholder {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-chapters:before, .video-js .vjs-chapters-button .vjs-icon-placeholder:before {\n content: "\\f10e"; }\n\n.vjs-icon-share {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-share:before {\n content: "\\f10f"; }\n\n.vjs-icon-cog {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-cog:before {\n content: "\\f110"; }\n\n.vjs-icon-circle, .video-js .vjs-play-progress, .video-js .vjs-volume-level, .vjs-seek-to-live-control .vjs-icon-placeholder {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-circle:before, .video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before, .vjs-seek-to-live-control .vjs-icon-placeholder:before {\n content: "\\f111"; }\n\n.vjs-icon-circle-outline {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-circle-outline:before {\n content: "\\f112"; }\n\n.vjs-icon-circle-inner-circle {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-circle-inner-circle:before {\n content: "\\f113"; }\n\n.vjs-icon-hd {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-hd:before {\n content: "\\f114"; }\n\n.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {\n content: "\\f115"; }\n\n.vjs-icon-replay, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-replay:before, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {\n content: "\\f116"; }\n\n.vjs-icon-facebook {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-facebook:before {\n content: "\\f117"; }\n\n.vjs-icon-gplus {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-gplus:before {\n content: "\\f118"; }\n\n.vjs-icon-linkedin {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-linkedin:before {\n content: "\\f119"; }\n\n.vjs-icon-twitter {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-twitter:before {\n content: "\\f11a"; }\n\n.vjs-icon-tumblr {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-tumblr:before {\n content: "\\f11b"; }\n\n.vjs-icon-pinterest {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-pinterest:before {\n content: "\\f11c"; }\n\n.vjs-icon-audio-description, .video-js .vjs-descriptions-button .vjs-icon-placeholder {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-audio-description:before, .video-js .vjs-descriptions-button .vjs-icon-placeholder:before {\n content: "\\f11d"; }\n\n.vjs-icon-audio, .video-js .vjs-audio-button .vjs-icon-placeholder {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-audio:before, .video-js .vjs-audio-button .vjs-icon-placeholder:before {\n content: "\\f11e"; }\n\n.vjs-icon-next-item {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-next-item:before {\n content: "\\f11f"; }\n\n.vjs-icon-previous-item {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-previous-item:before {\n content: "\\f120"; }\n\n.video-js {\n display: block;\n vertical-align: top;\n box-sizing: border-box;\n color: #fff;\n background-color: #000;\n position: relative;\n padding: 0;\n font-size: 10px;\n line-height: 1;\n font-weight: normal;\n font-style: normal;\n font-family: Arial, Helvetica, sans-serif;\n word-break: initial; }\n .video-js:-moz-full-screen {\n position: absolute; }\n .video-js:-webkit-full-screen {\n width: 100% !important;\n height: 100% !important; }\n\n.video-js[tabindex="-1"] {\n outline: none; }\n\n.video-js *,\n.video-js *:before,\n.video-js *:after {\n box-sizing: inherit; }\n\n.video-js ul {\n font-family: inherit;\n font-size: inherit;\n line-height: inherit;\n list-style-position: outside;\n margin-left: 0;\n margin-right: 0;\n margin-top: 0;\n margin-bottom: 0; }\n\n.video-js.vjs-fluid,\n.video-js.vjs-16-9,\n.video-js.vjs-4-3 {\n width: 100%;\n max-width: 100%;\n height: 0; }\n\n.video-js.vjs-16-9 {\n padding-top: 56.25%; }\n\n.video-js.vjs-4-3 {\n padding-top: 75%; }\n\n.video-js.vjs-fill {\n width: 100%;\n height: 100%; }\n\n.video-js .vjs-tech {\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%; }\n\nbody.vjs-full-window {\n padding: 0;\n margin: 0;\n height: 100%; }\n\n.vjs-full-window .video-js.vjs-fullscreen {\n position: fixed;\n overflow: hidden;\n z-index: 1000;\n left: 0;\n top: 0;\n bottom: 0;\n right: 0; }\n\n.video-js.vjs-fullscreen {\n width: 100% !important;\n height: 100% !important;\n padding-top: 0 !important; }\n\n.video-js.vjs-fullscreen.vjs-user-inactive {\n cursor: none; }\n\n.vjs-hidden {\n display: none !important; }\n\n.vjs-disabled {\n opacity: 0.5;\n cursor: default; }\n\n.video-js .vjs-offscreen {\n height: 1px;\n left: -9999px;\n position: absolute;\n top: 0;\n width: 1px; }\n\n.vjs-lock-showing {\n display: block !important;\n opacity: 1;\n visibility: visible; }\n\n.vjs-no-js {\n padding: 20px;\n color: #fff;\n background-color: #000;\n font-size: 18px;\n font-family: Arial, Helvetica, sans-serif;\n text-align: center;\n width: 300px;\n height: 150px;\n margin: 0px auto; }\n\n.vjs-no-js a,\n.vjs-no-js a:visited {\n color: #66A8CC; }\n\n.video-js .vjs-big-play-button {\n font-size: 3em;\n line-height: 1.5em;\n height: 1.5em;\n width: 3em;\n display: block;\n position: absolute;\n top: 10px;\n left: 10px;\n padding: 0;\n cursor: pointer;\n opacity: 1;\n border: 0.06666em solid #fff;\n background-color: #2B333F;\n background-color: rgba(43, 51, 63, 0.7);\n border-radius: 0.3em;\n transition: all 0.4s; }\n\n.vjs-big-play-centered .vjs-big-play-button {\n top: 50%;\n left: 50%;\n margin-top: -0.75em;\n margin-left: -1.5em; }\n\n.video-js:hover .vjs-big-play-button,\n.video-js .vjs-big-play-button:focus {\n border-color: #fff;\n background-color: #73859f;\n background-color: rgba(115, 133, 159, 0.5);\n transition: all 0s; }\n\n.vjs-controls-disabled .vjs-big-play-button,\n.vjs-has-started .vjs-big-play-button,\n.vjs-using-native-controls .vjs-big-play-button,\n.vjs-error .vjs-big-play-button {\n display: none; }\n\n.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {\n display: block; }\n\n.video-js button {\n background: none;\n border: none;\n color: inherit;\n display: inline-block;\n font-size: inherit;\n line-height: inherit;\n text-transform: none;\n text-decoration: none;\n transition: none;\n -webkit-appearance: none;\n -moz-appearance: none;\n appearance: none; }\n\n.vjs-control .vjs-button {\n width: 100%;\n height: 100%; }\n\n.video-js .vjs-control.vjs-close-button {\n cursor: pointer;\n height: 3em;\n position: absolute;\n right: 0;\n top: 0.5em;\n z-index: 2; }\n\n.video-js .vjs-modal-dialog {\n background: rgba(0, 0, 0, 0.8);\n background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));\n overflow: auto; }\n\n.video-js .vjs-modal-dialog > * {\n box-sizing: border-box; }\n\n.vjs-modal-dialog .vjs-modal-dialog-content {\n font-size: 1.2em;\n line-height: 1.5;\n padding: 20px 24px;\n z-index: 1; }\n\n.vjs-menu-button {\n cursor: pointer; }\n\n.vjs-menu-button.vjs-disabled {\n cursor: default; }\n\n.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {\n display: none; }\n\n.vjs-menu .vjs-menu-content {\n display: block;\n padding: 0;\n margin: 0;\n font-family: Arial, Helvetica, sans-serif;\n overflow: auto; }\n\n.vjs-menu .vjs-menu-content > * {\n box-sizing: border-box; }\n\n.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {\n display: none; }\n\n.vjs-menu li {\n list-style: none;\n margin: 0;\n padding: 0.2em 0;\n line-height: 1.4em;\n font-size: 1.2em;\n text-align: center;\n text-transform: lowercase; }\n\n.vjs-menu li.vjs-menu-item:focus,\n.vjs-menu li.vjs-menu-item:hover,\n.js-focus-visible .vjs-menu li.vjs-menu-item:hover {\n background-color: #73859f;\n background-color: rgba(115, 133, 159, 0.5); }\n\n.vjs-menu li.vjs-selected,\n.vjs-menu li.vjs-selected:focus,\n.vjs-menu li.vjs-selected:hover,\n.js-focus-visible .vjs-menu li.vjs-selected:hover {\n background-color: #fff;\n color: #2B333F; }\n\n.vjs-menu li.vjs-menu-title {\n text-align: center;\n text-transform: uppercase;\n font-size: 1em;\n line-height: 2em;\n padding: 0;\n margin: 0 0 0.3em 0;\n font-weight: bold;\n cursor: default; }\n\n.vjs-menu-button-popup .vjs-menu {\n display: none;\n position: absolute;\n bottom: 0;\n width: 10em;\n left: -3em;\n height: 0em;\n margin-bottom: 1.5em;\n border-top-color: rgba(43, 51, 63, 0.7); }\n\n.vjs-menu-button-popup .vjs-menu .vjs-menu-content {\n background-color: #2B333F;\n background-color: rgba(43, 51, 63, 0.7);\n position: absolute;\n width: 100%;\n bottom: 1.5em;\n max-height: 15em; }\n\n.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu,\n.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {\n display: block; }\n\n.video-js .vjs-menu-button-inline {\n transition: all 0.4s;\n overflow: hidden; }\n\n.video-js .vjs-menu-button-inline:before {\n width: 2.222222222em; }\n\n.video-js .vjs-menu-button-inline:hover,\n.video-js .vjs-menu-button-inline:focus,\n.video-js .vjs-menu-button-inline.vjs-slider-active,\n.video-js.vjs-no-flex .vjs-menu-button-inline {\n width: 12em; }\n\n.vjs-menu-button-inline .vjs-menu {\n opacity: 0;\n height: 100%;\n width: auto;\n position: absolute;\n left: 4em;\n top: 0;\n padding: 0;\n margin: 0;\n transition: all 0.4s; }\n\n.vjs-menu-button-inline:hover .vjs-menu,\n.vjs-menu-button-inline:focus .vjs-menu,\n.vjs-menu-button-inline.vjs-slider-active .vjs-menu {\n display: block;\n opacity: 1; }\n\n.vjs-no-flex .vjs-menu-button-inline .vjs-menu {\n display: block;\n opacity: 1;\n position: relative;\n width: auto; }\n\n.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,\n.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,\n.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {\n width: auto; }\n\n.vjs-menu-button-inline .vjs-menu-content {\n width: auto;\n height: 100%;\n margin: 0;\n overflow: hidden; }\n\n.video-js .vjs-control-bar {\n display: none;\n width: 100%;\n position: absolute;\n bottom: 0;\n left: 0;\n right: 0;\n height: 3.0em;\n background-color: #2B333F;\n background-color: rgba(43, 51, 63, 0.7); }\n\n.vjs-has-started .vjs-control-bar {\n display: flex;\n visibility: visible;\n opacity: 1;\n transition: visibility 0.1s, opacity 0.1s; }\n\n.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {\n visibility: visible;\n opacity: 0;\n transition: visibility 1s, opacity 1s; }\n\n.vjs-controls-disabled .vjs-control-bar,\n.vjs-using-native-controls .vjs-control-bar,\n.vjs-error .vjs-control-bar {\n display: none !important; }\n\n.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {\n opacity: 1;\n visibility: visible; }\n\n.vjs-has-started.vjs-no-flex .vjs-control-bar {\n display: table; }\n\n.video-js .vjs-control {\n position: relative;\n text-align: center;\n margin: 0;\n padding: 0;\n height: 100%;\n width: 4em;\n flex: none; }\n\n.vjs-button > .vjs-icon-placeholder:before {\n font-size: 1.8em;\n line-height: 1.67; }\n\n.video-js .vjs-control:focus:before,\n.video-js .vjs-control:hover:before,\n.video-js .vjs-control:focus {\n text-shadow: 0em 0em 1em white; }\n\n.video-js .vjs-control-text {\n border: 0;\n clip: rect(0 0 0 0);\n height: 1px;\n overflow: hidden;\n padding: 0;\n position: absolute;\n width: 1px; }\n\n.vjs-no-flex .vjs-control {\n display: table-cell;\n vertical-align: middle; }\n\n.video-js .vjs-custom-control-spacer {\n display: none; }\n\n.video-js .vjs-progress-control {\n cursor: pointer;\n flex: auto;\n display: flex;\n align-items: center;\n min-width: 4em;\n touch-action: none; }\n\n.video-js .vjs-progress-control.disabled {\n cursor: default; }\n\n.vjs-live .vjs-progress-control {\n display: none; }\n\n.vjs-liveui .vjs-progress-control {\n display: flex;\n align-items: center; }\n\n.vjs-no-flex .vjs-progress-control {\n width: auto; }\n\n.video-js .vjs-progress-holder {\n flex: auto;\n transition: all 0.2s;\n height: 0.3em; }\n\n.video-js .vjs-progress-control .vjs-progress-holder {\n margin: 0 10px; }\n\n.video-js .vjs-progress-control:hover .vjs-progress-holder {\n font-size: 1.666666666666666666em; }\n\n.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {\n font-size: 1em; }\n\n.video-js .vjs-progress-holder .vjs-play-progress,\n.video-js .vjs-progress-holder .vjs-load-progress,\n.video-js .vjs-progress-holder .vjs-load-progress div {\n position: absolute;\n display: block;\n height: 100%;\n margin: 0;\n padding: 0;\n width: 0; }\n\n.video-js .vjs-play-progress {\n background-color: #fff; }\n .video-js .vjs-play-progress:before {\n font-size: 0.9em;\n position: absolute;\n right: -0.5em;\n top: -0.333333333333333em;\n z-index: 1; }\n\n.video-js .vjs-load-progress {\n background: rgba(115, 133, 159, 0.5); }\n\n.video-js .vjs-load-progress div {\n background: rgba(115, 133, 159, 0.75); }\n\n.video-js .vjs-time-tooltip {\n background-color: #fff;\n background-color: rgba(255, 255, 255, 0.8);\n border-radius: 0.3em;\n color: #000;\n float: right;\n font-family: Arial, Helvetica, sans-serif;\n font-size: 1em;\n padding: 6px 8px 8px 8px;\n pointer-events: none;\n position: absolute;\n top: -3.4em;\n visibility: hidden;\n z-index: 1; }\n\n.video-js .vjs-progress-holder:focus .vjs-time-tooltip {\n display: none; }\n\n.video-js .vjs-progress-control:hover .vjs-time-tooltip,\n.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {\n display: block;\n font-size: 0.6em;\n visibility: visible; }\n\n.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {\n font-size: 1em; }\n\n.video-js .vjs-progress-control .vjs-mouse-display {\n display: none;\n position: absolute;\n width: 1px;\n height: 100%;\n background-color: #000;\n z-index: 1; }\n\n.vjs-no-flex .vjs-progress-control .vjs-mouse-display {\n z-index: 0; }\n\n.video-js .vjs-progress-control:hover .vjs-mouse-display {\n display: block; }\n\n.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {\n visibility: hidden;\n opacity: 0;\n transition: visibility 1s, opacity 1s; }\n\n.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {\n display: none; }\n\n.vjs-mouse-display .vjs-time-tooltip {\n color: #fff;\n background-color: #000;\n background-color: rgba(0, 0, 0, 0.8); }\n\n.video-js .vjs-slider {\n position: relative;\n cursor: pointer;\n padding: 0;\n margin: 0 0.45em 0 0.45em;\n /* iOS Safari */\n -webkit-touch-callout: none;\n /* Safari */\n -webkit-user-select: none;\n /* Konqueror HTML */\n /* Firefox */\n -moz-user-select: none;\n /* Internet Explorer/Edge */\n -ms-user-select: none;\n /* Non-prefixed version, currently supported by Chrome and Opera */\n user-select: none;\n background-color: #73859f;\n background-color: rgba(115, 133, 159, 0.5); }\n\n.video-js .vjs-slider.disabled {\n cursor: default; }\n\n.video-js .vjs-slider:focus {\n text-shadow: 0em 0em 1em white;\n box-shadow: 0 0 1em #fff; }\n\n.video-js .vjs-mute-control {\n cursor: pointer;\n flex: none; }\n\n.video-js .vjs-volume-control {\n cursor: pointer;\n margin-right: 1em;\n display: flex; }\n\n.video-js .vjs-volume-control.vjs-volume-horizontal {\n width: 5em; }\n\n.video-js .vjs-volume-panel .vjs-volume-control {\n visibility: visible;\n opacity: 0;\n width: 1px;\n height: 1px;\n margin-left: -1px; }\n\n.video-js .vjs-volume-panel {\n transition: width 1s; }\n .video-js .vjs-volume-panel:hover .vjs-volume-control,\n .video-js .vjs-volume-panel:active .vjs-volume-control,\n .video-js .vjs-volume-panel:focus .vjs-volume-control,\n .video-js .vjs-volume-panel .vjs-volume-control:hover,\n .video-js .vjs-volume-panel .vjs-volume-control:active,\n .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control,\n .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {\n visibility: visible;\n opacity: 1;\n position: relative;\n transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s; }\n .video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal,\n .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,\n .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,\n .video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-horizontal,\n .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,\n .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-horizontal,\n .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {\n width: 5em;\n height: 3em; }\n .video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical,\n .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,\n .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical,\n .video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical,\n .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,\n .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-vertical,\n .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {\n left: -3.5em; }\n .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {\n width: 9em;\n transition: width 0.1s; }\n .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {\n width: 4em; }\n\n.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {\n height: 8em;\n width: 3em;\n left: -3000em;\n transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s; }\n\n.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {\n transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s; }\n\n.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {\n width: 5em;\n height: 3em;\n visibility: visible;\n opacity: 1;\n position: relative;\n transition: none; }\n\n.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,\n.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {\n position: absolute;\n bottom: 3em;\n left: 0.5em; }\n\n.video-js .vjs-volume-panel {\n display: flex; }\n\n.video-js .vjs-volume-bar {\n margin: 1.35em 0.45em; }\n\n.vjs-volume-bar.vjs-slider-horizontal {\n width: 5em;\n height: 0.3em; }\n\n.vjs-volume-bar.vjs-slider-vertical {\n width: 0.3em;\n height: 5em;\n margin: 1.35em auto; }\n\n.video-js .vjs-volume-level {\n position: absolute;\n bottom: 0;\n left: 0;\n background-color: #fff; }\n .video-js .vjs-volume-level:before {\n position: absolute;\n font-size: 0.9em; }\n\n.vjs-slider-vertical .vjs-volume-level {\n width: 0.3em; }\n .vjs-slider-vertical .vjs-volume-level:before {\n top: -0.5em;\n left: -0.3em; }\n\n.vjs-slider-horizontal .vjs-volume-level {\n height: 0.3em; }\n .vjs-slider-horizontal .vjs-volume-level:before {\n top: -0.3em;\n right: -0.5em; }\n\n.video-js .vjs-volume-panel.vjs-volume-panel-vertical {\n width: 4em; }\n\n.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {\n height: 100%; }\n\n.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {\n width: 100%; }\n\n.video-js .vjs-volume-vertical {\n width: 3em;\n height: 8em;\n bottom: 8em;\n background-color: #2B333F;\n background-color: rgba(43, 51, 63, 0.7); }\n\n.video-js .vjs-volume-horizontal .vjs-menu {\n left: -2em; }\n\n.vjs-poster {\n display: inline-block;\n vertical-align: middle;\n background-repeat: no-repeat;\n background-position: 50% 50%;\n background-size: contain;\n background-color: #000000;\n cursor: pointer;\n margin: 0;\n padding: 0;\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n height: 100%; }\n\n.vjs-has-started .vjs-poster {\n display: none; }\n\n.vjs-audio.vjs-has-started .vjs-poster {\n display: block; }\n\n.vjs-using-native-controls .vjs-poster {\n display: none; }\n\n.video-js .vjs-live-control {\n display: flex;\n align-items: flex-start;\n flex: auto;\n font-size: 1em;\n line-height: 3em; }\n\n.vjs-no-flex .vjs-live-control {\n display: table-cell;\n width: auto;\n text-align: left; }\n\n.video-js:not(.vjs-live) .vjs-live-control,\n.video-js.vjs-liveui .vjs-live-control {\n display: none; }\n\n.video-js .vjs-seek-to-live-control {\n cursor: pointer;\n flex: none;\n display: inline-flex;\n height: 100%;\n padding-left: 0.5em;\n padding-right: 0.5em;\n font-size: 1em;\n line-height: 3em;\n width: auto;\n min-width: 4em; }\n\n.vjs-no-flex .vjs-seek-to-live-control {\n display: table-cell;\n width: auto;\n text-align: left; }\n\n.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,\n.video-js:not(.vjs-live) .vjs-seek-to-live-control {\n display: none; }\n\n.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {\n cursor: auto; }\n\n.vjs-seek-to-live-control .vjs-icon-placeholder {\n margin-right: 0.5em;\n color: #888; }\n\n.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {\n color: red; }\n\n.video-js .vjs-time-control {\n flex: none;\n font-size: 1em;\n line-height: 3em;\n min-width: 2em;\n width: auto;\n padding-left: 1em;\n padding-right: 1em; }\n\n.vjs-live .vjs-time-control {\n display: none; }\n\n.video-js .vjs-current-time,\n.vjs-no-flex .vjs-current-time {\n display: none; }\n\n.video-js .vjs-duration,\n.vjs-no-flex .vjs-duration {\n display: none; }\n\n.vjs-time-divider {\n display: none;\n line-height: 3em; }\n\n.vjs-live .vjs-time-divider {\n display: none; }\n\n.video-js .vjs-play-control {\n cursor: pointer; }\n\n.video-js .vjs-play-control .vjs-icon-placeholder {\n flex: none; }\n\n.vjs-text-track-display {\n position: absolute;\n bottom: 3em;\n left: 0;\n right: 0;\n top: 0;\n pointer-events: none; }\n\n.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {\n bottom: 1em; }\n\n.video-js .vjs-text-track {\n font-size: 1.4em;\n text-align: center;\n margin-bottom: 0.1em; }\n\n.vjs-subtitles {\n color: #fff; }\n\n.vjs-captions {\n color: #fc6; }\n\n.vjs-tt-cue {\n display: block; }\n\nvideo::-webkit-media-text-track-display {\n -webkit-transform: translateY(-3em);\n transform: translateY(-3em); }\n\n.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {\n -webkit-transform: translateY(-1.5em);\n transform: translateY(-1.5em); }\n\n.video-js .vjs-fullscreen-control {\n cursor: pointer;\n flex: none; }\n\n.vjs-playback-rate > .vjs-menu-button,\n.vjs-playback-rate .vjs-playback-rate-value {\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%; }\n\n.vjs-playback-rate .vjs-playback-rate-value {\n pointer-events: none;\n font-size: 1.5em;\n line-height: 2;\n text-align: center; }\n\n.vjs-playback-rate .vjs-menu {\n width: 4em;\n left: 0em; }\n\n.vjs-error .vjs-error-display .vjs-modal-dialog-content {\n font-size: 1.4em;\n text-align: center; }\n\n.vjs-error .vjs-error-display:before {\n color: #fff;\n content: \'X\';\n font-family: Arial, Helvetica, sans-serif;\n font-size: 4em;\n left: 0;\n line-height: 1;\n margin-top: -0.5em;\n position: absolute;\n text-shadow: 0.05em 0.05em 0.1em #000;\n text-align: center;\n top: 50%;\n vertical-align: middle;\n width: 100%; }\n\n.vjs-loading-spinner {\n display: none;\n position: absolute;\n top: 50%;\n left: 50%;\n margin: -25px 0 0 -25px;\n opacity: 0.85;\n text-align: left;\n border: 6px solid rgba(43, 51, 63, 0.7);\n box-sizing: border-box;\n background-clip: padding-box;\n width: 50px;\n height: 50px;\n border-radius: 25px;\n visibility: hidden; }\n\n.vjs-seeking .vjs-loading-spinner,\n.vjs-waiting .vjs-loading-spinner {\n display: block;\n -webkit-animation: 0s linear 0.3s forwards vjs-spinner-show;\n animation: 0s linear 0.3s forwards vjs-spinner-show; }\n\n.vjs-loading-spinner:before,\n.vjs-loading-spinner:after {\n content: "";\n position: absolute;\n margin: -6px;\n box-sizing: inherit;\n width: inherit;\n height: inherit;\n border-radius: inherit;\n opacity: 1;\n border: inherit;\n border-color: transparent;\n border-top-color: white; }\n\n.vjs-seeking .vjs-loading-spinner:before,\n.vjs-seeking .vjs-loading-spinner:after,\n.vjs-waiting .vjs-loading-spinner:before,\n.vjs-waiting .vjs-loading-spinner:after {\n -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;\n animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite; }\n\n.vjs-seeking .vjs-loading-spinner:before,\n.vjs-waiting .vjs-loading-spinner:before {\n border-top-color: white; }\n\n.vjs-seeking .vjs-loading-spinner:after,\n.vjs-waiting .vjs-loading-spinner:after {\n border-top-color: white;\n -webkit-animation-delay: 0.44s;\n animation-delay: 0.44s; }\n\n@keyframes vjs-spinner-show {\n to {\n visibility: visible; } }\n\n@-webkit-keyframes vjs-spinner-show {\n to {\n visibility: visible; } }\n\n@keyframes vjs-spinner-spin {\n 100% {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg); } }\n\n@-webkit-keyframes vjs-spinner-spin {\n 100% {\n -webkit-transform: rotate(360deg); } }\n\n@keyframes vjs-spinner-fade {\n 0% {\n border-top-color: #73859f; }\n 20% {\n border-top-color: #73859f; }\n 35% {\n border-top-color: white; }\n 60% {\n border-top-color: #73859f; }\n 100% {\n border-top-color: #73859f; } }\n\n@-webkit-keyframes vjs-spinner-fade {\n 0% {\n border-top-color: #73859f; }\n 20% {\n border-top-color: #73859f; }\n 35% {\n border-top-color: white; }\n 60% {\n border-top-color: #73859f; }\n 100% {\n border-top-color: #73859f; } }\n\n.vjs-chapters-button .vjs-menu ul {\n width: 24em; }\n\n.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {\n vertical-align: middle;\n display: inline-block;\n margin-bottom: -0.1em; }\n\n.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {\n font-family: VideoJS;\n content: "\\f10d";\n font-size: 1.5em;\n line-height: inherit; }\n\n.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {\n vertical-align: middle;\n display: inline-block;\n margin-bottom: -0.1em; }\n\n.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {\n font-family: VideoJS;\n content: " \\f11d";\n font-size: 1.5em;\n line-height: inherit; }\n\n.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {\n flex: auto;\n display: block; }\n\n.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {\n width: auto; }\n\n.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,\n.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,\n.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-panel,\n.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,\n.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subs-caps-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button {\n display: none; }\n\n.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,\n.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,\n.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-panel,\n.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,\n.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subs-caps-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button {\n display: none; }\n\n.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,\n.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,\n.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-panel,\n.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,\n.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-audio-button {\n display: none; }\n\n.vjs-modal-dialog.vjs-text-track-settings {\n background-color: #2B333F;\n background-color: rgba(43, 51, 63, 0.75);\n color: #fff;\n height: 70%; }\n\n.vjs-text-track-settings .vjs-modal-dialog-content {\n display: table; }\n\n.vjs-text-track-settings .vjs-track-settings-colors,\n.vjs-text-track-settings .vjs-track-settings-font,\n.vjs-text-track-settings .vjs-track-settings-controls {\n display: table-cell; }\n\n.vjs-text-track-settings .vjs-track-settings-controls {\n text-align: right;\n vertical-align: bottom; }\n\n@supports (display: grid) {\n .vjs-text-track-settings .vjs-modal-dialog-content {\n display: grid;\n grid-template-columns: 1fr 1fr;\n grid-template-rows: 1fr;\n padding: 20px 24px 0px 24px; }\n .vjs-track-settings-controls .vjs-default-button {\n margin-bottom: 20px; }\n .vjs-text-track-settings .vjs-track-settings-controls {\n grid-column: 1 / -1; }\n .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,\n .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,\n .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {\n grid-template-columns: 1fr; } }\n\n.vjs-track-setting > select {\n margin-right: 1em;\n margin-bottom: 0.5em; }\n\n.vjs-text-track-settings fieldset {\n margin: 5px;\n padding: 3px;\n border: none; }\n\n.vjs-text-track-settings fieldset span {\n display: inline-block; }\n\n.vjs-text-track-settings fieldset span > select {\n max-width: 7.3em; }\n\n.vjs-text-track-settings legend {\n color: #fff;\n margin: 0 0 5px 0; }\n\n.vjs-text-track-settings .vjs-label {\n position: absolute;\n clip: rect(1px 1px 1px 1px);\n clip: rect(1px, 1px, 1px, 1px);\n display: block;\n margin: 0 0 5px 0;\n padding: 0;\n border: 0;\n height: 1px;\n width: 1px;\n overflow: hidden; }\n\n.vjs-track-settings-controls button:focus,\n.vjs-track-settings-controls button:active {\n outline-style: solid;\n outline-width: medium;\n background-image: linear-gradient(0deg, #fff 88%, #73859f 100%); }\n\n.vjs-track-settings-controls button:hover {\n color: rgba(43, 51, 63, 0.75); }\n\n.vjs-track-settings-controls button {\n background-color: #fff;\n background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);\n color: #2B333F;\n cursor: pointer;\n border-radius: 2px; }\n\n.vjs-track-settings-controls .vjs-default-button {\n margin-right: 1em; }\n\n@media print {\n .video-js > *:not(.vjs-tech):not(.vjs-poster) {\n visibility: hidden; } }\n\n.vjs-resize-manager {\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n border: none;\n z-index: -1000; }\n\n.js-focus-visible .video-js *:focus:not(.focus-visible) {\n outline: none;\n background: none; }\n\n.video-js *:focus:not(:focus-visible),\n.video-js .vjs-menu *:focus:not(:focus-visible) {\n outline: none;\n background: none; }\n'],sourceRoot:""}]);const A=t},3645:n=>{n.exports=function(n){var e=[];return e.toString=function(){return this.map((function(e){var o=function(n,e){var o=n[1]||"",s=n[3];if(!s)return o;if(e&&"function"==typeof btoa){var t=(i=s,l=btoa(unescape(encodeURIComponent(JSON.stringify(i)))),v="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(l),"/*# ".concat(v," */")),A=s.sources.map((function(n){return"/*# sourceURL=".concat(s.sourceRoot||"").concat(n," */")}));return[o].concat(A).concat([t]).join("\n")}var i,l,v;return[o].join("\n")}(e,n);return e[2]?"@media ".concat(e[2]," {").concat(o,"}"):o})).join("")},e.i=function(n,o,s){"string"==typeof n&&(n=[[null,n,""]]);var t={};if(s)for(var A=0;A<this.length;A++){var i=this[A][0];null!=i&&(t[i]=!0)}for(var l=0;l<n.length;l++){var v=[].concat(n[l]);s&&t[v[0]]||(o&&(v[2]?v[2]="".concat(o," and ").concat(v[2]):v[2]=o),e.push(v))}},e}},5054:(n,e,o)=>{o.r(e),o.d(e,{default:()=>l});var s=o(3379),t=o.n(s),A=o(6939),i={insert:"head",singleton:!1};t()(A.Z,i);const l=A.Z.locals||{}},3379:(n,e,o)=>{var s,t=function(){return void 0===s&&(s=Boolean(window&&document&&document.all&&!window.atob)),s},A=function(){var n={};return function(e){if(void 0===n[e]){var o=document.querySelector(e);if(window.HTMLIFrameElement&&o instanceof window.HTMLIFrameElement)try{o=o.contentDocument.head}catch(n){o=null}n[e]=o}return n[e]}}(),i=[];function l(n){for(var e=-1,o=0;o<i.length;o++)if(i[o].identifier===n){e=o;break}return e}function v(n,e){for(var o={},s=[],t=0;t<n.length;t++){var A=n[t],v=e.base?A[0]+e.base:A[0],r=o[v]||0,a="".concat(v," ").concat(r);o[v]=r+1;var j=l(a),c={css:A[1],media:A[2],sourceMap:A[3]};-1!==j?(i[j].references++,i[j].updater(c)):i.push({identifier:a,updater:u(c,e),references:1}),s.push(a)}return s}function r(n){var e=document.createElement("style"),s=n.attributes||{};if(void 0===s.nonce){var t=o.nc;t&&(s.nonce=t)}if(Object.keys(s).forEach((function(n){e.setAttribute(n,s[n])})),"function"==typeof n.insert)n.insert(e);else{var i=A(n.insert||"head");if(!i)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");i.appendChild(e)}return e}var a,j=(a=[],function(n,e){return a[n]=e,a.filter(Boolean).join("\n")});function c(n,e,o,s){var t=o?"":s.media?"@media ".concat(s.media," {").concat(s.css,"}"):s.css;if(n.styleSheet)n.styleSheet.cssText=j(e,t);else{var A=document.createTextNode(t),i=n.childNodes;i[e]&&n.removeChild(i[e]),i.length?n.insertBefore(A,i[e]):n.appendChild(A)}}function E(n,e,o){var s=o.css,t=o.media,A=o.sourceMap;if(t?n.setAttribute("media",t):n.removeAttribute("media"),A&&"undefined"!=typeof btoa&&(s+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(A))))," */")),n.styleSheet)n.styleSheet.cssText=s;else{for(;n.firstChild;)n.removeChild(n.firstChild);n.appendChild(document.createTextNode(s))}}var d=null,m=0;function u(n,e){var o,s,t;if(e.singleton){var A=m++;o=d||(d=r(e)),s=c.bind(null,o,A,!1),t=c.bind(null,o,A,!0)}else o=r(e),s=E.bind(null,o,e),t=function(){!function(n){if(null===n.parentNode)return!1;n.parentNode.removeChild(n)}(o)};return s(n),function(e){if(e){if(e.css===n.css&&e.media===n.media&&e.sourceMap===n.sourceMap)return;s(n=e)}else t()}}n.exports=function(n,e){(e=e||{}).singleton||"boolean"==typeof e.singleton||(e.singleton=t());var o=v(n=n||[],e);return function(n){if(n=n||[],"[object Array]"===Object.prototype.toString.call(n)){for(var s=0;s<o.length;s++){var t=l(o[s]);i[t].references--}for(var A=v(n,e),r=0;r<o.length;r++){var a=l(o[r]);0===i[a].references&&(i[a].updater(),i.splice(a,1))}o=A}}}}}]);
+//# sourceMappingURL=files_videoplayer-vendors-node_modules_video_js_dist_video-js_css.js.map?v=6813c23d9e5029c0233b \ No newline at end of file
diff --git a/js/files_videoplayer-vendors-node_modules_video_js_dist_video-js_css.js.map b/js/files_videoplayer-vendors-node_modules_video_js_dist_video-js_css.js.map
new file mode 100644
index 0000000..8c93194
--- /dev/null
+++ b/js/files_videoplayer-vendors-node_modules_video_js_dist_video-js_css.js.map
@@ -0,0 +1 @@
+{"version":3,"file":"files_videoplayer-vendors-node_modules_video_js_dist_video-js_css.js?v=6813c23d9e5029c0233b","mappings":"kMAEIA,E,MAA0B,IAA4B,GAE1DA,EAAwBC,KAAK,CAACC,EAAOC,GAAI,2o3CAAot3C,GAAG,CAAC,QAAU,EAAE,QAAU,CAAC,qDAAqD,MAAQ,GAAG,SAAW,8vXAA8vX,eAAiB,CAAC,4o3CAAot3C,WAAa,MAEp1mG,W,SCEAD,EAAOE,QAAU,SAAUC,GACzB,IAAIC,EAAO,GAuDX,OArDAA,EAAKC,SAAW,WACd,OAAOC,KAAKC,KAAI,SAAUC,GACxB,IAAIC,EAsDV,SAAgCD,EAAML,GACpC,IAAIM,EAAUD,EAAK,IAAM,GAErBE,EAAaF,EAAK,GAEtB,IAAKE,EACH,OAAOD,EAGT,GAAIN,GAAgC,mBAATQ,KAAqB,CAC9C,IAAIC,GAWWC,EAXeH,EAa5BI,EAASH,KAAKI,SAASC,mBAAmBC,KAAKC,UAAUL,MACzDM,EAAO,+DAA+DC,OAAON,GAC1E,OAAOM,OAAOD,EAAM,QAdrBE,EAAaX,EAAWY,QAAQf,KAAI,SAAUgB,GAChD,MAAO,iBAAiBH,OAAOV,EAAWc,YAAc,IAAIJ,OAAOG,EAAQ,UAE7E,MAAO,CAACd,GAASW,OAAOC,GAAYD,OAAO,CAACR,IAAgBa,KAAK,MAOrE,IAAmBZ,EAEbC,EACAK,EAPJ,MAAO,CAACV,GAASgB,KAAK,MAvEJC,CAAuBlB,EAAML,GAE3C,OAAIK,EAAK,GACA,UAAUY,OAAOZ,EAAK,GAAI,MAAMY,OAAOX,EAAS,KAGlDA,KACNgB,KAAK,KAKVrB,EAAKuB,EAAI,SAAUC,EAASC,EAAYC,GACf,iBAAZF,IAETA,EAAU,CAAC,CAAC,KAAMA,EAAS,MAG7B,IAAIG,EAAyB,GAE7B,GAAID,EACF,IAAK,IAAIH,EAAI,EAAGA,EAAIrB,KAAK0B,OAAQL,IAAK,CAEpC,IAAI1B,EAAKK,KAAKqB,GAAG,GAEP,MAAN1B,IACF8B,EAAuB9B,IAAM,GAKnC,IAAK,IAAIgC,EAAK,EAAGA,EAAKL,EAAQI,OAAQC,IAAM,CAC1C,IAAIzB,EAAO,GAAGY,OAAOQ,EAAQK,IAEzBH,GAAUC,EAAuBvB,EAAK,MAKtCqB,IACGrB,EAAK,GAGRA,EAAK,GAAK,GAAGY,OAAOS,EAAY,SAAST,OAAOZ,EAAK,IAFrDA,EAAK,GAAKqB,GAMdzB,EAAKL,KAAKS,MAIPJ,I,8EC7DL8B,EAAU,CAEd,OAAiB,OACjB,WAAoB,GAEP,IAAI,IAASA,GAI1B,QAAe,YAAkB,I,eCVjC,IACMC,EADFC,EAEK,WAUL,YAToB,IAATD,IAMTA,EAAOE,QAAQC,QAAUC,UAAYA,SAASC,MAAQF,OAAOG,OAGxDN,GAIPO,EAAY,WACd,IAAIP,EAAO,GACX,OAAO,SAAkBQ,GACvB,QAA4B,IAAjBR,EAAKQ,GAAyB,CACvC,IAAIC,EAAcL,SAASM,cAAcF,GAEzC,GAAIL,OAAOQ,mBAAqBF,aAAuBN,OAAOQ,kBAC5D,IAGEF,EAAcA,EAAYG,gBAAgBC,KAC1C,MAAOC,GAEPL,EAAc,KAIlBT,EAAKQ,GAAUC,EAGjB,OAAOT,EAAKQ,IApBA,GAwBZO,EAAc,GAElB,SAASC,EAAqBC,GAG5B,IAFA,IAAIC,GAAU,EAEL1B,EAAI,EAAGA,EAAIuB,EAAYlB,OAAQL,IACtC,GAAIuB,EAAYvB,GAAGyB,aAAeA,EAAY,CAC5CC,EAAS1B,EACT,MAIJ,OAAO0B,EAGT,SAASC,EAAalD,EAAM8B,GAI1B,IAHA,IAAIqB,EAAa,GACbC,EAAc,GAET7B,EAAI,EAAGA,EAAIvB,EAAK4B,OAAQL,IAAK,CACpC,IAAInB,EAAOJ,EAAKuB,GACZ1B,EAAKiC,EAAQuB,KAAOjD,EAAK,GAAK0B,EAAQuB,KAAOjD,EAAK,GAClDkD,EAAQH,EAAWtD,IAAO,EAC1BmD,EAAa,GAAGhC,OAAOnB,EAAI,KAAKmB,OAAOsC,GAC3CH,EAAWtD,GAAMyD,EAAQ,EACzB,IAAIC,EAAQR,EAAqBC,GAC7BQ,EAAM,CACRC,IAAKrD,EAAK,GACVsD,MAAOtD,EAAK,GACZK,UAAWL,EAAK,KAGH,IAAXmD,GACFT,EAAYS,GAAOI,aACnBb,EAAYS,GAAOK,QAAQJ,IAE3BV,EAAYnD,KAAK,CACfqD,WAAYA,EACZY,QAASC,EAASL,EAAK1B,GACvB6B,WAAY,IAIhBP,EAAYzD,KAAKqD,GAGnB,OAAOI,EAGT,SAASU,EAAmBhC,GAC1B,IAAIiC,EAAQ5B,SAAS6B,cAAc,SAC/BC,EAAanC,EAAQmC,YAAc,GAEvC,QAAgC,IAArBA,EAAWC,MAAuB,CAC3C,IAAIA,EAAmD,KAEnDA,IACFD,EAAWC,MAAQA,GAQvB,GAJAC,OAAOC,KAAKH,GAAYI,SAAQ,SAAUC,GACxCP,EAAMQ,aAAaD,EAAKL,EAAWK,OAGP,mBAAnBxC,EAAQ0C,OACjB1C,EAAQ0C,OAAOT,OACV,CACL,IAAIxB,EAASD,EAAUR,EAAQ0C,QAAU,QAEzC,IAAKjC,EACH,MAAM,IAAIkC,MAAM,2GAGlBlC,EAAOmC,YAAYX,GAGrB,OAAOA,EAcT,IACMY,EADFC,GACED,EAAY,GACT,SAAiBpB,EAAOsB,GAE7B,OADAF,EAAUpB,GAASsB,EACZF,EAAUG,OAAO7C,SAASZ,KAAK,QAI1C,SAAS0D,EAAoBhB,EAAOR,EAAOyB,EAAQxB,GACjD,IAAIC,EAAMuB,EAAS,GAAKxB,EAAIE,MAAQ,UAAU1C,OAAOwC,EAAIE,MAAO,MAAM1C,OAAOwC,EAAIC,IAAK,KAAOD,EAAIC,IAIjG,GAAIM,EAAMkB,WACRlB,EAAMkB,WAAWC,QAAUN,EAAYrB,EAAOE,OACzC,CACL,IAAI0B,EAAUhD,SAASiD,eAAe3B,GAClC4B,EAAatB,EAAMsB,WAEnBA,EAAW9B,IACbQ,EAAMuB,YAAYD,EAAW9B,IAG3B8B,EAAWzD,OACbmC,EAAMwB,aAAaJ,EAASE,EAAW9B,IAEvCQ,EAAMW,YAAYS,IAKxB,SAASK,EAAWzB,EAAOjC,EAAS0B,GAClC,IAAIC,EAAMD,EAAIC,IACVC,EAAQF,EAAIE,MACZjD,EAAY+C,EAAI/C,UAepB,GAbIiD,EACFK,EAAMQ,aAAa,QAASb,GAE5BK,EAAM0B,gBAAgB,SAGpBhF,GAA6B,oBAATF,OACtBkD,GAAO,uDAAuDzC,OAAOT,KAAKI,SAASC,mBAAmBC,KAAKC,UAAUL,MAAe,QAMlIsD,EAAMkB,WACRlB,EAAMkB,WAAWC,QAAUzB,MACtB,CACL,KAAOM,EAAM2B,YACX3B,EAAMuB,YAAYvB,EAAM2B,YAG1B3B,EAAMW,YAAYvC,SAASiD,eAAe3B,KAI9C,IAAIkC,EAAY,KACZC,EAAmB,EAEvB,SAAS/B,EAASL,EAAK1B,GACrB,IAAIiC,EACA8B,EACAb,EAEJ,GAAIlD,EAAQ6D,UAAW,CACrB,IAAIG,EAAaF,IACjB7B,EAAQ4B,IAAcA,EAAY7B,EAAmBhC,IACrD+D,EAASd,EAAoBgB,KAAK,KAAMhC,EAAO+B,GAAY,GAC3Dd,EAASD,EAAoBgB,KAAK,KAAMhC,EAAO+B,GAAY,QAE3D/B,EAAQD,EAAmBhC,GAC3B+D,EAASL,EAAWO,KAAK,KAAMhC,EAAOjC,GAEtCkD,EAAS,YAxFb,SAA4BjB,GAE1B,GAAyB,OAArBA,EAAMiC,WACR,OAAO,EAGTjC,EAAMiC,WAAWV,YAAYvB,GAmFzBkC,CAAmBlC,IAKvB,OADA8B,EAAOrC,GACA,SAAqB0C,GAC1B,GAAIA,EAAQ,CACV,GAAIA,EAAOzC,MAAQD,EAAIC,KAAOyC,EAAOxC,QAAUF,EAAIE,OAASwC,EAAOzF,YAAc+C,EAAI/C,UACnF,OAGFoF,EAAOrC,EAAM0C,QAEblB,KAKNpF,EAAOE,QAAU,SAAUE,EAAM8B,IAC/BA,EAAUA,GAAW,IAGR6D,WAA0C,kBAAtB7D,EAAQ6D,YACvC7D,EAAQ6D,UAAY3D,KAItB,IAAImE,EAAkBjD,EADtBlD,EAAOA,GAAQ,GAC0B8B,GACzC,OAAO,SAAgBsE,GAGrB,GAFAA,EAAUA,GAAW,GAE2B,mBAA5CjC,OAAOkC,UAAUpG,SAASqG,KAAKF,GAAnC,CAIA,IAAK,IAAI7E,EAAI,EAAGA,EAAI4E,EAAgBvE,OAAQL,IAAK,CAC/C,IACIgC,EAAQR,EADKoD,EAAgB5E,IAEjCuB,EAAYS,GAAOI,aAKrB,IAFA,IAAI4C,EAAqBrD,EAAakD,EAAStE,GAEtCD,EAAK,EAAGA,EAAKsE,EAAgBvE,OAAQC,IAAM,CAClD,IAEI2E,EAASzD,EAFKoD,EAAgBtE,IAIK,IAAnCiB,EAAY0D,GAAQ7C,aACtBb,EAAY0D,GAAQ5C,UAEpBd,EAAY2D,OAAOD,EAAQ,IAI/BL,EAAkBI","sources":["webpack:///files_videoplayer/node_modules/video.js/dist/video-js.css","webpack:///files_videoplayer/node_modules/css-loader/dist/runtime/api.js","webpack://files_videoplayer/./node_modules/video.js/dist/video-js.css?658f","webpack:///files_videoplayer/node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js"],"sourcesContent":["// Imports\nimport ___CSS_LOADER_API_IMPORT___ from \"../../css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(true);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \".video-js .vjs-big-play-button .vjs-icon-placeholder:before, .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-modal-dialog, .vjs-modal-dialog .vjs-modal-dialog-content {\\n position: absolute;\\n top: 0;\\n left: 0;\\n width: 100%;\\n height: 100%; }\\n\\n.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .vjs-button > .vjs-icon-placeholder:before {\\n text-align: center; }\\n\\n@font-face {\\n font-family: VideoJS;\\n src: url(data:application/font-woff;charset=utf-8;base64,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) format(\\\"woff\\\");\\n font-weight: normal;\\n font-style: normal; }\\n\\n.vjs-icon-play, .video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-play:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder:before {\\n content: \\\"\\\\f101\\\"; }\\n\\n.vjs-icon-play-circle {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-play-circle:before {\\n content: \\\"\\\\f102\\\"; }\\n\\n.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {\\n content: \\\"\\\\f103\\\"; }\\n\\n.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {\\n content: \\\"\\\\f104\\\"; }\\n\\n.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {\\n content: \\\"\\\\f105\\\"; }\\n\\n.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {\\n content: \\\"\\\\f106\\\"; }\\n\\n.vjs-icon-volume-high, .video-js .vjs-mute-control .vjs-icon-placeholder {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-volume-high:before, .video-js .vjs-mute-control .vjs-icon-placeholder:before {\\n content: \\\"\\\\f107\\\"; }\\n\\n.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control .vjs-icon-placeholder {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {\\n content: \\\"\\\\f108\\\"; }\\n\\n.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {\\n content: \\\"\\\\f109\\\"; }\\n\\n.vjs-icon-square {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-square:before {\\n content: \\\"\\\\f10a\\\"; }\\n\\n.vjs-icon-spinner {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-spinner:before {\\n content: \\\"\\\\f10b\\\"; }\\n\\n.vjs-icon-subtitles, .video-js .vjs-subtitles-button .vjs-icon-placeholder, .video-js .vjs-subs-caps-button .vjs-icon-placeholder,\\n.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,\\n.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,\\n.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,\\n.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-subtitles:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before, .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,\\n .video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,\\n .video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,\\n .video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,\\n .video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before {\\n content: \\\"\\\\f10c\\\"; }\\n\\n.vjs-icon-captions, .video-js .vjs-captions-button .vjs-icon-placeholder, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,\\n.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-captions:before, .video-js .vjs-captions-button .vjs-icon-placeholder:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,\\n .video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before {\\n content: \\\"\\\\f10d\\\"; }\\n\\n.vjs-icon-chapters, .video-js .vjs-chapters-button .vjs-icon-placeholder {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-chapters:before, .video-js .vjs-chapters-button .vjs-icon-placeholder:before {\\n content: \\\"\\\\f10e\\\"; }\\n\\n.vjs-icon-share {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-share:before {\\n content: \\\"\\\\f10f\\\"; }\\n\\n.vjs-icon-cog {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-cog:before {\\n content: \\\"\\\\f110\\\"; }\\n\\n.vjs-icon-circle, .video-js .vjs-play-progress, .video-js .vjs-volume-level, .vjs-seek-to-live-control .vjs-icon-placeholder {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-circle:before, .video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before, .vjs-seek-to-live-control .vjs-icon-placeholder:before {\\n content: \\\"\\\\f111\\\"; }\\n\\n.vjs-icon-circle-outline {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-circle-outline:before {\\n content: \\\"\\\\f112\\\"; }\\n\\n.vjs-icon-circle-inner-circle {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-circle-inner-circle:before {\\n content: \\\"\\\\f113\\\"; }\\n\\n.vjs-icon-hd {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-hd:before {\\n content: \\\"\\\\f114\\\"; }\\n\\n.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {\\n content: \\\"\\\\f115\\\"; }\\n\\n.vjs-icon-replay, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-replay:before, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {\\n content: \\\"\\\\f116\\\"; }\\n\\n.vjs-icon-facebook {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-facebook:before {\\n content: \\\"\\\\f117\\\"; }\\n\\n.vjs-icon-gplus {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-gplus:before {\\n content: \\\"\\\\f118\\\"; }\\n\\n.vjs-icon-linkedin {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-linkedin:before {\\n content: \\\"\\\\f119\\\"; }\\n\\n.vjs-icon-twitter {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-twitter:before {\\n content: \\\"\\\\f11a\\\"; }\\n\\n.vjs-icon-tumblr {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-tumblr:before {\\n content: \\\"\\\\f11b\\\"; }\\n\\n.vjs-icon-pinterest {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-pinterest:before {\\n content: \\\"\\\\f11c\\\"; }\\n\\n.vjs-icon-audio-description, .video-js .vjs-descriptions-button .vjs-icon-placeholder {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-audio-description:before, .video-js .vjs-descriptions-button .vjs-icon-placeholder:before {\\n content: \\\"\\\\f11d\\\"; }\\n\\n.vjs-icon-audio, .video-js .vjs-audio-button .vjs-icon-placeholder {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-audio:before, .video-js .vjs-audio-button .vjs-icon-placeholder:before {\\n content: \\\"\\\\f11e\\\"; }\\n\\n.vjs-icon-next-item {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-next-item:before {\\n content: \\\"\\\\f11f\\\"; }\\n\\n.vjs-icon-previous-item {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-previous-item:before {\\n content: \\\"\\\\f120\\\"; }\\n\\n.video-js {\\n display: block;\\n vertical-align: top;\\n box-sizing: border-box;\\n color: #fff;\\n background-color: #000;\\n position: relative;\\n padding: 0;\\n font-size: 10px;\\n line-height: 1;\\n font-weight: normal;\\n font-style: normal;\\n font-family: Arial, Helvetica, sans-serif;\\n word-break: initial; }\\n .video-js:-moz-full-screen {\\n position: absolute; }\\n .video-js:-webkit-full-screen {\\n width: 100% !important;\\n height: 100% !important; }\\n\\n.video-js[tabindex=\\\"-1\\\"] {\\n outline: none; }\\n\\n.video-js *,\\n.video-js *:before,\\n.video-js *:after {\\n box-sizing: inherit; }\\n\\n.video-js ul {\\n font-family: inherit;\\n font-size: inherit;\\n line-height: inherit;\\n list-style-position: outside;\\n margin-left: 0;\\n margin-right: 0;\\n margin-top: 0;\\n margin-bottom: 0; }\\n\\n.video-js.vjs-fluid,\\n.video-js.vjs-16-9,\\n.video-js.vjs-4-3 {\\n width: 100%;\\n max-width: 100%;\\n height: 0; }\\n\\n.video-js.vjs-16-9 {\\n padding-top: 56.25%; }\\n\\n.video-js.vjs-4-3 {\\n padding-top: 75%; }\\n\\n.video-js.vjs-fill {\\n width: 100%;\\n height: 100%; }\\n\\n.video-js .vjs-tech {\\n position: absolute;\\n top: 0;\\n left: 0;\\n width: 100%;\\n height: 100%; }\\n\\nbody.vjs-full-window {\\n padding: 0;\\n margin: 0;\\n height: 100%; }\\n\\n.vjs-full-window .video-js.vjs-fullscreen {\\n position: fixed;\\n overflow: hidden;\\n z-index: 1000;\\n left: 0;\\n top: 0;\\n bottom: 0;\\n right: 0; }\\n\\n.video-js.vjs-fullscreen {\\n width: 100% !important;\\n height: 100% !important;\\n padding-top: 0 !important; }\\n\\n.video-js.vjs-fullscreen.vjs-user-inactive {\\n cursor: none; }\\n\\n.vjs-hidden {\\n display: none !important; }\\n\\n.vjs-disabled {\\n opacity: 0.5;\\n cursor: default; }\\n\\n.video-js .vjs-offscreen {\\n height: 1px;\\n left: -9999px;\\n position: absolute;\\n top: 0;\\n width: 1px; }\\n\\n.vjs-lock-showing {\\n display: block !important;\\n opacity: 1;\\n visibility: visible; }\\n\\n.vjs-no-js {\\n padding: 20px;\\n color: #fff;\\n background-color: #000;\\n font-size: 18px;\\n font-family: Arial, Helvetica, sans-serif;\\n text-align: center;\\n width: 300px;\\n height: 150px;\\n margin: 0px auto; }\\n\\n.vjs-no-js a,\\n.vjs-no-js a:visited {\\n color: #66A8CC; }\\n\\n.video-js .vjs-big-play-button {\\n font-size: 3em;\\n line-height: 1.5em;\\n height: 1.5em;\\n width: 3em;\\n display: block;\\n position: absolute;\\n top: 10px;\\n left: 10px;\\n padding: 0;\\n cursor: pointer;\\n opacity: 1;\\n border: 0.06666em solid #fff;\\n background-color: #2B333F;\\n background-color: rgba(43, 51, 63, 0.7);\\n border-radius: 0.3em;\\n transition: all 0.4s; }\\n\\n.vjs-big-play-centered .vjs-big-play-button {\\n top: 50%;\\n left: 50%;\\n margin-top: -0.75em;\\n margin-left: -1.5em; }\\n\\n.video-js:hover .vjs-big-play-button,\\n.video-js .vjs-big-play-button:focus {\\n border-color: #fff;\\n background-color: #73859f;\\n background-color: rgba(115, 133, 159, 0.5);\\n transition: all 0s; }\\n\\n.vjs-controls-disabled .vjs-big-play-button,\\n.vjs-has-started .vjs-big-play-button,\\n.vjs-using-native-controls .vjs-big-play-button,\\n.vjs-error .vjs-big-play-button {\\n display: none; }\\n\\n.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {\\n display: block; }\\n\\n.video-js button {\\n background: none;\\n border: none;\\n color: inherit;\\n display: inline-block;\\n font-size: inherit;\\n line-height: inherit;\\n text-transform: none;\\n text-decoration: none;\\n transition: none;\\n -webkit-appearance: none;\\n -moz-appearance: none;\\n appearance: none; }\\n\\n.vjs-control .vjs-button {\\n width: 100%;\\n height: 100%; }\\n\\n.video-js .vjs-control.vjs-close-button {\\n cursor: pointer;\\n height: 3em;\\n position: absolute;\\n right: 0;\\n top: 0.5em;\\n z-index: 2; }\\n\\n.video-js .vjs-modal-dialog {\\n background: rgba(0, 0, 0, 0.8);\\n background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));\\n overflow: auto; }\\n\\n.video-js .vjs-modal-dialog > * {\\n box-sizing: border-box; }\\n\\n.vjs-modal-dialog .vjs-modal-dialog-content {\\n font-size: 1.2em;\\n line-height: 1.5;\\n padding: 20px 24px;\\n z-index: 1; }\\n\\n.vjs-menu-button {\\n cursor: pointer; }\\n\\n.vjs-menu-button.vjs-disabled {\\n cursor: default; }\\n\\n.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {\\n display: none; }\\n\\n.vjs-menu .vjs-menu-content {\\n display: block;\\n padding: 0;\\n margin: 0;\\n font-family: Arial, Helvetica, sans-serif;\\n overflow: auto; }\\n\\n.vjs-menu .vjs-menu-content > * {\\n box-sizing: border-box; }\\n\\n.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {\\n display: none; }\\n\\n.vjs-menu li {\\n list-style: none;\\n margin: 0;\\n padding: 0.2em 0;\\n line-height: 1.4em;\\n font-size: 1.2em;\\n text-align: center;\\n text-transform: lowercase; }\\n\\n.vjs-menu li.vjs-menu-item:focus,\\n.vjs-menu li.vjs-menu-item:hover,\\n.js-focus-visible .vjs-menu li.vjs-menu-item:hover {\\n background-color: #73859f;\\n background-color: rgba(115, 133, 159, 0.5); }\\n\\n.vjs-menu li.vjs-selected,\\n.vjs-menu li.vjs-selected:focus,\\n.vjs-menu li.vjs-selected:hover,\\n.js-focus-visible .vjs-menu li.vjs-selected:hover {\\n background-color: #fff;\\n color: #2B333F; }\\n\\n.vjs-menu li.vjs-menu-title {\\n text-align: center;\\n text-transform: uppercase;\\n font-size: 1em;\\n line-height: 2em;\\n padding: 0;\\n margin: 0 0 0.3em 0;\\n font-weight: bold;\\n cursor: default; }\\n\\n.vjs-menu-button-popup .vjs-menu {\\n display: none;\\n position: absolute;\\n bottom: 0;\\n width: 10em;\\n left: -3em;\\n height: 0em;\\n margin-bottom: 1.5em;\\n border-top-color: rgba(43, 51, 63, 0.7); }\\n\\n.vjs-menu-button-popup .vjs-menu .vjs-menu-content {\\n background-color: #2B333F;\\n background-color: rgba(43, 51, 63, 0.7);\\n position: absolute;\\n width: 100%;\\n bottom: 1.5em;\\n max-height: 15em; }\\n\\n.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu,\\n.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {\\n display: block; }\\n\\n.video-js .vjs-menu-button-inline {\\n transition: all 0.4s;\\n overflow: hidden; }\\n\\n.video-js .vjs-menu-button-inline:before {\\n width: 2.222222222em; }\\n\\n.video-js .vjs-menu-button-inline:hover,\\n.video-js .vjs-menu-button-inline:focus,\\n.video-js .vjs-menu-button-inline.vjs-slider-active,\\n.video-js.vjs-no-flex .vjs-menu-button-inline {\\n width: 12em; }\\n\\n.vjs-menu-button-inline .vjs-menu {\\n opacity: 0;\\n height: 100%;\\n width: auto;\\n position: absolute;\\n left: 4em;\\n top: 0;\\n padding: 0;\\n margin: 0;\\n transition: all 0.4s; }\\n\\n.vjs-menu-button-inline:hover .vjs-menu,\\n.vjs-menu-button-inline:focus .vjs-menu,\\n.vjs-menu-button-inline.vjs-slider-active .vjs-menu {\\n display: block;\\n opacity: 1; }\\n\\n.vjs-no-flex .vjs-menu-button-inline .vjs-menu {\\n display: block;\\n opacity: 1;\\n position: relative;\\n width: auto; }\\n\\n.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,\\n.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,\\n.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {\\n width: auto; }\\n\\n.vjs-menu-button-inline .vjs-menu-content {\\n width: auto;\\n height: 100%;\\n margin: 0;\\n overflow: hidden; }\\n\\n.video-js .vjs-control-bar {\\n display: none;\\n width: 100%;\\n position: absolute;\\n bottom: 0;\\n left: 0;\\n right: 0;\\n height: 3.0em;\\n background-color: #2B333F;\\n background-color: rgba(43, 51, 63, 0.7); }\\n\\n.vjs-has-started .vjs-control-bar {\\n display: flex;\\n visibility: visible;\\n opacity: 1;\\n transition: visibility 0.1s, opacity 0.1s; }\\n\\n.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {\\n visibility: visible;\\n opacity: 0;\\n transition: visibility 1s, opacity 1s; }\\n\\n.vjs-controls-disabled .vjs-control-bar,\\n.vjs-using-native-controls .vjs-control-bar,\\n.vjs-error .vjs-control-bar {\\n display: none !important; }\\n\\n.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {\\n opacity: 1;\\n visibility: visible; }\\n\\n.vjs-has-started.vjs-no-flex .vjs-control-bar {\\n display: table; }\\n\\n.video-js .vjs-control {\\n position: relative;\\n text-align: center;\\n margin: 0;\\n padding: 0;\\n height: 100%;\\n width: 4em;\\n flex: none; }\\n\\n.vjs-button > .vjs-icon-placeholder:before {\\n font-size: 1.8em;\\n line-height: 1.67; }\\n\\n.video-js .vjs-control:focus:before,\\n.video-js .vjs-control:hover:before,\\n.video-js .vjs-control:focus {\\n text-shadow: 0em 0em 1em white; }\\n\\n.video-js .vjs-control-text {\\n border: 0;\\n clip: rect(0 0 0 0);\\n height: 1px;\\n overflow: hidden;\\n padding: 0;\\n position: absolute;\\n width: 1px; }\\n\\n.vjs-no-flex .vjs-control {\\n display: table-cell;\\n vertical-align: middle; }\\n\\n.video-js .vjs-custom-control-spacer {\\n display: none; }\\n\\n.video-js .vjs-progress-control {\\n cursor: pointer;\\n flex: auto;\\n display: flex;\\n align-items: center;\\n min-width: 4em;\\n touch-action: none; }\\n\\n.video-js .vjs-progress-control.disabled {\\n cursor: default; }\\n\\n.vjs-live .vjs-progress-control {\\n display: none; }\\n\\n.vjs-liveui .vjs-progress-control {\\n display: flex;\\n align-items: center; }\\n\\n.vjs-no-flex .vjs-progress-control {\\n width: auto; }\\n\\n.video-js .vjs-progress-holder {\\n flex: auto;\\n transition: all 0.2s;\\n height: 0.3em; }\\n\\n.video-js .vjs-progress-control .vjs-progress-holder {\\n margin: 0 10px; }\\n\\n.video-js .vjs-progress-control:hover .vjs-progress-holder {\\n font-size: 1.666666666666666666em; }\\n\\n.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {\\n font-size: 1em; }\\n\\n.video-js .vjs-progress-holder .vjs-play-progress,\\n.video-js .vjs-progress-holder .vjs-load-progress,\\n.video-js .vjs-progress-holder .vjs-load-progress div {\\n position: absolute;\\n display: block;\\n height: 100%;\\n margin: 0;\\n padding: 0;\\n width: 0; }\\n\\n.video-js .vjs-play-progress {\\n background-color: #fff; }\\n .video-js .vjs-play-progress:before {\\n font-size: 0.9em;\\n position: absolute;\\n right: -0.5em;\\n top: -0.333333333333333em;\\n z-index: 1; }\\n\\n.video-js .vjs-load-progress {\\n background: rgba(115, 133, 159, 0.5); }\\n\\n.video-js .vjs-load-progress div {\\n background: rgba(115, 133, 159, 0.75); }\\n\\n.video-js .vjs-time-tooltip {\\n background-color: #fff;\\n background-color: rgba(255, 255, 255, 0.8);\\n border-radius: 0.3em;\\n color: #000;\\n float: right;\\n font-family: Arial, Helvetica, sans-serif;\\n font-size: 1em;\\n padding: 6px 8px 8px 8px;\\n pointer-events: none;\\n position: absolute;\\n top: -3.4em;\\n visibility: hidden;\\n z-index: 1; }\\n\\n.video-js .vjs-progress-holder:focus .vjs-time-tooltip {\\n display: none; }\\n\\n.video-js .vjs-progress-control:hover .vjs-time-tooltip,\\n.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {\\n display: block;\\n font-size: 0.6em;\\n visibility: visible; }\\n\\n.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {\\n font-size: 1em; }\\n\\n.video-js .vjs-progress-control .vjs-mouse-display {\\n display: none;\\n position: absolute;\\n width: 1px;\\n height: 100%;\\n background-color: #000;\\n z-index: 1; }\\n\\n.vjs-no-flex .vjs-progress-control .vjs-mouse-display {\\n z-index: 0; }\\n\\n.video-js .vjs-progress-control:hover .vjs-mouse-display {\\n display: block; }\\n\\n.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {\\n visibility: hidden;\\n opacity: 0;\\n transition: visibility 1s, opacity 1s; }\\n\\n.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {\\n display: none; }\\n\\n.vjs-mouse-display .vjs-time-tooltip {\\n color: #fff;\\n background-color: #000;\\n background-color: rgba(0, 0, 0, 0.8); }\\n\\n.video-js .vjs-slider {\\n position: relative;\\n cursor: pointer;\\n padding: 0;\\n margin: 0 0.45em 0 0.45em;\\n /* iOS Safari */\\n -webkit-touch-callout: none;\\n /* Safari */\\n -webkit-user-select: none;\\n /* Konqueror HTML */\\n /* Firefox */\\n -moz-user-select: none;\\n /* Internet Explorer/Edge */\\n -ms-user-select: none;\\n /* Non-prefixed version, currently supported by Chrome and Opera */\\n user-select: none;\\n background-color: #73859f;\\n background-color: rgba(115, 133, 159, 0.5); }\\n\\n.video-js .vjs-slider.disabled {\\n cursor: default; }\\n\\n.video-js .vjs-slider:focus {\\n text-shadow: 0em 0em 1em white;\\n box-shadow: 0 0 1em #fff; }\\n\\n.video-js .vjs-mute-control {\\n cursor: pointer;\\n flex: none; }\\n\\n.video-js .vjs-volume-control {\\n cursor: pointer;\\n margin-right: 1em;\\n display: flex; }\\n\\n.video-js .vjs-volume-control.vjs-volume-horizontal {\\n width: 5em; }\\n\\n.video-js .vjs-volume-panel .vjs-volume-control {\\n visibility: visible;\\n opacity: 0;\\n width: 1px;\\n height: 1px;\\n margin-left: -1px; }\\n\\n.video-js .vjs-volume-panel {\\n transition: width 1s; }\\n .video-js .vjs-volume-panel:hover .vjs-volume-control,\\n .video-js .vjs-volume-panel:active .vjs-volume-control,\\n .video-js .vjs-volume-panel:focus .vjs-volume-control,\\n .video-js .vjs-volume-panel .vjs-volume-control:hover,\\n .video-js .vjs-volume-panel .vjs-volume-control:active,\\n .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control,\\n .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {\\n visibility: visible;\\n opacity: 1;\\n position: relative;\\n transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s; }\\n .video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal,\\n .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,\\n .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,\\n .video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-horizontal,\\n .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,\\n .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-horizontal,\\n .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {\\n width: 5em;\\n height: 3em; }\\n .video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical,\\n .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,\\n .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical,\\n .video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical,\\n .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,\\n .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-vertical,\\n .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {\\n left: -3.5em; }\\n .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {\\n width: 9em;\\n transition: width 0.1s; }\\n .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {\\n width: 4em; }\\n\\n.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {\\n height: 8em;\\n width: 3em;\\n left: -3000em;\\n transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s; }\\n\\n.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {\\n transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s; }\\n\\n.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {\\n width: 5em;\\n height: 3em;\\n visibility: visible;\\n opacity: 1;\\n position: relative;\\n transition: none; }\\n\\n.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,\\n.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {\\n position: absolute;\\n bottom: 3em;\\n left: 0.5em; }\\n\\n.video-js .vjs-volume-panel {\\n display: flex; }\\n\\n.video-js .vjs-volume-bar {\\n margin: 1.35em 0.45em; }\\n\\n.vjs-volume-bar.vjs-slider-horizontal {\\n width: 5em;\\n height: 0.3em; }\\n\\n.vjs-volume-bar.vjs-slider-vertical {\\n width: 0.3em;\\n height: 5em;\\n margin: 1.35em auto; }\\n\\n.video-js .vjs-volume-level {\\n position: absolute;\\n bottom: 0;\\n left: 0;\\n background-color: #fff; }\\n .video-js .vjs-volume-level:before {\\n position: absolute;\\n font-size: 0.9em; }\\n\\n.vjs-slider-vertical .vjs-volume-level {\\n width: 0.3em; }\\n .vjs-slider-vertical .vjs-volume-level:before {\\n top: -0.5em;\\n left: -0.3em; }\\n\\n.vjs-slider-horizontal .vjs-volume-level {\\n height: 0.3em; }\\n .vjs-slider-horizontal .vjs-volume-level:before {\\n top: -0.3em;\\n right: -0.5em; }\\n\\n.video-js .vjs-volume-panel.vjs-volume-panel-vertical {\\n width: 4em; }\\n\\n.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {\\n height: 100%; }\\n\\n.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {\\n width: 100%; }\\n\\n.video-js .vjs-volume-vertical {\\n width: 3em;\\n height: 8em;\\n bottom: 8em;\\n background-color: #2B333F;\\n background-color: rgba(43, 51, 63, 0.7); }\\n\\n.video-js .vjs-volume-horizontal .vjs-menu {\\n left: -2em; }\\n\\n.vjs-poster {\\n display: inline-block;\\n vertical-align: middle;\\n background-repeat: no-repeat;\\n background-position: 50% 50%;\\n background-size: contain;\\n background-color: #000000;\\n cursor: pointer;\\n margin: 0;\\n padding: 0;\\n position: absolute;\\n top: 0;\\n right: 0;\\n bottom: 0;\\n left: 0;\\n height: 100%; }\\n\\n.vjs-has-started .vjs-poster {\\n display: none; }\\n\\n.vjs-audio.vjs-has-started .vjs-poster {\\n display: block; }\\n\\n.vjs-using-native-controls .vjs-poster {\\n display: none; }\\n\\n.video-js .vjs-live-control {\\n display: flex;\\n align-items: flex-start;\\n flex: auto;\\n font-size: 1em;\\n line-height: 3em; }\\n\\n.vjs-no-flex .vjs-live-control {\\n display: table-cell;\\n width: auto;\\n text-align: left; }\\n\\n.video-js:not(.vjs-live) .vjs-live-control,\\n.video-js.vjs-liveui .vjs-live-control {\\n display: none; }\\n\\n.video-js .vjs-seek-to-live-control {\\n cursor: pointer;\\n flex: none;\\n display: inline-flex;\\n height: 100%;\\n padding-left: 0.5em;\\n padding-right: 0.5em;\\n font-size: 1em;\\n line-height: 3em;\\n width: auto;\\n min-width: 4em; }\\n\\n.vjs-no-flex .vjs-seek-to-live-control {\\n display: table-cell;\\n width: auto;\\n text-align: left; }\\n\\n.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,\\n.video-js:not(.vjs-live) .vjs-seek-to-live-control {\\n display: none; }\\n\\n.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {\\n cursor: auto; }\\n\\n.vjs-seek-to-live-control .vjs-icon-placeholder {\\n margin-right: 0.5em;\\n color: #888; }\\n\\n.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {\\n color: red; }\\n\\n.video-js .vjs-time-control {\\n flex: none;\\n font-size: 1em;\\n line-height: 3em;\\n min-width: 2em;\\n width: auto;\\n padding-left: 1em;\\n padding-right: 1em; }\\n\\n.vjs-live .vjs-time-control {\\n display: none; }\\n\\n.video-js .vjs-current-time,\\n.vjs-no-flex .vjs-current-time {\\n display: none; }\\n\\n.video-js .vjs-duration,\\n.vjs-no-flex .vjs-duration {\\n display: none; }\\n\\n.vjs-time-divider {\\n display: none;\\n line-height: 3em; }\\n\\n.vjs-live .vjs-time-divider {\\n display: none; }\\n\\n.video-js .vjs-play-control {\\n cursor: pointer; }\\n\\n.video-js .vjs-play-control .vjs-icon-placeholder {\\n flex: none; }\\n\\n.vjs-text-track-display {\\n position: absolute;\\n bottom: 3em;\\n left: 0;\\n right: 0;\\n top: 0;\\n pointer-events: none; }\\n\\n.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {\\n bottom: 1em; }\\n\\n.video-js .vjs-text-track {\\n font-size: 1.4em;\\n text-align: center;\\n margin-bottom: 0.1em; }\\n\\n.vjs-subtitles {\\n color: #fff; }\\n\\n.vjs-captions {\\n color: #fc6; }\\n\\n.vjs-tt-cue {\\n display: block; }\\n\\nvideo::-webkit-media-text-track-display {\\n -webkit-transform: translateY(-3em);\\n transform: translateY(-3em); }\\n\\n.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {\\n -webkit-transform: translateY(-1.5em);\\n transform: translateY(-1.5em); }\\n\\n.video-js .vjs-fullscreen-control {\\n cursor: pointer;\\n flex: none; }\\n\\n.vjs-playback-rate > .vjs-menu-button,\\n.vjs-playback-rate .vjs-playback-rate-value {\\n position: absolute;\\n top: 0;\\n left: 0;\\n width: 100%;\\n height: 100%; }\\n\\n.vjs-playback-rate .vjs-playback-rate-value {\\n pointer-events: none;\\n font-size: 1.5em;\\n line-height: 2;\\n text-align: center; }\\n\\n.vjs-playback-rate .vjs-menu {\\n width: 4em;\\n left: 0em; }\\n\\n.vjs-error .vjs-error-display .vjs-modal-dialog-content {\\n font-size: 1.4em;\\n text-align: center; }\\n\\n.vjs-error .vjs-error-display:before {\\n color: #fff;\\n content: 'X';\\n font-family: Arial, Helvetica, sans-serif;\\n font-size: 4em;\\n left: 0;\\n line-height: 1;\\n margin-top: -0.5em;\\n position: absolute;\\n text-shadow: 0.05em 0.05em 0.1em #000;\\n text-align: center;\\n top: 50%;\\n vertical-align: middle;\\n width: 100%; }\\n\\n.vjs-loading-spinner {\\n display: none;\\n position: absolute;\\n top: 50%;\\n left: 50%;\\n margin: -25px 0 0 -25px;\\n opacity: 0.85;\\n text-align: left;\\n border: 6px solid rgba(43, 51, 63, 0.7);\\n box-sizing: border-box;\\n background-clip: padding-box;\\n width: 50px;\\n height: 50px;\\n border-radius: 25px;\\n visibility: hidden; }\\n\\n.vjs-seeking .vjs-loading-spinner,\\n.vjs-waiting .vjs-loading-spinner {\\n display: block;\\n -webkit-animation: 0s linear 0.3s forwards vjs-spinner-show;\\n animation: 0s linear 0.3s forwards vjs-spinner-show; }\\n\\n.vjs-loading-spinner:before,\\n.vjs-loading-spinner:after {\\n content: \\\"\\\";\\n position: absolute;\\n margin: -6px;\\n box-sizing: inherit;\\n width: inherit;\\n height: inherit;\\n border-radius: inherit;\\n opacity: 1;\\n border: inherit;\\n border-color: transparent;\\n border-top-color: white; }\\n\\n.vjs-seeking .vjs-loading-spinner:before,\\n.vjs-seeking .vjs-loading-spinner:after,\\n.vjs-waiting .vjs-loading-spinner:before,\\n.vjs-waiting .vjs-loading-spinner:after {\\n -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;\\n animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite; }\\n\\n.vjs-seeking .vjs-loading-spinner:before,\\n.vjs-waiting .vjs-loading-spinner:before {\\n border-top-color: white; }\\n\\n.vjs-seeking .vjs-loading-spinner:after,\\n.vjs-waiting .vjs-loading-spinner:after {\\n border-top-color: white;\\n -webkit-animation-delay: 0.44s;\\n animation-delay: 0.44s; }\\n\\n@keyframes vjs-spinner-show {\\n to {\\n visibility: visible; } }\\n\\n@-webkit-keyframes vjs-spinner-show {\\n to {\\n visibility: visible; } }\\n\\n@keyframes vjs-spinner-spin {\\n 100% {\\n -webkit-transform: rotate(360deg);\\n transform: rotate(360deg); } }\\n\\n@-webkit-keyframes vjs-spinner-spin {\\n 100% {\\n -webkit-transform: rotate(360deg); } }\\n\\n@keyframes vjs-spinner-fade {\\n 0% {\\n border-top-color: #73859f; }\\n 20% {\\n border-top-color: #73859f; }\\n 35% {\\n border-top-color: white; }\\n 60% {\\n border-top-color: #73859f; }\\n 100% {\\n border-top-color: #73859f; } }\\n\\n@-webkit-keyframes vjs-spinner-fade {\\n 0% {\\n border-top-color: #73859f; }\\n 20% {\\n border-top-color: #73859f; }\\n 35% {\\n border-top-color: white; }\\n 60% {\\n border-top-color: #73859f; }\\n 100% {\\n border-top-color: #73859f; } }\\n\\n.vjs-chapters-button .vjs-menu ul {\\n width: 24em; }\\n\\n.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {\\n vertical-align: middle;\\n display: inline-block;\\n margin-bottom: -0.1em; }\\n\\n.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {\\n font-family: VideoJS;\\n content: \\\"\\\\f10d\\\";\\n font-size: 1.5em;\\n line-height: inherit; }\\n\\n.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {\\n vertical-align: middle;\\n display: inline-block;\\n margin-bottom: -0.1em; }\\n\\n.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {\\n font-family: VideoJS;\\n content: \\\" \\\\f11d\\\";\\n font-size: 1.5em;\\n line-height: inherit; }\\n\\n.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {\\n flex: auto;\\n display: block; }\\n\\n.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {\\n width: auto; }\\n\\n.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,\\n.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,\\n.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-panel,\\n.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,\\n.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subs-caps-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button {\\n display: none; }\\n\\n.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,\\n.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,\\n.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-panel,\\n.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,\\n.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subs-caps-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button {\\n display: none; }\\n\\n.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,\\n.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,\\n.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-panel,\\n.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,\\n.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-audio-button {\\n display: none; }\\n\\n.vjs-modal-dialog.vjs-text-track-settings {\\n background-color: #2B333F;\\n background-color: rgba(43, 51, 63, 0.75);\\n color: #fff;\\n height: 70%; }\\n\\n.vjs-text-track-settings .vjs-modal-dialog-content {\\n display: table; }\\n\\n.vjs-text-track-settings .vjs-track-settings-colors,\\n.vjs-text-track-settings .vjs-track-settings-font,\\n.vjs-text-track-settings .vjs-track-settings-controls {\\n display: table-cell; }\\n\\n.vjs-text-track-settings .vjs-track-settings-controls {\\n text-align: right;\\n vertical-align: bottom; }\\n\\n@supports (display: grid) {\\n .vjs-text-track-settings .vjs-modal-dialog-content {\\n display: grid;\\n grid-template-columns: 1fr 1fr;\\n grid-template-rows: 1fr;\\n padding: 20px 24px 0px 24px; }\\n .vjs-track-settings-controls .vjs-default-button {\\n margin-bottom: 20px; }\\n .vjs-text-track-settings .vjs-track-settings-controls {\\n grid-column: 1 / -1; }\\n .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,\\n .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,\\n .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {\\n grid-template-columns: 1fr; } }\\n\\n.vjs-track-setting > select {\\n margin-right: 1em;\\n margin-bottom: 0.5em; }\\n\\n.vjs-text-track-settings fieldset {\\n margin: 5px;\\n padding: 3px;\\n border: none; }\\n\\n.vjs-text-track-settings fieldset span {\\n display: inline-block; }\\n\\n.vjs-text-track-settings fieldset span > select {\\n max-width: 7.3em; }\\n\\n.vjs-text-track-settings legend {\\n color: #fff;\\n margin: 0 0 5px 0; }\\n\\n.vjs-text-track-settings .vjs-label {\\n position: absolute;\\n clip: rect(1px 1px 1px 1px);\\n clip: rect(1px, 1px, 1px, 1px);\\n display: block;\\n margin: 0 0 5px 0;\\n padding: 0;\\n border: 0;\\n height: 1px;\\n width: 1px;\\n overflow: hidden; }\\n\\n.vjs-track-settings-controls button:focus,\\n.vjs-track-settings-controls button:active {\\n outline-style: solid;\\n outline-width: medium;\\n background-image: linear-gradient(0deg, #fff 88%, #73859f 100%); }\\n\\n.vjs-track-settings-controls button:hover {\\n color: rgba(43, 51, 63, 0.75); }\\n\\n.vjs-track-settings-controls button {\\n background-color: #fff;\\n background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);\\n color: #2B333F;\\n cursor: pointer;\\n border-radius: 2px; }\\n\\n.vjs-track-settings-controls .vjs-default-button {\\n margin-right: 1em; }\\n\\n@media print {\\n .video-js > *:not(.vjs-tech):not(.vjs-poster) {\\n visibility: hidden; } }\\n\\n.vjs-resize-manager {\\n position: absolute;\\n top: 0;\\n left: 0;\\n width: 100%;\\n height: 100%;\\n border: none;\\n z-index: -1000; }\\n\\n.js-focus-visible .video-js *:focus:not(.focus-visible) {\\n outline: none;\\n background: none; }\\n\\n.video-js *:focus:not(:focus-visible),\\n.video-js .vjs-menu *:focus:not(:focus-visible) {\\n outline: none;\\n background: none; }\\n\", \"\",{\"version\":3,\"sources\":[\"webpack://node_modules/video.js/dist/video-js.css\"],\"names\":[],\"mappings\":\"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\",\"sourcesContent\":[\".video-js .vjs-big-play-button .vjs-icon-placeholder:before, .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-modal-dialog, .vjs-modal-dialog .vjs-modal-dialog-content {\\n position: absolute;\\n top: 0;\\n left: 0;\\n width: 100%;\\n height: 100%; }\\n\\n.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .vjs-button > .vjs-icon-placeholder:before {\\n text-align: center; }\\n\\n@font-face {\\n font-family: VideoJS;\\n src: url(data:application/font-woff;charset=utf-8;base64,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) format(\\\"woff\\\");\\n font-weight: normal;\\n font-style: normal; }\\n\\n.vjs-icon-play, .video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-play:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder:before {\\n content: \\\"\\\\f101\\\"; }\\n\\n.vjs-icon-play-circle {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-play-circle:before {\\n content: \\\"\\\\f102\\\"; }\\n\\n.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {\\n content: \\\"\\\\f103\\\"; }\\n\\n.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {\\n content: \\\"\\\\f104\\\"; }\\n\\n.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {\\n content: \\\"\\\\f105\\\"; }\\n\\n.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {\\n content: \\\"\\\\f106\\\"; }\\n\\n.vjs-icon-volume-high, .video-js .vjs-mute-control .vjs-icon-placeholder {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-volume-high:before, .video-js .vjs-mute-control .vjs-icon-placeholder:before {\\n content: \\\"\\\\f107\\\"; }\\n\\n.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control .vjs-icon-placeholder {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {\\n content: \\\"\\\\f108\\\"; }\\n\\n.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {\\n content: \\\"\\\\f109\\\"; }\\n\\n.vjs-icon-square {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-square:before {\\n content: \\\"\\\\f10a\\\"; }\\n\\n.vjs-icon-spinner {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-spinner:before {\\n content: \\\"\\\\f10b\\\"; }\\n\\n.vjs-icon-subtitles, .video-js .vjs-subtitles-button .vjs-icon-placeholder, .video-js .vjs-subs-caps-button .vjs-icon-placeholder,\\n.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,\\n.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,\\n.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,\\n.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-subtitles:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before, .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,\\n .video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,\\n .video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,\\n .video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,\\n .video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before {\\n content: \\\"\\\\f10c\\\"; }\\n\\n.vjs-icon-captions, .video-js .vjs-captions-button .vjs-icon-placeholder, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,\\n.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-captions:before, .video-js .vjs-captions-button .vjs-icon-placeholder:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,\\n .video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before {\\n content: \\\"\\\\f10d\\\"; }\\n\\n.vjs-icon-chapters, .video-js .vjs-chapters-button .vjs-icon-placeholder {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-chapters:before, .video-js .vjs-chapters-button .vjs-icon-placeholder:before {\\n content: \\\"\\\\f10e\\\"; }\\n\\n.vjs-icon-share {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-share:before {\\n content: \\\"\\\\f10f\\\"; }\\n\\n.vjs-icon-cog {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-cog:before {\\n content: \\\"\\\\f110\\\"; }\\n\\n.vjs-icon-circle, .video-js .vjs-play-progress, .video-js .vjs-volume-level, .vjs-seek-to-live-control .vjs-icon-placeholder {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-circle:before, .video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before, .vjs-seek-to-live-control .vjs-icon-placeholder:before {\\n content: \\\"\\\\f111\\\"; }\\n\\n.vjs-icon-circle-outline {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-circle-outline:before {\\n content: \\\"\\\\f112\\\"; }\\n\\n.vjs-icon-circle-inner-circle {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-circle-inner-circle:before {\\n content: \\\"\\\\f113\\\"; }\\n\\n.vjs-icon-hd {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-hd:before {\\n content: \\\"\\\\f114\\\"; }\\n\\n.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {\\n content: \\\"\\\\f115\\\"; }\\n\\n.vjs-icon-replay, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-replay:before, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {\\n content: \\\"\\\\f116\\\"; }\\n\\n.vjs-icon-facebook {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-facebook:before {\\n content: \\\"\\\\f117\\\"; }\\n\\n.vjs-icon-gplus {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-gplus:before {\\n content: \\\"\\\\f118\\\"; }\\n\\n.vjs-icon-linkedin {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-linkedin:before {\\n content: \\\"\\\\f119\\\"; }\\n\\n.vjs-icon-twitter {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-twitter:before {\\n content: \\\"\\\\f11a\\\"; }\\n\\n.vjs-icon-tumblr {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-tumblr:before {\\n content: \\\"\\\\f11b\\\"; }\\n\\n.vjs-icon-pinterest {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-pinterest:before {\\n content: \\\"\\\\f11c\\\"; }\\n\\n.vjs-icon-audio-description, .video-js .vjs-descriptions-button .vjs-icon-placeholder {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-audio-description:before, .video-js .vjs-descriptions-button .vjs-icon-placeholder:before {\\n content: \\\"\\\\f11d\\\"; }\\n\\n.vjs-icon-audio, .video-js .vjs-audio-button .vjs-icon-placeholder {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-audio:before, .video-js .vjs-audio-button .vjs-icon-placeholder:before {\\n content: \\\"\\\\f11e\\\"; }\\n\\n.vjs-icon-next-item {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-next-item:before {\\n content: \\\"\\\\f11f\\\"; }\\n\\n.vjs-icon-previous-item {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-previous-item:before {\\n content: \\\"\\\\f120\\\"; }\\n\\n.video-js {\\n display: block;\\n vertical-align: top;\\n box-sizing: border-box;\\n color: #fff;\\n background-color: #000;\\n position: relative;\\n padding: 0;\\n font-size: 10px;\\n line-height: 1;\\n font-weight: normal;\\n font-style: normal;\\n font-family: Arial, Helvetica, sans-serif;\\n word-break: initial; }\\n .video-js:-moz-full-screen {\\n position: absolute; }\\n .video-js:-webkit-full-screen {\\n width: 100% !important;\\n height: 100% !important; }\\n\\n.video-js[tabindex=\\\"-1\\\"] {\\n outline: none; }\\n\\n.video-js *,\\n.video-js *:before,\\n.video-js *:after {\\n box-sizing: inherit; }\\n\\n.video-js ul {\\n font-family: inherit;\\n font-size: inherit;\\n line-height: inherit;\\n list-style-position: outside;\\n margin-left: 0;\\n margin-right: 0;\\n margin-top: 0;\\n margin-bottom: 0; }\\n\\n.video-js.vjs-fluid,\\n.video-js.vjs-16-9,\\n.video-js.vjs-4-3 {\\n width: 100%;\\n max-width: 100%;\\n height: 0; }\\n\\n.video-js.vjs-16-9 {\\n padding-top: 56.25%; }\\n\\n.video-js.vjs-4-3 {\\n padding-top: 75%; }\\n\\n.video-js.vjs-fill {\\n width: 100%;\\n height: 100%; }\\n\\n.video-js .vjs-tech {\\n position: absolute;\\n top: 0;\\n left: 0;\\n width: 100%;\\n height: 100%; }\\n\\nbody.vjs-full-window {\\n padding: 0;\\n margin: 0;\\n height: 100%; }\\n\\n.vjs-full-window .video-js.vjs-fullscreen {\\n position: fixed;\\n overflow: hidden;\\n z-index: 1000;\\n left: 0;\\n top: 0;\\n bottom: 0;\\n right: 0; }\\n\\n.video-js.vjs-fullscreen {\\n width: 100% !important;\\n height: 100% !important;\\n padding-top: 0 !important; }\\n\\n.video-js.vjs-fullscreen.vjs-user-inactive {\\n cursor: none; }\\n\\n.vjs-hidden {\\n display: none !important; }\\n\\n.vjs-disabled {\\n opacity: 0.5;\\n cursor: default; }\\n\\n.video-js .vjs-offscreen {\\n height: 1px;\\n left: -9999px;\\n position: absolute;\\n top: 0;\\n width: 1px; }\\n\\n.vjs-lock-showing {\\n display: block !important;\\n opacity: 1;\\n visibility: visible; }\\n\\n.vjs-no-js {\\n padding: 20px;\\n color: #fff;\\n background-color: #000;\\n font-size: 18px;\\n font-family: Arial, Helvetica, sans-serif;\\n text-align: center;\\n width: 300px;\\n height: 150px;\\n margin: 0px auto; }\\n\\n.vjs-no-js a,\\n.vjs-no-js a:visited {\\n color: #66A8CC; }\\n\\n.video-js .vjs-big-play-button {\\n font-size: 3em;\\n line-height: 1.5em;\\n height: 1.5em;\\n width: 3em;\\n display: block;\\n position: absolute;\\n top: 10px;\\n left: 10px;\\n padding: 0;\\n cursor: pointer;\\n opacity: 1;\\n border: 0.06666em solid #fff;\\n background-color: #2B333F;\\n background-color: rgba(43, 51, 63, 0.7);\\n border-radius: 0.3em;\\n transition: all 0.4s; }\\n\\n.vjs-big-play-centered .vjs-big-play-button {\\n top: 50%;\\n left: 50%;\\n margin-top: -0.75em;\\n margin-left: -1.5em; }\\n\\n.video-js:hover .vjs-big-play-button,\\n.video-js .vjs-big-play-button:focus {\\n border-color: #fff;\\n background-color: #73859f;\\n background-color: rgba(115, 133, 159, 0.5);\\n transition: all 0s; }\\n\\n.vjs-controls-disabled .vjs-big-play-button,\\n.vjs-has-started .vjs-big-play-button,\\n.vjs-using-native-controls .vjs-big-play-button,\\n.vjs-error .vjs-big-play-button {\\n display: none; }\\n\\n.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {\\n display: block; }\\n\\n.video-js button {\\n background: none;\\n border: none;\\n color: inherit;\\n display: inline-block;\\n font-size: inherit;\\n line-height: inherit;\\n text-transform: none;\\n text-decoration: none;\\n transition: none;\\n -webkit-appearance: none;\\n -moz-appearance: none;\\n appearance: none; }\\n\\n.vjs-control .vjs-button {\\n width: 100%;\\n height: 100%; }\\n\\n.video-js .vjs-control.vjs-close-button {\\n cursor: pointer;\\n height: 3em;\\n position: absolute;\\n right: 0;\\n top: 0.5em;\\n z-index: 2; }\\n\\n.video-js .vjs-modal-dialog {\\n background: rgba(0, 0, 0, 0.8);\\n background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));\\n overflow: auto; }\\n\\n.video-js .vjs-modal-dialog > * {\\n box-sizing: border-box; }\\n\\n.vjs-modal-dialog .vjs-modal-dialog-content {\\n font-size: 1.2em;\\n line-height: 1.5;\\n padding: 20px 24px;\\n z-index: 1; }\\n\\n.vjs-menu-button {\\n cursor: pointer; }\\n\\n.vjs-menu-button.vjs-disabled {\\n cursor: default; }\\n\\n.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {\\n display: none; }\\n\\n.vjs-menu .vjs-menu-content {\\n display: block;\\n padding: 0;\\n margin: 0;\\n font-family: Arial, Helvetica, sans-serif;\\n overflow: auto; }\\n\\n.vjs-menu .vjs-menu-content > * {\\n box-sizing: border-box; }\\n\\n.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {\\n display: none; }\\n\\n.vjs-menu li {\\n list-style: none;\\n margin: 0;\\n padding: 0.2em 0;\\n line-height: 1.4em;\\n font-size: 1.2em;\\n text-align: center;\\n text-transform: lowercase; }\\n\\n.vjs-menu li.vjs-menu-item:focus,\\n.vjs-menu li.vjs-menu-item:hover,\\n.js-focus-visible .vjs-menu li.vjs-menu-item:hover {\\n background-color: #73859f;\\n background-color: rgba(115, 133, 159, 0.5); }\\n\\n.vjs-menu li.vjs-selected,\\n.vjs-menu li.vjs-selected:focus,\\n.vjs-menu li.vjs-selected:hover,\\n.js-focus-visible .vjs-menu li.vjs-selected:hover {\\n background-color: #fff;\\n color: #2B333F; }\\n\\n.vjs-menu li.vjs-menu-title {\\n text-align: center;\\n text-transform: uppercase;\\n font-size: 1em;\\n line-height: 2em;\\n padding: 0;\\n margin: 0 0 0.3em 0;\\n font-weight: bold;\\n cursor: default; }\\n\\n.vjs-menu-button-popup .vjs-menu {\\n display: none;\\n position: absolute;\\n bottom: 0;\\n width: 10em;\\n left: -3em;\\n height: 0em;\\n margin-bottom: 1.5em;\\n border-top-color: rgba(43, 51, 63, 0.7); }\\n\\n.vjs-menu-button-popup .vjs-menu .vjs-menu-content {\\n background-color: #2B333F;\\n background-color: rgba(43, 51, 63, 0.7);\\n position: absolute;\\n width: 100%;\\n bottom: 1.5em;\\n max-height: 15em; }\\n\\n.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu,\\n.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {\\n display: block; }\\n\\n.video-js .vjs-menu-button-inline {\\n transition: all 0.4s;\\n overflow: hidden; }\\n\\n.video-js .vjs-menu-button-inline:before {\\n width: 2.222222222em; }\\n\\n.video-js .vjs-menu-button-inline:hover,\\n.video-js .vjs-menu-button-inline:focus,\\n.video-js .vjs-menu-button-inline.vjs-slider-active,\\n.video-js.vjs-no-flex .vjs-menu-button-inline {\\n width: 12em; }\\n\\n.vjs-menu-button-inline .vjs-menu {\\n opacity: 0;\\n height: 100%;\\n width: auto;\\n position: absolute;\\n left: 4em;\\n top: 0;\\n padding: 0;\\n margin: 0;\\n transition: all 0.4s; }\\n\\n.vjs-menu-button-inline:hover .vjs-menu,\\n.vjs-menu-button-inline:focus .vjs-menu,\\n.vjs-menu-button-inline.vjs-slider-active .vjs-menu {\\n display: block;\\n opacity: 1; }\\n\\n.vjs-no-flex .vjs-menu-button-inline .vjs-menu {\\n display: block;\\n opacity: 1;\\n position: relative;\\n width: auto; }\\n\\n.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,\\n.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,\\n.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {\\n width: auto; }\\n\\n.vjs-menu-button-inline .vjs-menu-content {\\n width: auto;\\n height: 100%;\\n margin: 0;\\n overflow: hidden; }\\n\\n.video-js .vjs-control-bar {\\n display: none;\\n width: 100%;\\n position: absolute;\\n bottom: 0;\\n left: 0;\\n right: 0;\\n height: 3.0em;\\n background-color: #2B333F;\\n background-color: rgba(43, 51, 63, 0.7); }\\n\\n.vjs-has-started .vjs-control-bar {\\n display: flex;\\n visibility: visible;\\n opacity: 1;\\n transition: visibility 0.1s, opacity 0.1s; }\\n\\n.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {\\n visibility: visible;\\n opacity: 0;\\n transition: visibility 1s, opacity 1s; }\\n\\n.vjs-controls-disabled .vjs-control-bar,\\n.vjs-using-native-controls .vjs-control-bar,\\n.vjs-error .vjs-control-bar {\\n display: none !important; }\\n\\n.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {\\n opacity: 1;\\n visibility: visible; }\\n\\n.vjs-has-started.vjs-no-flex .vjs-control-bar {\\n display: table; }\\n\\n.video-js .vjs-control {\\n position: relative;\\n text-align: center;\\n margin: 0;\\n padding: 0;\\n height: 100%;\\n width: 4em;\\n flex: none; }\\n\\n.vjs-button > .vjs-icon-placeholder:before {\\n font-size: 1.8em;\\n line-height: 1.67; }\\n\\n.video-js .vjs-control:focus:before,\\n.video-js .vjs-control:hover:before,\\n.video-js .vjs-control:focus {\\n text-shadow: 0em 0em 1em white; }\\n\\n.video-js .vjs-control-text {\\n border: 0;\\n clip: rect(0 0 0 0);\\n height: 1px;\\n overflow: hidden;\\n padding: 0;\\n position: absolute;\\n width: 1px; }\\n\\n.vjs-no-flex .vjs-control {\\n display: table-cell;\\n vertical-align: middle; }\\n\\n.video-js .vjs-custom-control-spacer {\\n display: none; }\\n\\n.video-js .vjs-progress-control {\\n cursor: pointer;\\n flex: auto;\\n display: flex;\\n align-items: center;\\n min-width: 4em;\\n touch-action: none; }\\n\\n.video-js .vjs-progress-control.disabled {\\n cursor: default; }\\n\\n.vjs-live .vjs-progress-control {\\n display: none; }\\n\\n.vjs-liveui .vjs-progress-control {\\n display: flex;\\n align-items: center; }\\n\\n.vjs-no-flex .vjs-progress-control {\\n width: auto; }\\n\\n.video-js .vjs-progress-holder {\\n flex: auto;\\n transition: all 0.2s;\\n height: 0.3em; }\\n\\n.video-js .vjs-progress-control .vjs-progress-holder {\\n margin: 0 10px; }\\n\\n.video-js .vjs-progress-control:hover .vjs-progress-holder {\\n font-size: 1.666666666666666666em; }\\n\\n.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {\\n font-size: 1em; }\\n\\n.video-js .vjs-progress-holder .vjs-play-progress,\\n.video-js .vjs-progress-holder .vjs-load-progress,\\n.video-js .vjs-progress-holder .vjs-load-progress div {\\n position: absolute;\\n display: block;\\n height: 100%;\\n margin: 0;\\n padding: 0;\\n width: 0; }\\n\\n.video-js .vjs-play-progress {\\n background-color: #fff; }\\n .video-js .vjs-play-progress:before {\\n font-size: 0.9em;\\n position: absolute;\\n right: -0.5em;\\n top: -0.333333333333333em;\\n z-index: 1; }\\n\\n.video-js .vjs-load-progress {\\n background: rgba(115, 133, 159, 0.5); }\\n\\n.video-js .vjs-load-progress div {\\n background: rgba(115, 133, 159, 0.75); }\\n\\n.video-js .vjs-time-tooltip {\\n background-color: #fff;\\n background-color: rgba(255, 255, 255, 0.8);\\n border-radius: 0.3em;\\n color: #000;\\n float: right;\\n font-family: Arial, Helvetica, sans-serif;\\n font-size: 1em;\\n padding: 6px 8px 8px 8px;\\n pointer-events: none;\\n position: absolute;\\n top: -3.4em;\\n visibility: hidden;\\n z-index: 1; }\\n\\n.video-js .vjs-progress-holder:focus .vjs-time-tooltip {\\n display: none; }\\n\\n.video-js .vjs-progress-control:hover .vjs-time-tooltip,\\n.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {\\n display: block;\\n font-size: 0.6em;\\n visibility: visible; }\\n\\n.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {\\n font-size: 1em; }\\n\\n.video-js .vjs-progress-control .vjs-mouse-display {\\n display: none;\\n position: absolute;\\n width: 1px;\\n height: 100%;\\n background-color: #000;\\n z-index: 1; }\\n\\n.vjs-no-flex .vjs-progress-control .vjs-mouse-display {\\n z-index: 0; }\\n\\n.video-js .vjs-progress-control:hover .vjs-mouse-display {\\n display: block; }\\n\\n.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {\\n visibility: hidden;\\n opacity: 0;\\n transition: visibility 1s, opacity 1s; }\\n\\n.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {\\n display: none; }\\n\\n.vjs-mouse-display .vjs-time-tooltip {\\n color: #fff;\\n background-color: #000;\\n background-color: rgba(0, 0, 0, 0.8); }\\n\\n.video-js .vjs-slider {\\n position: relative;\\n cursor: pointer;\\n padding: 0;\\n margin: 0 0.45em 0 0.45em;\\n /* iOS Safari */\\n -webkit-touch-callout: none;\\n /* Safari */\\n -webkit-user-select: none;\\n /* Konqueror HTML */\\n /* Firefox */\\n -moz-user-select: none;\\n /* Internet Explorer/Edge */\\n -ms-user-select: none;\\n /* Non-prefixed version, currently supported by Chrome and Opera */\\n user-select: none;\\n background-color: #73859f;\\n background-color: rgba(115, 133, 159, 0.5); }\\n\\n.video-js .vjs-slider.disabled {\\n cursor: default; }\\n\\n.video-js .vjs-slider:focus {\\n text-shadow: 0em 0em 1em white;\\n box-shadow: 0 0 1em #fff; }\\n\\n.video-js .vjs-mute-control {\\n cursor: pointer;\\n flex: none; }\\n\\n.video-js .vjs-volume-control {\\n cursor: pointer;\\n margin-right: 1em;\\n display: flex; }\\n\\n.video-js .vjs-volume-control.vjs-volume-horizontal {\\n width: 5em; }\\n\\n.video-js .vjs-volume-panel .vjs-volume-control {\\n visibility: visible;\\n opacity: 0;\\n width: 1px;\\n height: 1px;\\n margin-left: -1px; }\\n\\n.video-js .vjs-volume-panel {\\n transition: width 1s; }\\n .video-js .vjs-volume-panel:hover .vjs-volume-control,\\n .video-js .vjs-volume-panel:active .vjs-volume-control,\\n .video-js .vjs-volume-panel:focus .vjs-volume-control,\\n .video-js .vjs-volume-panel .vjs-volume-control:hover,\\n .video-js .vjs-volume-panel .vjs-volume-control:active,\\n .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control,\\n .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {\\n visibility: visible;\\n opacity: 1;\\n position: relative;\\n transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s; }\\n .video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal,\\n .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,\\n .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,\\n .video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-horizontal,\\n .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,\\n .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-horizontal,\\n .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {\\n width: 5em;\\n height: 3em; }\\n .video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical,\\n .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,\\n .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical,\\n .video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical,\\n .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,\\n .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-vertical,\\n .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {\\n left: -3.5em; }\\n .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {\\n width: 9em;\\n transition: width 0.1s; }\\n .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {\\n width: 4em; }\\n\\n.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {\\n height: 8em;\\n width: 3em;\\n left: -3000em;\\n transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s; }\\n\\n.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {\\n transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s; }\\n\\n.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {\\n width: 5em;\\n height: 3em;\\n visibility: visible;\\n opacity: 1;\\n position: relative;\\n transition: none; }\\n\\n.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,\\n.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {\\n position: absolute;\\n bottom: 3em;\\n left: 0.5em; }\\n\\n.video-js .vjs-volume-panel {\\n display: flex; }\\n\\n.video-js .vjs-volume-bar {\\n margin: 1.35em 0.45em; }\\n\\n.vjs-volume-bar.vjs-slider-horizontal {\\n width: 5em;\\n height: 0.3em; }\\n\\n.vjs-volume-bar.vjs-slider-vertical {\\n width: 0.3em;\\n height: 5em;\\n margin: 1.35em auto; }\\n\\n.video-js .vjs-volume-level {\\n position: absolute;\\n bottom: 0;\\n left: 0;\\n background-color: #fff; }\\n .video-js .vjs-volume-level:before {\\n position: absolute;\\n font-size: 0.9em; }\\n\\n.vjs-slider-vertical .vjs-volume-level {\\n width: 0.3em; }\\n .vjs-slider-vertical .vjs-volume-level:before {\\n top: -0.5em;\\n left: -0.3em; }\\n\\n.vjs-slider-horizontal .vjs-volume-level {\\n height: 0.3em; }\\n .vjs-slider-horizontal .vjs-volume-level:before {\\n top: -0.3em;\\n right: -0.5em; }\\n\\n.video-js .vjs-volume-panel.vjs-volume-panel-vertical {\\n width: 4em; }\\n\\n.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {\\n height: 100%; }\\n\\n.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {\\n width: 100%; }\\n\\n.video-js .vjs-volume-vertical {\\n width: 3em;\\n height: 8em;\\n bottom: 8em;\\n background-color: #2B333F;\\n background-color: rgba(43, 51, 63, 0.7); }\\n\\n.video-js .vjs-volume-horizontal .vjs-menu {\\n left: -2em; }\\n\\n.vjs-poster {\\n display: inline-block;\\n vertical-align: middle;\\n background-repeat: no-repeat;\\n background-position: 50% 50%;\\n background-size: contain;\\n background-color: #000000;\\n cursor: pointer;\\n margin: 0;\\n padding: 0;\\n position: absolute;\\n top: 0;\\n right: 0;\\n bottom: 0;\\n left: 0;\\n height: 100%; }\\n\\n.vjs-has-started .vjs-poster {\\n display: none; }\\n\\n.vjs-audio.vjs-has-started .vjs-poster {\\n display: block; }\\n\\n.vjs-using-native-controls .vjs-poster {\\n display: none; }\\n\\n.video-js .vjs-live-control {\\n display: flex;\\n align-items: flex-start;\\n flex: auto;\\n font-size: 1em;\\n line-height: 3em; }\\n\\n.vjs-no-flex .vjs-live-control {\\n display: table-cell;\\n width: auto;\\n text-align: left; }\\n\\n.video-js:not(.vjs-live) .vjs-live-control,\\n.video-js.vjs-liveui .vjs-live-control {\\n display: none; }\\n\\n.video-js .vjs-seek-to-live-control {\\n cursor: pointer;\\n flex: none;\\n display: inline-flex;\\n height: 100%;\\n padding-left: 0.5em;\\n padding-right: 0.5em;\\n font-size: 1em;\\n line-height: 3em;\\n width: auto;\\n min-width: 4em; }\\n\\n.vjs-no-flex .vjs-seek-to-live-control {\\n display: table-cell;\\n width: auto;\\n text-align: left; }\\n\\n.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,\\n.video-js:not(.vjs-live) .vjs-seek-to-live-control {\\n display: none; }\\n\\n.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {\\n cursor: auto; }\\n\\n.vjs-seek-to-live-control .vjs-icon-placeholder {\\n margin-right: 0.5em;\\n color: #888; }\\n\\n.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {\\n color: red; }\\n\\n.video-js .vjs-time-control {\\n flex: none;\\n font-size: 1em;\\n line-height: 3em;\\n min-width: 2em;\\n width: auto;\\n padding-left: 1em;\\n padding-right: 1em; }\\n\\n.vjs-live .vjs-time-control {\\n display: none; }\\n\\n.video-js .vjs-current-time,\\n.vjs-no-flex .vjs-current-time {\\n display: none; }\\n\\n.video-js .vjs-duration,\\n.vjs-no-flex .vjs-duration {\\n display: none; }\\n\\n.vjs-time-divider {\\n display: none;\\n line-height: 3em; }\\n\\n.vjs-live .vjs-time-divider {\\n display: none; }\\n\\n.video-js .vjs-play-control {\\n cursor: pointer; }\\n\\n.video-js .vjs-play-control .vjs-icon-placeholder {\\n flex: none; }\\n\\n.vjs-text-track-display {\\n position: absolute;\\n bottom: 3em;\\n left: 0;\\n right: 0;\\n top: 0;\\n pointer-events: none; }\\n\\n.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {\\n bottom: 1em; }\\n\\n.video-js .vjs-text-track {\\n font-size: 1.4em;\\n text-align: center;\\n margin-bottom: 0.1em; }\\n\\n.vjs-subtitles {\\n color: #fff; }\\n\\n.vjs-captions {\\n color: #fc6; }\\n\\n.vjs-tt-cue {\\n display: block; }\\n\\nvideo::-webkit-media-text-track-display {\\n -webkit-transform: translateY(-3em);\\n transform: translateY(-3em); }\\n\\n.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {\\n -webkit-transform: translateY(-1.5em);\\n transform: translateY(-1.5em); }\\n\\n.video-js .vjs-fullscreen-control {\\n cursor: pointer;\\n flex: none; }\\n\\n.vjs-playback-rate > .vjs-menu-button,\\n.vjs-playback-rate .vjs-playback-rate-value {\\n position: absolute;\\n top: 0;\\n left: 0;\\n width: 100%;\\n height: 100%; }\\n\\n.vjs-playback-rate .vjs-playback-rate-value {\\n pointer-events: none;\\n font-size: 1.5em;\\n line-height: 2;\\n text-align: center; }\\n\\n.vjs-playback-rate .vjs-menu {\\n width: 4em;\\n left: 0em; }\\n\\n.vjs-error .vjs-error-display .vjs-modal-dialog-content {\\n font-size: 1.4em;\\n text-align: center; }\\n\\n.vjs-error .vjs-error-display:before {\\n color: #fff;\\n content: 'X';\\n font-family: Arial, Helvetica, sans-serif;\\n font-size: 4em;\\n left: 0;\\n line-height: 1;\\n margin-top: -0.5em;\\n position: absolute;\\n text-shadow: 0.05em 0.05em 0.1em #000;\\n text-align: center;\\n top: 50%;\\n vertical-align: middle;\\n width: 100%; }\\n\\n.vjs-loading-spinner {\\n display: none;\\n position: absolute;\\n top: 50%;\\n left: 50%;\\n margin: -25px 0 0 -25px;\\n opacity: 0.85;\\n text-align: left;\\n border: 6px solid rgba(43, 51, 63, 0.7);\\n box-sizing: border-box;\\n background-clip: padding-box;\\n width: 50px;\\n height: 50px;\\n border-radius: 25px;\\n visibility: hidden; }\\n\\n.vjs-seeking .vjs-loading-spinner,\\n.vjs-waiting .vjs-loading-spinner {\\n display: block;\\n -webkit-animation: 0s linear 0.3s forwards vjs-spinner-show;\\n animation: 0s linear 0.3s forwards vjs-spinner-show; }\\n\\n.vjs-loading-spinner:before,\\n.vjs-loading-spinner:after {\\n content: \\\"\\\";\\n position: absolute;\\n margin: -6px;\\n box-sizing: inherit;\\n width: inherit;\\n height: inherit;\\n border-radius: inherit;\\n opacity: 1;\\n border: inherit;\\n border-color: transparent;\\n border-top-color: white; }\\n\\n.vjs-seeking .vjs-loading-spinner:before,\\n.vjs-seeking .vjs-loading-spinner:after,\\n.vjs-waiting .vjs-loading-spinner:before,\\n.vjs-waiting .vjs-loading-spinner:after {\\n -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;\\n animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite; }\\n\\n.vjs-seeking .vjs-loading-spinner:before,\\n.vjs-waiting .vjs-loading-spinner:before {\\n border-top-color: white; }\\n\\n.vjs-seeking .vjs-loading-spinner:after,\\n.vjs-waiting .vjs-loading-spinner:after {\\n border-top-color: white;\\n -webkit-animation-delay: 0.44s;\\n animation-delay: 0.44s; }\\n\\n@keyframes vjs-spinner-show {\\n to {\\n visibility: visible; } }\\n\\n@-webkit-keyframes vjs-spinner-show {\\n to {\\n visibility: visible; } }\\n\\n@keyframes vjs-spinner-spin {\\n 100% {\\n -webkit-transform: rotate(360deg);\\n transform: rotate(360deg); } }\\n\\n@-webkit-keyframes vjs-spinner-spin {\\n 100% {\\n -webkit-transform: rotate(360deg); } }\\n\\n@keyframes vjs-spinner-fade {\\n 0% {\\n border-top-color: #73859f; }\\n 20% {\\n border-top-color: #73859f; }\\n 35% {\\n border-top-color: white; }\\n 60% {\\n border-top-color: #73859f; }\\n 100% {\\n border-top-color: #73859f; } }\\n\\n@-webkit-keyframes vjs-spinner-fade {\\n 0% {\\n border-top-color: #73859f; }\\n 20% {\\n border-top-color: #73859f; }\\n 35% {\\n border-top-color: white; }\\n 60% {\\n border-top-color: #73859f; }\\n 100% {\\n border-top-color: #73859f; } }\\n\\n.vjs-chapters-button .vjs-menu ul {\\n width: 24em; }\\n\\n.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {\\n vertical-align: middle;\\n display: inline-block;\\n margin-bottom: -0.1em; }\\n\\n.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {\\n font-family: VideoJS;\\n content: \\\"\\\\f10d\\\";\\n font-size: 1.5em;\\n line-height: inherit; }\\n\\n.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {\\n vertical-align: middle;\\n display: inline-block;\\n margin-bottom: -0.1em; }\\n\\n.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {\\n font-family: VideoJS;\\n content: \\\" \\\\f11d\\\";\\n font-size: 1.5em;\\n line-height: inherit; }\\n\\n.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {\\n flex: auto;\\n display: block; }\\n\\n.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {\\n width: auto; }\\n\\n.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,\\n.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,\\n.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-panel,\\n.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,\\n.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subs-caps-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button {\\n display: none; }\\n\\n.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,\\n.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,\\n.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-panel,\\n.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,\\n.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subs-caps-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button {\\n display: none; }\\n\\n.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,\\n.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,\\n.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-panel,\\n.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,\\n.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-audio-button {\\n display: none; }\\n\\n.vjs-modal-dialog.vjs-text-track-settings {\\n background-color: #2B333F;\\n background-color: rgba(43, 51, 63, 0.75);\\n color: #fff;\\n height: 70%; }\\n\\n.vjs-text-track-settings .vjs-modal-dialog-content {\\n display: table; }\\n\\n.vjs-text-track-settings .vjs-track-settings-colors,\\n.vjs-text-track-settings .vjs-track-settings-font,\\n.vjs-text-track-settings .vjs-track-settings-controls {\\n display: table-cell; }\\n\\n.vjs-text-track-settings .vjs-track-settings-controls {\\n text-align: right;\\n vertical-align: bottom; }\\n\\n@supports (display: grid) {\\n .vjs-text-track-settings .vjs-modal-dialog-content {\\n display: grid;\\n grid-template-columns: 1fr 1fr;\\n grid-template-rows: 1fr;\\n padding: 20px 24px 0px 24px; }\\n .vjs-track-settings-controls .vjs-default-button {\\n margin-bottom: 20px; }\\n .vjs-text-track-settings .vjs-track-settings-controls {\\n grid-column: 1 / -1; }\\n .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,\\n .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,\\n .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {\\n grid-template-columns: 1fr; } }\\n\\n.vjs-track-setting > select {\\n margin-right: 1em;\\n margin-bottom: 0.5em; }\\n\\n.vjs-text-track-settings fieldset {\\n margin: 5px;\\n padding: 3px;\\n border: none; }\\n\\n.vjs-text-track-settings fieldset span {\\n display: inline-block; }\\n\\n.vjs-text-track-settings fieldset span > select {\\n max-width: 7.3em; }\\n\\n.vjs-text-track-settings legend {\\n color: #fff;\\n margin: 0 0 5px 0; }\\n\\n.vjs-text-track-settings .vjs-label {\\n position: absolute;\\n clip: rect(1px 1px 1px 1px);\\n clip: rect(1px, 1px, 1px, 1px);\\n display: block;\\n margin: 0 0 5px 0;\\n padding: 0;\\n border: 0;\\n height: 1px;\\n width: 1px;\\n overflow: hidden; }\\n\\n.vjs-track-settings-controls button:focus,\\n.vjs-track-settings-controls button:active {\\n outline-style: solid;\\n outline-width: medium;\\n background-image: linear-gradient(0deg, #fff 88%, #73859f 100%); }\\n\\n.vjs-track-settings-controls button:hover {\\n color: rgba(43, 51, 63, 0.75); }\\n\\n.vjs-track-settings-controls button {\\n background-color: #fff;\\n background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);\\n color: #2B333F;\\n cursor: pointer;\\n border-radius: 2px; }\\n\\n.vjs-track-settings-controls .vjs-default-button {\\n margin-right: 1em; }\\n\\n@media print {\\n .video-js > *:not(.vjs-tech):not(.vjs-poster) {\\n visibility: hidden; } }\\n\\n.vjs-resize-manager {\\n position: absolute;\\n top: 0;\\n left: 0;\\n width: 100%;\\n height: 100%;\\n border: none;\\n z-index: -1000; }\\n\\n.js-focus-visible .video-js *:focus:not(.focus-visible) {\\n outline: none;\\n background: none; }\\n\\n.video-js *:focus:not(:focus-visible),\\n.video-js .vjs-menu *:focus:not(:focus-visible) {\\n outline: none;\\n background: none; }\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","\"use strict\";\n\n/*\n MIT License http://www.opensource.org/licenses/mit-license.php\n Author Tobias Koppers @sokra\n*/\n// css base code, injected by the css-loader\n// eslint-disable-next-line func-names\nmodule.exports = function (useSourceMap) {\n var list = []; // return the list of modules as css string\n\n list.toString = function toString() {\n return this.map(function (item) {\n var content = cssWithMappingToString(item, useSourceMap);\n\n if (item[2]) {\n return \"@media \".concat(item[2], \" {\").concat(content, \"}\");\n }\n\n return content;\n }).join('');\n }; // import a list of modules into the list\n // eslint-disable-next-line func-names\n\n\n list.i = function (modules, mediaQuery, dedupe) {\n if (typeof modules === 'string') {\n // eslint-disable-next-line no-param-reassign\n modules = [[null, modules, '']];\n }\n\n var alreadyImportedModules = {};\n\n if (dedupe) {\n for (var i = 0; i < this.length; i++) {\n // eslint-disable-next-line prefer-destructuring\n var id = this[i][0];\n\n if (id != null) {\n alreadyImportedModules[id] = true;\n }\n }\n }\n\n for (var _i = 0; _i < modules.length; _i++) {\n var item = [].concat(modules[_i]);\n\n if (dedupe && alreadyImportedModules[item[0]]) {\n // eslint-disable-next-line no-continue\n continue;\n }\n\n if (mediaQuery) {\n if (!item[2]) {\n item[2] = mediaQuery;\n } else {\n item[2] = \"\".concat(mediaQuery, \" and \").concat(item[2]);\n }\n }\n\n list.push(item);\n }\n };\n\n return list;\n};\n\nfunction cssWithMappingToString(item, useSourceMap) {\n var content = item[1] || ''; // eslint-disable-next-line prefer-destructuring\n\n var cssMapping = item[3];\n\n if (!cssMapping) {\n return content;\n }\n\n if (useSourceMap && typeof btoa === 'function') {\n var sourceMapping = toComment(cssMapping);\n var sourceURLs = cssMapping.sources.map(function (source) {\n return \"/*# sourceURL=\".concat(cssMapping.sourceRoot || '').concat(source, \" */\");\n });\n return [content].concat(sourceURLs).concat([sourceMapping]).join('\\n');\n }\n\n return [content].join('\\n');\n} // Adapted from convert-source-map (MIT)\n\n\nfunction toComment(sourceMap) {\n // eslint-disable-next-line no-undef\n var base64 = btoa(unescape(encodeURIComponent(JSON.stringify(sourceMap))));\n var data = \"sourceMappingURL=data:application/json;charset=utf-8;base64,\".concat(base64);\n return \"/*# \".concat(data, \" */\");\n}","import api from \"!../../style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import content from \"!!../../css-loader/dist/cjs.js!./video-js.css\";\n\nvar options = {};\n\noptions.insert = \"head\";\noptions.singleton = false;\n\nvar update = api(content, options);\n\n\n\nexport default content.locals || {};","\"use strict\";\n\nvar isOldIE = function isOldIE() {\n var memo;\n return function memorize() {\n if (typeof memo === 'undefined') {\n // Test for IE <= 9 as proposed by Browserhacks\n // @see http://browserhacks.com/#hack-e71d8692f65334173fee715c222cb805\n // Tests for existence of standard globals is to allow style-loader\n // to operate correctly into non-standard environments\n // @see https://github.com/webpack-contrib/style-loader/issues/177\n memo = Boolean(window && document && document.all && !window.atob);\n }\n\n return memo;\n };\n}();\n\nvar getTarget = function getTarget() {\n var memo = {};\n return function memorize(target) {\n if (typeof memo[target] === 'undefined') {\n var styleTarget = document.querySelector(target); // Special case to return head of iframe instead of iframe itself\n\n if (window.HTMLIFrameElement && styleTarget instanceof window.HTMLIFrameElement) {\n try {\n // This will throw an exception if access to iframe is blocked\n // due to cross-origin restrictions\n styleTarget = styleTarget.contentDocument.head;\n } catch (e) {\n // istanbul ignore next\n styleTarget = null;\n }\n }\n\n memo[target] = styleTarget;\n }\n\n return memo[target];\n };\n}();\n\nvar stylesInDom = [];\n\nfunction getIndexByIdentifier(identifier) {\n var result = -1;\n\n for (var i = 0; i < stylesInDom.length; i++) {\n if (stylesInDom[i].identifier === identifier) {\n result = i;\n break;\n }\n }\n\n return result;\n}\n\nfunction modulesToDom(list, options) {\n var idCountMap = {};\n var identifiers = [];\n\n for (var i = 0; i < list.length; i++) {\n var item = list[i];\n var id = options.base ? item[0] + options.base : item[0];\n var count = idCountMap[id] || 0;\n var identifier = \"\".concat(id, \" \").concat(count);\n idCountMap[id] = count + 1;\n var index = getIndexByIdentifier(identifier);\n var obj = {\n css: item[1],\n media: item[2],\n sourceMap: item[3]\n };\n\n if (index !== -1) {\n stylesInDom[index].references++;\n stylesInDom[index].updater(obj);\n } else {\n stylesInDom.push({\n identifier: identifier,\n updater: addStyle(obj, options),\n references: 1\n });\n }\n\n identifiers.push(identifier);\n }\n\n return identifiers;\n}\n\nfunction insertStyleElement(options) {\n var style = document.createElement('style');\n var attributes = options.attributes || {};\n\n if (typeof attributes.nonce === 'undefined') {\n var nonce = typeof __webpack_nonce__ !== 'undefined' ? __webpack_nonce__ : null;\n\n if (nonce) {\n attributes.nonce = nonce;\n }\n }\n\n Object.keys(attributes).forEach(function (key) {\n style.setAttribute(key, attributes[key]);\n });\n\n if (typeof options.insert === 'function') {\n options.insert(style);\n } else {\n var target = getTarget(options.insert || 'head');\n\n if (!target) {\n throw new Error(\"Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.\");\n }\n\n target.appendChild(style);\n }\n\n return style;\n}\n\nfunction removeStyleElement(style) {\n // istanbul ignore if\n if (style.parentNode === null) {\n return false;\n }\n\n style.parentNode.removeChild(style);\n}\n/* istanbul ignore next */\n\n\nvar replaceText = function replaceText() {\n var textStore = [];\n return function replace(index, replacement) {\n textStore[index] = replacement;\n return textStore.filter(Boolean).join('\\n');\n };\n}();\n\nfunction applyToSingletonTag(style, index, remove, obj) {\n var css = remove ? '' : obj.media ? \"@media \".concat(obj.media, \" {\").concat(obj.css, \"}\") : obj.css; // For old IE\n\n /* istanbul ignore if */\n\n if (style.styleSheet) {\n style.styleSheet.cssText = replaceText(index, css);\n } else {\n var cssNode = document.createTextNode(css);\n var childNodes = style.childNodes;\n\n if (childNodes[index]) {\n style.removeChild(childNodes[index]);\n }\n\n if (childNodes.length) {\n style.insertBefore(cssNode, childNodes[index]);\n } else {\n style.appendChild(cssNode);\n }\n }\n}\n\nfunction applyToTag(style, options, obj) {\n var css = obj.css;\n var media = obj.media;\n var sourceMap = obj.sourceMap;\n\n if (media) {\n style.setAttribute('media', media);\n } else {\n style.removeAttribute('media');\n }\n\n if (sourceMap && typeof btoa !== 'undefined') {\n css += \"\\n/*# sourceMappingURL=data:application/json;base64,\".concat(btoa(unescape(encodeURIComponent(JSON.stringify(sourceMap)))), \" */\");\n } // For old IE\n\n /* istanbul ignore if */\n\n\n if (style.styleSheet) {\n style.styleSheet.cssText = css;\n } else {\n while (style.firstChild) {\n style.removeChild(style.firstChild);\n }\n\n style.appendChild(document.createTextNode(css));\n }\n}\n\nvar singleton = null;\nvar singletonCounter = 0;\n\nfunction addStyle(obj, options) {\n var style;\n var update;\n var remove;\n\n if (options.singleton) {\n var styleIndex = singletonCounter++;\n style = singleton || (singleton = insertStyleElement(options));\n update = applyToSingletonTag.bind(null, style, styleIndex, false);\n remove = applyToSingletonTag.bind(null, style, styleIndex, true);\n } else {\n style = insertStyleElement(options);\n update = applyToTag.bind(null, style, options);\n\n remove = function remove() {\n removeStyleElement(style);\n };\n }\n\n update(obj);\n return function updateStyle(newObj) {\n if (newObj) {\n if (newObj.css === obj.css && newObj.media === obj.media && newObj.sourceMap === obj.sourceMap) {\n return;\n }\n\n update(obj = newObj);\n } else {\n remove();\n }\n };\n}\n\nmodule.exports = function (list, options) {\n options = options || {}; // Force single-tag solution on IE6-9, which has a hard limit on the # of <style>\n // tags it will allow on a page\n\n if (!options.singleton && typeof options.singleton !== 'boolean') {\n options.singleton = isOldIE();\n }\n\n list = list || [];\n var lastIdentifiers = modulesToDom(list, options);\n return function update(newList) {\n newList = newList || [];\n\n if (Object.prototype.toString.call(newList) !== '[object Array]') {\n return;\n }\n\n for (var i = 0; i < lastIdentifiers.length; i++) {\n var identifier = lastIdentifiers[i];\n var index = getIndexByIdentifier(identifier);\n stylesInDom[index].references--;\n }\n\n var newLastIdentifiers = modulesToDom(newList, options);\n\n for (var _i = 0; _i < lastIdentifiers.length; _i++) {\n var _identifier = lastIdentifiers[_i];\n\n var _index = getIndexByIdentifier(_identifier);\n\n if (stylesInDom[_index].references === 0) {\n stylesInDom[_index].updater();\n\n stylesInDom.splice(_index, 1);\n }\n }\n\n lastIdentifiers = newLastIdentifiers;\n };\n};"],"names":["___CSS_LOADER_EXPORT___","push","module","id","exports","useSourceMap","list","toString","this","map","item","content","cssMapping","btoa","sourceMapping","sourceMap","base64","unescape","encodeURIComponent","JSON","stringify","data","concat","sourceURLs","sources","source","sourceRoot","join","cssWithMappingToString","i","modules","mediaQuery","dedupe","alreadyImportedModules","length","_i","options","memo","isOldIE","Boolean","window","document","all","atob","getTarget","target","styleTarget","querySelector","HTMLIFrameElement","contentDocument","head","e","stylesInDom","getIndexByIdentifier","identifier","result","modulesToDom","idCountMap","identifiers","base","count","index","obj","css","media","references","updater","addStyle","insertStyleElement","style","createElement","attributes","nonce","Object","keys","forEach","key","setAttribute","insert","Error","appendChild","textStore","replaceText","replacement","filter","applyToSingletonTag","remove","styleSheet","cssText","cssNode","createTextNode","childNodes","removeChild","insertBefore","applyToTag","removeAttribute","firstChild","singleton","singletonCounter","update","styleIndex","bind","parentNode","removeStyleElement","newObj","lastIdentifiers","newList","prototype","call","newLastIdentifiers","_index","splice"],"sourceRoot":""} \ No newline at end of file
diff --git a/js/files_videoplayer-vendors-node_modules_video_js_dist_video_es_js.js b/js/files_videoplayer-vendors-node_modules_video_js_dist_video_es_js.js
new file mode 100644
index 0000000..6e7e1ee
--- /dev/null
+++ b/js/files_videoplayer-vendors-node_modules_video_js_dist_video_es_js.js
@@ -0,0 +1,3 @@
+/*! For license information please see files_videoplayer-vendors-node_modules_video_js_dist_video_es_js.js.LICENSE.txt */
+(self.webpackChunkfiles_videoplayer=self.webpackChunkfiles_videoplayer||[]).push([["vendors-node_modules_video_js_dist_video_es_js"],{4029:(e,t,i)=>{"use strict";var n=i(5320),r=Object.prototype.toString,a=Object.prototype.hasOwnProperty,s=function(e,t,i){for(var n=0,r=e.length;n<r;n++)a.call(e,n)&&(null==i?t(e[n],n,e):t.call(i,e[n],n,e))},o=function(e,t,i){for(var n=0,r=e.length;n<r;n++)null==i?t(e.charAt(n),n,e):t.call(i,e.charAt(n),n,e)},u=function(e,t,i){for(var n in e)a.call(e,n)&&(null==i?t(e[n],n,e):t.call(i,e[n],n,e))};e.exports=function(e,t,i){if(!n(t))throw new TypeError("iterator must be a function");var a;arguments.length>=3&&(a=i),"[object Array]"===r.call(e)?s(e,t,a):"string"==typeof e?o(e,t,a):u(e,t,a)}},9144:(e,t,i)=>{var n,r=void 0!==i.g?i.g:"undefined"!=typeof window?window:{},a=i(5893);"undefined"!=typeof document?n=document:(n=r["__GLOBAL_DOCUMENT_CACHE@4"])||(n=r["__GLOBAL_DOCUMENT_CACHE@4"]=a),e.exports=n},8908:(e,t,i)=>{var n;n="undefined"!=typeof window?window:void 0!==i.g?i.g:"undefined"!=typeof self?self:{},e.exports=n},5320:e=>{"use strict";var t,i,n=Function.prototype.toString,r="object"==typeof Reflect&&null!==Reflect&&Reflect.apply;if("function"==typeof r&&"function"==typeof Object.defineProperty)try{t=Object.defineProperty({},"length",{get:function(){throw i}}),i={},r((function(){throw 42}),null,t)}catch(e){e!==i&&(r=null)}else r=null;var a=/^\s*class\b/,s=function(e){try{var t=n.call(e);return a.test(t)}catch(e){return!1}},o=Object.prototype.toString,u="function"==typeof Symbol&&"symbol"==typeof Symbol.toStringTag,l="object"==typeof document&&void 0===document.all&&void 0!==document.all?document.all:{};e.exports=r?function(e){if(e===l)return!0;if(!e)return!1;if("function"!=typeof e&&"object"!=typeof e)return!1;if("function"==typeof e&&!e.prototype)return!0;try{r(e,null,t)}catch(e){if(e!==i)return!1}return!s(e)}:function(e){if(e===l)return!0;if(!e)return!1;if("function"!=typeof e&&"object"!=typeof e)return!1;if("function"==typeof e&&!e.prototype)return!0;if(u)return function(e){try{return!s(e)&&(n.call(e),!0)}catch(e){return!1}}(e);if(s(e))return!1;var t=o.call(e);return"[object Function]"===t||"[object GeneratorFunction]"===t}},7376:e=>{e.exports=function(e){var i=t.call(e);return"[object Function]"===i||"function"==typeof e&&"[object RegExp]"!==i||"undefined"!=typeof window&&(e===window.setTimeout||e===window.alert||e===window.confirm||e===window.prompt)};var t=Object.prototype.toString},4827:(e,t,i)=>{"use strict";var n,r=i(1961),a=i(5220);(n=function(){var e=new Uint8Array,t=0;n.prototype.init.call(this),this.setTimestamp=function(e){t=e},this.push=function(i){var n,r,s,o,u=0,l=0;for(e.length?(o=e.length,(e=new Uint8Array(i.byteLength+o)).set(e.subarray(0,o)),e.set(i,o)):e=i;e.length-l>=3;)if(e[l]!=="I".charCodeAt(0)||e[l+1]!=="D".charCodeAt(0)||e[l+2]!=="3".charCodeAt(0))if(255!=(255&e[l])||240!=(240&e[l+1]))l++;else{if(e.length-l<7)break;if(l+(u=a.parseAdtsSize(e,l))>e.length)break;s={type:"audio",data:e.subarray(l,l+u),pts:t,dts:t},this.trigger("data",s),l+=u}else{if(e.length-l<10)break;if(l+(u=a.parseId3TagSize(e,l))>e.length)break;r={type:"timed-metadata",data:e.subarray(l,l+u)},this.trigger("data",r),l+=u}n=e.length-l,e=n>0?e.subarray(l):new Uint8Array}}).prototype=new r,e.exports=n},5220:e=>{"use strict";var t=[96e3,88200,64e3,48e3,44100,32e3,24e3,22050,16e3,12e3,11025,8e3,7350],i=function(e){return e[0]<<21|e[1]<<14|e[2]<<7|e[3]};e.exports={isLikelyAacData:function(e){return e[0]==="I".charCodeAt(0)&&e[1]==="D".charCodeAt(0)&&e[2]==="3".charCodeAt(0)},parseId3TagSize:function(e,t){var i=e[t+6]<<21|e[t+7]<<14|e[t+8]<<7|e[t+9];return(16&e[t+5])>>4?i+20:i+10},parseAdtsSize:function(e,t){var i=(224&e[t+5])>>5,n=e[t+4]<<3;return 6144&e[t+3]|n|i},parseType:function(e,t){return e[t]==="I".charCodeAt(0)&&e[t+1]==="D".charCodeAt(0)&&e[t+2]==="3".charCodeAt(0)?"timed-metadata":!0&e[t]&&240==(240&e[t+1])?"audio":null},parseSampleRate:function(e){for(var i=0;i+5<e.length;){if(255===e[i]&&240==(246&e[i+1]))return t[(60&e[i+2])>>>2];i++}return null},parseAacTimestamp:function(e){var t,n,r;t=10,64&e[5]&&(t+=4,t+=i(e.subarray(10,14)));do{if((n=i(e.subarray(t+4,t+8)))<1)return null;if("PRIV"===String.fromCharCode(e[t],e[t+1],e[t+2],e[t+3])){r=e.subarray(t+10,t+n+10);for(var a=0;a<r.byteLength;a++)if(0===r[a]){if("com.apple.streaming.transportStreamTimestamp"===unescape(function(e,t,i){var n,r="";for(n=t;n<i;n++)r+="%"+("00"+e[n].toString(16)).slice(-2);return r}(r,0,a))){var s=r.subarray(a+1),o=(1&s[3])<<30|s[4]<<22|s[5]<<14|s[6]<<6|s[7]>>>2;return o*=4,o+=3&s[7]}break}}t+=10,t+=n}while(t<e.byteLength);return null}}},4886:(e,t,i)=>{"use strict";var n,r=i(1961),a=[96e3,88200,64e3,48e3,44100,32e3,24e3,22050,16e3,12e3,11025,8e3,7350];(n=function(){var e;n.prototype.init.call(this),this.push=function(t){var i,n,r,s,o,u,l=0,c=0;if("audio"===t.type)for(e?(s=e,(e=new Uint8Array(s.byteLength+t.data.byteLength)).set(s),e.set(t.data,s.byteLength)):e=t.data;l+5<e.length;)if(255===e[l]&&240==(246&e[l+1])){if(n=2*(1&~e[l+1]),i=(3&e[l+3])<<11|e[l+4]<<3|(224&e[l+5])>>5,u=9e4*(o=1024*(1+(3&e[l+6])))/a[(60&e[l+2])>>>2],r=l+i,e.byteLength<r)return;if(this.trigger("data",{pts:t.pts+c*u,dts:t.dts+c*u,sampleCount:o,audioobjecttype:1+(e[l+2]>>>6&3),channelcount:(1&e[l+2])<<2|(192&e[l+3])>>>6,samplerate:a[(60&e[l+2])>>>2],samplingfrequencyindex:(60&e[l+2])>>>2,samplesize:16,data:e.subarray(l+7+n,r)}),e.byteLength===r)return void(e=void 0);c++,e=e.subarray(r)}else l++},this.flush=function(){this.trigger("done")}}).prototype=new r,e.exports=n},6618:(e,t,i)=>{"use strict";var n,r,a,s=i(1961),o=i(9798);(r=function(){var e,t,i=0;r.prototype.init.call(this),this.push=function(n){var r;for(t?((r=new Uint8Array(t.byteLength+n.data.byteLength)).set(t),r.set(n.data,t.byteLength),t=r):t=n.data;i<t.byteLength-3;i++)if(1===t[i+2]){e=i+5;break}for(;e<t.byteLength;)switch(t[e]){case 0:if(0!==t[e-1]){e+=2;break}if(0!==t[e-2]){e++;break}i+3!==e-2&&this.trigger("data",t.subarray(i+3,e-2));do{e++}while(1!==t[e]&&e<t.length);i=e-2,e+=3;break;case 1:if(0!==t[e-1]||0!==t[e-2]){e+=3;break}this.trigger("data",t.subarray(i+3,e-2)),i=e-2,e+=3;break;default:e+=3}t=t.subarray(i),e-=i,i=0},this.flush=function(){t&&t.byteLength>3&&this.trigger("data",t.subarray(i+3)),t=null,i=0,this.trigger("done")}}).prototype=new s,a={100:!0,110:!0,122:!0,244:!0,44:!0,83:!0,86:!0,118:!0,128:!0,138:!0,139:!0,134:!0},(n=function(){var e,t,i,s,u,l,c,h=new r;n.prototype.init.call(this),e=this,this.push=function(e){"video"===e.type&&(t=e.trackId,i=e.pts,s=e.dts,h.push(e))},h.on("data",(function(n){var r={trackId:t,pts:i,dts:s,data:n};switch(31&n[0]){case 5:r.nalUnitType="slice_layer_without_partitioning_rbsp_idr";break;case 6:r.nalUnitType="sei_rbsp",r.escapedRBSP=u(n.subarray(1));break;case 7:r.nalUnitType="seq_parameter_set_rbsp",r.escapedRBSP=u(n.subarray(1)),r.config=l(r.escapedRBSP);break;case 8:r.nalUnitType="pic_parameter_set_rbsp";break;case 9:r.nalUnitType="access_unit_delimiter_rbsp"}e.trigger("data",r)})),h.on("done",(function(){e.trigger("done")})),this.flush=function(){h.flush()},c=function(e,t){var i,n=8,r=8;for(i=0;i<e;i++)0!==r&&(r=(n+t.readExpGolomb()+256)%256),n=0===r?n:r},u=function(e){for(var t,i,n=e.byteLength,r=[],a=1;a<n-2;)0===e[a]&&0===e[a+1]&&3===e[a+2]?(r.push(a+2),a+=2):a++;if(0===r.length)return e;t=n-r.length,i=new Uint8Array(t);var s=0;for(a=0;a<t;s++,a++)s===r[0]&&(s++,r.shift()),i[a]=e[s];return i},l=function(e){var t,i,n,r,s,u,l,h,d,p,f,m,g,y=0,v=0,_=0,b=0,T=1;if(i=(t=new o(e)).readUnsignedByte(),r=t.readUnsignedByte(),n=t.readUnsignedByte(),t.skipUnsignedExpGolomb(),a[i]&&(3===(s=t.readUnsignedExpGolomb())&&t.skipBits(1),t.skipUnsignedExpGolomb(),t.skipUnsignedExpGolomb(),t.skipBits(1),t.readBoolean()))for(f=3!==s?8:12,g=0;g<f;g++)t.readBoolean()&&c(g<6?16:64,t);if(t.skipUnsignedExpGolomb(),0===(u=t.readUnsignedExpGolomb()))t.readUnsignedExpGolomb();else if(1===u)for(t.skipBits(1),t.skipExpGolomb(),t.skipExpGolomb(),l=t.readUnsignedExpGolomb(),g=0;g<l;g++)t.skipExpGolomb();if(t.skipUnsignedExpGolomb(),t.skipBits(1),h=t.readUnsignedExpGolomb(),d=t.readUnsignedExpGolomb(),0===(p=t.readBits(1))&&t.skipBits(1),t.skipBits(1),t.readBoolean()&&(y=t.readUnsignedExpGolomb(),v=t.readUnsignedExpGolomb(),_=t.readUnsignedExpGolomb(),b=t.readUnsignedExpGolomb()),t.readBoolean()&&t.readBoolean()){switch(t.readUnsignedByte()){case 1:m=[1,1];break;case 2:m=[12,11];break;case 3:m=[10,11];break;case 4:m=[16,11];break;case 5:m=[40,33];break;case 6:m=[24,11];break;case 7:m=[20,11];break;case 8:m=[32,11];break;case 9:m=[80,33];break;case 10:m=[18,11];break;case 11:m=[15,11];break;case 12:m=[64,33];break;case 13:m=[160,99];break;case 14:m=[4,3];break;case 15:m=[3,2];break;case 16:m=[2,1];break;case 255:m=[t.readUnsignedByte()<<8|t.readUnsignedByte(),t.readUnsignedByte()<<8|t.readUnsignedByte()]}m&&(T=m[0]/m[1])}return{profileIdc:i,levelIdc:n,profileCompatibility:r,width:Math.ceil((16*(h+1)-2*y-2*v)*T),height:(2-p)*(d+1)*16-2*_-2*b}}}).prototype=new s,e.exports={H264Stream:n,NalByteStream:r}},4212:e=>{var t,i=[33,16,5,32,164,27],n=[33,65,108,84,1,2,4,8,168,2,4,8,17,191,252],r=function(e){for(var t=[];e--;)t.push(0);return t},a={96e3:[i,[227,64],r(154),[56]],88200:[i,[231],r(170),[56]],64e3:[i,[248,192],r(240),[56]],48e3:[i,[255,192],r(268),[55,148,128],r(54),[112]],44100:[i,[255,192],r(268),[55,163,128],r(84),[112]],32e3:[i,[255,192],r(268),[55,234],r(226),[112]],24e3:[i,[255,192],r(268),[55,255,128],r(268),[111,112],r(126),[224]],16e3:[i,[255,192],r(268),[55,255,128],r(268),[111,255],r(269),[223,108],r(195),[1,192]],12e3:[n,r(268),[3,127,248],r(268),[6,255,240],r(268),[13,255,224],r(268),[27,253,128],r(259),[56]],11025:[n,r(268),[3,127,248],r(268),[6,255,240],r(268),[13,255,224],r(268),[27,255,192],r(268),[55,175,128],r(108),[112]],8e3:[n,r(268),[3,121,16],r(47),[7]]};e.exports=(t=a,Object.keys(t).reduce((function(e,i){return e[i]=new Uint8Array(t[i].reduce((function(e,t){return e.concat(t)}),[])),e}),{}))},3754:(e,t,i)=>{"use strict";var n=i(5108),r=i(1961),a=i(6221),s=function(){s.prototype.init.call(this),this.captionPackets_=[],this.ccStreams_=[new h(0,0),new h(0,1),new h(1,0),new h(1,1)],this.reset(),this.ccStreams_.forEach((function(e){e.on("data",this.trigger.bind(this,"data")),e.on("done",this.trigger.bind(this,"done"))}),this)};s.prototype=new r,s.prototype.push=function(e){var t,i,n;if("sei_rbsp"===e.nalUnitType&&(t=a.parseSei(e.escapedRBSP)).payloadType===a.USER_DATA_REGISTERED_ITU_T_T35&&(i=a.parseUserData(t)))if(e.dts<this.latestDts_)this.ignoreNextEqualDts_=!0;else{if(e.dts===this.latestDts_&&this.ignoreNextEqualDts_)return this.numSameDts_--,void(this.numSameDts_||(this.ignoreNextEqualDts_=!1));n=a.parseCaptionPackets(e.pts,i),this.captionPackets_=this.captionPackets_.concat(n),this.latestDts_!==e.dts&&(this.numSameDts_=0),this.numSameDts_++,this.latestDts_=e.dts}},s.prototype.flush=function(){this.captionPackets_.length?(this.captionPackets_.forEach((function(e,t){e.presortIndex=t})),this.captionPackets_.sort((function(e,t){return e.pts===t.pts?e.presortIndex-t.presortIndex:e.pts-t.pts})),this.captionPackets_.forEach((function(e){e.type<2&&this.dispatchCea608Packet(e)}),this),this.captionPackets_.length=0,this.ccStreams_.forEach((function(e){e.flush()}),this)):this.ccStreams_.forEach((function(e){e.flush()}),this)},s.prototype.reset=function(){this.latestDts_=null,this.ignoreNextEqualDts_=!1,this.numSameDts_=0,this.activeCea608Channel_=[null,null],this.ccStreams_.forEach((function(e){e.reset()}))},s.prototype.dispatchCea608Packet=function(e){this.setsChannel1Active(e)?this.activeCea608Channel_[e.type]=0:this.setsChannel2Active(e)&&(this.activeCea608Channel_[e.type]=1),null!==this.activeCea608Channel_[e.type]&&this.ccStreams_[(e.type<<1)+this.activeCea608Channel_[e.type]].push(e)},s.prototype.setsChannel1Active=function(e){return 4096==(30720&e.ccData)},s.prototype.setsChannel2Active=function(e){return 6144==(30720&e.ccData)};var o={42:225,92:233,94:237,95:243,96:250,123:231,124:247,125:209,126:241,127:9608,304:174,305:176,306:189,307:191,308:8482,309:162,310:163,311:9834,312:224,313:160,314:232,315:226,316:234,317:238,318:244,319:251,544:193,545:201,546:211,547:218,548:220,549:252,550:8216,551:161,552:42,553:39,554:8212,555:169,556:8480,557:8226,558:8220,559:8221,560:192,561:194,562:199,563:200,564:202,565:203,566:235,567:206,568:207,569:239,570:212,571:217,572:249,573:219,574:171,575:187,800:195,801:227,802:205,803:204,804:236,805:210,806:242,807:213,808:245,809:123,810:125,811:92,812:94,813:95,814:124,815:126,816:196,817:228,818:214,819:246,820:223,821:165,822:164,823:9474,824:197,825:229,826:216,827:248,828:9484,829:9488,830:9492,831:9496},u=function(e){return null===e?"":(e=o[e]||e,String.fromCharCode(e))},l=[4352,4384,4608,4640,5376,5408,5632,5664,5888,5920,4096,4864,4896,5120,5152],c=function(){for(var e=[],t=15;t--;)e.push("");return e},h=function(e,t){h.prototype.init.call(this),this.field_=e||0,this.dataChannel_=t||0,this.name_="CC"+(1+(this.field_<<1|this.dataChannel_)),this.setConstants(),this.reset(),this.push=function(e){var t,i,n,r,a;if((t=32639&e.ccData)!==this.lastControlCode_){if(4096==(61440&t)?this.lastControlCode_=t:t!==this.PADDING_&&(this.lastControlCode_=null),n=t>>>8,r=255&t,t!==this.PADDING_)if(t===this.RESUME_CAPTION_LOADING_)this.mode_="popOn";else if(t===this.END_OF_CAPTION_)this.mode_="popOn",this.clearFormatting(e.pts),this.flushDisplayed(e.pts),i=this.displayed_,this.displayed_=this.nonDisplayed_,this.nonDisplayed_=i,this.startPts_=e.pts;else if(t===this.ROLL_UP_2_ROWS_)this.rollUpRows_=2,this.setRollUp(e.pts);else if(t===this.ROLL_UP_3_ROWS_)this.rollUpRows_=3,this.setRollUp(e.pts);else if(t===this.ROLL_UP_4_ROWS_)this.rollUpRows_=4,this.setRollUp(e.pts);else if(t===this.CARRIAGE_RETURN_)this.clearFormatting(e.pts),this.flushDisplayed(e.pts),this.shiftRowsUp_(),this.startPts_=e.pts;else if(t===this.BACKSPACE_)"popOn"===this.mode_?this.nonDisplayed_[this.row_]=this.nonDisplayed_[this.row_].slice(0,-1):this.displayed_[this.row_]=this.displayed_[this.row_].slice(0,-1);else if(t===this.ERASE_DISPLAYED_MEMORY_)this.flushDisplayed(e.pts),this.displayed_=c();else if(t===this.ERASE_NON_DISPLAYED_MEMORY_)this.nonDisplayed_=c();else if(t===this.RESUME_DIRECT_CAPTIONING_)"paintOn"!==this.mode_&&(this.flushDisplayed(e.pts),this.displayed_=c()),this.mode_="paintOn",this.startPts_=e.pts;else if(this.isSpecialCharacter(n,r))a=u((n=(3&n)<<8)|r),this[this.mode_](e.pts,a),this.column_++;else if(this.isExtCharacter(n,r))"popOn"===this.mode_?this.nonDisplayed_[this.row_]=this.nonDisplayed_[this.row_].slice(0,-1):this.displayed_[this.row_]=this.displayed_[this.row_].slice(0,-1),a=u((n=(3&n)<<8)|r),this[this.mode_](e.pts,a),this.column_++;else if(this.isMidRowCode(n,r))this.clearFormatting(e.pts),this[this.mode_](e.pts," "),this.column_++,14==(14&r)&&this.addFormatting(e.pts,["i"]),1==(1&r)&&this.addFormatting(e.pts,["u"]);else if(this.isOffsetControlCode(n,r))this.column_+=3&r;else if(this.isPAC(n,r)){var s=l.indexOf(7968&t);"rollUp"===this.mode_&&(s-this.rollUpRows_+1<0&&(s=this.rollUpRows_-1),this.setRollUp(e.pts,s)),s!==this.row_&&(this.clearFormatting(e.pts),this.row_=s),1&r&&-1===this.formatting_.indexOf("u")&&this.addFormatting(e.pts,["u"]),16==(16&t)&&(this.column_=4*((14&t)>>1)),this.isColorPAC(r)&&14==(14&r)&&this.addFormatting(e.pts,["i"])}else this.isNormalChar(n)&&(0===r&&(r=null),a=u(n),a+=u(r),this[this.mode_](e.pts,a),this.column_+=a.length)}else this.lastControlCode_=null}};h.prototype=new r,h.prototype.flushDisplayed=function(e){var t=this.displayed_.map((function(e){try{return e.trim()}catch(e){return n.error("Skipping malformed caption."),""}})).join("\n").replace(/^\n+|\n+$/g,"");t.length&&this.trigger("data",{startPts:this.startPts_,endPts:e,text:t,stream:this.name_})},h.prototype.reset=function(){this.mode_="popOn",this.topRow_=0,this.startPts_=0,this.displayed_=c(),this.nonDisplayed_=c(),this.lastControlCode_=null,this.column_=0,this.row_=14,this.rollUpRows_=2,this.formatting_=[]},h.prototype.setConstants=function(){0===this.dataChannel_?(this.BASE_=16,this.EXT_=17,this.CONTROL_=(20|this.field_)<<8,this.OFFSET_=23):1===this.dataChannel_&&(this.BASE_=24,this.EXT_=25,this.CONTROL_=(28|this.field_)<<8,this.OFFSET_=31),this.PADDING_=0,this.RESUME_CAPTION_LOADING_=32|this.CONTROL_,this.END_OF_CAPTION_=47|this.CONTROL_,this.ROLL_UP_2_ROWS_=37|this.CONTROL_,this.ROLL_UP_3_ROWS_=38|this.CONTROL_,this.ROLL_UP_4_ROWS_=39|this.CONTROL_,this.CARRIAGE_RETURN_=45|this.CONTROL_,this.RESUME_DIRECT_CAPTIONING_=41|this.CONTROL_,this.BACKSPACE_=33|this.CONTROL_,this.ERASE_DISPLAYED_MEMORY_=44|this.CONTROL_,this.ERASE_NON_DISPLAYED_MEMORY_=46|this.CONTROL_},h.prototype.isSpecialCharacter=function(e,t){return e===this.EXT_&&t>=48&&t<=63},h.prototype.isExtCharacter=function(e,t){return(e===this.EXT_+1||e===this.EXT_+2)&&t>=32&&t<=63},h.prototype.isMidRowCode=function(e,t){return e===this.EXT_&&t>=32&&t<=47},h.prototype.isOffsetControlCode=function(e,t){return e===this.OFFSET_&&t>=33&&t<=35},h.prototype.isPAC=function(e,t){return e>=this.BASE_&&e<this.BASE_+8&&t>=64&&t<=127},h.prototype.isColorPAC=function(e){return e>=64&&e<=79||e>=96&&e<=127},h.prototype.isNormalChar=function(e){return e>=32&&e<=127},h.prototype.setRollUp=function(e,t){if("rollUp"!==this.mode_&&(this.row_=14,this.mode_="rollUp",this.flushDisplayed(e),this.nonDisplayed_=c(),this.displayed_=c()),void 0!==t&&t!==this.row_)for(var i=0;i<this.rollUpRows_;i++)this.displayed_[t-i]=this.displayed_[this.row_-i],this.displayed_[this.row_-i]="";void 0===t&&(t=this.row_),this.topRow_=t-this.rollUpRows_+1},h.prototype.addFormatting=function(e,t){this.formatting_=this.formatting_.concat(t);var i=t.reduce((function(e,t){return e+"<"+t+">"}),"");this[this.mode_](e,i)},h.prototype.clearFormatting=function(e){if(this.formatting_.length){var t=this.formatting_.reverse().reduce((function(e,t){return e+"</"+t+">"}),"");this.formatting_=[],this[this.mode_](e,t)}},h.prototype.popOn=function(e,t){var i=this.nonDisplayed_[this.row_];i+=t,this.nonDisplayed_[this.row_]=i},h.prototype.rollUp=function(e,t){var i=this.displayed_[this.row_];i+=t,this.displayed_[this.row_]=i},h.prototype.shiftRowsUp_=function(){var e;for(e=0;e<this.topRow_;e++)this.displayed_[e]="";for(e=this.row_+1;e<15;e++)this.displayed_[e]="";for(e=this.topRow_;e<this.row_;e++)this.displayed_[e]=this.displayed_[e+1];this.displayed_[this.row_]=""},h.prototype.paintOn=function(e,t){var i=this.displayed_[this.row_];i+=t,this.displayed_[this.row_]=i},e.exports={CaptionStream:s,Cea608Stream:h}},7379:(e,t,i)=>{"use strict";var n,r,a,s=i(1961),o=i(3754),u=i(5215),l=i(817).TimestampRolloverStream,c=i(5215),h=188;(n=function(){var e=new Uint8Array(h),t=0;n.prototype.init.call(this),this.push=function(i){var n,r=0,a=h;for(t?((n=new Uint8Array(i.byteLength+t)).set(e.subarray(0,t)),n.set(i,t),t=0):n=i;a<n.byteLength;)71!==n[r]||71!==n[a]?(r++,a++):(this.trigger("data",n.subarray(r,a)),r+=h,a+=h);r<n.byteLength&&(e.set(n.subarray(r),0),t=n.byteLength-r)},this.flush=function(){t===h&&71===e[0]&&(this.trigger("data",e),t=0),this.trigger("done")}}).prototype=new s,(r=function(){var e,t,i,n;r.prototype.init.call(this),n=this,this.packetsWaitingForPmt=[],this.programMapTable=void 0,e=function(e,n){var r=0;n.payloadUnitStartIndicator&&(r+=e[r]+1),"pat"===n.type?t(e.subarray(r),n):i(e.subarray(r),n)},t=function(e,t){t.section_number=e[7],t.last_section_number=e[8],n.pmtPid=(31&e[10])<<8|e[11],t.pmtPid=n.pmtPid},i=function(e,t){var i,r;if(1&e[5]){for(n.programMapTable={video:null,audio:null,"timed-metadata":{}},i=3+((15&e[1])<<8|e[2])-4,r=12+((15&e[10])<<8|e[11]);r<i;){var a=e[r],s=(31&e[r+1])<<8|e[r+2];a===u.H264_STREAM_TYPE&&null===n.programMapTable.video?n.programMapTable.video=s:a===u.ADTS_STREAM_TYPE&&null===n.programMapTable.audio?n.programMapTable.audio=s:a===u.METADATA_STREAM_TYPE&&(n.programMapTable["timed-metadata"][s]=a),r+=5+((15&e[r+3])<<8|e[r+4])}t.programMapTable=n.programMapTable}},this.push=function(t){var i={},n=4;if(i.payloadUnitStartIndicator=!!(64&t[1]),i.pid=31&t[1],i.pid<<=8,i.pid|=t[2],(48&t[3])>>>4>1&&(n+=t[n]+1),0===i.pid)i.type="pat",e(t.subarray(n),i),this.trigger("data",i);else if(i.pid===this.pmtPid)for(i.type="pmt",e(t.subarray(n),i),this.trigger("data",i);this.packetsWaitingForPmt.length;)this.processPes_.apply(this,this.packetsWaitingForPmt.shift());else void 0===this.programMapTable?this.packetsWaitingForPmt.push([t,n,i]):this.processPes_(t,n,i)},this.processPes_=function(e,t,i){i.pid===this.programMapTable.video?i.streamType=u.H264_STREAM_TYPE:i.pid===this.programMapTable.audio?i.streamType=u.ADTS_STREAM_TYPE:i.streamType=this.programMapTable["timed-metadata"][i.pid],i.type="pes",i.data=e.subarray(t),this.trigger("data",i)}}).prototype=new s,r.STREAM_TYPES={h264:27,adts:15},(a=function(){var e=this,t={data:[],size:0},i={data:[],size:0},n={data:[],size:0},r=function(t,i,n){var r,a,s=new Uint8Array(t.size),o={type:i},u=0,l=0;if(t.data.length&&!(t.size<9)){for(o.trackId=t.data[0].pid,u=0;u<t.data.length;u++)a=t.data[u],s.set(a.data,l),l+=a.data.byteLength;var c,h,d;c=s,(h=o).packetLength=6+(c[4]<<8|c[5]),h.dataAlignmentIndicator=0!=(4&c[6]),192&(d=c[7])&&(h.pts=(14&c[9])<<27|(255&c[10])<<20|(254&c[11])<<12|(255&c[12])<<5|(254&c[13])>>>3,h.pts*=4,h.pts+=(6&c[13])>>>1,h.dts=h.pts,64&d&&(h.dts=(14&c[14])<<27|(255&c[15])<<20|(254&c[16])<<12|(255&c[17])<<5|(254&c[18])>>>3,h.dts*=4,h.dts+=(6&c[18])>>>1)),h.data=c.subarray(9+c[8]),r="video"===i||o.packetLength<=t.size,(n||r)&&(t.size=0,t.data.length=0),r&&e.trigger("data",o)}};a.prototype.init.call(this),this.push=function(a){({pat:function(){},pes:function(){var e,s;switch(a.streamType){case u.H264_STREAM_TYPE:case c.H264_STREAM_TYPE:e=t,s="video";break;case u.ADTS_STREAM_TYPE:e=i,s="audio";break;case u.METADATA_STREAM_TYPE:e=n,s="timed-metadata";break;default:return}a.payloadUnitStartIndicator&&r(e,s,!0),e.data.push(a),e.size+=a.data.byteLength},pmt:function(){var t={type:"metadata",tracks:[]},i=a.programMapTable;null!==i.video&&t.tracks.push({timelineStartInfo:{baseMediaDecodeTime:0},id:+i.video,codec:"avc",type:"video"}),null!==i.audio&&t.tracks.push({timelineStartInfo:{baseMediaDecodeTime:0},id:+i.audio,codec:"adts",type:"audio"}),e.trigger("data",t)}})[a.type]()},this.flush=function(){r(t,"video"),r(i,"audio"),r(n,"timed-metadata"),this.trigger("done")}}).prototype=new s;var d={PAT_PID:0,MP2T_PACKET_LENGTH:h,TransportPacketStream:n,TransportParseStream:r,ElementaryStream:a,TimestampRolloverStream:l,CaptionStream:o.CaptionStream,Cea608Stream:o.Cea608Stream,MetadataStream:i(8659)};for(var p in u)u.hasOwnProperty(p)&&(d[p]=u[p]);e.exports=d},8659:(e,t,i)=>{"use strict";var n,r=i(5108),a=i(1961),s=i(5215),o=function(e,t,i){var n,r="";for(n=t;n<i;n++)r+="%"+("00"+e[n].toString(16)).slice(-2);return r},u=function(e,t,i){return decodeURIComponent(o(e,t,i))},l=function(e){return e[0]<<21|e[1]<<14|e[2]<<7|e[3]},c={TXXX:function(e){var t;if(3===e.data[0]){for(t=1;t<e.data.length;t++)if(0===e.data[t]){e.description=u(e.data,1,t),e.value=u(e.data,t+1,e.data.length).replace(/\0*$/,"");break}e.data=e.value}},WXXX:function(e){var t;if(3===e.data[0])for(t=1;t<e.data.length;t++)if(0===e.data[t]){e.description=u(e.data,1,t),e.url=u(e.data,t+1,e.data.length);break}},PRIV:function(e){var t,i;for(t=0;t<e.data.length;t++)if(0===e.data[t]){e.owner=(i=e.data,unescape(o(i,0,t)));break}e.privateData=e.data.subarray(t+1),e.data=e.privateData}};(n=function(e){var t,i={debug:!(!e||!e.debug),descriptor:e&&e.descriptor},a=0,o=[],u=0;if(n.prototype.init.call(this),this.dispatchType=s.METADATA_STREAM_TYPE.toString(16),i.descriptor)for(t=0;t<i.descriptor.length;t++)this.dispatchType+=("00"+i.descriptor[t].toString(16)).slice(-2);this.push=function(e){var t,n,s,h,d;if("timed-metadata"===e.type)if(e.dataAlignmentIndicator&&(u=0,o.length=0),0===o.length&&(e.data.length<10||e.data[0]!=="I".charCodeAt(0)||e.data[1]!=="D".charCodeAt(0)||e.data[2]!=="3".charCodeAt(0)))i.debug&&r.log("Skipping unrecognized metadata packet");else if(o.push(e),u+=e.data.byteLength,1===o.length&&(a=l(e.data.subarray(6,10)),a+=10),!(u<a)){for(t={data:new Uint8Array(a),frames:[],pts:o[0].pts,dts:o[0].dts},d=0;d<a;)t.data.set(o[0].data.subarray(0,a-d),d),d+=o[0].data.byteLength,u-=o[0].data.byteLength,o.shift();n=10,64&t.data[5]&&(n+=4,n+=l(t.data.subarray(10,14)),a-=l(t.data.subarray(16,20)));do{if((s=l(t.data.subarray(n+4,n+8)))<1)return r.log("Malformed ID3 frame encountered. Skipping metadata parsing.");if((h={id:String.fromCharCode(t.data[n],t.data[n+1],t.data[n+2],t.data[n+3]),data:t.data.subarray(n+10,n+s+10)}).key=h.id,c[h.id]&&(c[h.id](h),"com.apple.streaming.transportStreamTimestamp"===h.owner)){var p=h.data,f=(1&p[3])<<30|p[4]<<22|p[5]<<14|p[6]<<6|p[7]>>>2;f*=4,f+=3&p[7],h.timeStamp=f,void 0===t.pts&&void 0===t.dts&&(t.pts=h.timeStamp,t.dts=h.timeStamp),this.trigger("timestamp",h)}t.frames.push(h),n+=10,n+=s}while(n<a);this.trigger("data",t)}}}).prototype=new a,e.exports=n},4149:(e,t,i)=>{"use strict";var n=i(5215),r=function(e){var t=31&e[1];return t<<=8,t|=e[2]},a=function(e){return!!(64&e[1])},s=function(e){var t=0;return(48&e[3])>>>4>1&&(t+=e[4]+1),t},o=function(e){switch(e){case 5:return"slice_layer_without_partitioning_rbsp_idr";case 6:return"sei_rbsp";case 7:return"seq_parameter_set_rbsp";case 8:return"pic_parameter_set_rbsp";case 9:return"access_unit_delimiter_rbsp";default:return null}};e.exports={parseType:function(e,t){var i=r(e);return 0===i?"pat":i===t?"pmt":t?"pes":null},parsePat:function(e){var t=a(e),i=4+s(e);return t&&(i+=e[i]+1),(31&e[i+10])<<8|e[i+11]},parsePmt:function(e){var t={},i=a(e),n=4+s(e);if(i&&(n+=e[n]+1),1&e[n+5]){var r;r=3+((15&e[n+1])<<8|e[n+2])-4;for(var o=12+((15&e[n+10])<<8|e[n+11]);o<r;){var u=n+o;t[(31&e[u+1])<<8|e[u+2]]=e[u],o+=5+((15&e[u+3])<<8|e[u+4])}return t}},parsePayloadUnitStartIndicator:a,parsePesType:function(e,t){switch(t[r(e)]){case n.H264_STREAM_TYPE:return"video";case n.ADTS_STREAM_TYPE:return"audio";case n.METADATA_STREAM_TYPE:return"timed-metadata";default:return null}},parsePesTime:function(e){if(!a(e))return null;var t=4+s(e);if(t>=e.byteLength)return null;var i,n=null;return 192&(i=e[t+7])&&((n={}).pts=(14&e[t+9])<<27|(255&e[t+10])<<20|(254&e[t+11])<<12|(255&e[t+12])<<5|(254&e[t+13])>>>3,n.pts*=4,n.pts+=(6&e[t+13])>>>1,n.dts=n.pts,64&i&&(n.dts=(14&e[t+14])<<27|(255&e[t+15])<<20|(254&e[t+16])<<12|(255&e[t+17])<<5|(254&e[t+18])>>>3,n.dts*=4,n.dts+=(6&e[t+18])>>>1)),n},videoPacketContainsKeyFrame:function(e){for(var t=4+s(e),i=e.subarray(t),n=0,r=0,a=!1;r<i.byteLength-3;r++)if(1===i[r+2]){n=r+5;break}for(;n<i.byteLength;)switch(i[n]){case 0:if(0!==i[n-1]){n+=2;break}if(0!==i[n-2]){n++;break}r+3!==n-2&&"slice_layer_without_partitioning_rbsp_idr"===o(31&i[r+3])&&(a=!0);do{n++}while(1!==i[n]&&n<i.length);r=n-2,n+=3;break;case 1:if(0!==i[n-1]||0!==i[n-2]){n+=3;break}"slice_layer_without_partitioning_rbsp_idr"===o(31&i[r+3])&&(a=!0),r=n-2,n+=3;break;default:n+=3}return i=i.subarray(r),n-=r,r=0,i&&i.byteLength>3&&"slice_layer_without_partitioning_rbsp_idr"===o(31&i[r+3])&&(a=!0),a}}},5215:e=>{"use strict";e.exports={H264_STREAM_TYPE:27,ADTS_STREAM_TYPE:15,METADATA_STREAM_TYPE:21}},817:(e,t,i)=>{"use strict";var n=i(1961),r=function(e,t){var i=1;for(e>t&&(i=-1);Math.abs(t-e)>4294967296;)e+=8589934592*i;return e},a=function(e){var t,i;a.prototype.init.call(this),this.type_=e,this.push=function(e){e.type===this.type_&&(void 0===i&&(i=e.dts),e.dts=r(e.dts,i),e.pts=r(e.pts,i),t=e.dts,this.trigger("data",e))},this.flush=function(){i=t,this.trigger("done")},this.discontinuity=function(){i=void 0,t=void 0}};a.prototype=new n,e.exports={TimestampRolloverStream:a,handleRollover:r}},7091:(e,t,i)=>{var n=i(4212),r=i(1489);e.exports={prefixWithSilence:function(e,t,i,a){var s,o,u,l,c=0,h=0,d=0;if(t.length&&(s=r.audioTsToVideoTs(e.baseMediaDecodeTime,e.samplerate),o=Math.ceil(9e4/(e.samplerate/1024)),i&&a&&(c=s-Math.max(i,a),d=(h=Math.floor(c/o))*o),!(h<1||d>45e3))){for((u=n[e.samplerate])||(u=t[0].data),l=0;l<h;l++)t.splice(l,0,{data:u});e.baseMediaDecodeTime-=Math.floor(r.videoTsToAudioTs(d,e.samplerate))}},trimAdtsFramesByEarliestDts:function(e,t,i){return t.minSegmentDts>=i?e:(t.minSegmentDts=1/0,e.filter((function(e){return e.dts>=i&&(t.minSegmentDts=Math.min(t.minSegmentDts,e.dts),t.minSegmentPts=t.minSegmentDts,!0)})))},generateSampleTable:function(e){var t,i,n=[];for(t=0;t<e.length;t++)i=e[t],n.push({size:i.data.byteLength,duration:1024});return n},concatenateFrameData:function(e){var t,i,n=0,r=new Uint8Array(function(e){var t,i=0;for(t=0;t<e.length;t++)i+=e[t].data.byteLength;return i}(e));for(t=0;t<e.length;t++)i=e[t],r.set(i.data,n),n+=i.data.byteLength;return r}}},6659:(e,t,i)=>{"use strict";var n=i(6221).discardEmulationPreventionBytes,r=i(3754).CaptionStream,a=i(7661),s=i(2628),o=function(e,t){for(var i=e,n=0;n<t.length;n++){var r=t[n];if(i<r.size)return r;i-=r.size}return null},u=function(e,t){var i=a.findBox(e,["moof","traf"]),r=a.findBox(e,["mdat"]),u={},l=[];return r.forEach((function(e,t){var n=i[t];l.push({mdat:e,traf:n})})),l.forEach((function(e){var i,r=e.mdat,l=e.traf,c=a.findBox(l,["tfhd"]),h=s.parseTfhd(c[0]),d=h.trackId,p=a.findBox(l,["tfdt"]),f=p.length>0?s.parseTfdt(p[0]).baseMediaDecodeTime:0,m=a.findBox(l,["trun"]);t===d&&m.length>0&&(i=function(e,t,i){var r,a,s,u,l=new DataView(e.buffer,e.byteOffset,e.byteLength),c=[];for(a=0;a+4<e.length;a+=s)if(s=l.getUint32(a),a+=4,!(s<=0))switch(31&e[a]){case 6:var h=e.subarray(a+1,a+1+s),d=o(a,t);r={nalUnitType:"sei_rbsp",size:s,data:h,escapedRBSP:n(h),trackId:i},d?(r.pts=d.pts,r.dts=d.dts,u=d):(r.pts=u.pts,r.dts=u.dts),c.push(r)}return c}(r,function(e,t,i){var n=t,r=i.defaultSampleDuration||0,a=i.defaultSampleSize||0,o=i.trackId,u=[];return e.forEach((function(e){var t=s.parseTrun(e).samples;t.forEach((function(e){void 0===e.duration&&(e.duration=r),void 0===e.size&&(e.size=a),e.trackId=o,e.dts=n,void 0===e.compositionTimeOffset&&(e.compositionTimeOffset=0),e.pts=n+e.compositionTimeOffset,n+=e.duration})),u=u.concat(t)})),u}(m,f,h),d),u[d]||(u[d]=[]),u[d]=u[d].concat(i))})),u};e.exports=function(){var e,t,i,n,a,s=!1;this.isInitialized=function(){return s},this.init=function(){e=new r,s=!0,e.on("data",(function(e){e.startTime=e.startPts/n,e.endTime=e.endPts/n,a.captions.push(e),a.captionStreams[e.stream]=!0}))},this.isNewInit=function(e,t){return!(e&&0===e.length||t&&"object"==typeof t&&0===Object.keys(t).length)&&(i!==e[0]||n!==t[i])},this.parse=function(e,r,s){var o;if(!this.isInitialized())return null;if(!r||!s)return null;if(this.isNewInit(r,s))i=r[0],n=s[i];else if(!i||!n)return t.push(e),null;for(;t.length>0;){var l=t.shift();this.parse(l,r,s)}return null!==(o=function(e,t,i){return t?{seiNals:u(e,t)[t],timescale:i}:null}(e,i,n))&&o.seiNals?(this.pushNals(o.seiNals),this.flushStream(),a):null},this.pushNals=function(t){if(!this.isInitialized()||!t||0===t.length)return null;t.forEach((function(t){e.push(t)}))},this.flushStream=function(){if(!this.isInitialized())return null;e.flush()},this.clearParsedCaptions=function(){a.captions=[],a.captionStreams={}},this.resetCaptionStream=function(){if(!this.isInitialized())return null;e.reset()},this.clearAllCaptions=function(){this.clearParsedCaptions(),this.resetCaptionStream()},this.reset=function(){t=[],i=null,n=null,a?this.clearParsedCaptions():a={captions:[],captionStreams:{}},this.resetCaptionStream()},this.reset()}},9586:e=>{var t=function(e,t){var i={size:0,flags:{isLeading:0,dependsOn:1,isDependedOn:0,hasRedundancy:0,degradationPriority:0,isNonSyncSample:1}};return i.dataOffset=t,i.compositionTimeOffset=e.pts-e.dts,i.duration=e.duration,i.size=4*e.length,i.size+=e.byteLength,e.keyFrame&&(i.flags.dependsOn=2,i.flags.isNonSyncSample=0),i};e.exports={groupNalsIntoFrames:function(e){var t,i,n=[],r=[];for(n.byteLength=0,t=0;t<e.length;t++)"access_unit_delimiter_rbsp"===(i=e[t]).nalUnitType?(n.length&&(n.duration=i.dts-n.dts,r.push(n)),(n=[i]).byteLength=i.data.byteLength,n.pts=i.pts,n.dts=i.dts):("slice_layer_without_partitioning_rbsp_idr"===i.nalUnitType&&(n.keyFrame=!0),n.duration=i.dts-n.dts,n.byteLength+=i.data.byteLength,n.push(i));return r.length&&(!n.duration||n.duration<=0)&&(n.duration=r[r.length-1].duration),r.push(n),r},groupFramesIntoGops:function(e){var t,i,n=[],r=[];for(n.byteLength=0,n.nalCount=0,n.duration=0,n.pts=e[0].pts,n.dts=e[0].dts,r.byteLength=0,r.nalCount=0,r.duration=0,r.pts=e[0].pts,r.dts=e[0].dts,t=0;t<e.length;t++)(i=e[t]).keyFrame?(n.length&&(r.push(n),r.byteLength+=n.byteLength,r.nalCount+=n.nalCount,r.duration+=n.duration),(n=[i]).nalCount=i.length,n.byteLength=i.byteLength,n.pts=i.pts,n.dts=i.dts,n.duration=i.duration):(n.duration+=i.duration,n.nalCount+=i.length,n.byteLength+=i.byteLength,n.push(i));return r.length&&n.duration<=0&&(n.duration=r[r.length-1].duration),r.byteLength+=n.byteLength,r.nalCount+=n.nalCount,r.duration+=n.duration,r.push(n),r},extendFirstKeyFrame:function(e){var t;return!e[0][0].keyFrame&&e.length>1&&(t=e.shift(),e.byteLength-=t.byteLength,e.nalCount-=t.nalCount,e[0][0].dts=t.dts,e[0][0].pts=t.pts,e[0][0].duration+=t.duration),e},generateSampleTable:function(e,i){var n,r,a,s,o,u=i||0,l=[];for(n=0;n<e.length;n++)for(s=e[n],r=0;r<s.length;r++)o=s[r],u+=(a=t(o,u)).size,l.push(a);return l},concatenateNalData:function(e){var t,i,n,r,a,s,o=0,u=e.byteLength,l=e.nalCount,c=new Uint8Array(u+4*l),h=new DataView(c.buffer);for(t=0;t<e.length;t++)for(r=e[t],i=0;i<r.length;i++)for(a=r[i],n=0;n<a.length;n++)s=a[n],h.setUint32(o,s.data.byteLength),o+=4,c.set(s.data,o),o+=s.data.byteLength;return c}}},272:(e,t,i)=>{e.exports={generator:i(2014),probe:i(7661),Transmuxer:i(5064).Transmuxer,AudioSegmentStream:i(5064).AudioSegmentStream,VideoSegmentStream:i(5064).VideoSegmentStream,CaptionParser:i(6659)}},2014:e=>{"use strict";var t,i,n,r,a,s,o,u,l,c,h,d,p,f,m,g,y,v,_,b,T,S,k,w,C,E,A,L,O,P,x,U,I,D,R,M,B,N,j,F,V,H=Math.pow(2,32)-1;!function(){var e;if(k={avc1:[],avcC:[],btrt:[],dinf:[],dref:[],esds:[],ftyp:[],hdlr:[],mdat:[],mdhd:[],mdia:[],mfhd:[],minf:[],moof:[],moov:[],mp4a:[],mvex:[],mvhd:[],sdtp:[],smhd:[],stbl:[],stco:[],stsc:[],stsd:[],stsz:[],stts:[],styp:[],tfdt:[],tfhd:[],traf:[],trak:[],trun:[],trex:[],tkhd:[],vmhd:[]},"undefined"!=typeof Uint8Array){for(e in k)k.hasOwnProperty(e)&&(k[e]=[e.charCodeAt(0),e.charCodeAt(1),e.charCodeAt(2),e.charCodeAt(3)]);w=new Uint8Array(["i".charCodeAt(0),"s".charCodeAt(0),"o".charCodeAt(0),"m".charCodeAt(0)]),E=new Uint8Array(["a".charCodeAt(0),"v".charCodeAt(0),"c".charCodeAt(0),"1".charCodeAt(0)]),C=new Uint8Array([0,0,0,1]),A=new Uint8Array([0,0,0,0,0,0,0,0,118,105,100,101,0,0,0,0,0,0,0,0,0,0,0,0,86,105,100,101,111,72,97,110,100,108,101,114,0]),L=new Uint8Array([0,0,0,0,0,0,0,0,115,111,117,110,0,0,0,0,0,0,0,0,0,0,0,0,83,111,117,110,100,72,97,110,100,108,101,114,0]),O={video:A,audio:L},U=new Uint8Array([0,0,0,0,0,0,0,1,0,0,0,12,117,114,108,32,0,0,0,1]),x=new Uint8Array([0,0,0,0,0,0,0,0]),I=new Uint8Array([0,0,0,0,0,0,0,0]),D=I,R=new Uint8Array([0,0,0,0,0,0,0,0,0,0,0,0]),M=I,P=new Uint8Array([0,0,0,1,0,0,0,0,0,0,0,0])}}(),t=function(e){var t,i,n=[],r=0;for(t=1;t<arguments.length;t++)n.push(arguments[t]);for(t=n.length;t--;)r+=n[t].byteLength;for(i=new Uint8Array(r+8),new DataView(i.buffer,i.byteOffset,i.byteLength).setUint32(0,i.byteLength),i.set(e,4),t=0,r=8;t<n.length;t++)i.set(n[t],r),r+=n[t].byteLength;return i},i=function(){return t(k.dinf,t(k.dref,U))},n=function(e){return t(k.esds,new Uint8Array([0,0,0,0,3,25,0,0,0,4,17,64,21,0,6,0,0,0,218,192,0,0,218,192,5,2,e.audioobjecttype<<3|e.samplingfrequencyindex>>>1,e.samplingfrequencyindex<<7|e.channelcount<<3,6,1,2]))},r=function(){return t(k.ftyp,w,C,w,E)},g=function(e){return t(k.hdlr,O[e])},a=function(e){return t(k.mdat,e)},m=function(e){var i=new Uint8Array([0,0,0,0,0,0,0,2,0,0,0,3,0,1,95,144,e.duration>>>24&255,e.duration>>>16&255,e.duration>>>8&255,255&e.duration,85,196,0,0]);return e.samplerate&&(i[12]=e.samplerate>>>24&255,i[13]=e.samplerate>>>16&255,i[14]=e.samplerate>>>8&255,i[15]=255&e.samplerate),t(k.mdhd,i)},f=function(e){return t(k.mdia,m(e),g(e.type),o(e))},s=function(e){return t(k.mfhd,new Uint8Array([0,0,0,0,(4278190080&e)>>24,(16711680&e)>>16,(65280&e)>>8,255&e]))},o=function(e){return t(k.minf,"video"===e.type?t(k.vmhd,P):t(k.smhd,x),i(),v(e))},u=function(e,i){for(var n=[],r=i.length;r--;)n[r]=b(i[r]);return t.apply(null,[k.moof,s(e)].concat(n))},l=function(e){for(var i=e.length,n=[];i--;)n[i]=d(e[i]);return t.apply(null,[k.moov,h(4294967295)].concat(n).concat(c(e)))},c=function(e){for(var i=e.length,n=[];i--;)n[i]=T(e[i]);return t.apply(null,[k.mvex].concat(n))},h=function(e){var i=new Uint8Array([0,0,0,0,0,0,0,1,0,0,0,2,0,1,95,144,(4278190080&e)>>24,(16711680&e)>>16,(65280&e)>>8,255&e,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255]);return t(k.mvhd,i)},y=function(e){var i,n,r=e.samples||[],a=new Uint8Array(4+r.length);for(n=0;n<r.length;n++)i=r[n].flags,a[n+4]=i.dependsOn<<4|i.isDependedOn<<2|i.hasRedundancy;return t(k.sdtp,a)},v=function(e){return t(k.stbl,_(e),t(k.stts,M),t(k.stsc,D),t(k.stsz,R),t(k.stco,I))},_=function(e){return t(k.stsd,new Uint8Array([0,0,0,0,0,0,0,1]),"video"===e.type?B(e):N(e))},B=function(e){var i,n=e.sps||[],r=e.pps||[],a=[],s=[];for(i=0;i<n.length;i++)a.push((65280&n[i].byteLength)>>>8),a.push(255&n[i].byteLength),a=a.concat(Array.prototype.slice.call(n[i]));for(i=0;i<r.length;i++)s.push((65280&r[i].byteLength)>>>8),s.push(255&r[i].byteLength),s=s.concat(Array.prototype.slice.call(r[i]));return t(k.avc1,new Uint8Array([0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,(65280&e.width)>>8,255&e.width,(65280&e.height)>>8,255&e.height,0,72,0,0,0,72,0,0,0,0,0,0,0,1,19,118,105,100,101,111,106,115,45,99,111,110,116,114,105,98,45,104,108,115,0,0,0,0,0,0,0,0,0,0,0,0,0,24,17,17]),t(k.avcC,new Uint8Array([1,e.profileIdc,e.profileCompatibility,e.levelIdc,255].concat([n.length]).concat(a).concat([r.length]).concat(s))),t(k.btrt,new Uint8Array([0,28,156,128,0,45,198,192,0,45,198,192])))},N=function(e){return t(k.mp4a,new Uint8Array([0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,(65280&e.channelcount)>>8,255&e.channelcount,(65280&e.samplesize)>>8,255&e.samplesize,0,0,0,0,(65280&e.samplerate)>>8,255&e.samplerate,0,0]),n(e))},p=function(e){var i=new Uint8Array([0,0,0,7,0,0,0,0,0,0,0,0,(4278190080&e.id)>>24,(16711680&e.id)>>16,(65280&e.id)>>8,255&e.id,0,0,0,0,(4278190080&e.duration)>>24,(16711680&e.duration)>>16,(65280&e.duration)>>8,255&e.duration,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,(65280&e.width)>>8,255&e.width,0,0,(65280&e.height)>>8,255&e.height,0,0]);return t(k.tkhd,i)},b=function(e){var i,n,r,a,s,o;return i=t(k.tfhd,new Uint8Array([0,0,0,58,(4278190080&e.id)>>24,(16711680&e.id)>>16,(65280&e.id)>>8,255&e.id,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0])),s=Math.floor(e.baseMediaDecodeTime/(H+1)),o=Math.floor(e.baseMediaDecodeTime%(H+1)),n=t(k.tfdt,new Uint8Array([1,0,0,0,s>>>24&255,s>>>16&255,s>>>8&255,255&s,o>>>24&255,o>>>16&255,o>>>8&255,255&o])),92,"audio"===e.type?(r=S(e,92),t(k.traf,i,n,r)):(a=y(e),r=S(e,a.length+92),t(k.traf,i,n,r,a))},d=function(e){return e.duration=e.duration||4294967295,t(k.trak,p(e),f(e))},T=function(e){var i=new Uint8Array([0,0,0,0,(4278190080&e.id)>>24,(16711680&e.id)>>16,(65280&e.id)>>8,255&e.id,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1]);return"video"!==e.type&&(i[i.length-1]=0),t(k.trex,i)},V=function(e,t){var i=0,n=0,r=0,a=0;return e.length&&(void 0!==e[0].duration&&(i=1),void 0!==e[0].size&&(n=2),void 0!==e[0].flags&&(r=4),void 0!==e[0].compositionTimeOffset&&(a=8)),[0,0,i|n|r|a,1,(4278190080&e.length)>>>24,(16711680&e.length)>>>16,(65280&e.length)>>>8,255&e.length,(4278190080&t)>>>24,(16711680&t)>>>16,(65280&t)>>>8,255&t]},F=function(e,i){var n,r,a,s;for(i+=20+16*(r=e.samples||[]).length,n=V(r,i),s=0;s<r.length;s++)a=r[s],n=n.concat([(4278190080&a.duration)>>>24,(16711680&a.duration)>>>16,(65280&a.duration)>>>8,255&a.duration,(4278190080&a.size)>>>24,(16711680&a.size)>>>16,(65280&a.size)>>>8,255&a.size,a.flags.isLeading<<2|a.flags.dependsOn,a.flags.isDependedOn<<6|a.flags.hasRedundancy<<4|a.flags.paddingValue<<1|a.flags.isNonSyncSample,61440&a.flags.degradationPriority,15&a.flags.degradationPriority,(4278190080&a.compositionTimeOffset)>>>24,(16711680&a.compositionTimeOffset)>>>16,(65280&a.compositionTimeOffset)>>>8,255&a.compositionTimeOffset]);return t(k.trun,new Uint8Array(n))},j=function(e,i){var n,r,a,s;for(i+=20+8*(r=e.samples||[]).length,n=V(r,i),s=0;s<r.length;s++)a=r[s],n=n.concat([(4278190080&a.duration)>>>24,(16711680&a.duration)>>>16,(65280&a.duration)>>>8,255&a.duration,(4278190080&a.size)>>>24,(16711680&a.size)>>>16,(65280&a.size)>>>8,255&a.size]);return t(k.trun,new Uint8Array(n))},S=function(e,t){return"audio"===e.type?j(e,t):F(e,t)},e.exports={ftyp:r,mdat:a,moof:u,moov:l,initSegment:function(e){var t,i=r(),n=l(e);return(t=new Uint8Array(i.byteLength+n.byteLength)).set(i),t.set(n,i.byteLength),t}}},7661:(e,t,i)=>{"use strict";var n,r,a,s,o,u=i(1976).toUnsigned;n=function(e,t){var i,a,s,o,l,c=[];if(!t.length)return null;for(i=0;i<e.byteLength;)a=u(e[i]<<24|e[i+1]<<16|e[i+2]<<8|e[i+3]),s=r(e.subarray(i+4,i+8)),o=a>1?i+a:e.byteLength,s===t[0]&&(1===t.length?c.push(e.subarray(i+8,o)):(l=n(e.subarray(i+8,o),t.slice(1))).length&&(c=c.concat(l))),i=o;return c},r=function(e){var t="";return t+=String.fromCharCode(e[0]),t+=String.fromCharCode(e[1]),t+=String.fromCharCode(e[2]),t+=String.fromCharCode(e[3])},a=function(e){return n(e,["moov","trak"]).reduce((function(e,t){var i,r,a,s,o;return(i=n(t,["tkhd"])[0])?(r=i[0],s=u(i[a=0===r?12:20]<<24|i[a+1]<<16|i[a+2]<<8|i[a+3]),(o=n(t,["mdia","mdhd"])[0])?(a=0===(r=o[0])?12:20,e[s]=u(o[a]<<24|o[a+1]<<16|o[a+2]<<8|o[a+3]),e):null):null}),{})},s=function(e,t){var i,r,a;return i=n(t,["moof","traf"]),r=[].concat.apply([],i.map((function(t){return n(t,["tfhd"]).map((function(i){var r,a;return r=u(i[4]<<24|i[5]<<16|i[6]<<8|i[7]),a=e[r]||9e4,(n(t,["tfdt"]).map((function(e){var t,i;return t=e[0],i=u(e[4]<<24|e[5]<<16|e[6]<<8|e[7]),1===t&&(i*=Math.pow(2,32),i+=u(e[8]<<24|e[9]<<16|e[10]<<8|e[11])),i}))[0]||1/0)/a}))}))),a=Math.min.apply(null,r),isFinite(a)?a:0},o=function(e){var t=n(e,["moov","trak"]),i=[];return t.forEach((function(e){var t=n(e,["mdia","hdlr"]),a=n(e,["tkhd"]);t.forEach((function(e,t){var n,s,o=r(e.subarray(8,12)),u=a[t];"vide"===o&&(s=0===(n=new DataView(u.buffer,u.byteOffset,u.byteLength)).getUint8(0)?n.getUint32(12):n.getUint32(20),i.push(s))}))})),i},e.exports={findBox:n,parseType:r,timescale:a,startTime:s,videoTrackIds:o}},5557:e=>{e.exports={clearDtsInfo:function(e){delete e.minSegmentDts,delete e.maxSegmentDts,delete e.minSegmentPts,delete e.maxSegmentPts},calculateTrackBaseMediaDecodeTime:function(e,t){var i,n=e.minSegmentDts;return t||(n-=e.timelineStartInfo.dts),i=e.timelineStartInfo.baseMediaDecodeTime,i+=n,i=Math.max(0,i),"audio"===e.type&&(i*=e.samplerate/9e4,i=Math.floor(i)),i},collectDtsInfo:function(e,t){"number"==typeof t.pts&&(void 0===e.timelineStartInfo.pts&&(e.timelineStartInfo.pts=t.pts),void 0===e.minSegmentPts?e.minSegmentPts=t.pts:e.minSegmentPts=Math.min(e.minSegmentPts,t.pts),void 0===e.maxSegmentPts?e.maxSegmentPts=t.pts:e.maxSegmentPts=Math.max(e.maxSegmentPts,t.pts)),"number"==typeof t.dts&&(void 0===e.timelineStartInfo.dts&&(e.timelineStartInfo.dts=t.dts),void 0===e.minSegmentDts?e.minSegmentDts=t.dts:e.minSegmentDts=Math.min(e.minSegmentDts,t.dts),void 0===e.maxSegmentDts?e.maxSegmentDts=t.dts:e.maxSegmentDts=Math.max(e.maxSegmentDts,t.dts))}}},5064:(e,t,i)=>{"use strict";var n,r,a,s,o=i(1961),u=i(2014),l=i(9586),c=i(7091),h=i(5557),d=i(7379),p=i(4886),f=i(6618).H264Stream,m=i(4827),g=i(5220).isLikelyAacData,y=["audioobjecttype","channelcount","samplerate","samplingfrequencyindex","samplesize"],v=["width","height","profileIdc","levelIdc","profileCompatibility"],_=function(e,t){var i;if(e.length!==t.length)return!1;for(i=0;i<e.length;i++)if(e[i]!==t[i])return!1;return!0};(r=function(e,t){var i=[],n=0,a=0,s=0,o=1/0;t=t||{},r.prototype.init.call(this),this.push=function(t){h.collectDtsInfo(e,t),e&&y.forEach((function(i){e[i]=t[i]})),i.push(t)},this.setEarliestDts=function(t){a=t-e.timelineStartInfo.baseMediaDecodeTime},this.setVideoBaseMediaDecodeTime=function(e){o=e},this.setAudioAppendStart=function(e){s=e},this.flush=function(){var r,l,d,p;0!==i.length?(r=c.trimAdtsFramesByEarliestDts(i,e,a),e.baseMediaDecodeTime=h.calculateTrackBaseMediaDecodeTime(e,t.keepOriginalTimestamps),c.prefixWithSilence(e,r,s,o),e.samples=c.generateSampleTable(r),d=u.mdat(c.concatenateFrameData(r)),i=[],l=u.moof(n,[e]),p=new Uint8Array(l.byteLength+d.byteLength),n++,p.set(l),p.set(d,l.byteLength),h.clearDtsInfo(e),this.trigger("data",{track:e,boxes:p}),this.trigger("done","AudioSegmentStream")):this.trigger("done","AudioSegmentStream")}}).prototype=new o,(n=function(e,t){var i,r,a=0,s=[],o=[];t=t||{},n.prototype.init.call(this),delete e.minPTS,this.gopCache_=[],this.push=function(t){h.collectDtsInfo(e,t),"seq_parameter_set_rbsp"!==t.nalUnitType||i||(i=t.config,e.sps=[t.data],v.forEach((function(t){e[t]=i[t]}),this)),"pic_parameter_set_rbsp"!==t.nalUnitType||r||(r=t.data,e.pps=[t.data]),s.push(t)},this.flush=function(){for(var i,n,r,c,d,p;s.length&&"access_unit_delimiter_rbsp"!==s[0].nalUnitType;)s.shift();if(0===s.length)return this.resetStream_(),void this.trigger("done","VideoSegmentStream");if(i=l.groupNalsIntoFrames(s),(r=l.groupFramesIntoGops(i))[0][0].keyFrame||((n=this.getGopForFusion_(s[0],e))?(r.unshift(n),r.byteLength+=n.byteLength,r.nalCount+=n.nalCount,r.pts=n.pts,r.dts=n.dts,r.duration+=n.duration):r=l.extendFirstKeyFrame(r)),o.length){var f;if(!(f=t.alignGopsAtEnd?this.alignGopsAtEnd_(r):this.alignGopsAtStart_(r)))return this.gopCache_.unshift({gop:r.pop(),pps:e.pps,sps:e.sps}),this.gopCache_.length=Math.min(6,this.gopCache_.length),s=[],this.resetStream_(),void this.trigger("done","VideoSegmentStream");h.clearDtsInfo(e),r=f}h.collectDtsInfo(e,r),e.samples=l.generateSampleTable(r),d=u.mdat(l.concatenateNalData(r)),e.baseMediaDecodeTime=h.calculateTrackBaseMediaDecodeTime(e,t.keepOriginalTimestamps),this.trigger("processedGopsInfo",r.map((function(e){return{pts:e.pts,dts:e.dts,byteLength:e.byteLength}}))),this.gopCache_.unshift({gop:r.pop(),pps:e.pps,sps:e.sps}),this.gopCache_.length=Math.min(6,this.gopCache_.length),s=[],this.trigger("baseMediaDecodeTime",e.baseMediaDecodeTime),this.trigger("timelineStartInfo",e.timelineStartInfo),c=u.moof(a,[e]),p=new Uint8Array(c.byteLength+d.byteLength),a++,p.set(c),p.set(d,c.byteLength),this.trigger("data",{track:e,boxes:p}),this.resetStream_(),this.trigger("done","VideoSegmentStream")},this.resetStream_=function(){h.clearDtsInfo(e),i=void 0,r=void 0},this.getGopForFusion_=function(t){var i,n,r,a,s,o=1/0;for(s=0;s<this.gopCache_.length;s++)r=(a=this.gopCache_[s]).gop,e.pps&&_(e.pps[0],a.pps[0])&&e.sps&&_(e.sps[0],a.sps[0])&&(r.dts<e.timelineStartInfo.dts||(i=t.dts-r.dts-r.duration)>=-1e4&&i<=45e3&&(!n||o>i)&&(n=a,o=i));return n?n.gop:null},this.alignGopsAtStart_=function(e){var t,i,n,r,a,s,u,l;for(a=e.byteLength,s=e.nalCount,u=e.duration,t=i=0;t<o.length&&i<e.length&&(n=o[t],r=e[i],n.pts!==r.pts);)r.pts>n.pts?t++:(i++,a-=r.byteLength,s-=r.nalCount,u-=r.duration);return 0===i?e:i===e.length?null:((l=e.slice(i)).byteLength=a,l.duration=u,l.nalCount=s,l.pts=l[0].pts,l.dts=l[0].dts,l)},this.alignGopsAtEnd_=function(e){var t,i,n,r,a,s,u;for(t=o.length-1,i=e.length-1,a=null,s=!1;t>=0&&i>=0;){if(n=o[t],r=e[i],n.pts===r.pts){s=!0;break}n.pts>r.pts?t--:(t===o.length-1&&(a=i),i--)}if(!s&&null===a)return null;if(0===(u=s?i:a))return e;var l=e.slice(u),c=l.reduce((function(e,t){return e.byteLength+=t.byteLength,e.duration+=t.duration,e.nalCount+=t.nalCount,e}),{byteLength:0,duration:0,nalCount:0});return l.byteLength=c.byteLength,l.duration=c.duration,l.nalCount=c.nalCount,l.pts=l[0].pts,l.dts=l[0].dts,l},this.alignGopsWith=function(e){o=e}}).prototype=new o,(s=function(e,t){this.numberOfTracks=0,this.metadataStream=t,void 0!==(e=e||{}).remux?this.remuxTracks=!!e.remux:this.remuxTracks=!0,"boolean"==typeof e.keepOriginalTimestamps&&(this.keepOriginalTimestamps=e.keepOriginalTimestamps),this.pendingTracks=[],this.videoTrack=null,this.pendingBoxes=[],this.pendingCaptions=[],this.pendingMetadata=[],this.pendingBytes=0,this.emittedTracks=0,s.prototype.init.call(this),this.push=function(e){return e.text?this.pendingCaptions.push(e):e.frames?this.pendingMetadata.push(e):(this.pendingTracks.push(e.track),this.pendingBoxes.push(e.boxes),this.pendingBytes+=e.boxes.byteLength,"video"===e.track.type&&(this.videoTrack=e.track),void("audio"===e.track.type&&(this.audioTrack=e.track)))}}).prototype=new o,s.prototype.flush=function(e){var t,i,n,r,a=0,s={captions:[],captionStreams:{},metadata:[],info:{}},o=0;if(this.pendingTracks.length<this.numberOfTracks){if("VideoSegmentStream"!==e&&"AudioSegmentStream"!==e)return;if(this.remuxTracks)return;if(0===this.pendingTracks.length)return this.emittedTracks++,void(this.emittedTracks>=this.numberOfTracks&&(this.trigger("done"),this.emittedTracks=0))}for(this.videoTrack?(o=this.videoTrack.timelineStartInfo.pts,v.forEach((function(e){s.info[e]=this.videoTrack[e]}),this)):this.audioTrack&&(o=this.audioTrack.timelineStartInfo.pts,y.forEach((function(e){s.info[e]=this.audioTrack[e]}),this)),1===this.pendingTracks.length?s.type=this.pendingTracks[0].type:s.type="combined",this.emittedTracks+=this.pendingTracks.length,n=u.initSegment(this.pendingTracks),s.initSegment=new Uint8Array(n.byteLength),s.initSegment.set(n),s.data=new Uint8Array(this.pendingBytes),r=0;r<this.pendingBoxes.length;r++)s.data.set(this.pendingBoxes[r],a),a+=this.pendingBoxes[r].byteLength;for(r=0;r<this.pendingCaptions.length;r++)(t=this.pendingCaptions[r]).startTime=t.startPts,this.keepOriginalTimestamps||(t.startTime-=o),t.startTime/=9e4,t.endTime=t.endPts,this.keepOriginalTimestamps||(t.endTime-=o),t.endTime/=9e4,s.captionStreams[t.stream]=!0,s.captions.push(t);for(r=0;r<this.pendingMetadata.length;r++)(i=this.pendingMetadata[r]).cueTime=i.pts,this.keepOriginalTimestamps||(i.cueTime-=o),i.cueTime/=9e4,s.metadata.push(i);s.metadata.dispatchType=this.metadataStream.dispatchType,this.pendingTracks.length=0,this.videoTrack=null,this.pendingBoxes.length=0,this.pendingCaptions.length=0,this.pendingBytes=0,this.pendingMetadata.length=0,this.trigger("data",s),this.emittedTracks>=this.numberOfTracks&&(this.trigger("done"),this.emittedTracks=0)},(a=function(e){var t,i,o=this,u=!0;a.prototype.init.call(this),e=e||{},this.baseMediaDecodeTime=e.baseMediaDecodeTime||0,this.transmuxPipeline_={},this.setupAacPipeline=function(){var t={};this.transmuxPipeline_=t,t.type="aac",t.metadataStream=new d.MetadataStream,t.aacStream=new m,t.audioTimestampRolloverStream=new d.TimestampRolloverStream("audio"),t.timedMetadataTimestampRolloverStream=new d.TimestampRolloverStream("timed-metadata"),t.adtsStream=new p,t.coalesceStream=new s(e,t.metadataStream),t.headOfPipeline=t.aacStream,t.aacStream.pipe(t.audioTimestampRolloverStream).pipe(t.adtsStream),t.aacStream.pipe(t.timedMetadataTimestampRolloverStream).pipe(t.metadataStream).pipe(t.coalesceStream),t.metadataStream.on("timestamp",(function(e){t.aacStream.setTimestamp(e.timeStamp)})),t.aacStream.on("data",(function(n){"timed-metadata"!==n.type||t.audioSegmentStream||(i=i||{timelineStartInfo:{baseMediaDecodeTime:o.baseMediaDecodeTime},codec:"adts",type:"audio"},t.coalesceStream.numberOfTracks++,t.audioSegmentStream=new r(i,e),t.adtsStream.pipe(t.audioSegmentStream).pipe(t.coalesceStream))})),t.coalesceStream.on("data",this.trigger.bind(this,"data")),t.coalesceStream.on("done",this.trigger.bind(this,"done"))},this.setupTsPipeline=function(){var a={};this.transmuxPipeline_=a,a.type="ts",a.metadataStream=new d.MetadataStream,a.packetStream=new d.TransportPacketStream,a.parseStream=new d.TransportParseStream,a.elementaryStream=new d.ElementaryStream,a.videoTimestampRolloverStream=new d.TimestampRolloverStream("video"),a.audioTimestampRolloverStream=new d.TimestampRolloverStream("audio"),a.timedMetadataTimestampRolloverStream=new d.TimestampRolloverStream("timed-metadata"),a.adtsStream=new p,a.h264Stream=new f,a.captionStream=new d.CaptionStream,a.coalesceStream=new s(e,a.metadataStream),a.headOfPipeline=a.packetStream,a.packetStream.pipe(a.parseStream).pipe(a.elementaryStream),a.elementaryStream.pipe(a.videoTimestampRolloverStream).pipe(a.h264Stream),a.elementaryStream.pipe(a.audioTimestampRolloverStream).pipe(a.adtsStream),a.elementaryStream.pipe(a.timedMetadataTimestampRolloverStream).pipe(a.metadataStream).pipe(a.coalesceStream),a.h264Stream.pipe(a.captionStream).pipe(a.coalesceStream),a.elementaryStream.on("data",(function(s){var u;if("metadata"===s.type){for(u=s.tracks.length;u--;)t||"video"!==s.tracks[u].type?i||"audio"!==s.tracks[u].type||((i=s.tracks[u]).timelineStartInfo.baseMediaDecodeTime=o.baseMediaDecodeTime):(t=s.tracks[u]).timelineStartInfo.baseMediaDecodeTime=o.baseMediaDecodeTime;t&&!a.videoSegmentStream&&(a.coalesceStream.numberOfTracks++,a.videoSegmentStream=new n(t,e),a.videoSegmentStream.on("timelineStartInfo",(function(e){i&&(i.timelineStartInfo=e,a.audioSegmentStream.setEarliestDts(e.dts))})),a.videoSegmentStream.on("processedGopsInfo",o.trigger.bind(o,"gopInfo")),a.videoSegmentStream.on("baseMediaDecodeTime",(function(e){i&&a.audioSegmentStream.setVideoBaseMediaDecodeTime(e)})),a.h264Stream.pipe(a.videoSegmentStream).pipe(a.coalesceStream)),i&&!a.audioSegmentStream&&(a.coalesceStream.numberOfTracks++,a.audioSegmentStream=new r(i,e),a.adtsStream.pipe(a.audioSegmentStream).pipe(a.coalesceStream))}})),a.coalesceStream.on("data",this.trigger.bind(this,"data")),a.coalesceStream.on("done",this.trigger.bind(this,"done"))},this.setBaseMediaDecodeTime=function(n){var r=this.transmuxPipeline_;e.keepOriginalTimestamps||(this.baseMediaDecodeTime=n),i&&(i.timelineStartInfo.dts=void 0,i.timelineStartInfo.pts=void 0,h.clearDtsInfo(i),e.keepOriginalTimestamps||(i.timelineStartInfo.baseMediaDecodeTime=n),r.audioTimestampRolloverStream&&r.audioTimestampRolloverStream.discontinuity()),t&&(r.videoSegmentStream&&(r.videoSegmentStream.gopCache_=[],r.videoTimestampRolloverStream.discontinuity()),t.timelineStartInfo.dts=void 0,t.timelineStartInfo.pts=void 0,h.clearDtsInfo(t),r.captionStream.reset(),e.keepOriginalTimestamps||(t.timelineStartInfo.baseMediaDecodeTime=n)),r.timedMetadataTimestampRolloverStream&&r.timedMetadataTimestampRolloverStream.discontinuity()},this.setAudioAppendStart=function(e){i&&this.transmuxPipeline_.audioSegmentStream.setAudioAppendStart(e)},this.alignGopsWith=function(e){t&&this.transmuxPipeline_.videoSegmentStream&&this.transmuxPipeline_.videoSegmentStream.alignGopsWith(e)},this.push=function(e){if(u){var t=g(e);t&&"aac"!==this.transmuxPipeline_.type?this.setupAacPipeline():t||"ts"===this.transmuxPipeline_.type||this.setupTsPipeline(),u=!1}this.transmuxPipeline_.headOfPipeline.push(e)},this.flush=function(){u=!0,this.transmuxPipeline_.headOfPipeline.flush()},this.resetCaptions=function(){this.transmuxPipeline_.captionStream&&this.transmuxPipeline_.captionStream.reset()}}).prototype=new o,e.exports={Transmuxer:a,VideoSegmentStream:n,AudioSegmentStream:r,AUDIO_PROPERTIES:y,VIDEO_PROPERTIES:v}},6221:e=>{"use strict";e.exports={parseSei:function(e){for(var t=0,i={payloadType:-1,payloadSize:0},n=0,r=0;t<e.byteLength&&128!==e[t];){for(;255===e[t];)n+=255,t++;for(n+=e[t++];255===e[t];)r+=255,t++;if(r+=e[t++],!i.payload&&4===n){i.payloadType=n,i.payloadSize=r,i.payload=e.subarray(t,t+r);break}t+=r,n=0,r=0}return i},parseUserData:function(e){return 181!==e.payload[0]||49!=(e.payload[1]<<8|e.payload[2])||"GA94"!==String.fromCharCode(e.payload[3],e.payload[4],e.payload[5],e.payload[6])||3!==e.payload[7]?null:e.payload.subarray(8,e.payload.length-1)},parseCaptionPackets:function(e,t){var i,n,r,a,s=[];if(!(64&t[0]))return s;for(n=31&t[0],i=0;i<n;i++)a={type:3&t[(r=3*i)+2],pts:e},4&t[r+2]&&(a.ccData=t[r+3]<<8|t[r+4],s.push(a));return s},discardEmulationPreventionBytes:function(e){for(var t,i,n=e.byteLength,r=[],a=1;a<n-2;)0===e[a]&&0===e[a+1]&&3===e[a+2]?(r.push(a+2),a+=2):a++;if(0===r.length)return e;t=n-r.length,i=new Uint8Array(t);var s=0;for(a=0;a<t;s++,a++)s===r[0]&&(s++,r.shift()),i[a]=e[s];return i},USER_DATA_REGISTERED_ITU_T_T35:4}},2628:(e,t,i)=>{"use strict";var n,r,a=i(7661).parseType,s=function(e){return new Date(1e3*e-20828448e5)},o=function(e){return{isLeading:(12&e[0])>>>2,dependsOn:3&e[0],isDependedOn:(192&e[1])>>>6,hasRedundancy:(48&e[1])>>>4,paddingValue:(14&e[1])>>>1,isNonSyncSample:1&e[1],degradationPriority:e[2]<<8|e[3]}},u=function(e){var t,i,n=new DataView(e.buffer,e.byteOffset,e.byteLength),r=[];for(t=0;t+4<e.length;t+=i)if(i=n.getUint32(t),t+=4,i<=0)r.push("<span style='color:red;'>MALFORMED DATA</span>");else switch(31&e[t]){case 1:r.push("slice_layer_without_partitioning_rbsp");break;case 5:r.push("slice_layer_without_partitioning_rbsp_idr");break;case 6:r.push("sei_rbsp");break;case 7:r.push("seq_parameter_set_rbsp");break;case 8:r.push("pic_parameter_set_rbsp");break;case 9:r.push("access_unit_delimiter_rbsp");break;default:r.push("UNKNOWN NAL - "+e[t]&31)}return r},l={avc1:function(e){var t=new DataView(e.buffer,e.byteOffset,e.byteLength);return{dataReferenceIndex:t.getUint16(6),width:t.getUint16(24),height:t.getUint16(26),horizresolution:t.getUint16(28)+t.getUint16(30)/16,vertresolution:t.getUint16(32)+t.getUint16(34)/16,frameCount:t.getUint16(40),depth:t.getUint16(74),config:n(e.subarray(78,e.byteLength))}},avcC:function(e){var t,i,n,r,a=new DataView(e.buffer,e.byteOffset,e.byteLength),s={configurationVersion:e[0],avcProfileIndication:e[1],profileCompatibility:e[2],avcLevelIndication:e[3],lengthSizeMinusOne:3&e[4],sps:[],pps:[]},o=31&e[5];for(n=6,r=0;r<o;r++)i=a.getUint16(n),n+=2,s.sps.push(new Uint8Array(e.subarray(n,n+i))),n+=i;for(t=e[n],n++,r=0;r<t;r++)i=a.getUint16(n),n+=2,s.pps.push(new Uint8Array(e.subarray(n,n+i))),n+=i;return s},btrt:function(e){var t=new DataView(e.buffer,e.byteOffset,e.byteLength);return{bufferSizeDB:t.getUint32(0),maxBitrate:t.getUint32(4),avgBitrate:t.getUint32(8)}},esds:function(e){return{version:e[0],flags:new Uint8Array(e.subarray(1,4)),esId:e[6]<<8|e[7],streamPriority:31&e[8],decoderConfig:{objectProfileIndication:e[11],streamType:e[12]>>>2&63,bufferSize:e[13]<<16|e[14]<<8|e[15],maxBitrate:e[16]<<24|e[17]<<16|e[18]<<8|e[19],avgBitrate:e[20]<<24|e[21]<<16|e[22]<<8|e[23],decoderConfigDescriptor:{tag:e[24],length:e[25],audioObjectType:e[26]>>>3&31,samplingFrequencyIndex:(7&e[26])<<1|e[27]>>>7&1,channelConfiguration:e[27]>>>3&15}}}},ftyp:function(e){for(var t=new DataView(e.buffer,e.byteOffset,e.byteLength),i={majorBrand:a(e.subarray(0,4)),minorVersion:t.getUint32(4),compatibleBrands:[]},n=8;n<e.byteLength;)i.compatibleBrands.push(a(e.subarray(n,n+4))),n+=4;return i},dinf:function(e){return{boxes:n(e)}},dref:function(e){return{version:e[0],flags:new Uint8Array(e.subarray(1,4)),dataReferences:n(e.subarray(8))}},hdlr:function(e){var t={version:new DataView(e.buffer,e.byteOffset,e.byteLength).getUint8(0),flags:new Uint8Array(e.subarray(1,4)),handlerType:a(e.subarray(8,12)),name:""},i=8;for(i=24;i<e.byteLength;i++){if(0===e[i]){i++;break}t.name+=String.fromCharCode(e[i])}return t.name=decodeURIComponent(escape(t.name)),t},mdat:function(e){return{byteLength:e.byteLength,nals:u(e)}},mdhd:function(e){var t,i=new DataView(e.buffer,e.byteOffset,e.byteLength),n=4,r={version:i.getUint8(0),flags:new Uint8Array(e.subarray(1,4)),language:""};return 1===r.version?(n+=4,r.creationTime=s(i.getUint32(n)),n+=8,r.modificationTime=s(i.getUint32(n)),n+=4,r.timescale=i.getUint32(n),n+=8,r.duration=i.getUint32(n)):(r.creationTime=s(i.getUint32(n)),n+=4,r.modificationTime=s(i.getUint32(n)),n+=4,r.timescale=i.getUint32(n),n+=4,r.duration=i.getUint32(n)),n+=4,t=i.getUint16(n),r.language+=String.fromCharCode(96+(t>>10)),r.language+=String.fromCharCode(96+((992&t)>>5)),r.language+=String.fromCharCode(96+(31&t)),r},mdia:function(e){return{boxes:n(e)}},mfhd:function(e){return{version:e[0],flags:new Uint8Array(e.subarray(1,4)),sequenceNumber:e[4]<<24|e[5]<<16|e[6]<<8|e[7]}},minf:function(e){return{boxes:n(e)}},mp4a:function(e){var t=new DataView(e.buffer,e.byteOffset,e.byteLength),i={dataReferenceIndex:t.getUint16(6),channelcount:t.getUint16(16),samplesize:t.getUint16(18),samplerate:t.getUint16(24)+t.getUint16(26)/65536};return e.byteLength>28&&(i.streamDescriptor=n(e.subarray(28))[0]),i},moof:function(e){return{boxes:n(e)}},moov:function(e){return{boxes:n(e)}},mvex:function(e){return{boxes:n(e)}},mvhd:function(e){var t=new DataView(e.buffer,e.byteOffset,e.byteLength),i=4,n={version:t.getUint8(0),flags:new Uint8Array(e.subarray(1,4))};return 1===n.version?(i+=4,n.creationTime=s(t.getUint32(i)),i+=8,n.modificationTime=s(t.getUint32(i)),i+=4,n.timescale=t.getUint32(i),i+=8,n.duration=t.getUint32(i)):(n.creationTime=s(t.getUint32(i)),i+=4,n.modificationTime=s(t.getUint32(i)),i+=4,n.timescale=t.getUint32(i),i+=4,n.duration=t.getUint32(i)),i+=4,n.rate=t.getUint16(i)+t.getUint16(i+2)/16,i+=4,n.volume=t.getUint8(i)+t.getUint8(i+1)/8,i+=2,i+=2,i+=8,n.matrix=new Uint32Array(e.subarray(i,i+36)),i+=36,i+=24,n.nextTrackId=t.getUint32(i),n},pdin:function(e){var t=new DataView(e.buffer,e.byteOffset,e.byteLength);return{version:t.getUint8(0),flags:new Uint8Array(e.subarray(1,4)),rate:t.getUint32(4),initialDelay:t.getUint32(8)}},sdtp:function(e){var t,i={version:e[0],flags:new Uint8Array(e.subarray(1,4)),samples:[]};for(t=4;t<e.byteLength;t++)i.samples.push({dependsOn:(48&e[t])>>4,isDependedOn:(12&e[t])>>2,hasRedundancy:3&e[t]});return i},sidx:function(e){var t,i=new DataView(e.buffer,e.byteOffset,e.byteLength),n={version:e[0],flags:new Uint8Array(e.subarray(1,4)),references:[],referenceId:i.getUint32(4),timescale:i.getUint32(8),earliestPresentationTime:i.getUint32(12),firstOffset:i.getUint32(16)},r=i.getUint16(22);for(t=24;r;t+=12,r--)n.references.push({referenceType:(128&e[t])>>>7,referencedSize:2147483647&i.getUint32(t),subsegmentDuration:i.getUint32(t+4),startsWithSap:!!(128&e[t+8]),sapType:(112&e[t+8])>>>4,sapDeltaTime:268435455&i.getUint32(t+8)});return n},smhd:function(e){return{version:e[0],flags:new Uint8Array(e.subarray(1,4)),balance:e[4]+e[5]/256}},stbl:function(e){return{boxes:n(e)}},stco:function(e){var t,i=new DataView(e.buffer,e.byteOffset,e.byteLength),n={version:e[0],flags:new Uint8Array(e.subarray(1,4)),chunkOffsets:[]},r=i.getUint32(4);for(t=8;r;t+=4,r--)n.chunkOffsets.push(i.getUint32(t));return n},stsc:function(e){var t,i=new DataView(e.buffer,e.byteOffset,e.byteLength),n=i.getUint32(4),r={version:e[0],flags:new Uint8Array(e.subarray(1,4)),sampleToChunks:[]};for(t=8;n;t+=12,n--)r.sampleToChunks.push({firstChunk:i.getUint32(t),samplesPerChunk:i.getUint32(t+4),sampleDescriptionIndex:i.getUint32(t+8)});return r},stsd:function(e){return{version:e[0],flags:new Uint8Array(e.subarray(1,4)),sampleDescriptions:n(e.subarray(8))}},stsz:function(e){var t,i=new DataView(e.buffer,e.byteOffset,e.byteLength),n={version:e[0],flags:new Uint8Array(e.subarray(1,4)),sampleSize:i.getUint32(4),entries:[]};for(t=12;t<e.byteLength;t+=4)n.entries.push(i.getUint32(t));return n},stts:function(e){var t,i=new DataView(e.buffer,e.byteOffset,e.byteLength),n={version:e[0],flags:new Uint8Array(e.subarray(1,4)),timeToSamples:[]},r=i.getUint32(4);for(t=8;r;t+=8,r--)n.timeToSamples.push({sampleCount:i.getUint32(t),sampleDelta:i.getUint32(t+4)});return n},styp:function(e){return l.ftyp(e)},tfdt:function(e){var t={version:e[0],flags:new Uint8Array(e.subarray(1,4)),baseMediaDecodeTime:e[4]<<24|e[5]<<16|e[6]<<8|e[7]};return 1===t.version&&(t.baseMediaDecodeTime*=Math.pow(2,32),t.baseMediaDecodeTime+=e[8]<<24|e[9]<<16|e[10]<<8|e[11]),t},tfhd:function(e){var t,i=new DataView(e.buffer,e.byteOffset,e.byteLength),n={version:e[0],flags:new Uint8Array(e.subarray(1,4)),trackId:i.getUint32(4)},r=1&n.flags[2],a=2&n.flags[2],s=8&n.flags[2],o=16&n.flags[2],u=32&n.flags[2],l=65536&n.flags[0],c=131072&n.flags[0];return t=8,r&&(t+=4,n.baseDataOffset=i.getUint32(12),t+=4),a&&(n.sampleDescriptionIndex=i.getUint32(t),t+=4),s&&(n.defaultSampleDuration=i.getUint32(t),t+=4),o&&(n.defaultSampleSize=i.getUint32(t),t+=4),u&&(n.defaultSampleFlags=i.getUint32(t)),l&&(n.durationIsEmpty=!0),!r&&c&&(n.baseDataOffsetIsMoof=!0),n},tkhd:function(e){var t=new DataView(e.buffer,e.byteOffset,e.byteLength),i=4,n={version:t.getUint8(0),flags:new Uint8Array(e.subarray(1,4))};return 1===n.version?(i+=4,n.creationTime=s(t.getUint32(i)),i+=8,n.modificationTime=s(t.getUint32(i)),i+=4,n.trackId=t.getUint32(i),i+=4,i+=8,n.duration=t.getUint32(i)):(n.creationTime=s(t.getUint32(i)),i+=4,n.modificationTime=s(t.getUint32(i)),i+=4,n.trackId=t.getUint32(i),i+=4,i+=4,n.duration=t.getUint32(i)),i+=4,i+=8,n.layer=t.getUint16(i),i+=2,n.alternateGroup=t.getUint16(i),i+=2,n.volume=t.getUint8(i)+t.getUint8(i+1)/8,i+=2,i+=2,n.matrix=new Uint32Array(e.subarray(i,i+36)),i+=36,n.width=t.getUint16(i)+t.getUint16(i+2)/16,i+=4,n.height=t.getUint16(i)+t.getUint16(i+2)/16,n},traf:function(e){return{boxes:n(e)}},trak:function(e){return{boxes:n(e)}},trex:function(e){var t=new DataView(e.buffer,e.byteOffset,e.byteLength);return{version:e[0],flags:new Uint8Array(e.subarray(1,4)),trackId:t.getUint32(4),defaultSampleDescriptionIndex:t.getUint32(8),defaultSampleDuration:t.getUint32(12),defaultSampleSize:t.getUint32(16),sampleDependsOn:3&e[20],sampleIsDependedOn:(192&e[21])>>6,sampleHasRedundancy:(48&e[21])>>4,samplePaddingValue:(14&e[21])>>1,sampleIsDifferenceSample:!!(1&e[21]),sampleDegradationPriority:t.getUint16(22)}},trun:function(e){var t,i={version:e[0],flags:new Uint8Array(e.subarray(1,4)),samples:[]},n=new DataView(e.buffer,e.byteOffset,e.byteLength),r=1&i.flags[2],a=4&i.flags[2],s=1&i.flags[1],u=2&i.flags[1],l=4&i.flags[1],c=8&i.flags[1],h=n.getUint32(4),d=8;for(r&&(i.dataOffset=n.getInt32(d),d+=4),a&&h&&(t={flags:o(e.subarray(d,d+4))},d+=4,s&&(t.duration=n.getUint32(d),d+=4),u&&(t.size=n.getUint32(d),d+=4),c&&(t.compositionTimeOffset=n.getUint32(d),d+=4),i.samples.push(t),h--);h--;)t={},s&&(t.duration=n.getUint32(d),d+=4),u&&(t.size=n.getUint32(d),d+=4),l&&(t.flags=o(e.subarray(d,d+4)),d+=4),c&&(t.compositionTimeOffset=n.getUint32(d),d+=4),i.samples.push(t);return i},"url ":function(e){return{version:e[0],flags:new Uint8Array(e.subarray(1,4))}},vmhd:function(e){var t=new DataView(e.buffer,e.byteOffset,e.byteLength);return{version:e[0],flags:new Uint8Array(e.subarray(1,4)),graphicsmode:t.getUint16(4),opcolor:new Uint16Array([t.getUint16(6),t.getUint16(8),t.getUint16(10)])}}};n=function(e){for(var t,i,n,r,s,o=0,u=[],c=new ArrayBuffer(e.length),h=new Uint8Array(c),d=0;d<e.length;++d)h[d]=e[d];for(t=new DataView(c);o<e.byteLength;)i=t.getUint32(o),n=a(e.subarray(o+4,o+8)),r=i>1?o+i:e.byteLength,(s=(l[n]||function(e){return{data:e}})(e.subarray(o+8,r))).size=i,s.type=n,u.push(s),o=r;return u},r=function(e,t){var i;return t=t||0,i=new Array(2*t+1).join(" "),e.map((function(e,n){return i+e.type+"\n"+Object.keys(e).filter((function(e){return"type"!==e&&"boxes"!==e})).map((function(t){var n=i+" "+t+": ",r=e[t];if(r instanceof Uint8Array||r instanceof Uint32Array){var a=Array.prototype.slice.call(new Uint8Array(r.buffer,r.byteOffset,r.byteLength)).map((function(e){return" "+("00"+e.toString(16)).slice(-2)})).join("").match(/.{1,24}/g);return a?1===a.length?n+"<"+a.join("").slice(1)+">":n+"<\n"+a.map((function(e){return i+" "+e})).join("\n")+"\n"+i+" >":n+"<>"}return n+JSON.stringify(r,null,2).split("\n").map((function(e,t){return 0===t?e:i+" "+e})).join("\n")})).join("\n")+(e.boxes?"\n"+r(e.boxes,t+1):"")})).join("\n")},e.exports={inspect:n,textify:r,parseTfdt:l.tfdt,parseHdlr:l.hdlr,parseTfhd:l.tfhd,parseTrun:l.trun}},5547:(e,t,i)=>{"use strict";var n=i(5215),r=i(817).handleRollover,a={};a.ts=i(4149),a.aac=i(5220);var s=9e4,o=188,u=71,l=function(e,t,i){for(var n,r,s,l,c=0,h=o,d=!1;h<=e.byteLength;)if(e[c]!==u||e[h]!==u&&h!==e.byteLength)c++,h++;else{switch(n=e.subarray(c,h),a.ts.parseType(n,t.pid)){case"pes":r=a.ts.parsePesType(n,t.table),s=a.ts.parsePayloadUnitStartIndicator(n),"audio"===r&&s&&(l=a.ts.parsePesTime(n))&&(l.type="audio",i.audio.push(l),d=!0)}if(d)break;c+=o,h+=o}for(c=(h=e.byteLength)-o,d=!1;c>=0;)if(e[c]!==u||e[h]!==u&&h!==e.byteLength)c--,h--;else{switch(n=e.subarray(c,h),a.ts.parseType(n,t.pid)){case"pes":r=a.ts.parsePesType(n,t.table),s=a.ts.parsePayloadUnitStartIndicator(n),"audio"===r&&s&&(l=a.ts.parsePesTime(n))&&(l.type="audio",i.audio.push(l),d=!0)}if(d)break;c-=o,h-=o}},c=function(e,t,i){for(var n,r,s,l,c,h,d,p=0,f=o,m=!1,g={data:[],size:0};f<e.byteLength;)if(e[p]!==u||e[f]!==u)p++,f++;else{switch(n=e.subarray(p,f),a.ts.parseType(n,t.pid)){case"pes":if(r=a.ts.parsePesType(n,t.table),s=a.ts.parsePayloadUnitStartIndicator(n),"video"===r&&(s&&!m&&(l=a.ts.parsePesTime(n))&&(l.type="video",i.video.push(l),m=!0),!i.firstKeyFrame)){if(s&&0!==g.size){for(c=new Uint8Array(g.size),h=0;g.data.length;)d=g.data.shift(),c.set(d,h),h+=d.byteLength;a.ts.videoPacketContainsKeyFrame(c)&&(i.firstKeyFrame=a.ts.parsePesTime(c),i.firstKeyFrame.type="video"),g.size=0}g.data.push(n),g.size+=n.byteLength}}if(m&&i.firstKeyFrame)break;p+=o,f+=o}for(p=(f=e.byteLength)-o,m=!1;p>=0;)if(e[p]!==u||e[f]!==u)p--,f--;else{switch(n=e.subarray(p,f),a.ts.parseType(n,t.pid)){case"pes":r=a.ts.parsePesType(n,t.table),s=a.ts.parsePayloadUnitStartIndicator(n),"video"===r&&s&&(l=a.ts.parsePesTime(n))&&(l.type="video",i.video.push(l),m=!0)}if(m)break;p-=o,f-=o}},h=function(e){var t={pid:null,table:null},i={};for(var r in function(e,t){for(var i,n=0,r=o;r<e.byteLength;)if(e[n]!==u||e[r]!==u)n++,r++;else{switch(i=e.subarray(n,r),a.ts.parseType(i,t.pid)){case"pat":t.pid||(t.pid=a.ts.parsePat(i));break;case"pmt":t.table||(t.table=a.ts.parsePmt(i))}if(t.pid&&t.table)return;n+=o,r+=o}}(e,t),t.table){if(t.table.hasOwnProperty(r))switch(t.table[r]){case n.H264_STREAM_TYPE:i.video=[],c(e,t,i),0===i.video.length&&delete i.video;break;case n.ADTS_STREAM_TYPE:i.audio=[],l(e,t,i),0===i.audio.length&&delete i.audio}}return i};e.exports={inspect:function(e,t){var i;return(i=a.aac.isLikelyAacData(e)?function(e){for(var t,i=!1,n=0,r=null,o=null,u=0,l=0;e.length-l>=3;){switch(a.aac.parseType(e,l)){case"timed-metadata":if(e.length-l<10){i=!0;break}if((u=a.aac.parseId3TagSize(e,l))>e.length){i=!0;break}null===o&&(t=e.subarray(l,l+u),o=a.aac.parseAacTimestamp(t)),l+=u;break;case"audio":if(e.length-l<7){i=!0;break}if((u=a.aac.parseAdtsSize(e,l))>e.length){i=!0;break}null===r&&(t=e.subarray(l,l+u),r=a.aac.parseSampleRate(t)),n++,l+=u;break;default:l++}if(i)return null}if(null===r||null===o)return null;var c=s/r;return{audio:[{type:"audio",dts:o,pts:o},{type:"audio",dts:o+1024*n*c,pts:o+1024*n*c}]}}(e):h(e))&&(i.audio||i.video)?(function(e,t){if(e.audio&&e.audio.length){var i=t;void 0===i&&(i=e.audio[0].dts),e.audio.forEach((function(e){e.dts=r(e.dts,i),e.pts=r(e.pts,i),e.dtsTime=e.dts/s,e.ptsTime=e.pts/s}))}if(e.video&&e.video.length){var n=t;if(void 0===n&&(n=e.video[0].dts),e.video.forEach((function(e){e.dts=r(e.dts,n),e.pts=r(e.pts,n),e.dtsTime=e.dts/s,e.ptsTime=e.pts/s})),e.firstKeyFrame){var a=e.firstKeyFrame;a.dts=r(a.dts,n),a.pts=r(a.pts,n),a.dtsTime=a.dts/s,a.ptsTime=a.dts/s}}}(i,t),i):null},parseAudioPes_:l}},1976:e=>{e.exports={toUnsigned:function(e){return e>>>0}}},1489:e=>{var t,i,n,r,a,s;t=function(e){return 9e4*e},i=function(e,t){return e*t},n=function(e){return e/9e4},r=function(e,t){return e/t},a=function(e,i){return t(r(e,i))},s=function(e,t){return i(n(e),t)},e.exports={secondsToVideoTs:t,secondsToAudioTs:i,videoTsToSeconds:n,audioTsToSeconds:r,audioTsToVideoTs:a,videoTsToAudioTs:s}},9798:e=>{"use strict";var t;t=function(e){var t=e.byteLength,i=0,n=0;this.length=function(){return 8*t},this.bitsAvailable=function(){return 8*t+n},this.loadWord=function(){var r=e.byteLength-t,a=new Uint8Array(4),s=Math.min(4,t);if(0===s)throw new Error("no bytes available");a.set(e.subarray(r,r+s)),i=new DataView(a.buffer).getUint32(0),n=8*s,t-=s},this.skipBits=function(e){var r;n>e?(i<<=e,n-=e):(e-=n,e-=8*(r=Math.floor(e/8)),t-=r,this.loadWord(),i<<=e,n-=e)},this.readBits=function(e){var r=Math.min(n,e),a=i>>>32-r;return(n-=r)>0?i<<=r:t>0&&this.loadWord(),(r=e-r)>0?a<<r|this.readBits(r):a},this.skipLeadingZeros=function(){var e;for(e=0;e<n;++e)if(0!=(i&2147483648>>>e))return i<<=e,n-=e,e;return this.loadWord(),e+this.skipLeadingZeros()},this.skipUnsignedExpGolomb=function(){this.skipBits(1+this.skipLeadingZeros())},this.skipExpGolomb=function(){this.skipBits(1+this.skipLeadingZeros())},this.readUnsignedExpGolomb=function(){var e=this.skipLeadingZeros();return this.readBits(e+1)-1},this.readExpGolomb=function(){var e=this.readUnsignedExpGolomb();return 1&e?1+e>>>1:-1*(e>>>1)},this.readBoolean=function(){return 1===this.readBits(1)},this.readUnsignedByte=function(){return this.readBits(8)},this.loadWord()},e.exports=t},1961:e=>{"use strict";var t=function(){this.init=function(){var e={};this.on=function(t,i){e[t]||(e[t]=[]),e[t]=e[t].concat(i)},this.off=function(t,i){var n;return!!e[t]&&(n=e[t].indexOf(i),e[t]=e[t].slice(),e[t].splice(n,1),n>-1)},this.trigger=function(t){var i,n,r,a;if(i=e[t])if(2===arguments.length)for(r=i.length,n=0;n<r;++n)i[n].call(this,arguments[1]);else{for(a=[],n=arguments.length,n=1;n<arguments.length;++n)a.push(arguments[n]);for(r=i.length,n=0;n<r;++n)i[n].apply(this,a)}},this.dispose=function(){e={}}}};t.prototype.pipe=function(e){return this.on("data",(function(t){e.push(t)})),this.on("done",(function(t){e.flush(t)})),e},t.prototype.push=function(e){this.trigger("data",e)},t.prototype.flush=function(e){this.trigger("done",e)},e.exports=t},4947:(e,t,i)=>{var n=i(2745),r=i(4029);e.exports=function(e){if(!e)return{};var t={};return r(n(e).split("\n"),(function(e){var i,r=e.indexOf(":"),a=n(e.slice(0,r)).toLowerCase(),s=n(e.slice(r+1));void 0===t[a]?t[a]=s:(i=t[a],"[object Array]"===Object.prototype.toString.call(i)?t[a].push(s):t[a]=[t[a],s])})),t}},5974:e=>{e.exports=function(e,t){var i,n=null;try{i=JSON.parse(e,t)}catch(e){n=e}return[n,i]}},2745:(e,t)=>{(t=e.exports=function(e){return e.replace(/^\s*|\s*$/g,"")}).left=function(e){return e.replace(/^\s*/,"")},t.right=function(e){return e.replace(/\s*$/,"")}},7753:e=>{function t(e){return e.replace(/\n\r?\s*/g,"")}e.exports=function(e){for(var i="",n=0;n<arguments.length;n++)i+=t(e[n])+(arguments[n+1]||"");return i}},9945:function(e){var t,i,n,r,a;t=/^((?:[a-zA-Z0-9+\-.]+:)?)(\/\/[^\/?#]*)?((?:[^\/\?#]*\/)*.*?)??(;.*?)?(\?.*?)?(#.*?)?$/,i=/^([^\/?#]*)(.*)$/,n=/(?:\/|^)\.(?=\/)/g,r=/(?:\/|^)\.\.\/(?!\.\.\/).*?(?=\/)/g,a={buildAbsoluteURL:function(e,t,n){if(n=n||{},e=e.trim(),!(t=t.trim())){if(!n.alwaysNormalize)return e;var r=a.parseURL(e);if(!r)throw new Error("Error trying to parse base URL.");return r.path=a.normalizePath(r.path),a.buildURLFromParts(r)}var s=a.parseURL(t);if(!s)throw new Error("Error trying to parse relative URL.");if(s.scheme)return n.alwaysNormalize?(s.path=a.normalizePath(s.path),a.buildURLFromParts(s)):t;var o=a.parseURL(e);if(!o)throw new Error("Error trying to parse base URL.");if(!o.netLoc&&o.path&&"/"!==o.path[0]){var u=i.exec(o.path);o.netLoc=u[1],o.path=u[2]}o.netLoc&&!o.path&&(o.path="/");var l={scheme:o.scheme,netLoc:s.netLoc,path:null,params:s.params,query:s.query,fragment:s.fragment};if(!s.netLoc&&(l.netLoc=o.netLoc,"/"!==s.path[0]))if(s.path){var c=o.path,h=c.substring(0,c.lastIndexOf("/")+1)+s.path;l.path=a.normalizePath(h)}else l.path=o.path,s.params||(l.params=o.params,s.query||(l.query=o.query));return null===l.path&&(l.path=n.alwaysNormalize?a.normalizePath(s.path):s.path),a.buildURLFromParts(l)},parseURL:function(e){var i=t.exec(e);return i?{scheme:i[1]||"",netLoc:i[2]||"",path:i[3]||"",params:i[4]||"",query:i[5]||"",fragment:i[6]||""}:null},normalizePath:function(e){for(e=e.split("").reverse().join("").replace(n,"");e.length!==(e=e.replace(r,"")).length;);return e.split("").reverse().join("")},buildURLFromParts:function(e){return e.scheme+e.netLoc+e.path+e.params+e.query+e.fragment}},e.exports=a},1272:(e,t,i)=>{"use strict";i.r(t),i.d(t,{default:()=>vu});var n=i(5974),r=i.n(n),a=i(3407),s=i.n(a),o=i(7753),u=i.n(o),l=i(1875),c=i.n(l),h=i(9945),d=i.n(h),p=i(8908),f=i.n(p),m=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")},g=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)Object.prototype.hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},y=function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)},v=function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t},_=function(){function e(){m(this,e),this.listeners={}}return e.prototype.on=function(e,t){this.listeners[e]||(this.listeners[e]=[]),this.listeners[e].push(t)},e.prototype.off=function(e,t){if(!this.listeners[e])return!1;var i=this.listeners[e].indexOf(t);return this.listeners[e].splice(i,1),i>-1},e.prototype.trigger=function(e){var t=this.listeners[e],i=void 0,n=void 0,r=void 0;if(t)if(2===arguments.length)for(n=t.length,i=0;i<n;++i)t[i].call(this,arguments[1]);else for(r=Array.prototype.slice.call(arguments,1),n=t.length,i=0;i<n;++i)t[i].apply(this,r)},e.prototype.dispose=function(){this.listeners={}},e.prototype.pipe=function(e){this.on("data",(function(t){e.push(t)}))},e}(),b=function(e){function t(){m(this,t);var i=v(this,e.call(this));return i.buffer="",i}return y(t,e),t.prototype.push=function(e){var t=void 0;for(this.buffer+=e,t=this.buffer.indexOf("\n");t>-1;t=this.buffer.indexOf("\n"))this.trigger("data",this.buffer.substring(0,t)),this.buffer=this.buffer.substring(t+1)},t}(_),T=function(e){for(var t=e.split(new RegExp('(?:^|,)((?:[^=]*)=(?:"[^"]*"|[^,]*))')),i={},n=t.length,r=void 0;n--;)""!==t[n]&&((r=/([^=]*)=(.*)/.exec(t[n]).slice(1))[0]=r[0].replace(/^\s+|\s+$/g,""),r[1]=r[1].replace(/^\s+|\s+$/g,""),r[1]=r[1].replace(/^['"](.*)['"]$/g,"$1"),i[r[0]]=r[1]);return i},S=function(e){function t(){m(this,t);var i=v(this,e.call(this));return i.customParsers=[],i}return y(t,e),t.prototype.push=function(e){var t=void 0,i=void 0;if(0!==(e=e.replace(/^[\u0000\s]+|[\u0000\s]+$/g,"")).length)if("#"===e[0]){for(var n=0;n<this.customParsers.length;n++)if(this.customParsers[n].call(this,e))return;if(0===e.indexOf("#EXT"))if(e=e.replace("\r",""),t=/^#EXTM3U/.exec(e))this.trigger("data",{type:"tag",tagType:"m3u"});else{if(t=/^#EXTINF:?([0-9\.]*)?,?(.*)?$/.exec(e))return i={type:"tag",tagType:"inf"},t[1]&&(i.duration=parseFloat(t[1])),t[2]&&(i.title=t[2]),void this.trigger("data",i);if(t=/^#EXT-X-TARGETDURATION:?([0-9.]*)?/.exec(e))return i={type:"tag",tagType:"targetduration"},t[1]&&(i.duration=parseInt(t[1],10)),void this.trigger("data",i);if(t=/^#ZEN-TOTAL-DURATION:?([0-9.]*)?/.exec(e))return i={type:"tag",tagType:"totalduration"},t[1]&&(i.duration=parseInt(t[1],10)),void this.trigger("data",i);if(t=/^#EXT-X-VERSION:?([0-9.]*)?/.exec(e))return i={type:"tag",tagType:"version"},t[1]&&(i.version=parseInt(t[1],10)),void this.trigger("data",i);if(t=/^#EXT-X-MEDIA-SEQUENCE:?(\-?[0-9.]*)?/.exec(e))return i={type:"tag",tagType:"media-sequence"},t[1]&&(i.number=parseInt(t[1],10)),void this.trigger("data",i);if(t=/^#EXT-X-DISCONTINUITY-SEQUENCE:?(\-?[0-9.]*)?/.exec(e))return i={type:"tag",tagType:"discontinuity-sequence"},t[1]&&(i.number=parseInt(t[1],10)),void this.trigger("data",i);if(t=/^#EXT-X-PLAYLIST-TYPE:?(.*)?$/.exec(e))return i={type:"tag",tagType:"playlist-type"},t[1]&&(i.playlistType=t[1]),void this.trigger("data",i);if(t=/^#EXT-X-BYTERANGE:?([0-9.]*)?@?([0-9.]*)?/.exec(e))return i={type:"tag",tagType:"byterange"},t[1]&&(i.length=parseInt(t[1],10)),t[2]&&(i.offset=parseInt(t[2],10)),void this.trigger("data",i);if(t=/^#EXT-X-ALLOW-CACHE:?(YES|NO)?/.exec(e))return i={type:"tag",tagType:"allow-cache"},t[1]&&(i.allowed=!/NO/.test(t[1])),void this.trigger("data",i);if(t=/^#EXT-X-MAP:?(.*)$/.exec(e)){if(i={type:"tag",tagType:"map"},t[1]){var r=T(t[1]);if(r.URI&&(i.uri=r.URI),r.BYTERANGE){var a=r.BYTERANGE.split("@"),s=a[0],o=a[1];i.byterange={},s&&(i.byterange.length=parseInt(s,10)),o&&(i.byterange.offset=parseInt(o,10))}}this.trigger("data",i)}else if(t=/^#EXT-X-STREAM-INF:?(.*)$/.exec(e)){if(i={type:"tag",tagType:"stream-inf"},t[1]){if(i.attributes=T(t[1]),i.attributes.RESOLUTION){var u=i.attributes.RESOLUTION.split("x"),l={};u[0]&&(l.width=parseInt(u[0],10)),u[1]&&(l.height=parseInt(u[1],10)),i.attributes.RESOLUTION=l}i.attributes.BANDWIDTH&&(i.attributes.BANDWIDTH=parseInt(i.attributes.BANDWIDTH,10)),i.attributes["PROGRAM-ID"]&&(i.attributes["PROGRAM-ID"]=parseInt(i.attributes["PROGRAM-ID"],10))}this.trigger("data",i)}else{if(t=/^#EXT-X-MEDIA:?(.*)$/.exec(e))return i={type:"tag",tagType:"media"},t[1]&&(i.attributes=T(t[1])),void this.trigger("data",i);if(t=/^#EXT-X-ENDLIST/.exec(e))this.trigger("data",{type:"tag",tagType:"endlist"});else if(t=/^#EXT-X-DISCONTINUITY/.exec(e))this.trigger("data",{type:"tag",tagType:"discontinuity"});else{if(t=/^#EXT-X-PROGRAM-DATE-TIME:?(.*)$/.exec(e))return i={type:"tag",tagType:"program-date-time"},t[1]&&(i.dateTimeString=t[1],i.dateTimeObject=new Date(t[1])),void this.trigger("data",i);if(t=/^#EXT-X-KEY:?(.*)$/.exec(e))return i={type:"tag",tagType:"key"},t[1]&&(i.attributes=T(t[1]),i.attributes.IV&&("0x"===i.attributes.IV.substring(0,2).toLowerCase()&&(i.attributes.IV=i.attributes.IV.substring(2)),i.attributes.IV=i.attributes.IV.match(/.{8}/g),i.attributes.IV[0]=parseInt(i.attributes.IV[0],16),i.attributes.IV[1]=parseInt(i.attributes.IV[1],16),i.attributes.IV[2]=parseInt(i.attributes.IV[2],16),i.attributes.IV[3]=parseInt(i.attributes.IV[3],16),i.attributes.IV=new Uint32Array(i.attributes.IV))),void this.trigger("data",i);if(t=/^#EXT-X-START:?(.*)$/.exec(e))return i={type:"tag",tagType:"start"},t[1]&&(i.attributes=T(t[1]),i.attributes["TIME-OFFSET"]=parseFloat(i.attributes["TIME-OFFSET"]),i.attributes.PRECISE=/YES/.test(i.attributes.PRECISE)),void this.trigger("data",i);if(t=/^#EXT-X-CUE-OUT-CONT:?(.*)?$/.exec(e))return i={type:"tag",tagType:"cue-out-cont"},t[1]?i.data=t[1]:i.data="",void this.trigger("data",i);if(t=/^#EXT-X-CUE-OUT:?(.*)?$/.exec(e))return i={type:"tag",tagType:"cue-out"},t[1]?i.data=t[1]:i.data="",void this.trigger("data",i);if(t=/^#EXT-X-CUE-IN:?(.*)?$/.exec(e))return i={type:"tag",tagType:"cue-in"},t[1]?i.data=t[1]:i.data="",void this.trigger("data",i);this.trigger("data",{type:"tag",data:e.slice(4)})}}}else this.trigger("data",{type:"comment",text:e.slice(1)})}else this.trigger("data",{type:"uri",uri:e})},t.prototype.addParser=function(e){var t=this,i=e.expression,n=e.customType,r=e.dataParser,a=e.segment;"function"!=typeof r&&(r=function(e){return e}),this.customParsers.push((function(e){if(i.exec(e))return t.trigger("data",{type:"custom",data:r(e),customType:n,segment:a}),!0}))},t}(_),k=function(e){function t(){m(this,t);var i=v(this,e.call(this));i.lineStream=new b,i.parseStream=new S,i.lineStream.pipe(i.parseStream);var n=i,r=[],a={},s=void 0,o=void 0,u=function(){},l={AUDIO:{},VIDEO:{},"CLOSED-CAPTIONS":{},SUBTITLES:{}},c=0;return i.manifest={allowCache:!0,discontinuityStarts:[],segments:[]},i.parseStream.on("data",(function(e){var t=void 0,i=void 0;({tag:function(){({"allow-cache":function(){this.manifest.allowCache=e.allowed,"allowed"in e||(this.trigger("info",{message:"defaulting allowCache to YES"}),this.manifest.allowCache=!0)},byterange:function(){var t={};"length"in e&&(a.byterange=t,t.length=e.length,"offset"in e||(this.trigger("info",{message:"defaulting offset to zero"}),e.offset=0)),"offset"in e&&(a.byterange=t,t.offset=e.offset)},endlist:function(){this.manifest.endList=!0},inf:function(){"mediaSequence"in this.manifest||(this.manifest.mediaSequence=0,this.trigger("info",{message:"defaulting media sequence to zero"})),"discontinuitySequence"in this.manifest||(this.manifest.discontinuitySequence=0,this.trigger("info",{message:"defaulting discontinuity sequence to zero"})),e.duration>0&&(a.duration=e.duration),0===e.duration&&(a.duration=.01,this.trigger("info",{message:"updating zero segment duration to a small value"})),this.manifest.segments=r},key:function(){e.attributes?"NONE"!==e.attributes.METHOD?e.attributes.URI?(e.attributes.METHOD||this.trigger("warn",{message:"defaulting key method to AES-128"}),o={method:e.attributes.METHOD||"AES-128",uri:e.attributes.URI},void 0!==e.attributes.IV&&(o.iv=e.attributes.IV)):this.trigger("warn",{message:"ignoring key declaration without URI"}):o=null:this.trigger("warn",{message:"ignoring key declaration without attribute list"})},"media-sequence":function(){isFinite(e.number)?this.manifest.mediaSequence=e.number:this.trigger("warn",{message:"ignoring invalid media sequence: "+e.number})},"discontinuity-sequence":function(){isFinite(e.number)?(this.manifest.discontinuitySequence=e.number,c=e.number):this.trigger("warn",{message:"ignoring invalid discontinuity sequence: "+e.number})},"playlist-type":function(){/VOD|EVENT/.test(e.playlistType)?this.manifest.playlistType=e.playlistType:this.trigger("warn",{message:"ignoring unknown playlist type: "+e.playlist})},map:function(){s={},e.uri&&(s.uri=e.uri),e.byterange&&(s.byterange=e.byterange)},"stream-inf":function(){this.manifest.playlists=r,this.manifest.mediaGroups=this.manifest.mediaGroups||l,e.attributes?(a.attributes||(a.attributes={}),g(a.attributes,e.attributes)):this.trigger("warn",{message:"ignoring empty stream-inf attributes"})},media:function(){if(this.manifest.mediaGroups=this.manifest.mediaGroups||l,e.attributes&&e.attributes.TYPE&&e.attributes["GROUP-ID"]&&e.attributes.NAME){var n=this.manifest.mediaGroups[e.attributes.TYPE];n[e.attributes["GROUP-ID"]]=n[e.attributes["GROUP-ID"]]||{},t=n[e.attributes["GROUP-ID"]],(i={default:/yes/i.test(e.attributes.DEFAULT)}).default?i.autoselect=!0:i.autoselect=/yes/i.test(e.attributes.AUTOSELECT),e.attributes.LANGUAGE&&(i.language=e.attributes.LANGUAGE),e.attributes.URI&&(i.uri=e.attributes.URI),e.attributes["INSTREAM-ID"]&&(i.instreamId=e.attributes["INSTREAM-ID"]),e.attributes.CHARACTERISTICS&&(i.characteristics=e.attributes.CHARACTERISTICS),e.attributes.FORCED&&(i.forced=/yes/i.test(e.attributes.FORCED)),t[e.attributes.NAME]=i}else this.trigger("warn",{message:"ignoring incomplete or missing media group"})},discontinuity:function(){c+=1,a.discontinuity=!0,this.manifest.discontinuityStarts.push(r.length)},"program-date-time":function(){void 0===this.manifest.dateTimeString&&(this.manifest.dateTimeString=e.dateTimeString,this.manifest.dateTimeObject=e.dateTimeObject),a.dateTimeString=e.dateTimeString,a.dateTimeObject=e.dateTimeObject},targetduration:function(){!isFinite(e.duration)||e.duration<0?this.trigger("warn",{message:"ignoring invalid target duration: "+e.duration}):this.manifest.targetDuration=e.duration},totalduration:function(){!isFinite(e.duration)||e.duration<0?this.trigger("warn",{message:"ignoring invalid total duration: "+e.duration}):this.manifest.totalDuration=e.duration},start:function(){e.attributes&&!isNaN(e.attributes["TIME-OFFSET"])?this.manifest.start={timeOffset:e.attributes["TIME-OFFSET"],precise:e.attributes.PRECISE}:this.trigger("warn",{message:"ignoring start declaration without appropriate attribute list"})},"cue-out":function(){a.cueOut=e.data},"cue-out-cont":function(){a.cueOutCont=e.data},"cue-in":function(){a.cueIn=e.data}}[e.tagType]||u).call(n)},uri:function(){a.uri=e.uri,r.push(a),this.manifest.targetDuration&&!("duration"in a)&&(this.trigger("warn",{message:"defaulting segment duration to the target duration"}),a.duration=this.manifest.targetDuration),o&&(a.key=o),a.timeline=c,s&&(a.map=s),a={}},comment:function(){},custom:function(){e.segment?(a.custom=a.custom||{},a.custom[e.customType]=e.data):(this.manifest.custom=this.manifest.custom||{},this.manifest.custom[e.customType]=e.data)}})[e.type].call(n)})),i}return y(t,e),t.prototype.push=function(e){this.lineStream.push(e)},t.prototype.end=function(){this.lineStream.push("\n")},t.prototype.addParser=function(e){this.parseStream.addParser(e)},t}(_),w=i(9144),C=i.n(w),E=function(e){return!!e&&"object"==typeof e},A=function e(){for(var t=arguments.length,i=new Array(t),n=0;n<t;n++)i[n]=arguments[n];return i.reduce((function(t,i){return Object.keys(i).forEach((function(n){Array.isArray(t[n])&&Array.isArray(i[n])?t[n]=t[n].concat(i[n]):E(t[n])&&E(i[n])?t[n]=e(t[n],i[n]):t[n]=i[n]})),t}),{})},L=function(e){return e.reduce((function(e,t){return e.concat(t)}),[])},O=function(e){if(!e.length)return[];for(var t=[],i=0;i<e.length;i++)t.push(e[i]);return t},P=function(e){var t;return(t=e.reduce((function(e,t){var i,n=t.attributes.id+(t.attributes.lang||"");return e[n]?(t.segments[0].discontinuity=!0,(i=e[n].segments).push.apply(i,t.segments),t.attributes.contentProtection&&(e[n].attributes.contentProtection=t.attributes.contentProtection)):e[n]=t,e}),{}),Object.keys(t).map((function(e){return t[e]}))).map((function(e){var t,i;return e.discontinuityStarts=(t=e.segments,i="discontinuity",t.reduce((function(e,t,n){return t[i]&&e.push(n),e}),[])),e}))},x=function(e){var t,i=e.attributes,n=e.segments,r={attributes:(t={NAME:i.id,BANDWIDTH:i.bandwidth,CODECS:i.codecs},t["PROGRAM-ID"]=1,t),uri:"",endList:"static"===(i.type||"static"),timeline:i.periodIndex,resolvedUri:"",targetDuration:i.duration,segments:n,mediaSequence:n.length?n[0].number:1};return i.contentProtection&&(r.contentProtection=i.contentProtection),r},U=function(e){var t,i=e.attributes,n=e.segments,r={attributes:(t={NAME:i.id,AUDIO:"audio",SUBTITLES:"subs",RESOLUTION:{width:i.width,height:i.height},CODECS:i.codecs,BANDWIDTH:i.bandwidth},t["PROGRAM-ID"]=1,t),uri:"",endList:"static"===(i.type||"static"),timeline:i.periodIndex,resolvedUri:"",targetDuration:i.duration,segments:n,mediaSequence:n.length?n[0].number:1};return i.contentProtection&&(r.contentProtection=i.contentProtection),r},I=function(e){var t;if(!e.length)return{};var i=e[0].attributes,n=i.sourceDuration,r=i.minimumUpdatePeriod,a=void 0===r?0:r,s=P(e.filter((function(e){var t=e.attributes;return"video/mp4"===t.mimeType||"video"===t.contentType}))).map(U),o=P(e.filter((function(e){var t=e.attributes;return"audio/mp4"===t.mimeType||"audio"===t.contentType}))),u=e.filter((function(e){var t=e.attributes;return"text/vtt"===t.mimeType||"text"===t.contentType})),l={allowCache:!0,discontinuityStarts:[],segments:[],endList:!0,mediaGroups:(t={AUDIO:{},VIDEO:{}},t["CLOSED-CAPTIONS"]={},t.SUBTITLES={},t),uri:"",duration:n,playlists:s,minimumUpdatePeriod:1e3*a};return o.length&&(l.mediaGroups.AUDIO.audio=o.reduce((function(e,t){var i=t.attributes.role&&t.attributes.role.value||"main",n=t.attributes.lang||"",r="main";return n&&(r=t.attributes.lang+" ("+i+")"),e[r]&&e[r].playlists[0].attributes.BANDWIDTH>t.attributes.bandwidth||(e[r]={language:n,autoselect:!0,default:"main"===i,playlists:[x(t)],uri:""}),e}),{})),u.length&&(l.mediaGroups.SUBTITLES.subs=function(e){return e.reduce((function(e,t){var i,n,r,a,s=t.attributes.lang||"text";return e[s]||(e[s]={language:s,default:!1,autoselect:!1,playlists:[(i=t,r=i.attributes,a=i.segments,void 0===a&&(a=[{uri:r.baseUrl,timeline:r.periodIndex,resolvedUri:r.baseUrl||"",duration:r.sourceDuration,number:0}],r.duration=r.sourceDuration),{attributes:(n={NAME:r.id,BANDWIDTH:r.bandwidth},n["PROGRAM-ID"]=1,n),uri:"",endList:"static"===(r.type||"static"),timeline:r.periodIndex,resolvedUri:r.baseUrl||"",targetDuration:r.duration,segments:a,mediaSequence:a.length?a[0].number:1})],uri:""}),e}),{})}(u)),l};"undefined"!=typeof window?window:void 0!==i.g?i.g:"undefined"!=typeof self&&self;var D,R=(function(e,t){var i,n,r,a,s;i=/^((?:[a-zA-Z0-9+\-.]+:)?)(\/\/[^\/?#]*)?((?:[^\/\?#]*\/)*.*?)??(;.*?)?(\?.*?)?(#.*?)?$/,n=/^([^\/?#]*)(.*)$/,r=/(?:\/|^)\.(?=\/)/g,a=/(?:\/|^)\.\.\/(?!\.\.\/).*?(?=\/)/g,s={buildAbsoluteURL:function(e,t,i){if(i=i||{},e=e.trim(),!(t=t.trim())){if(!i.alwaysNormalize)return e;var r=s.parseURL(e);if(!r)throw new Error("Error trying to parse base URL.");return r.path=s.normalizePath(r.path),s.buildURLFromParts(r)}var a=s.parseURL(t);if(!a)throw new Error("Error trying to parse relative URL.");if(a.scheme)return i.alwaysNormalize?(a.path=s.normalizePath(a.path),s.buildURLFromParts(a)):t;var o=s.parseURL(e);if(!o)throw new Error("Error trying to parse base URL.");if(!o.netLoc&&o.path&&"/"!==o.path[0]){var u=n.exec(o.path);o.netLoc=u[1],o.path=u[2]}o.netLoc&&!o.path&&(o.path="/");var l={scheme:o.scheme,netLoc:a.netLoc,path:null,params:a.params,query:a.query,fragment:a.fragment};if(!a.netLoc&&(l.netLoc=o.netLoc,"/"!==a.path[0]))if(a.path){var c=o.path,h=c.substring(0,c.lastIndexOf("/")+1)+a.path;l.path=s.normalizePath(h)}else l.path=o.path,a.params||(l.params=o.params,a.query||(l.query=o.query));return null===l.path&&(l.path=i.alwaysNormalize?s.normalizePath(a.path):a.path),s.buildURLFromParts(l)},parseURL:function(e){var t=i.exec(e);return t?{scheme:t[1]||"",netLoc:t[2]||"",path:t[3]||"",params:t[4]||"",query:t[5]||"",fragment:t[6]||""}:null},normalizePath:function(e){for(e=e.split("").reverse().join("").replace(r,"");e.length!==(e=e.replace(a,"")).length;);return e.split("").reverse().join("")},buildURLFromParts:function(e){return e.scheme+e.netLoc+e.path+e.params+e.query+e.fragment}},e.exports=s}(D={exports:{}},D.exports),D.exports),M=function(e,t){return/^[a-z]+:/i.test(t)?t:(/\/\//i.test(e)||(e=R.buildAbsoluteURL(f().location.href,e)),R.buildAbsoluteURL(e,t))},B=function(e){var t=e.baseUrl,i=void 0===t?"":t,n=e.source,r=void 0===n?"":n,a=e.range,s=void 0===a?"":a,o={uri:r,resolvedUri:M(i||"",r)};if(s){var u=s.split("-"),l=parseInt(u[0],10),c=parseInt(u[1],10);o.byterange={length:c-l,offset:l}}return o},N=function(e,t,i){var n=e.NOW,r=e.clientOffset,a=e.availabilityStartTime,s=e.timescale,o=void 0===s?1:s,u=e.start,l=void 0===u?0:u,c=e.minimumUpdatePeriod,h=(n+r)/1e3+(void 0===c?0:c)-(a+l);return Math.ceil((h*o-t)/i)},j=function(e,t){for(var i=e.type,n=void 0===i?"static":i,r=e.minimumUpdatePeriod,a=void 0===r?0:r,s=e.media,o=void 0===s?"":s,u=e.sourceDuration,l=e.timescale,c=void 0===l?1:l,h=e.startNumber,d=void 0===h?1:h,p=e.periodIndex,f=[],m=-1,g=0;g<t.length;g++){var y=t[g],v=y.d,_=y.r||0,b=y.t||0;m<0&&(m=b),b&&b>m&&(m=b);var T=void 0;if(_<0){var S=g+1;T=S===t.length?"dynamic"===n&&a>0&&o.indexOf("$Number$")>0?N(e,m,v):(u*c-m)/v:(t[S].t-m)/v}else T=_+1;for(var k=d+f.length+T,w=d+f.length;w<k;)f.push({number:w,duration:v/c,time:m,timeline:p}),m+=v,w++}return f},F={static:function(e){var t=e.duration,i=e.timescale,n=void 0===i?1:i,r=e.sourceDuration;return{start:0,end:Math.ceil(r/(t/n))}},dynamic:function(e){var t=e.NOW,i=e.clientOffset,n=e.availabilityStartTime,r=e.timescale,a=void 0===r?1:r,s=e.duration,o=e.start,u=void 0===o?0:o,l=e.minimumUpdatePeriod,c=void 0===l?0:l,h=e.timeShiftBufferDepth,d=void 0===h?1/0:h,p=(t+i)/1e3,f=n+u,m=p+c-f,g=Math.ceil(m*a/s),y=Math.floor((p-f-d)*a/s),v=Math.floor((p-f)*a/s);return{start:Math.max(0,y),end:Math.min(g,v)}}},V=function(e){var t=e.type,i=void 0===t?"static":t,n=e.duration,r=e.timescale,a=void 0===r?1:r,s=e.sourceDuration,o=F[i](e),u=function(e,t){for(var i=[],n=e;n<t;n++)i.push(n);return i}(o.start,o.end).map(function(e){return function(t,i){var n=e.duration,r=e.timescale,a=void 0===r?1:r,s=e.periodIndex,o=e.startNumber;return{number:(void 0===o?1:o)+t,duration:n/a,timeline:s,time:i*n}}}(e));if("static"===i){var l=u.length-1;u[l].duration=s-n/a*l}return u},H=/\$([A-z]*)(?:(%0)([0-9]+)d)?\$/g,q=function(e,t){return e.replace(H,function(e){return function(t,i,n,r){if("$$"===t)return"$";if(void 0===e[i])return t;var a=""+e[i];return"RepresentationID"===i?a:(r=n?parseInt(r,10):1,a.length>=r?a:""+new Array(r-a.length+1).join("0")+a)}}(t))},z=function(e,t){var i={RepresentationID:e.id,Bandwidth:e.bandwidth||0},n=e.initialization,r=void 0===n?{sourceURL:"",range:""}:n,a=B({baseUrl:e.baseUrl,source:q(r.sourceURL,i),range:r.range});return function(e,t){return e.duration||t?e.duration?V(e):j(e,t):[{number:e.startNumber||1,duration:e.sourceDuration,time:0,timeline:e.periodIndex}]}(e,t).map((function(t){i.Number=t.number,i.Time=t.time;var n=q(e.media||"",i);return{uri:n,timeline:t.timeline,duration:t.duration,resolvedUri:M(e.baseUrl||"",n),map:a,number:t.number}}))},W="INVALID_NUMBER_OF_PERIOD",G="DASH_EMPTY_MANIFEST",X="DASH_INVALID_XML",Y="NO_BASE_URL",$="SEGMENT_TIME_UNSPECIFIED",K="UNSUPPORTED_UTC_TIMING_SCHEME",Q=function(e,t){var i=e.duration,n=e.segmentUrls,r=void 0===n?[]:n;if(!i&&!t||i&&t)throw new Error($);var a,s=r.map((function(t){return function(e,t){var i=e.baseUrl,n=e.initialization,r=void 0===n?{}:n,a=B({baseUrl:i,source:r.sourceURL,range:r.range}),s=B({baseUrl:i,source:t.media,range:t.mediaRange});return s.map=a,s}(e,t)}));return i&&(a=V(e)),t&&(a=j(e,t)),a.map((function(e,t){if(s[t]){var i=s[t];return i.timeline=e.timeline,i.duration=e.duration,i.number=e.number,i}})).filter((function(e){return e}))},J=function(e){var t=e.baseUrl,i=e.initialization,n=void 0===i?{}:i,r=e.sourceDuration,a=e.timescale,s=void 0===a?1:a,o=e.indexRange,u=void 0===o?"":o,l=e.duration;if(!t)throw new Error(Y);var c=B({baseUrl:t,source:n.sourceURL,range:n.range}),h=B({baseUrl:t,source:t,range:u});if(h.map=c,l){var d=V(e);d.length&&(h.duration=d[0].duration,h.timeline=d[0].timeline)}else r&&(h.duration=r/s,h.timeline=0);return h.number=0,[h]},Z=function(e){var t,i,n=e.attributes,r=e.segmentInfo;if(r.template?(i=z,t=A(n,r.template)):r.base?(i=J,t=A(n,r.base)):r.list&&(i=Q,t=A(n,r.list)),!i)return{attributes:n};var a=i(t,r.timeline);if(t.duration){var s=t,o=s.duration,u=s.timescale,l=void 0===u?1:u;t.duration=o/l}else a.length?t.duration=a.reduce((function(e,t){return Math.max(e,Math.ceil(t.duration))}),0):t.duration=0;return{attributes:t,segments:a}},ee=function(e,t){return O(e.childNodes).filter((function(e){return e.tagName===t}))},te=function(e){return e.textContent.trim()},ie=function(e){var t=/P(?:(\d*)Y)?(?:(\d*)M)?(?:(\d*)D)?(?:T(?:(\d*)H)?(?:(\d*)M)?(?:([\d.]*)S)?)?/.exec(e);if(!t)return 0;var i=t.slice(1),n=i[0],r=i[1],a=i[2],s=i[3],o=i[4],u=i[5];return 31536e3*parseFloat(n||0)+2592e3*parseFloat(r||0)+86400*parseFloat(a||0)+3600*parseFloat(s||0)+60*parseFloat(o||0)+parseFloat(u||0)},ne={mediaPresentationDuration:function(e){return ie(e)},availabilityStartTime:function(e){return/^\d+-\d+-\d+T\d+:\d+:\d+(\.\d+)?$/.test(t=e)&&(t+="Z"),Date.parse(t)/1e3;var t},minimumUpdatePeriod:function(e){return ie(e)},timeShiftBufferDepth:function(e){return ie(e)},start:function(e){return ie(e)},width:function(e){return parseInt(e,10)},height:function(e){return parseInt(e,10)},bandwidth:function(e){return parseInt(e,10)},startNumber:function(e){return parseInt(e,10)},timescale:function(e){return parseInt(e,10)},duration:function(e){var t=parseInt(e,10);return isNaN(t)?ie(e):t},d:function(e){return parseInt(e,10)},t:function(e){return parseInt(e,10)},r:function(e){return parseInt(e,10)},DEFAULT:function(e){return e}},re=function(e){return e&&e.attributes?O(e.attributes).reduce((function(e,t){var i=ne[t.name]||ne.DEFAULT;return e[t.name]=i(t.value),e}),{}):{}};var ae={"urn:uuid:1077efec-c0b2-4d02-ace3-3c1e52e2fb4b":"org.w3.clearkey","urn:uuid:edef8ba9-79d6-4ace-a3c8-27dcd51d21ed":"com.widevine.alpha","urn:uuid:9a04f079-9840-4286-ab92-e65be0885f95":"com.microsoft.playready","urn:uuid:f239e769-efa3-4850-9c16-a903c6932efb":"com.adobe.primetime"},se=function(e,t){return t.length?L(e.map((function(e){return t.map((function(t){return M(e,te(t))}))}))):e},oe=function(e){var t=ee(e,"SegmentTemplate")[0],i=ee(e,"SegmentList")[0],n=i&&ee(i,"SegmentURL").map((function(e){return A({tag:"SegmentURL"},re(e))})),r=ee(e,"SegmentBase")[0],a=i||t,s=a&&ee(a,"SegmentTimeline")[0],o=i||r||t,u=o&&ee(o,"Initialization")[0],l=t&&re(t);l&&u?l.initialization=u&&re(u):l&&l.initialization&&(l.initialization={sourceURL:l.initialization});var c={template:l,timeline:s&&ee(s,"S").map((function(e){return re(e)})),list:i&&A(re(i),{segmentUrls:n,initialization:re(u)}),base:r&&A(re(r),{initialization:re(u)})};return Object.keys(c).forEach((function(e){c[e]||delete c[e]})),c},ue=function(e){return e.reduce((function(e,t){var i=re(t),n=ae[i.schemeIdUri];if(n){e[n]={attributes:i};var r=ee(t,"cenc:pssh")[0];if(r){var a=te(r),s=a&&function(e){for(var t=f().atob(e),i=new Uint8Array(t.length),n=0;n<t.length;n++)i[n]=t.charCodeAt(n);return i}(a);e[n].pssh=s}}return e}),{})},le=function(e,t,i){return function(n){var r=re(n),a=se(t,ee(n,"BaseURL")),s=ee(n,"Role")[0],o={role:re(s)},u=A(e,r,o),l=ue(ee(n,"ContentProtection"));Object.keys(l).length&&(u=A(u,{contentProtection:l}));var c=oe(n),h=ee(n,"Representation"),d=A(i,c);return L(h.map(function(e,t,i){return function(n){var r=ee(n,"BaseURL"),a=se(t,r),s=A(e,re(n)),o=oe(n);return a.map((function(e){return{segmentInfo:A(i,o),attributes:A(s,{baseUrl:e})}}))}}(u,a,d)))}},ce=function(e,t){void 0===t&&(t={});var i=t,n=i.manifestUri,r=void 0===n?"":n,a=i.NOW,s=void 0===a?Date.now():a,o=i.clientOffset,u=void 0===o?0:o,l=ee(e,"Period");if(!l.length)throw new Error(W);var c=re(e),h=se([r],ee(e,"BaseURL"));return c.sourceDuration=c.mediaPresentationDuration||0,c.NOW=s,c.clientOffset=u,L(l.map(function(e,t){return function(i,n){var r=se(t,ee(i,"BaseURL")),a=re(i),s=parseInt(a.id,10),o=f().isNaN(s)?n:s,u=A(e,{periodIndex:o}),l=ee(i,"AdaptationSet"),c=oe(i);return L(l.map(le(u,r,c)))}}(c,h)))},he=function(e){if(""===e)throw new Error(G);var t=(new(f().DOMParser)).parseFromString(e,"application/xml"),i=t&&"MPD"===t.documentElement.tagName?t.documentElement:null;if(!i||i&&i.getElementsByTagName("parsererror").length>0)throw new Error(X);return i},de=function(e,t){return I(ce(he(e),t).map(Z))},pe=function(e){return function(e){var t=ee(e,"UTCTiming")[0];if(!t)return null;var i=re(t);switch(i.schemeIdUri){case"urn:mpeg:dash:utc:http-head:2014":case"urn:mpeg:dash:utc:http-head:2012":i.method="HEAD";break;case"urn:mpeg:dash:utc:http-xsdate:2014":case"urn:mpeg:dash:utc:http-iso:2014":case"urn:mpeg:dash:utc:http-xsdate:2012":case"urn:mpeg:dash:utc:http-iso:2012":i.method="GET";break;case"urn:mpeg:dash:utc:direct:2014":case"urn:mpeg:dash:utc:direct:2012":i.method="DIRECT",i.value=Date.parse(i.value);break;case"urn:mpeg:dash:utc:http-ntp:2014":case"urn:mpeg:dash:utc:ntp:2014":case"urn:mpeg:dash:utc:sntp:2014":default:throw new Error(K)}return i}(he(e))},fe=i(7661),me=i.n(fe),ge=i(272),ye=i(5547),ve=i.n(ye);var _e=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")},be=function(){function e(e,t){for(var i=0;i<t.length;i++){var n=t[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}return function(t,i,n){return i&&e(t.prototype,i),n&&e(t,n),t}}(),Te=null,Se=function(){function e(t){_e(this,e),Te||(Te=function(){var e=[[[],[],[],[],[]],[[],[],[],[],[]]],t=e[0],i=e[1],n=t[4],r=i[4],a=void 0,s=void 0,o=void 0,u=[],l=[],c=void 0,h=void 0,d=void 0,p=void 0,f=void 0;for(a=0;a<256;a++)l[(u[a]=a<<1^283*(a>>7))^a]=a;for(s=o=0;!n[s];s^=c||1,o=l[o]||1)for(d=(d=o^o<<1^o<<2^o<<3^o<<4)>>8^255&d^99,n[s]=d,r[d]=s,f=16843009*u[h=u[c=u[s]]]^65537*h^257*c^16843008*s,p=257*u[d]^16843008*d,a=0;a<4;a++)t[a][s]=p=p<<24^p>>>8,i[a][d]=f=f<<24^f>>>8;for(a=0;a<5;a++)t[a]=t[a].slice(0),i[a]=i[a].slice(0);return e}()),this._tables=[[Te[0][0].slice(),Te[0][1].slice(),Te[0][2].slice(),Te[0][3].slice(),Te[0][4].slice()],[Te[1][0].slice(),Te[1][1].slice(),Te[1][2].slice(),Te[1][3].slice(),Te[1][4].slice()]];var i=void 0,n=void 0,r=void 0,a=void 0,s=void 0,o=this._tables[0][4],u=this._tables[1],l=t.length,c=1;if(4!==l&&6!==l&&8!==l)throw new Error("Invalid aes key size");for(a=t.slice(0),s=[],this._key=[a,s],i=l;i<4*l+28;i++)r=a[i-1],(i%l==0||8===l&&i%l==4)&&(r=o[r>>>24]<<24^o[r>>16&255]<<16^o[r>>8&255]<<8^o[255&r],i%l==0&&(r=r<<8^r>>>24^c<<24,c=c<<1^283*(c>>7))),a[i]=a[i-l]^r;for(n=0;i;n++,i--)r=a[3&n?i:i-4],s[n]=i<=4||n<4?r:u[0][o[r>>>24]]^u[1][o[r>>16&255]]^u[2][o[r>>8&255]]^u[3][o[255&r]]}return e.prototype.decrypt=function(e,t,i,n,r,a){var s=this._key[1],o=e^s[0],u=n^s[1],l=i^s[2],c=t^s[3],h=void 0,d=void 0,p=void 0,f=s.length/4-2,m=void 0,g=4,y=this._tables[1],v=y[0],_=y[1],b=y[2],T=y[3],S=y[4];for(m=0;m<f;m++)h=v[o>>>24]^_[u>>16&255]^b[l>>8&255]^T[255&c]^s[g],d=v[u>>>24]^_[l>>16&255]^b[c>>8&255]^T[255&o]^s[g+1],p=v[l>>>24]^_[c>>16&255]^b[o>>8&255]^T[255&u]^s[g+2],c=v[c>>>24]^_[o>>16&255]^b[u>>8&255]^T[255&l]^s[g+3],g+=4,o=h,u=d,l=p;for(m=0;m<4;m++)r[(3&-m)+a]=S[o>>>24]<<24^S[u>>16&255]<<16^S[l>>8&255]<<8^S[255&c]^s[g++],h=o,o=u,u=l,l=c,c=h},e}(),ke=function(){function e(){_e(this,e),this.listeners={}}return e.prototype.on=function(e,t){this.listeners[e]||(this.listeners[e]=[]),this.listeners[e].push(t)},e.prototype.off=function(e,t){if(!this.listeners[e])return!1;var i=this.listeners[e].indexOf(t);return this.listeners[e].splice(i,1),i>-1},e.prototype.trigger=function(e){var t=this.listeners[e];if(t)if(2===arguments.length)for(var i=t.length,n=0;n<i;++n)t[n].call(this,arguments[1]);else for(var r=Array.prototype.slice.call(arguments,1),a=t.length,s=0;s<a;++s)t[s].apply(this,r)},e.prototype.dispose=function(){this.listeners={}},e.prototype.pipe=function(e){this.on("data",(function(t){e.push(t)}))},e}(),we=function(e){function t(){_e(this,t);var i=function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}(this,e.call(this,ke));return i.jobs=[],i.delay=1,i.timeout_=null,i}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,e),t.prototype.processJob_=function(){this.jobs.shift()(),this.jobs.length?this.timeout_=setTimeout(this.processJob_.bind(this),this.delay):this.timeout_=null},t.prototype.push=function(e){this.jobs.push(e),this.timeout_||(this.timeout_=setTimeout(this.processJob_.bind(this),this.delay))},t}(ke),Ce=function(e){return e<<24|(65280&e)<<8|(16711680&e)>>8|e>>>24},Ee=function(e,t,i){var n=new Int32Array(e.buffer,e.byteOffset,e.byteLength>>2),r=new Se(Array.prototype.slice.call(t)),a=new Uint8Array(e.byteLength),s=new Int32Array(a.buffer),o=void 0,u=void 0,l=void 0,c=void 0,h=void 0,d=void 0,p=void 0,f=void 0,m=void 0;for(o=i[0],u=i[1],l=i[2],c=i[3],m=0;m<n.length;m+=4)h=Ce(n[m]),d=Ce(n[m+1]),p=Ce(n[m+2]),f=Ce(n[m+3]),r.decrypt(h,d,p,f,s,m),s[m]=Ce(s[m]^o),s[m+1]=Ce(s[m+1]^u),s[m+2]=Ce(s[m+2]^l),s[m+3]=Ce(s[m+3]^c),o=h,u=d,l=p,c=f;return a},Ae=function(){function e(t,i,n,r){_e(this,e);var a=e.STEP,s=new Int32Array(t.buffer),o=new Uint8Array(t.byteLength),u=0;for(this.asyncStream_=new we,this.asyncStream_.push(this.decryptChunk_(s.subarray(u,u+a),i,n,o)),u=a;u<s.length;u+=a)n=new Uint32Array([Ce(s[u-4]),Ce(s[u-3]),Ce(s[u-2]),Ce(s[u-1])]),this.asyncStream_.push(this.decryptChunk_(s.subarray(u,u+a),i,n,o));this.asyncStream_.push((function(){var e;r(null,(e=o).subarray(0,e.byteLength-e[e.byteLength-1]))}))}return e.prototype.decryptChunk_=function(e,t,i,n){return function(){var r=Ee(e,t,i);n.set(r,e.byteOffset)}},be(e,null,[{key:"STEP",get:function(){return 32e3}}]),e}(),Le=i(5108),Oe="7.4.1";function Pe(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.__proto__=t}function xe(e,t){return(xe=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function Ue(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}function Ie(e,t,i){return(Ie=Ue()?Reflect.construct:function(e,t,i){var n=[null];n.push.apply(n,t);var r=new(Function.bind.apply(e,n));return i&&xe(r,i.prototype),r}).apply(null,arguments)}function De(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Re(e,t){return t||(t=e.slice(0)),e.raw=t,e}var Me=[];var Be=function e(t){var i,n="info",r=function(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];i("log",n,t)};return i=function(e,t){return function(i,n,r){var a=t.levels[n],s=new RegExp("^("+a+")$");if("log"!==i&&r.unshift(i.toUpperCase()+":"),r.unshift(e+":"),Me&&Me.push([].concat(r)),f().console){var o=f().console[i];o||"debug"!==i||(o=f().console.info||f().console.log),o&&a&&s.test(i)&&o[Array.isArray(r)?"apply":"call"](f().console,r)}}}(t,r),r.createLogger=function(i){return e(t+": "+i)},r.levels={all:"debug|log|warn|error",off:"",debug:"debug|log|warn|error",info:"log|warn|error",warn:"warn|error",error:"error",DEFAULT:n},r.level=function(e){if("string"==typeof e){if(!r.levels.hasOwnProperty(e))throw new Error('"'+e+'" in not a valid log level');n=e}return n},(r.history=function(){return Me?[].concat(Me):[]}).filter=function(e){return(Me||[]).filter((function(t){return new RegExp(".*"+e+".*").test(t[0])}))},r.history.clear=function(){Me&&(Me.length=0)},r.history.disable=function(){null!==Me&&(Me.length=0,Me=null)},r.history.enable=function(){null===Me&&(Me=[])},r.error=function(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return i("error",n,t)},r.warn=function(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return i("warn",n,t)},r.debug=function(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return i("debug",n,t)},r}("VIDEOJS"),Ne=Be.createLogger,je=Object.prototype.toString,Fe=function(e){return qe(e)?Object.keys(e):[]};function Ve(e,t){Fe(e).forEach((function(i){return t(e[i],i)}))}function He(e){for(var t=arguments.length,i=new Array(t>1?t-1:0),n=1;n<t;n++)i[n-1]=arguments[n];return Object.assign?Object.assign.apply(Object,[e].concat(i)):(i.forEach((function(t){t&&Ve(t,(function(t,i){e[i]=t}))})),e)}function qe(e){return!!e&&"object"==typeof e}function ze(e){return qe(e)&&"[object Object]"===je.call(e)&&e.constructor===Object}function We(e,t){if(!e||!t)return"";if("function"==typeof f().getComputedStyle){var i=f().getComputedStyle(e);return i?i[t]:""}return""}function Ge(){var e=Re(["Setting attributes in the second argument of createEl()\n has been deprecated. Use the third argument instead.\n createEl(type, properties, attributes). Attempting to set "," to ","."]);return Ge=function(){return e},e}function Xe(e){return"string"==typeof e&&/\S/.test(e)}function Ye(e){if(/\s/.test(e))throw new Error("class has illegal whitespace characters")}function $e(){return C()===f().document}function Ke(e){return qe(e)&&1===e.nodeType}function Qe(){try{return f().parent!==f().self}catch(e){return!0}}function Je(e){return function(t,i){if(!Xe(t))return C()[e](null);Xe(i)&&(i=C().querySelector(i));var n=Ke(i)?i:C();return n[e]&&n[e](t)}}function Ze(e,t,i,n){void 0===e&&(e="div"),void 0===t&&(t={}),void 0===i&&(i={});var r=C().createElement(e);return Object.getOwnPropertyNames(t).forEach((function(e){var i=t[e];-1!==e.indexOf("aria-")||"role"===e||"type"===e?(Be.warn(u()(Ge(),e,i)),r.setAttribute(e,i)):"textContent"===e?et(r,i):r[e]=i})),Object.getOwnPropertyNames(i).forEach((function(e){r.setAttribute(e,i[e])})),n&&_t(r,n),r}function et(e,t){return void 0===e.textContent?e.innerText=t:e.textContent=t,e}function tt(e,t){t.firstChild?t.insertBefore(e,t.firstChild):t.appendChild(e)}function it(e,t){return Ye(t),e.classList?e.classList.contains(t):(i=t,new RegExp("(^|\\s)"+i+"($|\\s)")).test(e.className);var i}function nt(e,t){return e.classList?e.classList.add(t):it(e,t)||(e.className=(e.className+" "+t).trim()),e}function rt(e,t){return e.classList?e.classList.remove(t):(Ye(t),e.className=e.className.split(/\s+/).filter((function(e){return e!==t})).join(" ")),e}function at(e,t,i){var n=it(e,t);if("function"==typeof i&&(i=i(e,t)),"boolean"!=typeof i&&(i=!n),i!==n)return i?nt(e,t):rt(e,t),e}function st(e,t){Object.getOwnPropertyNames(t).forEach((function(i){var n=t[i];null==n||!1===n?e.removeAttribute(i):e.setAttribute(i,!0===n?"":n)}))}function ot(e){var t={},i=",autoplay,controls,playsinline,loop,muted,default,defaultMuted,";if(e&&e.attributes&&e.attributes.length>0)for(var n=e.attributes,r=n.length-1;r>=0;r--){var a=n[r].name,s=n[r].value;"boolean"!=typeof e[a]&&-1===i.indexOf(","+a+",")||(s=null!==s),t[a]=s}return t}function ut(e,t){return e.getAttribute(t)}function lt(e,t,i){e.setAttribute(t,i)}function ct(e,t){e.removeAttribute(t)}function ht(){C().body.focus(),C().onselectstart=function(){return!1}}function dt(){C().onselectstart=function(){return!0}}function pt(e){if(e&&e.getBoundingClientRect&&e.parentNode){var t=e.getBoundingClientRect(),i={};return["bottom","height","left","right","top","width"].forEach((function(e){void 0!==t[e]&&(i[e]=t[e])})),i.height||(i.height=parseFloat(We(e,"height"))),i.width||(i.width=parseFloat(We(e,"width"))),i}}function ft(e){var t;if(e.getBoundingClientRect&&e.parentNode&&(t=e.getBoundingClientRect()),!t)return{left:0,top:0};var i=C().documentElement,n=C().body,r=i.clientLeft||n.clientLeft||0,a=f().pageXOffset||n.scrollLeft,s=t.left+a-r,o=i.clientTop||n.clientTop||0,u=f().pageYOffset||n.scrollTop,l=t.top+u-o;return{left:Math.round(s),top:Math.round(l)}}function mt(e,t){var i={},n=ft(e),r=e.offsetWidth,a=e.offsetHeight,s=n.top,o=n.left,u=t.pageY,l=t.pageX;return t.changedTouches&&(l=t.changedTouches[0].pageX,u=t.changedTouches[0].pageY),i.y=Math.max(0,Math.min(1,(s-u+a)/a)),i.x=Math.max(0,Math.min(1,(l-o)/r)),i}function gt(e){return qe(e)&&3===e.nodeType}function yt(e){for(;e.firstChild;)e.removeChild(e.firstChild);return e}function vt(e){return"function"==typeof e&&(e=e()),(Array.isArray(e)?e:[e]).map((function(e){return"function"==typeof e&&(e=e()),Ke(e)||gt(e)?e:"string"==typeof e&&/\S/.test(e)?C().createTextNode(e):void 0})).filter((function(e){return e}))}function _t(e,t){return vt(t).forEach((function(t){return e.appendChild(t)})),e}function bt(e,t){return _t(yt(e),t)}function Tt(e){return void 0===e.button&&void 0===e.buttons||(0===e.button&&void 0===e.buttons||0===e.button&&1===e.buttons)}var St=Je("querySelector"),kt=Je("querySelectorAll"),wt=Object.freeze({isReal:$e,isEl:Ke,isInFrame:Qe,createEl:Ze,textContent:et,prependTo:tt,hasClass:it,addClass:nt,removeClass:rt,toggleClass:at,setAttributes:st,getAttributes:ot,getAttribute:ut,setAttribute:lt,removeAttribute:ct,blockTextSelection:ht,unblockTextSelection:dt,getBoundingClientRect:pt,findPosition:ft,getPointerPosition:mt,isTextNode:gt,emptyEl:yt,normalizeContent:vt,appendContent:_t,insertContent:bt,isSingleLeftClick:Tt,$:St,$$:kt}),Ct=1;function Et(){return Ct++}var At={},Lt="vdata"+(new Date).getTime();function Ot(e){var t=e[Lt];return t||(t=e[Lt]=Et()),At[t]||(At[t]={}),At[t]}function Pt(e){var t=e[Lt];return!!t&&!!Object.getOwnPropertyNames(At[t]).length}function xt(e){var t=e[Lt];if(t){delete At[t];try{delete e[Lt]}catch(t){e.removeAttribute?e.removeAttribute(Lt):e[Lt]=null}}}function Ut(e,t){var i=Ot(e);0===i.handlers[t].length&&(delete i.handlers[t],e.removeEventListener?e.removeEventListener(t,i.dispatcher,!1):e.detachEvent&&e.detachEvent("on"+t,i.dispatcher)),Object.getOwnPropertyNames(i.handlers).length<=0&&(delete i.handlers,delete i.dispatcher,delete i.disabled),0===Object.getOwnPropertyNames(i).length&&xt(e)}function It(e,t,i,n){i.forEach((function(i){e(t,i,n)}))}function Dt(e){function t(){return!0}function i(){return!1}if(!e||!e.isPropagationStopped){var n=e||f().event;for(var r in e={},n)"layerX"!==r&&"layerY"!==r&&"keyLocation"!==r&&"webkitMovementX"!==r&&"webkitMovementY"!==r&&("returnValue"===r&&n.preventDefault||(e[r]=n[r]));if(e.target||(e.target=e.srcElement||C()),e.relatedTarget||(e.relatedTarget=e.fromElement===e.target?e.toElement:e.fromElement),e.preventDefault=function(){n.preventDefault&&n.preventDefault(),e.returnValue=!1,n.returnValue=!1,e.defaultPrevented=!0},e.defaultPrevented=!1,e.stopPropagation=function(){n.stopPropagation&&n.stopPropagation(),e.cancelBubble=!0,n.cancelBubble=!0,e.isPropagationStopped=t},e.isPropagationStopped=i,e.stopImmediatePropagation=function(){n.stopImmediatePropagation&&n.stopImmediatePropagation(),e.isImmediatePropagationStopped=t,e.stopPropagation()},e.isImmediatePropagationStopped=i,null!==e.clientX&&void 0!==e.clientX){var a=C().documentElement,s=C().body;e.pageX=e.clientX+(a&&a.scrollLeft||s&&s.scrollLeft||0)-(a&&a.clientLeft||s&&s.clientLeft||0),e.pageY=e.clientY+(a&&a.scrollTop||s&&s.scrollTop||0)-(a&&a.clientTop||s&&s.clientTop||0)}e.which=e.charCode||e.keyCode,null!==e.button&&void 0!==e.button&&(e.button=1&e.button?0:4&e.button?1:2&e.button?2:0)}return e}var Rt=!1;!function(){try{var e=Object.defineProperty({},"passive",{get:function(){Rt=!0}});f().addEventListener("test",null,e),f().removeEventListener("test",null,e)}catch(e){}}();var Mt=["touchstart","touchmove"];function Bt(e,t,i){if(Array.isArray(t))return It(Bt,e,t,i);var n=Ot(e);if(n.handlers||(n.handlers={}),n.handlers[t]||(n.handlers[t]=[]),i.guid||(i.guid=Et()),n.handlers[t].push(i),n.dispatcher||(n.disabled=!1,n.dispatcher=function(t,i){if(!n.disabled){t=Dt(t);var r=n.handlers[t.type];if(r)for(var a=r.slice(0),s=0,o=a.length;s<o&&!t.isImmediatePropagationStopped();s++)try{a[s].call(e,t,i)}catch(e){Be.error(e)}}}),1===n.handlers[t].length)if(e.addEventListener){var r=!1;Rt&&Mt.indexOf(t)>-1&&(r={passive:!0}),e.addEventListener(t,n.dispatcher,r)}else e.attachEvent&&e.attachEvent("on"+t,n.dispatcher)}function Nt(e,t,i){if(Pt(e)){var n=Ot(e);if(n.handlers){if(Array.isArray(t))return It(Nt,e,t,i);var r=function(e,t){n.handlers[t]=[],Ut(e,t)};if(void 0!==t){var a=n.handlers[t];if(a)if(i){if(i.guid)for(var s=0;s<a.length;s++)a[s].guid===i.guid&&a.splice(s--,1);Ut(e,t)}else r(e,t)}else for(var o in n.handlers)Object.prototype.hasOwnProperty.call(n.handlers||{},o)&&r(e,o)}}}function jt(e,t,i){var n=Pt(e)?Ot(e):{},r=e.parentNode||e.ownerDocument;if("string"==typeof t?t={type:t,target:e}:t.target||(t.target=e),t=Dt(t),n.dispatcher&&n.dispatcher.call(e,t,i),r&&!t.isPropagationStopped()&&!0===t.bubbles)jt.call(null,r,t,i);else if(!r&&!t.defaultPrevented){var a=Ot(t.target);t.target[t.type]&&(a.disabled=!0,"function"==typeof t.target[t.type]&&t.target[t.type](),a.disabled=!1)}return!t.defaultPrevented}function Ft(e,t,i){if(Array.isArray(t))return It(Ft,e,t,i);var n=function n(){Nt(e,t,n),i.apply(this,arguments)};n.guid=i.guid=i.guid||Et(),Bt(e,t,n)}var Vt,Ht=Object.freeze({fixEvent:Dt,on:Bt,off:Nt,trigger:jt,one:Ft}),qt=!1,zt=function(){if($e()&&!1!==Vt.options.autoSetup){var e=Array.prototype.slice.call(C().getElementsByTagName("video")),t=Array.prototype.slice.call(C().getElementsByTagName("audio")),i=Array.prototype.slice.call(C().getElementsByTagName("video-js")),n=e.concat(t,i);if(n&&n.length>0)for(var r=0,a=n.length;r<a;r++){var s=n[r];if(!s||!s.getAttribute){Wt(1);break}void 0===s.player&&null!==s.getAttribute("data-setup")&&Vt(s)}else qt||Wt(1)}};function Wt(e,t){t&&(Vt=t),f().setTimeout(zt,e)}$e()&&"complete"===C().readyState?qt=!0:Ft(f(),"load",(function(){qt=!0}));var Gt,Xt=function(e){var t=C().createElement("style");return t.className=e,t},Yt=function(e,t){e.styleSheet?e.styleSheet.cssText=t:e.textContent=t},$t=function(e,t,i){t.guid||(t.guid=Et());var n=function(){return t.apply(e,arguments)};return n.guid=i?i+"_"+t.guid:t.guid,n},Kt=function(e,t){var i=Date.now();return function(){var n=Date.now();n-i>=t&&(e.apply(void 0,arguments),i=n)}},Qt=function(){};Qt.prototype.allowedEvents_={},Qt.prototype.on=function(e,t){var i=this.addEventListener;this.addEventListener=function(){},Bt(this,e,t),this.addEventListener=i},Qt.prototype.addEventListener=Qt.prototype.on,Qt.prototype.off=function(e,t){Nt(this,e,t)},Qt.prototype.removeEventListener=Qt.prototype.off,Qt.prototype.one=function(e,t){var i=this.addEventListener;this.addEventListener=function(){},Ft(this,e,t),this.addEventListener=i},Qt.prototype.trigger=function(e){var t=e.type||e;"string"==typeof e&&(e={type:t}),e=Dt(e),this.allowedEvents_[t]&&this["on"+t]&&this["on"+t](e),jt(this,e)},Qt.prototype.dispatchEvent=Qt.prototype.trigger,Qt.prototype.queueTrigger=function(e){var t=this;Gt||(Gt=new Map);var i=e.type||e,n=Gt.get(this);n||(n=new Map,Gt.set(this,n));var r=n.get(i);n.delete(i),f().clearTimeout(r);var a=f().setTimeout((function(){0===n.size&&(n=null,Gt.delete(t)),t.trigger(e)}),0);n.set(i,a)};var Jt=function(e){return e instanceof Qt||!!e.eventBusEl_&&["on","one","off","trigger"].every((function(t){return"function"==typeof e[t]}))},Zt=function(e){return"string"==typeof e&&/\S/.test(e)||Array.isArray(e)&&!!e.length},ei=function(e){if(!e.nodeName&&!Jt(e))throw new Error("Invalid target; must be a DOM node or evented object.")},ti=function(e){if(!Zt(e))throw new Error("Invalid event type; must be a non-empty string or array.")},ii=function(e){if("function"!=typeof e)throw new Error("Invalid listener; must be a function.")},ni=function(e,t){var i,n,r,a=t.length<3||t[0]===e||t[0]===e.eventBusEl_;return a?(i=e.eventBusEl_,t.length>=3&&t.shift(),n=t[0],r=t[1]):(i=t[0],n=t[1],r=t[2]),ei(i),ti(n),ii(r),{isTargetingSelf:a,target:i,type:n,listener:r=$t(e,r)}},ri=function(e,t,i,n){ei(e),e.nodeName?Ht[t](e,i,n):e[t](i,n)},ai={on:function(){for(var e=this,t=arguments.length,i=new Array(t),n=0;n<t;n++)i[n]=arguments[n];var r=ni(this,i),a=r.isTargetingSelf,s=r.target,o=r.type,u=r.listener;if(ri(s,"on",o,u),!a){var l=function(){return e.off(s,o,u)};l.guid=u.guid;var c=function(){return e.off("dispose",l)};c.guid=u.guid,ri(this,"on","dispose",l),ri(s,"on","dispose",c)}},one:function(){for(var e=this,t=arguments.length,i=new Array(t),n=0;n<t;n++)i[n]=arguments[n];var r=ni(this,i),a=r.isTargetingSelf,s=r.target,o=r.type,u=r.listener;if(a)ri(s,"one",o,u);else{var l=function t(){e.off(s,o,t);for(var i=arguments.length,n=new Array(i),r=0;r<i;r++)n[r]=arguments[r];u.apply(null,n)};l.guid=u.guid,ri(s,"one",o,l)}},off:function(e,t,i){if(!e||Zt(e))Nt(this.eventBusEl_,e,t);else{var n=e,r=t;ei(n),ti(r),ii(i),i=$t(this,i),this.off("dispose",i),n.nodeName?(Nt(n,r,i),Nt(n,"dispose",i)):Jt(n)&&(n.off(r,i),n.off("dispose",i))}},trigger:function(e,t){return jt(this.eventBusEl_,e,t)}};function si(e,t){void 0===t&&(t={});var i=t.eventBusKey;if(i){if(!e[i].nodeName)throw new Error('The eventBusKey "'+i+'" does not refer to an element.');e.eventBusEl_=e[i]}else e.eventBusEl_=Ze("span",{className:"vjs-event-bus"});return He(e,ai),e.eventedCallbacks&&e.eventedCallbacks.forEach((function(e){e()})),e.on("dispose",(function(){e.off(),f().setTimeout((function(){e.eventBusEl_=null}),0)})),e}var oi={state:{},setState:function(e){var t,i=this;return"function"==typeof e&&(e=e()),Ve(e,(function(e,n){i.state[n]!==e&&((t=t||{})[n]={from:i.state[n],to:e}),i.state[n]=e})),t&&Jt(this)&&this.trigger({changes:t,type:"statechanged"}),t}};function ui(e,t){return He(e,oi),e.state=He({},e.state,t),"function"==typeof e.handleStateChanged&&Jt(e)&&e.on("statechanged",e.handleStateChanged),e}function li(e){return"string"!=typeof e?e:e.charAt(0).toUpperCase()+e.slice(1)}function ci(){for(var e={},t=arguments.length,i=new Array(t),n=0;n<t;n++)i[n]=arguments[n];return i.forEach((function(t){t&&Ve(t,(function(t,i){ze(t)?(ze(e[i])||(e[i]={}),e[i]=ci(e[i],t)):e[i]=t}))})),e}var hi=function(){function e(e,t,i){if(!e&&this.play?this.player_=e=this:this.player_=e,this.options_=ci({},this.options_),t=this.options_=ci(this.options_,t),this.id_=t.id||t.el&&t.el.id,!this.id_){var n=e&&e.id&&e.id()||"no_player";this.id_=n+"_component_"+Et()}this.name_=t.name||null,t.el?this.el_=t.el:!1!==t.createEl&&(this.el_=this.createEl()),!1!==t.evented&&si(this,{eventBusKey:this.el_?"el_":null}),ui(this,this.constructor.defaultState),this.children_=[],this.childIndex_={},this.childNameIndex_={},!1!==t.initChildren&&this.initChildren(),this.ready(i),!1!==t.reportTouchActivity&&this.enableTouchActivity()}var t=e.prototype;return t.dispose=function(){if(this.trigger({type:"dispose",bubbles:!1}),this.children_)for(var e=this.children_.length-1;e>=0;e--)this.children_[e].dispose&&this.children_[e].dispose();this.children_=null,this.childIndex_=null,this.childNameIndex_=null,this.el_&&(this.el_.parentNode&&this.el_.parentNode.removeChild(this.el_),xt(this.el_),this.el_=null),this.player_=null},t.player=function(){return this.player_},t.options=function(e){return Be.warn("this.options() has been deprecated and will be moved to the constructor in 6.0"),e?(this.options_=ci(this.options_,e),this.options_):this.options_},t.el=function(){return this.el_},t.createEl=function(e,t,i){return Ze(e,t,i)},t.localize=function(e,t,i){void 0===i&&(i=e);var n=this.player_.language&&this.player_.language(),r=this.player_.languages&&this.player_.languages(),a=r&&r[n],s=n&&n.split("-")[0],o=r&&r[s],u=i;return a&&a[e]?u=a[e]:o&&o[e]&&(u=o[e]),t&&(u=u.replace(/\{(\d+)\}/g,(function(e,i){var n=t[i-1],r=n;return void 0===n&&(r=e),r}))),u},t.contentEl=function(){return this.contentEl_||this.el_},t.id=function(){return this.id_},t.name=function(){return this.name_},t.children=function(){return this.children_},t.getChildById=function(e){return this.childIndex_[e]},t.getChild=function(e){if(e)return e=li(e),this.childNameIndex_[e]},t.addChild=function(t,i,n){var r,a;if(void 0===i&&(i={}),void 0===n&&(n=this.children_.length),"string"==typeof t){a=li(t);var s=i.componentClass||a;i.name=a;var o=e.getComponent(s);if(!o)throw new Error("Component "+s+" does not exist");if("function"!=typeof o)return null;r=new o(this.player_||this,i)}else r=t;if(this.children_.splice(n,0,r),"function"==typeof r.id&&(this.childIndex_[r.id()]=r),(a=a||r.name&&li(r.name()))&&(this.childNameIndex_[a]=r),"function"==typeof r.el&&r.el()){var u=this.contentEl().children[n]||null;this.contentEl().insertBefore(r.el(),u)}return r},t.removeChild=function(e){if("string"==typeof e&&(e=this.getChild(e)),e&&this.children_){for(var t=!1,i=this.children_.length-1;i>=0;i--)if(this.children_[i]===e){t=!0,this.children_.splice(i,1);break}if(t){this.childIndex_[e.id()]=null,this.childNameIndex_[e.name()]=null;var n=e.el();n&&n.parentNode===this.contentEl()&&this.contentEl().removeChild(e.el())}}},t.initChildren=function(){var t=this,i=this.options_.children;if(i){var n,r=this.options_,a=e.getComponent("Tech");(n=Array.isArray(i)?i:Object.keys(i)).concat(Object.keys(this.options_).filter((function(e){return!n.some((function(t){return"string"==typeof t?e===t:e===t.name}))}))).map((function(e){var n,r;return"string"==typeof e?r=i[n=e]||t.options_[n]||{}:(n=e.name,r=e),{name:n,opts:r}})).filter((function(t){var i=e.getComponent(t.opts.componentClass||li(t.name));return i&&!a.isTech(i)})).forEach((function(e){var i=e.name,n=e.opts;if(void 0!==r[i]&&(n=r[i]),!1!==n){!0===n&&(n={}),n.playerOptions=t.options_.playerOptions;var a=t.addChild(i,n);a&&(t[i]=a)}}))}},t.buildCSSClass=function(){return""},t.ready=function(e,t){if(void 0===t&&(t=!1),e)return this.isReady_?void(t?e.call(this):this.setTimeout(e,1)):(this.readyQueue_=this.readyQueue_||[],void this.readyQueue_.push(e))},t.triggerReady=function(){this.isReady_=!0,this.setTimeout((function(){var e=this.readyQueue_;this.readyQueue_=[],e&&e.length>0&&e.forEach((function(e){e.call(this)}),this),this.trigger("ready")}),1)},t.$=function(e,t){return St(e,t||this.contentEl())},t.$$=function(e,t){return kt(e,t||this.contentEl())},t.hasClass=function(e){return it(this.el_,e)},t.addClass=function(e){nt(this.el_,e)},t.removeClass=function(e){rt(this.el_,e)},t.toggleClass=function(e,t){at(this.el_,e,t)},t.show=function(){this.removeClass("vjs-hidden")},t.hide=function(){this.addClass("vjs-hidden")},t.lockShowing=function(){this.addClass("vjs-lock-showing")},t.unlockShowing=function(){this.removeClass("vjs-lock-showing")},t.getAttribute=function(e){return ut(this.el_,e)},t.setAttribute=function(e,t){lt(this.el_,e,t)},t.removeAttribute=function(e){ct(this.el_,e)},t.width=function(e,t){return this.dimension("width",e,t)},t.height=function(e,t){return this.dimension("height",e,t)},t.dimensions=function(e,t){this.width(e,!0),this.height(t)},t.dimension=function(e,t,i){if(void 0!==t)return null!==t&&t==t||(t=0),-1!==(""+t).indexOf("%")||-1!==(""+t).indexOf("px")?this.el_.style[e]=t:this.el_.style[e]="auto"===t?"":t+"px",void(i||this.trigger("componentresize"));if(!this.el_)return 0;var n=this.el_.style[e],r=n.indexOf("px");return-1!==r?parseInt(n.slice(0,r),10):parseInt(this.el_["offset"+li(e)],10)},t.currentDimension=function(e){var t=0;if("width"!==e&&"height"!==e)throw new Error("currentDimension only accepts width or height value");if("function"==typeof f().getComputedStyle){var i=f().getComputedStyle(this.el_);t=i.getPropertyValue(e)||i[e]}if(0===(t=parseFloat(t))){var n="offset"+li(e);t=this.el_[n]}return t},t.currentDimensions=function(){return{width:this.currentDimension("width"),height:this.currentDimension("height")}},t.currentWidth=function(){return this.currentDimension("width")},t.currentHeight=function(){return this.currentDimension("height")},t.focus=function(){this.el_.focus()},t.blur=function(){this.el_.blur()},t.emitTapEvents=function(){var e,t=0,i=null;this.on("touchstart",(function(n){1===n.touches.length&&(i={pageX:n.touches[0].pageX,pageY:n.touches[0].pageY},t=(new Date).getTime(),e=!0)})),this.on("touchmove",(function(t){if(t.touches.length>1)e=!1;else if(i){var n=t.touches[0].pageX-i.pageX,r=t.touches[0].pageY-i.pageY;Math.sqrt(n*n+r*r)>10&&(e=!1)}}));var n=function(){e=!1};this.on("touchleave",n),this.on("touchcancel",n),this.on("touchend",(function(n){(i=null,!0===e)&&((new Date).getTime()-t<200&&(n.preventDefault(),this.trigger("tap")))}))},t.enableTouchActivity=function(){if(this.player()&&this.player().reportUserActivity){var e,t=$t(this.player(),this.player().reportUserActivity);this.on("touchstart",(function(){t(),this.clearInterval(e),e=this.setInterval(t,250)}));var i=function(i){t(),this.clearInterval(e)};this.on("touchmove",t),this.on("touchend",i),this.on("touchcancel",i)}},t.setTimeout=function(e,t){var i,n,r=this;return e=$t(this,e),i=f().setTimeout((function(){r.off("dispose",n),e()}),t),(n=function(){return r.clearTimeout(i)}).guid="vjs-timeout-"+i,this.on("dispose",n),i},t.clearTimeout=function(e){f().clearTimeout(e);var t=function(){};return t.guid="vjs-timeout-"+e,this.off("dispose",t),e},t.setInterval=function(e,t){var i=this;e=$t(this,e);var n=f().setInterval(e,t),r=function(){return i.clearInterval(n)};return r.guid="vjs-interval-"+n,this.on("dispose",r),n},t.clearInterval=function(e){f().clearInterval(e);var t=function(){};return t.guid="vjs-interval-"+e,this.off("dispose",t),e},t.requestAnimationFrame=function(e){var t,i,n=this;return this.supportsRaf_?(e=$t(this,e),t=f().requestAnimationFrame((function(){n.off("dispose",i),e()})),(i=function(){return n.cancelAnimationFrame(t)}).guid="vjs-raf-"+t,this.on("dispose",i),t):this.setTimeout(e,1e3/60)},t.cancelAnimationFrame=function(e){if(this.supportsRaf_){f().cancelAnimationFrame(e);var t=function(){};return t.guid="vjs-raf-"+e,this.off("dispose",t),e}return this.clearTimeout(e)},e.registerComponent=function(t,i){if("string"!=typeof t||!t)throw new Error('Illegal component name, "'+t+'"; must be a non-empty string.');var n,r=e.getComponent("Tech"),a=r&&r.isTech(i),s=e===i||e.prototype.isPrototypeOf(i.prototype);if(a||!s)throw n=a?"techs must be registered using Tech.registerTech()":"must be a Component subclass",new Error('Illegal component, "'+t+'"; '+n+".");t=li(t),e.components_||(e.components_={});var o=e.getComponent("Player");if("Player"===t&&o&&o.players){var u=o.players,l=Object.keys(u);if(u&&l.length>0&&l.map((function(e){return u[e]})).every(Boolean))throw new Error("Can not register Player component after player has been created.")}return e.components_[t]=i,i},e.getComponent=function(t){if(t)return t=li(t),e.components_&&e.components_[t]?e.components_[t]:void 0},e}();hi.prototype.supportsRaf_="function"==typeof f().requestAnimationFrame&&"function"==typeof f().cancelAnimationFrame,hi.registerComponent("Component",hi);var di,pi=f().navigator&&f().navigator.userAgent||"",fi=/AppleWebKit\/([\d.]+)/i.exec(pi),mi=fi?parseFloat(fi.pop()):null,gi=/iPad/i.test(pi),yi=/iPhone/i.test(pi)&&!gi,vi=/iPod/i.test(pi),_i=yi||gi||vi,bi=(di=pi.match(/OS (\d+)_/i))&&di[1]?di[1]:null,Ti=/Android/i.test(pi),Si=function(){var e=pi.match(/Android (\d+)(?:\.(\d+))?(?:\.(\d+))*/i);if(!e)return null;var t=e[1]&&parseFloat(e[1]),i=e[2]&&parseFloat(e[2]);return t&&i?parseFloat(e[1]+"."+e[2]):t||null}(),ki=Ti&&Si<5&&mi<537,wi=/Firefox/i.test(pi),Ci=/Edge/i.test(pi),Ei=!Ci&&(/Chrome/i.test(pi)||/CriOS/i.test(pi)),Ai=function(){var e=pi.match(/(Chrome|CriOS)\/(\d+)/);return e&&e[2]?parseFloat(e[2]):null}(),Li=function(){var e=/MSIE\s(\d+)\.\d/.exec(pi),t=e&&parseFloat(e[1]);return!t&&/Trident\/7.0/i.test(pi)&&/rv:11.0/.test(pi)&&(t=11),t}(),Oi=/Safari/i.test(pi)&&!Ei&&!Ti&&!Ci,Pi=(Oi||_i)&&!Ei,xi=$e()&&("ontouchstart"in f()||f().navigator.maxTouchPoints||f().DocumentTouch&&f().document instanceof f().DocumentTouch),Ui=Object.freeze({IS_IPAD:gi,IS_IPHONE:yi,IS_IPOD:vi,IS_IOS:_i,IOS_VERSION:bi,IS_ANDROID:Ti,ANDROID_VERSION:Si,IS_NATIVE_ANDROID:ki,IS_FIREFOX:wi,IS_EDGE:Ci,IS_CHROME:Ei,CHROME_VERSION:Ai,IE_VERSION:Li,IS_SAFARI:Oi,IS_ANY_SAFARI:Pi,TOUCH_ENABLED:xi});function Ii(e,t,i,n){return function(e,t,i){if("number"!=typeof t||t<0||t>i)throw new Error("Failed to execute '"+e+"' on 'TimeRanges': The index provided ("+t+") is non-numeric or out of bounds (0-"+i+").")}(e,n,i.length-1),i[n][t]}function Di(e){return void 0===e||0===e.length?{length:0,start:function(){throw new Error("This TimeRanges object is empty")},end:function(){throw new Error("This TimeRanges object is empty")}}:{length:e.length,start:Ii.bind(null,"start",0,e),end:Ii.bind(null,"end",1,e)}}function Ri(e,t){return Array.isArray(e)?Di(e):void 0===e||void 0===t?Di():Di([[e,t]])}function Mi(e,t){var i,n,r=0;if(!t)return 0;e&&e.length||(e=Ri(0,0));for(var a=0;a<e.length;a++)i=e.start(a),(n=e.end(a))>t&&(n=t),r+=n-i;return r/t}for(var Bi,Ni={},ji=[["requestFullscreen","exitFullscreen","fullscreenElement","fullscreenEnabled","fullscreenchange","fullscreenerror"],["webkitRequestFullscreen","webkitExitFullscreen","webkitFullscreenElement","webkitFullscreenEnabled","webkitfullscreenchange","webkitfullscreenerror"],["webkitRequestFullScreen","webkitCancelFullScreen","webkitCurrentFullScreenElement","webkitCancelFullScreen","webkitfullscreenchange","webkitfullscreenerror"],["mozRequestFullScreen","mozCancelFullScreen","mozFullScreenElement","mozFullScreenEnabled","mozfullscreenchange","mozfullscreenerror"],["msRequestFullscreen","msExitFullscreen","msFullscreenElement","msFullscreenEnabled","MSFullscreenChange","MSFullscreenError"]],Fi=ji[0],Vi=0;Vi<ji.length;Vi++)if(ji[Vi][1]in C()){Bi=ji[Vi];break}if(Bi)for(var Hi=0;Hi<Bi.length;Hi++)Ni[Fi[Hi]]=Bi[Hi];function qi(e){if(e instanceof qi)return e;"number"==typeof e?this.code=e:"string"==typeof e?this.message=e:qe(e)&&("number"==typeof e.code&&(this.code=e.code),He(this,e)),this.message||(this.message=qi.defaultMessages[this.code]||"")}qi.prototype.code=0,qi.prototype.message="",qi.prototype.status=null,qi.errorTypes=["MEDIA_ERR_CUSTOM","MEDIA_ERR_ABORTED","MEDIA_ERR_NETWORK","MEDIA_ERR_DECODE","MEDIA_ERR_SRC_NOT_SUPPORTED","MEDIA_ERR_ENCRYPTED"],qi.defaultMessages={1:"You aborted the media playback",2:"A network error caused the media download to fail part-way.",3:"The media playback was aborted due to a corruption problem or because the media used features your browser did not support.",4:"The media could not be loaded, either because the server or network failed or because the format is not supported.",5:"The media is encrypted and we do not have the keys to decrypt it."};for(var zi=0;zi<qi.errorTypes.length;zi++)qi[qi.errorTypes[zi]]=zi,qi.prototype[qi.errorTypes[zi]]=zi;function Wi(e){return null!=e&&"function"==typeof e.then}function Gi(e){Wi(e)&&e.then(null,(function(e){}))}var Xi=function(e){return["kind","label","language","id","inBandMetadataTrackDispatchType","mode","src"].reduce((function(t,i,n){return e[i]&&(t[i]=e[i]),t}),{cues:e.cues&&Array.prototype.map.call(e.cues,(function(e){return{startTime:e.startTime,endTime:e.endTime,text:e.text,id:e.id}}))})},Yi=function(e){var t=e.$$("track"),i=Array.prototype.map.call(t,(function(e){return e.track}));return Array.prototype.map.call(t,(function(e){var t=Xi(e.track);return e.src&&(t.src=e.src),t})).concat(Array.prototype.filter.call(e.textTracks(),(function(e){return-1===i.indexOf(e)})).map(Xi))},$i=function(e,t){return e.forEach((function(e){var i=t.addRemoteTextTrack(e).track;!e.src&&e.cues&&e.cues.forEach((function(e){return i.addCue(e)}))})),t.textTracks()},Ki=function(e){function t(t,i){var n;return(n=e.call(this,t,i)||this).opened_=n.hasBeenOpened_=n.hasBeenFilled_=!1,n.closeable(!n.options_.uncloseable),n.content(n.options_.content),n.contentEl_=Ze("div",{className:"vjs-modal-dialog-content"},{role:"document"}),n.descEl_=Ze("p",{className:"vjs-modal-dialog-description vjs-control-text",id:n.el().getAttribute("aria-describedby")}),et(n.descEl_,n.description()),n.el_.appendChild(n.descEl_),n.el_.appendChild(n.contentEl_),n}Pe(t,e);var i=t.prototype;return i.createEl=function(){return e.prototype.createEl.call(this,"div",{className:this.buildCSSClass(),tabIndex:-1},{"aria-describedby":this.id()+"_description","aria-hidden":"true","aria-label":this.label(),role:"dialog"})},i.dispose=function(){this.contentEl_=null,this.descEl_=null,this.previouslyActiveEl_=null,e.prototype.dispose.call(this)},i.buildCSSClass=function(){return"vjs-modal-dialog vjs-hidden "+e.prototype.buildCSSClass.call(this)},i.handleKeyPress=function(e){27===e.which&&this.closeable()&&this.close()},i.label=function(){return this.localize(this.options_.label||"Modal Window")},i.description=function(){var e=this.options_.description||this.localize("This is a modal window.");return this.closeable()&&(e+=" "+this.localize("This modal can be closed by pressing the Escape key or activating the close button.")),e},i.open=function(){if(!this.opened_){var e=this.player();this.trigger("beforemodalopen"),this.opened_=!0,(this.options_.fillAlways||!this.hasBeenOpened_&&!this.hasBeenFilled_)&&this.fill(),this.wasPlaying_=!e.paused(),this.options_.pauseOnOpen&&this.wasPlaying_&&e.pause(),this.closeable()&&this.on(this.el_.ownerDocument,"keydown",$t(this,this.handleKeyPress)),this.hadControls_=e.controls(),e.controls(!1),this.show(),this.conditionalFocus_(),this.el().setAttribute("aria-hidden","false"),this.trigger("modalopen"),this.hasBeenOpened_=!0}},i.opened=function(e){return"boolean"==typeof e&&this[e?"open":"close"](),this.opened_},i.close=function(){if(this.opened_){var e=this.player();this.trigger("beforemodalclose"),this.opened_=!1,this.wasPlaying_&&this.options_.pauseOnOpen&&e.play(),this.closeable()&&this.off(this.el_.ownerDocument,"keydown",$t(this,this.handleKeyPress)),this.hadControls_&&e.controls(!0),this.hide(),this.el().setAttribute("aria-hidden","true"),this.trigger("modalclose"),this.conditionalBlur_(),this.options_.temporary&&this.dispose()}},i.closeable=function(e){if("boolean"==typeof e){var t=this.closeable_=!!e,i=this.getChild("closeButton");if(t&&!i){var n=this.contentEl_;this.contentEl_=this.el_,i=this.addChild("closeButton",{controlText:"Close Modal Dialog"}),this.contentEl_=n,this.on(i,"close",this.close)}!t&&i&&(this.off(i,"close",this.close),this.removeChild(i),i.dispose())}return this.closeable_},i.fill=function(){this.fillWith(this.content())},i.fillWith=function(e){var t=this.contentEl(),i=t.parentNode,n=t.nextSibling;this.trigger("beforemodalfill"),this.hasBeenFilled_=!0,i.removeChild(t),this.empty(),bt(t,e),this.trigger("modalfill"),n?i.insertBefore(t,n):i.appendChild(t);var r=this.getChild("closeButton");r&&i.appendChild(r.el_)},i.empty=function(){this.trigger("beforemodalempty"),yt(this.contentEl()),this.trigger("modalempty")},i.content=function(e){return void 0!==e&&(this.content_=e),this.content_},i.conditionalFocus_=function(){var e=C().activeElement,t=this.player_.el_;this.previouslyActiveEl_=null,(t.contains(e)||t===e)&&(this.previouslyActiveEl_=e,this.focus(),this.on(C(),"keydown",this.handleKeyDown))},i.conditionalBlur_=function(){this.previouslyActiveEl_&&(this.previouslyActiveEl_.focus(),this.previouslyActiveEl_=null),this.off(C(),"keydown",this.handleKeyDown)},i.handleKeyDown=function(e){if(9===e.which){for(var t,i=this.focusableEls_(),n=this.el_.querySelector(":focus"),r=0;r<i.length;r++)if(n===i[r]){t=r;break}C().activeElement===this.el_&&(t=0),e.shiftKey&&0===t?(i[i.length-1].focus(),e.preventDefault()):e.shiftKey||t!==i.length-1||(i[0].focus(),e.preventDefault())}},i.focusableEls_=function(){var e=this.el_.querySelectorAll("*");return Array.prototype.filter.call(e,(function(e){return(e instanceof f().HTMLAnchorElement||e instanceof f().HTMLAreaElement)&&e.hasAttribute("href")||(e instanceof f().HTMLInputElement||e instanceof f().HTMLSelectElement||e instanceof f().HTMLTextAreaElement||e instanceof f().HTMLButtonElement)&&!e.hasAttribute("disabled")||e instanceof f().HTMLIFrameElement||e instanceof f().HTMLObjectElement||e instanceof f().HTMLEmbedElement||e.hasAttribute("tabindex")&&-1!==e.getAttribute("tabindex")||e.hasAttribute("contenteditable")}))},t}(hi);Ki.prototype.options_={pauseOnOpen:!0,temporary:!0},hi.registerComponent("ModalDialog",Ki);var Qi=function(e){function t(t){var i;void 0===t&&(t=[]),(i=e.call(this)||this).tracks_=[],Object.defineProperty(De(De(i)),"length",{get:function(){return this.tracks_.length}});for(var n=0;n<t.length;n++)i.addTrack(t[n]);return i}Pe(t,e);var i=t.prototype;return i.addTrack=function(e){var t=this.tracks_.length;""+t in this||Object.defineProperty(this,t,{get:function(){return this.tracks_[t]}}),-1===this.tracks_.indexOf(e)&&(this.tracks_.push(e),this.trigger({track:e,type:"addtrack"}))},i.removeTrack=function(e){for(var t,i=0,n=this.length;i<n;i++)if(this[i]===e){(t=this[i]).off&&t.off(),this.tracks_.splice(i,1);break}t&&this.trigger({track:t,type:"removetrack"})},i.getTrackById=function(e){for(var t=null,i=0,n=this.length;i<n;i++){var r=this[i];if(r.id===e){t=r;break}}return t},t}(Qt);for(var Ji in Qi.prototype.allowedEvents_={change:"change",addtrack:"addtrack",removetrack:"removetrack"},Qi.prototype.allowedEvents_)Qi.prototype["on"+Ji]=null;var Zi=function(e,t){for(var i=0;i<e.length;i++)Object.keys(e[i]).length&&t.id!==e[i].id&&(e[i].enabled=!1)},en=function(e){function t(t){var i;void 0===t&&(t=[]);for(var n=t.length-1;n>=0;n--)if(t[n].enabled){Zi(t,t[n]);break}return(i=e.call(this,t)||this).changing_=!1,i}return Pe(t,e),t.prototype.addTrack=function(t){var i=this;t.enabled&&Zi(this,t),e.prototype.addTrack.call(this,t),t.addEventListener&&t.addEventListener("enabledchange",(function(){i.changing_||(i.changing_=!0,Zi(i,t),i.changing_=!1,i.trigger("change"))}))},t}(Qi),tn=function(e,t){for(var i=0;i<e.length;i++)Object.keys(e[i]).length&&t.id!==e[i].id&&(e[i].selected=!1)},nn=function(e){function t(t){var i;void 0===t&&(t=[]);for(var n=t.length-1;n>=0;n--)if(t[n].selected){tn(t,t[n]);break}return(i=e.call(this,t)||this).changing_=!1,Object.defineProperty(De(De(i)),"selectedIndex",{get:function(){for(var e=0;e<this.length;e++)if(this[e].selected)return e;return-1},set:function(){}}),i}return Pe(t,e),t.prototype.addTrack=function(t){var i=this;t.selected&&tn(this,t),e.prototype.addTrack.call(this,t),t.addEventListener&&t.addEventListener("selectedchange",(function(){i.changing_||(i.changing_=!0,tn(i,t),i.changing_=!1,i.trigger("change"))}))},t}(Qi),rn=function(e){function t(){return e.apply(this,arguments)||this}return Pe(t,e),t.prototype.addTrack=function(t){e.prototype.addTrack.call(this,t),t.addEventListener("modechange",$t(this,(function(){this.queueTrigger("change")})));-1===["metadata","chapters"].indexOf(t.kind)&&t.addEventListener("modechange",$t(this,(function(){this.trigger("selectedlanguagechange")})))},t}(Qi),an=function(){function e(e){void 0===e&&(e=[]),this.trackElements_=[],Object.defineProperty(this,"length",{get:function(){return this.trackElements_.length}});for(var t=0,i=e.length;t<i;t++)this.addTrackElement_(e[t])}var t=e.prototype;return t.addTrackElement_=function(e){var t=this.trackElements_.length;""+t in this||Object.defineProperty(this,t,{get:function(){return this.trackElements_[t]}}),-1===this.trackElements_.indexOf(e)&&this.trackElements_.push(e)},t.getTrackElementByTrack_=function(e){for(var t,i=0,n=this.trackElements_.length;i<n;i++)if(e===this.trackElements_[i].track){t=this.trackElements_[i];break}return t},t.removeTrackElement_=function(e){for(var t=0,i=this.trackElements_.length;t<i;t++)if(e===this.trackElements_[t]){this.trackElements_.splice(t,1);break}},e}(),sn=function(){function e(t){e.prototype.setCues_.call(this,t),Object.defineProperty(this,"length",{get:function(){return this.length_}})}var t=e.prototype;return t.setCues_=function(e){var t=this.length||0,i=0,n=e.length;this.cues_=e,this.length_=e.length;var r=function(e){""+e in this||Object.defineProperty(this,""+e,{get:function(){return this.cues_[e]}})};if(t<n)for(i=t;i<n;i++)r.call(this,i)},t.getCueById=function(e){for(var t=null,i=0,n=this.length;i<n;i++){var r=this[i];if(r.id===e){t=r;break}}return t},e}(),on={alternative:"alternative",captions:"captions",main:"main",sign:"sign",subtitles:"subtitles",commentary:"commentary"},un={alternative:"alternative",descriptions:"descriptions",main:"main","main-desc":"main-desc",translation:"translation",commentary:"commentary"},ln={subtitles:"subtitles",captions:"captions",descriptions:"descriptions",chapters:"chapters",metadata:"metadata"},cn={disabled:"disabled",hidden:"hidden",showing:"showing"},hn=function(e){function t(t){var i;void 0===t&&(t={}),i=e.call(this)||this;var n={id:t.id||"vjs_track_"+Et(),kind:t.kind||"",label:t.label||"",language:t.language||""},r=function(e){Object.defineProperty(De(De(i)),e,{get:function(){return n[e]},set:function(){}})};for(var a in n)r(a);return i}return Pe(t,e),t}(Qt),dn=function(e){var t=["protocol","hostname","port","pathname","search","hash","host"],i=C().createElement("a");i.href=e;var n,r=""===i.host&&"file:"!==i.protocol;r&&((n=C().createElement("div")).innerHTML='<a href="'+e+'"></a>',i=n.firstChild,n.setAttribute("style","display:none; position:absolute;"),C().body.appendChild(n));for(var a={},s=0;s<t.length;s++)a[t[s]]=i[t[s]];return"http:"===a.protocol&&(a.host=a.host.replace(/:80$/,"")),"https:"===a.protocol&&(a.host=a.host.replace(/:443$/,"")),a.protocol||(a.protocol=f().location.protocol),r&&C().body.removeChild(n),a},pn=function(e){if(!e.match(/^https?:\/\//)){var t=C().createElement("div");t.innerHTML='<a href="'+e+'">x</a>',e=t.firstChild.href}return e},fn=function(e){if("string"==typeof e){var t=/^(\/?)([\s\S]*?)((?:\.{1,2}|[^\/]+?)(\.([^\.\/\?]+)))(?:[\/]*|[\?].*)$/i.exec(e);if(t)return t.pop().toLowerCase()}return""},mn=function(e){var t=f().location,i=dn(e);return(":"===i.protocol?t.protocol:i.protocol)+i.host!==t.protocol+t.host},gn=Object.freeze({parseUrl:dn,getAbsoluteURL:pn,getFileExtension:fn,isCrossOrigin:mn}),yn=function(e,t){var i=new(f().WebVTT.Parser)(f(),f().vttjs,f().WebVTT.StringDecoder()),n=[];i.oncue=function(e){t.addCue(e)},i.onparsingerror=function(e){n.push(e)},i.onflush=function(){t.trigger({type:"loadeddata",target:t})},i.parse(e),n.length>0&&(f().console&&f().console.groupCollapsed&&f().console.groupCollapsed("Text Track parsing errors for "+t.src),n.forEach((function(e){return Be.error(e)})),f().console&&f().console.groupEnd&&f().console.groupEnd()),i.flush()},vn=function(e){function t(t){var i;if(void 0===t&&(t={}),!t.tech)throw new Error("A tech was not provided.");var n=ci(t,{kind:ln[t.kind]||"subtitles",language:t.language||t.srclang||""}),r=cn[n.mode]||"disabled",a=n.default;"metadata"!==n.kind&&"chapters"!==n.kind||(r="hidden"),(i=e.call(this,n)||this).tech_=n.tech,i.cues_=[],i.activeCues_=[];var s=new sn(i.cues_),o=new sn(i.activeCues_),u=!1,l=$t(De(De(i)),(function(){this.activeCues=this.activeCues,u&&(this.trigger("cuechange"),u=!1)}));return"disabled"!==r&&i.tech_.ready((function(){i.tech_.on("timeupdate",l)}),!0),Object.defineProperties(De(De(i)),{default:{get:function(){return a},set:function(){}},mode:{get:function(){return r},set:function(e){var t=this;cn[e]&&("disabled"!==(r=e)?this.tech_.ready((function(){t.tech_.on("timeupdate",l)}),!0):this.tech_.off("timeupdate",l),this.trigger("modechange"))}},cues:{get:function(){return this.loaded_?s:null},set:function(){}},activeCues:{get:function(){if(!this.loaded_)return null;if(0===this.cues.length)return o;for(var e=this.tech_.currentTime(),t=[],i=0,n=this.cues.length;i<n;i++){var r=this.cues[i];(r.startTime<=e&&r.endTime>=e||r.startTime===r.endTime&&r.startTime<=e&&r.startTime+.5>=e)&&t.push(r)}if(u=!1,t.length!==this.activeCues_.length)u=!0;else for(var a=0;a<t.length;a++)-1===this.activeCues_.indexOf(t[a])&&(u=!0);return this.activeCues_=t,o.setCues_(this.activeCues_),o},set:function(){}}}),n.src?(i.src=n.src,function(e,t){var i={uri:e},n=mn(e);n&&(i.cors=n),c()(i,$t(this,(function(e,i,n){if(e)return Be.error(e,i);if(t.loaded_=!0,"function"!=typeof f().WebVTT){if(t.tech_){var r=function(){return yn(n,t)};t.tech_.on("vttjsloaded",r),t.tech_.on("vttjserror",(function(){Be.error("vttjs failed to load, stopping trying to process "+t.src),t.tech_.off("vttjsloaded",r)}))}}else yn(n,t)})))}(n.src,De(De(i)))):i.loaded_=!0,i}Pe(t,e);var i=t.prototype;return i.addCue=function(e){var t=e;if(f().vttjs&&!(e instanceof f().vttjs.VTTCue)){for(var i in t=new(f().vttjs.VTTCue)(e.startTime,e.endTime,e.text),e)i in t||(t[i]=e[i]);t.id=e.id,t.originalCue_=e}for(var n=this.tech_.textTracks(),r=0;r<n.length;r++)n[r]!==this&&n[r].removeCue(t);this.cues_.push(t),this.cues.setCues_(this.cues_)},i.removeCue=function(e){for(var t=this.cues_.length;t--;){var i=this.cues_[t];if(i===e||i.originalCue_&&i.originalCue_===e){this.cues_.splice(t,1),this.cues.setCues_(this.cues_);break}}},t}(hn);vn.prototype.allowedEvents_={cuechange:"cuechange"};var _n=function(e){function t(t){var i;void 0===t&&(t={});var n=ci(t,{kind:un[t.kind]||""});i=e.call(this,n)||this;var r=!1;return Object.defineProperty(De(De(i)),"enabled",{get:function(){return r},set:function(e){"boolean"==typeof e&&e!==r&&(r=e,this.trigger("enabledchange"))}}),n.enabled&&(i.enabled=n.enabled),i.loaded_=!0,i}return Pe(t,e),t}(hn),bn=function(e){function t(t){var i;void 0===t&&(t={});var n=ci(t,{kind:on[t.kind]||""});i=e.call(this,n)||this;var r=!1;return Object.defineProperty(De(De(i)),"selected",{get:function(){return r},set:function(e){"boolean"==typeof e&&e!==r&&(r=e,this.trigger("selectedchange"))}}),n.selected&&(i.selected=n.selected),i}return Pe(t,e),t}(hn),Tn=function(e){function t(t){var i,n;void 0===t&&(t={}),i=e.call(this)||this;var r=new vn(t);return i.kind=r.kind,i.src=r.src,i.srclang=r.language,i.label=r.label,i.default=r.default,Object.defineProperties(De(De(i)),{readyState:{get:function(){return n}},track:{get:function(){return r}}}),n=0,r.addEventListener("loadeddata",(function(){n=2,i.trigger({type:"load",target:De(De(i))})})),i}return Pe(t,e),t}(Qt);Tn.prototype.allowedEvents_={load:"load"},Tn.NONE=0,Tn.LOADING=1,Tn.LOADED=2,Tn.ERROR=3;var Sn={audio:{ListClass:en,TrackClass:_n,capitalName:"Audio"},video:{ListClass:nn,TrackClass:bn,capitalName:"Video"},text:{ListClass:rn,TrackClass:vn,capitalName:"Text"}};Object.keys(Sn).forEach((function(e){Sn[e].getterName=e+"Tracks",Sn[e].privateName=e+"Tracks_"}));var kn={remoteText:{ListClass:rn,TrackClass:vn,capitalName:"RemoteText",getterName:"remoteTextTracks",privateName:"remoteTextTracks_"},remoteTextEl:{ListClass:an,TrackClass:Tn,capitalName:"RemoteTextTrackEls",getterName:"remoteTextTrackEls",privateName:"remoteTextTrackEls_"}},wn=ci(Sn,kn);kn.names=Object.keys(kn),Sn.names=Object.keys(Sn),wn.names=[].concat(kn.names).concat(Sn.names);var Cn=function(e){function t(t,i){var n;return void 0===t&&(t={}),void 0===i&&(i=function(){}),t.reportTouchActivity=!1,(n=e.call(this,null,t,i)||this).hasStarted_=!1,n.on("playing",(function(){this.hasStarted_=!0})),n.on("loadstart",(function(){this.hasStarted_=!1})),wn.names.forEach((function(e){var i=wn[e];t&&t[i.getterName]&&(n[i.privateName]=t[i.getterName])})),n.featuresProgressEvents||n.manualProgressOn(),n.featuresTimeupdateEvents||n.manualTimeUpdatesOn(),["Text","Audio","Video"].forEach((function(e){!1===t["native"+e+"Tracks"]&&(n["featuresNative"+e+"Tracks"]=!1)})),!1===t.nativeCaptions||!1===t.nativeTextTracks?n.featuresNativeTextTracks=!1:!0!==t.nativeCaptions&&!0!==t.nativeTextTracks||(n.featuresNativeTextTracks=!0),n.featuresNativeTextTracks||n.emulateTextTracks(),n.autoRemoteTextTracks_=new wn.text.ListClass,n.initTrackListeners(),t.nativeControlsForTouch||n.emitTapEvents(),n.constructor&&(n.name_=n.constructor.name||"Unknown Tech"),n}Pe(t,e);var i=t.prototype;return i.triggerSourceset=function(e){var t=this;this.isReady_||this.one("ready",(function(){return t.setTimeout((function(){return t.triggerSourceset(e)}),1)})),this.trigger({src:e,type:"sourceset"})},i.manualProgressOn=function(){this.on("durationchange",this.onDurationChange),this.manualProgress=!0,this.one("ready",this.trackProgress)},i.manualProgressOff=function(){this.manualProgress=!1,this.stopTrackingProgress(),this.off("durationchange",this.onDurationChange)},i.trackProgress=function(e){this.stopTrackingProgress(),this.progressInterval=this.setInterval($t(this,(function(){var e=this.bufferedPercent();this.bufferedPercent_!==e&&this.trigger("progress"),this.bufferedPercent_=e,1===e&&this.stopTrackingProgress()})),500)},i.onDurationChange=function(e){this.duration_=this.duration()},i.buffered=function(){return Ri(0,0)},i.bufferedPercent=function(){return Mi(this.buffered(),this.duration_)},i.stopTrackingProgress=function(){this.clearInterval(this.progressInterval)},i.manualTimeUpdatesOn=function(){this.manualTimeUpdates=!0,this.on("play",this.trackCurrentTime),this.on("pause",this.stopTrackingCurrentTime)},i.manualTimeUpdatesOff=function(){this.manualTimeUpdates=!1,this.stopTrackingCurrentTime(),this.off("play",this.trackCurrentTime),this.off("pause",this.stopTrackingCurrentTime)},i.trackCurrentTime=function(){this.currentTimeInterval&&this.stopTrackingCurrentTime(),this.currentTimeInterval=this.setInterval((function(){this.trigger({type:"timeupdate",target:this,manuallyTriggered:!0})}),250)},i.stopTrackingCurrentTime=function(){this.clearInterval(this.currentTimeInterval),this.trigger({type:"timeupdate",target:this,manuallyTriggered:!0})},i.dispose=function(){this.clearTracks(Sn.names),this.manualProgress&&this.manualProgressOff(),this.manualTimeUpdates&&this.manualTimeUpdatesOff(),e.prototype.dispose.call(this)},i.clearTracks=function(e){var t=this;(e=[].concat(e)).forEach((function(e){for(var i=t[e+"Tracks"]()||[],n=i.length;n--;){var r=i[n];"text"===e&&t.removeRemoteTextTrack(r),i.removeTrack(r)}}))},i.cleanupAutoTextTracks=function(){for(var e=this.autoRemoteTextTracks_||[],t=e.length;t--;){var i=e[t];this.removeRemoteTextTrack(i)}},i.reset=function(){},i.error=function(e){return void 0!==e&&(this.error_=new qi(e),this.trigger("error")),this.error_},i.played=function(){return this.hasStarted_?Ri(0,0):Ri()},i.setCurrentTime=function(){this.manualTimeUpdates&&this.trigger({type:"timeupdate",target:this,manuallyTriggered:!0})},i.initTrackListeners=function(){var e=this;Sn.names.forEach((function(t){var i=Sn[t],n=function(){e.trigger(t+"trackchange")},r=e[i.getterName]();r.addEventListener("removetrack",n),r.addEventListener("addtrack",n),e.on("dispose",(function(){r.removeEventListener("removetrack",n),r.removeEventListener("addtrack",n)}))}))},i.addWebVttScript_=function(){var e=this;if(!f().WebVTT)if(C().body.contains(this.el())){if(!this.options_["vtt.js"]&&ze(s())&&Object.keys(s()).length>0)return void this.trigger("vttjsloaded");var t=C().createElement("script");t.src=this.options_["vtt.js"]||"https://vjs.zencdn.net/vttjs/0.14.1/vtt.min.js",t.onload=function(){e.trigger("vttjsloaded")},t.onerror=function(){e.trigger("vttjserror")},this.on("dispose",(function(){t.onload=null,t.onerror=null})),f().WebVTT=!0,this.el().parentNode.appendChild(t)}else this.ready(this.addWebVttScript_)},i.emulateTextTracks=function(){var e=this,t=this.textTracks(),i=this.remoteTextTracks(),n=function(e){return t.addTrack(e.track)},r=function(e){return t.removeTrack(e.track)};i.on("addtrack",n),i.on("removetrack",r),this.addWebVttScript_();var a=function(){return e.trigger("texttrackchange")},s=function(){a();for(var e=0;e<t.length;e++){var i=t[e];i.removeEventListener("cuechange",a),"showing"===i.mode&&i.addEventListener("cuechange",a)}};s(),t.addEventListener("change",s),t.addEventListener("addtrack",s),t.addEventListener("removetrack",s),this.on("dispose",(function(){i.off("addtrack",n),i.off("removetrack",r),t.removeEventListener("change",s),t.removeEventListener("addtrack",s),t.removeEventListener("removetrack",s);for(var e=0;e<t.length;e++){t[e].removeEventListener("cuechange",a)}}))},i.addTextTrack=function(e,t,i){if(!e)throw new Error("TextTrack kind is required but was not provided");return function(e,t,i,n,r){void 0===r&&(r={});var a=e.textTracks();r.kind=t,i&&(r.label=i),n&&(r.language=n),r.tech=e;var s=new wn.text.TrackClass(r);return a.addTrack(s),s}(this,e,t,i)},i.createRemoteTextTrack=function(e){var t=ci(e,{tech:this});return new kn.remoteTextEl.TrackClass(t)},i.addRemoteTextTrack=function(e,t){var i=this;void 0===e&&(e={});var n=this.createRemoteTextTrack(e);return!0!==t&&!1!==t&&(Be.warn('Calling addRemoteTextTrack without explicitly setting the "manualCleanup" parameter to `true` is deprecated and default to `false` in future version of video.js'),t=!0),this.remoteTextTrackEls().addTrackElement_(n),this.remoteTextTracks().addTrack(n.track),!0!==t&&this.ready((function(){return i.autoRemoteTextTracks_.addTrack(n.track)})),n},i.removeRemoteTextTrack=function(e){var t=this.remoteTextTrackEls().getTrackElementByTrack_(e);this.remoteTextTrackEls().removeTrackElement_(t),this.remoteTextTracks().removeTrack(e),this.autoRemoteTextTracks_.removeTrack(e)},i.getVideoPlaybackQuality=function(){return{}},i.setPoster=function(){},i.playsinline=function(){},i.setPlaysinline=function(){},i.overrideNativeAudioTracks=function(){},i.overrideNativeVideoTracks=function(){},i.canPlayType=function(){return""},t.canPlayType=function(){return""},t.canPlaySource=function(e,i){return t.canPlayType(e.type)},t.isTech=function(e){return e.prototype instanceof t||e instanceof t||e===t},t.registerTech=function(e,i){if(t.techs_||(t.techs_={}),!t.isTech(i))throw new Error("Tech "+e+" must be a Tech");if(!t.canPlayType)throw new Error("Techs must have a static canPlayType method on them");if(!t.canPlaySource)throw new Error("Techs must have a static canPlaySource method on them");return e=li(e),t.techs_[e]=i,"Tech"!==e&&t.defaultTechOrder_.push(e),i},t.getTech=function(e){if(e)return e=li(e),t.techs_&&t.techs_[e]?t.techs_[e]:f()&&f().videojs&&f().videojs[e]?(Be.warn("The "+e+" tech was added to the videojs object when it should be registered using videojs.registerTech(name, tech)"),f().videojs[e]):void 0},t}(hi);wn.names.forEach((function(e){var t=wn[e];Cn.prototype[t.getterName]=function(){return this[t.privateName]=this[t.privateName]||new t.ListClass,this[t.privateName]}})),Cn.prototype.featuresVolumeControl=!0,Cn.prototype.featuresMuteControl=!0,Cn.prototype.featuresFullscreenResize=!1,Cn.prototype.featuresPlaybackRate=!1,Cn.prototype.featuresProgressEvents=!1,Cn.prototype.featuresSourceset=!1,Cn.prototype.featuresTimeupdateEvents=!1,Cn.prototype.featuresNativeTextTracks=!1,Cn.withSourceHandlers=function(e){e.registerSourceHandler=function(t,i){var n=e.sourceHandlers;n||(n=e.sourceHandlers=[]),void 0===i&&(i=n.length),n.splice(i,0,t)},e.canPlayType=function(t){for(var i,n=e.sourceHandlers||[],r=0;r<n.length;r++)if(i=n[r].canPlayType(t))return i;return""},e.selectSourceHandler=function(t,i){for(var n=e.sourceHandlers||[],r=0;r<n.length;r++)if(n[r].canHandleSource(t,i))return n[r];return null},e.canPlaySource=function(t,i){var n=e.selectSourceHandler(t,i);return n?n.canHandleSource(t,i):""};["seekable","seeking","duration"].forEach((function(e){var t=this[e];"function"==typeof t&&(this[e]=function(){return this.sourceHandler_&&this.sourceHandler_[e]?this.sourceHandler_[e].apply(this.sourceHandler_,arguments):t.apply(this,arguments)})}),e.prototype),e.prototype.setSource=function(t){var i=e.selectSourceHandler(t,this.options_);i||(e.nativeSourceHandler?i=e.nativeSourceHandler:Be.error("No source handler found for the current source.")),this.disposeSourceHandler(),this.off("dispose",this.disposeSourceHandler),i!==e.nativeSourceHandler&&(this.currentSource_=t),this.sourceHandler_=i.handleSource(t,this,this.options_),this.on("dispose",this.disposeSourceHandler)},e.prototype.disposeSourceHandler=function(){this.currentSource_&&(this.clearTracks(["audio","video"]),this.currentSource_=null),this.cleanupAutoTextTracks(),this.sourceHandler_&&(this.sourceHandler_.dispose&&this.sourceHandler_.dispose(),this.sourceHandler_=null)}},hi.registerComponent("Tech",Cn),Cn.registerTech("Tech",Cn),Cn.defaultTechOrder_=[];var En={},An={},Ln={};function On(e,t,i){e.setTimeout((function(){return Rn(t,En[t.type],i,e)}),1)}function Pn(e,t,i,n){void 0===n&&(n=null);var r="call"+li(i),a=e.reduce(Dn(r),n),s=a===Ln,o=s?null:t[i](a);return function(e,t,i,n){for(var r=e.length-1;r>=0;r--){var a=e[r];a[t]&&a[t](n,i)}}(e,i,o,s),o}var xn={buffered:1,currentTime:1,duration:1,seekable:1,played:1,paused:1},Un={setCurrentTime:1},In={play:1,pause:1};function Dn(e){return function(t,i){return t===Ln?Ln:i[e]?i[e](t):t}}function Rn(e,t,i,n,r,a){void 0===e&&(e={}),void 0===t&&(t=[]),void 0===r&&(r=[]),void 0===a&&(a=!1);var s=t,o=s[0],u=s.slice(1);if("string"==typeof o)Rn(e,En[o],i,n,r,a);else if(o){var l=function(e,t){var i=An[e.id()],n=null;if(null==i)return n=t(e),An[e.id()]=[[t,n]],n;for(var r=0;r<i.length;r++){var a=i[r],s=a[0],o=a[1];s===t&&(n=o)}return null===n&&(n=t(e),i.push([t,n])),n}(n,o);if(!l.setSource)return r.push(l),Rn(e,u,i,n,r,a);l.setSource(He({},e),(function(t,s){if(t)return Rn(e,u,i,n,r,a);r.push(l),Rn(s,e.type===s.type?u:En[s.type],i,n,r,a)}))}else u.length?Rn(e,u,i,n,r,a):a?i(e,r):Rn(e,En["*"],i,n,r,!0)}var Mn={opus:"video/ogg",ogv:"video/ogg",mp4:"video/mp4",mov:"video/mp4",m4v:"video/mp4",mkv:"video/x-matroska",mp3:"audio/mpeg",aac:"audio/aac",oga:"audio/ogg",m3u8:"application/x-mpegURL"},Bn=function(e){void 0===e&&(e="");var t=fn(e);return Mn[t.toLowerCase()]||""},Nn=function e(t){if(Array.isArray(t)){var i=[];t.forEach((function(t){t=e(t),Array.isArray(t)?i=i.concat(t):qe(t)&&i.push(t)})),t=i}else t="string"==typeof t&&t.trim()?[jn({src:t})]:qe(t)&&"string"==typeof t.src&&t.src&&t.src.trim()?[jn(t)]:[];return t};function jn(e){var t=Bn(e.src);return!e.type&&t&&(e.type=t),e}var Fn=function(e){function t(t,i,n){var r,a=ci({createEl:!1},i);if(r=e.call(this,t,a,n)||this,i.playerOptions.sources&&0!==i.playerOptions.sources.length)t.src(i.playerOptions.sources);else for(var s=0,o=i.playerOptions.techOrder;s<o.length;s++){var u=li(o[s]),l=Cn.getTech(u);if(u||(l=hi.getComponent(u)),l&&l.isSupported()){t.loadTech_(u);break}}return r}return Pe(t,e),t}(hi);hi.registerComponent("MediaLoader",Fn);var Vn=function(e){function t(t,i){var n;return(n=e.call(this,t,i)||this).emitTapEvents(),n.enable(),n}Pe(t,e);var i=t.prototype;return i.createEl=function(t,i,n){void 0===t&&(t="div"),void 0===i&&(i={}),void 0===n&&(n={}),i=He({innerHTML:'<span aria-hidden="true" class="vjs-icon-placeholder"></span>',className:this.buildCSSClass(),tabIndex:0},i),"button"===t&&Be.error("Creating a ClickableComponent with an HTML element of "+t+" is not supported; use a Button instead."),n=He({role:"button"},n),this.tabIndex_=i.tabIndex;var r=e.prototype.createEl.call(this,t,i,n);return this.createControlTextEl(r),r},i.dispose=function(){this.controlTextEl_=null,e.prototype.dispose.call(this)},i.createControlTextEl=function(e){return this.controlTextEl_=Ze("span",{className:"vjs-control-text"},{"aria-live":"polite"}),e&&e.appendChild(this.controlTextEl_),this.controlText(this.controlText_,e),this.controlTextEl_},i.controlText=function(e,t){if(void 0===t&&(t=this.el()),void 0===e)return this.controlText_||"Need Text";var i=this.localize(e);this.controlText_=e,et(this.controlTextEl_,i),this.nonIconControl||t.setAttribute("title",i)},i.buildCSSClass=function(){return"vjs-control vjs-button "+e.prototype.buildCSSClass.call(this)},i.enable=function(){this.enabled_||(this.enabled_=!0,this.removeClass("vjs-disabled"),this.el_.setAttribute("aria-disabled","false"),void 0!==this.tabIndex_&&this.el_.setAttribute("tabIndex",this.tabIndex_),this.on(["tap","click"],this.handleClick),this.on("focus",this.handleFocus),this.on("blur",this.handleBlur))},i.disable=function(){this.enabled_=!1,this.addClass("vjs-disabled"),this.el_.setAttribute("aria-disabled","true"),void 0!==this.tabIndex_&&this.el_.removeAttribute("tabIndex"),this.off(["tap","click"],this.handleClick),this.off("focus",this.handleFocus),this.off("blur",this.handleBlur)},i.handleClick=function(e){},i.handleFocus=function(e){Bt(C(),"keydown",$t(this,this.handleKeyPress))},i.handleKeyPress=function(t){32===t.which||13===t.which?(t.preventDefault(),this.trigger("click")):e.prototype.handleKeyPress&&e.prototype.handleKeyPress.call(this,t)},i.handleBlur=function(e){Nt(C(),"keydown",$t(this,this.handleKeyPress))},t}(hi);hi.registerComponent("ClickableComponent",Vn);var Hn=function(e){function t(t,i){var n;return(n=e.call(this,t,i)||this).update(),t.on("posterchange",$t(De(De(n)),n.update)),n}Pe(t,e);var i=t.prototype;return i.dispose=function(){this.player().off("posterchange",this.update),e.prototype.dispose.call(this)},i.createEl=function(){return Ze("div",{className:"vjs-poster",tabIndex:-1})},i.update=function(e){var t=this.player().poster();this.setSrc(t),t?this.show():this.hide()},i.setSrc=function(e){var t="";e&&(t='url("'+e+'")'),this.el_.style.backgroundImage=t},i.handleClick=function(e){this.player_.controls()&&(this.player_.paused()?Gi(this.player_.play()):this.player_.pause())},t}(Vn);hi.registerComponent("PosterImage",Hn);var qn={monospace:"monospace",sansSerif:"sans-serif",serif:"serif",monospaceSansSerif:'"Andale Mono", "Lucida Console", monospace',monospaceSerif:'"Courier New", monospace',proportionalSansSerif:"sans-serif",proportionalSerif:"serif",casual:'"Comic Sans MS", Impact, fantasy',script:'"Monotype Corsiva", cursive',smallcaps:'"Andale Mono", "Lucida Console", monospace, sans-serif'};function zn(e,t){var i;if(4===e.length)i=e[1]+e[1]+e[2]+e[2]+e[3]+e[3];else{if(7!==e.length)throw new Error("Invalid color code provided, "+e+"; must be formatted as e.g. #f0e or #f604e2.");i=e.slice(1)}return"rgba("+parseInt(i.slice(0,2),16)+","+parseInt(i.slice(2,4),16)+","+parseInt(i.slice(4,6),16)+","+t+")"}function Wn(e,t,i){try{e.style[t]=i}catch(e){return}}var Gn=function(e){function t(t,i,n){var r;r=e.call(this,t,i,n)||this;var a=$t(De(De(r)),r.updateDisplay);return t.on("loadstart",$t(De(De(r)),r.toggleDisplay)),t.on("texttrackchange",a),t.on("loadedmetadata",$t(De(De(r)),r.preselectTrack)),t.ready($t(De(De(r)),(function(){if(t.tech_&&t.tech_.featuresNativeTextTracks)this.hide();else{t.on("fullscreenchange",a),t.on("playerresize",a),f().addEventListener("orientationchange",a),t.on("dispose",(function(){return f().removeEventListener("orientationchange",a)}));for(var e=this.options_.playerOptions.tracks||[],i=0;i<e.length;i++)this.player_.addRemoteTextTrack(e[i],!0);this.preselectTrack()}}))),r}Pe(t,e);var i=t.prototype;return i.preselectTrack=function(){for(var e,t,i,n={captions:1,subtitles:1},r=this.player_.textTracks(),a=this.player_.cache_.selectedLanguage,s=0;s<r.length;s++){var o=r[s];a&&a.enabled&&a.language&&a.language===o.language&&o.kind in n?o.kind===a.kind?i=o:i||(i=o):a&&!a.enabled?(i=null,e=null,t=null):o.default&&("descriptions"!==o.kind||e?o.kind in n&&!t&&(t=o):e=o)}i?i.mode="showing":t?t.mode="showing":e&&(e.mode="showing")},i.toggleDisplay=function(){this.player_.tech_&&this.player_.tech_.featuresNativeTextTracks?this.hide():this.show()},i.createEl=function(){return e.prototype.createEl.call(this,"div",{className:"vjs-text-track-display"},{"aria-live":"off","aria-atomic":"true"})},i.clearDisplay=function(){"function"==typeof f().WebVTT&&f().WebVTT.processCues(f(),[],this.el_)},i.updateDisplay=function(){var e=this.player_.textTracks();this.clearDisplay();for(var t=null,i=null,n=e.length;n--;){var r=e[n];"showing"===r.mode&&("descriptions"===r.kind?t=r:i=r)}i?("off"!==this.getAttribute("aria-live")&&this.setAttribute("aria-live","off"),this.updateForTrack(i)):t&&("assertive"!==this.getAttribute("aria-live")&&this.setAttribute("aria-live","assertive"),this.updateForTrack(t))},i.updateForTrack=function(e){if("function"==typeof f().WebVTT&&e.activeCues){for(var t=[],i=0;i<e.activeCues.length;i++)t.push(e.activeCues[i]);if(f().WebVTT.processCues(f(),t,this.el_),this.player_.textTrackSettings)for(var n=this.player_.textTrackSettings.getValues(),r=t.length;r--;){var a=t[r];if(a){var s=a.displayState;if(n.color&&(s.firstChild.style.color=n.color),n.textOpacity&&Wn(s.firstChild,"color",zn(n.color||"#fff",n.textOpacity)),n.backgroundColor&&(s.firstChild.style.backgroundColor=n.backgroundColor),n.backgroundOpacity&&Wn(s.firstChild,"backgroundColor",zn(n.backgroundColor||"#000",n.backgroundOpacity)),n.windowColor&&(n.windowOpacity?Wn(s,"backgroundColor",zn(n.windowColor,n.windowOpacity)):s.style.backgroundColor=n.windowColor),n.edgeStyle&&("dropshadow"===n.edgeStyle?s.firstChild.style.textShadow="2px 2px 3px #222, 2px 2px 4px #222, 2px 2px 5px #222":"raised"===n.edgeStyle?s.firstChild.style.textShadow="1px 1px #222, 2px 2px #222, 3px 3px #222":"depressed"===n.edgeStyle?s.firstChild.style.textShadow="1px 1px #ccc, 0 1px #ccc, -1px -1px #222, 0 -1px #222":"uniform"===n.edgeStyle&&(s.firstChild.style.textShadow="0 0 4px #222, 0 0 4px #222, 0 0 4px #222, 0 0 4px #222")),n.fontPercent&&1!==n.fontPercent){var o=f().parseFloat(s.style.fontSize);s.style.fontSize=o*n.fontPercent+"px",s.style.height="auto",s.style.top="auto",s.style.bottom="2px"}n.fontFamily&&"default"!==n.fontFamily&&("small-caps"===n.fontFamily?s.firstChild.style.fontVariant="small-caps":s.firstChild.style.fontFamily=qn[n.fontFamily])}}}},t}(hi);hi.registerComponent("TextTrackDisplay",Gn);var Xn=function(e){function t(){return e.apply(this,arguments)||this}return Pe(t,e),t.prototype.createEl=function(){var t=this.player_.isAudio(),i=this.localize(t?"Audio Player":"Video Player"),n=Ze("span",{className:"vjs-control-text",innerHTML:this.localize("{1} is loading.",[i])}),r=e.prototype.createEl.call(this,"div",{className:"vjs-loading-spinner",dir:"ltr"});return r.appendChild(n),r},t}(hi);hi.registerComponent("LoadingSpinner",Xn);var Yn=function(e){function t(){return e.apply(this,arguments)||this}Pe(t,e);var i=t.prototype;return i.createEl=function(e,t,i){void 0===t&&(t={}),void 0===i&&(i={}),t=He({innerHTML:'<span aria-hidden="true" class="vjs-icon-placeholder"></span>',className:this.buildCSSClass()},t),i=He({type:"button"},i);var n=hi.prototype.createEl.call(this,"button",t,i);return this.createControlTextEl(n),n},i.addChild=function(e,t){void 0===t&&(t={});var i=this.constructor.name;return Be.warn("Adding an actionable (user controllable) child to a Button ("+i+") is not supported; use a ClickableComponent instead."),hi.prototype.addChild.call(this,e,t)},i.enable=function(){e.prototype.enable.call(this),this.el_.removeAttribute("disabled")},i.disable=function(){e.prototype.disable.call(this),this.el_.setAttribute("disabled","disabled")},i.handleKeyPress=function(t){32!==t.which&&13!==t.which&&e.prototype.handleKeyPress.call(this,t)},t}(Vn);hi.registerComponent("Button",Yn);var $n=function(e){function t(t,i){var n;return(n=e.call(this,t,i)||this).mouseused_=!1,n.on("mousedown",n.handleMouseDown),n}Pe(t,e);var i=t.prototype;return i.buildCSSClass=function(){return"vjs-big-play-button"},i.handleClick=function(e){var t=this.player_.play();if(this.mouseused_&&e.clientX&&e.clientY)Gi(t);else{var i=this.player_.getChild("controlBar"),n=i&&i.getChild("playToggle");if(n){var r=function(){return n.focus()};Wi(t)?t.then(r,(function(){})):this.setTimeout(r,1)}else this.player_.focus()}},i.handleKeyPress=function(t){this.mouseused_=!1,e.prototype.handleKeyPress.call(this,t)},i.handleMouseDown=function(e){this.mouseused_=!0},t}(Yn);$n.prototype.controlText_="Play Video",hi.registerComponent("BigPlayButton",$n);var Kn=function(e){function t(t,i){var n;return(n=e.call(this,t,i)||this).controlText(i&&i.controlText||n.localize("Close")),n}Pe(t,e);var i=t.prototype;return i.buildCSSClass=function(){return"vjs-close-button "+e.prototype.buildCSSClass.call(this)},i.handleClick=function(e){this.trigger({type:"close",bubbles:!1})},t}(Yn);hi.registerComponent("CloseButton",Kn);var Qn=function(e){function t(t,i){var n;return void 0===i&&(i={}),n=e.call(this,t,i)||this,i.replay=void 0===i.replay||i.replay,n.on(t,"play",n.handlePlay),n.on(t,"pause",n.handlePause),i.replay&&n.on(t,"ended",n.handleEnded),n}Pe(t,e);var i=t.prototype;return i.buildCSSClass=function(){return"vjs-play-control "+e.prototype.buildCSSClass.call(this)},i.handleClick=function(e){this.player_.paused()?this.player_.play():this.player_.pause()},i.handleSeeked=function(e){this.removeClass("vjs-ended"),this.player_.paused()?this.handlePause(e):this.handlePlay(e)},i.handlePlay=function(e){this.removeClass("vjs-ended"),this.removeClass("vjs-paused"),this.addClass("vjs-playing"),this.controlText("Pause")},i.handlePause=function(e){this.removeClass("vjs-playing"),this.addClass("vjs-paused"),this.controlText("Play")},i.handleEnded=function(e){this.removeClass("vjs-playing"),this.addClass("vjs-ended"),this.controlText("Replay"),this.one(this.player_,"seeked",this.handleSeeked)},t}(Yn);Qn.prototype.controlText_="Play",hi.registerComponent("PlayToggle",Qn);var Jn=function(e,t){e=e<0?0:e;var i=Math.floor(e%60),n=Math.floor(e/60%60),r=Math.floor(e/3600),a=Math.floor(t/60%60),s=Math.floor(t/3600);return(isNaN(e)||e===1/0)&&(r=n=i="-"),(r=r>0||s>0?r+":":"")+(n=((r||a>=10)&&n<10?"0"+n:n)+":")+(i=i<10?"0"+i:i)},Zn=Jn;function er(e,t){return void 0===t&&(t=e),Zn(e,t)}var tr=function(e){function t(t,i){var n;return(n=e.call(this,t,i)||this).throttledUpdateContent=Kt($t(De(De(n)),n.updateContent),25),n.on(t,"timeupdate",n.throttledUpdateContent),n}Pe(t,e);var i=t.prototype;return i.createEl=function(t){var i=this.buildCSSClass(),n=e.prototype.createEl.call(this,"div",{className:i+" vjs-time-control vjs-control",innerHTML:'<span class="vjs-control-text" role="presentation">'+this.localize(this.labelText_)+" </span>"});return this.contentEl_=Ze("span",{className:i+"-display"},{"aria-live":"off",role:"presentation"}),this.updateTextNode_(),n.appendChild(this.contentEl_),n},i.dispose=function(){this.contentEl_=null,this.textNode_=null,e.prototype.dispose.call(this)},i.updateTextNode_=function(){if(this.contentEl_){for(;this.contentEl_.firstChild;)this.contentEl_.removeChild(this.contentEl_.firstChild);this.textNode_=C().createTextNode(this.formattedTime_||this.formatTime_(0)),this.contentEl_.appendChild(this.textNode_)}},i.formatTime_=function(e){return er(e)},i.updateFormattedTime_=function(e){var t=this.formatTime_(e);t!==this.formattedTime_&&(this.formattedTime_=t,this.requestAnimationFrame(this.updateTextNode_))},i.updateContent=function(e){},t}(hi);tr.prototype.labelText_="Time",tr.prototype.controlText_="Time",hi.registerComponent("TimeDisplay",tr);var ir=function(e){function t(t,i){var n;return(n=e.call(this,t,i)||this).on(t,"ended",n.handleEnded),n}Pe(t,e);var i=t.prototype;return i.buildCSSClass=function(){return"vjs-current-time"},i.updateContent=function(e){var t=this.player_.scrubbing()?this.player_.getCache().currentTime:this.player_.currentTime();this.updateFormattedTime_(t)},i.handleEnded=function(e){this.player_.duration()&&this.updateFormattedTime_(this.player_.duration())},t}(tr);ir.prototype.labelText_="Current Time",ir.prototype.controlText_="Current Time",hi.registerComponent("CurrentTimeDisplay",ir);var nr=function(e){function t(t,i){var n;return(n=e.call(this,t,i)||this).on(t,"durationchange",n.updateContent),n.on(t,"loadstart",n.updateContent),n.on(t,"loadedmetadata",n.throttledUpdateContent),n}Pe(t,e);var i=t.prototype;return i.buildCSSClass=function(){return"vjs-duration"},i.updateContent=function(e){var t=this.player_.duration();this.duration_!==t&&(this.duration_=t,this.updateFormattedTime_(t))},t}(tr);nr.prototype.labelText_="Duration",nr.prototype.controlText_="Duration",hi.registerComponent("DurationDisplay",nr);var rr=function(e){function t(){return e.apply(this,arguments)||this}return Pe(t,e),t.prototype.createEl=function(){return e.prototype.createEl.call(this,"div",{className:"vjs-time-control vjs-time-divider",innerHTML:"<div><span>/</span></div>"},{"aria-hidden":!0})},t}(hi);hi.registerComponent("TimeDivider",rr);var ar=function(e){function t(t,i){var n;return(n=e.call(this,t,i)||this).on(t,"durationchange",n.throttledUpdateContent),n.on(t,"ended",n.handleEnded),n}Pe(t,e);var i=t.prototype;return i.buildCSSClass=function(){return"vjs-remaining-time"},i.formatTime_=function(t){return"-"+e.prototype.formatTime_.call(this,t)},i.updateContent=function(e){this.player_.duration()&&(this.player_.remainingTimeDisplay?this.updateFormattedTime_(this.player_.remainingTimeDisplay()):this.updateFormattedTime_(this.player_.remainingTime()))},i.handleEnded=function(e){this.player_.duration()&&this.updateFormattedTime_(0)},t}(tr);ar.prototype.labelText_="Remaining Time",ar.prototype.controlText_="Remaining Time",hi.registerComponent("RemainingTimeDisplay",ar);var sr=function(e){function t(t,i){var n;return(n=e.call(this,t,i)||this).updateShowing(),n.on(n.player(),"durationchange",n.updateShowing),n}Pe(t,e);var i=t.prototype;return i.createEl=function(){var t=e.prototype.createEl.call(this,"div",{className:"vjs-live-control vjs-control"});return this.contentEl_=Ze("div",{className:"vjs-live-display",innerHTML:'<span class="vjs-control-text">'+this.localize("Stream Type")+" </span>"+this.localize("LIVE")},{"aria-live":"off"}),t.appendChild(this.contentEl_),t},i.dispose=function(){this.contentEl_=null,e.prototype.dispose.call(this)},i.updateShowing=function(e){this.player().duration()===1/0?this.show():this.hide()},t}(hi);hi.registerComponent("LiveDisplay",sr);var or=function(e){function t(t,i){var n;return(n=e.call(this,t,i)||this).updateLiveEdgeStatus(),n.player_.liveTracker&&n.on(n.player_.liveTracker,"liveedgechange",n.updateLiveEdgeStatus),n}Pe(t,e);var i=t.prototype;return i.createEl=function(){var t=e.prototype.createEl.call(this,"button",{className:"vjs-seek-to-live-control vjs-control"});return this.textEl_=Ze("span",{className:"vjs-seek-to-live-text",innerHTML:this.localize("LIVE")},{"aria-hidden":"true"}),t.appendChild(this.textEl_),t},i.updateLiveEdgeStatus=function(e){!this.player_.liveTracker||this.player_.liveTracker.atLiveEdge()?(this.setAttribute("aria-disabled",!0),this.addClass("vjs-at-live-edge"),this.controlText("Seek to live, currently playing live")):(this.setAttribute("aria-disabled",!1),this.removeClass("vjs-at-live-edge"),this.controlText("Seek to live, currently behind live"))},i.handleClick=function(){this.player_.liveTracker.seekToLiveEdge()},i.dispose=function(){this.player_.liveTracker&&this.off(this.player_.liveTracker,"liveedgechange",this.updateLiveEdgeStatus),this.textEl_=null,e.prototype.dispose.call(this)},t}(Yn);or.prototype.controlText_="Seek to live, currently playing live",hi.registerComponent("SeekToLive",or);var ur=function(e){function t(t,i){var n;return(n=e.call(this,t,i)||this).bar=n.getChild(n.options_.barName),n.vertical(!!n.options_.vertical),n.enable(),n}Pe(t,e);var i=t.prototype;return i.enabled=function(){return this.enabled_},i.enable=function(){this.enabled()||(this.on("mousedown",this.handleMouseDown),this.on("touchstart",this.handleMouseDown),this.on("focus",this.handleFocus),this.on("blur",this.handleBlur),this.on("click",this.handleClick),this.on(this.player_,"controlsvisible",this.update),this.playerEvent&&this.on(this.player_,this.playerEvent,this.update),this.removeClass("disabled"),this.setAttribute("tabindex",0),this.enabled_=!0)},i.disable=function(){if(this.enabled()){var e=this.bar.el_.ownerDocument;this.off("mousedown",this.handleMouseDown),this.off("touchstart",this.handleMouseDown),this.off("focus",this.handleFocus),this.off("blur",this.handleBlur),this.off("click",this.handleClick),this.off(this.player_,"controlsvisible",this.update),this.off(e,"mousemove",this.handleMouseMove),this.off(e,"mouseup",this.handleMouseUp),this.off(e,"touchmove",this.handleMouseMove),this.off(e,"touchend",this.handleMouseUp),this.removeAttribute("tabindex"),this.addClass("disabled"),this.playerEvent&&this.off(this.player_,this.playerEvent,this.update),this.enabled_=!1}},i.createEl=function(t,i,n){return void 0===i&&(i={}),void 0===n&&(n={}),i.className=i.className+" vjs-slider",i=He({tabIndex:0},i),n=He({role:"slider","aria-valuenow":0,"aria-valuemin":0,"aria-valuemax":100,tabIndex:0},n),e.prototype.createEl.call(this,t,i,n)},i.handleMouseDown=function(e){var t=this.bar.el_.ownerDocument;"mousedown"===e.type&&e.preventDefault(),"touchstart"!==e.type||Ei||e.preventDefault(),ht(),this.addClass("vjs-sliding"),this.trigger("slideractive"),this.on(t,"mousemove",this.handleMouseMove),this.on(t,"mouseup",this.handleMouseUp),this.on(t,"touchmove",this.handleMouseMove),this.on(t,"touchend",this.handleMouseUp),this.handleMouseMove(e)},i.handleMouseMove=function(e){},i.handleMouseUp=function(){var e=this.bar.el_.ownerDocument;dt(),this.removeClass("vjs-sliding"),this.trigger("sliderinactive"),this.off(e,"mousemove",this.handleMouseMove),this.off(e,"mouseup",this.handleMouseUp),this.off(e,"touchmove",this.handleMouseMove),this.off(e,"touchend",this.handleMouseUp),this.update()},i.update=function(){if(this.el_){var e=this.getPercent(),t=this.bar;if(t){("number"!=typeof e||e!=e||e<0||e===1/0)&&(e=0);var i=(100*e).toFixed(2)+"%",n=t.el().style;return this.vertical()?n.height=i:n.width=i,e}}},i.calculateDistance=function(e){var t=mt(this.el_,e);return this.vertical()?t.y:t.x},i.handleFocus=function(){this.on(this.bar.el_.ownerDocument,"keydown",this.handleKeyPress)},i.handleKeyPress=function(e){37===e.which||40===e.which?(e.preventDefault(),this.stepBack()):38!==e.which&&39!==e.which||(e.preventDefault(),this.stepForward())},i.handleBlur=function(){this.off(this.bar.el_.ownerDocument,"keydown",this.handleKeyPress)},i.handleClick=function(e){e.stopImmediatePropagation(),e.preventDefault()},i.vertical=function(e){if(void 0===e)return this.vertical_||!1;this.vertical_=!!e,this.vertical_?this.addClass("vjs-slider-vertical"):this.addClass("vjs-slider-horizontal")},t}(hi);hi.registerComponent("Slider",ur);var lr=function(e){function t(t,i){var n;return(n=e.call(this,t,i)||this).partEls_=[],n.on(t,"progress",n.update),n}Pe(t,e);var i=t.prototype;return i.createEl=function(){return e.prototype.createEl.call(this,"div",{className:"vjs-load-progress",innerHTML:'<span class="vjs-control-text"><span>'+this.localize("Loaded")+'</span>: <span class="vjs-control-text-loaded-percentage">0%</span></span>'})},i.dispose=function(){this.partEls_=null,e.prototype.dispose.call(this)},i.update=function(e){var t=this.player_.liveTracker,i=this.player_.buffered(),n=t&&t.isLive()?t.seekableEnd():this.player_.duration(),r=this.player_.bufferedEnd(),a=this.partEls_,s=this.$(".vjs-control-text-loaded-percentage"),o=function(e,t,i){var n=e/t||0;return n=100*(n>=1?1:n),i&&(n=n.toFixed(2)),n+"%"};this.el_.style.width=o(r,n),et(s,o(r,n,!0));for(var u=0;u<i.length;u++){var l=i.start(u),c=i.end(u),h=a[u];h||(h=this.el_.appendChild(Ze()),a[u]=h),h.style.left=o(l,r),h.style.width=o(c-l,r)}for(var d=a.length;d>i.length;d--)this.el_.removeChild(a[d-1]);a.length=i.length},t}(hi);hi.registerComponent("LoadProgressBar",lr);var cr=function(e){function t(){return e.apply(this,arguments)||this}Pe(t,e);var i=t.prototype;return i.createEl=function(){return e.prototype.createEl.call(this,"div",{className:"vjs-time-tooltip"},{"aria-hidden":"true"})},i.update=function(e,t,i){var n=pt(this.el_),r=pt(this.player_.el()),a=e.width*t;if(r&&n){var s=e.left-r.left+a,o=e.width-a+(r.right-e.right),u=n.width/2;s<u?u+=u-s:o<u&&(u=o),u<0?u=0:u>n.width&&(u=n.width),this.el_.style.right="-"+u+"px",et(this.el_,i)}},i.updateTime=function(e,t,i,n){var r=this;this.rafId_&&this.cancelAnimationFrame(this.rafId_),this.rafId_=this.requestAnimationFrame((function(){var a,s=r.player_.duration();if(r.player_.liveTracker&&r.player_.liveTracker.isLive()){var o=r.player_.liveTracker.liveWindow(),u=o-t*o;a=(u<1?"":"-")+er(u,o)}else a=er(i,s);r.update(e,t,a),n&&n()}))},t}(hi);hi.registerComponent("TimeTooltip",cr);var hr=function(e){function t(){return e.apply(this,arguments)||this}Pe(t,e);var i=t.prototype;return i.createEl=function(){return e.prototype.createEl.call(this,"div",{className:"vjs-play-progress vjs-slider-bar"},{"aria-hidden":"true"})},i.update=function(e,t){var i=this.getChild("timeTooltip");if(i){var n=this.player_.scrubbing()?this.player_.getCache().currentTime:this.player_.currentTime();i.updateTime(e,t,n)}},t}(hi);hr.prototype.options_={children:[]},_i||Ti||hr.prototype.options_.children.push("timeTooltip"),hi.registerComponent("PlayProgressBar",hr);var dr=function(e){function t(t,i){var n;return(n=e.call(this,t,i)||this).update=Kt($t(De(De(n)),n.update),25),n}Pe(t,e);var i=t.prototype;return i.createEl=function(){return e.prototype.createEl.call(this,"div",{className:"vjs-mouse-display"})},i.update=function(e,t){var i=this,n=t*this.player_.duration();this.getChild("timeTooltip").updateTime(e,t,n,(function(){i.el_.style.left=e.width*t+"px"}))},t}(hi);dr.prototype.options_={children:["timeTooltip"]},hi.registerComponent("MouseTimeDisplay",dr);var pr=function(e){function t(t,i){var n;return(n=e.call(this,t,i)||this).setEventHandlers_(),n}Pe(t,e);var i=t.prototype;return i.setEventHandlers_=function(){var e=this;this.update=Kt($t(this,this.update),30),this.on(this.player_,"timeupdate",this.update),this.on(this.player_,"ended",this.handleEnded),this.on(this.player_,"durationchange",this.update),this.player_.liveTracker&&this.on(this.player_.liveTracker,"liveedgechange",this.update),this.updateInterval=null,this.on(this.player_,["playing"],(function(){e.clearInterval(e.updateInterval),e.updateInterval=e.setInterval((function(){e.requestAnimationFrame((function(){e.update()}))}),30)})),this.on(this.player_,["ended","pause","waiting"],(function(t){e.player_.liveTracker&&e.player_.liveTracker.isLive()&&"ended"!==t.type||e.clearInterval(e.updateInterval)})),this.on(this.player_,["timeupdate","ended"],this.update)},i.createEl=function(){return e.prototype.createEl.call(this,"div",{className:"vjs-progress-holder"},{"aria-label":this.localize("Progress Bar")})},i.update_=function(e,t){var i=this.player_.liveTracker,n=this.player_.duration();i&&i.isLive()&&(n=this.player_.liveTracker.liveCurrentTime()),i&&i.seekableEnd()===1/0?this.disable():this.enable(),this.el_.setAttribute("aria-valuenow",(100*t).toFixed(2)),this.el_.setAttribute("aria-valuetext",this.localize("progress bar timing: currentTime={1} duration={2}",[er(e,n),er(n,n)],"{1} of {2}")),this.bar.update(pt(this.el_),t)},i.update=function(t){var i=e.prototype.update.call(this);return this.update_(this.getCurrentTime_(),i),i},i.getCurrentTime_=function(){return this.player_.scrubbing()?this.player_.getCache().currentTime:this.player_.currentTime()},i.handleEnded=function(e){this.update_(this.player_.duration(),1)},i.getPercent=function(){var e,t=this.getCurrentTime_(),i=this.player_.liveTracker;return i&&i.isLive()?(e=(t-i.seekableStart())/i.liveWindow(),i.atLiveEdge()&&(e=1)):e=t/this.player_.duration(),e>=1?1:e||0},i.handleMouseDown=function(t){Tt(t)&&(t.stopPropagation(),this.player_.scrubbing(!0),this.videoWasPlaying=!this.player_.paused(),this.player_.pause(),e.prototype.handleMouseDown.call(this,t))},i.handleMouseMove=function(e){if(Tt(e)){var t,i=this.calculateDistance(e),n=this.player_.liveTracker;if(n&&n.isLive()){var r=n.seekableStart(),a=n.liveCurrentTime();if((t=r+i*n.liveWindow())>=a&&(t=a),t<=r&&(t=r+.1),t===1/0)return}else(t=i*this.player_.duration())===this.player_.duration()&&(t-=.1);this.player_.currentTime(t)}},i.enable=function(){e.prototype.enable.call(this);var t=this.getChild("mouseTimeDisplay");t&&t.show()},i.disable=function(){e.prototype.disable.call(this);var t=this.getChild("mouseTimeDisplay");t&&t.hide()},i.handleMouseUp=function(t){e.prototype.handleMouseUp.call(this,t),t&&t.stopPropagation(),this.player_.scrubbing(!1),this.player_.trigger({type:"timeupdate",target:this,manuallyTriggered:!0}),this.videoWasPlaying&&Gi(this.player_.play())},i.stepForward=function(){this.player_.currentTime(this.player_.currentTime()+5)},i.stepBack=function(){this.player_.currentTime(this.player_.currentTime()-5)},i.handleAction=function(e){this.player_.paused()?this.player_.play():this.player_.pause()},i.handleKeyPress=function(t){32===t.which||13===t.which?(t.preventDefault(),this.handleAction(t)):e.prototype.handleKeyPress&&e.prototype.handleKeyPress.call(this,t)},t}(ur);pr.prototype.options_={children:["loadProgressBar","playProgressBar"],barName:"playProgressBar"},_i||Ti||pr.prototype.options_.children.splice(1,0,"mouseTimeDisplay"),pr.prototype.playerEvent="timeupdate",hi.registerComponent("SeekBar",pr);var fr=function(e){function t(t,i){var n;return(n=e.call(this,t,i)||this).handleMouseMove=Kt($t(De(De(n)),n.handleMouseMove),25),n.throttledHandleMouseSeek=Kt($t(De(De(n)),n.handleMouseSeek),25),n.enable(),n}Pe(t,e);var i=t.prototype;return i.createEl=function(){return e.prototype.createEl.call(this,"div",{className:"vjs-progress-control vjs-control"})},i.handleMouseMove=function(e){var t=this.getChild("seekBar");if(t){var i=t.getChild("mouseTimeDisplay"),n=t.el(),r=pt(n),a=mt(n,e).x;a>1?a=1:a<0&&(a=0),i&&i.update(r,a)}},i.handleMouseSeek=function(e){var t=this.getChild("seekBar");t&&t.handleMouseMove(e)},i.enabled=function(){return this.enabled_},i.disable=function(){this.children().forEach((function(e){return e.disable&&e.disable()})),this.enabled()&&(this.off(["mousedown","touchstart"],this.handleMouseDown),this.off(this.el_,"mousemove",this.handleMouseMove),this.handleMouseUp(),this.addClass("disabled"),this.enabled_=!1)},i.enable=function(){this.children().forEach((function(e){return e.enable&&e.enable()})),this.enabled()||(this.on(["mousedown","touchstart"],this.handleMouseDown),this.on(this.el_,"mousemove",this.handleMouseMove),this.removeClass("disabled"),this.enabled_=!0)},i.handleMouseDown=function(e){var t=this.el_.ownerDocument,i=this.getChild("seekBar");i&&i.handleMouseDown(e),this.on(t,"mousemove",this.throttledHandleMouseSeek),this.on(t,"touchmove",this.throttledHandleMouseSeek),this.on(t,"mouseup",this.handleMouseUp),this.on(t,"touchend",this.handleMouseUp)},i.handleMouseUp=function(e){var t=this.el_.ownerDocument,i=this.getChild("seekBar");i&&i.handleMouseUp(e),this.off(t,"mousemove",this.throttledHandleMouseSeek),this.off(t,"touchmove",this.throttledHandleMouseSeek),this.off(t,"mouseup",this.handleMouseUp),this.off(t,"touchend",this.handleMouseUp)},t}(hi);fr.prototype.options_={children:["seekBar"]},hi.registerComponent("ProgressControl",fr);var mr=function(e){function t(t,i){var n;return(n=e.call(this,t,i)||this).on(t,"fullscreenchange",n.handleFullscreenChange),!1===C()[Ni.fullscreenEnabled]&&n.disable(),n}Pe(t,e);var i=t.prototype;return i.buildCSSClass=function(){return"vjs-fullscreen-control "+e.prototype.buildCSSClass.call(this)},i.handleFullscreenChange=function(e){this.player_.isFullscreen()?this.controlText("Non-Fullscreen"):this.controlText("Fullscreen")},i.handleClick=function(e){this.player_.isFullscreen()?this.player_.exitFullscreen():this.player_.requestFullscreen()},t}(Yn);mr.prototype.controlText_="Fullscreen",hi.registerComponent("FullscreenToggle",mr);var gr=function(e){function t(){return e.apply(this,arguments)||this}return Pe(t,e),t.prototype.createEl=function(){return e.prototype.createEl.call(this,"div",{className:"vjs-volume-level",innerHTML:'<span class="vjs-control-text"></span>'})},t}(hi);hi.registerComponent("VolumeLevel",gr);var yr=function(e){function t(t,i){var n;return(n=e.call(this,t,i)||this).on("slideractive",n.updateLastVolume_),n.on(t,"volumechange",n.updateARIAAttributes),t.ready((function(){return n.updateARIAAttributes()})),n}Pe(t,e);var i=t.prototype;return i.createEl=function(){return e.prototype.createEl.call(this,"div",{className:"vjs-volume-bar vjs-slider-bar"},{"aria-label":this.localize("Volume Level"),"aria-live":"polite"})},i.handleMouseDown=function(t){Tt(t)&&e.prototype.handleMouseDown.call(this,t)},i.handleMouseMove=function(e){Tt(e)&&(this.checkMuted(),this.player_.volume(this.calculateDistance(e)))},i.checkMuted=function(){this.player_.muted()&&this.player_.muted(!1)},i.getPercent=function(){return this.player_.muted()?0:this.player_.volume()},i.stepForward=function(){this.checkMuted(),this.player_.volume(this.player_.volume()+.1)},i.stepBack=function(){this.checkMuted(),this.player_.volume(this.player_.volume()-.1)},i.updateARIAAttributes=function(e){var t=this.player_.muted()?0:this.volumeAsPercentage_();this.el_.setAttribute("aria-valuenow",t),this.el_.setAttribute("aria-valuetext",t+"%")},i.volumeAsPercentage_=function(){return Math.round(100*this.player_.volume())},i.updateLastVolume_=function(){var e=this,t=this.player_.volume();this.one("sliderinactive",(function(){0===e.player_.volume()&&e.player_.lastVolume_(t)}))},t}(ur);yr.prototype.options_={children:["volumeLevel"],barName:"volumeLevel"},yr.prototype.playerEvent="volumechange",hi.registerComponent("VolumeBar",yr);var vr=function(e){function t(t,i){var n;return void 0===i&&(i={}),i.vertical=i.vertical||!1,(void 0===i.volumeBar||ze(i.volumeBar))&&(i.volumeBar=i.volumeBar||{},i.volumeBar.vertical=i.vertical),function(e,t){t.tech_&&!t.tech_.featuresVolumeControl&&e.addClass("vjs-hidden"),e.on(t,"loadstart",(function(){t.tech_.featuresVolumeControl?e.removeClass("vjs-hidden"):e.addClass("vjs-hidden")}))}(De(De(n=e.call(this,t,i)||this)),t),n.throttledHandleMouseMove=Kt($t(De(De(n)),n.handleMouseMove),25),n.on("mousedown",n.handleMouseDown),n.on("touchstart",n.handleMouseDown),n.on(n.volumeBar,["focus","slideractive"],(function(){n.volumeBar.addClass("vjs-slider-active"),n.addClass("vjs-slider-active"),n.trigger("slideractive")})),n.on(n.volumeBar,["blur","sliderinactive"],(function(){n.volumeBar.removeClass("vjs-slider-active"),n.removeClass("vjs-slider-active"),n.trigger("sliderinactive")})),n}Pe(t,e);var i=t.prototype;return i.createEl=function(){var t="vjs-volume-horizontal";return this.options_.vertical&&(t="vjs-volume-vertical"),e.prototype.createEl.call(this,"div",{className:"vjs-volume-control vjs-control "+t})},i.handleMouseDown=function(e){var t=this.el_.ownerDocument;this.on(t,"mousemove",this.throttledHandleMouseMove),this.on(t,"touchmove",this.throttledHandleMouseMove),this.on(t,"mouseup",this.handleMouseUp),this.on(t,"touchend",this.handleMouseUp)},i.handleMouseUp=function(e){var t=this.el_.ownerDocument;this.off(t,"mousemove",this.throttledHandleMouseMove),this.off(t,"touchmove",this.throttledHandleMouseMove),this.off(t,"mouseup",this.handleMouseUp),this.off(t,"touchend",this.handleMouseUp)},i.handleMouseMove=function(e){this.volumeBar.handleMouseMove(e)},t}(hi);vr.prototype.options_={children:["volumeBar"]},hi.registerComponent("VolumeControl",vr);var _r=function(e){function t(t,i){var n;return function(e,t){t.tech_&&!t.tech_.featuresMuteControl&&e.addClass("vjs-hidden"),e.on(t,"loadstart",(function(){t.tech_.featuresMuteControl?e.removeClass("vjs-hidden"):e.addClass("vjs-hidden")}))}(De(De(n=e.call(this,t,i)||this)),t),n.on(t,["loadstart","volumechange"],n.update),n}Pe(t,e);var i=t.prototype;return i.buildCSSClass=function(){return"vjs-mute-control "+e.prototype.buildCSSClass.call(this)},i.handleClick=function(e){var t=this.player_.volume(),i=this.player_.lastVolume_();if(0===t){var n=i<.1?.1:i;this.player_.volume(n),this.player_.muted(!1)}else this.player_.muted(!this.player_.muted())},i.update=function(e){this.updateIcon_(),this.updateControlText_()},i.updateIcon_=function(){var e=this.player_.volume(),t=3;_i&&this.player_.muted(this.player_.tech_.el_.muted),0===e||this.player_.muted()?t=0:e<.33?t=1:e<.67&&(t=2);for(var i=0;i<4;i++)rt(this.el_,"vjs-vol-"+i);nt(this.el_,"vjs-vol-"+t)},i.updateControlText_=function(){var e=this.player_.muted()||0===this.player_.volume()?"Unmute":"Mute";this.controlText()!==e&&this.controlText(e)},t}(Yn);_r.prototype.controlText_="Mute",hi.registerComponent("MuteToggle",_r);var br=function(e){function t(t,i){var n;return void 0===i&&(i={}),void 0!==i.inline?i.inline=i.inline:i.inline=!0,(void 0===i.volumeControl||ze(i.volumeControl))&&(i.volumeControl=i.volumeControl||{},i.volumeControl.vertical=!i.inline),(n=e.call(this,t,i)||this).on(t,["loadstart"],n.volumePanelState_),n.on(n.volumeControl,["slideractive"],n.sliderActive_),n.on(n.volumeControl,["sliderinactive"],n.sliderInactive_),n}Pe(t,e);var i=t.prototype;return i.sliderActive_=function(){this.addClass("vjs-slider-active")},i.sliderInactive_=function(){this.removeClass("vjs-slider-active")},i.volumePanelState_=function(){this.volumeControl.hasClass("vjs-hidden")&&this.muteToggle.hasClass("vjs-hidden")&&this.addClass("vjs-hidden"),this.volumeControl.hasClass("vjs-hidden")&&!this.muteToggle.hasClass("vjs-hidden")&&this.addClass("vjs-mute-toggle-only")},i.createEl=function(){var t="vjs-volume-panel-horizontal";return this.options_.inline||(t="vjs-volume-panel-vertical"),e.prototype.createEl.call(this,"div",{className:"vjs-volume-panel vjs-control "+t})},t}(hi);br.prototype.options_={children:["muteToggle","volumeControl"]},hi.registerComponent("VolumePanel",br);var Tr=function(e){function t(t,i){var n;return n=e.call(this,t,i)||this,i&&(n.menuButton_=i.menuButton),n.focusedChild_=-1,n.on("keydown",n.handleKeyPress),n}Pe(t,e);var i=t.prototype;return i.addItem=function(e){this.addChild(e),e.on("blur",$t(this,this.handleBlur)),e.on(["tap","click"],$t(this,(function(t){this.menuButton_&&(this.menuButton_.unpressButton(),"CaptionSettingsMenuItem"!==e.name()&&this.menuButton_.focus())})))},i.createEl=function(){var t=this.options_.contentElType||"ul";this.contentEl_=Ze(t,{className:"vjs-menu-content"}),this.contentEl_.setAttribute("role","menu");var i=e.prototype.createEl.call(this,"div",{append:this.contentEl_,className:"vjs-menu"});return i.appendChild(this.contentEl_),Bt(i,"click",(function(e){e.preventDefault(),e.stopImmediatePropagation()})),i},i.dispose=function(){this.contentEl_=null,e.prototype.dispose.call(this)},i.handleBlur=function(e){var t=e.relatedTarget||C().activeElement;if(!this.children().some((function(e){return e.el()===t}))){var i=this.menuButton_;i&&i.buttonPressed_&&t!==i.el().firstChild&&i.unpressButton()}},i.handleKeyPress=function(e){37===e.which||40===e.which?(e.preventDefault(),this.stepForward()):38!==e.which&&39!==e.which||(e.preventDefault(),this.stepBack())},i.stepForward=function(){var e=0;void 0!==this.focusedChild_&&(e=this.focusedChild_+1),this.focus(e)},i.stepBack=function(){var e=0;void 0!==this.focusedChild_&&(e=this.focusedChild_-1),this.focus(e)},i.focus=function(e){void 0===e&&(e=0);var t=this.children().slice();t.length&&t[0].className&&/vjs-menu-title/.test(t[0].className)&&t.shift(),t.length>0&&(e<0?e=0:e>=t.length&&(e=t.length-1),this.focusedChild_=e,t[e].el_.focus())},t}(hi);hi.registerComponent("Menu",Tr);var Sr=function(e){function t(t,i){var n;void 0===i&&(i={}),(n=e.call(this,t,i)||this).menuButton_=new Yn(t,i),n.menuButton_.controlText(n.controlText_),n.menuButton_.el_.setAttribute("aria-haspopup","true");var r=Yn.prototype.buildCSSClass();return n.menuButton_.el_.className=n.buildCSSClass()+" "+r,n.menuButton_.removeClass("vjs-control"),n.addChild(n.menuButton_),n.update(),n.enabled_=!0,n.on(n.menuButton_,"tap",n.handleClick),n.on(n.menuButton_,"click",n.handleClick),n.on(n.menuButton_,"focus",n.handleFocus),n.on(n.menuButton_,"blur",n.handleBlur),n.on(n.menuButton_,"mouseenter",(function(){n.menu.show()})),n.on("keydown",n.handleSubmenuKeyPress),n}Pe(t,e);var i=t.prototype;return i.update=function(){var e=this.createMenu();this.menu&&(this.menu.dispose(),this.removeChild(this.menu)),this.menu=e,this.addChild(e),this.buttonPressed_=!1,this.menuButton_.el_.setAttribute("aria-expanded","false"),this.items&&this.items.length<=this.hideThreshold_?this.hide():this.show()},i.createMenu=function(){var e=new Tr(this.player_,{menuButton:this});if(this.hideThreshold_=0,this.options_.title){var t=Ze("li",{className:"vjs-menu-title",innerHTML:li(this.options_.title),tabIndex:-1});this.hideThreshold_+=1,e.children_.unshift(t),tt(t,e.contentEl())}if(this.items=this.createItems(),this.items)for(var i=0;i<this.items.length;i++)e.addItem(this.items[i]);return e},i.createItems=function(){},i.createEl=function(){return e.prototype.createEl.call(this,"div",{className:this.buildWrapperCSSClass()},{})},i.buildWrapperCSSClass=function(){var t="vjs-menu-button";return!0===this.options_.inline?t+="-inline":t+="-popup","vjs-menu-button "+t+" "+Yn.prototype.buildCSSClass()+" "+e.prototype.buildCSSClass.call(this)},i.buildCSSClass=function(){var t="vjs-menu-button";return!0===this.options_.inline?t+="-inline":t+="-popup","vjs-menu-button "+t+" "+e.prototype.buildCSSClass.call(this)},i.controlText=function(e,t){return void 0===t&&(t=this.menuButton_.el()),this.menuButton_.controlText(e,t)},i.handleClick=function(e){this.buttonPressed_?this.unpressButton():this.pressButton()},i.focus=function(){this.menuButton_.focus()},i.blur=function(){this.menuButton_.blur()},i.handleFocus=function(){Bt(C(),"keydown",$t(this,this.handleKeyPress))},i.handleBlur=function(){Nt(C(),"keydown",$t(this,this.handleKeyPress))},i.handleKeyPress=function(e){27===e.which||9===e.which?(this.buttonPressed_&&this.unpressButton(),9!==e.which&&(e.preventDefault(),this.menuButton_.el_.focus())):13!==e.which&&38!==e.which&&40!==e.which||this.buttonPressed_||(this.pressButton(),e.preventDefault())},i.handleSubmenuKeyPress=function(e){27!==e.which&&9!==e.which||(this.buttonPressed_&&this.unpressButton(),9!==e.which&&(e.preventDefault(),this.menuButton_.el_.focus()))},i.pressButton=function(){if(this.enabled_){if(this.buttonPressed_=!0,this.menu.show(),this.menu.lockShowing(),this.menuButton_.el_.setAttribute("aria-expanded","true"),_i&&Qe())return;this.menu.focus()}},i.unpressButton=function(){this.enabled_&&(this.buttonPressed_=!1,this.menu.unlockShowing(),this.menu.hide(),this.menuButton_.el_.setAttribute("aria-expanded","false"))},i.disable=function(){this.unpressButton(),this.enabled_=!1,this.addClass("vjs-disabled"),this.menuButton_.disable()},i.enable=function(){this.enabled_=!0,this.removeClass("vjs-disabled"),this.menuButton_.enable()},t}(hi);hi.registerComponent("MenuButton",Sr);var kr=function(e){function t(t,i){var n,r=i.tracks;if((n=e.call(this,t,i)||this).items.length<=1&&n.hide(),!r)return De(n);var a=$t(De(De(n)),n.update);return r.addEventListener("removetrack",a),r.addEventListener("addtrack",a),n.player_.on("ready",a),n.player_.on("dispose",(function(){r.removeEventListener("removetrack",a),r.removeEventListener("addtrack",a)})),n}return Pe(t,e),t}(Sr);hi.registerComponent("TrackButton",kr);var wr=function(e){function t(t,i){var n;return(n=e.call(this,t,i)||this).selectable=i.selectable,n.isSelected_=i.selected||!1,n.multiSelectable=i.multiSelectable,n.selected(n.isSelected_),n.selectable?n.multiSelectable?n.el_.setAttribute("role","menuitemcheckbox"):n.el_.setAttribute("role","menuitemradio"):n.el_.setAttribute("role","menuitem"),n}Pe(t,e);var i=t.prototype;return i.createEl=function(t,i,n){return this.nonIconControl=!0,e.prototype.createEl.call(this,"li",He({className:"vjs-menu-item",innerHTML:'<span class="vjs-menu-item-text">'+this.localize(this.options_.label)+"</span>",tabIndex:-1},i),n)},i.handleClick=function(e){this.selected(!0)},i.selected=function(e){this.selectable&&(e?(this.addClass("vjs-selected"),this.el_.setAttribute("aria-checked","true"),this.controlText(", selected"),this.isSelected_=!0):(this.removeClass("vjs-selected"),this.el_.setAttribute("aria-checked","false"),this.controlText(""),this.isSelected_=!1))},t}(Vn);hi.registerComponent("MenuItem",wr);var Cr=function(e){function t(t,i){var n,r=i.track,a=t.textTracks();i.label=r.label||r.language||"Unknown",i.selected="showing"===r.mode,(n=e.call(this,t,i)||this).track=r;var s,o=function(){for(var e=arguments.length,t=new Array(e),i=0;i<e;i++)t[i]=arguments[i];n.handleTracksChange.apply(De(De(n)),t)},u=function(){for(var e=arguments.length,t=new Array(e),i=0;i<e;i++)t[i]=arguments[i];n.handleSelectedLanguageChange.apply(De(De(n)),t)};(t.on(["loadstart","texttrackchange"],o),a.addEventListener("change",o),a.addEventListener("selectedlanguagechange",u),n.on("dispose",(function(){t.off(["loadstart","texttrackchange"],o),a.removeEventListener("change",o),a.removeEventListener("selectedlanguagechange",u)})),void 0===a.onchange)&&n.on(["tap","click"],(function(){if("object"!=typeof f().Event)try{s=new(f().Event)("change")}catch(e){}s||(s=C().createEvent("Event")).initEvent("change",!0,!0),a.dispatchEvent(s)}));return n.handleTracksChange(),n}Pe(t,e);var i=t.prototype;return i.handleClick=function(t){var i=this.track.kind,n=this.track.kinds,r=this.player_.textTracks();if(n||(n=[i]),e.prototype.handleClick.call(this,t),r)for(var a=0;a<r.length;a++){var s=r[a];s===this.track&&n.indexOf(s.kind)>-1?"showing"!==s.mode&&(s.mode="showing"):"disabled"!==s.mode&&(s.mode="disabled")}},i.handleTracksChange=function(e){var t="showing"===this.track.mode;t!==this.isSelected_&&this.selected(t)},i.handleSelectedLanguageChange=function(e){if("showing"===this.track.mode){var t=this.player_.cache_.selectedLanguage;if(t&&t.enabled&&t.language===this.track.language&&t.kind!==this.track.kind)return;this.player_.cache_.selectedLanguage={enabled:!0,language:this.track.language,kind:this.track.kind}}},i.dispose=function(){this.track=null,e.prototype.dispose.call(this)},t}(wr);hi.registerComponent("TextTrackMenuItem",Cr);var Er=function(e){function t(t,i){return i.track={player:t,kind:i.kind,kinds:i.kinds,default:!1,mode:"disabled"},i.kinds||(i.kinds=[i.kind]),i.label?i.track.label=i.label:i.track.label=i.kinds.join(" and ")+" off",i.selectable=!0,i.multiSelectable=!1,e.call(this,t,i)||this}Pe(t,e);var i=t.prototype;return i.handleTracksChange=function(e){for(var t=this.player().textTracks(),i=!0,n=0,r=t.length;n<r;n++){var a=t[n];if(this.options_.kinds.indexOf(a.kind)>-1&&"showing"===a.mode){i=!1;break}}i!==this.isSelected_&&this.selected(i)},i.handleSelectedLanguageChange=function(e){for(var t=this.player().textTracks(),i=!0,n=0,r=t.length;n<r;n++){var a=t[n];if(["captions","descriptions","subtitles"].indexOf(a.kind)>-1&&"showing"===a.mode){i=!1;break}}i&&(this.player_.cache_.selectedLanguage={enabled:!1})},t}(Cr);hi.registerComponent("OffTextTrackMenuItem",Er);var Ar=function(e){function t(t,i){return void 0===i&&(i={}),i.tracks=t.textTracks(),e.call(this,t,i)||this}return Pe(t,e),t.prototype.createItems=function(e,t){var i;void 0===e&&(e=[]),void 0===t&&(t=Cr),this.label_&&(i=this.label_+" off"),e.push(new Er(this.player_,{kinds:this.kinds_,kind:this.kind_,label:i})),this.hideThreshold_+=1;var n=this.player_.textTracks();Array.isArray(this.kinds_)||(this.kinds_=[this.kind_]);for(var r=0;r<n.length;r++){var a=n[r];if(this.kinds_.indexOf(a.kind)>-1){var s=new t(this.player_,{track:a,selectable:!0,multiSelectable:!1});s.addClass("vjs-"+a.kind+"-menu-item"),e.push(s)}}return e},t}(kr);hi.registerComponent("TextTrackButton",Ar);var Lr=function(e){function t(t,i){var n,r=i.track,a=i.cue,s=t.currentTime();return i.selectable=!0,i.multiSelectable=!1,i.label=a.text,i.selected=a.startTime<=s&&s<a.endTime,(n=e.call(this,t,i)||this).track=r,n.cue=a,r.addEventListener("cuechange",$t(De(De(n)),n.update)),n}Pe(t,e);var i=t.prototype;return i.handleClick=function(t){e.prototype.handleClick.call(this),this.player_.currentTime(this.cue.startTime),this.update(this.cue.startTime)},i.update=function(e){var t=this.cue,i=this.player_.currentTime();this.selected(t.startTime<=i&&i<t.endTime)},t}(wr);hi.registerComponent("ChaptersTrackMenuItem",Lr);var Or=function(e){function t(t,i,n){return e.call(this,t,i,n)||this}Pe(t,e);var i=t.prototype;return i.buildCSSClass=function(){return"vjs-chapters-button "+e.prototype.buildCSSClass.call(this)},i.buildWrapperCSSClass=function(){return"vjs-chapters-button "+e.prototype.buildWrapperCSSClass.call(this)},i.update=function(t){this.track_&&(!t||"addtrack"!==t.type&&"removetrack"!==t.type)||this.setTrack(this.findChaptersTrack()),e.prototype.update.call(this)},i.setTrack=function(e){if(this.track_!==e){if(this.updateHandler_||(this.updateHandler_=this.update.bind(this)),this.track_){var t=this.player_.remoteTextTrackEls().getTrackElementByTrack_(this.track_);t&&t.removeEventListener("load",this.updateHandler_),this.track_=null}if(this.track_=e,this.track_){this.track_.mode="hidden";var i=this.player_.remoteTextTrackEls().getTrackElementByTrack_(this.track_);i&&i.addEventListener("load",this.updateHandler_)}}},i.findChaptersTrack=function(){for(var e=this.player_.textTracks()||[],t=e.length-1;t>=0;t--){var i=e[t];if(i.kind===this.kind_)return i}},i.getMenuCaption=function(){return this.track_&&this.track_.label?this.track_.label:this.localize(li(this.kind_))},i.createMenu=function(){return this.options_.title=this.getMenuCaption(),e.prototype.createMenu.call(this)},i.createItems=function(){var e=[];if(!this.track_)return e;var t=this.track_.cues;if(!t)return e;for(var i=0,n=t.length;i<n;i++){var r=t[i],a=new Lr(this.player_,{track:this.track_,cue:r});e.push(a)}return e},t}(Ar);Or.prototype.kind_="chapters",Or.prototype.controlText_="Chapters",hi.registerComponent("ChaptersButton",Or);var Pr=function(e){function t(t,i,n){var r;r=e.call(this,t,i,n)||this;var a=t.textTracks(),s=$t(De(De(r)),r.handleTracksChange);return a.addEventListener("change",s),r.on("dispose",(function(){a.removeEventListener("change",s)})),r}Pe(t,e);var i=t.prototype;return i.handleTracksChange=function(e){for(var t=this.player().textTracks(),i=!1,n=0,r=t.length;n<r;n++){var a=t[n];if(a.kind!==this.kind_&&"showing"===a.mode){i=!0;break}}i?this.disable():this.enable()},i.buildCSSClass=function(){return"vjs-descriptions-button "+e.prototype.buildCSSClass.call(this)},i.buildWrapperCSSClass=function(){return"vjs-descriptions-button "+e.prototype.buildWrapperCSSClass.call(this)},t}(Ar);Pr.prototype.kind_="descriptions",Pr.prototype.controlText_="Descriptions",hi.registerComponent("DescriptionsButton",Pr);var xr=function(e){function t(t,i,n){return e.call(this,t,i,n)||this}Pe(t,e);var i=t.prototype;return i.buildCSSClass=function(){return"vjs-subtitles-button "+e.prototype.buildCSSClass.call(this)},i.buildWrapperCSSClass=function(){return"vjs-subtitles-button "+e.prototype.buildWrapperCSSClass.call(this)},t}(Ar);xr.prototype.kind_="subtitles",xr.prototype.controlText_="Subtitles",hi.registerComponent("SubtitlesButton",xr);var Ur=function(e){function t(t,i){var n;return i.track={player:t,kind:i.kind,label:i.kind+" settings",selectable:!1,default:!1,mode:"disabled"},i.selectable=!1,i.name="CaptionSettingsMenuItem",(n=e.call(this,t,i)||this).addClass("vjs-texttrack-settings"),n.controlText(", opens "+i.kind+" settings dialog"),n}return Pe(t,e),t.prototype.handleClick=function(e){this.player().getChild("textTrackSettings").open()},t}(Cr);hi.registerComponent("CaptionSettingsMenuItem",Ur);var Ir=function(e){function t(t,i,n){return e.call(this,t,i,n)||this}Pe(t,e);var i=t.prototype;return i.buildCSSClass=function(){return"vjs-captions-button "+e.prototype.buildCSSClass.call(this)},i.buildWrapperCSSClass=function(){return"vjs-captions-button "+e.prototype.buildWrapperCSSClass.call(this)},i.createItems=function(){var t=[];return this.player().tech_&&this.player().tech_.featuresNativeTextTracks||!this.player().getChild("textTrackSettings")||(t.push(new Ur(this.player_,{kind:this.kind_})),this.hideThreshold_+=1),e.prototype.createItems.call(this,t)},t}(Ar);Ir.prototype.kind_="captions",Ir.prototype.controlText_="Captions",hi.registerComponent("CaptionsButton",Ir);var Dr=function(e){function t(){return e.apply(this,arguments)||this}return Pe(t,e),t.prototype.createEl=function(t,i,n){var r='<span class="vjs-menu-item-text">'+this.localize(this.options_.label);return"captions"===this.options_.track.kind&&(r+='\n <span aria-hidden="true" class="vjs-icon-placeholder"></span>\n <span class="vjs-control-text"> '+this.localize("Captions")+"</span>\n "),r+="</span>",e.prototype.createEl.call(this,t,He({innerHTML:r},i),n)},t}(Cr);hi.registerComponent("SubsCapsMenuItem",Dr);var Rr=function(e){function t(t,i){var n;return void 0===i&&(i={}),(n=e.call(this,t,i)||this).label_="subtitles",["en","en-us","en-ca","fr-ca"].indexOf(n.player_.language_)>-1&&(n.label_="captions"),n.menuButton_.controlText(li(n.label_)),n}Pe(t,e);var i=t.prototype;return i.buildCSSClass=function(){return"vjs-subs-caps-button "+e.prototype.buildCSSClass.call(this)},i.buildWrapperCSSClass=function(){return"vjs-subs-caps-button "+e.prototype.buildWrapperCSSClass.call(this)},i.createItems=function(){var t=[];return this.player().tech_&&this.player().tech_.featuresNativeTextTracks||!this.player().getChild("textTrackSettings")||(t.push(new Ur(this.player_,{kind:this.label_})),this.hideThreshold_+=1),t=e.prototype.createItems.call(this,t,Dr)},t}(Ar);Rr.prototype.kinds_=["captions","subtitles"],Rr.prototype.controlText_="Subtitles",hi.registerComponent("SubsCapsButton",Rr);var Mr=function(e){function t(t,i){var n,r=i.track,a=t.audioTracks();i.label=r.label||r.language||"Unknown",i.selected=r.enabled,(n=e.call(this,t,i)||this).track=r,n.addClass("vjs-"+r.kind+"-menu-item");var s=function(){for(var e=arguments.length,t=new Array(e),i=0;i<e;i++)t[i]=arguments[i];n.handleTracksChange.apply(De(De(n)),t)};return a.addEventListener("change",s),n.on("dispose",(function(){a.removeEventListener("change",s)})),n}Pe(t,e);var i=t.prototype;return i.createEl=function(t,i,n){var r='<span class="vjs-menu-item-text">'+this.localize(this.options_.label);return"main-desc"===this.options_.track.kind&&(r+='\n <span aria-hidden="true" class="vjs-icon-placeholder"></span>\n <span class="vjs-control-text"> '+this.localize("Descriptions")+"</span>\n "),r+="</span>",e.prototype.createEl.call(this,t,He({innerHTML:r},i),n)},i.handleClick=function(t){var i=this.player_.audioTracks();e.prototype.handleClick.call(this,t);for(var n=0;n<i.length;n++){var r=i[n];r.enabled=r===this.track}},i.handleTracksChange=function(e){this.selected(this.track.enabled)},t}(wr);hi.registerComponent("AudioTrackMenuItem",Mr);var Br=function(e){function t(t,i){return void 0===i&&(i={}),i.tracks=t.audioTracks(),e.call(this,t,i)||this}Pe(t,e);var i=t.prototype;return i.buildCSSClass=function(){return"vjs-audio-button "+e.prototype.buildCSSClass.call(this)},i.buildWrapperCSSClass=function(){return"vjs-audio-button "+e.prototype.buildWrapperCSSClass.call(this)},i.createItems=function(e){void 0===e&&(e=[]),this.hideThreshold_=1;for(var t=this.player_.audioTracks(),i=0;i<t.length;i++){var n=t[i];e.push(new Mr(this.player_,{track:n,selectable:!0,multiSelectable:!1}))}return e},t}(kr);Br.prototype.controlText_="Audio Track",hi.registerComponent("AudioTrackButton",Br);var Nr=function(e){function t(t,i){var n,r=i.rate,a=parseFloat(r,10);return i.label=r,i.selected=1===a,i.selectable=!0,i.multiSelectable=!1,(n=e.call(this,t,i)||this).label=r,n.rate=a,n.on(t,"ratechange",n.update),n}Pe(t,e);var i=t.prototype;return i.handleClick=function(t){e.prototype.handleClick.call(this),this.player().playbackRate(this.rate)},i.update=function(e){this.selected(this.player().playbackRate()===this.rate)},t}(wr);Nr.prototype.contentElType="button",hi.registerComponent("PlaybackRateMenuItem",Nr);var jr=function(e){function t(t,i){var n;return(n=e.call(this,t,i)||this).updateVisibility(),n.updateLabel(),n.on(t,"loadstart",n.updateVisibility),n.on(t,"ratechange",n.updateLabel),n}Pe(t,e);var i=t.prototype;return i.createEl=function(){var t=e.prototype.createEl.call(this);return this.labelEl_=Ze("div",{className:"vjs-playback-rate-value",innerHTML:"1x"}),t.appendChild(this.labelEl_),t},i.dispose=function(){this.labelEl_=null,e.prototype.dispose.call(this)},i.buildCSSClass=function(){return"vjs-playback-rate "+e.prototype.buildCSSClass.call(this)},i.buildWrapperCSSClass=function(){return"vjs-playback-rate "+e.prototype.buildWrapperCSSClass.call(this)},i.createMenu=function(){var e=new Tr(this.player()),t=this.playbackRates();if(t)for(var i=t.length-1;i>=0;i--)e.addChild(new Nr(this.player(),{rate:t[i]+"x"}));return e},i.updateARIAAttributes=function(){this.el().setAttribute("aria-valuenow",this.player().playbackRate())},i.handleClick=function(e){for(var t=this.player().playbackRate(),i=this.playbackRates(),n=i[0],r=0;r<i.length;r++)if(i[r]>t){n=i[r];break}this.player().playbackRate(n)},i.playbackRates=function(){return this.options_.playbackRates||this.options_.playerOptions&&this.options_.playerOptions.playbackRates},i.playbackRateSupported=function(){return this.player().tech_&&this.player().tech_.featuresPlaybackRate&&this.playbackRates()&&this.playbackRates().length>0},i.updateVisibility=function(e){this.playbackRateSupported()?this.removeClass("vjs-hidden"):this.addClass("vjs-hidden")},i.updateLabel=function(e){this.playbackRateSupported()&&(this.labelEl_.innerHTML=this.player().playbackRate()+"x")},t}(Sr);jr.prototype.controlText_="Playback Rate",hi.registerComponent("PlaybackRateMenuButton",jr);var Fr=function(e){function t(){return e.apply(this,arguments)||this}Pe(t,e);var i=t.prototype;return i.buildCSSClass=function(){return"vjs-spacer "+e.prototype.buildCSSClass.call(this)},i.createEl=function(){return e.prototype.createEl.call(this,"div",{className:this.buildCSSClass()})},t}(hi);hi.registerComponent("Spacer",Fr);var Vr=function(e){function t(){return e.apply(this,arguments)||this}Pe(t,e);var i=t.prototype;return i.buildCSSClass=function(){return"vjs-custom-control-spacer "+e.prototype.buildCSSClass.call(this)},i.createEl=function(){var t=e.prototype.createEl.call(this,{className:this.buildCSSClass()});return t.innerHTML=" ",t},t}(Fr);hi.registerComponent("CustomControlSpacer",Vr);var Hr=function(e){function t(){return e.apply(this,arguments)||this}return Pe(t,e),t.prototype.createEl=function(){return e.prototype.createEl.call(this,"div",{className:"vjs-control-bar",dir:"ltr"})},t}(hi);Hr.prototype.options_={children:["playToggle","volumePanel","currentTimeDisplay","timeDivider","durationDisplay","progressControl","liveDisplay","seekToLive","remainingTimeDisplay","customControlSpacer","playbackRateMenuButton","chaptersButton","descriptionsButton","subsCapsButton","audioTrackButton","fullscreenToggle"]},hi.registerComponent("ControlBar",Hr);var qr=function(e){function t(t,i){var n;return(n=e.call(this,t,i)||this).on(t,"error",n.open),n}Pe(t,e);var i=t.prototype;return i.buildCSSClass=function(){return"vjs-error-display "+e.prototype.buildCSSClass.call(this)},i.content=function(){var e=this.player().error();return e?this.localize(e.message):""},t}(Ki);qr.prototype.options_=ci(Ki.prototype.options_,{pauseOnOpen:!1,fillAlways:!0,temporary:!1,uncloseable:!0}),hi.registerComponent("ErrorDisplay",qr);var zr="vjs-text-track-settings",Wr=["#000","Black"],Gr=["#00F","Blue"],Xr=["#0FF","Cyan"],Yr=["#0F0","Green"],$r=["#F0F","Magenta"],Kr=["#F00","Red"],Qr=["#FFF","White"],Jr=["#FF0","Yellow"],Zr=["1","Opaque"],ea=["0.5","Semi-Transparent"],ta=["0","Transparent"],ia={backgroundColor:{selector:".vjs-bg-color > select",id:"captions-background-color-%s",label:"Color",options:[Wr,Qr,Kr,Yr,Gr,Jr,$r,Xr]},backgroundOpacity:{selector:".vjs-bg-opacity > select",id:"captions-background-opacity-%s",label:"Transparency",options:[Zr,ea,ta]},color:{selector:".vjs-fg-color > select",id:"captions-foreground-color-%s",label:"Color",options:[Qr,Wr,Kr,Yr,Gr,Jr,$r,Xr]},edgeStyle:{selector:".vjs-edge-style > select",id:"%s",label:"Text Edge Style",options:[["none","None"],["raised","Raised"],["depressed","Depressed"],["uniform","Uniform"],["dropshadow","Dropshadow"]]},fontFamily:{selector:".vjs-font-family > select",id:"captions-font-family-%s",label:"Font Family",options:[["proportionalSansSerif","Proportional Sans-Serif"],["monospaceSansSerif","Monospace Sans-Serif"],["proportionalSerif","Proportional Serif"],["monospaceSerif","Monospace Serif"],["casual","Casual"],["script","Script"],["small-caps","Small Caps"]]},fontPercent:{selector:".vjs-font-percent > select",id:"captions-font-size-%s",label:"Font Size",options:[["0.50","50%"],["0.75","75%"],["1.00","100%"],["1.25","125%"],["1.50","150%"],["1.75","175%"],["2.00","200%"],["3.00","300%"],["4.00","400%"]],default:2,parser:function(e){return"1.00"===e?null:Number(e)}},textOpacity:{selector:".vjs-text-opacity > select",id:"captions-foreground-opacity-%s",label:"Transparency",options:[Zr,ea]},windowColor:{selector:".vjs-window-color > select",id:"captions-window-color-%s",label:"Color"},windowOpacity:{selector:".vjs-window-opacity > select",id:"captions-window-opacity-%s",label:"Transparency",options:[ta,ea,Zr]}};function na(e,t){if(t&&(e=t(e)),e&&"none"!==e)return e}ia.windowColor.options=ia.backgroundColor.options;var ra=function(e){function t(t,i){var n;return i.temporary=!1,(n=e.call(this,t,i)||this).updateDisplay=$t(De(De(n)),n.updateDisplay),n.fill(),n.hasBeenOpened_=n.hasBeenFilled_=!0,n.endDialog=Ze("p",{className:"vjs-control-text",textContent:n.localize("End of dialog window.")}),n.el().appendChild(n.endDialog),n.setDefaults(),void 0===i.persistTextTrackSettings&&(n.options_.persistTextTrackSettings=n.options_.playerOptions.persistTextTrackSettings),n.on(n.$(".vjs-done-button"),"click",(function(){n.saveSettings(),n.close()})),n.on(n.$(".vjs-default-button"),"click",(function(){n.setDefaults(),n.updateDisplay()})),Ve(ia,(function(e){n.on(n.$(e.selector),"change",n.updateDisplay)})),n.options_.persistTextTrackSettings&&n.restoreSettings(),n}Pe(t,e);var i=t.prototype;return i.dispose=function(){this.endDialog=null,e.prototype.dispose.call(this)},i.createElSelect_=function(e,t,i){var n=this;void 0===t&&(t=""),void 0===i&&(i="label");var r=ia[e],a=r.id.replace("%s",this.id_),s=[t,a].join(" ").trim();return["<"+i+' id="'+a+'" class="'+("label"===i?"vjs-label":"")+'">',this.localize(r.label),"</"+i+">",'<select aria-labelledby="'+s+'">'].concat(r.options.map((function(e){var t=a+"-"+e[1].replace(/\W+/g,"");return['<option id="'+t+'" value="'+e[0]+'" ','aria-labelledby="'+s+" "+t+'">',n.localize(e[1]),"</option>"].join("")}))).concat("</select>").join("")},i.createElFgColor_=function(){var e="captions-text-legend-"+this.id_;return['<fieldset class="vjs-fg-color vjs-track-setting">','<legend id="'+e+'">',this.localize("Text"),"</legend>",this.createElSelect_("color",e),'<span class="vjs-text-opacity vjs-opacity">',this.createElSelect_("textOpacity",e),"</span>","</fieldset>"].join("")},i.createElBgColor_=function(){var e="captions-background-"+this.id_;return['<fieldset class="vjs-bg-color vjs-track-setting">','<legend id="'+e+'">',this.localize("Background"),"</legend>",this.createElSelect_("backgroundColor",e),'<span class="vjs-bg-opacity vjs-opacity">',this.createElSelect_("backgroundOpacity",e),"</span>","</fieldset>"].join("")},i.createElWinColor_=function(){var e="captions-window-"+this.id_;return['<fieldset class="vjs-window-color vjs-track-setting">','<legend id="'+e+'">',this.localize("Window"),"</legend>",this.createElSelect_("windowColor",e),'<span class="vjs-window-opacity vjs-opacity">',this.createElSelect_("windowOpacity",e),"</span>","</fieldset>"].join("")},i.createElColors_=function(){return Ze("div",{className:"vjs-track-settings-colors",innerHTML:[this.createElFgColor_(),this.createElBgColor_(),this.createElWinColor_()].join("")})},i.createElFont_=function(){return Ze("div",{className:"vjs-track-settings-font",innerHTML:['<fieldset class="vjs-font-percent vjs-track-setting">',this.createElSelect_("fontPercent","","legend"),"</fieldset>",'<fieldset class="vjs-edge-style vjs-track-setting">',this.createElSelect_("edgeStyle","","legend"),"</fieldset>",'<fieldset class="vjs-font-family vjs-track-setting">',this.createElSelect_("fontFamily","","legend"),"</fieldset>"].join("")})},i.createElControls_=function(){var e=this.localize("restore all settings to the default values");return Ze("div",{className:"vjs-track-settings-controls",innerHTML:['<button type="button" class="vjs-default-button" title="'+e+'">',this.localize("Reset"),'<span class="vjs-control-text"> '+e+"</span>","</button>",'<button type="button" class="vjs-done-button">'+this.localize("Done")+"</button>"].join("")})},i.content=function(){return[this.createElColors_(),this.createElFont_(),this.createElControls_()]},i.label=function(){return this.localize("Caption Settings Dialog")},i.description=function(){return this.localize("Beginning of dialog window. Escape will cancel and close the window.")},i.buildCSSClass=function(){return e.prototype.buildCSSClass.call(this)+" vjs-text-track-settings"},i.getValues=function(){var e=this;return function(e,t,i){return void 0===i&&(i=0),Fe(e).reduce((function(i,n){return t(i,e[n],n)}),i)}(ia,(function(t,i,n){var r,a,s=(r=e.$(i.selector),a=i.parser,na(r.options[r.options.selectedIndex].value,a));return void 0!==s&&(t[n]=s),t}),{})},i.setValues=function(e){var t=this;Ve(ia,(function(i,n){!function(e,t,i){if(t)for(var n=0;n<e.options.length;n++)if(na(e.options[n].value,i)===t){e.selectedIndex=n;break}}(t.$(i.selector),e[n],i.parser)}))},i.setDefaults=function(){var e=this;Ve(ia,(function(t){var i=t.hasOwnProperty("default")?t.default:0;e.$(t.selector).selectedIndex=i}))},i.restoreSettings=function(){var e;try{e=JSON.parse(f().localStorage.getItem(zr))}catch(e){Be.warn(e)}e&&this.setValues(e)},i.saveSettings=function(){if(this.options_.persistTextTrackSettings){var e=this.getValues();try{Object.keys(e).length?f().localStorage.setItem(zr,JSON.stringify(e)):f().localStorage.removeItem(zr)}catch(e){Be.warn(e)}}},i.updateDisplay=function(){var e=this.player_.getChild("textTrackDisplay");e&&e.updateDisplay()},i.conditionalBlur_=function(){this.previouslyActiveEl_=null,this.off(C(),"keydown",this.handleKeyDown);var e=this.player_.controlBar,t=e&&e.subsCapsButton,i=e&&e.captionsButton;t?t.focus():i&&i.focus()},t}(Ki);hi.registerComponent("TextTrackSettings",ra);var aa=function(e){function t(t,i){var n,r=i.ResizeObserver||f().ResizeObserver;null===i.ResizeObserver&&(r=!1);var a=ci({createEl:!r,reportTouchActivity:!1},i);return(n=e.call(this,t,a)||this).ResizeObserver=i.ResizeObserver||f().ResizeObserver,n.loadListener_=null,n.resizeObserver_=null,n.debouncedHandler_=function(e,t,i,n){var r;void 0===n&&(n=f());var a=function(){var a=this,s=arguments,o=function(){r=null,o=null,i||e.apply(a,s)};!r&&i&&e.apply(a,s),n.clearTimeout(r),r=n.setTimeout(o,t)};return a.cancel=function(){n.clearTimeout(r),r=null},a}((function(){n.resizeHandler()}),100,!1,De(De(n))),r?(n.resizeObserver_=new n.ResizeObserver(n.debouncedHandler_),n.resizeObserver_.observe(t.el())):(n.loadListener_=function(){n.el_&&n.el_.contentWindow&&Bt(n.el_.contentWindow,"resize",n.debouncedHandler_)},n.one("load",n.loadListener_)),n}Pe(t,e);var i=t.prototype;return i.createEl=function(){return e.prototype.createEl.call(this,"iframe",{className:"vjs-resize-manager"})},i.resizeHandler=function(){this.player_&&this.player_.trigger&&this.player_.trigger("playerresize")},i.dispose=function(){this.debouncedHandler_&&this.debouncedHandler_.cancel(),this.resizeObserver_&&(this.player_.el()&&this.resizeObserver_.unobserve(this.player_.el()),this.resizeObserver_.disconnect()),this.el_&&this.el_.contentWindow&&Nt(this.el_.contentWindow,"resize",this.debouncedHandler_),this.loadListener_&&this.off("load",this.loadListener_),this.ResizeObserver=null,this.resizeObserver=null,this.debouncedHandler_=null,this.loadListener_=null},t}(hi);hi.registerComponent("ResizeManager",aa);var sa=function(e){function t(t,i){var n,r=ci({createEl:!1},i);return(n=e.call(this,t,r)||this).reset_(),n.on(n.player_,"durationchange",n.handleDurationchange),n}Pe(t,e);var i=t.prototype;return i.isBehind_=function(){if(!this.timeupdateSeen_)return!1;var e=this.liveCurrentTime(),t=this.player_.currentTime(),i=this.seekableIncrement_;return e!==1/0&&e-(2*i+.07)>=t},i.trackLive_=function(){this.pastSeekEnd_=this.pastSeekEnd_;var e=this.player_.seekable();if(e&&e.length){var t=this.seekableEnd();t!==this.lastSeekEnd_&&(this.lastSeekEnd_&&(this.seekableIncrement_=Math.abs(t-this.lastSeekEnd_)),this.pastSeekEnd_=0,this.lastSeekEnd_=t,this.trigger("seekableendchange")),this.pastSeekEnd_=this.pastSeekEnd()+.03,this.isBehind_()!==this.behindLiveEdge()&&(this.behindLiveEdge_=this.isBehind_(),this.trigger("liveedgechange"))}},i.handleDurationchange=function(){this.player_.duration()===1/0?this.startTracking():this.stopTracking()},i.startTracking=function(){var e=this;this.isTracking()||(this.trackingInterval_=this.setInterval(this.trackLive_,30),this.trackLive_(),this.on(this.player_,"play",this.trackLive_),this.on(this.player_,"pause",this.trackLive_),this.one(this.player_,"play",this.handlePlay),this.timeupdateSeen_||(this.handleTimeupdate=function(){e.timeupdateSeen_=!0,e.handleTimeupdate=null},this.one(this.player_,"timeupdate",this.handleTimeupdate)))},i.handlePlay=function(){this.one(this.player_,"timeupdate",this.seekToLiveEdge)},i.reset_=function(){this.pastSeekEnd_=0,this.lastSeekEnd_=null,this.behindLiveEdge_=null,this.timeupdateSeen_=!1,this.clearInterval(this.trackingInterval_),this.trackingInterval_=null,this.seekableIncrement_=12,this.off(this.player_,"play",this.trackLive_),this.off(this.player_,"pause",this.trackLive_),this.off(this.player_,"play",this.handlePlay),this.off(this.player_,"timeupdate",this.seekToLiveEdge),this.handleTimeupdate&&(this.off(this.player_,"timeupdate",this.handleTimeupdate),this.handleTimeupdate=null)},i.stopTracking=function(){this.isTracking()&&this.reset_()},i.seekableEnd=function(){for(var e=this.player_.seekable(),t=[],i=e?e.length:0;i--;)t.push(e.end(i));return t.length?t.sort()[t.length-1]:1/0},i.seekableStart=function(){for(var e=this.player_.seekable(),t=[],i=e?e.length:0;i--;)t.push(e.start(i));return t.length?t.sort()[0]:0},i.liveWindow=function(){var e=this.liveCurrentTime();return e===1/0?1/0:e-this.seekableStart()},i.isLive=function(){return this.isTracking()},i.atLiveEdge=function(){return!this.behindLiveEdge()},i.liveCurrentTime=function(){return this.pastSeekEnd()+this.seekableEnd()},i.pastSeekEnd=function(){return this.pastSeekEnd_},i.behindLiveEdge=function(){return this.behindLiveEdge_},i.isTracking=function(){return"number"==typeof this.trackingInterval_},i.seekToLiveEdge=function(){this.atLiveEdge()||(this.player_.currentTime(this.liveCurrentTime()),this.player_.paused()&&this.player_.play())},i.dispose=function(){this.stopTracking(),e.prototype.dispose.call(this)},t}(hi);hi.registerComponent("LiveTracker",sa);var oa=function(e){var t=e.el();if(t.hasAttribute("src"))return e.triggerSourceset(t.src),!0;var i=e.$$("source"),n=[],r="";if(!i.length)return!1;for(var a=0;a<i.length;a++){var s=i[a].src;s&&-1===n.indexOf(s)&&n.push(s)}return!!n.length&&(1===n.length&&(r=n[0]),e.triggerSourceset(r),!0)},ua=Object.defineProperty({},"innerHTML",{get:function(){return this.cloneNode(!0).innerHTML},set:function(e){var t=C().createElement(this.nodeName.toLowerCase());t.innerHTML=e;for(var i=C().createDocumentFragment();t.childNodes.length;)i.appendChild(t.childNodes[0]);return this.innerText="",f().Element.prototype.appendChild.call(this,i),this.innerHTML}}),la=function(e,t){for(var i={},n=0;n<e.length&&!((i=Object.getOwnPropertyDescriptor(e[n],t))&&i.set&&i.get);n++);return i.enumerable=!0,i.configurable=!0,i},ca=function(e){var t=e.el();if(!t.resetSourceWatch_){var i={},n=function(e){return la([e.el(),f().HTMLMediaElement.prototype,f().Element.prototype,ua],"innerHTML")}(e),r=function(i){return function(){for(var n=arguments.length,r=new Array(n),a=0;a<n;a++)r[a]=arguments[a];var s=i.apply(t,r);return oa(e),s}};["append","appendChild","insertAdjacentHTML"].forEach((function(e){t[e]&&(i[e]=t[e],t[e]=r(i[e]))})),Object.defineProperty(t,"innerHTML",ci(n,{set:r(n.set)})),t.resetSourceWatch_=function(){t.resetSourceWatch_=null,Object.keys(i).forEach((function(e){t[e]=i[e]})),Object.defineProperty(t,"innerHTML",n)},e.one("sourceset",t.resetSourceWatch_)}},ha=Object.defineProperty({},"src",{get:function(){return this.hasAttribute("src")?pn(f().Element.prototype.getAttribute.call(this,"src")):""},set:function(e){return f().Element.prototype.setAttribute.call(this,"src",e),e}}),da=function(e){if(e.featuresSourceset){var t=e.el();if(!t.resetSourceset_){var i=function(e){return la([e.el(),f().HTMLMediaElement.prototype,ha],"src")}(e),n=t.setAttribute,r=t.load;Object.defineProperty(t,"src",ci(i,{set:function(n){var r=i.set.call(t,n);return e.triggerSourceset(t.src),r}})),t.setAttribute=function(i,r){var a=n.call(t,i,r);return/src/i.test(i)&&e.triggerSourceset(t.src),a},t.load=function(){var i=r.call(t);return oa(e)||(e.triggerSourceset(""),ca(e)),i},t.currentSrc?e.triggerSourceset(t.currentSrc):oa(e)||ca(e),t.resetSourceset_=function(){t.resetSourceset_=null,t.load=r,t.setAttribute=n,Object.defineProperty(t,"src",i),t.resetSourceWatch_&&t.resetSourceWatch_()}}}};function pa(){var e=Re(["Text Tracks are being loaded from another origin but the crossorigin attribute isn't used.\n This may prevent text tracks from loading."]);return pa=function(){return e},e}var fa=function(e){function t(t,i){var n;n=e.call(this,t,i)||this;var r=t.source,a=!1;if(r&&(n.el_.currentSrc!==r.src||t.tag&&3===t.tag.initNetworkState_)?n.setSource(r):n.handleLateInit_(n.el_),t.enableSourceset&&n.setupSourcesetHandling_(),n.el_.hasChildNodes()){for(var s=n.el_.childNodes,o=s.length,l=[];o--;){var c=s[o];"track"===c.nodeName.toLowerCase()&&(n.featuresNativeTextTracks?(n.remoteTextTrackEls().addTrackElement_(c),n.remoteTextTracks().addTrack(c.track),n.textTracks().addTrack(c.track),a||n.el_.hasAttribute("crossorigin")||!mn(c.src)||(a=!0)):l.push(c))}for(var h=0;h<l.length;h++)n.el_.removeChild(l[h])}return n.proxyNativeTracks_(),n.featuresNativeTextTracks&&a&&Be.warn(u()(pa())),n.restoreMetadataTracksInIOSNativePlayer_(),(xi||yi||ki)&&!0===t.nativeControlsForTouch&&n.setControls(!0),n.proxyWebkitFullscreen_(),n.triggerReady(),n}Pe(t,e);var i=t.prototype;return i.dispose=function(){this.el_&&this.el_.resetSourceset_&&this.el_.resetSourceset_(),t.disposeMediaElement(this.el_),this.options_=null,e.prototype.dispose.call(this)},i.setupSourcesetHandling_=function(){da(this)},i.restoreMetadataTracksInIOSNativePlayer_=function(){var e,t=this.textTracks(),i=function(){e=[];for(var i=0;i<t.length;i++){var n=t[i];"metadata"===n.kind&&e.push({track:n,storedMode:n.mode})}};i(),t.addEventListener("change",i),this.on("dispose",(function(){return t.removeEventListener("change",i)}));var n=function i(){for(var n=0;n<e.length;n++){var r=e[n];"disabled"===r.track.mode&&r.track.mode!==r.storedMode&&(r.track.mode=r.storedMode)}t.removeEventListener("change",i)};this.on("webkitbeginfullscreen",(function(){t.removeEventListener("change",i),t.removeEventListener("change",n),t.addEventListener("change",n)})),this.on("webkitendfullscreen",(function(){t.removeEventListener("change",i),t.addEventListener("change",i),t.removeEventListener("change",n)}))},i.overrideNative_=function(e,t){var i=this;if(t===this["featuresNative"+e+"Tracks"]){var n=e.toLowerCase();this[n+"TracksListeners_"]&&Object.keys(this[n+"TracksListeners_"]).forEach((function(e){i.el()[n+"Tracks"].removeEventListener(e,i[n+"TracksListeners_"][e])})),this["featuresNative"+e+"Tracks"]=!t,this[n+"TracksListeners_"]=null,this.proxyNativeTracksForType_(n)}},i.overrideNativeAudioTracks=function(e){this.overrideNative_("Audio",e)},i.overrideNativeVideoTracks=function(e){this.overrideNative_("Video",e)},i.proxyNativeTracksForType_=function(e){var t=this,i=Sn[e],n=this.el()[i.getterName],r=this[i.getterName]();if(this["featuresNative"+i.capitalName+"Tracks"]&&n&&n.addEventListener){var a={change:function(e){r.trigger({type:"change",target:r,currentTarget:r,srcElement:r})},addtrack:function(e){r.addTrack(e.track)},removetrack:function(e){r.removeTrack(e.track)}},s=function(){for(var e=[],t=0;t<r.length;t++){for(var i=!1,a=0;a<n.length;a++)if(n[a]===r[t]){i=!0;break}i||e.push(r[t])}for(;e.length;)r.removeTrack(e.shift())};this[i.getterName+"Listeners_"]=a,Object.keys(a).forEach((function(e){var i=a[e];n.addEventListener(e,i),t.on("dispose",(function(t){return n.removeEventListener(e,i)}))})),this.on("loadstart",s),this.on("dispose",(function(e){return t.off("loadstart",s)}))}},i.proxyNativeTracks_=function(){var e=this;Sn.names.forEach((function(t){e.proxyNativeTracksForType_(t)}))},i.createEl=function(){var e=this.options_.tag;if(!e||!this.options_.playerElIngest&&!this.movingMediaElementInDOM){if(e){var i=e.cloneNode(!0);e.parentNode&&e.parentNode.insertBefore(i,e),t.disposeMediaElement(e),e=i}else{e=C().createElement("video");var n=ci({},this.options_.tag&&ot(this.options_.tag));xi&&!0===this.options_.nativeControlsForTouch||delete n.controls,st(e,He(n,{id:this.options_.techId,class:"vjs-tech"}))}e.playerId=this.options_.playerId}void 0!==this.options_.preload&&lt(e,"preload",this.options_.preload);for(var r=["loop","muted","playsinline","autoplay"],a=0;a<r.length;a++){var s=r[a],o=this.options_[s];void 0!==o&&(o?lt(e,s,s):ct(e,s),e[s]=o)}return e},i.handleLateInit_=function(e){if(0!==e.networkState&&3!==e.networkState){if(0===e.readyState){var t=!1,i=function(){t=!0};this.on("loadstart",i);var n=function(){t||this.trigger("loadstart")};return this.on("loadedmetadata",n),void this.ready((function(){this.off("loadstart",i),this.off("loadedmetadata",n),t||this.trigger("loadstart")}))}var r=["loadstart"];r.push("loadedmetadata"),e.readyState>=2&&r.push("loadeddata"),e.readyState>=3&&r.push("canplay"),e.readyState>=4&&r.push("canplaythrough"),this.ready((function(){r.forEach((function(e){this.trigger(e)}),this)}))}},i.setCurrentTime=function(e){try{this.el_.currentTime=e}catch(e){Be(e,"Video is not ready. (Video.js)")}},i.duration=function(){var e=this;if(this.el_.duration===1/0&&Ti&&Ei&&0===this.el_.currentTime){return this.on("timeupdate",(function t(){e.el_.currentTime>0&&(e.el_.duration===1/0&&e.trigger("durationchange"),e.off("timeupdate",t))})),NaN}return this.el_.duration||NaN},i.width=function(){return this.el_.offsetWidth},i.height=function(){return this.el_.offsetHeight},i.proxyWebkitFullscreen_=function(){var e=this;if("webkitDisplayingFullscreen"in this.el_){var t=function(){this.trigger("fullscreenchange",{isFullscreen:!1})},i=function(){"webkitPresentationMode"in this.el_&&"picture-in-picture"!==this.el_.webkitPresentationMode&&(this.one("webkitendfullscreen",t),this.trigger("fullscreenchange",{isFullscreen:!0}))};this.on("webkitbeginfullscreen",i),this.on("dispose",(function(){e.off("webkitbeginfullscreen",i),e.off("webkitendfullscreen",t)}))}},i.supportsFullScreen=function(){if("function"==typeof this.el_.webkitEnterFullScreen){var e=f().navigator&&f().navigator.userAgent||"";if(/Android/.test(e)||!/Chrome|Mac OS X 10.5/.test(e))return!0}return!1},i.enterFullScreen=function(){var e=this.el_;e.paused&&e.networkState<=e.HAVE_METADATA?(this.el_.play(),this.setTimeout((function(){e.pause(),e.webkitEnterFullScreen()}),0)):e.webkitEnterFullScreen()},i.exitFullScreen=function(){this.el_.webkitExitFullScreen()},i.src=function(e){if(void 0===e)return this.el_.src;this.setSrc(e)},i.reset=function(){t.resetMediaElement(this.el_)},i.currentSrc=function(){return this.currentSource_?this.currentSource_.src:this.el_.currentSrc},i.setControls=function(e){this.el_.controls=!!e},i.addTextTrack=function(t,i,n){return this.featuresNativeTextTracks?this.el_.addTextTrack(t,i,n):e.prototype.addTextTrack.call(this,t,i,n)},i.createRemoteTextTrack=function(t){if(!this.featuresNativeTextTracks)return e.prototype.createRemoteTextTrack.call(this,t);var i=C().createElement("track");return t.kind&&(i.kind=t.kind),t.label&&(i.label=t.label),(t.language||t.srclang)&&(i.srclang=t.language||t.srclang),t.default&&(i.default=t.default),t.id&&(i.id=t.id),t.src&&(i.src=t.src),i},i.addRemoteTextTrack=function(t,i){var n=e.prototype.addRemoteTextTrack.call(this,t,i);return this.featuresNativeTextTracks&&this.el().appendChild(n),n},i.removeRemoteTextTrack=function(t){if(e.prototype.removeRemoteTextTrack.call(this,t),this.featuresNativeTextTracks)for(var i=this.$$("track"),n=i.length;n--;)t!==i[n]&&t!==i[n].track||this.el().removeChild(i[n])},i.getVideoPlaybackQuality=function(){if("function"==typeof this.el().getVideoPlaybackQuality)return this.el().getVideoPlaybackQuality();var e={};return void 0!==this.el().webkitDroppedFrameCount&&void 0!==this.el().webkitDecodedFrameCount&&(e.droppedVideoFrames=this.el().webkitDroppedFrameCount,e.totalVideoFrames=this.el().webkitDecodedFrameCount),f().performance&&"function"==typeof f().performance.now?e.creationTime=f().performance.now():f().performance&&f().performance.timing&&"number"==typeof f().performance.timing.navigationStart&&(e.creationTime=f().Date.now()-f().performance.timing.navigationStart),e},t}(Cn);if($e()){fa.TEST_VID=C().createElement("video");var ma=C().createElement("track");ma.kind="captions",ma.srclang="en",ma.label="English",fa.TEST_VID.appendChild(ma)}fa.isSupported=function(){try{fa.TEST_VID.volume=.5}catch(e){return!1}return!(!fa.TEST_VID||!fa.TEST_VID.canPlayType)},fa.canPlayType=function(e){return fa.TEST_VID.canPlayType(e)},fa.canPlaySource=function(e,t){return fa.canPlayType(e.type)},fa.canControlVolume=function(){try{var e=fa.TEST_VID.volume;return fa.TEST_VID.volume=e/2+.1,e!==fa.TEST_VID.volume}catch(e){return!1}},fa.canMuteVolume=function(){try{var e=fa.TEST_VID.muted;return fa.TEST_VID.muted=!e,fa.TEST_VID.muted?lt(fa.TEST_VID,"muted","muted"):ct(fa.TEST_VID,"muted"),e!==fa.TEST_VID.muted}catch(e){return!1}},fa.canControlPlaybackRate=function(){if(Ti&&Ei&&Ai<58)return!1;try{var e=fa.TEST_VID.playbackRate;return fa.TEST_VID.playbackRate=e/2+.1,e!==fa.TEST_VID.playbackRate}catch(e){return!1}},fa.canOverrideAttributes=function(){try{var e=function(){};Object.defineProperty(C().createElement("video"),"src",{get:e,set:e}),Object.defineProperty(C().createElement("audio"),"src",{get:e,set:e}),Object.defineProperty(C().createElement("video"),"innerHTML",{get:e,set:e}),Object.defineProperty(C().createElement("audio"),"innerHTML",{get:e,set:e})}catch(e){return!1}return!0},fa.supportsNativeTextTracks=function(){return Pi||_i&&Ei},fa.supportsNativeVideoTracks=function(){return!(!fa.TEST_VID||!fa.TEST_VID.videoTracks)},fa.supportsNativeAudioTracks=function(){return!(!fa.TEST_VID||!fa.TEST_VID.audioTracks)},fa.Events=["loadstart","suspend","abort","error","emptied","stalled","loadedmetadata","loadeddata","canplay","canplaythrough","playing","waiting","seeking","seeked","ended","durationchange","timeupdate","progress","play","pause","ratechange","resize","volumechange"],fa.prototype.featuresVolumeControl=fa.canControlVolume(),fa.prototype.featuresMuteControl=fa.canMuteVolume(),fa.prototype.featuresPlaybackRate=fa.canControlPlaybackRate(),fa.prototype.featuresSourceset=fa.canOverrideAttributes(),fa.prototype.movingMediaElementInDOM=!_i,fa.prototype.featuresFullscreenResize=!0,fa.prototype.featuresProgressEvents=!0,fa.prototype.featuresTimeupdateEvents=!0,fa.prototype.featuresNativeTextTracks=fa.supportsNativeTextTracks(),fa.prototype.featuresNativeVideoTracks=fa.supportsNativeVideoTracks(),fa.prototype.featuresNativeAudioTracks=fa.supportsNativeAudioTracks();var ga=fa.TEST_VID&&fa.TEST_VID.constructor.prototype.canPlayType,ya=/^application\/(?:x-|vnd\.apple\.)mpegurl/i;function va(){var e=Re(["\n Using the tech directly can be dangerous. I hope you know what you're doing.\n See https://github.com/videojs/video.js/issues/2617 for more info.\n "]);return va=function(){return e},e}fa.patchCanPlayType=function(){Si>=4&&!wi&&!Ei&&(fa.TEST_VID.constructor.prototype.canPlayType=function(e){return e&&ya.test(e)?"maybe":ga.call(this,e)})},fa.unpatchCanPlayType=function(){var e=fa.TEST_VID.constructor.prototype.canPlayType;return fa.TEST_VID.constructor.prototype.canPlayType=ga,e},fa.patchCanPlayType(),fa.disposeMediaElement=function(e){if(e){for(e.parentNode&&e.parentNode.removeChild(e);e.hasChildNodes();)e.removeChild(e.firstChild);e.removeAttribute("src"),"function"==typeof e.load&&function(){try{e.load()}catch(e){}}()}},fa.resetMediaElement=function(e){if(e){for(var t=e.querySelectorAll("source"),i=t.length;i--;)e.removeChild(t[i]);e.removeAttribute("src"),"function"==typeof e.load&&function(){try{e.load()}catch(e){}}()}},["muted","defaultMuted","autoplay","controls","loop","playsinline"].forEach((function(e){fa.prototype[e]=function(){return this.el_[e]||this.el_.hasAttribute(e)}})),["muted","defaultMuted","autoplay","loop","playsinline"].forEach((function(e){fa.prototype["set"+li(e)]=function(t){this.el_[e]=t,t?this.el_.setAttribute(e,e):this.el_.removeAttribute(e)}})),["paused","currentTime","buffered","volume","poster","preload","error","seeking","seekable","ended","playbackRate","defaultPlaybackRate","played","networkState","readyState","videoWidth","videoHeight"].forEach((function(e){fa.prototype[e]=function(){return this.el_[e]}})),["volume","src","poster","preload","playbackRate","defaultPlaybackRate"].forEach((function(e){fa.prototype["set"+li(e)]=function(t){this.el_[e]=t}})),["pause","load","play"].forEach((function(e){fa.prototype[e]=function(){return this.el_[e]()}})),Cn.withSourceHandlers(fa),fa.nativeSourceHandler={},fa.nativeSourceHandler.canPlayType=function(e){try{return fa.TEST_VID.canPlayType(e)}catch(e){return""}},fa.nativeSourceHandler.canHandleSource=function(e,t){if(e.type)return fa.nativeSourceHandler.canPlayType(e.type);if(e.src){var i=fn(e.src);return fa.nativeSourceHandler.canPlayType("video/"+i)}return""},fa.nativeSourceHandler.handleSource=function(e,t,i){t.setSrc(e.src)},fa.nativeSourceHandler.dispose=function(){},fa.registerSourceHandler(fa.nativeSourceHandler),Cn.registerTech("Html5",fa);var _a=["progress","abort","suspend","emptied","stalled","loadedmetadata","loadeddata","timeupdate","resize","volumechange","texttrackchange"],ba={canplay:"CanPlay",canplaythrough:"CanPlayThrough",playing:"Playing",seeked:"Seeked"},Ta=["tiny","xsmall","small","medium","large","xlarge","huge"],Sa={};Ta.forEach((function(e){var t="x"===e.charAt(0)?"x-"+e.substring(1):e;Sa[e]="vjs-layout-"+t}));var ka={tiny:210,xsmall:320,small:425,medium:768,large:1440,xlarge:2560,huge:1/0},wa=function(e){function t(i,n,r){var a;if(i.id=i.id||n.id||"vjs_video_"+Et(),(n=He(t.getTagSettings(i),n)).initChildren=!1,n.createEl=!1,n.evented=!1,n.reportTouchActivity=!1,!n.language)if("function"==typeof i.closest){var s=i.closest("[lang]");s&&s.getAttribute&&(n.language=s.getAttribute("lang"))}else for(var o=i;o&&1===o.nodeType;){if(ot(o).hasOwnProperty("lang")){n.language=o.getAttribute("lang");break}o=o.parentNode}if((a=e.call(this,null,n,r)||this).log=Ne(a.id_),a.isPosterFromTech_=!1,a.queuedCallbacks_=[],a.isReady_=!1,a.hasStarted_=!1,a.userActive_=!1,!a.options_||!a.options_.techOrder||!a.options_.techOrder.length)throw new Error("No techOrder specified. Did you overwrite videojs.options instead of just changing the properties you want to override?");if(a.tag=i,a.tagAttributes=i&&ot(i),a.language(a.options_.language),n.languages){var u={};Object.getOwnPropertyNames(n.languages).forEach((function(e){u[e.toLowerCase()]=n.languages[e]})),a.languages_=u}else a.languages_=t.prototype.options_.languages;a.cache_={},a.poster_=n.poster||"",a.controls_=!!n.controls,a.cache_.lastVolume=1,i.controls=!1,i.removeAttribute("controls"),i.hasAttribute("autoplay")?a.options_.autoplay=!0:a.autoplay(a.options_.autoplay),a.scrubbing_=!1,a.el_=a.createEl(),a.cache_.lastPlaybackRate=a.defaultPlaybackRate(),si(De(De(a)),{eventBusKey:"el_"}),a.fluid_&&a.on("playerreset",a.updateStyleEl_);var l=ci(a.options_);if(n.plugins){var c=n.plugins;Object.keys(c).forEach((function(e){if("function"!=typeof this[e])throw new Error('plugin "'+e+'" does not exist');this[e](c[e])}),De(De(a)))}a.options_.playerOptions=l,a.middleware_=[],a.initChildren(),a.isAudio("audio"===i.nodeName.toLowerCase()),a.controls()?a.addClass("vjs-controls-enabled"):a.addClass("vjs-controls-disabled"),a.el_.setAttribute("role","region"),a.isAudio()?a.el_.setAttribute("aria-label",a.localize("Audio Player")):a.el_.setAttribute("aria-label",a.localize("Video Player")),a.isAudio()&&a.addClass("vjs-audio"),a.flexNotSupported_()&&a.addClass("vjs-no-flex"),_i||a.addClass("vjs-workinghover"),t.players[a.id_]=De(De(a));var h=Oe.split(".")[0];return a.addClass("vjs-v"+h),a.userActive(!0),a.reportUserActivity(),a.one("play",a.listenForUserActivity_),a.on("fullscreenchange",a.handleFullscreenChange_),a.on("stageclick",a.handleStageClick_),a.breakpoints(a.options_.breakpoints),a.responsive(a.options_.responsive),a.changingSrc_=!1,a.playWaitingForReady_=!1,a.playOnLoadstart_=null,a}Pe(t,e);var i=t.prototype;return i.dispose=function(){this.trigger("dispose"),this.off("dispose"),this.styleEl_&&this.styleEl_.parentNode&&(this.styleEl_.parentNode.removeChild(this.styleEl_),this.styleEl_=null),t.players[this.id_]=null,this.tag&&this.tag.player&&(this.tag.player=null),this.el_&&this.el_.player&&(this.el_.player=null),this.tech_&&(this.tech_.dispose(),this.isPosterFromTech_=!1,this.poster_=""),this.playerElIngest_&&(this.playerElIngest_=null),this.tag&&(this.tag=null),An[this.id()]=null,e.prototype.dispose.call(this)},i.createEl=function(){var t,i=this.tag,n=this.playerElIngest_=i.parentNode&&i.parentNode.hasAttribute&&i.parentNode.hasAttribute("data-vjs-player"),r="video-js"===this.tag.tagName.toLowerCase();n?t=this.el_=i.parentNode:r||(t=this.el_=e.prototype.createEl.call(this,"div"));var a=ot(i);if(r){for(t=this.el_=i,i=this.tag=C().createElement("video");t.children.length;)i.appendChild(t.firstChild);it(t,"video-js")||nt(t,"video-js"),t.appendChild(i),n=this.playerElIngest_=t,Object.keys(t).forEach((function(e){i[e]=t[e]}))}if(i.setAttribute("tabindex","-1"),a.tabindex="-1",Li&&(i.setAttribute("role","application"),a.role="application"),i.removeAttribute("width"),i.removeAttribute("height"),"width"in a&&delete a.width,"height"in a&&delete a.height,Object.getOwnPropertyNames(a).forEach((function(e){r&&"class"===e||t.setAttribute(e,a[e]),r&&i.setAttribute(e,a[e])})),i.playerId=i.id,i.id+="_html5_api",i.className="vjs-tech",i.player=t.player=this,this.addClass("vjs-paused"),!0!==f().VIDEOJS_NO_DYNAMIC_STYLE){this.styleEl_=Xt("vjs-styles-dimensions");var s=St(".vjs-styles-defaults"),o=St("head");o.insertBefore(this.styleEl_,s?s.nextSibling:o.firstChild)}this.fill_=!1,this.fluid_=!1,this.width(this.options_.width),this.height(this.options_.height),this.fill(this.options_.fill),this.fluid(this.options_.fluid),this.aspectRatio(this.options_.aspectRatio);for(var u=i.getElementsByTagName("a"),l=0;l<u.length;l++){var c=u.item(l);nt(c,"vjs-hidden"),c.setAttribute("hidden","hidden")}return i.initNetworkState_=i.networkState,i.parentNode&&!n&&i.parentNode.insertBefore(t,i),tt(i,t),this.children_.unshift(i),this.el_.setAttribute("lang",this.language_),this.el_=t,t},i.width=function(e){return this.dimension("width",e)},i.height=function(e){return this.dimension("height",e)},i.dimension=function(e,t){var i=e+"_";if(void 0===t)return this[i]||0;if(""===t)return this[i]=void 0,void this.updateStyleEl_();var n=parseFloat(t);isNaN(n)?Be.error('Improper value "'+t+'" supplied for for '+e):(this[i]=n,this.updateStyleEl_())},i.fluid=function(e){if(void 0===e)return!!this.fluid_;var t,i;this.fluid_=!!e,Jt(this)&&this.off("playerreset",this.updateStyleEl_),e?(this.addClass("vjs-fluid"),this.fill(!1),Jt(t=function(){this.on("playerreset",this.updateStyleEl_)})?i():(t.eventedCallbacks||(t.eventedCallbacks=[]),t.eventedCallbacks.push(i))):this.removeClass("vjs-fluid"),this.updateStyleEl_()},i.fill=function(e){if(void 0===e)return!!this.fill_;this.fill_=!!e,e?(this.addClass("vjs-fill"),this.fluid(!1)):this.removeClass("vjs-fill")},i.aspectRatio=function(e){if(void 0===e)return this.aspectRatio_;if(!/^\d+\:\d+$/.test(e))throw new Error("Improper value supplied for aspect ratio. The format should be width:height, for example 16:9.");this.aspectRatio_=e,this.fluid(!0),this.updateStyleEl_()},i.updateStyleEl_=function(){if(!0!==f().VIDEOJS_NO_DYNAMIC_STYLE){var e,t,i,n=(void 0!==this.aspectRatio_&&"auto"!==this.aspectRatio_?this.aspectRatio_:this.videoWidth()>0?this.videoWidth()+":"+this.videoHeight():"16:9").split(":"),r=n[1]/n[0];e=void 0!==this.width_?this.width_:void 0!==this.height_?this.height_/r:this.videoWidth()||300,t=void 0!==this.height_?this.height_:e*r,i=/^[^a-zA-Z]/.test(this.id())?"dimensions-"+this.id():this.id()+"-dimensions",this.addClass(i),Yt(this.styleEl_,"\n ."+i+" {\n width: "+e+"px;\n height: "+t+"px;\n }\n\n ."+i+".vjs-fluid {\n padding-top: "+100*r+"%;\n }\n ")}else{var a="number"==typeof this.width_?this.width_:this.options_.width,s="number"==typeof this.height_?this.height_:this.options_.height,o=this.tech_&&this.tech_.el();o&&(a>=0&&(o.width=a),s>=0&&(o.height=s))}},i.loadTech_=function(e,t){var i=this;this.tech_&&this.unloadTech_();var n=li(e),r=e.charAt(0).toLowerCase()+e.slice(1);"Html5"!==n&&this.tag&&(Cn.getTech("Html5").disposeMediaElement(this.tag),this.tag.player=null,this.tag=null),this.techName_=n,this.isReady_=!1;var a={source:t,autoplay:"string"!=typeof this.autoplay()&&this.autoplay(),nativeControlsForTouch:this.options_.nativeControlsForTouch,playerId:this.id(),techId:this.id()+"_"+r+"_api",playsinline:this.options_.playsinline,preload:this.options_.preload,loop:this.options_.loop,muted:this.options_.muted,poster:this.poster(),language:this.language(),playerElIngest:this.playerElIngest_||!1,"vtt.js":this.options_["vtt.js"],canOverridePoster:!!this.options_.techCanOverridePoster,enableSourceset:this.options_.enableSourceset};wn.names.forEach((function(e){var t=wn[e];a[t.getterName]=i[t.privateName]})),He(a,this.options_[n]),He(a,this.options_[r]),He(a,this.options_[e.toLowerCase()]),this.tag&&(a.tag=this.tag),t&&t.src===this.cache_.src&&this.cache_.currentTime>0&&(a.startTime=this.cache_.currentTime);var s=Cn.getTech(e);if(!s)throw new Error("No Tech named '"+n+"' exists! '"+n+"' should be registered using videojs.registerTech()'");this.tech_=new s(a),this.tech_.ready($t(this,this.handleTechReady_),!0),$i(this.textTracksJson_||[],this.tech_),_a.forEach((function(e){i.on(i.tech_,e,i["handleTech"+li(e)+"_"])})),Object.keys(ba).forEach((function(e){i.on(i.tech_,e,(function(t){0===i.tech_.playbackRate()&&i.tech_.seeking()?i.queuedCallbacks_.push({callback:i["handleTech"+ba[e]+"_"].bind(i),event:t}):i["handleTech"+ba[e]+"_"](t)}))})),this.on(this.tech_,"loadstart",this.handleTechLoadStart_),this.on(this.tech_,"sourceset",this.handleTechSourceset_),this.on(this.tech_,"waiting",this.handleTechWaiting_),this.on(this.tech_,"ended",this.handleTechEnded_),this.on(this.tech_,"seeking",this.handleTechSeeking_),this.on(this.tech_,"play",this.handleTechPlay_),this.on(this.tech_,"firstplay",this.handleTechFirstPlay_),this.on(this.tech_,"pause",this.handleTechPause_),this.on(this.tech_,"durationchange",this.handleTechDurationChange_),this.on(this.tech_,"fullscreenchange",this.handleTechFullscreenChange_),this.on(this.tech_,"error",this.handleTechError_),this.on(this.tech_,"loadedmetadata",this.updateStyleEl_),this.on(this.tech_,"posterchange",this.handleTechPosterChange_),this.on(this.tech_,"textdata",this.handleTechTextData_),this.on(this.tech_,"ratechange",this.handleTechRateChange_),this.usingNativeControls(this.techGet_("controls")),this.controls()&&!this.usingNativeControls()&&this.addTechControlsListeners_(),this.tech_.el().parentNode===this.el()||"Html5"===n&&this.tag||tt(this.tech_.el(),this.el()),this.tag&&(this.tag.player=null,this.tag=null)},i.unloadTech_=function(){var e=this;wn.names.forEach((function(t){var i=wn[t];e[i.privateName]=e[i.getterName]()})),this.textTracksJson_=Yi(this.tech_),this.isReady_=!1,this.tech_.dispose(),this.tech_=!1,this.isPosterFromTech_&&(this.poster_="",this.trigger("posterchange")),this.isPosterFromTech_=!1},i.tech=function(e){return void 0===e&&Be.warn(u()(va())),this.tech_},i.addTechControlsListeners_=function(){this.removeTechControlsListeners_(),this.on(this.tech_,"mousedown",this.handleTechClick_),this.on(this.tech_,"dblclick",this.handleTechDoubleClick_),this.on(this.tech_,"touchstart",this.handleTechTouchStart_),this.on(this.tech_,"touchmove",this.handleTechTouchMove_),this.on(this.tech_,"touchend",this.handleTechTouchEnd_),this.on(this.tech_,"tap",this.handleTechTap_)},i.removeTechControlsListeners_=function(){this.off(this.tech_,"tap",this.handleTechTap_),this.off(this.tech_,"touchstart",this.handleTechTouchStart_),this.off(this.tech_,"touchmove",this.handleTechTouchMove_),this.off(this.tech_,"touchend",this.handleTechTouchEnd_),this.off(this.tech_,"mousedown",this.handleTechClick_),this.off(this.tech_,"dblclick",this.handleTechDoubleClick_)},i.handleTechReady_=function(){this.triggerReady(),this.cache_.volume&&this.techCall_("setVolume",this.cache_.volume),this.handleTechPosterChange_(),this.handleTechDurationChange_()},i.handleTechLoadStart_=function(){this.removeClass("vjs-ended"),this.removeClass("vjs-seeking"),this.error(null),this.handleTechDurationChange_(),this.paused()?(this.hasStarted(!1),this.trigger("loadstart")):(this.trigger("loadstart"),this.trigger("firstplay")),this.manualAutoplay_(this.autoplay())},i.manualAutoplay_=function(e){var t=this;if(this.tech_&&"string"==typeof e){var i,n=function(){var e=t.muted();t.muted(!0);var i=t.play();if(i&&i.then&&i.catch)return i.catch((function(i){t.muted(e)}))};if("any"===e?(i=this.play())&&i.then&&i.catch&&i.catch((function(){return n()})):i="muted"===e?n():this.play(),i&&i.then&&i.catch)return i.then((function(){t.trigger({type:"autoplay-success",autoplay:e})})).catch((function(i){t.trigger({type:"autoplay-failure",autoplay:e})}))}},i.updateSourceCaches_=function(e){void 0===e&&(e="");var t=e,i="";"string"!=typeof t&&(t=e.src,i=e.type),this.cache_.source=this.cache_.source||{},this.cache_.sources=this.cache_.sources||[],t&&!i&&(i=function(e,t){if(!t)return"";if(e.cache_.source.src===t&&e.cache_.source.type)return e.cache_.source.type;var i=e.cache_.sources.filter((function(e){return e.src===t}));if(i.length)return i[0].type;for(var n=e.$$("source"),r=0;r<n.length;r++){var a=n[r];if(a.type&&a.src&&a.src===t)return a.type}return Bn(t)}(this,t)),this.cache_.source=ci({},e,{src:t,type:i});for(var n=this.cache_.sources.filter((function(e){return e.src&&e.src===t})),r=[],a=this.$$("source"),s=[],o=0;o<a.length;o++){var u=ot(a[o]);r.push(u),u.src&&u.src===t&&s.push(u.src)}s.length&&!n.length?this.cache_.sources=r:n.length||(this.cache_.sources=[this.cache_.source]),this.cache_.src=t},i.handleTechSourceset_=function(e){var t=this;if(!this.changingSrc_){var i=function(e){return t.updateSourceCaches_(e)},n=this.currentSource().src,r=e.src;if(n&&!/^blob:/.test(n)&&/^blob:/.test(r)&&(!this.lastSource_||this.lastSource_.tech!==r&&this.lastSource_.player!==n)&&(i=function(){}),i(r),!e.src){this.tech_.one(["sourceset","loadstart"],(function e(i){if("sourceset"!==i.type){var n=t.techGet("currentSrc");t.lastSource_.tech=n,t.updateSourceCaches_(n)}t.tech_.off(["sourceset","loadstart"],e)}))}}this.lastSource_={player:this.currentSource().src,tech:e.src},this.trigger({src:e.src,type:"sourceset"})},i.hasStarted=function(e){if(void 0===e)return this.hasStarted_;e!==this.hasStarted_&&(this.hasStarted_=e,this.hasStarted_?(this.addClass("vjs-has-started"),this.trigger("firstplay")):this.removeClass("vjs-has-started"))},i.handleTechPlay_=function(){this.removeClass("vjs-ended"),this.removeClass("vjs-paused"),this.addClass("vjs-playing"),this.hasStarted(!0),this.trigger("play")},i.handleTechRateChange_=function(){this.tech_.playbackRate()>0&&0===this.cache_.lastPlaybackRate&&(this.queuedCallbacks_.forEach((function(e){return e.callback(e.event)})),this.queuedCallbacks_=[]),this.cache_.lastPlaybackRate=this.tech_.playbackRate(),this.trigger("ratechange")},i.handleTechWaiting_=function(){var e=this;this.addClass("vjs-waiting"),this.trigger("waiting");var t=this.currentTime();this.on("timeupdate",(function i(){t!==e.currentTime()&&(e.removeClass("vjs-waiting"),e.off("timeupdate",i))}))},i.handleTechCanPlay_=function(){this.removeClass("vjs-waiting"),this.trigger("canplay")},i.handleTechCanPlayThrough_=function(){this.removeClass("vjs-waiting"),this.trigger("canplaythrough")},i.handleTechPlaying_=function(){this.removeClass("vjs-waiting"),this.trigger("playing")},i.handleTechSeeking_=function(){this.addClass("vjs-seeking"),this.trigger("seeking")},i.handleTechSeeked_=function(){this.removeClass("vjs-seeking"),this.trigger("seeked")},i.handleTechFirstPlay_=function(){this.options_.starttime&&(Be.warn("Passing the `starttime` option to the player will be deprecated in 6.0"),this.currentTime(this.options_.starttime)),this.addClass("vjs-has-started"),this.trigger("firstplay")},i.handleTechPause_=function(){this.removeClass("vjs-playing"),this.addClass("vjs-paused"),this.trigger("pause")},i.handleTechEnded_=function(){this.addClass("vjs-ended"),this.options_.loop?(this.currentTime(0),this.play()):this.paused()||this.pause(),this.trigger("ended")},i.handleTechDurationChange_=function(){this.duration(this.techGet_("duration"))},i.handleTechClick_=function(e){Tt(e)&&this.controls_&&(this.paused()?Gi(this.play()):this.pause())},i.handleTechDoubleClick_=function(e){this.controls_&&(Array.prototype.some.call(this.$$(".vjs-control-bar, .vjs-modal-dialog"),(function(t){return t.contains(e.target)}))||(this.isFullscreen()?this.exitFullscreen():this.requestFullscreen()))},i.handleTechTap_=function(){this.userActive(!this.userActive())},i.handleTechTouchStart_=function(){this.userWasActive=this.userActive()},i.handleTechTouchMove_=function(){this.userWasActive&&this.reportUserActivity()},i.handleTechTouchEnd_=function(e){e.preventDefault()},i.handleFullscreenChange_=function(){this.isFullscreen()?this.addClass("vjs-fullscreen"):this.removeClass("vjs-fullscreen")},i.handleStageClick_=function(){this.reportUserActivity()},i.handleTechFullscreenChange_=function(e,t){t&&this.isFullscreen(t.isFullscreen),this.trigger("fullscreenchange")},i.handleTechError_=function(){var e=this.tech_.error();this.error(e)},i.handleTechTextData_=function(){var e=null;arguments.length>1&&(e=arguments[1]),this.trigger("textdata",e)},i.getCache=function(){return this.cache_},i.techCall_=function(e,t){this.ready((function(){if(e in Un)return function(e,t,i,n){return t[i](e.reduce(Dn(i),n))}(this.middleware_,this.tech_,e,t);if(e in In)return Pn(this.middleware_,this.tech_,e,t);try{this.tech_&&this.tech_[e](t)}catch(e){throw Be(e),e}}),!0)},i.techGet_=function(e){if(this.tech_&&this.tech_.isReady_){if(e in xn)return function(e,t,i){return e.reduceRight(Dn(i),t[i]())}(this.middleware_,this.tech_,e);if(e in In)return Pn(this.middleware_,this.tech_,e);try{return this.tech_[e]()}catch(t){if(void 0===this.tech_[e])throw Be("Video.js: "+e+" method not defined for "+this.techName_+" playback technology.",t),t;if("TypeError"===t.name)throw Be("Video.js: "+e+" unavailable on "+this.techName_+" playback technology element.",t),this.tech_.isReady_=!1,t;throw Be(t),t}}},i.play=function(){var e=this,t=this.options_.Promise||f().Promise;return t?new t((function(t){e.play_(t)})):this.play_()},i.play_=function(e){var t=this;if(void 0===e&&(e=Gi),this.playOnLoadstart_&&this.off("loadstart",this.playOnLoadstart_),this.isReady_){if(!this.changingSrc_&&(this.src()||this.currentSrc()))return void e(this.techGet_("play"));this.playOnLoadstart_=function(){t.playOnLoadstart_=null,e(t.play())},this.one("loadstart",this.playOnLoadstart_)}else{if(this.playWaitingForReady_)return;this.playWaitingForReady_=!0,this.ready((function(){t.playWaitingForReady_=!1,e(t.play())}))}},i.pause=function(){this.techCall_("pause")},i.paused=function(){return!1!==this.techGet_("paused")},i.played=function(){return this.techGet_("played")||Ri(0,0)},i.scrubbing=function(e){if(void 0===e)return this.scrubbing_;this.scrubbing_=!!e,e?this.addClass("vjs-scrubbing"):this.removeClass("vjs-scrubbing")},i.currentTime=function(e){return void 0!==e?(e<0&&(e=0),void this.techCall_("setCurrentTime",e)):(this.cache_.currentTime=this.techGet_("currentTime")||0,this.cache_.currentTime)},i.duration=function(e){if(void 0===e)return void 0!==this.cache_.duration?this.cache_.duration:NaN;(e=parseFloat(e))<0&&(e=1/0),e!==this.cache_.duration&&(this.cache_.duration=e,e===1/0?(this.addClass("vjs-live"),this.options_.liveui&&this.player_.liveTracker&&this.addClass("vjs-liveui")):(this.removeClass("vjs-live"),this.removeClass("vjs-liveui")),isNaN(e)||this.trigger("durationchange"))},i.remainingTime=function(){return this.duration()-this.currentTime()},i.remainingTimeDisplay=function(){return Math.floor(this.duration())-Math.floor(this.currentTime())},i.buffered=function(){var e=this.techGet_("buffered");return e&&e.length||(e=Ri(0,0)),e},i.bufferedPercent=function(){return Mi(this.buffered(),this.duration())},i.bufferedEnd=function(){var e=this.buffered(),t=this.duration(),i=e.end(e.length-1);return i>t&&(i=t),i},i.volume=function(e){var t;return void 0!==e?(t=Math.max(0,Math.min(1,parseFloat(e))),this.cache_.volume=t,this.techCall_("setVolume",t),void(t>0&&this.lastVolume_(t))):(t=parseFloat(this.techGet_("volume")),isNaN(t)?1:t)},i.muted=function(e){if(void 0===e)return this.techGet_("muted")||!1;this.techCall_("setMuted",e)},i.defaultMuted=function(e){return void 0!==e?this.techCall_("setDefaultMuted",e):this.techGet_("defaultMuted")||!1},i.lastVolume_=function(e){if(void 0===e||0===e)return this.cache_.lastVolume;this.cache_.lastVolume=e},i.supportsFullScreen=function(){return this.techGet_("supportsFullScreen")||!1},i.isFullscreen=function(e){if(void 0===e)return!!this.isFullscreen_;this.isFullscreen_=!!e},i.requestFullscreen=function(){var e=Ni;this.isFullscreen(!0),e.requestFullscreen?(Bt(C(),e.fullscreenchange,$t(this,(function t(i){this.isFullscreen(C()[e.fullscreenElement]),!1===this.isFullscreen()&&Nt(C(),e.fullscreenchange,t),this.trigger("fullscreenchange")}))),this.el_[e.requestFullscreen]()):this.tech_.supportsFullScreen()?this.techCall_("enterFullScreen"):(this.enterFullWindow(),this.trigger("fullscreenchange"))},i.exitFullscreen=function(){var e=Ni;this.isFullscreen(!1),e.requestFullscreen?C()[e.exitFullscreen]():this.tech_.supportsFullScreen()?this.techCall_("exitFullScreen"):(this.exitFullWindow(),this.trigger("fullscreenchange"))},i.enterFullWindow=function(){this.isFullWindow=!0,this.docOrigOverflow=C().documentElement.style.overflow,Bt(C(),"keydown",$t(this,this.fullWindowOnEscKey)),C().documentElement.style.overflow="hidden",nt(C().body,"vjs-full-window"),this.trigger("enterFullWindow")},i.fullWindowOnEscKey=function(e){27===e.keyCode&&(!0===this.isFullscreen()?this.exitFullscreen():this.exitFullWindow())},i.exitFullWindow=function(){this.isFullWindow=!1,Nt(C(),"keydown",this.fullWindowOnEscKey),C().documentElement.style.overflow=this.docOrigOverflow,rt(C().body,"vjs-full-window"),this.trigger("exitFullWindow")},i.canPlayType=function(e){for(var t,i=0,n=this.options_.techOrder;i<n.length;i++){var r=n[i],a=Cn.getTech(r);if(a||(a=hi.getComponent(r)),a){if(a.isSupported()&&(t=a.canPlayType(e)))return t}else Be.error('The "'+r+'" tech is undefined. Skipped browser support check for that tech.')}return""},i.selectSource=function(e){var t=this,i=this.options_.techOrder.map((function(e){return[e,Cn.getTech(e)]})).filter((function(e){var t=e[0],i=e[1];return i?i.isSupported():(Be.error('The "'+t+'" tech is undefined. Skipped browser support check for that tech.'),!1)})),n=function(e,t,i){var n;return e.some((function(e){return t.some((function(t){if(n=i(e,t))return!0}))})),n},r=function(e,i){var n=e[0];if(e[1].canPlaySource(i,t.options_[n.toLowerCase()]))return{source:i,tech:n}};return(this.options_.sourceOrder?n(e,i,function(e){return function(t,i){return e(i,t)}}(r)):n(i,e,r))||!1},i.src=function(e){var t=this;if(void 0===e)return this.cache_.src||"";var i=Nn(e);i.length?(this.changingSrc_=!0,this.cache_.sources=i,this.updateSourceCaches_(i[0]),On(this,i[0],(function(e,n){var r,a;if(t.middleware_=n,t.cache_.sources=i,t.updateSourceCaches_(e),t.src_(e))return i.length>1?t.src(i.slice(1)):(t.changingSrc_=!1,t.setTimeout((function(){this.error({code:4,message:this.localize(this.options_.notSupportedMessage)})}),0),void t.triggerReady());r=n,a=t.tech_,r.forEach((function(e){return e.setTech&&e.setTech(a)}))}))):this.setTimeout((function(){this.error({code:4,message:this.localize(this.options_.notSupportedMessage)})}),0)},i.src_=function(e){var t,i,n=this,r=this.selectSource([e]);return!r||(t=r.tech,i=this.techName_,li(t)!==li(i)?(this.changingSrc_=!0,this.loadTech_(r.tech,r.source),this.tech_.ready((function(){n.changingSrc_=!1})),!1):(this.ready((function(){this.tech_.constructor.prototype.hasOwnProperty("setSource")?this.techCall_("setSource",e):this.techCall_("src",e.src),this.changingSrc_=!1}),!0),!1))},i.load=function(){this.techCall_("load")},i.reset=function(){this.tech_&&this.tech_.clearTracks("text"),this.loadTech_(this.options_.techOrder[0],null),this.techCall_("reset"),Jt(this)&&this.trigger("playerreset")},i.currentSources=function(){var e=this.currentSource(),t=[];return 0!==Object.keys(e).length&&t.push(e),this.cache_.sources||t},i.currentSource=function(){return this.cache_.source||{}},i.currentSrc=function(){return this.currentSource()&&this.currentSource().src||""},i.currentType=function(){return this.currentSource()&&this.currentSource().type||""},i.preload=function(e){return void 0!==e?(this.techCall_("setPreload",e),void(this.options_.preload=e)):this.techGet_("preload")},i.autoplay=function(e){if(void 0===e)return this.options_.autoplay||!1;var t;"string"==typeof e&&/(any|play|muted)/.test(e)?(this.options_.autoplay=e,this.manualAutoplay_(e),t=!1):this.options_.autoplay=!!e,t=t||this.options_.autoplay,this.tech_&&this.techCall_("setAutoplay",t)},i.playsinline=function(e){return void 0!==e?(this.techCall_("setPlaysinline",e),this.options_.playsinline=e,this):this.techGet_("playsinline")},i.loop=function(e){return void 0!==e?(this.techCall_("setLoop",e),void(this.options_.loop=e)):this.techGet_("loop")},i.poster=function(e){if(void 0===e)return this.poster_;e||(e=""),e!==this.poster_&&(this.poster_=e,this.techCall_("setPoster",e),this.isPosterFromTech_=!1,this.trigger("posterchange"))},i.handleTechPosterChange_=function(){if((!this.poster_||this.options_.techCanOverridePoster)&&this.tech_&&this.tech_.poster){var e=this.tech_.poster()||"";e!==this.poster_&&(this.poster_=e,this.isPosterFromTech_=!0,this.trigger("posterchange"))}},i.controls=function(e){if(void 0===e)return!!this.controls_;e=!!e,this.controls_!==e&&(this.controls_=e,this.usingNativeControls()&&this.techCall_("setControls",e),this.controls_?(this.removeClass("vjs-controls-disabled"),this.addClass("vjs-controls-enabled"),this.trigger("controlsenabled"),this.usingNativeControls()||this.addTechControlsListeners_()):(this.removeClass("vjs-controls-enabled"),this.addClass("vjs-controls-disabled"),this.trigger("controlsdisabled"),this.usingNativeControls()||this.removeTechControlsListeners_()))},i.usingNativeControls=function(e){if(void 0===e)return!!this.usingNativeControls_;e=!!e,this.usingNativeControls_!==e&&(this.usingNativeControls_=e,this.usingNativeControls_?(this.addClass("vjs-using-native-controls"),this.trigger("usingnativecontrols")):(this.removeClass("vjs-using-native-controls"),this.trigger("usingcustomcontrols")))},i.error=function(e){return void 0===e?this.error_||null:null===e?(this.error_=e,this.removeClass("vjs-error"),void(this.errorDisplay&&this.errorDisplay.close())):(this.error_=new qi(e),this.addClass("vjs-error"),Be.error("(CODE:"+this.error_.code+" "+qi.errorTypes[this.error_.code]+")",this.error_.message,this.error_),void this.trigger("error"))},i.reportUserActivity=function(e){this.userActivity_=!0},i.userActive=function(e){if(void 0===e)return this.userActive_;if((e=!!e)!==this.userActive_){if(this.userActive_=e,this.userActive_)return this.userActivity_=!0,this.removeClass("vjs-user-inactive"),this.addClass("vjs-user-active"),void this.trigger("useractive");this.tech_&&this.tech_.one("mousemove",(function(e){e.stopPropagation(),e.preventDefault()})),this.userActivity_=!1,this.removeClass("vjs-user-active"),this.addClass("vjs-user-inactive"),this.trigger("userinactive")}},i.listenForUserActivity_=function(){var e,t,i,n,r=$t(this,this.reportUserActivity);this.on("mousedown",(function(){r(),this.clearInterval(e),e=this.setInterval(r,250)})),this.on("mousemove",(function(e){e.screenX===t&&e.screenY===i||(t=e.screenX,i=e.screenY,r())})),this.on("mouseup",(function(t){r(),this.clearInterval(e)})),this.on("keydown",r),this.on("keyup",r),this.setInterval((function(){if(this.userActivity_){this.userActivity_=!1,this.userActive(!0),this.clearTimeout(n);var e=this.options_.inactivityTimeout;e<=0||(n=this.setTimeout((function(){this.userActivity_||this.userActive(!1)}),e))}}),250)},i.playbackRate=function(e){if(void 0===e)return this.tech_&&this.tech_.featuresPlaybackRate?this.cache_.lastPlaybackRate||this.techGet_("playbackRate"):1;this.techCall_("setPlaybackRate",e)},i.defaultPlaybackRate=function(e){return void 0!==e?this.techCall_("setDefaultPlaybackRate",e):this.tech_&&this.tech_.featuresPlaybackRate?this.techGet_("defaultPlaybackRate"):1},i.isAudio=function(e){if(void 0===e)return!!this.isAudio_;this.isAudio_=!!e},i.addTextTrack=function(e,t,i){if(this.tech_)return this.tech_.addTextTrack(e,t,i)},i.addRemoteTextTrack=function(e,t){if(this.tech_)return this.tech_.addRemoteTextTrack(e,t)},i.removeRemoteTextTrack=function(e){void 0===e&&(e={});var t=e.track;if(t||(t=e),this.tech_)return this.tech_.removeRemoteTextTrack(t)},i.getVideoPlaybackQuality=function(){return this.techGet_("getVideoPlaybackQuality")},i.videoWidth=function(){return this.tech_&&this.tech_.videoWidth&&this.tech_.videoWidth()||0},i.videoHeight=function(){return this.tech_&&this.tech_.videoHeight&&this.tech_.videoHeight()||0},i.language=function(e){if(void 0===e)return this.language_;this.language_=String(e).toLowerCase()},i.languages=function(){return ci(t.prototype.options_.languages,this.languages_)},i.toJSON=function(){var e=ci(this.options_),t=e.tracks;e.tracks=[];for(var i=0;i<t.length;i++){var n=t[i];(n=ci(n)).player=void 0,e.tracks[i]=n}return e},i.createModal=function(e,t){var i=this;(t=t||{}).content=e||"";var n=new Ki(this,t);return this.addChild(n),n.on("dispose",(function(){i.removeChild(n)})),n.open(),n},i.updateCurrentBreakpoint_=function(){if(this.responsive())for(var e=this.currentBreakpoint(),t=this.currentWidth(),i=0;i<Ta.length;i++){var n=Ta[i];if(t<=this.breakpoints_[n]){if(e===n)return;e&&this.removeClass(Sa[e]),this.addClass(Sa[n]),this.breakpoint_=n;break}}},i.removeCurrentBreakpoint_=function(){var e=this.currentBreakpointClass();this.breakpoint_="",e&&this.removeClass(e)},i.breakpoints=function(e){return void 0===e||(this.breakpoint_="",this.breakpoints_=He({},ka,e),this.updateCurrentBreakpoint_()),He(this.breakpoints_)},i.responsive=function(e){return void 0===e?this.responsive_:(e=Boolean(e))!==this.responsive_?(this.responsive_=e,e?(this.on("playerresize",this.updateCurrentBreakpoint_),this.updateCurrentBreakpoint_()):(this.off("playerresize",this.updateCurrentBreakpoint_),this.removeCurrentBreakpoint_()),e):void 0},i.currentBreakpoint=function(){return this.breakpoint_},i.currentBreakpointClass=function(){return Sa[this.breakpoint_]||""},t.getTagSettings=function(e){var t={sources:[],tracks:[]},i=ot(e),n=i["data-setup"];if(it(e,"vjs-fill")&&(i.fill=!0),it(e,"vjs-fluid")&&(i.fluid=!0),null!==n){var a=r()(n||"{}"),s=a[0],o=a[1];s&&Be.error(s),He(i,o)}if(He(t,i),e.hasChildNodes())for(var u=e.childNodes,l=0,c=u.length;l<c;l++){var h=u[l],d=h.nodeName.toLowerCase();"source"===d?t.sources.push(ot(h)):"track"===d&&t.tracks.push(ot(h))}return t},i.flexNotSupported_=function(){var e=C().createElement("i");return!("flexBasis"in e.style||"webkitFlexBasis"in e.style||"mozFlexBasis"in e.style||"msFlexBasis"in e.style||"msFlexOrder"in e.style)},t}(hi);wn.names.forEach((function(e){var t=wn[e];wa.prototype[t.getterName]=function(){return this.tech_?this.tech_[t.getterName]():(this[t.privateName]=this[t.privateName]||new t.ListClass,this[t.privateName])}})),wa.players={};var Ca=f().navigator;wa.prototype.options_={techOrder:Cn.defaultTechOrder_,html5:{},flash:{},inactivityTimeout:2e3,playbackRates:[],liveui:!1,children:["mediaLoader","posterImage","textTrackDisplay","loadingSpinner","bigPlayButton","liveTracker","controlBar","errorDisplay","textTrackSettings","resizeManager"],language:Ca&&(Ca.languages&&Ca.languages[0]||Ca.userLanguage||Ca.language)||"en",languages:{},notSupportedMessage:"No compatible source was found for this media.",breakpoints:{},responsive:!1},["ended","seeking","seekable","networkState","readyState"].forEach((function(e){wa.prototype[e]=function(){return this.techGet_(e)}})),_a.forEach((function(e){wa.prototype["handleTech"+li(e)+"_"]=function(){return this.trigger(e)}})),hi.registerComponent("Player",wa);var Ea="plugin",Aa={},La=function(e){return Aa.hasOwnProperty(e)},Oa=function(e){return La(e)?Aa[e]:void 0},Pa=function(e,t){e.activePlugins_=e.activePlugins_||{},e.activePlugins_[t]=!0},xa=function(e,t,i){var n=(i?"before":"")+"pluginsetup";e.trigger(n,t),e.trigger(n+":"+t.name,t)},Ua=function(e,t){return t.prototype.name=e,function(){xa(this,{name:e,plugin:t,instance:null},!0);for(var i=arguments.length,n=new Array(i),r=0;r<i;r++)n[r]=arguments[r];var a=Ie(t,[this].concat(n));return this[e]=function(){return a},xa(this,a.getEventHash()),a}},Ia=function(){function e(t){if(this.constructor===e)throw new Error("Plugin must be sub-classed; not directly instantiated.");this.player=t,si(this),delete this.trigger,ui(this,this.constructor.defaultState),Pa(t,this.name),this.dispose=$t(this,this.dispose),t.on("dispose",this.dispose)}var t=e.prototype;return t.version=function(){return this.constructor.VERSION},t.getEventHash=function(e){return void 0===e&&(e={}),e.name=this.name,e.plugin=this.constructor,e.instance=this,e},t.trigger=function(e,t){return void 0===t&&(t={}),jt(this.eventBusEl_,e,this.getEventHash(t))},t.handleStateChanged=function(e){},t.dispose=function(){var e=this.name,t=this.player;this.trigger("dispose"),this.off(),t.off("dispose",this.dispose),t.activePlugins_[e]=!1,this.player=this.state=null,t[e]=Ua(e,Aa[e])},e.isBasic=function(t){var i="string"==typeof t?Oa(t):t;return"function"==typeof i&&!e.prototype.isPrototypeOf(i.prototype)},e.registerPlugin=function(t,i){if("string"!=typeof t)throw new Error('Illegal plugin name, "'+t+'", must be a string, was '+typeof t+".");if(La(t))Be.warn('A plugin named "'+t+'" already exists. You may want to avoid re-registering plugins!');else if(wa.prototype.hasOwnProperty(t))throw new Error('Illegal plugin name, "'+t+'", cannot share a name with an existing player method!');if("function"!=typeof i)throw new Error('Illegal plugin for "'+t+'", must be a function, was '+typeof i+".");return Aa[t]=i,t!==Ea&&(e.isBasic(i)?wa.prototype[t]=function(e,t){var i=function(){xa(this,{name:e,plugin:t,instance:null},!0);var i=t.apply(this,arguments);return Pa(this,e),xa(this,{name:e,plugin:t,instance:i}),i};return Object.keys(t).forEach((function(e){i[e]=t[e]})),i}(t,i):wa.prototype[t]=Ua(t,i)),i},e.deregisterPlugin=function(e){if(e===Ea)throw new Error("Cannot de-register base plugin.");La(e)&&(delete Aa[e],delete wa.prototype[e])},e.getPlugins=function(e){var t;return void 0===e&&(e=Object.keys(Aa)),e.forEach((function(e){var i=Oa(e);i&&((t=t||{})[e]=i)})),t},e.getPluginVersion=function(e){var t=Oa(e);return t&&t.VERSION||""},e}();Ia.getPlugin=Oa,Ia.BASE_PLUGIN_NAME=Ea,Ia.registerPlugin(Ea,Ia),wa.prototype.usingPlugin=function(e){return!!this.activePlugins_&&!0===this.activePlugins_[e]},wa.prototype.hasPlugin=function(e){return!!La(e)};var Da=function(e){return 0===e.indexOf("#")?e.slice(1):e};function Ra(e,t,i){var n=Ra.getPlayer(e);if(n)return t&&Be.warn('Player "'+e+'" is already initialised. Options will not be applied.'),i&&n.ready(i),n;var r="string"==typeof e?St("#"+Da(e)):e;if(!Ke(r))throw new TypeError("The element or ID supplied is not valid. (videojs)");C().body.contains(r)||Be.warn("The element supplied is not included in the DOM"),t=t||{},Ra.hooks("beforesetup").forEach((function(e){var i=e(r,ci(t));qe(i)&&!Array.isArray(i)?t=ci(t,i):Be.error("please return an object in beforesetup hooks")}));var a=hi.getComponent("Player");return n=new a(r,t,i),Ra.hooks("setup").forEach((function(e){return e(n)})),n}if(Ra.hooks_={},Ra.hooks=function(e,t){return Ra.hooks_[e]=Ra.hooks_[e]||[],t&&(Ra.hooks_[e]=Ra.hooks_[e].concat(t)),Ra.hooks_[e]},Ra.hook=function(e,t){Ra.hooks(e,t)},Ra.hookOnce=function(e,t){Ra.hooks(e,[].concat(t).map((function(t){return function i(){return Ra.removeHook(e,i),t.apply(void 0,arguments)}})))},Ra.removeHook=function(e,t){var i=Ra.hooks(e).indexOf(t);return!(i<=-1)&&(Ra.hooks_[e]=Ra.hooks_[e].slice(),Ra.hooks_[e].splice(i,1),!0)},!0!==f().VIDEOJS_NO_DYNAMIC_STYLE&&$e()){var Ma=St(".vjs-styles-defaults");if(!Ma){Ma=Xt("vjs-styles-defaults");var Ba=St("head");Ba&&Ba.insertBefore(Ma,Ba.firstChild),Yt(Ma,"\n .video-js {\n width: 300px;\n height: 150px;\n }\n\n .vjs-fluid {\n padding-top: 56.25%\n }\n ")}}Wt(1,Ra),Ra.VERSION=Oe,Ra.options=wa.prototype.options_,Ra.getPlayers=function(){return wa.players},Ra.getPlayer=function(e){var t,i=wa.players;if("string"==typeof e){var n=Da(e),r=i[n];if(r)return r;t=St("#"+n)}else t=e;if(Ke(t)){var a=t,s=a.player,o=a.playerId;if(s||i[o])return s||i[o]}},Ra.getAllPlayers=function(){return Object.keys(wa.players).map((function(e){return wa.players[e]})).filter(Boolean)},Ra.players=wa.players,Ra.getComponent=hi.getComponent,Ra.registerComponent=function(e,t){Cn.isTech(t)&&Be.warn("The "+e+" tech was registered as a component. It should instead be registered using videojs.registerTech(name, tech)"),hi.registerComponent.call(hi,e,t)},Ra.getTech=Cn.getTech,Ra.registerTech=Cn.registerTech,Ra.use=function(e,t){En[e]=En[e]||[],En[e].push(t)},Object.defineProperty(Ra,"middleware",{value:{},writeable:!1,enumerable:!0}),Object.defineProperty(Ra.middleware,"TERMINATOR",{value:Ln,writeable:!1,enumerable:!0}),Ra.browser=Ui,Ra.TOUCH_ENABLED=xi,Ra.extend=function(e,t){void 0===t&&(t={});var i=function(){e.apply(this,arguments)},n={};for(var r in"object"==typeof t?(t.constructor!==Object.prototype.constructor&&(i=t.constructor),n=t):"function"==typeof t&&(i=t),function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(e.super_=t)}(i,e),n)n.hasOwnProperty(r)&&(i.prototype[r]=n[r]);return i},Ra.mergeOptions=ci,Ra.bind=$t,Ra.registerPlugin=Ia.registerPlugin,Ra.deregisterPlugin=Ia.deregisterPlugin,Ra.plugin=function(e,t){return Be.warn("videojs.plugin() is deprecated; use videojs.registerPlugin() instead"),Ia.registerPlugin(e,t)},Ra.getPlugins=Ia.getPlugins,Ra.getPlugin=Ia.getPlugin,Ra.getPluginVersion=Ia.getPluginVersion,Ra.addLanguage=function(e,t){var i;return e=(""+e).toLowerCase(),Ra.options.languages=ci(Ra.options.languages,((i={})[e]=t,i)),Ra.options.languages[e]},Ra.log=Be,Ra.createLogger=Ne,Ra.createTimeRange=Ra.createTimeRanges=Ri,Ra.formatTime=er,Ra.setFormatTime=function(e){Zn=e},Ra.resetFormatTime=function(){Zn=Jn},Ra.parseUrl=dn,Ra.isCrossOrigin=mn,Ra.EventTarget=Qt,Ra.on=Bt,Ra.one=Ft,Ra.off=Nt,Ra.trigger=jt,Ra.xhr=c(),Ra.TextTrack=vn,Ra.AudioTrack=_n,Ra.VideoTrack=bn,["isEl","isTextNode","createEl","hasClass","addClass","removeClass","toggleClass","setAttributes","getAttributes","emptyEl","appendContent","insertContent"].forEach((function(e){Ra[e]=function(){return Be.warn("videojs."+e+"() is deprecated; use videojs.dom."+e+"() instead"),wt[e].apply(null,arguments)}})),Ra.computedStyle=We,Ra.dom=wt,Ra.url=gn;var Na=function(e,t){return/^[a-z]+:/i.test(t)?t:(/\/\//i.test(e)||(e=d().buildAbsoluteURL(f().location.href,e)),d().buildAbsoluteURL(e,t))},ja=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")},Fa=function(){function e(e,t){for(var i=0;i<t.length;i++){var n=t[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}return function(t,i,n){return i&&e(t.prototype,i),n&&e(t,n),t}}(),Va=function e(t,i,n){null===t&&(t=Function.prototype);var r=Object.getOwnPropertyDescriptor(t,i);if(void 0===r){var a=Object.getPrototypeOf(t);return null===a?void 0:e(a,i,n)}if("value"in r)return r.value;var s=r.get;return void 0!==s?s.call(n):void 0},Ha=function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)},qa=function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t},za=function(e,t){if(Array.isArray(e))return e;if(Symbol.iterator in Object(e))return function(e,t){var i=[],n=!0,r=!1,a=void 0;try{for(var s,o=e[Symbol.iterator]();!(n=(s=o.next()).done)&&(i.push(s.value),!t||i.length!==t);n=!0);}catch(e){r=!0,a=e}finally{try{!n&&o.return&&o.return()}finally{if(r)throw a}}return i}(e,t);throw new TypeError("Invalid attempt to destructure non-iterable instance")},Wa=Ra.mergeOptions,Ga=Ra.EventTarget,Xa=Ra.log,Ya=function(e,t){["AUDIO","SUBTITLES"].forEach((function(i){for(var n in e.mediaGroups[i])for(var r in e.mediaGroups[i][n]){var a=e.mediaGroups[i][n][r];t(a,i,n,r)}}))},$a=function(e,t){var i=Wa(e,{}),n=i.playlists[t.uri];if(!n)return null;if(n.segments&&t.segments&&n.segments.length===t.segments.length&&n.mediaSequence===t.mediaSequence)return null;var r=Wa(n,t);n.segments&&(r.segments=function(e,t,i){var n=t.slice();i=i||0;for(var r=Math.min(e.length,t.length+i),a=i;a<r;a++)n[a-i]=Wa(e[a],n[a-i]);return n}(n.segments,t.segments,t.mediaSequence-n.mediaSequence)),r.segments.forEach((function(e){!function(e,t){e.resolvedUri||(e.resolvedUri=Na(t,e.uri)),e.key&&!e.key.resolvedUri&&(e.key.resolvedUri=Na(t,e.key.uri)),e.map&&!e.map.resolvedUri&&(e.map.resolvedUri=Na(t,e.map.uri))}(e,r.resolvedUri)}));for(var a=0;a<i.playlists.length;a++)i.playlists[a].uri===t.uri&&(i.playlists[a]=r);return i.playlists[t.uri]=r,i},Ka=function(e){for(var t=e.playlists.length;t--;){var i=e.playlists[t];e.playlists[i.uri]=i,i.resolvedUri=Na(e.uri,i.uri),i.id=t,i.attributes||(i.attributes={},Xa.warn("Invalid playlist STREAM-INF detected. Missing BANDWIDTH attribute."))}},Qa=function(e){Ya(e,(function(t){t.uri&&(t.resolvedUri=Na(e.uri,t.uri))}))},Ja=function(e,t){var i=e.segments[e.segments.length-1];return t&&i&&i.duration?1e3*i.duration:500*(e.targetDuration||10)},Za=function(e){function t(e,i,n){ja(this,t);var r=qa(this,(t.__proto__||Object.getPrototypeOf(t)).call(this));if(r.srcUrl=e,r.hls_=i,r.withCredentials=n,!r.srcUrl)throw new Error("A non-empty playlist URL is required");return r.state="HAVE_NOTHING",r.on("mediaupdatetimeout",(function(){"HAVE_METADATA"===r.state&&(r.state="HAVE_CURRENT_METADATA",r.request=r.hls_.xhr({uri:Na(r.master.uri,r.media().uri),withCredentials:r.withCredentials},(function(e,t){if(r.request)return e?r.playlistRequestError(r.request,r.media().uri,"HAVE_METADATA"):void r.haveMetadata(r.request,r.media().uri)})))})),r}return Ha(t,e),Fa(t,[{key:"playlistRequestError",value:function(e,t,i){this.request=null,i&&(this.state=i),this.error={playlist:this.master.playlists[t],status:e.status,message:"HLS playlist request error at URL: "+t,responseText:e.responseText,code:e.status>=500?4:2},this.trigger("error")}},{key:"haveMetadata",value:function(e,t){var i=this;this.request=null,this.state="HAVE_METADATA";var n=new k;n.push(e.responseText),n.end(),n.manifest.uri=t,n.manifest.attributes=n.manifest.attributes||{};var r=$a(this.master,n.manifest);this.targetDuration=n.manifest.targetDuration,r?(this.master=r,this.media_=this.master.playlists[n.manifest.uri]):this.trigger("playlistunchanged"),this.media().endList||(f().clearTimeout(this.mediaUpdateTimeout),this.mediaUpdateTimeout=f().setTimeout((function(){i.trigger("mediaupdatetimeout")}),Ja(this.media(),!!r))),this.trigger("loadedplaylist")}},{key:"dispose",value:function(){this.stopRequest(),f().clearTimeout(this.mediaUpdateTimeout)}},{key:"stopRequest",value:function(){if(this.request){var e=this.request;this.request=null,e.onreadystatechange=null,e.abort()}}},{key:"media",value:function(e){var t=this;if(!e)return this.media_;if("HAVE_NOTHING"===this.state)throw new Error("Cannot switch media playlist from "+this.state);var i=this.state;if("string"==typeof e){if(!this.master.playlists[e])throw new Error("Unknown playlist URI: "+e);e=this.master.playlists[e]}var n=!this.media_||e.uri!==this.media_.uri;if(this.master.playlists[e.uri].endList)return this.request&&(this.request.onreadystatechange=null,this.request.abort(),this.request=null),this.state="HAVE_METADATA",this.media_=e,void(n&&(this.trigger("mediachanging"),this.trigger("mediachange")));if(n){if(this.state="SWITCHING_MEDIA",this.request){if(Na(this.master.uri,e.uri)===this.request.url)return;this.request.onreadystatechange=null,this.request.abort(),this.request=null}this.media_&&this.trigger("mediachanging"),this.request=this.hls_.xhr({uri:Na(this.master.uri,e.uri),withCredentials:this.withCredentials},(function(n,r){if(t.request){if(n)return t.playlistRequestError(t.request,e.uri,i);t.haveMetadata(r,e.uri),"HAVE_MASTER"===i?t.trigger("loadedmetadata"):t.trigger("mediachange")}}))}}},{key:"pause",value:function(){this.stopRequest(),f().clearTimeout(this.mediaUpdateTimeout),"HAVE_NOTHING"===this.state&&(this.started=!1),"SWITCHING_MEDIA"===this.state?this.media_?this.state="HAVE_METADATA":this.state="HAVE_MASTER":"HAVE_CURRENT_METADATA"===this.state&&(this.state="HAVE_METADATA")}},{key:"load",value:function(e){var t=this;f().clearTimeout(this.mediaUpdateTimeout);var i=this.media();if(e){var n=i?i.targetDuration/2*1e3:5e3;this.mediaUpdateTimeout=f().setTimeout((function(){return t.load()}),n)}else this.started?i&&!i.endList?this.trigger("mediaupdatetimeout"):this.trigger("loadedplaylist"):this.start()}},{key:"start",value:function(){var e=this;this.started=!0,this.request=this.hls_.xhr({uri:this.srcUrl,withCredentials:this.withCredentials},(function(t,i){if(e.request){if(e.request=null,t)return e.error={status:i.status,message:"HLS playlist request error at URL: "+e.srcUrl,responseText:i.responseText,code:2},"HAVE_NOTHING"===e.state&&(e.started=!1),e.trigger("error");var n=new k;return n.push(i.responseText),n.end(),e.state="HAVE_MASTER",n.manifest.uri=e.srcUrl,n.manifest.playlists?(e.master=n.manifest,Ka(e.master),Qa(e.master),e.trigger("loadedplaylist"),void(e.request||e.media(n.manifest.playlists[0]))):(e.master={mediaGroups:{AUDIO:{},VIDEO:{},"CLOSED-CAPTIONS":{},SUBTITLES:{}},uri:f().location.href,playlists:[{uri:e.srcUrl,id:0}]},e.master.playlists[e.srcUrl]=e.master.playlists[0],e.master.playlists[0].resolvedUri=e.srcUrl,e.master.playlists[0].attributes=e.master.playlists[0].attributes||{},e.haveMetadata(i,e.srcUrl),e.trigger("loadedmetadata"))}}))}}]),t}(Ga),es=Ra.createTimeRange,ts=function(e,t,i){var n,r;return void 0===t&&(t=e.mediaSequence+e.segments.length),t<e.mediaSequence?0:(n=function(e,t){var i=0,n=t-e.mediaSequence,r=e.segments[n];if(r){if(void 0!==r.start)return{result:r.start,precise:!0};if(void 0!==r.end)return{result:r.end-r.duration,precise:!0}}for(;n--;){if(void 0!==(r=e.segments[n]).end)return{result:i+r.end,precise:!0};if(i+=r.duration,void 0!==r.start)return{result:i+r.start,precise:!0}}return{result:i,precise:!1}}(e,t)).precise?n.result:(r=function(e,t){for(var i=0,n=void 0,r=t-e.mediaSequence;r<e.segments.length;r++){if(void 0!==(n=e.segments[r]).start)return{result:n.start-i,precise:!0};if(i+=n.duration,void 0!==n.end)return{result:n.end-i,precise:!0}}return{result:-1,precise:!1}}(e,t)).precise?r.result:n.result+i},is=function(e,t,i){if(!e)return 0;if("number"!=typeof i&&(i=0),void 0===t){if(e.totalDuration)return e.totalDuration;if(!e.endList)return f()[1/0]}return ts(e,t,i)},ns=function(e,t,i){var n=0;if(t>i){var r=[i,t];t=r[0],i=r[1]}if(t<0){for(var a=t;a<Math.min(0,i);a++)n+=e.targetDuration;t=0}for(var s=t;s<i;s++)n+=e.segments[s].duration;return n},rs=function(e){if(!e.segments.length)return 0;for(var t=e.segments.length-1,i=e.segments[t].duration||e.targetDuration,n=i+2*e.targetDuration;t--&&!((i+=e.segments[t].duration)>=n););return Math.max(0,t)},as=function(e,t,i){if(!e||!e.segments)return null;if(e.endList)return is(e);if(null===t)return null;t=t||0;var n=i?rs(e):e.segments.length;return ts(e,e.mediaSequence+n,t)},ss=function(e){return e-Math.floor(e)==0},os=function(e,t){if(ss(t))return t+.1*e;for(var i=t.toString().split(".")[1].length,n=1;n<=i;n++){var r=Math.pow(10,n),a=t*r;if(ss(a)||n===i)return(a+e)/r}},us=os.bind(null,1),ls=os.bind(null,-1),cs=function(e){return e.excludeUntil&&e.excludeUntil>Date.now()},hs=function(e){return e.excludeUntil&&e.excludeUntil===1/0},ds=function(e){var t=cs(e);return!e.disabled&&!t},ps=function(e,t){return t.attributes&&t.attributes[e]},fs=function(e,t){if(1===e.playlists.length)return!0;var i=t.attributes.BANDWIDTH||Number.MAX_VALUE;return 0===e.playlists.filter((function(e){return!!ds(e)&&(e.attributes.BANDWIDTH||0)<i})).length},ms={duration:is,seekable:function(e,t){var i=t||0,n=as(e,t,!0);return null===n?es():es(i,n)},safeLiveIndex:rs,getMediaInfoForTime:function(e,t,i,n){var r=void 0,a=void 0,s=e.segments.length,o=t-n;if(o<0){if(i>0)for(r=i-1;r>=0;r--)if(a=e.segments[r],(o+=ls(a.duration))>0)return{mediaIndex:r,startTime:n-ns(e,i,r)};return{mediaIndex:0,startTime:t}}if(i<0){for(r=i;r<0;r++)if((o-=e.targetDuration)<0)return{mediaIndex:0,startTime:t};i=0}for(r=i;r<s;r++)if(a=e.segments[r],(o-=us(a.duration))<0)return{mediaIndex:r,startTime:n+ns(e,i,r)};return{mediaIndex:s-1,startTime:t}},isEnabled:ds,isDisabled:function(e){return e.disabled},isBlacklisted:cs,isIncompatible:hs,playlistEnd:as,isAes:function(e){for(var t=0;t<e.segments.length;t++)if(e.segments[t].key)return!0;return!1},isFmp4:function(e){for(var t=0;t<e.segments.length;t++)if(e.segments[t].map)return!0;return!1},hasAttribute:ps,estimateSegmentRequestTime:function(e,t,i){var n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0;if(!ps("BANDWIDTH",i))return NaN;var r=e*i.attributes.BANDWIDTH;return(r-8*n)/t},isLowestEnabledRendition:fs},gs=Ra.xhr,ys=Ra.mergeOptions,vs=function(){return function e(t,i){t=ys({timeout:45e3},t);var n=e.beforeRequest||Ra.Hls.xhr.beforeRequest;if(n&&"function"==typeof n){var r=n(t);r&&(t=r)}var a=gs(t,(function(e,t){var n=a.response;!e&&n&&(a.responseTime=Date.now(),a.roundTripTime=a.responseTime-a.requestTime,a.bytesReceived=n.byteLength||n.length,a.bandwidth||(a.bandwidth=Math.floor(a.bytesReceived/a.roundTripTime*8*1e3))),t.headers&&(a.responseHeaders=t.headers),e&&"ETIMEDOUT"===e.code&&(a.timedout=!0),e||a.aborted||200===t.statusCode||206===t.statusCode||0===t.statusCode||(e=new Error("XHR Failed with a response of: "+(a&&(n||a.responseText)))),i(e,a)})),s=a.abort;return a.abort=function(){return a.aborted=!0,s.apply(a,arguments)},a.uri=t.uri,a.requestTime=Date.now(),a}},_s=function(e,t){return e.start(t)+"-"+e.end(t)},bs=function(e,t){var i=e.toString(16);return"00".substring(0,2-i.length)+i+(t%2?" ":"")},Ts=function(e){return e>=32&&e<126?String.fromCharCode(e):"."},Ss=function(e){var t={};return Object.keys(e).forEach((function(i){var n=e[i];ArrayBuffer.isView(n)?t[i]={bytes:n.buffer,byteOffset:n.byteOffset,byteLength:n.byteLength}:t[i]=n})),t},ks=function(e){var t=e.byterange||{length:1/0,offset:0};return[t.length,t.offset,e.resolvedUri].join(",")},ws=function(e){for(var t=Array.prototype.slice.call(e),i=16,n="",r=0;r<t.length/i;r++)n+=t.slice(r*i,r*i+i).map(bs).join("")+" "+t.slice(r*i,r*i+i).map(Ts).join("")+"\n";return n},Cs=Object.freeze({createTransferableMessage:Ss,initSegmentId:ks,hexDump:ws,tagDump:function(e){var t=e.bytes;return ws(t)},textRanges:function(e){var t="",i=void 0;for(i=0;i<e.length;i++)t+=_s(e,i)+" ";return t}}),Es=function(e,t,i,n){var r=void 0;if("stream"===t){r=new Date(1e3*n+i.getTime());var a=e.toISOString(),s=i.toISOString(),o=r.toISOString();return s<=a&&a<=o}if("player"===t)return r=n+i,i<=e&&e<=r},As=function(e,t,i){if(!i.segments||0===i.segments.length)return null;if("player"!==t&&"stream"!==t)return null;for(var n=0,r=0;r<i.segments.length;r++){var a=i.segments[r],s=n+a.duration,o=void 0,u=void 0;"player"===t?(o=a.start,u=n):(o=a.dateTimeObject,u=a.dateTimeObject);var l=void 0!==a.start&&void 0!==a.end&&Es(e,t,o,a.end-a.start),c=Es(e,t,u,a.duration);if(l)return{segment:a,estimatedStart:u,type:"accurate"};if(c)return{segment:a,estimatedStart:u,type:"estimate"};n=s}return null},Ls=function(e){var t=e.playlist,i=e.time,n=void 0===i?void 0:i,r=e.callback;if(!r)throw new Error("getStreamTime: callback must be provided");if(!t||void 0===n)return r({message:"getStreamTime: playlist and time must be provided"});var a=function(e,t){return As(e,"player",t)}(n,t);if(!a)return r({message:"valid streamTime was not found"});if("estimate"===a.type)return r({message:"Accurate streamTime could not be determined. Please seek to e.seekTime and try again",seekTime:a.estimatedStart});var s={mediaSeconds:n};return a.segment.dateTimeObject&&(s.programDateTime=a.segment.dateTimeObject.toISOString()),r(null,s)},Os=function e(t){var i=t.streamTime,n=t.playlist,r=t.retryCount,a=void 0===r?2:r,s=t.seekTo,o=t.pauseAfterSeek,u=void 0===o||o,l=t.tech,c=t.callback;if(!c)throw new Error("seekToStreamTime: callback must be provided");if(void 0===i||!n||!s)return c({message:"seekToStreamTime: streamTime, seekTo and playlist must be provided"});if(!n.endList&&!l.hasStarted_)return c({message:"player must be playing a live stream to start buffering"});if(!function(e){if(!e.segments||0===e.segments.length)return!1;for(var t=0;t<e.segments.length;t++)if(!e.segments[t].dateTimeObject)return!1;return!0}(n))return c({message:"programDateTime tags must be provided in the manifest "+n.resolvedUri});var h=function(e,t){var i=void 0;try{i=new Date(e)}catch(e){return null}return As(i,"stream",t)}(i,n);if(!h)return c({message:i+" was not found in the stream"});if("estimate"===h.type)return 0===a?c({message:i+" is not buffered yet. Try again"}):e({streamTime:i,playlist:n,retryCount:a-1,seekTo:s,pauseAfterSeek:u,tech:l,callback:c});var d=h.segment,p=function(e,t){var i=void 0,n=void 0;try{i=new Date(e),n=new Date(t)}catch(e){}var r=i.getTime();return(n.getTime()-r)/1e3}(d.dateTimeObject,i),f=d.start+p;l.one("seeked",(function(){return c(null,l.currentTime())})),u&&l.pause(),s(f)},Ps=1/30,xs=.1,Us=function(e,t){var i=[],n=void 0;if(e&&e.length)for(n=0;n<e.length;n++)t(e.start(n),e.end(n))&&i.push([e.start(n),e.end(n)]);return Ra.createTimeRanges(i)},Is=function(e,t){return Us(e,(function(e,i){return e-Ps<=t&&i+Ps>=t}))},Ds=function(e,t){return Us(e,(function(e){return e-Ps>=t}))},Rs=function(e){var t=[];if(!e||!e.length)return"";for(var i=0;i<e.length;i++)t.push(e.start(i)+" => "+e.end(i));return t.join(", ")},Ms=function(e){for(var t=[],i=0;i<e.length;i++)t.push({start:e.start(i),end:e.end(i)});return t},Bs=function(e,t,i){var n=void 0,r=void 0;if(i&&i.cues)for(n=i.cues.length;n--;)(r=i.cues[n]).startTime<=t&&r.endTime>=e&&i.removeCue(r)},Ns=function(e){return isNaN(e)||Math.abs(e)===1/0?Number.MAX_VALUE:e},js=function(e,t,i){var n=f().WebKitDataCue||f().VTTCue;if(t&&t.forEach((function(e){var t=e.stream;this.inbandTextTracks_[t].addCue(new n(e.startTime+this.timestampOffset,e.endTime+this.timestampOffset,e.text))}),e),i){var r=Ns(e.mediaSource_.duration);if(i.forEach((function(e){var t=e.cueTime+this.timestampOffset;e.frames.forEach((function(e){var i=new n(t,t,e.value||e.url||e.data||"");i.frame=e,i.value=e,function(e){Object.defineProperties(e.frame,{id:{get:function(){return Ra.log.warn("cue.frame.id is deprecated. Use cue.value.key instead."),e.value.key}},value:{get:function(){return Ra.log.warn("cue.frame.value is deprecated. Use cue.value.data instead."),e.value.data}},privateData:{get:function(){return Ra.log.warn("cue.frame.privateData is deprecated. Use cue.value.data instead."),e.value.data}}})}(i),this.metadataTrack_.addCue(i)}),this)}),e),e.metadataTrack_&&e.metadataTrack_.cues&&e.metadataTrack_.cues.length){for(var a=e.metadataTrack_.cues,s=[],o=0;o<a.length;o++)a[o]&&s.push(a[o]);var u=s.reduce((function(e,t){var i=e[t.startTime]||[];return i.push(t),e[t.startTime]=i,e}),{}),l=Object.keys(u).sort((function(e,t){return Number(e)-Number(t)}));l.forEach((function(e,t){var i=u[e],n=Number(l[t+1])||r;i.forEach((function(e){e.endTime=n}))}))}}},Fs="undefined"!=typeof window?window:{},Vs="undefined"==typeof Symbol?"__target":Symbol(),Hs=Fs.BlobBuilder||Fs.WebKitBlobBuilder||Fs.MozBlobBuilder||Fs.MSBlobBuilder,qs=Fs.URL||Fs.webkitURL||qs&&qs.msURL,zs=Fs.Worker;function Ws(e,t){return function(i){var n=this;if(!t)return new zs(e);if(zs&&!i){var r=$s(t.toString().replace(/^function.+?{/,"").slice(0,-1));return this[Vs]=new zs(r),function(e,t){if(!e||!t)return;var i=e.terminate;e.objURL=t,e.terminate=function(){e.objURL&&qs.revokeObjectURL(e.objURL),i.call(e)}}(this[Vs],r),this[Vs]}var a={postMessage:function(e){n.onmessage&&setTimeout((function(){n.onmessage({data:e,target:a})}))}};t.call(a),this.postMessage=function(e){setTimeout((function(){a.onmessage({data:e,target:n})}))},this.isThisThread=!0}}if(zs){var Gs,Xs=$s("self.onmessage = function () {}"),Ys=new Uint8Array(1);try{(Gs=new zs(Xs)).postMessage(Ys,[Ys.buffer])}catch(e){zs=null}finally{qs.revokeObjectURL(Xs),Gs&&Gs.terminate()}}function $s(e){try{return qs.createObjectURL(new Blob([e],{type:"application/javascript"}))}catch(i){var t=new Hs;return t.append(e),qs.createObjectURL(t.getBlob(type))}}var Ks=new Ws("./transmuxer-worker.worker.js",(function(e,t){var i=this;!function(){var e,t,n,r,a,s,o,u,l,c,h,d,p,f,m,g,y,v,_,b,T,S,k,w,C,E,A,L,O,P,x,U,I,D,R,M,B,N,j,F,V=Math.pow(2,32)-1;!function(){var e;if(S={avc1:[],avcC:[],btrt:[],dinf:[],dref:[],esds:[],ftyp:[],hdlr:[],mdat:[],mdhd:[],mdia:[],mfhd:[],minf:[],moof:[],moov:[],mp4a:[],mvex:[],mvhd:[],sdtp:[],smhd:[],stbl:[],stco:[],stsc:[],stsd:[],stsz:[],stts:[],styp:[],tfdt:[],tfhd:[],traf:[],trak:[],trun:[],trex:[],tkhd:[],vmhd:[]},"undefined"!=typeof Uint8Array){for(e in S)S.hasOwnProperty(e)&&(S[e]=[e.charCodeAt(0),e.charCodeAt(1),e.charCodeAt(2),e.charCodeAt(3)]);k=new Uint8Array(["i".charCodeAt(0),"s".charCodeAt(0),"o".charCodeAt(0),"m".charCodeAt(0)]),C=new Uint8Array(["a".charCodeAt(0),"v".charCodeAt(0),"c".charCodeAt(0),"1".charCodeAt(0)]),w=new Uint8Array([0,0,0,1]),E=new Uint8Array([0,0,0,0,0,0,0,0,118,105,100,101,0,0,0,0,0,0,0,0,0,0,0,0,86,105,100,101,111,72,97,110,100,108,101,114,0]),A=new Uint8Array([0,0,0,0,0,0,0,0,115,111,117,110,0,0,0,0,0,0,0,0,0,0,0,0,83,111,117,110,100,72,97,110,100,108,101,114,0]),L={video:E,audio:A},x=new Uint8Array([0,0,0,0,0,0,0,1,0,0,0,12,117,114,108,32,0,0,0,1]),P=new Uint8Array([0,0,0,0,0,0,0,0]),U=new Uint8Array([0,0,0,0,0,0,0,0]),I=U,D=new Uint8Array([0,0,0,0,0,0,0,0,0,0,0,0]),R=U,O=new Uint8Array([0,0,0,1,0,0,0,0,0,0,0,0])}}(),e=function(e){var t,i,n=[],r=0;for(t=1;t<arguments.length;t++)n.push(arguments[t]);for(t=n.length;t--;)r+=n[t].byteLength;for(i=new Uint8Array(r+8),new DataView(i.buffer,i.byteOffset,i.byteLength).setUint32(0,i.byteLength),i.set(e,4),t=0,r=8;t<n.length;t++)i.set(n[t],r),r+=n[t].byteLength;return i},t=function(){return e(S.dinf,e(S.dref,x))},n=function(t){return e(S.esds,new Uint8Array([0,0,0,0,3,25,0,0,0,4,17,64,21,0,6,0,0,0,218,192,0,0,218,192,5,2,t.audioobjecttype<<3|t.samplingfrequencyindex>>>1,t.samplingfrequencyindex<<7|t.channelcount<<3,6,1,2]))},m=function(t){return e(S.hdlr,L[t])},f=function(t){var i=new Uint8Array([0,0,0,0,0,0,0,2,0,0,0,3,0,1,95,144,t.duration>>>24&255,t.duration>>>16&255,t.duration>>>8&255,255&t.duration,85,196,0,0]);return t.samplerate&&(i[12]=t.samplerate>>>24&255,i[13]=t.samplerate>>>16&255,i[14]=t.samplerate>>>8&255,i[15]=255&t.samplerate),e(S.mdhd,i)},p=function(t){return e(S.mdia,f(t),m(t.type),s(t))},a=function(t){return e(S.mfhd,new Uint8Array([0,0,0,0,(4278190080&t)>>24,(16711680&t)>>16,(65280&t)>>8,255&t]))},s=function(i){return e(S.minf,"video"===i.type?e(S.vmhd,O):e(S.smhd,P),t(),y(i))},o=function(t,i){for(var n=[],r=i.length;r--;)n[r]=_(i[r]);return e.apply(null,[S.moof,a(t)].concat(n))},u=function(t){for(var i=t.length,n=[];i--;)n[i]=h(t[i]);return e.apply(null,[S.moov,c(4294967295)].concat(n).concat(l(t)))},l=function(t){for(var i=t.length,n=[];i--;)n[i]=b(t[i]);return e.apply(null,[S.mvex].concat(n))},c=function(t){var i=new Uint8Array([0,0,0,0,0,0,0,1,0,0,0,2,0,1,95,144,(4278190080&t)>>24,(16711680&t)>>16,(65280&t)>>8,255&t,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255]);return e(S.mvhd,i)},g=function(t){var i,n,r=t.samples||[],a=new Uint8Array(4+r.length);for(n=0;n<r.length;n++)i=r[n].flags,a[n+4]=i.dependsOn<<4|i.isDependedOn<<2|i.hasRedundancy;return e(S.sdtp,a)},y=function(t){return e(S.stbl,v(t),e(S.stts,R),e(S.stsc,I),e(S.stsz,D),e(S.stco,U))},v=function(t){return e(S.stsd,new Uint8Array([0,0,0,0,0,0,0,1]),"video"===t.type?M(t):B(t))},M=function(t){var i,n=t.sps||[],r=t.pps||[],a=[],s=[];for(i=0;i<n.length;i++)a.push((65280&n[i].byteLength)>>>8),a.push(255&n[i].byteLength),a=a.concat(Array.prototype.slice.call(n[i]));for(i=0;i<r.length;i++)s.push((65280&r[i].byteLength)>>>8),s.push(255&r[i].byteLength),s=s.concat(Array.prototype.slice.call(r[i]));return e(S.avc1,new Uint8Array([0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,(65280&t.width)>>8,255&t.width,(65280&t.height)>>8,255&t.height,0,72,0,0,0,72,0,0,0,0,0,0,0,1,19,118,105,100,101,111,106,115,45,99,111,110,116,114,105,98,45,104,108,115,0,0,0,0,0,0,0,0,0,0,0,0,0,24,17,17]),e(S.avcC,new Uint8Array([1,t.profileIdc,t.profileCompatibility,t.levelIdc,255].concat([n.length]).concat(a).concat([r.length]).concat(s))),e(S.btrt,new Uint8Array([0,28,156,128,0,45,198,192,0,45,198,192])))},B=function(t){return e(S.mp4a,new Uint8Array([0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,(65280&t.channelcount)>>8,255&t.channelcount,(65280&t.samplesize)>>8,255&t.samplesize,0,0,0,0,(65280&t.samplerate)>>8,255&t.samplerate,0,0]),n(t))},d=function(t){var i=new Uint8Array([0,0,0,7,0,0,0,0,0,0,0,0,(4278190080&t.id)>>24,(16711680&t.id)>>16,(65280&t.id)>>8,255&t.id,0,0,0,0,(4278190080&t.duration)>>24,(16711680&t.duration)>>16,(65280&t.duration)>>8,255&t.duration,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,(65280&t.width)>>8,255&t.width,0,0,(65280&t.height)>>8,255&t.height,0,0]);return e(S.tkhd,i)},_=function(t){var i,n,r,a,s,o;return i=e(S.tfhd,new Uint8Array([0,0,0,58,(4278190080&t.id)>>24,(16711680&t.id)>>16,(65280&t.id)>>8,255&t.id,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0])),s=Math.floor(t.baseMediaDecodeTime/(V+1)),o=Math.floor(t.baseMediaDecodeTime%(V+1)),n=e(S.tfdt,new Uint8Array([1,0,0,0,s>>>24&255,s>>>16&255,s>>>8&255,255&s,o>>>24&255,o>>>16&255,o>>>8&255,255&o])),92,"audio"===t.type?(r=T(t,92),e(S.traf,i,n,r)):(a=g(t),r=T(t,a.length+92),e(S.traf,i,n,r,a))},h=function(t){return t.duration=t.duration||4294967295,e(S.trak,d(t),p(t))},b=function(t){var i=new Uint8Array([0,0,0,0,(4278190080&t.id)>>24,(16711680&t.id)>>16,(65280&t.id)>>8,255&t.id,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1]);return"video"!==t.type&&(i[i.length-1]=0),e(S.trex,i)},F=function(e,t){var i=0,n=0,r=0,a=0;return e.length&&(void 0!==e[0].duration&&(i=1),void 0!==e[0].size&&(n=2),void 0!==e[0].flags&&(r=4),void 0!==e[0].compositionTimeOffset&&(a=8)),[0,0,i|n|r|a,1,(4278190080&e.length)>>>24,(16711680&e.length)>>>16,(65280&e.length)>>>8,255&e.length,(4278190080&t)>>>24,(16711680&t)>>>16,(65280&t)>>>8,255&t]},j=function(t,i){var n,r,a,s;for(i+=20+16*(r=t.samples||[]).length,n=F(r,i),s=0;s<r.length;s++)a=r[s],n=n.concat([(4278190080&a.duration)>>>24,(16711680&a.duration)>>>16,(65280&a.duration)>>>8,255&a.duration,(4278190080&a.size)>>>24,(16711680&a.size)>>>16,(65280&a.size)>>>8,255&a.size,a.flags.isLeading<<2|a.flags.dependsOn,a.flags.isDependedOn<<6|a.flags.hasRedundancy<<4|a.flags.paddingValue<<1|a.flags.isNonSyncSample,61440&a.flags.degradationPriority,15&a.flags.degradationPriority,(4278190080&a.compositionTimeOffset)>>>24,(16711680&a.compositionTimeOffset)>>>16,(65280&a.compositionTimeOffset)>>>8,255&a.compositionTimeOffset]);return e(S.trun,new Uint8Array(n))},N=function(t,i){var n,r,a,s;for(i+=20+8*(r=t.samples||[]).length,n=F(r,i),s=0;s<r.length;s++)a=r[s],n=n.concat([(4278190080&a.duration)>>>24,(16711680&a.duration)>>>16,(65280&a.duration)>>>8,255&a.duration,(4278190080&a.size)>>>24,(16711680&a.size)>>>16,(65280&a.size)>>>8,255&a.size]);return e(S.trun,new Uint8Array(n))},T=function(e,t){return"audio"===e.type?N(e,t):j(e,t)};var H,q,z,W,G,X={ftyp:r=function(){return e(S.ftyp,k,w,k,C)},mdat:function(t){return e(S.mdat,t)},moof:o,moov:u,initSegment:function(e){var t,i=r(),n=u(e);return(t=new Uint8Array(i.byteLength+n.byteLength)).set(i),t.set(n,i.byteLength),t}},Y=function(e){return e>>>0};z=function(e){return H(e,["moov","trak"]).reduce((function(e,t){var i,n,r,a,s;return(i=H(t,["tkhd"])[0])?(n=i[0],a=Y(i[r=0===n?12:20]<<24|i[r+1]<<16|i[r+2]<<8|i[r+3]),(s=H(t,["mdia","mdhd"])[0])?(r=0===(n=s[0])?12:20,e[a]=Y(s[r]<<24|s[r+1]<<16|s[r+2]<<8|s[r+3]),e):null):null}),{})},W=function(e,t){var i,n,r;return i=H(t,["moof","traf"]),n=[].concat.apply([],i.map((function(t){return H(t,["tfhd"]).map((function(i){var n,r;return n=Y(i[4]<<24|i[5]<<16|i[6]<<8|i[7]),r=e[n]||9e4,(H(t,["tfdt"]).map((function(e){var t,i;return t=e[0],i=Y(e[4]<<24|e[5]<<16|e[6]<<8|e[7]),1===t&&(i*=Math.pow(2,32),i+=Y(e[8]<<24|e[9]<<16|e[10]<<8|e[11])),i}))[0]||1/0)/r}))}))),r=Math.min.apply(null,n),isFinite(r)?r:0},G=function(e){var t=H(e,["moov","trak"]),i=[];return t.forEach((function(e){var t=H(e,["mdia","hdlr"]),n=H(e,["tkhd"]);t.forEach((function(e,t){var r,a,s=q(e.subarray(8,12)),o=n[t];"vide"===s&&(a=0===(r=new DataView(o.buffer,o.byteOffset,o.byteLength)).getUint8(0)?r.getUint32(12):r.getUint32(20),i.push(a))}))})),i};var $={findBox:H=function(e,t){var i,n,r,a,s,o=[];if(!t.length)return null;for(i=0;i<e.byteLength;)n=Y(e[i]<<24|e[i+1]<<16|e[i+2]<<8|e[i+3]),r=q(e.subarray(i+4,i+8)),a=n>1?i+n:e.byteLength,r===t[0]&&(1===t.length?o.push(e.subarray(i+8,a)):(s=H(e.subarray(i+8,a),t.slice(1))).length&&(o=o.concat(s))),i=a;return o},parseType:q=function(e){var t="";return t+=String.fromCharCode(e[0]),t+=String.fromCharCode(e[1]),t+=String.fromCharCode(e[2]),t+=String.fromCharCode(e[3])},timescale:z,startTime:W,videoTrackIds:G},K=function(){this.init=function(){var e={};this.on=function(t,i){e[t]||(e[t]=[]),e[t]=e[t].concat(i)},this.off=function(t,i){var n;return!!e[t]&&(n=e[t].indexOf(i),e[t]=e[t].slice(),e[t].splice(n,1),n>-1)},this.trigger=function(t){var i,n,r,a;if(i=e[t])if(2===arguments.length)for(r=i.length,n=0;n<r;++n)i[n].call(this,arguments[1]);else{for(a=[],n=arguments.length,n=1;n<arguments.length;++n)a.push(arguments[n]);for(r=i.length,n=0;n<r;++n)i[n].apply(this,a)}},this.dispose=function(){e={}}}};K.prototype.pipe=function(e){return this.on("data",(function(t){e.push(t)})),this.on("done",(function(t){e.flush(t)})),e},K.prototype.push=function(e){this.trigger("data",e)},K.prototype.flush=function(e){this.trigger("done",e)};var Q,J,Z,ee,te,ie,ne,re=K,ae=function(e,t){var i={size:0,flags:{isLeading:0,dependsOn:1,isDependedOn:0,hasRedundancy:0,degradationPriority:0,isNonSyncSample:1}};return i.dataOffset=t,i.compositionTimeOffset=e.pts-e.dts,i.duration=e.duration,i.size=4*e.length,i.size+=e.byteLength,e.keyFrame&&(i.flags.dependsOn=2,i.flags.isNonSyncSample=0),i},se=function(e){var t,i,n=[],r=[];for(n.byteLength=0,t=0;t<e.length;t++)"access_unit_delimiter_rbsp"===(i=e[t]).nalUnitType?(n.length&&(n.duration=i.dts-n.dts,r.push(n)),(n=[i]).byteLength=i.data.byteLength,n.pts=i.pts,n.dts=i.dts):("slice_layer_without_partitioning_rbsp_idr"===i.nalUnitType&&(n.keyFrame=!0),n.duration=i.dts-n.dts,n.byteLength+=i.data.byteLength,n.push(i));return r.length&&(!n.duration||n.duration<=0)&&(n.duration=r[r.length-1].duration),r.push(n),r},oe=function(e){var t,i,n=[],r=[];for(n.byteLength=0,n.nalCount=0,n.duration=0,n.pts=e[0].pts,n.dts=e[0].dts,r.byteLength=0,r.nalCount=0,r.duration=0,r.pts=e[0].pts,r.dts=e[0].dts,t=0;t<e.length;t++)(i=e[t]).keyFrame?(n.length&&(r.push(n),r.byteLength+=n.byteLength,r.nalCount+=n.nalCount,r.duration+=n.duration),(n=[i]).nalCount=i.length,n.byteLength=i.byteLength,n.pts=i.pts,n.dts=i.dts,n.duration=i.duration):(n.duration+=i.duration,n.nalCount+=i.length,n.byteLength+=i.byteLength,n.push(i));return r.length&&n.duration<=0&&(n.duration=r[r.length-1].duration),r.byteLength+=n.byteLength,r.nalCount+=n.nalCount,r.duration+=n.duration,r.push(n),r},ue=function(e){var t;return!e[0][0].keyFrame&&e.length>1&&(t=e.shift(),e.byteLength-=t.byteLength,e.nalCount-=t.nalCount,e[0][0].dts=t.dts,e[0][0].pts=t.pts,e[0][0].duration+=t.duration),e},le=function(e,t){var i,n,r,a,s,o=t||0,u=[];for(i=0;i<e.length;i++)for(a=e[i],n=0;n<a.length;n++)s=a[n],o+=(r=ae(s,o)).size,u.push(r);return u},ce=function(e){var t,i,n,r,a,s,o=0,u=e.byteLength,l=e.nalCount,c=new Uint8Array(u+4*l),h=new DataView(c.buffer);for(t=0;t<e.length;t++)for(r=e[t],i=0;i<r.length;i++)for(a=r[i],n=0;n<a.length;n++)s=a[n],h.setUint32(o,s.data.byteLength),o+=4,c.set(s.data,o),o+=s.data.byteLength;return c},he=[33,16,5,32,164,27],de=[33,65,108,84,1,2,4,8,168,2,4,8,17,191,252],pe=function(e){for(var t=[];e--;)t.push(0);return t},fe={96e3:[he,[227,64],pe(154),[56]],88200:[he,[231],pe(170),[56]],64e3:[he,[248,192],pe(240),[56]],48e3:[he,[255,192],pe(268),[55,148,128],pe(54),[112]],44100:[he,[255,192],pe(268),[55,163,128],pe(84),[112]],32e3:[he,[255,192],pe(268),[55,234],pe(226),[112]],24e3:[he,[255,192],pe(268),[55,255,128],pe(268),[111,112],pe(126),[224]],16e3:[he,[255,192],pe(268),[55,255,128],pe(268),[111,255],pe(269),[223,108],pe(195),[1,192]],12e3:[de,pe(268),[3,127,248],pe(268),[6,255,240],pe(268),[13,255,224],pe(268),[27,253,128],pe(259),[56]],11025:[de,pe(268),[3,127,248],pe(268),[6,255,240],pe(268),[13,255,224],pe(268),[27,255,192],pe(268),[55,175,128],pe(108),[112]],8e3:[de,pe(268),[3,121,16],pe(47),[7]]},me=(Q=fe,Object.keys(Q).reduce((function(e,t){return e[t]=new Uint8Array(Q[t].reduce((function(e,t){return e.concat(t)}),[])),e}),{}));ie=function(e,t){return J(te(e,t))},ne=function(e,t){return Z(ee(e),t)};J=function(e){return 9e4*e},Z=function(e,t){return e*t},ee=function(e){return e/9e4},te=function(e,t){return e/t};var ge=ie,ye=ne,ve=function(e,t,i,n){var r,a,s,o,u=0,l=0,c=0;if(t.length&&(r=ge(e.baseMediaDecodeTime,e.samplerate),a=Math.ceil(9e4/(e.samplerate/1024)),i&&n&&(u=r-Math.max(i,n),c=(l=Math.floor(u/a))*a),!(l<1||c>45e3))){for((s=me[e.samplerate])||(s=t[0].data),o=0;o<l;o++)t.splice(o,0,{data:s});e.baseMediaDecodeTime-=Math.floor(ye(c,e.samplerate))}},_e=function(e,t,i){return t.minSegmentDts>=i?e:(t.minSegmentDts=1/0,e.filter((function(e){return e.dts>=i&&(t.minSegmentDts=Math.min(t.minSegmentDts,e.dts),t.minSegmentPts=t.minSegmentDts,!0)})))},be=function(e){var t,i,n=[];for(t=0;t<e.length;t++)i=e[t],n.push({size:i.data.byteLength,duration:1024});return n},Te=function(e){var t,i,n=0,r=new Uint8Array(function(e){var t,i=0;for(t=0;t<e.length;t++)i+=e[t].data.byteLength;return i}(e));for(t=0;t<e.length;t++)i=e[t],r.set(i.data,n),n+=i.data.byteLength;return r},Se=function(e){delete e.minSegmentDts,delete e.maxSegmentDts,delete e.minSegmentPts,delete e.maxSegmentPts},ke=function(e,t){var i,n=e.minSegmentDts;return t||(n-=e.timelineStartInfo.dts),i=e.timelineStartInfo.baseMediaDecodeTime,i+=n,i=Math.max(0,i),"audio"===e.type&&(i*=e.samplerate/9e4,i=Math.floor(i)),i},we=function(e,t){"number"==typeof t.pts&&(void 0===e.timelineStartInfo.pts&&(e.timelineStartInfo.pts=t.pts),void 0===e.minSegmentPts?e.minSegmentPts=t.pts:e.minSegmentPts=Math.min(e.minSegmentPts,t.pts),void 0===e.maxSegmentPts?e.maxSegmentPts=t.pts:e.maxSegmentPts=Math.max(e.maxSegmentPts,t.pts)),"number"==typeof t.dts&&(void 0===e.timelineStartInfo.dts&&(e.timelineStartInfo.dts=t.dts),void 0===e.minSegmentDts?e.minSegmentDts=t.dts:e.minSegmentDts=Math.min(e.minSegmentDts,t.dts),void 0===e.maxSegmentDts?e.maxSegmentDts=t.dts:e.maxSegmentDts=Math.max(e.maxSegmentDts,t.dts))},Ce=function(e){for(var t=0,i={payloadType:-1,payloadSize:0},n=0,r=0;t<e.byteLength&&128!==e[t];){for(;255===e[t];)n+=255,t++;for(n+=e[t++];255===e[t];)r+=255,t++;if(r+=e[t++],!i.payload&&4===n){i.payloadType=n,i.payloadSize=r,i.payload=e.subarray(t,t+r);break}t+=r,n=0,r=0}return i},Ee=function(e){return 181!==e.payload[0]||49!=(e.payload[1]<<8|e.payload[2])||"GA94"!==String.fromCharCode(e.payload[3],e.payload[4],e.payload[5],e.payload[6])||3!==e.payload[7]?null:e.payload.subarray(8,e.payload.length-1)},Ae=function(e,t){var i,n,r,a,s=[];if(!(64&t[0]))return s;for(n=31&t[0],i=0;i<n;i++)a={type:3&t[(r=3*i)+2],pts:e},4&t[r+2]&&(a.ccData=t[r+3]<<8|t[r+4],s.push(a));return s},Oe=function(e){for(var t,i,n=e.byteLength,r=[],a=1;a<n-2;)0===e[a]&&0===e[a+1]&&3===e[a+2]?(r.push(a+2),a+=2):a++;if(0===r.length)return e;t=n-r.length,i=new Uint8Array(t);var s=0;for(a=0;a<t;s++,a++)s===r[0]&&(s++,r.shift()),i[a]=e[s];return i},Pe=4,xe=function e(){e.prototype.init.call(this),this.captionPackets_=[],this.ccStreams_=[new Me(0,0),new Me(0,1),new Me(1,0),new Me(1,1)],this.reset(),this.ccStreams_.forEach((function(e){e.on("data",this.trigger.bind(this,"data")),e.on("done",this.trigger.bind(this,"done"))}),this)};(xe.prototype=new re).push=function(e){var t,i,n;if("sei_rbsp"===e.nalUnitType&&(t=Ce(e.escapedRBSP)).payloadType===Pe&&(i=Ee(t)))if(e.dts<this.latestDts_)this.ignoreNextEqualDts_=!0;else{if(e.dts===this.latestDts_&&this.ignoreNextEqualDts_)return this.numSameDts_--,void(this.numSameDts_||(this.ignoreNextEqualDts_=!1));n=Ae(e.pts,i),this.captionPackets_=this.captionPackets_.concat(n),this.latestDts_!==e.dts&&(this.numSameDts_=0),this.numSameDts_++,this.latestDts_=e.dts}},xe.prototype.flush=function(){this.captionPackets_.length?(this.captionPackets_.forEach((function(e,t){e.presortIndex=t})),this.captionPackets_.sort((function(e,t){return e.pts===t.pts?e.presortIndex-t.presortIndex:e.pts-t.pts})),this.captionPackets_.forEach((function(e){e.type<2&&this.dispatchCea608Packet(e)}),this),this.captionPackets_.length=0,this.ccStreams_.forEach((function(e){e.flush()}),this)):this.ccStreams_.forEach((function(e){e.flush()}),this)},xe.prototype.reset=function(){this.latestDts_=null,this.ignoreNextEqualDts_=!1,this.numSameDts_=0,this.activeCea608Channel_=[null,null],this.ccStreams_.forEach((function(e){e.reset()}))},xe.prototype.dispatchCea608Packet=function(e){this.setsChannel1Active(e)?this.activeCea608Channel_[e.type]=0:this.setsChannel2Active(e)&&(this.activeCea608Channel_[e.type]=1),null!==this.activeCea608Channel_[e.type]&&this.ccStreams_[(e.type<<1)+this.activeCea608Channel_[e.type]].push(e)},xe.prototype.setsChannel1Active=function(e){return 4096==(30720&e.ccData)},xe.prototype.setsChannel2Active=function(e){return 6144==(30720&e.ccData)};var Ue={42:225,92:233,94:237,95:243,96:250,123:231,124:247,125:209,126:241,127:9608,304:174,305:176,306:189,307:191,308:8482,309:162,310:163,311:9834,312:224,313:160,314:232,315:226,316:234,317:238,318:244,319:251,544:193,545:201,546:211,547:218,548:220,549:252,550:8216,551:161,552:42,553:39,554:8212,555:169,556:8480,557:8226,558:8220,559:8221,560:192,561:194,562:199,563:200,564:202,565:203,566:235,567:206,568:207,569:239,570:212,571:217,572:249,573:219,574:171,575:187,800:195,801:227,802:205,803:204,804:236,805:210,806:242,807:213,808:245,809:123,810:125,811:92,812:94,813:95,814:124,815:126,816:196,817:228,818:214,819:246,820:223,821:165,822:164,823:9474,824:197,825:229,826:216,827:248,828:9484,829:9488,830:9492,831:9496},Ie=function(e){return null===e?"":(e=Ue[e]||e,String.fromCharCode(e))},De=[4352,4384,4608,4640,5376,5408,5632,5664,5888,5920,4096,4864,4896,5120,5152],Re=function(){for(var e=[],t=15;t--;)e.push("");return e},Me=function e(t,i){e.prototype.init.call(this),this.field_=t||0,this.dataChannel_=i||0,this.name_="CC"+(1+(this.field_<<1|this.dataChannel_)),this.setConstants(),this.reset(),this.push=function(e){var t,i,n,r,a;if((t=32639&e.ccData)!==this.lastControlCode_){if(4096==(61440&t)?this.lastControlCode_=t:t!==this.PADDING_&&(this.lastControlCode_=null),n=t>>>8,r=255&t,t!==this.PADDING_)if(t===this.RESUME_CAPTION_LOADING_)this.mode_="popOn";else if(t===this.END_OF_CAPTION_)this.mode_="popOn",this.clearFormatting(e.pts),this.flushDisplayed(e.pts),i=this.displayed_,this.displayed_=this.nonDisplayed_,this.nonDisplayed_=i,this.startPts_=e.pts;else if(t===this.ROLL_UP_2_ROWS_)this.rollUpRows_=2,this.setRollUp(e.pts);else if(t===this.ROLL_UP_3_ROWS_)this.rollUpRows_=3,this.setRollUp(e.pts);else if(t===this.ROLL_UP_4_ROWS_)this.rollUpRows_=4,this.setRollUp(e.pts);else if(t===this.CARRIAGE_RETURN_)this.clearFormatting(e.pts),this.flushDisplayed(e.pts),this.shiftRowsUp_(),this.startPts_=e.pts;else if(t===this.BACKSPACE_)"popOn"===this.mode_?this.nonDisplayed_[this.row_]=this.nonDisplayed_[this.row_].slice(0,-1):this.displayed_[this.row_]=this.displayed_[this.row_].slice(0,-1);else if(t===this.ERASE_DISPLAYED_MEMORY_)this.flushDisplayed(e.pts),this.displayed_=Re();else if(t===this.ERASE_NON_DISPLAYED_MEMORY_)this.nonDisplayed_=Re();else if(t===this.RESUME_DIRECT_CAPTIONING_)"paintOn"!==this.mode_&&(this.flushDisplayed(e.pts),this.displayed_=Re()),this.mode_="paintOn",this.startPts_=e.pts;else if(this.isSpecialCharacter(n,r))a=Ie((n=(3&n)<<8)|r),this[this.mode_](e.pts,a),this.column_++;else if(this.isExtCharacter(n,r))"popOn"===this.mode_?this.nonDisplayed_[this.row_]=this.nonDisplayed_[this.row_].slice(0,-1):this.displayed_[this.row_]=this.displayed_[this.row_].slice(0,-1),a=Ie((n=(3&n)<<8)|r),this[this.mode_](e.pts,a),this.column_++;else if(this.isMidRowCode(n,r))this.clearFormatting(e.pts),this[this.mode_](e.pts," "),this.column_++,14==(14&r)&&this.addFormatting(e.pts,["i"]),1==(1&r)&&this.addFormatting(e.pts,["u"]);else if(this.isOffsetControlCode(n,r))this.column_+=3&r;else if(this.isPAC(n,r)){var s=De.indexOf(7968&t);"rollUp"===this.mode_&&(s-this.rollUpRows_+1<0&&(s=this.rollUpRows_-1),this.setRollUp(e.pts,s)),s!==this.row_&&(this.clearFormatting(e.pts),this.row_=s),1&r&&-1===this.formatting_.indexOf("u")&&this.addFormatting(e.pts,["u"]),16==(16&t)&&(this.column_=4*((14&t)>>1)),this.isColorPAC(r)&&14==(14&r)&&this.addFormatting(e.pts,["i"])}else this.isNormalChar(n)&&(0===r&&(r=null),a=Ie(n),a+=Ie(r),this[this.mode_](e.pts,a),this.column_+=a.length)}else this.lastControlCode_=null}};Me.prototype=new re,Me.prototype.flushDisplayed=function(e){var t=this.displayed_.map((function(e){try{return e.trim()}catch(e){return Le.error("Skipping malformed caption."),""}})).join("\n").replace(/^\n+|\n+$/g,"");t.length&&this.trigger("data",{startPts:this.startPts_,endPts:e,text:t,stream:this.name_})},Me.prototype.reset=function(){this.mode_="popOn",this.topRow_=0,this.startPts_=0,this.displayed_=Re(),this.nonDisplayed_=Re(),this.lastControlCode_=null,this.column_=0,this.row_=14,this.rollUpRows_=2,this.formatting_=[]},Me.prototype.setConstants=function(){0===this.dataChannel_?(this.BASE_=16,this.EXT_=17,this.CONTROL_=(20|this.field_)<<8,this.OFFSET_=23):1===this.dataChannel_&&(this.BASE_=24,this.EXT_=25,this.CONTROL_=(28|this.field_)<<8,this.OFFSET_=31),this.PADDING_=0,this.RESUME_CAPTION_LOADING_=32|this.CONTROL_,this.END_OF_CAPTION_=47|this.CONTROL_,this.ROLL_UP_2_ROWS_=37|this.CONTROL_,this.ROLL_UP_3_ROWS_=38|this.CONTROL_,this.ROLL_UP_4_ROWS_=39|this.CONTROL_,this.CARRIAGE_RETURN_=45|this.CONTROL_,this.RESUME_DIRECT_CAPTIONING_=41|this.CONTROL_,this.BACKSPACE_=33|this.CONTROL_,this.ERASE_DISPLAYED_MEMORY_=44|this.CONTROL_,this.ERASE_NON_DISPLAYED_MEMORY_=46|this.CONTROL_},Me.prototype.isSpecialCharacter=function(e,t){return e===this.EXT_&&t>=48&&t<=63},Me.prototype.isExtCharacter=function(e,t){return(e===this.EXT_+1||e===this.EXT_+2)&&t>=32&&t<=63},Me.prototype.isMidRowCode=function(e,t){return e===this.EXT_&&t>=32&&t<=47},Me.prototype.isOffsetControlCode=function(e,t){return e===this.OFFSET_&&t>=33&&t<=35},Me.prototype.isPAC=function(e,t){return e>=this.BASE_&&e<this.BASE_+8&&t>=64&&t<=127},Me.prototype.isColorPAC=function(e){return e>=64&&e<=79||e>=96&&e<=127},Me.prototype.isNormalChar=function(e){return e>=32&&e<=127},Me.prototype.setRollUp=function(e,t){if("rollUp"!==this.mode_&&(this.row_=14,this.mode_="rollUp",this.flushDisplayed(e),this.nonDisplayed_=Re(),this.displayed_=Re()),void 0!==t&&t!==this.row_)for(var i=0;i<this.rollUpRows_;i++)this.displayed_[t-i]=this.displayed_[this.row_-i],this.displayed_[this.row_-i]="";void 0===t&&(t=this.row_),this.topRow_=t-this.rollUpRows_+1},Me.prototype.addFormatting=function(e,t){this.formatting_=this.formatting_.concat(t);var i=t.reduce((function(e,t){return e+"<"+t+">"}),"");this[this.mode_](e,i)},Me.prototype.clearFormatting=function(e){if(this.formatting_.length){var t=this.formatting_.reverse().reduce((function(e,t){return e+"</"+t+">"}),"");this.formatting_=[],this[this.mode_](e,t)}},Me.prototype.popOn=function(e,t){var i=this.nonDisplayed_[this.row_];i+=t,this.nonDisplayed_[this.row_]=i},Me.prototype.rollUp=function(e,t){var i=this.displayed_[this.row_];i+=t,this.displayed_[this.row_]=i},Me.prototype.shiftRowsUp_=function(){var e;for(e=0;e<this.topRow_;e++)this.displayed_[e]="";for(e=this.row_+1;e<15;e++)this.displayed_[e]="";for(e=this.topRow_;e<this.row_;e++)this.displayed_[e]=this.displayed_[e+1];this.displayed_[this.row_]=""},Me.prototype.paintOn=function(e,t){var i=this.displayed_[this.row_];i+=t,this.displayed_[this.row_]=i};var Be={CaptionStream:xe,Cea608Stream:Me},Ne={H264_STREAM_TYPE:27,ADTS_STREAM_TYPE:15,METADATA_STREAM_TYPE:21},je=function(e,t){var i=1;for(e>t&&(i=-1);Math.abs(t-e)>4294967296;)e+=8589934592*i;return e},Fe=function e(t){var i,n;e.prototype.init.call(this),this.type_=t,this.push=function(e){e.type===this.type_&&(void 0===n&&(n=e.dts),e.dts=je(e.dts,n),e.pts=je(e.pts,n),i=e.dts,this.trigger("data",e))},this.flush=function(){n=i,this.trigger("done")},this.discontinuity=function(){n=void 0,i=void 0}};Fe.prototype=new re;var Ve,He=Fe,qe=function(e,t,i){var n,r="";for(n=t;n<i;n++)r+="%"+("00"+e[n].toString(16)).slice(-2);return r},ze=function(e,t,i){return decodeURIComponent(qe(e,t,i))},We=function(e){return e[0]<<21|e[1]<<14|e[2]<<7|e[3]},Ge={TXXX:function(e){var t;if(3===e.data[0]){for(t=1;t<e.data.length;t++)if(0===e.data[t]){e.description=ze(e.data,1,t),e.value=ze(e.data,t+1,e.data.length).replace(/\0*$/,"");break}e.data=e.value}},WXXX:function(e){var t;if(3===e.data[0])for(t=1;t<e.data.length;t++)if(0===e.data[t]){e.description=ze(e.data,1,t),e.url=ze(e.data,t+1,e.data.length);break}},PRIV:function(e){var t,i;for(t=0;t<e.data.length;t++)if(0===e.data[t]){e.owner=(i=e.data,unescape(qe(i,0,t)));break}e.privateData=e.data.subarray(t+1),e.data=e.privateData}};(Ve=function(e){var t,i={debug:!(!e||!e.debug),descriptor:e&&e.descriptor},n=0,r=[],a=0;if(Ve.prototype.init.call(this),this.dispatchType=Ne.METADATA_STREAM_TYPE.toString(16),i.descriptor)for(t=0;t<i.descriptor.length;t++)this.dispatchType+=("00"+i.descriptor[t].toString(16)).slice(-2);this.push=function(e){var t,s,o,u,l;if("timed-metadata"===e.type)if(e.dataAlignmentIndicator&&(a=0,r.length=0),0===r.length&&(e.data.length<10||e.data[0]!=="I".charCodeAt(0)||e.data[1]!=="D".charCodeAt(0)||e.data[2]!=="3".charCodeAt(0)))i.debug&&Le.log("Skipping unrecognized metadata packet");else if(r.push(e),a+=e.data.byteLength,1===r.length&&(n=We(e.data.subarray(6,10)),n+=10),!(a<n)){for(t={data:new Uint8Array(n),frames:[],pts:r[0].pts,dts:r[0].dts},l=0;l<n;)t.data.set(r[0].data.subarray(0,n-l),l),l+=r[0].data.byteLength,a-=r[0].data.byteLength,r.shift();s=10,64&t.data[5]&&(s+=4,s+=We(t.data.subarray(10,14)),n-=We(t.data.subarray(16,20)));do{if((o=We(t.data.subarray(s+4,s+8)))<1)return Le.log("Malformed ID3 frame encountered. Skipping metadata parsing.");if((u={id:String.fromCharCode(t.data[s],t.data[s+1],t.data[s+2],t.data[s+3]),data:t.data.subarray(s+10,s+o+10)}).key=u.id,Ge[u.id]&&(Ge[u.id](u),"com.apple.streaming.transportStreamTimestamp"===u.owner)){var c=u.data,h=(1&c[3])<<30|c[4]<<22|c[5]<<14|c[6]<<6|c[7]>>>2;h*=4,h+=3&c[7],u.timeStamp=h,void 0===t.pts&&void 0===t.dts&&(t.pts=u.timeStamp,t.dts=u.timeStamp),this.trigger("timestamp",u)}t.frames.push(u),s+=10,s+=o}while(s<n);this.trigger("data",t)}}}).prototype=new re;var Xe,Ye,$e,Ke=Ve,Qe=He,Je=188;(Xe=function(){var e=new Uint8Array(Je),t=0;Xe.prototype.init.call(this),this.push=function(i){var n,r=0,a=Je;for(t?((n=new Uint8Array(i.byteLength+t)).set(e.subarray(0,t)),n.set(i,t),t=0):n=i;a<n.byteLength;)71!==n[r]||71!==n[a]?(r++,a++):(this.trigger("data",n.subarray(r,a)),r+=Je,a+=Je);r<n.byteLength&&(e.set(n.subarray(r),0),t=n.byteLength-r)},this.flush=function(){t===Je&&71===e[0]&&(this.trigger("data",e),t=0),this.trigger("done")}}).prototype=new re,(Ye=function(){var e,t,i,n;Ye.prototype.init.call(this),n=this,this.packetsWaitingForPmt=[],this.programMapTable=void 0,e=function(e,n){var r=0;n.payloadUnitStartIndicator&&(r+=e[r]+1),"pat"===n.type?t(e.subarray(r),n):i(e.subarray(r),n)},t=function(e,t){t.section_number=e[7],t.last_section_number=e[8],n.pmtPid=(31&e[10])<<8|e[11],t.pmtPid=n.pmtPid},i=function(e,t){var i,r;if(1&e[5]){for(n.programMapTable={video:null,audio:null,"timed-metadata":{}},i=3+((15&e[1])<<8|e[2])-4,r=12+((15&e[10])<<8|e[11]);r<i;){var a=e[r],s=(31&e[r+1])<<8|e[r+2];a===Ne.H264_STREAM_TYPE&&null===n.programMapTable.video?n.programMapTable.video=s:a===Ne.ADTS_STREAM_TYPE&&null===n.programMapTable.audio?n.programMapTable.audio=s:a===Ne.METADATA_STREAM_TYPE&&(n.programMapTable["timed-metadata"][s]=a),r+=5+((15&e[r+3])<<8|e[r+4])}t.programMapTable=n.programMapTable}},this.push=function(t){var i={},n=4;if(i.payloadUnitStartIndicator=!!(64&t[1]),i.pid=31&t[1],i.pid<<=8,i.pid|=t[2],(48&t[3])>>>4>1&&(n+=t[n]+1),0===i.pid)i.type="pat",e(t.subarray(n),i),this.trigger("data",i);else if(i.pid===this.pmtPid)for(i.type="pmt",e(t.subarray(n),i),this.trigger("data",i);this.packetsWaitingForPmt.length;)this.processPes_.apply(this,this.packetsWaitingForPmt.shift());else void 0===this.programMapTable?this.packetsWaitingForPmt.push([t,n,i]):this.processPes_(t,n,i)},this.processPes_=function(e,t,i){i.pid===this.programMapTable.video?i.streamType=Ne.H264_STREAM_TYPE:i.pid===this.programMapTable.audio?i.streamType=Ne.ADTS_STREAM_TYPE:i.streamType=this.programMapTable["timed-metadata"][i.pid],i.type="pes",i.data=e.subarray(t),this.trigger("data",i)}}).prototype=new re,Ye.STREAM_TYPES={h264:27,adts:15},($e=function(){var e=this,t={data:[],size:0},i={data:[],size:0},n={data:[],size:0},r=function(t,i,n){var r,a,s=new Uint8Array(t.size),o={type:i},u=0,l=0;if(t.data.length&&!(t.size<9)){for(o.trackId=t.data[0].pid,u=0;u<t.data.length;u++)a=t.data[u],s.set(a.data,l),l+=a.data.byteLength;var c,h,d;c=s,(h=o).packetLength=6+(c[4]<<8|c[5]),h.dataAlignmentIndicator=0!=(4&c[6]),192&(d=c[7])&&(h.pts=(14&c[9])<<27|(255&c[10])<<20|(254&c[11])<<12|(255&c[12])<<5|(254&c[13])>>>3,h.pts*=4,h.pts+=(6&c[13])>>>1,h.dts=h.pts,64&d&&(h.dts=(14&c[14])<<27|(255&c[15])<<20|(254&c[16])<<12|(255&c[17])<<5|(254&c[18])>>>3,h.dts*=4,h.dts+=(6&c[18])>>>1)),h.data=c.subarray(9+c[8]),r="video"===i||o.packetLength<=t.size,(n||r)&&(t.size=0,t.data.length=0),r&&e.trigger("data",o)}};$e.prototype.init.call(this),this.push=function(a){({pat:function(){},pes:function(){var e,s;switch(a.streamType){case Ne.H264_STREAM_TYPE:case Ne.H264_STREAM_TYPE:e=t,s="video";break;case Ne.ADTS_STREAM_TYPE:e=i,s="audio";break;case Ne.METADATA_STREAM_TYPE:e=n,s="timed-metadata";break;default:return}a.payloadUnitStartIndicator&&r(e,s,!0),e.data.push(a),e.size+=a.data.byteLength},pmt:function(){var t={type:"metadata",tracks:[]},i=a.programMapTable;null!==i.video&&t.tracks.push({timelineStartInfo:{baseMediaDecodeTime:0},id:+i.video,codec:"avc",type:"video"}),null!==i.audio&&t.tracks.push({timelineStartInfo:{baseMediaDecodeTime:0},id:+i.audio,codec:"adts",type:"audio"}),e.trigger("data",t)}})[a.type]()},this.flush=function(){r(t,"video"),r(i,"audio"),r(n,"timed-metadata"),this.trigger("done")}}).prototype=new re;var Ze={PAT_PID:0,MP2T_PACKET_LENGTH:Je,TransportPacketStream:Xe,TransportParseStream:Ye,ElementaryStream:$e,TimestampRolloverStream:Qe,CaptionStream:Be.CaptionStream,Cea608Stream:Be.Cea608Stream,MetadataStream:Ke};for(var et in Ne)Ne.hasOwnProperty(et)&&(Ze[et]=Ne[et]);var tt,it=Ze,nt=[96e3,88200,64e3,48e3,44100,32e3,24e3,22050,16e3,12e3,11025,8e3,7350];(tt=function(){var e;tt.prototype.init.call(this),this.push=function(t){var i,n,r,a,s,o,u=0,l=0;if("audio"===t.type)for(e?(a=e,(e=new Uint8Array(a.byteLength+t.data.byteLength)).set(a),e.set(t.data,a.byteLength)):e=t.data;u+5<e.length;)if(255===e[u]&&240==(246&e[u+1])){if(n=2*(1&~e[u+1]),i=(3&e[u+3])<<11|e[u+4]<<3|(224&e[u+5])>>5,o=9e4*(s=1024*(1+(3&e[u+6])))/nt[(60&e[u+2])>>>2],r=u+i,e.byteLength<r)return;if(this.trigger("data",{pts:t.pts+l*o,dts:t.dts+l*o,sampleCount:s,audioobjecttype:1+(e[u+2]>>>6&3),channelcount:(1&e[u+2])<<2|(192&e[u+3])>>>6,samplerate:nt[(60&e[u+2])>>>2],samplingfrequencyindex:(60&e[u+2])>>>2,samplesize:16,data:e.subarray(u+7+n,r)}),e.byteLength===r)return void(e=void 0);l++,e=e.subarray(r)}else u++},this.flush=function(){this.trigger("done")}}).prototype=new re;var rt,at,st,ot=tt,ut=function(e){var t=e.byteLength,i=0,n=0;this.length=function(){return 8*t},this.bitsAvailable=function(){return 8*t+n},this.loadWord=function(){var r=e.byteLength-t,a=new Uint8Array(4),s=Math.min(4,t);if(0===s)throw new Error("no bytes available");a.set(e.subarray(r,r+s)),i=new DataView(a.buffer).getUint32(0),n=8*s,t-=s},this.skipBits=function(e){var r;n>e?(i<<=e,n-=e):(e-=n,e-=8*(r=Math.floor(e/8)),t-=r,this.loadWord(),i<<=e,n-=e)},this.readBits=function(e){var r=Math.min(n,e),a=i>>>32-r;return(n-=r)>0?i<<=r:t>0&&this.loadWord(),(r=e-r)>0?a<<r|this.readBits(r):a},this.skipLeadingZeros=function(){var e;for(e=0;e<n;++e)if(0!=(i&2147483648>>>e))return i<<=e,n-=e,e;return this.loadWord(),e+this.skipLeadingZeros()},this.skipUnsignedExpGolomb=function(){this.skipBits(1+this.skipLeadingZeros())},this.skipExpGolomb=function(){this.skipBits(1+this.skipLeadingZeros())},this.readUnsignedExpGolomb=function(){var e=this.skipLeadingZeros();return this.readBits(e+1)-1},this.readExpGolomb=function(){var e=this.readUnsignedExpGolomb();return 1&e?1+e>>>1:-1*(e>>>1)},this.readBoolean=function(){return 1===this.readBits(1)},this.readUnsignedByte=function(){return this.readBits(8)},this.loadWord()};(at=function(){var e,t,i=0;at.prototype.init.call(this),this.push=function(n){var r;for(t?((r=new Uint8Array(t.byteLength+n.data.byteLength)).set(t),r.set(n.data,t.byteLength),t=r):t=n.data;i<t.byteLength-3;i++)if(1===t[i+2]){e=i+5;break}for(;e<t.byteLength;)switch(t[e]){case 0:if(0!==t[e-1]){e+=2;break}if(0!==t[e-2]){e++;break}i+3!==e-2&&this.trigger("data",t.subarray(i+3,e-2));do{e++}while(1!==t[e]&&e<t.length);i=e-2,e+=3;break;case 1:if(0!==t[e-1]||0!==t[e-2]){e+=3;break}this.trigger("data",t.subarray(i+3,e-2)),i=e-2,e+=3;break;default:e+=3}t=t.subarray(i),e-=i,i=0},this.flush=function(){t&&t.byteLength>3&&this.trigger("data",t.subarray(i+3)),t=null,i=0,this.trigger("done")}}).prototype=new re,st={100:!0,110:!0,122:!0,244:!0,44:!0,83:!0,86:!0,118:!0,128:!0,138:!0,139:!0,134:!0},(rt=function(){var e,t,i,n,r,a,s,o=new at;rt.prototype.init.call(this),e=this,this.push=function(e){"video"===e.type&&(t=e.trackId,i=e.pts,n=e.dts,o.push(e))},o.on("data",(function(s){var o={trackId:t,pts:i,dts:n,data:s};switch(31&s[0]){case 5:o.nalUnitType="slice_layer_without_partitioning_rbsp_idr";break;case 6:o.nalUnitType="sei_rbsp",o.escapedRBSP=r(s.subarray(1));break;case 7:o.nalUnitType="seq_parameter_set_rbsp",o.escapedRBSP=r(s.subarray(1)),o.config=a(o.escapedRBSP);break;case 8:o.nalUnitType="pic_parameter_set_rbsp";break;case 9:o.nalUnitType="access_unit_delimiter_rbsp"}e.trigger("data",o)})),o.on("done",(function(){e.trigger("done")})),this.flush=function(){o.flush()},s=function(e,t){var i,n=8,r=8;for(i=0;i<e;i++)0!==r&&(r=(n+t.readExpGolomb()+256)%256),n=0===r?n:r},r=function(e){for(var t,i,n=e.byteLength,r=[],a=1;a<n-2;)0===e[a]&&0===e[a+1]&&3===e[a+2]?(r.push(a+2),a+=2):a++;if(0===r.length)return e;t=n-r.length,i=new Uint8Array(t);var s=0;for(a=0;a<t;s++,a++)s===r[0]&&(s++,r.shift()),i[a]=e[s];return i},a=function(e){var t,i,n,r,a,o,u,l,c,h,d,p,f,m=0,g=0,y=0,v=0,_=1;if(i=(t=new ut(e)).readUnsignedByte(),r=t.readUnsignedByte(),n=t.readUnsignedByte(),t.skipUnsignedExpGolomb(),st[i]&&(3===(a=t.readUnsignedExpGolomb())&&t.skipBits(1),t.skipUnsignedExpGolomb(),t.skipUnsignedExpGolomb(),t.skipBits(1),t.readBoolean()))for(d=3!==a?8:12,f=0;f<d;f++)t.readBoolean()&&s(f<6?16:64,t);if(t.skipUnsignedExpGolomb(),0===(o=t.readUnsignedExpGolomb()))t.readUnsignedExpGolomb();else if(1===o)for(t.skipBits(1),t.skipExpGolomb(),t.skipExpGolomb(),u=t.readUnsignedExpGolomb(),f=0;f<u;f++)t.skipExpGolomb();if(t.skipUnsignedExpGolomb(),t.skipBits(1),l=t.readUnsignedExpGolomb(),c=t.readUnsignedExpGolomb(),0===(h=t.readBits(1))&&t.skipBits(1),t.skipBits(1),t.readBoolean()&&(m=t.readUnsignedExpGolomb(),g=t.readUnsignedExpGolomb(),y=t.readUnsignedExpGolomb(),v=t.readUnsignedExpGolomb()),t.readBoolean()&&t.readBoolean()){switch(t.readUnsignedByte()){case 1:p=[1,1];break;case 2:p=[12,11];break;case 3:p=[10,11];break;case 4:p=[16,11];break;case 5:p=[40,33];break;case 6:p=[24,11];break;case 7:p=[20,11];break;case 8:p=[32,11];break;case 9:p=[80,33];break;case 10:p=[18,11];break;case 11:p=[15,11];break;case 12:p=[64,33];break;case 13:p=[160,99];break;case 14:p=[4,3];break;case 15:p=[3,2];break;case 16:p=[2,1];break;case 255:p=[t.readUnsignedByte()<<8|t.readUnsignedByte(),t.readUnsignedByte()<<8|t.readUnsignedByte()]}p&&(_=p[0]/p[1])}return{profileIdc:i,levelIdc:n,profileCompatibility:r,width:Math.ceil((16*(l+1)-2*m-2*g)*_),height:(2-h)*(c+1)*16-2*y-2*v}}}).prototype=new re;var lt,ct={H264Stream:rt,NalByteStream:at},ht=function(e){return e[0]==="I".charCodeAt(0)&&e[1]==="D".charCodeAt(0)&&e[2]==="3".charCodeAt(0)},dt=function(e,t){var i=e[t+6]<<21|e[t+7]<<14|e[t+8]<<7|e[t+9];return(16&e[t+5])>>4?i+20:i+10},pt=function(e,t){var i=(224&e[t+5])>>5,n=e[t+4]<<3;return 6144&e[t+3]|n|i};(lt=function(){var e=new Uint8Array,t=0;lt.prototype.init.call(this),this.setTimestamp=function(e){t=e},this.push=function(i){var n,r,a,s,o=0,u=0;for(e.length?(s=e.length,(e=new Uint8Array(i.byteLength+s)).set(e.subarray(0,s)),e.set(i,s)):e=i;e.length-u>=3;)if(e[u]!=="I".charCodeAt(0)||e[u+1]!=="D".charCodeAt(0)||e[u+2]!=="3".charCodeAt(0))if(255!=(255&e[u])||240!=(240&e[u+1]))u++;else{if(e.length-u<7)break;if(u+(o=pt(e,u))>e.length)break;a={type:"audio",data:e.subarray(u,u+o),pts:t,dts:t},this.trigger("data",a),u+=o}else{if(e.length-u<10)break;if(u+(o=dt(e,u))>e.length)break;r={type:"timed-metadata",data:e.subarray(u,u+o)},this.trigger("data",r),u+=o}n=e.length-u,e=n>0?e.subarray(u):new Uint8Array}}).prototype=new re;var ft,mt,gt,yt,vt=lt,_t=ct.H264Stream,bt=ht,Tt=["audioobjecttype","channelcount","samplerate","samplingfrequencyindex","samplesize"],St=["width","height","profileIdc","levelIdc","profileCompatibility"],kt=function(e,t){var i;if(e.length!==t.length)return!1;for(i=0;i<e.length;i++)if(e[i]!==t[i])return!1;return!0};(mt=function(e,t){var i=[],n=0,r=0,a=0,s=1/0;t=t||{},mt.prototype.init.call(this),this.push=function(t){we(e,t),e&&Tt.forEach((function(i){e[i]=t[i]})),i.push(t)},this.setEarliestDts=function(t){r=t-e.timelineStartInfo.baseMediaDecodeTime},this.setVideoBaseMediaDecodeTime=function(e){s=e},this.setAudioAppendStart=function(e){a=e},this.flush=function(){var o,u,l,c;0!==i.length?(o=_e(i,e,r),e.baseMediaDecodeTime=ke(e,t.keepOriginalTimestamps),ve(e,o,a,s),e.samples=be(o),l=X.mdat(Te(o)),i=[],u=X.moof(n,[e]),c=new Uint8Array(u.byteLength+l.byteLength),n++,c.set(u),c.set(l,u.byteLength),Se(e),this.trigger("data",{track:e,boxes:c}),this.trigger("done","AudioSegmentStream")):this.trigger("done","AudioSegmentStream")}}).prototype=new re,(ft=function(e,t){var i,n,r=0,a=[],s=[];t=t||{},ft.prototype.init.call(this),delete e.minPTS,this.gopCache_=[],this.push=function(t){we(e,t),"seq_parameter_set_rbsp"!==t.nalUnitType||i||(i=t.config,e.sps=[t.data],St.forEach((function(t){e[t]=i[t]}),this)),"pic_parameter_set_rbsp"!==t.nalUnitType||n||(n=t.data,e.pps=[t.data]),a.push(t)},this.flush=function(){for(var i,n,o,u,l,c;a.length&&"access_unit_delimiter_rbsp"!==a[0].nalUnitType;)a.shift();if(0===a.length)return this.resetStream_(),void this.trigger("done","VideoSegmentStream");if(i=se(a),(o=oe(i))[0][0].keyFrame||((n=this.getGopForFusion_(a[0],e))?(o.unshift(n),o.byteLength+=n.byteLength,o.nalCount+=n.nalCount,o.pts=n.pts,o.dts=n.dts,o.duration+=n.duration):o=ue(o)),s.length){var h;if(!(h=t.alignGopsAtEnd?this.alignGopsAtEnd_(o):this.alignGopsAtStart_(o)))return this.gopCache_.unshift({gop:o.pop(),pps:e.pps,sps:e.sps}),this.gopCache_.length=Math.min(6,this.gopCache_.length),a=[],this.resetStream_(),void this.trigger("done","VideoSegmentStream");Se(e),o=h}we(e,o),e.samples=le(o),l=X.mdat(ce(o)),e.baseMediaDecodeTime=ke(e,t.keepOriginalTimestamps),this.trigger("processedGopsInfo",o.map((function(e){return{pts:e.pts,dts:e.dts,byteLength:e.byteLength}}))),this.gopCache_.unshift({gop:o.pop(),pps:e.pps,sps:e.sps}),this.gopCache_.length=Math.min(6,this.gopCache_.length),a=[],this.trigger("baseMediaDecodeTime",e.baseMediaDecodeTime),this.trigger("timelineStartInfo",e.timelineStartInfo),u=X.moof(r,[e]),c=new Uint8Array(u.byteLength+l.byteLength),r++,c.set(u),c.set(l,u.byteLength),this.trigger("data",{track:e,boxes:c}),this.resetStream_(),this.trigger("done","VideoSegmentStream")},this.resetStream_=function(){Se(e),i=void 0,n=void 0},this.getGopForFusion_=function(t){var i,n,r,a,s,o=1/0;for(s=0;s<this.gopCache_.length;s++)r=(a=this.gopCache_[s]).gop,e.pps&&kt(e.pps[0],a.pps[0])&&e.sps&&kt(e.sps[0],a.sps[0])&&(r.dts<e.timelineStartInfo.dts||(i=t.dts-r.dts-r.duration)>=-1e4&&i<=45e3&&(!n||o>i)&&(n=a,o=i));return n?n.gop:null},this.alignGopsAtStart_=function(e){var t,i,n,r,a,o,u,l;for(a=e.byteLength,o=e.nalCount,u=e.duration,t=i=0;t<s.length&&i<e.length&&(n=s[t],r=e[i],n.pts!==r.pts);)r.pts>n.pts?t++:(i++,a-=r.byteLength,o-=r.nalCount,u-=r.duration);return 0===i?e:i===e.length?null:((l=e.slice(i)).byteLength=a,l.duration=u,l.nalCount=o,l.pts=l[0].pts,l.dts=l[0].dts,l)},this.alignGopsAtEnd_=function(e){var t,i,n,r,a,o,u;for(t=s.length-1,i=e.length-1,a=null,o=!1;t>=0&&i>=0;){if(n=s[t],r=e[i],n.pts===r.pts){o=!0;break}n.pts>r.pts?t--:(t===s.length-1&&(a=i),i--)}if(!o&&null===a)return null;if(0===(u=o?i:a))return e;var l=e.slice(u),c=l.reduce((function(e,t){return e.byteLength+=t.byteLength,e.duration+=t.duration,e.nalCount+=t.nalCount,e}),{byteLength:0,duration:0,nalCount:0});return l.byteLength=c.byteLength,l.duration=c.duration,l.nalCount=c.nalCount,l.pts=l[0].pts,l.dts=l[0].dts,l},this.alignGopsWith=function(e){s=e}}).prototype=new re,(yt=function(e,t){this.numberOfTracks=0,this.metadataStream=t,void 0!==(e=e||{}).remux?this.remuxTracks=!!e.remux:this.remuxTracks=!0,"boolean"==typeof e.keepOriginalTimestamps&&(this.keepOriginalTimestamps=e.keepOriginalTimestamps),this.pendingTracks=[],this.videoTrack=null,this.pendingBoxes=[],this.pendingCaptions=[],this.pendingMetadata=[],this.pendingBytes=0,this.emittedTracks=0,yt.prototype.init.call(this),this.push=function(e){return e.text?this.pendingCaptions.push(e):e.frames?this.pendingMetadata.push(e):(this.pendingTracks.push(e.track),this.pendingBoxes.push(e.boxes),this.pendingBytes+=e.boxes.byteLength,"video"===e.track.type&&(this.videoTrack=e.track),void("audio"===e.track.type&&(this.audioTrack=e.track)))}}).prototype=new re,yt.prototype.flush=function(e){var t,i,n,r,a=0,s={captions:[],captionStreams:{},metadata:[],info:{}},o=0;if(this.pendingTracks.length<this.numberOfTracks){if("VideoSegmentStream"!==e&&"AudioSegmentStream"!==e)return;if(this.remuxTracks)return;if(0===this.pendingTracks.length)return this.emittedTracks++,void(this.emittedTracks>=this.numberOfTracks&&(this.trigger("done"),this.emittedTracks=0))}for(this.videoTrack?(o=this.videoTrack.timelineStartInfo.pts,St.forEach((function(e){s.info[e]=this.videoTrack[e]}),this)):this.audioTrack&&(o=this.audioTrack.timelineStartInfo.pts,Tt.forEach((function(e){s.info[e]=this.audioTrack[e]}),this)),1===this.pendingTracks.length?s.type=this.pendingTracks[0].type:s.type="combined",this.emittedTracks+=this.pendingTracks.length,n=X.initSegment(this.pendingTracks),s.initSegment=new Uint8Array(n.byteLength),s.initSegment.set(n),s.data=new Uint8Array(this.pendingBytes),r=0;r<this.pendingBoxes.length;r++)s.data.set(this.pendingBoxes[r],a),a+=this.pendingBoxes[r].byteLength;for(r=0;r<this.pendingCaptions.length;r++)(t=this.pendingCaptions[r]).startTime=t.startPts,this.keepOriginalTimestamps||(t.startTime-=o),t.startTime/=9e4,t.endTime=t.endPts,this.keepOriginalTimestamps||(t.endTime-=o),t.endTime/=9e4,s.captionStreams[t.stream]=!0,s.captions.push(t);for(r=0;r<this.pendingMetadata.length;r++)(i=this.pendingMetadata[r]).cueTime=i.pts,this.keepOriginalTimestamps||(i.cueTime-=o),i.cueTime/=9e4,s.metadata.push(i);s.metadata.dispatchType=this.metadataStream.dispatchType,this.pendingTracks.length=0,this.videoTrack=null,this.pendingBoxes.length=0,this.pendingCaptions.length=0,this.pendingBytes=0,this.pendingMetadata.length=0,this.trigger("data",s),this.emittedTracks>=this.numberOfTracks&&(this.trigger("done"),this.emittedTracks=0)},(gt=function(e){var t,i,n=this,r=!0;gt.prototype.init.call(this),e=e||{},this.baseMediaDecodeTime=e.baseMediaDecodeTime||0,this.transmuxPipeline_={},this.setupAacPipeline=function(){var t={};this.transmuxPipeline_=t,t.type="aac",t.metadataStream=new it.MetadataStream,t.aacStream=new vt,t.audioTimestampRolloverStream=new it.TimestampRolloverStream("audio"),t.timedMetadataTimestampRolloverStream=new it.TimestampRolloverStream("timed-metadata"),t.adtsStream=new ot,t.coalesceStream=new yt(e,t.metadataStream),t.headOfPipeline=t.aacStream,t.aacStream.pipe(t.audioTimestampRolloverStream).pipe(t.adtsStream),t.aacStream.pipe(t.timedMetadataTimestampRolloverStream).pipe(t.metadataStream).pipe(t.coalesceStream),t.metadataStream.on("timestamp",(function(e){t.aacStream.setTimestamp(e.timeStamp)})),t.aacStream.on("data",(function(r){"timed-metadata"!==r.type||t.audioSegmentStream||(i=i||{timelineStartInfo:{baseMediaDecodeTime:n.baseMediaDecodeTime},codec:"adts",type:"audio"},t.coalesceStream.numberOfTracks++,t.audioSegmentStream=new mt(i,e),t.adtsStream.pipe(t.audioSegmentStream).pipe(t.coalesceStream))})),t.coalesceStream.on("data",this.trigger.bind(this,"data")),t.coalesceStream.on("done",this.trigger.bind(this,"done"))},this.setupTsPipeline=function(){var r={};this.transmuxPipeline_=r,r.type="ts",r.metadataStream=new it.MetadataStream,r.packetStream=new it.TransportPacketStream,r.parseStream=new it.TransportParseStream,r.elementaryStream=new it.ElementaryStream,r.videoTimestampRolloverStream=new it.TimestampRolloverStream("video"),r.audioTimestampRolloverStream=new it.TimestampRolloverStream("audio"),r.timedMetadataTimestampRolloverStream=new it.TimestampRolloverStream("timed-metadata"),r.adtsStream=new ot,r.h264Stream=new _t,r.captionStream=new it.CaptionStream,r.coalesceStream=new yt(e,r.metadataStream),r.headOfPipeline=r.packetStream,r.packetStream.pipe(r.parseStream).pipe(r.elementaryStream),r.elementaryStream.pipe(r.videoTimestampRolloverStream).pipe(r.h264Stream),r.elementaryStream.pipe(r.audioTimestampRolloverStream).pipe(r.adtsStream),r.elementaryStream.pipe(r.timedMetadataTimestampRolloverStream).pipe(r.metadataStream).pipe(r.coalesceStream),r.h264Stream.pipe(r.captionStream).pipe(r.coalesceStream),r.elementaryStream.on("data",(function(a){var s;if("metadata"===a.type){for(s=a.tracks.length;s--;)t||"video"!==a.tracks[s].type?i||"audio"!==a.tracks[s].type||((i=a.tracks[s]).timelineStartInfo.baseMediaDecodeTime=n.baseMediaDecodeTime):(t=a.tracks[s]).timelineStartInfo.baseMediaDecodeTime=n.baseMediaDecodeTime;t&&!r.videoSegmentStream&&(r.coalesceStream.numberOfTracks++,r.videoSegmentStream=new ft(t,e),r.videoSegmentStream.on("timelineStartInfo",(function(e){i&&(i.timelineStartInfo=e,r.audioSegmentStream.setEarliestDts(e.dts))})),r.videoSegmentStream.on("processedGopsInfo",n.trigger.bind(n,"gopInfo")),r.videoSegmentStream.on("baseMediaDecodeTime",(function(e){i&&r.audioSegmentStream.setVideoBaseMediaDecodeTime(e)})),r.h264Stream.pipe(r.videoSegmentStream).pipe(r.coalesceStream)),i&&!r.audioSegmentStream&&(r.coalesceStream.numberOfTracks++,r.audioSegmentStream=new mt(i,e),r.adtsStream.pipe(r.audioSegmentStream).pipe(r.coalesceStream))}})),r.coalesceStream.on("data",this.trigger.bind(this,"data")),r.coalesceStream.on("done",this.trigger.bind(this,"done"))},this.setBaseMediaDecodeTime=function(n){var r=this.transmuxPipeline_;e.keepOriginalTimestamps||(this.baseMediaDecodeTime=n),i&&(i.timelineStartInfo.dts=void 0,i.timelineStartInfo.pts=void 0,Se(i),e.keepOriginalTimestamps||(i.timelineStartInfo.baseMediaDecodeTime=n),r.audioTimestampRolloverStream&&r.audioTimestampRolloverStream.discontinuity()),t&&(r.videoSegmentStream&&(r.videoSegmentStream.gopCache_=[],r.videoTimestampRolloverStream.discontinuity()),t.timelineStartInfo.dts=void 0,t.timelineStartInfo.pts=void 0,Se(t),r.captionStream.reset(),e.keepOriginalTimestamps||(t.timelineStartInfo.baseMediaDecodeTime=n)),r.timedMetadataTimestampRolloverStream&&r.timedMetadataTimestampRolloverStream.discontinuity()},this.setAudioAppendStart=function(e){i&&this.transmuxPipeline_.audioSegmentStream.setAudioAppendStart(e)},this.alignGopsWith=function(e){t&&this.transmuxPipeline_.videoSegmentStream&&this.transmuxPipeline_.videoSegmentStream.alignGopsWith(e)},this.push=function(e){if(r){var t=bt(e);t&&"aac"!==this.transmuxPipeline_.type?this.setupAacPipeline():t||"ts"===this.transmuxPipeline_.type||this.setupTsPipeline(),r=!1}this.transmuxPipeline_.headOfPipeline.push(e)},this.flush=function(){r=!0,this.transmuxPipeline_.headOfPipeline.flush()},this.resetCaptions=function(){this.transmuxPipeline_.captionStream&&this.transmuxPipeline_.captionStream.reset()}}).prototype=new re;var wt,Ct,Et={Transmuxer:gt,VideoSegmentStream:ft,AudioSegmentStream:mt,AUDIO_PROPERTIES:Tt,VIDEO_PROPERTIES:St},At=$.parseType,Lt=function(e){return new Date(1e3*e-20828448e5)},Ot=function(e){return{isLeading:(12&e[0])>>>2,dependsOn:3&e[0],isDependedOn:(192&e[1])>>>6,hasRedundancy:(48&e[1])>>>4,paddingValue:(14&e[1])>>>1,isNonSyncSample:1&e[1],degradationPriority:e[2]<<8|e[3]}},Pt=function(e){var t,i,n=new DataView(e.buffer,e.byteOffset,e.byteLength),r=[];for(t=0;t+4<e.length;t+=i)if(i=n.getUint32(t),t+=4,i<=0)r.push("<span style='color:red;'>MALFORMED DATA</span>");else switch(31&e[t]){case 1:r.push("slice_layer_without_partitioning_rbsp");break;case 5:r.push("slice_layer_without_partitioning_rbsp_idr");break;case 6:r.push("sei_rbsp");break;case 7:r.push("seq_parameter_set_rbsp");break;case 8:r.push("pic_parameter_set_rbsp");break;case 9:r.push("access_unit_delimiter_rbsp");break;default:r.push("UNKNOWN NAL - "+e[t]&31)}return r},xt={avc1:function(e){var t=new DataView(e.buffer,e.byteOffset,e.byteLength);return{dataReferenceIndex:t.getUint16(6),width:t.getUint16(24),height:t.getUint16(26),horizresolution:t.getUint16(28)+t.getUint16(30)/16,vertresolution:t.getUint16(32)+t.getUint16(34)/16,frameCount:t.getUint16(40),depth:t.getUint16(74),config:wt(e.subarray(78,e.byteLength))}},avcC:function(e){var t,i,n,r,a=new DataView(e.buffer,e.byteOffset,e.byteLength),s={configurationVersion:e[0],avcProfileIndication:e[1],profileCompatibility:e[2],avcLevelIndication:e[3],lengthSizeMinusOne:3&e[4],sps:[],pps:[]},o=31&e[5];for(n=6,r=0;r<o;r++)i=a.getUint16(n),n+=2,s.sps.push(new Uint8Array(e.subarray(n,n+i))),n+=i;for(t=e[n],n++,r=0;r<t;r++)i=a.getUint16(n),n+=2,s.pps.push(new Uint8Array(e.subarray(n,n+i))),n+=i;return s},btrt:function(e){var t=new DataView(e.buffer,e.byteOffset,e.byteLength);return{bufferSizeDB:t.getUint32(0),maxBitrate:t.getUint32(4),avgBitrate:t.getUint32(8)}},esds:function(e){return{version:e[0],flags:new Uint8Array(e.subarray(1,4)),esId:e[6]<<8|e[7],streamPriority:31&e[8],decoderConfig:{objectProfileIndication:e[11],streamType:e[12]>>>2&63,bufferSize:e[13]<<16|e[14]<<8|e[15],maxBitrate:e[16]<<24|e[17]<<16|e[18]<<8|e[19],avgBitrate:e[20]<<24|e[21]<<16|e[22]<<8|e[23],decoderConfigDescriptor:{tag:e[24],length:e[25],audioObjectType:e[26]>>>3&31,samplingFrequencyIndex:(7&e[26])<<1|e[27]>>>7&1,channelConfiguration:e[27]>>>3&15}}}},ftyp:function(e){for(var t=new DataView(e.buffer,e.byteOffset,e.byteLength),i={majorBrand:At(e.subarray(0,4)),minorVersion:t.getUint32(4),compatibleBrands:[]},n=8;n<e.byteLength;)i.compatibleBrands.push(At(e.subarray(n,n+4))),n+=4;return i},dinf:function(e){return{boxes:wt(e)}},dref:function(e){return{version:e[0],flags:new Uint8Array(e.subarray(1,4)),dataReferences:wt(e.subarray(8))}},hdlr:function(e){var t={version:new DataView(e.buffer,e.byteOffset,e.byteLength).getUint8(0),flags:new Uint8Array(e.subarray(1,4)),handlerType:At(e.subarray(8,12)),name:""},i=8;for(i=24;i<e.byteLength;i++){if(0===e[i]){i++;break}t.name+=String.fromCharCode(e[i])}return t.name=decodeURIComponent(escape(t.name)),t},mdat:function(e){return{byteLength:e.byteLength,nals:Pt(e)}},mdhd:function(e){var t,i=new DataView(e.buffer,e.byteOffset,e.byteLength),n=4,r={version:i.getUint8(0),flags:new Uint8Array(e.subarray(1,4)),language:""};return 1===r.version?(n+=4,r.creationTime=Lt(i.getUint32(n)),n+=8,r.modificationTime=Lt(i.getUint32(n)),n+=4,r.timescale=i.getUint32(n),n+=8,r.duration=i.getUint32(n)):(r.creationTime=Lt(i.getUint32(n)),n+=4,r.modificationTime=Lt(i.getUint32(n)),n+=4,r.timescale=i.getUint32(n),n+=4,r.duration=i.getUint32(n)),n+=4,t=i.getUint16(n),r.language+=String.fromCharCode(96+(t>>10)),r.language+=String.fromCharCode(96+((992&t)>>5)),r.language+=String.fromCharCode(96+(31&t)),r},mdia:function(e){return{boxes:wt(e)}},mfhd:function(e){return{version:e[0],flags:new Uint8Array(e.subarray(1,4)),sequenceNumber:e[4]<<24|e[5]<<16|e[6]<<8|e[7]}},minf:function(e){return{boxes:wt(e)}},mp4a:function(e){var t=new DataView(e.buffer,e.byteOffset,e.byteLength),i={dataReferenceIndex:t.getUint16(6),channelcount:t.getUint16(16),samplesize:t.getUint16(18),samplerate:t.getUint16(24)+t.getUint16(26)/65536};return e.byteLength>28&&(i.streamDescriptor=wt(e.subarray(28))[0]),i},moof:function(e){return{boxes:wt(e)}},moov:function(e){return{boxes:wt(e)}},mvex:function(e){return{boxes:wt(e)}},mvhd:function(e){var t=new DataView(e.buffer,e.byteOffset,e.byteLength),i=4,n={version:t.getUint8(0),flags:new Uint8Array(e.subarray(1,4))};return 1===n.version?(i+=4,n.creationTime=Lt(t.getUint32(i)),i+=8,n.modificationTime=Lt(t.getUint32(i)),i+=4,n.timescale=t.getUint32(i),i+=8,n.duration=t.getUint32(i)):(n.creationTime=Lt(t.getUint32(i)),i+=4,n.modificationTime=Lt(t.getUint32(i)),i+=4,n.timescale=t.getUint32(i),i+=4,n.duration=t.getUint32(i)),i+=4,n.rate=t.getUint16(i)+t.getUint16(i+2)/16,i+=4,n.volume=t.getUint8(i)+t.getUint8(i+1)/8,i+=2,i+=2,i+=8,n.matrix=new Uint32Array(e.subarray(i,i+36)),i+=36,i+=24,n.nextTrackId=t.getUint32(i),n},pdin:function(e){var t=new DataView(e.buffer,e.byteOffset,e.byteLength);return{version:t.getUint8(0),flags:new Uint8Array(e.subarray(1,4)),rate:t.getUint32(4),initialDelay:t.getUint32(8)}},sdtp:function(e){var t,i={version:e[0],flags:new Uint8Array(e.subarray(1,4)),samples:[]};for(t=4;t<e.byteLength;t++)i.samples.push({dependsOn:(48&e[t])>>4,isDependedOn:(12&e[t])>>2,hasRedundancy:3&e[t]});return i},sidx:function(e){var t,i=new DataView(e.buffer,e.byteOffset,e.byteLength),n={version:e[0],flags:new Uint8Array(e.subarray(1,4)),references:[],referenceId:i.getUint32(4),timescale:i.getUint32(8),earliestPresentationTime:i.getUint32(12),firstOffset:i.getUint32(16)},r=i.getUint16(22);for(t=24;r;t+=12,r--)n.references.push({referenceType:(128&e[t])>>>7,referencedSize:2147483647&i.getUint32(t),subsegmentDuration:i.getUint32(t+4),startsWithSap:!!(128&e[t+8]),sapType:(112&e[t+8])>>>4,sapDeltaTime:268435455&i.getUint32(t+8)});return n},smhd:function(e){return{version:e[0],flags:new Uint8Array(e.subarray(1,4)),balance:e[4]+e[5]/256}},stbl:function(e){return{boxes:wt(e)}},stco:function(e){var t,i=new DataView(e.buffer,e.byteOffset,e.byteLength),n={version:e[0],flags:new Uint8Array(e.subarray(1,4)),chunkOffsets:[]},r=i.getUint32(4);for(t=8;r;t+=4,r--)n.chunkOffsets.push(i.getUint32(t));return n},stsc:function(e){var t,i=new DataView(e.buffer,e.byteOffset,e.byteLength),n=i.getUint32(4),r={version:e[0],flags:new Uint8Array(e.subarray(1,4)),sampleToChunks:[]};for(t=8;n;t+=12,n--)r.sampleToChunks.push({firstChunk:i.getUint32(t),samplesPerChunk:i.getUint32(t+4),sampleDescriptionIndex:i.getUint32(t+8)});return r},stsd:function(e){return{version:e[0],flags:new Uint8Array(e.subarray(1,4)),sampleDescriptions:wt(e.subarray(8))}},stsz:function(e){var t,i=new DataView(e.buffer,e.byteOffset,e.byteLength),n={version:e[0],flags:new Uint8Array(e.subarray(1,4)),sampleSize:i.getUint32(4),entries:[]};for(t=12;t<e.byteLength;t+=4)n.entries.push(i.getUint32(t));return n},stts:function(e){var t,i=new DataView(e.buffer,e.byteOffset,e.byteLength),n={version:e[0],flags:new Uint8Array(e.subarray(1,4)),timeToSamples:[]},r=i.getUint32(4);for(t=8;r;t+=8,r--)n.timeToSamples.push({sampleCount:i.getUint32(t),sampleDelta:i.getUint32(t+4)});return n},styp:function(e){return xt.ftyp(e)},tfdt:function(e){var t={version:e[0],flags:new Uint8Array(e.subarray(1,4)),baseMediaDecodeTime:e[4]<<24|e[5]<<16|e[6]<<8|e[7]};return 1===t.version&&(t.baseMediaDecodeTime*=Math.pow(2,32),t.baseMediaDecodeTime+=e[8]<<24|e[9]<<16|e[10]<<8|e[11]),t},tfhd:function(e){var t,i=new DataView(e.buffer,e.byteOffset,e.byteLength),n={version:e[0],flags:new Uint8Array(e.subarray(1,4)),trackId:i.getUint32(4)},r=1&n.flags[2],a=2&n.flags[2],s=8&n.flags[2],o=16&n.flags[2],u=32&n.flags[2],l=65536&n.flags[0],c=131072&n.flags[0];return t=8,r&&(t+=4,n.baseDataOffset=i.getUint32(12),t+=4),a&&(n.sampleDescriptionIndex=i.getUint32(t),t+=4),s&&(n.defaultSampleDuration=i.getUint32(t),t+=4),o&&(n.defaultSampleSize=i.getUint32(t),t+=4),u&&(n.defaultSampleFlags=i.getUint32(t)),l&&(n.durationIsEmpty=!0),!r&&c&&(n.baseDataOffsetIsMoof=!0),n},tkhd:function(e){var t=new DataView(e.buffer,e.byteOffset,e.byteLength),i=4,n={version:t.getUint8(0),flags:new Uint8Array(e.subarray(1,4))};return 1===n.version?(i+=4,n.creationTime=Lt(t.getUint32(i)),i+=8,n.modificationTime=Lt(t.getUint32(i)),i+=4,n.trackId=t.getUint32(i),i+=4,i+=8,n.duration=t.getUint32(i)):(n.creationTime=Lt(t.getUint32(i)),i+=4,n.modificationTime=Lt(t.getUint32(i)),i+=4,n.trackId=t.getUint32(i),i+=4,i+=4,n.duration=t.getUint32(i)),i+=4,i+=8,n.layer=t.getUint16(i),i+=2,n.alternateGroup=t.getUint16(i),i+=2,n.volume=t.getUint8(i)+t.getUint8(i+1)/8,i+=2,i+=2,n.matrix=new Uint32Array(e.subarray(i,i+36)),i+=36,n.width=t.getUint16(i)+t.getUint16(i+2)/16,i+=4,n.height=t.getUint16(i)+t.getUint16(i+2)/16,n},traf:function(e){return{boxes:wt(e)}},trak:function(e){return{boxes:wt(e)}},trex:function(e){var t=new DataView(e.buffer,e.byteOffset,e.byteLength);return{version:e[0],flags:new Uint8Array(e.subarray(1,4)),trackId:t.getUint32(4),defaultSampleDescriptionIndex:t.getUint32(8),defaultSampleDuration:t.getUint32(12),defaultSampleSize:t.getUint32(16),sampleDependsOn:3&e[20],sampleIsDependedOn:(192&e[21])>>6,sampleHasRedundancy:(48&e[21])>>4,samplePaddingValue:(14&e[21])>>1,sampleIsDifferenceSample:!!(1&e[21]),sampleDegradationPriority:t.getUint16(22)}},trun:function(e){var t,i={version:e[0],flags:new Uint8Array(e.subarray(1,4)),samples:[]},n=new DataView(e.buffer,e.byteOffset,e.byteLength),r=1&i.flags[2],a=4&i.flags[2],s=1&i.flags[1],o=2&i.flags[1],u=4&i.flags[1],l=8&i.flags[1],c=n.getUint32(4),h=8;for(r&&(i.dataOffset=n.getInt32(h),h+=4),a&&c&&(t={flags:Ot(e.subarray(h,h+4))},h+=4,s&&(t.duration=n.getUint32(h),h+=4),o&&(t.size=n.getUint32(h),h+=4),l&&(t.compositionTimeOffset=n.getUint32(h),h+=4),i.samples.push(t),c--);c--;)t={},s&&(t.duration=n.getUint32(h),h+=4),o&&(t.size=n.getUint32(h),h+=4),u&&(t.flags=Ot(e.subarray(h,h+4)),h+=4),l&&(t.compositionTimeOffset=n.getUint32(h),h+=4),i.samples.push(t);return i},"url ":function(e){return{version:e[0],flags:new Uint8Array(e.subarray(1,4))}},vmhd:function(e){var t=new DataView(e.buffer,e.byteOffset,e.byteLength);return{version:e[0],flags:new Uint8Array(e.subarray(1,4)),graphicsmode:t.getUint16(4),opcolor:new Uint16Array([t.getUint16(6),t.getUint16(8),t.getUint16(10)])}}},Ut={inspect:wt=function(e){for(var t,i,n,r,a,s=0,o=[],u=new ArrayBuffer(e.length),l=new Uint8Array(u),c=0;c<e.length;++c)l[c]=e[c];for(t=new DataView(u);s<e.byteLength;)i=t.getUint32(s),n=At(e.subarray(s+4,s+8)),r=i>1?s+i:e.byteLength,(a=(xt[n]||function(e){return{data:e}})(e.subarray(s+8,r))).size=i,a.type=n,o.push(a),s=r;return o},textify:Ct=function(e,t){var i;return t=t||0,i=new Array(2*t+1).join(" "),e.map((function(e,n){return i+e.type+"\n"+Object.keys(e).filter((function(e){return"type"!==e&&"boxes"!==e})).map((function(t){var n=i+" "+t+": ",r=e[t];if(r instanceof Uint8Array||r instanceof Uint32Array){var a=Array.prototype.slice.call(new Uint8Array(r.buffer,r.byteOffset,r.byteLength)).map((function(e){return" "+("00"+e.toString(16)).slice(-2)})).join("").match(/.{1,24}/g);return a?1===a.length?n+"<"+a.join("").slice(1)+">":n+"<\n"+a.map((function(e){return i+" "+e})).join("\n")+"\n"+i+" >":n+"<>"}return n+JSON.stringify(r,null,2).split("\n").map((function(e,t){return 0===t?e:i+" "+e})).join("\n")})).join("\n")+(e.boxes?"\n"+Ct(e.boxes,t+1):"")})).join("\n")},parseTfdt:xt.tfdt,parseHdlr:xt.hdlr,parseTfhd:xt.tfhd,parseTrun:xt.trun},It=Oe,Dt=Be.CaptionStream,Rt=function(e,t){for(var i=e,n=0;n<t.length;n++){var r=t[n];if(i<r.size)return r;i-=r.size}return null},Mt=function(e,t){var i=$.findBox(e,["moof","traf"]),n=$.findBox(e,["mdat"]),r={},a=[];return n.forEach((function(e,t){var n=i[t];a.push({mdat:e,traf:n})})),a.forEach((function(e){var i,n=e.mdat,a=e.traf,s=$.findBox(a,["tfhd"]),o=Ut.parseTfhd(s[0]),u=o.trackId,l=$.findBox(a,["tfdt"]),c=l.length>0?Ut.parseTfdt(l[0]).baseMediaDecodeTime:0,h=$.findBox(a,["trun"]);t===u&&h.length>0&&(i=function(e,t,i){var n,r,a,s,o=new DataView(e.buffer,e.byteOffset,e.byteLength),u=[];for(r=0;r+4<e.length;r+=a)if(a=o.getUint32(r),r+=4,!(a<=0))switch(31&e[r]){case 6:var l=e.subarray(r+1,r+1+a),c=Rt(r,t);n={nalUnitType:"sei_rbsp",size:a,data:l,escapedRBSP:It(l),trackId:i},c?(n.pts=c.pts,n.dts=c.dts,s=c):(n.pts=s.pts,n.dts=s.dts),u.push(n)}return u}(n,function(e,t,i){var n=t,r=i.defaultSampleDuration||0,a=i.defaultSampleSize||0,s=i.trackId,o=[];return e.forEach((function(e){var t=Ut.parseTrun(e).samples;t.forEach((function(e){void 0===e.duration&&(e.duration=r),void 0===e.size&&(e.size=a),e.trackId=s,e.dts=n,void 0===e.compositionTimeOffset&&(e.compositionTimeOffset=0),e.pts=n+e.compositionTimeOffset,n+=e.duration})),o=o.concat(t)})),o}(h,c,o),u),r[u]||(r[u]=[]),r[u]=r[u].concat(i))})),r},Bt={generator:X,probe:$,Transmuxer:Et.Transmuxer,AudioSegmentStream:Et.AudioSegmentStream,VideoSegmentStream:Et.VideoSegmentStream,CaptionParser:function(){var e,t,i,n,r,a=!1;this.isInitialized=function(){return a},this.init=function(){e=new Dt,a=!0,e.on("data",(function(e){e.startTime=e.startPts/n,e.endTime=e.endPts/n,r.captions.push(e),r.captionStreams[e.stream]=!0}))},this.isNewInit=function(e,t){return!(e&&0===e.length||t&&"object"==typeof t&&0===Object.keys(t).length)&&(i!==e[0]||n!==t[i])},this.parse=function(e,a,s){var o;if(!this.isInitialized())return null;if(!a||!s)return null;if(this.isNewInit(a,s))i=a[0],n=s[i];else if(!i||!n)return t.push(e),null;for(;t.length>0;){var u=t.shift();this.parse(u,a,s)}return null!==(o=function(e,t,i){return t?{seiNals:Mt(e,t)[t],timescale:i}:null}(e,i,n))&&o.seiNals?(this.pushNals(o.seiNals),this.flushStream(),r):null},this.pushNals=function(t){if(!this.isInitialized()||!t||0===t.length)return null;t.forEach((function(t){e.push(t)}))},this.flushStream=function(){if(!this.isInitialized())return null;e.flush()},this.clearParsedCaptions=function(){r.captions=[],r.captionStreams={}},this.resetCaptionStream=function(){if(!this.isInitialized())return null;e.reset()},this.clearAllCaptions=function(){this.clearParsedCaptions(),this.resetCaptionStream()},this.reset=function(){t=[],i=null,n=null,r?this.clearParsedCaptions():r={captions:[],captionStreams:{}},this.resetCaptionStream()},this.reset()}},Nt=function(){function e(e,t){for(var i=0;i<t.length;i++){var n=t[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}return function(t,i,n){return i&&e(t.prototype,i),n&&e(t,n),t}}(),jt=function(){function e(t,i){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.options=i||{},this.self=t,this.init()}return Nt(e,[{key:"init",value:function(){this.transmuxer&&this.transmuxer.dispose(),this.transmuxer=new Bt.Transmuxer(this.options),function(e,t){t.on("data",(function(t){var i=t.initSegment;t.initSegment={data:i.buffer,byteOffset:i.byteOffset,byteLength:i.byteLength};var n=t.data;t.data=n.buffer,e.postMessage({action:"data",segment:t,byteOffset:n.byteOffset,byteLength:n.byteLength},[t.data])})),t.captionStream&&t.captionStream.on("data",(function(t){e.postMessage({action:"caption",data:t})})),t.on("done",(function(t){e.postMessage({action:"done"})})),t.on("gopInfo",(function(t){e.postMessage({action:"gopInfo",gopInfo:t})}))}(this.self,this.transmuxer)}},{key:"push",value:function(e){var t=new Uint8Array(e.data,e.byteOffset,e.byteLength);this.transmuxer.push(t)}},{key:"reset",value:function(){this.init()}},{key:"setTimestampOffset",value:function(e){var t=e.timestampOffset||0;this.transmuxer.setBaseMediaDecodeTime(Math.round(9e4*t))}},{key:"setAudioAppendStart",value:function(e){this.transmuxer.setAudioAppendStart(Math.ceil(9e4*e.appendStart))}},{key:"flush",value:function(e){this.transmuxer.flush()}},{key:"resetCaptions",value:function(){this.transmuxer.resetCaptions()}},{key:"alignGopsWith",value:function(e){this.transmuxer.alignGopsWith(e.gopsToAlignWith.slice())}}]),e}();new function(e){e.onmessage=function(t){"init"===t.data.action&&t.data.options?this.messageHandlers=new jt(e,t.data.options):(this.messageHandlers||(this.messageHandlers=new jt(e)),t.data&&t.data.action&&"init"!==t.data.action&&this.messageHandlers[t.data.action]&&this.messageHandlers[t.data.action](t.data))}}(i)}()})),Qs={videoCodec:"avc1",videoObjectTypeIndicator:".4d400d",audioProfile:"2"},Js=function(e){return e.map((function(e){return e.replace(/avc1\.(\d+)\.(\d+)/i,(function(e,t,i){return"avc1."+("00"+Number(t).toString(16)).slice(-2)+"00"+("00"+Number(i).toString(16)).slice(-2)}))}))},Zs=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t={codecCount:0},i=void 0;return t.codecCount=e.split(",").length,t.codecCount=t.codecCount||2,(i=/(^|\s|,)+(avc[13])([^ ,]*)/i.exec(e))&&(t.videoCodec=i[2],t.videoObjectTypeIndicator=i[3]),t.audioProfile=/(^|\s|,)+mp4a.[0-9A-Fa-f]+\.([0-9A-Fa-f]+)/i.exec(e),t.audioProfile=t.audioProfile&&t.audioProfile[2],t},eo=function(e,t,i){return e+"/"+t+'; codecs="'+i.filter((function(e){return!!e})).join(", ")+'"'},to=function(e,t){var i=function(e){return e.segments&&e.segments.length&&e.segments[0].map?"mp4":"mp2t"}(t),n=function(e){var t=e.attributes||{};return t.CODECS?Zs(t.CODECS):Qs}(t),r=t.attributes||{},a=!0,s=!1;if(!t)return[];if(e.mediaGroups.AUDIO&&r.AUDIO){var o=e.mediaGroups.AUDIO[r.AUDIO];if(o)for(var u in s=!0,a=!1,o)if(!o[u].uri&&!o[u].playlists){a=!0;break}}s&&!n.audioProfile&&(a||(n.audioProfile=function(e,t){if(!e.mediaGroups.AUDIO||!t)return null;var i=e.mediaGroups.AUDIO[t];if(!i)return null;for(var n in i){var r=i[n];if(r.default&&r.playlists)return Zs(r.playlists[0].attributes.CODECS).audioProfile}return null}(e,r.AUDIO)),n.audioProfile||(Ra.log.warn("Multiple audio tracks present but no audio codec string is specified. Attempting to use the default audio codec (mp4a.40.2)"),n.audioProfile=Qs.audioProfile));var l={};n.videoCodec&&(l.video=""+n.videoCodec+n.videoObjectTypeIndicator),n.audioProfile&&(l.audio="mp4a.40."+n.audioProfile);var c=eo("audio",i,[l.audio]),h=eo("video",i,[l.video]),d=eo("video",i,[l.video,l.audio]);return s?!a&&l.video?[h,c]:a||l.video?[d,c]:[c,c]:l.video?[d]:[c]},io=function(e){return/mp4a\.\d+.\d+/i.test(e)},no=function(e){return/avc1\.[\da-f]+/i.test(e)},ro=function(e,t,i){if(null==t||!e.length)return[];var n=Math.ceil(9e4*(t-i+3)),r=void 0;for(r=0;r<e.length&&!(e[r].pts>n);r++);return e.slice(r)},ao=function(e){function t(e,i){ja(this,t);var n=qa(this,(t.__proto__||Object.getPrototypeOf(t)).call(this,Ra.EventTarget));n.timestampOffset_=0,n.pendingBuffers_=[],n.bufferUpdating_=!1,n.mediaSource_=e,n.codecs_=i,n.audioCodec_=null,n.videoCodec_=null,n.audioDisabled_=!1,n.appendAudioInitSegment_=!0,n.gopBuffer_=[],n.timeMapping_=0,n.safeAppend_=Ra.browser.IE_VERSION>=11;var r={remux:!1,alignGopsAtEnd:n.safeAppend_};return n.codecs_.forEach((function(e){io(e)?n.audioCodec_=e:no(e)&&(n.videoCodec_=e)})),n.transmuxer_=new Ks,n.transmuxer_.postMessage({action:"init",options:r}),n.transmuxer_.onmessage=function(e){return"data"===e.data.action?n.data_(e):"done"===e.data.action?n.done_(e):"gopInfo"===e.data.action?n.appendGopInfo_(e):void 0},Object.defineProperty(n,"timestampOffset",{get:function(){return this.timestampOffset_},set:function(e){"number"==typeof e&&e>=0&&(this.timestampOffset_=e,this.appendAudioInitSegment_=!0,this.gopBuffer_.length=0,this.timeMapping_=0,this.transmuxer_.postMessage({action:"setTimestampOffset",timestampOffset:e}))}}),Object.defineProperty(n,"appendWindowStart",{get:function(){return(this.videoBuffer_||this.audioBuffer_).appendWindowStart},set:function(e){this.videoBuffer_&&(this.videoBuffer_.appendWindowStart=e),this.audioBuffer_&&(this.audioBuffer_.appendWindowStart=e)}}),Object.defineProperty(n,"updating",{get:function(){return!!(this.bufferUpdating_||!this.audioDisabled_&&this.audioBuffer_&&this.audioBuffer_.updating||this.videoBuffer_&&this.videoBuffer_.updating)}}),Object.defineProperty(n,"buffered",{get:function(){return function(e,t,i){var n=null,r=null,a=0,s=[],o=[];if(!e&&!t)return Ra.createTimeRange();if(!e)return t.buffered;if(!t)return e.buffered;if(i)return e.buffered;if(0===e.buffered.length&&0===t.buffered.length)return Ra.createTimeRange();for(var u=e.buffered,l=t.buffered,c=u.length;c--;)s.push({time:u.start(c),type:"start"}),s.push({time:u.end(c),type:"end"});for(c=l.length;c--;)s.push({time:l.start(c),type:"start"}),s.push({time:l.end(c),type:"end"});for(s.sort((function(e,t){return e.time-t.time})),c=0;c<s.length;c++)"start"===s[c].type?2==++a&&(n=s[c].time):"end"===s[c].type&&1==--a&&(r=s[c].time),null!==n&&null!==r&&(o.push([n,r]),n=null,r=null);return Ra.createTimeRanges(o)}(this.videoBuffer_,this.audioBuffer_,this.audioDisabled_)}}),n}return Ha(t,e),Fa(t,[{key:"data_",value:function(e){var t=e.data.segment;t.data=new Uint8Array(t.data,e.data.byteOffset,e.data.byteLength),t.initSegment=new Uint8Array(t.initSegment.data,t.initSegment.byteOffset,t.initSegment.byteLength),function(e,t,i){var n=t.player_;if(i.captions&&i.captions.length)for(var r in e.inbandTextTracks_||(e.inbandTextTracks_={}),i.captionStreams)if(!e.inbandTextTracks_[r]){n.tech_.trigger({type:"usage",name:"hls-608"});var a=n.textTracks().getTrackById(r);e.inbandTextTracks_[r]=a||n.addRemoteTextTrack({kind:"captions",id:r,label:r},!1).track}i.metadata&&i.metadata.length&&!e.metadataTrack_&&(e.metadataTrack_=n.addRemoteTextTrack({kind:"metadata",label:"Timed Metadata"},!1).track,e.metadataTrack_.inBandMetadataTrackDispatchType=i.metadata.dispatchType)}(this,this.mediaSource_,t),this.pendingBuffers_.push(t)}},{key:"done_",value:function(e){"closed"!==this.mediaSource_.readyState?this.processPendingSegments_():this.pendingBuffers_.length=0}},{key:"createRealSourceBuffers_",value:function(){var e=this,t=["audio","video"];t.forEach((function(i){if(e[i+"Codec_"]&&!e[i+"Buffer_"]){var n=null;if(e.mediaSource_[i+"Buffer_"])(n=e.mediaSource_[i+"Buffer_"]).updating=!1;else{var r=i+'/mp4;codecs="'+e[i+"Codec_"]+'"';n=function(e,t){var i=e.addSourceBuffer(t),n=Object.create(null);n.updating=!1,n.realBuffer_=i;var r=function(e){"function"==typeof i[e]?n[e]=function(){return i[e].apply(i,arguments)}:void 0===n[e]&&Object.defineProperty(n,e,{get:function(){return i[e]},set:function(t){return i[e]=t}})};for(var a in i)r(a);return n}(e.mediaSource_.nativeMediaSource_,r),e.mediaSource_[i+"Buffer_"]=n}e[i+"Buffer_"]=n,["update","updatestart","updateend"].forEach((function(r){n.addEventListener(r,(function(){if("audio"!==i||!e.audioDisabled_)return"updateend"===r&&(e[i+"Buffer_"].updating=!1),t.every((function(t){return!("audio"!==t||!e.audioDisabled_)||(i===t||!e[t+"Buffer_"]||!e[t+"Buffer_"].updating)}))?e.trigger(r):void 0}))}))}}))}},{key:"appendBuffer",value:function(e){if(this.bufferUpdating_=!0,this.audioBuffer_&&this.audioBuffer_.buffered.length){var t=this.audioBuffer_.buffered;this.transmuxer_.postMessage({action:"setAudioAppendStart",appendStart:t.end(t.length-1)})}this.videoBuffer_&&this.transmuxer_.postMessage({action:"alignGopsWith",gopsToAlignWith:ro(this.gopBuffer_,this.mediaSource_.player_?this.mediaSource_.player_.currentTime():null,this.timeMapping_)}),this.transmuxer_.postMessage({action:"push",data:e.buffer,byteOffset:e.byteOffset,byteLength:e.byteLength},[e.buffer]),this.transmuxer_.postMessage({action:"flush"})}},{key:"appendGopInfo_",value:function(e){this.gopBuffer_=function(e,t,i){if(!t.length)return e;if(i)return t.slice();for(var n=t[0].pts,r=0;r<e.length&&!(e[r].pts>=n);r++);return e.slice(0,r).concat(t)}(this.gopBuffer_,e.data.gopInfo,this.safeAppend_)}},{key:"remove",value:function(e,t){if(this.videoBuffer_&&(this.videoBuffer_.updating=!0,this.videoBuffer_.remove(e,t),this.gopBuffer_=function(e,t,i,n){for(var r=Math.ceil(9e4*(t-n)),a=Math.ceil(9e4*(i-n)),s=e.slice(),o=e.length;o--&&!(e[o].pts<=a););if(-1===o)return s;for(var u=o+1;u--&&!(e[u].pts<=r););return u=Math.max(u,0),s.splice(u,o-u+1),s}(this.gopBuffer_,e,t,this.timeMapping_)),!this.audioDisabled_&&this.audioBuffer_&&(this.audioBuffer_.updating=!0,this.audioBuffer_.remove(e,t)),Bs(e,t,this.metadataTrack_),this.inbandTextTracks_)for(var i in this.inbandTextTracks_)Bs(e,t,this.inbandTextTracks_[i])}},{key:"processPendingSegments_",value:function(){var e={video:{segments:[],bytes:0},audio:{segments:[],bytes:0},captions:[],metadata:[]};e=this.pendingBuffers_.reduce((function(e,t){var i=t.type,n=t.data,r=t.initSegment;return e[i].segments.push(n),e[i].bytes+=n.byteLength,e[i].initSegment=r,t.captions&&(e.captions=e.captions.concat(t.captions)),t.info&&(e[i].info=t.info),t.metadata&&(e.metadata=e.metadata.concat(t.metadata)),e}),e),this.videoBuffer_||this.audioBuffer_||(0===e.video.bytes&&(this.videoCodec_=null),0===e.audio.bytes&&(this.audioCodec_=null),this.createRealSourceBuffers_()),e.audio.info&&this.mediaSource_.trigger({type:"audioinfo",info:e.audio.info}),e.video.info&&this.mediaSource_.trigger({type:"videoinfo",info:e.video.info}),this.appendAudioInitSegment_&&(!this.audioDisabled_&&this.audioBuffer_&&(e.audio.segments.unshift(e.audio.initSegment),e.audio.bytes+=e.audio.initSegment.byteLength),this.appendAudioInitSegment_=!1);var t=!1;this.videoBuffer_&&e.video.bytes?(e.video.segments.unshift(e.video.initSegment),e.video.bytes+=e.video.initSegment.byteLength,this.concatAndAppendSegments_(e.video,this.videoBuffer_),js(this,e.captions,e.metadata)):!this.videoBuffer_||!this.audioDisabled_&&this.audioBuffer_||(t=!0),!this.audioDisabled_&&this.audioBuffer_&&this.concatAndAppendSegments_(e.audio,this.audioBuffer_),this.pendingBuffers_.length=0,t&&this.trigger("updateend"),this.bufferUpdating_=!1}},{key:"concatAndAppendSegments_",value:function(e,t){var i=0,n=void 0;if(e.bytes){n=new Uint8Array(e.bytes),e.segments.forEach((function(e){n.set(e,i),i+=e.byteLength}));try{t.updating=!0,t.appendBuffer(n)}catch(e){this.mediaSource_.player_&&this.mediaSource_.player_.error({code:-3,type:"APPEND_BUFFER_ERR",message:e.message,originalError:e})}}}},{key:"abort",value:function(){this.videoBuffer_&&this.videoBuffer_.abort(),!this.audioDisabled_&&this.audioBuffer_&&this.audioBuffer_.abort(),this.transmuxer_&&this.transmuxer_.postMessage({action:"reset"}),this.pendingBuffers_.length=0,this.bufferUpdating_=!1}}]),t}(Ra.EventTarget),so=function(e){function t(){ja(this,t);var e=qa(this,(t.__proto__||Object.getPrototypeOf(t)).call(this)),i=void 0;for(i in e.nativeMediaSource_=new(f().MediaSource),e.nativeMediaSource_)i in t.prototype||"function"!=typeof e.nativeMediaSource_[i]||(e[i]=e.nativeMediaSource_[i].bind(e.nativeMediaSource_));return e.duration_=NaN,Object.defineProperty(e,"duration",{get:function(){return this.duration_===1/0?this.duration_:this.nativeMediaSource_.duration},set:function(e){this.duration_=e,e===1/0||(this.nativeMediaSource_.duration=e)}}),Object.defineProperty(e,"seekable",{get:function(){return this.duration_===1/0?Ra.createTimeRanges([[0,this.nativeMediaSource_.duration]]):this.nativeMediaSource_.seekable}}),Object.defineProperty(e,"readyState",{get:function(){return this.nativeMediaSource_.readyState}}),Object.defineProperty(e,"activeSourceBuffers",{get:function(){return this.activeSourceBuffers_}}),e.sourceBuffers=[],e.activeSourceBuffers_=[],e.updateActiveSourceBuffers_=function(){if(e.activeSourceBuffers_.length=0,1===e.sourceBuffers.length){var t=e.sourceBuffers[0];return t.appendAudioInitSegment_=!0,t.audioDisabled_=!t.audioCodec_,void e.activeSourceBuffers_.push(t)}for(var i=!1,n=!0,r=0;r<e.player_.audioTracks().length;r++){var a=e.player_.audioTracks()[r];if(a.enabled&&"main"!==a.kind){i=!0,n=!1;break}}e.sourceBuffers.forEach((function(t,r){if(t.appendAudioInitSegment_=!0,t.videoCodec_&&t.audioCodec_)t.audioDisabled_=i;else if(t.videoCodec_&&!t.audioCodec_)t.audioDisabled_=!0,n=!1;else if(!t.videoCodec_&&t.audioCodec_&&(t.audioDisabled_=r?n:!n,t.audioDisabled_))return;e.activeSourceBuffers_.push(t)}))},e.onPlayerMediachange_=function(){e.sourceBuffers.forEach((function(e){e.appendAudioInitSegment_=!0}))},e.onHlsReset_=function(){e.sourceBuffers.forEach((function(e){e.transmuxer_&&e.transmuxer_.postMessage({action:"resetCaptions"})}))},e.onHlsSegmentTimeMapping_=function(t){e.sourceBuffers.forEach((function(e){return e.timeMapping_=t.mapping}))},["sourceopen","sourceclose","sourceended"].forEach((function(e){this.nativeMediaSource_.addEventListener(e,this.trigger.bind(this))}),e),e.on("sourceopen",(function(t){var i=C().querySelector('[src="'+e.url_+'"]');i&&(e.player_=Ra(i.parentNode),e.player_&&(e.player_.tech_.on("hls-reset",e.onHlsReset_),e.player_.tech_.on("hls-segment-time-mapping",e.onHlsSegmentTimeMapping_),e.player_.audioTracks&&e.player_.audioTracks()&&(e.player_.audioTracks().on("change",e.updateActiveSourceBuffers_),e.player_.audioTracks().on("addtrack",e.updateActiveSourceBuffers_),e.player_.audioTracks().on("removetrack",e.updateActiveSourceBuffers_)),e.player_.on("mediachange",e.onPlayerMediachange_)))})),e.on("sourceended",(function(t){for(var i=Ns(e.duration),n=0;n<e.sourceBuffers.length;n++){var r=e.sourceBuffers[n],a=r.metadataTrack_&&r.metadataTrack_.cues;a&&a.length&&(a[a.length-1].endTime=i)}})),e.on("sourceclose",(function(e){this.sourceBuffers.forEach((function(e){e.transmuxer_&&e.transmuxer_.terminate()})),this.sourceBuffers.length=0,this.player_&&(this.player_.audioTracks&&this.player_.audioTracks()&&(this.player_.audioTracks().off("change",this.updateActiveSourceBuffers_),this.player_.audioTracks().off("addtrack",this.updateActiveSourceBuffers_),this.player_.audioTracks().off("removetrack",this.updateActiveSourceBuffers_)),this.player_.el_&&this.player_.off("mediachange",this.onPlayerMediachange_),this.player_.tech_&&this.player_.tech_.el_&&(this.player_.tech_.off("hls-reset",this.onHlsReset_),this.player_.tech_.off("hls-segment-time-mapping",this.onHlsSegmentTimeMapping_)))})),e}return Ha(t,e),Fa(t,[{key:"addSeekableRange_",value:function(e,t){var i=void 0;if(this.duration!==1/0)throw(i=new Error("MediaSource.addSeekableRange() can only be invoked when the duration is Infinity")).name="InvalidStateError",i.code=11,i;(t>this.nativeMediaSource_.duration||isNaN(this.nativeMediaSource_.duration))&&(this.nativeMediaSource_.duration=t)}},{key:"addSourceBuffer",value:function(e){var t=void 0,i=function(e){var t={type:"",parameters:{}},i=e.trim().split(";");return t.type=i.shift().trim(),i.forEach((function(e){var i=e.trim().split("=");if(i.length>1){var n=i[0].replace(/"/g,"").trim(),r=i[1].replace(/"/g,"").trim();t.parameters[n]=r}})),t}(e);if(/^(video|audio)\/mp2t$/i.test(i.type)){var n=[];i.parameters&&i.parameters.codecs&&(n=i.parameters.codecs.split(","),n=(n=Js(n)).filter((function(e){return io(e)||no(e)}))),0===n.length&&(n=["avc1.4d400d","mp4a.40.2"]),t=new ao(this,n),0!==this.sourceBuffers.length&&(this.sourceBuffers[0].createRealSourceBuffers_(),t.createRealSourceBuffers_(),this.sourceBuffers[0].audioDisabled_=!0)}else t=this.nativeMediaSource_.addSourceBuffer(e);return this.sourceBuffers.push(t),t}}]),t}(Ra.EventTarget),oo=0;Ra.mediaSources={};var uo=function(e,t){var i=Ra.mediaSources[e];if(!i)throw new Error("Media Source not found (Video.js)");i.trigger({type:"sourceopen",swfId:t})},lo=function(){return!!f().MediaSource&&!!f().MediaSource.isTypeSupported&&f().MediaSource.isTypeSupported('video/mp4;codecs="avc1.4d400d,mp4a.40.2"')},co=function(){if(this.MediaSource={open:uo,supportsNativeMediaSources:lo},lo())return new so;throw new Error("Cannot use create a virtual MediaSource for this video")};co.open=uo,co.supportsNativeMediaSources=lo;var ho={createObjectURL:function(e){var t=void 0;return e instanceof so?(t=f().URL.createObjectURL(e.nativeMediaSource_),e.url_=t,t):e instanceof so?(t="blob:vjs-media-source/"+oo,oo++,Ra.mediaSources[t]=e,t):(t=f().URL.createObjectURL(e),e.url_=t,t)}};Ra.MediaSource=co,Ra.URL=ho;var po=Ra.EventTarget,fo=Ra.mergeOptions,mo=function(e,t){for(var i=fo(e,{duration:t.duration,minimumUpdatePeriod:t.minimumUpdatePeriod}),n=0;n<t.playlists.length;n++){var r=$a(i,t.playlists[n]);r&&(i=r)}return Ya(t,(function(e,t,n,r){if(e.playlists&&e.playlists.length){var a=e.playlists[0].uri,s=$a(i,e.playlists[0]);s&&((i=s).mediaGroups[t][n][r].playlists[0]=i.playlists[a])}})),i},go=function(e){function t(e,i,n,r){ja(this,t);var a=qa(this,(t.__proto__||Object.getPrototypeOf(t)).call(this));if(a.hls_=i,a.withCredentials=n,!e)throw new Error("A non-empty playlist URL or playlist is required");return a.on("minimumUpdatePeriod",(function(){a.refreshXml_()})),a.on("mediaupdatetimeout",(function(){a.refreshMedia_()})),"string"==typeof e?(a.srcUrl=e,a.state="HAVE_NOTHING",qa(a)):(a.masterPlaylistLoader_=r,a.state="HAVE_METADATA",a.started=!0,a.media(e),f().setTimeout((function(){a.trigger("loadedmetadata")}),0),a)}return Ha(t,e),Fa(t,[{key:"dispose",value:function(){this.stopRequest(),f().clearTimeout(this.mediaUpdateTimeout)}},{key:"stopRequest",value:function(){if(this.request){var e=this.request;this.request=null,e.onreadystatechange=null,e.abort()}}},{key:"media",value:function(e){if(!e)return this.media_;if("HAVE_NOTHING"===this.state)throw new Error("Cannot switch media playlist from "+this.state);var t=this.state;if("string"==typeof e){if(!this.master.playlists[e])throw new Error("Unknown playlist URI: "+e);e=this.master.playlists[e]}var i=!this.media_||e.uri!==this.media_.uri;this.state="HAVE_METADATA",i&&(this.media_&&this.trigger("mediachanging"),this.media_=e,this.refreshMedia_(),"HAVE_MASTER"!==t&&this.trigger("mediachange"))}},{key:"pause",value:function(){this.stopRequest(),f().clearTimeout(this.mediaUpdateTimeout),"HAVE_NOTHING"===this.state&&(this.started=!1)}},{key:"load",value:function(e){var t=this;f().clearTimeout(this.mediaUpdateTimeout);var i=this.media();if(e){var n=i?i.targetDuration/2*1e3:5e3;this.mediaUpdateTimeout=f().setTimeout((function(){return t.load()}),n)}else this.started?this.trigger("loadedplaylist"):this.start()}},{key:"parseMasterXml",value:function(){var e=de(this.masterXml_,{manifestUri:this.srcUrl,clientOffset:this.clientOffset_});e.uri=this.srcUrl;for(var t=0;t<e.playlists.length;t++){var i="placeholder-uri-"+t;e.playlists[t].uri=i,e.playlists[i]=e.playlists[t]}return Ya(e,(function(t,i,n,r){if(t.playlists&&t.playlists.length){var a="placeholder-uri-"+i+"-"+n+"-"+r;t.playlists[0].uri=a,e.playlists[a]=t.playlists[0]}})),Ka(e),Qa(e),e}},{key:"start",value:function(){var e=this;this.started=!0,this.request=this.hls_.xhr({uri:this.srcUrl,withCredentials:this.withCredentials},(function(t,i){if(e.request){if(e.request=null,t)return e.error={status:i.status,message:"DASH playlist request error at URL: "+e.srcUrl,responseText:i.responseText,code:2},"HAVE_NOTHING"===e.state&&(e.started=!1),e.trigger("error");e.masterXml_=i.responseText,i.responseHeaders&&i.responseHeaders.date?e.masterLoaded_=Date.parse(i.responseHeaders.date):e.masterLoaded_=Date.now(),e.syncClientServerClock_(e.onClientServerClockSync_.bind(e))}}))}},{key:"syncClientServerClock_",value:function(e){var t=this,i=pe(this.masterXml_);return null===i?(this.clientOffset_=this.masterLoaded_-Date.now(),e()):"DIRECT"===i.method?(this.clientOffset_=i.value-Date.now(),e()):void(this.request=this.hls_.xhr({uri:Na(this.srcUrl,i.value),method:i.method,withCredentials:this.withCredentials},(function(n,r){if(t.request){if(n)return t.clientOffset_=t.masterLoaded_-Date.now(),e();var a=void 0;a="HEAD"===i.method?r.responseHeaders&&r.responseHeaders.date?Date.parse(r.responseHeaders.date):t.masterLoaded_:Date.parse(r.responseText),t.clientOffset_=a-Date.now(),e()}})))}},{key:"onClientServerClockSync_",value:function(){var e=this;this.master=this.parseMasterXml(),this.state="HAVE_MASTER",this.trigger("loadedplaylist"),this.media_||this.media(this.master.playlists[0]),f().setTimeout((function(){e.trigger("loadedmetadata")}),0),this.master.minimumUpdatePeriod&&f().setTimeout((function(){e.trigger("minimumUpdatePeriod")}),this.master.minimumUpdatePeriod)}},{key:"refreshXml_",value:function(){var e=this;this.request=this.hls_.xhr({uri:this.srcUrl,withCredentials:this.withCredentials},(function(t,i){if(e.request){if(e.request=null,t)return e.error={status:i.status,message:"DASH playlist request error at URL: "+e.srcUrl,responseText:i.responseText,code:2},"HAVE_NOTHING"===e.state&&(e.started=!1),e.trigger("error");e.masterXml_=i.responseText;var n=e.parseMasterXml();e.master=mo(e.master,n),f().setTimeout((function(){e.trigger("minimumUpdatePeriod")}),e.master.minimumUpdatePeriod)}}))}},{key:"refreshMedia_",value:function(){var e=this,t=void 0,i=void 0;this.masterPlaylistLoader_?(t=this.masterPlaylistLoader_.master,i=this.masterPlaylistLoader_.parseMasterXml()):(t=this.master,i=this.parseMasterXml());var n=mo(t,i);n?(this.masterPlaylistLoader_?this.masterPlaylistLoader_.master=n:this.master=n,this.media_=n.playlists[this.media_.uri]):this.trigger("playlistunchanged"),this.media().endList||(this.mediaUpdateTimeout=f().setTimeout((function(){e.trigger("mediaupdatetimeout")}),Ja(this.media(),!!n))),this.trigger("loadedplaylist")}}]),t}(po),yo=function(e){return Ra.log.debug?Ra.log.debug.bind(Ra,"VHS:",e+" >"):function(){}};function vo(){}var _o=function(){function e(t,i,n,r){ja(this,e),this.callbacks_=[],this.pendingCallback_=null,this.timestampOffset_=0,this.mediaSource=t,this.processedAppend_=!1,this.type_=n,this.mimeType_=i,this.logger_=yo("SourceUpdater["+n+"]["+i+"]"),"closed"===t.readyState?t.addEventListener("sourceopen",this.createSourceBuffer_.bind(this,i,r)):this.createSourceBuffer_(i,r)}return Fa(e,[{key:"createSourceBuffer_",value:function(e,t){var i=this;this.sourceBuffer_=this.mediaSource.addSourceBuffer(e),this.logger_("created SourceBuffer"),t&&(t.trigger("sourcebufferadded"),this.mediaSource.sourceBuffers.length<2)?t.on("sourcebufferadded",(function(){i.start_()})):this.start_()}},{key:"start_",value:function(){var e=this;this.started_=!0,this.onUpdateendCallback_=function(){var t=e.pendingCallback_;e.pendingCallback_=null,e.logger_("buffered ["+Rs(e.buffered())+"]"),t&&t(),e.runCallback_()},this.sourceBuffer_.addEventListener("updateend",this.onUpdateendCallback_),this.runCallback_()}},{key:"abort",value:function(e){var t=this;this.processedAppend_&&this.queueCallback_((function(){t.sourceBuffer_.abort()}),e)}},{key:"appendBuffer",value:function(e,t){var i=this;this.processedAppend_=!0,this.queueCallback_((function(){i.sourceBuffer_.appendBuffer(e)}),t)}},{key:"buffered",value:function(){return this.sourceBuffer_?this.sourceBuffer_.buffered:Ra.createTimeRanges()}},{key:"remove",value:function(e,t){var i=this,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:vo;this.processedAppend_&&this.queueCallback_((function(){i.logger_("remove ["+e+" => "+t+"]"),i.sourceBuffer_.remove(e,t)}),n)}},{key:"updating",value:function(){return!this.sourceBuffer_||this.sourceBuffer_.updating||this.pendingCallback_}},{key:"timestampOffset",value:function(e){var t=this;return void 0!==e&&(this.queueCallback_((function(){t.sourceBuffer_.timestampOffset=e})),this.timestampOffset_=e),this.timestampOffset_}},{key:"queueCallback_",value:function(e,t){this.callbacks_.push([e.bind(this),t]),this.runCallback_()}},{key:"runCallback_",value:function(){var e=void 0;!this.updating()&&this.callbacks_.length&&this.started_&&(e=this.callbacks_.shift(),this.pendingCallback_=e[1],e[0]())}},{key:"dispose",value:function(){this.sourceBuffer_.removeEventListener("updateend",this.onUpdateendCallback_),this.sourceBuffer_&&"open"===this.mediaSource.readyState&&this.sourceBuffer_.abort()}}]),e}(),bo={GOAL_BUFFER_LENGTH:30,MAX_GOAL_BUFFER_LENGTH:60,GOAL_BUFFER_LENGTH_RATE:1,INITIAL_BANDWIDTH:4194304,BANDWIDTH_VARIANCE:1.2,BUFFER_LOW_WATER_LINE:0,MAX_BUFFER_LOW_WATER_LINE:30,BUFFER_LOW_WATER_LINE_RATE:1},To=2,So=-101,ko=-102,wo=function(e){var t,i,n={};return e.byterange&&(n.Range=(t=e.byterange,i=t.offset+t.length-1,"bytes="+t.offset+"-"+i)),n},Co=function(e){e.forEach((function(e){e.abort()}))},Eo=function(e,t){return t.timedout?{status:t.status,message:"HLS request timed-out at URL: "+t.uri,code:So,xhr:t}:t.aborted?{status:t.status,message:"HLS request aborted at URL: "+t.uri,code:ko,xhr:t}:e?{status:t.status,message:"HLS request errored at URL: "+t.uri,code:To,xhr:t}:null},Ao=function(e,t,i){var n=0,r=!1;return function(a,s){if(!r)return a?(r=!0,Co(e),i(a,s)):(n+=1)===e.length?(s.endOfAllRequests=Date.now(),s.encryptedBytes?function(e,t,i){e.addEventListener("message",(function n(r){if(r.data.source===t.requestId){e.removeEventListener("message",n);var a=r.data.decrypted;return t.bytes=new Uint8Array(a.bytes,a.byteOffset,a.byteLength),i(null,t)}})),e.postMessage(Ss({source:t.requestId,encrypted:t.encryptedBytes,key:t.key.bytes,iv:t.key.iv}),[t.encryptedBytes.buffer,t.key.bytes.buffer])}(t,s,i):i(null,s)):void 0}},Lo=function(e,t){return function(i){var n,r,a;return e.stats=Ra.mergeOptions(e.stats,(r=(n=i).target,(a={bandwidth:1/0,bytesReceived:0,roundTripTime:Date.now()-r.requestTime||0}).bytesReceived=n.loaded,a.bandwidth=Math.floor(a.bytesReceived/a.roundTripTime*8*1e3),a)),!e.stats.firstBytesReceivedAt&&e.stats.bytesReceived&&(e.stats.firstBytesReceivedAt=Date.now()),t(i,e)}},Oo=function(e,t,i,n,r,a,s){var o=[],u=Ao(o,i,s);if(r.key){var l=e(Ra.mergeOptions(t,{uri:r.key.resolvedUri,responseType:"arraybuffer"}),function(e,t){return function(i,n){var r=n.response,a=Eo(i,n);if(a)return t(a,e);if(16!==r.byteLength)return t({status:n.status,message:"Invalid HLS key at URL: "+n.uri,code:To,xhr:n},e);var s=new DataView(r);return e.key.bytes=new Uint32Array([s.getUint32(0),s.getUint32(4),s.getUint32(8),s.getUint32(12)]),t(null,e)}}(r,u));o.push(l)}if(r.map&&!r.map.bytes){var c=e(Ra.mergeOptions(t,{uri:r.map.resolvedUri,responseType:"arraybuffer",headers:wo(r.map)}),function(e,t,i){return function(n,r){var a=r.response,s=Eo(n,r);return s?i(s,e):0===a.byteLength?i({status:r.status,message:"Empty HLS segment content at URL: "+r.uri,code:To,xhr:r},e):(e.map.bytes=new Uint8Array(r.response),t.isInitialized()||t.init(),e.map.timescales=me().timescale(e.map.bytes),e.map.videoTrackIds=me().videoTrackIds(e.map.bytes),i(null,e))}}(r,n,u));o.push(c)}var h=e(Ra.mergeOptions(t,{uri:r.resolvedUri,responseType:"arraybuffer",headers:wo(r)}),function(e,t,i){return function(n,r){var a=r.response,s=Eo(n,r),o=void 0;return s?i(s,e):0===a.byteLength?i({status:r.status,message:"Empty HLS segment content at URL: "+r.uri,code:To,xhr:r},e):(e.stats=function(e){return{bandwidth:e.bandwidth,bytesReceived:e.bytesReceived||0,roundTripTime:e.roundTripTime||0}}(r),e.key?e.encryptedBytes=new Uint8Array(r.response):e.bytes=new Uint8Array(r.response),e.map&&e.map.bytes&&(t.isInitialized()||t.init(),(o=t.parse(e.bytes,e.map.videoTrackIds,e.map.timescales))&&o.captions&&(e.captionStreams=o.captionStreams,e.fmp4Captions=o.captions)),i(null,e))}}(r,n,u));return h.addEventListener("progress",Lo(r,a)),o.push(h),function(){return Co(o)}},Po=function(e,t){var i;return e&&(i=f().getComputedStyle(e))?i[t]:""},xo=function(e,t){var i=e.slice();e.sort((function(e,n){var r=t(e,n);return 0===r?i.indexOf(e)-i.indexOf(n):r}))},Uo=function(e,t){var i=void 0,n=void 0;return e.attributes.BANDWIDTH&&(i=e.attributes.BANDWIDTH),i=i||f().Number.MAX_VALUE,t.attributes.BANDWIDTH&&(n=t.attributes.BANDWIDTH),i-(n=n||f().Number.MAX_VALUE)},Io=function(e,t,i){if(!e||!t)return!1;var n=i===e.segments.length;return e.endList&&"open"===t.readyState&&n},Do=function(e){return"number"==typeof e&&isFinite(e)},Ro=function(e){function t(e){ja(this,t);var i=qa(this,(t.__proto__||Object.getPrototypeOf(t)).call(this));if(!e)throw new TypeError("Initialization settings are required");if("function"!=typeof e.currentTime)throw new TypeError("No currentTime getter specified");if(!e.mediaSource)throw new TypeError("No MediaSource specified");return i.bandwidth=e.bandwidth,i.throughput={rate:0,count:0},i.roundTrip=NaN,i.resetStats_(),i.mediaIndex=null,i.hasPlayed_=e.hasPlayed,i.currentTime_=e.currentTime,i.seekable_=e.seekable,i.seeking_=e.seeking,i.duration_=e.duration,i.mediaSource_=e.mediaSource,i.hls_=e.hls,i.loaderType_=e.loaderType,i.startingMedia_=void 0,i.segmentMetadataTrack_=e.segmentMetadataTrack,i.goalBufferLength_=e.goalBufferLength,i.sourceType_=e.sourceType,i.inbandTextTracks_=e.inbandTextTracks,i.state_="INIT",i.checkBufferTimeout_=null,i.error_=void 0,i.currentTimeline_=-1,i.pendingSegment_=null,i.mimeType_=null,i.sourceUpdater_=null,i.xhrOptions_=null,i.activeInitSegmentId_=null,i.initSegments_={},i.captionParser_=new ge.CaptionParser,i.decrypter_=e.decrypter,i.syncController_=e.syncController,i.syncPoint_={segmentIndex:0,time:0},i.syncController_.on("syncinfoupdate",(function(){return i.trigger("syncinfoupdate")})),i.mediaSource_.addEventListener("sourceopen",(function(){return i.ended_=!1})),i.fetchAtBuffer_=!1,i.logger_=yo("SegmentLoader["+i.loaderType_+"]"),Object.defineProperty(i,"state",{get:function(){return this.state_},set:function(e){e!==this.state_&&(this.logger_(this.state_+" -> "+e),this.state_=e)}}),i}return Ha(t,e),Fa(t,[{key:"resetStats_",value:function(){this.mediaBytesTransferred=0,this.mediaRequests=0,this.mediaRequestsAborted=0,this.mediaRequestsTimedout=0,this.mediaRequestsErrored=0,this.mediaTransferDuration=0,this.mediaSecondsLoaded=0}},{key:"dispose",value:function(){this.state="DISPOSED",this.pause(),this.abort_(),this.sourceUpdater_&&this.sourceUpdater_.dispose(),this.resetStats_(),this.captionParser_.reset()}},{key:"abort",value:function(){"WAITING"===this.state?(this.abort_(),this.state="READY",this.paused()||this.monitorBuffer_()):this.pendingSegment_&&(this.pendingSegment_=null)}},{key:"abort_",value:function(){this.pendingSegment_&&this.pendingSegment_.abortRequests(),this.pendingSegment_=null}},{key:"error",value:function(e){return void 0!==e&&(this.error_=e),this.pendingSegment_=null,this.error_}},{key:"endOfStream",value:function(){this.ended_=!0,this.pause(),this.trigger("ended")}},{key:"buffered_",value:function(){return this.sourceUpdater_?this.sourceUpdater_.buffered():Ra.createTimeRanges()}},{key:"initSegment",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(!e)return null;var i=ks(e),n=this.initSegments_[i];return t&&!n&&e.bytes&&(this.initSegments_[i]=n={resolvedUri:e.resolvedUri,byterange:e.byterange,bytes:e.bytes,timescales:e.timescales,videoTrackIds:e.videoTrackIds}),n||e}},{key:"couldBeginLoading_",value:function(){return this.playlist_&&(this.sourceUpdater_||this.mimeType_&&"INIT"===this.state)&&!this.paused()}},{key:"load",value:function(){if(this.monitorBuffer_(),this.playlist_){if(this.syncController_.setDateTimeMapping(this.playlist_),"INIT"===this.state&&this.couldBeginLoading_())return this.init_();!this.couldBeginLoading_()||"READY"!==this.state&&"INIT"!==this.state||(this.state="READY")}}},{key:"init_",value:function(){return this.state="READY",this.sourceUpdater_=new _o(this.mediaSource_,this.mimeType_,this.loaderType_,this.sourceBufferEmitter_),this.resetEverything(),this.monitorBuffer_()}},{key:"playlist",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(e){var i=this.playlist_,n=this.pendingSegment_;this.playlist_=e,this.xhrOptions_=t,this.hasPlayed_()||(e.syncInfo={mediaSequence:e.mediaSequence,time:0});var r=i?i.id:null;if(this.logger_("playlist update ["+r+" => "+e.id+"]"),this.trigger("syncinfoupdate"),"INIT"===this.state&&this.couldBeginLoading_())return this.init_();if(i&&i.uri===e.uri){var a=e.mediaSequence-i.mediaSequence;this.logger_("live window shift ["+a+"]"),null!==this.mediaIndex&&(this.mediaIndex-=a),n&&(n.mediaIndex-=a,n.mediaIndex>=0&&(n.segment=e.segments[n.mediaIndex])),this.syncController_.saveExpiredSegmentInfo(i,e)}else null!==this.mediaIndex&&this.resyncLoader()}}},{key:"pause",value:function(){this.checkBufferTimeout_&&(f().clearTimeout(this.checkBufferTimeout_),this.checkBufferTimeout_=null)}},{key:"paused",value:function(){return null===this.checkBufferTimeout_}},{key:"mimeType",value:function(e,t){this.mimeType_||(this.mimeType_=e,this.sourceBufferEmitter_=t,"INIT"===this.state&&this.couldBeginLoading_()&&this.init_())}},{key:"resetEverything",value:function(e){this.ended_=!1,this.resetLoader(),this.remove(0,this.duration_(),e),this.captionParser_.clearAllCaptions(),this.trigger("reseteverything")}},{key:"resetLoader",value:function(){this.fetchAtBuffer_=!1,this.resyncLoader()}},{key:"resyncLoader",value:function(){this.mediaIndex=null,this.syncPoint_=null,this.abort()}},{key:"remove",value:function(e,t,i){if(this.sourceUpdater_&&this.sourceUpdater_.remove(e,t,i),Bs(e,t,this.segmentMetadataTrack_),this.inbandTextTracks_)for(var n in this.inbandTextTracks_)Bs(e,t,this.inbandTextTracks_[n])}},{key:"monitorBuffer_",value:function(){this.checkBufferTimeout_&&f().clearTimeout(this.checkBufferTimeout_),this.checkBufferTimeout_=f().setTimeout(this.monitorBufferTick_.bind(this),1)}},{key:"monitorBufferTick_",value:function(){"READY"===this.state&&this.fillBuffer_(),this.checkBufferTimeout_&&f().clearTimeout(this.checkBufferTimeout_),this.checkBufferTimeout_=f().setTimeout(this.monitorBufferTick_.bind(this),500)}},{key:"fillBuffer_",value:function(){if(!this.sourceUpdater_.updating()){this.syncPoint_||(this.syncPoint_=this.syncController_.getSyncPoint(this.playlist_,this.duration_(),this.currentTimeline_,this.currentTime_()));var e=this.checkBuffer_(this.buffered_(),this.playlist_,this.mediaIndex,this.hasPlayed_(),this.currentTime_(),this.syncPoint_);if(e)Io(this.playlist_,this.mediaSource_,e.mediaIndex)?this.endOfStream():(e.mediaIndex!==this.playlist_.segments.length-1||"ended"!==this.mediaSource_.readyState||this.seeking_())&&((e.timeline!==this.currentTimeline_||null!==e.startOfSegment&&e.startOfSegment<this.sourceUpdater_.timestampOffset())&&(this.syncController_.reset(),e.timestampOffset=e.startOfSegment,this.captionParser_.clearAllCaptions()),this.loadSegment_(e))}}},{key:"checkBuffer_",value:function(e,t,i,n,r,a){var s=0,o=void 0;e.length&&(s=e.end(e.length-1));var u=Math.max(0,s-r);if(!t.segments.length)return null;if(u>=this.goalBufferLength_())return null;if(!n&&u>=1)return null;if(null===a)return i=this.getSyncSegmentCandidate_(t),this.generateSegmentInfo_(t,i,null,!0);if(null!==i){var l=t.segments[i];return o=l&&l.end?l.end:s,this.generateSegmentInfo_(t,i+1,o,!1)}if(this.fetchAtBuffer_){var c=ms.getMediaInfoForTime(t,s,a.segmentIndex,a.time);i=c.mediaIndex,o=c.startTime}else{var h=ms.getMediaInfoForTime(t,r,a.segmentIndex,a.time);i=h.mediaIndex,o=h.startTime}return this.generateSegmentInfo_(t,i,o,!1)}},{key:"getSyncSegmentCandidate_",value:function(e){var t=this;if(-1===this.currentTimeline_)return 0;var i=e.segments.map((function(e,t){return{timeline:e.timeline,segmentIndex:t}})).filter((function(e){return e.timeline===t.currentTimeline_}));return i.length?i[Math.min(i.length-1,1)].segmentIndex:Math.max(e.segments.length-1,0)}},{key:"generateSegmentInfo_",value:function(e,t,i,n){if(t<0||t>=e.segments.length)return null;var r=e.segments[t];return{requestId:"segment-loader-"+Math.random(),uri:r.resolvedUri,mediaIndex:t,isSyncRequest:n,startOfSegment:i,playlist:e,bytes:null,encryptedBytes:null,timestampOffset:null,timeline:r.timeline,duration:r.duration,segment:r}}},{key:"abortRequestEarly_",value:function(e){if(this.hls_.tech_.paused()||!this.xhrOptions_.timeout||!this.playlist_.attributes.BANDWIDTH)return!1;if(Date.now()-(e.firstBytesReceivedAt||Date.now())<1e3)return!1;var t=this.currentTime_(),i=e.bandwidth,n=this.pendingSegment_.duration,r=ms.estimateSegmentRequestTime(n,i,this.playlist_,e.bytesReceived),a=function(e,t){var i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1;return((e.length?e.end(e.length-1):0)-t)/i}(this.buffered_(),t,this.hls_.tech_.playbackRate())-1;if(r<=a)return!1;var s=function(e){var t=e.master,i=e.currentTime,n=e.bandwidth,r=e.duration,a=e.segmentDuration,s=e.timeUntilRebuffer,o=e.currentTimeline,u=e.syncController,l=t.playlists.filter((function(e){return!ms.isIncompatible(e)})),c=l.filter(ms.isEnabled);c.length||(c=l.filter((function(e){return!ms.isDisabled(e)})));var h=c.filter(ms.hasAttribute.bind(null,"BANDWIDTH")).map((function(e){var t=u.getSyncPoint(e,r,o,i)?1:2;return{playlist:e,rebufferingImpact:ms.estimateSegmentRequestTime(a,n,e)*t-s}})),d=h.filter((function(e){return e.rebufferingImpact<=0}));return xo(d,(function(e,t){return Uo(t.playlist,e.playlist)})),d.length?d[0]:(xo(h,(function(e,t){return e.rebufferingImpact-t.rebufferingImpact})),h[0]||null)}({master:this.hls_.playlists.master,currentTime:t,bandwidth:i,duration:this.duration_(),segmentDuration:n,timeUntilRebuffer:a,currentTimeline:this.currentTimeline_,syncController:this.syncController_});if(s){var o=r-a-s.rebufferingImpact,u=.5;return a<=Ps&&(u=1),!s.playlist||s.playlist.uri===this.playlist_.uri||o<u?!1:(this.bandwidth=s.playlist.attributes.BANDWIDTH*bo.BANDWIDTH_VARIANCE+1,this.abort(),this.trigger("earlyabort"),!0)}}},{key:"handleProgress_",value:function(e,t){this.pendingSegment_&&t.requestId===this.pendingSegment_.requestId&&!this.abortRequestEarly_(t.stats)&&this.trigger("progress")}},{key:"loadSegment_",value:function(e){this.state="WAITING",this.pendingSegment_=e,this.trimBackBuffer_(e),e.abortRequests=Oo(this.hls_.xhr,this.xhrOptions_,this.decrypter_,this.captionParser_,this.createSimplifiedSegmentObj_(e),this.handleProgress_.bind(this),this.segmentRequestFinished_.bind(this))}},{key:"trimBackBuffer_",value:function(e){var t=function(e,t,i){var n=void 0;return n=e.length&&e.start(0)>0&&e.start(0)<t?e.start(0):t-30,Math.min(n,t-i)}(this.seekable_(),this.currentTime_(),this.playlist_.targetDuration||10);t>0&&this.remove(0,t)}},{key:"createSimplifiedSegmentObj_",value:function(e){var t=e.segment,i={resolvedUri:t.resolvedUri,byterange:t.byterange,requestId:e.requestId};if(t.key){var n=t.key.iv||new Uint32Array([0,0,0,e.mediaIndex+e.playlist.mediaSequence]);i.key={resolvedUri:t.key.resolvedUri,iv:n}}return t.map&&(i.map=this.initSegment(t.map)),i}},{key:"segmentRequestFinished_",value:function(e,t){if(this.mediaRequests+=1,t.stats&&(this.mediaBytesTransferred+=t.stats.bytesReceived,this.mediaTransferDuration+=t.stats.roundTripTime),this.pendingSegment_){if(t.requestId===this.pendingSegment_.requestId){if(e)return this.pendingSegment_=null,this.state="READY",e.code===ko?void(this.mediaRequestsAborted+=1):(this.pause(),e.code===So?(this.mediaRequestsTimedout+=1,this.bandwidth=1,this.roundTrip=NaN,void this.trigger("bandwidthupdate")):(this.mediaRequestsErrored+=1,this.error(e),void this.trigger("error")));this.bandwidth=t.stats.bandwidth,this.roundTrip=t.stats.roundTripTime,t.map&&(t.map=this.initSegment(t.map,!0)),this.processSegmentResponse_(t)}}else this.mediaRequestsAborted+=1}},{key:"processSegmentResponse_",value:function(e){var t=this.pendingSegment_;t.bytes=e.bytes,e.map&&(t.segment.map.bytes=e.map.bytes),t.endOfAllRequests=e.endOfAllRequests,e.fmp4Captions&&(!function(e,t,i){for(var n in i)if(!e[n]){t.trigger({type:"usage",name:"hls-608"});var r=t.textTracks().getTrackById(n);e[n]=r||t.addRemoteTextTrack({kind:"captions",id:n,label:n},!1).track}}(this.inbandTextTracks_,this.hls_.tech_,e.captionStreams),function(e){var t=e.inbandTextTracks,i=e.captionArray,n=e.timestampOffset;if(i){var r=window.WebKitDataCue||window.VTTCue;i.forEach((function(e){var i=e.stream,a=e.startTime,s=e.endTime;t[i]&&(a+=n,s+=n,t[i].addCue(new r(a,s,e.text)))}))}}({inbandTextTracks:this.inbandTextTracks_,captionArray:e.fmp4Captions,timestampOffset:0}),this.captionParser_.clearParsedCaptions()),this.handleSegment_()}},{key:"handleSegment_",value:function(){var e=this;if(this.pendingSegment_){var t=this.pendingSegment_,i=t.segment,n=this.syncController_.probeSegmentInfo(t);void 0===this.startingMedia_&&n&&(n.containsAudio||n.containsVideo)&&(this.startingMedia_={containsAudio:n.containsAudio,containsVideo:n.containsVideo});var r,a,s,o=(r=this.loaderType_,a=this.startingMedia_,s=n,"main"===r&&a&&s?s.containsAudio||s.containsVideo?a.containsVideo&&!s.containsVideo?"Only audio found in segment when we expected video. We can't switch to audio only from a stream that had video. To get rid of this message, please add codec information to the manifest.":!a.containsVideo&&s.containsVideo?"Video found in segment when we expected only audio. We can't switch to a stream with video from an audio only stream. To get rid of this message, please add codec information to the manifest.":null:"Neither audio nor video found in segment.":null);if(o)return this.error({message:o,blacklistDuration:1/0}),void this.trigger("error");if(t.isSyncRequest)return this.trigger("syncinfoupdate"),this.pendingSegment_=null,void(this.state="READY");null!==t.timestampOffset&&t.timestampOffset!==this.sourceUpdater_.timestampOffset()&&(this.sourceUpdater_.timestampOffset(t.timestampOffset),this.trigger("timestampoffset"));var u=this.syncController_.mappingForTimeline(t.timeline);if(null!==u&&this.trigger({type:"segmenttimemapping",mapping:u}),this.state="APPENDING",i.map){var l=ks(i.map);if(!this.activeInitSegmentId_||this.activeInitSegmentId_!==l){var c=this.initSegment(i.map);this.sourceUpdater_.appendBuffer(c.bytes,(function(){e.activeInitSegmentId_=l}))}}t.byteLength=t.bytes.byteLength,"number"==typeof i.start&&"number"==typeof i.end?this.mediaSecondsLoaded+=i.end-i.start:this.mediaSecondsLoaded+=i.duration,this.logger_(function(e){var t=e.segment,i=t.start,n=t.end,r=e.playlist,a=r.mediaSequence,s=r.id,o=r.segments,u=void 0===o?[]:o,l=e.mediaIndex,c=e.timeline;return["appending ["+l+"] of ["+a+", "+(a+u.length)+"] from playlist ["+s+"]","["+i+" => "+n+"] in timeline ["+c+"]"].join(" ")}(t)),this.sourceUpdater_.appendBuffer(t.bytes,this.handleUpdateEnd_.bind(this))}else this.state="READY"}},{key:"handleUpdateEnd_",value:function(){if(!this.pendingSegment_)return this.state="READY",void(this.paused()||this.monitorBuffer_());var e=this.pendingSegment_,t=e.segment,i=null!==this.mediaIndex;(this.pendingSegment_=null,this.recordThroughput_(e),this.addSegmentMetadataCue_(e),this.state="READY",this.mediaIndex=e.mediaIndex,this.fetchAtBuffer_=!0,this.currentTimeline_=e.timeline,this.trigger("syncinfoupdate"),t.end&&this.currentTime_()-t.end>3*e.playlist.targetDuration)?this.resetEverything():(i&&this.trigger("bandwidthupdate"),this.trigger("progress"),Io(e.playlist,this.mediaSource_,e.mediaIndex+1)&&this.endOfStream(),this.paused()||this.monitorBuffer_())}},{key:"recordThroughput_",value:function(e){var t=this.throughput.rate,i=Date.now()-e.endOfAllRequests+1,n=Math.floor(e.byteLength/i*8*1e3);this.throughput.rate+=(n-t)/++this.throughput.count}},{key:"addSegmentMetadataCue_",value:function(e){if(this.segmentMetadataTrack_){var t=e.segment,i=t.start,n=t.end;if(Do(i)&&Do(n)){Bs(i,n,this.segmentMetadataTrack_);var r=f().WebKitDataCue||f().VTTCue,a={dateTimeObject:t.dateTimeObject,dateTimeString:t.dateTimeString,bandwidth:e.playlist.attributes.BANDWIDTH,resolution:e.playlist.attributes.RESOLUTION,codecs:e.playlist.attributes.CODECS,byteLength:e.byteLength,uri:e.uri,timeline:e.timeline,playlist:e.playlist.uri,start:i,end:n},s=new r(i,n,JSON.stringify(a));s.value=a,this.segmentMetadataTrack_.addCue(s)}}}}]),t}(Ra.EventTarget),Mo=function(e){return decodeURIComponent(escape(String.fromCharCode.apply(null,e)))},Bo=new Uint8Array("\n\n".split("").map((function(e){return e.charCodeAt(0)}))),No=function(e){function t(e){var i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};ja(this,t);var n=qa(this,(t.__proto__||Object.getPrototypeOf(t)).call(this,e,i));return n.mediaSource_=null,n.subtitlesTrack_=null,n}return Ha(t,e),Fa(t,[{key:"buffered_",value:function(){if(!this.subtitlesTrack_||!this.subtitlesTrack_.cues.length)return Ra.createTimeRanges();var e=this.subtitlesTrack_.cues,t=e[0].startTime,i=e[e.length-1].startTime;return Ra.createTimeRanges([[t,i]])}},{key:"initSegment",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(!e)return null;var i=ks(e),n=this.initSegments_[i];if(t&&!n&&e.bytes){var r=Bo.byteLength+e.bytes.byteLength,a=new Uint8Array(r);a.set(e.bytes),a.set(Bo,e.bytes.byteLength),this.initSegments_[i]=n={resolvedUri:e.resolvedUri,byterange:e.byterange,bytes:a}}return n||e}},{key:"couldBeginLoading_",value:function(){return this.playlist_&&this.subtitlesTrack_&&!this.paused()}},{key:"init_",value:function(){return this.state="READY",this.resetEverything(),this.monitorBuffer_()}},{key:"track",value:function(e){return void 0===e||(this.subtitlesTrack_=e,"INIT"===this.state&&this.couldBeginLoading_()&&this.init_()),this.subtitlesTrack_}},{key:"remove",value:function(e,t){Bs(e,t,this.subtitlesTrack_)}},{key:"fillBuffer_",value:function(){var e=this;this.syncPoint_||(this.syncPoint_=this.syncController_.getSyncPoint(this.playlist_,this.duration_(),this.currentTimeline_,this.currentTime_()));var t=this.checkBuffer_(this.buffered_(),this.playlist_,this.mediaIndex,this.hasPlayed_(),this.currentTime_(),this.syncPoint_);if(t=this.skipEmptySegments_(t)){if(null===this.syncController_.timestampOffsetForTimeline(t.timeline)){return this.syncController_.one("timestampoffset",(function(){e.state="READY",e.paused()||e.monitorBuffer_()})),void(this.state="WAITING_ON_TIMELINE")}this.loadSegment_(t)}}},{key:"skipEmptySegments_",value:function(e){for(;e&&e.segment.empty;)e=this.generateSegmentInfo_(e.playlist,e.mediaIndex+1,e.startOfSegment+e.duration,e.isSyncRequest);return e}},{key:"handleSegment_",value:function(){var e=this;if(this.pendingSegment_&&this.subtitlesTrack_){this.state="APPENDING";var t=this.pendingSegment_,i=t.segment;if("function"!=typeof f().WebVTT&&this.subtitlesTrack_&&this.subtitlesTrack_.tech_){var n=function(){e.handleSegment_()};return this.state="WAITING_ON_VTTJS",this.subtitlesTrack_.tech_.one("vttjsloaded",n),void this.subtitlesTrack_.tech_.one("vttjserror",(function(){e.subtitlesTrack_.tech_.off("vttjsloaded",n),e.error({message:"Error loading vtt.js"}),e.state="READY",e.pause(),e.trigger("error")}))}i.requested=!0;try{this.parseVTTCues_(t)}catch(e){return this.error({message:e.message}),this.state="READY",this.pause(),this.trigger("error")}if(this.updateTimeMapping_(t,this.syncController_.timelines[t.timeline],this.playlist_),t.isSyncRequest)return this.trigger("syncinfoupdate"),this.pendingSegment_=null,void(this.state="READY");t.byteLength=t.bytes.byteLength,this.mediaSecondsLoaded+=i.duration,t.cues.length&&this.remove(t.cues[0].endTime,t.cues[t.cues.length-1].endTime),t.cues.forEach((function(t){e.subtitlesTrack_.addCue(t)})),this.handleUpdateEnd_()}else this.state="READY"}},{key:"parseVTTCues_",value:function(e){var t=void 0,i=!1;"function"==typeof f().TextDecoder?t=new(f().TextDecoder)("utf8"):(t=f().WebVTT.StringDecoder(),i=!0);var n=new(f().WebVTT.Parser)(f(),f().vttjs,t);if(e.cues=[],e.timestampmap={MPEGTS:0,LOCAL:0},n.oncue=e.cues.push.bind(e.cues),n.ontimestampmap=function(t){return e.timestampmap=t},n.onparsingerror=function(e){Ra.log.warn("Error encountered when parsing cues: "+e.message)},e.segment.map){var r=e.segment.map.bytes;i&&(r=Mo(r)),n.parse(r)}var a=e.bytes;i&&(a=Mo(a)),n.parse(a),n.flush()}},{key:"updateTimeMapping_",value:function(e,t,i){var n=e.segment;if(t)if(e.cues.length){var r=e.timestampmap,a=r.MPEGTS/9e4-r.LOCAL+t.mapping;if(e.cues.forEach((function(e){e.startTime+=a,e.endTime+=a})),!i.syncInfo){var s=e.cues[0].startTime,o=e.cues[e.cues.length-1].startTime;i.syncInfo={mediaSequence:i.mediaSequence+e.mediaIndex,time:Math.min(s,o-n.duration)}}}else n.empty=!0}}]),t}(Ro),jo=function(e,t){for(var i=e.cues,n=0;n<i.length;n++){var r=i[n];if(t>=r.adStartTime&&t<=r.adEndTime)return r}return null},Fo=ve().inspect,Vo=[{name:"VOD",run:function(e,t,i,n,r){if(i!==1/0){return{time:0,segmentIndex:0}}return null}},{name:"ProgramDateTime",run:function(e,t,i,n,r){if(!e.datetimeToDisplayTime)return null;var a=t.segments||[],s=null,o=null;r=r||0;for(var u=0;u<a.length;u++){var l=a[u];if(l.dateTimeObject){var c=l.dateTimeObject.getTime()/1e3+e.datetimeToDisplayTime,h=Math.abs(r-c);if(null!==o&&o<h)break;o=h,s={time:c,segmentIndex:u}}}return s}},{name:"Segment",run:function(e,t,i,n,r){var a=t.segments||[],s=null,o=null;r=r||0;for(var u=0;u<a.length;u++){var l=a[u];if(l.timeline===n&&void 0!==l.start){var c=Math.abs(r-l.start);if(null!==o&&o<c)break;(!s||null===o||o>=c)&&(o=c,s={time:l.start,segmentIndex:u})}}return s}},{name:"Discontinuity",run:function(e,t,i,n,r){var a=null;if(r=r||0,t.discontinuityStarts&&t.discontinuityStarts.length)for(var s=null,o=0;o<t.discontinuityStarts.length;o++){var u=t.discontinuityStarts[o],l=t.discontinuitySequence+o+1,c=e.discontinuities[l];if(c){var h=Math.abs(r-c.time);if(null!==s&&s<h)break;(!a||null===s||s>=h)&&(s=h,a={time:c.time,segmentIndex:u})}}return a}},{name:"Playlist",run:function(e,t,i,n,r){return t.syncInfo?{time:t.syncInfo.time,segmentIndex:t.syncInfo.mediaSequence-t.mediaSequence}:null}}],Ho=function(e){function t(){ja(this,t);var e=qa(this,(t.__proto__||Object.getPrototypeOf(t)).call(this));return e.inspectCache_=void 0,e.timelines=[],e.discontinuities=[],e.datetimeToDisplayTime=null,e.logger_=yo("SyncController"),e}return Ha(t,e),Fa(t,[{key:"getSyncPoint",value:function(e,t,i,n){var r=this.runStrategies_(e,t,i,n);return r.length?this.selectSyncPoint_(r,{key:"time",value:n}):null}},{key:"getExpiredTime",value:function(e,t){if(!e||!e.segments)return null;var i=this.runStrategies_(e,t,e.discontinuitySequence,0);if(!i.length)return null;var n=this.selectSyncPoint_(i,{key:"segmentIndex",value:0});return n.segmentIndex>0&&(n.time*=-1),Math.abs(n.time+ns(e,n.segmentIndex,0))}},{key:"runStrategies_",value:function(e,t,i,n){for(var r=[],a=0;a<Vo.length;a++){var s=Vo[a],o=s.run(this,e,t,i,n);o&&(o.strategy=s.name,r.push({strategy:s.name,syncPoint:o}))}return r}},{key:"selectSyncPoint_",value:function(e,t){for(var i=e[0].syncPoint,n=Math.abs(e[0].syncPoint[t.key]-t.value),r=e[0].strategy,a=1;a<e.length;a++){var s=Math.abs(e[a].syncPoint[t.key]-t.value);s<n&&(n=s,i=e[a].syncPoint,r=e[a].strategy)}return this.logger_("syncPoint for ["+t.key+": "+t.value+"] chosen with strategy ["+r+"]: [time:"+i.time+", segmentIndex:"+i.segmentIndex+"]"),i}},{key:"saveExpiredSegmentInfo",value:function(e,t){for(var i=t.mediaSequence-e.mediaSequence-1;i>=0;i--){var n=e.segments[i];if(n&&void 0!==n.start){t.syncInfo={mediaSequence:e.mediaSequence+i,time:n.start},this.logger_("playlist refresh sync: [time:"+t.syncInfo.time+", mediaSequence: "+t.syncInfo.mediaSequence+"]"),this.trigger("syncinfoupdate");break}}}},{key:"setDateTimeMapping",value:function(e){if(!this.datetimeToDisplayTime&&e.segments&&e.segments.length&&e.segments[0].dateTimeObject){var t=e.segments[0].dateTimeObject.getTime()/1e3;this.datetimeToDisplayTime=-t}}},{key:"reset",value:function(){this.inspectCache_=void 0}},{key:"probeSegmentInfo",value:function(e){var t=e.segment,i=e.playlist,n=void 0;return(n=t.map?this.probeMp4Segment_(e):this.probeTsSegment_(e))&&this.calculateSegmentTimeMapping_(e,n)&&(this.saveDiscontinuitySyncInfo_(e),i.syncInfo||(i.syncInfo={mediaSequence:i.mediaSequence+e.mediaIndex,time:t.start})),n}},{key:"probeMp4Segment_",value:function(e){var t=e.segment,i=me().timescale(t.map.bytes),n=me().startTime(i,e.bytes);return null!==e.timestampOffset&&(e.timestampOffset-=n),{start:n,end:n+t.duration}}},{key:"probeTsSegment_",value:function(e){var t=Fo(e.bytes,this.inspectCache_),i=void 0,n=void 0;return t?(t.video&&2===t.video.length?(this.inspectCache_=t.video[1].dts,i=t.video[0].dtsTime,n=t.video[1].dtsTime):t.audio&&2===t.audio.length&&(this.inspectCache_=t.audio[1].dts,i=t.audio[0].dtsTime,n=t.audio[1].dtsTime),{start:i,end:n,containsVideo:t.video&&2===t.video.length,containsAudio:t.audio&&2===t.audio.length}):null}},{key:"timestampOffsetForTimeline",value:function(e){return void 0===this.timelines[e]?null:this.timelines[e].time}},{key:"mappingForTimeline",value:function(e){return void 0===this.timelines[e]?null:this.timelines[e].mapping}},{key:"calculateSegmentTimeMapping_",value:function(e,t){var i=e.segment,n=this.timelines[e.timeline];if(null!==e.timestampOffset)n={time:e.startOfSegment,mapping:e.startOfSegment-t.start},this.timelines[e.timeline]=n,this.trigger("timestampoffset"),this.logger_("time mapping for timeline "+e.timeline+": [time: "+n.time+"] [mapping: "+n.mapping+"]"),i.start=e.startOfSegment,i.end=t.end+n.mapping;else{if(!n)return!1;i.start=t.start+n.mapping,i.end=t.end+n.mapping}return!0}},{key:"saveDiscontinuitySyncInfo_",value:function(e){var t=e.playlist,i=e.segment;if(i.discontinuity)this.discontinuities[i.timeline]={time:i.start,accuracy:0};else if(t.discontinuityStarts&&t.discontinuityStarts.length)for(var n=0;n<t.discontinuityStarts.length;n++){var r=t.discontinuityStarts[n],a=t.discontinuitySequence+n+1,s=r-e.mediaIndex,o=Math.abs(s);if(!this.discontinuities[a]||this.discontinuities[a].accuracy>o){var u=void 0;u=s<0?i.start-ns(t,e.mediaIndex,r):i.end+ns(t,e.mediaIndex+1,r),this.discontinuities[a]={time:u,accuracy:o}}}}}]),t}(Ra.EventTarget),qo=new Ws("./decrypter-worker.worker.js",(function(e,t){var i=this;!function(){var e=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")},t=function(){function e(e,t){for(var i=0;i<t.length;i++){var n=t[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}return function(t,i,n){return i&&e(t.prototype,i),n&&e(t,n),t}}(),n=null,r=function(){function t(i){e(this,t),n||(n=function(){var e=[[[],[],[],[],[]],[[],[],[],[],[]]],t=e[0],i=e[1],n=t[4],r=i[4],a=void 0,s=void 0,o=void 0,u=[],l=[],c=void 0,h=void 0,d=void 0,p=void 0,f=void 0;for(a=0;a<256;a++)l[(u[a]=a<<1^283*(a>>7))^a]=a;for(s=o=0;!n[s];s^=c||1,o=l[o]||1)for(d=(d=o^o<<1^o<<2^o<<3^o<<4)>>8^255&d^99,n[s]=d,r[d]=s,f=16843009*u[h=u[c=u[s]]]^65537*h^257*c^16843008*s,p=257*u[d]^16843008*d,a=0;a<4;a++)t[a][s]=p=p<<24^p>>>8,i[a][d]=f=f<<24^f>>>8;for(a=0;a<5;a++)t[a]=t[a].slice(0),i[a]=i[a].slice(0);return e}()),this._tables=[[n[0][0].slice(),n[0][1].slice(),n[0][2].slice(),n[0][3].slice(),n[0][4].slice()],[n[1][0].slice(),n[1][1].slice(),n[1][2].slice(),n[1][3].slice(),n[1][4].slice()]];var r=void 0,a=void 0,s=void 0,o=void 0,u=void 0,l=this._tables[0][4],c=this._tables[1],h=i.length,d=1;if(4!==h&&6!==h&&8!==h)throw new Error("Invalid aes key size");for(o=i.slice(0),u=[],this._key=[o,u],r=h;r<4*h+28;r++)s=o[r-1],(r%h==0||8===h&&r%h==4)&&(s=l[s>>>24]<<24^l[s>>16&255]<<16^l[s>>8&255]<<8^l[255&s],r%h==0&&(s=s<<8^s>>>24^d<<24,d=d<<1^283*(d>>7))),o[r]=o[r-h]^s;for(a=0;r;a++,r--)s=o[3&a?r:r-4],u[a]=r<=4||a<4?s:c[0][l[s>>>24]]^c[1][l[s>>16&255]]^c[2][l[s>>8&255]]^c[3][l[255&s]]}return t.prototype.decrypt=function(e,t,i,n,r,a){var s=this._key[1],o=e^s[0],u=n^s[1],l=i^s[2],c=t^s[3],h=void 0,d=void 0,p=void 0,f=s.length/4-2,m=void 0,g=4,y=this._tables[1],v=y[0],_=y[1],b=y[2],T=y[3],S=y[4];for(m=0;m<f;m++)h=v[o>>>24]^_[u>>16&255]^b[l>>8&255]^T[255&c]^s[g],d=v[u>>>24]^_[l>>16&255]^b[c>>8&255]^T[255&o]^s[g+1],p=v[l>>>24]^_[c>>16&255]^b[o>>8&255]^T[255&u]^s[g+2],c=v[c>>>24]^_[o>>16&255]^b[u>>8&255]^T[255&l]^s[g+3],g+=4,o=h,u=d,l=p;for(m=0;m<4;m++)r[(3&-m)+a]=S[o>>>24]<<24^S[u>>16&255]<<16^S[l>>8&255]<<8^S[255&c]^s[g++],h=o,o=u,u=l,l=c,c=h},t}(),a=function(){function t(){e(this,t),this.listeners={}}return t.prototype.on=function(e,t){this.listeners[e]||(this.listeners[e]=[]),this.listeners[e].push(t)},t.prototype.off=function(e,t){if(!this.listeners[e])return!1;var i=this.listeners[e].indexOf(t);return this.listeners[e].splice(i,1),i>-1},t.prototype.trigger=function(e){var t=this.listeners[e];if(t)if(2===arguments.length)for(var i=t.length,n=0;n<i;++n)t[n].call(this,arguments[1]);else for(var r=Array.prototype.slice.call(arguments,1),a=t.length,s=0;s<a;++s)t[s].apply(this,r)},t.prototype.dispose=function(){this.listeners={}},t.prototype.pipe=function(e){this.on("data",(function(t){e.push(t)}))},t}(),s=function(t){function i(){e(this,i);var n=function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}(this,t.call(this,a));return n.jobs=[],n.delay=1,n.timeout_=null,n}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(i,t),i.prototype.processJob_=function(){this.jobs.shift()(),this.jobs.length?this.timeout_=setTimeout(this.processJob_.bind(this),this.delay):this.timeout_=null},i.prototype.push=function(e){this.jobs.push(e),this.timeout_||(this.timeout_=setTimeout(this.processJob_.bind(this),this.delay))},i}(a),o=function(e){return e<<24|(65280&e)<<8|(16711680&e)>>8|e>>>24},u=function(){function i(t,n,r,a){e(this,i);var u=i.STEP,l=new Int32Array(t.buffer),c=new Uint8Array(t.byteLength),h=0;for(this.asyncStream_=new s,this.asyncStream_.push(this.decryptChunk_(l.subarray(h,h+u),n,r,c)),h=u;h<l.length;h+=u)r=new Uint32Array([o(l[h-4]),o(l[h-3]),o(l[h-2]),o(l[h-1])]),this.asyncStream_.push(this.decryptChunk_(l.subarray(h,h+u),n,r,c));this.asyncStream_.push((function(){var e;a(null,(e=c).subarray(0,e.byteLength-e[e.byteLength-1]))}))}return i.prototype.decryptChunk_=function(e,t,i,n){return function(){var a=function(e,t,i){var n=new Int32Array(e.buffer,e.byteOffset,e.byteLength>>2),a=new r(Array.prototype.slice.call(t)),s=new Uint8Array(e.byteLength),u=new Int32Array(s.buffer),l=void 0,c=void 0,h=void 0,d=void 0,p=void 0,f=void 0,m=void 0,g=void 0,y=void 0;for(l=i[0],c=i[1],h=i[2],d=i[3],y=0;y<n.length;y+=4)p=o(n[y]),f=o(n[y+1]),m=o(n[y+2]),g=o(n[y+3]),a.decrypt(p,f,m,g,u,y),u[y]=o(u[y]^l),u[y+1]=o(u[y+1]^c),u[y+2]=o(u[y+2]^h),u[y+3]=o(u[y+3]^d),l=p,c=f,h=m,d=g;return s}(e,t,i);n.set(a,e.byteOffset)}},t(i,null,[{key:"STEP",get:function(){return 32e3}}]),i}();new function(e){e.onmessage=function(t){var i=t.data,n=new Uint8Array(i.encrypted.bytes,i.encrypted.byteOffset,i.encrypted.byteLength),r=new Uint32Array(i.key.bytes,i.key.byteOffset,i.key.byteLength/4),a=new Uint32Array(i.iv.bytes,i.iv.byteOffset,i.iv.byteLength/4);new u(n,r,a,(function(t,n){var r,a;e.postMessage((r={source:i.source,decrypted:n},a={},Object.keys(r).forEach((function(e){var t=r[e];ArrayBuffer.isView(t)?a[e]={bytes:t.buffer,byteOffset:t.byteOffset,byteLength:t.byteLength}:a[e]=t})),a),[n.buffer])}))}}(i)}()})),zo=function(e){var t=e.default?"main":"alternative";return e.characteristics&&e.characteristics.indexOf("public.accessibility.describes-video")>=0&&(t="main-desc"),t},Wo=function(e,t){e.abort(),e.pause(),t&&t.activePlaylistLoader&&(t.activePlaylistLoader.pause(),t.activePlaylistLoader=null)},Go=function(e,t){t.activePlaylistLoader=e,e.load()},Xo={AUDIO:function(e,t){return function(){var i=t.segmentLoaders[e],n=t.mediaTypes[e],r=t.blacklistCurrentPlaylist;Wo(i,n);var a=n.activeTrack(),s=n.activeGroup(),o=(s.filter((function(e){return e.default}))[0]||s[0]).id,u=n.tracks[o];if(a!==u){for(var l in Ra.log.warn("Problem encountered loading the alternate audio track.Switching back to default."),n.tracks)n.tracks[l].enabled=n.tracks[l]===u;n.onTrackChanged()}else r({message:"Problem encountered loading the default audio track."})}},SUBTITLES:function(e,t){return function(){var i=t.segmentLoaders[e],n=t.mediaTypes[e];Ra.log.warn("Problem encountered loading the subtitle track.Disabling subtitle track."),Wo(i,n);var r=n.activeTrack();r&&(r.mode="disabled"),n.onTrackChanged()}}},Yo={AUDIO:function(e,t,i){if(t){var n=i.tech,r=i.requestOptions,a=i.segmentLoaders[e];t.on("loadedmetadata",(function(){var e=t.media();a.playlist(e,r),(!n.paused()||e.endList&&"none"!==n.preload())&&a.load()})),t.on("loadedplaylist",(function(){a.playlist(t.media(),r),n.paused()||a.load()})),t.on("error",Xo[e](e,i))}},SUBTITLES:function(e,t,i){var n=i.tech,r=i.requestOptions,a=i.segmentLoaders[e],s=i.mediaTypes[e];t.on("loadedmetadata",(function(){var e=t.media();a.playlist(e,r),a.track(s.activeTrack()),(!n.paused()||e.endList&&"none"!==n.preload())&&a.load()})),t.on("loadedplaylist",(function(){a.playlist(t.media(),r),n.paused()||a.load()})),t.on("error",Xo[e](e,i))}},$o=function(e,t){return function(i){return i.attributes[e]===t}},Ko=function(e){return function(t){return t.resolvedUri===e}},Qo={AUDIO:function(e,t){var i=t.hls,n=t.sourceType,r=t.segmentLoaders[e],a=t.requestOptions.withCredentials,s=t.master,o=s.mediaGroups,u=s.playlists,l=t.mediaTypes[e],c=l.groups,h=l.tracks,d=t.masterPlaylistLoader;for(var p in o[e]&&0!==Object.keys(o[e]).length||(o[e]={main:{default:{default:!0}}}),o[e]){c[p]||(c[p]=[]);var f=u.filter($o(e,p));for(var m in o[e][p]){var g=o[e][p][m];f.filter(Ko(g.resolvedUri)).length&&delete g.resolvedUri;var y=void 0;if(y=g.resolvedUri?new Za(g.resolvedUri,i,a):g.playlists&&"dash"===n?new go(g.playlists[0],i,a,d):null,g=Ra.mergeOptions({id:m,playlistLoader:y},g),Yo[e](e,g.playlistLoader,t),c[p].push(g),void 0===h[m]){var v=new Ra.AudioTrack({id:m,kind:zo(g),enabled:!1,language:g.language,default:g.default,label:m});h[m]=v}}}r.on("error",Xo[e](e,t))},SUBTITLES:function(e,t){var i=t.tech,n=t.hls,r=t.sourceType,a=t.segmentLoaders[e],s=t.requestOptions.withCredentials,o=t.master.mediaGroups,u=t.mediaTypes[e],l=u.groups,c=u.tracks,h=t.masterPlaylistLoader;for(var d in o[e])for(var p in l[d]||(l[d]=[]),o[e][d])if(!o[e][d][p].forced){var f=o[e][d][p],m=void 0;if("hls"===r?m=new Za(f.resolvedUri,n,s):"dash"===r&&(m=new go(f.playlists[0],n,s,h)),f=Ra.mergeOptions({id:p,playlistLoader:m},f),Yo[e](e,f.playlistLoader,t),l[d].push(f),void 0===c[p]){var g=i.addRemoteTextTrack({id:p,kind:"subtitles",default:f.default&&f.autoselect,language:f.language,label:p},!1).track;c[p]=g}}a.on("error",Xo[e](e,t))},"CLOSED-CAPTIONS":function(e,t){var i=t.tech,n=t.master.mediaGroups,r=t.mediaTypes[e],a=r.groups,s=r.tracks;for(var o in n[e])for(var u in a[o]||(a[o]=[]),n[e][o]){var l=n[e][o][u];if(l.instreamId.match(/CC\d/)&&(a[o].push(Ra.mergeOptions({id:u},l)),void 0===s[u])){var c=i.addRemoteTextTrack({id:l.instreamId,kind:"captions",default:l.default&&l.autoselect,language:l.language,label:u},!1).track;s[u]=c}}}},Jo={AUDIO:function(e,t){return function(){var i=t.mediaTypes[e].tracks;for(var n in i)if(i[n].enabled)return i[n];return null}},SUBTITLES:function(e,t){return function(){var i=t.mediaTypes[e].tracks;for(var n in i)if("showing"===i[n].mode)return i[n];return null}}},Zo=function(e){["AUDIO","SUBTITLES","CLOSED-CAPTIONS"].forEach((function(t){Qo[t](t,e)}));var t=e.mediaTypes,i=e.masterPlaylistLoader,n=e.tech,r=e.hls;["AUDIO","SUBTITLES"].forEach((function(i){t[i].activeGroup=function(e,t){return function(i){var n=t.masterPlaylistLoader,r=t.mediaTypes[e].groups,a=n.media();if(!a)return null;var s=null;return a.attributes[e]&&(s=r[a.attributes[e]]),s=s||r.main,void 0===i?s:null===i?null:s.filter((function(e){return e.id===i.id}))[0]||null}}(i,e),t[i].activeTrack=Jo[i](i,e),t[i].onGroupChanged=function(e,t){return function(){var i=t.segmentLoaders,n=i[e],r=i.main,a=t.mediaTypes[e],s=a.activeTrack(),o=a.activeGroup(s),u=a.activePlaylistLoader;Wo(n,a),o&&(o.playlistLoader?(n.resyncLoader(),Go(o.playlistLoader,a)):u&&r.resetEverything())}}(i,e),t[i].onTrackChanged=function(e,t){return function(){var i=t.segmentLoaders,n=i[e],r=i.main,a=t.mediaTypes[e],s=a.activeTrack(),o=a.activeGroup(s),u=a.activePlaylistLoader;Wo(n,a),o&&(o.playlistLoader?u!==o.playlistLoader?(n.track&&n.track(s),n.resetEverything(),Go(o.playlistLoader,a)):Go(o.playlistLoader,a):r.resetEverything())}}(i,e)}));var a=t.AUDIO.activeGroup(),s=(a.filter((function(e){return e.default}))[0]||a[0]).id;t.AUDIO.tracks[s].enabled=!0,t.AUDIO.onTrackChanged(),i.on("mediachange",(function(){["AUDIO","SUBTITLES"].forEach((function(e){return t[e].onGroupChanged()}))}));var o=function(){t.AUDIO.onTrackChanged(),n.trigger({type:"usage",name:"hls-audio-change"})};for(var u in n.audioTracks().addEventListener("change",o),n.remoteTextTracks().addEventListener("change",t.SUBTITLES.onTrackChanged),r.on("dispose",(function(){n.audioTracks().removeEventListener("change",o),n.remoteTextTracks().removeEventListener("change",t.SUBTITLES.onTrackChanged)})),n.clearTracks("audio"),t.AUDIO.tracks)n.audioTracks().addTrack(t.AUDIO.tracks[u])},eu=void 0,tu=["mediaRequests","mediaRequestsAborted","mediaRequestsTimedout","mediaRequestsErrored","mediaTransferDuration","mediaBytesTransferred"],iu=function(e){return this.audioSegmentLoader_[e]+this.mainSegmentLoader_[e]},nu=function(e){function t(e){ja(this,t);var i,n=qa(this,(t.__proto__||Object.getPrototypeOf(t)).call(this)),r=e.url,a=e.withCredentials,s=e.tech,o=e.bandwidth,u=e.externHls,l=e.useCueTags,c=e.blacklistDuration,h=e.enableLowInitialPlaylist,d=e.sourceType,p=e.seekTo;if(!r)throw new Error("A non-empty playlist URL is required");eu=u,n.withCredentials=a,n.tech_=s,n.hls_=s.hls,n.seekTo_=p,n.sourceType_=d,n.useCueTags_=l,n.blacklistDuration=c,n.enableLowInitialPlaylist=h,n.useCueTags_&&(n.cueTagsTrack_=n.tech_.addTextTrack("metadata","ad-cues"),n.cueTagsTrack_.inBandMetadataTrackDispatchType=""),n.requestOptions_={withCredentials:n.withCredentials,timeout:null},n.mediaTypes_=(i={},["AUDIO","SUBTITLES","CLOSED-CAPTIONS"].forEach((function(e){i[e]={groups:{},tracks:{},activePlaylistLoader:null,activeGroup:vo,activeTrack:vo,onGroupChanged:vo,onTrackChanged:vo}})),i),n.mediaSource=new Ra.MediaSource,n.mediaSource.addEventListener("sourceopen",n.handleSourceOpen_.bind(n)),n.seekable_=Ra.createTimeRanges(),n.hasPlayed_=function(){return!1},n.syncController_=new Ho(e),n.segmentMetadataTrack_=s.addRemoteTextTrack({kind:"metadata",label:"segment-metadata"},!1).track,n.decrypter_=new qo,n.inbandTextTracks_={};var f={hls:n.hls_,mediaSource:n.mediaSource,currentTime:n.tech_.currentTime.bind(n.tech_),seekable:function(){return n.seekable()},seeking:function(){return n.tech_.seeking()},duration:function(){return n.mediaSource.duration},hasPlayed:function(){return n.hasPlayed_()},goalBufferLength:function(){return n.goalBufferLength()},bandwidth:o,syncController:n.syncController_,decrypter:n.decrypter_,sourceType:n.sourceType_,inbandTextTracks:n.inbandTextTracks_};return n.masterPlaylistLoader_="dash"===n.sourceType_?new go(r,n.hls_,n.withCredentials):new Za(r,n.hls_,n.withCredentials),n.setupMasterPlaylistLoaderListeners_(),n.mainSegmentLoader_=new Ro(Ra.mergeOptions(f,{segmentMetadataTrack:n.segmentMetadataTrack_,loaderType:"main"}),e),n.audioSegmentLoader_=new Ro(Ra.mergeOptions(f,{loaderType:"audio"}),e),n.subtitleSegmentLoader_=new No(Ra.mergeOptions(f,{loaderType:"vtt"}),e),n.setupSegmentLoaderListeners_(),tu.forEach((function(e){n[e+"_"]=iu.bind(n,e)})),n.logger_=yo("MPC"),n.masterPlaylistLoader_.load(),n}return Ha(t,e),Fa(t,[{key:"setupMasterPlaylistLoaderListeners_",value:function(){var e=this;this.masterPlaylistLoader_.on("loadedmetadata",(function(){var t=e.masterPlaylistLoader_.media(),i=1.5*e.masterPlaylistLoader_.targetDuration*1e3;fs(e.masterPlaylistLoader_.master,e.masterPlaylistLoader_.media())?e.requestOptions_.timeout=0:e.requestOptions_.timeout=i,t.endList&&"none"!==e.tech_.preload()&&(e.mainSegmentLoader_.playlist(t,e.requestOptions_),e.mainSegmentLoader_.load()),Zo({sourceType:e.sourceType_,segmentLoaders:{AUDIO:e.audioSegmentLoader_,SUBTITLES:e.subtitleSegmentLoader_,main:e.mainSegmentLoader_},tech:e.tech_,requestOptions:e.requestOptions_,masterPlaylistLoader:e.masterPlaylistLoader_,hls:e.hls_,master:e.master(),mediaTypes:e.mediaTypes_,blacklistCurrentPlaylist:e.blacklistCurrentPlaylist.bind(e)}),e.triggerPresenceUsage_(e.master(),t);try{e.setupSourceBuffers_()}catch(t){return Ra.log.warn("Failed to create SourceBuffers",t),e.mediaSource.endOfStream("decode")}e.setupFirstPlay(),e.trigger("selectedinitialmedia")})),this.masterPlaylistLoader_.on("loadedplaylist",(function(){var t=e.masterPlaylistLoader_.media();if(!t){e.excludeUnsupportedVariants_();var i=void 0;return e.enableLowInitialPlaylist&&(i=e.selectInitialPlaylist()),i||(i=e.selectPlaylist()),e.initialMedia_=i,void e.masterPlaylistLoader_.media(e.initialMedia_)}if(e.useCueTags_&&e.updateAdCues_(t),e.mainSegmentLoader_.playlist(t,e.requestOptions_),e.updateDuration(),e.tech_.paused()||(e.mainSegmentLoader_.load(),e.audioSegmentLoader_&&e.audioSegmentLoader_.load()),!t.endList){var n=function(){var t=e.seekable();0!==t.length&&e.mediaSource.addSeekableRange_(t.start(0),t.end(0))};if(e.duration()!==1/0){e.tech_.one("durationchange",(function t(){e.duration()===1/0?n():e.tech_.one("durationchange",t)}))}else n()}})),this.masterPlaylistLoader_.on("error",(function(){e.blacklistCurrentPlaylist(e.masterPlaylistLoader_.error)})),this.masterPlaylistLoader_.on("mediachanging",(function(){e.mainSegmentLoader_.abort(),e.mainSegmentLoader_.pause()})),this.masterPlaylistLoader_.on("mediachange",(function(){var t=e.masterPlaylistLoader_.media(),i=1.5*e.masterPlaylistLoader_.targetDuration*1e3;fs(e.masterPlaylistLoader_.master,e.masterPlaylistLoader_.media())?e.requestOptions_.timeout=0:e.requestOptions_.timeout=i,e.mainSegmentLoader_.playlist(t,e.requestOptions_),e.mainSegmentLoader_.load(),e.tech_.trigger({type:"mediachange",bubbles:!0})})),this.masterPlaylistLoader_.on("playlistunchanged",(function(){var t=e.masterPlaylistLoader_.media();e.stuckAtPlaylistEnd_(t)&&(e.blacklistCurrentPlaylist({message:"Playlist no longer updating."}),e.tech_.trigger("playliststuck"))})),this.masterPlaylistLoader_.on("renditiondisabled",(function(){e.tech_.trigger({type:"usage",name:"hls-rendition-disabled"})})),this.masterPlaylistLoader_.on("renditionenabled",(function(){e.tech_.trigger({type:"usage",name:"hls-rendition-enabled"})}))}},{key:"triggerPresenceUsage_",value:function(e,t){var i=e.mediaGroups||{},n=!0,r=Object.keys(i.AUDIO);for(var a in i.AUDIO)for(var s in i.AUDIO[a]){i.AUDIO[a][s].uri||(n=!1)}n&&this.tech_.trigger({type:"usage",name:"hls-demuxed"}),Object.keys(i.SUBTITLES).length&&this.tech_.trigger({type:"usage",name:"hls-webvtt"}),eu.Playlist.isAes(t)&&this.tech_.trigger({type:"usage",name:"hls-aes"}),eu.Playlist.isFmp4(t)&&this.tech_.trigger({type:"usage",name:"hls-fmp4"}),r.length&&Object.keys(i.AUDIO[r[0]]).length>1&&this.tech_.trigger({type:"usage",name:"hls-alternate-audio"}),this.useCueTags_&&this.tech_.trigger({type:"usage",name:"hls-playlist-cue-tags"})}},{key:"setupSegmentLoaderListeners_",value:function(){var e=this;this.mainSegmentLoader_.on("bandwidthupdate",(function(){var t=e.selectPlaylist(),i=e.masterPlaylistLoader_.media(),n=e.tech_.buffered(),r=n.length?n.end(n.length-1)-e.tech_.currentTime():0,a=e.bufferLowWaterLine();(!i.endList||e.duration()<bo.MAX_BUFFER_LOW_WATER_LINE||t.attributes.BANDWIDTH<i.attributes.BANDWIDTH||r>=a)&&e.masterPlaylistLoader_.media(t),e.tech_.trigger("bandwidthupdate")})),this.mainSegmentLoader_.on("progress",(function(){e.trigger("progress")})),this.mainSegmentLoader_.on("error",(function(){e.blacklistCurrentPlaylist(e.mainSegmentLoader_.error())})),this.mainSegmentLoader_.on("syncinfoupdate",(function(){e.onSyncInfoUpdate_()})),this.mainSegmentLoader_.on("timestampoffset",(function(){e.tech_.trigger({type:"usage",name:"hls-timestamp-offset"})})),this.audioSegmentLoader_.on("syncinfoupdate",(function(){e.onSyncInfoUpdate_()})),this.mainSegmentLoader_.on("ended",(function(){e.onEndOfStream()})),this.mainSegmentLoader_.on("earlyabort",(function(){e.blacklistCurrentPlaylist({message:"Aborted early because there isn't enough bandwidth to complete the request without rebuffering."},120)})),this.mainSegmentLoader_.on("reseteverything",(function(){e.tech_.trigger("hls-reset")})),this.mainSegmentLoader_.on("segmenttimemapping",(function(t){e.tech_.trigger({type:"hls-segment-time-mapping",mapping:t.mapping})})),this.audioSegmentLoader_.on("ended",(function(){e.onEndOfStream()}))}},{key:"mediaSecondsLoaded_",value:function(){return Math.max(this.audioSegmentLoader_.mediaSecondsLoaded+this.mainSegmentLoader_.mediaSecondsLoaded)}},{key:"load",value:function(){this.mainSegmentLoader_.load(),this.mediaTypes_.AUDIO.activePlaylistLoader&&this.audioSegmentLoader_.load(),this.mediaTypes_.SUBTITLES.activePlaylistLoader&&this.subtitleSegmentLoader_.load()}},{key:"smoothQualityChange_",value:function(){var e=this.selectPlaylist();e!==this.masterPlaylistLoader_.media()&&(this.masterPlaylistLoader_.media(e),this.mainSegmentLoader_.resetLoader())}},{key:"fastQualityChange_",value:function(){var e=this,t=this.selectPlaylist();t!==this.masterPlaylistLoader_.media()&&(this.masterPlaylistLoader_.media(t),this.mainSegmentLoader_.resetEverything((function(){Ra.browser.IE_VERSION||Ra.browser.IS_EDGE?e.tech_.setCurrentTime(e.tech_.currentTime()+.04):e.tech_.setCurrentTime(e.tech_.currentTime())})))}},{key:"play",value:function(){if(!this.setupFirstPlay()){this.tech_.ended()&&this.seekTo_(0),this.hasPlayed_()&&this.load();var e=this.tech_.seekable();return this.tech_.duration()===1/0&&this.tech_.currentTime()<e.start(0)?this.seekTo_(e.end(e.length-1)):void 0}}},{key:"setupFirstPlay",value:function(){var e=this,t=this.masterPlaylistLoader_.media();if(!t||this.tech_.paused()||this.hasPlayed_())return!1;if(!t.endList){var i=this.seekable();if(!i.length)return!1;if(Ra.browser.IE_VERSION&&0===this.tech_.readyState())return this.tech_.one("loadedmetadata",(function(){e.trigger("firstplay"),e.seekTo_(i.end(0)),e.hasPlayed_=function(){return!0}})),!1;this.trigger("firstplay"),this.seekTo_(i.end(0))}return this.hasPlayed_=function(){return!0},this.load(),!0}},{key:"handleSourceOpen_",value:function(){try{this.setupSourceBuffers_()}catch(e){return Ra.log.warn("Failed to create Source Buffers",e),this.mediaSource.endOfStream("decode")}if(this.tech_.autoplay()){var e=this.tech_.play();void 0!==e&&"function"==typeof e.then&&e.then(null,(function(e){}))}this.trigger("sourceopen")}},{key:"onEndOfStream",value:function(){var e=this.mainSegmentLoader_.ended_;this.mediaTypes_.AUDIO.activePlaylistLoader&&(e=!this.mainSegmentLoader_.startingMedia_||this.mainSegmentLoader_.startingMedia_.containsVideo?e&&this.audioSegmentLoader_.ended_:this.audioSegmentLoader_.ended_),e&&this.mediaSource.endOfStream()}},{key:"stuckAtPlaylistEnd_",value:function(e){if(!this.seekable().length)return!1;var t=this.syncController_.getExpiredTime(e,this.mediaSource.duration);if(null===t)return!1;var i=eu.Playlist.playlistEnd(e,t),n=this.tech_.currentTime(),r=this.tech_.buffered();if(!r.length)return i-n<=xs;var a=r.end(r.length-1);return a-n<=xs&&i-a<=xs}},{key:"blacklistCurrentPlaylist",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments[1],i=void 0,n=void 0;if(i=e.playlist||this.masterPlaylistLoader_.media(),t=t||e.blacklistDuration||this.blacklistDuration,!i){this.error=e;try{return this.mediaSource.endOfStream("network")}catch(e){return this.trigger("error")}}var r=1===this.masterPlaylistLoader_.master.playlists.filter(ds).length;return r?(Ra.log.warn("Problem encountered with the current HLS playlist. Trying again since it is the final playlist."),this.tech_.trigger("retryplaylist"),this.masterPlaylistLoader_.load(r)):(i.excludeUntil=Date.now()+1e3*t,this.tech_.trigger("blacklistplaylist"),this.tech_.trigger({type:"usage",name:"hls-rendition-blacklisted"}),n=this.selectPlaylist(),Ra.log.warn("Problem encountered with the current HLS playlist."+(e.message?" "+e.message:"")+" Switching to another playlist."),this.masterPlaylistLoader_.media(n))}},{key:"pauseLoading",value:function(){this.mainSegmentLoader_.pause(),this.mediaTypes_.AUDIO.activePlaylistLoader&&this.audioSegmentLoader_.pause(),this.mediaTypes_.SUBTITLES.activePlaylistLoader&&this.subtitleSegmentLoader_.pause()}},{key:"setCurrentTime",value:function(e){var t=Is(this.tech_.buffered(),e);return this.masterPlaylistLoader_&&this.masterPlaylistLoader_.media()&&this.masterPlaylistLoader_.media().segments?t&&t.length?e:(this.mainSegmentLoader_.resetEverything(),this.mainSegmentLoader_.abort(),this.mediaTypes_.AUDIO.activePlaylistLoader&&(this.audioSegmentLoader_.resetEverything(),this.audioSegmentLoader_.abort()),this.mediaTypes_.SUBTITLES.activePlaylistLoader&&(this.subtitleSegmentLoader_.resetEverything(),this.subtitleSegmentLoader_.abort()),void this.load()):0}},{key:"duration",value:function(){return this.masterPlaylistLoader_?this.mediaSource?this.mediaSource.duration:eu.Playlist.duration(this.masterPlaylistLoader_.media()):0}},{key:"seekable",value:function(){return this.seekable_}},{key:"onSyncInfoUpdate_",value:function(){var e=void 0,t=void 0;if(this.masterPlaylistLoader_){var i=this.masterPlaylistLoader_.media();if(i){var n=this.syncController_.getExpiredTime(i,this.mediaSource.duration);if(null!==n&&0!==(e=eu.Playlist.seekable(i,n)).length){if(this.mediaTypes_.AUDIO.activePlaylistLoader){if(i=this.mediaTypes_.AUDIO.activePlaylistLoader.media(),null===(n=this.syncController_.getExpiredTime(i,this.mediaSource.duration)))return;if(0===(t=eu.Playlist.seekable(i,n)).length)return}t?t.start(0)>e.end(0)||e.start(0)>t.end(0)?this.seekable_=e:this.seekable_=Ra.createTimeRanges([[t.start(0)>e.start(0)?t.start(0):e.start(0),t.end(0)<e.end(0)?t.end(0):e.end(0)]]):this.seekable_=e,this.logger_("seekable updated ["+Rs(this.seekable_)+"]"),this.tech_.trigger("seekablechanged")}}}}},{key:"updateDuration",value:function(){var e=this,t=this.mediaSource.duration,i=eu.Playlist.duration(this.masterPlaylistLoader_.media()),n=this.tech_.buffered(),r=function t(){e.mediaSource.duration=i,e.tech_.trigger("durationchange"),e.mediaSource.removeEventListener("sourceopen",t)};n.length>0&&(i=Math.max(i,n.end(n.length-1))),t!==i&&("open"!==this.mediaSource.readyState?this.mediaSource.addEventListener("sourceopen",r):r())}},{key:"dispose",value:function(){var e=this;this.decrypter_.terminate(),this.masterPlaylistLoader_.dispose(),this.mainSegmentLoader_.dispose(),["AUDIO","SUBTITLES"].forEach((function(t){var i=e.mediaTypes_[t].groups;for(var n in i)i[n].forEach((function(e){e.playlistLoader&&e.playlistLoader.dispose()}))})),this.audioSegmentLoader_.dispose(),this.subtitleSegmentLoader_.dispose()}},{key:"master",value:function(){return this.masterPlaylistLoader_.master}},{key:"media",value:function(){return this.masterPlaylistLoader_.media()||this.initialMedia_}},{key:"setupSourceBuffers_",value:function(){var e,t=this.masterPlaylistLoader_.media();if(t&&"open"===this.mediaSource.readyState){if((e=to(this.masterPlaylistLoader_.master,t)).length<1)return this.error="No compatible SourceBuffer configuration for the variant stream:"+t.resolvedUri,this.mediaSource.endOfStream("decode");this.configureLoaderMimeTypes_(e),this.excludeIncompatibleVariants_(t)}}},{key:"configureLoaderMimeTypes_",value:function(e){var t=e.length>1&&-1===e[0].indexOf(",")&&e[0]!==e[1]?new Ra.EventTarget:null;this.mainSegmentLoader_.mimeType(e[0],t),e[1]&&this.audioSegmentLoader_.mimeType(e[1],t)}},{key:"excludeUnsupportedVariants_",value:function(){this.master().playlists.forEach((function(e){var t;e.attributes.CODECS&&f().MediaSource&&f().MediaSource.isTypeSupported&&!f().MediaSource.isTypeSupported('video/mp4; codecs="'+(t=e.attributes.CODECS,t.replace(/avc1\.(\d+)\.(\d+)/i,(function(e){return Js([e])[0]}))+'"'))&&(e.excludeUntil=1/0)}))}},{key:"excludeIncompatibleVariants_",value:function(e){var t=2,i=null,n=void 0;e.attributes.CODECS&&(n=Zs(e.attributes.CODECS),i=n.videoCodec,t=n.codecCount),this.master().playlists.forEach((function(e){var n={codecCount:2,videoCodec:null};e.attributes.CODECS&&(n=Zs(e.attributes.CODECS)),n.codecCount!==t&&(e.excludeUntil=1/0),n.videoCodec!==i&&(e.excludeUntil=1/0)}))}},{key:"updateAdCues_",value:function(e){var t=0,i=this.seekable();i.length&&(t=i.start(0)),function(e,t){var i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0;if(e.segments)for(var n=i,r=void 0,a=0;a<e.segments.length;a++){var s=e.segments[a];if(r||(r=jo(t,n+s.duration/2)),r){if("cueIn"in s){r.endTime=n,r.adEndTime=n,n+=s.duration,r=null;continue}if(n<r.endTime){n+=s.duration;continue}r.endTime+=s.duration}else if("cueOut"in s&&((r=new(f().VTTCue)(n,n+s.duration,s.cueOut)).adStartTime=n,r.adEndTime=n+parseFloat(s.cueOut),t.addCue(r)),"cueOutCont"in s){var o=void 0,u=void 0,l=s.cueOutCont.split("/").map(parseFloat),c=za(l,2);o=c[0],u=c[1],(r=new(f().VTTCue)(n,n+s.duration,"")).adStartTime=n-o,r.adEndTime=r.adStartTime+u,t.addCue(r)}n+=s.duration}}(e,this.cueTagsTrack_,t)}},{key:"goalBufferLength",value:function(){var e=this.tech_.currentTime(),t=bo.GOAL_BUFFER_LENGTH,i=bo.GOAL_BUFFER_LENGTH_RATE,n=Math.max(t,bo.MAX_GOAL_BUFFER_LENGTH);return Math.min(t+e*i,n)}},{key:"bufferLowWaterLine",value:function(){var e=this.tech_.currentTime(),t=bo.BUFFER_LOW_WATER_LINE,i=bo.BUFFER_LOW_WATER_LINE_RATE,n=Math.max(t,bo.MAX_BUFFER_LOW_WATER_LINE);return Math.min(t+e*i,n)}}]),t}(Ra.EventTarget),ru=function e(t,i,n){ja(this,e);var r,a,s,o=t.masterPlaylistController_,u=o[(t.options_.smoothQualityChange?"smooth":"fast")+"QualityChange_"].bind(o);if(i.attributes.RESOLUTION){var l=i.attributes.RESOLUTION;this.width=l.width,this.height=l.height}this.bandwidth=i.attributes.BANDWIDTH,this.id=n,this.enabled=(r=t.playlists,a=i.uri,s=u,function(e){var t=r.master.playlists[a],i=hs(t),n=ds(t);return void 0===e?n:(e?delete t.disabled:t.disabled=!0,e===n||i||(s(),e?r.trigger("renditionenabled"):r.trigger("renditiondisabled")),e)})},au=["seeking","seeked","pause","playing","error"],su=function(){function e(t){var i=this;ja(this,e),this.tech_=t.tech,this.seekable=t.seekable,this.seekTo=t.seekTo,this.consecutiveUpdates=0,this.lastRecordedTime=null,this.timer_=null,this.checkCurrentTimeTimeout_=null,this.logger_=yo("PlaybackWatcher"),this.logger_("initialize");var n=function(){return i.monitorCurrentTime_()},r=function(){return i.techWaiting_()},a=function(){return i.cancelTimer_()},s=function(){return i.fixesBadSeeks_()};this.tech_.on("seekablechanged",s),this.tech_.on("waiting",r),this.tech_.on(au,a),this.tech_.on("canplay",n),this.dispose=function(){i.logger_("dispose"),i.tech_.off("seekablechanged",s),i.tech_.off("waiting",r),i.tech_.off(au,a),i.tech_.off("canplay",n),i.checkCurrentTimeTimeout_&&f().clearTimeout(i.checkCurrentTimeTimeout_),i.cancelTimer_()}}return Fa(e,[{key:"monitorCurrentTime_",value:function(){this.checkCurrentTime_(),this.checkCurrentTimeTimeout_&&f().clearTimeout(this.checkCurrentTimeTimeout_),this.checkCurrentTimeTimeout_=f().setTimeout(this.monitorCurrentTime_.bind(this),250)}},{key:"checkCurrentTime_",value:function(){if(this.tech_.seeking()&&this.fixesBadSeeks_())return this.consecutiveUpdates=0,void(this.lastRecordedTime=this.tech_.currentTime());if(!this.tech_.paused()&&!this.tech_.seeking()){var e=this.tech_.currentTime(),t=this.tech_.buffered();if(this.lastRecordedTime===e&&(!t.length||e+xs>=t.end(t.length-1)))return this.techWaiting_();this.consecutiveUpdates>=5&&e===this.lastRecordedTime?(this.consecutiveUpdates++,this.waiting_()):e===this.lastRecordedTime?this.consecutiveUpdates++:(this.consecutiveUpdates=0,this.lastRecordedTime=e)}}},{key:"cancelTimer_",value:function(){this.consecutiveUpdates=0,this.timer_&&(this.logger_("cancelTimer_"),clearTimeout(this.timer_)),this.timer_=null}},{key:"fixesBadSeeks_",value:function(){var e=this.tech_.seeking(),t=this.seekable(),i=this.tech_.currentTime(),n=void 0;e&&this.afterSeekableWindow_(t,i)&&(n=t.end(t.length-1));e&&this.beforeSeekableWindow_(t,i)&&(n=t.start(0)+xs);return void 0!==n&&(this.logger_("Trying to seek outside of seekable at time "+i+" with seekable range "+Rs(t)+". Seeking to "+n+"."),this.seekTo(n),!0)}},{key:"waiting_",value:function(){if(!this.techWaiting_()){var e=this.tech_.currentTime(),t=this.tech_.buffered(),i=Is(t,e);return i.length&&e+3<=i.end(0)?(this.cancelTimer_(),this.seekTo(e),this.logger_("Stopped at "+e+" while inside a buffered region ["+i.start(0)+" -> "+i.end(0)+"]. Attempting to resume playback by seeking to the current time."),void this.tech_.trigger({type:"usage",name:"hls-unknown-waiting"})):void 0}}},{key:"techWaiting_",value:function(){var e=this.seekable(),t=this.tech_.currentTime();if(this.tech_.seeking()&&this.fixesBadSeeks_())return!0;if(this.tech_.seeking()||null!==this.timer_)return!0;if(this.beforeSeekableWindow_(e,t)){var i=e.end(e.length-1);return this.logger_("Fell out of live window at time "+t+". Seeking to live point (seekable end) "+i),this.cancelTimer_(),this.seekTo(i),this.tech_.trigger({type:"usage",name:"hls-live-resync"}),!0}var n=this.tech_.buffered(),r=Ds(n,t);if(this.videoUnderflow_(r,n,t))return this.cancelTimer_(),this.seekTo(t),this.tech_.trigger({type:"usage",name:"hls-video-underflow"}),!0;if(r.length>0){var a=r.start(0)-t;return this.logger_("Stopped at "+t+", setting timer for "+a+", seeking to "+r.start(0)),this.timer_=setTimeout(this.skipTheGap_.bind(this),1e3*a,t),!0}return!1}},{key:"afterSeekableWindow_",value:function(e,t){return!!e.length&&t>e.end(e.length-1)+xs}},{key:"beforeSeekableWindow_",value:function(e,t){return!!(e.length&&e.start(0)>0&&t<e.start(0)-xs)}},{key:"videoUnderflow_",value:function(e,t,i){if(0===e.length){var n=this.gapFromVideoUnderflow_(t,i);if(n)return this.logger_("Encountered a gap in video from "+n.start+" to "+n.end+". Seeking to current time "+i),!0}return!1}},{key:"skipTheGap_",value:function(e){var t=this.tech_.buffered(),i=this.tech_.currentTime(),n=Ds(t,i);this.cancelTimer_(),0!==n.length&&i===e&&(this.logger_("skipTheGap_:","currentTime:",i,"scheduled currentTime:",e,"nextRange start:",n.start(0)),this.seekTo(n.start(0)+Ps),this.tech_.trigger({type:"usage",name:"hls-gap-skip"}))}},{key:"gapFromVideoUnderflow_",value:function(e,t){for(var i=function(e){if(e.length<2)return Ra.createTimeRanges();for(var t=[],i=1;i<e.length;i++){var n=e.end(i-1),r=e.start(i);t.push([n,r])}return Ra.createTimeRanges(t)}(e),n=0;n<i.length;n++){var r=i.start(n),a=i.end(n);if(t-r<4&&t-r>2)return{start:r,end:a}}return null}}]),e}(),ou={errorInterval:30,getSource:function(e){return e(this.tech({IWillNotUseThisInPlugins:!0}).currentSource_)}},uu=function e(t,i){var n=0,r=0,a=Ra.mergeOptions(ou,i);t.ready((function(){t.trigger({type:"usage",name:"hls-error-reload-initialized"})}));var s=function(){r&&t.currentTime(r)},o=function(e){null!=e&&(r=t.duration()!==1/0&&t.currentTime()||0,t.one("loadedmetadata",s),t.src(e),t.trigger({type:"usage",name:"hls-error-reload"}),t.play())},u=function(){if(Date.now()-n<1e3*a.errorInterval)t.trigger({type:"usage",name:"hls-error-reload-canceled"});else{if(a.getSource&&"function"==typeof a.getSource)return n=Date.now(),a.getSource.call(t,o);Ra.log.error("ERROR: reloadSourceOnError - The option getSource must be a function!")}},l=function e(){t.off("loadedmetadata",s),t.off("error",u),t.off("dispose",e)};t.on("error",u),t.on("dispose",l),t.reloadSourceOnError=function(i){l(),e(t,i)}},lu=function(e){uu(this,e)};Ra.use("*",(function(e){return{setSource:function(e,t){t(null,e)},setCurrentTime:function(t){return e.vhs&&e.currentSource().src===e.vhs.source_.src&&e.vhs.setCurrentTime(t),t},play:function(){e.vhs&&e.currentSource().src===e.vhs.source_.src&&e.vhs.setCurrentTime(e.currentTime())}}}));var cu={PlaylistLoader:Za,Playlist:ms,Decrypter:Ae,AsyncStream:we,decrypt:Ee,utils:Cs,STANDARD_PLAYLIST_SELECTOR:function(){return function(e,t,i,n,r){var a=e.playlists.map((function(e){var t,i;return t=e.attributes.RESOLUTION&&e.attributes.RESOLUTION.width,i=e.attributes.RESOLUTION&&e.attributes.RESOLUTION.height,{bandwidth:e.attributes.BANDWIDTH||f().Number.MAX_VALUE,width:t,height:i,playlist:e}}));xo(a,(function(e,t){return e.bandwidth-t.bandwidth}));var s=(a=a.filter((function(e){return!ms.isIncompatible(e.playlist)}))).filter((function(e){return ms.isEnabled(e.playlist)}));s.length||(s=a.filter((function(e){return!ms.isDisabled(e.playlist)})));var o=s.filter((function(e){return e.bandwidth*bo.BANDWIDTH_VARIANCE<t})),u=o[o.length-1],l=o.filter((function(e){return e.bandwidth===u.bandwidth}))[0];if(!1===r){var c=l||s[0]||a[0];return c?c.playlist:null}var h=o.filter((function(e){return e.width&&e.height}));xo(h,(function(e,t){return e.width-t.width}));var d=h.filter((function(e){return e.width===i&&e.height===n}));u=d[d.length-1];var p=d.filter((function(e){return e.bandwidth===u.bandwidth}))[0],m=void 0,g=void 0,y=void 0;p||(g=(m=h.filter((function(e){return e.width>i||e.height>n}))).filter((function(e){return e.width===m[0].width&&e.height===m[0].height})),u=g[g.length-1],y=g.filter((function(e){return e.bandwidth===u.bandwidth}))[0]);var v=y||p||l||s[0]||a[0];return v?v.playlist:null}(this.playlists.master,this.systemBandwidth,parseInt(Po(this.tech_.el(),"width"),10),parseInt(Po(this.tech_.el(),"height"),10),this.limitRenditionByPlayerDimensions)},INITIAL_PLAYLIST_SELECTOR:function(){var e=this.playlists.master.playlists.filter(ms.isEnabled);return xo(e,(function(e,t){return Uo(e,t)})),e.filter((function(e){return Zs(e.attributes.CODECS).videoCodec}))[0]||null},comparePlaylistBandwidth:Uo,comparePlaylistResolution:function(e,t){var i=void 0,n=void 0;return e.attributes.RESOLUTION&&e.attributes.RESOLUTION.width&&(i=e.attributes.RESOLUTION.width),i=i||f().Number.MAX_VALUE,t.attributes.RESOLUTION&&t.attributes.RESOLUTION.width&&(n=t.attributes.RESOLUTION.width),i===(n=n||f().Number.MAX_VALUE)&&e.attributes.BANDWIDTH&&t.attributes.BANDWIDTH?e.attributes.BANDWIDTH-t.attributes.BANDWIDTH:i-n},xhr:vs()};["GOAL_BUFFER_LENGTH","MAX_GOAL_BUFFER_LENGTH","GOAL_BUFFER_LENGTH_RATE","BUFFER_LOW_WATER_LINE","MAX_BUFFER_LOW_WATER_LINE","BUFFER_LOW_WATER_LINE_RATE","BANDWIDTH_VARIANCE"].forEach((function(e){Object.defineProperty(cu,e,{get:function(){return Ra.log.warn("using Hls."+e+" is UNSAFE be sure you know what you are doing"),bo[e]},set:function(t){Ra.log.warn("using Hls."+e+" is UNSAFE be sure you know what you are doing"),"number"!=typeof t||t<0?Ra.log.warn("value of Hls."+e+" must be greater than or equal to 0"):bo[e]=t}})}));var hu="videojs-vhs",du=function(e){if(/^(audio|video|application)\/(x-|vnd\.apple\.)?mpegurl/i.test(e))return"hls";return/^application\/dash\+xml/i.test(e)?"dash":null},pu=function(e,t){for(var i=t.media(),n=-1,r=0;r<e.length;r++)if(e[r].id===i.uri){n=r;break}e.selectedIndex_=n,e.trigger({selectedIndex:n,type:"change"})};cu.canPlaySource=function(){return Ra.log.warn("HLS is no longer a tech. Please remove it from your player's techOrder.")};var fu=function(e){if("dash"===e.options_.sourceType){var t=Ra.players[e.tech_.options_.playerId];if(t.eme){var i=function(e,t,i){if(!e)return e;var n={};for(var r in e)n[r]={audioContentType:'audio/mp4; codecs="'+i.attributes.CODECS+'"',videoContentType:'video/mp4; codecs="'+t.attributes.CODECS+'"'},t.contentProtection&&t.contentProtection[r]&&t.contentProtection[r].pssh&&(n[r].pssh=t.contentProtection[r].pssh),"string"==typeof e[r]&&(n[r].url=e[r]);return Ra.mergeOptions(e,n)}(e.source_.keySystems,e.playlists.media(),e.masterPlaylistController_.mediaTypes_.AUDIO.activePlaylistLoader.media());i&&(t.currentSource().keySystems=i,t.eme.initializeMediaKeys&&t.eme.initializeMediaKeys())}}},mu=function(){if(!window.localStorage)return null;var e=window.localStorage.getItem(hu);if(!e)return null;try{return JSON.parse(e)}catch(e){return null}};cu.supportsNativeHls=function(){var e=C().createElement("video");if(!Ra.getTech("Html5").isSupported())return!1;return["application/vnd.apple.mpegurl","audio/mpegurl","audio/x-mpegurl","application/x-mpegurl","video/x-mpegurl","video/mpegurl","application/mpegurl"].some((function(t){return/maybe|probably/i.test(e.canPlayType(t))}))}(),cu.supportsNativeDash=!!Ra.getTech("Html5").isSupported()&&/maybe|probably/i.test(C().createElement("video").canPlayType("application/dash+xml")),cu.supportsTypeNatively=function(e){return"hls"===e?cu.supportsNativeHls:"dash"===e&&cu.supportsNativeDash},cu.isSupported=function(){return Ra.log.warn("HLS is no longer a tech. Please remove it from your player's techOrder.")};var gu=function(e){function t(e,i,n){ja(this,t);var r=qa(this,(t.__proto__||Object.getPrototypeOf(t)).call(this,i,n.hls));if(i.options_&&i.options_.playerId){var a=Ra(i.options_.playerId);a.hasOwnProperty("hls")||Object.defineProperty(a,"hls",{get:function(){return Ra.log.warn("player.hls is deprecated. Use player.tech().hls instead."),i.trigger({type:"usage",name:"hls-player-access"}),r},configurable:!0}),a.vhs=r,a.dash=r,r.player_=a}if(r.tech_=i,r.source_=e,r.stats={},r.setOptions_(),r.options_.overrideNative&&i.overrideNativeAudioTracks&&i.overrideNativeVideoTracks)i.overrideNativeAudioTracks(!0),i.overrideNativeVideoTracks(!0);else if(r.options_.overrideNative&&(i.featuresNativeVideoTracks||i.featuresNativeAudioTracks))throw new Error("Overriding native HLS requires emulated tracks. See https://git.io/vMpjB");return r.on(C(),["fullscreenchange","webkitfullscreenchange","mozfullscreenchange","MSFullscreenChange"],(function(e){var t=C().fullscreenElement||C().webkitFullscreenElement||C().mozFullScreenElement||C().msFullscreenElement;t&&t.contains(r.tech_.el())&&r.masterPlaylistController_.smoothQualityChange_()})),r.on(r.tech_,"seeking",(function(){this.tech_.seeking()&&0===this.tech_.currentTime()&&this.tech_.player_.loop()&&this.setCurrentTime(0)})),r.on(r.tech_,"error",(function(){this.masterPlaylistController_&&this.masterPlaylistController_.pauseLoading()})),r.on(r.tech_,"play",r.play),r}return Ha(t,e),Fa(t,[{key:"setOptions_",value:function(){var e=this;if(this.options_.withCredentials=this.options_.withCredentials||!1,this.options_.limitRenditionByPlayerDimensions=!1!==this.options_.limitRenditionByPlayerDimensions,this.options_.smoothQualityChange=this.options_.smoothQualityChange||!1,this.options_.useBandwidthFromLocalStorage=void 0!==this.source_.useBandwidthFromLocalStorage?this.source_.useBandwidthFromLocalStorage:this.options_.useBandwidthFromLocalStorage||!1,"number"!=typeof this.options_.blacklistDuration&&(this.options_.blacklistDuration=300),"number"!=typeof this.options_.bandwidth&&this.options_.useBandwidthFromLocalStorage){var t=mu();t&&t.bandwidth&&(this.options_.bandwidth=t.bandwidth,this.tech_.trigger({type:"usage",name:"hls-bandwidth-from-local-storage"})),t&&t.throughput&&(this.options_.throughput=t.throughput,this.tech_.trigger({type:"usage",name:"hls-throughput-from-local-storage"}))}"number"!=typeof this.options_.bandwidth&&(this.options_.bandwidth=bo.INITIAL_BANDWIDTH),this.options_.enableLowInitialPlaylist=this.options_.enableLowInitialPlaylist&&this.options_.bandwidth===bo.INITIAL_BANDWIDTH,["withCredentials","limitRenditionByPlayerDimensions","bandwidth","smoothQualityChange"].forEach((function(t){void 0!==e.source_[t]&&(e.options_[t]=e.source_[t])})),this.limitRenditionByPlayerDimensions=this.options_.limitRenditionByPlayerDimensions}},{key:"src",value:function(e,t){var i=this;e&&(this.setOptions_(),this.options_.url=this.source_.src,this.options_.tech=this.tech_,this.options_.externHls=cu,this.options_.sourceType=du(t),this.options_.seekTo=function(e){i.tech_.setCurrentTime(e),i.setCurrentTime(e)},this.masterPlaylistController_=new nu(this.options_),this.playbackWatcher_=new su(Ra.mergeOptions(this.options_,{seekable:function(){return i.seekable()}})),this.masterPlaylistController_.on("error",(function(){Ra.players[i.tech_.options_.playerId].error(i.masterPlaylistController_.error)})),this.masterPlaylistController_.selectPlaylist=this.selectPlaylist?this.selectPlaylist.bind(this):cu.STANDARD_PLAYLIST_SELECTOR.bind(this),this.masterPlaylistController_.selectInitialPlaylist=cu.INITIAL_PLAYLIST_SELECTOR.bind(this),this.playlists=this.masterPlaylistController_.masterPlaylistLoader_,this.mediaSource=this.masterPlaylistController_.mediaSource,Object.defineProperties(this,{selectPlaylist:{get:function(){return this.masterPlaylistController_.selectPlaylist},set:function(e){this.masterPlaylistController_.selectPlaylist=e.bind(this)}},throughput:{get:function(){return this.masterPlaylistController_.mainSegmentLoader_.throughput.rate},set:function(e){this.masterPlaylistController_.mainSegmentLoader_.throughput.rate=e,this.masterPlaylistController_.mainSegmentLoader_.throughput.count=1}},bandwidth:{get:function(){return this.masterPlaylistController_.mainSegmentLoader_.bandwidth},set:function(e){this.masterPlaylistController_.mainSegmentLoader_.bandwidth=e,this.masterPlaylistController_.mainSegmentLoader_.throughput={rate:0,count:0}}},systemBandwidth:{get:function(){var e=1/(this.bandwidth||1),t=void 0;return t=this.throughput>0?1/this.throughput:0,Math.floor(1/(e+t))},set:function(){Ra.log.error('The "systemBandwidth" property is read-only')}}}),this.options_.bandwidth&&(this.bandwidth=this.options_.bandwidth),this.options_.throughput&&(this.throughput=this.options_.throughput),Object.defineProperties(this.stats,{bandwidth:{get:function(){return i.bandwidth||0},enumerable:!0},mediaRequests:{get:function(){return i.masterPlaylistController_.mediaRequests_()||0},enumerable:!0},mediaRequestsAborted:{get:function(){return i.masterPlaylistController_.mediaRequestsAborted_()||0},enumerable:!0},mediaRequestsTimedout:{get:function(){return i.masterPlaylistController_.mediaRequestsTimedout_()||0},enumerable:!0},mediaRequestsErrored:{get:function(){return i.masterPlaylistController_.mediaRequestsErrored_()||0},enumerable:!0},mediaTransferDuration:{get:function(){return i.masterPlaylistController_.mediaTransferDuration_()||0},enumerable:!0},mediaBytesTransferred:{get:function(){return i.masterPlaylistController_.mediaBytesTransferred_()||0},enumerable:!0},mediaSecondsLoaded:{get:function(){return i.masterPlaylistController_.mediaSecondsLoaded_()||0},enumerable:!0},buffered:{get:function(){return Ms(i.tech_.buffered())},enumerable:!0},currentTime:{get:function(){return i.tech_.currentTime()},enumerable:!0},currentSource:{get:function(){return i.tech_.currentSource_},enumerable:!0},currentTech:{get:function(){return i.tech_.name_},enumerable:!0},duration:{get:function(){return i.tech_.duration()},enumerable:!0},master:{get:function(){return i.playlists.master},enumerable:!0},playerDimensions:{get:function(){return i.tech_.currentDimensions()},enumerable:!0},seekable:{get:function(){return Ms(i.tech_.seekable())},enumerable:!0},timestamp:{get:function(){return Date.now()},enumerable:!0},videoPlaybackQuality:{get:function(){return i.tech_.getVideoPlaybackQuality()},enumerable:!0}}),this.tech_.one("canplay",this.masterPlaylistController_.setupFirstPlay.bind(this.masterPlaylistController_)),this.tech_.on("bandwidthupdate",(function(){i.options_.useBandwidthFromLocalStorage&&function(e){if(!window.localStorage)return!1;var t=mu();t=t?Ra.mergeOptions(t,e):e;try{window.localStorage.setItem(hu,JSON.stringify(t))}catch(e){return!1}}({bandwidth:i.bandwidth,throughput:Math.round(i.throughput)})})),this.masterPlaylistController_.on("selectedinitialmedia",(function(){var e,t;t=(e=i).playlists,e.representations=function(){return t.master.playlists.filter((function(e){return!hs(e)})).map((function(t,i){return new ru(e,t,t.uri)}))},fu(i)})),this.on(this.masterPlaylistController_,"progress",(function(){this.tech_.trigger("progress")})),this.tech_.ready((function(){return i.setupQualityLevels_()})),this.tech_.el()&&this.tech_.src(Ra.URL.createObjectURL(this.masterPlaylistController_.mediaSource)))}},{key:"setupQualityLevels_",value:function(){var e=this,t=Ra.players[this.tech_.options_.playerId];t&&t.qualityLevels&&(this.qualityLevels_=t.qualityLevels(),this.masterPlaylistController_.on("selectedinitialmedia",(function(){var t,i;t=e.qualityLevels_,(i=e).representations().forEach((function(e){t.addQualityLevel(e)})),pu(t,i.playlists)})),this.playlists.on("mediachange",(function(){pu(e.qualityLevels_,e.playlists)})))}},{key:"play",value:function(){this.masterPlaylistController_.play()}},{key:"setCurrentTime",value:function(e){this.masterPlaylistController_.setCurrentTime(e)}},{key:"duration",value:function(){return this.masterPlaylistController_.duration()}},{key:"seekable",value:function(){return this.masterPlaylistController_.seekable()}},{key:"dispose",value:function(){this.playbackWatcher_&&this.playbackWatcher_.dispose(),this.masterPlaylistController_&&this.masterPlaylistController_.dispose(),this.qualityLevels_&&this.qualityLevels_.dispose(),this.player_&&(delete this.player_.vhs,delete this.player_.dash,delete this.player_.hls),this.tech_&&this.tech_.hls&&delete this.tech_.hls,Va(t.prototype.__proto__||Object.getPrototypeOf(t.prototype),"dispose",this).call(this)}},{key:"convertToStreamTime",value:function(e,t){return Ls({playlist:this.masterPlaylistController_.media(),time:e,callback:t})}},{key:"seekToStreamTime",value:function(e,t){var i=!(arguments.length>2&&void 0!==arguments[2])||arguments[2],n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:2;return Os({streamTime:e,playlist:this.masterPlaylistController_.media(),retryCount:n,pauseAfterSeek:i,seekTo:this.options_.seekTo,tech:this.options_.tech,callback:t})}}]),t}(Ra.getComponent("Component")),yu={name:"videojs-http-streaming",VERSION:"1.5.1",canHandleSource:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},i=Ra.mergeOptions(Ra.options,t);return yu.canPlayType(e.type,i)},handleSource:function(e,t){var i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},n=Ra.mergeOptions(Ra.options,i);return t.hls=new gu(e,t,n),t.hls.xhr=vs(),t.hls.src(e.src,e.type),t.hls},canPlayType:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},i=Ra.mergeOptions(Ra.options,t),n=i.hls.overrideNative,r=du(e),a=r&&(!cu.supportsTypeNatively(r)||n);return a?"maybe":""}};void 0!==Ra.MediaSource&&void 0!==Ra.URL||(Ra.MediaSource=co,Ra.URL=ho),co.supportsNativeMediaSources()&&Ra.getTech("Html5").registerSourceHandler(yu,0),Ra.HlsHandler=gu,Ra.HlsSourceHandler=yu,Ra.Hls=cu,Ra.use||Ra.registerComponent("Hls",cu),Ra.options.hls=Ra.options.hls||{},Ra.registerPlugin?Ra.registerPlugin("reloadSourceOnError",lu):Ra.plugin("reloadSourceOnError",lu);const vu=Ra},3407:(e,t,i)=>{var n=i(8908),r=e.exports={WebVTT:i(3706),VTTCue:i(2230),VTTRegion:i(3710)};n.vttjs=r,n.WebVTT=r.WebVTT;var a=r.VTTCue,s=r.VTTRegion,o=n.VTTCue,u=n.VTTRegion;r.shim=function(){n.VTTCue=a,n.VTTRegion=s},r.restore=function(){n.VTTCue=o,n.VTTRegion=u},n.VTTCue||r.shim()},3706:e=>{var t=Object.create||function(){function e(){}return function(t){if(1!==arguments.length)throw new Error("Object.create shim only accepts one parameter.");return e.prototype=t,new e}}();function i(e,t){this.name="ParsingError",this.code=e.code,this.message=t||e.message}function n(e){function t(e,t,i,n){return 3600*(0|e)+60*(0|t)+(0|i)+(0|n)/1e3}var i=e.match(/^(\d+):(\d{2})(:\d{2})?\.(\d{3})/);return i?i[3]?t(i[1],i[2],i[3].replace(":",""),i[4]):i[1]>59?t(i[1],i[2],0,i[4]):t(0,i[1],i[2],i[4]):null}function r(){this.values=t(null)}function a(e,t,i,n){var r=n?e.split(n):[e];for(var a in r)if("string"==typeof r[a]){var s=r[a].split(i);if(2===s.length)t(s[0],s[1])}}function s(e,t,s){var o=e;function u(){var t=n(e);if(null===t)throw new i(i.Errors.BadTimeStamp,"Malformed timestamp: "+o);return e=e.replace(/^[^\sa-zA-Z-]+/,""),t}function l(){e=e.replace(/^\s+/,"")}if(l(),t.startTime=u(),l(),"--\x3e"!==e.substr(0,3))throw new i(i.Errors.BadTimeStamp,"Malformed time stamp (time stamps must be separated by '--\x3e'): "+o);e=e.substr(3),l(),t.endTime=u(),l(),function(e,t){var i=new r;a(e,(function(e,t){switch(e){case"region":for(var n=s.length-1;n>=0;n--)if(s[n].id===t){i.set(e,s[n].region);break}break;case"vertical":i.alt(e,t,["rl","lr"]);break;case"line":var r=t.split(","),a=r[0];i.integer(e,a),i.percent(e,a)&&i.set("snapToLines",!1),i.alt(e,a,["auto"]),2===r.length&&i.alt("lineAlign",r[1],["start","middle","end"]);break;case"position":r=t.split(","),i.percent(e,r[0]),2===r.length&&i.alt("positionAlign",r[1],["start","middle","end"]);break;case"size":i.percent(e,t);break;case"align":i.alt(e,t,["start","middle","end","left","right"])}}),/:/,/\s/),t.region=i.get("region",null),t.vertical=i.get("vertical",""),t.line=i.get("line","auto"),t.lineAlign=i.get("lineAlign","start"),t.snapToLines=i.get("snapToLines",!0),t.size=i.get("size",100),t.align=i.get("align","middle"),t.position=i.get("position",{start:0,left:0,middle:50,end:100,right:100},t.align),t.positionAlign=i.get("positionAlign",{start:"start",left:"start",middle:"middle",end:"end",right:"end"},t.align)}(e,t)}i.prototype=t(Error.prototype),i.prototype.constructor=i,i.Errors={BadSignature:{code:0,message:"Malformed WebVTT signature."},BadTimeStamp:{code:1,message:"Malformed time stamp."}},r.prototype={set:function(e,t){this.get(e)||""===t||(this.values[e]=t)},get:function(e,t,i){return i?this.has(e)?this.values[e]:t[i]:this.has(e)?this.values[e]:t},has:function(e){return e in this.values},alt:function(e,t,i){for(var n=0;n<i.length;++n)if(t===i[n]){this.set(e,t);break}},integer:function(e,t){/^-?\d+$/.test(t)&&this.set(e,parseInt(t,10))},percent:function(e,t){return!!(t.match(/^([\d]{1,3})(\.[\d]*)?%$/)&&(t=parseFloat(t))>=0&&t<=100)&&(this.set(e,t),!0)}};var o={"&amp;":"&","&lt;":"<","&gt;":">","&lrm;":"‎","&rlm;":"‏","&nbsp;":" "},u={c:"span",i:"i",b:"b",u:"u",ruby:"ruby",rt:"rt",v:"span",lang:"span"},l={v:"title",lang:"lang"},c={rt:"ruby"};function h(e,t){function i(){if(!t)return null;var e,i=t.match(/^([^<]*)(<[^>]*>?)?/);return e=i[1]?i[1]:i[2],t=t.substr(e.length),e}function r(e){return o[e]}function a(e){for(;v=e.match(/&(amp|lt|gt|lrm|rlm|nbsp);/);)e=e.replace(v[0],r);return e}function s(e,t){return!c[t.localName]||c[t.localName]===e.localName}function h(t,i){var n=u[t];if(!n)return null;var r=e.document.createElement(n);r.localName=n;var a=l[t];return a&&i&&(r[a]=i.trim()),r}for(var d,p=e.document.createElement("div"),f=p,m=[];null!==(d=i());)if("<"!==d[0])f.appendChild(e.document.createTextNode(a(d)));else{if("/"===d[1]){m.length&&m[m.length-1]===d.substr(2).replace(">","")&&(m.pop(),f=f.parentNode);continue}var g,y=n(d.substr(1,d.length-2));if(y){g=e.document.createProcessingInstruction("timestamp",y),f.appendChild(g);continue}var v=d.match(/^<([^.\s/0-9>]+)(\.[^\s\\>]+)?([^>\\]+)?(\\?)>?$/);if(!v)continue;if(!(g=h(v[1],v[3])))continue;if(!s(f,g))continue;v[2]&&(g.className=v[2].substr(1).replace("."," ")),m.push(v[1]),f.appendChild(g),f=g}return p}var d=[[1470,1470],[1472,1472],[1475,1475],[1478,1478],[1488,1514],[1520,1524],[1544,1544],[1547,1547],[1549,1549],[1563,1563],[1566,1610],[1645,1647],[1649,1749],[1765,1766],[1774,1775],[1786,1805],[1807,1808],[1810,1839],[1869,1957],[1969,1969],[1984,2026],[2036,2037],[2042,2042],[2048,2069],[2074,2074],[2084,2084],[2088,2088],[2096,2110],[2112,2136],[2142,2142],[2208,2208],[2210,2220],[8207,8207],[64285,64285],[64287,64296],[64298,64310],[64312,64316],[64318,64318],[64320,64321],[64323,64324],[64326,64449],[64467,64829],[64848,64911],[64914,64967],[65008,65020],[65136,65140],[65142,65276],[67584,67589],[67592,67592],[67594,67637],[67639,67640],[67644,67644],[67647,67669],[67671,67679],[67840,67867],[67872,67897],[67903,67903],[67968,68023],[68030,68031],[68096,68096],[68112,68115],[68117,68119],[68121,68147],[68160,68167],[68176,68184],[68192,68223],[68352,68405],[68416,68437],[68440,68466],[68472,68479],[68608,68680],[126464,126467],[126469,126495],[126497,126498],[126500,126500],[126503,126503],[126505,126514],[126516,126519],[126521,126521],[126523,126523],[126530,126530],[126535,126535],[126537,126537],[126539,126539],[126541,126543],[126545,126546],[126548,126548],[126551,126551],[126553,126553],[126555,126555],[126557,126557],[126559,126559],[126561,126562],[126564,126564],[126567,126570],[126572,126578],[126580,126583],[126585,126588],[126590,126590],[126592,126601],[126603,126619],[126625,126627],[126629,126633],[126635,126651],[1114109,1114109]];function p(e){for(var t=0;t<d.length;t++){var i=d[t];if(e>=i[0]&&e<=i[1])return!0}return!1}function f(e){var t=[],i="";if(!e||!e.childNodes)return"ltr";function n(e,t){for(var i=t.childNodes.length-1;i>=0;i--)e.push(t.childNodes[i])}function r(e){if(!e||!e.length)return null;var t=e.pop(),i=t.textContent||t.innerText;if(i){var a=i.match(/^.*(\n|\r)/);return a?(e.length=0,a[0]):i}return"ruby"===t.tagName?r(e):t.childNodes?(n(e,t),r(e)):void 0}for(n(t,e);i=r(t);)for(var a=0;a<i.length;a++)if(p(i.charCodeAt(a)))return"rtl";return"ltr"}function m(){}function g(e,t,i){m.call(this),this.cue=t,this.cueDiv=h(e,t.text);var n={color:"rgba(255, 255, 255, 1)",backgroundColor:"rgba(0, 0, 0, 0.8)",position:"relative",left:0,right:0,top:0,bottom:0,display:"inline",writingMode:""===t.vertical?"horizontal-tb":"lr"===t.vertical?"vertical-lr":"vertical-rl",unicodeBidi:"plaintext"};this.applyStyles(n,this.cueDiv),this.div=e.document.createElement("div"),n={direction:f(this.cueDiv),writingMode:""===t.vertical?"horizontal-tb":"lr"===t.vertical?"vertical-lr":"vertical-rl",unicodeBidi:"plaintext",textAlign:"middle"===t.align?"center":t.align,font:i.font,whiteSpace:"pre-line",position:"absolute"},this.applyStyles(n),this.div.appendChild(this.cueDiv);var r=0;switch(t.positionAlign){case"start":r=t.position;break;case"middle":r=t.position-t.size/2;break;case"end":r=t.position-t.size}""===t.vertical?this.applyStyles({left:this.formatStyle(r,"%"),width:this.formatStyle(t.size,"%")}):this.applyStyles({top:this.formatStyle(r,"%"),height:this.formatStyle(t.size,"%")}),this.move=function(e){this.applyStyles({top:this.formatStyle(e.top,"px"),bottom:this.formatStyle(e.bottom,"px"),left:this.formatStyle(e.left,"px"),right:this.formatStyle(e.right,"px"),height:this.formatStyle(e.height,"px"),width:this.formatStyle(e.width,"px")})}}function y(e){var t,i,n,r;if(e.div){i=e.div.offsetHeight,n=e.div.offsetWidth,r=e.div.offsetTop;var a=(a=e.div.childNodes)&&(a=a[0])&&a.getClientRects&&a.getClientRects();e=e.div.getBoundingClientRect(),t=a?Math.max(a[0]&&a[0].height||0,e.height/a.length):0}this.left=e.left,this.right=e.right,this.top=e.top||r,this.height=e.height||i,this.bottom=e.bottom||r+(e.height||i),this.width=e.width||n,this.lineHeight=void 0!==t?t:e.lineHeight}function v(e,t,i,n){var r=new y(t),a=t.cue,s=function(e){if("number"==typeof e.line&&(e.snapToLines||e.line>=0&&e.line<=100))return e.line;if(!e.track||!e.track.textTrackList||!e.track.textTrackList.mediaElement)return-1;for(var t=e.track,i=t.textTrackList,n=0,r=0;r<i.length&&i[r]!==t;r++)"showing"===i[r].mode&&n++;return-1*++n}(a),o=[];if(a.snapToLines){var u;switch(a.vertical){case"":o=["+y","-y"],u="height";break;case"rl":o=["+x","-x"],u="width";break;case"lr":o=["-x","+x"],u="width"}var l=r.lineHeight,c=l*Math.round(s),h=i[u]+l,d=o[0];Math.abs(c)>h&&(c=c<0?-1:1,c*=Math.ceil(h/l)*l),s<0&&(c+=""===a.vertical?i.height:i.width,o=o.reverse()),r.move(d,c)}else{var p=r.lineHeight/i.height*100;switch(a.lineAlign){case"middle":s-=p/2;break;case"end":s-=p}switch(a.vertical){case"":t.applyStyles({top:t.formatStyle(s,"%")});break;case"rl":t.applyStyles({left:t.formatStyle(s,"%")});break;case"lr":t.applyStyles({right:t.formatStyle(s,"%")})}o=["+y","-x","+x","-y"],r=new y(t)}var f=function(e,t){for(var r,a=new y(e),s=1,o=0;o<t.length;o++){for(;e.overlapsOppositeAxis(i,t[o])||e.within(i)&&e.overlapsAny(n);)e.move(t[o]);if(e.within(i))return e;var u=e.intersectPercentage(i);s>u&&(r=new y(e),s=u),e=new y(a)}return r||a}(r,o);t.move(f.toCSSCompatValues(i))}function _(){}m.prototype.applyStyles=function(e,t){for(var i in t=t||this.div,e)e.hasOwnProperty(i)&&(t.style[i]=e[i])},m.prototype.formatStyle=function(e,t){return 0===e?0:e+t},g.prototype=t(m.prototype),g.prototype.constructor=g,y.prototype.move=function(e,t){switch(t=void 0!==t?t:this.lineHeight,e){case"+x":this.left+=t,this.right+=t;break;case"-x":this.left-=t,this.right-=t;break;case"+y":this.top+=t,this.bottom+=t;break;case"-y":this.top-=t,this.bottom-=t}},y.prototype.overlaps=function(e){return this.left<e.right&&this.right>e.left&&this.top<e.bottom&&this.bottom>e.top},y.prototype.overlapsAny=function(e){for(var t=0;t<e.length;t++)if(this.overlaps(e[t]))return!0;return!1},y.prototype.within=function(e){return this.top>=e.top&&this.bottom<=e.bottom&&this.left>=e.left&&this.right<=e.right},y.prototype.overlapsOppositeAxis=function(e,t){switch(t){case"+x":return this.left<e.left;case"-x":return this.right>e.right;case"+y":return this.top<e.top;case"-y":return this.bottom>e.bottom}},y.prototype.intersectPercentage=function(e){return Math.max(0,Math.min(this.right,e.right)-Math.max(this.left,e.left))*Math.max(0,Math.min(this.bottom,e.bottom)-Math.max(this.top,e.top))/(this.height*this.width)},y.prototype.toCSSCompatValues=function(e){return{top:this.top-e.top,bottom:e.bottom-this.bottom,left:this.left-e.left,right:e.right-this.right,height:this.height,width:this.width}},y.getSimpleBoxPosition=function(e){var t=e.div?e.div.offsetHeight:e.tagName?e.offsetHeight:0,i=e.div?e.div.offsetWidth:e.tagName?e.offsetWidth:0,n=e.div?e.div.offsetTop:e.tagName?e.offsetTop:0;return{left:(e=e.div?e.div.getBoundingClientRect():e.tagName?e.getBoundingClientRect():e).left,right:e.right,top:e.top||n,height:e.height||t,bottom:e.bottom||n+(e.height||t),width:e.width||i}},_.StringDecoder=function(){return{decode:function(e){if(!e)return"";if("string"!=typeof e)throw new Error("Error - expected string data.");return decodeURIComponent(encodeURIComponent(e))}}},_.convertCueToDOMTree=function(e,t){return e&&t?h(e,t):null};_.processCues=function(e,t,i){if(!e||!t||!i)return null;for(;i.firstChild;)i.removeChild(i.firstChild);var n=e.document.createElement("div");if(n.style.position="absolute",n.style.left="0",n.style.right="0",n.style.top="0",n.style.bottom="0",n.style.margin="1.5%",i.appendChild(n),function(e){for(var t=0;t<e.length;t++)if(e[t].hasBeenReset||!e[t].displayState)return!0;return!1}(t)){var r=[],a=y.getSimpleBoxPosition(n),s={font:Math.round(.05*a.height*100)/100+"px sans-serif"};!function(){for(var i,o,u=0;u<t.length;u++)o=t[u],i=new g(e,o,s),n.appendChild(i.div),v(0,i,a,r),o.displayState=i.div,r.push(y.getSimpleBoxPosition(i))}()}else for(var o=0;o<t.length;o++)n.appendChild(t[o].displayState)},_.Parser=function(e,t,i){i||(i=t,t={}),t||(t={}),this.window=e,this.vttjs=t,this.state="INITIAL",this.buffer="",this.decoder=i||new TextDecoder("utf8"),this.regionList=[]},_.Parser.prototype={reportOrThrowError:function(e){if(!(e instanceof i))throw e;this.onparsingerror&&this.onparsingerror(e)},parse:function(e){var t=this;function o(){for(var e=t.buffer,i=0;i<e.length&&"\r"!==e[i]&&"\n"!==e[i];)++i;var n=e.substr(0,i);return"\r"===e[i]&&++i,"\n"===e[i]&&++i,t.buffer=e.substr(i),n}function u(e){e.match(/X-TIMESTAMP-MAP/)?a(e,(function(e,i){switch(e){case"X-TIMESTAMP-MAP":!function(e){var i=new r;a(e,(function(e,t){switch(e){case"MPEGT":i.integer(e+"S",t);break;case"LOCA":i.set(e+"L",n(t))}}),/[^\d]:/,/,/),t.ontimestampmap&&t.ontimestampmap({MPEGTS:i.get("MPEGTS"),LOCAL:i.get("LOCAL")})}(i)}}),/=/):a(e,(function(e,i){switch(e){case"Region":!function(e){var i=new r;if(a(e,(function(e,t){switch(e){case"id":i.set(e,t);break;case"width":i.percent(e,t);break;case"lines":i.integer(e,t);break;case"regionanchor":case"viewportanchor":var n=t.split(",");if(2!==n.length)break;var a=new r;if(a.percent("x",n[0]),a.percent("y",n[1]),!a.has("x")||!a.has("y"))break;i.set(e+"X",a.get("x")),i.set(e+"Y",a.get("y"));break;case"scroll":i.alt(e,t,["up"])}}),/=/,/\s/),i.has("id")){var n=new(t.vttjs.VTTRegion||t.window.VTTRegion);n.width=i.get("width",100),n.lines=i.get("lines",3),n.regionAnchorX=i.get("regionanchorX",0),n.regionAnchorY=i.get("regionanchorY",100),n.viewportAnchorX=i.get("viewportanchorX",0),n.viewportAnchorY=i.get("viewportanchorY",100),n.scroll=i.get("scroll",""),t.onregion&&t.onregion(n),t.regionList.push({id:i.get("id"),region:n})}}(i)}}),/:/)}e&&(t.buffer+=t.decoder.decode(e,{stream:!0}));try{var l;if("INITIAL"===t.state){if(!/\r\n|\n/.test(t.buffer))return this;var c=(l=o()).match(/^WEBVTT([ \t].*)?$/);if(!c||!c[0])throw new i(i.Errors.BadSignature);t.state="HEADER"}for(var h=!1;t.buffer;){if(!/\r\n|\n/.test(t.buffer))return this;switch(h?h=!1:l=o(),t.state){case"HEADER":/:/.test(l)?u(l):l||(t.state="ID");continue;case"NOTE":l||(t.state="ID");continue;case"ID":if(/^NOTE($|[ \t])/.test(l)){t.state="NOTE";break}if(!l)continue;if(t.cue=new(t.vttjs.VTTCue||t.window.VTTCue)(0,0,""),t.state="CUE",-1===l.indexOf("--\x3e")){t.cue.id=l;continue}case"CUE":try{s(l,t.cue,t.regionList)}catch(e){t.reportOrThrowError(e),t.cue=null,t.state="BADCUE";continue}t.state="CUETEXT";continue;case"CUETEXT":var d=-1!==l.indexOf("--\x3e");if(!l||d&&(h=!0)){t.oncue&&t.oncue(t.cue),t.cue=null,t.state="ID";continue}t.cue.text&&(t.cue.text+="\n"),t.cue.text+=l;continue;case"BADCUE":l||(t.state="ID");continue}}}catch(e){t.reportOrThrowError(e),"CUETEXT"===t.state&&t.cue&&t.oncue&&t.oncue(t.cue),t.cue=null,t.state="INITIAL"===t.state?"BADWEBVTT":"BADCUE"}return this},flush:function(){var e=this;try{if(e.buffer+=e.decoder.decode(),(e.cue||"HEADER"===e.state)&&(e.buffer+="\n\n",e.parse()),"INITIAL"===e.state)throw new i(i.Errors.BadSignature)}catch(t){e.reportOrThrowError(t)}return e.onflush&&e.onflush(),this}},e.exports=_},2230:e=>{var t={"":1,lr:1,rl:1},i={start:1,middle:1,end:1,left:1,right:1};function n(e){return"string"==typeof e&&(!!i[e.toLowerCase()]&&e.toLowerCase())}function r(e,i,r){this.hasBeenReset=!1;var a="",s=!1,o=e,u=i,l=r,c=null,h="",d=!0,p="auto",f="start",m=50,g="middle",y=50,v="middle";Object.defineProperties(this,{id:{enumerable:!0,get:function(){return a},set:function(e){a=""+e}},pauseOnExit:{enumerable:!0,get:function(){return s},set:function(e){s=!!e}},startTime:{enumerable:!0,get:function(){return o},set:function(e){if("number"!=typeof e)throw new TypeError("Start time must be set to a number.");o=e,this.hasBeenReset=!0}},endTime:{enumerable:!0,get:function(){return u},set:function(e){if("number"!=typeof e)throw new TypeError("End time must be set to a number.");u=e,this.hasBeenReset=!0}},text:{enumerable:!0,get:function(){return l},set:function(e){l=""+e,this.hasBeenReset=!0}},region:{enumerable:!0,get:function(){return c},set:function(e){c=e,this.hasBeenReset=!0}},vertical:{enumerable:!0,get:function(){return h},set:function(e){var i=function(e){return"string"==typeof e&&!!t[e.toLowerCase()]&&e.toLowerCase()}(e);if(!1===i)throw new SyntaxError("An invalid or illegal string was specified.");h=i,this.hasBeenReset=!0}},snapToLines:{enumerable:!0,get:function(){return d},set:function(e){d=!!e,this.hasBeenReset=!0}},line:{enumerable:!0,get:function(){return p},set:function(e){if("number"!=typeof e&&"auto"!==e)throw new SyntaxError("An invalid number or illegal string was specified.");p=e,this.hasBeenReset=!0}},lineAlign:{enumerable:!0,get:function(){return f},set:function(e){var t=n(e);if(!t)throw new SyntaxError("An invalid or illegal string was specified.");f=t,this.hasBeenReset=!0}},position:{enumerable:!0,get:function(){return m},set:function(e){if(e<0||e>100)throw new Error("Position must be between 0 and 100.");m=e,this.hasBeenReset=!0}},positionAlign:{enumerable:!0,get:function(){return g},set:function(e){var t=n(e);if(!t)throw new SyntaxError("An invalid or illegal string was specified.");g=t,this.hasBeenReset=!0}},size:{enumerable:!0,get:function(){return y},set:function(e){if(e<0||e>100)throw new Error("Size must be between 0 and 100.");y=e,this.hasBeenReset=!0}},align:{enumerable:!0,get:function(){return v},set:function(e){var t=n(e);if(!t)throw new SyntaxError("An invalid or illegal string was specified.");v=t,this.hasBeenReset=!0}}}),this.displayState=void 0}r.prototype.getCueAsHTML=function(){return WebVTT.convertCueToDOMTree(window,this.text)},e.exports=r},3710:e=>{var t={"":!0,up:!0};function i(e){return"number"==typeof e&&e>=0&&e<=100}e.exports=function(){var e=100,n=3,r=0,a=100,s=0,o=100,u="";Object.defineProperties(this,{width:{enumerable:!0,get:function(){return e},set:function(t){if(!i(t))throw new Error("Width must be between 0 and 100.");e=t}},lines:{enumerable:!0,get:function(){return n},set:function(e){if("number"!=typeof e)throw new TypeError("Lines must be set to a number.");n=e}},regionAnchorY:{enumerable:!0,get:function(){return a},set:function(e){if(!i(e))throw new Error("RegionAnchorX must be between 0 and 100.");a=e}},regionAnchorX:{enumerable:!0,get:function(){return r},set:function(e){if(!i(e))throw new Error("RegionAnchorY must be between 0 and 100.");r=e}},viewportAnchorY:{enumerable:!0,get:function(){return o},set:function(e){if(!i(e))throw new Error("ViewportAnchorY must be between 0 and 100.");o=e}},viewportAnchorX:{enumerable:!0,get:function(){return s},set:function(e){if(!i(e))throw new Error("ViewportAnchorX must be between 0 and 100.");s=e}},scroll:{enumerable:!0,get:function(){return u},set:function(e){var i=function(e){return"string"==typeof e&&!!t[e.toLowerCase()]&&e.toLowerCase()}(e);if(!1===i)throw new SyntaxError("An invalid or illegal string was specified.");u=i}}})}},1875:(e,t,i)=>{"use strict";var n=i(8908),r=i(7376),a=i(4947),s=i(7529);function o(e,t,i){var n=e;return r(t)?(i=t,"string"==typeof e&&(n={uri:e})):n=s(t,{uri:e}),n.callback=i,n}function u(e,t,i){return l(t=o(e,t,i))}function l(e){if(void 0===e.callback)throw new Error("callback argument missing");var t=!1,i=function(i,n,r){t||(t=!0,e.callback(i,n,r))};function n(){var e=void 0;if(e=c.response?c.response:c.responseText||function(e){if("document"===e.responseType)return e.responseXML;var t=e.responseXML&&"parsererror"===e.responseXML.documentElement.nodeName;if(""===e.responseType&&!t)return e.responseXML;return null}(c),y)try{e=JSON.parse(e)}catch(e){}return e}function r(e){return clearTimeout(h),e instanceof Error||(e=new Error(""+(e||"Unknown XMLHttpRequest Error"))),e.statusCode=0,i(e,v)}function s(){if(!l){var t;clearTimeout(h),t=e.useXDR&&void 0===c.status?200:1223===c.status?204:c.status;var r=v,s=null;return 0!==t?(r={body:n(),statusCode:t,method:p,headers:{},url:d,rawRequest:c},c.getAllResponseHeaders&&(r.headers=a(c.getAllResponseHeaders()))):s=new Error("Internal XMLHttpRequest Error"),i(s,r,r.body)}}var o,l,c=e.xhr||null;c||(c=e.cors||e.useXDR?new u.XDomainRequest:new u.XMLHttpRequest);var h,d=c.url=e.uri||e.url,p=c.method=e.method||"GET",f=e.body||e.data,m=c.headers=e.headers||{},g=!!e.sync,y=!1,v={body:void 0,headers:{},statusCode:0,method:p,url:d,rawRequest:c};if("json"in e&&!1!==e.json&&(y=!0,m.accept||m.Accept||(m.Accept="application/json"),"GET"!==p&&"HEAD"!==p&&(m["content-type"]||m["Content-Type"]||(m["Content-Type"]="application/json"),f=JSON.stringify(!0===e.json?f:e.json))),c.onreadystatechange=function(){4===c.readyState&&setTimeout(s,0)},c.onload=s,c.onerror=r,c.onprogress=function(){},c.onabort=function(){l=!0},c.ontimeout=r,c.open(p,d,!g,e.username,e.password),g||(c.withCredentials=!!e.withCredentials),!g&&e.timeout>0&&(h=setTimeout((function(){if(!l){l=!0,c.abort("timeout");var e=new Error("XMLHttpRequest timeout");e.code="ETIMEDOUT",r(e)}}),e.timeout)),c.setRequestHeader)for(o in m)m.hasOwnProperty(o)&&c.setRequestHeader(o,m[o]);else if(e.headers&&!function(e){for(var t in e)if(e.hasOwnProperty(t))return!1;return!0}(e.headers))throw new Error("Headers cannot be set on an XDomainRequest object");return"responseType"in e&&(c.responseType=e.responseType),"beforeSend"in e&&"function"==typeof e.beforeSend&&e.beforeSend(c),c.send(f||null),c}e.exports=u,u.XMLHttpRequest=n.XMLHttpRequest||function(){},u.XDomainRequest="withCredentials"in new u.XMLHttpRequest?u.XMLHttpRequest:n.XDomainRequest,function(e,t){for(var i=0;i<e.length;i++)t(e[i])}(["get","put","post","patch","head","delete"],(function(e){u["delete"===e?"del":e]=function(t,i,n){return(i=o(t,i,n)).method=e.toUpperCase(),l(i)}}))},7529:e=>{e.exports=function(){for(var e={},i=0;i<arguments.length;i++){var n=arguments[i];for(var r in n)t.call(n,r)&&(e[r]=n[r])}return e};var t=Object.prototype.hasOwnProperty}}]);
+//# sourceMappingURL=files_videoplayer-vendors-node_modules_video_js_dist_video_es_js.js.map?v=1b6d9725c996f15df33f \ No newline at end of file
diff --git a/js/files_videoplayer-vendors-node_modules_video_js_dist_video_es_js.js.LICENSE.txt b/js/files_videoplayer-vendors-node_modules_video_js_dist_video_es_js.js.LICENSE.txt
new file mode 100644
index 0000000..fcf70bf
--- /dev/null
+++ b/js/files_videoplayer-vendors-node_modules_video_js_dist_video_es_js.js.LICENSE.txt
@@ -0,0 +1,6 @@
+/**
+ * @videojs/http-streaming
+ * @version 1.5.1
+ * @copyright 2018 Brightcove, Inc
+ * @license Apache-2.0
+ */
diff --git a/js/files_videoplayer-vendors-node_modules_video_js_dist_video_es_js.js.map b/js/files_videoplayer-vendors-node_modules_video_js_dist_video_es_js.js.map
new file mode 100644
index 0000000..122e03a
--- /dev/null
+++ b/js/files_videoplayer-vendors-node_modules_video_js_dist_video_es_js.js.map
@@ -0,0 +1 @@
+{"version":3,"file":"files_videoplayer-vendors-node_modules_video_js_dist_video_es_js.js?v=1b6d9725c996f15df33f","mappings":"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","sources":["webpack:///files_videoplayer/node_modules/for-each/index.js","webpack:///files_videoplayer/node_modules/global/document.js","webpack:///files_videoplayer/node_modules/global/window.js","webpack:///files_videoplayer/node_modules/is-callable/index.js","webpack:///files_videoplayer/node_modules/is-function/index.js","webpack:///files_videoplayer/node_modules/mux.js/lib/aac/index.js","webpack:///files_videoplayer/node_modules/mux.js/lib/aac/utils.js","webpack:///files_videoplayer/node_modules/mux.js/lib/codecs/adts.js","webpack:///files_videoplayer/node_modules/mux.js/lib/codecs/h264.js","webpack:///files_videoplayer/node_modules/mux.js/lib/data/silence.js","webpack:///files_videoplayer/node_modules/mux.js/lib/m2ts/caption-stream.js","webpack:///files_videoplayer/node_modules/mux.js/lib/m2ts/m2ts.js","webpack:///files_videoplayer/node_modules/mux.js/lib/m2ts/metadata-stream.js","webpack:///files_videoplayer/node_modules/mux.js/lib/m2ts/probe.js","webpack:///files_videoplayer/node_modules/mux.js/lib/m2ts/stream-types.js","webpack:///files_videoplayer/node_modules/mux.js/lib/m2ts/timestamp-rollover-stream.js","webpack:///files_videoplayer/node_modules/mux.js/lib/mp4/audio-frame-utils.js","webpack:///files_videoplayer/node_modules/mux.js/lib/mp4/caption-parser.js","webpack:///files_videoplayer/node_modules/mux.js/lib/mp4/frame-utils.js","webpack:///files_videoplayer/node_modules/mux.js/lib/mp4/index.js","webpack:///files_videoplayer/node_modules/mux.js/lib/mp4/mp4-generator.js","webpack:///files_videoplayer/node_modules/mux.js/lib/mp4/probe.js","webpack:///files_videoplayer/node_modules/mux.js/lib/mp4/track-decode-info.js","webpack:///files_videoplayer/node_modules/mux.js/lib/mp4/transmuxer.js","webpack:///files_videoplayer/node_modules/mux.js/lib/tools/caption-packet-parser.js","webpack:///files_videoplayer/node_modules/mux.js/lib/tools/mp4-inspector.js","webpack:///files_videoplayer/node_modules/mux.js/lib/tools/ts-inspector.js","webpack:///files_videoplayer/node_modules/mux.js/lib/utils/bin.js","webpack:///files_videoplayer/node_modules/mux.js/lib/utils/clock.js","webpack:///files_videoplayer/node_modules/mux.js/lib/utils/exp-golomb.js","webpack:///files_videoplayer/node_modules/mux.js/lib/utils/stream.js","webpack:///files_videoplayer/node_modules/parse-headers/parse-headers.js","webpack:///files_videoplayer/node_modules/safe-json-parse/tuple.js","webpack:///files_videoplayer/node_modules/trim/index.js","webpack:///files_videoplayer/node_modules/tsml/tsml.js","webpack:///files_videoplayer/node_modules/url-toolkit/src/url-toolkit.js","webpack:///files_videoplayer/node_modules/m3u8-parser/dist/m3u8-parser.es.js","webpack:///files_videoplayer/node_modules/mpd-parser/dist/mpd-parser.es.js","webpack:///files_videoplayer/node_modules/pkcs7/dist/pkcs7.es.js","webpack:///files_videoplayer/node_modules/aes-decrypter/dist/aes-decrypter.es.js","webpack:///files_videoplayer/node_modules/video.js/dist/video.es.js","webpack:///files_videoplayer/node_modules/videojs-vtt.js/lib/browser-index.js","webpack:///files_videoplayer/node_modules/videojs-vtt.js/lib/vtt.js","webpack:///files_videoplayer/node_modules/videojs-vtt.js/lib/vttcue.js","webpack:///files_videoplayer/node_modules/videojs-vtt.js/lib/vttregion.js","webpack:///files_videoplayer/node_modules/xhr/index.js","webpack:///files_videoplayer/node_modules/xtend/immutable.js"],"sourcesContent":["'use strict';\n\nvar isCallable = require('is-callable');\n\nvar toStr = Object.prototype.toString;\nvar hasOwnProperty = Object.prototype.hasOwnProperty;\n\nvar forEachArray = function forEachArray(array, iterator, receiver) {\n for (var i = 0, len = array.length; i < len; i++) {\n if (hasOwnProperty.call(array, i)) {\n if (receiver == null) {\n iterator(array[i], i, array);\n } else {\n iterator.call(receiver, array[i], i, array);\n }\n }\n }\n};\n\nvar forEachString = function forEachString(string, iterator, receiver) {\n for (var i = 0, len = string.length; i < len; i++) {\n // no such thing as a sparse string.\n if (receiver == null) {\n iterator(string.charAt(i), i, string);\n } else {\n iterator.call(receiver, string.charAt(i), i, string);\n }\n }\n};\n\nvar forEachObject = function forEachObject(object, iterator, receiver) {\n for (var k in object) {\n if (hasOwnProperty.call(object, k)) {\n if (receiver == null) {\n iterator(object[k], k, object);\n } else {\n iterator.call(receiver, object[k], k, object);\n }\n }\n }\n};\n\nvar forEach = function forEach(list, iterator, thisArg) {\n if (!isCallable(iterator)) {\n throw new TypeError('iterator must be a function');\n }\n\n var receiver;\n if (arguments.length >= 3) {\n receiver = thisArg;\n }\n\n if (toStr.call(list) === '[object Array]') {\n forEachArray(list, iterator, receiver);\n } else if (typeof list === 'string') {\n forEachString(list, iterator, receiver);\n } else {\n forEachObject(list, iterator, receiver);\n }\n};\n\nmodule.exports = forEach;\n","var topLevel = typeof global !== 'undefined' ? global :\n typeof window !== 'undefined' ? window : {}\nvar minDoc = require('min-document');\n\nvar doccy;\n\nif (typeof document !== 'undefined') {\n doccy = document;\n} else {\n doccy = topLevel['__GLOBAL_DOCUMENT_CACHE@4'];\n\n if (!doccy) {\n doccy = topLevel['__GLOBAL_DOCUMENT_CACHE@4'] = minDoc;\n }\n}\n\nmodule.exports = doccy;\n","var win;\n\nif (typeof window !== \"undefined\") {\n win = window;\n} else if (typeof global !== \"undefined\") {\n win = global;\n} else if (typeof self !== \"undefined\"){\n win = self;\n} else {\n win = {};\n}\n\nmodule.exports = win;\n","'use strict';\n\nvar fnToStr = Function.prototype.toString;\nvar reflectApply = typeof Reflect === 'object' && Reflect !== null && Reflect.apply;\nvar badArrayLike;\nvar isCallableMarker;\nif (typeof reflectApply === 'function' && typeof Object.defineProperty === 'function') {\n\ttry {\n\t\tbadArrayLike = Object.defineProperty({}, 'length', {\n\t\t\tget: function () {\n\t\t\t\tthrow isCallableMarker;\n\t\t\t}\n\t\t});\n\t\tisCallableMarker = {};\n\t\t// eslint-disable-next-line no-throw-literal\n\t\treflectApply(function () { throw 42; }, null, badArrayLike);\n\t} catch (_) {\n\t\tif (_ !== isCallableMarker) {\n\t\t\treflectApply = null;\n\t\t}\n\t}\n} else {\n\treflectApply = null;\n}\n\nvar constructorRegex = /^\\s*class\\b/;\nvar isES6ClassFn = function isES6ClassFunction(value) {\n\ttry {\n\t\tvar fnStr = fnToStr.call(value);\n\t\treturn constructorRegex.test(fnStr);\n\t} catch (e) {\n\t\treturn false; // not a function\n\t}\n};\n\nvar tryFunctionObject = function tryFunctionToStr(value) {\n\ttry {\n\t\tif (isES6ClassFn(value)) { return false; }\n\t\tfnToStr.call(value);\n\t\treturn true;\n\t} catch (e) {\n\t\treturn false;\n\t}\n};\nvar toStr = Object.prototype.toString;\nvar fnClass = '[object Function]';\nvar genClass = '[object GeneratorFunction]';\nvar hasToStringTag = typeof Symbol === 'function' && typeof Symbol.toStringTag === 'symbol';\n/* globals document: false */\nvar documentDotAll = typeof document === 'object' && typeof document.all === 'undefined' && document.all !== undefined ? document.all : {};\n\nmodule.exports = reflectApply\n\t? function isCallable(value) {\n\t\tif (value === documentDotAll) { return true; }\n\t\tif (!value) { return false; }\n\t\tif (typeof value !== 'function' && typeof value !== 'object') { return false; }\n\t\tif (typeof value === 'function' && !value.prototype) { return true; }\n\t\ttry {\n\t\t\treflectApply(value, null, badArrayLike);\n\t\t} catch (e) {\n\t\t\tif (e !== isCallableMarker) { return false; }\n\t\t}\n\t\treturn !isES6ClassFn(value);\n\t}\n\t: function isCallable(value) {\n\t\tif (value === documentDotAll) { return true; }\n\t\tif (!value) { return false; }\n\t\tif (typeof value !== 'function' && typeof value !== 'object') { return false; }\n\t\tif (typeof value === 'function' && !value.prototype) { return true; }\n\t\tif (hasToStringTag) { return tryFunctionObject(value); }\n\t\tif (isES6ClassFn(value)) { return false; }\n\t\tvar strClass = toStr.call(value);\n\t\treturn strClass === fnClass || strClass === genClass;\n\t};\n","module.exports = isFunction\n\nvar toString = Object.prototype.toString\n\nfunction isFunction (fn) {\n var string = toString.call(fn)\n return string === '[object Function]' ||\n (typeof fn === 'function' && string !== '[object RegExp]') ||\n (typeof window !== 'undefined' &&\n // IE8 and below\n (fn === window.setTimeout ||\n fn === window.alert ||\n fn === window.confirm ||\n fn === window.prompt))\n};\n","/**\n * mux.js\n *\n * Copyright (c) 2016 Brightcove\n * All rights reserved.\n *\n * A stream-based aac to mp4 converter. This utility can be used to\n * deliver mp4s to a SourceBuffer on platforms that support native\n * Media Source Extensions.\n */\n'use strict';\nvar Stream = require('../utils/stream.js');\nvar aacUtils = require('./utils');\n\n// Constants\nvar AacStream;\n\n/**\n * Splits an incoming stream of binary data into ADTS and ID3 Frames.\n */\n\nAacStream = function() {\n var\n everything = new Uint8Array(),\n timeStamp = 0;\n\n AacStream.prototype.init.call(this);\n\n this.setTimestamp = function(timestamp) {\n timeStamp = timestamp;\n };\n\n this.push = function(bytes) {\n var\n frameSize = 0,\n byteIndex = 0,\n bytesLeft,\n chunk,\n packet,\n tempLength;\n\n // If there are bytes remaining from the last segment, prepend them to the\n // bytes that were pushed in\n if (everything.length) {\n tempLength = everything.length;\n everything = new Uint8Array(bytes.byteLength + tempLength);\n everything.set(everything.subarray(0, tempLength));\n everything.set(bytes, tempLength);\n } else {\n everything = bytes;\n }\n\n while (everything.length - byteIndex >= 3) {\n if ((everything[byteIndex] === 'I'.charCodeAt(0)) &&\n (everything[byteIndex + 1] === 'D'.charCodeAt(0)) &&\n (everything[byteIndex + 2] === '3'.charCodeAt(0))) {\n\n // Exit early because we don't have enough to parse\n // the ID3 tag header\n if (everything.length - byteIndex < 10) {\n break;\n }\n\n // check framesize\n frameSize = aacUtils.parseId3TagSize(everything, byteIndex);\n\n // Exit early if we don't have enough in the buffer\n // to emit a full packet\n // Add to byteIndex to support multiple ID3 tags in sequence\n if (byteIndex + frameSize > everything.length) {\n break;\n }\n chunk = {\n type: 'timed-metadata',\n data: everything.subarray(byteIndex, byteIndex + frameSize)\n };\n this.trigger('data', chunk);\n byteIndex += frameSize;\n continue;\n } else if (((everything[byteIndex] & 0xff) === 0xff) &&\n ((everything[byteIndex + 1] & 0xf0) === 0xf0)) {\n\n // Exit early because we don't have enough to parse\n // the ADTS frame header\n if (everything.length - byteIndex < 7) {\n break;\n }\n\n frameSize = aacUtils.parseAdtsSize(everything, byteIndex);\n\n // Exit early if we don't have enough in the buffer\n // to emit a full packet\n if (byteIndex + frameSize > everything.length) {\n break;\n }\n\n packet = {\n type: 'audio',\n data: everything.subarray(byteIndex, byteIndex + frameSize),\n pts: timeStamp,\n dts: timeStamp\n };\n this.trigger('data', packet);\n byteIndex += frameSize;\n continue;\n }\n byteIndex++;\n }\n bytesLeft = everything.length - byteIndex;\n\n if (bytesLeft > 0) {\n everything = everything.subarray(byteIndex);\n } else {\n everything = new Uint8Array();\n }\n };\n};\n\nAacStream.prototype = new Stream();\n\nmodule.exports = AacStream;\n","/**\n * mux.js\n *\n * Copyright (c) 2016 Brightcove\n * All rights reserved.\n *\n * Utilities to detect basic properties and metadata about Aac data.\n */\n'use strict';\n\nvar ADTS_SAMPLING_FREQUENCIES = [\n 96000,\n 88200,\n 64000,\n 48000,\n 44100,\n 32000,\n 24000,\n 22050,\n 16000,\n 12000,\n 11025,\n 8000,\n 7350\n];\n\nvar isLikelyAacData = function(data) {\n if ((data[0] === 'I'.charCodeAt(0)) &&\n (data[1] === 'D'.charCodeAt(0)) &&\n (data[2] === '3'.charCodeAt(0))) {\n return true;\n }\n return false;\n};\n\nvar parseSyncSafeInteger = function(data) {\n return (data[0] << 21) |\n (data[1] << 14) |\n (data[2] << 7) |\n (data[3]);\n};\n\n// return a percent-encoded representation of the specified byte range\n// @see http://en.wikipedia.org/wiki/Percent-encoding\nvar percentEncode = function(bytes, start, end) {\n var i, result = '';\n for (i = start; i < end; i++) {\n result += '%' + ('00' + bytes[i].toString(16)).slice(-2);\n }\n return result;\n};\n\n// return the string representation of the specified byte range,\n// interpreted as ISO-8859-1.\nvar parseIso88591 = function(bytes, start, end) {\n return unescape(percentEncode(bytes, start, end)); // jshint ignore:line\n};\n\nvar parseId3TagSize = function(header, byteIndex) {\n var\n returnSize = (header[byteIndex + 6] << 21) |\n (header[byteIndex + 7] << 14) |\n (header[byteIndex + 8] << 7) |\n (header[byteIndex + 9]),\n flags = header[byteIndex + 5],\n footerPresent = (flags & 16) >> 4;\n\n if (footerPresent) {\n return returnSize + 20;\n }\n return returnSize + 10;\n};\n\nvar parseAdtsSize = function(header, byteIndex) {\n var\n lowThree = (header[byteIndex + 5] & 0xE0) >> 5,\n middle = header[byteIndex + 4] << 3,\n highTwo = header[byteIndex + 3] & 0x3 << 11;\n\n return (highTwo | middle) | lowThree;\n};\n\nvar parseType = function(header, byteIndex) {\n if ((header[byteIndex] === 'I'.charCodeAt(0)) &&\n (header[byteIndex + 1] === 'D'.charCodeAt(0)) &&\n (header[byteIndex + 2] === '3'.charCodeAt(0))) {\n return 'timed-metadata';\n } else if ((header[byteIndex] & 0xff === 0xff) &&\n ((header[byteIndex + 1] & 0xf0) === 0xf0)) {\n return 'audio';\n }\n return null;\n};\n\nvar parseSampleRate = function(packet) {\n var i = 0;\n\n while (i + 5 < packet.length) {\n if (packet[i] !== 0xFF || (packet[i + 1] & 0xF6) !== 0xF0) {\n // If a valid header was not found, jump one forward and attempt to\n // find a valid ADTS header starting at the next byte\n i++;\n continue;\n }\n return ADTS_SAMPLING_FREQUENCIES[(packet[i + 2] & 0x3c) >>> 2];\n }\n\n return null;\n};\n\nvar parseAacTimestamp = function(packet) {\n var frameStart, frameSize, frame, frameHeader;\n\n // find the start of the first frame and the end of the tag\n frameStart = 10;\n if (packet[5] & 0x40) {\n // advance the frame start past the extended header\n frameStart += 4; // header size field\n frameStart += parseSyncSafeInteger(packet.subarray(10, 14));\n }\n\n // parse one or more ID3 frames\n // http://id3.org/id3v2.3.0#ID3v2_frame_overview\n do {\n // determine the number of bytes in this frame\n frameSize = parseSyncSafeInteger(packet.subarray(frameStart + 4, frameStart + 8));\n if (frameSize < 1) {\n return null;\n }\n frameHeader = String.fromCharCode(packet[frameStart],\n packet[frameStart + 1],\n packet[frameStart + 2],\n packet[frameStart + 3]);\n\n if (frameHeader === 'PRIV') {\n frame = packet.subarray(frameStart + 10, frameStart + frameSize + 10);\n\n for (var i = 0; i < frame.byteLength; i++) {\n if (frame[i] === 0) {\n var owner = parseIso88591(frame, 0, i);\n if (owner === 'com.apple.streaming.transportStreamTimestamp') {\n var d = frame.subarray(i + 1);\n var size = ((d[3] & 0x01) << 30) |\n (d[4] << 22) |\n (d[5] << 14) |\n (d[6] << 6) |\n (d[7] >>> 2);\n size *= 4;\n size += d[7] & 0x03;\n\n return size;\n }\n break;\n }\n }\n }\n\n frameStart += 10; // advance past the frame header\n frameStart += frameSize; // advance past the frame body\n } while (frameStart < packet.byteLength);\n return null;\n};\n\nmodule.exports = {\n isLikelyAacData: isLikelyAacData,\n parseId3TagSize: parseId3TagSize,\n parseAdtsSize: parseAdtsSize,\n parseType: parseType,\n parseSampleRate: parseSampleRate,\n parseAacTimestamp: parseAacTimestamp\n};\n","'use strict';\n\nvar Stream = require('../utils/stream.js');\n\nvar AdtsStream;\n\nvar\n ADTS_SAMPLING_FREQUENCIES = [\n 96000,\n 88200,\n 64000,\n 48000,\n 44100,\n 32000,\n 24000,\n 22050,\n 16000,\n 12000,\n 11025,\n 8000,\n 7350\n ];\n\n/*\n * Accepts a ElementaryStream and emits data events with parsed\n * AAC Audio Frames of the individual packets. Input audio in ADTS\n * format is unpacked and re-emitted as AAC frames.\n *\n * @see http://wiki.multimedia.cx/index.php?title=ADTS\n * @see http://wiki.multimedia.cx/?title=Understanding_AAC\n */\nAdtsStream = function() {\n var buffer;\n\n AdtsStream.prototype.init.call(this);\n\n this.push = function(packet) {\n var\n i = 0,\n frameNum = 0,\n frameLength,\n protectionSkipBytes,\n frameEnd,\n oldBuffer,\n sampleCount,\n adtsFrameDuration;\n\n if (packet.type !== 'audio') {\n // ignore non-audio data\n return;\n }\n\n // Prepend any data in the buffer to the input data so that we can parse\n // aac frames the cross a PES packet boundary\n if (buffer) {\n oldBuffer = buffer;\n buffer = new Uint8Array(oldBuffer.byteLength + packet.data.byteLength);\n buffer.set(oldBuffer);\n buffer.set(packet.data, oldBuffer.byteLength);\n } else {\n buffer = packet.data;\n }\n\n // unpack any ADTS frames which have been fully received\n // for details on the ADTS header, see http://wiki.multimedia.cx/index.php?title=ADTS\n while (i + 5 < buffer.length) {\n\n // Loook for the start of an ADTS header..\n if (buffer[i] !== 0xFF || (buffer[i + 1] & 0xF6) !== 0xF0) {\n // If a valid header was not found, jump one forward and attempt to\n // find a valid ADTS header starting at the next byte\n i++;\n continue;\n }\n\n // The protection skip bit tells us if we have 2 bytes of CRC data at the\n // end of the ADTS header\n protectionSkipBytes = (~buffer[i + 1] & 0x01) * 2;\n\n // Frame length is a 13 bit integer starting 16 bits from the\n // end of the sync sequence\n frameLength = ((buffer[i + 3] & 0x03) << 11) |\n (buffer[i + 4] << 3) |\n ((buffer[i + 5] & 0xe0) >> 5);\n\n sampleCount = ((buffer[i + 6] & 0x03) + 1) * 1024;\n adtsFrameDuration = (sampleCount * 90000) /\n ADTS_SAMPLING_FREQUENCIES[(buffer[i + 2] & 0x3c) >>> 2];\n\n frameEnd = i + frameLength;\n\n // If we don't have enough data to actually finish this ADTS frame, return\n // and wait for more data\n if (buffer.byteLength < frameEnd) {\n return;\n }\n\n // Otherwise, deliver the complete AAC frame\n this.trigger('data', {\n pts: packet.pts + (frameNum * adtsFrameDuration),\n dts: packet.dts + (frameNum * adtsFrameDuration),\n sampleCount: sampleCount,\n audioobjecttype: ((buffer[i + 2] >>> 6) & 0x03) + 1,\n channelcount: ((buffer[i + 2] & 1) << 2) |\n ((buffer[i + 3] & 0xc0) >>> 6),\n samplerate: ADTS_SAMPLING_FREQUENCIES[(buffer[i + 2] & 0x3c) >>> 2],\n samplingfrequencyindex: (buffer[i + 2] & 0x3c) >>> 2,\n // assume ISO/IEC 14496-12 AudioSampleEntry default of 16\n samplesize: 16,\n data: buffer.subarray(i + 7 + protectionSkipBytes, frameEnd)\n });\n\n // If the buffer is empty, clear it and return\n if (buffer.byteLength === frameEnd) {\n buffer = undefined;\n return;\n }\n\n frameNum++;\n\n // Remove the finished frame from the buffer and start the process again\n buffer = buffer.subarray(frameEnd);\n }\n };\n this.flush = function() {\n this.trigger('done');\n };\n};\n\nAdtsStream.prototype = new Stream();\n\nmodule.exports = AdtsStream;\n","'use strict';\n\nvar Stream = require('../utils/stream.js');\nvar ExpGolomb = require('../utils/exp-golomb.js');\n\nvar H264Stream, NalByteStream;\nvar PROFILES_WITH_OPTIONAL_SPS_DATA;\n\n/**\n * Accepts a NAL unit byte stream and unpacks the embedded NAL units.\n */\nNalByteStream = function() {\n var\n syncPoint = 0,\n i,\n buffer;\n NalByteStream.prototype.init.call(this);\n\n /*\n * Scans a byte stream and triggers a data event with the NAL units found.\n * @param {Object} data Event received from H264Stream\n * @param {Uint8Array} data.data The h264 byte stream to be scanned\n *\n * @see H264Stream.push\n */\n this.push = function(data) {\n var swapBuffer;\n\n if (!buffer) {\n buffer = data.data;\n } else {\n swapBuffer = new Uint8Array(buffer.byteLength + data.data.byteLength);\n swapBuffer.set(buffer);\n swapBuffer.set(data.data, buffer.byteLength);\n buffer = swapBuffer;\n }\n\n // Rec. ITU-T H.264, Annex B\n // scan for NAL unit boundaries\n\n // a match looks like this:\n // 0 0 1 .. NAL .. 0 0 1\n // ^ sync point ^ i\n // or this:\n // 0 0 1 .. NAL .. 0 0 0\n // ^ sync point ^ i\n\n // advance the sync point to a NAL start, if necessary\n for (; syncPoint < buffer.byteLength - 3; syncPoint++) {\n if (buffer[syncPoint + 2] === 1) {\n // the sync point is properly aligned\n i = syncPoint + 5;\n break;\n }\n }\n\n while (i < buffer.byteLength) {\n // look at the current byte to determine if we've hit the end of\n // a NAL unit boundary\n switch (buffer[i]) {\n case 0:\n // skip past non-sync sequences\n if (buffer[i - 1] !== 0) {\n i += 2;\n break;\n } else if (buffer[i - 2] !== 0) {\n i++;\n break;\n }\n\n // deliver the NAL unit if it isn't empty\n if (syncPoint + 3 !== i - 2) {\n this.trigger('data', buffer.subarray(syncPoint + 3, i - 2));\n }\n\n // drop trailing zeroes\n do {\n i++;\n } while (buffer[i] !== 1 && i < buffer.length);\n syncPoint = i - 2;\n i += 3;\n break;\n case 1:\n // skip past non-sync sequences\n if (buffer[i - 1] !== 0 ||\n buffer[i - 2] !== 0) {\n i += 3;\n break;\n }\n\n // deliver the NAL unit\n this.trigger('data', buffer.subarray(syncPoint + 3, i - 2));\n syncPoint = i - 2;\n i += 3;\n break;\n default:\n // the current byte isn't a one or zero, so it cannot be part\n // of a sync sequence\n i += 3;\n break;\n }\n }\n // filter out the NAL units that were delivered\n buffer = buffer.subarray(syncPoint);\n i -= syncPoint;\n syncPoint = 0;\n };\n\n this.flush = function() {\n // deliver the last buffered NAL unit\n if (buffer && buffer.byteLength > 3) {\n this.trigger('data', buffer.subarray(syncPoint + 3));\n }\n // reset the stream state\n buffer = null;\n syncPoint = 0;\n this.trigger('done');\n };\n};\nNalByteStream.prototype = new Stream();\n\n// values of profile_idc that indicate additional fields are included in the SPS\n// see Recommendation ITU-T H.264 (4/2013),\n// 7.3.2.1.1 Sequence parameter set data syntax\nPROFILES_WITH_OPTIONAL_SPS_DATA = {\n 100: true,\n 110: true,\n 122: true,\n 244: true,\n 44: true,\n 83: true,\n 86: true,\n 118: true,\n 128: true,\n 138: true,\n 139: true,\n 134: true\n};\n\n/**\n * Accepts input from a ElementaryStream and produces H.264 NAL unit data\n * events.\n */\nH264Stream = function() {\n var\n nalByteStream = new NalByteStream(),\n self,\n trackId,\n currentPts,\n currentDts,\n\n discardEmulationPreventionBytes,\n readSequenceParameterSet,\n skipScalingList;\n\n H264Stream.prototype.init.call(this);\n self = this;\n\n /*\n * Pushes a packet from a stream onto the NalByteStream\n *\n * @param {Object} packet - A packet received from a stream\n * @param {Uint8Array} packet.data - The raw bytes of the packet\n * @param {Number} packet.dts - Decode timestamp of the packet\n * @param {Number} packet.pts - Presentation timestamp of the packet\n * @param {Number} packet.trackId - The id of the h264 track this packet came from\n * @param {('video'|'audio')} packet.type - The type of packet\n *\n */\n this.push = function(packet) {\n if (packet.type !== 'video') {\n return;\n }\n trackId = packet.trackId;\n currentPts = packet.pts;\n currentDts = packet.dts;\n\n nalByteStream.push(packet);\n };\n\n /*\n * Identify NAL unit types and pass on the NALU, trackId, presentation and decode timestamps\n * for the NALUs to the next stream component.\n * Also, preprocess caption and sequence parameter NALUs.\n *\n * @param {Uint8Array} data - A NAL unit identified by `NalByteStream.push`\n * @see NalByteStream.push\n */\n nalByteStream.on('data', function(data) {\n var\n event = {\n trackId: trackId,\n pts: currentPts,\n dts: currentDts,\n data: data\n };\n\n switch (data[0] & 0x1f) {\n case 0x05:\n event.nalUnitType = 'slice_layer_without_partitioning_rbsp_idr';\n break;\n case 0x06:\n event.nalUnitType = 'sei_rbsp';\n event.escapedRBSP = discardEmulationPreventionBytes(data.subarray(1));\n break;\n case 0x07:\n event.nalUnitType = 'seq_parameter_set_rbsp';\n event.escapedRBSP = discardEmulationPreventionBytes(data.subarray(1));\n event.config = readSequenceParameterSet(event.escapedRBSP);\n break;\n case 0x08:\n event.nalUnitType = 'pic_parameter_set_rbsp';\n break;\n case 0x09:\n event.nalUnitType = 'access_unit_delimiter_rbsp';\n break;\n\n default:\n break;\n }\n // This triggers data on the H264Stream\n self.trigger('data', event);\n });\n nalByteStream.on('done', function() {\n self.trigger('done');\n });\n\n this.flush = function() {\n nalByteStream.flush();\n };\n\n /**\n * Advance the ExpGolomb decoder past a scaling list. The scaling\n * list is optionally transmitted as part of a sequence parameter\n * set and is not relevant to transmuxing.\n * @param count {number} the number of entries in this scaling list\n * @param expGolombDecoder {object} an ExpGolomb pointed to the\n * start of a scaling list\n * @see Recommendation ITU-T H.264, Section 7.3.2.1.1.1\n */\n skipScalingList = function(count, expGolombDecoder) {\n var\n lastScale = 8,\n nextScale = 8,\n j,\n deltaScale;\n\n for (j = 0; j < count; j++) {\n if (nextScale !== 0) {\n deltaScale = expGolombDecoder.readExpGolomb();\n nextScale = (lastScale + deltaScale + 256) % 256;\n }\n\n lastScale = (nextScale === 0) ? lastScale : nextScale;\n }\n };\n\n /**\n * Expunge any \"Emulation Prevention\" bytes from a \"Raw Byte\n * Sequence Payload\"\n * @param data {Uint8Array} the bytes of a RBSP from a NAL\n * unit\n * @return {Uint8Array} the RBSP without any Emulation\n * Prevention Bytes\n */\n discardEmulationPreventionBytes = function(data) {\n var\n length = data.byteLength,\n emulationPreventionBytesPositions = [],\n i = 1,\n newLength, newData;\n\n // Find all `Emulation Prevention Bytes`\n while (i < length - 2) {\n if (data[i] === 0 && data[i + 1] === 0 && data[i + 2] === 0x03) {\n emulationPreventionBytesPositions.push(i + 2);\n i += 2;\n } else {\n i++;\n }\n }\n\n // If no Emulation Prevention Bytes were found just return the original\n // array\n if (emulationPreventionBytesPositions.length === 0) {\n return data;\n }\n\n // Create a new array to hold the NAL unit data\n newLength = length - emulationPreventionBytesPositions.length;\n newData = new Uint8Array(newLength);\n var sourceIndex = 0;\n\n for (i = 0; i < newLength; sourceIndex++, i++) {\n if (sourceIndex === emulationPreventionBytesPositions[0]) {\n // Skip this byte\n sourceIndex++;\n // Remove this position index\n emulationPreventionBytesPositions.shift();\n }\n newData[i] = data[sourceIndex];\n }\n\n return newData;\n };\n\n /**\n * Read a sequence parameter set and return some interesting video\n * properties. A sequence parameter set is the H264 metadata that\n * describes the properties of upcoming video frames.\n * @param data {Uint8Array} the bytes of a sequence parameter set\n * @return {object} an object with configuration parsed from the\n * sequence parameter set, including the dimensions of the\n * associated video frames.\n */\n readSequenceParameterSet = function(data) {\n var\n frameCropLeftOffset = 0,\n frameCropRightOffset = 0,\n frameCropTopOffset = 0,\n frameCropBottomOffset = 0,\n sarScale = 1,\n expGolombDecoder, profileIdc, levelIdc, profileCompatibility,\n chromaFormatIdc, picOrderCntType,\n numRefFramesInPicOrderCntCycle, picWidthInMbsMinus1,\n picHeightInMapUnitsMinus1,\n frameMbsOnlyFlag,\n scalingListCount,\n sarRatio,\n aspectRatioIdc,\n i;\n\n expGolombDecoder = new ExpGolomb(data);\n profileIdc = expGolombDecoder.readUnsignedByte(); // profile_idc\n profileCompatibility = expGolombDecoder.readUnsignedByte(); // constraint_set[0-5]_flag\n levelIdc = expGolombDecoder.readUnsignedByte(); // level_idc u(8)\n expGolombDecoder.skipUnsignedExpGolomb(); // seq_parameter_set_id\n\n // some profiles have more optional data we don't need\n if (PROFILES_WITH_OPTIONAL_SPS_DATA[profileIdc]) {\n chromaFormatIdc = expGolombDecoder.readUnsignedExpGolomb();\n if (chromaFormatIdc === 3) {\n expGolombDecoder.skipBits(1); // separate_colour_plane_flag\n }\n expGolombDecoder.skipUnsignedExpGolomb(); // bit_depth_luma_minus8\n expGolombDecoder.skipUnsignedExpGolomb(); // bit_depth_chroma_minus8\n expGolombDecoder.skipBits(1); // qpprime_y_zero_transform_bypass_flag\n if (expGolombDecoder.readBoolean()) { // seq_scaling_matrix_present_flag\n scalingListCount = (chromaFormatIdc !== 3) ? 8 : 12;\n for (i = 0; i < scalingListCount; i++) {\n if (expGolombDecoder.readBoolean()) { // seq_scaling_list_present_flag[ i ]\n if (i < 6) {\n skipScalingList(16, expGolombDecoder);\n } else {\n skipScalingList(64, expGolombDecoder);\n }\n }\n }\n }\n }\n\n expGolombDecoder.skipUnsignedExpGolomb(); // log2_max_frame_num_minus4\n picOrderCntType = expGolombDecoder.readUnsignedExpGolomb();\n\n if (picOrderCntType === 0) {\n expGolombDecoder.readUnsignedExpGolomb(); // log2_max_pic_order_cnt_lsb_minus4\n } else if (picOrderCntType === 1) {\n expGolombDecoder.skipBits(1); // delta_pic_order_always_zero_flag\n expGolombDecoder.skipExpGolomb(); // offset_for_non_ref_pic\n expGolombDecoder.skipExpGolomb(); // offset_for_top_to_bottom_field\n numRefFramesInPicOrderCntCycle = expGolombDecoder.readUnsignedExpGolomb();\n for (i = 0; i < numRefFramesInPicOrderCntCycle; i++) {\n expGolombDecoder.skipExpGolomb(); // offset_for_ref_frame[ i ]\n }\n }\n\n expGolombDecoder.skipUnsignedExpGolomb(); // max_num_ref_frames\n expGolombDecoder.skipBits(1); // gaps_in_frame_num_value_allowed_flag\n\n picWidthInMbsMinus1 = expGolombDecoder.readUnsignedExpGolomb();\n picHeightInMapUnitsMinus1 = expGolombDecoder.readUnsignedExpGolomb();\n\n frameMbsOnlyFlag = expGolombDecoder.readBits(1);\n if (frameMbsOnlyFlag === 0) {\n expGolombDecoder.skipBits(1); // mb_adaptive_frame_field_flag\n }\n\n expGolombDecoder.skipBits(1); // direct_8x8_inference_flag\n if (expGolombDecoder.readBoolean()) { // frame_cropping_flag\n frameCropLeftOffset = expGolombDecoder.readUnsignedExpGolomb();\n frameCropRightOffset = expGolombDecoder.readUnsignedExpGolomb();\n frameCropTopOffset = expGolombDecoder.readUnsignedExpGolomb();\n frameCropBottomOffset = expGolombDecoder.readUnsignedExpGolomb();\n }\n if (expGolombDecoder.readBoolean()) {\n // vui_parameters_present_flag\n if (expGolombDecoder.readBoolean()) {\n // aspect_ratio_info_present_flag\n aspectRatioIdc = expGolombDecoder.readUnsignedByte();\n switch (aspectRatioIdc) {\n case 1: sarRatio = [1, 1]; break;\n case 2: sarRatio = [12, 11]; break;\n case 3: sarRatio = [10, 11]; break;\n case 4: sarRatio = [16, 11]; break;\n case 5: sarRatio = [40, 33]; break;\n case 6: sarRatio = [24, 11]; break;\n case 7: sarRatio = [20, 11]; break;\n case 8: sarRatio = [32, 11]; break;\n case 9: sarRatio = [80, 33]; break;\n case 10: sarRatio = [18, 11]; break;\n case 11: sarRatio = [15, 11]; break;\n case 12: sarRatio = [64, 33]; break;\n case 13: sarRatio = [160, 99]; break;\n case 14: sarRatio = [4, 3]; break;\n case 15: sarRatio = [3, 2]; break;\n case 16: sarRatio = [2, 1]; break;\n case 255: {\n sarRatio = [expGolombDecoder.readUnsignedByte() << 8 |\n expGolombDecoder.readUnsignedByte(),\n expGolombDecoder.readUnsignedByte() << 8 |\n expGolombDecoder.readUnsignedByte() ];\n break;\n }\n }\n if (sarRatio) {\n sarScale = sarRatio[0] / sarRatio[1];\n }\n }\n }\n return {\n profileIdc: profileIdc,\n levelIdc: levelIdc,\n profileCompatibility: profileCompatibility,\n width: Math.ceil((((picWidthInMbsMinus1 + 1) * 16) - frameCropLeftOffset * 2 - frameCropRightOffset * 2) * sarScale),\n height: ((2 - frameMbsOnlyFlag) * (picHeightInMapUnitsMinus1 + 1) * 16) - (frameCropTopOffset * 2) - (frameCropBottomOffset * 2)\n };\n };\n\n};\nH264Stream.prototype = new Stream();\n\nmodule.exports = {\n H264Stream: H264Stream,\n NalByteStream: NalByteStream\n};\n","var highPrefix = [33, 16, 5, 32, 164, 27];\nvar lowPrefix = [33, 65, 108, 84, 1, 2, 4, 8, 168, 2, 4, 8, 17, 191, 252];\nvar zeroFill = function(count) {\n var a = [];\n while (count--) {\n a.push(0);\n }\n return a;\n};\n\nvar makeTable = function(metaTable) {\n return Object.keys(metaTable).reduce(function(obj, key) {\n obj[key] = new Uint8Array(metaTable[key].reduce(function(arr, part) {\n return arr.concat(part);\n }, []));\n return obj;\n }, {});\n};\n\n// Frames-of-silence to use for filling in missing AAC frames\nvar coneOfSilence = {\n 96000: [highPrefix, [227, 64], zeroFill(154), [56]],\n 88200: [highPrefix, [231], zeroFill(170), [56]],\n 64000: [highPrefix, [248, 192], zeroFill(240), [56]],\n 48000: [highPrefix, [255, 192], zeroFill(268), [55, 148, 128], zeroFill(54), [112]],\n 44100: [highPrefix, [255, 192], zeroFill(268), [55, 163, 128], zeroFill(84), [112]],\n 32000: [highPrefix, [255, 192], zeroFill(268), [55, 234], zeroFill(226), [112]],\n 24000: [highPrefix, [255, 192], zeroFill(268), [55, 255, 128], zeroFill(268), [111, 112], zeroFill(126), [224]],\n 16000: [highPrefix, [255, 192], zeroFill(268), [55, 255, 128], zeroFill(268), [111, 255], zeroFill(269), [223, 108], zeroFill(195), [1, 192]],\n 12000: [lowPrefix, zeroFill(268), [3, 127, 248], zeroFill(268), [6, 255, 240], zeroFill(268), [13, 255, 224], zeroFill(268), [27, 253, 128], zeroFill(259), [56]],\n 11025: [lowPrefix, zeroFill(268), [3, 127, 248], zeroFill(268), [6, 255, 240], zeroFill(268), [13, 255, 224], zeroFill(268), [27, 255, 192], zeroFill(268), [55, 175, 128], zeroFill(108), [112]],\n 8000: [lowPrefix, zeroFill(268), [3, 121, 16], zeroFill(47), [7]]\n};\n\nmodule.exports = makeTable(coneOfSilence);\n","/**\n * mux.js\n *\n * Copyright (c) 2015 Brightcove\n * All rights reserved.\n *\n * Reads in-band caption information from a video elementary\n * stream. Captions must follow the CEA-708 standard for injection\n * into an MPEG-2 transport streams.\n * @see https://en.wikipedia.org/wiki/CEA-708\n * @see https://www.gpo.gov/fdsys/pkg/CFR-2007-title47-vol1/pdf/CFR-2007-title47-vol1-sec15-119.pdf\n */\n\n'use strict';\n\n// -----------------\n// Link To Transport\n// -----------------\n\nvar Stream = require('../utils/stream');\nvar cea708Parser = require('../tools/caption-packet-parser');\n\nvar CaptionStream = function() {\n\n CaptionStream.prototype.init.call(this);\n\n this.captionPackets_ = [];\n\n this.ccStreams_ = [\n new Cea608Stream(0, 0), // eslint-disable-line no-use-before-define\n new Cea608Stream(0, 1), // eslint-disable-line no-use-before-define\n new Cea608Stream(1, 0), // eslint-disable-line no-use-before-define\n new Cea608Stream(1, 1) // eslint-disable-line no-use-before-define\n ];\n\n this.reset();\n\n // forward data and done events from CCs to this CaptionStream\n this.ccStreams_.forEach(function(cc) {\n cc.on('data', this.trigger.bind(this, 'data'));\n cc.on('done', this.trigger.bind(this, 'done'));\n }, this);\n\n};\n\nCaptionStream.prototype = new Stream();\nCaptionStream.prototype.push = function(event) {\n var sei, userData, newCaptionPackets;\n\n // only examine SEI NALs\n if (event.nalUnitType !== 'sei_rbsp') {\n return;\n }\n\n // parse the sei\n sei = cea708Parser.parseSei(event.escapedRBSP);\n\n // ignore everything but user_data_registered_itu_t_t35\n if (sei.payloadType !== cea708Parser.USER_DATA_REGISTERED_ITU_T_T35) {\n return;\n }\n\n // parse out the user data payload\n userData = cea708Parser.parseUserData(sei);\n\n // ignore unrecognized userData\n if (!userData) {\n return;\n }\n\n // Sometimes, the same segment # will be downloaded twice. To stop the\n // caption data from being processed twice, we track the latest dts we've\n // received and ignore everything with a dts before that. However, since\n // data for a specific dts can be split across packets on either side of\n // a segment boundary, we need to make sure we *don't* ignore the packets\n // from the *next* segment that have dts === this.latestDts_. By constantly\n // tracking the number of packets received with dts === this.latestDts_, we\n // know how many should be ignored once we start receiving duplicates.\n if (event.dts < this.latestDts_) {\n // We've started getting older data, so set the flag.\n this.ignoreNextEqualDts_ = true;\n return;\n } else if ((event.dts === this.latestDts_) && (this.ignoreNextEqualDts_)) {\n this.numSameDts_--;\n if (!this.numSameDts_) {\n // We've received the last duplicate packet, time to start processing again\n this.ignoreNextEqualDts_ = false;\n }\n return;\n }\n\n // parse out CC data packets and save them for later\n newCaptionPackets = cea708Parser.parseCaptionPackets(event.pts, userData);\n this.captionPackets_ = this.captionPackets_.concat(newCaptionPackets);\n if (this.latestDts_ !== event.dts) {\n this.numSameDts_ = 0;\n }\n this.numSameDts_++;\n this.latestDts_ = event.dts;\n};\n\nCaptionStream.prototype.flush = function() {\n // make sure we actually parsed captions before proceeding\n if (!this.captionPackets_.length) {\n this.ccStreams_.forEach(function(cc) {\n cc.flush();\n }, this);\n return;\n }\n\n // In Chrome, the Array#sort function is not stable so add a\n // presortIndex that we can use to ensure we get a stable-sort\n this.captionPackets_.forEach(function(elem, idx) {\n elem.presortIndex = idx;\n });\n\n // sort caption byte-pairs based on their PTS values\n this.captionPackets_.sort(function(a, b) {\n if (a.pts === b.pts) {\n return a.presortIndex - b.presortIndex;\n }\n return a.pts - b.pts;\n });\n\n this.captionPackets_.forEach(function(packet) {\n if (packet.type < 2) {\n // Dispatch packet to the right Cea608Stream\n this.dispatchCea608Packet(packet);\n }\n // this is where an 'else' would go for a dispatching packets\n // to a theoretical Cea708Stream that handles SERVICEn data\n }, this);\n\n this.captionPackets_.length = 0;\n this.ccStreams_.forEach(function(cc) {\n cc.flush();\n }, this);\n return;\n};\n\nCaptionStream.prototype.reset = function() {\n this.latestDts_ = null;\n this.ignoreNextEqualDts_ = false;\n this.numSameDts_ = 0;\n this.activeCea608Channel_ = [null, null];\n this.ccStreams_.forEach(function(ccStream) {\n ccStream.reset();\n });\n};\n\nCaptionStream.prototype.dispatchCea608Packet = function(packet) {\n // NOTE: packet.type is the CEA608 field\n if (this.setsChannel1Active(packet)) {\n this.activeCea608Channel_[packet.type] = 0;\n } else if (this.setsChannel2Active(packet)) {\n this.activeCea608Channel_[packet.type] = 1;\n }\n if (this.activeCea608Channel_[packet.type] === null) {\n // If we haven't received anything to set the active channel, discard the\n // data; we don't want jumbled captions\n return;\n }\n this.ccStreams_[(packet.type << 1) + this.activeCea608Channel_[packet.type]].push(packet);\n};\n\nCaptionStream.prototype.setsChannel1Active = function(packet) {\n return ((packet.ccData & 0x7800) === 0x1000);\n};\nCaptionStream.prototype.setsChannel2Active = function(packet) {\n return ((packet.ccData & 0x7800) === 0x1800);\n};\n\n// ----------------------\n// Session to Application\n// ----------------------\n\n// This hash maps non-ASCII, special, and extended character codes to their\n// proper Unicode equivalent. The first keys that are only a single byte\n// are the non-standard ASCII characters, which simply map the CEA608 byte\n// to the standard ASCII/Unicode. The two-byte keys that follow are the CEA608\n// character codes, but have their MSB bitmasked with 0x03 so that a lookup\n// can be performed regardless of the field and data channel on which the\n// character code was received.\nvar CHARACTER_TRANSLATION = {\n 0x2a: 0xe1, // á\n 0x5c: 0xe9, // é\n 0x5e: 0xed, // í\n 0x5f: 0xf3, // ó\n 0x60: 0xfa, // ú\n 0x7b: 0xe7, // ç\n 0x7c: 0xf7, // ÷\n 0x7d: 0xd1, // Ñ\n 0x7e: 0xf1, // ñ\n 0x7f: 0x2588, // █\n 0x0130: 0xae, // ®\n 0x0131: 0xb0, // °\n 0x0132: 0xbd, // ½\n 0x0133: 0xbf, // ¿\n 0x0134: 0x2122, // ™\n 0x0135: 0xa2, // ¢\n 0x0136: 0xa3, // £\n 0x0137: 0x266a, // ♪\n 0x0138: 0xe0, // à\n 0x0139: 0xa0, //\n 0x013a: 0xe8, // è\n 0x013b: 0xe2, // â\n 0x013c: 0xea, // ê\n 0x013d: 0xee, // î\n 0x013e: 0xf4, // ô\n 0x013f: 0xfb, // û\n 0x0220: 0xc1, // Á\n 0x0221: 0xc9, // É\n 0x0222: 0xd3, // Ó\n 0x0223: 0xda, // Ú\n 0x0224: 0xdc, // Ü\n 0x0225: 0xfc, // ü\n 0x0226: 0x2018, // ‘\n 0x0227: 0xa1, // ¡\n 0x0228: 0x2a, // *\n 0x0229: 0x27, // '\n 0x022a: 0x2014, // —\n 0x022b: 0xa9, // ©\n 0x022c: 0x2120, // ℠\n 0x022d: 0x2022, // •\n 0x022e: 0x201c, // “\n 0x022f: 0x201d, // ”\n 0x0230: 0xc0, // À\n 0x0231: 0xc2, // Â\n 0x0232: 0xc7, // Ç\n 0x0233: 0xc8, // È\n 0x0234: 0xca, // Ê\n 0x0235: 0xcb, // Ë\n 0x0236: 0xeb, // ë\n 0x0237: 0xce, // Î\n 0x0238: 0xcf, // Ï\n 0x0239: 0xef, // ï\n 0x023a: 0xd4, // Ô\n 0x023b: 0xd9, // Ù\n 0x023c: 0xf9, // ù\n 0x023d: 0xdb, // Û\n 0x023e: 0xab, // «\n 0x023f: 0xbb, // »\n 0x0320: 0xc3, // Ã\n 0x0321: 0xe3, // ã\n 0x0322: 0xcd, // Í\n 0x0323: 0xcc, // Ì\n 0x0324: 0xec, // ì\n 0x0325: 0xd2, // Ò\n 0x0326: 0xf2, // ò\n 0x0327: 0xd5, // Õ\n 0x0328: 0xf5, // õ\n 0x0329: 0x7b, // {\n 0x032a: 0x7d, // }\n 0x032b: 0x5c, // \\\n 0x032c: 0x5e, // ^\n 0x032d: 0x5f, // _\n 0x032e: 0x7c, // |\n 0x032f: 0x7e, // ~\n 0x0330: 0xc4, // Ä\n 0x0331: 0xe4, // ä\n 0x0332: 0xd6, // Ö\n 0x0333: 0xf6, // ö\n 0x0334: 0xdf, // ß\n 0x0335: 0xa5, // ¥\n 0x0336: 0xa4, // ¤\n 0x0337: 0x2502, // │\n 0x0338: 0xc5, // Å\n 0x0339: 0xe5, // å\n 0x033a: 0xd8, // Ø\n 0x033b: 0xf8, // ø\n 0x033c: 0x250c, // ┌\n 0x033d: 0x2510, // ┐\n 0x033e: 0x2514, // └\n 0x033f: 0x2518 // ┘\n};\n\nvar getCharFromCode = function(code) {\n if (code === null) {\n return '';\n }\n code = CHARACTER_TRANSLATION[code] || code;\n return String.fromCharCode(code);\n};\n\n// the index of the last row in a CEA-608 display buffer\nvar BOTTOM_ROW = 14;\n\n// This array is used for mapping PACs -> row #, since there's no way of\n// getting it through bit logic.\nvar ROWS = [0x1100, 0x1120, 0x1200, 0x1220, 0x1500, 0x1520, 0x1600, 0x1620,\n 0x1700, 0x1720, 0x1000, 0x1300, 0x1320, 0x1400, 0x1420];\n\n// CEA-608 captions are rendered onto a 34x15 matrix of character\n// cells. The \"bottom\" row is the last element in the outer array.\nvar createDisplayBuffer = function() {\n var result = [], i = BOTTOM_ROW + 1;\n while (i--) {\n result.push('');\n }\n return result;\n};\n\nvar Cea608Stream = function(field, dataChannel) {\n Cea608Stream.prototype.init.call(this);\n\n this.field_ = field || 0;\n this.dataChannel_ = dataChannel || 0;\n\n this.name_ = 'CC' + (((this.field_ << 1) | this.dataChannel_) + 1);\n\n this.setConstants();\n this.reset();\n\n this.push = function(packet) {\n var data, swap, char0, char1, text;\n // remove the parity bits\n data = packet.ccData & 0x7f7f;\n\n // ignore duplicate control codes; the spec demands they're sent twice\n if (data === this.lastControlCode_) {\n this.lastControlCode_ = null;\n return;\n }\n\n // Store control codes\n if ((data & 0xf000) === 0x1000) {\n this.lastControlCode_ = data;\n } else if (data !== this.PADDING_) {\n this.lastControlCode_ = null;\n }\n\n char0 = data >>> 8;\n char1 = data & 0xff;\n\n if (data === this.PADDING_) {\n return;\n\n } else if (data === this.RESUME_CAPTION_LOADING_) {\n this.mode_ = 'popOn';\n\n } else if (data === this.END_OF_CAPTION_) {\n // If an EOC is received while in paint-on mode, the displayed caption\n // text should be swapped to non-displayed memory as if it was a pop-on\n // caption. Because of that, we should explicitly switch back to pop-on\n // mode\n this.mode_ = 'popOn';\n this.clearFormatting(packet.pts);\n // if a caption was being displayed, it's gone now\n this.flushDisplayed(packet.pts);\n\n // flip memory\n swap = this.displayed_;\n this.displayed_ = this.nonDisplayed_;\n this.nonDisplayed_ = swap;\n\n // start measuring the time to display the caption\n this.startPts_ = packet.pts;\n\n } else if (data === this.ROLL_UP_2_ROWS_) {\n this.rollUpRows_ = 2;\n this.setRollUp(packet.pts);\n } else if (data === this.ROLL_UP_3_ROWS_) {\n this.rollUpRows_ = 3;\n this.setRollUp(packet.pts);\n } else if (data === this.ROLL_UP_4_ROWS_) {\n this.rollUpRows_ = 4;\n this.setRollUp(packet.pts);\n } else if (data === this.CARRIAGE_RETURN_) {\n this.clearFormatting(packet.pts);\n this.flushDisplayed(packet.pts);\n this.shiftRowsUp_();\n this.startPts_ = packet.pts;\n\n } else if (data === this.BACKSPACE_) {\n if (this.mode_ === 'popOn') {\n this.nonDisplayed_[this.row_] = this.nonDisplayed_[this.row_].slice(0, -1);\n } else {\n this.displayed_[this.row_] = this.displayed_[this.row_].slice(0, -1);\n }\n } else if (data === this.ERASE_DISPLAYED_MEMORY_) {\n this.flushDisplayed(packet.pts);\n this.displayed_ = createDisplayBuffer();\n } else if (data === this.ERASE_NON_DISPLAYED_MEMORY_) {\n this.nonDisplayed_ = createDisplayBuffer();\n\n } else if (data === this.RESUME_DIRECT_CAPTIONING_) {\n if (this.mode_ !== 'paintOn') {\n // NOTE: This should be removed when proper caption positioning is\n // implemented\n this.flushDisplayed(packet.pts);\n this.displayed_ = createDisplayBuffer();\n }\n this.mode_ = 'paintOn';\n this.startPts_ = packet.pts;\n\n // Append special characters to caption text\n } else if (this.isSpecialCharacter(char0, char1)) {\n // Bitmask char0 so that we can apply character transformations\n // regardless of field and data channel.\n // Then byte-shift to the left and OR with char1 so we can pass the\n // entire character code to `getCharFromCode`.\n char0 = (char0 & 0x03) << 8;\n text = getCharFromCode(char0 | char1);\n this[this.mode_](packet.pts, text);\n this.column_++;\n\n // Append extended characters to caption text\n } else if (this.isExtCharacter(char0, char1)) {\n // Extended characters always follow their \"non-extended\" equivalents.\n // IE if a \"è\" is desired, you'll always receive \"eè\"; non-compliant\n // decoders are supposed to drop the \"è\", while compliant decoders\n // backspace the \"e\" and insert \"è\".\n\n // Delete the previous character\n if (this.mode_ === 'popOn') {\n this.nonDisplayed_[this.row_] = this.nonDisplayed_[this.row_].slice(0, -1);\n } else {\n this.displayed_[this.row_] = this.displayed_[this.row_].slice(0, -1);\n }\n\n // Bitmask char0 so that we can apply character transformations\n // regardless of field and data channel.\n // Then byte-shift to the left and OR with char1 so we can pass the\n // entire character code to `getCharFromCode`.\n char0 = (char0 & 0x03) << 8;\n text = getCharFromCode(char0 | char1);\n this[this.mode_](packet.pts, text);\n this.column_++;\n\n // Process mid-row codes\n } else if (this.isMidRowCode(char0, char1)) {\n // Attributes are not additive, so clear all formatting\n this.clearFormatting(packet.pts);\n\n // According to the standard, mid-row codes\n // should be replaced with spaces, so add one now\n this[this.mode_](packet.pts, ' ');\n this.column_++;\n\n if ((char1 & 0xe) === 0xe) {\n this.addFormatting(packet.pts, ['i']);\n }\n\n if ((char1 & 0x1) === 0x1) {\n this.addFormatting(packet.pts, ['u']);\n }\n\n // Detect offset control codes and adjust cursor\n } else if (this.isOffsetControlCode(char0, char1)) {\n // Cursor position is set by indent PAC (see below) in 4-column\n // increments, with an additional offset code of 1-3 to reach any\n // of the 32 columns specified by CEA-608. So all we need to do\n // here is increment the column cursor by the given offset.\n this.column_ += (char1 & 0x03);\n\n // Detect PACs (Preamble Address Codes)\n } else if (this.isPAC(char0, char1)) {\n\n // There's no logic for PAC -> row mapping, so we have to just\n // find the row code in an array and use its index :(\n var row = ROWS.indexOf(data & 0x1f20);\n\n // Configure the caption window if we're in roll-up mode\n if (this.mode_ === 'rollUp') {\n // This implies that the base row is incorrectly set.\n // As per the recommendation in CEA-608(Base Row Implementation), defer to the number\n // of roll-up rows set.\n if (row - this.rollUpRows_ + 1 < 0) {\n row = this.rollUpRows_ - 1;\n }\n\n this.setRollUp(packet.pts, row);\n }\n\n if (row !== this.row_) {\n // formatting is only persistent for current row\n this.clearFormatting(packet.pts);\n this.row_ = row;\n }\n // All PACs can apply underline, so detect and apply\n // (All odd-numbered second bytes set underline)\n if ((char1 & 0x1) && (this.formatting_.indexOf('u') === -1)) {\n this.addFormatting(packet.pts, ['u']);\n }\n\n if ((data & 0x10) === 0x10) {\n // We've got an indent level code. Each successive even number\n // increments the column cursor by 4, so we can get the desired\n // column position by bit-shifting to the right (to get n/2)\n // and multiplying by 4.\n this.column_ = ((data & 0xe) >> 1) * 4;\n }\n\n if (this.isColorPAC(char1)) {\n // it's a color code, though we only support white, which\n // can be either normal or italicized. white italics can be\n // either 0x4e or 0x6e depending on the row, so we just\n // bitwise-and with 0xe to see if italics should be turned on\n if ((char1 & 0xe) === 0xe) {\n this.addFormatting(packet.pts, ['i']);\n }\n }\n\n // We have a normal character in char0, and possibly one in char1\n } else if (this.isNormalChar(char0)) {\n if (char1 === 0x00) {\n char1 = null;\n }\n text = getCharFromCode(char0);\n text += getCharFromCode(char1);\n this[this.mode_](packet.pts, text);\n this.column_ += text.length;\n\n } // finish data processing\n\n };\n};\nCea608Stream.prototype = new Stream();\n// Trigger a cue point that captures the current state of the\n// display buffer\nCea608Stream.prototype.flushDisplayed = function(pts) {\n var content = this.displayed_\n // remove spaces from the start and end of the string\n .map(function(row) {\n try {\n return row.trim();\n } catch (e) {\n // Ordinarily, this shouldn't happen. However, caption\n // parsing errors should not throw exceptions and\n // break playback.\n // eslint-disable-next-line no-console\n console.error('Skipping malformed caption.');\n return '';\n }\n })\n // combine all text rows to display in one cue\n .join('\\n')\n // and remove blank rows from the start and end, but not the middle\n .replace(/^\\n+|\\n+$/g, '');\n\n if (content.length) {\n this.trigger('data', {\n startPts: this.startPts_,\n endPts: pts,\n text: content,\n stream: this.name_\n });\n }\n};\n\n/**\n * Zero out the data, used for startup and on seek\n */\nCea608Stream.prototype.reset = function() {\n this.mode_ = 'popOn';\n // When in roll-up mode, the index of the last row that will\n // actually display captions. If a caption is shifted to a row\n // with a lower index than this, it is cleared from the display\n // buffer\n this.topRow_ = 0;\n this.startPts_ = 0;\n this.displayed_ = createDisplayBuffer();\n this.nonDisplayed_ = createDisplayBuffer();\n this.lastControlCode_ = null;\n\n // Track row and column for proper line-breaking and spacing\n this.column_ = 0;\n this.row_ = BOTTOM_ROW;\n this.rollUpRows_ = 2;\n\n // This variable holds currently-applied formatting\n this.formatting_ = [];\n};\n\n/**\n * Sets up control code and related constants for this instance\n */\nCea608Stream.prototype.setConstants = function() {\n // The following attributes have these uses:\n // ext_ : char0 for mid-row codes, and the base for extended\n // chars (ext_+0, ext_+1, and ext_+2 are char0s for\n // extended codes)\n // control_: char0 for control codes, except byte-shifted to the\n // left so that we can do this.control_ | CONTROL_CODE\n // offset_: char0 for tab offset codes\n //\n // It's also worth noting that control codes, and _only_ control codes,\n // differ between field 1 and field2. Field 2 control codes are always\n // their field 1 value plus 1. That's why there's the \"| field\" on the\n // control value.\n if (this.dataChannel_ === 0) {\n this.BASE_ = 0x10;\n this.EXT_ = 0x11;\n this.CONTROL_ = (0x14 | this.field_) << 8;\n this.OFFSET_ = 0x17;\n } else if (this.dataChannel_ === 1) {\n this.BASE_ = 0x18;\n this.EXT_ = 0x19;\n this.CONTROL_ = (0x1c | this.field_) << 8;\n this.OFFSET_ = 0x1f;\n }\n\n // Constants for the LSByte command codes recognized by Cea608Stream. This\n // list is not exhaustive. For a more comprehensive listing and semantics see\n // http://www.gpo.gov/fdsys/pkg/CFR-2010-title47-vol1/pdf/CFR-2010-title47-vol1-sec15-119.pdf\n // Padding\n this.PADDING_ = 0x0000;\n // Pop-on Mode\n this.RESUME_CAPTION_LOADING_ = this.CONTROL_ | 0x20;\n this.END_OF_CAPTION_ = this.CONTROL_ | 0x2f;\n // Roll-up Mode\n this.ROLL_UP_2_ROWS_ = this.CONTROL_ | 0x25;\n this.ROLL_UP_3_ROWS_ = this.CONTROL_ | 0x26;\n this.ROLL_UP_4_ROWS_ = this.CONTROL_ | 0x27;\n this.CARRIAGE_RETURN_ = this.CONTROL_ | 0x2d;\n // paint-on mode\n this.RESUME_DIRECT_CAPTIONING_ = this.CONTROL_ | 0x29;\n // Erasure\n this.BACKSPACE_ = this.CONTROL_ | 0x21;\n this.ERASE_DISPLAYED_MEMORY_ = this.CONTROL_ | 0x2c;\n this.ERASE_NON_DISPLAYED_MEMORY_ = this.CONTROL_ | 0x2e;\n};\n\n/**\n * Detects if the 2-byte packet data is a special character\n *\n * Special characters have a second byte in the range 0x30 to 0x3f,\n * with the first byte being 0x11 (for data channel 1) or 0x19 (for\n * data channel 2).\n *\n * @param {Integer} char0 The first byte\n * @param {Integer} char1 The second byte\n * @return {Boolean} Whether the 2 bytes are an special character\n */\nCea608Stream.prototype.isSpecialCharacter = function(char0, char1) {\n return (char0 === this.EXT_ && char1 >= 0x30 && char1 <= 0x3f);\n};\n\n/**\n * Detects if the 2-byte packet data is an extended character\n *\n * Extended characters have a second byte in the range 0x20 to 0x3f,\n * with the first byte being 0x12 or 0x13 (for data channel 1) or\n * 0x1a or 0x1b (for data channel 2).\n *\n * @param {Integer} char0 The first byte\n * @param {Integer} char1 The second byte\n * @return {Boolean} Whether the 2 bytes are an extended character\n */\nCea608Stream.prototype.isExtCharacter = function(char0, char1) {\n return ((char0 === (this.EXT_ + 1) || char0 === (this.EXT_ + 2)) &&\n (char1 >= 0x20 && char1 <= 0x3f));\n};\n\n/**\n * Detects if the 2-byte packet is a mid-row code\n *\n * Mid-row codes have a second byte in the range 0x20 to 0x2f, with\n * the first byte being 0x11 (for data channel 1) or 0x19 (for data\n * channel 2).\n *\n * @param {Integer} char0 The first byte\n * @param {Integer} char1 The second byte\n * @return {Boolean} Whether the 2 bytes are a mid-row code\n */\nCea608Stream.prototype.isMidRowCode = function(char0, char1) {\n return (char0 === this.EXT_ && (char1 >= 0x20 && char1 <= 0x2f));\n};\n\n/**\n * Detects if the 2-byte packet is an offset control code\n *\n * Offset control codes have a second byte in the range 0x21 to 0x23,\n * with the first byte being 0x17 (for data channel 1) or 0x1f (for\n * data channel 2).\n *\n * @param {Integer} char0 The first byte\n * @param {Integer} char1 The second byte\n * @return {Boolean} Whether the 2 bytes are an offset control code\n */\nCea608Stream.prototype.isOffsetControlCode = function(char0, char1) {\n return (char0 === this.OFFSET_ && (char1 >= 0x21 && char1 <= 0x23));\n};\n\n/**\n * Detects if the 2-byte packet is a Preamble Address Code\n *\n * PACs have a first byte in the range 0x10 to 0x17 (for data channel 1)\n * or 0x18 to 0x1f (for data channel 2), with the second byte in the\n * range 0x40 to 0x7f.\n *\n * @param {Integer} char0 The first byte\n * @param {Integer} char1 The second byte\n * @return {Boolean} Whether the 2 bytes are a PAC\n */\nCea608Stream.prototype.isPAC = function(char0, char1) {\n return (char0 >= this.BASE_ && char0 < (this.BASE_ + 8) &&\n (char1 >= 0x40 && char1 <= 0x7f));\n};\n\n/**\n * Detects if a packet's second byte is in the range of a PAC color code\n *\n * PAC color codes have the second byte be in the range 0x40 to 0x4f, or\n * 0x60 to 0x6f.\n *\n * @param {Integer} char1 The second byte\n * @return {Boolean} Whether the byte is a color PAC\n */\nCea608Stream.prototype.isColorPAC = function(char1) {\n return ((char1 >= 0x40 && char1 <= 0x4f) || (char1 >= 0x60 && char1 <= 0x7f));\n};\n\n/**\n * Detects if a single byte is in the range of a normal character\n *\n * Normal text bytes are in the range 0x20 to 0x7f.\n *\n * @param {Integer} char The byte\n * @return {Boolean} Whether the byte is a normal character\n */\nCea608Stream.prototype.isNormalChar = function(char) {\n return (char >= 0x20 && char <= 0x7f);\n};\n\n/**\n * Configures roll-up\n *\n * @param {Integer} pts Current PTS\n * @param {Integer} newBaseRow Used by PACs to slide the current window to\n * a new position\n */\nCea608Stream.prototype.setRollUp = function(pts, newBaseRow) {\n // Reset the base row to the bottom row when switching modes\n if (this.mode_ !== 'rollUp') {\n this.row_ = BOTTOM_ROW;\n this.mode_ = 'rollUp';\n // Spec says to wipe memories when switching to roll-up\n this.flushDisplayed(pts);\n this.nonDisplayed_ = createDisplayBuffer();\n this.displayed_ = createDisplayBuffer();\n }\n\n if (newBaseRow !== undefined && newBaseRow !== this.row_) {\n // move currently displayed captions (up or down) to the new base row\n for (var i = 0; i < this.rollUpRows_; i++) {\n this.displayed_[newBaseRow - i] = this.displayed_[this.row_ - i];\n this.displayed_[this.row_ - i] = '';\n }\n }\n\n if (newBaseRow === undefined) {\n newBaseRow = this.row_;\n }\n\n this.topRow_ = newBaseRow - this.rollUpRows_ + 1;\n};\n\n// Adds the opening HTML tag for the passed character to the caption text,\n// and keeps track of it for later closing\nCea608Stream.prototype.addFormatting = function(pts, format) {\n this.formatting_ = this.formatting_.concat(format);\n var text = format.reduce(function(text, format) {\n return text + '<' + format + '>';\n }, '');\n this[this.mode_](pts, text);\n};\n\n// Adds HTML closing tags for current formatting to caption text and\n// clears remembered formatting\nCea608Stream.prototype.clearFormatting = function(pts) {\n if (!this.formatting_.length) {\n return;\n }\n var text = this.formatting_.reverse().reduce(function(text, format) {\n return text + '</' + format + '>';\n }, '');\n this.formatting_ = [];\n this[this.mode_](pts, text);\n};\n\n// Mode Implementations\nCea608Stream.prototype.popOn = function(pts, text) {\n var baseRow = this.nonDisplayed_[this.row_];\n\n // buffer characters\n baseRow += text;\n this.nonDisplayed_[this.row_] = baseRow;\n};\n\nCea608Stream.prototype.rollUp = function(pts, text) {\n var baseRow = this.displayed_[this.row_];\n\n baseRow += text;\n this.displayed_[this.row_] = baseRow;\n\n};\n\nCea608Stream.prototype.shiftRowsUp_ = function() {\n var i;\n // clear out inactive rows\n for (i = 0; i < this.topRow_; i++) {\n this.displayed_[i] = '';\n }\n for (i = this.row_ + 1; i < BOTTOM_ROW + 1; i++) {\n this.displayed_[i] = '';\n }\n // shift displayed rows up\n for (i = this.topRow_; i < this.row_; i++) {\n this.displayed_[i] = this.displayed_[i + 1];\n }\n // clear out the bottom row\n this.displayed_[this.row_] = '';\n};\n\nCea608Stream.prototype.paintOn = function(pts, text) {\n var baseRow = this.displayed_[this.row_];\n\n baseRow += text;\n this.displayed_[this.row_] = baseRow;\n};\n\n// exports\nmodule.exports = {\n CaptionStream: CaptionStream,\n Cea608Stream: Cea608Stream\n};\n","/**\n * mux.js\n *\n * Copyright (c) 2015 Brightcove\n * All rights reserved.\n *\n * A stream-based mp2t to mp4 converter. This utility can be used to\n * deliver mp4s to a SourceBuffer on platforms that support native\n * Media Source Extensions.\n */\n'use strict';\nvar Stream = require('../utils/stream.js'),\n CaptionStream = require('./caption-stream'),\n StreamTypes = require('./stream-types'),\n TimestampRolloverStream = require('./timestamp-rollover-stream').TimestampRolloverStream;\n\nvar m2tsStreamTypes = require('./stream-types.js');\n\n// object types\nvar TransportPacketStream, TransportParseStream, ElementaryStream;\n\n// constants\nvar\n MP2T_PACKET_LENGTH = 188, // bytes\n SYNC_BYTE = 0x47;\n\n/**\n * Splits an incoming stream of binary data into MPEG-2 Transport\n * Stream packets.\n */\nTransportPacketStream = function() {\n var\n buffer = new Uint8Array(MP2T_PACKET_LENGTH),\n bytesInBuffer = 0;\n\n TransportPacketStream.prototype.init.call(this);\n\n // Deliver new bytes to the stream.\n\n /**\n * Split a stream of data into M2TS packets\n **/\n this.push = function(bytes) {\n var\n startIndex = 0,\n endIndex = MP2T_PACKET_LENGTH,\n everything;\n\n // If there are bytes remaining from the last segment, prepend them to the\n // bytes that were pushed in\n if (bytesInBuffer) {\n everything = new Uint8Array(bytes.byteLength + bytesInBuffer);\n everything.set(buffer.subarray(0, bytesInBuffer));\n everything.set(bytes, bytesInBuffer);\n bytesInBuffer = 0;\n } else {\n everything = bytes;\n }\n\n // While we have enough data for a packet\n while (endIndex < everything.byteLength) {\n // Look for a pair of start and end sync bytes in the data..\n if (everything[startIndex] === SYNC_BYTE && everything[endIndex] === SYNC_BYTE) {\n // We found a packet so emit it and jump one whole packet forward in\n // the stream\n this.trigger('data', everything.subarray(startIndex, endIndex));\n startIndex += MP2T_PACKET_LENGTH;\n endIndex += MP2T_PACKET_LENGTH;\n continue;\n }\n // If we get here, we have somehow become de-synchronized and we need to step\n // forward one byte at a time until we find a pair of sync bytes that denote\n // a packet\n startIndex++;\n endIndex++;\n }\n\n // If there was some data left over at the end of the segment that couldn't\n // possibly be a whole packet, keep it because it might be the start of a packet\n // that continues in the next segment\n if (startIndex < everything.byteLength) {\n buffer.set(everything.subarray(startIndex), 0);\n bytesInBuffer = everything.byteLength - startIndex;\n }\n };\n\n /**\n * Passes identified M2TS packets to the TransportParseStream to be parsed\n **/\n this.flush = function() {\n // If the buffer contains a whole packet when we are being flushed, emit it\n // and empty the buffer. Otherwise hold onto the data because it may be\n // important for decoding the next segment\n if (bytesInBuffer === MP2T_PACKET_LENGTH && buffer[0] === SYNC_BYTE) {\n this.trigger('data', buffer);\n bytesInBuffer = 0;\n }\n this.trigger('done');\n };\n};\nTransportPacketStream.prototype = new Stream();\n\n/**\n * Accepts an MP2T TransportPacketStream and emits data events with parsed\n * forms of the individual transport stream packets.\n */\nTransportParseStream = function() {\n var parsePsi, parsePat, parsePmt, self;\n TransportParseStream.prototype.init.call(this);\n self = this;\n\n this.packetsWaitingForPmt = [];\n this.programMapTable = undefined;\n\n parsePsi = function(payload, psi) {\n var offset = 0;\n\n // PSI packets may be split into multiple sections and those\n // sections may be split into multiple packets. If a PSI\n // section starts in this packet, the payload_unit_start_indicator\n // will be true and the first byte of the payload will indicate\n // the offset from the current position to the start of the\n // section.\n if (psi.payloadUnitStartIndicator) {\n offset += payload[offset] + 1;\n }\n\n if (psi.type === 'pat') {\n parsePat(payload.subarray(offset), psi);\n } else {\n parsePmt(payload.subarray(offset), psi);\n }\n };\n\n parsePat = function(payload, pat) {\n pat.section_number = payload[7]; // eslint-disable-line camelcase\n pat.last_section_number = payload[8]; // eslint-disable-line camelcase\n\n // skip the PSI header and parse the first PMT entry\n self.pmtPid = (payload[10] & 0x1F) << 8 | payload[11];\n pat.pmtPid = self.pmtPid;\n };\n\n /**\n * Parse out the relevant fields of a Program Map Table (PMT).\n * @param payload {Uint8Array} the PMT-specific portion of an MP2T\n * packet. The first byte in this array should be the table_id\n * field.\n * @param pmt {object} the object that should be decorated with\n * fields parsed from the PMT.\n */\n parsePmt = function(payload, pmt) {\n var sectionLength, tableEnd, programInfoLength, offset;\n\n // PMTs can be sent ahead of the time when they should actually\n // take effect. We don't believe this should ever be the case\n // for HLS but we'll ignore \"forward\" PMT declarations if we see\n // them. Future PMT declarations have the current_next_indicator\n // set to zero.\n if (!(payload[5] & 0x01)) {\n return;\n }\n\n // overwrite any existing program map table\n self.programMapTable = {\n video: null,\n audio: null,\n 'timed-metadata': {}\n };\n\n // the mapping table ends at the end of the current section\n sectionLength = (payload[1] & 0x0f) << 8 | payload[2];\n tableEnd = 3 + sectionLength - 4;\n\n // to determine where the table is, we have to figure out how\n // long the program info descriptors are\n programInfoLength = (payload[10] & 0x0f) << 8 | payload[11];\n\n // advance the offset to the first entry in the mapping table\n offset = 12 + programInfoLength;\n while (offset < tableEnd) {\n var streamType = payload[offset];\n var pid = (payload[offset + 1] & 0x1F) << 8 | payload[offset + 2];\n\n // only map a single elementary_pid for audio and video stream types\n // TODO: should this be done for metadata too? for now maintain behavior of\n // multiple metadata streams\n if (streamType === StreamTypes.H264_STREAM_TYPE &&\n self.programMapTable.video === null) {\n self.programMapTable.video = pid;\n } else if (streamType === StreamTypes.ADTS_STREAM_TYPE &&\n self.programMapTable.audio === null) {\n self.programMapTable.audio = pid;\n } else if (streamType === StreamTypes.METADATA_STREAM_TYPE) {\n // map pid to stream type for metadata streams\n self.programMapTable['timed-metadata'][pid] = streamType;\n }\n\n // move to the next table entry\n // skip past the elementary stream descriptors, if present\n offset += ((payload[offset + 3] & 0x0F) << 8 | payload[offset + 4]) + 5;\n }\n\n // record the map on the packet as well\n pmt.programMapTable = self.programMapTable;\n };\n\n /**\n * Deliver a new MP2T packet to the next stream in the pipeline.\n */\n this.push = function(packet) {\n var\n result = {},\n offset = 4;\n\n result.payloadUnitStartIndicator = !!(packet[1] & 0x40);\n\n // pid is a 13-bit field starting at the last bit of packet[1]\n result.pid = packet[1] & 0x1f;\n result.pid <<= 8;\n result.pid |= packet[2];\n\n // if an adaption field is present, its length is specified by the\n // fifth byte of the TS packet header. The adaptation field is\n // used to add stuffing to PES packets that don't fill a complete\n // TS packet, and to specify some forms of timing and control data\n // that we do not currently use.\n if (((packet[3] & 0x30) >>> 4) > 0x01) {\n offset += packet[offset] + 1;\n }\n\n // parse the rest of the packet based on the type\n if (result.pid === 0) {\n result.type = 'pat';\n parsePsi(packet.subarray(offset), result);\n this.trigger('data', result);\n } else if (result.pid === this.pmtPid) {\n result.type = 'pmt';\n parsePsi(packet.subarray(offset), result);\n this.trigger('data', result);\n\n // if there are any packets waiting for a PMT to be found, process them now\n while (this.packetsWaitingForPmt.length) {\n this.processPes_.apply(this, this.packetsWaitingForPmt.shift());\n }\n } else if (this.programMapTable === undefined) {\n // When we have not seen a PMT yet, defer further processing of\n // PES packets until one has been parsed\n this.packetsWaitingForPmt.push([packet, offset, result]);\n } else {\n this.processPes_(packet, offset, result);\n }\n };\n\n this.processPes_ = function(packet, offset, result) {\n // set the appropriate stream type\n if (result.pid === this.programMapTable.video) {\n result.streamType = StreamTypes.H264_STREAM_TYPE;\n } else if (result.pid === this.programMapTable.audio) {\n result.streamType = StreamTypes.ADTS_STREAM_TYPE;\n } else {\n // if not video or audio, it is timed-metadata or unknown\n // if unknown, streamType will be undefined\n result.streamType = this.programMapTable['timed-metadata'][result.pid];\n }\n\n result.type = 'pes';\n result.data = packet.subarray(offset);\n\n this.trigger('data', result);\n };\n\n};\nTransportParseStream.prototype = new Stream();\nTransportParseStream.STREAM_TYPES = {\n h264: 0x1b,\n adts: 0x0f\n};\n\n/**\n * Reconsistutes program elementary stream (PES) packets from parsed\n * transport stream packets. That is, if you pipe an\n * mp2t.TransportParseStream into a mp2t.ElementaryStream, the output\n * events will be events which capture the bytes for individual PES\n * packets plus relevant metadata that has been extracted from the\n * container.\n */\nElementaryStream = function() {\n var\n self = this,\n // PES packet fragments\n video = {\n data: [],\n size: 0\n },\n audio = {\n data: [],\n size: 0\n },\n timedMetadata = {\n data: [],\n size: 0\n },\n parsePes = function(payload, pes) {\n var ptsDtsFlags;\n\n // get the packet length, this will be 0 for video\n pes.packetLength = 6 + ((payload[4] << 8) | payload[5]);\n\n // find out if this packets starts a new keyframe\n pes.dataAlignmentIndicator = (payload[6] & 0x04) !== 0;\n // PES packets may be annotated with a PTS value, or a PTS value\n // and a DTS value. Determine what combination of values is\n // available to work with.\n ptsDtsFlags = payload[7];\n\n // PTS and DTS are normally stored as a 33-bit number. Javascript\n // performs all bitwise operations on 32-bit integers but javascript\n // supports a much greater range (52-bits) of integer using standard\n // mathematical operations.\n // We construct a 31-bit value using bitwise operators over the 31\n // most significant bits and then multiply by 4 (equal to a left-shift\n // of 2) before we add the final 2 least significant bits of the\n // timestamp (equal to an OR.)\n if (ptsDtsFlags & 0xC0) {\n // the PTS and DTS are not written out directly. For information\n // on how they are encoded, see\n // http://dvd.sourceforge.net/dvdinfo/pes-hdr.html\n pes.pts = (payload[9] & 0x0E) << 27 |\n (payload[10] & 0xFF) << 20 |\n (payload[11] & 0xFE) << 12 |\n (payload[12] & 0xFF) << 5 |\n (payload[13] & 0xFE) >>> 3;\n pes.pts *= 4; // Left shift by 2\n pes.pts += (payload[13] & 0x06) >>> 1; // OR by the two LSBs\n pes.dts = pes.pts;\n if (ptsDtsFlags & 0x40) {\n pes.dts = (payload[14] & 0x0E) << 27 |\n (payload[15] & 0xFF) << 20 |\n (payload[16] & 0xFE) << 12 |\n (payload[17] & 0xFF) << 5 |\n (payload[18] & 0xFE) >>> 3;\n pes.dts *= 4; // Left shift by 2\n pes.dts += (payload[18] & 0x06) >>> 1; // OR by the two LSBs\n }\n }\n // the data section starts immediately after the PES header.\n // pes_header_data_length specifies the number of header bytes\n // that follow the last byte of the field.\n pes.data = payload.subarray(9 + payload[8]);\n },\n /**\n * Pass completely parsed PES packets to the next stream in the pipeline\n **/\n flushStream = function(stream, type, forceFlush) {\n var\n packetData = new Uint8Array(stream.size),\n event = {\n type: type\n },\n i = 0,\n offset = 0,\n packetFlushable = false,\n fragment;\n\n // do nothing if there is not enough buffered data for a complete\n // PES header\n if (!stream.data.length || stream.size < 9) {\n return;\n }\n event.trackId = stream.data[0].pid;\n\n // reassemble the packet\n for (i = 0; i < stream.data.length; i++) {\n fragment = stream.data[i];\n\n packetData.set(fragment.data, offset);\n offset += fragment.data.byteLength;\n }\n\n // parse assembled packet's PES header\n parsePes(packetData, event);\n\n // non-video PES packets MUST have a non-zero PES_packet_length\n // check that there is enough stream data to fill the packet\n packetFlushable = type === 'video' || event.packetLength <= stream.size;\n\n // flush pending packets if the conditions are right\n if (forceFlush || packetFlushable) {\n stream.size = 0;\n stream.data.length = 0;\n }\n\n // only emit packets that are complete. this is to avoid assembling\n // incomplete PES packets due to poor segmentation\n if (packetFlushable) {\n self.trigger('data', event);\n }\n };\n\n ElementaryStream.prototype.init.call(this);\n\n /**\n * Identifies M2TS packet types and parses PES packets using metadata\n * parsed from the PMT\n **/\n this.push = function(data) {\n ({\n pat: function() {\n // we have to wait for the PMT to arrive as well before we\n // have any meaningful metadata\n },\n pes: function() {\n var stream, streamType;\n\n switch (data.streamType) {\n case StreamTypes.H264_STREAM_TYPE:\n case m2tsStreamTypes.H264_STREAM_TYPE:\n stream = video;\n streamType = 'video';\n break;\n case StreamTypes.ADTS_STREAM_TYPE:\n stream = audio;\n streamType = 'audio';\n break;\n case StreamTypes.METADATA_STREAM_TYPE:\n stream = timedMetadata;\n streamType = 'timed-metadata';\n break;\n default:\n // ignore unknown stream types\n return;\n }\n\n // if a new packet is starting, we can flush the completed\n // packet\n if (data.payloadUnitStartIndicator) {\n flushStream(stream, streamType, true);\n }\n\n // buffer this fragment until we are sure we've received the\n // complete payload\n stream.data.push(data);\n stream.size += data.data.byteLength;\n },\n pmt: function() {\n var\n event = {\n type: 'metadata',\n tracks: []\n },\n programMapTable = data.programMapTable;\n\n // translate audio and video streams to tracks\n if (programMapTable.video !== null) {\n event.tracks.push({\n timelineStartInfo: {\n baseMediaDecodeTime: 0\n },\n id: +programMapTable.video,\n codec: 'avc',\n type: 'video'\n });\n }\n if (programMapTable.audio !== null) {\n event.tracks.push({\n timelineStartInfo: {\n baseMediaDecodeTime: 0\n },\n id: +programMapTable.audio,\n codec: 'adts',\n type: 'audio'\n });\n }\n\n self.trigger('data', event);\n }\n })[data.type]();\n };\n\n /**\n * Flush any remaining input. Video PES packets may be of variable\n * length. Normally, the start of a new video packet can trigger the\n * finalization of the previous packet. That is not possible if no\n * more video is forthcoming, however. In that case, some other\n * mechanism (like the end of the file) has to be employed. When it is\n * clear that no additional data is forthcoming, calling this method\n * will flush the buffered packets.\n */\n this.flush = function() {\n // !!THIS ORDER IS IMPORTANT!!\n // video first then audio\n flushStream(video, 'video');\n flushStream(audio, 'audio');\n flushStream(timedMetadata, 'timed-metadata');\n this.trigger('done');\n };\n};\nElementaryStream.prototype = new Stream();\n\nvar m2ts = {\n PAT_PID: 0x0000,\n MP2T_PACKET_LENGTH: MP2T_PACKET_LENGTH,\n TransportPacketStream: TransportPacketStream,\n TransportParseStream: TransportParseStream,\n ElementaryStream: ElementaryStream,\n TimestampRolloverStream: TimestampRolloverStream,\n CaptionStream: CaptionStream.CaptionStream,\n Cea608Stream: CaptionStream.Cea608Stream,\n MetadataStream: require('./metadata-stream')\n};\n\nfor (var type in StreamTypes) {\n if (StreamTypes.hasOwnProperty(type)) {\n m2ts[type] = StreamTypes[type];\n }\n}\n\nmodule.exports = m2ts;\n","/**\n * Accepts program elementary stream (PES) data events and parses out\n * ID3 metadata from them, if present.\n * @see http://id3.org/id3v2.3.0\n */\n'use strict';\nvar\n Stream = require('../utils/stream'),\n StreamTypes = require('./stream-types'),\n // return a percent-encoded representation of the specified byte range\n // @see http://en.wikipedia.org/wiki/Percent-encoding\n percentEncode = function(bytes, start, end) {\n var i, result = '';\n for (i = start; i < end; i++) {\n result += '%' + ('00' + bytes[i].toString(16)).slice(-2);\n }\n return result;\n },\n // return the string representation of the specified byte range,\n // interpreted as UTf-8.\n parseUtf8 = function(bytes, start, end) {\n return decodeURIComponent(percentEncode(bytes, start, end));\n },\n // return the string representation of the specified byte range,\n // interpreted as ISO-8859-1.\n parseIso88591 = function(bytes, start, end) {\n return unescape(percentEncode(bytes, start, end)); // jshint ignore:line\n },\n parseSyncSafeInteger = function(data) {\n return (data[0] << 21) |\n (data[1] << 14) |\n (data[2] << 7) |\n (data[3]);\n },\n tagParsers = {\n TXXX: function(tag) {\n var i;\n if (tag.data[0] !== 3) {\n // ignore frames with unrecognized character encodings\n return;\n }\n\n for (i = 1; i < tag.data.length; i++) {\n if (tag.data[i] === 0) {\n // parse the text fields\n tag.description = parseUtf8(tag.data, 1, i);\n // do not include the null terminator in the tag value\n tag.value = parseUtf8(tag.data, i + 1, tag.data.length).replace(/\\0*$/, '');\n break;\n }\n }\n tag.data = tag.value;\n },\n WXXX: function(tag) {\n var i;\n if (tag.data[0] !== 3) {\n // ignore frames with unrecognized character encodings\n return;\n }\n\n for (i = 1; i < tag.data.length; i++) {\n if (tag.data[i] === 0) {\n // parse the description and URL fields\n tag.description = parseUtf8(tag.data, 1, i);\n tag.url = parseUtf8(tag.data, i + 1, tag.data.length);\n break;\n }\n }\n },\n PRIV: function(tag) {\n var i;\n\n for (i = 0; i < tag.data.length; i++) {\n if (tag.data[i] === 0) {\n // parse the description and URL fields\n tag.owner = parseIso88591(tag.data, 0, i);\n break;\n }\n }\n tag.privateData = tag.data.subarray(i + 1);\n tag.data = tag.privateData;\n }\n },\n MetadataStream;\n\nMetadataStream = function(options) {\n var\n settings = {\n debug: !!(options && options.debug),\n\n // the bytes of the program-level descriptor field in MP2T\n // see ISO/IEC 13818-1:2013 (E), section 2.6 \"Program and\n // program element descriptors\"\n descriptor: options && options.descriptor\n },\n // the total size in bytes of the ID3 tag being parsed\n tagSize = 0,\n // tag data that is not complete enough to be parsed\n buffer = [],\n // the total number of bytes currently in the buffer\n bufferSize = 0,\n i;\n\n MetadataStream.prototype.init.call(this);\n\n // calculate the text track in-band metadata track dispatch type\n // https://html.spec.whatwg.org/multipage/embedded-content.html#steps-to-expose-a-media-resource-specific-text-track\n this.dispatchType = StreamTypes.METADATA_STREAM_TYPE.toString(16);\n if (settings.descriptor) {\n for (i = 0; i < settings.descriptor.length; i++) {\n this.dispatchType += ('00' + settings.descriptor[i].toString(16)).slice(-2);\n }\n }\n\n this.push = function(chunk) {\n var tag, frameStart, frameSize, frame, i, frameHeader;\n if (chunk.type !== 'timed-metadata') {\n return;\n }\n\n // if data_alignment_indicator is set in the PES header,\n // we must have the start of a new ID3 tag. Assume anything\n // remaining in the buffer was malformed and throw it out\n if (chunk.dataAlignmentIndicator) {\n bufferSize = 0;\n buffer.length = 0;\n }\n\n // ignore events that don't look like ID3 data\n if (buffer.length === 0 &&\n (chunk.data.length < 10 ||\n chunk.data[0] !== 'I'.charCodeAt(0) ||\n chunk.data[1] !== 'D'.charCodeAt(0) ||\n chunk.data[2] !== '3'.charCodeAt(0))) {\n if (settings.debug) {\n // eslint-disable-next-line no-console\n console.log('Skipping unrecognized metadata packet');\n }\n return;\n }\n\n // add this chunk to the data we've collected so far\n\n buffer.push(chunk);\n bufferSize += chunk.data.byteLength;\n\n // grab the size of the entire frame from the ID3 header\n if (buffer.length === 1) {\n // the frame size is transmitted as a 28-bit integer in the\n // last four bytes of the ID3 header.\n // The most significant bit of each byte is dropped and the\n // results concatenated to recover the actual value.\n tagSize = parseSyncSafeInteger(chunk.data.subarray(6, 10));\n\n // ID3 reports the tag size excluding the header but it's more\n // convenient for our comparisons to include it\n tagSize += 10;\n }\n\n // if the entire frame has not arrived, wait for more data\n if (bufferSize < tagSize) {\n return;\n }\n\n // collect the entire frame so it can be parsed\n tag = {\n data: new Uint8Array(tagSize),\n frames: [],\n pts: buffer[0].pts,\n dts: buffer[0].dts\n };\n for (i = 0; i < tagSize;) {\n tag.data.set(buffer[0].data.subarray(0, tagSize - i), i);\n i += buffer[0].data.byteLength;\n bufferSize -= buffer[0].data.byteLength;\n buffer.shift();\n }\n\n // find the start of the first frame and the end of the tag\n frameStart = 10;\n if (tag.data[5] & 0x40) {\n // advance the frame start past the extended header\n frameStart += 4; // header size field\n frameStart += parseSyncSafeInteger(tag.data.subarray(10, 14));\n\n // clip any padding off the end\n tagSize -= parseSyncSafeInteger(tag.data.subarray(16, 20));\n }\n\n // parse one or more ID3 frames\n // http://id3.org/id3v2.3.0#ID3v2_frame_overview\n do {\n // determine the number of bytes in this frame\n frameSize = parseSyncSafeInteger(tag.data.subarray(frameStart + 4, frameStart + 8));\n if (frameSize < 1) {\n // eslint-disable-next-line no-console\n return console.log('Malformed ID3 frame encountered. Skipping metadata parsing.');\n }\n frameHeader = String.fromCharCode(tag.data[frameStart],\n tag.data[frameStart + 1],\n tag.data[frameStart + 2],\n tag.data[frameStart + 3]);\n\n\n frame = {\n id: frameHeader,\n data: tag.data.subarray(frameStart + 10, frameStart + frameSize + 10)\n };\n frame.key = frame.id;\n if (tagParsers[frame.id]) {\n tagParsers[frame.id](frame);\n\n // handle the special PRIV frame used to indicate the start\n // time for raw AAC data\n if (frame.owner === 'com.apple.streaming.transportStreamTimestamp') {\n var\n d = frame.data,\n size = ((d[3] & 0x01) << 30) |\n (d[4] << 22) |\n (d[5] << 14) |\n (d[6] << 6) |\n (d[7] >>> 2);\n\n size *= 4;\n size += d[7] & 0x03;\n frame.timeStamp = size;\n // in raw AAC, all subsequent data will be timestamped based\n // on the value of this frame\n // we couldn't have known the appropriate pts and dts before\n // parsing this ID3 tag so set those values now\n if (tag.pts === undefined && tag.dts === undefined) {\n tag.pts = frame.timeStamp;\n tag.dts = frame.timeStamp;\n }\n this.trigger('timestamp', frame);\n }\n }\n tag.frames.push(frame);\n\n frameStart += 10; // advance past the frame header\n frameStart += frameSize; // advance past the frame body\n } while (frameStart < tagSize);\n this.trigger('data', tag);\n };\n};\nMetadataStream.prototype = new Stream();\n\nmodule.exports = MetadataStream;\n","/**\n * mux.js\n *\n * Copyright (c) 2016 Brightcove\n * All rights reserved.\n *\n * Utilities to detect basic properties and metadata about TS Segments.\n */\n'use strict';\n\nvar StreamTypes = require('./stream-types.js');\n\nvar parsePid = function(packet) {\n var pid = packet[1] & 0x1f;\n pid <<= 8;\n pid |= packet[2];\n return pid;\n};\n\nvar parsePayloadUnitStartIndicator = function(packet) {\n return !!(packet[1] & 0x40);\n};\n\nvar parseAdaptionField = function(packet) {\n var offset = 0;\n // if an adaption field is present, its length is specified by the\n // fifth byte of the TS packet header. The adaptation field is\n // used to add stuffing to PES packets that don't fill a complete\n // TS packet, and to specify some forms of timing and control data\n // that we do not currently use.\n if (((packet[3] & 0x30) >>> 4) > 0x01) {\n offset += packet[4] + 1;\n }\n return offset;\n};\n\nvar parseType = function(packet, pmtPid) {\n var pid = parsePid(packet);\n if (pid === 0) {\n return 'pat';\n } else if (pid === pmtPid) {\n return 'pmt';\n } else if (pmtPid) {\n return 'pes';\n }\n return null;\n};\n\nvar parsePat = function(packet) {\n var pusi = parsePayloadUnitStartIndicator(packet);\n var offset = 4 + parseAdaptionField(packet);\n\n if (pusi) {\n offset += packet[offset] + 1;\n }\n\n return (packet[offset + 10] & 0x1f) << 8 | packet[offset + 11];\n};\n\nvar parsePmt = function(packet) {\n var programMapTable = {};\n var pusi = parsePayloadUnitStartIndicator(packet);\n var payloadOffset = 4 + parseAdaptionField(packet);\n\n if (pusi) {\n payloadOffset += packet[payloadOffset] + 1;\n }\n\n // PMTs can be sent ahead of the time when they should actually\n // take effect. We don't believe this should ever be the case\n // for HLS but we'll ignore \"forward\" PMT declarations if we see\n // them. Future PMT declarations have the current_next_indicator\n // set to zero.\n if (!(packet[payloadOffset + 5] & 0x01)) {\n return;\n }\n\n var sectionLength, tableEnd, programInfoLength;\n // the mapping table ends at the end of the current section\n sectionLength = (packet[payloadOffset + 1] & 0x0f) << 8 | packet[payloadOffset + 2];\n tableEnd = 3 + sectionLength - 4;\n\n // to determine where the table is, we have to figure out how\n // long the program info descriptors are\n programInfoLength = (packet[payloadOffset + 10] & 0x0f) << 8 | packet[payloadOffset + 11];\n\n // advance the offset to the first entry in the mapping table\n var offset = 12 + programInfoLength;\n while (offset < tableEnd) {\n var i = payloadOffset + offset;\n // add an entry that maps the elementary_pid to the stream_type\n programMapTable[(packet[i + 1] & 0x1F) << 8 | packet[i + 2]] = packet[i];\n\n // move to the next table entry\n // skip past the elementary stream descriptors, if present\n offset += ((packet[i + 3] & 0x0F) << 8 | packet[i + 4]) + 5;\n }\n return programMapTable;\n};\n\nvar parsePesType = function(packet, programMapTable) {\n var pid = parsePid(packet);\n var type = programMapTable[pid];\n switch (type) {\n case StreamTypes.H264_STREAM_TYPE:\n return 'video';\n case StreamTypes.ADTS_STREAM_TYPE:\n return 'audio';\n case StreamTypes.METADATA_STREAM_TYPE:\n return 'timed-metadata';\n default:\n return null;\n }\n};\n\nvar parsePesTime = function(packet) {\n var pusi = parsePayloadUnitStartIndicator(packet);\n if (!pusi) {\n return null;\n }\n\n var offset = 4 + parseAdaptionField(packet);\n\n if (offset >= packet.byteLength) {\n // From the H 222.0 MPEG-TS spec\n // \"For transport stream packets carrying PES packets, stuffing is needed when there\n // is insufficient PES packet data to completely fill the transport stream packet\n // payload bytes. Stuffing is accomplished by defining an adaptation field longer than\n // the sum of the lengths of the data elements in it, so that the payload bytes\n // remaining after the adaptation field exactly accommodates the available PES packet\n // data.\"\n //\n // If the offset is >= the length of the packet, then the packet contains no data\n // and instead is just adaption field stuffing bytes\n return null;\n }\n\n var pes = null;\n var ptsDtsFlags;\n\n // PES packets may be annotated with a PTS value, or a PTS value\n // and a DTS value. Determine what combination of values is\n // available to work with.\n ptsDtsFlags = packet[offset + 7];\n\n // PTS and DTS are normally stored as a 33-bit number. Javascript\n // performs all bitwise operations on 32-bit integers but javascript\n // supports a much greater range (52-bits) of integer using standard\n // mathematical operations.\n // We construct a 31-bit value using bitwise operators over the 31\n // most significant bits and then multiply by 4 (equal to a left-shift\n // of 2) before we add the final 2 least significant bits of the\n // timestamp (equal to an OR.)\n if (ptsDtsFlags & 0xC0) {\n pes = {};\n // the PTS and DTS are not written out directly. For information\n // on how they are encoded, see\n // http://dvd.sourceforge.net/dvdinfo/pes-hdr.html\n pes.pts = (packet[offset + 9] & 0x0E) << 27 |\n (packet[offset + 10] & 0xFF) << 20 |\n (packet[offset + 11] & 0xFE) << 12 |\n (packet[offset + 12] & 0xFF) << 5 |\n (packet[offset + 13] & 0xFE) >>> 3;\n pes.pts *= 4; // Left shift by 2\n pes.pts += (packet[offset + 13] & 0x06) >>> 1; // OR by the two LSBs\n pes.dts = pes.pts;\n if (ptsDtsFlags & 0x40) {\n pes.dts = (packet[offset + 14] & 0x0E) << 27 |\n (packet[offset + 15] & 0xFF) << 20 |\n (packet[offset + 16] & 0xFE) << 12 |\n (packet[offset + 17] & 0xFF) << 5 |\n (packet[offset + 18] & 0xFE) >>> 3;\n pes.dts *= 4; // Left shift by 2\n pes.dts += (packet[offset + 18] & 0x06) >>> 1; // OR by the two LSBs\n }\n }\n return pes;\n};\n\nvar parseNalUnitType = function(type) {\n switch (type) {\n case 0x05:\n return 'slice_layer_without_partitioning_rbsp_idr';\n case 0x06:\n return 'sei_rbsp';\n case 0x07:\n return 'seq_parameter_set_rbsp';\n case 0x08:\n return 'pic_parameter_set_rbsp';\n case 0x09:\n return 'access_unit_delimiter_rbsp';\n default:\n return null;\n }\n};\n\nvar videoPacketContainsKeyFrame = function(packet) {\n var offset = 4 + parseAdaptionField(packet);\n var frameBuffer = packet.subarray(offset);\n var frameI = 0;\n var frameSyncPoint = 0;\n var foundKeyFrame = false;\n var nalType;\n\n // advance the sync point to a NAL start, if necessary\n for (; frameSyncPoint < frameBuffer.byteLength - 3; frameSyncPoint++) {\n if (frameBuffer[frameSyncPoint + 2] === 1) {\n // the sync point is properly aligned\n frameI = frameSyncPoint + 5;\n break;\n }\n }\n\n while (frameI < frameBuffer.byteLength) {\n // look at the current byte to determine if we've hit the end of\n // a NAL unit boundary\n switch (frameBuffer[frameI]) {\n case 0:\n // skip past non-sync sequences\n if (frameBuffer[frameI - 1] !== 0) {\n frameI += 2;\n break;\n } else if (frameBuffer[frameI - 2] !== 0) {\n frameI++;\n break;\n }\n\n if (frameSyncPoint + 3 !== frameI - 2) {\n nalType = parseNalUnitType(frameBuffer[frameSyncPoint + 3] & 0x1f);\n if (nalType === 'slice_layer_without_partitioning_rbsp_idr') {\n foundKeyFrame = true;\n }\n }\n\n // drop trailing zeroes\n do {\n frameI++;\n } while (frameBuffer[frameI] !== 1 && frameI < frameBuffer.length);\n frameSyncPoint = frameI - 2;\n frameI += 3;\n break;\n case 1:\n // skip past non-sync sequences\n if (frameBuffer[frameI - 1] !== 0 ||\n frameBuffer[frameI - 2] !== 0) {\n frameI += 3;\n break;\n }\n\n nalType = parseNalUnitType(frameBuffer[frameSyncPoint + 3] & 0x1f);\n if (nalType === 'slice_layer_without_partitioning_rbsp_idr') {\n foundKeyFrame = true;\n }\n frameSyncPoint = frameI - 2;\n frameI += 3;\n break;\n default:\n // the current byte isn't a one or zero, so it cannot be part\n // of a sync sequence\n frameI += 3;\n break;\n }\n }\n frameBuffer = frameBuffer.subarray(frameSyncPoint);\n frameI -= frameSyncPoint;\n frameSyncPoint = 0;\n // parse the final nal\n if (frameBuffer && frameBuffer.byteLength > 3) {\n nalType = parseNalUnitType(frameBuffer[frameSyncPoint + 3] & 0x1f);\n if (nalType === 'slice_layer_without_partitioning_rbsp_idr') {\n foundKeyFrame = true;\n }\n }\n\n return foundKeyFrame;\n};\n\n\nmodule.exports = {\n parseType: parseType,\n parsePat: parsePat,\n parsePmt: parsePmt,\n parsePayloadUnitStartIndicator: parsePayloadUnitStartIndicator,\n parsePesType: parsePesType,\n parsePesTime: parsePesTime,\n videoPacketContainsKeyFrame: videoPacketContainsKeyFrame\n};\n","'use strict';\n\nmodule.exports = {\n H264_STREAM_TYPE: 0x1B,\n ADTS_STREAM_TYPE: 0x0F,\n METADATA_STREAM_TYPE: 0x15\n};\n","/**\n * mux.js\n *\n * Copyright (c) 2016 Brightcove\n * All rights reserved.\n *\n * Accepts program elementary stream (PES) data events and corrects\n * decode and presentation time stamps to account for a rollover\n * of the 33 bit value.\n */\n\n'use strict';\n\nvar Stream = require('../utils/stream');\n\nvar MAX_TS = 8589934592;\n\nvar RO_THRESH = 4294967296;\n\nvar handleRollover = function(value, reference) {\n var direction = 1;\n\n if (value > reference) {\n // If the current timestamp value is greater than our reference timestamp and we detect a\n // timestamp rollover, this means the roll over is happening in the opposite direction.\n // Example scenario: Enter a long stream/video just after a rollover occurred. The reference\n // point will be set to a small number, e.g. 1. The user then seeks backwards over the\n // rollover point. In loading this segment, the timestamp values will be very large,\n // e.g. 2^33 - 1. Since this comes before the data we loaded previously, we want to adjust\n // the time stamp to be `value - 2^33`.\n direction = -1;\n }\n\n // Note: A seek forwards or back that is greater than the RO_THRESH (2^32, ~13 hours) will\n // cause an incorrect adjustment.\n while (Math.abs(reference - value) > RO_THRESH) {\n value += (direction * MAX_TS);\n }\n\n return value;\n};\n\nvar TimestampRolloverStream = function(type) {\n var lastDTS, referenceDTS;\n\n TimestampRolloverStream.prototype.init.call(this);\n\n this.type_ = type;\n\n this.push = function(data) {\n if (data.type !== this.type_) {\n return;\n }\n\n if (referenceDTS === undefined) {\n referenceDTS = data.dts;\n }\n\n data.dts = handleRollover(data.dts, referenceDTS);\n data.pts = handleRollover(data.pts, referenceDTS);\n\n lastDTS = data.dts;\n\n this.trigger('data', data);\n };\n\n this.flush = function() {\n referenceDTS = lastDTS;\n this.trigger('done');\n };\n\n this.discontinuity = function() {\n referenceDTS = void 0;\n lastDTS = void 0;\n };\n\n};\n\nTimestampRolloverStream.prototype = new Stream();\n\nmodule.exports = {\n TimestampRolloverStream: TimestampRolloverStream,\n handleRollover: handleRollover\n};\n","var coneOfSilence = require('../data/silence');\nvar clock = require('../utils/clock');\n\nvar ONE_SECOND_IN_TS = 90000; // 90kHz clock\n\n/**\n * Sum the `byteLength` properties of the data in each AAC frame\n */\nvar sumFrameByteLengths = function(array) {\n var\n i,\n currentObj,\n sum = 0;\n\n // sum the byteLength's all each nal unit in the frame\n for (i = 0; i < array.length; i++) {\n currentObj = array[i];\n sum += currentObj.data.byteLength;\n }\n\n return sum;\n};\n\n// Possibly pad (prefix) the audio track with silence if appending this track\n// would lead to the introduction of a gap in the audio buffer\nvar prefixWithSilence = function(\n track,\n frames,\n audioAppendStartTs,\n videoBaseMediaDecodeTime\n) {\n var\n baseMediaDecodeTimeTs,\n frameDuration = 0,\n audioGapDuration = 0,\n audioFillFrameCount = 0,\n audioFillDuration = 0,\n silentFrame,\n i;\n\n if (!frames.length) {\n return;\n }\n\n baseMediaDecodeTimeTs =\n clock.audioTsToVideoTs(track.baseMediaDecodeTime, track.samplerate);\n // determine frame clock duration based on sample rate, round up to avoid overfills\n frameDuration = Math.ceil(ONE_SECOND_IN_TS / (track.samplerate / 1024));\n\n if (audioAppendStartTs && videoBaseMediaDecodeTime) {\n // insert the shortest possible amount (audio gap or audio to video gap)\n audioGapDuration =\n baseMediaDecodeTimeTs - Math.max(audioAppendStartTs, videoBaseMediaDecodeTime);\n // number of full frames in the audio gap\n audioFillFrameCount = Math.floor(audioGapDuration / frameDuration);\n audioFillDuration = audioFillFrameCount * frameDuration;\n }\n\n // don't attempt to fill gaps smaller than a single frame or larger\n // than a half second\n if (audioFillFrameCount < 1 || audioFillDuration > ONE_SECOND_IN_TS / 2) {\n return;\n }\n\n silentFrame = coneOfSilence[track.samplerate];\n\n if (!silentFrame) {\n // we don't have a silent frame pregenerated for the sample rate, so use a frame\n // from the content instead\n silentFrame = frames[0].data;\n }\n\n for (i = 0; i < audioFillFrameCount; i++) {\n frames.splice(i, 0, {\n data: silentFrame\n });\n }\n\n track.baseMediaDecodeTime -=\n Math.floor(clock.videoTsToAudioTs(audioFillDuration, track.samplerate));\n};\n\n// If the audio segment extends before the earliest allowed dts\n// value, remove AAC frames until starts at or after the earliest\n// allowed DTS so that we don't end up with a negative baseMedia-\n// DecodeTime for the audio track\nvar trimAdtsFramesByEarliestDts = function(adtsFrames, track, earliestAllowedDts) {\n if (track.minSegmentDts >= earliestAllowedDts) {\n return adtsFrames;\n }\n\n // We will need to recalculate the earliest segment Dts\n track.minSegmentDts = Infinity;\n\n return adtsFrames.filter(function(currentFrame) {\n // If this is an allowed frame, keep it and record it's Dts\n if (currentFrame.dts >= earliestAllowedDts) {\n track.minSegmentDts = Math.min(track.minSegmentDts, currentFrame.dts);\n track.minSegmentPts = track.minSegmentDts;\n return true;\n }\n // Otherwise, discard it\n return false;\n });\n};\n\n// generate the track's raw mdat data from an array of frames\nvar generateSampleTable = function(frames) {\n var\n i,\n currentFrame,\n samples = [];\n\n for (i = 0; i < frames.length; i++) {\n currentFrame = frames[i];\n samples.push({\n size: currentFrame.data.byteLength,\n duration: 1024 // For AAC audio, all samples contain 1024 samples\n });\n }\n return samples;\n};\n\n// generate the track's sample table from an array of frames\nvar concatenateFrameData = function(frames) {\n var\n i,\n currentFrame,\n dataOffset = 0,\n data = new Uint8Array(sumFrameByteLengths(frames));\n\n for (i = 0; i < frames.length; i++) {\n currentFrame = frames[i];\n\n data.set(currentFrame.data, dataOffset);\n dataOffset += currentFrame.data.byteLength;\n }\n return data;\n};\n\nmodule.exports = {\n prefixWithSilence: prefixWithSilence,\n trimAdtsFramesByEarliestDts: trimAdtsFramesByEarliestDts,\n generateSampleTable: generateSampleTable,\n concatenateFrameData: concatenateFrameData\n};\n","/**\n * mux.js\n *\n * Copyright (c) 2015 Brightcove\n * All rights reserved.\n *\n * Reads in-band CEA-708 captions out of FMP4 segments.\n * @see https://en.wikipedia.org/wiki/CEA-708\n */\n'use strict';\n\nvar discardEmulationPreventionBytes = require('../tools/caption-packet-parser').discardEmulationPreventionBytes;\nvar CaptionStream = require('../m2ts/caption-stream').CaptionStream;\nvar probe = require('./probe');\nvar inspect = require('../tools/mp4-inspector');\n\n/**\n * Maps an offset in the mdat to a sample based on the the size of the samples.\n * Assumes that `parseSamples` has been called first.\n *\n * @param {Number} offset - The offset into the mdat\n * @param {Object[]} samples - An array of samples, parsed using `parseSamples`\n * @return {?Object} The matching sample, or null if no match was found.\n *\n * @see ISO-BMFF-12/2015, Section 8.8.8\n **/\nvar mapToSample = function(offset, samples) {\n var approximateOffset = offset;\n\n for (var i = 0; i < samples.length; i++) {\n var sample = samples[i];\n\n if (approximateOffset < sample.size) {\n return sample;\n }\n\n approximateOffset -= sample.size;\n }\n\n return null;\n};\n\n/**\n * Finds SEI nal units contained in a Media Data Box.\n * Assumes that `parseSamples` has been called first.\n *\n * @param {Uint8Array} avcStream - The bytes of the mdat\n * @param {Object[]} samples - The samples parsed out by `parseSamples`\n * @param {Number} trackId - The trackId of this video track\n * @return {Object[]} seiNals - the parsed SEI NALUs found.\n * The contents of the seiNal should match what is expected by\n * CaptionStream.push (nalUnitType, size, data, escapedRBSP, pts, dts)\n *\n * @see ISO-BMFF-12/2015, Section 8.1.1\n * @see Rec. ITU-T H.264, 7.3.2.3.1\n **/\nvar findSeiNals = function(avcStream, samples, trackId) {\n var\n avcView = new DataView(avcStream.buffer, avcStream.byteOffset, avcStream.byteLength),\n result = [],\n seiNal,\n i,\n length,\n lastMatchedSample;\n\n for (i = 0; i + 4 < avcStream.length; i += length) {\n length = avcView.getUint32(i);\n i += 4;\n\n // Bail if this doesn't appear to be an H264 stream\n if (length <= 0) {\n continue;\n }\n\n switch (avcStream[i] & 0x1F) {\n case 0x06:\n var data = avcStream.subarray(i + 1, i + 1 + length);\n var matchingSample = mapToSample(i, samples);\n\n seiNal = {\n nalUnitType: 'sei_rbsp',\n size: length,\n data: data,\n escapedRBSP: discardEmulationPreventionBytes(data),\n trackId: trackId\n };\n\n if (matchingSample) {\n seiNal.pts = matchingSample.pts;\n seiNal.dts = matchingSample.dts;\n lastMatchedSample = matchingSample;\n } else {\n // If a matching sample cannot be found, use the last\n // sample's values as they should be as close as possible\n seiNal.pts = lastMatchedSample.pts;\n seiNal.dts = lastMatchedSample.dts;\n }\n\n result.push(seiNal);\n break;\n default:\n break;\n }\n }\n\n return result;\n};\n\n/**\n * Parses sample information out of Track Run Boxes and calculates\n * the absolute presentation and decode timestamps of each sample.\n *\n * @param {Array<Uint8Array>} truns - The Trun Run boxes to be parsed\n * @param {Number} baseMediaDecodeTime - base media decode time from tfdt\n @see ISO-BMFF-12/2015, Section 8.8.12\n * @param {Object} tfhd - The parsed Track Fragment Header\n * @see inspect.parseTfhd\n * @return {Object[]} the parsed samples\n *\n * @see ISO-BMFF-12/2015, Section 8.8.8\n **/\nvar parseSamples = function(truns, baseMediaDecodeTime, tfhd) {\n var currentDts = baseMediaDecodeTime;\n var defaultSampleDuration = tfhd.defaultSampleDuration || 0;\n var defaultSampleSize = tfhd.defaultSampleSize || 0;\n var trackId = tfhd.trackId;\n var allSamples = [];\n\n truns.forEach(function(trun) {\n // Note: We currently do not parse the sample table as well\n // as the trun. It's possible some sources will require this.\n // moov > trak > mdia > minf > stbl\n var trackRun = inspect.parseTrun(trun);\n var samples = trackRun.samples;\n\n samples.forEach(function(sample) {\n if (sample.duration === undefined) {\n sample.duration = defaultSampleDuration;\n }\n if (sample.size === undefined) {\n sample.size = defaultSampleSize;\n }\n sample.trackId = trackId;\n sample.dts = currentDts;\n if (sample.compositionTimeOffset === undefined) {\n sample.compositionTimeOffset = 0;\n }\n sample.pts = currentDts + sample.compositionTimeOffset;\n\n currentDts += sample.duration;\n });\n\n allSamples = allSamples.concat(samples);\n });\n\n return allSamples;\n};\n\n/**\n * Parses out caption nals from an FMP4 segment's video tracks.\n *\n * @param {Uint8Array} segment - The bytes of a single segment\n * @param {Number} videoTrackId - The trackId of a video track in the segment\n * @return {Object.<Number, Object[]>} A mapping of video trackId to\n * a list of seiNals found in that track\n **/\nvar parseCaptionNals = function(segment, videoTrackId) {\n // To get the samples\n var trafs = probe.findBox(segment, ['moof', 'traf']);\n // To get SEI NAL units\n var mdats = probe.findBox(segment, ['mdat']);\n var captionNals = {};\n var mdatTrafPairs = [];\n\n // Pair up each traf with a mdat as moofs and mdats are in pairs\n mdats.forEach(function(mdat, index) {\n var matchingTraf = trafs[index];\n mdatTrafPairs.push({\n mdat: mdat,\n traf: matchingTraf\n });\n });\n\n mdatTrafPairs.forEach(function(pair) {\n var mdat = pair.mdat;\n var traf = pair.traf;\n var tfhd = probe.findBox(traf, ['tfhd']);\n // Exactly 1 tfhd per traf\n var headerInfo = inspect.parseTfhd(tfhd[0]);\n var trackId = headerInfo.trackId;\n var tfdt = probe.findBox(traf, ['tfdt']);\n // Either 0 or 1 tfdt per traf\n var baseMediaDecodeTime = (tfdt.length > 0) ? inspect.parseTfdt(tfdt[0]).baseMediaDecodeTime : 0;\n var truns = probe.findBox(traf, ['trun']);\n var samples;\n var seiNals;\n\n // Only parse video data for the chosen video track\n if (videoTrackId === trackId && truns.length > 0) {\n samples = parseSamples(truns, baseMediaDecodeTime, headerInfo);\n\n seiNals = findSeiNals(mdat, samples, trackId);\n\n if (!captionNals[trackId]) {\n captionNals[trackId] = [];\n }\n\n captionNals[trackId] = captionNals[trackId].concat(seiNals);\n }\n });\n\n return captionNals;\n};\n\n/**\n * Parses out inband captions from an MP4 container and returns\n * caption objects that can be used by WebVTT and the TextTrack API.\n * @see https://developer.mozilla.org/en-US/docs/Web/API/VTTCue\n * @see https://developer.mozilla.org/en-US/docs/Web/API/TextTrack\n * Assumes that `probe.getVideoTrackIds` and `probe.timescale` have been called first\n *\n * @param {Uint8Array} segment - The fmp4 segment containing embedded captions\n * @param {Number} trackId - The id of the video track to parse\n * @param {Number} timescale - The timescale for the video track from the init segment\n *\n * @return {?Object[]} parsedCaptions - A list of captions or null if no video tracks\n * @return {Number} parsedCaptions[].startTime - The time to show the caption in seconds\n * @return {Number} parsedCaptions[].endTime - The time to stop showing the caption in seconds\n * @return {String} parsedCaptions[].text - The visible content of the caption\n **/\nvar parseEmbeddedCaptions = function(segment, trackId, timescale) {\n var seiNals;\n\n if (!trackId) {\n return null;\n }\n\n seiNals = parseCaptionNals(segment, trackId);\n\n return {\n seiNals: seiNals[trackId],\n timescale: timescale\n };\n};\n\n/**\n * Converts SEI NALUs into captions that can be used by video.js\n **/\nvar CaptionParser = function() {\n var isInitialized = false;\n var captionStream;\n\n // Stores segments seen before trackId and timescale are set\n var segmentCache;\n // Stores video track ID of the track being parsed\n var trackId;\n // Stores the timescale of the track being parsed\n var timescale;\n // Stores captions parsed so far\n var parsedCaptions;\n\n /**\n * A method to indicate whether a CaptionParser has been initalized\n * @returns {Boolean}\n **/\n this.isInitialized = function() {\n return isInitialized;\n };\n\n /**\n * Initializes the underlying CaptionStream, SEI NAL parsing\n * and management, and caption collection\n **/\n this.init = function() {\n captionStream = new CaptionStream();\n isInitialized = true;\n\n // Collect dispatched captions\n captionStream.on('data', function(event) {\n // Convert to seconds in the source's timescale\n event.startTime = event.startPts / timescale;\n event.endTime = event.endPts / timescale;\n\n parsedCaptions.captions.push(event);\n parsedCaptions.captionStreams[event.stream] = true;\n });\n };\n\n /**\n * Determines if a new video track will be selected\n * or if the timescale changed\n * @return {Boolean}\n **/\n this.isNewInit = function(videoTrackIds, timescales) {\n if ((videoTrackIds && videoTrackIds.length === 0) ||\n (timescales && typeof timescales === 'object' &&\n Object.keys(timescales).length === 0)) {\n return false;\n }\n\n return trackId !== videoTrackIds[0] ||\n timescale !== timescales[trackId];\n };\n\n /**\n * Parses out SEI captions and interacts with underlying\n * CaptionStream to return dispatched captions\n *\n * @param {Uint8Array} segment - The fmp4 segment containing embedded captions\n * @param {Number[]} videoTrackIds - A list of video tracks found in the init segment\n * @param {Object.<Number, Number>} timescales - The timescales found in the init segment\n * @see parseEmbeddedCaptions\n * @see m2ts/caption-stream.js\n **/\n this.parse = function(segment, videoTrackIds, timescales) {\n var parsedData;\n\n if (!this.isInitialized()) {\n return null;\n\n // This is not likely to be a video segment\n } else if (!videoTrackIds || !timescales) {\n return null;\n\n } else if (this.isNewInit(videoTrackIds, timescales)) {\n // Use the first video track only as there is no\n // mechanism to switch to other video tracks\n trackId = videoTrackIds[0];\n timescale = timescales[trackId];\n\n // If an init segment has not been seen yet, hold onto segment\n // data until we have one\n } else if (!trackId || !timescale) {\n segmentCache.push(segment);\n return null;\n }\n\n // Now that a timescale and trackId is set, parse cached segments\n while (segmentCache.length > 0) {\n var cachedSegment = segmentCache.shift();\n\n this.parse(cachedSegment, videoTrackIds, timescales);\n }\n\n parsedData = parseEmbeddedCaptions(segment, trackId, timescale);\n\n if (parsedData === null || !parsedData.seiNals) {\n return null;\n }\n\n this.pushNals(parsedData.seiNals);\n // Force the parsed captions to be dispatched\n this.flushStream();\n\n return parsedCaptions;\n };\n\n /**\n * Pushes SEI NALUs onto CaptionStream\n * @param {Object[]} nals - A list of SEI nals parsed using `parseCaptionNals`\n * Assumes that `parseCaptionNals` has been called first\n * @see m2ts/caption-stream.js\n **/\n this.pushNals = function(nals) {\n if (!this.isInitialized() || !nals || nals.length === 0) {\n return null;\n }\n\n nals.forEach(function(nal) {\n captionStream.push(nal);\n });\n };\n\n /**\n * Flushes underlying CaptionStream to dispatch processed, displayable captions\n * @see m2ts/caption-stream.js\n **/\n this.flushStream = function() {\n if (!this.isInitialized()) {\n return null;\n }\n\n captionStream.flush();\n };\n\n /**\n * Reset caption buckets for new data\n **/\n this.clearParsedCaptions = function() {\n parsedCaptions.captions = [];\n parsedCaptions.captionStreams = {};\n };\n\n /**\n * Resets underlying CaptionStream\n * @see m2ts/caption-stream.js\n **/\n this.resetCaptionStream = function() {\n if (!this.isInitialized()) {\n return null;\n }\n\n captionStream.reset();\n };\n\n /**\n * Convenience method to clear all captions flushed from the\n * CaptionStream and still being parsed\n * @see m2ts/caption-stream.js\n **/\n this.clearAllCaptions = function() {\n this.clearParsedCaptions();\n this.resetCaptionStream();\n };\n\n /**\n * Reset caption parser\n **/\n this.reset = function() {\n segmentCache = [];\n trackId = null;\n timescale = null;\n\n if (!parsedCaptions) {\n parsedCaptions = {\n captions: [],\n // CC1, CC2, CC3, CC4\n captionStreams: {}\n };\n } else {\n this.clearParsedCaptions();\n }\n\n this.resetCaptionStream();\n };\n\n this.reset();\n};\n\nmodule.exports = CaptionParser;\n","// Convert an array of nal units into an array of frames with each frame being\n// composed of the nal units that make up that frame\n// Also keep track of cummulative data about the frame from the nal units such\n// as the frame duration, starting pts, etc.\nvar groupNalsIntoFrames = function(nalUnits) {\n var\n i,\n currentNal,\n currentFrame = [],\n frames = [];\n\n currentFrame.byteLength = 0;\n\n for (i = 0; i < nalUnits.length; i++) {\n currentNal = nalUnits[i];\n\n // Split on 'aud'-type nal units\n if (currentNal.nalUnitType === 'access_unit_delimiter_rbsp') {\n // Since the very first nal unit is expected to be an AUD\n // only push to the frames array when currentFrame is not empty\n if (currentFrame.length) {\n currentFrame.duration = currentNal.dts - currentFrame.dts;\n frames.push(currentFrame);\n }\n currentFrame = [currentNal];\n currentFrame.byteLength = currentNal.data.byteLength;\n currentFrame.pts = currentNal.pts;\n currentFrame.dts = currentNal.dts;\n } else {\n // Specifically flag key frames for ease of use later\n if (currentNal.nalUnitType === 'slice_layer_without_partitioning_rbsp_idr') {\n currentFrame.keyFrame = true;\n }\n currentFrame.duration = currentNal.dts - currentFrame.dts;\n currentFrame.byteLength += currentNal.data.byteLength;\n currentFrame.push(currentNal);\n }\n }\n\n // For the last frame, use the duration of the previous frame if we\n // have nothing better to go on\n if (frames.length &&\n (!currentFrame.duration ||\n currentFrame.duration <= 0)) {\n currentFrame.duration = frames[frames.length - 1].duration;\n }\n\n // Push the final frame\n frames.push(currentFrame);\n return frames;\n};\n\n// Convert an array of frames into an array of Gop with each Gop being composed\n// of the frames that make up that Gop\n// Also keep track of cummulative data about the Gop from the frames such as the\n// Gop duration, starting pts, etc.\nvar groupFramesIntoGops = function(frames) {\n var\n i,\n currentFrame,\n currentGop = [],\n gops = [];\n\n // We must pre-set some of the values on the Gop since we\n // keep running totals of these values\n currentGop.byteLength = 0;\n currentGop.nalCount = 0;\n currentGop.duration = 0;\n currentGop.pts = frames[0].pts;\n currentGop.dts = frames[0].dts;\n\n // store some metadata about all the Gops\n gops.byteLength = 0;\n gops.nalCount = 0;\n gops.duration = 0;\n gops.pts = frames[0].pts;\n gops.dts = frames[0].dts;\n\n for (i = 0; i < frames.length; i++) {\n currentFrame = frames[i];\n\n if (currentFrame.keyFrame) {\n // Since the very first frame is expected to be an keyframe\n // only push to the gops array when currentGop is not empty\n if (currentGop.length) {\n gops.push(currentGop);\n gops.byteLength += currentGop.byteLength;\n gops.nalCount += currentGop.nalCount;\n gops.duration += currentGop.duration;\n }\n\n currentGop = [currentFrame];\n currentGop.nalCount = currentFrame.length;\n currentGop.byteLength = currentFrame.byteLength;\n currentGop.pts = currentFrame.pts;\n currentGop.dts = currentFrame.dts;\n currentGop.duration = currentFrame.duration;\n } else {\n currentGop.duration += currentFrame.duration;\n currentGop.nalCount += currentFrame.length;\n currentGop.byteLength += currentFrame.byteLength;\n currentGop.push(currentFrame);\n }\n }\n\n if (gops.length && currentGop.duration <= 0) {\n currentGop.duration = gops[gops.length - 1].duration;\n }\n gops.byteLength += currentGop.byteLength;\n gops.nalCount += currentGop.nalCount;\n gops.duration += currentGop.duration;\n\n // push the final Gop\n gops.push(currentGop);\n return gops;\n};\n\n/*\n * Search for the first keyframe in the GOPs and throw away all frames\n * until that keyframe. Then extend the duration of the pulled keyframe\n * and pull the PTS and DTS of the keyframe so that it covers the time\n * range of the frames that were disposed.\n *\n * @param {Array} gops video GOPs\n * @returns {Array} modified video GOPs\n */\nvar extendFirstKeyFrame = function(gops) {\n var currentGop;\n\n if (!gops[0][0].keyFrame && gops.length > 1) {\n // Remove the first GOP\n currentGop = gops.shift();\n\n gops.byteLength -= currentGop.byteLength;\n gops.nalCount -= currentGop.nalCount;\n\n // Extend the first frame of what is now the\n // first gop to cover the time period of the\n // frames we just removed\n gops[0][0].dts = currentGop.dts;\n gops[0][0].pts = currentGop.pts;\n gops[0][0].duration += currentGop.duration;\n }\n\n return gops;\n};\n\n/**\n * Default sample object\n * see ISO/IEC 14496-12:2012, section 8.6.4.3\n */\nvar createDefaultSample = function() {\n return {\n size: 0,\n flags: {\n isLeading: 0,\n dependsOn: 1,\n isDependedOn: 0,\n hasRedundancy: 0,\n degradationPriority: 0,\n isNonSyncSample: 1\n }\n };\n};\n\n/*\n * Collates information from a video frame into an object for eventual\n * entry into an MP4 sample table.\n *\n * @param {Object} frame the video frame\n * @param {Number} dataOffset the byte offset to position the sample\n * @return {Object} object containing sample table info for a frame\n */\nvar sampleForFrame = function(frame, dataOffset) {\n var sample = createDefaultSample();\n\n sample.dataOffset = dataOffset;\n sample.compositionTimeOffset = frame.pts - frame.dts;\n sample.duration = frame.duration;\n sample.size = 4 * frame.length; // Space for nal unit size\n sample.size += frame.byteLength;\n\n if (frame.keyFrame) {\n sample.flags.dependsOn = 2;\n sample.flags.isNonSyncSample = 0;\n }\n\n return sample;\n};\n\n// generate the track's sample table from an array of gops\nvar generateSampleTable = function(gops, baseDataOffset) {\n var\n h, i,\n sample,\n currentGop,\n currentFrame,\n dataOffset = baseDataOffset || 0,\n samples = [];\n\n for (h = 0; h < gops.length; h++) {\n currentGop = gops[h];\n\n for (i = 0; i < currentGop.length; i++) {\n currentFrame = currentGop[i];\n\n sample = sampleForFrame(currentFrame, dataOffset);\n\n dataOffset += sample.size;\n\n samples.push(sample);\n }\n }\n return samples;\n};\n\n// generate the track's raw mdat data from an array of gops\nvar concatenateNalData = function(gops) {\n var\n h, i, j,\n currentGop,\n currentFrame,\n currentNal,\n dataOffset = 0,\n nalsByteLength = gops.byteLength,\n numberOfNals = gops.nalCount,\n totalByteLength = nalsByteLength + 4 * numberOfNals,\n data = new Uint8Array(totalByteLength),\n view = new DataView(data.buffer);\n\n // For each Gop..\n for (h = 0; h < gops.length; h++) {\n currentGop = gops[h];\n\n // For each Frame..\n for (i = 0; i < currentGop.length; i++) {\n currentFrame = currentGop[i];\n\n // For each NAL..\n for (j = 0; j < currentFrame.length; j++) {\n currentNal = currentFrame[j];\n\n view.setUint32(dataOffset, currentNal.data.byteLength);\n dataOffset += 4;\n data.set(currentNal.data, dataOffset);\n dataOffset += currentNal.data.byteLength;\n }\n }\n }\n return data;\n};\n\nmodule.exports = {\n groupNalsIntoFrames: groupNalsIntoFrames,\n groupFramesIntoGops: groupFramesIntoGops,\n extendFirstKeyFrame: extendFirstKeyFrame,\n generateSampleTable: generateSampleTable,\n concatenateNalData: concatenateNalData\n};\n","module.exports = {\n generator: require('./mp4-generator'),\n probe: require('./probe'),\n Transmuxer: require('./transmuxer').Transmuxer,\n AudioSegmentStream: require('./transmuxer').AudioSegmentStream,\n VideoSegmentStream: require('./transmuxer').VideoSegmentStream,\n CaptionParser: require('./caption-parser')\n};\n","/**\n * mux.js\n *\n * Copyright (c) 2015 Brightcove\n * All rights reserved.\n *\n * Functions that generate fragmented MP4s suitable for use with Media\n * Source Extensions.\n */\n'use strict';\n\nvar UINT32_MAX = Math.pow(2, 32) - 1;\n\nvar box, dinf, esds, ftyp, mdat, mfhd, minf, moof, moov, mvex, mvhd,\n trak, tkhd, mdia, mdhd, hdlr, sdtp, stbl, stsd, traf, trex,\n trun, types, MAJOR_BRAND, MINOR_VERSION, AVC1_BRAND, VIDEO_HDLR,\n AUDIO_HDLR, HDLR_TYPES, VMHD, SMHD, DREF, STCO, STSC, STSZ, STTS;\n\n// pre-calculate constants\n(function() {\n var i;\n types = {\n avc1: [], // codingname\n avcC: [],\n btrt: [],\n dinf: [],\n dref: [],\n esds: [],\n ftyp: [],\n hdlr: [],\n mdat: [],\n mdhd: [],\n mdia: [],\n mfhd: [],\n minf: [],\n moof: [],\n moov: [],\n mp4a: [], // codingname\n mvex: [],\n mvhd: [],\n sdtp: [],\n smhd: [],\n stbl: [],\n stco: [],\n stsc: [],\n stsd: [],\n stsz: [],\n stts: [],\n styp: [],\n tfdt: [],\n tfhd: [],\n traf: [],\n trak: [],\n trun: [],\n trex: [],\n tkhd: [],\n vmhd: []\n };\n\n // In environments where Uint8Array is undefined (e.g., IE8), skip set up so that we\n // don't throw an error\n if (typeof Uint8Array === 'undefined') {\n return;\n }\n\n for (i in types) {\n if (types.hasOwnProperty(i)) {\n types[i] = [\n i.charCodeAt(0),\n i.charCodeAt(1),\n i.charCodeAt(2),\n i.charCodeAt(3)\n ];\n }\n }\n\n MAJOR_BRAND = new Uint8Array([\n 'i'.charCodeAt(0),\n 's'.charCodeAt(0),\n 'o'.charCodeAt(0),\n 'm'.charCodeAt(0)\n ]);\n AVC1_BRAND = new Uint8Array([\n 'a'.charCodeAt(0),\n 'v'.charCodeAt(0),\n 'c'.charCodeAt(0),\n '1'.charCodeAt(0)\n ]);\n MINOR_VERSION = new Uint8Array([0, 0, 0, 1]);\n VIDEO_HDLR = new Uint8Array([\n 0x00, // version 0\n 0x00, 0x00, 0x00, // flags\n 0x00, 0x00, 0x00, 0x00, // pre_defined\n 0x76, 0x69, 0x64, 0x65, // handler_type: 'vide'\n 0x00, 0x00, 0x00, 0x00, // reserved\n 0x00, 0x00, 0x00, 0x00, // reserved\n 0x00, 0x00, 0x00, 0x00, // reserved\n 0x56, 0x69, 0x64, 0x65,\n 0x6f, 0x48, 0x61, 0x6e,\n 0x64, 0x6c, 0x65, 0x72, 0x00 // name: 'VideoHandler'\n ]);\n AUDIO_HDLR = new Uint8Array([\n 0x00, // version 0\n 0x00, 0x00, 0x00, // flags\n 0x00, 0x00, 0x00, 0x00, // pre_defined\n 0x73, 0x6f, 0x75, 0x6e, // handler_type: 'soun'\n 0x00, 0x00, 0x00, 0x00, // reserved\n 0x00, 0x00, 0x00, 0x00, // reserved\n 0x00, 0x00, 0x00, 0x00, // reserved\n 0x53, 0x6f, 0x75, 0x6e,\n 0x64, 0x48, 0x61, 0x6e,\n 0x64, 0x6c, 0x65, 0x72, 0x00 // name: 'SoundHandler'\n ]);\n HDLR_TYPES = {\n video: VIDEO_HDLR,\n audio: AUDIO_HDLR\n };\n DREF = new Uint8Array([\n 0x00, // version 0\n 0x00, 0x00, 0x00, // flags\n 0x00, 0x00, 0x00, 0x01, // entry_count\n 0x00, 0x00, 0x00, 0x0c, // entry_size\n 0x75, 0x72, 0x6c, 0x20, // 'url' type\n 0x00, // version 0\n 0x00, 0x00, 0x01 // entry_flags\n ]);\n SMHD = new Uint8Array([\n 0x00, // version\n 0x00, 0x00, 0x00, // flags\n 0x00, 0x00, // balance, 0 means centered\n 0x00, 0x00 // reserved\n ]);\n STCO = new Uint8Array([\n 0x00, // version\n 0x00, 0x00, 0x00, // flags\n 0x00, 0x00, 0x00, 0x00 // entry_count\n ]);\n STSC = STCO;\n STSZ = new Uint8Array([\n 0x00, // version\n 0x00, 0x00, 0x00, // flags\n 0x00, 0x00, 0x00, 0x00, // sample_size\n 0x00, 0x00, 0x00, 0x00 // sample_count\n ]);\n STTS = STCO;\n VMHD = new Uint8Array([\n 0x00, // version\n 0x00, 0x00, 0x01, // flags\n 0x00, 0x00, // graphicsmode\n 0x00, 0x00,\n 0x00, 0x00,\n 0x00, 0x00 // opcolor\n ]);\n}());\n\nbox = function(type) {\n var\n payload = [],\n size = 0,\n i,\n result,\n view;\n\n for (i = 1; i < arguments.length; i++) {\n payload.push(arguments[i]);\n }\n\n i = payload.length;\n\n // calculate the total size we need to allocate\n while (i--) {\n size += payload[i].byteLength;\n }\n result = new Uint8Array(size + 8);\n view = new DataView(result.buffer, result.byteOffset, result.byteLength);\n view.setUint32(0, result.byteLength);\n result.set(type, 4);\n\n // copy the payload into the result\n for (i = 0, size = 8; i < payload.length; i++) {\n result.set(payload[i], size);\n size += payload[i].byteLength;\n }\n return result;\n};\n\ndinf = function() {\n return box(types.dinf, box(types.dref, DREF));\n};\n\nesds = function(track) {\n return box(types.esds, new Uint8Array([\n 0x00, // version\n 0x00, 0x00, 0x00, // flags\n\n // ES_Descriptor\n 0x03, // tag, ES_DescrTag\n 0x19, // length\n 0x00, 0x00, // ES_ID\n 0x00, // streamDependenceFlag, URL_flag, reserved, streamPriority\n\n // DecoderConfigDescriptor\n 0x04, // tag, DecoderConfigDescrTag\n 0x11, // length\n 0x40, // object type\n 0x15, // streamType\n 0x00, 0x06, 0x00, // bufferSizeDB\n 0x00, 0x00, 0xda, 0xc0, // maxBitrate\n 0x00, 0x00, 0xda, 0xc0, // avgBitrate\n\n // DecoderSpecificInfo\n 0x05, // tag, DecoderSpecificInfoTag\n 0x02, // length\n // ISO/IEC 14496-3, AudioSpecificConfig\n // for samplingFrequencyIndex see ISO/IEC 13818-7:2006, 8.1.3.2.2, Table 35\n (track.audioobjecttype << 3) | (track.samplingfrequencyindex >>> 1),\n (track.samplingfrequencyindex << 7) | (track.channelcount << 3),\n 0x06, 0x01, 0x02 // GASpecificConfig\n ]));\n};\n\nftyp = function() {\n return box(types.ftyp, MAJOR_BRAND, MINOR_VERSION, MAJOR_BRAND, AVC1_BRAND);\n};\n\nhdlr = function(type) {\n return box(types.hdlr, HDLR_TYPES[type]);\n};\nmdat = function(data) {\n return box(types.mdat, data);\n};\nmdhd = function(track) {\n var result = new Uint8Array([\n 0x00, // version 0\n 0x00, 0x00, 0x00, // flags\n 0x00, 0x00, 0x00, 0x02, // creation_time\n 0x00, 0x00, 0x00, 0x03, // modification_time\n 0x00, 0x01, 0x5f, 0x90, // timescale, 90,000 \"ticks\" per second\n\n (track.duration >>> 24) & 0xFF,\n (track.duration >>> 16) & 0xFF,\n (track.duration >>> 8) & 0xFF,\n track.duration & 0xFF, // duration\n 0x55, 0xc4, // 'und' language (undetermined)\n 0x00, 0x00\n ]);\n\n // Use the sample rate from the track metadata, when it is\n // defined. The sample rate can be parsed out of an ADTS header, for\n // instance.\n if (track.samplerate) {\n result[12] = (track.samplerate >>> 24) & 0xFF;\n result[13] = (track.samplerate >>> 16) & 0xFF;\n result[14] = (track.samplerate >>> 8) & 0xFF;\n result[15] = (track.samplerate) & 0xFF;\n }\n\n return box(types.mdhd, result);\n};\nmdia = function(track) {\n return box(types.mdia, mdhd(track), hdlr(track.type), minf(track));\n};\nmfhd = function(sequenceNumber) {\n return box(types.mfhd, new Uint8Array([\n 0x00,\n 0x00, 0x00, 0x00, // flags\n (sequenceNumber & 0xFF000000) >> 24,\n (sequenceNumber & 0xFF0000) >> 16,\n (sequenceNumber & 0xFF00) >> 8,\n sequenceNumber & 0xFF // sequence_number\n ]));\n};\nminf = function(track) {\n return box(types.minf,\n track.type === 'video' ? box(types.vmhd, VMHD) : box(types.smhd, SMHD),\n dinf(),\n stbl(track));\n};\nmoof = function(sequenceNumber, tracks) {\n var\n trackFragments = [],\n i = tracks.length;\n // build traf boxes for each track fragment\n while (i--) {\n trackFragments[i] = traf(tracks[i]);\n }\n return box.apply(null, [\n types.moof,\n mfhd(sequenceNumber)\n ].concat(trackFragments));\n};\n/**\n * Returns a movie box.\n * @param tracks {array} the tracks associated with this movie\n * @see ISO/IEC 14496-12:2012(E), section 8.2.1\n */\nmoov = function(tracks) {\n var\n i = tracks.length,\n boxes = [];\n\n while (i--) {\n boxes[i] = trak(tracks[i]);\n }\n\n return box.apply(null, [types.moov, mvhd(0xffffffff)].concat(boxes).concat(mvex(tracks)));\n};\nmvex = function(tracks) {\n var\n i = tracks.length,\n boxes = [];\n\n while (i--) {\n boxes[i] = trex(tracks[i]);\n }\n return box.apply(null, [types.mvex].concat(boxes));\n};\nmvhd = function(duration) {\n var\n bytes = new Uint8Array([\n 0x00, // version 0\n 0x00, 0x00, 0x00, // flags\n 0x00, 0x00, 0x00, 0x01, // creation_time\n 0x00, 0x00, 0x00, 0x02, // modification_time\n 0x00, 0x01, 0x5f, 0x90, // timescale, 90,000 \"ticks\" per second\n (duration & 0xFF000000) >> 24,\n (duration & 0xFF0000) >> 16,\n (duration & 0xFF00) >> 8,\n duration & 0xFF, // duration\n 0x00, 0x01, 0x00, 0x00, // 1.0 rate\n 0x01, 0x00, // 1.0 volume\n 0x00, 0x00, // reserved\n 0x00, 0x00, 0x00, 0x00, // reserved\n 0x00, 0x00, 0x00, 0x00, // reserved\n 0x00, 0x01, 0x00, 0x00,\n 0x00, 0x00, 0x00, 0x00,\n 0x00, 0x00, 0x00, 0x00,\n 0x00, 0x00, 0x00, 0x00,\n 0x00, 0x01, 0x00, 0x00,\n 0x00, 0x00, 0x00, 0x00,\n 0x00, 0x00, 0x00, 0x00,\n 0x00, 0x00, 0x00, 0x00,\n 0x40, 0x00, 0x00, 0x00, // transformation: unity matrix\n 0x00, 0x00, 0x00, 0x00,\n 0x00, 0x00, 0x00, 0x00,\n 0x00, 0x00, 0x00, 0x00,\n 0x00, 0x00, 0x00, 0x00,\n 0x00, 0x00, 0x00, 0x00,\n 0x00, 0x00, 0x00, 0x00, // pre_defined\n 0xff, 0xff, 0xff, 0xff // next_track_ID\n ]);\n return box(types.mvhd, bytes);\n};\n\nsdtp = function(track) {\n var\n samples = track.samples || [],\n bytes = new Uint8Array(4 + samples.length),\n flags,\n i;\n\n // leave the full box header (4 bytes) all zero\n\n // write the sample table\n for (i = 0; i < samples.length; i++) {\n flags = samples[i].flags;\n\n bytes[i + 4] = (flags.dependsOn << 4) |\n (flags.isDependedOn << 2) |\n (flags.hasRedundancy);\n }\n\n return box(types.sdtp,\n bytes);\n};\n\nstbl = function(track) {\n return box(types.stbl,\n stsd(track),\n box(types.stts, STTS),\n box(types.stsc, STSC),\n box(types.stsz, STSZ),\n box(types.stco, STCO));\n};\n\n(function() {\n var videoSample, audioSample;\n\n stsd = function(track) {\n\n return box(types.stsd, new Uint8Array([\n 0x00, // version 0\n 0x00, 0x00, 0x00, // flags\n 0x00, 0x00, 0x00, 0x01\n ]), track.type === 'video' ? videoSample(track) : audioSample(track));\n };\n\n videoSample = function(track) {\n var\n sps = track.sps || [],\n pps = track.pps || [],\n sequenceParameterSets = [],\n pictureParameterSets = [],\n i;\n\n // assemble the SPSs\n for (i = 0; i < sps.length; i++) {\n sequenceParameterSets.push((sps[i].byteLength & 0xFF00) >>> 8);\n sequenceParameterSets.push((sps[i].byteLength & 0xFF)); // sequenceParameterSetLength\n sequenceParameterSets = sequenceParameterSets.concat(Array.prototype.slice.call(sps[i])); // SPS\n }\n\n // assemble the PPSs\n for (i = 0; i < pps.length; i++) {\n pictureParameterSets.push((pps[i].byteLength & 0xFF00) >>> 8);\n pictureParameterSets.push((pps[i].byteLength & 0xFF));\n pictureParameterSets = pictureParameterSets.concat(Array.prototype.slice.call(pps[i]));\n }\n\n return box(types.avc1, new Uint8Array([\n 0x00, 0x00, 0x00,\n 0x00, 0x00, 0x00, // reserved\n 0x00, 0x01, // data_reference_index\n 0x00, 0x00, // pre_defined\n 0x00, 0x00, // reserved\n 0x00, 0x00, 0x00, 0x00,\n 0x00, 0x00, 0x00, 0x00,\n 0x00, 0x00, 0x00, 0x00, // pre_defined\n (track.width & 0xff00) >> 8,\n track.width & 0xff, // width\n (track.height & 0xff00) >> 8,\n track.height & 0xff, // height\n 0x00, 0x48, 0x00, 0x00, // horizresolution\n 0x00, 0x48, 0x00, 0x00, // vertresolution\n 0x00, 0x00, 0x00, 0x00, // reserved\n 0x00, 0x01, // frame_count\n 0x13,\n 0x76, 0x69, 0x64, 0x65,\n 0x6f, 0x6a, 0x73, 0x2d,\n 0x63, 0x6f, 0x6e, 0x74,\n 0x72, 0x69, 0x62, 0x2d,\n 0x68, 0x6c, 0x73, 0x00,\n 0x00, 0x00, 0x00, 0x00,\n 0x00, 0x00, 0x00, 0x00,\n 0x00, 0x00, 0x00, // compressorname\n 0x00, 0x18, // depth = 24\n 0x11, 0x11 // pre_defined = -1\n ]), box(types.avcC, new Uint8Array([\n 0x01, // configurationVersion\n track.profileIdc, // AVCProfileIndication\n track.profileCompatibility, // profile_compatibility\n track.levelIdc, // AVCLevelIndication\n 0xff // lengthSizeMinusOne, hard-coded to 4 bytes\n ].concat([\n sps.length // numOfSequenceParameterSets\n ]).concat(sequenceParameterSets).concat([\n pps.length // numOfPictureParameterSets\n ]).concat(pictureParameterSets))), // \"PPS\"\n box(types.btrt, new Uint8Array([\n 0x00, 0x1c, 0x9c, 0x80, // bufferSizeDB\n 0x00, 0x2d, 0xc6, 0xc0, // maxBitrate\n 0x00, 0x2d, 0xc6, 0xc0\n ])) // avgBitrate\n );\n };\n\n audioSample = function(track) {\n return box(types.mp4a, new Uint8Array([\n\n // SampleEntry, ISO/IEC 14496-12\n 0x00, 0x00, 0x00,\n 0x00, 0x00, 0x00, // reserved\n 0x00, 0x01, // data_reference_index\n\n // AudioSampleEntry, ISO/IEC 14496-12\n 0x00, 0x00, 0x00, 0x00, // reserved\n 0x00, 0x00, 0x00, 0x00, // reserved\n (track.channelcount & 0xff00) >> 8,\n (track.channelcount & 0xff), // channelcount\n\n (track.samplesize & 0xff00) >> 8,\n (track.samplesize & 0xff), // samplesize\n 0x00, 0x00, // pre_defined\n 0x00, 0x00, // reserved\n\n (track.samplerate & 0xff00) >> 8,\n (track.samplerate & 0xff),\n 0x00, 0x00 // samplerate, 16.16\n\n // MP4AudioSampleEntry, ISO/IEC 14496-14\n ]), esds(track));\n };\n}());\n\ntkhd = function(track) {\n var result = new Uint8Array([\n 0x00, // version 0\n 0x00, 0x00, 0x07, // flags\n 0x00, 0x00, 0x00, 0x00, // creation_time\n 0x00, 0x00, 0x00, 0x00, // modification_time\n (track.id & 0xFF000000) >> 24,\n (track.id & 0xFF0000) >> 16,\n (track.id & 0xFF00) >> 8,\n track.id & 0xFF, // track_ID\n 0x00, 0x00, 0x00, 0x00, // reserved\n (track.duration & 0xFF000000) >> 24,\n (track.duration & 0xFF0000) >> 16,\n (track.duration & 0xFF00) >> 8,\n track.duration & 0xFF, // duration\n 0x00, 0x00, 0x00, 0x00,\n 0x00, 0x00, 0x00, 0x00, // reserved\n 0x00, 0x00, // layer\n 0x00, 0x00, // alternate_group\n 0x01, 0x00, // non-audio track volume\n 0x00, 0x00, // reserved\n 0x00, 0x01, 0x00, 0x00,\n 0x00, 0x00, 0x00, 0x00,\n 0x00, 0x00, 0x00, 0x00,\n 0x00, 0x00, 0x00, 0x00,\n 0x00, 0x01, 0x00, 0x00,\n 0x00, 0x00, 0x00, 0x00,\n 0x00, 0x00, 0x00, 0x00,\n 0x00, 0x00, 0x00, 0x00,\n 0x40, 0x00, 0x00, 0x00, // transformation: unity matrix\n (track.width & 0xFF00) >> 8,\n track.width & 0xFF,\n 0x00, 0x00, // width\n (track.height & 0xFF00) >> 8,\n track.height & 0xFF,\n 0x00, 0x00 // height\n ]);\n\n return box(types.tkhd, result);\n};\n\n/**\n * Generate a track fragment (traf) box. A traf box collects metadata\n * about tracks in a movie fragment (moof) box.\n */\ntraf = function(track) {\n var trackFragmentHeader, trackFragmentDecodeTime, trackFragmentRun,\n sampleDependencyTable, dataOffset,\n upperWordBaseMediaDecodeTime, lowerWordBaseMediaDecodeTime;\n\n trackFragmentHeader = box(types.tfhd, new Uint8Array([\n 0x00, // version 0\n 0x00, 0x00, 0x3a, // flags\n (track.id & 0xFF000000) >> 24,\n (track.id & 0xFF0000) >> 16,\n (track.id & 0xFF00) >> 8,\n (track.id & 0xFF), // track_ID\n 0x00, 0x00, 0x00, 0x01, // sample_description_index\n 0x00, 0x00, 0x00, 0x00, // default_sample_duration\n 0x00, 0x00, 0x00, 0x00, // default_sample_size\n 0x00, 0x00, 0x00, 0x00 // default_sample_flags\n ]));\n\n upperWordBaseMediaDecodeTime = Math.floor(track.baseMediaDecodeTime / (UINT32_MAX + 1));\n lowerWordBaseMediaDecodeTime = Math.floor(track.baseMediaDecodeTime % (UINT32_MAX + 1));\n\n trackFragmentDecodeTime = box(types.tfdt, new Uint8Array([\n 0x01, // version 1\n 0x00, 0x00, 0x00, // flags\n // baseMediaDecodeTime\n (upperWordBaseMediaDecodeTime >>> 24) & 0xFF,\n (upperWordBaseMediaDecodeTime >>> 16) & 0xFF,\n (upperWordBaseMediaDecodeTime >>> 8) & 0xFF,\n upperWordBaseMediaDecodeTime & 0xFF,\n (lowerWordBaseMediaDecodeTime >>> 24) & 0xFF,\n (lowerWordBaseMediaDecodeTime >>> 16) & 0xFF,\n (lowerWordBaseMediaDecodeTime >>> 8) & 0xFF,\n lowerWordBaseMediaDecodeTime & 0xFF\n ]));\n\n // the data offset specifies the number of bytes from the start of\n // the containing moof to the first payload byte of the associated\n // mdat\n dataOffset = (32 + // tfhd\n 20 + // tfdt\n 8 + // traf header\n 16 + // mfhd\n 8 + // moof header\n 8); // mdat header\n\n // audio tracks require less metadata\n if (track.type === 'audio') {\n trackFragmentRun = trun(track, dataOffset);\n return box(types.traf,\n trackFragmentHeader,\n trackFragmentDecodeTime,\n trackFragmentRun);\n }\n\n // video tracks should contain an independent and disposable samples\n // box (sdtp)\n // generate one and adjust offsets to match\n sampleDependencyTable = sdtp(track);\n trackFragmentRun = trun(track,\n sampleDependencyTable.length + dataOffset);\n return box(types.traf,\n trackFragmentHeader,\n trackFragmentDecodeTime,\n trackFragmentRun,\n sampleDependencyTable);\n};\n\n/**\n * Generate a track box.\n * @param track {object} a track definition\n * @return {Uint8Array} the track box\n */\ntrak = function(track) {\n track.duration = track.duration || 0xffffffff;\n return box(types.trak,\n tkhd(track),\n mdia(track));\n};\n\ntrex = function(track) {\n var result = new Uint8Array([\n 0x00, // version 0\n 0x00, 0x00, 0x00, // flags\n (track.id & 0xFF000000) >> 24,\n (track.id & 0xFF0000) >> 16,\n (track.id & 0xFF00) >> 8,\n (track.id & 0xFF), // track_ID\n 0x00, 0x00, 0x00, 0x01, // default_sample_description_index\n 0x00, 0x00, 0x00, 0x00, // default_sample_duration\n 0x00, 0x00, 0x00, 0x00, // default_sample_size\n 0x00, 0x01, 0x00, 0x01 // default_sample_flags\n ]);\n // the last two bytes of default_sample_flags is the sample\n // degradation priority, a hint about the importance of this sample\n // relative to others. Lower the degradation priority for all sample\n // types other than video.\n if (track.type !== 'video') {\n result[result.length - 1] = 0x00;\n }\n\n return box(types.trex, result);\n};\n\n(function() {\n var audioTrun, videoTrun, trunHeader;\n\n // This method assumes all samples are uniform. That is, if a\n // duration is present for the first sample, it will be present for\n // all subsequent samples.\n // see ISO/IEC 14496-12:2012, Section 8.8.8.1\n trunHeader = function(samples, offset) {\n var durationPresent = 0, sizePresent = 0,\n flagsPresent = 0, compositionTimeOffset = 0;\n\n // trun flag constants\n if (samples.length) {\n if (samples[0].duration !== undefined) {\n durationPresent = 0x1;\n }\n if (samples[0].size !== undefined) {\n sizePresent = 0x2;\n }\n if (samples[0].flags !== undefined) {\n flagsPresent = 0x4;\n }\n if (samples[0].compositionTimeOffset !== undefined) {\n compositionTimeOffset = 0x8;\n }\n }\n\n return [\n 0x00, // version 0\n 0x00,\n durationPresent | sizePresent | flagsPresent | compositionTimeOffset,\n 0x01, // flags\n (samples.length & 0xFF000000) >>> 24,\n (samples.length & 0xFF0000) >>> 16,\n (samples.length & 0xFF00) >>> 8,\n samples.length & 0xFF, // sample_count\n (offset & 0xFF000000) >>> 24,\n (offset & 0xFF0000) >>> 16,\n (offset & 0xFF00) >>> 8,\n offset & 0xFF // data_offset\n ];\n };\n\n videoTrun = function(track, offset) {\n var bytes, samples, sample, i;\n\n samples = track.samples || [];\n offset += 8 + 12 + (16 * samples.length);\n\n bytes = trunHeader(samples, offset);\n\n for (i = 0; i < samples.length; i++) {\n sample = samples[i];\n bytes = bytes.concat([\n (sample.duration & 0xFF000000) >>> 24,\n (sample.duration & 0xFF0000) >>> 16,\n (sample.duration & 0xFF00) >>> 8,\n sample.duration & 0xFF, // sample_duration\n (sample.size & 0xFF000000) >>> 24,\n (sample.size & 0xFF0000) >>> 16,\n (sample.size & 0xFF00) >>> 8,\n sample.size & 0xFF, // sample_size\n (sample.flags.isLeading << 2) | sample.flags.dependsOn,\n (sample.flags.isDependedOn << 6) |\n (sample.flags.hasRedundancy << 4) |\n (sample.flags.paddingValue << 1) |\n sample.flags.isNonSyncSample,\n sample.flags.degradationPriority & 0xF0 << 8,\n sample.flags.degradationPriority & 0x0F, // sample_flags\n (sample.compositionTimeOffset & 0xFF000000) >>> 24,\n (sample.compositionTimeOffset & 0xFF0000) >>> 16,\n (sample.compositionTimeOffset & 0xFF00) >>> 8,\n sample.compositionTimeOffset & 0xFF // sample_composition_time_offset\n ]);\n }\n return box(types.trun, new Uint8Array(bytes));\n };\n\n audioTrun = function(track, offset) {\n var bytes, samples, sample, i;\n\n samples = track.samples || [];\n offset += 8 + 12 + (8 * samples.length);\n\n bytes = trunHeader(samples, offset);\n\n for (i = 0; i < samples.length; i++) {\n sample = samples[i];\n bytes = bytes.concat([\n (sample.duration & 0xFF000000) >>> 24,\n (sample.duration & 0xFF0000) >>> 16,\n (sample.duration & 0xFF00) >>> 8,\n sample.duration & 0xFF, // sample_duration\n (sample.size & 0xFF000000) >>> 24,\n (sample.size & 0xFF0000) >>> 16,\n (sample.size & 0xFF00) >>> 8,\n sample.size & 0xFF]); // sample_size\n }\n\n return box(types.trun, new Uint8Array(bytes));\n };\n\n trun = function(track, offset) {\n if (track.type === 'audio') {\n return audioTrun(track, offset);\n }\n\n return videoTrun(track, offset);\n };\n}());\n\nmodule.exports = {\n ftyp: ftyp,\n mdat: mdat,\n moof: moof,\n moov: moov,\n initSegment: function(tracks) {\n var\n fileType = ftyp(),\n movie = moov(tracks),\n result;\n\n result = new Uint8Array(fileType.byteLength + movie.byteLength);\n result.set(fileType);\n result.set(movie, fileType.byteLength);\n return result;\n }\n};\n","/**\n * mux.js\n *\n * Copyright (c) 2015 Brightcove\n * All rights reserved.\n *\n * Utilities to detect basic properties and metadata about MP4s.\n */\n'use strict';\n\nvar toUnsigned = require('../utils/bin').toUnsigned;\nvar findBox, parseType, timescale, startTime, getVideoTrackIds;\n\n// Find the data for a box specified by its path\nfindBox = function(data, path) {\n var results = [],\n i, size, type, end, subresults;\n\n if (!path.length) {\n // short-circuit the search for empty paths\n return null;\n }\n\n for (i = 0; i < data.byteLength;) {\n size = toUnsigned(data[i] << 24 |\n data[i + 1] << 16 |\n data[i + 2] << 8 |\n data[i + 3]);\n\n type = parseType(data.subarray(i + 4, i + 8));\n\n end = size > 1 ? i + size : data.byteLength;\n\n if (type === path[0]) {\n if (path.length === 1) {\n // this is the end of the path and we've found the box we were\n // looking for\n results.push(data.subarray(i + 8, end));\n } else {\n // recursively search for the next box along the path\n subresults = findBox(data.subarray(i + 8, end), path.slice(1));\n if (subresults.length) {\n results = results.concat(subresults);\n }\n }\n }\n i = end;\n }\n\n // we've finished searching all of data\n return results;\n};\n\n/**\n * Returns the string representation of an ASCII encoded four byte buffer.\n * @param buffer {Uint8Array} a four-byte buffer to translate\n * @return {string} the corresponding string\n */\nparseType = function(buffer) {\n var result = '';\n result += String.fromCharCode(buffer[0]);\n result += String.fromCharCode(buffer[1]);\n result += String.fromCharCode(buffer[2]);\n result += String.fromCharCode(buffer[3]);\n return result;\n};\n\n/**\n * Parses an MP4 initialization segment and extracts the timescale\n * values for any declared tracks. Timescale values indicate the\n * number of clock ticks per second to assume for time-based values\n * elsewhere in the MP4.\n *\n * To determine the start time of an MP4, you need two pieces of\n * information: the timescale unit and the earliest base media decode\n * time. Multiple timescales can be specified within an MP4 but the\n * base media decode time is always expressed in the timescale from\n * the media header box for the track:\n * ```\n * moov > trak > mdia > mdhd.timescale\n * ```\n * @param init {Uint8Array} the bytes of the init segment\n * @return {object} a hash of track ids to timescale values or null if\n * the init segment is malformed.\n */\ntimescale = function(init) {\n var\n result = {},\n traks = findBox(init, ['moov', 'trak']);\n\n // mdhd timescale\n return traks.reduce(function(result, trak) {\n var tkhd, version, index, id, mdhd;\n\n tkhd = findBox(trak, ['tkhd'])[0];\n if (!tkhd) {\n return null;\n }\n version = tkhd[0];\n index = version === 0 ? 12 : 20;\n id = toUnsigned(tkhd[index] << 24 |\n tkhd[index + 1] << 16 |\n tkhd[index + 2] << 8 |\n tkhd[index + 3]);\n\n mdhd = findBox(trak, ['mdia', 'mdhd'])[0];\n if (!mdhd) {\n return null;\n }\n version = mdhd[0];\n index = version === 0 ? 12 : 20;\n result[id] = toUnsigned(mdhd[index] << 24 |\n mdhd[index + 1] << 16 |\n mdhd[index + 2] << 8 |\n mdhd[index + 3]);\n return result;\n }, result);\n};\n\n/**\n * Determine the base media decode start time, in seconds, for an MP4\n * fragment. If multiple fragments are specified, the earliest time is\n * returned.\n *\n * The base media decode time can be parsed from track fragment\n * metadata:\n * ```\n * moof > traf > tfdt.baseMediaDecodeTime\n * ```\n * It requires the timescale value from the mdhd to interpret.\n *\n * @param timescale {object} a hash of track ids to timescale values.\n * @return {number} the earliest base media decode start time for the\n * fragment, in seconds\n */\nstartTime = function(timescale, fragment) {\n var trafs, baseTimes, result;\n\n // we need info from two childrend of each track fragment box\n trafs = findBox(fragment, ['moof', 'traf']);\n\n // determine the start times for each track\n baseTimes = [].concat.apply([], trafs.map(function(traf) {\n return findBox(traf, ['tfhd']).map(function(tfhd) {\n var id, scale, baseTime;\n\n // get the track id from the tfhd\n id = toUnsigned(tfhd[4] << 24 |\n tfhd[5] << 16 |\n tfhd[6] << 8 |\n tfhd[7]);\n // assume a 90kHz clock if no timescale was specified\n scale = timescale[id] || 90e3;\n\n // get the base media decode time from the tfdt\n baseTime = findBox(traf, ['tfdt']).map(function(tfdt) {\n var version, result;\n\n version = tfdt[0];\n result = toUnsigned(tfdt[4] << 24 |\n tfdt[5] << 16 |\n tfdt[6] << 8 |\n tfdt[7]);\n if (version === 1) {\n result *= Math.pow(2, 32);\n result += toUnsigned(tfdt[8] << 24 |\n tfdt[9] << 16 |\n tfdt[10] << 8 |\n tfdt[11]);\n }\n return result;\n })[0];\n baseTime = baseTime || Infinity;\n\n // convert base time to seconds\n return baseTime / scale;\n });\n }));\n\n // return the minimum\n result = Math.min.apply(null, baseTimes);\n return isFinite(result) ? result : 0;\n};\n\n/**\n * Find the trackIds of the video tracks in this source.\n * Found by parsing the Handler Reference and Track Header Boxes:\n * moov > trak > mdia > hdlr\n * moov > trak > tkhd\n *\n * @param {Uint8Array} init - The bytes of the init segment for this source\n * @return {Number[]} A list of trackIds\n *\n * @see ISO-BMFF-12/2015, Section 8.4.3\n **/\ngetVideoTrackIds = function(init) {\n var traks = findBox(init, ['moov', 'trak']);\n var videoTrackIds = [];\n\n traks.forEach(function(trak) {\n var hdlrs = findBox(trak, ['mdia', 'hdlr']);\n var tkhds = findBox(trak, ['tkhd']);\n\n hdlrs.forEach(function(hdlr, index) {\n var handlerType = parseType(hdlr.subarray(8, 12));\n var tkhd = tkhds[index];\n var view;\n var version;\n var trackId;\n\n if (handlerType === 'vide') {\n view = new DataView(tkhd.buffer, tkhd.byteOffset, tkhd.byteLength);\n version = view.getUint8(0);\n trackId = (version === 0) ? view.getUint32(12) : view.getUint32(20);\n\n videoTrackIds.push(trackId);\n }\n });\n });\n\n return videoTrackIds;\n};\n\nmodule.exports = {\n findBox: findBox,\n parseType: parseType,\n timescale: timescale,\n startTime: startTime,\n videoTrackIds: getVideoTrackIds\n};\n","var ONE_SECOND_IN_TS = 90000; // 90kHz clock\n\n/**\n * Store information about the start and end of the track and the\n * duration for each frame/sample we process in order to calculate\n * the baseMediaDecodeTime\n */\nvar collectDtsInfo = function(track, data) {\n if (typeof data.pts === 'number') {\n if (track.timelineStartInfo.pts === undefined) {\n track.timelineStartInfo.pts = data.pts;\n }\n\n if (track.minSegmentPts === undefined) {\n track.minSegmentPts = data.pts;\n } else {\n track.minSegmentPts = Math.min(track.minSegmentPts, data.pts);\n }\n\n if (track.maxSegmentPts === undefined) {\n track.maxSegmentPts = data.pts;\n } else {\n track.maxSegmentPts = Math.max(track.maxSegmentPts, data.pts);\n }\n }\n\n if (typeof data.dts === 'number') {\n if (track.timelineStartInfo.dts === undefined) {\n track.timelineStartInfo.dts = data.dts;\n }\n\n if (track.minSegmentDts === undefined) {\n track.minSegmentDts = data.dts;\n } else {\n track.minSegmentDts = Math.min(track.minSegmentDts, data.dts);\n }\n\n if (track.maxSegmentDts === undefined) {\n track.maxSegmentDts = data.dts;\n } else {\n track.maxSegmentDts = Math.max(track.maxSegmentDts, data.dts);\n }\n }\n};\n\n/**\n * Clear values used to calculate the baseMediaDecodeTime between\n * tracks\n */\nvar clearDtsInfo = function(track) {\n delete track.minSegmentDts;\n delete track.maxSegmentDts;\n delete track.minSegmentPts;\n delete track.maxSegmentPts;\n};\n\n/**\n * Calculate the track's baseMediaDecodeTime based on the earliest\n * DTS the transmuxer has ever seen and the minimum DTS for the\n * current track\n * @param track {object} track metadata configuration\n * @param keepOriginalTimestamps {boolean} If true, keep the timestamps\n * in the source; false to adjust the first segment to start at 0.\n */\nvar calculateTrackBaseMediaDecodeTime = function(track, keepOriginalTimestamps) {\n var\n baseMediaDecodeTime,\n scale,\n minSegmentDts = track.minSegmentDts;\n\n // Optionally adjust the time so the first segment starts at zero.\n if (!keepOriginalTimestamps) {\n minSegmentDts -= track.timelineStartInfo.dts;\n }\n\n // track.timelineStartInfo.baseMediaDecodeTime is the location, in time, where\n // we want the start of the first segment to be placed\n baseMediaDecodeTime = track.timelineStartInfo.baseMediaDecodeTime;\n\n // Add to that the distance this segment is from the very first\n baseMediaDecodeTime += minSegmentDts;\n\n // baseMediaDecodeTime must not become negative\n baseMediaDecodeTime = Math.max(0, baseMediaDecodeTime);\n\n if (track.type === 'audio') {\n // Audio has a different clock equal to the sampling_rate so we need to\n // scale the PTS values into the clock rate of the track\n scale = track.samplerate / ONE_SECOND_IN_TS;\n baseMediaDecodeTime *= scale;\n baseMediaDecodeTime = Math.floor(baseMediaDecodeTime);\n }\n\n return baseMediaDecodeTime;\n};\n\nmodule.exports = {\n clearDtsInfo: clearDtsInfo,\n calculateTrackBaseMediaDecodeTime: calculateTrackBaseMediaDecodeTime,\n collectDtsInfo: collectDtsInfo\n};\n","/**\n * mux.js\n *\n * Copyright (c) 2015 Brightcove\n * All rights reserved.\n *\n * A stream-based mp2t to mp4 converter. This utility can be used to\n * deliver mp4s to a SourceBuffer on platforms that support native\n * Media Source Extensions.\n */\n'use strict';\n\nvar Stream = require('../utils/stream.js');\nvar mp4 = require('./mp4-generator.js');\nvar frameUtils = require('./frame-utils');\nvar audioFrameUtils = require('./audio-frame-utils');\nvar trackDecodeInfo = require('./track-decode-info');\nvar m2ts = require('../m2ts/m2ts.js');\nvar AdtsStream = require('../codecs/adts.js');\nvar H264Stream = require('../codecs/h264').H264Stream;\nvar AacStream = require('../aac');\nvar isLikelyAacData = require('../aac/utils').isLikelyAacData;\n\n// constants\nvar AUDIO_PROPERTIES = [\n 'audioobjecttype',\n 'channelcount',\n 'samplerate',\n 'samplingfrequencyindex',\n 'samplesize'\n];\n\nvar VIDEO_PROPERTIES = [\n 'width',\n 'height',\n 'profileIdc',\n 'levelIdc',\n 'profileCompatibility'\n];\n\n// object types\nvar VideoSegmentStream, AudioSegmentStream, Transmuxer, CoalesceStream;\n\n/**\n * Compare two arrays (even typed) for same-ness\n */\nvar arrayEquals = function(a, b) {\n var\n i;\n\n if (a.length !== b.length) {\n return false;\n }\n\n // compare the value of each element in the array\n for (i = 0; i < a.length; i++) {\n if (a[i] !== b[i]) {\n return false;\n }\n }\n\n return true;\n};\n\n/**\n * Constructs a single-track, ISO BMFF media segment from AAC data\n * events. The output of this stream can be fed to a SourceBuffer\n * configured with a suitable initialization segment.\n * @param track {object} track metadata configuration\n * @param options {object} transmuxer options object\n * @param options.keepOriginalTimestamps {boolean} If true, keep the timestamps\n * in the source; false to adjust the first segment to start at 0.\n */\nAudioSegmentStream = function(track, options) {\n var\n adtsFrames = [],\n sequenceNumber = 0,\n earliestAllowedDts = 0,\n audioAppendStartTs = 0,\n videoBaseMediaDecodeTime = Infinity;\n\n options = options || {};\n\n AudioSegmentStream.prototype.init.call(this);\n\n this.push = function(data) {\n trackDecodeInfo.collectDtsInfo(track, data);\n\n if (track) {\n AUDIO_PROPERTIES.forEach(function(prop) {\n track[prop] = data[prop];\n });\n }\n\n // buffer audio data until end() is called\n adtsFrames.push(data);\n };\n\n this.setEarliestDts = function(earliestDts) {\n earliestAllowedDts = earliestDts - track.timelineStartInfo.baseMediaDecodeTime;\n };\n\n this.setVideoBaseMediaDecodeTime = function(baseMediaDecodeTime) {\n videoBaseMediaDecodeTime = baseMediaDecodeTime;\n };\n\n this.setAudioAppendStart = function(timestamp) {\n audioAppendStartTs = timestamp;\n };\n\n this.flush = function() {\n var\n frames,\n moof,\n mdat,\n boxes;\n\n // return early if no audio data has been observed\n if (adtsFrames.length === 0) {\n this.trigger('done', 'AudioSegmentStream');\n return;\n }\n\n frames = audioFrameUtils.trimAdtsFramesByEarliestDts(\n adtsFrames, track, earliestAllowedDts);\n track.baseMediaDecodeTime = trackDecodeInfo.calculateTrackBaseMediaDecodeTime(\n track, options.keepOriginalTimestamps);\n\n audioFrameUtils.prefixWithSilence(\n track, frames, audioAppendStartTs, videoBaseMediaDecodeTime);\n\n // we have to build the index from byte locations to\n // samples (that is, adts frames) in the audio data\n track.samples = audioFrameUtils.generateSampleTable(frames);\n\n // concatenate the audio data to constuct the mdat\n mdat = mp4.mdat(audioFrameUtils.concatenateFrameData(frames));\n\n adtsFrames = [];\n\n moof = mp4.moof(sequenceNumber, [track]);\n boxes = new Uint8Array(moof.byteLength + mdat.byteLength);\n\n // bump the sequence number for next time\n sequenceNumber++;\n\n boxes.set(moof);\n boxes.set(mdat, moof.byteLength);\n\n trackDecodeInfo.clearDtsInfo(track);\n\n this.trigger('data', {track: track, boxes: boxes});\n this.trigger('done', 'AudioSegmentStream');\n };\n};\n\nAudioSegmentStream.prototype = new Stream();\n\n/**\n * Constructs a single-track, ISO BMFF media segment from H264 data\n * events. The output of this stream can be fed to a SourceBuffer\n * configured with a suitable initialization segment.\n * @param track {object} track metadata configuration\n * @param options {object} transmuxer options object\n * @param options.alignGopsAtEnd {boolean} If true, start from the end of the\n * gopsToAlignWith list when attempting to align gop pts\n * @param options.keepOriginalTimestamps {boolean} If true, keep the timestamps\n * in the source; false to adjust the first segment to start at 0.\n */\nVideoSegmentStream = function(track, options) {\n var\n sequenceNumber = 0,\n nalUnits = [],\n gopsToAlignWith = [],\n config,\n pps;\n\n options = options || {};\n\n VideoSegmentStream.prototype.init.call(this);\n\n delete track.minPTS;\n\n this.gopCache_ = [];\n\n /**\n * Constructs a ISO BMFF segment given H264 nalUnits\n * @param {Object} nalUnit A data event representing a nalUnit\n * @param {String} nalUnit.nalUnitType\n * @param {Object} nalUnit.config Properties for a mp4 track\n * @param {Uint8Array} nalUnit.data The nalUnit bytes\n * @see lib/codecs/h264.js\n **/\n this.push = function(nalUnit) {\n trackDecodeInfo.collectDtsInfo(track, nalUnit);\n\n // record the track config\n if (nalUnit.nalUnitType === 'seq_parameter_set_rbsp' && !config) {\n config = nalUnit.config;\n track.sps = [nalUnit.data];\n\n VIDEO_PROPERTIES.forEach(function(prop) {\n track[prop] = config[prop];\n }, this);\n }\n\n if (nalUnit.nalUnitType === 'pic_parameter_set_rbsp' &&\n !pps) {\n pps = nalUnit.data;\n track.pps = [nalUnit.data];\n }\n\n // buffer video until flush() is called\n nalUnits.push(nalUnit);\n };\n\n /**\n * Pass constructed ISO BMFF track and boxes on to the\n * next stream in the pipeline\n **/\n this.flush = function() {\n var\n frames,\n gopForFusion,\n gops,\n moof,\n mdat,\n boxes;\n\n // Throw away nalUnits at the start of the byte stream until\n // we find the first AUD\n while (nalUnits.length) {\n if (nalUnits[0].nalUnitType === 'access_unit_delimiter_rbsp') {\n break;\n }\n nalUnits.shift();\n }\n\n // Return early if no video data has been observed\n if (nalUnits.length === 0) {\n this.resetStream_();\n this.trigger('done', 'VideoSegmentStream');\n return;\n }\n\n // Organize the raw nal-units into arrays that represent\n // higher-level constructs such as frames and gops\n // (group-of-pictures)\n frames = frameUtils.groupNalsIntoFrames(nalUnits);\n gops = frameUtils.groupFramesIntoGops(frames);\n\n // If the first frame of this fragment is not a keyframe we have\n // a problem since MSE (on Chrome) requires a leading keyframe.\n //\n // We have two approaches to repairing this situation:\n // 1) GOP-FUSION:\n // This is where we keep track of the GOPS (group-of-pictures)\n // from previous fragments and attempt to find one that we can\n // prepend to the current fragment in order to create a valid\n // fragment.\n // 2) KEYFRAME-PULLING:\n // Here we search for the first keyframe in the fragment and\n // throw away all the frames between the start of the fragment\n // and that keyframe. We then extend the duration and pull the\n // PTS of the keyframe forward so that it covers the time range\n // of the frames that were disposed of.\n //\n // #1 is far prefereable over #2 which can cause \"stuttering\" but\n // requires more things to be just right.\n if (!gops[0][0].keyFrame) {\n // Search for a gop for fusion from our gopCache\n gopForFusion = this.getGopForFusion_(nalUnits[0], track);\n\n if (gopForFusion) {\n gops.unshift(gopForFusion);\n // Adjust Gops' metadata to account for the inclusion of the\n // new gop at the beginning\n gops.byteLength += gopForFusion.byteLength;\n gops.nalCount += gopForFusion.nalCount;\n gops.pts = gopForFusion.pts;\n gops.dts = gopForFusion.dts;\n gops.duration += gopForFusion.duration;\n } else {\n // If we didn't find a candidate gop fall back to keyframe-pulling\n gops = frameUtils.extendFirstKeyFrame(gops);\n }\n }\n\n // Trim gops to align with gopsToAlignWith\n if (gopsToAlignWith.length) {\n var alignedGops;\n\n if (options.alignGopsAtEnd) {\n alignedGops = this.alignGopsAtEnd_(gops);\n } else {\n alignedGops = this.alignGopsAtStart_(gops);\n }\n\n if (!alignedGops) {\n // save all the nals in the last GOP into the gop cache\n this.gopCache_.unshift({\n gop: gops.pop(),\n pps: track.pps,\n sps: track.sps\n });\n\n // Keep a maximum of 6 GOPs in the cache\n this.gopCache_.length = Math.min(6, this.gopCache_.length);\n\n // Clear nalUnits\n nalUnits = [];\n\n // return early no gops can be aligned with desired gopsToAlignWith\n this.resetStream_();\n this.trigger('done', 'VideoSegmentStream');\n return;\n }\n\n // Some gops were trimmed. clear dts info so minSegmentDts and pts are correct\n // when recalculated before sending off to CoalesceStream\n trackDecodeInfo.clearDtsInfo(track);\n\n gops = alignedGops;\n }\n\n trackDecodeInfo.collectDtsInfo(track, gops);\n\n // First, we have to build the index from byte locations to\n // samples (that is, frames) in the video data\n track.samples = frameUtils.generateSampleTable(gops);\n\n // Concatenate the video data and construct the mdat\n mdat = mp4.mdat(frameUtils.concatenateNalData(gops));\n\n track.baseMediaDecodeTime = trackDecodeInfo.calculateTrackBaseMediaDecodeTime(\n track, options.keepOriginalTimestamps);\n\n this.trigger('processedGopsInfo', gops.map(function(gop) {\n return {\n pts: gop.pts,\n dts: gop.dts,\n byteLength: gop.byteLength\n };\n }));\n\n // save all the nals in the last GOP into the gop cache\n this.gopCache_.unshift({\n gop: gops.pop(),\n pps: track.pps,\n sps: track.sps\n });\n\n // Keep a maximum of 6 GOPs in the cache\n this.gopCache_.length = Math.min(6, this.gopCache_.length);\n\n // Clear nalUnits\n nalUnits = [];\n\n this.trigger('baseMediaDecodeTime', track.baseMediaDecodeTime);\n this.trigger('timelineStartInfo', track.timelineStartInfo);\n\n moof = mp4.moof(sequenceNumber, [track]);\n\n // it would be great to allocate this array up front instead of\n // throwing away hundreds of media segment fragments\n boxes = new Uint8Array(moof.byteLength + mdat.byteLength);\n\n // Bump the sequence number for next time\n sequenceNumber++;\n\n boxes.set(moof);\n boxes.set(mdat, moof.byteLength);\n\n this.trigger('data', {track: track, boxes: boxes});\n\n this.resetStream_();\n\n // Continue with the flush process now\n this.trigger('done', 'VideoSegmentStream');\n };\n\n this.resetStream_ = function() {\n trackDecodeInfo.clearDtsInfo(track);\n\n // reset config and pps because they may differ across segments\n // for instance, when we are rendition switching\n config = undefined;\n pps = undefined;\n };\n\n // Search for a candidate Gop for gop-fusion from the gop cache and\n // return it or return null if no good candidate was found\n this.getGopForFusion_ = function(nalUnit) {\n var\n halfSecond = 45000, // Half-a-second in a 90khz clock\n allowableOverlap = 10000, // About 3 frames @ 30fps\n nearestDistance = Infinity,\n dtsDistance,\n nearestGopObj,\n currentGop,\n currentGopObj,\n i;\n\n // Search for the GOP nearest to the beginning of this nal unit\n for (i = 0; i < this.gopCache_.length; i++) {\n currentGopObj = this.gopCache_[i];\n currentGop = currentGopObj.gop;\n\n // Reject Gops with different SPS or PPS\n if (!(track.pps && arrayEquals(track.pps[0], currentGopObj.pps[0])) ||\n !(track.sps && arrayEquals(track.sps[0], currentGopObj.sps[0]))) {\n continue;\n }\n\n // Reject Gops that would require a negative baseMediaDecodeTime\n if (currentGop.dts < track.timelineStartInfo.dts) {\n continue;\n }\n\n // The distance between the end of the gop and the start of the nalUnit\n dtsDistance = (nalUnit.dts - currentGop.dts) - currentGop.duration;\n\n // Only consider GOPS that start before the nal unit and end within\n // a half-second of the nal unit\n if (dtsDistance >= -allowableOverlap &&\n dtsDistance <= halfSecond) {\n\n // Always use the closest GOP we found if there is more than\n // one candidate\n if (!nearestGopObj ||\n nearestDistance > dtsDistance) {\n nearestGopObj = currentGopObj;\n nearestDistance = dtsDistance;\n }\n }\n }\n\n if (nearestGopObj) {\n return nearestGopObj.gop;\n }\n return null;\n };\n\n // trim gop list to the first gop found that has a matching pts with a gop in the list\n // of gopsToAlignWith starting from the START of the list\n this.alignGopsAtStart_ = function(gops) {\n var alignIndex, gopIndex, align, gop, byteLength, nalCount, duration, alignedGops;\n\n byteLength = gops.byteLength;\n nalCount = gops.nalCount;\n duration = gops.duration;\n alignIndex = gopIndex = 0;\n\n while (alignIndex < gopsToAlignWith.length && gopIndex < gops.length) {\n align = gopsToAlignWith[alignIndex];\n gop = gops[gopIndex];\n\n if (align.pts === gop.pts) {\n break;\n }\n\n if (gop.pts > align.pts) {\n // this current gop starts after the current gop we want to align on, so increment\n // align index\n alignIndex++;\n continue;\n }\n\n // current gop starts before the current gop we want to align on. so increment gop\n // index\n gopIndex++;\n byteLength -= gop.byteLength;\n nalCount -= gop.nalCount;\n duration -= gop.duration;\n }\n\n if (gopIndex === 0) {\n // no gops to trim\n return gops;\n }\n\n if (gopIndex === gops.length) {\n // all gops trimmed, skip appending all gops\n return null;\n }\n\n alignedGops = gops.slice(gopIndex);\n alignedGops.byteLength = byteLength;\n alignedGops.duration = duration;\n alignedGops.nalCount = nalCount;\n alignedGops.pts = alignedGops[0].pts;\n alignedGops.dts = alignedGops[0].dts;\n\n return alignedGops;\n };\n\n // trim gop list to the first gop found that has a matching pts with a gop in the list\n // of gopsToAlignWith starting from the END of the list\n this.alignGopsAtEnd_ = function(gops) {\n var alignIndex, gopIndex, align, gop, alignEndIndex, matchFound;\n\n alignIndex = gopsToAlignWith.length - 1;\n gopIndex = gops.length - 1;\n alignEndIndex = null;\n matchFound = false;\n\n while (alignIndex >= 0 && gopIndex >= 0) {\n align = gopsToAlignWith[alignIndex];\n gop = gops[gopIndex];\n\n if (align.pts === gop.pts) {\n matchFound = true;\n break;\n }\n\n if (align.pts > gop.pts) {\n alignIndex--;\n continue;\n }\n\n if (alignIndex === gopsToAlignWith.length - 1) {\n // gop.pts is greater than the last alignment candidate. If no match is found\n // by the end of this loop, we still want to append gops that come after this\n // point\n alignEndIndex = gopIndex;\n }\n\n gopIndex--;\n }\n\n if (!matchFound && alignEndIndex === null) {\n return null;\n }\n\n var trimIndex;\n\n if (matchFound) {\n trimIndex = gopIndex;\n } else {\n trimIndex = alignEndIndex;\n }\n\n if (trimIndex === 0) {\n return gops;\n }\n\n var alignedGops = gops.slice(trimIndex);\n var metadata = alignedGops.reduce(function(total, gop) {\n total.byteLength += gop.byteLength;\n total.duration += gop.duration;\n total.nalCount += gop.nalCount;\n return total;\n }, { byteLength: 0, duration: 0, nalCount: 0 });\n\n alignedGops.byteLength = metadata.byteLength;\n alignedGops.duration = metadata.duration;\n alignedGops.nalCount = metadata.nalCount;\n alignedGops.pts = alignedGops[0].pts;\n alignedGops.dts = alignedGops[0].dts;\n\n return alignedGops;\n };\n\n this.alignGopsWith = function(newGopsToAlignWith) {\n gopsToAlignWith = newGopsToAlignWith;\n };\n};\n\nVideoSegmentStream.prototype = new Stream();\n\n/**\n * A Stream that can combine multiple streams (ie. audio & video)\n * into a single output segment for MSE. Also supports audio-only\n * and video-only streams.\n * @param options {object} transmuxer options object\n * @param options.keepOriginalTimestamps {boolean} If true, keep the timestamps\n * in the source; false to adjust the first segment to start at media timeline start.\n */\nCoalesceStream = function(options, metadataStream) {\n // Number of Tracks per output segment\n // If greater than 1, we combine multiple\n // tracks into a single segment\n this.numberOfTracks = 0;\n this.metadataStream = metadataStream;\n\n options = options || {};\n\n if (typeof options.remux !== 'undefined') {\n this.remuxTracks = !!options.remux;\n } else {\n this.remuxTracks = true;\n }\n\n if (typeof options.keepOriginalTimestamps === 'boolean') {\n this.keepOriginalTimestamps = options.keepOriginalTimestamps;\n }\n\n this.pendingTracks = [];\n this.videoTrack = null;\n this.pendingBoxes = [];\n this.pendingCaptions = [];\n this.pendingMetadata = [];\n this.pendingBytes = 0;\n this.emittedTracks = 0;\n\n CoalesceStream.prototype.init.call(this);\n\n // Take output from multiple\n this.push = function(output) {\n // buffer incoming captions until the associated video segment\n // finishes\n if (output.text) {\n return this.pendingCaptions.push(output);\n }\n // buffer incoming id3 tags until the final flush\n if (output.frames) {\n return this.pendingMetadata.push(output);\n }\n\n // Add this track to the list of pending tracks and store\n // important information required for the construction of\n // the final segment\n this.pendingTracks.push(output.track);\n this.pendingBoxes.push(output.boxes);\n this.pendingBytes += output.boxes.byteLength;\n\n if (output.track.type === 'video') {\n this.videoTrack = output.track;\n }\n if (output.track.type === 'audio') {\n this.audioTrack = output.track;\n }\n };\n};\n\nCoalesceStream.prototype = new Stream();\nCoalesceStream.prototype.flush = function(flushSource) {\n var\n offset = 0,\n event = {\n captions: [],\n captionStreams: {},\n metadata: [],\n info: {}\n },\n caption,\n id3,\n initSegment,\n timelineStartPts = 0,\n i;\n\n if (this.pendingTracks.length < this.numberOfTracks) {\n if (flushSource !== 'VideoSegmentStream' &&\n flushSource !== 'AudioSegmentStream') {\n // Return because we haven't received a flush from a data-generating\n // portion of the segment (meaning that we have only recieved meta-data\n // or captions.)\n return;\n } else if (this.remuxTracks) {\n // Return until we have enough tracks from the pipeline to remux (if we\n // are remuxing audio and video into a single MP4)\n return;\n } else if (this.pendingTracks.length === 0) {\n // In the case where we receive a flush without any data having been\n // received we consider it an emitted track for the purposes of coalescing\n // `done` events.\n // We do this for the case where there is an audio and video track in the\n // segment but no audio data. (seen in several playlists with alternate\n // audio tracks and no audio present in the main TS segments.)\n this.emittedTracks++;\n\n if (this.emittedTracks >= this.numberOfTracks) {\n this.trigger('done');\n this.emittedTracks = 0;\n }\n return;\n }\n }\n\n if (this.videoTrack) {\n timelineStartPts = this.videoTrack.timelineStartInfo.pts;\n VIDEO_PROPERTIES.forEach(function(prop) {\n event.info[prop] = this.videoTrack[prop];\n }, this);\n } else if (this.audioTrack) {\n timelineStartPts = this.audioTrack.timelineStartInfo.pts;\n AUDIO_PROPERTIES.forEach(function(prop) {\n event.info[prop] = this.audioTrack[prop];\n }, this);\n }\n\n if (this.pendingTracks.length === 1) {\n event.type = this.pendingTracks[0].type;\n } else {\n event.type = 'combined';\n }\n\n this.emittedTracks += this.pendingTracks.length;\n\n initSegment = mp4.initSegment(this.pendingTracks);\n\n // Create a new typed array to hold the init segment\n event.initSegment = new Uint8Array(initSegment.byteLength);\n\n // Create an init segment containing a moov\n // and track definitions\n event.initSegment.set(initSegment);\n\n // Create a new typed array to hold the moof+mdats\n event.data = new Uint8Array(this.pendingBytes);\n\n // Append each moof+mdat (one per track) together\n for (i = 0; i < this.pendingBoxes.length; i++) {\n event.data.set(this.pendingBoxes[i], offset);\n offset += this.pendingBoxes[i].byteLength;\n }\n\n // Translate caption PTS times into second offsets to match the\n // video timeline for the segment, and add track info\n for (i = 0; i < this.pendingCaptions.length; i++) {\n caption = this.pendingCaptions[i];\n\n caption.startTime = caption.startPts;\n if (!this.keepOriginalTimestamps) {\n caption.startTime -= timelineStartPts;\n }\n caption.startTime /= 90e3;\n\n caption.endTime = caption.endPts;\n if (!this.keepOriginalTimestamps) {\n caption.endTime -= timelineStartPts;\n }\n caption.endTime /= 90e3;\n\n event.captionStreams[caption.stream] = true;\n event.captions.push(caption);\n }\n\n // Translate ID3 frame PTS times into second offsets to match the\n // video timeline for the segment\n for (i = 0; i < this.pendingMetadata.length; i++) {\n id3 = this.pendingMetadata[i];\n\n id3.cueTime = id3.pts;\n if (!this.keepOriginalTimestamps) {\n id3.cueTime -= timelineStartPts;\n }\n id3.cueTime /= 90e3;\n\n event.metadata.push(id3);\n }\n\n // We add this to every single emitted segment even though we only need\n // it for the first\n event.metadata.dispatchType = this.metadataStream.dispatchType;\n\n // Reset stream state\n this.pendingTracks.length = 0;\n this.videoTrack = null;\n this.pendingBoxes.length = 0;\n this.pendingCaptions.length = 0;\n this.pendingBytes = 0;\n this.pendingMetadata.length = 0;\n\n // Emit the built segment\n this.trigger('data', event);\n\n // Only emit `done` if all tracks have been flushed and emitted\n if (this.emittedTracks >= this.numberOfTracks) {\n this.trigger('done');\n this.emittedTracks = 0;\n }\n};\n/**\n * A Stream that expects MP2T binary data as input and produces\n * corresponding media segments, suitable for use with Media Source\n * Extension (MSE) implementations that support the ISO BMFF byte\n * stream format, like Chrome.\n */\nTransmuxer = function(options) {\n var\n self = this,\n hasFlushed = true,\n videoTrack,\n audioTrack;\n\n Transmuxer.prototype.init.call(this);\n\n options = options || {};\n this.baseMediaDecodeTime = options.baseMediaDecodeTime || 0;\n this.transmuxPipeline_ = {};\n\n this.setupAacPipeline = function() {\n var pipeline = {};\n this.transmuxPipeline_ = pipeline;\n\n pipeline.type = 'aac';\n pipeline.metadataStream = new m2ts.MetadataStream();\n\n // set up the parsing pipeline\n pipeline.aacStream = new AacStream();\n pipeline.audioTimestampRolloverStream = new m2ts.TimestampRolloverStream('audio');\n pipeline.timedMetadataTimestampRolloverStream = new m2ts.TimestampRolloverStream('timed-metadata');\n pipeline.adtsStream = new AdtsStream();\n pipeline.coalesceStream = new CoalesceStream(options, pipeline.metadataStream);\n pipeline.headOfPipeline = pipeline.aacStream;\n\n pipeline.aacStream\n .pipe(pipeline.audioTimestampRolloverStream)\n .pipe(pipeline.adtsStream);\n pipeline.aacStream\n .pipe(pipeline.timedMetadataTimestampRolloverStream)\n .pipe(pipeline.metadataStream)\n .pipe(pipeline.coalesceStream);\n\n pipeline.metadataStream.on('timestamp', function(frame) {\n pipeline.aacStream.setTimestamp(frame.timeStamp);\n });\n\n pipeline.aacStream.on('data', function(data) {\n if (data.type === 'timed-metadata' && !pipeline.audioSegmentStream) {\n audioTrack = audioTrack || {\n timelineStartInfo: {\n baseMediaDecodeTime: self.baseMediaDecodeTime\n },\n codec: 'adts',\n type: 'audio'\n };\n // hook up the audio segment stream to the first track with aac data\n pipeline.coalesceStream.numberOfTracks++;\n pipeline.audioSegmentStream = new AudioSegmentStream(audioTrack, options);\n // Set up the final part of the audio pipeline\n pipeline.adtsStream\n .pipe(pipeline.audioSegmentStream)\n .pipe(pipeline.coalesceStream);\n }\n });\n\n // Re-emit any data coming from the coalesce stream to the outside world\n pipeline.coalesceStream.on('data', this.trigger.bind(this, 'data'));\n // Let the consumer know we have finished flushing the entire pipeline\n pipeline.coalesceStream.on('done', this.trigger.bind(this, 'done'));\n };\n\n this.setupTsPipeline = function() {\n var pipeline = {};\n this.transmuxPipeline_ = pipeline;\n\n pipeline.type = 'ts';\n pipeline.metadataStream = new m2ts.MetadataStream();\n\n // set up the parsing pipeline\n pipeline.packetStream = new m2ts.TransportPacketStream();\n pipeline.parseStream = new m2ts.TransportParseStream();\n pipeline.elementaryStream = new m2ts.ElementaryStream();\n pipeline.videoTimestampRolloverStream = new m2ts.TimestampRolloverStream('video');\n pipeline.audioTimestampRolloverStream = new m2ts.TimestampRolloverStream('audio');\n pipeline.timedMetadataTimestampRolloverStream = new m2ts.TimestampRolloverStream('timed-metadata');\n pipeline.adtsStream = new AdtsStream();\n pipeline.h264Stream = new H264Stream();\n pipeline.captionStream = new m2ts.CaptionStream();\n pipeline.coalesceStream = new CoalesceStream(options, pipeline.metadataStream);\n pipeline.headOfPipeline = pipeline.packetStream;\n\n // disassemble MPEG2-TS packets into elementary streams\n pipeline.packetStream\n .pipe(pipeline.parseStream)\n .pipe(pipeline.elementaryStream);\n\n // !!THIS ORDER IS IMPORTANT!!\n // demux the streams\n pipeline.elementaryStream\n .pipe(pipeline.videoTimestampRolloverStream)\n .pipe(pipeline.h264Stream);\n pipeline.elementaryStream\n .pipe(pipeline.audioTimestampRolloverStream)\n .pipe(pipeline.adtsStream);\n\n pipeline.elementaryStream\n .pipe(pipeline.timedMetadataTimestampRolloverStream)\n .pipe(pipeline.metadataStream)\n .pipe(pipeline.coalesceStream);\n\n // Hook up CEA-608/708 caption stream\n pipeline.h264Stream.pipe(pipeline.captionStream)\n .pipe(pipeline.coalesceStream);\n\n pipeline.elementaryStream.on('data', function(data) {\n var i;\n\n if (data.type === 'metadata') {\n i = data.tracks.length;\n\n // scan the tracks listed in the metadata\n while (i--) {\n if (!videoTrack && data.tracks[i].type === 'video') {\n videoTrack = data.tracks[i];\n videoTrack.timelineStartInfo.baseMediaDecodeTime = self.baseMediaDecodeTime;\n } else if (!audioTrack && data.tracks[i].type === 'audio') {\n audioTrack = data.tracks[i];\n audioTrack.timelineStartInfo.baseMediaDecodeTime = self.baseMediaDecodeTime;\n }\n }\n\n // hook up the video segment stream to the first track with h264 data\n if (videoTrack && !pipeline.videoSegmentStream) {\n pipeline.coalesceStream.numberOfTracks++;\n pipeline.videoSegmentStream = new VideoSegmentStream(videoTrack, options);\n\n pipeline.videoSegmentStream.on('timelineStartInfo', function(timelineStartInfo) {\n // When video emits timelineStartInfo data after a flush, we forward that\n // info to the AudioSegmentStream, if it exists, because video timeline\n // data takes precedence.\n if (audioTrack) {\n audioTrack.timelineStartInfo = timelineStartInfo;\n // On the first segment we trim AAC frames that exist before the\n // very earliest DTS we have seen in video because Chrome will\n // interpret any video track with a baseMediaDecodeTime that is\n // non-zero as a gap.\n pipeline.audioSegmentStream.setEarliestDts(timelineStartInfo.dts);\n }\n });\n\n pipeline.videoSegmentStream.on('processedGopsInfo',\n self.trigger.bind(self, 'gopInfo'));\n\n pipeline.videoSegmentStream.on('baseMediaDecodeTime', function(baseMediaDecodeTime) {\n if (audioTrack) {\n pipeline.audioSegmentStream.setVideoBaseMediaDecodeTime(baseMediaDecodeTime);\n }\n });\n\n // Set up the final part of the video pipeline\n pipeline.h264Stream\n .pipe(pipeline.videoSegmentStream)\n .pipe(pipeline.coalesceStream);\n }\n\n if (audioTrack && !pipeline.audioSegmentStream) {\n // hook up the audio segment stream to the first track with aac data\n pipeline.coalesceStream.numberOfTracks++;\n pipeline.audioSegmentStream = new AudioSegmentStream(audioTrack, options);\n\n // Set up the final part of the audio pipeline\n pipeline.adtsStream\n .pipe(pipeline.audioSegmentStream)\n .pipe(pipeline.coalesceStream);\n }\n }\n });\n\n // Re-emit any data coming from the coalesce stream to the outside world\n pipeline.coalesceStream.on('data', this.trigger.bind(this, 'data'));\n // Let the consumer know we have finished flushing the entire pipeline\n pipeline.coalesceStream.on('done', this.trigger.bind(this, 'done'));\n };\n\n // hook up the segment streams once track metadata is delivered\n this.setBaseMediaDecodeTime = function(baseMediaDecodeTime) {\n var pipeline = this.transmuxPipeline_;\n\n if (!options.keepOriginalTimestamps) {\n this.baseMediaDecodeTime = baseMediaDecodeTime;\n }\n\n if (audioTrack) {\n audioTrack.timelineStartInfo.dts = undefined;\n audioTrack.timelineStartInfo.pts = undefined;\n trackDecodeInfo.clearDtsInfo(audioTrack);\n if (!options.keepOriginalTimestamps) {\n audioTrack.timelineStartInfo.baseMediaDecodeTime = baseMediaDecodeTime;\n }\n if (pipeline.audioTimestampRolloverStream) {\n pipeline.audioTimestampRolloverStream.discontinuity();\n }\n }\n if (videoTrack) {\n if (pipeline.videoSegmentStream) {\n pipeline.videoSegmentStream.gopCache_ = [];\n pipeline.videoTimestampRolloverStream.discontinuity();\n }\n videoTrack.timelineStartInfo.dts = undefined;\n videoTrack.timelineStartInfo.pts = undefined;\n trackDecodeInfo.clearDtsInfo(videoTrack);\n pipeline.captionStream.reset();\n if (!options.keepOriginalTimestamps) {\n videoTrack.timelineStartInfo.baseMediaDecodeTime = baseMediaDecodeTime;\n }\n }\n\n if (pipeline.timedMetadataTimestampRolloverStream) {\n pipeline.timedMetadataTimestampRolloverStream.discontinuity();\n }\n };\n\n this.setAudioAppendStart = function(timestamp) {\n if (audioTrack) {\n this.transmuxPipeline_.audioSegmentStream.setAudioAppendStart(timestamp);\n }\n };\n\n this.alignGopsWith = function(gopsToAlignWith) {\n if (videoTrack && this.transmuxPipeline_.videoSegmentStream) {\n this.transmuxPipeline_.videoSegmentStream.alignGopsWith(gopsToAlignWith);\n }\n };\n\n // feed incoming data to the front of the parsing pipeline\n this.push = function(data) {\n if (hasFlushed) {\n var isAac = isLikelyAacData(data);\n\n if (isAac && this.transmuxPipeline_.type !== 'aac') {\n this.setupAacPipeline();\n } else if (!isAac && this.transmuxPipeline_.type !== 'ts') {\n this.setupTsPipeline();\n }\n hasFlushed = false;\n }\n this.transmuxPipeline_.headOfPipeline.push(data);\n };\n\n // flush any buffered data\n this.flush = function() {\n hasFlushed = true;\n // Start at the top of the pipeline and flush all pending work\n this.transmuxPipeline_.headOfPipeline.flush();\n };\n\n // Caption data has to be reset when seeking outside buffered range\n this.resetCaptions = function() {\n if (this.transmuxPipeline_.captionStream) {\n this.transmuxPipeline_.captionStream.reset();\n }\n };\n\n};\nTransmuxer.prototype = new Stream();\n\nmodule.exports = {\n Transmuxer: Transmuxer,\n VideoSegmentStream: VideoSegmentStream,\n AudioSegmentStream: AudioSegmentStream,\n AUDIO_PROPERTIES: AUDIO_PROPERTIES,\n VIDEO_PROPERTIES: VIDEO_PROPERTIES\n};\n","/**\n * mux.js\n *\n * Copyright (c) 2015 Brightcove\n * All rights reserved.\n *\n * Reads in-band caption information from a video elementary\n * stream. Captions must follow the CEA-708 standard for injection\n * into an MPEG-2 transport streams.\n * @see https://en.wikipedia.org/wiki/CEA-708\n * @see https://www.gpo.gov/fdsys/pkg/CFR-2007-title47-vol1/pdf/CFR-2007-title47-vol1-sec15-119.pdf\n */\n\n'use strict';\n\n// Supplemental enhancement information (SEI) NAL units have a\n// payload type field to indicate how they are to be\n// interpreted. CEAS-708 caption content is always transmitted with\n// payload type 0x04.\nvar USER_DATA_REGISTERED_ITU_T_T35 = 4,\n RBSP_TRAILING_BITS = 128;\n\n/**\n * Parse a supplemental enhancement information (SEI) NAL unit.\n * Stops parsing once a message of type ITU T T35 has been found.\n *\n * @param bytes {Uint8Array} the bytes of a SEI NAL unit\n * @return {object} the parsed SEI payload\n * @see Rec. ITU-T H.264, 7.3.2.3.1\n */\nvar parseSei = function(bytes) {\n var\n i = 0,\n result = {\n payloadType: -1,\n payloadSize: 0\n },\n payloadType = 0,\n payloadSize = 0;\n\n // go through the sei_rbsp parsing each each individual sei_message\n while (i < bytes.byteLength) {\n // stop once we have hit the end of the sei_rbsp\n if (bytes[i] === RBSP_TRAILING_BITS) {\n break;\n }\n\n // Parse payload type\n while (bytes[i] === 0xFF) {\n payloadType += 255;\n i++;\n }\n payloadType += bytes[i++];\n\n // Parse payload size\n while (bytes[i] === 0xFF) {\n payloadSize += 255;\n i++;\n }\n payloadSize += bytes[i++];\n\n // this sei_message is a 608/708 caption so save it and break\n // there can only ever be one caption message in a frame's sei\n if (!result.payload && payloadType === USER_DATA_REGISTERED_ITU_T_T35) {\n result.payloadType = payloadType;\n result.payloadSize = payloadSize;\n result.payload = bytes.subarray(i, i + payloadSize);\n break;\n }\n\n // skip the payload and parse the next message\n i += payloadSize;\n payloadType = 0;\n payloadSize = 0;\n }\n\n return result;\n};\n\n// see ANSI/SCTE 128-1 (2013), section 8.1\nvar parseUserData = function(sei) {\n // itu_t_t35_contry_code must be 181 (United States) for\n // captions\n if (sei.payload[0] !== 181) {\n return null;\n }\n\n // itu_t_t35_provider_code should be 49 (ATSC) for captions\n if (((sei.payload[1] << 8) | sei.payload[2]) !== 49) {\n return null;\n }\n\n // the user_identifier should be \"GA94\" to indicate ATSC1 data\n if (String.fromCharCode(sei.payload[3],\n sei.payload[4],\n sei.payload[5],\n sei.payload[6]) !== 'GA94') {\n return null;\n }\n\n // finally, user_data_type_code should be 0x03 for caption data\n if (sei.payload[7] !== 0x03) {\n return null;\n }\n\n // return the user_data_type_structure and strip the trailing\n // marker bits\n return sei.payload.subarray(8, sei.payload.length - 1);\n};\n\n// see CEA-708-D, section 4.4\nvar parseCaptionPackets = function(pts, userData) {\n var results = [], i, count, offset, data;\n\n // if this is just filler, return immediately\n if (!(userData[0] & 0x40)) {\n return results;\n }\n\n // parse out the cc_data_1 and cc_data_2 fields\n count = userData[0] & 0x1f;\n for (i = 0; i < count; i++) {\n offset = i * 3;\n data = {\n type: userData[offset + 2] & 0x03,\n pts: pts\n };\n\n // capture cc data when cc_valid is 1\n if (userData[offset + 2] & 0x04) {\n data.ccData = (userData[offset + 3] << 8) | userData[offset + 4];\n results.push(data);\n }\n }\n return results;\n};\n\nvar discardEmulationPreventionBytes = function(data) {\n var\n length = data.byteLength,\n emulationPreventionBytesPositions = [],\n i = 1,\n newLength, newData;\n\n // Find all `Emulation Prevention Bytes`\n while (i < length - 2) {\n if (data[i] === 0 && data[i + 1] === 0 && data[i + 2] === 0x03) {\n emulationPreventionBytesPositions.push(i + 2);\n i += 2;\n } else {\n i++;\n }\n }\n\n // If no Emulation Prevention Bytes were found just return the original\n // array\n if (emulationPreventionBytesPositions.length === 0) {\n return data;\n }\n\n // Create a new array to hold the NAL unit data\n newLength = length - emulationPreventionBytesPositions.length;\n newData = new Uint8Array(newLength);\n var sourceIndex = 0;\n\n for (i = 0; i < newLength; sourceIndex++, i++) {\n if (sourceIndex === emulationPreventionBytesPositions[0]) {\n // Skip this byte\n sourceIndex++;\n // Remove this position index\n emulationPreventionBytesPositions.shift();\n }\n newData[i] = data[sourceIndex];\n }\n\n return newData;\n};\n\n// exports\nmodule.exports = {\n parseSei: parseSei,\n parseUserData: parseUserData,\n parseCaptionPackets: parseCaptionPackets,\n discardEmulationPreventionBytes: discardEmulationPreventionBytes,\n USER_DATA_REGISTERED_ITU_T_T35: USER_DATA_REGISTERED_ITU_T_T35\n};\n","/**\n * mux.js\n *\n * Copyright (c) 2015 Brightcove\n * All rights reserved.\n *\n * Parse the internal MP4 structure into an equivalent javascript\n * object.\n */\n'use strict';\n\nvar\n inspectMp4,\n textifyMp4,\n\n parseType = require('../mp4/probe').parseType,\n parseMp4Date = function(seconds) {\n return new Date(seconds * 1000 - 2082844800000);\n },\n parseSampleFlags = function(flags) {\n return {\n isLeading: (flags[0] & 0x0c) >>> 2,\n dependsOn: flags[0] & 0x03,\n isDependedOn: (flags[1] & 0xc0) >>> 6,\n hasRedundancy: (flags[1] & 0x30) >>> 4,\n paddingValue: (flags[1] & 0x0e) >>> 1,\n isNonSyncSample: flags[1] & 0x01,\n degradationPriority: (flags[2] << 8) | flags[3]\n };\n },\n nalParse = function(avcStream) {\n var\n avcView = new DataView(avcStream.buffer, avcStream.byteOffset, avcStream.byteLength),\n result = [],\n i,\n length;\n for (i = 0; i + 4 < avcStream.length; i += length) {\n length = avcView.getUint32(i);\n i += 4;\n\n // bail if this doesn't appear to be an H264 stream\n if (length <= 0) {\n result.push('<span style=\\'color:red;\\'>MALFORMED DATA</span>');\n continue;\n }\n\n switch (avcStream[i] & 0x1F) {\n case 0x01:\n result.push('slice_layer_without_partitioning_rbsp');\n break;\n case 0x05:\n result.push('slice_layer_without_partitioning_rbsp_idr');\n break;\n case 0x06:\n result.push('sei_rbsp');\n break;\n case 0x07:\n result.push('seq_parameter_set_rbsp');\n break;\n case 0x08:\n result.push('pic_parameter_set_rbsp');\n break;\n case 0x09:\n result.push('access_unit_delimiter_rbsp');\n break;\n default:\n result.push('UNKNOWN NAL - ' + avcStream[i] & 0x1F);\n break;\n }\n }\n return result;\n },\n\n // registry of handlers for individual mp4 box types\n parse = {\n // codingname, not a first-class box type. stsd entries share the\n // same format as real boxes so the parsing infrastructure can be\n // shared\n avc1: function(data) {\n var view = new DataView(data.buffer, data.byteOffset, data.byteLength);\n return {\n dataReferenceIndex: view.getUint16(6),\n width: view.getUint16(24),\n height: view.getUint16(26),\n horizresolution: view.getUint16(28) + (view.getUint16(30) / 16),\n vertresolution: view.getUint16(32) + (view.getUint16(34) / 16),\n frameCount: view.getUint16(40),\n depth: view.getUint16(74),\n config: inspectMp4(data.subarray(78, data.byteLength))\n };\n },\n avcC: function(data) {\n var\n view = new DataView(data.buffer, data.byteOffset, data.byteLength),\n result = {\n configurationVersion: data[0],\n avcProfileIndication: data[1],\n profileCompatibility: data[2],\n avcLevelIndication: data[3],\n lengthSizeMinusOne: data[4] & 0x03,\n sps: [],\n pps: []\n },\n numOfSequenceParameterSets = data[5] & 0x1f,\n numOfPictureParameterSets,\n nalSize,\n offset,\n i;\n\n // iterate past any SPSs\n offset = 6;\n for (i = 0; i < numOfSequenceParameterSets; i++) {\n nalSize = view.getUint16(offset);\n offset += 2;\n result.sps.push(new Uint8Array(data.subarray(offset, offset + nalSize)));\n offset += nalSize;\n }\n // iterate past any PPSs\n numOfPictureParameterSets = data[offset];\n offset++;\n for (i = 0; i < numOfPictureParameterSets; i++) {\n nalSize = view.getUint16(offset);\n offset += 2;\n result.pps.push(new Uint8Array(data.subarray(offset, offset + nalSize)));\n offset += nalSize;\n }\n return result;\n },\n btrt: function(data) {\n var view = new DataView(data.buffer, data.byteOffset, data.byteLength);\n return {\n bufferSizeDB: view.getUint32(0),\n maxBitrate: view.getUint32(4),\n avgBitrate: view.getUint32(8)\n };\n },\n esds: function(data) {\n return {\n version: data[0],\n flags: new Uint8Array(data.subarray(1, 4)),\n esId: (data[6] << 8) | data[7],\n streamPriority: data[8] & 0x1f,\n decoderConfig: {\n objectProfileIndication: data[11],\n streamType: (data[12] >>> 2) & 0x3f,\n bufferSize: (data[13] << 16) | (data[14] << 8) | data[15],\n maxBitrate: (data[16] << 24) |\n (data[17] << 16) |\n (data[18] << 8) |\n data[19],\n avgBitrate: (data[20] << 24) |\n (data[21] << 16) |\n (data[22] << 8) |\n data[23],\n decoderConfigDescriptor: {\n tag: data[24],\n length: data[25],\n audioObjectType: (data[26] >>> 3) & 0x1f,\n samplingFrequencyIndex: ((data[26] & 0x07) << 1) |\n ((data[27] >>> 7) & 0x01),\n channelConfiguration: (data[27] >>> 3) & 0x0f\n }\n }\n };\n },\n ftyp: function(data) {\n var\n view = new DataView(data.buffer, data.byteOffset, data.byteLength),\n result = {\n majorBrand: parseType(data.subarray(0, 4)),\n minorVersion: view.getUint32(4),\n compatibleBrands: []\n },\n i = 8;\n while (i < data.byteLength) {\n result.compatibleBrands.push(parseType(data.subarray(i, i + 4)));\n i += 4;\n }\n return result;\n },\n dinf: function(data) {\n return {\n boxes: inspectMp4(data)\n };\n },\n dref: function(data) {\n return {\n version: data[0],\n flags: new Uint8Array(data.subarray(1, 4)),\n dataReferences: inspectMp4(data.subarray(8))\n };\n },\n hdlr: function(data) {\n var\n view = new DataView(data.buffer, data.byteOffset, data.byteLength),\n result = {\n version: view.getUint8(0),\n flags: new Uint8Array(data.subarray(1, 4)),\n handlerType: parseType(data.subarray(8, 12)),\n name: ''\n },\n i = 8;\n\n // parse out the name field\n for (i = 24; i < data.byteLength; i++) {\n if (data[i] === 0x00) {\n // the name field is null-terminated\n i++;\n break;\n }\n result.name += String.fromCharCode(data[i]);\n }\n // decode UTF-8 to javascript's internal representation\n // see http://ecmanaut.blogspot.com/2006/07/encoding-decoding-utf8-in-javascript.html\n result.name = decodeURIComponent(escape(result.name));\n\n return result;\n },\n mdat: function(data) {\n return {\n byteLength: data.byteLength,\n nals: nalParse(data)\n };\n },\n mdhd: function(data) {\n var\n view = new DataView(data.buffer, data.byteOffset, data.byteLength),\n i = 4,\n language,\n result = {\n version: view.getUint8(0),\n flags: new Uint8Array(data.subarray(1, 4)),\n language: ''\n };\n if (result.version === 1) {\n i += 4;\n result.creationTime = parseMp4Date(view.getUint32(i)); // truncating top 4 bytes\n i += 8;\n result.modificationTime = parseMp4Date(view.getUint32(i)); // truncating top 4 bytes\n i += 4;\n result.timescale = view.getUint32(i);\n i += 8;\n result.duration = view.getUint32(i); // truncating top 4 bytes\n } else {\n result.creationTime = parseMp4Date(view.getUint32(i));\n i += 4;\n result.modificationTime = parseMp4Date(view.getUint32(i));\n i += 4;\n result.timescale = view.getUint32(i);\n i += 4;\n result.duration = view.getUint32(i);\n }\n i += 4;\n // language is stored as an ISO-639-2/T code in an array of three 5-bit fields\n // each field is the packed difference between its ASCII value and 0x60\n language = view.getUint16(i);\n result.language += String.fromCharCode((language >> 10) + 0x60);\n result.language += String.fromCharCode(((language & 0x03e0) >> 5) + 0x60);\n result.language += String.fromCharCode((language & 0x1f) + 0x60);\n\n return result;\n },\n mdia: function(data) {\n return {\n boxes: inspectMp4(data)\n };\n },\n mfhd: function(data) {\n return {\n version: data[0],\n flags: new Uint8Array(data.subarray(1, 4)),\n sequenceNumber: (data[4] << 24) |\n (data[5] << 16) |\n (data[6] << 8) |\n (data[7])\n };\n },\n minf: function(data) {\n return {\n boxes: inspectMp4(data)\n };\n },\n // codingname, not a first-class box type. stsd entries share the\n // same format as real boxes so the parsing infrastructure can be\n // shared\n mp4a: function(data) {\n var\n view = new DataView(data.buffer, data.byteOffset, data.byteLength),\n result = {\n // 6 bytes reserved\n dataReferenceIndex: view.getUint16(6),\n // 4 + 4 bytes reserved\n channelcount: view.getUint16(16),\n samplesize: view.getUint16(18),\n // 2 bytes pre_defined\n // 2 bytes reserved\n samplerate: view.getUint16(24) + (view.getUint16(26) / 65536)\n };\n\n // if there are more bytes to process, assume this is an ISO/IEC\n // 14496-14 MP4AudioSampleEntry and parse the ESDBox\n if (data.byteLength > 28) {\n result.streamDescriptor = inspectMp4(data.subarray(28))[0];\n }\n return result;\n },\n moof: function(data) {\n return {\n boxes: inspectMp4(data)\n };\n },\n moov: function(data) {\n return {\n boxes: inspectMp4(data)\n };\n },\n mvex: function(data) {\n return {\n boxes: inspectMp4(data)\n };\n },\n mvhd: function(data) {\n var\n view = new DataView(data.buffer, data.byteOffset, data.byteLength),\n i = 4,\n result = {\n version: view.getUint8(0),\n flags: new Uint8Array(data.subarray(1, 4))\n };\n\n if (result.version === 1) {\n i += 4;\n result.creationTime = parseMp4Date(view.getUint32(i)); // truncating top 4 bytes\n i += 8;\n result.modificationTime = parseMp4Date(view.getUint32(i)); // truncating top 4 bytes\n i += 4;\n result.timescale = view.getUint32(i);\n i += 8;\n result.duration = view.getUint32(i); // truncating top 4 bytes\n } else {\n result.creationTime = parseMp4Date(view.getUint32(i));\n i += 4;\n result.modificationTime = parseMp4Date(view.getUint32(i));\n i += 4;\n result.timescale = view.getUint32(i);\n i += 4;\n result.duration = view.getUint32(i);\n }\n i += 4;\n\n // convert fixed-point, base 16 back to a number\n result.rate = view.getUint16(i) + (view.getUint16(i + 2) / 16);\n i += 4;\n result.volume = view.getUint8(i) + (view.getUint8(i + 1) / 8);\n i += 2;\n i += 2;\n i += 2 * 4;\n result.matrix = new Uint32Array(data.subarray(i, i + (9 * 4)));\n i += 9 * 4;\n i += 6 * 4;\n result.nextTrackId = view.getUint32(i);\n return result;\n },\n pdin: function(data) {\n var view = new DataView(data.buffer, data.byteOffset, data.byteLength);\n return {\n version: view.getUint8(0),\n flags: new Uint8Array(data.subarray(1, 4)),\n rate: view.getUint32(4),\n initialDelay: view.getUint32(8)\n };\n },\n sdtp: function(data) {\n var\n result = {\n version: data[0],\n flags: new Uint8Array(data.subarray(1, 4)),\n samples: []\n }, i;\n\n for (i = 4; i < data.byteLength; i++) {\n result.samples.push({\n dependsOn: (data[i] & 0x30) >> 4,\n isDependedOn: (data[i] & 0x0c) >> 2,\n hasRedundancy: data[i] & 0x03\n });\n }\n return result;\n },\n sidx: function(data) {\n var view = new DataView(data.buffer, data.byteOffset, data.byteLength),\n result = {\n version: data[0],\n flags: new Uint8Array(data.subarray(1, 4)),\n references: [],\n referenceId: view.getUint32(4),\n timescale: view.getUint32(8),\n earliestPresentationTime: view.getUint32(12),\n firstOffset: view.getUint32(16)\n },\n referenceCount = view.getUint16(22),\n i;\n\n for (i = 24; referenceCount; i += 12, referenceCount--) {\n result.references.push({\n referenceType: (data[i] & 0x80) >>> 7,\n referencedSize: view.getUint32(i) & 0x7FFFFFFF,\n subsegmentDuration: view.getUint32(i + 4),\n startsWithSap: !!(data[i + 8] & 0x80),\n sapType: (data[i + 8] & 0x70) >>> 4,\n sapDeltaTime: view.getUint32(i + 8) & 0x0FFFFFFF\n });\n }\n\n return result;\n },\n smhd: function(data) {\n return {\n version: data[0],\n flags: new Uint8Array(data.subarray(1, 4)),\n balance: data[4] + (data[5] / 256)\n };\n },\n stbl: function(data) {\n return {\n boxes: inspectMp4(data)\n };\n },\n stco: function(data) {\n var\n view = new DataView(data.buffer, data.byteOffset, data.byteLength),\n result = {\n version: data[0],\n flags: new Uint8Array(data.subarray(1, 4)),\n chunkOffsets: []\n },\n entryCount = view.getUint32(4),\n i;\n for (i = 8; entryCount; i += 4, entryCount--) {\n result.chunkOffsets.push(view.getUint32(i));\n }\n return result;\n },\n stsc: function(data) {\n var\n view = new DataView(data.buffer, data.byteOffset, data.byteLength),\n entryCount = view.getUint32(4),\n result = {\n version: data[0],\n flags: new Uint8Array(data.subarray(1, 4)),\n sampleToChunks: []\n },\n i;\n for (i = 8; entryCount; i += 12, entryCount--) {\n result.sampleToChunks.push({\n firstChunk: view.getUint32(i),\n samplesPerChunk: view.getUint32(i + 4),\n sampleDescriptionIndex: view.getUint32(i + 8)\n });\n }\n return result;\n },\n stsd: function(data) {\n return {\n version: data[0],\n flags: new Uint8Array(data.subarray(1, 4)),\n sampleDescriptions: inspectMp4(data.subarray(8))\n };\n },\n stsz: function(data) {\n var\n view = new DataView(data.buffer, data.byteOffset, data.byteLength),\n result = {\n version: data[0],\n flags: new Uint8Array(data.subarray(1, 4)),\n sampleSize: view.getUint32(4),\n entries: []\n },\n i;\n for (i = 12; i < data.byteLength; i += 4) {\n result.entries.push(view.getUint32(i));\n }\n return result;\n },\n stts: function(data) {\n var\n view = new DataView(data.buffer, data.byteOffset, data.byteLength),\n result = {\n version: data[0],\n flags: new Uint8Array(data.subarray(1, 4)),\n timeToSamples: []\n },\n entryCount = view.getUint32(4),\n i;\n\n for (i = 8; entryCount; i += 8, entryCount--) {\n result.timeToSamples.push({\n sampleCount: view.getUint32(i),\n sampleDelta: view.getUint32(i + 4)\n });\n }\n return result;\n },\n styp: function(data) {\n return parse.ftyp(data);\n },\n tfdt: function(data) {\n var result = {\n version: data[0],\n flags: new Uint8Array(data.subarray(1, 4)),\n baseMediaDecodeTime: data[4] << 24 | data[5] << 16 | data[6] << 8 | data[7]\n };\n if (result.version === 1) {\n result.baseMediaDecodeTime *= Math.pow(2, 32);\n result.baseMediaDecodeTime += data[8] << 24 | data[9] << 16 | data[10] << 8 | data[11];\n }\n return result;\n },\n tfhd: function(data) {\n var\n view = new DataView(data.buffer, data.byteOffset, data.byteLength),\n result = {\n version: data[0],\n flags: new Uint8Array(data.subarray(1, 4)),\n trackId: view.getUint32(4)\n },\n baseDataOffsetPresent = result.flags[2] & 0x01,\n sampleDescriptionIndexPresent = result.flags[2] & 0x02,\n defaultSampleDurationPresent = result.flags[2] & 0x08,\n defaultSampleSizePresent = result.flags[2] & 0x10,\n defaultSampleFlagsPresent = result.flags[2] & 0x20,\n durationIsEmpty = result.flags[0] & 0x010000,\n defaultBaseIsMoof = result.flags[0] & 0x020000,\n i;\n\n i = 8;\n if (baseDataOffsetPresent) {\n i += 4; // truncate top 4 bytes\n // FIXME: should we read the full 64 bits?\n result.baseDataOffset = view.getUint32(12);\n i += 4;\n }\n if (sampleDescriptionIndexPresent) {\n result.sampleDescriptionIndex = view.getUint32(i);\n i += 4;\n }\n if (defaultSampleDurationPresent) {\n result.defaultSampleDuration = view.getUint32(i);\n i += 4;\n }\n if (defaultSampleSizePresent) {\n result.defaultSampleSize = view.getUint32(i);\n i += 4;\n }\n if (defaultSampleFlagsPresent) {\n result.defaultSampleFlags = view.getUint32(i);\n }\n if (durationIsEmpty) {\n result.durationIsEmpty = true;\n }\n if (!baseDataOffsetPresent && defaultBaseIsMoof) {\n result.baseDataOffsetIsMoof = true;\n }\n return result;\n },\n tkhd: function(data) {\n var\n view = new DataView(data.buffer, data.byteOffset, data.byteLength),\n i = 4,\n result = {\n version: view.getUint8(0),\n flags: new Uint8Array(data.subarray(1, 4))\n };\n if (result.version === 1) {\n i += 4;\n result.creationTime = parseMp4Date(view.getUint32(i)); // truncating top 4 bytes\n i += 8;\n result.modificationTime = parseMp4Date(view.getUint32(i)); // truncating top 4 bytes\n i += 4;\n result.trackId = view.getUint32(i);\n i += 4;\n i += 8;\n result.duration = view.getUint32(i); // truncating top 4 bytes\n } else {\n result.creationTime = parseMp4Date(view.getUint32(i));\n i += 4;\n result.modificationTime = parseMp4Date(view.getUint32(i));\n i += 4;\n result.trackId = view.getUint32(i);\n i += 4;\n i += 4;\n result.duration = view.getUint32(i);\n }\n i += 4;\n i += 2 * 4;\n result.layer = view.getUint16(i);\n i += 2;\n result.alternateGroup = view.getUint16(i);\n i += 2;\n // convert fixed-point, base 16 back to a number\n result.volume = view.getUint8(i) + (view.getUint8(i + 1) / 8);\n i += 2;\n i += 2;\n result.matrix = new Uint32Array(data.subarray(i, i + (9 * 4)));\n i += 9 * 4;\n result.width = view.getUint16(i) + (view.getUint16(i + 2) / 16);\n i += 4;\n result.height = view.getUint16(i) + (view.getUint16(i + 2) / 16);\n return result;\n },\n traf: function(data) {\n return {\n boxes: inspectMp4(data)\n };\n },\n trak: function(data) {\n return {\n boxes: inspectMp4(data)\n };\n },\n trex: function(data) {\n var view = new DataView(data.buffer, data.byteOffset, data.byteLength);\n return {\n version: data[0],\n flags: new Uint8Array(data.subarray(1, 4)),\n trackId: view.getUint32(4),\n defaultSampleDescriptionIndex: view.getUint32(8),\n defaultSampleDuration: view.getUint32(12),\n defaultSampleSize: view.getUint32(16),\n sampleDependsOn: data[20] & 0x03,\n sampleIsDependedOn: (data[21] & 0xc0) >> 6,\n sampleHasRedundancy: (data[21] & 0x30) >> 4,\n samplePaddingValue: (data[21] & 0x0e) >> 1,\n sampleIsDifferenceSample: !!(data[21] & 0x01),\n sampleDegradationPriority: view.getUint16(22)\n };\n },\n trun: function(data) {\n var\n result = {\n version: data[0],\n flags: new Uint8Array(data.subarray(1, 4)),\n samples: []\n },\n view = new DataView(data.buffer, data.byteOffset, data.byteLength),\n // Flag interpretation\n dataOffsetPresent = result.flags[2] & 0x01, // compare with 2nd byte of 0x1\n firstSampleFlagsPresent = result.flags[2] & 0x04, // compare with 2nd byte of 0x4\n sampleDurationPresent = result.flags[1] & 0x01, // compare with 2nd byte of 0x100\n sampleSizePresent = result.flags[1] & 0x02, // compare with 2nd byte of 0x200\n sampleFlagsPresent = result.flags[1] & 0x04, // compare with 2nd byte of 0x400\n sampleCompositionTimeOffsetPresent = result.flags[1] & 0x08, // compare with 2nd byte of 0x800\n sampleCount = view.getUint32(4),\n offset = 8,\n sample;\n\n if (dataOffsetPresent) {\n // 32 bit signed integer\n result.dataOffset = view.getInt32(offset);\n offset += 4;\n }\n\n // Overrides the flags for the first sample only. The order of\n // optional values will be: duration, size, compositionTimeOffset\n if (firstSampleFlagsPresent && sampleCount) {\n sample = {\n flags: parseSampleFlags(data.subarray(offset, offset + 4))\n };\n offset += 4;\n if (sampleDurationPresent) {\n sample.duration = view.getUint32(offset);\n offset += 4;\n }\n if (sampleSizePresent) {\n sample.size = view.getUint32(offset);\n offset += 4;\n }\n if (sampleCompositionTimeOffsetPresent) {\n // Note: this should be a signed int if version is 1\n sample.compositionTimeOffset = view.getUint32(offset);\n offset += 4;\n }\n result.samples.push(sample);\n sampleCount--;\n }\n\n while (sampleCount--) {\n sample = {};\n if (sampleDurationPresent) {\n sample.duration = view.getUint32(offset);\n offset += 4;\n }\n if (sampleSizePresent) {\n sample.size = view.getUint32(offset);\n offset += 4;\n }\n if (sampleFlagsPresent) {\n sample.flags = parseSampleFlags(data.subarray(offset, offset + 4));\n offset += 4;\n }\n if (sampleCompositionTimeOffsetPresent) {\n // Note: this should be a signed int if version is 1\n sample.compositionTimeOffset = view.getUint32(offset);\n offset += 4;\n }\n result.samples.push(sample);\n }\n return result;\n },\n 'url ': function(data) {\n return {\n version: data[0],\n flags: new Uint8Array(data.subarray(1, 4))\n };\n },\n vmhd: function(data) {\n var view = new DataView(data.buffer, data.byteOffset, data.byteLength);\n return {\n version: data[0],\n flags: new Uint8Array(data.subarray(1, 4)),\n graphicsmode: view.getUint16(4),\n opcolor: new Uint16Array([view.getUint16(6),\n view.getUint16(8),\n view.getUint16(10)])\n };\n }\n };\n\n\n/**\n * Return a javascript array of box objects parsed from an ISO base\n * media file.\n * @param data {Uint8Array} the binary data of the media to be inspected\n * @return {array} a javascript array of potentially nested box objects\n */\ninspectMp4 = function(data) {\n var\n i = 0,\n result = [],\n view,\n size,\n type,\n end,\n box;\n\n // Convert data from Uint8Array to ArrayBuffer, to follow Dataview API\n var ab = new ArrayBuffer(data.length);\n var v = new Uint8Array(ab);\n for (var z = 0; z < data.length; ++z) {\n v[z] = data[z];\n }\n view = new DataView(ab);\n\n while (i < data.byteLength) {\n // parse box data\n size = view.getUint32(i);\n type = parseType(data.subarray(i + 4, i + 8));\n end = size > 1 ? i + size : data.byteLength;\n\n // parse type-specific data\n box = (parse[type] || function(data) {\n return {\n data: data\n };\n })(data.subarray(i + 8, end));\n box.size = size;\n box.type = type;\n\n // store this box and move to the next\n result.push(box);\n i = end;\n }\n return result;\n};\n\n/**\n * Returns a textual representation of the javascript represtentation\n * of an MP4 file. You can use it as an alternative to\n * JSON.stringify() to compare inspected MP4s.\n * @param inspectedMp4 {array} the parsed array of boxes in an MP4\n * file\n * @param depth {number} (optional) the number of ancestor boxes of\n * the elements of inspectedMp4. Assumed to be zero if unspecified.\n * @return {string} a text representation of the parsed MP4\n */\ntextifyMp4 = function(inspectedMp4, depth) {\n var indent;\n depth = depth || 0;\n indent = new Array(depth * 2 + 1).join(' ');\n\n // iterate over all the boxes\n return inspectedMp4.map(function(box, index) {\n\n // list the box type first at the current indentation level\n return indent + box.type + '\\n' +\n\n // the type is already included and handle child boxes separately\n Object.keys(box).filter(function(key) {\n return key !== 'type' && key !== 'boxes';\n\n // output all the box properties\n }).map(function(key) {\n var prefix = indent + ' ' + key + ': ',\n value = box[key];\n\n // print out raw bytes as hexademical\n if (value instanceof Uint8Array || value instanceof Uint32Array) {\n var bytes = Array.prototype.slice.call(new Uint8Array(value.buffer, value.byteOffset, value.byteLength))\n .map(function(byte) {\n return ' ' + ('00' + byte.toString(16)).slice(-2);\n }).join('').match(/.{1,24}/g);\n if (!bytes) {\n return prefix + '<>';\n }\n if (bytes.length === 1) {\n return prefix + '<' + bytes.join('').slice(1) + '>';\n }\n return prefix + '<\\n' + bytes.map(function(line) {\n return indent + ' ' + line;\n }).join('\\n') + '\\n' + indent + ' >';\n }\n\n // stringify generic objects\n return prefix +\n JSON.stringify(value, null, 2)\n .split('\\n').map(function(line, index) {\n if (index === 0) {\n return line;\n }\n return indent + ' ' + line;\n }).join('\\n');\n }).join('\\n') +\n\n // recursively textify the child boxes\n (box.boxes ? '\\n' + textifyMp4(box.boxes, depth + 1) : '');\n }).join('\\n');\n};\n\nmodule.exports = {\n inspect: inspectMp4,\n textify: textifyMp4,\n parseTfdt: parse.tfdt,\n parseHdlr: parse.hdlr,\n parseTfhd: parse.tfhd,\n parseTrun: parse.trun\n};\n","/**\n * mux.js\n *\n * Copyright (c) 2016 Brightcove\n * All rights reserved.\n *\n * Parse mpeg2 transport stream packets to extract basic timing information\n */\n'use strict';\n\nvar StreamTypes = require('../m2ts/stream-types.js');\nvar handleRollover = require('../m2ts/timestamp-rollover-stream.js').handleRollover;\nvar probe = {};\nprobe.ts = require('../m2ts/probe.js');\nprobe.aac = require('../aac/utils.js');\n\n\nvar\n PES_TIMESCALE = 90000,\n MP2T_PACKET_LENGTH = 188, // bytes\n SYNC_BYTE = 0x47;\n\n/**\n * walks through segment data looking for pat and pmt packets to parse out\n * program map table information\n */\nvar parsePsi_ = function(bytes, pmt) {\n var\n startIndex = 0,\n endIndex = MP2T_PACKET_LENGTH,\n packet, type;\n\n while (endIndex < bytes.byteLength) {\n // Look for a pair of start and end sync bytes in the data..\n if (bytes[startIndex] === SYNC_BYTE && bytes[endIndex] === SYNC_BYTE) {\n // We found a packet\n packet = bytes.subarray(startIndex, endIndex);\n type = probe.ts.parseType(packet, pmt.pid);\n\n switch (type) {\n case 'pat':\n if (!pmt.pid) {\n pmt.pid = probe.ts.parsePat(packet);\n }\n break;\n case 'pmt':\n if (!pmt.table) {\n pmt.table = probe.ts.parsePmt(packet);\n }\n break;\n default:\n break;\n }\n\n // Found the pat and pmt, we can stop walking the segment\n if (pmt.pid && pmt.table) {\n return;\n }\n\n startIndex += MP2T_PACKET_LENGTH;\n endIndex += MP2T_PACKET_LENGTH;\n continue;\n }\n\n // If we get here, we have somehow become de-synchronized and we need to step\n // forward one byte at a time until we find a pair of sync bytes that denote\n // a packet\n startIndex++;\n endIndex++;\n }\n};\n\n/**\n * walks through the segment data from the start and end to get timing information\n * for the first and last audio pes packets\n */\nvar parseAudioPes_ = function(bytes, pmt, result) {\n var\n startIndex = 0,\n endIndex = MP2T_PACKET_LENGTH,\n packet, type, pesType, pusi, parsed;\n\n var endLoop = false;\n\n // Start walking from start of segment to get first audio packet\n while (endIndex <= bytes.byteLength) {\n // Look for a pair of start and end sync bytes in the data..\n if (bytes[startIndex] === SYNC_BYTE &&\n (bytes[endIndex] === SYNC_BYTE || endIndex === bytes.byteLength)) {\n // We found a packet\n packet = bytes.subarray(startIndex, endIndex);\n type = probe.ts.parseType(packet, pmt.pid);\n\n switch (type) {\n case 'pes':\n pesType = probe.ts.parsePesType(packet, pmt.table);\n pusi = probe.ts.parsePayloadUnitStartIndicator(packet);\n if (pesType === 'audio' && pusi) {\n parsed = probe.ts.parsePesTime(packet);\n if (parsed) {\n parsed.type = 'audio';\n result.audio.push(parsed);\n endLoop = true;\n }\n }\n break;\n default:\n break;\n }\n\n if (endLoop) {\n break;\n }\n\n startIndex += MP2T_PACKET_LENGTH;\n endIndex += MP2T_PACKET_LENGTH;\n continue;\n }\n\n // If we get here, we have somehow become de-synchronized and we need to step\n // forward one byte at a time until we find a pair of sync bytes that denote\n // a packet\n startIndex++;\n endIndex++;\n }\n\n // Start walking from end of segment to get last audio packet\n endIndex = bytes.byteLength;\n startIndex = endIndex - MP2T_PACKET_LENGTH;\n endLoop = false;\n while (startIndex >= 0) {\n // Look for a pair of start and end sync bytes in the data..\n if (bytes[startIndex] === SYNC_BYTE &&\n (bytes[endIndex] === SYNC_BYTE || endIndex === bytes.byteLength)) {\n // We found a packet\n packet = bytes.subarray(startIndex, endIndex);\n type = probe.ts.parseType(packet, pmt.pid);\n\n switch (type) {\n case 'pes':\n pesType = probe.ts.parsePesType(packet, pmt.table);\n pusi = probe.ts.parsePayloadUnitStartIndicator(packet);\n if (pesType === 'audio' && pusi) {\n parsed = probe.ts.parsePesTime(packet);\n if (parsed) {\n parsed.type = 'audio';\n result.audio.push(parsed);\n endLoop = true;\n }\n }\n break;\n default:\n break;\n }\n\n if (endLoop) {\n break;\n }\n\n startIndex -= MP2T_PACKET_LENGTH;\n endIndex -= MP2T_PACKET_LENGTH;\n continue;\n }\n\n // If we get here, we have somehow become de-synchronized and we need to step\n // forward one byte at a time until we find a pair of sync bytes that denote\n // a packet\n startIndex--;\n endIndex--;\n }\n};\n\n/**\n * walks through the segment data from the start and end to get timing information\n * for the first and last video pes packets as well as timing information for the first\n * key frame.\n */\nvar parseVideoPes_ = function(bytes, pmt, result) {\n var\n startIndex = 0,\n endIndex = MP2T_PACKET_LENGTH,\n packet, type, pesType, pusi, parsed, frame, i, pes;\n\n var endLoop = false;\n\n var currentFrame = {\n data: [],\n size: 0\n };\n\n // Start walking from start of segment to get first video packet\n while (endIndex < bytes.byteLength) {\n // Look for a pair of start and end sync bytes in the data..\n if (bytes[startIndex] === SYNC_BYTE && bytes[endIndex] === SYNC_BYTE) {\n // We found a packet\n packet = bytes.subarray(startIndex, endIndex);\n type = probe.ts.parseType(packet, pmt.pid);\n\n switch (type) {\n case 'pes':\n pesType = probe.ts.parsePesType(packet, pmt.table);\n pusi = probe.ts.parsePayloadUnitStartIndicator(packet);\n if (pesType === 'video') {\n if (pusi && !endLoop) {\n parsed = probe.ts.parsePesTime(packet);\n if (parsed) {\n parsed.type = 'video';\n result.video.push(parsed);\n endLoop = true;\n }\n }\n if (!result.firstKeyFrame) {\n if (pusi) {\n if (currentFrame.size !== 0) {\n frame = new Uint8Array(currentFrame.size);\n i = 0;\n while (currentFrame.data.length) {\n pes = currentFrame.data.shift();\n frame.set(pes, i);\n i += pes.byteLength;\n }\n if (probe.ts.videoPacketContainsKeyFrame(frame)) {\n result.firstKeyFrame = probe.ts.parsePesTime(frame);\n result.firstKeyFrame.type = 'video';\n }\n currentFrame.size = 0;\n }\n }\n currentFrame.data.push(packet);\n currentFrame.size += packet.byteLength;\n }\n }\n break;\n default:\n break;\n }\n\n if (endLoop && result.firstKeyFrame) {\n break;\n }\n\n startIndex += MP2T_PACKET_LENGTH;\n endIndex += MP2T_PACKET_LENGTH;\n continue;\n }\n\n // If we get here, we have somehow become de-synchronized and we need to step\n // forward one byte at a time until we find a pair of sync bytes that denote\n // a packet\n startIndex++;\n endIndex++;\n }\n\n // Start walking from end of segment to get last video packet\n endIndex = bytes.byteLength;\n startIndex = endIndex - MP2T_PACKET_LENGTH;\n endLoop = false;\n while (startIndex >= 0) {\n // Look for a pair of start and end sync bytes in the data..\n if (bytes[startIndex] === SYNC_BYTE && bytes[endIndex] === SYNC_BYTE) {\n // We found a packet\n packet = bytes.subarray(startIndex, endIndex);\n type = probe.ts.parseType(packet, pmt.pid);\n\n switch (type) {\n case 'pes':\n pesType = probe.ts.parsePesType(packet, pmt.table);\n pusi = probe.ts.parsePayloadUnitStartIndicator(packet);\n if (pesType === 'video' && pusi) {\n parsed = probe.ts.parsePesTime(packet);\n if (parsed) {\n parsed.type = 'video';\n result.video.push(parsed);\n endLoop = true;\n }\n }\n break;\n default:\n break;\n }\n\n if (endLoop) {\n break;\n }\n\n startIndex -= MP2T_PACKET_LENGTH;\n endIndex -= MP2T_PACKET_LENGTH;\n continue;\n }\n\n // If we get here, we have somehow become de-synchronized and we need to step\n // forward one byte at a time until we find a pair of sync bytes that denote\n // a packet\n startIndex--;\n endIndex--;\n }\n};\n\n/**\n * Adjusts the timestamp information for the segment to account for\n * rollover and convert to seconds based on pes packet timescale (90khz clock)\n */\nvar adjustTimestamp_ = function(segmentInfo, baseTimestamp) {\n if (segmentInfo.audio && segmentInfo.audio.length) {\n var audioBaseTimestamp = baseTimestamp;\n if (typeof audioBaseTimestamp === 'undefined') {\n audioBaseTimestamp = segmentInfo.audio[0].dts;\n }\n segmentInfo.audio.forEach(function(info) {\n info.dts = handleRollover(info.dts, audioBaseTimestamp);\n info.pts = handleRollover(info.pts, audioBaseTimestamp);\n // time in seconds\n info.dtsTime = info.dts / PES_TIMESCALE;\n info.ptsTime = info.pts / PES_TIMESCALE;\n });\n }\n\n if (segmentInfo.video && segmentInfo.video.length) {\n var videoBaseTimestamp = baseTimestamp;\n if (typeof videoBaseTimestamp === 'undefined') {\n videoBaseTimestamp = segmentInfo.video[0].dts;\n }\n segmentInfo.video.forEach(function(info) {\n info.dts = handleRollover(info.dts, videoBaseTimestamp);\n info.pts = handleRollover(info.pts, videoBaseTimestamp);\n // time in seconds\n info.dtsTime = info.dts / PES_TIMESCALE;\n info.ptsTime = info.pts / PES_TIMESCALE;\n });\n if (segmentInfo.firstKeyFrame) {\n var frame = segmentInfo.firstKeyFrame;\n frame.dts = handleRollover(frame.dts, videoBaseTimestamp);\n frame.pts = handleRollover(frame.pts, videoBaseTimestamp);\n // time in seconds\n frame.dtsTime = frame.dts / PES_TIMESCALE;\n frame.ptsTime = frame.dts / PES_TIMESCALE;\n }\n }\n};\n\n/**\n * inspects the aac data stream for start and end time information\n */\nvar inspectAac_ = function(bytes) {\n var\n endLoop = false,\n audioCount = 0,\n sampleRate = null,\n timestamp = null,\n frameSize = 0,\n byteIndex = 0,\n packet;\n\n while (bytes.length - byteIndex >= 3) {\n var type = probe.aac.parseType(bytes, byteIndex);\n switch (type) {\n case 'timed-metadata':\n // Exit early because we don't have enough to parse\n // the ID3 tag header\n if (bytes.length - byteIndex < 10) {\n endLoop = true;\n break;\n }\n\n frameSize = probe.aac.parseId3TagSize(bytes, byteIndex);\n\n // Exit early if we don't have enough in the buffer\n // to emit a full packet\n if (frameSize > bytes.length) {\n endLoop = true;\n break;\n }\n if (timestamp === null) {\n packet = bytes.subarray(byteIndex, byteIndex + frameSize);\n timestamp = probe.aac.parseAacTimestamp(packet);\n }\n byteIndex += frameSize;\n break;\n case 'audio':\n // Exit early because we don't have enough to parse\n // the ADTS frame header\n if (bytes.length - byteIndex < 7) {\n endLoop = true;\n break;\n }\n\n frameSize = probe.aac.parseAdtsSize(bytes, byteIndex);\n\n // Exit early if we don't have enough in the buffer\n // to emit a full packet\n if (frameSize > bytes.length) {\n endLoop = true;\n break;\n }\n if (sampleRate === null) {\n packet = bytes.subarray(byteIndex, byteIndex + frameSize);\n sampleRate = probe.aac.parseSampleRate(packet);\n }\n audioCount++;\n byteIndex += frameSize;\n break;\n default:\n byteIndex++;\n break;\n }\n if (endLoop) {\n return null;\n }\n }\n if (sampleRate === null || timestamp === null) {\n return null;\n }\n\n var audioTimescale = PES_TIMESCALE / sampleRate;\n\n var result = {\n audio: [\n {\n type: 'audio',\n dts: timestamp,\n pts: timestamp\n },\n {\n type: 'audio',\n dts: timestamp + (audioCount * 1024 * audioTimescale),\n pts: timestamp + (audioCount * 1024 * audioTimescale)\n }\n ]\n };\n\n return result;\n};\n\n/**\n * inspects the transport stream segment data for start and end time information\n * of the audio and video tracks (when present) as well as the first key frame's\n * start time.\n */\nvar inspectTs_ = function(bytes) {\n var pmt = {\n pid: null,\n table: null\n };\n\n var result = {};\n\n parsePsi_(bytes, pmt);\n\n for (var pid in pmt.table) {\n if (pmt.table.hasOwnProperty(pid)) {\n var type = pmt.table[pid];\n switch (type) {\n case StreamTypes.H264_STREAM_TYPE:\n result.video = [];\n parseVideoPes_(bytes, pmt, result);\n if (result.video.length === 0) {\n delete result.video;\n }\n break;\n case StreamTypes.ADTS_STREAM_TYPE:\n result.audio = [];\n parseAudioPes_(bytes, pmt, result);\n if (result.audio.length === 0) {\n delete result.audio;\n }\n break;\n default:\n break;\n }\n }\n }\n return result;\n};\n\n/**\n * Inspects segment byte data and returns an object with start and end timing information\n *\n * @param {Uint8Array} bytes The segment byte data\n * @param {Number} baseTimestamp Relative reference timestamp used when adjusting frame\n * timestamps for rollover. This value must be in 90khz clock.\n * @return {Object} Object containing start and end frame timing info of segment.\n */\nvar inspect = function(bytes, baseTimestamp) {\n var isAacData = probe.aac.isLikelyAacData(bytes);\n\n var result;\n\n if (isAacData) {\n result = inspectAac_(bytes);\n } else {\n result = inspectTs_(bytes);\n }\n\n if (!result || (!result.audio && !result.video)) {\n return null;\n }\n\n adjustTimestamp_(result, baseTimestamp);\n\n return result;\n};\n\nmodule.exports = {\n inspect: inspect,\n parseAudioPes_: parseAudioPes_\n};\n","var toUnsigned = function(value) {\n return value >>> 0;\n};\n\nmodule.exports = {\n toUnsigned: toUnsigned\n};\n","var\n ONE_SECOND_IN_TS = 90000, // 90kHz clock\n secondsToVideoTs,\n secondsToAudioTs,\n videoTsToSeconds,\n audioTsToSeconds,\n audioTsToVideoTs,\n videoTsToAudioTs;\n\nsecondsToVideoTs = function(seconds) {\n return seconds * ONE_SECOND_IN_TS;\n};\n\nsecondsToAudioTs = function(seconds, sampleRate) {\n return seconds * sampleRate;\n};\n\nvideoTsToSeconds = function(timestamp) {\n return timestamp / ONE_SECOND_IN_TS;\n};\n\naudioTsToSeconds = function(timestamp, sampleRate) {\n return timestamp / sampleRate;\n};\n\naudioTsToVideoTs = function(timestamp, sampleRate) {\n return secondsToVideoTs(audioTsToSeconds(timestamp, sampleRate));\n};\n\nvideoTsToAudioTs = function(timestamp, sampleRate) {\n return secondsToAudioTs(videoTsToSeconds(timestamp), sampleRate);\n};\n\nmodule.exports = {\n secondsToVideoTs: secondsToVideoTs,\n secondsToAudioTs: secondsToAudioTs,\n videoTsToSeconds: videoTsToSeconds,\n audioTsToSeconds: audioTsToSeconds,\n audioTsToVideoTs: audioTsToVideoTs,\n videoTsToAudioTs: videoTsToAudioTs\n};\n","'use strict';\n\nvar ExpGolomb;\n\n/**\n * Parser for exponential Golomb codes, a variable-bitwidth number encoding\n * scheme used by h264.\n */\nExpGolomb = function(workingData) {\n var\n // the number of bytes left to examine in workingData\n workingBytesAvailable = workingData.byteLength,\n\n // the current word being examined\n workingWord = 0, // :uint\n\n // the number of bits left to examine in the current word\n workingBitsAvailable = 0; // :uint;\n\n // ():uint\n this.length = function() {\n return (8 * workingBytesAvailable);\n };\n\n // ():uint\n this.bitsAvailable = function() {\n return (8 * workingBytesAvailable) + workingBitsAvailable;\n };\n\n // ():void\n this.loadWord = function() {\n var\n position = workingData.byteLength - workingBytesAvailable,\n workingBytes = new Uint8Array(4),\n availableBytes = Math.min(4, workingBytesAvailable);\n\n if (availableBytes === 0) {\n throw new Error('no bytes available');\n }\n\n workingBytes.set(workingData.subarray(position,\n position + availableBytes));\n workingWord = new DataView(workingBytes.buffer).getUint32(0);\n\n // track the amount of workingData that has been processed\n workingBitsAvailable = availableBytes * 8;\n workingBytesAvailable -= availableBytes;\n };\n\n // (count:int):void\n this.skipBits = function(count) {\n var skipBytes; // :int\n if (workingBitsAvailable > count) {\n workingWord <<= count;\n workingBitsAvailable -= count;\n } else {\n count -= workingBitsAvailable;\n skipBytes = Math.floor(count / 8);\n\n count -= (skipBytes * 8);\n workingBytesAvailable -= skipBytes;\n\n this.loadWord();\n\n workingWord <<= count;\n workingBitsAvailable -= count;\n }\n };\n\n // (size:int):uint\n this.readBits = function(size) {\n var\n bits = Math.min(workingBitsAvailable, size), // :uint\n valu = workingWord >>> (32 - bits); // :uint\n // if size > 31, handle error\n workingBitsAvailable -= bits;\n if (workingBitsAvailable > 0) {\n workingWord <<= bits;\n } else if (workingBytesAvailable > 0) {\n this.loadWord();\n }\n\n bits = size - bits;\n if (bits > 0) {\n return valu << bits | this.readBits(bits);\n }\n return valu;\n };\n\n // ():uint\n this.skipLeadingZeros = function() {\n var leadingZeroCount; // :uint\n for (leadingZeroCount = 0; leadingZeroCount < workingBitsAvailable; ++leadingZeroCount) {\n if ((workingWord & (0x80000000 >>> leadingZeroCount)) !== 0) {\n // the first bit of working word is 1\n workingWord <<= leadingZeroCount;\n workingBitsAvailable -= leadingZeroCount;\n return leadingZeroCount;\n }\n }\n\n // we exhausted workingWord and still have not found a 1\n this.loadWord();\n return leadingZeroCount + this.skipLeadingZeros();\n };\n\n // ():void\n this.skipUnsignedExpGolomb = function() {\n this.skipBits(1 + this.skipLeadingZeros());\n };\n\n // ():void\n this.skipExpGolomb = function() {\n this.skipBits(1 + this.skipLeadingZeros());\n };\n\n // ():uint\n this.readUnsignedExpGolomb = function() {\n var clz = this.skipLeadingZeros(); // :uint\n return this.readBits(clz + 1) - 1;\n };\n\n // ():int\n this.readExpGolomb = function() {\n var valu = this.readUnsignedExpGolomb(); // :int\n if (0x01 & valu) {\n // the number is odd if the low order bit is set\n return (1 + valu) >>> 1; // add 1 to make it even, and divide by 2\n }\n return -1 * (valu >>> 1); // divide by two then make it negative\n };\n\n // Some convenience functions\n // :Boolean\n this.readBoolean = function() {\n return this.readBits(1) === 1;\n };\n\n // ():int\n this.readUnsignedByte = function() {\n return this.readBits(8);\n };\n\n this.loadWord();\n};\n\nmodule.exports = ExpGolomb;\n","/**\n * mux.js\n *\n * Copyright (c) 2014 Brightcove\n * All rights reserved.\n *\n * A lightweight readable stream implemention that handles event dispatching.\n * Objects that inherit from streams should call init in their constructors.\n */\n'use strict';\n\nvar Stream = function() {\n this.init = function() {\n var listeners = {};\n /**\n * Add a listener for a specified event type.\n * @param type {string} the event name\n * @param listener {function} the callback to be invoked when an event of\n * the specified type occurs\n */\n this.on = function(type, listener) {\n if (!listeners[type]) {\n listeners[type] = [];\n }\n listeners[type] = listeners[type].concat(listener);\n };\n /**\n * Remove a listener for a specified event type.\n * @param type {string} the event name\n * @param listener {function} a function previously registered for this\n * type of event through `on`\n */\n this.off = function(type, listener) {\n var index;\n if (!listeners[type]) {\n return false;\n }\n index = listeners[type].indexOf(listener);\n listeners[type] = listeners[type].slice();\n listeners[type].splice(index, 1);\n return index > -1;\n };\n /**\n * Trigger an event of the specified type on this stream. Any additional\n * arguments to this function are passed as parameters to event listeners.\n * @param type {string} the event name\n */\n this.trigger = function(type) {\n var callbacks, i, length, args;\n callbacks = listeners[type];\n if (!callbacks) {\n return;\n }\n // Slicing the arguments on every invocation of this method\n // can add a significant amount of overhead. Avoid the\n // intermediate object creation for the common case of a\n // single callback argument\n if (arguments.length === 2) {\n length = callbacks.length;\n for (i = 0; i < length; ++i) {\n callbacks[i].call(this, arguments[1]);\n }\n } else {\n args = [];\n i = arguments.length;\n for (i = 1; i < arguments.length; ++i) {\n args.push(arguments[i]);\n }\n length = callbacks.length;\n for (i = 0; i < length; ++i) {\n callbacks[i].apply(this, args);\n }\n }\n };\n /**\n * Destroys the stream and cleans up.\n */\n this.dispose = function() {\n listeners = {};\n };\n };\n};\n\n/**\n * Forwards all `data` events on this stream to the destination stream. The\n * destination stream should provide a method `push` to receive the data\n * events as they arrive.\n * @param destination {stream} the stream that will receive all `data` events\n * @param autoFlush {boolean} if false, we will not call `flush` on the destination\n * when the current stream emits a 'done' event\n * @see http://nodejs.org/api/stream.html#stream_readable_pipe_destination_options\n */\nStream.prototype.pipe = function(destination) {\n this.on('data', function(data) {\n destination.push(data);\n });\n\n this.on('done', function(flushSource) {\n destination.flush(flushSource);\n });\n\n return destination;\n};\n\n// Default stream functions that are expected to be overridden to perform\n// actual work. These are provided by the prototype as a sort of no-op\n// implementation so that we don't have to check for their existence in the\n// `pipe` function above.\nStream.prototype.push = function(data) {\n this.trigger('data', data);\n};\n\nStream.prototype.flush = function(flushSource) {\n this.trigger('done', flushSource);\n};\n\nmodule.exports = Stream;\n","var trim = require('trim')\n , forEach = require('for-each')\n , isArray = function(arg) {\n return Object.prototype.toString.call(arg) === '[object Array]';\n }\n\nmodule.exports = function (headers) {\n if (!headers)\n return {}\n\n var result = {}\n\n forEach(\n trim(headers).split('\\n')\n , function (row) {\n var index = row.indexOf(':')\n , key = trim(row.slice(0, index)).toLowerCase()\n , value = trim(row.slice(index + 1))\n\n if (typeof(result[key]) === 'undefined') {\n result[key] = value\n } else if (isArray(result[key])) {\n result[key].push(value)\n } else {\n result[key] = [ result[key], value ]\n }\n }\n )\n\n return result\n}","module.exports = SafeParseTuple\n\nfunction SafeParseTuple(obj, reviver) {\n var json\n var error = null\n\n try {\n json = JSON.parse(obj, reviver)\n } catch (err) {\n error = err\n }\n\n return [error, json]\n}\n","\nexports = module.exports = trim;\n\nfunction trim(str){\n return str.replace(/^\\s*|\\s*$/g, '');\n}\n\nexports.left = function(str){\n return str.replace(/^\\s*/, '');\n};\n\nexports.right = function(str){\n return str.replace(/\\s*$/, '');\n};\n","function clean (s) {\n return s.replace(/\\n\\r?\\s*/g, '')\n}\n\n\nmodule.exports = function tsml (sa) {\n var s = ''\n , i = 0\n\n for (; i < arguments.length; i++)\n s += clean(sa[i]) + (arguments[i + 1] || '')\n\n return s\n}","// see https://tools.ietf.org/html/rfc1808\n\n/* jshint ignore:start */\n(function(root) { \n/* jshint ignore:end */\n\n var URL_REGEX = /^((?:[a-zA-Z0-9+\\-.]+:)?)(\\/\\/[^\\/?#]*)?((?:[^\\/\\?#]*\\/)*.*?)??(;.*?)?(\\?.*?)?(#.*?)?$/;\n var FIRST_SEGMENT_REGEX = /^([^\\/?#]*)(.*)$/;\n var SLASH_DOT_REGEX = /(?:\\/|^)\\.(?=\\/)/g;\n var SLASH_DOT_DOT_REGEX = /(?:\\/|^)\\.\\.\\/(?!\\.\\.\\/).*?(?=\\/)/g;\n\n var URLToolkit = { // jshint ignore:line\n // If opts.alwaysNormalize is true then the path will always be normalized even when it starts with / or //\n // E.g\n // With opts.alwaysNormalize = false (default, spec compliant)\n // http://a.com/b/cd + /e/f/../g => http://a.com/e/f/../g\n // With opts.alwaysNormalize = true (not spec compliant)\n // http://a.com/b/cd + /e/f/../g => http://a.com/e/g\n buildAbsoluteURL: function(baseURL, relativeURL, opts) {\n opts = opts || {};\n // remove any remaining space and CRLF\n baseURL = baseURL.trim();\n relativeURL = relativeURL.trim();\n if (!relativeURL) {\n // 2a) If the embedded URL is entirely empty, it inherits the\n // entire base URL (i.e., is set equal to the base URL)\n // and we are done.\n if (!opts.alwaysNormalize) {\n return baseURL;\n }\n var basePartsForNormalise = URLToolkit.parseURL(baseURL);\n if (!basePartsForNormalise) {\n throw new Error('Error trying to parse base URL.');\n }\n basePartsForNormalise.path = URLToolkit.normalizePath(basePartsForNormalise.path);\n return URLToolkit.buildURLFromParts(basePartsForNormalise);\n }\n var relativeParts = URLToolkit.parseURL(relativeURL);\n if (!relativeParts) {\n throw new Error('Error trying to parse relative URL.');\n }\n if (relativeParts.scheme) {\n // 2b) If the embedded URL starts with a scheme name, it is\n // interpreted as an absolute URL and we are done.\n if (!opts.alwaysNormalize) {\n return relativeURL;\n }\n relativeParts.path = URLToolkit.normalizePath(relativeParts.path);\n return URLToolkit.buildURLFromParts(relativeParts);\n }\n var baseParts = URLToolkit.parseURL(baseURL);\n if (!baseParts) {\n throw new Error('Error trying to parse base URL.');\n }\n if (!baseParts.netLoc && baseParts.path && baseParts.path[0] !== '/') {\n // If netLoc missing and path doesn't start with '/', assume everthing before the first '/' is the netLoc\n // This causes 'example.com/a' to be handled as '//example.com/a' instead of '/example.com/a'\n var pathParts = FIRST_SEGMENT_REGEX.exec(baseParts.path);\n baseParts.netLoc = pathParts[1];\n baseParts.path = pathParts[2];\n }\n if (baseParts.netLoc && !baseParts.path) {\n baseParts.path = '/';\n }\n var builtParts = {\n // 2c) Otherwise, the embedded URL inherits the scheme of\n // the base URL.\n scheme: baseParts.scheme,\n netLoc: relativeParts.netLoc,\n path: null,\n params: relativeParts.params,\n query: relativeParts.query,\n fragment: relativeParts.fragment\n };\n if (!relativeParts.netLoc) {\n // 3) If the embedded URL's <net_loc> is non-empty, we skip to\n // Step 7. Otherwise, the embedded URL inherits the <net_loc>\n // (if any) of the base URL.\n builtParts.netLoc = baseParts.netLoc;\n // 4) If the embedded URL path is preceded by a slash \"/\", the\n // path is not relative and we skip to Step 7.\n if (relativeParts.path[0] !== '/') {\n if (!relativeParts.path) {\n // 5) If the embedded URL path is empty (and not preceded by a\n // slash), then the embedded URL inherits the base URL path\n builtParts.path = baseParts.path;\n // 5a) if the embedded URL's <params> is non-empty, we skip to\n // step 7; otherwise, it inherits the <params> of the base\n // URL (if any) and\n if (!relativeParts.params) {\n builtParts.params = baseParts.params;\n // 5b) if the embedded URL's <query> is non-empty, we skip to\n // step 7; otherwise, it inherits the <query> of the base\n // URL (if any) and we skip to step 7.\n if (!relativeParts.query) {\n builtParts.query = baseParts.query;\n }\n }\n } else {\n // 6) The last segment of the base URL's path (anything\n // following the rightmost slash \"/\", or the entire path if no\n // slash is present) is removed and the embedded URL's path is\n // appended in its place.\n var baseURLPath = baseParts.path;\n var newPath = baseURLPath.substring(0, baseURLPath.lastIndexOf('/') + 1) + relativeParts.path;\n builtParts.path = URLToolkit.normalizePath(newPath);\n }\n }\n }\n if (builtParts.path === null) {\n builtParts.path = opts.alwaysNormalize ? URLToolkit.normalizePath(relativeParts.path) : relativeParts.path;\n }\n return URLToolkit.buildURLFromParts(builtParts);\n },\n parseURL: function(url) {\n var parts = URL_REGEX.exec(url);\n if (!parts) {\n return null;\n }\n return {\n scheme: parts[1] || '',\n netLoc: parts[2] || '',\n path: parts[3] || '',\n params: parts[4] || '',\n query: parts[5] || '',\n fragment: parts[6] || ''\n };\n },\n normalizePath: function(path) {\n // The following operations are\n // then applied, in order, to the new path:\n // 6a) All occurrences of \"./\", where \".\" is a complete path\n // segment, are removed.\n // 6b) If the path ends with \".\" as a complete path segment,\n // that \".\" is removed.\n path = path.split('').reverse().join('').replace(SLASH_DOT_REGEX, '');\n // 6c) All occurrences of \"<segment>/../\", where <segment> is a\n // complete path segment not equal to \"..\", are removed.\n // Removal of these path segments is performed iteratively,\n // removing the leftmost matching pattern on each iteration,\n // until no matching pattern remains.\n // 6d) If the path ends with \"<segment>/..\", where <segment> is a\n // complete path segment not equal to \"..\", that\n // \"<segment>/..\" is removed.\n while (path.length !== (path = path.replace(SLASH_DOT_DOT_REGEX, '')).length) {} // jshint ignore:line\n return path.split('').reverse().join('');\n },\n buildURLFromParts: function(parts) {\n return parts.scheme + parts.netLoc + parts.path + parts.params + parts.query + parts.fragment;\n }\n };\n\n/* jshint ignore:start */\n if(typeof exports === 'object' && typeof module === 'object')\n module.exports = URLToolkit;\n else if(typeof define === 'function' && define.amd)\n define([], function() { return URLToolkit; });\n else if(typeof exports === 'object')\n exports[\"URLToolkit\"] = URLToolkit;\n else\n root[\"URLToolkit\"] = URLToolkit;\n})(this);\n/* jshint ignore:end */\n","var classCallCheck = function (instance, Constructor) {\n if (!(instance instanceof Constructor)) {\n throw new TypeError(\"Cannot call a class as a function\");\n }\n};\n\n\n\n\n\n\n\n\n\nvar _extends = Object.assign || function (target) {\n for (var i = 1; i < arguments.length; i++) {\n var source = arguments[i];\n\n for (var key in source) {\n if (Object.prototype.hasOwnProperty.call(source, key)) {\n target[key] = source[key];\n }\n }\n }\n\n return target;\n};\n\n\n\nvar inherits = function (subClass, superClass) {\n if (typeof superClass !== \"function\" && superClass !== null) {\n throw new TypeError(\"Super expression must either be null or a function, not \" + typeof superClass);\n }\n\n subClass.prototype = Object.create(superClass && superClass.prototype, {\n constructor: {\n value: subClass,\n enumerable: false,\n writable: true,\n configurable: true\n }\n });\n if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass;\n};\n\n\n\n\n\n\n\n\n\n\n\nvar possibleConstructorReturn = function (self, call) {\n if (!self) {\n throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\");\n }\n\n return call && (typeof call === \"object\" || typeof call === \"function\") ? call : self;\n};\n\n/**\n * @file stream.js\n */\n/**\n * A lightweight readable stream implemention that handles event dispatching.\n *\n * @class Stream\n */\nvar Stream = function () {\n function Stream() {\n classCallCheck(this, Stream);\n\n this.listeners = {};\n }\n\n /**\n * Add a listener for a specified event type.\n *\n * @param {String} type the event name\n * @param {Function} listener the callback to be invoked when an event of\n * the specified type occurs\n */\n\n\n Stream.prototype.on = function on(type, listener) {\n if (!this.listeners[type]) {\n this.listeners[type] = [];\n }\n this.listeners[type].push(listener);\n };\n\n /**\n * Remove a listener for a specified event type.\n *\n * @param {String} type the event name\n * @param {Function} listener a function previously registered for this\n * type of event through `on`\n * @return {Boolean} if we could turn it off or not\n */\n\n\n Stream.prototype.off = function off(type, listener) {\n if (!this.listeners[type]) {\n return false;\n }\n\n var index = this.listeners[type].indexOf(listener);\n\n this.listeners[type].splice(index, 1);\n return index > -1;\n };\n\n /**\n * Trigger an event of the specified type on this stream. Any additional\n * arguments to this function are passed as parameters to event listeners.\n *\n * @param {String} type the event name\n */\n\n\n Stream.prototype.trigger = function trigger(type) {\n var callbacks = this.listeners[type];\n var i = void 0;\n var length = void 0;\n var args = void 0;\n\n if (!callbacks) {\n return;\n }\n // Slicing the arguments on every invocation of this method\n // can add a significant amount of overhead. Avoid the\n // intermediate object creation for the common case of a\n // single callback argument\n if (arguments.length === 2) {\n length = callbacks.length;\n for (i = 0; i < length; ++i) {\n callbacks[i].call(this, arguments[1]);\n }\n } else {\n args = Array.prototype.slice.call(arguments, 1);\n length = callbacks.length;\n for (i = 0; i < length; ++i) {\n callbacks[i].apply(this, args);\n }\n }\n };\n\n /**\n * Destroys the stream and cleans up.\n */\n\n\n Stream.prototype.dispose = function dispose() {\n this.listeners = {};\n };\n /**\n * Forwards all `data` events on this stream to the destination stream. The\n * destination stream should provide a method `push` to receive the data\n * events as they arrive.\n *\n * @param {Stream} destination the stream that will receive all `data` events\n * @see http://nodejs.org/api/stream.html#stream_readable_pipe_destination_options\n */\n\n\n Stream.prototype.pipe = function pipe(destination) {\n this.on('data', function (data) {\n destination.push(data);\n });\n };\n\n return Stream;\n}();\n\n/**\n * @file m3u8/line-stream.js\n */\n/**\n * A stream that buffers string input and generates a `data` event for each\n * line.\n *\n * @class LineStream\n * @extends Stream\n */\n\nvar LineStream = function (_Stream) {\n inherits(LineStream, _Stream);\n\n function LineStream() {\n classCallCheck(this, LineStream);\n\n var _this = possibleConstructorReturn(this, _Stream.call(this));\n\n _this.buffer = '';\n return _this;\n }\n\n /**\n * Add new data to be parsed.\n *\n * @param {String} data the text to process\n */\n\n\n LineStream.prototype.push = function push(data) {\n var nextNewline = void 0;\n\n this.buffer += data;\n nextNewline = this.buffer.indexOf('\\n');\n\n for (; nextNewline > -1; nextNewline = this.buffer.indexOf('\\n')) {\n this.trigger('data', this.buffer.substring(0, nextNewline));\n this.buffer = this.buffer.substring(nextNewline + 1);\n }\n };\n\n return LineStream;\n}(Stream);\n\n/**\n * @file m3u8/parse-stream.js\n */\n/**\n * \"forgiving\" attribute list psuedo-grammar:\n * attributes -> keyvalue (',' keyvalue)*\n * keyvalue -> key '=' value\n * key -> [^=]*\n * value -> '\"' [^\"]* '\"' | [^,]*\n */\nvar attributeSeparator = function attributeSeparator() {\n var key = '[^=]*';\n var value = '\"[^\"]*\"|[^,]*';\n var keyvalue = '(?:' + key + ')=(?:' + value + ')';\n\n return new RegExp('(?:^|,)(' + keyvalue + ')');\n};\n\n/**\n * Parse attributes from a line given the seperator\n *\n * @param {String} attributes the attibute line to parse\n */\nvar parseAttributes = function parseAttributes(attributes) {\n // split the string using attributes as the separator\n var attrs = attributes.split(attributeSeparator());\n var result = {};\n var i = attrs.length;\n var attr = void 0;\n\n while (i--) {\n // filter out unmatched portions of the string\n if (attrs[i] === '') {\n continue;\n }\n\n // split the key and value\n attr = /([^=]*)=(.*)/.exec(attrs[i]).slice(1);\n // trim whitespace and remove optional quotes around the value\n attr[0] = attr[0].replace(/^\\s+|\\s+$/g, '');\n attr[1] = attr[1].replace(/^\\s+|\\s+$/g, '');\n attr[1] = attr[1].replace(/^['\"](.*)['\"]$/g, '$1');\n result[attr[0]] = attr[1];\n }\n return result;\n};\n\n/**\n * A line-level M3U8 parser event stream. It expects to receive input one\n * line at a time and performs a context-free parse of its contents. A stream\n * interpretation of a manifest can be useful if the manifest is expected to\n * be too large to fit comfortably into memory or the entirety of the input\n * is not immediately available. Otherwise, it's probably much easier to work\n * with a regular `Parser` object.\n *\n * Produces `data` events with an object that captures the parser's\n * interpretation of the input. That object has a property `tag` that is one\n * of `uri`, `comment`, or `tag`. URIs only have a single additional\n * property, `line`, which captures the entirety of the input without\n * interpretation. Comments similarly have a single additional property\n * `text` which is the input without the leading `#`.\n *\n * Tags always have a property `tagType` which is the lower-cased version of\n * the M3U8 directive without the `#EXT` or `#EXT-X-` prefix. For instance,\n * `#EXT-X-MEDIA-SEQUENCE` becomes `media-sequence` when parsed. Unrecognized\n * tags are given the tag type `unknown` and a single additional property\n * `data` with the remainder of the input.\n *\n * @class ParseStream\n * @extends Stream\n */\n\nvar ParseStream = function (_Stream) {\n inherits(ParseStream, _Stream);\n\n function ParseStream() {\n classCallCheck(this, ParseStream);\n\n var _this = possibleConstructorReturn(this, _Stream.call(this));\n\n _this.customParsers = [];\n return _this;\n }\n\n /**\n * Parses an additional line of input.\n *\n * @param {String} line a single line of an M3U8 file to parse\n */\n\n\n ParseStream.prototype.push = function push(line) {\n var match = void 0;\n var event = void 0;\n\n // strip whitespace\n line = line.replace(/^[\\u0000\\s]+|[\\u0000\\s]+$/g, '');\n if (line.length === 0) {\n // ignore empty lines\n return;\n }\n\n // URIs\n if (line[0] !== '#') {\n this.trigger('data', {\n type: 'uri',\n uri: line\n });\n return;\n }\n\n for (var i = 0; i < this.customParsers.length; i++) {\n if (this.customParsers[i].call(this, line)) {\n return;\n }\n }\n\n // Comments\n if (line.indexOf('#EXT') !== 0) {\n this.trigger('data', {\n type: 'comment',\n text: line.slice(1)\n });\n return;\n }\n\n // strip off any carriage returns here so the regex matching\n // doesn't have to account for them.\n line = line.replace('\\r', '');\n\n // Tags\n match = /^#EXTM3U/.exec(line);\n if (match) {\n this.trigger('data', {\n type: 'tag',\n tagType: 'm3u'\n });\n return;\n }\n match = /^#EXTINF:?([0-9\\.]*)?,?(.*)?$/.exec(line);\n if (match) {\n event = {\n type: 'tag',\n tagType: 'inf'\n };\n if (match[1]) {\n event.duration = parseFloat(match[1]);\n }\n if (match[2]) {\n event.title = match[2];\n }\n this.trigger('data', event);\n return;\n }\n match = /^#EXT-X-TARGETDURATION:?([0-9.]*)?/.exec(line);\n if (match) {\n event = {\n type: 'tag',\n tagType: 'targetduration'\n };\n if (match[1]) {\n event.duration = parseInt(match[1], 10);\n }\n this.trigger('data', event);\n return;\n }\n match = /^#ZEN-TOTAL-DURATION:?([0-9.]*)?/.exec(line);\n if (match) {\n event = {\n type: 'tag',\n tagType: 'totalduration'\n };\n if (match[1]) {\n event.duration = parseInt(match[1], 10);\n }\n this.trigger('data', event);\n return;\n }\n match = /^#EXT-X-VERSION:?([0-9.]*)?/.exec(line);\n if (match) {\n event = {\n type: 'tag',\n tagType: 'version'\n };\n if (match[1]) {\n event.version = parseInt(match[1], 10);\n }\n this.trigger('data', event);\n return;\n }\n match = /^#EXT-X-MEDIA-SEQUENCE:?(\\-?[0-9.]*)?/.exec(line);\n if (match) {\n event = {\n type: 'tag',\n tagType: 'media-sequence'\n };\n if (match[1]) {\n event.number = parseInt(match[1], 10);\n }\n this.trigger('data', event);\n return;\n }\n match = /^#EXT-X-DISCONTINUITY-SEQUENCE:?(\\-?[0-9.]*)?/.exec(line);\n if (match) {\n event = {\n type: 'tag',\n tagType: 'discontinuity-sequence'\n };\n if (match[1]) {\n event.number = parseInt(match[1], 10);\n }\n this.trigger('data', event);\n return;\n }\n match = /^#EXT-X-PLAYLIST-TYPE:?(.*)?$/.exec(line);\n if (match) {\n event = {\n type: 'tag',\n tagType: 'playlist-type'\n };\n if (match[1]) {\n event.playlistType = match[1];\n }\n this.trigger('data', event);\n return;\n }\n match = /^#EXT-X-BYTERANGE:?([0-9.]*)?@?([0-9.]*)?/.exec(line);\n if (match) {\n event = {\n type: 'tag',\n tagType: 'byterange'\n };\n if (match[1]) {\n event.length = parseInt(match[1], 10);\n }\n if (match[2]) {\n event.offset = parseInt(match[2], 10);\n }\n this.trigger('data', event);\n return;\n }\n match = /^#EXT-X-ALLOW-CACHE:?(YES|NO)?/.exec(line);\n if (match) {\n event = {\n type: 'tag',\n tagType: 'allow-cache'\n };\n if (match[1]) {\n event.allowed = !/NO/.test(match[1]);\n }\n this.trigger('data', event);\n return;\n }\n match = /^#EXT-X-MAP:?(.*)$/.exec(line);\n if (match) {\n event = {\n type: 'tag',\n tagType: 'map'\n };\n\n if (match[1]) {\n var attributes = parseAttributes(match[1]);\n\n if (attributes.URI) {\n event.uri = attributes.URI;\n }\n if (attributes.BYTERANGE) {\n var _attributes$BYTERANGE = attributes.BYTERANGE.split('@'),\n length = _attributes$BYTERANGE[0],\n offset = _attributes$BYTERANGE[1];\n\n event.byterange = {};\n if (length) {\n event.byterange.length = parseInt(length, 10);\n }\n if (offset) {\n event.byterange.offset = parseInt(offset, 10);\n }\n }\n }\n\n this.trigger('data', event);\n return;\n }\n match = /^#EXT-X-STREAM-INF:?(.*)$/.exec(line);\n if (match) {\n event = {\n type: 'tag',\n tagType: 'stream-inf'\n };\n if (match[1]) {\n event.attributes = parseAttributes(match[1]);\n\n if (event.attributes.RESOLUTION) {\n var split = event.attributes.RESOLUTION.split('x');\n var resolution = {};\n\n if (split[0]) {\n resolution.width = parseInt(split[0], 10);\n }\n if (split[1]) {\n resolution.height = parseInt(split[1], 10);\n }\n event.attributes.RESOLUTION = resolution;\n }\n if (event.attributes.BANDWIDTH) {\n event.attributes.BANDWIDTH = parseInt(event.attributes.BANDWIDTH, 10);\n }\n if (event.attributes['PROGRAM-ID']) {\n event.attributes['PROGRAM-ID'] = parseInt(event.attributes['PROGRAM-ID'], 10);\n }\n }\n this.trigger('data', event);\n return;\n }\n match = /^#EXT-X-MEDIA:?(.*)$/.exec(line);\n if (match) {\n event = {\n type: 'tag',\n tagType: 'media'\n };\n if (match[1]) {\n event.attributes = parseAttributes(match[1]);\n }\n this.trigger('data', event);\n return;\n }\n match = /^#EXT-X-ENDLIST/.exec(line);\n if (match) {\n this.trigger('data', {\n type: 'tag',\n tagType: 'endlist'\n });\n return;\n }\n match = /^#EXT-X-DISCONTINUITY/.exec(line);\n if (match) {\n this.trigger('data', {\n type: 'tag',\n tagType: 'discontinuity'\n });\n return;\n }\n match = /^#EXT-X-PROGRAM-DATE-TIME:?(.*)$/.exec(line);\n if (match) {\n event = {\n type: 'tag',\n tagType: 'program-date-time'\n };\n if (match[1]) {\n event.dateTimeString = match[1];\n event.dateTimeObject = new Date(match[1]);\n }\n this.trigger('data', event);\n return;\n }\n match = /^#EXT-X-KEY:?(.*)$/.exec(line);\n if (match) {\n event = {\n type: 'tag',\n tagType: 'key'\n };\n if (match[1]) {\n event.attributes = parseAttributes(match[1]);\n // parse the IV string into a Uint32Array\n if (event.attributes.IV) {\n if (event.attributes.IV.substring(0, 2).toLowerCase() === '0x') {\n event.attributes.IV = event.attributes.IV.substring(2);\n }\n\n event.attributes.IV = event.attributes.IV.match(/.{8}/g);\n event.attributes.IV[0] = parseInt(event.attributes.IV[0], 16);\n event.attributes.IV[1] = parseInt(event.attributes.IV[1], 16);\n event.attributes.IV[2] = parseInt(event.attributes.IV[2], 16);\n event.attributes.IV[3] = parseInt(event.attributes.IV[3], 16);\n event.attributes.IV = new Uint32Array(event.attributes.IV);\n }\n }\n this.trigger('data', event);\n return;\n }\n match = /^#EXT-X-START:?(.*)$/.exec(line);\n if (match) {\n event = {\n type: 'tag',\n tagType: 'start'\n };\n if (match[1]) {\n event.attributes = parseAttributes(match[1]);\n\n event.attributes['TIME-OFFSET'] = parseFloat(event.attributes['TIME-OFFSET']);\n event.attributes.PRECISE = /YES/.test(event.attributes.PRECISE);\n }\n this.trigger('data', event);\n return;\n }\n match = /^#EXT-X-CUE-OUT-CONT:?(.*)?$/.exec(line);\n if (match) {\n event = {\n type: 'tag',\n tagType: 'cue-out-cont'\n };\n if (match[1]) {\n event.data = match[1];\n } else {\n event.data = '';\n }\n this.trigger('data', event);\n return;\n }\n match = /^#EXT-X-CUE-OUT:?(.*)?$/.exec(line);\n if (match) {\n event = {\n type: 'tag',\n tagType: 'cue-out'\n };\n if (match[1]) {\n event.data = match[1];\n } else {\n event.data = '';\n }\n this.trigger('data', event);\n return;\n }\n match = /^#EXT-X-CUE-IN:?(.*)?$/.exec(line);\n if (match) {\n event = {\n type: 'tag',\n tagType: 'cue-in'\n };\n if (match[1]) {\n event.data = match[1];\n } else {\n event.data = '';\n }\n this.trigger('data', event);\n return;\n }\n\n // unknown tag type\n this.trigger('data', {\n type: 'tag',\n data: line.slice(4)\n });\n };\n\n /**\n * Add a parser for custom headers\n *\n * @param {Object} options a map of options for the added parser\n * @param {RegExp} options.expression a regular expression to match the custom header\n * @param {string} options.customType the custom type to register to the output\n * @param {Function} [options.dataParser] function to parse the line into an object\n * @param {boolean} [options.segment] should tag data be attached to the segment object\n */\n\n\n ParseStream.prototype.addParser = function addParser(_ref) {\n var _this2 = this;\n\n var expression = _ref.expression,\n customType = _ref.customType,\n dataParser = _ref.dataParser,\n segment = _ref.segment;\n\n if (typeof dataParser !== 'function') {\n dataParser = function dataParser(line) {\n return line;\n };\n }\n this.customParsers.push(function (line) {\n var match = expression.exec(line);\n\n if (match) {\n _this2.trigger('data', {\n type: 'custom',\n data: dataParser(line),\n customType: customType,\n segment: segment\n });\n return true;\n }\n });\n };\n\n return ParseStream;\n}(Stream);\n\n/**\n * @file m3u8/parser.js\n */\n/**\n * A parser for M3U8 files. The current interpretation of the input is\n * exposed as a property `manifest` on parser objects. It's just two lines to\n * create and parse a manifest once you have the contents available as a string:\n *\n * ```js\n * var parser = new m3u8.Parser();\n * parser.push(xhr.responseText);\n * ```\n *\n * New input can later be applied to update the manifest object by calling\n * `push` again.\n *\n * The parser attempts to create a usable manifest object even if the\n * underlying input is somewhat nonsensical. It emits `info` and `warning`\n * events during the parse if it encounters input that seems invalid or\n * requires some property of the manifest object to be defaulted.\n *\n * @class Parser\n * @extends Stream\n */\n\nvar Parser = function (_Stream) {\n inherits(Parser, _Stream);\n\n function Parser() {\n classCallCheck(this, Parser);\n\n var _this = possibleConstructorReturn(this, _Stream.call(this));\n\n _this.lineStream = new LineStream();\n _this.parseStream = new ParseStream();\n _this.lineStream.pipe(_this.parseStream);\n\n /* eslint-disable consistent-this */\n var self = _this;\n /* eslint-enable consistent-this */\n var uris = [];\n var currentUri = {};\n // if specified, the active EXT-X-MAP definition\n var currentMap = void 0;\n // if specified, the active decryption key\n var _key = void 0;\n var noop = function noop() {};\n var defaultMediaGroups = {\n 'AUDIO': {},\n 'VIDEO': {},\n 'CLOSED-CAPTIONS': {},\n 'SUBTITLES': {}\n };\n // group segments into numbered timelines delineated by discontinuities\n var currentTimeline = 0;\n\n // the manifest is empty until the parse stream begins delivering data\n _this.manifest = {\n allowCache: true,\n discontinuityStarts: [],\n segments: []\n };\n\n // update the manifest with the m3u8 entry from the parse stream\n _this.parseStream.on('data', function (entry) {\n var mediaGroup = void 0;\n var rendition = void 0;\n\n ({\n tag: function tag() {\n // switch based on the tag type\n (({\n 'allow-cache': function allowCache() {\n this.manifest.allowCache = entry.allowed;\n if (!('allowed' in entry)) {\n this.trigger('info', {\n message: 'defaulting allowCache to YES'\n });\n this.manifest.allowCache = true;\n }\n },\n byterange: function byterange() {\n var byterange = {};\n\n if ('length' in entry) {\n currentUri.byterange = byterange;\n byterange.length = entry.length;\n\n if (!('offset' in entry)) {\n this.trigger('info', {\n message: 'defaulting offset to zero'\n });\n entry.offset = 0;\n }\n }\n if ('offset' in entry) {\n currentUri.byterange = byterange;\n byterange.offset = entry.offset;\n }\n },\n endlist: function endlist() {\n this.manifest.endList = true;\n },\n inf: function inf() {\n if (!('mediaSequence' in this.manifest)) {\n this.manifest.mediaSequence = 0;\n this.trigger('info', {\n message: 'defaulting media sequence to zero'\n });\n }\n if (!('discontinuitySequence' in this.manifest)) {\n this.manifest.discontinuitySequence = 0;\n this.trigger('info', {\n message: 'defaulting discontinuity sequence to zero'\n });\n }\n if (entry.duration > 0) {\n currentUri.duration = entry.duration;\n }\n\n if (entry.duration === 0) {\n currentUri.duration = 0.01;\n this.trigger('info', {\n message: 'updating zero segment duration to a small value'\n });\n }\n\n this.manifest.segments = uris;\n },\n key: function key() {\n if (!entry.attributes) {\n this.trigger('warn', {\n message: 'ignoring key declaration without attribute list'\n });\n return;\n }\n // clear the active encryption key\n if (entry.attributes.METHOD === 'NONE') {\n _key = null;\n return;\n }\n if (!entry.attributes.URI) {\n this.trigger('warn', {\n message: 'ignoring key declaration without URI'\n });\n return;\n }\n if (!entry.attributes.METHOD) {\n this.trigger('warn', {\n message: 'defaulting key method to AES-128'\n });\n }\n\n // setup an encryption key for upcoming segments\n _key = {\n method: entry.attributes.METHOD || 'AES-128',\n uri: entry.attributes.URI\n };\n\n if (typeof entry.attributes.IV !== 'undefined') {\n _key.iv = entry.attributes.IV;\n }\n },\n 'media-sequence': function mediaSequence() {\n if (!isFinite(entry.number)) {\n this.trigger('warn', {\n message: 'ignoring invalid media sequence: ' + entry.number\n });\n return;\n }\n this.manifest.mediaSequence = entry.number;\n },\n 'discontinuity-sequence': function discontinuitySequence() {\n if (!isFinite(entry.number)) {\n this.trigger('warn', {\n message: 'ignoring invalid discontinuity sequence: ' + entry.number\n });\n return;\n }\n this.manifest.discontinuitySequence = entry.number;\n currentTimeline = entry.number;\n },\n 'playlist-type': function playlistType() {\n if (!/VOD|EVENT/.test(entry.playlistType)) {\n this.trigger('warn', {\n message: 'ignoring unknown playlist type: ' + entry.playlist\n });\n return;\n }\n this.manifest.playlistType = entry.playlistType;\n },\n map: function map() {\n currentMap = {};\n if (entry.uri) {\n currentMap.uri = entry.uri;\n }\n if (entry.byterange) {\n currentMap.byterange = entry.byterange;\n }\n },\n 'stream-inf': function streamInf() {\n this.manifest.playlists = uris;\n this.manifest.mediaGroups = this.manifest.mediaGroups || defaultMediaGroups;\n\n if (!entry.attributes) {\n this.trigger('warn', {\n message: 'ignoring empty stream-inf attributes'\n });\n return;\n }\n\n if (!currentUri.attributes) {\n currentUri.attributes = {};\n }\n _extends(currentUri.attributes, entry.attributes);\n },\n media: function media() {\n this.manifest.mediaGroups = this.manifest.mediaGroups || defaultMediaGroups;\n\n if (!(entry.attributes && entry.attributes.TYPE && entry.attributes['GROUP-ID'] && entry.attributes.NAME)) {\n this.trigger('warn', {\n message: 'ignoring incomplete or missing media group'\n });\n return;\n }\n\n // find the media group, creating defaults as necessary\n var mediaGroupType = this.manifest.mediaGroups[entry.attributes.TYPE];\n\n mediaGroupType[entry.attributes['GROUP-ID']] = mediaGroupType[entry.attributes['GROUP-ID']] || {};\n mediaGroup = mediaGroupType[entry.attributes['GROUP-ID']];\n\n // collect the rendition metadata\n rendition = {\n 'default': /yes/i.test(entry.attributes.DEFAULT)\n };\n if (rendition['default']) {\n rendition.autoselect = true;\n } else {\n rendition.autoselect = /yes/i.test(entry.attributes.AUTOSELECT);\n }\n if (entry.attributes.LANGUAGE) {\n rendition.language = entry.attributes.LANGUAGE;\n }\n if (entry.attributes.URI) {\n rendition.uri = entry.attributes.URI;\n }\n if (entry.attributes['INSTREAM-ID']) {\n rendition.instreamId = entry.attributes['INSTREAM-ID'];\n }\n if (entry.attributes.CHARACTERISTICS) {\n rendition.characteristics = entry.attributes.CHARACTERISTICS;\n }\n if (entry.attributes.FORCED) {\n rendition.forced = /yes/i.test(entry.attributes.FORCED);\n }\n\n // insert the new rendition\n mediaGroup[entry.attributes.NAME] = rendition;\n },\n discontinuity: function discontinuity() {\n currentTimeline += 1;\n currentUri.discontinuity = true;\n this.manifest.discontinuityStarts.push(uris.length);\n },\n 'program-date-time': function programDateTime() {\n if (typeof this.manifest.dateTimeString === 'undefined') {\n // PROGRAM-DATE-TIME is a media-segment tag, but for backwards\n // compatibility, we add the first occurence of the PROGRAM-DATE-TIME tag\n // to the manifest object\n // TODO: Consider removing this in future major version\n this.manifest.dateTimeString = entry.dateTimeString;\n this.manifest.dateTimeObject = entry.dateTimeObject;\n }\n\n currentUri.dateTimeString = entry.dateTimeString;\n currentUri.dateTimeObject = entry.dateTimeObject;\n },\n targetduration: function targetduration() {\n if (!isFinite(entry.duration) || entry.duration < 0) {\n this.trigger('warn', {\n message: 'ignoring invalid target duration: ' + entry.duration\n });\n return;\n }\n this.manifest.targetDuration = entry.duration;\n },\n totalduration: function totalduration() {\n if (!isFinite(entry.duration) || entry.duration < 0) {\n this.trigger('warn', {\n message: 'ignoring invalid total duration: ' + entry.duration\n });\n return;\n }\n this.manifest.totalDuration = entry.duration;\n },\n start: function start() {\n if (!entry.attributes || isNaN(entry.attributes['TIME-OFFSET'])) {\n this.trigger('warn', {\n message: 'ignoring start declaration without appropriate attribute list'\n });\n return;\n }\n this.manifest.start = {\n timeOffset: entry.attributes['TIME-OFFSET'],\n precise: entry.attributes.PRECISE\n };\n },\n 'cue-out': function cueOut() {\n currentUri.cueOut = entry.data;\n },\n 'cue-out-cont': function cueOutCont() {\n currentUri.cueOutCont = entry.data;\n },\n 'cue-in': function cueIn() {\n currentUri.cueIn = entry.data;\n }\n })[entry.tagType] || noop).call(self);\n },\n uri: function uri() {\n currentUri.uri = entry.uri;\n uris.push(currentUri);\n\n // if no explicit duration was declared, use the target duration\n if (this.manifest.targetDuration && !('duration' in currentUri)) {\n this.trigger('warn', {\n message: 'defaulting segment duration to the target duration'\n });\n currentUri.duration = this.manifest.targetDuration;\n }\n // annotate with encryption information, if necessary\n if (_key) {\n currentUri.key = _key;\n }\n currentUri.timeline = currentTimeline;\n // annotate with initialization segment information, if necessary\n if (currentMap) {\n currentUri.map = currentMap;\n }\n\n // prepare for the next URI\n currentUri = {};\n },\n comment: function comment() {\n // comments are not important for playback\n },\n custom: function custom() {\n // if this is segment-level data attach the output to the segment\n if (entry.segment) {\n currentUri.custom = currentUri.custom || {};\n currentUri.custom[entry.customType] = entry.data;\n // if this is manifest-level data attach to the top level manifest object\n } else {\n this.manifest.custom = this.manifest.custom || {};\n this.manifest.custom[entry.customType] = entry.data;\n }\n }\n })[entry.type].call(self);\n });\n return _this;\n }\n\n /**\n * Parse the input string and update the manifest object.\n *\n * @param {String} chunk a potentially incomplete portion of the manifest\n */\n\n\n Parser.prototype.push = function push(chunk) {\n this.lineStream.push(chunk);\n };\n\n /**\n * Flush any remaining input. This can be handy if the last line of an M3U8\n * manifest did not contain a trailing newline but the file has been\n * completely received.\n */\n\n\n Parser.prototype.end = function end() {\n // flush any buffered input\n this.lineStream.push('\\n');\n };\n /**\n * Add an additional parser for non-standard tags\n *\n * @param {Object} options a map of options for the added parser\n * @param {RegExp} options.expression a regular expression to match the custom header\n * @param {string} options.type the type to register to the output\n * @param {Function} [options.dataParser] function to parse the line into an object\n * @param {boolean} [options.segment] should tag data be attached to the segment object\n */\n\n\n Parser.prototype.addParser = function addParser(options) {\n this.parseStream.addParser(options);\n };\n\n return Parser;\n}(Stream);\n\n/**\n * @file m3u8/index.js\n *\n * Utilities for parsing M3U8 files. If the entire manifest is available,\n * `Parser` will create an object representation with enough detail for managing\n * playback. `ParseStream` and `LineStream` are lower-level parsing primitives\n * that do not assume the entirety of the manifest is ready and expose a\n * ReadableStream-like interface.\n */\n\nexport { LineStream, ParseStream, Parser };\n","/*! @name mpd-parser @version 0.7.0 @license Apache-2.0 */\nimport window$1 from 'global/window';\n\nvar version = \"0.7.0\";\n\nvar isObject = function isObject(obj) {\n return !!obj && typeof obj === 'object';\n};\n\nvar merge = function merge() {\n for (var _len = arguments.length, objects = new Array(_len), _key = 0; _key < _len; _key++) {\n objects[_key] = arguments[_key];\n }\n\n return objects.reduce(function (result, source) {\n Object.keys(source).forEach(function (key) {\n if (Array.isArray(result[key]) && Array.isArray(source[key])) {\n result[key] = result[key].concat(source[key]);\n } else if (isObject(result[key]) && isObject(source[key])) {\n result[key] = merge(result[key], source[key]);\n } else {\n result[key] = source[key];\n }\n });\n return result;\n }, {});\n};\nvar values = function values(o) {\n return Object.keys(o).map(function (k) {\n return o[k];\n });\n};\n\nvar range = function range(start, end) {\n var result = [];\n\n for (var i = start; i < end; i++) {\n result.push(i);\n }\n\n return result;\n};\nvar flatten = function flatten(lists) {\n return lists.reduce(function (x, y) {\n return x.concat(y);\n }, []);\n};\nvar from = function from(list) {\n if (!list.length) {\n return [];\n }\n\n var result = [];\n\n for (var i = 0; i < list.length; i++) {\n result.push(list[i]);\n }\n\n return result;\n};\nvar findIndexes = function findIndexes(l, key) {\n return l.reduce(function (a, e, i) {\n if (e[key]) {\n a.push(i);\n }\n\n return a;\n }, []);\n};\n\nvar mergeDiscontiguousPlaylists = function mergeDiscontiguousPlaylists(playlists) {\n var mergedPlaylists = values(playlists.reduce(function (acc, playlist) {\n // assuming playlist IDs are the same across periods\n // TODO: handle multiperiod where representation sets are not the same\n // across periods\n var name = playlist.attributes.id + (playlist.attributes.lang || ''); // Periods after first\n\n if (acc[name]) {\n var _acc$name$segments;\n\n // first segment of subsequent periods signal a discontinuity\n playlist.segments[0].discontinuity = true;\n\n (_acc$name$segments = acc[name].segments).push.apply(_acc$name$segments, playlist.segments); // bubble up contentProtection, this assumes all DRM content\n // has the same contentProtection\n\n\n if (playlist.attributes.contentProtection) {\n acc[name].attributes.contentProtection = playlist.attributes.contentProtection;\n }\n } else {\n // first Period\n acc[name] = playlist;\n }\n\n return acc;\n }, {}));\n return mergedPlaylists.map(function (playlist) {\n playlist.discontinuityStarts = findIndexes(playlist.segments, 'discontinuity');\n return playlist;\n });\n};\n\nvar formatAudioPlaylist = function formatAudioPlaylist(_ref) {\n var _attributes;\n\n var attributes = _ref.attributes,\n segments = _ref.segments;\n var playlist = {\n attributes: (_attributes = {\n NAME: attributes.id,\n BANDWIDTH: attributes.bandwidth,\n CODECS: attributes.codecs\n }, _attributes['PROGRAM-ID'] = 1, _attributes),\n uri: '',\n endList: (attributes.type || 'static') === 'static',\n timeline: attributes.periodIndex,\n resolvedUri: '',\n targetDuration: attributes.duration,\n segments: segments,\n mediaSequence: segments.length ? segments[0].number : 1\n };\n\n if (attributes.contentProtection) {\n playlist.contentProtection = attributes.contentProtection;\n }\n\n return playlist;\n};\nvar formatVttPlaylist = function formatVttPlaylist(_ref2) {\n var _attributes2;\n\n var attributes = _ref2.attributes,\n segments = _ref2.segments;\n\n if (typeof segments === 'undefined') {\n // vtt tracks may use single file in BaseURL\n segments = [{\n uri: attributes.baseUrl,\n timeline: attributes.periodIndex,\n resolvedUri: attributes.baseUrl || '',\n duration: attributes.sourceDuration,\n number: 0\n }]; // targetDuration should be the same duration as the only segment\n\n attributes.duration = attributes.sourceDuration;\n }\n\n return {\n attributes: (_attributes2 = {\n NAME: attributes.id,\n BANDWIDTH: attributes.bandwidth\n }, _attributes2['PROGRAM-ID'] = 1, _attributes2),\n uri: '',\n endList: (attributes.type || 'static') === 'static',\n timeline: attributes.periodIndex,\n resolvedUri: attributes.baseUrl || '',\n targetDuration: attributes.duration,\n segments: segments,\n mediaSequence: segments.length ? segments[0].number : 1\n };\n};\nvar organizeAudioPlaylists = function organizeAudioPlaylists(playlists) {\n return playlists.reduce(function (a, playlist) {\n var role = playlist.attributes.role && playlist.attributes.role.value || 'main';\n var language = playlist.attributes.lang || '';\n var label = 'main';\n\n if (language) {\n label = playlist.attributes.lang + \" (\" + role + \")\";\n } // skip if we already have the highest quality audio for a language\n\n\n if (a[label] && a[label].playlists[0].attributes.BANDWIDTH > playlist.attributes.bandwidth) {\n return a;\n }\n\n a[label] = {\n language: language,\n autoselect: true,\n default: role === 'main',\n playlists: [formatAudioPlaylist(playlist)],\n uri: ''\n };\n return a;\n }, {});\n};\nvar organizeVttPlaylists = function organizeVttPlaylists(playlists) {\n return playlists.reduce(function (a, playlist) {\n var label = playlist.attributes.lang || 'text'; // skip if we already have subtitles\n\n if (a[label]) {\n return a;\n }\n\n a[label] = {\n language: label,\n default: false,\n autoselect: false,\n playlists: [formatVttPlaylist(playlist)],\n uri: ''\n };\n return a;\n }, {});\n};\nvar formatVideoPlaylist = function formatVideoPlaylist(_ref3) {\n var _attributes3;\n\n var attributes = _ref3.attributes,\n segments = _ref3.segments;\n var playlist = {\n attributes: (_attributes3 = {\n NAME: attributes.id,\n AUDIO: 'audio',\n SUBTITLES: 'subs',\n RESOLUTION: {\n width: attributes.width,\n height: attributes.height\n },\n CODECS: attributes.codecs,\n BANDWIDTH: attributes.bandwidth\n }, _attributes3['PROGRAM-ID'] = 1, _attributes3),\n uri: '',\n endList: (attributes.type || 'static') === 'static',\n timeline: attributes.periodIndex,\n resolvedUri: '',\n targetDuration: attributes.duration,\n segments: segments,\n mediaSequence: segments.length ? segments[0].number : 1\n };\n\n if (attributes.contentProtection) {\n playlist.contentProtection = attributes.contentProtection;\n }\n\n return playlist;\n};\nvar toM3u8 = function toM3u8(dashPlaylists) {\n var _mediaGroups;\n\n if (!dashPlaylists.length) {\n return {};\n } // grab all master attributes\n\n\n var _dashPlaylists$0$attr = dashPlaylists[0].attributes,\n duration = _dashPlaylists$0$attr.sourceDuration,\n _dashPlaylists$0$attr2 = _dashPlaylists$0$attr.minimumUpdatePeriod,\n minimumUpdatePeriod = _dashPlaylists$0$attr2 === void 0 ? 0 : _dashPlaylists$0$attr2;\n\n var videoOnly = function videoOnly(_ref4) {\n var attributes = _ref4.attributes;\n return attributes.mimeType === 'video/mp4' || attributes.contentType === 'video';\n };\n\n var audioOnly = function audioOnly(_ref5) {\n var attributes = _ref5.attributes;\n return attributes.mimeType === 'audio/mp4' || attributes.contentType === 'audio';\n };\n\n var vttOnly = function vttOnly(_ref6) {\n var attributes = _ref6.attributes;\n return attributes.mimeType === 'text/vtt' || attributes.contentType === 'text';\n };\n\n var videoPlaylists = mergeDiscontiguousPlaylists(dashPlaylists.filter(videoOnly)).map(formatVideoPlaylist);\n var audioPlaylists = mergeDiscontiguousPlaylists(dashPlaylists.filter(audioOnly));\n var vttPlaylists = dashPlaylists.filter(vttOnly);\n var master = {\n allowCache: true,\n discontinuityStarts: [],\n segments: [],\n endList: true,\n mediaGroups: (_mediaGroups = {\n AUDIO: {},\n VIDEO: {}\n }, _mediaGroups['CLOSED-CAPTIONS'] = {}, _mediaGroups.SUBTITLES = {}, _mediaGroups),\n uri: '',\n duration: duration,\n playlists: videoPlaylists,\n minimumUpdatePeriod: minimumUpdatePeriod * 1000\n };\n\n if (audioPlaylists.length) {\n master.mediaGroups.AUDIO.audio = organizeAudioPlaylists(audioPlaylists);\n }\n\n if (vttPlaylists.length) {\n master.mediaGroups.SUBTITLES.subs = organizeVttPlaylists(vttPlaylists);\n }\n\n return master;\n};\n\nvar commonjsGlobal = typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};\n\nfunction createCommonjsModule(fn, module) {\n\treturn module = { exports: {} }, fn(module, module.exports), module.exports;\n}\n\nvar urlToolkit = createCommonjsModule(function (module, exports) {\n// see https://tools.ietf.org/html/rfc1808\n\n/* jshint ignore:start */\n(function(root) { \n/* jshint ignore:end */\n\n var URL_REGEX = /^((?:[a-zA-Z0-9+\\-.]+:)?)(\\/\\/[^\\/?#]*)?((?:[^\\/\\?#]*\\/)*.*?)??(;.*?)?(\\?.*?)?(#.*?)?$/;\n var FIRST_SEGMENT_REGEX = /^([^\\/?#]*)(.*)$/;\n var SLASH_DOT_REGEX = /(?:\\/|^)\\.(?=\\/)/g;\n var SLASH_DOT_DOT_REGEX = /(?:\\/|^)\\.\\.\\/(?!\\.\\.\\/).*?(?=\\/)/g;\n\n var URLToolkit = { // jshint ignore:line\n // If opts.alwaysNormalize is true then the path will always be normalized even when it starts with / or //\n // E.g\n // With opts.alwaysNormalize = false (default, spec compliant)\n // http://a.com/b/cd + /e/f/../g => http://a.com/e/f/../g\n // With opts.alwaysNormalize = true (not spec compliant)\n // http://a.com/b/cd + /e/f/../g => http://a.com/e/g\n buildAbsoluteURL: function(baseURL, relativeURL, opts) {\n opts = opts || {};\n // remove any remaining space and CRLF\n baseURL = baseURL.trim();\n relativeURL = relativeURL.trim();\n if (!relativeURL) {\n // 2a) If the embedded URL is entirely empty, it inherits the\n // entire base URL (i.e., is set equal to the base URL)\n // and we are done.\n if (!opts.alwaysNormalize) {\n return baseURL;\n }\n var basePartsForNormalise = URLToolkit.parseURL(baseURL);\n if (!basePartsForNormalise) {\n throw new Error('Error trying to parse base URL.');\n }\n basePartsForNormalise.path = URLToolkit.normalizePath(basePartsForNormalise.path);\n return URLToolkit.buildURLFromParts(basePartsForNormalise);\n }\n var relativeParts = URLToolkit.parseURL(relativeURL);\n if (!relativeParts) {\n throw new Error('Error trying to parse relative URL.');\n }\n if (relativeParts.scheme) {\n // 2b) If the embedded URL starts with a scheme name, it is\n // interpreted as an absolute URL and we are done.\n if (!opts.alwaysNormalize) {\n return relativeURL;\n }\n relativeParts.path = URLToolkit.normalizePath(relativeParts.path);\n return URLToolkit.buildURLFromParts(relativeParts);\n }\n var baseParts = URLToolkit.parseURL(baseURL);\n if (!baseParts) {\n throw new Error('Error trying to parse base URL.');\n }\n if (!baseParts.netLoc && baseParts.path && baseParts.path[0] !== '/') {\n // If netLoc missing and path doesn't start with '/', assume everthing before the first '/' is the netLoc\n // This causes 'example.com/a' to be handled as '//example.com/a' instead of '/example.com/a'\n var pathParts = FIRST_SEGMENT_REGEX.exec(baseParts.path);\n baseParts.netLoc = pathParts[1];\n baseParts.path = pathParts[2];\n }\n if (baseParts.netLoc && !baseParts.path) {\n baseParts.path = '/';\n }\n var builtParts = {\n // 2c) Otherwise, the embedded URL inherits the scheme of\n // the base URL.\n scheme: baseParts.scheme,\n netLoc: relativeParts.netLoc,\n path: null,\n params: relativeParts.params,\n query: relativeParts.query,\n fragment: relativeParts.fragment\n };\n if (!relativeParts.netLoc) {\n // 3) If the embedded URL's <net_loc> is non-empty, we skip to\n // Step 7. Otherwise, the embedded URL inherits the <net_loc>\n // (if any) of the base URL.\n builtParts.netLoc = baseParts.netLoc;\n // 4) If the embedded URL path is preceded by a slash \"/\", the\n // path is not relative and we skip to Step 7.\n if (relativeParts.path[0] !== '/') {\n if (!relativeParts.path) {\n // 5) If the embedded URL path is empty (and not preceded by a\n // slash), then the embedded URL inherits the base URL path\n builtParts.path = baseParts.path;\n // 5a) if the embedded URL's <params> is non-empty, we skip to\n // step 7; otherwise, it inherits the <params> of the base\n // URL (if any) and\n if (!relativeParts.params) {\n builtParts.params = baseParts.params;\n // 5b) if the embedded URL's <query> is non-empty, we skip to\n // step 7; otherwise, it inherits the <query> of the base\n // URL (if any) and we skip to step 7.\n if (!relativeParts.query) {\n builtParts.query = baseParts.query;\n }\n }\n } else {\n // 6) The last segment of the base URL's path (anything\n // following the rightmost slash \"/\", or the entire path if no\n // slash is present) is removed and the embedded URL's path is\n // appended in its place.\n var baseURLPath = baseParts.path;\n var newPath = baseURLPath.substring(0, baseURLPath.lastIndexOf('/') + 1) + relativeParts.path;\n builtParts.path = URLToolkit.normalizePath(newPath);\n }\n }\n }\n if (builtParts.path === null) {\n builtParts.path = opts.alwaysNormalize ? URLToolkit.normalizePath(relativeParts.path) : relativeParts.path;\n }\n return URLToolkit.buildURLFromParts(builtParts);\n },\n parseURL: function(url) {\n var parts = URL_REGEX.exec(url);\n if (!parts) {\n return null;\n }\n return {\n scheme: parts[1] || '',\n netLoc: parts[2] || '',\n path: parts[3] || '',\n params: parts[4] || '',\n query: parts[5] || '',\n fragment: parts[6] || ''\n };\n },\n normalizePath: function(path) {\n // The following operations are\n // then applied, in order, to the new path:\n // 6a) All occurrences of \"./\", where \".\" is a complete path\n // segment, are removed.\n // 6b) If the path ends with \".\" as a complete path segment,\n // that \".\" is removed.\n path = path.split('').reverse().join('').replace(SLASH_DOT_REGEX, '');\n // 6c) All occurrences of \"<segment>/../\", where <segment> is a\n // complete path segment not equal to \"..\", are removed.\n // Removal of these path segments is performed iteratively,\n // removing the leftmost matching pattern on each iteration,\n // until no matching pattern remains.\n // 6d) If the path ends with \"<segment>/..\", where <segment> is a\n // complete path segment not equal to \"..\", that\n // \"<segment>/..\" is removed.\n while (path.length !== (path = path.replace(SLASH_DOT_DOT_REGEX, '')).length) {} // jshint ignore:line\n return path.split('').reverse().join('');\n },\n buildURLFromParts: function(parts) {\n return parts.scheme + parts.netLoc + parts.path + parts.params + parts.query + parts.fragment;\n }\n };\n\n/* jshint ignore:start */\n module.exports = URLToolkit;\n})(commonjsGlobal);\n/* jshint ignore:end */\n});\n\nvar resolveUrl = function resolveUrl(baseUrl, relativeUrl) {\n // return early if we don't need to resolve\n if (/^[a-z]+:/i.test(relativeUrl)) {\n return relativeUrl;\n } // if the base URL is relative then combine with the current location\n\n\n if (!/\\/\\//i.test(baseUrl)) {\n baseUrl = urlToolkit.buildAbsoluteURL(window$1.location.href, baseUrl);\n }\n\n return urlToolkit.buildAbsoluteURL(baseUrl, relativeUrl);\n};\n\n/**\n * @typedef {Object} SingleUri\n * @property {string} uri - relative location of segment\n * @property {string} resolvedUri - resolved location of segment\n * @property {Object} byterange - Object containing information on how to make byte range\n * requests following byte-range-spec per RFC2616.\n * @property {String} byterange.length - length of range request\n * @property {String} byterange.offset - byte offset of range request\n *\n * @see https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.35.1\n */\n\n/**\n * Converts a URLType node (5.3.9.2.3 Table 13) to a segment object\n * that conforms to how m3u8-parser is structured\n *\n * @see https://github.com/videojs/m3u8-parser\n *\n * @param {string} baseUrl - baseUrl provided by <BaseUrl> nodes\n * @param {string} source - source url for segment\n * @param {string} range - optional range used for range calls, follows\n * @return {SingleUri} full segment information transformed into a format similar\n * to m3u8-parser\n */\n\nvar urlTypeToSegment = function urlTypeToSegment(_ref) {\n var _ref$baseUrl = _ref.baseUrl,\n baseUrl = _ref$baseUrl === void 0 ? '' : _ref$baseUrl,\n _ref$source = _ref.source,\n source = _ref$source === void 0 ? '' : _ref$source,\n _ref$range = _ref.range,\n range = _ref$range === void 0 ? '' : _ref$range;\n var init = {\n uri: source,\n resolvedUri: resolveUrl(baseUrl || '', source)\n };\n\n if (range) {\n var ranges = range.split('-');\n var startRange = parseInt(ranges[0], 10);\n var endRange = parseInt(ranges[1], 10);\n init.byterange = {\n length: endRange - startRange,\n offset: startRange\n };\n }\n\n return init;\n};\n\n/**\n * Calculates the R (repetition) value for a live stream (for the final segment\n * in a manifest where the r value is negative 1)\n *\n * @param {Object} attributes\n * Object containing all inherited attributes from parent elements with attribute\n * names as keys\n * @param {number} time\n * current time (typically the total time up until the final segment)\n * @param {number} duration\n * duration property for the given <S />\n *\n * @return {number}\n * R value to reach the end of the given period\n */\nvar getLiveRValue = function getLiveRValue(attributes, time, duration) {\n var NOW = attributes.NOW,\n clientOffset = attributes.clientOffset,\n availabilityStartTime = attributes.availabilityStartTime,\n _attributes$timescale = attributes.timescale,\n timescale = _attributes$timescale === void 0 ? 1 : _attributes$timescale,\n _attributes$start = attributes.start,\n start = _attributes$start === void 0 ? 0 : _attributes$start,\n _attributes$minimumUp = attributes.minimumUpdatePeriod,\n minimumUpdatePeriod = _attributes$minimumUp === void 0 ? 0 : _attributes$minimumUp;\n var now = (NOW + clientOffset) / 1000;\n var periodStartWC = availabilityStartTime + start;\n var periodEndWC = now + minimumUpdatePeriod;\n var periodDuration = periodEndWC - periodStartWC;\n return Math.ceil((periodDuration * timescale - time) / duration);\n};\n/**\n * Uses information provided by SegmentTemplate.SegmentTimeline to determine segment\n * timing and duration\n *\n * @param {Object} attributes\n * Object containing all inherited attributes from parent elements with attribute\n * names as keys\n * @param {Object[]} segmentTimeline\n * List of objects representing the attributes of each S element contained within\n *\n * @return {{number: number, duration: number, time: number, timeline: number}[]}\n * List of Objects with segment timing and duration info\n */\n\n\nvar parseByTimeline = function parseByTimeline(attributes, segmentTimeline) {\n var _attributes$type = attributes.type,\n type = _attributes$type === void 0 ? 'static' : _attributes$type,\n _attributes$minimumUp2 = attributes.minimumUpdatePeriod,\n minimumUpdatePeriod = _attributes$minimumUp2 === void 0 ? 0 : _attributes$minimumUp2,\n _attributes$media = attributes.media,\n media = _attributes$media === void 0 ? '' : _attributes$media,\n sourceDuration = attributes.sourceDuration,\n _attributes$timescale2 = attributes.timescale,\n timescale = _attributes$timescale2 === void 0 ? 1 : _attributes$timescale2,\n _attributes$startNumb = attributes.startNumber,\n startNumber = _attributes$startNumb === void 0 ? 1 : _attributes$startNumb,\n timeline = attributes.periodIndex;\n var segments = [];\n var time = -1;\n\n for (var sIndex = 0; sIndex < segmentTimeline.length; sIndex++) {\n var S = segmentTimeline[sIndex];\n var duration = S.d;\n var repeat = S.r || 0;\n var segmentTime = S.t || 0;\n\n if (time < 0) {\n // first segment\n time = segmentTime;\n }\n\n if (segmentTime && segmentTime > time) {\n // discontinuity\n // TODO: How to handle this type of discontinuity\n // timeline++ here would treat it like HLS discontuity and content would\n // get appended without gap\n // E.G.\n // <S t=\"0\" d=\"1\" />\n // <S d=\"1\" />\n // <S d=\"1\" />\n // <S t=\"5\" d=\"1\" />\n // would have $Time$ values of [0, 1, 2, 5]\n // should this be appened at time positions [0, 1, 2, 3],(#EXT-X-DISCONTINUITY)\n // or [0, 1, 2, gap, gap, 5]? (#EXT-X-GAP)\n // does the value of sourceDuration consider this when calculating arbitrary\n // negative @r repeat value?\n // E.G. Same elements as above with this added at the end\n // <S d=\"1\" r=\"-1\" />\n // with a sourceDuration of 10\n // Would the 2 gaps be included in the time duration calculations resulting in\n // 8 segments with $Time$ values of [0, 1, 2, 5, 6, 7, 8, 9] or 10 segments\n // with $Time$ values of [0, 1, 2, 5, 6, 7, 8, 9, 10, 11] ?\n time = segmentTime;\n }\n\n var count = void 0;\n\n if (repeat < 0) {\n var nextS = sIndex + 1;\n\n if (nextS === segmentTimeline.length) {\n // last segment\n if (type === 'dynamic' && minimumUpdatePeriod > 0 && media.indexOf('$Number$') > 0) {\n count = getLiveRValue(attributes, time, duration);\n } else {\n // TODO: This may be incorrect depending on conclusion of TODO above\n count = (sourceDuration * timescale - time) / duration;\n }\n } else {\n count = (segmentTimeline[nextS].t - time) / duration;\n }\n } else {\n count = repeat + 1;\n }\n\n var end = startNumber + segments.length + count;\n var number = startNumber + segments.length;\n\n while (number < end) {\n segments.push({\n number: number,\n duration: duration / timescale,\n time: time,\n timeline: timeline\n });\n time += duration;\n number++;\n }\n }\n\n return segments;\n};\n\n/**\n * Functions for calculating the range of available segments in static and dynamic\n * manifests.\n */\n\nvar segmentRange = {\n /**\n * Returns the entire range of available segments for a static MPD\n *\n * @param {Object} attributes\n * Inheritied MPD attributes\n * @return {{ start: number, end: number }}\n * The start and end numbers for available segments\n */\n static: function _static(attributes) {\n var duration = attributes.duration,\n _attributes$timescale = attributes.timescale,\n timescale = _attributes$timescale === void 0 ? 1 : _attributes$timescale,\n sourceDuration = attributes.sourceDuration;\n return {\n start: 0,\n end: Math.ceil(sourceDuration / (duration / timescale))\n };\n },\n\n /**\n * Returns the current live window range of available segments for a dynamic MPD\n *\n * @param {Object} attributes\n * Inheritied MPD attributes\n * @return {{ start: number, end: number }}\n * The start and end numbers for available segments\n */\n dynamic: function dynamic(attributes) {\n var NOW = attributes.NOW,\n clientOffset = attributes.clientOffset,\n availabilityStartTime = attributes.availabilityStartTime,\n _attributes$timescale2 = attributes.timescale,\n timescale = _attributes$timescale2 === void 0 ? 1 : _attributes$timescale2,\n duration = attributes.duration,\n _attributes$start = attributes.start,\n start = _attributes$start === void 0 ? 0 : _attributes$start,\n _attributes$minimumUp = attributes.minimumUpdatePeriod,\n minimumUpdatePeriod = _attributes$minimumUp === void 0 ? 0 : _attributes$minimumUp,\n _attributes$timeShift = attributes.timeShiftBufferDepth,\n timeShiftBufferDepth = _attributes$timeShift === void 0 ? Infinity : _attributes$timeShift;\n var now = (NOW + clientOffset) / 1000;\n var periodStartWC = availabilityStartTime + start;\n var periodEndWC = now + minimumUpdatePeriod;\n var periodDuration = periodEndWC - periodStartWC;\n var segmentCount = Math.ceil(periodDuration * timescale / duration);\n var availableStart = Math.floor((now - periodStartWC - timeShiftBufferDepth) * timescale / duration);\n var availableEnd = Math.floor((now - periodStartWC) * timescale / duration);\n return {\n start: Math.max(0, availableStart),\n end: Math.min(segmentCount, availableEnd)\n };\n }\n};\n/**\n * Maps a range of numbers to objects with information needed to build the corresponding\n * segment list\n *\n * @name toSegmentsCallback\n * @function\n * @param {number} number\n * Number of the segment\n * @param {number} index\n * Index of the number in the range list\n * @return {{ number: Number, duration: Number, timeline: Number, time: Number }}\n * Object with segment timing and duration info\n */\n\n/**\n * Returns a callback for Array.prototype.map for mapping a range of numbers to\n * information needed to build the segment list.\n *\n * @param {Object} attributes\n * Inherited MPD attributes\n * @return {toSegmentsCallback}\n * Callback map function\n */\n\nvar toSegments = function toSegments(attributes) {\n return function (number, index) {\n var duration = attributes.duration,\n _attributes$timescale3 = attributes.timescale,\n timescale = _attributes$timescale3 === void 0 ? 1 : _attributes$timescale3,\n periodIndex = attributes.periodIndex,\n _attributes$startNumb = attributes.startNumber,\n startNumber = _attributes$startNumb === void 0 ? 1 : _attributes$startNumb;\n return {\n number: startNumber + number,\n duration: duration / timescale,\n timeline: periodIndex,\n time: index * duration\n };\n };\n};\n/**\n * Returns a list of objects containing segment timing and duration info used for\n * building the list of segments. This uses the @duration attribute specified\n * in the MPD manifest to derive the range of segments.\n *\n * @param {Object} attributes\n * Inherited MPD attributes\n * @return {{number: number, duration: number, time: number, timeline: number}[]}\n * List of Objects with segment timing and duration info\n */\n\nvar parseByDuration = function parseByDuration(attributes) {\n var _attributes$type = attributes.type,\n type = _attributes$type === void 0 ? 'static' : _attributes$type,\n duration = attributes.duration,\n _attributes$timescale4 = attributes.timescale,\n timescale = _attributes$timescale4 === void 0 ? 1 : _attributes$timescale4,\n sourceDuration = attributes.sourceDuration;\n\n var _segmentRange$type = segmentRange[type](attributes),\n start = _segmentRange$type.start,\n end = _segmentRange$type.end;\n\n var segments = range(start, end).map(toSegments(attributes));\n\n if (type === 'static') {\n var index = segments.length - 1; // final segment may be less than full segment duration\n\n segments[index].duration = sourceDuration - duration / timescale * index;\n }\n\n return segments;\n};\n\nvar identifierPattern = /\\$([A-z]*)(?:(%0)([0-9]+)d)?\\$/g;\n/**\n * Replaces template identifiers with corresponding values. To be used as the callback\n * for String.prototype.replace\n *\n * @name replaceCallback\n * @function\n * @param {string} match\n * Entire match of identifier\n * @param {string} identifier\n * Name of matched identifier\n * @param {string} format\n * Format tag string. Its presence indicates that padding is expected\n * @param {string} width\n * Desired length of the replaced value. Values less than this width shall be left\n * zero padded\n * @return {string}\n * Replacement for the matched identifier\n */\n\n/**\n * Returns a function to be used as a callback for String.prototype.replace to replace\n * template identifiers\n *\n * @param {Obect} values\n * Object containing values that shall be used to replace known identifiers\n * @param {number} values.RepresentationID\n * Value of the Representation@id attribute\n * @param {number} values.Number\n * Number of the corresponding segment\n * @param {number} values.Bandwidth\n * Value of the Representation@bandwidth attribute.\n * @param {number} values.Time\n * Timestamp value of the corresponding segment\n * @return {replaceCallback}\n * Callback to be used with String.prototype.replace to replace identifiers\n */\n\nvar identifierReplacement = function identifierReplacement(values) {\n return function (match, identifier, format, width) {\n if (match === '$$') {\n // escape sequence\n return '$';\n }\n\n if (typeof values[identifier] === 'undefined') {\n return match;\n }\n\n var value = '' + values[identifier];\n\n if (identifier === 'RepresentationID') {\n // Format tag shall not be present with RepresentationID\n return value;\n }\n\n if (!format) {\n width = 1;\n } else {\n width = parseInt(width, 10);\n }\n\n if (value.length >= width) {\n return value;\n }\n\n return \"\" + new Array(width - value.length + 1).join('0') + value;\n };\n};\n/**\n * Constructs a segment url from a template string\n *\n * @param {string} url\n * Template string to construct url from\n * @param {Obect} values\n * Object containing values that shall be used to replace known identifiers\n * @param {number} values.RepresentationID\n * Value of the Representation@id attribute\n * @param {number} values.Number\n * Number of the corresponding segment\n * @param {number} values.Bandwidth\n * Value of the Representation@bandwidth attribute.\n * @param {number} values.Time\n * Timestamp value of the corresponding segment\n * @return {string}\n * Segment url with identifiers replaced\n */\n\nvar constructTemplateUrl = function constructTemplateUrl(url, values) {\n return url.replace(identifierPattern, identifierReplacement(values));\n};\n/**\n * Generates a list of objects containing timing and duration information about each\n * segment needed to generate segment uris and the complete segment object\n *\n * @param {Object} attributes\n * Object containing all inherited attributes from parent elements with attribute\n * names as keys\n * @param {Object[]|undefined} segmentTimeline\n * List of objects representing the attributes of each S element contained within\n * the SegmentTimeline element\n * @return {{number: number, duration: number, time: number, timeline: number}[]}\n * List of Objects with segment timing and duration info\n */\n\nvar parseTemplateInfo = function parseTemplateInfo(attributes, segmentTimeline) {\n if (!attributes.duration && !segmentTimeline) {\n // if neither @duration or SegmentTimeline are present, then there shall be exactly\n // one media segment\n return [{\n number: attributes.startNumber || 1,\n duration: attributes.sourceDuration,\n time: 0,\n timeline: attributes.periodIndex\n }];\n }\n\n if (attributes.duration) {\n return parseByDuration(attributes);\n }\n\n return parseByTimeline(attributes, segmentTimeline);\n};\n/**\n * Generates a list of segments using information provided by the SegmentTemplate element\n *\n * @param {Object} attributes\n * Object containing all inherited attributes from parent elements with attribute\n * names as keys\n * @param {Object[]|undefined} segmentTimeline\n * List of objects representing the attributes of each S element contained within\n * the SegmentTimeline element\n * @return {Object[]}\n * List of segment objects\n */\n\nvar segmentsFromTemplate = function segmentsFromTemplate(attributes, segmentTimeline) {\n var templateValues = {\n RepresentationID: attributes.id,\n Bandwidth: attributes.bandwidth || 0\n };\n var _attributes$initializ = attributes.initialization,\n initialization = _attributes$initializ === void 0 ? {\n sourceURL: '',\n range: ''\n } : _attributes$initializ;\n var mapSegment = urlTypeToSegment({\n baseUrl: attributes.baseUrl,\n source: constructTemplateUrl(initialization.sourceURL, templateValues),\n range: initialization.range\n });\n var segments = parseTemplateInfo(attributes, segmentTimeline);\n return segments.map(function (segment) {\n templateValues.Number = segment.number;\n templateValues.Time = segment.time;\n var uri = constructTemplateUrl(attributes.media || '', templateValues);\n return {\n uri: uri,\n timeline: segment.timeline,\n duration: segment.duration,\n resolvedUri: resolveUrl(attributes.baseUrl || '', uri),\n map: mapSegment,\n number: segment.number\n };\n });\n};\n\nvar errors = {\n INVALID_NUMBER_OF_PERIOD: 'INVALID_NUMBER_OF_PERIOD',\n DASH_EMPTY_MANIFEST: 'DASH_EMPTY_MANIFEST',\n DASH_INVALID_XML: 'DASH_INVALID_XML',\n NO_BASE_URL: 'NO_BASE_URL',\n MISSING_SEGMENT_INFORMATION: 'MISSING_SEGMENT_INFORMATION',\n SEGMENT_TIME_UNSPECIFIED: 'SEGMENT_TIME_UNSPECIFIED',\n UNSUPPORTED_UTC_TIMING_SCHEME: 'UNSUPPORTED_UTC_TIMING_SCHEME'\n};\n\n/**\n * Converts a <SegmentUrl> (of type URLType from the DASH spec 5.3.9.2 Table 14)\n * to an object that matches the output of a segment in videojs/mpd-parser\n *\n * @param {Object} attributes\n * Object containing all inherited attributes from parent elements with attribute\n * names as keys\n * @param {Object} segmentUrl\n * <SegmentURL> node to translate into a segment object\n * @return {Object} translated segment object\n */\n\nvar SegmentURLToSegmentObject = function SegmentURLToSegmentObject(attributes, segmentUrl) {\n var baseUrl = attributes.baseUrl,\n _attributes$initializ = attributes.initialization,\n initialization = _attributes$initializ === void 0 ? {} : _attributes$initializ;\n var initSegment = urlTypeToSegment({\n baseUrl: baseUrl,\n source: initialization.sourceURL,\n range: initialization.range\n });\n var segment = urlTypeToSegment({\n baseUrl: baseUrl,\n source: segmentUrl.media,\n range: segmentUrl.mediaRange\n });\n segment.map = initSegment;\n return segment;\n};\n/**\n * Generates a list of segments using information provided by the SegmentList element\n * SegmentList (DASH SPEC Section 5.3.9.3.2) contains a set of <SegmentURL> nodes. Each\n * node should be translated into segment.\n *\n * @param {Object} attributes\n * Object containing all inherited attributes from parent elements with attribute\n * names as keys\n * @param {Object[]|undefined} segmentTimeline\n * List of objects representing the attributes of each S element contained within\n * the SegmentTimeline element\n * @return {Object.<Array>} list of segments\n */\n\n\nvar segmentsFromList = function segmentsFromList(attributes, segmentTimeline) {\n var duration = attributes.duration,\n _attributes$segmentUr = attributes.segmentUrls,\n segmentUrls = _attributes$segmentUr === void 0 ? [] : _attributes$segmentUr; // Per spec (5.3.9.2.1) no way to determine segment duration OR\n // if both SegmentTimeline and @duration are defined, it is outside of spec.\n\n if (!duration && !segmentTimeline || duration && segmentTimeline) {\n throw new Error(errors.SEGMENT_TIME_UNSPECIFIED);\n }\n\n var segmentUrlMap = segmentUrls.map(function (segmentUrlObject) {\n return SegmentURLToSegmentObject(attributes, segmentUrlObject);\n });\n var segmentTimeInfo;\n\n if (duration) {\n segmentTimeInfo = parseByDuration(attributes);\n }\n\n if (segmentTimeline) {\n segmentTimeInfo = parseByTimeline(attributes, segmentTimeline);\n }\n\n var segments = segmentTimeInfo.map(function (segmentTime, index) {\n if (segmentUrlMap[index]) {\n var segment = segmentUrlMap[index];\n segment.timeline = segmentTime.timeline;\n segment.duration = segmentTime.duration;\n segment.number = segmentTime.number;\n return segment;\n } // Since we're mapping we should get rid of any blank segments (in case\n // the given SegmentTimeline is handling for more elements than we have\n // SegmentURLs for).\n\n }).filter(function (segment) {\n return segment;\n });\n return segments;\n};\n\n/**\n * Translates SegmentBase into a set of segments.\n * (DASH SPEC Section 5.3.9.3.2) contains a set of <SegmentURL> nodes. Each\n * node should be translated into segment.\n *\n * @param {Object} attributes\n * Object containing all inherited attributes from parent elements with attribute\n * names as keys\n * @return {Object.<Array>} list of segments\n */\n\nvar segmentsFromBase = function segmentsFromBase(attributes) {\n var baseUrl = attributes.baseUrl,\n _attributes$initializ = attributes.initialization,\n initialization = _attributes$initializ === void 0 ? {} : _attributes$initializ,\n sourceDuration = attributes.sourceDuration,\n _attributes$timescale = attributes.timescale,\n timescale = _attributes$timescale === void 0 ? 1 : _attributes$timescale,\n _attributes$indexRang = attributes.indexRange,\n indexRange = _attributes$indexRang === void 0 ? '' : _attributes$indexRang,\n duration = attributes.duration; // base url is required for SegmentBase to work, per spec (Section 5.3.9.2.1)\n\n if (!baseUrl) {\n throw new Error(errors.NO_BASE_URL);\n }\n\n var initSegment = urlTypeToSegment({\n baseUrl: baseUrl,\n source: initialization.sourceURL,\n range: initialization.range\n });\n var segment = urlTypeToSegment({\n baseUrl: baseUrl,\n source: baseUrl,\n range: indexRange\n });\n segment.map = initSegment; // If there is a duration, use it, otherwise use the given duration of the source\n // (since SegmentBase is only for one total segment)\n\n if (duration) {\n var segmentTimeInfo = parseByDuration(attributes);\n\n if (segmentTimeInfo.length) {\n segment.duration = segmentTimeInfo[0].duration;\n segment.timeline = segmentTimeInfo[0].timeline;\n }\n } else if (sourceDuration) {\n segment.duration = sourceDuration / timescale;\n segment.timeline = 0;\n } // This is used for mediaSequence\n\n\n segment.number = 0;\n return [segment];\n};\n\nvar generateSegments = function generateSegments(_ref) {\n var attributes = _ref.attributes,\n segmentInfo = _ref.segmentInfo;\n var segmentAttributes;\n var segmentsFn;\n\n if (segmentInfo.template) {\n segmentsFn = segmentsFromTemplate;\n segmentAttributes = merge(attributes, segmentInfo.template);\n } else if (segmentInfo.base) {\n segmentsFn = segmentsFromBase;\n segmentAttributes = merge(attributes, segmentInfo.base);\n } else if (segmentInfo.list) {\n segmentsFn = segmentsFromList;\n segmentAttributes = merge(attributes, segmentInfo.list);\n }\n\n if (!segmentsFn) {\n return {\n attributes: attributes\n };\n }\n\n var segments = segmentsFn(segmentAttributes, segmentInfo.timeline); // The @duration attribute will be used to determin the playlist's targetDuration which\n // must be in seconds. Since we've generated the segment list, we no longer need\n // @duration to be in @timescale units, so we can convert it here.\n\n if (segmentAttributes.duration) {\n var _segmentAttributes = segmentAttributes,\n duration = _segmentAttributes.duration,\n _segmentAttributes$ti = _segmentAttributes.timescale,\n timescale = _segmentAttributes$ti === void 0 ? 1 : _segmentAttributes$ti;\n segmentAttributes.duration = duration / timescale;\n } else if (segments.length) {\n // if there is no @duration attribute, use the largest segment duration as\n // as target duration\n segmentAttributes.duration = segments.reduce(function (max, segment) {\n return Math.max(max, Math.ceil(segment.duration));\n }, 0);\n } else {\n segmentAttributes.duration = 0;\n }\n\n return {\n attributes: segmentAttributes,\n segments: segments\n };\n};\nvar toPlaylists = function toPlaylists(representations) {\n return representations.map(generateSegments);\n};\n\nvar findChildren = function findChildren(element, name) {\n return from(element.childNodes).filter(function (_ref) {\n var tagName = _ref.tagName;\n return tagName === name;\n });\n};\nvar getContent = function getContent(element) {\n return element.textContent.trim();\n};\n\nvar parseDuration = function parseDuration(str) {\n var SECONDS_IN_YEAR = 365 * 24 * 60 * 60;\n var SECONDS_IN_MONTH = 30 * 24 * 60 * 60;\n var SECONDS_IN_DAY = 24 * 60 * 60;\n var SECONDS_IN_HOUR = 60 * 60;\n var SECONDS_IN_MIN = 60; // P10Y10M10DT10H10M10.1S\n\n var durationRegex = /P(?:(\\d*)Y)?(?:(\\d*)M)?(?:(\\d*)D)?(?:T(?:(\\d*)H)?(?:(\\d*)M)?(?:([\\d.]*)S)?)?/;\n var match = durationRegex.exec(str);\n\n if (!match) {\n return 0;\n }\n\n var _match$slice = match.slice(1),\n year = _match$slice[0],\n month = _match$slice[1],\n day = _match$slice[2],\n hour = _match$slice[3],\n minute = _match$slice[4],\n second = _match$slice[5];\n\n return parseFloat(year || 0) * SECONDS_IN_YEAR + parseFloat(month || 0) * SECONDS_IN_MONTH + parseFloat(day || 0) * SECONDS_IN_DAY + parseFloat(hour || 0) * SECONDS_IN_HOUR + parseFloat(minute || 0) * SECONDS_IN_MIN + parseFloat(second || 0);\n};\nvar parseDate = function parseDate(str) {\n // Date format without timezone according to ISO 8601\n // YYY-MM-DDThh:mm:ss.ssssss\n var dateRegex = /^\\d+-\\d+-\\d+T\\d+:\\d+:\\d+(\\.\\d+)?$/; // If the date string does not specifiy a timezone, we must specifiy UTC. This is\n // expressed by ending with 'Z'\n\n if (dateRegex.test(str)) {\n str += 'Z';\n }\n\n return Date.parse(str);\n};\n\nvar parsers = {\n /**\n * Specifies the duration of the entire Media Presentation. Format is a duration string\n * as specified in ISO 8601\n *\n * @param {string} value\n * value of attribute as a string\n * @return {number}\n * The duration in seconds\n */\n mediaPresentationDuration: function mediaPresentationDuration(value) {\n return parseDuration(value);\n },\n\n /**\n * Specifies the Segment availability start time for all Segments referred to in this\n * MPD. For a dynamic manifest, it specifies the anchor for the earliest availability\n * time. Format is a date string as specified in ISO 8601\n *\n * @param {string} value\n * value of attribute as a string\n * @return {number}\n * The date as seconds from unix epoch\n */\n availabilityStartTime: function availabilityStartTime(value) {\n return parseDate(value) / 1000;\n },\n\n /**\n * Specifies the smallest period between potential changes to the MPD. Format is a\n * duration string as specified in ISO 8601\n *\n * @param {string} value\n * value of attribute as a string\n * @return {number}\n * The duration in seconds\n */\n minimumUpdatePeriod: function minimumUpdatePeriod(value) {\n return parseDuration(value);\n },\n\n /**\n * Specifies the duration of the smallest time shifting buffer for any Representation\n * in the MPD. Format is a duration string as specified in ISO 8601\n *\n * @param {string} value\n * value of attribute as a string\n * @return {number}\n * The duration in seconds\n */\n timeShiftBufferDepth: function timeShiftBufferDepth(value) {\n return parseDuration(value);\n },\n\n /**\n * Specifies the PeriodStart time of the Period relative to the availabilityStarttime.\n * Format is a duration string as specified in ISO 8601\n *\n * @param {string} value\n * value of attribute as a string\n * @return {number}\n * The duration in seconds\n */\n start: function start(value) {\n return parseDuration(value);\n },\n\n /**\n * Specifies the width of the visual presentation\n *\n * @param {string} value\n * value of attribute as a string\n * @return {number}\n * The parsed width\n */\n width: function width(value) {\n return parseInt(value, 10);\n },\n\n /**\n * Specifies the height of the visual presentation\n *\n * @param {string} value\n * value of attribute as a string\n * @return {number}\n * The parsed height\n */\n height: function height(value) {\n return parseInt(value, 10);\n },\n\n /**\n * Specifies the bitrate of the representation\n *\n * @param {string} value\n * value of attribute as a string\n * @return {number}\n * The parsed bandwidth\n */\n bandwidth: function bandwidth(value) {\n return parseInt(value, 10);\n },\n\n /**\n * Specifies the number of the first Media Segment in this Representation in the Period\n *\n * @param {string} value\n * value of attribute as a string\n * @return {number}\n * The parsed number\n */\n startNumber: function startNumber(value) {\n return parseInt(value, 10);\n },\n\n /**\n * Specifies the timescale in units per seconds\n *\n * @param {string} value\n * value of attribute as a string\n * @return {number}\n * The aprsed timescale\n */\n timescale: function timescale(value) {\n return parseInt(value, 10);\n },\n\n /**\n * Specifies the constant approximate Segment duration\n * NOTE: The <Period> element also contains an @duration attribute. This duration\n * specifies the duration of the Period. This attribute is currently not\n * supported by the rest of the parser, however we still check for it to prevent\n * errors.\n *\n * @param {string} value\n * value of attribute as a string\n * @return {number}\n * The parsed duration\n */\n duration: function duration(value) {\n var parsedValue = parseInt(value, 10);\n\n if (isNaN(parsedValue)) {\n return parseDuration(value);\n }\n\n return parsedValue;\n },\n\n /**\n * Specifies the Segment duration, in units of the value of the @timescale.\n *\n * @param {string} value\n * value of attribute as a string\n * @return {number}\n * The parsed duration\n */\n d: function d(value) {\n return parseInt(value, 10);\n },\n\n /**\n * Specifies the MPD start time, in @timescale units, the first Segment in the series\n * starts relative to the beginning of the Period\n *\n * @param {string} value\n * value of attribute as a string\n * @return {number}\n * The parsed time\n */\n t: function t(value) {\n return parseInt(value, 10);\n },\n\n /**\n * Specifies the repeat count of the number of following contiguous Segments with the\n * same duration expressed by the value of @d\n *\n * @param {string} value\n * value of attribute as a string\n * @return {number}\n * The parsed number\n */\n r: function r(value) {\n return parseInt(value, 10);\n },\n\n /**\n * Default parser for all other attributes. Acts as a no-op and just returns the value\n * as a string\n *\n * @param {string} value\n * value of attribute as a string\n * @return {string}\n * Unparsed value\n */\n DEFAULT: function DEFAULT(value) {\n return value;\n }\n};\n/**\n * Gets all the attributes and values of the provided node, parses attributes with known\n * types, and returns an object with attribute names mapped to values.\n *\n * @param {Node} el\n * The node to parse attributes from\n * @return {Object}\n * Object with all attributes of el parsed\n */\n\nvar parseAttributes = function parseAttributes(el) {\n if (!(el && el.attributes)) {\n return {};\n }\n\n return from(el.attributes).reduce(function (a, e) {\n var parseFn = parsers[e.name] || parsers.DEFAULT;\n a[e.name] = parseFn(e.value);\n return a;\n }, {});\n};\n\nfunction decodeB64ToUint8Array(b64Text) {\n var decodedString = window$1.atob(b64Text);\n var array = new Uint8Array(decodedString.length);\n\n for (var i = 0; i < decodedString.length; i++) {\n array[i] = decodedString.charCodeAt(i);\n }\n\n return array;\n}\n\nvar keySystemsMap = {\n 'urn:uuid:1077efec-c0b2-4d02-ace3-3c1e52e2fb4b': 'org.w3.clearkey',\n 'urn:uuid:edef8ba9-79d6-4ace-a3c8-27dcd51d21ed': 'com.widevine.alpha',\n 'urn:uuid:9a04f079-9840-4286-ab92-e65be0885f95': 'com.microsoft.playready',\n 'urn:uuid:f239e769-efa3-4850-9c16-a903c6932efb': 'com.adobe.primetime'\n};\n/**\n * Builds a list of urls that is the product of the reference urls and BaseURL values\n *\n * @param {string[]} referenceUrls\n * List of reference urls to resolve to\n * @param {Node[]} baseUrlElements\n * List of BaseURL nodes from the mpd\n * @return {string[]}\n * List of resolved urls\n */\n\nvar buildBaseUrls = function buildBaseUrls(referenceUrls, baseUrlElements) {\n if (!baseUrlElements.length) {\n return referenceUrls;\n }\n\n return flatten(referenceUrls.map(function (reference) {\n return baseUrlElements.map(function (baseUrlElement) {\n return resolveUrl(reference, getContent(baseUrlElement));\n });\n }));\n};\n/**\n * Contains all Segment information for its containing AdaptationSet\n *\n * @typedef {Object} SegmentInformation\n * @property {Object|undefined} template\n * Contains the attributes for the SegmentTemplate node\n * @property {Object[]|undefined} timeline\n * Contains a list of atrributes for each S node within the SegmentTimeline node\n * @property {Object|undefined} list\n * Contains the attributes for the SegmentList node\n * @property {Object|undefined} base\n * Contains the attributes for the SegmentBase node\n */\n\n/**\n * Returns all available Segment information contained within the AdaptationSet node\n *\n * @param {Node} adaptationSet\n * The AdaptationSet node to get Segment information from\n * @return {SegmentInformation}\n * The Segment information contained within the provided AdaptationSet\n */\n\nvar getSegmentInformation = function getSegmentInformation(adaptationSet) {\n var segmentTemplate = findChildren(adaptationSet, 'SegmentTemplate')[0];\n var segmentList = findChildren(adaptationSet, 'SegmentList')[0];\n var segmentUrls = segmentList && findChildren(segmentList, 'SegmentURL').map(function (s) {\n return merge({\n tag: 'SegmentURL'\n }, parseAttributes(s));\n });\n var segmentBase = findChildren(adaptationSet, 'SegmentBase')[0];\n var segmentTimelineParentNode = segmentList || segmentTemplate;\n var segmentTimeline = segmentTimelineParentNode && findChildren(segmentTimelineParentNode, 'SegmentTimeline')[0];\n var segmentInitializationParentNode = segmentList || segmentBase || segmentTemplate;\n var segmentInitialization = segmentInitializationParentNode && findChildren(segmentInitializationParentNode, 'Initialization')[0]; // SegmentTemplate is handled slightly differently, since it can have both\n // @initialization and an <Initialization> node. @initialization can be templated,\n // while the node can have a url and range specified. If the <SegmentTemplate> has\n // both @initialization and an <Initialization> subelement we opt to override with\n // the node, as this interaction is not defined in the spec.\n\n var template = segmentTemplate && parseAttributes(segmentTemplate);\n\n if (template && segmentInitialization) {\n template.initialization = segmentInitialization && parseAttributes(segmentInitialization);\n } else if (template && template.initialization) {\n // If it is @initialization we convert it to an object since this is the format that\n // later functions will rely on for the initialization segment. This is only valid\n // for <SegmentTemplate>\n template.initialization = {\n sourceURL: template.initialization\n };\n }\n\n var segmentInfo = {\n template: template,\n timeline: segmentTimeline && findChildren(segmentTimeline, 'S').map(function (s) {\n return parseAttributes(s);\n }),\n list: segmentList && merge(parseAttributes(segmentList), {\n segmentUrls: segmentUrls,\n initialization: parseAttributes(segmentInitialization)\n }),\n base: segmentBase && merge(parseAttributes(segmentBase), {\n initialization: parseAttributes(segmentInitialization)\n })\n };\n Object.keys(segmentInfo).forEach(function (key) {\n if (!segmentInfo[key]) {\n delete segmentInfo[key];\n }\n });\n return segmentInfo;\n};\n/**\n * Contains Segment information and attributes needed to construct a Playlist object\n * from a Representation\n *\n * @typedef {Object} RepresentationInformation\n * @property {SegmentInformation} segmentInfo\n * Segment information for this Representation\n * @property {Object} attributes\n * Inherited attributes for this Representation\n */\n\n/**\n * Maps a Representation node to an object containing Segment information and attributes\n *\n * @name inheritBaseUrlsCallback\n * @function\n * @param {Node} representation\n * Representation node from the mpd\n * @return {RepresentationInformation}\n * Representation information needed to construct a Playlist object\n */\n\n/**\n * Returns a callback for Array.prototype.map for mapping Representation nodes to\n * Segment information and attributes using inherited BaseURL nodes.\n *\n * @param {Object} adaptationSetAttributes\n * Contains attributes inherited by the AdaptationSet\n * @param {string[]} adaptationSetBaseUrls\n * Contains list of resolved base urls inherited by the AdaptationSet\n * @param {SegmentInformation} adaptationSetSegmentInfo\n * Contains Segment information for the AdaptationSet\n * @return {inheritBaseUrlsCallback}\n * Callback map function\n */\n\nvar inheritBaseUrls = function inheritBaseUrls(adaptationSetAttributes, adaptationSetBaseUrls, adaptationSetSegmentInfo) {\n return function (representation) {\n var repBaseUrlElements = findChildren(representation, 'BaseURL');\n var repBaseUrls = buildBaseUrls(adaptationSetBaseUrls, repBaseUrlElements);\n var attributes = merge(adaptationSetAttributes, parseAttributes(representation));\n var representationSegmentInfo = getSegmentInformation(representation);\n return repBaseUrls.map(function (baseUrl) {\n return {\n segmentInfo: merge(adaptationSetSegmentInfo, representationSegmentInfo),\n attributes: merge(attributes, {\n baseUrl: baseUrl\n })\n };\n });\n };\n};\n/**\n * Tranforms a series of content protection nodes to\n * an object containing pssh data by key system\n *\n * @param {Node[]} contentProtectionNodes\n * Content protection nodes\n * @return {Object}\n * Object containing pssh data by key system\n */\n\nvar generateKeySystemInformation = function generateKeySystemInformation(contentProtectionNodes) {\n return contentProtectionNodes.reduce(function (acc, node) {\n var attributes = parseAttributes(node);\n var keySystem = keySystemsMap[attributes.schemeIdUri];\n\n if (keySystem) {\n acc[keySystem] = {\n attributes: attributes\n };\n var psshNode = findChildren(node, 'cenc:pssh')[0];\n\n if (psshNode) {\n var pssh = getContent(psshNode);\n var psshBuffer = pssh && decodeB64ToUint8Array(pssh);\n acc[keySystem].pssh = psshBuffer;\n }\n }\n\n return acc;\n }, {});\n};\n/**\n * Maps an AdaptationSet node to a list of Representation information objects\n *\n * @name toRepresentationsCallback\n * @function\n * @param {Node} adaptationSet\n * AdaptationSet node from the mpd\n * @return {RepresentationInformation[]}\n * List of objects containing Representaion information\n */\n\n/**\n * Returns a callback for Array.prototype.map for mapping AdaptationSet nodes to a list of\n * Representation information objects\n *\n * @param {Object} periodAttributes\n * Contains attributes inherited by the Period\n * @param {string[]} periodBaseUrls\n * Contains list of resolved base urls inherited by the Period\n * @param {string[]} periodSegmentInfo\n * Contains Segment Information at the period level\n * @return {toRepresentationsCallback}\n * Callback map function\n */\n\n\nvar toRepresentations = function toRepresentations(periodAttributes, periodBaseUrls, periodSegmentInfo) {\n return function (adaptationSet) {\n var adaptationSetAttributes = parseAttributes(adaptationSet);\n var adaptationSetBaseUrls = buildBaseUrls(periodBaseUrls, findChildren(adaptationSet, 'BaseURL'));\n var role = findChildren(adaptationSet, 'Role')[0];\n var roleAttributes = {\n role: parseAttributes(role)\n };\n var attrs = merge(periodAttributes, adaptationSetAttributes, roleAttributes);\n var contentProtection = generateKeySystemInformation(findChildren(adaptationSet, 'ContentProtection'));\n\n if (Object.keys(contentProtection).length) {\n attrs = merge(attrs, {\n contentProtection: contentProtection\n });\n }\n\n var segmentInfo = getSegmentInformation(adaptationSet);\n var representations = findChildren(adaptationSet, 'Representation');\n var adaptationSetSegmentInfo = merge(periodSegmentInfo, segmentInfo);\n return flatten(representations.map(inheritBaseUrls(attrs, adaptationSetBaseUrls, adaptationSetSegmentInfo)));\n };\n};\n/**\n * Maps an Period node to a list of Representation inforamtion objects for all\n * AdaptationSet nodes contained within the Period\n *\n * @name toAdaptationSetsCallback\n * @function\n * @param {Node} period\n * Period node from the mpd\n * @param {number} periodIndex\n * Index of the Period within the mpd\n * @return {RepresentationInformation[]}\n * List of objects containing Representaion information\n */\n\n/**\n * Returns a callback for Array.prototype.map for mapping Period nodes to a list of\n * Representation information objects\n *\n * @param {Object} mpdAttributes\n * Contains attributes inherited by the mpd\n * @param {string[]} mpdBaseUrls\n * Contains list of resolved base urls inherited by the mpd\n * @return {toAdaptationSetsCallback}\n * Callback map function\n */\n\nvar toAdaptationSets = function toAdaptationSets(mpdAttributes, mpdBaseUrls) {\n return function (period, index) {\n var periodBaseUrls = buildBaseUrls(mpdBaseUrls, findChildren(period, 'BaseURL'));\n var periodAtt = parseAttributes(period);\n var parsedPeriodId = parseInt(periodAtt.id, 10); // fallback to mapping index if Period@id is not a number\n\n var periodIndex = window$1.isNaN(parsedPeriodId) ? index : parsedPeriodId;\n var periodAttributes = merge(mpdAttributes, {\n periodIndex: periodIndex\n });\n var adaptationSets = findChildren(period, 'AdaptationSet');\n var periodSegmentInfo = getSegmentInformation(period);\n return flatten(adaptationSets.map(toRepresentations(periodAttributes, periodBaseUrls, periodSegmentInfo)));\n };\n};\n/**\n * Traverses the mpd xml tree to generate a list of Representation information objects\n * that have inherited attributes from parent nodes\n *\n * @param {Node} mpd\n * The root node of the mpd\n * @param {Object} options\n * Available options for inheritAttributes\n * @param {string} options.manifestUri\n * The uri source of the mpd\n * @param {number} options.NOW\n * Current time per DASH IOP. Default is current time in ms since epoch\n * @param {number} options.clientOffset\n * Client time difference from NOW (in milliseconds)\n * @return {RepresentationInformation[]}\n * List of objects containing Representation information\n */\n\nvar inheritAttributes = function inheritAttributes(mpd, options) {\n if (options === void 0) {\n options = {};\n }\n\n var _options = options,\n _options$manifestUri = _options.manifestUri,\n manifestUri = _options$manifestUri === void 0 ? '' : _options$manifestUri,\n _options$NOW = _options.NOW,\n NOW = _options$NOW === void 0 ? Date.now() : _options$NOW,\n _options$clientOffset = _options.clientOffset,\n clientOffset = _options$clientOffset === void 0 ? 0 : _options$clientOffset;\n var periods = findChildren(mpd, 'Period');\n\n if (!periods.length) {\n throw new Error(errors.INVALID_NUMBER_OF_PERIOD);\n }\n\n var mpdAttributes = parseAttributes(mpd);\n var mpdBaseUrls = buildBaseUrls([manifestUri], findChildren(mpd, 'BaseURL'));\n mpdAttributes.sourceDuration = mpdAttributes.mediaPresentationDuration || 0;\n mpdAttributes.NOW = NOW;\n mpdAttributes.clientOffset = clientOffset;\n return flatten(periods.map(toAdaptationSets(mpdAttributes, mpdBaseUrls)));\n};\n\nvar stringToMpdXml = function stringToMpdXml(manifestString) {\n if (manifestString === '') {\n throw new Error(errors.DASH_EMPTY_MANIFEST);\n }\n\n var parser = new window$1.DOMParser();\n var xml = parser.parseFromString(manifestString, 'application/xml');\n var mpd = xml && xml.documentElement.tagName === 'MPD' ? xml.documentElement : null;\n\n if (!mpd || mpd && mpd.getElementsByTagName('parsererror').length > 0) {\n throw new Error(errors.DASH_INVALID_XML);\n }\n\n return mpd;\n};\n\n/**\n * Parses the manifest for a UTCTiming node, returning the nodes attributes if found\n *\n * @param {string} mpd\n * XML string of the MPD manifest\n * @return {Object|null}\n * Attributes of UTCTiming node specified in the manifest. Null if none found\n */\n\nvar parseUTCTimingScheme = function parseUTCTimingScheme(mpd) {\n var UTCTimingNode = findChildren(mpd, 'UTCTiming')[0];\n\n if (!UTCTimingNode) {\n return null;\n }\n\n var attributes = parseAttributes(UTCTimingNode);\n\n switch (attributes.schemeIdUri) {\n case 'urn:mpeg:dash:utc:http-head:2014':\n case 'urn:mpeg:dash:utc:http-head:2012':\n attributes.method = 'HEAD';\n break;\n\n case 'urn:mpeg:dash:utc:http-xsdate:2014':\n case 'urn:mpeg:dash:utc:http-iso:2014':\n case 'urn:mpeg:dash:utc:http-xsdate:2012':\n case 'urn:mpeg:dash:utc:http-iso:2012':\n attributes.method = 'GET';\n break;\n\n case 'urn:mpeg:dash:utc:direct:2014':\n case 'urn:mpeg:dash:utc:direct:2012':\n attributes.method = 'DIRECT';\n attributes.value = Date.parse(attributes.value);\n break;\n\n case 'urn:mpeg:dash:utc:http-ntp:2014':\n case 'urn:mpeg:dash:utc:ntp:2014':\n case 'urn:mpeg:dash:utc:sntp:2014':\n default:\n throw new Error(errors.UNSUPPORTED_UTC_TIMING_SCHEME);\n }\n\n return attributes;\n};\n\nvar VERSION = version;\nvar parse = function parse(manifestString, options) {\n return toM3u8(toPlaylists(inheritAttributes(stringToMpdXml(manifestString), options)));\n};\n/**\n * Parses the manifest for a UTCTiming node, returning the nodes attributes if found\n *\n * @param {string} manifestString\n * XML string of the MPD manifest\n * @return {Object|null}\n * Attributes of UTCTiming node specified in the manifest. Null if none found\n */\n\nvar parseUTCTiming = function parseUTCTiming(manifestString) {\n return parseUTCTimingScheme(stringToMpdXml(manifestString));\n};\n\nexport { VERSION, parse, parseUTCTiming };\n","/*\n * pkcs7.pad\n * https://github.com/brightcove/pkcs7\n *\n * Copyright (c) 2014 Brightcove\n * Licensed under the apache2 license.\n */\n\nvar PADDING = void 0;\n\n/**\n * Returns a new Uint8Array that is padded with PKCS#7 padding.\n * @param plaintext {Uint8Array} the input bytes before encryption\n * @return {Uint8Array} the padded bytes\n * @see http://tools.ietf.org/html/rfc5652\n */\nfunction pad(plaintext) {\n var padding = PADDING[plaintext.byteLength % 16 || 0];\n var result = new Uint8Array(plaintext.byteLength + padding.length);\n\n result.set(plaintext);\n result.set(padding, plaintext.byteLength);\n\n return result;\n}\n\n// pre-define the padding values\nPADDING = [[16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16], [15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15], [14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14], [13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13], [12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12], [11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11], [10, 10, 10, 10, 10, 10, 10, 10, 10, 10], [9, 9, 9, 9, 9, 9, 9, 9, 9], [8, 8, 8, 8, 8, 8, 8, 8], [7, 7, 7, 7, 7, 7, 7], [6, 6, 6, 6, 6, 6], [5, 5, 5, 5, 5], [4, 4, 4, 4], [3, 3, 3], [2, 2], [1]];\n\n/**\n * Returns the subarray of a Uint8Array without PKCS#7 padding.\n * @param padded {Uint8Array} unencrypted bytes that have been padded\n * @return {Uint8Array} the unpadded bytes\n * @see http://tools.ietf.org/html/rfc5652\n */\nfunction unpad(padded) {\n return padded.subarray(0, padded.byteLength - padded[padded.byteLength - 1]);\n}\n\nvar version = \"1.0.2\";\n\nexport { pad, unpad, version as VERSION };\n","import { unpad } from 'pkcs7';\n\nvar classCallCheck = function (instance, Constructor) {\n if (!(instance instanceof Constructor)) {\n throw new TypeError(\"Cannot call a class as a function\");\n }\n};\n\nvar createClass = function () {\n function defineProperties(target, props) {\n for (var i = 0; i < props.length; i++) {\n var descriptor = props[i];\n descriptor.enumerable = descriptor.enumerable || false;\n descriptor.configurable = true;\n if (\"value\" in descriptor) descriptor.writable = true;\n Object.defineProperty(target, descriptor.key, descriptor);\n }\n }\n\n return function (Constructor, protoProps, staticProps) {\n if (protoProps) defineProperties(Constructor.prototype, protoProps);\n if (staticProps) defineProperties(Constructor, staticProps);\n return Constructor;\n };\n}();\n\n\n\n\n\n\n\n\n\nvar inherits = function (subClass, superClass) {\n if (typeof superClass !== \"function\" && superClass !== null) {\n throw new TypeError(\"Super expression must either be null or a function, not \" + typeof superClass);\n }\n\n subClass.prototype = Object.create(superClass && superClass.prototype, {\n constructor: {\n value: subClass,\n enumerable: false,\n writable: true,\n configurable: true\n }\n });\n if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass;\n};\n\n\n\n\n\n\n\n\n\n\n\nvar possibleConstructorReturn = function (self, call) {\n if (!self) {\n throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\");\n }\n\n return call && (typeof call === \"object\" || typeof call === \"function\") ? call : self;\n};\n\n/**\n * @file aes.js\n *\n * This file contains an adaptation of the AES decryption algorithm\n * from the Standford Javascript Cryptography Library. That work is\n * covered by the following copyright and permissions notice:\n *\n * Copyright 2009-2010 Emily Stark, Mike Hamburg, Dan Boneh.\n * All rights reserved.\n *\n * Redistribution and use in source and binary forms, with or without\n * modification, are permitted provided that the following conditions are\n * met:\n *\n * 1. Redistributions of source code must retain the above copyright\n * notice, this list of conditions and the following disclaimer.\n *\n * 2. Redistributions in binary form must reproduce the above\n * copyright notice, this list of conditions and the following\n * disclaimer in the documentation and/or other materials provided\n * with the distribution.\n *\n * THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR\n * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\n * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n * DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> OR CONTRIBUTORS BE\n * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR\n * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF\n * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR\n * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,\n * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE\n * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN\n * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n *\n * The views and conclusions contained in the software and documentation\n * are those of the authors and should not be interpreted as representing\n * official policies, either expressed or implied, of the authors.\n */\n\n/**\n * Expand the S-box tables.\n *\n * @private\n */\nvar precompute = function precompute() {\n var tables = [[[], [], [], [], []], [[], [], [], [], []]];\n var encTable = tables[0];\n var decTable = tables[1];\n var sbox = encTable[4];\n var sboxInv = decTable[4];\n var i = void 0;\n var x = void 0;\n var xInv = void 0;\n var d = [];\n var th = [];\n var x2 = void 0;\n var x4 = void 0;\n var x8 = void 0;\n var s = void 0;\n var tEnc = void 0;\n var tDec = void 0;\n\n // Compute double and third tables\n for (i = 0; i < 256; i++) {\n th[(d[i] = i << 1 ^ (i >> 7) * 283) ^ i] = i;\n }\n\n for (x = xInv = 0; !sbox[x]; x ^= x2 || 1, xInv = th[xInv] || 1) {\n // Compute sbox\n s = xInv ^ xInv << 1 ^ xInv << 2 ^ xInv << 3 ^ xInv << 4;\n s = s >> 8 ^ s & 255 ^ 99;\n sbox[x] = s;\n sboxInv[s] = x;\n\n // Compute MixColumns\n x8 = d[x4 = d[x2 = d[x]]];\n tDec = x8 * 0x1010101 ^ x4 * 0x10001 ^ x2 * 0x101 ^ x * 0x1010100;\n tEnc = d[s] * 0x101 ^ s * 0x1010100;\n\n for (i = 0; i < 4; i++) {\n encTable[i][x] = tEnc = tEnc << 24 ^ tEnc >>> 8;\n decTable[i][s] = tDec = tDec << 24 ^ tDec >>> 8;\n }\n }\n\n // Compactify. Considerable speedup on Firefox.\n for (i = 0; i < 5; i++) {\n encTable[i] = encTable[i].slice(0);\n decTable[i] = decTable[i].slice(0);\n }\n return tables;\n};\nvar aesTables = null;\n\n/**\n * Schedule out an AES key for both encryption and decryption. This\n * is a low-level class. Use a cipher mode to do bulk encryption.\n *\n * @class AES\n * @param key {Array} The key as an array of 4, 6 or 8 words.\n */\n\nvar AES = function () {\n function AES(key) {\n classCallCheck(this, AES);\n\n /**\n * The expanded S-box and inverse S-box tables. These will be computed\n * on the client so that we don't have to send them down the wire.\n *\n * There are two tables, _tables[0] is for encryption and\n * _tables[1] is for decryption.\n *\n * The first 4 sub-tables are the expanded S-box with MixColumns. The\n * last (_tables[01][4]) is the S-box itself.\n *\n * @private\n */\n // if we have yet to precompute the S-box tables\n // do so now\n if (!aesTables) {\n aesTables = precompute();\n }\n // then make a copy of that object for use\n this._tables = [[aesTables[0][0].slice(), aesTables[0][1].slice(), aesTables[0][2].slice(), aesTables[0][3].slice(), aesTables[0][4].slice()], [aesTables[1][0].slice(), aesTables[1][1].slice(), aesTables[1][2].slice(), aesTables[1][3].slice(), aesTables[1][4].slice()]];\n var i = void 0;\n var j = void 0;\n var tmp = void 0;\n var encKey = void 0;\n var decKey = void 0;\n var sbox = this._tables[0][4];\n var decTable = this._tables[1];\n var keyLen = key.length;\n var rcon = 1;\n\n if (keyLen !== 4 && keyLen !== 6 && keyLen !== 8) {\n throw new Error('Invalid aes key size');\n }\n\n encKey = key.slice(0);\n decKey = [];\n this._key = [encKey, decKey];\n\n // schedule encryption keys\n for (i = keyLen; i < 4 * keyLen + 28; i++) {\n tmp = encKey[i - 1];\n\n // apply sbox\n if (i % keyLen === 0 || keyLen === 8 && i % keyLen === 4) {\n tmp = sbox[tmp >>> 24] << 24 ^ sbox[tmp >> 16 & 255] << 16 ^ sbox[tmp >> 8 & 255] << 8 ^ sbox[tmp & 255];\n\n // shift rows and add rcon\n if (i % keyLen === 0) {\n tmp = tmp << 8 ^ tmp >>> 24 ^ rcon << 24;\n rcon = rcon << 1 ^ (rcon >> 7) * 283;\n }\n }\n\n encKey[i] = encKey[i - keyLen] ^ tmp;\n }\n\n // schedule decryption keys\n for (j = 0; i; j++, i--) {\n tmp = encKey[j & 3 ? i : i - 4];\n if (i <= 4 || j < 4) {\n decKey[j] = tmp;\n } else {\n decKey[j] = decTable[0][sbox[tmp >>> 24]] ^ decTable[1][sbox[tmp >> 16 & 255]] ^ decTable[2][sbox[tmp >> 8 & 255]] ^ decTable[3][sbox[tmp & 255]];\n }\n }\n }\n\n /**\n * Decrypt 16 bytes, specified as four 32-bit words.\n *\n * @param {Number} encrypted0 the first word to decrypt\n * @param {Number} encrypted1 the second word to decrypt\n * @param {Number} encrypted2 the third word to decrypt\n * @param {Number} encrypted3 the fourth word to decrypt\n * @param {Int32Array} out the array to write the decrypted words\n * into\n * @param {Number} offset the offset into the output array to start\n * writing results\n * @return {Array} The plaintext.\n */\n\n\n AES.prototype.decrypt = function decrypt(encrypted0, encrypted1, encrypted2, encrypted3, out, offset) {\n var key = this._key[1];\n // state variables a,b,c,d are loaded with pre-whitened data\n var a = encrypted0 ^ key[0];\n var b = encrypted3 ^ key[1];\n var c = encrypted2 ^ key[2];\n var d = encrypted1 ^ key[3];\n var a2 = void 0;\n var b2 = void 0;\n var c2 = void 0;\n\n // key.length === 2 ?\n var nInnerRounds = key.length / 4 - 2;\n var i = void 0;\n var kIndex = 4;\n var table = this._tables[1];\n\n // load up the tables\n var table0 = table[0];\n var table1 = table[1];\n var table2 = table[2];\n var table3 = table[3];\n var sbox = table[4];\n\n // Inner rounds. Cribbed from OpenSSL.\n for (i = 0; i < nInnerRounds; i++) {\n a2 = table0[a >>> 24] ^ table1[b >> 16 & 255] ^ table2[c >> 8 & 255] ^ table3[d & 255] ^ key[kIndex];\n b2 = table0[b >>> 24] ^ table1[c >> 16 & 255] ^ table2[d >> 8 & 255] ^ table3[a & 255] ^ key[kIndex + 1];\n c2 = table0[c >>> 24] ^ table1[d >> 16 & 255] ^ table2[a >> 8 & 255] ^ table3[b & 255] ^ key[kIndex + 2];\n d = table0[d >>> 24] ^ table1[a >> 16 & 255] ^ table2[b >> 8 & 255] ^ table3[c & 255] ^ key[kIndex + 3];\n kIndex += 4;\n a = a2;b = b2;c = c2;\n }\n\n // Last round.\n for (i = 0; i < 4; i++) {\n out[(3 & -i) + offset] = sbox[a >>> 24] << 24 ^ sbox[b >> 16 & 255] << 16 ^ sbox[c >> 8 & 255] << 8 ^ sbox[d & 255] ^ key[kIndex++];\n a2 = a;a = b;b = c;c = d;d = a2;\n }\n };\n\n return AES;\n}();\n\n/**\n * @file stream.js\n */\n/**\n * A lightweight readable stream implemention that handles event dispatching.\n *\n * @class Stream\n */\nvar Stream = function () {\n function Stream() {\n classCallCheck(this, Stream);\n\n this.listeners = {};\n }\n\n /**\n * Add a listener for a specified event type.\n *\n * @param {String} type the event name\n * @param {Function} listener the callback to be invoked when an event of\n * the specified type occurs\n */\n\n\n Stream.prototype.on = function on(type, listener) {\n if (!this.listeners[type]) {\n this.listeners[type] = [];\n }\n this.listeners[type].push(listener);\n };\n\n /**\n * Remove a listener for a specified event type.\n *\n * @param {String} type the event name\n * @param {Function} listener a function previously registered for this\n * type of event through `on`\n * @return {Boolean} if we could turn it off or not\n */\n\n\n Stream.prototype.off = function off(type, listener) {\n if (!this.listeners[type]) {\n return false;\n }\n\n var index = this.listeners[type].indexOf(listener);\n\n this.listeners[type].splice(index, 1);\n return index > -1;\n };\n\n /**\n * Trigger an event of the specified type on this stream. Any additional\n * arguments to this function are passed as parameters to event listeners.\n *\n * @param {String} type the event name\n */\n\n\n Stream.prototype.trigger = function trigger(type) {\n var callbacks = this.listeners[type];\n\n if (!callbacks) {\n return;\n }\n\n // Slicing the arguments on every invocation of this method\n // can add a significant amount of overhead. Avoid the\n // intermediate object creation for the common case of a\n // single callback argument\n if (arguments.length === 2) {\n var length = callbacks.length;\n\n for (var i = 0; i < length; ++i) {\n callbacks[i].call(this, arguments[1]);\n }\n } else {\n var args = Array.prototype.slice.call(arguments, 1);\n var _length = callbacks.length;\n\n for (var _i = 0; _i < _length; ++_i) {\n callbacks[_i].apply(this, args);\n }\n }\n };\n\n /**\n * Destroys the stream and cleans up.\n */\n\n\n Stream.prototype.dispose = function dispose() {\n this.listeners = {};\n };\n /**\n * Forwards all `data` events on this stream to the destination stream. The\n * destination stream should provide a method `push` to receive the data\n * events as they arrive.\n *\n * @param {Stream} destination the stream that will receive all `data` events\n * @see http://nodejs.org/api/stream.html#stream_readable_pipe_destination_options\n */\n\n\n Stream.prototype.pipe = function pipe(destination) {\n this.on('data', function (data) {\n destination.push(data);\n });\n };\n\n return Stream;\n}();\n\n/**\n * @file async-stream.js\n */\n/**\n * A wrapper around the Stream class to use setTiemout\n * and run stream \"jobs\" Asynchronously\n *\n * @class AsyncStream\n * @extends Stream\n */\n\nvar AsyncStream = function (_Stream) {\n inherits(AsyncStream, _Stream);\n\n function AsyncStream() {\n classCallCheck(this, AsyncStream);\n\n var _this = possibleConstructorReturn(this, _Stream.call(this, Stream));\n\n _this.jobs = [];\n _this.delay = 1;\n _this.timeout_ = null;\n return _this;\n }\n\n /**\n * process an async job\n *\n * @private\n */\n\n\n AsyncStream.prototype.processJob_ = function processJob_() {\n this.jobs.shift()();\n if (this.jobs.length) {\n this.timeout_ = setTimeout(this.processJob_.bind(this), this.delay);\n } else {\n this.timeout_ = null;\n }\n };\n\n /**\n * push a job into the stream\n *\n * @param {Function} job the job to push into the stream\n */\n\n\n AsyncStream.prototype.push = function push(job) {\n this.jobs.push(job);\n if (!this.timeout_) {\n this.timeout_ = setTimeout(this.processJob_.bind(this), this.delay);\n }\n };\n\n return AsyncStream;\n}(Stream);\n\n/**\n * @file decrypter.js\n *\n * An asynchronous implementation of AES-128 CBC decryption with\n * PKCS#7 padding.\n */\n\n/**\n * Convert network-order (big-endian) bytes into their little-endian\n * representation.\n */\nvar ntoh = function ntoh(word) {\n return word << 24 | (word & 0xff00) << 8 | (word & 0xff0000) >> 8 | word >>> 24;\n};\n\n/**\n * Decrypt bytes using AES-128 with CBC and PKCS#7 padding.\n *\n * @param {Uint8Array} encrypted the encrypted bytes\n * @param {Uint32Array} key the bytes of the decryption key\n * @param {Uint32Array} initVector the initialization vector (IV) to\n * use for the first round of CBC.\n * @return {Uint8Array} the decrypted bytes\n *\n * @see http://en.wikipedia.org/wiki/Advanced_Encryption_Standard\n * @see http://en.wikipedia.org/wiki/Block_cipher_mode_of_operation#Cipher_Block_Chaining_.28CBC.29\n * @see https://tools.ietf.org/html/rfc2315\n */\nvar decrypt = function decrypt(encrypted, key, initVector) {\n // word-level access to the encrypted bytes\n var encrypted32 = new Int32Array(encrypted.buffer, encrypted.byteOffset, encrypted.byteLength >> 2);\n\n var decipher = new AES(Array.prototype.slice.call(key));\n\n // byte and word-level access for the decrypted output\n var decrypted = new Uint8Array(encrypted.byteLength);\n var decrypted32 = new Int32Array(decrypted.buffer);\n\n // temporary variables for working with the IV, encrypted, and\n // decrypted data\n var init0 = void 0;\n var init1 = void 0;\n var init2 = void 0;\n var init3 = void 0;\n var encrypted0 = void 0;\n var encrypted1 = void 0;\n var encrypted2 = void 0;\n var encrypted3 = void 0;\n\n // iteration variable\n var wordIx = void 0;\n\n // pull out the words of the IV to ensure we don't modify the\n // passed-in reference and easier access\n init0 = initVector[0];\n init1 = initVector[1];\n init2 = initVector[2];\n init3 = initVector[3];\n\n // decrypt four word sequences, applying cipher-block chaining (CBC)\n // to each decrypted block\n for (wordIx = 0; wordIx < encrypted32.length; wordIx += 4) {\n // convert big-endian (network order) words into little-endian\n // (javascript order)\n encrypted0 = ntoh(encrypted32[wordIx]);\n encrypted1 = ntoh(encrypted32[wordIx + 1]);\n encrypted2 = ntoh(encrypted32[wordIx + 2]);\n encrypted3 = ntoh(encrypted32[wordIx + 3]);\n\n // decrypt the block\n decipher.decrypt(encrypted0, encrypted1, encrypted2, encrypted3, decrypted32, wordIx);\n\n // XOR with the IV, and restore network byte-order to obtain the\n // plaintext\n decrypted32[wordIx] = ntoh(decrypted32[wordIx] ^ init0);\n decrypted32[wordIx + 1] = ntoh(decrypted32[wordIx + 1] ^ init1);\n decrypted32[wordIx + 2] = ntoh(decrypted32[wordIx + 2] ^ init2);\n decrypted32[wordIx + 3] = ntoh(decrypted32[wordIx + 3] ^ init3);\n\n // setup the IV for the next round\n init0 = encrypted0;\n init1 = encrypted1;\n init2 = encrypted2;\n init3 = encrypted3;\n }\n\n return decrypted;\n};\n\n/**\n * The `Decrypter` class that manages decryption of AES\n * data through `AsyncStream` objects and the `decrypt`\n * function\n *\n * @param {Uint8Array} encrypted the encrypted bytes\n * @param {Uint32Array} key the bytes of the decryption key\n * @param {Uint32Array} initVector the initialization vector (IV) to\n * @param {Function} done the function to run when done\n * @class Decrypter\n */\n\nvar Decrypter = function () {\n function Decrypter(encrypted, key, initVector, done) {\n classCallCheck(this, Decrypter);\n\n var step = Decrypter.STEP;\n var encrypted32 = new Int32Array(encrypted.buffer);\n var decrypted = new Uint8Array(encrypted.byteLength);\n var i = 0;\n\n this.asyncStream_ = new AsyncStream();\n\n // split up the encryption job and do the individual chunks asynchronously\n this.asyncStream_.push(this.decryptChunk_(encrypted32.subarray(i, i + step), key, initVector, decrypted));\n for (i = step; i < encrypted32.length; i += step) {\n initVector = new Uint32Array([ntoh(encrypted32[i - 4]), ntoh(encrypted32[i - 3]), ntoh(encrypted32[i - 2]), ntoh(encrypted32[i - 1])]);\n this.asyncStream_.push(this.decryptChunk_(encrypted32.subarray(i, i + step), key, initVector, decrypted));\n }\n // invoke the done() callback when everything is finished\n this.asyncStream_.push(function () {\n // remove pkcs#7 padding from the decrypted bytes\n done(null, unpad(decrypted));\n });\n }\n\n /**\n * a getter for step the maximum number of bytes to process at one time\n *\n * @return {Number} the value of step 32000\n */\n\n\n /**\n * @private\n */\n Decrypter.prototype.decryptChunk_ = function decryptChunk_(encrypted, key, initVector, decrypted) {\n return function () {\n var bytes = decrypt(encrypted, key, initVector);\n\n decrypted.set(bytes, encrypted.byteOffset);\n };\n };\n\n createClass(Decrypter, null, [{\n key: 'STEP',\n get: function get$$1() {\n // 4 * 8000;\n return 32000;\n }\n }]);\n return Decrypter;\n}();\n\n/**\n * @file index.js\n *\n * Index module to easily import the primary components of AES-128\n * decryption. Like this:\n *\n * ```js\n * import {Decrypter, decrypt, AsyncStream} from 'aes-decrypter';\n * ```\n */\n\nexport { decrypt, Decrypter, AsyncStream };\n","/**\n * @license\n * Video.js 7.4.1 <http://videojs.com/>\n * Copyright Brightcove, Inc. <https://www.brightcove.com/>\n * Available under Apache License Version 2.0\n * <https://github.com/videojs/video.js/blob/master/LICENSE>\n *\n * Includes vtt.js <https://github.com/mozilla/vtt.js>\n * Available under Apache License Version 2.0\n * <https://github.com/mozilla/vtt.js/blob/master/LICENSE>\n */\n\nimport safeParseTuple from 'safe-json-parse/tuple';\nimport vtt from 'videojs-vtt.js';\nimport tsml from 'tsml';\nimport xhr from 'xhr';\nimport URLToolkit from 'url-toolkit';\nimport window$1 from 'global/window';\nimport { Parser } from 'm3u8-parser';\nimport document from 'global/document';\nimport { parse, parseUTCTiming } from 'mpd-parser';\nimport mp4probe from 'mux.js/lib/mp4/probe';\nimport { CaptionParser } from 'mux.js/lib/mp4';\nimport tsInspector from 'mux.js/lib/tools/ts-inspector.js';\nimport { Decrypter, AsyncStream, decrypt } from 'aes-decrypter';\n\nvar version = \"7.4.1\";\n\nfunction _inheritsLoose(subClass, superClass) {\n subClass.prototype = Object.create(superClass.prototype);\n subClass.prototype.constructor = subClass;\n subClass.__proto__ = superClass;\n}\n\nfunction _setPrototypeOf(o, p) {\n _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {\n o.__proto__ = p;\n return o;\n };\n\n return _setPrototypeOf(o, p);\n}\n\nfunction isNativeReflectConstruct() {\n if (typeof Reflect === \"undefined\" || !Reflect.construct) return false;\n if (Reflect.construct.sham) return false;\n if (typeof Proxy === \"function\") return true;\n\n try {\n Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));\n return true;\n } catch (e) {\n return false;\n }\n}\n\nfunction _construct(Parent, args, Class) {\n if (isNativeReflectConstruct()) {\n _construct = Reflect.construct;\n } else {\n _construct = function _construct(Parent, args, Class) {\n var a = [null];\n a.push.apply(a, args);\n var Constructor = Function.bind.apply(Parent, a);\n var instance = new Constructor();\n if (Class) _setPrototypeOf(instance, Class.prototype);\n return instance;\n };\n }\n\n return _construct.apply(null, arguments);\n}\n\nfunction _assertThisInitialized(self) {\n if (self === void 0) {\n throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\");\n }\n\n return self;\n}\n\nfunction _taggedTemplateLiteralLoose(strings, raw) {\n if (!raw) {\n raw = strings.slice(0);\n }\n\n strings.raw = raw;\n return strings;\n}\n\n/**\n * @file create-logger.js\n * @module create-logger\n */\n\nvar history = [];\n/**\n * Log messages to the console and history based on the type of message\n *\n * @private\n * @param {string} type\n * The name of the console method to use.\n *\n * @param {Array} args\n * The arguments to be passed to the matching console method.\n */\n\nvar LogByTypeFactory = function LogByTypeFactory(name, log) {\n return function (type, level, args) {\n var lvl = log.levels[level];\n var lvlRegExp = new RegExp(\"^(\" + lvl + \")$\");\n\n if (type !== 'log') {\n // Add the type to the front of the message when it's not \"log\".\n args.unshift(type.toUpperCase() + ':');\n } // Add console prefix after adding to history.\n\n\n args.unshift(name + ':'); // Add a clone of the args at this point to history.\n\n if (history) {\n history.push([].concat(args));\n } // If there's no console then don't try to output messages, but they will\n // still be stored in history.\n\n\n if (!window$1.console) {\n return;\n } // Was setting these once outside of this function, but containing them\n // in the function makes it easier to test cases where console doesn't exist\n // when the module is executed.\n\n\n var fn = window$1.console[type];\n\n if (!fn && type === 'debug') {\n // Certain browsers don't have support for console.debug. For those, we\n // should default to the closest comparable log.\n fn = window$1.console.info || window$1.console.log;\n } // Bail out if there's no console or if this type is not allowed by the\n // current logging level.\n\n\n if (!fn || !lvl || !lvlRegExp.test(type)) {\n return;\n }\n\n fn[Array.isArray(args) ? 'apply' : 'call'](window$1.console, args);\n };\n};\n\nfunction createLogger(name) {\n // This is the private tracking variable for logging level.\n var level = 'info'; // the curried logByType bound to the specific log and history\n\n var logByType;\n /**\n * Logs plain debug messages. Similar to `console.log`.\n *\n * Due to [limitations](https://github.com/jsdoc3/jsdoc/issues/955#issuecomment-313829149)\n * of our JSDoc template, we cannot properly document this as both a function\n * and a namespace, so its function signature is documented here.\n *\n * #### Arguments\n * ##### *args\n * Mixed[]\n *\n * Any combination of values that could be passed to `console.log()`.\n *\n * #### Return Value\n *\n * `undefined`\n *\n * @namespace\n * @param {Mixed[]} args\n * One or more messages or objects that should be logged.\n */\n\n var log = function log() {\n for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {\n args[_key] = arguments[_key];\n }\n\n logByType('log', level, args);\n }; // This is the logByType helper that the logging methods below use\n\n\n logByType = LogByTypeFactory(name, log);\n /**\n * Create a new sublogger which chains the old name to the new name.\n *\n * For example, doing `videojs.log.createLogger('player')` and then using that logger will log the following:\n * ```js\n * mylogger('foo');\n * // > VIDEOJS: player: foo\n * ```\n *\n * @param {string} name\n * The name to add call the new logger\n * @return {Object}\n */\n\n log.createLogger = function (subname) {\n return createLogger(name + ': ' + subname);\n };\n /**\n * Enumeration of available logging levels, where the keys are the level names\n * and the values are `|`-separated strings containing logging methods allowed\n * in that logging level. These strings are used to create a regular expression\n * matching the function name being called.\n *\n * Levels provided by Video.js are:\n *\n * - `off`: Matches no calls. Any value that can be cast to `false` will have\n * this effect. The most restrictive.\n * - `all`: Matches only Video.js-provided functions (`debug`, `log`,\n * `log.warn`, and `log.error`).\n * - `debug`: Matches `log.debug`, `log`, `log.warn`, and `log.error` calls.\n * - `info` (default): Matches `log`, `log.warn`, and `log.error` calls.\n * - `warn`: Matches `log.warn` and `log.error` calls.\n * - `error`: Matches only `log.error` calls.\n *\n * @type {Object}\n */\n\n\n log.levels = {\n all: 'debug|log|warn|error',\n off: '',\n debug: 'debug|log|warn|error',\n info: 'log|warn|error',\n warn: 'warn|error',\n error: 'error',\n DEFAULT: level\n };\n /**\n * Get or set the current logging level.\n *\n * If a string matching a key from {@link module:log.levels} is provided, acts\n * as a setter.\n *\n * @param {string} [lvl]\n * Pass a valid level to set a new logging level.\n *\n * @return {string}\n * The current logging level.\n */\n\n log.level = function (lvl) {\n if (typeof lvl === 'string') {\n if (!log.levels.hasOwnProperty(lvl)) {\n throw new Error(\"\\\"\" + lvl + \"\\\" in not a valid log level\");\n }\n\n level = lvl;\n }\n\n return level;\n };\n /**\n * Returns an array containing everything that has been logged to the history.\n *\n * This array is a shallow clone of the internal history record. However, its\n * contents are _not_ cloned; so, mutating objects inside this array will\n * mutate them in history.\n *\n * @return {Array}\n */\n\n\n log.history = function () {\n return history ? [].concat(history) : [];\n };\n /**\n * Allows you to filter the history by the given logger name\n *\n * @param {string} fname\n * The name to filter by\n *\n * @return {Array}\n * The filtered list to return\n */\n\n\n log.history.filter = function (fname) {\n return (history || []).filter(function (historyItem) {\n // if the first item in each historyItem includes `fname`, then it's a match\n return new RegExp(\".*\" + fname + \".*\").test(historyItem[0]);\n });\n };\n /**\n * Clears the internal history tracking, but does not prevent further history\n * tracking.\n */\n\n\n log.history.clear = function () {\n if (history) {\n history.length = 0;\n }\n };\n /**\n * Disable history tracking if it is currently enabled.\n */\n\n\n log.history.disable = function () {\n if (history !== null) {\n history.length = 0;\n history = null;\n }\n };\n /**\n * Enable history tracking if it is currently disabled.\n */\n\n\n log.history.enable = function () {\n if (history === null) {\n history = [];\n }\n };\n /**\n * Logs error messages. Similar to `console.error`.\n *\n * @param {Mixed[]} args\n * One or more messages or objects that should be logged as an error\n */\n\n\n log.error = function () {\n for (var _len2 = arguments.length, args = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {\n args[_key2] = arguments[_key2];\n }\n\n return logByType('error', level, args);\n };\n /**\n * Logs warning messages. Similar to `console.warn`.\n *\n * @param {Mixed[]} args\n * One or more messages or objects that should be logged as a warning.\n */\n\n\n log.warn = function () {\n for (var _len3 = arguments.length, args = new Array(_len3), _key3 = 0; _key3 < _len3; _key3++) {\n args[_key3] = arguments[_key3];\n }\n\n return logByType('warn', level, args);\n };\n /**\n * Logs debug messages. Similar to `console.debug`, but may also act as a comparable\n * log if `console.debug` is not available\n *\n * @param {Mixed[]} args\n * One or more messages or objects that should be logged as debug.\n */\n\n\n log.debug = function () {\n for (var _len4 = arguments.length, args = new Array(_len4), _key4 = 0; _key4 < _len4; _key4++) {\n args[_key4] = arguments[_key4];\n }\n\n return logByType('debug', level, args);\n };\n\n return log;\n}\n\n/**\n * @file log.js\n * @module log\n */\nvar log = createLogger('VIDEOJS');\nvar createLogger$1 = log.createLogger;\n\n/**\n * @file obj.js\n * @module obj\n */\n\n/**\n * @callback obj:EachCallback\n *\n * @param {Mixed} value\n * The current key for the object that is being iterated over.\n *\n * @param {string} key\n * The current key-value for object that is being iterated over\n */\n\n/**\n * @callback obj:ReduceCallback\n *\n * @param {Mixed} accum\n * The value that is accumulating over the reduce loop.\n *\n * @param {Mixed} value\n * The current key for the object that is being iterated over.\n *\n * @param {string} key\n * The current key-value for object that is being iterated over\n *\n * @return {Mixed}\n * The new accumulated value.\n */\nvar toString = Object.prototype.toString;\n/**\n * Get the keys of an Object\n *\n * @param {Object}\n * The Object to get the keys from\n *\n * @return {string[]}\n * An array of the keys from the object. Returns an empty array if the\n * object passed in was invalid or had no keys.\n *\n * @private\n */\n\nvar keys = function keys(object) {\n return isObject(object) ? Object.keys(object) : [];\n};\n/**\n * Array-like iteration for objects.\n *\n * @param {Object} object\n * The object to iterate over\n *\n * @param {obj:EachCallback} fn\n * The callback function which is called for each key in the object.\n */\n\n\nfunction each(object, fn) {\n keys(object).forEach(function (key) {\n return fn(object[key], key);\n });\n}\n/**\n * Array-like reduce for objects.\n *\n * @param {Object} object\n * The Object that you want to reduce.\n *\n * @param {Function} fn\n * A callback function which is called for each key in the object. It\n * receives the accumulated value and the per-iteration value and key\n * as arguments.\n *\n * @param {Mixed} [initial = 0]\n * Starting value\n *\n * @return {Mixed}\n * The final accumulated value.\n */\n\nfunction reduce(object, fn, initial) {\n if (initial === void 0) {\n initial = 0;\n }\n\n return keys(object).reduce(function (accum, key) {\n return fn(accum, object[key], key);\n }, initial);\n}\n/**\n * Object.assign-style object shallow merge/extend.\n *\n * @param {Object} target\n * @param {Object} ...sources\n * @return {Object}\n */\n\nfunction assign(target) {\n for (var _len = arguments.length, sources = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {\n sources[_key - 1] = arguments[_key];\n }\n\n if (Object.assign) {\n return Object.assign.apply(Object, [target].concat(sources));\n }\n\n sources.forEach(function (source) {\n if (!source) {\n return;\n }\n\n each(source, function (value, key) {\n target[key] = value;\n });\n });\n return target;\n}\n/**\n * Returns whether a value is an object of any kind - including DOM nodes,\n * arrays, regular expressions, etc. Not functions, though.\n *\n * This avoids the gotcha where using `typeof` on a `null` value\n * results in `'object'`.\n *\n * @param {Object} value\n * @return {boolean}\n */\n\nfunction isObject(value) {\n return !!value && typeof value === 'object';\n}\n/**\n * Returns whether an object appears to be a \"plain\" object - that is, a\n * direct instance of `Object`.\n *\n * @param {Object} value\n * @return {boolean}\n */\n\nfunction isPlain(value) {\n return isObject(value) && toString.call(value) === '[object Object]' && value.constructor === Object;\n}\n\n/**\n * @file computed-style.js\n * @module computed-style\n */\n/**\n * A safe getComputedStyle.\n *\n * This is needed because in Firefox, if the player is loaded in an iframe with\n * `display:none`, then `getComputedStyle` returns `null`, so, we do a\n * null-check to make sure that the player doesn't break in these cases.\n *\n * @function\n * @param {Element} el\n * The element you want the computed style of\n *\n * @param {string} prop\n * The property name you want\n *\n * @see https://bugzilla.mozilla.org/show_bug.cgi?id=548397\n */\n\nfunction computedStyle(el, prop) {\n if (!el || !prop) {\n return '';\n }\n\n if (typeof window$1.getComputedStyle === 'function') {\n var cs = window$1.getComputedStyle(el);\n return cs ? cs[prop] : '';\n }\n\n return '';\n}\n\nfunction _templateObject() {\n var data = _taggedTemplateLiteralLoose([\"Setting attributes in the second argument of createEl()\\n has been deprecated. Use the third argument instead.\\n createEl(type, properties, attributes). Attempting to set \", \" to \", \".\"]);\n\n _templateObject = function _templateObject() {\n return data;\n };\n\n return data;\n}\n/**\n * Detect if a value is a string with any non-whitespace characters.\n *\n * @private\n * @param {string} str\n * The string to check\n *\n * @return {boolean}\n * Will be `true` if the string is non-blank, `false` otherwise.\n *\n */\n\nfunction isNonBlankString(str) {\n return typeof str === 'string' && /\\S/.test(str);\n}\n/**\n * Throws an error if the passed string has whitespace. This is used by\n * class methods to be relatively consistent with the classList API.\n *\n * @private\n * @param {string} str\n * The string to check for whitespace.\n *\n * @throws {Error}\n * Throws an error if there is whitespace in the string.\n */\n\n\nfunction throwIfWhitespace(str) {\n if (/\\s/.test(str)) {\n throw new Error('class has illegal whitespace characters');\n }\n}\n/**\n * Produce a regular expression for matching a className within an elements className.\n *\n * @private\n * @param {string} className\n * The className to generate the RegExp for.\n *\n * @return {RegExp}\n * The RegExp that will check for a specific `className` in an elements\n * className.\n */\n\n\nfunction classRegExp(className) {\n return new RegExp('(^|\\\\s)' + className + '($|\\\\s)');\n}\n/**\n * Whether the current DOM interface appears to be real (i.e. not simulated).\n *\n * @return {boolean}\n * Will be `true` if the DOM appears to be real, `false` otherwise.\n */\n\n\nfunction isReal() {\n // Both document and window will never be undefined thanks to `global`.\n return document === window$1.document;\n}\n/**\n * Determines, via duck typing, whether or not a value is a DOM element.\n *\n * @param {Mixed} value\n * The value to check.\n *\n * @return {boolean}\n * Will be `true` if the value is a DOM element, `false` otherwise.\n */\n\nfunction isEl(value) {\n return isObject(value) && value.nodeType === 1;\n}\n/**\n * Determines if the current DOM is embedded in an iframe.\n *\n * @return {boolean}\n * Will be `true` if the DOM is embedded in an iframe, `false`\n * otherwise.\n */\n\nfunction isInFrame() {\n // We need a try/catch here because Safari will throw errors when attempting\n // to get either `parent` or `self`\n try {\n return window$1.parent !== window$1.self;\n } catch (x) {\n return true;\n }\n}\n/**\n * Creates functions to query the DOM using a given method.\n *\n * @private\n * @param {string} method\n * The method to create the query with.\n *\n * @return {Function}\n * The query method\n */\n\nfunction createQuerier(method) {\n return function (selector, context) {\n if (!isNonBlankString(selector)) {\n return document[method](null);\n }\n\n if (isNonBlankString(context)) {\n context = document.querySelector(context);\n }\n\n var ctx = isEl(context) ? context : document;\n return ctx[method] && ctx[method](selector);\n };\n}\n/**\n * Creates an element and applies properties, attributes, and inserts content.\n *\n * @param {string} [tagName='div']\n * Name of tag to be created.\n *\n * @param {Object} [properties={}]\n * Element properties to be applied.\n *\n * @param {Object} [attributes={}]\n * Element attributes to be applied.\n *\n * @param {module:dom~ContentDescriptor} content\n * A content descriptor object.\n *\n * @return {Element}\n * The element that was created.\n */\n\n\nfunction createEl(tagName, properties, attributes, content) {\n if (tagName === void 0) {\n tagName = 'div';\n }\n\n if (properties === void 0) {\n properties = {};\n }\n\n if (attributes === void 0) {\n attributes = {};\n }\n\n var el = document.createElement(tagName);\n Object.getOwnPropertyNames(properties).forEach(function (propName) {\n var val = properties[propName]; // See #2176\n // We originally were accepting both properties and attributes in the\n // same object, but that doesn't work so well.\n\n if (propName.indexOf('aria-') !== -1 || propName === 'role' || propName === 'type') {\n log.warn(tsml(_templateObject(), propName, val));\n el.setAttribute(propName, val); // Handle textContent since it's not supported everywhere and we have a\n // method for it.\n } else if (propName === 'textContent') {\n textContent(el, val);\n } else {\n el[propName] = val;\n }\n });\n Object.getOwnPropertyNames(attributes).forEach(function (attrName) {\n el.setAttribute(attrName, attributes[attrName]);\n });\n\n if (content) {\n appendContent(el, content);\n }\n\n return el;\n}\n/**\n * Injects text into an element, replacing any existing contents entirely.\n *\n * @param {Element} el\n * The element to add text content into\n *\n * @param {string} text\n * The text content to add.\n *\n * @return {Element}\n * The element with added text content.\n */\n\nfunction textContent(el, text) {\n if (typeof el.textContent === 'undefined') {\n el.innerText = text;\n } else {\n el.textContent = text;\n }\n\n return el;\n}\n/**\n * Insert an element as the first child node of another\n *\n * @param {Element} child\n * Element to insert\n *\n * @param {Element} parent\n * Element to insert child into\n */\n\nfunction prependTo(child, parent) {\n if (parent.firstChild) {\n parent.insertBefore(child, parent.firstChild);\n } else {\n parent.appendChild(child);\n }\n}\n/**\n * Check if an element has a class name.\n *\n * @param {Element} element\n * Element to check\n *\n * @param {string} classToCheck\n * Class name to check for\n *\n * @return {boolean}\n * Will be `true` if the element has a class, `false` otherwise.\n *\n * @throws {Error}\n * Throws an error if `classToCheck` has white space.\n */\n\nfunction hasClass(element, classToCheck) {\n throwIfWhitespace(classToCheck);\n\n if (element.classList) {\n return element.classList.contains(classToCheck);\n }\n\n return classRegExp(classToCheck).test(element.className);\n}\n/**\n * Add a class name to an element.\n *\n * @param {Element} element\n * Element to add class name to.\n *\n * @param {string} classToAdd\n * Class name to add.\n *\n * @return {Element}\n * The DOM element with the added class name.\n */\n\nfunction addClass(element, classToAdd) {\n if (element.classList) {\n element.classList.add(classToAdd); // Don't need to `throwIfWhitespace` here because `hasElClass` will do it\n // in the case of classList not being supported.\n } else if (!hasClass(element, classToAdd)) {\n element.className = (element.className + ' ' + classToAdd).trim();\n }\n\n return element;\n}\n/**\n * Remove a class name from an element.\n *\n * @param {Element} element\n * Element to remove a class name from.\n *\n * @param {string} classToRemove\n * Class name to remove\n *\n * @return {Element}\n * The DOM element with class name removed.\n */\n\nfunction removeClass(element, classToRemove) {\n if (element.classList) {\n element.classList.remove(classToRemove);\n } else {\n throwIfWhitespace(classToRemove);\n element.className = element.className.split(/\\s+/).filter(function (c) {\n return c !== classToRemove;\n }).join(' ');\n }\n\n return element;\n}\n/**\n * The callback definition for toggleClass.\n *\n * @callback module:dom~PredicateCallback\n * @param {Element} element\n * The DOM element of the Component.\n *\n * @param {string} classToToggle\n * The `className` that wants to be toggled\n *\n * @return {boolean|undefined}\n * If `true` is returned, the `classToToggle` will be added to the\n * `element`. If `false`, the `classToToggle` will be removed from\n * the `element`. If `undefined`, the callback will be ignored.\n */\n\n/**\n * Adds or removes a class name to/from an element depending on an optional\n * condition or the presence/absence of the class name.\n *\n * @param {Element} element\n * The element to toggle a class name on.\n *\n * @param {string} classToToggle\n * The class that should be toggled.\n *\n * @param {boolean|module:dom~PredicateCallback} [predicate]\n * See the return value for {@link module:dom~PredicateCallback}\n *\n * @return {Element}\n * The element with a class that has been toggled.\n */\n\nfunction toggleClass(element, classToToggle, predicate) {\n // This CANNOT use `classList` internally because IE11 does not support the\n // second parameter to the `classList.toggle()` method! Which is fine because\n // `classList` will be used by the add/remove functions.\n var has = hasClass(element, classToToggle);\n\n if (typeof predicate === 'function') {\n predicate = predicate(element, classToToggle);\n }\n\n if (typeof predicate !== 'boolean') {\n predicate = !has;\n } // If the necessary class operation matches the current state of the\n // element, no action is required.\n\n\n if (predicate === has) {\n return;\n }\n\n if (predicate) {\n addClass(element, classToToggle);\n } else {\n removeClass(element, classToToggle);\n }\n\n return element;\n}\n/**\n * Apply attributes to an HTML element.\n *\n * @param {Element} el\n * Element to add attributes to.\n *\n * @param {Object} [attributes]\n * Attributes to be applied.\n */\n\nfunction setAttributes(el, attributes) {\n Object.getOwnPropertyNames(attributes).forEach(function (attrName) {\n var attrValue = attributes[attrName];\n\n if (attrValue === null || typeof attrValue === 'undefined' || attrValue === false) {\n el.removeAttribute(attrName);\n } else {\n el.setAttribute(attrName, attrValue === true ? '' : attrValue);\n }\n });\n}\n/**\n * Get an element's attribute values, as defined on the HTML tag.\n *\n * Attributes are not the same as properties. They're defined on the tag\n * or with setAttribute.\n *\n * @param {Element} tag\n * Element from which to get tag attributes.\n *\n * @return {Object}\n * All attributes of the element. Boolean attributes will be `true` or\n * `false`, others will be strings.\n */\n\nfunction getAttributes(tag) {\n var obj = {}; // known boolean attributes\n // we can check for matching boolean properties, but not all browsers\n // and not all tags know about these attributes, so, we still want to check them manually\n\n var knownBooleans = ',' + 'autoplay,controls,playsinline,loop,muted,default,defaultMuted' + ',';\n\n if (tag && tag.attributes && tag.attributes.length > 0) {\n var attrs = tag.attributes;\n\n for (var i = attrs.length - 1; i >= 0; i--) {\n var attrName = attrs[i].name;\n var attrVal = attrs[i].value; // check for known booleans\n // the matching element property will return a value for typeof\n\n if (typeof tag[attrName] === 'boolean' || knownBooleans.indexOf(',' + attrName + ',') !== -1) {\n // the value of an included boolean attribute is typically an empty\n // string ('') which would equal false if we just check for a false value.\n // we also don't want support bad code like autoplay='false'\n attrVal = attrVal !== null ? true : false;\n }\n\n obj[attrName] = attrVal;\n }\n }\n\n return obj;\n}\n/**\n * Get the value of an element's attribute.\n *\n * @param {Element} el\n * A DOM element.\n *\n * @param {string} attribute\n * Attribute to get the value of.\n *\n * @return {string}\n * The value of the attribute.\n */\n\nfunction getAttribute(el, attribute) {\n return el.getAttribute(attribute);\n}\n/**\n * Set the value of an element's attribute.\n *\n * @param {Element} el\n * A DOM element.\n *\n * @param {string} attribute\n * Attribute to set.\n *\n * @param {string} value\n * Value to set the attribute to.\n */\n\nfunction setAttribute(el, attribute, value) {\n el.setAttribute(attribute, value);\n}\n/**\n * Remove an element's attribute.\n *\n * @param {Element} el\n * A DOM element.\n *\n * @param {string} attribute\n * Attribute to remove.\n */\n\nfunction removeAttribute(el, attribute) {\n el.removeAttribute(attribute);\n}\n/**\n * Attempt to block the ability to select text.\n */\n\nfunction blockTextSelection() {\n document.body.focus();\n\n document.onselectstart = function () {\n return false;\n };\n}\n/**\n * Turn off text selection blocking.\n */\n\nfunction unblockTextSelection() {\n document.onselectstart = function () {\n return true;\n };\n}\n/**\n * Identical to the native `getBoundingClientRect` function, but ensures that\n * the method is supported at all (it is in all browsers we claim to support)\n * and that the element is in the DOM before continuing.\n *\n * This wrapper function also shims properties which are not provided by some\n * older browsers (namely, IE8).\n *\n * Additionally, some browsers do not support adding properties to a\n * `ClientRect`/`DOMRect` object; so, we shallow-copy it with the standard\n * properties (except `x` and `y` which are not widely supported). This helps\n * avoid implementations where keys are non-enumerable.\n *\n * @param {Element} el\n * Element whose `ClientRect` we want to calculate.\n *\n * @return {Object|undefined}\n * Always returns a plain object - or `undefined` if it cannot.\n */\n\nfunction getBoundingClientRect(el) {\n if (el && el.getBoundingClientRect && el.parentNode) {\n var rect = el.getBoundingClientRect();\n var result = {};\n ['bottom', 'height', 'left', 'right', 'top', 'width'].forEach(function (k) {\n if (rect[k] !== undefined) {\n result[k] = rect[k];\n }\n });\n\n if (!result.height) {\n result.height = parseFloat(computedStyle(el, 'height'));\n }\n\n if (!result.width) {\n result.width = parseFloat(computedStyle(el, 'width'));\n }\n\n return result;\n }\n}\n/**\n * Represents the position of a DOM element on the page.\n *\n * @typedef {Object} module:dom~Position\n *\n * @property {number} left\n * Pixels to the left.\n *\n * @property {number} top\n * Pixels from the top.\n */\n\n/**\n * Get the position of an element in the DOM.\n *\n * Uses `getBoundingClientRect` technique from John Resig.\n *\n * @see http://ejohn.org/blog/getboundingclientrect-is-awesome/\n *\n * @param {Element} el\n * Element from which to get offset.\n *\n * @return {module:dom~Position}\n * The position of the element that was passed in.\n */\n\nfunction findPosition(el) {\n var box;\n\n if (el.getBoundingClientRect && el.parentNode) {\n box = el.getBoundingClientRect();\n }\n\n if (!box) {\n return {\n left: 0,\n top: 0\n };\n }\n\n var docEl = document.documentElement;\n var body = document.body;\n var clientLeft = docEl.clientLeft || body.clientLeft || 0;\n var scrollLeft = window$1.pageXOffset || body.scrollLeft;\n var left = box.left + scrollLeft - clientLeft;\n var clientTop = docEl.clientTop || body.clientTop || 0;\n var scrollTop = window$1.pageYOffset || body.scrollTop;\n var top = box.top + scrollTop - clientTop; // Android sometimes returns slightly off decimal values, so need to round\n\n return {\n left: Math.round(left),\n top: Math.round(top)\n };\n}\n/**\n * Represents x and y coordinates for a DOM element or mouse pointer.\n *\n * @typedef {Object} module:dom~Coordinates\n *\n * @property {number} x\n * x coordinate in pixels\n *\n * @property {number} y\n * y coordinate in pixels\n */\n\n/**\n * Get the pointer position within an element.\n *\n * The base on the coordinates are the bottom left of the element.\n *\n * @param {Element} el\n * Element on which to get the pointer position on.\n *\n * @param {EventTarget~Event} event\n * Event object.\n *\n * @return {module:dom~Coordinates}\n * A coordinates object corresponding to the mouse position.\n *\n */\n\nfunction getPointerPosition(el, event) {\n var position = {};\n var box = findPosition(el);\n var boxW = el.offsetWidth;\n var boxH = el.offsetHeight;\n var boxY = box.top;\n var boxX = box.left;\n var pageY = event.pageY;\n var pageX = event.pageX;\n\n if (event.changedTouches) {\n pageX = event.changedTouches[0].pageX;\n pageY = event.changedTouches[0].pageY;\n }\n\n position.y = Math.max(0, Math.min(1, (boxY - pageY + boxH) / boxH));\n position.x = Math.max(0, Math.min(1, (pageX - boxX) / boxW));\n return position;\n}\n/**\n * Determines, via duck typing, whether or not a value is a text node.\n *\n * @param {Mixed} value\n * Check if this value is a text node.\n *\n * @return {boolean}\n * Will be `true` if the value is a text node, `false` otherwise.\n */\n\nfunction isTextNode(value) {\n return isObject(value) && value.nodeType === 3;\n}\n/**\n * Empties the contents of an element.\n *\n * @param {Element} el\n * The element to empty children from\n *\n * @return {Element}\n * The element with no children\n */\n\nfunction emptyEl(el) {\n while (el.firstChild) {\n el.removeChild(el.firstChild);\n }\n\n return el;\n}\n/**\n * This is a mixed value that describes content to be injected into the DOM\n * via some method. It can be of the following types:\n *\n * Type | Description\n * -----------|-------------\n * `string` | The value will be normalized into a text node.\n * `Element` | The value will be accepted as-is.\n * `TextNode` | The value will be accepted as-is.\n * `Array` | A one-dimensional array of strings, elements, text nodes, or functions. These functions should return a string, element, or text node (any other return value, like an array, will be ignored).\n * `Function` | A function, which is expected to return a string, element, text node, or array - any of the other possible values described above. This means that a content descriptor could be a function that returns an array of functions, but those second-level functions must return strings, elements, or text nodes.\n *\n * @typedef {string|Element|TextNode|Array|Function} module:dom~ContentDescriptor\n */\n\n/**\n * Normalizes content for eventual insertion into the DOM.\n *\n * This allows a wide range of content definition methods, but helps protect\n * from falling into the trap of simply writing to `innerHTML`, which could\n * be an XSS concern.\n *\n * The content for an element can be passed in multiple types and\n * combinations, whose behavior is as follows:\n *\n * @param {module:dom~ContentDescriptor} content\n * A content descriptor value.\n *\n * @return {Array}\n * All of the content that was passed in, normalized to an array of\n * elements or text nodes.\n */\n\nfunction normalizeContent(content) {\n // First, invoke content if it is a function. If it produces an array,\n // that needs to happen before normalization.\n if (typeof content === 'function') {\n content = content();\n } // Next up, normalize to an array, so one or many items can be normalized,\n // filtered, and returned.\n\n\n return (Array.isArray(content) ? content : [content]).map(function (value) {\n // First, invoke value if it is a function to produce a new value,\n // which will be subsequently normalized to a Node of some kind.\n if (typeof value === 'function') {\n value = value();\n }\n\n if (isEl(value) || isTextNode(value)) {\n return value;\n }\n\n if (typeof value === 'string' && /\\S/.test(value)) {\n return document.createTextNode(value);\n }\n }).filter(function (value) {\n return value;\n });\n}\n/**\n * Normalizes and appends content to an element.\n *\n * @param {Element} el\n * Element to append normalized content to.\n *\n * @param {module:dom~ContentDescriptor} content\n * A content descriptor value.\n *\n * @return {Element}\n * The element with appended normalized content.\n */\n\nfunction appendContent(el, content) {\n normalizeContent(content).forEach(function (node) {\n return el.appendChild(node);\n });\n return el;\n}\n/**\n * Normalizes and inserts content into an element; this is identical to\n * `appendContent()`, except it empties the element first.\n *\n * @param {Element} el\n * Element to insert normalized content into.\n *\n * @param {module:dom~ContentDescriptor} content\n * A content descriptor value.\n *\n * @return {Element}\n * The element with inserted normalized content.\n */\n\nfunction insertContent(el, content) {\n return appendContent(emptyEl(el), content);\n}\n/**\n * Check if an event was a single left click.\n *\n * @param {EventTarget~Event} event\n * Event object.\n *\n * @return {boolean}\n * Will be `true` if a single left click, `false` otherwise.\n */\n\nfunction isSingleLeftClick(event) {\n // Note: if you create something draggable, be sure to\n // call it on both `mousedown` and `mousemove` event,\n // otherwise `mousedown` should be enough for a button\n if (event.button === undefined && event.buttons === undefined) {\n // Why do we need `buttons` ?\n // Because, middle mouse sometimes have this:\n // e.button === 0 and e.buttons === 4\n // Furthermore, we want to prevent combination click, something like\n // HOLD middlemouse then left click, that would be\n // e.button === 0, e.buttons === 5\n // just `button` is not gonna work\n // Alright, then what this block does ?\n // this is for chrome `simulate mobile devices`\n // I want to support this as well\n return true;\n }\n\n if (event.button === 0 && event.buttons === undefined) {\n // Touch screen, sometimes on some specific device, `buttons`\n // doesn't have anything (safari on ios, blackberry...)\n return true;\n }\n\n if (event.button !== 0 || event.buttons !== 1) {\n // This is the reason we have those if else block above\n // if any special case we can catch and let it slide\n // we do it above, when get to here, this definitely\n // is-not-left-click\n return false;\n }\n\n return true;\n}\n/**\n * Finds a single DOM element matching `selector` within the optional\n * `context` of another DOM element (defaulting to `document`).\n *\n * @param {string} selector\n * A valid CSS selector, which will be passed to `querySelector`.\n *\n * @param {Element|String} [context=document]\n * A DOM element within which to query. Can also be a selector\n * string in which case the first matching element will be used\n * as context. If missing (or no element matches selector), falls\n * back to `document`.\n *\n * @return {Element|null}\n * The element that was found or null.\n */\n\nvar $ = createQuerier('querySelector');\n/**\n * Finds a all DOM elements matching `selector` within the optional\n * `context` of another DOM element (defaulting to `document`).\n *\n * @param {string} selector\n * A valid CSS selector, which will be passed to `querySelectorAll`.\n *\n * @param {Element|String} [context=document]\n * A DOM element within which to query. Can also be a selector\n * string in which case the first matching element will be used\n * as context. If missing (or no element matches selector), falls\n * back to `document`.\n *\n * @return {NodeList}\n * A element list of elements that were found. Will be empty if none\n * were found.\n *\n */\n\nvar $$ = createQuerier('querySelectorAll');\n\nvar Dom = /*#__PURE__*/Object.freeze({\n isReal: isReal,\n isEl: isEl,\n isInFrame: isInFrame,\n createEl: createEl,\n textContent: textContent,\n prependTo: prependTo,\n hasClass: hasClass,\n addClass: addClass,\n removeClass: removeClass,\n toggleClass: toggleClass,\n setAttributes: setAttributes,\n getAttributes: getAttributes,\n getAttribute: getAttribute,\n setAttribute: setAttribute,\n removeAttribute: removeAttribute,\n blockTextSelection: blockTextSelection,\n unblockTextSelection: unblockTextSelection,\n getBoundingClientRect: getBoundingClientRect,\n findPosition: findPosition,\n getPointerPosition: getPointerPosition,\n isTextNode: isTextNode,\n emptyEl: emptyEl,\n normalizeContent: normalizeContent,\n appendContent: appendContent,\n insertContent: insertContent,\n isSingleLeftClick: isSingleLeftClick,\n $: $,\n $$: $$\n});\n\n/**\n * @file guid.js\n * @module guid\n */\n\n/**\n * Unique ID for an element or function\n * @type {Number}\n */\nvar _guid = 1;\n/**\n * Get a unique auto-incrementing ID by number that has not been returned before.\n *\n * @return {number}\n * A new unique ID.\n */\n\nfunction newGUID() {\n return _guid++;\n}\n\n/**\n * @file dom-data.js\n * @module dom-data\n */\n/**\n * Element Data Store.\n *\n * Allows for binding data to an element without putting it directly on the\n * element. Ex. Event listeners are stored here.\n * (also from jsninja.com, slightly modified and updated for closure compiler)\n *\n * @type {Object}\n * @private\n */\n\nvar elData = {};\n/*\n * Unique attribute name to store an element's guid in\n *\n * @type {String}\n * @constant\n * @private\n */\n\nvar elIdAttr = 'vdata' + new Date().getTime();\n/**\n * Returns the cache object where data for an element is stored\n *\n * @param {Element} el\n * Element to store data for.\n *\n * @return {Object}\n * The cache object for that el that was passed in.\n */\n\nfunction getData(el) {\n var id = el[elIdAttr];\n\n if (!id) {\n id = el[elIdAttr] = newGUID();\n }\n\n if (!elData[id]) {\n elData[id] = {};\n }\n\n return elData[id];\n}\n/**\n * Returns whether or not an element has cached data\n *\n * @param {Element} el\n * Check if this element has cached data.\n *\n * @return {boolean}\n * - True if the DOM element has cached data.\n * - False otherwise.\n */\n\nfunction hasData(el) {\n var id = el[elIdAttr];\n\n if (!id) {\n return false;\n }\n\n return !!Object.getOwnPropertyNames(elData[id]).length;\n}\n/**\n * Delete data for the element from the cache and the guid attr from getElementById\n *\n * @param {Element} el\n * Remove cached data for this element.\n */\n\nfunction removeData(el) {\n var id = el[elIdAttr];\n\n if (!id) {\n return;\n } // Remove all stored data\n\n\n delete elData[id]; // Remove the elIdAttr property from the DOM node\n\n try {\n delete el[elIdAttr];\n } catch (e) {\n if (el.removeAttribute) {\n el.removeAttribute(elIdAttr);\n } else {\n // IE doesn't appear to support removeAttribute on the document element\n el[elIdAttr] = null;\n }\n }\n}\n\n/**\n * @file events.js. An Event System (John Resig - Secrets of a JS Ninja http://jsninja.com/)\n * (Original book version wasn't completely usable, so fixed some things and made Closure Compiler compatible)\n * This should work very similarly to jQuery's events, however it's based off the book version which isn't as\n * robust as jquery's, so there's probably some differences.\n *\n * @file events.js\n * @module events\n */\n/**\n * Clean up the listener cache and dispatchers\n *\n * @param {Element|Object} elem\n * Element to clean up\n *\n * @param {string} type\n * Type of event to clean up\n */\n\nfunction _cleanUpEvents(elem, type) {\n var data = getData(elem); // Remove the events of a particular type if there are none left\n\n if (data.handlers[type].length === 0) {\n delete data.handlers[type]; // data.handlers[type] = null;\n // Setting to null was causing an error with data.handlers\n // Remove the meta-handler from the element\n\n if (elem.removeEventListener) {\n elem.removeEventListener(type, data.dispatcher, false);\n } else if (elem.detachEvent) {\n elem.detachEvent('on' + type, data.dispatcher);\n }\n } // Remove the events object if there are no types left\n\n\n if (Object.getOwnPropertyNames(data.handlers).length <= 0) {\n delete data.handlers;\n delete data.dispatcher;\n delete data.disabled;\n } // Finally remove the element data if there is no data left\n\n\n if (Object.getOwnPropertyNames(data).length === 0) {\n removeData(elem);\n }\n}\n/**\n * Loops through an array of event types and calls the requested method for each type.\n *\n * @param {Function} fn\n * The event method we want to use.\n *\n * @param {Element|Object} elem\n * Element or object to bind listeners to\n *\n * @param {string} type\n * Type of event to bind to.\n *\n * @param {EventTarget~EventListener} callback\n * Event listener.\n */\n\n\nfunction _handleMultipleEvents(fn, elem, types, callback) {\n types.forEach(function (type) {\n // Call the event method for each one of the types\n fn(elem, type, callback);\n });\n}\n/**\n * Fix a native event to have standard property values\n *\n * @param {Object} event\n * Event object to fix.\n *\n * @return {Object}\n * Fixed event object.\n */\n\n\nfunction fixEvent(event) {\n function returnTrue() {\n return true;\n }\n\n function returnFalse() {\n return false;\n } // Test if fixing up is needed\n // Used to check if !event.stopPropagation instead of isPropagationStopped\n // But native events return true for stopPropagation, but don't have\n // other expected methods like isPropagationStopped. Seems to be a problem\n // with the Javascript Ninja code. So we're just overriding all events now.\n\n\n if (!event || !event.isPropagationStopped) {\n var old = event || window$1.event;\n event = {}; // Clone the old object so that we can modify the values event = {};\n // IE8 Doesn't like when you mess with native event properties\n // Firefox returns false for event.hasOwnProperty('type') and other props\n // which makes copying more difficult.\n // TODO: Probably best to create a whitelist of event props\n\n for (var key in old) {\n // Safari 6.0.3 warns you if you try to copy deprecated layerX/Y\n // Chrome warns you if you try to copy deprecated keyboardEvent.keyLocation\n // and webkitMovementX/Y\n if (key !== 'layerX' && key !== 'layerY' && key !== 'keyLocation' && key !== 'webkitMovementX' && key !== 'webkitMovementY') {\n // Chrome 32+ warns if you try to copy deprecated returnValue, but\n // we still want to if preventDefault isn't supported (IE8).\n if (!(key === 'returnValue' && old.preventDefault)) {\n event[key] = old[key];\n }\n }\n } // The event occurred on this element\n\n\n if (!event.target) {\n event.target = event.srcElement || document;\n } // Handle which other element the event is related to\n\n\n if (!event.relatedTarget) {\n event.relatedTarget = event.fromElement === event.target ? event.toElement : event.fromElement;\n } // Stop the default browser action\n\n\n event.preventDefault = function () {\n if (old.preventDefault) {\n old.preventDefault();\n }\n\n event.returnValue = false;\n old.returnValue = false;\n event.defaultPrevented = true;\n };\n\n event.defaultPrevented = false; // Stop the event from bubbling\n\n event.stopPropagation = function () {\n if (old.stopPropagation) {\n old.stopPropagation();\n }\n\n event.cancelBubble = true;\n old.cancelBubble = true;\n event.isPropagationStopped = returnTrue;\n };\n\n event.isPropagationStopped = returnFalse; // Stop the event from bubbling and executing other handlers\n\n event.stopImmediatePropagation = function () {\n if (old.stopImmediatePropagation) {\n old.stopImmediatePropagation();\n }\n\n event.isImmediatePropagationStopped = returnTrue;\n event.stopPropagation();\n };\n\n event.isImmediatePropagationStopped = returnFalse; // Handle mouse position\n\n if (event.clientX !== null && event.clientX !== undefined) {\n var doc = document.documentElement;\n var body = document.body;\n event.pageX = event.clientX + (doc && doc.scrollLeft || body && body.scrollLeft || 0) - (doc && doc.clientLeft || body && body.clientLeft || 0);\n event.pageY = event.clientY + (doc && doc.scrollTop || body && body.scrollTop || 0) - (doc && doc.clientTop || body && body.clientTop || 0);\n } // Handle key presses\n\n\n event.which = event.charCode || event.keyCode; // Fix button for mouse clicks:\n // 0 == left; 1 == middle; 2 == right\n\n if (event.button !== null && event.button !== undefined) {\n // The following is disabled because it does not pass videojs-standard\n // and... yikes.\n\n /* eslint-disable */\n event.button = event.button & 1 ? 0 : event.button & 4 ? 1 : event.button & 2 ? 2 : 0;\n /* eslint-enable */\n }\n } // Returns fixed-up instance\n\n\n return event;\n}\n/**\n * Whether passive event listeners are supported\n */\n\nvar _supportsPassive = false;\n\n(function () {\n try {\n var opts = Object.defineProperty({}, 'passive', {\n get: function get() {\n _supportsPassive = true;\n }\n });\n window$1.addEventListener('test', null, opts);\n window$1.removeEventListener('test', null, opts);\n } catch (e) {// disregard\n }\n})();\n/**\n * Touch events Chrome expects to be passive\n */\n\n\nvar passiveEvents = ['touchstart', 'touchmove'];\n/**\n * Add an event listener to element\n * It stores the handler function in a separate cache object\n * and adds a generic handler to the element's event,\n * along with a unique id (guid) to the element.\n *\n * @param {Element|Object} elem\n * Element or object to bind listeners to\n *\n * @param {string|string[]} type\n * Type of event to bind to.\n *\n * @param {EventTarget~EventListener} fn\n * Event listener.\n */\n\nfunction on(elem, type, fn) {\n if (Array.isArray(type)) {\n return _handleMultipleEvents(on, elem, type, fn);\n }\n\n var data = getData(elem); // We need a place to store all our handler data\n\n if (!data.handlers) {\n data.handlers = {};\n }\n\n if (!data.handlers[type]) {\n data.handlers[type] = [];\n }\n\n if (!fn.guid) {\n fn.guid = newGUID();\n }\n\n data.handlers[type].push(fn);\n\n if (!data.dispatcher) {\n data.disabled = false;\n\n data.dispatcher = function (event, hash) {\n if (data.disabled) {\n return;\n }\n\n event = fixEvent(event);\n var handlers = data.handlers[event.type];\n\n if (handlers) {\n // Copy handlers so if handlers are added/removed during the process it doesn't throw everything off.\n var handlersCopy = handlers.slice(0);\n\n for (var m = 0, n = handlersCopy.length; m < n; m++) {\n if (event.isImmediatePropagationStopped()) {\n break;\n } else {\n try {\n handlersCopy[m].call(elem, event, hash);\n } catch (e) {\n log.error(e);\n }\n }\n }\n }\n };\n }\n\n if (data.handlers[type].length === 1) {\n if (elem.addEventListener) {\n var options = false;\n\n if (_supportsPassive && passiveEvents.indexOf(type) > -1) {\n options = {\n passive: true\n };\n }\n\n elem.addEventListener(type, data.dispatcher, options);\n } else if (elem.attachEvent) {\n elem.attachEvent('on' + type, data.dispatcher);\n }\n }\n}\n/**\n * Removes event listeners from an element\n *\n * @param {Element|Object} elem\n * Object to remove listeners from.\n *\n * @param {string|string[]} [type]\n * Type of listener to remove. Don't include to remove all events from element.\n *\n * @param {EventTarget~EventListener} [fn]\n * Specific listener to remove. Don't include to remove listeners for an event\n * type.\n */\n\nfunction off(elem, type, fn) {\n // Don't want to add a cache object through getElData if not needed\n if (!hasData(elem)) {\n return;\n }\n\n var data = getData(elem); // If no events exist, nothing to unbind\n\n if (!data.handlers) {\n return;\n }\n\n if (Array.isArray(type)) {\n return _handleMultipleEvents(off, elem, type, fn);\n } // Utility function\n\n\n var removeType = function removeType(el, t) {\n data.handlers[t] = [];\n\n _cleanUpEvents(el, t);\n }; // Are we removing all bound events?\n\n\n if (type === undefined) {\n for (var t in data.handlers) {\n if (Object.prototype.hasOwnProperty.call(data.handlers || {}, t)) {\n removeType(elem, t);\n }\n }\n\n return;\n }\n\n var handlers = data.handlers[type]; // If no handlers exist, nothing to unbind\n\n if (!handlers) {\n return;\n } // If no listener was provided, remove all listeners for type\n\n\n if (!fn) {\n removeType(elem, type);\n return;\n } // We're only removing a single handler\n\n\n if (fn.guid) {\n for (var n = 0; n < handlers.length; n++) {\n if (handlers[n].guid === fn.guid) {\n handlers.splice(n--, 1);\n }\n }\n }\n\n _cleanUpEvents(elem, type);\n}\n/**\n * Trigger an event for an element\n *\n * @param {Element|Object} elem\n * Element to trigger an event on\n *\n * @param {EventTarget~Event|string} event\n * A string (the type) or an event object with a type attribute\n *\n * @param {Object} [hash]\n * data hash to pass along with the event\n *\n * @return {boolean|undefined}\n * Returns the opposite of `defaultPrevented` if default was\n * prevented. Otherwise, returns `undefined`\n */\n\nfunction trigger(elem, event, hash) {\n // Fetches element data and a reference to the parent (for bubbling).\n // Don't want to add a data object to cache for every parent,\n // so checking hasElData first.\n var elemData = hasData(elem) ? getData(elem) : {};\n var parent = elem.parentNode || elem.ownerDocument; // type = event.type || event,\n // handler;\n // If an event name was passed as a string, creates an event out of it\n\n if (typeof event === 'string') {\n event = {\n type: event,\n target: elem\n };\n } else if (!event.target) {\n event.target = elem;\n } // Normalizes the event properties.\n\n\n event = fixEvent(event); // If the passed element has a dispatcher, executes the established handlers.\n\n if (elemData.dispatcher) {\n elemData.dispatcher.call(elem, event, hash);\n } // Unless explicitly stopped or the event does not bubble (e.g. media events)\n // recursively calls this function to bubble the event up the DOM.\n\n\n if (parent && !event.isPropagationStopped() && event.bubbles === true) {\n trigger.call(null, parent, event, hash); // If at the top of the DOM, triggers the default action unless disabled.\n } else if (!parent && !event.defaultPrevented) {\n var targetData = getData(event.target); // Checks if the target has a default action for this event.\n\n if (event.target[event.type]) {\n // Temporarily disables event dispatching on the target as we have already executed the handler.\n targetData.disabled = true; // Executes the default action.\n\n if (typeof event.target[event.type] === 'function') {\n event.target[event.type]();\n } // Re-enables event dispatching.\n\n\n targetData.disabled = false;\n }\n } // Inform the triggerer if the default was prevented by returning false\n\n\n return !event.defaultPrevented;\n}\n/**\n * Trigger a listener only once for an event.\n *\n * @param {Element|Object} elem\n * Element or object to bind to.\n *\n * @param {string|string[]} type\n * Name/type of event\n *\n * @param {Event~EventListener} fn\n * Event listener function\n */\n\nfunction one(elem, type, fn) {\n if (Array.isArray(type)) {\n return _handleMultipleEvents(one, elem, type, fn);\n }\n\n var func = function func() {\n off(elem, type, func);\n fn.apply(this, arguments);\n }; // copy the guid to the new function so it can removed using the original function's ID\n\n\n func.guid = fn.guid = fn.guid || newGUID();\n on(elem, type, func);\n}\n\nvar Events = /*#__PURE__*/Object.freeze({\n fixEvent: fixEvent,\n on: on,\n off: off,\n trigger: trigger,\n one: one\n});\n\n/**\n * @file setup.js - Functions for setting up a player without\n * user interaction based on the data-setup `attribute` of the video tag.\n *\n * @module setup\n */\nvar _windowLoaded = false;\nvar videojs;\n/**\n * Set up any tags that have a data-setup `attribute` when the player is started.\n */\n\nvar autoSetup = function autoSetup() {\n // Protect against breakage in non-browser environments and check global autoSetup option.\n if (!isReal() || videojs.options.autoSetup === false) {\n return;\n }\n\n var vids = Array.prototype.slice.call(document.getElementsByTagName('video'));\n var audios = Array.prototype.slice.call(document.getElementsByTagName('audio'));\n var divs = Array.prototype.slice.call(document.getElementsByTagName('video-js'));\n var mediaEls = vids.concat(audios, divs); // Check if any media elements exist\n\n if (mediaEls && mediaEls.length > 0) {\n for (var i = 0, e = mediaEls.length; i < e; i++) {\n var mediaEl = mediaEls[i]; // Check if element exists, has getAttribute func.\n\n if (mediaEl && mediaEl.getAttribute) {\n // Make sure this player hasn't already been set up.\n if (mediaEl.player === undefined) {\n var options = mediaEl.getAttribute('data-setup'); // Check if data-setup attr exists.\n // We only auto-setup if they've added the data-setup attr.\n\n if (options !== null) {\n // Create new video.js instance.\n videojs(mediaEl);\n }\n } // If getAttribute isn't defined, we need to wait for the DOM.\n\n } else {\n autoSetupTimeout(1);\n break;\n }\n } // No videos were found, so keep looping unless page is finished loading.\n\n } else if (!_windowLoaded) {\n autoSetupTimeout(1);\n }\n};\n/**\n * Wait until the page is loaded before running autoSetup. This will be called in\n * autoSetup if `hasLoaded` returns false.\n *\n * @param {number} wait\n * How long to wait in ms\n *\n * @param {module:videojs} [vjs]\n * The videojs library function\n */\n\n\nfunction autoSetupTimeout(wait, vjs) {\n if (vjs) {\n videojs = vjs;\n }\n\n window$1.setTimeout(autoSetup, wait);\n}\n\nif (isReal() && document.readyState === 'complete') {\n _windowLoaded = true;\n} else {\n /**\n * Listen for the load event on window, and set _windowLoaded to true.\n *\n * @listens load\n */\n one(window$1, 'load', function () {\n _windowLoaded = true;\n });\n}\n\n/**\n * @file stylesheet.js\n * @module stylesheet\n */\n/**\n * Create a DOM syle element given a className for it.\n *\n * @param {string} className\n * The className to add to the created style element.\n *\n * @return {Element}\n * The element that was created.\n */\n\nvar createStyleElement = function createStyleElement(className) {\n var style = document.createElement('style');\n style.className = className;\n return style;\n};\n/**\n * Add text to a DOM element.\n *\n * @param {Element} el\n * The Element to add text content to.\n *\n * @param {string} content\n * The text to add to the element.\n */\n\nvar setTextContent = function setTextContent(el, content) {\n if (el.styleSheet) {\n el.styleSheet.cssText = content;\n } else {\n el.textContent = content;\n }\n};\n\n/**\n * @file fn.js\n * @module fn\n */\n/**\n * Bind (a.k.a proxy or context). A simple method for changing the context of\n * a function.\n *\n * It also stores a unique id on the function so it can be easily removed from\n * events.\n *\n * @function\n * @param {Mixed} context\n * The object to bind as scope.\n *\n * @param {Function} fn\n * The function to be bound to a scope.\n *\n * @param {number} [uid]\n * An optional unique ID for the function to be set\n *\n * @return {Function}\n * The new function that will be bound into the context given\n */\n\nvar bind = function bind(context, fn, uid) {\n // Make sure the function has a unique ID\n if (!fn.guid) {\n fn.guid = newGUID();\n } // Create the new function that changes the context\n\n\n var bound = function bound() {\n return fn.apply(context, arguments);\n }; // Allow for the ability to individualize this function\n // Needed in the case where multiple objects might share the same prototype\n // IF both items add an event listener with the same function, then you try to remove just one\n // it will remove both because they both have the same guid.\n // when using this, you need to use the bind method when you remove the listener as well.\n // currently used in text tracks\n\n\n bound.guid = uid ? uid + '_' + fn.guid : fn.guid;\n return bound;\n};\n/**\n * Wraps the given function, `fn`, with a new function that only invokes `fn`\n * at most once per every `wait` milliseconds.\n *\n * @function\n * @param {Function} fn\n * The function to be throttled.\n *\n * @param {Number} wait\n * The number of milliseconds by which to throttle.\n *\n * @return {Function}\n */\n\nvar throttle = function throttle(fn, wait) {\n var last = Date.now();\n\n var throttled = function throttled() {\n var now = Date.now();\n\n if (now - last >= wait) {\n fn.apply(void 0, arguments);\n last = now;\n }\n };\n\n return throttled;\n};\n/**\n * Creates a debounced function that delays invoking `func` until after `wait`\n * milliseconds have elapsed since the last time the debounced function was\n * invoked.\n *\n * Inspired by lodash and underscore implementations.\n *\n * @function\n * @param {Function} func\n * The function to wrap with debounce behavior.\n *\n * @param {number} wait\n * The number of milliseconds to wait after the last invocation.\n *\n * @param {boolean} [immediate]\n * Whether or not to invoke the function immediately upon creation.\n *\n * @param {Object} [context=window]\n * The \"context\" in which the debounced function should debounce. For\n * example, if this function should be tied to a Video.js player,\n * the player can be passed here. Alternatively, defaults to the\n * global `window` object.\n *\n * @return {Function}\n * A debounced function.\n */\n\nvar debounce = function debounce(func, wait, immediate, context) {\n if (context === void 0) {\n context = window$1;\n }\n\n var timeout;\n\n var cancel = function cancel() {\n context.clearTimeout(timeout);\n timeout = null;\n };\n /* eslint-disable consistent-this */\n\n\n var debounced = function debounced() {\n var self = this;\n var args = arguments;\n\n var _later = function later() {\n timeout = null;\n _later = null;\n\n if (!immediate) {\n func.apply(self, args);\n }\n };\n\n if (!timeout && immediate) {\n func.apply(self, args);\n }\n\n context.clearTimeout(timeout);\n timeout = context.setTimeout(_later, wait);\n };\n /* eslint-enable consistent-this */\n\n\n debounced.cancel = cancel;\n return debounced;\n};\n\n/**\n * @file src/js/event-target.js\n */\n/**\n * `EventTarget` is a class that can have the same API as the DOM `EventTarget`. It\n * adds shorthand functions that wrap around lengthy functions. For example:\n * the `on` function is a wrapper around `addEventListener`.\n *\n * @see [EventTarget Spec]{@link https://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-EventTarget}\n * @class EventTarget\n */\n\nvar EventTarget = function EventTarget() {};\n/**\n * A Custom DOM event.\n *\n * @typedef {Object} EventTarget~Event\n * @see [Properties]{@link https://developer.mozilla.org/en-US/docs/Web/API/CustomEvent}\n */\n\n/**\n * All event listeners should follow the following format.\n *\n * @callback EventTarget~EventListener\n * @this {EventTarget}\n *\n * @param {EventTarget~Event} event\n * the event that triggered this function\n *\n * @param {Object} [hash]\n * hash of data sent during the event\n */\n\n/**\n * An object containing event names as keys and booleans as values.\n *\n * > NOTE: If an event name is set to a true value here {@link EventTarget#trigger}\n * will have extra functionality. See that function for more information.\n *\n * @property EventTarget.prototype.allowedEvents_\n * @private\n */\n\n\nEventTarget.prototype.allowedEvents_ = {};\n/**\n * Adds an `event listener` to an instance of an `EventTarget`. An `event listener` is a\n * function that will get called when an event with a certain name gets triggered.\n *\n * @param {string|string[]} type\n * An event name or an array of event names.\n *\n * @param {EventTarget~EventListener} fn\n * The function to call with `EventTarget`s\n */\n\nEventTarget.prototype.on = function (type, fn) {\n // Remove the addEventListener alias before calling Events.on\n // so we don't get into an infinite type loop\n var ael = this.addEventListener;\n\n this.addEventListener = function () {};\n\n on(this, type, fn);\n this.addEventListener = ael;\n};\n/**\n * An alias of {@link EventTarget#on}. Allows `EventTarget` to mimic\n * the standard DOM API.\n *\n * @function\n * @see {@link EventTarget#on}\n */\n\n\nEventTarget.prototype.addEventListener = EventTarget.prototype.on;\n/**\n * Removes an `event listener` for a specific event from an instance of `EventTarget`.\n * This makes it so that the `event listener` will no longer get called when the\n * named event happens.\n *\n * @param {string|string[]} type\n * An event name or an array of event names.\n *\n * @param {EventTarget~EventListener} fn\n * The function to remove.\n */\n\nEventTarget.prototype.off = function (type, fn) {\n off(this, type, fn);\n};\n/**\n * An alias of {@link EventTarget#off}. Allows `EventTarget` to mimic\n * the standard DOM API.\n *\n * @function\n * @see {@link EventTarget#off}\n */\n\n\nEventTarget.prototype.removeEventListener = EventTarget.prototype.off;\n/**\n * This function will add an `event listener` that gets triggered only once. After the\n * first trigger it will get removed. This is like adding an `event listener`\n * with {@link EventTarget#on} that calls {@link EventTarget#off} on itself.\n *\n * @param {string|string[]} type\n * An event name or an array of event names.\n *\n * @param {EventTarget~EventListener} fn\n * The function to be called once for each event name.\n */\n\nEventTarget.prototype.one = function (type, fn) {\n // Remove the addEventListener alialing Events.on\n // so we don't get into an infinite type loop\n var ael = this.addEventListener;\n\n this.addEventListener = function () {};\n\n one(this, type, fn);\n this.addEventListener = ael;\n};\n/**\n * This function causes an event to happen. This will then cause any `event listeners`\n * that are waiting for that event, to get called. If there are no `event listeners`\n * for an event then nothing will happen.\n *\n * If the name of the `Event` that is being triggered is in `EventTarget.allowedEvents_`.\n * Trigger will also call the `on` + `uppercaseEventName` function.\n *\n * Example:\n * 'click' is in `EventTarget.allowedEvents_`, so, trigger will attempt to call\n * `onClick` if it exists.\n *\n * @param {string|EventTarget~Event|Object} event\n * The name of the event, an `Event`, or an object with a key of type set to\n * an event name.\n */\n\n\nEventTarget.prototype.trigger = function (event) {\n var type = event.type || event;\n\n if (typeof event === 'string') {\n event = {\n type: type\n };\n }\n\n event = fixEvent(event);\n\n if (this.allowedEvents_[type] && this['on' + type]) {\n this['on' + type](event);\n }\n\n trigger(this, event);\n};\n/**\n * An alias of {@link EventTarget#trigger}. Allows `EventTarget` to mimic\n * the standard DOM API.\n *\n * @function\n * @see {@link EventTarget#trigger}\n */\n\n\nEventTarget.prototype.dispatchEvent = EventTarget.prototype.trigger;\nvar EVENT_MAP;\n\nEventTarget.prototype.queueTrigger = function (event) {\n var _this = this;\n\n // only set up EVENT_MAP if it'll be used\n if (!EVENT_MAP) {\n EVENT_MAP = new Map();\n }\n\n var type = event.type || event;\n var map = EVENT_MAP.get(this);\n\n if (!map) {\n map = new Map();\n EVENT_MAP.set(this, map);\n }\n\n var oldTimeout = map.get(type);\n map.delete(type);\n window$1.clearTimeout(oldTimeout);\n var timeout = window$1.setTimeout(function () {\n // if we cleared out all timeouts for the current target, delete its map\n if (map.size === 0) {\n map = null;\n EVENT_MAP.delete(_this);\n }\n\n _this.trigger(event);\n }, 0);\n map.set(type, timeout);\n};\n\n/**\n * @file mixins/evented.js\n * @module evented\n */\n/**\n * Returns whether or not an object has had the evented mixin applied.\n *\n * @param {Object} object\n * An object to test.\n *\n * @return {boolean}\n * Whether or not the object appears to be evented.\n */\n\nvar isEvented = function isEvented(object) {\n return object instanceof EventTarget || !!object.eventBusEl_ && ['on', 'one', 'off', 'trigger'].every(function (k) {\n return typeof object[k] === 'function';\n });\n};\n/**\n * Adds a callback to run after the evented mixin applied.\n *\n * @param {Object} object\n * An object to Add\n * @param {Function} callback\n * The callback to run.\n */\n\n\nvar addEventedCallback = function addEventedCallback(target, callback) {\n if (isEvented(target)) {\n callback();\n } else {\n if (!target.eventedCallbacks) {\n target.eventedCallbacks = [];\n }\n\n target.eventedCallbacks.push(callback);\n }\n};\n/**\n * Whether a value is a valid event type - non-empty string or array.\n *\n * @private\n * @param {string|Array} type\n * The type value to test.\n *\n * @return {boolean}\n * Whether or not the type is a valid event type.\n */\n\n\nvar isValidEventType = function isValidEventType(type) {\n return (// The regex here verifies that the `type` contains at least one non-\n // whitespace character.\n typeof type === 'string' && /\\S/.test(type) || Array.isArray(type) && !!type.length\n );\n};\n/**\n * Validates a value to determine if it is a valid event target. Throws if not.\n *\n * @private\n * @throws {Error}\n * If the target does not appear to be a valid event target.\n *\n * @param {Object} target\n * The object to test.\n */\n\n\nvar validateTarget = function validateTarget(target) {\n if (!target.nodeName && !isEvented(target)) {\n throw new Error('Invalid target; must be a DOM node or evented object.');\n }\n};\n/**\n * Validates a value to determine if it is a valid event target. Throws if not.\n *\n * @private\n * @throws {Error}\n * If the type does not appear to be a valid event type.\n *\n * @param {string|Array} type\n * The type to test.\n */\n\n\nvar validateEventType = function validateEventType(type) {\n if (!isValidEventType(type)) {\n throw new Error('Invalid event type; must be a non-empty string or array.');\n }\n};\n/**\n * Validates a value to determine if it is a valid listener. Throws if not.\n *\n * @private\n * @throws {Error}\n * If the listener is not a function.\n *\n * @param {Function} listener\n * The listener to test.\n */\n\n\nvar validateListener = function validateListener(listener) {\n if (typeof listener !== 'function') {\n throw new Error('Invalid listener; must be a function.');\n }\n};\n/**\n * Takes an array of arguments given to `on()` or `one()`, validates them, and\n * normalizes them into an object.\n *\n * @private\n * @param {Object} self\n * The evented object on which `on()` or `one()` was called. This\n * object will be bound as the `this` value for the listener.\n *\n * @param {Array} args\n * An array of arguments passed to `on()` or `one()`.\n *\n * @return {Object}\n * An object containing useful values for `on()` or `one()` calls.\n */\n\n\nvar normalizeListenArgs = function normalizeListenArgs(self, args) {\n // If the number of arguments is less than 3, the target is always the\n // evented object itself.\n var isTargetingSelf = args.length < 3 || args[0] === self || args[0] === self.eventBusEl_;\n var target;\n var type;\n var listener;\n\n if (isTargetingSelf) {\n target = self.eventBusEl_; // Deal with cases where we got 3 arguments, but we are still listening to\n // the evented object itself.\n\n if (args.length >= 3) {\n args.shift();\n }\n\n type = args[0];\n listener = args[1];\n } else {\n target = args[0];\n type = args[1];\n listener = args[2];\n }\n\n validateTarget(target);\n validateEventType(type);\n validateListener(listener);\n listener = bind(self, listener);\n return {\n isTargetingSelf: isTargetingSelf,\n target: target,\n type: type,\n listener: listener\n };\n};\n/**\n * Adds the listener to the event type(s) on the target, normalizing for\n * the type of target.\n *\n * @private\n * @param {Element|Object} target\n * A DOM node or evented object.\n *\n * @param {string} method\n * The event binding method to use (\"on\" or \"one\").\n *\n * @param {string|Array} type\n * One or more event type(s).\n *\n * @param {Function} listener\n * A listener function.\n */\n\n\nvar listen = function listen(target, method, type, listener) {\n validateTarget(target);\n\n if (target.nodeName) {\n Events[method](target, type, listener);\n } else {\n target[method](type, listener);\n }\n};\n/**\n * Contains methods that provide event capabilities to an object which is passed\n * to {@link module:evented|evented}.\n *\n * @mixin EventedMixin\n */\n\n\nvar EventedMixin = {\n /**\n * Add a listener to an event (or events) on this object or another evented\n * object.\n *\n * @param {string|Array|Element|Object} targetOrType\n * If this is a string or array, it represents the event type(s)\n * that will trigger the listener.\n *\n * Another evented object can be passed here instead, which will\n * cause the listener to listen for events on _that_ object.\n *\n * In either case, the listener's `this` value will be bound to\n * this object.\n *\n * @param {string|Array|Function} typeOrListener\n * If the first argument was a string or array, this should be the\n * listener function. Otherwise, this is a string or array of event\n * type(s).\n *\n * @param {Function} [listener]\n * If the first argument was another evented object, this will be\n * the listener function.\n */\n on: function on$$1() {\n var _this = this;\n\n for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {\n args[_key] = arguments[_key];\n }\n\n var _normalizeListenArgs = normalizeListenArgs(this, args),\n isTargetingSelf = _normalizeListenArgs.isTargetingSelf,\n target = _normalizeListenArgs.target,\n type = _normalizeListenArgs.type,\n listener = _normalizeListenArgs.listener;\n\n listen(target, 'on', type, listener); // If this object is listening to another evented object.\n\n if (!isTargetingSelf) {\n // If this object is disposed, remove the listener.\n var removeListenerOnDispose = function removeListenerOnDispose() {\n return _this.off(target, type, listener);\n }; // Use the same function ID as the listener so we can remove it later it\n // using the ID of the original listener.\n\n\n removeListenerOnDispose.guid = listener.guid; // Add a listener to the target's dispose event as well. This ensures\n // that if the target is disposed BEFORE this object, we remove the\n // removal listener that was just added. Otherwise, we create a memory leak.\n\n var removeRemoverOnTargetDispose = function removeRemoverOnTargetDispose() {\n return _this.off('dispose', removeListenerOnDispose);\n }; // Use the same function ID as the listener so we can remove it later\n // it using the ID of the original listener.\n\n\n removeRemoverOnTargetDispose.guid = listener.guid;\n listen(this, 'on', 'dispose', removeListenerOnDispose);\n listen(target, 'on', 'dispose', removeRemoverOnTargetDispose);\n }\n },\n\n /**\n * Add a listener to an event (or events) on this object or another evented\n * object. The listener will only be called once and then removed.\n *\n * @param {string|Array|Element|Object} targetOrType\n * If this is a string or array, it represents the event type(s)\n * that will trigger the listener.\n *\n * Another evented object can be passed here instead, which will\n * cause the listener to listen for events on _that_ object.\n *\n * In either case, the listener's `this` value will be bound to\n * this object.\n *\n * @param {string|Array|Function} typeOrListener\n * If the first argument was a string or array, this should be the\n * listener function. Otherwise, this is a string or array of event\n * type(s).\n *\n * @param {Function} [listener]\n * If the first argument was another evented object, this will be\n * the listener function.\n */\n one: function one$$1() {\n var _this2 = this;\n\n for (var _len2 = arguments.length, args = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {\n args[_key2] = arguments[_key2];\n }\n\n var _normalizeListenArgs2 = normalizeListenArgs(this, args),\n isTargetingSelf = _normalizeListenArgs2.isTargetingSelf,\n target = _normalizeListenArgs2.target,\n type = _normalizeListenArgs2.type,\n listener = _normalizeListenArgs2.listener; // Targeting this evented object.\n\n\n if (isTargetingSelf) {\n listen(target, 'one', type, listener); // Targeting another evented object.\n } else {\n var wrapper = function wrapper() {\n _this2.off(target, type, wrapper);\n\n for (var _len3 = arguments.length, largs = new Array(_len3), _key3 = 0; _key3 < _len3; _key3++) {\n largs[_key3] = arguments[_key3];\n }\n\n listener.apply(null, largs);\n }; // Use the same function ID as the listener so we can remove it later\n // it using the ID of the original listener.\n\n\n wrapper.guid = listener.guid;\n listen(target, 'one', type, wrapper);\n }\n },\n\n /**\n * Removes listener(s) from event(s) on an evented object.\n *\n * @param {string|Array|Element|Object} [targetOrType]\n * If this is a string or array, it represents the event type(s).\n *\n * Another evented object can be passed here instead, in which case\n * ALL 3 arguments are _required_.\n *\n * @param {string|Array|Function} [typeOrListener]\n * If the first argument was a string or array, this may be the\n * listener function. Otherwise, this is a string or array of event\n * type(s).\n *\n * @param {Function} [listener]\n * If the first argument was another evented object, this will be\n * the listener function; otherwise, _all_ listeners bound to the\n * event type(s) will be removed.\n */\n off: function off$$1(targetOrType, typeOrListener, listener) {\n // Targeting this evented object.\n if (!targetOrType || isValidEventType(targetOrType)) {\n off(this.eventBusEl_, targetOrType, typeOrListener); // Targeting another evented object.\n } else {\n var target = targetOrType;\n var type = typeOrListener; // Fail fast and in a meaningful way!\n\n validateTarget(target);\n validateEventType(type);\n validateListener(listener); // Ensure there's at least a guid, even if the function hasn't been used\n\n listener = bind(this, listener); // Remove the dispose listener on this evented object, which was given\n // the same guid as the event listener in on().\n\n this.off('dispose', listener);\n\n if (target.nodeName) {\n off(target, type, listener);\n off(target, 'dispose', listener);\n } else if (isEvented(target)) {\n target.off(type, listener);\n target.off('dispose', listener);\n }\n }\n },\n\n /**\n * Fire an event on this evented object, causing its listeners to be called.\n *\n * @param {string|Object} event\n * An event type or an object with a type property.\n *\n * @param {Object} [hash]\n * An additional object to pass along to listeners.\n *\n * @return {boolean}\n * Whether or not the default behavior was prevented.\n */\n trigger: function trigger$$1(event, hash) {\n return trigger(this.eventBusEl_, event, hash);\n }\n};\n/**\n * Applies {@link module:evented~EventedMixin|EventedMixin} to a target object.\n *\n * @param {Object} target\n * The object to which to add event methods.\n *\n * @param {Object} [options={}]\n * Options for customizing the mixin behavior.\n *\n * @param {string} [options.eventBusKey]\n * By default, adds a `eventBusEl_` DOM element to the target object,\n * which is used as an event bus. If the target object already has a\n * DOM element that should be used, pass its key here.\n *\n * @return {Object}\n * The target object.\n */\n\nfunction evented(target, options) {\n if (options === void 0) {\n options = {};\n }\n\n var _options = options,\n eventBusKey = _options.eventBusKey; // Set or create the eventBusEl_.\n\n if (eventBusKey) {\n if (!target[eventBusKey].nodeName) {\n throw new Error(\"The eventBusKey \\\"\" + eventBusKey + \"\\\" does not refer to an element.\");\n }\n\n target.eventBusEl_ = target[eventBusKey];\n } else {\n target.eventBusEl_ = createEl('span', {\n className: 'vjs-event-bus'\n });\n }\n\n assign(target, EventedMixin);\n\n if (target.eventedCallbacks) {\n target.eventedCallbacks.forEach(function (callback) {\n callback();\n });\n } // When any evented object is disposed, it removes all its listeners.\n\n\n target.on('dispose', function () {\n target.off();\n window$1.setTimeout(function () {\n target.eventBusEl_ = null;\n }, 0);\n });\n return target;\n}\n\n/**\n * @file mixins/stateful.js\n * @module stateful\n */\n/**\n * Contains methods that provide statefulness to an object which is passed\n * to {@link module:stateful}.\n *\n * @mixin StatefulMixin\n */\n\nvar StatefulMixin = {\n /**\n * A hash containing arbitrary keys and values representing the state of\n * the object.\n *\n * @type {Object}\n */\n state: {},\n\n /**\n * Set the state of an object by mutating its\n * {@link module:stateful~StatefulMixin.state|state} object in place.\n *\n * @fires module:stateful~StatefulMixin#statechanged\n * @param {Object|Function} stateUpdates\n * A new set of properties to shallow-merge into the plugin state.\n * Can be a plain object or a function returning a plain object.\n *\n * @return {Object|undefined}\n * An object containing changes that occurred. If no changes\n * occurred, returns `undefined`.\n */\n setState: function setState(stateUpdates) {\n var _this = this;\n\n // Support providing the `stateUpdates` state as a function.\n if (typeof stateUpdates === 'function') {\n stateUpdates = stateUpdates();\n }\n\n var changes;\n each(stateUpdates, function (value, key) {\n // Record the change if the value is different from what's in the\n // current state.\n if (_this.state[key] !== value) {\n changes = changes || {};\n changes[key] = {\n from: _this.state[key],\n to: value\n };\n }\n\n _this.state[key] = value;\n }); // Only trigger \"statechange\" if there were changes AND we have a trigger\n // function. This allows us to not require that the target object be an\n // evented object.\n\n if (changes && isEvented(this)) {\n /**\n * An event triggered on an object that is both\n * {@link module:stateful|stateful} and {@link module:evented|evented}\n * indicating that its state has changed.\n *\n * @event module:stateful~StatefulMixin#statechanged\n * @type {Object}\n * @property {Object} changes\n * A hash containing the properties that were changed and\n * the values they were changed `from` and `to`.\n */\n this.trigger({\n changes: changes,\n type: 'statechanged'\n });\n }\n\n return changes;\n }\n};\n/**\n * Applies {@link module:stateful~StatefulMixin|StatefulMixin} to a target\n * object.\n *\n * If the target object is {@link module:evented|evented} and has a\n * `handleStateChanged` method, that method will be automatically bound to the\n * `statechanged` event on itself.\n *\n * @param {Object} target\n * The object to be made stateful.\n *\n * @param {Object} [defaultState]\n * A default set of properties to populate the newly-stateful object's\n * `state` property.\n *\n * @return {Object}\n * Returns the `target`.\n */\n\nfunction stateful(target, defaultState) {\n assign(target, StatefulMixin); // This happens after the mixing-in because we need to replace the `state`\n // added in that step.\n\n target.state = assign({}, target.state, defaultState); // Auto-bind the `handleStateChanged` method of the target object if it exists.\n\n if (typeof target.handleStateChanged === 'function' && isEvented(target)) {\n target.on('statechanged', target.handleStateChanged);\n }\n\n return target;\n}\n\n/**\n * @file to-title-case.js\n * @module to-title-case\n */\n\n/**\n * Uppercase the first letter of a string.\n *\n * @param {string} string\n * String to be uppercased\n *\n * @return {string}\n * The string with an uppercased first letter\n */\nfunction toTitleCase(string) {\n if (typeof string !== 'string') {\n return string;\n }\n\n return string.charAt(0).toUpperCase() + string.slice(1);\n}\n/**\n * Compares the TitleCase versions of the two strings for equality.\n *\n * @param {string} str1\n * The first string to compare\n *\n * @param {string} str2\n * The second string to compare\n *\n * @return {boolean}\n * Whether the TitleCase versions of the strings are equal\n */\n\nfunction titleCaseEquals(str1, str2) {\n return toTitleCase(str1) === toTitleCase(str2);\n}\n\n/**\n * @file merge-options.js\n * @module merge-options\n */\n/**\n * Merge two objects recursively.\n *\n * Performs a deep merge like\n * {@link https://lodash.com/docs/4.17.10#merge|lodash.merge}, but only merges\n * plain objects (not arrays, elements, or anything else).\n *\n * Non-plain object values will be copied directly from the right-most\n * argument.\n *\n * @static\n * @param {Object[]} sources\n * One or more objects to merge into a new object.\n *\n * @return {Object}\n * A new object that is the merged result of all sources.\n */\n\nfunction mergeOptions() {\n var result = {};\n\n for (var _len = arguments.length, sources = new Array(_len), _key = 0; _key < _len; _key++) {\n sources[_key] = arguments[_key];\n }\n\n sources.forEach(function (source) {\n if (!source) {\n return;\n }\n\n each(source, function (value, key) {\n if (!isPlain(value)) {\n result[key] = value;\n return;\n }\n\n if (!isPlain(result[key])) {\n result[key] = {};\n }\n\n result[key] = mergeOptions(result[key], value);\n });\n });\n return result;\n}\n\n/**\n * Player Component - Base class for all UI objects\n *\n * @file component.js\n */\n/**\n * Base class for all UI Components.\n * Components are UI objects which represent both a javascript object and an element\n * in the DOM. They can be children of other components, and can have\n * children themselves.\n *\n * Components can also use methods from {@link EventTarget}\n */\n\nvar Component =\n/*#__PURE__*/\nfunction () {\n /**\n * A callback that is called when a component is ready. Does not have any\n * paramters and any callback value will be ignored.\n *\n * @callback Component~ReadyCallback\n * @this Component\n */\n\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n *\n * @param {Object[]} [options.children]\n * An array of children objects to intialize this component with. Children objects have\n * a name property that will be used if more than one component of the same type needs to be\n * added.\n *\n * @param {Component~ReadyCallback} [ready]\n * Function that gets called when the `Component` is ready.\n */\n function Component(player, options, ready) {\n // The component might be the player itself and we can't pass `this` to super\n if (!player && this.play) {\n this.player_ = player = this; // eslint-disable-line\n } else {\n this.player_ = player;\n } // Make a copy of prototype.options_ to protect against overriding defaults\n\n\n this.options_ = mergeOptions({}, this.options_); // Updated options with supplied options\n\n options = this.options_ = mergeOptions(this.options_, options); // Get ID from options or options element if one is supplied\n\n this.id_ = options.id || options.el && options.el.id; // If there was no ID from the options, generate one\n\n if (!this.id_) {\n // Don't require the player ID function in the case of mock players\n var id = player && player.id && player.id() || 'no_player';\n this.id_ = id + \"_component_\" + newGUID();\n }\n\n this.name_ = options.name || null; // Create element if one wasn't provided in options\n\n if (options.el) {\n this.el_ = options.el;\n } else if (options.createEl !== false) {\n this.el_ = this.createEl();\n } // if evented is anything except false, we want to mixin in evented\n\n\n if (options.evented !== false) {\n // Make this an evented object and use `el_`, if available, as its event bus\n evented(this, {\n eventBusKey: this.el_ ? 'el_' : null\n });\n }\n\n stateful(this, this.constructor.defaultState);\n this.children_ = [];\n this.childIndex_ = {};\n this.childNameIndex_ = {}; // Add any child components in options\n\n if (options.initChildren !== false) {\n this.initChildren();\n }\n\n this.ready(ready); // Don't want to trigger ready here or it will before init is actually\n // finished for all children that run this constructor\n\n if (options.reportTouchActivity !== false) {\n this.enableTouchActivity();\n }\n }\n /**\n * Dispose of the `Component` and all child components.\n *\n * @fires Component#dispose\n */\n\n\n var _proto = Component.prototype;\n\n _proto.dispose = function dispose() {\n /**\n * Triggered when a `Component` is disposed.\n *\n * @event Component#dispose\n * @type {EventTarget~Event}\n *\n * @property {boolean} [bubbles=false]\n * set to false so that the close event does not\n * bubble up\n */\n this.trigger({\n type: 'dispose',\n bubbles: false\n }); // Dispose all children.\n\n if (this.children_) {\n for (var i = this.children_.length - 1; i >= 0; i--) {\n if (this.children_[i].dispose) {\n this.children_[i].dispose();\n }\n }\n } // Delete child references\n\n\n this.children_ = null;\n this.childIndex_ = null;\n this.childNameIndex_ = null;\n\n if (this.el_) {\n // Remove element from DOM\n if (this.el_.parentNode) {\n this.el_.parentNode.removeChild(this.el_);\n }\n\n removeData(this.el_);\n this.el_ = null;\n } // remove reference to the player after disposing of the element\n\n\n this.player_ = null;\n };\n /**\n * Return the {@link Player} that the `Component` has attached to.\n *\n * @return {Player}\n * The player that this `Component` has attached to.\n */\n\n\n _proto.player = function player() {\n return this.player_;\n };\n /**\n * Deep merge of options objects with new options.\n * > Note: When both `obj` and `options` contain properties whose values are objects.\n * The two properties get merged using {@link module:mergeOptions}\n *\n * @param {Object} obj\n * The object that contains new options.\n *\n * @return {Object}\n * A new object of `this.options_` and `obj` merged together.\n *\n * @deprecated since version 5\n */\n\n\n _proto.options = function options(obj) {\n log.warn('this.options() has been deprecated and will be moved to the constructor in 6.0');\n\n if (!obj) {\n return this.options_;\n }\n\n this.options_ = mergeOptions(this.options_, obj);\n return this.options_;\n };\n /**\n * Get the `Component`s DOM element\n *\n * @return {Element}\n * The DOM element for this `Component`.\n */\n\n\n _proto.el = function el() {\n return this.el_;\n };\n /**\n * Create the `Component`s DOM element.\n *\n * @param {string} [tagName]\n * Element's DOM node type. e.g. 'div'\n *\n * @param {Object} [properties]\n * An object of properties that should be set.\n *\n * @param {Object} [attributes]\n * An object of attributes that should be set.\n *\n * @return {Element}\n * The element that gets created.\n */\n\n\n _proto.createEl = function createEl$$1(tagName, properties, attributes) {\n return createEl(tagName, properties, attributes);\n };\n /**\n * Localize a string given the string in english.\n *\n * If tokens are provided, it'll try and run a simple token replacement on the provided string.\n * The tokens it looks for look like `{1}` with the index being 1-indexed into the tokens array.\n *\n * If a `defaultValue` is provided, it'll use that over `string`,\n * if a value isn't found in provided language files.\n * This is useful if you want to have a descriptive key for token replacement\n * but have a succinct localized string and not require `en.json` to be included.\n *\n * Currently, it is used for the progress bar timing.\n * ```js\n * {\n * \"progress bar timing: currentTime={1} duration={2}\": \"{1} of {2}\"\n * }\n * ```\n * It is then used like so:\n * ```js\n * this.localize('progress bar timing: currentTime={1} duration{2}',\n * [this.player_.currentTime(), this.player_.duration()],\n * '{1} of {2}');\n * ```\n *\n * Which outputs something like: `01:23 of 24:56`.\n *\n *\n * @param {string} string\n * The string to localize and the key to lookup in the language files.\n * @param {string[]} [tokens]\n * If the current item has token replacements, provide the tokens here.\n * @param {string} [defaultValue]\n * Defaults to `string`. Can be a default value to use for token replacement\n * if the lookup key is needed to be separate.\n *\n * @return {string}\n * The localized string or if no localization exists the english string.\n */\n\n\n _proto.localize = function localize(string, tokens, defaultValue) {\n if (defaultValue === void 0) {\n defaultValue = string;\n }\n\n var code = this.player_.language && this.player_.language();\n var languages = this.player_.languages && this.player_.languages();\n var language = languages && languages[code];\n var primaryCode = code && code.split('-')[0];\n var primaryLang = languages && languages[primaryCode];\n var localizedString = defaultValue;\n\n if (language && language[string]) {\n localizedString = language[string];\n } else if (primaryLang && primaryLang[string]) {\n localizedString = primaryLang[string];\n }\n\n if (tokens) {\n localizedString = localizedString.replace(/\\{(\\d+)\\}/g, function (match, index) {\n var value = tokens[index - 1];\n var ret = value;\n\n if (typeof value === 'undefined') {\n ret = match;\n }\n\n return ret;\n });\n }\n\n return localizedString;\n };\n /**\n * Return the `Component`s DOM element. This is where children get inserted.\n * This will usually be the the same as the element returned in {@link Component#el}.\n *\n * @return {Element}\n * The content element for this `Component`.\n */\n\n\n _proto.contentEl = function contentEl() {\n return this.contentEl_ || this.el_;\n };\n /**\n * Get this `Component`s ID\n *\n * @return {string}\n * The id of this `Component`\n */\n\n\n _proto.id = function id() {\n return this.id_;\n };\n /**\n * Get the `Component`s name. The name gets used to reference the `Component`\n * and is set during registration.\n *\n * @return {string}\n * The name of this `Component`.\n */\n\n\n _proto.name = function name() {\n return this.name_;\n };\n /**\n * Get an array of all child components\n *\n * @return {Array}\n * The children\n */\n\n\n _proto.children = function children() {\n return this.children_;\n };\n /**\n * Returns the child `Component` with the given `id`.\n *\n * @param {string} id\n * The id of the child `Component` to get.\n *\n * @return {Component|undefined}\n * The child `Component` with the given `id` or undefined.\n */\n\n\n _proto.getChildById = function getChildById(id) {\n return this.childIndex_[id];\n };\n /**\n * Returns the child `Component` with the given `name`.\n *\n * @param {string} name\n * The name of the child `Component` to get.\n *\n * @return {Component|undefined}\n * The child `Component` with the given `name` or undefined.\n */\n\n\n _proto.getChild = function getChild(name) {\n if (!name) {\n return;\n }\n\n name = toTitleCase(name);\n return this.childNameIndex_[name];\n };\n /**\n * Add a child `Component` inside the current `Component`.\n *\n *\n * @param {string|Component} child\n * The name or instance of a child to add.\n *\n * @param {Object} [options={}]\n * The key/value store of options that will get passed to children of\n * the child.\n *\n * @param {number} [index=this.children_.length]\n * The index to attempt to add a child into.\n *\n * @return {Component}\n * The `Component` that gets added as a child. When using a string the\n * `Component` will get created by this process.\n */\n\n\n _proto.addChild = function addChild(child, options, index) {\n if (options === void 0) {\n options = {};\n }\n\n if (index === void 0) {\n index = this.children_.length;\n }\n\n var component;\n var componentName; // If child is a string, create component with options\n\n if (typeof child === 'string') {\n componentName = toTitleCase(child);\n var componentClassName = options.componentClass || componentName; // Set name through options\n\n options.name = componentName; // Create a new object & element for this controls set\n // If there's no .player_, this is a player\n\n var ComponentClass = Component.getComponent(componentClassName);\n\n if (!ComponentClass) {\n throw new Error(\"Component \" + componentClassName + \" does not exist\");\n } // data stored directly on the videojs object may be\n // misidentified as a component to retain\n // backwards-compatibility with 4.x. check to make sure the\n // component class can be instantiated.\n\n\n if (typeof ComponentClass !== 'function') {\n return null;\n }\n\n component = new ComponentClass(this.player_ || this, options); // child is a component instance\n } else {\n component = child;\n }\n\n this.children_.splice(index, 0, component);\n\n if (typeof component.id === 'function') {\n this.childIndex_[component.id()] = component;\n } // If a name wasn't used to create the component, check if we can use the\n // name function of the component\n\n\n componentName = componentName || component.name && toTitleCase(component.name());\n\n if (componentName) {\n this.childNameIndex_[componentName] = component;\n } // Add the UI object's element to the container div (box)\n // Having an element is not required\n\n\n if (typeof component.el === 'function' && component.el()) {\n var childNodes = this.contentEl().children;\n var refNode = childNodes[index] || null;\n this.contentEl().insertBefore(component.el(), refNode);\n } // Return so it can stored on parent object if desired.\n\n\n return component;\n };\n /**\n * Remove a child `Component` from this `Component`s list of children. Also removes\n * the child `Component`s element from this `Component`s element.\n *\n * @param {Component} component\n * The child `Component` to remove.\n */\n\n\n _proto.removeChild = function removeChild(component) {\n if (typeof component === 'string') {\n component = this.getChild(component);\n }\n\n if (!component || !this.children_) {\n return;\n }\n\n var childFound = false;\n\n for (var i = this.children_.length - 1; i >= 0; i--) {\n if (this.children_[i] === component) {\n childFound = true;\n this.children_.splice(i, 1);\n break;\n }\n }\n\n if (!childFound) {\n return;\n }\n\n this.childIndex_[component.id()] = null;\n this.childNameIndex_[component.name()] = null;\n var compEl = component.el();\n\n if (compEl && compEl.parentNode === this.contentEl()) {\n this.contentEl().removeChild(component.el());\n }\n };\n /**\n * Add and initialize default child `Component`s based upon options.\n */\n\n\n _proto.initChildren = function initChildren() {\n var _this = this;\n\n var children = this.options_.children;\n\n if (children) {\n // `this` is `parent`\n var parentOptions = this.options_;\n\n var handleAdd = function handleAdd(child) {\n var name = child.name;\n var opts = child.opts; // Allow options for children to be set at the parent options\n // e.g. videojs(id, { controlBar: false });\n // instead of videojs(id, { children: { controlBar: false });\n\n if (parentOptions[name] !== undefined) {\n opts = parentOptions[name];\n } // Allow for disabling default components\n // e.g. options['children']['posterImage'] = false\n\n\n if (opts === false) {\n return;\n } // Allow options to be passed as a simple boolean if no configuration\n // is necessary.\n\n\n if (opts === true) {\n opts = {};\n } // We also want to pass the original player options\n // to each component as well so they don't need to\n // reach back into the player for options later.\n\n\n opts.playerOptions = _this.options_.playerOptions; // Create and add the child component.\n // Add a direct reference to the child by name on the parent instance.\n // If two of the same component are used, different names should be supplied\n // for each\n\n var newChild = _this.addChild(name, opts);\n\n if (newChild) {\n _this[name] = newChild;\n }\n }; // Allow for an array of children details to passed in the options\n\n\n var workingChildren;\n var Tech = Component.getComponent('Tech');\n\n if (Array.isArray(children)) {\n workingChildren = children;\n } else {\n workingChildren = Object.keys(children);\n }\n\n workingChildren // children that are in this.options_ but also in workingChildren would\n // give us extra children we do not want. So, we want to filter them out.\n .concat(Object.keys(this.options_).filter(function (child) {\n return !workingChildren.some(function (wchild) {\n if (typeof wchild === 'string') {\n return child === wchild;\n }\n\n return child === wchild.name;\n });\n })).map(function (child) {\n var name;\n var opts;\n\n if (typeof child === 'string') {\n name = child;\n opts = children[name] || _this.options_[name] || {};\n } else {\n name = child.name;\n opts = child;\n }\n\n return {\n name: name,\n opts: opts\n };\n }).filter(function (child) {\n // we have to make sure that child.name isn't in the techOrder since\n // techs are registerd as Components but can't aren't compatible\n // See https://github.com/videojs/video.js/issues/2772\n var c = Component.getComponent(child.opts.componentClass || toTitleCase(child.name));\n return c && !Tech.isTech(c);\n }).forEach(handleAdd);\n }\n };\n /**\n * Builds the default DOM class name. Should be overriden by sub-components.\n *\n * @return {string}\n * The DOM class name for this object.\n *\n * @abstract\n */\n\n\n _proto.buildCSSClass = function buildCSSClass() {\n // Child classes can include a function that does:\n // return 'CLASS NAME' + this._super();\n return '';\n };\n /**\n * Bind a listener to the component's ready state.\n * Different from event listeners in that if the ready event has already happened\n * it will trigger the function immediately.\n *\n * @return {Component}\n * Returns itself; method can be chained.\n */\n\n\n _proto.ready = function ready(fn, sync) {\n if (sync === void 0) {\n sync = false;\n }\n\n if (!fn) {\n return;\n }\n\n if (!this.isReady_) {\n this.readyQueue_ = this.readyQueue_ || [];\n this.readyQueue_.push(fn);\n return;\n }\n\n if (sync) {\n fn.call(this);\n } else {\n // Call the function asynchronously by default for consistency\n this.setTimeout(fn, 1);\n }\n };\n /**\n * Trigger all the ready listeners for this `Component`.\n *\n * @fires Component#ready\n */\n\n\n _proto.triggerReady = function triggerReady() {\n this.isReady_ = true; // Ensure ready is triggered asynchronously\n\n this.setTimeout(function () {\n var readyQueue = this.readyQueue_; // Reset Ready Queue\n\n this.readyQueue_ = [];\n\n if (readyQueue && readyQueue.length > 0) {\n readyQueue.forEach(function (fn) {\n fn.call(this);\n }, this);\n } // Allow for using event listeners also\n\n /**\n * Triggered when a `Component` is ready.\n *\n * @event Component#ready\n * @type {EventTarget~Event}\n */\n\n\n this.trigger('ready');\n }, 1);\n };\n /**\n * Find a single DOM element matching a `selector`. This can be within the `Component`s\n * `contentEl()` or another custom context.\n *\n * @param {string} selector\n * A valid CSS selector, which will be passed to `querySelector`.\n *\n * @param {Element|string} [context=this.contentEl()]\n * A DOM element within which to query. Can also be a selector string in\n * which case the first matching element will get used as context. If\n * missing `this.contentEl()` gets used. If `this.contentEl()` returns\n * nothing it falls back to `document`.\n *\n * @return {Element|null}\n * the dom element that was found, or null\n *\n * @see [Information on CSS Selectors](https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Getting_Started/Selectors)\n */\n\n\n _proto.$ = function $$$1(selector, context) {\n return $(selector, context || this.contentEl());\n };\n /**\n * Finds all DOM element matching a `selector`. This can be within the `Component`s\n * `contentEl()` or another custom context.\n *\n * @param {string} selector\n * A valid CSS selector, which will be passed to `querySelectorAll`.\n *\n * @param {Element|string} [context=this.contentEl()]\n * A DOM element within which to query. Can also be a selector string in\n * which case the first matching element will get used as context. If\n * missing `this.contentEl()` gets used. If `this.contentEl()` returns\n * nothing it falls back to `document`.\n *\n * @return {NodeList}\n * a list of dom elements that were found\n *\n * @see [Information on CSS Selectors](https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Getting_Started/Selectors)\n */\n\n\n _proto.$$ = function $$$$1(selector, context) {\n return $$(selector, context || this.contentEl());\n };\n /**\n * Check if a component's element has a CSS class name.\n *\n * @param {string} classToCheck\n * CSS class name to check.\n *\n * @return {boolean}\n * - True if the `Component` has the class.\n * - False if the `Component` does not have the class`\n */\n\n\n _proto.hasClass = function hasClass$$1(classToCheck) {\n return hasClass(this.el_, classToCheck);\n };\n /**\n * Add a CSS class name to the `Component`s element.\n *\n * @param {string} classToAdd\n * CSS class name to add\n */\n\n\n _proto.addClass = function addClass$$1(classToAdd) {\n addClass(this.el_, classToAdd);\n };\n /**\n * Remove a CSS class name from the `Component`s element.\n *\n * @param {string} classToRemove\n * CSS class name to remove\n */\n\n\n _proto.removeClass = function removeClass$$1(classToRemove) {\n removeClass(this.el_, classToRemove);\n };\n /**\n * Add or remove a CSS class name from the component's element.\n * - `classToToggle` gets added when {@link Component#hasClass} would return false.\n * - `classToToggle` gets removed when {@link Component#hasClass} would return true.\n *\n * @param {string} classToToggle\n * The class to add or remove based on (@link Component#hasClass}\n *\n * @param {boolean|Dom~predicate} [predicate]\n * An {@link Dom~predicate} function or a boolean\n */\n\n\n _proto.toggleClass = function toggleClass$$1(classToToggle, predicate) {\n toggleClass(this.el_, classToToggle, predicate);\n };\n /**\n * Show the `Component`s element if it is hidden by removing the\n * 'vjs-hidden' class name from it.\n */\n\n\n _proto.show = function show() {\n this.removeClass('vjs-hidden');\n };\n /**\n * Hide the `Component`s element if it is currently showing by adding the\n * 'vjs-hidden` class name to it.\n */\n\n\n _proto.hide = function hide() {\n this.addClass('vjs-hidden');\n };\n /**\n * Lock a `Component`s element in its visible state by adding the 'vjs-lock-showing'\n * class name to it. Used during fadeIn/fadeOut.\n *\n * @private\n */\n\n\n _proto.lockShowing = function lockShowing() {\n this.addClass('vjs-lock-showing');\n };\n /**\n * Unlock a `Component`s element from its visible state by removing the 'vjs-lock-showing'\n * class name from it. Used during fadeIn/fadeOut.\n *\n * @private\n */\n\n\n _proto.unlockShowing = function unlockShowing() {\n this.removeClass('vjs-lock-showing');\n };\n /**\n * Get the value of an attribute on the `Component`s element.\n *\n * @param {string} attribute\n * Name of the attribute to get the value from.\n *\n * @return {string|null}\n * - The value of the attribute that was asked for.\n * - Can be an empty string on some browsers if the attribute does not exist\n * or has no value\n * - Most browsers will return null if the attibute does not exist or has\n * no value.\n *\n * @see [DOM API]{@link https://developer.mozilla.org/en-US/docs/Web/API/Element/getAttribute}\n */\n\n\n _proto.getAttribute = function getAttribute$$1(attribute) {\n return getAttribute(this.el_, attribute);\n };\n /**\n * Set the value of an attribute on the `Component`'s element\n *\n * @param {string} attribute\n * Name of the attribute to set.\n *\n * @param {string} value\n * Value to set the attribute to.\n *\n * @see [DOM API]{@link https://developer.mozilla.org/en-US/docs/Web/API/Element/setAttribute}\n */\n\n\n _proto.setAttribute = function setAttribute$$1(attribute, value) {\n setAttribute(this.el_, attribute, value);\n };\n /**\n * Remove an attribute from the `Component`s element.\n *\n * @param {string} attribute\n * Name of the attribute to remove.\n *\n * @see [DOM API]{@link https://developer.mozilla.org/en-US/docs/Web/API/Element/removeAttribute}\n */\n\n\n _proto.removeAttribute = function removeAttribute$$1(attribute) {\n removeAttribute(this.el_, attribute);\n };\n /**\n * Get or set the width of the component based upon the CSS styles.\n * See {@link Component#dimension} for more detailed information.\n *\n * @param {number|string} [num]\n * The width that you want to set postfixed with '%', 'px' or nothing.\n *\n * @param {boolean} [skipListeners]\n * Skip the componentresize event trigger\n *\n * @return {number|string}\n * The width when getting, zero if there is no width. Can be a string\n * postpixed with '%' or 'px'.\n */\n\n\n _proto.width = function width(num, skipListeners) {\n return this.dimension('width', num, skipListeners);\n };\n /**\n * Get or set the height of the component based upon the CSS styles.\n * See {@link Component#dimension} for more detailed information.\n *\n * @param {number|string} [num]\n * The height that you want to set postfixed with '%', 'px' or nothing.\n *\n * @param {boolean} [skipListeners]\n * Skip the componentresize event trigger\n *\n * @return {number|string}\n * The width when getting, zero if there is no width. Can be a string\n * postpixed with '%' or 'px'.\n */\n\n\n _proto.height = function height(num, skipListeners) {\n return this.dimension('height', num, skipListeners);\n };\n /**\n * Set both the width and height of the `Component` element at the same time.\n *\n * @param {number|string} width\n * Width to set the `Component`s element to.\n *\n * @param {number|string} height\n * Height to set the `Component`s element to.\n */\n\n\n _proto.dimensions = function dimensions(width, height) {\n // Skip componentresize listeners on width for optimization\n this.width(width, true);\n this.height(height);\n };\n /**\n * Get or set width or height of the `Component` element. This is the shared code\n * for the {@link Component#width} and {@link Component#height}.\n *\n * Things to know:\n * - If the width or height in an number this will return the number postfixed with 'px'.\n * - If the width/height is a percent this will return the percent postfixed with '%'\n * - Hidden elements have a width of 0 with `window.getComputedStyle`. This function\n * defaults to the `Component`s `style.width` and falls back to `window.getComputedStyle`.\n * See [this]{@link http://www.foliotek.com/devblog/getting-the-width-of-a-hidden-element-with-jquery-using-width/}\n * for more information\n * - If you want the computed style of the component, use {@link Component#currentWidth}\n * and {@link {Component#currentHeight}\n *\n * @fires Component#componentresize\n *\n * @param {string} widthOrHeight\n 8 'width' or 'height'\n *\n * @param {number|string} [num]\n 8 New dimension\n *\n * @param {boolean} [skipListeners]\n * Skip componentresize event trigger\n *\n * @return {number}\n * The dimension when getting or 0 if unset\n */\n\n\n _proto.dimension = function dimension(widthOrHeight, num, skipListeners) {\n if (num !== undefined) {\n // Set to zero if null or literally NaN (NaN !== NaN)\n if (num === null || num !== num) {\n num = 0;\n } // Check if using css width/height (% or px) and adjust\n\n\n if (('' + num).indexOf('%') !== -1 || ('' + num).indexOf('px') !== -1) {\n this.el_.style[widthOrHeight] = num;\n } else if (num === 'auto') {\n this.el_.style[widthOrHeight] = '';\n } else {\n this.el_.style[widthOrHeight] = num + 'px';\n } // skipListeners allows us to avoid triggering the resize event when setting both width and height\n\n\n if (!skipListeners) {\n /**\n * Triggered when a component is resized.\n *\n * @event Component#componentresize\n * @type {EventTarget~Event}\n */\n this.trigger('componentresize');\n }\n\n return;\n } // Not setting a value, so getting it\n // Make sure element exists\n\n\n if (!this.el_) {\n return 0;\n } // Get dimension value from style\n\n\n var val = this.el_.style[widthOrHeight];\n var pxIndex = val.indexOf('px');\n\n if (pxIndex !== -1) {\n // Return the pixel value with no 'px'\n return parseInt(val.slice(0, pxIndex), 10);\n } // No px so using % or no style was set, so falling back to offsetWidth/height\n // If component has display:none, offset will return 0\n // TODO: handle display:none and no dimension style using px\n\n\n return parseInt(this.el_['offset' + toTitleCase(widthOrHeight)], 10);\n };\n /**\n * Get the computed width or the height of the component's element.\n *\n * Uses `window.getComputedStyle`.\n *\n * @param {string} widthOrHeight\n * A string containing 'width' or 'height'. Whichever one you want to get.\n *\n * @return {number}\n * The dimension that gets asked for or 0 if nothing was set\n * for that dimension.\n */\n\n\n _proto.currentDimension = function currentDimension(widthOrHeight) {\n var computedWidthOrHeight = 0;\n\n if (widthOrHeight !== 'width' && widthOrHeight !== 'height') {\n throw new Error('currentDimension only accepts width or height value');\n }\n\n if (typeof window$1.getComputedStyle === 'function') {\n var computedStyle = window$1.getComputedStyle(this.el_);\n computedWidthOrHeight = computedStyle.getPropertyValue(widthOrHeight) || computedStyle[widthOrHeight];\n } // remove 'px' from variable and parse as integer\n\n\n computedWidthOrHeight = parseFloat(computedWidthOrHeight); // if the computed value is still 0, it's possible that the browser is lying\n // and we want to check the offset values.\n // This code also runs wherever getComputedStyle doesn't exist.\n\n if (computedWidthOrHeight === 0) {\n var rule = \"offset\" + toTitleCase(widthOrHeight);\n computedWidthOrHeight = this.el_[rule];\n }\n\n return computedWidthOrHeight;\n };\n /**\n * An object that contains width and height values of the `Component`s\n * computed style. Uses `window.getComputedStyle`.\n *\n * @typedef {Object} Component~DimensionObject\n *\n * @property {number} width\n * The width of the `Component`s computed style.\n *\n * @property {number} height\n * The height of the `Component`s computed style.\n */\n\n /**\n * Get an object that contains computed width and height values of the\n * component's element.\n *\n * Uses `window.getComputedStyle`.\n *\n * @return {Component~DimensionObject}\n * The computed dimensions of the component's element.\n */\n\n\n _proto.currentDimensions = function currentDimensions() {\n return {\n width: this.currentDimension('width'),\n height: this.currentDimension('height')\n };\n };\n /**\n * Get the computed width of the component's element.\n *\n * Uses `window.getComputedStyle`.\n *\n * @return {number}\n * The computed width of the component's element.\n */\n\n\n _proto.currentWidth = function currentWidth() {\n return this.currentDimension('width');\n };\n /**\n * Get the computed height of the component's element.\n *\n * Uses `window.getComputedStyle`.\n *\n * @return {number}\n * The computed height of the component's element.\n */\n\n\n _proto.currentHeight = function currentHeight() {\n return this.currentDimension('height');\n };\n /**\n * Set the focus to this component\n */\n\n\n _proto.focus = function focus() {\n this.el_.focus();\n };\n /**\n * Remove the focus from this component\n */\n\n\n _proto.blur = function blur() {\n this.el_.blur();\n };\n /**\n * Emit a 'tap' events when touch event support gets detected. This gets used to\n * support toggling the controls through a tap on the video. They get enabled\n * because every sub-component would have extra overhead otherwise.\n *\n * @private\n * @fires Component#tap\n * @listens Component#touchstart\n * @listens Component#touchmove\n * @listens Component#touchleave\n * @listens Component#touchcancel\n * @listens Component#touchend\n */\n\n\n _proto.emitTapEvents = function emitTapEvents() {\n // Track the start time so we can determine how long the touch lasted\n var touchStart = 0;\n var firstTouch = null; // Maximum movement allowed during a touch event to still be considered a tap\n // Other popular libs use anywhere from 2 (hammer.js) to 15,\n // so 10 seems like a nice, round number.\n\n var tapMovementThreshold = 10; // The maximum length a touch can be while still being considered a tap\n\n var touchTimeThreshold = 200;\n var couldBeTap;\n this.on('touchstart', function (event) {\n // If more than one finger, don't consider treating this as a click\n if (event.touches.length === 1) {\n // Copy pageX/pageY from the object\n firstTouch = {\n pageX: event.touches[0].pageX,\n pageY: event.touches[0].pageY\n }; // Record start time so we can detect a tap vs. \"touch and hold\"\n\n touchStart = new Date().getTime(); // Reset couldBeTap tracking\n\n couldBeTap = true;\n }\n });\n this.on('touchmove', function (event) {\n // If more than one finger, don't consider treating this as a click\n if (event.touches.length > 1) {\n couldBeTap = false;\n } else if (firstTouch) {\n // Some devices will throw touchmoves for all but the slightest of taps.\n // So, if we moved only a small distance, this could still be a tap\n var xdiff = event.touches[0].pageX - firstTouch.pageX;\n var ydiff = event.touches[0].pageY - firstTouch.pageY;\n var touchDistance = Math.sqrt(xdiff * xdiff + ydiff * ydiff);\n\n if (touchDistance > tapMovementThreshold) {\n couldBeTap = false;\n }\n }\n });\n\n var noTap = function noTap() {\n couldBeTap = false;\n }; // TODO: Listen to the original target. http://youtu.be/DujfpXOKUp8?t=13m8s\n\n\n this.on('touchleave', noTap);\n this.on('touchcancel', noTap); // When the touch ends, measure how long it took and trigger the appropriate\n // event\n\n this.on('touchend', function (event) {\n firstTouch = null; // Proceed only if the touchmove/leave/cancel event didn't happen\n\n if (couldBeTap === true) {\n // Measure how long the touch lasted\n var touchTime = new Date().getTime() - touchStart; // Make sure the touch was less than the threshold to be considered a tap\n\n if (touchTime < touchTimeThreshold) {\n // Don't let browser turn this into a click\n event.preventDefault();\n /**\n * Triggered when a `Component` is tapped.\n *\n * @event Component#tap\n * @type {EventTarget~Event}\n */\n\n this.trigger('tap'); // It may be good to copy the touchend event object and change the\n // type to tap, if the other event properties aren't exact after\n // Events.fixEvent runs (e.g. event.target)\n }\n }\n });\n };\n /**\n * This function reports user activity whenever touch events happen. This can get\n * turned off by any sub-components that wants touch events to act another way.\n *\n * Report user touch activity when touch events occur. User activity gets used to\n * determine when controls should show/hide. It is simple when it comes to mouse\n * events, because any mouse event should show the controls. So we capture mouse\n * events that bubble up to the player and report activity when that happens.\n * With touch events it isn't as easy as `touchstart` and `touchend` toggle player\n * controls. So touch events can't help us at the player level either.\n *\n * User activity gets checked asynchronously. So what could happen is a tap event\n * on the video turns the controls off. Then the `touchend` event bubbles up to\n * the player. Which, if it reported user activity, would turn the controls right\n * back on. We also don't want to completely block touch events from bubbling up.\n * Furthermore a `touchmove` event and anything other than a tap, should not turn\n * controls back on.\n *\n * @listens Component#touchstart\n * @listens Component#touchmove\n * @listens Component#touchend\n * @listens Component#touchcancel\n */\n\n\n _proto.enableTouchActivity = function enableTouchActivity() {\n // Don't continue if the root player doesn't support reporting user activity\n if (!this.player() || !this.player().reportUserActivity) {\n return;\n } // listener for reporting that the user is active\n\n\n var report = bind(this.player(), this.player().reportUserActivity);\n var touchHolding;\n this.on('touchstart', function () {\n report(); // For as long as the they are touching the device or have their mouse down,\n // we consider them active even if they're not moving their finger or mouse.\n // So we want to continue to update that they are active\n\n this.clearInterval(touchHolding); // report at the same interval as activityCheck\n\n touchHolding = this.setInterval(report, 250);\n });\n\n var touchEnd = function touchEnd(event) {\n report(); // stop the interval that maintains activity if the touch is holding\n\n this.clearInterval(touchHolding);\n };\n\n this.on('touchmove', report);\n this.on('touchend', touchEnd);\n this.on('touchcancel', touchEnd);\n };\n /**\n * A callback that has no parameters and is bound into `Component`s context.\n *\n * @callback Component~GenericCallback\n * @this Component\n */\n\n /**\n * Creates a function that runs after an `x` millisecond timeout. This function is a\n * wrapper around `window.setTimeout`. There are a few reasons to use this one\n * instead though:\n * 1. It gets cleared via {@link Component#clearTimeout} when\n * {@link Component#dispose} gets called.\n * 2. The function callback will gets turned into a {@link Component~GenericCallback}\n *\n * > Note: You can't use `window.clearTimeout` on the id returned by this function. This\n * will cause its dispose listener not to get cleaned up! Please use\n * {@link Component#clearTimeout} or {@link Component#dispose} instead.\n *\n * @param {Component~GenericCallback} fn\n * The function that will be run after `timeout`.\n *\n * @param {number} timeout\n * Timeout in milliseconds to delay before executing the specified function.\n *\n * @return {number}\n * Returns a timeout ID that gets used to identify the timeout. It can also\n * get used in {@link Component#clearTimeout} to clear the timeout that\n * was set.\n *\n * @listens Component#dispose\n * @see [Similar to]{@link https://developer.mozilla.org/en-US/docs/Web/API/WindowTimers/setTimeout}\n */\n\n\n _proto.setTimeout = function setTimeout(fn, timeout) {\n var _this2 = this;\n\n // declare as variables so they are properly available in timeout function\n // eslint-disable-next-line\n var timeoutId, disposeFn;\n fn = bind(this, fn);\n timeoutId = window$1.setTimeout(function () {\n _this2.off('dispose', disposeFn);\n\n fn();\n }, timeout);\n\n disposeFn = function disposeFn() {\n return _this2.clearTimeout(timeoutId);\n };\n\n disposeFn.guid = \"vjs-timeout-\" + timeoutId;\n this.on('dispose', disposeFn);\n return timeoutId;\n };\n /**\n * Clears a timeout that gets created via `window.setTimeout` or\n * {@link Component#setTimeout}. If you set a timeout via {@link Component#setTimeout}\n * use this function instead of `window.clearTimout`. If you don't your dispose\n * listener will not get cleaned up until {@link Component#dispose}!\n *\n * @param {number} timeoutId\n * The id of the timeout to clear. The return value of\n * {@link Component#setTimeout} or `window.setTimeout`.\n *\n * @return {number}\n * Returns the timeout id that was cleared.\n *\n * @see [Similar to]{@link https://developer.mozilla.org/en-US/docs/Web/API/WindowTimers/clearTimeout}\n */\n\n\n _proto.clearTimeout = function clearTimeout(timeoutId) {\n window$1.clearTimeout(timeoutId);\n\n var disposeFn = function disposeFn() {};\n\n disposeFn.guid = \"vjs-timeout-\" + timeoutId;\n this.off('dispose', disposeFn);\n return timeoutId;\n };\n /**\n * Creates a function that gets run every `x` milliseconds. This function is a wrapper\n * around `window.setInterval`. There are a few reasons to use this one instead though.\n * 1. It gets cleared via {@link Component#clearInterval} when\n * {@link Component#dispose} gets called.\n * 2. The function callback will be a {@link Component~GenericCallback}\n *\n * @param {Component~GenericCallback} fn\n * The function to run every `x` seconds.\n *\n * @param {number} interval\n * Execute the specified function every `x` milliseconds.\n *\n * @return {number}\n * Returns an id that can be used to identify the interval. It can also be be used in\n * {@link Component#clearInterval} to clear the interval.\n *\n * @listens Component#dispose\n * @see [Similar to]{@link https://developer.mozilla.org/en-US/docs/Web/API/WindowTimers/setInterval}\n */\n\n\n _proto.setInterval = function setInterval(fn, interval) {\n var _this3 = this;\n\n fn = bind(this, fn);\n var intervalId = window$1.setInterval(fn, interval);\n\n var disposeFn = function disposeFn() {\n return _this3.clearInterval(intervalId);\n };\n\n disposeFn.guid = \"vjs-interval-\" + intervalId;\n this.on('dispose', disposeFn);\n return intervalId;\n };\n /**\n * Clears an interval that gets created via `window.setInterval` or\n * {@link Component#setInterval}. If you set an inteval via {@link Component#setInterval}\n * use this function instead of `window.clearInterval`. If you don't your dispose\n * listener will not get cleaned up until {@link Component#dispose}!\n *\n * @param {number} intervalId\n * The id of the interval to clear. The return value of\n * {@link Component#setInterval} or `window.setInterval`.\n *\n * @return {number}\n * Returns the interval id that was cleared.\n *\n * @see [Similar to]{@link https://developer.mozilla.org/en-US/docs/Web/API/WindowTimers/clearInterval}\n */\n\n\n _proto.clearInterval = function clearInterval(intervalId) {\n window$1.clearInterval(intervalId);\n\n var disposeFn = function disposeFn() {};\n\n disposeFn.guid = \"vjs-interval-\" + intervalId;\n this.off('dispose', disposeFn);\n return intervalId;\n };\n /**\n * Queues up a callback to be passed to requestAnimationFrame (rAF), but\n * with a few extra bonuses:\n *\n * - Supports browsers that do not support rAF by falling back to\n * {@link Component#setTimeout}.\n *\n * - The callback is turned into a {@link Component~GenericCallback} (i.e.\n * bound to the component).\n *\n * - Automatic cancellation of the rAF callback is handled if the component\n * is disposed before it is called.\n *\n * @param {Component~GenericCallback} fn\n * A function that will be bound to this component and executed just\n * before the browser's next repaint.\n *\n * @return {number}\n * Returns an rAF ID that gets used to identify the timeout. It can\n * also be used in {@link Component#cancelAnimationFrame} to cancel\n * the animation frame callback.\n *\n * @listens Component#dispose\n * @see [Similar to]{@link https://developer.mozilla.org/en-US/docs/Web/API/window/requestAnimationFrame}\n */\n\n\n _proto.requestAnimationFrame = function requestAnimationFrame(fn) {\n var _this4 = this;\n\n // declare as variables so they are properly available in rAF function\n // eslint-disable-next-line\n var id, disposeFn;\n\n if (this.supportsRaf_) {\n fn = bind(this, fn);\n id = window$1.requestAnimationFrame(function () {\n _this4.off('dispose', disposeFn);\n\n fn();\n });\n\n disposeFn = function disposeFn() {\n return _this4.cancelAnimationFrame(id);\n };\n\n disposeFn.guid = \"vjs-raf-\" + id;\n this.on('dispose', disposeFn);\n return id;\n } // Fall back to using a timer.\n\n\n return this.setTimeout(fn, 1000 / 60);\n };\n /**\n * Cancels a queued callback passed to {@link Component#requestAnimationFrame}\n * (rAF).\n *\n * If you queue an rAF callback via {@link Component#requestAnimationFrame},\n * use this function instead of `window.cancelAnimationFrame`. If you don't,\n * your dispose listener will not get cleaned up until {@link Component#dispose}!\n *\n * @param {number} id\n * The rAF ID to clear. The return value of {@link Component#requestAnimationFrame}.\n *\n * @return {number}\n * Returns the rAF ID that was cleared.\n *\n * @see [Similar to]{@link https://developer.mozilla.org/en-US/docs/Web/API/window/cancelAnimationFrame}\n */\n\n\n _proto.cancelAnimationFrame = function cancelAnimationFrame(id) {\n if (this.supportsRaf_) {\n window$1.cancelAnimationFrame(id);\n\n var disposeFn = function disposeFn() {};\n\n disposeFn.guid = \"vjs-raf-\" + id;\n this.off('dispose', disposeFn);\n return id;\n } // Fall back to using a timer.\n\n\n return this.clearTimeout(id);\n };\n /**\n * Register a `Component` with `videojs` given the name and the component.\n *\n * > NOTE: {@link Tech}s should not be registered as a `Component`. {@link Tech}s\n * should be registered using {@link Tech.registerTech} or\n * {@link videojs:videojs.registerTech}.\n *\n * > NOTE: This function can also be seen on videojs as\n * {@link videojs:videojs.registerComponent}.\n *\n * @param {string} name\n * The name of the `Component` to register.\n *\n * @param {Component} ComponentToRegister\n * The `Component` class to register.\n *\n * @return {Component}\n * The `Component` that was registered.\n */\n\n\n Component.registerComponent = function registerComponent(name, ComponentToRegister) {\n if (typeof name !== 'string' || !name) {\n throw new Error(\"Illegal component name, \\\"\" + name + \"\\\"; must be a non-empty string.\");\n }\n\n var Tech = Component.getComponent('Tech'); // We need to make sure this check is only done if Tech has been registered.\n\n var isTech = Tech && Tech.isTech(ComponentToRegister);\n var isComp = Component === ComponentToRegister || Component.prototype.isPrototypeOf(ComponentToRegister.prototype);\n\n if (isTech || !isComp) {\n var reason;\n\n if (isTech) {\n reason = 'techs must be registered using Tech.registerTech()';\n } else {\n reason = 'must be a Component subclass';\n }\n\n throw new Error(\"Illegal component, \\\"\" + name + \"\\\"; \" + reason + \".\");\n }\n\n name = toTitleCase(name);\n\n if (!Component.components_) {\n Component.components_ = {};\n }\n\n var Player = Component.getComponent('Player');\n\n if (name === 'Player' && Player && Player.players) {\n var players = Player.players;\n var playerNames = Object.keys(players); // If we have players that were disposed, then their name will still be\n // in Players.players. So, we must loop through and verify that the value\n // for each item is not null. This allows registration of the Player component\n // after all players have been disposed or before any were created.\n\n if (players && playerNames.length > 0 && playerNames.map(function (pname) {\n return players[pname];\n }).every(Boolean)) {\n throw new Error('Can not register Player component after player has been created.');\n }\n }\n\n Component.components_[name] = ComponentToRegister;\n return ComponentToRegister;\n };\n /**\n * Get a `Component` based on the name it was registered with.\n *\n * @param {string} name\n * The Name of the component to get.\n *\n * @return {Component}\n * The `Component` that got registered under the given name.\n *\n * @deprecated In `videojs` 6 this will not return `Component`s that were not\n * registered using {@link Component.registerComponent}. Currently we\n * check the global `videojs` object for a `Component` name and\n * return that if it exists.\n */\n\n\n Component.getComponent = function getComponent(name) {\n if (!name) {\n return;\n }\n\n name = toTitleCase(name);\n\n if (Component.components_ && Component.components_[name]) {\n return Component.components_[name];\n }\n };\n\n return Component;\n}();\n/**\n * Whether or not this component supports `requestAnimationFrame`.\n *\n * This is exposed primarily for testing purposes.\n *\n * @private\n * @type {Boolean}\n */\n\n\nComponent.prototype.supportsRaf_ = typeof window$1.requestAnimationFrame === 'function' && typeof window$1.cancelAnimationFrame === 'function';\nComponent.registerComponent('Component', Component);\n\n/**\n * @file browser.js\n * @module browser\n */\nvar USER_AGENT = window$1.navigator && window$1.navigator.userAgent || '';\nvar webkitVersionMap = /AppleWebKit\\/([\\d.]+)/i.exec(USER_AGENT);\nvar appleWebkitVersion = webkitVersionMap ? parseFloat(webkitVersionMap.pop()) : null;\n/**\n * Whether or not this device is an iPad.\n *\n * @static\n * @const\n * @type {Boolean}\n */\n\nvar IS_IPAD = /iPad/i.test(USER_AGENT);\n/**\n * Whether or not this device is an iPhone.\n *\n * @static\n * @const\n * @type {Boolean}\n */\n// The Facebook app's UIWebView identifies as both an iPhone and iPad, so\n// to identify iPhones, we need to exclude iPads.\n// http://artsy.github.io/blog/2012/10/18/the-perils-of-ios-user-agent-sniffing/\n\nvar IS_IPHONE = /iPhone/i.test(USER_AGENT) && !IS_IPAD;\n/**\n * Whether or not this device is an iPod.\n *\n * @static\n * @const\n * @type {Boolean}\n */\n\nvar IS_IPOD = /iPod/i.test(USER_AGENT);\n/**\n * Whether or not this is an iOS device.\n *\n * @static\n * @const\n * @type {Boolean}\n */\n\nvar IS_IOS = IS_IPHONE || IS_IPAD || IS_IPOD;\n/**\n * The detected iOS version - or `null`.\n *\n * @static\n * @const\n * @type {string|null}\n */\n\nvar IOS_VERSION = function () {\n var match = USER_AGENT.match(/OS (\\d+)_/i);\n\n if (match && match[1]) {\n return match[1];\n }\n\n return null;\n}();\n/**\n * Whether or not this is an Android device.\n *\n * @static\n * @const\n * @type {Boolean}\n */\n\nvar IS_ANDROID = /Android/i.test(USER_AGENT);\n/**\n * The detected Android version - or `null`.\n *\n * @static\n * @const\n * @type {number|string|null}\n */\n\nvar ANDROID_VERSION = function () {\n // This matches Android Major.Minor.Patch versions\n // ANDROID_VERSION is Major.Minor as a Number, if Minor isn't available, then only Major is returned\n var match = USER_AGENT.match(/Android (\\d+)(?:\\.(\\d+))?(?:\\.(\\d+))*/i);\n\n if (!match) {\n return null;\n }\n\n var major = match[1] && parseFloat(match[1]);\n var minor = match[2] && parseFloat(match[2]);\n\n if (major && minor) {\n return parseFloat(match[1] + '.' + match[2]);\n } else if (major) {\n return major;\n }\n\n return null;\n}();\n/**\n * Whether or not this is a native Android browser.\n *\n * @static\n * @const\n * @type {Boolean}\n */\n\nvar IS_NATIVE_ANDROID = IS_ANDROID && ANDROID_VERSION < 5 && appleWebkitVersion < 537;\n/**\n * Whether or not this is Mozilla Firefox.\n *\n * @static\n * @const\n * @type {Boolean}\n */\n\nvar IS_FIREFOX = /Firefox/i.test(USER_AGENT);\n/**\n * Whether or not this is Microsoft Edge.\n *\n * @static\n * @const\n * @type {Boolean}\n */\n\nvar IS_EDGE = /Edge/i.test(USER_AGENT);\n/**\n * Whether or not this is Google Chrome.\n *\n * This will also be `true` for Chrome on iOS, which will have different support\n * as it is actually Safari under the hood.\n *\n * @static\n * @const\n * @type {Boolean}\n */\n\nvar IS_CHROME = !IS_EDGE && (/Chrome/i.test(USER_AGENT) || /CriOS/i.test(USER_AGENT));\n/**\n * The detected Google Chrome version - or `null`.\n *\n * @static\n * @const\n * @type {number|null}\n */\n\nvar CHROME_VERSION = function () {\n var match = USER_AGENT.match(/(Chrome|CriOS)\\/(\\d+)/);\n\n if (match && match[2]) {\n return parseFloat(match[2]);\n }\n\n return null;\n}();\n/**\n * The detected Internet Explorer version - or `null`.\n *\n * @static\n * @const\n * @type {number|null}\n */\n\nvar IE_VERSION = function () {\n var result = /MSIE\\s(\\d+)\\.\\d/.exec(USER_AGENT);\n var version = result && parseFloat(result[1]);\n\n if (!version && /Trident\\/7.0/i.test(USER_AGENT) && /rv:11.0/.test(USER_AGENT)) {\n // IE 11 has a different user agent string than other IE versions\n version = 11.0;\n }\n\n return version;\n}();\n/**\n * Whether or not this is desktop Safari.\n *\n * @static\n * @const\n * @type {Boolean}\n */\n\nvar IS_SAFARI = /Safari/i.test(USER_AGENT) && !IS_CHROME && !IS_ANDROID && !IS_EDGE;\n/**\n * Whether or not this is any flavor of Safari - including iOS.\n *\n * @static\n * @const\n * @type {Boolean}\n */\n\nvar IS_ANY_SAFARI = (IS_SAFARI || IS_IOS) && !IS_CHROME;\n/**\n * Whether or not this device is touch-enabled.\n *\n * @static\n * @const\n * @type {Boolean}\n */\n\nvar TOUCH_ENABLED = isReal() && ('ontouchstart' in window$1 || window$1.navigator.maxTouchPoints || window$1.DocumentTouch && window$1.document instanceof window$1.DocumentTouch);\n\nvar browser = /*#__PURE__*/Object.freeze({\n IS_IPAD: IS_IPAD,\n IS_IPHONE: IS_IPHONE,\n IS_IPOD: IS_IPOD,\n IS_IOS: IS_IOS,\n IOS_VERSION: IOS_VERSION,\n IS_ANDROID: IS_ANDROID,\n ANDROID_VERSION: ANDROID_VERSION,\n IS_NATIVE_ANDROID: IS_NATIVE_ANDROID,\n IS_FIREFOX: IS_FIREFOX,\n IS_EDGE: IS_EDGE,\n IS_CHROME: IS_CHROME,\n CHROME_VERSION: CHROME_VERSION,\n IE_VERSION: IE_VERSION,\n IS_SAFARI: IS_SAFARI,\n IS_ANY_SAFARI: IS_ANY_SAFARI,\n TOUCH_ENABLED: TOUCH_ENABLED\n});\n\n/**\n * @file time-ranges.js\n * @module time-ranges\n */\n\n/**\n * Returns the time for the specified index at the start or end\n * of a TimeRange object.\n *\n * @typedef {Function} TimeRangeIndex\n *\n * @param {number} [index=0]\n * The range number to return the time for.\n *\n * @return {number}\n * The time offset at the specified index.\n *\n * @deprecated The index argument must be provided.\n * In the future, leaving it out will throw an error.\n */\n\n/**\n * An object that contains ranges of time.\n *\n * @typedef {Object} TimeRange\n *\n * @property {number} length\n * The number of time ranges represented by this object.\n *\n * @property {module:time-ranges~TimeRangeIndex} start\n * Returns the time offset at which a specified time range begins.\n *\n * @property {module:time-ranges~TimeRangeIndex} end\n * Returns the time offset at which a specified time range ends.\n *\n * @see https://developer.mozilla.org/en-US/docs/Web/API/TimeRanges\n */\n\n/**\n * Check if any of the time ranges are over the maximum index.\n *\n * @private\n * @param {string} fnName\n * The function name to use for logging\n *\n * @param {number} index\n * The index to check\n *\n * @param {number} maxIndex\n * The maximum possible index\n *\n * @throws {Error} if the timeRanges provided are over the maxIndex\n */\nfunction rangeCheck(fnName, index, maxIndex) {\n if (typeof index !== 'number' || index < 0 || index > maxIndex) {\n throw new Error(\"Failed to execute '\" + fnName + \"' on 'TimeRanges': The index provided (\" + index + \") is non-numeric or out of bounds (0-\" + maxIndex + \").\");\n }\n}\n/**\n * Get the time for the specified index at the start or end\n * of a TimeRange object.\n *\n * @private\n * @param {string} fnName\n * The function name to use for logging\n *\n * @param {string} valueIndex\n * The property that should be used to get the time. should be\n * 'start' or 'end'\n *\n * @param {Array} ranges\n * An array of time ranges\n *\n * @param {Array} [rangeIndex=0]\n * The index to start the search at\n *\n * @return {number}\n * The time that offset at the specified index.\n *\n * @deprecated rangeIndex must be set to a value, in the future this will throw an error.\n * @throws {Error} if rangeIndex is more than the length of ranges\n */\n\n\nfunction getRange(fnName, valueIndex, ranges, rangeIndex) {\n rangeCheck(fnName, rangeIndex, ranges.length - 1);\n return ranges[rangeIndex][valueIndex];\n}\n/**\n * Create a time range object given ranges of time.\n *\n * @private\n * @param {Array} [ranges]\n * An array of time ranges.\n */\n\n\nfunction createTimeRangesObj(ranges) {\n if (ranges === undefined || ranges.length === 0) {\n return {\n length: 0,\n start: function start() {\n throw new Error('This TimeRanges object is empty');\n },\n end: function end() {\n throw new Error('This TimeRanges object is empty');\n }\n };\n }\n\n return {\n length: ranges.length,\n start: getRange.bind(null, 'start', 0, ranges),\n end: getRange.bind(null, 'end', 1, ranges)\n };\n}\n/**\n * Create a `TimeRange` object which mimics an\n * {@link https://developer.mozilla.org/en-US/docs/Web/API/TimeRanges|HTML5 TimeRanges instance}.\n *\n * @param {number|Array[]} start\n * The start of a single range (a number) or an array of ranges (an\n * array of arrays of two numbers each).\n *\n * @param {number} end\n * The end of a single range. Cannot be used with the array form of\n * the `start` argument.\n */\n\n\nfunction createTimeRanges(start, end) {\n if (Array.isArray(start)) {\n return createTimeRangesObj(start);\n } else if (start === undefined || end === undefined) {\n return createTimeRangesObj();\n }\n\n return createTimeRangesObj([[start, end]]);\n}\n\n/**\n * @file buffer.js\n * @module buffer\n */\n/**\n * Compute the percentage of the media that has been buffered.\n *\n * @param {TimeRange} buffered\n * The current `TimeRange` object representing buffered time ranges\n *\n * @param {number} duration\n * Total duration of the media\n *\n * @return {number}\n * Percent buffered of the total duration in decimal form.\n */\n\nfunction bufferedPercent(buffered, duration) {\n var bufferedDuration = 0;\n var start;\n var end;\n\n if (!duration) {\n return 0;\n }\n\n if (!buffered || !buffered.length) {\n buffered = createTimeRanges(0, 0);\n }\n\n for (var i = 0; i < buffered.length; i++) {\n start = buffered.start(i);\n end = buffered.end(i); // buffered end can be bigger than duration by a very small fraction\n\n if (end > duration) {\n end = duration;\n }\n\n bufferedDuration += end - start;\n }\n\n return bufferedDuration / duration;\n}\n\n/**\n * @file fullscreen-api.js\n * @module fullscreen-api\n * @private\n */\n/**\n * Store the browser-specific methods for the fullscreen API.\n *\n * @type {Object}\n * @see [Specification]{@link https://fullscreen.spec.whatwg.org}\n * @see [Map Approach From Screenfull.js]{@link https://github.com/sindresorhus/screenfull.js}\n */\n\nvar FullscreenApi = {}; // browser API methods\n\nvar apiMap = [['requestFullscreen', 'exitFullscreen', 'fullscreenElement', 'fullscreenEnabled', 'fullscreenchange', 'fullscreenerror'], // WebKit\n['webkitRequestFullscreen', 'webkitExitFullscreen', 'webkitFullscreenElement', 'webkitFullscreenEnabled', 'webkitfullscreenchange', 'webkitfullscreenerror'], // Old WebKit (Safari 5.1)\n['webkitRequestFullScreen', 'webkitCancelFullScreen', 'webkitCurrentFullScreenElement', 'webkitCancelFullScreen', 'webkitfullscreenchange', 'webkitfullscreenerror'], // Mozilla\n['mozRequestFullScreen', 'mozCancelFullScreen', 'mozFullScreenElement', 'mozFullScreenEnabled', 'mozfullscreenchange', 'mozfullscreenerror'], // Microsoft\n['msRequestFullscreen', 'msExitFullscreen', 'msFullscreenElement', 'msFullscreenEnabled', 'MSFullscreenChange', 'MSFullscreenError']];\nvar specApi = apiMap[0];\nvar browserApi; // determine the supported set of functions\n\nfor (var i = 0; i < apiMap.length; i++) {\n // check for exitFullscreen function\n if (apiMap[i][1] in document) {\n browserApi = apiMap[i];\n break;\n }\n} // map the browser API names to the spec API names\n\n\nif (browserApi) {\n for (var _i = 0; _i < browserApi.length; _i++) {\n FullscreenApi[specApi[_i]] = browserApi[_i];\n }\n}\n\n/**\n * @file media-error.js\n */\n/**\n * A Custom `MediaError` class which mimics the standard HTML5 `MediaError` class.\n *\n * @param {number|string|Object|MediaError} value\n * This can be of multiple types:\n * - number: should be a standard error code\n * - string: an error message (the code will be 0)\n * - Object: arbitrary properties\n * - `MediaError` (native): used to populate a video.js `MediaError` object\n * - `MediaError` (video.js): will return itself if it's already a\n * video.js `MediaError` object.\n *\n * @see [MediaError Spec]{@link https://dev.w3.org/html5/spec-author-view/video.html#mediaerror}\n * @see [Encrypted MediaError Spec]{@link https://www.w3.org/TR/2013/WD-encrypted-media-20130510/#error-codes}\n *\n * @class MediaError\n */\n\nfunction MediaError(value) {\n // Allow redundant calls to this constructor to avoid having `instanceof`\n // checks peppered around the code.\n if (value instanceof MediaError) {\n return value;\n }\n\n if (typeof value === 'number') {\n this.code = value;\n } else if (typeof value === 'string') {\n // default code is zero, so this is a custom error\n this.message = value;\n } else if (isObject(value)) {\n // We assign the `code` property manually because native `MediaError` objects\n // do not expose it as an own/enumerable property of the object.\n if (typeof value.code === 'number') {\n this.code = value.code;\n }\n\n assign(this, value);\n }\n\n if (!this.message) {\n this.message = MediaError.defaultMessages[this.code] || '';\n }\n}\n/**\n * The error code that refers two one of the defined `MediaError` types\n *\n * @type {Number}\n */\n\n\nMediaError.prototype.code = 0;\n/**\n * An optional message that to show with the error. Message is not part of the HTML5\n * video spec but allows for more informative custom errors.\n *\n * @type {String}\n */\n\nMediaError.prototype.message = '';\n/**\n * An optional status code that can be set by plugins to allow even more detail about\n * the error. For example a plugin might provide a specific HTTP status code and an\n * error message for that code. Then when the plugin gets that error this class will\n * know how to display an error message for it. This allows a custom message to show\n * up on the `Player` error overlay.\n *\n * @type {Array}\n */\n\nMediaError.prototype.status = null;\n/**\n * Errors indexed by the W3C standard. The order **CANNOT CHANGE**! See the\n * specification listed under {@link MediaError} for more information.\n *\n * @enum {array}\n * @readonly\n * @property {string} 0 - MEDIA_ERR_CUSTOM\n * @property {string} 1 - MEDIA_ERR_ABORTED\n * @property {string} 2 - MEDIA_ERR_NETWORK\n * @property {string} 3 - MEDIA_ERR_DECODE\n * @property {string} 4 - MEDIA_ERR_SRC_NOT_SUPPORTED\n * @property {string} 5 - MEDIA_ERR_ENCRYPTED\n */\n\nMediaError.errorTypes = ['MEDIA_ERR_CUSTOM', 'MEDIA_ERR_ABORTED', 'MEDIA_ERR_NETWORK', 'MEDIA_ERR_DECODE', 'MEDIA_ERR_SRC_NOT_SUPPORTED', 'MEDIA_ERR_ENCRYPTED'];\n/**\n * The default `MediaError` messages based on the {@link MediaError.errorTypes}.\n *\n * @type {Array}\n * @constant\n */\n\nMediaError.defaultMessages = {\n 1: 'You aborted the media playback',\n 2: 'A network error caused the media download to fail part-way.',\n 3: 'The media playback was aborted due to a corruption problem or because the media used features your browser did not support.',\n 4: 'The media could not be loaded, either because the server or network failed or because the format is not supported.',\n 5: 'The media is encrypted and we do not have the keys to decrypt it.'\n}; // Add types as properties on MediaError\n// e.g. MediaError.MEDIA_ERR_SRC_NOT_SUPPORTED = 4;\n\nfor (var errNum = 0; errNum < MediaError.errorTypes.length; errNum++) {\n MediaError[MediaError.errorTypes[errNum]] = errNum; // values should be accessible on both the class and instance\n\n MediaError.prototype[MediaError.errorTypes[errNum]] = errNum;\n} // jsdocs for instance/static members added above\n\n/**\n * Returns whether an object is `Promise`-like (i.e. has a `then` method).\n *\n * @param {Object} value\n * An object that may or may not be `Promise`-like.\n *\n * @return {boolean}\n * Whether or not the object is `Promise`-like.\n */\nfunction isPromise(value) {\n return value !== undefined && value !== null && typeof value.then === 'function';\n}\n/**\n * Silence a Promise-like object.\n *\n * This is useful for avoiding non-harmful, but potentially confusing \"uncaught\n * play promise\" rejection error messages.\n *\n * @param {Object} value\n * An object that may or may not be `Promise`-like.\n */\n\nfunction silencePromise(value) {\n if (isPromise(value)) {\n value.then(null, function (e) {});\n }\n}\n\n/**\n * @file text-track-list-converter.js Utilities for capturing text track state and\n * re-creating tracks based on a capture.\n *\n * @module text-track-list-converter\n */\n\n/**\n * Examine a single {@link TextTrack} and return a JSON-compatible javascript object that\n * represents the {@link TextTrack}'s state.\n *\n * @param {TextTrack} track\n * The text track to query.\n *\n * @return {Object}\n * A serializable javascript representation of the TextTrack.\n * @private\n */\nvar trackToJson_ = function trackToJson_(track) {\n var ret = ['kind', 'label', 'language', 'id', 'inBandMetadataTrackDispatchType', 'mode', 'src'].reduce(function (acc, prop, i) {\n if (track[prop]) {\n acc[prop] = track[prop];\n }\n\n return acc;\n }, {\n cues: track.cues && Array.prototype.map.call(track.cues, function (cue) {\n return {\n startTime: cue.startTime,\n endTime: cue.endTime,\n text: cue.text,\n id: cue.id\n };\n })\n });\n return ret;\n};\n/**\n * Examine a {@link Tech} and return a JSON-compatible javascript array that represents the\n * state of all {@link TextTrack}s currently configured. The return array is compatible with\n * {@link text-track-list-converter:jsonToTextTracks}.\n *\n * @param {Tech} tech\n * The tech object to query\n *\n * @return {Array}\n * A serializable javascript representation of the {@link Tech}s\n * {@link TextTrackList}.\n */\n\n\nvar textTracksToJson = function textTracksToJson(tech) {\n var trackEls = tech.$$('track');\n var trackObjs = Array.prototype.map.call(trackEls, function (t) {\n return t.track;\n });\n var tracks = Array.prototype.map.call(trackEls, function (trackEl) {\n var json = trackToJson_(trackEl.track);\n\n if (trackEl.src) {\n json.src = trackEl.src;\n }\n\n return json;\n });\n return tracks.concat(Array.prototype.filter.call(tech.textTracks(), function (track) {\n return trackObjs.indexOf(track) === -1;\n }).map(trackToJson_));\n};\n/**\n * Create a set of remote {@link TextTrack}s on a {@link Tech} based on an array of javascript\n * object {@link TextTrack} representations.\n *\n * @param {Array} json\n * An array of `TextTrack` representation objects, like those that would be\n * produced by `textTracksToJson`.\n *\n * @param {Tech} tech\n * The `Tech` to create the `TextTrack`s on.\n */\n\n\nvar jsonToTextTracks = function jsonToTextTracks(json, tech) {\n json.forEach(function (track) {\n var addedTrack = tech.addRemoteTextTrack(track).track;\n\n if (!track.src && track.cues) {\n track.cues.forEach(function (cue) {\n return addedTrack.addCue(cue);\n });\n }\n });\n return tech.textTracks();\n};\n\nvar textTrackConverter = {\n textTracksToJson: textTracksToJson,\n jsonToTextTracks: jsonToTextTracks,\n trackToJson_: trackToJson_\n};\n\nvar MODAL_CLASS_NAME = 'vjs-modal-dialog';\nvar ESC = 27;\n/**\n * The `ModalDialog` displays over the video and its controls, which blocks\n * interaction with the player until it is closed.\n *\n * Modal dialogs include a \"Close\" button and will close when that button\n * is activated - or when ESC is pressed anywhere.\n *\n * @extends Component\n */\n\nvar ModalDialog =\n/*#__PURE__*/\nfunction (_Component) {\n _inheritsLoose(ModalDialog, _Component);\n\n /**\n * Create an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n *\n * @param {Mixed} [options.content=undefined]\n * Provide customized content for this modal.\n *\n * @param {string} [options.description]\n * A text description for the modal, primarily for accessibility.\n *\n * @param {boolean} [options.fillAlways=false]\n * Normally, modals are automatically filled only the first time\n * they open. This tells the modal to refresh its content\n * every time it opens.\n *\n * @param {string} [options.label]\n * A text label for the modal, primarily for accessibility.\n *\n * @param {boolean} [options.temporary=true]\n * If `true`, the modal can only be opened once; it will be\n * disposed as soon as it's closed.\n *\n * @param {boolean} [options.uncloseable=false]\n * If `true`, the user will not be able to close the modal\n * through the UI in the normal ways. Programmatic closing is\n * still possible.\n */\n function ModalDialog(player, options) {\n var _this;\n\n _this = _Component.call(this, player, options) || this;\n _this.opened_ = _this.hasBeenOpened_ = _this.hasBeenFilled_ = false;\n\n _this.closeable(!_this.options_.uncloseable);\n\n _this.content(_this.options_.content); // Make sure the contentEl is defined AFTER any children are initialized\n // because we only want the contents of the modal in the contentEl\n // (not the UI elements like the close button).\n\n\n _this.contentEl_ = createEl('div', {\n className: MODAL_CLASS_NAME + \"-content\"\n }, {\n role: 'document'\n });\n _this.descEl_ = createEl('p', {\n className: MODAL_CLASS_NAME + \"-description vjs-control-text\",\n id: _this.el().getAttribute('aria-describedby')\n });\n textContent(_this.descEl_, _this.description());\n\n _this.el_.appendChild(_this.descEl_);\n\n _this.el_.appendChild(_this.contentEl_);\n\n return _this;\n }\n /**\n * Create the `ModalDialog`'s DOM element\n *\n * @return {Element}\n * The DOM element that gets created.\n */\n\n\n var _proto = ModalDialog.prototype;\n\n _proto.createEl = function createEl$$1() {\n return _Component.prototype.createEl.call(this, 'div', {\n className: this.buildCSSClass(),\n tabIndex: -1\n }, {\n 'aria-describedby': this.id() + \"_description\",\n 'aria-hidden': 'true',\n 'aria-label': this.label(),\n 'role': 'dialog'\n });\n };\n\n _proto.dispose = function dispose() {\n this.contentEl_ = null;\n this.descEl_ = null;\n this.previouslyActiveEl_ = null;\n\n _Component.prototype.dispose.call(this);\n };\n /**\n * Builds the default DOM `className`.\n *\n * @return {string}\n * The DOM `className` for this object.\n */\n\n\n _proto.buildCSSClass = function buildCSSClass() {\n return MODAL_CLASS_NAME + \" vjs-hidden \" + _Component.prototype.buildCSSClass.call(this);\n };\n /**\n * Handles `keydown` events on the document, looking for ESC, which closes\n * the modal.\n *\n * @param {EventTarget~Event} e\n * The keypress that triggered this event.\n *\n * @listens keydown\n */\n\n\n _proto.handleKeyPress = function handleKeyPress(e) {\n if (e.which === ESC && this.closeable()) {\n this.close();\n }\n };\n /**\n * Returns the label string for this modal. Primarily used for accessibility.\n *\n * @return {string}\n * the localized or raw label of this modal.\n */\n\n\n _proto.label = function label() {\n return this.localize(this.options_.label || 'Modal Window');\n };\n /**\n * Returns the description string for this modal. Primarily used for\n * accessibility.\n *\n * @return {string}\n * The localized or raw description of this modal.\n */\n\n\n _proto.description = function description() {\n var desc = this.options_.description || this.localize('This is a modal window.'); // Append a universal closeability message if the modal is closeable.\n\n if (this.closeable()) {\n desc += ' ' + this.localize('This modal can be closed by pressing the Escape key or activating the close button.');\n }\n\n return desc;\n };\n /**\n * Opens the modal.\n *\n * @fires ModalDialog#beforemodalopen\n * @fires ModalDialog#modalopen\n */\n\n\n _proto.open = function open() {\n if (!this.opened_) {\n var player = this.player();\n /**\n * Fired just before a `ModalDialog` is opened.\n *\n * @event ModalDialog#beforemodalopen\n * @type {EventTarget~Event}\n */\n\n this.trigger('beforemodalopen');\n this.opened_ = true; // Fill content if the modal has never opened before and\n // never been filled.\n\n if (this.options_.fillAlways || !this.hasBeenOpened_ && !this.hasBeenFilled_) {\n this.fill();\n } // If the player was playing, pause it and take note of its previously\n // playing state.\n\n\n this.wasPlaying_ = !player.paused();\n\n if (this.options_.pauseOnOpen && this.wasPlaying_) {\n player.pause();\n }\n\n if (this.closeable()) {\n this.on(this.el_.ownerDocument, 'keydown', bind(this, this.handleKeyPress));\n } // Hide controls and note if they were enabled.\n\n\n this.hadControls_ = player.controls();\n player.controls(false);\n this.show();\n this.conditionalFocus_();\n this.el().setAttribute('aria-hidden', 'false');\n /**\n * Fired just after a `ModalDialog` is opened.\n *\n * @event ModalDialog#modalopen\n * @type {EventTarget~Event}\n */\n\n this.trigger('modalopen');\n this.hasBeenOpened_ = true;\n }\n };\n /**\n * If the `ModalDialog` is currently open or closed.\n *\n * @param {boolean} [value]\n * If given, it will open (`true`) or close (`false`) the modal.\n *\n * @return {boolean}\n * the current open state of the modaldialog\n */\n\n\n _proto.opened = function opened(value) {\n if (typeof value === 'boolean') {\n this[value ? 'open' : 'close']();\n }\n\n return this.opened_;\n };\n /**\n * Closes the modal, does nothing if the `ModalDialog` is\n * not open.\n *\n * @fires ModalDialog#beforemodalclose\n * @fires ModalDialog#modalclose\n */\n\n\n _proto.close = function close() {\n if (!this.opened_) {\n return;\n }\n\n var player = this.player();\n /**\n * Fired just before a `ModalDialog` is closed.\n *\n * @event ModalDialog#beforemodalclose\n * @type {EventTarget~Event}\n */\n\n this.trigger('beforemodalclose');\n this.opened_ = false;\n\n if (this.wasPlaying_ && this.options_.pauseOnOpen) {\n player.play();\n }\n\n if (this.closeable()) {\n this.off(this.el_.ownerDocument, 'keydown', bind(this, this.handleKeyPress));\n }\n\n if (this.hadControls_) {\n player.controls(true);\n }\n\n this.hide();\n this.el().setAttribute('aria-hidden', 'true');\n /**\n * Fired just after a `ModalDialog` is closed.\n *\n * @event ModalDialog#modalclose\n * @type {EventTarget~Event}\n */\n\n this.trigger('modalclose');\n this.conditionalBlur_();\n\n if (this.options_.temporary) {\n this.dispose();\n }\n };\n /**\n * Check to see if the `ModalDialog` is closeable via the UI.\n *\n * @param {boolean} [value]\n * If given as a boolean, it will set the `closeable` option.\n *\n * @return {boolean}\n * Returns the final value of the closable option.\n */\n\n\n _proto.closeable = function closeable(value) {\n if (typeof value === 'boolean') {\n var closeable = this.closeable_ = !!value;\n var close = this.getChild('closeButton'); // If this is being made closeable and has no close button, add one.\n\n if (closeable && !close) {\n // The close button should be a child of the modal - not its\n // content element, so temporarily change the content element.\n var temp = this.contentEl_;\n this.contentEl_ = this.el_;\n close = this.addChild('closeButton', {\n controlText: 'Close Modal Dialog'\n });\n this.contentEl_ = temp;\n this.on(close, 'close', this.close);\n } // If this is being made uncloseable and has a close button, remove it.\n\n\n if (!closeable && close) {\n this.off(close, 'close', this.close);\n this.removeChild(close);\n close.dispose();\n }\n }\n\n return this.closeable_;\n };\n /**\n * Fill the modal's content element with the modal's \"content\" option.\n * The content element will be emptied before this change takes place.\n */\n\n\n _proto.fill = function fill() {\n this.fillWith(this.content());\n };\n /**\n * Fill the modal's content element with arbitrary content.\n * The content element will be emptied before this change takes place.\n *\n * @fires ModalDialog#beforemodalfill\n * @fires ModalDialog#modalfill\n *\n * @param {Mixed} [content]\n * The same rules apply to this as apply to the `content` option.\n */\n\n\n _proto.fillWith = function fillWith(content) {\n var contentEl = this.contentEl();\n var parentEl = contentEl.parentNode;\n var nextSiblingEl = contentEl.nextSibling;\n /**\n * Fired just before a `ModalDialog` is filled with content.\n *\n * @event ModalDialog#beforemodalfill\n * @type {EventTarget~Event}\n */\n\n this.trigger('beforemodalfill');\n this.hasBeenFilled_ = true; // Detach the content element from the DOM before performing\n // manipulation to avoid modifying the live DOM multiple times.\n\n parentEl.removeChild(contentEl);\n this.empty();\n insertContent(contentEl, content);\n /**\n * Fired just after a `ModalDialog` is filled with content.\n *\n * @event ModalDialog#modalfill\n * @type {EventTarget~Event}\n */\n\n this.trigger('modalfill'); // Re-inject the re-filled content element.\n\n if (nextSiblingEl) {\n parentEl.insertBefore(contentEl, nextSiblingEl);\n } else {\n parentEl.appendChild(contentEl);\n } // make sure that the close button is last in the dialog DOM\n\n\n var closeButton = this.getChild('closeButton');\n\n if (closeButton) {\n parentEl.appendChild(closeButton.el_);\n }\n };\n /**\n * Empties the content element. This happens anytime the modal is filled.\n *\n * @fires ModalDialog#beforemodalempty\n * @fires ModalDialog#modalempty\n */\n\n\n _proto.empty = function empty() {\n /**\n * Fired just before a `ModalDialog` is emptied.\n *\n * @event ModalDialog#beforemodalempty\n * @type {EventTarget~Event}\n */\n this.trigger('beforemodalempty');\n emptyEl(this.contentEl());\n /**\n * Fired just after a `ModalDialog` is emptied.\n *\n * @event ModalDialog#modalempty\n * @type {EventTarget~Event}\n */\n\n this.trigger('modalempty');\n };\n /**\n * Gets or sets the modal content, which gets normalized before being\n * rendered into the DOM.\n *\n * This does not update the DOM or fill the modal, but it is called during\n * that process.\n *\n * @param {Mixed} [value]\n * If defined, sets the internal content value to be used on the\n * next call(s) to `fill`. This value is normalized before being\n * inserted. To \"clear\" the internal content value, pass `null`.\n *\n * @return {Mixed}\n * The current content of the modal dialog\n */\n\n\n _proto.content = function content(value) {\n if (typeof value !== 'undefined') {\n this.content_ = value;\n }\n\n return this.content_;\n };\n /**\n * conditionally focus the modal dialog if focus was previously on the player.\n *\n * @private\n */\n\n\n _proto.conditionalFocus_ = function conditionalFocus_() {\n var activeEl = document.activeElement;\n var playerEl = this.player_.el_;\n this.previouslyActiveEl_ = null;\n\n if (playerEl.contains(activeEl) || playerEl === activeEl) {\n this.previouslyActiveEl_ = activeEl;\n this.focus();\n this.on(document, 'keydown', this.handleKeyDown);\n }\n };\n /**\n * conditionally blur the element and refocus the last focused element\n *\n * @private\n */\n\n\n _proto.conditionalBlur_ = function conditionalBlur_() {\n if (this.previouslyActiveEl_) {\n this.previouslyActiveEl_.focus();\n this.previouslyActiveEl_ = null;\n }\n\n this.off(document, 'keydown', this.handleKeyDown);\n };\n /**\n * Keydown handler. Attached when modal is focused.\n *\n * @listens keydown\n */\n\n\n _proto.handleKeyDown = function handleKeyDown(event) {\n // exit early if it isn't a tab key\n if (event.which !== 9) {\n return;\n }\n\n var focusableEls = this.focusableEls_();\n var activeEl = this.el_.querySelector(':focus');\n var focusIndex;\n\n for (var i = 0; i < focusableEls.length; i++) {\n if (activeEl === focusableEls[i]) {\n focusIndex = i;\n break;\n }\n }\n\n if (document.activeElement === this.el_) {\n focusIndex = 0;\n }\n\n if (event.shiftKey && focusIndex === 0) {\n focusableEls[focusableEls.length - 1].focus();\n event.preventDefault();\n } else if (!event.shiftKey && focusIndex === focusableEls.length - 1) {\n focusableEls[0].focus();\n event.preventDefault();\n }\n };\n /**\n * get all focusable elements\n *\n * @private\n */\n\n\n _proto.focusableEls_ = function focusableEls_() {\n var allChildren = this.el_.querySelectorAll('*');\n return Array.prototype.filter.call(allChildren, function (child) {\n return (child instanceof window$1.HTMLAnchorElement || child instanceof window$1.HTMLAreaElement) && child.hasAttribute('href') || (child instanceof window$1.HTMLInputElement || child instanceof window$1.HTMLSelectElement || child instanceof window$1.HTMLTextAreaElement || child instanceof window$1.HTMLButtonElement) && !child.hasAttribute('disabled') || child instanceof window$1.HTMLIFrameElement || child instanceof window$1.HTMLObjectElement || child instanceof window$1.HTMLEmbedElement || child.hasAttribute('tabindex') && child.getAttribute('tabindex') !== -1 || child.hasAttribute('contenteditable');\n });\n };\n\n return ModalDialog;\n}(Component);\n/**\n * Default options for `ModalDialog` default options.\n *\n * @type {Object}\n * @private\n */\n\n\nModalDialog.prototype.options_ = {\n pauseOnOpen: true,\n temporary: true\n};\nComponent.registerComponent('ModalDialog', ModalDialog);\n\n/**\n * Common functionaliy between {@link TextTrackList}, {@link AudioTrackList}, and\n * {@link VideoTrackList}\n *\n * @extends EventTarget\n */\n\nvar TrackList =\n/*#__PURE__*/\nfunction (_EventTarget) {\n _inheritsLoose(TrackList, _EventTarget);\n\n /**\n * Create an instance of this class\n *\n * @param {Track[]} tracks\n * A list of tracks to initialize the list with.\n *\n * @abstract\n */\n function TrackList(tracks) {\n var _this;\n\n if (tracks === void 0) {\n tracks = [];\n }\n\n _this = _EventTarget.call(this) || this;\n _this.tracks_ = [];\n /**\n * @memberof TrackList\n * @member {number} length\n * The current number of `Track`s in the this Trackist.\n * @instance\n */\n\n Object.defineProperty(_assertThisInitialized(_assertThisInitialized(_this)), 'length', {\n get: function get() {\n return this.tracks_.length;\n }\n });\n\n for (var i = 0; i < tracks.length; i++) {\n _this.addTrack(tracks[i]);\n }\n\n return _this;\n }\n /**\n * Add a {@link Track} to the `TrackList`\n *\n * @param {Track} track\n * The audio, video, or text track to add to the list.\n *\n * @fires TrackList#addtrack\n */\n\n\n var _proto = TrackList.prototype;\n\n _proto.addTrack = function addTrack(track) {\n var index = this.tracks_.length;\n\n if (!('' + index in this)) {\n Object.defineProperty(this, index, {\n get: function get() {\n return this.tracks_[index];\n }\n });\n } // Do not add duplicate tracks\n\n\n if (this.tracks_.indexOf(track) === -1) {\n this.tracks_.push(track);\n /**\n * Triggered when a track is added to a track list.\n *\n * @event TrackList#addtrack\n * @type {EventTarget~Event}\n * @property {Track} track\n * A reference to track that was added.\n */\n\n this.trigger({\n track: track,\n type: 'addtrack'\n });\n }\n };\n /**\n * Remove a {@link Track} from the `TrackList`\n *\n * @param {Track} rtrack\n * The audio, video, or text track to remove from the list.\n *\n * @fires TrackList#removetrack\n */\n\n\n _proto.removeTrack = function removeTrack(rtrack) {\n var track;\n\n for (var i = 0, l = this.length; i < l; i++) {\n if (this[i] === rtrack) {\n track = this[i];\n\n if (track.off) {\n track.off();\n }\n\n this.tracks_.splice(i, 1);\n break;\n }\n }\n\n if (!track) {\n return;\n }\n /**\n * Triggered when a track is removed from track list.\n *\n * @event TrackList#removetrack\n * @type {EventTarget~Event}\n * @property {Track} track\n * A reference to track that was removed.\n */\n\n\n this.trigger({\n track: track,\n type: 'removetrack'\n });\n };\n /**\n * Get a Track from the TrackList by a tracks id\n *\n * @param {string} id - the id of the track to get\n * @method getTrackById\n * @return {Track}\n * @private\n */\n\n\n _proto.getTrackById = function getTrackById(id) {\n var result = null;\n\n for (var i = 0, l = this.length; i < l; i++) {\n var track = this[i];\n\n if (track.id === id) {\n result = track;\n break;\n }\n }\n\n return result;\n };\n\n return TrackList;\n}(EventTarget);\n/**\n * Triggered when a different track is selected/enabled.\n *\n * @event TrackList#change\n * @type {EventTarget~Event}\n */\n\n/**\n * Events that can be called with on + eventName. See {@link EventHandler}.\n *\n * @property {Object} TrackList#allowedEvents_\n * @private\n */\n\n\nTrackList.prototype.allowedEvents_ = {\n change: 'change',\n addtrack: 'addtrack',\n removetrack: 'removetrack'\n}; // emulate attribute EventHandler support to allow for feature detection\n\nfor (var event in TrackList.prototype.allowedEvents_) {\n TrackList.prototype['on' + event] = null;\n}\n\n/**\n * Anywhere we call this function we diverge from the spec\n * as we only support one enabled audiotrack at a time\n *\n * @param {AudioTrackList} list\n * list to work on\n *\n * @param {AudioTrack} track\n * The track to skip\n *\n * @private\n */\n\nvar disableOthers = function disableOthers(list, track) {\n for (var i = 0; i < list.length; i++) {\n if (!Object.keys(list[i]).length || track.id === list[i].id) {\n continue;\n } // another audio track is enabled, disable it\n\n\n list[i].enabled = false;\n }\n};\n/**\n * The current list of {@link AudioTrack} for a media file.\n *\n * @see [Spec]{@link https://html.spec.whatwg.org/multipage/embedded-content.html#audiotracklist}\n * @extends TrackList\n */\n\n\nvar AudioTrackList =\n/*#__PURE__*/\nfunction (_TrackList) {\n _inheritsLoose(AudioTrackList, _TrackList);\n\n /**\n * Create an instance of this class.\n *\n * @param {AudioTrack[]} [tracks=[]]\n * A list of `AudioTrack` to instantiate the list with.\n */\n function AudioTrackList(tracks) {\n var _this;\n\n if (tracks === void 0) {\n tracks = [];\n }\n\n // make sure only 1 track is enabled\n // sorted from last index to first index\n for (var i = tracks.length - 1; i >= 0; i--) {\n if (tracks[i].enabled) {\n disableOthers(tracks, tracks[i]);\n break;\n }\n }\n\n _this = _TrackList.call(this, tracks) || this;\n _this.changing_ = false;\n return _this;\n }\n /**\n * Add an {@link AudioTrack} to the `AudioTrackList`.\n *\n * @param {AudioTrack} track\n * The AudioTrack to add to the list\n *\n * @fires TrackList#addtrack\n */\n\n\n var _proto = AudioTrackList.prototype;\n\n _proto.addTrack = function addTrack(track) {\n var _this2 = this;\n\n if (track.enabled) {\n disableOthers(this, track);\n }\n\n _TrackList.prototype.addTrack.call(this, track); // native tracks don't have this\n\n\n if (!track.addEventListener) {\n return;\n }\n /**\n * @listens AudioTrack#enabledchange\n * @fires TrackList#change\n */\n\n\n track.addEventListener('enabledchange', function () {\n // when we are disabling other tracks (since we don't support\n // more than one track at a time) we will set changing_\n // to true so that we don't trigger additional change events\n if (_this2.changing_) {\n return;\n }\n\n _this2.changing_ = true;\n disableOthers(_this2, track);\n _this2.changing_ = false;\n\n _this2.trigger('change');\n });\n };\n\n return AudioTrackList;\n}(TrackList);\n\n/**\n * Un-select all other {@link VideoTrack}s that are selected.\n *\n * @param {VideoTrackList} list\n * list to work on\n *\n * @param {VideoTrack} track\n * The track to skip\n *\n * @private\n */\n\nvar disableOthers$1 = function disableOthers(list, track) {\n for (var i = 0; i < list.length; i++) {\n if (!Object.keys(list[i]).length || track.id === list[i].id) {\n continue;\n } // another video track is enabled, disable it\n\n\n list[i].selected = false;\n }\n};\n/**\n * The current list of {@link VideoTrack} for a video.\n *\n * @see [Spec]{@link https://html.spec.whatwg.org/multipage/embedded-content.html#videotracklist}\n * @extends TrackList\n */\n\n\nvar VideoTrackList =\n/*#__PURE__*/\nfunction (_TrackList) {\n _inheritsLoose(VideoTrackList, _TrackList);\n\n /**\n * Create an instance of this class.\n *\n * @param {VideoTrack[]} [tracks=[]]\n * A list of `VideoTrack` to instantiate the list with.\n */\n function VideoTrackList(tracks) {\n var _this;\n\n if (tracks === void 0) {\n tracks = [];\n }\n\n // make sure only 1 track is enabled\n // sorted from last index to first index\n for (var i = tracks.length - 1; i >= 0; i--) {\n if (tracks[i].selected) {\n disableOthers$1(tracks, tracks[i]);\n break;\n }\n }\n\n _this = _TrackList.call(this, tracks) || this;\n _this.changing_ = false;\n /**\n * @member {number} VideoTrackList#selectedIndex\n * The current index of the selected {@link VideoTrack`}.\n */\n\n Object.defineProperty(_assertThisInitialized(_assertThisInitialized(_this)), 'selectedIndex', {\n get: function get() {\n for (var _i = 0; _i < this.length; _i++) {\n if (this[_i].selected) {\n return _i;\n }\n }\n\n return -1;\n },\n set: function set() {}\n });\n return _this;\n }\n /**\n * Add a {@link VideoTrack} to the `VideoTrackList`.\n *\n * @param {VideoTrack} track\n * The VideoTrack to add to the list\n *\n * @fires TrackList#addtrack\n */\n\n\n var _proto = VideoTrackList.prototype;\n\n _proto.addTrack = function addTrack(track) {\n var _this2 = this;\n\n if (track.selected) {\n disableOthers$1(this, track);\n }\n\n _TrackList.prototype.addTrack.call(this, track); // native tracks don't have this\n\n\n if (!track.addEventListener) {\n return;\n }\n /**\n * @listens VideoTrack#selectedchange\n * @fires TrackList#change\n */\n\n\n track.addEventListener('selectedchange', function () {\n if (_this2.changing_) {\n return;\n }\n\n _this2.changing_ = true;\n disableOthers$1(_this2, track);\n _this2.changing_ = false;\n\n _this2.trigger('change');\n });\n };\n\n return VideoTrackList;\n}(TrackList);\n\n/**\n * The current list of {@link TextTrack} for a media file.\n *\n * @see [Spec]{@link https://html.spec.whatwg.org/multipage/embedded-content.html#texttracklist}\n * @extends TrackList\n */\n\nvar TextTrackList =\n/*#__PURE__*/\nfunction (_TrackList) {\n _inheritsLoose(TextTrackList, _TrackList);\n\n function TextTrackList() {\n return _TrackList.apply(this, arguments) || this;\n }\n\n var _proto = TextTrackList.prototype;\n\n /**\n * Add a {@link TextTrack} to the `TextTrackList`\n *\n * @param {TextTrack} track\n * The text track to add to the list.\n *\n * @fires TrackList#addtrack\n */\n _proto.addTrack = function addTrack(track) {\n _TrackList.prototype.addTrack.call(this, track);\n /**\n * @listens TextTrack#modechange\n * @fires TrackList#change\n */\n\n\n track.addEventListener('modechange', bind(this, function () {\n this.queueTrigger('change');\n }));\n var nonLanguageTextTrackKind = ['metadata', 'chapters'];\n\n if (nonLanguageTextTrackKind.indexOf(track.kind) === -1) {\n track.addEventListener('modechange', bind(this, function () {\n this.trigger('selectedlanguagechange');\n }));\n }\n };\n\n return TextTrackList;\n}(TrackList);\n\n/**\n * @file html-track-element-list.js\n */\n\n/**\n * The current list of {@link HtmlTrackElement}s.\n */\nvar HtmlTrackElementList =\n/*#__PURE__*/\nfunction () {\n /**\n * Create an instance of this class.\n *\n * @param {HtmlTrackElement[]} [tracks=[]]\n * A list of `HtmlTrackElement` to instantiate the list with.\n */\n function HtmlTrackElementList(trackElements) {\n if (trackElements === void 0) {\n trackElements = [];\n }\n\n this.trackElements_ = [];\n /**\n * @memberof HtmlTrackElementList\n * @member {number} length\n * The current number of `Track`s in the this Trackist.\n * @instance\n */\n\n Object.defineProperty(this, 'length', {\n get: function get() {\n return this.trackElements_.length;\n }\n });\n\n for (var i = 0, length = trackElements.length; i < length; i++) {\n this.addTrackElement_(trackElements[i]);\n }\n }\n /**\n * Add an {@link HtmlTrackElement} to the `HtmlTrackElementList`\n *\n * @param {HtmlTrackElement} trackElement\n * The track element to add to the list.\n *\n * @private\n */\n\n\n var _proto = HtmlTrackElementList.prototype;\n\n _proto.addTrackElement_ = function addTrackElement_(trackElement) {\n var index = this.trackElements_.length;\n\n if (!('' + index in this)) {\n Object.defineProperty(this, index, {\n get: function get() {\n return this.trackElements_[index];\n }\n });\n } // Do not add duplicate elements\n\n\n if (this.trackElements_.indexOf(trackElement) === -1) {\n this.trackElements_.push(trackElement);\n }\n };\n /**\n * Get an {@link HtmlTrackElement} from the `HtmlTrackElementList` given an\n * {@link TextTrack}.\n *\n * @param {TextTrack} track\n * The track associated with a track element.\n *\n * @return {HtmlTrackElement|undefined}\n * The track element that was found or undefined.\n *\n * @private\n */\n\n\n _proto.getTrackElementByTrack_ = function getTrackElementByTrack_(track) {\n var trackElement_;\n\n for (var i = 0, length = this.trackElements_.length; i < length; i++) {\n if (track === this.trackElements_[i].track) {\n trackElement_ = this.trackElements_[i];\n break;\n }\n }\n\n return trackElement_;\n };\n /**\n * Remove a {@link HtmlTrackElement} from the `HtmlTrackElementList`\n *\n * @param {HtmlTrackElement} trackElement\n * The track element to remove from the list.\n *\n * @private\n */\n\n\n _proto.removeTrackElement_ = function removeTrackElement_(trackElement) {\n for (var i = 0, length = this.trackElements_.length; i < length; i++) {\n if (trackElement === this.trackElements_[i]) {\n this.trackElements_.splice(i, 1);\n break;\n }\n }\n };\n\n return HtmlTrackElementList;\n}();\n\n/**\n * @file text-track-cue-list.js\n */\n\n/**\n * @typedef {Object} TextTrackCueList~TextTrackCue\n *\n * @property {string} id\n * The unique id for this text track cue\n *\n * @property {number} startTime\n * The start time for this text track cue\n *\n * @property {number} endTime\n * The end time for this text track cue\n *\n * @property {boolean} pauseOnExit\n * Pause when the end time is reached if true.\n *\n * @see [Spec]{@link https://html.spec.whatwg.org/multipage/embedded-content.html#texttrackcue}\n */\n\n/**\n * A List of TextTrackCues.\n *\n * @see [Spec]{@link https://html.spec.whatwg.org/multipage/embedded-content.html#texttrackcuelist}\n */\nvar TextTrackCueList =\n/*#__PURE__*/\nfunction () {\n /**\n * Create an instance of this class..\n *\n * @param {Array} cues\n * A list of cues to be initialized with\n */\n function TextTrackCueList(cues) {\n TextTrackCueList.prototype.setCues_.call(this, cues);\n /**\n * @memberof TextTrackCueList\n * @member {number} length\n * The current number of `TextTrackCue`s in the TextTrackCueList.\n * @instance\n */\n\n Object.defineProperty(this, 'length', {\n get: function get() {\n return this.length_;\n }\n });\n }\n /**\n * A setter for cues in this list. Creates getters\n * an an index for the cues.\n *\n * @param {Array} cues\n * An array of cues to set\n *\n * @private\n */\n\n\n var _proto = TextTrackCueList.prototype;\n\n _proto.setCues_ = function setCues_(cues) {\n var oldLength = this.length || 0;\n var i = 0;\n var l = cues.length;\n this.cues_ = cues;\n this.length_ = cues.length;\n\n var defineProp = function defineProp(index) {\n if (!('' + index in this)) {\n Object.defineProperty(this, '' + index, {\n get: function get() {\n return this.cues_[index];\n }\n });\n }\n };\n\n if (oldLength < l) {\n i = oldLength;\n\n for (; i < l; i++) {\n defineProp.call(this, i);\n }\n }\n };\n /**\n * Get a `TextTrackCue` that is currently in the `TextTrackCueList` by id.\n *\n * @param {string} id\n * The id of the cue that should be searched for.\n *\n * @return {TextTrackCueList~TextTrackCue|null}\n * A single cue or null if none was found.\n */\n\n\n _proto.getCueById = function getCueById(id) {\n var result = null;\n\n for (var i = 0, l = this.length; i < l; i++) {\n var cue = this[i];\n\n if (cue.id === id) {\n result = cue;\n break;\n }\n }\n\n return result;\n };\n\n return TextTrackCueList;\n}();\n\n/**\n * @file track-kinds.js\n */\n\n/**\n * All possible `VideoTrackKind`s\n *\n * @see https://html.spec.whatwg.org/multipage/embedded-content.html#dom-videotrack-kind\n * @typedef VideoTrack~Kind\n * @enum\n */\nvar VideoTrackKind = {\n alternative: 'alternative',\n captions: 'captions',\n main: 'main',\n sign: 'sign',\n subtitles: 'subtitles',\n commentary: 'commentary'\n};\n/**\n * All possible `AudioTrackKind`s\n *\n * @see https://html.spec.whatwg.org/multipage/embedded-content.html#dom-audiotrack-kind\n * @typedef AudioTrack~Kind\n * @enum\n */\n\nvar AudioTrackKind = {\n 'alternative': 'alternative',\n 'descriptions': 'descriptions',\n 'main': 'main',\n 'main-desc': 'main-desc',\n 'translation': 'translation',\n 'commentary': 'commentary'\n};\n/**\n * All possible `TextTrackKind`s\n *\n * @see https://html.spec.whatwg.org/multipage/embedded-content.html#dom-texttrack-kind\n * @typedef TextTrack~Kind\n * @enum\n */\n\nvar TextTrackKind = {\n subtitles: 'subtitles',\n captions: 'captions',\n descriptions: 'descriptions',\n chapters: 'chapters',\n metadata: 'metadata'\n};\n/**\n * All possible `TextTrackMode`s\n *\n * @see https://html.spec.whatwg.org/multipage/embedded-content.html#texttrackmode\n * @typedef TextTrack~Mode\n * @enum\n */\n\nvar TextTrackMode = {\n disabled: 'disabled',\n hidden: 'hidden',\n showing: 'showing'\n};\n\n/**\n * A Track class that contains all of the common functionality for {@link AudioTrack},\n * {@link VideoTrack}, and {@link TextTrack}.\n *\n * > Note: This class should not be used directly\n *\n * @see {@link https://html.spec.whatwg.org/multipage/embedded-content.html}\n * @extends EventTarget\n * @abstract\n */\n\nvar Track =\n/*#__PURE__*/\nfunction (_EventTarget) {\n _inheritsLoose(Track, _EventTarget);\n\n /**\n * Create an instance of this class.\n *\n * @param {Object} [options={}]\n * Object of option names and values\n *\n * @param {string} [options.kind='']\n * A valid kind for the track type you are creating.\n *\n * @param {string} [options.id='vjs_track_' + Guid.newGUID()]\n * A unique id for this AudioTrack.\n *\n * @param {string} [options.label='']\n * The menu label for this track.\n *\n * @param {string} [options.language='']\n * A valid two character language code.\n *\n * @abstract\n */\n function Track(options) {\n var _this;\n\n if (options === void 0) {\n options = {};\n }\n\n _this = _EventTarget.call(this) || this;\n var trackProps = {\n id: options.id || 'vjs_track_' + newGUID(),\n kind: options.kind || '',\n label: options.label || '',\n language: options.language || ''\n };\n /**\n * @memberof Track\n * @member {string} id\n * The id of this track. Cannot be changed after creation.\n * @instance\n *\n * @readonly\n */\n\n /**\n * @memberof Track\n * @member {string} kind\n * The kind of track that this is. Cannot be changed after creation.\n * @instance\n *\n * @readonly\n */\n\n /**\n * @memberof Track\n * @member {string} label\n * The label of this track. Cannot be changed after creation.\n * @instance\n *\n * @readonly\n */\n\n /**\n * @memberof Track\n * @member {string} language\n * The two letter language code for this track. Cannot be changed after\n * creation.\n * @instance\n *\n * @readonly\n */\n\n var _loop = function _loop(key) {\n Object.defineProperty(_assertThisInitialized(_assertThisInitialized(_this)), key, {\n get: function get() {\n return trackProps[key];\n },\n set: function set() {}\n });\n };\n\n for (var key in trackProps) {\n _loop(key);\n }\n\n return _this;\n }\n\n return Track;\n}(EventTarget);\n\n/**\n * @file url.js\n * @module url\n */\n/**\n * @typedef {Object} url:URLObject\n *\n * @property {string} protocol\n * The protocol of the url that was parsed.\n *\n * @property {string} hostname\n * The hostname of the url that was parsed.\n *\n * @property {string} port\n * The port of the url that was parsed.\n *\n * @property {string} pathname\n * The pathname of the url that was parsed.\n *\n * @property {string} search\n * The search query of the url that was parsed.\n *\n * @property {string} hash\n * The hash of the url that was parsed.\n *\n * @property {string} host\n * The host of the url that was parsed.\n */\n\n/**\n * Resolve and parse the elements of a URL.\n *\n * @function\n * @param {String} url\n * The url to parse\n *\n * @return {url:URLObject}\n * An object of url details\n */\n\nvar parseUrl = function parseUrl(url) {\n var props = ['protocol', 'hostname', 'port', 'pathname', 'search', 'hash', 'host']; // add the url to an anchor and let the browser parse the URL\n\n var a = document.createElement('a');\n a.href = url; // IE8 (and 9?) Fix\n // ie8 doesn't parse the URL correctly until the anchor is actually\n // added to the body, and an innerHTML is needed to trigger the parsing\n\n var addToBody = a.host === '' && a.protocol !== 'file:';\n var div;\n\n if (addToBody) {\n div = document.createElement('div');\n div.innerHTML = \"<a href=\\\"\" + url + \"\\\"></a>\";\n a = div.firstChild; // prevent the div from affecting layout\n\n div.setAttribute('style', 'display:none; position:absolute;');\n document.body.appendChild(div);\n } // Copy the specific URL properties to a new object\n // This is also needed for IE8 because the anchor loses its\n // properties when it's removed from the dom\n\n\n var details = {};\n\n for (var i = 0; i < props.length; i++) {\n details[props[i]] = a[props[i]];\n } // IE9 adds the port to the host property unlike everyone else. If\n // a port identifier is added for standard ports, strip it.\n\n\n if (details.protocol === 'http:') {\n details.host = details.host.replace(/:80$/, '');\n }\n\n if (details.protocol === 'https:') {\n details.host = details.host.replace(/:443$/, '');\n }\n\n if (!details.protocol) {\n details.protocol = window$1.location.protocol;\n }\n\n if (addToBody) {\n document.body.removeChild(div);\n }\n\n return details;\n};\n/**\n * Get absolute version of relative URL. Used to tell Flash the correct URL.\n *\n * @function\n * @param {string} url\n * URL to make absolute\n *\n * @return {string}\n * Absolute URL\n *\n * @see http://stackoverflow.com/questions/470832/getting-an-absolute-url-from-a-relative-one-ie6-issue\n */\n\nvar getAbsoluteURL = function getAbsoluteURL(url) {\n // Check if absolute URL\n if (!url.match(/^https?:\\/\\//)) {\n // Convert to absolute URL. Flash hosted off-site needs an absolute URL.\n var div = document.createElement('div');\n div.innerHTML = \"<a href=\\\"\" + url + \"\\\">x</a>\";\n url = div.firstChild.href;\n }\n\n return url;\n};\n/**\n * Returns the extension of the passed file name. It will return an empty string\n * if passed an invalid path.\n *\n * @function\n * @param {string} path\n * The fileName path like '/path/to/file.mp4'\n *\n * @returns {string}\n * The extension in lower case or an empty string if no\n * extension could be found.\n */\n\nvar getFileExtension = function getFileExtension(path) {\n if (typeof path === 'string') {\n var splitPathRe = /^(\\/?)([\\s\\S]*?)((?:\\.{1,2}|[^\\/]+?)(\\.([^\\.\\/\\?]+)))(?:[\\/]*|[\\?].*)$/i;\n var pathParts = splitPathRe.exec(path);\n\n if (pathParts) {\n return pathParts.pop().toLowerCase();\n }\n }\n\n return '';\n};\n/**\n * Returns whether the url passed is a cross domain request or not.\n *\n * @function\n * @param {string} url\n * The url to check.\n *\n * @return {boolean}\n * Whether it is a cross domain request or not.\n */\n\nvar isCrossOrigin = function isCrossOrigin(url) {\n var winLoc = window$1.location;\n var urlInfo = parseUrl(url); // IE8 protocol relative urls will return ':' for protocol\n\n var srcProtocol = urlInfo.protocol === ':' ? winLoc.protocol : urlInfo.protocol; // Check if url is for another domain/origin\n // IE8 doesn't know location.origin, so we won't rely on it here\n\n var crossOrigin = srcProtocol + urlInfo.host !== winLoc.protocol + winLoc.host;\n return crossOrigin;\n};\n\nvar Url = /*#__PURE__*/Object.freeze({\n parseUrl: parseUrl,\n getAbsoluteURL: getAbsoluteURL,\n getFileExtension: getFileExtension,\n isCrossOrigin: isCrossOrigin\n});\n\n/**\n * Takes a webvtt file contents and parses it into cues\n *\n * @param {string} srcContent\n * webVTT file contents\n *\n * @param {TextTrack} track\n * TextTrack to add cues to. Cues come from the srcContent.\n *\n * @private\n */\n\nvar parseCues = function parseCues(srcContent, track) {\n var parser = new window$1.WebVTT.Parser(window$1, window$1.vttjs, window$1.WebVTT.StringDecoder());\n var errors = [];\n\n parser.oncue = function (cue) {\n track.addCue(cue);\n };\n\n parser.onparsingerror = function (error) {\n errors.push(error);\n };\n\n parser.onflush = function () {\n track.trigger({\n type: 'loadeddata',\n target: track\n });\n };\n\n parser.parse(srcContent);\n\n if (errors.length > 0) {\n if (window$1.console && window$1.console.groupCollapsed) {\n window$1.console.groupCollapsed(\"Text Track parsing errors for \" + track.src);\n }\n\n errors.forEach(function (error) {\n return log.error(error);\n });\n\n if (window$1.console && window$1.console.groupEnd) {\n window$1.console.groupEnd();\n }\n }\n\n parser.flush();\n};\n/**\n * Load a `TextTrack` from a specified url.\n *\n * @param {string} src\n * Url to load track from.\n *\n * @param {TextTrack} track\n * Track to add cues to. Comes from the content at the end of `url`.\n *\n * @private\n */\n\n\nvar loadTrack = function loadTrack(src, track) {\n var opts = {\n uri: src\n };\n var crossOrigin = isCrossOrigin(src);\n\n if (crossOrigin) {\n opts.cors = crossOrigin;\n }\n\n xhr(opts, bind(this, function (err, response, responseBody) {\n if (err) {\n return log.error(err, response);\n }\n\n track.loaded_ = true; // Make sure that vttjs has loaded, otherwise, wait till it finished loading\n // NOTE: this is only used for the alt/video.novtt.js build\n\n if (typeof window$1.WebVTT !== 'function') {\n if (track.tech_) {\n var loadHandler = function loadHandler() {\n return parseCues(responseBody, track);\n };\n\n track.tech_.on('vttjsloaded', loadHandler);\n track.tech_.on('vttjserror', function () {\n log.error(\"vttjs failed to load, stopping trying to process \" + track.src);\n track.tech_.off('vttjsloaded', loadHandler);\n });\n }\n } else {\n parseCues(responseBody, track);\n }\n }));\n};\n/**\n * A representation of a single `TextTrack`.\n *\n * @see [Spec]{@link https://html.spec.whatwg.org/multipage/embedded-content.html#texttrack}\n * @extends Track\n */\n\n\nvar TextTrack =\n/*#__PURE__*/\nfunction (_Track) {\n _inheritsLoose(TextTrack, _Track);\n\n /**\n * Create an instance of this class.\n *\n * @param {Object} options={}\n * Object of option names and values\n *\n * @param {Tech} options.tech\n * A reference to the tech that owns this TextTrack.\n *\n * @param {TextTrack~Kind} [options.kind='subtitles']\n * A valid text track kind.\n *\n * @param {TextTrack~Mode} [options.mode='disabled']\n * A valid text track mode.\n *\n * @param {string} [options.id='vjs_track_' + Guid.newGUID()]\n * A unique id for this TextTrack.\n *\n * @param {string} [options.label='']\n * The menu label for this track.\n *\n * @param {string} [options.language='']\n * A valid two character language code.\n *\n * @param {string} [options.srclang='']\n * A valid two character language code. An alternative, but deprioritized\n * version of `options.language`\n *\n * @param {string} [options.src]\n * A url to TextTrack cues.\n *\n * @param {boolean} [options.default]\n * If this track should default to on or off.\n */\n function TextTrack(options) {\n var _this;\n\n if (options === void 0) {\n options = {};\n }\n\n if (!options.tech) {\n throw new Error('A tech was not provided.');\n }\n\n var settings = mergeOptions(options, {\n kind: TextTrackKind[options.kind] || 'subtitles',\n language: options.language || options.srclang || ''\n });\n var mode = TextTrackMode[settings.mode] || 'disabled';\n var default_ = settings.default;\n\n if (settings.kind === 'metadata' || settings.kind === 'chapters') {\n mode = 'hidden';\n }\n\n _this = _Track.call(this, settings) || this;\n _this.tech_ = settings.tech;\n _this.cues_ = [];\n _this.activeCues_ = [];\n var cues = new TextTrackCueList(_this.cues_);\n var activeCues = new TextTrackCueList(_this.activeCues_);\n var changed = false;\n var timeupdateHandler = bind(_assertThisInitialized(_assertThisInitialized(_this)), function () {\n // Accessing this.activeCues for the side-effects of updating itself\n // due to it's nature as a getter function. Do not remove or cues will\n // stop updating!\n // Use the setter to prevent deletion from uglify (pure_getters rule)\n this.activeCues = this.activeCues;\n\n if (changed) {\n this.trigger('cuechange');\n changed = false;\n }\n });\n\n if (mode !== 'disabled') {\n _this.tech_.ready(function () {\n _this.tech_.on('timeupdate', timeupdateHandler);\n }, true);\n }\n\n Object.defineProperties(_assertThisInitialized(_assertThisInitialized(_this)), {\n /**\n * @memberof TextTrack\n * @member {boolean} default\n * If this track was set to be on or off by default. Cannot be changed after\n * creation.\n * @instance\n *\n * @readonly\n */\n default: {\n get: function get() {\n return default_;\n },\n set: function set() {}\n },\n\n /**\n * @memberof TextTrack\n * @member {string} mode\n * Set the mode of this TextTrack to a valid {@link TextTrack~Mode}. Will\n * not be set if setting to an invalid mode.\n * @instance\n *\n * @fires TextTrack#modechange\n */\n mode: {\n get: function get() {\n return mode;\n },\n set: function set(newMode) {\n var _this2 = this;\n\n if (!TextTrackMode[newMode]) {\n return;\n }\n\n mode = newMode;\n\n if (mode !== 'disabled') {\n this.tech_.ready(function () {\n _this2.tech_.on('timeupdate', timeupdateHandler);\n }, true);\n } else {\n this.tech_.off('timeupdate', timeupdateHandler);\n }\n /**\n * An event that fires when mode changes on this track. This allows\n * the TextTrackList that holds this track to act accordingly.\n *\n * > Note: This is not part of the spec!\n *\n * @event TextTrack#modechange\n * @type {EventTarget~Event}\n */\n\n\n this.trigger('modechange');\n }\n },\n\n /**\n * @memberof TextTrack\n * @member {TextTrackCueList} cues\n * The text track cue list for this TextTrack.\n * @instance\n */\n cues: {\n get: function get() {\n if (!this.loaded_) {\n return null;\n }\n\n return cues;\n },\n set: function set() {}\n },\n\n /**\n * @memberof TextTrack\n * @member {TextTrackCueList} activeCues\n * The list text track cues that are currently active for this TextTrack.\n * @instance\n */\n activeCues: {\n get: function get() {\n if (!this.loaded_) {\n return null;\n } // nothing to do\n\n\n if (this.cues.length === 0) {\n return activeCues;\n }\n\n var ct = this.tech_.currentTime();\n var active = [];\n\n for (var i = 0, l = this.cues.length; i < l; i++) {\n var cue = this.cues[i];\n\n if (cue.startTime <= ct && cue.endTime >= ct) {\n active.push(cue);\n } else if (cue.startTime === cue.endTime && cue.startTime <= ct && cue.startTime + 0.5 >= ct) {\n active.push(cue);\n }\n }\n\n changed = false;\n\n if (active.length !== this.activeCues_.length) {\n changed = true;\n } else {\n for (var _i = 0; _i < active.length; _i++) {\n if (this.activeCues_.indexOf(active[_i]) === -1) {\n changed = true;\n }\n }\n }\n\n this.activeCues_ = active;\n activeCues.setCues_(this.activeCues_);\n return activeCues;\n },\n // /!\\ Keep this setter empty (see the timeupdate handler above)\n set: function set() {}\n }\n });\n\n if (settings.src) {\n _this.src = settings.src;\n loadTrack(settings.src, _assertThisInitialized(_assertThisInitialized(_this)));\n } else {\n _this.loaded_ = true;\n }\n\n return _this;\n }\n /**\n * Add a cue to the internal list of cues.\n *\n * @param {TextTrack~Cue} cue\n * The cue to add to our internal list\n */\n\n\n var _proto = TextTrack.prototype;\n\n _proto.addCue = function addCue(originalCue) {\n var cue = originalCue;\n\n if (window$1.vttjs && !(originalCue instanceof window$1.vttjs.VTTCue)) {\n cue = new window$1.vttjs.VTTCue(originalCue.startTime, originalCue.endTime, originalCue.text);\n\n for (var prop in originalCue) {\n if (!(prop in cue)) {\n cue[prop] = originalCue[prop];\n }\n } // make sure that `id` is copied over\n\n\n cue.id = originalCue.id;\n cue.originalCue_ = originalCue;\n }\n\n var tracks = this.tech_.textTracks();\n\n for (var i = 0; i < tracks.length; i++) {\n if (tracks[i] !== this) {\n tracks[i].removeCue(cue);\n }\n }\n\n this.cues_.push(cue);\n this.cues.setCues_(this.cues_);\n };\n /**\n * Remove a cue from our internal list\n *\n * @param {TextTrack~Cue} removeCue\n * The cue to remove from our internal list\n */\n\n\n _proto.removeCue = function removeCue(_removeCue) {\n var i = this.cues_.length;\n\n while (i--) {\n var cue = this.cues_[i];\n\n if (cue === _removeCue || cue.originalCue_ && cue.originalCue_ === _removeCue) {\n this.cues_.splice(i, 1);\n this.cues.setCues_(this.cues_);\n break;\n }\n }\n };\n\n return TextTrack;\n}(Track);\n/**\n * cuechange - One or more cues in the track have become active or stopped being active.\n */\n\n\nTextTrack.prototype.allowedEvents_ = {\n cuechange: 'cuechange'\n};\n\n/**\n * A representation of a single `AudioTrack`. If it is part of an {@link AudioTrackList}\n * only one `AudioTrack` in the list will be enabled at a time.\n *\n * @see [Spec]{@link https://html.spec.whatwg.org/multipage/embedded-content.html#audiotrack}\n * @extends Track\n */\n\nvar AudioTrack =\n/*#__PURE__*/\nfunction (_Track) {\n _inheritsLoose(AudioTrack, _Track);\n\n /**\n * Create an instance of this class.\n *\n * @param {Object} [options={}]\n * Object of option names and values\n *\n * @param {AudioTrack~Kind} [options.kind='']\n * A valid audio track kind\n *\n * @param {string} [options.id='vjs_track_' + Guid.newGUID()]\n * A unique id for this AudioTrack.\n *\n * @param {string} [options.label='']\n * The menu label for this track.\n *\n * @param {string} [options.language='']\n * A valid two character language code.\n *\n * @param {boolean} [options.enabled]\n * If this track is the one that is currently playing. If this track is part of\n * an {@link AudioTrackList}, only one {@link AudioTrack} will be enabled.\n */\n function AudioTrack(options) {\n var _this;\n\n if (options === void 0) {\n options = {};\n }\n\n var settings = mergeOptions(options, {\n kind: AudioTrackKind[options.kind] || ''\n });\n _this = _Track.call(this, settings) || this;\n var enabled = false;\n /**\n * @memberof AudioTrack\n * @member {boolean} enabled\n * If this `AudioTrack` is enabled or not. When setting this will\n * fire {@link AudioTrack#enabledchange} if the state of enabled is changed.\n * @instance\n *\n * @fires VideoTrack#selectedchange\n */\n\n Object.defineProperty(_assertThisInitialized(_assertThisInitialized(_this)), 'enabled', {\n get: function get() {\n return enabled;\n },\n set: function set(newEnabled) {\n // an invalid or unchanged value\n if (typeof newEnabled !== 'boolean' || newEnabled === enabled) {\n return;\n }\n\n enabled = newEnabled;\n /**\n * An event that fires when enabled changes on this track. This allows\n * the AudioTrackList that holds this track to act accordingly.\n *\n * > Note: This is not part of the spec! Native tracks will do\n * this internally without an event.\n *\n * @event AudioTrack#enabledchange\n * @type {EventTarget~Event}\n */\n\n this.trigger('enabledchange');\n }\n }); // if the user sets this track to selected then\n // set selected to that true value otherwise\n // we keep it false\n\n if (settings.enabled) {\n _this.enabled = settings.enabled;\n }\n\n _this.loaded_ = true;\n return _this;\n }\n\n return AudioTrack;\n}(Track);\n\n/**\n * A representation of a single `VideoTrack`.\n *\n * @see [Spec]{@link https://html.spec.whatwg.org/multipage/embedded-content.html#videotrack}\n * @extends Track\n */\n\nvar VideoTrack =\n/*#__PURE__*/\nfunction (_Track) {\n _inheritsLoose(VideoTrack, _Track);\n\n /**\n * Create an instance of this class.\n *\n * @param {Object} [options={}]\n * Object of option names and values\n *\n * @param {string} [options.kind='']\n * A valid {@link VideoTrack~Kind}\n *\n * @param {string} [options.id='vjs_track_' + Guid.newGUID()]\n * A unique id for this AudioTrack.\n *\n * @param {string} [options.label='']\n * The menu label for this track.\n *\n * @param {string} [options.language='']\n * A valid two character language code.\n *\n * @param {boolean} [options.selected]\n * If this track is the one that is currently playing.\n */\n function VideoTrack(options) {\n var _this;\n\n if (options === void 0) {\n options = {};\n }\n\n var settings = mergeOptions(options, {\n kind: VideoTrackKind[options.kind] || ''\n });\n _this = _Track.call(this, settings) || this;\n var selected = false;\n /**\n * @memberof VideoTrack\n * @member {boolean} selected\n * If this `VideoTrack` is selected or not. When setting this will\n * fire {@link VideoTrack#selectedchange} if the state of selected changed.\n * @instance\n *\n * @fires VideoTrack#selectedchange\n */\n\n Object.defineProperty(_assertThisInitialized(_assertThisInitialized(_this)), 'selected', {\n get: function get() {\n return selected;\n },\n set: function set(newSelected) {\n // an invalid or unchanged value\n if (typeof newSelected !== 'boolean' || newSelected === selected) {\n return;\n }\n\n selected = newSelected;\n /**\n * An event that fires when selected changes on this track. This allows\n * the VideoTrackList that holds this track to act accordingly.\n *\n * > Note: This is not part of the spec! Native tracks will do\n * this internally without an event.\n *\n * @event VideoTrack#selectedchange\n * @type {EventTarget~Event}\n */\n\n this.trigger('selectedchange');\n }\n }); // if the user sets this track to selected then\n // set selected to that true value otherwise\n // we keep it false\n\n if (settings.selected) {\n _this.selected = settings.selected;\n }\n\n return _this;\n }\n\n return VideoTrack;\n}(Track);\n\n/**\n * @memberof HTMLTrackElement\n * @typedef {HTMLTrackElement~ReadyState}\n * @enum {number}\n */\n\nvar NONE = 0;\nvar LOADING = 1;\nvar LOADED = 2;\nvar ERROR = 3;\n/**\n * A single track represented in the DOM.\n *\n * @see [Spec]{@link https://html.spec.whatwg.org/multipage/embedded-content.html#htmltrackelement}\n * @extends EventTarget\n */\n\nvar HTMLTrackElement =\n/*#__PURE__*/\nfunction (_EventTarget) {\n _inheritsLoose(HTMLTrackElement, _EventTarget);\n\n /**\n * Create an instance of this class.\n *\n * @param {Object} options={}\n * Object of option names and values\n *\n * @param {Tech} options.tech\n * A reference to the tech that owns this HTMLTrackElement.\n *\n * @param {TextTrack~Kind} [options.kind='subtitles']\n * A valid text track kind.\n *\n * @param {TextTrack~Mode} [options.mode='disabled']\n * A valid text track mode.\n *\n * @param {string} [options.id='vjs_track_' + Guid.newGUID()]\n * A unique id for this TextTrack.\n *\n * @param {string} [options.label='']\n * The menu label for this track.\n *\n * @param {string} [options.language='']\n * A valid two character language code.\n *\n * @param {string} [options.srclang='']\n * A valid two character language code. An alternative, but deprioritized\n * vesion of `options.language`\n *\n * @param {string} [options.src]\n * A url to TextTrack cues.\n *\n * @param {boolean} [options.default]\n * If this track should default to on or off.\n */\n function HTMLTrackElement(options) {\n var _this;\n\n if (options === void 0) {\n options = {};\n }\n\n _this = _EventTarget.call(this) || this;\n var readyState;\n var track = new TextTrack(options);\n _this.kind = track.kind;\n _this.src = track.src;\n _this.srclang = track.language;\n _this.label = track.label;\n _this.default = track.default;\n Object.defineProperties(_assertThisInitialized(_assertThisInitialized(_this)), {\n /**\n * @memberof HTMLTrackElement\n * @member {HTMLTrackElement~ReadyState} readyState\n * The current ready state of the track element.\n * @instance\n */\n readyState: {\n get: function get() {\n return readyState;\n }\n },\n\n /**\n * @memberof HTMLTrackElement\n * @member {TextTrack} track\n * The underlying TextTrack object.\n * @instance\n *\n */\n track: {\n get: function get() {\n return track;\n }\n }\n });\n readyState = NONE;\n /**\n * @listens TextTrack#loadeddata\n * @fires HTMLTrackElement#load\n */\n\n track.addEventListener('loadeddata', function () {\n readyState = LOADED;\n\n _this.trigger({\n type: 'load',\n target: _assertThisInitialized(_assertThisInitialized(_this))\n });\n });\n return _this;\n }\n\n return HTMLTrackElement;\n}(EventTarget);\n\nHTMLTrackElement.prototype.allowedEvents_ = {\n load: 'load'\n};\nHTMLTrackElement.NONE = NONE;\nHTMLTrackElement.LOADING = LOADING;\nHTMLTrackElement.LOADED = LOADED;\nHTMLTrackElement.ERROR = ERROR;\n\n/*\n * This file contains all track properties that are used in\n * player.js, tech.js, html5.js and possibly other techs in the future.\n */\n\nvar NORMAL = {\n audio: {\n ListClass: AudioTrackList,\n TrackClass: AudioTrack,\n capitalName: 'Audio'\n },\n video: {\n ListClass: VideoTrackList,\n TrackClass: VideoTrack,\n capitalName: 'Video'\n },\n text: {\n ListClass: TextTrackList,\n TrackClass: TextTrack,\n capitalName: 'Text'\n }\n};\nObject.keys(NORMAL).forEach(function (type) {\n NORMAL[type].getterName = type + \"Tracks\";\n NORMAL[type].privateName = type + \"Tracks_\";\n});\nvar REMOTE = {\n remoteText: {\n ListClass: TextTrackList,\n TrackClass: TextTrack,\n capitalName: 'RemoteText',\n getterName: 'remoteTextTracks',\n privateName: 'remoteTextTracks_'\n },\n remoteTextEl: {\n ListClass: HtmlTrackElementList,\n TrackClass: HTMLTrackElement,\n capitalName: 'RemoteTextTrackEls',\n getterName: 'remoteTextTrackEls',\n privateName: 'remoteTextTrackEls_'\n }\n};\nvar ALL = mergeOptions(NORMAL, REMOTE);\nREMOTE.names = Object.keys(REMOTE);\nNORMAL.names = Object.keys(NORMAL);\nALL.names = [].concat(REMOTE.names).concat(NORMAL.names);\n\n/**\n * An Object containing a structure like: `{src: 'url', type: 'mimetype'}` or string\n * that just contains the src url alone.\n * * `var SourceObject = {src: 'http://ex.com/video.mp4', type: 'video/mp4'};`\n * `var SourceString = 'http://example.com/some-video.mp4';`\n *\n * @typedef {Object|string} Tech~SourceObject\n *\n * @property {string} src\n * The url to the source\n *\n * @property {string} type\n * The mime type of the source\n */\n\n/**\n * A function used by {@link Tech} to create a new {@link TextTrack}.\n *\n * @private\n *\n * @param {Tech} self\n * An instance of the Tech class.\n *\n * @param {string} kind\n * `TextTrack` kind (subtitles, captions, descriptions, chapters, or metadata)\n *\n * @param {string} [label]\n * Label to identify the text track\n *\n * @param {string} [language]\n * Two letter language abbreviation\n *\n * @param {Object} [options={}]\n * An object with additional text track options\n *\n * @return {TextTrack}\n * The text track that was created.\n */\n\nfunction createTrackHelper(self, kind, label, language, options) {\n if (options === void 0) {\n options = {};\n }\n\n var tracks = self.textTracks();\n options.kind = kind;\n\n if (label) {\n options.label = label;\n }\n\n if (language) {\n options.language = language;\n }\n\n options.tech = self;\n var track = new ALL.text.TrackClass(options);\n tracks.addTrack(track);\n return track;\n}\n/**\n * This is the base class for media playback technology controllers, such as\n * {@link Flash} and {@link HTML5}\n *\n * @extends Component\n */\n\n\nvar Tech =\n/*#__PURE__*/\nfunction (_Component) {\n _inheritsLoose(Tech, _Component);\n\n /**\n * Create an instance of this Tech.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n *\n * @param {Component~ReadyCallback} ready\n * Callback function to call when the `HTML5` Tech is ready.\n */\n function Tech(options, ready) {\n var _this;\n\n if (options === void 0) {\n options = {};\n }\n\n if (ready === void 0) {\n ready = function ready() {};\n }\n\n // we don't want the tech to report user activity automatically.\n // This is done manually in addControlsListeners\n options.reportTouchActivity = false;\n _this = _Component.call(this, null, options, ready) || this; // keep track of whether the current source has played at all to\n // implement a very limited played()\n\n _this.hasStarted_ = false;\n\n _this.on('playing', function () {\n this.hasStarted_ = true;\n });\n\n _this.on('loadstart', function () {\n this.hasStarted_ = false;\n });\n\n ALL.names.forEach(function (name) {\n var props = ALL[name];\n\n if (options && options[props.getterName]) {\n _this[props.privateName] = options[props.getterName];\n }\n }); // Manually track progress in cases where the browser/flash player doesn't report it.\n\n if (!_this.featuresProgressEvents) {\n _this.manualProgressOn();\n } // Manually track timeupdates in cases where the browser/flash player doesn't report it.\n\n\n if (!_this.featuresTimeupdateEvents) {\n _this.manualTimeUpdatesOn();\n }\n\n ['Text', 'Audio', 'Video'].forEach(function (track) {\n if (options[\"native\" + track + \"Tracks\"] === false) {\n _this[\"featuresNative\" + track + \"Tracks\"] = false;\n }\n });\n\n if (options.nativeCaptions === false || options.nativeTextTracks === false) {\n _this.featuresNativeTextTracks = false;\n } else if (options.nativeCaptions === true || options.nativeTextTracks === true) {\n _this.featuresNativeTextTracks = true;\n }\n\n if (!_this.featuresNativeTextTracks) {\n _this.emulateTextTracks();\n }\n\n _this.autoRemoteTextTracks_ = new ALL.text.ListClass();\n\n _this.initTrackListeners(); // Turn on component tap events only if not using native controls\n\n\n if (!options.nativeControlsForTouch) {\n _this.emitTapEvents();\n }\n\n if (_this.constructor) {\n _this.name_ = _this.constructor.name || 'Unknown Tech';\n }\n\n return _this;\n }\n /**\n * A special function to trigger source set in a way that will allow player\n * to re-trigger if the player or tech are not ready yet.\n *\n * @fires Tech#sourceset\n * @param {string} src The source string at the time of the source changing.\n */\n\n\n var _proto = Tech.prototype;\n\n _proto.triggerSourceset = function triggerSourceset(src) {\n var _this2 = this;\n\n if (!this.isReady_) {\n // on initial ready we have to trigger source set\n // 1ms after ready so that player can watch for it.\n this.one('ready', function () {\n return _this2.setTimeout(function () {\n return _this2.triggerSourceset(src);\n }, 1);\n });\n }\n /**\n * Fired when the source is set on the tech causing the media element\n * to reload.\n *\n * @see {@link Player#event:sourceset}\n * @event Tech#sourceset\n * @type {EventTarget~Event}\n */\n\n\n this.trigger({\n src: src,\n type: 'sourceset'\n });\n };\n /* Fallbacks for unsupported event types\n ================================================================================ */\n\n /**\n * Polyfill the `progress` event for browsers that don't support it natively.\n *\n * @see {@link Tech#trackProgress}\n */\n\n\n _proto.manualProgressOn = function manualProgressOn() {\n this.on('durationchange', this.onDurationChange);\n this.manualProgress = true; // Trigger progress watching when a source begins loading\n\n this.one('ready', this.trackProgress);\n };\n /**\n * Turn off the polyfill for `progress` events that was created in\n * {@link Tech#manualProgressOn}\n */\n\n\n _proto.manualProgressOff = function manualProgressOff() {\n this.manualProgress = false;\n this.stopTrackingProgress();\n this.off('durationchange', this.onDurationChange);\n };\n /**\n * This is used to trigger a `progress` event when the buffered percent changes. It\n * sets an interval function that will be called every 500 milliseconds to check if the\n * buffer end percent has changed.\n *\n * > This function is called by {@link Tech#manualProgressOn}\n *\n * @param {EventTarget~Event} event\n * The `ready` event that caused this to run.\n *\n * @listens Tech#ready\n * @fires Tech#progress\n */\n\n\n _proto.trackProgress = function trackProgress(event) {\n this.stopTrackingProgress();\n this.progressInterval = this.setInterval(bind(this, function () {\n // Don't trigger unless buffered amount is greater than last time\n var numBufferedPercent = this.bufferedPercent();\n\n if (this.bufferedPercent_ !== numBufferedPercent) {\n /**\n * See {@link Player#progress}\n *\n * @event Tech#progress\n * @type {EventTarget~Event}\n */\n this.trigger('progress');\n }\n\n this.bufferedPercent_ = numBufferedPercent;\n\n if (numBufferedPercent === 1) {\n this.stopTrackingProgress();\n }\n }), 500);\n };\n /**\n * Update our internal duration on a `durationchange` event by calling\n * {@link Tech#duration}.\n *\n * @param {EventTarget~Event} event\n * The `durationchange` event that caused this to run.\n *\n * @listens Tech#durationchange\n */\n\n\n _proto.onDurationChange = function onDurationChange(event) {\n this.duration_ = this.duration();\n };\n /**\n * Get and create a `TimeRange` object for buffering.\n *\n * @return {TimeRange}\n * The time range object that was created.\n */\n\n\n _proto.buffered = function buffered() {\n return createTimeRanges(0, 0);\n };\n /**\n * Get the percentage of the current video that is currently buffered.\n *\n * @return {number}\n * A number from 0 to 1 that represents the decimal percentage of the\n * video that is buffered.\n *\n */\n\n\n _proto.bufferedPercent = function bufferedPercent$$1() {\n return bufferedPercent(this.buffered(), this.duration_);\n };\n /**\n * Turn off the polyfill for `progress` events that was created in\n * {@link Tech#manualProgressOn}\n * Stop manually tracking progress events by clearing the interval that was set in\n * {@link Tech#trackProgress}.\n */\n\n\n _proto.stopTrackingProgress = function stopTrackingProgress() {\n this.clearInterval(this.progressInterval);\n };\n /**\n * Polyfill the `timeupdate` event for browsers that don't support it.\n *\n * @see {@link Tech#trackCurrentTime}\n */\n\n\n _proto.manualTimeUpdatesOn = function manualTimeUpdatesOn() {\n this.manualTimeUpdates = true;\n this.on('play', this.trackCurrentTime);\n this.on('pause', this.stopTrackingCurrentTime);\n };\n /**\n * Turn off the polyfill for `timeupdate` events that was created in\n * {@link Tech#manualTimeUpdatesOn}\n */\n\n\n _proto.manualTimeUpdatesOff = function manualTimeUpdatesOff() {\n this.manualTimeUpdates = false;\n this.stopTrackingCurrentTime();\n this.off('play', this.trackCurrentTime);\n this.off('pause', this.stopTrackingCurrentTime);\n };\n /**\n * Sets up an interval function to track current time and trigger `timeupdate` every\n * 250 milliseconds.\n *\n * @listens Tech#play\n * @triggers Tech#timeupdate\n */\n\n\n _proto.trackCurrentTime = function trackCurrentTime() {\n if (this.currentTimeInterval) {\n this.stopTrackingCurrentTime();\n }\n\n this.currentTimeInterval = this.setInterval(function () {\n /**\n * Triggered at an interval of 250ms to indicated that time is passing in the video.\n *\n * @event Tech#timeupdate\n * @type {EventTarget~Event}\n */\n this.trigger({\n type: 'timeupdate',\n target: this,\n manuallyTriggered: true\n }); // 42 = 24 fps // 250 is what Webkit uses // FF uses 15\n }, 250);\n };\n /**\n * Stop the interval function created in {@link Tech#trackCurrentTime} so that the\n * `timeupdate` event is no longer triggered.\n *\n * @listens {Tech#pause}\n */\n\n\n _proto.stopTrackingCurrentTime = function stopTrackingCurrentTime() {\n this.clearInterval(this.currentTimeInterval); // #1002 - if the video ends right before the next timeupdate would happen,\n // the progress bar won't make it all the way to the end\n\n this.trigger({\n type: 'timeupdate',\n target: this,\n manuallyTriggered: true\n });\n };\n /**\n * Turn off all event polyfills, clear the `Tech`s {@link AudioTrackList},\n * {@link VideoTrackList}, and {@link TextTrackList}, and dispose of this Tech.\n *\n * @fires Component#dispose\n */\n\n\n _proto.dispose = function dispose() {\n // clear out all tracks because we can't reuse them between techs\n this.clearTracks(NORMAL.names); // Turn off any manual progress or timeupdate tracking\n\n if (this.manualProgress) {\n this.manualProgressOff();\n }\n\n if (this.manualTimeUpdates) {\n this.manualTimeUpdatesOff();\n }\n\n _Component.prototype.dispose.call(this);\n };\n /**\n * Clear out a single `TrackList` or an array of `TrackLists` given their names.\n *\n * > Note: Techs without source handlers should call this between sources for `video`\n * & `audio` tracks. You don't want to use them between tracks!\n *\n * @param {string[]|string} types\n * TrackList names to clear, valid names are `video`, `audio`, and\n * `text`.\n */\n\n\n _proto.clearTracks = function clearTracks(types) {\n var _this3 = this;\n\n types = [].concat(types); // clear out all tracks because we can't reuse them between techs\n\n types.forEach(function (type) {\n var list = _this3[type + \"Tracks\"]() || [];\n var i = list.length;\n\n while (i--) {\n var track = list[i];\n\n if (type === 'text') {\n _this3.removeRemoteTextTrack(track);\n }\n\n list.removeTrack(track);\n }\n });\n };\n /**\n * Remove any TextTracks added via addRemoteTextTrack that are\n * flagged for automatic garbage collection\n */\n\n\n _proto.cleanupAutoTextTracks = function cleanupAutoTextTracks() {\n var list = this.autoRemoteTextTracks_ || [];\n var i = list.length;\n\n while (i--) {\n var track = list[i];\n this.removeRemoteTextTrack(track);\n }\n };\n /**\n * Reset the tech, which will removes all sources and reset the internal readyState.\n *\n * @abstract\n */\n\n\n _proto.reset = function reset() {};\n /**\n * Get or set an error on the Tech.\n *\n * @param {MediaError} [err]\n * Error to set on the Tech\n *\n * @return {MediaError|null}\n * The current error object on the tech, or null if there isn't one.\n */\n\n\n _proto.error = function error(err) {\n if (err !== undefined) {\n this.error_ = new MediaError(err);\n this.trigger('error');\n }\n\n return this.error_;\n };\n /**\n * Returns the `TimeRange`s that have been played through for the current source.\n *\n * > NOTE: This implementation is incomplete. It does not track the played `TimeRange`.\n * It only checks whether the source has played at all or not.\n *\n * @return {TimeRange}\n * - A single time range if this video has played\n * - An empty set of ranges if not.\n */\n\n\n _proto.played = function played() {\n if (this.hasStarted_) {\n return createTimeRanges(0, 0);\n }\n\n return createTimeRanges();\n };\n /**\n * Causes a manual time update to occur if {@link Tech#manualTimeUpdatesOn} was\n * previously called.\n *\n * @fires Tech#timeupdate\n */\n\n\n _proto.setCurrentTime = function setCurrentTime() {\n // improve the accuracy of manual timeupdates\n if (this.manualTimeUpdates) {\n /**\n * A manual `timeupdate` event.\n *\n * @event Tech#timeupdate\n * @type {EventTarget~Event}\n */\n this.trigger({\n type: 'timeupdate',\n target: this,\n manuallyTriggered: true\n });\n }\n };\n /**\n * Turn on listeners for {@link VideoTrackList}, {@link {AudioTrackList}, and\n * {@link TextTrackList} events.\n *\n * This adds {@link EventTarget~EventListeners} for `addtrack`, and `removetrack`.\n *\n * @fires Tech#audiotrackchange\n * @fires Tech#videotrackchange\n * @fires Tech#texttrackchange\n */\n\n\n _proto.initTrackListeners = function initTrackListeners() {\n var _this4 = this;\n\n /**\n * Triggered when tracks are added or removed on the Tech {@link AudioTrackList}\n *\n * @event Tech#audiotrackchange\n * @type {EventTarget~Event}\n */\n\n /**\n * Triggered when tracks are added or removed on the Tech {@link VideoTrackList}\n *\n * @event Tech#videotrackchange\n * @type {EventTarget~Event}\n */\n\n /**\n * Triggered when tracks are added or removed on the Tech {@link TextTrackList}\n *\n * @event Tech#texttrackchange\n * @type {EventTarget~Event}\n */\n NORMAL.names.forEach(function (name) {\n var props = NORMAL[name];\n\n var trackListChanges = function trackListChanges() {\n _this4.trigger(name + \"trackchange\");\n };\n\n var tracks = _this4[props.getterName]();\n\n tracks.addEventListener('removetrack', trackListChanges);\n tracks.addEventListener('addtrack', trackListChanges);\n\n _this4.on('dispose', function () {\n tracks.removeEventListener('removetrack', trackListChanges);\n tracks.removeEventListener('addtrack', trackListChanges);\n });\n });\n };\n /**\n * Emulate TextTracks using vtt.js if necessary\n *\n * @fires Tech#vttjsloaded\n * @fires Tech#vttjserror\n */\n\n\n _proto.addWebVttScript_ = function addWebVttScript_() {\n var _this5 = this;\n\n if (window$1.WebVTT) {\n return;\n } // Initially, Tech.el_ is a child of a dummy-div wait until the Component system\n // signals that the Tech is ready at which point Tech.el_ is part of the DOM\n // before inserting the WebVTT script\n\n\n if (document.body.contains(this.el())) {\n // load via require if available and vtt.js script location was not passed in\n // as an option. novtt builds will turn the above require call into an empty object\n // which will cause this if check to always fail.\n if (!this.options_['vtt.js'] && isPlain(vtt) && Object.keys(vtt).length > 0) {\n this.trigger('vttjsloaded');\n return;\n } // load vtt.js via the script location option or the cdn of no location was\n // passed in\n\n\n var script = document.createElement('script');\n script.src = this.options_['vtt.js'] || 'https://vjs.zencdn.net/vttjs/0.14.1/vtt.min.js';\n\n script.onload = function () {\n /**\n * Fired when vtt.js is loaded.\n *\n * @event Tech#vttjsloaded\n * @type {EventTarget~Event}\n */\n _this5.trigger('vttjsloaded');\n };\n\n script.onerror = function () {\n /**\n * Fired when vtt.js was not loaded due to an error\n *\n * @event Tech#vttjsloaded\n * @type {EventTarget~Event}\n */\n _this5.trigger('vttjserror');\n };\n\n this.on('dispose', function () {\n script.onload = null;\n script.onerror = null;\n }); // but have not loaded yet and we set it to true before the inject so that\n // we don't overwrite the injected window.WebVTT if it loads right away\n\n window$1.WebVTT = true;\n this.el().parentNode.appendChild(script);\n } else {\n this.ready(this.addWebVttScript_);\n }\n };\n /**\n * Emulate texttracks\n *\n */\n\n\n _proto.emulateTextTracks = function emulateTextTracks() {\n var _this6 = this;\n\n var tracks = this.textTracks();\n var remoteTracks = this.remoteTextTracks();\n\n var handleAddTrack = function handleAddTrack(e) {\n return tracks.addTrack(e.track);\n };\n\n var handleRemoveTrack = function handleRemoveTrack(e) {\n return tracks.removeTrack(e.track);\n };\n\n remoteTracks.on('addtrack', handleAddTrack);\n remoteTracks.on('removetrack', handleRemoveTrack);\n this.addWebVttScript_();\n\n var updateDisplay = function updateDisplay() {\n return _this6.trigger('texttrackchange');\n };\n\n var textTracksChanges = function textTracksChanges() {\n updateDisplay();\n\n for (var i = 0; i < tracks.length; i++) {\n var track = tracks[i];\n track.removeEventListener('cuechange', updateDisplay);\n\n if (track.mode === 'showing') {\n track.addEventListener('cuechange', updateDisplay);\n }\n }\n };\n\n textTracksChanges();\n tracks.addEventListener('change', textTracksChanges);\n tracks.addEventListener('addtrack', textTracksChanges);\n tracks.addEventListener('removetrack', textTracksChanges);\n this.on('dispose', function () {\n remoteTracks.off('addtrack', handleAddTrack);\n remoteTracks.off('removetrack', handleRemoveTrack);\n tracks.removeEventListener('change', textTracksChanges);\n tracks.removeEventListener('addtrack', textTracksChanges);\n tracks.removeEventListener('removetrack', textTracksChanges);\n\n for (var i = 0; i < tracks.length; i++) {\n var track = tracks[i];\n track.removeEventListener('cuechange', updateDisplay);\n }\n });\n };\n /**\n * Create and returns a remote {@link TextTrack} object.\n *\n * @param {string} kind\n * `TextTrack` kind (subtitles, captions, descriptions, chapters, or metadata)\n *\n * @param {string} [label]\n * Label to identify the text track\n *\n * @param {string} [language]\n * Two letter language abbreviation\n *\n * @return {TextTrack}\n * The TextTrack that gets created.\n */\n\n\n _proto.addTextTrack = function addTextTrack(kind, label, language) {\n if (!kind) {\n throw new Error('TextTrack kind is required but was not provided');\n }\n\n return createTrackHelper(this, kind, label, language);\n };\n /**\n * Create an emulated TextTrack for use by addRemoteTextTrack\n *\n * This is intended to be overridden by classes that inherit from\n * Tech in order to create native or custom TextTracks.\n *\n * @param {Object} options\n * The object should contain the options to initialize the TextTrack with.\n *\n * @param {string} [options.kind]\n * `TextTrack` kind (subtitles, captions, descriptions, chapters, or metadata).\n *\n * @param {string} [options.label].\n * Label to identify the text track\n *\n * @param {string} [options.language]\n * Two letter language abbreviation.\n *\n * @return {HTMLTrackElement}\n * The track element that gets created.\n */\n\n\n _proto.createRemoteTextTrack = function createRemoteTextTrack(options) {\n var track = mergeOptions(options, {\n tech: this\n });\n return new REMOTE.remoteTextEl.TrackClass(track);\n };\n /**\n * Creates a remote text track object and returns an html track element.\n *\n * > Note: This can be an emulated {@link HTMLTrackElement} or a native one.\n *\n * @param {Object} options\n * See {@link Tech#createRemoteTextTrack} for more detailed properties.\n *\n * @param {boolean} [manualCleanup=true]\n * - When false: the TextTrack will be automatically removed from the video\n * element whenever the source changes\n * - When True: The TextTrack will have to be cleaned up manually\n *\n * @return {HTMLTrackElement}\n * An Html Track Element.\n *\n * @deprecated The default functionality for this function will be equivalent\n * to \"manualCleanup=false\" in the future. The manualCleanup parameter will\n * also be removed.\n */\n\n\n _proto.addRemoteTextTrack = function addRemoteTextTrack(options, manualCleanup) {\n var _this7 = this;\n\n if (options === void 0) {\n options = {};\n }\n\n var htmlTrackElement = this.createRemoteTextTrack(options);\n\n if (manualCleanup !== true && manualCleanup !== false) {\n // deprecation warning\n log.warn('Calling addRemoteTextTrack without explicitly setting the \"manualCleanup\" parameter to `true` is deprecated and default to `false` in future version of video.js');\n manualCleanup = true;\n } // store HTMLTrackElement and TextTrack to remote list\n\n\n this.remoteTextTrackEls().addTrackElement_(htmlTrackElement);\n this.remoteTextTracks().addTrack(htmlTrackElement.track);\n\n if (manualCleanup !== true) {\n // create the TextTrackList if it doesn't exist\n this.ready(function () {\n return _this7.autoRemoteTextTracks_.addTrack(htmlTrackElement.track);\n });\n }\n\n return htmlTrackElement;\n };\n /**\n * Remove a remote text track from the remote `TextTrackList`.\n *\n * @param {TextTrack} track\n * `TextTrack` to remove from the `TextTrackList`\n */\n\n\n _proto.removeRemoteTextTrack = function removeRemoteTextTrack(track) {\n var trackElement = this.remoteTextTrackEls().getTrackElementByTrack_(track); // remove HTMLTrackElement and TextTrack from remote list\n\n this.remoteTextTrackEls().removeTrackElement_(trackElement);\n this.remoteTextTracks().removeTrack(track);\n this.autoRemoteTextTracks_.removeTrack(track);\n };\n /**\n * Gets available media playback quality metrics as specified by the W3C's Media\n * Playback Quality API.\n *\n * @see [Spec]{@link https://wicg.github.io/media-playback-quality}\n *\n * @return {Object}\n * An object with supported media playback quality metrics\n *\n * @abstract\n */\n\n\n _proto.getVideoPlaybackQuality = function getVideoPlaybackQuality() {\n return {};\n };\n /**\n * A method to set a poster from a `Tech`.\n *\n * @abstract\n */\n\n\n _proto.setPoster = function setPoster() {};\n /**\n * A method to check for the presence of the 'playsinline' <video> attribute.\n *\n * @abstract\n */\n\n\n _proto.playsinline = function playsinline() {};\n /**\n * A method to set or unset the 'playsinline' <video> attribute.\n *\n * @abstract\n */\n\n\n _proto.setPlaysinline = function setPlaysinline() {};\n /**\n * Attempt to force override of native audio tracks.\n *\n * @param {boolean} override - If set to true native audio will be overridden,\n * otherwise native audio will potentially be used.\n *\n * @abstract\n */\n\n\n _proto.overrideNativeAudioTracks = function overrideNativeAudioTracks() {};\n /**\n * Attempt to force override of native video tracks.\n *\n * @param {boolean} override - If set to true native video will be overridden,\n * otherwise native video will potentially be used.\n *\n * @abstract\n */\n\n\n _proto.overrideNativeVideoTracks = function overrideNativeVideoTracks() {};\n /*\n * Check if the tech can support the given mime-type.\n *\n * The base tech does not support any type, but source handlers might\n * overwrite this.\n *\n * @param {string} type\n * The mimetype to check for support\n *\n * @return {string}\n * 'probably', 'maybe', or empty string\n *\n * @see [Spec]{@link https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/canPlayType}\n *\n * @abstract\n */\n\n\n _proto.canPlayType = function canPlayType() {\n return '';\n };\n /**\n * Check if the type is supported by this tech.\n *\n * The base tech does not support any type, but source handlers might\n * overwrite this.\n *\n * @param {string} type\n * The media type to check\n * @return {string} Returns the native video element's response\n */\n\n\n Tech.canPlayType = function canPlayType() {\n return '';\n };\n /**\n * Check if the tech can support the given source\n *\n * @param {Object} srcObj\n * The source object\n * @param {Object} options\n * The options passed to the tech\n * @return {string} 'probably', 'maybe', or '' (empty string)\n */\n\n\n Tech.canPlaySource = function canPlaySource(srcObj, options) {\n return Tech.canPlayType(srcObj.type);\n };\n /*\n * Return whether the argument is a Tech or not.\n * Can be passed either a Class like `Html5` or a instance like `player.tech_`\n *\n * @param {Object} component\n * The item to check\n *\n * @return {boolean}\n * Whether it is a tech or not\n * - True if it is a tech\n * - False if it is not\n */\n\n\n Tech.isTech = function isTech(component) {\n return component.prototype instanceof Tech || component instanceof Tech || component === Tech;\n };\n /**\n * Registers a `Tech` into a shared list for videojs.\n *\n * @param {string} name\n * Name of the `Tech` to register.\n *\n * @param {Object} tech\n * The `Tech` class to register.\n */\n\n\n Tech.registerTech = function registerTech(name, tech) {\n if (!Tech.techs_) {\n Tech.techs_ = {};\n }\n\n if (!Tech.isTech(tech)) {\n throw new Error(\"Tech \" + name + \" must be a Tech\");\n }\n\n if (!Tech.canPlayType) {\n throw new Error('Techs must have a static canPlayType method on them');\n }\n\n if (!Tech.canPlaySource) {\n throw new Error('Techs must have a static canPlaySource method on them');\n }\n\n name = toTitleCase(name);\n Tech.techs_[name] = tech;\n\n if (name !== 'Tech') {\n // camel case the techName for use in techOrder\n Tech.defaultTechOrder_.push(name);\n }\n\n return tech;\n };\n /**\n * Get a `Tech` from the shared list by name.\n *\n * @param {string} name\n * `camelCase` or `TitleCase` name of the Tech to get\n *\n * @return {Tech|undefined}\n * The `Tech` or undefined if there was no tech with the name requested.\n */\n\n\n Tech.getTech = function getTech(name) {\n if (!name) {\n return;\n }\n\n name = toTitleCase(name);\n\n if (Tech.techs_ && Tech.techs_[name]) {\n return Tech.techs_[name];\n }\n\n if (window$1 && window$1.videojs && window$1.videojs[name]) {\n log.warn(\"The \" + name + \" tech was added to the videojs object when it should be registered using videojs.registerTech(name, tech)\");\n return window$1.videojs[name];\n }\n };\n\n return Tech;\n}(Component);\n/**\n * Get the {@link VideoTrackList}\n *\n * @returns {VideoTrackList}\n * @method Tech.prototype.videoTracks\n */\n\n/**\n * Get the {@link AudioTrackList}\n *\n * @returns {AudioTrackList}\n * @method Tech.prototype.audioTracks\n */\n\n/**\n * Get the {@link TextTrackList}\n *\n * @returns {TextTrackList}\n * @method Tech.prototype.textTracks\n */\n\n/**\n * Get the remote element {@link TextTrackList}\n *\n * @returns {TextTrackList}\n * @method Tech.prototype.remoteTextTracks\n */\n\n/**\n * Get the remote element {@link HtmlTrackElementList}\n *\n * @returns {HtmlTrackElementList}\n * @method Tech.prototype.remoteTextTrackEls\n */\n\n\nALL.names.forEach(function (name) {\n var props = ALL[name];\n\n Tech.prototype[props.getterName] = function () {\n this[props.privateName] = this[props.privateName] || new props.ListClass();\n return this[props.privateName];\n };\n});\n/**\n * List of associated text tracks\n *\n * @type {TextTrackList}\n * @private\n * @property Tech#textTracks_\n */\n\n/**\n * List of associated audio tracks.\n *\n * @type {AudioTrackList}\n * @private\n * @property Tech#audioTracks_\n */\n\n/**\n * List of associated video tracks.\n *\n * @type {VideoTrackList}\n * @private\n * @property Tech#videoTracks_\n */\n\n/**\n * Boolean indicating whether the `Tech` supports volume control.\n *\n * @type {boolean}\n * @default\n */\n\nTech.prototype.featuresVolumeControl = true;\n/**\n * Boolean indicating whether the `Tech` supports muting volume.\n *\n * @type {bolean}\n * @default\n */\n\nTech.prototype.featuresMuteControl = true;\n/**\n * Boolean indicating whether the `Tech` supports fullscreen resize control.\n * Resizing plugins using request fullscreen reloads the plugin\n *\n * @type {boolean}\n * @default\n */\n\nTech.prototype.featuresFullscreenResize = false;\n/**\n * Boolean indicating whether the `Tech` supports changing the speed at which the video\n * plays. Examples:\n * - Set player to play 2x (twice) as fast\n * - Set player to play 0.5x (half) as fast\n *\n * @type {boolean}\n * @default\n */\n\nTech.prototype.featuresPlaybackRate = false;\n/**\n * Boolean indicating whether the `Tech` supports the `progress` event. This is currently\n * not triggered by video-js-swf. This will be used to determine if\n * {@link Tech#manualProgressOn} should be called.\n *\n * @type {boolean}\n * @default\n */\n\nTech.prototype.featuresProgressEvents = false;\n/**\n * Boolean indicating whether the `Tech` supports the `sourceset` event.\n *\n * A tech should set this to `true` and then use {@link Tech#triggerSourceset}\n * to trigger a {@link Tech#event:sourceset} at the earliest time after getting\n * a new source.\n *\n * @type {boolean}\n * @default\n */\n\nTech.prototype.featuresSourceset = false;\n/**\n * Boolean indicating whether the `Tech` supports the `timeupdate` event. This is currently\n * not triggered by video-js-swf. This will be used to determine if\n * {@link Tech#manualTimeUpdates} should be called.\n *\n * @type {boolean}\n * @default\n */\n\nTech.prototype.featuresTimeupdateEvents = false;\n/**\n * Boolean indicating whether the `Tech` supports the native `TextTrack`s.\n * This will help us integrate with native `TextTrack`s if the browser supports them.\n *\n * @type {boolean}\n * @default\n */\n\nTech.prototype.featuresNativeTextTracks = false;\n/**\n * A functional mixin for techs that want to use the Source Handler pattern.\n * Source handlers are scripts for handling specific formats.\n * The source handler pattern is used for adaptive formats (HLS, DASH) that\n * manually load video data and feed it into a Source Buffer (Media Source Extensions)\n * Example: `Tech.withSourceHandlers.call(MyTech);`\n *\n * @param {Tech} _Tech\n * The tech to add source handler functions to.\n *\n * @mixes Tech~SourceHandlerAdditions\n */\n\nTech.withSourceHandlers = function (_Tech) {\n /**\n * Register a source handler\n *\n * @param {Function} handler\n * The source handler class\n *\n * @param {number} [index]\n * Register it at the following index\n */\n _Tech.registerSourceHandler = function (handler, index) {\n var handlers = _Tech.sourceHandlers;\n\n if (!handlers) {\n handlers = _Tech.sourceHandlers = [];\n }\n\n if (index === undefined) {\n // add to the end of the list\n index = handlers.length;\n }\n\n handlers.splice(index, 0, handler);\n };\n /**\n * Check if the tech can support the given type. Also checks the\n * Techs sourceHandlers.\n *\n * @param {string} type\n * The mimetype to check.\n *\n * @return {string}\n * 'probably', 'maybe', or '' (empty string)\n */\n\n\n _Tech.canPlayType = function (type) {\n var handlers = _Tech.sourceHandlers || [];\n var can;\n\n for (var i = 0; i < handlers.length; i++) {\n can = handlers[i].canPlayType(type);\n\n if (can) {\n return can;\n }\n }\n\n return '';\n };\n /**\n * Returns the first source handler that supports the source.\n *\n * TODO: Answer question: should 'probably' be prioritized over 'maybe'\n *\n * @param {Tech~SourceObject} source\n * The source object\n *\n * @param {Object} options\n * The options passed to the tech\n *\n * @return {SourceHandler|null}\n * The first source handler that supports the source or null if\n * no SourceHandler supports the source\n */\n\n\n _Tech.selectSourceHandler = function (source, options) {\n var handlers = _Tech.sourceHandlers || [];\n var can;\n\n for (var i = 0; i < handlers.length; i++) {\n can = handlers[i].canHandleSource(source, options);\n\n if (can) {\n return handlers[i];\n }\n }\n\n return null;\n };\n /**\n * Check if the tech can support the given source.\n *\n * @param {Tech~SourceObject} srcObj\n * The source object\n *\n * @param {Object} options\n * The options passed to the tech\n *\n * @return {string}\n * 'probably', 'maybe', or '' (empty string)\n */\n\n\n _Tech.canPlaySource = function (srcObj, options) {\n var sh = _Tech.selectSourceHandler(srcObj, options);\n\n if (sh) {\n return sh.canHandleSource(srcObj, options);\n }\n\n return '';\n };\n /**\n * When using a source handler, prefer its implementation of\n * any function normally provided by the tech.\n */\n\n\n var deferrable = ['seekable', 'seeking', 'duration'];\n /**\n * A wrapper around {@link Tech#seekable} that will call a `SourceHandler`s seekable\n * function if it exists, with a fallback to the Techs seekable function.\n *\n * @method _Tech.seekable\n */\n\n /**\n * A wrapper around {@link Tech#duration} that will call a `SourceHandler`s duration\n * function if it exists, otherwise it will fallback to the techs duration function.\n *\n * @method _Tech.duration\n */\n\n deferrable.forEach(function (fnName) {\n var originalFn = this[fnName];\n\n if (typeof originalFn !== 'function') {\n return;\n }\n\n this[fnName] = function () {\n if (this.sourceHandler_ && this.sourceHandler_[fnName]) {\n return this.sourceHandler_[fnName].apply(this.sourceHandler_, arguments);\n }\n\n return originalFn.apply(this, arguments);\n };\n }, _Tech.prototype);\n /**\n * Create a function for setting the source using a source object\n * and source handlers.\n * Should never be called unless a source handler was found.\n *\n * @param {Tech~SourceObject} source\n * A source object with src and type keys\n */\n\n _Tech.prototype.setSource = function (source) {\n var sh = _Tech.selectSourceHandler(source, this.options_);\n\n if (!sh) {\n // Fall back to a native source hander when unsupported sources are\n // deliberately set\n if (_Tech.nativeSourceHandler) {\n sh = _Tech.nativeSourceHandler;\n } else {\n log.error('No source handler found for the current source.');\n }\n } // Dispose any existing source handler\n\n\n this.disposeSourceHandler();\n this.off('dispose', this.disposeSourceHandler);\n\n if (sh !== _Tech.nativeSourceHandler) {\n this.currentSource_ = source;\n }\n\n this.sourceHandler_ = sh.handleSource(source, this, this.options_);\n this.on('dispose', this.disposeSourceHandler);\n };\n /**\n * Clean up any existing SourceHandlers and listeners when the Tech is disposed.\n *\n * @listens Tech#dispose\n */\n\n\n _Tech.prototype.disposeSourceHandler = function () {\n // if we have a source and get another one\n // then we are loading something new\n // than clear all of our current tracks\n if (this.currentSource_) {\n this.clearTracks(['audio', 'video']);\n this.currentSource_ = null;\n } // always clean up auto-text tracks\n\n\n this.cleanupAutoTextTracks();\n\n if (this.sourceHandler_) {\n if (this.sourceHandler_.dispose) {\n this.sourceHandler_.dispose();\n }\n\n this.sourceHandler_ = null;\n }\n };\n}; // The base Tech class needs to be registered as a Component. It is the only\n// Tech that can be registered as a Component.\n\n\nComponent.registerComponent('Tech', Tech);\nTech.registerTech('Tech', Tech);\n/**\n * A list of techs that should be added to techOrder on Players\n *\n * @private\n */\n\nTech.defaultTechOrder_ = [];\n\n/**\n * @file middleware.js\n * @module middleware\n */\nvar middlewares = {};\nvar middlewareInstances = {};\nvar TERMINATOR = {};\n/**\n * A middleware object is a plain JavaScript object that has methods that\n * match the {@link Tech} methods found in the lists of allowed\n * {@link module:middleware.allowedGetters|getters},\n * {@link module:middleware.allowedSetters|setters}, and\n * {@link module:middleware.allowedMediators|mediators}.\n *\n * @typedef {Object} MiddlewareObject\n */\n\n/**\n * A middleware factory function that should return a\n * {@link module:middleware~MiddlewareObject|MiddlewareObject}.\n *\n * This factory will be called for each player when needed, with the player\n * passed in as an argument.\n *\n * @callback MiddlewareFactory\n * @param {Player} player\n * A Video.js player.\n */\n\n/**\n * Define a middleware that the player should use by way of a factory function\n * that returns a middleware object.\n *\n * @param {string} type\n * The MIME type to match or `\"*\"` for all MIME types.\n *\n * @param {MiddlewareFactory} middleware\n * A middleware factory function that will be executed for\n * matching types.\n */\n\nfunction use(type, middleware) {\n middlewares[type] = middlewares[type] || [];\n middlewares[type].push(middleware);\n}\n/**\n * Asynchronously sets a source using middleware by recursing through any\n * matching middlewares and calling `setSource` on each, passing along the\n * previous returned value each time.\n *\n * @param {Player} player\n * A {@link Player} instance.\n *\n * @param {Tech~SourceObject} src\n * A source object.\n *\n * @param {Function}\n * The next middleware to run.\n */\n\nfunction setSource(player, src, next) {\n player.setTimeout(function () {\n return setSourceHelper(src, middlewares[src.type], next, player);\n }, 1);\n}\n/**\n * When the tech is set, passes the tech to each middleware's `setTech` method.\n *\n * @param {Object[]} middleware\n * An array of middleware instances.\n *\n * @param {Tech} tech\n * A Video.js tech.\n */\n\nfunction setTech(middleware, tech) {\n middleware.forEach(function (mw) {\n return mw.setTech && mw.setTech(tech);\n });\n}\n/**\n * Calls a getter on the tech first, through each middleware\n * from right to left to the player.\n *\n * @param {Object[]} middleware\n * An array of middleware instances.\n *\n * @param {Tech} tech\n * The current tech.\n *\n * @param {string} method\n * A method name.\n *\n * @return {Mixed}\n * The final value from the tech after middleware has intercepted it.\n */\n\nfunction get(middleware, tech, method) {\n return middleware.reduceRight(middlewareIterator(method), tech[method]());\n}\n/**\n * Takes the argument given to the player and calls the setter method on each\n * middleware from left to right to the tech.\n *\n * @param {Object[]} middleware\n * An array of middleware instances.\n *\n * @param {Tech} tech\n * The current tech.\n *\n * @param {string} method\n * A method name.\n *\n * @param {Mixed} arg\n * The value to set on the tech.\n *\n * @return {Mixed}\n * The return value of the `method` of the `tech`.\n */\n\nfunction set$1(middleware, tech, method, arg) {\n return tech[method](middleware.reduce(middlewareIterator(method), arg));\n}\n/**\n * Takes the argument given to the player and calls the `call` version of the\n * method on each middleware from left to right.\n *\n * Then, call the passed in method on the tech and return the result unchanged\n * back to the player, through middleware, this time from right to left.\n *\n * @param {Object[]} middleware\n * An array of middleware instances.\n *\n * @param {Tech} tech\n * The current tech.\n *\n * @param {string} method\n * A method name.\n *\n * @param {Mixed} arg\n * The value to set on the tech.\n *\n * @return {Mixed}\n * The return value of the `method` of the `tech`, regardless of the\n * return values of middlewares.\n */\n\nfunction mediate(middleware, tech, method, arg) {\n if (arg === void 0) {\n arg = null;\n }\n\n var callMethod = 'call' + toTitleCase(method);\n var middlewareValue = middleware.reduce(middlewareIterator(callMethod), arg);\n var terminated = middlewareValue === TERMINATOR;\n var returnValue = terminated ? null : tech[method](middlewareValue);\n executeRight(middleware, method, returnValue, terminated);\n return returnValue;\n}\n/**\n * Enumeration of allowed getters where the keys are method names.\n *\n * @type {Object}\n */\n\nvar allowedGetters = {\n buffered: 1,\n currentTime: 1,\n duration: 1,\n seekable: 1,\n played: 1,\n paused: 1\n};\n/**\n * Enumeration of allowed setters where the keys are method names.\n *\n * @type {Object}\n */\n\nvar allowedSetters = {\n setCurrentTime: 1\n};\n/**\n * Enumeration of allowed mediators where the keys are method names.\n *\n * @type {Object}\n */\n\nvar allowedMediators = {\n play: 1,\n pause: 1\n};\n\nfunction middlewareIterator(method) {\n return function (value, mw) {\n // if the previous middleware terminated, pass along the termination\n if (value === TERMINATOR) {\n return TERMINATOR;\n }\n\n if (mw[method]) {\n return mw[method](value);\n }\n\n return value;\n };\n}\n\nfunction executeRight(mws, method, value, terminated) {\n for (var i = mws.length - 1; i >= 0; i--) {\n var mw = mws[i];\n\n if (mw[method]) {\n mw[method](terminated, value);\n }\n }\n}\n/**\n * Clear the middleware cache for a player.\n *\n * @param {Player} player\n * A {@link Player} instance.\n */\n\n\nfunction clearCacheForPlayer(player) {\n middlewareInstances[player.id()] = null;\n}\n/**\n * {\n * [playerId]: [[mwFactory, mwInstance], ...]\n * }\n *\n * @private\n */\n\nfunction getOrCreateFactory(player, mwFactory) {\n var mws = middlewareInstances[player.id()];\n var mw = null;\n\n if (mws === undefined || mws === null) {\n mw = mwFactory(player);\n middlewareInstances[player.id()] = [[mwFactory, mw]];\n return mw;\n }\n\n for (var i = 0; i < mws.length; i++) {\n var _mws$i = mws[i],\n mwf = _mws$i[0],\n mwi = _mws$i[1];\n\n if (mwf !== mwFactory) {\n continue;\n }\n\n mw = mwi;\n }\n\n if (mw === null) {\n mw = mwFactory(player);\n mws.push([mwFactory, mw]);\n }\n\n return mw;\n}\n\nfunction setSourceHelper(src, middleware, next, player, acc, lastRun) {\n if (src === void 0) {\n src = {};\n }\n\n if (middleware === void 0) {\n middleware = [];\n }\n\n if (acc === void 0) {\n acc = [];\n }\n\n if (lastRun === void 0) {\n lastRun = false;\n }\n\n var _middleware = middleware,\n mwFactory = _middleware[0],\n mwrest = _middleware.slice(1); // if mwFactory is a string, then we're at a fork in the road\n\n\n if (typeof mwFactory === 'string') {\n setSourceHelper(src, middlewares[mwFactory], next, player, acc, lastRun); // if we have an mwFactory, call it with the player to get the mw,\n // then call the mw's setSource method\n } else if (mwFactory) {\n var mw = getOrCreateFactory(player, mwFactory); // if setSource isn't present, implicitly select this middleware\n\n if (!mw.setSource) {\n acc.push(mw);\n return setSourceHelper(src, mwrest, next, player, acc, lastRun);\n }\n\n mw.setSource(assign({}, src), function (err, _src) {\n // something happened, try the next middleware on the current level\n // make sure to use the old src\n if (err) {\n return setSourceHelper(src, mwrest, next, player, acc, lastRun);\n } // we've succeeded, now we need to go deeper\n\n\n acc.push(mw); // if it's the same type, continue down the current chain\n // otherwise, we want to go down the new chain\n\n setSourceHelper(_src, src.type === _src.type ? mwrest : middlewares[_src.type], next, player, acc, lastRun);\n });\n } else if (mwrest.length) {\n setSourceHelper(src, mwrest, next, player, acc, lastRun);\n } else if (lastRun) {\n next(src, acc);\n } else {\n setSourceHelper(src, middlewares['*'], next, player, acc, true);\n }\n}\n\n/**\n * Mimetypes\n *\n * @see http://hul.harvard.edu/ois/////systems/wax/wax-public-help/mimetypes.htm\n * @typedef Mimetypes~Kind\n * @enum\n */\n\nvar MimetypesKind = {\n opus: 'video/ogg',\n ogv: 'video/ogg',\n mp4: 'video/mp4',\n mov: 'video/mp4',\n m4v: 'video/mp4',\n mkv: 'video/x-matroska',\n mp3: 'audio/mpeg',\n aac: 'audio/aac',\n oga: 'audio/ogg',\n m3u8: 'application/x-mpegURL'\n};\n/**\n * Get the mimetype of a given src url if possible\n *\n * @param {string} src\n * The url to the src\n *\n * @return {string}\n * return the mimetype if it was known or empty string otherwise\n */\n\nvar getMimetype = function getMimetype(src) {\n if (src === void 0) {\n src = '';\n }\n\n var ext = getFileExtension(src);\n var mimetype = MimetypesKind[ext.toLowerCase()];\n return mimetype || '';\n};\n/**\n * Find the mime type of a given source string if possible. Uses the player\n * source cache.\n *\n * @param {Player} player\n * The player object\n *\n * @param {string} src\n * The source string\n *\n * @return {string}\n * The type that was found\n */\n\nvar findMimetype = function findMimetype(player, src) {\n if (!src) {\n return '';\n } // 1. check for the type in the `source` cache\n\n\n if (player.cache_.source.src === src && player.cache_.source.type) {\n return player.cache_.source.type;\n } // 2. see if we have this source in our `currentSources` cache\n\n\n var matchingSources = player.cache_.sources.filter(function (s) {\n return s.src === src;\n });\n\n if (matchingSources.length) {\n return matchingSources[0].type;\n } // 3. look for the src url in source elements and use the type there\n\n\n var sources = player.$$('source');\n\n for (var i = 0; i < sources.length; i++) {\n var s = sources[i];\n\n if (s.type && s.src && s.src === src) {\n return s.type;\n }\n } // 4. finally fallback to our list of mime types based on src url extension\n\n\n return getMimetype(src);\n};\n\n/**\n * @module filter-source\n */\n/**\n * Filter out single bad source objects or multiple source objects in an\n * array. Also flattens nested source object arrays into a 1 dimensional\n * array of source objects.\n *\n * @param {Tech~SourceObject|Tech~SourceObject[]} src\n * The src object to filter\n *\n * @return {Tech~SourceObject[]}\n * An array of sourceobjects containing only valid sources\n *\n * @private\n */\n\nvar filterSource = function filterSource(src) {\n // traverse array\n if (Array.isArray(src)) {\n var newsrc = [];\n src.forEach(function (srcobj) {\n srcobj = filterSource(srcobj);\n\n if (Array.isArray(srcobj)) {\n newsrc = newsrc.concat(srcobj);\n } else if (isObject(srcobj)) {\n newsrc.push(srcobj);\n }\n });\n src = newsrc;\n } else if (typeof src === 'string' && src.trim()) {\n // convert string into object\n src = [fixSource({\n src: src\n })];\n } else if (isObject(src) && typeof src.src === 'string' && src.src && src.src.trim()) {\n // src is already valid\n src = [fixSource(src)];\n } else {\n // invalid source, turn it into an empty array\n src = [];\n }\n\n return src;\n};\n/**\n * Checks src mimetype, adding it when possible\n *\n * @param {Tech~SourceObject} src\n * The src object to check\n * @return {Tech~SourceObject}\n * src Object with known type\n */\n\n\nfunction fixSource(src) {\n var mimetype = getMimetype(src.src);\n\n if (!src.type && mimetype) {\n src.type = mimetype;\n }\n\n return src;\n}\n\n/**\n * The `MediaLoader` is the `Component` that decides which playback technology to load\n * when a player is initialized.\n *\n * @extends Component\n */\n\nvar MediaLoader =\n/*#__PURE__*/\nfunction (_Component) {\n _inheritsLoose(MediaLoader, _Component);\n\n /**\n * Create an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should attach to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n *\n * @param {Component~ReadyCallback} [ready]\n * The function that is run when this component is ready.\n */\n function MediaLoader(player, options, ready) {\n var _this;\n\n // MediaLoader has no element\n var options_ = mergeOptions({\n createEl: false\n }, options);\n _this = _Component.call(this, player, options_, ready) || this; // If there are no sources when the player is initialized,\n // load the first supported playback technology.\n\n if (!options.playerOptions.sources || options.playerOptions.sources.length === 0) {\n for (var i = 0, j = options.playerOptions.techOrder; i < j.length; i++) {\n var techName = toTitleCase(j[i]);\n var tech = Tech.getTech(techName); // Support old behavior of techs being registered as components.\n // Remove once that deprecated behavior is removed.\n\n if (!techName) {\n tech = Component.getComponent(techName);\n } // Check if the browser supports this technology\n\n\n if (tech && tech.isSupported()) {\n player.loadTech_(techName);\n break;\n }\n }\n } else {\n // Loop through playback technologies (HTML5, Flash) and check for support.\n // Then load the best source.\n // A few assumptions here:\n // All playback technologies respect preload false.\n player.src(options.playerOptions.sources);\n }\n\n return _this;\n }\n\n return MediaLoader;\n}(Component);\n\nComponent.registerComponent('MediaLoader', MediaLoader);\n\n/**\n * Clickable Component which is clickable or keyboard actionable,\n * but is not a native HTML button.\n *\n * @extends Component\n */\n\nvar ClickableComponent =\n/*#__PURE__*/\nfunction (_Component) {\n _inheritsLoose(ClickableComponent, _Component);\n\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n */\n function ClickableComponent(player, options) {\n var _this;\n\n _this = _Component.call(this, player, options) || this;\n\n _this.emitTapEvents();\n\n _this.enable();\n\n return _this;\n }\n /**\n * Create the `Component`s DOM element.\n *\n * @param {string} [tag=div]\n * The element's node type.\n *\n * @param {Object} [props={}]\n * An object of properties that should be set on the element.\n *\n * @param {Object} [attributes={}]\n * An object of attributes that should be set on the element.\n *\n * @return {Element}\n * The element that gets created.\n */\n\n\n var _proto = ClickableComponent.prototype;\n\n _proto.createEl = function createEl$$1(tag, props, attributes) {\n if (tag === void 0) {\n tag = 'div';\n }\n\n if (props === void 0) {\n props = {};\n }\n\n if (attributes === void 0) {\n attributes = {};\n }\n\n props = assign({\n innerHTML: '<span aria-hidden=\"true\" class=\"vjs-icon-placeholder\"></span>',\n className: this.buildCSSClass(),\n tabIndex: 0\n }, props);\n\n if (tag === 'button') {\n log.error(\"Creating a ClickableComponent with an HTML element of \" + tag + \" is not supported; use a Button instead.\");\n } // Add ARIA attributes for clickable element which is not a native HTML button\n\n\n attributes = assign({\n role: 'button'\n }, attributes);\n this.tabIndex_ = props.tabIndex;\n\n var el = _Component.prototype.createEl.call(this, tag, props, attributes);\n\n this.createControlTextEl(el);\n return el;\n };\n\n _proto.dispose = function dispose() {\n // remove controlTextEl_ on dispose\n this.controlTextEl_ = null;\n\n _Component.prototype.dispose.call(this);\n };\n /**\n * Create a control text element on this `Component`\n *\n * @param {Element} [el]\n * Parent element for the control text.\n *\n * @return {Element}\n * The control text element that gets created.\n */\n\n\n _proto.createControlTextEl = function createControlTextEl(el) {\n this.controlTextEl_ = createEl('span', {\n className: 'vjs-control-text'\n }, {\n // let the screen reader user know that the text of the element may change\n 'aria-live': 'polite'\n });\n\n if (el) {\n el.appendChild(this.controlTextEl_);\n }\n\n this.controlText(this.controlText_, el);\n return this.controlTextEl_;\n };\n /**\n * Get or set the localize text to use for the controls on the `Component`.\n *\n * @param {string} [text]\n * Control text for element.\n *\n * @param {Element} [el=this.el()]\n * Element to set the title on.\n *\n * @return {string}\n * - The control text when getting\n */\n\n\n _proto.controlText = function controlText(text, el) {\n if (el === void 0) {\n el = this.el();\n }\n\n if (text === undefined) {\n return this.controlText_ || 'Need Text';\n }\n\n var localizedText = this.localize(text);\n this.controlText_ = text;\n textContent(this.controlTextEl_, localizedText);\n\n if (!this.nonIconControl) {\n // Set title attribute if only an icon is shown\n el.setAttribute('title', localizedText);\n }\n };\n /**\n * Builds the default DOM `className`.\n *\n * @return {string}\n * The DOM `className` for this object.\n */\n\n\n _proto.buildCSSClass = function buildCSSClass() {\n return \"vjs-control vjs-button \" + _Component.prototype.buildCSSClass.call(this);\n };\n /**\n * Enable this `Component`s element.\n */\n\n\n _proto.enable = function enable() {\n if (!this.enabled_) {\n this.enabled_ = true;\n this.removeClass('vjs-disabled');\n this.el_.setAttribute('aria-disabled', 'false');\n\n if (typeof this.tabIndex_ !== 'undefined') {\n this.el_.setAttribute('tabIndex', this.tabIndex_);\n }\n\n this.on(['tap', 'click'], this.handleClick);\n this.on('focus', this.handleFocus);\n this.on('blur', this.handleBlur);\n }\n };\n /**\n * Disable this `Component`s element.\n */\n\n\n _proto.disable = function disable() {\n this.enabled_ = false;\n this.addClass('vjs-disabled');\n this.el_.setAttribute('aria-disabled', 'true');\n\n if (typeof this.tabIndex_ !== 'undefined') {\n this.el_.removeAttribute('tabIndex');\n }\n\n this.off(['tap', 'click'], this.handleClick);\n this.off('focus', this.handleFocus);\n this.off('blur', this.handleBlur);\n };\n /**\n * This gets called when a `ClickableComponent` gets:\n * - Clicked (via the `click` event, listening starts in the constructor)\n * - Tapped (via the `tap` event, listening starts in the constructor)\n * - The following things happen in order:\n * 1. {@link ClickableComponent#handleFocus} is called via a `focus` event on the\n * `ClickableComponent`.\n * 2. {@link ClickableComponent#handleFocus} adds a listener for `keydown` on using\n * {@link ClickableComponent#handleKeyPress}.\n * 3. `ClickableComponent` has not had a `blur` event (`blur` means that focus was lost). The user presses\n * the space or enter key.\n * 4. {@link ClickableComponent#handleKeyPress} calls this function with the `keydown`\n * event as a parameter.\n *\n * @param {EventTarget~Event} event\n * The `keydown`, `tap`, or `click` event that caused this function to be\n * called.\n *\n * @listens tap\n * @listens click\n * @abstract\n */\n\n\n _proto.handleClick = function handleClick(event) {};\n /**\n * This gets called when a `ClickableComponent` gains focus via a `focus` event.\n * Turns on listening for `keydown` events. When they happen it\n * calls `this.handleKeyPress`.\n *\n * @param {EventTarget~Event} event\n * The `focus` event that caused this function to be called.\n *\n * @listens focus\n */\n\n\n _proto.handleFocus = function handleFocus(event) {\n on(document, 'keydown', bind(this, this.handleKeyPress));\n };\n /**\n * Called when this ClickableComponent has focus and a key gets pressed down. By\n * default it will call `this.handleClick` when the key is space or enter.\n *\n * @param {EventTarget~Event} event\n * The `keydown` event that caused this function to be called.\n *\n * @listens keydown\n */\n\n\n _proto.handleKeyPress = function handleKeyPress(event) {\n // Support Space (32) or Enter (13) key operation to fire a click event\n if (event.which === 32 || event.which === 13) {\n event.preventDefault();\n this.trigger('click');\n } else if (_Component.prototype.handleKeyPress) {\n // Pass keypress handling up for unsupported keys\n _Component.prototype.handleKeyPress.call(this, event);\n }\n };\n /**\n * Called when a `ClickableComponent` loses focus. Turns off the listener for\n * `keydown` events. Which Stops `this.handleKeyPress` from getting called.\n *\n * @param {EventTarget~Event} event\n * The `blur` event that caused this function to be called.\n *\n * @listens blur\n */\n\n\n _proto.handleBlur = function handleBlur(event) {\n off(document, 'keydown', bind(this, this.handleKeyPress));\n };\n\n return ClickableComponent;\n}(Component);\n\nComponent.registerComponent('ClickableComponent', ClickableComponent);\n\n/**\n * A `ClickableComponent` that handles showing the poster image for the player.\n *\n * @extends ClickableComponent\n */\n\nvar PosterImage =\n/*#__PURE__*/\nfunction (_ClickableComponent) {\n _inheritsLoose(PosterImage, _ClickableComponent);\n\n /**\n * Create an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should attach to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n */\n function PosterImage(player, options) {\n var _this;\n\n _this = _ClickableComponent.call(this, player, options) || this;\n\n _this.update();\n\n player.on('posterchange', bind(_assertThisInitialized(_assertThisInitialized(_this)), _this.update));\n return _this;\n }\n /**\n * Clean up and dispose of the `PosterImage`.\n */\n\n\n var _proto = PosterImage.prototype;\n\n _proto.dispose = function dispose() {\n this.player().off('posterchange', this.update);\n\n _ClickableComponent.prototype.dispose.call(this);\n };\n /**\n * Create the `PosterImage`s DOM element.\n *\n * @return {Element}\n * The element that gets created.\n */\n\n\n _proto.createEl = function createEl$$1() {\n var el = createEl('div', {\n className: 'vjs-poster',\n // Don't want poster to be tabbable.\n tabIndex: -1\n });\n return el;\n };\n /**\n * An {@link EventTarget~EventListener} for {@link Player#posterchange} events.\n *\n * @listens Player#posterchange\n *\n * @param {EventTarget~Event} [event]\n * The `Player#posterchange` event that triggered this function.\n */\n\n\n _proto.update = function update(event) {\n var url = this.player().poster();\n this.setSrc(url); // If there's no poster source we should display:none on this component\n // so it's not still clickable or right-clickable\n\n if (url) {\n this.show();\n } else {\n this.hide();\n }\n };\n /**\n * Set the source of the `PosterImage` depending on the display method.\n *\n * @param {string} url\n * The URL to the source for the `PosterImage`.\n */\n\n\n _proto.setSrc = function setSrc(url) {\n var backgroundImage = ''; // Any falsy value should stay as an empty string, otherwise\n // this will throw an extra error\n\n if (url) {\n backgroundImage = \"url(\\\"\" + url + \"\\\")\";\n }\n\n this.el_.style.backgroundImage = backgroundImage;\n };\n /**\n * An {@link EventTarget~EventListener} for clicks on the `PosterImage`. See\n * {@link ClickableComponent#handleClick} for instances where this will be triggered.\n *\n * @listens tap\n * @listens click\n * @listens keydown\n *\n * @param {EventTarget~Event} event\n + The `click`, `tap` or `keydown` event that caused this function to be called.\n */\n\n\n _proto.handleClick = function handleClick(event) {\n // We don't want a click to trigger playback when controls are disabled\n if (!this.player_.controls()) {\n return;\n }\n\n if (this.player_.paused()) {\n silencePromise(this.player_.play());\n } else {\n this.player_.pause();\n }\n };\n\n return PosterImage;\n}(ClickableComponent);\n\nComponent.registerComponent('PosterImage', PosterImage);\n\nvar darkGray = '#222';\nvar lightGray = '#ccc';\nvar fontMap = {\n monospace: 'monospace',\n sansSerif: 'sans-serif',\n serif: 'serif',\n monospaceSansSerif: '\"Andale Mono\", \"Lucida Console\", monospace',\n monospaceSerif: '\"Courier New\", monospace',\n proportionalSansSerif: 'sans-serif',\n proportionalSerif: 'serif',\n casual: '\"Comic Sans MS\", Impact, fantasy',\n script: '\"Monotype Corsiva\", cursive',\n smallcaps: '\"Andale Mono\", \"Lucida Console\", monospace, sans-serif'\n};\n/**\n * Construct an rgba color from a given hex color code.\n *\n * @param {number} color\n * Hex number for color, like #f0e or #f604e2.\n *\n * @param {number} opacity\n * Value for opacity, 0.0 - 1.0.\n *\n * @return {string}\n * The rgba color that was created, like 'rgba(255, 0, 0, 0.3)'.\n */\n\nfunction constructColor(color, opacity) {\n var hex;\n\n if (color.length === 4) {\n // color looks like \"#f0e\"\n hex = color[1] + color[1] + color[2] + color[2] + color[3] + color[3];\n } else if (color.length === 7) {\n // color looks like \"#f604e2\"\n hex = color.slice(1);\n } else {\n throw new Error('Invalid color code provided, ' + color + '; must be formatted as e.g. #f0e or #f604e2.');\n }\n\n return 'rgba(' + parseInt(hex.slice(0, 2), 16) + ',' + parseInt(hex.slice(2, 4), 16) + ',' + parseInt(hex.slice(4, 6), 16) + ',' + opacity + ')';\n}\n/**\n * Try to update the style of a DOM element. Some style changes will throw an error,\n * particularly in IE8. Those should be noops.\n *\n * @param {Element} el\n * The DOM element to be styled.\n *\n * @param {string} style\n * The CSS property on the element that should be styled.\n *\n * @param {string} rule\n * The style rule that should be applied to the property.\n *\n * @private\n */\n\nfunction tryUpdateStyle(el, style, rule) {\n try {\n el.style[style] = rule;\n } catch (e) {\n // Satisfies linter.\n return;\n }\n}\n/**\n * The component for displaying text track cues.\n *\n * @extends Component\n */\n\n\nvar TextTrackDisplay =\n/*#__PURE__*/\nfunction (_Component) {\n _inheritsLoose(TextTrackDisplay, _Component);\n\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n *\n * @param {Component~ReadyCallback} [ready]\n * The function to call when `TextTrackDisplay` is ready.\n */\n function TextTrackDisplay(player, options, ready) {\n var _this;\n\n _this = _Component.call(this, player, options, ready) || this;\n var updateDisplayHandler = bind(_assertThisInitialized(_assertThisInitialized(_this)), _this.updateDisplay);\n player.on('loadstart', bind(_assertThisInitialized(_assertThisInitialized(_this)), _this.toggleDisplay));\n player.on('texttrackchange', updateDisplayHandler);\n player.on('loadedmetadata', bind(_assertThisInitialized(_assertThisInitialized(_this)), _this.preselectTrack)); // This used to be called during player init, but was causing an error\n // if a track should show by default and the display hadn't loaded yet.\n // Should probably be moved to an external track loader when we support\n // tracks that don't need a display.\n\n player.ready(bind(_assertThisInitialized(_assertThisInitialized(_this)), function () {\n if (player.tech_ && player.tech_.featuresNativeTextTracks) {\n this.hide();\n return;\n }\n\n player.on('fullscreenchange', updateDisplayHandler);\n player.on('playerresize', updateDisplayHandler);\n window$1.addEventListener('orientationchange', updateDisplayHandler);\n player.on('dispose', function () {\n return window$1.removeEventListener('orientationchange', updateDisplayHandler);\n });\n var tracks = this.options_.playerOptions.tracks || [];\n\n for (var i = 0; i < tracks.length; i++) {\n this.player_.addRemoteTextTrack(tracks[i], true);\n }\n\n this.preselectTrack();\n }));\n return _this;\n }\n /**\n * Preselect a track following this precedence:\n * - matches the previously selected {@link TextTrack}'s language and kind\n * - matches the previously selected {@link TextTrack}'s language only\n * - is the first default captions track\n * - is the first default descriptions track\n *\n * @listens Player#loadstart\n */\n\n\n var _proto = TextTrackDisplay.prototype;\n\n _proto.preselectTrack = function preselectTrack() {\n var modes = {\n captions: 1,\n subtitles: 1\n };\n var trackList = this.player_.textTracks();\n var userPref = this.player_.cache_.selectedLanguage;\n var firstDesc;\n var firstCaptions;\n var preferredTrack;\n\n for (var i = 0; i < trackList.length; i++) {\n var track = trackList[i];\n\n if (userPref && userPref.enabled && userPref.language && userPref.language === track.language && track.kind in modes) {\n // Always choose the track that matches both language and kind\n if (track.kind === userPref.kind) {\n preferredTrack = track; // or choose the first track that matches language\n } else if (!preferredTrack) {\n preferredTrack = track;\n } // clear everything if offTextTrackMenuItem was clicked\n\n } else if (userPref && !userPref.enabled) {\n preferredTrack = null;\n firstDesc = null;\n firstCaptions = null;\n } else if (track.default) {\n if (track.kind === 'descriptions' && !firstDesc) {\n firstDesc = track;\n } else if (track.kind in modes && !firstCaptions) {\n firstCaptions = track;\n }\n }\n } // The preferredTrack matches the user preference and takes\n // precedence over all the other tracks.\n // So, display the preferredTrack before the first default track\n // and the subtitles/captions track before the descriptions track\n\n\n if (preferredTrack) {\n preferredTrack.mode = 'showing';\n } else if (firstCaptions) {\n firstCaptions.mode = 'showing';\n } else if (firstDesc) {\n firstDesc.mode = 'showing';\n }\n };\n /**\n * Turn display of {@link TextTrack}'s from the current state into the other state.\n * There are only two states:\n * - 'shown'\n * - 'hidden'\n *\n * @listens Player#loadstart\n */\n\n\n _proto.toggleDisplay = function toggleDisplay() {\n if (this.player_.tech_ && this.player_.tech_.featuresNativeTextTracks) {\n this.hide();\n } else {\n this.show();\n }\n };\n /**\n * Create the {@link Component}'s DOM element.\n *\n * @return {Element}\n * The element that was created.\n */\n\n\n _proto.createEl = function createEl() {\n return _Component.prototype.createEl.call(this, 'div', {\n className: 'vjs-text-track-display'\n }, {\n 'aria-live': 'off',\n 'aria-atomic': 'true'\n });\n };\n /**\n * Clear all displayed {@link TextTrack}s.\n */\n\n\n _proto.clearDisplay = function clearDisplay() {\n if (typeof window$1.WebVTT === 'function') {\n window$1.WebVTT.processCues(window$1, [], this.el_);\n }\n };\n /**\n * Update the displayed TextTrack when a either a {@link Player#texttrackchange} or\n * a {@link Player#fullscreenchange} is fired.\n *\n * @listens Player#texttrackchange\n * @listens Player#fullscreenchange\n */\n\n\n _proto.updateDisplay = function updateDisplay() {\n var tracks = this.player_.textTracks();\n this.clearDisplay(); // Track display prioritization model: if multiple tracks are 'showing',\n // display the first 'subtitles' or 'captions' track which is 'showing',\n // otherwise display the first 'descriptions' track which is 'showing'\n\n var descriptionsTrack = null;\n var captionsSubtitlesTrack = null;\n var i = tracks.length;\n\n while (i--) {\n var track = tracks[i];\n\n if (track.mode === 'showing') {\n if (track.kind === 'descriptions') {\n descriptionsTrack = track;\n } else {\n captionsSubtitlesTrack = track;\n }\n }\n }\n\n if (captionsSubtitlesTrack) {\n if (this.getAttribute('aria-live') !== 'off') {\n this.setAttribute('aria-live', 'off');\n }\n\n this.updateForTrack(captionsSubtitlesTrack);\n } else if (descriptionsTrack) {\n if (this.getAttribute('aria-live') !== 'assertive') {\n this.setAttribute('aria-live', 'assertive');\n }\n\n this.updateForTrack(descriptionsTrack);\n }\n };\n /**\n * Add an {@link TextTrack} to to the {@link Tech}s {@link TextTrackList}.\n *\n * @param {TextTrack} track\n * Text track object to be added to the list.\n */\n\n\n _proto.updateForTrack = function updateForTrack(track) {\n if (typeof window$1.WebVTT !== 'function' || !track.activeCues) {\n return;\n }\n\n var cues = [];\n\n for (var _i = 0; _i < track.activeCues.length; _i++) {\n cues.push(track.activeCues[_i]);\n }\n\n window$1.WebVTT.processCues(window$1, cues, this.el_);\n\n if (!this.player_.textTrackSettings) {\n return;\n }\n\n var overrides = this.player_.textTrackSettings.getValues();\n var i = cues.length;\n\n while (i--) {\n var cue = cues[i];\n\n if (!cue) {\n continue;\n }\n\n var cueDiv = cue.displayState;\n\n if (overrides.color) {\n cueDiv.firstChild.style.color = overrides.color;\n }\n\n if (overrides.textOpacity) {\n tryUpdateStyle(cueDiv.firstChild, 'color', constructColor(overrides.color || '#fff', overrides.textOpacity));\n }\n\n if (overrides.backgroundColor) {\n cueDiv.firstChild.style.backgroundColor = overrides.backgroundColor;\n }\n\n if (overrides.backgroundOpacity) {\n tryUpdateStyle(cueDiv.firstChild, 'backgroundColor', constructColor(overrides.backgroundColor || '#000', overrides.backgroundOpacity));\n }\n\n if (overrides.windowColor) {\n if (overrides.windowOpacity) {\n tryUpdateStyle(cueDiv, 'backgroundColor', constructColor(overrides.windowColor, overrides.windowOpacity));\n } else {\n cueDiv.style.backgroundColor = overrides.windowColor;\n }\n }\n\n if (overrides.edgeStyle) {\n if (overrides.edgeStyle === 'dropshadow') {\n cueDiv.firstChild.style.textShadow = \"2px 2px 3px \" + darkGray + \", 2px 2px 4px \" + darkGray + \", 2px 2px 5px \" + darkGray;\n } else if (overrides.edgeStyle === 'raised') {\n cueDiv.firstChild.style.textShadow = \"1px 1px \" + darkGray + \", 2px 2px \" + darkGray + \", 3px 3px \" + darkGray;\n } else if (overrides.edgeStyle === 'depressed') {\n cueDiv.firstChild.style.textShadow = \"1px 1px \" + lightGray + \", 0 1px \" + lightGray + \", -1px -1px \" + darkGray + \", 0 -1px \" + darkGray;\n } else if (overrides.edgeStyle === 'uniform') {\n cueDiv.firstChild.style.textShadow = \"0 0 4px \" + darkGray + \", 0 0 4px \" + darkGray + \", 0 0 4px \" + darkGray + \", 0 0 4px \" + darkGray;\n }\n }\n\n if (overrides.fontPercent && overrides.fontPercent !== 1) {\n var fontSize = window$1.parseFloat(cueDiv.style.fontSize);\n cueDiv.style.fontSize = fontSize * overrides.fontPercent + 'px';\n cueDiv.style.height = 'auto';\n cueDiv.style.top = 'auto';\n cueDiv.style.bottom = '2px';\n }\n\n if (overrides.fontFamily && overrides.fontFamily !== 'default') {\n if (overrides.fontFamily === 'small-caps') {\n cueDiv.firstChild.style.fontVariant = 'small-caps';\n } else {\n cueDiv.firstChild.style.fontFamily = fontMap[overrides.fontFamily];\n }\n }\n }\n };\n\n return TextTrackDisplay;\n}(Component);\n\nComponent.registerComponent('TextTrackDisplay', TextTrackDisplay);\n\n/**\n * A loading spinner for use during waiting/loading events.\n *\n * @extends Component\n */\n\nvar LoadingSpinner =\n/*#__PURE__*/\nfunction (_Component) {\n _inheritsLoose(LoadingSpinner, _Component);\n\n function LoadingSpinner() {\n return _Component.apply(this, arguments) || this;\n }\n\n var _proto = LoadingSpinner.prototype;\n\n /**\n * Create the `LoadingSpinner`s DOM element.\n *\n * @return {Element}\n * The dom element that gets created.\n */\n _proto.createEl = function createEl$$1() {\n var isAudio = this.player_.isAudio();\n var playerType = this.localize(isAudio ? 'Audio Player' : 'Video Player');\n var controlText = createEl('span', {\n className: 'vjs-control-text',\n innerHTML: this.localize('{1} is loading.', [playerType])\n });\n\n var el = _Component.prototype.createEl.call(this, 'div', {\n className: 'vjs-loading-spinner',\n dir: 'ltr'\n });\n\n el.appendChild(controlText);\n return el;\n };\n\n return LoadingSpinner;\n}(Component);\n\nComponent.registerComponent('LoadingSpinner', LoadingSpinner);\n\n/**\n * Base class for all buttons.\n *\n * @extends ClickableComponent\n */\n\nvar Button =\n/*#__PURE__*/\nfunction (_ClickableComponent) {\n _inheritsLoose(Button, _ClickableComponent);\n\n function Button() {\n return _ClickableComponent.apply(this, arguments) || this;\n }\n\n var _proto = Button.prototype;\n\n /**\n * Create the `Button`s DOM element.\n *\n * @param {string} [tag=\"button\"]\n * The element's node type. This argument is IGNORED: no matter what\n * is passed, it will always create a `button` element.\n *\n * @param {Object} [props={}]\n * An object of properties that should be set on the element.\n *\n * @param {Object} [attributes={}]\n * An object of attributes that should be set on the element.\n *\n * @return {Element}\n * The element that gets created.\n */\n _proto.createEl = function createEl(tag, props, attributes) {\n if (props === void 0) {\n props = {};\n }\n\n if (attributes === void 0) {\n attributes = {};\n }\n\n tag = 'button';\n props = assign({\n innerHTML: '<span aria-hidden=\"true\" class=\"vjs-icon-placeholder\"></span>',\n className: this.buildCSSClass()\n }, props); // Add attributes for button element\n\n attributes = assign({\n // Necessary since the default button type is \"submit\"\n type: 'button'\n }, attributes);\n var el = Component.prototype.createEl.call(this, tag, props, attributes);\n this.createControlTextEl(el);\n return el;\n };\n /**\n * Add a child `Component` inside of this `Button`.\n *\n * @param {string|Component} child\n * The name or instance of a child to add.\n *\n * @param {Object} [options={}]\n * The key/value store of options that will get passed to children of\n * the child.\n *\n * @return {Component}\n * The `Component` that gets added as a child. When using a string the\n * `Component` will get created by this process.\n *\n * @deprecated since version 5\n */\n\n\n _proto.addChild = function addChild(child, options) {\n if (options === void 0) {\n options = {};\n }\n\n var className = this.constructor.name;\n log.warn(\"Adding an actionable (user controllable) child to a Button (\" + className + \") is not supported; use a ClickableComponent instead.\"); // Avoid the error message generated by ClickableComponent's addChild method\n\n return Component.prototype.addChild.call(this, child, options);\n };\n /**\n * Enable the `Button` element so that it can be activated or clicked. Use this with\n * {@link Button#disable}.\n */\n\n\n _proto.enable = function enable() {\n _ClickableComponent.prototype.enable.call(this);\n\n this.el_.removeAttribute('disabled');\n };\n /**\n * Disable the `Button` element so that it cannot be activated or clicked. Use this with\n * {@link Button#enable}.\n */\n\n\n _proto.disable = function disable() {\n _ClickableComponent.prototype.disable.call(this);\n\n this.el_.setAttribute('disabled', 'disabled');\n };\n /**\n * This gets called when a `Button` has focus and `keydown` is triggered via a key\n * press.\n *\n * @param {EventTarget~Event} event\n * The event that caused this function to get called.\n *\n * @listens keydown\n */\n\n\n _proto.handleKeyPress = function handleKeyPress(event) {\n // Ignore Space (32) or Enter (13) key operation, which is handled by the browser for a button.\n if (event.which === 32 || event.which === 13) {\n return;\n } // Pass keypress handling up for unsupported keys\n\n\n _ClickableComponent.prototype.handleKeyPress.call(this, event);\n };\n\n return Button;\n}(ClickableComponent);\n\nComponent.registerComponent('Button', Button);\n\n/**\n * The initial play button that shows before the video has played. The hiding of the\n * `BigPlayButton` get done via CSS and `Player` states.\n *\n * @extends Button\n */\n\nvar BigPlayButton =\n/*#__PURE__*/\nfunction (_Button) {\n _inheritsLoose(BigPlayButton, _Button);\n\n function BigPlayButton(player, options) {\n var _this;\n\n _this = _Button.call(this, player, options) || this;\n _this.mouseused_ = false;\n\n _this.on('mousedown', _this.handleMouseDown);\n\n return _this;\n }\n /**\n * Builds the default DOM `className`.\n *\n * @return {string}\n * The DOM `className` for this object. Always returns 'vjs-big-play-button'.\n */\n\n\n var _proto = BigPlayButton.prototype;\n\n _proto.buildCSSClass = function buildCSSClass() {\n return 'vjs-big-play-button';\n };\n /**\n * This gets called when a `BigPlayButton` \"clicked\". See {@link ClickableComponent}\n * for more detailed information on what a click can be.\n *\n * @param {EventTarget~Event} event\n * The `keydown`, `tap`, or `click` event that caused this function to be\n * called.\n *\n * @listens tap\n * @listens click\n */\n\n\n _proto.handleClick = function handleClick(event) {\n var playPromise = this.player_.play(); // exit early if clicked via the mouse\n\n if (this.mouseused_ && event.clientX && event.clientY) {\n silencePromise(playPromise);\n return;\n }\n\n var cb = this.player_.getChild('controlBar');\n var playToggle = cb && cb.getChild('playToggle');\n\n if (!playToggle) {\n this.player_.focus();\n return;\n }\n\n var playFocus = function playFocus() {\n return playToggle.focus();\n };\n\n if (isPromise(playPromise)) {\n playPromise.then(playFocus, function () {});\n } else {\n this.setTimeout(playFocus, 1);\n }\n };\n\n _proto.handleKeyPress = function handleKeyPress(event) {\n this.mouseused_ = false;\n\n _Button.prototype.handleKeyPress.call(this, event);\n };\n\n _proto.handleMouseDown = function handleMouseDown(event) {\n this.mouseused_ = true;\n };\n\n return BigPlayButton;\n}(Button);\n/**\n * The text that should display over the `BigPlayButton`s controls. Added to for localization.\n *\n * @type {string}\n * @private\n */\n\n\nBigPlayButton.prototype.controlText_ = 'Play Video';\nComponent.registerComponent('BigPlayButton', BigPlayButton);\n\n/**\n * The `CloseButton` is a `{@link Button}` that fires a `close` event when\n * it gets clicked.\n *\n * @extends Button\n */\n\nvar CloseButton =\n/*#__PURE__*/\nfunction (_Button) {\n _inheritsLoose(CloseButton, _Button);\n\n /**\n * Creates an instance of the this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n */\n function CloseButton(player, options) {\n var _this;\n\n _this = _Button.call(this, player, options) || this;\n\n _this.controlText(options && options.controlText || _this.localize('Close'));\n\n return _this;\n }\n /**\n * Builds the default DOM `className`.\n *\n * @return {string}\n * The DOM `className` for this object.\n */\n\n\n var _proto = CloseButton.prototype;\n\n _proto.buildCSSClass = function buildCSSClass() {\n return \"vjs-close-button \" + _Button.prototype.buildCSSClass.call(this);\n };\n /**\n * This gets called when a `CloseButton` gets clicked. See\n * {@link ClickableComponent#handleClick} for more information on when this will be\n * triggered\n *\n * @param {EventTarget~Event} event\n * The `keydown`, `tap`, or `click` event that caused this function to be\n * called.\n *\n * @listens tap\n * @listens click\n * @fires CloseButton#close\n */\n\n\n _proto.handleClick = function handleClick(event) {\n /**\n * Triggered when the a `CloseButton` is clicked.\n *\n * @event CloseButton#close\n * @type {EventTarget~Event}\n *\n * @property {boolean} [bubbles=false]\n * set to false so that the close event does not\n * bubble up to parents if there is no listener\n */\n this.trigger({\n type: 'close',\n bubbles: false\n });\n };\n\n return CloseButton;\n}(Button);\n\nComponent.registerComponent('CloseButton', CloseButton);\n\n/**\n * Button to toggle between play and pause.\n *\n * @extends Button\n */\n\nvar PlayToggle =\n/*#__PURE__*/\nfunction (_Button) {\n _inheritsLoose(PlayToggle, _Button);\n\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options={}]\n * The key/value store of player options.\n */\n function PlayToggle(player, options) {\n var _this;\n\n if (options === void 0) {\n options = {};\n }\n\n _this = _Button.call(this, player, options) || this; // show or hide replay icon\n\n options.replay = options.replay === undefined || options.replay;\n\n _this.on(player, 'play', _this.handlePlay);\n\n _this.on(player, 'pause', _this.handlePause);\n\n if (options.replay) {\n _this.on(player, 'ended', _this.handleEnded);\n }\n\n return _this;\n }\n /**\n * Builds the default DOM `className`.\n *\n * @return {string}\n * The DOM `className` for this object.\n */\n\n\n var _proto = PlayToggle.prototype;\n\n _proto.buildCSSClass = function buildCSSClass() {\n return \"vjs-play-control \" + _Button.prototype.buildCSSClass.call(this);\n };\n /**\n * This gets called when an `PlayToggle` is \"clicked\". See\n * {@link ClickableComponent} for more detailed information on what a click can be.\n *\n * @param {EventTarget~Event} [event]\n * The `keydown`, `tap`, or `click` event that caused this function to be\n * called.\n *\n * @listens tap\n * @listens click\n */\n\n\n _proto.handleClick = function handleClick(event) {\n if (this.player_.paused()) {\n this.player_.play();\n } else {\n this.player_.pause();\n }\n };\n /**\n * This gets called once after the video has ended and the user seeks so that\n * we can change the replay button back to a play button.\n *\n * @param {EventTarget~Event} [event]\n * The event that caused this function to run.\n *\n * @listens Player#seeked\n */\n\n\n _proto.handleSeeked = function handleSeeked(event) {\n this.removeClass('vjs-ended');\n\n if (this.player_.paused()) {\n this.handlePause(event);\n } else {\n this.handlePlay(event);\n }\n };\n /**\n * Add the vjs-playing class to the element so it can change appearance.\n *\n * @param {EventTarget~Event} [event]\n * The event that caused this function to run.\n *\n * @listens Player#play\n */\n\n\n _proto.handlePlay = function handlePlay(event) {\n this.removeClass('vjs-ended');\n this.removeClass('vjs-paused');\n this.addClass('vjs-playing'); // change the button text to \"Pause\"\n\n this.controlText('Pause');\n };\n /**\n * Add the vjs-paused class to the element so it can change appearance.\n *\n * @param {EventTarget~Event} [event]\n * The event that caused this function to run.\n *\n * @listens Player#pause\n */\n\n\n _proto.handlePause = function handlePause(event) {\n this.removeClass('vjs-playing');\n this.addClass('vjs-paused'); // change the button text to \"Play\"\n\n this.controlText('Play');\n };\n /**\n * Add the vjs-ended class to the element so it can change appearance\n *\n * @param {EventTarget~Event} [event]\n * The event that caused this function to run.\n *\n * @listens Player#ended\n */\n\n\n _proto.handleEnded = function handleEnded(event) {\n this.removeClass('vjs-playing');\n this.addClass('vjs-ended'); // change the button text to \"Replay\"\n\n this.controlText('Replay'); // on the next seek remove the replay button\n\n this.one(this.player_, 'seeked', this.handleSeeked);\n };\n\n return PlayToggle;\n}(Button);\n/**\n * The text that should display over the `PlayToggle`s controls. Added for localization.\n *\n * @type {string}\n * @private\n */\n\n\nPlayToggle.prototype.controlText_ = 'Play';\nComponent.registerComponent('PlayToggle', PlayToggle);\n\n/**\n * @file format-time.js\n * @module format-time\n */\n\n/**\n * Format seconds as a time string, H:MM:SS or M:SS. Supplying a guide (in\n * seconds) will force a number of leading zeros to cover the length of the\n * guide.\n *\n * @private\n * @param {number} seconds\n * Number of seconds to be turned into a string\n *\n * @param {number} guide\n * Number (in seconds) to model the string after\n *\n * @return {string}\n * Time formatted as H:MM:SS or M:SS\n */\nvar defaultImplementation = function defaultImplementation(seconds, guide) {\n seconds = seconds < 0 ? 0 : seconds;\n var s = Math.floor(seconds % 60);\n var m = Math.floor(seconds / 60 % 60);\n var h = Math.floor(seconds / 3600);\n var gm = Math.floor(guide / 60 % 60);\n var gh = Math.floor(guide / 3600); // handle invalid times\n\n if (isNaN(seconds) || seconds === Infinity) {\n // '-' is false for all relational operators (e.g. <, >=) so this setting\n // will add the minimum number of fields specified by the guide\n h = m = s = '-';\n } // Check if we need to show hours\n\n\n h = h > 0 || gh > 0 ? h + ':' : ''; // If hours are showing, we may need to add a leading zero.\n // Always show at least one digit of minutes.\n\n m = ((h || gm >= 10) && m < 10 ? '0' + m : m) + ':'; // Check if leading zero is need for seconds\n\n s = s < 10 ? '0' + s : s;\n return h + m + s;\n}; // Internal pointer to the current implementation.\n\n\nvar implementation = defaultImplementation;\n/**\n * Replaces the default formatTime implementation with a custom implementation.\n *\n * @param {Function} customImplementation\n * A function which will be used in place of the default formatTime\n * implementation. Will receive the current time in seconds and the\n * guide (in seconds) as arguments.\n */\n\nfunction setFormatTime(customImplementation) {\n implementation = customImplementation;\n}\n/**\n * Resets formatTime to the default implementation.\n */\n\nfunction resetFormatTime() {\n implementation = defaultImplementation;\n}\n/**\n * Delegates to either the default time formatting function or a custom\n * function supplied via `setFormatTime`.\n *\n * Formats seconds as a time string (H:MM:SS or M:SS). Supplying a\n * guide (in seconds) will force a number of leading zeros to cover the\n * length of the guide.\n *\n * @static\n * @example formatTime(125, 600) === \"02:05\"\n * @param {number} seconds\n * Number of seconds to be turned into a string\n *\n * @param {number} guide\n * Number (in seconds) to model the string after\n *\n * @return {string}\n * Time formatted as H:MM:SS or M:SS\n */\n\nfunction formatTime(seconds, guide) {\n if (guide === void 0) {\n guide = seconds;\n }\n\n return implementation(seconds, guide);\n}\n\n/**\n * Displays time information about the video\n *\n * @extends Component\n */\n\nvar TimeDisplay =\n/*#__PURE__*/\nfunction (_Component) {\n _inheritsLoose(TimeDisplay, _Component);\n\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n */\n function TimeDisplay(player, options) {\n var _this;\n\n _this = _Component.call(this, player, options) || this;\n _this.throttledUpdateContent = throttle(bind(_assertThisInitialized(_assertThisInitialized(_this)), _this.updateContent), 25);\n\n _this.on(player, 'timeupdate', _this.throttledUpdateContent);\n\n return _this;\n }\n /**\n * Create the `Component`'s DOM element\n *\n * @return {Element}\n * The element that was created.\n */\n\n\n var _proto = TimeDisplay.prototype;\n\n _proto.createEl = function createEl$$1(plainName) {\n var className = this.buildCSSClass();\n\n var el = _Component.prototype.createEl.call(this, 'div', {\n className: className + \" vjs-time-control vjs-control\",\n innerHTML: \"<span class=\\\"vjs-control-text\\\" role=\\\"presentation\\\">\" + this.localize(this.labelText_) + \"\\xA0</span>\"\n });\n\n this.contentEl_ = createEl('span', {\n className: className + \"-display\"\n }, {\n // tell screen readers not to automatically read the time as it changes\n 'aria-live': 'off',\n // span elements have no implicit role, but some screen readers (notably VoiceOver)\n // treat them as a break between items in the DOM when using arrow keys\n // (or left-to-right swipes on iOS) to read contents of a page. Using\n // role='presentation' causes VoiceOver to NOT treat this span as a break.\n 'role': 'presentation'\n });\n this.updateTextNode_();\n el.appendChild(this.contentEl_);\n return el;\n };\n\n _proto.dispose = function dispose() {\n this.contentEl_ = null;\n this.textNode_ = null;\n\n _Component.prototype.dispose.call(this);\n };\n /**\n * Updates the \"remaining time\" text node with new content using the\n * contents of the `formattedTime_` property.\n *\n * @private\n */\n\n\n _proto.updateTextNode_ = function updateTextNode_() {\n if (!this.contentEl_) {\n return;\n }\n\n while (this.contentEl_.firstChild) {\n this.contentEl_.removeChild(this.contentEl_.firstChild);\n }\n\n this.textNode_ = document.createTextNode(this.formattedTime_ || this.formatTime_(0));\n this.contentEl_.appendChild(this.textNode_);\n };\n /**\n * Generates a formatted time for this component to use in display.\n *\n * @param {number} time\n * A numeric time, in seconds.\n *\n * @return {string}\n * A formatted time\n *\n * @private\n */\n\n\n _proto.formatTime_ = function formatTime_(time) {\n return formatTime(time);\n };\n /**\n * Updates the time display text node if it has what was passed in changed\n * the formatted time.\n *\n * @param {number} time\n * The time to update to\n *\n * @private\n */\n\n\n _proto.updateFormattedTime_ = function updateFormattedTime_(time) {\n var formattedTime = this.formatTime_(time);\n\n if (formattedTime === this.formattedTime_) {\n return;\n }\n\n this.formattedTime_ = formattedTime;\n this.requestAnimationFrame(this.updateTextNode_);\n };\n /**\n * To be filled out in the child class, should update the displayed time\n * in accordance with the fact that the current time has changed.\n *\n * @param {EventTarget~Event} [event]\n * The `timeupdate` event that caused this to run.\n *\n * @listens Player#timeupdate\n */\n\n\n _proto.updateContent = function updateContent(event) {};\n\n return TimeDisplay;\n}(Component);\n/**\n * The text that is added to the `TimeDisplay` for screen reader users.\n *\n * @type {string}\n * @private\n */\n\n\nTimeDisplay.prototype.labelText_ = 'Time';\n/**\n * The text that should display over the `TimeDisplay`s controls. Added to for localization.\n *\n * @type {string}\n * @private\n *\n * @deprecated in v7; controlText_ is not used in non-active display Components\n */\n\nTimeDisplay.prototype.controlText_ = 'Time';\nComponent.registerComponent('TimeDisplay', TimeDisplay);\n\n/**\n * Displays the current time\n *\n * @extends Component\n */\n\nvar CurrentTimeDisplay =\n/*#__PURE__*/\nfunction (_TimeDisplay) {\n _inheritsLoose(CurrentTimeDisplay, _TimeDisplay);\n\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n */\n function CurrentTimeDisplay(player, options) {\n var _this;\n\n _this = _TimeDisplay.call(this, player, options) || this;\n\n _this.on(player, 'ended', _this.handleEnded);\n\n return _this;\n }\n /**\n * Builds the default DOM `className`.\n *\n * @return {string}\n * The DOM `className` for this object.\n */\n\n\n var _proto = CurrentTimeDisplay.prototype;\n\n _proto.buildCSSClass = function buildCSSClass() {\n return 'vjs-current-time';\n };\n /**\n * Update current time display\n *\n * @param {EventTarget~Event} [event]\n * The `timeupdate` event that caused this function to run.\n *\n * @listens Player#timeupdate\n */\n\n\n _proto.updateContent = function updateContent(event) {\n // Allows for smooth scrubbing, when player can't keep up.\n var time = this.player_.scrubbing() ? this.player_.getCache().currentTime : this.player_.currentTime();\n this.updateFormattedTime_(time);\n };\n /**\n * When the player fires ended there should be no time left. Sadly\n * this is not always the case, lets make it seem like that is the case\n * for users.\n *\n * @param {EventTarget~Event} [event]\n * The `ended` event that caused this to run.\n *\n * @listens Player#ended\n */\n\n\n _proto.handleEnded = function handleEnded(event) {\n if (!this.player_.duration()) {\n return;\n }\n\n this.updateFormattedTime_(this.player_.duration());\n };\n\n return CurrentTimeDisplay;\n}(TimeDisplay);\n/**\n * The text that is added to the `CurrentTimeDisplay` for screen reader users.\n *\n * @type {string}\n * @private\n */\n\n\nCurrentTimeDisplay.prototype.labelText_ = 'Current Time';\n/**\n * The text that should display over the `CurrentTimeDisplay`s controls. Added to for localization.\n *\n * @type {string}\n * @private\n *\n * @deprecated in v7; controlText_ is not used in non-active display Components\n */\n\nCurrentTimeDisplay.prototype.controlText_ = 'Current Time';\nComponent.registerComponent('CurrentTimeDisplay', CurrentTimeDisplay);\n\n/**\n * Displays the duration\n *\n * @extends Component\n */\n\nvar DurationDisplay =\n/*#__PURE__*/\nfunction (_TimeDisplay) {\n _inheritsLoose(DurationDisplay, _TimeDisplay);\n\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n */\n function DurationDisplay(player, options) {\n var _this;\n\n _this = _TimeDisplay.call(this, player, options) || this; // we do not want to/need to throttle duration changes,\n // as they should always display the changed duration as\n // it has changed\n\n _this.on(player, 'durationchange', _this.updateContent); // Listen to loadstart because the player duration is reset when a new media element is loaded,\n // but the durationchange on the user agent will not fire.\n // @see [Spec]{@link https://www.w3.org/TR/2011/WD-html5-20110113/video.html#media-element-load-algorithm}\n\n\n _this.on(player, 'loadstart', _this.updateContent); // Also listen for timeupdate (in the parent) and loadedmetadata because removing those\n // listeners could have broken dependent applications/libraries. These\n // can likely be removed for 7.0.\n\n\n _this.on(player, 'loadedmetadata', _this.throttledUpdateContent);\n\n return _this;\n }\n /**\n * Builds the default DOM `className`.\n *\n * @return {string}\n * The DOM `className` for this object.\n */\n\n\n var _proto = DurationDisplay.prototype;\n\n _proto.buildCSSClass = function buildCSSClass() {\n return 'vjs-duration';\n };\n /**\n * Update duration time display.\n *\n * @param {EventTarget~Event} [event]\n * The `durationchange`, `timeupdate`, or `loadedmetadata` event that caused\n * this function to be called.\n *\n * @listens Player#durationchange\n * @listens Player#timeupdate\n * @listens Player#loadedmetadata\n */\n\n\n _proto.updateContent = function updateContent(event) {\n var duration = this.player_.duration();\n\n if (this.duration_ !== duration) {\n this.duration_ = duration;\n this.updateFormattedTime_(duration);\n }\n };\n\n return DurationDisplay;\n}(TimeDisplay);\n/**\n * The text that is added to the `DurationDisplay` for screen reader users.\n *\n * @type {string}\n * @private\n */\n\n\nDurationDisplay.prototype.labelText_ = 'Duration';\n/**\n * The text that should display over the `DurationDisplay`s controls. Added to for localization.\n *\n * @type {string}\n * @private\n *\n * @deprecated in v7; controlText_ is not used in non-active display Components\n */\n\nDurationDisplay.prototype.controlText_ = 'Duration';\nComponent.registerComponent('DurationDisplay', DurationDisplay);\n\n/**\n * The separator between the current time and duration.\n * Can be hidden if it's not needed in the design.\n *\n * @extends Component\n */\n\nvar TimeDivider =\n/*#__PURE__*/\nfunction (_Component) {\n _inheritsLoose(TimeDivider, _Component);\n\n function TimeDivider() {\n return _Component.apply(this, arguments) || this;\n }\n\n var _proto = TimeDivider.prototype;\n\n /**\n * Create the component's DOM element\n *\n * @return {Element}\n * The element that was created.\n */\n _proto.createEl = function createEl() {\n return _Component.prototype.createEl.call(this, 'div', {\n className: 'vjs-time-control vjs-time-divider',\n innerHTML: '<div><span>/</span></div>'\n }, {\n // this element and its contents can be hidden from assistive techs since\n // it is made extraneous by the announcement of the control text\n // for the current time and duration displays\n 'aria-hidden': true\n });\n };\n\n return TimeDivider;\n}(Component);\n\nComponent.registerComponent('TimeDivider', TimeDivider);\n\n/**\n * Displays the time left in the video\n *\n * @extends Component\n */\n\nvar RemainingTimeDisplay =\n/*#__PURE__*/\nfunction (_TimeDisplay) {\n _inheritsLoose(RemainingTimeDisplay, _TimeDisplay);\n\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n */\n function RemainingTimeDisplay(player, options) {\n var _this;\n\n _this = _TimeDisplay.call(this, player, options) || this;\n\n _this.on(player, 'durationchange', _this.throttledUpdateContent);\n\n _this.on(player, 'ended', _this.handleEnded);\n\n return _this;\n }\n /**\n * Builds the default DOM `className`.\n *\n * @return {string}\n * The DOM `className` for this object.\n */\n\n\n var _proto = RemainingTimeDisplay.prototype;\n\n _proto.buildCSSClass = function buildCSSClass() {\n return 'vjs-remaining-time';\n };\n /**\n * The remaining time display prefixes numbers with a \"minus\" character.\n *\n * @param {number} time\n * A numeric time, in seconds.\n *\n * @return {string}\n * A formatted time\n *\n * @private\n */\n\n\n _proto.formatTime_ = function formatTime_(time) {\n // TODO: The \"-\" should be decorative, and not announced by a screen reader\n return '-' + _TimeDisplay.prototype.formatTime_.call(this, time);\n };\n /**\n * Update remaining time display.\n *\n * @param {EventTarget~Event} [event]\n * The `timeupdate` or `durationchange` event that caused this to run.\n *\n * @listens Player#timeupdate\n * @listens Player#durationchange\n */\n\n\n _proto.updateContent = function updateContent(event) {\n if (!this.player_.duration()) {\n return;\n } // @deprecated We should only use remainingTimeDisplay\n // as of video.js 7\n\n\n if (this.player_.remainingTimeDisplay) {\n this.updateFormattedTime_(this.player_.remainingTimeDisplay());\n } else {\n this.updateFormattedTime_(this.player_.remainingTime());\n }\n };\n /**\n * When the player fires ended there should be no time left. Sadly\n * this is not always the case, lets make it seem like that is the case\n * for users.\n *\n * @param {EventTarget~Event} [event]\n * The `ended` event that caused this to run.\n *\n * @listens Player#ended\n */\n\n\n _proto.handleEnded = function handleEnded(event) {\n if (!this.player_.duration()) {\n return;\n }\n\n this.updateFormattedTime_(0);\n };\n\n return RemainingTimeDisplay;\n}(TimeDisplay);\n/**\n * The text that is added to the `RemainingTimeDisplay` for screen reader users.\n *\n * @type {string}\n * @private\n */\n\n\nRemainingTimeDisplay.prototype.labelText_ = 'Remaining Time';\n/**\n * The text that should display over the `RemainingTimeDisplay`s controls. Added to for localization.\n *\n * @type {string}\n * @private\n *\n * @deprecated in v7; controlText_ is not used in non-active display Components\n */\n\nRemainingTimeDisplay.prototype.controlText_ = 'Remaining Time';\nComponent.registerComponent('RemainingTimeDisplay', RemainingTimeDisplay);\n\n/**\n * Displays the live indicator when duration is Infinity.\n *\n * @extends Component\n */\n\nvar LiveDisplay =\n/*#__PURE__*/\nfunction (_Component) {\n _inheritsLoose(LiveDisplay, _Component);\n\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n */\n function LiveDisplay(player, options) {\n var _this;\n\n _this = _Component.call(this, player, options) || this;\n\n _this.updateShowing();\n\n _this.on(_this.player(), 'durationchange', _this.updateShowing);\n\n return _this;\n }\n /**\n * Create the `Component`'s DOM element\n *\n * @return {Element}\n * The element that was created.\n */\n\n\n var _proto = LiveDisplay.prototype;\n\n _proto.createEl = function createEl$$1() {\n var el = _Component.prototype.createEl.call(this, 'div', {\n className: 'vjs-live-control vjs-control'\n });\n\n this.contentEl_ = createEl('div', {\n className: 'vjs-live-display',\n innerHTML: \"<span class=\\\"vjs-control-text\\\">\" + this.localize('Stream Type') + \"\\xA0</span>\" + this.localize('LIVE')\n }, {\n 'aria-live': 'off'\n });\n el.appendChild(this.contentEl_);\n return el;\n };\n\n _proto.dispose = function dispose() {\n this.contentEl_ = null;\n\n _Component.prototype.dispose.call(this);\n };\n /**\n * Check the duration to see if the LiveDisplay should be showing or not. Then show/hide\n * it accordingly\n *\n * @param {EventTarget~Event} [event]\n * The {@link Player#durationchange} event that caused this function to run.\n *\n * @listens Player#durationchange\n */\n\n\n _proto.updateShowing = function updateShowing(event) {\n if (this.player().duration() === Infinity) {\n this.show();\n } else {\n this.hide();\n }\n };\n\n return LiveDisplay;\n}(Component);\n\nComponent.registerComponent('LiveDisplay', LiveDisplay);\n\n/**\n * Displays the live indicator when duration is Infinity.\n *\n * @extends Component\n */\n\nvar SeekToLive =\n/*#__PURE__*/\nfunction (_Button) {\n _inheritsLoose(SeekToLive, _Button);\n\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n */\n function SeekToLive(player, options) {\n var _this;\n\n _this = _Button.call(this, player, options) || this;\n\n _this.updateLiveEdgeStatus();\n\n if (_this.player_.liveTracker) {\n _this.on(_this.player_.liveTracker, 'liveedgechange', _this.updateLiveEdgeStatus);\n }\n\n return _this;\n }\n /**\n * Create the `Component`'s DOM element\n *\n * @return {Element}\n * The element that was created.\n */\n\n\n var _proto = SeekToLive.prototype;\n\n _proto.createEl = function createEl$$1() {\n var el = _Button.prototype.createEl.call(this, 'button', {\n className: 'vjs-seek-to-live-control vjs-control'\n });\n\n this.textEl_ = createEl('span', {\n className: 'vjs-seek-to-live-text',\n innerHTML: this.localize('LIVE')\n }, {\n 'aria-hidden': 'true'\n });\n el.appendChild(this.textEl_);\n return el;\n };\n /**\n * Update the state of this button if we are at the live edge\n * or not\n */\n\n\n _proto.updateLiveEdgeStatus = function updateLiveEdgeStatus(e) {\n // default to live edge\n if (!this.player_.liveTracker || this.player_.liveTracker.atLiveEdge()) {\n this.setAttribute('aria-disabled', true);\n this.addClass('vjs-at-live-edge');\n this.controlText('Seek to live, currently playing live');\n } else {\n this.setAttribute('aria-disabled', false);\n this.removeClass('vjs-at-live-edge');\n this.controlText('Seek to live, currently behind live');\n }\n };\n /**\n * On click bring us as near to the live point as possible.\n * This requires that we wait for the next `live-seekable-change`\n * event which will happen every segment length seconds.\n */\n\n\n _proto.handleClick = function handleClick() {\n this.player_.liveTracker.seekToLiveEdge();\n };\n /**\n * Dispose of the element and stop tracking\n */\n\n\n _proto.dispose = function dispose() {\n if (this.player_.liveTracker) {\n this.off(this.player_.liveTracker, 'liveedgechange', this.updateLiveEdgeStatus);\n }\n\n this.textEl_ = null;\n\n _Button.prototype.dispose.call(this);\n };\n\n return SeekToLive;\n}(Button);\n\nSeekToLive.prototype.controlText_ = 'Seek to live, currently playing live';\nComponent.registerComponent('SeekToLive', SeekToLive);\n\n/**\n * The base functionality for a slider. Can be vertical or horizontal.\n * For instance the volume bar or the seek bar on a video is a slider.\n *\n * @extends Component\n */\n\nvar Slider =\n/*#__PURE__*/\nfunction (_Component) {\n _inheritsLoose(Slider, _Component);\n\n /**\n * Create an instance of this class\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n */\n function Slider(player, options) {\n var _this;\n\n _this = _Component.call(this, player, options) || this; // Set property names to bar to match with the child Slider class is looking for\n\n _this.bar = _this.getChild(_this.options_.barName); // Set a horizontal or vertical class on the slider depending on the slider type\n\n _this.vertical(!!_this.options_.vertical);\n\n _this.enable();\n\n return _this;\n }\n /**\n * Are controls are currently enabled for this slider or not.\n *\n * @return {boolean}\n * true if controls are enabled, false otherwise\n */\n\n\n var _proto = Slider.prototype;\n\n _proto.enabled = function enabled() {\n return this.enabled_;\n };\n /**\n * Enable controls for this slider if they are disabled\n */\n\n\n _proto.enable = function enable() {\n if (this.enabled()) {\n return;\n }\n\n this.on('mousedown', this.handleMouseDown);\n this.on('touchstart', this.handleMouseDown);\n this.on('focus', this.handleFocus);\n this.on('blur', this.handleBlur);\n this.on('click', this.handleClick);\n this.on(this.player_, 'controlsvisible', this.update);\n\n if (this.playerEvent) {\n this.on(this.player_, this.playerEvent, this.update);\n }\n\n this.removeClass('disabled');\n this.setAttribute('tabindex', 0);\n this.enabled_ = true;\n };\n /**\n * Disable controls for this slider if they are enabled\n */\n\n\n _proto.disable = function disable() {\n if (!this.enabled()) {\n return;\n }\n\n var doc = this.bar.el_.ownerDocument;\n this.off('mousedown', this.handleMouseDown);\n this.off('touchstart', this.handleMouseDown);\n this.off('focus', this.handleFocus);\n this.off('blur', this.handleBlur);\n this.off('click', this.handleClick);\n this.off(this.player_, 'controlsvisible', this.update);\n this.off(doc, 'mousemove', this.handleMouseMove);\n this.off(doc, 'mouseup', this.handleMouseUp);\n this.off(doc, 'touchmove', this.handleMouseMove);\n this.off(doc, 'touchend', this.handleMouseUp);\n this.removeAttribute('tabindex');\n this.addClass('disabled');\n\n if (this.playerEvent) {\n this.off(this.player_, this.playerEvent, this.update);\n }\n\n this.enabled_ = false;\n };\n /**\n * Create the `Slider`s DOM element.\n *\n * @param {string} type\n * Type of element to create.\n *\n * @param {Object} [props={}]\n * List of properties in Object form.\n *\n * @param {Object} [attributes={}]\n * list of attributes in Object form.\n *\n * @return {Element}\n * The element that gets created.\n */\n\n\n _proto.createEl = function createEl$$1(type, props, attributes) {\n if (props === void 0) {\n props = {};\n }\n\n if (attributes === void 0) {\n attributes = {};\n }\n\n // Add the slider element class to all sub classes\n props.className = props.className + ' vjs-slider';\n props = assign({\n tabIndex: 0\n }, props);\n attributes = assign({\n 'role': 'slider',\n 'aria-valuenow': 0,\n 'aria-valuemin': 0,\n 'aria-valuemax': 100,\n 'tabIndex': 0\n }, attributes);\n return _Component.prototype.createEl.call(this, type, props, attributes);\n };\n /**\n * Handle `mousedown` or `touchstart` events on the `Slider`.\n *\n * @param {EventTarget~Event} event\n * `mousedown` or `touchstart` event that triggered this function\n *\n * @listens mousedown\n * @listens touchstart\n * @fires Slider#slideractive\n */\n\n\n _proto.handleMouseDown = function handleMouseDown(event) {\n var doc = this.bar.el_.ownerDocument;\n\n if (event.type === 'mousedown') {\n event.preventDefault();\n } // Do not call preventDefault() on touchstart in Chrome\n // to avoid console warnings. Use a 'touch-action: none' style\n // instead to prevent unintented scrolling.\n // https://developers.google.com/web/updates/2017/01/scrolling-intervention\n\n\n if (event.type === 'touchstart' && !IS_CHROME) {\n event.preventDefault();\n }\n\n blockTextSelection();\n this.addClass('vjs-sliding');\n /**\n * Triggered when the slider is in an active state\n *\n * @event Slider#slideractive\n * @type {EventTarget~Event}\n */\n\n this.trigger('slideractive');\n this.on(doc, 'mousemove', this.handleMouseMove);\n this.on(doc, 'mouseup', this.handleMouseUp);\n this.on(doc, 'touchmove', this.handleMouseMove);\n this.on(doc, 'touchend', this.handleMouseUp);\n this.handleMouseMove(event);\n };\n /**\n * Handle the `mousemove`, `touchmove`, and `mousedown` events on this `Slider`.\n * The `mousemove` and `touchmove` events will only only trigger this function during\n * `mousedown` and `touchstart`. This is due to {@link Slider#handleMouseDown} and\n * {@link Slider#handleMouseUp}.\n *\n * @param {EventTarget~Event} event\n * `mousedown`, `mousemove`, `touchstart`, or `touchmove` event that triggered\n * this function\n *\n * @listens mousemove\n * @listens touchmove\n */\n\n\n _proto.handleMouseMove = function handleMouseMove(event) {};\n /**\n * Handle `mouseup` or `touchend` events on the `Slider`.\n *\n * @param {EventTarget~Event} event\n * `mouseup` or `touchend` event that triggered this function.\n *\n * @listens touchend\n * @listens mouseup\n * @fires Slider#sliderinactive\n */\n\n\n _proto.handleMouseUp = function handleMouseUp() {\n var doc = this.bar.el_.ownerDocument;\n unblockTextSelection();\n this.removeClass('vjs-sliding');\n /**\n * Triggered when the slider is no longer in an active state.\n *\n * @event Slider#sliderinactive\n * @type {EventTarget~Event}\n */\n\n this.trigger('sliderinactive');\n this.off(doc, 'mousemove', this.handleMouseMove);\n this.off(doc, 'mouseup', this.handleMouseUp);\n this.off(doc, 'touchmove', this.handleMouseMove);\n this.off(doc, 'touchend', this.handleMouseUp);\n this.update();\n };\n /**\n * Update the progress bar of the `Slider`.\n *\n * @return {number}\n * The percentage of progress the progress bar represents as a\n * number from 0 to 1.\n */\n\n\n _proto.update = function update() {\n // In VolumeBar init we have a setTimeout for update that pops and update\n // to the end of the execution stack. The player is destroyed before then\n // update will cause an error\n if (!this.el_) {\n return;\n } // If scrubbing, we could use a cached value to make the handle keep up\n // with the user's mouse. On HTML5 browsers scrubbing is really smooth, but\n // some flash players are slow, so we might want to utilize this later.\n // var progress = (this.player_.scrubbing()) ? this.player_.getCache().currentTime / this.player_.duration() : this.player_.currentTime() / this.player_.duration();\n\n\n var progress = this.getPercent();\n var bar = this.bar; // If there's no bar...\n\n if (!bar) {\n return;\n } // Protect against no duration and other division issues\n\n\n if (typeof progress !== 'number' || progress !== progress || progress < 0 || progress === Infinity) {\n progress = 0;\n } // Convert to a percentage for setting\n\n\n var percentage = (progress * 100).toFixed(2) + '%';\n var style = bar.el().style; // Set the new bar width or height\n\n if (this.vertical()) {\n style.height = percentage;\n } else {\n style.width = percentage;\n }\n\n return progress;\n };\n /**\n * Calculate distance for slider\n *\n * @param {EventTarget~Event} event\n * The event that caused this function to run.\n *\n * @return {number}\n * The current position of the Slider.\n * - position.x for vertical `Slider`s\n * - position.y for horizontal `Slider`s\n */\n\n\n _proto.calculateDistance = function calculateDistance(event) {\n var position = getPointerPosition(this.el_, event);\n\n if (this.vertical()) {\n return position.y;\n }\n\n return position.x;\n };\n /**\n * Handle a `focus` event on this `Slider`.\n *\n * @param {EventTarget~Event} event\n * The `focus` event that caused this function to run.\n *\n * @listens focus\n */\n\n\n _proto.handleFocus = function handleFocus() {\n this.on(this.bar.el_.ownerDocument, 'keydown', this.handleKeyPress);\n };\n /**\n * Handle a `keydown` event on the `Slider`. Watches for left, rigth, up, and down\n * arrow keys. This function will only be called when the slider has focus. See\n * {@link Slider#handleFocus} and {@link Slider#handleBlur}.\n *\n * @param {EventTarget~Event} event\n * the `keydown` event that caused this function to run.\n *\n * @listens keydown\n */\n\n\n _proto.handleKeyPress = function handleKeyPress(event) {\n // Left and Down Arrows\n if (event.which === 37 || event.which === 40) {\n event.preventDefault();\n this.stepBack(); // Up and Right Arrows\n } else if (event.which === 38 || event.which === 39) {\n event.preventDefault();\n this.stepForward();\n }\n };\n /**\n * Handle a `blur` event on this `Slider`.\n *\n * @param {EventTarget~Event} event\n * The `blur` event that caused this function to run.\n *\n * @listens blur\n */\n\n\n _proto.handleBlur = function handleBlur() {\n this.off(this.bar.el_.ownerDocument, 'keydown', this.handleKeyPress);\n };\n /**\n * Listener for click events on slider, used to prevent clicks\n * from bubbling up to parent elements like button menus.\n *\n * @param {Object} event\n * Event that caused this object to run\n */\n\n\n _proto.handleClick = function handleClick(event) {\n event.stopImmediatePropagation();\n event.preventDefault();\n };\n /**\n * Get/set if slider is horizontal for vertical\n *\n * @param {boolean} [bool]\n * - true if slider is vertical,\n * - false is horizontal\n *\n * @return {boolean}\n * - true if slider is vertical, and getting\n * - false if the slider is horizontal, and getting\n */\n\n\n _proto.vertical = function vertical(bool) {\n if (bool === undefined) {\n return this.vertical_ || false;\n }\n\n this.vertical_ = !!bool;\n\n if (this.vertical_) {\n this.addClass('vjs-slider-vertical');\n } else {\n this.addClass('vjs-slider-horizontal');\n }\n };\n\n return Slider;\n}(Component);\n\nComponent.registerComponent('Slider', Slider);\n\n/**\n * Shows loading progress\n *\n * @extends Component\n */\n\nvar LoadProgressBar =\n/*#__PURE__*/\nfunction (_Component) {\n _inheritsLoose(LoadProgressBar, _Component);\n\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n */\n function LoadProgressBar(player, options) {\n var _this;\n\n _this = _Component.call(this, player, options) || this;\n _this.partEls_ = [];\n\n _this.on(player, 'progress', _this.update);\n\n return _this;\n }\n /**\n * Create the `Component`'s DOM element\n *\n * @return {Element}\n * The element that was created.\n */\n\n\n var _proto = LoadProgressBar.prototype;\n\n _proto.createEl = function createEl$$1() {\n return _Component.prototype.createEl.call(this, 'div', {\n className: 'vjs-load-progress',\n innerHTML: \"<span class=\\\"vjs-control-text\\\"><span>\" + this.localize('Loaded') + \"</span>: <span class=\\\"vjs-control-text-loaded-percentage\\\">0%</span></span>\"\n });\n };\n\n _proto.dispose = function dispose() {\n this.partEls_ = null;\n\n _Component.prototype.dispose.call(this);\n };\n /**\n * Update progress bar\n *\n * @param {EventTarget~Event} [event]\n * The `progress` event that caused this function to run.\n *\n * @listens Player#progress\n */\n\n\n _proto.update = function update(event) {\n var liveTracker = this.player_.liveTracker;\n var buffered = this.player_.buffered();\n var duration = liveTracker && liveTracker.isLive() ? liveTracker.seekableEnd() : this.player_.duration();\n var bufferedEnd = this.player_.bufferedEnd();\n var children = this.partEls_;\n var controlTextPercentage = this.$('.vjs-control-text-loaded-percentage'); // get the percent width of a time compared to the total end\n\n var percentify = function percentify(time, end, rounded) {\n // no NaN\n var percent = time / end || 0;\n percent = (percent >= 1 ? 1 : percent) * 100;\n\n if (rounded) {\n percent = percent.toFixed(2);\n }\n\n return percent + '%';\n }; // update the width of the progress bar\n\n\n this.el_.style.width = percentify(bufferedEnd, duration); // update the control-text\n\n textContent(controlTextPercentage, percentify(bufferedEnd, duration, true)); // add child elements to represent the individual buffered time ranges\n\n for (var i = 0; i < buffered.length; i++) {\n var start = buffered.start(i);\n var end = buffered.end(i);\n var part = children[i];\n\n if (!part) {\n part = this.el_.appendChild(createEl());\n children[i] = part;\n } // set the percent based on the width of the progress bar (bufferedEnd)\n\n\n part.style.left = percentify(start, bufferedEnd);\n part.style.width = percentify(end - start, bufferedEnd);\n } // remove unused buffered range elements\n\n\n for (var _i = children.length; _i > buffered.length; _i--) {\n this.el_.removeChild(children[_i - 1]);\n }\n\n children.length = buffered.length;\n };\n\n return LoadProgressBar;\n}(Component);\n\nComponent.registerComponent('LoadProgressBar', LoadProgressBar);\n\n/**\n * Time tooltips display a time above the progress bar.\n *\n * @extends Component\n */\n\nvar TimeTooltip =\n/*#__PURE__*/\nfunction (_Component) {\n _inheritsLoose(TimeTooltip, _Component);\n\n function TimeTooltip() {\n return _Component.apply(this, arguments) || this;\n }\n\n var _proto = TimeTooltip.prototype;\n\n /**\n * Create the time tooltip DOM element\n *\n * @return {Element}\n * The element that was created.\n */\n _proto.createEl = function createEl$$1() {\n return _Component.prototype.createEl.call(this, 'div', {\n className: 'vjs-time-tooltip'\n }, {\n 'aria-hidden': 'true'\n });\n };\n /**\n * Updates the position of the time tooltip relative to the `SeekBar`.\n *\n * @param {Object} seekBarRect\n * The `ClientRect` for the {@link SeekBar} element.\n *\n * @param {number} seekBarPoint\n * A number from 0 to 1, representing a horizontal reference point\n * from the left edge of the {@link SeekBar}\n */\n\n\n _proto.update = function update(seekBarRect, seekBarPoint, content) {\n var tooltipRect = getBoundingClientRect(this.el_);\n var playerRect = getBoundingClientRect(this.player_.el());\n var seekBarPointPx = seekBarRect.width * seekBarPoint; // do nothing if either rect isn't available\n // for example, if the player isn't in the DOM for testing\n\n if (!playerRect || !tooltipRect) {\n return;\n } // This is the space left of the `seekBarPoint` available within the bounds\n // of the player. We calculate any gap between the left edge of the player\n // and the left edge of the `SeekBar` and add the number of pixels in the\n // `SeekBar` before hitting the `seekBarPoint`\n\n\n var spaceLeftOfPoint = seekBarRect.left - playerRect.left + seekBarPointPx; // This is the space right of the `seekBarPoint` available within the bounds\n // of the player. We calculate the number of pixels from the `seekBarPoint`\n // to the right edge of the `SeekBar` and add to that any gap between the\n // right edge of the `SeekBar` and the player.\n\n var spaceRightOfPoint = seekBarRect.width - seekBarPointPx + (playerRect.right - seekBarRect.right); // This is the number of pixels by which the tooltip will need to be pulled\n // further to the right to center it over the `seekBarPoint`.\n\n var pullTooltipBy = tooltipRect.width / 2; // Adjust the `pullTooltipBy` distance to the left or right depending on\n // the results of the space calculations above.\n\n if (spaceLeftOfPoint < pullTooltipBy) {\n pullTooltipBy += pullTooltipBy - spaceLeftOfPoint;\n } else if (spaceRightOfPoint < pullTooltipBy) {\n pullTooltipBy = spaceRightOfPoint;\n } // Due to the imprecision of decimal/ratio based calculations and varying\n // rounding behaviors, there are cases where the spacing adjustment is off\n // by a pixel or two. This adds insurance to these calculations.\n\n\n if (pullTooltipBy < 0) {\n pullTooltipBy = 0;\n } else if (pullTooltipBy > tooltipRect.width) {\n pullTooltipBy = tooltipRect.width;\n }\n\n this.el_.style.right = \"-\" + pullTooltipBy + \"px\";\n textContent(this.el_, content);\n };\n /**\n * Updates the position of the time tooltip relative to the `SeekBar`.\n *\n * @param {Object} seekBarRect\n * The `ClientRect` for the {@link SeekBar} element.\n *\n * @param {number} seekBarPoint\n * A number from 0 to 1, representing a horizontal reference point\n * from the left edge of the {@link SeekBar}\n *\n * @param {number} time\n * The time to update the tooltip to, not used during live playback\n *\n * @param {Function} cb\n * A function that will be called during the request animation frame\n * for tooltips that need to do additional animations from the default\n */\n\n\n _proto.updateTime = function updateTime(seekBarRect, seekBarPoint, time, cb) {\n var _this = this;\n\n // If there is an existing rAF ID, cancel it so we don't over-queue.\n if (this.rafId_) {\n this.cancelAnimationFrame(this.rafId_);\n }\n\n this.rafId_ = this.requestAnimationFrame(function () {\n var content;\n\n var duration = _this.player_.duration();\n\n if (_this.player_.liveTracker && _this.player_.liveTracker.isLive()) {\n var liveWindow = _this.player_.liveTracker.liveWindow();\n\n var secondsBehind = liveWindow - seekBarPoint * liveWindow;\n content = (secondsBehind < 1 ? '' : '-') + formatTime(secondsBehind, liveWindow);\n } else {\n content = formatTime(time, duration);\n }\n\n _this.update(seekBarRect, seekBarPoint, content);\n\n if (cb) {\n cb();\n }\n });\n };\n\n return TimeTooltip;\n}(Component);\n\nComponent.registerComponent('TimeTooltip', TimeTooltip);\n\n/**\n * Used by {@link SeekBar} to display media playback progress as part of the\n * {@link ProgressControl}.\n *\n * @extends Component\n */\n\nvar PlayProgressBar =\n/*#__PURE__*/\nfunction (_Component) {\n _inheritsLoose(PlayProgressBar, _Component);\n\n function PlayProgressBar() {\n return _Component.apply(this, arguments) || this;\n }\n\n var _proto = PlayProgressBar.prototype;\n\n /**\n * Create the the DOM element for this class.\n *\n * @return {Element}\n * The element that was created.\n */\n _proto.createEl = function createEl() {\n return _Component.prototype.createEl.call(this, 'div', {\n className: 'vjs-play-progress vjs-slider-bar'\n }, {\n 'aria-hidden': 'true'\n });\n };\n /**\n * Enqueues updates to its own DOM as well as the DOM of its\n * {@link TimeTooltip} child.\n *\n * @param {Object} seekBarRect\n * The `ClientRect` for the {@link SeekBar} element.\n *\n * @param {number} seekBarPoint\n * A number from 0 to 1, representing a horizontal reference point\n * from the left edge of the {@link SeekBar}\n */\n\n\n _proto.update = function update(seekBarRect, seekBarPoint) {\n var timeTooltip = this.getChild('timeTooltip');\n\n if (!timeTooltip) {\n return;\n }\n\n var time = this.player_.scrubbing() ? this.player_.getCache().currentTime : this.player_.currentTime();\n timeTooltip.updateTime(seekBarRect, seekBarPoint, time);\n };\n\n return PlayProgressBar;\n}(Component);\n/**\n * Default options for {@link PlayProgressBar}.\n *\n * @type {Object}\n * @private\n */\n\n\nPlayProgressBar.prototype.options_ = {\n children: []\n}; // Time tooltips should not be added to a player on mobile devices\n\nif (!IS_IOS && !IS_ANDROID) {\n PlayProgressBar.prototype.options_.children.push('timeTooltip');\n}\n\nComponent.registerComponent('PlayProgressBar', PlayProgressBar);\n\n/**\n * The {@link MouseTimeDisplay} component tracks mouse movement over the\n * {@link ProgressControl}. It displays an indicator and a {@link TimeTooltip}\n * indicating the time which is represented by a given point in the\n * {@link ProgressControl}.\n *\n * @extends Component\n */\n\nvar MouseTimeDisplay =\n/*#__PURE__*/\nfunction (_Component) {\n _inheritsLoose(MouseTimeDisplay, _Component);\n\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The {@link Player} that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n */\n function MouseTimeDisplay(player, options) {\n var _this;\n\n _this = _Component.call(this, player, options) || this;\n _this.update = throttle(bind(_assertThisInitialized(_assertThisInitialized(_this)), _this.update), 25);\n return _this;\n }\n /**\n * Create the DOM element for this class.\n *\n * @return {Element}\n * The element that was created.\n */\n\n\n var _proto = MouseTimeDisplay.prototype;\n\n _proto.createEl = function createEl() {\n return _Component.prototype.createEl.call(this, 'div', {\n className: 'vjs-mouse-display'\n });\n };\n /**\n * Enqueues updates to its own DOM as well as the DOM of its\n * {@link TimeTooltip} child.\n *\n * @param {Object} seekBarRect\n * The `ClientRect` for the {@link SeekBar} element.\n *\n * @param {number} seekBarPoint\n * A number from 0 to 1, representing a horizontal reference point\n * from the left edge of the {@link SeekBar}\n */\n\n\n _proto.update = function update(seekBarRect, seekBarPoint) {\n var _this2 = this;\n\n var time = seekBarPoint * this.player_.duration();\n this.getChild('timeTooltip').updateTime(seekBarRect, seekBarPoint, time, function () {\n _this2.el_.style.left = seekBarRect.width * seekBarPoint + \"px\";\n });\n };\n\n return MouseTimeDisplay;\n}(Component);\n/**\n * Default options for `MouseTimeDisplay`\n *\n * @type {Object}\n * @private\n */\n\n\nMouseTimeDisplay.prototype.options_ = {\n children: ['timeTooltip']\n};\nComponent.registerComponent('MouseTimeDisplay', MouseTimeDisplay);\n\nvar STEP_SECONDS = 5; // The interval at which the bar should update as it progresses.\n\nvar UPDATE_REFRESH_INTERVAL = 30;\n/**\n * Seek bar and container for the progress bars. Uses {@link PlayProgressBar}\n * as its `bar`.\n *\n * @extends Slider\n */\n\nvar SeekBar =\n/*#__PURE__*/\nfunction (_Slider) {\n _inheritsLoose(SeekBar, _Slider);\n\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n */\n function SeekBar(player, options) {\n var _this;\n\n _this = _Slider.call(this, player, options) || this;\n\n _this.setEventHandlers_();\n\n return _this;\n }\n /**\n * Sets the event handlers\n *\n * @private\n */\n\n\n var _proto = SeekBar.prototype;\n\n _proto.setEventHandlers_ = function setEventHandlers_() {\n var _this2 = this;\n\n this.update = throttle(bind(this, this.update), UPDATE_REFRESH_INTERVAL);\n this.on(this.player_, 'timeupdate', this.update);\n this.on(this.player_, 'ended', this.handleEnded);\n this.on(this.player_, 'durationchange', this.update);\n\n if (this.player_.liveTracker) {\n this.on(this.player_.liveTracker, 'liveedgechange', this.update);\n } // when playing, let's ensure we smoothly update the play progress bar\n // via an interval\n\n\n this.updateInterval = null;\n this.on(this.player_, ['playing'], function () {\n _this2.clearInterval(_this2.updateInterval);\n\n _this2.updateInterval = _this2.setInterval(function () {\n _this2.requestAnimationFrame(function () {\n _this2.update();\n });\n }, UPDATE_REFRESH_INTERVAL);\n });\n this.on(this.player_, ['ended', 'pause', 'waiting'], function (e) {\n if (_this2.player_.liveTracker && _this2.player_.liveTracker.isLive() && e.type !== 'ended') {\n return;\n }\n\n _this2.clearInterval(_this2.updateInterval);\n });\n this.on(this.player_, ['timeupdate', 'ended'], this.update);\n };\n /**\n * Create the `Component`'s DOM element\n *\n * @return {Element}\n * The element that was created.\n */\n\n\n _proto.createEl = function createEl$$1() {\n return _Slider.prototype.createEl.call(this, 'div', {\n className: 'vjs-progress-holder'\n }, {\n 'aria-label': this.localize('Progress Bar')\n });\n };\n /**\n * This function updates the play progress bar and accessibility\n * attributes to whatever is passed in.\n *\n * @param {number} currentTime\n * The currentTime value that should be used for accessibility\n *\n * @param {number} percent\n * The percentage as a decimal that the bar should be filled from 0-1.\n *\n * @private\n */\n\n\n _proto.update_ = function update_(currentTime, percent) {\n var liveTracker = this.player_.liveTracker;\n var duration = this.player_.duration();\n\n if (liveTracker && liveTracker.isLive()) {\n duration = this.player_.liveTracker.liveCurrentTime();\n }\n\n if (liveTracker && liveTracker.seekableEnd() === Infinity) {\n this.disable();\n } else {\n this.enable();\n } // machine readable value of progress bar (percentage complete)\n\n\n this.el_.setAttribute('aria-valuenow', (percent * 100).toFixed(2)); // human readable value of progress bar (time complete)\n\n this.el_.setAttribute('aria-valuetext', this.localize('progress bar timing: currentTime={1} duration={2}', [formatTime(currentTime, duration), formatTime(duration, duration)], '{1} of {2}')); // Update the `PlayProgressBar`.\n\n this.bar.update(getBoundingClientRect(this.el_), percent);\n };\n /**\n * Update the seek bar's UI.\n *\n * @param {EventTarget~Event} [event]\n * The `timeupdate` or `ended` event that caused this to run.\n *\n * @listens Player#timeupdate\n *\n * @return {number}\n * The current percent at a number from 0-1\n */\n\n\n _proto.update = function update(event) {\n var percent = _Slider.prototype.update.call(this);\n\n this.update_(this.getCurrentTime_(), percent);\n return percent;\n };\n /**\n * Get the value of current time but allows for smooth scrubbing,\n * when player can't keep up.\n *\n * @return {number}\n * The current time value to display\n *\n * @private\n */\n\n\n _proto.getCurrentTime_ = function getCurrentTime_() {\n return this.player_.scrubbing() ? this.player_.getCache().currentTime : this.player_.currentTime();\n };\n /**\n * We want the seek bar to be full on ended\n * no matter what the actual internal values are. so we force it.\n *\n * @param {EventTarget~Event} [event]\n * The `timeupdate` or `ended` event that caused this to run.\n *\n * @listens Player#ended\n */\n\n\n _proto.handleEnded = function handleEnded(event) {\n this.update_(this.player_.duration(), 1);\n };\n /**\n * Get the percentage of media played so far.\n *\n * @return {number}\n * The percentage of media played so far (0 to 1).\n */\n\n\n _proto.getPercent = function getPercent() {\n var currentTime = this.getCurrentTime_();\n var percent;\n var liveTracker = this.player_.liveTracker;\n\n if (liveTracker && liveTracker.isLive()) {\n percent = (currentTime - liveTracker.seekableStart()) / liveTracker.liveWindow(); // prevent the percent from changing at the live edge\n\n if (liveTracker.atLiveEdge()) {\n percent = 1;\n }\n } else {\n percent = currentTime / this.player_.duration();\n }\n\n return percent >= 1 ? 1 : percent || 0;\n };\n /**\n * Handle mouse down on seek bar\n *\n * @param {EventTarget~Event} event\n * The `mousedown` event that caused this to run.\n *\n * @listens mousedown\n */\n\n\n _proto.handleMouseDown = function handleMouseDown(event) {\n if (!isSingleLeftClick(event)) {\n return;\n } // Stop event propagation to prevent double fire in progress-control.js\n\n\n event.stopPropagation();\n this.player_.scrubbing(true);\n this.videoWasPlaying = !this.player_.paused();\n this.player_.pause();\n\n _Slider.prototype.handleMouseDown.call(this, event);\n };\n /**\n * Handle mouse move on seek bar\n *\n * @param {EventTarget~Event} event\n * The `mousemove` event that caused this to run.\n *\n * @listens mousemove\n */\n\n\n _proto.handleMouseMove = function handleMouseMove(event) {\n if (!isSingleLeftClick(event)) {\n return;\n }\n\n var newTime;\n var distance = this.calculateDistance(event);\n var liveTracker = this.player_.liveTracker;\n\n if (!liveTracker || !liveTracker.isLive()) {\n newTime = distance * this.player_.duration(); // Don't let video end while scrubbing.\n\n if (newTime === this.player_.duration()) {\n newTime = newTime - 0.1;\n }\n } else {\n var seekableStart = liveTracker.seekableStart();\n var seekableEnd = liveTracker.liveCurrentTime();\n newTime = seekableStart + distance * liveTracker.liveWindow(); // Don't let video end while scrubbing.\n\n if (newTime >= seekableEnd) {\n newTime = seekableEnd;\n } // Compensate for precision differences so that currentTime is not less\n // than seekable start\n\n\n if (newTime <= seekableStart) {\n newTime = seekableStart + 0.1;\n } // On android seekableEnd can be Infinity sometimes,\n // this will cause newTime to be Infinity, which is\n // not a valid currentTime.\n\n\n if (newTime === Infinity) {\n return;\n }\n } // Set new time (tell player to seek to new time)\n\n\n this.player_.currentTime(newTime);\n };\n\n _proto.enable = function enable() {\n _Slider.prototype.enable.call(this);\n\n var mouseTimeDisplay = this.getChild('mouseTimeDisplay');\n\n if (!mouseTimeDisplay) {\n return;\n }\n\n mouseTimeDisplay.show();\n };\n\n _proto.disable = function disable() {\n _Slider.prototype.disable.call(this);\n\n var mouseTimeDisplay = this.getChild('mouseTimeDisplay');\n\n if (!mouseTimeDisplay) {\n return;\n }\n\n mouseTimeDisplay.hide();\n };\n /**\n * Handle mouse up on seek bar\n *\n * @param {EventTarget~Event} event\n * The `mouseup` event that caused this to run.\n *\n * @listens mouseup\n */\n\n\n _proto.handleMouseUp = function handleMouseUp(event) {\n _Slider.prototype.handleMouseUp.call(this, event); // Stop event propagation to prevent double fire in progress-control.js\n\n\n if (event) {\n event.stopPropagation();\n }\n\n this.player_.scrubbing(false);\n /**\n * Trigger timeupdate because we're done seeking and the time has changed.\n * This is particularly useful for if the player is paused to time the time displays.\n *\n * @event Tech#timeupdate\n * @type {EventTarget~Event}\n */\n\n this.player_.trigger({\n type: 'timeupdate',\n target: this,\n manuallyTriggered: true\n });\n\n if (this.videoWasPlaying) {\n silencePromise(this.player_.play());\n }\n };\n /**\n * Move more quickly fast forward for keyboard-only users\n */\n\n\n _proto.stepForward = function stepForward() {\n this.player_.currentTime(this.player_.currentTime() + STEP_SECONDS);\n };\n /**\n * Move more quickly rewind for keyboard-only users\n */\n\n\n _proto.stepBack = function stepBack() {\n this.player_.currentTime(this.player_.currentTime() - STEP_SECONDS);\n };\n /**\n * Toggles the playback state of the player\n * This gets called when enter or space is used on the seekbar\n *\n * @param {EventTarget~Event} event\n * The `keydown` event that caused this function to be called\n *\n */\n\n\n _proto.handleAction = function handleAction(event) {\n if (this.player_.paused()) {\n this.player_.play();\n } else {\n this.player_.pause();\n }\n };\n /**\n * Called when this SeekBar has focus and a key gets pressed down. By\n * default it will call `this.handleAction` when the key is space or enter.\n *\n * @param {EventTarget~Event} event\n * The `keydown` event that caused this function to be called.\n *\n * @listens keydown\n */\n\n\n _proto.handleKeyPress = function handleKeyPress(event) {\n // Support Space (32) or Enter (13) key operation to fire a click event\n if (event.which === 32 || event.which === 13) {\n event.preventDefault();\n this.handleAction(event);\n } else if (_Slider.prototype.handleKeyPress) {\n // Pass keypress handling up for unsupported keys\n _Slider.prototype.handleKeyPress.call(this, event);\n }\n };\n\n return SeekBar;\n}(Slider);\n/**\n * Default options for the `SeekBar`\n *\n * @type {Object}\n * @private\n */\n\n\nSeekBar.prototype.options_ = {\n children: ['loadProgressBar', 'playProgressBar'],\n barName: 'playProgressBar'\n}; // MouseTimeDisplay tooltips should not be added to a player on mobile devices\n\nif (!IS_IOS && !IS_ANDROID) {\n SeekBar.prototype.options_.children.splice(1, 0, 'mouseTimeDisplay');\n}\n/**\n * Call the update event for this Slider when this event happens on the player.\n *\n * @type {string}\n */\n\n\nSeekBar.prototype.playerEvent = 'timeupdate';\nComponent.registerComponent('SeekBar', SeekBar);\n\n/**\n * The Progress Control component contains the seek bar, load progress,\n * and play progress.\n *\n * @extends Component\n */\n\nvar ProgressControl =\n/*#__PURE__*/\nfunction (_Component) {\n _inheritsLoose(ProgressControl, _Component);\n\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n */\n function ProgressControl(player, options) {\n var _this;\n\n _this = _Component.call(this, player, options) || this;\n _this.handleMouseMove = throttle(bind(_assertThisInitialized(_assertThisInitialized(_this)), _this.handleMouseMove), 25);\n _this.throttledHandleMouseSeek = throttle(bind(_assertThisInitialized(_assertThisInitialized(_this)), _this.handleMouseSeek), 25);\n\n _this.enable();\n\n return _this;\n }\n /**\n * Create the `Component`'s DOM element\n *\n * @return {Element}\n * The element that was created.\n */\n\n\n var _proto = ProgressControl.prototype;\n\n _proto.createEl = function createEl$$1() {\n return _Component.prototype.createEl.call(this, 'div', {\n className: 'vjs-progress-control vjs-control'\n });\n };\n /**\n * When the mouse moves over the `ProgressControl`, the pointer position\n * gets passed down to the `MouseTimeDisplay` component.\n *\n * @param {EventTarget~Event} event\n * The `mousemove` event that caused this function to run.\n *\n * @listen mousemove\n */\n\n\n _proto.handleMouseMove = function handleMouseMove(event) {\n var seekBar = this.getChild('seekBar');\n\n if (seekBar) {\n var mouseTimeDisplay = seekBar.getChild('mouseTimeDisplay');\n var seekBarEl = seekBar.el();\n var seekBarRect = getBoundingClientRect(seekBarEl);\n var seekBarPoint = getPointerPosition(seekBarEl, event).x; // The default skin has a gap on either side of the `SeekBar`. This means\n // that it's possible to trigger this behavior outside the boundaries of\n // the `SeekBar`. This ensures we stay within it at all times.\n\n if (seekBarPoint > 1) {\n seekBarPoint = 1;\n } else if (seekBarPoint < 0) {\n seekBarPoint = 0;\n }\n\n if (mouseTimeDisplay) {\n mouseTimeDisplay.update(seekBarRect, seekBarPoint);\n }\n }\n };\n /**\n * A throttled version of the {@link ProgressControl#handleMouseSeek} listener.\n *\n * @method ProgressControl#throttledHandleMouseSeek\n * @param {EventTarget~Event} event\n * The `mousemove` event that caused this function to run.\n *\n * @listen mousemove\n * @listen touchmove\n */\n\n /**\n * Handle `mousemove` or `touchmove` events on the `ProgressControl`.\n *\n * @param {EventTarget~Event} event\n * `mousedown` or `touchstart` event that triggered this function\n *\n * @listens mousemove\n * @listens touchmove\n */\n\n\n _proto.handleMouseSeek = function handleMouseSeek(event) {\n var seekBar = this.getChild('seekBar');\n\n if (seekBar) {\n seekBar.handleMouseMove(event);\n }\n };\n /**\n * Are controls are currently enabled for this progress control.\n *\n * @return {boolean}\n * true if controls are enabled, false otherwise\n */\n\n\n _proto.enabled = function enabled() {\n return this.enabled_;\n };\n /**\n * Disable all controls on the progress control and its children\n */\n\n\n _proto.disable = function disable() {\n this.children().forEach(function (child) {\n return child.disable && child.disable();\n });\n\n if (!this.enabled()) {\n return;\n }\n\n this.off(['mousedown', 'touchstart'], this.handleMouseDown);\n this.off(this.el_, 'mousemove', this.handleMouseMove);\n this.handleMouseUp();\n this.addClass('disabled');\n this.enabled_ = false;\n };\n /**\n * Enable all controls on the progress control and its children\n */\n\n\n _proto.enable = function enable() {\n this.children().forEach(function (child) {\n return child.enable && child.enable();\n });\n\n if (this.enabled()) {\n return;\n }\n\n this.on(['mousedown', 'touchstart'], this.handleMouseDown);\n this.on(this.el_, 'mousemove', this.handleMouseMove);\n this.removeClass('disabled');\n this.enabled_ = true;\n };\n /**\n * Handle `mousedown` or `touchstart` events on the `ProgressControl`.\n *\n * @param {EventTarget~Event} event\n * `mousedown` or `touchstart` event that triggered this function\n *\n * @listens mousedown\n * @listens touchstart\n */\n\n\n _proto.handleMouseDown = function handleMouseDown(event) {\n var doc = this.el_.ownerDocument;\n var seekBar = this.getChild('seekBar');\n\n if (seekBar) {\n seekBar.handleMouseDown(event);\n }\n\n this.on(doc, 'mousemove', this.throttledHandleMouseSeek);\n this.on(doc, 'touchmove', this.throttledHandleMouseSeek);\n this.on(doc, 'mouseup', this.handleMouseUp);\n this.on(doc, 'touchend', this.handleMouseUp);\n };\n /**\n * Handle `mouseup` or `touchend` events on the `ProgressControl`.\n *\n * @param {EventTarget~Event} event\n * `mouseup` or `touchend` event that triggered this function.\n *\n * @listens touchend\n * @listens mouseup\n */\n\n\n _proto.handleMouseUp = function handleMouseUp(event) {\n var doc = this.el_.ownerDocument;\n var seekBar = this.getChild('seekBar');\n\n if (seekBar) {\n seekBar.handleMouseUp(event);\n }\n\n this.off(doc, 'mousemove', this.throttledHandleMouseSeek);\n this.off(doc, 'touchmove', this.throttledHandleMouseSeek);\n this.off(doc, 'mouseup', this.handleMouseUp);\n this.off(doc, 'touchend', this.handleMouseUp);\n };\n\n return ProgressControl;\n}(Component);\n/**\n * Default options for `ProgressControl`\n *\n * @type {Object}\n * @private\n */\n\n\nProgressControl.prototype.options_ = {\n children: ['seekBar']\n};\nComponent.registerComponent('ProgressControl', ProgressControl);\n\n/**\n * Toggle fullscreen video\n *\n * @extends Button\n */\n\nvar FullscreenToggle =\n/*#__PURE__*/\nfunction (_Button) {\n _inheritsLoose(FullscreenToggle, _Button);\n\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n */\n function FullscreenToggle(player, options) {\n var _this;\n\n _this = _Button.call(this, player, options) || this;\n\n _this.on(player, 'fullscreenchange', _this.handleFullscreenChange);\n\n if (document[FullscreenApi.fullscreenEnabled] === false) {\n _this.disable();\n }\n\n return _this;\n }\n /**\n * Builds the default DOM `className`.\n *\n * @return {string}\n * The DOM `className` for this object.\n */\n\n\n var _proto = FullscreenToggle.prototype;\n\n _proto.buildCSSClass = function buildCSSClass() {\n return \"vjs-fullscreen-control \" + _Button.prototype.buildCSSClass.call(this);\n };\n /**\n * Handles fullscreenchange on the player and change control text accordingly.\n *\n * @param {EventTarget~Event} [event]\n * The {@link Player#fullscreenchange} event that caused this function to be\n * called.\n *\n * @listens Player#fullscreenchange\n */\n\n\n _proto.handleFullscreenChange = function handleFullscreenChange(event) {\n if (this.player_.isFullscreen()) {\n this.controlText('Non-Fullscreen');\n } else {\n this.controlText('Fullscreen');\n }\n };\n /**\n * This gets called when an `FullscreenToggle` is \"clicked\". See\n * {@link ClickableComponent} for more detailed information on what a click can be.\n *\n * @param {EventTarget~Event} [event]\n * The `keydown`, `tap`, or `click` event that caused this function to be\n * called.\n *\n * @listens tap\n * @listens click\n */\n\n\n _proto.handleClick = function handleClick(event) {\n if (!this.player_.isFullscreen()) {\n this.player_.requestFullscreen();\n } else {\n this.player_.exitFullscreen();\n }\n };\n\n return FullscreenToggle;\n}(Button);\n/**\n * The text that should display over the `FullscreenToggle`s controls. Added for localization.\n *\n * @type {string}\n * @private\n */\n\n\nFullscreenToggle.prototype.controlText_ = 'Fullscreen';\nComponent.registerComponent('FullscreenToggle', FullscreenToggle);\n\n/**\n * Check if volume control is supported and if it isn't hide the\n * `Component` that was passed using the `vjs-hidden` class.\n *\n * @param {Component} self\n * The component that should be hidden if volume is unsupported\n *\n * @param {Player} player\n * A reference to the player\n *\n * @private\n */\nvar checkVolumeSupport = function checkVolumeSupport(self, player) {\n // hide volume controls when they're not supported by the current tech\n if (player.tech_ && !player.tech_.featuresVolumeControl) {\n self.addClass('vjs-hidden');\n }\n\n self.on(player, 'loadstart', function () {\n if (!player.tech_.featuresVolumeControl) {\n self.addClass('vjs-hidden');\n } else {\n self.removeClass('vjs-hidden');\n }\n });\n};\n\n/**\n * Shows volume level\n *\n * @extends Component\n */\n\nvar VolumeLevel =\n/*#__PURE__*/\nfunction (_Component) {\n _inheritsLoose(VolumeLevel, _Component);\n\n function VolumeLevel() {\n return _Component.apply(this, arguments) || this;\n }\n\n var _proto = VolumeLevel.prototype;\n\n /**\n * Create the `Component`'s DOM element\n *\n * @return {Element}\n * The element that was created.\n */\n _proto.createEl = function createEl() {\n return _Component.prototype.createEl.call(this, 'div', {\n className: 'vjs-volume-level',\n innerHTML: '<span class=\"vjs-control-text\"></span>'\n });\n };\n\n return VolumeLevel;\n}(Component);\n\nComponent.registerComponent('VolumeLevel', VolumeLevel);\n\n/**\n * The bar that contains the volume level and can be clicked on to adjust the level\n *\n * @extends Slider\n */\n\nvar VolumeBar =\n/*#__PURE__*/\nfunction (_Slider) {\n _inheritsLoose(VolumeBar, _Slider);\n\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n */\n function VolumeBar(player, options) {\n var _this;\n\n _this = _Slider.call(this, player, options) || this;\n\n _this.on('slideractive', _this.updateLastVolume_);\n\n _this.on(player, 'volumechange', _this.updateARIAAttributes);\n\n player.ready(function () {\n return _this.updateARIAAttributes();\n });\n return _this;\n }\n /**\n * Create the `Component`'s DOM element\n *\n * @return {Element}\n * The element that was created.\n */\n\n\n var _proto = VolumeBar.prototype;\n\n _proto.createEl = function createEl$$1() {\n return _Slider.prototype.createEl.call(this, 'div', {\n className: 'vjs-volume-bar vjs-slider-bar'\n }, {\n 'aria-label': this.localize('Volume Level'),\n 'aria-live': 'polite'\n });\n };\n /**\n * Handle mouse down on volume bar\n *\n * @param {EventTarget~Event} event\n * The `mousedown` event that caused this to run.\n *\n * @listens mousedown\n */\n\n\n _proto.handleMouseDown = function handleMouseDown(event) {\n if (!isSingleLeftClick(event)) {\n return;\n }\n\n _Slider.prototype.handleMouseDown.call(this, event);\n };\n /**\n * Handle movement events on the {@link VolumeMenuButton}.\n *\n * @param {EventTarget~Event} event\n * The event that caused this function to run.\n *\n * @listens mousemove\n */\n\n\n _proto.handleMouseMove = function handleMouseMove(event) {\n if (!isSingleLeftClick(event)) {\n return;\n }\n\n this.checkMuted();\n this.player_.volume(this.calculateDistance(event));\n };\n /**\n * If the player is muted unmute it.\n */\n\n\n _proto.checkMuted = function checkMuted() {\n if (this.player_.muted()) {\n this.player_.muted(false);\n }\n };\n /**\n * Get percent of volume level\n *\n * @return {number}\n * Volume level percent as a decimal number.\n */\n\n\n _proto.getPercent = function getPercent() {\n if (this.player_.muted()) {\n return 0;\n }\n\n return this.player_.volume();\n };\n /**\n * Increase volume level for keyboard users\n */\n\n\n _proto.stepForward = function stepForward() {\n this.checkMuted();\n this.player_.volume(this.player_.volume() + 0.1);\n };\n /**\n * Decrease volume level for keyboard users\n */\n\n\n _proto.stepBack = function stepBack() {\n this.checkMuted();\n this.player_.volume(this.player_.volume() - 0.1);\n };\n /**\n * Update ARIA accessibility attributes\n *\n * @param {EventTarget~Event} [event]\n * The `volumechange` event that caused this function to run.\n *\n * @listens Player#volumechange\n */\n\n\n _proto.updateARIAAttributes = function updateARIAAttributes(event) {\n var ariaValue = this.player_.muted() ? 0 : this.volumeAsPercentage_();\n this.el_.setAttribute('aria-valuenow', ariaValue);\n this.el_.setAttribute('aria-valuetext', ariaValue + '%');\n };\n /**\n * Returns the current value of the player volume as a percentage\n *\n * @private\n */\n\n\n _proto.volumeAsPercentage_ = function volumeAsPercentage_() {\n return Math.round(this.player_.volume() * 100);\n };\n /**\n * When user starts dragging the VolumeBar, store the volume and listen for\n * the end of the drag. When the drag ends, if the volume was set to zero,\n * set lastVolume to the stored volume.\n *\n * @listens slideractive\n * @private\n */\n\n\n _proto.updateLastVolume_ = function updateLastVolume_() {\n var _this2 = this;\n\n var volumeBeforeDrag = this.player_.volume();\n this.one('sliderinactive', function () {\n if (_this2.player_.volume() === 0) {\n _this2.player_.lastVolume_(volumeBeforeDrag);\n }\n });\n };\n\n return VolumeBar;\n}(Slider);\n/**\n * Default options for the `VolumeBar`\n *\n * @type {Object}\n * @private\n */\n\n\nVolumeBar.prototype.options_ = {\n children: ['volumeLevel'],\n barName: 'volumeLevel'\n};\n/**\n * Call the update event for this Slider when this event happens on the player.\n *\n * @type {string}\n */\n\nVolumeBar.prototype.playerEvent = 'volumechange';\nComponent.registerComponent('VolumeBar', VolumeBar);\n\n/**\n * The component for controlling the volume level\n *\n * @extends Component\n */\n\nvar VolumeControl =\n/*#__PURE__*/\nfunction (_Component) {\n _inheritsLoose(VolumeControl, _Component);\n\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options={}]\n * The key/value store of player options.\n */\n function VolumeControl(player, options) {\n var _this;\n\n if (options === void 0) {\n options = {};\n }\n\n options.vertical = options.vertical || false; // Pass the vertical option down to the VolumeBar if\n // the VolumeBar is turned on.\n\n if (typeof options.volumeBar === 'undefined' || isPlain(options.volumeBar)) {\n options.volumeBar = options.volumeBar || {};\n options.volumeBar.vertical = options.vertical;\n }\n\n _this = _Component.call(this, player, options) || this; // hide this control if volume support is missing\n\n checkVolumeSupport(_assertThisInitialized(_assertThisInitialized(_this)), player);\n _this.throttledHandleMouseMove = throttle(bind(_assertThisInitialized(_assertThisInitialized(_this)), _this.handleMouseMove), 25);\n\n _this.on('mousedown', _this.handleMouseDown);\n\n _this.on('touchstart', _this.handleMouseDown); // while the slider is active (the mouse has been pressed down and\n // is dragging) or in focus we do not want to hide the VolumeBar\n\n\n _this.on(_this.volumeBar, ['focus', 'slideractive'], function () {\n _this.volumeBar.addClass('vjs-slider-active');\n\n _this.addClass('vjs-slider-active');\n\n _this.trigger('slideractive');\n });\n\n _this.on(_this.volumeBar, ['blur', 'sliderinactive'], function () {\n _this.volumeBar.removeClass('vjs-slider-active');\n\n _this.removeClass('vjs-slider-active');\n\n _this.trigger('sliderinactive');\n });\n\n return _this;\n }\n /**\n * Create the `Component`'s DOM element\n *\n * @return {Element}\n * The element that was created.\n */\n\n\n var _proto = VolumeControl.prototype;\n\n _proto.createEl = function createEl() {\n var orientationClass = 'vjs-volume-horizontal';\n\n if (this.options_.vertical) {\n orientationClass = 'vjs-volume-vertical';\n }\n\n return _Component.prototype.createEl.call(this, 'div', {\n className: \"vjs-volume-control vjs-control \" + orientationClass\n });\n };\n /**\n * Handle `mousedown` or `touchstart` events on the `VolumeControl`.\n *\n * @param {EventTarget~Event} event\n * `mousedown` or `touchstart` event that triggered this function\n *\n * @listens mousedown\n * @listens touchstart\n */\n\n\n _proto.handleMouseDown = function handleMouseDown(event) {\n var doc = this.el_.ownerDocument;\n this.on(doc, 'mousemove', this.throttledHandleMouseMove);\n this.on(doc, 'touchmove', this.throttledHandleMouseMove);\n this.on(doc, 'mouseup', this.handleMouseUp);\n this.on(doc, 'touchend', this.handleMouseUp);\n };\n /**\n * Handle `mouseup` or `touchend` events on the `VolumeControl`.\n *\n * @param {EventTarget~Event} event\n * `mouseup` or `touchend` event that triggered this function.\n *\n * @listens touchend\n * @listens mouseup\n */\n\n\n _proto.handleMouseUp = function handleMouseUp(event) {\n var doc = this.el_.ownerDocument;\n this.off(doc, 'mousemove', this.throttledHandleMouseMove);\n this.off(doc, 'touchmove', this.throttledHandleMouseMove);\n this.off(doc, 'mouseup', this.handleMouseUp);\n this.off(doc, 'touchend', this.handleMouseUp);\n };\n /**\n * Handle `mousedown` or `touchstart` events on the `VolumeControl`.\n *\n * @param {EventTarget~Event} event\n * `mousedown` or `touchstart` event that triggered this function\n *\n * @listens mousedown\n * @listens touchstart\n */\n\n\n _proto.handleMouseMove = function handleMouseMove(event) {\n this.volumeBar.handleMouseMove(event);\n };\n\n return VolumeControl;\n}(Component);\n/**\n * Default options for the `VolumeControl`\n *\n * @type {Object}\n * @private\n */\n\n\nVolumeControl.prototype.options_ = {\n children: ['volumeBar']\n};\nComponent.registerComponent('VolumeControl', VolumeControl);\n\n/**\n * Check if muting volume is supported and if it isn't hide the mute toggle\n * button.\n *\n * @param {Component} self\n * A reference to the mute toggle button\n *\n * @param {Player} player\n * A reference to the player\n *\n * @private\n */\nvar checkMuteSupport = function checkMuteSupport(self, player) {\n // hide mute toggle button if it's not supported by the current tech\n if (player.tech_ && !player.tech_.featuresMuteControl) {\n self.addClass('vjs-hidden');\n }\n\n self.on(player, 'loadstart', function () {\n if (!player.tech_.featuresMuteControl) {\n self.addClass('vjs-hidden');\n } else {\n self.removeClass('vjs-hidden');\n }\n });\n};\n\n/**\n * A button component for muting the audio.\n *\n * @extends Button\n */\n\nvar MuteToggle =\n/*#__PURE__*/\nfunction (_Button) {\n _inheritsLoose(MuteToggle, _Button);\n\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n */\n function MuteToggle(player, options) {\n var _this;\n\n _this = _Button.call(this, player, options) || this; // hide this control if volume support is missing\n\n checkMuteSupport(_assertThisInitialized(_assertThisInitialized(_this)), player);\n\n _this.on(player, ['loadstart', 'volumechange'], _this.update);\n\n return _this;\n }\n /**\n * Builds the default DOM `className`.\n *\n * @return {string}\n * The DOM `className` for this object.\n */\n\n\n var _proto = MuteToggle.prototype;\n\n _proto.buildCSSClass = function buildCSSClass() {\n return \"vjs-mute-control \" + _Button.prototype.buildCSSClass.call(this);\n };\n /**\n * This gets called when an `MuteToggle` is \"clicked\". See\n * {@link ClickableComponent} for more detailed information on what a click can be.\n *\n * @param {EventTarget~Event} [event]\n * The `keydown`, `tap`, or `click` event that caused this function to be\n * called.\n *\n * @listens tap\n * @listens click\n */\n\n\n _proto.handleClick = function handleClick(event) {\n var vol = this.player_.volume();\n var lastVolume = this.player_.lastVolume_();\n\n if (vol === 0) {\n var volumeToSet = lastVolume < 0.1 ? 0.1 : lastVolume;\n this.player_.volume(volumeToSet);\n this.player_.muted(false);\n } else {\n this.player_.muted(this.player_.muted() ? false : true);\n }\n };\n /**\n * Update the `MuteToggle` button based on the state of `volume` and `muted`\n * on the player.\n *\n * @param {EventTarget~Event} [event]\n * The {@link Player#loadstart} event if this function was called\n * through an event.\n *\n * @listens Player#loadstart\n * @listens Player#volumechange\n */\n\n\n _proto.update = function update(event) {\n this.updateIcon_();\n this.updateControlText_();\n };\n /**\n * Update the appearance of the `MuteToggle` icon.\n *\n * Possible states (given `level` variable below):\n * - 0: crossed out\n * - 1: zero bars of volume\n * - 2: one bar of volume\n * - 3: two bars of volume\n *\n * @private\n */\n\n\n _proto.updateIcon_ = function updateIcon_() {\n var vol = this.player_.volume();\n var level = 3; // in iOS when a player is loaded with muted attribute\n // and volume is changed with a native mute button\n // we want to make sure muted state is updated\n\n if (IS_IOS) {\n this.player_.muted(this.player_.tech_.el_.muted);\n }\n\n if (vol === 0 || this.player_.muted()) {\n level = 0;\n } else if (vol < 0.33) {\n level = 1;\n } else if (vol < 0.67) {\n level = 2;\n } // TODO improve muted icon classes\n\n\n for (var i = 0; i < 4; i++) {\n removeClass(this.el_, \"vjs-vol-\" + i);\n }\n\n addClass(this.el_, \"vjs-vol-\" + level);\n };\n /**\n * If `muted` has changed on the player, update the control text\n * (`title` attribute on `vjs-mute-control` element and content of\n * `vjs-control-text` element).\n *\n * @private\n */\n\n\n _proto.updateControlText_ = function updateControlText_() {\n var soundOff = this.player_.muted() || this.player_.volume() === 0;\n var text = soundOff ? 'Unmute' : 'Mute';\n\n if (this.controlText() !== text) {\n this.controlText(text);\n }\n };\n\n return MuteToggle;\n}(Button);\n/**\n * The text that should display over the `MuteToggle`s controls. Added for localization.\n *\n * @type {string}\n * @private\n */\n\n\nMuteToggle.prototype.controlText_ = 'Mute';\nComponent.registerComponent('MuteToggle', MuteToggle);\n\n/**\n * A Component to contain the MuteToggle and VolumeControl so that\n * they can work together.\n *\n * @extends Component\n */\n\nvar VolumePanel =\n/*#__PURE__*/\nfunction (_Component) {\n _inheritsLoose(VolumePanel, _Component);\n\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options={}]\n * The key/value store of player options.\n */\n function VolumePanel(player, options) {\n var _this;\n\n if (options === void 0) {\n options = {};\n }\n\n if (typeof options.inline !== 'undefined') {\n options.inline = options.inline;\n } else {\n options.inline = true;\n } // pass the inline option down to the VolumeControl as vertical if\n // the VolumeControl is on.\n\n\n if (typeof options.volumeControl === 'undefined' || isPlain(options.volumeControl)) {\n options.volumeControl = options.volumeControl || {};\n options.volumeControl.vertical = !options.inline;\n }\n\n _this = _Component.call(this, player, options) || this;\n\n _this.on(player, ['loadstart'], _this.volumePanelState_); // while the slider is active (the mouse has been pressed down and\n // is dragging) we do not want to hide the VolumeBar\n\n\n _this.on(_this.volumeControl, ['slideractive'], _this.sliderActive_);\n\n _this.on(_this.volumeControl, ['sliderinactive'], _this.sliderInactive_);\n\n return _this;\n }\n /**\n * Add vjs-slider-active class to the VolumePanel\n *\n * @listens VolumeControl#slideractive\n * @private\n */\n\n\n var _proto = VolumePanel.prototype;\n\n _proto.sliderActive_ = function sliderActive_() {\n this.addClass('vjs-slider-active');\n };\n /**\n * Removes vjs-slider-active class to the VolumePanel\n *\n * @listens VolumeControl#sliderinactive\n * @private\n */\n\n\n _proto.sliderInactive_ = function sliderInactive_() {\n this.removeClass('vjs-slider-active');\n };\n /**\n * Adds vjs-hidden or vjs-mute-toggle-only to the VolumePanel\n * depending on MuteToggle and VolumeControl state\n *\n * @listens Player#loadstart\n * @private\n */\n\n\n _proto.volumePanelState_ = function volumePanelState_() {\n // hide volume panel if neither volume control or mute toggle\n // are displayed\n if (this.volumeControl.hasClass('vjs-hidden') && this.muteToggle.hasClass('vjs-hidden')) {\n this.addClass('vjs-hidden');\n } // if only mute toggle is visible we don't want\n // volume panel expanding when hovered or active\n\n\n if (this.volumeControl.hasClass('vjs-hidden') && !this.muteToggle.hasClass('vjs-hidden')) {\n this.addClass('vjs-mute-toggle-only');\n }\n };\n /**\n * Create the `Component`'s DOM element\n *\n * @return {Element}\n * The element that was created.\n */\n\n\n _proto.createEl = function createEl() {\n var orientationClass = 'vjs-volume-panel-horizontal';\n\n if (!this.options_.inline) {\n orientationClass = 'vjs-volume-panel-vertical';\n }\n\n return _Component.prototype.createEl.call(this, 'div', {\n className: \"vjs-volume-panel vjs-control \" + orientationClass\n });\n };\n\n return VolumePanel;\n}(Component);\n/**\n * Default options for the `VolumeControl`\n *\n * @type {Object}\n * @private\n */\n\n\nVolumePanel.prototype.options_ = {\n children: ['muteToggle', 'volumeControl']\n};\nComponent.registerComponent('VolumePanel', VolumePanel);\n\n/**\n * The Menu component is used to build popup menus, including subtitle and\n * captions selection menus.\n *\n * @extends Component\n */\n\nvar Menu =\n/*#__PURE__*/\nfunction (_Component) {\n _inheritsLoose(Menu, _Component);\n\n /**\n * Create an instance of this class.\n *\n * @param {Player} player\n * the player that this component should attach to\n *\n * @param {Object} [options]\n * Object of option names and values\n *\n */\n function Menu(player, options) {\n var _this;\n\n _this = _Component.call(this, player, options) || this;\n\n if (options) {\n _this.menuButton_ = options.menuButton;\n }\n\n _this.focusedChild_ = -1;\n\n _this.on('keydown', _this.handleKeyPress);\n\n return _this;\n }\n /**\n * Add a {@link MenuItem} to the menu.\n *\n * @param {Object|string} component\n * The name or instance of the `MenuItem` to add.\n *\n */\n\n\n var _proto = Menu.prototype;\n\n _proto.addItem = function addItem(component) {\n this.addChild(component);\n component.on('blur', bind(this, this.handleBlur));\n component.on(['tap', 'click'], bind(this, function (event) {\n // Unpress the associated MenuButton, and move focus back to it\n if (this.menuButton_) {\n this.menuButton_.unpressButton(); // don't focus menu button if item is a caption settings item\n // because focus will move elsewhere\n\n if (component.name() !== 'CaptionSettingsMenuItem') {\n this.menuButton_.focus();\n }\n }\n }));\n };\n /**\n * Create the `Menu`s DOM element.\n *\n * @return {Element}\n * the element that was created\n */\n\n\n _proto.createEl = function createEl$$1() {\n var contentElType = this.options_.contentElType || 'ul';\n this.contentEl_ = createEl(contentElType, {\n className: 'vjs-menu-content'\n });\n this.contentEl_.setAttribute('role', 'menu');\n\n var el = _Component.prototype.createEl.call(this, 'div', {\n append: this.contentEl_,\n className: 'vjs-menu'\n });\n\n el.appendChild(this.contentEl_); // Prevent clicks from bubbling up. Needed for Menu Buttons,\n // where a click on the parent is significant\n\n on(el, 'click', function (event) {\n event.preventDefault();\n event.stopImmediatePropagation();\n });\n return el;\n };\n\n _proto.dispose = function dispose() {\n this.contentEl_ = null;\n\n _Component.prototype.dispose.call(this);\n };\n /**\n * Called when a `MenuItem` loses focus.\n *\n * @param {EventTarget~Event} event\n * The `blur` event that caused this function to be called.\n *\n * @listens blur\n */\n\n\n _proto.handleBlur = function handleBlur(event) {\n var relatedTarget = event.relatedTarget || document.activeElement; // Close menu popup when a user clicks outside the menu\n\n if (!this.children().some(function (element) {\n return element.el() === relatedTarget;\n })) {\n var btn = this.menuButton_;\n\n if (btn && btn.buttonPressed_ && relatedTarget !== btn.el().firstChild) {\n btn.unpressButton();\n }\n }\n };\n /**\n * Handle a `keydown` event on this menu. This listener is added in the constructor.\n *\n * @param {EventTarget~Event} event\n * A `keydown` event that happened on the menu.\n *\n * @listens keydown\n */\n\n\n _proto.handleKeyPress = function handleKeyPress(event) {\n // Left and Down Arrows\n if (event.which === 37 || event.which === 40) {\n event.preventDefault();\n this.stepForward(); // Up and Right Arrows\n } else if (event.which === 38 || event.which === 39) {\n event.preventDefault();\n this.stepBack();\n }\n };\n /**\n * Move to next (lower) menu item for keyboard users.\n */\n\n\n _proto.stepForward = function stepForward() {\n var stepChild = 0;\n\n if (this.focusedChild_ !== undefined) {\n stepChild = this.focusedChild_ + 1;\n }\n\n this.focus(stepChild);\n };\n /**\n * Move to previous (higher) menu item for keyboard users.\n */\n\n\n _proto.stepBack = function stepBack() {\n var stepChild = 0;\n\n if (this.focusedChild_ !== undefined) {\n stepChild = this.focusedChild_ - 1;\n }\n\n this.focus(stepChild);\n };\n /**\n * Set focus on a {@link MenuItem} in the `Menu`.\n *\n * @param {Object|string} [item=0]\n * Index of child item set focus on.\n */\n\n\n _proto.focus = function focus(item) {\n if (item === void 0) {\n item = 0;\n }\n\n var children = this.children().slice();\n var haveTitle = children.length && children[0].className && /vjs-menu-title/.test(children[0].className);\n\n if (haveTitle) {\n children.shift();\n }\n\n if (children.length > 0) {\n if (item < 0) {\n item = 0;\n } else if (item >= children.length) {\n item = children.length - 1;\n }\n\n this.focusedChild_ = item;\n children[item].el_.focus();\n }\n };\n\n return Menu;\n}(Component);\n\nComponent.registerComponent('Menu', Menu);\n\n/**\n * A `MenuButton` class for any popup {@link Menu}.\n *\n * @extends Component\n */\n\nvar MenuButton =\n/*#__PURE__*/\nfunction (_Component) {\n _inheritsLoose(MenuButton, _Component);\n\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options={}]\n * The key/value store of player options.\n */\n function MenuButton(player, options) {\n var _this;\n\n if (options === void 0) {\n options = {};\n }\n\n _this = _Component.call(this, player, options) || this;\n _this.menuButton_ = new Button(player, options);\n\n _this.menuButton_.controlText(_this.controlText_);\n\n _this.menuButton_.el_.setAttribute('aria-haspopup', 'true'); // Add buildCSSClass values to the button, not the wrapper\n\n\n var buttonClass = Button.prototype.buildCSSClass();\n _this.menuButton_.el_.className = _this.buildCSSClass() + ' ' + buttonClass;\n\n _this.menuButton_.removeClass('vjs-control');\n\n _this.addChild(_this.menuButton_);\n\n _this.update();\n\n _this.enabled_ = true;\n\n _this.on(_this.menuButton_, 'tap', _this.handleClick);\n\n _this.on(_this.menuButton_, 'click', _this.handleClick);\n\n _this.on(_this.menuButton_, 'focus', _this.handleFocus);\n\n _this.on(_this.menuButton_, 'blur', _this.handleBlur);\n\n _this.on(_this.menuButton_, 'mouseenter', function () {\n _this.menu.show();\n });\n\n _this.on('keydown', _this.handleSubmenuKeyPress);\n\n return _this;\n }\n /**\n * Update the menu based on the current state of its items.\n */\n\n\n var _proto = MenuButton.prototype;\n\n _proto.update = function update() {\n var menu = this.createMenu();\n\n if (this.menu) {\n this.menu.dispose();\n this.removeChild(this.menu);\n }\n\n this.menu = menu;\n this.addChild(menu);\n /**\n * Track the state of the menu button\n *\n * @type {Boolean}\n * @private\n */\n\n this.buttonPressed_ = false;\n this.menuButton_.el_.setAttribute('aria-expanded', 'false');\n\n if (this.items && this.items.length <= this.hideThreshold_) {\n this.hide();\n } else {\n this.show();\n }\n };\n /**\n * Create the menu and add all items to it.\n *\n * @return {Menu}\n * The constructed menu\n */\n\n\n _proto.createMenu = function createMenu() {\n var menu = new Menu(this.player_, {\n menuButton: this\n });\n /**\n * Hide the menu if the number of items is less than or equal to this threshold. This defaults\n * to 0 and whenever we add items which can be hidden to the menu we'll increment it. We list\n * it here because every time we run `createMenu` we need to reset the value.\n *\n * @protected\n * @type {Number}\n */\n\n this.hideThreshold_ = 0; // Add a title list item to the top\n\n if (this.options_.title) {\n var title = createEl('li', {\n className: 'vjs-menu-title',\n innerHTML: toTitleCase(this.options_.title),\n tabIndex: -1\n });\n this.hideThreshold_ += 1;\n menu.children_.unshift(title);\n prependTo(title, menu.contentEl());\n }\n\n this.items = this.createItems();\n\n if (this.items) {\n // Add menu items to the menu\n for (var i = 0; i < this.items.length; i++) {\n menu.addItem(this.items[i]);\n }\n }\n\n return menu;\n };\n /**\n * Create the list of menu items. Specific to each subclass.\n *\n * @abstract\n */\n\n\n _proto.createItems = function createItems() {};\n /**\n * Create the `MenuButtons`s DOM element.\n *\n * @return {Element}\n * The element that gets created.\n */\n\n\n _proto.createEl = function createEl$$1() {\n return _Component.prototype.createEl.call(this, 'div', {\n className: this.buildWrapperCSSClass()\n }, {});\n };\n /**\n * Allow sub components to stack CSS class names for the wrapper element\n *\n * @return {string}\n * The constructed wrapper DOM `className`\n */\n\n\n _proto.buildWrapperCSSClass = function buildWrapperCSSClass() {\n var menuButtonClass = 'vjs-menu-button'; // If the inline option is passed, we want to use different styles altogether.\n\n if (this.options_.inline === true) {\n menuButtonClass += '-inline';\n } else {\n menuButtonClass += '-popup';\n } // TODO: Fix the CSS so that this isn't necessary\n\n\n var buttonClass = Button.prototype.buildCSSClass();\n return \"vjs-menu-button \" + menuButtonClass + \" \" + buttonClass + \" \" + _Component.prototype.buildCSSClass.call(this);\n };\n /**\n * Builds the default DOM `className`.\n *\n * @return {string}\n * The DOM `className` for this object.\n */\n\n\n _proto.buildCSSClass = function buildCSSClass() {\n var menuButtonClass = 'vjs-menu-button'; // If the inline option is passed, we want to use different styles altogether.\n\n if (this.options_.inline === true) {\n menuButtonClass += '-inline';\n } else {\n menuButtonClass += '-popup';\n }\n\n return \"vjs-menu-button \" + menuButtonClass + \" \" + _Component.prototype.buildCSSClass.call(this);\n };\n /**\n * Get or set the localized control text that will be used for accessibility.\n *\n * > NOTE: This will come from the internal `menuButton_` element.\n *\n * @param {string} [text]\n * Control text for element.\n *\n * @param {Element} [el=this.menuButton_.el()]\n * Element to set the title on.\n *\n * @return {string}\n * - The control text when getting\n */\n\n\n _proto.controlText = function controlText(text, el) {\n if (el === void 0) {\n el = this.menuButton_.el();\n }\n\n return this.menuButton_.controlText(text, el);\n };\n /**\n * Handle a click on a `MenuButton`.\n * See {@link ClickableComponent#handleClick} for instances where this is called.\n *\n * @param {EventTarget~Event} event\n * The `keydown`, `tap`, or `click` event that caused this function to be\n * called.\n *\n * @listens tap\n * @listens click\n */\n\n\n _proto.handleClick = function handleClick(event) {\n if (this.buttonPressed_) {\n this.unpressButton();\n } else {\n this.pressButton();\n }\n };\n /**\n * Set the focus to the actual button, not to this element\n */\n\n\n _proto.focus = function focus() {\n this.menuButton_.focus();\n };\n /**\n * Remove the focus from the actual button, not this element\n */\n\n\n _proto.blur = function blur() {\n this.menuButton_.blur();\n };\n /**\n * This gets called when a `MenuButton` gains focus via a `focus` event.\n * Turns on listening for `keydown` events. When they happen it\n * calls `this.handleKeyPress`.\n *\n * @param {EventTarget~Event} event\n * The `focus` event that caused this function to be called.\n *\n * @listens focus\n */\n\n\n _proto.handleFocus = function handleFocus() {\n on(document, 'keydown', bind(this, this.handleKeyPress));\n };\n /**\n * Called when a `MenuButton` loses focus. Turns off the listener for\n * `keydown` events. Which Stops `this.handleKeyPress` from getting called.\n *\n * @param {EventTarget~Event} event\n * The `blur` event that caused this function to be called.\n *\n * @listens blur\n */\n\n\n _proto.handleBlur = function handleBlur() {\n off(document, 'keydown', bind(this, this.handleKeyPress));\n };\n /**\n * Handle tab, escape, down arrow, and up arrow keys for `MenuButton`. See\n * {@link ClickableComponent#handleKeyPress} for instances where this is called.\n *\n * @param {EventTarget~Event} event\n * The `keydown` event that caused this function to be called.\n *\n * @listens keydown\n */\n\n\n _proto.handleKeyPress = function handleKeyPress(event) {\n // Escape (27) key or Tab (9) key unpress the 'button'\n if (event.which === 27 || event.which === 9) {\n if (this.buttonPressed_) {\n this.unpressButton();\n } // Don't preventDefault for Tab key - we still want to lose focus\n\n\n if (event.which !== 9) {\n event.preventDefault(); // Set focus back to the menu button's button\n\n this.menuButton_.el_.focus();\n } // Enter (13) or Up (38) key or Down (40) key press the 'button'\n\n } else if (event.which === 13 || event.which === 38 || event.which === 40) {\n if (!this.buttonPressed_) {\n this.pressButton();\n event.preventDefault();\n }\n }\n };\n /**\n * Handle a `keydown` event on a sub-menu. The listener for this is added in\n * the constructor.\n *\n * @param {EventTarget~Event} event\n * Key press event\n *\n * @listens keydown\n */\n\n\n _proto.handleSubmenuKeyPress = function handleSubmenuKeyPress(event) {\n // Escape (27) key or Tab (9) key unpress the 'button'\n if (event.which === 27 || event.which === 9) {\n if (this.buttonPressed_) {\n this.unpressButton();\n } // Don't preventDefault for Tab key - we still want to lose focus\n\n\n if (event.which !== 9) {\n event.preventDefault(); // Set focus back to the menu button's button\n\n this.menuButton_.el_.focus();\n }\n }\n };\n /**\n * Put the current `MenuButton` into a pressed state.\n */\n\n\n _proto.pressButton = function pressButton() {\n if (this.enabled_) {\n this.buttonPressed_ = true;\n this.menu.show();\n this.menu.lockShowing();\n this.menuButton_.el_.setAttribute('aria-expanded', 'true'); // set the focus into the submenu, except on iOS where it is resulting in\n // undesired scrolling behavior when the player is in an iframe\n\n if (IS_IOS && isInFrame()) {\n // Return early so that the menu isn't focused\n return;\n }\n\n this.menu.focus();\n }\n };\n /**\n * Take the current `MenuButton` out of a pressed state.\n */\n\n\n _proto.unpressButton = function unpressButton() {\n if (this.enabled_) {\n this.buttonPressed_ = false;\n this.menu.unlockShowing();\n this.menu.hide();\n this.menuButton_.el_.setAttribute('aria-expanded', 'false');\n }\n };\n /**\n * Disable the `MenuButton`. Don't allow it to be clicked.\n */\n\n\n _proto.disable = function disable() {\n this.unpressButton();\n this.enabled_ = false;\n this.addClass('vjs-disabled');\n this.menuButton_.disable();\n };\n /**\n * Enable the `MenuButton`. Allow it to be clicked.\n */\n\n\n _proto.enable = function enable() {\n this.enabled_ = true;\n this.removeClass('vjs-disabled');\n this.menuButton_.enable();\n };\n\n return MenuButton;\n}(Component);\n\nComponent.registerComponent('MenuButton', MenuButton);\n\n/**\n * The base class for buttons that toggle specific track types (e.g. subtitles).\n *\n * @extends MenuButton\n */\n\nvar TrackButton =\n/*#__PURE__*/\nfunction (_MenuButton) {\n _inheritsLoose(TrackButton, _MenuButton);\n\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n */\n function TrackButton(player, options) {\n var _this;\n\n var tracks = options.tracks;\n _this = _MenuButton.call(this, player, options) || this;\n\n if (_this.items.length <= 1) {\n _this.hide();\n }\n\n if (!tracks) {\n return _assertThisInitialized(_this);\n }\n\n var updateHandler = bind(_assertThisInitialized(_assertThisInitialized(_this)), _this.update);\n tracks.addEventListener('removetrack', updateHandler);\n tracks.addEventListener('addtrack', updateHandler);\n\n _this.player_.on('ready', updateHandler);\n\n _this.player_.on('dispose', function () {\n tracks.removeEventListener('removetrack', updateHandler);\n tracks.removeEventListener('addtrack', updateHandler);\n });\n\n return _this;\n }\n\n return TrackButton;\n}(MenuButton);\n\nComponent.registerComponent('TrackButton', TrackButton);\n\n/**\n * The component for a menu item. `<li>`\n *\n * @extends ClickableComponent\n */\n\nvar MenuItem =\n/*#__PURE__*/\nfunction (_ClickableComponent) {\n _inheritsLoose(MenuItem, _ClickableComponent);\n\n /**\n * Creates an instance of the this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options={}]\n * The key/value store of player options.\n *\n */\n function MenuItem(player, options) {\n var _this;\n\n _this = _ClickableComponent.call(this, player, options) || this;\n _this.selectable = options.selectable;\n _this.isSelected_ = options.selected || false;\n _this.multiSelectable = options.multiSelectable;\n\n _this.selected(_this.isSelected_);\n\n if (_this.selectable) {\n if (_this.multiSelectable) {\n _this.el_.setAttribute('role', 'menuitemcheckbox');\n } else {\n _this.el_.setAttribute('role', 'menuitemradio');\n }\n } else {\n _this.el_.setAttribute('role', 'menuitem');\n }\n\n return _this;\n }\n /**\n * Create the `MenuItem's DOM element\n *\n * @param {string} [type=li]\n * Element's node type, not actually used, always set to `li`.\n *\n * @param {Object} [props={}]\n * An object of properties that should be set on the element\n *\n * @param {Object} [attrs={}]\n * An object of attributes that should be set on the element\n *\n * @return {Element}\n * The element that gets created.\n */\n\n\n var _proto = MenuItem.prototype;\n\n _proto.createEl = function createEl(type, props, attrs) {\n // The control is textual, not just an icon\n this.nonIconControl = true;\n return _ClickableComponent.prototype.createEl.call(this, 'li', assign({\n className: 'vjs-menu-item',\n innerHTML: \"<span class=\\\"vjs-menu-item-text\\\">\" + this.localize(this.options_.label) + \"</span>\",\n tabIndex: -1\n }, props), attrs);\n };\n /**\n * Any click on a `MenuItem` puts it into the selected state.\n * See {@link ClickableComponent#handleClick} for instances where this is called.\n *\n * @param {EventTarget~Event} event\n * The `keydown`, `tap`, or `click` event that caused this function to be\n * called.\n *\n * @listens tap\n * @listens click\n */\n\n\n _proto.handleClick = function handleClick(event) {\n this.selected(true);\n };\n /**\n * Set the state for this menu item as selected or not.\n *\n * @param {boolean} selected\n * if the menu item is selected or not\n */\n\n\n _proto.selected = function selected(_selected) {\n if (this.selectable) {\n if (_selected) {\n this.addClass('vjs-selected');\n this.el_.setAttribute('aria-checked', 'true'); // aria-checked isn't fully supported by browsers/screen readers,\n // so indicate selected state to screen reader in the control text.\n\n this.controlText(', selected');\n this.isSelected_ = true;\n } else {\n this.removeClass('vjs-selected');\n this.el_.setAttribute('aria-checked', 'false'); // Indicate un-selected state to screen reader\n\n this.controlText('');\n this.isSelected_ = false;\n }\n }\n };\n\n return MenuItem;\n}(ClickableComponent);\n\nComponent.registerComponent('MenuItem', MenuItem);\n\n/**\n * The specific menu item type for selecting a language within a text track kind\n *\n * @extends MenuItem\n */\n\nvar TextTrackMenuItem =\n/*#__PURE__*/\nfunction (_MenuItem) {\n _inheritsLoose(TextTrackMenuItem, _MenuItem);\n\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n */\n function TextTrackMenuItem(player, options) {\n var _this;\n\n var track = options.track;\n var tracks = player.textTracks(); // Modify options for parent MenuItem class's init.\n\n options.label = track.label || track.language || 'Unknown';\n options.selected = track.mode === 'showing';\n _this = _MenuItem.call(this, player, options) || this;\n _this.track = track;\n\n var changeHandler = function changeHandler() {\n for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {\n args[_key] = arguments[_key];\n }\n\n _this.handleTracksChange.apply(_assertThisInitialized(_assertThisInitialized(_this)), args);\n };\n\n var selectedLanguageChangeHandler = function selectedLanguageChangeHandler() {\n for (var _len2 = arguments.length, args = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {\n args[_key2] = arguments[_key2];\n }\n\n _this.handleSelectedLanguageChange.apply(_assertThisInitialized(_assertThisInitialized(_this)), args);\n };\n\n player.on(['loadstart', 'texttrackchange'], changeHandler);\n tracks.addEventListener('change', changeHandler);\n tracks.addEventListener('selectedlanguagechange', selectedLanguageChangeHandler);\n\n _this.on('dispose', function () {\n player.off(['loadstart', 'texttrackchange'], changeHandler);\n tracks.removeEventListener('change', changeHandler);\n tracks.removeEventListener('selectedlanguagechange', selectedLanguageChangeHandler);\n }); // iOS7 doesn't dispatch change events to TextTrackLists when an\n // associated track's mode changes. Without something like\n // Object.observe() (also not present on iOS7), it's not\n // possible to detect changes to the mode attribute and polyfill\n // the change event. As a poor substitute, we manually dispatch\n // change events whenever the controls modify the mode.\n\n\n if (tracks.onchange === undefined) {\n var event;\n\n _this.on(['tap', 'click'], function () {\n if (typeof window$1.Event !== 'object') {\n // Android 2.3 throws an Illegal Constructor error for window.Event\n try {\n event = new window$1.Event('change');\n } catch (err) {// continue regardless of error\n }\n }\n\n if (!event) {\n event = document.createEvent('Event');\n event.initEvent('change', true, true);\n }\n\n tracks.dispatchEvent(event);\n });\n } // set the default state based on current tracks\n\n\n _this.handleTracksChange();\n\n return _this;\n }\n /**\n * This gets called when an `TextTrackMenuItem` is \"clicked\". See\n * {@link ClickableComponent} for more detailed information on what a click can be.\n *\n * @param {EventTarget~Event} event\n * The `keydown`, `tap`, or `click` event that caused this function to be\n * called.\n *\n * @listens tap\n * @listens click\n */\n\n\n var _proto = TextTrackMenuItem.prototype;\n\n _proto.handleClick = function handleClick(event) {\n var kind = this.track.kind;\n var kinds = this.track.kinds;\n var tracks = this.player_.textTracks();\n\n if (!kinds) {\n kinds = [kind];\n }\n\n _MenuItem.prototype.handleClick.call(this, event);\n\n if (!tracks) {\n return;\n }\n\n for (var i = 0; i < tracks.length; i++) {\n var track = tracks[i];\n\n if (track === this.track && kinds.indexOf(track.kind) > -1) {\n if (track.mode !== 'showing') {\n track.mode = 'showing';\n }\n } else if (track.mode !== 'disabled') {\n track.mode = 'disabled';\n }\n }\n };\n /**\n * Handle text track list change\n *\n * @param {EventTarget~Event} event\n * The `change` event that caused this function to be called.\n *\n * @listens TextTrackList#change\n */\n\n\n _proto.handleTracksChange = function handleTracksChange(event) {\n var shouldBeSelected = this.track.mode === 'showing'; // Prevent redundant selected() calls because they may cause\n // screen readers to read the appended control text unnecessarily\n\n if (shouldBeSelected !== this.isSelected_) {\n this.selected(shouldBeSelected);\n }\n };\n\n _proto.handleSelectedLanguageChange = function handleSelectedLanguageChange(event) {\n if (this.track.mode === 'showing') {\n var selectedLanguage = this.player_.cache_.selectedLanguage; // Don't replace the kind of track across the same language\n\n if (selectedLanguage && selectedLanguage.enabled && selectedLanguage.language === this.track.language && selectedLanguage.kind !== this.track.kind) {\n return;\n }\n\n this.player_.cache_.selectedLanguage = {\n enabled: true,\n language: this.track.language,\n kind: this.track.kind\n };\n }\n };\n\n _proto.dispose = function dispose() {\n // remove reference to track object on dispose\n this.track = null;\n\n _MenuItem.prototype.dispose.call(this);\n };\n\n return TextTrackMenuItem;\n}(MenuItem);\n\nComponent.registerComponent('TextTrackMenuItem', TextTrackMenuItem);\n\n/**\n * A special menu item for turning of a specific type of text track\n *\n * @extends TextTrackMenuItem\n */\n\nvar OffTextTrackMenuItem =\n/*#__PURE__*/\nfunction (_TextTrackMenuItem) {\n _inheritsLoose(OffTextTrackMenuItem, _TextTrackMenuItem);\n\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n */\n function OffTextTrackMenuItem(player, options) {\n // Create pseudo track info\n // Requires options['kind']\n options.track = {\n player: player,\n kind: options.kind,\n kinds: options.kinds,\n default: false,\n mode: 'disabled'\n };\n\n if (!options.kinds) {\n options.kinds = [options.kind];\n }\n\n if (options.label) {\n options.track.label = options.label;\n } else {\n options.track.label = options.kinds.join(' and ') + ' off';\n } // MenuItem is selectable\n\n\n options.selectable = true; // MenuItem is NOT multiSelectable (i.e. only one can be marked \"selected\" at a time)\n\n options.multiSelectable = false;\n return _TextTrackMenuItem.call(this, player, options) || this;\n }\n /**\n * Handle text track change\n *\n * @param {EventTarget~Event} event\n * The event that caused this function to run\n */\n\n\n var _proto = OffTextTrackMenuItem.prototype;\n\n _proto.handleTracksChange = function handleTracksChange(event) {\n var tracks = this.player().textTracks();\n var shouldBeSelected = true;\n\n for (var i = 0, l = tracks.length; i < l; i++) {\n var track = tracks[i];\n\n if (this.options_.kinds.indexOf(track.kind) > -1 && track.mode === 'showing') {\n shouldBeSelected = false;\n break;\n }\n } // Prevent redundant selected() calls because they may cause\n // screen readers to read the appended control text unnecessarily\n\n\n if (shouldBeSelected !== this.isSelected_) {\n this.selected(shouldBeSelected);\n }\n };\n\n _proto.handleSelectedLanguageChange = function handleSelectedLanguageChange(event) {\n var tracks = this.player().textTracks();\n var allHidden = true;\n\n for (var i = 0, l = tracks.length; i < l; i++) {\n var track = tracks[i];\n\n if (['captions', 'descriptions', 'subtitles'].indexOf(track.kind) > -1 && track.mode === 'showing') {\n allHidden = false;\n break;\n }\n }\n\n if (allHidden) {\n this.player_.cache_.selectedLanguage = {\n enabled: false\n };\n }\n };\n\n return OffTextTrackMenuItem;\n}(TextTrackMenuItem);\n\nComponent.registerComponent('OffTextTrackMenuItem', OffTextTrackMenuItem);\n\n/**\n * The base class for buttons that toggle specific text track types (e.g. subtitles)\n *\n * @extends MenuButton\n */\n\nvar TextTrackButton =\n/*#__PURE__*/\nfunction (_TrackButton) {\n _inheritsLoose(TextTrackButton, _TrackButton);\n\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options={}]\n * The key/value store of player options.\n */\n function TextTrackButton(player, options) {\n if (options === void 0) {\n options = {};\n }\n\n options.tracks = player.textTracks();\n return _TrackButton.call(this, player, options) || this;\n }\n /**\n * Create a menu item for each text track\n *\n * @param {TextTrackMenuItem[]} [items=[]]\n * Existing array of items to use during creation\n *\n * @return {TextTrackMenuItem[]}\n * Array of menu items that were created\n */\n\n\n var _proto = TextTrackButton.prototype;\n\n _proto.createItems = function createItems(items, TrackMenuItem) {\n if (items === void 0) {\n items = [];\n }\n\n if (TrackMenuItem === void 0) {\n TrackMenuItem = TextTrackMenuItem;\n }\n\n // Label is an override for the [track] off label\n // USed to localise captions/subtitles\n var label;\n\n if (this.label_) {\n label = this.label_ + \" off\";\n } // Add an OFF menu item to turn all tracks off\n\n\n items.push(new OffTextTrackMenuItem(this.player_, {\n kinds: this.kinds_,\n kind: this.kind_,\n label: label\n }));\n this.hideThreshold_ += 1;\n var tracks = this.player_.textTracks();\n\n if (!Array.isArray(this.kinds_)) {\n this.kinds_ = [this.kind_];\n }\n\n for (var i = 0; i < tracks.length; i++) {\n var track = tracks[i]; // only add tracks that are of an appropriate kind and have a label\n\n if (this.kinds_.indexOf(track.kind) > -1) {\n var item = new TrackMenuItem(this.player_, {\n track: track,\n // MenuItem is selectable\n selectable: true,\n // MenuItem is NOT multiSelectable (i.e. only one can be marked \"selected\" at a time)\n multiSelectable: false\n });\n item.addClass(\"vjs-\" + track.kind + \"-menu-item\");\n items.push(item);\n }\n }\n\n return items;\n };\n\n return TextTrackButton;\n}(TrackButton);\n\nComponent.registerComponent('TextTrackButton', TextTrackButton);\n\n/**\n * The chapter track menu item\n *\n * @extends MenuItem\n */\n\nvar ChaptersTrackMenuItem =\n/*#__PURE__*/\nfunction (_MenuItem) {\n _inheritsLoose(ChaptersTrackMenuItem, _MenuItem);\n\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n */\n function ChaptersTrackMenuItem(player, options) {\n var _this;\n\n var track = options.track;\n var cue = options.cue;\n var currentTime = player.currentTime(); // Modify options for parent MenuItem class's init.\n\n options.selectable = true;\n options.multiSelectable = false;\n options.label = cue.text;\n options.selected = cue.startTime <= currentTime && currentTime < cue.endTime;\n _this = _MenuItem.call(this, player, options) || this;\n _this.track = track;\n _this.cue = cue;\n track.addEventListener('cuechange', bind(_assertThisInitialized(_assertThisInitialized(_this)), _this.update));\n return _this;\n }\n /**\n * This gets called when an `ChaptersTrackMenuItem` is \"clicked\". See\n * {@link ClickableComponent} for more detailed information on what a click can be.\n *\n * @param {EventTarget~Event} [event]\n * The `keydown`, `tap`, or `click` event that caused this function to be\n * called.\n *\n * @listens tap\n * @listens click\n */\n\n\n var _proto = ChaptersTrackMenuItem.prototype;\n\n _proto.handleClick = function handleClick(event) {\n _MenuItem.prototype.handleClick.call(this);\n\n this.player_.currentTime(this.cue.startTime);\n this.update(this.cue.startTime);\n };\n /**\n * Update chapter menu item\n *\n * @param {EventTarget~Event} [event]\n * The `cuechange` event that caused this function to run.\n *\n * @listens TextTrack#cuechange\n */\n\n\n _proto.update = function update(event) {\n var cue = this.cue;\n var currentTime = this.player_.currentTime(); // vjs.log(currentTime, cue.startTime);\n\n this.selected(cue.startTime <= currentTime && currentTime < cue.endTime);\n };\n\n return ChaptersTrackMenuItem;\n}(MenuItem);\n\nComponent.registerComponent('ChaptersTrackMenuItem', ChaptersTrackMenuItem);\n\n/**\n * The button component for toggling and selecting chapters\n * Chapters act much differently than other text tracks\n * Cues are navigation vs. other tracks of alternative languages\n *\n * @extends TextTrackButton\n */\n\nvar ChaptersButton =\n/*#__PURE__*/\nfunction (_TextTrackButton) {\n _inheritsLoose(ChaptersButton, _TextTrackButton);\n\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n *\n * @param {Component~ReadyCallback} [ready]\n * The function to call when this function is ready.\n */\n function ChaptersButton(player, options, ready) {\n return _TextTrackButton.call(this, player, options, ready) || this;\n }\n /**\n * Builds the default DOM `className`.\n *\n * @return {string}\n * The DOM `className` for this object.\n */\n\n\n var _proto = ChaptersButton.prototype;\n\n _proto.buildCSSClass = function buildCSSClass() {\n return \"vjs-chapters-button \" + _TextTrackButton.prototype.buildCSSClass.call(this);\n };\n\n _proto.buildWrapperCSSClass = function buildWrapperCSSClass() {\n return \"vjs-chapters-button \" + _TextTrackButton.prototype.buildWrapperCSSClass.call(this);\n };\n /**\n * Update the menu based on the current state of its items.\n *\n * @param {EventTarget~Event} [event]\n * An event that triggered this function to run.\n *\n * @listens TextTrackList#addtrack\n * @listens TextTrackList#removetrack\n * @listens TextTrackList#change\n */\n\n\n _proto.update = function update(event) {\n if (!this.track_ || event && (event.type === 'addtrack' || event.type === 'removetrack')) {\n this.setTrack(this.findChaptersTrack());\n }\n\n _TextTrackButton.prototype.update.call(this);\n };\n /**\n * Set the currently selected track for the chapters button.\n *\n * @param {TextTrack} track\n * The new track to select. Nothing will change if this is the currently selected\n * track.\n */\n\n\n _proto.setTrack = function setTrack(track) {\n if (this.track_ === track) {\n return;\n }\n\n if (!this.updateHandler_) {\n this.updateHandler_ = this.update.bind(this);\n } // here this.track_ refers to the old track instance\n\n\n if (this.track_) {\n var remoteTextTrackEl = this.player_.remoteTextTrackEls().getTrackElementByTrack_(this.track_);\n\n if (remoteTextTrackEl) {\n remoteTextTrackEl.removeEventListener('load', this.updateHandler_);\n }\n\n this.track_ = null;\n }\n\n this.track_ = track; // here this.track_ refers to the new track instance\n\n if (this.track_) {\n this.track_.mode = 'hidden';\n\n var _remoteTextTrackEl = this.player_.remoteTextTrackEls().getTrackElementByTrack_(this.track_);\n\n if (_remoteTextTrackEl) {\n _remoteTextTrackEl.addEventListener('load', this.updateHandler_);\n }\n }\n };\n /**\n * Find the track object that is currently in use by this ChaptersButton\n *\n * @return {TextTrack|undefined}\n * The current track or undefined if none was found.\n */\n\n\n _proto.findChaptersTrack = function findChaptersTrack() {\n var tracks = this.player_.textTracks() || [];\n\n for (var i = tracks.length - 1; i >= 0; i--) {\n // We will always choose the last track as our chaptersTrack\n var track = tracks[i];\n\n if (track.kind === this.kind_) {\n return track;\n }\n }\n };\n /**\n * Get the caption for the ChaptersButton based on the track label. This will also\n * use the current tracks localized kind as a fallback if a label does not exist.\n *\n * @return {string}\n * The tracks current label or the localized track kind.\n */\n\n\n _proto.getMenuCaption = function getMenuCaption() {\n if (this.track_ && this.track_.label) {\n return this.track_.label;\n }\n\n return this.localize(toTitleCase(this.kind_));\n };\n /**\n * Create menu from chapter track\n *\n * @return {Menu}\n * New menu for the chapter buttons\n */\n\n\n _proto.createMenu = function createMenu() {\n this.options_.title = this.getMenuCaption();\n return _TextTrackButton.prototype.createMenu.call(this);\n };\n /**\n * Create a menu item for each text track\n *\n * @return {TextTrackMenuItem[]}\n * Array of menu items\n */\n\n\n _proto.createItems = function createItems() {\n var items = [];\n\n if (!this.track_) {\n return items;\n }\n\n var cues = this.track_.cues;\n\n if (!cues) {\n return items;\n }\n\n for (var i = 0, l = cues.length; i < l; i++) {\n var cue = cues[i];\n var mi = new ChaptersTrackMenuItem(this.player_, {\n track: this.track_,\n cue: cue\n });\n items.push(mi);\n }\n\n return items;\n };\n\n return ChaptersButton;\n}(TextTrackButton);\n/**\n * `kind` of TextTrack to look for to associate it with this menu.\n *\n * @type {string}\n * @private\n */\n\n\nChaptersButton.prototype.kind_ = 'chapters';\n/**\n * The text that should display over the `ChaptersButton`s controls. Added for localization.\n *\n * @type {string}\n * @private\n */\n\nChaptersButton.prototype.controlText_ = 'Chapters';\nComponent.registerComponent('ChaptersButton', ChaptersButton);\n\n/**\n * The button component for toggling and selecting descriptions\n *\n * @extends TextTrackButton\n */\n\nvar DescriptionsButton =\n/*#__PURE__*/\nfunction (_TextTrackButton) {\n _inheritsLoose(DescriptionsButton, _TextTrackButton);\n\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n *\n * @param {Component~ReadyCallback} [ready]\n * The function to call when this component is ready.\n */\n function DescriptionsButton(player, options, ready) {\n var _this;\n\n _this = _TextTrackButton.call(this, player, options, ready) || this;\n var tracks = player.textTracks();\n var changeHandler = bind(_assertThisInitialized(_assertThisInitialized(_this)), _this.handleTracksChange);\n tracks.addEventListener('change', changeHandler);\n\n _this.on('dispose', function () {\n tracks.removeEventListener('change', changeHandler);\n });\n\n return _this;\n }\n /**\n * Handle text track change\n *\n * @param {EventTarget~Event} event\n * The event that caused this function to run\n *\n * @listens TextTrackList#change\n */\n\n\n var _proto = DescriptionsButton.prototype;\n\n _proto.handleTracksChange = function handleTracksChange(event) {\n var tracks = this.player().textTracks();\n var disabled = false; // Check whether a track of a different kind is showing\n\n for (var i = 0, l = tracks.length; i < l; i++) {\n var track = tracks[i];\n\n if (track.kind !== this.kind_ && track.mode === 'showing') {\n disabled = true;\n break;\n }\n } // If another track is showing, disable this menu button\n\n\n if (disabled) {\n this.disable();\n } else {\n this.enable();\n }\n };\n /**\n * Builds the default DOM `className`.\n *\n * @return {string}\n * The DOM `className` for this object.\n */\n\n\n _proto.buildCSSClass = function buildCSSClass() {\n return \"vjs-descriptions-button \" + _TextTrackButton.prototype.buildCSSClass.call(this);\n };\n\n _proto.buildWrapperCSSClass = function buildWrapperCSSClass() {\n return \"vjs-descriptions-button \" + _TextTrackButton.prototype.buildWrapperCSSClass.call(this);\n };\n\n return DescriptionsButton;\n}(TextTrackButton);\n/**\n * `kind` of TextTrack to look for to associate it with this menu.\n *\n * @type {string}\n * @private\n */\n\n\nDescriptionsButton.prototype.kind_ = 'descriptions';\n/**\n * The text that should display over the `DescriptionsButton`s controls. Added for localization.\n *\n * @type {string}\n * @private\n */\n\nDescriptionsButton.prototype.controlText_ = 'Descriptions';\nComponent.registerComponent('DescriptionsButton', DescriptionsButton);\n\n/**\n * The button component for toggling and selecting subtitles\n *\n * @extends TextTrackButton\n */\n\nvar SubtitlesButton =\n/*#__PURE__*/\nfunction (_TextTrackButton) {\n _inheritsLoose(SubtitlesButton, _TextTrackButton);\n\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n *\n * @param {Component~ReadyCallback} [ready]\n * The function to call when this component is ready.\n */\n function SubtitlesButton(player, options, ready) {\n return _TextTrackButton.call(this, player, options, ready) || this;\n }\n /**\n * Builds the default DOM `className`.\n *\n * @return {string}\n * The DOM `className` for this object.\n */\n\n\n var _proto = SubtitlesButton.prototype;\n\n _proto.buildCSSClass = function buildCSSClass() {\n return \"vjs-subtitles-button \" + _TextTrackButton.prototype.buildCSSClass.call(this);\n };\n\n _proto.buildWrapperCSSClass = function buildWrapperCSSClass() {\n return \"vjs-subtitles-button \" + _TextTrackButton.prototype.buildWrapperCSSClass.call(this);\n };\n\n return SubtitlesButton;\n}(TextTrackButton);\n/**\n * `kind` of TextTrack to look for to associate it with this menu.\n *\n * @type {string}\n * @private\n */\n\n\nSubtitlesButton.prototype.kind_ = 'subtitles';\n/**\n * The text that should display over the `SubtitlesButton`s controls. Added for localization.\n *\n * @type {string}\n * @private\n */\n\nSubtitlesButton.prototype.controlText_ = 'Subtitles';\nComponent.registerComponent('SubtitlesButton', SubtitlesButton);\n\n/**\n * The menu item for caption track settings menu\n *\n * @extends TextTrackMenuItem\n */\n\nvar CaptionSettingsMenuItem =\n/*#__PURE__*/\nfunction (_TextTrackMenuItem) {\n _inheritsLoose(CaptionSettingsMenuItem, _TextTrackMenuItem);\n\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n */\n function CaptionSettingsMenuItem(player, options) {\n var _this;\n\n options.track = {\n player: player,\n kind: options.kind,\n label: options.kind + ' settings',\n selectable: false,\n default: false,\n mode: 'disabled'\n }; // CaptionSettingsMenuItem has no concept of 'selected'\n\n options.selectable = false;\n options.name = 'CaptionSettingsMenuItem';\n _this = _TextTrackMenuItem.call(this, player, options) || this;\n\n _this.addClass('vjs-texttrack-settings');\n\n _this.controlText(', opens ' + options.kind + ' settings dialog');\n\n return _this;\n }\n /**\n * This gets called when an `CaptionSettingsMenuItem` is \"clicked\". See\n * {@link ClickableComponent} for more detailed information on what a click can be.\n *\n * @param {EventTarget~Event} [event]\n * The `keydown`, `tap`, or `click` event that caused this function to be\n * called.\n *\n * @listens tap\n * @listens click\n */\n\n\n var _proto = CaptionSettingsMenuItem.prototype;\n\n _proto.handleClick = function handleClick(event) {\n this.player().getChild('textTrackSettings').open();\n };\n\n return CaptionSettingsMenuItem;\n}(TextTrackMenuItem);\n\nComponent.registerComponent('CaptionSettingsMenuItem', CaptionSettingsMenuItem);\n\n/**\n * The button component for toggling and selecting captions\n *\n * @extends TextTrackButton\n */\n\nvar CaptionsButton =\n/*#__PURE__*/\nfunction (_TextTrackButton) {\n _inheritsLoose(CaptionsButton, _TextTrackButton);\n\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n *\n * @param {Component~ReadyCallback} [ready]\n * The function to call when this component is ready.\n */\n function CaptionsButton(player, options, ready) {\n return _TextTrackButton.call(this, player, options, ready) || this;\n }\n /**\n * Builds the default DOM `className`.\n *\n * @return {string}\n * The DOM `className` for this object.\n */\n\n\n var _proto = CaptionsButton.prototype;\n\n _proto.buildCSSClass = function buildCSSClass() {\n return \"vjs-captions-button \" + _TextTrackButton.prototype.buildCSSClass.call(this);\n };\n\n _proto.buildWrapperCSSClass = function buildWrapperCSSClass() {\n return \"vjs-captions-button \" + _TextTrackButton.prototype.buildWrapperCSSClass.call(this);\n };\n /**\n * Create caption menu items\n *\n * @return {CaptionSettingsMenuItem[]}\n * The array of current menu items.\n */\n\n\n _proto.createItems = function createItems() {\n var items = [];\n\n if (!(this.player().tech_ && this.player().tech_.featuresNativeTextTracks) && this.player().getChild('textTrackSettings')) {\n items.push(new CaptionSettingsMenuItem(this.player_, {\n kind: this.kind_\n }));\n this.hideThreshold_ += 1;\n }\n\n return _TextTrackButton.prototype.createItems.call(this, items);\n };\n\n return CaptionsButton;\n}(TextTrackButton);\n/**\n * `kind` of TextTrack to look for to associate it with this menu.\n *\n * @type {string}\n * @private\n */\n\n\nCaptionsButton.prototype.kind_ = 'captions';\n/**\n * The text that should display over the `CaptionsButton`s controls. Added for localization.\n *\n * @type {string}\n * @private\n */\n\nCaptionsButton.prototype.controlText_ = 'Captions';\nComponent.registerComponent('CaptionsButton', CaptionsButton);\n\n/**\n * SubsCapsMenuItem has an [cc] icon to distinguish captions from subtitles\n * in the SubsCapsMenu.\n *\n * @extends TextTrackMenuItem\n */\n\nvar SubsCapsMenuItem =\n/*#__PURE__*/\nfunction (_TextTrackMenuItem) {\n _inheritsLoose(SubsCapsMenuItem, _TextTrackMenuItem);\n\n function SubsCapsMenuItem() {\n return _TextTrackMenuItem.apply(this, arguments) || this;\n }\n\n var _proto = SubsCapsMenuItem.prototype;\n\n _proto.createEl = function createEl(type, props, attrs) {\n var innerHTML = \"<span class=\\\"vjs-menu-item-text\\\">\" + this.localize(this.options_.label);\n\n if (this.options_.track.kind === 'captions') {\n innerHTML += \"\\n <span aria-hidden=\\\"true\\\" class=\\\"vjs-icon-placeholder\\\"></span>\\n <span class=\\\"vjs-control-text\\\"> \" + this.localize('Captions') + \"</span>\\n \";\n }\n\n innerHTML += '</span>';\n\n var el = _TextTrackMenuItem.prototype.createEl.call(this, type, assign({\n innerHTML: innerHTML\n }, props), attrs);\n\n return el;\n };\n\n return SubsCapsMenuItem;\n}(TextTrackMenuItem);\n\nComponent.registerComponent('SubsCapsMenuItem', SubsCapsMenuItem);\n\n/**\n * The button component for toggling and selecting captions and/or subtitles\n *\n * @extends TextTrackButton\n */\n\nvar SubsCapsButton =\n/*#__PURE__*/\nfunction (_TextTrackButton) {\n _inheritsLoose(SubsCapsButton, _TextTrackButton);\n\n function SubsCapsButton(player, options) {\n var _this;\n\n if (options === void 0) {\n options = {};\n }\n\n _this = _TextTrackButton.call(this, player, options) || this; // Although North America uses \"captions\" in most cases for\n // \"captions and subtitles\" other locales use \"subtitles\"\n\n _this.label_ = 'subtitles';\n\n if (['en', 'en-us', 'en-ca', 'fr-ca'].indexOf(_this.player_.language_) > -1) {\n _this.label_ = 'captions';\n }\n\n _this.menuButton_.controlText(toTitleCase(_this.label_));\n\n return _this;\n }\n /**\n * Builds the default DOM `className`.\n *\n * @return {string}\n * The DOM `className` for this object.\n */\n\n\n var _proto = SubsCapsButton.prototype;\n\n _proto.buildCSSClass = function buildCSSClass() {\n return \"vjs-subs-caps-button \" + _TextTrackButton.prototype.buildCSSClass.call(this);\n };\n\n _proto.buildWrapperCSSClass = function buildWrapperCSSClass() {\n return \"vjs-subs-caps-button \" + _TextTrackButton.prototype.buildWrapperCSSClass.call(this);\n };\n /**\n * Create caption/subtitles menu items\n *\n * @return {CaptionSettingsMenuItem[]}\n * The array of current menu items.\n */\n\n\n _proto.createItems = function createItems() {\n var items = [];\n\n if (!(this.player().tech_ && this.player().tech_.featuresNativeTextTracks) && this.player().getChild('textTrackSettings')) {\n items.push(new CaptionSettingsMenuItem(this.player_, {\n kind: this.label_\n }));\n this.hideThreshold_ += 1;\n }\n\n items = _TextTrackButton.prototype.createItems.call(this, items, SubsCapsMenuItem);\n return items;\n };\n\n return SubsCapsButton;\n}(TextTrackButton);\n/**\n * `kind`s of TextTrack to look for to associate it with this menu.\n *\n * @type {array}\n * @private\n */\n\n\nSubsCapsButton.prototype.kinds_ = ['captions', 'subtitles'];\n/**\n * The text that should display over the `SubsCapsButton`s controls.\n *\n *\n * @type {string}\n * @private\n */\n\nSubsCapsButton.prototype.controlText_ = 'Subtitles';\nComponent.registerComponent('SubsCapsButton', SubsCapsButton);\n\n/**\n * An {@link AudioTrack} {@link MenuItem}\n *\n * @extends MenuItem\n */\n\nvar AudioTrackMenuItem =\n/*#__PURE__*/\nfunction (_MenuItem) {\n _inheritsLoose(AudioTrackMenuItem, _MenuItem);\n\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n */\n function AudioTrackMenuItem(player, options) {\n var _this;\n\n var track = options.track;\n var tracks = player.audioTracks(); // Modify options for parent MenuItem class's init.\n\n options.label = track.label || track.language || 'Unknown';\n options.selected = track.enabled;\n _this = _MenuItem.call(this, player, options) || this;\n _this.track = track;\n\n _this.addClass(\"vjs-\" + track.kind + \"-menu-item\");\n\n var changeHandler = function changeHandler() {\n for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {\n args[_key] = arguments[_key];\n }\n\n _this.handleTracksChange.apply(_assertThisInitialized(_assertThisInitialized(_this)), args);\n };\n\n tracks.addEventListener('change', changeHandler);\n\n _this.on('dispose', function () {\n tracks.removeEventListener('change', changeHandler);\n });\n\n return _this;\n }\n\n var _proto = AudioTrackMenuItem.prototype;\n\n _proto.createEl = function createEl(type, props, attrs) {\n var innerHTML = \"<span class=\\\"vjs-menu-item-text\\\">\" + this.localize(this.options_.label);\n\n if (this.options_.track.kind === 'main-desc') {\n innerHTML += \"\\n <span aria-hidden=\\\"true\\\" class=\\\"vjs-icon-placeholder\\\"></span>\\n <span class=\\\"vjs-control-text\\\"> \" + this.localize('Descriptions') + \"</span>\\n \";\n }\n\n innerHTML += '</span>';\n\n var el = _MenuItem.prototype.createEl.call(this, type, assign({\n innerHTML: innerHTML\n }, props), attrs);\n\n return el;\n };\n /**\n * This gets called when an `AudioTrackMenuItem is \"clicked\". See {@link ClickableComponent}\n * for more detailed information on what a click can be.\n *\n * @param {EventTarget~Event} [event]\n * The `keydown`, `tap`, or `click` event that caused this function to be\n * called.\n *\n * @listens tap\n * @listens click\n */\n\n\n _proto.handleClick = function handleClick(event) {\n var tracks = this.player_.audioTracks();\n\n _MenuItem.prototype.handleClick.call(this, event);\n\n for (var i = 0; i < tracks.length; i++) {\n var track = tracks[i];\n track.enabled = track === this.track;\n }\n };\n /**\n * Handle any {@link AudioTrack} change.\n *\n * @param {EventTarget~Event} [event]\n * The {@link AudioTrackList#change} event that caused this to run.\n *\n * @listens AudioTrackList#change\n */\n\n\n _proto.handleTracksChange = function handleTracksChange(event) {\n this.selected(this.track.enabled);\n };\n\n return AudioTrackMenuItem;\n}(MenuItem);\n\nComponent.registerComponent('AudioTrackMenuItem', AudioTrackMenuItem);\n\n/**\n * The base class for buttons that toggle specific {@link AudioTrack} types.\n *\n * @extends TrackButton\n */\n\nvar AudioTrackButton =\n/*#__PURE__*/\nfunction (_TrackButton) {\n _inheritsLoose(AudioTrackButton, _TrackButton);\n\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options={}]\n * The key/value store of player options.\n */\n function AudioTrackButton(player, options) {\n if (options === void 0) {\n options = {};\n }\n\n options.tracks = player.audioTracks();\n return _TrackButton.call(this, player, options) || this;\n }\n /**\n * Builds the default DOM `className`.\n *\n * @return {string}\n * The DOM `className` for this object.\n */\n\n\n var _proto = AudioTrackButton.prototype;\n\n _proto.buildCSSClass = function buildCSSClass() {\n return \"vjs-audio-button \" + _TrackButton.prototype.buildCSSClass.call(this);\n };\n\n _proto.buildWrapperCSSClass = function buildWrapperCSSClass() {\n return \"vjs-audio-button \" + _TrackButton.prototype.buildWrapperCSSClass.call(this);\n };\n /**\n * Create a menu item for each audio track\n *\n * @param {AudioTrackMenuItem[]} [items=[]]\n * An array of existing menu items to use.\n *\n * @return {AudioTrackMenuItem[]}\n * An array of menu items\n */\n\n\n _proto.createItems = function createItems(items) {\n if (items === void 0) {\n items = [];\n }\n\n // if there's only one audio track, there no point in showing it\n this.hideThreshold_ = 1;\n var tracks = this.player_.audioTracks();\n\n for (var i = 0; i < tracks.length; i++) {\n var track = tracks[i];\n items.push(new AudioTrackMenuItem(this.player_, {\n track: track,\n // MenuItem is selectable\n selectable: true,\n // MenuItem is NOT multiSelectable (i.e. only one can be marked \"selected\" at a time)\n multiSelectable: false\n }));\n }\n\n return items;\n };\n\n return AudioTrackButton;\n}(TrackButton);\n/**\n * The text that should display over the `AudioTrackButton`s controls. Added for localization.\n *\n * @type {string}\n * @private\n */\n\n\nAudioTrackButton.prototype.controlText_ = 'Audio Track';\nComponent.registerComponent('AudioTrackButton', AudioTrackButton);\n\n/**\n * The specific menu item type for selecting a playback rate.\n *\n * @extends MenuItem\n */\n\nvar PlaybackRateMenuItem =\n/*#__PURE__*/\nfunction (_MenuItem) {\n _inheritsLoose(PlaybackRateMenuItem, _MenuItem);\n\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n */\n function PlaybackRateMenuItem(player, options) {\n var _this;\n\n var label = options.rate;\n var rate = parseFloat(label, 10); // Modify options for parent MenuItem class's init.\n\n options.label = label;\n options.selected = rate === 1;\n options.selectable = true;\n options.multiSelectable = false;\n _this = _MenuItem.call(this, player, options) || this;\n _this.label = label;\n _this.rate = rate;\n\n _this.on(player, 'ratechange', _this.update);\n\n return _this;\n }\n /**\n * This gets called when an `PlaybackRateMenuItem` is \"clicked\". See\n * {@link ClickableComponent} for more detailed information on what a click can be.\n *\n * @param {EventTarget~Event} [event]\n * The `keydown`, `tap`, or `click` event that caused this function to be\n * called.\n *\n * @listens tap\n * @listens click\n */\n\n\n var _proto = PlaybackRateMenuItem.prototype;\n\n _proto.handleClick = function handleClick(event) {\n _MenuItem.prototype.handleClick.call(this);\n\n this.player().playbackRate(this.rate);\n };\n /**\n * Update the PlaybackRateMenuItem when the playbackrate changes.\n *\n * @param {EventTarget~Event} [event]\n * The `ratechange` event that caused this function to run.\n *\n * @listens Player#ratechange\n */\n\n\n _proto.update = function update(event) {\n this.selected(this.player().playbackRate() === this.rate);\n };\n\n return PlaybackRateMenuItem;\n}(MenuItem);\n/**\n * The text that should display over the `PlaybackRateMenuItem`s controls. Added for localization.\n *\n * @type {string}\n * @private\n */\n\n\nPlaybackRateMenuItem.prototype.contentElType = 'button';\nComponent.registerComponent('PlaybackRateMenuItem', PlaybackRateMenuItem);\n\n/**\n * The component for controlling the playback rate.\n *\n * @extends MenuButton\n */\n\nvar PlaybackRateMenuButton =\n/*#__PURE__*/\nfunction (_MenuButton) {\n _inheritsLoose(PlaybackRateMenuButton, _MenuButton);\n\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n */\n function PlaybackRateMenuButton(player, options) {\n var _this;\n\n _this = _MenuButton.call(this, player, options) || this;\n\n _this.updateVisibility();\n\n _this.updateLabel();\n\n _this.on(player, 'loadstart', _this.updateVisibility);\n\n _this.on(player, 'ratechange', _this.updateLabel);\n\n return _this;\n }\n /**\n * Create the `Component`'s DOM element\n *\n * @return {Element}\n * The element that was created.\n */\n\n\n var _proto = PlaybackRateMenuButton.prototype;\n\n _proto.createEl = function createEl$$1() {\n var el = _MenuButton.prototype.createEl.call(this);\n\n this.labelEl_ = createEl('div', {\n className: 'vjs-playback-rate-value',\n innerHTML: '1x'\n });\n el.appendChild(this.labelEl_);\n return el;\n };\n\n _proto.dispose = function dispose() {\n this.labelEl_ = null;\n\n _MenuButton.prototype.dispose.call(this);\n };\n /**\n * Builds the default DOM `className`.\n *\n * @return {string}\n * The DOM `className` for this object.\n */\n\n\n _proto.buildCSSClass = function buildCSSClass() {\n return \"vjs-playback-rate \" + _MenuButton.prototype.buildCSSClass.call(this);\n };\n\n _proto.buildWrapperCSSClass = function buildWrapperCSSClass() {\n return \"vjs-playback-rate \" + _MenuButton.prototype.buildWrapperCSSClass.call(this);\n };\n /**\n * Create the playback rate menu\n *\n * @return {Menu}\n * Menu object populated with {@link PlaybackRateMenuItem}s\n */\n\n\n _proto.createMenu = function createMenu() {\n var menu = new Menu(this.player());\n var rates = this.playbackRates();\n\n if (rates) {\n for (var i = rates.length - 1; i >= 0; i--) {\n menu.addChild(new PlaybackRateMenuItem(this.player(), {\n rate: rates[i] + 'x'\n }));\n }\n }\n\n return menu;\n };\n /**\n * Updates ARIA accessibility attributes\n */\n\n\n _proto.updateARIAAttributes = function updateARIAAttributes() {\n // Current playback rate\n this.el().setAttribute('aria-valuenow', this.player().playbackRate());\n };\n /**\n * This gets called when an `PlaybackRateMenuButton` is \"clicked\". See\n * {@link ClickableComponent} for more detailed information on what a click can be.\n *\n * @param {EventTarget~Event} [event]\n * The `keydown`, `tap`, or `click` event that caused this function to be\n * called.\n *\n * @listens tap\n * @listens click\n */\n\n\n _proto.handleClick = function handleClick(event) {\n // select next rate option\n var currentRate = this.player().playbackRate();\n var rates = this.playbackRates(); // this will select first one if the last one currently selected\n\n var newRate = rates[0];\n\n for (var i = 0; i < rates.length; i++) {\n if (rates[i] > currentRate) {\n newRate = rates[i];\n break;\n }\n }\n\n this.player().playbackRate(newRate);\n };\n /**\n * Get possible playback rates\n *\n * @return {Array}\n * All possible playback rates\n */\n\n\n _proto.playbackRates = function playbackRates() {\n return this.options_.playbackRates || this.options_.playerOptions && this.options_.playerOptions.playbackRates;\n };\n /**\n * Get whether playback rates is supported by the tech\n * and an array of playback rates exists\n *\n * @return {boolean}\n * Whether changing playback rate is supported\n */\n\n\n _proto.playbackRateSupported = function playbackRateSupported() {\n return this.player().tech_ && this.player().tech_.featuresPlaybackRate && this.playbackRates() && this.playbackRates().length > 0;\n };\n /**\n * Hide playback rate controls when they're no playback rate options to select\n *\n * @param {EventTarget~Event} [event]\n * The event that caused this function to run.\n *\n * @listens Player#loadstart\n */\n\n\n _proto.updateVisibility = function updateVisibility(event) {\n if (this.playbackRateSupported()) {\n this.removeClass('vjs-hidden');\n } else {\n this.addClass('vjs-hidden');\n }\n };\n /**\n * Update button label when rate changed\n *\n * @param {EventTarget~Event} [event]\n * The event that caused this function to run.\n *\n * @listens Player#ratechange\n */\n\n\n _proto.updateLabel = function updateLabel(event) {\n if (this.playbackRateSupported()) {\n this.labelEl_.innerHTML = this.player().playbackRate() + 'x';\n }\n };\n\n return PlaybackRateMenuButton;\n}(MenuButton);\n/**\n * The text that should display over the `FullscreenToggle`s controls. Added for localization.\n *\n * @type {string}\n * @private\n */\n\n\nPlaybackRateMenuButton.prototype.controlText_ = 'Playback Rate';\nComponent.registerComponent('PlaybackRateMenuButton', PlaybackRateMenuButton);\n\n/**\n * Just an empty spacer element that can be used as an append point for plugins, etc.\n * Also can be used to create space between elements when necessary.\n *\n * @extends Component\n */\n\nvar Spacer =\n/*#__PURE__*/\nfunction (_Component) {\n _inheritsLoose(Spacer, _Component);\n\n function Spacer() {\n return _Component.apply(this, arguments) || this;\n }\n\n var _proto = Spacer.prototype;\n\n /**\n * Builds the default DOM `className`.\n *\n * @return {string}\n * The DOM `className` for this object.\n */\n _proto.buildCSSClass = function buildCSSClass() {\n return \"vjs-spacer \" + _Component.prototype.buildCSSClass.call(this);\n };\n /**\n * Create the `Component`'s DOM element\n *\n * @return {Element}\n * The element that was created.\n */\n\n\n _proto.createEl = function createEl() {\n return _Component.prototype.createEl.call(this, 'div', {\n className: this.buildCSSClass()\n });\n };\n\n return Spacer;\n}(Component);\n\nComponent.registerComponent('Spacer', Spacer);\n\n/**\n * Spacer specifically meant to be used as an insertion point for new plugins, etc.\n *\n * @extends Spacer\n */\n\nvar CustomControlSpacer =\n/*#__PURE__*/\nfunction (_Spacer) {\n _inheritsLoose(CustomControlSpacer, _Spacer);\n\n function CustomControlSpacer() {\n return _Spacer.apply(this, arguments) || this;\n }\n\n var _proto = CustomControlSpacer.prototype;\n\n /**\n * Builds the default DOM `className`.\n *\n * @return {string}\n * The DOM `className` for this object.\n */\n _proto.buildCSSClass = function buildCSSClass() {\n return \"vjs-custom-control-spacer \" + _Spacer.prototype.buildCSSClass.call(this);\n };\n /**\n * Create the `Component`'s DOM element\n *\n * @return {Element}\n * The element that was created.\n */\n\n\n _proto.createEl = function createEl() {\n var el = _Spacer.prototype.createEl.call(this, {\n className: this.buildCSSClass()\n }); // No-flex/table-cell mode requires there be some content\n // in the cell to fill the remaining space of the table.\n\n\n el.innerHTML = \"\\xA0\";\n return el;\n };\n\n return CustomControlSpacer;\n}(Spacer);\n\nComponent.registerComponent('CustomControlSpacer', CustomControlSpacer);\n\n/**\n * Container of main controls.\n *\n * @extends Component\n */\n\nvar ControlBar =\n/*#__PURE__*/\nfunction (_Component) {\n _inheritsLoose(ControlBar, _Component);\n\n function ControlBar() {\n return _Component.apply(this, arguments) || this;\n }\n\n var _proto = ControlBar.prototype;\n\n /**\n * Create the `Component`'s DOM element\n *\n * @return {Element}\n * The element that was created.\n */\n _proto.createEl = function createEl() {\n return _Component.prototype.createEl.call(this, 'div', {\n className: 'vjs-control-bar',\n dir: 'ltr'\n });\n };\n\n return ControlBar;\n}(Component);\n/**\n * Default options for `ControlBar`\n *\n * @type {Object}\n * @private\n */\n\n\nControlBar.prototype.options_ = {\n children: ['playToggle', 'volumePanel', 'currentTimeDisplay', 'timeDivider', 'durationDisplay', 'progressControl', 'liveDisplay', 'seekToLive', 'remainingTimeDisplay', 'customControlSpacer', 'playbackRateMenuButton', 'chaptersButton', 'descriptionsButton', 'subsCapsButton', 'audioTrackButton', 'fullscreenToggle']\n};\nComponent.registerComponent('ControlBar', ControlBar);\n\n/**\n * A display that indicates an error has occurred. This means that the video\n * is unplayable.\n *\n * @extends ModalDialog\n */\n\nvar ErrorDisplay =\n/*#__PURE__*/\nfunction (_ModalDialog) {\n _inheritsLoose(ErrorDisplay, _ModalDialog);\n\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n */\n function ErrorDisplay(player, options) {\n var _this;\n\n _this = _ModalDialog.call(this, player, options) || this;\n\n _this.on(player, 'error', _this.open);\n\n return _this;\n }\n /**\n * Builds the default DOM `className`.\n *\n * @return {string}\n * The DOM `className` for this object.\n *\n * @deprecated Since version 5.\n */\n\n\n var _proto = ErrorDisplay.prototype;\n\n _proto.buildCSSClass = function buildCSSClass() {\n return \"vjs-error-display \" + _ModalDialog.prototype.buildCSSClass.call(this);\n };\n /**\n * Gets the localized error message based on the `Player`s error.\n *\n * @return {string}\n * The `Player`s error message localized or an empty string.\n */\n\n\n _proto.content = function content() {\n var error = this.player().error();\n return error ? this.localize(error.message) : '';\n };\n\n return ErrorDisplay;\n}(ModalDialog);\n/**\n * The default options for an `ErrorDisplay`.\n *\n * @private\n */\n\n\nErrorDisplay.prototype.options_ = mergeOptions(ModalDialog.prototype.options_, {\n pauseOnOpen: false,\n fillAlways: true,\n temporary: false,\n uncloseable: true\n});\nComponent.registerComponent('ErrorDisplay', ErrorDisplay);\n\nvar LOCAL_STORAGE_KEY = 'vjs-text-track-settings';\nvar COLOR_BLACK = ['#000', 'Black'];\nvar COLOR_BLUE = ['#00F', 'Blue'];\nvar COLOR_CYAN = ['#0FF', 'Cyan'];\nvar COLOR_GREEN = ['#0F0', 'Green'];\nvar COLOR_MAGENTA = ['#F0F', 'Magenta'];\nvar COLOR_RED = ['#F00', 'Red'];\nvar COLOR_WHITE = ['#FFF', 'White'];\nvar COLOR_YELLOW = ['#FF0', 'Yellow'];\nvar OPACITY_OPAQUE = ['1', 'Opaque'];\nvar OPACITY_SEMI = ['0.5', 'Semi-Transparent'];\nvar OPACITY_TRANS = ['0', 'Transparent']; // Configuration for the various <select> elements in the DOM of this component.\n//\n// Possible keys include:\n//\n// `default`:\n// The default option index. Only needs to be provided if not zero.\n// `parser`:\n// A function which is used to parse the value from the selected option in\n// a customized way.\n// `selector`:\n// The selector used to find the associated <select> element.\n\nvar selectConfigs = {\n backgroundColor: {\n selector: '.vjs-bg-color > select',\n id: 'captions-background-color-%s',\n label: 'Color',\n options: [COLOR_BLACK, COLOR_WHITE, COLOR_RED, COLOR_GREEN, COLOR_BLUE, COLOR_YELLOW, COLOR_MAGENTA, COLOR_CYAN]\n },\n backgroundOpacity: {\n selector: '.vjs-bg-opacity > select',\n id: 'captions-background-opacity-%s',\n label: 'Transparency',\n options: [OPACITY_OPAQUE, OPACITY_SEMI, OPACITY_TRANS]\n },\n color: {\n selector: '.vjs-fg-color > select',\n id: 'captions-foreground-color-%s',\n label: 'Color',\n options: [COLOR_WHITE, COLOR_BLACK, COLOR_RED, COLOR_GREEN, COLOR_BLUE, COLOR_YELLOW, COLOR_MAGENTA, COLOR_CYAN]\n },\n edgeStyle: {\n selector: '.vjs-edge-style > select',\n id: '%s',\n label: 'Text Edge Style',\n options: [['none', 'None'], ['raised', 'Raised'], ['depressed', 'Depressed'], ['uniform', 'Uniform'], ['dropshadow', 'Dropshadow']]\n },\n fontFamily: {\n selector: '.vjs-font-family > select',\n id: 'captions-font-family-%s',\n label: 'Font Family',\n options: [['proportionalSansSerif', 'Proportional Sans-Serif'], ['monospaceSansSerif', 'Monospace Sans-Serif'], ['proportionalSerif', 'Proportional Serif'], ['monospaceSerif', 'Monospace Serif'], ['casual', 'Casual'], ['script', 'Script'], ['small-caps', 'Small Caps']]\n },\n fontPercent: {\n selector: '.vjs-font-percent > select',\n id: 'captions-font-size-%s',\n label: 'Font Size',\n options: [['0.50', '50%'], ['0.75', '75%'], ['1.00', '100%'], ['1.25', '125%'], ['1.50', '150%'], ['1.75', '175%'], ['2.00', '200%'], ['3.00', '300%'], ['4.00', '400%']],\n default: 2,\n parser: function parser(v) {\n return v === '1.00' ? null : Number(v);\n }\n },\n textOpacity: {\n selector: '.vjs-text-opacity > select',\n id: 'captions-foreground-opacity-%s',\n label: 'Transparency',\n options: [OPACITY_OPAQUE, OPACITY_SEMI]\n },\n // Options for this object are defined below.\n windowColor: {\n selector: '.vjs-window-color > select',\n id: 'captions-window-color-%s',\n label: 'Color'\n },\n // Options for this object are defined below.\n windowOpacity: {\n selector: '.vjs-window-opacity > select',\n id: 'captions-window-opacity-%s',\n label: 'Transparency',\n options: [OPACITY_TRANS, OPACITY_SEMI, OPACITY_OPAQUE]\n }\n};\nselectConfigs.windowColor.options = selectConfigs.backgroundColor.options;\n/**\n * Get the actual value of an option.\n *\n * @param {string} value\n * The value to get\n *\n * @param {Function} [parser]\n * Optional function to adjust the value.\n *\n * @return {Mixed}\n * - Will be `undefined` if no value exists\n * - Will be `undefined` if the given value is \"none\".\n * - Will be the actual value otherwise.\n *\n * @private\n */\n\nfunction parseOptionValue(value, parser) {\n if (parser) {\n value = parser(value);\n }\n\n if (value && value !== 'none') {\n return value;\n }\n}\n/**\n * Gets the value of the selected <option> element within a <select> element.\n *\n * @param {Element} el\n * the element to look in\n *\n * @param {Function} [parser]\n * Optional function to adjust the value.\n *\n * @return {Mixed}\n * - Will be `undefined` if no value exists\n * - Will be `undefined` if the given value is \"none\".\n * - Will be the actual value otherwise.\n *\n * @private\n */\n\n\nfunction getSelectedOptionValue(el, parser) {\n var value = el.options[el.options.selectedIndex].value;\n return parseOptionValue(value, parser);\n}\n/**\n * Sets the selected <option> element within a <select> element based on a\n * given value.\n *\n * @param {Element} el\n * The element to look in.\n *\n * @param {string} value\n * the property to look on.\n *\n * @param {Function} [parser]\n * Optional function to adjust the value before comparing.\n *\n * @private\n */\n\n\nfunction setSelectedOption(el, value, parser) {\n if (!value) {\n return;\n }\n\n for (var i = 0; i < el.options.length; i++) {\n if (parseOptionValue(el.options[i].value, parser) === value) {\n el.selectedIndex = i;\n break;\n }\n }\n}\n/**\n * Manipulate Text Tracks settings.\n *\n * @extends ModalDialog\n */\n\n\nvar TextTrackSettings =\n/*#__PURE__*/\nfunction (_ModalDialog) {\n _inheritsLoose(TextTrackSettings, _ModalDialog);\n\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n */\n function TextTrackSettings(player, options) {\n var _this;\n\n options.temporary = false;\n _this = _ModalDialog.call(this, player, options) || this;\n _this.updateDisplay = bind(_assertThisInitialized(_assertThisInitialized(_this)), _this.updateDisplay); // fill the modal and pretend we have opened it\n\n _this.fill();\n\n _this.hasBeenOpened_ = _this.hasBeenFilled_ = true;\n _this.endDialog = createEl('p', {\n className: 'vjs-control-text',\n textContent: _this.localize('End of dialog window.')\n });\n\n _this.el().appendChild(_this.endDialog);\n\n _this.setDefaults(); // Grab `persistTextTrackSettings` from the player options if not passed in child options\n\n\n if (options.persistTextTrackSettings === undefined) {\n _this.options_.persistTextTrackSettings = _this.options_.playerOptions.persistTextTrackSettings;\n }\n\n _this.on(_this.$('.vjs-done-button'), 'click', function () {\n _this.saveSettings();\n\n _this.close();\n });\n\n _this.on(_this.$('.vjs-default-button'), 'click', function () {\n _this.setDefaults();\n\n _this.updateDisplay();\n });\n\n each(selectConfigs, function (config) {\n _this.on(_this.$(config.selector), 'change', _this.updateDisplay);\n });\n\n if (_this.options_.persistTextTrackSettings) {\n _this.restoreSettings();\n }\n\n return _this;\n }\n\n var _proto = TextTrackSettings.prototype;\n\n _proto.dispose = function dispose() {\n this.endDialog = null;\n\n _ModalDialog.prototype.dispose.call(this);\n };\n /**\n * Create a <select> element with configured options.\n *\n * @param {string} key\n * Configuration key to use during creation.\n *\n * @return {string}\n * An HTML string.\n *\n * @private\n */\n\n\n _proto.createElSelect_ = function createElSelect_(key, legendId, type) {\n var _this2 = this;\n\n if (legendId === void 0) {\n legendId = '';\n }\n\n if (type === void 0) {\n type = 'label';\n }\n\n var config = selectConfigs[key];\n var id = config.id.replace('%s', this.id_);\n var selectLabelledbyIds = [legendId, id].join(' ').trim();\n return [\"<\" + type + \" id=\\\"\" + id + \"\\\" class=\\\"\" + (type === 'label' ? 'vjs-label' : '') + \"\\\">\", this.localize(config.label), \"</\" + type + \">\", \"<select aria-labelledby=\\\"\" + selectLabelledbyIds + \"\\\">\"].concat(config.options.map(function (o) {\n var optionId = id + '-' + o[1].replace(/\\W+/g, '');\n return [\"<option id=\\\"\" + optionId + \"\\\" value=\\\"\" + o[0] + \"\\\" \", \"aria-labelledby=\\\"\" + selectLabelledbyIds + \" \" + optionId + \"\\\">\", _this2.localize(o[1]), '</option>'].join('');\n })).concat('</select>').join('');\n };\n /**\n * Create foreground color element for the component\n *\n * @return {string}\n * An HTML string.\n *\n * @private\n */\n\n\n _proto.createElFgColor_ = function createElFgColor_() {\n var legendId = \"captions-text-legend-\" + this.id_;\n return ['<fieldset class=\"vjs-fg-color vjs-track-setting\">', \"<legend id=\\\"\" + legendId + \"\\\">\", this.localize('Text'), '</legend>', this.createElSelect_('color', legendId), '<span class=\"vjs-text-opacity vjs-opacity\">', this.createElSelect_('textOpacity', legendId), '</span>', '</fieldset>'].join('');\n };\n /**\n * Create background color element for the component\n *\n * @return {string}\n * An HTML string.\n *\n * @private\n */\n\n\n _proto.createElBgColor_ = function createElBgColor_() {\n var legendId = \"captions-background-\" + this.id_;\n return ['<fieldset class=\"vjs-bg-color vjs-track-setting\">', \"<legend id=\\\"\" + legendId + \"\\\">\", this.localize('Background'), '</legend>', this.createElSelect_('backgroundColor', legendId), '<span class=\"vjs-bg-opacity vjs-opacity\">', this.createElSelect_('backgroundOpacity', legendId), '</span>', '</fieldset>'].join('');\n };\n /**\n * Create window color element for the component\n *\n * @return {string}\n * An HTML string.\n *\n * @private\n */\n\n\n _proto.createElWinColor_ = function createElWinColor_() {\n var legendId = \"captions-window-\" + this.id_;\n return ['<fieldset class=\"vjs-window-color vjs-track-setting\">', \"<legend id=\\\"\" + legendId + \"\\\">\", this.localize('Window'), '</legend>', this.createElSelect_('windowColor', legendId), '<span class=\"vjs-window-opacity vjs-opacity\">', this.createElSelect_('windowOpacity', legendId), '</span>', '</fieldset>'].join('');\n };\n /**\n * Create color elements for the component\n *\n * @return {Element}\n * The element that was created\n *\n * @private\n */\n\n\n _proto.createElColors_ = function createElColors_() {\n return createEl('div', {\n className: 'vjs-track-settings-colors',\n innerHTML: [this.createElFgColor_(), this.createElBgColor_(), this.createElWinColor_()].join('')\n });\n };\n /**\n * Create font elements for the component\n *\n * @return {Element}\n * The element that was created.\n *\n * @private\n */\n\n\n _proto.createElFont_ = function createElFont_() {\n return createEl('div', {\n className: 'vjs-track-settings-font',\n innerHTML: ['<fieldset class=\"vjs-font-percent vjs-track-setting\">', this.createElSelect_('fontPercent', '', 'legend'), '</fieldset>', '<fieldset class=\"vjs-edge-style vjs-track-setting\">', this.createElSelect_('edgeStyle', '', 'legend'), '</fieldset>', '<fieldset class=\"vjs-font-family vjs-track-setting\">', this.createElSelect_('fontFamily', '', 'legend'), '</fieldset>'].join('')\n });\n };\n /**\n * Create controls for the component\n *\n * @return {Element}\n * The element that was created.\n *\n * @private\n */\n\n\n _proto.createElControls_ = function createElControls_() {\n var defaultsDescription = this.localize('restore all settings to the default values');\n return createEl('div', {\n className: 'vjs-track-settings-controls',\n innerHTML: [\"<button type=\\\"button\\\" class=\\\"vjs-default-button\\\" title=\\\"\" + defaultsDescription + \"\\\">\", this.localize('Reset'), \"<span class=\\\"vjs-control-text\\\"> \" + defaultsDescription + \"</span>\", '</button>', \"<button type=\\\"button\\\" class=\\\"vjs-done-button\\\">\" + this.localize('Done') + \"</button>\"].join('')\n });\n };\n\n _proto.content = function content() {\n return [this.createElColors_(), this.createElFont_(), this.createElControls_()];\n };\n\n _proto.label = function label() {\n return this.localize('Caption Settings Dialog');\n };\n\n _proto.description = function description() {\n return this.localize('Beginning of dialog window. Escape will cancel and close the window.');\n };\n\n _proto.buildCSSClass = function buildCSSClass() {\n return _ModalDialog.prototype.buildCSSClass.call(this) + ' vjs-text-track-settings';\n };\n /**\n * Gets an object of text track settings (or null).\n *\n * @return {Object}\n * An object with config values parsed from the DOM or localStorage.\n */\n\n\n _proto.getValues = function getValues() {\n var _this3 = this;\n\n return reduce(selectConfigs, function (accum, config, key) {\n var value = getSelectedOptionValue(_this3.$(config.selector), config.parser);\n\n if (value !== undefined) {\n accum[key] = value;\n }\n\n return accum;\n }, {});\n };\n /**\n * Sets text track settings from an object of values.\n *\n * @param {Object} values\n * An object with config values parsed from the DOM or localStorage.\n */\n\n\n _proto.setValues = function setValues(values) {\n var _this4 = this;\n\n each(selectConfigs, function (config, key) {\n setSelectedOption(_this4.$(config.selector), values[key], config.parser);\n });\n };\n /**\n * Sets all `<select>` elements to their default values.\n */\n\n\n _proto.setDefaults = function setDefaults() {\n var _this5 = this;\n\n each(selectConfigs, function (config) {\n var index = config.hasOwnProperty('default') ? config.default : 0;\n _this5.$(config.selector).selectedIndex = index;\n });\n };\n /**\n * Restore texttrack settings from localStorage\n */\n\n\n _proto.restoreSettings = function restoreSettings() {\n var values;\n\n try {\n values = JSON.parse(window$1.localStorage.getItem(LOCAL_STORAGE_KEY));\n } catch (err) {\n log.warn(err);\n }\n\n if (values) {\n this.setValues(values);\n }\n };\n /**\n * Save text track settings to localStorage\n */\n\n\n _proto.saveSettings = function saveSettings() {\n if (!this.options_.persistTextTrackSettings) {\n return;\n }\n\n var values = this.getValues();\n\n try {\n if (Object.keys(values).length) {\n window$1.localStorage.setItem(LOCAL_STORAGE_KEY, JSON.stringify(values));\n } else {\n window$1.localStorage.removeItem(LOCAL_STORAGE_KEY);\n }\n } catch (err) {\n log.warn(err);\n }\n };\n /**\n * Update display of text track settings\n */\n\n\n _proto.updateDisplay = function updateDisplay() {\n var ttDisplay = this.player_.getChild('textTrackDisplay');\n\n if (ttDisplay) {\n ttDisplay.updateDisplay();\n }\n };\n /**\n * conditionally blur the element and refocus the captions button\n *\n * @private\n */\n\n\n _proto.conditionalBlur_ = function conditionalBlur_() {\n this.previouslyActiveEl_ = null;\n this.off(document, 'keydown', this.handleKeyDown);\n var cb = this.player_.controlBar;\n var subsCapsBtn = cb && cb.subsCapsButton;\n var ccBtn = cb && cb.captionsButton;\n\n if (subsCapsBtn) {\n subsCapsBtn.focus();\n } else if (ccBtn) {\n ccBtn.focus();\n }\n };\n\n return TextTrackSettings;\n}(ModalDialog);\n\nComponent.registerComponent('TextTrackSettings', TextTrackSettings);\n\n/**\n * A Resize Manager. It is in charge of triggering `playerresize` on the player in the right conditions.\n *\n * It'll either create an iframe and use a debounced resize handler on it or use the new {@link https://wicg.github.io/ResizeObserver/|ResizeObserver}.\n *\n * If the ResizeObserver is available natively, it will be used. A polyfill can be passed in as an option.\n * If a `playerresize` event is not needed, the ResizeManager component can be removed from the player, see the example below.\n * @example <caption>How to disable the resize manager</caption>\n * const player = videojs('#vid', {\n * resizeManager: false\n * });\n *\n * @see {@link https://wicg.github.io/ResizeObserver/|ResizeObserver specification}\n *\n * @extends Component\n */\n\nvar ResizeManager =\n/*#__PURE__*/\nfunction (_Component) {\n _inheritsLoose(ResizeManager, _Component);\n\n /**\n * Create the ResizeManager.\n *\n * @param {Object} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of ResizeManager options.\n *\n * @param {Object} [options.ResizeObserver]\n * A polyfill for ResizeObserver can be passed in here.\n * If this is set to null it will ignore the native ResizeObserver and fall back to the iframe fallback.\n */\n function ResizeManager(player, options) {\n var _this;\n\n var RESIZE_OBSERVER_AVAILABLE = options.ResizeObserver || window$1.ResizeObserver; // if `null` was passed, we want to disable the ResizeObserver\n\n if (options.ResizeObserver === null) {\n RESIZE_OBSERVER_AVAILABLE = false;\n } // Only create an element when ResizeObserver isn't available\n\n\n var options_ = mergeOptions({\n createEl: !RESIZE_OBSERVER_AVAILABLE,\n reportTouchActivity: false\n }, options);\n _this = _Component.call(this, player, options_) || this;\n _this.ResizeObserver = options.ResizeObserver || window$1.ResizeObserver;\n _this.loadListener_ = null;\n _this.resizeObserver_ = null;\n _this.debouncedHandler_ = debounce(function () {\n _this.resizeHandler();\n }, 100, false, _assertThisInitialized(_assertThisInitialized(_this)));\n\n if (RESIZE_OBSERVER_AVAILABLE) {\n _this.resizeObserver_ = new _this.ResizeObserver(_this.debouncedHandler_);\n\n _this.resizeObserver_.observe(player.el());\n } else {\n _this.loadListener_ = function () {\n if (!_this.el_ || !_this.el_.contentWindow) {\n return;\n }\n\n on(_this.el_.contentWindow, 'resize', _this.debouncedHandler_);\n };\n\n _this.one('load', _this.loadListener_);\n }\n\n return _this;\n }\n\n var _proto = ResizeManager.prototype;\n\n _proto.createEl = function createEl() {\n return _Component.prototype.createEl.call(this, 'iframe', {\n className: 'vjs-resize-manager'\n });\n };\n /**\n * Called when a resize is triggered on the iframe or a resize is observed via the ResizeObserver\n *\n * @fires Player#playerresize\n */\n\n\n _proto.resizeHandler = function resizeHandler() {\n /**\n * Called when the player size has changed\n *\n * @event Player#playerresize\n * @type {EventTarget~Event}\n */\n // make sure player is still around to trigger\n // prevents this from causing an error after dispose\n if (!this.player_ || !this.player_.trigger) {\n return;\n }\n\n this.player_.trigger('playerresize');\n };\n\n _proto.dispose = function dispose() {\n if (this.debouncedHandler_) {\n this.debouncedHandler_.cancel();\n }\n\n if (this.resizeObserver_) {\n if (this.player_.el()) {\n this.resizeObserver_.unobserve(this.player_.el());\n }\n\n this.resizeObserver_.disconnect();\n }\n\n if (this.el_ && this.el_.contentWindow) {\n off(this.el_.contentWindow, 'resize', this.debouncedHandler_);\n }\n\n if (this.loadListener_) {\n this.off('load', this.loadListener_);\n }\n\n this.ResizeObserver = null;\n this.resizeObserver = null;\n this.debouncedHandler_ = null;\n this.loadListener_ = null;\n };\n\n return ResizeManager;\n}(Component);\n\nComponent.registerComponent('ResizeManager', ResizeManager);\n\n/* track when we are at the live edge, and other helpers for live playback */\n\nvar LiveTracker =\n/*#__PURE__*/\nfunction (_Component) {\n _inheritsLoose(LiveTracker, _Component);\n\n function LiveTracker(player, options) {\n var _this;\n\n // LiveTracker does not need an element\n var options_ = mergeOptions({\n createEl: false\n }, options);\n _this = _Component.call(this, player, options_) || this;\n\n _this.reset_();\n\n _this.on(_this.player_, 'durationchange', _this.handleDurationchange);\n\n return _this;\n }\n\n var _proto = LiveTracker.prototype;\n\n _proto.isBehind_ = function isBehind_() {\n // don't report that we are behind until a timeupdate has been seen\n if (!this.timeupdateSeen_) {\n return false;\n }\n\n var liveCurrentTime = this.liveCurrentTime();\n var currentTime = this.player_.currentTime();\n var seekableIncrement = this.seekableIncrement_; // the live edge window is the amount of seconds away from live\n // that a player can be, but still be considered live.\n // we add 0.07 because the live tracking happens every 30ms\n // and we want some wiggle room for short segment live playback\n\n var liveEdgeWindow = seekableIncrement * 2 + 0.07; // on Android liveCurrentTime can bee Infinity, because seekableEnd\n // can be Infinity, so we handle that case.\n\n return liveCurrentTime !== Infinity && liveCurrentTime - liveEdgeWindow >= currentTime;\n }; // all the functionality for tracking when seek end changes\n // and for tracking how far past seek end we should be\n\n\n _proto.trackLive_ = function trackLive_() {\n this.pastSeekEnd_ = this.pastSeekEnd_;\n var seekable = this.player_.seekable(); // skip undefined seekable\n\n if (!seekable || !seekable.length) {\n return;\n }\n\n var newSeekEnd = this.seekableEnd(); // we can only tell if we are behind live, when seekable changes\n // once we detect that seekable has changed we check the new seek\n // end against current time, with a fudge value of half a second.\n\n if (newSeekEnd !== this.lastSeekEnd_) {\n if (this.lastSeekEnd_) {\n this.seekableIncrement_ = Math.abs(newSeekEnd - this.lastSeekEnd_);\n }\n\n this.pastSeekEnd_ = 0;\n this.lastSeekEnd_ = newSeekEnd;\n this.trigger('seekableendchange');\n }\n\n this.pastSeekEnd_ = this.pastSeekEnd() + 0.03;\n\n if (this.isBehind_() !== this.behindLiveEdge()) {\n this.behindLiveEdge_ = this.isBehind_();\n this.trigger('liveedgechange');\n }\n };\n /**\n * handle a durationchange event on the player\n * and start/stop tracking accordingly.\n */\n\n\n _proto.handleDurationchange = function handleDurationchange() {\n if (this.player_.duration() === Infinity) {\n this.startTracking();\n } else {\n this.stopTracking();\n }\n };\n /**\n * start tracking live playback\n */\n\n\n _proto.startTracking = function startTracking() {\n var _this2 = this;\n\n if (this.isTracking()) {\n return;\n }\n\n this.trackingInterval_ = this.setInterval(this.trackLive_, 30);\n this.trackLive_();\n this.on(this.player_, 'play', this.trackLive_);\n this.on(this.player_, 'pause', this.trackLive_);\n this.one(this.player_, 'play', this.handlePlay); // this is to prevent showing that we are not live\n // before a video starts to play\n\n if (!this.timeupdateSeen_) {\n this.handleTimeupdate = function () {\n _this2.timeupdateSeen_ = true;\n _this2.handleTimeupdate = null;\n };\n\n this.one(this.player_, 'timeupdate', this.handleTimeupdate);\n }\n };\n\n _proto.handlePlay = function handlePlay() {\n this.one(this.player_, 'timeupdate', this.seekToLiveEdge);\n };\n /**\n * Stop tracking, and set all internal variables to\n * their initial value.\n */\n\n\n _proto.reset_ = function reset_() {\n this.pastSeekEnd_ = 0;\n this.lastSeekEnd_ = null;\n this.behindLiveEdge_ = null;\n this.timeupdateSeen_ = false;\n this.clearInterval(this.trackingInterval_);\n this.trackingInterval_ = null;\n this.seekableIncrement_ = 12;\n this.off(this.player_, 'play', this.trackLive_);\n this.off(this.player_, 'pause', this.trackLive_);\n this.off(this.player_, 'play', this.handlePlay);\n this.off(this.player_, 'timeupdate', this.seekToLiveEdge);\n\n if (this.handleTimeupdate) {\n this.off(this.player_, 'timeupdate', this.handleTimeupdate);\n this.handleTimeupdate = null;\n }\n };\n /**\n * stop tracking live playback\n */\n\n\n _proto.stopTracking = function stopTracking() {\n if (!this.isTracking()) {\n return;\n }\n\n this.reset_();\n };\n /**\n * A helper to get the player seekable end\n * so that we don't have to null check everywhere\n */\n\n\n _proto.seekableEnd = function seekableEnd() {\n var seekable = this.player_.seekable();\n var seekableEnds = [];\n var i = seekable ? seekable.length : 0;\n\n while (i--) {\n seekableEnds.push(seekable.end(i));\n } // grab the furthest seekable end after sorting, or if there are none\n // default to Infinity\n\n\n return seekableEnds.length ? seekableEnds.sort()[seekableEnds.length - 1] : Infinity;\n };\n /**\n * A helper to get the player seekable start\n * so that we don't have to null check everywhere\n */\n\n\n _proto.seekableStart = function seekableStart() {\n var seekable = this.player_.seekable();\n var seekableStarts = [];\n var i = seekable ? seekable.length : 0;\n\n while (i--) {\n seekableStarts.push(seekable.start(i));\n } // grab the first seekable start after sorting, or if there are none\n // default to 0\n\n\n return seekableStarts.length ? seekableStarts.sort()[0] : 0;\n };\n /**\n * Get the live time window\n */\n\n\n _proto.liveWindow = function liveWindow() {\n var liveCurrentTime = this.liveCurrentTime();\n\n if (liveCurrentTime === Infinity) {\n return Infinity;\n }\n\n return liveCurrentTime - this.seekableStart();\n };\n /**\n * Determines if the player is live, only checks if this component\n * is tracking live playback or not\n */\n\n\n _proto.isLive = function isLive() {\n return this.isTracking();\n };\n /**\n * Determines if currentTime is at the live edge and won't fall behind\n * on each seekableendchange\n */\n\n\n _proto.atLiveEdge = function atLiveEdge() {\n return !this.behindLiveEdge();\n };\n /**\n * get what we expect the live current time to be\n */\n\n\n _proto.liveCurrentTime = function liveCurrentTime() {\n return this.pastSeekEnd() + this.seekableEnd();\n };\n /**\n * Returns how far past seek end we expect current time to be\n */\n\n\n _proto.pastSeekEnd = function pastSeekEnd() {\n return this.pastSeekEnd_;\n };\n /**\n * If we are currently behind the live edge, aka currentTime will be\n * behind on a seekableendchange\n */\n\n\n _proto.behindLiveEdge = function behindLiveEdge() {\n return this.behindLiveEdge_;\n };\n\n _proto.isTracking = function isTracking() {\n return typeof this.trackingInterval_ === 'number';\n };\n /**\n * Seek to the live edge if we are behind the live edge\n */\n\n\n _proto.seekToLiveEdge = function seekToLiveEdge() {\n if (this.atLiveEdge()) {\n return;\n }\n\n this.player_.currentTime(this.liveCurrentTime());\n\n if (this.player_.paused()) {\n this.player_.play();\n }\n };\n\n _proto.dispose = function dispose() {\n this.stopTracking();\n\n _Component.prototype.dispose.call(this);\n };\n\n return LiveTracker;\n}(Component);\n\nComponent.registerComponent('LiveTracker', LiveTracker);\n\n/**\n * This function is used to fire a sourceset when there is something\n * similar to `mediaEl.load()` being called. It will try to find the source via\n * the `src` attribute and then the `<source>` elements. It will then fire `sourceset`\n * with the source that was found or empty string if we cannot know. If it cannot\n * find a source then `sourceset` will not be fired.\n *\n * @param {Html5} tech\n * The tech object that sourceset was setup on\n *\n * @return {boolean}\n * returns false if the sourceset was not fired and true otherwise.\n */\n\nvar sourcesetLoad = function sourcesetLoad(tech) {\n var el = tech.el(); // if `el.src` is set, that source will be loaded.\n\n if (el.hasAttribute('src')) {\n tech.triggerSourceset(el.src);\n return true;\n }\n /**\n * Since there isn't a src property on the media element, source elements will be used for\n * implementing the source selection algorithm. This happens asynchronously and\n * for most cases were there is more than one source we cannot tell what source will\n * be loaded, without re-implementing the source selection algorithm. At this time we are not\n * going to do that. There are three special cases that we do handle here though:\n *\n * 1. If there are no sources, do not fire `sourceset`.\n * 2. If there is only one `<source>` with a `src` property/attribute that is our `src`\n * 3. If there is more than one `<source>` but all of them have the same `src` url.\n * That will be our src.\n */\n\n\n var sources = tech.$$('source');\n var srcUrls = [];\n var src = ''; // if there are no sources, do not fire sourceset\n\n if (!sources.length) {\n return false;\n } // only count valid/non-duplicate source elements\n\n\n for (var i = 0; i < sources.length; i++) {\n var url = sources[i].src;\n\n if (url && srcUrls.indexOf(url) === -1) {\n srcUrls.push(url);\n }\n } // there were no valid sources\n\n\n if (!srcUrls.length) {\n return false;\n } // there is only one valid source element url\n // use that\n\n\n if (srcUrls.length === 1) {\n src = srcUrls[0];\n }\n\n tech.triggerSourceset(src);\n return true;\n};\n/**\n * our implementation of an `innerHTML` descriptor for browsers\n * that do not have one.\n */\n\n\nvar innerHTMLDescriptorPolyfill = Object.defineProperty({}, 'innerHTML', {\n get: function get() {\n return this.cloneNode(true).innerHTML;\n },\n set: function set(v) {\n // make a dummy node to use innerHTML on\n var dummy = document.createElement(this.nodeName.toLowerCase()); // set innerHTML to the value provided\n\n dummy.innerHTML = v; // make a document fragment to hold the nodes from dummy\n\n var docFrag = document.createDocumentFragment(); // copy all of the nodes created by the innerHTML on dummy\n // to the document fragment\n\n while (dummy.childNodes.length) {\n docFrag.appendChild(dummy.childNodes[0]);\n } // remove content\n\n\n this.innerText = ''; // now we add all of that html in one by appending the\n // document fragment. This is how innerHTML does it.\n\n window$1.Element.prototype.appendChild.call(this, docFrag); // then return the result that innerHTML's setter would\n\n return this.innerHTML;\n }\n});\n/**\n * Get a property descriptor given a list of priorities and the\n * property to get.\n */\n\nvar getDescriptor = function getDescriptor(priority, prop) {\n var descriptor = {};\n\n for (var i = 0; i < priority.length; i++) {\n descriptor = Object.getOwnPropertyDescriptor(priority[i], prop);\n\n if (descriptor && descriptor.set && descriptor.get) {\n break;\n }\n }\n\n descriptor.enumerable = true;\n descriptor.configurable = true;\n return descriptor;\n};\n\nvar getInnerHTMLDescriptor = function getInnerHTMLDescriptor(tech) {\n return getDescriptor([tech.el(), window$1.HTMLMediaElement.prototype, window$1.Element.prototype, innerHTMLDescriptorPolyfill], 'innerHTML');\n};\n/**\n * Patches browser internal functions so that we can tell synchronously\n * if a `<source>` was appended to the media element. For some reason this\n * causes a `sourceset` if the the media element is ready and has no source.\n * This happens when:\n * - The page has just loaded and the media element does not have a source.\n * - The media element was emptied of all sources, then `load()` was called.\n *\n * It does this by patching the following functions/properties when they are supported:\n *\n * - `append()` - can be used to add a `<source>` element to the media element\n * - `appendChild()` - can be used to add a `<source>` element to the media element\n * - `insertAdjacentHTML()` - can be used to add a `<source>` element to the media element\n * - `innerHTML` - can be used to add a `<source>` element to the media element\n *\n * @param {Html5} tech\n * The tech object that sourceset is being setup on.\n */\n\n\nvar firstSourceWatch = function firstSourceWatch(tech) {\n var el = tech.el(); // make sure firstSourceWatch isn't setup twice.\n\n if (el.resetSourceWatch_) {\n return;\n }\n\n var old = {};\n var innerDescriptor = getInnerHTMLDescriptor(tech);\n\n var appendWrapper = function appendWrapper(appendFn) {\n return function () {\n for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {\n args[_key] = arguments[_key];\n }\n\n var retval = appendFn.apply(el, args);\n sourcesetLoad(tech);\n return retval;\n };\n };\n\n ['append', 'appendChild', 'insertAdjacentHTML'].forEach(function (k) {\n if (!el[k]) {\n return;\n } // store the old function\n\n\n old[k] = el[k]; // call the old function with a sourceset if a source\n // was loaded\n\n el[k] = appendWrapper(old[k]);\n });\n Object.defineProperty(el, 'innerHTML', mergeOptions(innerDescriptor, {\n set: appendWrapper(innerDescriptor.set)\n }));\n\n el.resetSourceWatch_ = function () {\n el.resetSourceWatch_ = null;\n Object.keys(old).forEach(function (k) {\n el[k] = old[k];\n });\n Object.defineProperty(el, 'innerHTML', innerDescriptor);\n }; // on the first sourceset, we need to revert our changes\n\n\n tech.one('sourceset', el.resetSourceWatch_);\n};\n/**\n * our implementation of a `src` descriptor for browsers\n * that do not have one.\n */\n\n\nvar srcDescriptorPolyfill = Object.defineProperty({}, 'src', {\n get: function get() {\n if (this.hasAttribute('src')) {\n return getAbsoluteURL(window$1.Element.prototype.getAttribute.call(this, 'src'));\n }\n\n return '';\n },\n set: function set(v) {\n window$1.Element.prototype.setAttribute.call(this, 'src', v);\n return v;\n }\n});\n\nvar getSrcDescriptor = function getSrcDescriptor(tech) {\n return getDescriptor([tech.el(), window$1.HTMLMediaElement.prototype, srcDescriptorPolyfill], 'src');\n};\n/**\n * setup `sourceset` handling on the `Html5` tech. This function\n * patches the following element properties/functions:\n *\n * - `src` - to determine when `src` is set\n * - `setAttribute()` - to determine when `src` is set\n * - `load()` - this re-triggers the source selection algorithm, and can\n * cause a sourceset.\n *\n * If there is no source when we are adding `sourceset` support or during a `load()`\n * we also patch the functions listed in `firstSourceWatch`.\n *\n * @param {Html5} tech\n * The tech to patch\n */\n\n\nvar setupSourceset = function setupSourceset(tech) {\n if (!tech.featuresSourceset) {\n return;\n }\n\n var el = tech.el(); // make sure sourceset isn't setup twice.\n\n if (el.resetSourceset_) {\n return;\n }\n\n var srcDescriptor = getSrcDescriptor(tech);\n var oldSetAttribute = el.setAttribute;\n var oldLoad = el.load;\n Object.defineProperty(el, 'src', mergeOptions(srcDescriptor, {\n set: function set(v) {\n var retval = srcDescriptor.set.call(el, v); // we use the getter here to get the actual value set on src\n\n tech.triggerSourceset(el.src);\n return retval;\n }\n }));\n\n el.setAttribute = function (n, v) {\n var retval = oldSetAttribute.call(el, n, v);\n\n if (/src/i.test(n)) {\n tech.triggerSourceset(el.src);\n }\n\n return retval;\n };\n\n el.load = function () {\n var retval = oldLoad.call(el); // if load was called, but there was no source to fire\n // sourceset on. We have to watch for a source append\n // as that can trigger a `sourceset` when the media element\n // has no source\n\n if (!sourcesetLoad(tech)) {\n tech.triggerSourceset('');\n firstSourceWatch(tech);\n }\n\n return retval;\n };\n\n if (el.currentSrc) {\n tech.triggerSourceset(el.currentSrc);\n } else if (!sourcesetLoad(tech)) {\n firstSourceWatch(tech);\n }\n\n el.resetSourceset_ = function () {\n el.resetSourceset_ = null;\n el.load = oldLoad;\n el.setAttribute = oldSetAttribute;\n Object.defineProperty(el, 'src', srcDescriptor);\n\n if (el.resetSourceWatch_) {\n el.resetSourceWatch_();\n }\n };\n};\n\nfunction _templateObject$1() {\n var data = _taggedTemplateLiteralLoose([\"Text Tracks are being loaded from another origin but the crossorigin attribute isn't used.\\n This may prevent text tracks from loading.\"]);\n\n _templateObject$1 = function _templateObject() {\n return data;\n };\n\n return data;\n}\n/**\n * HTML5 Media Controller - Wrapper for HTML5 Media API\n *\n * @mixes Tech~SourceHandlerAdditions\n * @extends Tech\n */\n\nvar Html5 =\n/*#__PURE__*/\nfunction (_Tech) {\n _inheritsLoose(Html5, _Tech);\n\n /**\n * Create an instance of this Tech.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n *\n * @param {Component~ReadyCallback} ready\n * Callback function to call when the `HTML5` Tech is ready.\n */\n function Html5(options, ready) {\n var _this;\n\n _this = _Tech.call(this, options, ready) || this;\n var source = options.source;\n var crossoriginTracks = false; // Set the source if one is provided\n // 1) Check if the source is new (if not, we want to keep the original so playback isn't interrupted)\n // 2) Check to see if the network state of the tag was failed at init, and if so, reset the source\n // anyway so the error gets fired.\n\n if (source && (_this.el_.currentSrc !== source.src || options.tag && options.tag.initNetworkState_ === 3)) {\n _this.setSource(source);\n } else {\n _this.handleLateInit_(_this.el_);\n } // setup sourceset after late sourceset/init\n\n\n if (options.enableSourceset) {\n _this.setupSourcesetHandling_();\n }\n\n if (_this.el_.hasChildNodes()) {\n var nodes = _this.el_.childNodes;\n var nodesLength = nodes.length;\n var removeNodes = [];\n\n while (nodesLength--) {\n var node = nodes[nodesLength];\n var nodeName = node.nodeName.toLowerCase();\n\n if (nodeName === 'track') {\n if (!_this.featuresNativeTextTracks) {\n // Empty video tag tracks so the built-in player doesn't use them also.\n // This may not be fast enough to stop HTML5 browsers from reading the tags\n // so we'll need to turn off any default tracks if we're manually doing\n // captions and subtitles. videoElement.textTracks\n removeNodes.push(node);\n } else {\n // store HTMLTrackElement and TextTrack to remote list\n _this.remoteTextTrackEls().addTrackElement_(node);\n\n _this.remoteTextTracks().addTrack(node.track);\n\n _this.textTracks().addTrack(node.track);\n\n if (!crossoriginTracks && !_this.el_.hasAttribute('crossorigin') && isCrossOrigin(node.src)) {\n crossoriginTracks = true;\n }\n }\n }\n }\n\n for (var i = 0; i < removeNodes.length; i++) {\n _this.el_.removeChild(removeNodes[i]);\n }\n }\n\n _this.proxyNativeTracks_();\n\n if (_this.featuresNativeTextTracks && crossoriginTracks) {\n log.warn(tsml(_templateObject$1()));\n } // prevent iOS Safari from disabling metadata text tracks during native playback\n\n\n _this.restoreMetadataTracksInIOSNativePlayer_(); // Determine if native controls should be used\n // Our goal should be to get the custom controls on mobile solid everywhere\n // so we can remove this all together. Right now this will block custom\n // controls on touch enabled laptops like the Chrome Pixel\n\n\n if ((TOUCH_ENABLED || IS_IPHONE || IS_NATIVE_ANDROID) && options.nativeControlsForTouch === true) {\n _this.setControls(true);\n } // on iOS, we want to proxy `webkitbeginfullscreen` and `webkitendfullscreen`\n // into a `fullscreenchange` event\n\n\n _this.proxyWebkitFullscreen_();\n\n _this.triggerReady();\n\n return _this;\n }\n /**\n * Dispose of `HTML5` media element and remove all tracks.\n */\n\n\n var _proto = Html5.prototype;\n\n _proto.dispose = function dispose() {\n if (this.el_ && this.el_.resetSourceset_) {\n this.el_.resetSourceset_();\n }\n\n Html5.disposeMediaElement(this.el_);\n this.options_ = null; // tech will handle clearing of the emulated track list\n\n _Tech.prototype.dispose.call(this);\n };\n /**\n * Modify the media element so that we can detect when\n * the source is changed. Fires `sourceset` just after the source has changed\n */\n\n\n _proto.setupSourcesetHandling_ = function setupSourcesetHandling_() {\n setupSourceset(this);\n };\n /**\n * When a captions track is enabled in the iOS Safari native player, all other\n * tracks are disabled (including metadata tracks), which nulls all of their\n * associated cue points. This will restore metadata tracks to their pre-fullscreen\n * state in those cases so that cue points are not needlessly lost.\n *\n * @private\n */\n\n\n _proto.restoreMetadataTracksInIOSNativePlayer_ = function restoreMetadataTracksInIOSNativePlayer_() {\n var textTracks = this.textTracks();\n var metadataTracksPreFullscreenState; // captures a snapshot of every metadata track's current state\n\n var takeMetadataTrackSnapshot = function takeMetadataTrackSnapshot() {\n metadataTracksPreFullscreenState = [];\n\n for (var i = 0; i < textTracks.length; i++) {\n var track = textTracks[i];\n\n if (track.kind === 'metadata') {\n metadataTracksPreFullscreenState.push({\n track: track,\n storedMode: track.mode\n });\n }\n }\n }; // snapshot each metadata track's initial state, and update the snapshot\n // each time there is a track 'change' event\n\n\n takeMetadataTrackSnapshot();\n textTracks.addEventListener('change', takeMetadataTrackSnapshot);\n this.on('dispose', function () {\n return textTracks.removeEventListener('change', takeMetadataTrackSnapshot);\n });\n\n var restoreTrackMode = function restoreTrackMode() {\n for (var i = 0; i < metadataTracksPreFullscreenState.length; i++) {\n var storedTrack = metadataTracksPreFullscreenState[i];\n\n if (storedTrack.track.mode === 'disabled' && storedTrack.track.mode !== storedTrack.storedMode) {\n storedTrack.track.mode = storedTrack.storedMode;\n }\n } // we only want this handler to be executed on the first 'change' event\n\n\n textTracks.removeEventListener('change', restoreTrackMode);\n }; // when we enter fullscreen playback, stop updating the snapshot and\n // restore all track modes to their pre-fullscreen state\n\n\n this.on('webkitbeginfullscreen', function () {\n textTracks.removeEventListener('change', takeMetadataTrackSnapshot); // remove the listener before adding it just in case it wasn't previously removed\n\n textTracks.removeEventListener('change', restoreTrackMode);\n textTracks.addEventListener('change', restoreTrackMode);\n }); // start updating the snapshot again after leaving fullscreen\n\n this.on('webkitendfullscreen', function () {\n // remove the listener before adding it just in case it wasn't previously removed\n textTracks.removeEventListener('change', takeMetadataTrackSnapshot);\n textTracks.addEventListener('change', takeMetadataTrackSnapshot); // remove the restoreTrackMode handler in case it wasn't triggered during fullscreen playback\n\n textTracks.removeEventListener('change', restoreTrackMode);\n });\n };\n /**\n * Attempt to force override of tracks for the given type\n *\n * @param {string} type - Track type to override, possible values include 'Audio',\n * 'Video', and 'Text'.\n * @param {boolean} override - If set to true native audio/video will be overridden,\n * otherwise native audio/video will potentially be used.\n * @private\n */\n\n\n _proto.overrideNative_ = function overrideNative_(type, override) {\n var _this2 = this;\n\n // If there is no behavioral change don't add/remove listeners\n if (override !== this[\"featuresNative\" + type + \"Tracks\"]) {\n return;\n }\n\n var lowerCaseType = type.toLowerCase();\n\n if (this[lowerCaseType + \"TracksListeners_\"]) {\n Object.keys(this[lowerCaseType + \"TracksListeners_\"]).forEach(function (eventName) {\n var elTracks = _this2.el()[lowerCaseType + \"Tracks\"];\n\n elTracks.removeEventListener(eventName, _this2[lowerCaseType + \"TracksListeners_\"][eventName]);\n });\n }\n\n this[\"featuresNative\" + type + \"Tracks\"] = !override;\n this[lowerCaseType + \"TracksListeners_\"] = null;\n this.proxyNativeTracksForType_(lowerCaseType);\n };\n /**\n * Attempt to force override of native audio tracks.\n *\n * @param {boolean} override - If set to true native audio will be overridden,\n * otherwise native audio will potentially be used.\n */\n\n\n _proto.overrideNativeAudioTracks = function overrideNativeAudioTracks(override) {\n this.overrideNative_('Audio', override);\n };\n /**\n * Attempt to force override of native video tracks.\n *\n * @param {boolean} override - If set to true native video will be overridden,\n * otherwise native video will potentially be used.\n */\n\n\n _proto.overrideNativeVideoTracks = function overrideNativeVideoTracks(override) {\n this.overrideNative_('Video', override);\n };\n /**\n * Proxy native track list events for the given type to our track\n * lists if the browser we are playing in supports that type of track list.\n *\n * @param {string} name - Track type; values include 'audio', 'video', and 'text'\n * @private\n */\n\n\n _proto.proxyNativeTracksForType_ = function proxyNativeTracksForType_(name) {\n var _this3 = this;\n\n var props = NORMAL[name];\n var elTracks = this.el()[props.getterName];\n var techTracks = this[props.getterName]();\n\n if (!this[\"featuresNative\" + props.capitalName + \"Tracks\"] || !elTracks || !elTracks.addEventListener) {\n return;\n }\n\n var listeners = {\n change: function change(e) {\n techTracks.trigger({\n type: 'change',\n target: techTracks,\n currentTarget: techTracks,\n srcElement: techTracks\n });\n },\n addtrack: function addtrack(e) {\n techTracks.addTrack(e.track);\n },\n removetrack: function removetrack(e) {\n techTracks.removeTrack(e.track);\n }\n };\n\n var removeOldTracks = function removeOldTracks() {\n var removeTracks = [];\n\n for (var i = 0; i < techTracks.length; i++) {\n var found = false;\n\n for (var j = 0; j < elTracks.length; j++) {\n if (elTracks[j] === techTracks[i]) {\n found = true;\n break;\n }\n }\n\n if (!found) {\n removeTracks.push(techTracks[i]);\n }\n }\n\n while (removeTracks.length) {\n techTracks.removeTrack(removeTracks.shift());\n }\n };\n\n this[props.getterName + 'Listeners_'] = listeners;\n Object.keys(listeners).forEach(function (eventName) {\n var listener = listeners[eventName];\n elTracks.addEventListener(eventName, listener);\n\n _this3.on('dispose', function (e) {\n return elTracks.removeEventListener(eventName, listener);\n });\n }); // Remove (native) tracks that are not used anymore\n\n this.on('loadstart', removeOldTracks);\n this.on('dispose', function (e) {\n return _this3.off('loadstart', removeOldTracks);\n });\n };\n /**\n * Proxy all native track list events to our track lists if the browser we are playing\n * in supports that type of track list.\n *\n * @private\n */\n\n\n _proto.proxyNativeTracks_ = function proxyNativeTracks_() {\n var _this4 = this;\n\n NORMAL.names.forEach(function (name) {\n _this4.proxyNativeTracksForType_(name);\n });\n };\n /**\n * Create the `Html5` Tech's DOM element.\n *\n * @return {Element}\n * The element that gets created.\n */\n\n\n _proto.createEl = function createEl$$1() {\n var el = this.options_.tag; // Check if this browser supports moving the element into the box.\n // On the iPhone video will break if you move the element,\n // So we have to create a brand new element.\n // If we ingested the player div, we do not need to move the media element.\n\n if (!el || !(this.options_.playerElIngest || this.movingMediaElementInDOM)) {\n // If the original tag is still there, clone and remove it.\n if (el) {\n var clone = el.cloneNode(true);\n\n if (el.parentNode) {\n el.parentNode.insertBefore(clone, el);\n }\n\n Html5.disposeMediaElement(el);\n el = clone;\n } else {\n el = document.createElement('video'); // determine if native controls should be used\n\n var tagAttributes = this.options_.tag && getAttributes(this.options_.tag);\n var attributes = mergeOptions({}, tagAttributes);\n\n if (!TOUCH_ENABLED || this.options_.nativeControlsForTouch !== true) {\n delete attributes.controls;\n }\n\n setAttributes(el, assign(attributes, {\n id: this.options_.techId,\n class: 'vjs-tech'\n }));\n }\n\n el.playerId = this.options_.playerId;\n }\n\n if (typeof this.options_.preload !== 'undefined') {\n setAttribute(el, 'preload', this.options_.preload);\n } // Update specific tag settings, in case they were overridden\n // `autoplay` has to be *last* so that `muted` and `playsinline` are present\n // when iOS/Safari or other browsers attempt to autoplay.\n\n\n var settingsAttrs = ['loop', 'muted', 'playsinline', 'autoplay'];\n\n for (var i = 0; i < settingsAttrs.length; i++) {\n var attr = settingsAttrs[i];\n var value = this.options_[attr];\n\n if (typeof value !== 'undefined') {\n if (value) {\n setAttribute(el, attr, attr);\n } else {\n removeAttribute(el, attr);\n }\n\n el[attr] = value;\n }\n }\n\n return el;\n };\n /**\n * This will be triggered if the loadstart event has already fired, before videojs was\n * ready. Two known examples of when this can happen are:\n * 1. If we're loading the playback object after it has started loading\n * 2. The media is already playing the (often with autoplay on) then\n *\n * This function will fire another loadstart so that videojs can catchup.\n *\n * @fires Tech#loadstart\n *\n * @return {undefined}\n * returns nothing.\n */\n\n\n _proto.handleLateInit_ = function handleLateInit_(el) {\n if (el.networkState === 0 || el.networkState === 3) {\n // The video element hasn't started loading the source yet\n // or didn't find a source\n return;\n }\n\n if (el.readyState === 0) {\n // NetworkState is set synchronously BUT loadstart is fired at the\n // end of the current stack, usually before setInterval(fn, 0).\n // So at this point we know loadstart may have already fired or is\n // about to fire, and either way the player hasn't seen it yet.\n // We don't want to fire loadstart prematurely here and cause a\n // double loadstart so we'll wait and see if it happens between now\n // and the next loop, and fire it if not.\n // HOWEVER, we also want to make sure it fires before loadedmetadata\n // which could also happen between now and the next loop, so we'll\n // watch for that also.\n var loadstartFired = false;\n\n var setLoadstartFired = function setLoadstartFired() {\n loadstartFired = true;\n };\n\n this.on('loadstart', setLoadstartFired);\n\n var triggerLoadstart = function triggerLoadstart() {\n // We did miss the original loadstart. Make sure the player\n // sees loadstart before loadedmetadata\n if (!loadstartFired) {\n this.trigger('loadstart');\n }\n };\n\n this.on('loadedmetadata', triggerLoadstart);\n this.ready(function () {\n this.off('loadstart', setLoadstartFired);\n this.off('loadedmetadata', triggerLoadstart);\n\n if (!loadstartFired) {\n // We did miss the original native loadstart. Fire it now.\n this.trigger('loadstart');\n }\n });\n return;\n } // From here on we know that loadstart already fired and we missed it.\n // The other readyState events aren't as much of a problem if we double\n // them, so not going to go to as much trouble as loadstart to prevent\n // that unless we find reason to.\n\n\n var eventsToTrigger = ['loadstart']; // loadedmetadata: newly equal to HAVE_METADATA (1) or greater\n\n eventsToTrigger.push('loadedmetadata'); // loadeddata: newly increased to HAVE_CURRENT_DATA (2) or greater\n\n if (el.readyState >= 2) {\n eventsToTrigger.push('loadeddata');\n } // canplay: newly increased to HAVE_FUTURE_DATA (3) or greater\n\n\n if (el.readyState >= 3) {\n eventsToTrigger.push('canplay');\n } // canplaythrough: newly equal to HAVE_ENOUGH_DATA (4)\n\n\n if (el.readyState >= 4) {\n eventsToTrigger.push('canplaythrough');\n } // We still need to give the player time to add event listeners\n\n\n this.ready(function () {\n eventsToTrigger.forEach(function (type) {\n this.trigger(type);\n }, this);\n });\n };\n /**\n * Set current time for the `HTML5` tech.\n *\n * @param {number} seconds\n * Set the current time of the media to this.\n */\n\n\n _proto.setCurrentTime = function setCurrentTime(seconds) {\n try {\n this.el_.currentTime = seconds;\n } catch (e) {\n log(e, 'Video is not ready. (Video.js)'); // this.warning(VideoJS.warnings.videoNotReady);\n }\n };\n /**\n * Get the current duration of the HTML5 media element.\n *\n * @return {number}\n * The duration of the media or 0 if there is no duration.\n */\n\n\n _proto.duration = function duration() {\n var _this5 = this;\n\n // Android Chrome will report duration as Infinity for VOD HLS until after\n // playback has started, which triggers the live display erroneously.\n // Return NaN if playback has not started and trigger a durationupdate once\n // the duration can be reliably known.\n if (this.el_.duration === Infinity && IS_ANDROID && IS_CHROME && this.el_.currentTime === 0) {\n // Wait for the first `timeupdate` with currentTime > 0 - there may be\n // several with 0\n var checkProgress = function checkProgress() {\n if (_this5.el_.currentTime > 0) {\n // Trigger durationchange for genuinely live video\n if (_this5.el_.duration === Infinity) {\n _this5.trigger('durationchange');\n }\n\n _this5.off('timeupdate', checkProgress);\n }\n };\n\n this.on('timeupdate', checkProgress);\n return NaN;\n }\n\n return this.el_.duration || NaN;\n };\n /**\n * Get the current width of the HTML5 media element.\n *\n * @return {number}\n * The width of the HTML5 media element.\n */\n\n\n _proto.width = function width() {\n return this.el_.offsetWidth;\n };\n /**\n * Get the current height of the HTML5 media element.\n *\n * @return {number}\n * The height of the HTML5 media element.\n */\n\n\n _proto.height = function height() {\n return this.el_.offsetHeight;\n };\n /**\n * Proxy iOS `webkitbeginfullscreen` and `webkitendfullscreen` into\n * `fullscreenchange` event.\n *\n * @private\n * @fires fullscreenchange\n * @listens webkitendfullscreen\n * @listens webkitbeginfullscreen\n * @listens webkitbeginfullscreen\n */\n\n\n _proto.proxyWebkitFullscreen_ = function proxyWebkitFullscreen_() {\n var _this6 = this;\n\n if (!('webkitDisplayingFullscreen' in this.el_)) {\n return;\n }\n\n var endFn = function endFn() {\n this.trigger('fullscreenchange', {\n isFullscreen: false\n });\n };\n\n var beginFn = function beginFn() {\n if ('webkitPresentationMode' in this.el_ && this.el_.webkitPresentationMode !== 'picture-in-picture') {\n this.one('webkitendfullscreen', endFn);\n this.trigger('fullscreenchange', {\n isFullscreen: true\n });\n }\n };\n\n this.on('webkitbeginfullscreen', beginFn);\n this.on('dispose', function () {\n _this6.off('webkitbeginfullscreen', beginFn);\n\n _this6.off('webkitendfullscreen', endFn);\n });\n };\n /**\n * Check if fullscreen is supported on the current playback device.\n *\n * @return {boolean}\n * - True if fullscreen is supported.\n * - False if fullscreen is not supported.\n */\n\n\n _proto.supportsFullScreen = function supportsFullScreen() {\n if (typeof this.el_.webkitEnterFullScreen === 'function') {\n var userAgent = window$1.navigator && window$1.navigator.userAgent || ''; // Seems to be broken in Chromium/Chrome && Safari in Leopard\n\n if (/Android/.test(userAgent) || !/Chrome|Mac OS X 10.5/.test(userAgent)) {\n return true;\n }\n }\n\n return false;\n };\n /**\n * Request that the `HTML5` Tech enter fullscreen.\n */\n\n\n _proto.enterFullScreen = function enterFullScreen() {\n var video = this.el_;\n\n if (video.paused && video.networkState <= video.HAVE_METADATA) {\n // attempt to prime the video element for programmatic access\n // this isn't necessary on the desktop but shouldn't hurt\n this.el_.play(); // playing and pausing synchronously during the transition to fullscreen\n // can get iOS ~6.1 devices into a play/pause loop\n\n this.setTimeout(function () {\n video.pause();\n video.webkitEnterFullScreen();\n }, 0);\n } else {\n video.webkitEnterFullScreen();\n }\n };\n /**\n * Request that the `HTML5` Tech exit fullscreen.\n */\n\n\n _proto.exitFullScreen = function exitFullScreen() {\n this.el_.webkitExitFullScreen();\n };\n /**\n * A getter/setter for the `Html5` Tech's source object.\n * > Note: Please use {@link Html5#setSource}\n *\n * @param {Tech~SourceObject} [src]\n * The source object you want to set on the `HTML5` techs element.\n *\n * @return {Tech~SourceObject|undefined}\n * - The current source object when a source is not passed in.\n * - undefined when setting\n *\n * @deprecated Since version 5.\n */\n\n\n _proto.src = function src(_src) {\n if (_src === undefined) {\n return this.el_.src;\n } // Setting src through `src` instead of `setSrc` will be deprecated\n\n\n this.setSrc(_src);\n };\n /**\n * Reset the tech by removing all sources and then calling\n * {@link Html5.resetMediaElement}.\n */\n\n\n _proto.reset = function reset() {\n Html5.resetMediaElement(this.el_);\n };\n /**\n * Get the current source on the `HTML5` Tech. Falls back to returning the source from\n * the HTML5 media element.\n *\n * @return {Tech~SourceObject}\n * The current source object from the HTML5 tech. With a fallback to the\n * elements source.\n */\n\n\n _proto.currentSrc = function currentSrc() {\n if (this.currentSource_) {\n return this.currentSource_.src;\n }\n\n return this.el_.currentSrc;\n };\n /**\n * Set controls attribute for the HTML5 media Element.\n *\n * @param {string} val\n * Value to set the controls attribute to\n */\n\n\n _proto.setControls = function setControls(val) {\n this.el_.controls = !!val;\n };\n /**\n * Create and returns a remote {@link TextTrack} object.\n *\n * @param {string} kind\n * `TextTrack` kind (subtitles, captions, descriptions, chapters, or metadata)\n *\n * @param {string} [label]\n * Label to identify the text track\n *\n * @param {string} [language]\n * Two letter language abbreviation\n *\n * @return {TextTrack}\n * The TextTrack that gets created.\n */\n\n\n _proto.addTextTrack = function addTextTrack(kind, label, language) {\n if (!this.featuresNativeTextTracks) {\n return _Tech.prototype.addTextTrack.call(this, kind, label, language);\n }\n\n return this.el_.addTextTrack(kind, label, language);\n };\n /**\n * Creates either native TextTrack or an emulated TextTrack depending\n * on the value of `featuresNativeTextTracks`\n *\n * @param {Object} options\n * The object should contain the options to initialize the TextTrack with.\n *\n * @param {string} [options.kind]\n * `TextTrack` kind (subtitles, captions, descriptions, chapters, or metadata).\n *\n * @param {string} [options.label]\n * Label to identify the text track\n *\n * @param {string} [options.language]\n * Two letter language abbreviation.\n *\n * @param {boolean} [options.default]\n * Default this track to on.\n *\n * @param {string} [options.id]\n * The internal id to assign this track.\n *\n * @param {string} [options.src]\n * A source url for the track.\n *\n * @return {HTMLTrackElement}\n * The track element that gets created.\n */\n\n\n _proto.createRemoteTextTrack = function createRemoteTextTrack(options) {\n if (!this.featuresNativeTextTracks) {\n return _Tech.prototype.createRemoteTextTrack.call(this, options);\n }\n\n var htmlTrackElement = document.createElement('track');\n\n if (options.kind) {\n htmlTrackElement.kind = options.kind;\n }\n\n if (options.label) {\n htmlTrackElement.label = options.label;\n }\n\n if (options.language || options.srclang) {\n htmlTrackElement.srclang = options.language || options.srclang;\n }\n\n if (options.default) {\n htmlTrackElement.default = options.default;\n }\n\n if (options.id) {\n htmlTrackElement.id = options.id;\n }\n\n if (options.src) {\n htmlTrackElement.src = options.src;\n }\n\n return htmlTrackElement;\n };\n /**\n * Creates a remote text track object and returns an html track element.\n *\n * @param {Object} options The object should contain values for\n * kind, language, label, and src (location of the WebVTT file)\n * @param {boolean} [manualCleanup=true] if set to false, the TextTrack will be\n * automatically removed from the video element whenever the source changes\n * @return {HTMLTrackElement} An Html Track Element.\n * This can be an emulated {@link HTMLTrackElement} or a native one.\n * @deprecated The default value of the \"manualCleanup\" parameter will default\n * to \"false\" in upcoming versions of Video.js\n */\n\n\n _proto.addRemoteTextTrack = function addRemoteTextTrack(options, manualCleanup) {\n var htmlTrackElement = _Tech.prototype.addRemoteTextTrack.call(this, options, manualCleanup);\n\n if (this.featuresNativeTextTracks) {\n this.el().appendChild(htmlTrackElement);\n }\n\n return htmlTrackElement;\n };\n /**\n * Remove remote `TextTrack` from `TextTrackList` object\n *\n * @param {TextTrack} track\n * `TextTrack` object to remove\n */\n\n\n _proto.removeRemoteTextTrack = function removeRemoteTextTrack(track) {\n _Tech.prototype.removeRemoteTextTrack.call(this, track);\n\n if (this.featuresNativeTextTracks) {\n var tracks = this.$$('track');\n var i = tracks.length;\n\n while (i--) {\n if (track === tracks[i] || track === tracks[i].track) {\n this.el().removeChild(tracks[i]);\n }\n }\n }\n };\n /**\n * Gets available media playback quality metrics as specified by the W3C's Media\n * Playback Quality API.\n *\n * @see [Spec]{@link https://wicg.github.io/media-playback-quality}\n *\n * @return {Object}\n * An object with supported media playback quality metrics\n */\n\n\n _proto.getVideoPlaybackQuality = function getVideoPlaybackQuality() {\n if (typeof this.el().getVideoPlaybackQuality === 'function') {\n return this.el().getVideoPlaybackQuality();\n }\n\n var videoPlaybackQuality = {};\n\n if (typeof this.el().webkitDroppedFrameCount !== 'undefined' && typeof this.el().webkitDecodedFrameCount !== 'undefined') {\n videoPlaybackQuality.droppedVideoFrames = this.el().webkitDroppedFrameCount;\n videoPlaybackQuality.totalVideoFrames = this.el().webkitDecodedFrameCount;\n }\n\n if (window$1.performance && typeof window$1.performance.now === 'function') {\n videoPlaybackQuality.creationTime = window$1.performance.now();\n } else if (window$1.performance && window$1.performance.timing && typeof window$1.performance.timing.navigationStart === 'number') {\n videoPlaybackQuality.creationTime = window$1.Date.now() - window$1.performance.timing.navigationStart;\n }\n\n return videoPlaybackQuality;\n };\n\n return Html5;\n}(Tech);\n/* HTML5 Support Testing ---------------------------------------------------- */\n\n\nif (isReal()) {\n /**\n * Element for testing browser HTML5 media capabilities\n *\n * @type {Element}\n * @constant\n * @private\n */\n Html5.TEST_VID = document.createElement('video');\n var track = document.createElement('track');\n track.kind = 'captions';\n track.srclang = 'en';\n track.label = 'English';\n Html5.TEST_VID.appendChild(track);\n}\n/**\n * Check if HTML5 media is supported by this browser/device.\n *\n * @return {boolean}\n * - True if HTML5 media is supported.\n * - False if HTML5 media is not supported.\n */\n\n\nHtml5.isSupported = function () {\n // IE with no Media Player is a LIAR! (#984)\n try {\n Html5.TEST_VID.volume = 0.5;\n } catch (e) {\n return false;\n }\n\n return !!(Html5.TEST_VID && Html5.TEST_VID.canPlayType);\n};\n/**\n * Check if the tech can support the given type\n *\n * @param {string} type\n * The mimetype to check\n * @return {string} 'probably', 'maybe', or '' (empty string)\n */\n\n\nHtml5.canPlayType = function (type) {\n return Html5.TEST_VID.canPlayType(type);\n};\n/**\n * Check if the tech can support the given source\n *\n * @param {Object} srcObj\n * The source object\n * @param {Object} options\n * The options passed to the tech\n * @return {string} 'probably', 'maybe', or '' (empty string)\n */\n\n\nHtml5.canPlaySource = function (srcObj, options) {\n return Html5.canPlayType(srcObj.type);\n};\n/**\n * Check if the volume can be changed in this browser/device.\n * Volume cannot be changed in a lot of mobile devices.\n * Specifically, it can't be changed from 1 on iOS.\n *\n * @return {boolean}\n * - True if volume can be controlled\n * - False otherwise\n */\n\n\nHtml5.canControlVolume = function () {\n // IE will error if Windows Media Player not installed #3315\n try {\n var volume = Html5.TEST_VID.volume;\n Html5.TEST_VID.volume = volume / 2 + 0.1;\n return volume !== Html5.TEST_VID.volume;\n } catch (e) {\n return false;\n }\n};\n/**\n * Check if the volume can be muted in this browser/device.\n * Some devices, e.g. iOS, don't allow changing volume\n * but permits muting/unmuting.\n *\n * @return {bolean}\n * - True if volume can be muted\n * - False otherwise\n */\n\n\nHtml5.canMuteVolume = function () {\n try {\n var muted = Html5.TEST_VID.muted; // in some versions of iOS muted property doesn't always\n // work, so we want to set both property and attribute\n\n Html5.TEST_VID.muted = !muted;\n\n if (Html5.TEST_VID.muted) {\n setAttribute(Html5.TEST_VID, 'muted', 'muted');\n } else {\n removeAttribute(Html5.TEST_VID, 'muted', 'muted');\n }\n\n return muted !== Html5.TEST_VID.muted;\n } catch (e) {\n return false;\n }\n};\n/**\n * Check if the playback rate can be changed in this browser/device.\n *\n * @return {boolean}\n * - True if playback rate can be controlled\n * - False otherwise\n */\n\n\nHtml5.canControlPlaybackRate = function () {\n // Playback rate API is implemented in Android Chrome, but doesn't do anything\n // https://github.com/videojs/video.js/issues/3180\n if (IS_ANDROID && IS_CHROME && CHROME_VERSION < 58) {\n return false;\n } // IE will error if Windows Media Player not installed #3315\n\n\n try {\n var playbackRate = Html5.TEST_VID.playbackRate;\n Html5.TEST_VID.playbackRate = playbackRate / 2 + 0.1;\n return playbackRate !== Html5.TEST_VID.playbackRate;\n } catch (e) {\n return false;\n }\n};\n/**\n * Check if we can override a video/audio elements attributes, with\n * Object.defineProperty.\n *\n * @return {boolean}\n * - True if builtin attributes can be overridden\n * - False otherwise\n */\n\n\nHtml5.canOverrideAttributes = function () {\n // if we cannot overwrite the src/innerHTML property, there is no support\n // iOS 7 safari for instance cannot do this.\n try {\n var noop = function noop() {};\n\n Object.defineProperty(document.createElement('video'), 'src', {\n get: noop,\n set: noop\n });\n Object.defineProperty(document.createElement('audio'), 'src', {\n get: noop,\n set: noop\n });\n Object.defineProperty(document.createElement('video'), 'innerHTML', {\n get: noop,\n set: noop\n });\n Object.defineProperty(document.createElement('audio'), 'innerHTML', {\n get: noop,\n set: noop\n });\n } catch (e) {\n return false;\n }\n\n return true;\n};\n/**\n * Check to see if native `TextTrack`s are supported by this browser/device.\n *\n * @return {boolean}\n * - True if native `TextTrack`s are supported.\n * - False otherwise\n */\n\n\nHtml5.supportsNativeTextTracks = function () {\n return IS_ANY_SAFARI || IS_IOS && IS_CHROME;\n};\n/**\n * Check to see if native `VideoTrack`s are supported by this browser/device\n *\n * @return {boolean}\n * - True if native `VideoTrack`s are supported.\n * - False otherwise\n */\n\n\nHtml5.supportsNativeVideoTracks = function () {\n return !!(Html5.TEST_VID && Html5.TEST_VID.videoTracks);\n};\n/**\n * Check to see if native `AudioTrack`s are supported by this browser/device\n *\n * @return {boolean}\n * - True if native `AudioTrack`s are supported.\n * - False otherwise\n */\n\n\nHtml5.supportsNativeAudioTracks = function () {\n return !!(Html5.TEST_VID && Html5.TEST_VID.audioTracks);\n};\n/**\n * An array of events available on the Html5 tech.\n *\n * @private\n * @type {Array}\n */\n\n\nHtml5.Events = ['loadstart', 'suspend', 'abort', 'error', 'emptied', 'stalled', 'loadedmetadata', 'loadeddata', 'canplay', 'canplaythrough', 'playing', 'waiting', 'seeking', 'seeked', 'ended', 'durationchange', 'timeupdate', 'progress', 'play', 'pause', 'ratechange', 'resize', 'volumechange'];\n/**\n * Boolean indicating whether the `Tech` supports volume control.\n *\n * @type {boolean}\n * @default {@link Html5.canControlVolume}\n */\n\nHtml5.prototype.featuresVolumeControl = Html5.canControlVolume();\n/**\n * Boolean indicating whether the `Tech` supports muting volume.\n *\n * @type {bolean}\n * @default {@link Html5.canMuteVolume}\n */\n\nHtml5.prototype.featuresMuteControl = Html5.canMuteVolume();\n/**\n * Boolean indicating whether the `Tech` supports changing the speed at which the media\n * plays. Examples:\n * - Set player to play 2x (twice) as fast\n * - Set player to play 0.5x (half) as fast\n *\n * @type {boolean}\n * @default {@link Html5.canControlPlaybackRate}\n */\n\nHtml5.prototype.featuresPlaybackRate = Html5.canControlPlaybackRate();\n/**\n * Boolean indicating whether the `Tech` supports the `sourceset` event.\n *\n * @type {boolean}\n * @default\n */\n\nHtml5.prototype.featuresSourceset = Html5.canOverrideAttributes();\n/**\n * Boolean indicating whether the `HTML5` tech currently supports the media element\n * moving in the DOM. iOS breaks if you move the media element, so this is set this to\n * false there. Everywhere else this should be true.\n *\n * @type {boolean}\n * @default\n */\n\nHtml5.prototype.movingMediaElementInDOM = !IS_IOS; // TODO: Previous comment: No longer appears to be used. Can probably be removed.\n// Is this true?\n\n/**\n * Boolean indicating whether the `HTML5` tech currently supports automatic media resize\n * when going into fullscreen.\n *\n * @type {boolean}\n * @default\n */\n\nHtml5.prototype.featuresFullscreenResize = true;\n/**\n * Boolean indicating whether the `HTML5` tech currently supports the progress event.\n * If this is false, manual `progress` events will be triggered instead.\n *\n * @type {boolean}\n * @default\n */\n\nHtml5.prototype.featuresProgressEvents = true;\n/**\n * Boolean indicating whether the `HTML5` tech currently supports the timeupdate event.\n * If this is false, manual `timeupdate` events will be triggered instead.\n *\n * @default\n */\n\nHtml5.prototype.featuresTimeupdateEvents = true;\n/**\n * Boolean indicating whether the `HTML5` tech currently supports native `TextTrack`s.\n *\n * @type {boolean}\n * @default {@link Html5.supportsNativeTextTracks}\n */\n\nHtml5.prototype.featuresNativeTextTracks = Html5.supportsNativeTextTracks();\n/**\n * Boolean indicating whether the `HTML5` tech currently supports native `VideoTrack`s.\n *\n * @type {boolean}\n * @default {@link Html5.supportsNativeVideoTracks}\n */\n\nHtml5.prototype.featuresNativeVideoTracks = Html5.supportsNativeVideoTracks();\n/**\n * Boolean indicating whether the `HTML5` tech currently supports native `AudioTrack`s.\n *\n * @type {boolean}\n * @default {@link Html5.supportsNativeAudioTracks}\n */\n\nHtml5.prototype.featuresNativeAudioTracks = Html5.supportsNativeAudioTracks(); // HTML5 Feature detection and Device Fixes --------------------------------- //\n\nvar canPlayType = Html5.TEST_VID && Html5.TEST_VID.constructor.prototype.canPlayType;\nvar mpegurlRE = /^application\\/(?:x-|vnd\\.apple\\.)mpegurl/i;\n\nHtml5.patchCanPlayType = function () {\n // Android 4.0 and above can play HLS to some extent but it reports being unable to do so\n // Firefox and Chrome report correctly\n if (ANDROID_VERSION >= 4.0 && !IS_FIREFOX && !IS_CHROME) {\n Html5.TEST_VID.constructor.prototype.canPlayType = function (type) {\n if (type && mpegurlRE.test(type)) {\n return 'maybe';\n }\n\n return canPlayType.call(this, type);\n };\n }\n};\n\nHtml5.unpatchCanPlayType = function () {\n var r = Html5.TEST_VID.constructor.prototype.canPlayType;\n Html5.TEST_VID.constructor.prototype.canPlayType = canPlayType;\n return r;\n}; // by default, patch the media element\n\n\nHtml5.patchCanPlayType();\n\nHtml5.disposeMediaElement = function (el) {\n if (!el) {\n return;\n }\n\n if (el.parentNode) {\n el.parentNode.removeChild(el);\n } // remove any child track or source nodes to prevent their loading\n\n\n while (el.hasChildNodes()) {\n el.removeChild(el.firstChild);\n } // remove any src reference. not setting `src=''` because that causes a warning\n // in firefox\n\n\n el.removeAttribute('src'); // force the media element to update its loading state by calling load()\n // however IE on Windows 7N has a bug that throws an error so need a try/catch (#793)\n\n if (typeof el.load === 'function') {\n // wrapping in an iife so it's not deoptimized (#1060#discussion_r10324473)\n (function () {\n try {\n el.load();\n } catch (e) {// not supported\n }\n })();\n }\n};\n\nHtml5.resetMediaElement = function (el) {\n if (!el) {\n return;\n }\n\n var sources = el.querySelectorAll('source');\n var i = sources.length;\n\n while (i--) {\n el.removeChild(sources[i]);\n } // remove any src reference.\n // not setting `src=''` because that throws an error\n\n\n el.removeAttribute('src');\n\n if (typeof el.load === 'function') {\n // wrapping in an iife so it's not deoptimized (#1060#discussion_r10324473)\n (function () {\n try {\n el.load();\n } catch (e) {// satisfy linter\n }\n })();\n }\n};\n/* Native HTML5 element property wrapping ----------------------------------- */\n// Wrap native boolean attributes with getters that check both property and attribute\n// The list is as followed:\n// muted, defaultMuted, autoplay, controls, loop, playsinline\n\n\n[\n/**\n * Get the value of `muted` from the media element. `muted` indicates\n * that the volume for the media should be set to silent. This does not actually change\n * the `volume` attribute.\n *\n * @method Html5#muted\n * @return {boolean}\n * - True if the value of `volume` should be ignored and the audio set to silent.\n * - False if the value of `volume` should be used.\n *\n * @see [Spec]{@link https://www.w3.org/TR/html5/embedded-content-0.html#dom-media-muted}\n */\n'muted',\n/**\n * Get the value of `defaultMuted` from the media element. `defaultMuted` indicates\n * whether the media should start muted or not. Only changes the default state of the\n * media. `muted` and `defaultMuted` can have different values. {@link Html5#muted} indicates the\n * current state.\n *\n * @method Html5#defaultMuted\n * @return {boolean}\n * - The value of `defaultMuted` from the media element.\n * - True indicates that the media should start muted.\n * - False indicates that the media should not start muted\n *\n * @see [Spec]{@link https://www.w3.org/TR/html5/embedded-content-0.html#dom-media-defaultmuted}\n */\n'defaultMuted',\n/**\n * Get the value of `autoplay` from the media element. `autoplay` indicates\n * that the media should start to play as soon as the page is ready.\n *\n * @method Html5#autoplay\n * @return {boolean}\n * - The value of `autoplay` from the media element.\n * - True indicates that the media should start as soon as the page loads.\n * - False indicates that the media should not start as soon as the page loads.\n *\n * @see [Spec]{@link https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-autoplay}\n */\n'autoplay',\n/**\n * Get the value of `controls` from the media element. `controls` indicates\n * whether the native media controls should be shown or hidden.\n *\n * @method Html5#controls\n * @return {boolean}\n * - The value of `controls` from the media element.\n * - True indicates that native controls should be showing.\n * - False indicates that native controls should be hidden.\n *\n * @see [Spec]{@link https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-controls}\n */\n'controls',\n/**\n * Get the value of `loop` from the media element. `loop` indicates\n * that the media should return to the start of the media and continue playing once\n * it reaches the end.\n *\n * @method Html5#loop\n * @return {boolean}\n * - The value of `loop` from the media element.\n * - True indicates that playback should seek back to start once\n * the end of a media is reached.\n * - False indicates that playback should not loop back to the start when the\n * end of the media is reached.\n *\n * @see [Spec]{@link https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-loop}\n */\n'loop',\n/**\n * Get the value of `playsinline` from the media element. `playsinline` indicates\n * to the browser that non-fullscreen playback is preferred when fullscreen\n * playback is the native default, such as in iOS Safari.\n *\n * @method Html5#playsinline\n * @return {boolean}\n * - The value of `playsinline` from the media element.\n * - True indicates that the media should play inline.\n * - False indicates that the media should not play inline.\n *\n * @see [Spec]{@link https://html.spec.whatwg.org/#attr-video-playsinline}\n */\n'playsinline'].forEach(function (prop) {\n Html5.prototype[prop] = function () {\n return this.el_[prop] || this.el_.hasAttribute(prop);\n };\n}); // Wrap native boolean attributes with setters that set both property and attribute\n// The list is as followed:\n// setMuted, setDefaultMuted, setAutoplay, setLoop, setPlaysinline\n// setControls is special-cased above\n\n[\n/**\n * Set the value of `muted` on the media element. `muted` indicates that the current\n * audio level should be silent.\n *\n * @method Html5#setMuted\n * @param {boolean} muted\n * - True if the audio should be set to silent\n * - False otherwise\n *\n * @see [Spec]{@link https://www.w3.org/TR/html5/embedded-content-0.html#dom-media-muted}\n */\n'muted',\n/**\n * Set the value of `defaultMuted` on the media element. `defaultMuted` indicates that the current\n * audio level should be silent, but will only effect the muted level on intial playback..\n *\n * @method Html5.prototype.setDefaultMuted\n * @param {boolean} defaultMuted\n * - True if the audio should be set to silent\n * - False otherwise\n *\n * @see [Spec]{@link https://www.w3.org/TR/html5/embedded-content-0.html#dom-media-defaultmuted}\n */\n'defaultMuted',\n/**\n * Set the value of `autoplay` on the media element. `autoplay` indicates\n * that the media should start to play as soon as the page is ready.\n *\n * @method Html5#setAutoplay\n * @param {boolean} autoplay\n * - True indicates that the media should start as soon as the page loads.\n * - False indicates that the media should not start as soon as the page loads.\n *\n * @see [Spec]{@link https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-autoplay}\n */\n'autoplay',\n/**\n * Set the value of `loop` on the media element. `loop` indicates\n * that the media should return to the start of the media and continue playing once\n * it reaches the end.\n *\n * @method Html5#setLoop\n * @param {boolean} loop\n * - True indicates that playback should seek back to start once\n * the end of a media is reached.\n * - False indicates that playback should not loop back to the start when the\n * end of the media is reached.\n *\n * @see [Spec]{@link https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-loop}\n */\n'loop',\n/**\n * Set the value of `playsinline` from the media element. `playsinline` indicates\n * to the browser that non-fullscreen playback is preferred when fullscreen\n * playback is the native default, such as in iOS Safari.\n *\n * @method Html5#setPlaysinline\n * @param {boolean} playsinline\n * - True indicates that the media should play inline.\n * - False indicates that the media should not play inline.\n *\n * @see [Spec]{@link https://html.spec.whatwg.org/#attr-video-playsinline}\n */\n'playsinline'].forEach(function (prop) {\n Html5.prototype['set' + toTitleCase(prop)] = function (v) {\n this.el_[prop] = v;\n\n if (v) {\n this.el_.setAttribute(prop, prop);\n } else {\n this.el_.removeAttribute(prop);\n }\n };\n}); // Wrap native properties with a getter\n// The list is as followed\n// paused, currentTime, buffered, volume, poster, preload, error, seeking\n// seekable, ended, playbackRate, defaultPlaybackRate, played, networkState\n// readyState, videoWidth, videoHeight\n\n[\n/**\n * Get the value of `paused` from the media element. `paused` indicates whether the media element\n * is currently paused or not.\n *\n * @method Html5#paused\n * @return {boolean}\n * The value of `paused` from the media element.\n *\n * @see [Spec]{@link https://www.w3.org/TR/html5/embedded-content-0.html#dom-media-paused}\n */\n'paused',\n/**\n * Get the value of `currentTime` from the media element. `currentTime` indicates\n * the current second that the media is at in playback.\n *\n * @method Html5#currentTime\n * @return {number}\n * The value of `currentTime` from the media element.\n *\n * @see [Spec]{@link https://www.w3.org/TR/html5/embedded-content-0.html#dom-media-currenttime}\n */\n'currentTime',\n/**\n * Get the value of `buffered` from the media element. `buffered` is a `TimeRange`\n * object that represents the parts of the media that are already downloaded and\n * available for playback.\n *\n * @method Html5#buffered\n * @return {TimeRange}\n * The value of `buffered` from the media element.\n *\n * @see [Spec]{@link https://www.w3.org/TR/html5/embedded-content-0.html#dom-media-buffered}\n */\n'buffered',\n/**\n * Get the value of `volume` from the media element. `volume` indicates\n * the current playback volume of audio for a media. `volume` will be a value from 0\n * (silent) to 1 (loudest and default).\n *\n * @method Html5#volume\n * @return {number}\n * The value of `volume` from the media element. Value will be between 0-1.\n *\n * @see [Spec]{@link https://www.w3.org/TR/html5/embedded-content-0.html#dom-a-volume}\n */\n'volume',\n/**\n * Get the value of `poster` from the media element. `poster` indicates\n * that the url of an image file that can/will be shown when no media data is available.\n *\n * @method Html5#poster\n * @return {string}\n * The value of `poster` from the media element. Value will be a url to an\n * image.\n *\n * @see [Spec]{@link https://www.w3.org/TR/html5/embedded-content-0.html#attr-video-poster}\n */\n'poster',\n/**\n * Get the value of `preload` from the media element. `preload` indicates\n * what should download before the media is interacted with. It can have the following\n * values:\n * - none: nothing should be downloaded\n * - metadata: poster and the first few frames of the media may be downloaded to get\n * media dimensions and other metadata\n * - auto: allow the media and metadata for the media to be downloaded before\n * interaction\n *\n * @method Html5#preload\n * @return {string}\n * The value of `preload` from the media element. Will be 'none', 'metadata',\n * or 'auto'.\n *\n * @see [Spec]{@link https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-preload}\n */\n'preload',\n/**\n * Get the value of the `error` from the media element. `error` indicates any\n * MediaError that may have occurred during playback. If error returns null there is no\n * current error.\n *\n * @method Html5#error\n * @return {MediaError|null}\n * The value of `error` from the media element. Will be `MediaError` if there\n * is a current error and null otherwise.\n *\n * @see [Spec]{@link https://www.w3.org/TR/html5/embedded-content-0.html#dom-media-error}\n */\n'error',\n/**\n * Get the value of `seeking` from the media element. `seeking` indicates whether the\n * media is currently seeking to a new position or not.\n *\n * @method Html5#seeking\n * @return {boolean}\n * - The value of `seeking` from the media element.\n * - True indicates that the media is currently seeking to a new position.\n * - False indicates that the media is not seeking to a new position at this time.\n *\n * @see [Spec]{@link https://www.w3.org/TR/html5/embedded-content-0.html#dom-media-seeking}\n */\n'seeking',\n/**\n * Get the value of `seekable` from the media element. `seekable` returns a\n * `TimeRange` object indicating ranges of time that can currently be `seeked` to.\n *\n * @method Html5#seekable\n * @return {TimeRange}\n * The value of `seekable` from the media element. A `TimeRange` object\n * indicating the current ranges of time that can be seeked to.\n *\n * @see [Spec]{@link https://www.w3.org/TR/html5/embedded-content-0.html#dom-media-seekable}\n */\n'seekable',\n/**\n * Get the value of `ended` from the media element. `ended` indicates whether\n * the media has reached the end or not.\n *\n * @method Html5#ended\n * @return {boolean}\n * - The value of `ended` from the media element.\n * - True indicates that the media has ended.\n * - False indicates that the media has not ended.\n *\n * @see [Spec]{@link https://www.w3.org/TR/html5/embedded-content-0.html#dom-media-ended}\n */\n'ended',\n/**\n * Get the value of `playbackRate` from the media element. `playbackRate` indicates\n * the rate at which the media is currently playing back. Examples:\n * - if playbackRate is set to 2, media will play twice as fast.\n * - if playbackRate is set to 0.5, media will play half as fast.\n *\n * @method Html5#playbackRate\n * @return {number}\n * The value of `playbackRate` from the media element. A number indicating\n * the current playback speed of the media, where 1 is normal speed.\n *\n * @see [Spec]{@link https://www.w3.org/TR/html5/embedded-content-0.html#dom-media-playbackrate}\n */\n'playbackRate',\n/**\n * Get the value of `defaultPlaybackRate` from the media element. `defaultPlaybackRate` indicates\n * the rate at which the media is currently playing back. This value will not indicate the current\n * `playbackRate` after playback has started, use {@link Html5#playbackRate} for that.\n *\n * Examples:\n * - if defaultPlaybackRate is set to 2, media will play twice as fast.\n * - if defaultPlaybackRate is set to 0.5, media will play half as fast.\n *\n * @method Html5.prototype.defaultPlaybackRate\n * @return {number}\n * The value of `defaultPlaybackRate` from the media element. A number indicating\n * the current playback speed of the media, where 1 is normal speed.\n *\n * @see [Spec]{@link https://www.w3.org/TR/html5/embedded-content-0.html#dom-media-playbackrate}\n */\n'defaultPlaybackRate',\n/**\n * Get the value of `played` from the media element. `played` returns a `TimeRange`\n * object representing points in the media timeline that have been played.\n *\n * @method Html5#played\n * @return {TimeRange}\n * The value of `played` from the media element. A `TimeRange` object indicating\n * the ranges of time that have been played.\n *\n * @see [Spec]{@link https://www.w3.org/TR/html5/embedded-content-0.html#dom-media-played}\n */\n'played',\n/**\n * Get the value of `networkState` from the media element. `networkState` indicates\n * the current network state. It returns an enumeration from the following list:\n * - 0: NETWORK_EMPTY\n * - 1: NETWORK_IDLE\n * - 2: NETWORK_LOADING\n * - 3: NETWORK_NO_SOURCE\n *\n * @method Html5#networkState\n * @return {number}\n * The value of `networkState` from the media element. This will be a number\n * from the list in the description.\n *\n * @see [Spec] {@link https://www.w3.org/TR/html5/embedded-content-0.html#dom-media-networkstate}\n */\n'networkState',\n/**\n * Get the value of `readyState` from the media element. `readyState` indicates\n * the current state of the media element. It returns an enumeration from the\n * following list:\n * - 0: HAVE_NOTHING\n * - 1: HAVE_METADATA\n * - 2: HAVE_CURRENT_DATA\n * - 3: HAVE_FUTURE_DATA\n * - 4: HAVE_ENOUGH_DATA\n *\n * @method Html5#readyState\n * @return {number}\n * The value of `readyState` from the media element. This will be a number\n * from the list in the description.\n *\n * @see [Spec] {@link https://www.w3.org/TR/html5/embedded-content-0.html#ready-states}\n */\n'readyState',\n/**\n * Get the value of `videoWidth` from the video element. `videoWidth` indicates\n * the current width of the video in css pixels.\n *\n * @method Html5#videoWidth\n * @return {number}\n * The value of `videoWidth` from the video element. This will be a number\n * in css pixels.\n *\n * @see [Spec] {@link https://www.w3.org/TR/html5/embedded-content-0.html#dom-video-videowidth}\n */\n'videoWidth',\n/**\n * Get the value of `videoHeight` from the video element. `videoHeight` indicates\n * the current height of the video in css pixels.\n *\n * @method Html5#videoHeight\n * @return {number}\n * The value of `videoHeight` from the video element. This will be a number\n * in css pixels.\n *\n * @see [Spec] {@link https://www.w3.org/TR/html5/embedded-content-0.html#dom-video-videowidth}\n */\n'videoHeight'].forEach(function (prop) {\n Html5.prototype[prop] = function () {\n return this.el_[prop];\n };\n}); // Wrap native properties with a setter in this format:\n// set + toTitleCase(name)\n// The list is as follows:\n// setVolume, setSrc, setPoster, setPreload, setPlaybackRate, setDefaultPlaybackRate\n\n[\n/**\n * Set the value of `volume` on the media element. `volume` indicates the current\n * audio level as a percentage in decimal form. This means that 1 is 100%, 0.5 is 50%, and\n * so on.\n *\n * @method Html5#setVolume\n * @param {number} percentAsDecimal\n * The volume percent as a decimal. Valid range is from 0-1.\n *\n * @see [Spec]{@link https://www.w3.org/TR/html5/embedded-content-0.html#dom-a-volume}\n */\n'volume',\n/**\n * Set the value of `src` on the media element. `src` indicates the current\n * {@link Tech~SourceObject} for the media.\n *\n * @method Html5#setSrc\n * @param {Tech~SourceObject} src\n * The source object to set as the current source.\n *\n * @see [Spec]{@link https://www.w3.org/TR/html5/embedded-content-0.html#dom-media-src}\n */\n'src',\n/**\n * Set the value of `poster` on the media element. `poster` is the url to\n * an image file that can/will be shown when no media data is available.\n *\n * @method Html5#setPoster\n * @param {string} poster\n * The url to an image that should be used as the `poster` for the media\n * element.\n *\n * @see [Spec]{@link https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-poster}\n */\n'poster',\n/**\n * Set the value of `preload` on the media element. `preload` indicates\n * what should download before the media is interacted with. It can have the following\n * values:\n * - none: nothing should be downloaded\n * - metadata: poster and the first few frames of the media may be downloaded to get\n * media dimensions and other metadata\n * - auto: allow the media and metadata for the media to be downloaded before\n * interaction\n *\n * @method Html5#setPreload\n * @param {string} preload\n * The value of `preload` to set on the media element. Must be 'none', 'metadata',\n * or 'auto'.\n *\n * @see [Spec]{@link https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-preload}\n */\n'preload',\n/**\n * Set the value of `playbackRate` on the media element. `playbackRate` indicates\n * the rate at which the media should play back. Examples:\n * - if playbackRate is set to 2, media will play twice as fast.\n * - if playbackRate is set to 0.5, media will play half as fast.\n *\n * @method Html5#setPlaybackRate\n * @return {number}\n * The value of `playbackRate` from the media element. A number indicating\n * the current playback speed of the media, where 1 is normal speed.\n *\n * @see [Spec]{@link https://www.w3.org/TR/html5/embedded-content-0.html#dom-media-playbackrate}\n */\n'playbackRate',\n/**\n * Set the value of `defaultPlaybackRate` on the media element. `defaultPlaybackRate` indicates\n * the rate at which the media should play back upon initial startup. Changing this value\n * after a video has started will do nothing. Instead you should used {@link Html5#setPlaybackRate}.\n *\n * Example Values:\n * - if playbackRate is set to 2, media will play twice as fast.\n * - if playbackRate is set to 0.5, media will play half as fast.\n *\n * @method Html5.prototype.setDefaultPlaybackRate\n * @return {number}\n * The value of `defaultPlaybackRate` from the media element. A number indicating\n * the current playback speed of the media, where 1 is normal speed.\n *\n * @see [Spec]{@link https://www.w3.org/TR/html5/embedded-content-0.html#dom-media-defaultplaybackrate}\n */\n'defaultPlaybackRate'].forEach(function (prop) {\n Html5.prototype['set' + toTitleCase(prop)] = function (v) {\n this.el_[prop] = v;\n };\n}); // wrap native functions with a function\n// The list is as follows:\n// pause, load, play\n\n[\n/**\n * A wrapper around the media elements `pause` function. This will call the `HTML5`\n * media elements `pause` function.\n *\n * @method Html5#pause\n * @see [Spec]{@link https://www.w3.org/TR/html5/embedded-content-0.html#dom-media-pause}\n */\n'pause',\n/**\n * A wrapper around the media elements `load` function. This will call the `HTML5`s\n * media element `load` function.\n *\n * @method Html5#load\n * @see [Spec]{@link https://www.w3.org/TR/html5/embedded-content-0.html#dom-media-load}\n */\n'load',\n/**\n * A wrapper around the media elements `play` function. This will call the `HTML5`s\n * media element `play` function.\n *\n * @method Html5#play\n * @see [Spec]{@link https://www.w3.org/TR/html5/embedded-content-0.html#dom-media-play}\n */\n'play'].forEach(function (prop) {\n Html5.prototype[prop] = function () {\n return this.el_[prop]();\n };\n});\nTech.withSourceHandlers(Html5);\n/**\n * Native source handler for Html5, simply passes the source to the media element.\n *\n * @property {Tech~SourceObject} source\n * The source object\n *\n * @property {Html5} tech\n * The instance of the HTML5 tech.\n */\n\nHtml5.nativeSourceHandler = {};\n/**\n * Check if the media element can play the given mime type.\n *\n * @param {string} type\n * The mimetype to check\n *\n * @return {string}\n * 'probably', 'maybe', or '' (empty string)\n */\n\nHtml5.nativeSourceHandler.canPlayType = function (type) {\n // IE without MediaPlayer throws an error (#519)\n try {\n return Html5.TEST_VID.canPlayType(type);\n } catch (e) {\n return '';\n }\n};\n/**\n * Check if the media element can handle a source natively.\n *\n * @param {Tech~SourceObject} source\n * The source object\n *\n * @param {Object} [options]\n * Options to be passed to the tech.\n *\n * @return {string}\n * 'probably', 'maybe', or '' (empty string).\n */\n\n\nHtml5.nativeSourceHandler.canHandleSource = function (source, options) {\n // If a type was provided we should rely on that\n if (source.type) {\n return Html5.nativeSourceHandler.canPlayType(source.type); // If no type, fall back to checking 'video/[EXTENSION]'\n } else if (source.src) {\n var ext = getFileExtension(source.src);\n return Html5.nativeSourceHandler.canPlayType(\"video/\" + ext);\n }\n\n return '';\n};\n/**\n * Pass the source to the native media element.\n *\n * @param {Tech~SourceObject} source\n * The source object\n *\n * @param {Html5} tech\n * The instance of the Html5 tech\n *\n * @param {Object} [options]\n * The options to pass to the source\n */\n\n\nHtml5.nativeSourceHandler.handleSource = function (source, tech, options) {\n tech.setSrc(source.src);\n};\n/**\n * A noop for the native dispose function, as cleanup is not needed.\n */\n\n\nHtml5.nativeSourceHandler.dispose = function () {}; // Register the native source handler\n\n\nHtml5.registerSourceHandler(Html5.nativeSourceHandler);\nTech.registerTech('Html5', Html5);\n\nfunction _templateObject$2() {\n var data = _taggedTemplateLiteralLoose([\"\\n Using the tech directly can be dangerous. I hope you know what you're doing.\\n See https://github.com/videojs/video.js/issues/2617 for more info.\\n \"]);\n\n _templateObject$2 = function _templateObject() {\n return data;\n };\n\n return data;\n}\n// on the player when they happen\n\nvar TECH_EVENTS_RETRIGGER = [\n/**\n * Fired while the user agent is downloading media data.\n *\n * @event Player#progress\n * @type {EventTarget~Event}\n */\n\n/**\n * Retrigger the `progress` event that was triggered by the {@link Tech}.\n *\n * @private\n * @method Player#handleTechProgress_\n * @fires Player#progress\n * @listens Tech#progress\n */\n'progress',\n/**\n * Fires when the loading of an audio/video is aborted.\n *\n * @event Player#abort\n * @type {EventTarget~Event}\n */\n\n/**\n * Retrigger the `abort` event that was triggered by the {@link Tech}.\n *\n * @private\n * @method Player#handleTechAbort_\n * @fires Player#abort\n * @listens Tech#abort\n */\n'abort',\n/**\n * Fires when the browser is intentionally not getting media data.\n *\n * @event Player#suspend\n * @type {EventTarget~Event}\n */\n\n/**\n * Retrigger the `suspend` event that was triggered by the {@link Tech}.\n *\n * @private\n * @method Player#handleTechSuspend_\n * @fires Player#suspend\n * @listens Tech#suspend\n */\n'suspend',\n/**\n * Fires when the current playlist is empty.\n *\n * @event Player#emptied\n * @type {EventTarget~Event}\n */\n\n/**\n * Retrigger the `emptied` event that was triggered by the {@link Tech}.\n *\n * @private\n * @method Player#handleTechEmptied_\n * @fires Player#emptied\n * @listens Tech#emptied\n */\n'emptied',\n/**\n * Fires when the browser is trying to get media data, but data is not available.\n *\n * @event Player#stalled\n * @type {EventTarget~Event}\n */\n\n/**\n * Retrigger the `stalled` event that was triggered by the {@link Tech}.\n *\n * @private\n * @method Player#handleTechStalled_\n * @fires Player#stalled\n * @listens Tech#stalled\n */\n'stalled',\n/**\n * Fires when the browser has loaded meta data for the audio/video.\n *\n * @event Player#loadedmetadata\n * @type {EventTarget~Event}\n */\n\n/**\n * Retrigger the `stalled` event that was triggered by the {@link Tech}.\n *\n * @private\n * @method Player#handleTechLoadedmetadata_\n * @fires Player#loadedmetadata\n * @listens Tech#loadedmetadata\n */\n'loadedmetadata',\n/**\n * Fires when the browser has loaded the current frame of the audio/video.\n *\n * @event Player#loadeddata\n * @type {event}\n */\n\n/**\n * Retrigger the `loadeddata` event that was triggered by the {@link Tech}.\n *\n * @private\n * @method Player#handleTechLoaddeddata_\n * @fires Player#loadeddata\n * @listens Tech#loadeddata\n */\n'loadeddata',\n/**\n * Fires when the current playback position has changed.\n *\n * @event Player#timeupdate\n * @type {event}\n */\n\n/**\n * Retrigger the `timeupdate` event that was triggered by the {@link Tech}.\n *\n * @private\n * @method Player#handleTechTimeUpdate_\n * @fires Player#timeupdate\n * @listens Tech#timeupdate\n */\n'timeupdate',\n/**\n * Fires when the video's intrinsic dimensions change\n *\n * @event Player#resize\n * @type {event}\n */\n\n/**\n * Retrigger the `resize` event that was triggered by the {@link Tech}.\n *\n * @private\n * @method Player#handleTechResize_\n * @fires Player#resize\n * @listens Tech#resize\n */\n'resize',\n/**\n * Fires when the volume has been changed\n *\n * @event Player#volumechange\n * @type {event}\n */\n\n/**\n * Retrigger the `volumechange` event that was triggered by the {@link Tech}.\n *\n * @private\n * @method Player#handleTechVolumechange_\n * @fires Player#volumechange\n * @listens Tech#volumechange\n */\n'volumechange',\n/**\n * Fires when the text track has been changed\n *\n * @event Player#texttrackchange\n * @type {event}\n */\n\n/**\n * Retrigger the `texttrackchange` event that was triggered by the {@link Tech}.\n *\n * @private\n * @method Player#handleTechTexttrackchange_\n * @fires Player#texttrackchange\n * @listens Tech#texttrackchange\n */\n'texttrackchange']; // events to queue when playback rate is zero\n// this is a hash for the sole purpose of mapping non-camel-cased event names\n// to camel-cased function names\n\nvar TECH_EVENTS_QUEUE = {\n canplay: 'CanPlay',\n canplaythrough: 'CanPlayThrough',\n playing: 'Playing',\n seeked: 'Seeked'\n};\nvar BREAKPOINT_ORDER = ['tiny', 'xsmall', 'small', 'medium', 'large', 'xlarge', 'huge'];\nvar BREAKPOINT_CLASSES = {}; // grep: vjs-layout-tiny\n// grep: vjs-layout-x-small\n// grep: vjs-layout-small\n// grep: vjs-layout-medium\n// grep: vjs-layout-large\n// grep: vjs-layout-x-large\n// grep: vjs-layout-huge\n\nBREAKPOINT_ORDER.forEach(function (k) {\n var v = k.charAt(0) === 'x' ? \"x-\" + k.substring(1) : k;\n BREAKPOINT_CLASSES[k] = \"vjs-layout-\" + v;\n});\nvar DEFAULT_BREAKPOINTS = {\n tiny: 210,\n xsmall: 320,\n small: 425,\n medium: 768,\n large: 1440,\n xlarge: 2560,\n huge: Infinity\n};\n/**\n * An instance of the `Player` class is created when any of the Video.js setup methods\n * are used to initialize a video.\n *\n * After an instance has been created it can be accessed globally in two ways:\n * 1. By calling `videojs('example_video_1');`\n * 2. By using it directly via `videojs.players.example_video_1;`\n *\n * @extends Component\n */\n\nvar Player =\n/*#__PURE__*/\nfunction (_Component) {\n _inheritsLoose(Player, _Component);\n\n /**\n * Create an instance of this class.\n *\n * @param {Element} tag\n * The original video DOM element used for configuring options.\n *\n * @param {Object} [options]\n * Object of option names and values.\n *\n * @param {Component~ReadyCallback} [ready]\n * Ready callback function.\n */\n function Player(tag, options, ready) {\n var _this;\n\n // Make sure tag ID exists\n tag.id = tag.id || options.id || \"vjs_video_\" + newGUID(); // Set Options\n // The options argument overrides options set in the video tag\n // which overrides globally set options.\n // This latter part coincides with the load order\n // (tag must exist before Player)\n\n options = assign(Player.getTagSettings(tag), options); // Delay the initialization of children because we need to set up\n // player properties first, and can't use `this` before `super()`\n\n options.initChildren = false; // Same with creating the element\n\n options.createEl = false; // don't auto mixin the evented mixin\n\n options.evented = false; // we don't want the player to report touch activity on itself\n // see enableTouchActivity in Component\n\n options.reportTouchActivity = false; // If language is not set, get the closest lang attribute\n\n if (!options.language) {\n if (typeof tag.closest === 'function') {\n var closest = tag.closest('[lang]');\n\n if (closest && closest.getAttribute) {\n options.language = closest.getAttribute('lang');\n }\n } else {\n var element = tag;\n\n while (element && element.nodeType === 1) {\n if (getAttributes(element).hasOwnProperty('lang')) {\n options.language = element.getAttribute('lang');\n break;\n }\n\n element = element.parentNode;\n }\n }\n } // Run base component initializing with new options\n\n\n _this = _Component.call(this, null, options, ready) || this; // create logger\n\n _this.log = createLogger$1(_this.id_); // Tracks when a tech changes the poster\n\n _this.isPosterFromTech_ = false; // Holds callback info that gets queued when playback rate is zero\n // and a seek is happening\n\n _this.queuedCallbacks_ = []; // Turn off API access because we're loading a new tech that might load asynchronously\n\n _this.isReady_ = false; // Init state hasStarted_\n\n _this.hasStarted_ = false; // Init state userActive_\n\n _this.userActive_ = false; // if the global option object was accidentally blown away by\n // someone, bail early with an informative error\n\n if (!_this.options_ || !_this.options_.techOrder || !_this.options_.techOrder.length) {\n throw new Error('No techOrder specified. Did you overwrite ' + 'videojs.options instead of just changing the ' + 'properties you want to override?');\n } // Store the original tag used to set options\n\n\n _this.tag = tag; // Store the tag attributes used to restore html5 element\n\n _this.tagAttributes = tag && getAttributes(tag); // Update current language\n\n _this.language(_this.options_.language); // Update Supported Languages\n\n\n if (options.languages) {\n // Normalise player option languages to lowercase\n var languagesToLower = {};\n Object.getOwnPropertyNames(options.languages).forEach(function (name$$1) {\n languagesToLower[name$$1.toLowerCase()] = options.languages[name$$1];\n });\n _this.languages_ = languagesToLower;\n } else {\n _this.languages_ = Player.prototype.options_.languages;\n } // Cache for video property values.\n\n\n _this.cache_ = {}; // Set poster\n\n _this.poster_ = options.poster || ''; // Set controls\n\n _this.controls_ = !!options.controls; // Set default values for lastVolume\n\n _this.cache_.lastVolume = 1; // Original tag settings stored in options\n // now remove immediately so native controls don't flash.\n // May be turned back on by HTML5 tech if nativeControlsForTouch is true\n\n tag.controls = false;\n tag.removeAttribute('controls'); // the attribute overrides the option\n\n if (tag.hasAttribute('autoplay')) {\n _this.options_.autoplay = true;\n } else {\n // otherwise use the setter to validate and\n // set the correct value.\n _this.autoplay(_this.options_.autoplay);\n }\n /*\n * Store the internal state of scrubbing\n *\n * @private\n * @return {Boolean} True if the user is scrubbing\n */\n\n\n _this.scrubbing_ = false;\n _this.el_ = _this.createEl(); // Set default value for lastPlaybackRate\n\n _this.cache_.lastPlaybackRate = _this.defaultPlaybackRate(); // Make this an evented object and use `el_` as its event bus.\n\n evented(_assertThisInitialized(_assertThisInitialized(_this)), {\n eventBusKey: 'el_'\n });\n\n if (_this.fluid_) {\n _this.on('playerreset', _this.updateStyleEl_);\n } // We also want to pass the original player options to each component and plugin\n // as well so they don't need to reach back into the player for options later.\n // We also need to do another copy of this.options_ so we don't end up with\n // an infinite loop.\n\n\n var playerOptionsCopy = mergeOptions(_this.options_); // Load plugins\n\n if (options.plugins) {\n var plugins = options.plugins;\n Object.keys(plugins).forEach(function (name$$1) {\n if (typeof this[name$$1] === 'function') {\n this[name$$1](plugins[name$$1]);\n } else {\n throw new Error(\"plugin \\\"\" + name$$1 + \"\\\" does not exist\");\n }\n }, _assertThisInitialized(_assertThisInitialized(_this)));\n }\n\n _this.options_.playerOptions = playerOptionsCopy;\n _this.middleware_ = [];\n\n _this.initChildren(); // Set isAudio based on whether or not an audio tag was used\n\n\n _this.isAudio(tag.nodeName.toLowerCase() === 'audio'); // Update controls className. Can't do this when the controls are initially\n // set because the element doesn't exist yet.\n\n\n if (_this.controls()) {\n _this.addClass('vjs-controls-enabled');\n } else {\n _this.addClass('vjs-controls-disabled');\n } // Set ARIA label and region role depending on player type\n\n\n _this.el_.setAttribute('role', 'region');\n\n if (_this.isAudio()) {\n _this.el_.setAttribute('aria-label', _this.localize('Audio Player'));\n } else {\n _this.el_.setAttribute('aria-label', _this.localize('Video Player'));\n }\n\n if (_this.isAudio()) {\n _this.addClass('vjs-audio');\n }\n\n if (_this.flexNotSupported_()) {\n _this.addClass('vjs-no-flex');\n } // TODO: Make this smarter. Toggle user state between touching/mousing\n // using events, since devices can have both touch and mouse events.\n // if (browser.TOUCH_ENABLED) {\n // this.addClass('vjs-touch-enabled');\n // }\n // iOS Safari has broken hover handling\n\n\n if (!IS_IOS) {\n _this.addClass('vjs-workinghover');\n } // Make player easily findable by ID\n\n\n Player.players[_this.id_] = _assertThisInitialized(_assertThisInitialized(_this)); // Add a major version class to aid css in plugins\n\n var majorVersion = version.split('.')[0];\n\n _this.addClass(\"vjs-v\" + majorVersion); // When the player is first initialized, trigger activity so components\n // like the control bar show themselves if needed\n\n\n _this.userActive(true);\n\n _this.reportUserActivity();\n\n _this.one('play', _this.listenForUserActivity_);\n\n _this.on('fullscreenchange', _this.handleFullscreenChange_);\n\n _this.on('stageclick', _this.handleStageClick_);\n\n _this.breakpoints(_this.options_.breakpoints);\n\n _this.responsive(_this.options_.responsive);\n\n _this.changingSrc_ = false;\n _this.playWaitingForReady_ = false;\n _this.playOnLoadstart_ = null;\n return _this;\n }\n /**\n * Destroys the video player and does any necessary cleanup.\n *\n * This is especially helpful if you are dynamically adding and removing videos\n * to/from the DOM.\n *\n * @fires Player#dispose\n */\n\n\n var _proto = Player.prototype;\n\n _proto.dispose = function dispose() {\n /**\n * Called when the player is being disposed of.\n *\n * @event Player#dispose\n * @type {EventTarget~Event}\n */\n this.trigger('dispose'); // prevent dispose from being called twice\n\n this.off('dispose');\n\n if (this.styleEl_ && this.styleEl_.parentNode) {\n this.styleEl_.parentNode.removeChild(this.styleEl_);\n this.styleEl_ = null;\n } // Kill reference to this player\n\n\n Player.players[this.id_] = null;\n\n if (this.tag && this.tag.player) {\n this.tag.player = null;\n }\n\n if (this.el_ && this.el_.player) {\n this.el_.player = null;\n }\n\n if (this.tech_) {\n this.tech_.dispose();\n this.isPosterFromTech_ = false;\n this.poster_ = '';\n }\n\n if (this.playerElIngest_) {\n this.playerElIngest_ = null;\n }\n\n if (this.tag) {\n this.tag = null;\n }\n\n clearCacheForPlayer(this); // the actual .el_ is removed here\n\n _Component.prototype.dispose.call(this);\n };\n /**\n * Create the `Player`'s DOM element.\n *\n * @return {Element}\n * The DOM element that gets created.\n */\n\n\n _proto.createEl = function createEl$$1() {\n var tag = this.tag;\n var el;\n var playerElIngest = this.playerElIngest_ = tag.parentNode && tag.parentNode.hasAttribute && tag.parentNode.hasAttribute('data-vjs-player');\n var divEmbed = this.tag.tagName.toLowerCase() === 'video-js';\n\n if (playerElIngest) {\n el = this.el_ = tag.parentNode;\n } else if (!divEmbed) {\n el = this.el_ = _Component.prototype.createEl.call(this, 'div');\n } // Copy over all the attributes from the tag, including ID and class\n // ID will now reference player box, not the video tag\n\n\n var attrs = getAttributes(tag);\n\n if (divEmbed) {\n el = this.el_ = tag;\n tag = this.tag = document.createElement('video');\n\n while (el.children.length) {\n tag.appendChild(el.firstChild);\n }\n\n if (!hasClass(el, 'video-js')) {\n addClass(el, 'video-js');\n }\n\n el.appendChild(tag);\n playerElIngest = this.playerElIngest_ = el; // move properties over from our custom `video-js` element\n // to our new `video` element. This will move things like\n // `src` or `controls` that were set via js before the player\n // was initialized.\n\n Object.keys(el).forEach(function (k) {\n tag[k] = el[k];\n });\n } // set tabindex to -1 to remove the video element from the focus order\n\n\n tag.setAttribute('tabindex', '-1');\n attrs.tabindex = '-1'; // Workaround for #4583 (JAWS+IE doesn't announce BPB or play button)\n // See https://github.com/FreedomScientific/VFO-standards-support/issues/78\n // Note that we can't detect if JAWS is being used, but this ARIA attribute\n // doesn't change behavior of IE11 if JAWS is not being used\n\n if (IE_VERSION) {\n tag.setAttribute('role', 'application');\n attrs.role = 'application';\n } // Remove width/height attrs from tag so CSS can make it 100% width/height\n\n\n tag.removeAttribute('width');\n tag.removeAttribute('height');\n\n if ('width' in attrs) {\n delete attrs.width;\n }\n\n if ('height' in attrs) {\n delete attrs.height;\n }\n\n Object.getOwnPropertyNames(attrs).forEach(function (attr) {\n // don't copy over the class attribute to the player element when we're in a div embed\n // the class is already set up properly in the divEmbed case\n // and we want to make sure that the `video-js` class doesn't get lost\n if (!(divEmbed && attr === 'class')) {\n el.setAttribute(attr, attrs[attr]);\n }\n\n if (divEmbed) {\n tag.setAttribute(attr, attrs[attr]);\n }\n }); // Update tag id/class for use as HTML5 playback tech\n // Might think we should do this after embedding in container so .vjs-tech class\n // doesn't flash 100% width/height, but class only applies with .video-js parent\n\n tag.playerId = tag.id;\n tag.id += '_html5_api';\n tag.className = 'vjs-tech'; // Make player findable on elements\n\n tag.player = el.player = this; // Default state of video is paused\n\n this.addClass('vjs-paused'); // Add a style element in the player that we'll use to set the width/height\n // of the player in a way that's still overrideable by CSS, just like the\n // video element\n\n if (window$1.VIDEOJS_NO_DYNAMIC_STYLE !== true) {\n this.styleEl_ = createStyleElement('vjs-styles-dimensions');\n var defaultsStyleEl = $('.vjs-styles-defaults');\n var head = $('head');\n head.insertBefore(this.styleEl_, defaultsStyleEl ? defaultsStyleEl.nextSibling : head.firstChild);\n }\n\n this.fill_ = false;\n this.fluid_ = false; // Pass in the width/height/aspectRatio options which will update the style el\n\n this.width(this.options_.width);\n this.height(this.options_.height);\n this.fill(this.options_.fill);\n this.fluid(this.options_.fluid);\n this.aspectRatio(this.options_.aspectRatio); // Hide any links within the video/audio tag,\n // because IE doesn't hide them completely from screen readers.\n\n var links = tag.getElementsByTagName('a');\n\n for (var i = 0; i < links.length; i++) {\n var linkEl = links.item(i);\n addClass(linkEl, 'vjs-hidden');\n linkEl.setAttribute('hidden', 'hidden');\n } // insertElFirst seems to cause the networkState to flicker from 3 to 2, so\n // keep track of the original for later so we can know if the source originally failed\n\n\n tag.initNetworkState_ = tag.networkState; // Wrap video tag in div (el/box) container\n\n if (tag.parentNode && !playerElIngest) {\n tag.parentNode.insertBefore(el, tag);\n } // insert the tag as the first child of the player element\n // then manually add it to the children array so that this.addChild\n // will work properly for other components\n //\n // Breaks iPhone, fixed in HTML5 setup.\n\n\n prependTo(tag, el);\n this.children_.unshift(tag); // Set lang attr on player to ensure CSS :lang() in consistent with player\n // if it's been set to something different to the doc\n\n this.el_.setAttribute('lang', this.language_);\n this.el_ = el;\n return el;\n };\n /**\n * A getter/setter for the `Player`'s width. Returns the player's configured value.\n * To get the current width use `currentWidth()`.\n *\n * @param {number} [value]\n * The value to set the `Player`'s width to.\n *\n * @return {number}\n * The current width of the `Player` when getting.\n */\n\n\n _proto.width = function width(value) {\n return this.dimension('width', value);\n };\n /**\n * A getter/setter for the `Player`'s height. Returns the player's configured value.\n * To get the current height use `currentheight()`.\n *\n * @param {number} [value]\n * The value to set the `Player`'s heigth to.\n *\n * @return {number}\n * The current height of the `Player` when getting.\n */\n\n\n _proto.height = function height(value) {\n return this.dimension('height', value);\n };\n /**\n * A getter/setter for the `Player`'s width & height.\n *\n * @param {string} dimension\n * This string can be:\n * - 'width'\n * - 'height'\n *\n * @param {number} [value]\n * Value for dimension specified in the first argument.\n *\n * @return {number}\n * The dimension arguments value when getting (width/height).\n */\n\n\n _proto.dimension = function dimension(_dimension, value) {\n var privDimension = _dimension + '_';\n\n if (value === undefined) {\n return this[privDimension] || 0;\n }\n\n if (value === '') {\n // If an empty string is given, reset the dimension to be automatic\n this[privDimension] = undefined;\n this.updateStyleEl_();\n return;\n }\n\n var parsedVal = parseFloat(value);\n\n if (isNaN(parsedVal)) {\n log.error(\"Improper value \\\"\" + value + \"\\\" supplied for for \" + _dimension);\n return;\n }\n\n this[privDimension] = parsedVal;\n this.updateStyleEl_();\n };\n /**\n * A getter/setter/toggler for the vjs-fluid `className` on the `Player`.\n *\n * Turning this on will turn off fill mode.\n *\n * @param {boolean} [bool]\n * - A value of true adds the class.\n * - A value of false removes the class.\n * - No value will be a getter.\n *\n * @return {boolean|undefined}\n * - The value of fluid when getting.\n * - `undefined` when setting.\n */\n\n\n _proto.fluid = function fluid(bool) {\n if (bool === undefined) {\n return !!this.fluid_;\n }\n\n this.fluid_ = !!bool;\n\n if (isEvented(this)) {\n this.off('playerreset', this.updateStyleEl_);\n }\n\n if (bool) {\n this.addClass('vjs-fluid');\n this.fill(false);\n addEventedCallback(function () {\n this.on('playerreset', this.updateStyleEl_);\n });\n } else {\n this.removeClass('vjs-fluid');\n }\n\n this.updateStyleEl_();\n };\n /**\n * A getter/setter/toggler for the vjs-fill `className` on the `Player`.\n *\n * Turning this on will turn off fluid mode.\n *\n * @param {boolean} [bool]\n * - A value of true adds the class.\n * - A value of false removes the class.\n * - No value will be a getter.\n *\n * @return {boolean|undefined}\n * - The value of fluid when getting.\n * - `undefined` when setting.\n */\n\n\n _proto.fill = function fill(bool) {\n if (bool === undefined) {\n return !!this.fill_;\n }\n\n this.fill_ = !!bool;\n\n if (bool) {\n this.addClass('vjs-fill');\n this.fluid(false);\n } else {\n this.removeClass('vjs-fill');\n }\n };\n /**\n * Get/Set the aspect ratio\n *\n * @param {string} [ratio]\n * Aspect ratio for player\n *\n * @return {string|undefined}\n * returns the current aspect ratio when getting\n */\n\n /**\n * A getter/setter for the `Player`'s aspect ratio.\n *\n * @param {string} [ratio]\n * The value to set the `Player's aspect ratio to.\n *\n * @return {string|undefined}\n * - The current aspect ratio of the `Player` when getting.\n * - undefined when setting\n */\n\n\n _proto.aspectRatio = function aspectRatio(ratio) {\n if (ratio === undefined) {\n return this.aspectRatio_;\n } // Check for width:height format\n\n\n if (!/^\\d+\\:\\d+$/.test(ratio)) {\n throw new Error('Improper value supplied for aspect ratio. The format should be width:height, for example 16:9.');\n }\n\n this.aspectRatio_ = ratio; // We're assuming if you set an aspect ratio you want fluid mode,\n // because in fixed mode you could calculate width and height yourself.\n\n this.fluid(true);\n this.updateStyleEl_();\n };\n /**\n * Update styles of the `Player` element (height, width and aspect ratio).\n *\n * @private\n * @listens Tech#loadedmetadata\n */\n\n\n _proto.updateStyleEl_ = function updateStyleEl_() {\n if (window$1.VIDEOJS_NO_DYNAMIC_STYLE === true) {\n var _width = typeof this.width_ === 'number' ? this.width_ : this.options_.width;\n\n var _height = typeof this.height_ === 'number' ? this.height_ : this.options_.height;\n\n var techEl = this.tech_ && this.tech_.el();\n\n if (techEl) {\n if (_width >= 0) {\n techEl.width = _width;\n }\n\n if (_height >= 0) {\n techEl.height = _height;\n }\n }\n\n return;\n }\n\n var width;\n var height;\n var aspectRatio;\n var idClass; // The aspect ratio is either used directly or to calculate width and height.\n\n if (this.aspectRatio_ !== undefined && this.aspectRatio_ !== 'auto') {\n // Use any aspectRatio that's been specifically set\n aspectRatio = this.aspectRatio_;\n } else if (this.videoWidth() > 0) {\n // Otherwise try to get the aspect ratio from the video metadata\n aspectRatio = this.videoWidth() + ':' + this.videoHeight();\n } else {\n // Or use a default. The video element's is 2:1, but 16:9 is more common.\n aspectRatio = '16:9';\n } // Get the ratio as a decimal we can use to calculate dimensions\n\n\n var ratioParts = aspectRatio.split(':');\n var ratioMultiplier = ratioParts[1] / ratioParts[0];\n\n if (this.width_ !== undefined) {\n // Use any width that's been specifically set\n width = this.width_;\n } else if (this.height_ !== undefined) {\n // Or calulate the width from the aspect ratio if a height has been set\n width = this.height_ / ratioMultiplier;\n } else {\n // Or use the video's metadata, or use the video el's default of 300\n width = this.videoWidth() || 300;\n }\n\n if (this.height_ !== undefined) {\n // Use any height that's been specifically set\n height = this.height_;\n } else {\n // Otherwise calculate the height from the ratio and the width\n height = width * ratioMultiplier;\n } // Ensure the CSS class is valid by starting with an alpha character\n\n\n if (/^[^a-zA-Z]/.test(this.id())) {\n idClass = 'dimensions-' + this.id();\n } else {\n idClass = this.id() + '-dimensions';\n } // Ensure the right class is still on the player for the style element\n\n\n this.addClass(idClass);\n setTextContent(this.styleEl_, \"\\n .\" + idClass + \" {\\n width: \" + width + \"px;\\n height: \" + height + \"px;\\n }\\n\\n .\" + idClass + \".vjs-fluid {\\n padding-top: \" + ratioMultiplier * 100 + \"%;\\n }\\n \");\n };\n /**\n * Load/Create an instance of playback {@link Tech} including element\n * and API methods. Then append the `Tech` element in `Player` as a child.\n *\n * @param {string} techName\n * name of the playback technology\n *\n * @param {string} source\n * video source\n *\n * @private\n */\n\n\n _proto.loadTech_ = function loadTech_(techName, source) {\n var _this2 = this;\n\n // Pause and remove current playback technology\n if (this.tech_) {\n this.unloadTech_();\n }\n\n var titleTechName = toTitleCase(techName);\n var camelTechName = techName.charAt(0).toLowerCase() + techName.slice(1); // get rid of the HTML5 video tag as soon as we are using another tech\n\n if (titleTechName !== 'Html5' && this.tag) {\n Tech.getTech('Html5').disposeMediaElement(this.tag);\n this.tag.player = null;\n this.tag = null;\n }\n\n this.techName_ = titleTechName; // Turn off API access because we're loading a new tech that might load asynchronously\n\n this.isReady_ = false; // if autoplay is a string we pass false to the tech\n // because the player is going to handle autoplay on `loadstart`\n\n var autoplay = typeof this.autoplay() === 'string' ? false : this.autoplay(); // Grab tech-specific options from player options and add source and parent element to use.\n\n var techOptions = {\n source: source,\n autoplay: autoplay,\n 'nativeControlsForTouch': this.options_.nativeControlsForTouch,\n 'playerId': this.id(),\n 'techId': this.id() + \"_\" + camelTechName + \"_api\",\n 'playsinline': this.options_.playsinline,\n 'preload': this.options_.preload,\n 'loop': this.options_.loop,\n 'muted': this.options_.muted,\n 'poster': this.poster(),\n 'language': this.language(),\n 'playerElIngest': this.playerElIngest_ || false,\n 'vtt.js': this.options_['vtt.js'],\n 'canOverridePoster': !!this.options_.techCanOverridePoster,\n 'enableSourceset': this.options_.enableSourceset\n };\n ALL.names.forEach(function (name$$1) {\n var props = ALL[name$$1];\n techOptions[props.getterName] = _this2[props.privateName];\n });\n assign(techOptions, this.options_[titleTechName]);\n assign(techOptions, this.options_[camelTechName]);\n assign(techOptions, this.options_[techName.toLowerCase()]);\n\n if (this.tag) {\n techOptions.tag = this.tag;\n }\n\n if (source && source.src === this.cache_.src && this.cache_.currentTime > 0) {\n techOptions.startTime = this.cache_.currentTime;\n } // Initialize tech instance\n\n\n var TechClass = Tech.getTech(techName);\n\n if (!TechClass) {\n throw new Error(\"No Tech named '\" + titleTechName + \"' exists! '\" + titleTechName + \"' should be registered using videojs.registerTech()'\");\n }\n\n this.tech_ = new TechClass(techOptions); // player.triggerReady is always async, so don't need this to be async\n\n this.tech_.ready(bind(this, this.handleTechReady_), true);\n textTrackConverter.jsonToTextTracks(this.textTracksJson_ || [], this.tech_); // Listen to all HTML5-defined events and trigger them on the player\n\n TECH_EVENTS_RETRIGGER.forEach(function (event) {\n _this2.on(_this2.tech_, event, _this2[\"handleTech\" + toTitleCase(event) + \"_\"]);\n });\n Object.keys(TECH_EVENTS_QUEUE).forEach(function (event) {\n _this2.on(_this2.tech_, event, function (eventObj) {\n if (_this2.tech_.playbackRate() === 0 && _this2.tech_.seeking()) {\n _this2.queuedCallbacks_.push({\n callback: _this2[\"handleTech\" + TECH_EVENTS_QUEUE[event] + \"_\"].bind(_this2),\n event: eventObj\n });\n\n return;\n }\n\n _this2[\"handleTech\" + TECH_EVENTS_QUEUE[event] + \"_\"](eventObj);\n });\n });\n this.on(this.tech_, 'loadstart', this.handleTechLoadStart_);\n this.on(this.tech_, 'sourceset', this.handleTechSourceset_);\n this.on(this.tech_, 'waiting', this.handleTechWaiting_);\n this.on(this.tech_, 'ended', this.handleTechEnded_);\n this.on(this.tech_, 'seeking', this.handleTechSeeking_);\n this.on(this.tech_, 'play', this.handleTechPlay_);\n this.on(this.tech_, 'firstplay', this.handleTechFirstPlay_);\n this.on(this.tech_, 'pause', this.handleTechPause_);\n this.on(this.tech_, 'durationchange', this.handleTechDurationChange_);\n this.on(this.tech_, 'fullscreenchange', this.handleTechFullscreenChange_);\n this.on(this.tech_, 'error', this.handleTechError_);\n this.on(this.tech_, 'loadedmetadata', this.updateStyleEl_);\n this.on(this.tech_, 'posterchange', this.handleTechPosterChange_);\n this.on(this.tech_, 'textdata', this.handleTechTextData_);\n this.on(this.tech_, 'ratechange', this.handleTechRateChange_);\n this.usingNativeControls(this.techGet_('controls'));\n\n if (this.controls() && !this.usingNativeControls()) {\n this.addTechControlsListeners_();\n } // Add the tech element in the DOM if it was not already there\n // Make sure to not insert the original video element if using Html5\n\n\n if (this.tech_.el().parentNode !== this.el() && (titleTechName !== 'Html5' || !this.tag)) {\n prependTo(this.tech_.el(), this.el());\n } // Get rid of the original video tag reference after the first tech is loaded\n\n\n if (this.tag) {\n this.tag.player = null;\n this.tag = null;\n }\n };\n /**\n * Unload and dispose of the current playback {@link Tech}.\n *\n * @private\n */\n\n\n _proto.unloadTech_ = function unloadTech_() {\n var _this3 = this;\n\n // Save the current text tracks so that we can reuse the same text tracks with the next tech\n ALL.names.forEach(function (name$$1) {\n var props = ALL[name$$1];\n _this3[props.privateName] = _this3[props.getterName]();\n });\n this.textTracksJson_ = textTrackConverter.textTracksToJson(this.tech_);\n this.isReady_ = false;\n this.tech_.dispose();\n this.tech_ = false;\n\n if (this.isPosterFromTech_) {\n this.poster_ = '';\n this.trigger('posterchange');\n }\n\n this.isPosterFromTech_ = false;\n };\n /**\n * Return a reference to the current {@link Tech}.\n * It will print a warning by default about the danger of using the tech directly\n * but any argument that is passed in will silence the warning.\n *\n * @param {*} [safety]\n * Anything passed in to silence the warning\n *\n * @return {Tech}\n * The Tech\n */\n\n\n _proto.tech = function tech(safety) {\n if (safety === undefined) {\n log.warn(tsml(_templateObject$2()));\n }\n\n return this.tech_;\n };\n /**\n * Set up click and touch listeners for the playback element\n *\n * - On desktops: a click on the video itself will toggle playback\n * - On mobile devices: a click on the video toggles controls\n * which is done by toggling the user state between active and\n * inactive\n * - A tap can signal that a user has become active or has become inactive\n * e.g. a quick tap on an iPhone movie should reveal the controls. Another\n * quick tap should hide them again (signaling the user is in an inactive\n * viewing state)\n * - In addition to this, we still want the user to be considered inactive after\n * a few seconds of inactivity.\n *\n * > Note: the only part of iOS interaction we can't mimic with this setup\n * is a touch and hold on the video element counting as activity in order to\n * keep the controls showing, but that shouldn't be an issue. A touch and hold\n * on any controls will still keep the user active\n *\n * @private\n */\n\n\n _proto.addTechControlsListeners_ = function addTechControlsListeners_() {\n // Make sure to remove all the previous listeners in case we are called multiple times.\n this.removeTechControlsListeners_(); // Some browsers (Chrome & IE) don't trigger a click on a flash swf, but do\n // trigger mousedown/up.\n // http://stackoverflow.com/questions/1444562/javascript-onclick-event-over-flash-object\n // Any touch events are set to block the mousedown event from happening\n\n this.on(this.tech_, 'mousedown', this.handleTechClick_);\n this.on(this.tech_, 'dblclick', this.handleTechDoubleClick_); // If the controls were hidden we don't want that to change without a tap event\n // so we'll check if the controls were already showing before reporting user\n // activity\n\n this.on(this.tech_, 'touchstart', this.handleTechTouchStart_);\n this.on(this.tech_, 'touchmove', this.handleTechTouchMove_);\n this.on(this.tech_, 'touchend', this.handleTechTouchEnd_); // The tap listener needs to come after the touchend listener because the tap\n // listener cancels out any reportedUserActivity when setting userActive(false)\n\n this.on(this.tech_, 'tap', this.handleTechTap_);\n };\n /**\n * Remove the listeners used for click and tap controls. This is needed for\n * toggling to controls disabled, where a tap/touch should do nothing.\n *\n * @private\n */\n\n\n _proto.removeTechControlsListeners_ = function removeTechControlsListeners_() {\n // We don't want to just use `this.off()` because there might be other needed\n // listeners added by techs that extend this.\n this.off(this.tech_, 'tap', this.handleTechTap_);\n this.off(this.tech_, 'touchstart', this.handleTechTouchStart_);\n this.off(this.tech_, 'touchmove', this.handleTechTouchMove_);\n this.off(this.tech_, 'touchend', this.handleTechTouchEnd_);\n this.off(this.tech_, 'mousedown', this.handleTechClick_);\n this.off(this.tech_, 'dblclick', this.handleTechDoubleClick_);\n };\n /**\n * Player waits for the tech to be ready\n *\n * @private\n */\n\n\n _proto.handleTechReady_ = function handleTechReady_() {\n this.triggerReady(); // Keep the same volume as before\n\n if (this.cache_.volume) {\n this.techCall_('setVolume', this.cache_.volume);\n } // Look if the tech found a higher resolution poster while loading\n\n\n this.handleTechPosterChange_(); // Update the duration if available\n\n this.handleTechDurationChange_();\n };\n /**\n * Retrigger the `loadstart` event that was triggered by the {@link Tech}. This\n * function will also trigger {@link Player#firstplay} if it is the first loadstart\n * for a video.\n *\n * @fires Player#loadstart\n * @fires Player#firstplay\n * @listens Tech#loadstart\n * @private\n */\n\n\n _proto.handleTechLoadStart_ = function handleTechLoadStart_() {\n // TODO: Update to use `emptied` event instead. See #1277.\n this.removeClass('vjs-ended');\n this.removeClass('vjs-seeking'); // reset the error state\n\n this.error(null); // Update the duration\n\n this.handleTechDurationChange_(); // If it's already playing we want to trigger a firstplay event now.\n // The firstplay event relies on both the play and loadstart events\n // which can happen in any order for a new source\n\n if (!this.paused()) {\n /**\n * Fired when the user agent begins looking for media data\n *\n * @event Player#loadstart\n * @type {EventTarget~Event}\n */\n this.trigger('loadstart');\n this.trigger('firstplay');\n } else {\n // reset the hasStarted state\n this.hasStarted(false);\n this.trigger('loadstart');\n } // autoplay happens after loadstart for the browser,\n // so we mimic that behavior\n\n\n this.manualAutoplay_(this.autoplay());\n };\n /**\n * Handle autoplay string values, rather than the typical boolean\n * values that should be handled by the tech. Note that this is not\n * part of any specification. Valid values and what they do can be\n * found on the autoplay getter at Player#autoplay()\n */\n\n\n _proto.manualAutoplay_ = function manualAutoplay_(type) {\n var _this4 = this;\n\n if (!this.tech_ || typeof type !== 'string') {\n return;\n }\n\n var muted = function muted() {\n var previouslyMuted = _this4.muted();\n\n _this4.muted(true);\n\n var playPromise = _this4.play();\n\n if (!playPromise || !playPromise.then || !playPromise.catch) {\n return;\n }\n\n return playPromise.catch(function (e) {\n // restore old value of muted on failure\n _this4.muted(previouslyMuted);\n });\n };\n\n var promise;\n\n if (type === 'any') {\n promise = this.play();\n\n if (promise && promise.then && promise.catch) {\n promise.catch(function () {\n return muted();\n });\n }\n } else if (type === 'muted') {\n promise = muted();\n } else {\n promise = this.play();\n }\n\n if (!promise || !promise.then || !promise.catch) {\n return;\n }\n\n return promise.then(function () {\n _this4.trigger({\n type: 'autoplay-success',\n autoplay: type\n });\n }).catch(function (e) {\n _this4.trigger({\n type: 'autoplay-failure',\n autoplay: type\n });\n });\n };\n /**\n * Update the internal source caches so that we return the correct source from\n * `src()`, `currentSource()`, and `currentSources()`.\n *\n * > Note: `currentSources` will not be updated if the source that is passed in exists\n * in the current `currentSources` cache.\n *\n *\n * @param {Tech~SourceObject} srcObj\n * A string or object source to update our caches to.\n */\n\n\n _proto.updateSourceCaches_ = function updateSourceCaches_(srcObj) {\n if (srcObj === void 0) {\n srcObj = '';\n }\n\n var src = srcObj;\n var type = '';\n\n if (typeof src !== 'string') {\n src = srcObj.src;\n type = srcObj.type;\n } // make sure all the caches are set to default values\n // to prevent null checking\n\n\n this.cache_.source = this.cache_.source || {};\n this.cache_.sources = this.cache_.sources || []; // try to get the type of the src that was passed in\n\n if (src && !type) {\n type = findMimetype(this, src);\n } // update `currentSource` cache always\n\n\n this.cache_.source = mergeOptions({}, srcObj, {\n src: src,\n type: type\n });\n var matchingSources = this.cache_.sources.filter(function (s) {\n return s.src && s.src === src;\n });\n var sourceElSources = [];\n var sourceEls = this.$$('source');\n var matchingSourceEls = [];\n\n for (var i = 0; i < sourceEls.length; i++) {\n var sourceObj = getAttributes(sourceEls[i]);\n sourceElSources.push(sourceObj);\n\n if (sourceObj.src && sourceObj.src === src) {\n matchingSourceEls.push(sourceObj.src);\n }\n } // if we have matching source els but not matching sources\n // the current source cache is not up to date\n\n\n if (matchingSourceEls.length && !matchingSources.length) {\n this.cache_.sources = sourceElSources; // if we don't have matching source or source els set the\n // sources cache to the `currentSource` cache\n } else if (!matchingSources.length) {\n this.cache_.sources = [this.cache_.source];\n } // update the tech `src` cache\n\n\n this.cache_.src = src;\n };\n /**\n * *EXPERIMENTAL* Fired when the source is set or changed on the {@link Tech}\n * causing the media element to reload.\n *\n * It will fire for the initial source and each subsequent source.\n * This event is a custom event from Video.js and is triggered by the {@link Tech}.\n *\n * The event object for this event contains a `src` property that will contain the source\n * that was available when the event was triggered. This is generally only necessary if Video.js\n * is switching techs while the source was being changed.\n *\n * It is also fired when `load` is called on the player (or media element)\n * because the {@link https://html.spec.whatwg.org/multipage/media.html#dom-media-load|specification for `load`}\n * says that the resource selection algorithm needs to be aborted and restarted.\n * In this case, it is very likely that the `src` property will be set to the\n * empty string `\"\"` to indicate we do not know what the source will be but\n * that it is changing.\n *\n * *This event is currently still experimental and may change in minor releases.*\n * __To use this, pass `enableSourceset` option to the player.__\n *\n * @event Player#sourceset\n * @type {EventTarget~Event}\n * @prop {string} src\n * The source url available when the `sourceset` was triggered.\n * It will be an empty string if we cannot know what the source is\n * but know that the source will change.\n */\n\n /**\n * Retrigger the `sourceset` event that was triggered by the {@link Tech}.\n *\n * @fires Player#sourceset\n * @listens Tech#sourceset\n * @private\n */\n\n\n _proto.handleTechSourceset_ = function handleTechSourceset_(event) {\n var _this5 = this;\n\n // only update the source cache when the source\n // was not updated using the player api\n if (!this.changingSrc_) {\n var updateSourceCaches = function updateSourceCaches(src) {\n return _this5.updateSourceCaches_(src);\n };\n\n var playerSrc = this.currentSource().src;\n var eventSrc = event.src; // if we have a playerSrc that is not a blob, and a tech src that is a blob\n\n if (playerSrc && !/^blob:/.test(playerSrc) && /^blob:/.test(eventSrc)) {\n // if both the tech source and the player source were updated we assume\n // something like @videojs/http-streaming did the sourceset and skip updating the source cache.\n if (!this.lastSource_ || this.lastSource_.tech !== eventSrc && this.lastSource_.player !== playerSrc) {\n updateSourceCaches = function updateSourceCaches() {};\n }\n } // update the source to the intial source right away\n // in some cases this will be empty string\n\n\n updateSourceCaches(eventSrc); // if the `sourceset` `src` was an empty string\n // wait for a `loadstart` to update the cache to `currentSrc`.\n // If a sourceset happens before a `loadstart`, we reset the state\n // as this function will be called again.\n\n if (!event.src) {\n var updateCache = function updateCache(e) {\n if (e.type !== 'sourceset') {\n var techSrc = _this5.techGet('currentSrc');\n\n _this5.lastSource_.tech = techSrc;\n\n _this5.updateSourceCaches_(techSrc);\n }\n\n _this5.tech_.off(['sourceset', 'loadstart'], updateCache);\n };\n\n this.tech_.one(['sourceset', 'loadstart'], updateCache);\n }\n }\n\n this.lastSource_ = {\n player: this.currentSource().src,\n tech: event.src\n };\n this.trigger({\n src: event.src,\n type: 'sourceset'\n });\n };\n /**\n * Add/remove the vjs-has-started class\n *\n * @fires Player#firstplay\n *\n * @param {boolean} request\n * - true: adds the class\n * - false: remove the class\n *\n * @return {boolean}\n * the boolean value of hasStarted_\n */\n\n\n _proto.hasStarted = function hasStarted(request) {\n if (request === undefined) {\n // act as getter, if we have no request to change\n return this.hasStarted_;\n }\n\n if (request === this.hasStarted_) {\n return;\n }\n\n this.hasStarted_ = request;\n\n if (this.hasStarted_) {\n this.addClass('vjs-has-started');\n this.trigger('firstplay');\n } else {\n this.removeClass('vjs-has-started');\n }\n };\n /**\n * Fired whenever the media begins or resumes playback\n *\n * @see [Spec]{@link https://html.spec.whatwg.org/multipage/embedded-content.html#dom-media-play}\n * @fires Player#play\n * @listens Tech#play\n * @private\n */\n\n\n _proto.handleTechPlay_ = function handleTechPlay_() {\n this.removeClass('vjs-ended');\n this.removeClass('vjs-paused');\n this.addClass('vjs-playing'); // hide the poster when the user hits play\n\n this.hasStarted(true);\n /**\n * Triggered whenever an {@link Tech#play} event happens. Indicates that\n * playback has started or resumed.\n *\n * @event Player#play\n * @type {EventTarget~Event}\n */\n\n this.trigger('play');\n };\n /**\n * Retrigger the `ratechange` event that was triggered by the {@link Tech}.\n *\n * If there were any events queued while the playback rate was zero, fire\n * those events now.\n *\n * @private\n * @method Player#handleTechRateChange_\n * @fires Player#ratechange\n * @listens Tech#ratechange\n */\n\n\n _proto.handleTechRateChange_ = function handleTechRateChange_() {\n if (this.tech_.playbackRate() > 0 && this.cache_.lastPlaybackRate === 0) {\n this.queuedCallbacks_.forEach(function (queued) {\n return queued.callback(queued.event);\n });\n this.queuedCallbacks_ = [];\n }\n\n this.cache_.lastPlaybackRate = this.tech_.playbackRate();\n /**\n * Fires when the playing speed of the audio/video is changed\n *\n * @event Player#ratechange\n * @type {event}\n */\n\n this.trigger('ratechange');\n };\n /**\n * Retrigger the `waiting` event that was triggered by the {@link Tech}.\n *\n * @fires Player#waiting\n * @listens Tech#waiting\n * @private\n */\n\n\n _proto.handleTechWaiting_ = function handleTechWaiting_() {\n var _this6 = this;\n\n this.addClass('vjs-waiting');\n /**\n * A readyState change on the DOM element has caused playback to stop.\n *\n * @event Player#waiting\n * @type {EventTarget~Event}\n */\n\n this.trigger('waiting'); // Browsers may emit a timeupdate event after a waiting event. In order to prevent\n // premature removal of the waiting class, wait for the time to change.\n\n var timeWhenWaiting = this.currentTime();\n\n var timeUpdateListener = function timeUpdateListener() {\n if (timeWhenWaiting !== _this6.currentTime()) {\n _this6.removeClass('vjs-waiting');\n\n _this6.off('timeupdate', timeUpdateListener);\n }\n };\n\n this.on('timeupdate', timeUpdateListener);\n };\n /**\n * Retrigger the `canplay` event that was triggered by the {@link Tech}.\n * > Note: This is not consistent between browsers. See #1351\n *\n * @fires Player#canplay\n * @listens Tech#canplay\n * @private\n */\n\n\n _proto.handleTechCanPlay_ = function handleTechCanPlay_() {\n this.removeClass('vjs-waiting');\n /**\n * The media has a readyState of HAVE_FUTURE_DATA or greater.\n *\n * @event Player#canplay\n * @type {EventTarget~Event}\n */\n\n this.trigger('canplay');\n };\n /**\n * Retrigger the `canplaythrough` event that was triggered by the {@link Tech}.\n *\n * @fires Player#canplaythrough\n * @listens Tech#canplaythrough\n * @private\n */\n\n\n _proto.handleTechCanPlayThrough_ = function handleTechCanPlayThrough_() {\n this.removeClass('vjs-waiting');\n /**\n * The media has a readyState of HAVE_ENOUGH_DATA or greater. This means that the\n * entire media file can be played without buffering.\n *\n * @event Player#canplaythrough\n * @type {EventTarget~Event}\n */\n\n this.trigger('canplaythrough');\n };\n /**\n * Retrigger the `playing` event that was triggered by the {@link Tech}.\n *\n * @fires Player#playing\n * @listens Tech#playing\n * @private\n */\n\n\n _proto.handleTechPlaying_ = function handleTechPlaying_() {\n this.removeClass('vjs-waiting');\n /**\n * The media is no longer blocked from playback, and has started playing.\n *\n * @event Player#playing\n * @type {EventTarget~Event}\n */\n\n this.trigger('playing');\n };\n /**\n * Retrigger the `seeking` event that was triggered by the {@link Tech}.\n *\n * @fires Player#seeking\n * @listens Tech#seeking\n * @private\n */\n\n\n _proto.handleTechSeeking_ = function handleTechSeeking_() {\n this.addClass('vjs-seeking');\n /**\n * Fired whenever the player is jumping to a new time\n *\n * @event Player#seeking\n * @type {EventTarget~Event}\n */\n\n this.trigger('seeking');\n };\n /**\n * Retrigger the `seeked` event that was triggered by the {@link Tech}.\n *\n * @fires Player#seeked\n * @listens Tech#seeked\n * @private\n */\n\n\n _proto.handleTechSeeked_ = function handleTechSeeked_() {\n this.removeClass('vjs-seeking');\n /**\n * Fired when the player has finished jumping to a new time\n *\n * @event Player#seeked\n * @type {EventTarget~Event}\n */\n\n this.trigger('seeked');\n };\n /**\n * Retrigger the `firstplay` event that was triggered by the {@link Tech}.\n *\n * @fires Player#firstplay\n * @listens Tech#firstplay\n * @deprecated As of 6.0 firstplay event is deprecated.\n * As of 6.0 passing the `starttime` option to the player and the firstplay event are deprecated.\n * @private\n */\n\n\n _proto.handleTechFirstPlay_ = function handleTechFirstPlay_() {\n // If the first starttime attribute is specified\n // then we will start at the given offset in seconds\n if (this.options_.starttime) {\n log.warn('Passing the `starttime` option to the player will be deprecated in 6.0');\n this.currentTime(this.options_.starttime);\n }\n\n this.addClass('vjs-has-started');\n /**\n * Fired the first time a video is played. Not part of the HLS spec, and this is\n * probably not the best implementation yet, so use sparingly. If you don't have a\n * reason to prevent playback, use `myPlayer.one('play');` instead.\n *\n * @event Player#firstplay\n * @deprecated As of 6.0 firstplay event is deprecated.\n * @type {EventTarget~Event}\n */\n\n this.trigger('firstplay');\n };\n /**\n * Retrigger the `pause` event that was triggered by the {@link Tech}.\n *\n * @fires Player#pause\n * @listens Tech#pause\n * @private\n */\n\n\n _proto.handleTechPause_ = function handleTechPause_() {\n this.removeClass('vjs-playing');\n this.addClass('vjs-paused');\n /**\n * Fired whenever the media has been paused\n *\n * @event Player#pause\n * @type {EventTarget~Event}\n */\n\n this.trigger('pause');\n };\n /**\n * Retrigger the `ended` event that was triggered by the {@link Tech}.\n *\n * @fires Player#ended\n * @listens Tech#ended\n * @private\n */\n\n\n _proto.handleTechEnded_ = function handleTechEnded_() {\n this.addClass('vjs-ended');\n\n if (this.options_.loop) {\n this.currentTime(0);\n this.play();\n } else if (!this.paused()) {\n this.pause();\n }\n /**\n * Fired when the end of the media resource is reached (currentTime == duration)\n *\n * @event Player#ended\n * @type {EventTarget~Event}\n */\n\n\n this.trigger('ended');\n };\n /**\n * Fired when the duration of the media resource is first known or changed\n *\n * @listens Tech#durationchange\n * @private\n */\n\n\n _proto.handleTechDurationChange_ = function handleTechDurationChange_() {\n this.duration(this.techGet_('duration'));\n };\n /**\n * Handle a click on the media element to play/pause\n *\n * @param {EventTarget~Event} event\n * the event that caused this function to trigger\n *\n * @listens Tech#mousedown\n * @private\n */\n\n\n _proto.handleTechClick_ = function handleTechClick_(event) {\n if (!isSingleLeftClick(event)) {\n return;\n } // When controls are disabled a click should not toggle playback because\n // the click is considered a control\n\n\n if (!this.controls_) {\n return;\n }\n\n if (this.paused()) {\n silencePromise(this.play());\n } else {\n this.pause();\n }\n };\n /**\n * Handle a double-click on the media element to enter/exit fullscreen\n *\n * @param {EventTarget~Event} event\n * the event that caused this function to trigger\n *\n * @listens Tech#dblclick\n * @private\n */\n\n\n _proto.handleTechDoubleClick_ = function handleTechDoubleClick_(event) {\n if (!this.controls_) {\n return;\n } // we do not want to toggle fullscreen state\n // when double-clicking inside a control bar or a modal\n\n\n var inAllowedEls = Array.prototype.some.call(this.$$('.vjs-control-bar, .vjs-modal-dialog'), function (el) {\n return el.contains(event.target);\n });\n\n if (!inAllowedEls) {\n if (this.isFullscreen()) {\n this.exitFullscreen();\n } else {\n this.requestFullscreen();\n }\n }\n };\n /**\n * Handle a tap on the media element. It will toggle the user\n * activity state, which hides and shows the controls.\n *\n * @listens Tech#tap\n * @private\n */\n\n\n _proto.handleTechTap_ = function handleTechTap_() {\n this.userActive(!this.userActive());\n };\n /**\n * Handle touch to start\n *\n * @listens Tech#touchstart\n * @private\n */\n\n\n _proto.handleTechTouchStart_ = function handleTechTouchStart_() {\n this.userWasActive = this.userActive();\n };\n /**\n * Handle touch to move\n *\n * @listens Tech#touchmove\n * @private\n */\n\n\n _proto.handleTechTouchMove_ = function handleTechTouchMove_() {\n if (this.userWasActive) {\n this.reportUserActivity();\n }\n };\n /**\n * Handle touch to end\n *\n * @param {EventTarget~Event} event\n * the touchend event that triggered\n * this function\n *\n * @listens Tech#touchend\n * @private\n */\n\n\n _proto.handleTechTouchEnd_ = function handleTechTouchEnd_(event) {\n // Stop the mouse events from also happening\n event.preventDefault();\n };\n /**\n * Fired when the player switches in or out of fullscreen mode\n *\n * @private\n * @listens Player#fullscreenchange\n */\n\n\n _proto.handleFullscreenChange_ = function handleFullscreenChange_() {\n if (this.isFullscreen()) {\n this.addClass('vjs-fullscreen');\n } else {\n this.removeClass('vjs-fullscreen');\n }\n };\n /**\n * native click events on the SWF aren't triggered on IE11, Win8.1RT\n * use stageclick events triggered from inside the SWF instead\n *\n * @private\n * @listens stageclick\n */\n\n\n _proto.handleStageClick_ = function handleStageClick_() {\n this.reportUserActivity();\n };\n /**\n * Handle Tech Fullscreen Change\n *\n * @param {EventTarget~Event} event\n * the fullscreenchange event that triggered this function\n *\n * @param {Object} data\n * the data that was sent with the event\n *\n * @private\n * @listens Tech#fullscreenchange\n * @fires Player#fullscreenchange\n */\n\n\n _proto.handleTechFullscreenChange_ = function handleTechFullscreenChange_(event, data) {\n if (data) {\n this.isFullscreen(data.isFullscreen);\n }\n /**\n * Fired when going in and out of fullscreen.\n *\n * @event Player#fullscreenchange\n * @type {EventTarget~Event}\n */\n\n\n this.trigger('fullscreenchange');\n };\n /**\n * Fires when an error occurred during the loading of an audio/video.\n *\n * @private\n * @listens Tech#error\n */\n\n\n _proto.handleTechError_ = function handleTechError_() {\n var error = this.tech_.error();\n this.error(error);\n };\n /**\n * Retrigger the `textdata` event that was triggered by the {@link Tech}.\n *\n * @fires Player#textdata\n * @listens Tech#textdata\n * @private\n */\n\n\n _proto.handleTechTextData_ = function handleTechTextData_() {\n var data = null;\n\n if (arguments.length > 1) {\n data = arguments[1];\n }\n /**\n * Fires when we get a textdata event from tech\n *\n * @event Player#textdata\n * @type {EventTarget~Event}\n */\n\n\n this.trigger('textdata', data);\n };\n /**\n * Get object for cached values.\n *\n * @return {Object}\n * get the current object cache\n */\n\n\n _proto.getCache = function getCache() {\n return this.cache_;\n };\n /**\n * Pass values to the playback tech\n *\n * @param {string} [method]\n * the method to call\n *\n * @param {Object} arg\n * the argument to pass\n *\n * @private\n */\n\n\n _proto.techCall_ = function techCall_(method, arg) {\n // If it's not ready yet, call method when it is\n this.ready(function () {\n if (method in allowedSetters) {\n return set$1(this.middleware_, this.tech_, method, arg);\n } else if (method in allowedMediators) {\n return mediate(this.middleware_, this.tech_, method, arg);\n }\n\n try {\n if (this.tech_) {\n this.tech_[method](arg);\n }\n } catch (e) {\n log(e);\n throw e;\n }\n }, true);\n };\n /**\n * Get calls can't wait for the tech, and sometimes don't need to.\n *\n * @param {string} method\n * Tech method\n *\n * @return {Function|undefined}\n * the method or undefined\n *\n * @private\n */\n\n\n _proto.techGet_ = function techGet_(method) {\n if (!this.tech_ || !this.tech_.isReady_) {\n return;\n }\n\n if (method in allowedGetters) {\n return get(this.middleware_, this.tech_, method);\n } else if (method in allowedMediators) {\n return mediate(this.middleware_, this.tech_, method);\n } // Flash likes to die and reload when you hide or reposition it.\n // In these cases the object methods go away and we get errors.\n // When that happens we'll catch the errors and inform tech that it's not ready any more.\n\n\n try {\n return this.tech_[method]();\n } catch (e) {\n // When building additional tech libs, an expected method may not be defined yet\n if (this.tech_[method] === undefined) {\n log(\"Video.js: \" + method + \" method not defined for \" + this.techName_ + \" playback technology.\", e);\n throw e;\n } // When a method isn't available on the object it throws a TypeError\n\n\n if (e.name === 'TypeError') {\n log(\"Video.js: \" + method + \" unavailable on \" + this.techName_ + \" playback technology element.\", e);\n this.tech_.isReady_ = false;\n throw e;\n } // If error unknown, just log and throw\n\n\n log(e);\n throw e;\n }\n };\n /**\n * Attempt to begin playback at the first opportunity.\n *\n * @return {Promise|undefined}\n * Returns a promise if the browser supports Promises (or one\n * was passed in as an option). This promise will be resolved on\n * the return value of play. If this is undefined it will fulfill the\n * promise chain otherwise the promise chain will be fulfilled when\n * the promise from play is fulfilled.\n */\n\n\n _proto.play = function play() {\n var _this7 = this;\n\n var PromiseClass = this.options_.Promise || window$1.Promise;\n\n if (PromiseClass) {\n return new PromiseClass(function (resolve) {\n _this7.play_(resolve);\n });\n }\n\n return this.play_();\n };\n /**\n * The actual logic for play, takes a callback that will be resolved on the\n * return value of play. This allows us to resolve to the play promise if there\n * is one on modern browsers.\n *\n * @private\n * @param {Function} [callback]\n * The callback that should be called when the techs play is actually called\n */\n\n\n _proto.play_ = function play_(callback) {\n var _this8 = this;\n\n if (callback === void 0) {\n callback = silencePromise;\n }\n\n // If this is called while we have a play queued up on a loadstart, remove\n // that listener to avoid getting in a potentially bad state.\n if (this.playOnLoadstart_) {\n this.off('loadstart', this.playOnLoadstart_);\n } // If the player/tech is not ready, queue up another call to `play()` for\n // when it is. This will loop back into this method for another attempt at\n // playback when the tech is ready.\n\n\n if (!this.isReady_) {\n // Bail out if we're already waiting for `ready`!\n if (this.playWaitingForReady_) {\n return;\n }\n\n this.playWaitingForReady_ = true;\n this.ready(function () {\n _this8.playWaitingForReady_ = false;\n callback(_this8.play());\n }); // If the player/tech is ready and we have a source, we can attempt playback.\n } else if (!this.changingSrc_ && (this.src() || this.currentSrc())) {\n callback(this.techGet_('play'));\n return; // If the tech is ready, but we do not have a source, we'll need to wait\n // for both the `ready` and a `loadstart` when the source is finally\n // resolved by middleware and set on the player.\n //\n // This can happen if `play()` is called while changing sources or before\n // one has been set on the player.\n } else {\n this.playOnLoadstart_ = function () {\n _this8.playOnLoadstart_ = null;\n callback(_this8.play());\n };\n\n this.one('loadstart', this.playOnLoadstart_);\n }\n };\n /**\n * Pause the video playback\n *\n * @return {Player}\n * A reference to the player object this function was called on\n */\n\n\n _proto.pause = function pause() {\n this.techCall_('pause');\n };\n /**\n * Check if the player is paused or has yet to play\n *\n * @return {boolean}\n * - false: if the media is currently playing\n * - true: if media is not currently playing\n */\n\n\n _proto.paused = function paused() {\n // The initial state of paused should be true (in Safari it's actually false)\n return this.techGet_('paused') === false ? false : true;\n };\n /**\n * Get a TimeRange object representing the current ranges of time that the user\n * has played.\n *\n * @return {TimeRange}\n * A time range object that represents all the increments of time that have\n * been played.\n */\n\n\n _proto.played = function played() {\n return this.techGet_('played') || createTimeRanges(0, 0);\n };\n /**\n * Returns whether or not the user is \"scrubbing\". Scrubbing is\n * when the user has clicked the progress bar handle and is\n * dragging it along the progress bar.\n *\n * @param {boolean} [isScrubbing]\n * whether the user is or is not scrubbing\n *\n * @return {boolean}\n * The value of scrubbing when getting\n */\n\n\n _proto.scrubbing = function scrubbing(isScrubbing) {\n if (typeof isScrubbing === 'undefined') {\n return this.scrubbing_;\n }\n\n this.scrubbing_ = !!isScrubbing;\n\n if (isScrubbing) {\n this.addClass('vjs-scrubbing');\n } else {\n this.removeClass('vjs-scrubbing');\n }\n };\n /**\n * Get or set the current time (in seconds)\n *\n * @param {number|string} [seconds]\n * The time to seek to in seconds\n *\n * @return {number}\n * - the current time in seconds when getting\n */\n\n\n _proto.currentTime = function currentTime(seconds) {\n if (typeof seconds !== 'undefined') {\n if (seconds < 0) {\n seconds = 0;\n }\n\n this.techCall_('setCurrentTime', seconds);\n return;\n } // cache last currentTime and return. default to 0 seconds\n //\n // Caching the currentTime is meant to prevent a massive amount of reads on the tech's\n // currentTime when scrubbing, but may not provide much performance benefit afterall.\n // Should be tested. Also something has to read the actual current time or the cache will\n // never get updated.\n\n\n this.cache_.currentTime = this.techGet_('currentTime') || 0;\n return this.cache_.currentTime;\n };\n /**\n * Normally gets the length in time of the video in seconds;\n * in all but the rarest use cases an argument will NOT be passed to the method\n *\n * > **NOTE**: The video must have started loading before the duration can be\n * known, and in the case of Flash, may not be known until the video starts\n * playing.\n *\n * @fires Player#durationchange\n *\n * @param {number} [seconds]\n * The duration of the video to set in seconds\n *\n * @return {number}\n * - The duration of the video in seconds when getting\n */\n\n\n _proto.duration = function duration(seconds) {\n if (seconds === undefined) {\n // return NaN if the duration is not known\n return this.cache_.duration !== undefined ? this.cache_.duration : NaN;\n }\n\n seconds = parseFloat(seconds); // Standardize on Infinity for signaling video is live\n\n if (seconds < 0) {\n seconds = Infinity;\n }\n\n if (seconds !== this.cache_.duration) {\n // Cache the last set value for optimized scrubbing (esp. Flash)\n this.cache_.duration = seconds;\n\n if (seconds === Infinity) {\n this.addClass('vjs-live');\n\n if (this.options_.liveui && this.player_.liveTracker) {\n this.addClass('vjs-liveui');\n }\n } else {\n this.removeClass('vjs-live');\n this.removeClass('vjs-liveui');\n }\n\n if (!isNaN(seconds)) {\n // Do not fire durationchange unless the duration value is known.\n // @see [Spec]{@link https://www.w3.org/TR/2011/WD-html5-20110113/video.html#media-element-load-algorithm}\n\n /**\n * @event Player#durationchange\n * @type {EventTarget~Event}\n */\n this.trigger('durationchange');\n }\n }\n };\n /**\n * Calculates how much time is left in the video. Not part\n * of the native video API.\n *\n * @return {number}\n * The time remaining in seconds\n */\n\n\n _proto.remainingTime = function remainingTime() {\n return this.duration() - this.currentTime();\n };\n /**\n * A remaining time function that is intented to be used when\n * the time is to be displayed directly to the user.\n *\n * @return {number}\n * The rounded time remaining in seconds\n */\n\n\n _proto.remainingTimeDisplay = function remainingTimeDisplay() {\n return Math.floor(this.duration()) - Math.floor(this.currentTime());\n }; //\n // Kind of like an array of portions of the video that have been downloaded.\n\n /**\n * Get a TimeRange object with an array of the times of the video\n * that have been downloaded. If you just want the percent of the\n * video that's been downloaded, use bufferedPercent.\n *\n * @see [Buffered Spec]{@link http://dev.w3.org/html5/spec/video.html#dom-media-buffered}\n *\n * @return {TimeRange}\n * A mock TimeRange object (following HTML spec)\n */\n\n\n _proto.buffered = function buffered() {\n var buffered = this.techGet_('buffered');\n\n if (!buffered || !buffered.length) {\n buffered = createTimeRanges(0, 0);\n }\n\n return buffered;\n };\n /**\n * Get the percent (as a decimal) of the video that's been downloaded.\n * This method is not a part of the native HTML video API.\n *\n * @return {number}\n * A decimal between 0 and 1 representing the percent\n * that is buffered 0 being 0% and 1 being 100%\n */\n\n\n _proto.bufferedPercent = function bufferedPercent$$1() {\n return bufferedPercent(this.buffered(), this.duration());\n };\n /**\n * Get the ending time of the last buffered time range\n * This is used in the progress bar to encapsulate all time ranges.\n *\n * @return {number}\n * The end of the last buffered time range\n */\n\n\n _proto.bufferedEnd = function bufferedEnd() {\n var buffered = this.buffered();\n var duration = this.duration();\n var end = buffered.end(buffered.length - 1);\n\n if (end > duration) {\n end = duration;\n }\n\n return end;\n };\n /**\n * Get or set the current volume of the media\n *\n * @param {number} [percentAsDecimal]\n * The new volume as a decimal percent:\n * - 0 is muted/0%/off\n * - 1.0 is 100%/full\n * - 0.5 is half volume or 50%\n *\n * @return {number}\n * The current volume as a percent when getting\n */\n\n\n _proto.volume = function volume(percentAsDecimal) {\n var vol;\n\n if (percentAsDecimal !== undefined) {\n // Force value to between 0 and 1\n vol = Math.max(0, Math.min(1, parseFloat(percentAsDecimal)));\n this.cache_.volume = vol;\n this.techCall_('setVolume', vol);\n\n if (vol > 0) {\n this.lastVolume_(vol);\n }\n\n return;\n } // Default to 1 when returning current volume.\n\n\n vol = parseFloat(this.techGet_('volume'));\n return isNaN(vol) ? 1 : vol;\n };\n /**\n * Get the current muted state, or turn mute on or off\n *\n * @param {boolean} [muted]\n * - true to mute\n * - false to unmute\n *\n * @return {boolean}\n * - true if mute is on and getting\n * - false if mute is off and getting\n */\n\n\n _proto.muted = function muted(_muted) {\n if (_muted !== undefined) {\n this.techCall_('setMuted', _muted);\n return;\n }\n\n return this.techGet_('muted') || false;\n };\n /**\n * Get the current defaultMuted state, or turn defaultMuted on or off. defaultMuted\n * indicates the state of muted on initial playback.\n *\n * ```js\n * var myPlayer = videojs('some-player-id');\n *\n * myPlayer.src(\"http://www.example.com/path/to/video.mp4\");\n *\n * // get, should be false\n * console.log(myPlayer.defaultMuted());\n * // set to true\n * myPlayer.defaultMuted(true);\n * // get should be true\n * console.log(myPlayer.defaultMuted());\n * ```\n *\n * @param {boolean} [defaultMuted]\n * - true to mute\n * - false to unmute\n *\n * @return {boolean|Player}\n * - true if defaultMuted is on and getting\n * - false if defaultMuted is off and getting\n * - A reference to the current player when setting\n */\n\n\n _proto.defaultMuted = function defaultMuted(_defaultMuted) {\n if (_defaultMuted !== undefined) {\n return this.techCall_('setDefaultMuted', _defaultMuted);\n }\n\n return this.techGet_('defaultMuted') || false;\n };\n /**\n * Get the last volume, or set it\n *\n * @param {number} [percentAsDecimal]\n * The new last volume as a decimal percent:\n * - 0 is muted/0%/off\n * - 1.0 is 100%/full\n * - 0.5 is half volume or 50%\n *\n * @return {number}\n * the current value of lastVolume as a percent when getting\n *\n * @private\n */\n\n\n _proto.lastVolume_ = function lastVolume_(percentAsDecimal) {\n if (percentAsDecimal !== undefined && percentAsDecimal !== 0) {\n this.cache_.lastVolume = percentAsDecimal;\n return;\n }\n\n return this.cache_.lastVolume;\n };\n /**\n * Check if current tech can support native fullscreen\n * (e.g. with built in controls like iOS, so not our flash swf)\n *\n * @return {boolean}\n * if native fullscreen is supported\n */\n\n\n _proto.supportsFullScreen = function supportsFullScreen() {\n return this.techGet_('supportsFullScreen') || false;\n };\n /**\n * Check if the player is in fullscreen mode or tell the player that it\n * is or is not in fullscreen mode.\n *\n * > NOTE: As of the latest HTML5 spec, isFullscreen is no longer an official\n * property and instead document.fullscreenElement is used. But isFullscreen is\n * still a valuable property for internal player workings.\n *\n * @param {boolean} [isFS]\n * Set the players current fullscreen state\n *\n * @return {boolean}\n * - true if fullscreen is on and getting\n * - false if fullscreen is off and getting\n */\n\n\n _proto.isFullscreen = function isFullscreen(isFS) {\n if (isFS !== undefined) {\n this.isFullscreen_ = !!isFS;\n return;\n }\n\n return !!this.isFullscreen_;\n };\n /**\n * Increase the size of the video to full screen\n * In some browsers, full screen is not supported natively, so it enters\n * \"full window mode\", where the video fills the browser window.\n * In browsers and devices that support native full screen, sometimes the\n * browser's default controls will be shown, and not the Video.js custom skin.\n * This includes most mobile devices (iOS, Android) and older versions of\n * Safari.\n *\n * @fires Player#fullscreenchange\n */\n\n\n _proto.requestFullscreen = function requestFullscreen() {\n var fsApi = FullscreenApi;\n this.isFullscreen(true);\n\n if (fsApi.requestFullscreen) {\n // the browser supports going fullscreen at the element level so we can\n // take the controls fullscreen as well as the video\n // Trigger fullscreenchange event after change\n // We have to specifically add this each time, and remove\n // when canceling fullscreen. Otherwise if there's multiple\n // players on a page, they would all be reacting to the same fullscreen\n // events\n on(document, fsApi.fullscreenchange, bind(this, function documentFullscreenChange(e) {\n this.isFullscreen(document[fsApi.fullscreenElement]); // If cancelling fullscreen, remove event listener.\n\n if (this.isFullscreen() === false) {\n off(document, fsApi.fullscreenchange, documentFullscreenChange);\n }\n /**\n * @event Player#fullscreenchange\n * @type {EventTarget~Event}\n */\n\n\n this.trigger('fullscreenchange');\n }));\n this.el_[fsApi.requestFullscreen]();\n } else if (this.tech_.supportsFullScreen()) {\n // we can't take the video.js controls fullscreen but we can go fullscreen\n // with native controls\n this.techCall_('enterFullScreen');\n } else {\n // fullscreen isn't supported so we'll just stretch the video element to\n // fill the viewport\n this.enterFullWindow();\n /**\n * @event Player#fullscreenchange\n * @type {EventTarget~Event}\n */\n\n this.trigger('fullscreenchange');\n }\n };\n /**\n * Return the video to its normal size after having been in full screen mode\n *\n * @fires Player#fullscreenchange\n */\n\n\n _proto.exitFullscreen = function exitFullscreen() {\n var fsApi = FullscreenApi;\n this.isFullscreen(false); // Check for browser element fullscreen support\n\n if (fsApi.requestFullscreen) {\n document[fsApi.exitFullscreen]();\n } else if (this.tech_.supportsFullScreen()) {\n this.techCall_('exitFullScreen');\n } else {\n this.exitFullWindow();\n /**\n * @event Player#fullscreenchange\n * @type {EventTarget~Event}\n */\n\n this.trigger('fullscreenchange');\n }\n };\n /**\n * When fullscreen isn't supported we can stretch the\n * video container to as wide as the browser will let us.\n *\n * @fires Player#enterFullWindow\n */\n\n\n _proto.enterFullWindow = function enterFullWindow() {\n this.isFullWindow = true; // Storing original doc overflow value to return to when fullscreen is off\n\n this.docOrigOverflow = document.documentElement.style.overflow; // Add listener for esc key to exit fullscreen\n\n on(document, 'keydown', bind(this, this.fullWindowOnEscKey)); // Hide any scroll bars\n\n document.documentElement.style.overflow = 'hidden'; // Apply fullscreen styles\n\n addClass(document.body, 'vjs-full-window');\n /**\n * @event Player#enterFullWindow\n * @type {EventTarget~Event}\n */\n\n this.trigger('enterFullWindow');\n };\n /**\n * Check for call to either exit full window or\n * full screen on ESC key\n *\n * @param {string} event\n * Event to check for key press\n */\n\n\n _proto.fullWindowOnEscKey = function fullWindowOnEscKey(event) {\n if (event.keyCode === 27) {\n if (this.isFullscreen() === true) {\n this.exitFullscreen();\n } else {\n this.exitFullWindow();\n }\n }\n };\n /**\n * Exit full window\n *\n * @fires Player#exitFullWindow\n */\n\n\n _proto.exitFullWindow = function exitFullWindow() {\n this.isFullWindow = false;\n off(document, 'keydown', this.fullWindowOnEscKey); // Unhide scroll bars.\n\n document.documentElement.style.overflow = this.docOrigOverflow; // Remove fullscreen styles\n\n removeClass(document.body, 'vjs-full-window'); // Resize the box, controller, and poster to original sizes\n // this.positionAll();\n\n /**\n * @event Player#exitFullWindow\n * @type {EventTarget~Event}\n */\n\n this.trigger('exitFullWindow');\n };\n /**\n * Check whether the player can play a given mimetype\n *\n * @see https://www.w3.org/TR/2011/WD-html5-20110113/video.html#dom-navigator-canplaytype\n *\n * @param {string} type\n * The mimetype to check\n *\n * @return {string}\n * 'probably', 'maybe', or '' (empty string)\n */\n\n\n _proto.canPlayType = function canPlayType(type) {\n var can; // Loop through each playback technology in the options order\n\n for (var i = 0, j = this.options_.techOrder; i < j.length; i++) {\n var techName = j[i];\n var tech = Tech.getTech(techName); // Support old behavior of techs being registered as components.\n // Remove once that deprecated behavior is removed.\n\n if (!tech) {\n tech = Component.getComponent(techName);\n } // Check if the current tech is defined before continuing\n\n\n if (!tech) {\n log.error(\"The \\\"\" + techName + \"\\\" tech is undefined. Skipped browser support check for that tech.\");\n continue;\n } // Check if the browser supports this technology\n\n\n if (tech.isSupported()) {\n can = tech.canPlayType(type);\n\n if (can) {\n return can;\n }\n }\n }\n\n return '';\n };\n /**\n * Select source based on tech-order or source-order\n * Uses source-order selection if `options.sourceOrder` is truthy. Otherwise,\n * defaults to tech-order selection\n *\n * @param {Array} sources\n * The sources for a media asset\n *\n * @return {Object|boolean}\n * Object of source and tech order or false\n */\n\n\n _proto.selectSource = function selectSource(sources) {\n var _this9 = this;\n\n // Get only the techs specified in `techOrder` that exist and are supported by the\n // current platform\n var techs = this.options_.techOrder.map(function (techName) {\n return [techName, Tech.getTech(techName)];\n }).filter(function (_ref) {\n var techName = _ref[0],\n tech = _ref[1];\n\n // Check if the current tech is defined before continuing\n if (tech) {\n // Check if the browser supports this technology\n return tech.isSupported();\n }\n\n log.error(\"The \\\"\" + techName + \"\\\" tech is undefined. Skipped browser support check for that tech.\");\n return false;\n }); // Iterate over each `innerArray` element once per `outerArray` element and execute\n // `tester` with both. If `tester` returns a non-falsy value, exit early and return\n // that value.\n\n var findFirstPassingTechSourcePair = function findFirstPassingTechSourcePair(outerArray, innerArray, tester) {\n var found;\n outerArray.some(function (outerChoice) {\n return innerArray.some(function (innerChoice) {\n found = tester(outerChoice, innerChoice);\n\n if (found) {\n return true;\n }\n });\n });\n return found;\n };\n\n var foundSourceAndTech;\n\n var flip = function flip(fn) {\n return function (a, b) {\n return fn(b, a);\n };\n };\n\n var finder = function finder(_ref2, source) {\n var techName = _ref2[0],\n tech = _ref2[1];\n\n if (tech.canPlaySource(source, _this9.options_[techName.toLowerCase()])) {\n return {\n source: source,\n tech: techName\n };\n }\n }; // Depending on the truthiness of `options.sourceOrder`, we swap the order of techs and sources\n // to select from them based on their priority.\n\n\n if (this.options_.sourceOrder) {\n // Source-first ordering\n foundSourceAndTech = findFirstPassingTechSourcePair(sources, techs, flip(finder));\n } else {\n // Tech-first ordering\n foundSourceAndTech = findFirstPassingTechSourcePair(techs, sources, finder);\n }\n\n return foundSourceAndTech || false;\n };\n /**\n * Get or set the video source.\n *\n * @param {Tech~SourceObject|Tech~SourceObject[]|string} [source]\n * A SourceObject, an array of SourceObjects, or a string referencing\n * a URL to a media source. It is _highly recommended_ that an object\n * or array of objects is used here, so that source selection\n * algorithms can take the `type` into account.\n *\n * If not provided, this method acts as a getter.\n *\n * @return {string|undefined}\n * If the `source` argument is missing, returns the current source\n * URL. Otherwise, returns nothing/undefined.\n */\n\n\n _proto.src = function src(source) {\n var _this10 = this;\n\n // getter usage\n if (typeof source === 'undefined') {\n return this.cache_.src || '';\n } // filter out invalid sources and turn our source into\n // an array of source objects\n\n\n var sources = filterSource(source); // if a source was passed in then it is invalid because\n // it was filtered to a zero length Array. So we have to\n // show an error\n\n if (!sources.length) {\n this.setTimeout(function () {\n this.error({\n code: 4,\n message: this.localize(this.options_.notSupportedMessage)\n });\n }, 0);\n return;\n } // intial sources\n\n\n this.changingSrc_ = true;\n this.cache_.sources = sources;\n this.updateSourceCaches_(sources[0]); // middlewareSource is the source after it has been changed by middleware\n\n setSource(this, sources[0], function (middlewareSource, mws) {\n _this10.middleware_ = mws; // since sourceSet is async we have to update the cache again after we select a source since\n // the source that is selected could be out of order from the cache update above this callback.\n\n _this10.cache_.sources = sources;\n\n _this10.updateSourceCaches_(middlewareSource);\n\n var err = _this10.src_(middlewareSource);\n\n if (err) {\n if (sources.length > 1) {\n return _this10.src(sources.slice(1));\n }\n\n _this10.changingSrc_ = false; // We need to wrap this in a timeout to give folks a chance to add error event handlers\n\n _this10.setTimeout(function () {\n this.error({\n code: 4,\n message: this.localize(this.options_.notSupportedMessage)\n });\n }, 0); // we could not find an appropriate tech, but let's still notify the delegate that this is it\n // this needs a better comment about why this is needed\n\n\n _this10.triggerReady();\n\n return;\n }\n\n setTech(mws, _this10.tech_);\n });\n };\n /**\n * Set the source object on the tech, returns a boolean that indicates whether\n * there is a tech that can play the source or not\n *\n * @param {Tech~SourceObject} source\n * The source object to set on the Tech\n *\n * @return {boolean}\n * - True if there is no Tech to playback this source\n * - False otherwise\n *\n * @private\n */\n\n\n _proto.src_ = function src_(source) {\n var _this11 = this;\n\n var sourceTech = this.selectSource([source]);\n\n if (!sourceTech) {\n return true;\n }\n\n if (!titleCaseEquals(sourceTech.tech, this.techName_)) {\n this.changingSrc_ = true; // load this technology with the chosen source\n\n this.loadTech_(sourceTech.tech, sourceTech.source);\n this.tech_.ready(function () {\n _this11.changingSrc_ = false;\n });\n return false;\n } // wait until the tech is ready to set the source\n // and set it synchronously if possible (#2326)\n\n\n this.ready(function () {\n // The setSource tech method was added with source handlers\n // so older techs won't support it\n // We need to check the direct prototype for the case where subclasses\n // of the tech do not support source handlers\n if (this.tech_.constructor.prototype.hasOwnProperty('setSource')) {\n this.techCall_('setSource', source);\n } else {\n this.techCall_('src', source.src);\n }\n\n this.changingSrc_ = false;\n }, true);\n return false;\n };\n /**\n * Begin loading the src data.\n */\n\n\n _proto.load = function load() {\n this.techCall_('load');\n };\n /**\n * Reset the player. Loads the first tech in the techOrder,\n * removes all the text tracks in the existing `tech`,\n * and calls `reset` on the `tech`.\n */\n\n\n _proto.reset = function reset() {\n if (this.tech_) {\n this.tech_.clearTracks('text');\n }\n\n this.loadTech_(this.options_.techOrder[0], null);\n this.techCall_('reset');\n\n if (isEvented(this)) {\n this.trigger('playerreset');\n }\n };\n /**\n * Returns all of the current source objects.\n *\n * @return {Tech~SourceObject[]}\n * The current source objects\n */\n\n\n _proto.currentSources = function currentSources() {\n var source = this.currentSource();\n var sources = []; // assume `{}` or `{ src }`\n\n if (Object.keys(source).length !== 0) {\n sources.push(source);\n }\n\n return this.cache_.sources || sources;\n };\n /**\n * Returns the current source object.\n *\n * @return {Tech~SourceObject}\n * The current source object\n */\n\n\n _proto.currentSource = function currentSource() {\n return this.cache_.source || {};\n };\n /**\n * Returns the fully qualified URL of the current source value e.g. http://mysite.com/video.mp4\n * Can be used in conjunction with `currentType` to assist in rebuilding the current source object.\n *\n * @return {string}\n * The current source\n */\n\n\n _proto.currentSrc = function currentSrc() {\n return this.currentSource() && this.currentSource().src || '';\n };\n /**\n * Get the current source type e.g. video/mp4\n * This can allow you rebuild the current source object so that you could load the same\n * source and tech later\n *\n * @return {string}\n * The source MIME type\n */\n\n\n _proto.currentType = function currentType() {\n return this.currentSource() && this.currentSource().type || '';\n };\n /**\n * Get or set the preload attribute\n *\n * @param {boolean} [value]\n * - true means that we should preload\n * - false means that we should not preload\n *\n * @return {string}\n * The preload attribute value when getting\n */\n\n\n _proto.preload = function preload(value) {\n if (value !== undefined) {\n this.techCall_('setPreload', value);\n this.options_.preload = value;\n return;\n }\n\n return this.techGet_('preload');\n };\n /**\n * Get or set the autoplay option. When this is a boolean it will\n * modify the attribute on the tech. When this is a string the attribute on\n * the tech will be removed and `Player` will handle autoplay on loadstarts.\n *\n * @param {boolean|string} [value]\n * - true: autoplay using the browser behavior\n * - false: do not autoplay\n * - 'play': call play() on every loadstart\n * - 'muted': call muted() then play() on every loadstart\n * - 'any': call play() on every loadstart. if that fails call muted() then play().\n * - *: values other than those listed here will be set `autoplay` to true\n *\n * @return {boolean|string}\n * The current value of autoplay when getting\n */\n\n\n _proto.autoplay = function autoplay(value) {\n // getter usage\n if (value === undefined) {\n return this.options_.autoplay || false;\n }\n\n var techAutoplay; // if the value is a valid string set it to that\n\n if (typeof value === 'string' && /(any|play|muted)/.test(value)) {\n this.options_.autoplay = value;\n this.manualAutoplay_(value);\n techAutoplay = false; // any falsy value sets autoplay to false in the browser,\n // lets do the same\n } else if (!value) {\n this.options_.autoplay = false; // any other value (ie truthy) sets autoplay to true\n } else {\n this.options_.autoplay = true;\n }\n\n techAutoplay = techAutoplay || this.options_.autoplay; // if we don't have a tech then we do not queue up\n // a setAutoplay call on tech ready. We do this because the\n // autoplay option will be passed in the constructor and we\n // do not need to set it twice\n\n if (this.tech_) {\n this.techCall_('setAutoplay', techAutoplay);\n }\n };\n /**\n * Set or unset the playsinline attribute.\n * Playsinline tells the browser that non-fullscreen playback is preferred.\n *\n * @param {boolean} [value]\n * - true means that we should try to play inline by default\n * - false means that we should use the browser's default playback mode,\n * which in most cases is inline. iOS Safari is a notable exception\n * and plays fullscreen by default.\n *\n * @return {string|Player}\n * - the current value of playsinline\n * - the player when setting\n *\n * @see [Spec]{@link https://html.spec.whatwg.org/#attr-video-playsinline}\n */\n\n\n _proto.playsinline = function playsinline(value) {\n if (value !== undefined) {\n this.techCall_('setPlaysinline', value);\n this.options_.playsinline = value;\n return this;\n }\n\n return this.techGet_('playsinline');\n };\n /**\n * Get or set the loop attribute on the video element.\n *\n * @param {boolean} [value]\n * - true means that we should loop the video\n * - false means that we should not loop the video\n *\n * @return {string}\n * The current value of loop when getting\n */\n\n\n _proto.loop = function loop(value) {\n if (value !== undefined) {\n this.techCall_('setLoop', value);\n this.options_.loop = value;\n return;\n }\n\n return this.techGet_('loop');\n };\n /**\n * Get or set the poster image source url\n *\n * @fires Player#posterchange\n *\n * @param {string} [src]\n * Poster image source URL\n *\n * @return {string}\n * The current value of poster when getting\n */\n\n\n _proto.poster = function poster(src) {\n if (src === undefined) {\n return this.poster_;\n } // The correct way to remove a poster is to set as an empty string\n // other falsey values will throw errors\n\n\n if (!src) {\n src = '';\n }\n\n if (src === this.poster_) {\n return;\n } // update the internal poster variable\n\n\n this.poster_ = src; // update the tech's poster\n\n this.techCall_('setPoster', src);\n this.isPosterFromTech_ = false; // alert components that the poster has been set\n\n /**\n * This event fires when the poster image is changed on the player.\n *\n * @event Player#posterchange\n * @type {EventTarget~Event}\n */\n\n this.trigger('posterchange');\n };\n /**\n * Some techs (e.g. YouTube) can provide a poster source in an\n * asynchronous way. We want the poster component to use this\n * poster source so that it covers up the tech's controls.\n * (YouTube's play button). However we only want to use this\n * source if the player user hasn't set a poster through\n * the normal APIs.\n *\n * @fires Player#posterchange\n * @listens Tech#posterchange\n * @private\n */\n\n\n _proto.handleTechPosterChange_ = function handleTechPosterChange_() {\n if ((!this.poster_ || this.options_.techCanOverridePoster) && this.tech_ && this.tech_.poster) {\n var newPoster = this.tech_.poster() || '';\n\n if (newPoster !== this.poster_) {\n this.poster_ = newPoster;\n this.isPosterFromTech_ = true; // Let components know the poster has changed\n\n this.trigger('posterchange');\n }\n }\n };\n /**\n * Get or set whether or not the controls are showing.\n *\n * @fires Player#controlsenabled\n *\n * @param {boolean} [bool]\n * - true to turn controls on\n * - false to turn controls off\n *\n * @return {boolean}\n * The current value of controls when getting\n */\n\n\n _proto.controls = function controls(bool) {\n if (bool === undefined) {\n return !!this.controls_;\n }\n\n bool = !!bool; // Don't trigger a change event unless it actually changed\n\n if (this.controls_ === bool) {\n return;\n }\n\n this.controls_ = bool;\n\n if (this.usingNativeControls()) {\n this.techCall_('setControls', bool);\n }\n\n if (this.controls_) {\n this.removeClass('vjs-controls-disabled');\n this.addClass('vjs-controls-enabled');\n /**\n * @event Player#controlsenabled\n * @type {EventTarget~Event}\n */\n\n this.trigger('controlsenabled');\n\n if (!this.usingNativeControls()) {\n this.addTechControlsListeners_();\n }\n } else {\n this.removeClass('vjs-controls-enabled');\n this.addClass('vjs-controls-disabled');\n /**\n * @event Player#controlsdisabled\n * @type {EventTarget~Event}\n */\n\n this.trigger('controlsdisabled');\n\n if (!this.usingNativeControls()) {\n this.removeTechControlsListeners_();\n }\n }\n };\n /**\n * Toggle native controls on/off. Native controls are the controls built into\n * devices (e.g. default iPhone controls), Flash, or other techs\n * (e.g. Vimeo Controls)\n * **This should only be set by the current tech, because only the tech knows\n * if it can support native controls**\n *\n * @fires Player#usingnativecontrols\n * @fires Player#usingcustomcontrols\n *\n * @param {boolean} [bool]\n * - true to turn native controls on\n * - false to turn native controls off\n *\n * @return {boolean}\n * The current value of native controls when getting\n */\n\n\n _proto.usingNativeControls = function usingNativeControls(bool) {\n if (bool === undefined) {\n return !!this.usingNativeControls_;\n }\n\n bool = !!bool; // Don't trigger a change event unless it actually changed\n\n if (this.usingNativeControls_ === bool) {\n return;\n }\n\n this.usingNativeControls_ = bool;\n\n if (this.usingNativeControls_) {\n this.addClass('vjs-using-native-controls');\n /**\n * player is using the native device controls\n *\n * @event Player#usingnativecontrols\n * @type {EventTarget~Event}\n */\n\n this.trigger('usingnativecontrols');\n } else {\n this.removeClass('vjs-using-native-controls');\n /**\n * player is using the custom HTML controls\n *\n * @event Player#usingcustomcontrols\n * @type {EventTarget~Event}\n */\n\n this.trigger('usingcustomcontrols');\n }\n };\n /**\n * Set or get the current MediaError\n *\n * @fires Player#error\n *\n * @param {MediaError|string|number} [err]\n * A MediaError or a string/number to be turned\n * into a MediaError\n *\n * @return {MediaError|null}\n * The current MediaError when getting (or null)\n */\n\n\n _proto.error = function error(err) {\n if (err === undefined) {\n return this.error_ || null;\n } // restoring to default\n\n\n if (err === null) {\n this.error_ = err;\n this.removeClass('vjs-error');\n\n if (this.errorDisplay) {\n this.errorDisplay.close();\n }\n\n return;\n }\n\n this.error_ = new MediaError(err); // add the vjs-error classname to the player\n\n this.addClass('vjs-error'); // log the name of the error type and any message\n // IE11 logs \"[object object]\" and required you to expand message to see error object\n\n log.error(\"(CODE:\" + this.error_.code + \" \" + MediaError.errorTypes[this.error_.code] + \")\", this.error_.message, this.error_);\n /**\n * @event Player#error\n * @type {EventTarget~Event}\n */\n\n this.trigger('error');\n return;\n };\n /**\n * Report user activity\n *\n * @param {Object} event\n * Event object\n */\n\n\n _proto.reportUserActivity = function reportUserActivity(event) {\n this.userActivity_ = true;\n };\n /**\n * Get/set if user is active\n *\n * @fires Player#useractive\n * @fires Player#userinactive\n *\n * @param {boolean} [bool]\n * - true if the user is active\n * - false if the user is inactive\n *\n * @return {boolean}\n * The current value of userActive when getting\n */\n\n\n _proto.userActive = function userActive(bool) {\n if (bool === undefined) {\n return this.userActive_;\n }\n\n bool = !!bool;\n\n if (bool === this.userActive_) {\n return;\n }\n\n this.userActive_ = bool;\n\n if (this.userActive_) {\n this.userActivity_ = true;\n this.removeClass('vjs-user-inactive');\n this.addClass('vjs-user-active');\n /**\n * @event Player#useractive\n * @type {EventTarget~Event}\n */\n\n this.trigger('useractive');\n return;\n } // Chrome/Safari/IE have bugs where when you change the cursor it can\n // trigger a mousemove event. This causes an issue when you're hiding\n // the cursor when the user is inactive, and a mousemove signals user\n // activity. Making it impossible to go into inactive mode. Specifically\n // this happens in fullscreen when we really need to hide the cursor.\n //\n // When this gets resolved in ALL browsers it can be removed\n // https://code.google.com/p/chromium/issues/detail?id=103041\n\n\n if (this.tech_) {\n this.tech_.one('mousemove', function (e) {\n e.stopPropagation();\n e.preventDefault();\n });\n }\n\n this.userActivity_ = false;\n this.removeClass('vjs-user-active');\n this.addClass('vjs-user-inactive');\n /**\n * @event Player#userinactive\n * @type {EventTarget~Event}\n */\n\n this.trigger('userinactive');\n };\n /**\n * Listen for user activity based on timeout value\n *\n * @private\n */\n\n\n _proto.listenForUserActivity_ = function listenForUserActivity_() {\n var mouseInProgress;\n var lastMoveX;\n var lastMoveY;\n var handleActivity = bind(this, this.reportUserActivity);\n\n var handleMouseMove = function handleMouseMove(e) {\n // #1068 - Prevent mousemove spamming\n // Chrome Bug: https://code.google.com/p/chromium/issues/detail?id=366970\n if (e.screenX !== lastMoveX || e.screenY !== lastMoveY) {\n lastMoveX = e.screenX;\n lastMoveY = e.screenY;\n handleActivity();\n }\n };\n\n var handleMouseDown = function handleMouseDown() {\n handleActivity(); // For as long as the they are touching the device or have their mouse down,\n // we consider them active even if they're not moving their finger or mouse.\n // So we want to continue to update that they are active\n\n this.clearInterval(mouseInProgress); // Setting userActivity=true now and setting the interval to the same time\n // as the activityCheck interval (250) should ensure we never miss the\n // next activityCheck\n\n mouseInProgress = this.setInterval(handleActivity, 250);\n };\n\n var handleMouseUp = function handleMouseUp(event) {\n handleActivity(); // Stop the interval that maintains activity if the mouse/touch is down\n\n this.clearInterval(mouseInProgress);\n }; // Any mouse movement will be considered user activity\n\n\n this.on('mousedown', handleMouseDown);\n this.on('mousemove', handleMouseMove);\n this.on('mouseup', handleMouseUp); // Listen for keyboard navigation\n // Shouldn't need to use inProgress interval because of key repeat\n\n this.on('keydown', handleActivity);\n this.on('keyup', handleActivity); // Run an interval every 250 milliseconds instead of stuffing everything into\n // the mousemove/touchmove function itself, to prevent performance degradation.\n // `this.reportUserActivity` simply sets this.userActivity_ to true, which\n // then gets picked up by this loop\n // http://ejohn.org/blog/learning-from-twitter/\n\n var inactivityTimeout;\n this.setInterval(function () {\n // Check to see if mouse/touch activity has happened\n if (!this.userActivity_) {\n return;\n } // Reset the activity tracker\n\n\n this.userActivity_ = false; // If the user state was inactive, set the state to active\n\n this.userActive(true); // Clear any existing inactivity timeout to start the timer over\n\n this.clearTimeout(inactivityTimeout);\n var timeout = this.options_.inactivityTimeout;\n\n if (timeout <= 0) {\n return;\n } // In <timeout> milliseconds, if no more activity has occurred the\n // user will be considered inactive\n\n\n inactivityTimeout = this.setTimeout(function () {\n // Protect against the case where the inactivityTimeout can trigger just\n // before the next user activity is picked up by the activity check loop\n // causing a flicker\n if (!this.userActivity_) {\n this.userActive(false);\n }\n }, timeout);\n }, 250);\n };\n /**\n * Gets or sets the current playback rate. A playback rate of\n * 1.0 represents normal speed and 0.5 would indicate half-speed\n * playback, for instance.\n *\n * @see https://html.spec.whatwg.org/multipage/embedded-content.html#dom-media-playbackrate\n *\n * @param {number} [rate]\n * New playback rate to set.\n *\n * @return {number}\n * The current playback rate when getting or 1.0\n */\n\n\n _proto.playbackRate = function playbackRate(rate) {\n if (rate !== undefined) {\n // NOTE: this.cache_.lastPlaybackRate is set from the tech handler\n // that is registered above\n this.techCall_('setPlaybackRate', rate);\n return;\n }\n\n if (this.tech_ && this.tech_.featuresPlaybackRate) {\n return this.cache_.lastPlaybackRate || this.techGet_('playbackRate');\n }\n\n return 1.0;\n };\n /**\n * Gets or sets the current default playback rate. A default playback rate of\n * 1.0 represents normal speed and 0.5 would indicate half-speed playback, for instance.\n * defaultPlaybackRate will only represent what the initial playbackRate of a video was, not\n * not the current playbackRate.\n *\n * @see https://html.spec.whatwg.org/multipage/embedded-content.html#dom-media-defaultplaybackrate\n *\n * @param {number} [rate]\n * New default playback rate to set.\n *\n * @return {number|Player}\n * - The default playback rate when getting or 1.0\n * - the player when setting\n */\n\n\n _proto.defaultPlaybackRate = function defaultPlaybackRate(rate) {\n if (rate !== undefined) {\n return this.techCall_('setDefaultPlaybackRate', rate);\n }\n\n if (this.tech_ && this.tech_.featuresPlaybackRate) {\n return this.techGet_('defaultPlaybackRate');\n }\n\n return 1.0;\n };\n /**\n * Gets or sets the audio flag\n *\n * @param {boolean} bool\n * - true signals that this is an audio player\n * - false signals that this is not an audio player\n *\n * @return {boolean}\n * The current value of isAudio when getting\n */\n\n\n _proto.isAudio = function isAudio(bool) {\n if (bool !== undefined) {\n this.isAudio_ = !!bool;\n return;\n }\n\n return !!this.isAudio_;\n };\n /**\n * A helper method for adding a {@link TextTrack} to our\n * {@link TextTrackList}.\n *\n * In addition to the W3C settings we allow adding additional info through options.\n *\n * @see http://www.w3.org/html/wg/drafts/html/master/embedded-content-0.html#dom-media-addtexttrack\n *\n * @param {string} [kind]\n * the kind of TextTrack you are adding\n *\n * @param {string} [label]\n * the label to give the TextTrack label\n *\n * @param {string} [language]\n * the language to set on the TextTrack\n *\n * @return {TextTrack|undefined}\n * the TextTrack that was added or undefined\n * if there is no tech\n */\n\n\n _proto.addTextTrack = function addTextTrack(kind, label, language) {\n if (this.tech_) {\n return this.tech_.addTextTrack(kind, label, language);\n }\n };\n /**\n * Create a remote {@link TextTrack} and an {@link HTMLTrackElement}. It will\n * automatically removed from the video element whenever the source changes, unless\n * manualCleanup is set to false.\n *\n * @param {Object} options\n * Options to pass to {@link HTMLTrackElement} during creation. See\n * {@link HTMLTrackElement} for object properties that you should use.\n *\n * @param {boolean} [manualCleanup=true] if set to false, the TextTrack will be\n *\n * @return {HtmlTrackElement}\n * the HTMLTrackElement that was created and added\n * to the HtmlTrackElementList and the remote\n * TextTrackList\n *\n * @deprecated The default value of the \"manualCleanup\" parameter will default\n * to \"false\" in upcoming versions of Video.js\n */\n\n\n _proto.addRemoteTextTrack = function addRemoteTextTrack(options, manualCleanup) {\n if (this.tech_) {\n return this.tech_.addRemoteTextTrack(options, manualCleanup);\n }\n };\n /**\n * Remove a remote {@link TextTrack} from the respective\n * {@link TextTrackList} and {@link HtmlTrackElementList}.\n *\n * @param {Object} track\n * Remote {@link TextTrack} to remove\n *\n * @return {undefined}\n * does not return anything\n */\n\n\n _proto.removeRemoteTextTrack = function removeRemoteTextTrack(obj) {\n if (obj === void 0) {\n obj = {};\n }\n\n var _obj = obj,\n track = _obj.track;\n\n if (!track) {\n track = obj;\n } // destructure the input into an object with a track argument, defaulting to arguments[0]\n // default the whole argument to an empty object if nothing was passed in\n\n\n if (this.tech_) {\n return this.tech_.removeRemoteTextTrack(track);\n }\n };\n /**\n * Gets available media playback quality metrics as specified by the W3C's Media\n * Playback Quality API.\n *\n * @see [Spec]{@link https://wicg.github.io/media-playback-quality}\n *\n * @return {Object|undefined}\n * An object with supported media playback quality metrics or undefined if there\n * is no tech or the tech does not support it.\n */\n\n\n _proto.getVideoPlaybackQuality = function getVideoPlaybackQuality() {\n return this.techGet_('getVideoPlaybackQuality');\n };\n /**\n * Get video width\n *\n * @return {number}\n * current video width\n */\n\n\n _proto.videoWidth = function videoWidth() {\n return this.tech_ && this.tech_.videoWidth && this.tech_.videoWidth() || 0;\n };\n /**\n * Get video height\n *\n * @return {number}\n * current video height\n */\n\n\n _proto.videoHeight = function videoHeight() {\n return this.tech_ && this.tech_.videoHeight && this.tech_.videoHeight() || 0;\n };\n /**\n * The player's language code\n * NOTE: The language should be set in the player options if you want the\n * the controls to be built with a specific language. Changing the language\n * later will not update controls text.\n *\n * @param {string} [code]\n * the language code to set the player to\n *\n * @return {string}\n * The current language code when getting\n */\n\n\n _proto.language = function language(code) {\n if (code === undefined) {\n return this.language_;\n }\n\n this.language_ = String(code).toLowerCase();\n };\n /**\n * Get the player's language dictionary\n * Merge every time, because a newly added plugin might call videojs.addLanguage() at any time\n * Languages specified directly in the player options have precedence\n *\n * @return {Array}\n * An array of of supported languages\n */\n\n\n _proto.languages = function languages() {\n return mergeOptions(Player.prototype.options_.languages, this.languages_);\n };\n /**\n * returns a JavaScript object reperesenting the current track\n * information. **DOES not return it as JSON**\n *\n * @return {Object}\n * Object representing the current of track info\n */\n\n\n _proto.toJSON = function toJSON() {\n var options = mergeOptions(this.options_);\n var tracks = options.tracks;\n options.tracks = [];\n\n for (var i = 0; i < tracks.length; i++) {\n var track = tracks[i]; // deep merge tracks and null out player so no circular references\n\n track = mergeOptions(track);\n track.player = undefined;\n options.tracks[i] = track;\n }\n\n return options;\n };\n /**\n * Creates a simple modal dialog (an instance of the {@link ModalDialog}\n * component) that immediately overlays the player with arbitrary\n * content and removes itself when closed.\n *\n * @param {string|Function|Element|Array|null} content\n * Same as {@link ModalDialog#content}'s param of the same name.\n * The most straight-forward usage is to provide a string or DOM\n * element.\n *\n * @param {Object} [options]\n * Extra options which will be passed on to the {@link ModalDialog}.\n *\n * @return {ModalDialog}\n * the {@link ModalDialog} that was created\n */\n\n\n _proto.createModal = function createModal(content, options) {\n var _this12 = this;\n\n options = options || {};\n options.content = content || '';\n var modal = new ModalDialog(this, options);\n this.addChild(modal);\n modal.on('dispose', function () {\n _this12.removeChild(modal);\n });\n modal.open();\n return modal;\n };\n /**\n * Change breakpoint classes when the player resizes.\n *\n * @private\n */\n\n\n _proto.updateCurrentBreakpoint_ = function updateCurrentBreakpoint_() {\n if (!this.responsive()) {\n return;\n }\n\n var currentBreakpoint = this.currentBreakpoint();\n var currentWidth = this.currentWidth();\n\n for (var i = 0; i < BREAKPOINT_ORDER.length; i++) {\n var candidateBreakpoint = BREAKPOINT_ORDER[i];\n var maxWidth = this.breakpoints_[candidateBreakpoint];\n\n if (currentWidth <= maxWidth) {\n // The current breakpoint did not change, nothing to do.\n if (currentBreakpoint === candidateBreakpoint) {\n return;\n } // Only remove a class if there is a current breakpoint.\n\n\n if (currentBreakpoint) {\n this.removeClass(BREAKPOINT_CLASSES[currentBreakpoint]);\n }\n\n this.addClass(BREAKPOINT_CLASSES[candidateBreakpoint]);\n this.breakpoint_ = candidateBreakpoint;\n break;\n }\n }\n };\n /**\n * Removes the current breakpoint.\n *\n * @private\n */\n\n\n _proto.removeCurrentBreakpoint_ = function removeCurrentBreakpoint_() {\n var className = this.currentBreakpointClass();\n this.breakpoint_ = '';\n\n if (className) {\n this.removeClass(className);\n }\n };\n /**\n * Get or set breakpoints on the player.\n *\n * Calling this method with an object or `true` will remove any previous\n * custom breakpoints and start from the defaults again.\n *\n * @param {Object|boolean} [breakpoints]\n * If an object is given, it can be used to provide custom\n * breakpoints. If `true` is given, will set default breakpoints.\n * If this argument is not given, will simply return the current\n * breakpoints.\n *\n * @param {number} [breakpoints.tiny]\n * The maximum width for the \"vjs-layout-tiny\" class.\n *\n * @param {number} [breakpoints.xsmall]\n * The maximum width for the \"vjs-layout-x-small\" class.\n *\n * @param {number} [breakpoints.small]\n * The maximum width for the \"vjs-layout-small\" class.\n *\n * @param {number} [breakpoints.medium]\n * The maximum width for the \"vjs-layout-medium\" class.\n *\n * @param {number} [breakpoints.large]\n * The maximum width for the \"vjs-layout-large\" class.\n *\n * @param {number} [breakpoints.xlarge]\n * The maximum width for the \"vjs-layout-x-large\" class.\n *\n * @param {number} [breakpoints.huge]\n * The maximum width for the \"vjs-layout-huge\" class.\n *\n * @return {Object}\n * An object mapping breakpoint names to maximum width values.\n */\n\n\n _proto.breakpoints = function breakpoints(_breakpoints) {\n // Used as a getter.\n if (_breakpoints === undefined) {\n return assign(this.breakpoints_);\n }\n\n this.breakpoint_ = '';\n this.breakpoints_ = assign({}, DEFAULT_BREAKPOINTS, _breakpoints); // When breakpoint definitions change, we need to update the currently\n // selected breakpoint.\n\n this.updateCurrentBreakpoint_(); // Clone the breakpoints before returning.\n\n return assign(this.breakpoints_);\n };\n /**\n * Get or set a flag indicating whether or not this player should adjust\n * its UI based on its dimensions.\n *\n * @param {boolean} value\n * Should be `true` if the player should adjust its UI based on its\n * dimensions; otherwise, should be `false`.\n *\n * @return {boolean}\n * Will be `true` if this player should adjust its UI based on its\n * dimensions; otherwise, will be `false`.\n */\n\n\n _proto.responsive = function responsive(value) {\n // Used as a getter.\n if (value === undefined) {\n return this.responsive_;\n }\n\n value = Boolean(value);\n var current = this.responsive_; // Nothing changed.\n\n if (value === current) {\n return;\n } // The value actually changed, set it.\n\n\n this.responsive_ = value; // Start listening for breakpoints and set the initial breakpoint if the\n // player is now responsive.\n\n if (value) {\n this.on('playerresize', this.updateCurrentBreakpoint_);\n this.updateCurrentBreakpoint_(); // Stop listening for breakpoints if the player is no longer responsive.\n } else {\n this.off('playerresize', this.updateCurrentBreakpoint_);\n this.removeCurrentBreakpoint_();\n }\n\n return value;\n };\n /**\n * Get current breakpoint name, if any.\n *\n * @return {string}\n * If there is currently a breakpoint set, returns a the key from the\n * breakpoints object matching it. Otherwise, returns an empty string.\n */\n\n\n _proto.currentBreakpoint = function currentBreakpoint() {\n return this.breakpoint_;\n };\n /**\n * Get the current breakpoint class name.\n *\n * @return {string}\n * The matching class name (e.g. `\"vjs-layout-tiny\"` or\n * `\"vjs-layout-large\"`) for the current breakpoint. Empty string if\n * there is no current breakpoint.\n */\n\n\n _proto.currentBreakpointClass = function currentBreakpointClass() {\n return BREAKPOINT_CLASSES[this.breakpoint_] || '';\n };\n /**\n * Gets tag settings\n *\n * @param {Element} tag\n * The player tag\n *\n * @return {Object}\n * An object containing all of the settings\n * for a player tag\n */\n\n\n Player.getTagSettings = function getTagSettings(tag) {\n var baseOptions = {\n sources: [],\n tracks: []\n };\n var tagOptions = getAttributes(tag);\n var dataSetup = tagOptions['data-setup'];\n\n if (hasClass(tag, 'vjs-fill')) {\n tagOptions.fill = true;\n }\n\n if (hasClass(tag, 'vjs-fluid')) {\n tagOptions.fluid = true;\n } // Check if data-setup attr exists.\n\n\n if (dataSetup !== null) {\n // Parse options JSON\n // If empty string, make it a parsable json object.\n var _safeParseTuple = safeParseTuple(dataSetup || '{}'),\n err = _safeParseTuple[0],\n data = _safeParseTuple[1];\n\n if (err) {\n log.error(err);\n }\n\n assign(tagOptions, data);\n }\n\n assign(baseOptions, tagOptions); // Get tag children settings\n\n if (tag.hasChildNodes()) {\n var children = tag.childNodes;\n\n for (var i = 0, j = children.length; i < j; i++) {\n var child = children[i]; // Change case needed: http://ejohn.org/blog/nodename-case-sensitivity/\n\n var childName = child.nodeName.toLowerCase();\n\n if (childName === 'source') {\n baseOptions.sources.push(getAttributes(child));\n } else if (childName === 'track') {\n baseOptions.tracks.push(getAttributes(child));\n }\n }\n }\n\n return baseOptions;\n };\n /**\n * Determine whether or not flexbox is supported\n *\n * @return {boolean}\n * - true if flexbox is supported\n * - false if flexbox is not supported\n */\n\n\n _proto.flexNotSupported_ = function flexNotSupported_() {\n var elem = document.createElement('i'); // Note: We don't actually use flexBasis (or flexOrder), but it's one of the more\n // common flex features that we can rely on when checking for flex support.\n\n return !('flexBasis' in elem.style || 'webkitFlexBasis' in elem.style || 'mozFlexBasis' in elem.style || 'msFlexBasis' in elem.style || // IE10-specific (2012 flex spec), available for completeness\n 'msFlexOrder' in elem.style);\n };\n\n return Player;\n}(Component);\n/**\n * Get the {@link VideoTrackList}\n * @link https://html.spec.whatwg.org/multipage/embedded-content.html#videotracklist\n *\n * @return {VideoTrackList}\n * the current video track list\n *\n * @method Player.prototype.videoTracks\n */\n\n/**\n * Get the {@link AudioTrackList}\n * @link https://html.spec.whatwg.org/multipage/embedded-content.html#audiotracklist\n *\n * @return {AudioTrackList}\n * the current audio track list\n *\n * @method Player.prototype.audioTracks\n */\n\n/**\n * Get the {@link TextTrackList}\n *\n * @link http://www.w3.org/html/wg/drafts/html/master/embedded-content-0.html#dom-media-texttracks\n *\n * @return {TextTrackList}\n * the current text track list\n *\n * @method Player.prototype.textTracks\n */\n\n/**\n * Get the remote {@link TextTrackList}\n *\n * @return {TextTrackList}\n * The current remote text track list\n *\n * @method Player.prototype.remoteTextTracks\n */\n\n/**\n * Get the remote {@link HtmlTrackElementList} tracks.\n *\n * @return {HtmlTrackElementList}\n * The current remote text track element list\n *\n * @method Player.prototype.remoteTextTrackEls\n */\n\n\nALL.names.forEach(function (name$$1) {\n var props = ALL[name$$1];\n\n Player.prototype[props.getterName] = function () {\n if (this.tech_) {\n return this.tech_[props.getterName]();\n } // if we have not yet loadTech_, we create {video,audio,text}Tracks_\n // these will be passed to the tech during loading\n\n\n this[props.privateName] = this[props.privateName] || new props.ListClass();\n return this[props.privateName];\n };\n});\n/**\n * Global enumeration of players.\n *\n * The keys are the player IDs and the values are either the {@link Player}\n * instance or `null` for disposed players.\n *\n * @type {Object}\n */\n\nPlayer.players = {};\nvar navigator = window$1.navigator;\n/*\n * Player instance options, surfaced using options\n * options = Player.prototype.options_\n * Make changes in options, not here.\n *\n * @type {Object}\n * @private\n */\n\nPlayer.prototype.options_ = {\n // Default order of fallback technology\n techOrder: Tech.defaultTechOrder_,\n html5: {},\n flash: {},\n // default inactivity timeout\n inactivityTimeout: 2000,\n // default playback rates\n playbackRates: [],\n // Add playback rate selection by adding rates\n // 'playbackRates': [0.5, 1, 1.5, 2],\n liveui: false,\n // Included control sets\n children: ['mediaLoader', 'posterImage', 'textTrackDisplay', 'loadingSpinner', 'bigPlayButton', 'liveTracker', 'controlBar', 'errorDisplay', 'textTrackSettings', 'resizeManager'],\n language: navigator && (navigator.languages && navigator.languages[0] || navigator.userLanguage || navigator.language) || 'en',\n // locales and their language translations\n languages: {},\n // Default message to show when a video cannot be played.\n notSupportedMessage: 'No compatible source was found for this media.',\n breakpoints: {},\n responsive: false\n};\n[\n/**\n * Returns whether or not the player is in the \"ended\" state.\n *\n * @return {Boolean} True if the player is in the ended state, false if not.\n * @method Player#ended\n */\n'ended',\n/**\n * Returns whether or not the player is in the \"seeking\" state.\n *\n * @return {Boolean} True if the player is in the seeking state, false if not.\n * @method Player#seeking\n */\n'seeking',\n/**\n * Returns the TimeRanges of the media that are currently available\n * for seeking to.\n *\n * @return {TimeRanges} the seekable intervals of the media timeline\n * @method Player#seekable\n */\n'seekable',\n/**\n * Returns the current state of network activity for the element, from\n * the codes in the list below.\n * - NETWORK_EMPTY (numeric value 0)\n * The element has not yet been initialised. All attributes are in\n * their initial states.\n * - NETWORK_IDLE (numeric value 1)\n * The element's resource selection algorithm is active and has\n * selected a resource, but it is not actually using the network at\n * this time.\n * - NETWORK_LOADING (numeric value 2)\n * The user agent is actively trying to download data.\n * - NETWORK_NO_SOURCE (numeric value 3)\n * The element's resource selection algorithm is active, but it has\n * not yet found a resource to use.\n *\n * @see https://html.spec.whatwg.org/multipage/embedded-content.html#network-states\n * @return {number} the current network activity state\n * @method Player#networkState\n */\n'networkState',\n/**\n * Returns a value that expresses the current state of the element\n * with respect to rendering the current playback position, from the\n * codes in the list below.\n * - HAVE_NOTHING (numeric value 0)\n * No information regarding the media resource is available.\n * - HAVE_METADATA (numeric value 1)\n * Enough of the resource has been obtained that the duration of the\n * resource is available.\n * - HAVE_CURRENT_DATA (numeric value 2)\n * Data for the immediate current playback position is available.\n * - HAVE_FUTURE_DATA (numeric value 3)\n * Data for the immediate current playback position is available, as\n * well as enough data for the user agent to advance the current\n * playback position in the direction of playback.\n * - HAVE_ENOUGH_DATA (numeric value 4)\n * The user agent estimates that enough data is available for\n * playback to proceed uninterrupted.\n *\n * @see https://html.spec.whatwg.org/multipage/embedded-content.html#dom-media-readystate\n * @return {number} the current playback rendering state\n * @method Player#readyState\n */\n'readyState'].forEach(function (fn) {\n Player.prototype[fn] = function () {\n return this.techGet_(fn);\n };\n});\nTECH_EVENTS_RETRIGGER.forEach(function (event) {\n Player.prototype[\"handleTech\" + toTitleCase(event) + \"_\"] = function () {\n return this.trigger(event);\n };\n});\n/**\n * Fired when the player has initial duration and dimension information\n *\n * @event Player#loadedmetadata\n * @type {EventTarget~Event}\n */\n\n/**\n * Fired when the player has downloaded data at the current playback position\n *\n * @event Player#loadeddata\n * @type {EventTarget~Event}\n */\n\n/**\n * Fired when the current playback position has changed *\n * During playback this is fired every 15-250 milliseconds, depending on the\n * playback technology in use.\n *\n * @event Player#timeupdate\n * @type {EventTarget~Event}\n */\n\n/**\n * Fired when the volume changes\n *\n * @event Player#volumechange\n * @type {EventTarget~Event}\n */\n\n/**\n * Reports whether or not a player has a plugin available.\n *\n * This does not report whether or not the plugin has ever been initialized\n * on this player. For that, [usingPlugin]{@link Player#usingPlugin}.\n *\n * @method Player#hasPlugin\n * @param {string} name\n * The name of a plugin.\n *\n * @return {boolean}\n * Whether or not this player has the requested plugin available.\n */\n\n/**\n * Reports whether or not a player is using a plugin by name.\n *\n * For basic plugins, this only reports whether the plugin has _ever_ been\n * initialized on this player.\n *\n * @method Player#usingPlugin\n * @param {string} name\n * The name of a plugin.\n *\n * @return {boolean}\n * Whether or not this player is using the requested plugin.\n */\n\nComponent.registerComponent('Player', Player);\n\n/**\n * The base plugin name.\n *\n * @private\n * @constant\n * @type {string}\n */\n\nvar BASE_PLUGIN_NAME = 'plugin';\n/**\n * The key on which a player's active plugins cache is stored.\n *\n * @private\n * @constant\n * @type {string}\n */\n\nvar PLUGIN_CACHE_KEY = 'activePlugins_';\n/**\n * Stores registered plugins in a private space.\n *\n * @private\n * @type {Object}\n */\n\nvar pluginStorage = {};\n/**\n * Reports whether or not a plugin has been registered.\n *\n * @private\n * @param {string} name\n * The name of a plugin.\n *\n * @return {boolean}\n * Whether or not the plugin has been registered.\n */\n\nvar pluginExists = function pluginExists(name) {\n return pluginStorage.hasOwnProperty(name);\n};\n/**\n * Get a single registered plugin by name.\n *\n * @private\n * @param {string} name\n * The name of a plugin.\n *\n * @return {Function|undefined}\n * The plugin (or undefined).\n */\n\n\nvar getPlugin = function getPlugin(name) {\n return pluginExists(name) ? pluginStorage[name] : undefined;\n};\n/**\n * Marks a plugin as \"active\" on a player.\n *\n * Also, ensures that the player has an object for tracking active plugins.\n *\n * @private\n * @param {Player} player\n * A Video.js player instance.\n *\n * @param {string} name\n * The name of a plugin.\n */\n\n\nvar markPluginAsActive = function markPluginAsActive(player, name) {\n player[PLUGIN_CACHE_KEY] = player[PLUGIN_CACHE_KEY] || {};\n player[PLUGIN_CACHE_KEY][name] = true;\n};\n/**\n * Triggers a pair of plugin setup events.\n *\n * @private\n * @param {Player} player\n * A Video.js player instance.\n *\n * @param {Plugin~PluginEventHash} hash\n * A plugin event hash.\n *\n * @param {boolean} [before]\n * If true, prefixes the event name with \"before\". In other words,\n * use this to trigger \"beforepluginsetup\" instead of \"pluginsetup\".\n */\n\n\nvar triggerSetupEvent = function triggerSetupEvent(player, hash, before) {\n var eventName = (before ? 'before' : '') + 'pluginsetup';\n player.trigger(eventName, hash);\n player.trigger(eventName + ':' + hash.name, hash);\n};\n/**\n * Takes a basic plugin function and returns a wrapper function which marks\n * on the player that the plugin has been activated.\n *\n * @private\n * @param {string} name\n * The name of the plugin.\n *\n * @param {Function} plugin\n * The basic plugin.\n *\n * @return {Function}\n * A wrapper function for the given plugin.\n */\n\n\nvar createBasicPlugin = function createBasicPlugin(name, plugin) {\n var basicPluginWrapper = function basicPluginWrapper() {\n // We trigger the \"beforepluginsetup\" and \"pluginsetup\" events on the player\n // regardless, but we want the hash to be consistent with the hash provided\n // for advanced plugins.\n //\n // The only potentially counter-intuitive thing here is the `instance` in\n // the \"pluginsetup\" event is the value returned by the `plugin` function.\n triggerSetupEvent(this, {\n name: name,\n plugin: plugin,\n instance: null\n }, true);\n var instance = plugin.apply(this, arguments);\n markPluginAsActive(this, name);\n triggerSetupEvent(this, {\n name: name,\n plugin: plugin,\n instance: instance\n });\n return instance;\n };\n\n Object.keys(plugin).forEach(function (prop) {\n basicPluginWrapper[prop] = plugin[prop];\n });\n return basicPluginWrapper;\n};\n/**\n * Takes a plugin sub-class and returns a factory function for generating\n * instances of it.\n *\n * This factory function will replace itself with an instance of the requested\n * sub-class of Plugin.\n *\n * @private\n * @param {string} name\n * The name of the plugin.\n *\n * @param {Plugin} PluginSubClass\n * The advanced plugin.\n *\n * @return {Function}\n */\n\n\nvar createPluginFactory = function createPluginFactory(name, PluginSubClass) {\n // Add a `name` property to the plugin prototype so that each plugin can\n // refer to itself by name.\n PluginSubClass.prototype.name = name;\n return function () {\n triggerSetupEvent(this, {\n name: name,\n plugin: PluginSubClass,\n instance: null\n }, true);\n\n for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {\n args[_key] = arguments[_key];\n }\n\n var instance = _construct(PluginSubClass, [this].concat(args)); // The plugin is replaced by a function that returns the current instance.\n\n\n this[name] = function () {\n return instance;\n };\n\n triggerSetupEvent(this, instance.getEventHash());\n return instance;\n };\n};\n/**\n * Parent class for all advanced plugins.\n *\n * @mixes module:evented~EventedMixin\n * @mixes module:stateful~StatefulMixin\n * @fires Player#beforepluginsetup\n * @fires Player#beforepluginsetup:$name\n * @fires Player#pluginsetup\n * @fires Player#pluginsetup:$name\n * @listens Player#dispose\n * @throws {Error}\n * If attempting to instantiate the base {@link Plugin} class\n * directly instead of via a sub-class.\n */\n\n\nvar Plugin =\n/*#__PURE__*/\nfunction () {\n /**\n * Creates an instance of this class.\n *\n * Sub-classes should call `super` to ensure plugins are properly initialized.\n *\n * @param {Player} player\n * A Video.js player instance.\n */\n function Plugin(player) {\n if (this.constructor === Plugin) {\n throw new Error('Plugin must be sub-classed; not directly instantiated.');\n }\n\n this.player = player; // Make this object evented, but remove the added `trigger` method so we\n // use the prototype version instead.\n\n evented(this);\n delete this.trigger;\n stateful(this, this.constructor.defaultState);\n markPluginAsActive(player, this.name); // Auto-bind the dispose method so we can use it as a listener and unbind\n // it later easily.\n\n this.dispose = bind(this, this.dispose); // If the player is disposed, dispose the plugin.\n\n player.on('dispose', this.dispose);\n }\n /**\n * Get the version of the plugin that was set on <pluginName>.VERSION\n */\n\n\n var _proto = Plugin.prototype;\n\n _proto.version = function version() {\n return this.constructor.VERSION;\n };\n /**\n * Each event triggered by plugins includes a hash of additional data with\n * conventional properties.\n *\n * This returns that object or mutates an existing hash.\n *\n * @param {Object} [hash={}]\n * An object to be used as event an event hash.\n *\n * @return {Plugin~PluginEventHash}\n * An event hash object with provided properties mixed-in.\n */\n\n\n _proto.getEventHash = function getEventHash(hash) {\n if (hash === void 0) {\n hash = {};\n }\n\n hash.name = this.name;\n hash.plugin = this.constructor;\n hash.instance = this;\n return hash;\n };\n /**\n * Triggers an event on the plugin object and overrides\n * {@link module:evented~EventedMixin.trigger|EventedMixin.trigger}.\n *\n * @param {string|Object} event\n * An event type or an object with a type property.\n *\n * @param {Object} [hash={}]\n * Additional data hash to merge with a\n * {@link Plugin~PluginEventHash|PluginEventHash}.\n *\n * @return {boolean}\n * Whether or not default was prevented.\n */\n\n\n _proto.trigger = function trigger$$1(event, hash) {\n if (hash === void 0) {\n hash = {};\n }\n\n return trigger(this.eventBusEl_, event, this.getEventHash(hash));\n };\n /**\n * Handles \"statechanged\" events on the plugin. No-op by default, override by\n * subclassing.\n *\n * @abstract\n * @param {Event} e\n * An event object provided by a \"statechanged\" event.\n *\n * @param {Object} e.changes\n * An object describing changes that occurred with the \"statechanged\"\n * event.\n */\n\n\n _proto.handleStateChanged = function handleStateChanged(e) {};\n /**\n * Disposes a plugin.\n *\n * Subclasses can override this if they want, but for the sake of safety,\n * it's probably best to subscribe the \"dispose\" event.\n *\n * @fires Plugin#dispose\n */\n\n\n _proto.dispose = function dispose() {\n var name = this.name,\n player = this.player;\n /**\n * Signals that a advanced plugin is about to be disposed.\n *\n * @event Plugin#dispose\n * @type {EventTarget~Event}\n */\n\n this.trigger('dispose');\n this.off();\n player.off('dispose', this.dispose); // Eliminate any possible sources of leaking memory by clearing up\n // references between the player and the plugin instance and nulling out\n // the plugin's state and replacing methods with a function that throws.\n\n player[PLUGIN_CACHE_KEY][name] = false;\n this.player = this.state = null; // Finally, replace the plugin name on the player with a new factory\n // function, so that the plugin is ready to be set up again.\n\n player[name] = createPluginFactory(name, pluginStorage[name]);\n };\n /**\n * Determines if a plugin is a basic plugin (i.e. not a sub-class of `Plugin`).\n *\n * @param {string|Function} plugin\n * If a string, matches the name of a plugin. If a function, will be\n * tested directly.\n *\n * @return {boolean}\n * Whether or not a plugin is a basic plugin.\n */\n\n\n Plugin.isBasic = function isBasic(plugin) {\n var p = typeof plugin === 'string' ? getPlugin(plugin) : plugin;\n return typeof p === 'function' && !Plugin.prototype.isPrototypeOf(p.prototype);\n };\n /**\n * Register a Video.js plugin.\n *\n * @param {string} name\n * The name of the plugin to be registered. Must be a string and\n * must not match an existing plugin or a method on the `Player`\n * prototype.\n *\n * @param {Function} plugin\n * A sub-class of `Plugin` or a function for basic plugins.\n *\n * @return {Function}\n * For advanced plugins, a factory function for that plugin. For\n * basic plugins, a wrapper function that initializes the plugin.\n */\n\n\n Plugin.registerPlugin = function registerPlugin(name, plugin) {\n if (typeof name !== 'string') {\n throw new Error(\"Illegal plugin name, \\\"\" + name + \"\\\", must be a string, was \" + typeof name + \".\");\n }\n\n if (pluginExists(name)) {\n log.warn(\"A plugin named \\\"\" + name + \"\\\" already exists. You may want to avoid re-registering plugins!\");\n } else if (Player.prototype.hasOwnProperty(name)) {\n throw new Error(\"Illegal plugin name, \\\"\" + name + \"\\\", cannot share a name with an existing player method!\");\n }\n\n if (typeof plugin !== 'function') {\n throw new Error(\"Illegal plugin for \\\"\" + name + \"\\\", must be a function, was \" + typeof plugin + \".\");\n }\n\n pluginStorage[name] = plugin; // Add a player prototype method for all sub-classed plugins (but not for\n // the base Plugin class).\n\n if (name !== BASE_PLUGIN_NAME) {\n if (Plugin.isBasic(plugin)) {\n Player.prototype[name] = createBasicPlugin(name, plugin);\n } else {\n Player.prototype[name] = createPluginFactory(name, plugin);\n }\n }\n\n return plugin;\n };\n /**\n * De-register a Video.js plugin.\n *\n * @param {string} name\n * The name of the plugin to be de-registered. Must be a string that\n * matches an existing plugin.\n *\n * @throws {Error}\n * If an attempt is made to de-register the base plugin.\n */\n\n\n Plugin.deregisterPlugin = function deregisterPlugin(name) {\n if (name === BASE_PLUGIN_NAME) {\n throw new Error('Cannot de-register base plugin.');\n }\n\n if (pluginExists(name)) {\n delete pluginStorage[name];\n delete Player.prototype[name];\n }\n };\n /**\n * Gets an object containing multiple Video.js plugins.\n *\n * @param {Array} [names]\n * If provided, should be an array of plugin names. Defaults to _all_\n * plugin names.\n *\n * @return {Object|undefined}\n * An object containing plugin(s) associated with their name(s) or\n * `undefined` if no matching plugins exist).\n */\n\n\n Plugin.getPlugins = function getPlugins(names) {\n if (names === void 0) {\n names = Object.keys(pluginStorage);\n }\n\n var result;\n names.forEach(function (name) {\n var plugin = getPlugin(name);\n\n if (plugin) {\n result = result || {};\n result[name] = plugin;\n }\n });\n return result;\n };\n /**\n * Gets a plugin's version, if available\n *\n * @param {string} name\n * The name of a plugin.\n *\n * @return {string}\n * The plugin's version or an empty string.\n */\n\n\n Plugin.getPluginVersion = function getPluginVersion(name) {\n var plugin = getPlugin(name);\n return plugin && plugin.VERSION || '';\n };\n\n return Plugin;\n}();\n/**\n * Gets a plugin by name if it exists.\n *\n * @static\n * @method getPlugin\n * @memberOf Plugin\n * @param {string} name\n * The name of a plugin.\n *\n * @returns {Function|undefined}\n * The plugin (or `undefined`).\n */\n\n\nPlugin.getPlugin = getPlugin;\n/**\n * The name of the base plugin class as it is registered.\n *\n * @type {string}\n */\n\nPlugin.BASE_PLUGIN_NAME = BASE_PLUGIN_NAME;\nPlugin.registerPlugin(BASE_PLUGIN_NAME, Plugin);\n/**\n * Documented in player.js\n *\n * @ignore\n */\n\nPlayer.prototype.usingPlugin = function (name) {\n return !!this[PLUGIN_CACHE_KEY] && this[PLUGIN_CACHE_KEY][name] === true;\n};\n/**\n * Documented in player.js\n *\n * @ignore\n */\n\n\nPlayer.prototype.hasPlugin = function (name) {\n return !!pluginExists(name);\n};\n/**\n * Signals that a plugin is about to be set up on a player.\n *\n * @event Player#beforepluginsetup\n * @type {Plugin~PluginEventHash}\n */\n\n/**\n * Signals that a plugin is about to be set up on a player - by name. The name\n * is the name of the plugin.\n *\n * @event Player#beforepluginsetup:$name\n * @type {Plugin~PluginEventHash}\n */\n\n/**\n * Signals that a plugin has just been set up on a player.\n *\n * @event Player#pluginsetup\n * @type {Plugin~PluginEventHash}\n */\n\n/**\n * Signals that a plugin has just been set up on a player - by name. The name\n * is the name of the plugin.\n *\n * @event Player#pluginsetup:$name\n * @type {Plugin~PluginEventHash}\n */\n\n/**\n * @typedef {Object} Plugin~PluginEventHash\n *\n * @property {string} instance\n * For basic plugins, the return value of the plugin function. For\n * advanced plugins, the plugin instance on which the event is fired.\n *\n * @property {string} name\n * The name of the plugin.\n *\n * @property {string} plugin\n * For basic plugins, the plugin function. For advanced plugins, the\n * plugin class/constructor.\n */\n\n/**\n * @file extend.js\n * @module extend\n */\n\n/**\n * A combination of node inherits and babel's inherits (after transpile).\n * Both work the same but node adds `super_` to the subClass\n * and Bable adds the superClass as __proto__. Both seem useful.\n *\n * @param {Object} subClass\n * The class to inherit to\n *\n * @param {Object} superClass\n * The class to inherit from\n *\n * @private\n */\nvar _inherits$1 = function _inherits(subClass, superClass) {\n if (typeof superClass !== 'function' && superClass !== null) {\n throw new TypeError('Super expression must either be null or a function, not ' + typeof superClass);\n }\n\n subClass.prototype = Object.create(superClass && superClass.prototype, {\n constructor: {\n value: subClass,\n enumerable: false,\n writable: true,\n configurable: true\n }\n });\n\n if (superClass) {\n // node\n subClass.super_ = superClass;\n }\n};\n/**\n * Used to subclass an existing class by emulating ES subclassing using the\n * `extends` keyword.\n *\n * @function\n * @example\n * var MyComponent = videojs.extend(videojs.getComponent('Component'), {\n * myCustomMethod: function() {\n * // Do things in my method.\n * }\n * });\n *\n * @param {Function} superClass\n * The class to inherit from\n *\n * @param {Object} [subClassMethods={}]\n * Methods of the new class\n *\n * @return {Function}\n * The new class with subClassMethods that inherited superClass.\n */\n\n\nvar extend = function extend(superClass, subClassMethods) {\n if (subClassMethods === void 0) {\n subClassMethods = {};\n }\n\n var subClass = function subClass() {\n superClass.apply(this, arguments);\n };\n\n var methods = {};\n\n if (typeof subClassMethods === 'object') {\n if (subClassMethods.constructor !== Object.prototype.constructor) {\n subClass = subClassMethods.constructor;\n }\n\n methods = subClassMethods;\n } else if (typeof subClassMethods === 'function') {\n subClass = subClassMethods;\n }\n\n _inherits$1(subClass, superClass); // Extend subObj's prototype with functions and other properties from props\n\n\n for (var name in methods) {\n if (methods.hasOwnProperty(name)) {\n subClass.prototype[name] = methods[name];\n }\n }\n\n return subClass;\n};\n\n/**\n * @file video.js\n * @module videojs\n */\n/**\n * Normalize an `id` value by trimming off a leading `#`\n *\n * @private\n * @param {string} id\n * A string, maybe with a leading `#`.\n *\n * @return {string}\n * The string, without any leading `#`.\n */\n\nvar normalizeId = function normalizeId(id) {\n return id.indexOf('#') === 0 ? id.slice(1) : id;\n};\n/**\n * The `videojs()` function doubles as the main function for users to create a\n * {@link Player} instance as well as the main library namespace.\n *\n * It can also be used as a getter for a pre-existing {@link Player} instance.\n * However, we _strongly_ recommend using `videojs.getPlayer()` for this\n * purpose because it avoids any potential for unintended initialization.\n *\n * Due to [limitations](https://github.com/jsdoc3/jsdoc/issues/955#issuecomment-313829149)\n * of our JSDoc template, we cannot properly document this as both a function\n * and a namespace, so its function signature is documented here.\n *\n * #### Arguments\n * ##### id\n * string|Element, **required**\n *\n * Video element or video element ID.\n *\n * ##### options\n * Object, optional\n *\n * Options object for providing settings.\n * See: [Options Guide](https://docs.videojs.com/tutorial-options.html).\n *\n * ##### ready\n * {@link Component~ReadyCallback}, optional\n *\n * A function to be called when the {@link Player} and {@link Tech} are ready.\n *\n * #### Return Value\n *\n * The `videojs()` function returns a {@link Player} instance.\n *\n * @namespace\n *\n * @borrows AudioTrack as AudioTrack\n * @borrows Component.getComponent as getComponent\n * @borrows module:computed-style~computedStyle as computedStyle\n * @borrows module:events.on as on\n * @borrows module:events.one as one\n * @borrows module:events.off as off\n * @borrows module:events.trigger as trigger\n * @borrows EventTarget as EventTarget\n * @borrows module:extend~extend as extend\n * @borrows module:fn.bind as bind\n * @borrows module:format-time.formatTime as formatTime\n * @borrows module:format-time.resetFormatTime as resetFormatTime\n * @borrows module:format-time.setFormatTime as setFormatTime\n * @borrows module:merge-options.mergeOptions as mergeOptions\n * @borrows module:middleware.use as use\n * @borrows Player.players as players\n * @borrows Plugin.registerPlugin as registerPlugin\n * @borrows Plugin.deregisterPlugin as deregisterPlugin\n * @borrows Plugin.getPlugins as getPlugins\n * @borrows Plugin.getPlugin as getPlugin\n * @borrows Plugin.getPluginVersion as getPluginVersion\n * @borrows Tech.getTech as getTech\n * @borrows Tech.registerTech as registerTech\n * @borrows TextTrack as TextTrack\n * @borrows module:time-ranges.createTimeRanges as createTimeRange\n * @borrows module:time-ranges.createTimeRanges as createTimeRanges\n * @borrows module:url.isCrossOrigin as isCrossOrigin\n * @borrows module:url.parseUrl as parseUrl\n * @borrows VideoTrack as VideoTrack\n *\n * @param {string|Element} id\n * Video element or video element ID.\n *\n * @param {Object} [options]\n * Options object for providing settings.\n * See: [Options Guide](https://docs.videojs.com/tutorial-options.html).\n *\n * @param {Component~ReadyCallback} [ready]\n * A function to be called when the {@link Player} and {@link Tech} are\n * ready.\n *\n * @return {Player}\n * The `videojs()` function returns a {@link Player|Player} instance.\n */\n\n\nfunction videojs$1(id, options, ready) {\n var player = videojs$1.getPlayer(id);\n\n if (player) {\n if (options) {\n log.warn(\"Player \\\"\" + id + \"\\\" is already initialised. Options will not be applied.\");\n }\n\n if (ready) {\n player.ready(ready);\n }\n\n return player;\n }\n\n var el = typeof id === 'string' ? $('#' + normalizeId(id)) : id;\n\n if (!isEl(el)) {\n throw new TypeError('The element or ID supplied is not valid. (videojs)');\n }\n\n if (!document.body.contains(el)) {\n log.warn('The element supplied is not included in the DOM');\n }\n\n options = options || {};\n videojs$1.hooks('beforesetup').forEach(function (hookFunction) {\n var opts = hookFunction(el, mergeOptions(options));\n\n if (!isObject(opts) || Array.isArray(opts)) {\n log.error('please return an object in beforesetup hooks');\n return;\n }\n\n options = mergeOptions(options, opts);\n }); // We get the current \"Player\" component here in case an integration has\n // replaced it with a custom player.\n\n var PlayerComponent = Component.getComponent('Player');\n player = new PlayerComponent(el, options, ready);\n videojs$1.hooks('setup').forEach(function (hookFunction) {\n return hookFunction(player);\n });\n return player;\n}\n/**\n * An Object that contains lifecycle hooks as keys which point to an array\n * of functions that are run when a lifecycle is triggered\n *\n * @private\n */\n\n\nvideojs$1.hooks_ = {};\n/**\n * Get a list of hooks for a specific lifecycle\n *\n * @param {string} type\n * the lifecyle to get hooks from\n *\n * @param {Function|Function[]} [fn]\n * Optionally add a hook (or hooks) to the lifecycle that your are getting.\n *\n * @return {Array}\n * an array of hooks, or an empty array if there are none.\n */\n\nvideojs$1.hooks = function (type, fn) {\n videojs$1.hooks_[type] = videojs$1.hooks_[type] || [];\n\n if (fn) {\n videojs$1.hooks_[type] = videojs$1.hooks_[type].concat(fn);\n }\n\n return videojs$1.hooks_[type];\n};\n/**\n * Add a function hook to a specific videojs lifecycle.\n *\n * @param {string} type\n * the lifecycle to hook the function to.\n *\n * @param {Function|Function[]}\n * The function or array of functions to attach.\n */\n\n\nvideojs$1.hook = function (type, fn) {\n videojs$1.hooks(type, fn);\n};\n/**\n * Add a function hook that will only run once to a specific videojs lifecycle.\n *\n * @param {string} type\n * the lifecycle to hook the function to.\n *\n * @param {Function|Function[]}\n * The function or array of functions to attach.\n */\n\n\nvideojs$1.hookOnce = function (type, fn) {\n videojs$1.hooks(type, [].concat(fn).map(function (original) {\n var wrapper = function wrapper() {\n videojs$1.removeHook(type, wrapper);\n return original.apply(void 0, arguments);\n };\n\n return wrapper;\n }));\n};\n/**\n * Remove a hook from a specific videojs lifecycle.\n *\n * @param {string} type\n * the lifecycle that the function hooked to\n *\n * @param {Function} fn\n * The hooked function to remove\n *\n * @return {boolean}\n * The function that was removed or undef\n */\n\n\nvideojs$1.removeHook = function (type, fn) {\n var index = videojs$1.hooks(type).indexOf(fn);\n\n if (index <= -1) {\n return false;\n }\n\n videojs$1.hooks_[type] = videojs$1.hooks_[type].slice();\n videojs$1.hooks_[type].splice(index, 1);\n return true;\n}; // Add default styles\n\n\nif (window$1.VIDEOJS_NO_DYNAMIC_STYLE !== true && isReal()) {\n var style$1 = $('.vjs-styles-defaults');\n\n if (!style$1) {\n style$1 = createStyleElement('vjs-styles-defaults');\n var head = $('head');\n\n if (head) {\n head.insertBefore(style$1, head.firstChild);\n }\n\n setTextContent(style$1, \"\\n .video-js {\\n width: 300px;\\n height: 150px;\\n }\\n\\n .vjs-fluid {\\n padding-top: 56.25%\\n }\\n \");\n }\n} // Run Auto-load players\n// You have to wait at least once in case this script is loaded after your\n// video in the DOM (weird behavior only with minified version)\n\n\nautoSetupTimeout(1, videojs$1);\n/**\n * Current Video.js version. Follows [semantic versioning](https://semver.org/).\n *\n * @type {string}\n */\n\nvideojs$1.VERSION = version;\n/**\n * The global options object. These are the settings that take effect\n * if no overrides are specified when the player is created.\n *\n * @type {Object}\n */\n\nvideojs$1.options = Player.prototype.options_;\n/**\n * Get an object with the currently created players, keyed by player ID\n *\n * @return {Object}\n * The created players\n */\n\nvideojs$1.getPlayers = function () {\n return Player.players;\n};\n/**\n * Get a single player based on an ID or DOM element.\n *\n * This is useful if you want to check if an element or ID has an associated\n * Video.js player, but not create one if it doesn't.\n *\n * @param {string|Element} id\n * An HTML element - `<video>`, `<audio>`, or `<video-js>` -\n * or a string matching the `id` of such an element.\n *\n * @return {Player|undefined}\n * A player instance or `undefined` if there is no player instance\n * matching the argument.\n */\n\n\nvideojs$1.getPlayer = function (id) {\n var players = Player.players;\n var tag;\n\n if (typeof id === 'string') {\n var nId = normalizeId(id);\n var player = players[nId];\n\n if (player) {\n return player;\n }\n\n tag = $('#' + nId);\n } else {\n tag = id;\n }\n\n if (isEl(tag)) {\n var _tag = tag,\n _player = _tag.player,\n playerId = _tag.playerId; // Element may have a `player` property referring to an already created\n // player instance. If so, return that.\n\n if (_player || players[playerId]) {\n return _player || players[playerId];\n }\n }\n};\n/**\n * Returns an array of all current players.\n *\n * @return {Array}\n * An array of all players. The array will be in the order that\n * `Object.keys` provides, which could potentially vary between\n * JavaScript engines.\n *\n */\n\n\nvideojs$1.getAllPlayers = function () {\n return (// Disposed players leave a key with a `null` value, so we need to make sure\n // we filter those out.\n Object.keys(Player.players).map(function (k) {\n return Player.players[k];\n }).filter(Boolean)\n );\n};\n\nvideojs$1.players = Player.players;\nvideojs$1.getComponent = Component.getComponent;\n/**\n * Register a component so it can referred to by name. Used when adding to other\n * components, either through addChild `component.addChild('myComponent')` or through\n * default children options `{ children: ['myComponent'] }`.\n *\n * > NOTE: You could also just initialize the component before adding.\n * `component.addChild(new MyComponent());`\n *\n * @param {string} name\n * The class name of the component\n *\n * @param {Component} comp\n * The component class\n *\n * @return {Component}\n * The newly registered component\n */\n\nvideojs$1.registerComponent = function (name$$1, comp) {\n if (Tech.isTech(comp)) {\n log.warn(\"The \" + name$$1 + \" tech was registered as a component. It should instead be registered using videojs.registerTech(name, tech)\");\n }\n\n Component.registerComponent.call(Component, name$$1, comp);\n};\n\nvideojs$1.getTech = Tech.getTech;\nvideojs$1.registerTech = Tech.registerTech;\nvideojs$1.use = use;\n/**\n * An object that can be returned by a middleware to signify\n * that the middleware is being terminated.\n *\n * @type {object}\n * @property {object} middleware.TERMINATOR\n */\n\nObject.defineProperty(videojs$1, 'middleware', {\n value: {},\n writeable: false,\n enumerable: true\n});\nObject.defineProperty(videojs$1.middleware, 'TERMINATOR', {\n value: TERMINATOR,\n writeable: false,\n enumerable: true\n});\n/**\n * A reference to the {@link module:browser|browser utility module} as an object.\n *\n * @type {Object}\n * @see {@link module:browser|browser}\n */\n\nvideojs$1.browser = browser;\n/**\n * Use {@link module:browser.TOUCH_ENABLED|browser.TOUCH_ENABLED} instead; only\n * included for backward-compatibility with 4.x.\n *\n * @deprecated Since version 5.0, use {@link module:browser.TOUCH_ENABLED|browser.TOUCH_ENABLED instead.\n * @type {boolean}\n */\n\nvideojs$1.TOUCH_ENABLED = TOUCH_ENABLED;\nvideojs$1.extend = extend;\nvideojs$1.mergeOptions = mergeOptions;\nvideojs$1.bind = bind;\nvideojs$1.registerPlugin = Plugin.registerPlugin;\nvideojs$1.deregisterPlugin = Plugin.deregisterPlugin;\n/**\n * Deprecated method to register a plugin with Video.js\n *\n * @deprecated videojs.plugin() is deprecated; use videojs.registerPlugin() instead\n *\n * @param {string} name\n * The plugin name\n *\n * @param {Plugin|Function} plugin\n * The plugin sub-class or function\n */\n\nvideojs$1.plugin = function (name$$1, plugin) {\n log.warn('videojs.plugin() is deprecated; use videojs.registerPlugin() instead');\n return Plugin.registerPlugin(name$$1, plugin);\n};\n\nvideojs$1.getPlugins = Plugin.getPlugins;\nvideojs$1.getPlugin = Plugin.getPlugin;\nvideojs$1.getPluginVersion = Plugin.getPluginVersion;\n/**\n * Adding languages so that they're available to all players.\n * Example: `videojs.addLanguage('es', { 'Hello': 'Hola' });`\n *\n * @param {string} code\n * The language code or dictionary property\n *\n * @param {Object} data\n * The data values to be translated\n *\n * @return {Object}\n * The resulting language dictionary object\n */\n\nvideojs$1.addLanguage = function (code, data) {\n var _mergeOptions;\n\n code = ('' + code).toLowerCase();\n videojs$1.options.languages = mergeOptions(videojs$1.options.languages, (_mergeOptions = {}, _mergeOptions[code] = data, _mergeOptions));\n return videojs$1.options.languages[code];\n};\n/**\n * A reference to the {@link module:log|log utility module} as an object.\n *\n * @type {Function}\n * @see {@link module:log|log}\n */\n\n\nvideojs$1.log = log;\nvideojs$1.createLogger = createLogger$1;\nvideojs$1.createTimeRange = videojs$1.createTimeRanges = createTimeRanges;\nvideojs$1.formatTime = formatTime;\nvideojs$1.setFormatTime = setFormatTime;\nvideojs$1.resetFormatTime = resetFormatTime;\nvideojs$1.parseUrl = parseUrl;\nvideojs$1.isCrossOrigin = isCrossOrigin;\nvideojs$1.EventTarget = EventTarget;\nvideojs$1.on = on;\nvideojs$1.one = one;\nvideojs$1.off = off;\nvideojs$1.trigger = trigger;\n/**\n * A cross-browser XMLHttpRequest wrapper.\n *\n * @function\n * @param {Object} options\n * Settings for the request.\n *\n * @return {XMLHttpRequest|XDomainRequest}\n * The request object.\n *\n * @see https://github.com/Raynos/xhr\n */\n\nvideojs$1.xhr = xhr;\nvideojs$1.TextTrack = TextTrack;\nvideojs$1.AudioTrack = AudioTrack;\nvideojs$1.VideoTrack = VideoTrack;\n['isEl', 'isTextNode', 'createEl', 'hasClass', 'addClass', 'removeClass', 'toggleClass', 'setAttributes', 'getAttributes', 'emptyEl', 'appendContent', 'insertContent'].forEach(function (k) {\n videojs$1[k] = function () {\n log.warn(\"videojs.\" + k + \"() is deprecated; use videojs.dom.\" + k + \"() instead\");\n return Dom[k].apply(null, arguments);\n };\n});\nvideojs$1.computedStyle = computedStyle;\n/**\n * A reference to the {@link module:dom|DOM utility module} as an object.\n *\n * @type {Object}\n * @see {@link module:dom|dom}\n */\n\nvideojs$1.dom = Dom;\n/**\n * A reference to the {@link module:url|URL utility module} as an object.\n *\n * @type {Object}\n * @see {@link module:url|url}\n */\n\nvideojs$1.url = Url;\n\n/**\n * @videojs/http-streaming\n * @version 1.5.1\n * @copyright 2018 Brightcove, Inc\n * @license Apache-2.0\n */\n/**\n * @file resolve-url.js\n */\n\nvar resolveUrl = function resolveUrl(baseURL, relativeURL) {\n // return early if we don't need to resolve\n if (/^[a-z]+:/i.test(relativeURL)) {\n return relativeURL;\n } // if the base URL is relative then combine with the current location\n\n\n if (!/\\/\\//i.test(baseURL)) {\n baseURL = URLToolkit.buildAbsoluteURL(window$1.location.href, baseURL);\n }\n\n return URLToolkit.buildAbsoluteURL(baseURL, relativeURL);\n};\n\nvar classCallCheck = function classCallCheck(instance, Constructor) {\n if (!(instance instanceof Constructor)) {\n throw new TypeError(\"Cannot call a class as a function\");\n }\n};\n\nvar createClass = function () {\n function defineProperties(target, props) {\n for (var i = 0; i < props.length; i++) {\n var descriptor = props[i];\n descriptor.enumerable = descriptor.enumerable || false;\n descriptor.configurable = true;\n if (\"value\" in descriptor) descriptor.writable = true;\n Object.defineProperty(target, descriptor.key, descriptor);\n }\n }\n\n return function (Constructor, protoProps, staticProps) {\n if (protoProps) defineProperties(Constructor.prototype, protoProps);\n if (staticProps) defineProperties(Constructor, staticProps);\n return Constructor;\n };\n}();\n\nvar get$1 = function get(object, property, receiver) {\n if (object === null) object = Function.prototype;\n var desc = Object.getOwnPropertyDescriptor(object, property);\n\n if (desc === undefined) {\n var parent = Object.getPrototypeOf(object);\n\n if (parent === null) {\n return undefined;\n } else {\n return get(parent, property, receiver);\n }\n } else if (\"value\" in desc) {\n return desc.value;\n } else {\n var getter = desc.get;\n\n if (getter === undefined) {\n return undefined;\n }\n\n return getter.call(receiver);\n }\n};\n\nvar inherits = function inherits(subClass, superClass) {\n if (typeof superClass !== \"function\" && superClass !== null) {\n throw new TypeError(\"Super expression must either be null or a function, not \" + typeof superClass);\n }\n\n subClass.prototype = Object.create(superClass && superClass.prototype, {\n constructor: {\n value: subClass,\n enumerable: false,\n writable: true,\n configurable: true\n }\n });\n if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass;\n};\n\nvar possibleConstructorReturn = function possibleConstructorReturn(self, call) {\n if (!self) {\n throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\");\n }\n\n return call && (typeof call === \"object\" || typeof call === \"function\") ? call : self;\n};\n\nvar slicedToArray = function () {\n function sliceIterator(arr, i) {\n var _arr = [];\n var _n = true;\n var _d = false;\n var _e = undefined;\n\n try {\n for (var _i = arr[Symbol.iterator](), _s; !(_n = (_s = _i.next()).done); _n = true) {\n _arr.push(_s.value);\n\n if (i && _arr.length === i) break;\n }\n } catch (err) {\n _d = true;\n _e = err;\n } finally {\n try {\n if (!_n && _i[\"return\"]) _i[\"return\"]();\n } finally {\n if (_d) throw _e;\n }\n }\n\n return _arr;\n }\n\n return function (arr, i) {\n if (Array.isArray(arr)) {\n return arr;\n } else if (Symbol.iterator in Object(arr)) {\n return sliceIterator(arr, i);\n } else {\n throw new TypeError(\"Invalid attempt to destructure non-iterable instance\");\n }\n };\n}();\n/**\n * @file playlist-loader.js\n *\n * A state machine that manages the loading, caching, and updating of\n * M3U8 playlists.\n *\n */\n\n\nvar mergeOptions$1 = videojs$1.mergeOptions,\n EventTarget$1 = videojs$1.EventTarget,\n log$1 = videojs$1.log;\n/**\n * Loops through all supported media groups in master and calls the provided\n * callback for each group\n *\n * @param {Object} master\n * The parsed master manifest object\n * @param {Function} callback\n * Callback to call for each media group\n */\n\nvar forEachMediaGroup = function forEachMediaGroup(master, callback) {\n ['AUDIO', 'SUBTITLES'].forEach(function (mediaType) {\n for (var groupKey in master.mediaGroups[mediaType]) {\n for (var labelKey in master.mediaGroups[mediaType][groupKey]) {\n var mediaProperties = master.mediaGroups[mediaType][groupKey][labelKey];\n callback(mediaProperties, mediaType, groupKey, labelKey);\n }\n }\n });\n};\n/**\n * Returns a new array of segments that is the result of merging\n * properties from an older list of segments onto an updated\n * list. No properties on the updated playlist will be overridden.\n *\n * @param {Array} original the outdated list of segments\n * @param {Array} update the updated list of segments\n * @param {Number=} offset the index of the first update\n * segment in the original segment list. For non-live playlists,\n * this should always be zero and does not need to be\n * specified. For live playlists, it should be the difference\n * between the media sequence numbers in the original and updated\n * playlists.\n * @return a list of merged segment objects\n */\n\n\nvar updateSegments = function updateSegments(original, update, offset) {\n var result = update.slice();\n offset = offset || 0;\n var length = Math.min(original.length, update.length + offset);\n\n for (var i = offset; i < length; i++) {\n result[i - offset] = mergeOptions$1(original[i], result[i - offset]);\n }\n\n return result;\n};\n\nvar resolveSegmentUris = function resolveSegmentUris(segment, baseUri) {\n if (!segment.resolvedUri) {\n segment.resolvedUri = resolveUrl(baseUri, segment.uri);\n }\n\n if (segment.key && !segment.key.resolvedUri) {\n segment.key.resolvedUri = resolveUrl(baseUri, segment.key.uri);\n }\n\n if (segment.map && !segment.map.resolvedUri) {\n segment.map.resolvedUri = resolveUrl(baseUri, segment.map.uri);\n }\n};\n/**\n * Returns a new master playlist that is the result of merging an\n * updated media playlist into the original version. If the\n * updated media playlist does not match any of the playlist\n * entries in the original master playlist, null is returned.\n *\n * @param {Object} master a parsed master M3U8 object\n * @param {Object} media a parsed media M3U8 object\n * @return {Object} a new object that represents the original\n * master playlist with the updated media playlist merged in, or\n * null if the merge produced no change.\n */\n\n\nvar updateMaster = function updateMaster(master, media) {\n var result = mergeOptions$1(master, {});\n var playlist = result.playlists[media.uri];\n\n if (!playlist) {\n return null;\n } // consider the playlist unchanged if the number of segments is equal and the media\n // sequence number is unchanged\n\n\n if (playlist.segments && media.segments && playlist.segments.length === media.segments.length && playlist.mediaSequence === media.mediaSequence) {\n return null;\n }\n\n var mergedPlaylist = mergeOptions$1(playlist, media); // if the update could overlap existing segment information, merge the two segment lists\n\n if (playlist.segments) {\n mergedPlaylist.segments = updateSegments(playlist.segments, media.segments, media.mediaSequence - playlist.mediaSequence);\n } // resolve any segment URIs to prevent us from having to do it later\n\n\n mergedPlaylist.segments.forEach(function (segment) {\n resolveSegmentUris(segment, mergedPlaylist.resolvedUri);\n }); // TODO Right now in the playlists array there are two references to each playlist, one\n // that is referenced by index, and one by URI. The index reference may no longer be\n // necessary.\n\n for (var i = 0; i < result.playlists.length; i++) {\n if (result.playlists[i].uri === media.uri) {\n result.playlists[i] = mergedPlaylist;\n }\n }\n\n result.playlists[media.uri] = mergedPlaylist;\n return result;\n};\n\nvar setupMediaPlaylists = function setupMediaPlaylists(master) {\n // setup by-URI lookups and resolve media playlist URIs\n var i = master.playlists.length;\n\n while (i--) {\n var playlist = master.playlists[i];\n master.playlists[playlist.uri] = playlist;\n playlist.resolvedUri = resolveUrl(master.uri, playlist.uri);\n playlist.id = i;\n\n if (!playlist.attributes) {\n // Although the spec states an #EXT-X-STREAM-INF tag MUST have a\n // BANDWIDTH attribute, we can play the stream without it. This means a poorly\n // formatted master playlist may not have an attribute list. An attributes\n // property is added here to prevent undefined references when we encounter\n // this scenario.\n playlist.attributes = {};\n log$1.warn('Invalid playlist STREAM-INF detected. Missing BANDWIDTH attribute.');\n }\n }\n};\n\nvar resolveMediaGroupUris = function resolveMediaGroupUris(master) {\n forEachMediaGroup(master, function (properties) {\n if (properties.uri) {\n properties.resolvedUri = resolveUrl(master.uri, properties.uri);\n }\n });\n};\n/**\n * Calculates the time to wait before refreshing a live playlist\n *\n * @param {Object} media\n * The current media\n * @param {Boolean} update\n * True if there were any updates from the last refresh, false otherwise\n * @return {Number}\n * The time in ms to wait before refreshing the live playlist\n */\n\n\nvar refreshDelay = function refreshDelay(media, update) {\n var lastSegment = media.segments[media.segments.length - 1];\n var delay = void 0;\n\n if (update && lastSegment && lastSegment.duration) {\n delay = lastSegment.duration * 1000;\n } else {\n // if the playlist is unchanged since the last reload or last segment duration\n // cannot be determined, try again after half the target duration\n delay = (media.targetDuration || 10) * 500;\n }\n\n return delay;\n};\n/**\n * Load a playlist from a remote location\n *\n * @class PlaylistLoader\n * @extends Stream\n * @param {String} srcUrl the url to start with\n * @param {Boolean} withCredentials the withCredentials xhr option\n * @constructor\n */\n\n\nvar PlaylistLoader = function (_EventTarget) {\n inherits(PlaylistLoader, _EventTarget);\n\n function PlaylistLoader(srcUrl, hls, withCredentials) {\n classCallCheck(this, PlaylistLoader);\n\n var _this = possibleConstructorReturn(this, (PlaylistLoader.__proto__ || Object.getPrototypeOf(PlaylistLoader)).call(this));\n\n _this.srcUrl = srcUrl;\n _this.hls_ = hls;\n _this.withCredentials = withCredentials;\n\n if (!_this.srcUrl) {\n throw new Error('A non-empty playlist URL is required');\n } // initialize the loader state\n\n\n _this.state = 'HAVE_NOTHING'; // live playlist staleness timeout\n\n _this.on('mediaupdatetimeout', function () {\n if (_this.state !== 'HAVE_METADATA') {\n // only refresh the media playlist if no other activity is going on\n return;\n }\n\n _this.state = 'HAVE_CURRENT_METADATA';\n _this.request = _this.hls_.xhr({\n uri: resolveUrl(_this.master.uri, _this.media().uri),\n withCredentials: _this.withCredentials\n }, function (error, req) {\n // disposed\n if (!_this.request) {\n return;\n }\n\n if (error) {\n return _this.playlistRequestError(_this.request, _this.media().uri, 'HAVE_METADATA');\n }\n\n _this.haveMetadata(_this.request, _this.media().uri);\n });\n });\n\n return _this;\n }\n\n createClass(PlaylistLoader, [{\n key: 'playlistRequestError',\n value: function playlistRequestError(xhr$$1, url, startingState) {\n // any in-flight request is now finished\n this.request = null;\n\n if (startingState) {\n this.state = startingState;\n }\n\n this.error = {\n playlist: this.master.playlists[url],\n status: xhr$$1.status,\n message: 'HLS playlist request error at URL: ' + url,\n responseText: xhr$$1.responseText,\n code: xhr$$1.status >= 500 ? 4 : 2\n };\n this.trigger('error');\n } // update the playlist loader's state in response to a new or\n // updated playlist.\n\n }, {\n key: 'haveMetadata',\n value: function haveMetadata(xhr$$1, url) {\n var _this2 = this; // any in-flight request is now finished\n\n\n this.request = null;\n this.state = 'HAVE_METADATA';\n var parser = new Parser();\n parser.push(xhr$$1.responseText);\n parser.end();\n parser.manifest.uri = url; // m3u8-parser does not attach an attributes property to media playlists so make\n // sure that the property is attached to avoid undefined reference errors\n\n parser.manifest.attributes = parser.manifest.attributes || {}; // merge this playlist into the master\n\n var update = updateMaster(this.master, parser.manifest);\n this.targetDuration = parser.manifest.targetDuration;\n\n if (update) {\n this.master = update;\n this.media_ = this.master.playlists[parser.manifest.uri];\n } else {\n this.trigger('playlistunchanged');\n } // refresh live playlists after a target duration passes\n\n\n if (!this.media().endList) {\n window$1.clearTimeout(this.mediaUpdateTimeout);\n this.mediaUpdateTimeout = window$1.setTimeout(function () {\n _this2.trigger('mediaupdatetimeout');\n }, refreshDelay(this.media(), !!update));\n }\n\n this.trigger('loadedplaylist');\n }\n /**\n * Abort any outstanding work and clean up.\n */\n\n }, {\n key: 'dispose',\n value: function dispose() {\n this.stopRequest();\n window$1.clearTimeout(this.mediaUpdateTimeout);\n }\n }, {\n key: 'stopRequest',\n value: function stopRequest() {\n if (this.request) {\n var oldRequest = this.request;\n this.request = null;\n oldRequest.onreadystatechange = null;\n oldRequest.abort();\n }\n }\n /**\n * When called without any arguments, returns the currently\n * active media playlist. When called with a single argument,\n * triggers the playlist loader to asynchronously switch to the\n * specified media playlist. Calling this method while the\n * loader is in the HAVE_NOTHING causes an error to be emitted\n * but otherwise has no effect.\n *\n * @param {Object=} playlist the parsed media playlist\n * object to switch to\n * @return {Playlist} the current loaded media\n */\n\n }, {\n key: 'media',\n value: function media(playlist) {\n var _this3 = this; // getter\n\n\n if (!playlist) {\n return this.media_;\n } // setter\n\n\n if (this.state === 'HAVE_NOTHING') {\n throw new Error('Cannot switch media playlist from ' + this.state);\n }\n\n var startingState = this.state; // find the playlist object if the target playlist has been\n // specified by URI\n\n if (typeof playlist === 'string') {\n if (!this.master.playlists[playlist]) {\n throw new Error('Unknown playlist URI: ' + playlist);\n }\n\n playlist = this.master.playlists[playlist];\n }\n\n var mediaChange = !this.media_ || playlist.uri !== this.media_.uri; // switch to fully loaded playlists immediately\n\n if (this.master.playlists[playlist.uri].endList) {\n // abort outstanding playlist requests\n if (this.request) {\n this.request.onreadystatechange = null;\n this.request.abort();\n this.request = null;\n }\n\n this.state = 'HAVE_METADATA';\n this.media_ = playlist; // trigger media change if the active media has been updated\n\n if (mediaChange) {\n this.trigger('mediachanging');\n this.trigger('mediachange');\n }\n\n return;\n } // switching to the active playlist is a no-op\n\n\n if (!mediaChange) {\n return;\n }\n\n this.state = 'SWITCHING_MEDIA'; // there is already an outstanding playlist request\n\n if (this.request) {\n if (resolveUrl(this.master.uri, playlist.uri) === this.request.url) {\n // requesting to switch to the same playlist multiple times\n // has no effect after the first\n return;\n }\n\n this.request.onreadystatechange = null;\n this.request.abort();\n this.request = null;\n } // request the new playlist\n\n\n if (this.media_) {\n this.trigger('mediachanging');\n }\n\n this.request = this.hls_.xhr({\n uri: resolveUrl(this.master.uri, playlist.uri),\n withCredentials: this.withCredentials\n }, function (error, req) {\n // disposed\n if (!_this3.request) {\n return;\n }\n\n if (error) {\n return _this3.playlistRequestError(_this3.request, playlist.uri, startingState);\n }\n\n _this3.haveMetadata(req, playlist.uri); // fire loadedmetadata the first time a media playlist is loaded\n\n\n if (startingState === 'HAVE_MASTER') {\n _this3.trigger('loadedmetadata');\n } else {\n _this3.trigger('mediachange');\n }\n });\n }\n /**\n * pause loading of the playlist\n */\n\n }, {\n key: 'pause',\n value: function pause() {\n this.stopRequest();\n window$1.clearTimeout(this.mediaUpdateTimeout);\n\n if (this.state === 'HAVE_NOTHING') {\n // If we pause the loader before any data has been retrieved, its as if we never\n // started, so reset to an unstarted state.\n this.started = false;\n } // Need to restore state now that no activity is happening\n\n\n if (this.state === 'SWITCHING_MEDIA') {\n // if the loader was in the process of switching media, it should either return to\n // HAVE_MASTER or HAVE_METADATA depending on if the loader has loaded a media\n // playlist yet. This is determined by the existence of loader.media_\n if (this.media_) {\n this.state = 'HAVE_METADATA';\n } else {\n this.state = 'HAVE_MASTER';\n }\n } else if (this.state === 'HAVE_CURRENT_METADATA') {\n this.state = 'HAVE_METADATA';\n }\n }\n /**\n * start loading of the playlist\n */\n\n }, {\n key: 'load',\n value: function load(isFinalRendition) {\n var _this4 = this;\n\n window$1.clearTimeout(this.mediaUpdateTimeout);\n var media = this.media();\n\n if (isFinalRendition) {\n var delay = media ? media.targetDuration / 2 * 1000 : 5 * 1000;\n this.mediaUpdateTimeout = window$1.setTimeout(function () {\n return _this4.load();\n }, delay);\n return;\n }\n\n if (!this.started) {\n this.start();\n return;\n }\n\n if (media && !media.endList) {\n this.trigger('mediaupdatetimeout');\n } else {\n this.trigger('loadedplaylist');\n }\n }\n /**\n * start loading of the playlist\n */\n\n }, {\n key: 'start',\n value: function start() {\n var _this5 = this;\n\n this.started = true; // request the specified URL\n\n this.request = this.hls_.xhr({\n uri: this.srcUrl,\n withCredentials: this.withCredentials\n }, function (error, req) {\n // disposed\n if (!_this5.request) {\n return;\n } // clear the loader's request reference\n\n\n _this5.request = null;\n\n if (error) {\n _this5.error = {\n status: req.status,\n message: 'HLS playlist request error at URL: ' + _this5.srcUrl,\n responseText: req.responseText,\n // MEDIA_ERR_NETWORK\n code: 2\n };\n\n if (_this5.state === 'HAVE_NOTHING') {\n _this5.started = false;\n }\n\n return _this5.trigger('error');\n }\n\n var parser = new Parser();\n parser.push(req.responseText);\n parser.end();\n _this5.state = 'HAVE_MASTER';\n parser.manifest.uri = _this5.srcUrl; // loaded a master playlist\n\n if (parser.manifest.playlists) {\n _this5.master = parser.manifest;\n setupMediaPlaylists(_this5.master);\n resolveMediaGroupUris(_this5.master);\n\n _this5.trigger('loadedplaylist');\n\n if (!_this5.request) {\n // no media playlist was specifically selected so start\n // from the first listed one\n _this5.media(parser.manifest.playlists[0]);\n }\n\n return;\n } // loaded a media playlist\n // infer a master playlist if none was previously requested\n\n\n _this5.master = {\n mediaGroups: {\n 'AUDIO': {},\n 'VIDEO': {},\n 'CLOSED-CAPTIONS': {},\n 'SUBTITLES': {}\n },\n uri: window$1.location.href,\n playlists: [{\n uri: _this5.srcUrl,\n id: 0\n }]\n };\n _this5.master.playlists[_this5.srcUrl] = _this5.master.playlists[0];\n _this5.master.playlists[0].resolvedUri = _this5.srcUrl; // m3u8-parser does not attach an attributes property to media playlists so make\n // sure that the property is attached to avoid undefined reference errors\n\n _this5.master.playlists[0].attributes = _this5.master.playlists[0].attributes || {};\n\n _this5.haveMetadata(req, _this5.srcUrl);\n\n return _this5.trigger('loadedmetadata');\n });\n }\n }]);\n return PlaylistLoader;\n}(EventTarget$1);\n/**\n * @file playlist.js\n *\n * Playlist related utilities.\n */\n\n\nvar createTimeRange = videojs$1.createTimeRange;\n/**\n * walk backward until we find a duration we can use\n * or return a failure\n *\n * @param {Playlist} playlist the playlist to walk through\n * @param {Number} endSequence the mediaSequence to stop walking on\n */\n\nvar backwardDuration = function backwardDuration(playlist, endSequence) {\n var result = 0;\n var i = endSequence - playlist.mediaSequence; // if a start time is available for segment immediately following\n // the interval, use it\n\n var segment = playlist.segments[i]; // Walk backward until we find the latest segment with timeline\n // information that is earlier than endSequence\n\n if (segment) {\n if (typeof segment.start !== 'undefined') {\n return {\n result: segment.start,\n precise: true\n };\n }\n\n if (typeof segment.end !== 'undefined') {\n return {\n result: segment.end - segment.duration,\n precise: true\n };\n }\n }\n\n while (i--) {\n segment = playlist.segments[i];\n\n if (typeof segment.end !== 'undefined') {\n return {\n result: result + segment.end,\n precise: true\n };\n }\n\n result += segment.duration;\n\n if (typeof segment.start !== 'undefined') {\n return {\n result: result + segment.start,\n precise: true\n };\n }\n }\n\n return {\n result: result,\n precise: false\n };\n};\n/**\n * walk forward until we find a duration we can use\n * or return a failure\n *\n * @param {Playlist} playlist the playlist to walk through\n * @param {Number} endSequence the mediaSequence to stop walking on\n */\n\n\nvar forwardDuration = function forwardDuration(playlist, endSequence) {\n var result = 0;\n var segment = void 0;\n var i = endSequence - playlist.mediaSequence; // Walk forward until we find the earliest segment with timeline\n // information\n\n for (; i < playlist.segments.length; i++) {\n segment = playlist.segments[i];\n\n if (typeof segment.start !== 'undefined') {\n return {\n result: segment.start - result,\n precise: true\n };\n }\n\n result += segment.duration;\n\n if (typeof segment.end !== 'undefined') {\n return {\n result: segment.end - result,\n precise: true\n };\n }\n } // indicate we didn't find a useful duration estimate\n\n\n return {\n result: -1,\n precise: false\n };\n};\n/**\n * Calculate the media duration from the segments associated with a\n * playlist. The duration of a subinterval of the available segments\n * may be calculated by specifying an end index.\n *\n * @param {Object} playlist a media playlist object\n * @param {Number=} endSequence an exclusive upper boundary\n * for the playlist. Defaults to playlist length.\n * @param {Number} expired the amount of time that has dropped\n * off the front of the playlist in a live scenario\n * @return {Number} the duration between the first available segment\n * and end index.\n */\n\n\nvar intervalDuration = function intervalDuration(playlist, endSequence, expired) {\n var backward = void 0;\n var forward = void 0;\n\n if (typeof endSequence === 'undefined') {\n endSequence = playlist.mediaSequence + playlist.segments.length;\n }\n\n if (endSequence < playlist.mediaSequence) {\n return 0;\n } // do a backward walk to estimate the duration\n\n\n backward = backwardDuration(playlist, endSequence);\n\n if (backward.precise) {\n // if we were able to base our duration estimate on timing\n // information provided directly from the Media Source, return\n // it\n return backward.result;\n } // walk forward to see if a precise duration estimate can be made\n // that way\n\n\n forward = forwardDuration(playlist, endSequence);\n\n if (forward.precise) {\n // we found a segment that has been buffered and so it's\n // position is known precisely\n return forward.result;\n } // return the less-precise, playlist-based duration estimate\n\n\n return backward.result + expired;\n};\n/**\n * Calculates the duration of a playlist. If a start and end index\n * are specified, the duration will be for the subset of the media\n * timeline between those two indices. The total duration for live\n * playlists is always Infinity.\n *\n * @param {Object} playlist a media playlist object\n * @param {Number=} endSequence an exclusive upper\n * boundary for the playlist. Defaults to the playlist media\n * sequence number plus its length.\n * @param {Number=} expired the amount of time that has\n * dropped off the front of the playlist in a live scenario\n * @return {Number} the duration between the start index and end\n * index.\n */\n\n\nvar duration = function duration(playlist, endSequence, expired) {\n if (!playlist) {\n return 0;\n }\n\n if (typeof expired !== 'number') {\n expired = 0;\n } // if a slice of the total duration is not requested, use\n // playlist-level duration indicators when they're present\n\n\n if (typeof endSequence === 'undefined') {\n // if present, use the duration specified in the playlist\n if (playlist.totalDuration) {\n return playlist.totalDuration;\n } // duration should be Infinity for live playlists\n\n\n if (!playlist.endList) {\n return window$1.Infinity;\n }\n } // calculate the total duration based on the segment durations\n\n\n return intervalDuration(playlist, endSequence, expired);\n};\n/**\n * Calculate the time between two indexes in the current playlist\n * neight the start- nor the end-index need to be within the current\n * playlist in which case, the targetDuration of the playlist is used\n * to approximate the durations of the segments\n *\n * @param {Object} playlist a media playlist object\n * @param {Number} startIndex\n * @param {Number} endIndex\n * @return {Number} the number of seconds between startIndex and endIndex\n */\n\n\nvar sumDurations = function sumDurations(playlist, startIndex, endIndex) {\n var durations = 0;\n\n if (startIndex > endIndex) {\n var _ref = [endIndex, startIndex];\n startIndex = _ref[0];\n endIndex = _ref[1];\n }\n\n if (startIndex < 0) {\n for (var i = startIndex; i < Math.min(0, endIndex); i++) {\n durations += playlist.targetDuration;\n }\n\n startIndex = 0;\n }\n\n for (var _i = startIndex; _i < endIndex; _i++) {\n durations += playlist.segments[_i].duration;\n }\n\n return durations;\n};\n/**\n * Determines the media index of the segment corresponding to the safe edge of the live\n * window which is the duration of the last segment plus 2 target durations from the end\n * of the playlist.\n *\n * @param {Object} playlist\n * a media playlist object\n * @return {Number}\n * The media index of the segment at the safe live point. 0 if there is no \"safe\"\n * point.\n * @function safeLiveIndex\n */\n\n\nvar safeLiveIndex = function safeLiveIndex(playlist) {\n if (!playlist.segments.length) {\n return 0;\n }\n\n var i = playlist.segments.length - 1;\n var distanceFromEnd = playlist.segments[i].duration || playlist.targetDuration;\n var safeDistance = distanceFromEnd + playlist.targetDuration * 2;\n\n while (i--) {\n distanceFromEnd += playlist.segments[i].duration;\n\n if (distanceFromEnd >= safeDistance) {\n break;\n }\n }\n\n return Math.max(0, i);\n};\n/**\n * Calculates the playlist end time\n *\n * @param {Object} playlist a media playlist object\n * @param {Number=} expired the amount of time that has\n * dropped off the front of the playlist in a live scenario\n * @param {Boolean|false} useSafeLiveEnd a boolean value indicating whether or not the\n * playlist end calculation should consider the safe live end\n * (truncate the playlist end by three segments). This is normally\n * used for calculating the end of the playlist's seekable range.\n * @returns {Number} the end time of playlist\n * @function playlistEnd\n */\n\n\nvar playlistEnd = function playlistEnd(playlist, expired, useSafeLiveEnd) {\n if (!playlist || !playlist.segments) {\n return null;\n }\n\n if (playlist.endList) {\n return duration(playlist);\n }\n\n if (expired === null) {\n return null;\n }\n\n expired = expired || 0;\n var endSequence = useSafeLiveEnd ? safeLiveIndex(playlist) : playlist.segments.length;\n return intervalDuration(playlist, playlist.mediaSequence + endSequence, expired);\n};\n/**\n * Calculates the interval of time that is currently seekable in a\n * playlist. The returned time ranges are relative to the earliest\n * moment in the specified playlist that is still available. A full\n * seekable implementation for live streams would need to offset\n * these values by the duration of content that has expired from the\n * stream.\n *\n * @param {Object} playlist a media playlist object\n * dropped off the front of the playlist in a live scenario\n * @param {Number=} expired the amount of time that has\n * dropped off the front of the playlist in a live scenario\n * @return {TimeRanges} the periods of time that are valid targets\n * for seeking\n */\n\n\nvar seekable = function seekable(playlist, expired) {\n var useSafeLiveEnd = true;\n var seekableStart = expired || 0;\n var seekableEnd = playlistEnd(playlist, expired, useSafeLiveEnd);\n\n if (seekableEnd === null) {\n return createTimeRange();\n }\n\n return createTimeRange(seekableStart, seekableEnd);\n};\n\nvar isWholeNumber = function isWholeNumber(num) {\n return num - Math.floor(num) === 0;\n};\n\nvar roundSignificantDigit = function roundSignificantDigit(increment, num) {\n // If we have a whole number, just add 1 to it\n if (isWholeNumber(num)) {\n return num + increment * 0.1;\n }\n\n var numDecimalDigits = num.toString().split('.')[1].length;\n\n for (var i = 1; i <= numDecimalDigits; i++) {\n var scale = Math.pow(10, i);\n var temp = num * scale;\n\n if (isWholeNumber(temp) || i === numDecimalDigits) {\n return (temp + increment) / scale;\n }\n }\n};\n\nvar ceilLeastSignificantDigit = roundSignificantDigit.bind(null, 1);\nvar floorLeastSignificantDigit = roundSignificantDigit.bind(null, -1);\n/**\n * Determine the index and estimated starting time of the segment that\n * contains a specified playback position in a media playlist.\n *\n * @param {Object} playlist the media playlist to query\n * @param {Number} currentTime The number of seconds since the earliest\n * possible position to determine the containing segment for\n * @param {Number} startIndex\n * @param {Number} startTime\n * @return {Object}\n */\n\nvar getMediaInfoForTime = function getMediaInfoForTime(playlist, currentTime, startIndex, startTime) {\n var i = void 0;\n var segment = void 0;\n var numSegments = playlist.segments.length;\n var time = currentTime - startTime;\n\n if (time < 0) {\n // Walk backward from startIndex in the playlist, adding durations\n // until we find a segment that contains `time` and return it\n if (startIndex > 0) {\n for (i = startIndex - 1; i >= 0; i--) {\n segment = playlist.segments[i];\n time += floorLeastSignificantDigit(segment.duration);\n\n if (time > 0) {\n return {\n mediaIndex: i,\n startTime: startTime - sumDurations(playlist, startIndex, i)\n };\n }\n }\n } // We were unable to find a good segment within the playlist\n // so select the first segment\n\n\n return {\n mediaIndex: 0,\n startTime: currentTime\n };\n } // When startIndex is negative, we first walk forward to first segment\n // adding target durations. If we \"run out of time\" before getting to\n // the first segment, return the first segment\n\n\n if (startIndex < 0) {\n for (i = startIndex; i < 0; i++) {\n time -= playlist.targetDuration;\n\n if (time < 0) {\n return {\n mediaIndex: 0,\n startTime: currentTime\n };\n }\n }\n\n startIndex = 0;\n } // Walk forward from startIndex in the playlist, subtracting durations\n // until we find a segment that contains `time` and return it\n\n\n for (i = startIndex; i < numSegments; i++) {\n segment = playlist.segments[i];\n time -= ceilLeastSignificantDigit(segment.duration);\n\n if (time < 0) {\n return {\n mediaIndex: i,\n startTime: startTime + sumDurations(playlist, startIndex, i)\n };\n }\n } // We are out of possible candidates so load the last one...\n\n\n return {\n mediaIndex: numSegments - 1,\n startTime: currentTime\n };\n};\n/**\n * Check whether the playlist is blacklisted or not.\n *\n * @param {Object} playlist the media playlist object\n * @return {boolean} whether the playlist is blacklisted or not\n * @function isBlacklisted\n */\n\n\nvar isBlacklisted = function isBlacklisted(playlist) {\n return playlist.excludeUntil && playlist.excludeUntil > Date.now();\n};\n/**\n * Check whether the playlist is compatible with current playback configuration or has\n * been blacklisted permanently for being incompatible.\n *\n * @param {Object} playlist the media playlist object\n * @return {boolean} whether the playlist is incompatible or not\n * @function isIncompatible\n */\n\n\nvar isIncompatible = function isIncompatible(playlist) {\n return playlist.excludeUntil && playlist.excludeUntil === Infinity;\n};\n/**\n * Check whether the playlist is enabled or not.\n *\n * @param {Object} playlist the media playlist object\n * @return {boolean} whether the playlist is enabled or not\n * @function isEnabled\n */\n\n\nvar isEnabled = function isEnabled(playlist) {\n var blacklisted = isBlacklisted(playlist);\n return !playlist.disabled && !blacklisted;\n};\n/**\n * Check whether the playlist has been manually disabled through the representations api.\n *\n * @param {Object} playlist the media playlist object\n * @return {boolean} whether the playlist is disabled manually or not\n * @function isDisabled\n */\n\n\nvar isDisabled = function isDisabled(playlist) {\n return playlist.disabled;\n};\n/**\n * Returns whether the current playlist is an AES encrypted HLS stream\n *\n * @return {Boolean} true if it's an AES encrypted HLS stream\n */\n\n\nvar isAes = function isAes(media) {\n for (var i = 0; i < media.segments.length; i++) {\n if (media.segments[i].key) {\n return true;\n }\n }\n\n return false;\n};\n/**\n * Returns whether the current playlist contains fMP4\n *\n * @return {Boolean} true if the playlist contains fMP4\n */\n\n\nvar isFmp4 = function isFmp4(media) {\n for (var i = 0; i < media.segments.length; i++) {\n if (media.segments[i].map) {\n return true;\n }\n }\n\n return false;\n};\n/**\n * Checks if the playlist has a value for the specified attribute\n *\n * @param {String} attr\n * Attribute to check for\n * @param {Object} playlist\n * The media playlist object\n * @return {Boolean}\n * Whether the playlist contains a value for the attribute or not\n * @function hasAttribute\n */\n\n\nvar hasAttribute = function hasAttribute(attr, playlist) {\n return playlist.attributes && playlist.attributes[attr];\n};\n/**\n * Estimates the time required to complete a segment download from the specified playlist\n *\n * @param {Number} segmentDuration\n * Duration of requested segment\n * @param {Number} bandwidth\n * Current measured bandwidth of the player\n * @param {Object} playlist\n * The media playlist object\n * @param {Number=} bytesReceived\n * Number of bytes already received for the request. Defaults to 0\n * @return {Number|NaN}\n * The estimated time to request the segment. NaN if bandwidth information for\n * the given playlist is unavailable\n * @function estimateSegmentRequestTime\n */\n\n\nvar estimateSegmentRequestTime = function estimateSegmentRequestTime(segmentDuration, bandwidth, playlist) {\n var bytesReceived = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : 0;\n\n if (!hasAttribute('BANDWIDTH', playlist)) {\n return NaN;\n }\n\n var size = segmentDuration * playlist.attributes.BANDWIDTH;\n return (size - bytesReceived * 8) / bandwidth;\n};\n/*\n * Returns whether the current playlist is the lowest rendition\n *\n * @return {Boolean} true if on lowest rendition\n */\n\n\nvar isLowestEnabledRendition = function isLowestEnabledRendition(master, media) {\n if (master.playlists.length === 1) {\n return true;\n }\n\n var currentBandwidth = media.attributes.BANDWIDTH || Number.MAX_VALUE;\n return master.playlists.filter(function (playlist) {\n if (!isEnabled(playlist)) {\n return false;\n }\n\n return (playlist.attributes.BANDWIDTH || 0) < currentBandwidth;\n }).length === 0;\n}; // exports\n\n\nvar Playlist = {\n duration: duration,\n seekable: seekable,\n safeLiveIndex: safeLiveIndex,\n getMediaInfoForTime: getMediaInfoForTime,\n isEnabled: isEnabled,\n isDisabled: isDisabled,\n isBlacklisted: isBlacklisted,\n isIncompatible: isIncompatible,\n playlistEnd: playlistEnd,\n isAes: isAes,\n isFmp4: isFmp4,\n hasAttribute: hasAttribute,\n estimateSegmentRequestTime: estimateSegmentRequestTime,\n isLowestEnabledRendition: isLowestEnabledRendition\n};\n/**\n * @file xhr.js\n */\n\nvar videojsXHR = videojs$1.xhr,\n mergeOptions$1$1 = videojs$1.mergeOptions;\n\nvar xhrFactory = function xhrFactory() {\n var xhr$$1 = function XhrFunction(options, callback) {\n // Add a default timeout for all hls requests\n options = mergeOptions$1$1({\n timeout: 45e3\n }, options); // Allow an optional user-specified function to modify the option\n // object before we construct the xhr request\n\n var beforeRequest = XhrFunction.beforeRequest || videojs$1.Hls.xhr.beforeRequest;\n\n if (beforeRequest && typeof beforeRequest === 'function') {\n var newOptions = beforeRequest(options);\n\n if (newOptions) {\n options = newOptions;\n }\n }\n\n var request = videojsXHR(options, function (error, response) {\n var reqResponse = request.response;\n\n if (!error && reqResponse) {\n request.responseTime = Date.now();\n request.roundTripTime = request.responseTime - request.requestTime;\n request.bytesReceived = reqResponse.byteLength || reqResponse.length;\n\n if (!request.bandwidth) {\n request.bandwidth = Math.floor(request.bytesReceived / request.roundTripTime * 8 * 1000);\n }\n }\n\n if (response.headers) {\n request.responseHeaders = response.headers;\n } // videojs.xhr now uses a specific code on the error\n // object to signal that a request has timed out instead\n // of setting a boolean on the request object\n\n\n if (error && error.code === 'ETIMEDOUT') {\n request.timedout = true;\n } // videojs.xhr no longer considers status codes outside of 200 and 0\n // (for file uris) to be errors, but the old XHR did, so emulate that\n // behavior. Status 206 may be used in response to byterange requests.\n\n\n if (!error && !request.aborted && response.statusCode !== 200 && response.statusCode !== 206 && response.statusCode !== 0) {\n error = new Error('XHR Failed with a response of: ' + (request && (reqResponse || request.responseText)));\n }\n\n callback(error, request);\n });\n var originalAbort = request.abort;\n\n request.abort = function () {\n request.aborted = true;\n return originalAbort.apply(request, arguments);\n };\n\n request.uri = options.uri;\n request.requestTime = Date.now();\n return request;\n };\n\n return xhr$$1;\n};\n/**\n * @file bin-utils.js\n */\n\n/**\n * convert a TimeRange to text\n *\n * @param {TimeRange} range the timerange to use for conversion\n * @param {Number} i the iterator on the range to convert\n */\n\n\nvar textRange = function textRange(range, i) {\n return range.start(i) + '-' + range.end(i);\n};\n/**\n * format a number as hex string\n *\n * @param {Number} e The number\n * @param {Number} i the iterator\n */\n\n\nvar formatHexString = function formatHexString(e, i) {\n var value = e.toString(16);\n return '00'.substring(0, 2 - value.length) + value + (i % 2 ? ' ' : '');\n};\n\nvar formatAsciiString = function formatAsciiString(e) {\n if (e >= 0x20 && e < 0x7e) {\n return String.fromCharCode(e);\n }\n\n return '.';\n};\n/**\n * Creates an object for sending to a web worker modifying properties that are TypedArrays\n * into a new object with seperated properties for the buffer, byteOffset, and byteLength.\n *\n * @param {Object} message\n * Object of properties and values to send to the web worker\n * @return {Object}\n * Modified message with TypedArray values expanded\n * @function createTransferableMessage\n */\n\n\nvar createTransferableMessage = function createTransferableMessage(message) {\n var transferable = {};\n Object.keys(message).forEach(function (key) {\n var value = message[key];\n\n if (ArrayBuffer.isView(value)) {\n transferable[key] = {\n bytes: value.buffer,\n byteOffset: value.byteOffset,\n byteLength: value.byteLength\n };\n } else {\n transferable[key] = value;\n }\n });\n return transferable;\n};\n/**\n * Returns a unique string identifier for a media initialization\n * segment.\n */\n\n\nvar initSegmentId = function initSegmentId(initSegment) {\n var byterange = initSegment.byterange || {\n length: Infinity,\n offset: 0\n };\n return [byterange.length, byterange.offset, initSegment.resolvedUri].join(',');\n};\n/**\n * utils to help dump binary data to the console\n */\n\n\nvar hexDump = function hexDump(data) {\n var bytes = Array.prototype.slice.call(data);\n var step = 16;\n var result = '';\n var hex = void 0;\n var ascii = void 0;\n\n for (var j = 0; j < bytes.length / step; j++) {\n hex = bytes.slice(j * step, j * step + step).map(formatHexString).join('');\n ascii = bytes.slice(j * step, j * step + step).map(formatAsciiString).join('');\n result += hex + ' ' + ascii + '\\n';\n }\n\n return result;\n};\n\nvar tagDump = function tagDump(_ref) {\n var bytes = _ref.bytes;\n return hexDump(bytes);\n};\n\nvar textRanges = function textRanges(ranges) {\n var result = '';\n var i = void 0;\n\n for (i = 0; i < ranges.length; i++) {\n result += textRange(ranges, i) + ' ';\n }\n\n return result;\n};\n\nvar utils =\n/*#__PURE__*/\nObject.freeze({\n createTransferableMessage: createTransferableMessage,\n initSegmentId: initSegmentId,\n hexDump: hexDump,\n tagDump: tagDump,\n textRanges: textRanges\n});\n/**\n * @file time.js\n */\n\n/**\n * Checks whether a given time is within a segment based on its start time\n * and duration. For playerTime, the requested time is in seconds, for\n * streamTime, the time is a Date object.\n *\n * @param {Date|Number} requestedTime Time to check is within a segment\n * @param {\"stream\" | \"player\"} type Whether passing in a playerTime or streamTime\n * @param {Date|Number} segmentStart The start time of the segment\n * @param {Number} duration Segment duration in seconds\n */\n\nvar timeWithinSegment = function timeWithinSegment(requestedTime, type, segmentStart, duration) {\n var endTime = void 0;\n\n if (type === 'stream') {\n endTime = new Date(duration * 1000 + segmentStart.getTime());\n var requestedTimeString = requestedTime.toISOString();\n var segmentTimeString = segmentStart.toISOString();\n var endTimeString = endTime.toISOString();\n return segmentTimeString <= requestedTimeString && requestedTimeString <= endTimeString;\n } else if (type === 'player') {\n endTime = duration + segmentStart;\n return segmentStart <= requestedTime && requestedTime <= endTime;\n }\n};\n/**\n * Finds a segment that contains the time requested. This might be an estimate or\n * an accurate match.\n *\n * @param {Date|Number} time The streamTime or playerTime to find a matching segment for\n * @param {\"stream\" | \"player\"} type Either the playerTime or streamTime\n * @param {Object} playlist A playlist object\n * @return {Object} match\n * @return {Object} match.segment The matched segment from the playlist\n * @return {Date|Number} match.estimatedStart The estimated start time of the segment\n * @return {\"accurate\" | \"estimate\"} match.type Whether the match is estimated or accurate\n */\n\n\nvar findSegmentForTime = function findSegmentForTime(time, type, playlist) {\n if (!playlist.segments || playlist.segments.length === 0) {\n return null;\n }\n\n if (type !== 'player' && type !== 'stream') {\n return null;\n }\n\n var manifestTime = 0;\n\n for (var i = 0; i < playlist.segments.length; i++) {\n var segment = playlist.segments[i];\n var estimatedEnd = manifestTime + segment.duration;\n var segmentStart = void 0;\n var estimatedStart = void 0;\n\n if (type === 'player') {\n segmentStart = segment.start;\n estimatedStart = manifestTime;\n } else {\n // we can rely on the program date time being accurate\n segmentStart = segment.dateTimeObject;\n estimatedStart = segment.dateTimeObject;\n }\n\n var timeWithinSegmentEnd = typeof segment.start !== 'undefined' && typeof segment.end !== 'undefined' && timeWithinSegment(time, type, segmentStart, segment.end - segment.start);\n var timeWithinSegmentDuration = timeWithinSegment(time, type, estimatedStart, segment.duration);\n\n if (timeWithinSegmentEnd) {\n return {\n segment: segment,\n estimatedStart: estimatedStart,\n type: 'accurate'\n };\n } else if (timeWithinSegmentDuration) {\n return {\n segment: segment,\n estimatedStart: estimatedStart,\n type: 'estimate'\n };\n }\n\n manifestTime = estimatedEnd;\n }\n\n return null;\n};\n/**\n * Finds a segment that contains the given player time(in seconds).\n *\n * @param {Number} time The player time to find a match for\n * @param {Object} playlist A playlist object to search within\n */\n\n\nvar findSegmentForPlayerTime = function findSegmentForPlayerTime(time, playlist) {\n // Assumptions:\n // - there will always be a segment.duration\n // - we can start from zero\n // - segments are in time order\n // - segment.start and segment.end only come\n // from syncController\n return findSegmentForTime(time, 'player', playlist);\n};\n/**\n * Finds a segment that contains the stream time give as an ISO-8601 string.\n *\n * @param {String} streamTime The ISO-8601 streamTime to find a match for\n * @param {Object} playlist A playlist object to search within\n */\n\n\nvar findSegmentForStreamTime = function findSegmentForStreamTime(streamTime, playlist) {\n var dateTimeObject = void 0;\n\n try {\n dateTimeObject = new Date(streamTime);\n } catch (e) {\n // TODO something here?\n return null;\n } // Assumptions:\n // - verifyProgramDateTimeTags has already been run\n // - live streams have been started\n\n\n return findSegmentForTime(dateTimeObject, 'stream', playlist);\n};\n/**\n * Gives the offset of the comparisonTimestamp from the streamTime timestamp in seconds.\n * If the offset returned is positive, the streamTime occurs before the comparisonTimestamp.\n * If the offset is negative, the streamTime occurs before the comparisonTimestamp.\n *\n * @param {String} comparisonTimeStamp An ISO-8601 timestamp to compare against\n * @param {String} streamTime The streamTime as an ISO-8601 string\n * @return {Number} offset\n */\n\n\nvar getOffsetFromTimestamp = function getOffsetFromTimestamp(comparisonTimeStamp, streamTime) {\n var segmentDateTime = void 0;\n var streamDateTime = void 0;\n\n try {\n segmentDateTime = new Date(comparisonTimeStamp);\n streamDateTime = new Date(streamTime);\n } catch (e) {// TODO handle error\n }\n\n var segmentTimeEpoch = segmentDateTime.getTime();\n var streamTimeEpoch = streamDateTime.getTime();\n return (streamTimeEpoch - segmentTimeEpoch) / 1000;\n};\n/**\n * Checks that all segments in this playlist have programDateTime tags.\n *\n * @param {Object} playlist A playlist object\n */\n\n\nvar verifyProgramDateTimeTags = function verifyProgramDateTimeTags(playlist) {\n if (!playlist.segments || playlist.segments.length === 0) {\n return false;\n }\n\n for (var i = 0; i < playlist.segments.length; i++) {\n var segment = playlist.segments[i];\n\n if (!segment.dateTimeObject) {\n return false;\n }\n }\n\n return true;\n};\n/**\n * Returns the streamTime of the media given a playlist and a playerTime.\n * The playlist must have programDateTime tags for a programDateTime tag to be returned.\n * If the segments containing the time requested have not been buffered yet, an estimate\n * may be returned to the callback.\n *\n * @param {Object} args\n * @param {Object} args.playlist A playlist object to search within\n * @param {Number} time A playerTime in seconds\n * @param {Function} callback(err, streamTime)\n * @returns {String} err.message A detailed error message\n * @returns {Object} streamTime\n * @returns {Number} streamTime.mediaSeconds The streamTime in seconds\n * @returns {String} streamTime.programDateTime The streamTime as an ISO-8601 String\n */\n\n\nvar getStreamTime = function getStreamTime(_ref) {\n var playlist = _ref.playlist,\n _ref$time = _ref.time,\n time = _ref$time === undefined ? undefined : _ref$time,\n callback = _ref.callback;\n\n if (!callback) {\n throw new Error('getStreamTime: callback must be provided');\n }\n\n if (!playlist || time === undefined) {\n return callback({\n message: 'getStreamTime: playlist and time must be provided'\n });\n }\n\n var matchedSegment = findSegmentForPlayerTime(time, playlist);\n\n if (!matchedSegment) {\n return callback({\n message: 'valid streamTime was not found'\n });\n }\n\n if (matchedSegment.type === 'estimate') {\n return callback({\n message: 'Accurate streamTime could not be determined. Please seek to e.seekTime and try again',\n seekTime: matchedSegment.estimatedStart\n });\n }\n\n var streamTime = {\n mediaSeconds: time\n };\n\n if (matchedSegment.segment.dateTimeObject) {\n // TODO this is currently the time of the beginning of the\n // segment. This still needs to be modified to be offset\n // by the time requested.\n streamTime.programDateTime = matchedSegment.segment.dateTimeObject.toISOString();\n }\n\n return callback(null, streamTime);\n};\n/**\n * Seeks in the player to a time that matches the given streamTime ISO-8601 string.\n *\n * @param {Object} args\n * @param {String} args.streamTime A streamTime to seek to as an ISO-8601 String\n * @param {Object} args.playlist A playlist to look within\n * @param {Number} args.retryCount The number of times to try for an accurate seek. Default is 2.\n * @param {Function} args.seekTo A method to perform a seek\n * @param {Boolean} args.pauseAfterSeek Whether to end in a paused state after seeking. Default is true.\n * @param {Object} args.tech The tech to seek on\n * @param {Function} args.callback(err, newTime) A callback to return the new time to\n * @returns {String} err.message A detailed error message\n * @returns {Number} newTime The exact time that was seeked to in seconds\n */\n\n\nvar seekToStreamTime = function seekToStreamTime(_ref2) {\n var streamTime = _ref2.streamTime,\n playlist = _ref2.playlist,\n _ref2$retryCount = _ref2.retryCount,\n retryCount = _ref2$retryCount === undefined ? 2 : _ref2$retryCount,\n seekTo = _ref2.seekTo,\n _ref2$pauseAfterSeek = _ref2.pauseAfterSeek,\n pauseAfterSeek = _ref2$pauseAfterSeek === undefined ? true : _ref2$pauseAfterSeek,\n tech = _ref2.tech,\n callback = _ref2.callback;\n\n if (!callback) {\n throw new Error('seekToStreamTime: callback must be provided');\n }\n\n if (typeof streamTime === 'undefined' || !playlist || !seekTo) {\n return callback({\n message: 'seekToStreamTime: streamTime, seekTo and playlist must be provided'\n });\n }\n\n if (!playlist.endList && !tech.hasStarted_) {\n return callback({\n message: 'player must be playing a live stream to start buffering'\n });\n }\n\n if (!verifyProgramDateTimeTags(playlist)) {\n return callback({\n message: 'programDateTime tags must be provided in the manifest ' + playlist.resolvedUri\n });\n }\n\n var matchedSegment = findSegmentForStreamTime(streamTime, playlist); // no match\n\n if (!matchedSegment) {\n return callback({\n message: streamTime + ' was not found in the stream'\n });\n }\n\n if (matchedSegment.type === 'estimate') {\n // we've run out of retries\n if (retryCount === 0) {\n return callback({\n message: streamTime + ' is not buffered yet. Try again'\n });\n }\n\n return seekToStreamTime({\n streamTime: streamTime,\n playlist: playlist,\n retryCount: retryCount - 1,\n seekTo: seekTo,\n pauseAfterSeek: pauseAfterSeek,\n tech: tech,\n callback: callback\n });\n }\n\n var segment = matchedSegment.segment;\n var mediaOffset = getOffsetFromTimestamp(segment.dateTimeObject, streamTime);\n var seekToTime = segment.start + mediaOffset;\n\n var seekedCallback = function seekedCallback() {\n return callback(null, tech.currentTime());\n }; // listen for seeked event\n\n\n tech.one('seeked', seekedCallback); // pause before seeking as video.js will restore this state\n\n if (pauseAfterSeek) {\n tech.pause();\n }\n\n seekTo(seekToTime);\n};\n/**\n * ranges\n *\n * Utilities for working with TimeRanges.\n *\n */\n// Fudge factor to account for TimeRanges rounding\n\n\nvar TIME_FUDGE_FACTOR = 1 / 30; // Comparisons between time values such as current time and the end of the buffered range\n// can be misleading because of precision differences or when the current media has poorly\n// aligned audio and video, which can cause values to be slightly off from what you would\n// expect. This value is what we consider to be safe to use in such comparisons to account\n// for these scenarios.\n\nvar SAFE_TIME_DELTA = TIME_FUDGE_FACTOR * 3;\n\nvar filterRanges = function filterRanges(timeRanges, predicate) {\n var results = [];\n var i = void 0;\n\n if (timeRanges && timeRanges.length) {\n // Search for ranges that match the predicate\n for (i = 0; i < timeRanges.length; i++) {\n if (predicate(timeRanges.start(i), timeRanges.end(i))) {\n results.push([timeRanges.start(i), timeRanges.end(i)]);\n }\n }\n }\n\n return videojs$1.createTimeRanges(results);\n};\n/**\n * Attempts to find the buffered TimeRange that contains the specified\n * time.\n * @param {TimeRanges} buffered - the TimeRanges object to query\n * @param {number} time - the time to filter on.\n * @returns {TimeRanges} a new TimeRanges object\n */\n\n\nvar findRange = function findRange(buffered, time) {\n return filterRanges(buffered, function (start, end) {\n return start - TIME_FUDGE_FACTOR <= time && end + TIME_FUDGE_FACTOR >= time;\n });\n};\n/**\n * Returns the TimeRanges that begin later than the specified time.\n * @param {TimeRanges} timeRanges - the TimeRanges object to query\n * @param {number} time - the time to filter on.\n * @returns {TimeRanges} a new TimeRanges object.\n */\n\n\nvar findNextRange = function findNextRange(timeRanges, time) {\n return filterRanges(timeRanges, function (start) {\n return start - TIME_FUDGE_FACTOR >= time;\n });\n};\n/**\n * Returns gaps within a list of TimeRanges\n * @param {TimeRanges} buffered - the TimeRanges object\n * @return {TimeRanges} a TimeRanges object of gaps\n */\n\n\nvar findGaps = function findGaps(buffered) {\n if (buffered.length < 2) {\n return videojs$1.createTimeRanges();\n }\n\n var ranges = [];\n\n for (var i = 1; i < buffered.length; i++) {\n var start = buffered.end(i - 1);\n var end = buffered.start(i);\n ranges.push([start, end]);\n }\n\n return videojs$1.createTimeRanges(ranges);\n};\n/**\n * Gets a human readable string for a TimeRange\n *\n * @param {TimeRange} range\n * @returns {String} a human readable string\n */\n\n\nvar printableRange = function printableRange(range) {\n var strArr = [];\n\n if (!range || !range.length) {\n return '';\n }\n\n for (var i = 0; i < range.length; i++) {\n strArr.push(range.start(i) + ' => ' + range.end(i));\n }\n\n return strArr.join(', ');\n};\n/**\n * Calculates the amount of time left in seconds until the player hits the end of the\n * buffer and causes a rebuffer\n *\n * @param {TimeRange} buffered\n * The state of the buffer\n * @param {Numnber} currentTime\n * The current time of the player\n * @param {Number} playbackRate\n * The current playback rate of the player. Defaults to 1.\n * @return {Number}\n * Time until the player has to start rebuffering in seconds.\n * @function timeUntilRebuffer\n */\n\n\nvar timeUntilRebuffer = function timeUntilRebuffer(buffered, currentTime) {\n var playbackRate = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 1;\n var bufferedEnd = buffered.length ? buffered.end(buffered.length - 1) : 0;\n return (bufferedEnd - currentTime) / playbackRate;\n};\n/**\n * Converts a TimeRanges object into an array representation\n * @param {TimeRanges} timeRanges\n * @returns {Array}\n */\n\n\nvar timeRangesToArray = function timeRangesToArray(timeRanges) {\n var timeRangesList = [];\n\n for (var i = 0; i < timeRanges.length; i++) {\n timeRangesList.push({\n start: timeRanges.start(i),\n end: timeRanges.end(i)\n });\n }\n\n return timeRangesList;\n};\n/**\n * @file create-text-tracks-if-necessary.js\n */\n\n/**\n * Create text tracks on video.js if they exist on a segment.\n *\n * @param {Object} sourceBuffer the VSB or FSB\n * @param {Object} mediaSource the HTML media source\n * @param {Object} segment the segment that may contain the text track\n * @private\n */\n\n\nvar createTextTracksIfNecessary = function createTextTracksIfNecessary(sourceBuffer, mediaSource, segment) {\n var player = mediaSource.player_; // create an in-band caption track if one is present in the segment\n\n if (segment.captions && segment.captions.length) {\n if (!sourceBuffer.inbandTextTracks_) {\n sourceBuffer.inbandTextTracks_ = {};\n }\n\n for (var trackId in segment.captionStreams) {\n if (!sourceBuffer.inbandTextTracks_[trackId]) {\n player.tech_.trigger({\n type: 'usage',\n name: 'hls-608'\n });\n var track = player.textTracks().getTrackById(trackId);\n\n if (track) {\n // Resuse an existing track with a CC# id because this was\n // very likely created by videojs-contrib-hls from information\n // in the m3u8 for us to use\n sourceBuffer.inbandTextTracks_[trackId] = track;\n } else {\n // Otherwise, create a track with the default `CC#` label and\n // without a language\n sourceBuffer.inbandTextTracks_[trackId] = player.addRemoteTextTrack({\n kind: 'captions',\n id: trackId,\n label: trackId\n }, false).track;\n }\n }\n }\n }\n\n if (segment.metadata && segment.metadata.length && !sourceBuffer.metadataTrack_) {\n sourceBuffer.metadataTrack_ = player.addRemoteTextTrack({\n kind: 'metadata',\n label: 'Timed Metadata'\n }, false).track;\n sourceBuffer.metadataTrack_.inBandMetadataTrackDispatchType = segment.metadata.dispatchType;\n }\n};\n/**\n * @file remove-cues-from-track.js\n */\n\n/**\n * Remove cues from a track on video.js.\n *\n * @param {Double} start start of where we should remove the cue\n * @param {Double} end end of where the we should remove the cue\n * @param {Object} track the text track to remove the cues from\n * @private\n */\n\n\nvar removeCuesFromTrack = function removeCuesFromTrack(start, end, track) {\n var i = void 0;\n var cue = void 0;\n\n if (!track) {\n return;\n }\n\n if (!track.cues) {\n return;\n }\n\n i = track.cues.length;\n\n while (i--) {\n cue = track.cues[i]; // Remove any overlapping cue\n\n if (cue.startTime <= end && cue.endTime >= start) {\n track.removeCue(cue);\n }\n }\n};\n/**\n * @file add-text-track-data.js\n */\n\n/**\n * Define properties on a cue for backwards compatability,\n * but warn the user that the way that they are using it\n * is depricated and will be removed at a later date.\n *\n * @param {Cue} cue the cue to add the properties on\n * @private\n */\n\n\nvar deprecateOldCue = function deprecateOldCue(cue) {\n Object.defineProperties(cue.frame, {\n id: {\n get: function get() {\n videojs$1.log.warn('cue.frame.id is deprecated. Use cue.value.key instead.');\n return cue.value.key;\n }\n },\n value: {\n get: function get() {\n videojs$1.log.warn('cue.frame.value is deprecated. Use cue.value.data instead.');\n return cue.value.data;\n }\n },\n privateData: {\n get: function get() {\n videojs$1.log.warn('cue.frame.privateData is deprecated. Use cue.value.data instead.');\n return cue.value.data;\n }\n }\n });\n};\n\nvar durationOfVideo = function durationOfVideo(duration) {\n var dur = void 0;\n\n if (isNaN(duration) || Math.abs(duration) === Infinity) {\n dur = Number.MAX_VALUE;\n } else {\n dur = duration;\n }\n\n return dur;\n};\n/**\n * Add text track data to a source handler given the captions and\n * metadata from the buffer.\n *\n * @param {Object} sourceHandler the virtual source buffer\n * @param {Array} captionArray an array of caption data\n * @param {Array} metadataArray an array of meta data\n * @private\n */\n\n\nvar addTextTrackData = function addTextTrackData(sourceHandler, captionArray, metadataArray) {\n var Cue = window$1.WebKitDataCue || window$1.VTTCue;\n\n if (captionArray) {\n captionArray.forEach(function (caption) {\n var track = caption.stream;\n this.inbandTextTracks_[track].addCue(new Cue(caption.startTime + this.timestampOffset, caption.endTime + this.timestampOffset, caption.text));\n }, sourceHandler);\n }\n\n if (metadataArray) {\n var videoDuration = durationOfVideo(sourceHandler.mediaSource_.duration);\n metadataArray.forEach(function (metadata) {\n var time = metadata.cueTime + this.timestampOffset;\n metadata.frames.forEach(function (frame) {\n var cue = new Cue(time, time, frame.value || frame.url || frame.data || '');\n cue.frame = frame;\n cue.value = frame;\n deprecateOldCue(cue);\n this.metadataTrack_.addCue(cue);\n }, this);\n }, sourceHandler); // Updating the metadeta cues so that\n // the endTime of each cue is the startTime of the next cue\n // the endTime of last cue is the duration of the video\n\n if (sourceHandler.metadataTrack_ && sourceHandler.metadataTrack_.cues && sourceHandler.metadataTrack_.cues.length) {\n var cues = sourceHandler.metadataTrack_.cues;\n var cuesArray = []; // Create a copy of the TextTrackCueList...\n // ...disregarding cues with a falsey value\n\n for (var i = 0; i < cues.length; i++) {\n if (cues[i]) {\n cuesArray.push(cues[i]);\n }\n } // Group cues by their startTime value\n\n\n var cuesGroupedByStartTime = cuesArray.reduce(function (obj, cue) {\n var timeSlot = obj[cue.startTime] || [];\n timeSlot.push(cue);\n obj[cue.startTime] = timeSlot;\n return obj;\n }, {}); // Sort startTimes by ascending order\n\n var sortedStartTimes = Object.keys(cuesGroupedByStartTime).sort(function (a, b) {\n return Number(a) - Number(b);\n }); // Map each cue group's endTime to the next group's startTime\n\n sortedStartTimes.forEach(function (startTime, idx) {\n var cueGroup = cuesGroupedByStartTime[startTime];\n var nextTime = Number(sortedStartTimes[idx + 1]) || videoDuration; // Map each cue's endTime the next group's startTime\n\n cueGroup.forEach(function (cue) {\n cue.endTime = nextTime;\n });\n });\n }\n }\n};\n\nvar win = typeof window !== 'undefined' ? window : {},\n TARGET = typeof Symbol === 'undefined' ? '__target' : Symbol(),\n SCRIPT_TYPE = 'application/javascript',\n BlobBuilder = win.BlobBuilder || win.WebKitBlobBuilder || win.MozBlobBuilder || win.MSBlobBuilder,\n URL = win.URL || win.webkitURL || URL && URL.msURL,\n Worker = win.Worker;\n/**\n * Returns a wrapper around Web Worker code that is constructible.\n *\n * @function shimWorker\n *\n * @param { String } filename The name of the file\n * @param { Function } fn Function wrapping the code of the worker\n */\n\nfunction shimWorker(filename, fn) {\n return function ShimWorker(forceFallback) {\n var o = this;\n\n if (!fn) {\n return new Worker(filename);\n } else if (Worker && !forceFallback) {\n // Convert the function's inner code to a string to construct the worker\n var source = fn.toString().replace(/^function.+?{/, '').slice(0, -1),\n objURL = createSourceObject(source);\n this[TARGET] = new Worker(objURL);\n wrapTerminate(this[TARGET], objURL);\n return this[TARGET];\n } else {\n var selfShim = {\n postMessage: function postMessage(m) {\n if (o.onmessage) {\n setTimeout(function () {\n o.onmessage({\n data: m,\n target: selfShim\n });\n });\n }\n }\n };\n fn.call(selfShim);\n\n this.postMessage = function (m) {\n setTimeout(function () {\n selfShim.onmessage({\n data: m,\n target: o\n });\n });\n };\n\n this.isThisThread = true;\n }\n };\n} // Test Worker capabilities\n\n\nif (Worker) {\n var testWorker,\n objURL = createSourceObject('self.onmessage = function () {}'),\n testArray = new Uint8Array(1);\n\n try {\n testWorker = new Worker(objURL); // Native browser on some Samsung devices throws for transferables, let's detect it\n\n testWorker.postMessage(testArray, [testArray.buffer]);\n } catch (e) {\n Worker = null;\n } finally {\n URL.revokeObjectURL(objURL);\n\n if (testWorker) {\n testWorker.terminate();\n }\n }\n}\n\nfunction createSourceObject(str) {\n try {\n return URL.createObjectURL(new Blob([str], {\n type: SCRIPT_TYPE\n }));\n } catch (e) {\n var blob = new BlobBuilder();\n blob.append(str);\n return URL.createObjectURL(blob.getBlob(type));\n }\n}\n\nfunction wrapTerminate(worker, objURL) {\n if (!worker || !objURL) return;\n var term = worker.terminate;\n worker.objURL = objURL;\n\n worker.terminate = function () {\n if (worker.objURL) URL.revokeObjectURL(worker.objURL);\n term.call(worker);\n };\n}\n\nvar TransmuxWorker = new shimWorker(\"./transmuxer-worker.worker.js\", function (window, document$$1) {\n var self = this;\n\n var transmuxerWorker = function () {\n /**\n * mux.js\n *\n * Copyright (c) 2015 Brightcove\n * All rights reserved.\n *\n * Functions that generate fragmented MP4s suitable for use with Media\n * Source Extensions.\n */\n var UINT32_MAX = Math.pow(2, 32) - 1;\n var box, dinf, esds, ftyp, mdat, mfhd, minf, moof, moov, mvex, mvhd, trak, tkhd, mdia, mdhd, hdlr, sdtp, stbl, stsd, traf, trex, trun, types, MAJOR_BRAND, MINOR_VERSION, AVC1_BRAND, VIDEO_HDLR, AUDIO_HDLR, HDLR_TYPES, VMHD, SMHD, DREF, STCO, STSC, STSZ, STTS; // pre-calculate constants\n\n (function () {\n var i;\n types = {\n avc1: [],\n // codingname\n avcC: [],\n btrt: [],\n dinf: [],\n dref: [],\n esds: [],\n ftyp: [],\n hdlr: [],\n mdat: [],\n mdhd: [],\n mdia: [],\n mfhd: [],\n minf: [],\n moof: [],\n moov: [],\n mp4a: [],\n // codingname\n mvex: [],\n mvhd: [],\n sdtp: [],\n smhd: [],\n stbl: [],\n stco: [],\n stsc: [],\n stsd: [],\n stsz: [],\n stts: [],\n styp: [],\n tfdt: [],\n tfhd: [],\n traf: [],\n trak: [],\n trun: [],\n trex: [],\n tkhd: [],\n vmhd: []\n }; // In environments where Uint8Array is undefined (e.g., IE8), skip set up so that we\n // don't throw an error\n\n if (typeof Uint8Array === 'undefined') {\n return;\n }\n\n for (i in types) {\n if (types.hasOwnProperty(i)) {\n types[i] = [i.charCodeAt(0), i.charCodeAt(1), i.charCodeAt(2), i.charCodeAt(3)];\n }\n }\n\n MAJOR_BRAND = new Uint8Array(['i'.charCodeAt(0), 's'.charCodeAt(0), 'o'.charCodeAt(0), 'm'.charCodeAt(0)]);\n AVC1_BRAND = new Uint8Array(['a'.charCodeAt(0), 'v'.charCodeAt(0), 'c'.charCodeAt(0), '1'.charCodeAt(0)]);\n MINOR_VERSION = new Uint8Array([0, 0, 0, 1]);\n VIDEO_HDLR = new Uint8Array([0x00, // version 0\n 0x00, 0x00, 0x00, // flags\n 0x00, 0x00, 0x00, 0x00, // pre_defined\n 0x76, 0x69, 0x64, 0x65, // handler_type: 'vide'\n 0x00, 0x00, 0x00, 0x00, // reserved\n 0x00, 0x00, 0x00, 0x00, // reserved\n 0x00, 0x00, 0x00, 0x00, // reserved\n 0x56, 0x69, 0x64, 0x65, 0x6f, 0x48, 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x72, 0x00 // name: 'VideoHandler'\n ]);\n AUDIO_HDLR = new Uint8Array([0x00, // version 0\n 0x00, 0x00, 0x00, // flags\n 0x00, 0x00, 0x00, 0x00, // pre_defined\n 0x73, 0x6f, 0x75, 0x6e, // handler_type: 'soun'\n 0x00, 0x00, 0x00, 0x00, // reserved\n 0x00, 0x00, 0x00, 0x00, // reserved\n 0x00, 0x00, 0x00, 0x00, // reserved\n 0x53, 0x6f, 0x75, 0x6e, 0x64, 0x48, 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x72, 0x00 // name: 'SoundHandler'\n ]);\n HDLR_TYPES = {\n video: VIDEO_HDLR,\n audio: AUDIO_HDLR\n };\n DREF = new Uint8Array([0x00, // version 0\n 0x00, 0x00, 0x00, // flags\n 0x00, 0x00, 0x00, 0x01, // entry_count\n 0x00, 0x00, 0x00, 0x0c, // entry_size\n 0x75, 0x72, 0x6c, 0x20, // 'url' type\n 0x00, // version 0\n 0x00, 0x00, 0x01 // entry_flags\n ]);\n SMHD = new Uint8Array([0x00, // version\n 0x00, 0x00, 0x00, // flags\n 0x00, 0x00, // balance, 0 means centered\n 0x00, 0x00 // reserved\n ]);\n STCO = new Uint8Array([0x00, // version\n 0x00, 0x00, 0x00, // flags\n 0x00, 0x00, 0x00, 0x00 // entry_count\n ]);\n STSC = STCO;\n STSZ = new Uint8Array([0x00, // version\n 0x00, 0x00, 0x00, // flags\n 0x00, 0x00, 0x00, 0x00, // sample_size\n 0x00, 0x00, 0x00, 0x00 // sample_count\n ]);\n STTS = STCO;\n VMHD = new Uint8Array([0x00, // version\n 0x00, 0x00, 0x01, // flags\n 0x00, 0x00, // graphicsmode\n 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 // opcolor\n ]);\n })();\n\n box = function box(type) {\n var payload = [],\n size = 0,\n i,\n result,\n view;\n\n for (i = 1; i < arguments.length; i++) {\n payload.push(arguments[i]);\n }\n\n i = payload.length; // calculate the total size we need to allocate\n\n while (i--) {\n size += payload[i].byteLength;\n }\n\n result = new Uint8Array(size + 8);\n view = new DataView(result.buffer, result.byteOffset, result.byteLength);\n view.setUint32(0, result.byteLength);\n result.set(type, 4); // copy the payload into the result\n\n for (i = 0, size = 8; i < payload.length; i++) {\n result.set(payload[i], size);\n size += payload[i].byteLength;\n }\n\n return result;\n };\n\n dinf = function dinf() {\n return box(types.dinf, box(types.dref, DREF));\n };\n\n esds = function esds(track) {\n return box(types.esds, new Uint8Array([0x00, // version\n 0x00, 0x00, 0x00, // flags\n // ES_Descriptor\n 0x03, // tag, ES_DescrTag\n 0x19, // length\n 0x00, 0x00, // ES_ID\n 0x00, // streamDependenceFlag, URL_flag, reserved, streamPriority\n // DecoderConfigDescriptor\n 0x04, // tag, DecoderConfigDescrTag\n 0x11, // length\n 0x40, // object type\n 0x15, // streamType\n 0x00, 0x06, 0x00, // bufferSizeDB\n 0x00, 0x00, 0xda, 0xc0, // maxBitrate\n 0x00, 0x00, 0xda, 0xc0, // avgBitrate\n // DecoderSpecificInfo\n 0x05, // tag, DecoderSpecificInfoTag\n 0x02, // length\n // ISO/IEC 14496-3, AudioSpecificConfig\n // for samplingFrequencyIndex see ISO/IEC 13818-7:2006, 8.1.3.2.2, Table 35\n track.audioobjecttype << 3 | track.samplingfrequencyindex >>> 1, track.samplingfrequencyindex << 7 | track.channelcount << 3, 0x06, 0x01, 0x02 // GASpecificConfig\n ]));\n };\n\n ftyp = function ftyp() {\n return box(types.ftyp, MAJOR_BRAND, MINOR_VERSION, MAJOR_BRAND, AVC1_BRAND);\n };\n\n hdlr = function hdlr(type) {\n return box(types.hdlr, HDLR_TYPES[type]);\n };\n\n mdat = function mdat(data) {\n return box(types.mdat, data);\n };\n\n mdhd = function mdhd(track) {\n var result = new Uint8Array([0x00, // version 0\n 0x00, 0x00, 0x00, // flags\n 0x00, 0x00, 0x00, 0x02, // creation_time\n 0x00, 0x00, 0x00, 0x03, // modification_time\n 0x00, 0x01, 0x5f, 0x90, // timescale, 90,000 \"ticks\" per second\n track.duration >>> 24 & 0xFF, track.duration >>> 16 & 0xFF, track.duration >>> 8 & 0xFF, track.duration & 0xFF, // duration\n 0x55, 0xc4, // 'und' language (undetermined)\n 0x00, 0x00]); // Use the sample rate from the track metadata, when it is\n // defined. The sample rate can be parsed out of an ADTS header, for\n // instance.\n\n if (track.samplerate) {\n result[12] = track.samplerate >>> 24 & 0xFF;\n result[13] = track.samplerate >>> 16 & 0xFF;\n result[14] = track.samplerate >>> 8 & 0xFF;\n result[15] = track.samplerate & 0xFF;\n }\n\n return box(types.mdhd, result);\n };\n\n mdia = function mdia(track) {\n return box(types.mdia, mdhd(track), hdlr(track.type), minf(track));\n };\n\n mfhd = function mfhd(sequenceNumber) {\n return box(types.mfhd, new Uint8Array([0x00, 0x00, 0x00, 0x00, // flags\n (sequenceNumber & 0xFF000000) >> 24, (sequenceNumber & 0xFF0000) >> 16, (sequenceNumber & 0xFF00) >> 8, sequenceNumber & 0xFF // sequence_number\n ]));\n };\n\n minf = function minf(track) {\n return box(types.minf, track.type === 'video' ? box(types.vmhd, VMHD) : box(types.smhd, SMHD), dinf(), stbl(track));\n };\n\n moof = function moof(sequenceNumber, tracks) {\n var trackFragments = [],\n i = tracks.length; // build traf boxes for each track fragment\n\n while (i--) {\n trackFragments[i] = traf(tracks[i]);\n }\n\n return box.apply(null, [types.moof, mfhd(sequenceNumber)].concat(trackFragments));\n };\n /**\n * Returns a movie box.\n * @param tracks {array} the tracks associated with this movie\n * @see ISO/IEC 14496-12:2012(E), section 8.2.1\n */\n\n\n moov = function moov(tracks) {\n var i = tracks.length,\n boxes = [];\n\n while (i--) {\n boxes[i] = trak(tracks[i]);\n }\n\n return box.apply(null, [types.moov, mvhd(0xffffffff)].concat(boxes).concat(mvex(tracks)));\n };\n\n mvex = function mvex(tracks) {\n var i = tracks.length,\n boxes = [];\n\n while (i--) {\n boxes[i] = trex(tracks[i]);\n }\n\n return box.apply(null, [types.mvex].concat(boxes));\n };\n\n mvhd = function mvhd(duration) {\n var bytes = new Uint8Array([0x00, // version 0\n 0x00, 0x00, 0x00, // flags\n 0x00, 0x00, 0x00, 0x01, // creation_time\n 0x00, 0x00, 0x00, 0x02, // modification_time\n 0x00, 0x01, 0x5f, 0x90, // timescale, 90,000 \"ticks\" per second\n (duration & 0xFF000000) >> 24, (duration & 0xFF0000) >> 16, (duration & 0xFF00) >> 8, duration & 0xFF, // duration\n 0x00, 0x01, 0x00, 0x00, // 1.0 rate\n 0x01, 0x00, // 1.0 volume\n 0x00, 0x00, // reserved\n 0x00, 0x00, 0x00, 0x00, // reserved\n 0x00, 0x00, 0x00, 0x00, // reserved\n 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, // transformation: unity matrix\n 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // pre_defined\n 0xff, 0xff, 0xff, 0xff // next_track_ID\n ]);\n return box(types.mvhd, bytes);\n };\n\n sdtp = function sdtp(track) {\n var samples = track.samples || [],\n bytes = new Uint8Array(4 + samples.length),\n flags,\n i; // leave the full box header (4 bytes) all zero\n // write the sample table\n\n for (i = 0; i < samples.length; i++) {\n flags = samples[i].flags;\n bytes[i + 4] = flags.dependsOn << 4 | flags.isDependedOn << 2 | flags.hasRedundancy;\n }\n\n return box(types.sdtp, bytes);\n };\n\n stbl = function stbl(track) {\n return box(types.stbl, stsd(track), box(types.stts, STTS), box(types.stsc, STSC), box(types.stsz, STSZ), box(types.stco, STCO));\n };\n\n (function () {\n var videoSample, audioSample;\n\n stsd = function stsd(track) {\n return box(types.stsd, new Uint8Array([0x00, // version 0\n 0x00, 0x00, 0x00, // flags\n 0x00, 0x00, 0x00, 0x01]), track.type === 'video' ? videoSample(track) : audioSample(track));\n };\n\n videoSample = function videoSample(track) {\n var sps = track.sps || [],\n pps = track.pps || [],\n sequenceParameterSets = [],\n pictureParameterSets = [],\n i; // assemble the SPSs\n\n for (i = 0; i < sps.length; i++) {\n sequenceParameterSets.push((sps[i].byteLength & 0xFF00) >>> 8);\n sequenceParameterSets.push(sps[i].byteLength & 0xFF); // sequenceParameterSetLength\n\n sequenceParameterSets = sequenceParameterSets.concat(Array.prototype.slice.call(sps[i])); // SPS\n } // assemble the PPSs\n\n\n for (i = 0; i < pps.length; i++) {\n pictureParameterSets.push((pps[i].byteLength & 0xFF00) >>> 8);\n pictureParameterSets.push(pps[i].byteLength & 0xFF);\n pictureParameterSets = pictureParameterSets.concat(Array.prototype.slice.call(pps[i]));\n }\n\n return box(types.avc1, new Uint8Array([0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // reserved\n 0x00, 0x01, // data_reference_index\n 0x00, 0x00, // pre_defined\n 0x00, 0x00, // reserved\n 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // pre_defined\n (track.width & 0xff00) >> 8, track.width & 0xff, // width\n (track.height & 0xff00) >> 8, track.height & 0xff, // height\n 0x00, 0x48, 0x00, 0x00, // horizresolution\n 0x00, 0x48, 0x00, 0x00, // vertresolution\n 0x00, 0x00, 0x00, 0x00, // reserved\n 0x00, 0x01, // frame_count\n 0x13, 0x76, 0x69, 0x64, 0x65, 0x6f, 0x6a, 0x73, 0x2d, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x69, 0x62, 0x2d, 0x68, 0x6c, 0x73, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // compressorname\n 0x00, 0x18, // depth = 24\n 0x11, 0x11 // pre_defined = -1\n ]), box(types.avcC, new Uint8Array([0x01, // configurationVersion\n track.profileIdc, // AVCProfileIndication\n track.profileCompatibility, // profile_compatibility\n track.levelIdc, // AVCLevelIndication\n 0xff // lengthSizeMinusOne, hard-coded to 4 bytes\n ].concat([sps.length // numOfSequenceParameterSets\n ]).concat(sequenceParameterSets).concat([pps.length // numOfPictureParameterSets\n ]).concat(pictureParameterSets))), // \"PPS\"\n box(types.btrt, new Uint8Array([0x00, 0x1c, 0x9c, 0x80, // bufferSizeDB\n 0x00, 0x2d, 0xc6, 0xc0, // maxBitrate\n 0x00, 0x2d, 0xc6, 0xc0])) // avgBitrate\n );\n };\n\n audioSample = function audioSample(track) {\n return box(types.mp4a, new Uint8Array([// SampleEntry, ISO/IEC 14496-12\n 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // reserved\n 0x00, 0x01, // data_reference_index\n // AudioSampleEntry, ISO/IEC 14496-12\n 0x00, 0x00, 0x00, 0x00, // reserved\n 0x00, 0x00, 0x00, 0x00, // reserved\n (track.channelcount & 0xff00) >> 8, track.channelcount & 0xff, // channelcount\n (track.samplesize & 0xff00) >> 8, track.samplesize & 0xff, // samplesize\n 0x00, 0x00, // pre_defined\n 0x00, 0x00, // reserved\n (track.samplerate & 0xff00) >> 8, track.samplerate & 0xff, 0x00, 0x00 // samplerate, 16.16\n // MP4AudioSampleEntry, ISO/IEC 14496-14\n ]), esds(track));\n };\n })();\n\n tkhd = function tkhd(track) {\n var result = new Uint8Array([0x00, // version 0\n 0x00, 0x00, 0x07, // flags\n 0x00, 0x00, 0x00, 0x00, // creation_time\n 0x00, 0x00, 0x00, 0x00, // modification_time\n (track.id & 0xFF000000) >> 24, (track.id & 0xFF0000) >> 16, (track.id & 0xFF00) >> 8, track.id & 0xFF, // track_ID\n 0x00, 0x00, 0x00, 0x00, // reserved\n (track.duration & 0xFF000000) >> 24, (track.duration & 0xFF0000) >> 16, (track.duration & 0xFF00) >> 8, track.duration & 0xFF, // duration\n 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // reserved\n 0x00, 0x00, // layer\n 0x00, 0x00, // alternate_group\n 0x01, 0x00, // non-audio track volume\n 0x00, 0x00, // reserved\n 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, // transformation: unity matrix\n (track.width & 0xFF00) >> 8, track.width & 0xFF, 0x00, 0x00, // width\n (track.height & 0xFF00) >> 8, track.height & 0xFF, 0x00, 0x00 // height\n ]);\n return box(types.tkhd, result);\n };\n /**\n * Generate a track fragment (traf) box. A traf box collects metadata\n * about tracks in a movie fragment (moof) box.\n */\n\n\n traf = function traf(track) {\n var trackFragmentHeader, trackFragmentDecodeTime, trackFragmentRun, sampleDependencyTable, dataOffset, upperWordBaseMediaDecodeTime, lowerWordBaseMediaDecodeTime;\n trackFragmentHeader = box(types.tfhd, new Uint8Array([0x00, // version 0\n 0x00, 0x00, 0x3a, // flags\n (track.id & 0xFF000000) >> 24, (track.id & 0xFF0000) >> 16, (track.id & 0xFF00) >> 8, track.id & 0xFF, // track_ID\n 0x00, 0x00, 0x00, 0x01, // sample_description_index\n 0x00, 0x00, 0x00, 0x00, // default_sample_duration\n 0x00, 0x00, 0x00, 0x00, // default_sample_size\n 0x00, 0x00, 0x00, 0x00 // default_sample_flags\n ]));\n upperWordBaseMediaDecodeTime = Math.floor(track.baseMediaDecodeTime / (UINT32_MAX + 1));\n lowerWordBaseMediaDecodeTime = Math.floor(track.baseMediaDecodeTime % (UINT32_MAX + 1));\n trackFragmentDecodeTime = box(types.tfdt, new Uint8Array([0x01, // version 1\n 0x00, 0x00, 0x00, // flags\n // baseMediaDecodeTime\n upperWordBaseMediaDecodeTime >>> 24 & 0xFF, upperWordBaseMediaDecodeTime >>> 16 & 0xFF, upperWordBaseMediaDecodeTime >>> 8 & 0xFF, upperWordBaseMediaDecodeTime & 0xFF, lowerWordBaseMediaDecodeTime >>> 24 & 0xFF, lowerWordBaseMediaDecodeTime >>> 16 & 0xFF, lowerWordBaseMediaDecodeTime >>> 8 & 0xFF, lowerWordBaseMediaDecodeTime & 0xFF])); // the data offset specifies the number of bytes from the start of\n // the containing moof to the first payload byte of the associated\n // mdat\n\n dataOffset = 32 + // tfhd\n 20 + // tfdt\n 8 + // traf header\n 16 + // mfhd\n 8 + // moof header\n 8; // mdat header\n // audio tracks require less metadata\n\n if (track.type === 'audio') {\n trackFragmentRun = trun(track, dataOffset);\n return box(types.traf, trackFragmentHeader, trackFragmentDecodeTime, trackFragmentRun);\n } // video tracks should contain an independent and disposable samples\n // box (sdtp)\n // generate one and adjust offsets to match\n\n\n sampleDependencyTable = sdtp(track);\n trackFragmentRun = trun(track, sampleDependencyTable.length + dataOffset);\n return box(types.traf, trackFragmentHeader, trackFragmentDecodeTime, trackFragmentRun, sampleDependencyTable);\n };\n /**\n * Generate a track box.\n * @param track {object} a track definition\n * @return {Uint8Array} the track box\n */\n\n\n trak = function trak(track) {\n track.duration = track.duration || 0xffffffff;\n return box(types.trak, tkhd(track), mdia(track));\n };\n\n trex = function trex(track) {\n var result = new Uint8Array([0x00, // version 0\n 0x00, 0x00, 0x00, // flags\n (track.id & 0xFF000000) >> 24, (track.id & 0xFF0000) >> 16, (track.id & 0xFF00) >> 8, track.id & 0xFF, // track_ID\n 0x00, 0x00, 0x00, 0x01, // default_sample_description_index\n 0x00, 0x00, 0x00, 0x00, // default_sample_duration\n 0x00, 0x00, 0x00, 0x00, // default_sample_size\n 0x00, 0x01, 0x00, 0x01 // default_sample_flags\n ]); // the last two bytes of default_sample_flags is the sample\n // degradation priority, a hint about the importance of this sample\n // relative to others. Lower the degradation priority for all sample\n // types other than video.\n\n if (track.type !== 'video') {\n result[result.length - 1] = 0x00;\n }\n\n return box(types.trex, result);\n };\n\n (function () {\n var audioTrun, videoTrun, trunHeader; // This method assumes all samples are uniform. That is, if a\n // duration is present for the first sample, it will be present for\n // all subsequent samples.\n // see ISO/IEC 14496-12:2012, Section 8.8.8.1\n\n trunHeader = function trunHeader(samples, offset) {\n var durationPresent = 0,\n sizePresent = 0,\n flagsPresent = 0,\n compositionTimeOffset = 0; // trun flag constants\n\n if (samples.length) {\n if (samples[0].duration !== undefined) {\n durationPresent = 0x1;\n }\n\n if (samples[0].size !== undefined) {\n sizePresent = 0x2;\n }\n\n if (samples[0].flags !== undefined) {\n flagsPresent = 0x4;\n }\n\n if (samples[0].compositionTimeOffset !== undefined) {\n compositionTimeOffset = 0x8;\n }\n }\n\n return [0x00, // version 0\n 0x00, durationPresent | sizePresent | flagsPresent | compositionTimeOffset, 0x01, // flags\n (samples.length & 0xFF000000) >>> 24, (samples.length & 0xFF0000) >>> 16, (samples.length & 0xFF00) >>> 8, samples.length & 0xFF, // sample_count\n (offset & 0xFF000000) >>> 24, (offset & 0xFF0000) >>> 16, (offset & 0xFF00) >>> 8, offset & 0xFF // data_offset\n ];\n };\n\n videoTrun = function videoTrun(track, offset) {\n var bytes, samples, sample, i;\n samples = track.samples || [];\n offset += 8 + 12 + 16 * samples.length;\n bytes = trunHeader(samples, offset);\n\n for (i = 0; i < samples.length; i++) {\n sample = samples[i];\n bytes = bytes.concat([(sample.duration & 0xFF000000) >>> 24, (sample.duration & 0xFF0000) >>> 16, (sample.duration & 0xFF00) >>> 8, sample.duration & 0xFF, // sample_duration\n (sample.size & 0xFF000000) >>> 24, (sample.size & 0xFF0000) >>> 16, (sample.size & 0xFF00) >>> 8, sample.size & 0xFF, // sample_size\n sample.flags.isLeading << 2 | sample.flags.dependsOn, sample.flags.isDependedOn << 6 | sample.flags.hasRedundancy << 4 | sample.flags.paddingValue << 1 | sample.flags.isNonSyncSample, sample.flags.degradationPriority & 0xF0 << 8, sample.flags.degradationPriority & 0x0F, // sample_flags\n (sample.compositionTimeOffset & 0xFF000000) >>> 24, (sample.compositionTimeOffset & 0xFF0000) >>> 16, (sample.compositionTimeOffset & 0xFF00) >>> 8, sample.compositionTimeOffset & 0xFF // sample_composition_time_offset\n ]);\n }\n\n return box(types.trun, new Uint8Array(bytes));\n };\n\n audioTrun = function audioTrun(track, offset) {\n var bytes, samples, sample, i;\n samples = track.samples || [];\n offset += 8 + 12 + 8 * samples.length;\n bytes = trunHeader(samples, offset);\n\n for (i = 0; i < samples.length; i++) {\n sample = samples[i];\n bytes = bytes.concat([(sample.duration & 0xFF000000) >>> 24, (sample.duration & 0xFF0000) >>> 16, (sample.duration & 0xFF00) >>> 8, sample.duration & 0xFF, // sample_duration\n (sample.size & 0xFF000000) >>> 24, (sample.size & 0xFF0000) >>> 16, (sample.size & 0xFF00) >>> 8, sample.size & 0xFF]); // sample_size\n }\n\n return box(types.trun, new Uint8Array(bytes));\n };\n\n trun = function trun(track, offset) {\n if (track.type === 'audio') {\n return audioTrun(track, offset);\n }\n\n return videoTrun(track, offset);\n };\n })();\n\n var mp4Generator = {\n ftyp: ftyp,\n mdat: mdat,\n moof: moof,\n moov: moov,\n initSegment: function initSegment(tracks) {\n var fileType = ftyp(),\n movie = moov(tracks),\n result;\n result = new Uint8Array(fileType.byteLength + movie.byteLength);\n result.set(fileType);\n result.set(movie, fileType.byteLength);\n return result;\n }\n };\n\n var toUnsigned = function toUnsigned(value) {\n return value >>> 0;\n };\n\n var bin = {\n toUnsigned: toUnsigned\n };\n var toUnsigned$1 = bin.toUnsigned;\n\n var _findBox, parseType, timescale, startTime, getVideoTrackIds; // Find the data for a box specified by its path\n\n\n _findBox = function findBox(data, path) {\n var results = [],\n i,\n size,\n type,\n end,\n subresults;\n\n if (!path.length) {\n // short-circuit the search for empty paths\n return null;\n }\n\n for (i = 0; i < data.byteLength;) {\n size = toUnsigned$1(data[i] << 24 | data[i + 1] << 16 | data[i + 2] << 8 | data[i + 3]);\n type = parseType(data.subarray(i + 4, i + 8));\n end = size > 1 ? i + size : data.byteLength;\n\n if (type === path[0]) {\n if (path.length === 1) {\n // this is the end of the path and we've found the box we were\n // looking for\n results.push(data.subarray(i + 8, end));\n } else {\n // recursively search for the next box along the path\n subresults = _findBox(data.subarray(i + 8, end), path.slice(1));\n\n if (subresults.length) {\n results = results.concat(subresults);\n }\n }\n }\n\n i = end;\n } // we've finished searching all of data\n\n\n return results;\n };\n /**\n * Returns the string representation of an ASCII encoded four byte buffer.\n * @param buffer {Uint8Array} a four-byte buffer to translate\n * @return {string} the corresponding string\n */\n\n\n parseType = function parseType(buffer) {\n var result = '';\n result += String.fromCharCode(buffer[0]);\n result += String.fromCharCode(buffer[1]);\n result += String.fromCharCode(buffer[2]);\n result += String.fromCharCode(buffer[3]);\n return result;\n };\n /**\n * Parses an MP4 initialization segment and extracts the timescale\n * values for any declared tracks. Timescale values indicate the\n * number of clock ticks per second to assume for time-based values\n * elsewhere in the MP4.\n *\n * To determine the start time of an MP4, you need two pieces of\n * information: the timescale unit and the earliest base media decode\n * time. Multiple timescales can be specified within an MP4 but the\n * base media decode time is always expressed in the timescale from\n * the media header box for the track:\n * ```\n * moov > trak > mdia > mdhd.timescale\n * ```\n * @param init {Uint8Array} the bytes of the init segment\n * @return {object} a hash of track ids to timescale values or null if\n * the init segment is malformed.\n */\n\n\n timescale = function timescale(init) {\n var result = {},\n traks = _findBox(init, ['moov', 'trak']); // mdhd timescale\n\n\n return traks.reduce(function (result, trak) {\n var tkhd, version, index, id, mdhd;\n tkhd = _findBox(trak, ['tkhd'])[0];\n\n if (!tkhd) {\n return null;\n }\n\n version = tkhd[0];\n index = version === 0 ? 12 : 20;\n id = toUnsigned$1(tkhd[index] << 24 | tkhd[index + 1] << 16 | tkhd[index + 2] << 8 | tkhd[index + 3]);\n mdhd = _findBox(trak, ['mdia', 'mdhd'])[0];\n\n if (!mdhd) {\n return null;\n }\n\n version = mdhd[0];\n index = version === 0 ? 12 : 20;\n result[id] = toUnsigned$1(mdhd[index] << 24 | mdhd[index + 1] << 16 | mdhd[index + 2] << 8 | mdhd[index + 3]);\n return result;\n }, result);\n };\n /**\n * Determine the base media decode start time, in seconds, for an MP4\n * fragment. If multiple fragments are specified, the earliest time is\n * returned.\n *\n * The base media decode time can be parsed from track fragment\n * metadata:\n * ```\n * moof > traf > tfdt.baseMediaDecodeTime\n * ```\n * It requires the timescale value from the mdhd to interpret.\n *\n * @param timescale {object} a hash of track ids to timescale values.\n * @return {number} the earliest base media decode start time for the\n * fragment, in seconds\n */\n\n\n startTime = function startTime(timescale, fragment) {\n var trafs, baseTimes, result; // we need info from two childrend of each track fragment box\n\n trafs = _findBox(fragment, ['moof', 'traf']); // determine the start times for each track\n\n baseTimes = [].concat.apply([], trafs.map(function (traf) {\n return _findBox(traf, ['tfhd']).map(function (tfhd) {\n var id, scale, baseTime; // get the track id from the tfhd\n\n id = toUnsigned$1(tfhd[4] << 24 | tfhd[5] << 16 | tfhd[6] << 8 | tfhd[7]); // assume a 90kHz clock if no timescale was specified\n\n scale = timescale[id] || 90e3; // get the base media decode time from the tfdt\n\n baseTime = _findBox(traf, ['tfdt']).map(function (tfdt) {\n var version, result;\n version = tfdt[0];\n result = toUnsigned$1(tfdt[4] << 24 | tfdt[5] << 16 | tfdt[6] << 8 | tfdt[7]);\n\n if (version === 1) {\n result *= Math.pow(2, 32);\n result += toUnsigned$1(tfdt[8] << 24 | tfdt[9] << 16 | tfdt[10] << 8 | tfdt[11]);\n }\n\n return result;\n })[0];\n baseTime = baseTime || Infinity; // convert base time to seconds\n\n return baseTime / scale;\n });\n })); // return the minimum\n\n result = Math.min.apply(null, baseTimes);\n return isFinite(result) ? result : 0;\n };\n /**\n * Find the trackIds of the video tracks in this source.\n * Found by parsing the Handler Reference and Track Header Boxes:\n * moov > trak > mdia > hdlr\n * moov > trak > tkhd\n *\n * @param {Uint8Array} init - The bytes of the init segment for this source\n * @return {Number[]} A list of trackIds\n *\n * @see ISO-BMFF-12/2015, Section 8.4.3\n **/\n\n\n getVideoTrackIds = function getVideoTrackIds(init) {\n var traks = _findBox(init, ['moov', 'trak']);\n\n var videoTrackIds = [];\n traks.forEach(function (trak) {\n var hdlrs = _findBox(trak, ['mdia', 'hdlr']);\n\n var tkhds = _findBox(trak, ['tkhd']);\n\n hdlrs.forEach(function (hdlr, index) {\n var handlerType = parseType(hdlr.subarray(8, 12));\n var tkhd = tkhds[index];\n var view;\n var version;\n var trackId;\n\n if (handlerType === 'vide') {\n view = new DataView(tkhd.buffer, tkhd.byteOffset, tkhd.byteLength);\n version = view.getUint8(0);\n trackId = version === 0 ? view.getUint32(12) : view.getUint32(20);\n videoTrackIds.push(trackId);\n }\n });\n });\n return videoTrackIds;\n };\n\n var probe = {\n findBox: _findBox,\n parseType: parseType,\n timescale: timescale,\n startTime: startTime,\n videoTrackIds: getVideoTrackIds\n };\n /**\n * mux.js\n *\n * Copyright (c) 2014 Brightcove\n * All rights reserved.\n *\n * A lightweight readable stream implemention that handles event dispatching.\n * Objects that inherit from streams should call init in their constructors.\n */\n\n var Stream = function Stream() {\n this.init = function () {\n var listeners = {};\n /**\n * Add a listener for a specified event type.\n * @param type {string} the event name\n * @param listener {function} the callback to be invoked when an event of\n * the specified type occurs\n */\n\n this.on = function (type, listener) {\n if (!listeners[type]) {\n listeners[type] = [];\n }\n\n listeners[type] = listeners[type].concat(listener);\n };\n /**\n * Remove a listener for a specified event type.\n * @param type {string} the event name\n * @param listener {function} a function previously registered for this\n * type of event through `on`\n */\n\n\n this.off = function (type, listener) {\n var index;\n\n if (!listeners[type]) {\n return false;\n }\n\n index = listeners[type].indexOf(listener);\n listeners[type] = listeners[type].slice();\n listeners[type].splice(index, 1);\n return index > -1;\n };\n /**\n * Trigger an event of the specified type on this stream. Any additional\n * arguments to this function are passed as parameters to event listeners.\n * @param type {string} the event name\n */\n\n\n this.trigger = function (type) {\n var callbacks, i, length, args;\n callbacks = listeners[type];\n\n if (!callbacks) {\n return;\n } // Slicing the arguments on every invocation of this method\n // can add a significant amount of overhead. Avoid the\n // intermediate object creation for the common case of a\n // single callback argument\n\n\n if (arguments.length === 2) {\n length = callbacks.length;\n\n for (i = 0; i < length; ++i) {\n callbacks[i].call(this, arguments[1]);\n }\n } else {\n args = [];\n i = arguments.length;\n\n for (i = 1; i < arguments.length; ++i) {\n args.push(arguments[i]);\n }\n\n length = callbacks.length;\n\n for (i = 0; i < length; ++i) {\n callbacks[i].apply(this, args);\n }\n }\n };\n /**\n * Destroys the stream and cleans up.\n */\n\n\n this.dispose = function () {\n listeners = {};\n };\n };\n };\n /**\n * Forwards all `data` events on this stream to the destination stream. The\n * destination stream should provide a method `push` to receive the data\n * events as they arrive.\n * @param destination {stream} the stream that will receive all `data` events\n * @param autoFlush {boolean} if false, we will not call `flush` on the destination\n * when the current stream emits a 'done' event\n * @see http://nodejs.org/api/stream.html#stream_readable_pipe_destination_options\n */\n\n\n Stream.prototype.pipe = function (destination) {\n this.on('data', function (data) {\n destination.push(data);\n });\n this.on('done', function (flushSource) {\n destination.flush(flushSource);\n });\n return destination;\n }; // Default stream functions that are expected to be overridden to perform\n // actual work. These are provided by the prototype as a sort of no-op\n // implementation so that we don't have to check for their existence in the\n // `pipe` function above.\n\n\n Stream.prototype.push = function (data) {\n this.trigger('data', data);\n };\n\n Stream.prototype.flush = function (flushSource) {\n this.trigger('done', flushSource);\n };\n\n var stream = Stream; // Convert an array of nal units into an array of frames with each frame being\n // composed of the nal units that make up that frame\n // Also keep track of cummulative data about the frame from the nal units such\n // as the frame duration, starting pts, etc.\n\n var groupNalsIntoFrames = function groupNalsIntoFrames(nalUnits) {\n var i,\n currentNal,\n currentFrame = [],\n frames = [];\n currentFrame.byteLength = 0;\n\n for (i = 0; i < nalUnits.length; i++) {\n currentNal = nalUnits[i]; // Split on 'aud'-type nal units\n\n if (currentNal.nalUnitType === 'access_unit_delimiter_rbsp') {\n // Since the very first nal unit is expected to be an AUD\n // only push to the frames array when currentFrame is not empty\n if (currentFrame.length) {\n currentFrame.duration = currentNal.dts - currentFrame.dts;\n frames.push(currentFrame);\n }\n\n currentFrame = [currentNal];\n currentFrame.byteLength = currentNal.data.byteLength;\n currentFrame.pts = currentNal.pts;\n currentFrame.dts = currentNal.dts;\n } else {\n // Specifically flag key frames for ease of use later\n if (currentNal.nalUnitType === 'slice_layer_without_partitioning_rbsp_idr') {\n currentFrame.keyFrame = true;\n }\n\n currentFrame.duration = currentNal.dts - currentFrame.dts;\n currentFrame.byteLength += currentNal.data.byteLength;\n currentFrame.push(currentNal);\n }\n } // For the last frame, use the duration of the previous frame if we\n // have nothing better to go on\n\n\n if (frames.length && (!currentFrame.duration || currentFrame.duration <= 0)) {\n currentFrame.duration = frames[frames.length - 1].duration;\n } // Push the final frame\n\n\n frames.push(currentFrame);\n return frames;\n }; // Convert an array of frames into an array of Gop with each Gop being composed\n // of the frames that make up that Gop\n // Also keep track of cummulative data about the Gop from the frames such as the\n // Gop duration, starting pts, etc.\n\n\n var groupFramesIntoGops = function groupFramesIntoGops(frames) {\n var i,\n currentFrame,\n currentGop = [],\n gops = []; // We must pre-set some of the values on the Gop since we\n // keep running totals of these values\n\n currentGop.byteLength = 0;\n currentGop.nalCount = 0;\n currentGop.duration = 0;\n currentGop.pts = frames[0].pts;\n currentGop.dts = frames[0].dts; // store some metadata about all the Gops\n\n gops.byteLength = 0;\n gops.nalCount = 0;\n gops.duration = 0;\n gops.pts = frames[0].pts;\n gops.dts = frames[0].dts;\n\n for (i = 0; i < frames.length; i++) {\n currentFrame = frames[i];\n\n if (currentFrame.keyFrame) {\n // Since the very first frame is expected to be an keyframe\n // only push to the gops array when currentGop is not empty\n if (currentGop.length) {\n gops.push(currentGop);\n gops.byteLength += currentGop.byteLength;\n gops.nalCount += currentGop.nalCount;\n gops.duration += currentGop.duration;\n }\n\n currentGop = [currentFrame];\n currentGop.nalCount = currentFrame.length;\n currentGop.byteLength = currentFrame.byteLength;\n currentGop.pts = currentFrame.pts;\n currentGop.dts = currentFrame.dts;\n currentGop.duration = currentFrame.duration;\n } else {\n currentGop.duration += currentFrame.duration;\n currentGop.nalCount += currentFrame.length;\n currentGop.byteLength += currentFrame.byteLength;\n currentGop.push(currentFrame);\n }\n }\n\n if (gops.length && currentGop.duration <= 0) {\n currentGop.duration = gops[gops.length - 1].duration;\n }\n\n gops.byteLength += currentGop.byteLength;\n gops.nalCount += currentGop.nalCount;\n gops.duration += currentGop.duration; // push the final Gop\n\n gops.push(currentGop);\n return gops;\n };\n /*\n * Search for the first keyframe in the GOPs and throw away all frames\n * until that keyframe. Then extend the duration of the pulled keyframe\n * and pull the PTS and DTS of the keyframe so that it covers the time\n * range of the frames that were disposed.\n *\n * @param {Array} gops video GOPs\n * @returns {Array} modified video GOPs\n */\n\n\n var extendFirstKeyFrame = function extendFirstKeyFrame(gops) {\n var currentGop;\n\n if (!gops[0][0].keyFrame && gops.length > 1) {\n // Remove the first GOP\n currentGop = gops.shift();\n gops.byteLength -= currentGop.byteLength;\n gops.nalCount -= currentGop.nalCount; // Extend the first frame of what is now the\n // first gop to cover the time period of the\n // frames we just removed\n\n gops[0][0].dts = currentGop.dts;\n gops[0][0].pts = currentGop.pts;\n gops[0][0].duration += currentGop.duration;\n }\n\n return gops;\n };\n /**\n * Default sample object\n * see ISO/IEC 14496-12:2012, section 8.6.4.3\n */\n\n\n var createDefaultSample = function createDefaultSample() {\n return {\n size: 0,\n flags: {\n isLeading: 0,\n dependsOn: 1,\n isDependedOn: 0,\n hasRedundancy: 0,\n degradationPriority: 0,\n isNonSyncSample: 1\n }\n };\n };\n /*\n * Collates information from a video frame into an object for eventual\n * entry into an MP4 sample table.\n *\n * @param {Object} frame the video frame\n * @param {Number} dataOffset the byte offset to position the sample\n * @return {Object} object containing sample table info for a frame\n */\n\n\n var sampleForFrame = function sampleForFrame(frame, dataOffset) {\n var sample = createDefaultSample();\n sample.dataOffset = dataOffset;\n sample.compositionTimeOffset = frame.pts - frame.dts;\n sample.duration = frame.duration;\n sample.size = 4 * frame.length; // Space for nal unit size\n\n sample.size += frame.byteLength;\n\n if (frame.keyFrame) {\n sample.flags.dependsOn = 2;\n sample.flags.isNonSyncSample = 0;\n }\n\n return sample;\n }; // generate the track's sample table from an array of gops\n\n\n var generateSampleTable = function generateSampleTable(gops, baseDataOffset) {\n var h,\n i,\n sample,\n currentGop,\n currentFrame,\n dataOffset = baseDataOffset || 0,\n samples = [];\n\n for (h = 0; h < gops.length; h++) {\n currentGop = gops[h];\n\n for (i = 0; i < currentGop.length; i++) {\n currentFrame = currentGop[i];\n sample = sampleForFrame(currentFrame, dataOffset);\n dataOffset += sample.size;\n samples.push(sample);\n }\n }\n\n return samples;\n }; // generate the track's raw mdat data from an array of gops\n\n\n var concatenateNalData = function concatenateNalData(gops) {\n var h,\n i,\n j,\n currentGop,\n currentFrame,\n currentNal,\n dataOffset = 0,\n nalsByteLength = gops.byteLength,\n numberOfNals = gops.nalCount,\n totalByteLength = nalsByteLength + 4 * numberOfNals,\n data = new Uint8Array(totalByteLength),\n view = new DataView(data.buffer); // For each Gop..\n\n for (h = 0; h < gops.length; h++) {\n currentGop = gops[h]; // For each Frame..\n\n for (i = 0; i < currentGop.length; i++) {\n currentFrame = currentGop[i]; // For each NAL..\n\n for (j = 0; j < currentFrame.length; j++) {\n currentNal = currentFrame[j];\n view.setUint32(dataOffset, currentNal.data.byteLength);\n dataOffset += 4;\n data.set(currentNal.data, dataOffset);\n dataOffset += currentNal.data.byteLength;\n }\n }\n }\n\n return data;\n };\n\n var frameUtils = {\n groupNalsIntoFrames: groupNalsIntoFrames,\n groupFramesIntoGops: groupFramesIntoGops,\n extendFirstKeyFrame: extendFirstKeyFrame,\n generateSampleTable: generateSampleTable,\n concatenateNalData: concatenateNalData\n };\n var highPrefix = [33, 16, 5, 32, 164, 27];\n var lowPrefix = [33, 65, 108, 84, 1, 2, 4, 8, 168, 2, 4, 8, 17, 191, 252];\n\n var zeroFill = function zeroFill(count) {\n var a = [];\n\n while (count--) {\n a.push(0);\n }\n\n return a;\n };\n\n var makeTable = function makeTable(metaTable) {\n return Object.keys(metaTable).reduce(function (obj, key) {\n obj[key] = new Uint8Array(metaTable[key].reduce(function (arr, part) {\n return arr.concat(part);\n }, []));\n return obj;\n }, {});\n }; // Frames-of-silence to use for filling in missing AAC frames\n\n\n var coneOfSilence = {\n 96000: [highPrefix, [227, 64], zeroFill(154), [56]],\n 88200: [highPrefix, [231], zeroFill(170), [56]],\n 64000: [highPrefix, [248, 192], zeroFill(240), [56]],\n 48000: [highPrefix, [255, 192], zeroFill(268), [55, 148, 128], zeroFill(54), [112]],\n 44100: [highPrefix, [255, 192], zeroFill(268), [55, 163, 128], zeroFill(84), [112]],\n 32000: [highPrefix, [255, 192], zeroFill(268), [55, 234], zeroFill(226), [112]],\n 24000: [highPrefix, [255, 192], zeroFill(268), [55, 255, 128], zeroFill(268), [111, 112], zeroFill(126), [224]],\n 16000: [highPrefix, [255, 192], zeroFill(268), [55, 255, 128], zeroFill(268), [111, 255], zeroFill(269), [223, 108], zeroFill(195), [1, 192]],\n 12000: [lowPrefix, zeroFill(268), [3, 127, 248], zeroFill(268), [6, 255, 240], zeroFill(268), [13, 255, 224], zeroFill(268), [27, 253, 128], zeroFill(259), [56]],\n 11025: [lowPrefix, zeroFill(268), [3, 127, 248], zeroFill(268), [6, 255, 240], zeroFill(268), [13, 255, 224], zeroFill(268), [27, 255, 192], zeroFill(268), [55, 175, 128], zeroFill(108), [112]],\n 8000: [lowPrefix, zeroFill(268), [3, 121, 16], zeroFill(47), [7]]\n };\n var silence = makeTable(coneOfSilence);\n var ONE_SECOND_IN_TS = 90000,\n // 90kHz clock\n secondsToVideoTs,\n secondsToAudioTs,\n videoTsToSeconds,\n audioTsToSeconds,\n audioTsToVideoTs,\n videoTsToAudioTs;\n\n secondsToVideoTs = function secondsToVideoTs(seconds) {\n return seconds * ONE_SECOND_IN_TS;\n };\n\n secondsToAudioTs = function secondsToAudioTs(seconds, sampleRate) {\n return seconds * sampleRate;\n };\n\n videoTsToSeconds = function videoTsToSeconds(timestamp) {\n return timestamp / ONE_SECOND_IN_TS;\n };\n\n audioTsToSeconds = function audioTsToSeconds(timestamp, sampleRate) {\n return timestamp / sampleRate;\n };\n\n audioTsToVideoTs = function audioTsToVideoTs(timestamp, sampleRate) {\n return secondsToVideoTs(audioTsToSeconds(timestamp, sampleRate));\n };\n\n videoTsToAudioTs = function videoTsToAudioTs(timestamp, sampleRate) {\n return secondsToAudioTs(videoTsToSeconds(timestamp), sampleRate);\n };\n\n var clock = {\n secondsToVideoTs: secondsToVideoTs,\n secondsToAudioTs: secondsToAudioTs,\n videoTsToSeconds: videoTsToSeconds,\n audioTsToSeconds: audioTsToSeconds,\n audioTsToVideoTs: audioTsToVideoTs,\n videoTsToAudioTs: videoTsToAudioTs\n };\n var ONE_SECOND_IN_TS$1 = 90000; // 90kHz clock\n\n /**\n * Sum the `byteLength` properties of the data in each AAC frame\n */\n\n var sumFrameByteLengths = function sumFrameByteLengths(array) {\n var i,\n currentObj,\n sum = 0; // sum the byteLength's all each nal unit in the frame\n\n for (i = 0; i < array.length; i++) {\n currentObj = array[i];\n sum += currentObj.data.byteLength;\n }\n\n return sum;\n }; // Possibly pad (prefix) the audio track with silence if appending this track\n // would lead to the introduction of a gap in the audio buffer\n\n\n var prefixWithSilence = function prefixWithSilence(track, frames, audioAppendStartTs, videoBaseMediaDecodeTime) {\n var baseMediaDecodeTimeTs,\n frameDuration = 0,\n audioGapDuration = 0,\n audioFillFrameCount = 0,\n audioFillDuration = 0,\n silentFrame,\n i;\n\n if (!frames.length) {\n return;\n }\n\n baseMediaDecodeTimeTs = clock.audioTsToVideoTs(track.baseMediaDecodeTime, track.samplerate); // determine frame clock duration based on sample rate, round up to avoid overfills\n\n frameDuration = Math.ceil(ONE_SECOND_IN_TS$1 / (track.samplerate / 1024));\n\n if (audioAppendStartTs && videoBaseMediaDecodeTime) {\n // insert the shortest possible amount (audio gap or audio to video gap)\n audioGapDuration = baseMediaDecodeTimeTs - Math.max(audioAppendStartTs, videoBaseMediaDecodeTime); // number of full frames in the audio gap\n\n audioFillFrameCount = Math.floor(audioGapDuration / frameDuration);\n audioFillDuration = audioFillFrameCount * frameDuration;\n } // don't attempt to fill gaps smaller than a single frame or larger\n // than a half second\n\n\n if (audioFillFrameCount < 1 || audioFillDuration > ONE_SECOND_IN_TS$1 / 2) {\n return;\n }\n\n silentFrame = silence[track.samplerate];\n\n if (!silentFrame) {\n // we don't have a silent frame pregenerated for the sample rate, so use a frame\n // from the content instead\n silentFrame = frames[0].data;\n }\n\n for (i = 0; i < audioFillFrameCount; i++) {\n frames.splice(i, 0, {\n data: silentFrame\n });\n }\n\n track.baseMediaDecodeTime -= Math.floor(clock.videoTsToAudioTs(audioFillDuration, track.samplerate));\n }; // If the audio segment extends before the earliest allowed dts\n // value, remove AAC frames until starts at or after the earliest\n // allowed DTS so that we don't end up with a negative baseMedia-\n // DecodeTime for the audio track\n\n\n var trimAdtsFramesByEarliestDts = function trimAdtsFramesByEarliestDts(adtsFrames, track, earliestAllowedDts) {\n if (track.minSegmentDts >= earliestAllowedDts) {\n return adtsFrames;\n } // We will need to recalculate the earliest segment Dts\n\n\n track.minSegmentDts = Infinity;\n return adtsFrames.filter(function (currentFrame) {\n // If this is an allowed frame, keep it and record it's Dts\n if (currentFrame.dts >= earliestAllowedDts) {\n track.minSegmentDts = Math.min(track.minSegmentDts, currentFrame.dts);\n track.minSegmentPts = track.minSegmentDts;\n return true;\n } // Otherwise, discard it\n\n\n return false;\n });\n }; // generate the track's raw mdat data from an array of frames\n\n\n var generateSampleTable$1 = function generateSampleTable(frames) {\n var i,\n currentFrame,\n samples = [];\n\n for (i = 0; i < frames.length; i++) {\n currentFrame = frames[i];\n samples.push({\n size: currentFrame.data.byteLength,\n duration: 1024 // For AAC audio, all samples contain 1024 samples\n\n });\n }\n\n return samples;\n }; // generate the track's sample table from an array of frames\n\n\n var concatenateFrameData = function concatenateFrameData(frames) {\n var i,\n currentFrame,\n dataOffset = 0,\n data = new Uint8Array(sumFrameByteLengths(frames));\n\n for (i = 0; i < frames.length; i++) {\n currentFrame = frames[i];\n data.set(currentFrame.data, dataOffset);\n dataOffset += currentFrame.data.byteLength;\n }\n\n return data;\n };\n\n var audioFrameUtils = {\n prefixWithSilence: prefixWithSilence,\n trimAdtsFramesByEarliestDts: trimAdtsFramesByEarliestDts,\n generateSampleTable: generateSampleTable$1,\n concatenateFrameData: concatenateFrameData\n };\n var ONE_SECOND_IN_TS$2 = 90000; // 90kHz clock\n\n /**\n * Store information about the start and end of the track and the\n * duration for each frame/sample we process in order to calculate\n * the baseMediaDecodeTime\n */\n\n var collectDtsInfo = function collectDtsInfo(track, data) {\n if (typeof data.pts === 'number') {\n if (track.timelineStartInfo.pts === undefined) {\n track.timelineStartInfo.pts = data.pts;\n }\n\n if (track.minSegmentPts === undefined) {\n track.minSegmentPts = data.pts;\n } else {\n track.minSegmentPts = Math.min(track.minSegmentPts, data.pts);\n }\n\n if (track.maxSegmentPts === undefined) {\n track.maxSegmentPts = data.pts;\n } else {\n track.maxSegmentPts = Math.max(track.maxSegmentPts, data.pts);\n }\n }\n\n if (typeof data.dts === 'number') {\n if (track.timelineStartInfo.dts === undefined) {\n track.timelineStartInfo.dts = data.dts;\n }\n\n if (track.minSegmentDts === undefined) {\n track.minSegmentDts = data.dts;\n } else {\n track.minSegmentDts = Math.min(track.minSegmentDts, data.dts);\n }\n\n if (track.maxSegmentDts === undefined) {\n track.maxSegmentDts = data.dts;\n } else {\n track.maxSegmentDts = Math.max(track.maxSegmentDts, data.dts);\n }\n }\n };\n /**\n * Clear values used to calculate the baseMediaDecodeTime between\n * tracks\n */\n\n\n var clearDtsInfo = function clearDtsInfo(track) {\n delete track.minSegmentDts;\n delete track.maxSegmentDts;\n delete track.minSegmentPts;\n delete track.maxSegmentPts;\n };\n /**\n * Calculate the track's baseMediaDecodeTime based on the earliest\n * DTS the transmuxer has ever seen and the minimum DTS for the\n * current track\n * @param track {object} track metadata configuration\n * @param keepOriginalTimestamps {boolean} If true, keep the timestamps\n * in the source; false to adjust the first segment to start at 0.\n */\n\n\n var calculateTrackBaseMediaDecodeTime = function calculateTrackBaseMediaDecodeTime(track, keepOriginalTimestamps) {\n var baseMediaDecodeTime,\n scale,\n minSegmentDts = track.minSegmentDts; // Optionally adjust the time so the first segment starts at zero.\n\n if (!keepOriginalTimestamps) {\n minSegmentDts -= track.timelineStartInfo.dts;\n } // track.timelineStartInfo.baseMediaDecodeTime is the location, in time, where\n // we want the start of the first segment to be placed\n\n\n baseMediaDecodeTime = track.timelineStartInfo.baseMediaDecodeTime; // Add to that the distance this segment is from the very first\n\n baseMediaDecodeTime += minSegmentDts; // baseMediaDecodeTime must not become negative\n\n baseMediaDecodeTime = Math.max(0, baseMediaDecodeTime);\n\n if (track.type === 'audio') {\n // Audio has a different clock equal to the sampling_rate so we need to\n // scale the PTS values into the clock rate of the track\n scale = track.samplerate / ONE_SECOND_IN_TS$2;\n baseMediaDecodeTime *= scale;\n baseMediaDecodeTime = Math.floor(baseMediaDecodeTime);\n }\n\n return baseMediaDecodeTime;\n };\n\n var trackDecodeInfo = {\n clearDtsInfo: clearDtsInfo,\n calculateTrackBaseMediaDecodeTime: calculateTrackBaseMediaDecodeTime,\n collectDtsInfo: collectDtsInfo\n };\n /**\n * mux.js\n *\n * Copyright (c) 2015 Brightcove\n * All rights reserved.\n *\n * Reads in-band caption information from a video elementary\n * stream. Captions must follow the CEA-708 standard for injection\n * into an MPEG-2 transport streams.\n * @see https://en.wikipedia.org/wiki/CEA-708\n * @see https://www.gpo.gov/fdsys/pkg/CFR-2007-title47-vol1/pdf/CFR-2007-title47-vol1-sec15-119.pdf\n */\n // Supplemental enhancement information (SEI) NAL units have a\n // payload type field to indicate how they are to be\n // interpreted. CEAS-708 caption content is always transmitted with\n // payload type 0x04.\n\n var USER_DATA_REGISTERED_ITU_T_T35 = 4,\n RBSP_TRAILING_BITS = 128;\n /**\n * Parse a supplemental enhancement information (SEI) NAL unit.\n * Stops parsing once a message of type ITU T T35 has been found.\n *\n * @param bytes {Uint8Array} the bytes of a SEI NAL unit\n * @return {object} the parsed SEI payload\n * @see Rec. ITU-T H.264, 7.3.2.3.1\n */\n\n var parseSei = function parseSei(bytes) {\n var i = 0,\n result = {\n payloadType: -1,\n payloadSize: 0\n },\n payloadType = 0,\n payloadSize = 0; // go through the sei_rbsp parsing each each individual sei_message\n\n while (i < bytes.byteLength) {\n // stop once we have hit the end of the sei_rbsp\n if (bytes[i] === RBSP_TRAILING_BITS) {\n break;\n } // Parse payload type\n\n\n while (bytes[i] === 0xFF) {\n payloadType += 255;\n i++;\n }\n\n payloadType += bytes[i++]; // Parse payload size\n\n while (bytes[i] === 0xFF) {\n payloadSize += 255;\n i++;\n }\n\n payloadSize += bytes[i++]; // this sei_message is a 608/708 caption so save it and break\n // there can only ever be one caption message in a frame's sei\n\n if (!result.payload && payloadType === USER_DATA_REGISTERED_ITU_T_T35) {\n result.payloadType = payloadType;\n result.payloadSize = payloadSize;\n result.payload = bytes.subarray(i, i + payloadSize);\n break;\n } // skip the payload and parse the next message\n\n\n i += payloadSize;\n payloadType = 0;\n payloadSize = 0;\n }\n\n return result;\n }; // see ANSI/SCTE 128-1 (2013), section 8.1\n\n\n var parseUserData = function parseUserData(sei) {\n // itu_t_t35_contry_code must be 181 (United States) for\n // captions\n if (sei.payload[0] !== 181) {\n return null;\n } // itu_t_t35_provider_code should be 49 (ATSC) for captions\n\n\n if ((sei.payload[1] << 8 | sei.payload[2]) !== 49) {\n return null;\n } // the user_identifier should be \"GA94\" to indicate ATSC1 data\n\n\n if (String.fromCharCode(sei.payload[3], sei.payload[4], sei.payload[5], sei.payload[6]) !== 'GA94') {\n return null;\n } // finally, user_data_type_code should be 0x03 for caption data\n\n\n if (sei.payload[7] !== 0x03) {\n return null;\n } // return the user_data_type_structure and strip the trailing\n // marker bits\n\n\n return sei.payload.subarray(8, sei.payload.length - 1);\n }; // see CEA-708-D, section 4.4\n\n\n var parseCaptionPackets = function parseCaptionPackets(pts, userData) {\n var results = [],\n i,\n count,\n offset,\n data; // if this is just filler, return immediately\n\n if (!(userData[0] & 0x40)) {\n return results;\n } // parse out the cc_data_1 and cc_data_2 fields\n\n\n count = userData[0] & 0x1f;\n\n for (i = 0; i < count; i++) {\n offset = i * 3;\n data = {\n type: userData[offset + 2] & 0x03,\n pts: pts\n }; // capture cc data when cc_valid is 1\n\n if (userData[offset + 2] & 0x04) {\n data.ccData = userData[offset + 3] << 8 | userData[offset + 4];\n results.push(data);\n }\n }\n\n return results;\n };\n\n var discardEmulationPreventionBytes = function discardEmulationPreventionBytes(data) {\n var length = data.byteLength,\n emulationPreventionBytesPositions = [],\n i = 1,\n newLength,\n newData; // Find all `Emulation Prevention Bytes`\n\n while (i < length - 2) {\n if (data[i] === 0 && data[i + 1] === 0 && data[i + 2] === 0x03) {\n emulationPreventionBytesPositions.push(i + 2);\n i += 2;\n } else {\n i++;\n }\n } // If no Emulation Prevention Bytes were found just return the original\n // array\n\n\n if (emulationPreventionBytesPositions.length === 0) {\n return data;\n } // Create a new array to hold the NAL unit data\n\n\n newLength = length - emulationPreventionBytesPositions.length;\n newData = new Uint8Array(newLength);\n var sourceIndex = 0;\n\n for (i = 0; i < newLength; sourceIndex++, i++) {\n if (sourceIndex === emulationPreventionBytesPositions[0]) {\n // Skip this byte\n sourceIndex++; // Remove this position index\n\n emulationPreventionBytesPositions.shift();\n }\n\n newData[i] = data[sourceIndex];\n }\n\n return newData;\n }; // exports\n\n\n var captionPacketParser = {\n parseSei: parseSei,\n parseUserData: parseUserData,\n parseCaptionPackets: parseCaptionPackets,\n discardEmulationPreventionBytes: discardEmulationPreventionBytes,\n USER_DATA_REGISTERED_ITU_T_T35: USER_DATA_REGISTERED_ITU_T_T35\n }; // -----------------\n // Link To Transport\n // -----------------\n\n var CaptionStream = function CaptionStream() {\n CaptionStream.prototype.init.call(this);\n this.captionPackets_ = [];\n this.ccStreams_ = [new Cea608Stream(0, 0), // eslint-disable-line no-use-before-define\n new Cea608Stream(0, 1), // eslint-disable-line no-use-before-define\n new Cea608Stream(1, 0), // eslint-disable-line no-use-before-define\n new Cea608Stream(1, 1) // eslint-disable-line no-use-before-define\n ];\n this.reset(); // forward data and done events from CCs to this CaptionStream\n\n this.ccStreams_.forEach(function (cc) {\n cc.on('data', this.trigger.bind(this, 'data'));\n cc.on('done', this.trigger.bind(this, 'done'));\n }, this);\n };\n\n CaptionStream.prototype = new stream();\n\n CaptionStream.prototype.push = function (event) {\n var sei, userData, newCaptionPackets; // only examine SEI NALs\n\n if (event.nalUnitType !== 'sei_rbsp') {\n return;\n } // parse the sei\n\n\n sei = captionPacketParser.parseSei(event.escapedRBSP); // ignore everything but user_data_registered_itu_t_t35\n\n if (sei.payloadType !== captionPacketParser.USER_DATA_REGISTERED_ITU_T_T35) {\n return;\n } // parse out the user data payload\n\n\n userData = captionPacketParser.parseUserData(sei); // ignore unrecognized userData\n\n if (!userData) {\n return;\n } // Sometimes, the same segment # will be downloaded twice. To stop the\n // caption data from being processed twice, we track the latest dts we've\n // received and ignore everything with a dts before that. However, since\n // data for a specific dts can be split across packets on either side of\n // a segment boundary, we need to make sure we *don't* ignore the packets\n // from the *next* segment that have dts === this.latestDts_. By constantly\n // tracking the number of packets received with dts === this.latestDts_, we\n // know how many should be ignored once we start receiving duplicates.\n\n\n if (event.dts < this.latestDts_) {\n // We've started getting older data, so set the flag.\n this.ignoreNextEqualDts_ = true;\n return;\n } else if (event.dts === this.latestDts_ && this.ignoreNextEqualDts_) {\n this.numSameDts_--;\n\n if (!this.numSameDts_) {\n // We've received the last duplicate packet, time to start processing again\n this.ignoreNextEqualDts_ = false;\n }\n\n return;\n } // parse out CC data packets and save them for later\n\n\n newCaptionPackets = captionPacketParser.parseCaptionPackets(event.pts, userData);\n this.captionPackets_ = this.captionPackets_.concat(newCaptionPackets);\n\n if (this.latestDts_ !== event.dts) {\n this.numSameDts_ = 0;\n }\n\n this.numSameDts_++;\n this.latestDts_ = event.dts;\n };\n\n CaptionStream.prototype.flush = function () {\n // make sure we actually parsed captions before proceeding\n if (!this.captionPackets_.length) {\n this.ccStreams_.forEach(function (cc) {\n cc.flush();\n }, this);\n return;\n } // In Chrome, the Array#sort function is not stable so add a\n // presortIndex that we can use to ensure we get a stable-sort\n\n\n this.captionPackets_.forEach(function (elem, idx) {\n elem.presortIndex = idx;\n }); // sort caption byte-pairs based on their PTS values\n\n this.captionPackets_.sort(function (a, b) {\n if (a.pts === b.pts) {\n return a.presortIndex - b.presortIndex;\n }\n\n return a.pts - b.pts;\n });\n this.captionPackets_.forEach(function (packet) {\n if (packet.type < 2) {\n // Dispatch packet to the right Cea608Stream\n this.dispatchCea608Packet(packet);\n } // this is where an 'else' would go for a dispatching packets\n // to a theoretical Cea708Stream that handles SERVICEn data\n\n }, this);\n this.captionPackets_.length = 0;\n this.ccStreams_.forEach(function (cc) {\n cc.flush();\n }, this);\n return;\n };\n\n CaptionStream.prototype.reset = function () {\n this.latestDts_ = null;\n this.ignoreNextEqualDts_ = false;\n this.numSameDts_ = 0;\n this.activeCea608Channel_ = [null, null];\n this.ccStreams_.forEach(function (ccStream) {\n ccStream.reset();\n });\n };\n\n CaptionStream.prototype.dispatchCea608Packet = function (packet) {\n // NOTE: packet.type is the CEA608 field\n if (this.setsChannel1Active(packet)) {\n this.activeCea608Channel_[packet.type] = 0;\n } else if (this.setsChannel2Active(packet)) {\n this.activeCea608Channel_[packet.type] = 1;\n }\n\n if (this.activeCea608Channel_[packet.type] === null) {\n // If we haven't received anything to set the active channel, discard the\n // data; we don't want jumbled captions\n return;\n }\n\n this.ccStreams_[(packet.type << 1) + this.activeCea608Channel_[packet.type]].push(packet);\n };\n\n CaptionStream.prototype.setsChannel1Active = function (packet) {\n return (packet.ccData & 0x7800) === 0x1000;\n };\n\n CaptionStream.prototype.setsChannel2Active = function (packet) {\n return (packet.ccData & 0x7800) === 0x1800;\n }; // ----------------------\n // Session to Application\n // ----------------------\n // This hash maps non-ASCII, special, and extended character codes to their\n // proper Unicode equivalent. The first keys that are only a single byte\n // are the non-standard ASCII characters, which simply map the CEA608 byte\n // to the standard ASCII/Unicode. The two-byte keys that follow are the CEA608\n // character codes, but have their MSB bitmasked with 0x03 so that a lookup\n // can be performed regardless of the field and data channel on which the\n // character code was received.\n\n\n var CHARACTER_TRANSLATION = {\n 0x2a: 0xe1,\n // á\n 0x5c: 0xe9,\n // é\n 0x5e: 0xed,\n // í\n 0x5f: 0xf3,\n // ó\n 0x60: 0xfa,\n // ú\n 0x7b: 0xe7,\n // ç\n 0x7c: 0xf7,\n // ÷\n 0x7d: 0xd1,\n // Ñ\n 0x7e: 0xf1,\n // ñ\n 0x7f: 0x2588,\n // █\n 0x0130: 0xae,\n // ®\n 0x0131: 0xb0,\n // °\n 0x0132: 0xbd,\n // ½\n 0x0133: 0xbf,\n // ¿\n 0x0134: 0x2122,\n // ™\n 0x0135: 0xa2,\n // ¢\n 0x0136: 0xa3,\n // £\n 0x0137: 0x266a,\n // ♪\n 0x0138: 0xe0,\n // à\n 0x0139: 0xa0,\n //\n 0x013a: 0xe8,\n // è\n 0x013b: 0xe2,\n // â\n 0x013c: 0xea,\n // ê\n 0x013d: 0xee,\n // î\n 0x013e: 0xf4,\n // ô\n 0x013f: 0xfb,\n // û\n 0x0220: 0xc1,\n // Á\n 0x0221: 0xc9,\n // É\n 0x0222: 0xd3,\n // Ó\n 0x0223: 0xda,\n // Ú\n 0x0224: 0xdc,\n // Ü\n 0x0225: 0xfc,\n // ü\n 0x0226: 0x2018,\n // ‘\n 0x0227: 0xa1,\n // ¡\n 0x0228: 0x2a,\n // *\n 0x0229: 0x27,\n // '\n 0x022a: 0x2014,\n // —\n 0x022b: 0xa9,\n // ©\n 0x022c: 0x2120,\n // ℠\n 0x022d: 0x2022,\n // •\n 0x022e: 0x201c,\n // “\n 0x022f: 0x201d,\n // ”\n 0x0230: 0xc0,\n // À\n 0x0231: 0xc2,\n // Â\n 0x0232: 0xc7,\n // Ç\n 0x0233: 0xc8,\n // È\n 0x0234: 0xca,\n // Ê\n 0x0235: 0xcb,\n // Ë\n 0x0236: 0xeb,\n // ë\n 0x0237: 0xce,\n // Î\n 0x0238: 0xcf,\n // Ï\n 0x0239: 0xef,\n // ï\n 0x023a: 0xd4,\n // Ô\n 0x023b: 0xd9,\n // Ù\n 0x023c: 0xf9,\n // ù\n 0x023d: 0xdb,\n // Û\n 0x023e: 0xab,\n // «\n 0x023f: 0xbb,\n // »\n 0x0320: 0xc3,\n // Ã\n 0x0321: 0xe3,\n // ã\n 0x0322: 0xcd,\n // Í\n 0x0323: 0xcc,\n // Ì\n 0x0324: 0xec,\n // ì\n 0x0325: 0xd2,\n // Ò\n 0x0326: 0xf2,\n // ò\n 0x0327: 0xd5,\n // Õ\n 0x0328: 0xf5,\n // õ\n 0x0329: 0x7b,\n // {\n 0x032a: 0x7d,\n // }\n 0x032b: 0x5c,\n // \\\n 0x032c: 0x5e,\n // ^\n 0x032d: 0x5f,\n // _\n 0x032e: 0x7c,\n // |\n 0x032f: 0x7e,\n // ~\n 0x0330: 0xc4,\n // Ä\n 0x0331: 0xe4,\n // ä\n 0x0332: 0xd6,\n // Ö\n 0x0333: 0xf6,\n // ö\n 0x0334: 0xdf,\n // ß\n 0x0335: 0xa5,\n // ¥\n 0x0336: 0xa4,\n // ¤\n 0x0337: 0x2502,\n // │\n 0x0338: 0xc5,\n // Å\n 0x0339: 0xe5,\n // å\n 0x033a: 0xd8,\n // Ø\n 0x033b: 0xf8,\n // ø\n 0x033c: 0x250c,\n // ┌\n 0x033d: 0x2510,\n // ┐\n 0x033e: 0x2514,\n // └\n 0x033f: 0x2518 // ┘\n\n };\n\n var getCharFromCode = function getCharFromCode(code) {\n if (code === null) {\n return '';\n }\n\n code = CHARACTER_TRANSLATION[code] || code;\n return String.fromCharCode(code);\n }; // the index of the last row in a CEA-608 display buffer\n\n\n var BOTTOM_ROW = 14; // This array is used for mapping PACs -> row #, since there's no way of\n // getting it through bit logic.\n\n var ROWS = [0x1100, 0x1120, 0x1200, 0x1220, 0x1500, 0x1520, 0x1600, 0x1620, 0x1700, 0x1720, 0x1000, 0x1300, 0x1320, 0x1400, 0x1420]; // CEA-608 captions are rendered onto a 34x15 matrix of character\n // cells. The \"bottom\" row is the last element in the outer array.\n\n var createDisplayBuffer = function createDisplayBuffer() {\n var result = [],\n i = BOTTOM_ROW + 1;\n\n while (i--) {\n result.push('');\n }\n\n return result;\n };\n\n var Cea608Stream = function Cea608Stream(field, dataChannel) {\n Cea608Stream.prototype.init.call(this);\n this.field_ = field || 0;\n this.dataChannel_ = dataChannel || 0;\n this.name_ = 'CC' + ((this.field_ << 1 | this.dataChannel_) + 1);\n this.setConstants();\n this.reset();\n\n this.push = function (packet) {\n var data, swap, char0, char1, text; // remove the parity bits\n\n data = packet.ccData & 0x7f7f; // ignore duplicate control codes; the spec demands they're sent twice\n\n if (data === this.lastControlCode_) {\n this.lastControlCode_ = null;\n return;\n } // Store control codes\n\n\n if ((data & 0xf000) === 0x1000) {\n this.lastControlCode_ = data;\n } else if (data !== this.PADDING_) {\n this.lastControlCode_ = null;\n }\n\n char0 = data >>> 8;\n char1 = data & 0xff;\n\n if (data === this.PADDING_) {\n return;\n } else if (data === this.RESUME_CAPTION_LOADING_) {\n this.mode_ = 'popOn';\n } else if (data === this.END_OF_CAPTION_) {\n // If an EOC is received while in paint-on mode, the displayed caption\n // text should be swapped to non-displayed memory as if it was a pop-on\n // caption. Because of that, we should explicitly switch back to pop-on\n // mode\n this.mode_ = 'popOn';\n this.clearFormatting(packet.pts); // if a caption was being displayed, it's gone now\n\n this.flushDisplayed(packet.pts); // flip memory\n\n swap = this.displayed_;\n this.displayed_ = this.nonDisplayed_;\n this.nonDisplayed_ = swap; // start measuring the time to display the caption\n\n this.startPts_ = packet.pts;\n } else if (data === this.ROLL_UP_2_ROWS_) {\n this.rollUpRows_ = 2;\n this.setRollUp(packet.pts);\n } else if (data === this.ROLL_UP_3_ROWS_) {\n this.rollUpRows_ = 3;\n this.setRollUp(packet.pts);\n } else if (data === this.ROLL_UP_4_ROWS_) {\n this.rollUpRows_ = 4;\n this.setRollUp(packet.pts);\n } else if (data === this.CARRIAGE_RETURN_) {\n this.clearFormatting(packet.pts);\n this.flushDisplayed(packet.pts);\n this.shiftRowsUp_();\n this.startPts_ = packet.pts;\n } else if (data === this.BACKSPACE_) {\n if (this.mode_ === 'popOn') {\n this.nonDisplayed_[this.row_] = this.nonDisplayed_[this.row_].slice(0, -1);\n } else {\n this.displayed_[this.row_] = this.displayed_[this.row_].slice(0, -1);\n }\n } else if (data === this.ERASE_DISPLAYED_MEMORY_) {\n this.flushDisplayed(packet.pts);\n this.displayed_ = createDisplayBuffer();\n } else if (data === this.ERASE_NON_DISPLAYED_MEMORY_) {\n this.nonDisplayed_ = createDisplayBuffer();\n } else if (data === this.RESUME_DIRECT_CAPTIONING_) {\n if (this.mode_ !== 'paintOn') {\n // NOTE: This should be removed when proper caption positioning is\n // implemented\n this.flushDisplayed(packet.pts);\n this.displayed_ = createDisplayBuffer();\n }\n\n this.mode_ = 'paintOn';\n this.startPts_ = packet.pts; // Append special characters to caption text\n } else if (this.isSpecialCharacter(char0, char1)) {\n // Bitmask char0 so that we can apply character transformations\n // regardless of field and data channel.\n // Then byte-shift to the left and OR with char1 so we can pass the\n // entire character code to `getCharFromCode`.\n char0 = (char0 & 0x03) << 8;\n text = getCharFromCode(char0 | char1);\n this[this.mode_](packet.pts, text);\n this.column_++; // Append extended characters to caption text\n } else if (this.isExtCharacter(char0, char1)) {\n // Extended characters always follow their \"non-extended\" equivalents.\n // IE if a \"è\" is desired, you'll always receive \"eè\"; non-compliant\n // decoders are supposed to drop the \"è\", while compliant decoders\n // backspace the \"e\" and insert \"è\".\n // Delete the previous character\n if (this.mode_ === 'popOn') {\n this.nonDisplayed_[this.row_] = this.nonDisplayed_[this.row_].slice(0, -1);\n } else {\n this.displayed_[this.row_] = this.displayed_[this.row_].slice(0, -1);\n } // Bitmask char0 so that we can apply character transformations\n // regardless of field and data channel.\n // Then byte-shift to the left and OR with char1 so we can pass the\n // entire character code to `getCharFromCode`.\n\n\n char0 = (char0 & 0x03) << 8;\n text = getCharFromCode(char0 | char1);\n this[this.mode_](packet.pts, text);\n this.column_++; // Process mid-row codes\n } else if (this.isMidRowCode(char0, char1)) {\n // Attributes are not additive, so clear all formatting\n this.clearFormatting(packet.pts); // According to the standard, mid-row codes\n // should be replaced with spaces, so add one now\n\n this[this.mode_](packet.pts, ' ');\n this.column_++;\n\n if ((char1 & 0xe) === 0xe) {\n this.addFormatting(packet.pts, ['i']);\n }\n\n if ((char1 & 0x1) === 0x1) {\n this.addFormatting(packet.pts, ['u']);\n } // Detect offset control codes and adjust cursor\n\n } else if (this.isOffsetControlCode(char0, char1)) {\n // Cursor position is set by indent PAC (see below) in 4-column\n // increments, with an additional offset code of 1-3 to reach any\n // of the 32 columns specified by CEA-608. So all we need to do\n // here is increment the column cursor by the given offset.\n this.column_ += char1 & 0x03; // Detect PACs (Preamble Address Codes)\n } else if (this.isPAC(char0, char1)) {\n // There's no logic for PAC -> row mapping, so we have to just\n // find the row code in an array and use its index :(\n var row = ROWS.indexOf(data & 0x1f20); // Configure the caption window if we're in roll-up mode\n\n if (this.mode_ === 'rollUp') {\n // This implies that the base row is incorrectly set.\n // As per the recommendation in CEA-608(Base Row Implementation), defer to the number\n // of roll-up rows set.\n if (row - this.rollUpRows_ + 1 < 0) {\n row = this.rollUpRows_ - 1;\n }\n\n this.setRollUp(packet.pts, row);\n }\n\n if (row !== this.row_) {\n // formatting is only persistent for current row\n this.clearFormatting(packet.pts);\n this.row_ = row;\n } // All PACs can apply underline, so detect and apply\n // (All odd-numbered second bytes set underline)\n\n\n if (char1 & 0x1 && this.formatting_.indexOf('u') === -1) {\n this.addFormatting(packet.pts, ['u']);\n }\n\n if ((data & 0x10) === 0x10) {\n // We've got an indent level code. Each successive even number\n // increments the column cursor by 4, so we can get the desired\n // column position by bit-shifting to the right (to get n/2)\n // and multiplying by 4.\n this.column_ = ((data & 0xe) >> 1) * 4;\n }\n\n if (this.isColorPAC(char1)) {\n // it's a color code, though we only support white, which\n // can be either normal or italicized. white italics can be\n // either 0x4e or 0x6e depending on the row, so we just\n // bitwise-and with 0xe to see if italics should be turned on\n if ((char1 & 0xe) === 0xe) {\n this.addFormatting(packet.pts, ['i']);\n }\n } // We have a normal character in char0, and possibly one in char1\n\n } else if (this.isNormalChar(char0)) {\n if (char1 === 0x00) {\n char1 = null;\n }\n\n text = getCharFromCode(char0);\n text += getCharFromCode(char1);\n this[this.mode_](packet.pts, text);\n this.column_ += text.length;\n } // finish data processing\n\n };\n };\n\n Cea608Stream.prototype = new stream(); // Trigger a cue point that captures the current state of the\n // display buffer\n\n Cea608Stream.prototype.flushDisplayed = function (pts) {\n var content = this.displayed_ // remove spaces from the start and end of the string\n .map(function (row) {\n try {\n return row.trim();\n } catch (e) {\n // Ordinarily, this shouldn't happen. However, caption\n // parsing errors should not throw exceptions and\n // break playback.\n // eslint-disable-next-line no-console\n console.error('Skipping malformed caption.');\n return '';\n }\n }) // combine all text rows to display in one cue\n .join('\\n') // and remove blank rows from the start and end, but not the middle\n .replace(/^\\n+|\\n+$/g, '');\n\n if (content.length) {\n this.trigger('data', {\n startPts: this.startPts_,\n endPts: pts,\n text: content,\n stream: this.name_\n });\n }\n };\n /**\n * Zero out the data, used for startup and on seek\n */\n\n\n Cea608Stream.prototype.reset = function () {\n this.mode_ = 'popOn'; // When in roll-up mode, the index of the last row that will\n // actually display captions. If a caption is shifted to a row\n // with a lower index than this, it is cleared from the display\n // buffer\n\n this.topRow_ = 0;\n this.startPts_ = 0;\n this.displayed_ = createDisplayBuffer();\n this.nonDisplayed_ = createDisplayBuffer();\n this.lastControlCode_ = null; // Track row and column for proper line-breaking and spacing\n\n this.column_ = 0;\n this.row_ = BOTTOM_ROW;\n this.rollUpRows_ = 2; // This variable holds currently-applied formatting\n\n this.formatting_ = [];\n };\n /**\n * Sets up control code and related constants for this instance\n */\n\n\n Cea608Stream.prototype.setConstants = function () {\n // The following attributes have these uses:\n // ext_ : char0 for mid-row codes, and the base for extended\n // chars (ext_+0, ext_+1, and ext_+2 are char0s for\n // extended codes)\n // control_: char0 for control codes, except byte-shifted to the\n // left so that we can do this.control_ | CONTROL_CODE\n // offset_: char0 for tab offset codes\n //\n // It's also worth noting that control codes, and _only_ control codes,\n // differ between field 1 and field2. Field 2 control codes are always\n // their field 1 value plus 1. That's why there's the \"| field\" on the\n // control value.\n if (this.dataChannel_ === 0) {\n this.BASE_ = 0x10;\n this.EXT_ = 0x11;\n this.CONTROL_ = (0x14 | this.field_) << 8;\n this.OFFSET_ = 0x17;\n } else if (this.dataChannel_ === 1) {\n this.BASE_ = 0x18;\n this.EXT_ = 0x19;\n this.CONTROL_ = (0x1c | this.field_) << 8;\n this.OFFSET_ = 0x1f;\n } // Constants for the LSByte command codes recognized by Cea608Stream. This\n // list is not exhaustive. For a more comprehensive listing and semantics see\n // http://www.gpo.gov/fdsys/pkg/CFR-2010-title47-vol1/pdf/CFR-2010-title47-vol1-sec15-119.pdf\n // Padding\n\n\n this.PADDING_ = 0x0000; // Pop-on Mode\n\n this.RESUME_CAPTION_LOADING_ = this.CONTROL_ | 0x20;\n this.END_OF_CAPTION_ = this.CONTROL_ | 0x2f; // Roll-up Mode\n\n this.ROLL_UP_2_ROWS_ = this.CONTROL_ | 0x25;\n this.ROLL_UP_3_ROWS_ = this.CONTROL_ | 0x26;\n this.ROLL_UP_4_ROWS_ = this.CONTROL_ | 0x27;\n this.CARRIAGE_RETURN_ = this.CONTROL_ | 0x2d; // paint-on mode\n\n this.RESUME_DIRECT_CAPTIONING_ = this.CONTROL_ | 0x29; // Erasure\n\n this.BACKSPACE_ = this.CONTROL_ | 0x21;\n this.ERASE_DISPLAYED_MEMORY_ = this.CONTROL_ | 0x2c;\n this.ERASE_NON_DISPLAYED_MEMORY_ = this.CONTROL_ | 0x2e;\n };\n /**\n * Detects if the 2-byte packet data is a special character\n *\n * Special characters have a second byte in the range 0x30 to 0x3f,\n * with the first byte being 0x11 (for data channel 1) or 0x19 (for\n * data channel 2).\n *\n * @param {Integer} char0 The first byte\n * @param {Integer} char1 The second byte\n * @return {Boolean} Whether the 2 bytes are an special character\n */\n\n\n Cea608Stream.prototype.isSpecialCharacter = function (char0, char1) {\n return char0 === this.EXT_ && char1 >= 0x30 && char1 <= 0x3f;\n };\n /**\n * Detects if the 2-byte packet data is an extended character\n *\n * Extended characters have a second byte in the range 0x20 to 0x3f,\n * with the first byte being 0x12 or 0x13 (for data channel 1) or\n * 0x1a or 0x1b (for data channel 2).\n *\n * @param {Integer} char0 The first byte\n * @param {Integer} char1 The second byte\n * @return {Boolean} Whether the 2 bytes are an extended character\n */\n\n\n Cea608Stream.prototype.isExtCharacter = function (char0, char1) {\n return (char0 === this.EXT_ + 1 || char0 === this.EXT_ + 2) && char1 >= 0x20 && char1 <= 0x3f;\n };\n /**\n * Detects if the 2-byte packet is a mid-row code\n *\n * Mid-row codes have a second byte in the range 0x20 to 0x2f, with\n * the first byte being 0x11 (for data channel 1) or 0x19 (for data\n * channel 2).\n *\n * @param {Integer} char0 The first byte\n * @param {Integer} char1 The second byte\n * @return {Boolean} Whether the 2 bytes are a mid-row code\n */\n\n\n Cea608Stream.prototype.isMidRowCode = function (char0, char1) {\n return char0 === this.EXT_ && char1 >= 0x20 && char1 <= 0x2f;\n };\n /**\n * Detects if the 2-byte packet is an offset control code\n *\n * Offset control codes have a second byte in the range 0x21 to 0x23,\n * with the first byte being 0x17 (for data channel 1) or 0x1f (for\n * data channel 2).\n *\n * @param {Integer} char0 The first byte\n * @param {Integer} char1 The second byte\n * @return {Boolean} Whether the 2 bytes are an offset control code\n */\n\n\n Cea608Stream.prototype.isOffsetControlCode = function (char0, char1) {\n return char0 === this.OFFSET_ && char1 >= 0x21 && char1 <= 0x23;\n };\n /**\n * Detects if the 2-byte packet is a Preamble Address Code\n *\n * PACs have a first byte in the range 0x10 to 0x17 (for data channel 1)\n * or 0x18 to 0x1f (for data channel 2), with the second byte in the\n * range 0x40 to 0x7f.\n *\n * @param {Integer} char0 The first byte\n * @param {Integer} char1 The second byte\n * @return {Boolean} Whether the 2 bytes are a PAC\n */\n\n\n Cea608Stream.prototype.isPAC = function (char0, char1) {\n return char0 >= this.BASE_ && char0 < this.BASE_ + 8 && char1 >= 0x40 && char1 <= 0x7f;\n };\n /**\n * Detects if a packet's second byte is in the range of a PAC color code\n *\n * PAC color codes have the second byte be in the range 0x40 to 0x4f, or\n * 0x60 to 0x6f.\n *\n * @param {Integer} char1 The second byte\n * @return {Boolean} Whether the byte is a color PAC\n */\n\n\n Cea608Stream.prototype.isColorPAC = function (char1) {\n return char1 >= 0x40 && char1 <= 0x4f || char1 >= 0x60 && char1 <= 0x7f;\n };\n /**\n * Detects if a single byte is in the range of a normal character\n *\n * Normal text bytes are in the range 0x20 to 0x7f.\n *\n * @param {Integer} char The byte\n * @return {Boolean} Whether the byte is a normal character\n */\n\n\n Cea608Stream.prototype.isNormalChar = function (char) {\n return char >= 0x20 && char <= 0x7f;\n };\n /**\n * Configures roll-up\n *\n * @param {Integer} pts Current PTS\n * @param {Integer} newBaseRow Used by PACs to slide the current window to\n * a new position\n */\n\n\n Cea608Stream.prototype.setRollUp = function (pts, newBaseRow) {\n // Reset the base row to the bottom row when switching modes\n if (this.mode_ !== 'rollUp') {\n this.row_ = BOTTOM_ROW;\n this.mode_ = 'rollUp'; // Spec says to wipe memories when switching to roll-up\n\n this.flushDisplayed(pts);\n this.nonDisplayed_ = createDisplayBuffer();\n this.displayed_ = createDisplayBuffer();\n }\n\n if (newBaseRow !== undefined && newBaseRow !== this.row_) {\n // move currently displayed captions (up or down) to the new base row\n for (var i = 0; i < this.rollUpRows_; i++) {\n this.displayed_[newBaseRow - i] = this.displayed_[this.row_ - i];\n this.displayed_[this.row_ - i] = '';\n }\n }\n\n if (newBaseRow === undefined) {\n newBaseRow = this.row_;\n }\n\n this.topRow_ = newBaseRow - this.rollUpRows_ + 1;\n }; // Adds the opening HTML tag for the passed character to the caption text,\n // and keeps track of it for later closing\n\n\n Cea608Stream.prototype.addFormatting = function (pts, format) {\n this.formatting_ = this.formatting_.concat(format);\n var text = format.reduce(function (text, format) {\n return text + '<' + format + '>';\n }, '');\n this[this.mode_](pts, text);\n }; // Adds HTML closing tags for current formatting to caption text and\n // clears remembered formatting\n\n\n Cea608Stream.prototype.clearFormatting = function (pts) {\n if (!this.formatting_.length) {\n return;\n }\n\n var text = this.formatting_.reverse().reduce(function (text, format) {\n return text + '</' + format + '>';\n }, '');\n this.formatting_ = [];\n this[this.mode_](pts, text);\n }; // Mode Implementations\n\n\n Cea608Stream.prototype.popOn = function (pts, text) {\n var baseRow = this.nonDisplayed_[this.row_]; // buffer characters\n\n baseRow += text;\n this.nonDisplayed_[this.row_] = baseRow;\n };\n\n Cea608Stream.prototype.rollUp = function (pts, text) {\n var baseRow = this.displayed_[this.row_];\n baseRow += text;\n this.displayed_[this.row_] = baseRow;\n };\n\n Cea608Stream.prototype.shiftRowsUp_ = function () {\n var i; // clear out inactive rows\n\n for (i = 0; i < this.topRow_; i++) {\n this.displayed_[i] = '';\n }\n\n for (i = this.row_ + 1; i < BOTTOM_ROW + 1; i++) {\n this.displayed_[i] = '';\n } // shift displayed rows up\n\n\n for (i = this.topRow_; i < this.row_; i++) {\n this.displayed_[i] = this.displayed_[i + 1];\n } // clear out the bottom row\n\n\n this.displayed_[this.row_] = '';\n };\n\n Cea608Stream.prototype.paintOn = function (pts, text) {\n var baseRow = this.displayed_[this.row_];\n baseRow += text;\n this.displayed_[this.row_] = baseRow;\n }; // exports\n\n\n var captionStream = {\n CaptionStream: CaptionStream,\n Cea608Stream: Cea608Stream\n };\n var streamTypes = {\n H264_STREAM_TYPE: 0x1B,\n ADTS_STREAM_TYPE: 0x0F,\n METADATA_STREAM_TYPE: 0x15\n };\n var MAX_TS = 8589934592;\n var RO_THRESH = 4294967296;\n\n var handleRollover = function handleRollover(value, reference) {\n var direction = 1;\n\n if (value > reference) {\n // If the current timestamp value is greater than our reference timestamp and we detect a\n // timestamp rollover, this means the roll over is happening in the opposite direction.\n // Example scenario: Enter a long stream/video just after a rollover occurred. The reference\n // point will be set to a small number, e.g. 1. The user then seeks backwards over the\n // rollover point. In loading this segment, the timestamp values will be very large,\n // e.g. 2^33 - 1. Since this comes before the data we loaded previously, we want to adjust\n // the time stamp to be `value - 2^33`.\n direction = -1;\n } // Note: A seek forwards or back that is greater than the RO_THRESH (2^32, ~13 hours) will\n // cause an incorrect adjustment.\n\n\n while (Math.abs(reference - value) > RO_THRESH) {\n value += direction * MAX_TS;\n }\n\n return value;\n };\n\n var TimestampRolloverStream = function TimestampRolloverStream(type) {\n var lastDTS, referenceDTS;\n TimestampRolloverStream.prototype.init.call(this);\n this.type_ = type;\n\n this.push = function (data) {\n if (data.type !== this.type_) {\n return;\n }\n\n if (referenceDTS === undefined) {\n referenceDTS = data.dts;\n }\n\n data.dts = handleRollover(data.dts, referenceDTS);\n data.pts = handleRollover(data.pts, referenceDTS);\n lastDTS = data.dts;\n this.trigger('data', data);\n };\n\n this.flush = function () {\n referenceDTS = lastDTS;\n this.trigger('done');\n };\n\n this.discontinuity = function () {\n referenceDTS = void 0;\n lastDTS = void 0;\n };\n };\n\n TimestampRolloverStream.prototype = new stream();\n var timestampRolloverStream = {\n TimestampRolloverStream: TimestampRolloverStream,\n handleRollover: handleRollover\n };\n\n var percentEncode = function percentEncode(bytes, start, end) {\n var i,\n result = '';\n\n for (i = start; i < end; i++) {\n result += '%' + ('00' + bytes[i].toString(16)).slice(-2);\n }\n\n return result;\n },\n // return the string representation of the specified byte range,\n // interpreted as UTf-8.\n parseUtf8 = function parseUtf8(bytes, start, end) {\n return decodeURIComponent(percentEncode(bytes, start, end));\n },\n // return the string representation of the specified byte range,\n // interpreted as ISO-8859-1.\n parseIso88591 = function parseIso88591(bytes, start, end) {\n return unescape(percentEncode(bytes, start, end)); // jshint ignore:line\n },\n parseSyncSafeInteger = function parseSyncSafeInteger(data) {\n return data[0] << 21 | data[1] << 14 | data[2] << 7 | data[3];\n },\n tagParsers = {\n TXXX: function TXXX(tag) {\n var i;\n\n if (tag.data[0] !== 3) {\n // ignore frames with unrecognized character encodings\n return;\n }\n\n for (i = 1; i < tag.data.length; i++) {\n if (tag.data[i] === 0) {\n // parse the text fields\n tag.description = parseUtf8(tag.data, 1, i); // do not include the null terminator in the tag value\n\n tag.value = parseUtf8(tag.data, i + 1, tag.data.length).replace(/\\0*$/, '');\n break;\n }\n }\n\n tag.data = tag.value;\n },\n WXXX: function WXXX(tag) {\n var i;\n\n if (tag.data[0] !== 3) {\n // ignore frames with unrecognized character encodings\n return;\n }\n\n for (i = 1; i < tag.data.length; i++) {\n if (tag.data[i] === 0) {\n // parse the description and URL fields\n tag.description = parseUtf8(tag.data, 1, i);\n tag.url = parseUtf8(tag.data, i + 1, tag.data.length);\n break;\n }\n }\n },\n PRIV: function PRIV(tag) {\n var i;\n\n for (i = 0; i < tag.data.length; i++) {\n if (tag.data[i] === 0) {\n // parse the description and URL fields\n tag.owner = parseIso88591(tag.data, 0, i);\n break;\n }\n }\n\n tag.privateData = tag.data.subarray(i + 1);\n tag.data = tag.privateData;\n }\n },\n _MetadataStream;\n\n _MetadataStream = function MetadataStream(options) {\n var settings = {\n debug: !!(options && options.debug),\n // the bytes of the program-level descriptor field in MP2T\n // see ISO/IEC 13818-1:2013 (E), section 2.6 \"Program and\n // program element descriptors\"\n descriptor: options && options.descriptor\n },\n // the total size in bytes of the ID3 tag being parsed\n tagSize = 0,\n // tag data that is not complete enough to be parsed\n buffer = [],\n // the total number of bytes currently in the buffer\n bufferSize = 0,\n i;\n\n _MetadataStream.prototype.init.call(this); // calculate the text track in-band metadata track dispatch type\n // https://html.spec.whatwg.org/multipage/embedded-content.html#steps-to-expose-a-media-resource-specific-text-track\n\n\n this.dispatchType = streamTypes.METADATA_STREAM_TYPE.toString(16);\n\n if (settings.descriptor) {\n for (i = 0; i < settings.descriptor.length; i++) {\n this.dispatchType += ('00' + settings.descriptor[i].toString(16)).slice(-2);\n }\n }\n\n this.push = function (chunk) {\n var tag, frameStart, frameSize, frame, i, frameHeader;\n\n if (chunk.type !== 'timed-metadata') {\n return;\n } // if data_alignment_indicator is set in the PES header,\n // we must have the start of a new ID3 tag. Assume anything\n // remaining in the buffer was malformed and throw it out\n\n\n if (chunk.dataAlignmentIndicator) {\n bufferSize = 0;\n buffer.length = 0;\n } // ignore events that don't look like ID3 data\n\n\n if (buffer.length === 0 && (chunk.data.length < 10 || chunk.data[0] !== 'I'.charCodeAt(0) || chunk.data[1] !== 'D'.charCodeAt(0) || chunk.data[2] !== '3'.charCodeAt(0))) {\n if (settings.debug) {\n // eslint-disable-next-line no-console\n console.log('Skipping unrecognized metadata packet');\n }\n\n return;\n } // add this chunk to the data we've collected so far\n\n\n buffer.push(chunk);\n bufferSize += chunk.data.byteLength; // grab the size of the entire frame from the ID3 header\n\n if (buffer.length === 1) {\n // the frame size is transmitted as a 28-bit integer in the\n // last four bytes of the ID3 header.\n // The most significant bit of each byte is dropped and the\n // results concatenated to recover the actual value.\n tagSize = parseSyncSafeInteger(chunk.data.subarray(6, 10)); // ID3 reports the tag size excluding the header but it's more\n // convenient for our comparisons to include it\n\n tagSize += 10;\n } // if the entire frame has not arrived, wait for more data\n\n\n if (bufferSize < tagSize) {\n return;\n } // collect the entire frame so it can be parsed\n\n\n tag = {\n data: new Uint8Array(tagSize),\n frames: [],\n pts: buffer[0].pts,\n dts: buffer[0].dts\n };\n\n for (i = 0; i < tagSize;) {\n tag.data.set(buffer[0].data.subarray(0, tagSize - i), i);\n i += buffer[0].data.byteLength;\n bufferSize -= buffer[0].data.byteLength;\n buffer.shift();\n } // find the start of the first frame and the end of the tag\n\n\n frameStart = 10;\n\n if (tag.data[5] & 0x40) {\n // advance the frame start past the extended header\n frameStart += 4; // header size field\n\n frameStart += parseSyncSafeInteger(tag.data.subarray(10, 14)); // clip any padding off the end\n\n tagSize -= parseSyncSafeInteger(tag.data.subarray(16, 20));\n } // parse one or more ID3 frames\n // http://id3.org/id3v2.3.0#ID3v2_frame_overview\n\n\n do {\n // determine the number of bytes in this frame\n frameSize = parseSyncSafeInteger(tag.data.subarray(frameStart + 4, frameStart + 8));\n\n if (frameSize < 1) {\n // eslint-disable-next-line no-console\n return console.log('Malformed ID3 frame encountered. Skipping metadata parsing.');\n }\n\n frameHeader = String.fromCharCode(tag.data[frameStart], tag.data[frameStart + 1], tag.data[frameStart + 2], tag.data[frameStart + 3]);\n frame = {\n id: frameHeader,\n data: tag.data.subarray(frameStart + 10, frameStart + frameSize + 10)\n };\n frame.key = frame.id;\n\n if (tagParsers[frame.id]) {\n tagParsers[frame.id](frame); // handle the special PRIV frame used to indicate the start\n // time for raw AAC data\n\n if (frame.owner === 'com.apple.streaming.transportStreamTimestamp') {\n var d = frame.data,\n size = (d[3] & 0x01) << 30 | d[4] << 22 | d[5] << 14 | d[6] << 6 | d[7] >>> 2;\n size *= 4;\n size += d[7] & 0x03;\n frame.timeStamp = size; // in raw AAC, all subsequent data will be timestamped based\n // on the value of this frame\n // we couldn't have known the appropriate pts and dts before\n // parsing this ID3 tag so set those values now\n\n if (tag.pts === undefined && tag.dts === undefined) {\n tag.pts = frame.timeStamp;\n tag.dts = frame.timeStamp;\n }\n\n this.trigger('timestamp', frame);\n }\n }\n\n tag.frames.push(frame);\n frameStart += 10; // advance past the frame header\n\n frameStart += frameSize; // advance past the frame body\n } while (frameStart < tagSize);\n\n this.trigger('data', tag);\n };\n };\n\n _MetadataStream.prototype = new stream();\n var metadataStream = _MetadataStream;\n var TimestampRolloverStream$1 = timestampRolloverStream.TimestampRolloverStream; // object types\n\n var _TransportPacketStream, _TransportParseStream, _ElementaryStream; // constants\n\n\n var MP2T_PACKET_LENGTH = 188,\n // bytes\n SYNC_BYTE = 0x47;\n /**\n * Splits an incoming stream of binary data into MPEG-2 Transport\n * Stream packets.\n */\n\n _TransportPacketStream = function TransportPacketStream() {\n var buffer = new Uint8Array(MP2T_PACKET_LENGTH),\n bytesInBuffer = 0;\n\n _TransportPacketStream.prototype.init.call(this); // Deliver new bytes to the stream.\n\n /**\n * Split a stream of data into M2TS packets\n **/\n\n\n this.push = function (bytes) {\n var startIndex = 0,\n endIndex = MP2T_PACKET_LENGTH,\n everything; // If there are bytes remaining from the last segment, prepend them to the\n // bytes that were pushed in\n\n if (bytesInBuffer) {\n everything = new Uint8Array(bytes.byteLength + bytesInBuffer);\n everything.set(buffer.subarray(0, bytesInBuffer));\n everything.set(bytes, bytesInBuffer);\n bytesInBuffer = 0;\n } else {\n everything = bytes;\n } // While we have enough data for a packet\n\n\n while (endIndex < everything.byteLength) {\n // Look for a pair of start and end sync bytes in the data..\n if (everything[startIndex] === SYNC_BYTE && everything[endIndex] === SYNC_BYTE) {\n // We found a packet so emit it and jump one whole packet forward in\n // the stream\n this.trigger('data', everything.subarray(startIndex, endIndex));\n startIndex += MP2T_PACKET_LENGTH;\n endIndex += MP2T_PACKET_LENGTH;\n continue;\n } // If we get here, we have somehow become de-synchronized and we need to step\n // forward one byte at a time until we find a pair of sync bytes that denote\n // a packet\n\n\n startIndex++;\n endIndex++;\n } // If there was some data left over at the end of the segment that couldn't\n // possibly be a whole packet, keep it because it might be the start of a packet\n // that continues in the next segment\n\n\n if (startIndex < everything.byteLength) {\n buffer.set(everything.subarray(startIndex), 0);\n bytesInBuffer = everything.byteLength - startIndex;\n }\n };\n /**\n * Passes identified M2TS packets to the TransportParseStream to be parsed\n **/\n\n\n this.flush = function () {\n // If the buffer contains a whole packet when we are being flushed, emit it\n // and empty the buffer. Otherwise hold onto the data because it may be\n // important for decoding the next segment\n if (bytesInBuffer === MP2T_PACKET_LENGTH && buffer[0] === SYNC_BYTE) {\n this.trigger('data', buffer);\n bytesInBuffer = 0;\n }\n\n this.trigger('done');\n };\n };\n\n _TransportPacketStream.prototype = new stream();\n /**\n * Accepts an MP2T TransportPacketStream and emits data events with parsed\n * forms of the individual transport stream packets.\n */\n\n _TransportParseStream = function TransportParseStream() {\n var parsePsi, parsePat, parsePmt, self;\n\n _TransportParseStream.prototype.init.call(this);\n\n self = this;\n this.packetsWaitingForPmt = [];\n this.programMapTable = undefined;\n\n parsePsi = function parsePsi(payload, psi) {\n var offset = 0; // PSI packets may be split into multiple sections and those\n // sections may be split into multiple packets. If a PSI\n // section starts in this packet, the payload_unit_start_indicator\n // will be true and the first byte of the payload will indicate\n // the offset from the current position to the start of the\n // section.\n\n if (psi.payloadUnitStartIndicator) {\n offset += payload[offset] + 1;\n }\n\n if (psi.type === 'pat') {\n parsePat(payload.subarray(offset), psi);\n } else {\n parsePmt(payload.subarray(offset), psi);\n }\n };\n\n parsePat = function parsePat(payload, pat) {\n pat.section_number = payload[7]; // eslint-disable-line camelcase\n\n pat.last_section_number = payload[8]; // eslint-disable-line camelcase\n // skip the PSI header and parse the first PMT entry\n\n self.pmtPid = (payload[10] & 0x1F) << 8 | payload[11];\n pat.pmtPid = self.pmtPid;\n };\n /**\n * Parse out the relevant fields of a Program Map Table (PMT).\n * @param payload {Uint8Array} the PMT-specific portion of an MP2T\n * packet. The first byte in this array should be the table_id\n * field.\n * @param pmt {object} the object that should be decorated with\n * fields parsed from the PMT.\n */\n\n\n parsePmt = function parsePmt(payload, pmt) {\n var sectionLength, tableEnd, programInfoLength, offset; // PMTs can be sent ahead of the time when they should actually\n // take effect. We don't believe this should ever be the case\n // for HLS but we'll ignore \"forward\" PMT declarations if we see\n // them. Future PMT declarations have the current_next_indicator\n // set to zero.\n\n if (!(payload[5] & 0x01)) {\n return;\n } // overwrite any existing program map table\n\n\n self.programMapTable = {\n video: null,\n audio: null,\n 'timed-metadata': {}\n }; // the mapping table ends at the end of the current section\n\n sectionLength = (payload[1] & 0x0f) << 8 | payload[2];\n tableEnd = 3 + sectionLength - 4; // to determine where the table is, we have to figure out how\n // long the program info descriptors are\n\n programInfoLength = (payload[10] & 0x0f) << 8 | payload[11]; // advance the offset to the first entry in the mapping table\n\n offset = 12 + programInfoLength;\n\n while (offset < tableEnd) {\n var streamType = payload[offset];\n var pid = (payload[offset + 1] & 0x1F) << 8 | payload[offset + 2]; // only map a single elementary_pid for audio and video stream types\n // TODO: should this be done for metadata too? for now maintain behavior of\n // multiple metadata streams\n\n if (streamType === streamTypes.H264_STREAM_TYPE && self.programMapTable.video === null) {\n self.programMapTable.video = pid;\n } else if (streamType === streamTypes.ADTS_STREAM_TYPE && self.programMapTable.audio === null) {\n self.programMapTable.audio = pid;\n } else if (streamType === streamTypes.METADATA_STREAM_TYPE) {\n // map pid to stream type for metadata streams\n self.programMapTable['timed-metadata'][pid] = streamType;\n } // move to the next table entry\n // skip past the elementary stream descriptors, if present\n\n\n offset += ((payload[offset + 3] & 0x0F) << 8 | payload[offset + 4]) + 5;\n } // record the map on the packet as well\n\n\n pmt.programMapTable = self.programMapTable;\n };\n /**\n * Deliver a new MP2T packet to the next stream in the pipeline.\n */\n\n\n this.push = function (packet) {\n var result = {},\n offset = 4;\n result.payloadUnitStartIndicator = !!(packet[1] & 0x40); // pid is a 13-bit field starting at the last bit of packet[1]\n\n result.pid = packet[1] & 0x1f;\n result.pid <<= 8;\n result.pid |= packet[2]; // if an adaption field is present, its length is specified by the\n // fifth byte of the TS packet header. The adaptation field is\n // used to add stuffing to PES packets that don't fill a complete\n // TS packet, and to specify some forms of timing and control data\n // that we do not currently use.\n\n if ((packet[3] & 0x30) >>> 4 > 0x01) {\n offset += packet[offset] + 1;\n } // parse the rest of the packet based on the type\n\n\n if (result.pid === 0) {\n result.type = 'pat';\n parsePsi(packet.subarray(offset), result);\n this.trigger('data', result);\n } else if (result.pid === this.pmtPid) {\n result.type = 'pmt';\n parsePsi(packet.subarray(offset), result);\n this.trigger('data', result); // if there are any packets waiting for a PMT to be found, process them now\n\n while (this.packetsWaitingForPmt.length) {\n this.processPes_.apply(this, this.packetsWaitingForPmt.shift());\n }\n } else if (this.programMapTable === undefined) {\n // When we have not seen a PMT yet, defer further processing of\n // PES packets until one has been parsed\n this.packetsWaitingForPmt.push([packet, offset, result]);\n } else {\n this.processPes_(packet, offset, result);\n }\n };\n\n this.processPes_ = function (packet, offset, result) {\n // set the appropriate stream type\n if (result.pid === this.programMapTable.video) {\n result.streamType = streamTypes.H264_STREAM_TYPE;\n } else if (result.pid === this.programMapTable.audio) {\n result.streamType = streamTypes.ADTS_STREAM_TYPE;\n } else {\n // if not video or audio, it is timed-metadata or unknown\n // if unknown, streamType will be undefined\n result.streamType = this.programMapTable['timed-metadata'][result.pid];\n }\n\n result.type = 'pes';\n result.data = packet.subarray(offset);\n this.trigger('data', result);\n };\n };\n\n _TransportParseStream.prototype = new stream();\n _TransportParseStream.STREAM_TYPES = {\n h264: 0x1b,\n adts: 0x0f\n };\n /**\n * Reconsistutes program elementary stream (PES) packets from parsed\n * transport stream packets. That is, if you pipe an\n * mp2t.TransportParseStream into a mp2t.ElementaryStream, the output\n * events will be events which capture the bytes for individual PES\n * packets plus relevant metadata that has been extracted from the\n * container.\n */\n\n _ElementaryStream = function ElementaryStream() {\n var self = this,\n // PES packet fragments\n video = {\n data: [],\n size: 0\n },\n audio = {\n data: [],\n size: 0\n },\n timedMetadata = {\n data: [],\n size: 0\n },\n parsePes = function parsePes(payload, pes) {\n var ptsDtsFlags; // get the packet length, this will be 0 for video\n\n pes.packetLength = 6 + (payload[4] << 8 | payload[5]); // find out if this packets starts a new keyframe\n\n pes.dataAlignmentIndicator = (payload[6] & 0x04) !== 0; // PES packets may be annotated with a PTS value, or a PTS value\n // and a DTS value. Determine what combination of values is\n // available to work with.\n\n ptsDtsFlags = payload[7]; // PTS and DTS are normally stored as a 33-bit number. Javascript\n // performs all bitwise operations on 32-bit integers but javascript\n // supports a much greater range (52-bits) of integer using standard\n // mathematical operations.\n // We construct a 31-bit value using bitwise operators over the 31\n // most significant bits and then multiply by 4 (equal to a left-shift\n // of 2) before we add the final 2 least significant bits of the\n // timestamp (equal to an OR.)\n\n if (ptsDtsFlags & 0xC0) {\n // the PTS and DTS are not written out directly. For information\n // on how they are encoded, see\n // http://dvd.sourceforge.net/dvdinfo/pes-hdr.html\n pes.pts = (payload[9] & 0x0E) << 27 | (payload[10] & 0xFF) << 20 | (payload[11] & 0xFE) << 12 | (payload[12] & 0xFF) << 5 | (payload[13] & 0xFE) >>> 3;\n pes.pts *= 4; // Left shift by 2\n\n pes.pts += (payload[13] & 0x06) >>> 1; // OR by the two LSBs\n\n pes.dts = pes.pts;\n\n if (ptsDtsFlags & 0x40) {\n pes.dts = (payload[14] & 0x0E) << 27 | (payload[15] & 0xFF) << 20 | (payload[16] & 0xFE) << 12 | (payload[17] & 0xFF) << 5 | (payload[18] & 0xFE) >>> 3;\n pes.dts *= 4; // Left shift by 2\n\n pes.dts += (payload[18] & 0x06) >>> 1; // OR by the two LSBs\n }\n } // the data section starts immediately after the PES header.\n // pes_header_data_length specifies the number of header bytes\n // that follow the last byte of the field.\n\n\n pes.data = payload.subarray(9 + payload[8]);\n },\n\n /**\n * Pass completely parsed PES packets to the next stream in the pipeline\n **/\n flushStream = function flushStream(stream$$1, type, forceFlush) {\n var packetData = new Uint8Array(stream$$1.size),\n event = {\n type: type\n },\n i = 0,\n offset = 0,\n packetFlushable = false,\n fragment; // do nothing if there is not enough buffered data for a complete\n // PES header\n\n if (!stream$$1.data.length || stream$$1.size < 9) {\n return;\n }\n\n event.trackId = stream$$1.data[0].pid; // reassemble the packet\n\n for (i = 0; i < stream$$1.data.length; i++) {\n fragment = stream$$1.data[i];\n packetData.set(fragment.data, offset);\n offset += fragment.data.byteLength;\n } // parse assembled packet's PES header\n\n\n parsePes(packetData, event); // non-video PES packets MUST have a non-zero PES_packet_length\n // check that there is enough stream data to fill the packet\n\n packetFlushable = type === 'video' || event.packetLength <= stream$$1.size; // flush pending packets if the conditions are right\n\n if (forceFlush || packetFlushable) {\n stream$$1.size = 0;\n stream$$1.data.length = 0;\n } // only emit packets that are complete. this is to avoid assembling\n // incomplete PES packets due to poor segmentation\n\n\n if (packetFlushable) {\n self.trigger('data', event);\n }\n };\n\n _ElementaryStream.prototype.init.call(this);\n /**\n * Identifies M2TS packet types and parses PES packets using metadata\n * parsed from the PMT\n **/\n\n\n this.push = function (data) {\n ({\n pat: function pat() {// we have to wait for the PMT to arrive as well before we\n // have any meaningful metadata\n },\n pes: function pes() {\n var stream$$1, streamType;\n\n switch (data.streamType) {\n case streamTypes.H264_STREAM_TYPE:\n case streamTypes.H264_STREAM_TYPE:\n stream$$1 = video;\n streamType = 'video';\n break;\n\n case streamTypes.ADTS_STREAM_TYPE:\n stream$$1 = audio;\n streamType = 'audio';\n break;\n\n case streamTypes.METADATA_STREAM_TYPE:\n stream$$1 = timedMetadata;\n streamType = 'timed-metadata';\n break;\n\n default:\n // ignore unknown stream types\n return;\n } // if a new packet is starting, we can flush the completed\n // packet\n\n\n if (data.payloadUnitStartIndicator) {\n flushStream(stream$$1, streamType, true);\n } // buffer this fragment until we are sure we've received the\n // complete payload\n\n\n stream$$1.data.push(data);\n stream$$1.size += data.data.byteLength;\n },\n pmt: function pmt() {\n var event = {\n type: 'metadata',\n tracks: []\n },\n programMapTable = data.programMapTable; // translate audio and video streams to tracks\n\n if (programMapTable.video !== null) {\n event.tracks.push({\n timelineStartInfo: {\n baseMediaDecodeTime: 0\n },\n id: +programMapTable.video,\n codec: 'avc',\n type: 'video'\n });\n }\n\n if (programMapTable.audio !== null) {\n event.tracks.push({\n timelineStartInfo: {\n baseMediaDecodeTime: 0\n },\n id: +programMapTable.audio,\n codec: 'adts',\n type: 'audio'\n });\n }\n\n self.trigger('data', event);\n }\n })[data.type]();\n };\n /**\n * Flush any remaining input. Video PES packets may be of variable\n * length. Normally, the start of a new video packet can trigger the\n * finalization of the previous packet. That is not possible if no\n * more video is forthcoming, however. In that case, some other\n * mechanism (like the end of the file) has to be employed. When it is\n * clear that no additional data is forthcoming, calling this method\n * will flush the buffered packets.\n */\n\n\n this.flush = function () {\n // !!THIS ORDER IS IMPORTANT!!\n // video first then audio\n flushStream(video, 'video');\n flushStream(audio, 'audio');\n flushStream(timedMetadata, 'timed-metadata');\n this.trigger('done');\n };\n };\n\n _ElementaryStream.prototype = new stream();\n var m2ts = {\n PAT_PID: 0x0000,\n MP2T_PACKET_LENGTH: MP2T_PACKET_LENGTH,\n TransportPacketStream: _TransportPacketStream,\n TransportParseStream: _TransportParseStream,\n ElementaryStream: _ElementaryStream,\n TimestampRolloverStream: TimestampRolloverStream$1,\n CaptionStream: captionStream.CaptionStream,\n Cea608Stream: captionStream.Cea608Stream,\n MetadataStream: metadataStream\n };\n\n for (var type in streamTypes) {\n if (streamTypes.hasOwnProperty(type)) {\n m2ts[type] = streamTypes[type];\n }\n }\n\n var m2ts_1 = m2ts;\n\n var _AdtsStream;\n\n var ADTS_SAMPLING_FREQUENCIES = [96000, 88200, 64000, 48000, 44100, 32000, 24000, 22050, 16000, 12000, 11025, 8000, 7350];\n /*\n * Accepts a ElementaryStream and emits data events with parsed\n * AAC Audio Frames of the individual packets. Input audio in ADTS\n * format is unpacked and re-emitted as AAC frames.\n *\n * @see http://wiki.multimedia.cx/index.php?title=ADTS\n * @see http://wiki.multimedia.cx/?title=Understanding_AAC\n */\n\n _AdtsStream = function AdtsStream() {\n var buffer;\n\n _AdtsStream.prototype.init.call(this);\n\n this.push = function (packet) {\n var i = 0,\n frameNum = 0,\n frameLength,\n protectionSkipBytes,\n frameEnd,\n oldBuffer,\n sampleCount,\n adtsFrameDuration;\n\n if (packet.type !== 'audio') {\n // ignore non-audio data\n return;\n } // Prepend any data in the buffer to the input data so that we can parse\n // aac frames the cross a PES packet boundary\n\n\n if (buffer) {\n oldBuffer = buffer;\n buffer = new Uint8Array(oldBuffer.byteLength + packet.data.byteLength);\n buffer.set(oldBuffer);\n buffer.set(packet.data, oldBuffer.byteLength);\n } else {\n buffer = packet.data;\n } // unpack any ADTS frames which have been fully received\n // for details on the ADTS header, see http://wiki.multimedia.cx/index.php?title=ADTS\n\n\n while (i + 5 < buffer.length) {\n // Loook for the start of an ADTS header..\n if (buffer[i] !== 0xFF || (buffer[i + 1] & 0xF6) !== 0xF0) {\n // If a valid header was not found, jump one forward and attempt to\n // find a valid ADTS header starting at the next byte\n i++;\n continue;\n } // The protection skip bit tells us if we have 2 bytes of CRC data at the\n // end of the ADTS header\n\n\n protectionSkipBytes = (~buffer[i + 1] & 0x01) * 2; // Frame length is a 13 bit integer starting 16 bits from the\n // end of the sync sequence\n\n frameLength = (buffer[i + 3] & 0x03) << 11 | buffer[i + 4] << 3 | (buffer[i + 5] & 0xe0) >> 5;\n sampleCount = ((buffer[i + 6] & 0x03) + 1) * 1024;\n adtsFrameDuration = sampleCount * 90000 / ADTS_SAMPLING_FREQUENCIES[(buffer[i + 2] & 0x3c) >>> 2];\n frameEnd = i + frameLength; // If we don't have enough data to actually finish this ADTS frame, return\n // and wait for more data\n\n if (buffer.byteLength < frameEnd) {\n return;\n } // Otherwise, deliver the complete AAC frame\n\n\n this.trigger('data', {\n pts: packet.pts + frameNum * adtsFrameDuration,\n dts: packet.dts + frameNum * adtsFrameDuration,\n sampleCount: sampleCount,\n audioobjecttype: (buffer[i + 2] >>> 6 & 0x03) + 1,\n channelcount: (buffer[i + 2] & 1) << 2 | (buffer[i + 3] & 0xc0) >>> 6,\n samplerate: ADTS_SAMPLING_FREQUENCIES[(buffer[i + 2] & 0x3c) >>> 2],\n samplingfrequencyindex: (buffer[i + 2] & 0x3c) >>> 2,\n // assume ISO/IEC 14496-12 AudioSampleEntry default of 16\n samplesize: 16,\n data: buffer.subarray(i + 7 + protectionSkipBytes, frameEnd)\n }); // If the buffer is empty, clear it and return\n\n if (buffer.byteLength === frameEnd) {\n buffer = undefined;\n return;\n }\n\n frameNum++; // Remove the finished frame from the buffer and start the process again\n\n buffer = buffer.subarray(frameEnd);\n }\n };\n\n this.flush = function () {\n this.trigger('done');\n };\n };\n\n _AdtsStream.prototype = new stream();\n var adts = _AdtsStream;\n var ExpGolomb;\n /**\n * Parser for exponential Golomb codes, a variable-bitwidth number encoding\n * scheme used by h264.\n */\n\n ExpGolomb = function ExpGolomb(workingData) {\n var // the number of bytes left to examine in workingData\n workingBytesAvailable = workingData.byteLength,\n // the current word being examined\n workingWord = 0,\n // :uint\n // the number of bits left to examine in the current word\n workingBitsAvailable = 0; // :uint;\n // ():uint\n\n this.length = function () {\n return 8 * workingBytesAvailable;\n }; // ():uint\n\n\n this.bitsAvailable = function () {\n return 8 * workingBytesAvailable + workingBitsAvailable;\n }; // ():void\n\n\n this.loadWord = function () {\n var position = workingData.byteLength - workingBytesAvailable,\n workingBytes = new Uint8Array(4),\n availableBytes = Math.min(4, workingBytesAvailable);\n\n if (availableBytes === 0) {\n throw new Error('no bytes available');\n }\n\n workingBytes.set(workingData.subarray(position, position + availableBytes));\n workingWord = new DataView(workingBytes.buffer).getUint32(0); // track the amount of workingData that has been processed\n\n workingBitsAvailable = availableBytes * 8;\n workingBytesAvailable -= availableBytes;\n }; // (count:int):void\n\n\n this.skipBits = function (count) {\n var skipBytes; // :int\n\n if (workingBitsAvailable > count) {\n workingWord <<= count;\n workingBitsAvailable -= count;\n } else {\n count -= workingBitsAvailable;\n skipBytes = Math.floor(count / 8);\n count -= skipBytes * 8;\n workingBytesAvailable -= skipBytes;\n this.loadWord();\n workingWord <<= count;\n workingBitsAvailable -= count;\n }\n }; // (size:int):uint\n\n\n this.readBits = function (size) {\n var bits = Math.min(workingBitsAvailable, size),\n // :uint\n valu = workingWord >>> 32 - bits; // :uint\n // if size > 31, handle error\n\n workingBitsAvailable -= bits;\n\n if (workingBitsAvailable > 0) {\n workingWord <<= bits;\n } else if (workingBytesAvailable > 0) {\n this.loadWord();\n }\n\n bits = size - bits;\n\n if (bits > 0) {\n return valu << bits | this.readBits(bits);\n }\n\n return valu;\n }; // ():uint\n\n\n this.skipLeadingZeros = function () {\n var leadingZeroCount; // :uint\n\n for (leadingZeroCount = 0; leadingZeroCount < workingBitsAvailable; ++leadingZeroCount) {\n if ((workingWord & 0x80000000 >>> leadingZeroCount) !== 0) {\n // the first bit of working word is 1\n workingWord <<= leadingZeroCount;\n workingBitsAvailable -= leadingZeroCount;\n return leadingZeroCount;\n }\n } // we exhausted workingWord and still have not found a 1\n\n\n this.loadWord();\n return leadingZeroCount + this.skipLeadingZeros();\n }; // ():void\n\n\n this.skipUnsignedExpGolomb = function () {\n this.skipBits(1 + this.skipLeadingZeros());\n }; // ():void\n\n\n this.skipExpGolomb = function () {\n this.skipBits(1 + this.skipLeadingZeros());\n }; // ():uint\n\n\n this.readUnsignedExpGolomb = function () {\n var clz = this.skipLeadingZeros(); // :uint\n\n return this.readBits(clz + 1) - 1;\n }; // ():int\n\n\n this.readExpGolomb = function () {\n var valu = this.readUnsignedExpGolomb(); // :int\n\n if (0x01 & valu) {\n // the number is odd if the low order bit is set\n return 1 + valu >>> 1; // add 1 to make it even, and divide by 2\n }\n\n return -1 * (valu >>> 1); // divide by two then make it negative\n }; // Some convenience functions\n // :Boolean\n\n\n this.readBoolean = function () {\n return this.readBits(1) === 1;\n }; // ():int\n\n\n this.readUnsignedByte = function () {\n return this.readBits(8);\n };\n\n this.loadWord();\n };\n\n var expGolomb = ExpGolomb;\n\n var _H264Stream, _NalByteStream;\n\n var PROFILES_WITH_OPTIONAL_SPS_DATA;\n /**\n * Accepts a NAL unit byte stream and unpacks the embedded NAL units.\n */\n\n _NalByteStream = function NalByteStream() {\n var syncPoint = 0,\n i,\n buffer;\n\n _NalByteStream.prototype.init.call(this);\n /*\n * Scans a byte stream and triggers a data event with the NAL units found.\n * @param {Object} data Event received from H264Stream\n * @param {Uint8Array} data.data The h264 byte stream to be scanned\n *\n * @see H264Stream.push\n */\n\n\n this.push = function (data) {\n var swapBuffer;\n\n if (!buffer) {\n buffer = data.data;\n } else {\n swapBuffer = new Uint8Array(buffer.byteLength + data.data.byteLength);\n swapBuffer.set(buffer);\n swapBuffer.set(data.data, buffer.byteLength);\n buffer = swapBuffer;\n } // Rec. ITU-T H.264, Annex B\n // scan for NAL unit boundaries\n // a match looks like this:\n // 0 0 1 .. NAL .. 0 0 1\n // ^ sync point ^ i\n // or this:\n // 0 0 1 .. NAL .. 0 0 0\n // ^ sync point ^ i\n // advance the sync point to a NAL start, if necessary\n\n\n for (; syncPoint < buffer.byteLength - 3; syncPoint++) {\n if (buffer[syncPoint + 2] === 1) {\n // the sync point is properly aligned\n i = syncPoint + 5;\n break;\n }\n }\n\n while (i < buffer.byteLength) {\n // look at the current byte to determine if we've hit the end of\n // a NAL unit boundary\n switch (buffer[i]) {\n case 0:\n // skip past non-sync sequences\n if (buffer[i - 1] !== 0) {\n i += 2;\n break;\n } else if (buffer[i - 2] !== 0) {\n i++;\n break;\n } // deliver the NAL unit if it isn't empty\n\n\n if (syncPoint + 3 !== i - 2) {\n this.trigger('data', buffer.subarray(syncPoint + 3, i - 2));\n } // drop trailing zeroes\n\n\n do {\n i++;\n } while (buffer[i] !== 1 && i < buffer.length);\n\n syncPoint = i - 2;\n i += 3;\n break;\n\n case 1:\n // skip past non-sync sequences\n if (buffer[i - 1] !== 0 || buffer[i - 2] !== 0) {\n i += 3;\n break;\n } // deliver the NAL unit\n\n\n this.trigger('data', buffer.subarray(syncPoint + 3, i - 2));\n syncPoint = i - 2;\n i += 3;\n break;\n\n default:\n // the current byte isn't a one or zero, so it cannot be part\n // of a sync sequence\n i += 3;\n break;\n }\n } // filter out the NAL units that were delivered\n\n\n buffer = buffer.subarray(syncPoint);\n i -= syncPoint;\n syncPoint = 0;\n };\n\n this.flush = function () {\n // deliver the last buffered NAL unit\n if (buffer && buffer.byteLength > 3) {\n this.trigger('data', buffer.subarray(syncPoint + 3));\n } // reset the stream state\n\n\n buffer = null;\n syncPoint = 0;\n this.trigger('done');\n };\n };\n\n _NalByteStream.prototype = new stream(); // values of profile_idc that indicate additional fields are included in the SPS\n // see Recommendation ITU-T H.264 (4/2013),\n // 7.3.2.1.1 Sequence parameter set data syntax\n\n PROFILES_WITH_OPTIONAL_SPS_DATA = {\n 100: true,\n 110: true,\n 122: true,\n 244: true,\n 44: true,\n 83: true,\n 86: true,\n 118: true,\n 128: true,\n 138: true,\n 139: true,\n 134: true\n };\n /**\n * Accepts input from a ElementaryStream and produces H.264 NAL unit data\n * events.\n */\n\n _H264Stream = function H264Stream() {\n var nalByteStream = new _NalByteStream(),\n self,\n trackId,\n currentPts,\n currentDts,\n discardEmulationPreventionBytes,\n readSequenceParameterSet,\n skipScalingList;\n\n _H264Stream.prototype.init.call(this);\n\n self = this;\n /*\n * Pushes a packet from a stream onto the NalByteStream\n *\n * @param {Object} packet - A packet received from a stream\n * @param {Uint8Array} packet.data - The raw bytes of the packet\n * @param {Number} packet.dts - Decode timestamp of the packet\n * @param {Number} packet.pts - Presentation timestamp of the packet\n * @param {Number} packet.trackId - The id of the h264 track this packet came from\n * @param {('video'|'audio')} packet.type - The type of packet\n *\n */\n\n this.push = function (packet) {\n if (packet.type !== 'video') {\n return;\n }\n\n trackId = packet.trackId;\n currentPts = packet.pts;\n currentDts = packet.dts;\n nalByteStream.push(packet);\n };\n /*\n * Identify NAL unit types and pass on the NALU, trackId, presentation and decode timestamps\n * for the NALUs to the next stream component.\n * Also, preprocess caption and sequence parameter NALUs.\n *\n * @param {Uint8Array} data - A NAL unit identified by `NalByteStream.push`\n * @see NalByteStream.push\n */\n\n\n nalByteStream.on('data', function (data) {\n var event = {\n trackId: trackId,\n pts: currentPts,\n dts: currentDts,\n data: data\n };\n\n switch (data[0] & 0x1f) {\n case 0x05:\n event.nalUnitType = 'slice_layer_without_partitioning_rbsp_idr';\n break;\n\n case 0x06:\n event.nalUnitType = 'sei_rbsp';\n event.escapedRBSP = discardEmulationPreventionBytes(data.subarray(1));\n break;\n\n case 0x07:\n event.nalUnitType = 'seq_parameter_set_rbsp';\n event.escapedRBSP = discardEmulationPreventionBytes(data.subarray(1));\n event.config = readSequenceParameterSet(event.escapedRBSP);\n break;\n\n case 0x08:\n event.nalUnitType = 'pic_parameter_set_rbsp';\n break;\n\n case 0x09:\n event.nalUnitType = 'access_unit_delimiter_rbsp';\n break;\n\n default:\n break;\n } // This triggers data on the H264Stream\n\n\n self.trigger('data', event);\n });\n nalByteStream.on('done', function () {\n self.trigger('done');\n });\n\n this.flush = function () {\n nalByteStream.flush();\n };\n /**\n * Advance the ExpGolomb decoder past a scaling list. The scaling\n * list is optionally transmitted as part of a sequence parameter\n * set and is not relevant to transmuxing.\n * @param count {number} the number of entries in this scaling list\n * @param expGolombDecoder {object} an ExpGolomb pointed to the\n * start of a scaling list\n * @see Recommendation ITU-T H.264, Section 7.3.2.1.1.1\n */\n\n\n skipScalingList = function skipScalingList(count, expGolombDecoder) {\n var lastScale = 8,\n nextScale = 8,\n j,\n deltaScale;\n\n for (j = 0; j < count; j++) {\n if (nextScale !== 0) {\n deltaScale = expGolombDecoder.readExpGolomb();\n nextScale = (lastScale + deltaScale + 256) % 256;\n }\n\n lastScale = nextScale === 0 ? lastScale : nextScale;\n }\n };\n /**\n * Expunge any \"Emulation Prevention\" bytes from a \"Raw Byte\n * Sequence Payload\"\n * @param data {Uint8Array} the bytes of a RBSP from a NAL\n * unit\n * @return {Uint8Array} the RBSP without any Emulation\n * Prevention Bytes\n */\n\n\n discardEmulationPreventionBytes = function discardEmulationPreventionBytes(data) {\n var length = data.byteLength,\n emulationPreventionBytesPositions = [],\n i = 1,\n newLength,\n newData; // Find all `Emulation Prevention Bytes`\n\n while (i < length - 2) {\n if (data[i] === 0 && data[i + 1] === 0 && data[i + 2] === 0x03) {\n emulationPreventionBytesPositions.push(i + 2);\n i += 2;\n } else {\n i++;\n }\n } // If no Emulation Prevention Bytes were found just return the original\n // array\n\n\n if (emulationPreventionBytesPositions.length === 0) {\n return data;\n } // Create a new array to hold the NAL unit data\n\n\n newLength = length - emulationPreventionBytesPositions.length;\n newData = new Uint8Array(newLength);\n var sourceIndex = 0;\n\n for (i = 0; i < newLength; sourceIndex++, i++) {\n if (sourceIndex === emulationPreventionBytesPositions[0]) {\n // Skip this byte\n sourceIndex++; // Remove this position index\n\n emulationPreventionBytesPositions.shift();\n }\n\n newData[i] = data[sourceIndex];\n }\n\n return newData;\n };\n /**\n * Read a sequence parameter set and return some interesting video\n * properties. A sequence parameter set is the H264 metadata that\n * describes the properties of upcoming video frames.\n * @param data {Uint8Array} the bytes of a sequence parameter set\n * @return {object} an object with configuration parsed from the\n * sequence parameter set, including the dimensions of the\n * associated video frames.\n */\n\n\n readSequenceParameterSet = function readSequenceParameterSet(data) {\n var frameCropLeftOffset = 0,\n frameCropRightOffset = 0,\n frameCropTopOffset = 0,\n frameCropBottomOffset = 0,\n sarScale = 1,\n expGolombDecoder,\n profileIdc,\n levelIdc,\n profileCompatibility,\n chromaFormatIdc,\n picOrderCntType,\n numRefFramesInPicOrderCntCycle,\n picWidthInMbsMinus1,\n picHeightInMapUnitsMinus1,\n frameMbsOnlyFlag,\n scalingListCount,\n sarRatio,\n aspectRatioIdc,\n i;\n expGolombDecoder = new expGolomb(data);\n profileIdc = expGolombDecoder.readUnsignedByte(); // profile_idc\n\n profileCompatibility = expGolombDecoder.readUnsignedByte(); // constraint_set[0-5]_flag\n\n levelIdc = expGolombDecoder.readUnsignedByte(); // level_idc u(8)\n\n expGolombDecoder.skipUnsignedExpGolomb(); // seq_parameter_set_id\n // some profiles have more optional data we don't need\n\n if (PROFILES_WITH_OPTIONAL_SPS_DATA[profileIdc]) {\n chromaFormatIdc = expGolombDecoder.readUnsignedExpGolomb();\n\n if (chromaFormatIdc === 3) {\n expGolombDecoder.skipBits(1); // separate_colour_plane_flag\n }\n\n expGolombDecoder.skipUnsignedExpGolomb(); // bit_depth_luma_minus8\n\n expGolombDecoder.skipUnsignedExpGolomb(); // bit_depth_chroma_minus8\n\n expGolombDecoder.skipBits(1); // qpprime_y_zero_transform_bypass_flag\n\n if (expGolombDecoder.readBoolean()) {\n // seq_scaling_matrix_present_flag\n scalingListCount = chromaFormatIdc !== 3 ? 8 : 12;\n\n for (i = 0; i < scalingListCount; i++) {\n if (expGolombDecoder.readBoolean()) {\n // seq_scaling_list_present_flag[ i ]\n if (i < 6) {\n skipScalingList(16, expGolombDecoder);\n } else {\n skipScalingList(64, expGolombDecoder);\n }\n }\n }\n }\n }\n\n expGolombDecoder.skipUnsignedExpGolomb(); // log2_max_frame_num_minus4\n\n picOrderCntType = expGolombDecoder.readUnsignedExpGolomb();\n\n if (picOrderCntType === 0) {\n expGolombDecoder.readUnsignedExpGolomb(); // log2_max_pic_order_cnt_lsb_minus4\n } else if (picOrderCntType === 1) {\n expGolombDecoder.skipBits(1); // delta_pic_order_always_zero_flag\n\n expGolombDecoder.skipExpGolomb(); // offset_for_non_ref_pic\n\n expGolombDecoder.skipExpGolomb(); // offset_for_top_to_bottom_field\n\n numRefFramesInPicOrderCntCycle = expGolombDecoder.readUnsignedExpGolomb();\n\n for (i = 0; i < numRefFramesInPicOrderCntCycle; i++) {\n expGolombDecoder.skipExpGolomb(); // offset_for_ref_frame[ i ]\n }\n }\n\n expGolombDecoder.skipUnsignedExpGolomb(); // max_num_ref_frames\n\n expGolombDecoder.skipBits(1); // gaps_in_frame_num_value_allowed_flag\n\n picWidthInMbsMinus1 = expGolombDecoder.readUnsignedExpGolomb();\n picHeightInMapUnitsMinus1 = expGolombDecoder.readUnsignedExpGolomb();\n frameMbsOnlyFlag = expGolombDecoder.readBits(1);\n\n if (frameMbsOnlyFlag === 0) {\n expGolombDecoder.skipBits(1); // mb_adaptive_frame_field_flag\n }\n\n expGolombDecoder.skipBits(1); // direct_8x8_inference_flag\n\n if (expGolombDecoder.readBoolean()) {\n // frame_cropping_flag\n frameCropLeftOffset = expGolombDecoder.readUnsignedExpGolomb();\n frameCropRightOffset = expGolombDecoder.readUnsignedExpGolomb();\n frameCropTopOffset = expGolombDecoder.readUnsignedExpGolomb();\n frameCropBottomOffset = expGolombDecoder.readUnsignedExpGolomb();\n }\n\n if (expGolombDecoder.readBoolean()) {\n // vui_parameters_present_flag\n if (expGolombDecoder.readBoolean()) {\n // aspect_ratio_info_present_flag\n aspectRatioIdc = expGolombDecoder.readUnsignedByte();\n\n switch (aspectRatioIdc) {\n case 1:\n sarRatio = [1, 1];\n break;\n\n case 2:\n sarRatio = [12, 11];\n break;\n\n case 3:\n sarRatio = [10, 11];\n break;\n\n case 4:\n sarRatio = [16, 11];\n break;\n\n case 5:\n sarRatio = [40, 33];\n break;\n\n case 6:\n sarRatio = [24, 11];\n break;\n\n case 7:\n sarRatio = [20, 11];\n break;\n\n case 8:\n sarRatio = [32, 11];\n break;\n\n case 9:\n sarRatio = [80, 33];\n break;\n\n case 10:\n sarRatio = [18, 11];\n break;\n\n case 11:\n sarRatio = [15, 11];\n break;\n\n case 12:\n sarRatio = [64, 33];\n break;\n\n case 13:\n sarRatio = [160, 99];\n break;\n\n case 14:\n sarRatio = [4, 3];\n break;\n\n case 15:\n sarRatio = [3, 2];\n break;\n\n case 16:\n sarRatio = [2, 1];\n break;\n\n case 255:\n {\n sarRatio = [expGolombDecoder.readUnsignedByte() << 8 | expGolombDecoder.readUnsignedByte(), expGolombDecoder.readUnsignedByte() << 8 | expGolombDecoder.readUnsignedByte()];\n break;\n }\n }\n\n if (sarRatio) {\n sarScale = sarRatio[0] / sarRatio[1];\n }\n }\n }\n\n return {\n profileIdc: profileIdc,\n levelIdc: levelIdc,\n profileCompatibility: profileCompatibility,\n width: Math.ceil(((picWidthInMbsMinus1 + 1) * 16 - frameCropLeftOffset * 2 - frameCropRightOffset * 2) * sarScale),\n height: (2 - frameMbsOnlyFlag) * (picHeightInMapUnitsMinus1 + 1) * 16 - frameCropTopOffset * 2 - frameCropBottomOffset * 2\n };\n };\n };\n\n _H264Stream.prototype = new stream();\n var h264 = {\n H264Stream: _H264Stream,\n NalByteStream: _NalByteStream\n };\n /**\n * mux.js\n *\n * Copyright (c) 2016 Brightcove\n * All rights reserved.\n *\n * Utilities to detect basic properties and metadata about Aac data.\n */\n\n var ADTS_SAMPLING_FREQUENCIES$1 = [96000, 88200, 64000, 48000, 44100, 32000, 24000, 22050, 16000, 12000, 11025, 8000, 7350];\n\n var isLikelyAacData = function isLikelyAacData(data) {\n if (data[0] === 'I'.charCodeAt(0) && data[1] === 'D'.charCodeAt(0) && data[2] === '3'.charCodeAt(0)) {\n return true;\n }\n\n return false;\n };\n\n var parseSyncSafeInteger$1 = function parseSyncSafeInteger(data) {\n return data[0] << 21 | data[1] << 14 | data[2] << 7 | data[3];\n }; // return a percent-encoded representation of the specified byte range\n // @see http://en.wikipedia.org/wiki/Percent-encoding\n\n\n var percentEncode$1 = function percentEncode(bytes, start, end) {\n var i,\n result = '';\n\n for (i = start; i < end; i++) {\n result += '%' + ('00' + bytes[i].toString(16)).slice(-2);\n }\n\n return result;\n }; // return the string representation of the specified byte range,\n // interpreted as ISO-8859-1.\n\n\n var parseIso88591$1 = function parseIso88591(bytes, start, end) {\n return unescape(percentEncode$1(bytes, start, end)); // jshint ignore:line\n };\n\n var parseId3TagSize = function parseId3TagSize(header, byteIndex) {\n var returnSize = header[byteIndex + 6] << 21 | header[byteIndex + 7] << 14 | header[byteIndex + 8] << 7 | header[byteIndex + 9],\n flags = header[byteIndex + 5],\n footerPresent = (flags & 16) >> 4;\n\n if (footerPresent) {\n return returnSize + 20;\n }\n\n return returnSize + 10;\n };\n\n var parseAdtsSize = function parseAdtsSize(header, byteIndex) {\n var lowThree = (header[byteIndex + 5] & 0xE0) >> 5,\n middle = header[byteIndex + 4] << 3,\n highTwo = header[byteIndex + 3] & 0x3 << 11;\n return highTwo | middle | lowThree;\n };\n\n var parseType$1 = function parseType(header, byteIndex) {\n if (header[byteIndex] === 'I'.charCodeAt(0) && header[byteIndex + 1] === 'D'.charCodeAt(0) && header[byteIndex + 2] === '3'.charCodeAt(0)) {\n return 'timed-metadata';\n } else if (header[byteIndex] & 0xff === 0xff && (header[byteIndex + 1] & 0xf0) === 0xf0) {\n return 'audio';\n }\n\n return null;\n };\n\n var parseSampleRate = function parseSampleRate(packet) {\n var i = 0;\n\n while (i + 5 < packet.length) {\n if (packet[i] !== 0xFF || (packet[i + 1] & 0xF6) !== 0xF0) {\n // If a valid header was not found, jump one forward and attempt to\n // find a valid ADTS header starting at the next byte\n i++;\n continue;\n }\n\n return ADTS_SAMPLING_FREQUENCIES$1[(packet[i + 2] & 0x3c) >>> 2];\n }\n\n return null;\n };\n\n var parseAacTimestamp = function parseAacTimestamp(packet) {\n var frameStart, frameSize, frame, frameHeader; // find the start of the first frame and the end of the tag\n\n frameStart = 10;\n\n if (packet[5] & 0x40) {\n // advance the frame start past the extended header\n frameStart += 4; // header size field\n\n frameStart += parseSyncSafeInteger$1(packet.subarray(10, 14));\n } // parse one or more ID3 frames\n // http://id3.org/id3v2.3.0#ID3v2_frame_overview\n\n\n do {\n // determine the number of bytes in this frame\n frameSize = parseSyncSafeInteger$1(packet.subarray(frameStart + 4, frameStart + 8));\n\n if (frameSize < 1) {\n return null;\n }\n\n frameHeader = String.fromCharCode(packet[frameStart], packet[frameStart + 1], packet[frameStart + 2], packet[frameStart + 3]);\n\n if (frameHeader === 'PRIV') {\n frame = packet.subarray(frameStart + 10, frameStart + frameSize + 10);\n\n for (var i = 0; i < frame.byteLength; i++) {\n if (frame[i] === 0) {\n var owner = parseIso88591$1(frame, 0, i);\n\n if (owner === 'com.apple.streaming.transportStreamTimestamp') {\n var d = frame.subarray(i + 1);\n var size = (d[3] & 0x01) << 30 | d[4] << 22 | d[5] << 14 | d[6] << 6 | d[7] >>> 2;\n size *= 4;\n size += d[7] & 0x03;\n return size;\n }\n\n break;\n }\n }\n }\n\n frameStart += 10; // advance past the frame header\n\n frameStart += frameSize; // advance past the frame body\n } while (frameStart < packet.byteLength);\n\n return null;\n };\n\n var utils = {\n isLikelyAacData: isLikelyAacData,\n parseId3TagSize: parseId3TagSize,\n parseAdtsSize: parseAdtsSize,\n parseType: parseType$1,\n parseSampleRate: parseSampleRate,\n parseAacTimestamp: parseAacTimestamp\n }; // Constants\n\n var _AacStream;\n /**\n * Splits an incoming stream of binary data into ADTS and ID3 Frames.\n */\n\n\n _AacStream = function AacStream() {\n var everything = new Uint8Array(),\n timeStamp = 0;\n\n _AacStream.prototype.init.call(this);\n\n this.setTimestamp = function (timestamp) {\n timeStamp = timestamp;\n };\n\n this.push = function (bytes) {\n var frameSize = 0,\n byteIndex = 0,\n bytesLeft,\n chunk,\n packet,\n tempLength; // If there are bytes remaining from the last segment, prepend them to the\n // bytes that were pushed in\n\n if (everything.length) {\n tempLength = everything.length;\n everything = new Uint8Array(bytes.byteLength + tempLength);\n everything.set(everything.subarray(0, tempLength));\n everything.set(bytes, tempLength);\n } else {\n everything = bytes;\n }\n\n while (everything.length - byteIndex >= 3) {\n if (everything[byteIndex] === 'I'.charCodeAt(0) && everything[byteIndex + 1] === 'D'.charCodeAt(0) && everything[byteIndex + 2] === '3'.charCodeAt(0)) {\n // Exit early because we don't have enough to parse\n // the ID3 tag header\n if (everything.length - byteIndex < 10) {\n break;\n } // check framesize\n\n\n frameSize = utils.parseId3TagSize(everything, byteIndex); // Exit early if we don't have enough in the buffer\n // to emit a full packet\n // Add to byteIndex to support multiple ID3 tags in sequence\n\n if (byteIndex + frameSize > everything.length) {\n break;\n }\n\n chunk = {\n type: 'timed-metadata',\n data: everything.subarray(byteIndex, byteIndex + frameSize)\n };\n this.trigger('data', chunk);\n byteIndex += frameSize;\n continue;\n } else if ((everything[byteIndex] & 0xff) === 0xff && (everything[byteIndex + 1] & 0xf0) === 0xf0) {\n // Exit early because we don't have enough to parse\n // the ADTS frame header\n if (everything.length - byteIndex < 7) {\n break;\n }\n\n frameSize = utils.parseAdtsSize(everything, byteIndex); // Exit early if we don't have enough in the buffer\n // to emit a full packet\n\n if (byteIndex + frameSize > everything.length) {\n break;\n }\n\n packet = {\n type: 'audio',\n data: everything.subarray(byteIndex, byteIndex + frameSize),\n pts: timeStamp,\n dts: timeStamp\n };\n this.trigger('data', packet);\n byteIndex += frameSize;\n continue;\n }\n\n byteIndex++;\n }\n\n bytesLeft = everything.length - byteIndex;\n\n if (bytesLeft > 0) {\n everything = everything.subarray(byteIndex);\n } else {\n everything = new Uint8Array();\n }\n };\n };\n\n _AacStream.prototype = new stream();\n var aac = _AacStream;\n var H264Stream = h264.H264Stream;\n var isLikelyAacData$1 = utils.isLikelyAacData; // constants\n\n var AUDIO_PROPERTIES = ['audioobjecttype', 'channelcount', 'samplerate', 'samplingfrequencyindex', 'samplesize'];\n var VIDEO_PROPERTIES = ['width', 'height', 'profileIdc', 'levelIdc', 'profileCompatibility']; // object types\n\n var _VideoSegmentStream, _AudioSegmentStream, _Transmuxer, _CoalesceStream;\n /**\n * Compare two arrays (even typed) for same-ness\n */\n\n\n var arrayEquals = function arrayEquals(a, b) {\n var i;\n\n if (a.length !== b.length) {\n return false;\n } // compare the value of each element in the array\n\n\n for (i = 0; i < a.length; i++) {\n if (a[i] !== b[i]) {\n return false;\n }\n }\n\n return true;\n };\n /**\n * Constructs a single-track, ISO BMFF media segment from AAC data\n * events. The output of this stream can be fed to a SourceBuffer\n * configured with a suitable initialization segment.\n * @param track {object} track metadata configuration\n * @param options {object} transmuxer options object\n * @param options.keepOriginalTimestamps {boolean} If true, keep the timestamps\n * in the source; false to adjust the first segment to start at 0.\n */\n\n\n _AudioSegmentStream = function AudioSegmentStream(track, options) {\n var adtsFrames = [],\n sequenceNumber = 0,\n earliestAllowedDts = 0,\n audioAppendStartTs = 0,\n videoBaseMediaDecodeTime = Infinity;\n options = options || {};\n\n _AudioSegmentStream.prototype.init.call(this);\n\n this.push = function (data) {\n trackDecodeInfo.collectDtsInfo(track, data);\n\n if (track) {\n AUDIO_PROPERTIES.forEach(function (prop) {\n track[prop] = data[prop];\n });\n } // buffer audio data until end() is called\n\n\n adtsFrames.push(data);\n };\n\n this.setEarliestDts = function (earliestDts) {\n earliestAllowedDts = earliestDts - track.timelineStartInfo.baseMediaDecodeTime;\n };\n\n this.setVideoBaseMediaDecodeTime = function (baseMediaDecodeTime) {\n videoBaseMediaDecodeTime = baseMediaDecodeTime;\n };\n\n this.setAudioAppendStart = function (timestamp) {\n audioAppendStartTs = timestamp;\n };\n\n this.flush = function () {\n var frames, moof, mdat, boxes; // return early if no audio data has been observed\n\n if (adtsFrames.length === 0) {\n this.trigger('done', 'AudioSegmentStream');\n return;\n }\n\n frames = audioFrameUtils.trimAdtsFramesByEarliestDts(adtsFrames, track, earliestAllowedDts);\n track.baseMediaDecodeTime = trackDecodeInfo.calculateTrackBaseMediaDecodeTime(track, options.keepOriginalTimestamps);\n audioFrameUtils.prefixWithSilence(track, frames, audioAppendStartTs, videoBaseMediaDecodeTime); // we have to build the index from byte locations to\n // samples (that is, adts frames) in the audio data\n\n track.samples = audioFrameUtils.generateSampleTable(frames); // concatenate the audio data to constuct the mdat\n\n mdat = mp4Generator.mdat(audioFrameUtils.concatenateFrameData(frames));\n adtsFrames = [];\n moof = mp4Generator.moof(sequenceNumber, [track]);\n boxes = new Uint8Array(moof.byteLength + mdat.byteLength); // bump the sequence number for next time\n\n sequenceNumber++;\n boxes.set(moof);\n boxes.set(mdat, moof.byteLength);\n trackDecodeInfo.clearDtsInfo(track);\n this.trigger('data', {\n track: track,\n boxes: boxes\n });\n this.trigger('done', 'AudioSegmentStream');\n };\n };\n\n _AudioSegmentStream.prototype = new stream();\n /**\n * Constructs a single-track, ISO BMFF media segment from H264 data\n * events. The output of this stream can be fed to a SourceBuffer\n * configured with a suitable initialization segment.\n * @param track {object} track metadata configuration\n * @param options {object} transmuxer options object\n * @param options.alignGopsAtEnd {boolean} If true, start from the end of the\n * gopsToAlignWith list when attempting to align gop pts\n * @param options.keepOriginalTimestamps {boolean} If true, keep the timestamps\n * in the source; false to adjust the first segment to start at 0.\n */\n\n _VideoSegmentStream = function VideoSegmentStream(track, options) {\n var sequenceNumber = 0,\n nalUnits = [],\n gopsToAlignWith = [],\n config,\n pps;\n options = options || {};\n\n _VideoSegmentStream.prototype.init.call(this);\n\n delete track.minPTS;\n this.gopCache_ = [];\n /**\n * Constructs a ISO BMFF segment given H264 nalUnits\n * @param {Object} nalUnit A data event representing a nalUnit\n * @param {String} nalUnit.nalUnitType\n * @param {Object} nalUnit.config Properties for a mp4 track\n * @param {Uint8Array} nalUnit.data The nalUnit bytes\n * @see lib/codecs/h264.js\n **/\n\n this.push = function (nalUnit) {\n trackDecodeInfo.collectDtsInfo(track, nalUnit); // record the track config\n\n if (nalUnit.nalUnitType === 'seq_parameter_set_rbsp' && !config) {\n config = nalUnit.config;\n track.sps = [nalUnit.data];\n VIDEO_PROPERTIES.forEach(function (prop) {\n track[prop] = config[prop];\n }, this);\n }\n\n if (nalUnit.nalUnitType === 'pic_parameter_set_rbsp' && !pps) {\n pps = nalUnit.data;\n track.pps = [nalUnit.data];\n } // buffer video until flush() is called\n\n\n nalUnits.push(nalUnit);\n };\n /**\n * Pass constructed ISO BMFF track and boxes on to the\n * next stream in the pipeline\n **/\n\n\n this.flush = function () {\n var frames, gopForFusion, gops, moof, mdat, boxes; // Throw away nalUnits at the start of the byte stream until\n // we find the first AUD\n\n while (nalUnits.length) {\n if (nalUnits[0].nalUnitType === 'access_unit_delimiter_rbsp') {\n break;\n }\n\n nalUnits.shift();\n } // Return early if no video data has been observed\n\n\n if (nalUnits.length === 0) {\n this.resetStream_();\n this.trigger('done', 'VideoSegmentStream');\n return;\n } // Organize the raw nal-units into arrays that represent\n // higher-level constructs such as frames and gops\n // (group-of-pictures)\n\n\n frames = frameUtils.groupNalsIntoFrames(nalUnits);\n gops = frameUtils.groupFramesIntoGops(frames); // If the first frame of this fragment is not a keyframe we have\n // a problem since MSE (on Chrome) requires a leading keyframe.\n //\n // We have two approaches to repairing this situation:\n // 1) GOP-FUSION:\n // This is where we keep track of the GOPS (group-of-pictures)\n // from previous fragments and attempt to find one that we can\n // prepend to the current fragment in order to create a valid\n // fragment.\n // 2) KEYFRAME-PULLING:\n // Here we search for the first keyframe in the fragment and\n // throw away all the frames between the start of the fragment\n // and that keyframe. We then extend the duration and pull the\n // PTS of the keyframe forward so that it covers the time range\n // of the frames that were disposed of.\n //\n // #1 is far prefereable over #2 which can cause \"stuttering\" but\n // requires more things to be just right.\n\n if (!gops[0][0].keyFrame) {\n // Search for a gop for fusion from our gopCache\n gopForFusion = this.getGopForFusion_(nalUnits[0], track);\n\n if (gopForFusion) {\n gops.unshift(gopForFusion); // Adjust Gops' metadata to account for the inclusion of the\n // new gop at the beginning\n\n gops.byteLength += gopForFusion.byteLength;\n gops.nalCount += gopForFusion.nalCount;\n gops.pts = gopForFusion.pts;\n gops.dts = gopForFusion.dts;\n gops.duration += gopForFusion.duration;\n } else {\n // If we didn't find a candidate gop fall back to keyframe-pulling\n gops = frameUtils.extendFirstKeyFrame(gops);\n }\n } // Trim gops to align with gopsToAlignWith\n\n\n if (gopsToAlignWith.length) {\n var alignedGops;\n\n if (options.alignGopsAtEnd) {\n alignedGops = this.alignGopsAtEnd_(gops);\n } else {\n alignedGops = this.alignGopsAtStart_(gops);\n }\n\n if (!alignedGops) {\n // save all the nals in the last GOP into the gop cache\n this.gopCache_.unshift({\n gop: gops.pop(),\n pps: track.pps,\n sps: track.sps\n }); // Keep a maximum of 6 GOPs in the cache\n\n this.gopCache_.length = Math.min(6, this.gopCache_.length); // Clear nalUnits\n\n nalUnits = []; // return early no gops can be aligned with desired gopsToAlignWith\n\n this.resetStream_();\n this.trigger('done', 'VideoSegmentStream');\n return;\n } // Some gops were trimmed. clear dts info so minSegmentDts and pts are correct\n // when recalculated before sending off to CoalesceStream\n\n\n trackDecodeInfo.clearDtsInfo(track);\n gops = alignedGops;\n }\n\n trackDecodeInfo.collectDtsInfo(track, gops); // First, we have to build the index from byte locations to\n // samples (that is, frames) in the video data\n\n track.samples = frameUtils.generateSampleTable(gops); // Concatenate the video data and construct the mdat\n\n mdat = mp4Generator.mdat(frameUtils.concatenateNalData(gops));\n track.baseMediaDecodeTime = trackDecodeInfo.calculateTrackBaseMediaDecodeTime(track, options.keepOriginalTimestamps);\n this.trigger('processedGopsInfo', gops.map(function (gop) {\n return {\n pts: gop.pts,\n dts: gop.dts,\n byteLength: gop.byteLength\n };\n })); // save all the nals in the last GOP into the gop cache\n\n this.gopCache_.unshift({\n gop: gops.pop(),\n pps: track.pps,\n sps: track.sps\n }); // Keep a maximum of 6 GOPs in the cache\n\n this.gopCache_.length = Math.min(6, this.gopCache_.length); // Clear nalUnits\n\n nalUnits = [];\n this.trigger('baseMediaDecodeTime', track.baseMediaDecodeTime);\n this.trigger('timelineStartInfo', track.timelineStartInfo);\n moof = mp4Generator.moof(sequenceNumber, [track]); // it would be great to allocate this array up front instead of\n // throwing away hundreds of media segment fragments\n\n boxes = new Uint8Array(moof.byteLength + mdat.byteLength); // Bump the sequence number for next time\n\n sequenceNumber++;\n boxes.set(moof);\n boxes.set(mdat, moof.byteLength);\n this.trigger('data', {\n track: track,\n boxes: boxes\n });\n this.resetStream_(); // Continue with the flush process now\n\n this.trigger('done', 'VideoSegmentStream');\n };\n\n this.resetStream_ = function () {\n trackDecodeInfo.clearDtsInfo(track); // reset config and pps because they may differ across segments\n // for instance, when we are rendition switching\n\n config = undefined;\n pps = undefined;\n }; // Search for a candidate Gop for gop-fusion from the gop cache and\n // return it or return null if no good candidate was found\n\n\n this.getGopForFusion_ = function (nalUnit) {\n var halfSecond = 45000,\n // Half-a-second in a 90khz clock\n allowableOverlap = 10000,\n // About 3 frames @ 30fps\n nearestDistance = Infinity,\n dtsDistance,\n nearestGopObj,\n currentGop,\n currentGopObj,\n i; // Search for the GOP nearest to the beginning of this nal unit\n\n for (i = 0; i < this.gopCache_.length; i++) {\n currentGopObj = this.gopCache_[i];\n currentGop = currentGopObj.gop; // Reject Gops with different SPS or PPS\n\n if (!(track.pps && arrayEquals(track.pps[0], currentGopObj.pps[0])) || !(track.sps && arrayEquals(track.sps[0], currentGopObj.sps[0]))) {\n continue;\n } // Reject Gops that would require a negative baseMediaDecodeTime\n\n\n if (currentGop.dts < track.timelineStartInfo.dts) {\n continue;\n } // The distance between the end of the gop and the start of the nalUnit\n\n\n dtsDistance = nalUnit.dts - currentGop.dts - currentGop.duration; // Only consider GOPS that start before the nal unit and end within\n // a half-second of the nal unit\n\n if (dtsDistance >= -allowableOverlap && dtsDistance <= halfSecond) {\n // Always use the closest GOP we found if there is more than\n // one candidate\n if (!nearestGopObj || nearestDistance > dtsDistance) {\n nearestGopObj = currentGopObj;\n nearestDistance = dtsDistance;\n }\n }\n }\n\n if (nearestGopObj) {\n return nearestGopObj.gop;\n }\n\n return null;\n }; // trim gop list to the first gop found that has a matching pts with a gop in the list\n // of gopsToAlignWith starting from the START of the list\n\n\n this.alignGopsAtStart_ = function (gops) {\n var alignIndex, gopIndex, align, gop, byteLength, nalCount, duration, alignedGops;\n byteLength = gops.byteLength;\n nalCount = gops.nalCount;\n duration = gops.duration;\n alignIndex = gopIndex = 0;\n\n while (alignIndex < gopsToAlignWith.length && gopIndex < gops.length) {\n align = gopsToAlignWith[alignIndex];\n gop = gops[gopIndex];\n\n if (align.pts === gop.pts) {\n break;\n }\n\n if (gop.pts > align.pts) {\n // this current gop starts after the current gop we want to align on, so increment\n // align index\n alignIndex++;\n continue;\n } // current gop starts before the current gop we want to align on. so increment gop\n // index\n\n\n gopIndex++;\n byteLength -= gop.byteLength;\n nalCount -= gop.nalCount;\n duration -= gop.duration;\n }\n\n if (gopIndex === 0) {\n // no gops to trim\n return gops;\n }\n\n if (gopIndex === gops.length) {\n // all gops trimmed, skip appending all gops\n return null;\n }\n\n alignedGops = gops.slice(gopIndex);\n alignedGops.byteLength = byteLength;\n alignedGops.duration = duration;\n alignedGops.nalCount = nalCount;\n alignedGops.pts = alignedGops[0].pts;\n alignedGops.dts = alignedGops[0].dts;\n return alignedGops;\n }; // trim gop list to the first gop found that has a matching pts with a gop in the list\n // of gopsToAlignWith starting from the END of the list\n\n\n this.alignGopsAtEnd_ = function (gops) {\n var alignIndex, gopIndex, align, gop, alignEndIndex, matchFound;\n alignIndex = gopsToAlignWith.length - 1;\n gopIndex = gops.length - 1;\n alignEndIndex = null;\n matchFound = false;\n\n while (alignIndex >= 0 && gopIndex >= 0) {\n align = gopsToAlignWith[alignIndex];\n gop = gops[gopIndex];\n\n if (align.pts === gop.pts) {\n matchFound = true;\n break;\n }\n\n if (align.pts > gop.pts) {\n alignIndex--;\n continue;\n }\n\n if (alignIndex === gopsToAlignWith.length - 1) {\n // gop.pts is greater than the last alignment candidate. If no match is found\n // by the end of this loop, we still want to append gops that come after this\n // point\n alignEndIndex = gopIndex;\n }\n\n gopIndex--;\n }\n\n if (!matchFound && alignEndIndex === null) {\n return null;\n }\n\n var trimIndex;\n\n if (matchFound) {\n trimIndex = gopIndex;\n } else {\n trimIndex = alignEndIndex;\n }\n\n if (trimIndex === 0) {\n return gops;\n }\n\n var alignedGops = gops.slice(trimIndex);\n var metadata = alignedGops.reduce(function (total, gop) {\n total.byteLength += gop.byteLength;\n total.duration += gop.duration;\n total.nalCount += gop.nalCount;\n return total;\n }, {\n byteLength: 0,\n duration: 0,\n nalCount: 0\n });\n alignedGops.byteLength = metadata.byteLength;\n alignedGops.duration = metadata.duration;\n alignedGops.nalCount = metadata.nalCount;\n alignedGops.pts = alignedGops[0].pts;\n alignedGops.dts = alignedGops[0].dts;\n return alignedGops;\n };\n\n this.alignGopsWith = function (newGopsToAlignWith) {\n gopsToAlignWith = newGopsToAlignWith;\n };\n };\n\n _VideoSegmentStream.prototype = new stream();\n /**\n * A Stream that can combine multiple streams (ie. audio & video)\n * into a single output segment for MSE. Also supports audio-only\n * and video-only streams.\n * @param options {object} transmuxer options object\n * @param options.keepOriginalTimestamps {boolean} If true, keep the timestamps\n * in the source; false to adjust the first segment to start at media timeline start.\n */\n\n _CoalesceStream = function CoalesceStream(options, metadataStream) {\n // Number of Tracks per output segment\n // If greater than 1, we combine multiple\n // tracks into a single segment\n this.numberOfTracks = 0;\n this.metadataStream = metadataStream;\n options = options || {};\n\n if (typeof options.remux !== 'undefined') {\n this.remuxTracks = !!options.remux;\n } else {\n this.remuxTracks = true;\n }\n\n if (typeof options.keepOriginalTimestamps === 'boolean') {\n this.keepOriginalTimestamps = options.keepOriginalTimestamps;\n }\n\n this.pendingTracks = [];\n this.videoTrack = null;\n this.pendingBoxes = [];\n this.pendingCaptions = [];\n this.pendingMetadata = [];\n this.pendingBytes = 0;\n this.emittedTracks = 0;\n\n _CoalesceStream.prototype.init.call(this); // Take output from multiple\n\n\n this.push = function (output) {\n // buffer incoming captions until the associated video segment\n // finishes\n if (output.text) {\n return this.pendingCaptions.push(output);\n } // buffer incoming id3 tags until the final flush\n\n\n if (output.frames) {\n return this.pendingMetadata.push(output);\n } // Add this track to the list of pending tracks and store\n // important information required for the construction of\n // the final segment\n\n\n this.pendingTracks.push(output.track);\n this.pendingBoxes.push(output.boxes);\n this.pendingBytes += output.boxes.byteLength;\n\n if (output.track.type === 'video') {\n this.videoTrack = output.track;\n }\n\n if (output.track.type === 'audio') {\n this.audioTrack = output.track;\n }\n };\n };\n\n _CoalesceStream.prototype = new stream();\n\n _CoalesceStream.prototype.flush = function (flushSource) {\n var offset = 0,\n event = {\n captions: [],\n captionStreams: {},\n metadata: [],\n info: {}\n },\n caption,\n id3,\n initSegment,\n timelineStartPts = 0,\n i;\n\n if (this.pendingTracks.length < this.numberOfTracks) {\n if (flushSource !== 'VideoSegmentStream' && flushSource !== 'AudioSegmentStream') {\n // Return because we haven't received a flush from a data-generating\n // portion of the segment (meaning that we have only recieved meta-data\n // or captions.)\n return;\n } else if (this.remuxTracks) {\n // Return until we have enough tracks from the pipeline to remux (if we\n // are remuxing audio and video into a single MP4)\n return;\n } else if (this.pendingTracks.length === 0) {\n // In the case where we receive a flush without any data having been\n // received we consider it an emitted track for the purposes of coalescing\n // `done` events.\n // We do this for the case where there is an audio and video track in the\n // segment but no audio data. (seen in several playlists with alternate\n // audio tracks and no audio present in the main TS segments.)\n this.emittedTracks++;\n\n if (this.emittedTracks >= this.numberOfTracks) {\n this.trigger('done');\n this.emittedTracks = 0;\n }\n\n return;\n }\n }\n\n if (this.videoTrack) {\n timelineStartPts = this.videoTrack.timelineStartInfo.pts;\n VIDEO_PROPERTIES.forEach(function (prop) {\n event.info[prop] = this.videoTrack[prop];\n }, this);\n } else if (this.audioTrack) {\n timelineStartPts = this.audioTrack.timelineStartInfo.pts;\n AUDIO_PROPERTIES.forEach(function (prop) {\n event.info[prop] = this.audioTrack[prop];\n }, this);\n }\n\n if (this.pendingTracks.length === 1) {\n event.type = this.pendingTracks[0].type;\n } else {\n event.type = 'combined';\n }\n\n this.emittedTracks += this.pendingTracks.length;\n initSegment = mp4Generator.initSegment(this.pendingTracks); // Create a new typed array to hold the init segment\n\n event.initSegment = new Uint8Array(initSegment.byteLength); // Create an init segment containing a moov\n // and track definitions\n\n event.initSegment.set(initSegment); // Create a new typed array to hold the moof+mdats\n\n event.data = new Uint8Array(this.pendingBytes); // Append each moof+mdat (one per track) together\n\n for (i = 0; i < this.pendingBoxes.length; i++) {\n event.data.set(this.pendingBoxes[i], offset);\n offset += this.pendingBoxes[i].byteLength;\n } // Translate caption PTS times into second offsets to match the\n // video timeline for the segment, and add track info\n\n\n for (i = 0; i < this.pendingCaptions.length; i++) {\n caption = this.pendingCaptions[i];\n caption.startTime = caption.startPts;\n\n if (!this.keepOriginalTimestamps) {\n caption.startTime -= timelineStartPts;\n }\n\n caption.startTime /= 90e3;\n caption.endTime = caption.endPts;\n\n if (!this.keepOriginalTimestamps) {\n caption.endTime -= timelineStartPts;\n }\n\n caption.endTime /= 90e3;\n event.captionStreams[caption.stream] = true;\n event.captions.push(caption);\n } // Translate ID3 frame PTS times into second offsets to match the\n // video timeline for the segment\n\n\n for (i = 0; i < this.pendingMetadata.length; i++) {\n id3 = this.pendingMetadata[i];\n id3.cueTime = id3.pts;\n\n if (!this.keepOriginalTimestamps) {\n id3.cueTime -= timelineStartPts;\n }\n\n id3.cueTime /= 90e3;\n event.metadata.push(id3);\n } // We add this to every single emitted segment even though we only need\n // it for the first\n\n\n event.metadata.dispatchType = this.metadataStream.dispatchType; // Reset stream state\n\n this.pendingTracks.length = 0;\n this.videoTrack = null;\n this.pendingBoxes.length = 0;\n this.pendingCaptions.length = 0;\n this.pendingBytes = 0;\n this.pendingMetadata.length = 0; // Emit the built segment\n\n this.trigger('data', event); // Only emit `done` if all tracks have been flushed and emitted\n\n if (this.emittedTracks >= this.numberOfTracks) {\n this.trigger('done');\n this.emittedTracks = 0;\n }\n };\n /**\n * A Stream that expects MP2T binary data as input and produces\n * corresponding media segments, suitable for use with Media Source\n * Extension (MSE) implementations that support the ISO BMFF byte\n * stream format, like Chrome.\n */\n\n\n _Transmuxer = function Transmuxer(options) {\n var self = this,\n hasFlushed = true,\n videoTrack,\n audioTrack;\n\n _Transmuxer.prototype.init.call(this);\n\n options = options || {};\n this.baseMediaDecodeTime = options.baseMediaDecodeTime || 0;\n this.transmuxPipeline_ = {};\n\n this.setupAacPipeline = function () {\n var pipeline = {};\n this.transmuxPipeline_ = pipeline;\n pipeline.type = 'aac';\n pipeline.metadataStream = new m2ts_1.MetadataStream(); // set up the parsing pipeline\n\n pipeline.aacStream = new aac();\n pipeline.audioTimestampRolloverStream = new m2ts_1.TimestampRolloverStream('audio');\n pipeline.timedMetadataTimestampRolloverStream = new m2ts_1.TimestampRolloverStream('timed-metadata');\n pipeline.adtsStream = new adts();\n pipeline.coalesceStream = new _CoalesceStream(options, pipeline.metadataStream);\n pipeline.headOfPipeline = pipeline.aacStream;\n pipeline.aacStream.pipe(pipeline.audioTimestampRolloverStream).pipe(pipeline.adtsStream);\n pipeline.aacStream.pipe(pipeline.timedMetadataTimestampRolloverStream).pipe(pipeline.metadataStream).pipe(pipeline.coalesceStream);\n pipeline.metadataStream.on('timestamp', function (frame) {\n pipeline.aacStream.setTimestamp(frame.timeStamp);\n });\n pipeline.aacStream.on('data', function (data) {\n if (data.type === 'timed-metadata' && !pipeline.audioSegmentStream) {\n audioTrack = audioTrack || {\n timelineStartInfo: {\n baseMediaDecodeTime: self.baseMediaDecodeTime\n },\n codec: 'adts',\n type: 'audio'\n }; // hook up the audio segment stream to the first track with aac data\n\n pipeline.coalesceStream.numberOfTracks++;\n pipeline.audioSegmentStream = new _AudioSegmentStream(audioTrack, options); // Set up the final part of the audio pipeline\n\n pipeline.adtsStream.pipe(pipeline.audioSegmentStream).pipe(pipeline.coalesceStream);\n }\n }); // Re-emit any data coming from the coalesce stream to the outside world\n\n pipeline.coalesceStream.on('data', this.trigger.bind(this, 'data')); // Let the consumer know we have finished flushing the entire pipeline\n\n pipeline.coalesceStream.on('done', this.trigger.bind(this, 'done'));\n };\n\n this.setupTsPipeline = function () {\n var pipeline = {};\n this.transmuxPipeline_ = pipeline;\n pipeline.type = 'ts';\n pipeline.metadataStream = new m2ts_1.MetadataStream(); // set up the parsing pipeline\n\n pipeline.packetStream = new m2ts_1.TransportPacketStream();\n pipeline.parseStream = new m2ts_1.TransportParseStream();\n pipeline.elementaryStream = new m2ts_1.ElementaryStream();\n pipeline.videoTimestampRolloverStream = new m2ts_1.TimestampRolloverStream('video');\n pipeline.audioTimestampRolloverStream = new m2ts_1.TimestampRolloverStream('audio');\n pipeline.timedMetadataTimestampRolloverStream = new m2ts_1.TimestampRolloverStream('timed-metadata');\n pipeline.adtsStream = new adts();\n pipeline.h264Stream = new H264Stream();\n pipeline.captionStream = new m2ts_1.CaptionStream();\n pipeline.coalesceStream = new _CoalesceStream(options, pipeline.metadataStream);\n pipeline.headOfPipeline = pipeline.packetStream; // disassemble MPEG2-TS packets into elementary streams\n\n pipeline.packetStream.pipe(pipeline.parseStream).pipe(pipeline.elementaryStream); // !!THIS ORDER IS IMPORTANT!!\n // demux the streams\n\n pipeline.elementaryStream.pipe(pipeline.videoTimestampRolloverStream).pipe(pipeline.h264Stream);\n pipeline.elementaryStream.pipe(pipeline.audioTimestampRolloverStream).pipe(pipeline.adtsStream);\n pipeline.elementaryStream.pipe(pipeline.timedMetadataTimestampRolloverStream).pipe(pipeline.metadataStream).pipe(pipeline.coalesceStream); // Hook up CEA-608/708 caption stream\n\n pipeline.h264Stream.pipe(pipeline.captionStream).pipe(pipeline.coalesceStream);\n pipeline.elementaryStream.on('data', function (data) {\n var i;\n\n if (data.type === 'metadata') {\n i = data.tracks.length; // scan the tracks listed in the metadata\n\n while (i--) {\n if (!videoTrack && data.tracks[i].type === 'video') {\n videoTrack = data.tracks[i];\n videoTrack.timelineStartInfo.baseMediaDecodeTime = self.baseMediaDecodeTime;\n } else if (!audioTrack && data.tracks[i].type === 'audio') {\n audioTrack = data.tracks[i];\n audioTrack.timelineStartInfo.baseMediaDecodeTime = self.baseMediaDecodeTime;\n }\n } // hook up the video segment stream to the first track with h264 data\n\n\n if (videoTrack && !pipeline.videoSegmentStream) {\n pipeline.coalesceStream.numberOfTracks++;\n pipeline.videoSegmentStream = new _VideoSegmentStream(videoTrack, options);\n pipeline.videoSegmentStream.on('timelineStartInfo', function (timelineStartInfo) {\n // When video emits timelineStartInfo data after a flush, we forward that\n // info to the AudioSegmentStream, if it exists, because video timeline\n // data takes precedence.\n if (audioTrack) {\n audioTrack.timelineStartInfo = timelineStartInfo; // On the first segment we trim AAC frames that exist before the\n // very earliest DTS we have seen in video because Chrome will\n // interpret any video track with a baseMediaDecodeTime that is\n // non-zero as a gap.\n\n pipeline.audioSegmentStream.setEarliestDts(timelineStartInfo.dts);\n }\n });\n pipeline.videoSegmentStream.on('processedGopsInfo', self.trigger.bind(self, 'gopInfo'));\n pipeline.videoSegmentStream.on('baseMediaDecodeTime', function (baseMediaDecodeTime) {\n if (audioTrack) {\n pipeline.audioSegmentStream.setVideoBaseMediaDecodeTime(baseMediaDecodeTime);\n }\n }); // Set up the final part of the video pipeline\n\n pipeline.h264Stream.pipe(pipeline.videoSegmentStream).pipe(pipeline.coalesceStream);\n }\n\n if (audioTrack && !pipeline.audioSegmentStream) {\n // hook up the audio segment stream to the first track with aac data\n pipeline.coalesceStream.numberOfTracks++;\n pipeline.audioSegmentStream = new _AudioSegmentStream(audioTrack, options); // Set up the final part of the audio pipeline\n\n pipeline.adtsStream.pipe(pipeline.audioSegmentStream).pipe(pipeline.coalesceStream);\n }\n }\n }); // Re-emit any data coming from the coalesce stream to the outside world\n\n pipeline.coalesceStream.on('data', this.trigger.bind(this, 'data')); // Let the consumer know we have finished flushing the entire pipeline\n\n pipeline.coalesceStream.on('done', this.trigger.bind(this, 'done'));\n }; // hook up the segment streams once track metadata is delivered\n\n\n this.setBaseMediaDecodeTime = function (baseMediaDecodeTime) {\n var pipeline = this.transmuxPipeline_;\n\n if (!options.keepOriginalTimestamps) {\n this.baseMediaDecodeTime = baseMediaDecodeTime;\n }\n\n if (audioTrack) {\n audioTrack.timelineStartInfo.dts = undefined;\n audioTrack.timelineStartInfo.pts = undefined;\n trackDecodeInfo.clearDtsInfo(audioTrack);\n\n if (!options.keepOriginalTimestamps) {\n audioTrack.timelineStartInfo.baseMediaDecodeTime = baseMediaDecodeTime;\n }\n\n if (pipeline.audioTimestampRolloverStream) {\n pipeline.audioTimestampRolloverStream.discontinuity();\n }\n }\n\n if (videoTrack) {\n if (pipeline.videoSegmentStream) {\n pipeline.videoSegmentStream.gopCache_ = [];\n pipeline.videoTimestampRolloverStream.discontinuity();\n }\n\n videoTrack.timelineStartInfo.dts = undefined;\n videoTrack.timelineStartInfo.pts = undefined;\n trackDecodeInfo.clearDtsInfo(videoTrack);\n pipeline.captionStream.reset();\n\n if (!options.keepOriginalTimestamps) {\n videoTrack.timelineStartInfo.baseMediaDecodeTime = baseMediaDecodeTime;\n }\n }\n\n if (pipeline.timedMetadataTimestampRolloverStream) {\n pipeline.timedMetadataTimestampRolloverStream.discontinuity();\n }\n };\n\n this.setAudioAppendStart = function (timestamp) {\n if (audioTrack) {\n this.transmuxPipeline_.audioSegmentStream.setAudioAppendStart(timestamp);\n }\n };\n\n this.alignGopsWith = function (gopsToAlignWith) {\n if (videoTrack && this.transmuxPipeline_.videoSegmentStream) {\n this.transmuxPipeline_.videoSegmentStream.alignGopsWith(gopsToAlignWith);\n }\n }; // feed incoming data to the front of the parsing pipeline\n\n\n this.push = function (data) {\n if (hasFlushed) {\n var isAac = isLikelyAacData$1(data);\n\n if (isAac && this.transmuxPipeline_.type !== 'aac') {\n this.setupAacPipeline();\n } else if (!isAac && this.transmuxPipeline_.type !== 'ts') {\n this.setupTsPipeline();\n }\n\n hasFlushed = false;\n }\n\n this.transmuxPipeline_.headOfPipeline.push(data);\n }; // flush any buffered data\n\n\n this.flush = function () {\n hasFlushed = true; // Start at the top of the pipeline and flush all pending work\n\n this.transmuxPipeline_.headOfPipeline.flush();\n }; // Caption data has to be reset when seeking outside buffered range\n\n\n this.resetCaptions = function () {\n if (this.transmuxPipeline_.captionStream) {\n this.transmuxPipeline_.captionStream.reset();\n }\n };\n };\n\n _Transmuxer.prototype = new stream();\n var transmuxer = {\n Transmuxer: _Transmuxer,\n VideoSegmentStream: _VideoSegmentStream,\n AudioSegmentStream: _AudioSegmentStream,\n AUDIO_PROPERTIES: AUDIO_PROPERTIES,\n VIDEO_PROPERTIES: VIDEO_PROPERTIES\n };\n\n var inspectMp4,\n _textifyMp,\n parseType$2 = probe.parseType,\n parseMp4Date = function parseMp4Date(seconds) {\n return new Date(seconds * 1000 - 2082844800000);\n },\n parseSampleFlags = function parseSampleFlags(flags) {\n return {\n isLeading: (flags[0] & 0x0c) >>> 2,\n dependsOn: flags[0] & 0x03,\n isDependedOn: (flags[1] & 0xc0) >>> 6,\n hasRedundancy: (flags[1] & 0x30) >>> 4,\n paddingValue: (flags[1] & 0x0e) >>> 1,\n isNonSyncSample: flags[1] & 0x01,\n degradationPriority: flags[2] << 8 | flags[3]\n };\n },\n nalParse = function nalParse(avcStream) {\n var avcView = new DataView(avcStream.buffer, avcStream.byteOffset, avcStream.byteLength),\n result = [],\n i,\n length;\n\n for (i = 0; i + 4 < avcStream.length; i += length) {\n length = avcView.getUint32(i);\n i += 4; // bail if this doesn't appear to be an H264 stream\n\n if (length <= 0) {\n result.push('<span style=\\'color:red;\\'>MALFORMED DATA</span>');\n continue;\n }\n\n switch (avcStream[i] & 0x1F) {\n case 0x01:\n result.push('slice_layer_without_partitioning_rbsp');\n break;\n\n case 0x05:\n result.push('slice_layer_without_partitioning_rbsp_idr');\n break;\n\n case 0x06:\n result.push('sei_rbsp');\n break;\n\n case 0x07:\n result.push('seq_parameter_set_rbsp');\n break;\n\n case 0x08:\n result.push('pic_parameter_set_rbsp');\n break;\n\n case 0x09:\n result.push('access_unit_delimiter_rbsp');\n break;\n\n default:\n result.push('UNKNOWN NAL - ' + avcStream[i] & 0x1F);\n break;\n }\n }\n\n return result;\n },\n // registry of handlers for individual mp4 box types\n parse$$1 = {\n // codingname, not a first-class box type. stsd entries share the\n // same format as real boxes so the parsing infrastructure can be\n // shared\n avc1: function avc1(data) {\n var view = new DataView(data.buffer, data.byteOffset, data.byteLength);\n return {\n dataReferenceIndex: view.getUint16(6),\n width: view.getUint16(24),\n height: view.getUint16(26),\n horizresolution: view.getUint16(28) + view.getUint16(30) / 16,\n vertresolution: view.getUint16(32) + view.getUint16(34) / 16,\n frameCount: view.getUint16(40),\n depth: view.getUint16(74),\n config: inspectMp4(data.subarray(78, data.byteLength))\n };\n },\n avcC: function avcC(data) {\n var view = new DataView(data.buffer, data.byteOffset, data.byteLength),\n result = {\n configurationVersion: data[0],\n avcProfileIndication: data[1],\n profileCompatibility: data[2],\n avcLevelIndication: data[3],\n lengthSizeMinusOne: data[4] & 0x03,\n sps: [],\n pps: []\n },\n numOfSequenceParameterSets = data[5] & 0x1f,\n numOfPictureParameterSets,\n nalSize,\n offset,\n i; // iterate past any SPSs\n\n offset = 6;\n\n for (i = 0; i < numOfSequenceParameterSets; i++) {\n nalSize = view.getUint16(offset);\n offset += 2;\n result.sps.push(new Uint8Array(data.subarray(offset, offset + nalSize)));\n offset += nalSize;\n } // iterate past any PPSs\n\n\n numOfPictureParameterSets = data[offset];\n offset++;\n\n for (i = 0; i < numOfPictureParameterSets; i++) {\n nalSize = view.getUint16(offset);\n offset += 2;\n result.pps.push(new Uint8Array(data.subarray(offset, offset + nalSize)));\n offset += nalSize;\n }\n\n return result;\n },\n btrt: function btrt(data) {\n var view = new DataView(data.buffer, data.byteOffset, data.byteLength);\n return {\n bufferSizeDB: view.getUint32(0),\n maxBitrate: view.getUint32(4),\n avgBitrate: view.getUint32(8)\n };\n },\n esds: function esds(data) {\n return {\n version: data[0],\n flags: new Uint8Array(data.subarray(1, 4)),\n esId: data[6] << 8 | data[7],\n streamPriority: data[8] & 0x1f,\n decoderConfig: {\n objectProfileIndication: data[11],\n streamType: data[12] >>> 2 & 0x3f,\n bufferSize: data[13] << 16 | data[14] << 8 | data[15],\n maxBitrate: data[16] << 24 | data[17] << 16 | data[18] << 8 | data[19],\n avgBitrate: data[20] << 24 | data[21] << 16 | data[22] << 8 | data[23],\n decoderConfigDescriptor: {\n tag: data[24],\n length: data[25],\n audioObjectType: data[26] >>> 3 & 0x1f,\n samplingFrequencyIndex: (data[26] & 0x07) << 1 | data[27] >>> 7 & 0x01,\n channelConfiguration: data[27] >>> 3 & 0x0f\n }\n }\n };\n },\n ftyp: function ftyp(data) {\n var view = new DataView(data.buffer, data.byteOffset, data.byteLength),\n result = {\n majorBrand: parseType$2(data.subarray(0, 4)),\n minorVersion: view.getUint32(4),\n compatibleBrands: []\n },\n i = 8;\n\n while (i < data.byteLength) {\n result.compatibleBrands.push(parseType$2(data.subarray(i, i + 4)));\n i += 4;\n }\n\n return result;\n },\n dinf: function dinf(data) {\n return {\n boxes: inspectMp4(data)\n };\n },\n dref: function dref(data) {\n return {\n version: data[0],\n flags: new Uint8Array(data.subarray(1, 4)),\n dataReferences: inspectMp4(data.subarray(8))\n };\n },\n hdlr: function hdlr(data) {\n var view = new DataView(data.buffer, data.byteOffset, data.byteLength),\n result = {\n version: view.getUint8(0),\n flags: new Uint8Array(data.subarray(1, 4)),\n handlerType: parseType$2(data.subarray(8, 12)),\n name: ''\n },\n i = 8; // parse out the name field\n\n for (i = 24; i < data.byteLength; i++) {\n if (data[i] === 0x00) {\n // the name field is null-terminated\n i++;\n break;\n }\n\n result.name += String.fromCharCode(data[i]);\n } // decode UTF-8 to javascript's internal representation\n // see http://ecmanaut.blogspot.com/2006/07/encoding-decoding-utf8-in-javascript.html\n\n\n result.name = decodeURIComponent(escape(result.name));\n return result;\n },\n mdat: function mdat(data) {\n return {\n byteLength: data.byteLength,\n nals: nalParse(data)\n };\n },\n mdhd: function mdhd(data) {\n var view = new DataView(data.buffer, data.byteOffset, data.byteLength),\n i = 4,\n language,\n result = {\n version: view.getUint8(0),\n flags: new Uint8Array(data.subarray(1, 4)),\n language: ''\n };\n\n if (result.version === 1) {\n i += 4;\n result.creationTime = parseMp4Date(view.getUint32(i)); // truncating top 4 bytes\n\n i += 8;\n result.modificationTime = parseMp4Date(view.getUint32(i)); // truncating top 4 bytes\n\n i += 4;\n result.timescale = view.getUint32(i);\n i += 8;\n result.duration = view.getUint32(i); // truncating top 4 bytes\n } else {\n result.creationTime = parseMp4Date(view.getUint32(i));\n i += 4;\n result.modificationTime = parseMp4Date(view.getUint32(i));\n i += 4;\n result.timescale = view.getUint32(i);\n i += 4;\n result.duration = view.getUint32(i);\n }\n\n i += 4; // language is stored as an ISO-639-2/T code in an array of three 5-bit fields\n // each field is the packed difference between its ASCII value and 0x60\n\n language = view.getUint16(i);\n result.language += String.fromCharCode((language >> 10) + 0x60);\n result.language += String.fromCharCode(((language & 0x03e0) >> 5) + 0x60);\n result.language += String.fromCharCode((language & 0x1f) + 0x60);\n return result;\n },\n mdia: function mdia(data) {\n return {\n boxes: inspectMp4(data)\n };\n },\n mfhd: function mfhd(data) {\n return {\n version: data[0],\n flags: new Uint8Array(data.subarray(1, 4)),\n sequenceNumber: data[4] << 24 | data[5] << 16 | data[6] << 8 | data[7]\n };\n },\n minf: function minf(data) {\n return {\n boxes: inspectMp4(data)\n };\n },\n // codingname, not a first-class box type. stsd entries share the\n // same format as real boxes so the parsing infrastructure can be\n // shared\n mp4a: function mp4a(data) {\n var view = new DataView(data.buffer, data.byteOffset, data.byteLength),\n result = {\n // 6 bytes reserved\n dataReferenceIndex: view.getUint16(6),\n // 4 + 4 bytes reserved\n channelcount: view.getUint16(16),\n samplesize: view.getUint16(18),\n // 2 bytes pre_defined\n // 2 bytes reserved\n samplerate: view.getUint16(24) + view.getUint16(26) / 65536\n }; // if there are more bytes to process, assume this is an ISO/IEC\n // 14496-14 MP4AudioSampleEntry and parse the ESDBox\n\n if (data.byteLength > 28) {\n result.streamDescriptor = inspectMp4(data.subarray(28))[0];\n }\n\n return result;\n },\n moof: function moof(data) {\n return {\n boxes: inspectMp4(data)\n };\n },\n moov: function moov(data) {\n return {\n boxes: inspectMp4(data)\n };\n },\n mvex: function mvex(data) {\n return {\n boxes: inspectMp4(data)\n };\n },\n mvhd: function mvhd(data) {\n var view = new DataView(data.buffer, data.byteOffset, data.byteLength),\n i = 4,\n result = {\n version: view.getUint8(0),\n flags: new Uint8Array(data.subarray(1, 4))\n };\n\n if (result.version === 1) {\n i += 4;\n result.creationTime = parseMp4Date(view.getUint32(i)); // truncating top 4 bytes\n\n i += 8;\n result.modificationTime = parseMp4Date(view.getUint32(i)); // truncating top 4 bytes\n\n i += 4;\n result.timescale = view.getUint32(i);\n i += 8;\n result.duration = view.getUint32(i); // truncating top 4 bytes\n } else {\n result.creationTime = parseMp4Date(view.getUint32(i));\n i += 4;\n result.modificationTime = parseMp4Date(view.getUint32(i));\n i += 4;\n result.timescale = view.getUint32(i);\n i += 4;\n result.duration = view.getUint32(i);\n }\n\n i += 4; // convert fixed-point, base 16 back to a number\n\n result.rate = view.getUint16(i) + view.getUint16(i + 2) / 16;\n i += 4;\n result.volume = view.getUint8(i) + view.getUint8(i + 1) / 8;\n i += 2;\n i += 2;\n i += 2 * 4;\n result.matrix = new Uint32Array(data.subarray(i, i + 9 * 4));\n i += 9 * 4;\n i += 6 * 4;\n result.nextTrackId = view.getUint32(i);\n return result;\n },\n pdin: function pdin(data) {\n var view = new DataView(data.buffer, data.byteOffset, data.byteLength);\n return {\n version: view.getUint8(0),\n flags: new Uint8Array(data.subarray(1, 4)),\n rate: view.getUint32(4),\n initialDelay: view.getUint32(8)\n };\n },\n sdtp: function sdtp(data) {\n var result = {\n version: data[0],\n flags: new Uint8Array(data.subarray(1, 4)),\n samples: []\n },\n i;\n\n for (i = 4; i < data.byteLength; i++) {\n result.samples.push({\n dependsOn: (data[i] & 0x30) >> 4,\n isDependedOn: (data[i] & 0x0c) >> 2,\n hasRedundancy: data[i] & 0x03\n });\n }\n\n return result;\n },\n sidx: function sidx(data) {\n var view = new DataView(data.buffer, data.byteOffset, data.byteLength),\n result = {\n version: data[0],\n flags: new Uint8Array(data.subarray(1, 4)),\n references: [],\n referenceId: view.getUint32(4),\n timescale: view.getUint32(8),\n earliestPresentationTime: view.getUint32(12),\n firstOffset: view.getUint32(16)\n },\n referenceCount = view.getUint16(22),\n i;\n\n for (i = 24; referenceCount; i += 12, referenceCount--) {\n result.references.push({\n referenceType: (data[i] & 0x80) >>> 7,\n referencedSize: view.getUint32(i) & 0x7FFFFFFF,\n subsegmentDuration: view.getUint32(i + 4),\n startsWithSap: !!(data[i + 8] & 0x80),\n sapType: (data[i + 8] & 0x70) >>> 4,\n sapDeltaTime: view.getUint32(i + 8) & 0x0FFFFFFF\n });\n }\n\n return result;\n },\n smhd: function smhd(data) {\n return {\n version: data[0],\n flags: new Uint8Array(data.subarray(1, 4)),\n balance: data[4] + data[5] / 256\n };\n },\n stbl: function stbl(data) {\n return {\n boxes: inspectMp4(data)\n };\n },\n stco: function stco(data) {\n var view = new DataView(data.buffer, data.byteOffset, data.byteLength),\n result = {\n version: data[0],\n flags: new Uint8Array(data.subarray(1, 4)),\n chunkOffsets: []\n },\n entryCount = view.getUint32(4),\n i;\n\n for (i = 8; entryCount; i += 4, entryCount--) {\n result.chunkOffsets.push(view.getUint32(i));\n }\n\n return result;\n },\n stsc: function stsc(data) {\n var view = new DataView(data.buffer, data.byteOffset, data.byteLength),\n entryCount = view.getUint32(4),\n result = {\n version: data[0],\n flags: new Uint8Array(data.subarray(1, 4)),\n sampleToChunks: []\n },\n i;\n\n for (i = 8; entryCount; i += 12, entryCount--) {\n result.sampleToChunks.push({\n firstChunk: view.getUint32(i),\n samplesPerChunk: view.getUint32(i + 4),\n sampleDescriptionIndex: view.getUint32(i + 8)\n });\n }\n\n return result;\n },\n stsd: function stsd(data) {\n return {\n version: data[0],\n flags: new Uint8Array(data.subarray(1, 4)),\n sampleDescriptions: inspectMp4(data.subarray(8))\n };\n },\n stsz: function stsz(data) {\n var view = new DataView(data.buffer, data.byteOffset, data.byteLength),\n result = {\n version: data[0],\n flags: new Uint8Array(data.subarray(1, 4)),\n sampleSize: view.getUint32(4),\n entries: []\n },\n i;\n\n for (i = 12; i < data.byteLength; i += 4) {\n result.entries.push(view.getUint32(i));\n }\n\n return result;\n },\n stts: function stts(data) {\n var view = new DataView(data.buffer, data.byteOffset, data.byteLength),\n result = {\n version: data[0],\n flags: new Uint8Array(data.subarray(1, 4)),\n timeToSamples: []\n },\n entryCount = view.getUint32(4),\n i;\n\n for (i = 8; entryCount; i += 8, entryCount--) {\n result.timeToSamples.push({\n sampleCount: view.getUint32(i),\n sampleDelta: view.getUint32(i + 4)\n });\n }\n\n return result;\n },\n styp: function styp(data) {\n return parse$$1.ftyp(data);\n },\n tfdt: function tfdt(data) {\n var result = {\n version: data[0],\n flags: new Uint8Array(data.subarray(1, 4)),\n baseMediaDecodeTime: data[4] << 24 | data[5] << 16 | data[6] << 8 | data[7]\n };\n\n if (result.version === 1) {\n result.baseMediaDecodeTime *= Math.pow(2, 32);\n result.baseMediaDecodeTime += data[8] << 24 | data[9] << 16 | data[10] << 8 | data[11];\n }\n\n return result;\n },\n tfhd: function tfhd(data) {\n var view = new DataView(data.buffer, data.byteOffset, data.byteLength),\n result = {\n version: data[0],\n flags: new Uint8Array(data.subarray(1, 4)),\n trackId: view.getUint32(4)\n },\n baseDataOffsetPresent = result.flags[2] & 0x01,\n sampleDescriptionIndexPresent = result.flags[2] & 0x02,\n defaultSampleDurationPresent = result.flags[2] & 0x08,\n defaultSampleSizePresent = result.flags[2] & 0x10,\n defaultSampleFlagsPresent = result.flags[2] & 0x20,\n durationIsEmpty = result.flags[0] & 0x010000,\n defaultBaseIsMoof = result.flags[0] & 0x020000,\n i;\n i = 8;\n\n if (baseDataOffsetPresent) {\n i += 4; // truncate top 4 bytes\n // FIXME: should we read the full 64 bits?\n\n result.baseDataOffset = view.getUint32(12);\n i += 4;\n }\n\n if (sampleDescriptionIndexPresent) {\n result.sampleDescriptionIndex = view.getUint32(i);\n i += 4;\n }\n\n if (defaultSampleDurationPresent) {\n result.defaultSampleDuration = view.getUint32(i);\n i += 4;\n }\n\n if (defaultSampleSizePresent) {\n result.defaultSampleSize = view.getUint32(i);\n i += 4;\n }\n\n if (defaultSampleFlagsPresent) {\n result.defaultSampleFlags = view.getUint32(i);\n }\n\n if (durationIsEmpty) {\n result.durationIsEmpty = true;\n }\n\n if (!baseDataOffsetPresent && defaultBaseIsMoof) {\n result.baseDataOffsetIsMoof = true;\n }\n\n return result;\n },\n tkhd: function tkhd(data) {\n var view = new DataView(data.buffer, data.byteOffset, data.byteLength),\n i = 4,\n result = {\n version: view.getUint8(0),\n flags: new Uint8Array(data.subarray(1, 4))\n };\n\n if (result.version === 1) {\n i += 4;\n result.creationTime = parseMp4Date(view.getUint32(i)); // truncating top 4 bytes\n\n i += 8;\n result.modificationTime = parseMp4Date(view.getUint32(i)); // truncating top 4 bytes\n\n i += 4;\n result.trackId = view.getUint32(i);\n i += 4;\n i += 8;\n result.duration = view.getUint32(i); // truncating top 4 bytes\n } else {\n result.creationTime = parseMp4Date(view.getUint32(i));\n i += 4;\n result.modificationTime = parseMp4Date(view.getUint32(i));\n i += 4;\n result.trackId = view.getUint32(i);\n i += 4;\n i += 4;\n result.duration = view.getUint32(i);\n }\n\n i += 4;\n i += 2 * 4;\n result.layer = view.getUint16(i);\n i += 2;\n result.alternateGroup = view.getUint16(i);\n i += 2; // convert fixed-point, base 16 back to a number\n\n result.volume = view.getUint8(i) + view.getUint8(i + 1) / 8;\n i += 2;\n i += 2;\n result.matrix = new Uint32Array(data.subarray(i, i + 9 * 4));\n i += 9 * 4;\n result.width = view.getUint16(i) + view.getUint16(i + 2) / 16;\n i += 4;\n result.height = view.getUint16(i) + view.getUint16(i + 2) / 16;\n return result;\n },\n traf: function traf(data) {\n return {\n boxes: inspectMp4(data)\n };\n },\n trak: function trak(data) {\n return {\n boxes: inspectMp4(data)\n };\n },\n trex: function trex(data) {\n var view = new DataView(data.buffer, data.byteOffset, data.byteLength);\n return {\n version: data[0],\n flags: new Uint8Array(data.subarray(1, 4)),\n trackId: view.getUint32(4),\n defaultSampleDescriptionIndex: view.getUint32(8),\n defaultSampleDuration: view.getUint32(12),\n defaultSampleSize: view.getUint32(16),\n sampleDependsOn: data[20] & 0x03,\n sampleIsDependedOn: (data[21] & 0xc0) >> 6,\n sampleHasRedundancy: (data[21] & 0x30) >> 4,\n samplePaddingValue: (data[21] & 0x0e) >> 1,\n sampleIsDifferenceSample: !!(data[21] & 0x01),\n sampleDegradationPriority: view.getUint16(22)\n };\n },\n trun: function trun(data) {\n var result = {\n version: data[0],\n flags: new Uint8Array(data.subarray(1, 4)),\n samples: []\n },\n view = new DataView(data.buffer, data.byteOffset, data.byteLength),\n // Flag interpretation\n dataOffsetPresent = result.flags[2] & 0x01,\n // compare with 2nd byte of 0x1\n firstSampleFlagsPresent = result.flags[2] & 0x04,\n // compare with 2nd byte of 0x4\n sampleDurationPresent = result.flags[1] & 0x01,\n // compare with 2nd byte of 0x100\n sampleSizePresent = result.flags[1] & 0x02,\n // compare with 2nd byte of 0x200\n sampleFlagsPresent = result.flags[1] & 0x04,\n // compare with 2nd byte of 0x400\n sampleCompositionTimeOffsetPresent = result.flags[1] & 0x08,\n // compare with 2nd byte of 0x800\n sampleCount = view.getUint32(4),\n offset = 8,\n sample;\n\n if (dataOffsetPresent) {\n // 32 bit signed integer\n result.dataOffset = view.getInt32(offset);\n offset += 4;\n } // Overrides the flags for the first sample only. The order of\n // optional values will be: duration, size, compositionTimeOffset\n\n\n if (firstSampleFlagsPresent && sampleCount) {\n sample = {\n flags: parseSampleFlags(data.subarray(offset, offset + 4))\n };\n offset += 4;\n\n if (sampleDurationPresent) {\n sample.duration = view.getUint32(offset);\n offset += 4;\n }\n\n if (sampleSizePresent) {\n sample.size = view.getUint32(offset);\n offset += 4;\n }\n\n if (sampleCompositionTimeOffsetPresent) {\n // Note: this should be a signed int if version is 1\n sample.compositionTimeOffset = view.getUint32(offset);\n offset += 4;\n }\n\n result.samples.push(sample);\n sampleCount--;\n }\n\n while (sampleCount--) {\n sample = {};\n\n if (sampleDurationPresent) {\n sample.duration = view.getUint32(offset);\n offset += 4;\n }\n\n if (sampleSizePresent) {\n sample.size = view.getUint32(offset);\n offset += 4;\n }\n\n if (sampleFlagsPresent) {\n sample.flags = parseSampleFlags(data.subarray(offset, offset + 4));\n offset += 4;\n }\n\n if (sampleCompositionTimeOffsetPresent) {\n // Note: this should be a signed int if version is 1\n sample.compositionTimeOffset = view.getUint32(offset);\n offset += 4;\n }\n\n result.samples.push(sample);\n }\n\n return result;\n },\n 'url ': function url(data) {\n return {\n version: data[0],\n flags: new Uint8Array(data.subarray(1, 4))\n };\n },\n vmhd: function vmhd(data) {\n var view = new DataView(data.buffer, data.byteOffset, data.byteLength);\n return {\n version: data[0],\n flags: new Uint8Array(data.subarray(1, 4)),\n graphicsmode: view.getUint16(4),\n opcolor: new Uint16Array([view.getUint16(6), view.getUint16(8), view.getUint16(10)])\n };\n }\n };\n /**\n * Return a javascript array of box objects parsed from an ISO base\n * media file.\n * @param data {Uint8Array} the binary data of the media to be inspected\n * @return {array} a javascript array of potentially nested box objects\n */\n\n\n inspectMp4 = function inspectMp4(data) {\n var i = 0,\n result = [],\n view,\n size,\n type,\n end,\n box; // Convert data from Uint8Array to ArrayBuffer, to follow Dataview API\n\n var ab = new ArrayBuffer(data.length);\n var v = new Uint8Array(ab);\n\n for (var z = 0; z < data.length; ++z) {\n v[z] = data[z];\n }\n\n view = new DataView(ab);\n\n while (i < data.byteLength) {\n // parse box data\n size = view.getUint32(i);\n type = parseType$2(data.subarray(i + 4, i + 8));\n end = size > 1 ? i + size : data.byteLength; // parse type-specific data\n\n box = (parse$$1[type] || function (data) {\n return {\n data: data\n };\n })(data.subarray(i + 8, end));\n\n box.size = size;\n box.type = type; // store this box and move to the next\n\n result.push(box);\n i = end;\n }\n\n return result;\n };\n /**\n * Returns a textual representation of the javascript represtentation\n * of an MP4 file. You can use it as an alternative to\n * JSON.stringify() to compare inspected MP4s.\n * @param inspectedMp4 {array} the parsed array of boxes in an MP4\n * file\n * @param depth {number} (optional) the number of ancestor boxes of\n * the elements of inspectedMp4. Assumed to be zero if unspecified.\n * @return {string} a text representation of the parsed MP4\n */\n\n\n _textifyMp = function textifyMp4(inspectedMp4, depth) {\n var indent;\n depth = depth || 0;\n indent = new Array(depth * 2 + 1).join(' '); // iterate over all the boxes\n\n return inspectedMp4.map(function (box, index) {\n // list the box type first at the current indentation level\n return indent + box.type + '\\n' + // the type is already included and handle child boxes separately\n Object.keys(box).filter(function (key) {\n return key !== 'type' && key !== 'boxes'; // output all the box properties\n }).map(function (key) {\n var prefix = indent + ' ' + key + ': ',\n value = box[key]; // print out raw bytes as hexademical\n\n if (value instanceof Uint8Array || value instanceof Uint32Array) {\n var bytes = Array.prototype.slice.call(new Uint8Array(value.buffer, value.byteOffset, value.byteLength)).map(function (byte) {\n return ' ' + ('00' + byte.toString(16)).slice(-2);\n }).join('').match(/.{1,24}/g);\n\n if (!bytes) {\n return prefix + '<>';\n }\n\n if (bytes.length === 1) {\n return prefix + '<' + bytes.join('').slice(1) + '>';\n }\n\n return prefix + '<\\n' + bytes.map(function (line) {\n return indent + ' ' + line;\n }).join('\\n') + '\\n' + indent + ' >';\n } // stringify generic objects\n\n\n return prefix + JSON.stringify(value, null, 2).split('\\n').map(function (line, index) {\n if (index === 0) {\n return line;\n }\n\n return indent + ' ' + line;\n }).join('\\n');\n }).join('\\n') + ( // recursively textify the child boxes\n box.boxes ? '\\n' + _textifyMp(box.boxes, depth + 1) : '');\n }).join('\\n');\n };\n\n var mp4Inspector = {\n inspect: inspectMp4,\n textify: _textifyMp,\n parseTfdt: parse$$1.tfdt,\n parseHdlr: parse$$1.hdlr,\n parseTfhd: parse$$1.tfhd,\n parseTrun: parse$$1.trun\n };\n var discardEmulationPreventionBytes$1 = captionPacketParser.discardEmulationPreventionBytes;\n var CaptionStream$1 = captionStream.CaptionStream;\n /**\n * Maps an offset in the mdat to a sample based on the the size of the samples.\n * Assumes that `parseSamples` has been called first.\n *\n * @param {Number} offset - The offset into the mdat\n * @param {Object[]} samples - An array of samples, parsed using `parseSamples`\n * @return {?Object} The matching sample, or null if no match was found.\n *\n * @see ISO-BMFF-12/2015, Section 8.8.8\n **/\n\n var mapToSample = function mapToSample(offset, samples) {\n var approximateOffset = offset;\n\n for (var i = 0; i < samples.length; i++) {\n var sample = samples[i];\n\n if (approximateOffset < sample.size) {\n return sample;\n }\n\n approximateOffset -= sample.size;\n }\n\n return null;\n };\n /**\n * Finds SEI nal units contained in a Media Data Box.\n * Assumes that `parseSamples` has been called first.\n *\n * @param {Uint8Array} avcStream - The bytes of the mdat\n * @param {Object[]} samples - The samples parsed out by `parseSamples`\n * @param {Number} trackId - The trackId of this video track\n * @return {Object[]} seiNals - the parsed SEI NALUs found.\n * The contents of the seiNal should match what is expected by\n * CaptionStream.push (nalUnitType, size, data, escapedRBSP, pts, dts)\n *\n * @see ISO-BMFF-12/2015, Section 8.1.1\n * @see Rec. ITU-T H.264, 7.3.2.3.1\n **/\n\n\n var findSeiNals = function findSeiNals(avcStream, samples, trackId) {\n var avcView = new DataView(avcStream.buffer, avcStream.byteOffset, avcStream.byteLength),\n result = [],\n seiNal,\n i,\n length,\n lastMatchedSample;\n\n for (i = 0; i + 4 < avcStream.length; i += length) {\n length = avcView.getUint32(i);\n i += 4; // Bail if this doesn't appear to be an H264 stream\n\n if (length <= 0) {\n continue;\n }\n\n switch (avcStream[i] & 0x1F) {\n case 0x06:\n var data = avcStream.subarray(i + 1, i + 1 + length);\n var matchingSample = mapToSample(i, samples);\n seiNal = {\n nalUnitType: 'sei_rbsp',\n size: length,\n data: data,\n escapedRBSP: discardEmulationPreventionBytes$1(data),\n trackId: trackId\n };\n\n if (matchingSample) {\n seiNal.pts = matchingSample.pts;\n seiNal.dts = matchingSample.dts;\n lastMatchedSample = matchingSample;\n } else {\n // If a matching sample cannot be found, use the last\n // sample's values as they should be as close as possible\n seiNal.pts = lastMatchedSample.pts;\n seiNal.dts = lastMatchedSample.dts;\n }\n\n result.push(seiNal);\n break;\n\n default:\n break;\n }\n }\n\n return result;\n };\n /**\n * Parses sample information out of Track Run Boxes and calculates\n * the absolute presentation and decode timestamps of each sample.\n *\n * @param {Array<Uint8Array>} truns - The Trun Run boxes to be parsed\n * @param {Number} baseMediaDecodeTime - base media decode time from tfdt\n @see ISO-BMFF-12/2015, Section 8.8.12\n * @param {Object} tfhd - The parsed Track Fragment Header\n * @see inspect.parseTfhd\n * @return {Object[]} the parsed samples\n *\n * @see ISO-BMFF-12/2015, Section 8.8.8\n **/\n\n\n var parseSamples = function parseSamples(truns, baseMediaDecodeTime, tfhd) {\n var currentDts = baseMediaDecodeTime;\n var defaultSampleDuration = tfhd.defaultSampleDuration || 0;\n var defaultSampleSize = tfhd.defaultSampleSize || 0;\n var trackId = tfhd.trackId;\n var allSamples = [];\n truns.forEach(function (trun) {\n // Note: We currently do not parse the sample table as well\n // as the trun. It's possible some sources will require this.\n // moov > trak > mdia > minf > stbl\n var trackRun = mp4Inspector.parseTrun(trun);\n var samples = trackRun.samples;\n samples.forEach(function (sample) {\n if (sample.duration === undefined) {\n sample.duration = defaultSampleDuration;\n }\n\n if (sample.size === undefined) {\n sample.size = defaultSampleSize;\n }\n\n sample.trackId = trackId;\n sample.dts = currentDts;\n\n if (sample.compositionTimeOffset === undefined) {\n sample.compositionTimeOffset = 0;\n }\n\n sample.pts = currentDts + sample.compositionTimeOffset;\n currentDts += sample.duration;\n });\n allSamples = allSamples.concat(samples);\n });\n return allSamples;\n };\n /**\n * Parses out caption nals from an FMP4 segment's video tracks.\n *\n * @param {Uint8Array} segment - The bytes of a single segment\n * @param {Number} videoTrackId - The trackId of a video track in the segment\n * @return {Object.<Number, Object[]>} A mapping of video trackId to\n * a list of seiNals found in that track\n **/\n\n\n var parseCaptionNals = function parseCaptionNals(segment, videoTrackId) {\n // To get the samples\n var trafs = probe.findBox(segment, ['moof', 'traf']); // To get SEI NAL units\n\n var mdats = probe.findBox(segment, ['mdat']);\n var captionNals = {};\n var mdatTrafPairs = []; // Pair up each traf with a mdat as moofs and mdats are in pairs\n\n mdats.forEach(function (mdat, index) {\n var matchingTraf = trafs[index];\n mdatTrafPairs.push({\n mdat: mdat,\n traf: matchingTraf\n });\n });\n mdatTrafPairs.forEach(function (pair) {\n var mdat = pair.mdat;\n var traf = pair.traf;\n var tfhd = probe.findBox(traf, ['tfhd']); // Exactly 1 tfhd per traf\n\n var headerInfo = mp4Inspector.parseTfhd(tfhd[0]);\n var trackId = headerInfo.trackId;\n var tfdt = probe.findBox(traf, ['tfdt']); // Either 0 or 1 tfdt per traf\n\n var baseMediaDecodeTime = tfdt.length > 0 ? mp4Inspector.parseTfdt(tfdt[0]).baseMediaDecodeTime : 0;\n var truns = probe.findBox(traf, ['trun']);\n var samples;\n var seiNals; // Only parse video data for the chosen video track\n\n if (videoTrackId === trackId && truns.length > 0) {\n samples = parseSamples(truns, baseMediaDecodeTime, headerInfo);\n seiNals = findSeiNals(mdat, samples, trackId);\n\n if (!captionNals[trackId]) {\n captionNals[trackId] = [];\n }\n\n captionNals[trackId] = captionNals[trackId].concat(seiNals);\n }\n });\n return captionNals;\n };\n /**\n * Parses out inband captions from an MP4 container and returns\n * caption objects that can be used by WebVTT and the TextTrack API.\n * @see https://developer.mozilla.org/en-US/docs/Web/API/VTTCue\n * @see https://developer.mozilla.org/en-US/docs/Web/API/TextTrack\n * Assumes that `probe.getVideoTrackIds` and `probe.timescale` have been called first\n *\n * @param {Uint8Array} segment - The fmp4 segment containing embedded captions\n * @param {Number} trackId - The id of the video track to parse\n * @param {Number} timescale - The timescale for the video track from the init segment\n *\n * @return {?Object[]} parsedCaptions - A list of captions or null if no video tracks\n * @return {Number} parsedCaptions[].startTime - The time to show the caption in seconds\n * @return {Number} parsedCaptions[].endTime - The time to stop showing the caption in seconds\n * @return {String} parsedCaptions[].text - The visible content of the caption\n **/\n\n\n var parseEmbeddedCaptions = function parseEmbeddedCaptions(segment, trackId, timescale) {\n var seiNals;\n\n if (!trackId) {\n return null;\n }\n\n seiNals = parseCaptionNals(segment, trackId);\n return {\n seiNals: seiNals[trackId],\n timescale: timescale\n };\n };\n /**\n * Converts SEI NALUs into captions that can be used by video.js\n **/\n\n\n var CaptionParser$$1 = function CaptionParser$$1() {\n var isInitialized = false;\n var captionStream$$1; // Stores segments seen before trackId and timescale are set\n\n var segmentCache; // Stores video track ID of the track being parsed\n\n var trackId; // Stores the timescale of the track being parsed\n\n var timescale; // Stores captions parsed so far\n\n var parsedCaptions;\n /**\n * A method to indicate whether a CaptionParser has been initalized\n * @returns {Boolean}\n **/\n\n this.isInitialized = function () {\n return isInitialized;\n };\n /**\n * Initializes the underlying CaptionStream, SEI NAL parsing\n * and management, and caption collection\n **/\n\n\n this.init = function () {\n captionStream$$1 = new CaptionStream$1();\n isInitialized = true; // Collect dispatched captions\n\n captionStream$$1.on('data', function (event) {\n // Convert to seconds in the source's timescale\n event.startTime = event.startPts / timescale;\n event.endTime = event.endPts / timescale;\n parsedCaptions.captions.push(event);\n parsedCaptions.captionStreams[event.stream] = true;\n });\n };\n /**\n * Determines if a new video track will be selected\n * or if the timescale changed\n * @return {Boolean}\n **/\n\n\n this.isNewInit = function (videoTrackIds, timescales) {\n if (videoTrackIds && videoTrackIds.length === 0 || timescales && typeof timescales === 'object' && Object.keys(timescales).length === 0) {\n return false;\n }\n\n return trackId !== videoTrackIds[0] || timescale !== timescales[trackId];\n };\n /**\n * Parses out SEI captions and interacts with underlying\n * CaptionStream to return dispatched captions\n *\n * @param {Uint8Array} segment - The fmp4 segment containing embedded captions\n * @param {Number[]} videoTrackIds - A list of video tracks found in the init segment\n * @param {Object.<Number, Number>} timescales - The timescales found in the init segment\n * @see parseEmbeddedCaptions\n * @see m2ts/caption-stream.js\n **/\n\n\n this.parse = function (segment, videoTrackIds, timescales) {\n var parsedData;\n\n if (!this.isInitialized()) {\n return null; // This is not likely to be a video segment\n } else if (!videoTrackIds || !timescales) {\n return null;\n } else if (this.isNewInit(videoTrackIds, timescales)) {\n // Use the first video track only as there is no\n // mechanism to switch to other video tracks\n trackId = videoTrackIds[0];\n timescale = timescales[trackId]; // If an init segment has not been seen yet, hold onto segment\n // data until we have one\n } else if (!trackId || !timescale) {\n segmentCache.push(segment);\n return null;\n } // Now that a timescale and trackId is set, parse cached segments\n\n\n while (segmentCache.length > 0) {\n var cachedSegment = segmentCache.shift();\n this.parse(cachedSegment, videoTrackIds, timescales);\n }\n\n parsedData = parseEmbeddedCaptions(segment, trackId, timescale);\n\n if (parsedData === null || !parsedData.seiNals) {\n return null;\n }\n\n this.pushNals(parsedData.seiNals); // Force the parsed captions to be dispatched\n\n this.flushStream();\n return parsedCaptions;\n };\n /**\n * Pushes SEI NALUs onto CaptionStream\n * @param {Object[]} nals - A list of SEI nals parsed using `parseCaptionNals`\n * Assumes that `parseCaptionNals` has been called first\n * @see m2ts/caption-stream.js\n **/\n\n\n this.pushNals = function (nals) {\n if (!this.isInitialized() || !nals || nals.length === 0) {\n return null;\n }\n\n nals.forEach(function (nal) {\n captionStream$$1.push(nal);\n });\n };\n /**\n * Flushes underlying CaptionStream to dispatch processed, displayable captions\n * @see m2ts/caption-stream.js\n **/\n\n\n this.flushStream = function () {\n if (!this.isInitialized()) {\n return null;\n }\n\n captionStream$$1.flush();\n };\n /**\n * Reset caption buckets for new data\n **/\n\n\n this.clearParsedCaptions = function () {\n parsedCaptions.captions = [];\n parsedCaptions.captionStreams = {};\n };\n /**\n * Resets underlying CaptionStream\n * @see m2ts/caption-stream.js\n **/\n\n\n this.resetCaptionStream = function () {\n if (!this.isInitialized()) {\n return null;\n }\n\n captionStream$$1.reset();\n };\n /**\n * Convenience method to clear all captions flushed from the\n * CaptionStream and still being parsed\n * @see m2ts/caption-stream.js\n **/\n\n\n this.clearAllCaptions = function () {\n this.clearParsedCaptions();\n this.resetCaptionStream();\n };\n /**\n * Reset caption parser\n **/\n\n\n this.reset = function () {\n segmentCache = [];\n trackId = null;\n timescale = null;\n\n if (!parsedCaptions) {\n parsedCaptions = {\n captions: [],\n // CC1, CC2, CC3, CC4\n captionStreams: {}\n };\n } else {\n this.clearParsedCaptions();\n }\n\n this.resetCaptionStream();\n };\n\n this.reset();\n };\n\n var captionParser = CaptionParser$$1;\n var mp4 = {\n generator: mp4Generator,\n probe: probe,\n Transmuxer: transmuxer.Transmuxer,\n AudioSegmentStream: transmuxer.AudioSegmentStream,\n VideoSegmentStream: transmuxer.VideoSegmentStream,\n CaptionParser: captionParser\n };\n\n var classCallCheck = function classCallCheck(instance, Constructor) {\n if (!(instance instanceof Constructor)) {\n throw new TypeError(\"Cannot call a class as a function\");\n }\n };\n\n var createClass = function () {\n function defineProperties(target, props) {\n for (var i = 0; i < props.length; i++) {\n var descriptor = props[i];\n descriptor.enumerable = descriptor.enumerable || false;\n descriptor.configurable = true;\n if (\"value\" in descriptor) descriptor.writable = true;\n Object.defineProperty(target, descriptor.key, descriptor);\n }\n }\n\n return function (Constructor, protoProps, staticProps) {\n if (protoProps) defineProperties(Constructor.prototype, protoProps);\n if (staticProps) defineProperties(Constructor, staticProps);\n return Constructor;\n };\n }();\n /**\n * @file transmuxer-worker.js\n */\n\n /**\n * Re-emits transmuxer events by converting them into messages to the\n * world outside the worker.\n *\n * @param {Object} transmuxer the transmuxer to wire events on\n * @private\n */\n\n\n var wireTransmuxerEvents = function wireTransmuxerEvents(self, transmuxer) {\n transmuxer.on('data', function (segment) {\n // transfer ownership of the underlying ArrayBuffer\n // instead of doing a copy to save memory\n // ArrayBuffers are transferable but generic TypedArrays are not\n // @link https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers#Passing_data_by_transferring_ownership_(transferable_objects)\n var initArray = segment.initSegment;\n segment.initSegment = {\n data: initArray.buffer,\n byteOffset: initArray.byteOffset,\n byteLength: initArray.byteLength\n };\n var typedArray = segment.data;\n segment.data = typedArray.buffer;\n self.postMessage({\n action: 'data',\n segment: segment,\n byteOffset: typedArray.byteOffset,\n byteLength: typedArray.byteLength\n }, [segment.data]);\n });\n\n if (transmuxer.captionStream) {\n transmuxer.captionStream.on('data', function (caption) {\n self.postMessage({\n action: 'caption',\n data: caption\n });\n });\n }\n\n transmuxer.on('done', function (data) {\n self.postMessage({\n action: 'done'\n });\n });\n transmuxer.on('gopInfo', function (gopInfo) {\n self.postMessage({\n action: 'gopInfo',\n gopInfo: gopInfo\n });\n });\n };\n /**\n * All incoming messages route through this hash. If no function exists\n * to handle an incoming message, then we ignore the message.\n *\n * @class MessageHandlers\n * @param {Object} options the options to initialize with\n */\n\n\n var MessageHandlers = function () {\n function MessageHandlers(self, options) {\n classCallCheck(this, MessageHandlers);\n this.options = options || {};\n this.self = self;\n this.init();\n }\n /**\n * initialize our web worker and wire all the events.\n */\n\n\n createClass(MessageHandlers, [{\n key: 'init',\n value: function init() {\n if (this.transmuxer) {\n this.transmuxer.dispose();\n }\n\n this.transmuxer = new mp4.Transmuxer(this.options);\n wireTransmuxerEvents(this.self, this.transmuxer);\n }\n /**\n * Adds data (a ts segment) to the start of the transmuxer pipeline for\n * processing.\n *\n * @param {ArrayBuffer} data data to push into the muxer\n */\n\n }, {\n key: 'push',\n value: function push(data) {\n // Cast array buffer to correct type for transmuxer\n var segment = new Uint8Array(data.data, data.byteOffset, data.byteLength);\n this.transmuxer.push(segment);\n }\n /**\n * Recreate the transmuxer so that the next segment added via `push`\n * start with a fresh transmuxer.\n */\n\n }, {\n key: 'reset',\n value: function reset() {\n this.init();\n }\n /**\n * Set the value that will be used as the `baseMediaDecodeTime` time for the\n * next segment pushed in. Subsequent segments will have their `baseMediaDecodeTime`\n * set relative to the first based on the PTS values.\n *\n * @param {Object} data used to set the timestamp offset in the muxer\n */\n\n }, {\n key: 'setTimestampOffset',\n value: function setTimestampOffset(data) {\n var timestampOffset = data.timestampOffset || 0;\n this.transmuxer.setBaseMediaDecodeTime(Math.round(timestampOffset * 90000));\n }\n }, {\n key: 'setAudioAppendStart',\n value: function setAudioAppendStart(data) {\n this.transmuxer.setAudioAppendStart(Math.ceil(data.appendStart * 90000));\n }\n /**\n * Forces the pipeline to finish processing the last segment and emit it's\n * results.\n *\n * @param {Object} data event data, not really used\n */\n\n }, {\n key: 'flush',\n value: function flush(data) {\n this.transmuxer.flush();\n }\n }, {\n key: 'resetCaptions',\n value: function resetCaptions() {\n this.transmuxer.resetCaptions();\n }\n }, {\n key: 'alignGopsWith',\n value: function alignGopsWith(data) {\n this.transmuxer.alignGopsWith(data.gopsToAlignWith.slice());\n }\n }]);\n return MessageHandlers;\n }();\n /**\n * Our web wroker interface so that things can talk to mux.js\n * that will be running in a web worker. the scope is passed to this by\n * webworkify.\n *\n * @param {Object} self the scope for the web worker\n */\n\n\n var TransmuxerWorker = function TransmuxerWorker(self) {\n self.onmessage = function (event) {\n if (event.data.action === 'init' && event.data.options) {\n this.messageHandlers = new MessageHandlers(self, event.data.options);\n return;\n }\n\n if (!this.messageHandlers) {\n this.messageHandlers = new MessageHandlers(self);\n }\n\n if (event.data && event.data.action && event.data.action !== 'init') {\n if (this.messageHandlers[event.data.action]) {\n this.messageHandlers[event.data.action](event.data);\n }\n }\n };\n };\n\n var transmuxerWorker = new TransmuxerWorker(self);\n return transmuxerWorker;\n }();\n});\n/**\n * @file - codecs.js - Handles tasks regarding codec strings such as translating them to\n * codec strings, or translating codec strings into objects that can be examined.\n */\n// Default codec parameters if none were provided for video and/or audio\n\nvar defaultCodecs = {\n videoCodec: 'avc1',\n videoObjectTypeIndicator: '.4d400d',\n // AAC-LC\n audioProfile: '2'\n};\n/**\n * Replace the old apple-style `avc1.<dd>.<dd>` codec string with the standard\n * `avc1.<hhhhhh>`\n *\n * @param {Array} codecs an array of codec strings to fix\n * @return {Array} the translated codec array\n * @private\n */\n\nvar translateLegacyCodecs = function translateLegacyCodecs(codecs) {\n return codecs.map(function (codec) {\n return codec.replace(/avc1\\.(\\d+)\\.(\\d+)/i, function (orig, profile, avcLevel) {\n var profileHex = ('00' + Number(profile).toString(16)).slice(-2);\n var avcLevelHex = ('00' + Number(avcLevel).toString(16)).slice(-2);\n return 'avc1.' + profileHex + '00' + avcLevelHex;\n });\n });\n};\n/**\n * Parses a codec string to retrieve the number of codecs specified,\n * the video codec and object type indicator, and the audio profile.\n */\n\n\nvar parseCodecs = function parseCodecs() {\n var codecs = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';\n var result = {\n codecCount: 0\n };\n var parsed = void 0;\n result.codecCount = codecs.split(',').length;\n result.codecCount = result.codecCount || 2; // parse the video codec\n\n parsed = /(^|\\s|,)+(avc[13])([^ ,]*)/i.exec(codecs);\n\n if (parsed) {\n result.videoCodec = parsed[2];\n result.videoObjectTypeIndicator = parsed[3];\n } // parse the last field of the audio codec\n\n\n result.audioProfile = /(^|\\s|,)+mp4a.[0-9A-Fa-f]+\\.([0-9A-Fa-f]+)/i.exec(codecs);\n result.audioProfile = result.audioProfile && result.audioProfile[2];\n return result;\n};\n/**\n * Replace codecs in the codec string with the old apple-style `avc1.<dd>.<dd>` to the\n * standard `avc1.<hhhhhh>`.\n *\n * @param codecString {String} the codec string\n * @return {String} the codec string with old apple-style codecs replaced\n *\n * @private\n */\n\n\nvar mapLegacyAvcCodecs = function mapLegacyAvcCodecs(codecString) {\n return codecString.replace(/avc1\\.(\\d+)\\.(\\d+)/i, function (match) {\n return translateLegacyCodecs([match])[0];\n });\n};\n/**\n * Build a media mime-type string from a set of parameters\n * @param {String} type either 'audio' or 'video'\n * @param {String} container either 'mp2t' or 'mp4'\n * @param {Array} codecs an array of codec strings to add\n * @return {String} a valid media mime-type\n */\n\n\nvar makeMimeTypeString = function makeMimeTypeString(type, container, codecs) {\n // The codecs array is filtered so that falsey values are\n // dropped and don't cause Array#join to create spurious\n // commas\n return type + '/' + container + '; codecs=\"' + codecs.filter(function (c) {\n return !!c;\n }).join(', ') + '\"';\n};\n/**\n * Returns the type container based on information in the playlist\n * @param {Playlist} media the current media playlist\n * @return {String} a valid media container type\n */\n\n\nvar getContainerType = function getContainerType(media) {\n // An initialization segment means the media playlist is an iframe\n // playlist or is using the mp4 container. We don't currently\n // support iframe playlists, so assume this is signalling mp4\n // fragments.\n if (media.segments && media.segments.length && media.segments[0].map) {\n return 'mp4';\n }\n\n return 'mp2t';\n};\n/**\n * Returns a set of codec strings parsed from the playlist or the default\n * codec strings if no codecs were specified in the playlist\n * @param {Playlist} media the current media playlist\n * @return {Object} an object with the video and audio codecs\n */\n\n\nvar getCodecs = function getCodecs(media) {\n // if the codecs were explicitly specified, use them instead of the\n // defaults\n var mediaAttributes = media.attributes || {};\n\n if (mediaAttributes.CODECS) {\n return parseCodecs(mediaAttributes.CODECS);\n }\n\n return defaultCodecs;\n};\n\nvar audioProfileFromDefault = function audioProfileFromDefault(master, audioGroupId) {\n if (!master.mediaGroups.AUDIO || !audioGroupId) {\n return null;\n }\n\n var audioGroup = master.mediaGroups.AUDIO[audioGroupId];\n\n if (!audioGroup) {\n return null;\n }\n\n for (var name in audioGroup) {\n var audioType = audioGroup[name];\n\n if (audioType.default && audioType.playlists) {\n // codec should be the same for all playlists within the audio type\n return parseCodecs(audioType.playlists[0].attributes.CODECS).audioProfile;\n }\n }\n\n return null;\n};\n/**\n * Calculates the MIME type strings for a working configuration of\n * SourceBuffers to play variant streams in a master playlist. If\n * there is no possible working configuration, an empty array will be\n * returned.\n *\n * @param master {Object} the m3u8 object for the master playlist\n * @param media {Object} the m3u8 object for the variant playlist\n * @return {Array} the MIME type strings. If the array has more than\n * one entry, the first element should be applied to the video\n * SourceBuffer and the second to the audio SourceBuffer.\n *\n * @private\n */\n\n\nvar mimeTypesForPlaylist = function mimeTypesForPlaylist(master, media) {\n var containerType = getContainerType(media);\n var codecInfo = getCodecs(media);\n var mediaAttributes = media.attributes || {}; // Default condition for a traditional HLS (no demuxed audio/video)\n\n var isMuxed = true;\n var isMaat = false;\n\n if (!media) {\n // Not enough information\n return [];\n }\n\n if (master.mediaGroups.AUDIO && mediaAttributes.AUDIO) {\n var audioGroup = master.mediaGroups.AUDIO[mediaAttributes.AUDIO]; // Handle the case where we are in a multiple-audio track scenario\n\n if (audioGroup) {\n isMaat = true; // Start with the everything demuxed then...\n\n isMuxed = false; // ...check to see if any audio group tracks are muxed (ie. lacking a uri)\n\n for (var groupId in audioGroup) {\n // either a uri is present (if the case of HLS and an external playlist), or\n // playlists is present (in the case of DASH where we don't have external audio\n // playlists)\n if (!audioGroup[groupId].uri && !audioGroup[groupId].playlists) {\n isMuxed = true;\n break;\n }\n }\n }\n } // HLS with multiple-audio tracks must always get an audio codec.\n // Put another way, there is no way to have a video-only multiple-audio HLS!\n\n\n if (isMaat && !codecInfo.audioProfile) {\n if (!isMuxed) {\n // It is possible for codecs to be specified on the audio media group playlist but\n // not on the rendition playlist. This is mostly the case for DASH, where audio and\n // video are always separate (and separately specified).\n codecInfo.audioProfile = audioProfileFromDefault(master, mediaAttributes.AUDIO);\n }\n\n if (!codecInfo.audioProfile) {\n videojs$1.log.warn('Multiple audio tracks present but no audio codec string is specified. ' + 'Attempting to use the default audio codec (mp4a.40.2)');\n codecInfo.audioProfile = defaultCodecs.audioProfile;\n }\n } // Generate the final codec strings from the codec object generated above\n\n\n var codecStrings = {};\n\n if (codecInfo.videoCodec) {\n codecStrings.video = '' + codecInfo.videoCodec + codecInfo.videoObjectTypeIndicator;\n }\n\n if (codecInfo.audioProfile) {\n codecStrings.audio = 'mp4a.40.' + codecInfo.audioProfile;\n } // Finally, make and return an array with proper mime-types depending on\n // the configuration\n\n\n var justAudio = makeMimeTypeString('audio', containerType, [codecStrings.audio]);\n var justVideo = makeMimeTypeString('video', containerType, [codecStrings.video]);\n var bothVideoAudio = makeMimeTypeString('video', containerType, [codecStrings.video, codecStrings.audio]);\n\n if (isMaat) {\n if (!isMuxed && codecStrings.video) {\n return [justVideo, justAudio];\n }\n\n if (!isMuxed && !codecStrings.video) {\n // There is no muxed content and no video codec string, so this is an audio only\n // stream with alternate audio.\n return [justAudio, justAudio];\n } // There exists the possiblity that this will return a `video/container`\n // mime-type for the first entry in the array even when there is only audio.\n // This doesn't appear to be a problem and simplifies the code.\n\n\n return [bothVideoAudio, justAudio];\n } // If there is no video codec at all, always just return a single\n // audio/<container> mime-type\n\n\n if (!codecStrings.video) {\n return [justAudio];\n } // When not using separate audio media groups, audio and video is\n // *always* muxed\n\n\n return [bothVideoAudio];\n};\n/**\n * Parse a content type header into a type and parameters\n * object\n *\n * @param {String} type the content type header\n * @return {Object} the parsed content-type\n * @private\n */\n\n\nvar parseContentType = function parseContentType(type) {\n var object = {\n type: '',\n parameters: {}\n };\n var parameters = type.trim().split(';'); // first parameter should always be content-type\n\n object.type = parameters.shift().trim();\n parameters.forEach(function (parameter) {\n var pair = parameter.trim().split('=');\n\n if (pair.length > 1) {\n var name = pair[0].replace(/\"/g, '').trim();\n var value = pair[1].replace(/\"/g, '').trim();\n object.parameters[name] = value;\n }\n });\n return object;\n};\n/**\n * Check if a codec string refers to an audio codec.\n *\n * @param {String} codec codec string to check\n * @return {Boolean} if this is an audio codec\n * @private\n */\n\n\nvar isAudioCodec = function isAudioCodec(codec) {\n return /mp4a\\.\\d+.\\d+/i.test(codec);\n};\n/**\n * Check if a codec string refers to a video codec.\n *\n * @param {String} codec codec string to check\n * @return {Boolean} if this is a video codec\n * @private\n */\n\n\nvar isVideoCodec = function isVideoCodec(codec) {\n return /avc1\\.[\\da-f]+/i.test(codec);\n};\n/**\n * Returns a list of gops in the buffer that have a pts value of 3 seconds or more in\n * front of current time.\n *\n * @param {Array} buffer\n * The current buffer of gop information\n * @param {Number} currentTime\n * The current time\n * @param {Double} mapping\n * Offset to map display time to stream presentation time\n * @return {Array}\n * List of gops considered safe to append over\n */\n\n\nvar gopsSafeToAlignWith = function gopsSafeToAlignWith(buffer, currentTime, mapping) {\n if (typeof currentTime === 'undefined' || currentTime === null || !buffer.length) {\n return [];\n } // pts value for current time + 3 seconds to give a bit more wiggle room\n\n\n var currentTimePts = Math.ceil((currentTime - mapping + 3) * 90000);\n var i = void 0;\n\n for (i = 0; i < buffer.length; i++) {\n if (buffer[i].pts > currentTimePts) {\n break;\n }\n }\n\n return buffer.slice(i);\n};\n/**\n * Appends gop information (timing and byteLength) received by the transmuxer for the\n * gops appended in the last call to appendBuffer\n *\n * @param {Array} buffer\n * The current buffer of gop information\n * @param {Array} gops\n * List of new gop information\n * @param {boolean} replace\n * If true, replace the buffer with the new gop information. If false, append the\n * new gop information to the buffer in the right location of time.\n * @return {Array}\n * Updated list of gop information\n */\n\n\nvar updateGopBuffer = function updateGopBuffer(buffer, gops, replace) {\n if (!gops.length) {\n return buffer;\n }\n\n if (replace) {\n // If we are in safe append mode, then completely overwrite the gop buffer\n // with the most recent appeneded data. This will make sure that when appending\n // future segments, we only try to align with gops that are both ahead of current\n // time and in the last segment appended.\n return gops.slice();\n }\n\n var start = gops[0].pts;\n var i = 0;\n\n for (i; i < buffer.length; i++) {\n if (buffer[i].pts >= start) {\n break;\n }\n }\n\n return buffer.slice(0, i).concat(gops);\n};\n/**\n * Removes gop information in buffer that overlaps with provided start and end\n *\n * @param {Array} buffer\n * The current buffer of gop information\n * @param {Double} start\n * position to start the remove at\n * @param {Double} end\n * position to end the remove at\n * @param {Double} mapping\n * Offset to map display time to stream presentation time\n */\n\n\nvar removeGopBuffer = function removeGopBuffer(buffer, start, end, mapping) {\n var startPts = Math.ceil((start - mapping) * 90000);\n var endPts = Math.ceil((end - mapping) * 90000);\n var updatedBuffer = buffer.slice();\n var i = buffer.length;\n\n while (i--) {\n if (buffer[i].pts <= endPts) {\n break;\n }\n }\n\n if (i === -1) {\n // no removal because end of remove range is before start of buffer\n return updatedBuffer;\n }\n\n var j = i + 1;\n\n while (j--) {\n if (buffer[j].pts <= startPts) {\n break;\n }\n } // clamp remove range start to 0 index\n\n\n j = Math.max(j, 0);\n updatedBuffer.splice(j, i - j + 1);\n return updatedBuffer;\n};\n\nvar buffered = function buffered(videoBuffer, audioBuffer, audioDisabled) {\n var start = null;\n var end = null;\n var arity = 0;\n var extents = [];\n var ranges = []; // neither buffer has been created yet\n\n if (!videoBuffer && !audioBuffer) {\n return videojs$1.createTimeRange();\n } // only one buffer is configured\n\n\n if (!videoBuffer) {\n return audioBuffer.buffered;\n }\n\n if (!audioBuffer) {\n return videoBuffer.buffered;\n } // both buffers are configured\n\n\n if (audioDisabled) {\n return videoBuffer.buffered;\n } // both buffers are empty\n\n\n if (videoBuffer.buffered.length === 0 && audioBuffer.buffered.length === 0) {\n return videojs$1.createTimeRange();\n } // Handle the case where we have both buffers and create an\n // intersection of the two\n\n\n var videoBuffered = videoBuffer.buffered;\n var audioBuffered = audioBuffer.buffered;\n var count = videoBuffered.length; // A) Gather up all start and end times\n\n while (count--) {\n extents.push({\n time: videoBuffered.start(count),\n type: 'start'\n });\n extents.push({\n time: videoBuffered.end(count),\n type: 'end'\n });\n }\n\n count = audioBuffered.length;\n\n while (count--) {\n extents.push({\n time: audioBuffered.start(count),\n type: 'start'\n });\n extents.push({\n time: audioBuffered.end(count),\n type: 'end'\n });\n } // B) Sort them by time\n\n\n extents.sort(function (a, b) {\n return a.time - b.time;\n }); // C) Go along one by one incrementing arity for start and decrementing\n // arity for ends\n\n for (count = 0; count < extents.length; count++) {\n if (extents[count].type === 'start') {\n arity++; // D) If arity is ever incremented to 2 we are entering an\n // overlapping range\n\n if (arity === 2) {\n start = extents[count].time;\n }\n } else if (extents[count].type === 'end') {\n arity--; // E) If arity is ever decremented to 1 we leaving an\n // overlapping range\n\n if (arity === 1) {\n end = extents[count].time;\n }\n } // F) Record overlapping ranges\n\n\n if (start !== null && end !== null) {\n ranges.push([start, end]);\n start = null;\n end = null;\n }\n }\n\n return videojs$1.createTimeRanges(ranges);\n};\n/**\n * @file virtual-source-buffer.js\n */\n// We create a wrapper around the SourceBuffer so that we can manage the\n// state of the `updating` property manually. We have to do this because\n// Firefox changes `updating` to false long before triggering `updateend`\n// events and that was causing strange problems in videojs-contrib-hls\n\n\nvar makeWrappedSourceBuffer = function makeWrappedSourceBuffer(mediaSource, mimeType) {\n var sourceBuffer = mediaSource.addSourceBuffer(mimeType);\n var wrapper = Object.create(null);\n wrapper.updating = false;\n wrapper.realBuffer_ = sourceBuffer;\n\n var _loop = function _loop(key) {\n if (typeof sourceBuffer[key] === 'function') {\n wrapper[key] = function () {\n return sourceBuffer[key].apply(sourceBuffer, arguments);\n };\n } else if (typeof wrapper[key] === 'undefined') {\n Object.defineProperty(wrapper, key, {\n get: function get$$1() {\n return sourceBuffer[key];\n },\n set: function set$$1(v) {\n return sourceBuffer[key] = v;\n }\n });\n }\n };\n\n for (var key in sourceBuffer) {\n _loop(key);\n }\n\n return wrapper;\n};\n/**\n * VirtualSourceBuffers exist so that we can transmux non native formats\n * into a native format, but keep the same api as a native source buffer.\n * It creates a transmuxer, that works in its own thread (a web worker) and\n * that transmuxer muxes the data into a native format. VirtualSourceBuffer will\n * then send all of that data to the naive sourcebuffer so that it is\n * indestinguishable from a natively supported format.\n *\n * @param {HtmlMediaSource} mediaSource the parent mediaSource\n * @param {Array} codecs array of codecs that we will be dealing with\n * @class VirtualSourceBuffer\n * @extends video.js.EventTarget\n */\n\n\nvar VirtualSourceBuffer = function (_videojs$EventTarget) {\n inherits(VirtualSourceBuffer, _videojs$EventTarget);\n\n function VirtualSourceBuffer(mediaSource, codecs) {\n classCallCheck(this, VirtualSourceBuffer);\n\n var _this = possibleConstructorReturn(this, (VirtualSourceBuffer.__proto__ || Object.getPrototypeOf(VirtualSourceBuffer)).call(this, videojs$1.EventTarget));\n\n _this.timestampOffset_ = 0;\n _this.pendingBuffers_ = [];\n _this.bufferUpdating_ = false;\n _this.mediaSource_ = mediaSource;\n _this.codecs_ = codecs;\n _this.audioCodec_ = null;\n _this.videoCodec_ = null;\n _this.audioDisabled_ = false;\n _this.appendAudioInitSegment_ = true;\n _this.gopBuffer_ = [];\n _this.timeMapping_ = 0;\n _this.safeAppend_ = videojs$1.browser.IE_VERSION >= 11;\n var options = {\n remux: false,\n alignGopsAtEnd: _this.safeAppend_\n };\n\n _this.codecs_.forEach(function (codec) {\n if (isAudioCodec(codec)) {\n _this.audioCodec_ = codec;\n } else if (isVideoCodec(codec)) {\n _this.videoCodec_ = codec;\n }\n }); // append muxed segments to their respective native buffers as\n // soon as they are available\n\n\n _this.transmuxer_ = new TransmuxWorker();\n\n _this.transmuxer_.postMessage({\n action: 'init',\n options: options\n });\n\n _this.transmuxer_.onmessage = function (event) {\n if (event.data.action === 'data') {\n return _this.data_(event);\n }\n\n if (event.data.action === 'done') {\n return _this.done_(event);\n }\n\n if (event.data.action === 'gopInfo') {\n return _this.appendGopInfo_(event);\n }\n }; // this timestampOffset is a property with the side-effect of resetting\n // baseMediaDecodeTime in the transmuxer on the setter\n\n\n Object.defineProperty(_this, 'timestampOffset', {\n get: function get$$1() {\n return this.timestampOffset_;\n },\n set: function set$$1(val) {\n if (typeof val === 'number' && val >= 0) {\n this.timestampOffset_ = val;\n this.appendAudioInitSegment_ = true; // reset gop buffer on timestampoffset as this signals a change in timeline\n\n this.gopBuffer_.length = 0;\n this.timeMapping_ = 0; // We have to tell the transmuxer to set the baseMediaDecodeTime to\n // the desired timestampOffset for the next segment\n\n this.transmuxer_.postMessage({\n action: 'setTimestampOffset',\n timestampOffset: val\n });\n }\n }\n }); // setting the append window affects both source buffers\n\n Object.defineProperty(_this, 'appendWindowStart', {\n get: function get$$1() {\n return (this.videoBuffer_ || this.audioBuffer_).appendWindowStart;\n },\n set: function set$$1(start) {\n if (this.videoBuffer_) {\n this.videoBuffer_.appendWindowStart = start;\n }\n\n if (this.audioBuffer_) {\n this.audioBuffer_.appendWindowStart = start;\n }\n }\n }); // this buffer is \"updating\" if either of its native buffers are\n\n Object.defineProperty(_this, 'updating', {\n get: function get$$1() {\n return !!(this.bufferUpdating_ || !this.audioDisabled_ && this.audioBuffer_ && this.audioBuffer_.updating || this.videoBuffer_ && this.videoBuffer_.updating);\n }\n }); // the buffered property is the intersection of the buffered\n // ranges of the native source buffers\n\n Object.defineProperty(_this, 'buffered', {\n get: function get$$1() {\n return buffered(this.videoBuffer_, this.audioBuffer_, this.audioDisabled_);\n }\n });\n return _this;\n }\n /**\n * When we get a data event from the transmuxer\n * we call this function and handle the data that\n * was sent to us\n *\n * @private\n * @param {Event} event the data event from the transmuxer\n */\n\n\n createClass(VirtualSourceBuffer, [{\n key: 'data_',\n value: function data_(event) {\n var segment = event.data.segment; // Cast ArrayBuffer to TypedArray\n\n segment.data = new Uint8Array(segment.data, event.data.byteOffset, event.data.byteLength);\n segment.initSegment = new Uint8Array(segment.initSegment.data, segment.initSegment.byteOffset, segment.initSegment.byteLength);\n createTextTracksIfNecessary(this, this.mediaSource_, segment); // Add the segments to the pendingBuffers array\n\n this.pendingBuffers_.push(segment);\n return;\n }\n /**\n * When we get a done event from the transmuxer\n * we call this function and we process all\n * of the pending data that we have been saving in the\n * data_ function\n *\n * @private\n * @param {Event} event the done event from the transmuxer\n */\n\n }, {\n key: 'done_',\n value: function done_(event) {\n // Don't process and append data if the mediaSource is closed\n if (this.mediaSource_.readyState === 'closed') {\n this.pendingBuffers_.length = 0;\n return;\n } // All buffers should have been flushed from the muxer\n // start processing anything we have received\n\n\n this.processPendingSegments_();\n return;\n }\n /**\n * Create our internal native audio/video source buffers and add\n * event handlers to them with the following conditions:\n * 1. they do not already exist on the mediaSource\n * 2. this VSB has a codec for them\n *\n * @private\n */\n\n }, {\n key: 'createRealSourceBuffers_',\n value: function createRealSourceBuffers_() {\n var _this2 = this;\n\n var types = ['audio', 'video'];\n types.forEach(function (type) {\n // Don't create a SourceBuffer of this type if we don't have a\n // codec for it\n if (!_this2[type + 'Codec_']) {\n return;\n } // Do nothing if a SourceBuffer of this type already exists\n\n\n if (_this2[type + 'Buffer_']) {\n return;\n }\n\n var buffer = null; // If the mediasource already has a SourceBuffer for the codec\n // use that\n\n if (_this2.mediaSource_[type + 'Buffer_']) {\n buffer = _this2.mediaSource_[type + 'Buffer_']; // In multiple audio track cases, the audio source buffer is disabled\n // on the main VirtualSourceBuffer by the HTMLMediaSource much earlier\n // than createRealSourceBuffers_ is called to create the second\n // VirtualSourceBuffer because that happens as a side-effect of\n // videojs-contrib-hls starting the audioSegmentLoader. As a result,\n // the audioBuffer is essentially \"ownerless\" and no one will toggle\n // the `updating` state back to false once the `updateend` event is received\n //\n // Setting `updating` to false manually will work around this\n // situation and allow work to continue\n\n buffer.updating = false;\n } else {\n var codecProperty = type + 'Codec_';\n var mimeType = type + '/mp4;codecs=\"' + _this2[codecProperty] + '\"';\n buffer = makeWrappedSourceBuffer(_this2.mediaSource_.nativeMediaSource_, mimeType);\n _this2.mediaSource_[type + 'Buffer_'] = buffer;\n }\n\n _this2[type + 'Buffer_'] = buffer; // Wire up the events to the SourceBuffer\n\n ['update', 'updatestart', 'updateend'].forEach(function (event) {\n buffer.addEventListener(event, function () {\n // if audio is disabled\n if (type === 'audio' && _this2.audioDisabled_) {\n return;\n }\n\n if (event === 'updateend') {\n _this2[type + 'Buffer_'].updating = false;\n }\n\n var shouldTrigger = types.every(function (t) {\n // skip checking audio's updating status if audio\n // is not enabled\n if (t === 'audio' && _this2.audioDisabled_) {\n return true;\n } // if the other type if updating we don't trigger\n\n\n if (type !== t && _this2[t + 'Buffer_'] && _this2[t + 'Buffer_'].updating) {\n return false;\n }\n\n return true;\n });\n\n if (shouldTrigger) {\n return _this2.trigger(event);\n }\n });\n });\n });\n }\n /**\n * Emulate the native mediasource function, but our function will\n * send all of the proposed segments to the transmuxer so that we\n * can transmux them before we append them to our internal\n * native source buffers in the correct format.\n *\n * @link https://developer.mozilla.org/en-US/docs/Web/API/SourceBuffer/appendBuffer\n * @param {Uint8Array} segment the segment to append to the buffer\n */\n\n }, {\n key: 'appendBuffer',\n value: function appendBuffer(segment) {\n // Start the internal \"updating\" state\n this.bufferUpdating_ = true;\n\n if (this.audioBuffer_ && this.audioBuffer_.buffered.length) {\n var audioBuffered = this.audioBuffer_.buffered;\n this.transmuxer_.postMessage({\n action: 'setAudioAppendStart',\n appendStart: audioBuffered.end(audioBuffered.length - 1)\n });\n }\n\n if (this.videoBuffer_) {\n this.transmuxer_.postMessage({\n action: 'alignGopsWith',\n gopsToAlignWith: gopsSafeToAlignWith(this.gopBuffer_, this.mediaSource_.player_ ? this.mediaSource_.player_.currentTime() : null, this.timeMapping_)\n });\n }\n\n this.transmuxer_.postMessage({\n action: 'push',\n // Send the typed-array of data as an ArrayBuffer so that\n // it can be sent as a \"Transferable\" and avoid the costly\n // memory copy\n data: segment.buffer,\n // To recreate the original typed-array, we need information\n // about what portion of the ArrayBuffer it was a view into\n byteOffset: segment.byteOffset,\n byteLength: segment.byteLength\n }, [segment.buffer]);\n this.transmuxer_.postMessage({\n action: 'flush'\n });\n }\n /**\n * Appends gop information (timing and byteLength) received by the transmuxer for the\n * gops appended in the last call to appendBuffer\n *\n * @param {Event} event\n * The gopInfo event from the transmuxer\n * @param {Array} event.data.gopInfo\n * List of gop info to append\n */\n\n }, {\n key: 'appendGopInfo_',\n value: function appendGopInfo_(event) {\n this.gopBuffer_ = updateGopBuffer(this.gopBuffer_, event.data.gopInfo, this.safeAppend_);\n }\n /**\n * Emulate the native mediasource function and remove parts\n * of the buffer from any of our internal buffers that exist\n *\n * @link https://developer.mozilla.org/en-US/docs/Web/API/SourceBuffer/remove\n * @param {Double} start position to start the remove at\n * @param {Double} end position to end the remove at\n */\n\n }, {\n key: 'remove',\n value: function remove(start, end) {\n if (this.videoBuffer_) {\n this.videoBuffer_.updating = true;\n this.videoBuffer_.remove(start, end);\n this.gopBuffer_ = removeGopBuffer(this.gopBuffer_, start, end, this.timeMapping_);\n }\n\n if (!this.audioDisabled_ && this.audioBuffer_) {\n this.audioBuffer_.updating = true;\n this.audioBuffer_.remove(start, end);\n } // Remove Metadata Cues (id3)\n\n\n removeCuesFromTrack(start, end, this.metadataTrack_); // Remove Any Captions\n\n if (this.inbandTextTracks_) {\n for (var track in this.inbandTextTracks_) {\n removeCuesFromTrack(start, end, this.inbandTextTracks_[track]);\n }\n }\n }\n /**\n * Process any segments that the muxer has output\n * Concatenate segments together based on type and append them into\n * their respective sourceBuffers\n *\n * @private\n */\n\n }, {\n key: 'processPendingSegments_',\n value: function processPendingSegments_() {\n var sortedSegments = {\n video: {\n segments: [],\n bytes: 0\n },\n audio: {\n segments: [],\n bytes: 0\n },\n captions: [],\n metadata: []\n }; // Sort segments into separate video/audio arrays and\n // keep track of their total byte lengths\n\n sortedSegments = this.pendingBuffers_.reduce(function (segmentObj, segment) {\n var type = segment.type;\n var data = segment.data;\n var initSegment = segment.initSegment;\n segmentObj[type].segments.push(data);\n segmentObj[type].bytes += data.byteLength;\n segmentObj[type].initSegment = initSegment; // Gather any captions into a single array\n\n if (segment.captions) {\n segmentObj.captions = segmentObj.captions.concat(segment.captions);\n }\n\n if (segment.info) {\n segmentObj[type].info = segment.info;\n } // Gather any metadata into a single array\n\n\n if (segment.metadata) {\n segmentObj.metadata = segmentObj.metadata.concat(segment.metadata);\n }\n\n return segmentObj;\n }, sortedSegments); // Create the real source buffers if they don't exist by now since we\n // finally are sure what tracks are contained in the source\n\n if (!this.videoBuffer_ && !this.audioBuffer_) {\n // Remove any codecs that may have been specified by default but\n // are no longer applicable now\n if (sortedSegments.video.bytes === 0) {\n this.videoCodec_ = null;\n }\n\n if (sortedSegments.audio.bytes === 0) {\n this.audioCodec_ = null;\n }\n\n this.createRealSourceBuffers_();\n }\n\n if (sortedSegments.audio.info) {\n this.mediaSource_.trigger({\n type: 'audioinfo',\n info: sortedSegments.audio.info\n });\n }\n\n if (sortedSegments.video.info) {\n this.mediaSource_.trigger({\n type: 'videoinfo',\n info: sortedSegments.video.info\n });\n }\n\n if (this.appendAudioInitSegment_) {\n if (!this.audioDisabled_ && this.audioBuffer_) {\n sortedSegments.audio.segments.unshift(sortedSegments.audio.initSegment);\n sortedSegments.audio.bytes += sortedSegments.audio.initSegment.byteLength;\n }\n\n this.appendAudioInitSegment_ = false;\n }\n\n var triggerUpdateend = false; // Merge multiple video and audio segments into one and append\n\n if (this.videoBuffer_ && sortedSegments.video.bytes) {\n sortedSegments.video.segments.unshift(sortedSegments.video.initSegment);\n sortedSegments.video.bytes += sortedSegments.video.initSegment.byteLength;\n this.concatAndAppendSegments_(sortedSegments.video, this.videoBuffer_); // TODO: are video tracks the only ones with text tracks?\n\n addTextTrackData(this, sortedSegments.captions, sortedSegments.metadata);\n } else if (this.videoBuffer_ && (this.audioDisabled_ || !this.audioBuffer_)) {\n // The transmuxer did not return any bytes of video, meaning it was all trimmed\n // for gop alignment. Since we have a video buffer and audio is disabled, updateend\n // will never be triggered by this source buffer, which will cause contrib-hls\n // to be stuck forever waiting for updateend. If audio is not disabled, updateend\n // will be triggered by the audio buffer, which will be sent upwards since the video\n // buffer will not be in an updating state.\n triggerUpdateend = true;\n }\n\n if (!this.audioDisabled_ && this.audioBuffer_) {\n this.concatAndAppendSegments_(sortedSegments.audio, this.audioBuffer_);\n }\n\n this.pendingBuffers_.length = 0;\n\n if (triggerUpdateend) {\n this.trigger('updateend');\n } // We are no longer in the internal \"updating\" state\n\n\n this.bufferUpdating_ = false;\n }\n /**\n * Combine all segments into a single Uint8Array and then append them\n * to the destination buffer\n *\n * @param {Object} segmentObj\n * @param {SourceBuffer} destinationBuffer native source buffer to append data to\n * @private\n */\n\n }, {\n key: 'concatAndAppendSegments_',\n value: function concatAndAppendSegments_(segmentObj, destinationBuffer) {\n var offset = 0;\n var tempBuffer = void 0;\n\n if (segmentObj.bytes) {\n tempBuffer = new Uint8Array(segmentObj.bytes); // Combine the individual segments into one large typed-array\n\n segmentObj.segments.forEach(function (segment) {\n tempBuffer.set(segment, offset);\n offset += segment.byteLength;\n });\n\n try {\n destinationBuffer.updating = true;\n destinationBuffer.appendBuffer(tempBuffer);\n } catch (error) {\n if (this.mediaSource_.player_) {\n this.mediaSource_.player_.error({\n code: -3,\n type: 'APPEND_BUFFER_ERR',\n message: error.message,\n originalError: error\n });\n }\n }\n }\n }\n /**\n * Emulate the native mediasource function. abort any soureBuffer\n * actions and throw out any un-appended data.\n *\n * @link https://developer.mozilla.org/en-US/docs/Web/API/SourceBuffer/abort\n */\n\n }, {\n key: 'abort',\n value: function abort() {\n if (this.videoBuffer_) {\n this.videoBuffer_.abort();\n }\n\n if (!this.audioDisabled_ && this.audioBuffer_) {\n this.audioBuffer_.abort();\n }\n\n if (this.transmuxer_) {\n this.transmuxer_.postMessage({\n action: 'reset'\n });\n }\n\n this.pendingBuffers_.length = 0;\n this.bufferUpdating_ = false;\n }\n }]);\n return VirtualSourceBuffer;\n}(videojs$1.EventTarget);\n/**\n * @file html-media-source.js\n */\n\n/**\n * Our MediaSource implementation in HTML, mimics native\n * MediaSource where/if possible.\n *\n * @link https://developer.mozilla.org/en-US/docs/Web/API/MediaSource\n * @class HtmlMediaSource\n * @extends videojs.EventTarget\n */\n\n\nvar HtmlMediaSource = function (_videojs$EventTarget) {\n inherits(HtmlMediaSource, _videojs$EventTarget);\n\n function HtmlMediaSource() {\n classCallCheck(this, HtmlMediaSource);\n\n var _this = possibleConstructorReturn(this, (HtmlMediaSource.__proto__ || Object.getPrototypeOf(HtmlMediaSource)).call(this));\n\n var property = void 0;\n _this.nativeMediaSource_ = new window$1.MediaSource(); // delegate to the native MediaSource's methods by default\n\n for (property in _this.nativeMediaSource_) {\n if (!(property in HtmlMediaSource.prototype) && typeof _this.nativeMediaSource_[property] === 'function') {\n _this[property] = _this.nativeMediaSource_[property].bind(_this.nativeMediaSource_);\n }\n } // emulate `duration` and `seekable` until seeking can be\n // handled uniformly for live streams\n // see https://github.com/w3c/media-source/issues/5\n\n\n _this.duration_ = NaN;\n Object.defineProperty(_this, 'duration', {\n get: function get$$1() {\n if (this.duration_ === Infinity) {\n return this.duration_;\n }\n\n return this.nativeMediaSource_.duration;\n },\n set: function set$$1(duration) {\n this.duration_ = duration;\n\n if (duration !== Infinity) {\n this.nativeMediaSource_.duration = duration;\n return;\n }\n }\n });\n Object.defineProperty(_this, 'seekable', {\n get: function get$$1() {\n if (this.duration_ === Infinity) {\n return videojs$1.createTimeRanges([[0, this.nativeMediaSource_.duration]]);\n }\n\n return this.nativeMediaSource_.seekable;\n }\n });\n Object.defineProperty(_this, 'readyState', {\n get: function get$$1() {\n return this.nativeMediaSource_.readyState;\n }\n });\n Object.defineProperty(_this, 'activeSourceBuffers', {\n get: function get$$1() {\n return this.activeSourceBuffers_;\n }\n }); // the list of virtual and native SourceBuffers created by this\n // MediaSource\n\n _this.sourceBuffers = [];\n _this.activeSourceBuffers_ = [];\n /**\n * update the list of active source buffers based upon various\n * imformation from HLS and video.js\n *\n * @private\n */\n\n _this.updateActiveSourceBuffers_ = function () {\n // Retain the reference but empty the array\n _this.activeSourceBuffers_.length = 0; // If there is only one source buffer, then it will always be active and audio will\n // be disabled based on the codec of the source buffer\n\n if (_this.sourceBuffers.length === 1) {\n var sourceBuffer = _this.sourceBuffers[0];\n sourceBuffer.appendAudioInitSegment_ = true;\n sourceBuffer.audioDisabled_ = !sourceBuffer.audioCodec_;\n\n _this.activeSourceBuffers_.push(sourceBuffer);\n\n return;\n } // There are 2 source buffers, a combined (possibly video only) source buffer and\n // and an audio only source buffer.\n // By default, the audio in the combined virtual source buffer is enabled\n // and the audio-only source buffer (if it exists) is disabled.\n\n\n var disableCombined = false;\n var disableAudioOnly = true; // TODO: maybe we can store the sourcebuffers on the track objects?\n // safari may do something like this\n\n for (var i = 0; i < _this.player_.audioTracks().length; i++) {\n var track = _this.player_.audioTracks()[i];\n\n if (track.enabled && track.kind !== 'main') {\n // The enabled track is an alternate audio track so disable the audio in\n // the combined source buffer and enable the audio-only source buffer.\n disableCombined = true;\n disableAudioOnly = false;\n break;\n }\n }\n\n _this.sourceBuffers.forEach(function (sourceBuffer, index) {\n /* eslinst-disable */\n // TODO once codecs are required, we can switch to using the codecs to determine\n // what stream is the video stream, rather than relying on videoTracks\n\n /* eslinst-enable */\n sourceBuffer.appendAudioInitSegment_ = true;\n\n if (sourceBuffer.videoCodec_ && sourceBuffer.audioCodec_) {\n // combined\n sourceBuffer.audioDisabled_ = disableCombined;\n } else if (sourceBuffer.videoCodec_ && !sourceBuffer.audioCodec_) {\n // If the \"combined\" source buffer is video only, then we do not want\n // disable the audio-only source buffer (this is mostly for demuxed\n // audio and video hls)\n sourceBuffer.audioDisabled_ = true;\n disableAudioOnly = false;\n } else if (!sourceBuffer.videoCodec_ && sourceBuffer.audioCodec_) {\n // audio only\n // In the case of audio only with alternate audio and disableAudioOnly is true\n // this means we want to disable the audio on the alternate audio sourcebuffer\n // but not the main \"combined\" source buffer. The \"combined\" source buffer is\n // always at index 0, so this ensures audio won't be disabled in both source\n // buffers.\n sourceBuffer.audioDisabled_ = index ? disableAudioOnly : !disableAudioOnly;\n\n if (sourceBuffer.audioDisabled_) {\n return;\n }\n }\n\n _this.activeSourceBuffers_.push(sourceBuffer);\n });\n };\n\n _this.onPlayerMediachange_ = function () {\n _this.sourceBuffers.forEach(function (sourceBuffer) {\n sourceBuffer.appendAudioInitSegment_ = true;\n });\n };\n\n _this.onHlsReset_ = function () {\n _this.sourceBuffers.forEach(function (sourceBuffer) {\n if (sourceBuffer.transmuxer_) {\n sourceBuffer.transmuxer_.postMessage({\n action: 'resetCaptions'\n });\n }\n });\n };\n\n _this.onHlsSegmentTimeMapping_ = function (event) {\n _this.sourceBuffers.forEach(function (buffer) {\n return buffer.timeMapping_ = event.mapping;\n });\n }; // Re-emit MediaSource events on the polyfill\n\n\n ['sourceopen', 'sourceclose', 'sourceended'].forEach(function (eventName) {\n this.nativeMediaSource_.addEventListener(eventName, this.trigger.bind(this));\n }, _this); // capture the associated player when the MediaSource is\n // successfully attached\n\n _this.on('sourceopen', function (event) {\n // Get the player this MediaSource is attached to\n var video = document.querySelector('[src=\"' + _this.url_ + '\"]');\n\n if (!video) {\n return;\n }\n\n _this.player_ = videojs$1(video.parentNode);\n\n if (!_this.player_) {\n return;\n } // hls-reset is fired by videojs.Hls on to the tech after the main SegmentLoader\n // resets its state and flushes the buffer\n\n\n _this.player_.tech_.on('hls-reset', _this.onHlsReset_); // hls-segment-time-mapping is fired by videojs.Hls on to the tech after the main\n // SegmentLoader inspects an MTS segment and has an accurate stream to display\n // time mapping\n\n\n _this.player_.tech_.on('hls-segment-time-mapping', _this.onHlsSegmentTimeMapping_);\n\n if (_this.player_.audioTracks && _this.player_.audioTracks()) {\n _this.player_.audioTracks().on('change', _this.updateActiveSourceBuffers_);\n\n _this.player_.audioTracks().on('addtrack', _this.updateActiveSourceBuffers_);\n\n _this.player_.audioTracks().on('removetrack', _this.updateActiveSourceBuffers_);\n }\n\n _this.player_.on('mediachange', _this.onPlayerMediachange_);\n });\n\n _this.on('sourceended', function (event) {\n var duration = durationOfVideo(_this.duration);\n\n for (var i = 0; i < _this.sourceBuffers.length; i++) {\n var sourcebuffer = _this.sourceBuffers[i];\n var cues = sourcebuffer.metadataTrack_ && sourcebuffer.metadataTrack_.cues;\n\n if (cues && cues.length) {\n cues[cues.length - 1].endTime = duration;\n }\n }\n }); // explicitly terminate any WebWorkers that were created\n // by SourceHandlers\n\n\n _this.on('sourceclose', function (event) {\n this.sourceBuffers.forEach(function (sourceBuffer) {\n if (sourceBuffer.transmuxer_) {\n sourceBuffer.transmuxer_.terminate();\n }\n });\n this.sourceBuffers.length = 0;\n\n if (!this.player_) {\n return;\n }\n\n if (this.player_.audioTracks && this.player_.audioTracks()) {\n this.player_.audioTracks().off('change', this.updateActiveSourceBuffers_);\n this.player_.audioTracks().off('addtrack', this.updateActiveSourceBuffers_);\n this.player_.audioTracks().off('removetrack', this.updateActiveSourceBuffers_);\n } // We can only change this if the player hasn't been disposed of yet\n // because `off` eventually tries to use the el_ property. If it has\n // been disposed of, then don't worry about it because there are no\n // event handlers left to unbind anyway\n\n\n if (this.player_.el_) {\n this.player_.off('mediachange', this.onPlayerMediachange_);\n }\n\n if (this.player_.tech_ && this.player_.tech_.el_) {\n this.player_.tech_.off('hls-reset', this.onHlsReset_);\n this.player_.tech_.off('hls-segment-time-mapping', this.onHlsSegmentTimeMapping_);\n }\n });\n\n return _this;\n }\n /**\n * Add a range that that can now be seeked to.\n *\n * @param {Double} start where to start the addition\n * @param {Double} end where to end the addition\n * @private\n */\n\n\n createClass(HtmlMediaSource, [{\n key: 'addSeekableRange_',\n value: function addSeekableRange_(start, end) {\n var error = void 0;\n\n if (this.duration !== Infinity) {\n error = new Error('MediaSource.addSeekableRange() can only be invoked ' + 'when the duration is Infinity');\n error.name = 'InvalidStateError';\n error.code = 11;\n throw error;\n }\n\n if (end > this.nativeMediaSource_.duration || isNaN(this.nativeMediaSource_.duration)) {\n this.nativeMediaSource_.duration = end;\n }\n }\n /**\n * Add a source buffer to the media source.\n *\n * @link https://developer.mozilla.org/en-US/docs/Web/API/MediaSource/addSourceBuffer\n * @param {String} type the content-type of the content\n * @return {Object} the created source buffer\n */\n\n }, {\n key: 'addSourceBuffer',\n value: function addSourceBuffer(type) {\n var buffer = void 0;\n var parsedType = parseContentType(type); // Create a VirtualSourceBuffer to transmux MPEG-2 transport\n // stream segments into fragmented MP4s\n\n if (/^(video|audio)\\/mp2t$/i.test(parsedType.type)) {\n var codecs = [];\n\n if (parsedType.parameters && parsedType.parameters.codecs) {\n codecs = parsedType.parameters.codecs.split(',');\n codecs = translateLegacyCodecs(codecs);\n codecs = codecs.filter(function (codec) {\n return isAudioCodec(codec) || isVideoCodec(codec);\n });\n }\n\n if (codecs.length === 0) {\n codecs = ['avc1.4d400d', 'mp4a.40.2'];\n }\n\n buffer = new VirtualSourceBuffer(this, codecs);\n\n if (this.sourceBuffers.length !== 0) {\n // If another VirtualSourceBuffer already exists, then we are creating a\n // SourceBuffer for an alternate audio track and therefore we know that\n // the source has both an audio and video track.\n // That means we should trigger the manual creation of the real\n // SourceBuffers instead of waiting for the transmuxer to return data\n this.sourceBuffers[0].createRealSourceBuffers_();\n buffer.createRealSourceBuffers_(); // Automatically disable the audio on the first source buffer if\n // a second source buffer is ever created\n\n this.sourceBuffers[0].audioDisabled_ = true;\n }\n } else {\n // delegate to the native implementation\n buffer = this.nativeMediaSource_.addSourceBuffer(type);\n }\n\n this.sourceBuffers.push(buffer);\n return buffer;\n }\n }]);\n return HtmlMediaSource;\n}(videojs$1.EventTarget);\n/**\n * @file videojs-contrib-media-sources.js\n */\n\n\nvar urlCount = 0; // ------------\n// Media Source\n// ------------\n// store references to the media sources so they can be connected\n// to a video element (a swf object)\n// TODO: can we store this somewhere local to this module?\n\nvideojs$1.mediaSources = {};\n/**\n * Provide a method for a swf object to notify JS that a\n * media source is now open.\n *\n * @param {String} msObjectURL string referencing the MSE Object URL\n * @param {String} swfId the swf id\n */\n\nvar open = function open(msObjectURL, swfId) {\n var mediaSource = videojs$1.mediaSources[msObjectURL];\n\n if (mediaSource) {\n mediaSource.trigger({\n type: 'sourceopen',\n swfId: swfId\n });\n } else {\n throw new Error('Media Source not found (Video.js)');\n }\n};\n/**\n * Check to see if the native MediaSource object exists and supports\n * an MP4 container with both H.264 video and AAC-LC audio.\n *\n * @return {Boolean} if native media sources are supported\n */\n\n\nvar supportsNativeMediaSources = function supportsNativeMediaSources() {\n return !!window$1.MediaSource && !!window$1.MediaSource.isTypeSupported && window$1.MediaSource.isTypeSupported('video/mp4;codecs=\"avc1.4d400d,mp4a.40.2\"');\n};\n/**\n * An emulation of the MediaSource API so that we can support\n * native and non-native functionality. returns an instance of\n * HtmlMediaSource.\n *\n * @link https://developer.mozilla.org/en-US/docs/Web/API/MediaSource/MediaSource\n */\n\n\nvar MediaSource = function MediaSource() {\n this.MediaSource = {\n open: open,\n supportsNativeMediaSources: supportsNativeMediaSources\n };\n\n if (supportsNativeMediaSources()) {\n return new HtmlMediaSource();\n }\n\n throw new Error('Cannot use create a virtual MediaSource for this video');\n};\n\nMediaSource.open = open;\nMediaSource.supportsNativeMediaSources = supportsNativeMediaSources;\n/**\n * A wrapper around the native URL for our MSE object\n * implementation, this object is exposed under videojs.URL\n *\n * @link https://developer.mozilla.org/en-US/docs/Web/API/URL/URL\n */\n\nvar URL$1 = {\n /**\n * A wrapper around the native createObjectURL for our objects.\n * This function maps a native or emulated mediaSource to a blob\n * url so that it can be loaded into video.js\n *\n * @link https://developer.mozilla.org/en-US/docs/Web/API/URL/createObjectURL\n * @param {MediaSource} object the object to create a blob url to\n */\n createObjectURL: function createObjectURL(object) {\n var objectUrlPrefix = 'blob:vjs-media-source/';\n var url = void 0; // use the native MediaSource to generate an object URL\n\n if (object instanceof HtmlMediaSource) {\n url = window$1.URL.createObjectURL(object.nativeMediaSource_);\n object.url_ = url;\n return url;\n } // if the object isn't an emulated MediaSource, delegate to the\n // native implementation\n\n\n if (!(object instanceof HtmlMediaSource)) {\n url = window$1.URL.createObjectURL(object);\n object.url_ = url;\n return url;\n } // build a URL that can be used to map back to the emulated\n // MediaSource\n\n\n url = objectUrlPrefix + urlCount;\n urlCount++; // setup the mapping back to object\n\n videojs$1.mediaSources[url] = object;\n return url;\n }\n};\nvideojs$1.MediaSource = MediaSource;\nvideojs$1.URL = URL$1;\nvar EventTarget$1$1 = videojs$1.EventTarget,\n mergeOptions$2 = videojs$1.mergeOptions;\n/**\n * Returns a new master manifest that is the result of merging an updated master manifest\n * into the original version.\n *\n * @param {Object} oldMaster\n * The old parsed mpd object\n * @param {Object} newMaster\n * The updated parsed mpd object\n * @return {Object}\n * A new object representing the original master manifest with the updated media\n * playlists merged in\n */\n\nvar updateMaster$1 = function updateMaster$$1(oldMaster, newMaster) {\n var update = mergeOptions$2(oldMaster, {\n // These are top level properties that can be updated\n duration: newMaster.duration,\n minimumUpdatePeriod: newMaster.minimumUpdatePeriod\n }); // First update the playlists in playlist list\n\n for (var i = 0; i < newMaster.playlists.length; i++) {\n var playlistUpdate = updateMaster(update, newMaster.playlists[i]);\n\n if (playlistUpdate) {\n update = playlistUpdate;\n }\n } // Then update media group playlists\n\n\n forEachMediaGroup(newMaster, function (properties, type, group, label) {\n if (properties.playlists && properties.playlists.length) {\n var uri = properties.playlists[0].uri;\n\n var _playlistUpdate = updateMaster(update, properties.playlists[0]);\n\n if (_playlistUpdate) {\n update = _playlistUpdate; // update the playlist reference within media groups\n\n update.mediaGroups[type][group][label].playlists[0] = update.playlists[uri];\n }\n }\n });\n return update;\n};\n\nvar DashPlaylistLoader = function (_EventTarget) {\n inherits(DashPlaylistLoader, _EventTarget); // DashPlaylistLoader must accept either a src url or a playlist because subsequent\n // playlist loader setups from media groups will expect to be able to pass a playlist\n // (since there aren't external URLs to media playlists with DASH)\n\n function DashPlaylistLoader(srcUrlOrPlaylist, hls, withCredentials, masterPlaylistLoader) {\n classCallCheck(this, DashPlaylistLoader);\n\n var _this = possibleConstructorReturn(this, (DashPlaylistLoader.__proto__ || Object.getPrototypeOf(DashPlaylistLoader)).call(this));\n\n _this.hls_ = hls;\n _this.withCredentials = withCredentials;\n\n if (!srcUrlOrPlaylist) {\n throw new Error('A non-empty playlist URL or playlist is required');\n } // event naming?\n\n\n _this.on('minimumUpdatePeriod', function () {\n _this.refreshXml_();\n }); // live playlist staleness timeout\n\n\n _this.on('mediaupdatetimeout', function () {\n _this.refreshMedia_();\n }); // initialize the loader state\n\n\n if (typeof srcUrlOrPlaylist === 'string') {\n _this.srcUrl = srcUrlOrPlaylist;\n _this.state = 'HAVE_NOTHING';\n return possibleConstructorReturn(_this);\n }\n\n _this.masterPlaylistLoader_ = masterPlaylistLoader;\n _this.state = 'HAVE_METADATA';\n _this.started = true; // we only should have one playlist so select it\n\n _this.media(srcUrlOrPlaylist); // trigger async to mimic behavior of HLS, where it must request a playlist\n\n\n window$1.setTimeout(function () {\n _this.trigger('loadedmetadata');\n }, 0);\n return _this;\n }\n\n createClass(DashPlaylistLoader, [{\n key: 'dispose',\n value: function dispose() {\n this.stopRequest();\n window$1.clearTimeout(this.mediaUpdateTimeout);\n }\n }, {\n key: 'stopRequest',\n value: function stopRequest() {\n if (this.request) {\n var oldRequest = this.request;\n this.request = null;\n oldRequest.onreadystatechange = null;\n oldRequest.abort();\n }\n }\n }, {\n key: 'media',\n value: function media(playlist) {\n // getter\n if (!playlist) {\n return this.media_;\n } // setter\n\n\n if (this.state === 'HAVE_NOTHING') {\n throw new Error('Cannot switch media playlist from ' + this.state);\n }\n\n var startingState = this.state; // find the playlist object if the target playlist has been specified by URI\n\n if (typeof playlist === 'string') {\n if (!this.master.playlists[playlist]) {\n throw new Error('Unknown playlist URI: ' + playlist);\n }\n\n playlist = this.master.playlists[playlist];\n }\n\n var mediaChange = !this.media_ || playlist.uri !== this.media_.uri;\n this.state = 'HAVE_METADATA'; // switching to the active playlist is a no-op\n\n if (!mediaChange) {\n return;\n } // switching from an already loaded playlist\n\n\n if (this.media_) {\n this.trigger('mediachanging');\n }\n\n this.media_ = playlist;\n this.refreshMedia_(); // trigger media change if the active media has been updated\n\n if (startingState !== 'HAVE_MASTER') {\n this.trigger('mediachange');\n }\n }\n }, {\n key: 'pause',\n value: function pause() {\n this.stopRequest();\n window$1.clearTimeout(this.mediaUpdateTimeout);\n\n if (this.state === 'HAVE_NOTHING') {\n // If we pause the loader before any data has been retrieved, its as if we never\n // started, so reset to an unstarted state.\n this.started = false;\n }\n }\n }, {\n key: 'load',\n value: function load(isFinalRendition) {\n var _this2 = this;\n\n window$1.clearTimeout(this.mediaUpdateTimeout);\n var media = this.media();\n\n if (isFinalRendition) {\n var delay = media ? media.targetDuration / 2 * 1000 : 5 * 1000;\n this.mediaUpdateTimeout = window$1.setTimeout(function () {\n return _this2.load();\n }, delay);\n return;\n } // because the playlists are internal to the manifest, load should either load the\n // main manifest, or do nothing but trigger an event\n\n\n if (!this.started) {\n this.start();\n return;\n }\n\n this.trigger('loadedplaylist');\n }\n /**\n * Parses the master xml string and updates playlist uri references\n *\n * @return {Object}\n * The parsed mpd manifest object\n */\n\n }, {\n key: 'parseMasterXml',\n value: function parseMasterXml() {\n var master = parse(this.masterXml_, {\n manifestUri: this.srcUrl,\n clientOffset: this.clientOffset_\n });\n master.uri = this.srcUrl; // Set up phony URIs for the playlists since we won't have external URIs for DASH\n // but reference playlists by their URI throughout the project\n // TODO: Should we create the dummy uris in mpd-parser as well (leaning towards yes).\n\n for (var i = 0; i < master.playlists.length; i++) {\n var phonyUri = 'placeholder-uri-' + i;\n master.playlists[i].uri = phonyUri; // set up by URI references\n\n master.playlists[phonyUri] = master.playlists[i];\n } // set up phony URIs for the media group playlists since we won't have external\n // URIs for DASH but reference playlists by their URI throughout the project\n\n\n forEachMediaGroup(master, function (properties, mediaType, groupKey, labelKey) {\n if (properties.playlists && properties.playlists.length) {\n var _phonyUri = 'placeholder-uri-' + mediaType + '-' + groupKey + '-' + labelKey;\n\n properties.playlists[0].uri = _phonyUri; // setup URI references\n\n master.playlists[_phonyUri] = properties.playlists[0];\n }\n });\n setupMediaPlaylists(master);\n resolveMediaGroupUris(master);\n return master;\n }\n }, {\n key: 'start',\n value: function start() {\n var _this3 = this;\n\n this.started = true; // request the specified URL\n\n this.request = this.hls_.xhr({\n uri: this.srcUrl,\n withCredentials: this.withCredentials\n }, function (error, req) {\n // disposed\n if (!_this3.request) {\n return;\n } // clear the loader's request reference\n\n\n _this3.request = null;\n\n if (error) {\n _this3.error = {\n status: req.status,\n message: 'DASH playlist request error at URL: ' + _this3.srcUrl,\n responseText: req.responseText,\n // MEDIA_ERR_NETWORK\n code: 2\n };\n\n if (_this3.state === 'HAVE_NOTHING') {\n _this3.started = false;\n }\n\n return _this3.trigger('error');\n }\n\n _this3.masterXml_ = req.responseText;\n\n if (req.responseHeaders && req.responseHeaders.date) {\n _this3.masterLoaded_ = Date.parse(req.responseHeaders.date);\n } else {\n _this3.masterLoaded_ = Date.now();\n }\n\n _this3.syncClientServerClock_(_this3.onClientServerClockSync_.bind(_this3));\n });\n }\n /**\n * Parses the master xml for UTCTiming node to sync the client clock to the server\n * clock. If the UTCTiming node requires a HEAD or GET request, that request is made.\n *\n * @param {Function} done\n * Function to call when clock sync has completed\n */\n\n }, {\n key: 'syncClientServerClock_',\n value: function syncClientServerClock_(done) {\n var _this4 = this;\n\n var utcTiming = parseUTCTiming(this.masterXml_); // No UTCTiming element found in the mpd. Use Date header from mpd request as the\n // server clock\n\n if (utcTiming === null) {\n this.clientOffset_ = this.masterLoaded_ - Date.now();\n return done();\n }\n\n if (utcTiming.method === 'DIRECT') {\n this.clientOffset_ = utcTiming.value - Date.now();\n return done();\n }\n\n this.request = this.hls_.xhr({\n uri: resolveUrl(this.srcUrl, utcTiming.value),\n method: utcTiming.method,\n withCredentials: this.withCredentials\n }, function (error, req) {\n // disposed\n if (!_this4.request) {\n return;\n }\n\n if (error) {\n // sync request failed, fall back to using date header from mpd\n // TODO: log warning\n _this4.clientOffset_ = _this4.masterLoaded_ - Date.now();\n return done();\n }\n\n var serverTime = void 0;\n\n if (utcTiming.method === 'HEAD') {\n if (!req.responseHeaders || !req.responseHeaders.date) {\n // expected date header not preset, fall back to using date header from mpd\n // TODO: log warning\n serverTime = _this4.masterLoaded_;\n } else {\n serverTime = Date.parse(req.responseHeaders.date);\n }\n } else {\n serverTime = Date.parse(req.responseText);\n }\n\n _this4.clientOffset_ = serverTime - Date.now();\n done();\n });\n }\n /**\n * Handler for after client/server clock synchronization has happened. Sets up\n * xml refresh timer if specificed by the manifest.\n */\n\n }, {\n key: 'onClientServerClockSync_',\n value: function onClientServerClockSync_() {\n var _this5 = this;\n\n this.master = this.parseMasterXml();\n this.state = 'HAVE_MASTER';\n this.trigger('loadedplaylist');\n\n if (!this.media_) {\n // no media playlist was specifically selected so start\n // from the first listed one\n this.media(this.master.playlists[0]);\n } // trigger loadedmetadata to resolve setup of media groups\n // trigger async to mimic behavior of HLS, where it must request a playlist\n\n\n window$1.setTimeout(function () {\n _this5.trigger('loadedmetadata');\n }, 0); // TODO: minimumUpdatePeriod can have a value of 0. Currently the manifest will not\n // be refreshed when this is the case. The inter-op guide says that when the\n // minimumUpdatePeriod is 0, the manifest should outline all currently available\n // segments, but future segments may require an update. I think a good solution\n // would be to update the manifest at the same rate that the media playlists\n // are \"refreshed\", i.e. every targetDuration.\n\n if (this.master.minimumUpdatePeriod) {\n window$1.setTimeout(function () {\n _this5.trigger('minimumUpdatePeriod');\n }, this.master.minimumUpdatePeriod);\n }\n }\n /**\n * Sends request to refresh the master xml and updates the parsed master manifest\n * TODO: Does the client offset need to be recalculated when the xml is refreshed?\n */\n\n }, {\n key: 'refreshXml_',\n value: function refreshXml_() {\n var _this6 = this;\n\n this.request = this.hls_.xhr({\n uri: this.srcUrl,\n withCredentials: this.withCredentials\n }, function (error, req) {\n // disposed\n if (!_this6.request) {\n return;\n } // clear the loader's request reference\n\n\n _this6.request = null;\n\n if (error) {\n _this6.error = {\n status: req.status,\n message: 'DASH playlist request error at URL: ' + _this6.srcUrl,\n responseText: req.responseText,\n // MEDIA_ERR_NETWORK\n code: 2\n };\n\n if (_this6.state === 'HAVE_NOTHING') {\n _this6.started = false;\n }\n\n return _this6.trigger('error');\n }\n\n _this6.masterXml_ = req.responseText;\n\n var newMaster = _this6.parseMasterXml();\n\n _this6.master = updateMaster$1(_this6.master, newMaster);\n window$1.setTimeout(function () {\n _this6.trigger('minimumUpdatePeriod');\n }, _this6.master.minimumUpdatePeriod);\n });\n }\n /**\n * Refreshes the media playlist by re-parsing the master xml and updating playlist\n * references. If this is an alternate loader, the updated parsed manifest is retrieved\n * from the master loader.\n */\n\n }, {\n key: 'refreshMedia_',\n value: function refreshMedia_() {\n var _this7 = this;\n\n var oldMaster = void 0;\n var newMaster = void 0;\n\n if (this.masterPlaylistLoader_) {\n oldMaster = this.masterPlaylistLoader_.master;\n newMaster = this.masterPlaylistLoader_.parseMasterXml();\n } else {\n oldMaster = this.master;\n newMaster = this.parseMasterXml();\n }\n\n var updatedMaster = updateMaster$1(oldMaster, newMaster);\n\n if (updatedMaster) {\n if (this.masterPlaylistLoader_) {\n this.masterPlaylistLoader_.master = updatedMaster;\n } else {\n this.master = updatedMaster;\n }\n\n this.media_ = updatedMaster.playlists[this.media_.uri];\n } else {\n this.trigger('playlistunchanged');\n }\n\n if (!this.media().endList) {\n this.mediaUpdateTimeout = window$1.setTimeout(function () {\n _this7.trigger('mediaupdatetimeout');\n }, refreshDelay(this.media(), !!updatedMaster));\n }\n\n this.trigger('loadedplaylist');\n }\n }]);\n return DashPlaylistLoader;\n}(EventTarget$1$1);\n\nvar logger = function logger(source) {\n if (videojs$1.log.debug) {\n return videojs$1.log.debug.bind(videojs$1, 'VHS:', source + ' >');\n }\n\n return function () {};\n};\n\nfunction noop() {}\n/**\n * @file source-updater.js\n */\n\n/**\n * A queue of callbacks to be serialized and applied when a\n * MediaSource and its associated SourceBuffers are not in the\n * updating state. It is used by the segment loader to update the\n * underlying SourceBuffers when new data is loaded, for instance.\n *\n * @class SourceUpdater\n * @param {MediaSource} mediaSource the MediaSource to create the\n * SourceBuffer from\n * @param {String} mimeType the desired MIME type of the underlying\n * SourceBuffer\n * @param {Object} sourceBufferEmitter an event emitter that fires when a source buffer is\n * added to the media source\n */\n\n\nvar SourceUpdater = function () {\n function SourceUpdater(mediaSource, mimeType, type, sourceBufferEmitter) {\n classCallCheck(this, SourceUpdater);\n this.callbacks_ = [];\n this.pendingCallback_ = null;\n this.timestampOffset_ = 0;\n this.mediaSource = mediaSource;\n this.processedAppend_ = false;\n this.type_ = type;\n this.mimeType_ = mimeType;\n this.logger_ = logger('SourceUpdater[' + type + '][' + mimeType + ']');\n\n if (mediaSource.readyState === 'closed') {\n mediaSource.addEventListener('sourceopen', this.createSourceBuffer_.bind(this, mimeType, sourceBufferEmitter));\n } else {\n this.createSourceBuffer_(mimeType, sourceBufferEmitter);\n }\n }\n\n createClass(SourceUpdater, [{\n key: 'createSourceBuffer_',\n value: function createSourceBuffer_(mimeType, sourceBufferEmitter) {\n var _this = this;\n\n this.sourceBuffer_ = this.mediaSource.addSourceBuffer(mimeType);\n this.logger_('created SourceBuffer');\n\n if (sourceBufferEmitter) {\n sourceBufferEmitter.trigger('sourcebufferadded');\n\n if (this.mediaSource.sourceBuffers.length < 2) {\n // There's another source buffer we must wait for before we can start updating\n // our own (or else we can get into a bad state, i.e., appending video/audio data\n // before the other video/audio source buffer is available and leading to a video\n // or audio only buffer).\n sourceBufferEmitter.on('sourcebufferadded', function () {\n _this.start_();\n });\n return;\n }\n }\n\n this.start_();\n }\n }, {\n key: 'start_',\n value: function start_() {\n var _this2 = this;\n\n this.started_ = true; // run completion handlers and process callbacks as updateend\n // events fire\n\n this.onUpdateendCallback_ = function () {\n var pendingCallback = _this2.pendingCallback_;\n _this2.pendingCallback_ = null;\n\n _this2.logger_('buffered [' + printableRange(_this2.buffered()) + ']');\n\n if (pendingCallback) {\n pendingCallback();\n }\n\n _this2.runCallback_();\n };\n\n this.sourceBuffer_.addEventListener('updateend', this.onUpdateendCallback_);\n this.runCallback_();\n }\n /**\n * Aborts the current segment and resets the segment parser.\n *\n * @param {Function} done function to call when done\n * @see http://w3c.github.io/media-source/#widl-SourceBuffer-abort-void\n */\n\n }, {\n key: 'abort',\n value: function abort(done) {\n var _this3 = this;\n\n if (this.processedAppend_) {\n this.queueCallback_(function () {\n _this3.sourceBuffer_.abort();\n }, done);\n }\n }\n /**\n * Queue an update to append an ArrayBuffer.\n *\n * @param {ArrayBuffer} bytes\n * @param {Function} done the function to call when done\n * @see http://www.w3.org/TR/media-source/#widl-SourceBuffer-appendBuffer-void-ArrayBuffer-data\n */\n\n }, {\n key: 'appendBuffer',\n value: function appendBuffer(bytes, done) {\n var _this4 = this;\n\n this.processedAppend_ = true;\n this.queueCallback_(function () {\n _this4.sourceBuffer_.appendBuffer(bytes);\n }, done);\n }\n /**\n * Indicates what TimeRanges are buffered in the managed SourceBuffer.\n *\n * @see http://www.w3.org/TR/media-source/#widl-SourceBuffer-buffered\n */\n\n }, {\n key: 'buffered',\n value: function buffered() {\n if (!this.sourceBuffer_) {\n return videojs$1.createTimeRanges();\n }\n\n return this.sourceBuffer_.buffered;\n }\n /**\n * Queue an update to remove a time range from the buffer.\n *\n * @param {Number} start where to start the removal\n * @param {Number} end where to end the removal\n * @param {Function} [done=noop] optional callback to be executed when the remove\n * operation is complete\n * @see http://www.w3.org/TR/media-source/#widl-SourceBuffer-remove-void-double-start-unrestricted-double-end\n */\n\n }, {\n key: 'remove',\n value: function remove(start, end) {\n var _this5 = this;\n\n var done = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : noop;\n\n if (this.processedAppend_) {\n this.queueCallback_(function () {\n _this5.logger_('remove [' + start + ' => ' + end + ']');\n\n _this5.sourceBuffer_.remove(start, end);\n }, done);\n }\n }\n /**\n * Whether the underlying sourceBuffer is updating or not\n *\n * @return {Boolean} the updating status of the SourceBuffer\n */\n\n }, {\n key: 'updating',\n value: function updating() {\n return !this.sourceBuffer_ || this.sourceBuffer_.updating || this.pendingCallback_;\n }\n /**\n * Set/get the timestampoffset on the SourceBuffer\n *\n * @return {Number} the timestamp offset\n */\n\n }, {\n key: 'timestampOffset',\n value: function timestampOffset(offset) {\n var _this6 = this;\n\n if (typeof offset !== 'undefined') {\n this.queueCallback_(function () {\n _this6.sourceBuffer_.timestampOffset = offset;\n });\n this.timestampOffset_ = offset;\n }\n\n return this.timestampOffset_;\n }\n /**\n * Queue a callback to run\n */\n\n }, {\n key: 'queueCallback_',\n value: function queueCallback_(callback, done) {\n this.callbacks_.push([callback.bind(this), done]);\n this.runCallback_();\n }\n /**\n * Run a queued callback\n */\n\n }, {\n key: 'runCallback_',\n value: function runCallback_() {\n var callbacks = void 0;\n\n if (!this.updating() && this.callbacks_.length && this.started_) {\n callbacks = this.callbacks_.shift();\n this.pendingCallback_ = callbacks[1];\n callbacks[0]();\n }\n }\n /**\n * dispose of the source updater and the underlying sourceBuffer\n */\n\n }, {\n key: 'dispose',\n value: function dispose() {\n this.sourceBuffer_.removeEventListener('updateend', this.onUpdateendCallback_);\n\n if (this.sourceBuffer_ && this.mediaSource.readyState === 'open') {\n this.sourceBuffer_.abort();\n }\n }\n }]);\n return SourceUpdater;\n}();\n\nvar Config = {\n GOAL_BUFFER_LENGTH: 30,\n MAX_GOAL_BUFFER_LENGTH: 60,\n GOAL_BUFFER_LENGTH_RATE: 1,\n // 0.5 MB/s\n INITIAL_BANDWIDTH: 4194304,\n // A fudge factor to apply to advertised playlist bitrates to account for\n // temporary flucations in client bandwidth\n BANDWIDTH_VARIANCE: 1.2,\n // How much of the buffer must be filled before we consider upswitching\n BUFFER_LOW_WATER_LINE: 0,\n MAX_BUFFER_LOW_WATER_LINE: 30,\n BUFFER_LOW_WATER_LINE_RATE: 1\n};\nvar REQUEST_ERRORS = {\n FAILURE: 2,\n TIMEOUT: -101,\n ABORTED: -102\n};\n/**\n * Turns segment byterange into a string suitable for use in\n * HTTP Range requests\n *\n * @param {Object} byterange - an object with two values defining the start and end\n * of a byte-range\n */\n\nvar byterangeStr = function byterangeStr(byterange) {\n var byterangeStart = void 0;\n var byterangeEnd = void 0; // `byterangeEnd` is one less than `offset + length` because the HTTP range\n // header uses inclusive ranges\n\n byterangeEnd = byterange.offset + byterange.length - 1;\n byterangeStart = byterange.offset;\n return 'bytes=' + byterangeStart + '-' + byterangeEnd;\n};\n/**\n * Defines headers for use in the xhr request for a particular segment.\n *\n * @param {Object} segment - a simplified copy of the segmentInfo object\n * from SegmentLoader\n */\n\n\nvar segmentXhrHeaders = function segmentXhrHeaders(segment) {\n var headers = {};\n\n if (segment.byterange) {\n headers.Range = byterangeStr(segment.byterange);\n }\n\n return headers;\n};\n/**\n * Abort all requests\n *\n * @param {Object} activeXhrs - an object that tracks all XHR requests\n */\n\n\nvar abortAll = function abortAll(activeXhrs) {\n activeXhrs.forEach(function (xhr$$1) {\n xhr$$1.abort();\n });\n};\n/**\n * Gather important bandwidth stats once a request has completed\n *\n * @param {Object} request - the XHR request from which to gather stats\n */\n\n\nvar getRequestStats = function getRequestStats(request) {\n return {\n bandwidth: request.bandwidth,\n bytesReceived: request.bytesReceived || 0,\n roundTripTime: request.roundTripTime || 0\n };\n};\n/**\n * If possible gather bandwidth stats as a request is in\n * progress\n *\n * @param {Event} progressEvent - an event object from an XHR's progress event\n */\n\n\nvar getProgressStats = function getProgressStats(progressEvent) {\n var request = progressEvent.target;\n var roundTripTime = Date.now() - request.requestTime;\n var stats = {\n bandwidth: Infinity,\n bytesReceived: 0,\n roundTripTime: roundTripTime || 0\n };\n stats.bytesReceived = progressEvent.loaded; // This can result in Infinity if stats.roundTripTime is 0 but that is ok\n // because we should only use bandwidth stats on progress to determine when\n // abort a request early due to insufficient bandwidth\n\n stats.bandwidth = Math.floor(stats.bytesReceived / stats.roundTripTime * 8 * 1000);\n return stats;\n};\n/**\n * Handle all error conditions in one place and return an object\n * with all the information\n *\n * @param {Error|null} error - if non-null signals an error occured with the XHR\n * @param {Object} request - the XHR request that possibly generated the error\n */\n\n\nvar handleErrors = function handleErrors(error, request) {\n if (request.timedout) {\n return {\n status: request.status,\n message: 'HLS request timed-out at URL: ' + request.uri,\n code: REQUEST_ERRORS.TIMEOUT,\n xhr: request\n };\n }\n\n if (request.aborted) {\n return {\n status: request.status,\n message: 'HLS request aborted at URL: ' + request.uri,\n code: REQUEST_ERRORS.ABORTED,\n xhr: request\n };\n }\n\n if (error) {\n return {\n status: request.status,\n message: 'HLS request errored at URL: ' + request.uri,\n code: REQUEST_ERRORS.FAILURE,\n xhr: request\n };\n }\n\n return null;\n};\n/**\n * Handle responses for key data and convert the key data to the correct format\n * for the decryption step later\n *\n * @param {Object} segment - a simplified copy of the segmentInfo object\n * from SegmentLoader\n * @param {Function} finishProcessingFn - a callback to execute to continue processing\n * this request\n */\n\n\nvar handleKeyResponse = function handleKeyResponse(segment, finishProcessingFn) {\n return function (error, request) {\n var response = request.response;\n var errorObj = handleErrors(error, request);\n\n if (errorObj) {\n return finishProcessingFn(errorObj, segment);\n }\n\n if (response.byteLength !== 16) {\n return finishProcessingFn({\n status: request.status,\n message: 'Invalid HLS key at URL: ' + request.uri,\n code: REQUEST_ERRORS.FAILURE,\n xhr: request\n }, segment);\n }\n\n var view = new DataView(response);\n segment.key.bytes = new Uint32Array([view.getUint32(0), view.getUint32(4), view.getUint32(8), view.getUint32(12)]);\n return finishProcessingFn(null, segment);\n };\n};\n/**\n * Handle init-segment responses\n *\n * @param {Object} segment - a simplified copy of the segmentInfo object\n * from SegmentLoader\n * @param {Function} finishProcessingFn - a callback to execute to continue processing\n * this request\n */\n\n\nvar handleInitSegmentResponse = function handleInitSegmentResponse(segment, captionParser, finishProcessingFn) {\n return function (error, request) {\n var response = request.response;\n var errorObj = handleErrors(error, request);\n\n if (errorObj) {\n return finishProcessingFn(errorObj, segment);\n } // stop processing if received empty content\n\n\n if (response.byteLength === 0) {\n return finishProcessingFn({\n status: request.status,\n message: 'Empty HLS segment content at URL: ' + request.uri,\n code: REQUEST_ERRORS.FAILURE,\n xhr: request\n }, segment);\n }\n\n segment.map.bytes = new Uint8Array(request.response); // Initialize CaptionParser if it hasn't been yet\n\n if (!captionParser.isInitialized()) {\n captionParser.init();\n }\n\n segment.map.timescales = mp4probe.timescale(segment.map.bytes);\n segment.map.videoTrackIds = mp4probe.videoTrackIds(segment.map.bytes);\n return finishProcessingFn(null, segment);\n };\n};\n/**\n * Response handler for segment-requests being sure to set the correct\n * property depending on whether the segment is encryped or not\n * Also records and keeps track of stats that are used for ABR purposes\n *\n * @param {Object} segment - a simplified copy of the segmentInfo object\n * from SegmentLoader\n * @param {Function} finishProcessingFn - a callback to execute to continue processing\n * this request\n */\n\n\nvar handleSegmentResponse = function handleSegmentResponse(segment, captionParser, finishProcessingFn) {\n return function (error, request) {\n var response = request.response;\n var errorObj = handleErrors(error, request);\n var parsed = void 0;\n\n if (errorObj) {\n return finishProcessingFn(errorObj, segment);\n } // stop processing if received empty content\n\n\n if (response.byteLength === 0) {\n return finishProcessingFn({\n status: request.status,\n message: 'Empty HLS segment content at URL: ' + request.uri,\n code: REQUEST_ERRORS.FAILURE,\n xhr: request\n }, segment);\n }\n\n segment.stats = getRequestStats(request);\n\n if (segment.key) {\n segment.encryptedBytes = new Uint8Array(request.response);\n } else {\n segment.bytes = new Uint8Array(request.response);\n } // This is likely an FMP4 and has the init segment.\n // Run through the CaptionParser in case there are captions.\n\n\n if (segment.map && segment.map.bytes) {\n // Initialize CaptionParser if it hasn't been yet\n if (!captionParser.isInitialized()) {\n captionParser.init();\n }\n\n parsed = captionParser.parse(segment.bytes, segment.map.videoTrackIds, segment.map.timescales);\n\n if (parsed && parsed.captions) {\n segment.captionStreams = parsed.captionStreams;\n segment.fmp4Captions = parsed.captions;\n }\n }\n\n return finishProcessingFn(null, segment);\n };\n};\n/**\n * Decrypt the segment via the decryption web worker\n *\n * @param {WebWorker} decrypter - a WebWorker interface to AES-128 decryption routines\n * @param {Object} segment - a simplified copy of the segmentInfo object\n * from SegmentLoader\n * @param {Function} doneFn - a callback that is executed after decryption has completed\n */\n\n\nvar decryptSegment = function decryptSegment(decrypter, segment, doneFn) {\n var decryptionHandler = function decryptionHandler(event) {\n if (event.data.source === segment.requestId) {\n decrypter.removeEventListener('message', decryptionHandler);\n var decrypted = event.data.decrypted;\n segment.bytes = new Uint8Array(decrypted.bytes, decrypted.byteOffset, decrypted.byteLength);\n return doneFn(null, segment);\n }\n };\n\n decrypter.addEventListener('message', decryptionHandler); // this is an encrypted segment\n // incrementally decrypt the segment\n\n decrypter.postMessage(createTransferableMessage({\n source: segment.requestId,\n encrypted: segment.encryptedBytes,\n key: segment.key.bytes,\n iv: segment.key.iv\n }), [segment.encryptedBytes.buffer, segment.key.bytes.buffer]);\n};\n/**\n * This function waits for all XHRs to finish (with either success or failure)\n * before continueing processing via it's callback. The function gathers errors\n * from each request into a single errors array so that the error status for\n * each request can be examined later.\n *\n * @param {Object} activeXhrs - an object that tracks all XHR requests\n * @param {WebWorker} decrypter - a WebWorker interface to AES-128 decryption routines\n * @param {Function} doneFn - a callback that is executed after all resources have been\n * downloaded and any decryption completed\n */\n\n\nvar waitForCompletion = function waitForCompletion(activeXhrs, decrypter, doneFn) {\n var count = 0;\n var didError = false;\n return function (error, segment) {\n if (didError) {\n return;\n }\n\n if (error) {\n didError = true; // If there are errors, we have to abort any outstanding requests\n\n abortAll(activeXhrs); // Even though the requests above are aborted, and in theory we could wait until we\n // handle the aborted events from those requests, there are some cases where we may\n // never get an aborted event. For instance, if the network connection is lost and\n // there were two requests, the first may have triggered an error immediately, while\n // the second request remains unsent. In that case, the aborted algorithm will not\n // trigger an abort: see https://xhr.spec.whatwg.org/#the-abort()-method\n //\n // We also can't rely on the ready state of the XHR, since the request that\n // triggered the connection error may also show as a ready state of 0 (unsent).\n // Therefore, we have to finish this group of requests immediately after the first\n // seen error.\n\n return doneFn(error, segment);\n }\n\n count += 1;\n\n if (count === activeXhrs.length) {\n // Keep track of when *all* of the requests have completed\n segment.endOfAllRequests = Date.now();\n\n if (segment.encryptedBytes) {\n return decryptSegment(decrypter, segment, doneFn);\n } // Otherwise, everything is ready just continue\n\n\n return doneFn(null, segment);\n }\n };\n};\n/**\n * Simple progress event callback handler that gathers some stats before\n * executing a provided callback with the `segment` object\n *\n * @param {Object} segment - a simplified copy of the segmentInfo object\n * from SegmentLoader\n * @param {Function} progressFn - a callback that is executed each time a progress event\n * is received\n * @param {Event} event - the progress event object from XMLHttpRequest\n */\n\n\nvar handleProgress = function handleProgress(segment, progressFn) {\n return function (event) {\n segment.stats = videojs$1.mergeOptions(segment.stats, getProgressStats(event)); // record the time that we receive the first byte of data\n\n if (!segment.stats.firstBytesReceivedAt && segment.stats.bytesReceived) {\n segment.stats.firstBytesReceivedAt = Date.now();\n }\n\n return progressFn(event, segment);\n };\n};\n/**\n * Load all resources and does any processing necessary for a media-segment\n *\n * Features:\n * decrypts the media-segment if it has a key uri and an iv\n * aborts *all* requests if *any* one request fails\n *\n * The segment object, at minimum, has the following format:\n * {\n * resolvedUri: String,\n * [byterange]: {\n * offset: Number,\n * length: Number\n * },\n * [key]: {\n * resolvedUri: String\n * [byterange]: {\n * offset: Number,\n * length: Number\n * },\n * iv: {\n * bytes: Uint32Array\n * }\n * },\n * [map]: {\n * resolvedUri: String,\n * [byterange]: {\n * offset: Number,\n * length: Number\n * },\n * [bytes]: Uint8Array\n * }\n * }\n * ...where [name] denotes optional properties\n *\n * @param {Function} xhr - an instance of the xhr wrapper in xhr.js\n * @param {Object} xhrOptions - the base options to provide to all xhr requests\n * @param {WebWorker} decryptionWorker - a WebWorker interface to AES-128\n * decryption routines\n * @param {Object} segment - a simplified copy of the segmentInfo object\n * from SegmentLoader\n * @param {Function} progressFn - a callback that receives progress events from the main\n * segment's xhr request\n * @param {Function} doneFn - a callback that is executed only once all requests have\n * succeeded or failed\n * @returns {Function} a function that, when invoked, immediately aborts all\n * outstanding requests\n */\n\n\nvar mediaSegmentRequest = function mediaSegmentRequest(xhr$$1, xhrOptions, decryptionWorker, captionParser, segment, progressFn, doneFn) {\n var activeXhrs = [];\n var finishProcessingFn = waitForCompletion(activeXhrs, decryptionWorker, doneFn); // optionally, request the decryption key\n\n if (segment.key) {\n var keyRequestOptions = videojs$1.mergeOptions(xhrOptions, {\n uri: segment.key.resolvedUri,\n responseType: 'arraybuffer'\n });\n var keyRequestCallback = handleKeyResponse(segment, finishProcessingFn);\n var keyXhr = xhr$$1(keyRequestOptions, keyRequestCallback);\n activeXhrs.push(keyXhr);\n } // optionally, request the associated media init segment\n\n\n if (segment.map && !segment.map.bytes) {\n var initSegmentOptions = videojs$1.mergeOptions(xhrOptions, {\n uri: segment.map.resolvedUri,\n responseType: 'arraybuffer',\n headers: segmentXhrHeaders(segment.map)\n });\n var initSegmentRequestCallback = handleInitSegmentResponse(segment, captionParser, finishProcessingFn);\n var initSegmentXhr = xhr$$1(initSegmentOptions, initSegmentRequestCallback);\n activeXhrs.push(initSegmentXhr);\n }\n\n var segmentRequestOptions = videojs$1.mergeOptions(xhrOptions, {\n uri: segment.resolvedUri,\n responseType: 'arraybuffer',\n headers: segmentXhrHeaders(segment)\n });\n var segmentRequestCallback = handleSegmentResponse(segment, captionParser, finishProcessingFn);\n var segmentXhr = xhr$$1(segmentRequestOptions, segmentRequestCallback);\n segmentXhr.addEventListener('progress', handleProgress(segment, progressFn));\n activeXhrs.push(segmentXhr);\n return function () {\n return abortAll(activeXhrs);\n };\n}; // Utilities\n\n/**\n * Returns the CSS value for the specified property on an element\n * using `getComputedStyle`. Firefox has a long-standing issue where\n * getComputedStyle() may return null when running in an iframe with\n * `display: none`.\n *\n * @see https://bugzilla.mozilla.org/show_bug.cgi?id=548397\n * @param {HTMLElement} el the htmlelement to work on\n * @param {string} the proprety to get the style for\n */\n\n\nvar safeGetComputedStyle = function safeGetComputedStyle(el, property) {\n var result = void 0;\n\n if (!el) {\n return '';\n }\n\n result = window$1.getComputedStyle(el);\n\n if (!result) {\n return '';\n }\n\n return result[property];\n};\n/**\n * Resuable stable sort function\n *\n * @param {Playlists} array\n * @param {Function} sortFn Different comparators\n * @function stableSort\n */\n\n\nvar stableSort = function stableSort(array, sortFn) {\n var newArray = array.slice();\n array.sort(function (left, right) {\n var cmp = sortFn(left, right);\n\n if (cmp === 0) {\n return newArray.indexOf(left) - newArray.indexOf(right);\n }\n\n return cmp;\n });\n};\n/**\n * A comparator function to sort two playlist object by bandwidth.\n *\n * @param {Object} left a media playlist object\n * @param {Object} right a media playlist object\n * @return {Number} Greater than zero if the bandwidth attribute of\n * left is greater than the corresponding attribute of right. Less\n * than zero if the bandwidth of right is greater than left and\n * exactly zero if the two are equal.\n */\n\n\nvar comparePlaylistBandwidth = function comparePlaylistBandwidth(left, right) {\n var leftBandwidth = void 0;\n var rightBandwidth = void 0;\n\n if (left.attributes.BANDWIDTH) {\n leftBandwidth = left.attributes.BANDWIDTH;\n }\n\n leftBandwidth = leftBandwidth || window$1.Number.MAX_VALUE;\n\n if (right.attributes.BANDWIDTH) {\n rightBandwidth = right.attributes.BANDWIDTH;\n }\n\n rightBandwidth = rightBandwidth || window$1.Number.MAX_VALUE;\n return leftBandwidth - rightBandwidth;\n};\n/**\n * A comparator function to sort two playlist object by resolution (width).\n * @param {Object} left a media playlist object\n * @param {Object} right a media playlist object\n * @return {Number} Greater than zero if the resolution.width attribute of\n * left is greater than the corresponding attribute of right. Less\n * than zero if the resolution.width of right is greater than left and\n * exactly zero if the two are equal.\n */\n\n\nvar comparePlaylistResolution = function comparePlaylistResolution(left, right) {\n var leftWidth = void 0;\n var rightWidth = void 0;\n\n if (left.attributes.RESOLUTION && left.attributes.RESOLUTION.width) {\n leftWidth = left.attributes.RESOLUTION.width;\n }\n\n leftWidth = leftWidth || window$1.Number.MAX_VALUE;\n\n if (right.attributes.RESOLUTION && right.attributes.RESOLUTION.width) {\n rightWidth = right.attributes.RESOLUTION.width;\n }\n\n rightWidth = rightWidth || window$1.Number.MAX_VALUE; // NOTE - Fallback to bandwidth sort as appropriate in cases where multiple renditions\n // have the same media dimensions/ resolution\n\n if (leftWidth === rightWidth && left.attributes.BANDWIDTH && right.attributes.BANDWIDTH) {\n return left.attributes.BANDWIDTH - right.attributes.BANDWIDTH;\n }\n\n return leftWidth - rightWidth;\n};\n/**\n * Chooses the appropriate media playlist based on bandwidth and player size\n *\n * @param {Object} master\n * Object representation of the master manifest\n * @param {Number} playerBandwidth\n * Current calculated bandwidth of the player\n * @param {Number} playerWidth\n * Current width of the player element\n * @param {Number} playerHeight\n * Current height of the player element\n * @param {Boolean} limitRenditionByPlayerDimensions\n * True if the player width and height should be used during the selection, false otherwise\n * @return {Playlist} the highest bitrate playlist less than the\n * currently detected bandwidth, accounting for some amount of\n * bandwidth variance\n */\n\n\nvar simpleSelector = function simpleSelector(master, playerBandwidth, playerWidth, playerHeight, limitRenditionByPlayerDimensions) {\n // convert the playlists to an intermediary representation to make comparisons easier\n var sortedPlaylistReps = master.playlists.map(function (playlist) {\n var width = void 0;\n var height = void 0;\n var bandwidth = void 0;\n width = playlist.attributes.RESOLUTION && playlist.attributes.RESOLUTION.width;\n height = playlist.attributes.RESOLUTION && playlist.attributes.RESOLUTION.height;\n bandwidth = playlist.attributes.BANDWIDTH;\n bandwidth = bandwidth || window$1.Number.MAX_VALUE;\n return {\n bandwidth: bandwidth,\n width: width,\n height: height,\n playlist: playlist\n };\n });\n stableSort(sortedPlaylistReps, function (left, right) {\n return left.bandwidth - right.bandwidth;\n }); // filter out any playlists that have been excluded due to\n // incompatible configurations\n\n sortedPlaylistReps = sortedPlaylistReps.filter(function (rep) {\n return !Playlist.isIncompatible(rep.playlist);\n }); // filter out any playlists that have been disabled manually through the representations\n // api or blacklisted temporarily due to playback errors.\n\n var enabledPlaylistReps = sortedPlaylistReps.filter(function (rep) {\n return Playlist.isEnabled(rep.playlist);\n });\n\n if (!enabledPlaylistReps.length) {\n // if there are no enabled playlists, then they have all been blacklisted or disabled\n // by the user through the representations api. In this case, ignore blacklisting and\n // fallback to what the user wants by using playlists the user has not disabled.\n enabledPlaylistReps = sortedPlaylistReps.filter(function (rep) {\n return !Playlist.isDisabled(rep.playlist);\n });\n } // filter out any variant that has greater effective bitrate\n // than the current estimated bandwidth\n\n\n var bandwidthPlaylistReps = enabledPlaylistReps.filter(function (rep) {\n return rep.bandwidth * Config.BANDWIDTH_VARIANCE < playerBandwidth;\n });\n var highestRemainingBandwidthRep = bandwidthPlaylistReps[bandwidthPlaylistReps.length - 1]; // get all of the renditions with the same (highest) bandwidth\n // and then taking the very first element\n\n var bandwidthBestRep = bandwidthPlaylistReps.filter(function (rep) {\n return rep.bandwidth === highestRemainingBandwidthRep.bandwidth;\n })[0]; // if we're not going to limit renditions by player size, make an early decision.\n\n if (limitRenditionByPlayerDimensions === false) {\n var _chosenRep = bandwidthBestRep || enabledPlaylistReps[0] || sortedPlaylistReps[0];\n\n return _chosenRep ? _chosenRep.playlist : null;\n } // filter out playlists without resolution information\n\n\n var haveResolution = bandwidthPlaylistReps.filter(function (rep) {\n return rep.width && rep.height;\n }); // sort variants by resolution\n\n stableSort(haveResolution, function (left, right) {\n return left.width - right.width;\n }); // if we have the exact resolution as the player use it\n\n var resolutionBestRepList = haveResolution.filter(function (rep) {\n return rep.width === playerWidth && rep.height === playerHeight;\n });\n highestRemainingBandwidthRep = resolutionBestRepList[resolutionBestRepList.length - 1]; // ensure that we pick the highest bandwidth variant that have exact resolution\n\n var resolutionBestRep = resolutionBestRepList.filter(function (rep) {\n return rep.bandwidth === highestRemainingBandwidthRep.bandwidth;\n })[0];\n var resolutionPlusOneList = void 0;\n var resolutionPlusOneSmallest = void 0;\n var resolutionPlusOneRep = void 0; // find the smallest variant that is larger than the player\n // if there is no match of exact resolution\n\n if (!resolutionBestRep) {\n resolutionPlusOneList = haveResolution.filter(function (rep) {\n return rep.width > playerWidth || rep.height > playerHeight;\n }); // find all the variants have the same smallest resolution\n\n resolutionPlusOneSmallest = resolutionPlusOneList.filter(function (rep) {\n return rep.width === resolutionPlusOneList[0].width && rep.height === resolutionPlusOneList[0].height;\n }); // ensure that we also pick the highest bandwidth variant that\n // is just-larger-than the video player\n\n highestRemainingBandwidthRep = resolutionPlusOneSmallest[resolutionPlusOneSmallest.length - 1];\n resolutionPlusOneRep = resolutionPlusOneSmallest.filter(function (rep) {\n return rep.bandwidth === highestRemainingBandwidthRep.bandwidth;\n })[0];\n } // fallback chain of variants\n\n\n var chosenRep = resolutionPlusOneRep || resolutionBestRep || bandwidthBestRep || enabledPlaylistReps[0] || sortedPlaylistReps[0];\n return chosenRep ? chosenRep.playlist : null;\n}; // Playlist Selectors\n\n/**\n * Chooses the appropriate media playlist based on the most recent\n * bandwidth estimate and the player size.\n *\n * Expects to be called within the context of an instance of HlsHandler\n *\n * @return {Playlist} the highest bitrate playlist less than the\n * currently detected bandwidth, accounting for some amount of\n * bandwidth variance\n */\n\n\nvar lastBandwidthSelector = function lastBandwidthSelector() {\n return simpleSelector(this.playlists.master, this.systemBandwidth, parseInt(safeGetComputedStyle(this.tech_.el(), 'width'), 10), parseInt(safeGetComputedStyle(this.tech_.el(), 'height'), 10), this.limitRenditionByPlayerDimensions);\n};\n/**\n * Chooses the appropriate media playlist based on the potential to rebuffer\n *\n * @param {Object} settings\n * Object of information required to use this selector\n * @param {Object} settings.master\n * Object representation of the master manifest\n * @param {Number} settings.currentTime\n * The current time of the player\n * @param {Number} settings.bandwidth\n * Current measured bandwidth\n * @param {Number} settings.duration\n * Duration of the media\n * @param {Number} settings.segmentDuration\n * Segment duration to be used in round trip time calculations\n * @param {Number} settings.timeUntilRebuffer\n * Time left in seconds until the player has to rebuffer\n * @param {Number} settings.currentTimeline\n * The current timeline segments are being loaded from\n * @param {SyncController} settings.syncController\n * SyncController for determining if we have a sync point for a given playlist\n * @return {Object|null}\n * {Object} return.playlist\n * The highest bandwidth playlist with the least amount of rebuffering\n * {Number} return.rebufferingImpact\n * The amount of time in seconds switching to this playlist will rebuffer. A\n * negative value means that switching will cause zero rebuffering.\n */\n\n\nvar minRebufferMaxBandwidthSelector = function minRebufferMaxBandwidthSelector(settings) {\n var master = settings.master,\n currentTime = settings.currentTime,\n bandwidth = settings.bandwidth,\n duration$$1 = settings.duration,\n segmentDuration = settings.segmentDuration,\n timeUntilRebuffer = settings.timeUntilRebuffer,\n currentTimeline = settings.currentTimeline,\n syncController = settings.syncController; // filter out any playlists that have been excluded due to\n // incompatible configurations\n\n var compatiblePlaylists = master.playlists.filter(function (playlist) {\n return !Playlist.isIncompatible(playlist);\n }); // filter out any playlists that have been disabled manually through the representations\n // api or blacklisted temporarily due to playback errors.\n\n var enabledPlaylists = compatiblePlaylists.filter(Playlist.isEnabled);\n\n if (!enabledPlaylists.length) {\n // if there are no enabled playlists, then they have all been blacklisted or disabled\n // by the user through the representations api. In this case, ignore blacklisting and\n // fallback to what the user wants by using playlists the user has not disabled.\n enabledPlaylists = compatiblePlaylists.filter(function (playlist) {\n return !Playlist.isDisabled(playlist);\n });\n }\n\n var bandwidthPlaylists = enabledPlaylists.filter(Playlist.hasAttribute.bind(null, 'BANDWIDTH'));\n var rebufferingEstimates = bandwidthPlaylists.map(function (playlist) {\n var syncPoint = syncController.getSyncPoint(playlist, duration$$1, currentTimeline, currentTime); // If there is no sync point for this playlist, switching to it will require a\n // sync request first. This will double the request time\n\n var numRequests = syncPoint ? 1 : 2;\n var requestTimeEstimate = Playlist.estimateSegmentRequestTime(segmentDuration, bandwidth, playlist);\n var rebufferingImpact = requestTimeEstimate * numRequests - timeUntilRebuffer;\n return {\n playlist: playlist,\n rebufferingImpact: rebufferingImpact\n };\n });\n var noRebufferingPlaylists = rebufferingEstimates.filter(function (estimate) {\n return estimate.rebufferingImpact <= 0;\n }); // Sort by bandwidth DESC\n\n stableSort(noRebufferingPlaylists, function (a, b) {\n return comparePlaylistBandwidth(b.playlist, a.playlist);\n });\n\n if (noRebufferingPlaylists.length) {\n return noRebufferingPlaylists[0];\n }\n\n stableSort(rebufferingEstimates, function (a, b) {\n return a.rebufferingImpact - b.rebufferingImpact;\n });\n return rebufferingEstimates[0] || null;\n};\n/**\n * Chooses the appropriate media playlist, which in this case is the lowest bitrate\n * one with video. If no renditions with video exist, return the lowest audio rendition.\n *\n * Expects to be called within the context of an instance of HlsHandler\n *\n * @return {Object|null}\n * {Object} return.playlist\n * The lowest bitrate playlist that contains a video codec. If no such rendition\n * exists pick the lowest audio rendition.\n */\n\n\nvar lowestBitrateCompatibleVariantSelector = function lowestBitrateCompatibleVariantSelector() {\n // filter out any playlists that have been excluded due to\n // incompatible configurations or playback errors\n var playlists = this.playlists.master.playlists.filter(Playlist.isEnabled); // Sort ascending by bitrate\n\n stableSort(playlists, function (a, b) {\n return comparePlaylistBandwidth(a, b);\n }); // Parse and assume that playlists with no video codec have no video\n // (this is not necessarily true, although it is generally true).\n //\n // If an entire manifest has no valid videos everything will get filtered\n // out.\n\n var playlistsWithVideo = playlists.filter(function (playlist) {\n return parseCodecs(playlist.attributes.CODECS).videoCodec;\n });\n return playlistsWithVideo[0] || null;\n};\n/**\n * Create captions text tracks on video.js if they do not exist\n *\n * @param {Object} inbandTextTracks a reference to current inbandTextTracks\n * @param {Object} tech the video.js tech\n * @param {Object} captionStreams the caption streams to create\n * @private\n */\n\n\nvar createCaptionsTrackIfNotExists = function createCaptionsTrackIfNotExists(inbandTextTracks, tech, captionStreams) {\n for (var trackId in captionStreams) {\n if (!inbandTextTracks[trackId]) {\n tech.trigger({\n type: 'usage',\n name: 'hls-608'\n });\n var track = tech.textTracks().getTrackById(trackId);\n\n if (track) {\n // Resuse an existing track with a CC# id because this was\n // very likely created by videojs-contrib-hls from information\n // in the m3u8 for us to use\n inbandTextTracks[trackId] = track;\n } else {\n // Otherwise, create a track with the default `CC#` label and\n // without a language\n inbandTextTracks[trackId] = tech.addRemoteTextTrack({\n kind: 'captions',\n id: trackId,\n label: trackId\n }, false).track;\n }\n }\n }\n};\n\nvar addCaptionData = function addCaptionData(_ref) {\n var inbandTextTracks = _ref.inbandTextTracks,\n captionArray = _ref.captionArray,\n timestampOffset = _ref.timestampOffset;\n\n if (!captionArray) {\n return;\n }\n\n var Cue = window.WebKitDataCue || window.VTTCue;\n captionArray.forEach(function (caption) {\n var track = caption.stream;\n var startTime = caption.startTime;\n var endTime = caption.endTime;\n\n if (!inbandTextTracks[track]) {\n return;\n }\n\n startTime += timestampOffset;\n endTime += timestampOffset;\n inbandTextTracks[track].addCue(new Cue(startTime, endTime, caption.text));\n });\n};\n/**\n * @file segment-loader.js\n */\n// in ms\n\n\nvar CHECK_BUFFER_DELAY = 500;\n/**\n * Determines if we should call endOfStream on the media source based\n * on the state of the buffer or if appened segment was the final\n * segment in the playlist.\n *\n * @param {Object} playlist a media playlist object\n * @param {Object} mediaSource the MediaSource object\n * @param {Number} segmentIndex the index of segment we last appended\n * @returns {Boolean} do we need to call endOfStream on the MediaSource\n */\n\nvar detectEndOfStream = function detectEndOfStream(playlist, mediaSource, segmentIndex) {\n if (!playlist || !mediaSource) {\n return false;\n }\n\n var segments = playlist.segments; // determine a few boolean values to help make the branch below easier\n // to read\n\n var appendedLastSegment = segmentIndex === segments.length; // if we've buffered to the end of the video, we need to call endOfStream\n // so that MediaSources can trigger the `ended` event when it runs out of\n // buffered data instead of waiting for me\n\n return playlist.endList && mediaSource.readyState === 'open' && appendedLastSegment;\n};\n\nvar finite = function finite(num) {\n return typeof num === 'number' && isFinite(num);\n};\n\nvar illegalMediaSwitch = function illegalMediaSwitch(loaderType, startingMedia, newSegmentMedia) {\n // Although these checks should most likely cover non 'main' types, for now it narrows\n // the scope of our checks.\n if (loaderType !== 'main' || !startingMedia || !newSegmentMedia) {\n return null;\n }\n\n if (!newSegmentMedia.containsAudio && !newSegmentMedia.containsVideo) {\n return 'Neither audio nor video found in segment.';\n }\n\n if (startingMedia.containsVideo && !newSegmentMedia.containsVideo) {\n return 'Only audio found in segment when we expected video.' + ' We can\\'t switch to audio only from a stream that had video.' + ' To get rid of this message, please add codec information to the manifest.';\n }\n\n if (!startingMedia.containsVideo && newSegmentMedia.containsVideo) {\n return 'Video found in segment when we expected only audio.' + ' We can\\'t switch to a stream with video from an audio only stream.' + ' To get rid of this message, please add codec information to the manifest.';\n }\n\n return null;\n};\n/**\n * Calculates a time value that is safe to remove from the back buffer without interupting\n * playback.\n *\n * @param {TimeRange} seekable\n * The current seekable range\n * @param {Number} currentTime\n * The current time of the player\n * @param {Number} targetDuration\n * The target duration of the current playlist\n * @return {Number}\n * Time that is safe to remove from the back buffer without interupting playback\n */\n\n\nvar safeBackBufferTrimTime = function safeBackBufferTrimTime(seekable$$1, currentTime, targetDuration) {\n var removeToTime = void 0;\n\n if (seekable$$1.length && seekable$$1.start(0) > 0 && seekable$$1.start(0) < currentTime) {\n // If we have a seekable range use that as the limit for what can be removed safely\n removeToTime = seekable$$1.start(0);\n } else {\n // otherwise remove anything older than 30 seconds before the current play head\n removeToTime = currentTime - 30;\n } // Don't allow removing from the buffer within target duration of current time\n // to avoid the possibility of removing the GOP currently being played which could\n // cause playback stalls.\n\n\n return Math.min(removeToTime, currentTime - targetDuration);\n};\n\nvar segmentInfoString = function segmentInfoString(segmentInfo) {\n var _segmentInfo$segment = segmentInfo.segment,\n start = _segmentInfo$segment.start,\n end = _segmentInfo$segment.end,\n _segmentInfo$playlist = segmentInfo.playlist,\n seq = _segmentInfo$playlist.mediaSequence,\n id = _segmentInfo$playlist.id,\n _segmentInfo$playlist2 = _segmentInfo$playlist.segments,\n segments = _segmentInfo$playlist2 === undefined ? [] : _segmentInfo$playlist2,\n index = segmentInfo.mediaIndex,\n timeline = segmentInfo.timeline;\n return ['appending [' + index + '] of [' + seq + ', ' + (seq + segments.length) + '] from playlist [' + id + ']', '[' + start + ' => ' + end + '] in timeline [' + timeline + ']'].join(' ');\n};\n/**\n * An object that manages segment loading and appending.\n *\n * @class SegmentLoader\n * @param {Object} options required and optional options\n * @extends videojs.EventTarget\n */\n\n\nvar SegmentLoader = function (_videojs$EventTarget) {\n inherits(SegmentLoader, _videojs$EventTarget);\n\n function SegmentLoader(settings) {\n classCallCheck(this, SegmentLoader); // check pre-conditions\n\n var _this = possibleConstructorReturn(this, (SegmentLoader.__proto__ || Object.getPrototypeOf(SegmentLoader)).call(this));\n\n if (!settings) {\n throw new TypeError('Initialization settings are required');\n }\n\n if (typeof settings.currentTime !== 'function') {\n throw new TypeError('No currentTime getter specified');\n }\n\n if (!settings.mediaSource) {\n throw new TypeError('No MediaSource specified');\n } // public properties\n\n\n _this.bandwidth = settings.bandwidth;\n _this.throughput = {\n rate: 0,\n count: 0\n };\n _this.roundTrip = NaN;\n\n _this.resetStats_();\n\n _this.mediaIndex = null; // private settings\n\n _this.hasPlayed_ = settings.hasPlayed;\n _this.currentTime_ = settings.currentTime;\n _this.seekable_ = settings.seekable;\n _this.seeking_ = settings.seeking;\n _this.duration_ = settings.duration;\n _this.mediaSource_ = settings.mediaSource;\n _this.hls_ = settings.hls;\n _this.loaderType_ = settings.loaderType;\n _this.startingMedia_ = void 0;\n _this.segmentMetadataTrack_ = settings.segmentMetadataTrack;\n _this.goalBufferLength_ = settings.goalBufferLength;\n _this.sourceType_ = settings.sourceType;\n _this.inbandTextTracks_ = settings.inbandTextTracks;\n _this.state_ = 'INIT'; // private instance variables\n\n _this.checkBufferTimeout_ = null;\n _this.error_ = void 0;\n _this.currentTimeline_ = -1;\n _this.pendingSegment_ = null;\n _this.mimeType_ = null;\n _this.sourceUpdater_ = null;\n _this.xhrOptions_ = null; // Fragmented mp4 playback\n\n _this.activeInitSegmentId_ = null;\n _this.initSegments_ = {}; // Fmp4 CaptionParser\n\n _this.captionParser_ = new CaptionParser();\n _this.decrypter_ = settings.decrypter; // Manages the tracking and generation of sync-points, mappings\n // between a time in the display time and a segment index within\n // a playlist\n\n _this.syncController_ = settings.syncController;\n _this.syncPoint_ = {\n segmentIndex: 0,\n time: 0\n };\n\n _this.syncController_.on('syncinfoupdate', function () {\n return _this.trigger('syncinfoupdate');\n });\n\n _this.mediaSource_.addEventListener('sourceopen', function () {\n return _this.ended_ = false;\n }); // ...for determining the fetch location\n\n\n _this.fetchAtBuffer_ = false;\n _this.logger_ = logger('SegmentLoader[' + _this.loaderType_ + ']');\n Object.defineProperty(_this, 'state', {\n get: function get$$1() {\n return this.state_;\n },\n set: function set$$1(newState) {\n if (newState !== this.state_) {\n this.logger_(this.state_ + ' -> ' + newState);\n this.state_ = newState;\n }\n }\n });\n return _this;\n }\n /**\n * reset all of our media stats\n *\n * @private\n */\n\n\n createClass(SegmentLoader, [{\n key: 'resetStats_',\n value: function resetStats_() {\n this.mediaBytesTransferred = 0;\n this.mediaRequests = 0;\n this.mediaRequestsAborted = 0;\n this.mediaRequestsTimedout = 0;\n this.mediaRequestsErrored = 0;\n this.mediaTransferDuration = 0;\n this.mediaSecondsLoaded = 0;\n }\n /**\n * dispose of the SegmentLoader and reset to the default state\n */\n\n }, {\n key: 'dispose',\n value: function dispose() {\n this.state = 'DISPOSED';\n this.pause();\n this.abort_();\n\n if (this.sourceUpdater_) {\n this.sourceUpdater_.dispose();\n }\n\n this.resetStats_();\n this.captionParser_.reset();\n }\n /**\n * abort anything that is currently doing on with the SegmentLoader\n * and reset to a default state\n */\n\n }, {\n key: 'abort',\n value: function abort() {\n if (this.state !== 'WAITING') {\n if (this.pendingSegment_) {\n this.pendingSegment_ = null;\n }\n\n return;\n }\n\n this.abort_(); // We aborted the requests we were waiting on, so reset the loader's state to READY\n // since we are no longer \"waiting\" on any requests. XHR callback is not always run\n // when the request is aborted. This will prevent the loader from being stuck in the\n // WAITING state indefinitely.\n\n this.state = 'READY'; // don't wait for buffer check timeouts to begin fetching the\n // next segment\n\n if (!this.paused()) {\n this.monitorBuffer_();\n }\n }\n /**\n * abort all pending xhr requests and null any pending segements\n *\n * @private\n */\n\n }, {\n key: 'abort_',\n value: function abort_() {\n if (this.pendingSegment_) {\n this.pendingSegment_.abortRequests();\n } // clear out the segment being processed\n\n\n this.pendingSegment_ = null;\n }\n /**\n * set an error on the segment loader and null out any pending segements\n *\n * @param {Error} error the error to set on the SegmentLoader\n * @return {Error} the error that was set or that is currently set\n */\n\n }, {\n key: 'error',\n value: function error(_error) {\n if (typeof _error !== 'undefined') {\n this.error_ = _error;\n }\n\n this.pendingSegment_ = null;\n return this.error_;\n }\n }, {\n key: 'endOfStream',\n value: function endOfStream() {\n this.ended_ = true;\n this.pause();\n this.trigger('ended');\n }\n /**\n * Indicates which time ranges are buffered\n *\n * @return {TimeRange}\n * TimeRange object representing the current buffered ranges\n */\n\n }, {\n key: 'buffered_',\n value: function buffered_() {\n if (!this.sourceUpdater_) {\n return videojs$1.createTimeRanges();\n }\n\n return this.sourceUpdater_.buffered();\n }\n /**\n * Gets and sets init segment for the provided map\n *\n * @param {Object} map\n * The map object representing the init segment to get or set\n * @param {Boolean=} set\n * If true, the init segment for the provided map should be saved\n * @return {Object}\n * map object for desired init segment\n */\n\n }, {\n key: 'initSegment',\n value: function initSegment(map) {\n var set$$1 = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false;\n\n if (!map) {\n return null;\n }\n\n var id = initSegmentId(map);\n var storedMap = this.initSegments_[id];\n\n if (set$$1 && !storedMap && map.bytes) {\n this.initSegments_[id] = storedMap = {\n resolvedUri: map.resolvedUri,\n byterange: map.byterange,\n bytes: map.bytes,\n timescales: map.timescales,\n videoTrackIds: map.videoTrackIds\n };\n }\n\n return storedMap || map;\n }\n /**\n * Returns true if all configuration required for loading is present, otherwise false.\n *\n * @return {Boolean} True if the all configuration is ready for loading\n * @private\n */\n\n }, {\n key: 'couldBeginLoading_',\n value: function couldBeginLoading_() {\n return this.playlist_ && ( // the source updater is created when init_ is called, so either having a\n // source updater or being in the INIT state with a mimeType is enough\n // to say we have all the needed configuration to start loading.\n this.sourceUpdater_ || this.mimeType_ && this.state === 'INIT') && !this.paused();\n }\n /**\n * load a playlist and start to fill the buffer\n */\n\n }, {\n key: 'load',\n value: function load() {\n // un-pause\n this.monitorBuffer_(); // if we don't have a playlist yet, keep waiting for one to be\n // specified\n\n if (!this.playlist_) {\n return;\n } // not sure if this is the best place for this\n\n\n this.syncController_.setDateTimeMapping(this.playlist_); // if all the configuration is ready, initialize and begin loading\n\n if (this.state === 'INIT' && this.couldBeginLoading_()) {\n return this.init_();\n } // if we're in the middle of processing a segment already, don't\n // kick off an additional segment request\n\n\n if (!this.couldBeginLoading_() || this.state !== 'READY' && this.state !== 'INIT') {\n return;\n }\n\n this.state = 'READY';\n }\n /**\n * Once all the starting parameters have been specified, begin\n * operation. This method should only be invoked from the INIT\n * state.\n *\n * @private\n */\n\n }, {\n key: 'init_',\n value: function init_() {\n this.state = 'READY';\n this.sourceUpdater_ = new SourceUpdater(this.mediaSource_, this.mimeType_, this.loaderType_, this.sourceBufferEmitter_);\n this.resetEverything();\n return this.monitorBuffer_();\n }\n /**\n * set a playlist on the segment loader\n *\n * @param {PlaylistLoader} media the playlist to set on the segment loader\n */\n\n }, {\n key: 'playlist',\n value: function playlist(newPlaylist) {\n var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n\n if (!newPlaylist) {\n return;\n }\n\n var oldPlaylist = this.playlist_;\n var segmentInfo = this.pendingSegment_;\n this.playlist_ = newPlaylist;\n this.xhrOptions_ = options; // when we haven't started playing yet, the start of a live playlist\n // is always our zero-time so force a sync update each time the playlist\n // is refreshed from the server\n\n if (!this.hasPlayed_()) {\n newPlaylist.syncInfo = {\n mediaSequence: newPlaylist.mediaSequence,\n time: 0\n };\n }\n\n var oldId = oldPlaylist ? oldPlaylist.id : null;\n this.logger_('playlist update [' + oldId + ' => ' + newPlaylist.id + ']'); // in VOD, this is always a rendition switch (or we updated our syncInfo above)\n // in LIVE, we always want to update with new playlists (including refreshes)\n\n this.trigger('syncinfoupdate'); // if we were unpaused but waiting for a playlist, start\n // buffering now\n\n if (this.state === 'INIT' && this.couldBeginLoading_()) {\n return this.init_();\n }\n\n if (!oldPlaylist || oldPlaylist.uri !== newPlaylist.uri) {\n if (this.mediaIndex !== null) {\n // we must \"resync\" the segment loader when we switch renditions and\n // the segment loader is already synced to the previous rendition\n this.resyncLoader();\n } // the rest of this function depends on `oldPlaylist` being defined\n\n\n return;\n } // we reloaded the same playlist so we are in a live scenario\n // and we will likely need to adjust the mediaIndex\n\n\n var mediaSequenceDiff = newPlaylist.mediaSequence - oldPlaylist.mediaSequence;\n this.logger_('live window shift [' + mediaSequenceDiff + ']'); // update the mediaIndex on the SegmentLoader\n // this is important because we can abort a request and this value must be\n // equal to the last appended mediaIndex\n\n if (this.mediaIndex !== null) {\n this.mediaIndex -= mediaSequenceDiff;\n } // update the mediaIndex on the SegmentInfo object\n // this is important because we will update this.mediaIndex with this value\n // in `handleUpdateEnd_` after the segment has been successfully appended\n\n\n if (segmentInfo) {\n segmentInfo.mediaIndex -= mediaSequenceDiff; // we need to update the referenced segment so that timing information is\n // saved for the new playlist's segment, however, if the segment fell off the\n // playlist, we can leave the old reference and just lose the timing info\n\n if (segmentInfo.mediaIndex >= 0) {\n segmentInfo.segment = newPlaylist.segments[segmentInfo.mediaIndex];\n }\n }\n\n this.syncController_.saveExpiredSegmentInfo(oldPlaylist, newPlaylist);\n }\n /**\n * Prevent the loader from fetching additional segments. If there\n * is a segment request outstanding, it will finish processing\n * before the loader halts. A segment loader can be unpaused by\n * calling load().\n */\n\n }, {\n key: 'pause',\n value: function pause() {\n if (this.checkBufferTimeout_) {\n window$1.clearTimeout(this.checkBufferTimeout_);\n this.checkBufferTimeout_ = null;\n }\n }\n /**\n * Returns whether the segment loader is fetching additional\n * segments when given the opportunity. This property can be\n * modified through calls to pause() and load().\n */\n\n }, {\n key: 'paused',\n value: function paused() {\n return this.checkBufferTimeout_ === null;\n }\n /**\n * create/set the following mimetype on the SourceBuffer through a\n * SourceUpdater\n *\n * @param {String} mimeType the mime type string to use\n * @param {Object} sourceBufferEmitter an event emitter that fires when a source buffer\n * is added to the media source\n */\n\n }, {\n key: 'mimeType',\n value: function mimeType(_mimeType, sourceBufferEmitter) {\n if (this.mimeType_) {\n return;\n }\n\n this.mimeType_ = _mimeType;\n this.sourceBufferEmitter_ = sourceBufferEmitter; // if we were unpaused but waiting for a sourceUpdater, start\n // buffering now\n\n if (this.state === 'INIT' && this.couldBeginLoading_()) {\n this.init_();\n }\n }\n /**\n * Delete all the buffered data and reset the SegmentLoader\n * @param {Function} [done] an optional callback to be executed when the remove\n * operation is complete\n */\n\n }, {\n key: 'resetEverything',\n value: function resetEverything(done) {\n this.ended_ = false;\n this.resetLoader();\n this.remove(0, this.duration_(), done); // clears fmp4 captions\n\n this.captionParser_.clearAllCaptions();\n this.trigger('reseteverything');\n }\n /**\n * Force the SegmentLoader to resync and start loading around the currentTime instead\n * of starting at the end of the buffer\n *\n * Useful for fast quality changes\n */\n\n }, {\n key: 'resetLoader',\n value: function resetLoader() {\n this.fetchAtBuffer_ = false;\n this.resyncLoader();\n }\n /**\n * Force the SegmentLoader to restart synchronization and make a conservative guess\n * before returning to the simple walk-forward method\n */\n\n }, {\n key: 'resyncLoader',\n value: function resyncLoader() {\n this.mediaIndex = null;\n this.syncPoint_ = null;\n this.abort();\n }\n /**\n * Remove any data in the source buffer between start and end times\n * @param {Number} start - the start time of the region to remove from the buffer\n * @param {Number} end - the end time of the region to remove from the buffer\n * @param {Function} [done] - an optional callback to be executed when the remove\n * operation is complete\n */\n\n }, {\n key: 'remove',\n value: function remove(start, end, done) {\n if (this.sourceUpdater_) {\n this.sourceUpdater_.remove(start, end, done);\n }\n\n removeCuesFromTrack(start, end, this.segmentMetadataTrack_);\n\n if (this.inbandTextTracks_) {\n for (var id in this.inbandTextTracks_) {\n removeCuesFromTrack(start, end, this.inbandTextTracks_[id]);\n }\n }\n }\n /**\n * (re-)schedule monitorBufferTick_ to run as soon as possible\n *\n * @private\n */\n\n }, {\n key: 'monitorBuffer_',\n value: function monitorBuffer_() {\n if (this.checkBufferTimeout_) {\n window$1.clearTimeout(this.checkBufferTimeout_);\n }\n\n this.checkBufferTimeout_ = window$1.setTimeout(this.monitorBufferTick_.bind(this), 1);\n }\n /**\n * As long as the SegmentLoader is in the READY state, periodically\n * invoke fillBuffer_().\n *\n * @private\n */\n\n }, {\n key: 'monitorBufferTick_',\n value: function monitorBufferTick_() {\n if (this.state === 'READY') {\n this.fillBuffer_();\n }\n\n if (this.checkBufferTimeout_) {\n window$1.clearTimeout(this.checkBufferTimeout_);\n }\n\n this.checkBufferTimeout_ = window$1.setTimeout(this.monitorBufferTick_.bind(this), CHECK_BUFFER_DELAY);\n }\n /**\n * fill the buffer with segements unless the sourceBuffers are\n * currently updating\n *\n * Note: this function should only ever be called by monitorBuffer_\n * and never directly\n *\n * @private\n */\n\n }, {\n key: 'fillBuffer_',\n value: function fillBuffer_() {\n if (this.sourceUpdater_.updating()) {\n return;\n }\n\n if (!this.syncPoint_) {\n this.syncPoint_ = this.syncController_.getSyncPoint(this.playlist_, this.duration_(), this.currentTimeline_, this.currentTime_());\n } // see if we need to begin loading immediately\n\n\n var segmentInfo = this.checkBuffer_(this.buffered_(), this.playlist_, this.mediaIndex, this.hasPlayed_(), this.currentTime_(), this.syncPoint_);\n\n if (!segmentInfo) {\n return;\n }\n\n var isEndOfStream = detectEndOfStream(this.playlist_, this.mediaSource_, segmentInfo.mediaIndex);\n\n if (isEndOfStream) {\n this.endOfStream();\n return;\n }\n\n if (segmentInfo.mediaIndex === this.playlist_.segments.length - 1 && this.mediaSource_.readyState === 'ended' && !this.seeking_()) {\n return;\n } // We will need to change timestampOffset of the sourceBuffer if either of\n // the following conditions are true:\n // - The segment.timeline !== this.currentTimeline\n // (we are crossing a discontinuity somehow)\n // - The \"timestampOffset\" for the start of this segment is less than\n // the currently set timestampOffset\n // Also, clear captions if we are crossing a discontinuity boundary\n\n\n if (segmentInfo.timeline !== this.currentTimeline_ || segmentInfo.startOfSegment !== null && segmentInfo.startOfSegment < this.sourceUpdater_.timestampOffset()) {\n this.syncController_.reset();\n segmentInfo.timestampOffset = segmentInfo.startOfSegment;\n this.captionParser_.clearAllCaptions();\n }\n\n this.loadSegment_(segmentInfo);\n }\n /**\n * Determines what segment request should be made, given current playback\n * state.\n *\n * @param {TimeRanges} buffered - the state of the buffer\n * @param {Object} playlist - the playlist object to fetch segments from\n * @param {Number} mediaIndex - the previous mediaIndex fetched or null\n * @param {Boolean} hasPlayed - a flag indicating whether we have played or not\n * @param {Number} currentTime - the playback position in seconds\n * @param {Object} syncPoint - a segment info object that describes the\n * @returns {Object} a segment request object that describes the segment to load\n */\n\n }, {\n key: 'checkBuffer_',\n value: function checkBuffer_(buffered, playlist, mediaIndex, hasPlayed, currentTime, syncPoint) {\n var lastBufferedEnd = 0;\n var startOfSegment = void 0;\n\n if (buffered.length) {\n lastBufferedEnd = buffered.end(buffered.length - 1);\n }\n\n var bufferedTime = Math.max(0, lastBufferedEnd - currentTime);\n\n if (!playlist.segments.length) {\n return null;\n } // if there is plenty of content buffered, and the video has\n // been played before relax for awhile\n\n\n if (bufferedTime >= this.goalBufferLength_()) {\n return null;\n } // if the video has not yet played once, and we already have\n // one segment downloaded do nothing\n\n\n if (!hasPlayed && bufferedTime >= 1) {\n return null;\n } // When the syncPoint is null, there is no way of determining a good\n // conservative segment index to fetch from\n // The best thing to do here is to get the kind of sync-point data by\n // making a request\n\n\n if (syncPoint === null) {\n mediaIndex = this.getSyncSegmentCandidate_(playlist);\n return this.generateSegmentInfo_(playlist, mediaIndex, null, true);\n } // Under normal playback conditions fetching is a simple walk forward\n\n\n if (mediaIndex !== null) {\n var segment = playlist.segments[mediaIndex];\n\n if (segment && segment.end) {\n startOfSegment = segment.end;\n } else {\n startOfSegment = lastBufferedEnd;\n }\n\n return this.generateSegmentInfo_(playlist, mediaIndex + 1, startOfSegment, false);\n } // There is a sync-point but the lack of a mediaIndex indicates that\n // we need to make a good conservative guess about which segment to\n // fetch\n\n\n if (this.fetchAtBuffer_) {\n // Find the segment containing the end of the buffer\n var mediaSourceInfo = Playlist.getMediaInfoForTime(playlist, lastBufferedEnd, syncPoint.segmentIndex, syncPoint.time);\n mediaIndex = mediaSourceInfo.mediaIndex;\n startOfSegment = mediaSourceInfo.startTime;\n } else {\n // Find the segment containing currentTime\n var _mediaSourceInfo = Playlist.getMediaInfoForTime(playlist, currentTime, syncPoint.segmentIndex, syncPoint.time);\n\n mediaIndex = _mediaSourceInfo.mediaIndex;\n startOfSegment = _mediaSourceInfo.startTime;\n }\n\n return this.generateSegmentInfo_(playlist, mediaIndex, startOfSegment, false);\n }\n /**\n * The segment loader has no recourse except to fetch a segment in the\n * current playlist and use the internal timestamps in that segment to\n * generate a syncPoint. This function returns a good candidate index\n * for that process.\n *\n * @param {Object} playlist - the playlist object to look for a\n * @returns {Number} An index of a segment from the playlist to load\n */\n\n }, {\n key: 'getSyncSegmentCandidate_',\n value: function getSyncSegmentCandidate_(playlist) {\n var _this2 = this;\n\n if (this.currentTimeline_ === -1) {\n return 0;\n }\n\n var segmentIndexArray = playlist.segments.map(function (s, i) {\n return {\n timeline: s.timeline,\n segmentIndex: i\n };\n }).filter(function (s) {\n return s.timeline === _this2.currentTimeline_;\n });\n\n if (segmentIndexArray.length) {\n return segmentIndexArray[Math.min(segmentIndexArray.length - 1, 1)].segmentIndex;\n }\n\n return Math.max(playlist.segments.length - 1, 0);\n }\n }, {\n key: 'generateSegmentInfo_',\n value: function generateSegmentInfo_(playlist, mediaIndex, startOfSegment, isSyncRequest) {\n if (mediaIndex < 0 || mediaIndex >= playlist.segments.length) {\n return null;\n }\n\n var segment = playlist.segments[mediaIndex];\n return {\n requestId: 'segment-loader-' + Math.random(),\n // resolve the segment URL relative to the playlist\n uri: segment.resolvedUri,\n // the segment's mediaIndex at the time it was requested\n mediaIndex: mediaIndex,\n // whether or not to update the SegmentLoader's state with this\n // segment's mediaIndex\n isSyncRequest: isSyncRequest,\n startOfSegment: startOfSegment,\n // the segment's playlist\n playlist: playlist,\n // unencrypted bytes of the segment\n bytes: null,\n // when a key is defined for this segment, the encrypted bytes\n encryptedBytes: null,\n // The target timestampOffset for this segment when we append it\n // to the source buffer\n timestampOffset: null,\n // The timeline that the segment is in\n timeline: segment.timeline,\n // The expected duration of the segment in seconds\n duration: segment.duration,\n // retain the segment in case the playlist updates while doing an async process\n segment: segment\n };\n }\n /**\n * Determines if the network has enough bandwidth to complete the current segment\n * request in a timely manner. If not, the request will be aborted early and bandwidth\n * updated to trigger a playlist switch.\n *\n * @param {Object} stats\n * Object containing stats about the request timing and size\n * @return {Boolean} True if the request was aborted, false otherwise\n * @private\n */\n\n }, {\n key: 'abortRequestEarly_',\n value: function abortRequestEarly_(stats) {\n if (this.hls_.tech_.paused() || // Don't abort if the current playlist is on the lowestEnabledRendition\n // TODO: Replace using timeout with a boolean indicating whether this playlist is\n // the lowestEnabledRendition.\n !this.xhrOptions_.timeout || // Don't abort if we have no bandwidth information to estimate segment sizes\n !this.playlist_.attributes.BANDWIDTH) {\n return false;\n } // Wait at least 1 second since the first byte of data has been received before\n // using the calculated bandwidth from the progress event to allow the bitrate\n // to stabilize\n\n\n if (Date.now() - (stats.firstBytesReceivedAt || Date.now()) < 1000) {\n return false;\n }\n\n var currentTime = this.currentTime_();\n var measuredBandwidth = stats.bandwidth;\n var segmentDuration = this.pendingSegment_.duration;\n var requestTimeRemaining = Playlist.estimateSegmentRequestTime(segmentDuration, measuredBandwidth, this.playlist_, stats.bytesReceived); // Subtract 1 from the timeUntilRebuffer so we still consider an early abort\n // if we are only left with less than 1 second when the request completes.\n // A negative timeUntilRebuffering indicates we are already rebuffering\n\n var timeUntilRebuffer$$1 = timeUntilRebuffer(this.buffered_(), currentTime, this.hls_.tech_.playbackRate()) - 1; // Only consider aborting early if the estimated time to finish the download\n // is larger than the estimated time until the player runs out of forward buffer\n\n if (requestTimeRemaining <= timeUntilRebuffer$$1) {\n return false;\n }\n\n var switchCandidate = minRebufferMaxBandwidthSelector({\n master: this.hls_.playlists.master,\n currentTime: currentTime,\n bandwidth: measuredBandwidth,\n duration: this.duration_(),\n segmentDuration: segmentDuration,\n timeUntilRebuffer: timeUntilRebuffer$$1,\n currentTimeline: this.currentTimeline_,\n syncController: this.syncController_\n });\n\n if (!switchCandidate) {\n return;\n }\n\n var rebufferingImpact = requestTimeRemaining - timeUntilRebuffer$$1;\n var timeSavedBySwitching = rebufferingImpact - switchCandidate.rebufferingImpact;\n var minimumTimeSaving = 0.5; // If we are already rebuffering, increase the amount of variance we add to the\n // potential round trip time of the new request so that we are not too aggressive\n // with switching to a playlist that might save us a fraction of a second.\n\n if (timeUntilRebuffer$$1 <= TIME_FUDGE_FACTOR) {\n minimumTimeSaving = 1;\n }\n\n if (!switchCandidate.playlist || switchCandidate.playlist.uri === this.playlist_.uri || timeSavedBySwitching < minimumTimeSaving) {\n return false;\n } // set the bandwidth to that of the desired playlist being sure to scale by\n // BANDWIDTH_VARIANCE and add one so the playlist selector does not exclude it\n // don't trigger a bandwidthupdate as the bandwidth is artifial\n\n\n this.bandwidth = switchCandidate.playlist.attributes.BANDWIDTH * Config.BANDWIDTH_VARIANCE + 1;\n this.abort();\n this.trigger('earlyabort');\n return true;\n }\n /**\n * XHR `progress` event handler\n *\n * @param {Event}\n * The XHR `progress` event\n * @param {Object} simpleSegment\n * A simplified segment object copy\n * @private\n */\n\n }, {\n key: 'handleProgress_',\n value: function handleProgress_(event, simpleSegment) {\n if (!this.pendingSegment_ || simpleSegment.requestId !== this.pendingSegment_.requestId || this.abortRequestEarly_(simpleSegment.stats)) {\n return;\n }\n\n this.trigger('progress');\n }\n /**\n * load a specific segment from a request into the buffer\n *\n * @private\n */\n\n }, {\n key: 'loadSegment_',\n value: function loadSegment_(segmentInfo) {\n this.state = 'WAITING';\n this.pendingSegment_ = segmentInfo;\n this.trimBackBuffer_(segmentInfo);\n segmentInfo.abortRequests = mediaSegmentRequest(this.hls_.xhr, this.xhrOptions_, this.decrypter_, this.captionParser_, this.createSimplifiedSegmentObj_(segmentInfo), // progress callback\n this.handleProgress_.bind(this), this.segmentRequestFinished_.bind(this));\n }\n /**\n * trim the back buffer so that we don't have too much data\n * in the source buffer\n *\n * @private\n *\n * @param {Object} segmentInfo - the current segment\n */\n\n }, {\n key: 'trimBackBuffer_',\n value: function trimBackBuffer_(segmentInfo) {\n var removeToTime = safeBackBufferTrimTime(this.seekable_(), this.currentTime_(), this.playlist_.targetDuration || 10); // Chrome has a hard limit of 150MB of\n // buffer and a very conservative \"garbage collector\"\n // We manually clear out the old buffer to ensure\n // we don't trigger the QuotaExceeded error\n // on the source buffer during subsequent appends\n\n if (removeToTime > 0) {\n this.remove(0, removeToTime);\n }\n }\n /**\n * created a simplified copy of the segment object with just the\n * information necessary to perform the XHR and decryption\n *\n * @private\n *\n * @param {Object} segmentInfo - the current segment\n * @returns {Object} a simplified segment object copy\n */\n\n }, {\n key: 'createSimplifiedSegmentObj_',\n value: function createSimplifiedSegmentObj_(segmentInfo) {\n var segment = segmentInfo.segment;\n var simpleSegment = {\n resolvedUri: segment.resolvedUri,\n byterange: segment.byterange,\n requestId: segmentInfo.requestId\n };\n\n if (segment.key) {\n // if the media sequence is greater than 2^32, the IV will be incorrect\n // assuming 10s segments, that would be about 1300 years\n var iv = segment.key.iv || new Uint32Array([0, 0, 0, segmentInfo.mediaIndex + segmentInfo.playlist.mediaSequence]);\n simpleSegment.key = {\n resolvedUri: segment.key.resolvedUri,\n iv: iv\n };\n }\n\n if (segment.map) {\n simpleSegment.map = this.initSegment(segment.map);\n }\n\n return simpleSegment;\n }\n /**\n * Handle the callback from the segmentRequest function and set the\n * associated SegmentLoader state and errors if necessary\n *\n * @private\n */\n\n }, {\n key: 'segmentRequestFinished_',\n value: function segmentRequestFinished_(error, simpleSegment) {\n // every request counts as a media request even if it has been aborted\n // or canceled due to a timeout\n this.mediaRequests += 1;\n\n if (simpleSegment.stats) {\n this.mediaBytesTransferred += simpleSegment.stats.bytesReceived;\n this.mediaTransferDuration += simpleSegment.stats.roundTripTime;\n } // The request was aborted and the SegmentLoader has already been reset\n\n\n if (!this.pendingSegment_) {\n this.mediaRequestsAborted += 1;\n return;\n } // the request was aborted and the SegmentLoader has already started\n // another request. this can happen when the timeout for an aborted\n // request triggers due to a limitation in the XHR library\n // do not count this as any sort of request or we risk double-counting\n\n\n if (simpleSegment.requestId !== this.pendingSegment_.requestId) {\n return;\n } // an error occurred from the active pendingSegment_ so reset everything\n\n\n if (error) {\n this.pendingSegment_ = null;\n this.state = 'READY'; // the requests were aborted just record the aborted stat and exit\n // this is not a true error condition and nothing corrective needs\n // to be done\n\n if (error.code === REQUEST_ERRORS.ABORTED) {\n this.mediaRequestsAborted += 1;\n return;\n }\n\n this.pause(); // the error is really just that at least one of the requests timed-out\n // set the bandwidth to a very low value and trigger an ABR switch to\n // take emergency action\n\n if (error.code === REQUEST_ERRORS.TIMEOUT) {\n this.mediaRequestsTimedout += 1;\n this.bandwidth = 1;\n this.roundTrip = NaN;\n this.trigger('bandwidthupdate');\n return;\n } // if control-flow has arrived here, then the error is real\n // emit an error event to blacklist the current playlist\n\n\n this.mediaRequestsErrored += 1;\n this.error(error);\n this.trigger('error');\n return;\n } // the response was a success so set any bandwidth stats the request\n // generated for ABR purposes\n\n\n this.bandwidth = simpleSegment.stats.bandwidth;\n this.roundTrip = simpleSegment.stats.roundTripTime; // if this request included an initialization segment, save that data\n // to the initSegment cache\n\n if (simpleSegment.map) {\n simpleSegment.map = this.initSegment(simpleSegment.map, true);\n }\n\n this.processSegmentResponse_(simpleSegment);\n }\n /**\n * Move any important data from the simplified segment object\n * back to the real segment object for future phases\n *\n * @private\n */\n\n }, {\n key: 'processSegmentResponse_',\n value: function processSegmentResponse_(simpleSegment) {\n var segmentInfo = this.pendingSegment_;\n segmentInfo.bytes = simpleSegment.bytes;\n\n if (simpleSegment.map) {\n segmentInfo.segment.map.bytes = simpleSegment.map.bytes;\n }\n\n segmentInfo.endOfAllRequests = simpleSegment.endOfAllRequests; // This has fmp4 captions, add them to text tracks\n\n if (simpleSegment.fmp4Captions) {\n createCaptionsTrackIfNotExists(this.inbandTextTracks_, this.hls_.tech_, simpleSegment.captionStreams);\n addCaptionData({\n inbandTextTracks: this.inbandTextTracks_,\n captionArray: simpleSegment.fmp4Captions,\n // fmp4s will not have a timestamp offset\n timestampOffset: 0\n }); // Reset stored captions since we added parsed\n // captions to a text track at this point\n\n this.captionParser_.clearParsedCaptions();\n }\n\n this.handleSegment_();\n }\n /**\n * append a decrypted segement to the SourceBuffer through a SourceUpdater\n *\n * @private\n */\n\n }, {\n key: 'handleSegment_',\n value: function handleSegment_() {\n var _this3 = this;\n\n if (!this.pendingSegment_) {\n this.state = 'READY';\n return;\n }\n\n var segmentInfo = this.pendingSegment_;\n var segment = segmentInfo.segment;\n var timingInfo = this.syncController_.probeSegmentInfo(segmentInfo); // When we have our first timing info, determine what media types this loader is\n // dealing with. Although we're maintaining extra state, it helps to preserve the\n // separation of segment loader from the actual source buffers.\n\n if (typeof this.startingMedia_ === 'undefined' && timingInfo && ( // Guard against cases where we're not getting timing info at all until we are\n // certain that all streams will provide it.\n timingInfo.containsAudio || timingInfo.containsVideo)) {\n this.startingMedia_ = {\n containsAudio: timingInfo.containsAudio,\n containsVideo: timingInfo.containsVideo\n };\n }\n\n var illegalMediaSwitchError = illegalMediaSwitch(this.loaderType_, this.startingMedia_, timingInfo);\n\n if (illegalMediaSwitchError) {\n this.error({\n message: illegalMediaSwitchError,\n blacklistDuration: Infinity\n });\n this.trigger('error');\n return;\n }\n\n if (segmentInfo.isSyncRequest) {\n this.trigger('syncinfoupdate');\n this.pendingSegment_ = null;\n this.state = 'READY';\n return;\n }\n\n if (segmentInfo.timestampOffset !== null && segmentInfo.timestampOffset !== this.sourceUpdater_.timestampOffset()) {\n this.sourceUpdater_.timestampOffset(segmentInfo.timestampOffset); // fired when a timestamp offset is set in HLS (can also identify discontinuities)\n\n this.trigger('timestampoffset');\n }\n\n var timelineMapping = this.syncController_.mappingForTimeline(segmentInfo.timeline);\n\n if (timelineMapping !== null) {\n this.trigger({\n type: 'segmenttimemapping',\n mapping: timelineMapping\n });\n }\n\n this.state = 'APPENDING'; // if the media initialization segment is changing, append it\n // before the content segment\n\n if (segment.map) {\n var initId = initSegmentId(segment.map);\n\n if (!this.activeInitSegmentId_ || this.activeInitSegmentId_ !== initId) {\n var initSegment = this.initSegment(segment.map);\n this.sourceUpdater_.appendBuffer(initSegment.bytes, function () {\n _this3.activeInitSegmentId_ = initId;\n });\n }\n }\n\n segmentInfo.byteLength = segmentInfo.bytes.byteLength;\n\n if (typeof segment.start === 'number' && typeof segment.end === 'number') {\n this.mediaSecondsLoaded += segment.end - segment.start;\n } else {\n this.mediaSecondsLoaded += segment.duration;\n }\n\n this.logger_(segmentInfoString(segmentInfo));\n this.sourceUpdater_.appendBuffer(segmentInfo.bytes, this.handleUpdateEnd_.bind(this));\n }\n /**\n * callback to run when appendBuffer is finished. detects if we are\n * in a good state to do things with the data we got, or if we need\n * to wait for more\n *\n * @private\n */\n\n }, {\n key: 'handleUpdateEnd_',\n value: function handleUpdateEnd_() {\n if (!this.pendingSegment_) {\n this.state = 'READY';\n\n if (!this.paused()) {\n this.monitorBuffer_();\n }\n\n return;\n }\n\n var segmentInfo = this.pendingSegment_;\n var segment = segmentInfo.segment;\n var isWalkingForward = this.mediaIndex !== null;\n this.pendingSegment_ = null;\n this.recordThroughput_(segmentInfo);\n this.addSegmentMetadataCue_(segmentInfo);\n this.state = 'READY';\n this.mediaIndex = segmentInfo.mediaIndex;\n this.fetchAtBuffer_ = true;\n this.currentTimeline_ = segmentInfo.timeline; // We must update the syncinfo to recalculate the seekable range before\n // the following conditional otherwise it may consider this a bad \"guess\"\n // and attempt to resync when the post-update seekable window and live\n // point would mean that this was the perfect segment to fetch\n\n this.trigger('syncinfoupdate'); // If we previously appended a segment that ends more than 3 targetDurations before\n // the currentTime_ that means that our conservative guess was too conservative.\n // In that case, reset the loader state so that we try to use any information gained\n // from the previous request to create a new, more accurate, sync-point.\n\n if (segment.end && this.currentTime_() - segment.end > segmentInfo.playlist.targetDuration * 3) {\n this.resetEverything();\n return;\n } // Don't do a rendition switch unless we have enough time to get a sync segment\n // and conservatively guess\n\n\n if (isWalkingForward) {\n this.trigger('bandwidthupdate');\n }\n\n this.trigger('progress'); // any time an update finishes and the last segment is in the\n // buffer, end the stream. this ensures the \"ended\" event will\n // fire if playback reaches that point.\n\n var isEndOfStream = detectEndOfStream(segmentInfo.playlist, this.mediaSource_, segmentInfo.mediaIndex + 1);\n\n if (isEndOfStream) {\n this.endOfStream();\n }\n\n if (!this.paused()) {\n this.monitorBuffer_();\n }\n }\n /**\n * Records the current throughput of the decrypt, transmux, and append\n * portion of the semgment pipeline. `throughput.rate` is a the cumulative\n * moving average of the throughput. `throughput.count` is the number of\n * data points in the average.\n *\n * @private\n * @param {Object} segmentInfo the object returned by loadSegment\n */\n\n }, {\n key: 'recordThroughput_',\n value: function recordThroughput_(segmentInfo) {\n var rate = this.throughput.rate; // Add one to the time to ensure that we don't accidentally attempt to divide\n // by zero in the case where the throughput is ridiculously high\n\n var segmentProcessingTime = Date.now() - segmentInfo.endOfAllRequests + 1; // Multiply by 8000 to convert from bytes/millisecond to bits/second\n\n var segmentProcessingThroughput = Math.floor(segmentInfo.byteLength / segmentProcessingTime * 8 * 1000); // This is just a cumulative moving average calculation:\n // newAvg = oldAvg + (sample - oldAvg) / (sampleCount + 1)\n\n this.throughput.rate += (segmentProcessingThroughput - rate) / ++this.throughput.count;\n }\n /**\n * Adds a cue to the segment-metadata track with some metadata information about the\n * segment\n *\n * @private\n * @param {Object} segmentInfo\n * the object returned by loadSegment\n * @method addSegmentMetadataCue_\n */\n\n }, {\n key: 'addSegmentMetadataCue_',\n value: function addSegmentMetadataCue_(segmentInfo) {\n if (!this.segmentMetadataTrack_) {\n return;\n }\n\n var segment = segmentInfo.segment;\n var start = segment.start;\n var end = segment.end; // Do not try adding the cue if the start and end times are invalid.\n\n if (!finite(start) || !finite(end)) {\n return;\n }\n\n removeCuesFromTrack(start, end, this.segmentMetadataTrack_);\n var Cue = window$1.WebKitDataCue || window$1.VTTCue;\n var value = {\n dateTimeObject: segment.dateTimeObject,\n dateTimeString: segment.dateTimeString,\n bandwidth: segmentInfo.playlist.attributes.BANDWIDTH,\n resolution: segmentInfo.playlist.attributes.RESOLUTION,\n codecs: segmentInfo.playlist.attributes.CODECS,\n byteLength: segmentInfo.byteLength,\n uri: segmentInfo.uri,\n timeline: segmentInfo.timeline,\n playlist: segmentInfo.playlist.uri,\n start: start,\n end: end\n };\n var data = JSON.stringify(value);\n var cue = new Cue(start, end, data); // Attach the metadata to the value property of the cue to keep consistency between\n // the differences of WebKitDataCue in safari and VTTCue in other browsers\n\n cue.value = value;\n this.segmentMetadataTrack_.addCue(cue);\n }\n }]);\n return SegmentLoader;\n}(videojs$1.EventTarget);\n\nvar uint8ToUtf8 = function uint8ToUtf8(uintArray) {\n return decodeURIComponent(escape(String.fromCharCode.apply(null, uintArray)));\n};\n/**\n * @file vtt-segment-loader.js\n */\n\n\nvar VTT_LINE_TERMINATORS = new Uint8Array('\\n\\n'.split('').map(function (char) {\n return char.charCodeAt(0);\n}));\n/**\n * An object that manages segment loading and appending.\n *\n * @class VTTSegmentLoader\n * @param {Object} options required and optional options\n * @extends videojs.EventTarget\n */\n\nvar VTTSegmentLoader = function (_SegmentLoader) {\n inherits(VTTSegmentLoader, _SegmentLoader);\n\n function VTTSegmentLoader(settings) {\n var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n classCallCheck(this, VTTSegmentLoader); // SegmentLoader requires a MediaSource be specified or it will throw an error;\n // however, VTTSegmentLoader has no need of a media source, so delete the reference\n\n var _this = possibleConstructorReturn(this, (VTTSegmentLoader.__proto__ || Object.getPrototypeOf(VTTSegmentLoader)).call(this, settings, options));\n\n _this.mediaSource_ = null;\n _this.subtitlesTrack_ = null;\n return _this;\n }\n /**\n * Indicates which time ranges are buffered\n *\n * @return {TimeRange}\n * TimeRange object representing the current buffered ranges\n */\n\n\n createClass(VTTSegmentLoader, [{\n key: 'buffered_',\n value: function buffered_() {\n if (!this.subtitlesTrack_ || !this.subtitlesTrack_.cues.length) {\n return videojs$1.createTimeRanges();\n }\n\n var cues = this.subtitlesTrack_.cues;\n var start = cues[0].startTime;\n var end = cues[cues.length - 1].startTime;\n return videojs$1.createTimeRanges([[start, end]]);\n }\n /**\n * Gets and sets init segment for the provided map\n *\n * @param {Object} map\n * The map object representing the init segment to get or set\n * @param {Boolean=} set\n * If true, the init segment for the provided map should be saved\n * @return {Object}\n * map object for desired init segment\n */\n\n }, {\n key: 'initSegment',\n value: function initSegment(map) {\n var set$$1 = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false;\n\n if (!map) {\n return null;\n }\n\n var id = initSegmentId(map);\n var storedMap = this.initSegments_[id];\n\n if (set$$1 && !storedMap && map.bytes) {\n // append WebVTT line terminators to the media initialization segment if it exists\n // to follow the WebVTT spec (https://w3c.github.io/webvtt/#file-structure) that\n // requires two or more WebVTT line terminators between the WebVTT header and the\n // rest of the file\n var combinedByteLength = VTT_LINE_TERMINATORS.byteLength + map.bytes.byteLength;\n var combinedSegment = new Uint8Array(combinedByteLength);\n combinedSegment.set(map.bytes);\n combinedSegment.set(VTT_LINE_TERMINATORS, map.bytes.byteLength);\n this.initSegments_[id] = storedMap = {\n resolvedUri: map.resolvedUri,\n byterange: map.byterange,\n bytes: combinedSegment\n };\n }\n\n return storedMap || map;\n }\n /**\n * Returns true if all configuration required for loading is present, otherwise false.\n *\n * @return {Boolean} True if the all configuration is ready for loading\n * @private\n */\n\n }, {\n key: 'couldBeginLoading_',\n value: function couldBeginLoading_() {\n return this.playlist_ && this.subtitlesTrack_ && !this.paused();\n }\n /**\n * Once all the starting parameters have been specified, begin\n * operation. This method should only be invoked from the INIT\n * state.\n *\n * @private\n */\n\n }, {\n key: 'init_',\n value: function init_() {\n this.state = 'READY';\n this.resetEverything();\n return this.monitorBuffer_();\n }\n /**\n * Set a subtitle track on the segment loader to add subtitles to\n *\n * @param {TextTrack=} track\n * The text track to add loaded subtitles to\n * @return {TextTrack}\n * Returns the subtitles track\n */\n\n }, {\n key: 'track',\n value: function track(_track) {\n if (typeof _track === 'undefined') {\n return this.subtitlesTrack_;\n }\n\n this.subtitlesTrack_ = _track; // if we were unpaused but waiting for a sourceUpdater, start\n // buffering now\n\n if (this.state === 'INIT' && this.couldBeginLoading_()) {\n this.init_();\n }\n\n return this.subtitlesTrack_;\n }\n /**\n * Remove any data in the source buffer between start and end times\n * @param {Number} start - the start time of the region to remove from the buffer\n * @param {Number} end - the end time of the region to remove from the buffer\n */\n\n }, {\n key: 'remove',\n value: function remove(start, end) {\n removeCuesFromTrack(start, end, this.subtitlesTrack_);\n }\n /**\n * fill the buffer with segements unless the sourceBuffers are\n * currently updating\n *\n * Note: this function should only ever be called by monitorBuffer_\n * and never directly\n *\n * @private\n */\n\n }, {\n key: 'fillBuffer_',\n value: function fillBuffer_() {\n var _this2 = this;\n\n if (!this.syncPoint_) {\n this.syncPoint_ = this.syncController_.getSyncPoint(this.playlist_, this.duration_(), this.currentTimeline_, this.currentTime_());\n } // see if we need to begin loading immediately\n\n\n var segmentInfo = this.checkBuffer_(this.buffered_(), this.playlist_, this.mediaIndex, this.hasPlayed_(), this.currentTime_(), this.syncPoint_);\n segmentInfo = this.skipEmptySegments_(segmentInfo);\n\n if (!segmentInfo) {\n return;\n }\n\n if (this.syncController_.timestampOffsetForTimeline(segmentInfo.timeline) === null) {\n // We don't have the timestamp offset that we need to sync subtitles.\n // Rerun on a timestamp offset or user interaction.\n var checkTimestampOffset = function checkTimestampOffset() {\n _this2.state = 'READY';\n\n if (!_this2.paused()) {\n // if not paused, queue a buffer check as soon as possible\n _this2.monitorBuffer_();\n }\n };\n\n this.syncController_.one('timestampoffset', checkTimestampOffset);\n this.state = 'WAITING_ON_TIMELINE';\n return;\n }\n\n this.loadSegment_(segmentInfo);\n }\n /**\n * Prevents the segment loader from requesting segments we know contain no subtitles\n * by walking forward until we find the next segment that we don't know whether it is\n * empty or not.\n *\n * @param {Object} segmentInfo\n * a segment info object that describes the current segment\n * @return {Object}\n * a segment info object that describes the current segment\n */\n\n }, {\n key: 'skipEmptySegments_',\n value: function skipEmptySegments_(segmentInfo) {\n while (segmentInfo && segmentInfo.segment.empty) {\n segmentInfo = this.generateSegmentInfo_(segmentInfo.playlist, segmentInfo.mediaIndex + 1, segmentInfo.startOfSegment + segmentInfo.duration, segmentInfo.isSyncRequest);\n }\n\n return segmentInfo;\n }\n /**\n * append a decrypted segement to the SourceBuffer through a SourceUpdater\n *\n * @private\n */\n\n }, {\n key: 'handleSegment_',\n value: function handleSegment_() {\n var _this3 = this;\n\n if (!this.pendingSegment_ || !this.subtitlesTrack_) {\n this.state = 'READY';\n return;\n }\n\n this.state = 'APPENDING';\n var segmentInfo = this.pendingSegment_;\n var segment = segmentInfo.segment; // Make sure that vttjs has loaded, otherwise, wait till it finished loading\n\n if (typeof window$1.WebVTT !== 'function' && this.subtitlesTrack_ && this.subtitlesTrack_.tech_) {\n var loadHandler = function loadHandler() {\n _this3.handleSegment_();\n };\n\n this.state = 'WAITING_ON_VTTJS';\n this.subtitlesTrack_.tech_.one('vttjsloaded', loadHandler);\n this.subtitlesTrack_.tech_.one('vttjserror', function () {\n _this3.subtitlesTrack_.tech_.off('vttjsloaded', loadHandler);\n\n _this3.error({\n message: 'Error loading vtt.js'\n });\n\n _this3.state = 'READY';\n\n _this3.pause();\n\n _this3.trigger('error');\n });\n return;\n }\n\n segment.requested = true;\n\n try {\n this.parseVTTCues_(segmentInfo);\n } catch (e) {\n this.error({\n message: e.message\n });\n this.state = 'READY';\n this.pause();\n return this.trigger('error');\n }\n\n this.updateTimeMapping_(segmentInfo, this.syncController_.timelines[segmentInfo.timeline], this.playlist_);\n\n if (segmentInfo.isSyncRequest) {\n this.trigger('syncinfoupdate');\n this.pendingSegment_ = null;\n this.state = 'READY';\n return;\n }\n\n segmentInfo.byteLength = segmentInfo.bytes.byteLength;\n this.mediaSecondsLoaded += segment.duration;\n\n if (segmentInfo.cues.length) {\n // remove any overlapping cues to prevent doubling\n this.remove(segmentInfo.cues[0].endTime, segmentInfo.cues[segmentInfo.cues.length - 1].endTime);\n }\n\n segmentInfo.cues.forEach(function (cue) {\n _this3.subtitlesTrack_.addCue(cue);\n });\n this.handleUpdateEnd_();\n }\n /**\n * Uses the WebVTT parser to parse the segment response\n *\n * @param {Object} segmentInfo\n * a segment info object that describes the current segment\n * @private\n */\n\n }, {\n key: 'parseVTTCues_',\n value: function parseVTTCues_(segmentInfo) {\n var decoder = void 0;\n var decodeBytesToString = false;\n\n if (typeof window$1.TextDecoder === 'function') {\n decoder = new window$1.TextDecoder('utf8');\n } else {\n decoder = window$1.WebVTT.StringDecoder();\n decodeBytesToString = true;\n }\n\n var parser = new window$1.WebVTT.Parser(window$1, window$1.vttjs, decoder);\n segmentInfo.cues = [];\n segmentInfo.timestampmap = {\n MPEGTS: 0,\n LOCAL: 0\n };\n parser.oncue = segmentInfo.cues.push.bind(segmentInfo.cues);\n\n parser.ontimestampmap = function (map) {\n return segmentInfo.timestampmap = map;\n };\n\n parser.onparsingerror = function (error) {\n videojs$1.log.warn('Error encountered when parsing cues: ' + error.message);\n };\n\n if (segmentInfo.segment.map) {\n var mapData = segmentInfo.segment.map.bytes;\n\n if (decodeBytesToString) {\n mapData = uint8ToUtf8(mapData);\n }\n\n parser.parse(mapData);\n }\n\n var segmentData = segmentInfo.bytes;\n\n if (decodeBytesToString) {\n segmentData = uint8ToUtf8(segmentData);\n }\n\n parser.parse(segmentData);\n parser.flush();\n }\n /**\n * Updates the start and end times of any cues parsed by the WebVTT parser using\n * the information parsed from the X-TIMESTAMP-MAP header and a TS to media time mapping\n * from the SyncController\n *\n * @param {Object} segmentInfo\n * a segment info object that describes the current segment\n * @param {Object} mappingObj\n * object containing a mapping from TS to media time\n * @param {Object} playlist\n * the playlist object containing the segment\n * @private\n */\n\n }, {\n key: 'updateTimeMapping_',\n value: function updateTimeMapping_(segmentInfo, mappingObj, playlist) {\n var segment = segmentInfo.segment;\n\n if (!mappingObj) {\n // If the sync controller does not have a mapping of TS to Media Time for the\n // timeline, then we don't have enough information to update the cue\n // start/end times\n return;\n }\n\n if (!segmentInfo.cues.length) {\n // If there are no cues, we also do not have enough information to figure out\n // segment timing. Mark that the segment contains no cues so we don't re-request\n // an empty segment.\n segment.empty = true;\n return;\n }\n\n var timestampmap = segmentInfo.timestampmap;\n var diff = timestampmap.MPEGTS / 90000 - timestampmap.LOCAL + mappingObj.mapping;\n segmentInfo.cues.forEach(function (cue) {\n // First convert cue time to TS time using the timestamp-map provided within the vtt\n cue.startTime += diff;\n cue.endTime += diff;\n });\n\n if (!playlist.syncInfo) {\n var firstStart = segmentInfo.cues[0].startTime;\n var lastStart = segmentInfo.cues[segmentInfo.cues.length - 1].startTime;\n playlist.syncInfo = {\n mediaSequence: playlist.mediaSequence + segmentInfo.mediaIndex,\n time: Math.min(firstStart, lastStart - segment.duration)\n };\n }\n }\n }]);\n return VTTSegmentLoader;\n}(SegmentLoader);\n/**\n * @file ad-cue-tags.js\n */\n\n/**\n * Searches for an ad cue that overlaps with the given mediaTime\n */\n\n\nvar findAdCue = function findAdCue(track, mediaTime) {\n var cues = track.cues;\n\n for (var i = 0; i < cues.length; i++) {\n var cue = cues[i];\n\n if (mediaTime >= cue.adStartTime && mediaTime <= cue.adEndTime) {\n return cue;\n }\n }\n\n return null;\n};\n\nvar updateAdCues = function updateAdCues(media, track) {\n var offset = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 0;\n\n if (!media.segments) {\n return;\n }\n\n var mediaTime = offset;\n var cue = void 0;\n\n for (var i = 0; i < media.segments.length; i++) {\n var segment = media.segments[i];\n\n if (!cue) {\n // Since the cues will span for at least the segment duration, adding a fudge\n // factor of half segment duration will prevent duplicate cues from being\n // created when timing info is not exact (e.g. cue start time initialized\n // at 10.006677, but next call mediaTime is 10.003332 )\n cue = findAdCue(track, mediaTime + segment.duration / 2);\n }\n\n if (cue) {\n if ('cueIn' in segment) {\n // Found a CUE-IN so end the cue\n cue.endTime = mediaTime;\n cue.adEndTime = mediaTime;\n mediaTime += segment.duration;\n cue = null;\n continue;\n }\n\n if (mediaTime < cue.endTime) {\n // Already processed this mediaTime for this cue\n mediaTime += segment.duration;\n continue;\n } // otherwise extend cue until a CUE-IN is found\n\n\n cue.endTime += segment.duration;\n } else {\n if ('cueOut' in segment) {\n cue = new window$1.VTTCue(mediaTime, mediaTime + segment.duration, segment.cueOut);\n cue.adStartTime = mediaTime; // Assumes tag format to be\n // #EXT-X-CUE-OUT:30\n\n cue.adEndTime = mediaTime + parseFloat(segment.cueOut);\n track.addCue(cue);\n }\n\n if ('cueOutCont' in segment) {\n // Entered into the middle of an ad cue\n var adOffset = void 0;\n var adTotal = void 0; // Assumes tag formate to be\n // #EXT-X-CUE-OUT-CONT:10/30\n\n var _segment$cueOutCont$s = segment.cueOutCont.split('/').map(parseFloat);\n\n var _segment$cueOutCont$s2 = slicedToArray(_segment$cueOutCont$s, 2);\n\n adOffset = _segment$cueOutCont$s2[0];\n adTotal = _segment$cueOutCont$s2[1];\n cue = new window$1.VTTCue(mediaTime, mediaTime + segment.duration, '');\n cue.adStartTime = mediaTime - adOffset;\n cue.adEndTime = cue.adStartTime + adTotal;\n track.addCue(cue);\n }\n }\n\n mediaTime += segment.duration;\n }\n};\n/**\n * @file sync-controller.js\n */\n\n\nvar tsprobe = tsInspector.inspect;\nvar syncPointStrategies = [// Stategy \"VOD\": Handle the VOD-case where the sync-point is *always*\n// the equivalence display-time 0 === segment-index 0\n{\n name: 'VOD',\n run: function run(syncController, playlist, duration$$1, currentTimeline, currentTime) {\n if (duration$$1 !== Infinity) {\n var syncPoint = {\n time: 0,\n segmentIndex: 0\n };\n return syncPoint;\n }\n\n return null;\n }\n}, // Stategy \"ProgramDateTime\": We have a program-date-time tag in this playlist\n{\n name: 'ProgramDateTime',\n run: function run(syncController, playlist, duration$$1, currentTimeline, currentTime) {\n if (!syncController.datetimeToDisplayTime) {\n return null;\n }\n\n var segments = playlist.segments || [];\n var syncPoint = null;\n var lastDistance = null;\n currentTime = currentTime || 0;\n\n for (var i = 0; i < segments.length; i++) {\n var segment = segments[i];\n\n if (segment.dateTimeObject) {\n var segmentTime = segment.dateTimeObject.getTime() / 1000;\n var segmentStart = segmentTime + syncController.datetimeToDisplayTime;\n var distance = Math.abs(currentTime - segmentStart); // Once the distance begins to increase, we have passed\n // currentTime and can stop looking for better candidates\n\n if (lastDistance !== null && lastDistance < distance) {\n break;\n }\n\n lastDistance = distance;\n syncPoint = {\n time: segmentStart,\n segmentIndex: i\n };\n }\n }\n\n return syncPoint;\n }\n}, // Stategy \"Segment\": We have a known time mapping for a timeline and a\n// segment in the current timeline with timing data\n{\n name: 'Segment',\n run: function run(syncController, playlist, duration$$1, currentTimeline, currentTime) {\n var segments = playlist.segments || [];\n var syncPoint = null;\n var lastDistance = null;\n currentTime = currentTime || 0;\n\n for (var i = 0; i < segments.length; i++) {\n var segment = segments[i];\n\n if (segment.timeline === currentTimeline && typeof segment.start !== 'undefined') {\n var distance = Math.abs(currentTime - segment.start); // Once the distance begins to increase, we have passed\n // currentTime and can stop looking for better candidates\n\n if (lastDistance !== null && lastDistance < distance) {\n break;\n }\n\n if (!syncPoint || lastDistance === null || lastDistance >= distance) {\n lastDistance = distance;\n syncPoint = {\n time: segment.start,\n segmentIndex: i\n };\n }\n }\n }\n\n return syncPoint;\n }\n}, // Stategy \"Discontinuity\": We have a discontinuity with a known\n// display-time\n{\n name: 'Discontinuity',\n run: function run(syncController, playlist, duration$$1, currentTimeline, currentTime) {\n var syncPoint = null;\n currentTime = currentTime || 0;\n\n if (playlist.discontinuityStarts && playlist.discontinuityStarts.length) {\n var lastDistance = null;\n\n for (var i = 0; i < playlist.discontinuityStarts.length; i++) {\n var segmentIndex = playlist.discontinuityStarts[i];\n var discontinuity = playlist.discontinuitySequence + i + 1;\n var discontinuitySync = syncController.discontinuities[discontinuity];\n\n if (discontinuitySync) {\n var distance = Math.abs(currentTime - discontinuitySync.time); // Once the distance begins to increase, we have passed\n // currentTime and can stop looking for better candidates\n\n if (lastDistance !== null && lastDistance < distance) {\n break;\n }\n\n if (!syncPoint || lastDistance === null || lastDistance >= distance) {\n lastDistance = distance;\n syncPoint = {\n time: discontinuitySync.time,\n segmentIndex: segmentIndex\n };\n }\n }\n }\n }\n\n return syncPoint;\n }\n}, // Stategy \"Playlist\": We have a playlist with a known mapping of\n// segment index to display time\n{\n name: 'Playlist',\n run: function run(syncController, playlist, duration$$1, currentTimeline, currentTime) {\n if (playlist.syncInfo) {\n var syncPoint = {\n time: playlist.syncInfo.time,\n segmentIndex: playlist.syncInfo.mediaSequence - playlist.mediaSequence\n };\n return syncPoint;\n }\n\n return null;\n }\n}];\n\nvar SyncController = function (_videojs$EventTarget) {\n inherits(SyncController, _videojs$EventTarget);\n\n function SyncController() {\n classCallCheck(this, SyncController); // Segment Loader state variables...\n // ...for synching across variants\n\n var _this = possibleConstructorReturn(this, (SyncController.__proto__ || Object.getPrototypeOf(SyncController)).call(this));\n\n _this.inspectCache_ = undefined; // ...for synching across variants\n\n _this.timelines = [];\n _this.discontinuities = [];\n _this.datetimeToDisplayTime = null;\n _this.logger_ = logger('SyncController');\n return _this;\n }\n /**\n * Find a sync-point for the playlist specified\n *\n * A sync-point is defined as a known mapping from display-time to\n * a segment-index in the current playlist.\n *\n * @param {Playlist} playlist\n * The playlist that needs a sync-point\n * @param {Number} duration\n * Duration of the MediaSource (Infinite if playing a live source)\n * @param {Number} currentTimeline\n * The last timeline from which a segment was loaded\n * @returns {Object}\n * A sync-point object\n */\n\n\n createClass(SyncController, [{\n key: 'getSyncPoint',\n value: function getSyncPoint(playlist, duration$$1, currentTimeline, currentTime) {\n var syncPoints = this.runStrategies_(playlist, duration$$1, currentTimeline, currentTime);\n\n if (!syncPoints.length) {\n // Signal that we need to attempt to get a sync-point manually\n // by fetching a segment in the playlist and constructing\n // a sync-point from that information\n return null;\n } // Now find the sync-point that is closest to the currentTime because\n // that should result in the most accurate guess about which segment\n // to fetch\n\n\n return this.selectSyncPoint_(syncPoints, {\n key: 'time',\n value: currentTime\n });\n }\n /**\n * Calculate the amount of time that has expired off the playlist during playback\n *\n * @param {Playlist} playlist\n * Playlist object to calculate expired from\n * @param {Number} duration\n * Duration of the MediaSource (Infinity if playling a live source)\n * @returns {Number|null}\n * The amount of time that has expired off the playlist during playback. Null\n * if no sync-points for the playlist can be found.\n */\n\n }, {\n key: 'getExpiredTime',\n value: function getExpiredTime(playlist, duration$$1) {\n if (!playlist || !playlist.segments) {\n return null;\n }\n\n var syncPoints = this.runStrategies_(playlist, duration$$1, playlist.discontinuitySequence, 0); // Without sync-points, there is not enough information to determine the expired time\n\n if (!syncPoints.length) {\n return null;\n }\n\n var syncPoint = this.selectSyncPoint_(syncPoints, {\n key: 'segmentIndex',\n value: 0\n }); // If the sync-point is beyond the start of the playlist, we want to subtract the\n // duration from index 0 to syncPoint.segmentIndex instead of adding.\n\n if (syncPoint.segmentIndex > 0) {\n syncPoint.time *= -1;\n }\n\n return Math.abs(syncPoint.time + sumDurations(playlist, syncPoint.segmentIndex, 0));\n }\n /**\n * Runs each sync-point strategy and returns a list of sync-points returned by the\n * strategies\n *\n * @private\n * @param {Playlist} playlist\n * The playlist that needs a sync-point\n * @param {Number} duration\n * Duration of the MediaSource (Infinity if playing a live source)\n * @param {Number} currentTimeline\n * The last timeline from which a segment was loaded\n * @returns {Array}\n * A list of sync-point objects\n */\n\n }, {\n key: 'runStrategies_',\n value: function runStrategies_(playlist, duration$$1, currentTimeline, currentTime) {\n var syncPoints = []; // Try to find a sync-point in by utilizing various strategies...\n\n for (var i = 0; i < syncPointStrategies.length; i++) {\n var strategy = syncPointStrategies[i];\n var syncPoint = strategy.run(this, playlist, duration$$1, currentTimeline, currentTime);\n\n if (syncPoint) {\n syncPoint.strategy = strategy.name;\n syncPoints.push({\n strategy: strategy.name,\n syncPoint: syncPoint\n });\n }\n }\n\n return syncPoints;\n }\n /**\n * Selects the sync-point nearest the specified target\n *\n * @private\n * @param {Array} syncPoints\n * List of sync-points to select from\n * @param {Object} target\n * Object specifying the property and value we are targeting\n * @param {String} target.key\n * Specifies the property to target. Must be either 'time' or 'segmentIndex'\n * @param {Number} target.value\n * The value to target for the specified key.\n * @returns {Object}\n * The sync-point nearest the target\n */\n\n }, {\n key: 'selectSyncPoint_',\n value: function selectSyncPoint_(syncPoints, target) {\n var bestSyncPoint = syncPoints[0].syncPoint;\n var bestDistance = Math.abs(syncPoints[0].syncPoint[target.key] - target.value);\n var bestStrategy = syncPoints[0].strategy;\n\n for (var i = 1; i < syncPoints.length; i++) {\n var newDistance = Math.abs(syncPoints[i].syncPoint[target.key] - target.value);\n\n if (newDistance < bestDistance) {\n bestDistance = newDistance;\n bestSyncPoint = syncPoints[i].syncPoint;\n bestStrategy = syncPoints[i].strategy;\n }\n }\n\n this.logger_('syncPoint for [' + target.key + ': ' + target.value + '] chosen with strategy' + (' [' + bestStrategy + ']: [time:' + bestSyncPoint.time + ',') + (' segmentIndex:' + bestSyncPoint.segmentIndex + ']'));\n return bestSyncPoint;\n }\n /**\n * Save any meta-data present on the segments when segments leave\n * the live window to the playlist to allow for synchronization at the\n * playlist level later.\n *\n * @param {Playlist} oldPlaylist - The previous active playlist\n * @param {Playlist} newPlaylist - The updated and most current playlist\n */\n\n }, {\n key: 'saveExpiredSegmentInfo',\n value: function saveExpiredSegmentInfo(oldPlaylist, newPlaylist) {\n var mediaSequenceDiff = newPlaylist.mediaSequence - oldPlaylist.mediaSequence; // When a segment expires from the playlist and it has a start time\n // save that information as a possible sync-point reference in future\n\n for (var i = mediaSequenceDiff - 1; i >= 0; i--) {\n var lastRemovedSegment = oldPlaylist.segments[i];\n\n if (lastRemovedSegment && typeof lastRemovedSegment.start !== 'undefined') {\n newPlaylist.syncInfo = {\n mediaSequence: oldPlaylist.mediaSequence + i,\n time: lastRemovedSegment.start\n };\n this.logger_('playlist refresh sync: [time:' + newPlaylist.syncInfo.time + ',' + (' mediaSequence: ' + newPlaylist.syncInfo.mediaSequence + ']'));\n this.trigger('syncinfoupdate');\n break;\n }\n }\n }\n /**\n * Save the mapping from playlist's ProgramDateTime to display. This should\n * only ever happen once at the start of playback.\n *\n * @param {Playlist} playlist - The currently active playlist\n */\n\n }, {\n key: 'setDateTimeMapping',\n value: function setDateTimeMapping(playlist) {\n if (!this.datetimeToDisplayTime && playlist.segments && playlist.segments.length && playlist.segments[0].dateTimeObject) {\n var playlistTimestamp = playlist.segments[0].dateTimeObject.getTime() / 1000;\n this.datetimeToDisplayTime = -playlistTimestamp;\n }\n }\n /**\n * Reset the state of the inspection cache when we do a rendition\n * switch\n */\n\n }, {\n key: 'reset',\n value: function reset() {\n this.inspectCache_ = undefined;\n }\n /**\n * Probe or inspect a fmp4 or an mpeg2-ts segment to determine the start\n * and end of the segment in it's internal \"media time\". Used to generate\n * mappings from that internal \"media time\" to the display time that is\n * shown on the player.\n *\n * @param {SegmentInfo} segmentInfo - The current active request information\n */\n\n }, {\n key: 'probeSegmentInfo',\n value: function probeSegmentInfo(segmentInfo) {\n var segment = segmentInfo.segment;\n var playlist = segmentInfo.playlist;\n var timingInfo = void 0;\n\n if (segment.map) {\n timingInfo = this.probeMp4Segment_(segmentInfo);\n } else {\n timingInfo = this.probeTsSegment_(segmentInfo);\n }\n\n if (timingInfo) {\n if (this.calculateSegmentTimeMapping_(segmentInfo, timingInfo)) {\n this.saveDiscontinuitySyncInfo_(segmentInfo); // If the playlist does not have sync information yet, record that information\n // now with segment timing information\n\n if (!playlist.syncInfo) {\n playlist.syncInfo = {\n mediaSequence: playlist.mediaSequence + segmentInfo.mediaIndex,\n time: segment.start\n };\n }\n }\n }\n\n return timingInfo;\n }\n /**\n * Probe an fmp4 or an mpeg2-ts segment to determine the start of the segment\n * in it's internal \"media time\".\n *\n * @private\n * @param {SegmentInfo} segmentInfo - The current active request information\n * @return {object} The start and end time of the current segment in \"media time\"\n */\n\n }, {\n key: 'probeMp4Segment_',\n value: function probeMp4Segment_(segmentInfo) {\n var segment = segmentInfo.segment;\n var timescales = mp4probe.timescale(segment.map.bytes);\n var startTime = mp4probe.startTime(timescales, segmentInfo.bytes);\n\n if (segmentInfo.timestampOffset !== null) {\n segmentInfo.timestampOffset -= startTime;\n }\n\n return {\n start: startTime,\n end: startTime + segment.duration\n };\n }\n /**\n * Probe an mpeg2-ts segment to determine the start and end of the segment\n * in it's internal \"media time\".\n *\n * @private\n * @param {SegmentInfo} segmentInfo - The current active request information\n * @return {object} The start and end time of the current segment in \"media time\"\n */\n\n }, {\n key: 'probeTsSegment_',\n value: function probeTsSegment_(segmentInfo) {\n var timeInfo = tsprobe(segmentInfo.bytes, this.inspectCache_);\n var segmentStartTime = void 0;\n var segmentEndTime = void 0;\n\n if (!timeInfo) {\n return null;\n }\n\n if (timeInfo.video && timeInfo.video.length === 2) {\n this.inspectCache_ = timeInfo.video[1].dts;\n segmentStartTime = timeInfo.video[0].dtsTime;\n segmentEndTime = timeInfo.video[1].dtsTime;\n } else if (timeInfo.audio && timeInfo.audio.length === 2) {\n this.inspectCache_ = timeInfo.audio[1].dts;\n segmentStartTime = timeInfo.audio[0].dtsTime;\n segmentEndTime = timeInfo.audio[1].dtsTime;\n }\n\n return {\n start: segmentStartTime,\n end: segmentEndTime,\n containsVideo: timeInfo.video && timeInfo.video.length === 2,\n containsAudio: timeInfo.audio && timeInfo.audio.length === 2\n };\n }\n }, {\n key: 'timestampOffsetForTimeline',\n value: function timestampOffsetForTimeline(timeline) {\n if (typeof this.timelines[timeline] === 'undefined') {\n return null;\n }\n\n return this.timelines[timeline].time;\n }\n }, {\n key: 'mappingForTimeline',\n value: function mappingForTimeline(timeline) {\n if (typeof this.timelines[timeline] === 'undefined') {\n return null;\n }\n\n return this.timelines[timeline].mapping;\n }\n /**\n * Use the \"media time\" for a segment to generate a mapping to \"display time\" and\n * save that display time to the segment.\n *\n * @private\n * @param {SegmentInfo} segmentInfo\n * The current active request information\n * @param {object} timingInfo\n * The start and end time of the current segment in \"media time\"\n * @returns {Boolean}\n * Returns false if segment time mapping could not be calculated\n */\n\n }, {\n key: 'calculateSegmentTimeMapping_',\n value: function calculateSegmentTimeMapping_(segmentInfo, timingInfo) {\n var segment = segmentInfo.segment;\n var mappingObj = this.timelines[segmentInfo.timeline];\n\n if (segmentInfo.timestampOffset !== null) {\n mappingObj = {\n time: segmentInfo.startOfSegment,\n mapping: segmentInfo.startOfSegment - timingInfo.start\n };\n this.timelines[segmentInfo.timeline] = mappingObj;\n this.trigger('timestampoffset');\n this.logger_('time mapping for timeline ' + segmentInfo.timeline + ': ' + ('[time: ' + mappingObj.time + '] [mapping: ' + mappingObj.mapping + ']'));\n segment.start = segmentInfo.startOfSegment;\n segment.end = timingInfo.end + mappingObj.mapping;\n } else if (mappingObj) {\n segment.start = timingInfo.start + mappingObj.mapping;\n segment.end = timingInfo.end + mappingObj.mapping;\n } else {\n return false;\n }\n\n return true;\n }\n /**\n * Each time we have discontinuity in the playlist, attempt to calculate the location\n * in display of the start of the discontinuity and save that. We also save an accuracy\n * value so that we save values with the most accuracy (closest to 0.)\n *\n * @private\n * @param {SegmentInfo} segmentInfo - The current active request information\n */\n\n }, {\n key: 'saveDiscontinuitySyncInfo_',\n value: function saveDiscontinuitySyncInfo_(segmentInfo) {\n var playlist = segmentInfo.playlist;\n var segment = segmentInfo.segment; // If the current segment is a discontinuity then we know exactly where\n // the start of the range and it's accuracy is 0 (greater accuracy values\n // mean more approximation)\n\n if (segment.discontinuity) {\n this.discontinuities[segment.timeline] = {\n time: segment.start,\n accuracy: 0\n };\n } else if (playlist.discontinuityStarts && playlist.discontinuityStarts.length) {\n // Search for future discontinuities that we can provide better timing\n // information for and save that information for sync purposes\n for (var i = 0; i < playlist.discontinuityStarts.length; i++) {\n var segmentIndex = playlist.discontinuityStarts[i];\n var discontinuity = playlist.discontinuitySequence + i + 1;\n var mediaIndexDiff = segmentIndex - segmentInfo.mediaIndex;\n var accuracy = Math.abs(mediaIndexDiff);\n\n if (!this.discontinuities[discontinuity] || this.discontinuities[discontinuity].accuracy > accuracy) {\n var time = void 0;\n\n if (mediaIndexDiff < 0) {\n time = segment.start - sumDurations(playlist, segmentInfo.mediaIndex, segmentIndex);\n } else {\n time = segment.end + sumDurations(playlist, segmentInfo.mediaIndex + 1, segmentIndex);\n }\n\n this.discontinuities[discontinuity] = {\n time: time,\n accuracy: accuracy\n };\n }\n }\n }\n }\n }]);\n return SyncController;\n}(videojs$1.EventTarget);\n\nvar Decrypter$1 = new shimWorker(\"./decrypter-worker.worker.js\", function (window, document$$1) {\n var self = this;\n\n var decrypterWorker = function () {\n /*\n * pkcs7.pad\n * https://github.com/brightcove/pkcs7\n *\n * Copyright (c) 2014 Brightcove\n * Licensed under the apache2 license.\n */\n\n /**\n * Returns the subarray of a Uint8Array without PKCS#7 padding.\n * @param padded {Uint8Array} unencrypted bytes that have been padded\n * @return {Uint8Array} the unpadded bytes\n * @see http://tools.ietf.org/html/rfc5652\n */\n function unpad(padded) {\n return padded.subarray(0, padded.byteLength - padded[padded.byteLength - 1]);\n }\n\n var classCallCheck = function classCallCheck(instance, Constructor) {\n if (!(instance instanceof Constructor)) {\n throw new TypeError(\"Cannot call a class as a function\");\n }\n };\n\n var createClass = function () {\n function defineProperties(target, props) {\n for (var i = 0; i < props.length; i++) {\n var descriptor = props[i];\n descriptor.enumerable = descriptor.enumerable || false;\n descriptor.configurable = true;\n if (\"value\" in descriptor) descriptor.writable = true;\n Object.defineProperty(target, descriptor.key, descriptor);\n }\n }\n\n return function (Constructor, protoProps, staticProps) {\n if (protoProps) defineProperties(Constructor.prototype, protoProps);\n if (staticProps) defineProperties(Constructor, staticProps);\n return Constructor;\n };\n }();\n\n var inherits = function inherits(subClass, superClass) {\n if (typeof superClass !== \"function\" && superClass !== null) {\n throw new TypeError(\"Super expression must either be null or a function, not \" + typeof superClass);\n }\n\n subClass.prototype = Object.create(superClass && superClass.prototype, {\n constructor: {\n value: subClass,\n enumerable: false,\n writable: true,\n configurable: true\n }\n });\n if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass;\n };\n\n var possibleConstructorReturn = function possibleConstructorReturn(self, call) {\n if (!self) {\n throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\");\n }\n\n return call && (typeof call === \"object\" || typeof call === \"function\") ? call : self;\n };\n /**\n * @file aes.js\n *\n * This file contains an adaptation of the AES decryption algorithm\n * from the Standford Javascript Cryptography Library. That work is\n * covered by the following copyright and permissions notice:\n *\n * Copyright 2009-2010 Emily Stark, Mike Hamburg, Dan Boneh.\n * All rights reserved.\n *\n * Redistribution and use in source and binary forms, with or without\n * modification, are permitted provided that the following conditions are\n * met:\n *\n * 1. Redistributions of source code must retain the above copyright\n * notice, this list of conditions and the following disclaimer.\n *\n * 2. Redistributions in binary form must reproduce the above\n * copyright notice, this list of conditions and the following\n * disclaimer in the documentation and/or other materials provided\n * with the distribution.\n *\n * THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR\n * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\n * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n * DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> OR CONTRIBUTORS BE\n * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR\n * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF\n * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR\n * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,\n * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE\n * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN\n * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n *\n * The views and conclusions contained in the software and documentation\n * are those of the authors and should not be interpreted as representing\n * official policies, either expressed or implied, of the authors.\n */\n\n /**\n * Expand the S-box tables.\n *\n * @private\n */\n\n\n var precompute = function precompute() {\n var tables = [[[], [], [], [], []], [[], [], [], [], []]];\n var encTable = tables[0];\n var decTable = tables[1];\n var sbox = encTable[4];\n var sboxInv = decTable[4];\n var i = void 0;\n var x = void 0;\n var xInv = void 0;\n var d = [];\n var th = [];\n var x2 = void 0;\n var x4 = void 0;\n var x8 = void 0;\n var s = void 0;\n var tEnc = void 0;\n var tDec = void 0; // Compute double and third tables\n\n for (i = 0; i < 256; i++) {\n th[(d[i] = i << 1 ^ (i >> 7) * 283) ^ i] = i;\n }\n\n for (x = xInv = 0; !sbox[x]; x ^= x2 || 1, xInv = th[xInv] || 1) {\n // Compute sbox\n s = xInv ^ xInv << 1 ^ xInv << 2 ^ xInv << 3 ^ xInv << 4;\n s = s >> 8 ^ s & 255 ^ 99;\n sbox[x] = s;\n sboxInv[s] = x; // Compute MixColumns\n\n x8 = d[x4 = d[x2 = d[x]]];\n tDec = x8 * 0x1010101 ^ x4 * 0x10001 ^ x2 * 0x101 ^ x * 0x1010100;\n tEnc = d[s] * 0x101 ^ s * 0x1010100;\n\n for (i = 0; i < 4; i++) {\n encTable[i][x] = tEnc = tEnc << 24 ^ tEnc >>> 8;\n decTable[i][s] = tDec = tDec << 24 ^ tDec >>> 8;\n }\n } // Compactify. Considerable speedup on Firefox.\n\n\n for (i = 0; i < 5; i++) {\n encTable[i] = encTable[i].slice(0);\n decTable[i] = decTable[i].slice(0);\n }\n\n return tables;\n };\n\n var aesTables = null;\n /**\n * Schedule out an AES key for both encryption and decryption. This\n * is a low-level class. Use a cipher mode to do bulk encryption.\n *\n * @class AES\n * @param key {Array} The key as an array of 4, 6 or 8 words.\n */\n\n var AES = function () {\n function AES(key) {\n classCallCheck(this, AES);\n /**\n * The expanded S-box and inverse S-box tables. These will be computed\n * on the client so that we don't have to send them down the wire.\n *\n * There are two tables, _tables[0] is for encryption and\n * _tables[1] is for decryption.\n *\n * The first 4 sub-tables are the expanded S-box with MixColumns. The\n * last (_tables[01][4]) is the S-box itself.\n *\n * @private\n */\n // if we have yet to precompute the S-box tables\n // do so now\n\n if (!aesTables) {\n aesTables = precompute();\n } // then make a copy of that object for use\n\n\n this._tables = [[aesTables[0][0].slice(), aesTables[0][1].slice(), aesTables[0][2].slice(), aesTables[0][3].slice(), aesTables[0][4].slice()], [aesTables[1][0].slice(), aesTables[1][1].slice(), aesTables[1][2].slice(), aesTables[1][3].slice(), aesTables[1][4].slice()]];\n var i = void 0;\n var j = void 0;\n var tmp = void 0;\n var encKey = void 0;\n var decKey = void 0;\n var sbox = this._tables[0][4];\n var decTable = this._tables[1];\n var keyLen = key.length;\n var rcon = 1;\n\n if (keyLen !== 4 && keyLen !== 6 && keyLen !== 8) {\n throw new Error('Invalid aes key size');\n }\n\n encKey = key.slice(0);\n decKey = [];\n this._key = [encKey, decKey]; // schedule encryption keys\n\n for (i = keyLen; i < 4 * keyLen + 28; i++) {\n tmp = encKey[i - 1]; // apply sbox\n\n if (i % keyLen === 0 || keyLen === 8 && i % keyLen === 4) {\n tmp = sbox[tmp >>> 24] << 24 ^ sbox[tmp >> 16 & 255] << 16 ^ sbox[tmp >> 8 & 255] << 8 ^ sbox[tmp & 255]; // shift rows and add rcon\n\n if (i % keyLen === 0) {\n tmp = tmp << 8 ^ tmp >>> 24 ^ rcon << 24;\n rcon = rcon << 1 ^ (rcon >> 7) * 283;\n }\n }\n\n encKey[i] = encKey[i - keyLen] ^ tmp;\n } // schedule decryption keys\n\n\n for (j = 0; i; j++, i--) {\n tmp = encKey[j & 3 ? i : i - 4];\n\n if (i <= 4 || j < 4) {\n decKey[j] = tmp;\n } else {\n decKey[j] = decTable[0][sbox[tmp >>> 24]] ^ decTable[1][sbox[tmp >> 16 & 255]] ^ decTable[2][sbox[tmp >> 8 & 255]] ^ decTable[3][sbox[tmp & 255]];\n }\n }\n }\n /**\n * Decrypt 16 bytes, specified as four 32-bit words.\n *\n * @param {Number} encrypted0 the first word to decrypt\n * @param {Number} encrypted1 the second word to decrypt\n * @param {Number} encrypted2 the third word to decrypt\n * @param {Number} encrypted3 the fourth word to decrypt\n * @param {Int32Array} out the array to write the decrypted words\n * into\n * @param {Number} offset the offset into the output array to start\n * writing results\n * @return {Array} The plaintext.\n */\n\n\n AES.prototype.decrypt = function decrypt$$1(encrypted0, encrypted1, encrypted2, encrypted3, out, offset) {\n var key = this._key[1]; // state variables a,b,c,d are loaded with pre-whitened data\n\n var a = encrypted0 ^ key[0];\n var b = encrypted3 ^ key[1];\n var c = encrypted2 ^ key[2];\n var d = encrypted1 ^ key[3];\n var a2 = void 0;\n var b2 = void 0;\n var c2 = void 0; // key.length === 2 ?\n\n var nInnerRounds = key.length / 4 - 2;\n var i = void 0;\n var kIndex = 4;\n var table = this._tables[1]; // load up the tables\n\n var table0 = table[0];\n var table1 = table[1];\n var table2 = table[2];\n var table3 = table[3];\n var sbox = table[4]; // Inner rounds. Cribbed from OpenSSL.\n\n for (i = 0; i < nInnerRounds; i++) {\n a2 = table0[a >>> 24] ^ table1[b >> 16 & 255] ^ table2[c >> 8 & 255] ^ table3[d & 255] ^ key[kIndex];\n b2 = table0[b >>> 24] ^ table1[c >> 16 & 255] ^ table2[d >> 8 & 255] ^ table3[a & 255] ^ key[kIndex + 1];\n c2 = table0[c >>> 24] ^ table1[d >> 16 & 255] ^ table2[a >> 8 & 255] ^ table3[b & 255] ^ key[kIndex + 2];\n d = table0[d >>> 24] ^ table1[a >> 16 & 255] ^ table2[b >> 8 & 255] ^ table3[c & 255] ^ key[kIndex + 3];\n kIndex += 4;\n a = a2;\n b = b2;\n c = c2;\n } // Last round.\n\n\n for (i = 0; i < 4; i++) {\n out[(3 & -i) + offset] = sbox[a >>> 24] << 24 ^ sbox[b >> 16 & 255] << 16 ^ sbox[c >> 8 & 255] << 8 ^ sbox[d & 255] ^ key[kIndex++];\n a2 = a;\n a = b;\n b = c;\n c = d;\n d = a2;\n }\n };\n\n return AES;\n }();\n /**\n * @file stream.js\n */\n\n /**\n * A lightweight readable stream implemention that handles event dispatching.\n *\n * @class Stream\n */\n\n\n var Stream = function () {\n function Stream() {\n classCallCheck(this, Stream);\n this.listeners = {};\n }\n /**\n * Add a listener for a specified event type.\n *\n * @param {String} type the event name\n * @param {Function} listener the callback to be invoked when an event of\n * the specified type occurs\n */\n\n\n Stream.prototype.on = function on(type, listener) {\n if (!this.listeners[type]) {\n this.listeners[type] = [];\n }\n\n this.listeners[type].push(listener);\n };\n /**\n * Remove a listener for a specified event type.\n *\n * @param {String} type the event name\n * @param {Function} listener a function previously registered for this\n * type of event through `on`\n * @return {Boolean} if we could turn it off or not\n */\n\n\n Stream.prototype.off = function off(type, listener) {\n if (!this.listeners[type]) {\n return false;\n }\n\n var index = this.listeners[type].indexOf(listener);\n this.listeners[type].splice(index, 1);\n return index > -1;\n };\n /**\n * Trigger an event of the specified type on this stream. Any additional\n * arguments to this function are passed as parameters to event listeners.\n *\n * @param {String} type the event name\n */\n\n\n Stream.prototype.trigger = function trigger(type) {\n var callbacks = this.listeners[type];\n\n if (!callbacks) {\n return;\n } // Slicing the arguments on every invocation of this method\n // can add a significant amount of overhead. Avoid the\n // intermediate object creation for the common case of a\n // single callback argument\n\n\n if (arguments.length === 2) {\n var length = callbacks.length;\n\n for (var i = 0; i < length; ++i) {\n callbacks[i].call(this, arguments[1]);\n }\n } else {\n var args = Array.prototype.slice.call(arguments, 1);\n var _length = callbacks.length;\n\n for (var _i = 0; _i < _length; ++_i) {\n callbacks[_i].apply(this, args);\n }\n }\n };\n /**\n * Destroys the stream and cleans up.\n */\n\n\n Stream.prototype.dispose = function dispose() {\n this.listeners = {};\n };\n /**\n * Forwards all `data` events on this stream to the destination stream. The\n * destination stream should provide a method `push` to receive the data\n * events as they arrive.\n *\n * @param {Stream} destination the stream that will receive all `data` events\n * @see http://nodejs.org/api/stream.html#stream_readable_pipe_destination_options\n */\n\n\n Stream.prototype.pipe = function pipe(destination) {\n this.on('data', function (data) {\n destination.push(data);\n });\n };\n\n return Stream;\n }();\n /**\n * @file async-stream.js\n */\n\n /**\n * A wrapper around the Stream class to use setTiemout\n * and run stream \"jobs\" Asynchronously\n *\n * @class AsyncStream\n * @extends Stream\n */\n\n\n var AsyncStream$$1 = function (_Stream) {\n inherits(AsyncStream$$1, _Stream);\n\n function AsyncStream$$1() {\n classCallCheck(this, AsyncStream$$1);\n\n var _this = possibleConstructorReturn(this, _Stream.call(this, Stream));\n\n _this.jobs = [];\n _this.delay = 1;\n _this.timeout_ = null;\n return _this;\n }\n /**\n * process an async job\n *\n * @private\n */\n\n\n AsyncStream$$1.prototype.processJob_ = function processJob_() {\n this.jobs.shift()();\n\n if (this.jobs.length) {\n this.timeout_ = setTimeout(this.processJob_.bind(this), this.delay);\n } else {\n this.timeout_ = null;\n }\n };\n /**\n * push a job into the stream\n *\n * @param {Function} job the job to push into the stream\n */\n\n\n AsyncStream$$1.prototype.push = function push(job) {\n this.jobs.push(job);\n\n if (!this.timeout_) {\n this.timeout_ = setTimeout(this.processJob_.bind(this), this.delay);\n }\n };\n\n return AsyncStream$$1;\n }(Stream);\n /**\n * @file decrypter.js\n *\n * An asynchronous implementation of AES-128 CBC decryption with\n * PKCS#7 padding.\n */\n\n /**\n * Convert network-order (big-endian) bytes into their little-endian\n * representation.\n */\n\n\n var ntoh = function ntoh(word) {\n return word << 24 | (word & 0xff00) << 8 | (word & 0xff0000) >> 8 | word >>> 24;\n };\n /**\n * Decrypt bytes using AES-128 with CBC and PKCS#7 padding.\n *\n * @param {Uint8Array} encrypted the encrypted bytes\n * @param {Uint32Array} key the bytes of the decryption key\n * @param {Uint32Array} initVector the initialization vector (IV) to\n * use for the first round of CBC.\n * @return {Uint8Array} the decrypted bytes\n *\n * @see http://en.wikipedia.org/wiki/Advanced_Encryption_Standard\n * @see http://en.wikipedia.org/wiki/Block_cipher_mode_of_operation#Cipher_Block_Chaining_.28CBC.29\n * @see https://tools.ietf.org/html/rfc2315\n */\n\n\n var decrypt$$1 = function decrypt$$1(encrypted, key, initVector) {\n // word-level access to the encrypted bytes\n var encrypted32 = new Int32Array(encrypted.buffer, encrypted.byteOffset, encrypted.byteLength >> 2);\n var decipher = new AES(Array.prototype.slice.call(key)); // byte and word-level access for the decrypted output\n\n var decrypted = new Uint8Array(encrypted.byteLength);\n var decrypted32 = new Int32Array(decrypted.buffer); // temporary variables for working with the IV, encrypted, and\n // decrypted data\n\n var init0 = void 0;\n var init1 = void 0;\n var init2 = void 0;\n var init3 = void 0;\n var encrypted0 = void 0;\n var encrypted1 = void 0;\n var encrypted2 = void 0;\n var encrypted3 = void 0; // iteration variable\n\n var wordIx = void 0; // pull out the words of the IV to ensure we don't modify the\n // passed-in reference and easier access\n\n init0 = initVector[0];\n init1 = initVector[1];\n init2 = initVector[2];\n init3 = initVector[3]; // decrypt four word sequences, applying cipher-block chaining (CBC)\n // to each decrypted block\n\n for (wordIx = 0; wordIx < encrypted32.length; wordIx += 4) {\n // convert big-endian (network order) words into little-endian\n // (javascript order)\n encrypted0 = ntoh(encrypted32[wordIx]);\n encrypted1 = ntoh(encrypted32[wordIx + 1]);\n encrypted2 = ntoh(encrypted32[wordIx + 2]);\n encrypted3 = ntoh(encrypted32[wordIx + 3]); // decrypt the block\n\n decipher.decrypt(encrypted0, encrypted1, encrypted2, encrypted3, decrypted32, wordIx); // XOR with the IV, and restore network byte-order to obtain the\n // plaintext\n\n decrypted32[wordIx] = ntoh(decrypted32[wordIx] ^ init0);\n decrypted32[wordIx + 1] = ntoh(decrypted32[wordIx + 1] ^ init1);\n decrypted32[wordIx + 2] = ntoh(decrypted32[wordIx + 2] ^ init2);\n decrypted32[wordIx + 3] = ntoh(decrypted32[wordIx + 3] ^ init3); // setup the IV for the next round\n\n init0 = encrypted0;\n init1 = encrypted1;\n init2 = encrypted2;\n init3 = encrypted3;\n }\n\n return decrypted;\n };\n /**\n * The `Decrypter` class that manages decryption of AES\n * data through `AsyncStream` objects and the `decrypt`\n * function\n *\n * @param {Uint8Array} encrypted the encrypted bytes\n * @param {Uint32Array} key the bytes of the decryption key\n * @param {Uint32Array} initVector the initialization vector (IV) to\n * @param {Function} done the function to run when done\n * @class Decrypter\n */\n\n\n var Decrypter$$1 = function () {\n function Decrypter$$1(encrypted, key, initVector, done) {\n classCallCheck(this, Decrypter$$1);\n var step = Decrypter$$1.STEP;\n var encrypted32 = new Int32Array(encrypted.buffer);\n var decrypted = new Uint8Array(encrypted.byteLength);\n var i = 0;\n this.asyncStream_ = new AsyncStream$$1(); // split up the encryption job and do the individual chunks asynchronously\n\n this.asyncStream_.push(this.decryptChunk_(encrypted32.subarray(i, i + step), key, initVector, decrypted));\n\n for (i = step; i < encrypted32.length; i += step) {\n initVector = new Uint32Array([ntoh(encrypted32[i - 4]), ntoh(encrypted32[i - 3]), ntoh(encrypted32[i - 2]), ntoh(encrypted32[i - 1])]);\n this.asyncStream_.push(this.decryptChunk_(encrypted32.subarray(i, i + step), key, initVector, decrypted));\n } // invoke the done() callback when everything is finished\n\n\n this.asyncStream_.push(function () {\n // remove pkcs#7 padding from the decrypted bytes\n done(null, unpad(decrypted));\n });\n }\n /**\n * a getter for step the maximum number of bytes to process at one time\n *\n * @return {Number} the value of step 32000\n */\n\n /**\n * @private\n */\n\n\n Decrypter$$1.prototype.decryptChunk_ = function decryptChunk_(encrypted, key, initVector, decrypted) {\n return function () {\n var bytes = decrypt$$1(encrypted, key, initVector);\n decrypted.set(bytes, encrypted.byteOffset);\n };\n };\n\n createClass(Decrypter$$1, null, [{\n key: 'STEP',\n get: function get$$1() {\n // 4 * 8000;\n return 32000;\n }\n }]);\n return Decrypter$$1;\n }();\n /**\n * @file bin-utils.js\n */\n\n /**\n * Creates an object for sending to a web worker modifying properties that are TypedArrays\n * into a new object with seperated properties for the buffer, byteOffset, and byteLength.\n *\n * @param {Object} message\n * Object of properties and values to send to the web worker\n * @return {Object}\n * Modified message with TypedArray values expanded\n * @function createTransferableMessage\n */\n\n\n var createTransferableMessage = function createTransferableMessage(message) {\n var transferable = {};\n Object.keys(message).forEach(function (key) {\n var value = message[key];\n\n if (ArrayBuffer.isView(value)) {\n transferable[key] = {\n bytes: value.buffer,\n byteOffset: value.byteOffset,\n byteLength: value.byteLength\n };\n } else {\n transferable[key] = value;\n }\n });\n return transferable;\n };\n /**\n * Our web worker interface so that things can talk to aes-decrypter\n * that will be running in a web worker. the scope is passed to this by\n * webworkify.\n *\n * @param {Object} self\n * the scope for the web worker\n */\n\n\n var DecrypterWorker = function DecrypterWorker(self) {\n self.onmessage = function (event) {\n var data = event.data;\n var encrypted = new Uint8Array(data.encrypted.bytes, data.encrypted.byteOffset, data.encrypted.byteLength);\n var key = new Uint32Array(data.key.bytes, data.key.byteOffset, data.key.byteLength / 4);\n var iv = new Uint32Array(data.iv.bytes, data.iv.byteOffset, data.iv.byteLength / 4);\n /* eslint-disable no-new, handle-callback-err */\n\n new Decrypter$$1(encrypted, key, iv, function (err, bytes) {\n self.postMessage(createTransferableMessage({\n source: data.source,\n decrypted: bytes\n }), [bytes.buffer]);\n });\n /* eslint-enable */\n };\n };\n\n var decrypterWorker = new DecrypterWorker(self);\n return decrypterWorker;\n }();\n});\n/**\n * Convert the properties of an HLS track into an audioTrackKind.\n *\n * @private\n */\n\nvar audioTrackKind_ = function audioTrackKind_(properties) {\n var kind = properties.default ? 'main' : 'alternative';\n\n if (properties.characteristics && properties.characteristics.indexOf('public.accessibility.describes-video') >= 0) {\n kind = 'main-desc';\n }\n\n return kind;\n};\n/**\n * Pause provided segment loader and playlist loader if active\n *\n * @param {SegmentLoader} segmentLoader\n * SegmentLoader to pause\n * @param {Object} mediaType\n * Active media type\n * @function stopLoaders\n */\n\n\nvar stopLoaders = function stopLoaders(segmentLoader, mediaType) {\n segmentLoader.abort();\n segmentLoader.pause();\n\n if (mediaType && mediaType.activePlaylistLoader) {\n mediaType.activePlaylistLoader.pause();\n mediaType.activePlaylistLoader = null;\n }\n};\n/**\n * Start loading provided segment loader and playlist loader\n *\n * @param {PlaylistLoader} playlistLoader\n * PlaylistLoader to start loading\n * @param {Object} mediaType\n * Active media type\n * @function startLoaders\n */\n\n\nvar startLoaders = function startLoaders(playlistLoader, mediaType) {\n // Segment loader will be started after `loadedmetadata` or `loadedplaylist` from the\n // playlist loader\n mediaType.activePlaylistLoader = playlistLoader;\n playlistLoader.load();\n};\n/**\n * Returns a function to be called when the media group changes. It performs a\n * non-destructive (preserve the buffer) resync of the SegmentLoader. This is because a\n * change of group is merely a rendition switch of the same content at another encoding,\n * rather than a change of content, such as switching audio from English to Spanish.\n *\n * @param {String} type\n * MediaGroup type\n * @param {Object} settings\n * Object containing required information for media groups\n * @return {Function}\n * Handler for a non-destructive resync of SegmentLoader when the active media\n * group changes.\n * @function onGroupChanged\n */\n\n\nvar onGroupChanged = function onGroupChanged(type, settings) {\n return function () {\n var _settings$segmentLoad = settings.segmentLoaders,\n segmentLoader = _settings$segmentLoad[type],\n mainSegmentLoader = _settings$segmentLoad.main,\n mediaType = settings.mediaTypes[type];\n var activeTrack = mediaType.activeTrack();\n var activeGroup = mediaType.activeGroup(activeTrack);\n var previousActiveLoader = mediaType.activePlaylistLoader;\n stopLoaders(segmentLoader, mediaType);\n\n if (!activeGroup) {\n // there is no group active\n return;\n }\n\n if (!activeGroup.playlistLoader) {\n if (previousActiveLoader) {\n // The previous group had a playlist loader but the new active group does not\n // this means we are switching from demuxed to muxed audio. In this case we want to\n // do a destructive reset of the main segment loader and not restart the audio\n // loaders.\n mainSegmentLoader.resetEverything();\n }\n\n return;\n } // Non-destructive resync\n\n\n segmentLoader.resyncLoader();\n startLoaders(activeGroup.playlistLoader, mediaType);\n };\n};\n/**\n * Returns a function to be called when the media track changes. It performs a\n * destructive reset of the SegmentLoader to ensure we start loading as close to\n * currentTime as possible.\n *\n * @param {String} type\n * MediaGroup type\n * @param {Object} settings\n * Object containing required information for media groups\n * @return {Function}\n * Handler for a destructive reset of SegmentLoader when the active media\n * track changes.\n * @function onTrackChanged\n */\n\n\nvar onTrackChanged = function onTrackChanged(type, settings) {\n return function () {\n var _settings$segmentLoad2 = settings.segmentLoaders,\n segmentLoader = _settings$segmentLoad2[type],\n mainSegmentLoader = _settings$segmentLoad2.main,\n mediaType = settings.mediaTypes[type];\n var activeTrack = mediaType.activeTrack();\n var activeGroup = mediaType.activeGroup(activeTrack);\n var previousActiveLoader = mediaType.activePlaylistLoader;\n stopLoaders(segmentLoader, mediaType);\n\n if (!activeGroup) {\n // there is no group active so we do not want to restart loaders\n return;\n }\n\n if (!activeGroup.playlistLoader) {\n // when switching from demuxed audio/video to muxed audio/video (noted by no playlist\n // loader for the audio group), we want to do a destructive reset of the main segment\n // loader and not restart the audio loaders\n mainSegmentLoader.resetEverything();\n return;\n }\n\n if (previousActiveLoader === activeGroup.playlistLoader) {\n // Nothing has actually changed. This can happen because track change events can fire\n // multiple times for a \"single\" change. One for enabling the new active track, and\n // one for disabling the track that was active\n startLoaders(activeGroup.playlistLoader, mediaType);\n return;\n }\n\n if (segmentLoader.track) {\n // For WebVTT, set the new text track in the segmentloader\n segmentLoader.track(activeTrack);\n } // destructive reset\n\n\n segmentLoader.resetEverything();\n startLoaders(activeGroup.playlistLoader, mediaType);\n };\n};\n\nvar onError = {\n /**\n * Returns a function to be called when a SegmentLoader or PlaylistLoader encounters\n * an error.\n *\n * @param {String} type\n * MediaGroup type\n * @param {Object} settings\n * Object containing required information for media groups\n * @return {Function}\n * Error handler. Logs warning (or error if the playlist is blacklisted) to\n * console and switches back to default audio track.\n * @function onError.AUDIO\n */\n AUDIO: function AUDIO(type, settings) {\n return function () {\n var segmentLoader = settings.segmentLoaders[type],\n mediaType = settings.mediaTypes[type],\n blacklistCurrentPlaylist = settings.blacklistCurrentPlaylist;\n stopLoaders(segmentLoader, mediaType); // switch back to default audio track\n\n var activeTrack = mediaType.activeTrack();\n var activeGroup = mediaType.activeGroup();\n var id = (activeGroup.filter(function (group) {\n return group.default;\n })[0] || activeGroup[0]).id;\n var defaultTrack = mediaType.tracks[id];\n\n if (activeTrack === defaultTrack) {\n // Default track encountered an error. All we can do now is blacklist the current\n // rendition and hope another will switch audio groups\n blacklistCurrentPlaylist({\n message: 'Problem encountered loading the default audio track.'\n });\n return;\n }\n\n videojs$1.log.warn('Problem encountered loading the alternate audio track.' + 'Switching back to default.');\n\n for (var trackId in mediaType.tracks) {\n mediaType.tracks[trackId].enabled = mediaType.tracks[trackId] === defaultTrack;\n }\n\n mediaType.onTrackChanged();\n };\n },\n\n /**\n * Returns a function to be called when a SegmentLoader or PlaylistLoader encounters\n * an error.\n *\n * @param {String} type\n * MediaGroup type\n * @param {Object} settings\n * Object containing required information for media groups\n * @return {Function}\n * Error handler. Logs warning to console and disables the active subtitle track\n * @function onError.SUBTITLES\n */\n SUBTITLES: function SUBTITLES(type, settings) {\n return function () {\n var segmentLoader = settings.segmentLoaders[type],\n mediaType = settings.mediaTypes[type];\n videojs$1.log.warn('Problem encountered loading the subtitle track.' + 'Disabling subtitle track.');\n stopLoaders(segmentLoader, mediaType);\n var track = mediaType.activeTrack();\n\n if (track) {\n track.mode = 'disabled';\n }\n\n mediaType.onTrackChanged();\n };\n }\n};\nvar setupListeners = {\n /**\n * Setup event listeners for audio playlist loader\n *\n * @param {String} type\n * MediaGroup type\n * @param {PlaylistLoader|null} playlistLoader\n * PlaylistLoader to register listeners on\n * @param {Object} settings\n * Object containing required information for media groups\n * @function setupListeners.AUDIO\n */\n AUDIO: function AUDIO(type, playlistLoader, settings) {\n if (!playlistLoader) {\n // no playlist loader means audio will be muxed with the video\n return;\n }\n\n var tech = settings.tech,\n requestOptions = settings.requestOptions,\n segmentLoader = settings.segmentLoaders[type];\n playlistLoader.on('loadedmetadata', function () {\n var media = playlistLoader.media();\n segmentLoader.playlist(media, requestOptions); // if the video is already playing, or if this isn't a live video and preload\n // permits, start downloading segments\n\n if (!tech.paused() || media.endList && tech.preload() !== 'none') {\n segmentLoader.load();\n }\n });\n playlistLoader.on('loadedplaylist', function () {\n segmentLoader.playlist(playlistLoader.media(), requestOptions); // If the player isn't paused, ensure that the segment loader is running\n\n if (!tech.paused()) {\n segmentLoader.load();\n }\n });\n playlistLoader.on('error', onError[type](type, settings));\n },\n\n /**\n * Setup event listeners for subtitle playlist loader\n *\n * @param {String} type\n * MediaGroup type\n * @param {PlaylistLoader|null} playlistLoader\n * PlaylistLoader to register listeners on\n * @param {Object} settings\n * Object containing required information for media groups\n * @function setupListeners.SUBTITLES\n */\n SUBTITLES: function SUBTITLES(type, playlistLoader, settings) {\n var tech = settings.tech,\n requestOptions = settings.requestOptions,\n segmentLoader = settings.segmentLoaders[type],\n mediaType = settings.mediaTypes[type];\n playlistLoader.on('loadedmetadata', function () {\n var media = playlistLoader.media();\n segmentLoader.playlist(media, requestOptions);\n segmentLoader.track(mediaType.activeTrack()); // if the video is already playing, or if this isn't a live video and preload\n // permits, start downloading segments\n\n if (!tech.paused() || media.endList && tech.preload() !== 'none') {\n segmentLoader.load();\n }\n });\n playlistLoader.on('loadedplaylist', function () {\n segmentLoader.playlist(playlistLoader.media(), requestOptions); // If the player isn't paused, ensure that the segment loader is running\n\n if (!tech.paused()) {\n segmentLoader.load();\n }\n });\n playlistLoader.on('error', onError[type](type, settings));\n }\n};\n\nvar byGroupId = function byGroupId(type, groupId) {\n return function (playlist) {\n return playlist.attributes[type] === groupId;\n };\n};\n\nvar byResolvedUri = function byResolvedUri(resolvedUri) {\n return function (playlist) {\n return playlist.resolvedUri === resolvedUri;\n };\n};\n\nvar initialize = {\n /**\n * Setup PlaylistLoaders and AudioTracks for the audio groups\n *\n * @param {String} type\n * MediaGroup type\n * @param {Object} settings\n * Object containing required information for media groups\n * @function initialize.AUDIO\n */\n 'AUDIO': function AUDIO(type, settings) {\n var hls = settings.hls,\n sourceType = settings.sourceType,\n segmentLoader = settings.segmentLoaders[type],\n withCredentials = settings.requestOptions.withCredentials,\n _settings$master = settings.master,\n mediaGroups = _settings$master.mediaGroups,\n playlists = _settings$master.playlists,\n _settings$mediaTypes$ = settings.mediaTypes[type],\n groups = _settings$mediaTypes$.groups,\n tracks = _settings$mediaTypes$.tracks,\n masterPlaylistLoader = settings.masterPlaylistLoader; // force a default if we have none\n\n if (!mediaGroups[type] || Object.keys(mediaGroups[type]).length === 0) {\n mediaGroups[type] = {\n main: {\n default: {\n default: true\n }\n }\n };\n }\n\n for (var groupId in mediaGroups[type]) {\n if (!groups[groupId]) {\n groups[groupId] = [];\n } // List of playlists that have an AUDIO attribute value matching the current\n // group ID\n\n\n var groupPlaylists = playlists.filter(byGroupId(type, groupId));\n\n for (var variantLabel in mediaGroups[type][groupId]) {\n var properties = mediaGroups[type][groupId][variantLabel]; // List of playlists for the current group ID that have a matching uri with\n // this alternate audio variant\n\n var matchingPlaylists = groupPlaylists.filter(byResolvedUri(properties.resolvedUri));\n\n if (matchingPlaylists.length) {\n // If there is a playlist that has the same uri as this audio variant, assume\n // that the playlist is audio only. We delete the resolvedUri property here\n // to prevent a playlist loader from being created so that we don't have\n // both the main and audio segment loaders loading the same audio segments\n // from the same playlist.\n delete properties.resolvedUri;\n }\n\n var playlistLoader = void 0;\n\n if (properties.resolvedUri) {\n playlistLoader = new PlaylistLoader(properties.resolvedUri, hls, withCredentials);\n } else if (properties.playlists && sourceType === 'dash') {\n playlistLoader = new DashPlaylistLoader(properties.playlists[0], hls, withCredentials, masterPlaylistLoader);\n } else {\n // no resolvedUri means the audio is muxed with the video when using this\n // audio track\n playlistLoader = null;\n }\n\n properties = videojs$1.mergeOptions({\n id: variantLabel,\n playlistLoader: playlistLoader\n }, properties);\n setupListeners[type](type, properties.playlistLoader, settings);\n groups[groupId].push(properties);\n\n if (typeof tracks[variantLabel] === 'undefined') {\n var track = new videojs$1.AudioTrack({\n id: variantLabel,\n kind: audioTrackKind_(properties),\n enabled: false,\n language: properties.language,\n default: properties.default,\n label: variantLabel\n });\n tracks[variantLabel] = track;\n }\n }\n } // setup single error event handler for the segment loader\n\n\n segmentLoader.on('error', onError[type](type, settings));\n },\n\n /**\n * Setup PlaylistLoaders and TextTracks for the subtitle groups\n *\n * @param {String} type\n * MediaGroup type\n * @param {Object} settings\n * Object containing required information for media groups\n * @function initialize.SUBTITLES\n */\n 'SUBTITLES': function SUBTITLES(type, settings) {\n var tech = settings.tech,\n hls = settings.hls,\n sourceType = settings.sourceType,\n segmentLoader = settings.segmentLoaders[type],\n withCredentials = settings.requestOptions.withCredentials,\n mediaGroups = settings.master.mediaGroups,\n _settings$mediaTypes$2 = settings.mediaTypes[type],\n groups = _settings$mediaTypes$2.groups,\n tracks = _settings$mediaTypes$2.tracks,\n masterPlaylistLoader = settings.masterPlaylistLoader;\n\n for (var groupId in mediaGroups[type]) {\n if (!groups[groupId]) {\n groups[groupId] = [];\n }\n\n for (var variantLabel in mediaGroups[type][groupId]) {\n if (mediaGroups[type][groupId][variantLabel].forced) {\n // Subtitle playlists with the forced attribute are not selectable in Safari.\n // According to Apple's HLS Authoring Specification:\n // If content has forced subtitles and regular subtitles in a given language,\n // the regular subtitles track in that language MUST contain both the forced\n // subtitles and the regular subtitles for that language.\n // Because of this requirement and that Safari does not add forced subtitles,\n // forced subtitles are skipped here to maintain consistent experience across\n // all platforms\n continue;\n }\n\n var properties = mediaGroups[type][groupId][variantLabel];\n var playlistLoader = void 0;\n\n if (sourceType === 'hls') {\n playlistLoader = new PlaylistLoader(properties.resolvedUri, hls, withCredentials);\n } else if (sourceType === 'dash') {\n playlistLoader = new DashPlaylistLoader(properties.playlists[0], hls, withCredentials, masterPlaylistLoader);\n }\n\n properties = videojs$1.mergeOptions({\n id: variantLabel,\n playlistLoader: playlistLoader\n }, properties);\n setupListeners[type](type, properties.playlistLoader, settings);\n groups[groupId].push(properties);\n\n if (typeof tracks[variantLabel] === 'undefined') {\n var track = tech.addRemoteTextTrack({\n id: variantLabel,\n kind: 'subtitles',\n default: properties.default && properties.autoselect,\n language: properties.language,\n label: variantLabel\n }, false).track;\n tracks[variantLabel] = track;\n }\n }\n } // setup single error event handler for the segment loader\n\n\n segmentLoader.on('error', onError[type](type, settings));\n },\n\n /**\n * Setup TextTracks for the closed-caption groups\n *\n * @param {String} type\n * MediaGroup type\n * @param {Object} settings\n * Object containing required information for media groups\n * @function initialize['CLOSED-CAPTIONS']\n */\n 'CLOSED-CAPTIONS': function CLOSEDCAPTIONS(type, settings) {\n var tech = settings.tech,\n mediaGroups = settings.master.mediaGroups,\n _settings$mediaTypes$3 = settings.mediaTypes[type],\n groups = _settings$mediaTypes$3.groups,\n tracks = _settings$mediaTypes$3.tracks;\n\n for (var groupId in mediaGroups[type]) {\n if (!groups[groupId]) {\n groups[groupId] = [];\n }\n\n for (var variantLabel in mediaGroups[type][groupId]) {\n var properties = mediaGroups[type][groupId][variantLabel]; // We only support CEA608 captions for now, so ignore anything that\n // doesn't use a CCx INSTREAM-ID\n\n if (!properties.instreamId.match(/CC\\d/)) {\n continue;\n } // No PlaylistLoader is required for Closed-Captions because the captions are\n // embedded within the video stream\n\n\n groups[groupId].push(videojs$1.mergeOptions({\n id: variantLabel\n }, properties));\n\n if (typeof tracks[variantLabel] === 'undefined') {\n var track = tech.addRemoteTextTrack({\n id: properties.instreamId,\n kind: 'captions',\n default: properties.default && properties.autoselect,\n language: properties.language,\n label: variantLabel\n }, false).track;\n tracks[variantLabel] = track;\n }\n }\n }\n }\n};\n/**\n * Returns a function used to get the active group of the provided type\n *\n * @param {String} type\n * MediaGroup type\n * @param {Object} settings\n * Object containing required information for media groups\n * @return {Function}\n * Function that returns the active media group for the provided type. Takes an\n * optional parameter {TextTrack} track. If no track is provided, a list of all\n * variants in the group, otherwise the variant corresponding to the provided\n * track is returned.\n * @function activeGroup\n */\n\nvar activeGroup = function activeGroup(type, settings) {\n return function (track) {\n var masterPlaylistLoader = settings.masterPlaylistLoader,\n groups = settings.mediaTypes[type].groups;\n var media = masterPlaylistLoader.media();\n\n if (!media) {\n return null;\n }\n\n var variants = null;\n\n if (media.attributes[type]) {\n variants = groups[media.attributes[type]];\n }\n\n variants = variants || groups.main;\n\n if (typeof track === 'undefined') {\n return variants;\n }\n\n if (track === null) {\n // An active track was specified so a corresponding group is expected. track === null\n // means no track is currently active so there is no corresponding group\n return null;\n }\n\n return variants.filter(function (props) {\n return props.id === track.id;\n })[0] || null;\n };\n};\n\nvar activeTrack = {\n /**\n * Returns a function used to get the active track of type provided\n *\n * @param {String} type\n * MediaGroup type\n * @param {Object} settings\n * Object containing required information for media groups\n * @return {Function}\n * Function that returns the active media track for the provided type. Returns\n * null if no track is active\n * @function activeTrack.AUDIO\n */\n AUDIO: function AUDIO(type, settings) {\n return function () {\n var tracks = settings.mediaTypes[type].tracks;\n\n for (var id in tracks) {\n if (tracks[id].enabled) {\n return tracks[id];\n }\n }\n\n return null;\n };\n },\n\n /**\n * Returns a function used to get the active track of type provided\n *\n * @param {String} type\n * MediaGroup type\n * @param {Object} settings\n * Object containing required information for media groups\n * @return {Function}\n * Function that returns the active media track for the provided type. Returns\n * null if no track is active\n * @function activeTrack.SUBTITLES\n */\n SUBTITLES: function SUBTITLES(type, settings) {\n return function () {\n var tracks = settings.mediaTypes[type].tracks;\n\n for (var id in tracks) {\n if (tracks[id].mode === 'showing') {\n return tracks[id];\n }\n }\n\n return null;\n };\n }\n};\n/**\n * Setup PlaylistLoaders and Tracks for media groups (Audio, Subtitles,\n * Closed-Captions) specified in the master manifest.\n *\n * @param {Object} settings\n * Object containing required information for setting up the media groups\n * @param {SegmentLoader} settings.segmentLoaders.AUDIO\n * Audio segment loader\n * @param {SegmentLoader} settings.segmentLoaders.SUBTITLES\n * Subtitle segment loader\n * @param {SegmentLoader} settings.segmentLoaders.main\n * Main segment loader\n * @param {Tech} settings.tech\n * The tech of the player\n * @param {Object} settings.requestOptions\n * XHR request options used by the segment loaders\n * @param {PlaylistLoader} settings.masterPlaylistLoader\n * PlaylistLoader for the master source\n * @param {HlsHandler} settings.hls\n * HLS SourceHandler\n * @param {Object} settings.master\n * The parsed master manifest\n * @param {Object} settings.mediaTypes\n * Object to store the loaders, tracks, and utility methods for each media type\n * @param {Function} settings.blacklistCurrentPlaylist\n * Blacklists the current rendition and forces a rendition switch.\n * @function setupMediaGroups\n */\n\nvar setupMediaGroups = function setupMediaGroups(settings) {\n ['AUDIO', 'SUBTITLES', 'CLOSED-CAPTIONS'].forEach(function (type) {\n initialize[type](type, settings);\n });\n var mediaTypes = settings.mediaTypes,\n masterPlaylistLoader = settings.masterPlaylistLoader,\n tech = settings.tech,\n hls = settings.hls; // setup active group and track getters and change event handlers\n\n ['AUDIO', 'SUBTITLES'].forEach(function (type) {\n mediaTypes[type].activeGroup = activeGroup(type, settings);\n mediaTypes[type].activeTrack = activeTrack[type](type, settings);\n mediaTypes[type].onGroupChanged = onGroupChanged(type, settings);\n mediaTypes[type].onTrackChanged = onTrackChanged(type, settings);\n }); // DO NOT enable the default subtitle or caption track.\n // DO enable the default audio track\n\n var audioGroup = mediaTypes.AUDIO.activeGroup();\n var groupId = (audioGroup.filter(function (group) {\n return group.default;\n })[0] || audioGroup[0]).id;\n mediaTypes.AUDIO.tracks[groupId].enabled = true;\n mediaTypes.AUDIO.onTrackChanged();\n masterPlaylistLoader.on('mediachange', function () {\n ['AUDIO', 'SUBTITLES'].forEach(function (type) {\n return mediaTypes[type].onGroupChanged();\n });\n }); // custom audio track change event handler for usage event\n\n var onAudioTrackChanged = function onAudioTrackChanged() {\n mediaTypes.AUDIO.onTrackChanged();\n tech.trigger({\n type: 'usage',\n name: 'hls-audio-change'\n });\n };\n\n tech.audioTracks().addEventListener('change', onAudioTrackChanged);\n tech.remoteTextTracks().addEventListener('change', mediaTypes.SUBTITLES.onTrackChanged);\n hls.on('dispose', function () {\n tech.audioTracks().removeEventListener('change', onAudioTrackChanged);\n tech.remoteTextTracks().removeEventListener('change', mediaTypes.SUBTITLES.onTrackChanged);\n }); // clear existing audio tracks and add the ones we just created\n\n tech.clearTracks('audio');\n\n for (var id in mediaTypes.AUDIO.tracks) {\n tech.audioTracks().addTrack(mediaTypes.AUDIO.tracks[id]);\n }\n};\n/**\n * Creates skeleton object used to store the loaders, tracks, and utility methods for each\n * media type\n *\n * @return {Object}\n * Object to store the loaders, tracks, and utility methods for each media type\n * @function createMediaTypes\n */\n\n\nvar createMediaTypes = function createMediaTypes() {\n var mediaTypes = {};\n ['AUDIO', 'SUBTITLES', 'CLOSED-CAPTIONS'].forEach(function (type) {\n mediaTypes[type] = {\n groups: {},\n tracks: {},\n activePlaylistLoader: null,\n activeGroup: noop,\n activeTrack: noop,\n onGroupChanged: noop,\n onTrackChanged: noop\n };\n });\n return mediaTypes;\n};\n/**\n * @file master-playlist-controller.js\n */\n\n\nvar ABORT_EARLY_BLACKLIST_SECONDS = 60 * 2;\nvar Hls = void 0; // SegmentLoader stats that need to have each loader's\n// values summed to calculate the final value\n\nvar loaderStats = ['mediaRequests', 'mediaRequestsAborted', 'mediaRequestsTimedout', 'mediaRequestsErrored', 'mediaTransferDuration', 'mediaBytesTransferred'];\n\nvar sumLoaderStat = function sumLoaderStat(stat) {\n return this.audioSegmentLoader_[stat] + this.mainSegmentLoader_[stat];\n};\n/**\n * the master playlist controller controller all interactons\n * between playlists and segmentloaders. At this time this mainly\n * involves a master playlist and a series of audio playlists\n * if they are available\n *\n * @class MasterPlaylistController\n * @extends videojs.EventTarget\n */\n\n\nvar MasterPlaylistController = function (_videojs$EventTarget) {\n inherits(MasterPlaylistController, _videojs$EventTarget);\n\n function MasterPlaylistController(options) {\n classCallCheck(this, MasterPlaylistController);\n\n var _this = possibleConstructorReturn(this, (MasterPlaylistController.__proto__ || Object.getPrototypeOf(MasterPlaylistController)).call(this));\n\n var url = options.url,\n withCredentials = options.withCredentials,\n tech = options.tech,\n bandwidth = options.bandwidth,\n externHls = options.externHls,\n useCueTags = options.useCueTags,\n blacklistDuration = options.blacklistDuration,\n enableLowInitialPlaylist = options.enableLowInitialPlaylist,\n sourceType = options.sourceType,\n seekTo = options.seekTo;\n\n if (!url) {\n throw new Error('A non-empty playlist URL is required');\n }\n\n Hls = externHls;\n _this.withCredentials = withCredentials;\n _this.tech_ = tech;\n _this.hls_ = tech.hls;\n _this.seekTo_ = seekTo;\n _this.sourceType_ = sourceType;\n _this.useCueTags_ = useCueTags;\n _this.blacklistDuration = blacklistDuration;\n _this.enableLowInitialPlaylist = enableLowInitialPlaylist;\n\n if (_this.useCueTags_) {\n _this.cueTagsTrack_ = _this.tech_.addTextTrack('metadata', 'ad-cues');\n _this.cueTagsTrack_.inBandMetadataTrackDispatchType = '';\n }\n\n _this.requestOptions_ = {\n withCredentials: _this.withCredentials,\n timeout: null\n };\n _this.mediaTypes_ = createMediaTypes();\n _this.mediaSource = new videojs$1.MediaSource(); // load the media source into the player\n\n _this.mediaSource.addEventListener('sourceopen', _this.handleSourceOpen_.bind(_this));\n\n _this.seekable_ = videojs$1.createTimeRanges();\n\n _this.hasPlayed_ = function () {\n return false;\n };\n\n _this.syncController_ = new SyncController(options);\n _this.segmentMetadataTrack_ = tech.addRemoteTextTrack({\n kind: 'metadata',\n label: 'segment-metadata'\n }, false).track;\n _this.decrypter_ = new Decrypter$1();\n _this.inbandTextTracks_ = {};\n var segmentLoaderSettings = {\n hls: _this.hls_,\n mediaSource: _this.mediaSource,\n currentTime: _this.tech_.currentTime.bind(_this.tech_),\n seekable: function seekable$$1() {\n return _this.seekable();\n },\n seeking: function seeking() {\n return _this.tech_.seeking();\n },\n duration: function duration$$1() {\n return _this.mediaSource.duration;\n },\n hasPlayed: function hasPlayed() {\n return _this.hasPlayed_();\n },\n goalBufferLength: function goalBufferLength() {\n return _this.goalBufferLength();\n },\n bandwidth: bandwidth,\n syncController: _this.syncController_,\n decrypter: _this.decrypter_,\n sourceType: _this.sourceType_,\n inbandTextTracks: _this.inbandTextTracks_\n };\n _this.masterPlaylistLoader_ = _this.sourceType_ === 'dash' ? new DashPlaylistLoader(url, _this.hls_, _this.withCredentials) : new PlaylistLoader(url, _this.hls_, _this.withCredentials);\n\n _this.setupMasterPlaylistLoaderListeners_(); // setup segment loaders\n // combined audio/video or just video when alternate audio track is selected\n\n\n _this.mainSegmentLoader_ = new SegmentLoader(videojs$1.mergeOptions(segmentLoaderSettings, {\n segmentMetadataTrack: _this.segmentMetadataTrack_,\n loaderType: 'main'\n }), options); // alternate audio track\n\n _this.audioSegmentLoader_ = new SegmentLoader(videojs$1.mergeOptions(segmentLoaderSettings, {\n loaderType: 'audio'\n }), options);\n _this.subtitleSegmentLoader_ = new VTTSegmentLoader(videojs$1.mergeOptions(segmentLoaderSettings, {\n loaderType: 'vtt'\n }), options);\n\n _this.setupSegmentLoaderListeners_(); // Create SegmentLoader stat-getters\n\n\n loaderStats.forEach(function (stat) {\n _this[stat + '_'] = sumLoaderStat.bind(_this, stat);\n });\n _this.logger_ = logger('MPC');\n\n _this.masterPlaylistLoader_.load();\n\n return _this;\n }\n /**\n * Register event handlers on the master playlist loader. A helper\n * function for construction time.\n *\n * @private\n */\n\n\n createClass(MasterPlaylistController, [{\n key: 'setupMasterPlaylistLoaderListeners_',\n value: function setupMasterPlaylistLoaderListeners_() {\n var _this2 = this;\n\n this.masterPlaylistLoader_.on('loadedmetadata', function () {\n var media = _this2.masterPlaylistLoader_.media();\n\n var requestTimeout = _this2.masterPlaylistLoader_.targetDuration * 1.5 * 1000; // If we don't have any more available playlists, we don't want to\n // timeout the request.\n\n if (isLowestEnabledRendition(_this2.masterPlaylistLoader_.master, _this2.masterPlaylistLoader_.media())) {\n _this2.requestOptions_.timeout = 0;\n } else {\n _this2.requestOptions_.timeout = requestTimeout;\n } // if this isn't a live video and preload permits, start\n // downloading segments\n\n\n if (media.endList && _this2.tech_.preload() !== 'none') {\n _this2.mainSegmentLoader_.playlist(media, _this2.requestOptions_);\n\n _this2.mainSegmentLoader_.load();\n }\n\n setupMediaGroups({\n sourceType: _this2.sourceType_,\n segmentLoaders: {\n AUDIO: _this2.audioSegmentLoader_,\n SUBTITLES: _this2.subtitleSegmentLoader_,\n main: _this2.mainSegmentLoader_\n },\n tech: _this2.tech_,\n requestOptions: _this2.requestOptions_,\n masterPlaylistLoader: _this2.masterPlaylistLoader_,\n hls: _this2.hls_,\n master: _this2.master(),\n mediaTypes: _this2.mediaTypes_,\n blacklistCurrentPlaylist: _this2.blacklistCurrentPlaylist.bind(_this2)\n });\n\n _this2.triggerPresenceUsage_(_this2.master(), media);\n\n try {\n _this2.setupSourceBuffers_();\n } catch (e) {\n videojs$1.log.warn('Failed to create SourceBuffers', e);\n return _this2.mediaSource.endOfStream('decode');\n }\n\n _this2.setupFirstPlay();\n\n _this2.trigger('selectedinitialmedia');\n });\n this.masterPlaylistLoader_.on('loadedplaylist', function () {\n var updatedPlaylist = _this2.masterPlaylistLoader_.media();\n\n if (!updatedPlaylist) {\n // blacklist any variants that are not supported by the browser before selecting\n // an initial media as the playlist selectors do not consider browser support\n _this2.excludeUnsupportedVariants_();\n\n var selectedMedia = void 0;\n\n if (_this2.enableLowInitialPlaylist) {\n selectedMedia = _this2.selectInitialPlaylist();\n }\n\n if (!selectedMedia) {\n selectedMedia = _this2.selectPlaylist();\n }\n\n _this2.initialMedia_ = selectedMedia;\n\n _this2.masterPlaylistLoader_.media(_this2.initialMedia_);\n\n return;\n }\n\n if (_this2.useCueTags_) {\n _this2.updateAdCues_(updatedPlaylist);\n } // TODO: Create a new event on the PlaylistLoader that signals\n // that the segments have changed in some way and use that to\n // update the SegmentLoader instead of doing it twice here and\n // on `mediachange`\n\n\n _this2.mainSegmentLoader_.playlist(updatedPlaylist, _this2.requestOptions_);\n\n _this2.updateDuration(); // If the player isn't paused, ensure that the segment loader is running,\n // as it is possible that it was temporarily stopped while waiting for\n // a playlist (e.g., in case the playlist errored and we re-requested it).\n\n\n if (!_this2.tech_.paused()) {\n _this2.mainSegmentLoader_.load();\n\n if (_this2.audioSegmentLoader_) {\n _this2.audioSegmentLoader_.load();\n }\n }\n\n if (!updatedPlaylist.endList) {\n var addSeekableRange = function addSeekableRange() {\n var seekable$$1 = _this2.seekable();\n\n if (seekable$$1.length !== 0) {\n _this2.mediaSource.addSeekableRange_(seekable$$1.start(0), seekable$$1.end(0));\n }\n };\n\n if (_this2.duration() !== Infinity) {\n var onDurationchange = function onDurationchange() {\n if (_this2.duration() === Infinity) {\n addSeekableRange();\n } else {\n _this2.tech_.one('durationchange', onDurationchange);\n }\n };\n\n _this2.tech_.one('durationchange', onDurationchange);\n } else {\n addSeekableRange();\n }\n }\n });\n this.masterPlaylistLoader_.on('error', function () {\n _this2.blacklistCurrentPlaylist(_this2.masterPlaylistLoader_.error);\n });\n this.masterPlaylistLoader_.on('mediachanging', function () {\n _this2.mainSegmentLoader_.abort();\n\n _this2.mainSegmentLoader_.pause();\n });\n this.masterPlaylistLoader_.on('mediachange', function () {\n var media = _this2.masterPlaylistLoader_.media();\n\n var requestTimeout = _this2.masterPlaylistLoader_.targetDuration * 1.5 * 1000; // If we don't have any more available playlists, we don't want to\n // timeout the request.\n\n if (isLowestEnabledRendition(_this2.masterPlaylistLoader_.master, _this2.masterPlaylistLoader_.media())) {\n _this2.requestOptions_.timeout = 0;\n } else {\n _this2.requestOptions_.timeout = requestTimeout;\n } // TODO: Create a new event on the PlaylistLoader that signals\n // that the segments have changed in some way and use that to\n // update the SegmentLoader instead of doing it twice here and\n // on `loadedplaylist`\n\n\n _this2.mainSegmentLoader_.playlist(media, _this2.requestOptions_);\n\n _this2.mainSegmentLoader_.load();\n\n _this2.tech_.trigger({\n type: 'mediachange',\n bubbles: true\n });\n });\n this.masterPlaylistLoader_.on('playlistunchanged', function () {\n var updatedPlaylist = _this2.masterPlaylistLoader_.media();\n\n var playlistOutdated = _this2.stuckAtPlaylistEnd_(updatedPlaylist);\n\n if (playlistOutdated) {\n // Playlist has stopped updating and we're stuck at its end. Try to\n // blacklist it and switch to another playlist in the hope that that\n // one is updating (and give the player a chance to re-adjust to the\n // safe live point).\n _this2.blacklistCurrentPlaylist({\n message: 'Playlist no longer updating.'\n }); // useful for monitoring QoS\n\n\n _this2.tech_.trigger('playliststuck');\n }\n });\n this.masterPlaylistLoader_.on('renditiondisabled', function () {\n _this2.tech_.trigger({\n type: 'usage',\n name: 'hls-rendition-disabled'\n });\n });\n this.masterPlaylistLoader_.on('renditionenabled', function () {\n _this2.tech_.trigger({\n type: 'usage',\n name: 'hls-rendition-enabled'\n });\n });\n }\n /**\n * A helper function for triggerring presence usage events once per source\n *\n * @private\n */\n\n }, {\n key: 'triggerPresenceUsage_',\n value: function triggerPresenceUsage_(master, media) {\n var mediaGroups = master.mediaGroups || {};\n var defaultDemuxed = true;\n var audioGroupKeys = Object.keys(mediaGroups.AUDIO);\n\n for (var mediaGroup in mediaGroups.AUDIO) {\n for (var label in mediaGroups.AUDIO[mediaGroup]) {\n var properties = mediaGroups.AUDIO[mediaGroup][label];\n\n if (!properties.uri) {\n defaultDemuxed = false;\n }\n }\n }\n\n if (defaultDemuxed) {\n this.tech_.trigger({\n type: 'usage',\n name: 'hls-demuxed'\n });\n }\n\n if (Object.keys(mediaGroups.SUBTITLES).length) {\n this.tech_.trigger({\n type: 'usage',\n name: 'hls-webvtt'\n });\n }\n\n if (Hls.Playlist.isAes(media)) {\n this.tech_.trigger({\n type: 'usage',\n name: 'hls-aes'\n });\n }\n\n if (Hls.Playlist.isFmp4(media)) {\n this.tech_.trigger({\n type: 'usage',\n name: 'hls-fmp4'\n });\n }\n\n if (audioGroupKeys.length && Object.keys(mediaGroups.AUDIO[audioGroupKeys[0]]).length > 1) {\n this.tech_.trigger({\n type: 'usage',\n name: 'hls-alternate-audio'\n });\n }\n\n if (this.useCueTags_) {\n this.tech_.trigger({\n type: 'usage',\n name: 'hls-playlist-cue-tags'\n });\n }\n }\n /**\n * Register event handlers on the segment loaders. A helper function\n * for construction time.\n *\n * @private\n */\n\n }, {\n key: 'setupSegmentLoaderListeners_',\n value: function setupSegmentLoaderListeners_() {\n var _this3 = this;\n\n this.mainSegmentLoader_.on('bandwidthupdate', function () {\n var nextPlaylist = _this3.selectPlaylist();\n\n var currentPlaylist = _this3.masterPlaylistLoader_.media();\n\n var buffered = _this3.tech_.buffered();\n\n var forwardBuffer = buffered.length ? buffered.end(buffered.length - 1) - _this3.tech_.currentTime() : 0;\n\n var bufferLowWaterLine = _this3.bufferLowWaterLine(); // If the playlist is live, then we want to not take low water line into account.\n // This is because in LIVE, the player plays 3 segments from the end of the\n // playlist, and if `BUFFER_LOW_WATER_LINE` is greater than the duration availble\n // in those segments, a viewer will never experience a rendition upswitch.\n\n\n if (!currentPlaylist.endList || // For the same reason as LIVE, we ignore the low water line when the VOD\n // duration is below the max potential low water line\n _this3.duration() < Config.MAX_BUFFER_LOW_WATER_LINE || // we want to switch down to lower resolutions quickly to continue playback, but\n nextPlaylist.attributes.BANDWIDTH < currentPlaylist.attributes.BANDWIDTH || // ensure we have some buffer before we switch up to prevent us running out of\n // buffer while loading a higher rendition.\n forwardBuffer >= bufferLowWaterLine) {\n _this3.masterPlaylistLoader_.media(nextPlaylist);\n }\n\n _this3.tech_.trigger('bandwidthupdate');\n });\n this.mainSegmentLoader_.on('progress', function () {\n _this3.trigger('progress');\n });\n this.mainSegmentLoader_.on('error', function () {\n _this3.blacklistCurrentPlaylist(_this3.mainSegmentLoader_.error());\n });\n this.mainSegmentLoader_.on('syncinfoupdate', function () {\n _this3.onSyncInfoUpdate_();\n });\n this.mainSegmentLoader_.on('timestampoffset', function () {\n _this3.tech_.trigger({\n type: 'usage',\n name: 'hls-timestamp-offset'\n });\n });\n this.audioSegmentLoader_.on('syncinfoupdate', function () {\n _this3.onSyncInfoUpdate_();\n });\n this.mainSegmentLoader_.on('ended', function () {\n _this3.onEndOfStream();\n });\n this.mainSegmentLoader_.on('earlyabort', function () {\n _this3.blacklistCurrentPlaylist({\n message: 'Aborted early because there isn\\'t enough bandwidth to complete the ' + 'request without rebuffering.'\n }, ABORT_EARLY_BLACKLIST_SECONDS);\n });\n this.mainSegmentLoader_.on('reseteverything', function () {\n // If playing an MTS stream, a videojs.MediaSource is listening for\n // hls-reset to reset caption parsing state in the transmuxer\n _this3.tech_.trigger('hls-reset');\n });\n this.mainSegmentLoader_.on('segmenttimemapping', function (event) {\n // If playing an MTS stream in html, a videojs.MediaSource is listening for\n // hls-segment-time-mapping update its internal mapping of stream to display time\n _this3.tech_.trigger({\n type: 'hls-segment-time-mapping',\n mapping: event.mapping\n });\n });\n this.audioSegmentLoader_.on('ended', function () {\n _this3.onEndOfStream();\n });\n }\n }, {\n key: 'mediaSecondsLoaded_',\n value: function mediaSecondsLoaded_() {\n return Math.max(this.audioSegmentLoader_.mediaSecondsLoaded + this.mainSegmentLoader_.mediaSecondsLoaded);\n }\n /**\n * Call load on our SegmentLoaders\n */\n\n }, {\n key: 'load',\n value: function load() {\n this.mainSegmentLoader_.load();\n\n if (this.mediaTypes_.AUDIO.activePlaylistLoader) {\n this.audioSegmentLoader_.load();\n }\n\n if (this.mediaTypes_.SUBTITLES.activePlaylistLoader) {\n this.subtitleSegmentLoader_.load();\n }\n }\n /**\n * Re-tune playback quality level for the current player\n * conditions without performing destructive actions, like\n * removing already buffered content\n *\n * @private\n */\n\n }, {\n key: 'smoothQualityChange_',\n value: function smoothQualityChange_() {\n var media = this.selectPlaylist();\n\n if (media !== this.masterPlaylistLoader_.media()) {\n this.masterPlaylistLoader_.media(media);\n this.mainSegmentLoader_.resetLoader(); // don't need to reset audio as it is reset when media changes\n }\n }\n /**\n * Re-tune playback quality level for the current player\n * conditions. This method will perform destructive actions like removing\n * already buffered content in order to readjust the currently active\n * playlist quickly. This is good for manual quality changes\n *\n * @private\n */\n\n }, {\n key: 'fastQualityChange_',\n value: function fastQualityChange_() {\n var _this4 = this;\n\n var media = this.selectPlaylist();\n\n if (media === this.masterPlaylistLoader_.media()) {\n return;\n }\n\n this.masterPlaylistLoader_.media(media); // Delete all buffered data to allow an immediate quality switch, then seek to give\n // the browser a kick to remove any cached frames from the previous rendtion (.04 seconds\n // ahead is roughly the minimum that will accomplish this across a variety of content\n // in IE and Edge, but seeking in place is sufficient on all other browsers)\n // Edge/IE bug: https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14600375/\n // Chrome bug: https://bugs.chromium.org/p/chromium/issues/detail?id=651904\n\n this.mainSegmentLoader_.resetEverything(function () {\n // Since this is not a typical seek, we avoid the seekTo method which can cause segments\n // from the previously enabled rendition to load before the new playlist has finished loading\n if (videojs$1.browser.IE_VERSION || videojs$1.browser.IS_EDGE) {\n _this4.tech_.setCurrentTime(_this4.tech_.currentTime() + 0.04);\n } else {\n _this4.tech_.setCurrentTime(_this4.tech_.currentTime());\n }\n }); // don't need to reset audio as it is reset when media changes\n }\n /**\n * Begin playback.\n */\n\n }, {\n key: 'play',\n value: function play() {\n if (this.setupFirstPlay()) {\n return;\n }\n\n if (this.tech_.ended()) {\n this.seekTo_(0);\n }\n\n if (this.hasPlayed_()) {\n this.load();\n }\n\n var seekable$$1 = this.tech_.seekable(); // if the viewer has paused and we fell out of the live window,\n // seek forward to the live point\n\n if (this.tech_.duration() === Infinity) {\n if (this.tech_.currentTime() < seekable$$1.start(0)) {\n return this.seekTo_(seekable$$1.end(seekable$$1.length - 1));\n }\n }\n }\n /**\n * Seek to the latest media position if this is a live video and the\n * player and video are loaded and initialized.\n */\n\n }, {\n key: 'setupFirstPlay',\n value: function setupFirstPlay() {\n var _this5 = this;\n\n var media = this.masterPlaylistLoader_.media(); // Check that everything is ready to begin buffering for the first call to play\n // If 1) there is no active media\n // 2) the player is paused\n // 3) the first play has already been setup\n // then exit early\n\n if (!media || this.tech_.paused() || this.hasPlayed_()) {\n return false;\n } // when the video is a live stream\n\n\n if (!media.endList) {\n var seekable$$1 = this.seekable();\n\n if (!seekable$$1.length) {\n // without a seekable range, the player cannot seek to begin buffering at the live\n // point\n return false;\n }\n\n if (videojs$1.browser.IE_VERSION && this.tech_.readyState() === 0) {\n // IE11 throws an InvalidStateError if you try to set currentTime while the\n // readyState is 0, so it must be delayed until the tech fires loadedmetadata.\n this.tech_.one('loadedmetadata', function () {\n _this5.trigger('firstplay');\n\n _this5.seekTo_(seekable$$1.end(0));\n\n _this5.hasPlayed_ = function () {\n return true;\n };\n });\n return false;\n } // trigger firstplay to inform the source handler to ignore the next seek event\n\n\n this.trigger('firstplay'); // seek to the live point\n\n this.seekTo_(seekable$$1.end(0));\n }\n\n this.hasPlayed_ = function () {\n return true;\n }; // we can begin loading now that everything is ready\n\n\n this.load();\n return true;\n }\n /**\n * handle the sourceopen event on the MediaSource\n *\n * @private\n */\n\n }, {\n key: 'handleSourceOpen_',\n value: function handleSourceOpen_() {\n // Only attempt to create the source buffer if none already exist.\n // handleSourceOpen is also called when we are \"re-opening\" a source buffer\n // after `endOfStream` has been called (in response to a seek for instance)\n try {\n this.setupSourceBuffers_();\n } catch (e) {\n videojs$1.log.warn('Failed to create Source Buffers', e);\n return this.mediaSource.endOfStream('decode');\n } // if autoplay is enabled, begin playback. This is duplicative of\n // code in video.js but is required because play() must be invoked\n // *after* the media source has opened.\n\n\n if (this.tech_.autoplay()) {\n var playPromise = this.tech_.play(); // Catch/silence error when a pause interrupts a play request\n // on browsers which return a promise\n\n if (typeof playPromise !== 'undefined' && typeof playPromise.then === 'function') {\n playPromise.then(null, function (e) {});\n }\n }\n\n this.trigger('sourceopen');\n }\n /**\n * Calls endOfStream on the media source when all active stream types have called\n * endOfStream\n *\n * @param {string} streamType\n * Stream type of the segment loader that called endOfStream\n * @private\n */\n\n }, {\n key: 'onEndOfStream',\n value: function onEndOfStream() {\n var isEndOfStream = this.mainSegmentLoader_.ended_;\n\n if (this.mediaTypes_.AUDIO.activePlaylistLoader) {\n // if the audio playlist loader exists, then alternate audio is active\n if (!this.mainSegmentLoader_.startingMedia_ || this.mainSegmentLoader_.startingMedia_.containsVideo) {\n // if we do not know if the main segment loader contains video yet or if we\n // definitively know the main segment loader contains video, then we need to wait\n // for both main and audio segment loaders to call endOfStream\n isEndOfStream = isEndOfStream && this.audioSegmentLoader_.ended_;\n } else {\n // otherwise just rely on the audio loader\n isEndOfStream = this.audioSegmentLoader_.ended_;\n }\n }\n\n if (isEndOfStream) {\n this.mediaSource.endOfStream();\n }\n }\n /**\n * Check if a playlist has stopped being updated\n * @param {Object} playlist the media playlist object\n * @return {boolean} whether the playlist has stopped being updated or not\n */\n\n }, {\n key: 'stuckAtPlaylistEnd_',\n value: function stuckAtPlaylistEnd_(playlist) {\n var seekable$$1 = this.seekable();\n\n if (!seekable$$1.length) {\n // playlist doesn't have enough information to determine whether we are stuck\n return false;\n }\n\n var expired = this.syncController_.getExpiredTime(playlist, this.mediaSource.duration);\n\n if (expired === null) {\n return false;\n } // does not use the safe live end to calculate playlist end, since we\n // don't want to say we are stuck while there is still content\n\n\n var absolutePlaylistEnd = Hls.Playlist.playlistEnd(playlist, expired);\n var currentTime = this.tech_.currentTime();\n var buffered = this.tech_.buffered();\n\n if (!buffered.length) {\n // return true if the playhead reached the absolute end of the playlist\n return absolutePlaylistEnd - currentTime <= SAFE_TIME_DELTA;\n }\n\n var bufferedEnd = buffered.end(buffered.length - 1); // return true if there is too little buffer left and buffer has reached absolute\n // end of playlist\n\n return bufferedEnd - currentTime <= SAFE_TIME_DELTA && absolutePlaylistEnd - bufferedEnd <= SAFE_TIME_DELTA;\n }\n /**\n * Blacklists a playlist when an error occurs for a set amount of time\n * making it unavailable for selection by the rendition selection algorithm\n * and then forces a new playlist (rendition) selection.\n *\n * @param {Object=} error an optional error that may include the playlist\n * to blacklist\n * @param {Number=} blacklistDuration an optional number of seconds to blacklist the\n * playlist\n */\n\n }, {\n key: 'blacklistCurrentPlaylist',\n value: function blacklistCurrentPlaylist() {\n var error = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\n var blacklistDuration = arguments[1];\n var currentPlaylist = void 0;\n var nextPlaylist = void 0; // If the `error` was generated by the playlist loader, it will contain\n // the playlist we were trying to load (but failed) and that should be\n // blacklisted instead of the currently selected playlist which is likely\n // out-of-date in this scenario\n\n currentPlaylist = error.playlist || this.masterPlaylistLoader_.media();\n blacklistDuration = blacklistDuration || error.blacklistDuration || this.blacklistDuration; // If there is no current playlist, then an error occurred while we were\n // trying to load the master OR while we were disposing of the tech\n\n if (!currentPlaylist) {\n this.error = error;\n\n try {\n return this.mediaSource.endOfStream('network');\n } catch (e) {\n return this.trigger('error');\n }\n }\n\n var isFinalRendition = this.masterPlaylistLoader_.master.playlists.filter(isEnabled).length === 1;\n\n if (isFinalRendition) {\n // Never blacklisting this playlist because it's final rendition\n videojs$1.log.warn('Problem encountered with the current ' + 'HLS playlist. Trying again since it is the final playlist.');\n this.tech_.trigger('retryplaylist');\n return this.masterPlaylistLoader_.load(isFinalRendition);\n } // Blacklist this playlist\n\n\n currentPlaylist.excludeUntil = Date.now() + blacklistDuration * 1000;\n this.tech_.trigger('blacklistplaylist');\n this.tech_.trigger({\n type: 'usage',\n name: 'hls-rendition-blacklisted'\n }); // Select a new playlist\n\n nextPlaylist = this.selectPlaylist();\n videojs$1.log.warn('Problem encountered with the current HLS playlist.' + (error.message ? ' ' + error.message : '') + ' Switching to another playlist.');\n return this.masterPlaylistLoader_.media(nextPlaylist);\n }\n /**\n * Pause all segment loaders\n */\n\n }, {\n key: 'pauseLoading',\n value: function pauseLoading() {\n this.mainSegmentLoader_.pause();\n\n if (this.mediaTypes_.AUDIO.activePlaylistLoader) {\n this.audioSegmentLoader_.pause();\n }\n\n if (this.mediaTypes_.SUBTITLES.activePlaylistLoader) {\n this.subtitleSegmentLoader_.pause();\n }\n }\n /**\n * set the current time on all segment loaders\n *\n * @param {TimeRange} currentTime the current time to set\n * @return {TimeRange} the current time\n */\n\n }, {\n key: 'setCurrentTime',\n value: function setCurrentTime(currentTime) {\n var buffered = findRange(this.tech_.buffered(), currentTime);\n\n if (!(this.masterPlaylistLoader_ && this.masterPlaylistLoader_.media())) {\n // return immediately if the metadata is not ready yet\n return 0;\n } // it's clearly an edge-case but don't thrown an error if asked to\n // seek within an empty playlist\n\n\n if (!this.masterPlaylistLoader_.media().segments) {\n return 0;\n } // In flash playback, the segment loaders should be reset on every seek, even\n // in buffer seeks. If the seek location is already buffered, continue buffering as\n // usual\n // TODO: redo this comment\n\n\n if (buffered && buffered.length) {\n return currentTime;\n } // cancel outstanding requests so we begin buffering at the new\n // location\n\n\n this.mainSegmentLoader_.resetEverything();\n this.mainSegmentLoader_.abort();\n\n if (this.mediaTypes_.AUDIO.activePlaylistLoader) {\n this.audioSegmentLoader_.resetEverything();\n this.audioSegmentLoader_.abort();\n }\n\n if (this.mediaTypes_.SUBTITLES.activePlaylistLoader) {\n this.subtitleSegmentLoader_.resetEverything();\n this.subtitleSegmentLoader_.abort();\n } // start segment loader loading in case they are paused\n\n\n this.load();\n }\n /**\n * get the current duration\n *\n * @return {TimeRange} the duration\n */\n\n }, {\n key: 'duration',\n value: function duration$$1() {\n if (!this.masterPlaylistLoader_) {\n return 0;\n }\n\n if (this.mediaSource) {\n return this.mediaSource.duration;\n }\n\n return Hls.Playlist.duration(this.masterPlaylistLoader_.media());\n }\n /**\n * check the seekable range\n *\n * @return {TimeRange} the seekable range\n */\n\n }, {\n key: 'seekable',\n value: function seekable$$1() {\n return this.seekable_;\n }\n }, {\n key: 'onSyncInfoUpdate_',\n value: function onSyncInfoUpdate_() {\n var mainSeekable = void 0;\n var audioSeekable = void 0;\n\n if (!this.masterPlaylistLoader_) {\n return;\n }\n\n var media = this.masterPlaylistLoader_.media();\n\n if (!media) {\n return;\n }\n\n var expired = this.syncController_.getExpiredTime(media, this.mediaSource.duration);\n\n if (expired === null) {\n // not enough information to update seekable\n return;\n }\n\n mainSeekable = Hls.Playlist.seekable(media, expired);\n\n if (mainSeekable.length === 0) {\n return;\n }\n\n if (this.mediaTypes_.AUDIO.activePlaylistLoader) {\n media = this.mediaTypes_.AUDIO.activePlaylistLoader.media();\n expired = this.syncController_.getExpiredTime(media, this.mediaSource.duration);\n\n if (expired === null) {\n return;\n }\n\n audioSeekable = Hls.Playlist.seekable(media, expired);\n\n if (audioSeekable.length === 0) {\n return;\n }\n }\n\n if (!audioSeekable) {\n // seekable has been calculated based on buffering video data so it\n // can be returned directly\n this.seekable_ = mainSeekable;\n } else if (audioSeekable.start(0) > mainSeekable.end(0) || mainSeekable.start(0) > audioSeekable.end(0)) {\n // seekables are pretty far off, rely on main\n this.seekable_ = mainSeekable;\n } else {\n this.seekable_ = videojs$1.createTimeRanges([[audioSeekable.start(0) > mainSeekable.start(0) ? audioSeekable.start(0) : mainSeekable.start(0), audioSeekable.end(0) < mainSeekable.end(0) ? audioSeekable.end(0) : mainSeekable.end(0)]]);\n }\n\n this.logger_('seekable updated [' + printableRange(this.seekable_) + ']');\n this.tech_.trigger('seekablechanged');\n }\n /**\n * Update the player duration\n */\n\n }, {\n key: 'updateDuration',\n value: function updateDuration() {\n var _this6 = this;\n\n var oldDuration = this.mediaSource.duration;\n var newDuration = Hls.Playlist.duration(this.masterPlaylistLoader_.media());\n var buffered = this.tech_.buffered();\n\n var setDuration = function setDuration() {\n _this6.mediaSource.duration = newDuration;\n\n _this6.tech_.trigger('durationchange');\n\n _this6.mediaSource.removeEventListener('sourceopen', setDuration);\n };\n\n if (buffered.length > 0) {\n newDuration = Math.max(newDuration, buffered.end(buffered.length - 1));\n } // if the duration has changed, invalidate the cached value\n\n\n if (oldDuration !== newDuration) {\n // update the duration\n if (this.mediaSource.readyState !== 'open') {\n this.mediaSource.addEventListener('sourceopen', setDuration);\n } else {\n setDuration();\n }\n }\n }\n /**\n * dispose of the MasterPlaylistController and everything\n * that it controls\n */\n\n }, {\n key: 'dispose',\n value: function dispose() {\n var _this7 = this;\n\n this.decrypter_.terminate();\n this.masterPlaylistLoader_.dispose();\n this.mainSegmentLoader_.dispose();\n ['AUDIO', 'SUBTITLES'].forEach(function (type) {\n var groups = _this7.mediaTypes_[type].groups;\n\n for (var id in groups) {\n groups[id].forEach(function (group) {\n if (group.playlistLoader) {\n group.playlistLoader.dispose();\n }\n });\n }\n });\n this.audioSegmentLoader_.dispose();\n this.subtitleSegmentLoader_.dispose();\n }\n /**\n * return the master playlist object if we have one\n *\n * @return {Object} the master playlist object that we parsed\n */\n\n }, {\n key: 'master',\n value: function master() {\n return this.masterPlaylistLoader_.master;\n }\n /**\n * return the currently selected playlist\n *\n * @return {Object} the currently selected playlist object that we parsed\n */\n\n }, {\n key: 'media',\n value: function media() {\n // playlist loader will not return media if it has not been fully loaded\n return this.masterPlaylistLoader_.media() || this.initialMedia_;\n }\n /**\n * setup our internal source buffers on our segment Loaders\n *\n * @private\n */\n\n }, {\n key: 'setupSourceBuffers_',\n value: function setupSourceBuffers_() {\n var media = this.masterPlaylistLoader_.media();\n var mimeTypes = void 0; // wait until a media playlist is available and the Media Source is\n // attached\n\n if (!media || this.mediaSource.readyState !== 'open') {\n return;\n }\n\n mimeTypes = mimeTypesForPlaylist(this.masterPlaylistLoader_.master, media);\n\n if (mimeTypes.length < 1) {\n this.error = 'No compatible SourceBuffer configuration for the variant stream:' + media.resolvedUri;\n return this.mediaSource.endOfStream('decode');\n }\n\n this.configureLoaderMimeTypes_(mimeTypes); // exclude any incompatible variant streams from future playlist\n // selection\n\n this.excludeIncompatibleVariants_(media);\n }\n }, {\n key: 'configureLoaderMimeTypes_',\n value: function configureLoaderMimeTypes_(mimeTypes) {\n // If the content is demuxed, we can't start appending segments to a source buffer\n // until both source buffers are set up, or else the browser may not let us add the\n // second source buffer (it will assume we are playing either audio only or video\n // only).\n var sourceBufferEmitter = // If there is more than one mime type\n mimeTypes.length > 1 && // and the first mime type does not have muxed video and audio\n mimeTypes[0].indexOf(',') === -1 && // and the two mime types are different (they can be the same in the case of audio\n // only with alternate audio)\n mimeTypes[0] !== mimeTypes[1] ? // then we want to wait on the second source buffer\n new videojs$1.EventTarget() : // otherwise there is no need to wait as the content is either audio only,\n // video only, or muxed content.\n null;\n this.mainSegmentLoader_.mimeType(mimeTypes[0], sourceBufferEmitter);\n\n if (mimeTypes[1]) {\n this.audioSegmentLoader_.mimeType(mimeTypes[1], sourceBufferEmitter);\n }\n }\n /**\n * Blacklists playlists with codecs that are unsupported by the browser.\n */\n\n }, {\n key: 'excludeUnsupportedVariants_',\n value: function excludeUnsupportedVariants_() {\n this.master().playlists.forEach(function (variant) {\n if (variant.attributes.CODECS && window$1.MediaSource && window$1.MediaSource.isTypeSupported && !window$1.MediaSource.isTypeSupported('video/mp4; codecs=\"' + mapLegacyAvcCodecs(variant.attributes.CODECS) + '\"')) {\n variant.excludeUntil = Infinity;\n }\n });\n }\n /**\n * Blacklist playlists that are known to be codec or\n * stream-incompatible with the SourceBuffer configuration. For\n * instance, Media Source Extensions would cause the video element to\n * stall waiting for video data if you switched from a variant with\n * video and audio to an audio-only one.\n *\n * @param {Object} media a media playlist compatible with the current\n * set of SourceBuffers. Variants in the current master playlist that\n * do not appear to have compatible codec or stream configurations\n * will be excluded from the default playlist selection algorithm\n * indefinitely.\n * @private\n */\n\n }, {\n key: 'excludeIncompatibleVariants_',\n value: function excludeIncompatibleVariants_(media) {\n var codecCount = 2;\n var videoCodec = null;\n var codecs = void 0;\n\n if (media.attributes.CODECS) {\n codecs = parseCodecs(media.attributes.CODECS);\n videoCodec = codecs.videoCodec;\n codecCount = codecs.codecCount;\n }\n\n this.master().playlists.forEach(function (variant) {\n var variantCodecs = {\n codecCount: 2,\n videoCodec: null\n };\n\n if (variant.attributes.CODECS) {\n variantCodecs = parseCodecs(variant.attributes.CODECS);\n } // if the streams differ in the presence or absence of audio or\n // video, they are incompatible\n\n\n if (variantCodecs.codecCount !== codecCount) {\n variant.excludeUntil = Infinity;\n } // if h.264 is specified on the current playlist, some flavor of\n // it must be specified on all compatible variants\n\n\n if (variantCodecs.videoCodec !== videoCodec) {\n variant.excludeUntil = Infinity;\n }\n });\n }\n }, {\n key: 'updateAdCues_',\n value: function updateAdCues_(media) {\n var offset = 0;\n var seekable$$1 = this.seekable();\n\n if (seekable$$1.length) {\n offset = seekable$$1.start(0);\n }\n\n updateAdCues(media, this.cueTagsTrack_, offset);\n }\n /**\n * Calculates the desired forward buffer length based on current time\n *\n * @return {Number} Desired forward buffer length in seconds\n */\n\n }, {\n key: 'goalBufferLength',\n value: function goalBufferLength() {\n var currentTime = this.tech_.currentTime();\n var initial = Config.GOAL_BUFFER_LENGTH;\n var rate = Config.GOAL_BUFFER_LENGTH_RATE;\n var max = Math.max(initial, Config.MAX_GOAL_BUFFER_LENGTH);\n return Math.min(initial + currentTime * rate, max);\n }\n /**\n * Calculates the desired buffer low water line based on current time\n *\n * @return {Number} Desired buffer low water line in seconds\n */\n\n }, {\n key: 'bufferLowWaterLine',\n value: function bufferLowWaterLine() {\n var currentTime = this.tech_.currentTime();\n var initial = Config.BUFFER_LOW_WATER_LINE;\n var rate = Config.BUFFER_LOW_WATER_LINE_RATE;\n var max = Math.max(initial, Config.MAX_BUFFER_LOW_WATER_LINE);\n return Math.min(initial + currentTime * rate, max);\n }\n }]);\n return MasterPlaylistController;\n}(videojs$1.EventTarget);\n/**\n * Returns a function that acts as the Enable/disable playlist function.\n *\n * @param {PlaylistLoader} loader - The master playlist loader\n * @param {String} playlistUri - uri of the playlist\n * @param {Function} changePlaylistFn - A function to be called after a\n * playlist's enabled-state has been changed. Will NOT be called if a\n * playlist's enabled-state is unchanged\n * @param {Boolean=} enable - Value to set the playlist enabled-state to\n * or if undefined returns the current enabled-state for the playlist\n * @return {Function} Function for setting/getting enabled\n */\n\n\nvar enableFunction = function enableFunction(loader, playlistUri, changePlaylistFn) {\n return function (enable) {\n var playlist = loader.master.playlists[playlistUri];\n var incompatible = isIncompatible(playlist);\n var currentlyEnabled = isEnabled(playlist);\n\n if (typeof enable === 'undefined') {\n return currentlyEnabled;\n }\n\n if (enable) {\n delete playlist.disabled;\n } else {\n playlist.disabled = true;\n }\n\n if (enable !== currentlyEnabled && !incompatible) {\n // Ensure the outside world knows about our changes\n changePlaylistFn();\n\n if (enable) {\n loader.trigger('renditionenabled');\n } else {\n loader.trigger('renditiondisabled');\n }\n }\n\n return enable;\n };\n};\n/**\n * The representation object encapsulates the publicly visible information\n * in a media playlist along with a setter/getter-type function (enabled)\n * for changing the enabled-state of a particular playlist entry\n *\n * @class Representation\n */\n\n\nvar Representation = function Representation(hlsHandler, playlist, id) {\n classCallCheck(this, Representation);\n var mpc = hlsHandler.masterPlaylistController_,\n smoothQualityChange = hlsHandler.options_.smoothQualityChange; // Get a reference to a bound version of the quality change function\n\n var changeType = smoothQualityChange ? 'smooth' : 'fast';\n var qualityChangeFunction = mpc[changeType + 'QualityChange_'].bind(mpc); // some playlist attributes are optional\n\n if (playlist.attributes.RESOLUTION) {\n var resolution = playlist.attributes.RESOLUTION;\n this.width = resolution.width;\n this.height = resolution.height;\n }\n\n this.bandwidth = playlist.attributes.BANDWIDTH; // The id is simply the ordinality of the media playlist\n // within the master playlist\n\n this.id = id; // Partially-apply the enableFunction to create a playlist-\n // specific variant\n\n this.enabled = enableFunction(hlsHandler.playlists, playlist.uri, qualityChangeFunction);\n};\n/**\n * A mixin function that adds the `representations` api to an instance\n * of the HlsHandler class\n * @param {HlsHandler} hlsHandler - An instance of HlsHandler to add the\n * representation API into\n */\n\n\nvar renditionSelectionMixin = function renditionSelectionMixin(hlsHandler) {\n var playlists = hlsHandler.playlists; // Add a single API-specific function to the HlsHandler instance\n\n hlsHandler.representations = function () {\n return playlists.master.playlists.filter(function (media) {\n return !isIncompatible(media);\n }).map(function (e, i) {\n return new Representation(hlsHandler, e, e.uri);\n });\n };\n};\n/**\n * @file playback-watcher.js\n *\n * Playback starts, and now my watch begins. It shall not end until my death. I shall\n * take no wait, hold no uncleared timeouts, father no bad seeks. I shall wear no crowns\n * and win no glory. I shall live and die at my post. I am the corrector of the underflow.\n * I am the watcher of gaps. I am the shield that guards the realms of seekable. I pledge\n * my life and honor to the Playback Watch, for this Player and all the Players to come.\n */\n// Set of events that reset the playback-watcher time check logic and clear the timeout\n\n\nvar timerCancelEvents = ['seeking', 'seeked', 'pause', 'playing', 'error'];\n/**\n * @class PlaybackWatcher\n */\n\nvar PlaybackWatcher = function () {\n /**\n * Represents an PlaybackWatcher object.\n * @constructor\n * @param {object} options an object that includes the tech and settings\n */\n function PlaybackWatcher(options) {\n var _this = this;\n\n classCallCheck(this, PlaybackWatcher);\n this.tech_ = options.tech;\n this.seekable = options.seekable;\n this.seekTo = options.seekTo;\n this.consecutiveUpdates = 0;\n this.lastRecordedTime = null;\n this.timer_ = null;\n this.checkCurrentTimeTimeout_ = null;\n this.logger_ = logger('PlaybackWatcher');\n this.logger_('initialize');\n\n var canPlayHandler = function canPlayHandler() {\n return _this.monitorCurrentTime_();\n };\n\n var waitingHandler = function waitingHandler() {\n return _this.techWaiting_();\n };\n\n var cancelTimerHandler = function cancelTimerHandler() {\n return _this.cancelTimer_();\n };\n\n var fixesBadSeeksHandler = function fixesBadSeeksHandler() {\n return _this.fixesBadSeeks_();\n };\n\n this.tech_.on('seekablechanged', fixesBadSeeksHandler);\n this.tech_.on('waiting', waitingHandler);\n this.tech_.on(timerCancelEvents, cancelTimerHandler);\n this.tech_.on('canplay', canPlayHandler); // Define the dispose function to clean up our events\n\n this.dispose = function () {\n _this.logger_('dispose');\n\n _this.tech_.off('seekablechanged', fixesBadSeeksHandler);\n\n _this.tech_.off('waiting', waitingHandler);\n\n _this.tech_.off(timerCancelEvents, cancelTimerHandler);\n\n _this.tech_.off('canplay', canPlayHandler);\n\n if (_this.checkCurrentTimeTimeout_) {\n window$1.clearTimeout(_this.checkCurrentTimeTimeout_);\n }\n\n _this.cancelTimer_();\n };\n }\n /**\n * Periodically check current time to see if playback stopped\n *\n * @private\n */\n\n\n createClass(PlaybackWatcher, [{\n key: 'monitorCurrentTime_',\n value: function monitorCurrentTime_() {\n this.checkCurrentTime_();\n\n if (this.checkCurrentTimeTimeout_) {\n window$1.clearTimeout(this.checkCurrentTimeTimeout_);\n } // 42 = 24 fps // 250 is what Webkit uses // FF uses 15\n\n\n this.checkCurrentTimeTimeout_ = window$1.setTimeout(this.monitorCurrentTime_.bind(this), 250);\n }\n /**\n * The purpose of this function is to emulate the \"waiting\" event on\n * browsers that do not emit it when they are waiting for more\n * data to continue playback\n *\n * @private\n */\n\n }, {\n key: 'checkCurrentTime_',\n value: function checkCurrentTime_() {\n if (this.tech_.seeking() && this.fixesBadSeeks_()) {\n this.consecutiveUpdates = 0;\n this.lastRecordedTime = this.tech_.currentTime();\n return;\n }\n\n if (this.tech_.paused() || this.tech_.seeking()) {\n return;\n }\n\n var currentTime = this.tech_.currentTime();\n var buffered = this.tech_.buffered();\n\n if (this.lastRecordedTime === currentTime && (!buffered.length || currentTime + SAFE_TIME_DELTA >= buffered.end(buffered.length - 1))) {\n // If current time is at the end of the final buffered region, then any playback\n // stall is most likely caused by buffering in a low bandwidth environment. The tech\n // should fire a `waiting` event in this scenario, but due to browser and tech\n // inconsistencies. Calling `techWaiting_` here allows us to simulate\n // responding to a native `waiting` event when the tech fails to emit one.\n return this.techWaiting_();\n }\n\n if (this.consecutiveUpdates >= 5 && currentTime === this.lastRecordedTime) {\n this.consecutiveUpdates++;\n this.waiting_();\n } else if (currentTime === this.lastRecordedTime) {\n this.consecutiveUpdates++;\n } else {\n this.consecutiveUpdates = 0;\n this.lastRecordedTime = currentTime;\n }\n }\n /**\n * Cancels any pending timers and resets the 'timeupdate' mechanism\n * designed to detect that we are stalled\n *\n * @private\n */\n\n }, {\n key: 'cancelTimer_',\n value: function cancelTimer_() {\n this.consecutiveUpdates = 0;\n\n if (this.timer_) {\n this.logger_('cancelTimer_');\n clearTimeout(this.timer_);\n }\n\n this.timer_ = null;\n }\n /**\n * Fixes situations where there's a bad seek\n *\n * @return {Boolean} whether an action was taken to fix the seek\n * @private\n */\n\n }, {\n key: 'fixesBadSeeks_',\n value: function fixesBadSeeks_() {\n var seeking = this.tech_.seeking();\n var seekable = this.seekable();\n var currentTime = this.tech_.currentTime();\n var seekTo = void 0;\n\n if (seeking && this.afterSeekableWindow_(seekable, currentTime)) {\n var seekableEnd = seekable.end(seekable.length - 1); // sync to live point (if VOD, our seekable was updated and we're simply adjusting)\n\n seekTo = seekableEnd;\n }\n\n if (seeking && this.beforeSeekableWindow_(seekable, currentTime)) {\n var seekableStart = seekable.start(0); // sync to the beginning of the live window\n // provide a buffer of .1 seconds to handle rounding/imprecise numbers\n\n seekTo = seekableStart + SAFE_TIME_DELTA;\n }\n\n if (typeof seekTo !== 'undefined') {\n this.logger_('Trying to seek outside of seekable at time ' + currentTime + ' with ' + ('seekable range ' + printableRange(seekable) + '. Seeking to ') + (seekTo + '.'));\n this.seekTo(seekTo);\n return true;\n }\n\n return false;\n }\n /**\n * Handler for situations when we determine the player is waiting.\n *\n * @private\n */\n\n }, {\n key: 'waiting_',\n value: function waiting_() {\n if (this.techWaiting_()) {\n return;\n } // All tech waiting checks failed. Use last resort correction\n\n\n var currentTime = this.tech_.currentTime();\n var buffered = this.tech_.buffered();\n var currentRange = findRange(buffered, currentTime); // Sometimes the player can stall for unknown reasons within a contiguous buffered\n // region with no indication that anything is amiss (seen in Firefox). Seeking to\n // currentTime is usually enough to kickstart the player. This checks that the player\n // is currently within a buffered region before attempting a corrective seek.\n // Chrome does not appear to continue `timeupdate` events after a `waiting` event\n // until there is ~ 3 seconds of forward buffer available. PlaybackWatcher should also\n // make sure there is ~3 seconds of forward buffer before taking any corrective action\n // to avoid triggering an `unknownwaiting` event when the network is slow.\n\n if (currentRange.length && currentTime + 3 <= currentRange.end(0)) {\n this.cancelTimer_();\n this.seekTo(currentTime);\n this.logger_('Stopped at ' + currentTime + ' while inside a buffered region ' + ('[' + currentRange.start(0) + ' -> ' + currentRange.end(0) + ']. Attempting to resume ') + 'playback by seeking to the current time.'); // unknown waiting corrections may be useful for monitoring QoS\n\n this.tech_.trigger({\n type: 'usage',\n name: 'hls-unknown-waiting'\n });\n return;\n }\n }\n /**\n * Handler for situations when the tech fires a `waiting` event\n *\n * @return {Boolean}\n * True if an action (or none) was needed to correct the waiting. False if no\n * checks passed\n * @private\n */\n\n }, {\n key: 'techWaiting_',\n value: function techWaiting_() {\n var seekable = this.seekable();\n var currentTime = this.tech_.currentTime();\n\n if (this.tech_.seeking() && this.fixesBadSeeks_()) {\n // Tech is seeking or bad seek fixed, no action needed\n return true;\n }\n\n if (this.tech_.seeking() || this.timer_ !== null) {\n // Tech is seeking or already waiting on another action, no action needed\n return true;\n }\n\n if (this.beforeSeekableWindow_(seekable, currentTime)) {\n var livePoint = seekable.end(seekable.length - 1);\n this.logger_('Fell out of live window at time ' + currentTime + '. Seeking to ' + ('live point (seekable end) ' + livePoint));\n this.cancelTimer_();\n this.seekTo(livePoint); // live window resyncs may be useful for monitoring QoS\n\n this.tech_.trigger({\n type: 'usage',\n name: 'hls-live-resync'\n });\n return true;\n }\n\n var buffered = this.tech_.buffered();\n var nextRange = findNextRange(buffered, currentTime);\n\n if (this.videoUnderflow_(nextRange, buffered, currentTime)) {\n // Even though the video underflowed and was stuck in a gap, the audio overplayed\n // the gap, leading currentTime into a buffered range. Seeking to currentTime\n // allows the video to catch up to the audio position without losing any audio\n // (only suffering ~3 seconds of frozen video and a pause in audio playback).\n this.cancelTimer_();\n this.seekTo(currentTime); // video underflow may be useful for monitoring QoS\n\n this.tech_.trigger({\n type: 'usage',\n name: 'hls-video-underflow'\n });\n return true;\n } // check for gap\n\n\n if (nextRange.length > 0) {\n var difference = nextRange.start(0) - currentTime;\n this.logger_('Stopped at ' + currentTime + ', setting timer for ' + difference + ', seeking ' + ('to ' + nextRange.start(0)));\n this.timer_ = setTimeout(this.skipTheGap_.bind(this), difference * 1000, currentTime);\n return true;\n } // All checks failed. Returning false to indicate failure to correct waiting\n\n\n return false;\n }\n }, {\n key: 'afterSeekableWindow_',\n value: function afterSeekableWindow_(seekable, currentTime) {\n if (!seekable.length) {\n // we can't make a solid case if there's no seekable, default to false\n return false;\n }\n\n if (currentTime > seekable.end(seekable.length - 1) + SAFE_TIME_DELTA) {\n return true;\n }\n\n return false;\n }\n }, {\n key: 'beforeSeekableWindow_',\n value: function beforeSeekableWindow_(seekable, currentTime) {\n if (seekable.length && // can't fall before 0 and 0 seekable start identifies VOD stream\n seekable.start(0) > 0 && currentTime < seekable.start(0) - SAFE_TIME_DELTA) {\n return true;\n }\n\n return false;\n }\n }, {\n key: 'videoUnderflow_',\n value: function videoUnderflow_(nextRange, buffered, currentTime) {\n if (nextRange.length === 0) {\n // Even if there is no available next range, there is still a possibility we are\n // stuck in a gap due to video underflow.\n var gap = this.gapFromVideoUnderflow_(buffered, currentTime);\n\n if (gap) {\n this.logger_('Encountered a gap in video from ' + gap.start + ' to ' + gap.end + '. ' + ('Seeking to current time ' + currentTime));\n return true;\n }\n }\n\n return false;\n }\n /**\n * Timer callback. If playback still has not proceeded, then we seek\n * to the start of the next buffered region.\n *\n * @private\n */\n\n }, {\n key: 'skipTheGap_',\n value: function skipTheGap_(scheduledCurrentTime) {\n var buffered = this.tech_.buffered();\n var currentTime = this.tech_.currentTime();\n var nextRange = findNextRange(buffered, currentTime);\n this.cancelTimer_();\n\n if (nextRange.length === 0 || currentTime !== scheduledCurrentTime) {\n return;\n }\n\n this.logger_('skipTheGap_:', 'currentTime:', currentTime, 'scheduled currentTime:', scheduledCurrentTime, 'nextRange start:', nextRange.start(0)); // only seek if we still have not played\n\n this.seekTo(nextRange.start(0) + TIME_FUDGE_FACTOR);\n this.tech_.trigger({\n type: 'usage',\n name: 'hls-gap-skip'\n });\n }\n }, {\n key: 'gapFromVideoUnderflow_',\n value: function gapFromVideoUnderflow_(buffered, currentTime) {\n // At least in Chrome, if there is a gap in the video buffer, the audio will continue\n // playing for ~3 seconds after the video gap starts. This is done to account for\n // video buffer underflow/underrun (note that this is not done when there is audio\n // buffer underflow/underrun -- in that case the video will stop as soon as it\n // encounters the gap, as audio stalls are more noticeable/jarring to a user than\n // video stalls). The player's time will reflect the playthrough of audio, so the\n // time will appear as if we are in a buffered region, even if we are stuck in a\n // \"gap.\"\n //\n // Example:\n // video buffer: 0 => 10.1, 10.2 => 20\n // audio buffer: 0 => 20\n // overall buffer: 0 => 10.1, 10.2 => 20\n // current time: 13\n //\n // Chrome's video froze at 10 seconds, where the video buffer encountered the gap,\n // however, the audio continued playing until it reached ~3 seconds past the gap\n // (13 seconds), at which point it stops as well. Since current time is past the\n // gap, findNextRange will return no ranges.\n //\n // To check for this issue, we see if there is a gap that starts somewhere within\n // a 3 second range (3 seconds +/- 1 second) back from our current time.\n var gaps = findGaps(buffered);\n\n for (var i = 0; i < gaps.length; i++) {\n var start = gaps.start(i);\n var end = gaps.end(i); // gap is starts no more than 4 seconds back\n\n if (currentTime - start < 4 && currentTime - start > 2) {\n return {\n start: start,\n end: end\n };\n }\n }\n\n return null;\n }\n }]);\n return PlaybackWatcher;\n}();\n\nvar defaultOptions = {\n errorInterval: 30,\n getSource: function getSource(next) {\n var tech = this.tech({\n IWillNotUseThisInPlugins: true\n });\n var sourceObj = tech.currentSource_;\n return next(sourceObj);\n }\n};\n/**\n * Main entry point for the plugin\n *\n * @param {Player} player a reference to a videojs Player instance\n * @param {Object} [options] an object with plugin options\n * @private\n */\n\nvar initPlugin = function initPlugin(player, options) {\n var lastCalled = 0;\n var seekTo = 0;\n var localOptions = videojs$1.mergeOptions(defaultOptions, options);\n player.ready(function () {\n player.trigger({\n type: 'usage',\n name: 'hls-error-reload-initialized'\n });\n });\n /**\n * Player modifications to perform that must wait until `loadedmetadata`\n * has been triggered\n *\n * @private\n */\n\n var loadedMetadataHandler = function loadedMetadataHandler() {\n if (seekTo) {\n player.currentTime(seekTo);\n }\n };\n /**\n * Set the source on the player element, play, and seek if necessary\n *\n * @param {Object} sourceObj An object specifying the source url and mime-type to play\n * @private\n */\n\n\n var setSource = function setSource(sourceObj) {\n if (sourceObj === null || sourceObj === undefined) {\n return;\n }\n\n seekTo = player.duration() !== Infinity && player.currentTime() || 0;\n player.one('loadedmetadata', loadedMetadataHandler);\n player.src(sourceObj);\n player.trigger({\n type: 'usage',\n name: 'hls-error-reload'\n });\n player.play();\n };\n /**\n * Attempt to get a source from either the built-in getSource function\n * or a custom function provided via the options\n *\n * @private\n */\n\n\n var errorHandler = function errorHandler() {\n // Do not attempt to reload the source if a source-reload occurred before\n // 'errorInterval' time has elapsed since the last source-reload\n if (Date.now() - lastCalled < localOptions.errorInterval * 1000) {\n player.trigger({\n type: 'usage',\n name: 'hls-error-reload-canceled'\n });\n return;\n }\n\n if (!localOptions.getSource || typeof localOptions.getSource !== 'function') {\n videojs$1.log.error('ERROR: reloadSourceOnError - The option getSource must be a function!');\n return;\n }\n\n lastCalled = Date.now();\n return localOptions.getSource.call(player, setSource);\n };\n /**\n * Unbind any event handlers that were bound by the plugin\n *\n * @private\n */\n\n\n var cleanupEvents = function cleanupEvents() {\n player.off('loadedmetadata', loadedMetadataHandler);\n player.off('error', errorHandler);\n player.off('dispose', cleanupEvents);\n };\n /**\n * Cleanup before re-initializing the plugin\n *\n * @param {Object} [newOptions] an object with plugin options\n * @private\n */\n\n\n var reinitPlugin = function reinitPlugin(newOptions) {\n cleanupEvents();\n initPlugin(player, newOptions);\n };\n\n player.on('error', errorHandler);\n player.on('dispose', cleanupEvents); // Overwrite the plugin function so that we can correctly cleanup before\n // initializing the plugin\n\n player.reloadSourceOnError = reinitPlugin;\n};\n/**\n * Reload the source when an error is detected as long as there\n * wasn't an error previously within the last 30 seconds\n *\n * @param {Object} [options] an object with plugin options\n */\n\n\nvar reloadSourceOnError = function reloadSourceOnError(options) {\n initPlugin(this, options);\n};\n\nvar version$1 = \"1.5.1\"; // since VHS handles HLS and DASH (and in the future, more types), use * to capture all\n\nvideojs$1.use('*', function (player) {\n return {\n setSource: function setSource(srcObj, next) {\n // pass null as the first argument to indicate that the source is not rejected\n next(null, srcObj);\n },\n // VHS needs to know when seeks happen. For external seeks (generated at the player\n // level), this middleware will capture the action. For internal seeks (generated at\n // the tech level), we use a wrapped function so that we can handle it on our own\n // (specified elsewhere).\n setCurrentTime: function setCurrentTime(time) {\n if (player.vhs && player.currentSource().src === player.vhs.source_.src) {\n player.vhs.setCurrentTime(time);\n }\n\n return time;\n },\n // Sync VHS after play requests.\n // This specifically handles replay where the order of actions is\n // play, video element will seek to 0 (skipping the setCurrentTime middleware)\n // then triggers a play event.\n play: function play() {\n if (player.vhs && player.currentSource().src === player.vhs.source_.src) {\n player.vhs.setCurrentTime(player.currentTime());\n }\n }\n };\n});\n/**\n * @file videojs-http-streaming.js\n *\n * The main file for the HLS project.\n * License: https://github.com/videojs/videojs-http-streaming/blob/master/LICENSE\n */\n\nvar Hls$1 = {\n PlaylistLoader: PlaylistLoader,\n Playlist: Playlist,\n Decrypter: Decrypter,\n AsyncStream: AsyncStream,\n decrypt: decrypt,\n utils: utils,\n STANDARD_PLAYLIST_SELECTOR: lastBandwidthSelector,\n INITIAL_PLAYLIST_SELECTOR: lowestBitrateCompatibleVariantSelector,\n comparePlaylistBandwidth: comparePlaylistBandwidth,\n comparePlaylistResolution: comparePlaylistResolution,\n xhr: xhrFactory()\n}; // Define getter/setters for config properites\n\n['GOAL_BUFFER_LENGTH', 'MAX_GOAL_BUFFER_LENGTH', 'GOAL_BUFFER_LENGTH_RATE', 'BUFFER_LOW_WATER_LINE', 'MAX_BUFFER_LOW_WATER_LINE', 'BUFFER_LOW_WATER_LINE_RATE', 'BANDWIDTH_VARIANCE'].forEach(function (prop) {\n Object.defineProperty(Hls$1, prop, {\n get: function get$$1() {\n videojs$1.log.warn('using Hls.' + prop + ' is UNSAFE be sure you know what you are doing');\n return Config[prop];\n },\n set: function set$$1(value) {\n videojs$1.log.warn('using Hls.' + prop + ' is UNSAFE be sure you know what you are doing');\n\n if (typeof value !== 'number' || value < 0) {\n videojs$1.log.warn('value of Hls.' + prop + ' must be greater than or equal to 0');\n return;\n }\n\n Config[prop] = value;\n }\n });\n});\nvar LOCAL_STORAGE_KEY$1 = 'videojs-vhs';\n\nvar simpleTypeFromSourceType = function simpleTypeFromSourceType(type) {\n var mpegurlRE = /^(audio|video|application)\\/(x-|vnd\\.apple\\.)?mpegurl/i;\n\n if (mpegurlRE.test(type)) {\n return 'hls';\n }\n\n var dashRE = /^application\\/dash\\+xml/i;\n\n if (dashRE.test(type)) {\n return 'dash';\n }\n\n return null;\n};\n/**\n * Updates the selectedIndex of the QualityLevelList when a mediachange happens in hls.\n *\n * @param {QualityLevelList} qualityLevels The QualityLevelList to update.\n * @param {PlaylistLoader} playlistLoader PlaylistLoader containing the new media info.\n * @function handleHlsMediaChange\n */\n\n\nvar handleHlsMediaChange = function handleHlsMediaChange(qualityLevels, playlistLoader) {\n var newPlaylist = playlistLoader.media();\n var selectedIndex = -1;\n\n for (var i = 0; i < qualityLevels.length; i++) {\n if (qualityLevels[i].id === newPlaylist.uri) {\n selectedIndex = i;\n break;\n }\n }\n\n qualityLevels.selectedIndex_ = selectedIndex;\n qualityLevels.trigger({\n selectedIndex: selectedIndex,\n type: 'change'\n });\n};\n/**\n * Adds quality levels to list once playlist metadata is available\n *\n * @param {QualityLevelList} qualityLevels The QualityLevelList to attach events to.\n * @param {Object} hls Hls object to listen to for media events.\n * @function handleHlsLoadedMetadata\n */\n\n\nvar handleHlsLoadedMetadata = function handleHlsLoadedMetadata(qualityLevels, hls) {\n hls.representations().forEach(function (rep) {\n qualityLevels.addQualityLevel(rep);\n });\n handleHlsMediaChange(qualityLevels, hls.playlists);\n}; // HLS is a source handler, not a tech. Make sure attempts to use it\n// as one do not cause exceptions.\n\n\nHls$1.canPlaySource = function () {\n return videojs$1.log.warn('HLS is no longer a tech. Please remove it from ' + 'your player\\'s techOrder.');\n};\n\nvar emeKeySystems = function emeKeySystems(keySystemOptions, videoPlaylist, audioPlaylist) {\n if (!keySystemOptions) {\n return keySystemOptions;\n } // upsert the content types based on the selected playlist\n\n\n var keySystemContentTypes = {};\n\n for (var keySystem in keySystemOptions) {\n keySystemContentTypes[keySystem] = {\n audioContentType: 'audio/mp4; codecs=\"' + audioPlaylist.attributes.CODECS + '\"',\n videoContentType: 'video/mp4; codecs=\"' + videoPlaylist.attributes.CODECS + '\"'\n };\n\n if (videoPlaylist.contentProtection && videoPlaylist.contentProtection[keySystem] && videoPlaylist.contentProtection[keySystem].pssh) {\n keySystemContentTypes[keySystem].pssh = videoPlaylist.contentProtection[keySystem].pssh;\n } // videojs-contrib-eme accepts the option of specifying: 'com.some.cdm': 'url'\n // so we need to prevent overwriting the URL entirely\n\n\n if (typeof keySystemOptions[keySystem] === 'string') {\n keySystemContentTypes[keySystem].url = keySystemOptions[keySystem];\n }\n }\n\n return videojs$1.mergeOptions(keySystemOptions, keySystemContentTypes);\n};\n\nvar setupEmeOptions = function setupEmeOptions(hlsHandler) {\n if (hlsHandler.options_.sourceType !== 'dash') {\n return;\n }\n\n var player = videojs$1.players[hlsHandler.tech_.options_.playerId];\n\n if (player.eme) {\n var sourceOptions = emeKeySystems(hlsHandler.source_.keySystems, hlsHandler.playlists.media(), hlsHandler.masterPlaylistController_.mediaTypes_.AUDIO.activePlaylistLoader.media());\n\n if (sourceOptions) {\n player.currentSource().keySystems = sourceOptions; // works around https://bugs.chromium.org/p/chromium/issues/detail?id=895449\n\n if (player.eme.initializeMediaKeys) {\n player.eme.initializeMediaKeys();\n }\n }\n }\n};\n\nvar getVhsLocalStorage = function getVhsLocalStorage() {\n if (!window.localStorage) {\n return null;\n }\n\n var storedObject = window.localStorage.getItem(LOCAL_STORAGE_KEY$1);\n\n if (!storedObject) {\n return null;\n }\n\n try {\n return JSON.parse(storedObject);\n } catch (e) {\n // someone may have tampered with the value\n return null;\n }\n};\n\nvar updateVhsLocalStorage = function updateVhsLocalStorage(options) {\n if (!window.localStorage) {\n return false;\n }\n\n var objectToStore = getVhsLocalStorage();\n objectToStore = objectToStore ? videojs$1.mergeOptions(objectToStore, options) : options;\n\n try {\n window.localStorage.setItem(LOCAL_STORAGE_KEY$1, JSON.stringify(objectToStore));\n } catch (e) {\n // Throws if storage is full (e.g., always on iOS 5+ Safari private mode, where\n // storage is set to 0).\n // https://developer.mozilla.org/en-US/docs/Web/API/Storage/setItem#Exceptions\n // No need to perform any operation.\n return false;\n }\n\n return objectToStore;\n};\n/**\n * Whether the browser has built-in HLS support.\n */\n\n\nHls$1.supportsNativeHls = function () {\n var video = document.createElement('video'); // native HLS is definitely not supported if HTML5 video isn't\n\n if (!videojs$1.getTech('Html5').isSupported()) {\n return false;\n } // HLS manifests can go by many mime-types\n\n\n var canPlay = [// Apple santioned\n 'application/vnd.apple.mpegurl', // Apple sanctioned for backwards compatibility\n 'audio/mpegurl', // Very common\n 'audio/x-mpegurl', // Very common\n 'application/x-mpegurl', // Included for completeness\n 'video/x-mpegurl', 'video/mpegurl', 'application/mpegurl'];\n return canPlay.some(function (canItPlay) {\n return /maybe|probably/i.test(video.canPlayType(canItPlay));\n });\n}();\n\nHls$1.supportsNativeDash = function () {\n if (!videojs$1.getTech('Html5').isSupported()) {\n return false;\n }\n\n return /maybe|probably/i.test(document.createElement('video').canPlayType('application/dash+xml'));\n}();\n\nHls$1.supportsTypeNatively = function (type) {\n if (type === 'hls') {\n return Hls$1.supportsNativeHls;\n }\n\n if (type === 'dash') {\n return Hls$1.supportsNativeDash;\n }\n\n return false;\n};\n/**\n * HLS is a source handler, not a tech. Make sure attempts to use it\n * as one do not cause exceptions.\n */\n\n\nHls$1.isSupported = function () {\n return videojs$1.log.warn('HLS is no longer a tech. Please remove it from ' + 'your player\\'s techOrder.');\n};\n\nvar Component$1 = videojs$1.getComponent('Component');\n/**\n * The Hls Handler object, where we orchestrate all of the parts\n * of HLS to interact with video.js\n *\n * @class HlsHandler\n * @extends videojs.Component\n * @param {Object} source the soruce object\n * @param {Tech} tech the parent tech object\n * @param {Object} options optional and required options\n */\n\nvar HlsHandler = function (_Component) {\n inherits(HlsHandler, _Component);\n\n function HlsHandler(source, tech, options) {\n classCallCheck(this, HlsHandler); // tech.player() is deprecated but setup a reference to HLS for\n // backwards-compatibility\n\n var _this = possibleConstructorReturn(this, (HlsHandler.__proto__ || Object.getPrototypeOf(HlsHandler)).call(this, tech, options.hls));\n\n if (tech.options_ && tech.options_.playerId) {\n var _player = videojs$1(tech.options_.playerId);\n\n if (!_player.hasOwnProperty('hls')) {\n Object.defineProperty(_player, 'hls', {\n get: function get$$1() {\n videojs$1.log.warn('player.hls is deprecated. Use player.tech().hls instead.');\n tech.trigger({\n type: 'usage',\n name: 'hls-player-access'\n });\n return _this;\n },\n configurable: true\n });\n } // Set up a reference to the HlsHandler from player.vhs. This allows users to start\n // migrating from player.tech_.hls... to player.vhs... for API access. Although this\n // isn't the most appropriate form of reference for video.js (since all APIs should\n // be provided through core video.js), it is a common pattern for plugins, and vhs\n // will act accordingly.\n\n\n _player.vhs = _this; // deprecated, for backwards compatibility\n\n _player.dash = _this;\n _this.player_ = _player;\n }\n\n _this.tech_ = tech;\n _this.source_ = source;\n _this.stats = {};\n\n _this.setOptions_();\n\n if (_this.options_.overrideNative && tech.overrideNativeAudioTracks && tech.overrideNativeVideoTracks) {\n tech.overrideNativeAudioTracks(true);\n tech.overrideNativeVideoTracks(true);\n } else if (_this.options_.overrideNative && (tech.featuresNativeVideoTracks || tech.featuresNativeAudioTracks)) {\n // overriding native HLS only works if audio tracks have been emulated\n // error early if we're misconfigured\n throw new Error('Overriding native HLS requires emulated tracks. ' + 'See https://git.io/vMpjB');\n } // listen for fullscreenchange events for this player so that we\n // can adjust our quality selection quickly\n\n\n _this.on(document, ['fullscreenchange', 'webkitfullscreenchange', 'mozfullscreenchange', 'MSFullscreenChange'], function (event) {\n var fullscreenElement = document.fullscreenElement || document.webkitFullscreenElement || document.mozFullScreenElement || document.msFullscreenElement;\n\n if (fullscreenElement && fullscreenElement.contains(_this.tech_.el())) {\n _this.masterPlaylistController_.smoothQualityChange_();\n }\n }); // Handle seeking when looping - middleware doesn't handle this seek event from the tech\n\n\n _this.on(_this.tech_, 'seeking', function () {\n if (this.tech_.seeking() && this.tech_.currentTime() === 0 && this.tech_.player_.loop()) {\n this.setCurrentTime(0);\n }\n });\n\n _this.on(_this.tech_, 'error', function () {\n if (this.masterPlaylistController_) {\n this.masterPlaylistController_.pauseLoading();\n }\n });\n\n _this.on(_this.tech_, 'play', _this.play);\n\n return _this;\n }\n\n createClass(HlsHandler, [{\n key: 'setOptions_',\n value: function setOptions_() {\n var _this2 = this; // defaults\n\n\n this.options_.withCredentials = this.options_.withCredentials || false;\n this.options_.limitRenditionByPlayerDimensions = this.options_.limitRenditionByPlayerDimensions === false ? false : true;\n this.options_.smoothQualityChange = this.options_.smoothQualityChange || false;\n this.options_.useBandwidthFromLocalStorage = typeof this.source_.useBandwidthFromLocalStorage !== 'undefined' ? this.source_.useBandwidthFromLocalStorage : this.options_.useBandwidthFromLocalStorage || false;\n\n if (typeof this.options_.blacklistDuration !== 'number') {\n this.options_.blacklistDuration = 5 * 60;\n }\n\n if (typeof this.options_.bandwidth !== 'number') {\n if (this.options_.useBandwidthFromLocalStorage) {\n var storedObject = getVhsLocalStorage();\n\n if (storedObject && storedObject.bandwidth) {\n this.options_.bandwidth = storedObject.bandwidth;\n this.tech_.trigger({\n type: 'usage',\n name: 'hls-bandwidth-from-local-storage'\n });\n }\n\n if (storedObject && storedObject.throughput) {\n this.options_.throughput = storedObject.throughput;\n this.tech_.trigger({\n type: 'usage',\n name: 'hls-throughput-from-local-storage'\n });\n }\n }\n } // if bandwidth was not set by options or pulled from local storage, start playlist\n // selection at a reasonable bandwidth\n\n\n if (typeof this.options_.bandwidth !== 'number') {\n this.options_.bandwidth = Config.INITIAL_BANDWIDTH;\n } // If the bandwidth number is unchanged from the initial setting\n // then this takes precedence over the enableLowInitialPlaylist option\n\n\n this.options_.enableLowInitialPlaylist = this.options_.enableLowInitialPlaylist && this.options_.bandwidth === Config.INITIAL_BANDWIDTH; // grab options passed to player.src\n\n ['withCredentials', 'limitRenditionByPlayerDimensions', 'bandwidth', 'smoothQualityChange'].forEach(function (option) {\n if (typeof _this2.source_[option] !== 'undefined') {\n _this2.options_[option] = _this2.source_[option];\n }\n });\n this.limitRenditionByPlayerDimensions = this.options_.limitRenditionByPlayerDimensions;\n }\n /**\n * called when player.src gets called, handle a new source\n *\n * @param {Object} src the source object to handle\n */\n\n }, {\n key: 'src',\n value: function src(_src, type) {\n var _this3 = this; // do nothing if the src is falsey\n\n\n if (!_src) {\n return;\n }\n\n this.setOptions_(); // add master playlist controller options\n\n this.options_.url = this.source_.src;\n this.options_.tech = this.tech_;\n this.options_.externHls = Hls$1;\n this.options_.sourceType = simpleTypeFromSourceType(type); // Whenever we seek internally, we should update both the tech and call our own\n // setCurrentTime function. This is needed because \"seeking\" events aren't always\n // reliable. External seeks (via the player object) are handled via middleware.\n\n this.options_.seekTo = function (time) {\n _this3.tech_.setCurrentTime(time);\n\n _this3.setCurrentTime(time);\n };\n\n this.masterPlaylistController_ = new MasterPlaylistController(this.options_);\n this.playbackWatcher_ = new PlaybackWatcher(videojs$1.mergeOptions(this.options_, {\n seekable: function seekable$$1() {\n return _this3.seekable();\n }\n }));\n this.masterPlaylistController_.on('error', function () {\n var player = videojs$1.players[_this3.tech_.options_.playerId];\n player.error(_this3.masterPlaylistController_.error);\n }); // `this` in selectPlaylist should be the HlsHandler for backwards\n // compatibility with < v2\n\n this.masterPlaylistController_.selectPlaylist = this.selectPlaylist ? this.selectPlaylist.bind(this) : Hls$1.STANDARD_PLAYLIST_SELECTOR.bind(this);\n this.masterPlaylistController_.selectInitialPlaylist = Hls$1.INITIAL_PLAYLIST_SELECTOR.bind(this); // re-expose some internal objects for backwards compatibility with < v2\n\n this.playlists = this.masterPlaylistController_.masterPlaylistLoader_;\n this.mediaSource = this.masterPlaylistController_.mediaSource; // Proxy assignment of some properties to the master playlist\n // controller. Using a custom property for backwards compatibility\n // with < v2\n\n Object.defineProperties(this, {\n selectPlaylist: {\n get: function get$$1() {\n return this.masterPlaylistController_.selectPlaylist;\n },\n set: function set$$1(selectPlaylist) {\n this.masterPlaylistController_.selectPlaylist = selectPlaylist.bind(this);\n }\n },\n throughput: {\n get: function get$$1() {\n return this.masterPlaylistController_.mainSegmentLoader_.throughput.rate;\n },\n set: function set$$1(throughput) {\n this.masterPlaylistController_.mainSegmentLoader_.throughput.rate = throughput; // By setting `count` to 1 the throughput value becomes the starting value\n // for the cumulative average\n\n this.masterPlaylistController_.mainSegmentLoader_.throughput.count = 1;\n }\n },\n bandwidth: {\n get: function get$$1() {\n return this.masterPlaylistController_.mainSegmentLoader_.bandwidth;\n },\n set: function set$$1(bandwidth) {\n this.masterPlaylistController_.mainSegmentLoader_.bandwidth = bandwidth; // setting the bandwidth manually resets the throughput counter\n // `count` is set to zero that current value of `rate` isn't included\n // in the cumulative average\n\n this.masterPlaylistController_.mainSegmentLoader_.throughput = {\n rate: 0,\n count: 0\n };\n }\n },\n\n /**\n * `systemBandwidth` is a combination of two serial processes bit-rates. The first\n * is the network bitrate provided by `bandwidth` and the second is the bitrate of\n * the entire process after that - decryption, transmuxing, and appending - provided\n * by `throughput`.\n *\n * Since the two process are serial, the overall system bandwidth is given by:\n * sysBandwidth = 1 / (1 / bandwidth + 1 / throughput)\n */\n systemBandwidth: {\n get: function get$$1() {\n var invBandwidth = 1 / (this.bandwidth || 1);\n var invThroughput = void 0;\n\n if (this.throughput > 0) {\n invThroughput = 1 / this.throughput;\n } else {\n invThroughput = 0;\n }\n\n var systemBitrate = Math.floor(1 / (invBandwidth + invThroughput));\n return systemBitrate;\n },\n set: function set$$1() {\n videojs$1.log.error('The \"systemBandwidth\" property is read-only');\n }\n }\n });\n\n if (this.options_.bandwidth) {\n this.bandwidth = this.options_.bandwidth;\n }\n\n if (this.options_.throughput) {\n this.throughput = this.options_.throughput;\n }\n\n Object.defineProperties(this.stats, {\n bandwidth: {\n get: function get$$1() {\n return _this3.bandwidth || 0;\n },\n enumerable: true\n },\n mediaRequests: {\n get: function get$$1() {\n return _this3.masterPlaylistController_.mediaRequests_() || 0;\n },\n enumerable: true\n },\n mediaRequestsAborted: {\n get: function get$$1() {\n return _this3.masterPlaylistController_.mediaRequestsAborted_() || 0;\n },\n enumerable: true\n },\n mediaRequestsTimedout: {\n get: function get$$1() {\n return _this3.masterPlaylistController_.mediaRequestsTimedout_() || 0;\n },\n enumerable: true\n },\n mediaRequestsErrored: {\n get: function get$$1() {\n return _this3.masterPlaylistController_.mediaRequestsErrored_() || 0;\n },\n enumerable: true\n },\n mediaTransferDuration: {\n get: function get$$1() {\n return _this3.masterPlaylistController_.mediaTransferDuration_() || 0;\n },\n enumerable: true\n },\n mediaBytesTransferred: {\n get: function get$$1() {\n return _this3.masterPlaylistController_.mediaBytesTransferred_() || 0;\n },\n enumerable: true\n },\n mediaSecondsLoaded: {\n get: function get$$1() {\n return _this3.masterPlaylistController_.mediaSecondsLoaded_() || 0;\n },\n enumerable: true\n },\n buffered: {\n get: function get$$1() {\n return timeRangesToArray(_this3.tech_.buffered());\n },\n enumerable: true\n },\n currentTime: {\n get: function get$$1() {\n return _this3.tech_.currentTime();\n },\n enumerable: true\n },\n currentSource: {\n get: function get$$1() {\n return _this3.tech_.currentSource_;\n },\n enumerable: true\n },\n currentTech: {\n get: function get$$1() {\n return _this3.tech_.name_;\n },\n enumerable: true\n },\n duration: {\n get: function get$$1() {\n return _this3.tech_.duration();\n },\n enumerable: true\n },\n master: {\n get: function get$$1() {\n return _this3.playlists.master;\n },\n enumerable: true\n },\n playerDimensions: {\n get: function get$$1() {\n return _this3.tech_.currentDimensions();\n },\n enumerable: true\n },\n seekable: {\n get: function get$$1() {\n return timeRangesToArray(_this3.tech_.seekable());\n },\n enumerable: true\n },\n timestamp: {\n get: function get$$1() {\n return Date.now();\n },\n enumerable: true\n },\n videoPlaybackQuality: {\n get: function get$$1() {\n return _this3.tech_.getVideoPlaybackQuality();\n },\n enumerable: true\n }\n });\n this.tech_.one('canplay', this.masterPlaylistController_.setupFirstPlay.bind(this.masterPlaylistController_));\n this.tech_.on('bandwidthupdate', function () {\n if (_this3.options_.useBandwidthFromLocalStorage) {\n updateVhsLocalStorage({\n bandwidth: _this3.bandwidth,\n throughput: Math.round(_this3.throughput)\n });\n }\n });\n this.masterPlaylistController_.on('selectedinitialmedia', function () {\n // Add the manual rendition mix-in to HlsHandler\n renditionSelectionMixin(_this3);\n setupEmeOptions(_this3);\n }); // the bandwidth of the primary segment loader is our best\n // estimate of overall bandwidth\n\n this.on(this.masterPlaylistController_, 'progress', function () {\n this.tech_.trigger('progress');\n });\n this.tech_.ready(function () {\n return _this3.setupQualityLevels_();\n }); // do nothing if the tech has been disposed already\n // this can occur if someone sets the src in player.ready(), for instance\n\n if (!this.tech_.el()) {\n return;\n }\n\n this.tech_.src(videojs$1.URL.createObjectURL(this.masterPlaylistController_.mediaSource));\n }\n /**\n * Initializes the quality levels and sets listeners to update them.\n *\n * @method setupQualityLevels_\n * @private\n */\n\n }, {\n key: 'setupQualityLevels_',\n value: function setupQualityLevels_() {\n var _this4 = this;\n\n var player = videojs$1.players[this.tech_.options_.playerId];\n\n if (player && player.qualityLevels) {\n this.qualityLevels_ = player.qualityLevels();\n this.masterPlaylistController_.on('selectedinitialmedia', function () {\n handleHlsLoadedMetadata(_this4.qualityLevels_, _this4);\n });\n this.playlists.on('mediachange', function () {\n handleHlsMediaChange(_this4.qualityLevels_, _this4.playlists);\n });\n }\n }\n /**\n * Begin playing the video.\n */\n\n }, {\n key: 'play',\n value: function play() {\n this.masterPlaylistController_.play();\n }\n /**\n * a wrapper around the function in MasterPlaylistController\n */\n\n }, {\n key: 'setCurrentTime',\n value: function setCurrentTime(currentTime) {\n this.masterPlaylistController_.setCurrentTime(currentTime);\n }\n /**\n * a wrapper around the function in MasterPlaylistController\n */\n\n }, {\n key: 'duration',\n value: function duration$$1() {\n return this.masterPlaylistController_.duration();\n }\n /**\n * a wrapper around the function in MasterPlaylistController\n */\n\n }, {\n key: 'seekable',\n value: function seekable$$1() {\n return this.masterPlaylistController_.seekable();\n }\n /**\n * Abort all outstanding work and cleanup.\n */\n\n }, {\n key: 'dispose',\n value: function dispose() {\n if (this.playbackWatcher_) {\n this.playbackWatcher_.dispose();\n }\n\n if (this.masterPlaylistController_) {\n this.masterPlaylistController_.dispose();\n }\n\n if (this.qualityLevels_) {\n this.qualityLevels_.dispose();\n }\n\n if (this.player_) {\n delete this.player_.vhs;\n delete this.player_.dash;\n delete this.player_.hls;\n }\n\n if (this.tech_ && this.tech_.hls) {\n delete this.tech_.hls;\n }\n\n get$1(HlsHandler.prototype.__proto__ || Object.getPrototypeOf(HlsHandler.prototype), 'dispose', this).call(this);\n }\n }, {\n key: 'convertToStreamTime',\n value: function convertToStreamTime(time, callback) {\n return getStreamTime({\n playlist: this.masterPlaylistController_.media(),\n time: time,\n callback: callback\n });\n } // the player must be playing before calling this\n\n }, {\n key: 'seekToStreamTime',\n value: function seekToStreamTime$$1(streamTime, callback) {\n var pauseAfterSeek = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : true;\n var retryCount = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : 2;\n return seekToStreamTime({\n streamTime: streamTime,\n playlist: this.masterPlaylistController_.media(),\n retryCount: retryCount,\n pauseAfterSeek: pauseAfterSeek,\n seekTo: this.options_.seekTo,\n tech: this.options_.tech,\n callback: callback\n });\n }\n }]);\n return HlsHandler;\n}(Component$1);\n/**\n * The Source Handler object, which informs video.js what additional\n * MIME types are supported and sets up playback. It is registered\n * automatically to the appropriate tech based on the capabilities of\n * the browser it is running in. It is not necessary to use or modify\n * this object in normal usage.\n */\n\n\nvar HlsSourceHandler = {\n name: 'videojs-http-streaming',\n VERSION: version$1,\n canHandleSource: function canHandleSource(srcObj) {\n var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n var localOptions = videojs$1.mergeOptions(videojs$1.options, options);\n return HlsSourceHandler.canPlayType(srcObj.type, localOptions);\n },\n handleSource: function handleSource(source, tech) {\n var options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};\n var localOptions = videojs$1.mergeOptions(videojs$1.options, options);\n tech.hls = new HlsHandler(source, tech, localOptions);\n tech.hls.xhr = xhrFactory();\n tech.hls.src(source.src, source.type);\n return tech.hls;\n },\n canPlayType: function canPlayType(type) {\n var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n\n var _videojs$mergeOptions = videojs$1.mergeOptions(videojs$1.options, options),\n overrideNative = _videojs$mergeOptions.hls.overrideNative;\n\n var supportedType = simpleTypeFromSourceType(type);\n var canUseMsePlayback = supportedType && (!Hls$1.supportsTypeNatively(supportedType) || overrideNative);\n return canUseMsePlayback ? 'maybe' : '';\n }\n};\n\nif (typeof videojs$1.MediaSource === 'undefined' || typeof videojs$1.URL === 'undefined') {\n videojs$1.MediaSource = MediaSource;\n videojs$1.URL = URL$1;\n} // register source handlers with the appropriate techs\n\n\nif (MediaSource.supportsNativeMediaSources()) {\n videojs$1.getTech('Html5').registerSourceHandler(HlsSourceHandler, 0);\n}\n\nvideojs$1.HlsHandler = HlsHandler;\nvideojs$1.HlsSourceHandler = HlsSourceHandler;\nvideojs$1.Hls = Hls$1;\n\nif (!videojs$1.use) {\n videojs$1.registerComponent('Hls', Hls$1);\n}\n\nvideojs$1.options.hls = videojs$1.options.hls || {};\n\nif (videojs$1.registerPlugin) {\n videojs$1.registerPlugin('reloadSourceOnError', reloadSourceOnError);\n} else {\n videojs$1.plugin('reloadSourceOnError', reloadSourceOnError);\n}\n\nexport default videojs$1;\n","/**\n * Copyright 2013 vtt.js Contributors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\n// Default exports for Node. Export the extended versions of VTTCue and\n// VTTRegion in Node since we likely want the capability to convert back and\n// forth between JSON. If we don't then it's not that big of a deal since we're\n// off browser.\n\nvar window = require('global/window');\n\nvar vttjs = module.exports = {\n WebVTT: require(\"./vtt.js\"),\n VTTCue: require(\"./vttcue.js\"),\n VTTRegion: require(\"./vttregion.js\")\n};\n\nwindow.vttjs = vttjs;\nwindow.WebVTT = vttjs.WebVTT;\n\nvar cueShim = vttjs.VTTCue;\nvar regionShim = vttjs.VTTRegion;\nvar nativeVTTCue = window.VTTCue;\nvar nativeVTTRegion = window.VTTRegion;\n\nvttjs.shim = function() {\n window.VTTCue = cueShim;\n window.VTTRegion = regionShim;\n};\n\nvttjs.restore = function() {\n window.VTTCue = nativeVTTCue;\n window.VTTRegion = nativeVTTRegion;\n};\n\nif (!window.VTTCue) {\n vttjs.shim();\n}\n","/**\n * Copyright 2013 vtt.js Contributors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\n/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */\n/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */\nvar _objCreate = Object.create || (function() {\n function F() {}\n return function(o) {\n if (arguments.length !== 1) {\n throw new Error('Object.create shim only accepts one parameter.');\n }\n F.prototype = o;\n return new F();\n };\n})();\n\n// Creates a new ParserError object from an errorData object. The errorData\n// object should have default code and message properties. The default message\n// property can be overriden by passing in a message parameter.\n// See ParsingError.Errors below for acceptable errors.\nfunction ParsingError(errorData, message) {\n this.name = \"ParsingError\";\n this.code = errorData.code;\n this.message = message || errorData.message;\n}\nParsingError.prototype = _objCreate(Error.prototype);\nParsingError.prototype.constructor = ParsingError;\n\n// ParsingError metadata for acceptable ParsingErrors.\nParsingError.Errors = {\n BadSignature: {\n code: 0,\n message: \"Malformed WebVTT signature.\"\n },\n BadTimeStamp: {\n code: 1,\n message: \"Malformed time stamp.\"\n }\n};\n\n// Try to parse input as a time stamp.\nfunction parseTimeStamp(input) {\n\n function computeSeconds(h, m, s, f) {\n return (h | 0) * 3600 + (m | 0) * 60 + (s | 0) + (f | 0) / 1000;\n }\n\n var m = input.match(/^(\\d+):(\\d{2})(:\\d{2})?\\.(\\d{3})/);\n if (!m) {\n return null;\n }\n\n if (m[3]) {\n // Timestamp takes the form of [hours]:[minutes]:[seconds].[milliseconds]\n return computeSeconds(m[1], m[2], m[3].replace(\":\", \"\"), m[4]);\n } else if (m[1] > 59) {\n // Timestamp takes the form of [hours]:[minutes].[milliseconds]\n // First position is hours as it's over 59.\n return computeSeconds(m[1], m[2], 0, m[4]);\n } else {\n // Timestamp takes the form of [minutes]:[seconds].[milliseconds]\n return computeSeconds(0, m[1], m[2], m[4]);\n }\n}\n\n// A settings object holds key/value pairs and will ignore anything but the first\n// assignment to a specific key.\nfunction Settings() {\n this.values = _objCreate(null);\n}\n\nSettings.prototype = {\n // Only accept the first assignment to any key.\n set: function(k, v) {\n if (!this.get(k) && v !== \"\") {\n this.values[k] = v;\n }\n },\n // Return the value for a key, or a default value.\n // If 'defaultKey' is passed then 'dflt' is assumed to be an object with\n // a number of possible default values as properties where 'defaultKey' is\n // the key of the property that will be chosen; otherwise it's assumed to be\n // a single value.\n get: function(k, dflt, defaultKey) {\n if (defaultKey) {\n return this.has(k) ? this.values[k] : dflt[defaultKey];\n }\n return this.has(k) ? this.values[k] : dflt;\n },\n // Check whether we have a value for a key.\n has: function(k) {\n return k in this.values;\n },\n // Accept a setting if its one of the given alternatives.\n alt: function(k, v, a) {\n for (var n = 0; n < a.length; ++n) {\n if (v === a[n]) {\n this.set(k, v);\n break;\n }\n }\n },\n // Accept a setting if its a valid (signed) integer.\n integer: function(k, v) {\n if (/^-?\\d+$/.test(v)) { // integer\n this.set(k, parseInt(v, 10));\n }\n },\n // Accept a setting if its a valid percentage.\n percent: function(k, v) {\n var m;\n if ((m = v.match(/^([\\d]{1,3})(\\.[\\d]*)?%$/))) {\n v = parseFloat(v);\n if (v >= 0 && v <= 100) {\n this.set(k, v);\n return true;\n }\n }\n return false;\n }\n};\n\n// Helper function to parse input into groups separated by 'groupDelim', and\n// interprete each group as a key/value pair separated by 'keyValueDelim'.\nfunction parseOptions(input, callback, keyValueDelim, groupDelim) {\n var groups = groupDelim ? input.split(groupDelim) : [input];\n for (var i in groups) {\n if (typeof groups[i] !== \"string\") {\n continue;\n }\n var kv = groups[i].split(keyValueDelim);\n if (kv.length !== 2) {\n continue;\n }\n var k = kv[0];\n var v = kv[1];\n callback(k, v);\n }\n}\n\nfunction parseCue(input, cue, regionList) {\n // Remember the original input if we need to throw an error.\n var oInput = input;\n // 4.1 WebVTT timestamp\n function consumeTimeStamp() {\n var ts = parseTimeStamp(input);\n if (ts === null) {\n throw new ParsingError(ParsingError.Errors.BadTimeStamp,\n \"Malformed timestamp: \" + oInput);\n }\n // Remove time stamp from input.\n input = input.replace(/^[^\\sa-zA-Z-]+/, \"\");\n return ts;\n }\n\n // 4.4.2 WebVTT cue settings\n function consumeCueSettings(input, cue) {\n var settings = new Settings();\n\n parseOptions(input, function (k, v) {\n switch (k) {\n case \"region\":\n // Find the last region we parsed with the same region id.\n for (var i = regionList.length - 1; i >= 0; i--) {\n if (regionList[i].id === v) {\n settings.set(k, regionList[i].region);\n break;\n }\n }\n break;\n case \"vertical\":\n settings.alt(k, v, [\"rl\", \"lr\"]);\n break;\n case \"line\":\n var vals = v.split(\",\"),\n vals0 = vals[0];\n settings.integer(k, vals0);\n settings.percent(k, vals0) ? settings.set(\"snapToLines\", false) : null;\n settings.alt(k, vals0, [\"auto\"]);\n if (vals.length === 2) {\n settings.alt(\"lineAlign\", vals[1], [\"start\", \"middle\", \"end\"]);\n }\n break;\n case \"position\":\n vals = v.split(\",\");\n settings.percent(k, vals[0]);\n if (vals.length === 2) {\n settings.alt(\"positionAlign\", vals[1], [\"start\", \"middle\", \"end\"]);\n }\n break;\n case \"size\":\n settings.percent(k, v);\n break;\n case \"align\":\n settings.alt(k, v, [\"start\", \"middle\", \"end\", \"left\", \"right\"]);\n break;\n }\n }, /:/, /\\s/);\n\n // Apply default values for any missing fields.\n cue.region = settings.get(\"region\", null);\n cue.vertical = settings.get(\"vertical\", \"\");\n cue.line = settings.get(\"line\", \"auto\");\n cue.lineAlign = settings.get(\"lineAlign\", \"start\");\n cue.snapToLines = settings.get(\"snapToLines\", true);\n cue.size = settings.get(\"size\", 100);\n cue.align = settings.get(\"align\", \"middle\");\n cue.position = settings.get(\"position\", {\n start: 0,\n left: 0,\n middle: 50,\n end: 100,\n right: 100\n }, cue.align);\n cue.positionAlign = settings.get(\"positionAlign\", {\n start: \"start\",\n left: \"start\",\n middle: \"middle\",\n end: \"end\",\n right: \"end\"\n }, cue.align);\n }\n\n function skipWhitespace() {\n input = input.replace(/^\\s+/, \"\");\n }\n\n // 4.1 WebVTT cue timings.\n skipWhitespace();\n cue.startTime = consumeTimeStamp(); // (1) collect cue start time\n skipWhitespace();\n if (input.substr(0, 3) !== \"-->\") { // (3) next characters must match \"-->\"\n throw new ParsingError(ParsingError.Errors.BadTimeStamp,\n \"Malformed time stamp (time stamps must be separated by '-->'): \" +\n oInput);\n }\n input = input.substr(3);\n skipWhitespace();\n cue.endTime = consumeTimeStamp(); // (5) collect cue end time\n\n // 4.1 WebVTT cue settings list.\n skipWhitespace();\n consumeCueSettings(input, cue);\n}\n\nvar ESCAPE = {\n \"&amp;\": \"&\",\n \"&lt;\": \"<\",\n \"&gt;\": \">\",\n \"&lrm;\": \"\\u200e\",\n \"&rlm;\": \"\\u200f\",\n \"&nbsp;\": \"\\u00a0\"\n};\n\nvar TAG_NAME = {\n c: \"span\",\n i: \"i\",\n b: \"b\",\n u: \"u\",\n ruby: \"ruby\",\n rt: \"rt\",\n v: \"span\",\n lang: \"span\"\n};\n\nvar TAG_ANNOTATION = {\n v: \"title\",\n lang: \"lang\"\n};\n\nvar NEEDS_PARENT = {\n rt: \"ruby\"\n};\n\n// Parse content into a document fragment.\nfunction parseContent(window, input) {\n function nextToken() {\n // Check for end-of-string.\n if (!input) {\n return null;\n }\n\n // Consume 'n' characters from the input.\n function consume(result) {\n input = input.substr(result.length);\n return result;\n }\n\n var m = input.match(/^([^<]*)(<[^>]*>?)?/);\n // If there is some text before the next tag, return it, otherwise return\n // the tag.\n return consume(m[1] ? m[1] : m[2]);\n }\n\n // Unescape a string 's'.\n function unescape1(e) {\n return ESCAPE[e];\n }\n function unescape(s) {\n while ((m = s.match(/&(amp|lt|gt|lrm|rlm|nbsp);/))) {\n s = s.replace(m[0], unescape1);\n }\n return s;\n }\n\n function shouldAdd(current, element) {\n return !NEEDS_PARENT[element.localName] ||\n NEEDS_PARENT[element.localName] === current.localName;\n }\n\n // Create an element for this tag.\n function createElement(type, annotation) {\n var tagName = TAG_NAME[type];\n if (!tagName) {\n return null;\n }\n var element = window.document.createElement(tagName);\n element.localName = tagName;\n var name = TAG_ANNOTATION[type];\n if (name && annotation) {\n element[name] = annotation.trim();\n }\n return element;\n }\n\n var rootDiv = window.document.createElement(\"div\"),\n current = rootDiv,\n t,\n tagStack = [];\n\n while ((t = nextToken()) !== null) {\n if (t[0] === '<') {\n if (t[1] === \"/\") {\n // If the closing tag matches, move back up to the parent node.\n if (tagStack.length &&\n tagStack[tagStack.length - 1] === t.substr(2).replace(\">\", \"\")) {\n tagStack.pop();\n current = current.parentNode;\n }\n // Otherwise just ignore the end tag.\n continue;\n }\n var ts = parseTimeStamp(t.substr(1, t.length - 2));\n var node;\n if (ts) {\n // Timestamps are lead nodes as well.\n node = window.document.createProcessingInstruction(\"timestamp\", ts);\n current.appendChild(node);\n continue;\n }\n var m = t.match(/^<([^.\\s/0-9>]+)(\\.[^\\s\\\\>]+)?([^>\\\\]+)?(\\\\?)>?$/);\n // If we can't parse the tag, skip to the next tag.\n if (!m) {\n continue;\n }\n // Try to construct an element, and ignore the tag if we couldn't.\n node = createElement(m[1], m[3]);\n if (!node) {\n continue;\n }\n // Determine if the tag should be added based on the context of where it\n // is placed in the cuetext.\n if (!shouldAdd(current, node)) {\n continue;\n }\n // Set the class list (as a list of classes, separated by space).\n if (m[2]) {\n node.className = m[2].substr(1).replace('.', ' ');\n }\n // Append the node to the current node, and enter the scope of the new\n // node.\n tagStack.push(m[1]);\n current.appendChild(node);\n current = node;\n continue;\n }\n\n // Text nodes are leaf nodes.\n current.appendChild(window.document.createTextNode(unescape(t)));\n }\n\n return rootDiv;\n}\n\n// This is a list of all the Unicode characters that have a strong\n// right-to-left category. What this means is that these characters are\n// written right-to-left for sure. It was generated by pulling all the strong\n// right-to-left characters out of the Unicode data table. That table can\n// found at: http://www.unicode.org/Public/UNIDATA/UnicodeData.txt\nvar strongRTLRanges = [[0x5be, 0x5be], [0x5c0, 0x5c0], [0x5c3, 0x5c3], [0x5c6, 0x5c6],\n [0x5d0, 0x5ea], [0x5f0, 0x5f4], [0x608, 0x608], [0x60b, 0x60b], [0x60d, 0x60d],\n [0x61b, 0x61b], [0x61e, 0x64a], [0x66d, 0x66f], [0x671, 0x6d5], [0x6e5, 0x6e6],\n [0x6ee, 0x6ef], [0x6fa, 0x70d], [0x70f, 0x710], [0x712, 0x72f], [0x74d, 0x7a5],\n [0x7b1, 0x7b1], [0x7c0, 0x7ea], [0x7f4, 0x7f5], [0x7fa, 0x7fa], [0x800, 0x815],\n [0x81a, 0x81a], [0x824, 0x824], [0x828, 0x828], [0x830, 0x83e], [0x840, 0x858],\n [0x85e, 0x85e], [0x8a0, 0x8a0], [0x8a2, 0x8ac], [0x200f, 0x200f],\n [0xfb1d, 0xfb1d], [0xfb1f, 0xfb28], [0xfb2a, 0xfb36], [0xfb38, 0xfb3c],\n [0xfb3e, 0xfb3e], [0xfb40, 0xfb41], [0xfb43, 0xfb44], [0xfb46, 0xfbc1],\n [0xfbd3, 0xfd3d], [0xfd50, 0xfd8f], [0xfd92, 0xfdc7], [0xfdf0, 0xfdfc],\n [0xfe70, 0xfe74], [0xfe76, 0xfefc], [0x10800, 0x10805], [0x10808, 0x10808],\n [0x1080a, 0x10835], [0x10837, 0x10838], [0x1083c, 0x1083c], [0x1083f, 0x10855],\n [0x10857, 0x1085f], [0x10900, 0x1091b], [0x10920, 0x10939], [0x1093f, 0x1093f],\n [0x10980, 0x109b7], [0x109be, 0x109bf], [0x10a00, 0x10a00], [0x10a10, 0x10a13],\n [0x10a15, 0x10a17], [0x10a19, 0x10a33], [0x10a40, 0x10a47], [0x10a50, 0x10a58],\n [0x10a60, 0x10a7f], [0x10b00, 0x10b35], [0x10b40, 0x10b55], [0x10b58, 0x10b72],\n [0x10b78, 0x10b7f], [0x10c00, 0x10c48], [0x1ee00, 0x1ee03], [0x1ee05, 0x1ee1f],\n [0x1ee21, 0x1ee22], [0x1ee24, 0x1ee24], [0x1ee27, 0x1ee27], [0x1ee29, 0x1ee32],\n [0x1ee34, 0x1ee37], [0x1ee39, 0x1ee39], [0x1ee3b, 0x1ee3b], [0x1ee42, 0x1ee42],\n [0x1ee47, 0x1ee47], [0x1ee49, 0x1ee49], [0x1ee4b, 0x1ee4b], [0x1ee4d, 0x1ee4f],\n [0x1ee51, 0x1ee52], [0x1ee54, 0x1ee54], [0x1ee57, 0x1ee57], [0x1ee59, 0x1ee59],\n [0x1ee5b, 0x1ee5b], [0x1ee5d, 0x1ee5d], [0x1ee5f, 0x1ee5f], [0x1ee61, 0x1ee62],\n [0x1ee64, 0x1ee64], [0x1ee67, 0x1ee6a], [0x1ee6c, 0x1ee72], [0x1ee74, 0x1ee77],\n [0x1ee79, 0x1ee7c], [0x1ee7e, 0x1ee7e], [0x1ee80, 0x1ee89], [0x1ee8b, 0x1ee9b],\n [0x1eea1, 0x1eea3], [0x1eea5, 0x1eea9], [0x1eeab, 0x1eebb], [0x10fffd, 0x10fffd]];\n\nfunction isStrongRTLChar(charCode) {\n for (var i = 0; i < strongRTLRanges.length; i++) {\n var currentRange = strongRTLRanges[i];\n if (charCode >= currentRange[0] && charCode <= currentRange[1]) {\n return true;\n }\n }\n\n return false;\n}\n\nfunction determineBidi(cueDiv) {\n var nodeStack = [],\n text = \"\",\n charCode;\n\n if (!cueDiv || !cueDiv.childNodes) {\n return \"ltr\";\n }\n\n function pushNodes(nodeStack, node) {\n for (var i = node.childNodes.length - 1; i >= 0; i--) {\n nodeStack.push(node.childNodes[i]);\n }\n }\n\n function nextTextNode(nodeStack) {\n if (!nodeStack || !nodeStack.length) {\n return null;\n }\n\n var node = nodeStack.pop(),\n text = node.textContent || node.innerText;\n if (text) {\n // TODO: This should match all unicode type B characters (paragraph\n // separator characters). See issue #115.\n var m = text.match(/^.*(\\n|\\r)/);\n if (m) {\n nodeStack.length = 0;\n return m[0];\n }\n return text;\n }\n if (node.tagName === \"ruby\") {\n return nextTextNode(nodeStack);\n }\n if (node.childNodes) {\n pushNodes(nodeStack, node);\n return nextTextNode(nodeStack);\n }\n }\n\n pushNodes(nodeStack, cueDiv);\n while ((text = nextTextNode(nodeStack))) {\n for (var i = 0; i < text.length; i++) {\n charCode = text.charCodeAt(i);\n if (isStrongRTLChar(charCode)) {\n return \"rtl\";\n }\n }\n }\n return \"ltr\";\n}\n\nfunction computeLinePos(cue) {\n if (typeof cue.line === \"number\" &&\n (cue.snapToLines || (cue.line >= 0 && cue.line <= 100))) {\n return cue.line;\n }\n if (!cue.track || !cue.track.textTrackList ||\n !cue.track.textTrackList.mediaElement) {\n return -1;\n }\n var track = cue.track,\n trackList = track.textTrackList,\n count = 0;\n for (var i = 0; i < trackList.length && trackList[i] !== track; i++) {\n if (trackList[i].mode === \"showing\") {\n count++;\n }\n }\n return ++count * -1;\n}\n\nfunction StyleBox() {\n}\n\n// Apply styles to a div. If there is no div passed then it defaults to the\n// div on 'this'.\nStyleBox.prototype.applyStyles = function(styles, div) {\n div = div || this.div;\n for (var prop in styles) {\n if (styles.hasOwnProperty(prop)) {\n div.style[prop] = styles[prop];\n }\n }\n};\n\nStyleBox.prototype.formatStyle = function(val, unit) {\n return val === 0 ? 0 : val + unit;\n};\n\n// Constructs the computed display state of the cue (a div). Places the div\n// into the overlay which should be a block level element (usually a div).\nfunction CueStyleBox(window, cue, styleOptions) {\n StyleBox.call(this);\n this.cue = cue;\n\n // Parse our cue's text into a DOM tree rooted at 'cueDiv'. This div will\n // have inline positioning and will function as the cue background box.\n this.cueDiv = parseContent(window, cue.text);\n var styles = {\n color: \"rgba(255, 255, 255, 1)\",\n backgroundColor: \"rgba(0, 0, 0, 0.8)\",\n position: \"relative\",\n left: 0,\n right: 0,\n top: 0,\n bottom: 0,\n display: \"inline\",\n writingMode: cue.vertical === \"\" ? \"horizontal-tb\"\n : cue.vertical === \"lr\" ? \"vertical-lr\"\n : \"vertical-rl\",\n unicodeBidi: \"plaintext\"\n };\n\n this.applyStyles(styles, this.cueDiv);\n\n // Create an absolutely positioned div that will be used to position the cue\n // div. Note, all WebVTT cue-setting alignments are equivalent to the CSS\n // mirrors of them except \"middle\" which is \"center\" in CSS.\n this.div = window.document.createElement(\"div\");\n styles = {\n direction: determineBidi(this.cueDiv),\n writingMode: cue.vertical === \"\" ? \"horizontal-tb\"\n : cue.vertical === \"lr\" ? \"vertical-lr\"\n : \"vertical-rl\",\n unicodeBidi: \"plaintext\",\n textAlign: cue.align === \"middle\" ? \"center\" : cue.align,\n font: styleOptions.font,\n whiteSpace: \"pre-line\",\n position: \"absolute\"\n };\n\n this.applyStyles(styles);\n this.div.appendChild(this.cueDiv);\n\n // Calculate the distance from the reference edge of the viewport to the text\n // position of the cue box. The reference edge will be resolved later when\n // the box orientation styles are applied.\n var textPos = 0;\n switch (cue.positionAlign) {\n case \"start\":\n textPos = cue.position;\n break;\n case \"middle\":\n textPos = cue.position - (cue.size / 2);\n break;\n case \"end\":\n textPos = cue.position - cue.size;\n break;\n }\n\n // Horizontal box orientation; textPos is the distance from the left edge of the\n // area to the left edge of the box and cue.size is the distance extending to\n // the right from there.\n if (cue.vertical === \"\") {\n this.applyStyles({\n left: this.formatStyle(textPos, \"%\"),\n width: this.formatStyle(cue.size, \"%\")\n });\n // Vertical box orientation; textPos is the distance from the top edge of the\n // area to the top edge of the box and cue.size is the height extending\n // downwards from there.\n } else {\n this.applyStyles({\n top: this.formatStyle(textPos, \"%\"),\n height: this.formatStyle(cue.size, \"%\")\n });\n }\n\n this.move = function(box) {\n this.applyStyles({\n top: this.formatStyle(box.top, \"px\"),\n bottom: this.formatStyle(box.bottom, \"px\"),\n left: this.formatStyle(box.left, \"px\"),\n right: this.formatStyle(box.right, \"px\"),\n height: this.formatStyle(box.height, \"px\"),\n width: this.formatStyle(box.width, \"px\")\n });\n };\n}\nCueStyleBox.prototype = _objCreate(StyleBox.prototype);\nCueStyleBox.prototype.constructor = CueStyleBox;\n\n// Represents the co-ordinates of an Element in a way that we can easily\n// compute things with such as if it overlaps or intersects with another Element.\n// Can initialize it with either a StyleBox or another BoxPosition.\nfunction BoxPosition(obj) {\n // Either a BoxPosition was passed in and we need to copy it, or a StyleBox\n // was passed in and we need to copy the results of 'getBoundingClientRect'\n // as the object returned is readonly. All co-ordinate values are in reference\n // to the viewport origin (top left).\n var lh, height, width, top;\n if (obj.div) {\n height = obj.div.offsetHeight;\n width = obj.div.offsetWidth;\n top = obj.div.offsetTop;\n\n var rects = (rects = obj.div.childNodes) && (rects = rects[0]) &&\n rects.getClientRects && rects.getClientRects();\n obj = obj.div.getBoundingClientRect();\n // In certain cases the outter div will be slightly larger then the sum of\n // the inner div's lines. This could be due to bold text, etc, on some platforms.\n // In this case we should get the average line height and use that. This will\n // result in the desired behaviour.\n lh = rects ? Math.max((rects[0] && rects[0].height) || 0, obj.height / rects.length)\n : 0;\n\n }\n this.left = obj.left;\n this.right = obj.right;\n this.top = obj.top || top;\n this.height = obj.height || height;\n this.bottom = obj.bottom || (top + (obj.height || height));\n this.width = obj.width || width;\n this.lineHeight = lh !== undefined ? lh : obj.lineHeight;\n}\n\n// Move the box along a particular axis. Optionally pass in an amount to move\n// the box. If no amount is passed then the default is the line height of the\n// box.\nBoxPosition.prototype.move = function(axis, toMove) {\n toMove = toMove !== undefined ? toMove : this.lineHeight;\n switch (axis) {\n case \"+x\":\n this.left += toMove;\n this.right += toMove;\n break;\n case \"-x\":\n this.left -= toMove;\n this.right -= toMove;\n break;\n case \"+y\":\n this.top += toMove;\n this.bottom += toMove;\n break;\n case \"-y\":\n this.top -= toMove;\n this.bottom -= toMove;\n break;\n }\n};\n\n// Check if this box overlaps another box, b2.\nBoxPosition.prototype.overlaps = function(b2) {\n return this.left < b2.right &&\n this.right > b2.left &&\n this.top < b2.bottom &&\n this.bottom > b2.top;\n};\n\n// Check if this box overlaps any other boxes in boxes.\nBoxPosition.prototype.overlapsAny = function(boxes) {\n for (var i = 0; i < boxes.length; i++) {\n if (this.overlaps(boxes[i])) {\n return true;\n }\n }\n return false;\n};\n\n// Check if this box is within another box.\nBoxPosition.prototype.within = function(container) {\n return this.top >= container.top &&\n this.bottom <= container.bottom &&\n this.left >= container.left &&\n this.right <= container.right;\n};\n\n// Check if this box is entirely within the container or it is overlapping\n// on the edge opposite of the axis direction passed. For example, if \"+x\" is\n// passed and the box is overlapping on the left edge of the container, then\n// return true.\nBoxPosition.prototype.overlapsOppositeAxis = function(container, axis) {\n switch (axis) {\n case \"+x\":\n return this.left < container.left;\n case \"-x\":\n return this.right > container.right;\n case \"+y\":\n return this.top < container.top;\n case \"-y\":\n return this.bottom > container.bottom;\n }\n};\n\n// Find the percentage of the area that this box is overlapping with another\n// box.\nBoxPosition.prototype.intersectPercentage = function(b2) {\n var x = Math.max(0, Math.min(this.right, b2.right) - Math.max(this.left, b2.left)),\n y = Math.max(0, Math.min(this.bottom, b2.bottom) - Math.max(this.top, b2.top)),\n intersectArea = x * y;\n return intersectArea / (this.height * this.width);\n};\n\n// Convert the positions from this box to CSS compatible positions using\n// the reference container's positions. This has to be done because this\n// box's positions are in reference to the viewport origin, whereas, CSS\n// values are in referecne to their respective edges.\nBoxPosition.prototype.toCSSCompatValues = function(reference) {\n return {\n top: this.top - reference.top,\n bottom: reference.bottom - this.bottom,\n left: this.left - reference.left,\n right: reference.right - this.right,\n height: this.height,\n width: this.width\n };\n};\n\n// Get an object that represents the box's position without anything extra.\n// Can pass a StyleBox, HTMLElement, or another BoxPositon.\nBoxPosition.getSimpleBoxPosition = function(obj) {\n var height = obj.div ? obj.div.offsetHeight : obj.tagName ? obj.offsetHeight : 0;\n var width = obj.div ? obj.div.offsetWidth : obj.tagName ? obj.offsetWidth : 0;\n var top = obj.div ? obj.div.offsetTop : obj.tagName ? obj.offsetTop : 0;\n\n obj = obj.div ? obj.div.getBoundingClientRect() :\n obj.tagName ? obj.getBoundingClientRect() : obj;\n var ret = {\n left: obj.left,\n right: obj.right,\n top: obj.top || top,\n height: obj.height || height,\n bottom: obj.bottom || (top + (obj.height || height)),\n width: obj.width || width\n };\n return ret;\n};\n\n// Move a StyleBox to its specified, or next best, position. The containerBox\n// is the box that contains the StyleBox, such as a div. boxPositions are\n// a list of other boxes that the styleBox can't overlap with.\nfunction moveBoxToLinePosition(window, styleBox, containerBox, boxPositions) {\n\n // Find the best position for a cue box, b, on the video. The axis parameter\n // is a list of axis, the order of which, it will move the box along. For example:\n // Passing [\"+x\", \"-x\"] will move the box first along the x axis in the positive\n // direction. If it doesn't find a good position for it there it will then move\n // it along the x axis in the negative direction.\n function findBestPosition(b, axis) {\n var bestPosition,\n specifiedPosition = new BoxPosition(b),\n percentage = 1; // Highest possible so the first thing we get is better.\n\n for (var i = 0; i < axis.length; i++) {\n while (b.overlapsOppositeAxis(containerBox, axis[i]) ||\n (b.within(containerBox) && b.overlapsAny(boxPositions))) {\n b.move(axis[i]);\n }\n // We found a spot where we aren't overlapping anything. This is our\n // best position.\n if (b.within(containerBox)) {\n return b;\n }\n var p = b.intersectPercentage(containerBox);\n // If we're outside the container box less then we were on our last try\n // then remember this position as the best position.\n if (percentage > p) {\n bestPosition = new BoxPosition(b);\n percentage = p;\n }\n // Reset the box position to the specified position.\n b = new BoxPosition(specifiedPosition);\n }\n return bestPosition || specifiedPosition;\n }\n\n var boxPosition = new BoxPosition(styleBox),\n cue = styleBox.cue,\n linePos = computeLinePos(cue),\n axis = [];\n\n // If we have a line number to align the cue to.\n if (cue.snapToLines) {\n var size;\n switch (cue.vertical) {\n case \"\":\n axis = [ \"+y\", \"-y\" ];\n size = \"height\";\n break;\n case \"rl\":\n axis = [ \"+x\", \"-x\" ];\n size = \"width\";\n break;\n case \"lr\":\n axis = [ \"-x\", \"+x\" ];\n size = \"width\";\n break;\n }\n\n var step = boxPosition.lineHeight,\n position = step * Math.round(linePos),\n maxPosition = containerBox[size] + step,\n initialAxis = axis[0];\n\n // If the specified intial position is greater then the max position then\n // clamp the box to the amount of steps it would take for the box to\n // reach the max position.\n if (Math.abs(position) > maxPosition) {\n position = position < 0 ? -1 : 1;\n position *= Math.ceil(maxPosition / step) * step;\n }\n\n // If computed line position returns negative then line numbers are\n // relative to the bottom of the video instead of the top. Therefore, we\n // need to increase our initial position by the length or width of the\n // video, depending on the writing direction, and reverse our axis directions.\n if (linePos < 0) {\n position += cue.vertical === \"\" ? containerBox.height : containerBox.width;\n axis = axis.reverse();\n }\n\n // Move the box to the specified position. This may not be its best\n // position.\n boxPosition.move(initialAxis, position);\n\n } else {\n // If we have a percentage line value for the cue.\n var calculatedPercentage = (boxPosition.lineHeight / containerBox.height) * 100;\n\n switch (cue.lineAlign) {\n case \"middle\":\n linePos -= (calculatedPercentage / 2);\n break;\n case \"end\":\n linePos -= calculatedPercentage;\n break;\n }\n\n // Apply initial line position to the cue box.\n switch (cue.vertical) {\n case \"\":\n styleBox.applyStyles({\n top: styleBox.formatStyle(linePos, \"%\")\n });\n break;\n case \"rl\":\n styleBox.applyStyles({\n left: styleBox.formatStyle(linePos, \"%\")\n });\n break;\n case \"lr\":\n styleBox.applyStyles({\n right: styleBox.formatStyle(linePos, \"%\")\n });\n break;\n }\n\n axis = [ \"+y\", \"-x\", \"+x\", \"-y\" ];\n\n // Get the box position again after we've applied the specified positioning\n // to it.\n boxPosition = new BoxPosition(styleBox);\n }\n\n var bestPosition = findBestPosition(boxPosition, axis);\n styleBox.move(bestPosition.toCSSCompatValues(containerBox));\n}\n\nfunction WebVTT() {\n // Nothing\n}\n\n// Helper to allow strings to be decoded instead of the default binary utf8 data.\nWebVTT.StringDecoder = function() {\n return {\n decode: function(data) {\n if (!data) {\n return \"\";\n }\n if (typeof data !== \"string\") {\n throw new Error(\"Error - expected string data.\");\n }\n return decodeURIComponent(encodeURIComponent(data));\n }\n };\n};\n\nWebVTT.convertCueToDOMTree = function(window, cuetext) {\n if (!window || !cuetext) {\n return null;\n }\n return parseContent(window, cuetext);\n};\n\nvar FONT_SIZE_PERCENT = 0.05;\nvar FONT_STYLE = \"sans-serif\";\nvar CUE_BACKGROUND_PADDING = \"1.5%\";\n\n// Runs the processing model over the cues and regions passed to it.\n// @param overlay A block level element (usually a div) that the computed cues\n// and regions will be placed into.\nWebVTT.processCues = function(window, cues, overlay) {\n if (!window || !cues || !overlay) {\n return null;\n }\n\n // Remove all previous children.\n while (overlay.firstChild) {\n overlay.removeChild(overlay.firstChild);\n }\n\n var paddedOverlay = window.document.createElement(\"div\");\n paddedOverlay.style.position = \"absolute\";\n paddedOverlay.style.left = \"0\";\n paddedOverlay.style.right = \"0\";\n paddedOverlay.style.top = \"0\";\n paddedOverlay.style.bottom = \"0\";\n paddedOverlay.style.margin = CUE_BACKGROUND_PADDING;\n overlay.appendChild(paddedOverlay);\n\n // Determine if we need to compute the display states of the cues. This could\n // be the case if a cue's state has been changed since the last computation or\n // if it has not been computed yet.\n function shouldCompute(cues) {\n for (var i = 0; i < cues.length; i++) {\n if (cues[i].hasBeenReset || !cues[i].displayState) {\n return true;\n }\n }\n return false;\n }\n\n // We don't need to recompute the cues' display states. Just reuse them.\n if (!shouldCompute(cues)) {\n for (var i = 0; i < cues.length; i++) {\n paddedOverlay.appendChild(cues[i].displayState);\n }\n return;\n }\n\n var boxPositions = [],\n containerBox = BoxPosition.getSimpleBoxPosition(paddedOverlay),\n fontSize = Math.round(containerBox.height * FONT_SIZE_PERCENT * 100) / 100;\n var styleOptions = {\n font: fontSize + \"px \" + FONT_STYLE\n };\n\n (function() {\n var styleBox, cue;\n\n for (var i = 0; i < cues.length; i++) {\n cue = cues[i];\n\n // Compute the intial position and styles of the cue div.\n styleBox = new CueStyleBox(window, cue, styleOptions);\n paddedOverlay.appendChild(styleBox.div);\n\n // Move the cue div to it's correct line position.\n moveBoxToLinePosition(window, styleBox, containerBox, boxPositions);\n\n // Remember the computed div so that we don't have to recompute it later\n // if we don't have too.\n cue.displayState = styleBox.div;\n\n boxPositions.push(BoxPosition.getSimpleBoxPosition(styleBox));\n }\n })();\n};\n\nWebVTT.Parser = function(window, vttjs, decoder) {\n if (!decoder) {\n decoder = vttjs;\n vttjs = {};\n }\n if (!vttjs) {\n vttjs = {};\n }\n\n this.window = window;\n this.vttjs = vttjs;\n this.state = \"INITIAL\";\n this.buffer = \"\";\n this.decoder = decoder || new TextDecoder(\"utf8\");\n this.regionList = [];\n};\n\nWebVTT.Parser.prototype = {\n // If the error is a ParsingError then report it to the consumer if\n // possible. If it's not a ParsingError then throw it like normal.\n reportOrThrowError: function(e) {\n if (e instanceof ParsingError) {\n this.onparsingerror && this.onparsingerror(e);\n } else {\n throw e;\n }\n },\n parse: function (data) {\n var self = this;\n\n // If there is no data then we won't decode it, but will just try to parse\n // whatever is in buffer already. This may occur in circumstances, for\n // example when flush() is called.\n if (data) {\n // Try to decode the data that we received.\n self.buffer += self.decoder.decode(data, {stream: true});\n }\n\n function collectNextLine() {\n var buffer = self.buffer;\n var pos = 0;\n while (pos < buffer.length && buffer[pos] !== '\\r' && buffer[pos] !== '\\n') {\n ++pos;\n }\n var line = buffer.substr(0, pos);\n // Advance the buffer early in case we fail below.\n if (buffer[pos] === '\\r') {\n ++pos;\n }\n if (buffer[pos] === '\\n') {\n ++pos;\n }\n self.buffer = buffer.substr(pos);\n return line;\n }\n\n // 3.4 WebVTT region and WebVTT region settings syntax\n function parseRegion(input) {\n var settings = new Settings();\n\n parseOptions(input, function (k, v) {\n switch (k) {\n case \"id\":\n settings.set(k, v);\n break;\n case \"width\":\n settings.percent(k, v);\n break;\n case \"lines\":\n settings.integer(k, v);\n break;\n case \"regionanchor\":\n case \"viewportanchor\":\n var xy = v.split(',');\n if (xy.length !== 2) {\n break;\n }\n // We have to make sure both x and y parse, so use a temporary\n // settings object here.\n var anchor = new Settings();\n anchor.percent(\"x\", xy[0]);\n anchor.percent(\"y\", xy[1]);\n if (!anchor.has(\"x\") || !anchor.has(\"y\")) {\n break;\n }\n settings.set(k + \"X\", anchor.get(\"x\"));\n settings.set(k + \"Y\", anchor.get(\"y\"));\n break;\n case \"scroll\":\n settings.alt(k, v, [\"up\"]);\n break;\n }\n }, /=/, /\\s/);\n\n // Create the region, using default values for any values that were not\n // specified.\n if (settings.has(\"id\")) {\n var region = new (self.vttjs.VTTRegion || self.window.VTTRegion)();\n region.width = settings.get(\"width\", 100);\n region.lines = settings.get(\"lines\", 3);\n region.regionAnchorX = settings.get(\"regionanchorX\", 0);\n region.regionAnchorY = settings.get(\"regionanchorY\", 100);\n region.viewportAnchorX = settings.get(\"viewportanchorX\", 0);\n region.viewportAnchorY = settings.get(\"viewportanchorY\", 100);\n region.scroll = settings.get(\"scroll\", \"\");\n // Register the region.\n self.onregion && self.onregion(region);\n // Remember the VTTRegion for later in case we parse any VTTCues that\n // reference it.\n self.regionList.push({\n id: settings.get(\"id\"),\n region: region\n });\n }\n }\n\n // draft-pantos-http-live-streaming-20\n // https://tools.ietf.org/html/draft-pantos-http-live-streaming-20#section-3.5\n // 3.5 WebVTT\n function parseTimestampMap(input) {\n var settings = new Settings();\n\n parseOptions(input, function(k, v) {\n switch(k) {\n case \"MPEGT\":\n settings.integer(k + 'S', v);\n break;\n case \"LOCA\":\n settings.set(k + 'L', parseTimeStamp(v));\n break;\n }\n }, /[^\\d]:/, /,/);\n\n self.ontimestampmap && self.ontimestampmap({\n \"MPEGTS\": settings.get(\"MPEGTS\"),\n \"LOCAL\": settings.get(\"LOCAL\")\n });\n }\n\n // 3.2 WebVTT metadata header syntax\n function parseHeader(input) {\n if (input.match(/X-TIMESTAMP-MAP/)) {\n // This line contains HLS X-TIMESTAMP-MAP metadata\n parseOptions(input, function(k, v) {\n switch(k) {\n case \"X-TIMESTAMP-MAP\":\n parseTimestampMap(v);\n break;\n }\n }, /=/);\n } else {\n parseOptions(input, function (k, v) {\n switch (k) {\n case \"Region\":\n // 3.3 WebVTT region metadata header syntax\n parseRegion(v);\n break;\n }\n }, /:/);\n }\n\n }\n\n // 5.1 WebVTT file parsing.\n try {\n var line;\n if (self.state === \"INITIAL\") {\n // We can't start parsing until we have the first line.\n if (!/\\r\\n|\\n/.test(self.buffer)) {\n return this;\n }\n\n line = collectNextLine();\n\n var m = line.match(/^WEBVTT([ \\t].*)?$/);\n if (!m || !m[0]) {\n throw new ParsingError(ParsingError.Errors.BadSignature);\n }\n\n self.state = \"HEADER\";\n }\n\n var alreadyCollectedLine = false;\n while (self.buffer) {\n // We can't parse a line until we have the full line.\n if (!/\\r\\n|\\n/.test(self.buffer)) {\n return this;\n }\n\n if (!alreadyCollectedLine) {\n line = collectNextLine();\n } else {\n alreadyCollectedLine = false;\n }\n\n switch (self.state) {\n case \"HEADER\":\n // 13-18 - Allow a header (metadata) under the WEBVTT line.\n if (/:/.test(line)) {\n parseHeader(line);\n } else if (!line) {\n // An empty line terminates the header and starts the body (cues).\n self.state = \"ID\";\n }\n continue;\n case \"NOTE\":\n // Ignore NOTE blocks.\n if (!line) {\n self.state = \"ID\";\n }\n continue;\n case \"ID\":\n // Check for the start of NOTE blocks.\n if (/^NOTE($|[ \\t])/.test(line)) {\n self.state = \"NOTE\";\n break;\n }\n // 19-29 - Allow any number of line terminators, then initialize new cue values.\n if (!line) {\n continue;\n }\n self.cue = new (self.vttjs.VTTCue || self.window.VTTCue)(0, 0, \"\");\n self.state = \"CUE\";\n // 30-39 - Check if self line contains an optional identifier or timing data.\n if (line.indexOf(\"-->\") === -1) {\n self.cue.id = line;\n continue;\n }\n // Process line as start of a cue.\n /*falls through*/\n case \"CUE\":\n // 40 - Collect cue timings and settings.\n try {\n parseCue(line, self.cue, self.regionList);\n } catch (e) {\n self.reportOrThrowError(e);\n // In case of an error ignore rest of the cue.\n self.cue = null;\n self.state = \"BADCUE\";\n continue;\n }\n self.state = \"CUETEXT\";\n continue;\n case \"CUETEXT\":\n var hasSubstring = line.indexOf(\"-->\") !== -1;\n // 34 - If we have an empty line then report the cue.\n // 35 - If we have the special substring '-->' then report the cue,\n // but do not collect the line as we need to process the current\n // one as a new cue.\n if (!line || hasSubstring && (alreadyCollectedLine = true)) {\n // We are done parsing self cue.\n self.oncue && self.oncue(self.cue);\n self.cue = null;\n self.state = \"ID\";\n continue;\n }\n if (self.cue.text) {\n self.cue.text += \"\\n\";\n }\n self.cue.text += line;\n continue;\n case \"BADCUE\": // BADCUE\n // 54-62 - Collect and discard the remaining cue.\n if (!line) {\n self.state = \"ID\";\n }\n continue;\n }\n }\n } catch (e) {\n self.reportOrThrowError(e);\n\n // If we are currently parsing a cue, report what we have.\n if (self.state === \"CUETEXT\" && self.cue && self.oncue) {\n self.oncue(self.cue);\n }\n self.cue = null;\n // Enter BADWEBVTT state if header was not parsed correctly otherwise\n // another exception occurred so enter BADCUE state.\n self.state = self.state === \"INITIAL\" ? \"BADWEBVTT\" : \"BADCUE\";\n }\n return this;\n },\n flush: function () {\n var self = this;\n try {\n // Finish decoding the stream.\n self.buffer += self.decoder.decode();\n // Synthesize the end of the current cue or region.\n if (self.cue || self.state === \"HEADER\") {\n self.buffer += \"\\n\\n\";\n self.parse();\n }\n // If we've flushed, parsed, and we're still on the INITIAL state then\n // that means we don't have enough of the stream to parse the first\n // line.\n if (self.state === \"INITIAL\") {\n throw new ParsingError(ParsingError.Errors.BadSignature);\n }\n } catch(e) {\n self.reportOrThrowError(e);\n }\n self.onflush && self.onflush();\n return this;\n }\n};\n\nmodule.exports = WebVTT;\n","/**\n * Copyright 2013 vtt.js Contributors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nvar autoKeyword = \"auto\";\nvar directionSetting = {\n \"\": 1,\n \"lr\": 1,\n \"rl\": 1\n};\nvar alignSetting = {\n \"start\": 1,\n \"middle\": 1,\n \"end\": 1,\n \"left\": 1,\n \"right\": 1\n};\n\nfunction findDirectionSetting(value) {\n if (typeof value !== \"string\") {\n return false;\n }\n var dir = directionSetting[value.toLowerCase()];\n return dir ? value.toLowerCase() : false;\n}\n\nfunction findAlignSetting(value) {\n if (typeof value !== \"string\") {\n return false;\n }\n var align = alignSetting[value.toLowerCase()];\n return align ? value.toLowerCase() : false;\n}\n\nfunction VTTCue(startTime, endTime, text) {\n /**\n * Shim implementation specific properties. These properties are not in\n * the spec.\n */\n\n // Lets us know when the VTTCue's data has changed in such a way that we need\n // to recompute its display state. This lets us compute its display state\n // lazily.\n this.hasBeenReset = false;\n\n /**\n * VTTCue and TextTrackCue properties\n * http://dev.w3.org/html5/webvtt/#vttcue-interface\n */\n\n var _id = \"\";\n var _pauseOnExit = false;\n var _startTime = startTime;\n var _endTime = endTime;\n var _text = text;\n var _region = null;\n var _vertical = \"\";\n var _snapToLines = true;\n var _line = \"auto\";\n var _lineAlign = \"start\";\n var _position = 50;\n var _positionAlign = \"middle\";\n var _size = 50;\n var _align = \"middle\";\n\n Object.defineProperties(this, {\n \"id\": {\n enumerable: true,\n get: function() {\n return _id;\n },\n set: function(value) {\n _id = \"\" + value;\n }\n },\n\n \"pauseOnExit\": {\n enumerable: true,\n get: function() {\n return _pauseOnExit;\n },\n set: function(value) {\n _pauseOnExit = !!value;\n }\n },\n\n \"startTime\": {\n enumerable: true,\n get: function() {\n return _startTime;\n },\n set: function(value) {\n if (typeof value !== \"number\") {\n throw new TypeError(\"Start time must be set to a number.\");\n }\n _startTime = value;\n this.hasBeenReset = true;\n }\n },\n\n \"endTime\": {\n enumerable: true,\n get: function() {\n return _endTime;\n },\n set: function(value) {\n if (typeof value !== \"number\") {\n throw new TypeError(\"End time must be set to a number.\");\n }\n _endTime = value;\n this.hasBeenReset = true;\n }\n },\n\n \"text\": {\n enumerable: true,\n get: function() {\n return _text;\n },\n set: function(value) {\n _text = \"\" + value;\n this.hasBeenReset = true;\n }\n },\n\n \"region\": {\n enumerable: true,\n get: function() {\n return _region;\n },\n set: function(value) {\n _region = value;\n this.hasBeenReset = true;\n }\n },\n\n \"vertical\": {\n enumerable: true,\n get: function() {\n return _vertical;\n },\n set: function(value) {\n var setting = findDirectionSetting(value);\n // Have to check for false because the setting an be an empty string.\n if (setting === false) {\n throw new SyntaxError(\"An invalid or illegal string was specified.\");\n }\n _vertical = setting;\n this.hasBeenReset = true;\n }\n },\n\n \"snapToLines\": {\n enumerable: true,\n get: function() {\n return _snapToLines;\n },\n set: function(value) {\n _snapToLines = !!value;\n this.hasBeenReset = true;\n }\n },\n\n \"line\": {\n enumerable: true,\n get: function() {\n return _line;\n },\n set: function(value) {\n if (typeof value !== \"number\" && value !== autoKeyword) {\n throw new SyntaxError(\"An invalid number or illegal string was specified.\");\n }\n _line = value;\n this.hasBeenReset = true;\n }\n },\n\n \"lineAlign\": {\n enumerable: true,\n get: function() {\n return _lineAlign;\n },\n set: function(value) {\n var setting = findAlignSetting(value);\n if (!setting) {\n throw new SyntaxError(\"An invalid or illegal string was specified.\");\n }\n _lineAlign = setting;\n this.hasBeenReset = true;\n }\n },\n\n \"position\": {\n enumerable: true,\n get: function() {\n return _position;\n },\n set: function(value) {\n if (value < 0 || value > 100) {\n throw new Error(\"Position must be between 0 and 100.\");\n }\n _position = value;\n this.hasBeenReset = true;\n }\n },\n\n \"positionAlign\": {\n enumerable: true,\n get: function() {\n return _positionAlign;\n },\n set: function(value) {\n var setting = findAlignSetting(value);\n if (!setting) {\n throw new SyntaxError(\"An invalid or illegal string was specified.\");\n }\n _positionAlign = setting;\n this.hasBeenReset = true;\n }\n },\n\n \"size\": {\n enumerable: true,\n get: function() {\n return _size;\n },\n set: function(value) {\n if (value < 0 || value > 100) {\n throw new Error(\"Size must be between 0 and 100.\");\n }\n _size = value;\n this.hasBeenReset = true;\n }\n },\n\n \"align\": {\n enumerable: true,\n get: function() {\n return _align;\n },\n set: function(value) {\n var setting = findAlignSetting(value);\n if (!setting) {\n throw new SyntaxError(\"An invalid or illegal string was specified.\");\n }\n _align = setting;\n this.hasBeenReset = true;\n }\n }\n });\n\n /**\n * Other <track> spec defined properties\n */\n\n // http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#text-track-cue-display-state\n this.displayState = undefined;\n}\n\n/**\n * VTTCue methods\n */\n\nVTTCue.prototype.getCueAsHTML = function() {\n // Assume WebVTT.convertCueToDOMTree is on the global.\n return WebVTT.convertCueToDOMTree(window, this.text);\n};\n\nmodule.exports = VTTCue;\n","/**\n * Copyright 2013 vtt.js Contributors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nvar scrollSetting = {\n \"\": true,\n \"up\": true\n};\n\nfunction findScrollSetting(value) {\n if (typeof value !== \"string\") {\n return false;\n }\n var scroll = scrollSetting[value.toLowerCase()];\n return scroll ? value.toLowerCase() : false;\n}\n\nfunction isValidPercentValue(value) {\n return typeof value === \"number\" && (value >= 0 && value <= 100);\n}\n\n// VTTRegion shim http://dev.w3.org/html5/webvtt/#vttregion-interface\nfunction VTTRegion() {\n var _width = 100;\n var _lines = 3;\n var _regionAnchorX = 0;\n var _regionAnchorY = 100;\n var _viewportAnchorX = 0;\n var _viewportAnchorY = 100;\n var _scroll = \"\";\n\n Object.defineProperties(this, {\n \"width\": {\n enumerable: true,\n get: function() {\n return _width;\n },\n set: function(value) {\n if (!isValidPercentValue(value)) {\n throw new Error(\"Width must be between 0 and 100.\");\n }\n _width = value;\n }\n },\n \"lines\": {\n enumerable: true,\n get: function() {\n return _lines;\n },\n set: function(value) {\n if (typeof value !== \"number\") {\n throw new TypeError(\"Lines must be set to a number.\");\n }\n _lines = value;\n }\n },\n \"regionAnchorY\": {\n enumerable: true,\n get: function() {\n return _regionAnchorY;\n },\n set: function(value) {\n if (!isValidPercentValue(value)) {\n throw new Error(\"RegionAnchorX must be between 0 and 100.\");\n }\n _regionAnchorY = value;\n }\n },\n \"regionAnchorX\": {\n enumerable: true,\n get: function() {\n return _regionAnchorX;\n },\n set: function(value) {\n if(!isValidPercentValue(value)) {\n throw new Error(\"RegionAnchorY must be between 0 and 100.\");\n }\n _regionAnchorX = value;\n }\n },\n \"viewportAnchorY\": {\n enumerable: true,\n get: function() {\n return _viewportAnchorY;\n },\n set: function(value) {\n if (!isValidPercentValue(value)) {\n throw new Error(\"ViewportAnchorY must be between 0 and 100.\");\n }\n _viewportAnchorY = value;\n }\n },\n \"viewportAnchorX\": {\n enumerable: true,\n get: function() {\n return _viewportAnchorX;\n },\n set: function(value) {\n if (!isValidPercentValue(value)) {\n throw new Error(\"ViewportAnchorX must be between 0 and 100.\");\n }\n _viewportAnchorX = value;\n }\n },\n \"scroll\": {\n enumerable: true,\n get: function() {\n return _scroll;\n },\n set: function(value) {\n var setting = findScrollSetting(value);\n // Have to check for false as an empty string is a legal value.\n if (setting === false) {\n throw new SyntaxError(\"An invalid or illegal string was specified.\");\n }\n _scroll = setting;\n }\n }\n });\n}\n\nmodule.exports = VTTRegion;\n","\"use strict\";\nvar window = require(\"global/window\")\nvar isFunction = require(\"is-function\")\nvar parseHeaders = require(\"parse-headers\")\nvar xtend = require(\"xtend\")\n\nmodule.exports = createXHR\ncreateXHR.XMLHttpRequest = window.XMLHttpRequest || noop\ncreateXHR.XDomainRequest = \"withCredentials\" in (new createXHR.XMLHttpRequest()) ? createXHR.XMLHttpRequest : window.XDomainRequest\n\nforEachArray([\"get\", \"put\", \"post\", \"patch\", \"head\", \"delete\"], function(method) {\n createXHR[method === \"delete\" ? \"del\" : method] = function(uri, options, callback) {\n options = initParams(uri, options, callback)\n options.method = method.toUpperCase()\n return _createXHR(options)\n }\n})\n\nfunction forEachArray(array, iterator) {\n for (var i = 0; i < array.length; i++) {\n iterator(array[i])\n }\n}\n\nfunction isEmpty(obj){\n for(var i in obj){\n if(obj.hasOwnProperty(i)) return false\n }\n return true\n}\n\nfunction initParams(uri, options, callback) {\n var params = uri\n\n if (isFunction(options)) {\n callback = options\n if (typeof uri === \"string\") {\n params = {uri:uri}\n }\n } else {\n params = xtend(options, {uri: uri})\n }\n\n params.callback = callback\n return params\n}\n\nfunction createXHR(uri, options, callback) {\n options = initParams(uri, options, callback)\n return _createXHR(options)\n}\n\nfunction _createXHR(options) {\n if(typeof options.callback === \"undefined\"){\n throw new Error(\"callback argument missing\")\n }\n\n var called = false\n var callback = function cbOnce(err, response, body){\n if(!called){\n called = true\n options.callback(err, response, body)\n }\n }\n\n function readystatechange() {\n if (xhr.readyState === 4) {\n setTimeout(loadFunc, 0)\n }\n }\n\n function getBody() {\n // Chrome with requestType=blob throws errors arround when even testing access to responseText\n var body = undefined\n\n if (xhr.response) {\n body = xhr.response\n } else {\n body = xhr.responseText || getXml(xhr)\n }\n\n if (isJson) {\n try {\n body = JSON.parse(body)\n } catch (e) {}\n }\n\n return body\n }\n\n function errorFunc(evt) {\n clearTimeout(timeoutTimer)\n if(!(evt instanceof Error)){\n evt = new Error(\"\" + (evt || \"Unknown XMLHttpRequest Error\") )\n }\n evt.statusCode = 0\n return callback(evt, failureResponse)\n }\n\n // will load the data & process the response in a special response object\n function loadFunc() {\n if (aborted) return\n var status\n clearTimeout(timeoutTimer)\n if(options.useXDR && xhr.status===undefined) {\n //IE8 CORS GET successful response doesn't have a status field, but body is fine\n status = 200\n } else {\n status = (xhr.status === 1223 ? 204 : xhr.status)\n }\n var response = failureResponse\n var err = null\n\n if (status !== 0){\n response = {\n body: getBody(),\n statusCode: status,\n method: method,\n headers: {},\n url: uri,\n rawRequest: xhr\n }\n if(xhr.getAllResponseHeaders){ //remember xhr can in fact be XDR for CORS in IE\n response.headers = parseHeaders(xhr.getAllResponseHeaders())\n }\n } else {\n err = new Error(\"Internal XMLHttpRequest Error\")\n }\n return callback(err, response, response.body)\n }\n\n var xhr = options.xhr || null\n\n if (!xhr) {\n if (options.cors || options.useXDR) {\n xhr = new createXHR.XDomainRequest()\n }else{\n xhr = new createXHR.XMLHttpRequest()\n }\n }\n\n var key\n var aborted\n var uri = xhr.url = options.uri || options.url\n var method = xhr.method = options.method || \"GET\"\n var body = options.body || options.data\n var headers = xhr.headers = options.headers || {}\n var sync = !!options.sync\n var isJson = false\n var timeoutTimer\n var failureResponse = {\n body: undefined,\n headers: {},\n statusCode: 0,\n method: method,\n url: uri,\n rawRequest: xhr\n }\n\n if (\"json\" in options && options.json !== false) {\n isJson = true\n headers[\"accept\"] || headers[\"Accept\"] || (headers[\"Accept\"] = \"application/json\") //Don't override existing accept header declared by user\n if (method !== \"GET\" && method !== \"HEAD\") {\n headers[\"content-type\"] || headers[\"Content-Type\"] || (headers[\"Content-Type\"] = \"application/json\") //Don't override existing accept header declared by user\n body = JSON.stringify(options.json === true ? body : options.json)\n }\n }\n\n xhr.onreadystatechange = readystatechange\n xhr.onload = loadFunc\n xhr.onerror = errorFunc\n // IE9 must have onprogress be set to a unique function.\n xhr.onprogress = function () {\n // IE must die\n }\n xhr.onabort = function(){\n aborted = true;\n }\n xhr.ontimeout = errorFunc\n xhr.open(method, uri, !sync, options.username, options.password)\n //has to be after open\n if(!sync) {\n xhr.withCredentials = !!options.withCredentials\n }\n // Cannot set timeout with sync request\n // not setting timeout on the xhr object, because of old webkits etc. not handling that correctly\n // both npm's request and jquery 1.x use this kind of timeout, so this is being consistent\n if (!sync && options.timeout > 0 ) {\n timeoutTimer = setTimeout(function(){\n if (aborted) return\n aborted = true//IE9 may still call readystatechange\n xhr.abort(\"timeout\")\n var e = new Error(\"XMLHttpRequest timeout\")\n e.code = \"ETIMEDOUT\"\n errorFunc(e)\n }, options.timeout )\n }\n\n if (xhr.setRequestHeader) {\n for(key in headers){\n if(headers.hasOwnProperty(key)){\n xhr.setRequestHeader(key, headers[key])\n }\n }\n } else if (options.headers && !isEmpty(options.headers)) {\n throw new Error(\"Headers cannot be set on an XDomainRequest object\")\n }\n\n if (\"responseType\" in options) {\n xhr.responseType = options.responseType\n }\n\n if (\"beforeSend\" in options &&\n typeof options.beforeSend === \"function\"\n ) {\n options.beforeSend(xhr)\n }\n\n // Microsoft Edge browser sends \"undefined\" when send is called with undefined value.\n // XMLHttpRequest spec says to pass null as body to indicate no body\n // See https://github.com/naugtur/xhr/issues/100.\n xhr.send(body || null)\n\n return xhr\n\n\n}\n\nfunction getXml(xhr) {\n if (xhr.responseType === \"document\") {\n return xhr.responseXML\n }\n var firefoxBugTakenEffect = xhr.responseXML && xhr.responseXML.documentElement.nodeName === \"parsererror\"\n if (xhr.responseType === \"\" && !firefoxBugTakenEffect) {\n return xhr.responseXML\n }\n\n return null\n}\n\nfunction noop() {}\n","module.exports = extend\n\nvar hasOwnProperty = Object.prototype.hasOwnProperty;\n\nfunction extend() {\n var target = {}\n\n for (var i = 0; i < arguments.length; i++) {\n var source = arguments[i]\n\n for (var key in source) {\n if (hasOwnProperty.call(source, key)) {\n target[key] = source[key]\n }\n }\n }\n\n return target\n}\n"],"names":["isCallable","toStr","Object","prototype","toString","hasOwnProperty","forEachArray","array","iterator","receiver","i","len","length","call","forEachString","string","charAt","forEachObject","object","k","module","exports","list","thisArg","TypeError","arguments","doccy","topLevel","g","window","minDoc","document","win","self","badArrayLike","isCallableMarker","fnToStr","Function","reflectApply","Reflect","apply","defineProperty","get","_","constructorRegex","isES6ClassFn","value","fnStr","test","e","hasToStringTag","Symbol","toStringTag","documentDotAll","all","undefined","tryFunctionObject","strClass","fn","setTimeout","alert","confirm","prompt","AacStream","Stream","aacUtils","everything","Uint8Array","timeStamp","init","this","setTimestamp","timestamp","push","bytes","bytesLeft","chunk","packet","tempLength","frameSize","byteIndex","byteLength","set","subarray","charCodeAt","parseAdtsSize","type","data","pts","dts","trigger","parseId3TagSize","ADTS_SAMPLING_FREQUENCIES","parseSyncSafeInteger","isLikelyAacData","header","returnSize","lowThree","middle","parseType","parseSampleRate","parseAacTimestamp","frameStart","frame","String","fromCharCode","unescape","start","end","result","slice","percentEncode","d","size","AdtsStream","buffer","frameLength","protectionSkipBytes","frameEnd","oldBuffer","sampleCount","adtsFrameDuration","frameNum","audioobjecttype","channelcount","samplerate","samplingfrequencyindex","samplesize","flush","H264Stream","NalByteStream","PROFILES_WITH_OPTIONAL_SPS_DATA","ExpGolomb","syncPoint","swapBuffer","trackId","currentPts","currentDts","discardEmulationPreventionBytes","readSequenceParameterSet","skipScalingList","nalByteStream","on","event","nalUnitType","escapedRBSP","config","count","expGolombDecoder","j","lastScale","nextScale","readExpGolomb","newLength","newData","emulationPreventionBytesPositions","sourceIndex","shift","profileIdc","levelIdc","profileCompatibility","chromaFormatIdc","picOrderCntType","numRefFramesInPicOrderCntCycle","picWidthInMbsMinus1","picHeightInMapUnitsMinus1","frameMbsOnlyFlag","scalingListCount","sarRatio","frameCropLeftOffset","frameCropRightOffset","frameCropTopOffset","frameCropBottomOffset","sarScale","readUnsignedByte","skipUnsignedExpGolomb","readUnsignedExpGolomb","skipBits","readBoolean","skipExpGolomb","readBits","width","Math","ceil","height","metaTable","highPrefix","lowPrefix","zeroFill","a","coneOfSilence","keys","reduce","obj","key","arr","part","concat","cea708Parser","CaptionStream","captionPackets_","ccStreams_","Cea608Stream","reset","forEach","cc","bind","sei","userData","newCaptionPackets","parseSei","payloadType","USER_DATA_REGISTERED_ITU_T_T35","parseUserData","latestDts_","ignoreNextEqualDts_","numSameDts_","parseCaptionPackets","elem","idx","presortIndex","sort","b","dispatchCea608Packet","activeCea608Channel_","ccStream","setsChannel1Active","setsChannel2Active","ccData","CHARACTER_TRANSLATION","getCharFromCode","code","ROWS","createDisplayBuffer","BOTTOM_ROW","field","dataChannel","field_","dataChannel_","name_","setConstants","swap","char0","char1","text","lastControlCode_","PADDING_","RESUME_CAPTION_LOADING_","mode_","END_OF_CAPTION_","clearFormatting","flushDisplayed","displayed_","nonDisplayed_","startPts_","ROLL_UP_2_ROWS_","rollUpRows_","setRollUp","ROLL_UP_3_ROWS_","ROLL_UP_4_ROWS_","CARRIAGE_RETURN_","shiftRowsUp_","BACKSPACE_","row_","ERASE_DISPLAYED_MEMORY_","ERASE_NON_DISPLAYED_MEMORY_","RESUME_DIRECT_CAPTIONING_","isSpecialCharacter","column_","isExtCharacter","isMidRowCode","addFormatting","isOffsetControlCode","isPAC","row","indexOf","formatting_","isColorPAC","isNormalChar","content","map","trim","console","error","join","replace","startPts","endPts","stream","topRow_","BASE_","EXT_","CONTROL_","OFFSET_","char","newBaseRow","format","reverse","popOn","baseRow","rollUp","paintOn","TransportPacketStream","TransportParseStream","ElementaryStream","StreamTypes","TimestampRolloverStream","m2tsStreamTypes","MP2T_PACKET_LENGTH","bytesInBuffer","startIndex","endIndex","parsePsi","parsePat","parsePmt","packetsWaitingForPmt","programMapTable","payload","psi","offset","payloadUnitStartIndicator","pat","section_number","last_section_number","pmtPid","pmt","tableEnd","video","audio","streamType","pid","H264_STREAM_TYPE","ADTS_STREAM_TYPE","METADATA_STREAM_TYPE","processPes_","STREAM_TYPES","h264","adts","timedMetadata","flushStream","forceFlush","packetFlushable","fragment","packetData","pes","ptsDtsFlags","packetLength","dataAlignmentIndicator","tracks","timelineStartInfo","baseMediaDecodeTime","id","codec","m2ts","PAT_PID","MetadataStream","parseUtf8","decodeURIComponent","tagParsers","TXXX","tag","description","WXXX","url","PRIV","owner","privateData","options","settings","debug","descriptor","tagSize","bufferSize","dispatchType","log","frames","parsePid","parsePayloadUnitStartIndicator","parseAdaptionField","parseNalUnitType","pusi","payloadOffset","parsePesType","parsePesTime","videoPacketContainsKeyFrame","frameBuffer","frameI","frameSyncPoint","foundKeyFrame","handleRollover","reference","direction","abs","lastDTS","referenceDTS","type_","discontinuity","clock","prefixWithSilence","track","audioAppendStartTs","videoBaseMediaDecodeTime","baseMediaDecodeTimeTs","frameDuration","silentFrame","audioGapDuration","audioFillFrameCount","audioFillDuration","audioTsToVideoTs","max","floor","ONE_SECOND_IN_TS","splice","videoTsToAudioTs","trimAdtsFramesByEarliestDts","adtsFrames","earliestAllowedDts","minSegmentDts","Infinity","filter","currentFrame","min","minSegmentPts","generateSampleTable","samples","duration","concatenateFrameData","dataOffset","sum","sumFrameByteLengths","probe","inspect","mapToSample","approximateOffset","sample","parseCaptionNals","segment","videoTrackId","trafs","findBox","mdats","captionNals","mdatTrafPairs","mdat","index","matchingTraf","traf","pair","seiNals","tfhd","headerInfo","parseTfhd","tfdt","parseTfdt","truns","avcStream","seiNal","lastMatchedSample","avcView","DataView","byteOffset","getUint32","matchingSample","findSeiNals","defaultSampleDuration","defaultSampleSize","allSamples","trun","parseTrun","compositionTimeOffset","parseSamples","captionStream","segmentCache","timescale","parsedCaptions","isInitialized","startTime","endTime","captions","captionStreams","isNewInit","videoTrackIds","timescales","parse","parsedData","cachedSegment","parseEmbeddedCaptions","pushNals","nals","nal","clearParsedCaptions","resetCaptionStream","clearAllCaptions","sampleForFrame","flags","isLeading","dependsOn","isDependedOn","hasRedundancy","degradationPriority","isNonSyncSample","keyFrame","groupNalsIntoFrames","nalUnits","currentNal","groupFramesIntoGops","currentGop","gops","nalCount","extendFirstKeyFrame","baseDataOffset","h","concatenateNalData","nalsByteLength","numberOfNals","view","setUint32","generator","Transmuxer","AudioSegmentStream","VideoSegmentStream","CaptionParser","box","dinf","esds","ftyp","mfhd","minf","moof","moov","mvex","mvhd","trak","tkhd","mdia","mdhd","hdlr","sdtp","stbl","stsd","trex","types","MAJOR_BRAND","MINOR_VERSION","AVC1_BRAND","VIDEO_HDLR","AUDIO_HDLR","HDLR_TYPES","VMHD","SMHD","DREF","STCO","STSC","STSZ","STTS","videoSample","audioSample","audioTrun","videoTrun","trunHeader","UINT32_MAX","pow","avc1","avcC","btrt","dref","mp4a","smhd","stco","stsc","stsz","stts","styp","vmhd","sequenceNumber","trackFragments","boxes","sps","pps","sequenceParameterSets","pictureParameterSets","Array","trackFragmentHeader","trackFragmentDecodeTime","trackFragmentRun","sampleDependencyTable","upperWordBaseMediaDecodeTime","lowerWordBaseMediaDecodeTime","durationPresent","sizePresent","flagsPresent","paddingValue","initSegment","fileType","movie","getVideoTrackIds","toUnsigned","path","subresults","results","version","baseTimes","scale","isFinite","traks","hdlrs","tkhds","handlerType","getUint8","clearDtsInfo","maxSegmentDts","maxSegmentPts","calculateTrackBaseMediaDecodeTime","keepOriginalTimestamps","collectDtsInfo","CoalesceStream","mp4","frameUtils","audioFrameUtils","trackDecodeInfo","AUDIO_PROPERTIES","VIDEO_PROPERTIES","arrayEquals","prop","setEarliestDts","earliestDts","setVideoBaseMediaDecodeTime","setAudioAppendStart","gopsToAlignWith","minPTS","gopCache_","nalUnit","gopForFusion","resetStream_","getGopForFusion_","unshift","alignedGops","alignGopsAtEnd","alignGopsAtEnd_","alignGopsAtStart_","gop","pop","dtsDistance","nearestGopObj","currentGopObj","nearestDistance","alignIndex","gopIndex","align","alignEndIndex","matchFound","trimIndex","metadata","total","alignGopsWith","newGopsToAlignWith","metadataStream","numberOfTracks","remux","remuxTracks","pendingTracks","videoTrack","pendingBoxes","pendingCaptions","pendingMetadata","pendingBytes","emittedTracks","output","audioTrack","flushSource","caption","id3","info","timelineStartPts","cueTime","hasFlushed","transmuxPipeline_","setupAacPipeline","pipeline","aacStream","audioTimestampRolloverStream","timedMetadataTimestampRolloverStream","adtsStream","coalesceStream","headOfPipeline","pipe","audioSegmentStream","setupTsPipeline","packetStream","parseStream","elementaryStream","videoTimestampRolloverStream","h264Stream","videoSegmentStream","setBaseMediaDecodeTime","isAac","resetCaptions","payloadSize","inspectMp4","textifyMp4","parseMp4Date","seconds","Date","parseSampleFlags","nalParse","dataReferenceIndex","getUint16","horizresolution","vertresolution","frameCount","depth","numOfPictureParameterSets","nalSize","configurationVersion","avcProfileIndication","avcLevelIndication","lengthSizeMinusOne","numOfSequenceParameterSets","bufferSizeDB","maxBitrate","avgBitrate","esId","streamPriority","decoderConfig","objectProfileIndication","decoderConfigDescriptor","audioObjectType","samplingFrequencyIndex","channelConfiguration","majorBrand","minorVersion","compatibleBrands","dataReferences","name","escape","language","creationTime","modificationTime","streamDescriptor","rate","volume","matrix","Uint32Array","nextTrackId","pdin","initialDelay","sidx","references","referenceId","earliestPresentationTime","firstOffset","referenceCount","referenceType","referencedSize","subsegmentDuration","startsWithSap","sapType","sapDeltaTime","balance","chunkOffsets","entryCount","sampleToChunks","firstChunk","samplesPerChunk","sampleDescriptionIndex","sampleDescriptions","sampleSize","entries","timeToSamples","sampleDelta","baseDataOffsetPresent","sampleDescriptionIndexPresent","defaultSampleDurationPresent","defaultSampleSizePresent","defaultSampleFlagsPresent","durationIsEmpty","defaultBaseIsMoof","defaultSampleFlags","baseDataOffsetIsMoof","layer","alternateGroup","defaultSampleDescriptionIndex","sampleDependsOn","sampleIsDependedOn","sampleHasRedundancy","samplePaddingValue","sampleIsDifferenceSample","sampleDegradationPriority","dataOffsetPresent","firstSampleFlagsPresent","sampleDurationPresent","sampleSizePresent","sampleFlagsPresent","sampleCompositionTimeOffsetPresent","getInt32","graphicsmode","opcolor","Uint16Array","ab","ArrayBuffer","v","z","inspectedMp4","indent","prefix","byte","match","line","JSON","stringify","split","textify","parseHdlr","ts","aac","PES_TIMESCALE","SYNC_BYTE","parseAudioPes_","pesType","parsed","endLoop","table","parseVideoPes_","firstKeyFrame","inspectTs_","parsePsi_","baseTimestamp","audioCount","sampleRate","audioTimescale","inspectAac_","segmentInfo","audioBaseTimestamp","dtsTime","ptsTime","videoBaseTimestamp","adjustTimestamp_","secondsToVideoTs","secondsToAudioTs","videoTsToSeconds","audioTsToSeconds","workingData","workingBytesAvailable","workingWord","workingBitsAvailable","bitsAvailable","loadWord","position","workingBytes","availableBytes","Error","skipBytes","bits","valu","skipLeadingZeros","leadingZeroCount","clz","listeners","listener","off","callbacks","args","dispose","destination","headers","arg","toLowerCase","reviver","json","err","str","left","right","clean","s","sa","URL_REGEX","FIRST_SEGMENT_REGEX","SLASH_DOT_REGEX","SLASH_DOT_DOT_REGEX","URLToolkit","buildAbsoluteURL","baseURL","relativeURL","opts","alwaysNormalize","basePartsForNormalise","parseURL","normalizePath","buildURLFromParts","relativeParts","scheme","baseParts","netLoc","pathParts","exec","builtParts","params","query","baseURLPath","newPath","substring","lastIndexOf","parts","classCallCheck","instance","Constructor","_extends","assign","target","source","inherits","subClass","superClass","create","constructor","enumerable","writable","configurable","setPrototypeOf","__proto__","possibleConstructorReturn","ReferenceError","LineStream","_Stream","_this","nextNewline","parseAttributes","attributes","attrs","RegExp","attr","ParseStream","customParsers","tagType","parseFloat","title","parseInt","number","playlistType","allowed","URI","uri","BYTERANGE","_attributes$BYTERANGE","byterange","RESOLUTION","resolution","BANDWIDTH","dateTimeString","dateTimeObject","IV","PRECISE","addParser","_ref","_this2","expression","customType","dataParser","Parser","lineStream","uris","currentUri","currentMap","_key","noop","defaultMediaGroups","currentTimeline","manifest","allowCache","discontinuityStarts","segments","entry","mediaGroup","rendition","message","endlist","endList","inf","mediaSequence","discontinuitySequence","METHOD","method","iv","playlist","playlists","mediaGroups","media","TYPE","NAME","mediaGroupType","DEFAULT","autoselect","AUTOSELECT","LANGUAGE","instreamId","CHARACTERISTICS","characteristics","FORCED","forced","targetduration","targetDuration","totalduration","totalDuration","isNaN","timeOffset","precise","cueOut","cueOutCont","cueIn","timeline","comment","custom","isObject","merge","_len","objects","isArray","flatten","lists","x","y","from","mergeDiscontiguousPlaylists","o","acc","_acc$name$segments","lang","contentProtection","l","formatAudioPlaylist","_attributes","bandwidth","CODECS","codecs","periodIndex","resolvedUri","formatVideoPlaylist","_ref3","_attributes3","AUDIO","SUBTITLES","toM3u8","dashPlaylists","_mediaGroups","_dashPlaylists$0$attr","sourceDuration","_dashPlaylists$0$attr2","minimumUpdatePeriod","videoPlaylists","_ref4","mimeType","contentType","audioPlaylists","_ref5","vttPlaylists","_ref6","master","VIDEO","role","label","default","subs","_ref2","_attributes2","baseUrl","organizeVttPlaylists","urlToolkit","resolveUrl","relativeUrl","urlTypeToSegment","_ref$baseUrl","_ref$source","_ref$range","range","ranges","startRange","endRange","getLiveRValue","time","NOW","clientOffset","availabilityStartTime","_attributes$timescale","_attributes$start","_attributes$minimumUp","periodDuration","parseByTimeline","segmentTimeline","_attributes$type","_attributes$minimumUp2","_attributes$media","_attributes$timescale2","_attributes$startNumb","startNumber","sIndex","S","repeat","r","segmentTime","t","nextS","segmentRange","static","dynamic","_attributes$timeShift","timeShiftBufferDepth","now","periodStartWC","segmentCount","availableStart","availableEnd","parseByDuration","_attributes$timescale4","_segmentRange$type","_attributes$timescale3","toSegments","identifierPattern","constructTemplateUrl","values","identifier","identifierReplacement","segmentsFromTemplate","templateValues","RepresentationID","Bandwidth","_attributes$initializ","initialization","sourceURL","mapSegment","parseTemplateInfo","Number","Time","errors","segmentsFromList","_attributes$segmentUr","segmentUrls","segmentTimeInfo","segmentUrlMap","segmentUrlObject","segmentUrl","mediaRange","SegmentURLToSegmentObject","segmentsFromBase","_attributes$indexRang","indexRange","generateSegments","segmentAttributes","segmentsFn","template","base","_segmentAttributes","_segmentAttributes$ti","findChildren","element","childNodes","tagName","getContent","textContent","parseDuration","_match$slice","year","month","day","hour","minute","second","parsers","mediaPresentationDuration","parsedValue","el","parseFn","keySystemsMap","buildBaseUrls","referenceUrls","baseUrlElements","baseUrlElement","getSegmentInformation","adaptationSet","segmentTemplate","segmentList","segmentBase","segmentTimelineParentNode","segmentInitializationParentNode","segmentInitialization","generateKeySystemInformation","contentProtectionNodes","node","keySystem","schemeIdUri","psshNode","pssh","psshBuffer","b64Text","decodedString","decodeB64ToUint8Array","toRepresentations","periodAttributes","periodBaseUrls","periodSegmentInfo","adaptationSetAttributes","adaptationSetBaseUrls","roleAttributes","representations","adaptationSetSegmentInfo","representation","repBaseUrlElements","repBaseUrls","representationSegmentInfo","inheritBaseUrls","inheritAttributes","mpd","_options","_options$manifestUri","manifestUri","_options$NOW","_options$clientOffset","periods","mpdAttributes","mpdBaseUrls","period","periodAtt","parsedPeriodId","adaptationSets","toAdaptationSets","stringToMpdXml","manifestString","xml","parseFromString","documentElement","getElementsByTagName","parseUTCTiming","UTCTimingNode","parseUTCTimingScheme","createClass","defineProperties","props","protoProps","staticProps","aesTables","AES","tables","encTable","decTable","sbox","sboxInv","xInv","th","x2","x4","tEnc","tDec","precompute","_tables","tmp","encKey","decKey","keyLen","rcon","decrypt","encrypted0","encrypted1","encrypted2","encrypted3","out","c","a2","b2","c2","nInnerRounds","kIndex","table0","table1","table2","table3","_length","_i","AsyncStream","jobs","delay","timeout_","processJob_","job","ntoh","word","encrypted","initVector","encrypted32","Int32Array","decipher","decrypted","decrypted32","init0","init1","init2","init3","wordIx","Decrypter","done","step","STEP","asyncStream_","decryptChunk_","padded","_inheritsLoose","_setPrototypeOf","p","isNativeReflectConstruct","construct","sham","Proxy","_construct","Parent","Class","_assertThisInitialized","_taggedTemplateLiteralLoose","strings","raw","createLogger","logByType","level","lvl","levels","lvlRegExp","toUpperCase","LogByTypeFactory","subname","warn","history","fname","historyItem","clear","disable","enable","_len2","_key2","_len3","_key3","_len4","_key4","createLogger$1","each","sources","isPlain","computedStyle","cs","_templateObject","isNonBlankString","throwIfWhitespace","isReal","isEl","nodeType","isInFrame","createQuerier","selector","context","ctx","createEl","properties","getOwnPropertyNames","propName","val","setAttribute","attrName","appendContent","innerText","prependTo","child","parent","firstChild","insertBefore","appendChild","hasClass","classToCheck","classList","contains","className","addClass","classToAdd","add","removeClass","classToRemove","remove","toggleClass","classToToggle","predicate","has","setAttributes","attrValue","removeAttribute","getAttributes","knownBooleans","attrVal","getAttribute","attribute","blockTextSelection","unblockTextSelection","getBoundingClientRect","parentNode","rect","findPosition","top","docEl","body","clientLeft","scrollLeft","clientTop","scrollTop","round","getPointerPosition","boxW","offsetWidth","boxH","offsetHeight","boxY","boxX","pageY","pageX","changedTouches","isTextNode","emptyEl","removeChild","normalizeContent","insertContent","isSingleLeftClick","button","buttons","$","$$","Dom","freeze","_guid","newGUID","elData","elIdAttr","getTime","getData","hasData","removeData","_cleanUpEvents","handlers","removeEventListener","dispatcher","detachEvent","disabled","_handleMultipleEvents","callback","fixEvent","returnTrue","returnFalse","isPropagationStopped","old","preventDefault","srcElement","relatedTarget","fromElement","toElement","returnValue","defaultPrevented","stopPropagation","cancelBubble","stopImmediatePropagation","isImmediatePropagationStopped","clientX","doc","clientY","which","charCode","keyCode","_supportsPassive","passiveEvents","guid","hash","handlersCopy","m","n","addEventListener","passive","attachEvent","removeType","elemData","ownerDocument","bubbles","targetData","one","func","videojs","Events","_windowLoaded","autoSetup","vids","audios","divs","mediaEls","mediaEl","autoSetupTimeout","player","wait","vjs","EVENT_MAP","createStyleElement","style","setTextContent","styleSheet","cssText","uid","bound","throttle","last","EventTarget","allowedEvents_","ael","dispatchEvent","queueTrigger","Map","oldTimeout","delete","timeout","isEvented","eventBusEl_","every","isValidEventType","validateTarget","nodeName","validateEventType","validateListener","normalizeListenArgs","isTargetingSelf","listen","EventedMixin","_normalizeListenArgs","removeListenerOnDispose","removeRemoverOnTargetDispose","_normalizeListenArgs2","wrapper","largs","targetOrType","typeOrListener","evented","eventBusKey","eventedCallbacks","StatefulMixin","state","setState","stateUpdates","changes","to","stateful","defaultState","handleStateChanged","toTitleCase","mergeOptions","Component","ready","play","player_","options_","id_","el_","children_","childIndex_","childNameIndex_","initChildren","reportTouchActivity","enableTouchActivity","_proto","localize","tokens","defaultValue","languages","primaryCode","primaryLang","localizedString","ret","contentEl","contentEl_","children","getChildById","getChild","addChild","component","componentName","componentClassName","componentClass","ComponentClass","getComponent","refNode","childFound","compEl","workingChildren","parentOptions","Tech","some","wchild","isTech","playerOptions","newChild","buildCSSClass","sync","isReady_","readyQueue_","triggerReady","readyQueue","show","hide","lockShowing","unlockShowing","num","skipListeners","dimension","dimensions","widthOrHeight","pxIndex","currentDimension","computedWidthOrHeight","getPropertyValue","rule","currentDimensions","currentWidth","currentHeight","focus","blur","emitTapEvents","couldBeTap","touchStart","firstTouch","touches","xdiff","ydiff","sqrt","noTap","reportUserActivity","touchHolding","report","clearInterval","setInterval","touchEnd","timeoutId","disposeFn","clearTimeout","interval","_this3","intervalId","requestAnimationFrame","_this4","supportsRaf_","cancelAnimationFrame","registerComponent","ComponentToRegister","reason","isComp","isPrototypeOf","components_","Player","players","playerNames","pname","Boolean","USER_AGENT","webkitVersionMap","appleWebkitVersion","IS_IPAD","IS_IPHONE","IS_IPOD","IS_IOS","IOS_VERSION","IS_ANDROID","ANDROID_VERSION","major","minor","IS_NATIVE_ANDROID","IS_FIREFOX","IS_EDGE","IS_CHROME","CHROME_VERSION","IE_VERSION","IS_SAFARI","IS_ANY_SAFARI","TOUCH_ENABLED","browser","getRange","fnName","valueIndex","rangeIndex","maxIndex","rangeCheck","createTimeRangesObj","createTimeRanges","bufferedPercent","buffered","bufferedDuration","browserApi","FullscreenApi","apiMap","specApi","MediaError","defaultMessages","status","errorTypes","errNum","isPromise","then","silencePromise","trackToJson_","cues","cue","textTrackConverter","tech","trackEls","trackObjs","trackEl","src","textTracks","addedTrack","addRemoteTextTrack","addCue","ModalDialog","_Component","opened_","hasBeenOpened_","hasBeenFilled_","closeable","uncloseable","MODAL_CLASS_NAME","descEl_","tabIndex","previouslyActiveEl_","handleKeyPress","close","desc","open","fillAlways","fill","wasPlaying_","paused","pauseOnOpen","pause","hadControls_","controls","conditionalFocus_","opened","conditionalBlur_","temporary","closeable_","temp","controlText","fillWith","parentEl","nextSiblingEl","nextSibling","empty","closeButton","content_","activeEl","playerEl","handleKeyDown","focusIndex","focusableEls","focusableEls_","querySelector","shiftKey","allChildren","querySelectorAll","hasAttribute","TrackList","_EventTarget","tracks_","addTrack","removeTrack","rtrack","getTrackById","change","addtrack","removetrack","disableOthers","enabled","AudioTrackList","_TrackList","changing_","disableOthers$1","selected","VideoTrackList","TextTrackList","kind","HtmlTrackElementList","trackElements","trackElements_","addTrackElement_","trackElement","getTrackElementByTrack_","trackElement_","removeTrackElement_","TextTrackCueList","setCues_","length_","oldLength","cues_","defineProp","getCueById","VideoTrackKind","alternative","main","sign","subtitles","commentary","AudioTrackKind","TextTrackKind","descriptions","chapters","TextTrackMode","hidden","showing","Track","trackProps","_loop","parseUrl","href","div","addToBody","host","protocol","innerHTML","details","getAbsoluteURL","getFileExtension","isCrossOrigin","winLoc","urlInfo","Url","parseCues","srcContent","parser","oncue","onparsingerror","onflush","TextTrack","_Track","srclang","mode","default_","tech_","activeCues_","activeCues","changed","timeupdateHandler","newMode","loaded_","ct","currentTime","active","crossOrigin","cors","response","responseBody","loadHandler","loadTrack","originalCue","originalCue_","removeCue","_removeCue","cuechange","AudioTrack","newEnabled","VideoTrack","newSelected","HTMLTrackElement","readyState","load","NONE","LOADING","LOADED","ERROR","NORMAL","ListClass","TrackClass","capitalName","getterName","privateName","REMOTE","remoteText","remoteTextEl","ALL","names","hasStarted_","featuresProgressEvents","manualProgressOn","featuresTimeupdateEvents","manualTimeUpdatesOn","nativeCaptions","nativeTextTracks","featuresNativeTextTracks","emulateTextTracks","autoRemoteTextTracks_","initTrackListeners","nativeControlsForTouch","triggerSourceset","onDurationChange","manualProgress","trackProgress","manualProgressOff","stopTrackingProgress","progressInterval","numBufferedPercent","bufferedPercent_","duration_","manualTimeUpdates","trackCurrentTime","stopTrackingCurrentTime","manualTimeUpdatesOff","currentTimeInterval","manuallyTriggered","clearTracks","removeRemoteTextTrack","cleanupAutoTextTracks","error_","played","setCurrentTime","trackListChanges","addWebVttScript_","_this5","script","onload","onerror","_this6","remoteTracks","remoteTextTracks","handleAddTrack","handleRemoveTrack","updateDisplay","textTracksChanges","addTextTrack","createTrackHelper","createRemoteTextTrack","manualCleanup","_this7","htmlTrackElement","remoteTextTrackEls","getVideoPlaybackQuality","setPoster","playsinline","setPlaysinline","overrideNativeAudioTracks","overrideNativeVideoTracks","canPlayType","canPlaySource","srcObj","registerTech","techs_","defaultTechOrder_","getTech","featuresVolumeControl","featuresMuteControl","featuresFullscreenResize","featuresPlaybackRate","featuresSourceset","withSourceHandlers","_Tech","registerSourceHandler","handler","sourceHandlers","can","selectSourceHandler","canHandleSource","sh","originalFn","sourceHandler_","setSource","nativeSourceHandler","disposeSourceHandler","currentSource_","handleSource","middlewares","middlewareInstances","TERMINATOR","next","setSourceHelper","mediate","middleware","callMethod","middlewareValue","middlewareIterator","terminated","mws","mw","executeRight","allowedGetters","seekable","allowedSetters","allowedMediators","lastRun","_middleware","mwFactory","mwrest","_mws$i","mwf","mwi","getOrCreateFactory","_src","MimetypesKind","opus","ogv","mov","m4v","mkv","mp3","oga","m3u8","getMimetype","ext","filterSource","newsrc","srcobj","fixSource","mimetype","MediaLoader","techOrder","techName","isSupported","loadTech_","ClickableComponent","tabIndex_","createControlTextEl","controlTextEl_","controlText_","localizedText","nonIconControl","enabled_","handleClick","handleFocus","handleBlur","PosterImage","_ClickableComponent","update","poster","setSrc","backgroundImage","fontMap","monospace","sansSerif","serif","monospaceSansSerif","monospaceSerif","proportionalSansSerif","proportionalSerif","casual","smallcaps","constructColor","color","opacity","hex","tryUpdateStyle","TextTrackDisplay","updateDisplayHandler","toggleDisplay","preselectTrack","firstDesc","firstCaptions","preferredTrack","modes","trackList","userPref","cache_","selectedLanguage","clearDisplay","descriptionsTrack","captionsSubtitlesTrack","updateForTrack","textTrackSettings","overrides","getValues","cueDiv","displayState","textOpacity","backgroundColor","backgroundOpacity","windowColor","windowOpacity","edgeStyle","textShadow","fontPercent","fontSize","bottom","fontFamily","fontVariant","LoadingSpinner","isAudio","playerType","dir","Button","BigPlayButton","_Button","mouseused_","handleMouseDown","playPromise","cb","playToggle","playFocus","CloseButton","PlayToggle","replay","handlePlay","handlePause","handleEnded","handleSeeked","defaultImplementation","guide","gm","gh","implementation","formatTime","TimeDisplay","throttledUpdateContent","updateContent","plainName","labelText_","updateTextNode_","textNode_","formattedTime_","formatTime_","updateFormattedTime_","formattedTime","CurrentTimeDisplay","_TimeDisplay","scrubbing","getCache","DurationDisplay","TimeDivider","RemainingTimeDisplay","remainingTimeDisplay","remainingTime","LiveDisplay","updateShowing","SeekToLive","updateLiveEdgeStatus","liveTracker","textEl_","atLiveEdge","seekToLiveEdge","Slider","bar","barName","vertical","playerEvent","handleMouseMove","handleMouseUp","progress","getPercent","percentage","toFixed","calculateDistance","stepBack","stepForward","bool","vertical_","LoadProgressBar","partEls_","isLive","seekableEnd","bufferedEnd","controlTextPercentage","percentify","rounded","percent","TimeTooltip","seekBarRect","seekBarPoint","tooltipRect","playerRect","seekBarPointPx","spaceLeftOfPoint","spaceRightOfPoint","pullTooltipBy","updateTime","rafId_","liveWindow","secondsBehind","PlayProgressBar","timeTooltip","MouseTimeDisplay","SeekBar","_Slider","setEventHandlers_","updateInterval","update_","liveCurrentTime","getCurrentTime_","seekableStart","videoWasPlaying","newTime","distance","mouseTimeDisplay","handleAction","ProgressControl","throttledHandleMouseSeek","handleMouseSeek","seekBar","seekBarEl","FullscreenToggle","handleFullscreenChange","fullscreenEnabled","isFullscreen","exitFullscreen","requestFullscreen","VolumeLevel","VolumeBar","updateLastVolume_","updateARIAAttributes","checkMuted","muted","ariaValue","volumeAsPercentage_","volumeBeforeDrag","lastVolume_","VolumeControl","volumeBar","checkVolumeSupport","throttledHandleMouseMove","orientationClass","MuteToggle","checkMuteSupport","vol","lastVolume","volumeToSet","updateIcon_","updateControlText_","VolumePanel","inline","volumeControl","volumePanelState_","sliderActive_","sliderInactive_","muteToggle","Menu","menuButton_","menuButton","focusedChild_","addItem","unpressButton","contentElType","append","btn","buttonPressed_","stepChild","item","MenuButton","buttonClass","menu","handleSubmenuKeyPress","createMenu","items","hideThreshold_","createItems","buildWrapperCSSClass","menuButtonClass","pressButton","TrackButton","_MenuButton","updateHandler","MenuItem","selectable","isSelected_","multiSelectable","_selected","TextTrackMenuItem","_MenuItem","changeHandler","handleTracksChange","selectedLanguageChangeHandler","handleSelectedLanguageChange","onchange","initEvent","kinds","shouldBeSelected","OffTextTrackMenuItem","_TextTrackMenuItem","allHidden","TextTrackButton","_TrackButton","TrackMenuItem","label_","kinds_","kind_","ChaptersTrackMenuItem","ChaptersButton","_TextTrackButton","track_","setTrack","findChaptersTrack","updateHandler_","remoteTextTrackEl","_remoteTextTrackEl","getMenuCaption","mi","DescriptionsButton","SubtitlesButton","CaptionSettingsMenuItem","CaptionsButton","SubsCapsMenuItem","SubsCapsButton","language_","AudioTrackMenuItem","audioTracks","AudioTrackButton","PlaybackRateMenuItem","playbackRate","PlaybackRateMenuButton","updateVisibility","updateLabel","labelEl_","rates","playbackRates","currentRate","newRate","playbackRateSupported","Spacer","CustomControlSpacer","_Spacer","ControlBar","ErrorDisplay","_ModalDialog","LOCAL_STORAGE_KEY","COLOR_BLACK","COLOR_BLUE","COLOR_CYAN","COLOR_GREEN","COLOR_MAGENTA","COLOR_RED","COLOR_WHITE","COLOR_YELLOW","OPACITY_OPAQUE","OPACITY_SEMI","OPACITY_TRANS","selectConfigs","parseOptionValue","TextTrackSettings","endDialog","setDefaults","persistTextTrackSettings","saveSettings","restoreSettings","createElSelect_","legendId","selectLabelledbyIds","optionId","createElFgColor_","createElBgColor_","createElWinColor_","createElColors_","createElFont_","createElControls_","defaultsDescription","initial","accum","selectedIndex","setValues","setSelectedOption","ttDisplay","controlBar","subsCapsBtn","subsCapsButton","ccBtn","captionsButton","ResizeManager","RESIZE_OBSERVER_AVAILABLE","ResizeObserver","loadListener_","resizeObserver_","debouncedHandler_","immediate","debounced","_later","cancel","debounce","resizeHandler","observe","contentWindow","unobserve","disconnect","resizeObserver","LiveTracker","reset_","handleDurationchange","isBehind_","timeupdateSeen_","seekableIncrement","seekableIncrement_","trackLive_","pastSeekEnd_","newSeekEnd","lastSeekEnd_","pastSeekEnd","behindLiveEdge","behindLiveEdge_","startTracking","stopTracking","isTracking","trackingInterval_","handleTimeupdate","seekableEnds","seekableStarts","sourcesetLoad","srcUrls","innerHTMLDescriptorPolyfill","cloneNode","dummy","docFrag","getDescriptor","priority","getOwnPropertyDescriptor","firstSourceWatch","resetSourceWatch_","innerDescriptor","getInnerHTMLDescriptor","appendWrapper","appendFn","retval","srcDescriptorPolyfill","setupSourceset","resetSourceset_","srcDescriptor","getSrcDescriptor","oldSetAttribute","oldLoad","currentSrc","_templateObject$1","Html5","crossoriginTracks","initNetworkState_","handleLateInit_","enableSourceset","setupSourcesetHandling_","hasChildNodes","nodes","nodesLength","removeNodes","proxyNativeTracks_","restoreMetadataTracksInIOSNativePlayer_","setControls","proxyWebkitFullscreen_","disposeMediaElement","metadataTracksPreFullscreenState","takeMetadataTrackSnapshot","storedMode","restoreTrackMode","storedTrack","overrideNative_","override","lowerCaseType","eventName","proxyNativeTracksForType_","elTracks","techTracks","currentTarget","removeOldTracks","removeTracks","found","playerElIngest","movingMediaElementInDOM","clone","techId","class","playerId","preload","settingsAttrs","networkState","loadstartFired","setLoadstartFired","triggerLoadstart","eventsToTrigger","checkProgress","NaN","endFn","beginFn","webkitPresentationMode","supportsFullScreen","webkitEnterFullScreen","userAgent","enterFullScreen","HAVE_METADATA","exitFullScreen","webkitExitFullScreen","resetMediaElement","videoPlaybackQuality","webkitDroppedFrameCount","webkitDecodedFrameCount","droppedVideoFrames","totalVideoFrames","TEST_VID","canControlVolume","canMuteVolume","canControlPlaybackRate","canOverrideAttributes","supportsNativeTextTracks","supportsNativeVideoTracks","videoTracks","supportsNativeAudioTracks","featuresNativeVideoTracks","featuresNativeAudioTracks","mpegurlRE","_templateObject$2","patchCanPlayType","unpatchCanPlayType","TECH_EVENTS_RETRIGGER","TECH_EVENTS_QUEUE","canplay","canplaythrough","playing","seeked","BREAKPOINT_ORDER","BREAKPOINT_CLASSES","DEFAULT_BREAKPOINTS","tiny","xsmall","small","medium","large","xlarge","huge","getTagSettings","closest","isPosterFromTech_","queuedCallbacks_","userActive_","tagAttributes","languagesToLower","name$$1","languages_","poster_","controls_","autoplay","scrubbing_","lastPlaybackRate","defaultPlaybackRate","fluid_","updateStyleEl_","playerOptionsCopy","plugins","middleware_","flexNotSupported_","majorVersion","userActive","listenForUserActivity_","handleFullscreenChange_","handleStageClick_","breakpoints","responsive","changingSrc_","playWaitingForReady_","playOnLoadstart_","styleEl_","playerElIngest_","divEmbed","tabindex","defaultsStyleEl","head","fill_","fluid","aspectRatio","links","linkEl","_dimension","privDimension","parsedVal","ratio","aspectRatio_","idClass","ratioParts","videoWidth","videoHeight","ratioMultiplier","width_","height_","_width","_height","techEl","unloadTech_","titleTechName","camelTechName","techName_","techOptions","loop","techCanOverridePoster","TechClass","handleTechReady_","textTracksJson_","eventObj","seeking","handleTechLoadStart_","handleTechSourceset_","handleTechWaiting_","handleTechEnded_","handleTechSeeking_","handleTechPlay_","handleTechFirstPlay_","handleTechPause_","handleTechDurationChange_","handleTechFullscreenChange_","handleTechError_","handleTechPosterChange_","handleTechTextData_","handleTechRateChange_","usingNativeControls","techGet_","addTechControlsListeners_","safety","removeTechControlsListeners_","handleTechClick_","handleTechDoubleClick_","handleTechTouchStart_","handleTechTouchMove_","handleTechTouchEnd_","handleTechTap_","techCall_","hasStarted","manualAutoplay_","promise","previouslyMuted","catch","updateSourceCaches_","matchingSources","findMimetype","sourceElSources","sourceEls","matchingSourceEls","sourceObj","updateSourceCaches","playerSrc","currentSource","eventSrc","lastSource_","updateCache","techSrc","techGet","request","queued","timeWhenWaiting","timeUpdateListener","handleTechCanPlay_","handleTechCanPlayThrough_","handleTechPlaying_","handleTechSeeked_","starttime","userWasActive","set$1","reduceRight","PromiseClass","Promise","resolve","play_","_this8","isScrubbing","liveui","percentAsDecimal","_muted","defaultMuted","_defaultMuted","isFS","isFullscreen_","fsApi","fullscreenchange","documentFullscreenChange","fullscreenElement","enterFullWindow","exitFullWindow","isFullWindow","docOrigOverflow","fullWindowOnEscKey","selectSource","_this9","techs","findFirstPassingTechSourcePair","outerArray","innerArray","tester","outerChoice","innerChoice","finder","sourceOrder","flip","_this10","middlewareSource","src_","notSupportedMessage","setTech","str1","str2","_this11","sourceTech","currentSources","currentType","techAutoplay","newPoster","usingNativeControls_","errorDisplay","userActivity_","mouseInProgress","lastMoveX","lastMoveY","inactivityTimeout","handleActivity","screenX","screenY","isAudio_","toJSON","createModal","_this12","modal","updateCurrentBreakpoint_","currentBreakpoint","candidateBreakpoint","breakpoints_","breakpoint_","removeCurrentBreakpoint_","currentBreakpointClass","_breakpoints","responsive_","baseOptions","tagOptions","dataSetup","_safeParseTuple","childName","html5","flash","userLanguage","BASE_PLUGIN_NAME","pluginStorage","pluginExists","getPlugin","markPluginAsActive","triggerSetupEvent","before","createPluginFactory","PluginSubClass","plugin","getEventHash","Plugin","VERSION","isBasic","registerPlugin","basicPluginWrapper","createBasicPlugin","deregisterPlugin","getPlugins","getPluginVersion","usingPlugin","hasPlugin","normalizeId","videojs$1","getPlayer","hooks","hookFunction","PlayerComponent","hooks_","hook","hookOnce","original","removeHook","style$1","getPlayers","nId","_tag","_player","getAllPlayers","comp","use","writeable","extend","subClassMethods","methods","super_","_inherits$1","addLanguage","_mergeOptions","createTimeRange","setFormatTime","customImplementation","resetFormatTime","xhr","dom","get$1","property","getPrototypeOf","getter","slicedToArray","_arr","_n","_d","_e","_s","sliceIterator","mergeOptions$1","EventTarget$1","log$1","forEachMediaGroup","mediaType","groupKey","labelKey","mediaProperties","updateMaster","mergedPlaylist","updateSegments","baseUri","resolveSegmentUris","setupMediaPlaylists","resolveMediaGroupUris","refreshDelay","lastSegment","PlaylistLoader","srcUrl","hls","withCredentials","hls_","req","playlistRequestError","haveMetadata","xhr$$1","startingState","responseText","media_","mediaUpdateTimeout","stopRequest","oldRequest","onreadystatechange","abort","mediaChange","started","isFinalRendition","intervalDuration","endSequence","expired","backward","forward","backwardDuration","forwardDuration","sumDurations","durations","safeLiveIndex","distanceFromEnd","safeDistance","playlistEnd","useSafeLiveEnd","isWholeNumber","roundSignificantDigit","increment","numDecimalDigits","ceilLeastSignificantDigit","floorLeastSignificantDigit","isBlacklisted","excludeUntil","isIncompatible","isEnabled","blacklisted","isLowestEnabledRendition","currentBandwidth","MAX_VALUE","Playlist","getMediaInfoForTime","numSegments","mediaIndex","isDisabled","isAes","isFmp4","estimateSegmentRequestTime","segmentDuration","bytesReceived","videojsXHR","mergeOptions$1$1","xhrFactory","XhrFunction","beforeRequest","Hls","newOptions","reqResponse","responseTime","roundTripTime","requestTime","responseHeaders","timedout","aborted","statusCode","originalAbort","textRange","formatHexString","formatAsciiString","createTransferableMessage","transferable","isView","initSegmentId","hexDump","utils","tagDump","textRanges","timeWithinSegment","requestedTime","segmentStart","requestedTimeString","toISOString","segmentTimeString","endTimeString","findSegmentForTime","manifestTime","estimatedEnd","estimatedStart","timeWithinSegmentEnd","timeWithinSegmentDuration","getStreamTime","_ref$time","matchedSegment","findSegmentForPlayerTime","seekTime","streamTime","mediaSeconds","programDateTime","seekToStreamTime","_ref2$retryCount","retryCount","seekTo","_ref2$pauseAfterSeek","pauseAfterSeek","verifyProgramDateTimeTags","findSegmentForStreamTime","mediaOffset","comparisonTimeStamp","segmentDateTime","streamDateTime","segmentTimeEpoch","getOffsetFromTimestamp","seekToTime","TIME_FUDGE_FACTOR","SAFE_TIME_DELTA","filterRanges","timeRanges","findRange","findNextRange","printableRange","strArr","timeRangesToArray","timeRangesList","removeCuesFromTrack","durationOfVideo","addTextTrackData","sourceHandler","captionArray","metadataArray","Cue","inbandTextTracks_","timestampOffset","videoDuration","mediaSource_","deprecateOldCue","metadataTrack_","cuesArray","cuesGroupedByStartTime","timeSlot","sortedStartTimes","cueGroup","nextTime","TARGET","BlobBuilder","WebKitBlobBuilder","MozBlobBuilder","MSBlobBuilder","URL","webkitURL","msURL","Worker","shimWorker","filename","forceFallback","objURL","createSourceObject","worker","term","terminate","revokeObjectURL","wrapTerminate","selfShim","postMessage","onmessage","isThisThread","testWorker","testArray","createObjectURL","Blob","blob","getBlob","TransmuxWorker","document$$1","_findBox","mp4Generator","toUnsigned$1","silence","ONE_SECOND_IN_TS$1","captionPacketParser","streamTypes","_MetadataStream","timestampRolloverStream","_TransportPacketStream","_TransportParseStream","_ElementaryStream","TimestampRolloverStream$1","stream$$1","_AdtsStream","m2ts_1","_H264Stream","_NalByteStream","expGolomb","_AacStream","_VideoSegmentStream","_AudioSegmentStream","_Transmuxer","_CoalesceStream","isLikelyAacData$1","_textifyMp","transmuxer","parseType$2","parse$$1","mp4Inspector","discardEmulationPreventionBytes$1","CaptionStream$1","captionStream$$1","MessageHandlers","initArray","typedArray","action","gopInfo","wireTransmuxerEvents","appendStart","messageHandlers","defaultCodecs","videoCodec","videoObjectTypeIndicator","audioProfile","translateLegacyCodecs","orig","profile","avcLevel","parseCodecs","codecCount","makeMimeTypeString","container","mimeTypesForPlaylist","containerType","getContainerType","codecInfo","mediaAttributes","getCodecs","isMuxed","isMaat","audioGroup","groupId","audioGroupId","audioType","audioProfileFromDefault","codecStrings","justAudio","justVideo","bothVideoAudio","isAudioCodec","isVideoCodec","gopsSafeToAlignWith","mapping","currentTimePts","VirtualSourceBuffer","_videojs$EventTarget","mediaSource","timestampOffset_","pendingBuffers_","bufferUpdating_","codecs_","audioCodec_","videoCodec_","audioDisabled_","appendAudioInitSegment_","gopBuffer_","timeMapping_","safeAppend_","transmuxer_","data_","done_","appendGopInfo_","videoBuffer_","audioBuffer_","appendWindowStart","updating","videoBuffer","audioBuffer","audioDisabled","arity","extents","videoBuffered","audioBuffered","sourceBuffer","inBandMetadataTrackDispatchType","createTextTracksIfNecessary","processPendingSegments_","addSourceBuffer","realBuffer_","makeWrappedSourceBuffer","nativeMediaSource_","updateGopBuffer","updatedBuffer","removeGopBuffer","sortedSegments","segmentObj","createRealSourceBuffers_","triggerUpdateend","concatAndAppendSegments_","destinationBuffer","tempBuffer","appendBuffer","originalError","HtmlMediaSource","activeSourceBuffers_","sourceBuffers","updateActiveSourceBuffers_","disableCombined","disableAudioOnly","onPlayerMediachange_","onHlsReset_","onHlsSegmentTimeMapping_","url_","sourcebuffer","parsedType","parameters","parameter","parseContentType","urlCount","mediaSources","msObjectURL","swfId","supportsNativeMediaSources","MediaSource","URL$1","EventTarget$1$1","mergeOptions$2","updateMaster$1","oldMaster","newMaster","playlistUpdate","group","_playlistUpdate","DashPlaylistLoader","srcUrlOrPlaylist","masterPlaylistLoader","refreshXml_","refreshMedia_","masterPlaylistLoader_","masterXml_","clientOffset_","phonyUri","_phonyUri","date","masterLoaded_","syncClientServerClock_","onClientServerClockSync_","utcTiming","serverTime","parseMasterXml","updatedMaster","logger","SourceUpdater","sourceBufferEmitter","callbacks_","pendingCallback_","processedAppend_","mimeType_","logger_","createSourceBuffer_","sourceBuffer_","start_","started_","onUpdateendCallback_","pendingCallback","runCallback_","queueCallback_","Config","GOAL_BUFFER_LENGTH","MAX_GOAL_BUFFER_LENGTH","GOAL_BUFFER_LENGTH_RATE","INITIAL_BANDWIDTH","BANDWIDTH_VARIANCE","BUFFER_LOW_WATER_LINE","MAX_BUFFER_LOW_WATER_LINE","BUFFER_LOW_WATER_LINE_RATE","REQUEST_ERRORS","segmentXhrHeaders","byterangeEnd","Range","abortAll","activeXhrs","handleErrors","waitForCompletion","decrypter","doneFn","didError","endOfAllRequests","encryptedBytes","decryptionHandler","requestId","decryptSegment","handleProgress","progressFn","progressEvent","stats","loaded","firstBytesReceivedAt","mediaSegmentRequest","xhrOptions","decryptionWorker","captionParser","finishProcessingFn","keyXhr","responseType","errorObj","handleKeyResponse","initSegmentXhr","handleInitSegmentResponse","segmentXhr","getRequestStats","fmp4Captions","handleSegmentResponse","safeGetComputedStyle","stableSort","sortFn","newArray","cmp","comparePlaylistBandwidth","leftBandwidth","rightBandwidth","detectEndOfStream","segmentIndex","appendedLastSegment","finite","SegmentLoader","throughput","roundTrip","resetStats_","hasPlayed_","hasPlayed","currentTime_","seekable_","seeking_","loaderType_","loaderType","startingMedia_","segmentMetadataTrack_","segmentMetadataTrack","goalBufferLength_","goalBufferLength","sourceType_","sourceType","inbandTextTracks","state_","checkBufferTimeout_","currentTimeline_","pendingSegment_","sourceUpdater_","xhrOptions_","activeInitSegmentId_","initSegments_","captionParser_","decrypter_","syncController_","syncController","syncPoint_","ended_","fetchAtBuffer_","newState","mediaBytesTransferred","mediaRequests","mediaRequestsAborted","mediaRequestsTimedout","mediaRequestsErrored","mediaTransferDuration","mediaSecondsLoaded","abort_","monitorBuffer_","abortRequests","_error","set$$1","storedMap","playlist_","setDateTimeMapping","couldBeginLoading_","init_","sourceBufferEmitter_","resetEverything","newPlaylist","oldPlaylist","syncInfo","oldId","mediaSequenceDiff","saveExpiredSegmentInfo","resyncLoader","_mimeType","resetLoader","monitorBufferTick_","fillBuffer_","getSyncPoint","checkBuffer_","buffered_","endOfStream","startOfSegment","loadSegment_","lastBufferedEnd","bufferedTime","getSyncSegmentCandidate_","generateSegmentInfo_","mediaSourceInfo","_mediaSourceInfo","segmentIndexArray","isSyncRequest","random","measuredBandwidth","requestTimeRemaining","timeUntilRebuffer$$1","timeUntilRebuffer","switchCandidate","duration$$1","compatiblePlaylists","enabledPlaylists","rebufferingEstimates","numRequests","rebufferingImpact","noRebufferingPlaylists","estimate","minRebufferMaxBandwidthSelector","timeSavedBySwitching","minimumTimeSaving","simpleSegment","abortRequestEarly_","trimBackBuffer_","createSimplifiedSegmentObj_","handleProgress_","segmentRequestFinished_","removeToTime","seekable$$1","safeBackBufferTrimTime","processSegmentResponse_","createCaptionsTrackIfNotExists","WebKitDataCue","VTTCue","addCaptionData","handleSegment_","timingInfo","probeSegmentInfo","containsAudio","containsVideo","startingMedia","newSegmentMedia","illegalMediaSwitchError","blacklistDuration","timelineMapping","mappingForTimeline","initId","_segmentInfo$segment","_segmentInfo$playlist","seq","_segmentInfo$playlist2","segmentInfoString","handleUpdateEnd_","isWalkingForward","recordThroughput_","addSegmentMetadataCue_","segmentProcessingTime","segmentProcessingThroughput","uint8ToUtf8","uintArray","VTT_LINE_TERMINATORS","VTTSegmentLoader","_SegmentLoader","subtitlesTrack_","combinedByteLength","combinedSegment","_track","skipEmptySegments_","timestampOffsetForTimeline","requested","parseVTTCues_","updateTimeMapping_","timelines","decoder","decodeBytesToString","timestampmap","MPEGTS","LOCAL","ontimestampmap","mapData","segmentData","mappingObj","diff","firstStart","lastStart","findAdCue","mediaTime","adStartTime","adEndTime","tsprobe","syncPointStrategies","run","datetimeToDisplayTime","lastDistance","discontinuitySync","discontinuities","SyncController","inspectCache_","syncPoints","runStrategies_","selectSyncPoint_","strategy","bestSyncPoint","bestDistance","bestStrategy","newDistance","lastRemovedSegment","playlistTimestamp","probeMp4Segment_","probeTsSegment_","calculateSegmentTimeMapping_","saveDiscontinuitySyncInfo_","timeInfo","segmentStartTime","segmentEndTime","accuracy","mediaIndexDiff","Decrypter$1","AsyncStream$$1","Decrypter$$1","decrypt$$1","audioTrackKind_","stopLoaders","segmentLoader","activePlaylistLoader","startLoaders","playlistLoader","onError","segmentLoaders","mediaTypes","blacklistCurrentPlaylist","activeTrack","activeGroup","defaultTrack","onTrackChanged","setupListeners","requestOptions","byGroupId","byResolvedUri","initialize","_settings$master","_settings$mediaTypes$","groups","groupPlaylists","variantLabel","_settings$mediaTypes$2","_settings$mediaTypes$3","setupMediaGroups","variants","onGroupChanged","_settings$segmentLoad","mainSegmentLoader","previousActiveLoader","_settings$segmentLoad2","onAudioTrackChanged","loaderStats","sumLoaderStat","stat","audioSegmentLoader_","mainSegmentLoader_","MasterPlaylistController","externHls","useCueTags","enableLowInitialPlaylist","seekTo_","useCueTags_","cueTagsTrack_","requestOptions_","mediaTypes_","handleSourceOpen_","segmentLoaderSettings","setupMasterPlaylistLoaderListeners_","subtitleSegmentLoader_","setupSegmentLoaderListeners_","requestTimeout","triggerPresenceUsage_","setupSourceBuffers_","setupFirstPlay","updatedPlaylist","excludeUnsupportedVariants_","selectedMedia","selectInitialPlaylist","selectPlaylist","initialMedia_","updateAdCues_","updateDuration","addSeekableRange","addSeekableRange_","onDurationchange","stuckAtPlaylistEnd_","defaultDemuxed","audioGroupKeys","nextPlaylist","currentPlaylist","forwardBuffer","bufferLowWaterLine","onSyncInfoUpdate_","onEndOfStream","ended","isEndOfStream","getExpiredTime","absolutePlaylistEnd","mainSeekable","audioSeekable","oldDuration","newDuration","setDuration","mimeTypes","configureLoaderMimeTypes_","excludeIncompatibleVariants_","variant","codecString","variantCodecs","adOffset","adTotal","_segment$cueOutCont$s","_segment$cueOutCont$s2","updateAdCues","Representation","hlsHandler","loader","playlistUri","changePlaylistFn","mpc","masterPlaylistController_","qualityChangeFunction","smoothQualityChange","incompatible","currentlyEnabled","timerCancelEvents","PlaybackWatcher","consecutiveUpdates","lastRecordedTime","timer_","checkCurrentTimeTimeout_","canPlayHandler","monitorCurrentTime_","waitingHandler","techWaiting_","cancelTimerHandler","cancelTimer_","fixesBadSeeksHandler","fixesBadSeeks_","checkCurrentTime_","waiting_","afterSeekableWindow_","beforeSeekableWindow_","currentRange","livePoint","nextRange","videoUnderflow_","difference","skipTheGap_","gap","gapFromVideoUnderflow_","scheduledCurrentTime","gaps","findGaps","defaultOptions","errorInterval","getSource","IWillNotUseThisInPlugins","initPlugin","lastCalled","localOptions","loadedMetadataHandler","errorHandler","cleanupEvents","reloadSourceOnError","vhs","source_","Hls$1","STANDARD_PLAYLIST_SELECTOR","playerBandwidth","playerWidth","playerHeight","limitRenditionByPlayerDimensions","sortedPlaylistReps","enabledPlaylistReps","rep","bandwidthPlaylistReps","highestRemainingBandwidthRep","bandwidthBestRep","_chosenRep","haveResolution","resolutionBestRepList","resolutionBestRep","resolutionPlusOneList","resolutionPlusOneSmallest","resolutionPlusOneRep","chosenRep","simpleSelector","systemBandwidth","INITIAL_PLAYLIST_SELECTOR","comparePlaylistResolution","leftWidth","rightWidth","LOCAL_STORAGE_KEY$1","simpleTypeFromSourceType","handleHlsMediaChange","qualityLevels","selectedIndex_","setupEmeOptions","eme","sourceOptions","keySystemOptions","videoPlaylist","audioPlaylist","keySystemContentTypes","audioContentType","videoContentType","emeKeySystems","keySystems","initializeMediaKeys","getVhsLocalStorage","localStorage","storedObject","getItem","supportsNativeHls","canItPlay","supportsNativeDash","supportsTypeNatively","HlsHandler","dash","setOptions_","overrideNative","smoothQualityChange_","pauseLoading","useBandwidthFromLocalStorage","option","playbackWatcher_","invBandwidth","invThroughput","mediaRequests_","mediaRequestsAborted_","mediaRequestsTimedout_","mediaRequestsErrored_","mediaTransferDuration_","mediaBytesTransferred_","mediaSecondsLoaded_","currentTech","playerDimensions","objectToStore","setItem","updateVhsLocalStorage","setupQualityLevels_","qualityLevels_","addQualityLevel","HlsSourceHandler","_videojs$mergeOptions","supportedType","canUseMsePlayback","vttjs","WebVTT","VTTRegion","cueShim","regionShim","nativeVTTCue","nativeVTTRegion","shim","restore","_objCreate","F","ParsingError","errorData","parseTimeStamp","input","computeSeconds","f","Settings","parseOptions","keyValueDelim","groupDelim","kv","parseCue","regionList","oInput","consumeTimeStamp","Errors","BadTimeStamp","skipWhitespace","substr","region","alt","vals","vals0","integer","lineAlign","snapToLines","positionAlign","consumeCueSettings","BadSignature","dflt","defaultKey","ESCAPE","TAG_NAME","u","ruby","rt","TAG_ANNOTATION","NEEDS_PARENT","parseContent","nextToken","unescape1","shouldAdd","current","localName","createElement","annotation","rootDiv","tagStack","createTextNode","createProcessingInstruction","strongRTLRanges","isStrongRTLChar","determineBidi","nodeStack","pushNodes","nextTextNode","StyleBox","CueStyleBox","styleOptions","styles","display","writingMode","unicodeBidi","applyStyles","textAlign","font","whiteSpace","textPos","formatStyle","move","BoxPosition","lh","offsetTop","rects","getClientRects","lineHeight","moveBoxToLinePosition","styleBox","containerBox","boxPositions","boxPosition","linePos","textTrackList","mediaElement","computeLinePos","axis","maxPosition","initialAxis","calculatedPercentage","bestPosition","specifiedPosition","overlapsOppositeAxis","within","overlapsAny","intersectPercentage","findBestPosition","toCSSCompatValues","unit","toMove","overlaps","getSimpleBoxPosition","StringDecoder","decode","encodeURIComponent","convertCueToDOMTree","cuetext","processCues","overlay","paddedOverlay","margin","hasBeenReset","shouldCompute","TextDecoder","reportOrThrowError","collectNextLine","pos","parseHeader","parseTimestampMap","xy","anchor","lines","regionAnchorX","regionAnchorY","viewportAnchorX","viewportAnchorY","scroll","onregion","parseRegion","alreadyCollectedLine","hasSubstring","directionSetting","alignSetting","findAlignSetting","_id","_pauseOnExit","_startTime","_endTime","_text","_region","_vertical","_snapToLines","_line","_lineAlign","_position","_positionAlign","_size","_align","setting","findDirectionSetting","SyntaxError","getCueAsHTML","scrollSetting","isValidPercentValue","_lines","_regionAnchorX","_regionAnchorY","_viewportAnchorX","_viewportAnchorY","_scroll","findScrollSetting","isFunction","parseHeaders","xtend","initParams","createXHR","_createXHR","called","getBody","responseXML","firefoxBugTakenEffect","getXml","isJson","errorFunc","evt","timeoutTimer","failureResponse","loadFunc","useXDR","rawRequest","getAllResponseHeaders","XDomainRequest","XMLHttpRequest","onprogress","onabort","ontimeout","username","password","setRequestHeader","isEmpty","beforeSend","send"],"sourceRoot":""} \ No newline at end of file
diff --git a/js/main.js b/js/main.js
deleted file mode 100644
index 7942548..0000000
--- a/js/main.js
+++ /dev/null
@@ -1,30 +0,0 @@
-!function(e){function t(t){for(var n,o,r=t[0],l=t[1],a=0,s=[];a<r.length;a++)o=r[a],i[o]&&s.push(i[o][0]),i[o]=0;for(n in l)Object.prototype.hasOwnProperty.call(l,n)&&(e[n]=l[n]);for(d&&d(t);s.length;)s.shift()()}var n={},i={0:0};function o(t){if(n[t])return n[t].exports;var i=n[t]={i:t,l:!1,exports:{}};return e[t].call(i.exports,i,i.exports,o),i.l=!0,i.exports}o.e=function(e){var t=[],n=i[e];if(0!==n)if(n)t.push(n[2]);else{var r=new Promise(function(t,o){n=i[e]=[t,o]});t.push(n[2]=r);var l,a=document.createElement("script");a.charset="utf-8",a.timeout=120,o.nc&&a.setAttribute("nonce",o.nc),a.src=function(e){return o.p+""+({1:"vendors~videojs",2:"videojs"}[e]||e)+".js"}(e),l=function(t){a.onerror=a.onload=null,clearTimeout(d);var n=i[e];if(0!==n){if(n){var o=t&&("load"===t.type?"missing":t.type),r=t&&t.target&&t.target.src,l=new Error("Loading chunk "+e+" failed.\n("+o+": "+r+")");l.type=o,l.request=r,n[1](l)}i[e]=void 0}};var d=setTimeout(function(){l({type:"timeout",target:a})},12e4);a.onerror=a.onload=l,document.head.appendChild(a)}return Promise.all(t)},o.m=e,o.c=n,o.d=function(e,t,n){o.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},o.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},o.t=function(e,t){if(1&t&&(e=o(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(o.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)o.d(n,i,function(t){return e[t]}.bind(null,i));return n},o.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return o.d(t,"a",t),t},o.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},o.p="/js/",o.oe=function(e){throw console.error(e),e};var r=window.webpackJsonp=window.webpackJsonp||[],l=r.push.bind(r);r.push=t,r=r.slice();for(var a=0;a<r.length;a++)t(r[a]);var d=l;o(o.s=1)}([function(e,t,n){"use strict";
-/*!
- * escape-html
- * Copyright(c) 2012-2013 TJ Holowaychuk
- * Copyright(c) 2015 Andreas Lubbe
- * Copyright(c) 2015 Tiancheng "Timothy" Gu
- * MIT Licensed
- */var i=/["'&<>]/;e.exports=function(e){var t,n=""+e,o=i.exec(n);if(!o)return n;var r="",l=0,a=0;for(l=o.index;l<n.length;l++){switch(n.charCodeAt(l)){case 34:t="&quot;";break;case 38:t="&amp;";break;case 39:t="&#39;";break;case 60:t="&lt;";break;case 62:t="&gt;";break;default:continue}a!==l&&(r+=n.substring(a,l)),a=l+1,r+=t}return a!==l?r+n.substring(a,l):r}},function(e,t,n){"use strict";n.r(t);var i=n(0),o=n.n(i);
-/*
- * @copyright 2018 Christoph Wurst <christoph@winzerhof-wurst.at>
- *
- * @author 2018 Christoph Wurst <christoph@winzerhof-wurst.at>
- *
- * @license GNU AGPL version 3 or any later version
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Affero General Public License for more details.
- *
- * You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
-n.nc=btoa(OC.requestToken),n.p=OC.filePath("files_videoplayer","","js/");var r=null,l={UI:{show:function(){var e=document.createElement("source");e.src=o()(l.location).replace("&amp;","&"),l.mime&&(e.type=o()(l.mime));var t=document.createElement("video");if(t.id="my_video_1",t.classList.add("video-js"),t.classList.add("vjs-fill"),t.classList.add("vjs-big-play-centered"),t.controls=!0,t.preload="auto",t.width="100%",t.height="100%",t.poster=OC.filePath("files_videoplayer","","img")+"/poster.png",t.setAttribute("data-setup",'{"techOrder": ["html5"]}'),t.appendChild(e),null===l.inline){var n=document.createElement("div");n.id="videoplayer_overlay";var i=document.createElement("div");i.id="videoplayer_outer_container";var a=document.createElement("div");a.id="videoplayer_container";var d=document.createElement("div");d.id="videoplayer",a.appendChild(d),i.appendChild(a),n.appendChild(i),d.appendChild(t),document.body.appendChild(n),n.addEventListener("click",function(e){e.target===this&&l.hidePlayer()}),setTimeout(function(){n.className="show"},0)}else{var s=document.createElement("div");s.id="videoplayer_view",s.appendChild(t),l.inline.appendChild(s)}r("my_video_1",{fill:!0}).ready(function(){if(l.player=this,null===l.inline){var e=document.createElement("a");e.className="icon-view-close",e.id="box-close",e.href="#",e.addEventListener("click",function(){l.hidePlayer()}),document.getElementById("my_video_1").appendChild(e)}null===document.getElementById("body-public")&&l.player.play()})},hide:function(){var e=document.getElementById("videoplayer_overlay");e.className="",setTimeout(function(){e.parentElement.removeChild(e)},500)}},mime:null,file:null,location:null,player:null,inline:null,mimeTypes:["video/mp4","video/x-m4v","video/webm","video/x-flv","video/ogg","video/quicktime","video/x-matroska"],mimeTypeAliasses:{"video/x-matroska":"video/webm"},onView:function(e,t){l.file=e,l.dir=t.dir,l.location=t.fileList.getDownloadUrl(e,l.dir),l.mime=t.$file.attr("data-mime"),l.mimeTypeAliasses.hasOwnProperty(l.mime)&&(l.mime=l.mimeTypeAliasses[l.mime]),l.showPlayer()},onViewInline:function(e,t,n){l.location=t,l.mime=n,l.mimeTypeAliasses.hasOwnProperty(l.mime)&&(l.mime=l.mimeTypeAliasses[l.mime]),l.inline=e,l.showPlayer()},showPlayer:function(){Promise.all([n.e(1),n.e(2)]).then(n.bind(null,4)).then(function(e){r=e.default,Promise.all([Promise.all([n.e(1),n.e(2)]).then(n.t.bind(null,2,7)),Promise.all([n.e(1),n.e(2)]).then(n.t.bind(null,3,7))]).then(function(){l.UI.show()})})},hidePlayer:function(){null!==l.player&&!1!==l.player&&null===l.inline&&(l.player.dispose(),l.player=!1,l.UI.hide())},log:function(e){console.log(e)}};document.addEventListener("DOMContentLoaded",function(){if(document.addEventListener("keyup",function(e){(void 0!==e.key&&"Escape"===e.key||void 0!==e.keyCode&&27===e.keyCode)&&l.hidePlayer()}),OCA&&OCA.Files&&OCA.Files.fileActions&&!OCA.Viewer)for(var e=0;e<l.mimeTypes.length;++e){var t=l.mimeTypes[e];OCA.Files.fileActions.register(t,"View",OC.PERMISSION_READ,"",l.onView),OCA.Files.fileActions.setDefault(t,"View"),t===n&&(isSupportedMimetype=!0)}if(document.getElementById("body-public")&&document.getElementById("imgframe")){var n=document.getElementById("mimetype").value;for(e=0;e<l.mimeTypes.length;++e)if(l.mimeTypes[e]===n){var i=window.location.href.split("?")[0]+"/download";l.onViewInline(document.getElementById("imgframe"),i,n);break}}})}]);
-//# sourceMappingURL=main.js.map \ No newline at end of file
diff --git a/js/main.js.map b/js/main.js.map
deleted file mode 100644
index b70bef7..0000000
--- a/js/main.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"sources":["webpack:///webpack/bootstrap","webpack:///./node_modules/escape-html/index.js","webpack:///./src/viewer.js"],"names":["webpackJsonpCallback","data","moduleId","chunkId","chunkIds","moreModules","i","resolves","length","installedChunks","push","Object","prototype","hasOwnProperty","call","modules","parentJsonpFunction","shift","installedModules","0","__webpack_require__","exports","module","l","e","promises","installedChunkData","promise","Promise","resolve","reject","onScriptComplete","script","document","createElement","charset","timeout","nc","setAttribute","src","p","1","2","jsonpScriptSrc","event","onerror","onload","clearTimeout","chunk","errorType","type","realSrc","target","error","Error","request","undefined","setTimeout","head","appendChild","all","m","c","d","name","getter","o","defineProperty","enumerable","get","r","Symbol","toStringTag","value","t","mode","__esModule","ns","create","key","bind","n","object","property","oe","err","console","jsonpArray","window","oldJsonpFunction","slice","s","matchHtmlRegExp","string","escape","str","match","exec","html","index","lastIndex","charCodeAt","substring","__webpack_exports__","escape_html__WEBPACK_IMPORTED_MODULE_0__","escape_html__WEBPACK_IMPORTED_MODULE_0___default","__webpack_nonce__","btoa","OC","requestToken","__webpack_public_path__","filePath","videojs","videoViewer","UI","show","source","escapeHTML","location","replace","mime","playerView","id","classList","add","controls","preload","width","height","poster","inline","overlay","outer_container","container","player","body","addEventListener","this","hidePlayer","className","wrapper","fill","ready","closeButton","href","getElementById","play","hide","parentElement","removeChild","file","mimeTypes","mimeTypeAliasses","video/x-matroska","onView","dir","fileList","getDownloadUrl","$file","attr","showPlayer","onViewInline","element","then","_videojs","default","dispose","log","message","keyCode","OCA","Files","fileActions","Viewer","register","PERMISSION_READ","setDefault","mimetype","isSupportedMimetype","videoUrl","split"],"mappings":"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","file":"main.js","sourcesContent":[" \t// install a JSONP callback for chunk loading\n \tfunction webpackJsonpCallback(data) {\n \t\tvar chunkIds = data[0];\n \t\tvar moreModules = data[1];\n\n\n \t\t// add \"moreModules\" to the modules object,\n \t\t// then flag all \"chunkIds\" as loaded and fire callback\n \t\tvar moduleId, chunkId, i = 0, resolves = [];\n \t\tfor(;i < chunkIds.length; i++) {\n \t\t\tchunkId = chunkIds[i];\n \t\t\tif(installedChunks[chunkId]) {\n \t\t\t\tresolves.push(installedChunks[chunkId][0]);\n \t\t\t}\n \t\t\tinstalledChunks[chunkId] = 0;\n \t\t}\n \t\tfor(moduleId in moreModules) {\n \t\t\tif(Object.prototype.hasOwnProperty.call(moreModules, moduleId)) {\n \t\t\t\tmodules[moduleId] = moreModules[moduleId];\n \t\t\t}\n \t\t}\n \t\tif(parentJsonpFunction) parentJsonpFunction(data);\n\n \t\twhile(resolves.length) {\n \t\t\tresolves.shift()();\n \t\t}\n\n \t};\n\n\n \t// The module cache\n \tvar installedModules = {};\n\n \t// object to store loaded and loading chunks\n \t// undefined = chunk not loaded, null = chunk preloaded/prefetched\n \t// Promise = chunk loading, 0 = chunk loaded\n \tvar installedChunks = {\n \t\t0: 0\n \t};\n\n\n\n \t// script path function\n \tfunction jsonpScriptSrc(chunkId) {\n \t\treturn __webpack_require__.p + \"\" + ({\"1\":\"vendors~videojs\",\"2\":\"videojs\"}[chunkId]||chunkId) + \".js\"\n \t}\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n \t// This file contains only the entry chunk.\n \t// The chunk loading function for additional chunks\n \t__webpack_require__.e = function requireEnsure(chunkId) {\n \t\tvar promises = [];\n\n\n \t\t// JSONP chunk loading for javascript\n\n \t\tvar installedChunkData = installedChunks[chunkId];\n \t\tif(installedChunkData !== 0) { // 0 means \"already installed\".\n\n \t\t\t// a Promise means \"currently loading\".\n \t\t\tif(installedChunkData) {\n \t\t\t\tpromises.push(installedChunkData[2]);\n \t\t\t} else {\n \t\t\t\t// setup Promise in chunk cache\n \t\t\t\tvar promise = new Promise(function(resolve, reject) {\n \t\t\t\t\tinstalledChunkData = installedChunks[chunkId] = [resolve, reject];\n \t\t\t\t});\n \t\t\t\tpromises.push(installedChunkData[2] = promise);\n\n \t\t\t\t// start chunk loading\n \t\t\t\tvar script = document.createElement('script');\n \t\t\t\tvar onScriptComplete;\n\n \t\t\t\tscript.charset = 'utf-8';\n \t\t\t\tscript.timeout = 120;\n \t\t\t\tif (__webpack_require__.nc) {\n \t\t\t\t\tscript.setAttribute(\"nonce\", __webpack_require__.nc);\n \t\t\t\t}\n \t\t\t\tscript.src = jsonpScriptSrc(chunkId);\n\n \t\t\t\tonScriptComplete = function (event) {\n \t\t\t\t\t// avoid mem leaks in IE.\n \t\t\t\t\tscript.onerror = script.onload = null;\n \t\t\t\t\tclearTimeout(timeout);\n \t\t\t\t\tvar chunk = installedChunks[chunkId];\n \t\t\t\t\tif(chunk !== 0) {\n \t\t\t\t\t\tif(chunk) {\n \t\t\t\t\t\t\tvar errorType = event && (event.type === 'load' ? 'missing' : event.type);\n \t\t\t\t\t\t\tvar realSrc = event && event.target && event.target.src;\n \t\t\t\t\t\t\tvar error = new Error('Loading chunk ' + chunkId + ' failed.\\n(' + errorType + ': ' + realSrc + ')');\n \t\t\t\t\t\t\terror.type = errorType;\n \t\t\t\t\t\t\terror.request = realSrc;\n \t\t\t\t\t\t\tchunk[1](error);\n \t\t\t\t\t\t}\n \t\t\t\t\t\tinstalledChunks[chunkId] = undefined;\n \t\t\t\t\t}\n \t\t\t\t};\n \t\t\t\tvar timeout = setTimeout(function(){\n \t\t\t\t\tonScriptComplete({ type: 'timeout', target: script });\n \t\t\t\t}, 120000);\n \t\t\t\tscript.onerror = script.onload = onScriptComplete;\n \t\t\t\tdocument.head.appendChild(script);\n \t\t\t}\n \t\t}\n \t\treturn Promise.all(promises);\n \t};\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, { enumerable: true, get: getter });\n \t\t}\n \t};\n\n \t// define __esModule on exports\n \t__webpack_require__.r = function(exports) {\n \t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n \t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n \t\t}\n \t\tObject.defineProperty(exports, '__esModule', { value: true });\n \t};\n\n \t// create a fake namespace object\n \t// mode & 1: value is a module id, require it\n \t// mode & 2: merge all properties of value into the ns\n \t// mode & 4: return value when already ns object\n \t// mode & 8|1: behave like require\n \t__webpack_require__.t = function(value, mode) {\n \t\tif(mode & 1) value = __webpack_require__(value);\n \t\tif(mode & 8) return value;\n \t\tif((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;\n \t\tvar ns = Object.create(null);\n \t\t__webpack_require__.r(ns);\n \t\tObject.defineProperty(ns, 'default', { enumerable: true, value: value });\n \t\tif(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));\n \t\treturn ns;\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"/js/\";\n\n \t// on error function for async loading\n \t__webpack_require__.oe = function(err) { console.error(err); throw err; };\n\n \tvar jsonpArray = window[\"webpackJsonp\"] = window[\"webpackJsonp\"] || [];\n \tvar oldJsonpFunction = jsonpArray.push.bind(jsonpArray);\n \tjsonpArray.push = webpackJsonpCallback;\n \tjsonpArray = jsonpArray.slice();\n \tfor(var i = 0; i < jsonpArray.length; i++) webpackJsonpCallback(jsonpArray[i]);\n \tvar parentJsonpFunction = oldJsonpFunction;\n\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(__webpack_require__.s = 1);\n","/*!\n * escape-html\n * Copyright(c) 2012-2013 TJ Holowaychuk\n * Copyright(c) 2015 Andreas Lubbe\n * Copyright(c) 2015 Tiancheng \"Timothy\" Gu\n * MIT Licensed\n */\n\n'use strict';\n\n/**\n * Module variables.\n * @private\n */\n\nvar matchHtmlRegExp = /[\"'&<>]/;\n\n/**\n * Module exports.\n * @public\n */\n\nmodule.exports = escapeHtml;\n\n/**\n * Escape special characters in the given string of html.\n *\n * @param {string} string The string to escape for inserting into HTML\n * @return {string}\n * @public\n */\n\nfunction escapeHtml(string) {\n var str = '' + string;\n var match = matchHtmlRegExp.exec(str);\n\n if (!match) {\n return str;\n }\n\n var escape;\n var html = '';\n var index = 0;\n var lastIndex = 0;\n\n for (index = match.index; index < str.length; index++) {\n switch (str.charCodeAt(index)) {\n case 34: // \"\n escape = '&quot;';\n break;\n case 38: // &\n escape = '&amp;';\n break;\n case 39: // '\n escape = '&#39;';\n break;\n case 60: // <\n escape = '&lt;';\n break;\n case 62: // >\n escape = '&gt;';\n break;\n default:\n continue;\n }\n\n if (lastIndex !== index) {\n html += str.substring(lastIndex, index);\n }\n\n lastIndex = index + 1;\n html += escape;\n }\n\n return lastIndex !== index\n ? html + str.substring(lastIndex, index)\n : html;\n}\n","/*\n * @copyright 2018 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2018 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n__webpack_nonce__ = btoa(OC.requestToken)\n__webpack_public_path__ = OC.filePath('files_videoplayer', '', 'js/')\n\nimport escapeHTML from 'escape-html'\n\nvar videojs = null;\n\nvar videoViewer = {\n\tUI: {\n\t\tshow: function () {\n\n\t\t\tvar source = document.createElement('source');\n\t\t\tsource.src = escapeHTML(videoViewer.location).replace('&amp;', '&');\n\n\t\t\tif (videoViewer.mime) {\n\t\t\t\tsource.type = escapeHTML(videoViewer.mime);\n\t\t\t}\n\n\t\t\tvar playerView = document.createElement('video');\n\t\t\tplayerView.id = 'my_video_1';\n\t\t\tplayerView.classList.add('video-js');\n\t\t\tplayerView.classList.add('vjs-fill');\n\t\t\tplayerView.classList.add('vjs-big-play-centered');\n\t\t\tplayerView.controls = true;\n\t\t\tplayerView.preload = \"auto\";\n\t\t\tplayerView.width = \"100%\";\n\t\t\tplayerView.height = \"100%\";\n\t\t\tplayerView.poster = OC.filePath('files_videoplayer', '', 'img') + '/poster.png';\n\t\t\tplayerView.setAttribute('data-setup', '{\"techOrder\": [\"html5\"]}');\n\t\t\tplayerView.appendChild(source);\n\n\t\t\tif (videoViewer.inline === null) {\n\t\t\t\tvar overlay = document.createElement('div');\n\t\t\t\toverlay.id = 'videoplayer_overlay';\n\n\t\t\t\tvar outer_container = document.createElement('div');\n\t\t\t\touter_container.id = 'videoplayer_outer_container';\n\n\t\t\t\tvar container = document.createElement('div');\n\t\t\t\tcontainer.id = 'videoplayer_container';\n\n\t\t\t\tvar player = document.createElement('div');\n\t\t\t\tplayer.id = 'videoplayer';\n\n\t\t\t\tcontainer.appendChild(player);\n\t\t\t\touter_container.appendChild(container);\n\t\t\t\toverlay.appendChild(outer_container);\n\n\t\t\t\tplayer.appendChild(playerView);\n\t\t\t\tdocument.body.appendChild(overlay);\n\n\t\t\t\t// close when clicking on the overlay\n\t\t\t\toverlay.addEventListener('click', function(e) {\n\t\t\t\t\tif (e.target === this) {\n\t\t\t\t\t\tvideoViewer.hidePlayer();\n\t\t\t\t\t}\n\t\t\t\t});\n\n\t\t\t\tsetTimeout(() => { overlay.className = 'show'; }, 0);\n\t\t\t} else {\n\t\t\t\tvar wrapper = document.createElement('div');\n\t\t\t\twrapper.id = 'videoplayer_view';\n\t\t\t\twrapper.appendChild(playerView);\n\t\t\t\tvideoViewer.inline.appendChild(wrapper);\n\t\t\t}\n\t\t\t// initialize player\n\t\t\tvideojs(\"my_video_1\", {\n\t\t\t\tfill: true,\n\t\t\t}).ready(function () {\n\t\t\t\tvideoViewer.player = this;\n\t\t\t\tif (videoViewer.inline === null) {\n\t\t\t\t\t// append close button to video element\n\t\t\t\t\tvar closeButton = document.createElement('a');\n\t\t\t\t\tcloseButton.className = 'icon-view-close';\n\t\t\t\t\tcloseButton.id = 'box-close';\n\t\t\t\t\tcloseButton.href = '#';\n\t\t\t\t\tcloseButton.addEventListener('click', function () {\n\t\t\t\t\t\tvideoViewer.hidePlayer();\n\t\t\t\t\t});\n\t\t\t\t\tdocument.getElementById('my_video_1').appendChild(closeButton);\n\t\t\t\t}\n\t\t\t\t// autoplay\n\t\t\t\tif (document.getElementById('body-public') === null) {\n\t\t\t\t\tvideoViewer.player.play();\n\t\t\t\t}\n\t\t\t});\n\n\t\t},\n\t\thide: function () {\n\t\t\tvar overlay = document.getElementById('videoplayer_overlay');\n\t\t\toverlay.className = '';\n\t\t\tsetTimeout(() => {\n\t\t\t\toverlay.parentElement.removeChild(overlay);\n\t\t\t}, 500);\n\t\t}\n\t},\n\tmime: null,\n\tfile: null,\n\tlocation: null,\n\tplayer: null,\n\tinline: null,\n\tmimeTypes: [\n\t\t'video/mp4',\n\t\t'video/x-m4v',\n\t\t'video/webm',\n\t\t'video/x-flv',\n\t\t'video/ogg',\n\t\t'video/quicktime',\n\t\t'video/x-matroska'\n\t],\n\tmimeTypeAliasses: {\n\t\t'video/x-matroska': 'video/webm' // mkv support for Chrome. webm uses the same container format\n\t},\n\tonView: function (file, data) {\n\t\tvideoViewer.file = file;\n\t\tvideoViewer.dir = data.dir;\n\t\tvideoViewer.location = data.fileList.getDownloadUrl(file, videoViewer.dir);\n\t\tvideoViewer.mime = data.$file.attr('data-mime');\n\t\tif (videoViewer.mimeTypeAliasses.hasOwnProperty(videoViewer.mime)) {\n\t\t\tvideoViewer.mime = videoViewer.mimeTypeAliasses[videoViewer.mime];\n\t\t}\n\t\tvideoViewer.showPlayer();\n\t},\n\tonViewInline: function (element, file, mime) {\n\t\tvideoViewer.location = file;\n\t\tvideoViewer.mime = mime;\n\t\tif (videoViewer.mimeTypeAliasses.hasOwnProperty(videoViewer.mime)) {\n\t\t\tvideoViewer.mime = videoViewer.mimeTypeAliasses[videoViewer.mime];\n\t\t}\n\t\tvideoViewer.inline = element;\n\t\tvideoViewer.showPlayer();\n\t},\n\tshowPlayer: function () {\n\t\timport(/* webpackChunkName: \"videojs\" */ 'video.js').then((_videojs) => {\n\t\t\tvideojs = _videojs.default;\n\t\t\tPromise.all([\n\t\t\t\timport(/* webpackChunkName: \"videojs\" */ '../css/style.css'),\n\t\t\t\timport(/* webpackChunkName: \"videojs\" */'!style-loader!css-loader!video.js/dist/video-js.css')\n\t\t\t]).then(() => {\n\t\t\t\tvideoViewer.UI.show();\n\t\t\t});\n\t\t});\n\t},\n\thidePlayer: function () {\n\t\tif (videoViewer.player !== null && videoViewer.player !== false && videoViewer.inline === null) {\n\t\t\tvideoViewer.player.dispose();\n\t\t\tvideoViewer.player = false;\n\t\t\tvideoViewer.UI.hide();\n\t\t}\n\t},\n\tlog: function (message) {\n\t\tconsole.log(message);\n\t}\n};\n\ndocument.addEventListener('DOMContentLoaded', function () {\n\n\t// add event to ESC key\n\tdocument.addEventListener('keyup', function(e) {\n\t\tif ((e.key !== undefined && e.key === 'Escape') ||\n\t\t\t(e.keyCode !== undefined && e.keyCode === 27)) {\n\t\t\tvideoViewer.hidePlayer();\n\t\t}\n\t});\n\n\tif (OCA && OCA.Files && OCA.Files.fileActions && !OCA.Viewer) {\n\t\tfor (var i = 0; i < videoViewer.mimeTypes.length; ++i) {\n\t\t\tvar mime = videoViewer.mimeTypes[i];\n\t\t\tOCA.Files.fileActions.register(mime, 'View', OC.PERMISSION_READ, '', videoViewer.onView);\n\t\t\tOCA.Files.fileActions.setDefault(mime, 'View');\n\t\t\tif (mime === mimetype) {\n\t\t\t\tisSupportedMimetype = true;\n\t\t\t}\n\t\t}\n\t}\n\n\t// Public page magic\n\tif (document.getElementById('body-public') && document.getElementById('imgframe')) {\n\t\tvar mimetype = document.getElementById('mimetype').value;\n\t\tfor (var i = 0; i < videoViewer.mimeTypes.length; ++i) {\n\t\t\tif (videoViewer.mimeTypes[i] === mimetype) {\n\t\t\t\tvar videoUrl = window.location.href.split('?')[0] + '/download';\n\t\t\t\tvideoViewer.onViewInline(document.getElementById('imgframe'), videoUrl, mimetype);\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t}\n\n});\n"],"sourceRoot":""} \ No newline at end of file
diff --git a/js/vendors~videojs.js b/js/vendors~videojs.js
deleted file mode 100644
index b9cc31c..0000000
--- a/js/vendors~videojs.js
+++ /dev/null
@@ -1,9 +0,0 @@
-(window.webpackJsonp=window.webpackJsonp||[]).push([[1],[,,,function(e,t,n){var i=n(54);"string"==typeof i&&(i=[[e.i,i,""]]);var r={hmr:!0,transform:void 0,insertInto:void 0};n(17)(i,r);i.locals&&(e.exports=i.locals)},function(e,t,n){"use strict";n.r(t);var i=n(18),r=n.n(i),a=n(19),s=n.n(a),o=n(23),l=n.n(o),u=n(24),c=n.n(u),d=n(31),h=n.n(d),p=n(7),f=n.n(p),m=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")},g=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(e[i]=n[i])}return e},v=function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)},y=function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t},b=function(){function e(){m(this,e),this.listeners={}}return e.prototype.on=function(e,t){this.listeners[e]||(this.listeners[e]=[]),this.listeners[e].push(t)},e.prototype.off=function(e,t){if(!this.listeners[e])return!1;var n=this.listeners[e].indexOf(t);return this.listeners[e].splice(n,1),n>-1},e.prototype.trigger=function(e){var t=this.listeners[e],n=void 0,i=void 0,r=void 0;if(t)if(2===arguments.length)for(i=t.length,n=0;n<i;++n)t[n].call(this,arguments[1]);else for(r=Array.prototype.slice.call(arguments,1),i=t.length,n=0;n<i;++n)t[n].apply(this,r)},e.prototype.dispose=function(){this.listeners={}},e.prototype.pipe=function(e){this.on("data",function(t){e.push(t)})},e}(),_=function(e){function t(){m(this,t);var n=y(this,e.call(this));return n.buffer="",n}return v(t,e),t.prototype.push=function(e){var t=void 0;for(this.buffer+=e,t=this.buffer.indexOf("\n");t>-1;t=this.buffer.indexOf("\n"))this.trigger("data",this.buffer.substring(0,t)),this.buffer=this.buffer.substring(t+1)},t}(b),T=function(e){for(var t=e.split(new RegExp('(?:^|,)((?:[^=]*)=(?:"[^"]*"|[^,]*))')),n={},i=t.length,r=void 0;i--;)""!==t[i]&&((r=/([^=]*)=(.*)/.exec(t[i]).slice(1))[0]=r[0].replace(/^\s+|\s+$/g,""),r[1]=r[1].replace(/^\s+|\s+$/g,""),r[1]=r[1].replace(/^['"](.*)['"]$/g,"$1"),n[r[0]]=r[1]);return n},S=function(e){function t(){m(this,t);var n=y(this,e.call(this));return n.customParsers=[],n}return v(t,e),t.prototype.push=function(e){var t=void 0,n=void 0;if(0!==(e=e.replace(/^[\u0000\s]+|[\u0000\s]+$/g,"")).length)if("#"===e[0]){for(var i=0;i<this.customParsers.length;i++)if(this.customParsers[i].call(this,e))return;if(0===e.indexOf("#EXT"))if(e=e.replace("\r",""),t=/^#EXTM3U/.exec(e))this.trigger("data",{type:"tag",tagType:"m3u"});else{if(t=/^#EXTINF:?([0-9\.]*)?,?(.*)?$/.exec(e))return n={type:"tag",tagType:"inf"},t[1]&&(n.duration=parseFloat(t[1])),t[2]&&(n.title=t[2]),void this.trigger("data",n);if(t=/^#EXT-X-TARGETDURATION:?([0-9.]*)?/.exec(e))return n={type:"tag",tagType:"targetduration"},t[1]&&(n.duration=parseInt(t[1],10)),void this.trigger("data",n);if(t=/^#ZEN-TOTAL-DURATION:?([0-9.]*)?/.exec(e))return n={type:"tag",tagType:"totalduration"},t[1]&&(n.duration=parseInt(t[1],10)),void this.trigger("data",n);if(t=/^#EXT-X-VERSION:?([0-9.]*)?/.exec(e))return n={type:"tag",tagType:"version"},t[1]&&(n.version=parseInt(t[1],10)),void this.trigger("data",n);if(t=/^#EXT-X-MEDIA-SEQUENCE:?(\-?[0-9.]*)?/.exec(e))return n={type:"tag",tagType:"media-sequence"},t[1]&&(n.number=parseInt(t[1],10)),void this.trigger("data",n);if(t=/^#EXT-X-DISCONTINUITY-SEQUENCE:?(\-?[0-9.]*)?/.exec(e))return n={type:"tag",tagType:"discontinuity-sequence"},t[1]&&(n.number=parseInt(t[1],10)),void this.trigger("data",n);if(t=/^#EXT-X-PLAYLIST-TYPE:?(.*)?$/.exec(e))return n={type:"tag",tagType:"playlist-type"},t[1]&&(n.playlistType=t[1]),void this.trigger("data",n);if(t=/^#EXT-X-BYTERANGE:?([0-9.]*)?@?([0-9.]*)?/.exec(e))return n={type:"tag",tagType:"byterange"},t[1]&&(n.length=parseInt(t[1],10)),t[2]&&(n.offset=parseInt(t[2],10)),void this.trigger("data",n);if(t=/^#EXT-X-ALLOW-CACHE:?(YES|NO)?/.exec(e))return n={type:"tag",tagType:"allow-cache"},t[1]&&(n.allowed=!/NO/.test(t[1])),void this.trigger("data",n);if(t=/^#EXT-X-MAP:?(.*)$/.exec(e)){if(n={type:"tag",tagType:"map"},t[1]){var r=T(t[1]);if(r.URI&&(n.uri=r.URI),r.BYTERANGE){var a=r.BYTERANGE.split("@"),s=a[0],o=a[1];n.byterange={},s&&(n.byterange.length=parseInt(s,10)),o&&(n.byterange.offset=parseInt(o,10))}}this.trigger("data",n)}else if(t=/^#EXT-X-STREAM-INF:?(.*)$/.exec(e)){if(n={type:"tag",tagType:"stream-inf"},t[1]){if(n.attributes=T(t[1]),n.attributes.RESOLUTION){var l=n.attributes.RESOLUTION.split("x"),u={};l[0]&&(u.width=parseInt(l[0],10)),l[1]&&(u.height=parseInt(l[1],10)),n.attributes.RESOLUTION=u}n.attributes.BANDWIDTH&&(n.attributes.BANDWIDTH=parseInt(n.attributes.BANDWIDTH,10)),n.attributes["PROGRAM-ID"]&&(n.attributes["PROGRAM-ID"]=parseInt(n.attributes["PROGRAM-ID"],10))}this.trigger("data",n)}else{if(t=/^#EXT-X-MEDIA:?(.*)$/.exec(e))return n={type:"tag",tagType:"media"},t[1]&&(n.attributes=T(t[1])),void this.trigger("data",n);if(t=/^#EXT-X-ENDLIST/.exec(e))this.trigger("data",{type:"tag",tagType:"endlist"});else if(t=/^#EXT-X-DISCONTINUITY/.exec(e))this.trigger("data",{type:"tag",tagType:"discontinuity"});else{if(t=/^#EXT-X-PROGRAM-DATE-TIME:?(.*)$/.exec(e))return n={type:"tag",tagType:"program-date-time"},t[1]&&(n.dateTimeString=t[1],n.dateTimeObject=new Date(t[1])),void this.trigger("data",n);if(t=/^#EXT-X-KEY:?(.*)$/.exec(e))return n={type:"tag",tagType:"key"},t[1]&&(n.attributes=T(t[1]),n.attributes.IV&&("0x"===n.attributes.IV.substring(0,2).toLowerCase()&&(n.attributes.IV=n.attributes.IV.substring(2)),n.attributes.IV=n.attributes.IV.match(/.{8}/g),n.attributes.IV[0]=parseInt(n.attributes.IV[0],16),n.attributes.IV[1]=parseInt(n.attributes.IV[1],16),n.attributes.IV[2]=parseInt(n.attributes.IV[2],16),n.attributes.IV[3]=parseInt(n.attributes.IV[3],16),n.attributes.IV=new Uint32Array(n.attributes.IV))),void this.trigger("data",n);if(t=/^#EXT-X-START:?(.*)$/.exec(e))return n={type:"tag",tagType:"start"},t[1]&&(n.attributes=T(t[1]),n.attributes["TIME-OFFSET"]=parseFloat(n.attributes["TIME-OFFSET"]),n.attributes.PRECISE=/YES/.test(n.attributes.PRECISE)),void this.trigger("data",n);if(t=/^#EXT-X-CUE-OUT-CONT:?(.*)?$/.exec(e))return n={type:"tag",tagType:"cue-out-cont"},t[1]?n.data=t[1]:n.data="",void this.trigger("data",n);if(t=/^#EXT-X-CUE-OUT:?(.*)?$/.exec(e))return n={type:"tag",tagType:"cue-out"},t[1]?n.data=t[1]:n.data="",void this.trigger("data",n);if(t=/^#EXT-X-CUE-IN:?(.*)?$/.exec(e))return n={type:"tag",tagType:"cue-in"},t[1]?n.data=t[1]:n.data="",void this.trigger("data",n);this.trigger("data",{type:"tag",data:e.slice(4)})}}}else this.trigger("data",{type:"comment",text:e.slice(1)})}else this.trigger("data",{type:"uri",uri:e})},t.prototype.addParser=function(e){var t=this,n=e.expression,i=e.customType,r=e.dataParser,a=e.segment;"function"!=typeof r&&(r=function(e){return e}),this.customParsers.push(function(e){if(n.exec(e))return t.trigger("data",{type:"custom",data:r(e),customType:i,segment:a}),!0})},t}(b),k=function(e){function t(){m(this,t);var n=y(this,e.call(this));n.lineStream=new _,n.parseStream=new S,n.lineStream.pipe(n.parseStream);var i=n,r=[],a={},s=void 0,o=void 0,l={AUDIO:{},VIDEO:{},"CLOSED-CAPTIONS":{},SUBTITLES:{}},u=0;return n.manifest={allowCache:!0,discontinuityStarts:[],segments:[]},n.parseStream.on("data",function(e){var t=void 0,n=void 0;({tag:function(){({"allow-cache":function(){this.manifest.allowCache=e.allowed,"allowed"in e||(this.trigger("info",{message:"defaulting allowCache to YES"}),this.manifest.allowCache=!0)},byterange:function(){var t={};"length"in e&&(a.byterange=t,t.length=e.length,"offset"in e||(this.trigger("info",{message:"defaulting offset to zero"}),e.offset=0)),"offset"in e&&(a.byterange=t,t.offset=e.offset)},endlist:function(){this.manifest.endList=!0},inf:function(){"mediaSequence"in this.manifest||(this.manifest.mediaSequence=0,this.trigger("info",{message:"defaulting media sequence to zero"})),"discontinuitySequence"in this.manifest||(this.manifest.discontinuitySequence=0,this.trigger("info",{message:"defaulting discontinuity sequence to zero"})),e.duration>0&&(a.duration=e.duration),0===e.duration&&(a.duration=.01,this.trigger("info",{message:"updating zero segment duration to a small value"})),this.manifest.segments=r},key:function(){e.attributes?"NONE"!==e.attributes.METHOD?e.attributes.URI?(e.attributes.METHOD||this.trigger("warn",{message:"defaulting key method to AES-128"}),o={method:e.attributes.METHOD||"AES-128",uri:e.attributes.URI},void 0!==e.attributes.IV&&(o.iv=e.attributes.IV)):this.trigger("warn",{message:"ignoring key declaration without URI"}):o=null:this.trigger("warn",{message:"ignoring key declaration without attribute list"})},"media-sequence":function(){isFinite(e.number)?this.manifest.mediaSequence=e.number:this.trigger("warn",{message:"ignoring invalid media sequence: "+e.number})},"discontinuity-sequence":function(){isFinite(e.number)?(this.manifest.discontinuitySequence=e.number,u=e.number):this.trigger("warn",{message:"ignoring invalid discontinuity sequence: "+e.number})},"playlist-type":function(){/VOD|EVENT/.test(e.playlistType)?this.manifest.playlistType=e.playlistType:this.trigger("warn",{message:"ignoring unknown playlist type: "+e.playlist})},map:function(){s={},e.uri&&(s.uri=e.uri),e.byterange&&(s.byterange=e.byterange)},"stream-inf":function(){this.manifest.playlists=r,this.manifest.mediaGroups=this.manifest.mediaGroups||l,e.attributes?(a.attributes||(a.attributes={}),g(a.attributes,e.attributes)):this.trigger("warn",{message:"ignoring empty stream-inf attributes"})},media:function(){if(this.manifest.mediaGroups=this.manifest.mediaGroups||l,e.attributes&&e.attributes.TYPE&&e.attributes["GROUP-ID"]&&e.attributes.NAME){var i=this.manifest.mediaGroups[e.attributes.TYPE];i[e.attributes["GROUP-ID"]]=i[e.attributes["GROUP-ID"]]||{},t=i[e.attributes["GROUP-ID"]],(n={default:/yes/i.test(e.attributes.DEFAULT)}).default?n.autoselect=!0:n.autoselect=/yes/i.test(e.attributes.AUTOSELECT),e.attributes.LANGUAGE&&(n.language=e.attributes.LANGUAGE),e.attributes.URI&&(n.uri=e.attributes.URI),e.attributes["INSTREAM-ID"]&&(n.instreamId=e.attributes["INSTREAM-ID"]),e.attributes.CHARACTERISTICS&&(n.characteristics=e.attributes.CHARACTERISTICS),e.attributes.FORCED&&(n.forced=/yes/i.test(e.attributes.FORCED)),t[e.attributes.NAME]=n}else this.trigger("warn",{message:"ignoring incomplete or missing media group"})},discontinuity:function(){u+=1,a.discontinuity=!0,this.manifest.discontinuityStarts.push(r.length)},"program-date-time":function(){void 0===this.manifest.dateTimeString&&(this.manifest.dateTimeString=e.dateTimeString,this.manifest.dateTimeObject=e.dateTimeObject),a.dateTimeString=e.dateTimeString,a.dateTimeObject=e.dateTimeObject},targetduration:function(){!isFinite(e.duration)||e.duration<0?this.trigger("warn",{message:"ignoring invalid target duration: "+e.duration}):this.manifest.targetDuration=e.duration},totalduration:function(){!isFinite(e.duration)||e.duration<0?this.trigger("warn",{message:"ignoring invalid total duration: "+e.duration}):this.manifest.totalDuration=e.duration},start:function(){e.attributes&&!isNaN(e.attributes["TIME-OFFSET"])?this.manifest.start={timeOffset:e.attributes["TIME-OFFSET"],precise:e.attributes.PRECISE}:this.trigger("warn",{message:"ignoring start declaration without appropriate attribute list"})},"cue-out":function(){a.cueOut=e.data},"cue-out-cont":function(){a.cueOutCont=e.data},"cue-in":function(){a.cueIn=e.data}}[e.tagType]||function(){}).call(i)},uri:function(){a.uri=e.uri,r.push(a),!this.manifest.targetDuration||"duration"in a||(this.trigger("warn",{message:"defaulting segment duration to the target duration"}),a.duration=this.manifest.targetDuration),o&&(a.key=o),a.timeline=u,s&&(a.map=s),a={}},comment:function(){},custom:function(){e.segment?(a.custom=a.custom||{},a.custom[e.customType]=e.data):(this.manifest.custom=this.manifest.custom||{},this.manifest.custom[e.customType]=e.data)}})[e.type].call(i)}),n}return v(t,e),t.prototype.push=function(e){this.lineStream.push(e)},t.prototype.end=function(){this.lineStream.push("\n")},t.prototype.addParser=function(e){this.parseStream.addParser(e)},t}(b),w=n(32),C=n.n(w),j=n(34),E=n(8),A=n.n(E),x=n(36),L=n(50),O=n.n(L);var U=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")},P=function(){function e(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(t,n,i){return n&&e(t.prototype,n),i&&e(t,i),t}}(),I=function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t},D=function(){var e=[[[],[],[],[],[]],[[],[],[],[],[]]],t=e[0],n=e[1],i=t[4],r=n[4],a=void 0,s=void 0,o=void 0,l=[],u=[],c=void 0,d=void 0,h=void 0,p=void 0,f=void 0;for(a=0;a<256;a++)u[(l[a]=a<<1^283*(a>>7))^a]=a;for(s=o=0;!i[s];s^=c||1,o=u[o]||1)for(h=(h=o^o<<1^o<<2^o<<3^o<<4)>>8^255&h^99,i[s]=h,r[h]=s,f=16843009*l[d=l[c=l[s]]]^65537*d^257*c^16843008*s,p=257*l[h]^16843008*h,a=0;a<4;a++)t[a][s]=p=p<<24^p>>>8,n[a][h]=f=f<<24^f>>>8;for(a=0;a<5;a++)t[a]=t[a].slice(0),n[a]=n[a].slice(0);return e},R=null,M=function(){function e(t){U(this,e),R||(R=D()),this._tables=[[R[0][0].slice(),R[0][1].slice(),R[0][2].slice(),R[0][3].slice(),R[0][4].slice()],[R[1][0].slice(),R[1][1].slice(),R[1][2].slice(),R[1][3].slice(),R[1][4].slice()]];var n=void 0,i=void 0,r=void 0,a=void 0,s=void 0,o=this._tables[0][4],l=this._tables[1],u=t.length,c=1;if(4!==u&&6!==u&&8!==u)throw new Error("Invalid aes key size");for(a=t.slice(0),s=[],this._key=[a,s],n=u;n<4*u+28;n++)r=a[n-1],(n%u==0||8===u&&n%u==4)&&(r=o[r>>>24]<<24^o[r>>16&255]<<16^o[r>>8&255]<<8^o[255&r],n%u==0&&(r=r<<8^r>>>24^c<<24,c=c<<1^283*(c>>7))),a[n]=a[n-u]^r;for(i=0;n;i++,n--)r=a[3&i?n:n-4],s[i]=n<=4||i<4?r:l[0][o[r>>>24]]^l[1][o[r>>16&255]]^l[2][o[r>>8&255]]^l[3][o[255&r]]}return e.prototype.decrypt=function(e,t,n,i,r,a){var s=this._key[1],o=e^s[0],l=i^s[1],u=n^s[2],c=t^s[3],d=void 0,h=void 0,p=void 0,f=s.length/4-2,m=void 0,g=4,v=this._tables[1],y=v[0],b=v[1],_=v[2],T=v[3],S=v[4];for(m=0;m<f;m++)d=y[o>>>24]^b[l>>16&255]^_[u>>8&255]^T[255&c]^s[g],h=y[l>>>24]^b[u>>16&255]^_[c>>8&255]^T[255&o]^s[g+1],p=y[u>>>24]^b[c>>16&255]^_[o>>8&255]^T[255&l]^s[g+2],c=y[c>>>24]^b[o>>16&255]^_[l>>8&255]^T[255&u]^s[g+3],g+=4,o=d,l=h,u=p;for(m=0;m<4;m++)r[(3&-m)+a]=S[o>>>24]<<24^S[l>>16&255]<<16^S[u>>8&255]<<8^S[255&c]^s[g++],d=o,o=l,l=u,u=c,c=d},e}(),B=function(){function e(){U(this,e),this.listeners={}}return e.prototype.on=function(e,t){this.listeners[e]||(this.listeners[e]=[]),this.listeners[e].push(t)},e.prototype.off=function(e,t){if(!this.listeners[e])return!1;var n=this.listeners[e].indexOf(t);return this.listeners[e].splice(n,1),n>-1},e.prototype.trigger=function(e){var t=this.listeners[e];if(t)if(2===arguments.length)for(var n=t.length,i=0;i<n;++i)t[i].call(this,arguments[1]);else for(var r=Array.prototype.slice.call(arguments,1),a=t.length,s=0;s<a;++s)t[s].apply(this,r)},e.prototype.dispose=function(){this.listeners={}},e.prototype.pipe=function(e){this.on("data",function(t){e.push(t)})},e}(),N=function(e){function t(){U(this,t);var n=I(this,e.call(this,B));return n.jobs=[],n.delay=1,n.timeout_=null,n}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,e),t.prototype.processJob_=function(){this.jobs.shift()(),this.jobs.length?this.timeout_=setTimeout(this.processJob_.bind(this),this.delay):this.timeout_=null},t.prototype.push=function(e){this.jobs.push(e),this.timeout_||(this.timeout_=setTimeout(this.processJob_.bind(this),this.delay))},t}(B),F=function(e){return e<<24|(65280&e)<<8|(16711680&e)>>8|e>>>24},V=function(e,t,n){var i=new Int32Array(e.buffer,e.byteOffset,e.byteLength>>2),r=new M(Array.prototype.slice.call(t)),a=new Uint8Array(e.byteLength),s=new Int32Array(a.buffer),o=void 0,l=void 0,u=void 0,c=void 0,d=void 0,h=void 0,p=void 0,f=void 0,m=void 0;for(o=n[0],l=n[1],u=n[2],c=n[3],m=0;m<i.length;m+=4)d=F(i[m]),h=F(i[m+1]),p=F(i[m+2]),f=F(i[m+3]),r.decrypt(d,h,p,f,s,m),s[m]=F(s[m]^o),s[m+1]=F(s[m+1]^l),s[m+2]=F(s[m+2]^u),s[m+3]=F(s[m+3]^c),o=d,l=h,u=p,c=f;return a},z=function(){function e(t,n,i,r){U(this,e);var a=e.STEP,s=new Int32Array(t.buffer),o=new Uint8Array(t.byteLength),l=0;for(this.asyncStream_=new N,this.asyncStream_.push(this.decryptChunk_(s.subarray(l,l+a),n,i,o)),l=a;l<s.length;l+=a)i=new Uint32Array([F(s[l-4]),F(s[l-3]),F(s[l-2]),F(s[l-1])]),this.asyncStream_.push(this.decryptChunk_(s.subarray(l,l+a),n,i,o));this.asyncStream_.push(function(){var e;r(null,(e=o).subarray(0,e.byteLength-e[e.byteLength-1]))})}return e.prototype.decryptChunk_=function(e,t,n,i){return function(){var r=V(e,t,n);i.set(r,e.byteOffset)}},P(e,null,[{key:"STEP",get:function(){return 32e3}}]),e}(),H="7.4.1";function q(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.__proto__=t}function G(e,t){return(G=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function W(e,t,n){return(W=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],function(){})),!0}catch(e){return!1}}()?Reflect.construct:function(e,t,n){var i=[null];i.push.apply(i,t);var r=new(Function.bind.apply(e,i));return n&&G(r,n.prototype),r}).apply(null,arguments)}function Y(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function X(e,t){return t||(t=e.slice(0)),e.raw=t,e}var J=[],K=function(e,t){return function(n,i,r){var a=t.levels[i],s=new RegExp("^("+a+")$");if("log"!==n&&r.unshift(n.toUpperCase()+":"),r.unshift(e+":"),J&&J.push([].concat(r)),f.a.console){var o=f.a.console[n];o||"debug"!==n||(o=f.a.console.info||f.a.console.log),o&&a&&s.test(n)&&o[Array.isArray(r)?"apply":"call"](f.a.console,r)}}};var Q=function e(t){var n,i="info",r=function(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];n("log",i,t)};return n=K(t,r),r.createLogger=function(n){return e(t+": "+n)},r.levels={all:"debug|log|warn|error",off:"",debug:"debug|log|warn|error",info:"log|warn|error",warn:"warn|error",error:"error",DEFAULT:i},r.level=function(e){if("string"==typeof e){if(!r.levels.hasOwnProperty(e))throw new Error('"'+e+'" in not a valid log level');i=e}return i},(r.history=function(){return J?[].concat(J):[]}).filter=function(e){return(J||[]).filter(function(t){return new RegExp(".*"+e+".*").test(t[0])})},r.history.clear=function(){J&&(J.length=0)},r.history.disable=function(){null!==J&&(J.length=0,J=null)},r.history.enable=function(){null===J&&(J=[])},r.error=function(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return n("error",i,t)},r.warn=function(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return n("warn",i,t)},r.debug=function(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return n("debug",i,t)},r}("VIDEOJS"),Z=Q.createLogger,$=Object.prototype.toString,ee=function(e){return ie(e)?Object.keys(e):[]};function te(e,t){ee(e).forEach(function(n){return t(e[n],n)})}function ne(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),i=1;i<t;i++)n[i-1]=arguments[i];return Object.assign?Object.assign.apply(Object,[e].concat(n)):(n.forEach(function(t){t&&te(t,function(t,n){e[n]=t})}),e)}function ie(e){return!!e&&"object"==typeof e}function re(e){return ie(e)&&"[object Object]"===$.call(e)&&e.constructor===Object}function ae(e,t){if(!e||!t)return"";if("function"==typeof f.a.getComputedStyle){var n=f.a.getComputedStyle(e);return n?n[t]:""}return""}function se(){var e=X(["Setting attributes in the second argument of createEl()\n has been deprecated. Use the third argument instead.\n createEl(type, properties, attributes). Attempting to set "," to ","."]);return se=function(){return e},e}function oe(e){return"string"==typeof e&&/\S/.test(e)}function le(e){if(/\s/.test(e))throw new Error("class has illegal whitespace characters")}function ue(){return C.a===f.a.document}function ce(e){return ie(e)&&1===e.nodeType}function de(){try{return f.a.parent!==f.a.self}catch(e){return!0}}function he(e){return function(t,n){if(!oe(t))return C.a[e](null);oe(n)&&(n=C.a.querySelector(n));var i=ce(n)?n:C.a;return i[e]&&i[e](t)}}function pe(e,t,n,i){void 0===e&&(e="div"),void 0===t&&(t={}),void 0===n&&(n={});var r=C.a.createElement(e);return Object.getOwnPropertyNames(t).forEach(function(e){var n=t[e];-1!==e.indexOf("aria-")||"role"===e||"type"===e?(Q.warn(l()(se(),e,n)),r.setAttribute(e,n)):"textContent"===e?fe(r,n):r[e]=n}),Object.getOwnPropertyNames(n).forEach(function(e){r.setAttribute(e,n[e])}),i&&Pe(r,i),r}function fe(e,t){return void 0===e.textContent?e.innerText=t:e.textContent=t,e}function me(e,t){t.firstChild?t.insertBefore(e,t.firstChild):t.appendChild(e)}function ge(e,t){return le(t),e.classList?e.classList.contains(t):(n=t,new RegExp("(^|\\s)"+n+"($|\\s)")).test(e.className);var n}function ve(e,t){return e.classList?e.classList.add(t):ge(e,t)||(e.className=(e.className+" "+t).trim()),e}function ye(e,t){return e.classList?e.classList.remove(t):(le(t),e.className=e.className.split(/\s+/).filter(function(e){return e!==t}).join(" ")),e}function be(e,t,n){var i=ge(e,t);if("function"==typeof n&&(n=n(e,t)),"boolean"!=typeof n&&(n=!i),n!==i)return n?ve(e,t):ye(e,t),e}function _e(e,t){Object.getOwnPropertyNames(t).forEach(function(n){var i=t[n];null==i||!1===i?e.removeAttribute(n):e.setAttribute(n,!0===i?"":i)})}function Te(e){var t={},n=",autoplay,controls,playsinline,loop,muted,default,defaultMuted,";if(e&&e.attributes&&e.attributes.length>0)for(var i=e.attributes,r=i.length-1;r>=0;r--){var a=i[r].name,s=i[r].value;"boolean"!=typeof e[a]&&-1===n.indexOf(","+a+",")||(s=null!==s),t[a]=s}return t}function Se(e,t){return e.getAttribute(t)}function ke(e,t,n){e.setAttribute(t,n)}function we(e,t){e.removeAttribute(t)}function Ce(){C.a.body.focus(),C.a.onselectstart=function(){return!1}}function je(){C.a.onselectstart=function(){return!0}}function Ee(e){if(e&&e.getBoundingClientRect&&e.parentNode){var t=e.getBoundingClientRect(),n={};return["bottom","height","left","right","top","width"].forEach(function(e){void 0!==t[e]&&(n[e]=t[e])}),n.height||(n.height=parseFloat(ae(e,"height"))),n.width||(n.width=parseFloat(ae(e,"width"))),n}}function Ae(e){var t;if(e.getBoundingClientRect&&e.parentNode&&(t=e.getBoundingClientRect()),!t)return{left:0,top:0};var n=C.a.documentElement,i=C.a.body,r=n.clientLeft||i.clientLeft||0,a=f.a.pageXOffset||i.scrollLeft,s=t.left+a-r,o=n.clientTop||i.clientTop||0,l=f.a.pageYOffset||i.scrollTop,u=t.top+l-o;return{left:Math.round(s),top:Math.round(u)}}function xe(e,t){var n={},i=Ae(e),r=e.offsetWidth,a=e.offsetHeight,s=i.top,o=i.left,l=t.pageY,u=t.pageX;return t.changedTouches&&(u=t.changedTouches[0].pageX,l=t.changedTouches[0].pageY),n.y=Math.max(0,Math.min(1,(s-l+a)/a)),n.x=Math.max(0,Math.min(1,(u-o)/r)),n}function Le(e){return ie(e)&&3===e.nodeType}function Oe(e){for(;e.firstChild;)e.removeChild(e.firstChild);return e}function Ue(e){return"function"==typeof e&&(e=e()),(Array.isArray(e)?e:[e]).map(function(e){return"function"==typeof e&&(e=e()),ce(e)||Le(e)?e:"string"==typeof e&&/\S/.test(e)?C.a.createTextNode(e):void 0}).filter(function(e){return e})}function Pe(e,t){return Ue(t).forEach(function(t){return e.appendChild(t)}),e}function Ie(e,t){return Pe(Oe(e),t)}function De(e){return void 0===e.button&&void 0===e.buttons||(0===e.button&&void 0===e.buttons||0===e.button&&1===e.buttons)}var Re=he("querySelector"),Me=he("querySelectorAll"),Be=Object.freeze({isReal:ue,isEl:ce,isInFrame:de,createEl:pe,textContent:fe,prependTo:me,hasClass:ge,addClass:ve,removeClass:ye,toggleClass:be,setAttributes:_e,getAttributes:Te,getAttribute:Se,setAttribute:ke,removeAttribute:we,blockTextSelection:Ce,unblockTextSelection:je,getBoundingClientRect:Ee,findPosition:Ae,getPointerPosition:xe,isTextNode:Le,emptyEl:Oe,normalizeContent:Ue,appendContent:Pe,insertContent:Ie,isSingleLeftClick:De,$:Re,$$:Me}),Ne=1;function Fe(){return Ne++}var Ve={},ze="vdata"+(new Date).getTime();function He(e){var t=e[ze];return t||(t=e[ze]=Fe()),Ve[t]||(Ve[t]={}),Ve[t]}function qe(e){var t=e[ze];return!!t&&!!Object.getOwnPropertyNames(Ve[t]).length}function Ge(e){var t=e[ze];if(t){delete Ve[t];try{delete e[ze]}catch(t){e.removeAttribute?e.removeAttribute(ze):e[ze]=null}}}function We(e,t){var n=He(e);0===n.handlers[t].length&&(delete n.handlers[t],e.removeEventListener?e.removeEventListener(t,n.dispatcher,!1):e.detachEvent&&e.detachEvent("on"+t,n.dispatcher)),Object.getOwnPropertyNames(n.handlers).length<=0&&(delete n.handlers,delete n.dispatcher,delete n.disabled),0===Object.getOwnPropertyNames(n).length&&Ge(e)}function Ye(e,t,n,i){n.forEach(function(n){e(t,n,i)})}function Xe(e){function t(){return!0}function n(){return!1}if(!e||!e.isPropagationStopped){var i=e||f.a.event;for(var r in e={},i)"layerX"!==r&&"layerY"!==r&&"keyLocation"!==r&&"webkitMovementX"!==r&&"webkitMovementY"!==r&&("returnValue"===r&&i.preventDefault||(e[r]=i[r]));if(e.target||(e.target=e.srcElement||C.a),e.relatedTarget||(e.relatedTarget=e.fromElement===e.target?e.toElement:e.fromElement),e.preventDefault=function(){i.preventDefault&&i.preventDefault(),e.returnValue=!1,i.returnValue=!1,e.defaultPrevented=!0},e.defaultPrevented=!1,e.stopPropagation=function(){i.stopPropagation&&i.stopPropagation(),e.cancelBubble=!0,i.cancelBubble=!0,e.isPropagationStopped=t},e.isPropagationStopped=n,e.stopImmediatePropagation=function(){i.stopImmediatePropagation&&i.stopImmediatePropagation(),e.isImmediatePropagationStopped=t,e.stopPropagation()},e.isImmediatePropagationStopped=n,null!==e.clientX&&void 0!==e.clientX){var a=C.a.documentElement,s=C.a.body;e.pageX=e.clientX+(a&&a.scrollLeft||s&&s.scrollLeft||0)-(a&&a.clientLeft||s&&s.clientLeft||0),e.pageY=e.clientY+(a&&a.scrollTop||s&&s.scrollTop||0)-(a&&a.clientTop||s&&s.clientTop||0)}e.which=e.charCode||e.keyCode,null!==e.button&&void 0!==e.button&&(e.button=1&e.button?0:4&e.button?1:2&e.button?2:0)}return e}var Je=!1;!function(){try{var e=Object.defineProperty({},"passive",{get:function(){Je=!0}});f.a.addEventListener("test",null,e),f.a.removeEventListener("test",null,e)}catch(e){}}();var Ke=["touchstart","touchmove"];function Qe(e,t,n){if(Array.isArray(t))return Ye(Qe,e,t,n);var i=He(e);if(i.handlers||(i.handlers={}),i.handlers[t]||(i.handlers[t]=[]),n.guid||(n.guid=Fe()),i.handlers[t].push(n),i.dispatcher||(i.disabled=!1,i.dispatcher=function(t,n){if(!i.disabled){t=Xe(t);var r=i.handlers[t.type];if(r)for(var a=r.slice(0),s=0,o=a.length;s<o&&!t.isImmediatePropagationStopped();s++)try{a[s].call(e,t,n)}catch(e){Q.error(e)}}}),1===i.handlers[t].length)if(e.addEventListener){var r=!1;Je&&Ke.indexOf(t)>-1&&(r={passive:!0}),e.addEventListener(t,i.dispatcher,r)}else e.attachEvent&&e.attachEvent("on"+t,i.dispatcher)}function Ze(e,t,n){if(qe(e)){var i=He(e);if(i.handlers){if(Array.isArray(t))return Ye(Ze,e,t,n);var r=function(e,t){i.handlers[t]=[],We(e,t)};if(void 0!==t){var a=i.handlers[t];if(a)if(n){if(n.guid)for(var s=0;s<a.length;s++)a[s].guid===n.guid&&a.splice(s--,1);We(e,t)}else r(e,t)}else for(var o in i.handlers)Object.prototype.hasOwnProperty.call(i.handlers||{},o)&&r(e,o)}}}function $e(e,t,n){var i=qe(e)?He(e):{},r=e.parentNode||e.ownerDocument;if("string"==typeof t?t={type:t,target:e}:t.target||(t.target=e),t=Xe(t),i.dispatcher&&i.dispatcher.call(e,t,n),r&&!t.isPropagationStopped()&&!0===t.bubbles)$e.call(null,r,t,n);else if(!r&&!t.defaultPrevented){var a=He(t.target);t.target[t.type]&&(a.disabled=!0,"function"==typeof t.target[t.type]&&t.target[t.type](),a.disabled=!1)}return!t.defaultPrevented}function et(e,t,n){if(Array.isArray(t))return Ye(et,e,t,n);var i=function i(){Ze(e,t,i),n.apply(this,arguments)};i.guid=n.guid=n.guid||Fe(),Qe(e,t,i)}var tt,nt=Object.freeze({fixEvent:Xe,on:Qe,off:Ze,trigger:$e,one:et}),it=!1,rt=function(){if(ue()&&!1!==tt.options.autoSetup){var e=Array.prototype.slice.call(C.a.getElementsByTagName("video")),t=Array.prototype.slice.call(C.a.getElementsByTagName("audio")),n=Array.prototype.slice.call(C.a.getElementsByTagName("video-js")),i=e.concat(t,n);if(i&&i.length>0)for(var r=0,a=i.length;r<a;r++){var s=i[r];if(!s||!s.getAttribute){at(1);break}void 0===s.player&&null!==s.getAttribute("data-setup")&&tt(s)}else it||at(1)}};function at(e,t){t&&(tt=t),f.a.setTimeout(rt,e)}ue()&&"complete"===C.a.readyState?it=!0:et(f.a,"load",function(){it=!0});var st,ot=function(e){var t=C.a.createElement("style");return t.className=e,t},lt=function(e,t){e.styleSheet?e.styleSheet.cssText=t:e.textContent=t},ut=function(e,t,n){t.guid||(t.guid=Fe());var i=function(){return t.apply(e,arguments)};return i.guid=n?n+"_"+t.guid:t.guid,i},ct=function(e,t){var n=Date.now();return function(){var i=Date.now();i-n>=t&&(e.apply(void 0,arguments),n=i)}},dt=function(e,t,n,i){var r;void 0===i&&(i=f.a);var a=function(){var a=this,s=arguments,o=function(){r=null,o=null,n||e.apply(a,s)};!r&&n&&e.apply(a,s),i.clearTimeout(r),r=i.setTimeout(o,t)};return a.cancel=function(){i.clearTimeout(r),r=null},a},ht=function(){};ht.prototype.allowedEvents_={},ht.prototype.on=function(e,t){var n=this.addEventListener;this.addEventListener=function(){},Qe(this,e,t),this.addEventListener=n},ht.prototype.addEventListener=ht.prototype.on,ht.prototype.off=function(e,t){Ze(this,e,t)},ht.prototype.removeEventListener=ht.prototype.off,ht.prototype.one=function(e,t){var n=this.addEventListener;this.addEventListener=function(){},et(this,e,t),this.addEventListener=n},ht.prototype.trigger=function(e){var t=e.type||e;"string"==typeof e&&(e={type:t}),e=Xe(e),this.allowedEvents_[t]&&this["on"+t]&&this["on"+t](e),$e(this,e)},ht.prototype.dispatchEvent=ht.prototype.trigger,ht.prototype.queueTrigger=function(e){var t=this;st||(st=new Map);var n=e.type||e,i=st.get(this);i||(i=new Map,st.set(this,i));var r=i.get(n);i.delete(n),f.a.clearTimeout(r);var a=f.a.setTimeout(function(){0===i.size&&(i=null,st.delete(t)),t.trigger(e)},0);i.set(n,a)};var pt=function(e){return e instanceof ht||!!e.eventBusEl_&&["on","one","off","trigger"].every(function(t){return"function"==typeof e[t]})},ft=function(e){return"string"==typeof e&&/\S/.test(e)||Array.isArray(e)&&!!e.length},mt=function(e){if(!e.nodeName&&!pt(e))throw new Error("Invalid target; must be a DOM node or evented object.")},gt=function(e){if(!ft(e))throw new Error("Invalid event type; must be a non-empty string or array.")},vt=function(e){if("function"!=typeof e)throw new Error("Invalid listener; must be a function.")},yt=function(e,t){var n,i,r,a=t.length<3||t[0]===e||t[0]===e.eventBusEl_;return a?(n=e.eventBusEl_,t.length>=3&&t.shift(),i=t[0],r=t[1]):(n=t[0],i=t[1],r=t[2]),mt(n),gt(i),vt(r),{isTargetingSelf:a,target:n,type:i,listener:r=ut(e,r)}},bt=function(e,t,n,i){mt(e),e.nodeName?nt[t](e,n,i):e[t](n,i)},_t={on:function(){for(var e=this,t=arguments.length,n=new Array(t),i=0;i<t;i++)n[i]=arguments[i];var r=yt(this,n),a=r.isTargetingSelf,s=r.target,o=r.type,l=r.listener;if(bt(s,"on",o,l),!a){var u=function(){return e.off(s,o,l)};u.guid=l.guid;var c=function(){return e.off("dispose",u)};c.guid=l.guid,bt(this,"on","dispose",u),bt(s,"on","dispose",c)}},one:function(){for(var e=this,t=arguments.length,n=new Array(t),i=0;i<t;i++)n[i]=arguments[i];var r=yt(this,n),a=r.isTargetingSelf,s=r.target,o=r.type,l=r.listener;if(a)bt(s,"one",o,l);else{var u=function t(){e.off(s,o,t);for(var n=arguments.length,i=new Array(n),r=0;r<n;r++)i[r]=arguments[r];l.apply(null,i)};u.guid=l.guid,bt(s,"one",o,u)}},off:function(e,t,n){if(!e||ft(e))Ze(this.eventBusEl_,e,t);else{var i=e,r=t;mt(i),gt(r),vt(n),n=ut(this,n),this.off("dispose",n),i.nodeName?(Ze(i,r,n),Ze(i,"dispose",n)):pt(i)&&(i.off(r,n),i.off("dispose",n))}},trigger:function(e,t){return $e(this.eventBusEl_,e,t)}};function Tt(e,t){void 0===t&&(t={});var n=t.eventBusKey;if(n){if(!e[n].nodeName)throw new Error('The eventBusKey "'+n+'" does not refer to an element.');e.eventBusEl_=e[n]}else e.eventBusEl_=pe("span",{className:"vjs-event-bus"});return ne(e,_t),e.eventedCallbacks&&e.eventedCallbacks.forEach(function(e){e()}),e.on("dispose",function(){e.off(),f.a.setTimeout(function(){e.eventBusEl_=null},0)}),e}var St={state:{},setState:function(e){var t,n=this;return"function"==typeof e&&(e=e()),te(e,function(e,i){n.state[i]!==e&&((t=t||{})[i]={from:n.state[i],to:e}),n.state[i]=e}),t&&pt(this)&&this.trigger({changes:t,type:"statechanged"}),t}};function kt(e,t){return ne(e,St),e.state=ne({},e.state,t),"function"==typeof e.handleStateChanged&&pt(e)&&e.on("statechanged",e.handleStateChanged),e}function wt(e){return"string"!=typeof e?e:e.charAt(0).toUpperCase()+e.slice(1)}function Ct(){for(var e={},t=arguments.length,n=new Array(t),i=0;i<t;i++)n[i]=arguments[i];return n.forEach(function(t){t&&te(t,function(t,n){re(t)?(re(e[n])||(e[n]={}),e[n]=Ct(e[n],t)):e[n]=t})}),e}var jt=function(){function e(e,t,n){if(!e&&this.play?this.player_=e=this:this.player_=e,this.options_=Ct({},this.options_),t=this.options_=Ct(this.options_,t),this.id_=t.id||t.el&&t.el.id,!this.id_){var i=e&&e.id&&e.id()||"no_player";this.id_=i+"_component_"+Fe()}this.name_=t.name||null,t.el?this.el_=t.el:!1!==t.createEl&&(this.el_=this.createEl()),!1!==t.evented&&Tt(this,{eventBusKey:this.el_?"el_":null}),kt(this,this.constructor.defaultState),this.children_=[],this.childIndex_={},this.childNameIndex_={},!1!==t.initChildren&&this.initChildren(),this.ready(n),!1!==t.reportTouchActivity&&this.enableTouchActivity()}var t=e.prototype;return t.dispose=function(){if(this.trigger({type:"dispose",bubbles:!1}),this.children_)for(var e=this.children_.length-1;e>=0;e--)this.children_[e].dispose&&this.children_[e].dispose();this.children_=null,this.childIndex_=null,this.childNameIndex_=null,this.el_&&(this.el_.parentNode&&this.el_.parentNode.removeChild(this.el_),Ge(this.el_),this.el_=null),this.player_=null},t.player=function(){return this.player_},t.options=function(e){return Q.warn("this.options() has been deprecated and will be moved to the constructor in 6.0"),e?(this.options_=Ct(this.options_,e),this.options_):this.options_},t.el=function(){return this.el_},t.createEl=function(e,t,n){return pe(e,t,n)},t.localize=function(e,t,n){void 0===n&&(n=e);var i=this.player_.language&&this.player_.language(),r=this.player_.languages&&this.player_.languages(),a=r&&r[i],s=i&&i.split("-")[0],o=r&&r[s],l=n;return a&&a[e]?l=a[e]:o&&o[e]&&(l=o[e]),t&&(l=l.replace(/\{(\d+)\}/g,function(e,n){var i=t[n-1],r=i;return void 0===i&&(r=e),r})),l},t.contentEl=function(){return this.contentEl_||this.el_},t.id=function(){return this.id_},t.name=function(){return this.name_},t.children=function(){return this.children_},t.getChildById=function(e){return this.childIndex_[e]},t.getChild=function(e){if(e)return e=wt(e),this.childNameIndex_[e]},t.addChild=function(t,n,i){var r,a;if(void 0===n&&(n={}),void 0===i&&(i=this.children_.length),"string"==typeof t){a=wt(t);var s=n.componentClass||a;n.name=a;var o=e.getComponent(s);if(!o)throw new Error("Component "+s+" does not exist");if("function"!=typeof o)return null;r=new o(this.player_||this,n)}else r=t;if(this.children_.splice(i,0,r),"function"==typeof r.id&&(this.childIndex_[r.id()]=r),(a=a||r.name&&wt(r.name()))&&(this.childNameIndex_[a]=r),"function"==typeof r.el&&r.el()){var l=this.contentEl().children[i]||null;this.contentEl().insertBefore(r.el(),l)}return r},t.removeChild=function(e){if("string"==typeof e&&(e=this.getChild(e)),e&&this.children_){for(var t=!1,n=this.children_.length-1;n>=0;n--)if(this.children_[n]===e){t=!0,this.children_.splice(n,1);break}if(t){this.childIndex_[e.id()]=null,this.childNameIndex_[e.name()]=null;var i=e.el();i&&i.parentNode===this.contentEl()&&this.contentEl().removeChild(e.el())}}},t.initChildren=function(){var t=this,n=this.options_.children;if(n){var i,r=this.options_,a=e.getComponent("Tech");(i=Array.isArray(n)?n:Object.keys(n)).concat(Object.keys(this.options_).filter(function(e){return!i.some(function(t){return"string"==typeof t?e===t:e===t.name})})).map(function(e){var i,r;return"string"==typeof e?r=n[i=e]||t.options_[i]||{}:(i=e.name,r=e),{name:i,opts:r}}).filter(function(t){var n=e.getComponent(t.opts.componentClass||wt(t.name));return n&&!a.isTech(n)}).forEach(function(e){var n=e.name,i=e.opts;if(void 0!==r[n]&&(i=r[n]),!1!==i){!0===i&&(i={}),i.playerOptions=t.options_.playerOptions;var a=t.addChild(n,i);a&&(t[n]=a)}})}},t.buildCSSClass=function(){return""},t.ready=function(e,t){if(void 0===t&&(t=!1),e)return this.isReady_?void(t?e.call(this):this.setTimeout(e,1)):(this.readyQueue_=this.readyQueue_||[],void this.readyQueue_.push(e))},t.triggerReady=function(){this.isReady_=!0,this.setTimeout(function(){var e=this.readyQueue_;this.readyQueue_=[],e&&e.length>0&&e.forEach(function(e){e.call(this)},this),this.trigger("ready")},1)},t.$=function(e,t){return Re(e,t||this.contentEl())},t.$$=function(e,t){return Me(e,t||this.contentEl())},t.hasClass=function(e){return ge(this.el_,e)},t.addClass=function(e){ve(this.el_,e)},t.removeClass=function(e){ye(this.el_,e)},t.toggleClass=function(e,t){be(this.el_,e,t)},t.show=function(){this.removeClass("vjs-hidden")},t.hide=function(){this.addClass("vjs-hidden")},t.lockShowing=function(){this.addClass("vjs-lock-showing")},t.unlockShowing=function(){this.removeClass("vjs-lock-showing")},t.getAttribute=function(e){return Se(this.el_,e)},t.setAttribute=function(e,t){ke(this.el_,e,t)},t.removeAttribute=function(e){we(this.el_,e)},t.width=function(e,t){return this.dimension("width",e,t)},t.height=function(e,t){return this.dimension("height",e,t)},t.dimensions=function(e,t){this.width(e,!0),this.height(t)},t.dimension=function(e,t,n){if(void 0!==t)return null!==t&&t==t||(t=0),-1!==(""+t).indexOf("%")||-1!==(""+t).indexOf("px")?this.el_.style[e]=t:this.el_.style[e]="auto"===t?"":t+"px",void(n||this.trigger("componentresize"));if(!this.el_)return 0;var i=this.el_.style[e],r=i.indexOf("px");return-1!==r?parseInt(i.slice(0,r),10):parseInt(this.el_["offset"+wt(e)],10)},t.currentDimension=function(e){var t=0;if("width"!==e&&"height"!==e)throw new Error("currentDimension only accepts width or height value");if("function"==typeof f.a.getComputedStyle){var n=f.a.getComputedStyle(this.el_);t=n.getPropertyValue(e)||n[e]}if(0===(t=parseFloat(t))){var i="offset"+wt(e);t=this.el_[i]}return t},t.currentDimensions=function(){return{width:this.currentDimension("width"),height:this.currentDimension("height")}},t.currentWidth=function(){return this.currentDimension("width")},t.currentHeight=function(){return this.currentDimension("height")},t.focus=function(){this.el_.focus()},t.blur=function(){this.el_.blur()},t.emitTapEvents=function(){var e,t=0,n=null;this.on("touchstart",function(i){1===i.touches.length&&(n={pageX:i.touches[0].pageX,pageY:i.touches[0].pageY},t=(new Date).getTime(),e=!0)}),this.on("touchmove",function(t){if(t.touches.length>1)e=!1;else if(n){var i=t.touches[0].pageX-n.pageX,r=t.touches[0].pageY-n.pageY;Math.sqrt(i*i+r*r)>10&&(e=!1)}});var i=function(){e=!1};this.on("touchleave",i),this.on("touchcancel",i),this.on("touchend",function(i){(n=null,!0===e)&&((new Date).getTime()-t<200&&(i.preventDefault(),this.trigger("tap")))})},t.enableTouchActivity=function(){if(this.player()&&this.player().reportUserActivity){var e,t=ut(this.player(),this.player().reportUserActivity);this.on("touchstart",function(){t(),this.clearInterval(e),e=this.setInterval(t,250)});var n=function(n){t(),this.clearInterval(e)};this.on("touchmove",t),this.on("touchend",n),this.on("touchcancel",n)}},t.setTimeout=function(e,t){var n,i,r=this;return e=ut(this,e),n=f.a.setTimeout(function(){r.off("dispose",i),e()},t),(i=function(){return r.clearTimeout(n)}).guid="vjs-timeout-"+n,this.on("dispose",i),n},t.clearTimeout=function(e){f.a.clearTimeout(e);var t=function(){};return t.guid="vjs-timeout-"+e,this.off("dispose",t),e},t.setInterval=function(e,t){var n=this;e=ut(this,e);var i=f.a.setInterval(e,t),r=function(){return n.clearInterval(i)};return r.guid="vjs-interval-"+i,this.on("dispose",r),i},t.clearInterval=function(e){f.a.clearInterval(e);var t=function(){};return t.guid="vjs-interval-"+e,this.off("dispose",t),e},t.requestAnimationFrame=function(e){var t,n,i=this;return this.supportsRaf_?(e=ut(this,e),t=f.a.requestAnimationFrame(function(){i.off("dispose",n),e()}),(n=function(){return i.cancelAnimationFrame(t)}).guid="vjs-raf-"+t,this.on("dispose",n),t):this.setTimeout(e,1e3/60)},t.cancelAnimationFrame=function(e){if(this.supportsRaf_){f.a.cancelAnimationFrame(e);var t=function(){};return t.guid="vjs-raf-"+e,this.off("dispose",t),e}return this.clearTimeout(e)},e.registerComponent=function(t,n){if("string"!=typeof t||!t)throw new Error('Illegal component name, "'+t+'"; must be a non-empty string.');var i,r=e.getComponent("Tech"),a=r&&r.isTech(n),s=e===n||e.prototype.isPrototypeOf(n.prototype);if(a||!s)throw i=a?"techs must be registered using Tech.registerTech()":"must be a Component subclass",new Error('Illegal component, "'+t+'"; '+i+".");t=wt(t),e.components_||(e.components_={});var o=e.getComponent("Player");if("Player"===t&&o&&o.players){var l=o.players,u=Object.keys(l);if(l&&u.length>0&&u.map(function(e){return l[e]}).every(Boolean))throw new Error("Can not register Player component after player has been created.")}return e.components_[t]=n,n},e.getComponent=function(t){if(t)return t=wt(t),e.components_&&e.components_[t]?e.components_[t]:void 0},e}();jt.prototype.supportsRaf_="function"==typeof f.a.requestAnimationFrame&&"function"==typeof f.a.cancelAnimationFrame,jt.registerComponent("Component",jt);var Et,At=f.a.navigator&&f.a.navigator.userAgent||"",xt=/AppleWebKit\/([\d.]+)/i.exec(At),Lt=xt?parseFloat(xt.pop()):null,Ot=/iPad/i.test(At),Ut=/iPhone/i.test(At)&&!Ot,Pt=/iPod/i.test(At),It=Ut||Ot||Pt,Dt=(Et=At.match(/OS (\d+)_/i))&&Et[1]?Et[1]:null,Rt=/Android/i.test(At),Mt=function(){var e=At.match(/Android (\d+)(?:\.(\d+))?(?:\.(\d+))*/i);if(!e)return null;var t=e[1]&&parseFloat(e[1]),n=e[2]&&parseFloat(e[2]);return t&&n?parseFloat(e[1]+"."+e[2]):t||null}(),Bt=Rt&&Mt<5&&Lt<537,Nt=/Firefox/i.test(At),Ft=/Edge/i.test(At),Vt=!Ft&&(/Chrome/i.test(At)||/CriOS/i.test(At)),zt=function(){var e=At.match(/(Chrome|CriOS)\/(\d+)/);return e&&e[2]?parseFloat(e[2]):null}(),Ht=function(){var e=/MSIE\s(\d+)\.\d/.exec(At),t=e&&parseFloat(e[1]);return!t&&/Trident\/7.0/i.test(At)&&/rv:11.0/.test(At)&&(t=11),t}(),qt=/Safari/i.test(At)&&!Vt&&!Rt&&!Ft,Gt=(qt||It)&&!Vt,Wt=ue()&&("ontouchstart"in f.a||f.a.navigator.maxTouchPoints||f.a.DocumentTouch&&f.a.document instanceof f.a.DocumentTouch),Yt=Object.freeze({IS_IPAD:Ot,IS_IPHONE:Ut,IS_IPOD:Pt,IS_IOS:It,IOS_VERSION:Dt,IS_ANDROID:Rt,ANDROID_VERSION:Mt,IS_NATIVE_ANDROID:Bt,IS_FIREFOX:Nt,IS_EDGE:Ft,IS_CHROME:Vt,CHROME_VERSION:zt,IE_VERSION:Ht,IS_SAFARI:qt,IS_ANY_SAFARI:Gt,TOUCH_ENABLED:Wt});function Xt(e,t,n,i){return function(e,t,n){if("number"!=typeof t||t<0||t>n)throw new Error("Failed to execute '"+e+"' on 'TimeRanges': The index provided ("+t+") is non-numeric or out of bounds (0-"+n+").")}(e,i,n.length-1),n[i][t]}function Jt(e){return void 0===e||0===e.length?{length:0,start:function(){throw new Error("This TimeRanges object is empty")},end:function(){throw new Error("This TimeRanges object is empty")}}:{length:e.length,start:Xt.bind(null,"start",0,e),end:Xt.bind(null,"end",1,e)}}function Kt(e,t){return Array.isArray(e)?Jt(e):void 0===e||void 0===t?Jt():Jt([[e,t]])}function Qt(e,t){var n,i,r=0;if(!t)return 0;e&&e.length||(e=Kt(0,0));for(var a=0;a<e.length;a++)n=e.start(a),(i=e.end(a))>t&&(i=t),r+=i-n;return r/t}for(var Zt,$t={},en=[["requestFullscreen","exitFullscreen","fullscreenElement","fullscreenEnabled","fullscreenchange","fullscreenerror"],["webkitRequestFullscreen","webkitExitFullscreen","webkitFullscreenElement","webkitFullscreenEnabled","webkitfullscreenchange","webkitfullscreenerror"],["webkitRequestFullScreen","webkitCancelFullScreen","webkitCurrentFullScreenElement","webkitCancelFullScreen","webkitfullscreenchange","webkitfullscreenerror"],["mozRequestFullScreen","mozCancelFullScreen","mozFullScreenElement","mozFullScreenEnabled","mozfullscreenchange","mozfullscreenerror"],["msRequestFullscreen","msExitFullscreen","msFullscreenElement","msFullscreenEnabled","MSFullscreenChange","MSFullscreenError"]],tn=en[0],nn=0;nn<en.length;nn++)if(en[nn][1]in C.a){Zt=en[nn];break}if(Zt)for(var rn=0;rn<Zt.length;rn++)$t[tn[rn]]=Zt[rn];function an(e){if(e instanceof an)return e;"number"==typeof e?this.code=e:"string"==typeof e?this.message=e:ie(e)&&("number"==typeof e.code&&(this.code=e.code),ne(this,e)),this.message||(this.message=an.defaultMessages[this.code]||"")}an.prototype.code=0,an.prototype.message="",an.prototype.status=null,an.errorTypes=["MEDIA_ERR_CUSTOM","MEDIA_ERR_ABORTED","MEDIA_ERR_NETWORK","MEDIA_ERR_DECODE","MEDIA_ERR_SRC_NOT_SUPPORTED","MEDIA_ERR_ENCRYPTED"],an.defaultMessages={1:"You aborted the media playback",2:"A network error caused the media download to fail part-way.",3:"The media playback was aborted due to a corruption problem or because the media used features your browser did not support.",4:"The media could not be loaded, either because the server or network failed or because the format is not supported.",5:"The media is encrypted and we do not have the keys to decrypt it."};for(var sn=0;sn<an.errorTypes.length;sn++)an[an.errorTypes[sn]]=sn,an.prototype[an.errorTypes[sn]]=sn;function on(e){return null!=e&&"function"==typeof e.then}function ln(e){on(e)&&e.then(null,function(e){})}var un=function(e){return["kind","label","language","id","inBandMetadataTrackDispatchType","mode","src"].reduce(function(t,n,i){return e[n]&&(t[n]=e[n]),t},{cues:e.cues&&Array.prototype.map.call(e.cues,function(e){return{startTime:e.startTime,endTime:e.endTime,text:e.text,id:e.id}})})},cn=function(e){var t=e.$$("track"),n=Array.prototype.map.call(t,function(e){return e.track});return Array.prototype.map.call(t,function(e){var t=un(e.track);return e.src&&(t.src=e.src),t}).concat(Array.prototype.filter.call(e.textTracks(),function(e){return-1===n.indexOf(e)}).map(un))},dn=function(e,t){return e.forEach(function(e){var n=t.addRemoteTextTrack(e).track;!e.src&&e.cues&&e.cues.forEach(function(e){return n.addCue(e)})}),t.textTracks()},hn="vjs-modal-dialog",pn=function(e){function t(t,n){var i;return(i=e.call(this,t,n)||this).opened_=i.hasBeenOpened_=i.hasBeenFilled_=!1,i.closeable(!i.options_.uncloseable),i.content(i.options_.content),i.contentEl_=pe("div",{className:hn+"-content"},{role:"document"}),i.descEl_=pe("p",{className:hn+"-description vjs-control-text",id:i.el().getAttribute("aria-describedby")}),fe(i.descEl_,i.description()),i.el_.appendChild(i.descEl_),i.el_.appendChild(i.contentEl_),i}q(t,e);var n=t.prototype;return n.createEl=function(){return e.prototype.createEl.call(this,"div",{className:this.buildCSSClass(),tabIndex:-1},{"aria-describedby":this.id()+"_description","aria-hidden":"true","aria-label":this.label(),role:"dialog"})},n.dispose=function(){this.contentEl_=null,this.descEl_=null,this.previouslyActiveEl_=null,e.prototype.dispose.call(this)},n.buildCSSClass=function(){return hn+" vjs-hidden "+e.prototype.buildCSSClass.call(this)},n.handleKeyPress=function(e){27===e.which&&this.closeable()&&this.close()},n.label=function(){return this.localize(this.options_.label||"Modal Window")},n.description=function(){var e=this.options_.description||this.localize("This is a modal window.");return this.closeable()&&(e+=" "+this.localize("This modal can be closed by pressing the Escape key or activating the close button.")),e},n.open=function(){if(!this.opened_){var e=this.player();this.trigger("beforemodalopen"),this.opened_=!0,(this.options_.fillAlways||!this.hasBeenOpened_&&!this.hasBeenFilled_)&&this.fill(),this.wasPlaying_=!e.paused(),this.options_.pauseOnOpen&&this.wasPlaying_&&e.pause(),this.closeable()&&this.on(this.el_.ownerDocument,"keydown",ut(this,this.handleKeyPress)),this.hadControls_=e.controls(),e.controls(!1),this.show(),this.conditionalFocus_(),this.el().setAttribute("aria-hidden","false"),this.trigger("modalopen"),this.hasBeenOpened_=!0}},n.opened=function(e){return"boolean"==typeof e&&this[e?"open":"close"](),this.opened_},n.close=function(){if(this.opened_){var e=this.player();this.trigger("beforemodalclose"),this.opened_=!1,this.wasPlaying_&&this.options_.pauseOnOpen&&e.play(),this.closeable()&&this.off(this.el_.ownerDocument,"keydown",ut(this,this.handleKeyPress)),this.hadControls_&&e.controls(!0),this.hide(),this.el().setAttribute("aria-hidden","true"),this.trigger("modalclose"),this.conditionalBlur_(),this.options_.temporary&&this.dispose()}},n.closeable=function(e){if("boolean"==typeof e){var t=this.closeable_=!!e,n=this.getChild("closeButton");if(t&&!n){var i=this.contentEl_;this.contentEl_=this.el_,n=this.addChild("closeButton",{controlText:"Close Modal Dialog"}),this.contentEl_=i,this.on(n,"close",this.close)}!t&&n&&(this.off(n,"close",this.close),this.removeChild(n),n.dispose())}return this.closeable_},n.fill=function(){this.fillWith(this.content())},n.fillWith=function(e){var t=this.contentEl(),n=t.parentNode,i=t.nextSibling;this.trigger("beforemodalfill"),this.hasBeenFilled_=!0,n.removeChild(t),this.empty(),Ie(t,e),this.trigger("modalfill"),i?n.insertBefore(t,i):n.appendChild(t);var r=this.getChild("closeButton");r&&n.appendChild(r.el_)},n.empty=function(){this.trigger("beforemodalempty"),Oe(this.contentEl()),this.trigger("modalempty")},n.content=function(e){return void 0!==e&&(this.content_=e),this.content_},n.conditionalFocus_=function(){var e=C.a.activeElement,t=this.player_.el_;this.previouslyActiveEl_=null,(t.contains(e)||t===e)&&(this.previouslyActiveEl_=e,this.focus(),this.on(C.a,"keydown",this.handleKeyDown))},n.conditionalBlur_=function(){this.previouslyActiveEl_&&(this.previouslyActiveEl_.focus(),this.previouslyActiveEl_=null),this.off(C.a,"keydown",this.handleKeyDown)},n.handleKeyDown=function(e){if(9===e.which){for(var t,n=this.focusableEls_(),i=this.el_.querySelector(":focus"),r=0;r<n.length;r++)if(i===n[r]){t=r;break}C.a.activeElement===this.el_&&(t=0),e.shiftKey&&0===t?(n[n.length-1].focus(),e.preventDefault()):e.shiftKey||t!==n.length-1||(n[0].focus(),e.preventDefault())}},n.focusableEls_=function(){var e=this.el_.querySelectorAll("*");return Array.prototype.filter.call(e,function(e){return(e instanceof f.a.HTMLAnchorElement||e instanceof f.a.HTMLAreaElement)&&e.hasAttribute("href")||(e instanceof f.a.HTMLInputElement||e instanceof f.a.HTMLSelectElement||e instanceof f.a.HTMLTextAreaElement||e instanceof f.a.HTMLButtonElement)&&!e.hasAttribute("disabled")||e instanceof f.a.HTMLIFrameElement||e instanceof f.a.HTMLObjectElement||e instanceof f.a.HTMLEmbedElement||e.hasAttribute("tabindex")&&-1!==e.getAttribute("tabindex")||e.hasAttribute("contenteditable")})},t}(jt);pn.prototype.options_={pauseOnOpen:!0,temporary:!0},jt.registerComponent("ModalDialog",pn);var fn=function(e){function t(t){var n;void 0===t&&(t=[]),(n=e.call(this)||this).tracks_=[],Object.defineProperty(Y(Y(n)),"length",{get:function(){return this.tracks_.length}});for(var i=0;i<t.length;i++)n.addTrack(t[i]);return n}q(t,e);var n=t.prototype;return n.addTrack=function(e){var t=this.tracks_.length;""+t in this||Object.defineProperty(this,t,{get:function(){return this.tracks_[t]}}),-1===this.tracks_.indexOf(e)&&(this.tracks_.push(e),this.trigger({track:e,type:"addtrack"}))},n.removeTrack=function(e){for(var t,n=0,i=this.length;n<i;n++)if(this[n]===e){(t=this[n]).off&&t.off(),this.tracks_.splice(n,1);break}t&&this.trigger({track:t,type:"removetrack"})},n.getTrackById=function(e){for(var t=null,n=0,i=this.length;n<i;n++){var r=this[n];if(r.id===e){t=r;break}}return t},t}(ht);for(var mn in fn.prototype.allowedEvents_={change:"change",addtrack:"addtrack",removetrack:"removetrack"},fn.prototype.allowedEvents_)fn.prototype["on"+mn]=null;var gn=function(e,t){for(var n=0;n<e.length;n++)Object.keys(e[n]).length&&t.id!==e[n].id&&(e[n].enabled=!1)},vn=function(e){function t(t){var n;void 0===t&&(t=[]);for(var i=t.length-1;i>=0;i--)if(t[i].enabled){gn(t,t[i]);break}return(n=e.call(this,t)||this).changing_=!1,n}return q(t,e),t.prototype.addTrack=function(t){var n=this;t.enabled&&gn(this,t),e.prototype.addTrack.call(this,t),t.addEventListener&&t.addEventListener("enabledchange",function(){n.changing_||(n.changing_=!0,gn(n,t),n.changing_=!1,n.trigger("change"))})},t}(fn),yn=function(e,t){for(var n=0;n<e.length;n++)Object.keys(e[n]).length&&t.id!==e[n].id&&(e[n].selected=!1)},bn=function(e){function t(t){var n;void 0===t&&(t=[]);for(var i=t.length-1;i>=0;i--)if(t[i].selected){yn(t,t[i]);break}return(n=e.call(this,t)||this).changing_=!1,Object.defineProperty(Y(Y(n)),"selectedIndex",{get:function(){for(var e=0;e<this.length;e++)if(this[e].selected)return e;return-1},set:function(){}}),n}return q(t,e),t.prototype.addTrack=function(t){var n=this;t.selected&&yn(this,t),e.prototype.addTrack.call(this,t),t.addEventListener&&t.addEventListener("selectedchange",function(){n.changing_||(n.changing_=!0,yn(n,t),n.changing_=!1,n.trigger("change"))})},t}(fn),_n=function(e){function t(){return e.apply(this,arguments)||this}return q(t,e),t.prototype.addTrack=function(t){e.prototype.addTrack.call(this,t),t.addEventListener("modechange",ut(this,function(){this.queueTrigger("change")}));-1===["metadata","chapters"].indexOf(t.kind)&&t.addEventListener("modechange",ut(this,function(){this.trigger("selectedlanguagechange")}))},t}(fn),Tn=function(){function e(e){void 0===e&&(e=[]),this.trackElements_=[],Object.defineProperty(this,"length",{get:function(){return this.trackElements_.length}});for(var t=0,n=e.length;t<n;t++)this.addTrackElement_(e[t])}var t=e.prototype;return t.addTrackElement_=function(e){var t=this.trackElements_.length;""+t in this||Object.defineProperty(this,t,{get:function(){return this.trackElements_[t]}}),-1===this.trackElements_.indexOf(e)&&this.trackElements_.push(e)},t.getTrackElementByTrack_=function(e){for(var t,n=0,i=this.trackElements_.length;n<i;n++)if(e===this.trackElements_[n].track){t=this.trackElements_[n];break}return t},t.removeTrackElement_=function(e){for(var t=0,n=this.trackElements_.length;t<n;t++)if(e===this.trackElements_[t]){this.trackElements_.splice(t,1);break}},e}(),Sn=function(){function e(t){e.prototype.setCues_.call(this,t),Object.defineProperty(this,"length",{get:function(){return this.length_}})}var t=e.prototype;return t.setCues_=function(e){var t=this.length||0,n=0,i=e.length;this.cues_=e,this.length_=e.length;var r=function(e){""+e in this||Object.defineProperty(this,""+e,{get:function(){return this.cues_[e]}})};if(t<i)for(n=t;n<i;n++)r.call(this,n)},t.getCueById=function(e){for(var t=null,n=0,i=this.length;n<i;n++){var r=this[n];if(r.id===e){t=r;break}}return t},e}(),kn={alternative:"alternative",captions:"captions",main:"main",sign:"sign",subtitles:"subtitles",commentary:"commentary"},wn={alternative:"alternative",descriptions:"descriptions",main:"main","main-desc":"main-desc",translation:"translation",commentary:"commentary"},Cn={subtitles:"subtitles",captions:"captions",descriptions:"descriptions",chapters:"chapters",metadata:"metadata"},jn={disabled:"disabled",hidden:"hidden",showing:"showing"},En=function(e){function t(t){var n;void 0===t&&(t={}),n=e.call(this)||this;var i={id:t.id||"vjs_track_"+Fe(),kind:t.kind||"",label:t.label||"",language:t.language||""},r=function(e){Object.defineProperty(Y(Y(n)),e,{get:function(){return i[e]},set:function(){}})};for(var a in i)r(a);return n}return q(t,e),t}(ht),An=function(e){var t=["protocol","hostname","port","pathname","search","hash","host"],n=C.a.createElement("a");n.href=e;var i,r=""===n.host&&"file:"!==n.protocol;r&&((i=C.a.createElement("div")).innerHTML='<a href="'+e+'"></a>',n=i.firstChild,i.setAttribute("style","display:none; position:absolute;"),C.a.body.appendChild(i));for(var a={},s=0;s<t.length;s++)a[t[s]]=n[t[s]];return"http:"===a.protocol&&(a.host=a.host.replace(/:80$/,"")),"https:"===a.protocol&&(a.host=a.host.replace(/:443$/,"")),a.protocol||(a.protocol=f.a.location.protocol),r&&C.a.body.removeChild(i),a},xn=function(e){if(!e.match(/^https?:\/\//)){var t=C.a.createElement("div");t.innerHTML='<a href="'+e+'">x</a>',e=t.firstChild.href}return e},Ln=function(e){if("string"==typeof e){var t=/^(\/?)([\s\S]*?)((?:\.{1,2}|[^\/]+?)(\.([^\.\/\?]+)))(?:[\/]*|[\?].*)$/i.exec(e);if(t)return t.pop().toLowerCase()}return""},On=function(e){var t=f.a.location,n=An(e);return(":"===n.protocol?t.protocol:n.protocol)+n.host!==t.protocol+t.host},Un=Object.freeze({parseUrl:An,getAbsoluteURL:xn,getFileExtension:Ln,isCrossOrigin:On}),Pn=function(e,t){var n=new f.a.WebVTT.Parser(f.a,f.a.vttjs,f.a.WebVTT.StringDecoder()),i=[];n.oncue=function(e){t.addCue(e)},n.onparsingerror=function(e){i.push(e)},n.onflush=function(){t.trigger({type:"loadeddata",target:t})},n.parse(e),i.length>0&&(f.a.console&&f.a.console.groupCollapsed&&f.a.console.groupCollapsed("Text Track parsing errors for "+t.src),i.forEach(function(e){return Q.error(e)}),f.a.console&&f.a.console.groupEnd&&f.a.console.groupEnd()),n.flush()},In=function(e,t){var n={uri:e},i=On(e);i&&(n.cors=i),c()(n,ut(this,function(e,n,i){if(e)return Q.error(e,n);if(t.loaded_=!0,"function"!=typeof f.a.WebVTT){if(t.tech_){var r=function(){return Pn(i,t)};t.tech_.on("vttjsloaded",r),t.tech_.on("vttjserror",function(){Q.error("vttjs failed to load, stopping trying to process "+t.src),t.tech_.off("vttjsloaded",r)})}}else Pn(i,t)}))},Dn=function(e){function t(t){var n;if(void 0===t&&(t={}),!t.tech)throw new Error("A tech was not provided.");var i=Ct(t,{kind:Cn[t.kind]||"subtitles",language:t.language||t.srclang||""}),r=jn[i.mode]||"disabled",a=i.default;"metadata"!==i.kind&&"chapters"!==i.kind||(r="hidden"),(n=e.call(this,i)||this).tech_=i.tech,n.cues_=[],n.activeCues_=[];var s=new Sn(n.cues_),o=new Sn(n.activeCues_),l=!1,u=ut(Y(Y(n)),function(){this.activeCues=this.activeCues,l&&(this.trigger("cuechange"),l=!1)});return"disabled"!==r&&n.tech_.ready(function(){n.tech_.on("timeupdate",u)},!0),Object.defineProperties(Y(Y(n)),{default:{get:function(){return a},set:function(){}},mode:{get:function(){return r},set:function(e){var t=this;jn[e]&&("disabled"!==(r=e)?this.tech_.ready(function(){t.tech_.on("timeupdate",u)},!0):this.tech_.off("timeupdate",u),this.trigger("modechange"))}},cues:{get:function(){return this.loaded_?s:null},set:function(){}},activeCues:{get:function(){if(!this.loaded_)return null;if(0===this.cues.length)return o;for(var e=this.tech_.currentTime(),t=[],n=0,i=this.cues.length;n<i;n++){var r=this.cues[n];r.startTime<=e&&r.endTime>=e?t.push(r):r.startTime===r.endTime&&r.startTime<=e&&r.startTime+.5>=e&&t.push(r)}if(l=!1,t.length!==this.activeCues_.length)l=!0;else for(var a=0;a<t.length;a++)-1===this.activeCues_.indexOf(t[a])&&(l=!0);return this.activeCues_=t,o.setCues_(this.activeCues_),o},set:function(){}}}),i.src?(n.src=i.src,In(i.src,Y(Y(n)))):n.loaded_=!0,n}q(t,e);var n=t.prototype;return n.addCue=function(e){var t=e;if(f.a.vttjs&&!(e instanceof f.a.vttjs.VTTCue)){for(var n in t=new f.a.vttjs.VTTCue(e.startTime,e.endTime,e.text),e)n in t||(t[n]=e[n]);t.id=e.id,t.originalCue_=e}for(var i=this.tech_.textTracks(),r=0;r<i.length;r++)i[r]!==this&&i[r].removeCue(t);this.cues_.push(t),this.cues.setCues_(this.cues_)},n.removeCue=function(e){for(var t=this.cues_.length;t--;){var n=this.cues_[t];if(n===e||n.originalCue_&&n.originalCue_===e){this.cues_.splice(t,1),this.cues.setCues_(this.cues_);break}}},t}(En);Dn.prototype.allowedEvents_={cuechange:"cuechange"};var Rn=function(e){function t(t){var n;void 0===t&&(t={});var i=Ct(t,{kind:wn[t.kind]||""});n=e.call(this,i)||this;var r=!1;return Object.defineProperty(Y(Y(n)),"enabled",{get:function(){return r},set:function(e){"boolean"==typeof e&&e!==r&&(r=e,this.trigger("enabledchange"))}}),i.enabled&&(n.enabled=i.enabled),n.loaded_=!0,n}return q(t,e),t}(En),Mn=function(e){function t(t){var n;void 0===t&&(t={});var i=Ct(t,{kind:kn[t.kind]||""});n=e.call(this,i)||this;var r=!1;return Object.defineProperty(Y(Y(n)),"selected",{get:function(){return r},set:function(e){"boolean"==typeof e&&e!==r&&(r=e,this.trigger("selectedchange"))}}),i.selected&&(n.selected=i.selected),n}return q(t,e),t}(En),Bn=0,Nn=2,Fn=function(e){function t(t){var n,i;void 0===t&&(t={}),n=e.call(this)||this;var r=new Dn(t);return n.kind=r.kind,n.src=r.src,n.srclang=r.language,n.label=r.label,n.default=r.default,Object.defineProperties(Y(Y(n)),{readyState:{get:function(){return i}},track:{get:function(){return r}}}),i=Bn,r.addEventListener("loadeddata",function(){i=Nn,n.trigger({type:"load",target:Y(Y(n))})}),n}return q(t,e),t}(ht);Fn.prototype.allowedEvents_={load:"load"},Fn.NONE=Bn,Fn.LOADING=1,Fn.LOADED=Nn,Fn.ERROR=3;var Vn={audio:{ListClass:vn,TrackClass:Rn,capitalName:"Audio"},video:{ListClass:bn,TrackClass:Mn,capitalName:"Video"},text:{ListClass:_n,TrackClass:Dn,capitalName:"Text"}};Object.keys(Vn).forEach(function(e){Vn[e].getterName=e+"Tracks",Vn[e].privateName=e+"Tracks_"});var zn={remoteText:{ListClass:_n,TrackClass:Dn,capitalName:"RemoteText",getterName:"remoteTextTracks",privateName:"remoteTextTracks_"},remoteTextEl:{ListClass:Tn,TrackClass:Fn,capitalName:"RemoteTextTrackEls",getterName:"remoteTextTrackEls",privateName:"remoteTextTrackEls_"}},Hn=Ct(Vn,zn);zn.names=Object.keys(zn),Vn.names=Object.keys(Vn),Hn.names=[].concat(zn.names).concat(Vn.names);var qn=function(e){function t(t,n){var i;return void 0===t&&(t={}),void 0===n&&(n=function(){}),t.reportTouchActivity=!1,(i=e.call(this,null,t,n)||this).hasStarted_=!1,i.on("playing",function(){this.hasStarted_=!0}),i.on("loadstart",function(){this.hasStarted_=!1}),Hn.names.forEach(function(e){var n=Hn[e];t&&t[n.getterName]&&(i[n.privateName]=t[n.getterName])}),i.featuresProgressEvents||i.manualProgressOn(),i.featuresTimeupdateEvents||i.manualTimeUpdatesOn(),["Text","Audio","Video"].forEach(function(e){!1===t["native"+e+"Tracks"]&&(i["featuresNative"+e+"Tracks"]=!1)}),!1===t.nativeCaptions||!1===t.nativeTextTracks?i.featuresNativeTextTracks=!1:!0!==t.nativeCaptions&&!0!==t.nativeTextTracks||(i.featuresNativeTextTracks=!0),i.featuresNativeTextTracks||i.emulateTextTracks(),i.autoRemoteTextTracks_=new Hn.text.ListClass,i.initTrackListeners(),t.nativeControlsForTouch||i.emitTapEvents(),i.constructor&&(i.name_=i.constructor.name||"Unknown Tech"),i}q(t,e);var n=t.prototype;return n.triggerSourceset=function(e){var t=this;this.isReady_||this.one("ready",function(){return t.setTimeout(function(){return t.triggerSourceset(e)},1)}),this.trigger({src:e,type:"sourceset"})},n.manualProgressOn=function(){this.on("durationchange",this.onDurationChange),this.manualProgress=!0,this.one("ready",this.trackProgress)},n.manualProgressOff=function(){this.manualProgress=!1,this.stopTrackingProgress(),this.off("durationchange",this.onDurationChange)},n.trackProgress=function(e){this.stopTrackingProgress(),this.progressInterval=this.setInterval(ut(this,function(){var e=this.bufferedPercent();this.bufferedPercent_!==e&&this.trigger("progress"),this.bufferedPercent_=e,1===e&&this.stopTrackingProgress()}),500)},n.onDurationChange=function(e){this.duration_=this.duration()},n.buffered=function(){return Kt(0,0)},n.bufferedPercent=function(){return Qt(this.buffered(),this.duration_)},n.stopTrackingProgress=function(){this.clearInterval(this.progressInterval)},n.manualTimeUpdatesOn=function(){this.manualTimeUpdates=!0,this.on("play",this.trackCurrentTime),this.on("pause",this.stopTrackingCurrentTime)},n.manualTimeUpdatesOff=function(){this.manualTimeUpdates=!1,this.stopTrackingCurrentTime(),this.off("play",this.trackCurrentTime),this.off("pause",this.stopTrackingCurrentTime)},n.trackCurrentTime=function(){this.currentTimeInterval&&this.stopTrackingCurrentTime(),this.currentTimeInterval=this.setInterval(function(){this.trigger({type:"timeupdate",target:this,manuallyTriggered:!0})},250)},n.stopTrackingCurrentTime=function(){this.clearInterval(this.currentTimeInterval),this.trigger({type:"timeupdate",target:this,manuallyTriggered:!0})},n.dispose=function(){this.clearTracks(Vn.names),this.manualProgress&&this.manualProgressOff(),this.manualTimeUpdates&&this.manualTimeUpdatesOff(),e.prototype.dispose.call(this)},n.clearTracks=function(e){var t=this;(e=[].concat(e)).forEach(function(e){for(var n=t[e+"Tracks"]()||[],i=n.length;i--;){var r=n[i];"text"===e&&t.removeRemoteTextTrack(r),n.removeTrack(r)}})},n.cleanupAutoTextTracks=function(){for(var e=this.autoRemoteTextTracks_||[],t=e.length;t--;){var n=e[t];this.removeRemoteTextTrack(n)}},n.reset=function(){},n.error=function(e){return void 0!==e&&(this.error_=new an(e),this.trigger("error")),this.error_},n.played=function(){return this.hasStarted_?Kt(0,0):Kt()},n.setCurrentTime=function(){this.manualTimeUpdates&&this.trigger({type:"timeupdate",target:this,manuallyTriggered:!0})},n.initTrackListeners=function(){var e=this;Vn.names.forEach(function(t){var n=Vn[t],i=function(){e.trigger(t+"trackchange")},r=e[n.getterName]();r.addEventListener("removetrack",i),r.addEventListener("addtrack",i),e.on("dispose",function(){r.removeEventListener("removetrack",i),r.removeEventListener("addtrack",i)})})},n.addWebVttScript_=function(){var e=this;if(!f.a.WebVTT)if(C.a.body.contains(this.el())){if(!this.options_["vtt.js"]&&re(s.a)&&Object.keys(s.a).length>0)return void this.trigger("vttjsloaded");var t=C.a.createElement("script");t.src=this.options_["vtt.js"]||"https://vjs.zencdn.net/vttjs/0.14.1/vtt.min.js",t.onload=function(){e.trigger("vttjsloaded")},t.onerror=function(){e.trigger("vttjserror")},this.on("dispose",function(){t.onload=null,t.onerror=null}),f.a.WebVTT=!0,this.el().parentNode.appendChild(t)}else this.ready(this.addWebVttScript_)},n.emulateTextTracks=function(){var e=this,t=this.textTracks(),n=this.remoteTextTracks(),i=function(e){return t.addTrack(e.track)},r=function(e){return t.removeTrack(e.track)};n.on("addtrack",i),n.on("removetrack",r),this.addWebVttScript_();var a=function(){return e.trigger("texttrackchange")},s=function(){a();for(var e=0;e<t.length;e++){var n=t[e];n.removeEventListener("cuechange",a),"showing"===n.mode&&n.addEventListener("cuechange",a)}};s(),t.addEventListener("change",s),t.addEventListener("addtrack",s),t.addEventListener("removetrack",s),this.on("dispose",function(){n.off("addtrack",i),n.off("removetrack",r),t.removeEventListener("change",s),t.removeEventListener("addtrack",s),t.removeEventListener("removetrack",s);for(var e=0;e<t.length;e++){t[e].removeEventListener("cuechange",a)}})},n.addTextTrack=function(e,t,n){if(!e)throw new Error("TextTrack kind is required but was not provided");return function(e,t,n,i,r){void 0===r&&(r={});var a=e.textTracks();r.kind=t,n&&(r.label=n),i&&(r.language=i),r.tech=e;var s=new Hn.text.TrackClass(r);return a.addTrack(s),s}(this,e,t,n)},n.createRemoteTextTrack=function(e){var t=Ct(e,{tech:this});return new zn.remoteTextEl.TrackClass(t)},n.addRemoteTextTrack=function(e,t){var n=this;void 0===e&&(e={});var i=this.createRemoteTextTrack(e);return!0!==t&&!1!==t&&(Q.warn('Calling addRemoteTextTrack without explicitly setting the "manualCleanup" parameter to `true` is deprecated and default to `false` in future version of video.js'),t=!0),this.remoteTextTrackEls().addTrackElement_(i),this.remoteTextTracks().addTrack(i.track),!0!==t&&this.ready(function(){return n.autoRemoteTextTracks_.addTrack(i.track)}),i},n.removeRemoteTextTrack=function(e){var t=this.remoteTextTrackEls().getTrackElementByTrack_(e);this.remoteTextTrackEls().removeTrackElement_(t),this.remoteTextTracks().removeTrack(e),this.autoRemoteTextTracks_.removeTrack(e)},n.getVideoPlaybackQuality=function(){return{}},n.setPoster=function(){},n.playsinline=function(){},n.setPlaysinline=function(){},n.overrideNativeAudioTracks=function(){},n.overrideNativeVideoTracks=function(){},n.canPlayType=function(){return""},t.canPlayType=function(){return""},t.canPlaySource=function(e,n){return t.canPlayType(e.type)},t.isTech=function(e){return e.prototype instanceof t||e instanceof t||e===t},t.registerTech=function(e,n){if(t.techs_||(t.techs_={}),!t.isTech(n))throw new Error("Tech "+e+" must be a Tech");if(!t.canPlayType)throw new Error("Techs must have a static canPlayType method on them");if(!t.canPlaySource)throw new Error("Techs must have a static canPlaySource method on them");return e=wt(e),t.techs_[e]=n,"Tech"!==e&&t.defaultTechOrder_.push(e),n},t.getTech=function(e){if(e)return e=wt(e),t.techs_&&t.techs_[e]?t.techs_[e]:f.a&&f.a.videojs&&f.a.videojs[e]?(Q.warn("The "+e+" tech was added to the videojs object when it should be registered using videojs.registerTech(name, tech)"),f.a.videojs[e]):void 0},t}(jt);Hn.names.forEach(function(e){var t=Hn[e];qn.prototype[t.getterName]=function(){return this[t.privateName]=this[t.privateName]||new t.ListClass,this[t.privateName]}}),qn.prototype.featuresVolumeControl=!0,qn.prototype.featuresMuteControl=!0,qn.prototype.featuresFullscreenResize=!1,qn.prototype.featuresPlaybackRate=!1,qn.prototype.featuresProgressEvents=!1,qn.prototype.featuresSourceset=!1,qn.prototype.featuresTimeupdateEvents=!1,qn.prototype.featuresNativeTextTracks=!1,qn.withSourceHandlers=function(e){e.registerSourceHandler=function(t,n){var i=e.sourceHandlers;i||(i=e.sourceHandlers=[]),void 0===n&&(n=i.length),i.splice(n,0,t)},e.canPlayType=function(t){for(var n,i=e.sourceHandlers||[],r=0;r<i.length;r++)if(n=i[r].canPlayType(t))return n;return""},e.selectSourceHandler=function(t,n){for(var i=e.sourceHandlers||[],r=0;r<i.length;r++)if(i[r].canHandleSource(t,n))return i[r];return null},e.canPlaySource=function(t,n){var i=e.selectSourceHandler(t,n);return i?i.canHandleSource(t,n):""};["seekable","seeking","duration"].forEach(function(e){var t=this[e];"function"==typeof t&&(this[e]=function(){return this.sourceHandler_&&this.sourceHandler_[e]?this.sourceHandler_[e].apply(this.sourceHandler_,arguments):t.apply(this,arguments)})},e.prototype),e.prototype.setSource=function(t){var n=e.selectSourceHandler(t,this.options_);n||(e.nativeSourceHandler?n=e.nativeSourceHandler:Q.error("No source handler found for the current source.")),this.disposeSourceHandler(),this.off("dispose",this.disposeSourceHandler),n!==e.nativeSourceHandler&&(this.currentSource_=t),this.sourceHandler_=n.handleSource(t,this,this.options_),this.on("dispose",this.disposeSourceHandler)},e.prototype.disposeSourceHandler=function(){this.currentSource_&&(this.clearTracks(["audio","video"]),this.currentSource_=null),this.cleanupAutoTextTracks(),this.sourceHandler_&&(this.sourceHandler_.dispose&&this.sourceHandler_.dispose(),this.sourceHandler_=null)}},jt.registerComponent("Tech",qn),qn.registerTech("Tech",qn),qn.defaultTechOrder_=[];var Gn={},Wn={},Yn={};function Xn(e,t,n){e.setTimeout(function(){return function e(t,n,i,r,a,s){void 0===t&&(t={});void 0===n&&(n=[]);void 0===a&&(a=[]);void 0===s&&(s=!1);var o=n,l=o[0],u=o.slice(1);if("string"==typeof l)e(t,Gn[l],i,r,a,s);else if(l){var c=function(e,t){var n=Wn[e.id()],i=null;if(null==n)return i=t(e),Wn[e.id()]=[[t,i]],i;for(var r=0;r<n.length;r++){var a=n[r],s=a[0],o=a[1];s===t&&(i=o)}null===i&&(i=t(e),n.push([t,i]));return i}(r,l);if(!c.setSource)return a.push(c),e(t,u,i,r,a,s);c.setSource(ne({},t),function(n,o){if(n)return e(t,u,i,r,a,s);a.push(c),e(o,t.type===o.type?u:Gn[o.type],i,r,a,s)})}else u.length?e(t,u,i,r,a,s):s?i(t,a):e(t,Gn["*"],i,r,a,!0)}(t,Gn[t.type],n,e)},1)}function Jn(e,t,n,i){void 0===i&&(i=null);var r="call"+wt(n),a=e.reduce($n(r),i),s=a===Yn,o=s?null:t[n](a);return function(e,t,n,i){for(var r=e.length-1;r>=0;r--){var a=e[r];a[t]&&a[t](i,n)}}(e,n,o,s),o}var Kn={buffered:1,currentTime:1,duration:1,seekable:1,played:1,paused:1},Qn={setCurrentTime:1},Zn={play:1,pause:1};function $n(e){return function(t,n){return t===Yn?Yn:n[e]?n[e](t):t}}var ei={opus:"video/ogg",ogv:"video/ogg",mp4:"video/mp4",mov:"video/mp4",m4v:"video/mp4",mkv:"video/x-matroska",mp3:"audio/mpeg",aac:"audio/aac",oga:"audio/ogg",m3u8:"application/x-mpegURL"},ti=function(e){void 0===e&&(e="");var t=Ln(e);return ei[t.toLowerCase()]||""};function ni(e){var t=ti(e.src);return!e.type&&t&&(e.type=t),e}var ii=function(e){function t(t,n,i){var r,a=Ct({createEl:!1},n);if(r=e.call(this,t,a,i)||this,n.playerOptions.sources&&0!==n.playerOptions.sources.length)t.src(n.playerOptions.sources);else for(var s=0,o=n.playerOptions.techOrder;s<o.length;s++){var l=wt(o[s]),u=qn.getTech(l);if(l||(u=jt.getComponent(l)),u&&u.isSupported()){t.loadTech_(l);break}}return r}return q(t,e),t}(jt);jt.registerComponent("MediaLoader",ii);var ri=function(e){function t(t,n){var i;return(i=e.call(this,t,n)||this).emitTapEvents(),i.enable(),i}q(t,e);var n=t.prototype;return n.createEl=function(t,n,i){void 0===t&&(t="div"),void 0===n&&(n={}),void 0===i&&(i={}),n=ne({innerHTML:'<span aria-hidden="true" class="vjs-icon-placeholder"></span>',className:this.buildCSSClass(),tabIndex:0},n),"button"===t&&Q.error("Creating a ClickableComponent with an HTML element of "+t+" is not supported; use a Button instead."),i=ne({role:"button"},i),this.tabIndex_=n.tabIndex;var r=e.prototype.createEl.call(this,t,n,i);return this.createControlTextEl(r),r},n.dispose=function(){this.controlTextEl_=null,e.prototype.dispose.call(this)},n.createControlTextEl=function(e){return this.controlTextEl_=pe("span",{className:"vjs-control-text"},{"aria-live":"polite"}),e&&e.appendChild(this.controlTextEl_),this.controlText(this.controlText_,e),this.controlTextEl_},n.controlText=function(e,t){if(void 0===t&&(t=this.el()),void 0===e)return this.controlText_||"Need Text";var n=this.localize(e);this.controlText_=e,fe(this.controlTextEl_,n),this.nonIconControl||t.setAttribute("title",n)},n.buildCSSClass=function(){return"vjs-control vjs-button "+e.prototype.buildCSSClass.call(this)},n.enable=function(){this.enabled_||(this.enabled_=!0,this.removeClass("vjs-disabled"),this.el_.setAttribute("aria-disabled","false"),void 0!==this.tabIndex_&&this.el_.setAttribute("tabIndex",this.tabIndex_),this.on(["tap","click"],this.handleClick),this.on("focus",this.handleFocus),this.on("blur",this.handleBlur))},n.disable=function(){this.enabled_=!1,this.addClass("vjs-disabled"),this.el_.setAttribute("aria-disabled","true"),void 0!==this.tabIndex_&&this.el_.removeAttribute("tabIndex"),this.off(["tap","click"],this.handleClick),this.off("focus",this.handleFocus),this.off("blur",this.handleBlur)},n.handleClick=function(e){},n.handleFocus=function(e){Qe(C.a,"keydown",ut(this,this.handleKeyPress))},n.handleKeyPress=function(t){32===t.which||13===t.which?(t.preventDefault(),this.trigger("click")):e.prototype.handleKeyPress&&e.prototype.handleKeyPress.call(this,t)},n.handleBlur=function(e){Ze(C.a,"keydown",ut(this,this.handleKeyPress))},t}(jt);jt.registerComponent("ClickableComponent",ri);var ai=function(e){function t(t,n){var i;return(i=e.call(this,t,n)||this).update(),t.on("posterchange",ut(Y(Y(i)),i.update)),i}q(t,e);var n=t.prototype;return n.dispose=function(){this.player().off("posterchange",this.update),e.prototype.dispose.call(this)},n.createEl=function(){return pe("div",{className:"vjs-poster",tabIndex:-1})},n.update=function(e){var t=this.player().poster();this.setSrc(t),t?this.show():this.hide()},n.setSrc=function(e){var t="";e&&(t='url("'+e+'")'),this.el_.style.backgroundImage=t},n.handleClick=function(e){this.player_.controls()&&(this.player_.paused()?ln(this.player_.play()):this.player_.pause())},t}(ri);jt.registerComponent("PosterImage",ai);var si={monospace:"monospace",sansSerif:"sans-serif",serif:"serif",monospaceSansSerif:'"Andale Mono", "Lucida Console", monospace',monospaceSerif:'"Courier New", monospace',proportionalSansSerif:"sans-serif",proportionalSerif:"serif",casual:'"Comic Sans MS", Impact, fantasy',script:'"Monotype Corsiva", cursive',smallcaps:'"Andale Mono", "Lucida Console", monospace, sans-serif'};function oi(e,t){var n;if(4===e.length)n=e[1]+e[1]+e[2]+e[2]+e[3]+e[3];else{if(7!==e.length)throw new Error("Invalid color code provided, "+e+"; must be formatted as e.g. #f0e or #f604e2.");n=e.slice(1)}return"rgba("+parseInt(n.slice(0,2),16)+","+parseInt(n.slice(2,4),16)+","+parseInt(n.slice(4,6),16)+","+t+")"}function li(e,t,n){try{e.style[t]=n}catch(e){return}}var ui=function(e){function t(t,n,i){var r;r=e.call(this,t,n,i)||this;var a=ut(Y(Y(r)),r.updateDisplay);return t.on("loadstart",ut(Y(Y(r)),r.toggleDisplay)),t.on("texttrackchange",a),t.on("loadedmetadata",ut(Y(Y(r)),r.preselectTrack)),t.ready(ut(Y(Y(r)),function(){if(t.tech_&&t.tech_.featuresNativeTextTracks)this.hide();else{t.on("fullscreenchange",a),t.on("playerresize",a),f.a.addEventListener("orientationchange",a),t.on("dispose",function(){return f.a.removeEventListener("orientationchange",a)});for(var e=this.options_.playerOptions.tracks||[],n=0;n<e.length;n++)this.player_.addRemoteTextTrack(e[n],!0);this.preselectTrack()}})),r}q(t,e);var n=t.prototype;return n.preselectTrack=function(){for(var e,t,n,i={captions:1,subtitles:1},r=this.player_.textTracks(),a=this.player_.cache_.selectedLanguage,s=0;s<r.length;s++){var o=r[s];a&&a.enabled&&a.language&&a.language===o.language&&o.kind in i?o.kind===a.kind?n=o:n||(n=o):a&&!a.enabled?(n=null,e=null,t=null):o.default&&("descriptions"!==o.kind||e?o.kind in i&&!t&&(t=o):e=o)}n?n.mode="showing":t?t.mode="showing":e&&(e.mode="showing")},n.toggleDisplay=function(){this.player_.tech_&&this.player_.tech_.featuresNativeTextTracks?this.hide():this.show()},n.createEl=function(){return e.prototype.createEl.call(this,"div",{className:"vjs-text-track-display"},{"aria-live":"off","aria-atomic":"true"})},n.clearDisplay=function(){"function"==typeof f.a.WebVTT&&f.a.WebVTT.processCues(f.a,[],this.el_)},n.updateDisplay=function(){var e=this.player_.textTracks();this.clearDisplay();for(var t=null,n=null,i=e.length;i--;){var r=e[i];"showing"===r.mode&&("descriptions"===r.kind?t=r:n=r)}n?("off"!==this.getAttribute("aria-live")&&this.setAttribute("aria-live","off"),this.updateForTrack(n)):t&&("assertive"!==this.getAttribute("aria-live")&&this.setAttribute("aria-live","assertive"),this.updateForTrack(t))},n.updateForTrack=function(e){if("function"==typeof f.a.WebVTT&&e.activeCues){for(var t=[],n=0;n<e.activeCues.length;n++)t.push(e.activeCues[n]);if(f.a.WebVTT.processCues(f.a,t,this.el_),this.player_.textTrackSettings)for(var i=this.player_.textTrackSettings.getValues(),r=t.length;r--;){var a=t[r];if(a){var s=a.displayState;if(i.color&&(s.firstChild.style.color=i.color),i.textOpacity&&li(s.firstChild,"color",oi(i.color||"#fff",i.textOpacity)),i.backgroundColor&&(s.firstChild.style.backgroundColor=i.backgroundColor),i.backgroundOpacity&&li(s.firstChild,"backgroundColor",oi(i.backgroundColor||"#000",i.backgroundOpacity)),i.windowColor&&(i.windowOpacity?li(s,"backgroundColor",oi(i.windowColor,i.windowOpacity)):s.style.backgroundColor=i.windowColor),i.edgeStyle&&("dropshadow"===i.edgeStyle?s.firstChild.style.textShadow="2px 2px 3px #222, 2px 2px 4px #222, 2px 2px 5px #222":"raised"===i.edgeStyle?s.firstChild.style.textShadow="1px 1px #222, 2px 2px #222, 3px 3px #222":"depressed"===i.edgeStyle?s.firstChild.style.textShadow="1px 1px #ccc, 0 1px #ccc, -1px -1px #222, 0 -1px #222":"uniform"===i.edgeStyle&&(s.firstChild.style.textShadow="0 0 4px #222, 0 0 4px #222, 0 0 4px #222, 0 0 4px #222")),i.fontPercent&&1!==i.fontPercent){var o=f.a.parseFloat(s.style.fontSize);s.style.fontSize=o*i.fontPercent+"px",s.style.height="auto",s.style.top="auto",s.style.bottom="2px"}i.fontFamily&&"default"!==i.fontFamily&&("small-caps"===i.fontFamily?s.firstChild.style.fontVariant="small-caps":s.firstChild.style.fontFamily=si[i.fontFamily])}}}},t}(jt);jt.registerComponent("TextTrackDisplay",ui);var ci=function(e){function t(){return e.apply(this,arguments)||this}return q(t,e),t.prototype.createEl=function(){var t=this.player_.isAudio(),n=this.localize(t?"Audio Player":"Video Player"),i=pe("span",{className:"vjs-control-text",innerHTML:this.localize("{1} is loading.",[n])}),r=e.prototype.createEl.call(this,"div",{className:"vjs-loading-spinner",dir:"ltr"});return r.appendChild(i),r},t}(jt);jt.registerComponent("LoadingSpinner",ci);var di=function(e){function t(){return e.apply(this,arguments)||this}q(t,e);var n=t.prototype;return n.createEl=function(e,t,n){void 0===t&&(t={}),void 0===n&&(n={}),t=ne({innerHTML:'<span aria-hidden="true" class="vjs-icon-placeholder"></span>',className:this.buildCSSClass()},t),n=ne({type:"button"},n);var i=jt.prototype.createEl.call(this,"button",t,n);return this.createControlTextEl(i),i},n.addChild=function(e,t){void 0===t&&(t={});var n=this.constructor.name;return Q.warn("Adding an actionable (user controllable) child to a Button ("+n+") is not supported; use a ClickableComponent instead."),jt.prototype.addChild.call(this,e,t)},n.enable=function(){e.prototype.enable.call(this),this.el_.removeAttribute("disabled")},n.disable=function(){e.prototype.disable.call(this),this.el_.setAttribute("disabled","disabled")},n.handleKeyPress=function(t){32!==t.which&&13!==t.which&&e.prototype.handleKeyPress.call(this,t)},t}(ri);jt.registerComponent("Button",di);var hi=function(e){function t(t,n){var i;return(i=e.call(this,t,n)||this).mouseused_=!1,i.on("mousedown",i.handleMouseDown),i}q(t,e);var n=t.prototype;return n.buildCSSClass=function(){return"vjs-big-play-button"},n.handleClick=function(e){var t=this.player_.play();if(this.mouseused_&&e.clientX&&e.clientY)ln(t);else{var n=this.player_.getChild("controlBar"),i=n&&n.getChild("playToggle");if(i){var r=function(){return i.focus()};on(t)?t.then(r,function(){}):this.setTimeout(r,1)}else this.player_.focus()}},n.handleKeyPress=function(t){this.mouseused_=!1,e.prototype.handleKeyPress.call(this,t)},n.handleMouseDown=function(e){this.mouseused_=!0},t}(di);hi.prototype.controlText_="Play Video",jt.registerComponent("BigPlayButton",hi);var pi=function(e){function t(t,n){var i;return(i=e.call(this,t,n)||this).controlText(n&&n.controlText||i.localize("Close")),i}q(t,e);var n=t.prototype;return n.buildCSSClass=function(){return"vjs-close-button "+e.prototype.buildCSSClass.call(this)},n.handleClick=function(e){this.trigger({type:"close",bubbles:!1})},t}(di);jt.registerComponent("CloseButton",pi);var fi=function(e){function t(t,n){var i;return void 0===n&&(n={}),i=e.call(this,t,n)||this,n.replay=void 0===n.replay||n.replay,i.on(t,"play",i.handlePlay),i.on(t,"pause",i.handlePause),n.replay&&i.on(t,"ended",i.handleEnded),i}q(t,e);var n=t.prototype;return n.buildCSSClass=function(){return"vjs-play-control "+e.prototype.buildCSSClass.call(this)},n.handleClick=function(e){this.player_.paused()?this.player_.play():this.player_.pause()},n.handleSeeked=function(e){this.removeClass("vjs-ended"),this.player_.paused()?this.handlePause(e):this.handlePlay(e)},n.handlePlay=function(e){this.removeClass("vjs-ended"),this.removeClass("vjs-paused"),this.addClass("vjs-playing"),this.controlText("Pause")},n.handlePause=function(e){this.removeClass("vjs-playing"),this.addClass("vjs-paused"),this.controlText("Play")},n.handleEnded=function(e){this.removeClass("vjs-playing"),this.addClass("vjs-ended"),this.controlText("Replay"),this.one(this.player_,"seeked",this.handleSeeked)},t}(di);fi.prototype.controlText_="Play",jt.registerComponent("PlayToggle",fi);var mi=function(e,t){e=e<0?0:e;var n=Math.floor(e%60),i=Math.floor(e/60%60),r=Math.floor(e/3600),a=Math.floor(t/60%60),s=Math.floor(t/3600);return(isNaN(e)||e===1/0)&&(r=i=n="-"),(r=r>0||s>0?r+":":"")+(i=((r||a>=10)&&i<10?"0"+i:i)+":")+(n=n<10?"0"+n:n)},gi=mi;function vi(e,t){return void 0===t&&(t=e),gi(e,t)}var yi=function(e){function t(t,n){var i;return(i=e.call(this,t,n)||this).throttledUpdateContent=ct(ut(Y(Y(i)),i.updateContent),25),i.on(t,"timeupdate",i.throttledUpdateContent),i}q(t,e);var n=t.prototype;return n.createEl=function(t){var n=this.buildCSSClass(),i=e.prototype.createEl.call(this,"div",{className:n+" vjs-time-control vjs-control",innerHTML:'<span class="vjs-control-text" role="presentation">'+this.localize(this.labelText_)+" </span>"});return this.contentEl_=pe("span",{className:n+"-display"},{"aria-live":"off",role:"presentation"}),this.updateTextNode_(),i.appendChild(this.contentEl_),i},n.dispose=function(){this.contentEl_=null,this.textNode_=null,e.prototype.dispose.call(this)},n.updateTextNode_=function(){if(this.contentEl_){for(;this.contentEl_.firstChild;)this.contentEl_.removeChild(this.contentEl_.firstChild);this.textNode_=C.a.createTextNode(this.formattedTime_||this.formatTime_(0)),this.contentEl_.appendChild(this.textNode_)}},n.formatTime_=function(e){return vi(e)},n.updateFormattedTime_=function(e){var t=this.formatTime_(e);t!==this.formattedTime_&&(this.formattedTime_=t,this.requestAnimationFrame(this.updateTextNode_))},n.updateContent=function(e){},t}(jt);yi.prototype.labelText_="Time",yi.prototype.controlText_="Time",jt.registerComponent("TimeDisplay",yi);var bi=function(e){function t(t,n){var i;return(i=e.call(this,t,n)||this).on(t,"ended",i.handleEnded),i}q(t,e);var n=t.prototype;return n.buildCSSClass=function(){return"vjs-current-time"},n.updateContent=function(e){var t=this.player_.scrubbing()?this.player_.getCache().currentTime:this.player_.currentTime();this.updateFormattedTime_(t)},n.handleEnded=function(e){this.player_.duration()&&this.updateFormattedTime_(this.player_.duration())},t}(yi);bi.prototype.labelText_="Current Time",bi.prototype.controlText_="Current Time",jt.registerComponent("CurrentTimeDisplay",bi);var _i=function(e){function t(t,n){var i;return(i=e.call(this,t,n)||this).on(t,"durationchange",i.updateContent),i.on(t,"loadstart",i.updateContent),i.on(t,"loadedmetadata",i.throttledUpdateContent),i}q(t,e);var n=t.prototype;return n.buildCSSClass=function(){return"vjs-duration"},n.updateContent=function(e){var t=this.player_.duration();this.duration_!==t&&(this.duration_=t,this.updateFormattedTime_(t))},t}(yi);_i.prototype.labelText_="Duration",_i.prototype.controlText_="Duration",jt.registerComponent("DurationDisplay",_i);var Ti=function(e){function t(){return e.apply(this,arguments)||this}return q(t,e),t.prototype.createEl=function(){return e.prototype.createEl.call(this,"div",{className:"vjs-time-control vjs-time-divider",innerHTML:"<div><span>/</span></div>"},{"aria-hidden":!0})},t}(jt);jt.registerComponent("TimeDivider",Ti);var Si=function(e){function t(t,n){var i;return(i=e.call(this,t,n)||this).on(t,"durationchange",i.throttledUpdateContent),i.on(t,"ended",i.handleEnded),i}q(t,e);var n=t.prototype;return n.buildCSSClass=function(){return"vjs-remaining-time"},n.formatTime_=function(t){return"-"+e.prototype.formatTime_.call(this,t)},n.updateContent=function(e){this.player_.duration()&&(this.player_.remainingTimeDisplay?this.updateFormattedTime_(this.player_.remainingTimeDisplay()):this.updateFormattedTime_(this.player_.remainingTime()))},n.handleEnded=function(e){this.player_.duration()&&this.updateFormattedTime_(0)},t}(yi);Si.prototype.labelText_="Remaining Time",Si.prototype.controlText_="Remaining Time",jt.registerComponent("RemainingTimeDisplay",Si);var ki=function(e){function t(t,n){var i;return(i=e.call(this,t,n)||this).updateShowing(),i.on(i.player(),"durationchange",i.updateShowing),i}q(t,e);var n=t.prototype;return n.createEl=function(){var t=e.prototype.createEl.call(this,"div",{className:"vjs-live-control vjs-control"});return this.contentEl_=pe("div",{className:"vjs-live-display",innerHTML:'<span class="vjs-control-text">'+this.localize("Stream Type")+" </span>"+this.localize("LIVE")},{"aria-live":"off"}),t.appendChild(this.contentEl_),t},n.dispose=function(){this.contentEl_=null,e.prototype.dispose.call(this)},n.updateShowing=function(e){this.player().duration()===1/0?this.show():this.hide()},t}(jt);jt.registerComponent("LiveDisplay",ki);var wi=function(e){function t(t,n){var i;return(i=e.call(this,t,n)||this).updateLiveEdgeStatus(),i.player_.liveTracker&&i.on(i.player_.liveTracker,"liveedgechange",i.updateLiveEdgeStatus),i}q(t,e);var n=t.prototype;return n.createEl=function(){var t=e.prototype.createEl.call(this,"button",{className:"vjs-seek-to-live-control vjs-control"});return this.textEl_=pe("span",{className:"vjs-seek-to-live-text",innerHTML:this.localize("LIVE")},{"aria-hidden":"true"}),t.appendChild(this.textEl_),t},n.updateLiveEdgeStatus=function(e){!this.player_.liveTracker||this.player_.liveTracker.atLiveEdge()?(this.setAttribute("aria-disabled",!0),this.addClass("vjs-at-live-edge"),this.controlText("Seek to live, currently playing live")):(this.setAttribute("aria-disabled",!1),this.removeClass("vjs-at-live-edge"),this.controlText("Seek to live, currently behind live"))},n.handleClick=function(){this.player_.liveTracker.seekToLiveEdge()},n.dispose=function(){this.player_.liveTracker&&this.off(this.player_.liveTracker,"liveedgechange",this.updateLiveEdgeStatus),this.textEl_=null,e.prototype.dispose.call(this)},t}(di);wi.prototype.controlText_="Seek to live, currently playing live",jt.registerComponent("SeekToLive",wi);var Ci=function(e){function t(t,n){var i;return(i=e.call(this,t,n)||this).bar=i.getChild(i.options_.barName),i.vertical(!!i.options_.vertical),i.enable(),i}q(t,e);var n=t.prototype;return n.enabled=function(){return this.enabled_},n.enable=function(){this.enabled()||(this.on("mousedown",this.handleMouseDown),this.on("touchstart",this.handleMouseDown),this.on("focus",this.handleFocus),this.on("blur",this.handleBlur),this.on("click",this.handleClick),this.on(this.player_,"controlsvisible",this.update),this.playerEvent&&this.on(this.player_,this.playerEvent,this.update),this.removeClass("disabled"),this.setAttribute("tabindex",0),this.enabled_=!0)},n.disable=function(){if(this.enabled()){var e=this.bar.el_.ownerDocument;this.off("mousedown",this.handleMouseDown),this.off("touchstart",this.handleMouseDown),this.off("focus",this.handleFocus),this.off("blur",this.handleBlur),this.off("click",this.handleClick),this.off(this.player_,"controlsvisible",this.update),this.off(e,"mousemove",this.handleMouseMove),this.off(e,"mouseup",this.handleMouseUp),this.off(e,"touchmove",this.handleMouseMove),this.off(e,"touchend",this.handleMouseUp),this.removeAttribute("tabindex"),this.addClass("disabled"),this.playerEvent&&this.off(this.player_,this.playerEvent,this.update),this.enabled_=!1}},n.createEl=function(t,n,i){return void 0===n&&(n={}),void 0===i&&(i={}),n.className=n.className+" vjs-slider",n=ne({tabIndex:0},n),i=ne({role:"slider","aria-valuenow":0,"aria-valuemin":0,"aria-valuemax":100,tabIndex:0},i),e.prototype.createEl.call(this,t,n,i)},n.handleMouseDown=function(e){var t=this.bar.el_.ownerDocument;"mousedown"===e.type&&e.preventDefault(),"touchstart"!==e.type||Vt||e.preventDefault(),Ce(),this.addClass("vjs-sliding"),this.trigger("slideractive"),this.on(t,"mousemove",this.handleMouseMove),this.on(t,"mouseup",this.handleMouseUp),this.on(t,"touchmove",this.handleMouseMove),this.on(t,"touchend",this.handleMouseUp),this.handleMouseMove(e)},n.handleMouseMove=function(e){},n.handleMouseUp=function(){var e=this.bar.el_.ownerDocument;je(),this.removeClass("vjs-sliding"),this.trigger("sliderinactive"),this.off(e,"mousemove",this.handleMouseMove),this.off(e,"mouseup",this.handleMouseUp),this.off(e,"touchmove",this.handleMouseMove),this.off(e,"touchend",this.handleMouseUp),this.update()},n.update=function(){if(this.el_){var e=this.getPercent(),t=this.bar;if(t){("number"!=typeof e||e!=e||e<0||e===1/0)&&(e=0);var n=(100*e).toFixed(2)+"%",i=t.el().style;return this.vertical()?i.height=n:i.width=n,e}}},n.calculateDistance=function(e){var t=xe(this.el_,e);return this.vertical()?t.y:t.x},n.handleFocus=function(){this.on(this.bar.el_.ownerDocument,"keydown",this.handleKeyPress)},n.handleKeyPress=function(e){37===e.which||40===e.which?(e.preventDefault(),this.stepBack()):38!==e.which&&39!==e.which||(e.preventDefault(),this.stepForward())},n.handleBlur=function(){this.off(this.bar.el_.ownerDocument,"keydown",this.handleKeyPress)},n.handleClick=function(e){e.stopImmediatePropagation(),e.preventDefault()},n.vertical=function(e){if(void 0===e)return this.vertical_||!1;this.vertical_=!!e,this.vertical_?this.addClass("vjs-slider-vertical"):this.addClass("vjs-slider-horizontal")},t}(jt);jt.registerComponent("Slider",Ci);var ji=function(e){function t(t,n){var i;return(i=e.call(this,t,n)||this).partEls_=[],i.on(t,"progress",i.update),i}q(t,e);var n=t.prototype;return n.createEl=function(){return e.prototype.createEl.call(this,"div",{className:"vjs-load-progress",innerHTML:'<span class="vjs-control-text"><span>'+this.localize("Loaded")+'</span>: <span class="vjs-control-text-loaded-percentage">0%</span></span>'})},n.dispose=function(){this.partEls_=null,e.prototype.dispose.call(this)},n.update=function(e){var t=this.player_.liveTracker,n=this.player_.buffered(),i=t&&t.isLive()?t.seekableEnd():this.player_.duration(),r=this.player_.bufferedEnd(),a=this.partEls_,s=this.$(".vjs-control-text-loaded-percentage"),o=function(e,t,n){var i=e/t||0;return i=100*(i>=1?1:i),n&&(i=i.toFixed(2)),i+"%"};this.el_.style.width=o(r,i),fe(s,o(r,i,!0));for(var l=0;l<n.length;l++){var u=n.start(l),c=n.end(l),d=a[l];d||(d=this.el_.appendChild(pe()),a[l]=d),d.style.left=o(u,r),d.style.width=o(c-u,r)}for(var h=a.length;h>n.length;h--)this.el_.removeChild(a[h-1]);a.length=n.length},t}(jt);jt.registerComponent("LoadProgressBar",ji);var Ei=function(e){function t(){return e.apply(this,arguments)||this}q(t,e);var n=t.prototype;return n.createEl=function(){return e.prototype.createEl.call(this,"div",{className:"vjs-time-tooltip"},{"aria-hidden":"true"})},n.update=function(e,t,n){var i=Ee(this.el_),r=Ee(this.player_.el()),a=e.width*t;if(r&&i){var s=e.left-r.left+a,o=e.width-a+(r.right-e.right),l=i.width/2;s<l?l+=l-s:o<l&&(l=o),l<0?l=0:l>i.width&&(l=i.width),this.el_.style.right="-"+l+"px",fe(this.el_,n)}},n.updateTime=function(e,t,n,i){var r=this;this.rafId_&&this.cancelAnimationFrame(this.rafId_),this.rafId_=this.requestAnimationFrame(function(){var a,s=r.player_.duration();if(r.player_.liveTracker&&r.player_.liveTracker.isLive()){var o=r.player_.liveTracker.liveWindow(),l=o-t*o;a=(l<1?"":"-")+vi(l,o)}else a=vi(n,s);r.update(e,t,a),i&&i()})},t}(jt);jt.registerComponent("TimeTooltip",Ei);var Ai=function(e){function t(){return e.apply(this,arguments)||this}q(t,e);var n=t.prototype;return n.createEl=function(){return e.prototype.createEl.call(this,"div",{className:"vjs-play-progress vjs-slider-bar"},{"aria-hidden":"true"})},n.update=function(e,t){var n=this.getChild("timeTooltip");if(n){var i=this.player_.scrubbing()?this.player_.getCache().currentTime:this.player_.currentTime();n.updateTime(e,t,i)}},t}(jt);Ai.prototype.options_={children:[]},It||Rt||Ai.prototype.options_.children.push("timeTooltip"),jt.registerComponent("PlayProgressBar",Ai);var xi=function(e){function t(t,n){var i;return(i=e.call(this,t,n)||this).update=ct(ut(Y(Y(i)),i.update),25),i}q(t,e);var n=t.prototype;return n.createEl=function(){return e.prototype.createEl.call(this,"div",{className:"vjs-mouse-display"})},n.update=function(e,t){var n=this,i=t*this.player_.duration();this.getChild("timeTooltip").updateTime(e,t,i,function(){n.el_.style.left=e.width*t+"px"})},t}(jt);xi.prototype.options_={children:["timeTooltip"]},jt.registerComponent("MouseTimeDisplay",xi);var Li=function(e){function t(t,n){var i;return(i=e.call(this,t,n)||this).setEventHandlers_(),i}q(t,e);var n=t.prototype;return n.setEventHandlers_=function(){var e=this;this.update=ct(ut(this,this.update),30),this.on(this.player_,"timeupdate",this.update),this.on(this.player_,"ended",this.handleEnded),this.on(this.player_,"durationchange",this.update),this.player_.liveTracker&&this.on(this.player_.liveTracker,"liveedgechange",this.update),this.updateInterval=null,this.on(this.player_,["playing"],function(){e.clearInterval(e.updateInterval),e.updateInterval=e.setInterval(function(){e.requestAnimationFrame(function(){e.update()})},30)}),this.on(this.player_,["ended","pause","waiting"],function(t){e.player_.liveTracker&&e.player_.liveTracker.isLive()&&"ended"!==t.type||e.clearInterval(e.updateInterval)}),this.on(this.player_,["timeupdate","ended"],this.update)},n.createEl=function(){return e.prototype.createEl.call(this,"div",{className:"vjs-progress-holder"},{"aria-label":this.localize("Progress Bar")})},n.update_=function(e,t){var n=this.player_.liveTracker,i=this.player_.duration();n&&n.isLive()&&(i=this.player_.liveTracker.liveCurrentTime()),n&&n.seekableEnd()===1/0?this.disable():this.enable(),this.el_.setAttribute("aria-valuenow",(100*t).toFixed(2)),this.el_.setAttribute("aria-valuetext",this.localize("progress bar timing: currentTime={1} duration={2}",[vi(e,i),vi(i,i)],"{1} of {2}")),this.bar.update(Ee(this.el_),t)},n.update=function(t){var n=e.prototype.update.call(this);return this.update_(this.getCurrentTime_(),n),n},n.getCurrentTime_=function(){return this.player_.scrubbing()?this.player_.getCache().currentTime:this.player_.currentTime()},n.handleEnded=function(e){this.update_(this.player_.duration(),1)},n.getPercent=function(){var e,t=this.getCurrentTime_(),n=this.player_.liveTracker;return n&&n.isLive()?(e=(t-n.seekableStart())/n.liveWindow(),n.atLiveEdge()&&(e=1)):e=t/this.player_.duration(),e>=1?1:e||0},n.handleMouseDown=function(t){De(t)&&(t.stopPropagation(),this.player_.scrubbing(!0),this.videoWasPlaying=!this.player_.paused(),this.player_.pause(),e.prototype.handleMouseDown.call(this,t))},n.handleMouseMove=function(e){if(De(e)){var t,n=this.calculateDistance(e),i=this.player_.liveTracker;if(i&&i.isLive()){var r=i.seekableStart(),a=i.liveCurrentTime();if((t=r+n*i.liveWindow())>=a&&(t=a),t<=r&&(t=r+.1),t===1/0)return}else(t=n*this.player_.duration())===this.player_.duration()&&(t-=.1);this.player_.currentTime(t)}},n.enable=function(){e.prototype.enable.call(this);var t=this.getChild("mouseTimeDisplay");t&&t.show()},n.disable=function(){e.prototype.disable.call(this);var t=this.getChild("mouseTimeDisplay");t&&t.hide()},n.handleMouseUp=function(t){e.prototype.handleMouseUp.call(this,t),t&&t.stopPropagation(),this.player_.scrubbing(!1),this.player_.trigger({type:"timeupdate",target:this,manuallyTriggered:!0}),this.videoWasPlaying&&ln(this.player_.play())},n.stepForward=function(){this.player_.currentTime(this.player_.currentTime()+5)},n.stepBack=function(){this.player_.currentTime(this.player_.currentTime()-5)},n.handleAction=function(e){this.player_.paused()?this.player_.play():this.player_.pause()},n.handleKeyPress=function(t){32===t.which||13===t.which?(t.preventDefault(),this.handleAction(t)):e.prototype.handleKeyPress&&e.prototype.handleKeyPress.call(this,t)},t}(Ci);Li.prototype.options_={children:["loadProgressBar","playProgressBar"],barName:"playProgressBar"},It||Rt||Li.prototype.options_.children.splice(1,0,"mouseTimeDisplay"),Li.prototype.playerEvent="timeupdate",jt.registerComponent("SeekBar",Li);var Oi=function(e){function t(t,n){var i;return(i=e.call(this,t,n)||this).handleMouseMove=ct(ut(Y(Y(i)),i.handleMouseMove),25),i.throttledHandleMouseSeek=ct(ut(Y(Y(i)),i.handleMouseSeek),25),i.enable(),i}q(t,e);var n=t.prototype;return n.createEl=function(){return e.prototype.createEl.call(this,"div",{className:"vjs-progress-control vjs-control"})},n.handleMouseMove=function(e){var t=this.getChild("seekBar");if(t){var n=t.getChild("mouseTimeDisplay"),i=t.el(),r=Ee(i),a=xe(i,e).x;a>1?a=1:a<0&&(a=0),n&&n.update(r,a)}},n.handleMouseSeek=function(e){var t=this.getChild("seekBar");t&&t.handleMouseMove(e)},n.enabled=function(){return this.enabled_},n.disable=function(){this.children().forEach(function(e){return e.disable&&e.disable()}),this.enabled()&&(this.off(["mousedown","touchstart"],this.handleMouseDown),this.off(this.el_,"mousemove",this.handleMouseMove),this.handleMouseUp(),this.addClass("disabled"),this.enabled_=!1)},n.enable=function(){this.children().forEach(function(e){return e.enable&&e.enable()}),this.enabled()||(this.on(["mousedown","touchstart"],this.handleMouseDown),this.on(this.el_,"mousemove",this.handleMouseMove),this.removeClass("disabled"),this.enabled_=!0)},n.handleMouseDown=function(e){var t=this.el_.ownerDocument,n=this.getChild("seekBar");n&&n.handleMouseDown(e),this.on(t,"mousemove",this.throttledHandleMouseSeek),this.on(t,"touchmove",this.throttledHandleMouseSeek),this.on(t,"mouseup",this.handleMouseUp),this.on(t,"touchend",this.handleMouseUp)},n.handleMouseUp=function(e){var t=this.el_.ownerDocument,n=this.getChild("seekBar");n&&n.handleMouseUp(e),this.off(t,"mousemove",this.throttledHandleMouseSeek),this.off(t,"touchmove",this.throttledHandleMouseSeek),this.off(t,"mouseup",this.handleMouseUp),this.off(t,"touchend",this.handleMouseUp)},t}(jt);Oi.prototype.options_={children:["seekBar"]},jt.registerComponent("ProgressControl",Oi);var Ui=function(e){function t(t,n){var i;return(i=e.call(this,t,n)||this).on(t,"fullscreenchange",i.handleFullscreenChange),!1===C.a[$t.fullscreenEnabled]&&i.disable(),i}q(t,e);var n=t.prototype;return n.buildCSSClass=function(){return"vjs-fullscreen-control "+e.prototype.buildCSSClass.call(this)},n.handleFullscreenChange=function(e){this.player_.isFullscreen()?this.controlText("Non-Fullscreen"):this.controlText("Fullscreen")},n.handleClick=function(e){this.player_.isFullscreen()?this.player_.exitFullscreen():this.player_.requestFullscreen()},t}(di);Ui.prototype.controlText_="Fullscreen",jt.registerComponent("FullscreenToggle",Ui);var Pi=function(e,t){t.tech_&&!t.tech_.featuresVolumeControl&&e.addClass("vjs-hidden"),e.on(t,"loadstart",function(){t.tech_.featuresVolumeControl?e.removeClass("vjs-hidden"):e.addClass("vjs-hidden")})},Ii=function(e){function t(){return e.apply(this,arguments)||this}return q(t,e),t.prototype.createEl=function(){return e.prototype.createEl.call(this,"div",{className:"vjs-volume-level",innerHTML:'<span class="vjs-control-text"></span>'})},t}(jt);jt.registerComponent("VolumeLevel",Ii);var Di=function(e){function t(t,n){var i;return(i=e.call(this,t,n)||this).on("slideractive",i.updateLastVolume_),i.on(t,"volumechange",i.updateARIAAttributes),t.ready(function(){return i.updateARIAAttributes()}),i}q(t,e);var n=t.prototype;return n.createEl=function(){return e.prototype.createEl.call(this,"div",{className:"vjs-volume-bar vjs-slider-bar"},{"aria-label":this.localize("Volume Level"),"aria-live":"polite"})},n.handleMouseDown=function(t){De(t)&&e.prototype.handleMouseDown.call(this,t)},n.handleMouseMove=function(e){De(e)&&(this.checkMuted(),this.player_.volume(this.calculateDistance(e)))},n.checkMuted=function(){this.player_.muted()&&this.player_.muted(!1)},n.getPercent=function(){return this.player_.muted()?0:this.player_.volume()},n.stepForward=function(){this.checkMuted(),this.player_.volume(this.player_.volume()+.1)},n.stepBack=function(){this.checkMuted(),this.player_.volume(this.player_.volume()-.1)},n.updateARIAAttributes=function(e){var t=this.player_.muted()?0:this.volumeAsPercentage_();this.el_.setAttribute("aria-valuenow",t),this.el_.setAttribute("aria-valuetext",t+"%")},n.volumeAsPercentage_=function(){return Math.round(100*this.player_.volume())},n.updateLastVolume_=function(){var e=this,t=this.player_.volume();this.one("sliderinactive",function(){0===e.player_.volume()&&e.player_.lastVolume_(t)})},t}(Ci);Di.prototype.options_={children:["volumeLevel"],barName:"volumeLevel"},Di.prototype.playerEvent="volumechange",jt.registerComponent("VolumeBar",Di);var Ri=function(e){function t(t,n){var i;return void 0===n&&(n={}),n.vertical=n.vertical||!1,(void 0===n.volumeBar||re(n.volumeBar))&&(n.volumeBar=n.volumeBar||{},n.volumeBar.vertical=n.vertical),i=e.call(this,t,n)||this,Pi(Y(Y(i)),t),i.throttledHandleMouseMove=ct(ut(Y(Y(i)),i.handleMouseMove),25),i.on("mousedown",i.handleMouseDown),i.on("touchstart",i.handleMouseDown),i.on(i.volumeBar,["focus","slideractive"],function(){i.volumeBar.addClass("vjs-slider-active"),i.addClass("vjs-slider-active"),i.trigger("slideractive")}),i.on(i.volumeBar,["blur","sliderinactive"],function(){i.volumeBar.removeClass("vjs-slider-active"),i.removeClass("vjs-slider-active"),i.trigger("sliderinactive")}),i}q(t,e);var n=t.prototype;return n.createEl=function(){var t="vjs-volume-horizontal";return this.options_.vertical&&(t="vjs-volume-vertical"),e.prototype.createEl.call(this,"div",{className:"vjs-volume-control vjs-control "+t})},n.handleMouseDown=function(e){var t=this.el_.ownerDocument;this.on(t,"mousemove",this.throttledHandleMouseMove),this.on(t,"touchmove",this.throttledHandleMouseMove),this.on(t,"mouseup",this.handleMouseUp),this.on(t,"touchend",this.handleMouseUp)},n.handleMouseUp=function(e){var t=this.el_.ownerDocument;this.off(t,"mousemove",this.throttledHandleMouseMove),this.off(t,"touchmove",this.throttledHandleMouseMove),this.off(t,"mouseup",this.handleMouseUp),this.off(t,"touchend",this.handleMouseUp)},n.handleMouseMove=function(e){this.volumeBar.handleMouseMove(e)},t}(jt);Ri.prototype.options_={children:["volumeBar"]},jt.registerComponent("VolumeControl",Ri);var Mi=function(e,t){t.tech_&&!t.tech_.featuresMuteControl&&e.addClass("vjs-hidden"),e.on(t,"loadstart",function(){t.tech_.featuresMuteControl?e.removeClass("vjs-hidden"):e.addClass("vjs-hidden")})},Bi=function(e){function t(t,n){var i;return i=e.call(this,t,n)||this,Mi(Y(Y(i)),t),i.on(t,["loadstart","volumechange"],i.update),i}q(t,e);var n=t.prototype;return n.buildCSSClass=function(){return"vjs-mute-control "+e.prototype.buildCSSClass.call(this)},n.handleClick=function(e){var t=this.player_.volume(),n=this.player_.lastVolume_();if(0===t){var i=n<.1?.1:n;this.player_.volume(i),this.player_.muted(!1)}else this.player_.muted(!this.player_.muted())},n.update=function(e){this.updateIcon_(),this.updateControlText_()},n.updateIcon_=function(){var e=this.player_.volume(),t=3;It&&this.player_.muted(this.player_.tech_.el_.muted),0===e||this.player_.muted()?t=0:e<.33?t=1:e<.67&&(t=2);for(var n=0;n<4;n++)ye(this.el_,"vjs-vol-"+n);ve(this.el_,"vjs-vol-"+t)},n.updateControlText_=function(){var e=this.player_.muted()||0===this.player_.volume()?"Unmute":"Mute";this.controlText()!==e&&this.controlText(e)},t}(di);Bi.prototype.controlText_="Mute",jt.registerComponent("MuteToggle",Bi);var Ni=function(e){function t(t,n){var i;return void 0===n&&(n={}),void 0!==n.inline?n.inline=n.inline:n.inline=!0,(void 0===n.volumeControl||re(n.volumeControl))&&(n.volumeControl=n.volumeControl||{},n.volumeControl.vertical=!n.inline),(i=e.call(this,t,n)||this).on(t,["loadstart"],i.volumePanelState_),i.on(i.volumeControl,["slideractive"],i.sliderActive_),i.on(i.volumeControl,["sliderinactive"],i.sliderInactive_),i}q(t,e);var n=t.prototype;return n.sliderActive_=function(){this.addClass("vjs-slider-active")},n.sliderInactive_=function(){this.removeClass("vjs-slider-active")},n.volumePanelState_=function(){this.volumeControl.hasClass("vjs-hidden")&&this.muteToggle.hasClass("vjs-hidden")&&this.addClass("vjs-hidden"),this.volumeControl.hasClass("vjs-hidden")&&!this.muteToggle.hasClass("vjs-hidden")&&this.addClass("vjs-mute-toggle-only")},n.createEl=function(){var t="vjs-volume-panel-horizontal";return this.options_.inline||(t="vjs-volume-panel-vertical"),e.prototype.createEl.call(this,"div",{className:"vjs-volume-panel vjs-control "+t})},t}(jt);Ni.prototype.options_={children:["muteToggle","volumeControl"]},jt.registerComponent("VolumePanel",Ni);var Fi=function(e){function t(t,n){var i;return i=e.call(this,t,n)||this,n&&(i.menuButton_=n.menuButton),i.focusedChild_=-1,i.on("keydown",i.handleKeyPress),i}q(t,e);var n=t.prototype;return n.addItem=function(e){this.addChild(e),e.on("blur",ut(this,this.handleBlur)),e.on(["tap","click"],ut(this,function(t){this.menuButton_&&(this.menuButton_.unpressButton(),"CaptionSettingsMenuItem"!==e.name()&&this.menuButton_.focus())}))},n.createEl=function(){var t=this.options_.contentElType||"ul";this.contentEl_=pe(t,{className:"vjs-menu-content"}),this.contentEl_.setAttribute("role","menu");var n=e.prototype.createEl.call(this,"div",{append:this.contentEl_,className:"vjs-menu"});return n.appendChild(this.contentEl_),Qe(n,"click",function(e){e.preventDefault(),e.stopImmediatePropagation()}),n},n.dispose=function(){this.contentEl_=null,e.prototype.dispose.call(this)},n.handleBlur=function(e){var t=e.relatedTarget||C.a.activeElement;if(!this.children().some(function(e){return e.el()===t})){var n=this.menuButton_;n&&n.buttonPressed_&&t!==n.el().firstChild&&n.unpressButton()}},n.handleKeyPress=function(e){37===e.which||40===e.which?(e.preventDefault(),this.stepForward()):38!==e.which&&39!==e.which||(e.preventDefault(),this.stepBack())},n.stepForward=function(){var e=0;void 0!==this.focusedChild_&&(e=this.focusedChild_+1),this.focus(e)},n.stepBack=function(){var e=0;void 0!==this.focusedChild_&&(e=this.focusedChild_-1),this.focus(e)},n.focus=function(e){void 0===e&&(e=0);var t=this.children().slice();t.length&&t[0].className&&/vjs-menu-title/.test(t[0].className)&&t.shift(),t.length>0&&(e<0?e=0:e>=t.length&&(e=t.length-1),this.focusedChild_=e,t[e].el_.focus())},t}(jt);jt.registerComponent("Menu",Fi);var Vi=function(e){function t(t,n){var i;void 0===n&&(n={}),(i=e.call(this,t,n)||this).menuButton_=new di(t,n),i.menuButton_.controlText(i.controlText_),i.menuButton_.el_.setAttribute("aria-haspopup","true");var r=di.prototype.buildCSSClass();return i.menuButton_.el_.className=i.buildCSSClass()+" "+r,i.menuButton_.removeClass("vjs-control"),i.addChild(i.menuButton_),i.update(),i.enabled_=!0,i.on(i.menuButton_,"tap",i.handleClick),i.on(i.menuButton_,"click",i.handleClick),i.on(i.menuButton_,"focus",i.handleFocus),i.on(i.menuButton_,"blur",i.handleBlur),i.on(i.menuButton_,"mouseenter",function(){i.menu.show()}),i.on("keydown",i.handleSubmenuKeyPress),i}q(t,e);var n=t.prototype;return n.update=function(){var e=this.createMenu();this.menu&&(this.menu.dispose(),this.removeChild(this.menu)),this.menu=e,this.addChild(e),this.buttonPressed_=!1,this.menuButton_.el_.setAttribute("aria-expanded","false"),this.items&&this.items.length<=this.hideThreshold_?this.hide():this.show()},n.createMenu=function(){var e=new Fi(this.player_,{menuButton:this});if(this.hideThreshold_=0,this.options_.title){var t=pe("li",{className:"vjs-menu-title",innerHTML:wt(this.options_.title),tabIndex:-1});this.hideThreshold_+=1,e.children_.unshift(t),me(t,e.contentEl())}if(this.items=this.createItems(),this.items)for(var n=0;n<this.items.length;n++)e.addItem(this.items[n]);return e},n.createItems=function(){},n.createEl=function(){return e.prototype.createEl.call(this,"div",{className:this.buildWrapperCSSClass()},{})},n.buildWrapperCSSClass=function(){var t="vjs-menu-button";return!0===this.options_.inline?t+="-inline":t+="-popup","vjs-menu-button "+t+" "+di.prototype.buildCSSClass()+" "+e.prototype.buildCSSClass.call(this)},n.buildCSSClass=function(){var t="vjs-menu-button";return!0===this.options_.inline?t+="-inline":t+="-popup","vjs-menu-button "+t+" "+e.prototype.buildCSSClass.call(this)},n.controlText=function(e,t){return void 0===t&&(t=this.menuButton_.el()),this.menuButton_.controlText(e,t)},n.handleClick=function(e){this.buttonPressed_?this.unpressButton():this.pressButton()},n.focus=function(){this.menuButton_.focus()},n.blur=function(){this.menuButton_.blur()},n.handleFocus=function(){Qe(C.a,"keydown",ut(this,this.handleKeyPress))},n.handleBlur=function(){Ze(C.a,"keydown",ut(this,this.handleKeyPress))},n.handleKeyPress=function(e){27===e.which||9===e.which?(this.buttonPressed_&&this.unpressButton(),9!==e.which&&(e.preventDefault(),this.menuButton_.el_.focus())):13!==e.which&&38!==e.which&&40!==e.which||this.buttonPressed_||(this.pressButton(),e.preventDefault())},n.handleSubmenuKeyPress=function(e){27!==e.which&&9!==e.which||(this.buttonPressed_&&this.unpressButton(),9!==e.which&&(e.preventDefault(),this.menuButton_.el_.focus()))},n.pressButton=function(){if(this.enabled_){if(this.buttonPressed_=!0,this.menu.show(),this.menu.lockShowing(),this.menuButton_.el_.setAttribute("aria-expanded","true"),It&&de())return;this.menu.focus()}},n.unpressButton=function(){this.enabled_&&(this.buttonPressed_=!1,this.menu.unlockShowing(),this.menu.hide(),this.menuButton_.el_.setAttribute("aria-expanded","false"))},n.disable=function(){this.unpressButton(),this.enabled_=!1,this.addClass("vjs-disabled"),this.menuButton_.disable()},n.enable=function(){this.enabled_=!0,this.removeClass("vjs-disabled"),this.menuButton_.enable()},t}(jt);jt.registerComponent("MenuButton",Vi);var zi=function(e){function t(t,n){var i,r=n.tracks;if((i=e.call(this,t,n)||this).items.length<=1&&i.hide(),!r)return Y(i);var a=ut(Y(Y(i)),i.update);return r.addEventListener("removetrack",a),r.addEventListener("addtrack",a),i.player_.on("ready",a),i.player_.on("dispose",function(){r.removeEventListener("removetrack",a),r.removeEventListener("addtrack",a)}),i}return q(t,e),t}(Vi);jt.registerComponent("TrackButton",zi);var Hi=function(e){function t(t,n){var i;return(i=e.call(this,t,n)||this).selectable=n.selectable,i.isSelected_=n.selected||!1,i.multiSelectable=n.multiSelectable,i.selected(i.isSelected_),i.selectable?i.multiSelectable?i.el_.setAttribute("role","menuitemcheckbox"):i.el_.setAttribute("role","menuitemradio"):i.el_.setAttribute("role","menuitem"),i}q(t,e);var n=t.prototype;return n.createEl=function(t,n,i){return this.nonIconControl=!0,e.prototype.createEl.call(this,"li",ne({className:"vjs-menu-item",innerHTML:'<span class="vjs-menu-item-text">'+this.localize(this.options_.label)+"</span>",tabIndex:-1},n),i)},n.handleClick=function(e){this.selected(!0)},n.selected=function(e){this.selectable&&(e?(this.addClass("vjs-selected"),this.el_.setAttribute("aria-checked","true"),this.controlText(", selected"),this.isSelected_=!0):(this.removeClass("vjs-selected"),this.el_.setAttribute("aria-checked","false"),this.controlText(""),this.isSelected_=!1))},t}(ri);jt.registerComponent("MenuItem",Hi);var qi=function(e){function t(t,n){var i,r=n.track,a=t.textTracks();n.label=r.label||r.language||"Unknown",n.selected="showing"===r.mode,(i=e.call(this,t,n)||this).track=r;var s,o=function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];i.handleTracksChange.apply(Y(Y(i)),t)},l=function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];i.handleSelectedLanguageChange.apply(Y(Y(i)),t)};(t.on(["loadstart","texttrackchange"],o),a.addEventListener("change",o),a.addEventListener("selectedlanguagechange",l),i.on("dispose",function(){t.off(["loadstart","texttrackchange"],o),a.removeEventListener("change",o),a.removeEventListener("selectedlanguagechange",l)}),void 0===a.onchange)&&i.on(["tap","click"],function(){if("object"!=typeof f.a.Event)try{s=new f.a.Event("change")}catch(e){}s||(s=C.a.createEvent("Event")).initEvent("change",!0,!0),a.dispatchEvent(s)});return i.handleTracksChange(),i}q(t,e);var n=t.prototype;return n.handleClick=function(t){var n=this.track.kind,i=this.track.kinds,r=this.player_.textTracks();if(i||(i=[n]),e.prototype.handleClick.call(this,t),r)for(var a=0;a<r.length;a++){var s=r[a];s===this.track&&i.indexOf(s.kind)>-1?"showing"!==s.mode&&(s.mode="showing"):"disabled"!==s.mode&&(s.mode="disabled")}},n.handleTracksChange=function(e){var t="showing"===this.track.mode;t!==this.isSelected_&&this.selected(t)},n.handleSelectedLanguageChange=function(e){if("showing"===this.track.mode){var t=this.player_.cache_.selectedLanguage;if(t&&t.enabled&&t.language===this.track.language&&t.kind!==this.track.kind)return;this.player_.cache_.selectedLanguage={enabled:!0,language:this.track.language,kind:this.track.kind}}},n.dispose=function(){this.track=null,e.prototype.dispose.call(this)},t}(Hi);jt.registerComponent("TextTrackMenuItem",qi);var Gi=function(e){function t(t,n){return n.track={player:t,kind:n.kind,kinds:n.kinds,default:!1,mode:"disabled"},n.kinds||(n.kinds=[n.kind]),n.label?n.track.label=n.label:n.track.label=n.kinds.join(" and ")+" off",n.selectable=!0,n.multiSelectable=!1,e.call(this,t,n)||this}q(t,e);var n=t.prototype;return n.handleTracksChange=function(e){for(var t=this.player().textTracks(),n=!0,i=0,r=t.length;i<r;i++){var a=t[i];if(this.options_.kinds.indexOf(a.kind)>-1&&"showing"===a.mode){n=!1;break}}n!==this.isSelected_&&this.selected(n)},n.handleSelectedLanguageChange=function(e){for(var t=this.player().textTracks(),n=!0,i=0,r=t.length;i<r;i++){var a=t[i];if(["captions","descriptions","subtitles"].indexOf(a.kind)>-1&&"showing"===a.mode){n=!1;break}}n&&(this.player_.cache_.selectedLanguage={enabled:!1})},t}(qi);jt.registerComponent("OffTextTrackMenuItem",Gi);var Wi=function(e){function t(t,n){return void 0===n&&(n={}),n.tracks=t.textTracks(),e.call(this,t,n)||this}return q(t,e),t.prototype.createItems=function(e,t){var n;void 0===e&&(e=[]),void 0===t&&(t=qi),this.label_&&(n=this.label_+" off"),e.push(new Gi(this.player_,{kinds:this.kinds_,kind:this.kind_,label:n})),this.hideThreshold_+=1;var i=this.player_.textTracks();Array.isArray(this.kinds_)||(this.kinds_=[this.kind_]);for(var r=0;r<i.length;r++){var a=i[r];if(this.kinds_.indexOf(a.kind)>-1){var s=new t(this.player_,{track:a,selectable:!0,multiSelectable:!1});s.addClass("vjs-"+a.kind+"-menu-item"),e.push(s)}}return e},t}(zi);jt.registerComponent("TextTrackButton",Wi);var Yi=function(e){function t(t,n){var i,r=n.track,a=n.cue,s=t.currentTime();return n.selectable=!0,n.multiSelectable=!1,n.label=a.text,n.selected=a.startTime<=s&&s<a.endTime,(i=e.call(this,t,n)||this).track=r,i.cue=a,r.addEventListener("cuechange",ut(Y(Y(i)),i.update)),i}q(t,e);var n=t.prototype;return n.handleClick=function(t){e.prototype.handleClick.call(this),this.player_.currentTime(this.cue.startTime),this.update(this.cue.startTime)},n.update=function(e){var t=this.cue,n=this.player_.currentTime();this.selected(t.startTime<=n&&n<t.endTime)},t}(Hi);jt.registerComponent("ChaptersTrackMenuItem",Yi);var Xi=function(e){function t(t,n,i){return e.call(this,t,n,i)||this}q(t,e);var n=t.prototype;return n.buildCSSClass=function(){return"vjs-chapters-button "+e.prototype.buildCSSClass.call(this)},n.buildWrapperCSSClass=function(){return"vjs-chapters-button "+e.prototype.buildWrapperCSSClass.call(this)},n.update=function(t){this.track_&&(!t||"addtrack"!==t.type&&"removetrack"!==t.type)||this.setTrack(this.findChaptersTrack()),e.prototype.update.call(this)},n.setTrack=function(e){if(this.track_!==e){if(this.updateHandler_||(this.updateHandler_=this.update.bind(this)),this.track_){var t=this.player_.remoteTextTrackEls().getTrackElementByTrack_(this.track_);t&&t.removeEventListener("load",this.updateHandler_),this.track_=null}if(this.track_=e,this.track_){this.track_.mode="hidden";var n=this.player_.remoteTextTrackEls().getTrackElementByTrack_(this.track_);n&&n.addEventListener("load",this.updateHandler_)}}},n.findChaptersTrack=function(){for(var e=this.player_.textTracks()||[],t=e.length-1;t>=0;t--){var n=e[t];if(n.kind===this.kind_)return n}},n.getMenuCaption=function(){return this.track_&&this.track_.label?this.track_.label:this.localize(wt(this.kind_))},n.createMenu=function(){return this.options_.title=this.getMenuCaption(),e.prototype.createMenu.call(this)},n.createItems=function(){var e=[];if(!this.track_)return e;var t=this.track_.cues;if(!t)return e;for(var n=0,i=t.length;n<i;n++){var r=t[n],a=new Yi(this.player_,{track:this.track_,cue:r});e.push(a)}return e},t}(Wi);Xi.prototype.kind_="chapters",Xi.prototype.controlText_="Chapters",jt.registerComponent("ChaptersButton",Xi);var Ji=function(e){function t(t,n,i){var r;r=e.call(this,t,n,i)||this;var a=t.textTracks(),s=ut(Y(Y(r)),r.handleTracksChange);return a.addEventListener("change",s),r.on("dispose",function(){a.removeEventListener("change",s)}),r}q(t,e);var n=t.prototype;return n.handleTracksChange=function(e){for(var t=this.player().textTracks(),n=!1,i=0,r=t.length;i<r;i++){var a=t[i];if(a.kind!==this.kind_&&"showing"===a.mode){n=!0;break}}n?this.disable():this.enable()},n.buildCSSClass=function(){return"vjs-descriptions-button "+e.prototype.buildCSSClass.call(this)},n.buildWrapperCSSClass=function(){return"vjs-descriptions-button "+e.prototype.buildWrapperCSSClass.call(this)},t}(Wi);Ji.prototype.kind_="descriptions",Ji.prototype.controlText_="Descriptions",jt.registerComponent("DescriptionsButton",Ji);var Ki=function(e){function t(t,n,i){return e.call(this,t,n,i)||this}q(t,e);var n=t.prototype;return n.buildCSSClass=function(){return"vjs-subtitles-button "+e.prototype.buildCSSClass.call(this)},n.buildWrapperCSSClass=function(){return"vjs-subtitles-button "+e.prototype.buildWrapperCSSClass.call(this)},t}(Wi);Ki.prototype.kind_="subtitles",Ki.prototype.controlText_="Subtitles",jt.registerComponent("SubtitlesButton",Ki);var Qi=function(e){function t(t,n){var i;return n.track={player:t,kind:n.kind,label:n.kind+" settings",selectable:!1,default:!1,mode:"disabled"},n.selectable=!1,n.name="CaptionSettingsMenuItem",(i=e.call(this,t,n)||this).addClass("vjs-texttrack-settings"),i.controlText(", opens "+n.kind+" settings dialog"),i}return q(t,e),t.prototype.handleClick=function(e){this.player().getChild("textTrackSettings").open()},t}(qi);jt.registerComponent("CaptionSettingsMenuItem",Qi);var Zi=function(e){function t(t,n,i){return e.call(this,t,n,i)||this}q(t,e);var n=t.prototype;return n.buildCSSClass=function(){return"vjs-captions-button "+e.prototype.buildCSSClass.call(this)},n.buildWrapperCSSClass=function(){return"vjs-captions-button "+e.prototype.buildWrapperCSSClass.call(this)},n.createItems=function(){var t=[];return this.player().tech_&&this.player().tech_.featuresNativeTextTracks||!this.player().getChild("textTrackSettings")||(t.push(new Qi(this.player_,{kind:this.kind_})),this.hideThreshold_+=1),e.prototype.createItems.call(this,t)},t}(Wi);Zi.prototype.kind_="captions",Zi.prototype.controlText_="Captions",jt.registerComponent("CaptionsButton",Zi);var $i=function(e){function t(){return e.apply(this,arguments)||this}return q(t,e),t.prototype.createEl=function(t,n,i){var r='<span class="vjs-menu-item-text">'+this.localize(this.options_.label);return"captions"===this.options_.track.kind&&(r+='\n <span aria-hidden="true" class="vjs-icon-placeholder"></span>\n <span class="vjs-control-text"> '+this.localize("Captions")+"</span>\n "),r+="</span>",e.prototype.createEl.call(this,t,ne({innerHTML:r},n),i)},t}(qi);jt.registerComponent("SubsCapsMenuItem",$i);var er=function(e){function t(t,n){var i;return void 0===n&&(n={}),(i=e.call(this,t,n)||this).label_="subtitles",["en","en-us","en-ca","fr-ca"].indexOf(i.player_.language_)>-1&&(i.label_="captions"),i.menuButton_.controlText(wt(i.label_)),i}q(t,e);var n=t.prototype;return n.buildCSSClass=function(){return"vjs-subs-caps-button "+e.prototype.buildCSSClass.call(this)},n.buildWrapperCSSClass=function(){return"vjs-subs-caps-button "+e.prototype.buildWrapperCSSClass.call(this)},n.createItems=function(){var t=[];return this.player().tech_&&this.player().tech_.featuresNativeTextTracks||!this.player().getChild("textTrackSettings")||(t.push(new Qi(this.player_,{kind:this.label_})),this.hideThreshold_+=1),t=e.prototype.createItems.call(this,t,$i)},t}(Wi);er.prototype.kinds_=["captions","subtitles"],er.prototype.controlText_="Subtitles",jt.registerComponent("SubsCapsButton",er);var tr=function(e){function t(t,n){var i,r=n.track,a=t.audioTracks();n.label=r.label||r.language||"Unknown",n.selected=r.enabled,(i=e.call(this,t,n)||this).track=r,i.addClass("vjs-"+r.kind+"-menu-item");var s=function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];i.handleTracksChange.apply(Y(Y(i)),t)};return a.addEventListener("change",s),i.on("dispose",function(){a.removeEventListener("change",s)}),i}q(t,e);var n=t.prototype;return n.createEl=function(t,n,i){var r='<span class="vjs-menu-item-text">'+this.localize(this.options_.label);return"main-desc"===this.options_.track.kind&&(r+='\n <span aria-hidden="true" class="vjs-icon-placeholder"></span>\n <span class="vjs-control-text"> '+this.localize("Descriptions")+"</span>\n "),r+="</span>",e.prototype.createEl.call(this,t,ne({innerHTML:r},n),i)},n.handleClick=function(t){var n=this.player_.audioTracks();e.prototype.handleClick.call(this,t);for(var i=0;i<n.length;i++){var r=n[i];r.enabled=r===this.track}},n.handleTracksChange=function(e){this.selected(this.track.enabled)},t}(Hi);jt.registerComponent("AudioTrackMenuItem",tr);var nr=function(e){function t(t,n){return void 0===n&&(n={}),n.tracks=t.audioTracks(),e.call(this,t,n)||this}q(t,e);var n=t.prototype;return n.buildCSSClass=function(){return"vjs-audio-button "+e.prototype.buildCSSClass.call(this)},n.buildWrapperCSSClass=function(){return"vjs-audio-button "+e.prototype.buildWrapperCSSClass.call(this)},n.createItems=function(e){void 0===e&&(e=[]),this.hideThreshold_=1;for(var t=this.player_.audioTracks(),n=0;n<t.length;n++){var i=t[n];e.push(new tr(this.player_,{track:i,selectable:!0,multiSelectable:!1}))}return e},t}(zi);nr.prototype.controlText_="Audio Track",jt.registerComponent("AudioTrackButton",nr);var ir=function(e){function t(t,n){var i,r=n.rate,a=parseFloat(r,10);return n.label=r,n.selected=1===a,n.selectable=!0,n.multiSelectable=!1,(i=e.call(this,t,n)||this).label=r,i.rate=a,i.on(t,"ratechange",i.update),i}q(t,e);var n=t.prototype;return n.handleClick=function(t){e.prototype.handleClick.call(this),this.player().playbackRate(this.rate)},n.update=function(e){this.selected(this.player().playbackRate()===this.rate)},t}(Hi);ir.prototype.contentElType="button",jt.registerComponent("PlaybackRateMenuItem",ir);var rr=function(e){function t(t,n){var i;return(i=e.call(this,t,n)||this).updateVisibility(),i.updateLabel(),i.on(t,"loadstart",i.updateVisibility),i.on(t,"ratechange",i.updateLabel),i}q(t,e);var n=t.prototype;return n.createEl=function(){var t=e.prototype.createEl.call(this);return this.labelEl_=pe("div",{className:"vjs-playback-rate-value",innerHTML:"1x"}),t.appendChild(this.labelEl_),t},n.dispose=function(){this.labelEl_=null,e.prototype.dispose.call(this)},n.buildCSSClass=function(){return"vjs-playback-rate "+e.prototype.buildCSSClass.call(this)},n.buildWrapperCSSClass=function(){return"vjs-playback-rate "+e.prototype.buildWrapperCSSClass.call(this)},n.createMenu=function(){var e=new Fi(this.player()),t=this.playbackRates();if(t)for(var n=t.length-1;n>=0;n--)e.addChild(new ir(this.player(),{rate:t[n]+"x"}));return e},n.updateARIAAttributes=function(){this.el().setAttribute("aria-valuenow",this.player().playbackRate())},n.handleClick=function(e){for(var t=this.player().playbackRate(),n=this.playbackRates(),i=n[0],r=0;r<n.length;r++)if(n[r]>t){i=n[r];break}this.player().playbackRate(i)},n.playbackRates=function(){return this.options_.playbackRates||this.options_.playerOptions&&this.options_.playerOptions.playbackRates},n.playbackRateSupported=function(){return this.player().tech_&&this.player().tech_.featuresPlaybackRate&&this.playbackRates()&&this.playbackRates().length>0},n.updateVisibility=function(e){this.playbackRateSupported()?this.removeClass("vjs-hidden"):this.addClass("vjs-hidden")},n.updateLabel=function(e){this.playbackRateSupported()&&(this.labelEl_.innerHTML=this.player().playbackRate()+"x")},t}(Vi);rr.prototype.controlText_="Playback Rate",jt.registerComponent("PlaybackRateMenuButton",rr);var ar=function(e){function t(){return e.apply(this,arguments)||this}q(t,e);var n=t.prototype;return n.buildCSSClass=function(){return"vjs-spacer "+e.prototype.buildCSSClass.call(this)},n.createEl=function(){return e.prototype.createEl.call(this,"div",{className:this.buildCSSClass()})},t}(jt);jt.registerComponent("Spacer",ar);var sr=function(e){function t(){return e.apply(this,arguments)||this}q(t,e);var n=t.prototype;return n.buildCSSClass=function(){return"vjs-custom-control-spacer "+e.prototype.buildCSSClass.call(this)},n.createEl=function(){var t=e.prototype.createEl.call(this,{className:this.buildCSSClass()});return t.innerHTML=" ",t},t}(ar);jt.registerComponent("CustomControlSpacer",sr);var or=function(e){function t(){return e.apply(this,arguments)||this}return q(t,e),t.prototype.createEl=function(){return e.prototype.createEl.call(this,"div",{className:"vjs-control-bar",dir:"ltr"})},t}(jt);or.prototype.options_={children:["playToggle","volumePanel","currentTimeDisplay","timeDivider","durationDisplay","progressControl","liveDisplay","seekToLive","remainingTimeDisplay","customControlSpacer","playbackRateMenuButton","chaptersButton","descriptionsButton","subsCapsButton","audioTrackButton","fullscreenToggle"]},jt.registerComponent("ControlBar",or);var lr=function(e){function t(t,n){var i;return(i=e.call(this,t,n)||this).on(t,"error",i.open),i}q(t,e);var n=t.prototype;return n.buildCSSClass=function(){return"vjs-error-display "+e.prototype.buildCSSClass.call(this)},n.content=function(){var e=this.player().error();return e?this.localize(e.message):""},t}(pn);lr.prototype.options_=Ct(pn.prototype.options_,{pauseOnOpen:!1,fillAlways:!0,temporary:!1,uncloseable:!0}),jt.registerComponent("ErrorDisplay",lr);var ur=["#000","Black"],cr=["#00F","Blue"],dr=["#0FF","Cyan"],hr=["#0F0","Green"],pr=["#F0F","Magenta"],fr=["#F00","Red"],mr=["#FFF","White"],gr=["#FF0","Yellow"],vr=["1","Opaque"],yr=["0.5","Semi-Transparent"],br=["0","Transparent"],_r={backgroundColor:{selector:".vjs-bg-color > select",id:"captions-background-color-%s",label:"Color",options:[ur,mr,fr,hr,cr,gr,pr,dr]},backgroundOpacity:{selector:".vjs-bg-opacity > select",id:"captions-background-opacity-%s",label:"Transparency",options:[vr,yr,br]},color:{selector:".vjs-fg-color > select",id:"captions-foreground-color-%s",label:"Color",options:[mr,ur,fr,hr,cr,gr,pr,dr]},edgeStyle:{selector:".vjs-edge-style > select",id:"%s",label:"Text Edge Style",options:[["none","None"],["raised","Raised"],["depressed","Depressed"],["uniform","Uniform"],["dropshadow","Dropshadow"]]},fontFamily:{selector:".vjs-font-family > select",id:"captions-font-family-%s",label:"Font Family",options:[["proportionalSansSerif","Proportional Sans-Serif"],["monospaceSansSerif","Monospace Sans-Serif"],["proportionalSerif","Proportional Serif"],["monospaceSerif","Monospace Serif"],["casual","Casual"],["script","Script"],["small-caps","Small Caps"]]},fontPercent:{selector:".vjs-font-percent > select",id:"captions-font-size-%s",label:"Font Size",options:[["0.50","50%"],["0.75","75%"],["1.00","100%"],["1.25","125%"],["1.50","150%"],["1.75","175%"],["2.00","200%"],["3.00","300%"],["4.00","400%"]],default:2,parser:function(e){return"1.00"===e?null:Number(e)}},textOpacity:{selector:".vjs-text-opacity > select",id:"captions-foreground-opacity-%s",label:"Transparency",options:[vr,yr]},windowColor:{selector:".vjs-window-color > select",id:"captions-window-color-%s",label:"Color"},windowOpacity:{selector:".vjs-window-opacity > select",id:"captions-window-opacity-%s",label:"Transparency",options:[br,yr,vr]}};function Tr(e,t){if(t&&(e=t(e)),e&&"none"!==e)return e}_r.windowColor.options=_r.backgroundColor.options;var Sr=function(e){function t(t,n){var i;return n.temporary=!1,(i=e.call(this,t,n)||this).updateDisplay=ut(Y(Y(i)),i.updateDisplay),i.fill(),i.hasBeenOpened_=i.hasBeenFilled_=!0,i.endDialog=pe("p",{className:"vjs-control-text",textContent:i.localize("End of dialog window.")}),i.el().appendChild(i.endDialog),i.setDefaults(),void 0===n.persistTextTrackSettings&&(i.options_.persistTextTrackSettings=i.options_.playerOptions.persistTextTrackSettings),i.on(i.$(".vjs-done-button"),"click",function(){i.saveSettings(),i.close()}),i.on(i.$(".vjs-default-button"),"click",function(){i.setDefaults(),i.updateDisplay()}),te(_r,function(e){i.on(i.$(e.selector),"change",i.updateDisplay)}),i.options_.persistTextTrackSettings&&i.restoreSettings(),i}q(t,e);var n=t.prototype;return n.dispose=function(){this.endDialog=null,e.prototype.dispose.call(this)},n.createElSelect_=function(e,t,n){var i=this;void 0===t&&(t=""),void 0===n&&(n="label");var r=_r[e],a=r.id.replace("%s",this.id_),s=[t,a].join(" ").trim();return["<"+n+' id="'+a+'" class="'+("label"===n?"vjs-label":"")+'">',this.localize(r.label),"</"+n+">",'<select aria-labelledby="'+s+'">'].concat(r.options.map(function(e){var t=a+"-"+e[1].replace(/\W+/g,"");return['<option id="'+t+'" value="'+e[0]+'" ','aria-labelledby="'+s+" "+t+'">',i.localize(e[1]),"</option>"].join("")})).concat("</select>").join("")},n.createElFgColor_=function(){var e="captions-text-legend-"+this.id_;return['<fieldset class="vjs-fg-color vjs-track-setting">','<legend id="'+e+'">',this.localize("Text"),"</legend>",this.createElSelect_("color",e),'<span class="vjs-text-opacity vjs-opacity">',this.createElSelect_("textOpacity",e),"</span>","</fieldset>"].join("")},n.createElBgColor_=function(){var e="captions-background-"+this.id_;return['<fieldset class="vjs-bg-color vjs-track-setting">','<legend id="'+e+'">',this.localize("Background"),"</legend>",this.createElSelect_("backgroundColor",e),'<span class="vjs-bg-opacity vjs-opacity">',this.createElSelect_("backgroundOpacity",e),"</span>","</fieldset>"].join("")},n.createElWinColor_=function(){var e="captions-window-"+this.id_;return['<fieldset class="vjs-window-color vjs-track-setting">','<legend id="'+e+'">',this.localize("Window"),"</legend>",this.createElSelect_("windowColor",e),'<span class="vjs-window-opacity vjs-opacity">',this.createElSelect_("windowOpacity",e),"</span>","</fieldset>"].join("")},n.createElColors_=function(){return pe("div",{className:"vjs-track-settings-colors",innerHTML:[this.createElFgColor_(),this.createElBgColor_(),this.createElWinColor_()].join("")})},n.createElFont_=function(){return pe("div",{className:"vjs-track-settings-font",innerHTML:['<fieldset class="vjs-font-percent vjs-track-setting">',this.createElSelect_("fontPercent","","legend"),"</fieldset>",'<fieldset class="vjs-edge-style vjs-track-setting">',this.createElSelect_("edgeStyle","","legend"),"</fieldset>",'<fieldset class="vjs-font-family vjs-track-setting">',this.createElSelect_("fontFamily","","legend"),"</fieldset>"].join("")})},n.createElControls_=function(){var e=this.localize("restore all settings to the default values");return pe("div",{className:"vjs-track-settings-controls",innerHTML:['<button type="button" class="vjs-default-button" title="'+e+'">',this.localize("Reset"),'<span class="vjs-control-text"> '+e+"</span>","</button>",'<button type="button" class="vjs-done-button">'+this.localize("Done")+"</button>"].join("")})},n.content=function(){return[this.createElColors_(),this.createElFont_(),this.createElControls_()]},n.label=function(){return this.localize("Caption Settings Dialog")},n.description=function(){return this.localize("Beginning of dialog window. Escape will cancel and close the window.")},n.buildCSSClass=function(){return e.prototype.buildCSSClass.call(this)+" vjs-text-track-settings"},n.getValues=function(){var e,t,n,i=this;return t=function(e,t,n){var r,a,s=(r=i.$(t.selector),a=t.parser,Tr(r.options[r.options.selectedIndex].value,a));return void 0!==s&&(e[n]=s),e},void 0===(n={})&&(n=0),ee(e=_r).reduce(function(n,i){return t(n,e[i],i)},n)},n.setValues=function(e){var t=this;te(_r,function(n,i){!function(e,t,n){if(t)for(var i=0;i<e.options.length;i++)if(Tr(e.options[i].value,n)===t){e.selectedIndex=i;break}}(t.$(n.selector),e[i],n.parser)})},n.setDefaults=function(){var e=this;te(_r,function(t){var n=t.hasOwnProperty("default")?t.default:0;e.$(t.selector).selectedIndex=n})},n.restoreSettings=function(){var e;try{e=JSON.parse(f.a.localStorage.getItem("vjs-text-track-settings"))}catch(e){Q.warn(e)}e&&this.setValues(e)},n.saveSettings=function(){if(this.options_.persistTextTrackSettings){var e=this.getValues();try{Object.keys(e).length?f.a.localStorage.setItem("vjs-text-track-settings",JSON.stringify(e)):f.a.localStorage.removeItem("vjs-text-track-settings")}catch(e){Q.warn(e)}}},n.updateDisplay=function(){var e=this.player_.getChild("textTrackDisplay");e&&e.updateDisplay()},n.conditionalBlur_=function(){this.previouslyActiveEl_=null,this.off(C.a,"keydown",this.handleKeyDown);var e=this.player_.controlBar,t=e&&e.subsCapsButton,n=e&&e.captionsButton;t?t.focus():n&&n.focus()},t}(pn);jt.registerComponent("TextTrackSettings",Sr);var kr=function(e){function t(t,n){var i,r=n.ResizeObserver||f.a.ResizeObserver;null===n.ResizeObserver&&(r=!1);var a=Ct({createEl:!r,reportTouchActivity:!1},n);return(i=e.call(this,t,a)||this).ResizeObserver=n.ResizeObserver||f.a.ResizeObserver,i.loadListener_=null,i.resizeObserver_=null,i.debouncedHandler_=dt(function(){i.resizeHandler()},100,!1,Y(Y(i))),r?(i.resizeObserver_=new i.ResizeObserver(i.debouncedHandler_),i.resizeObserver_.observe(t.el())):(i.loadListener_=function(){i.el_&&i.el_.contentWindow&&Qe(i.el_.contentWindow,"resize",i.debouncedHandler_)},i.one("load",i.loadListener_)),i}q(t,e);var n=t.prototype;return n.createEl=function(){return e.prototype.createEl.call(this,"iframe",{className:"vjs-resize-manager"})},n.resizeHandler=function(){this.player_&&this.player_.trigger&&this.player_.trigger("playerresize")},n.dispose=function(){this.debouncedHandler_&&this.debouncedHandler_.cancel(),this.resizeObserver_&&(this.player_.el()&&this.resizeObserver_.unobserve(this.player_.el()),this.resizeObserver_.disconnect()),this.el_&&this.el_.contentWindow&&Ze(this.el_.contentWindow,"resize",this.debouncedHandler_),this.loadListener_&&this.off("load",this.loadListener_),this.ResizeObserver=null,this.resizeObserver=null,this.debouncedHandler_=null,this.loadListener_=null},t}(jt);jt.registerComponent("ResizeManager",kr);var wr=function(e){function t(t,n){var i,r=Ct({createEl:!1},n);return(i=e.call(this,t,r)||this).reset_(),i.on(i.player_,"durationchange",i.handleDurationchange),i}q(t,e);var n=t.prototype;return n.isBehind_=function(){if(!this.timeupdateSeen_)return!1;var e=this.liveCurrentTime(),t=this.player_.currentTime(),n=this.seekableIncrement_;return e!==1/0&&e-(2*n+.07)>=t},n.trackLive_=function(){this.pastSeekEnd_=this.pastSeekEnd_;var e=this.player_.seekable();if(e&&e.length){var t=this.seekableEnd();t!==this.lastSeekEnd_&&(this.lastSeekEnd_&&(this.seekableIncrement_=Math.abs(t-this.lastSeekEnd_)),this.pastSeekEnd_=0,this.lastSeekEnd_=t,this.trigger("seekableendchange")),this.pastSeekEnd_=this.pastSeekEnd()+.03,this.isBehind_()!==this.behindLiveEdge()&&(this.behindLiveEdge_=this.isBehind_(),this.trigger("liveedgechange"))}},n.handleDurationchange=function(){this.player_.duration()===1/0?this.startTracking():this.stopTracking()},n.startTracking=function(){var e=this;this.isTracking()||(this.trackingInterval_=this.setInterval(this.trackLive_,30),this.trackLive_(),this.on(this.player_,"play",this.trackLive_),this.on(this.player_,"pause",this.trackLive_),this.one(this.player_,"play",this.handlePlay),this.timeupdateSeen_||(this.handleTimeupdate=function(){e.timeupdateSeen_=!0,e.handleTimeupdate=null},this.one(this.player_,"timeupdate",this.handleTimeupdate)))},n.handlePlay=function(){this.one(this.player_,"timeupdate",this.seekToLiveEdge)},n.reset_=function(){this.pastSeekEnd_=0,this.lastSeekEnd_=null,this.behindLiveEdge_=null,this.timeupdateSeen_=!1,this.clearInterval(this.trackingInterval_),this.trackingInterval_=null,this.seekableIncrement_=12,this.off(this.player_,"play",this.trackLive_),this.off(this.player_,"pause",this.trackLive_),this.off(this.player_,"play",this.handlePlay),this.off(this.player_,"timeupdate",this.seekToLiveEdge),this.handleTimeupdate&&(this.off(this.player_,"timeupdate",this.handleTimeupdate),this.handleTimeupdate=null)},n.stopTracking=function(){this.isTracking()&&this.reset_()},n.seekableEnd=function(){for(var e=this.player_.seekable(),t=[],n=e?e.length:0;n--;)t.push(e.end(n));return t.length?t.sort()[t.length-1]:1/0},n.seekableStart=function(){for(var e=this.player_.seekable(),t=[],n=e?e.length:0;n--;)t.push(e.start(n));return t.length?t.sort()[0]:0},n.liveWindow=function(){var e=this.liveCurrentTime();return e===1/0?1/0:e-this.seekableStart()},n.isLive=function(){return this.isTracking()},n.atLiveEdge=function(){return!this.behindLiveEdge()},n.liveCurrentTime=function(){return this.pastSeekEnd()+this.seekableEnd()},n.pastSeekEnd=function(){return this.pastSeekEnd_},n.behindLiveEdge=function(){return this.behindLiveEdge_},n.isTracking=function(){return"number"==typeof this.trackingInterval_},n.seekToLiveEdge=function(){this.atLiveEdge()||(this.player_.currentTime(this.liveCurrentTime()),this.player_.paused()&&this.player_.play())},n.dispose=function(){this.stopTracking(),e.prototype.dispose.call(this)},t}(jt);jt.registerComponent("LiveTracker",wr);var Cr=function(e){var t=e.el();if(t.hasAttribute("src"))return e.triggerSourceset(t.src),!0;var n=e.$$("source"),i=[],r="";if(!n.length)return!1;for(var a=0;a<n.length;a++){var s=n[a].src;s&&-1===i.indexOf(s)&&i.push(s)}return!!i.length&&(1===i.length&&(r=i[0]),e.triggerSourceset(r),!0)},jr=Object.defineProperty({},"innerHTML",{get:function(){return this.cloneNode(!0).innerHTML},set:function(e){var t=C.a.createElement(this.nodeName.toLowerCase());t.innerHTML=e;for(var n=C.a.createDocumentFragment();t.childNodes.length;)n.appendChild(t.childNodes[0]);return this.innerText="",f.a.Element.prototype.appendChild.call(this,n),this.innerHTML}}),Er=function(e,t){for(var n={},i=0;i<e.length&&!((n=Object.getOwnPropertyDescriptor(e[i],t))&&n.set&&n.get);i++);return n.enumerable=!0,n.configurable=!0,n},Ar=function(e){var t=e.el();if(!t.resetSourceWatch_){var n={},i=function(e){return Er([e.el(),f.a.HTMLMediaElement.prototype,f.a.Element.prototype,jr],"innerHTML")}(e),r=function(n){return function(){for(var i=arguments.length,r=new Array(i),a=0;a<i;a++)r[a]=arguments[a];var s=n.apply(t,r);return Cr(e),s}};["append","appendChild","insertAdjacentHTML"].forEach(function(e){t[e]&&(n[e]=t[e],t[e]=r(n[e]))}),Object.defineProperty(t,"innerHTML",Ct(i,{set:r(i.set)})),t.resetSourceWatch_=function(){t.resetSourceWatch_=null,Object.keys(n).forEach(function(e){t[e]=n[e]}),Object.defineProperty(t,"innerHTML",i)},e.one("sourceset",t.resetSourceWatch_)}},xr=Object.defineProperty({},"src",{get:function(){return this.hasAttribute("src")?xn(f.a.Element.prototype.getAttribute.call(this,"src")):""},set:function(e){return f.a.Element.prototype.setAttribute.call(this,"src",e),e}}),Lr=function(e){if(e.featuresSourceset){var t=e.el();if(!t.resetSourceset_){var n=function(e){return Er([e.el(),f.a.HTMLMediaElement.prototype,xr],"src")}(e),i=t.setAttribute,r=t.load;Object.defineProperty(t,"src",Ct(n,{set:function(i){var r=n.set.call(t,i);return e.triggerSourceset(t.src),r}})),t.setAttribute=function(n,r){var a=i.call(t,n,r);return/src/i.test(n)&&e.triggerSourceset(t.src),a},t.load=function(){var n=r.call(t);return Cr(e)||(e.triggerSourceset(""),Ar(e)),n},t.currentSrc?e.triggerSourceset(t.currentSrc):Cr(e)||Ar(e),t.resetSourceset_=function(){t.resetSourceset_=null,t.load=r,t.setAttribute=i,Object.defineProperty(t,"src",n),t.resetSourceWatch_&&t.resetSourceWatch_()}}}};function Or(){var e=X(["Text Tracks are being loaded from another origin but the crossorigin attribute isn't used.\n This may prevent text tracks from loading."]);return Or=function(){return e},e}var Ur=function(e){function t(t,n){var i;i=e.call(this,t,n)||this;var r=t.source,a=!1;if(r&&(i.el_.currentSrc!==r.src||t.tag&&3===t.tag.initNetworkState_)?i.setSource(r):i.handleLateInit_(i.el_),t.enableSourceset&&i.setupSourcesetHandling_(),i.el_.hasChildNodes()){for(var s=i.el_.childNodes,o=s.length,u=[];o--;){var c=s[o];"track"===c.nodeName.toLowerCase()&&(i.featuresNativeTextTracks?(i.remoteTextTrackEls().addTrackElement_(c),i.remoteTextTracks().addTrack(c.track),i.textTracks().addTrack(c.track),a||i.el_.hasAttribute("crossorigin")||!On(c.src)||(a=!0)):u.push(c))}for(var d=0;d<u.length;d++)i.el_.removeChild(u[d])}return i.proxyNativeTracks_(),i.featuresNativeTextTracks&&a&&Q.warn(l()(Or())),i.restoreMetadataTracksInIOSNativePlayer_(),(Wt||Ut||Bt)&&!0===t.nativeControlsForTouch&&i.setControls(!0),i.proxyWebkitFullscreen_(),i.triggerReady(),i}q(t,e);var n=t.prototype;return n.dispose=function(){this.el_&&this.el_.resetSourceset_&&this.el_.resetSourceset_(),t.disposeMediaElement(this.el_),this.options_=null,e.prototype.dispose.call(this)},n.setupSourcesetHandling_=function(){Lr(this)},n.restoreMetadataTracksInIOSNativePlayer_=function(){var e,t=this.textTracks(),n=function(){e=[];for(var n=0;n<t.length;n++){var i=t[n];"metadata"===i.kind&&e.push({track:i,storedMode:i.mode})}};n(),t.addEventListener("change",n),this.on("dispose",function(){return t.removeEventListener("change",n)});var i=function n(){for(var i=0;i<e.length;i++){var r=e[i];"disabled"===r.track.mode&&r.track.mode!==r.storedMode&&(r.track.mode=r.storedMode)}t.removeEventListener("change",n)};this.on("webkitbeginfullscreen",function(){t.removeEventListener("change",n),t.removeEventListener("change",i),t.addEventListener("change",i)}),this.on("webkitendfullscreen",function(){t.removeEventListener("change",n),t.addEventListener("change",n),t.removeEventListener("change",i)})},n.overrideNative_=function(e,t){var n=this;if(t===this["featuresNative"+e+"Tracks"]){var i=e.toLowerCase();this[i+"TracksListeners_"]&&Object.keys(this[i+"TracksListeners_"]).forEach(function(e){n.el()[i+"Tracks"].removeEventListener(e,n[i+"TracksListeners_"][e])}),this["featuresNative"+e+"Tracks"]=!t,this[i+"TracksListeners_"]=null,this.proxyNativeTracksForType_(i)}},n.overrideNativeAudioTracks=function(e){this.overrideNative_("Audio",e)},n.overrideNativeVideoTracks=function(e){this.overrideNative_("Video",e)},n.proxyNativeTracksForType_=function(e){var t=this,n=Vn[e],i=this.el()[n.getterName],r=this[n.getterName]();if(this["featuresNative"+n.capitalName+"Tracks"]&&i&&i.addEventListener){var a={change:function(e){r.trigger({type:"change",target:r,currentTarget:r,srcElement:r})},addtrack:function(e){r.addTrack(e.track)},removetrack:function(e){r.removeTrack(e.track)}},s=function(){for(var e=[],t=0;t<r.length;t++){for(var n=!1,a=0;a<i.length;a++)if(i[a]===r[t]){n=!0;break}n||e.push(r[t])}for(;e.length;)r.removeTrack(e.shift())};this[n.getterName+"Listeners_"]=a,Object.keys(a).forEach(function(e){var n=a[e];i.addEventListener(e,n),t.on("dispose",function(t){return i.removeEventListener(e,n)})}),this.on("loadstart",s),this.on("dispose",function(e){return t.off("loadstart",s)})}},n.proxyNativeTracks_=function(){var e=this;Vn.names.forEach(function(t){e.proxyNativeTracksForType_(t)})},n.createEl=function(){var e=this.options_.tag;if(!e||!this.options_.playerElIngest&&!this.movingMediaElementInDOM){if(e){var n=e.cloneNode(!0);e.parentNode&&e.parentNode.insertBefore(n,e),t.disposeMediaElement(e),e=n}else{e=C.a.createElement("video");var i=Ct({},this.options_.tag&&Te(this.options_.tag));Wt&&!0===this.options_.nativeControlsForTouch||delete i.controls,_e(e,ne(i,{id:this.options_.techId,class:"vjs-tech"}))}e.playerId=this.options_.playerId}void 0!==this.options_.preload&&ke(e,"preload",this.options_.preload);for(var r=["loop","muted","playsinline","autoplay"],a=0;a<r.length;a++){var s=r[a],o=this.options_[s];void 0!==o&&(o?ke(e,s,s):we(e,s),e[s]=o)}return e},n.handleLateInit_=function(e){if(0!==e.networkState&&3!==e.networkState){if(0===e.readyState){var t=!1,n=function(){t=!0};this.on("loadstart",n);var i=function(){t||this.trigger("loadstart")};return this.on("loadedmetadata",i),void this.ready(function(){this.off("loadstart",n),this.off("loadedmetadata",i),t||this.trigger("loadstart")})}var r=["loadstart"];r.push("loadedmetadata"),e.readyState>=2&&r.push("loadeddata"),e.readyState>=3&&r.push("canplay"),e.readyState>=4&&r.push("canplaythrough"),this.ready(function(){r.forEach(function(e){this.trigger(e)},this)})}},n.setCurrentTime=function(e){try{this.el_.currentTime=e}catch(e){Q(e,"Video is not ready. (Video.js)")}},n.duration=function(){var e=this;if(this.el_.duration===1/0&&Rt&&Vt&&0===this.el_.currentTime){return this.on("timeupdate",function t(){e.el_.currentTime>0&&(e.el_.duration===1/0&&e.trigger("durationchange"),e.off("timeupdate",t))}),NaN}return this.el_.duration||NaN},n.width=function(){return this.el_.offsetWidth},n.height=function(){return this.el_.offsetHeight},n.proxyWebkitFullscreen_=function(){var e=this;if("webkitDisplayingFullscreen"in this.el_){var t=function(){this.trigger("fullscreenchange",{isFullscreen:!1})},n=function(){"webkitPresentationMode"in this.el_&&"picture-in-picture"!==this.el_.webkitPresentationMode&&(this.one("webkitendfullscreen",t),this.trigger("fullscreenchange",{isFullscreen:!0}))};this.on("webkitbeginfullscreen",n),this.on("dispose",function(){e.off("webkitbeginfullscreen",n),e.off("webkitendfullscreen",t)})}},n.supportsFullScreen=function(){if("function"==typeof this.el_.webkitEnterFullScreen){var e=f.a.navigator&&f.a.navigator.userAgent||"";if(/Android/.test(e)||!/Chrome|Mac OS X 10.5/.test(e))return!0}return!1},n.enterFullScreen=function(){var e=this.el_;e.paused&&e.networkState<=e.HAVE_METADATA?(this.el_.play(),this.setTimeout(function(){e.pause(),e.webkitEnterFullScreen()},0)):e.webkitEnterFullScreen()},n.exitFullScreen=function(){this.el_.webkitExitFullScreen()},n.src=function(e){if(void 0===e)return this.el_.src;this.setSrc(e)},n.reset=function(){t.resetMediaElement(this.el_)},n.currentSrc=function(){return this.currentSource_?this.currentSource_.src:this.el_.currentSrc},n.setControls=function(e){this.el_.controls=!!e},n.addTextTrack=function(t,n,i){return this.featuresNativeTextTracks?this.el_.addTextTrack(t,n,i):e.prototype.addTextTrack.call(this,t,n,i)},n.createRemoteTextTrack=function(t){if(!this.featuresNativeTextTracks)return e.prototype.createRemoteTextTrack.call(this,t);var n=C.a.createElement("track");return t.kind&&(n.kind=t.kind),t.label&&(n.label=t.label),(t.language||t.srclang)&&(n.srclang=t.language||t.srclang),t.default&&(n.default=t.default),t.id&&(n.id=t.id),t.src&&(n.src=t.src),n},n.addRemoteTextTrack=function(t,n){var i=e.prototype.addRemoteTextTrack.call(this,t,n);return this.featuresNativeTextTracks&&this.el().appendChild(i),i},n.removeRemoteTextTrack=function(t){if(e.prototype.removeRemoteTextTrack.call(this,t),this.featuresNativeTextTracks)for(var n=this.$$("track"),i=n.length;i--;)t!==n[i]&&t!==n[i].track||this.el().removeChild(n[i])},n.getVideoPlaybackQuality=function(){if("function"==typeof this.el().getVideoPlaybackQuality)return this.el().getVideoPlaybackQuality();var e={};return void 0!==this.el().webkitDroppedFrameCount&&void 0!==this.el().webkitDecodedFrameCount&&(e.droppedVideoFrames=this.el().webkitDroppedFrameCount,e.totalVideoFrames=this.el().webkitDecodedFrameCount),f.a.performance&&"function"==typeof f.a.performance.now?e.creationTime=f.a.performance.now():f.a.performance&&f.a.performance.timing&&"number"==typeof f.a.performance.timing.navigationStart&&(e.creationTime=f.a.Date.now()-f.a.performance.timing.navigationStart),e},t}(qn);if(ue()){Ur.TEST_VID=C.a.createElement("video");var Pr=C.a.createElement("track");Pr.kind="captions",Pr.srclang="en",Pr.label="English",Ur.TEST_VID.appendChild(Pr)}Ur.isSupported=function(){try{Ur.TEST_VID.volume=.5}catch(e){return!1}return!(!Ur.TEST_VID||!Ur.TEST_VID.canPlayType)},Ur.canPlayType=function(e){return Ur.TEST_VID.canPlayType(e)},Ur.canPlaySource=function(e,t){return Ur.canPlayType(e.type)},Ur.canControlVolume=function(){try{var e=Ur.TEST_VID.volume;return Ur.TEST_VID.volume=e/2+.1,e!==Ur.TEST_VID.volume}catch(e){return!1}},Ur.canMuteVolume=function(){try{var e=Ur.TEST_VID.muted;return Ur.TEST_VID.muted=!e,Ur.TEST_VID.muted?ke(Ur.TEST_VID,"muted","muted"):we(Ur.TEST_VID,"muted"),e!==Ur.TEST_VID.muted}catch(e){return!1}},Ur.canControlPlaybackRate=function(){if(Rt&&Vt&&zt<58)return!1;try{var e=Ur.TEST_VID.playbackRate;return Ur.TEST_VID.playbackRate=e/2+.1,e!==Ur.TEST_VID.playbackRate}catch(e){return!1}},Ur.canOverrideAttributes=function(){try{var e=function(){};Object.defineProperty(C.a.createElement("video"),"src",{get:e,set:e}),Object.defineProperty(C.a.createElement("audio"),"src",{get:e,set:e}),Object.defineProperty(C.a.createElement("video"),"innerHTML",{get:e,set:e}),Object.defineProperty(C.a.createElement("audio"),"innerHTML",{get:e,set:e})}catch(e){return!1}return!0},Ur.supportsNativeTextTracks=function(){return Gt||It&&Vt},Ur.supportsNativeVideoTracks=function(){return!(!Ur.TEST_VID||!Ur.TEST_VID.videoTracks)},Ur.supportsNativeAudioTracks=function(){return!(!Ur.TEST_VID||!Ur.TEST_VID.audioTracks)},Ur.Events=["loadstart","suspend","abort","error","emptied","stalled","loadedmetadata","loadeddata","canplay","canplaythrough","playing","waiting","seeking","seeked","ended","durationchange","timeupdate","progress","play","pause","ratechange","resize","volumechange"],Ur.prototype.featuresVolumeControl=Ur.canControlVolume(),Ur.prototype.featuresMuteControl=Ur.canMuteVolume(),Ur.prototype.featuresPlaybackRate=Ur.canControlPlaybackRate(),Ur.prototype.featuresSourceset=Ur.canOverrideAttributes(),Ur.prototype.movingMediaElementInDOM=!It,Ur.prototype.featuresFullscreenResize=!0,Ur.prototype.featuresProgressEvents=!0,Ur.prototype.featuresTimeupdateEvents=!0,Ur.prototype.featuresNativeTextTracks=Ur.supportsNativeTextTracks(),Ur.prototype.featuresNativeVideoTracks=Ur.supportsNativeVideoTracks(),Ur.prototype.featuresNativeAudioTracks=Ur.supportsNativeAudioTracks();var Ir=Ur.TEST_VID&&Ur.TEST_VID.constructor.prototype.canPlayType,Dr=/^application\/(?:x-|vnd\.apple\.)mpegurl/i;function Rr(){var e=X(["\n Using the tech directly can be dangerous. I hope you know what you're doing.\n See https://github.com/videojs/video.js/issues/2617 for more info.\n "]);return Rr=function(){return e},e}Ur.patchCanPlayType=function(){Mt>=4&&!Nt&&!Vt&&(Ur.TEST_VID.constructor.prototype.canPlayType=function(e){return e&&Dr.test(e)?"maybe":Ir.call(this,e)})},Ur.unpatchCanPlayType=function(){var e=Ur.TEST_VID.constructor.prototype.canPlayType;return Ur.TEST_VID.constructor.prototype.canPlayType=Ir,e},Ur.patchCanPlayType(),Ur.disposeMediaElement=function(e){if(e){for(e.parentNode&&e.parentNode.removeChild(e);e.hasChildNodes();)e.removeChild(e.firstChild);e.removeAttribute("src"),"function"==typeof e.load&&function(){try{e.load()}catch(e){}}()}},Ur.resetMediaElement=function(e){if(e){for(var t=e.querySelectorAll("source"),n=t.length;n--;)e.removeChild(t[n]);e.removeAttribute("src"),"function"==typeof e.load&&function(){try{e.load()}catch(e){}}()}},["muted","defaultMuted","autoplay","controls","loop","playsinline"].forEach(function(e){Ur.prototype[e]=function(){return this.el_[e]||this.el_.hasAttribute(e)}}),["muted","defaultMuted","autoplay","loop","playsinline"].forEach(function(e){Ur.prototype["set"+wt(e)]=function(t){this.el_[e]=t,t?this.el_.setAttribute(e,e):this.el_.removeAttribute(e)}}),["paused","currentTime","buffered","volume","poster","preload","error","seeking","seekable","ended","playbackRate","defaultPlaybackRate","played","networkState","readyState","videoWidth","videoHeight"].forEach(function(e){Ur.prototype[e]=function(){return this.el_[e]}}),["volume","src","poster","preload","playbackRate","defaultPlaybackRate"].forEach(function(e){Ur.prototype["set"+wt(e)]=function(t){this.el_[e]=t}}),["pause","load","play"].forEach(function(e){Ur.prototype[e]=function(){return this.el_[e]()}}),qn.withSourceHandlers(Ur),Ur.nativeSourceHandler={},Ur.nativeSourceHandler.canPlayType=function(e){try{return Ur.TEST_VID.canPlayType(e)}catch(e){return""}},Ur.nativeSourceHandler.canHandleSource=function(e,t){if(e.type)return Ur.nativeSourceHandler.canPlayType(e.type);if(e.src){var n=Ln(e.src);return Ur.nativeSourceHandler.canPlayType("video/"+n)}return""},Ur.nativeSourceHandler.handleSource=function(e,t,n){t.setSrc(e.src)},Ur.nativeSourceHandler.dispose=function(){},Ur.registerSourceHandler(Ur.nativeSourceHandler),qn.registerTech("Html5",Ur);var Mr=["progress","abort","suspend","emptied","stalled","loadedmetadata","loadeddata","timeupdate","resize","volumechange","texttrackchange"],Br={canplay:"CanPlay",canplaythrough:"CanPlayThrough",playing:"Playing",seeked:"Seeked"},Nr=["tiny","xsmall","small","medium","large","xlarge","huge"],Fr={};Nr.forEach(function(e){var t="x"===e.charAt(0)?"x-"+e.substring(1):e;Fr[e]="vjs-layout-"+t});var Vr={tiny:210,xsmall:320,small:425,medium:768,large:1440,xlarge:2560,huge:1/0},zr=function(e){function t(n,i,r){var a;if(n.id=n.id||i.id||"vjs_video_"+Fe(),(i=ne(t.getTagSettings(n),i)).initChildren=!1,i.createEl=!1,i.evented=!1,i.reportTouchActivity=!1,!i.language)if("function"==typeof n.closest){var s=n.closest("[lang]");s&&s.getAttribute&&(i.language=s.getAttribute("lang"))}else for(var o=n;o&&1===o.nodeType;){if(Te(o).hasOwnProperty("lang")){i.language=o.getAttribute("lang");break}o=o.parentNode}if((a=e.call(this,null,i,r)||this).log=Z(a.id_),a.isPosterFromTech_=!1,a.queuedCallbacks_=[],a.isReady_=!1,a.hasStarted_=!1,a.userActive_=!1,!a.options_||!a.options_.techOrder||!a.options_.techOrder.length)throw new Error("No techOrder specified. Did you overwrite videojs.options instead of just changing the properties you want to override?");if(a.tag=n,a.tagAttributes=n&&Te(n),a.language(a.options_.language),i.languages){var l={};Object.getOwnPropertyNames(i.languages).forEach(function(e){l[e.toLowerCase()]=i.languages[e]}),a.languages_=l}else a.languages_=t.prototype.options_.languages;a.cache_={},a.poster_=i.poster||"",a.controls_=!!i.controls,a.cache_.lastVolume=1,n.controls=!1,n.removeAttribute("controls"),n.hasAttribute("autoplay")?a.options_.autoplay=!0:a.autoplay(a.options_.autoplay),a.scrubbing_=!1,a.el_=a.createEl(),a.cache_.lastPlaybackRate=a.defaultPlaybackRate(),Tt(Y(Y(a)),{eventBusKey:"el_"}),a.fluid_&&a.on("playerreset",a.updateStyleEl_);var u=Ct(a.options_);if(i.plugins){var c=i.plugins;Object.keys(c).forEach(function(e){if("function"!=typeof this[e])throw new Error('plugin "'+e+'" does not exist');this[e](c[e])},Y(Y(a)))}a.options_.playerOptions=u,a.middleware_=[],a.initChildren(),a.isAudio("audio"===n.nodeName.toLowerCase()),a.controls()?a.addClass("vjs-controls-enabled"):a.addClass("vjs-controls-disabled"),a.el_.setAttribute("role","region"),a.isAudio()?a.el_.setAttribute("aria-label",a.localize("Audio Player")):a.el_.setAttribute("aria-label",a.localize("Video Player")),a.isAudio()&&a.addClass("vjs-audio"),a.flexNotSupported_()&&a.addClass("vjs-no-flex"),It||a.addClass("vjs-workinghover"),t.players[a.id_]=Y(Y(a));var d=H.split(".")[0];return a.addClass("vjs-v"+d),a.userActive(!0),a.reportUserActivity(),a.one("play",a.listenForUserActivity_),a.on("fullscreenchange",a.handleFullscreenChange_),a.on("stageclick",a.handleStageClick_),a.breakpoints(a.options_.breakpoints),a.responsive(a.options_.responsive),a.changingSrc_=!1,a.playWaitingForReady_=!1,a.playOnLoadstart_=null,a}q(t,e);var n=t.prototype;return n.dispose=function(){this.trigger("dispose"),this.off("dispose"),this.styleEl_&&this.styleEl_.parentNode&&(this.styleEl_.parentNode.removeChild(this.styleEl_),this.styleEl_=null),t.players[this.id_]=null,this.tag&&this.tag.player&&(this.tag.player=null),this.el_&&this.el_.player&&(this.el_.player=null),this.tech_&&(this.tech_.dispose(),this.isPosterFromTech_=!1,this.poster_=""),this.playerElIngest_&&(this.playerElIngest_=null),this.tag&&(this.tag=null),Wn[this.id()]=null,e.prototype.dispose.call(this)},n.createEl=function(){var t,n=this.tag,i=this.playerElIngest_=n.parentNode&&n.parentNode.hasAttribute&&n.parentNode.hasAttribute("data-vjs-player"),r="video-js"===this.tag.tagName.toLowerCase();i?t=this.el_=n.parentNode:r||(t=this.el_=e.prototype.createEl.call(this,"div"));var a=Te(n);if(r){for(t=this.el_=n,n=this.tag=C.a.createElement("video");t.children.length;)n.appendChild(t.firstChild);ge(t,"video-js")||ve(t,"video-js"),t.appendChild(n),i=this.playerElIngest_=t,Object.keys(t).forEach(function(e){n[e]=t[e]})}if(n.setAttribute("tabindex","-1"),a.tabindex="-1",Ht&&(n.setAttribute("role","application"),a.role="application"),n.removeAttribute("width"),n.removeAttribute("height"),"width"in a&&delete a.width,"height"in a&&delete a.height,Object.getOwnPropertyNames(a).forEach(function(e){r&&"class"===e||t.setAttribute(e,a[e]),r&&n.setAttribute(e,a[e])}),n.playerId=n.id,n.id+="_html5_api",n.className="vjs-tech",n.player=t.player=this,this.addClass("vjs-paused"),!0!==f.a.VIDEOJS_NO_DYNAMIC_STYLE){this.styleEl_=ot("vjs-styles-dimensions");var s=Re(".vjs-styles-defaults"),o=Re("head");o.insertBefore(this.styleEl_,s?s.nextSibling:o.firstChild)}this.fill_=!1,this.fluid_=!1,this.width(this.options_.width),this.height(this.options_.height),this.fill(this.options_.fill),this.fluid(this.options_.fluid),this.aspectRatio(this.options_.aspectRatio);for(var l=n.getElementsByTagName("a"),u=0;u<l.length;u++){var c=l.item(u);ve(c,"vjs-hidden"),c.setAttribute("hidden","hidden")}return n.initNetworkState_=n.networkState,n.parentNode&&!i&&n.parentNode.insertBefore(t,n),me(n,t),this.children_.unshift(n),this.el_.setAttribute("lang",this.language_),this.el_=t,t},n.width=function(e){return this.dimension("width",e)},n.height=function(e){return this.dimension("height",e)},n.dimension=function(e,t){var n=e+"_";if(void 0===t)return this[n]||0;if(""===t)return this[n]=void 0,void this.updateStyleEl_();var i=parseFloat(t);isNaN(i)?Q.error('Improper value "'+t+'" supplied for for '+e):(this[n]=i,this.updateStyleEl_())},n.fluid=function(e){if(void 0===e)return!!this.fluid_;var t,n;this.fluid_=!!e,pt(this)&&this.off("playerreset",this.updateStyleEl_),e?(this.addClass("vjs-fluid"),this.fill(!1),pt(t=function(){this.on("playerreset",this.updateStyleEl_)})?n():(t.eventedCallbacks||(t.eventedCallbacks=[]),t.eventedCallbacks.push(n))):this.removeClass("vjs-fluid"),this.updateStyleEl_()},n.fill=function(e){if(void 0===e)return!!this.fill_;this.fill_=!!e,e?(this.addClass("vjs-fill"),this.fluid(!1)):this.removeClass("vjs-fill")},n.aspectRatio=function(e){if(void 0===e)return this.aspectRatio_;if(!/^\d+\:\d+$/.test(e))throw new Error("Improper value supplied for aspect ratio. The format should be width:height, for example 16:9.");this.aspectRatio_=e,this.fluid(!0),this.updateStyleEl_()},n.updateStyleEl_=function(){if(!0!==f.a.VIDEOJS_NO_DYNAMIC_STYLE){var e,t,n,i=(void 0!==this.aspectRatio_&&"auto"!==this.aspectRatio_?this.aspectRatio_:this.videoWidth()>0?this.videoWidth()+":"+this.videoHeight():"16:9").split(":"),r=i[1]/i[0];e=void 0!==this.width_?this.width_:void 0!==this.height_?this.height_/r:this.videoWidth()||300,t=void 0!==this.height_?this.height_:e*r,n=/^[^a-zA-Z]/.test(this.id())?"dimensions-"+this.id():this.id()+"-dimensions",this.addClass(n),lt(this.styleEl_,"\n ."+n+" {\n width: "+e+"px;\n height: "+t+"px;\n }\n\n ."+n+".vjs-fluid {\n padding-top: "+100*r+"%;\n }\n ")}else{var a="number"==typeof this.width_?this.width_:this.options_.width,s="number"==typeof this.height_?this.height_:this.options_.height,o=this.tech_&&this.tech_.el();o&&(a>=0&&(o.width=a),s>=0&&(o.height=s))}},n.loadTech_=function(e,t){var n=this;this.tech_&&this.unloadTech_();var i=wt(e),r=e.charAt(0).toLowerCase()+e.slice(1);"Html5"!==i&&this.tag&&(qn.getTech("Html5").disposeMediaElement(this.tag),this.tag.player=null,this.tag=null),this.techName_=i,this.isReady_=!1;var a={source:t,autoplay:"string"!=typeof this.autoplay()&&this.autoplay(),nativeControlsForTouch:this.options_.nativeControlsForTouch,playerId:this.id(),techId:this.id()+"_"+r+"_api",playsinline:this.options_.playsinline,preload:this.options_.preload,loop:this.options_.loop,muted:this.options_.muted,poster:this.poster(),language:this.language(),playerElIngest:this.playerElIngest_||!1,"vtt.js":this.options_["vtt.js"],canOverridePoster:!!this.options_.techCanOverridePoster,enableSourceset:this.options_.enableSourceset};Hn.names.forEach(function(e){var t=Hn[e];a[t.getterName]=n[t.privateName]}),ne(a,this.options_[i]),ne(a,this.options_[r]),ne(a,this.options_[e.toLowerCase()]),this.tag&&(a.tag=this.tag),t&&t.src===this.cache_.src&&this.cache_.currentTime>0&&(a.startTime=this.cache_.currentTime);var s=qn.getTech(e);if(!s)throw new Error("No Tech named '"+i+"' exists! '"+i+"' should be registered using videojs.registerTech()'");this.tech_=new s(a),this.tech_.ready(ut(this,this.handleTechReady_),!0),dn(this.textTracksJson_||[],this.tech_),Mr.forEach(function(e){n.on(n.tech_,e,n["handleTech"+wt(e)+"_"])}),Object.keys(Br).forEach(function(e){n.on(n.tech_,e,function(t){0===n.tech_.playbackRate()&&n.tech_.seeking()?n.queuedCallbacks_.push({callback:n["handleTech"+Br[e]+"_"].bind(n),event:t}):n["handleTech"+Br[e]+"_"](t)})}),this.on(this.tech_,"loadstart",this.handleTechLoadStart_),this.on(this.tech_,"sourceset",this.handleTechSourceset_),this.on(this.tech_,"waiting",this.handleTechWaiting_),this.on(this.tech_,"ended",this.handleTechEnded_),this.on(this.tech_,"seeking",this.handleTechSeeking_),this.on(this.tech_,"play",this.handleTechPlay_),this.on(this.tech_,"firstplay",this.handleTechFirstPlay_),this.on(this.tech_,"pause",this.handleTechPause_),this.on(this.tech_,"durationchange",this.handleTechDurationChange_),this.on(this.tech_,"fullscreenchange",this.handleTechFullscreenChange_),this.on(this.tech_,"error",this.handleTechError_),this.on(this.tech_,"loadedmetadata",this.updateStyleEl_),this.on(this.tech_,"posterchange",this.handleTechPosterChange_),this.on(this.tech_,"textdata",this.handleTechTextData_),this.on(this.tech_,"ratechange",this.handleTechRateChange_),this.usingNativeControls(this.techGet_("controls")),this.controls()&&!this.usingNativeControls()&&this.addTechControlsListeners_(),this.tech_.el().parentNode===this.el()||"Html5"===i&&this.tag||me(this.tech_.el(),this.el()),this.tag&&(this.tag.player=null,this.tag=null)},n.unloadTech_=function(){var e=this;Hn.names.forEach(function(t){var n=Hn[t];e[n.privateName]=e[n.getterName]()}),this.textTracksJson_=cn(this.tech_),this.isReady_=!1,this.tech_.dispose(),this.tech_=!1,this.isPosterFromTech_&&(this.poster_="",this.trigger("posterchange")),this.isPosterFromTech_=!1},n.tech=function(e){return void 0===e&&Q.warn(l()(Rr())),this.tech_},n.addTechControlsListeners_=function(){this.removeTechControlsListeners_(),this.on(this.tech_,"mousedown",this.handleTechClick_),this.on(this.tech_,"dblclick",this.handleTechDoubleClick_),this.on(this.tech_,"touchstart",this.handleTechTouchStart_),this.on(this.tech_,"touchmove",this.handleTechTouchMove_),this.on(this.tech_,"touchend",this.handleTechTouchEnd_),this.on(this.tech_,"tap",this.handleTechTap_)},n.removeTechControlsListeners_=function(){this.off(this.tech_,"tap",this.handleTechTap_),this.off(this.tech_,"touchstart",this.handleTechTouchStart_),this.off(this.tech_,"touchmove",this.handleTechTouchMove_),this.off(this.tech_,"touchend",this.handleTechTouchEnd_),this.off(this.tech_,"mousedown",this.handleTechClick_),this.off(this.tech_,"dblclick",this.handleTechDoubleClick_)},n.handleTechReady_=function(){this.triggerReady(),this.cache_.volume&&this.techCall_("setVolume",this.cache_.volume),this.handleTechPosterChange_(),this.handleTechDurationChange_()},n.handleTechLoadStart_=function(){this.removeClass("vjs-ended"),this.removeClass("vjs-seeking"),this.error(null),this.handleTechDurationChange_(),this.paused()?(this.hasStarted(!1),this.trigger("loadstart")):(this.trigger("loadstart"),this.trigger("firstplay")),this.manualAutoplay_(this.autoplay())},n.manualAutoplay_=function(e){var t=this;if(this.tech_&&"string"==typeof e){var n,i=function(){var e=t.muted();t.muted(!0);var n=t.play();if(n&&n.then&&n.catch)return n.catch(function(n){t.muted(e)})};if("any"===e?(n=this.play())&&n.then&&n.catch&&n.catch(function(){return i()}):n="muted"===e?i():this.play(),n&&n.then&&n.catch)return n.then(function(){t.trigger({type:"autoplay-success",autoplay:e})}).catch(function(n){t.trigger({type:"autoplay-failure",autoplay:e})})}},n.updateSourceCaches_=function(e){void 0===e&&(e="");var t=e,n="";"string"!=typeof t&&(t=e.src,n=e.type),this.cache_.source=this.cache_.source||{},this.cache_.sources=this.cache_.sources||[],t&&!n&&(n=function(e,t){if(!t)return"";if(e.cache_.source.src===t&&e.cache_.source.type)return e.cache_.source.type;var n=e.cache_.sources.filter(function(e){return e.src===t});if(n.length)return n[0].type;for(var i=e.$$("source"),r=0;r<i.length;r++){var a=i[r];if(a.type&&a.src&&a.src===t)return a.type}return ti(t)}(this,t)),this.cache_.source=Ct({},e,{src:t,type:n});for(var i=this.cache_.sources.filter(function(e){return e.src&&e.src===t}),r=[],a=this.$$("source"),s=[],o=0;o<a.length;o++){var l=Te(a[o]);r.push(l),l.src&&l.src===t&&s.push(l.src)}s.length&&!i.length?this.cache_.sources=r:i.length||(this.cache_.sources=[this.cache_.source]),this.cache_.src=t},n.handleTechSourceset_=function(e){var t=this;if(!this.changingSrc_){var n=function(e){return t.updateSourceCaches_(e)},i=this.currentSource().src,r=e.src;if(i&&!/^blob:/.test(i)&&/^blob:/.test(r)&&(!this.lastSource_||this.lastSource_.tech!==r&&this.lastSource_.player!==i)&&(n=function(){}),n(r),!e.src){this.tech_.one(["sourceset","loadstart"],function e(n){if("sourceset"!==n.type){var i=t.techGet("currentSrc");t.lastSource_.tech=i,t.updateSourceCaches_(i)}t.tech_.off(["sourceset","loadstart"],e)})}}this.lastSource_={player:this.currentSource().src,tech:e.src},this.trigger({src:e.src,type:"sourceset"})},n.hasStarted=function(e){if(void 0===e)return this.hasStarted_;e!==this.hasStarted_&&(this.hasStarted_=e,this.hasStarted_?(this.addClass("vjs-has-started"),this.trigger("firstplay")):this.removeClass("vjs-has-started"))},n.handleTechPlay_=function(){this.removeClass("vjs-ended"),this.removeClass("vjs-paused"),this.addClass("vjs-playing"),this.hasStarted(!0),this.trigger("play")},n.handleTechRateChange_=function(){this.tech_.playbackRate()>0&&0===this.cache_.lastPlaybackRate&&(this.queuedCallbacks_.forEach(function(e){return e.callback(e.event)}),this.queuedCallbacks_=[]),this.cache_.lastPlaybackRate=this.tech_.playbackRate(),this.trigger("ratechange")},n.handleTechWaiting_=function(){var e=this;this.addClass("vjs-waiting"),this.trigger("waiting");var t=this.currentTime();this.on("timeupdate",function n(){t!==e.currentTime()&&(e.removeClass("vjs-waiting"),e.off("timeupdate",n))})},n.handleTechCanPlay_=function(){this.removeClass("vjs-waiting"),this.trigger("canplay")},n.handleTechCanPlayThrough_=function(){this.removeClass("vjs-waiting"),this.trigger("canplaythrough")},n.handleTechPlaying_=function(){this.removeClass("vjs-waiting"),this.trigger("playing")},n.handleTechSeeking_=function(){this.addClass("vjs-seeking"),this.trigger("seeking")},n.handleTechSeeked_=function(){this.removeClass("vjs-seeking"),this.trigger("seeked")},n.handleTechFirstPlay_=function(){this.options_.starttime&&(Q.warn("Passing the `starttime` option to the player will be deprecated in 6.0"),this.currentTime(this.options_.starttime)),this.addClass("vjs-has-started"),this.trigger("firstplay")},n.handleTechPause_=function(){this.removeClass("vjs-playing"),this.addClass("vjs-paused"),this.trigger("pause")},n.handleTechEnded_=function(){this.addClass("vjs-ended"),this.options_.loop?(this.currentTime(0),this.play()):this.paused()||this.pause(),this.trigger("ended")},n.handleTechDurationChange_=function(){this.duration(this.techGet_("duration"))},n.handleTechClick_=function(e){De(e)&&this.controls_&&(this.paused()?ln(this.play()):this.pause())},n.handleTechDoubleClick_=function(e){this.controls_&&(Array.prototype.some.call(this.$$(".vjs-control-bar, .vjs-modal-dialog"),function(t){return t.contains(e.target)})||(this.isFullscreen()?this.exitFullscreen():this.requestFullscreen()))},n.handleTechTap_=function(){this.userActive(!this.userActive())},n.handleTechTouchStart_=function(){this.userWasActive=this.userActive()},n.handleTechTouchMove_=function(){this.userWasActive&&this.reportUserActivity()},n.handleTechTouchEnd_=function(e){e.preventDefault()},n.handleFullscreenChange_=function(){this.isFullscreen()?this.addClass("vjs-fullscreen"):this.removeClass("vjs-fullscreen")},n.handleStageClick_=function(){this.reportUserActivity()},n.handleTechFullscreenChange_=function(e,t){t&&this.isFullscreen(t.isFullscreen),this.trigger("fullscreenchange")},n.handleTechError_=function(){var e=this.tech_.error();this.error(e)},n.handleTechTextData_=function(){var e=null;arguments.length>1&&(e=arguments[1]),this.trigger("textdata",e)},n.getCache=function(){return this.cache_},n.techCall_=function(e,t){this.ready(function(){if(e in Qn)return function(e,t,n,i){return t[n](e.reduce($n(n),i))}(this.middleware_,this.tech_,e,t);if(e in Zn)return Jn(this.middleware_,this.tech_,e,t);try{this.tech_&&this.tech_[e](t)}catch(e){throw Q(e),e}},!0)},n.techGet_=function(e){if(this.tech_&&this.tech_.isReady_){if(e in Kn)return function(e,t,n){return e.reduceRight($n(n),t[n]())}(this.middleware_,this.tech_,e);if(e in Zn)return Jn(this.middleware_,this.tech_,e);try{return this.tech_[e]()}catch(t){if(void 0===this.tech_[e])throw Q("Video.js: "+e+" method not defined for "+this.techName_+" playback technology.",t),t;if("TypeError"===t.name)throw Q("Video.js: "+e+" unavailable on "+this.techName_+" playback technology element.",t),this.tech_.isReady_=!1,t;throw Q(t),t}}},n.play=function(){var e=this,t=this.options_.Promise||f.a.Promise;return t?new t(function(t){e.play_(t)}):this.play_()},n.play_=function(e){var t=this;if(void 0===e&&(e=ln),this.playOnLoadstart_&&this.off("loadstart",this.playOnLoadstart_),this.isReady_){if(!this.changingSrc_&&(this.src()||this.currentSrc()))return void e(this.techGet_("play"));this.playOnLoadstart_=function(){t.playOnLoadstart_=null,e(t.play())},this.one("loadstart",this.playOnLoadstart_)}else{if(this.playWaitingForReady_)return;this.playWaitingForReady_=!0,this.ready(function(){t.playWaitingForReady_=!1,e(t.play())})}},n.pause=function(){this.techCall_("pause")},n.paused=function(){return!1!==this.techGet_("paused")},n.played=function(){return this.techGet_("played")||Kt(0,0)},n.scrubbing=function(e){if(void 0===e)return this.scrubbing_;this.scrubbing_=!!e,e?this.addClass("vjs-scrubbing"):this.removeClass("vjs-scrubbing")},n.currentTime=function(e){return void 0!==e?(e<0&&(e=0),void this.techCall_("setCurrentTime",e)):(this.cache_.currentTime=this.techGet_("currentTime")||0,this.cache_.currentTime)},n.duration=function(e){if(void 0===e)return void 0!==this.cache_.duration?this.cache_.duration:NaN;(e=parseFloat(e))<0&&(e=1/0),e!==this.cache_.duration&&(this.cache_.duration=e,e===1/0?(this.addClass("vjs-live"),this.options_.liveui&&this.player_.liveTracker&&this.addClass("vjs-liveui")):(this.removeClass("vjs-live"),this.removeClass("vjs-liveui")),isNaN(e)||this.trigger("durationchange"))},n.remainingTime=function(){return this.duration()-this.currentTime()},n.remainingTimeDisplay=function(){return Math.floor(this.duration())-Math.floor(this.currentTime())},n.buffered=function(){var e=this.techGet_("buffered");return e&&e.length||(e=Kt(0,0)),e},n.bufferedPercent=function(){return Qt(this.buffered(),this.duration())},n.bufferedEnd=function(){var e=this.buffered(),t=this.duration(),n=e.end(e.length-1);return n>t&&(n=t),n},n.volume=function(e){var t;return void 0!==e?(t=Math.max(0,Math.min(1,parseFloat(e))),this.cache_.volume=t,this.techCall_("setVolume",t),void(t>0&&this.lastVolume_(t))):(t=parseFloat(this.techGet_("volume")),isNaN(t)?1:t)},n.muted=function(e){if(void 0===e)return this.techGet_("muted")||!1;this.techCall_("setMuted",e)},n.defaultMuted=function(e){return void 0!==e?this.techCall_("setDefaultMuted",e):this.techGet_("defaultMuted")||!1},n.lastVolume_=function(e){if(void 0===e||0===e)return this.cache_.lastVolume;this.cache_.lastVolume=e},n.supportsFullScreen=function(){return this.techGet_("supportsFullScreen")||!1},n.isFullscreen=function(e){if(void 0===e)return!!this.isFullscreen_;this.isFullscreen_=!!e},n.requestFullscreen=function(){var e=$t;this.isFullscreen(!0),e.requestFullscreen?(Qe(C.a,e.fullscreenchange,ut(this,function t(n){this.isFullscreen(C.a[e.fullscreenElement]),!1===this.isFullscreen()&&Ze(C.a,e.fullscreenchange,t),this.trigger("fullscreenchange")})),this.el_[e.requestFullscreen]()):this.tech_.supportsFullScreen()?this.techCall_("enterFullScreen"):(this.enterFullWindow(),this.trigger("fullscreenchange"))},n.exitFullscreen=function(){var e=$t;this.isFullscreen(!1),e.requestFullscreen?C.a[e.exitFullscreen]():this.tech_.supportsFullScreen()?this.techCall_("exitFullScreen"):(this.exitFullWindow(),this.trigger("fullscreenchange"))},n.enterFullWindow=function(){this.isFullWindow=!0,this.docOrigOverflow=C.a.documentElement.style.overflow,Qe(C.a,"keydown",ut(this,this.fullWindowOnEscKey)),C.a.documentElement.style.overflow="hidden",ve(C.a.body,"vjs-full-window"),this.trigger("enterFullWindow")},n.fullWindowOnEscKey=function(e){27===e.keyCode&&(!0===this.isFullscreen()?this.exitFullscreen():this.exitFullWindow())},n.exitFullWindow=function(){this.isFullWindow=!1,Ze(C.a,"keydown",this.fullWindowOnEscKey),C.a.documentElement.style.overflow=this.docOrigOverflow,ye(C.a.body,"vjs-full-window"),this.trigger("exitFullWindow")},n.canPlayType=function(e){for(var t,n=0,i=this.options_.techOrder;n<i.length;n++){var r=i[n],a=qn.getTech(r);if(a||(a=jt.getComponent(r)),a){if(a.isSupported()&&(t=a.canPlayType(e)))return t}else Q.error('The "'+r+'" tech is undefined. Skipped browser support check for that tech.')}return""},n.selectSource=function(e){var t,n=this,i=this.options_.techOrder.map(function(e){return[e,qn.getTech(e)]}).filter(function(e){var t=e[0],n=e[1];return n?n.isSupported():(Q.error('The "'+t+'" tech is undefined. Skipped browser support check for that tech.'),!1)}),r=function(e,t,n){var i;return e.some(function(e){return t.some(function(t){if(i=n(e,t))return!0})}),i},a=function(e,t){var i=e[0];if(e[1].canPlaySource(t,n.options_[i.toLowerCase()]))return{source:t,tech:i}};return(this.options_.sourceOrder?r(e,i,(t=a,function(e,n){return t(n,e)})):r(i,e,a))||!1},n.src=function(e){var t=this;if(void 0===e)return this.cache_.src||"";var n=function e(t){if(Array.isArray(t)){var n=[];t.forEach(function(t){t=e(t),Array.isArray(t)?n=n.concat(t):ie(t)&&n.push(t)}),t=n}else t="string"==typeof t&&t.trim()?[ni({src:t})]:ie(t)&&"string"==typeof t.src&&t.src&&t.src.trim()?[ni(t)]:[];return t}(e);n.length?(this.changingSrc_=!0,this.cache_.sources=n,this.updateSourceCaches_(n[0]),Xn(this,n[0],function(e,i){var r,a;if(t.middleware_=i,t.cache_.sources=n,t.updateSourceCaches_(e),t.src_(e))return n.length>1?t.src(n.slice(1)):(t.changingSrc_=!1,t.setTimeout(function(){this.error({code:4,message:this.localize(this.options_.notSupportedMessage)})},0),void t.triggerReady());r=i,a=t.tech_,r.forEach(function(e){return e.setTech&&e.setTech(a)})})):this.setTimeout(function(){this.error({code:4,message:this.localize(this.options_.notSupportedMessage)})},0)},n.src_=function(e){var t,n,i=this,r=this.selectSource([e]);return!r||(t=r.tech,n=this.techName_,wt(t)!==wt(n)?(this.changingSrc_=!0,this.loadTech_(r.tech,r.source),this.tech_.ready(function(){i.changingSrc_=!1}),!1):(this.ready(function(){this.tech_.constructor.prototype.hasOwnProperty("setSource")?this.techCall_("setSource",e):this.techCall_("src",e.src),this.changingSrc_=!1},!0),!1))},n.load=function(){this.techCall_("load")},n.reset=function(){this.tech_&&this.tech_.clearTracks("text"),this.loadTech_(this.options_.techOrder[0],null),this.techCall_("reset"),pt(this)&&this.trigger("playerreset")},n.currentSources=function(){var e=this.currentSource(),t=[];return 0!==Object.keys(e).length&&t.push(e),this.cache_.sources||t},n.currentSource=function(){return this.cache_.source||{}},n.currentSrc=function(){return this.currentSource()&&this.currentSource().src||""},n.currentType=function(){return this.currentSource()&&this.currentSource().type||""},n.preload=function(e){return void 0!==e?(this.techCall_("setPreload",e),void(this.options_.preload=e)):this.techGet_("preload")},n.autoplay=function(e){if(void 0===e)return this.options_.autoplay||!1;var t;"string"==typeof e&&/(any|play|muted)/.test(e)?(this.options_.autoplay=e,this.manualAutoplay_(e),t=!1):this.options_.autoplay=!!e,t=t||this.options_.autoplay,this.tech_&&this.techCall_("setAutoplay",t)},n.playsinline=function(e){return void 0!==e?(this.techCall_("setPlaysinline",e),this.options_.playsinline=e,this):this.techGet_("playsinline")},n.loop=function(e){return void 0!==e?(this.techCall_("setLoop",e),void(this.options_.loop=e)):this.techGet_("loop")},n.poster=function(e){if(void 0===e)return this.poster_;e||(e=""),e!==this.poster_&&(this.poster_=e,this.techCall_("setPoster",e),this.isPosterFromTech_=!1,this.trigger("posterchange"))},n.handleTechPosterChange_=function(){if((!this.poster_||this.options_.techCanOverridePoster)&&this.tech_&&this.tech_.poster){var e=this.tech_.poster()||"";e!==this.poster_&&(this.poster_=e,this.isPosterFromTech_=!0,this.trigger("posterchange"))}},n.controls=function(e){if(void 0===e)return!!this.controls_;e=!!e,this.controls_!==e&&(this.controls_=e,this.usingNativeControls()&&this.techCall_("setControls",e),this.controls_?(this.removeClass("vjs-controls-disabled"),this.addClass("vjs-controls-enabled"),this.trigger("controlsenabled"),this.usingNativeControls()||this.addTechControlsListeners_()):(this.removeClass("vjs-controls-enabled"),this.addClass("vjs-controls-disabled"),this.trigger("controlsdisabled"),this.usingNativeControls()||this.removeTechControlsListeners_()))},n.usingNativeControls=function(e){if(void 0===e)return!!this.usingNativeControls_;e=!!e,this.usingNativeControls_!==e&&(this.usingNativeControls_=e,this.usingNativeControls_?(this.addClass("vjs-using-native-controls"),this.trigger("usingnativecontrols")):(this.removeClass("vjs-using-native-controls"),this.trigger("usingcustomcontrols")))},n.error=function(e){return void 0===e?this.error_||null:null===e?(this.error_=e,this.removeClass("vjs-error"),void(this.errorDisplay&&this.errorDisplay.close())):(this.error_=new an(e),this.addClass("vjs-error"),Q.error("(CODE:"+this.error_.code+" "+an.errorTypes[this.error_.code]+")",this.error_.message,this.error_),void this.trigger("error"))},n.reportUserActivity=function(e){this.userActivity_=!0},n.userActive=function(e){if(void 0===e)return this.userActive_;if((e=!!e)!==this.userActive_){if(this.userActive_=e,this.userActive_)return this.userActivity_=!0,this.removeClass("vjs-user-inactive"),this.addClass("vjs-user-active"),void this.trigger("useractive");this.tech_&&this.tech_.one("mousemove",function(e){e.stopPropagation(),e.preventDefault()}),this.userActivity_=!1,this.removeClass("vjs-user-active"),this.addClass("vjs-user-inactive"),this.trigger("userinactive")}},n.listenForUserActivity_=function(){var e,t,n,i,r=ut(this,this.reportUserActivity);this.on("mousedown",function(){r(),this.clearInterval(e),e=this.setInterval(r,250)}),this.on("mousemove",function(e){e.screenX===t&&e.screenY===n||(t=e.screenX,n=e.screenY,r())}),this.on("mouseup",function(t){r(),this.clearInterval(e)}),this.on("keydown",r),this.on("keyup",r),this.setInterval(function(){if(this.userActivity_){this.userActivity_=!1,this.userActive(!0),this.clearTimeout(i);var e=this.options_.inactivityTimeout;e<=0||(i=this.setTimeout(function(){this.userActivity_||this.userActive(!1)},e))}},250)},n.playbackRate=function(e){if(void 0===e)return this.tech_&&this.tech_.featuresPlaybackRate?this.cache_.lastPlaybackRate||this.techGet_("playbackRate"):1;this.techCall_("setPlaybackRate",e)},n.defaultPlaybackRate=function(e){return void 0!==e?this.techCall_("setDefaultPlaybackRate",e):this.tech_&&this.tech_.featuresPlaybackRate?this.techGet_("defaultPlaybackRate"):1},n.isAudio=function(e){if(void 0===e)return!!this.isAudio_;this.isAudio_=!!e},n.addTextTrack=function(e,t,n){if(this.tech_)return this.tech_.addTextTrack(e,t,n)},n.addRemoteTextTrack=function(e,t){if(this.tech_)return this.tech_.addRemoteTextTrack(e,t)},n.removeRemoteTextTrack=function(e){void 0===e&&(e={});var t=e.track;if(t||(t=e),this.tech_)return this.tech_.removeRemoteTextTrack(t)},n.getVideoPlaybackQuality=function(){return this.techGet_("getVideoPlaybackQuality")},n.videoWidth=function(){return this.tech_&&this.tech_.videoWidth&&this.tech_.videoWidth()||0},n.videoHeight=function(){return this.tech_&&this.tech_.videoHeight&&this.tech_.videoHeight()||0},n.language=function(e){if(void 0===e)return this.language_;this.language_=String(e).toLowerCase()},n.languages=function(){return Ct(t.prototype.options_.languages,this.languages_)},n.toJSON=function(){var e=Ct(this.options_),t=e.tracks;e.tracks=[];for(var n=0;n<t.length;n++){var i=t[n];(i=Ct(i)).player=void 0,e.tracks[n]=i}return e},n.createModal=function(e,t){var n=this;(t=t||{}).content=e||"";var i=new pn(this,t);return this.addChild(i),i.on("dispose",function(){n.removeChild(i)}),i.open(),i},n.updateCurrentBreakpoint_=function(){if(this.responsive())for(var e=this.currentBreakpoint(),t=this.currentWidth(),n=0;n<Nr.length;n++){var i=Nr[n];if(t<=this.breakpoints_[i]){if(e===i)return;e&&this.removeClass(Fr[e]),this.addClass(Fr[i]),this.breakpoint_=i;break}}},n.removeCurrentBreakpoint_=function(){var e=this.currentBreakpointClass();this.breakpoint_="",e&&this.removeClass(e)},n.breakpoints=function(e){return void 0===e?ne(this.breakpoints_):(this.breakpoint_="",this.breakpoints_=ne({},Vr,e),this.updateCurrentBreakpoint_(),ne(this.breakpoints_))},n.responsive=function(e){return void 0===e?this.responsive_:(e=Boolean(e))!==this.responsive_?(this.responsive_=e,e?(this.on("playerresize",this.updateCurrentBreakpoint_),this.updateCurrentBreakpoint_()):(this.off("playerresize",this.updateCurrentBreakpoint_),this.removeCurrentBreakpoint_()),e):void 0},n.currentBreakpoint=function(){return this.breakpoint_},n.currentBreakpointClass=function(){return Fr[this.breakpoint_]||""},t.getTagSettings=function(e){var t={sources:[],tracks:[]},n=Te(e),i=n["data-setup"];if(ge(e,"vjs-fill")&&(n.fill=!0),ge(e,"vjs-fluid")&&(n.fluid=!0),null!==i){var a=r()(i||"{}"),s=a[0],o=a[1];s&&Q.error(s),ne(n,o)}if(ne(t,n),e.hasChildNodes())for(var l=e.childNodes,u=0,c=l.length;u<c;u++){var d=l[u],h=d.nodeName.toLowerCase();"source"===h?t.sources.push(Te(d)):"track"===h&&t.tracks.push(Te(d))}return t},n.flexNotSupported_=function(){var e=C.a.createElement("i");return!("flexBasis"in e.style||"webkitFlexBasis"in e.style||"mozFlexBasis"in e.style||"msFlexBasis"in e.style||"msFlexOrder"in e.style)},t}(jt);Hn.names.forEach(function(e){var t=Hn[e];zr.prototype[t.getterName]=function(){return this.tech_?this.tech_[t.getterName]():(this[t.privateName]=this[t.privateName]||new t.ListClass,this[t.privateName])}}),zr.players={};var Hr=f.a.navigator;zr.prototype.options_={techOrder:qn.defaultTechOrder_,html5:{},flash:{},inactivityTimeout:2e3,playbackRates:[],liveui:!1,children:["mediaLoader","posterImage","textTrackDisplay","loadingSpinner","bigPlayButton","liveTracker","controlBar","errorDisplay","textTrackSettings","resizeManager"],language:Hr&&(Hr.languages&&Hr.languages[0]||Hr.userLanguage||Hr.language)||"en",languages:{},notSupportedMessage:"No compatible source was found for this media.",breakpoints:{},responsive:!1},["ended","seeking","seekable","networkState","readyState"].forEach(function(e){zr.prototype[e]=function(){return this.techGet_(e)}}),Mr.forEach(function(e){zr.prototype["handleTech"+wt(e)+"_"]=function(){return this.trigger(e)}}),jt.registerComponent("Player",zr);var qr={},Gr=function(e){return qr.hasOwnProperty(e)},Wr=function(e){return Gr(e)?qr[e]:void 0},Yr=function(e,t){e.activePlugins_=e.activePlugins_||{},e.activePlugins_[t]=!0},Xr=function(e,t,n){var i=(n?"before":"")+"pluginsetup";e.trigger(i,t),e.trigger(i+":"+t.name,t)},Jr=function(e,t){return t.prototype.name=e,function(){Xr(this,{name:e,plugin:t,instance:null},!0);for(var n=arguments.length,i=new Array(n),r=0;r<n;r++)i[r]=arguments[r];var a=W(t,[this].concat(i));return this[e]=function(){return a},Xr(this,a.getEventHash()),a}},Kr=function(){function e(t){if(this.constructor===e)throw new Error("Plugin must be sub-classed; not directly instantiated.");this.player=t,Tt(this),delete this.trigger,kt(this,this.constructor.defaultState),Yr(t,this.name),this.dispose=ut(this,this.dispose),t.on("dispose",this.dispose)}var t=e.prototype;return t.version=function(){return this.constructor.VERSION},t.getEventHash=function(e){return void 0===e&&(e={}),e.name=this.name,e.plugin=this.constructor,e.instance=this,e},t.trigger=function(e,t){return void 0===t&&(t={}),$e(this.eventBusEl_,e,this.getEventHash(t))},t.handleStateChanged=function(e){},t.dispose=function(){var e=this.name,t=this.player;this.trigger("dispose"),this.off(),t.off("dispose",this.dispose),t.activePlugins_[e]=!1,this.player=this.state=null,t[e]=Jr(e,qr[e])},e.isBasic=function(t){var n="string"==typeof t?Wr(t):t;return"function"==typeof n&&!e.prototype.isPrototypeOf(n.prototype)},e.registerPlugin=function(t,n){if("string"!=typeof t)throw new Error('Illegal plugin name, "'+t+'", must be a string, was '+typeof t+".");if(Gr(t))Q.warn('A plugin named "'+t+'" already exists. You may want to avoid re-registering plugins!');else if(zr.prototype.hasOwnProperty(t))throw new Error('Illegal plugin name, "'+t+'", cannot share a name with an existing player method!');if("function"!=typeof n)throw new Error('Illegal plugin for "'+t+'", must be a function, was '+typeof n+".");return qr[t]=n,"plugin"!==t&&(e.isBasic(n)?zr.prototype[t]=function(e,t){var n=function(){Xr(this,{name:e,plugin:t,instance:null},!0);var n=t.apply(this,arguments);return Yr(this,e),Xr(this,{name:e,plugin:t,instance:n}),n};return Object.keys(t).forEach(function(e){n[e]=t[e]}),n}(t,n):zr.prototype[t]=Jr(t,n)),n},e.deregisterPlugin=function(e){if("plugin"===e)throw new Error("Cannot de-register base plugin.");Gr(e)&&(delete qr[e],delete zr.prototype[e])},e.getPlugins=function(e){var t;return void 0===e&&(e=Object.keys(qr)),e.forEach(function(e){var n=Wr(e);n&&((t=t||{})[e]=n)}),t},e.getPluginVersion=function(e){var t=Wr(e);return t&&t.VERSION||""},e}();Kr.getPlugin=Wr,Kr.BASE_PLUGIN_NAME="plugin",Kr.registerPlugin("plugin",Kr),zr.prototype.usingPlugin=function(e){return!!this.activePlugins_&&!0===this.activePlugins_[e]},zr.prototype.hasPlugin=function(e){return!!Gr(e)};var Qr=function(e){return 0===e.indexOf("#")?e.slice(1):e};function Zr(e,t,n){var i=Zr.getPlayer(e);if(i)return t&&Q.warn('Player "'+e+'" is already initialised. Options will not be applied.'),n&&i.ready(n),i;var r="string"==typeof e?Re("#"+Qr(e)):e;if(!ce(r))throw new TypeError("The element or ID supplied is not valid. (videojs)");C.a.body.contains(r)||Q.warn("The element supplied is not included in the DOM"),t=t||{},Zr.hooks("beforesetup").forEach(function(e){var n=e(r,Ct(t));ie(n)&&!Array.isArray(n)?t=Ct(t,n):Q.error("please return an object in beforesetup hooks")});var a=jt.getComponent("Player");return i=new a(r,t,n),Zr.hooks("setup").forEach(function(e){return e(i)}),i}if(Zr.hooks_={},Zr.hooks=function(e,t){return Zr.hooks_[e]=Zr.hooks_[e]||[],t&&(Zr.hooks_[e]=Zr.hooks_[e].concat(t)),Zr.hooks_[e]},Zr.hook=function(e,t){Zr.hooks(e,t)},Zr.hookOnce=function(e,t){Zr.hooks(e,[].concat(t).map(function(t){return function n(){return Zr.removeHook(e,n),t.apply(void 0,arguments)}}))},Zr.removeHook=function(e,t){var n=Zr.hooks(e).indexOf(t);return!(n<=-1)&&(Zr.hooks_[e]=Zr.hooks_[e].slice(),Zr.hooks_[e].splice(n,1),!0)},!0!==f.a.VIDEOJS_NO_DYNAMIC_STYLE&&ue()){var $r=Re(".vjs-styles-defaults");if(!$r){$r=ot("vjs-styles-defaults");var ea=Re("head");ea&&ea.insertBefore($r,ea.firstChild),lt($r,"\n .video-js {\n width: 300px;\n height: 150px;\n }\n\n .vjs-fluid {\n padding-top: 56.25%\n }\n ")}}at(1,Zr),Zr.VERSION=H,Zr.options=zr.prototype.options_,Zr.getPlayers=function(){return zr.players},Zr.getPlayer=function(e){var t,n=zr.players;if("string"==typeof e){var i=Qr(e),r=n[i];if(r)return r;t=Re("#"+i)}else t=e;if(ce(t)){var a=t,s=a.player,o=a.playerId;if(s||n[o])return s||n[o]}},Zr.getAllPlayers=function(){return Object.keys(zr.players).map(function(e){return zr.players[e]}).filter(Boolean)},Zr.players=zr.players,Zr.getComponent=jt.getComponent,Zr.registerComponent=function(e,t){qn.isTech(t)&&Q.warn("The "+e+" tech was registered as a component. It should instead be registered using videojs.registerTech(name, tech)"),jt.registerComponent.call(jt,e,t)},Zr.getTech=qn.getTech,Zr.registerTech=qn.registerTech,Zr.use=function(e,t){Gn[e]=Gn[e]||[],Gn[e].push(t)},Object.defineProperty(Zr,"middleware",{value:{},writeable:!1,enumerable:!0}),Object.defineProperty(Zr.middleware,"TERMINATOR",{value:Yn,writeable:!1,enumerable:!0}),Zr.browser=Yt,Zr.TOUCH_ENABLED=Wt,Zr.extend=function(e,t){void 0===t&&(t={});var n=function(){e.apply(this,arguments)},i={};for(var r in"object"==typeof t?(t.constructor!==Object.prototype.constructor&&(n=t.constructor),i=t):"function"==typeof t&&(n=t),function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(e.super_=t)}(n,e),i)i.hasOwnProperty(r)&&(n.prototype[r]=i[r]);return n},Zr.mergeOptions=Ct,Zr.bind=ut,Zr.registerPlugin=Kr.registerPlugin,Zr.deregisterPlugin=Kr.deregisterPlugin,Zr.plugin=function(e,t){return Q.warn("videojs.plugin() is deprecated; use videojs.registerPlugin() instead"),Kr.registerPlugin(e,t)},Zr.getPlugins=Kr.getPlugins,Zr.getPlugin=Kr.getPlugin,Zr.getPluginVersion=Kr.getPluginVersion,Zr.addLanguage=function(e,t){var n;return e=(""+e).toLowerCase(),Zr.options.languages=Ct(Zr.options.languages,((n={})[e]=t,n)),Zr.options.languages[e]},Zr.log=Q,Zr.createLogger=Z,Zr.createTimeRange=Zr.createTimeRanges=Kt,Zr.formatTime=vi,Zr.setFormatTime=function(e){gi=e},Zr.resetFormatTime=function(){gi=mi},Zr.parseUrl=An,Zr.isCrossOrigin=On,Zr.EventTarget=ht,Zr.on=Qe,Zr.one=et,Zr.off=Ze,Zr.trigger=$e,Zr.xhr=c.a,Zr.TextTrack=Dn,Zr.AudioTrack=Rn,Zr.VideoTrack=Mn,["isEl","isTextNode","createEl","hasClass","addClass","removeClass","toggleClass","setAttributes","getAttributes","emptyEl","appendContent","insertContent"].forEach(function(e){Zr[e]=function(){return Q.warn("videojs."+e+"() is deprecated; use videojs.dom."+e+"() instead"),Be[e].apply(null,arguments)}}),Zr.computedStyle=ae,Zr.dom=Be,Zr.url=Un;
-/**
- * @videojs/http-streaming
- * @version 1.5.1
- * @copyright 2018 Brightcove, Inc
- * @license Apache-2.0
- */
-var ta=function(e,t){return/^[a-z]+:/i.test(t)?t:(/\/\//i.test(e)||(e=h.a.buildAbsoluteURL(f.a.location.href,e)),h.a.buildAbsoluteURL(e,t))},na=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")},ia=function(){function e(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(t,n,i){return n&&e(t.prototype,n),i&&e(t,i),t}}(),ra=function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)},aa=function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t},sa=function(){return function(e,t){if(Array.isArray(e))return e;if(Symbol.iterator in Object(e))return function(e,t){var n=[],i=!0,r=!1,a=void 0;try{for(var s,o=e[Symbol.iterator]();!(i=(s=o.next()).done)&&(n.push(s.value),!t||n.length!==t);i=!0);}catch(e){r=!0,a=e}finally{try{!i&&o.return&&o.return()}finally{if(r)throw a}}return n}(e,t);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),oa=Zr.mergeOptions,la=Zr.EventTarget,ua=Zr.log,ca=function(e,t){["AUDIO","SUBTITLES"].forEach(function(n){for(var i in e.mediaGroups[n])for(var r in e.mediaGroups[n][i]){var a=e.mediaGroups[n][i][r];t(a,n,i,r)}})},da=function(e,t){var n=oa(e,{}),i=n.playlists[t.uri];if(!i)return null;if(i.segments&&t.segments&&i.segments.length===t.segments.length&&i.mediaSequence===t.mediaSequence)return null;var r=oa(i,t);i.segments&&(r.segments=function(e,t,n){var i=t.slice();n=n||0;for(var r=Math.min(e.length,t.length+n),a=n;a<r;a++)i[a-n]=oa(e[a],i[a-n]);return i}(i.segments,t.segments,t.mediaSequence-i.mediaSequence)),r.segments.forEach(function(e){!function(e,t){e.resolvedUri||(e.resolvedUri=ta(t,e.uri)),e.key&&!e.key.resolvedUri&&(e.key.resolvedUri=ta(t,e.key.uri)),e.map&&!e.map.resolvedUri&&(e.map.resolvedUri=ta(t,e.map.uri))}(e,r.resolvedUri)});for(var a=0;a<n.playlists.length;a++)n.playlists[a].uri===t.uri&&(n.playlists[a]=r);return n.playlists[t.uri]=r,n},ha=function(e){for(var t=e.playlists.length;t--;){var n=e.playlists[t];e.playlists[n.uri]=n,n.resolvedUri=ta(e.uri,n.uri),n.id=t,n.attributes||(n.attributes={},ua.warn("Invalid playlist STREAM-INF detected. Missing BANDWIDTH attribute."))}},pa=function(e){ca(e,function(t){t.uri&&(t.resolvedUri=ta(e.uri,t.uri))})},fa=function(e,t){var n=e.segments[e.segments.length-1];return t&&n&&n.duration?1e3*n.duration:500*(e.targetDuration||10)},ma=function(e){function t(e,n,i){na(this,t);var r=aa(this,(t.__proto__||Object.getPrototypeOf(t)).call(this));if(r.srcUrl=e,r.hls_=n,r.withCredentials=i,!r.srcUrl)throw new Error("A non-empty playlist URL is required");return r.state="HAVE_NOTHING",r.on("mediaupdatetimeout",function(){"HAVE_METADATA"===r.state&&(r.state="HAVE_CURRENT_METADATA",r.request=r.hls_.xhr({uri:ta(r.master.uri,r.media().uri),withCredentials:r.withCredentials},function(e,t){if(r.request)return e?r.playlistRequestError(r.request,r.media().uri,"HAVE_METADATA"):void r.haveMetadata(r.request,r.media().uri)}))}),r}return ra(t,la),ia(t,[{key:"playlistRequestError",value:function(e,t,n){this.request=null,n&&(this.state=n),this.error={playlist:this.master.playlists[t],status:e.status,message:"HLS playlist request error at URL: "+t,responseText:e.responseText,code:e.status>=500?4:2},this.trigger("error")}},{key:"haveMetadata",value:function(e,t){var n=this;this.request=null,this.state="HAVE_METADATA";var i=new k;i.push(e.responseText),i.end(),i.manifest.uri=t,i.manifest.attributes=i.manifest.attributes||{};var r=da(this.master,i.manifest);this.targetDuration=i.manifest.targetDuration,r?(this.master=r,this.media_=this.master.playlists[i.manifest.uri]):this.trigger("playlistunchanged"),this.media().endList||(f.a.clearTimeout(this.mediaUpdateTimeout),this.mediaUpdateTimeout=f.a.setTimeout(function(){n.trigger("mediaupdatetimeout")},fa(this.media(),!!r))),this.trigger("loadedplaylist")}},{key:"dispose",value:function(){this.stopRequest(),f.a.clearTimeout(this.mediaUpdateTimeout)}},{key:"stopRequest",value:function(){if(this.request){var e=this.request;this.request=null,e.onreadystatechange=null,e.abort()}}},{key:"media",value:function(e){var t=this;if(!e)return this.media_;if("HAVE_NOTHING"===this.state)throw new Error("Cannot switch media playlist from "+this.state);var n=this.state;if("string"==typeof e){if(!this.master.playlists[e])throw new Error("Unknown playlist URI: "+e);e=this.master.playlists[e]}var i=!this.media_||e.uri!==this.media_.uri;if(this.master.playlists[e.uri].endList)return this.request&&(this.request.onreadystatechange=null,this.request.abort(),this.request=null),this.state="HAVE_METADATA",this.media_=e,void(i&&(this.trigger("mediachanging"),this.trigger("mediachange")));if(i){if(this.state="SWITCHING_MEDIA",this.request){if(ta(this.master.uri,e.uri)===this.request.url)return;this.request.onreadystatechange=null,this.request.abort(),this.request=null}this.media_&&this.trigger("mediachanging"),this.request=this.hls_.xhr({uri:ta(this.master.uri,e.uri),withCredentials:this.withCredentials},function(i,r){if(t.request){if(i)return t.playlistRequestError(t.request,e.uri,n);t.haveMetadata(r,e.uri),"HAVE_MASTER"===n?t.trigger("loadedmetadata"):t.trigger("mediachange")}})}}},{key:"pause",value:function(){this.stopRequest(),f.a.clearTimeout(this.mediaUpdateTimeout),"HAVE_NOTHING"===this.state&&(this.started=!1),"SWITCHING_MEDIA"===this.state?this.media_?this.state="HAVE_METADATA":this.state="HAVE_MASTER":"HAVE_CURRENT_METADATA"===this.state&&(this.state="HAVE_METADATA")}},{key:"load",value:function(e){var t=this;f.a.clearTimeout(this.mediaUpdateTimeout);var n=this.media();if(e){var i=n?n.targetDuration/2*1e3:5e3;this.mediaUpdateTimeout=f.a.setTimeout(function(){return t.load()},i)}else this.started?n&&!n.endList?this.trigger("mediaupdatetimeout"):this.trigger("loadedplaylist"):this.start()}},{key:"start",value:function(){var e=this;this.started=!0,this.request=this.hls_.xhr({uri:this.srcUrl,withCredentials:this.withCredentials},function(t,n){if(e.request){if(e.request=null,t)return e.error={status:n.status,message:"HLS playlist request error at URL: "+e.srcUrl,responseText:n.responseText,code:2},"HAVE_NOTHING"===e.state&&(e.started=!1),e.trigger("error");var i=new k;return i.push(n.responseText),i.end(),e.state="HAVE_MASTER",i.manifest.uri=e.srcUrl,i.manifest.playlists?(e.master=i.manifest,ha(e.master),pa(e.master),e.trigger("loadedplaylist"),void(e.request||e.media(i.manifest.playlists[0]))):(e.master={mediaGroups:{AUDIO:{},VIDEO:{},"CLOSED-CAPTIONS":{},SUBTITLES:{}},uri:f.a.location.href,playlists:[{uri:e.srcUrl,id:0}]},e.master.playlists[e.srcUrl]=e.master.playlists[0],e.master.playlists[0].resolvedUri=e.srcUrl,e.master.playlists[0].attributes=e.master.playlists[0].attributes||{},e.haveMetadata(n,e.srcUrl),e.trigger("loadedmetadata"))}})}}]),t}(),ga=Zr.createTimeRange,va=function(e,t,n){var i,r;return void 0===t&&(t=e.mediaSequence+e.segments.length),t<e.mediaSequence?0:(i=function(e,t){var n=0,i=t-e.mediaSequence,r=e.segments[i];if(r){if(void 0!==r.start)return{result:r.start,precise:!0};if(void 0!==r.end)return{result:r.end-r.duration,precise:!0}}for(;i--;){if(void 0!==(r=e.segments[i]).end)return{result:n+r.end,precise:!0};if(n+=r.duration,void 0!==r.start)return{result:n+r.start,precise:!0}}return{result:n,precise:!1}}(e,t)).precise?i.result:(r=function(e,t){for(var n=0,i=void 0,r=t-e.mediaSequence;r<e.segments.length;r++){if(void 0!==(i=e.segments[r]).start)return{result:i.start-n,precise:!0};if(n+=i.duration,void 0!==i.end)return{result:i.end-n,precise:!0}}return{result:-1,precise:!1}}(e,t)).precise?r.result:i.result+n},ya=function(e,t,n){if(!e)return 0;if("number"!=typeof n&&(n=0),void 0===t){if(e.totalDuration)return e.totalDuration;if(!e.endList)return f.a.Infinity}return va(e,t,n)},ba=function(e,t,n){var i=0;if(t>n){var r=[n,t];t=r[0],n=r[1]}if(t<0){for(var a=t;a<Math.min(0,n);a++)i+=e.targetDuration;t=0}for(var s=t;s<n;s++)i+=e.segments[s].duration;return i},_a=function(e){if(!e.segments.length)return 0;for(var t=e.segments.length-1,n=e.segments[t].duration||e.targetDuration,i=n+2*e.targetDuration;t--&&!((n+=e.segments[t].duration)>=i););return Math.max(0,t)},Ta=function(e,t,n){if(!e||!e.segments)return null;if(e.endList)return ya(e);if(null===t)return null;t=t||0;var i=n?_a(e):e.segments.length;return va(e,e.mediaSequence+i,t)},Sa=function(e){return e-Math.floor(e)==0},ka=function(e,t){if(Sa(t))return t+.1*e;for(var n=t.toString().split(".")[1].length,i=1;i<=n;i++){var r=Math.pow(10,i),a=t*r;if(Sa(a)||i===n)return(a+e)/r}},wa=ka.bind(null,1),Ca=ka.bind(null,-1),ja=function(e){return e.excludeUntil&&e.excludeUntil>Date.now()},Ea=function(e){return e.excludeUntil&&e.excludeUntil===1/0},Aa=function(e){var t=ja(e);return!e.disabled&&!t},xa=function(e,t){return t.attributes&&t.attributes[e]},La=function(e,t){if(1===e.playlists.length)return!0;var n=t.attributes.BANDWIDTH||Number.MAX_VALUE;return 0===e.playlists.filter(function(e){return!!Aa(e)&&(e.attributes.BANDWIDTH||0)<n}).length},Oa={duration:ya,seekable:function(e,t){var n=t||0,i=Ta(e,t,!0);return null===i?ga():ga(n,i)},safeLiveIndex:_a,getMediaInfoForTime:function(e,t,n,i){var r=void 0,a=void 0,s=e.segments.length,o=t-i;if(o<0){if(n>0)for(r=n-1;r>=0;r--)if(a=e.segments[r],(o+=Ca(a.duration))>0)return{mediaIndex:r,startTime:i-ba(e,n,r)};return{mediaIndex:0,startTime:t}}if(n<0){for(r=n;r<0;r++)if((o-=e.targetDuration)<0)return{mediaIndex:0,startTime:t};n=0}for(r=n;r<s;r++)if(a=e.segments[r],(o-=wa(a.duration))<0)return{mediaIndex:r,startTime:i+ba(e,n,r)};return{mediaIndex:s-1,startTime:t}},isEnabled:Aa,isDisabled:function(e){return e.disabled},isBlacklisted:ja,isIncompatible:Ea,playlistEnd:Ta,isAes:function(e){for(var t=0;t<e.segments.length;t++)if(e.segments[t].key)return!0;return!1},isFmp4:function(e){for(var t=0;t<e.segments.length;t++)if(e.segments[t].map)return!0;return!1},hasAttribute:xa,estimateSegmentRequestTime:function(e,t,n){var i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0;return xa("BANDWIDTH",n)?(e*n.attributes.BANDWIDTH-8*i)/t:NaN},isLowestEnabledRendition:La},Ua=Zr.xhr,Pa=Zr.mergeOptions,Ia=function(){return function e(t,n){t=Pa({timeout:45e3},t);var i=e.beforeRequest||Zr.Hls.xhr.beforeRequest;if(i&&"function"==typeof i){var r=i(t);r&&(t=r)}var a=Ua(t,function(e,t){var i=a.response;!e&&i&&(a.responseTime=Date.now(),a.roundTripTime=a.responseTime-a.requestTime,a.bytesReceived=i.byteLength||i.length,a.bandwidth||(a.bandwidth=Math.floor(a.bytesReceived/a.roundTripTime*8*1e3))),t.headers&&(a.responseHeaders=t.headers),e&&"ETIMEDOUT"===e.code&&(a.timedout=!0),e||a.aborted||200===t.statusCode||206===t.statusCode||0===t.statusCode||(e=new Error("XHR Failed with a response of: "+(a&&(i||a.responseText)))),n(e,a)}),s=a.abort;return a.abort=function(){return a.aborted=!0,s.apply(a,arguments)},a.uri=t.uri,a.requestTime=Date.now(),a}},Da=function(e,t){return e.start(t)+"-"+e.end(t)},Ra=function(e,t){var n=e.toString(16);return"00".substring(0,2-n.length)+n+(t%2?" ":"")},Ma=function(e){return e>=32&&e<126?String.fromCharCode(e):"."},Ba=function(e){var t={};return Object.keys(e).forEach(function(n){var i=e[n];ArrayBuffer.isView(i)?t[n]={bytes:i.buffer,byteOffset:i.byteOffset,byteLength:i.byteLength}:t[n]=i}),t},Na=function(e){var t=e.byterange||{length:1/0,offset:0};return[t.length,t.offset,e.resolvedUri].join(",")},Fa=function(e){for(var t=Array.prototype.slice.call(e),n="",i=0;i<t.length/16;i++)n+=t.slice(16*i,16*i+16).map(Ra).join("")+" "+t.slice(16*i,16*i+16).map(Ma).join("")+"\n";return n},Va=Object.freeze({createTransferableMessage:Ba,initSegmentId:Na,hexDump:Fa,tagDump:function(e){var t=e.bytes;return Fa(t)},textRanges:function(e){var t="",n=void 0;for(n=0;n<e.length;n++)t+=Da(e,n)+" ";return t}}),za=function(e,t,n,i){var r=void 0;if("stream"===t){r=new Date(1e3*i+n.getTime());var a=e.toISOString(),s=n.toISOString(),o=r.toISOString();return s<=a&&a<=o}if("player"===t)return r=i+n,n<=e&&e<=r},Ha=function(e,t,n){if(!n.segments||0===n.segments.length)return null;if("player"!==t&&"stream"!==t)return null;for(var i=0,r=0;r<n.segments.length;r++){var a=n.segments[r],s=i+a.duration,o=void 0,l=void 0;"player"===t?(o=a.start,l=i):(o=a.dateTimeObject,l=a.dateTimeObject);var u=void 0!==a.start&&void 0!==a.end&&za(e,t,o,a.end-a.start),c=za(e,t,l,a.duration);if(u)return{segment:a,estimatedStart:l,type:"accurate"};if(c)return{segment:a,estimatedStart:l,type:"estimate"};i=s}return null},qa=function(e){var t=e.playlist,n=e.time,i=void 0===n?void 0:n,r=e.callback;if(!r)throw new Error("getStreamTime: callback must be provided");if(!t||void 0===i)return r({message:"getStreamTime: playlist and time must be provided"});var a=function(e,t){return Ha(e,"player",t)}(i,t);if(!a)return r({message:"valid streamTime was not found"});if("estimate"===a.type)return r({message:"Accurate streamTime could not be determined. Please seek to e.seekTime and try again",seekTime:a.estimatedStart});var s={mediaSeconds:i};return a.segment.dateTimeObject&&(s.programDateTime=a.segment.dateTimeObject.toISOString()),r(null,s)},Ga=function e(t){var n=t.streamTime,i=t.playlist,r=t.retryCount,a=void 0===r?2:r,s=t.seekTo,o=t.pauseAfterSeek,l=void 0===o||o,u=t.tech,c=t.callback;if(!c)throw new Error("seekToStreamTime: callback must be provided");if(void 0===n||!i||!s)return c({message:"seekToStreamTime: streamTime, seekTo and playlist must be provided"});if(!i.endList&&!u.hasStarted_)return c({message:"player must be playing a live stream to start buffering"});if(!function(e){if(!e.segments||0===e.segments.length)return!1;for(var t=0;t<e.segments.length;t++)if(!e.segments[t].dateTimeObject)return!1;return!0}(i))return c({message:"programDateTime tags must be provided in the manifest "+i.resolvedUri});var d=function(e,t){var n=void 0;try{n=new Date(e)}catch(e){return null}return Ha(n,"stream",t)}(n,i);if(!d)return c({message:n+" was not found in the stream"});if("estimate"===d.type)return 0===a?c({message:n+" is not buffered yet. Try again"}):e({streamTime:n,playlist:i,retryCount:a-1,seekTo:s,pauseAfterSeek:l,tech:u,callback:c});var h=d.segment,p=function(e,t){var n=void 0,i=void 0;try{n=new Date(e),i=new Date(t)}catch(e){}var r=n.getTime();return(i.getTime()-r)/1e3}(h.dateTimeObject,n),f=h.start+p;u.one("seeked",function(){return c(null,u.currentTime())}),l&&u.pause(),s(f)},Wa=function(e,t){var n=[],i=void 0;if(e&&e.length)for(i=0;i<e.length;i++)t(e.start(i),e.end(i))&&n.push([e.start(i),e.end(i)]);return Zr.createTimeRanges(n)},Ya=function(e,t){return Wa(e,function(e,n){return e-1/30<=t&&n+1/30>=t})},Xa=function(e,t){return Wa(e,function(e){return e-1/30>=t})},Ja=function(e){var t=[];if(!e||!e.length)return"";for(var n=0;n<e.length;n++)t.push(e.start(n)+" => "+e.end(n));return t.join(", ")},Ka=function(e){for(var t=[],n=0;n<e.length;n++)t.push({start:e.start(n),end:e.end(n)});return t},Qa=function(e,t,n){var i=void 0,r=void 0;if(n&&n.cues)for(i=n.cues.length;i--;)(r=n.cues[i]).startTime<=t&&r.endTime>=e&&n.removeCue(r)},Za=function(e){return isNaN(e)||Math.abs(e)===1/0?Number.MAX_VALUE:e},$a=function(e,t,n){var i=f.a.WebKitDataCue||f.a.VTTCue;if(t&&t.forEach(function(e){var t=e.stream;this.inbandTextTracks_[t].addCue(new i(e.startTime+this.timestampOffset,e.endTime+this.timestampOffset,e.text))},e),n){var r=Za(e.mediaSource_.duration);if(n.forEach(function(e){var t=e.cueTime+this.timestampOffset;e.frames.forEach(function(e){var n=new i(t,t,e.value||e.url||e.data||"");n.frame=e,n.value=e,function(e){Object.defineProperties(e.frame,{id:{get:function(){return Zr.log.warn("cue.frame.id is deprecated. Use cue.value.key instead."),e.value.key}},value:{get:function(){return Zr.log.warn("cue.frame.value is deprecated. Use cue.value.data instead."),e.value.data}},privateData:{get:function(){return Zr.log.warn("cue.frame.privateData is deprecated. Use cue.value.data instead."),e.value.data}}})}(n),this.metadataTrack_.addCue(n)},this)},e),e.metadataTrack_&&e.metadataTrack_.cues&&e.metadataTrack_.cues.length){for(var a=e.metadataTrack_.cues,s=[],o=0;o<a.length;o++)a[o]&&s.push(a[o]);var l=s.reduce(function(e,t){var n=e[t.startTime]||[];return n.push(t),e[t.startTime]=n,e},{}),u=Object.keys(l).sort(function(e,t){return Number(e)-Number(t)});u.forEach(function(e,t){var n=l[e],i=Number(u[t+1])||r;n.forEach(function(e){e.endTime=i})})}}},es="undefined"!=typeof window?window:{},ts="undefined"==typeof Symbol?"__target":Symbol(),ns="application/javascript",is=es.BlobBuilder||es.WebKitBlobBuilder||es.MozBlobBuilder||es.MSBlobBuilder,rs=es.URL||es.webkitURL||rs&&rs.msURL,as=es.Worker;function ss(e,t){return function(n){var i=this;if(!t)return new as(e);if(as&&!n){var r=cs(t.toString().replace(/^function.+?{/,"").slice(0,-1));return this[ts]=new as(r),function(e,t){if(!e||!t)return;var n=e.terminate;e.objURL=t,e.terminate=function(){e.objURL&&rs.revokeObjectURL(e.objURL),n.call(e)}}(this[ts],r),this[ts]}var a={postMessage:function(e){i.onmessage&&setTimeout(function(){i.onmessage({data:e,target:a})})}};t.call(a),this.postMessage=function(e){setTimeout(function(){a.onmessage({data:e,target:i})})},this.isThisThread=!0}}if(as){var os,ls=cs("self.onmessage = function () {}"),us=new Uint8Array(1);try{(os=new as(ls)).postMessage(us,[us.buffer])}catch(e){as=null}finally{rs.revokeObjectURL(ls),os&&os.terminate()}}function cs(e){try{return rs.createObjectURL(new Blob([e],{type:ns}))}catch(n){var t=new is;return t.append(e),rs.createObjectURL(t.getBlob(type))}}var ds=new ss("./transmuxer-worker.worker.js",function(e,t){var n=this;!function(){var e,t,i,r,a,s,o,l,u,c,d,h,p,f,m,g,v,y,b,_,T,S,k,w,C,j,E,A,x,L,O,U,P,I,D,R,M,B,N,F,V=Math.pow(2,32)-1;!function(){var e;if(S={avc1:[],avcC:[],btrt:[],dinf:[],dref:[],esds:[],ftyp:[],hdlr:[],mdat:[],mdhd:[],mdia:[],mfhd:[],minf:[],moof:[],moov:[],mp4a:[],mvex:[],mvhd:[],sdtp:[],smhd:[],stbl:[],stco:[],stsc:[],stsd:[],stsz:[],stts:[],styp:[],tfdt:[],tfhd:[],traf:[],trak:[],trun:[],trex:[],tkhd:[],vmhd:[]},"undefined"!=typeof Uint8Array){for(e in S)S.hasOwnProperty(e)&&(S[e]=[e.charCodeAt(0),e.charCodeAt(1),e.charCodeAt(2),e.charCodeAt(3)]);k=new Uint8Array(["i".charCodeAt(0),"s".charCodeAt(0),"o".charCodeAt(0),"m".charCodeAt(0)]),C=new Uint8Array(["a".charCodeAt(0),"v".charCodeAt(0),"c".charCodeAt(0),"1".charCodeAt(0)]),w=new Uint8Array([0,0,0,1]),j=new Uint8Array([0,0,0,0,0,0,0,0,118,105,100,101,0,0,0,0,0,0,0,0,0,0,0,0,86,105,100,101,111,72,97,110,100,108,101,114,0]),E=new Uint8Array([0,0,0,0,0,0,0,0,115,111,117,110,0,0,0,0,0,0,0,0,0,0,0,0,83,111,117,110,100,72,97,110,100,108,101,114,0]),A={video:j,audio:E},O=new Uint8Array([0,0,0,0,0,0,0,1,0,0,0,12,117,114,108,32,0,0,0,1]),L=new Uint8Array([0,0,0,0,0,0,0,0]),U=new Uint8Array([0,0,0,0,0,0,0,0]),P=U,I=new Uint8Array([0,0,0,0,0,0,0,0,0,0,0,0]),D=U,x=new Uint8Array([0,0,0,1,0,0,0,0,0,0,0,0])}}(),e=function(e){var t,n,i=[],r=0;for(t=1;t<arguments.length;t++)i.push(arguments[t]);for(t=i.length;t--;)r+=i[t].byteLength;for(n=new Uint8Array(r+8),new DataView(n.buffer,n.byteOffset,n.byteLength).setUint32(0,n.byteLength),n.set(e,4),t=0,r=8;t<i.length;t++)n.set(i[t],r),r+=i[t].byteLength;return n},t=function(){return e(S.dinf,e(S.dref,O))},i=function(t){return e(S.esds,new Uint8Array([0,0,0,0,3,25,0,0,0,4,17,64,21,0,6,0,0,0,218,192,0,0,218,192,5,2,t.audioobjecttype<<3|t.samplingfrequencyindex>>>1,t.samplingfrequencyindex<<7|t.channelcount<<3,6,1,2]))},m=function(t){return e(S.hdlr,A[t])},f=function(t){var n=new Uint8Array([0,0,0,0,0,0,0,2,0,0,0,3,0,1,95,144,t.duration>>>24&255,t.duration>>>16&255,t.duration>>>8&255,255&t.duration,85,196,0,0]);return t.samplerate&&(n[12]=t.samplerate>>>24&255,n[13]=t.samplerate>>>16&255,n[14]=t.samplerate>>>8&255,n[15]=255&t.samplerate),e(S.mdhd,n)},p=function(t){return e(S.mdia,f(t),m(t.type),s(t))},a=function(t){return e(S.mfhd,new Uint8Array([0,0,0,0,(4278190080&t)>>24,(16711680&t)>>16,(65280&t)>>8,255&t]))},s=function(n){return e(S.minf,"video"===n.type?e(S.vmhd,x):e(S.smhd,L),t(),v(n))},o=function(t,n){for(var i=[],r=n.length;r--;)i[r]=b(n[r]);return e.apply(null,[S.moof,a(t)].concat(i))},l=function(t){for(var n=t.length,i=[];n--;)i[n]=d(t[n]);return e.apply(null,[S.moov,c(4294967295)].concat(i).concat(u(t)))},u=function(t){for(var n=t.length,i=[];n--;)i[n]=_(t[n]);return e.apply(null,[S.mvex].concat(i))},c=function(t){var n=new Uint8Array([0,0,0,0,0,0,0,1,0,0,0,2,0,1,95,144,(4278190080&t)>>24,(16711680&t)>>16,(65280&t)>>8,255&t,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255]);return e(S.mvhd,n)},g=function(t){var n,i,r=t.samples||[],a=new Uint8Array(4+r.length);for(i=0;i<r.length;i++)n=r[i].flags,a[i+4]=n.dependsOn<<4|n.isDependedOn<<2|n.hasRedundancy;return e(S.sdtp,a)},v=function(t){return e(S.stbl,y(t),e(S.stts,D),e(S.stsc,P),e(S.stsz,I),e(S.stco,U))},y=function(t){return e(S.stsd,new Uint8Array([0,0,0,0,0,0,0,1]),"video"===t.type?R(t):M(t))},R=function(t){var n,i=t.sps||[],r=t.pps||[],a=[],s=[];for(n=0;n<i.length;n++)a.push((65280&i[n].byteLength)>>>8),a.push(255&i[n].byteLength),a=a.concat(Array.prototype.slice.call(i[n]));for(n=0;n<r.length;n++)s.push((65280&r[n].byteLength)>>>8),s.push(255&r[n].byteLength),s=s.concat(Array.prototype.slice.call(r[n]));return e(S.avc1,new Uint8Array([0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,(65280&t.width)>>8,255&t.width,(65280&t.height)>>8,255&t.height,0,72,0,0,0,72,0,0,0,0,0,0,0,1,19,118,105,100,101,111,106,115,45,99,111,110,116,114,105,98,45,104,108,115,0,0,0,0,0,0,0,0,0,0,0,0,0,24,17,17]),e(S.avcC,new Uint8Array([1,t.profileIdc,t.profileCompatibility,t.levelIdc,255].concat([i.length]).concat(a).concat([r.length]).concat(s))),e(S.btrt,new Uint8Array([0,28,156,128,0,45,198,192,0,45,198,192])))},M=function(t){return e(S.mp4a,new Uint8Array([0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,(65280&t.channelcount)>>8,255&t.channelcount,(65280&t.samplesize)>>8,255&t.samplesize,0,0,0,0,(65280&t.samplerate)>>8,255&t.samplerate,0,0]),i(t))},h=function(t){var n=new Uint8Array([0,0,0,7,0,0,0,0,0,0,0,0,(4278190080&t.id)>>24,(16711680&t.id)>>16,(65280&t.id)>>8,255&t.id,0,0,0,0,(4278190080&t.duration)>>24,(16711680&t.duration)>>16,(65280&t.duration)>>8,255&t.duration,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,(65280&t.width)>>8,255&t.width,0,0,(65280&t.height)>>8,255&t.height,0,0]);return e(S.tkhd,n)},b=function(t){var n,i,r,a,s,o;return n=e(S.tfhd,new Uint8Array([0,0,0,58,(4278190080&t.id)>>24,(16711680&t.id)>>16,(65280&t.id)>>8,255&t.id,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0])),s=Math.floor(t.baseMediaDecodeTime/(V+1)),o=Math.floor(t.baseMediaDecodeTime%(V+1)),i=e(S.tfdt,new Uint8Array([1,0,0,0,s>>>24&255,s>>>16&255,s>>>8&255,255&s,o>>>24&255,o>>>16&255,o>>>8&255,255&o])),92,"audio"===t.type?(r=T(t,92),e(S.traf,n,i,r)):(a=g(t),r=T(t,a.length+92),e(S.traf,n,i,r,a))},d=function(t){return t.duration=t.duration||4294967295,e(S.trak,h(t),p(t))},_=function(t){var n=new Uint8Array([0,0,0,0,(4278190080&t.id)>>24,(16711680&t.id)>>16,(65280&t.id)>>8,255&t.id,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1]);return"video"!==t.type&&(n[n.length-1]=0),e(S.trex,n)},F=function(e,t){var n=0,i=0,r=0,a=0;return e.length&&(void 0!==e[0].duration&&(n=1),void 0!==e[0].size&&(i=2),void 0!==e[0].flags&&(r=4),void 0!==e[0].compositionTimeOffset&&(a=8)),[0,0,n|i|r|a,1,(4278190080&e.length)>>>24,(16711680&e.length)>>>16,(65280&e.length)>>>8,255&e.length,(4278190080&t)>>>24,(16711680&t)>>>16,(65280&t)>>>8,255&t]},N=function(t,n){var i,r,a,s;for(n+=20+16*(r=t.samples||[]).length,i=F(r,n),s=0;s<r.length;s++)a=r[s],i=i.concat([(4278190080&a.duration)>>>24,(16711680&a.duration)>>>16,(65280&a.duration)>>>8,255&a.duration,(4278190080&a.size)>>>24,(16711680&a.size)>>>16,(65280&a.size)>>>8,255&a.size,a.flags.isLeading<<2|a.flags.dependsOn,a.flags.isDependedOn<<6|a.flags.hasRedundancy<<4|a.flags.paddingValue<<1|a.flags.isNonSyncSample,61440&a.flags.degradationPriority,15&a.flags.degradationPriority,(4278190080&a.compositionTimeOffset)>>>24,(16711680&a.compositionTimeOffset)>>>16,(65280&a.compositionTimeOffset)>>>8,255&a.compositionTimeOffset]);return e(S.trun,new Uint8Array(i))},B=function(t,n){var i,r,a,s;for(n+=20+8*(r=t.samples||[]).length,i=F(r,n),s=0;s<r.length;s++)a=r[s],i=i.concat([(4278190080&a.duration)>>>24,(16711680&a.duration)>>>16,(65280&a.duration)>>>8,255&a.duration,(4278190080&a.size)>>>24,(16711680&a.size)>>>16,(65280&a.size)>>>8,255&a.size]);return e(S.trun,new Uint8Array(i))},T=function(e,t){return"audio"===e.type?B(e,t):N(e,t)};var z,H,q,G,W,Y={ftyp:r=function(){return e(S.ftyp,k,w,k,C)},mdat:function(t){return e(S.mdat,t)},moof:o,moov:l,initSegment:function(e){var t,n=r(),i=l(e);return(t=new Uint8Array(n.byteLength+i.byteLength)).set(n),t.set(i,n.byteLength),t}},X=function(e){return e>>>0};q=function(e){return z(e,["moov","trak"]).reduce(function(e,t){var n,i,r,a,s;return(n=z(t,["tkhd"])[0])?(i=n[0],a=X(n[r=0===i?12:20]<<24|n[r+1]<<16|n[r+2]<<8|n[r+3]),(s=z(t,["mdia","mdhd"])[0])?(r=0===(i=s[0])?12:20,e[a]=X(s[r]<<24|s[r+1]<<16|s[r+2]<<8|s[r+3]),e):null):null},{})},G=function(e,t){var n,i,r;return n=z(t,["moof","traf"]),i=[].concat.apply([],n.map(function(t){return z(t,["tfhd"]).map(function(n){var i,r;return i=X(n[4]<<24|n[5]<<16|n[6]<<8|n[7]),r=e[i]||9e4,(z(t,["tfdt"]).map(function(e){var t,n;return t=e[0],n=X(e[4]<<24|e[5]<<16|e[6]<<8|e[7]),1===t&&(n*=Math.pow(2,32),n+=X(e[8]<<24|e[9]<<16|e[10]<<8|e[11])),n})[0]||1/0)/r})})),r=Math.min.apply(null,i),isFinite(r)?r:0},W=function(e){var t=z(e,["moov","trak"]),n=[];return t.forEach(function(e){var t=z(e,["mdia","hdlr"]),i=z(e,["tkhd"]);t.forEach(function(e,t){var r,a,s=H(e.subarray(8,12)),o=i[t];"vide"===s&&(a=0===(r=new DataView(o.buffer,o.byteOffset,o.byteLength)).getUint8(0)?r.getUint32(12):r.getUint32(20),n.push(a))})}),n};var J={findBox:z=function(e,t){var n,i,r,a,s,o=[];if(!t.length)return null;for(n=0;n<e.byteLength;)i=X(e[n]<<24|e[n+1]<<16|e[n+2]<<8|e[n+3]),r=H(e.subarray(n+4,n+8)),a=i>1?n+i:e.byteLength,r===t[0]&&(1===t.length?o.push(e.subarray(n+8,a)):(s=z(e.subarray(n+8,a),t.slice(1))).length&&(o=o.concat(s))),n=a;return o},parseType:H=function(e){var t="";return t+=String.fromCharCode(e[0]),t+=String.fromCharCode(e[1]),t+=String.fromCharCode(e[2]),t+=String.fromCharCode(e[3])},timescale:q,startTime:G,videoTrackIds:W},K=function(){this.init=function(){var e={};this.on=function(t,n){e[t]||(e[t]=[]),e[t]=e[t].concat(n)},this.off=function(t,n){var i;return!!e[t]&&(i=e[t].indexOf(n),e[t]=e[t].slice(),e[t].splice(i,1),i>-1)},this.trigger=function(t){var n,i,r,a;if(n=e[t])if(2===arguments.length)for(r=n.length,i=0;i<r;++i)n[i].call(this,arguments[1]);else{for(a=[],i=arguments.length,i=1;i<arguments.length;++i)a.push(arguments[i]);for(r=n.length,i=0;i<r;++i)n[i].apply(this,a)}},this.dispose=function(){e={}}}};K.prototype.pipe=function(e){return this.on("data",function(t){e.push(t)}),this.on("done",function(t){e.flush(t)}),e},K.prototype.push=function(e){this.trigger("data",e)},K.prototype.flush=function(e){this.trigger("done",e)};var Q,Z,$,ee,te,ne,ie,re=K,ae=function(e,t){var n={size:0,flags:{isLeading:0,dependsOn:1,isDependedOn:0,hasRedundancy:0,degradationPriority:0,isNonSyncSample:1}};return n.dataOffset=t,n.compositionTimeOffset=e.pts-e.dts,n.duration=e.duration,n.size=4*e.length,n.size+=e.byteLength,e.keyFrame&&(n.flags.dependsOn=2,n.flags.isNonSyncSample=0),n},se=function(e){var t,n,i=[],r=[];for(i.byteLength=0,t=0;t<e.length;t++)"access_unit_delimiter_rbsp"===(n=e[t]).nalUnitType?(i.length&&(i.duration=n.dts-i.dts,r.push(i)),(i=[n]).byteLength=n.data.byteLength,i.pts=n.pts,i.dts=n.dts):("slice_layer_without_partitioning_rbsp_idr"===n.nalUnitType&&(i.keyFrame=!0),i.duration=n.dts-i.dts,i.byteLength+=n.data.byteLength,i.push(n));return r.length&&(!i.duration||i.duration<=0)&&(i.duration=r[r.length-1].duration),r.push(i),r},oe=function(e){var t,n,i=[],r=[];for(i.byteLength=0,i.nalCount=0,i.duration=0,i.pts=e[0].pts,i.dts=e[0].dts,r.byteLength=0,r.nalCount=0,r.duration=0,r.pts=e[0].pts,r.dts=e[0].dts,t=0;t<e.length;t++)(n=e[t]).keyFrame?(i.length&&(r.push(i),r.byteLength+=i.byteLength,r.nalCount+=i.nalCount,r.duration+=i.duration),(i=[n]).nalCount=n.length,i.byteLength=n.byteLength,i.pts=n.pts,i.dts=n.dts,i.duration=n.duration):(i.duration+=n.duration,i.nalCount+=n.length,i.byteLength+=n.byteLength,i.push(n));return r.length&&i.duration<=0&&(i.duration=r[r.length-1].duration),r.byteLength+=i.byteLength,r.nalCount+=i.nalCount,r.duration+=i.duration,r.push(i),r},le=function(e){var t;return!e[0][0].keyFrame&&e.length>1&&(t=e.shift(),e.byteLength-=t.byteLength,e.nalCount-=t.nalCount,e[0][0].dts=t.dts,e[0][0].pts=t.pts,e[0][0].duration+=t.duration),e},ue=function(e,t){var n,i,r,a,s,o=t||0,l=[];for(n=0;n<e.length;n++)for(a=e[n],i=0;i<a.length;i++)s=a[i],o+=(r=ae(s,o)).size,l.push(r);return l},ce=function(e){var t,n,i,r,a,s,o=0,l=e.byteLength,u=e.nalCount,c=new Uint8Array(l+4*u),d=new DataView(c.buffer);for(t=0;t<e.length;t++)for(r=e[t],n=0;n<r.length;n++)for(a=r[n],i=0;i<a.length;i++)s=a[i],d.setUint32(o,s.data.byteLength),o+=4,c.set(s.data,o),o+=s.data.byteLength;return c},de=[33,16,5,32,164,27],he=[33,65,108,84,1,2,4,8,168,2,4,8,17,191,252],pe=function(e){for(var t=[];e--;)t.push(0);return t},fe={96000:[de,[227,64],pe(154),[56]],88200:[de,[231],pe(170),[56]],64000:[de,[248,192],pe(240),[56]],48000:[de,[255,192],pe(268),[55,148,128],pe(54),[112]],44100:[de,[255,192],pe(268),[55,163,128],pe(84),[112]],32000:[de,[255,192],pe(268),[55,234],pe(226),[112]],24000:[de,[255,192],pe(268),[55,255,128],pe(268),[111,112],pe(126),[224]],16000:[de,[255,192],pe(268),[55,255,128],pe(268),[111,255],pe(269),[223,108],pe(195),[1,192]],12000:[he,pe(268),[3,127,248],pe(268),[6,255,240],pe(268),[13,255,224],pe(268),[27,253,128],pe(259),[56]],11025:[he,pe(268),[3,127,248],pe(268),[6,255,240],pe(268),[13,255,224],pe(268),[27,255,192],pe(268),[55,175,128],pe(108),[112]],8000:[he,pe(268),[3,121,16],pe(47),[7]]},me=(Q=fe,Object.keys(Q).reduce(function(e,t){return e[t]=new Uint8Array(Q[t].reduce(function(e,t){return e.concat(t)},[])),e},{}));ne=function(e,t){return Z(te(e,t))},ie=function(e,t){return $(ee(e),t)};Z=function(e){return 9e4*e},$=function(e,t){return e*t},ee=function(e){return e/9e4},te=function(e,t){return e/t};var ge=ne,ve=ie,ye=function(e,t,n,i){var r,a,s,o,l=0,u=0,c=0;if(t.length&&(r=ge(e.baseMediaDecodeTime,e.samplerate),a=Math.ceil(9e4/(e.samplerate/1024)),n&&i&&(l=r-Math.max(n,i),c=(u=Math.floor(l/a))*a),!(u<1||c>45e3))){for((s=me[e.samplerate])||(s=t[0].data),o=0;o<u;o++)t.splice(o,0,{data:s});e.baseMediaDecodeTime-=Math.floor(ve(c,e.samplerate))}},be=function(e,t,n){return t.minSegmentDts>=n?e:(t.minSegmentDts=1/0,e.filter(function(e){return e.dts>=n&&(t.minSegmentDts=Math.min(t.minSegmentDts,e.dts),t.minSegmentPts=t.minSegmentDts,!0)}))},_e=function(e){var t,n,i=[];for(t=0;t<e.length;t++)n=e[t],i.push({size:n.data.byteLength,duration:1024});return i},Te=function(e){var t,n,i=0,r=new Uint8Array(function(e){var t,n=0;for(t=0;t<e.length;t++)n+=e[t].data.byteLength;return n}(e));for(t=0;t<e.length;t++)n=e[t],r.set(n.data,i),i+=n.data.byteLength;return r},Se=function(e){delete e.minSegmentDts,delete e.maxSegmentDts,delete e.minSegmentPts,delete e.maxSegmentPts},ke=function(e,t){var n,i=e.minSegmentDts;return t||(i-=e.timelineStartInfo.dts),n=e.timelineStartInfo.baseMediaDecodeTime,n+=i,n=Math.max(0,n),"audio"===e.type&&(n*=e.samplerate/9e4,n=Math.floor(n)),n},we=function(e,t){"number"==typeof t.pts&&(void 0===e.timelineStartInfo.pts&&(e.timelineStartInfo.pts=t.pts),void 0===e.minSegmentPts?e.minSegmentPts=t.pts:e.minSegmentPts=Math.min(e.minSegmentPts,t.pts),void 0===e.maxSegmentPts?e.maxSegmentPts=t.pts:e.maxSegmentPts=Math.max(e.maxSegmentPts,t.pts)),"number"==typeof t.dts&&(void 0===e.timelineStartInfo.dts&&(e.timelineStartInfo.dts=t.dts),void 0===e.minSegmentDts?e.minSegmentDts=t.dts:e.minSegmentDts=Math.min(e.minSegmentDts,t.dts),void 0===e.maxSegmentDts?e.maxSegmentDts=t.dts:e.maxSegmentDts=Math.max(e.maxSegmentDts,t.dts))},Ce=function(e){for(var t=0,n={payloadType:-1,payloadSize:0},i=0,r=0;t<e.byteLength&&128!==e[t];){for(;255===e[t];)i+=255,t++;for(i+=e[t++];255===e[t];)r+=255,t++;if(r+=e[t++],!n.payload&&4===i){n.payloadType=i,n.payloadSize=r,n.payload=e.subarray(t,t+r);break}t+=r,i=0,r=0}return n},je=function(e){return 181!==e.payload[0]?null:49!=(e.payload[1]<<8|e.payload[2])?null:"GA94"!==String.fromCharCode(e.payload[3],e.payload[4],e.payload[5],e.payload[6])?null:3!==e.payload[7]?null:e.payload.subarray(8,e.payload.length-1)},Ee=function(e,t){var n,i,r,a,s=[];if(!(64&t[0]))return s;for(i=31&t[0],n=0;n<i;n++)a={type:3&t[2+(r=3*n)],pts:e},4&t[r+2]&&(a.ccData=t[r+3]<<8|t[r+4],s.push(a));return s},Ae=function(e){for(var t,n,i=e.byteLength,r=[],a=1;a<i-2;)0===e[a]&&0===e[a+1]&&3===e[a+2]?(r.push(a+2),a+=2):a++;if(0===r.length)return e;t=i-r.length,n=new Uint8Array(t);var s=0;for(a=0;a<t;s++,a++)s===r[0]&&(s++,r.shift()),n[a]=e[s];return n},xe=4,Le=function e(){e.prototype.init.call(this),this.captionPackets_=[],this.ccStreams_=[new De(0,0),new De(0,1),new De(1,0),new De(1,1)],this.reset(),this.ccStreams_.forEach(function(e){e.on("data",this.trigger.bind(this,"data")),e.on("done",this.trigger.bind(this,"done"))},this)};(Le.prototype=new re).push=function(e){var t,n,i;if("sei_rbsp"===e.nalUnitType&&(t=Ce(e.escapedRBSP)).payloadType===xe&&(n=je(t)))if(e.dts<this.latestDts_)this.ignoreNextEqualDts_=!0;else{if(e.dts===this.latestDts_&&this.ignoreNextEqualDts_)return this.numSameDts_--,void(this.numSameDts_||(this.ignoreNextEqualDts_=!1));i=Ee(e.pts,n),this.captionPackets_=this.captionPackets_.concat(i),this.latestDts_!==e.dts&&(this.numSameDts_=0),this.numSameDts_++,this.latestDts_=e.dts}},Le.prototype.flush=function(){this.captionPackets_.length?(this.captionPackets_.forEach(function(e,t){e.presortIndex=t}),this.captionPackets_.sort(function(e,t){return e.pts===t.pts?e.presortIndex-t.presortIndex:e.pts-t.pts}),this.captionPackets_.forEach(function(e){e.type<2&&this.dispatchCea608Packet(e)},this),this.captionPackets_.length=0,this.ccStreams_.forEach(function(e){e.flush()},this)):this.ccStreams_.forEach(function(e){e.flush()},this)},Le.prototype.reset=function(){this.latestDts_=null,this.ignoreNextEqualDts_=!1,this.numSameDts_=0,this.activeCea608Channel_=[null,null],this.ccStreams_.forEach(function(e){e.reset()})},Le.prototype.dispatchCea608Packet=function(e){this.setsChannel1Active(e)?this.activeCea608Channel_[e.type]=0:this.setsChannel2Active(e)&&(this.activeCea608Channel_[e.type]=1),null!==this.activeCea608Channel_[e.type]&&this.ccStreams_[(e.type<<1)+this.activeCea608Channel_[e.type]].push(e)},Le.prototype.setsChannel1Active=function(e){return 4096==(30720&e.ccData)},Le.prototype.setsChannel2Active=function(e){return 6144==(30720&e.ccData)};var Oe={42:225,92:233,94:237,95:243,96:250,123:231,124:247,125:209,126:241,127:9608,304:174,305:176,306:189,307:191,308:8482,309:162,310:163,311:9834,312:224,313:160,314:232,315:226,316:234,317:238,318:244,319:251,544:193,545:201,546:211,547:218,548:220,549:252,550:8216,551:161,552:42,553:39,554:8212,555:169,556:8480,557:8226,558:8220,559:8221,560:192,561:194,562:199,563:200,564:202,565:203,566:235,567:206,568:207,569:239,570:212,571:217,572:249,573:219,574:171,575:187,800:195,801:227,802:205,803:204,804:236,805:210,806:242,807:213,808:245,809:123,810:125,811:92,812:94,813:95,814:124,815:126,816:196,817:228,818:214,819:246,820:223,821:165,822:164,823:9474,824:197,825:229,826:216,827:248,828:9484,829:9488,830:9492,831:9496},Ue=function(e){return null===e?"":(e=Oe[e]||e,String.fromCharCode(e))},Pe=[4352,4384,4608,4640,5376,5408,5632,5664,5888,5920,4096,4864,4896,5120,5152],Ie=function(){for(var e=[],t=15;t--;)e.push("");return e},De=function e(t,n){e.prototype.init.call(this),this.field_=t||0,this.dataChannel_=n||0,this.name_="CC"+(1+(this.field_<<1|this.dataChannel_)),this.setConstants(),this.reset(),this.push=function(e){var t,n,i,r,a;if((t=32639&e.ccData)!==this.lastControlCode_){if(4096==(61440&t)?this.lastControlCode_=t:t!==this.PADDING_&&(this.lastControlCode_=null),i=t>>>8,r=255&t,t!==this.PADDING_)if(t===this.RESUME_CAPTION_LOADING_)this.mode_="popOn";else if(t===this.END_OF_CAPTION_)this.mode_="popOn",this.clearFormatting(e.pts),this.flushDisplayed(e.pts),n=this.displayed_,this.displayed_=this.nonDisplayed_,this.nonDisplayed_=n,this.startPts_=e.pts;else if(t===this.ROLL_UP_2_ROWS_)this.rollUpRows_=2,this.setRollUp(e.pts);else if(t===this.ROLL_UP_3_ROWS_)this.rollUpRows_=3,this.setRollUp(e.pts);else if(t===this.ROLL_UP_4_ROWS_)this.rollUpRows_=4,this.setRollUp(e.pts);else if(t===this.CARRIAGE_RETURN_)this.clearFormatting(e.pts),this.flushDisplayed(e.pts),this.shiftRowsUp_(),this.startPts_=e.pts;else if(t===this.BACKSPACE_)"popOn"===this.mode_?this.nonDisplayed_[this.row_]=this.nonDisplayed_[this.row_].slice(0,-1):this.displayed_[this.row_]=this.displayed_[this.row_].slice(0,-1);else if(t===this.ERASE_DISPLAYED_MEMORY_)this.flushDisplayed(e.pts),this.displayed_=Ie();else if(t===this.ERASE_NON_DISPLAYED_MEMORY_)this.nonDisplayed_=Ie();else if(t===this.RESUME_DIRECT_CAPTIONING_)"paintOn"!==this.mode_&&(this.flushDisplayed(e.pts),this.displayed_=Ie()),this.mode_="paintOn",this.startPts_=e.pts;else if(this.isSpecialCharacter(i,r))a=Ue((i=(3&i)<<8)|r),this[this.mode_](e.pts,a),this.column_++;else if(this.isExtCharacter(i,r))"popOn"===this.mode_?this.nonDisplayed_[this.row_]=this.nonDisplayed_[this.row_].slice(0,-1):this.displayed_[this.row_]=this.displayed_[this.row_].slice(0,-1),a=Ue((i=(3&i)<<8)|r),this[this.mode_](e.pts,a),this.column_++;else if(this.isMidRowCode(i,r))this.clearFormatting(e.pts),this[this.mode_](e.pts," "),this.column_++,14==(14&r)&&this.addFormatting(e.pts,["i"]),1==(1&r)&&this.addFormatting(e.pts,["u"]);else if(this.isOffsetControlCode(i,r))this.column_+=3&r;else if(this.isPAC(i,r)){var s=Pe.indexOf(7968&t);"rollUp"===this.mode_&&(s-this.rollUpRows_+1<0&&(s=this.rollUpRows_-1),this.setRollUp(e.pts,s)),s!==this.row_&&(this.clearFormatting(e.pts),this.row_=s),1&r&&-1===this.formatting_.indexOf("u")&&this.addFormatting(e.pts,["u"]),16==(16&t)&&(this.column_=4*((14&t)>>1)),this.isColorPAC(r)&&14==(14&r)&&this.addFormatting(e.pts,["i"])}else this.isNormalChar(i)&&(0===r&&(r=null),a=Ue(i),a+=Ue(r),this[this.mode_](e.pts,a),this.column_+=a.length)}else this.lastControlCode_=null}};De.prototype=new re,De.prototype.flushDisplayed=function(e){var t=this.displayed_.map(function(e){try{return e.trim()}catch(e){return console.error("Skipping malformed caption."),""}}).join("\n").replace(/^\n+|\n+$/g,"");t.length&&this.trigger("data",{startPts:this.startPts_,endPts:e,text:t,stream:this.name_})},De.prototype.reset=function(){this.mode_="popOn",this.topRow_=0,this.startPts_=0,this.displayed_=Ie(),this.nonDisplayed_=Ie(),this.lastControlCode_=null,this.column_=0,this.row_=14,this.rollUpRows_=2,this.formatting_=[]},De.prototype.setConstants=function(){0===this.dataChannel_?(this.BASE_=16,this.EXT_=17,this.CONTROL_=(20|this.field_)<<8,this.OFFSET_=23):1===this.dataChannel_&&(this.BASE_=24,this.EXT_=25,this.CONTROL_=(28|this.field_)<<8,this.OFFSET_=31),this.PADDING_=0,this.RESUME_CAPTION_LOADING_=32|this.CONTROL_,this.END_OF_CAPTION_=47|this.CONTROL_,this.ROLL_UP_2_ROWS_=37|this.CONTROL_,this.ROLL_UP_3_ROWS_=38|this.CONTROL_,this.ROLL_UP_4_ROWS_=39|this.CONTROL_,this.CARRIAGE_RETURN_=45|this.CONTROL_,this.RESUME_DIRECT_CAPTIONING_=41|this.CONTROL_,this.BACKSPACE_=33|this.CONTROL_,this.ERASE_DISPLAYED_MEMORY_=44|this.CONTROL_,this.ERASE_NON_DISPLAYED_MEMORY_=46|this.CONTROL_},De.prototype.isSpecialCharacter=function(e,t){return e===this.EXT_&&t>=48&&t<=63},De.prototype.isExtCharacter=function(e,t){return(e===this.EXT_+1||e===this.EXT_+2)&&t>=32&&t<=63},De.prototype.isMidRowCode=function(e,t){return e===this.EXT_&&t>=32&&t<=47},De.prototype.isOffsetControlCode=function(e,t){return e===this.OFFSET_&&t>=33&&t<=35},De.prototype.isPAC=function(e,t){return e>=this.BASE_&&e<this.BASE_+8&&t>=64&&t<=127},De.prototype.isColorPAC=function(e){return e>=64&&e<=79||e>=96&&e<=127},De.prototype.isNormalChar=function(e){return e>=32&&e<=127},De.prototype.setRollUp=function(e,t){if("rollUp"!==this.mode_&&(this.row_=14,this.mode_="rollUp",this.flushDisplayed(e),this.nonDisplayed_=Ie(),this.displayed_=Ie()),void 0!==t&&t!==this.row_)for(var n=0;n<this.rollUpRows_;n++)this.displayed_[t-n]=this.displayed_[this.row_-n],this.displayed_[this.row_-n]="";void 0===t&&(t=this.row_),this.topRow_=t-this.rollUpRows_+1},De.prototype.addFormatting=function(e,t){this.formatting_=this.formatting_.concat(t);var n=t.reduce(function(e,t){return e+"<"+t+">"},"");this[this.mode_](e,n)},De.prototype.clearFormatting=function(e){if(this.formatting_.length){var t=this.formatting_.reverse().reduce(function(e,t){return e+"</"+t+">"},"");this.formatting_=[],this[this.mode_](e,t)}},De.prototype.popOn=function(e,t){var n=this.nonDisplayed_[this.row_];n+=t,this.nonDisplayed_[this.row_]=n},De.prototype.rollUp=function(e,t){var n=this.displayed_[this.row_];n+=t,this.displayed_[this.row_]=n},De.prototype.shiftRowsUp_=function(){var e;for(e=0;e<this.topRow_;e++)this.displayed_[e]="";for(e=this.row_+1;e<15;e++)this.displayed_[e]="";for(e=this.topRow_;e<this.row_;e++)this.displayed_[e]=this.displayed_[e+1];this.displayed_[this.row_]=""},De.prototype.paintOn=function(e,t){var n=this.displayed_[this.row_];n+=t,this.displayed_[this.row_]=n};var Re={CaptionStream:Le,Cea608Stream:De},Me={H264_STREAM_TYPE:27,ADTS_STREAM_TYPE:15,METADATA_STREAM_TYPE:21},Be=function(e,t){var n=1;for(e>t&&(n=-1);Math.abs(t-e)>4294967296;)e+=8589934592*n;return e},Ne=function e(t){var n,i;e.prototype.init.call(this),this.type_=t,this.push=function(e){e.type===this.type_&&(void 0===i&&(i=e.dts),e.dts=Be(e.dts,i),e.pts=Be(e.pts,i),n=e.dts,this.trigger("data",e))},this.flush=function(){i=n,this.trigger("done")},this.discontinuity=function(){i=void 0,n=void 0}};Ne.prototype=new re;var Fe,Ve=Ne,ze=function(e,t,n){var i,r="";for(i=t;i<n;i++)r+="%"+("00"+e[i].toString(16)).slice(-2);return r},He=function(e,t,n){return decodeURIComponent(ze(e,t,n))},qe=function(e){return e[0]<<21|e[1]<<14|e[2]<<7|e[3]},Ge={TXXX:function(e){var t;if(3===e.data[0]){for(t=1;t<e.data.length;t++)if(0===e.data[t]){e.description=He(e.data,1,t),e.value=He(e.data,t+1,e.data.length).replace(/\0*$/,"");break}e.data=e.value}},WXXX:function(e){var t;if(3===e.data[0])for(t=1;t<e.data.length;t++)if(0===e.data[t]){e.description=He(e.data,1,t),e.url=He(e.data,t+1,e.data.length);break}},PRIV:function(e){var t,n;for(t=0;t<e.data.length;t++)if(0===e.data[t]){e.owner=(n=e.data,unescape(ze(n,0,t)));break}e.privateData=e.data.subarray(t+1),e.data=e.privateData}};(Fe=function(e){var t,n={debug:!(!e||!e.debug),descriptor:e&&e.descriptor},i=0,r=[],a=0;if(Fe.prototype.init.call(this),this.dispatchType=Me.METADATA_STREAM_TYPE.toString(16),n.descriptor)for(t=0;t<n.descriptor.length;t++)this.dispatchType+=("00"+n.descriptor[t].toString(16)).slice(-2);this.push=function(e){var t,s,o,l,u;if("timed-metadata"===e.type)if(e.dataAlignmentIndicator&&(a=0,r.length=0),0===r.length&&(e.data.length<10||e.data[0]!=="I".charCodeAt(0)||e.data[1]!=="D".charCodeAt(0)||e.data[2]!=="3".charCodeAt(0)))n.debug&&console.log("Skipping unrecognized metadata packet");else if(r.push(e),a+=e.data.byteLength,1===r.length&&(i=qe(e.data.subarray(6,10)),i+=10),!(a<i)){for(t={data:new Uint8Array(i),frames:[],pts:r[0].pts,dts:r[0].dts},u=0;u<i;)t.data.set(r[0].data.subarray(0,i-u),u),u+=r[0].data.byteLength,a-=r[0].data.byteLength,r.shift();s=10,64&t.data[5]&&(s+=4,s+=qe(t.data.subarray(10,14)),i-=qe(t.data.subarray(16,20)));do{if((o=qe(t.data.subarray(s+4,s+8)))<1)return console.log("Malformed ID3 frame encountered. Skipping metadata parsing.");if((l={id:String.fromCharCode(t.data[s],t.data[s+1],t.data[s+2],t.data[s+3]),data:t.data.subarray(s+10,s+o+10)}).key=l.id,Ge[l.id]&&(Ge[l.id](l),"com.apple.streaming.transportStreamTimestamp"===l.owner)){var c=l.data,d=(1&c[3])<<30|c[4]<<22|c[5]<<14|c[6]<<6|c[7]>>>2;d*=4,d+=3&c[7],l.timeStamp=d,void 0===t.pts&&void 0===t.dts&&(t.pts=l.timeStamp,t.dts=l.timeStamp),this.trigger("timestamp",l)}t.frames.push(l),s+=10,s+=o}while(s<i);this.trigger("data",t)}}}).prototype=new re;var We,Ye,Xe,Je=Fe,Ke=Ve;(We=function(){var e=new Uint8Array(188),t=0;We.prototype.init.call(this),this.push=function(n){var i,r=0,a=188;for(t?((i=new Uint8Array(n.byteLength+t)).set(e.subarray(0,t)),i.set(n,t),t=0):i=n;a<i.byteLength;)71!==i[r]||71!==i[a]?(r++,a++):(this.trigger("data",i.subarray(r,a)),r+=188,a+=188);r<i.byteLength&&(e.set(i.subarray(r),0),t=i.byteLength-r)},this.flush=function(){188===t&&71===e[0]&&(this.trigger("data",e),t=0),this.trigger("done")}}).prototype=new re,(Ye=function(){var e,t,n,i;Ye.prototype.init.call(this),i=this,this.packetsWaitingForPmt=[],this.programMapTable=void 0,e=function(e,i){var r=0;i.payloadUnitStartIndicator&&(r+=e[r]+1),"pat"===i.type?t(e.subarray(r),i):n(e.subarray(r),i)},t=function(e,t){t.section_number=e[7],t.last_section_number=e[8],i.pmtPid=(31&e[10])<<8|e[11],t.pmtPid=i.pmtPid},n=function(e,t){var n,r;if(1&e[5]){for(i.programMapTable={video:null,audio:null,"timed-metadata":{}},n=3+((15&e[1])<<8|e[2])-4,r=12+((15&e[10])<<8|e[11]);r<n;){var a=e[r],s=(31&e[r+1])<<8|e[r+2];a===Me.H264_STREAM_TYPE&&null===i.programMapTable.video?i.programMapTable.video=s:a===Me.ADTS_STREAM_TYPE&&null===i.programMapTable.audio?i.programMapTable.audio=s:a===Me.METADATA_STREAM_TYPE&&(i.programMapTable["timed-metadata"][s]=a),r+=5+((15&e[r+3])<<8|e[r+4])}t.programMapTable=i.programMapTable}},this.push=function(t){var n={},i=4;if(n.payloadUnitStartIndicator=!!(64&t[1]),n.pid=31&t[1],n.pid<<=8,n.pid|=t[2],(48&t[3])>>>4>1&&(i+=t[i]+1),0===n.pid)n.type="pat",e(t.subarray(i),n),this.trigger("data",n);else if(n.pid===this.pmtPid)for(n.type="pmt",e(t.subarray(i),n),this.trigger("data",n);this.packetsWaitingForPmt.length;)this.processPes_.apply(this,this.packetsWaitingForPmt.shift());else void 0===this.programMapTable?this.packetsWaitingForPmt.push([t,i,n]):this.processPes_(t,i,n)},this.processPes_=function(e,t,n){n.pid===this.programMapTable.video?n.streamType=Me.H264_STREAM_TYPE:n.pid===this.programMapTable.audio?n.streamType=Me.ADTS_STREAM_TYPE:n.streamType=this.programMapTable["timed-metadata"][n.pid],n.type="pes",n.data=e.subarray(t),this.trigger("data",n)}}).prototype=new re,Ye.STREAM_TYPES={h264:27,adts:15},(Xe=function(){var e=this,t={data:[],size:0},n={data:[],size:0},i={data:[],size:0},r=function(t,n,i){var r,a,s=new Uint8Array(t.size),o={type:n},l=0,u=0;if(t.data.length&&!(t.size<9)){for(o.trackId=t.data[0].pid,l=0;l<t.data.length;l++)a=t.data[l],s.set(a.data,u),u+=a.data.byteLength;var c,d,h;c=s,(d=o).packetLength=6+(c[4]<<8|c[5]),d.dataAlignmentIndicator=0!=(4&c[6]),192&(h=c[7])&&(d.pts=(14&c[9])<<27|(255&c[10])<<20|(254&c[11])<<12|(255&c[12])<<5|(254&c[13])>>>3,d.pts*=4,d.pts+=(6&c[13])>>>1,d.dts=d.pts,64&h&&(d.dts=(14&c[14])<<27|(255&c[15])<<20|(254&c[16])<<12|(255&c[17])<<5|(254&c[18])>>>3,d.dts*=4,d.dts+=(6&c[18])>>>1)),d.data=c.subarray(9+c[8]),r="video"===n||o.packetLength<=t.size,(i||r)&&(t.size=0,t.data.length=0),r&&e.trigger("data",o)}};Xe.prototype.init.call(this),this.push=function(a){({pat:function(){},pes:function(){var e,s;switch(a.streamType){case Me.H264_STREAM_TYPE:case Me.H264_STREAM_TYPE:e=t,s="video";break;case Me.ADTS_STREAM_TYPE:e=n,s="audio";break;case Me.METADATA_STREAM_TYPE:e=i,s="timed-metadata";break;default:return}a.payloadUnitStartIndicator&&r(e,s,!0),e.data.push(a),e.size+=a.data.byteLength},pmt:function(){var t={type:"metadata",tracks:[]},n=a.programMapTable;null!==n.video&&t.tracks.push({timelineStartInfo:{baseMediaDecodeTime:0},id:+n.video,codec:"avc",type:"video"}),null!==n.audio&&t.tracks.push({timelineStartInfo:{baseMediaDecodeTime:0},id:+n.audio,codec:"adts",type:"audio"}),e.trigger("data",t)}})[a.type]()},this.flush=function(){r(t,"video"),r(n,"audio"),r(i,"timed-metadata"),this.trigger("done")}}).prototype=new re;var Qe={PAT_PID:0,MP2T_PACKET_LENGTH:188,TransportPacketStream:We,TransportParseStream:Ye,ElementaryStream:Xe,TimestampRolloverStream:Ke,CaptionStream:Re.CaptionStream,Cea608Stream:Re.Cea608Stream,MetadataStream:Je};for(var Ze in Me)Me.hasOwnProperty(Ze)&&(Qe[Ze]=Me[Ze]);var $e,et=Qe,tt=[96e3,88200,64e3,48e3,44100,32e3,24e3,22050,16e3,12e3,11025,8e3,7350];($e=function(){var e;$e.prototype.init.call(this),this.push=function(t){var n,i,r,a,s,o,l=0,u=0;if("audio"===t.type)for(e?(a=e,(e=new Uint8Array(a.byteLength+t.data.byteLength)).set(a),e.set(t.data,a.byteLength)):e=t.data;l+5<e.length;)if(255===e[l]&&240==(246&e[l+1])){if(i=2*(1&~e[l+1]),n=(3&e[l+3])<<11|e[l+4]<<3|(224&e[l+5])>>5,o=9e4*(s=1024*(1+(3&e[l+6])))/tt[(60&e[l+2])>>>2],r=l+n,e.byteLength<r)return;if(this.trigger("data",{pts:t.pts+u*o,dts:t.dts+u*o,sampleCount:s,audioobjecttype:1+(e[l+2]>>>6&3),channelcount:(1&e[l+2])<<2|(192&e[l+3])>>>6,samplerate:tt[(60&e[l+2])>>>2],samplingfrequencyindex:(60&e[l+2])>>>2,samplesize:16,data:e.subarray(l+7+i,r)}),e.byteLength===r)return void(e=void 0);u++,e=e.subarray(r)}else l++},this.flush=function(){this.trigger("done")}}).prototype=new re;var nt,it,rt,at=$e,st=function(e){var t=e.byteLength,n=0,i=0;this.length=function(){return 8*t},this.bitsAvailable=function(){return 8*t+i},this.loadWord=function(){var r=e.byteLength-t,a=new Uint8Array(4),s=Math.min(4,t);if(0===s)throw new Error("no bytes available");a.set(e.subarray(r,r+s)),n=new DataView(a.buffer).getUint32(0),i=8*s,t-=s},this.skipBits=function(e){var r;i>e?(n<<=e,i-=e):(e-=i,e-=8*(r=Math.floor(e/8)),t-=r,this.loadWord(),n<<=e,i-=e)},this.readBits=function(e){var r=Math.min(i,e),a=n>>>32-r;return(i-=r)>0?n<<=r:t>0&&this.loadWord(),(r=e-r)>0?a<<r|this.readBits(r):a},this.skipLeadingZeros=function(){var e;for(e=0;e<i;++e)if(0!=(n&2147483648>>>e))return n<<=e,i-=e,e;return this.loadWord(),e+this.skipLeadingZeros()},this.skipUnsignedExpGolomb=function(){this.skipBits(1+this.skipLeadingZeros())},this.skipExpGolomb=function(){this.skipBits(1+this.skipLeadingZeros())},this.readUnsignedExpGolomb=function(){var e=this.skipLeadingZeros();return this.readBits(e+1)-1},this.readExpGolomb=function(){var e=this.readUnsignedExpGolomb();return 1&e?1+e>>>1:-1*(e>>>1)},this.readBoolean=function(){return 1===this.readBits(1)},this.readUnsignedByte=function(){return this.readBits(8)},this.loadWord()};(it=function(){var e,t,n=0;it.prototype.init.call(this),this.push=function(i){var r;for(t?((r=new Uint8Array(t.byteLength+i.data.byteLength)).set(t),r.set(i.data,t.byteLength),t=r):t=i.data;n<t.byteLength-3;n++)if(1===t[n+2]){e=n+5;break}for(;e<t.byteLength;)switch(t[e]){case 0:if(0!==t[e-1]){e+=2;break}if(0!==t[e-2]){e++;break}n+3!==e-2&&this.trigger("data",t.subarray(n+3,e-2));do{e++}while(1!==t[e]&&e<t.length);n=e-2,e+=3;break;case 1:if(0!==t[e-1]||0!==t[e-2]){e+=3;break}this.trigger("data",t.subarray(n+3,e-2)),n=e-2,e+=3;break;default:e+=3}t=t.subarray(n),e-=n,n=0},this.flush=function(){t&&t.byteLength>3&&this.trigger("data",t.subarray(n+3)),t=null,n=0,this.trigger("done")}}).prototype=new re,rt={100:!0,110:!0,122:!0,244:!0,44:!0,83:!0,86:!0,118:!0,128:!0,138:!0,139:!0,134:!0},(nt=function(){var e,t,n,i,r,a,s,o=new it;nt.prototype.init.call(this),e=this,this.push=function(e){"video"===e.type&&(t=e.trackId,n=e.pts,i=e.dts,o.push(e))},o.on("data",function(s){var o={trackId:t,pts:n,dts:i,data:s};switch(31&s[0]){case 5:o.nalUnitType="slice_layer_without_partitioning_rbsp_idr";break;case 6:o.nalUnitType="sei_rbsp",o.escapedRBSP=r(s.subarray(1));break;case 7:o.nalUnitType="seq_parameter_set_rbsp",o.escapedRBSP=r(s.subarray(1)),o.config=a(o.escapedRBSP);break;case 8:o.nalUnitType="pic_parameter_set_rbsp";break;case 9:o.nalUnitType="access_unit_delimiter_rbsp"}e.trigger("data",o)}),o.on("done",function(){e.trigger("done")}),this.flush=function(){o.flush()},s=function(e,t){var n,i=8,r=8;for(n=0;n<e;n++)0!==r&&(r=(i+t.readExpGolomb()+256)%256),i=0===r?i:r},r=function(e){for(var t,n,i=e.byteLength,r=[],a=1;a<i-2;)0===e[a]&&0===e[a+1]&&3===e[a+2]?(r.push(a+2),a+=2):a++;if(0===r.length)return e;t=i-r.length,n=new Uint8Array(t);var s=0;for(a=0;a<t;s++,a++)s===r[0]&&(s++,r.shift()),n[a]=e[s];return n},a=function(e){var t,n,i,r,a,o,l,u,c,d,h,p,f,m=0,g=0,v=0,y=0,b=1;if(n=(t=new st(e)).readUnsignedByte(),r=t.readUnsignedByte(),i=t.readUnsignedByte(),t.skipUnsignedExpGolomb(),rt[n]&&(3===(a=t.readUnsignedExpGolomb())&&t.skipBits(1),t.skipUnsignedExpGolomb(),t.skipUnsignedExpGolomb(),t.skipBits(1),t.readBoolean()))for(h=3!==a?8:12,f=0;f<h;f++)t.readBoolean()&&s(f<6?16:64,t);if(t.skipUnsignedExpGolomb(),0===(o=t.readUnsignedExpGolomb()))t.readUnsignedExpGolomb();else if(1===o)for(t.skipBits(1),t.skipExpGolomb(),t.skipExpGolomb(),l=t.readUnsignedExpGolomb(),f=0;f<l;f++)t.skipExpGolomb();if(t.skipUnsignedExpGolomb(),t.skipBits(1),u=t.readUnsignedExpGolomb(),c=t.readUnsignedExpGolomb(),0===(d=t.readBits(1))&&t.skipBits(1),t.skipBits(1),t.readBoolean()&&(m=t.readUnsignedExpGolomb(),g=t.readUnsignedExpGolomb(),v=t.readUnsignedExpGolomb(),y=t.readUnsignedExpGolomb()),t.readBoolean()&&t.readBoolean()){switch(t.readUnsignedByte()){case 1:p=[1,1];break;case 2:p=[12,11];break;case 3:p=[10,11];break;case 4:p=[16,11];break;case 5:p=[40,33];break;case 6:p=[24,11];break;case 7:p=[20,11];break;case 8:p=[32,11];break;case 9:p=[80,33];break;case 10:p=[18,11];break;case 11:p=[15,11];break;case 12:p=[64,33];break;case 13:p=[160,99];break;case 14:p=[4,3];break;case 15:p=[3,2];break;case 16:p=[2,1];break;case 255:p=[t.readUnsignedByte()<<8|t.readUnsignedByte(),t.readUnsignedByte()<<8|t.readUnsignedByte()]}p&&(b=p[0]/p[1])}return{profileIdc:n,levelIdc:i,profileCompatibility:r,width:Math.ceil((16*(u+1)-2*m-2*g)*b),height:(2-d)*(c+1)*16-2*v-2*y}}}).prototype=new re;var ot,lt={H264Stream:nt,NalByteStream:it},ut=function(e){return e[0]==="I".charCodeAt(0)&&e[1]==="D".charCodeAt(0)&&e[2]==="3".charCodeAt(0)},ct=function(e,t){var n=e[t+6]<<21|e[t+7]<<14|e[t+8]<<7|e[t+9];return(16&e[t+5])>>4?n+20:n+10},dt=function(e,t){var n=(224&e[t+5])>>5,i=e[t+4]<<3;return 6144&e[t+3]|i|n};(ot=function(){var e=new Uint8Array,t=0;ot.prototype.init.call(this),this.setTimestamp=function(e){t=e},this.push=function(n){var i,r,a,s,o=0,l=0;for(e.length?(s=e.length,(e=new Uint8Array(n.byteLength+s)).set(e.subarray(0,s)),e.set(n,s)):e=n;e.length-l>=3;)if(e[l]!=="I".charCodeAt(0)||e[l+1]!=="D".charCodeAt(0)||e[l+2]!=="3".charCodeAt(0))if(255!=(255&e[l])||240!=(240&e[l+1]))l++;else{if(e.length-l<7)break;if(l+(o=dt(e,l))>e.length)break;a={type:"audio",data:e.subarray(l,l+o),pts:t,dts:t},this.trigger("data",a),l+=o}else{if(e.length-l<10)break;if(l+(o=ct(e,l))>e.length)break;r={type:"timed-metadata",data:e.subarray(l,l+o)},this.trigger("data",r),l+=o}i=e.length-l,e=i>0?e.subarray(l):new Uint8Array}}).prototype=new re;var ht,pt,ft,mt,gt=ot,vt=lt.H264Stream,yt=ut,bt=["audioobjecttype","channelcount","samplerate","samplingfrequencyindex","samplesize"],_t=["width","height","profileIdc","levelIdc","profileCompatibility"],Tt=function(e,t){var n;if(e.length!==t.length)return!1;for(n=0;n<e.length;n++)if(e[n]!==t[n])return!1;return!0};(pt=function(e,t){var n=[],i=0,r=0,a=0,s=1/0;t=t||{},pt.prototype.init.call(this),this.push=function(t){we(e,t),e&&bt.forEach(function(n){e[n]=t[n]}),n.push(t)},this.setEarliestDts=function(t){r=t-e.timelineStartInfo.baseMediaDecodeTime},this.setVideoBaseMediaDecodeTime=function(e){s=e},this.setAudioAppendStart=function(e){a=e},this.flush=function(){var o,l,u,c;0!==n.length?(o=be(n,e,r),e.baseMediaDecodeTime=ke(e,t.keepOriginalTimestamps),ye(e,o,a,s),e.samples=_e(o),u=Y.mdat(Te(o)),n=[],l=Y.moof(i,[e]),c=new Uint8Array(l.byteLength+u.byteLength),i++,c.set(l),c.set(u,l.byteLength),Se(e),this.trigger("data",{track:e,boxes:c}),this.trigger("done","AudioSegmentStream")):this.trigger("done","AudioSegmentStream")}}).prototype=new re,(ht=function(e,t){var n,i,r=0,a=[],s=[];t=t||{},ht.prototype.init.call(this),delete e.minPTS,this.gopCache_=[],this.push=function(t){we(e,t),"seq_parameter_set_rbsp"!==t.nalUnitType||n||(n=t.config,e.sps=[t.data],_t.forEach(function(t){e[t]=n[t]},this)),"pic_parameter_set_rbsp"!==t.nalUnitType||i||(i=t.data,e.pps=[t.data]),a.push(t)},this.flush=function(){for(var n,i,o,l,u,c;a.length&&"access_unit_delimiter_rbsp"!==a[0].nalUnitType;)a.shift();if(0===a.length)return this.resetStream_(),void this.trigger("done","VideoSegmentStream");if(n=se(a),(o=oe(n))[0][0].keyFrame||((i=this.getGopForFusion_(a[0],e))?(o.unshift(i),o.byteLength+=i.byteLength,o.nalCount+=i.nalCount,o.pts=i.pts,o.dts=i.dts,o.duration+=i.duration):o=le(o)),s.length){var d;if(!(d=t.alignGopsAtEnd?this.alignGopsAtEnd_(o):this.alignGopsAtStart_(o)))return this.gopCache_.unshift({gop:o.pop(),pps:e.pps,sps:e.sps}),this.gopCache_.length=Math.min(6,this.gopCache_.length),a=[],this.resetStream_(),void this.trigger("done","VideoSegmentStream");Se(e),o=d}we(e,o),e.samples=ue(o),u=Y.mdat(ce(o)),e.baseMediaDecodeTime=ke(e,t.keepOriginalTimestamps),this.trigger("processedGopsInfo",o.map(function(e){return{pts:e.pts,dts:e.dts,byteLength:e.byteLength}})),this.gopCache_.unshift({gop:o.pop(),pps:e.pps,sps:e.sps}),this.gopCache_.length=Math.min(6,this.gopCache_.length),a=[],this.trigger("baseMediaDecodeTime",e.baseMediaDecodeTime),this.trigger("timelineStartInfo",e.timelineStartInfo),l=Y.moof(r,[e]),c=new Uint8Array(l.byteLength+u.byteLength),r++,c.set(l),c.set(u,l.byteLength),this.trigger("data",{track:e,boxes:c}),this.resetStream_(),this.trigger("done","VideoSegmentStream")},this.resetStream_=function(){Se(e),n=void 0,i=void 0},this.getGopForFusion_=function(t){var n,i,r,a,s,o=1/0;for(s=0;s<this.gopCache_.length;s++)r=(a=this.gopCache_[s]).gop,e.pps&&Tt(e.pps[0],a.pps[0])&&e.sps&&Tt(e.sps[0],a.sps[0])&&(r.dts<e.timelineStartInfo.dts||(n=t.dts-r.dts-r.duration)>=-1e4&&n<=45e3&&(!i||o>n)&&(i=a,o=n));return i?i.gop:null},this.alignGopsAtStart_=function(e){var t,n,i,r,a,o,l,u;for(a=e.byteLength,o=e.nalCount,l=e.duration,t=n=0;t<s.length&&n<e.length&&(i=s[t],r=e[n],i.pts!==r.pts);)r.pts>i.pts?t++:(n++,a-=r.byteLength,o-=r.nalCount,l-=r.duration);return 0===n?e:n===e.length?null:((u=e.slice(n)).byteLength=a,u.duration=l,u.nalCount=o,u.pts=u[0].pts,u.dts=u[0].dts,u)},this.alignGopsAtEnd_=function(e){var t,n,i,r,a,o,l;for(t=s.length-1,n=e.length-1,a=null,o=!1;t>=0&&n>=0;){if(i=s[t],r=e[n],i.pts===r.pts){o=!0;break}i.pts>r.pts?t--:(t===s.length-1&&(a=n),n--)}if(!o&&null===a)return null;if(0===(l=o?n:a))return e;var u=e.slice(l),c=u.reduce(function(e,t){return e.byteLength+=t.byteLength,e.duration+=t.duration,e.nalCount+=t.nalCount,e},{byteLength:0,duration:0,nalCount:0});return u.byteLength=c.byteLength,u.duration=c.duration,u.nalCount=c.nalCount,u.pts=u[0].pts,u.dts=u[0].dts,u},this.alignGopsWith=function(e){s=e}}).prototype=new re,(mt=function(e,t){this.numberOfTracks=0,this.metadataStream=t,void 0!==(e=e||{}).remux?this.remuxTracks=!!e.remux:this.remuxTracks=!0,"boolean"==typeof e.keepOriginalTimestamps&&(this.keepOriginalTimestamps=e.keepOriginalTimestamps),this.pendingTracks=[],this.videoTrack=null,this.pendingBoxes=[],this.pendingCaptions=[],this.pendingMetadata=[],this.pendingBytes=0,this.emittedTracks=0,mt.prototype.init.call(this),this.push=function(e){return e.text?this.pendingCaptions.push(e):e.frames?this.pendingMetadata.push(e):(this.pendingTracks.push(e.track),this.pendingBoxes.push(e.boxes),this.pendingBytes+=e.boxes.byteLength,"video"===e.track.type&&(this.videoTrack=e.track),void("audio"===e.track.type&&(this.audioTrack=e.track)))}}).prototype=new re,mt.prototype.flush=function(e){var t,n,i,r,a=0,s={captions:[],captionStreams:{},metadata:[],info:{}},o=0;if(this.pendingTracks.length<this.numberOfTracks){if("VideoSegmentStream"!==e&&"AudioSegmentStream"!==e)return;if(this.remuxTracks)return;if(0===this.pendingTracks.length)return this.emittedTracks++,void(this.emittedTracks>=this.numberOfTracks&&(this.trigger("done"),this.emittedTracks=0))}for(this.videoTrack?(o=this.videoTrack.timelineStartInfo.pts,_t.forEach(function(e){s.info[e]=this.videoTrack[e]},this)):this.audioTrack&&(o=this.audioTrack.timelineStartInfo.pts,bt.forEach(function(e){s.info[e]=this.audioTrack[e]},this)),1===this.pendingTracks.length?s.type=this.pendingTracks[0].type:s.type="combined",this.emittedTracks+=this.pendingTracks.length,i=Y.initSegment(this.pendingTracks),s.initSegment=new Uint8Array(i.byteLength),s.initSegment.set(i),s.data=new Uint8Array(this.pendingBytes),r=0;r<this.pendingBoxes.length;r++)s.data.set(this.pendingBoxes[r],a),a+=this.pendingBoxes[r].byteLength;for(r=0;r<this.pendingCaptions.length;r++)(t=this.pendingCaptions[r]).startTime=t.startPts,this.keepOriginalTimestamps||(t.startTime-=o),t.startTime/=9e4,t.endTime=t.endPts,this.keepOriginalTimestamps||(t.endTime-=o),t.endTime/=9e4,s.captionStreams[t.stream]=!0,s.captions.push(t);for(r=0;r<this.pendingMetadata.length;r++)(n=this.pendingMetadata[r]).cueTime=n.pts,this.keepOriginalTimestamps||(n.cueTime-=o),n.cueTime/=9e4,s.metadata.push(n);s.metadata.dispatchType=this.metadataStream.dispatchType,this.pendingTracks.length=0,this.videoTrack=null,this.pendingBoxes.length=0,this.pendingCaptions.length=0,this.pendingBytes=0,this.pendingMetadata.length=0,this.trigger("data",s),this.emittedTracks>=this.numberOfTracks&&(this.trigger("done"),this.emittedTracks=0)},(ft=function(e){var t,n,i=this,r=!0;ft.prototype.init.call(this),e=e||{},this.baseMediaDecodeTime=e.baseMediaDecodeTime||0,this.transmuxPipeline_={},this.setupAacPipeline=function(){var t={};this.transmuxPipeline_=t,t.type="aac",t.metadataStream=new et.MetadataStream,t.aacStream=new gt,t.audioTimestampRolloverStream=new et.TimestampRolloverStream("audio"),t.timedMetadataTimestampRolloverStream=new et.TimestampRolloverStream("timed-metadata"),t.adtsStream=new at,t.coalesceStream=new mt(e,t.metadataStream),t.headOfPipeline=t.aacStream,t.aacStream.pipe(t.audioTimestampRolloverStream).pipe(t.adtsStream),t.aacStream.pipe(t.timedMetadataTimestampRolloverStream).pipe(t.metadataStream).pipe(t.coalesceStream),t.metadataStream.on("timestamp",function(e){t.aacStream.setTimestamp(e.timeStamp)}),t.aacStream.on("data",function(r){"timed-metadata"!==r.type||t.audioSegmentStream||(n=n||{timelineStartInfo:{baseMediaDecodeTime:i.baseMediaDecodeTime},codec:"adts",type:"audio"},t.coalesceStream.numberOfTracks++,t.audioSegmentStream=new pt(n,e),t.adtsStream.pipe(t.audioSegmentStream).pipe(t.coalesceStream))}),t.coalesceStream.on("data",this.trigger.bind(this,"data")),t.coalesceStream.on("done",this.trigger.bind(this,"done"))},this.setupTsPipeline=function(){var r={};this.transmuxPipeline_=r,r.type="ts",r.metadataStream=new et.MetadataStream,r.packetStream=new et.TransportPacketStream,r.parseStream=new et.TransportParseStream,r.elementaryStream=new et.ElementaryStream,r.videoTimestampRolloverStream=new et.TimestampRolloverStream("video"),r.audioTimestampRolloverStream=new et.TimestampRolloverStream("audio"),r.timedMetadataTimestampRolloverStream=new et.TimestampRolloverStream("timed-metadata"),r.adtsStream=new at,r.h264Stream=new vt,r.captionStream=new et.CaptionStream,r.coalesceStream=new mt(e,r.metadataStream),r.headOfPipeline=r.packetStream,r.packetStream.pipe(r.parseStream).pipe(r.elementaryStream),r.elementaryStream.pipe(r.videoTimestampRolloverStream).pipe(r.h264Stream),r.elementaryStream.pipe(r.audioTimestampRolloverStream).pipe(r.adtsStream),r.elementaryStream.pipe(r.timedMetadataTimestampRolloverStream).pipe(r.metadataStream).pipe(r.coalesceStream),r.h264Stream.pipe(r.captionStream).pipe(r.coalesceStream),r.elementaryStream.on("data",function(a){var s;if("metadata"===a.type){for(s=a.tracks.length;s--;)t||"video"!==a.tracks[s].type?n||"audio"!==a.tracks[s].type||((n=a.tracks[s]).timelineStartInfo.baseMediaDecodeTime=i.baseMediaDecodeTime):(t=a.tracks[s]).timelineStartInfo.baseMediaDecodeTime=i.baseMediaDecodeTime;t&&!r.videoSegmentStream&&(r.coalesceStream.numberOfTracks++,r.videoSegmentStream=new ht(t,e),r.videoSegmentStream.on("timelineStartInfo",function(e){n&&(n.timelineStartInfo=e,r.audioSegmentStream.setEarliestDts(e.dts))}),r.videoSegmentStream.on("processedGopsInfo",i.trigger.bind(i,"gopInfo")),r.videoSegmentStream.on("baseMediaDecodeTime",function(e){n&&r.audioSegmentStream.setVideoBaseMediaDecodeTime(e)}),r.h264Stream.pipe(r.videoSegmentStream).pipe(r.coalesceStream)),n&&!r.audioSegmentStream&&(r.coalesceStream.numberOfTracks++,r.audioSegmentStream=new pt(n,e),r.adtsStream.pipe(r.audioSegmentStream).pipe(r.coalesceStream))}}),r.coalesceStream.on("data",this.trigger.bind(this,"data")),r.coalesceStream.on("done",this.trigger.bind(this,"done"))},this.setBaseMediaDecodeTime=function(i){var r=this.transmuxPipeline_;e.keepOriginalTimestamps||(this.baseMediaDecodeTime=i),n&&(n.timelineStartInfo.dts=void 0,n.timelineStartInfo.pts=void 0,Se(n),e.keepOriginalTimestamps||(n.timelineStartInfo.baseMediaDecodeTime=i),r.audioTimestampRolloverStream&&r.audioTimestampRolloverStream.discontinuity()),t&&(r.videoSegmentStream&&(r.videoSegmentStream.gopCache_=[],r.videoTimestampRolloverStream.discontinuity()),t.timelineStartInfo.dts=void 0,t.timelineStartInfo.pts=void 0,Se(t),r.captionStream.reset(),e.keepOriginalTimestamps||(t.timelineStartInfo.baseMediaDecodeTime=i)),r.timedMetadataTimestampRolloverStream&&r.timedMetadataTimestampRolloverStream.discontinuity()},this.setAudioAppendStart=function(e){n&&this.transmuxPipeline_.audioSegmentStream.setAudioAppendStart(e)},this.alignGopsWith=function(e){t&&this.transmuxPipeline_.videoSegmentStream&&this.transmuxPipeline_.videoSegmentStream.alignGopsWith(e)},this.push=function(e){if(r){var t=yt(e);t&&"aac"!==this.transmuxPipeline_.type?this.setupAacPipeline():t||"ts"===this.transmuxPipeline_.type||this.setupTsPipeline(),r=!1}this.transmuxPipeline_.headOfPipeline.push(e)},this.flush=function(){r=!0,this.transmuxPipeline_.headOfPipeline.flush()},this.resetCaptions=function(){this.transmuxPipeline_.captionStream&&this.transmuxPipeline_.captionStream.reset()}}).prototype=new re;var St,kt,wt={Transmuxer:ft,VideoSegmentStream:ht,AudioSegmentStream:pt,AUDIO_PROPERTIES:bt,VIDEO_PROPERTIES:_t},Ct=J.parseType,jt=function(e){return new Date(1e3*e-20828448e5)},Et=function(e){return{isLeading:(12&e[0])>>>2,dependsOn:3&e[0],isDependedOn:(192&e[1])>>>6,hasRedundancy:(48&e[1])>>>4,paddingValue:(14&e[1])>>>1,isNonSyncSample:1&e[1],degradationPriority:e[2]<<8|e[3]}},At=function(e){var t,n,i=new DataView(e.buffer,e.byteOffset,e.byteLength),r=[];for(t=0;t+4<e.length;t+=n)if(n=i.getUint32(t),t+=4,n<=0)r.push("<span style='color:red;'>MALFORMED DATA</span>");else switch(31&e[t]){case 1:r.push("slice_layer_without_partitioning_rbsp");break;case 5:r.push("slice_layer_without_partitioning_rbsp_idr");break;case 6:r.push("sei_rbsp");break;case 7:r.push("seq_parameter_set_rbsp");break;case 8:r.push("pic_parameter_set_rbsp");break;case 9:r.push("access_unit_delimiter_rbsp");break;default:r.push("UNKNOWN NAL - "+e[t]&31)}return r},xt={avc1:function(e){var t=new DataView(e.buffer,e.byteOffset,e.byteLength);return{dataReferenceIndex:t.getUint16(6),width:t.getUint16(24),height:t.getUint16(26),horizresolution:t.getUint16(28)+t.getUint16(30)/16,vertresolution:t.getUint16(32)+t.getUint16(34)/16,frameCount:t.getUint16(40),depth:t.getUint16(74),config:St(e.subarray(78,e.byteLength))}},avcC:function(e){var t,n,i,r,a=new DataView(e.buffer,e.byteOffset,e.byteLength),s={configurationVersion:e[0],avcProfileIndication:e[1],profileCompatibility:e[2],avcLevelIndication:e[3],lengthSizeMinusOne:3&e[4],sps:[],pps:[]},o=31&e[5];for(i=6,r=0;r<o;r++)n=a.getUint16(i),i+=2,s.sps.push(new Uint8Array(e.subarray(i,i+n))),i+=n;for(t=e[i],i++,r=0;r<t;r++)n=a.getUint16(i),i+=2,s.pps.push(new Uint8Array(e.subarray(i,i+n))),i+=n;return s},btrt:function(e){var t=new DataView(e.buffer,e.byteOffset,e.byteLength);return{bufferSizeDB:t.getUint32(0),maxBitrate:t.getUint32(4),avgBitrate:t.getUint32(8)}},esds:function(e){return{version:e[0],flags:new Uint8Array(e.subarray(1,4)),esId:e[6]<<8|e[7],streamPriority:31&e[8],decoderConfig:{objectProfileIndication:e[11],streamType:e[12]>>>2&63,bufferSize:e[13]<<16|e[14]<<8|e[15],maxBitrate:e[16]<<24|e[17]<<16|e[18]<<8|e[19],avgBitrate:e[20]<<24|e[21]<<16|e[22]<<8|e[23],decoderConfigDescriptor:{tag:e[24],length:e[25],audioObjectType:e[26]>>>3&31,samplingFrequencyIndex:(7&e[26])<<1|e[27]>>>7&1,channelConfiguration:e[27]>>>3&15}}}},ftyp:function(e){for(var t=new DataView(e.buffer,e.byteOffset,e.byteLength),n={majorBrand:Ct(e.subarray(0,4)),minorVersion:t.getUint32(4),compatibleBrands:[]},i=8;i<e.byteLength;)n.compatibleBrands.push(Ct(e.subarray(i,i+4))),i+=4;return n},dinf:function(e){return{boxes:St(e)}},dref:function(e){return{version:e[0],flags:new Uint8Array(e.subarray(1,4)),dataReferences:St(e.subarray(8))}},hdlr:function(e){var t={version:new DataView(e.buffer,e.byteOffset,e.byteLength).getUint8(0),flags:new Uint8Array(e.subarray(1,4)),handlerType:Ct(e.subarray(8,12)),name:""},n=8;for(n=24;n<e.byteLength;n++){if(0===e[n]){n++;break}t.name+=String.fromCharCode(e[n])}return t.name=decodeURIComponent(escape(t.name)),t},mdat:function(e){return{byteLength:e.byteLength,nals:At(e)}},mdhd:function(e){var t,n=new DataView(e.buffer,e.byteOffset,e.byteLength),i=4,r={version:n.getUint8(0),flags:new Uint8Array(e.subarray(1,4)),language:""};return 1===r.version?(i+=4,r.creationTime=jt(n.getUint32(i)),i+=8,r.modificationTime=jt(n.getUint32(i)),i+=4,r.timescale=n.getUint32(i),i+=8,r.duration=n.getUint32(i)):(r.creationTime=jt(n.getUint32(i)),i+=4,r.modificationTime=jt(n.getUint32(i)),i+=4,r.timescale=n.getUint32(i),i+=4,r.duration=n.getUint32(i)),i+=4,t=n.getUint16(i),r.language+=String.fromCharCode(96+(t>>10)),r.language+=String.fromCharCode(96+((992&t)>>5)),r.language+=String.fromCharCode(96+(31&t)),r},mdia:function(e){return{boxes:St(e)}},mfhd:function(e){return{version:e[0],flags:new Uint8Array(e.subarray(1,4)),sequenceNumber:e[4]<<24|e[5]<<16|e[6]<<8|e[7]}},minf:function(e){return{boxes:St(e)}},mp4a:function(e){var t=new DataView(e.buffer,e.byteOffset,e.byteLength),n={dataReferenceIndex:t.getUint16(6),channelcount:t.getUint16(16),samplesize:t.getUint16(18),samplerate:t.getUint16(24)+t.getUint16(26)/65536};return e.byteLength>28&&(n.streamDescriptor=St(e.subarray(28))[0]),n},moof:function(e){return{boxes:St(e)}},moov:function(e){return{boxes:St(e)}},mvex:function(e){return{boxes:St(e)}},mvhd:function(e){var t=new DataView(e.buffer,e.byteOffset,e.byteLength),n=4,i={version:t.getUint8(0),flags:new Uint8Array(e.subarray(1,4))};return 1===i.version?(n+=4,i.creationTime=jt(t.getUint32(n)),n+=8,i.modificationTime=jt(t.getUint32(n)),n+=4,i.timescale=t.getUint32(n),n+=8,i.duration=t.getUint32(n)):(i.creationTime=jt(t.getUint32(n)),n+=4,i.modificationTime=jt(t.getUint32(n)),n+=4,i.timescale=t.getUint32(n),n+=4,i.duration=t.getUint32(n)),n+=4,i.rate=t.getUint16(n)+t.getUint16(n+2)/16,n+=4,i.volume=t.getUint8(n)+t.getUint8(n+1)/8,n+=2,n+=2,n+=8,i.matrix=new Uint32Array(e.subarray(n,n+36)),n+=36,n+=24,i.nextTrackId=t.getUint32(n),i},pdin:function(e){var t=new DataView(e.buffer,e.byteOffset,e.byteLength);return{version:t.getUint8(0),flags:new Uint8Array(e.subarray(1,4)),rate:t.getUint32(4),initialDelay:t.getUint32(8)}},sdtp:function(e){var t,n={version:e[0],flags:new Uint8Array(e.subarray(1,4)),samples:[]};for(t=4;t<e.byteLength;t++)n.samples.push({dependsOn:(48&e[t])>>4,isDependedOn:(12&e[t])>>2,hasRedundancy:3&e[t]});return n},sidx:function(e){var t,n=new DataView(e.buffer,e.byteOffset,e.byteLength),i={version:e[0],flags:new Uint8Array(e.subarray(1,4)),references:[],referenceId:n.getUint32(4),timescale:n.getUint32(8),earliestPresentationTime:n.getUint32(12),firstOffset:n.getUint32(16)},r=n.getUint16(22);for(t=24;r;t+=12,r--)i.references.push({referenceType:(128&e[t])>>>7,referencedSize:2147483647&n.getUint32(t),subsegmentDuration:n.getUint32(t+4),startsWithSap:!!(128&e[t+8]),sapType:(112&e[t+8])>>>4,sapDeltaTime:268435455&n.getUint32(t+8)});return i},smhd:function(e){return{version:e[0],flags:new Uint8Array(e.subarray(1,4)),balance:e[4]+e[5]/256}},stbl:function(e){return{boxes:St(e)}},stco:function(e){var t,n=new DataView(e.buffer,e.byteOffset,e.byteLength),i={version:e[0],flags:new Uint8Array(e.subarray(1,4)),chunkOffsets:[]},r=n.getUint32(4);for(t=8;r;t+=4,r--)i.chunkOffsets.push(n.getUint32(t));return i},stsc:function(e){var t,n=new DataView(e.buffer,e.byteOffset,e.byteLength),i=n.getUint32(4),r={version:e[0],flags:new Uint8Array(e.subarray(1,4)),sampleToChunks:[]};for(t=8;i;t+=12,i--)r.sampleToChunks.push({firstChunk:n.getUint32(t),samplesPerChunk:n.getUint32(t+4),sampleDescriptionIndex:n.getUint32(t+8)});return r},stsd:function(e){return{version:e[0],flags:new Uint8Array(e.subarray(1,4)),sampleDescriptions:St(e.subarray(8))}},stsz:function(e){var t,n=new DataView(e.buffer,e.byteOffset,e.byteLength),i={version:e[0],flags:new Uint8Array(e.subarray(1,4)),sampleSize:n.getUint32(4),entries:[]};for(t=12;t<e.byteLength;t+=4)i.entries.push(n.getUint32(t));return i},stts:function(e){var t,n=new DataView(e.buffer,e.byteOffset,e.byteLength),i={version:e[0],flags:new Uint8Array(e.subarray(1,4)),timeToSamples:[]},r=n.getUint32(4);for(t=8;r;t+=8,r--)i.timeToSamples.push({sampleCount:n.getUint32(t),sampleDelta:n.getUint32(t+4)});return i},styp:function(e){return xt.ftyp(e)},tfdt:function(e){var t={version:e[0],flags:new Uint8Array(e.subarray(1,4)),baseMediaDecodeTime:e[4]<<24|e[5]<<16|e[6]<<8|e[7]};return 1===t.version&&(t.baseMediaDecodeTime*=Math.pow(2,32),t.baseMediaDecodeTime+=e[8]<<24|e[9]<<16|e[10]<<8|e[11]),t},tfhd:function(e){var t,n=new DataView(e.buffer,e.byteOffset,e.byteLength),i={version:e[0],flags:new Uint8Array(e.subarray(1,4)),trackId:n.getUint32(4)},r=1&i.flags[2],a=2&i.flags[2],s=8&i.flags[2],o=16&i.flags[2],l=32&i.flags[2],u=65536&i.flags[0],c=131072&i.flags[0];return t=8,r&&(t+=4,i.baseDataOffset=n.getUint32(12),t+=4),a&&(i.sampleDescriptionIndex=n.getUint32(t),t+=4),s&&(i.defaultSampleDuration=n.getUint32(t),t+=4),o&&(i.defaultSampleSize=n.getUint32(t),t+=4),l&&(i.defaultSampleFlags=n.getUint32(t)),u&&(i.durationIsEmpty=!0),!r&&c&&(i.baseDataOffsetIsMoof=!0),i},tkhd:function(e){var t=new DataView(e.buffer,e.byteOffset,e.byteLength),n=4,i={version:t.getUint8(0),flags:new Uint8Array(e.subarray(1,4))};return 1===i.version?(n+=4,i.creationTime=jt(t.getUint32(n)),n+=8,i.modificationTime=jt(t.getUint32(n)),n+=4,i.trackId=t.getUint32(n),n+=4,n+=8,i.duration=t.getUint32(n)):(i.creationTime=jt(t.getUint32(n)),n+=4,i.modificationTime=jt(t.getUint32(n)),n+=4,i.trackId=t.getUint32(n),n+=4,n+=4,i.duration=t.getUint32(n)),n+=4,n+=8,i.layer=t.getUint16(n),n+=2,i.alternateGroup=t.getUint16(n),n+=2,i.volume=t.getUint8(n)+t.getUint8(n+1)/8,n+=2,n+=2,i.matrix=new Uint32Array(e.subarray(n,n+36)),n+=36,i.width=t.getUint16(n)+t.getUint16(n+2)/16,n+=4,i.height=t.getUint16(n)+t.getUint16(n+2)/16,i},traf:function(e){return{boxes:St(e)}},trak:function(e){return{boxes:St(e)}},trex:function(e){var t=new DataView(e.buffer,e.byteOffset,e.byteLength);return{version:e[0],flags:new Uint8Array(e.subarray(1,4)),trackId:t.getUint32(4),defaultSampleDescriptionIndex:t.getUint32(8),defaultSampleDuration:t.getUint32(12),defaultSampleSize:t.getUint32(16),sampleDependsOn:3&e[20],sampleIsDependedOn:(192&e[21])>>6,sampleHasRedundancy:(48&e[21])>>4,samplePaddingValue:(14&e[21])>>1,sampleIsDifferenceSample:!!(1&e[21]),sampleDegradationPriority:t.getUint16(22)}},trun:function(e){var t,n={version:e[0],flags:new Uint8Array(e.subarray(1,4)),samples:[]},i=new DataView(e.buffer,e.byteOffset,e.byteLength),r=1&n.flags[2],a=4&n.flags[2],s=1&n.flags[1],o=2&n.flags[1],l=4&n.flags[1],u=8&n.flags[1],c=i.getUint32(4),d=8;for(r&&(n.dataOffset=i.getInt32(d),d+=4),a&&c&&(t={flags:Et(e.subarray(d,d+4))},d+=4,s&&(t.duration=i.getUint32(d),d+=4),o&&(t.size=i.getUint32(d),d+=4),u&&(t.compositionTimeOffset=i.getUint32(d),d+=4),n.samples.push(t),c--);c--;)t={},s&&(t.duration=i.getUint32(d),d+=4),o&&(t.size=i.getUint32(d),d+=4),l&&(t.flags=Et(e.subarray(d,d+4)),d+=4),u&&(t.compositionTimeOffset=i.getUint32(d),d+=4),n.samples.push(t);return n},"url ":function(e){return{version:e[0],flags:new Uint8Array(e.subarray(1,4))}},vmhd:function(e){var t=new DataView(e.buffer,e.byteOffset,e.byteLength);return{version:e[0],flags:new Uint8Array(e.subarray(1,4)),graphicsmode:t.getUint16(4),opcolor:new Uint16Array([t.getUint16(6),t.getUint16(8),t.getUint16(10)])}}},Lt={inspect:St=function(e){for(var t,n,i,r,a,s=0,o=[],l=new ArrayBuffer(e.length),u=new Uint8Array(l),c=0;c<e.length;++c)u[c]=e[c];for(t=new DataView(l);s<e.byteLength;)n=t.getUint32(s),i=Ct(e.subarray(s+4,s+8)),r=n>1?s+n:e.byteLength,(a=(xt[i]||function(e){return{data:e}})(e.subarray(s+8,r))).size=n,a.type=i,o.push(a),s=r;return o},textify:kt=function(e,t){var n;return t=t||0,n=new Array(2*t+1).join(" "),e.map(function(e,i){return n+e.type+"\n"+Object.keys(e).filter(function(e){return"type"!==e&&"boxes"!==e}).map(function(t){var i=n+" "+t+": ",r=e[t];if(r instanceof Uint8Array||r instanceof Uint32Array){var a=Array.prototype.slice.call(new Uint8Array(r.buffer,r.byteOffset,r.byteLength)).map(function(e){return" "+("00"+e.toString(16)).slice(-2)}).join("").match(/.{1,24}/g);return a?1===a.length?i+"<"+a.join("").slice(1)+">":i+"<\n"+a.map(function(e){return n+" "+e}).join("\n")+"\n"+n+" >":i+"<>"}return i+JSON.stringify(r,null,2).split("\n").map(function(e,t){return 0===t?e:n+" "+e}).join("\n")}).join("\n")+(e.boxes?"\n"+kt(e.boxes,t+1):"")}).join("\n")},parseTfdt:xt.tfdt,parseHdlr:xt.hdlr,parseTfhd:xt.tfhd,parseTrun:xt.trun},Ot=Ae,Ut=Re.CaptionStream,Pt=function(e,t){for(var n=e,i=0;i<t.length;i++){var r=t[i];if(n<r.size)return r;n-=r.size}return null},It=function(e,t){var n=J.findBox(e,["moof","traf"]),i=J.findBox(e,["mdat"]),r={},a=[];return i.forEach(function(e,t){var i=n[t];a.push({mdat:e,traf:i})}),a.forEach(function(e){var n,i=e.mdat,a=e.traf,s=J.findBox(a,["tfhd"]),o=Lt.parseTfhd(s[0]),l=o.trackId,u=J.findBox(a,["tfdt"]),c=u.length>0?Lt.parseTfdt(u[0]).baseMediaDecodeTime:0,d=J.findBox(a,["trun"]);t===l&&d.length>0&&(n=function(e,t,n){var i,r,a,s,o=new DataView(e.buffer,e.byteOffset,e.byteLength),l=[];for(r=0;r+4<e.length;r+=a)if(a=o.getUint32(r),r+=4,!(a<=0))switch(31&e[r]){case 6:var u=e.subarray(r+1,r+1+a),c=Pt(r,t);i={nalUnitType:"sei_rbsp",size:a,data:u,escapedRBSP:Ot(u),trackId:n},c?(i.pts=c.pts,i.dts=c.dts,s=c):(i.pts=s.pts,i.dts=s.dts),l.push(i)}return l}(i,function(e,t,n){var i=t,r=n.defaultSampleDuration||0,a=n.defaultSampleSize||0,s=n.trackId,o=[];return e.forEach(function(e){var t=Lt.parseTrun(e).samples;t.forEach(function(e){void 0===e.duration&&(e.duration=r),void 0===e.size&&(e.size=a),e.trackId=s,e.dts=i,void 0===e.compositionTimeOffset&&(e.compositionTimeOffset=0),e.pts=i+e.compositionTimeOffset,i+=e.duration}),o=o.concat(t)}),o}(d,c,o),l),r[l]||(r[l]=[]),r[l]=r[l].concat(n))}),r},Dt={generator:Y,probe:J,Transmuxer:wt.Transmuxer,AudioSegmentStream:wt.AudioSegmentStream,VideoSegmentStream:wt.VideoSegmentStream,CaptionParser:function(){var e,t,n,i,r,a=!1;this.isInitialized=function(){return a},this.init=function(){e=new Ut,a=!0,e.on("data",function(e){e.startTime=e.startPts/i,e.endTime=e.endPts/i,r.captions.push(e),r.captionStreams[e.stream]=!0})},this.isNewInit=function(e,t){return!(e&&0===e.length||t&&"object"==typeof t&&0===Object.keys(t).length||n===e[0]&&i===t[n])},this.parse=function(e,a,s){var o;if(!this.isInitialized())return null;if(!a||!s)return null;if(this.isNewInit(a,s))n=a[0],i=s[n];else if(!n||!i)return t.push(e),null;for(;t.length>0;){var l=t.shift();this.parse(l,a,s)}return null!==(o=function(e,t,n){return t?{seiNals:It(e,t)[t],timescale:n}:null}(e,n,i))&&o.seiNals?(this.pushNals(o.seiNals),this.flushStream(),r):null},this.pushNals=function(t){if(!this.isInitialized()||!t||0===t.length)return null;t.forEach(function(t){e.push(t)})},this.flushStream=function(){if(!this.isInitialized())return null;e.flush()},this.clearParsedCaptions=function(){r.captions=[],r.captionStreams={}},this.resetCaptionStream=function(){if(!this.isInitialized())return null;e.reset()},this.clearAllCaptions=function(){this.clearParsedCaptions(),this.resetCaptionStream()},this.reset=function(){t=[],n=null,i=null,r?this.clearParsedCaptions():r={captions:[],captionStreams:{}},this.resetCaptionStream()},this.reset()}},Rt=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")},Mt=function(){function e(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(t,n,i){return n&&e(t.prototype,n),i&&e(t,i),t}}(),Bt=function(){function e(t,n){Rt(this,e),this.options=n||{},this.self=t,this.init()}return Mt(e,[{key:"init",value:function(){var e,t;this.transmuxer&&this.transmuxer.dispose(),this.transmuxer=new Dt.Transmuxer(this.options),e=this.self,(t=this.transmuxer).on("data",function(t){var n=t.initSegment;t.initSegment={data:n.buffer,byteOffset:n.byteOffset,byteLength:n.byteLength};var i=t.data;t.data=i.buffer,e.postMessage({action:"data",segment:t,byteOffset:i.byteOffset,byteLength:i.byteLength},[t.data])}),t.captionStream&&t.captionStream.on("data",function(t){e.postMessage({action:"caption",data:t})}),t.on("done",function(t){e.postMessage({action:"done"})}),t.on("gopInfo",function(t){e.postMessage({action:"gopInfo",gopInfo:t})})}},{key:"push",value:function(e){var t=new Uint8Array(e.data,e.byteOffset,e.byteLength);this.transmuxer.push(t)}},{key:"reset",value:function(){this.init()}},{key:"setTimestampOffset",value:function(e){var t=e.timestampOffset||0;this.transmuxer.setBaseMediaDecodeTime(Math.round(9e4*t))}},{key:"setAudioAppendStart",value:function(e){this.transmuxer.setAudioAppendStart(Math.ceil(9e4*e.appendStart))}},{key:"flush",value:function(e){this.transmuxer.flush()}},{key:"resetCaptions",value:function(){this.transmuxer.resetCaptions()}},{key:"alignGopsWith",value:function(e){this.transmuxer.alignGopsWith(e.gopsToAlignWith.slice())}}]),e}();new function(e){e.onmessage=function(t){"init"===t.data.action&&t.data.options?this.messageHandlers=new Bt(e,t.data.options):(this.messageHandlers||(this.messageHandlers=new Bt(e)),t.data&&t.data.action&&"init"!==t.data.action&&this.messageHandlers[t.data.action]&&this.messageHandlers[t.data.action](t.data))}}(n)}()}),hs={videoCodec:"avc1",videoObjectTypeIndicator:".4d400d",audioProfile:"2"},ps=function(e){return e.map(function(e){return e.replace(/avc1\.(\d+)\.(\d+)/i,function(e,t,n){return"avc1."+("00"+Number(t).toString(16)).slice(-2)+"00"+("00"+Number(n).toString(16)).slice(-2)})})},fs=function(){var e,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",n={codecCount:0};return n.codecCount=t.split(",").length,n.codecCount=n.codecCount||2,(e=/(^|\s|,)+(avc[13])([^ ,]*)/i.exec(t))&&(n.videoCodec=e[2],n.videoObjectTypeIndicator=e[3]),n.audioProfile=/(^|\s|,)+mp4a.[0-9A-Fa-f]+\.([0-9A-Fa-f]+)/i.exec(t),n.audioProfile=n.audioProfile&&n.audioProfile[2],n},ms=function(e,t,n){return e+"/"+t+'; codecs="'+n.filter(function(e){return!!e}).join(", ")+'"'},gs=function(e,t){var n=function(e){return e.segments&&e.segments.length&&e.segments[0].map?"mp4":"mp2t"}(t),i=function(e){var t=e.attributes||{};return t.CODECS?fs(t.CODECS):hs}(t),r=t.attributes||{},a=!0,s=!1;if(!t)return[];if(e.mediaGroups.AUDIO&&r.AUDIO){var o=e.mediaGroups.AUDIO[r.AUDIO];if(o)for(var l in s=!0,a=!1,o)if(!o[l].uri&&!o[l].playlists){a=!0;break}}s&&!i.audioProfile&&(a||(i.audioProfile=function(e,t){if(!e.mediaGroups.AUDIO||!t)return null;var n=e.mediaGroups.AUDIO[t];if(!n)return null;for(var i in n){var r=n[i];if(r.default&&r.playlists)return fs(r.playlists[0].attributes.CODECS).audioProfile}return null}(e,r.AUDIO)),i.audioProfile||(Zr.log.warn("Multiple audio tracks present but no audio codec string is specified. Attempting to use the default audio codec (mp4a.40.2)"),i.audioProfile=hs.audioProfile));var u={};i.videoCodec&&(u.video=""+i.videoCodec+i.videoObjectTypeIndicator),i.audioProfile&&(u.audio="mp4a.40."+i.audioProfile);var c=ms("audio",n,[u.audio]),d=ms("video",n,[u.video]),h=ms("video",n,[u.video,u.audio]);return s?!a&&u.video?[d,c]:a||u.video?[h,c]:[c,c]:u.video?[h]:[c]},vs=function(e){return/mp4a\.\d+.\d+/i.test(e)},ys=function(e){return/avc1\.[\da-f]+/i.test(e)},bs=function(e,t,n){if(null==t||!e.length)return[];var i=Math.ceil(9e4*(t-n+3)),r=void 0;for(r=0;r<e.length&&!(e[r].pts>i);r++);return e.slice(r)},_s=function(e,t,n){var i=null,r=null,a=0,s=[],o=[];if(!e&&!t)return Zr.createTimeRange();if(!e)return t.buffered;if(!t)return e.buffered;if(n)return e.buffered;if(0===e.buffered.length&&0===t.buffered.length)return Zr.createTimeRange();for(var l=e.buffered,u=t.buffered,c=l.length;c--;)s.push({time:l.start(c),type:"start"}),s.push({time:l.end(c),type:"end"});for(c=u.length;c--;)s.push({time:u.start(c),type:"start"}),s.push({time:u.end(c),type:"end"});for(s.sort(function(e,t){return e.time-t.time}),c=0;c<s.length;c++)"start"===s[c].type?2===++a&&(i=s[c].time):"end"===s[c].type&&1===--a&&(r=s[c].time),null!==i&&null!==r&&(o.push([i,r]),i=null,r=null);return Zr.createTimeRanges(o)},Ts=function(e){function t(e,n){na(this,t);var i=aa(this,(t.__proto__||Object.getPrototypeOf(t)).call(this,Zr.EventTarget));i.timestampOffset_=0,i.pendingBuffers_=[],i.bufferUpdating_=!1,i.mediaSource_=e,i.codecs_=n,i.audioCodec_=null,i.videoCodec_=null,i.audioDisabled_=!1,i.appendAudioInitSegment_=!0,i.gopBuffer_=[],i.timeMapping_=0,i.safeAppend_=Zr.browser.IE_VERSION>=11;var r={remux:!1,alignGopsAtEnd:i.safeAppend_};return i.codecs_.forEach(function(e){vs(e)?i.audioCodec_=e:ys(e)&&(i.videoCodec_=e)}),i.transmuxer_=new ds,i.transmuxer_.postMessage({action:"init",options:r}),i.transmuxer_.onmessage=function(e){return"data"===e.data.action?i.data_(e):"done"===e.data.action?i.done_(e):"gopInfo"===e.data.action?i.appendGopInfo_(e):void 0},Object.defineProperty(i,"timestampOffset",{get:function(){return this.timestampOffset_},set:function(e){"number"==typeof e&&e>=0&&(this.timestampOffset_=e,this.appendAudioInitSegment_=!0,this.gopBuffer_.length=0,this.timeMapping_=0,this.transmuxer_.postMessage({action:"setTimestampOffset",timestampOffset:e}))}}),Object.defineProperty(i,"appendWindowStart",{get:function(){return(this.videoBuffer_||this.audioBuffer_).appendWindowStart},set:function(e){this.videoBuffer_&&(this.videoBuffer_.appendWindowStart=e),this.audioBuffer_&&(this.audioBuffer_.appendWindowStart=e)}}),Object.defineProperty(i,"updating",{get:function(){return!!(this.bufferUpdating_||!this.audioDisabled_&&this.audioBuffer_&&this.audioBuffer_.updating||this.videoBuffer_&&this.videoBuffer_.updating)}}),Object.defineProperty(i,"buffered",{get:function(){return _s(this.videoBuffer_,this.audioBuffer_,this.audioDisabled_)}}),i}return ra(t,e),ia(t,[{key:"data_",value:function(e){var t=e.data.segment;t.data=new Uint8Array(t.data,e.data.byteOffset,e.data.byteLength),t.initSegment=new Uint8Array(t.initSegment.data,t.initSegment.byteOffset,t.initSegment.byteLength),function(e,t,n){var i=t.player_;if(n.captions&&n.captions.length)for(var r in e.inbandTextTracks_||(e.inbandTextTracks_={}),n.captionStreams)if(!e.inbandTextTracks_[r]){i.tech_.trigger({type:"usage",name:"hls-608"});var a=i.textTracks().getTrackById(r);e.inbandTextTracks_[r]=a||i.addRemoteTextTrack({kind:"captions",id:r,label:r},!1).track}n.metadata&&n.metadata.length&&!e.metadataTrack_&&(e.metadataTrack_=i.addRemoteTextTrack({kind:"metadata",label:"Timed Metadata"},!1).track,e.metadataTrack_.inBandMetadataTrackDispatchType=n.metadata.dispatchType)}(this,this.mediaSource_,t),this.pendingBuffers_.push(t)}},{key:"done_",value:function(e){"closed"!==this.mediaSource_.readyState?this.processPendingSegments_():this.pendingBuffers_.length=0}},{key:"createRealSourceBuffers_",value:function(){var e=this,t=["audio","video"];t.forEach(function(n){if(e[n+"Codec_"]&&!e[n+"Buffer_"]){var i=null;if(e.mediaSource_[n+"Buffer_"])(i=e.mediaSource_[n+"Buffer_"]).updating=!1;else{var r=n+'/mp4;codecs="'+e[n+"Codec_"]+'"';i=function(e,t){var n=e.addSourceBuffer(t),i=Object.create(null);i.updating=!1,i.realBuffer_=n;var r=function(e){"function"==typeof n[e]?i[e]=function(){return n[e].apply(n,arguments)}:void 0===i[e]&&Object.defineProperty(i,e,{get:function(){return n[e]},set:function(t){return n[e]=t}})};for(var a in n)r(a);return i}(e.mediaSource_.nativeMediaSource_,r),e.mediaSource_[n+"Buffer_"]=i}e[n+"Buffer_"]=i,["update","updatestart","updateend"].forEach(function(r){i.addEventListener(r,function(){if("audio"!==n||!e.audioDisabled_)return"updateend"===r&&(e[n+"Buffer_"].updating=!1),t.every(function(t){return!("audio"!==t||!e.audioDisabled_)||(n===t||!e[t+"Buffer_"]||!e[t+"Buffer_"].updating)})?e.trigger(r):void 0})})}})}},{key:"appendBuffer",value:function(e){if(this.bufferUpdating_=!0,this.audioBuffer_&&this.audioBuffer_.buffered.length){var t=this.audioBuffer_.buffered;this.transmuxer_.postMessage({action:"setAudioAppendStart",appendStart:t.end(t.length-1)})}this.videoBuffer_&&this.transmuxer_.postMessage({action:"alignGopsWith",gopsToAlignWith:bs(this.gopBuffer_,this.mediaSource_.player_?this.mediaSource_.player_.currentTime():null,this.timeMapping_)}),this.transmuxer_.postMessage({action:"push",data:e.buffer,byteOffset:e.byteOffset,byteLength:e.byteLength},[e.buffer]),this.transmuxer_.postMessage({action:"flush"})}},{key:"appendGopInfo_",value:function(e){this.gopBuffer_=function(e,t,n){if(!t.length)return e;if(n)return t.slice();for(var i=t[0].pts,r=0;r<e.length&&!(e[r].pts>=i);r++);return e.slice(0,r).concat(t)}(this.gopBuffer_,e.data.gopInfo,this.safeAppend_)}},{key:"remove",value:function(e,t){if(this.videoBuffer_&&(this.videoBuffer_.updating=!0,this.videoBuffer_.remove(e,t),this.gopBuffer_=function(e,t,n,i){for(var r=Math.ceil(9e4*(t-i)),a=Math.ceil(9e4*(n-i)),s=e.slice(),o=e.length;o--&&!(e[o].pts<=a););if(-1===o)return s;for(var l=o+1;l--&&!(e[l].pts<=r););return l=Math.max(l,0),s.splice(l,o-l+1),s}(this.gopBuffer_,e,t,this.timeMapping_)),!this.audioDisabled_&&this.audioBuffer_&&(this.audioBuffer_.updating=!0,this.audioBuffer_.remove(e,t)),Qa(e,t,this.metadataTrack_),this.inbandTextTracks_)for(var n in this.inbandTextTracks_)Qa(e,t,this.inbandTextTracks_[n])}},{key:"processPendingSegments_",value:function(){var e={video:{segments:[],bytes:0},audio:{segments:[],bytes:0},captions:[],metadata:[]};e=this.pendingBuffers_.reduce(function(e,t){var n=t.type,i=t.data,r=t.initSegment;return e[n].segments.push(i),e[n].bytes+=i.byteLength,e[n].initSegment=r,t.captions&&(e.captions=e.captions.concat(t.captions)),t.info&&(e[n].info=t.info),t.metadata&&(e.metadata=e.metadata.concat(t.metadata)),e},e),this.videoBuffer_||this.audioBuffer_||(0===e.video.bytes&&(this.videoCodec_=null),0===e.audio.bytes&&(this.audioCodec_=null),this.createRealSourceBuffers_()),e.audio.info&&this.mediaSource_.trigger({type:"audioinfo",info:e.audio.info}),e.video.info&&this.mediaSource_.trigger({type:"videoinfo",info:e.video.info}),this.appendAudioInitSegment_&&(!this.audioDisabled_&&this.audioBuffer_&&(e.audio.segments.unshift(e.audio.initSegment),e.audio.bytes+=e.audio.initSegment.byteLength),this.appendAudioInitSegment_=!1);var t=!1;this.videoBuffer_&&e.video.bytes?(e.video.segments.unshift(e.video.initSegment),e.video.bytes+=e.video.initSegment.byteLength,this.concatAndAppendSegments_(e.video,this.videoBuffer_),$a(this,e.captions,e.metadata)):!this.videoBuffer_||!this.audioDisabled_&&this.audioBuffer_||(t=!0),!this.audioDisabled_&&this.audioBuffer_&&this.concatAndAppendSegments_(e.audio,this.audioBuffer_),this.pendingBuffers_.length=0,t&&this.trigger("updateend"),this.bufferUpdating_=!1}},{key:"concatAndAppendSegments_",value:function(e,t){var n=0,i=void 0;if(e.bytes){i=new Uint8Array(e.bytes),e.segments.forEach(function(e){i.set(e,n),n+=e.byteLength});try{t.updating=!0,t.appendBuffer(i)}catch(e){this.mediaSource_.player_&&this.mediaSource_.player_.error({code:-3,type:"APPEND_BUFFER_ERR",message:e.message,originalError:e})}}}},{key:"abort",value:function(){this.videoBuffer_&&this.videoBuffer_.abort(),!this.audioDisabled_&&this.audioBuffer_&&this.audioBuffer_.abort(),this.transmuxer_&&this.transmuxer_.postMessage({action:"reset"}),this.pendingBuffers_.length=0,this.bufferUpdating_=!1}}]),t}(Zr.EventTarget),Ss=function(e){function t(){na(this,t);var e=aa(this,(t.__proto__||Object.getPrototypeOf(t)).call(this)),n=void 0;for(n in e.nativeMediaSource_=new f.a.MediaSource,e.nativeMediaSource_)n in t.prototype||"function"!=typeof e.nativeMediaSource_[n]||(e[n]=e.nativeMediaSource_[n].bind(e.nativeMediaSource_));return e.duration_=NaN,Object.defineProperty(e,"duration",{get:function(){return this.duration_===1/0?this.duration_:this.nativeMediaSource_.duration},set:function(e){this.duration_=e,e===1/0||(this.nativeMediaSource_.duration=e)}}),Object.defineProperty(e,"seekable",{get:function(){return this.duration_===1/0?Zr.createTimeRanges([[0,this.nativeMediaSource_.duration]]):this.nativeMediaSource_.seekable}}),Object.defineProperty(e,"readyState",{get:function(){return this.nativeMediaSource_.readyState}}),Object.defineProperty(e,"activeSourceBuffers",{get:function(){return this.activeSourceBuffers_}}),e.sourceBuffers=[],e.activeSourceBuffers_=[],e.updateActiveSourceBuffers_=function(){if(e.activeSourceBuffers_.length=0,1===e.sourceBuffers.length){var t=e.sourceBuffers[0];return t.appendAudioInitSegment_=!0,t.audioDisabled_=!t.audioCodec_,void e.activeSourceBuffers_.push(t)}for(var n=!1,i=!0,r=0;r<e.player_.audioTracks().length;r++){var a=e.player_.audioTracks()[r];if(a.enabled&&"main"!==a.kind){n=!0,i=!1;break}}e.sourceBuffers.forEach(function(t,r){if(t.appendAudioInitSegment_=!0,t.videoCodec_&&t.audioCodec_)t.audioDisabled_=n;else if(t.videoCodec_&&!t.audioCodec_)t.audioDisabled_=!0,i=!1;else if(!t.videoCodec_&&t.audioCodec_&&(t.audioDisabled_=r?i:!i,t.audioDisabled_))return;e.activeSourceBuffers_.push(t)})},e.onPlayerMediachange_=function(){e.sourceBuffers.forEach(function(e){e.appendAudioInitSegment_=!0})},e.onHlsReset_=function(){e.sourceBuffers.forEach(function(e){e.transmuxer_&&e.transmuxer_.postMessage({action:"resetCaptions"})})},e.onHlsSegmentTimeMapping_=function(t){e.sourceBuffers.forEach(function(e){return e.timeMapping_=t.mapping})},["sourceopen","sourceclose","sourceended"].forEach(function(e){this.nativeMediaSource_.addEventListener(e,this.trigger.bind(this))},e),e.on("sourceopen",function(t){var n=C.a.querySelector('[src="'+e.url_+'"]');n&&(e.player_=Zr(n.parentNode),e.player_&&(e.player_.tech_.on("hls-reset",e.onHlsReset_),e.player_.tech_.on("hls-segment-time-mapping",e.onHlsSegmentTimeMapping_),e.player_.audioTracks&&e.player_.audioTracks()&&(e.player_.audioTracks().on("change",e.updateActiveSourceBuffers_),e.player_.audioTracks().on("addtrack",e.updateActiveSourceBuffers_),e.player_.audioTracks().on("removetrack",e.updateActiveSourceBuffers_)),e.player_.on("mediachange",e.onPlayerMediachange_)))}),e.on("sourceended",function(t){for(var n=Za(e.duration),i=0;i<e.sourceBuffers.length;i++){var r=e.sourceBuffers[i],a=r.metadataTrack_&&r.metadataTrack_.cues;a&&a.length&&(a[a.length-1].endTime=n)}}),e.on("sourceclose",function(e){this.sourceBuffers.forEach(function(e){e.transmuxer_&&e.transmuxer_.terminate()}),this.sourceBuffers.length=0,this.player_&&(this.player_.audioTracks&&this.player_.audioTracks()&&(this.player_.audioTracks().off("change",this.updateActiveSourceBuffers_),this.player_.audioTracks().off("addtrack",this.updateActiveSourceBuffers_),this.player_.audioTracks().off("removetrack",this.updateActiveSourceBuffers_)),this.player_.el_&&this.player_.off("mediachange",this.onPlayerMediachange_),this.player_.tech_&&this.player_.tech_.el_&&(this.player_.tech_.off("hls-reset",this.onHlsReset_),this.player_.tech_.off("hls-segment-time-mapping",this.onHlsSegmentTimeMapping_)))}),e}return ra(t,e),ia(t,[{key:"addSeekableRange_",value:function(e,t){var n=void 0;if(this.duration!==1/0)throw(n=new Error("MediaSource.addSeekableRange() can only be invoked when the duration is Infinity")).name="InvalidStateError",n.code=11,n;(t>this.nativeMediaSource_.duration||isNaN(this.nativeMediaSource_.duration))&&(this.nativeMediaSource_.duration=t)}},{key:"addSourceBuffer",value:function(e){var t=void 0,n=function(e){var t={type:"",parameters:{}},n=e.trim().split(";");return t.type=n.shift().trim(),n.forEach(function(e){var n=e.trim().split("=");if(n.length>1){var i=n[0].replace(/"/g,"").trim(),r=n[1].replace(/"/g,"").trim();t.parameters[i]=r}}),t}(e);if(/^(video|audio)\/mp2t$/i.test(n.type)){var i=[];n.parameters&&n.parameters.codecs&&(i=n.parameters.codecs.split(","),i=(i=ps(i)).filter(function(e){return vs(e)||ys(e)})),0===i.length&&(i=["avc1.4d400d","mp4a.40.2"]),t=new Ts(this,i),0!==this.sourceBuffers.length&&(this.sourceBuffers[0].createRealSourceBuffers_(),t.createRealSourceBuffers_(),this.sourceBuffers[0].audioDisabled_=!0)}else t=this.nativeMediaSource_.addSourceBuffer(e);return this.sourceBuffers.push(t),t}}]),t}(Zr.EventTarget),ks=0;Zr.mediaSources={};var ws=function(e,t){var n=Zr.mediaSources[e];if(!n)throw new Error("Media Source not found (Video.js)");n.trigger({type:"sourceopen",swfId:t})},Cs=function(){return!!f.a.MediaSource&&!!f.a.MediaSource.isTypeSupported&&f.a.MediaSource.isTypeSupported('video/mp4;codecs="avc1.4d400d,mp4a.40.2"')},js=function(){if(this.MediaSource={open:ws,supportsNativeMediaSources:Cs},Cs())return new Ss;throw new Error("Cannot use create a virtual MediaSource for this video")};js.open=ws,js.supportsNativeMediaSources=Cs;var Es={createObjectURL:function(e){var t=void 0;return e instanceof Ss?(t=f.a.URL.createObjectURL(e.nativeMediaSource_),e.url_=t,t):e instanceof Ss?(t="blob:vjs-media-source/"+ks,ks++,Zr.mediaSources[t]=e,t):(t=f.a.URL.createObjectURL(e),e.url_=t,t)}};Zr.MediaSource=js,Zr.URL=Es;var As=Zr.EventTarget,xs=Zr.mergeOptions,Ls=function(e,t){for(var n=xs(e,{duration:t.duration,minimumUpdatePeriod:t.minimumUpdatePeriod}),i=0;i<t.playlists.length;i++){var r=da(n,t.playlists[i]);r&&(n=r)}return ca(t,function(e,t,i,r){if(e.playlists&&e.playlists.length){var a=e.playlists[0].uri,s=da(n,e.playlists[0]);s&&((n=s).mediaGroups[t][i][r].playlists[0]=n.playlists[a])}}),n},Os=function(e){function t(e,n,i,r){na(this,t);var a=aa(this,(t.__proto__||Object.getPrototypeOf(t)).call(this));if(a.hls_=n,a.withCredentials=i,!e)throw new Error("A non-empty playlist URL or playlist is required");return a.on("minimumUpdatePeriod",function(){a.refreshXml_()}),a.on("mediaupdatetimeout",function(){a.refreshMedia_()}),"string"==typeof e?(a.srcUrl=e,a.state="HAVE_NOTHING",aa(a)):(a.masterPlaylistLoader_=r,a.state="HAVE_METADATA",a.started=!0,a.media(e),f.a.setTimeout(function(){a.trigger("loadedmetadata")},0),a)}return ra(t,As),ia(t,[{key:"dispose",value:function(){this.stopRequest(),f.a.clearTimeout(this.mediaUpdateTimeout)}},{key:"stopRequest",value:function(){if(this.request){var e=this.request;this.request=null,e.onreadystatechange=null,e.abort()}}},{key:"media",value:function(e){if(!e)return this.media_;if("HAVE_NOTHING"===this.state)throw new Error("Cannot switch media playlist from "+this.state);var t=this.state;if("string"==typeof e){if(!this.master.playlists[e])throw new Error("Unknown playlist URI: "+e);e=this.master.playlists[e]}var n=!this.media_||e.uri!==this.media_.uri;this.state="HAVE_METADATA",n&&(this.media_&&this.trigger("mediachanging"),this.media_=e,this.refreshMedia_(),"HAVE_MASTER"!==t&&this.trigger("mediachange"))}},{key:"pause",value:function(){this.stopRequest(),f.a.clearTimeout(this.mediaUpdateTimeout),"HAVE_NOTHING"===this.state&&(this.started=!1)}},{key:"load",value:function(e){var t=this;f.a.clearTimeout(this.mediaUpdateTimeout);var n=this.media();if(e){var i=n?n.targetDuration/2*1e3:5e3;this.mediaUpdateTimeout=f.a.setTimeout(function(){return t.load()},i)}else this.started?this.trigger("loadedplaylist"):this.start()}},{key:"parseMasterXml",value:function(){var e=Object(j.a)(this.masterXml_,{manifestUri:this.srcUrl,clientOffset:this.clientOffset_});e.uri=this.srcUrl;for(var t=0;t<e.playlists.length;t++){var n="placeholder-uri-"+t;e.playlists[t].uri=n,e.playlists[n]=e.playlists[t]}return ca(e,function(t,n,i,r){if(t.playlists&&t.playlists.length){var a="placeholder-uri-"+n+"-"+i+"-"+r;t.playlists[0].uri=a,e.playlists[a]=t.playlists[0]}}),ha(e),pa(e),e}},{key:"start",value:function(){var e=this;this.started=!0,this.request=this.hls_.xhr({uri:this.srcUrl,withCredentials:this.withCredentials},function(t,n){if(e.request){if(e.request=null,t)return e.error={status:n.status,message:"DASH playlist request error at URL: "+e.srcUrl,responseText:n.responseText,code:2},"HAVE_NOTHING"===e.state&&(e.started=!1),e.trigger("error");e.masterXml_=n.responseText,n.responseHeaders&&n.responseHeaders.date?e.masterLoaded_=Date.parse(n.responseHeaders.date):e.masterLoaded_=Date.now(),e.syncClientServerClock_(e.onClientServerClockSync_.bind(e))}})}},{key:"syncClientServerClock_",value:function(e){var t=this,n=Object(j.b)(this.masterXml_);return null===n?(this.clientOffset_=this.masterLoaded_-Date.now(),e()):"DIRECT"===n.method?(this.clientOffset_=n.value-Date.now(),e()):void(this.request=this.hls_.xhr({uri:ta(this.srcUrl,n.value),method:n.method,withCredentials:this.withCredentials},function(i,r){if(t.request){if(i)return t.clientOffset_=t.masterLoaded_-Date.now(),e();var a=void 0;a="HEAD"===n.method?r.responseHeaders&&r.responseHeaders.date?Date.parse(r.responseHeaders.date):t.masterLoaded_:Date.parse(r.responseText),t.clientOffset_=a-Date.now(),e()}}))}},{key:"onClientServerClockSync_",value:function(){var e=this;this.master=this.parseMasterXml(),this.state="HAVE_MASTER",this.trigger("loadedplaylist"),this.media_||this.media(this.master.playlists[0]),f.a.setTimeout(function(){e.trigger("loadedmetadata")},0),this.master.minimumUpdatePeriod&&f.a.setTimeout(function(){e.trigger("minimumUpdatePeriod")},this.master.minimumUpdatePeriod)}},{key:"refreshXml_",value:function(){var e=this;this.request=this.hls_.xhr({uri:this.srcUrl,withCredentials:this.withCredentials},function(t,n){if(e.request){if(e.request=null,t)return e.error={status:n.status,message:"DASH playlist request error at URL: "+e.srcUrl,responseText:n.responseText,code:2},"HAVE_NOTHING"===e.state&&(e.started=!1),e.trigger("error");e.masterXml_=n.responseText;var i=e.parseMasterXml();e.master=Ls(e.master,i),f.a.setTimeout(function(){e.trigger("minimumUpdatePeriod")},e.master.minimumUpdatePeriod)}})}},{key:"refreshMedia_",value:function(){var e=this,t=void 0,n=void 0;this.masterPlaylistLoader_?(t=this.masterPlaylistLoader_.master,n=this.masterPlaylistLoader_.parseMasterXml()):(t=this.master,n=this.parseMasterXml());var i=Ls(t,n);i?(this.masterPlaylistLoader_?this.masterPlaylistLoader_.master=i:this.master=i,this.media_=i.playlists[this.media_.uri]):this.trigger("playlistunchanged"),this.media().endList||(this.mediaUpdateTimeout=f.a.setTimeout(function(){e.trigger("mediaupdatetimeout")},fa(this.media(),!!i))),this.trigger("loadedplaylist")}}]),t}(),Us=function(e){return Zr.log.debug?Zr.log.debug.bind(Zr,"VHS:",e+" >"):function(){}};function Ps(){}var Is=function(){function e(t,n,i,r){na(this,e),this.callbacks_=[],this.pendingCallback_=null,this.timestampOffset_=0,this.mediaSource=t,this.processedAppend_=!1,this.type_=i,this.mimeType_=n,this.logger_=Us("SourceUpdater["+i+"]["+n+"]"),"closed"===t.readyState?t.addEventListener("sourceopen",this.createSourceBuffer_.bind(this,n,r)):this.createSourceBuffer_(n,r)}return ia(e,[{key:"createSourceBuffer_",value:function(e,t){var n=this;this.sourceBuffer_=this.mediaSource.addSourceBuffer(e),this.logger_("created SourceBuffer"),t&&(t.trigger("sourcebufferadded"),this.mediaSource.sourceBuffers.length<2)?t.on("sourcebufferadded",function(){n.start_()}):this.start_()}},{key:"start_",value:function(){var e=this;this.started_=!0,this.onUpdateendCallback_=function(){var t=e.pendingCallback_;e.pendingCallback_=null,e.logger_("buffered ["+Ja(e.buffered())+"]"),t&&t(),e.runCallback_()},this.sourceBuffer_.addEventListener("updateend",this.onUpdateendCallback_),this.runCallback_()}},{key:"abort",value:function(e){var t=this;this.processedAppend_&&this.queueCallback_(function(){t.sourceBuffer_.abort()},e)}},{key:"appendBuffer",value:function(e,t){var n=this;this.processedAppend_=!0,this.queueCallback_(function(){n.sourceBuffer_.appendBuffer(e)},t)}},{key:"buffered",value:function(){return this.sourceBuffer_?this.sourceBuffer_.buffered:Zr.createTimeRanges()}},{key:"remove",value:function(e,t){var n=this,i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:Ps;this.processedAppend_&&this.queueCallback_(function(){n.logger_("remove ["+e+" => "+t+"]"),n.sourceBuffer_.remove(e,t)},i)}},{key:"updating",value:function(){return!this.sourceBuffer_||this.sourceBuffer_.updating||this.pendingCallback_}},{key:"timestampOffset",value:function(e){var t=this;return void 0!==e&&(this.queueCallback_(function(){t.sourceBuffer_.timestampOffset=e}),this.timestampOffset_=e),this.timestampOffset_}},{key:"queueCallback_",value:function(e,t){this.callbacks_.push([e.bind(this),t]),this.runCallback_()}},{key:"runCallback_",value:function(){var e=void 0;!this.updating()&&this.callbacks_.length&&this.started_&&(e=this.callbacks_.shift(),this.pendingCallback_=e[1],e[0]())}},{key:"dispose",value:function(){this.sourceBuffer_.removeEventListener("updateend",this.onUpdateendCallback_),this.sourceBuffer_&&"open"===this.mediaSource.readyState&&this.sourceBuffer_.abort()}}]),e}(),Ds={GOAL_BUFFER_LENGTH:30,MAX_GOAL_BUFFER_LENGTH:60,GOAL_BUFFER_LENGTH_RATE:1,INITIAL_BANDWIDTH:4194304,BANDWIDTH_VARIANCE:1.2,BUFFER_LOW_WATER_LINE:0,MAX_BUFFER_LOW_WATER_LINE:30,BUFFER_LOW_WATER_LINE_RATE:1},Rs=2,Ms=-101,Bs=-102,Ns=function(e){var t,n,i={};return e.byterange&&(i.Range=(t=e.byterange,n=t.offset+t.length-1,"bytes="+t.offset+"-"+n)),i},Fs=function(e){e.forEach(function(e){e.abort()})},Vs=function(e,t){return t.timedout?{status:t.status,message:"HLS request timed-out at URL: "+t.uri,code:Ms,xhr:t}:t.aborted?{status:t.status,message:"HLS request aborted at URL: "+t.uri,code:Bs,xhr:t}:e?{status:t.status,message:"HLS request errored at URL: "+t.uri,code:Rs,xhr:t}:null},zs=function(e,t,n){var i=0,r=!1;return function(a,s){if(!r)return a?(r=!0,Fs(e),n(a,s)):(i+=1)===e.length?(s.endOfAllRequests=Date.now(),s.encryptedBytes?function(e,t,n){e.addEventListener("message",function i(r){if(r.data.source===t.requestId){e.removeEventListener("message",i);var a=r.data.decrypted;return t.bytes=new Uint8Array(a.bytes,a.byteOffset,a.byteLength),n(null,t)}}),e.postMessage(Ba({source:t.requestId,encrypted:t.encryptedBytes,key:t.key.bytes,iv:t.key.iv}),[t.encryptedBytes.buffer,t.key.bytes.buffer])}(t,s,n):n(null,s)):void 0}},Hs=function(e,t){return function(n){var i,r,a;return e.stats=Zr.mergeOptions(e.stats,(r=(i=n).target,(a={bandwidth:1/0,bytesReceived:0,roundTripTime:Date.now()-r.requestTime||0}).bytesReceived=i.loaded,a.bandwidth=Math.floor(a.bytesReceived/a.roundTripTime*8*1e3),a)),!e.stats.firstBytesReceivedAt&&e.stats.bytesReceived&&(e.stats.firstBytesReceivedAt=Date.now()),t(n,e)}},qs=function(e,t,n,i,r,a,s){var o=[],l=zs(o,n,s);if(r.key){var u=e(Zr.mergeOptions(t,{uri:r.key.resolvedUri,responseType:"arraybuffer"}),function(e,t){return function(n,i){var r=i.response,a=Vs(n,i);if(a)return t(a,e);if(16!==r.byteLength)return t({status:i.status,message:"Invalid HLS key at URL: "+i.uri,code:Rs,xhr:i},e);var s=new DataView(r);return e.key.bytes=new Uint32Array([s.getUint32(0),s.getUint32(4),s.getUint32(8),s.getUint32(12)]),t(null,e)}}(r,l));o.push(u)}if(r.map&&!r.map.bytes){var c=e(Zr.mergeOptions(t,{uri:r.map.resolvedUri,responseType:"arraybuffer",headers:Ns(r.map)}),function(e,t,n){return function(i,r){var a=r.response,s=Vs(i,r);return s?n(s,e):0===a.byteLength?n({status:r.status,message:"Empty HLS segment content at URL: "+r.uri,code:Rs,xhr:r},e):(e.map.bytes=new Uint8Array(r.response),t.isInitialized()||t.init(),e.map.timescales=A.a.timescale(e.map.bytes),e.map.videoTrackIds=A.a.videoTrackIds(e.map.bytes),n(null,e))}}(r,i,l));o.push(c)}var d=e(Zr.mergeOptions(t,{uri:r.resolvedUri,responseType:"arraybuffer",headers:Ns(r)}),function(e,t,n){return function(i,r){var a=r.response,s=Vs(i,r),o=void 0;return s?n(s,e):0===a.byteLength?n({status:r.status,message:"Empty HLS segment content at URL: "+r.uri,code:Rs,xhr:r},e):(e.stats=function(e){return{bandwidth:e.bandwidth,bytesReceived:e.bytesReceived||0,roundTripTime:e.roundTripTime||0}}(r),e.key?e.encryptedBytes=new Uint8Array(r.response):e.bytes=new Uint8Array(r.response),e.map&&e.map.bytes&&(t.isInitialized()||t.init(),(o=t.parse(e.bytes,e.map.videoTrackIds,e.map.timescales))&&o.captions&&(e.captionStreams=o.captionStreams,e.fmp4Captions=o.captions)),n(null,e))}}(r,i,l));return d.addEventListener("progress",Hs(r,a)),o.push(d),function(){return Fs(o)}},Gs=function(e,t){var n;return e&&(n=f.a.getComputedStyle(e))?n[t]:""},Ws=function(e,t){var n=e.slice();e.sort(function(e,i){var r=t(e,i);return 0===r?n.indexOf(e)-n.indexOf(i):r})},Ys=function(e,t){var n=void 0,i=void 0;return e.attributes.BANDWIDTH&&(n=e.attributes.BANDWIDTH),n=n||f.a.Number.MAX_VALUE,t.attributes.BANDWIDTH&&(i=t.attributes.BANDWIDTH),n-(i=i||f.a.Number.MAX_VALUE)},Xs=function(e,t,n){if(!e||!t)return!1;var i=n===e.segments.length;return e.endList&&"open"===t.readyState&&i},Js=function(e){return"number"==typeof e&&isFinite(e)},Ks=function(e){function t(e){na(this,t);var n=aa(this,(t.__proto__||Object.getPrototypeOf(t)).call(this));if(!e)throw new TypeError("Initialization settings are required");if("function"!=typeof e.currentTime)throw new TypeError("No currentTime getter specified");if(!e.mediaSource)throw new TypeError("No MediaSource specified");return n.bandwidth=e.bandwidth,n.throughput={rate:0,count:0},n.roundTrip=NaN,n.resetStats_(),n.mediaIndex=null,n.hasPlayed_=e.hasPlayed,n.currentTime_=e.currentTime,n.seekable_=e.seekable,n.seeking_=e.seeking,n.duration_=e.duration,n.mediaSource_=e.mediaSource,n.hls_=e.hls,n.loaderType_=e.loaderType,n.startingMedia_=void 0,n.segmentMetadataTrack_=e.segmentMetadataTrack,n.goalBufferLength_=e.goalBufferLength,n.sourceType_=e.sourceType,n.inbandTextTracks_=e.inbandTextTracks,n.state_="INIT",n.checkBufferTimeout_=null,n.error_=void 0,n.currentTimeline_=-1,n.pendingSegment_=null,n.mimeType_=null,n.sourceUpdater_=null,n.xhrOptions_=null,n.activeInitSegmentId_=null,n.initSegments_={},n.captionParser_=new x.CaptionParser,n.decrypter_=e.decrypter,n.syncController_=e.syncController,n.syncPoint_={segmentIndex:0,time:0},n.syncController_.on("syncinfoupdate",function(){return n.trigger("syncinfoupdate")}),n.mediaSource_.addEventListener("sourceopen",function(){return n.ended_=!1}),n.fetchAtBuffer_=!1,n.logger_=Us("SegmentLoader["+n.loaderType_+"]"),Object.defineProperty(n,"state",{get:function(){return this.state_},set:function(e){e!==this.state_&&(this.logger_(this.state_+" -> "+e),this.state_=e)}}),n}return ra(t,e),ia(t,[{key:"resetStats_",value:function(){this.mediaBytesTransferred=0,this.mediaRequests=0,this.mediaRequestsAborted=0,this.mediaRequestsTimedout=0,this.mediaRequestsErrored=0,this.mediaTransferDuration=0,this.mediaSecondsLoaded=0}},{key:"dispose",value:function(){this.state="DISPOSED",this.pause(),this.abort_(),this.sourceUpdater_&&this.sourceUpdater_.dispose(),this.resetStats_(),this.captionParser_.reset()}},{key:"abort",value:function(){"WAITING"===this.state?(this.abort_(),this.state="READY",this.paused()||this.monitorBuffer_()):this.pendingSegment_&&(this.pendingSegment_=null)}},{key:"abort_",value:function(){this.pendingSegment_&&this.pendingSegment_.abortRequests(),this.pendingSegment_=null}},{key:"error",value:function(e){return void 0!==e&&(this.error_=e),this.pendingSegment_=null,this.error_}},{key:"endOfStream",value:function(){this.ended_=!0,this.pause(),this.trigger("ended")}},{key:"buffered_",value:function(){return this.sourceUpdater_?this.sourceUpdater_.buffered():Zr.createTimeRanges()}},{key:"initSegment",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(!e)return null;var n=Na(e),i=this.initSegments_[n];return t&&!i&&e.bytes&&(this.initSegments_[n]=i={resolvedUri:e.resolvedUri,byterange:e.byterange,bytes:e.bytes,timescales:e.timescales,videoTrackIds:e.videoTrackIds}),i||e}},{key:"couldBeginLoading_",value:function(){return this.playlist_&&(this.sourceUpdater_||this.mimeType_&&"INIT"===this.state)&&!this.paused()}},{key:"load",value:function(){if(this.monitorBuffer_(),this.playlist_){if(this.syncController_.setDateTimeMapping(this.playlist_),"INIT"===this.state&&this.couldBeginLoading_())return this.init_();!this.couldBeginLoading_()||"READY"!==this.state&&"INIT"!==this.state||(this.state="READY")}}},{key:"init_",value:function(){return this.state="READY",this.sourceUpdater_=new Is(this.mediaSource_,this.mimeType_,this.loaderType_,this.sourceBufferEmitter_),this.resetEverything(),this.monitorBuffer_()}},{key:"playlist",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(e){var n=this.playlist_,i=this.pendingSegment_;this.playlist_=e,this.xhrOptions_=t,this.hasPlayed_()||(e.syncInfo={mediaSequence:e.mediaSequence,time:0});var r=n?n.id:null;if(this.logger_("playlist update ["+r+" => "+e.id+"]"),this.trigger("syncinfoupdate"),"INIT"===this.state&&this.couldBeginLoading_())return this.init_();if(n&&n.uri===e.uri){var a=e.mediaSequence-n.mediaSequence;this.logger_("live window shift ["+a+"]"),null!==this.mediaIndex&&(this.mediaIndex-=a),i&&(i.mediaIndex-=a,i.mediaIndex>=0&&(i.segment=e.segments[i.mediaIndex])),this.syncController_.saveExpiredSegmentInfo(n,e)}else null!==this.mediaIndex&&this.resyncLoader()}}},{key:"pause",value:function(){this.checkBufferTimeout_&&(f.a.clearTimeout(this.checkBufferTimeout_),this.checkBufferTimeout_=null)}},{key:"paused",value:function(){return null===this.checkBufferTimeout_}},{key:"mimeType",value:function(e,t){this.mimeType_||(this.mimeType_=e,this.sourceBufferEmitter_=t,"INIT"===this.state&&this.couldBeginLoading_()&&this.init_())}},{key:"resetEverything",value:function(e){this.ended_=!1,this.resetLoader(),this.remove(0,this.duration_(),e),this.captionParser_.clearAllCaptions(),this.trigger("reseteverything")}},{key:"resetLoader",value:function(){this.fetchAtBuffer_=!1,this.resyncLoader()}},{key:"resyncLoader",value:function(){this.mediaIndex=null,this.syncPoint_=null,this.abort()}},{key:"remove",value:function(e,t,n){if(this.sourceUpdater_&&this.sourceUpdater_.remove(e,t,n),Qa(e,t,this.segmentMetadataTrack_),this.inbandTextTracks_)for(var i in this.inbandTextTracks_)Qa(e,t,this.inbandTextTracks_[i])}},{key:"monitorBuffer_",value:function(){this.checkBufferTimeout_&&f.a.clearTimeout(this.checkBufferTimeout_),this.checkBufferTimeout_=f.a.setTimeout(this.monitorBufferTick_.bind(this),1)}},{key:"monitorBufferTick_",value:function(){"READY"===this.state&&this.fillBuffer_(),this.checkBufferTimeout_&&f.a.clearTimeout(this.checkBufferTimeout_),this.checkBufferTimeout_=f.a.setTimeout(this.monitorBufferTick_.bind(this),500)}},{key:"fillBuffer_",value:function(){if(!this.sourceUpdater_.updating()){this.syncPoint_||(this.syncPoint_=this.syncController_.getSyncPoint(this.playlist_,this.duration_(),this.currentTimeline_,this.currentTime_()));var e=this.checkBuffer_(this.buffered_(),this.playlist_,this.mediaIndex,this.hasPlayed_(),this.currentTime_(),this.syncPoint_);if(e)Xs(this.playlist_,this.mediaSource_,e.mediaIndex)?this.endOfStream():(e.mediaIndex!==this.playlist_.segments.length-1||"ended"!==this.mediaSource_.readyState||this.seeking_())&&((e.timeline!==this.currentTimeline_||null!==e.startOfSegment&&e.startOfSegment<this.sourceUpdater_.timestampOffset())&&(this.syncController_.reset(),e.timestampOffset=e.startOfSegment,this.captionParser_.clearAllCaptions()),this.loadSegment_(e))}}},{key:"checkBuffer_",value:function(e,t,n,i,r,a){var s=0,o=void 0;e.length&&(s=e.end(e.length-1));var l=Math.max(0,s-r);if(!t.segments.length)return null;if(l>=this.goalBufferLength_())return null;if(!i&&l>=1)return null;if(null===a)return n=this.getSyncSegmentCandidate_(t),this.generateSegmentInfo_(t,n,null,!0);if(null!==n){var u=t.segments[n];return o=u&&u.end?u.end:s,this.generateSegmentInfo_(t,n+1,o,!1)}if(this.fetchAtBuffer_){var c=Oa.getMediaInfoForTime(t,s,a.segmentIndex,a.time);n=c.mediaIndex,o=c.startTime}else{var d=Oa.getMediaInfoForTime(t,r,a.segmentIndex,a.time);n=d.mediaIndex,o=d.startTime}return this.generateSegmentInfo_(t,n,o,!1)}},{key:"getSyncSegmentCandidate_",value:function(e){var t=this;if(-1===this.currentTimeline_)return 0;var n=e.segments.map(function(e,t){return{timeline:e.timeline,segmentIndex:t}}).filter(function(e){return e.timeline===t.currentTimeline_});return n.length?n[Math.min(n.length-1,1)].segmentIndex:Math.max(e.segments.length-1,0)}},{key:"generateSegmentInfo_",value:function(e,t,n,i){if(t<0||t>=e.segments.length)return null;var r=e.segments[t];return{requestId:"segment-loader-"+Math.random(),uri:r.resolvedUri,mediaIndex:t,isSyncRequest:i,startOfSegment:n,playlist:e,bytes:null,encryptedBytes:null,timestampOffset:null,timeline:r.timeline,duration:r.duration,segment:r}}},{key:"abortRequestEarly_",value:function(e){if(this.hls_.tech_.paused()||!this.xhrOptions_.timeout||!this.playlist_.attributes.BANDWIDTH)return!1;if(Date.now()-(e.firstBytesReceivedAt||Date.now())<1e3)return!1;var t=this.currentTime_(),n=e.bandwidth,i=this.pendingSegment_.duration,r=Oa.estimateSegmentRequestTime(i,n,this.playlist_,e.bytesReceived),a=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1;return((e.length?e.end(e.length-1):0)-t)/n}(this.buffered_(),t,this.hls_.tech_.playbackRate())-1;if(r<=a)return!1;var s=function(e){var t=e.master,n=e.currentTime,i=e.bandwidth,r=e.duration,a=e.segmentDuration,s=e.timeUntilRebuffer,o=e.currentTimeline,l=e.syncController,u=t.playlists.filter(function(e){return!Oa.isIncompatible(e)}),c=u.filter(Oa.isEnabled);c.length||(c=u.filter(function(e){return!Oa.isDisabled(e)}));var d=c.filter(Oa.hasAttribute.bind(null,"BANDWIDTH")).map(function(e){var t=l.getSyncPoint(e,r,o,n)?1:2;return{playlist:e,rebufferingImpact:Oa.estimateSegmentRequestTime(a,i,e)*t-s}}),h=d.filter(function(e){return e.rebufferingImpact<=0});return Ws(h,function(e,t){return Ys(t.playlist,e.playlist)}),h.length?h[0]:(Ws(d,function(e,t){return e.rebufferingImpact-t.rebufferingImpact}),d[0]||null)}({master:this.hls_.playlists.master,currentTime:t,bandwidth:n,duration:this.duration_(),segmentDuration:i,timeUntilRebuffer:a,currentTimeline:this.currentTimeline_,syncController:this.syncController_});if(s){var o=r-a-s.rebufferingImpact,l=.5;return a<=1/30&&(l=1),!s.playlist||s.playlist.uri===this.playlist_.uri||o<l?!1:(this.bandwidth=s.playlist.attributes.BANDWIDTH*Ds.BANDWIDTH_VARIANCE+1,this.abort(),this.trigger("earlyabort"),!0)}}},{key:"handleProgress_",value:function(e,t){this.pendingSegment_&&t.requestId===this.pendingSegment_.requestId&&!this.abortRequestEarly_(t.stats)&&this.trigger("progress")}},{key:"loadSegment_",value:function(e){this.state="WAITING",this.pendingSegment_=e,this.trimBackBuffer_(e),e.abortRequests=qs(this.hls_.xhr,this.xhrOptions_,this.decrypter_,this.captionParser_,this.createSimplifiedSegmentObj_(e),this.handleProgress_.bind(this),this.segmentRequestFinished_.bind(this))}},{key:"trimBackBuffer_",value:function(e){var t=function(e,t,n){var i=void 0;return i=e.length&&e.start(0)>0&&e.start(0)<t?e.start(0):t-30,Math.min(i,t-n)}(this.seekable_(),this.currentTime_(),this.playlist_.targetDuration||10);t>0&&this.remove(0,t)}},{key:"createSimplifiedSegmentObj_",value:function(e){var t=e.segment,n={resolvedUri:t.resolvedUri,byterange:t.byterange,requestId:e.requestId};if(t.key){var i=t.key.iv||new Uint32Array([0,0,0,e.mediaIndex+e.playlist.mediaSequence]);n.key={resolvedUri:t.key.resolvedUri,iv:i}}return t.map&&(n.map=this.initSegment(t.map)),n}},{key:"segmentRequestFinished_",value:function(e,t){if(this.mediaRequests+=1,t.stats&&(this.mediaBytesTransferred+=t.stats.bytesReceived,this.mediaTransferDuration+=t.stats.roundTripTime),this.pendingSegment_){if(t.requestId===this.pendingSegment_.requestId){if(e)return this.pendingSegment_=null,this.state="READY",e.code===Bs?void(this.mediaRequestsAborted+=1):(this.pause(),e.code===Ms?(this.mediaRequestsTimedout+=1,this.bandwidth=1,this.roundTrip=NaN,void this.trigger("bandwidthupdate")):(this.mediaRequestsErrored+=1,this.error(e),void this.trigger("error")));this.bandwidth=t.stats.bandwidth,this.roundTrip=t.stats.roundTripTime,t.map&&(t.map=this.initSegment(t.map,!0)),this.processSegmentResponse_(t)}}else this.mediaRequestsAborted+=1}},{key:"processSegmentResponse_",value:function(e){var t=this.pendingSegment_;t.bytes=e.bytes,e.map&&(t.segment.map.bytes=e.map.bytes),t.endOfAllRequests=e.endOfAllRequests,e.fmp4Captions&&(!function(e,t,n){for(var i in n)if(!e[i]){t.trigger({type:"usage",name:"hls-608"});var r=t.textTracks().getTrackById(i);e[i]=r||t.addRemoteTextTrack({kind:"captions",id:i,label:i},!1).track}}(this.inbandTextTracks_,this.hls_.tech_,e.captionStreams),function(e){var t=e.inbandTextTracks,n=e.captionArray,i=e.timestampOffset;if(n){var r=window.WebKitDataCue||window.VTTCue;n.forEach(function(e){var n=e.stream,a=e.startTime,s=e.endTime;t[n]&&(a+=i,s+=i,t[n].addCue(new r(a,s,e.text)))})}}({inbandTextTracks:this.inbandTextTracks_,captionArray:e.fmp4Captions,timestampOffset:0}),this.captionParser_.clearParsedCaptions()),this.handleSegment_()}},{key:"handleSegment_",value:function(){var e=this;if(this.pendingSegment_){var t=this.pendingSegment_,n=t.segment,i=this.syncController_.probeSegmentInfo(t);void 0===this.startingMedia_&&i&&(i.containsAudio||i.containsVideo)&&(this.startingMedia_={containsAudio:i.containsAudio,containsVideo:i.containsVideo});var r,a,s,o=(r=this.loaderType_,a=this.startingMedia_,s=i,"main"===r&&a&&s?s.containsAudio||s.containsVideo?a.containsVideo&&!s.containsVideo?"Only audio found in segment when we expected video. We can't switch to audio only from a stream that had video. To get rid of this message, please add codec information to the manifest.":!a.containsVideo&&s.containsVideo?"Video found in segment when we expected only audio. We can't switch to a stream with video from an audio only stream. To get rid of this message, please add codec information to the manifest.":null:"Neither audio nor video found in segment.":null);if(o)return this.error({message:o,blacklistDuration:1/0}),void this.trigger("error");if(t.isSyncRequest)return this.trigger("syncinfoupdate"),this.pendingSegment_=null,void(this.state="READY");null!==t.timestampOffset&&t.timestampOffset!==this.sourceUpdater_.timestampOffset()&&(this.sourceUpdater_.timestampOffset(t.timestampOffset),this.trigger("timestampoffset"));var l=this.syncController_.mappingForTimeline(t.timeline);if(null!==l&&this.trigger({type:"segmenttimemapping",mapping:l}),this.state="APPENDING",n.map){var u=Na(n.map);if(!this.activeInitSegmentId_||this.activeInitSegmentId_!==u){var c=this.initSegment(n.map);this.sourceUpdater_.appendBuffer(c.bytes,function(){e.activeInitSegmentId_=u})}}t.byteLength=t.bytes.byteLength,"number"==typeof n.start&&"number"==typeof n.end?this.mediaSecondsLoaded+=n.end-n.start:this.mediaSecondsLoaded+=n.duration,this.logger_(function(e){var t=e.segment,n=t.start,i=t.end,r=e.playlist,a=r.mediaSequence,s=r.id,o=r.segments,l=void 0===o?[]:o,u=e.mediaIndex,c=e.timeline;return["appending ["+u+"] of ["+a+", "+(a+l.length)+"] from playlist ["+s+"]","["+n+" => "+i+"] in timeline ["+c+"]"].join(" ")}(t)),this.sourceUpdater_.appendBuffer(t.bytes,this.handleUpdateEnd_.bind(this))}else this.state="READY"}},{key:"handleUpdateEnd_",value:function(){if(!this.pendingSegment_)return this.state="READY",void(this.paused()||this.monitorBuffer_());var e=this.pendingSegment_,t=e.segment,n=null!==this.mediaIndex;(this.pendingSegment_=null,this.recordThroughput_(e),this.addSegmentMetadataCue_(e),this.state="READY",this.mediaIndex=e.mediaIndex,this.fetchAtBuffer_=!0,this.currentTimeline_=e.timeline,this.trigger("syncinfoupdate"),t.end&&this.currentTime_()-t.end>3*e.playlist.targetDuration)?this.resetEverything():(n&&this.trigger("bandwidthupdate"),this.trigger("progress"),Xs(e.playlist,this.mediaSource_,e.mediaIndex+1)&&this.endOfStream(),this.paused()||this.monitorBuffer_())}},{key:"recordThroughput_",value:function(e){var t=this.throughput.rate,n=Date.now()-e.endOfAllRequests+1,i=Math.floor(e.byteLength/n*8*1e3);this.throughput.rate+=(i-t)/++this.throughput.count}},{key:"addSegmentMetadataCue_",value:function(e){if(this.segmentMetadataTrack_){var t=e.segment,n=t.start,i=t.end;if(Js(n)&&Js(i)){Qa(n,i,this.segmentMetadataTrack_);var r=f.a.WebKitDataCue||f.a.VTTCue,a={dateTimeObject:t.dateTimeObject,dateTimeString:t.dateTimeString,bandwidth:e.playlist.attributes.BANDWIDTH,resolution:e.playlist.attributes.RESOLUTION,codecs:e.playlist.attributes.CODECS,byteLength:e.byteLength,uri:e.uri,timeline:e.timeline,playlist:e.playlist.uri,start:n,end:i},s=new r(n,i,JSON.stringify(a));s.value=a,this.segmentMetadataTrack_.addCue(s)}}}}]),t}(Zr.EventTarget),Qs=function(e){return decodeURIComponent(escape(String.fromCharCode.apply(null,e)))},Zs=new Uint8Array("\n\n".split("").map(function(e){return e.charCodeAt(0)})),$s=function(e){function t(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};na(this,t);var i=aa(this,(t.__proto__||Object.getPrototypeOf(t)).call(this,e,n));return i.mediaSource_=null,i.subtitlesTrack_=null,i}return ra(t,Ks),ia(t,[{key:"buffered_",value:function(){if(!this.subtitlesTrack_||!this.subtitlesTrack_.cues.length)return Zr.createTimeRanges();var e=this.subtitlesTrack_.cues,t=e[0].startTime,n=e[e.length-1].startTime;return Zr.createTimeRanges([[t,n]])}},{key:"initSegment",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(!e)return null;var n=Na(e),i=this.initSegments_[n];if(t&&!i&&e.bytes){var r=Zs.byteLength+e.bytes.byteLength,a=new Uint8Array(r);a.set(e.bytes),a.set(Zs,e.bytes.byteLength),this.initSegments_[n]=i={resolvedUri:e.resolvedUri,byterange:e.byterange,bytes:a}}return i||e}},{key:"couldBeginLoading_",value:function(){return this.playlist_&&this.subtitlesTrack_&&!this.paused()}},{key:"init_",value:function(){return this.state="READY",this.resetEverything(),this.monitorBuffer_()}},{key:"track",value:function(e){return void 0===e?this.subtitlesTrack_:(this.subtitlesTrack_=e,"INIT"===this.state&&this.couldBeginLoading_()&&this.init_(),this.subtitlesTrack_)}},{key:"remove",value:function(e,t){Qa(e,t,this.subtitlesTrack_)}},{key:"fillBuffer_",value:function(){var e=this;this.syncPoint_||(this.syncPoint_=this.syncController_.getSyncPoint(this.playlist_,this.duration_(),this.currentTimeline_,this.currentTime_()));var t=this.checkBuffer_(this.buffered_(),this.playlist_,this.mediaIndex,this.hasPlayed_(),this.currentTime_(),this.syncPoint_);if(t=this.skipEmptySegments_(t)){if(null===this.syncController_.timestampOffsetForTimeline(t.timeline)){return this.syncController_.one("timestampoffset",function(){e.state="READY",e.paused()||e.monitorBuffer_()}),void(this.state="WAITING_ON_TIMELINE")}this.loadSegment_(t)}}},{key:"skipEmptySegments_",value:function(e){for(;e&&e.segment.empty;)e=this.generateSegmentInfo_(e.playlist,e.mediaIndex+1,e.startOfSegment+e.duration,e.isSyncRequest);return e}},{key:"handleSegment_",value:function(){var e=this;if(this.pendingSegment_&&this.subtitlesTrack_){this.state="APPENDING";var t=this.pendingSegment_,n=t.segment;if("function"!=typeof f.a.WebVTT&&this.subtitlesTrack_&&this.subtitlesTrack_.tech_){var i=function(){e.handleSegment_()};return this.state="WAITING_ON_VTTJS",this.subtitlesTrack_.tech_.one("vttjsloaded",i),void this.subtitlesTrack_.tech_.one("vttjserror",function(){e.subtitlesTrack_.tech_.off("vttjsloaded",i),e.error({message:"Error loading vtt.js"}),e.state="READY",e.pause(),e.trigger("error")})}n.requested=!0;try{this.parseVTTCues_(t)}catch(e){return this.error({message:e.message}),this.state="READY",this.pause(),this.trigger("error")}if(this.updateTimeMapping_(t,this.syncController_.timelines[t.timeline],this.playlist_),t.isSyncRequest)return this.trigger("syncinfoupdate"),this.pendingSegment_=null,void(this.state="READY");t.byteLength=t.bytes.byteLength,this.mediaSecondsLoaded+=n.duration,t.cues.length&&this.remove(t.cues[0].endTime,t.cues[t.cues.length-1].endTime),t.cues.forEach(function(t){e.subtitlesTrack_.addCue(t)}),this.handleUpdateEnd_()}else this.state="READY"}},{key:"parseVTTCues_",value:function(e){var t=void 0,n=!1;"function"==typeof f.a.TextDecoder?t=new f.a.TextDecoder("utf8"):(t=f.a.WebVTT.StringDecoder(),n=!0);var i=new f.a.WebVTT.Parser(f.a,f.a.vttjs,t);if(e.cues=[],e.timestampmap={MPEGTS:0,LOCAL:0},i.oncue=e.cues.push.bind(e.cues),i.ontimestampmap=function(t){return e.timestampmap=t},i.onparsingerror=function(e){Zr.log.warn("Error encountered when parsing cues: "+e.message)},e.segment.map){var r=e.segment.map.bytes;n&&(r=Qs(r)),i.parse(r)}var a=e.bytes;n&&(a=Qs(a)),i.parse(a),i.flush()}},{key:"updateTimeMapping_",value:function(e,t,n){var i=e.segment;if(t)if(e.cues.length){var r=e.timestampmap,a=r.MPEGTS/9e4-r.LOCAL+t.mapping;if(e.cues.forEach(function(e){e.startTime+=a,e.endTime+=a}),!n.syncInfo){var s=e.cues[0].startTime,o=e.cues[e.cues.length-1].startTime;n.syncInfo={mediaSequence:n.mediaSequence+e.mediaIndex,time:Math.min(s,o-i.duration)}}}else i.empty=!0}}]),t}(),eo=function(e,t){for(var n=e.cues,i=0;i<n.length;i++){var r=n[i];if(t>=r.adStartTime&&t<=r.adEndTime)return r}return null},to=O.a.inspect,no=[{name:"VOD",run:function(e,t,n,i,r){if(n!==1/0){return{time:0,segmentIndex:0}}return null}},{name:"ProgramDateTime",run:function(e,t,n,i,r){if(!e.datetimeToDisplayTime)return null;var a=t.segments||[],s=null,o=null;r=r||0;for(var l=0;l<a.length;l++){var u=a[l];if(u.dateTimeObject){var c=u.dateTimeObject.getTime()/1e3+e.datetimeToDisplayTime,d=Math.abs(r-c);if(null!==o&&o<d)break;o=d,s={time:c,segmentIndex:l}}}return s}},{name:"Segment",run:function(e,t,n,i,r){var a=t.segments||[],s=null,o=null;r=r||0;for(var l=0;l<a.length;l++){var u=a[l];if(u.timeline===i&&void 0!==u.start){var c=Math.abs(r-u.start);if(null!==o&&o<c)break;(!s||null===o||o>=c)&&(o=c,s={time:u.start,segmentIndex:l})}}return s}},{name:"Discontinuity",run:function(e,t,n,i,r){var a=null;if(r=r||0,t.discontinuityStarts&&t.discontinuityStarts.length)for(var s=null,o=0;o<t.discontinuityStarts.length;o++){var l=t.discontinuityStarts[o],u=t.discontinuitySequence+o+1,c=e.discontinuities[u];if(c){var d=Math.abs(r-c.time);if(null!==s&&s<d)break;(!a||null===s||s>=d)&&(s=d,a={time:c.time,segmentIndex:l})}}return a}},{name:"Playlist",run:function(e,t,n,i,r){return t.syncInfo?{time:t.syncInfo.time,segmentIndex:t.syncInfo.mediaSequence-t.mediaSequence}:null}}],io=function(e){function t(){na(this,t);var e=aa(this,(t.__proto__||Object.getPrototypeOf(t)).call(this));return e.inspectCache_=void 0,e.timelines=[],e.discontinuities=[],e.datetimeToDisplayTime=null,e.logger_=Us("SyncController"),e}return ra(t,e),ia(t,[{key:"getSyncPoint",value:function(e,t,n,i){var r=this.runStrategies_(e,t,n,i);return r.length?this.selectSyncPoint_(r,{key:"time",value:i}):null}},{key:"getExpiredTime",value:function(e,t){if(!e||!e.segments)return null;var n=this.runStrategies_(e,t,e.discontinuitySequence,0);if(!n.length)return null;var i=this.selectSyncPoint_(n,{key:"segmentIndex",value:0});return i.segmentIndex>0&&(i.time*=-1),Math.abs(i.time+ba(e,i.segmentIndex,0))}},{key:"runStrategies_",value:function(e,t,n,i){for(var r=[],a=0;a<no.length;a++){var s=no[a],o=s.run(this,e,t,n,i);o&&(o.strategy=s.name,r.push({strategy:s.name,syncPoint:o}))}return r}},{key:"selectSyncPoint_",value:function(e,t){for(var n=e[0].syncPoint,i=Math.abs(e[0].syncPoint[t.key]-t.value),r=e[0].strategy,a=1;a<e.length;a++){var s=Math.abs(e[a].syncPoint[t.key]-t.value);s<i&&(i=s,n=e[a].syncPoint,r=e[a].strategy)}return this.logger_("syncPoint for ["+t.key+": "+t.value+"] chosen with strategy ["+r+"]: [time:"+n.time+", segmentIndex:"+n.segmentIndex+"]"),n}},{key:"saveExpiredSegmentInfo",value:function(e,t){for(var n=t.mediaSequence-e.mediaSequence-1;n>=0;n--){var i=e.segments[n];if(i&&void 0!==i.start){t.syncInfo={mediaSequence:e.mediaSequence+n,time:i.start},this.logger_("playlist refresh sync: [time:"+t.syncInfo.time+", mediaSequence: "+t.syncInfo.mediaSequence+"]"),this.trigger("syncinfoupdate");break}}}},{key:"setDateTimeMapping",value:function(e){if(!this.datetimeToDisplayTime&&e.segments&&e.segments.length&&e.segments[0].dateTimeObject){var t=e.segments[0].dateTimeObject.getTime()/1e3;this.datetimeToDisplayTime=-t}}},{key:"reset",value:function(){this.inspectCache_=void 0}},{key:"probeSegmentInfo",value:function(e){var t=e.segment,n=e.playlist,i=void 0;return(i=t.map?this.probeMp4Segment_(e):this.probeTsSegment_(e))&&this.calculateSegmentTimeMapping_(e,i)&&(this.saveDiscontinuitySyncInfo_(e),n.syncInfo||(n.syncInfo={mediaSequence:n.mediaSequence+e.mediaIndex,time:t.start})),i}},{key:"probeMp4Segment_",value:function(e){var t=e.segment,n=A.a.timescale(t.map.bytes),i=A.a.startTime(n,e.bytes);return null!==e.timestampOffset&&(e.timestampOffset-=i),{start:i,end:i+t.duration}}},{key:"probeTsSegment_",value:function(e){var t=to(e.bytes,this.inspectCache_),n=void 0,i=void 0;return t?(t.video&&2===t.video.length?(this.inspectCache_=t.video[1].dts,n=t.video[0].dtsTime,i=t.video[1].dtsTime):t.audio&&2===t.audio.length&&(this.inspectCache_=t.audio[1].dts,n=t.audio[0].dtsTime,i=t.audio[1].dtsTime),{start:n,end:i,containsVideo:t.video&&2===t.video.length,containsAudio:t.audio&&2===t.audio.length}):null}},{key:"timestampOffsetForTimeline",value:function(e){return void 0===this.timelines[e]?null:this.timelines[e].time}},{key:"mappingForTimeline",value:function(e){return void 0===this.timelines[e]?null:this.timelines[e].mapping}},{key:"calculateSegmentTimeMapping_",value:function(e,t){var n=e.segment,i=this.timelines[e.timeline];if(null!==e.timestampOffset)i={time:e.startOfSegment,mapping:e.startOfSegment-t.start},this.timelines[e.timeline]=i,this.trigger("timestampoffset"),this.logger_("time mapping for timeline "+e.timeline+": [time: "+i.time+"] [mapping: "+i.mapping+"]"),n.start=e.startOfSegment,n.end=t.end+i.mapping;else{if(!i)return!1;n.start=t.start+i.mapping,n.end=t.end+i.mapping}return!0}},{key:"saveDiscontinuitySyncInfo_",value:function(e){var t=e.playlist,n=e.segment;if(n.discontinuity)this.discontinuities[n.timeline]={time:n.start,accuracy:0};else if(t.discontinuityStarts&&t.discontinuityStarts.length)for(var i=0;i<t.discontinuityStarts.length;i++){var r=t.discontinuityStarts[i],a=t.discontinuitySequence+i+1,s=r-e.mediaIndex,o=Math.abs(s);if(!this.discontinuities[a]||this.discontinuities[a].accuracy>o){var l=void 0;l=s<0?n.start-ba(t,e.mediaIndex,r):n.end+ba(t,e.mediaIndex+1,r),this.discontinuities[a]={time:l,accuracy:o}}}}}]),t}(Zr.EventTarget),ro=new ss("./decrypter-worker.worker.js",function(e,t){var n=this;!function(){var e=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")},t=function(){function e(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(t,n,i){return n&&e(t.prototype,n),i&&e(t,i),t}}(),i=function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t},r=function(){var e=[[[],[],[],[],[]],[[],[],[],[],[]]],t=e[0],n=e[1],i=t[4],r=n[4],a=void 0,s=void 0,o=void 0,l=[],u=[],c=void 0,d=void 0,h=void 0,p=void 0,f=void 0;for(a=0;a<256;a++)u[(l[a]=a<<1^283*(a>>7))^a]=a;for(s=o=0;!i[s];s^=c||1,o=u[o]||1)for(h=(h=o^o<<1^o<<2^o<<3^o<<4)>>8^255&h^99,i[s]=h,r[h]=s,f=16843009*l[d=l[c=l[s]]]^65537*d^257*c^16843008*s,p=257*l[h]^16843008*h,a=0;a<4;a++)t[a][s]=p=p<<24^p>>>8,n[a][h]=f=f<<24^f>>>8;for(a=0;a<5;a++)t[a]=t[a].slice(0),n[a]=n[a].slice(0);return e},a=null,s=function(){function t(n){e(this,t),a||(a=r()),this._tables=[[a[0][0].slice(),a[0][1].slice(),a[0][2].slice(),a[0][3].slice(),a[0][4].slice()],[a[1][0].slice(),a[1][1].slice(),a[1][2].slice(),a[1][3].slice(),a[1][4].slice()]];var i=void 0,s=void 0,o=void 0,l=void 0,u=void 0,c=this._tables[0][4],d=this._tables[1],h=n.length,p=1;if(4!==h&&6!==h&&8!==h)throw new Error("Invalid aes key size");for(l=n.slice(0),u=[],this._key=[l,u],i=h;i<4*h+28;i++)o=l[i-1],(i%h==0||8===h&&i%h==4)&&(o=c[o>>>24]<<24^c[o>>16&255]<<16^c[o>>8&255]<<8^c[255&o],i%h==0&&(o=o<<8^o>>>24^p<<24,p=p<<1^283*(p>>7))),l[i]=l[i-h]^o;for(s=0;i;s++,i--)o=l[3&s?i:i-4],u[s]=i<=4||s<4?o:d[0][c[o>>>24]]^d[1][c[o>>16&255]]^d[2][c[o>>8&255]]^d[3][c[255&o]]}return t.prototype.decrypt=function(e,t,n,i,r,a){var s=this._key[1],o=e^s[0],l=i^s[1],u=n^s[2],c=t^s[3],d=void 0,h=void 0,p=void 0,f=s.length/4-2,m=void 0,g=4,v=this._tables[1],y=v[0],b=v[1],_=v[2],T=v[3],S=v[4];for(m=0;m<f;m++)d=y[o>>>24]^b[l>>16&255]^_[u>>8&255]^T[255&c]^s[g],h=y[l>>>24]^b[u>>16&255]^_[c>>8&255]^T[255&o]^s[g+1],p=y[u>>>24]^b[c>>16&255]^_[o>>8&255]^T[255&l]^s[g+2],c=y[c>>>24]^b[o>>16&255]^_[l>>8&255]^T[255&u]^s[g+3],g+=4,o=d,l=h,u=p;for(m=0;m<4;m++)r[(3&-m)+a]=S[o>>>24]<<24^S[l>>16&255]<<16^S[u>>8&255]<<8^S[255&c]^s[g++],d=o,o=l,l=u,u=c,c=d},t}(),o=function(){function t(){e(this,t),this.listeners={}}return t.prototype.on=function(e,t){this.listeners[e]||(this.listeners[e]=[]),this.listeners[e].push(t)},t.prototype.off=function(e,t){if(!this.listeners[e])return!1;var n=this.listeners[e].indexOf(t);return this.listeners[e].splice(n,1),n>-1},t.prototype.trigger=function(e){var t=this.listeners[e];if(t)if(2===arguments.length)for(var n=t.length,i=0;i<n;++i)t[i].call(this,arguments[1]);else for(var r=Array.prototype.slice.call(arguments,1),a=t.length,s=0;s<a;++s)t[s].apply(this,r)},t.prototype.dispose=function(){this.listeners={}},t.prototype.pipe=function(e){this.on("data",function(t){e.push(t)})},t}(),l=function(t){function n(){e(this,n);var r=i(this,t.call(this,o));return r.jobs=[],r.delay=1,r.timeout_=null,r}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(n,t),n.prototype.processJob_=function(){this.jobs.shift()(),this.jobs.length?this.timeout_=setTimeout(this.processJob_.bind(this),this.delay):this.timeout_=null},n.prototype.push=function(e){this.jobs.push(e),this.timeout_||(this.timeout_=setTimeout(this.processJob_.bind(this),this.delay))},n}(o),u=function(e){return e<<24|(65280&e)<<8|(16711680&e)>>8|e>>>24},c=function(){function n(t,i,r,a){e(this,n);var s=n.STEP,o=new Int32Array(t.buffer),c=new Uint8Array(t.byteLength),d=0;for(this.asyncStream_=new l,this.asyncStream_.push(this.decryptChunk_(o.subarray(d,d+s),i,r,c)),d=s;d<o.length;d+=s)r=new Uint32Array([u(o[d-4]),u(o[d-3]),u(o[d-2]),u(o[d-1])]),this.asyncStream_.push(this.decryptChunk_(o.subarray(d,d+s),i,r,c));this.asyncStream_.push(function(){var e;a(null,(e=c).subarray(0,e.byteLength-e[e.byteLength-1]))})}return n.prototype.decryptChunk_=function(e,t,n,i){return function(){var r=function(e,t,n){var i=new Int32Array(e.buffer,e.byteOffset,e.byteLength>>2),r=new s(Array.prototype.slice.call(t)),a=new Uint8Array(e.byteLength),o=new Int32Array(a.buffer),l=void 0,c=void 0,d=void 0,h=void 0,p=void 0,f=void 0,m=void 0,g=void 0,v=void 0;for(l=n[0],c=n[1],d=n[2],h=n[3],v=0;v<i.length;v+=4)p=u(i[v]),f=u(i[v+1]),m=u(i[v+2]),g=u(i[v+3]),r.decrypt(p,f,m,g,o,v),o[v]=u(o[v]^l),o[v+1]=u(o[v+1]^c),o[v+2]=u(o[v+2]^d),o[v+3]=u(o[v+3]^h),l=p,c=f,d=m,h=g;return a}(e,t,n);i.set(r,e.byteOffset)}},t(n,null,[{key:"STEP",get:function(){return 32e3}}]),n}();new function(e){e.onmessage=function(t){var n=t.data,i=new Uint8Array(n.encrypted.bytes,n.encrypted.byteOffset,n.encrypted.byteLength),r=new Uint32Array(n.key.bytes,n.key.byteOffset,n.key.byteLength/4),a=new Uint32Array(n.iv.bytes,n.iv.byteOffset,n.iv.byteLength/4);new c(i,r,a,function(t,i){var r,a;e.postMessage((r={source:n.source,decrypted:i},a={},Object.keys(r).forEach(function(e){var t=r[e];ArrayBuffer.isView(t)?a[e]={bytes:t.buffer,byteOffset:t.byteOffset,byteLength:t.byteLength}:a[e]=t}),a),[i.buffer])})}}(n)}()}),ao=function(e){var t=e.default?"main":"alternative";return e.characteristics&&e.characteristics.indexOf("public.accessibility.describes-video")>=0&&(t="main-desc"),t},so=function(e,t){e.abort(),e.pause(),t&&t.activePlaylistLoader&&(t.activePlaylistLoader.pause(),t.activePlaylistLoader=null)},oo=function(e,t){t.activePlaylistLoader=e,e.load()},lo={AUDIO:function(e,t){return function(){var n=t.segmentLoaders[e],i=t.mediaTypes[e],r=t.blacklistCurrentPlaylist;so(n,i);var a=i.activeTrack(),s=i.activeGroup(),o=(s.filter(function(e){return e.default})[0]||s[0]).id,l=i.tracks[o];if(a!==l){for(var u in Zr.log.warn("Problem encountered loading the alternate audio track.Switching back to default."),i.tracks)i.tracks[u].enabled=i.tracks[u]===l;i.onTrackChanged()}else r({message:"Problem encountered loading the default audio track."})}},SUBTITLES:function(e,t){return function(){var n=t.segmentLoaders[e],i=t.mediaTypes[e];Zr.log.warn("Problem encountered loading the subtitle track.Disabling subtitle track."),so(n,i);var r=i.activeTrack();r&&(r.mode="disabled"),i.onTrackChanged()}}},uo={AUDIO:function(e,t,n){if(t){var i=n.tech,r=n.requestOptions,a=n.segmentLoaders[e];t.on("loadedmetadata",function(){var e=t.media();a.playlist(e,r),(!i.paused()||e.endList&&"none"!==i.preload())&&a.load()}),t.on("loadedplaylist",function(){a.playlist(t.media(),r),i.paused()||a.load()}),t.on("error",lo[e](e,n))}},SUBTITLES:function(e,t,n){var i=n.tech,r=n.requestOptions,a=n.segmentLoaders[e],s=n.mediaTypes[e];t.on("loadedmetadata",function(){var e=t.media();a.playlist(e,r),a.track(s.activeTrack()),(!i.paused()||e.endList&&"none"!==i.preload())&&a.load()}),t.on("loadedplaylist",function(){a.playlist(t.media(),r),i.paused()||a.load()}),t.on("error",lo[e](e,n))}},co=function(e,t){return function(n){return n.attributes[e]===t}},ho=function(e){return function(t){return t.resolvedUri===e}},po={AUDIO:function(e,t){var n=t.hls,i=t.sourceType,r=t.segmentLoaders[e],a=t.requestOptions.withCredentials,s=t.master,o=s.mediaGroups,l=s.playlists,u=t.mediaTypes[e],c=u.groups,d=u.tracks,h=t.masterPlaylistLoader;for(var p in o[e]&&0!==Object.keys(o[e]).length||(o[e]={main:{default:{default:!0}}}),o[e]){c[p]||(c[p]=[]);var f=l.filter(co(e,p));for(var m in o[e][p]){var g=o[e][p][m];f.filter(ho(g.resolvedUri)).length&&delete g.resolvedUri;var v=void 0;if(v=g.resolvedUri?new ma(g.resolvedUri,n,a):g.playlists&&"dash"===i?new Os(g.playlists[0],n,a,h):null,g=Zr.mergeOptions({id:m,playlistLoader:v},g),uo[e](e,g.playlistLoader,t),c[p].push(g),void 0===d[m]){var y=new Zr.AudioTrack({id:m,kind:ao(g),enabled:!1,language:g.language,default:g.default,label:m});d[m]=y}}}r.on("error",lo[e](e,t))},SUBTITLES:function(e,t){var n=t.tech,i=t.hls,r=t.sourceType,a=t.segmentLoaders[e],s=t.requestOptions.withCredentials,o=t.master.mediaGroups,l=t.mediaTypes[e],u=l.groups,c=l.tracks,d=t.masterPlaylistLoader;for(var h in o[e])for(var p in u[h]||(u[h]=[]),o[e][h])if(!o[e][h][p].forced){var f=o[e][h][p],m=void 0;if("hls"===r?m=new ma(f.resolvedUri,i,s):"dash"===r&&(m=new Os(f.playlists[0],i,s,d)),f=Zr.mergeOptions({id:p,playlistLoader:m},f),uo[e](e,f.playlistLoader,t),u[h].push(f),void 0===c[p]){var g=n.addRemoteTextTrack({id:p,kind:"subtitles",default:f.default&&f.autoselect,language:f.language,label:p},!1).track;c[p]=g}}a.on("error",lo[e](e,t))},"CLOSED-CAPTIONS":function(e,t){var n=t.tech,i=t.master.mediaGroups,r=t.mediaTypes[e],a=r.groups,s=r.tracks;for(var o in i[e])for(var l in a[o]||(a[o]=[]),i[e][o]){var u=i[e][o][l];if(u.instreamId.match(/CC\d/)&&(a[o].push(Zr.mergeOptions({id:l},u)),void 0===s[l])){var c=n.addRemoteTextTrack({id:u.instreamId,kind:"captions",default:u.default&&u.autoselect,language:u.language,label:l},!1).track;s[l]=c}}}},fo={AUDIO:function(e,t){return function(){var n=t.mediaTypes[e].tracks;for(var i in n)if(n[i].enabled)return n[i];return null}},SUBTITLES:function(e,t){return function(){var n=t.mediaTypes[e].tracks;for(var i in n)if("showing"===n[i].mode)return n[i];return null}}},mo=function(e){["AUDIO","SUBTITLES","CLOSED-CAPTIONS"].forEach(function(t){po[t](t,e)});var t=e.mediaTypes,n=e.masterPlaylistLoader,i=e.tech,r=e.hls;["AUDIO","SUBTITLES"].forEach(function(n){t[n].activeGroup=function(e,t){return function(n){var i=t.masterPlaylistLoader,r=t.mediaTypes[e].groups,a=i.media();if(!a)return null;var s=null;return a.attributes[e]&&(s=r[a.attributes[e]]),s=s||r.main,void 0===n?s:null===n?null:s.filter(function(e){return e.id===n.id})[0]||null}}(n,e),t[n].activeTrack=fo[n](n,e),t[n].onGroupChanged=function(e,t){return function(){var n=t.segmentLoaders,i=n[e],r=n.main,a=t.mediaTypes[e],s=a.activeTrack(),o=a.activeGroup(s),l=a.activePlaylistLoader;so(i,a),o&&(o.playlistLoader?(i.resyncLoader(),oo(o.playlistLoader,a)):l&&r.resetEverything())}}(n,e),t[n].onTrackChanged=function(e,t){return function(){var n=t.segmentLoaders,i=n[e],r=n.main,a=t.mediaTypes[e],s=a.activeTrack(),o=a.activeGroup(s),l=a.activePlaylistLoader;so(i,a),o&&(o.playlistLoader?l!==o.playlistLoader?(i.track&&i.track(s),i.resetEverything(),oo(o.playlistLoader,a)):oo(o.playlistLoader,a):r.resetEverything())}}(n,e)});var a=t.AUDIO.activeGroup(),s=(a.filter(function(e){return e.default})[0]||a[0]).id;t.AUDIO.tracks[s].enabled=!0,t.AUDIO.onTrackChanged(),n.on("mediachange",function(){["AUDIO","SUBTITLES"].forEach(function(e){return t[e].onGroupChanged()})});var o=function(){t.AUDIO.onTrackChanged(),i.trigger({type:"usage",name:"hls-audio-change"})};for(var l in i.audioTracks().addEventListener("change",o),i.remoteTextTracks().addEventListener("change",t.SUBTITLES.onTrackChanged),r.on("dispose",function(){i.audioTracks().removeEventListener("change",o),i.remoteTextTracks().removeEventListener("change",t.SUBTITLES.onTrackChanged)}),i.clearTracks("audio"),t.AUDIO.tracks)i.audioTracks().addTrack(t.AUDIO.tracks[l])},go=function(){var e={};return["AUDIO","SUBTITLES","CLOSED-CAPTIONS"].forEach(function(t){e[t]={groups:{},tracks:{},activePlaylistLoader:null,activeGroup:Ps,activeTrack:Ps,onGroupChanged:Ps,onTrackChanged:Ps}}),e},vo=void 0,yo=["mediaRequests","mediaRequestsAborted","mediaRequestsTimedout","mediaRequestsErrored","mediaTransferDuration","mediaBytesTransferred"],bo=function(e){return this.audioSegmentLoader_[e]+this.mainSegmentLoader_[e]},_o=function(e){function t(e){na(this,t);var n=aa(this,(t.__proto__||Object.getPrototypeOf(t)).call(this)),i=e.url,r=e.withCredentials,a=e.tech,s=e.bandwidth,o=e.externHls,l=e.useCueTags,u=e.blacklistDuration,c=e.enableLowInitialPlaylist,d=e.sourceType,h=e.seekTo;if(!i)throw new Error("A non-empty playlist URL is required");vo=o,n.withCredentials=r,n.tech_=a,n.hls_=a.hls,n.seekTo_=h,n.sourceType_=d,n.useCueTags_=l,n.blacklistDuration=u,n.enableLowInitialPlaylist=c,n.useCueTags_&&(n.cueTagsTrack_=n.tech_.addTextTrack("metadata","ad-cues"),n.cueTagsTrack_.inBandMetadataTrackDispatchType=""),n.requestOptions_={withCredentials:n.withCredentials,timeout:null},n.mediaTypes_=go(),n.mediaSource=new Zr.MediaSource,n.mediaSource.addEventListener("sourceopen",n.handleSourceOpen_.bind(n)),n.seekable_=Zr.createTimeRanges(),n.hasPlayed_=function(){return!1},n.syncController_=new io(e),n.segmentMetadataTrack_=a.addRemoteTextTrack({kind:"metadata",label:"segment-metadata"},!1).track,n.decrypter_=new ro,n.inbandTextTracks_={};var p={hls:n.hls_,mediaSource:n.mediaSource,currentTime:n.tech_.currentTime.bind(n.tech_),seekable:function(){return n.seekable()},seeking:function(){return n.tech_.seeking()},duration:function(){return n.mediaSource.duration},hasPlayed:function(){return n.hasPlayed_()},goalBufferLength:function(){return n.goalBufferLength()},bandwidth:s,syncController:n.syncController_,decrypter:n.decrypter_,sourceType:n.sourceType_,inbandTextTracks:n.inbandTextTracks_};return n.masterPlaylistLoader_="dash"===n.sourceType_?new Os(i,n.hls_,n.withCredentials):new ma(i,n.hls_,n.withCredentials),n.setupMasterPlaylistLoaderListeners_(),n.mainSegmentLoader_=new Ks(Zr.mergeOptions(p,{segmentMetadataTrack:n.segmentMetadataTrack_,loaderType:"main"}),e),n.audioSegmentLoader_=new Ks(Zr.mergeOptions(p,{loaderType:"audio"}),e),n.subtitleSegmentLoader_=new $s(Zr.mergeOptions(p,{loaderType:"vtt"}),e),n.setupSegmentLoaderListeners_(),yo.forEach(function(e){n[e+"_"]=bo.bind(n,e)}),n.logger_=Us("MPC"),n.masterPlaylistLoader_.load(),n}return ra(t,e),ia(t,[{key:"setupMasterPlaylistLoaderListeners_",value:function(){var e=this;this.masterPlaylistLoader_.on("loadedmetadata",function(){var t=e.masterPlaylistLoader_.media(),n=1.5*e.masterPlaylistLoader_.targetDuration*1e3;La(e.masterPlaylistLoader_.master,e.masterPlaylistLoader_.media())?e.requestOptions_.timeout=0:e.requestOptions_.timeout=n,t.endList&&"none"!==e.tech_.preload()&&(e.mainSegmentLoader_.playlist(t,e.requestOptions_),e.mainSegmentLoader_.load()),mo({sourceType:e.sourceType_,segmentLoaders:{AUDIO:e.audioSegmentLoader_,SUBTITLES:e.subtitleSegmentLoader_,main:e.mainSegmentLoader_},tech:e.tech_,requestOptions:e.requestOptions_,masterPlaylistLoader:e.masterPlaylistLoader_,hls:e.hls_,master:e.master(),mediaTypes:e.mediaTypes_,blacklistCurrentPlaylist:e.blacklistCurrentPlaylist.bind(e)}),e.triggerPresenceUsage_(e.master(),t);try{e.setupSourceBuffers_()}catch(t){return Zr.log.warn("Failed to create SourceBuffers",t),e.mediaSource.endOfStream("decode")}e.setupFirstPlay(),e.trigger("selectedinitialmedia")}),this.masterPlaylistLoader_.on("loadedplaylist",function(){var t=e.masterPlaylistLoader_.media();if(!t){e.excludeUnsupportedVariants_();var n=void 0;return e.enableLowInitialPlaylist&&(n=e.selectInitialPlaylist()),n||(n=e.selectPlaylist()),e.initialMedia_=n,void e.masterPlaylistLoader_.media(e.initialMedia_)}if(e.useCueTags_&&e.updateAdCues_(t),e.mainSegmentLoader_.playlist(t,e.requestOptions_),e.updateDuration(),e.tech_.paused()||(e.mainSegmentLoader_.load(),e.audioSegmentLoader_&&e.audioSegmentLoader_.load()),!t.endList){var i=function(){var t=e.seekable();0!==t.length&&e.mediaSource.addSeekableRange_(t.start(0),t.end(0))};if(e.duration()!==1/0){e.tech_.one("durationchange",function t(){e.duration()===1/0?i():e.tech_.one("durationchange",t)})}else i()}}),this.masterPlaylistLoader_.on("error",function(){e.blacklistCurrentPlaylist(e.masterPlaylistLoader_.error)}),this.masterPlaylistLoader_.on("mediachanging",function(){e.mainSegmentLoader_.abort(),e.mainSegmentLoader_.pause()}),this.masterPlaylistLoader_.on("mediachange",function(){var t=e.masterPlaylistLoader_.media(),n=1.5*e.masterPlaylistLoader_.targetDuration*1e3;La(e.masterPlaylistLoader_.master,e.masterPlaylistLoader_.media())?e.requestOptions_.timeout=0:e.requestOptions_.timeout=n,e.mainSegmentLoader_.playlist(t,e.requestOptions_),e.mainSegmentLoader_.load(),e.tech_.trigger({type:"mediachange",bubbles:!0})}),this.masterPlaylistLoader_.on("playlistunchanged",function(){var t=e.masterPlaylistLoader_.media();e.stuckAtPlaylistEnd_(t)&&(e.blacklistCurrentPlaylist({message:"Playlist no longer updating."}),e.tech_.trigger("playliststuck"))}),this.masterPlaylistLoader_.on("renditiondisabled",function(){e.tech_.trigger({type:"usage",name:"hls-rendition-disabled"})}),this.masterPlaylistLoader_.on("renditionenabled",function(){e.tech_.trigger({type:"usage",name:"hls-rendition-enabled"})})}},{key:"triggerPresenceUsage_",value:function(e,t){var n=e.mediaGroups||{},i=!0,r=Object.keys(n.AUDIO);for(var a in n.AUDIO)for(var s in n.AUDIO[a]){n.AUDIO[a][s].uri||(i=!1)}i&&this.tech_.trigger({type:"usage",name:"hls-demuxed"}),Object.keys(n.SUBTITLES).length&&this.tech_.trigger({type:"usage",name:"hls-webvtt"}),vo.Playlist.isAes(t)&&this.tech_.trigger({type:"usage",name:"hls-aes"}),vo.Playlist.isFmp4(t)&&this.tech_.trigger({type:"usage",name:"hls-fmp4"}),r.length&&Object.keys(n.AUDIO[r[0]]).length>1&&this.tech_.trigger({type:"usage",name:"hls-alternate-audio"}),this.useCueTags_&&this.tech_.trigger({type:"usage",name:"hls-playlist-cue-tags"})}},{key:"setupSegmentLoaderListeners_",value:function(){var e=this;this.mainSegmentLoader_.on("bandwidthupdate",function(){var t=e.selectPlaylist(),n=e.masterPlaylistLoader_.media(),i=e.tech_.buffered(),r=i.length?i.end(i.length-1)-e.tech_.currentTime():0,a=e.bufferLowWaterLine();(!n.endList||e.duration()<Ds.MAX_BUFFER_LOW_WATER_LINE||t.attributes.BANDWIDTH<n.attributes.BANDWIDTH||r>=a)&&e.masterPlaylistLoader_.media(t),e.tech_.trigger("bandwidthupdate")}),this.mainSegmentLoader_.on("progress",function(){e.trigger("progress")}),this.mainSegmentLoader_.on("error",function(){e.blacklistCurrentPlaylist(e.mainSegmentLoader_.error())}),this.mainSegmentLoader_.on("syncinfoupdate",function(){e.onSyncInfoUpdate_()}),this.mainSegmentLoader_.on("timestampoffset",function(){e.tech_.trigger({type:"usage",name:"hls-timestamp-offset"})}),this.audioSegmentLoader_.on("syncinfoupdate",function(){e.onSyncInfoUpdate_()}),this.mainSegmentLoader_.on("ended",function(){e.onEndOfStream()}),this.mainSegmentLoader_.on("earlyabort",function(){e.blacklistCurrentPlaylist({message:"Aborted early because there isn't enough bandwidth to complete the request without rebuffering."},120)}),this.mainSegmentLoader_.on("reseteverything",function(){e.tech_.trigger("hls-reset")}),this.mainSegmentLoader_.on("segmenttimemapping",function(t){e.tech_.trigger({type:"hls-segment-time-mapping",mapping:t.mapping})}),this.audioSegmentLoader_.on("ended",function(){e.onEndOfStream()})}},{key:"mediaSecondsLoaded_",value:function(){return Math.max(this.audioSegmentLoader_.mediaSecondsLoaded+this.mainSegmentLoader_.mediaSecondsLoaded)}},{key:"load",value:function(){this.mainSegmentLoader_.load(),this.mediaTypes_.AUDIO.activePlaylistLoader&&this.audioSegmentLoader_.load(),this.mediaTypes_.SUBTITLES.activePlaylistLoader&&this.subtitleSegmentLoader_.load()}},{key:"smoothQualityChange_",value:function(){var e=this.selectPlaylist();e!==this.masterPlaylistLoader_.media()&&(this.masterPlaylistLoader_.media(e),this.mainSegmentLoader_.resetLoader())}},{key:"fastQualityChange_",value:function(){var e=this,t=this.selectPlaylist();t!==this.masterPlaylistLoader_.media()&&(this.masterPlaylistLoader_.media(t),this.mainSegmentLoader_.resetEverything(function(){Zr.browser.IE_VERSION||Zr.browser.IS_EDGE?e.tech_.setCurrentTime(e.tech_.currentTime()+.04):e.tech_.setCurrentTime(e.tech_.currentTime())}))}},{key:"play",value:function(){if(!this.setupFirstPlay()){this.tech_.ended()&&this.seekTo_(0),this.hasPlayed_()&&this.load();var e=this.tech_.seekable();return this.tech_.duration()===1/0&&this.tech_.currentTime()<e.start(0)?this.seekTo_(e.end(e.length-1)):void 0}}},{key:"setupFirstPlay",value:function(){var e=this,t=this.masterPlaylistLoader_.media();if(!t||this.tech_.paused()||this.hasPlayed_())return!1;if(!t.endList){var n=this.seekable();if(!n.length)return!1;if(Zr.browser.IE_VERSION&&0===this.tech_.readyState())return this.tech_.one("loadedmetadata",function(){e.trigger("firstplay"),e.seekTo_(n.end(0)),e.hasPlayed_=function(){return!0}}),!1;this.trigger("firstplay"),this.seekTo_(n.end(0))}return this.hasPlayed_=function(){return!0},this.load(),!0}},{key:"handleSourceOpen_",value:function(){try{this.setupSourceBuffers_()}catch(e){return Zr.log.warn("Failed to create Source Buffers",e),this.mediaSource.endOfStream("decode")}if(this.tech_.autoplay()){var e=this.tech_.play();void 0!==e&&"function"==typeof e.then&&e.then(null,function(e){})}this.trigger("sourceopen")}},{key:"onEndOfStream",value:function(){var e=this.mainSegmentLoader_.ended_;this.mediaTypes_.AUDIO.activePlaylistLoader&&(e=!this.mainSegmentLoader_.startingMedia_||this.mainSegmentLoader_.startingMedia_.containsVideo?e&&this.audioSegmentLoader_.ended_:this.audioSegmentLoader_.ended_),e&&this.mediaSource.endOfStream()}},{key:"stuckAtPlaylistEnd_",value:function(e){if(!this.seekable().length)return!1;var t=this.syncController_.getExpiredTime(e,this.mediaSource.duration);if(null===t)return!1;var n=vo.Playlist.playlistEnd(e,t),i=this.tech_.currentTime(),r=this.tech_.buffered();if(!r.length)return n-i<=.1;var a=r.end(r.length-1);return a-i<=.1&&n-a<=.1}},{key:"blacklistCurrentPlaylist",value:function(){var e,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=arguments[1],i=void 0;if(i=t.playlist||this.masterPlaylistLoader_.media(),n=n||t.blacklistDuration||this.blacklistDuration,!i){this.error=t;try{return this.mediaSource.endOfStream("network")}catch(e){return this.trigger("error")}}var r=1===this.masterPlaylistLoader_.master.playlists.filter(Aa).length;return r?(Zr.log.warn("Problem encountered with the current HLS playlist. Trying again since it is the final playlist."),this.tech_.trigger("retryplaylist"),this.masterPlaylistLoader_.load(r)):(i.excludeUntil=Date.now()+1e3*n,this.tech_.trigger("blacklistplaylist"),this.tech_.trigger({type:"usage",name:"hls-rendition-blacklisted"}),e=this.selectPlaylist(),Zr.log.warn("Problem encountered with the current HLS playlist."+(t.message?" "+t.message:"")+" Switching to another playlist."),this.masterPlaylistLoader_.media(e))}},{key:"pauseLoading",value:function(){this.mainSegmentLoader_.pause(),this.mediaTypes_.AUDIO.activePlaylistLoader&&this.audioSegmentLoader_.pause(),this.mediaTypes_.SUBTITLES.activePlaylistLoader&&this.subtitleSegmentLoader_.pause()}},{key:"setCurrentTime",value:function(e){var t=Ya(this.tech_.buffered(),e);return this.masterPlaylistLoader_&&this.masterPlaylistLoader_.media()&&this.masterPlaylistLoader_.media().segments?t&&t.length?e:(this.mainSegmentLoader_.resetEverything(),this.mainSegmentLoader_.abort(),this.mediaTypes_.AUDIO.activePlaylistLoader&&(this.audioSegmentLoader_.resetEverything(),this.audioSegmentLoader_.abort()),this.mediaTypes_.SUBTITLES.activePlaylistLoader&&(this.subtitleSegmentLoader_.resetEverything(),this.subtitleSegmentLoader_.abort()),void this.load()):0}},{key:"duration",value:function(){return this.masterPlaylistLoader_?this.mediaSource?this.mediaSource.duration:vo.Playlist.duration(this.masterPlaylistLoader_.media()):0}},{key:"seekable",value:function(){return this.seekable_}},{key:"onSyncInfoUpdate_",value:function(){var e=void 0,t=void 0;if(this.masterPlaylistLoader_){var n=this.masterPlaylistLoader_.media();if(n){var i=this.syncController_.getExpiredTime(n,this.mediaSource.duration);if(null!==i&&0!==(e=vo.Playlist.seekable(n,i)).length){if(this.mediaTypes_.AUDIO.activePlaylistLoader){if(n=this.mediaTypes_.AUDIO.activePlaylistLoader.media(),null===(i=this.syncController_.getExpiredTime(n,this.mediaSource.duration)))return;if(0===(t=vo.Playlist.seekable(n,i)).length)return}t?t.start(0)>e.end(0)||e.start(0)>t.end(0)?this.seekable_=e:this.seekable_=Zr.createTimeRanges([[t.start(0)>e.start(0)?t.start(0):e.start(0),t.end(0)<e.end(0)?t.end(0):e.end(0)]]):this.seekable_=e,this.logger_("seekable updated ["+Ja(this.seekable_)+"]"),this.tech_.trigger("seekablechanged")}}}}},{key:"updateDuration",value:function(){var e=this,t=this.mediaSource.duration,n=vo.Playlist.duration(this.masterPlaylistLoader_.media()),i=this.tech_.buffered(),r=function t(){e.mediaSource.duration=n,e.tech_.trigger("durationchange"),e.mediaSource.removeEventListener("sourceopen",t)};i.length>0&&(n=Math.max(n,i.end(i.length-1))),t!==n&&("open"!==this.mediaSource.readyState?this.mediaSource.addEventListener("sourceopen",r):r())}},{key:"dispose",value:function(){var e=this;this.decrypter_.terminate(),this.masterPlaylistLoader_.dispose(),this.mainSegmentLoader_.dispose(),["AUDIO","SUBTITLES"].forEach(function(t){var n=e.mediaTypes_[t].groups;for(var i in n)n[i].forEach(function(e){e.playlistLoader&&e.playlistLoader.dispose()})}),this.audioSegmentLoader_.dispose(),this.subtitleSegmentLoader_.dispose()}},{key:"master",value:function(){return this.masterPlaylistLoader_.master}},{key:"media",value:function(){return this.masterPlaylistLoader_.media()||this.initialMedia_}},{key:"setupSourceBuffers_",value:function(){var e,t=this.masterPlaylistLoader_.media();if(t&&"open"===this.mediaSource.readyState){if((e=gs(this.masterPlaylistLoader_.master,t)).length<1)return this.error="No compatible SourceBuffer configuration for the variant stream:"+t.resolvedUri,this.mediaSource.endOfStream("decode");this.configureLoaderMimeTypes_(e),this.excludeIncompatibleVariants_(t)}}},{key:"configureLoaderMimeTypes_",value:function(e){var t=e.length>1&&-1===e[0].indexOf(",")&&e[0]!==e[1]?new Zr.EventTarget:null;this.mainSegmentLoader_.mimeType(e[0],t),e[1]&&this.audioSegmentLoader_.mimeType(e[1],t)}},{key:"excludeUnsupportedVariants_",value:function(){this.master().playlists.forEach(function(e){var t;e.attributes.CODECS&&f.a.MediaSource&&f.a.MediaSource.isTypeSupported&&!f.a.MediaSource.isTypeSupported('video/mp4; codecs="'+(t=e.attributes.CODECS,t.replace(/avc1\.(\d+)\.(\d+)/i,function(e){return ps([e])[0]}))+'"')&&(e.excludeUntil=1/0)})}},{key:"excludeIncompatibleVariants_",value:function(e){var t=2,n=null,i=void 0;e.attributes.CODECS&&(i=fs(e.attributes.CODECS),n=i.videoCodec,t=i.codecCount),this.master().playlists.forEach(function(e){var i={codecCount:2,videoCodec:null};e.attributes.CODECS&&(i=fs(e.attributes.CODECS)),i.codecCount!==t&&(e.excludeUntil=1/0),i.videoCodec!==n&&(e.excludeUntil=1/0)})}},{key:"updateAdCues_",value:function(e){var t=0,n=this.seekable();n.length&&(t=n.start(0)),function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0;if(e.segments)for(var i=n,r=void 0,a=0;a<e.segments.length;a++){var s=e.segments[a];if(r||(r=eo(t,i+s.duration/2)),r){if("cueIn"in s){r.endTime=i,r.adEndTime=i,i+=s.duration,r=null;continue}if(i<r.endTime){i+=s.duration;continue}r.endTime+=s.duration}else if("cueOut"in s&&((r=new f.a.VTTCue(i,i+s.duration,s.cueOut)).adStartTime=i,r.adEndTime=i+parseFloat(s.cueOut),t.addCue(r)),"cueOutCont"in s){var o,l,u=s.cueOutCont.split("/").map(parseFloat),c=sa(u,2);o=c[0],l=c[1],(r=new f.a.VTTCue(i,i+s.duration,"")).adStartTime=i-o,r.adEndTime=r.adStartTime+l,t.addCue(r)}i+=s.duration}}(e,this.cueTagsTrack_,t)}},{key:"goalBufferLength",value:function(){var e=this.tech_.currentTime(),t=Ds.GOAL_BUFFER_LENGTH,n=Ds.GOAL_BUFFER_LENGTH_RATE,i=Math.max(t,Ds.MAX_GOAL_BUFFER_LENGTH);return Math.min(t+e*n,i)}},{key:"bufferLowWaterLine",value:function(){var e=this.tech_.currentTime(),t=Ds.BUFFER_LOW_WATER_LINE,n=Ds.BUFFER_LOW_WATER_LINE_RATE,i=Math.max(t,Ds.MAX_BUFFER_LOW_WATER_LINE);return Math.min(t+e*n,i)}}]),t}(Zr.EventTarget),To=function e(t,n,i){na(this,e);var r,a,s,o=t.masterPlaylistController_,l=o[(t.options_.smoothQualityChange?"smooth":"fast")+"QualityChange_"].bind(o);if(n.attributes.RESOLUTION){var u=n.attributes.RESOLUTION;this.width=u.width,this.height=u.height}this.bandwidth=n.attributes.BANDWIDTH,this.id=i,this.enabled=(r=t.playlists,a=n.uri,s=l,function(e){var t=r.master.playlists[a],n=Ea(t),i=Aa(t);return void 0===e?i:(e?delete t.disabled:t.disabled=!0,e===i||n||(s(),e?r.trigger("renditionenabled"):r.trigger("renditiondisabled")),e)})},So=["seeking","seeked","pause","playing","error"],ko=function(){function e(t){var n=this;na(this,e),this.tech_=t.tech,this.seekable=t.seekable,this.seekTo=t.seekTo,this.consecutiveUpdates=0,this.lastRecordedTime=null,this.timer_=null,this.checkCurrentTimeTimeout_=null,this.logger_=Us("PlaybackWatcher"),this.logger_("initialize");var i=function(){return n.monitorCurrentTime_()},r=function(){return n.techWaiting_()},a=function(){return n.cancelTimer_()},s=function(){return n.fixesBadSeeks_()};this.tech_.on("seekablechanged",s),this.tech_.on("waiting",r),this.tech_.on(So,a),this.tech_.on("canplay",i),this.dispose=function(){n.logger_("dispose"),n.tech_.off("seekablechanged",s),n.tech_.off("waiting",r),n.tech_.off(So,a),n.tech_.off("canplay",i),n.checkCurrentTimeTimeout_&&f.a.clearTimeout(n.checkCurrentTimeTimeout_),n.cancelTimer_()}}return ia(e,[{key:"monitorCurrentTime_",value:function(){this.checkCurrentTime_(),this.checkCurrentTimeTimeout_&&f.a.clearTimeout(this.checkCurrentTimeTimeout_),this.checkCurrentTimeTimeout_=f.a.setTimeout(this.monitorCurrentTime_.bind(this),250)}},{key:"checkCurrentTime_",value:function(){if(this.tech_.seeking()&&this.fixesBadSeeks_())return this.consecutiveUpdates=0,void(this.lastRecordedTime=this.tech_.currentTime());if(!this.tech_.paused()&&!this.tech_.seeking()){var e=this.tech_.currentTime(),t=this.tech_.buffered();if(this.lastRecordedTime===e&&(!t.length||e+.1>=t.end(t.length-1)))return this.techWaiting_();this.consecutiveUpdates>=5&&e===this.lastRecordedTime?(this.consecutiveUpdates++,this.waiting_()):e===this.lastRecordedTime?this.consecutiveUpdates++:(this.consecutiveUpdates=0,this.lastRecordedTime=e)}}},{key:"cancelTimer_",value:function(){this.consecutiveUpdates=0,this.timer_&&(this.logger_("cancelTimer_"),clearTimeout(this.timer_)),this.timer_=null}},{key:"fixesBadSeeks_",value:function(){var e=this.tech_.seeking(),t=this.seekable(),n=this.tech_.currentTime(),i=void 0;e&&this.afterSeekableWindow_(t,n)&&(i=t.end(t.length-1));e&&this.beforeSeekableWindow_(t,n)&&(i=t.start(0)+.1);return void 0!==i&&(this.logger_("Trying to seek outside of seekable at time "+n+" with seekable range "+Ja(t)+". Seeking to "+i+"."),this.seekTo(i),!0)}},{key:"waiting_",value:function(){if(!this.techWaiting_()){var e=this.tech_.currentTime(),t=this.tech_.buffered(),n=Ya(t,e);return n.length&&e+3<=n.end(0)?(this.cancelTimer_(),this.seekTo(e),this.logger_("Stopped at "+e+" while inside a buffered region ["+n.start(0)+" -> "+n.end(0)+"]. Attempting to resume playback by seeking to the current time."),void this.tech_.trigger({type:"usage",name:"hls-unknown-waiting"})):void 0}}},{key:"techWaiting_",value:function(){var e=this.seekable(),t=this.tech_.currentTime();if(this.tech_.seeking()&&this.fixesBadSeeks_())return!0;if(this.tech_.seeking()||null!==this.timer_)return!0;if(this.beforeSeekableWindow_(e,t)){var n=e.end(e.length-1);return this.logger_("Fell out of live window at time "+t+". Seeking to live point (seekable end) "+n),this.cancelTimer_(),this.seekTo(n),this.tech_.trigger({type:"usage",name:"hls-live-resync"}),!0}var i=this.tech_.buffered(),r=Xa(i,t);if(this.videoUnderflow_(r,i,t))return this.cancelTimer_(),this.seekTo(t),this.tech_.trigger({type:"usage",name:"hls-video-underflow"}),!0;if(r.length>0){var a=r.start(0)-t;return this.logger_("Stopped at "+t+", setting timer for "+a+", seeking to "+r.start(0)),this.timer_=setTimeout(this.skipTheGap_.bind(this),1e3*a,t),!0}return!1}},{key:"afterSeekableWindow_",value:function(e,t){return!!e.length&&t>e.end(e.length-1)+.1}},{key:"beforeSeekableWindow_",value:function(e,t){return!!(e.length&&e.start(0)>0&&t<e.start(0)-.1)}},{key:"videoUnderflow_",value:function(e,t,n){if(0===e.length){var i=this.gapFromVideoUnderflow_(t,n);if(i)return this.logger_("Encountered a gap in video from "+i.start+" to "+i.end+". Seeking to current time "+n),!0}return!1}},{key:"skipTheGap_",value:function(e){var t=this.tech_.buffered(),n=this.tech_.currentTime(),i=Xa(t,n);this.cancelTimer_(),0!==i.length&&n===e&&(this.logger_("skipTheGap_:","currentTime:",n,"scheduled currentTime:",e,"nextRange start:",i.start(0)),this.seekTo(i.start(0)+1/30),this.tech_.trigger({type:"usage",name:"hls-gap-skip"}))}},{key:"gapFromVideoUnderflow_",value:function(e,t){for(var n=function(e){if(e.length<2)return Zr.createTimeRanges();for(var t=[],n=1;n<e.length;n++){var i=e.end(n-1),r=e.start(n);t.push([i,r])}return Zr.createTimeRanges(t)}(e),i=0;i<n.length;i++){var r=n.start(i),a=n.end(i);if(t-r<4&&t-r>2)return{start:r,end:a}}return null}}]),e}(),wo={errorInterval:30,getSource:function(e){return e(this.tech({IWillNotUseThisInPlugins:!0}).currentSource_)}},Co=function(e){!function e(t,n){var i=0,r=0,a=Zr.mergeOptions(wo,n);t.ready(function(){t.trigger({type:"usage",name:"hls-error-reload-initialized"})});var s=function(){r&&t.currentTime(r)},o=function(e){null!=e&&(r=t.duration()!==1/0&&t.currentTime()||0,t.one("loadedmetadata",s),t.src(e),t.trigger({type:"usage",name:"hls-error-reload"}),t.play())},l=function(){if(Date.now()-i<1e3*a.errorInterval)t.trigger({type:"usage",name:"hls-error-reload-canceled"});else{if(a.getSource&&"function"==typeof a.getSource)return i=Date.now(),a.getSource.call(t,o);Zr.log.error("ERROR: reloadSourceOnError - The option getSource must be a function!")}},u=function e(){t.off("loadedmetadata",s),t.off("error",l),t.off("dispose",e)};t.on("error",l),t.on("dispose",u),t.reloadSourceOnError=function(n){u(),e(t,n)}}(this,e)};Zr.use("*",function(e){return{setSource:function(e,t){t(null,e)},setCurrentTime:function(t){return e.vhs&&e.currentSource().src===e.vhs.source_.src&&e.vhs.setCurrentTime(t),t},play:function(){e.vhs&&e.currentSource().src===e.vhs.source_.src&&e.vhs.setCurrentTime(e.currentTime())}}});var jo={PlaylistLoader:ma,Playlist:Oa,Decrypter:z,AsyncStream:N,decrypt:V,utils:Va,STANDARD_PLAYLIST_SELECTOR:function(){return function(e,t,n,i,r){var a=e.playlists.map(function(e){var t,n;return t=e.attributes.RESOLUTION&&e.attributes.RESOLUTION.width,n=e.attributes.RESOLUTION&&e.attributes.RESOLUTION.height,{bandwidth:e.attributes.BANDWIDTH||f.a.Number.MAX_VALUE,width:t,height:n,playlist:e}});Ws(a,function(e,t){return e.bandwidth-t.bandwidth});var s=(a=a.filter(function(e){return!Oa.isIncompatible(e.playlist)})).filter(function(e){return Oa.isEnabled(e.playlist)});s.length||(s=a.filter(function(e){return!Oa.isDisabled(e.playlist)}));var o=s.filter(function(e){return e.bandwidth*Ds.BANDWIDTH_VARIANCE<t}),l=o[o.length-1],u=o.filter(function(e){return e.bandwidth===l.bandwidth})[0];if(!1===r){var c=u||s[0]||a[0];return c?c.playlist:null}var d=o.filter(function(e){return e.width&&e.height});Ws(d,function(e,t){return e.width-t.width});var h=d.filter(function(e){return e.width===n&&e.height===i});l=h[h.length-1];var p=h.filter(function(e){return e.bandwidth===l.bandwidth})[0],m=void 0,g=void 0,v=void 0;p||(g=(m=d.filter(function(e){return e.width>n||e.height>i})).filter(function(e){return e.width===m[0].width&&e.height===m[0].height}),l=g[g.length-1],v=g.filter(function(e){return e.bandwidth===l.bandwidth})[0]);var y=v||p||u||s[0]||a[0];return y?y.playlist:null}(this.playlists.master,this.systemBandwidth,parseInt(Gs(this.tech_.el(),"width"),10),parseInt(Gs(this.tech_.el(),"height"),10),this.limitRenditionByPlayerDimensions)},INITIAL_PLAYLIST_SELECTOR:function(){var e=this.playlists.master.playlists.filter(Oa.isEnabled);return Ws(e,function(e,t){return Ys(e,t)}),e.filter(function(e){return fs(e.attributes.CODECS).videoCodec})[0]||null},comparePlaylistBandwidth:Ys,comparePlaylistResolution:function(e,t){var n=void 0,i=void 0;return e.attributes.RESOLUTION&&e.attributes.RESOLUTION.width&&(n=e.attributes.RESOLUTION.width),n=n||f.a.Number.MAX_VALUE,t.attributes.RESOLUTION&&t.attributes.RESOLUTION.width&&(i=t.attributes.RESOLUTION.width),n===(i=i||f.a.Number.MAX_VALUE)&&e.attributes.BANDWIDTH&&t.attributes.BANDWIDTH?e.attributes.BANDWIDTH-t.attributes.BANDWIDTH:n-i},xhr:Ia()};["GOAL_BUFFER_LENGTH","MAX_GOAL_BUFFER_LENGTH","GOAL_BUFFER_LENGTH_RATE","BUFFER_LOW_WATER_LINE","MAX_BUFFER_LOW_WATER_LINE","BUFFER_LOW_WATER_LINE_RATE","BANDWIDTH_VARIANCE"].forEach(function(e){Object.defineProperty(jo,e,{get:function(){return Zr.log.warn("using Hls."+e+" is UNSAFE be sure you know what you are doing"),Ds[e]},set:function(t){Zr.log.warn("using Hls."+e+" is UNSAFE be sure you know what you are doing"),"number"!=typeof t||t<0?Zr.log.warn("value of Hls."+e+" must be greater than or equal to 0"):Ds[e]=t}})});var Eo=function(e){if(/^(audio|video|application)\/(x-|vnd\.apple\.)?mpegurl/i.test(e))return"hls";return/^application\/dash\+xml/i.test(e)?"dash":null},Ao=function(e,t){for(var n=t.media(),i=-1,r=0;r<e.length;r++)if(e[r].id===n.uri){i=r;break}e.selectedIndex_=i,e.trigger({selectedIndex:i,type:"change"})};jo.canPlaySource=function(){return Zr.log.warn("HLS is no longer a tech. Please remove it from your player's techOrder.")};var xo=function(e){if("dash"===e.options_.sourceType){var t=Zr.players[e.tech_.options_.playerId];if(t.eme){var n=function(e,t,n){if(!e)return e;var i={};for(var r in e)i[r]={audioContentType:'audio/mp4; codecs="'+n.attributes.CODECS+'"',videoContentType:'video/mp4; codecs="'+t.attributes.CODECS+'"'},t.contentProtection&&t.contentProtection[r]&&t.contentProtection[r].pssh&&(i[r].pssh=t.contentProtection[r].pssh),"string"==typeof e[r]&&(i[r].url=e[r]);return Zr.mergeOptions(e,i)}(e.source_.keySystems,e.playlists.media(),e.masterPlaylistController_.mediaTypes_.AUDIO.activePlaylistLoader.media());n&&(t.currentSource().keySystems=n,t.eme.initializeMediaKeys&&t.eme.initializeMediaKeys())}}},Lo=function(){if(!window.localStorage)return null;var e=window.localStorage.getItem("videojs-vhs");if(!e)return null;try{return JSON.parse(e)}catch(e){return null}};jo.supportsNativeHls=function(){var e=C.a.createElement("video");if(!Zr.getTech("Html5").isSupported())return!1;return["application/vnd.apple.mpegurl","audio/mpegurl","audio/x-mpegurl","application/x-mpegurl","video/x-mpegurl","video/mpegurl","application/mpegurl"].some(function(t){return/maybe|probably/i.test(e.canPlayType(t))})}(),jo.supportsNativeDash=!!Zr.getTech("Html5").isSupported()&&/maybe|probably/i.test(C.a.createElement("video").canPlayType("application/dash+xml")),jo.supportsTypeNatively=function(e){return"hls"===e?jo.supportsNativeHls:"dash"===e&&jo.supportsNativeDash},jo.isSupported=function(){return Zr.log.warn("HLS is no longer a tech. Please remove it from your player's techOrder.")};var Oo=Zr.getComponent("Component"),Uo=function(e){function t(e,n,i){na(this,t);var r=aa(this,(t.__proto__||Object.getPrototypeOf(t)).call(this,n,i.hls));if(n.options_&&n.options_.playerId){var a=Zr(n.options_.playerId);a.hasOwnProperty("hls")||Object.defineProperty(a,"hls",{get:function(){return Zr.log.warn("player.hls is deprecated. Use player.tech().hls instead."),n.trigger({type:"usage",name:"hls-player-access"}),r},configurable:!0}),a.vhs=r,a.dash=r,r.player_=a}if(r.tech_=n,r.source_=e,r.stats={},r.setOptions_(),r.options_.overrideNative&&n.overrideNativeAudioTracks&&n.overrideNativeVideoTracks)n.overrideNativeAudioTracks(!0),n.overrideNativeVideoTracks(!0);else if(r.options_.overrideNative&&(n.featuresNativeVideoTracks||n.featuresNativeAudioTracks))throw new Error("Overriding native HLS requires emulated tracks. See https://git.io/vMpjB");return r.on(C.a,["fullscreenchange","webkitfullscreenchange","mozfullscreenchange","MSFullscreenChange"],function(e){var t=C.a.fullscreenElement||C.a.webkitFullscreenElement||C.a.mozFullScreenElement||C.a.msFullscreenElement;t&&t.contains(r.tech_.el())&&r.masterPlaylistController_.smoothQualityChange_()}),r.on(r.tech_,"seeking",function(){this.tech_.seeking()&&0===this.tech_.currentTime()&&this.tech_.player_.loop()&&this.setCurrentTime(0)}),r.on(r.tech_,"error",function(){this.masterPlaylistController_&&this.masterPlaylistController_.pauseLoading()}),r.on(r.tech_,"play",r.play),r}return ra(t,Oo),ia(t,[{key:"setOptions_",value:function(){var e=this;if(this.options_.withCredentials=this.options_.withCredentials||!1,this.options_.limitRenditionByPlayerDimensions=!1!==this.options_.limitRenditionByPlayerDimensions,this.options_.smoothQualityChange=this.options_.smoothQualityChange||!1,this.options_.useBandwidthFromLocalStorage=void 0!==this.source_.useBandwidthFromLocalStorage?this.source_.useBandwidthFromLocalStorage:this.options_.useBandwidthFromLocalStorage||!1,"number"!=typeof this.options_.blacklistDuration&&(this.options_.blacklistDuration=300),"number"!=typeof this.options_.bandwidth&&this.options_.useBandwidthFromLocalStorage){var t=Lo();t&&t.bandwidth&&(this.options_.bandwidth=t.bandwidth,this.tech_.trigger({type:"usage",name:"hls-bandwidth-from-local-storage"})),t&&t.throughput&&(this.options_.throughput=t.throughput,this.tech_.trigger({type:"usage",name:"hls-throughput-from-local-storage"}))}"number"!=typeof this.options_.bandwidth&&(this.options_.bandwidth=Ds.INITIAL_BANDWIDTH),this.options_.enableLowInitialPlaylist=this.options_.enableLowInitialPlaylist&&this.options_.bandwidth===Ds.INITIAL_BANDWIDTH,["withCredentials","limitRenditionByPlayerDimensions","bandwidth","smoothQualityChange"].forEach(function(t){void 0!==e.source_[t]&&(e.options_[t]=e.source_[t])}),this.limitRenditionByPlayerDimensions=this.options_.limitRenditionByPlayerDimensions}},{key:"src",value:function(e,t){var n=this;e&&(this.setOptions_(),this.options_.url=this.source_.src,this.options_.tech=this.tech_,this.options_.externHls=jo,this.options_.sourceType=Eo(t),this.options_.seekTo=function(e){n.tech_.setCurrentTime(e),n.setCurrentTime(e)},this.masterPlaylistController_=new _o(this.options_),this.playbackWatcher_=new ko(Zr.mergeOptions(this.options_,{seekable:function(){return n.seekable()}})),this.masterPlaylistController_.on("error",function(){Zr.players[n.tech_.options_.playerId].error(n.masterPlaylistController_.error)}),this.masterPlaylistController_.selectPlaylist=this.selectPlaylist?this.selectPlaylist.bind(this):jo.STANDARD_PLAYLIST_SELECTOR.bind(this),this.masterPlaylistController_.selectInitialPlaylist=jo.INITIAL_PLAYLIST_SELECTOR.bind(this),this.playlists=this.masterPlaylistController_.masterPlaylistLoader_,this.mediaSource=this.masterPlaylistController_.mediaSource,Object.defineProperties(this,{selectPlaylist:{get:function(){return this.masterPlaylistController_.selectPlaylist},set:function(e){this.masterPlaylistController_.selectPlaylist=e.bind(this)}},throughput:{get:function(){return this.masterPlaylistController_.mainSegmentLoader_.throughput.rate},set:function(e){this.masterPlaylistController_.mainSegmentLoader_.throughput.rate=e,this.masterPlaylistController_.mainSegmentLoader_.throughput.count=1}},bandwidth:{get:function(){return this.masterPlaylistController_.mainSegmentLoader_.bandwidth},set:function(e){this.masterPlaylistController_.mainSegmentLoader_.bandwidth=e,this.masterPlaylistController_.mainSegmentLoader_.throughput={rate:0,count:0}}},systemBandwidth:{get:function(){var e=1/(this.bandwidth||1),t=void 0;return t=this.throughput>0?1/this.throughput:0,Math.floor(1/(e+t))},set:function(){Zr.log.error('The "systemBandwidth" property is read-only')}}}),this.options_.bandwidth&&(this.bandwidth=this.options_.bandwidth),this.options_.throughput&&(this.throughput=this.options_.throughput),Object.defineProperties(this.stats,{bandwidth:{get:function(){return n.bandwidth||0},enumerable:!0},mediaRequests:{get:function(){return n.masterPlaylistController_.mediaRequests_()||0},enumerable:!0},mediaRequestsAborted:{get:function(){return n.masterPlaylistController_.mediaRequestsAborted_()||0},enumerable:!0},mediaRequestsTimedout:{get:function(){return n.masterPlaylistController_.mediaRequestsTimedout_()||0},enumerable:!0},mediaRequestsErrored:{get:function(){return n.masterPlaylistController_.mediaRequestsErrored_()||0},enumerable:!0},mediaTransferDuration:{get:function(){return n.masterPlaylistController_.mediaTransferDuration_()||0},enumerable:!0},mediaBytesTransferred:{get:function(){return n.masterPlaylistController_.mediaBytesTransferred_()||0},enumerable:!0},mediaSecondsLoaded:{get:function(){return n.masterPlaylistController_.mediaSecondsLoaded_()||0},enumerable:!0},buffered:{get:function(){return Ka(n.tech_.buffered())},enumerable:!0},currentTime:{get:function(){return n.tech_.currentTime()},enumerable:!0},currentSource:{get:function(){return n.tech_.currentSource_},enumerable:!0},currentTech:{get:function(){return n.tech_.name_},enumerable:!0},duration:{get:function(){return n.tech_.duration()},enumerable:!0},master:{get:function(){return n.playlists.master},enumerable:!0},playerDimensions:{get:function(){return n.tech_.currentDimensions()},enumerable:!0},seekable:{get:function(){return Ka(n.tech_.seekable())},enumerable:!0},timestamp:{get:function(){return Date.now()},enumerable:!0},videoPlaybackQuality:{get:function(){return n.tech_.getVideoPlaybackQuality()},enumerable:!0}}),this.tech_.one("canplay",this.masterPlaylistController_.setupFirstPlay.bind(this.masterPlaylistController_)),this.tech_.on("bandwidthupdate",function(){n.options_.useBandwidthFromLocalStorage&&function(e){if(!window.localStorage)return!1;var t=Lo();t=t?Zr.mergeOptions(t,e):e;try{window.localStorage.setItem("videojs-vhs",JSON.stringify(t))}catch(e){return!1}}({bandwidth:n.bandwidth,throughput:Math.round(n.throughput)})}),this.masterPlaylistController_.on("selectedinitialmedia",function(){var e,t;t=(e=n).playlists,e.representations=function(){return t.master.playlists.filter(function(e){return!Ea(e)}).map(function(t,n){return new To(e,t,t.uri)})},xo(n)}),this.on(this.masterPlaylistController_,"progress",function(){this.tech_.trigger("progress")}),this.tech_.ready(function(){return n.setupQualityLevels_()}),this.tech_.el()&&this.tech_.src(Zr.URL.createObjectURL(this.masterPlaylistController_.mediaSource)))}},{key:"setupQualityLevels_",value:function(){var e=this,t=Zr.players[this.tech_.options_.playerId];t&&t.qualityLevels&&(this.qualityLevels_=t.qualityLevels(),this.masterPlaylistController_.on("selectedinitialmedia",function(){var t,n;t=e.qualityLevels_,(n=e).representations().forEach(function(e){t.addQualityLevel(e)}),Ao(t,n.playlists)}),this.playlists.on("mediachange",function(){Ao(e.qualityLevels_,e.playlists)}))}},{key:"play",value:function(){this.masterPlaylistController_.play()}},{key:"setCurrentTime",value:function(e){this.masterPlaylistController_.setCurrentTime(e)}},{key:"duration",value:function(){return this.masterPlaylistController_.duration()}},{key:"seekable",value:function(){return this.masterPlaylistController_.seekable()}},{key:"dispose",value:function(){this.playbackWatcher_&&this.playbackWatcher_.dispose(),this.masterPlaylistController_&&this.masterPlaylistController_.dispose(),this.qualityLevels_&&this.qualityLevels_.dispose(),this.player_&&(delete this.player_.vhs,delete this.player_.dash,delete this.player_.hls),this.tech_&&this.tech_.hls&&delete this.tech_.hls,function e(t,n,i){null===t&&(t=Function.prototype);var r=Object.getOwnPropertyDescriptor(t,n);if(void 0===r){var a=Object.getPrototypeOf(t);return null===a?void 0:e(a,n,i)}if("value"in r)return r.value;var s=r.get;return void 0!==s?s.call(i):void 0}(t.prototype.__proto__||Object.getPrototypeOf(t.prototype),"dispose",this).call(this)}},{key:"convertToStreamTime",value:function(e,t){return qa({playlist:this.masterPlaylistController_.media(),time:e,callback:t})}},{key:"seekToStreamTime",value:function(e,t){var n=!(arguments.length>2&&void 0!==arguments[2])||arguments[2],i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:2;return Ga({streamTime:e,playlist:this.masterPlaylistController_.media(),retryCount:i,pauseAfterSeek:n,seekTo:this.options_.seekTo,tech:this.options_.tech,callback:t})}}]),t}(),Po={name:"videojs-http-streaming",VERSION:"1.5.1",canHandleSource:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=Zr.mergeOptions(Zr.options,t);return Po.canPlayType(e.type,n)},handleSource:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},i=Zr.mergeOptions(Zr.options,n);return t.hls=new Uo(e,t,i),t.hls.xhr=Ia(),t.hls.src(e.src,e.type),t.hls},canPlayType:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=Zr.mergeOptions(Zr.options,t).hls.overrideNative,i=Eo(e);return i&&(!jo.supportsTypeNatively(i)||n)?"maybe":""}};void 0!==Zr.MediaSource&&void 0!==Zr.URL||(Zr.MediaSource=js,Zr.URL=Es),js.supportsNativeMediaSources()&&Zr.getTech("Html5").registerSourceHandler(Po,0),Zr.HlsHandler=Uo,Zr.HlsSourceHandler=Po,Zr.Hls=jo,Zr.use||Zr.registerComponent("Hls",jo),Zr.options.hls=Zr.options.hls||{},Zr.registerPlugin?Zr.registerPlugin("reloadSourceOnError",Co):Zr.plugin("reloadSourceOnError",Co);t.default=Zr},function(e,t,n){"use strict";var i=function(){this.init=function(){var e={};this.on=function(t,n){e[t]||(e[t]=[]),e[t]=e[t].concat(n)},this.off=function(t,n){var i;return!!e[t]&&(i=e[t].indexOf(n),e[t]=e[t].slice(),e[t].splice(i,1),i>-1)},this.trigger=function(t){var n,i,r,a;if(n=e[t])if(2===arguments.length)for(r=n.length,i=0;i<r;++i)n[i].call(this,arguments[1]);else{for(a=[],i=arguments.length,i=1;i<arguments.length;++i)a.push(arguments[i]);for(r=n.length,i=0;i<r;++i)n[i].apply(this,a)}},this.dispose=function(){e={}}}};i.prototype.pipe=function(e){return this.on("data",function(t){e.push(t)}),this.on("done",function(t){e.flush(t)}),e},i.prototype.push=function(e){this.trigger("data",e)},i.prototype.flush=function(e){this.trigger("done",e)},e.exports=i},function(e,t,n){"use strict";e.exports={H264_STREAM_TYPE:27,ADTS_STREAM_TYPE:15,METADATA_STREAM_TYPE:21}},function(e,t,n){(function(t){var n;n="undefined"!=typeof window?window:void 0!==t?t:"undefined"!=typeof self?self:{},e.exports=n}).call(this,n(9))},function(e,t,n){"use strict";var i,r,a,s,o,l=n(35).toUnsigned;i=function(e,t){var n,a,s,o,u,c=[];if(!t.length)return null;for(n=0;n<e.byteLength;)a=l(e[n]<<24|e[n+1]<<16|e[n+2]<<8|e[n+3]),s=r(e.subarray(n+4,n+8)),o=a>1?n+a:e.byteLength,s===t[0]&&(1===t.length?c.push(e.subarray(n+8,o)):(u=i(e.subarray(n+8,o),t.slice(1))).length&&(c=c.concat(u))),n=o;return c},r=function(e){var t="";return t+=String.fromCharCode(e[0]),t+=String.fromCharCode(e[1]),t+=String.fromCharCode(e[2]),t+=String.fromCharCode(e[3])},a=function(e){return i(e,["moov","trak"]).reduce(function(e,t){var n,r,a,s,o;return(n=i(t,["tkhd"])[0])?(r=n[0],s=l(n[a=0===r?12:20]<<24|n[a+1]<<16|n[a+2]<<8|n[a+3]),(o=i(t,["mdia","mdhd"])[0])?(a=0===(r=o[0])?12:20,e[s]=l(o[a]<<24|o[a+1]<<16|o[a+2]<<8|o[a+3]),e):null):null},{})},s=function(e,t){var n,r,a;return n=i(t,["moof","traf"]),r=[].concat.apply([],n.map(function(t){return i(t,["tfhd"]).map(function(n){var r,a;return r=l(n[4]<<24|n[5]<<16|n[6]<<8|n[7]),a=e[r]||9e4,(i(t,["tfdt"]).map(function(e){var t,n;return t=e[0],n=l(e[4]<<24|e[5]<<16|e[6]<<8|e[7]),1===t&&(n*=Math.pow(2,32),n+=l(e[8]<<24|e[9]<<16|e[10]<<8|e[11])),n})[0]||1/0)/a})})),a=Math.min.apply(null,r),isFinite(a)?a:0},o=function(e){var t=i(e,["moov","trak"]),n=[];return t.forEach(function(e){var t=i(e,["mdia","hdlr"]),a=i(e,["tkhd"]);t.forEach(function(e,t){var i,s,o=r(e.subarray(8,12)),l=a[t];"vide"===o&&(s=0===(i=new DataView(l.buffer,l.byteOffset,l.byteLength)).getUint8(0)?i.getUint32(12):i.getUint32(20),n.push(s))})}),n},e.exports={findBox:i,parseType:r,timescale:a,startTime:s,videoTrackIds:o}},function(e,t){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(e){"object"==typeof window&&(n=window)}e.exports=n},function(e,t,n){"use strict";var i,r,a,s,o=n(5),l=n(12),u=n(37),c=n(38),d=n(41),h=n(42),p=n(44),f=n(45).H264Stream,m=n(47),g=n(11).isLikelyAacData,v=["audioobjecttype","channelcount","samplerate","samplingfrequencyindex","samplesize"],y=["width","height","profileIdc","levelIdc","profileCompatibility"],b=function(e,t){var n;if(e.length!==t.length)return!1;for(n=0;n<e.length;n++)if(e[n]!==t[n])return!1;return!0};(r=function(e,t){var n=[],i=0,a=0,s=0,o=1/0;t=t||{},r.prototype.init.call(this),this.push=function(t){d.collectDtsInfo(e,t),e&&v.forEach(function(n){e[n]=t[n]}),n.push(t)},this.setEarliestDts=function(t){a=t-e.timelineStartInfo.baseMediaDecodeTime},this.setVideoBaseMediaDecodeTime=function(e){o=e},this.setAudioAppendStart=function(e){s=e},this.flush=function(){var r,u,h,p;0!==n.length?(r=c.trimAdtsFramesByEarliestDts(n,e,a),e.baseMediaDecodeTime=d.calculateTrackBaseMediaDecodeTime(e,t.keepOriginalTimestamps),c.prefixWithSilence(e,r,s,o),e.samples=c.generateSampleTable(r),h=l.mdat(c.concatenateFrameData(r)),n=[],u=l.moof(i,[e]),p=new Uint8Array(u.byteLength+h.byteLength),i++,p.set(u),p.set(h,u.byteLength),d.clearDtsInfo(e),this.trigger("data",{track:e,boxes:p}),this.trigger("done","AudioSegmentStream")):this.trigger("done","AudioSegmentStream")}}).prototype=new o,(i=function(e,t){var n,r,a=0,s=[],o=[];t=t||{},i.prototype.init.call(this),delete e.minPTS,this.gopCache_=[],this.push=function(t){d.collectDtsInfo(e,t),"seq_parameter_set_rbsp"!==t.nalUnitType||n||(n=t.config,e.sps=[t.data],y.forEach(function(t){e[t]=n[t]},this)),"pic_parameter_set_rbsp"!==t.nalUnitType||r||(r=t.data,e.pps=[t.data]),s.push(t)},this.flush=function(){for(var n,i,r,c,h,p;s.length&&"access_unit_delimiter_rbsp"!==s[0].nalUnitType;)s.shift();if(0===s.length)return this.resetStream_(),void this.trigger("done","VideoSegmentStream");if(n=u.groupNalsIntoFrames(s),(r=u.groupFramesIntoGops(n))[0][0].keyFrame||((i=this.getGopForFusion_(s[0],e))?(r.unshift(i),r.byteLength+=i.byteLength,r.nalCount+=i.nalCount,r.pts=i.pts,r.dts=i.dts,r.duration+=i.duration):r=u.extendFirstKeyFrame(r)),o.length){var f;if(!(f=t.alignGopsAtEnd?this.alignGopsAtEnd_(r):this.alignGopsAtStart_(r)))return this.gopCache_.unshift({gop:r.pop(),pps:e.pps,sps:e.sps}),this.gopCache_.length=Math.min(6,this.gopCache_.length),s=[],this.resetStream_(),void this.trigger("done","VideoSegmentStream");d.clearDtsInfo(e),r=f}d.collectDtsInfo(e,r),e.samples=u.generateSampleTable(r),h=l.mdat(u.concatenateNalData(r)),e.baseMediaDecodeTime=d.calculateTrackBaseMediaDecodeTime(e,t.keepOriginalTimestamps),this.trigger("processedGopsInfo",r.map(function(e){return{pts:e.pts,dts:e.dts,byteLength:e.byteLength}})),this.gopCache_.unshift({gop:r.pop(),pps:e.pps,sps:e.sps}),this.gopCache_.length=Math.min(6,this.gopCache_.length),s=[],this.trigger("baseMediaDecodeTime",e.baseMediaDecodeTime),this.trigger("timelineStartInfo",e.timelineStartInfo),c=l.moof(a,[e]),p=new Uint8Array(c.byteLength+h.byteLength),a++,p.set(c),p.set(h,c.byteLength),this.trigger("data",{track:e,boxes:p}),this.resetStream_(),this.trigger("done","VideoSegmentStream")},this.resetStream_=function(){d.clearDtsInfo(e),n=void 0,r=void 0},this.getGopForFusion_=function(t){var n,i,r,a,s,o=1/0;for(s=0;s<this.gopCache_.length;s++)r=(a=this.gopCache_[s]).gop,e.pps&&b(e.pps[0],a.pps[0])&&e.sps&&b(e.sps[0],a.sps[0])&&(r.dts<e.timelineStartInfo.dts||(n=t.dts-r.dts-r.duration)>=-1e4&&n<=45e3&&(!i||o>n)&&(i=a,o=n));return i?i.gop:null},this.alignGopsAtStart_=function(e){var t,n,i,r,a,s,l,u;for(a=e.byteLength,s=e.nalCount,l=e.duration,t=n=0;t<o.length&&n<e.length&&(i=o[t],r=e[n],i.pts!==r.pts);)r.pts>i.pts?t++:(n++,a-=r.byteLength,s-=r.nalCount,l-=r.duration);return 0===n?e:n===e.length?null:((u=e.slice(n)).byteLength=a,u.duration=l,u.nalCount=s,u.pts=u[0].pts,u.dts=u[0].dts,u)},this.alignGopsAtEnd_=function(e){var t,n,i,r,a,s,l;for(t=o.length-1,n=e.length-1,a=null,s=!1;t>=0&&n>=0;){if(i=o[t],r=e[n],i.pts===r.pts){s=!0;break}i.pts>r.pts?t--:(t===o.length-1&&(a=n),n--)}if(!s&&null===a)return null;if(0===(l=s?n:a))return e;var u=e.slice(l),c=u.reduce(function(e,t){return e.byteLength+=t.byteLength,e.duration+=t.duration,e.nalCount+=t.nalCount,e},{byteLength:0,duration:0,nalCount:0});return u.byteLength=c.byteLength,u.duration=c.duration,u.nalCount=c.nalCount,u.pts=u[0].pts,u.dts=u[0].dts,u},this.alignGopsWith=function(e){o=e}}).prototype=new o,(s=function(e,t){this.numberOfTracks=0,this.metadataStream=t,void 0!==(e=e||{}).remux?this.remuxTracks=!!e.remux:this.remuxTracks=!0,"boolean"==typeof e.keepOriginalTimestamps&&(this.keepOriginalTimestamps=e.keepOriginalTimestamps),this.pendingTracks=[],this.videoTrack=null,this.pendingBoxes=[],this.pendingCaptions=[],this.pendingMetadata=[],this.pendingBytes=0,this.emittedTracks=0,s.prototype.init.call(this),this.push=function(e){return e.text?this.pendingCaptions.push(e):e.frames?this.pendingMetadata.push(e):(this.pendingTracks.push(e.track),this.pendingBoxes.push(e.boxes),this.pendingBytes+=e.boxes.byteLength,"video"===e.track.type&&(this.videoTrack=e.track),void("audio"===e.track.type&&(this.audioTrack=e.track)))}}).prototype=new o,s.prototype.flush=function(e){var t,n,i,r,a=0,s={captions:[],captionStreams:{},metadata:[],info:{}},o=0;if(this.pendingTracks.length<this.numberOfTracks){if("VideoSegmentStream"!==e&&"AudioSegmentStream"!==e)return;if(this.remuxTracks)return;if(0===this.pendingTracks.length)return this.emittedTracks++,void(this.emittedTracks>=this.numberOfTracks&&(this.trigger("done"),this.emittedTracks=0))}for(this.videoTrack?(o=this.videoTrack.timelineStartInfo.pts,y.forEach(function(e){s.info[e]=this.videoTrack[e]},this)):this.audioTrack&&(o=this.audioTrack.timelineStartInfo.pts,v.forEach(function(e){s.info[e]=this.audioTrack[e]},this)),1===this.pendingTracks.length?s.type=this.pendingTracks[0].type:s.type="combined",this.emittedTracks+=this.pendingTracks.length,i=l.initSegment(this.pendingTracks),s.initSegment=new Uint8Array(i.byteLength),s.initSegment.set(i),s.data=new Uint8Array(this.pendingBytes),r=0;r<this.pendingBoxes.length;r++)s.data.set(this.pendingBoxes[r],a),a+=this.pendingBoxes[r].byteLength;for(r=0;r<this.pendingCaptions.length;r++)(t=this.pendingCaptions[r]).startTime=t.startPts,this.keepOriginalTimestamps||(t.startTime-=o),t.startTime/=9e4,t.endTime=t.endPts,this.keepOriginalTimestamps||(t.endTime-=o),t.endTime/=9e4,s.captionStreams[t.stream]=!0,s.captions.push(t);for(r=0;r<this.pendingMetadata.length;r++)(n=this.pendingMetadata[r]).cueTime=n.pts,this.keepOriginalTimestamps||(n.cueTime-=o),n.cueTime/=9e4,s.metadata.push(n);s.metadata.dispatchType=this.metadataStream.dispatchType,this.pendingTracks.length=0,this.videoTrack=null,this.pendingBoxes.length=0,this.pendingCaptions.length=0,this.pendingBytes=0,this.pendingMetadata.length=0,this.trigger("data",s),this.emittedTracks>=this.numberOfTracks&&(this.trigger("done"),this.emittedTracks=0)},(a=function(e){var t,n,o=this,l=!0;a.prototype.init.call(this),e=e||{},this.baseMediaDecodeTime=e.baseMediaDecodeTime||0,this.transmuxPipeline_={},this.setupAacPipeline=function(){var t={};this.transmuxPipeline_=t,t.type="aac",t.metadataStream=new h.MetadataStream,t.aacStream=new m,t.audioTimestampRolloverStream=new h.TimestampRolloverStream("audio"),t.timedMetadataTimestampRolloverStream=new h.TimestampRolloverStream("timed-metadata"),t.adtsStream=new p,t.coalesceStream=new s(e,t.metadataStream),t.headOfPipeline=t.aacStream,t.aacStream.pipe(t.audioTimestampRolloverStream).pipe(t.adtsStream),t.aacStream.pipe(t.timedMetadataTimestampRolloverStream).pipe(t.metadataStream).pipe(t.coalesceStream),t.metadataStream.on("timestamp",function(e){t.aacStream.setTimestamp(e.timeStamp)}),t.aacStream.on("data",function(i){"timed-metadata"!==i.type||t.audioSegmentStream||(n=n||{timelineStartInfo:{baseMediaDecodeTime:o.baseMediaDecodeTime},codec:"adts",type:"audio"},t.coalesceStream.numberOfTracks++,t.audioSegmentStream=new r(n,e),t.adtsStream.pipe(t.audioSegmentStream).pipe(t.coalesceStream))}),t.coalesceStream.on("data",this.trigger.bind(this,"data")),t.coalesceStream.on("done",this.trigger.bind(this,"done"))},this.setupTsPipeline=function(){var a={};this.transmuxPipeline_=a,a.type="ts",a.metadataStream=new h.MetadataStream,a.packetStream=new h.TransportPacketStream,a.parseStream=new h.TransportParseStream,a.elementaryStream=new h.ElementaryStream,a.videoTimestampRolloverStream=new h.TimestampRolloverStream("video"),a.audioTimestampRolloverStream=new h.TimestampRolloverStream("audio"),a.timedMetadataTimestampRolloverStream=new h.TimestampRolloverStream("timed-metadata"),a.adtsStream=new p,a.h264Stream=new f,a.captionStream=new h.CaptionStream,a.coalesceStream=new s(e,a.metadataStream),a.headOfPipeline=a.packetStream,a.packetStream.pipe(a.parseStream).pipe(a.elementaryStream),a.elementaryStream.pipe(a.videoTimestampRolloverStream).pipe(a.h264Stream),a.elementaryStream.pipe(a.audioTimestampRolloverStream).pipe(a.adtsStream),a.elementaryStream.pipe(a.timedMetadataTimestampRolloverStream).pipe(a.metadataStream).pipe(a.coalesceStream),a.h264Stream.pipe(a.captionStream).pipe(a.coalesceStream),a.elementaryStream.on("data",function(s){var l;if("metadata"===s.type){for(l=s.tracks.length;l--;)t||"video"!==s.tracks[l].type?n||"audio"!==s.tracks[l].type||((n=s.tracks[l]).timelineStartInfo.baseMediaDecodeTime=o.baseMediaDecodeTime):(t=s.tracks[l]).timelineStartInfo.baseMediaDecodeTime=o.baseMediaDecodeTime;t&&!a.videoSegmentStream&&(a.coalesceStream.numberOfTracks++,a.videoSegmentStream=new i(t,e),a.videoSegmentStream.on("timelineStartInfo",function(e){n&&(n.timelineStartInfo=e,a.audioSegmentStream.setEarliestDts(e.dts))}),a.videoSegmentStream.on("processedGopsInfo",o.trigger.bind(o,"gopInfo")),a.videoSegmentStream.on("baseMediaDecodeTime",function(e){n&&a.audioSegmentStream.setVideoBaseMediaDecodeTime(e)}),a.h264Stream.pipe(a.videoSegmentStream).pipe(a.coalesceStream)),n&&!a.audioSegmentStream&&(a.coalesceStream.numberOfTracks++,a.audioSegmentStream=new r(n,e),a.adtsStream.pipe(a.audioSegmentStream).pipe(a.coalesceStream))}}),a.coalesceStream.on("data",this.trigger.bind(this,"data")),a.coalesceStream.on("done",this.trigger.bind(this,"done"))},this.setBaseMediaDecodeTime=function(i){var r=this.transmuxPipeline_;e.keepOriginalTimestamps||(this.baseMediaDecodeTime=i),n&&(n.timelineStartInfo.dts=void 0,n.timelineStartInfo.pts=void 0,d.clearDtsInfo(n),e.keepOriginalTimestamps||(n.timelineStartInfo.baseMediaDecodeTime=i),r.audioTimestampRolloverStream&&r.audioTimestampRolloverStream.discontinuity()),t&&(r.videoSegmentStream&&(r.videoSegmentStream.gopCache_=[],r.videoTimestampRolloverStream.discontinuity()),t.timelineStartInfo.dts=void 0,t.timelineStartInfo.pts=void 0,d.clearDtsInfo(t),r.captionStream.reset(),e.keepOriginalTimestamps||(t.timelineStartInfo.baseMediaDecodeTime=i)),r.timedMetadataTimestampRolloverStream&&r.timedMetadataTimestampRolloverStream.discontinuity()},this.setAudioAppendStart=function(e){n&&this.transmuxPipeline_.audioSegmentStream.setAudioAppendStart(e)},this.alignGopsWith=function(e){t&&this.transmuxPipeline_.videoSegmentStream&&this.transmuxPipeline_.videoSegmentStream.alignGopsWith(e)},this.push=function(e){if(l){var t=g(e);t&&"aac"!==this.transmuxPipeline_.type?this.setupAacPipeline():t||"ts"===this.transmuxPipeline_.type||this.setupTsPipeline(),l=!1}this.transmuxPipeline_.headOfPipeline.push(e)},this.flush=function(){l=!0,this.transmuxPipeline_.headOfPipeline.flush()},this.resetCaptions=function(){this.transmuxPipeline_.captionStream&&this.transmuxPipeline_.captionStream.reset()}}).prototype=new o,e.exports={Transmuxer:a,VideoSegmentStream:i,AudioSegmentStream:r,AUDIO_PROPERTIES:v,VIDEO_PROPERTIES:y}},function(e,t,n){"use strict";var i=[96e3,88200,64e3,48e3,44100,32e3,24e3,22050,16e3,12e3,11025,8e3,7350],r=function(e){return e[0]<<21|e[1]<<14|e[2]<<7|e[3]};e.exports={isLikelyAacData:function(e){return e[0]==="I".charCodeAt(0)&&e[1]==="D".charCodeAt(0)&&e[2]==="3".charCodeAt(0)},parseId3TagSize:function(e,t){var n=e[t+6]<<21|e[t+7]<<14|e[t+8]<<7|e[t+9];return(16&e[t+5])>>4?n+20:n+10},parseAdtsSize:function(e,t){var n=(224&e[t+5])>>5,i=e[t+4]<<3;return 6144&e[t+3]|i|n},parseType:function(e,t){return e[t]==="I".charCodeAt(0)&&e[t+1]==="D".charCodeAt(0)&&e[t+2]==="3".charCodeAt(0)?"timed-metadata":!0&e[t]&&240==(240&e[t+1])?"audio":null},parseSampleRate:function(e){for(var t=0;t+5<e.length;){if(255===e[t]&&240==(246&e[t+1]))return i[(60&e[t+2])>>>2];t++}return null},parseAacTimestamp:function(e){var t,n,i;t=10,64&e[5]&&(t+=4,t+=r(e.subarray(10,14)));do{if((n=r(e.subarray(t+4,t+8)))<1)return null;if("PRIV"===String.fromCharCode(e[t],e[t+1],e[t+2],e[t+3])){i=e.subarray(t+10,t+n+10);for(var a=0;a<i.byteLength;a++)if(0===i[a]){if("com.apple.streaming.transportStreamTimestamp"===unescape(function(e,t,n){var i,r="";for(i=t;i<n;i++)r+="%"+("00"+e[i].toString(16)).slice(-2);return r}(i,0,a))){var s=i.subarray(a+1),o=(1&s[3])<<30|s[4]<<22|s[5]<<14|s[6]<<6|s[7]>>>2;return o*=4,o+=3&s[7]}break}}t+=10,t+=n}while(t<e.byteLength);return null}}},function(e,t,n){"use strict";var i,r,a,s,o,l,u,c,d,h,p,f,m,g,v,y,b,_,T,S,k,w,C,j,E,A,x,L,O,U,P,I,D,R,M,B,N,F,V,z,H,q=Math.pow(2,32)-1;!function(){var e;if(C={avc1:[],avcC:[],btrt:[],dinf:[],dref:[],esds:[],ftyp:[],hdlr:[],mdat:[],mdhd:[],mdia:[],mfhd:[],minf:[],moof:[],moov:[],mp4a:[],mvex:[],mvhd:[],sdtp:[],smhd:[],stbl:[],stco:[],stsc:[],stsd:[],stsz:[],stts:[],styp:[],tfdt:[],tfhd:[],traf:[],trak:[],trun:[],trex:[],tkhd:[],vmhd:[]},"undefined"!=typeof Uint8Array){for(e in C)C.hasOwnProperty(e)&&(C[e]=[e.charCodeAt(0),e.charCodeAt(1),e.charCodeAt(2),e.charCodeAt(3)]);j=new Uint8Array(["i".charCodeAt(0),"s".charCodeAt(0),"o".charCodeAt(0),"m".charCodeAt(0)]),A=new Uint8Array(["a".charCodeAt(0),"v".charCodeAt(0),"c".charCodeAt(0),"1".charCodeAt(0)]),E=new Uint8Array([0,0,0,1]),x=new Uint8Array([0,0,0,0,0,0,0,0,118,105,100,101,0,0,0,0,0,0,0,0,0,0,0,0,86,105,100,101,111,72,97,110,100,108,101,114,0]),L=new Uint8Array([0,0,0,0,0,0,0,0,115,111,117,110,0,0,0,0,0,0,0,0,0,0,0,0,83,111,117,110,100,72,97,110,100,108,101,114,0]),O={video:x,audio:L},I=new Uint8Array([0,0,0,0,0,0,0,1,0,0,0,12,117,114,108,32,0,0,0,1]),P=new Uint8Array([0,0,0,0,0,0,0,0]),D=new Uint8Array([0,0,0,0,0,0,0,0]),R=D,M=new Uint8Array([0,0,0,0,0,0,0,0,0,0,0,0]),B=D,U=new Uint8Array([0,0,0,1,0,0,0,0,0,0,0,0])}}(),i=function(e){var t,n,i=[],r=0;for(t=1;t<arguments.length;t++)i.push(arguments[t]);for(t=i.length;t--;)r+=i[t].byteLength;for(n=new Uint8Array(r+8),new DataView(n.buffer,n.byteOffset,n.byteLength).setUint32(0,n.byteLength),n.set(e,4),t=0,r=8;t<i.length;t++)n.set(i[t],r),r+=i[t].byteLength;return n},r=function(){return i(C.dinf,i(C.dref,I))},a=function(e){return i(C.esds,new Uint8Array([0,0,0,0,3,25,0,0,0,4,17,64,21,0,6,0,0,0,218,192,0,0,218,192,5,2,e.audioobjecttype<<3|e.samplingfrequencyindex>>>1,e.samplingfrequencyindex<<7|e.channelcount<<3,6,1,2]))},s=function(){return i(C.ftyp,j,E,j,A)},y=function(e){return i(C.hdlr,O[e])},o=function(e){return i(C.mdat,e)},v=function(e){var t=new Uint8Array([0,0,0,0,0,0,0,2,0,0,0,3,0,1,95,144,e.duration>>>24&255,e.duration>>>16&255,e.duration>>>8&255,255&e.duration,85,196,0,0]);return e.samplerate&&(t[12]=e.samplerate>>>24&255,t[13]=e.samplerate>>>16&255,t[14]=e.samplerate>>>8&255,t[15]=255&e.samplerate),i(C.mdhd,t)},g=function(e){return i(C.mdia,v(e),y(e.type),u(e))},l=function(e){return i(C.mfhd,new Uint8Array([0,0,0,0,(4278190080&e)>>24,(16711680&e)>>16,(65280&e)>>8,255&e]))},u=function(e){return i(C.minf,"video"===e.type?i(C.vmhd,U):i(C.smhd,P),r(),_(e))},c=function(e,t){for(var n=[],r=t.length;r--;)n[r]=S(t[r]);return i.apply(null,[C.moof,l(e)].concat(n))},d=function(e){for(var t=e.length,n=[];t--;)n[t]=f(e[t]);return i.apply(null,[C.moov,p(4294967295)].concat(n).concat(h(e)))},h=function(e){for(var t=e.length,n=[];t--;)n[t]=k(e[t]);return i.apply(null,[C.mvex].concat(n))},p=function(e){var t=new Uint8Array([0,0,0,0,0,0,0,1,0,0,0,2,0,1,95,144,(4278190080&e)>>24,(16711680&e)>>16,(65280&e)>>8,255&e,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255]);return i(C.mvhd,t)},b=function(e){var t,n,r=e.samples||[],a=new Uint8Array(4+r.length);for(n=0;n<r.length;n++)t=r[n].flags,a[n+4]=t.dependsOn<<4|t.isDependedOn<<2|t.hasRedundancy;return i(C.sdtp,a)},_=function(e){return i(C.stbl,T(e),i(C.stts,B),i(C.stsc,R),i(C.stsz,M),i(C.stco,D))},T=function(e){return i(C.stsd,new Uint8Array([0,0,0,0,0,0,0,1]),"video"===e.type?N(e):F(e))},N=function(e){var t,n=e.sps||[],r=e.pps||[],a=[],s=[];for(t=0;t<n.length;t++)a.push((65280&n[t].byteLength)>>>8),a.push(255&n[t].byteLength),a=a.concat(Array.prototype.slice.call(n[t]));for(t=0;t<r.length;t++)s.push((65280&r[t].byteLength)>>>8),s.push(255&r[t].byteLength),s=s.concat(Array.prototype.slice.call(r[t]));return i(C.avc1,new Uint8Array([0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,(65280&e.width)>>8,255&e.width,(65280&e.height)>>8,255&e.height,0,72,0,0,0,72,0,0,0,0,0,0,0,1,19,118,105,100,101,111,106,115,45,99,111,110,116,114,105,98,45,104,108,115,0,0,0,0,0,0,0,0,0,0,0,0,0,24,17,17]),i(C.avcC,new Uint8Array([1,e.profileIdc,e.profileCompatibility,e.levelIdc,255].concat([n.length]).concat(a).concat([r.length]).concat(s))),i(C.btrt,new Uint8Array([0,28,156,128,0,45,198,192,0,45,198,192])))},F=function(e){return i(C.mp4a,new Uint8Array([0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,(65280&e.channelcount)>>8,255&e.channelcount,(65280&e.samplesize)>>8,255&e.samplesize,0,0,0,0,(65280&e.samplerate)>>8,255&e.samplerate,0,0]),a(e))},m=function(e){var t=new Uint8Array([0,0,0,7,0,0,0,0,0,0,0,0,(4278190080&e.id)>>24,(16711680&e.id)>>16,(65280&e.id)>>8,255&e.id,0,0,0,0,(4278190080&e.duration)>>24,(16711680&e.duration)>>16,(65280&e.duration)>>8,255&e.duration,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,(65280&e.width)>>8,255&e.width,0,0,(65280&e.height)>>8,255&e.height,0,0]);return i(C.tkhd,t)},S=function(e){var t,n,r,a,s,o;return t=i(C.tfhd,new Uint8Array([0,0,0,58,(4278190080&e.id)>>24,(16711680&e.id)>>16,(65280&e.id)>>8,255&e.id,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0])),s=Math.floor(e.baseMediaDecodeTime/(q+1)),o=Math.floor(e.baseMediaDecodeTime%(q+1)),n=i(C.tfdt,new Uint8Array([1,0,0,0,s>>>24&255,s>>>16&255,s>>>8&255,255&s,o>>>24&255,o>>>16&255,o>>>8&255,255&o])),92,"audio"===e.type?(r=w(e,92),i(C.traf,t,n,r)):(a=b(e),r=w(e,a.length+92),i(C.traf,t,n,r,a))},f=function(e){return e.duration=e.duration||4294967295,i(C.trak,m(e),g(e))},k=function(e){var t=new Uint8Array([0,0,0,0,(4278190080&e.id)>>24,(16711680&e.id)>>16,(65280&e.id)>>8,255&e.id,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1]);return"video"!==e.type&&(t[t.length-1]=0),i(C.trex,t)},H=function(e,t){var n=0,i=0,r=0,a=0;return e.length&&(void 0!==e[0].duration&&(n=1),void 0!==e[0].size&&(i=2),void 0!==e[0].flags&&(r=4),void 0!==e[0].compositionTimeOffset&&(a=8)),[0,0,n|i|r|a,1,(4278190080&e.length)>>>24,(16711680&e.length)>>>16,(65280&e.length)>>>8,255&e.length,(4278190080&t)>>>24,(16711680&t)>>>16,(65280&t)>>>8,255&t]},z=function(e,t){var n,r,a,s;for(t+=20+16*(r=e.samples||[]).length,n=H(r,t),s=0;s<r.length;s++)a=r[s],n=n.concat([(4278190080&a.duration)>>>24,(16711680&a.duration)>>>16,(65280&a.duration)>>>8,255&a.duration,(4278190080&a.size)>>>24,(16711680&a.size)>>>16,(65280&a.size)>>>8,255&a.size,a.flags.isLeading<<2|a.flags.dependsOn,a.flags.isDependedOn<<6|a.flags.hasRedundancy<<4|a.flags.paddingValue<<1|a.flags.isNonSyncSample,61440&a.flags.degradationPriority,15&a.flags.degradationPriority,(4278190080&a.compositionTimeOffset)>>>24,(16711680&a.compositionTimeOffset)>>>16,(65280&a.compositionTimeOffset)>>>8,255&a.compositionTimeOffset]);return i(C.trun,new Uint8Array(n))},V=function(e,t){var n,r,a,s;for(t+=20+8*(r=e.samples||[]).length,n=H(r,t),s=0;s<r.length;s++)a=r[s],n=n.concat([(4278190080&a.duration)>>>24,(16711680&a.duration)>>>16,(65280&a.duration)>>>8,255&a.duration,(4278190080&a.size)>>>24,(16711680&a.size)>>>16,(65280&a.size)>>>8,255&a.size]);return i(C.trun,new Uint8Array(n))},w=function(e,t){return"audio"===e.type?V(e,t):z(e,t)},e.exports={ftyp:s,mdat:o,moof:c,moov:d,initSegment:function(e){var t,n=s(),i=d(e);return(t=new Uint8Array(n.byteLength+i.byteLength)).set(n),t.set(i,n.byteLength),t}}},function(e,t,n){"use strict";var i=n(5),r=n(14),a=function(){a.prototype.init.call(this),this.captionPackets_=[],this.ccStreams_=[new c(0,0),new c(0,1),new c(1,0),new c(1,1)],this.reset(),this.ccStreams_.forEach(function(e){e.on("data",this.trigger.bind(this,"data")),e.on("done",this.trigger.bind(this,"done"))},this)};a.prototype=new i,a.prototype.push=function(e){var t,n,i;if("sei_rbsp"===e.nalUnitType&&(t=r.parseSei(e.escapedRBSP)).payloadType===r.USER_DATA_REGISTERED_ITU_T_T35&&(n=r.parseUserData(t)))if(e.dts<this.latestDts_)this.ignoreNextEqualDts_=!0;else{if(e.dts===this.latestDts_&&this.ignoreNextEqualDts_)return this.numSameDts_--,void(this.numSameDts_||(this.ignoreNextEqualDts_=!1));i=r.parseCaptionPackets(e.pts,n),this.captionPackets_=this.captionPackets_.concat(i),this.latestDts_!==e.dts&&(this.numSameDts_=0),this.numSameDts_++,this.latestDts_=e.dts}},a.prototype.flush=function(){this.captionPackets_.length?(this.captionPackets_.forEach(function(e,t){e.presortIndex=t}),this.captionPackets_.sort(function(e,t){return e.pts===t.pts?e.presortIndex-t.presortIndex:e.pts-t.pts}),this.captionPackets_.forEach(function(e){e.type<2&&this.dispatchCea608Packet(e)},this),this.captionPackets_.length=0,this.ccStreams_.forEach(function(e){e.flush()},this)):this.ccStreams_.forEach(function(e){e.flush()},this)},a.prototype.reset=function(){this.latestDts_=null,this.ignoreNextEqualDts_=!1,this.numSameDts_=0,this.activeCea608Channel_=[null,null],this.ccStreams_.forEach(function(e){e.reset()})},a.prototype.dispatchCea608Packet=function(e){this.setsChannel1Active(e)?this.activeCea608Channel_[e.type]=0:this.setsChannel2Active(e)&&(this.activeCea608Channel_[e.type]=1),null!==this.activeCea608Channel_[e.type]&&this.ccStreams_[(e.type<<1)+this.activeCea608Channel_[e.type]].push(e)},a.prototype.setsChannel1Active=function(e){return 4096==(30720&e.ccData)},a.prototype.setsChannel2Active=function(e){return 6144==(30720&e.ccData)};var s={42:225,92:233,94:237,95:243,96:250,123:231,124:247,125:209,126:241,127:9608,304:174,305:176,306:189,307:191,308:8482,309:162,310:163,311:9834,312:224,313:160,314:232,315:226,316:234,317:238,318:244,319:251,544:193,545:201,546:211,547:218,548:220,549:252,550:8216,551:161,552:42,553:39,554:8212,555:169,556:8480,557:8226,558:8220,559:8221,560:192,561:194,562:199,563:200,564:202,565:203,566:235,567:206,568:207,569:239,570:212,571:217,572:249,573:219,574:171,575:187,800:195,801:227,802:205,803:204,804:236,805:210,806:242,807:213,808:245,809:123,810:125,811:92,812:94,813:95,814:124,815:126,816:196,817:228,818:214,819:246,820:223,821:165,822:164,823:9474,824:197,825:229,826:216,827:248,828:9484,829:9488,830:9492,831:9496},o=function(e){return null===e?"":(e=s[e]||e,String.fromCharCode(e))},l=[4352,4384,4608,4640,5376,5408,5632,5664,5888,5920,4096,4864,4896,5120,5152],u=function(){for(var e=[],t=15;t--;)e.push("");return e},c=function(e,t){c.prototype.init.call(this),this.field_=e||0,this.dataChannel_=t||0,this.name_="CC"+(1+(this.field_<<1|this.dataChannel_)),this.setConstants(),this.reset(),this.push=function(e){var t,n,i,r,a;if((t=32639&e.ccData)!==this.lastControlCode_){if(4096==(61440&t)?this.lastControlCode_=t:t!==this.PADDING_&&(this.lastControlCode_=null),i=t>>>8,r=255&t,t!==this.PADDING_)if(t===this.RESUME_CAPTION_LOADING_)this.mode_="popOn";else if(t===this.END_OF_CAPTION_)this.mode_="popOn",this.clearFormatting(e.pts),this.flushDisplayed(e.pts),n=this.displayed_,this.displayed_=this.nonDisplayed_,this.nonDisplayed_=n,this.startPts_=e.pts;else if(t===this.ROLL_UP_2_ROWS_)this.rollUpRows_=2,this.setRollUp(e.pts);else if(t===this.ROLL_UP_3_ROWS_)this.rollUpRows_=3,this.setRollUp(e.pts);else if(t===this.ROLL_UP_4_ROWS_)this.rollUpRows_=4,this.setRollUp(e.pts);else if(t===this.CARRIAGE_RETURN_)this.clearFormatting(e.pts),this.flushDisplayed(e.pts),this.shiftRowsUp_(),this.startPts_=e.pts;else if(t===this.BACKSPACE_)"popOn"===this.mode_?this.nonDisplayed_[this.row_]=this.nonDisplayed_[this.row_].slice(0,-1):this.displayed_[this.row_]=this.displayed_[this.row_].slice(0,-1);else if(t===this.ERASE_DISPLAYED_MEMORY_)this.flushDisplayed(e.pts),this.displayed_=u();else if(t===this.ERASE_NON_DISPLAYED_MEMORY_)this.nonDisplayed_=u();else if(t===this.RESUME_DIRECT_CAPTIONING_)"paintOn"!==this.mode_&&(this.flushDisplayed(e.pts),this.displayed_=u()),this.mode_="paintOn",this.startPts_=e.pts;else if(this.isSpecialCharacter(i,r))a=o((i=(3&i)<<8)|r),this[this.mode_](e.pts,a),this.column_++;else if(this.isExtCharacter(i,r))"popOn"===this.mode_?this.nonDisplayed_[this.row_]=this.nonDisplayed_[this.row_].slice(0,-1):this.displayed_[this.row_]=this.displayed_[this.row_].slice(0,-1),a=o((i=(3&i)<<8)|r),this[this.mode_](e.pts,a),this.column_++;else if(this.isMidRowCode(i,r))this.clearFormatting(e.pts),this[this.mode_](e.pts," "),this.column_++,14==(14&r)&&this.addFormatting(e.pts,["i"]),1==(1&r)&&this.addFormatting(e.pts,["u"]);else if(this.isOffsetControlCode(i,r))this.column_+=3&r;else if(this.isPAC(i,r)){var s=l.indexOf(7968&t);"rollUp"===this.mode_&&(s-this.rollUpRows_+1<0&&(s=this.rollUpRows_-1),this.setRollUp(e.pts,s)),s!==this.row_&&(this.clearFormatting(e.pts),this.row_=s),1&r&&-1===this.formatting_.indexOf("u")&&this.addFormatting(e.pts,["u"]),16==(16&t)&&(this.column_=4*((14&t)>>1)),this.isColorPAC(r)&&14==(14&r)&&this.addFormatting(e.pts,["i"])}else this.isNormalChar(i)&&(0===r&&(r=null),a=o(i),a+=o(r),this[this.mode_](e.pts,a),this.column_+=a.length)}else this.lastControlCode_=null}};c.prototype=new i,c.prototype.flushDisplayed=function(e){var t=this.displayed_.map(function(e){try{return e.trim()}catch(e){return console.error("Skipping malformed caption."),""}}).join("\n").replace(/^\n+|\n+$/g,"");t.length&&this.trigger("data",{startPts:this.startPts_,endPts:e,text:t,stream:this.name_})},c.prototype.reset=function(){this.mode_="popOn",this.topRow_=0,this.startPts_=0,this.displayed_=u(),this.nonDisplayed_=u(),this.lastControlCode_=null,this.column_=0,this.row_=14,this.rollUpRows_=2,this.formatting_=[]},c.prototype.setConstants=function(){0===this.dataChannel_?(this.BASE_=16,this.EXT_=17,this.CONTROL_=(20|this.field_)<<8,this.OFFSET_=23):1===this.dataChannel_&&(this.BASE_=24,this.EXT_=25,this.CONTROL_=(28|this.field_)<<8,this.OFFSET_=31),this.PADDING_=0,this.RESUME_CAPTION_LOADING_=32|this.CONTROL_,this.END_OF_CAPTION_=47|this.CONTROL_,this.ROLL_UP_2_ROWS_=37|this.CONTROL_,this.ROLL_UP_3_ROWS_=38|this.CONTROL_,this.ROLL_UP_4_ROWS_=39|this.CONTROL_,this.CARRIAGE_RETURN_=45|this.CONTROL_,this.RESUME_DIRECT_CAPTIONING_=41|this.CONTROL_,this.BACKSPACE_=33|this.CONTROL_,this.ERASE_DISPLAYED_MEMORY_=44|this.CONTROL_,this.ERASE_NON_DISPLAYED_MEMORY_=46|this.CONTROL_},c.prototype.isSpecialCharacter=function(e,t){return e===this.EXT_&&t>=48&&t<=63},c.prototype.isExtCharacter=function(e,t){return(e===this.EXT_+1||e===this.EXT_+2)&&t>=32&&t<=63},c.prototype.isMidRowCode=function(e,t){return e===this.EXT_&&t>=32&&t<=47},c.prototype.isOffsetControlCode=function(e,t){return e===this.OFFSET_&&t>=33&&t<=35},c.prototype.isPAC=function(e,t){return e>=this.BASE_&&e<this.BASE_+8&&t>=64&&t<=127},c.prototype.isColorPAC=function(e){return e>=64&&e<=79||e>=96&&e<=127},c.prototype.isNormalChar=function(e){return e>=32&&e<=127},c.prototype.setRollUp=function(e,t){if("rollUp"!==this.mode_&&(this.row_=14,this.mode_="rollUp",this.flushDisplayed(e),this.nonDisplayed_=u(),this.displayed_=u()),void 0!==t&&t!==this.row_)for(var n=0;n<this.rollUpRows_;n++)this.displayed_[t-n]=this.displayed_[this.row_-n],this.displayed_[this.row_-n]="";void 0===t&&(t=this.row_),this.topRow_=t-this.rollUpRows_+1},c.prototype.addFormatting=function(e,t){this.formatting_=this.formatting_.concat(t);var n=t.reduce(function(e,t){return e+"<"+t+">"},"");this[this.mode_](e,n)},c.prototype.clearFormatting=function(e){if(this.formatting_.length){var t=this.formatting_.reverse().reduce(function(e,t){return e+"</"+t+">"},"");this.formatting_=[],this[this.mode_](e,t)}},c.prototype.popOn=function(e,t){var n=this.nonDisplayed_[this.row_];n+=t,this.nonDisplayed_[this.row_]=n},c.prototype.rollUp=function(e,t){var n=this.displayed_[this.row_];n+=t,this.displayed_[this.row_]=n},c.prototype.shiftRowsUp_=function(){var e;for(e=0;e<this.topRow_;e++)this.displayed_[e]="";for(e=this.row_+1;e<15;e++)this.displayed_[e]="";for(e=this.topRow_;e<this.row_;e++)this.displayed_[e]=this.displayed_[e+1];this.displayed_[this.row_]=""},c.prototype.paintOn=function(e,t){var n=this.displayed_[this.row_];n+=t,this.displayed_[this.row_]=n},e.exports={CaptionStream:a,Cea608Stream:c}},function(e,t,n){"use strict";e.exports={parseSei:function(e){for(var t=0,n={payloadType:-1,payloadSize:0},i=0,r=0;t<e.byteLength&&128!==e[t];){for(;255===e[t];)i+=255,t++;for(i+=e[t++];255===e[t];)r+=255,t++;if(r+=e[t++],!n.payload&&4===i){n.payloadType=i,n.payloadSize=r,n.payload=e.subarray(t,t+r);break}t+=r,i=0,r=0}return n},parseUserData:function(e){return 181!==e.payload[0]?null:49!=(e.payload[1]<<8|e.payload[2])?null:"GA94"!==String.fromCharCode(e.payload[3],e.payload[4],e.payload[5],e.payload[6])?null:3!==e.payload[7]?null:e.payload.subarray(8,e.payload.length-1)},parseCaptionPackets:function(e,t){var n,i,r,a,s=[];if(!(64&t[0]))return s;for(i=31&t[0],n=0;n<i;n++)a={type:3&t[2+(r=3*n)],pts:e},4&t[r+2]&&(a.ccData=t[r+3]<<8|t[r+4],s.push(a));return s},discardEmulationPreventionBytes:function(e){for(var t,n,i=e.byteLength,r=[],a=1;a<i-2;)0===e[a]&&0===e[a+1]&&3===e[a+2]?(r.push(a+2),a+=2):a++;if(0===r.length)return e;t=i-r.length,n=new Uint8Array(t);var s=0;for(a=0;a<t;s++,a++)s===r[0]&&(s++,r.shift()),n[a]=e[s];return n},USER_DATA_REGISTERED_ITU_T_T35:4}},function(e,t,n){"use strict";var i=n(5),r=function(e,t){var n=1;for(e>t&&(n=-1);Math.abs(t-e)>4294967296;)e+=8589934592*n;return e},a=function(e){var t,n;a.prototype.init.call(this),this.type_=e,this.push=function(e){e.type===this.type_&&(void 0===n&&(n=e.dts),e.dts=r(e.dts,n),e.pts=r(e.pts,n),t=e.dts,this.trigger("data",e))},this.flush=function(){n=t,this.trigger("done")},this.discontinuity=function(){n=void 0,t=void 0}};a.prototype=new i,e.exports={TimestampRolloverStream:a,handleRollover:r}},function(e,t,n){"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map(function(t){var n=function(e,t){var n=e[1]||"",i=e[3];if(!i)return n;if(t&&"function"==typeof btoa){var r=(s=i,"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(s))))+" */"),a=i.sources.map(function(e){return"/*# sourceURL="+i.sourceRoot+e+" */"});return[n].concat(a).concat([r]).join("\n")}var s;return[n].join("\n")}(t,e);return t[2]?"@media "+t[2]+"{"+n+"}":n}).join("")},t.i=function(e,n){"string"==typeof e&&(e=[[null,e,""]]);for(var i={},r=0;r<this.length;r++){var a=this[r][0];null!=a&&(i[a]=!0)}for(r=0;r<e.length;r++){var s=e[r];null!=s[0]&&i[s[0]]||(n&&!s[2]?s[2]=n:n&&(s[2]="("+s[2]+") and ("+n+")"),t.push(s))}},t}},function(e,t,n){var i,r,a={},s=(i=function(){return window&&document&&document.all&&!window.atob},function(){return void 0===r&&(r=i.apply(this,arguments)),r}),o=function(e){var t={};return function(e,n){if("function"==typeof e)return e();if(void 0===t[e]){var i=function(e,t){return t?t.querySelector(e):document.querySelector(e)}.call(this,e,n);if(window.HTMLIFrameElement&&i instanceof window.HTMLIFrameElement)try{i=i.contentDocument.head}catch(e){i=null}t[e]=i}return t[e]}}(),l=null,u=0,c=[],d=n(53);function h(e,t){for(var n=0;n<e.length;n++){var i=e[n],r=a[i.id];if(r){r.refs++;for(var s=0;s<r.parts.length;s++)r.parts[s](i.parts[s]);for(;s<i.parts.length;s++)r.parts.push(y(i.parts[s],t))}else{var o=[];for(s=0;s<i.parts.length;s++)o.push(y(i.parts[s],t));a[i.id]={id:i.id,refs:1,parts:o}}}}function p(e,t){for(var n=[],i={},r=0;r<e.length;r++){var a=e[r],s=t.base?a[0]+t.base:a[0],o={css:a[1],media:a[2],sourceMap:a[3]};i[s]?i[s].parts.push(o):n.push(i[s]={id:s,parts:[o]})}return n}function f(e,t){var n=o(e.insertInto);if(!n)throw new Error("Couldn't find a style target. This probably means that the value for the 'insertInto' parameter is invalid.");var i=c[c.length-1];if("top"===e.insertAt)i?i.nextSibling?n.insertBefore(t,i.nextSibling):n.appendChild(t):n.insertBefore(t,n.firstChild),c.push(t);else if("bottom"===e.insertAt)n.appendChild(t);else{if("object"!=typeof e.insertAt||!e.insertAt.before)throw new Error("[Style Loader]\n\n Invalid value for parameter 'insertAt' ('options.insertAt') found.\n Must be 'top', 'bottom', or Object.\n (https://github.com/webpack-contrib/style-loader#insertat)\n");var r=o(e.insertAt.before,n);n.insertBefore(t,r)}}function m(e){if(null===e.parentNode)return!1;e.parentNode.removeChild(e);var t=c.indexOf(e);t>=0&&c.splice(t,1)}function g(e){var t=document.createElement("style");if(void 0===e.attrs.type&&(e.attrs.type="text/css"),void 0===e.attrs.nonce){var i=function(){0;return n.nc}();i&&(e.attrs.nonce=i)}return v(t,e.attrs),f(e,t),t}function v(e,t){Object.keys(t).forEach(function(n){e.setAttribute(n,t[n])})}function y(e,t){var n,i,r,a;if(t.transform&&e.css){if(!(a="function"==typeof t.transform?t.transform(e.css):t.transform.default(e.css)))return function(){};e.css=a}if(t.singleton){var s=u++;n=l||(l=g(t)),i=T.bind(null,n,s,!1),r=T.bind(null,n,s,!0)}else e.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(n=function(e){var t=document.createElement("link");return void 0===e.attrs.type&&(e.attrs.type="text/css"),e.attrs.rel="stylesheet",v(t,e.attrs),f(e,t),t}(t),i=function(e,t,n){var i=n.css,r=n.sourceMap,a=void 0===t.convertToAbsoluteUrls&&r;(t.convertToAbsoluteUrls||a)&&(i=d(i));r&&(i+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(r))))+" */");var s=new Blob([i],{type:"text/css"}),o=e.href;e.href=URL.createObjectURL(s),o&&URL.revokeObjectURL(o)}.bind(null,n,t),r=function(){m(n),n.href&&URL.revokeObjectURL(n.href)}):(n=g(t),i=function(e,t){var n=t.css,i=t.media;i&&e.setAttribute("media",i);if(e.styleSheet)e.styleSheet.cssText=n;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(n))}}.bind(null,n),r=function(){m(n)});return i(e),function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap)return;i(e=t)}else r()}}e.exports=function(e,t){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");(t=t||{}).attrs="object"==typeof t.attrs?t.attrs:{},t.singleton||"boolean"==typeof t.singleton||(t.singleton=s()),t.insertInto||(t.insertInto="head"),t.insertAt||(t.insertAt="bottom");var n=p(e,t);return h(n,t),function(e){for(var i=[],r=0;r<n.length;r++){var s=n[r];(o=a[s.id]).refs--,i.push(o)}e&&h(p(e,t),t);for(r=0;r<i.length;r++){var o;if(0===(o=i[r]).refs){for(var l=0;l<o.parts.length;l++)o.parts[l]();delete a[o.id]}}}};var b,_=(b=[],function(e,t){return b[e]=t,b.filter(Boolean).join("\n")});function T(e,t,n,i){var r=n?"":i.css;if(e.styleSheet)e.styleSheet.cssText=_(t,r);else{var a=document.createTextNode(r),s=e.childNodes;s[t]&&e.removeChild(s[t]),s.length?e.insertBefore(a,s[t]):e.appendChild(a)}}},function(e,t){e.exports=function(e,t){var n,i=null;try{n=JSON.parse(e,t)}catch(e){i=e}return[i,n]}},function(e,t,n){var i=n(7),r=e.exports={WebVTT:n(20),VTTCue:n(21),VTTRegion:n(22)};i.vttjs=r,i.WebVTT=r.WebVTT;var a=r.VTTCue,s=r.VTTRegion,o=i.VTTCue,l=i.VTTRegion;r.shim=function(){i.VTTCue=a,i.VTTRegion=s},r.restore=function(){i.VTTCue=o,i.VTTRegion=l},i.VTTCue||r.shim()},function(e,t){var n=Object.create||function(){function e(){}return function(t){if(1!==arguments.length)throw new Error("Object.create shim only accepts one parameter.");return e.prototype=t,new e}}();function i(e,t){this.name="ParsingError",this.code=e.code,this.message=t||e.message}function r(e){function t(e,t,n,i){return 3600*(0|e)+60*(0|t)+(0|n)+(0|i)/1e3}var n=e.match(/^(\d+):(\d{2})(:\d{2})?\.(\d{3})/);return n?n[3]?t(n[1],n[2],n[3].replace(":",""),n[4]):n[1]>59?t(n[1],n[2],0,n[4]):t(0,n[1],n[2],n[4]):null}function a(){this.values=n(null)}function s(e,t,n,i){var r=i?e.split(i):[e];for(var a in r)if("string"==typeof r[a]){var s=r[a].split(n);if(2===s.length)t(s[0],s[1])}}function o(e,t,n){var o=e;function l(){var t=r(e);if(null===t)throw new i(i.Errors.BadTimeStamp,"Malformed timestamp: "+o);return e=e.replace(/^[^\sa-zA-Z-]+/,""),t}function u(){e=e.replace(/^\s+/,"")}if(u(),t.startTime=l(),u(),"--\x3e"!==e.substr(0,3))throw new i(i.Errors.BadTimeStamp,"Malformed time stamp (time stamps must be separated by '--\x3e'): "+o);e=e.substr(3),u(),t.endTime=l(),u(),function(e,t){var i=new a;s(e,function(e,t){switch(e){case"region":for(var r=n.length-1;r>=0;r--)if(n[r].id===t){i.set(e,n[r].region);break}break;case"vertical":i.alt(e,t,["rl","lr"]);break;case"line":var a=t.split(","),s=a[0];i.integer(e,s),i.percent(e,s)&&i.set("snapToLines",!1),i.alt(e,s,["auto"]),2===a.length&&i.alt("lineAlign",a[1],["start","middle","end"]);break;case"position":a=t.split(","),i.percent(e,a[0]),2===a.length&&i.alt("positionAlign",a[1],["start","middle","end"]);break;case"size":i.percent(e,t);break;case"align":i.alt(e,t,["start","middle","end","left","right"])}},/:/,/\s/),t.region=i.get("region",null),t.vertical=i.get("vertical",""),t.line=i.get("line","auto"),t.lineAlign=i.get("lineAlign","start"),t.snapToLines=i.get("snapToLines",!0),t.size=i.get("size",100),t.align=i.get("align","middle"),t.position=i.get("position",{start:0,left:0,middle:50,end:100,right:100},t.align),t.positionAlign=i.get("positionAlign",{start:"start",left:"start",middle:"middle",end:"end",right:"end"},t.align)}(e,t)}i.prototype=n(Error.prototype),i.prototype.constructor=i,i.Errors={BadSignature:{code:0,message:"Malformed WebVTT signature."},BadTimeStamp:{code:1,message:"Malformed time stamp."}},a.prototype={set:function(e,t){this.get(e)||""===t||(this.values[e]=t)},get:function(e,t,n){return n?this.has(e)?this.values[e]:t[n]:this.has(e)?this.values[e]:t},has:function(e){return e in this.values},alt:function(e,t,n){for(var i=0;i<n.length;++i)if(t===n[i]){this.set(e,t);break}},integer:function(e,t){/^-?\d+$/.test(t)&&this.set(e,parseInt(t,10))},percent:function(e,t){return!!(t.match(/^([\d]{1,3})(\.[\d]*)?%$/)&&(t=parseFloat(t))>=0&&t<=100)&&(this.set(e,t),!0)}};var l={"&amp;":"&","&lt;":"<","&gt;":">","&lrm;":"‎","&rlm;":"‏","&nbsp;":" "},u={c:"span",i:"i",b:"b",u:"u",ruby:"ruby",rt:"rt",v:"span",lang:"span"},c={v:"title",lang:"lang"},d={rt:"ruby"};function h(e,t){function n(){if(!t)return null;var e,n=t.match(/^([^<]*)(<[^>]*>?)?/);return e=n[1]?n[1]:n[2],t=t.substr(e.length),e}function i(e){return l[e]}function a(e){for(;y=e.match(/&(amp|lt|gt|lrm|rlm|nbsp);/);)e=e.replace(y[0],i);return e}function s(e,t){return!d[t.localName]||d[t.localName]===e.localName}function o(t,n){var i=u[t];if(!i)return null;var r=e.document.createElement(i);r.localName=i;var a=c[t];return a&&n&&(r[a]=n.trim()),r}for(var h,p=e.document.createElement("div"),f=p,m=[];null!==(h=n());)if("<"!==h[0])f.appendChild(e.document.createTextNode(a(h)));else{if("/"===h[1]){m.length&&m[m.length-1]===h.substr(2).replace(">","")&&(m.pop(),f=f.parentNode);continue}var g,v=r(h.substr(1,h.length-2));if(v){g=e.document.createProcessingInstruction("timestamp",v),f.appendChild(g);continue}var y=h.match(/^<([^.\s/0-9>]+)(\.[^\s\\>]+)?([^>\\]+)?(\\?)>?$/);if(!y)continue;if(!(g=o(y[1],y[3])))continue;if(!s(f,g))continue;y[2]&&(g.className=y[2].substr(1).replace("."," ")),m.push(y[1]),f.appendChild(g),f=g}return p}var p=[[1470,1470],[1472,1472],[1475,1475],[1478,1478],[1488,1514],[1520,1524],[1544,1544],[1547,1547],[1549,1549],[1563,1563],[1566,1610],[1645,1647],[1649,1749],[1765,1766],[1774,1775],[1786,1805],[1807,1808],[1810,1839],[1869,1957],[1969,1969],[1984,2026],[2036,2037],[2042,2042],[2048,2069],[2074,2074],[2084,2084],[2088,2088],[2096,2110],[2112,2136],[2142,2142],[2208,2208],[2210,2220],[8207,8207],[64285,64285],[64287,64296],[64298,64310],[64312,64316],[64318,64318],[64320,64321],[64323,64324],[64326,64449],[64467,64829],[64848,64911],[64914,64967],[65008,65020],[65136,65140],[65142,65276],[67584,67589],[67592,67592],[67594,67637],[67639,67640],[67644,67644],[67647,67669],[67671,67679],[67840,67867],[67872,67897],[67903,67903],[67968,68023],[68030,68031],[68096,68096],[68112,68115],[68117,68119],[68121,68147],[68160,68167],[68176,68184],[68192,68223],[68352,68405],[68416,68437],[68440,68466],[68472,68479],[68608,68680],[126464,126467],[126469,126495],[126497,126498],[126500,126500],[126503,126503],[126505,126514],[126516,126519],[126521,126521],[126523,126523],[126530,126530],[126535,126535],[126537,126537],[126539,126539],[126541,126543],[126545,126546],[126548,126548],[126551,126551],[126553,126553],[126555,126555],[126557,126557],[126559,126559],[126561,126562],[126564,126564],[126567,126570],[126572,126578],[126580,126583],[126585,126588],[126590,126590],[126592,126601],[126603,126619],[126625,126627],[126629,126633],[126635,126651],[1114109,1114109]];function f(e){for(var t=0;t<p.length;t++){var n=p[t];if(e>=n[0]&&e<=n[1])return!0}return!1}function m(e){var t=[],n="";if(!e||!e.childNodes)return"ltr";function i(e,t){for(var n=t.childNodes.length-1;n>=0;n--)e.push(t.childNodes[n])}function r(e){if(!e||!e.length)return null;var t=e.pop(),n=t.textContent||t.innerText;if(n){var a=n.match(/^.*(\n|\r)/);return a?(e.length=0,a[0]):n}return"ruby"===t.tagName?r(e):t.childNodes?(i(e,t),r(e)):void 0}for(i(t,e);n=r(t);)for(var a=0;a<n.length;a++)if(f(n.charCodeAt(a)))return"rtl";return"ltr"}function g(){}function v(e,t,n){g.call(this),this.cue=t,this.cueDiv=h(e,t.text);var i={color:"rgba(255, 255, 255, 1)",backgroundColor:"rgba(0, 0, 0, 0.8)",position:"relative",left:0,right:0,top:0,bottom:0,display:"inline",writingMode:""===t.vertical?"horizontal-tb":"lr"===t.vertical?"vertical-lr":"vertical-rl",unicodeBidi:"plaintext"};this.applyStyles(i,this.cueDiv),this.div=e.document.createElement("div"),i={direction:m(this.cueDiv),writingMode:""===t.vertical?"horizontal-tb":"lr"===t.vertical?"vertical-lr":"vertical-rl",unicodeBidi:"plaintext",textAlign:"middle"===t.align?"center":t.align,font:n.font,whiteSpace:"pre-line",position:"absolute"},this.applyStyles(i),this.div.appendChild(this.cueDiv);var r=0;switch(t.positionAlign){case"start":r=t.position;break;case"middle":r=t.position-t.size/2;break;case"end":r=t.position-t.size}""===t.vertical?this.applyStyles({left:this.formatStyle(r,"%"),width:this.formatStyle(t.size,"%")}):this.applyStyles({top:this.formatStyle(r,"%"),height:this.formatStyle(t.size,"%")}),this.move=function(e){this.applyStyles({top:this.formatStyle(e.top,"px"),bottom:this.formatStyle(e.bottom,"px"),left:this.formatStyle(e.left,"px"),right:this.formatStyle(e.right,"px"),height:this.formatStyle(e.height,"px"),width:this.formatStyle(e.width,"px")})}}function y(e){var t,n,i,r;if(e.div){n=e.div.offsetHeight,i=e.div.offsetWidth,r=e.div.offsetTop;var a=(a=e.div.childNodes)&&(a=a[0])&&a.getClientRects&&a.getClientRects();e=e.div.getBoundingClientRect(),t=a?Math.max(a[0]&&a[0].height||0,e.height/a.length):0}this.left=e.left,this.right=e.right,this.top=e.top||r,this.height=e.height||n,this.bottom=e.bottom||r+(e.height||n),this.width=e.width||i,this.lineHeight=void 0!==t?t:e.lineHeight}function b(e,t,n,i){var r=new y(t),a=t.cue,s=function(e){if("number"==typeof e.line&&(e.snapToLines||e.line>=0&&e.line<=100))return e.line;if(!e.track||!e.track.textTrackList||!e.track.textTrackList.mediaElement)return-1;for(var t=e.track,n=t.textTrackList,i=0,r=0;r<n.length&&n[r]!==t;r++)"showing"===n[r].mode&&i++;return-1*++i}(a),o=[];if(a.snapToLines){var l;switch(a.vertical){case"":o=["+y","-y"],l="height";break;case"rl":o=["+x","-x"],l="width";break;case"lr":o=["-x","+x"],l="width"}var u=r.lineHeight,c=u*Math.round(s),d=n[l]+u,h=o[0];Math.abs(c)>d&&(c=c<0?-1:1,c*=Math.ceil(d/u)*u),s<0&&(c+=""===a.vertical?n.height:n.width,o=o.reverse()),r.move(h,c)}else{var p=r.lineHeight/n.height*100;switch(a.lineAlign){case"middle":s-=p/2;break;case"end":s-=p}switch(a.vertical){case"":t.applyStyles({top:t.formatStyle(s,"%")});break;case"rl":t.applyStyles({left:t.formatStyle(s,"%")});break;case"lr":t.applyStyles({right:t.formatStyle(s,"%")})}o=["+y","-x","+x","-y"],r=new y(t)}var f=function(e,t){for(var r,a=new y(e),s=1,o=0;o<t.length;o++){for(;e.overlapsOppositeAxis(n,t[o])||e.within(n)&&e.overlapsAny(i);)e.move(t[o]);if(e.within(n))return e;var l=e.intersectPercentage(n);s>l&&(r=new y(e),s=l),e=new y(a)}return r||a}(r,o);t.move(f.toCSSCompatValues(n))}function _(){}g.prototype.applyStyles=function(e,t){for(var n in t=t||this.div,e)e.hasOwnProperty(n)&&(t.style[n]=e[n])},g.prototype.formatStyle=function(e,t){return 0===e?0:e+t},v.prototype=n(g.prototype),v.prototype.constructor=v,y.prototype.move=function(e,t){switch(t=void 0!==t?t:this.lineHeight,e){case"+x":this.left+=t,this.right+=t;break;case"-x":this.left-=t,this.right-=t;break;case"+y":this.top+=t,this.bottom+=t;break;case"-y":this.top-=t,this.bottom-=t}},y.prototype.overlaps=function(e){return this.left<e.right&&this.right>e.left&&this.top<e.bottom&&this.bottom>e.top},y.prototype.overlapsAny=function(e){for(var t=0;t<e.length;t++)if(this.overlaps(e[t]))return!0;return!1},y.prototype.within=function(e){return this.top>=e.top&&this.bottom<=e.bottom&&this.left>=e.left&&this.right<=e.right},y.prototype.overlapsOppositeAxis=function(e,t){switch(t){case"+x":return this.left<e.left;case"-x":return this.right>e.right;case"+y":return this.top<e.top;case"-y":return this.bottom>e.bottom}},y.prototype.intersectPercentage=function(e){return Math.max(0,Math.min(this.right,e.right)-Math.max(this.left,e.left))*Math.max(0,Math.min(this.bottom,e.bottom)-Math.max(this.top,e.top))/(this.height*this.width)},y.prototype.toCSSCompatValues=function(e){return{top:this.top-e.top,bottom:e.bottom-this.bottom,left:this.left-e.left,right:e.right-this.right,height:this.height,width:this.width}},y.getSimpleBoxPosition=function(e){var t=e.div?e.div.offsetHeight:e.tagName?e.offsetHeight:0,n=e.div?e.div.offsetWidth:e.tagName?e.offsetWidth:0,i=e.div?e.div.offsetTop:e.tagName?e.offsetTop:0;return{left:(e=e.div?e.div.getBoundingClientRect():e.tagName?e.getBoundingClientRect():e).left,right:e.right,top:e.top||i,height:e.height||t,bottom:e.bottom||i+(e.height||t),width:e.width||n}},_.StringDecoder=function(){return{decode:function(e){if(!e)return"";if("string"!=typeof e)throw new Error("Error - expected string data.");return decodeURIComponent(encodeURIComponent(e))}}},_.convertCueToDOMTree=function(e,t){return e&&t?h(e,t):null};_.processCues=function(e,t,n){if(!e||!t||!n)return null;for(;n.firstChild;)n.removeChild(n.firstChild);var i=e.document.createElement("div");if(i.style.position="absolute",i.style.left="0",i.style.right="0",i.style.top="0",i.style.bottom="0",i.style.margin="1.5%",n.appendChild(i),function(e){for(var t=0;t<e.length;t++)if(e[t].hasBeenReset||!e[t].displayState)return!0;return!1}(t)){var r=[],a=y.getSimpleBoxPosition(i),s={font:Math.round(.05*a.height*100)/100+"px sans-serif"};!function(){for(var n,o,l=0;l<t.length;l++)o=t[l],n=new v(e,o,s),i.appendChild(n.div),b(0,n,a,r),o.displayState=n.div,r.push(y.getSimpleBoxPosition(n))}()}else for(var o=0;o<t.length;o++)i.appendChild(t[o].displayState)},_.Parser=function(e,t,n){n||(n=t,t={}),t||(t={}),this.window=e,this.vttjs=t,this.state="INITIAL",this.buffer="",this.decoder=n||new TextDecoder("utf8"),this.regionList=[]},_.Parser.prototype={reportOrThrowError:function(e){if(!(e instanceof i))throw e;this.onparsingerror&&this.onparsingerror(e)},parse:function(e){var t=this;function n(){for(var e=t.buffer,n=0;n<e.length&&"\r"!==e[n]&&"\n"!==e[n];)++n;var i=e.substr(0,n);return"\r"===e[n]&&++n,"\n"===e[n]&&++n,t.buffer=e.substr(n),i}function l(e){e.match(/X-TIMESTAMP-MAP/)?s(e,function(e,n){switch(e){case"X-TIMESTAMP-MAP":i=n,o=new a,s(i,function(e,t){switch(e){case"MPEGT":o.integer(e+"S",t);break;case"LOCA":o.set(e+"L",r(t))}},/[^\d]:/,/,/),t.ontimestampmap&&t.ontimestampmap({MPEGTS:o.get("MPEGTS"),LOCAL:o.get("LOCAL")})}var i,o},/=/):s(e,function(e,n){switch(e){case"Region":!function(e){var n=new a;if(s(e,function(e,t){switch(e){case"id":n.set(e,t);break;case"width":n.percent(e,t);break;case"lines":n.integer(e,t);break;case"regionanchor":case"viewportanchor":var i=t.split(",");if(2!==i.length)break;var r=new a;if(r.percent("x",i[0]),r.percent("y",i[1]),!r.has("x")||!r.has("y"))break;n.set(e+"X",r.get("x")),n.set(e+"Y",r.get("y"));break;case"scroll":n.alt(e,t,["up"])}},/=/,/\s/),n.has("id")){var i=new(t.vttjs.VTTRegion||t.window.VTTRegion);i.width=n.get("width",100),i.lines=n.get("lines",3),i.regionAnchorX=n.get("regionanchorX",0),i.regionAnchorY=n.get("regionanchorY",100),i.viewportAnchorX=n.get("viewportanchorX",0),i.viewportAnchorY=n.get("viewportanchorY",100),i.scroll=n.get("scroll",""),t.onregion&&t.onregion(i),t.regionList.push({id:n.get("id"),region:i})}}(n)}},/:/)}e&&(t.buffer+=t.decoder.decode(e,{stream:!0}));try{var u;if("INITIAL"===t.state){if(!/\r\n|\n/.test(t.buffer))return this;var c=(u=n()).match(/^WEBVTT([ \t].*)?$/);if(!c||!c[0])throw new i(i.Errors.BadSignature);t.state="HEADER"}for(var d=!1;t.buffer;){if(!/\r\n|\n/.test(t.buffer))return this;switch(d?d=!1:u=n(),t.state){case"HEADER":/:/.test(u)?l(u):u||(t.state="ID");continue;case"NOTE":u||(t.state="ID");continue;case"ID":if(/^NOTE($|[ \t])/.test(u)){t.state="NOTE";break}if(!u)continue;if(t.cue=new(t.vttjs.VTTCue||t.window.VTTCue)(0,0,""),t.state="CUE",-1===u.indexOf("--\x3e")){t.cue.id=u;continue}case"CUE":try{o(u,t.cue,t.regionList)}catch(e){t.reportOrThrowError(e),t.cue=null,t.state="BADCUE";continue}t.state="CUETEXT";continue;case"CUETEXT":var h=-1!==u.indexOf("--\x3e");if(!u||h&&(d=!0)){t.oncue&&t.oncue(t.cue),t.cue=null,t.state="ID";continue}t.cue.text&&(t.cue.text+="\n"),t.cue.text+=u;continue;case"BADCUE":u||(t.state="ID");continue}}}catch(e){t.reportOrThrowError(e),"CUETEXT"===t.state&&t.cue&&t.oncue&&t.oncue(t.cue),t.cue=null,t.state="INITIAL"===t.state?"BADWEBVTT":"BADCUE"}return this},flush:function(){try{if(this.buffer+=this.decoder.decode(),(this.cue||"HEADER"===this.state)&&(this.buffer+="\n\n",this.parse()),"INITIAL"===this.state)throw new i(i.Errors.BadSignature)}catch(e){this.reportOrThrowError(e)}return this.onflush&&this.onflush(),this}},e.exports=_},function(e,t){var n="auto",i={"":1,lr:1,rl:1},r={start:1,middle:1,end:1,left:1,right:1};function a(e){return"string"==typeof e&&(!!r[e.toLowerCase()]&&e.toLowerCase())}function s(e,t,r){this.hasBeenReset=!1;var s="",o=!1,l=e,u=t,c=r,d=null,h="",p=!0,f="auto",m="start",g=50,v="middle",y=50,b="middle";Object.defineProperties(this,{id:{enumerable:!0,get:function(){return s},set:function(e){s=""+e}},pauseOnExit:{enumerable:!0,get:function(){return o},set:function(e){o=!!e}},startTime:{enumerable:!0,get:function(){return l},set:function(e){if("number"!=typeof e)throw new TypeError("Start time must be set to a number.");l=e,this.hasBeenReset=!0}},endTime:{enumerable:!0,get:function(){return u},set:function(e){if("number"!=typeof e)throw new TypeError("End time must be set to a number.");u=e,this.hasBeenReset=!0}},text:{enumerable:!0,get:function(){return c},set:function(e){c=""+e,this.hasBeenReset=!0}},region:{enumerable:!0,get:function(){return d},set:function(e){d=e,this.hasBeenReset=!0}},vertical:{enumerable:!0,get:function(){return h},set:function(e){var t=function(e){return"string"==typeof e&&!!i[e.toLowerCase()]&&e.toLowerCase()}(e);if(!1===t)throw new SyntaxError("An invalid or illegal string was specified.");h=t,this.hasBeenReset=!0}},snapToLines:{enumerable:!0,get:function(){return p},set:function(e){p=!!e,this.hasBeenReset=!0}},line:{enumerable:!0,get:function(){return f},set:function(e){if("number"!=typeof e&&e!==n)throw new SyntaxError("An invalid number or illegal string was specified.");f=e,this.hasBeenReset=!0}},lineAlign:{enumerable:!0,get:function(){return m},set:function(e){var t=a(e);if(!t)throw new SyntaxError("An invalid or illegal string was specified.");m=t,this.hasBeenReset=!0}},position:{enumerable:!0,get:function(){return g},set:function(e){if(e<0||e>100)throw new Error("Position must be between 0 and 100.");g=e,this.hasBeenReset=!0}},positionAlign:{enumerable:!0,get:function(){return v},set:function(e){var t=a(e);if(!t)throw new SyntaxError("An invalid or illegal string was specified.");v=t,this.hasBeenReset=!0}},size:{enumerable:!0,get:function(){return y},set:function(e){if(e<0||e>100)throw new Error("Size must be between 0 and 100.");y=e,this.hasBeenReset=!0}},align:{enumerable:!0,get:function(){return b},set:function(e){var t=a(e);if(!t)throw new SyntaxError("An invalid or illegal string was specified.");b=t,this.hasBeenReset=!0}}}),this.displayState=void 0}s.prototype.getCueAsHTML=function(){return WebVTT.convertCueToDOMTree(window,this.text)},e.exports=s},function(e,t){var n={"":!0,up:!0};function i(e){return"number"==typeof e&&e>=0&&e<=100}e.exports=function(){var e=100,t=3,r=0,a=100,s=0,o=100,l="";Object.defineProperties(this,{width:{enumerable:!0,get:function(){return e},set:function(t){if(!i(t))throw new Error("Width must be between 0 and 100.");e=t}},lines:{enumerable:!0,get:function(){return t},set:function(e){if("number"!=typeof e)throw new TypeError("Lines must be set to a number.");t=e}},regionAnchorY:{enumerable:!0,get:function(){return a},set:function(e){if(!i(e))throw new Error("RegionAnchorX must be between 0 and 100.");a=e}},regionAnchorX:{enumerable:!0,get:function(){return r},set:function(e){if(!i(e))throw new Error("RegionAnchorY must be between 0 and 100.");r=e}},viewportAnchorY:{enumerable:!0,get:function(){return o},set:function(e){if(!i(e))throw new Error("ViewportAnchorY must be between 0 and 100.");o=e}},viewportAnchorX:{enumerable:!0,get:function(){return s},set:function(e){if(!i(e))throw new Error("ViewportAnchorX must be between 0 and 100.");s=e}},scroll:{enumerable:!0,get:function(){return l},set:function(e){var t=function(e){return"string"==typeof e&&!!n[e.toLowerCase()]&&e.toLowerCase()}(e);if(!1===t)throw new SyntaxError("An invalid or illegal string was specified.");l=t}}})}},function(e,t){function n(e){return e.replace(/\n\r?\s*/g,"")}e.exports=function(e){for(var t="",i=0;i<arguments.length;i++)t+=n(e[i])+(arguments[i+1]||"");return t}},function(e,t,n){"use strict";var i=n(7),r=n(25),a=n(26),s=n(30);function o(e,t,n){var i=e;return r(t)?(n=t,"string"==typeof e&&(i={uri:e})):i=s(t,{uri:e}),i.callback=n,i}function l(e,t,n){return u(t=o(e,t,n))}function u(e){if(void 0===e.callback)throw new Error("callback argument missing");var t=!1,n=function(n,i,r){t||(t=!0,e.callback(n,i,r))};function i(){var e=void 0;if(e=c.response?c.response:c.responseText||function(e){if("document"===e.responseType)return e.responseXML;var t=e.responseXML&&"parsererror"===e.responseXML.documentElement.nodeName;if(""===e.responseType&&!t)return e.responseXML;return null}(c),v)try{e=JSON.parse(e)}catch(e){}return e}function r(e){return clearTimeout(d),e instanceof Error||(e=new Error(""+(e||"Unknown XMLHttpRequest Error"))),e.statusCode=0,n(e,y)}function s(){if(!u){var t;clearTimeout(d),t=e.useXDR&&void 0===c.status?200:1223===c.status?204:c.status;var r=y,s=null;return 0!==t?(r={body:i(),statusCode:t,method:p,headers:{},url:h,rawRequest:c},c.getAllResponseHeaders&&(r.headers=a(c.getAllResponseHeaders()))):s=new Error("Internal XMLHttpRequest Error"),n(s,r,r.body)}}var o,u,c=e.xhr||null;c||(c=e.cors||e.useXDR?new l.XDomainRequest:new l.XMLHttpRequest);var d,h=c.url=e.uri||e.url,p=c.method=e.method||"GET",f=e.body||e.data,m=c.headers=e.headers||{},g=!!e.sync,v=!1,y={body:void 0,headers:{},statusCode:0,method:p,url:h,rawRequest:c};if("json"in e&&!1!==e.json&&(v=!0,m.accept||m.Accept||(m.Accept="application/json"),"GET"!==p&&"HEAD"!==p&&(m["content-type"]||m["Content-Type"]||(m["Content-Type"]="application/json"),f=JSON.stringify(!0===e.json?f:e.json))),c.onreadystatechange=function(){4===c.readyState&&setTimeout(s,0)},c.onload=s,c.onerror=r,c.onprogress=function(){},c.onabort=function(){u=!0},c.ontimeout=r,c.open(p,h,!g,e.username,e.password),g||(c.withCredentials=!!e.withCredentials),!g&&e.timeout>0&&(d=setTimeout(function(){if(!u){u=!0,c.abort("timeout");var e=new Error("XMLHttpRequest timeout");e.code="ETIMEDOUT",r(e)}},e.timeout)),c.setRequestHeader)for(o in m)m.hasOwnProperty(o)&&c.setRequestHeader(o,m[o]);else if(e.headers&&!function(e){for(var t in e)if(e.hasOwnProperty(t))return!1;return!0}(e.headers))throw new Error("Headers cannot be set on an XDomainRequest object");return"responseType"in e&&(c.responseType=e.responseType),"beforeSend"in e&&"function"==typeof e.beforeSend&&e.beforeSend(c),c.send(f||null),c}e.exports=l,l.XMLHttpRequest=i.XMLHttpRequest||function(){},l.XDomainRequest="withCredentials"in new l.XMLHttpRequest?l.XMLHttpRequest:i.XDomainRequest,function(e,t){for(var n=0;n<e.length;n++)t(e[n])}(["get","put","post","patch","head","delete"],function(e){l["delete"===e?"del":e]=function(t,n,i){return(n=o(t,n,i)).method=e.toUpperCase(),u(n)}})},function(e,t){e.exports=function(e){var t=n.call(e);return"[object Function]"===t||"function"==typeof e&&"[object RegExp]"!==t||"undefined"!=typeof window&&(e===window.setTimeout||e===window.alert||e===window.confirm||e===window.prompt)};var n=Object.prototype.toString},function(e,t,n){var i=n(27),r=n(28);e.exports=function(e){if(!e)return{};var t={};return r(i(e).split("\n"),function(e){var n,r=e.indexOf(":"),a=i(e.slice(0,r)).toLowerCase(),s=i(e.slice(r+1));void 0===t[a]?t[a]=s:(n=t[a],"[object Array]"===Object.prototype.toString.call(n)?t[a].push(s):t[a]=[t[a],s])}),t}},function(e,t){(t=e.exports=function(e){return e.replace(/^\s*|\s*$/g,"")}).left=function(e){return e.replace(/^\s*/,"")},t.right=function(e){return e.replace(/\s*$/,"")}},function(e,t,n){"use strict";var i=n(29),r=Object.prototype.toString,a=Object.prototype.hasOwnProperty;e.exports=function(e,t,n){if(!i(t))throw new TypeError("iterator must be a function");var s;arguments.length>=3&&(s=n),"[object Array]"===r.call(e)?function(e,t,n){for(var i=0,r=e.length;i<r;i++)a.call(e,i)&&(null==n?t(e[i],i,e):t.call(n,e[i],i,e))}(e,t,s):"string"==typeof e?function(e,t,n){for(var i=0,r=e.length;i<r;i++)null==n?t(e.charAt(i),i,e):t.call(n,e.charAt(i),i,e)}(e,t,s):function(e,t,n){for(var i in e)a.call(e,i)&&(null==n?t(e[i],i,e):t.call(n,e[i],i,e))}(e,t,s)}},function(e,t,n){"use strict";var i=Function.prototype.toString,r=/^\s*class\b/,a=function(e){try{var t=i.call(e);return r.test(t)}catch(e){return!1}},s=Object.prototype.toString,o="function"==typeof Symbol&&"symbol"==typeof Symbol.toStringTag;e.exports=function(e){if(!e)return!1;if("function"!=typeof e&&"object"!=typeof e)return!1;if("function"==typeof e&&!e.prototype)return!0;if(o)return function(e){try{return!a(e)&&(i.call(e),!0)}catch(e){return!1}}(e);if(a(e))return!1;var t=s.call(e);return"[object Function]"===t||"[object GeneratorFunction]"===t}},function(e,t){e.exports=function(){for(var e={},t=0;t<arguments.length;t++){var i=arguments[t];for(var r in i)n.call(i,r)&&(e[r]=i[r])}return e};var n=Object.prototype.hasOwnProperty},function(e,t,n){var i,r,a,s,o;i=/^((?:[a-zA-Z0-9+\-.]+:)?)(\/\/[^\/?#]*)?((?:[^\/\?#]*\/)*.*?)??(;.*?)?(\?.*?)?(#.*?)?$/,r=/^([^\/?#]*)(.*)$/,a=/(?:\/|^)\.(?=\/)/g,s=/(?:\/|^)\.\.\/(?!\.\.\/).*?(?=\/)/g,o={buildAbsoluteURL:function(e,t,n){if(n=n||{},e=e.trim(),!(t=t.trim())){if(!n.alwaysNormalize)return e;var i=o.parseURL(e);if(!i)throw new Error("Error trying to parse base URL.");return i.path=o.normalizePath(i.path),o.buildURLFromParts(i)}var a=o.parseURL(t);if(!a)throw new Error("Error trying to parse relative URL.");if(a.scheme)return n.alwaysNormalize?(a.path=o.normalizePath(a.path),o.buildURLFromParts(a)):t;var s=o.parseURL(e);if(!s)throw new Error("Error trying to parse base URL.");if(!s.netLoc&&s.path&&"/"!==s.path[0]){var l=r.exec(s.path);s.netLoc=l[1],s.path=l[2]}s.netLoc&&!s.path&&(s.path="/");var u={scheme:s.scheme,netLoc:a.netLoc,path:null,params:a.params,query:a.query,fragment:a.fragment};if(!a.netLoc&&(u.netLoc=s.netLoc,"/"!==a.path[0]))if(a.path){var c=s.path,d=c.substring(0,c.lastIndexOf("/")+1)+a.path;u.path=o.normalizePath(d)}else u.path=s.path,a.params||(u.params=s.params,a.query||(u.query=s.query));return null===u.path&&(u.path=n.alwaysNormalize?o.normalizePath(a.path):a.path),o.buildURLFromParts(u)},parseURL:function(e){var t=i.exec(e);return t?{scheme:t[1]||"",netLoc:t[2]||"",path:t[3]||"",params:t[4]||"",query:t[5]||"",fragment:t[6]||""}:null},normalizePath:function(e){for(e=e.split("").reverse().join("").replace(a,"");e.length!==(e=e.replace(s,"")).length;);return e.split("").reverse().join("")},buildURLFromParts:function(e){return e.scheme+e.netLoc+e.path+e.params+e.query+e.fragment}},e.exports=o},function(e,t,n){(function(t){var i,r=void 0!==t?t:"undefined"!=typeof window?window:{},a=n(33);"undefined"!=typeof document?i=document:(i=r["__GLOBAL_DOCUMENT_CACHE@4"])||(i=r["__GLOBAL_DOCUMENT_CACHE@4"]=a),e.exports=i}).call(this,n(9))},,function(e,t,n){"use strict";(function(e){n.d(t,"a",function(){return G}),n.d(t,"b",function(){return W});var i=n(7),r=n.n(i),a=function(e){return!!e&&"object"==typeof e},s=function e(){for(var t=arguments.length,n=new Array(t),i=0;i<t;i++)n[i]=arguments[i];return n.reduce(function(t,n){return Object.keys(n).forEach(function(i){Array.isArray(t[i])&&Array.isArray(n[i])?t[i]=t[i].concat(n[i]):a(t[i])&&a(n[i])?t[i]=e(t[i],n[i]):t[i]=n[i]}),t},{})},o=function(e){return e.reduce(function(e,t){return e.concat(t)},[])},l=function(e){if(!e.length)return[];for(var t=[],n=0;n<e.length;n++)t.push(e[n]);return t},u=function(e){var t;return(t=e.reduce(function(e,t){var n,i=t.attributes.id+(t.attributes.lang||"");e[i]?(t.segments[0].discontinuity=!0,(n=e[i].segments).push.apply(n,t.segments),t.attributes.contentProtection&&(e[i].attributes.contentProtection=t.attributes.contentProtection)):e[i]=t;return e},{}),Object.keys(t).map(function(e){return t[e]})).map(function(e){var t,n;return e.discontinuityStarts=(t=e.segments,n="discontinuity",t.reduce(function(e,t,i){return t[n]&&e.push(i),e},[])),e})},c=function(e){var t,n=e.attributes,i=e.segments,r={attributes:(t={NAME:n.id,BANDWIDTH:n.bandwidth,CODECS:n.codecs},t["PROGRAM-ID"]=1,t),uri:"",endList:"static"===(n.type||"static"),timeline:n.periodIndex,resolvedUri:"",targetDuration:n.duration,segments:i,mediaSequence:i.length?i[0].number:1};return n.contentProtection&&(r.contentProtection=n.contentProtection),r},d=function(e){var t,n=e.attributes,i=e.segments,r={attributes:(t={NAME:n.id,AUDIO:"audio",SUBTITLES:"subs",RESOLUTION:{width:n.width,height:n.height},CODECS:n.codecs,BANDWIDTH:n.bandwidth},t["PROGRAM-ID"]=1,t),uri:"",endList:"static"===(n.type||"static"),timeline:n.periodIndex,resolvedUri:"",targetDuration:n.duration,segments:i,mediaSequence:i.length?i[0].number:1};return n.contentProtection&&(r.contentProtection=n.contentProtection),r},h=function(e){var t;if(!e.length)return{};var n=e[0].attributes,i=n.sourceDuration,r=n.minimumUpdatePeriod,a=void 0===r?0:r,s=u(e.filter(function(e){var t=e.attributes;return"video/mp4"===t.mimeType||"video"===t.contentType})).map(d),o=u(e.filter(function(e){var t=e.attributes;return"audio/mp4"===t.mimeType||"audio"===t.contentType})),l=e.filter(function(e){var t=e.attributes;return"text/vtt"===t.mimeType||"text"===t.contentType}),h={allowCache:!0,discontinuityStarts:[],segments:[],endList:!0,mediaGroups:(t={AUDIO:{},VIDEO:{}},t["CLOSED-CAPTIONS"]={},t.SUBTITLES={},t),uri:"",duration:i,playlists:s,minimumUpdatePeriod:1e3*a};return o.length&&(h.mediaGroups.AUDIO.audio=o.reduce(function(e,t){var n=t.attributes.role&&t.attributes.role.value||"main",i=t.attributes.lang||"",r="main";return i&&(r=t.attributes.lang+" ("+n+")"),e[r]&&e[r].playlists[0].attributes.BANDWIDTH>t.attributes.bandwidth?e:(e[r]={language:i,autoselect:!0,default:"main"===n,playlists:[c(t)],uri:""},e)},{})),l.length&&(h.mediaGroups.SUBTITLES.subs=function(e){return e.reduce(function(e,t){var n,i,r,a,s=t.attributes.lang||"text";return e[s]?e:(e[s]={language:s,default:!1,autoselect:!1,playlists:[(n=t,r=n.attributes,a=n.segments,void 0===a&&(a=[{uri:r.baseUrl,timeline:r.periodIndex,resolvedUri:r.baseUrl||"",duration:r.sourceDuration,number:0}],r.duration=r.sourceDuration),{attributes:(i={NAME:r.id,BANDWIDTH:r.bandwidth},i["PROGRAM-ID"]=1,i),uri:"",endList:"static"===(r.type||"static"),timeline:r.periodIndex,resolvedUri:r.baseUrl||"",targetDuration:r.duration,segments:a,mediaSequence:a.length?a[0].number:1})],uri:""},e)},{})}(l)),h};"undefined"!=typeof window?window:void 0!==e||"undefined"!=typeof self&&self;var p,f=(function(e,t){var n,i,r,a,s;n=/^((?:[a-zA-Z0-9+\-.]+:)?)(\/\/[^\/?#]*)?((?:[^\/\?#]*\/)*.*?)??(;.*?)?(\?.*?)?(#.*?)?$/,i=/^([^\/?#]*)(.*)$/,r=/(?:\/|^)\.(?=\/)/g,a=/(?:\/|^)\.\.\/(?!\.\.\/).*?(?=\/)/g,s={buildAbsoluteURL:function(e,t,n){if(n=n||{},e=e.trim(),!(t=t.trim())){if(!n.alwaysNormalize)return e;var r=s.parseURL(e);if(!r)throw new Error("Error trying to parse base URL.");return r.path=s.normalizePath(r.path),s.buildURLFromParts(r)}var a=s.parseURL(t);if(!a)throw new Error("Error trying to parse relative URL.");if(a.scheme)return n.alwaysNormalize?(a.path=s.normalizePath(a.path),s.buildURLFromParts(a)):t;var o=s.parseURL(e);if(!o)throw new Error("Error trying to parse base URL.");if(!o.netLoc&&o.path&&"/"!==o.path[0]){var l=i.exec(o.path);o.netLoc=l[1],o.path=l[2]}o.netLoc&&!o.path&&(o.path="/");var u={scheme:o.scheme,netLoc:a.netLoc,path:null,params:a.params,query:a.query,fragment:a.fragment};if(!a.netLoc&&(u.netLoc=o.netLoc,"/"!==a.path[0]))if(a.path){var c=o.path,d=c.substring(0,c.lastIndexOf("/")+1)+a.path;u.path=s.normalizePath(d)}else u.path=o.path,a.params||(u.params=o.params,a.query||(u.query=o.query));return null===u.path&&(u.path=n.alwaysNormalize?s.normalizePath(a.path):a.path),s.buildURLFromParts(u)},parseURL:function(e){var t=n.exec(e);return t?{scheme:t[1]||"",netLoc:t[2]||"",path:t[3]||"",params:t[4]||"",query:t[5]||"",fragment:t[6]||""}:null},normalizePath:function(e){for(e=e.split("").reverse().join("").replace(r,"");e.length!==(e=e.replace(a,"")).length;);return e.split("").reverse().join("")},buildURLFromParts:function(e){return e.scheme+e.netLoc+e.path+e.params+e.query+e.fragment}},e.exports=s}(p={exports:{}},p.exports),p.exports),m=function(e,t){return/^[a-z]+:/i.test(t)?t:(/\/\//i.test(e)||(e=f.buildAbsoluteURL(r.a.location.href,e)),f.buildAbsoluteURL(e,t))},g=function(e){var t=e.baseUrl,n=void 0===t?"":t,i=e.source,r=void 0===i?"":i,a=e.range,s=void 0===a?"":a,o={uri:r,resolvedUri:m(n||"",r)};if(s){var l=s.split("-"),u=parseInt(l[0],10),c=parseInt(l[1],10);o.byterange={length:c-u,offset:u}}return o},v=function(e,t,n){var i=e.NOW,r=e.clientOffset,a=e.availabilityStartTime,s=e.timescale,o=void 0===s?1:s,l=e.start,u=void 0===l?0:l,c=e.minimumUpdatePeriod,d=(i+r)/1e3+(void 0===c?0:c)-(a+u);return Math.ceil((d*o-t)/n)},y=function(e,t){for(var n=e.type,i=void 0===n?"static":n,r=e.minimumUpdatePeriod,a=void 0===r?0:r,s=e.media,o=void 0===s?"":s,l=e.sourceDuration,u=e.timescale,c=void 0===u?1:u,d=e.startNumber,h=void 0===d?1:d,p=e.periodIndex,f=[],m=-1,g=0;g<t.length;g++){var y=t[g],b=y.d,_=y.r||0,T=y.t||0;m<0&&(m=T),T&&T>m&&(m=T);var S=void 0;if(_<0){var k=g+1;S=k===t.length?"dynamic"===i&&a>0&&o.indexOf("$Number$")>0?v(e,m,b):(l*c-m)/b:(t[k].t-m)/b}else S=_+1;for(var w=h+f.length+S,C=h+f.length;C<w;)f.push({number:C,duration:b/c,time:m,timeline:p}),m+=b,C++}return f},b={static:function(e){var t=e.duration,n=e.timescale,i=void 0===n?1:n,r=e.sourceDuration;return{start:0,end:Math.ceil(r/(t/i))}},dynamic:function(e){var t=e.NOW,n=e.clientOffset,i=e.availabilityStartTime,r=e.timescale,a=void 0===r?1:r,s=e.duration,o=e.start,l=void 0===o?0:o,u=e.minimumUpdatePeriod,c=void 0===u?0:u,d=e.timeShiftBufferDepth,h=void 0===d?1/0:d,p=(t+n)/1e3,f=i+l,m=p+c-f,g=Math.ceil(m*a/s),v=Math.floor((p-f-h)*a/s),y=Math.floor((p-f)*a/s);return{start:Math.max(0,v),end:Math.min(g,y)}}},_=function(e){var t=e.type,n=void 0===t?"static":t,i=e.duration,r=e.timescale,a=void 0===r?1:r,s=e.sourceDuration,o=b[n](e),l=function(e,t){for(var n=[],i=e;i<t;i++)n.push(i);return n}(o.start,o.end).map(function(e){return function(t,n){var i=e.duration,r=e.timescale,a=void 0===r?1:r,s=e.periodIndex,o=e.startNumber;return{number:(void 0===o?1:o)+t,duration:i/a,timeline:s,time:n*i}}}(e));if("static"===n){var u=l.length-1;l[u].duration=s-i/a*u}return l},T=/\$([A-z]*)(?:(%0)([0-9]+)d)?\$/g,S=function(e,t){return e.replace(T,function(e){return function(t,n,i,r){if("$$"===t)return"$";if(void 0===e[n])return t;var a=""+e[n];return"RepresentationID"===n?a:(r=i?parseInt(r,10):1,a.length>=r?a:""+new Array(r-a.length+1).join("0")+a)}}(t))},k=function(e,t){var n={RepresentationID:e.id,Bandwidth:e.bandwidth||0},i=e.initialization,r=void 0===i?{sourceURL:"",range:""}:i,a=g({baseUrl:e.baseUrl,source:S(r.sourceURL,n),range:r.range});return function(e,t){return e.duration||t?e.duration?_(e):y(e,t):[{number:e.startNumber||1,duration:e.sourceDuration,time:0,timeline:e.periodIndex}]}(e,t).map(function(t){n.Number=t.number,n.Time=t.time;var i=S(e.media||"",n);return{uri:i,timeline:t.timeline,duration:t.duration,resolvedUri:m(e.baseUrl||"",i),map:a,number:t.number}})},w="INVALID_NUMBER_OF_PERIOD",C="DASH_EMPTY_MANIFEST",j="DASH_INVALID_XML",E="NO_BASE_URL",A="SEGMENT_TIME_UNSPECIFIED",x="UNSUPPORTED_UTC_TIMING_SCHEME",L=function(e,t){var n=e.duration,i=e.segmentUrls,r=void 0===i?[]:i;if(!n&&!t||n&&t)throw new Error(A);var a,s=r.map(function(t){return function(e,t){var n=e.baseUrl,i=e.initialization,r=void 0===i?{}:i,a=g({baseUrl:n,source:r.sourceURL,range:r.range}),s=g({baseUrl:n,source:t.media,range:t.mediaRange});return s.map=a,s}(e,t)});return n&&(a=_(e)),t&&(a=y(e,t)),a.map(function(e,t){if(s[t]){var n=s[t];return n.timeline=e.timeline,n.duration=e.duration,n.number=e.number,n}}).filter(function(e){return e})},O=function(e){var t=e.baseUrl,n=e.initialization,i=void 0===n?{}:n,r=e.sourceDuration,a=e.timescale,s=void 0===a?1:a,o=e.indexRange,l=void 0===o?"":o,u=e.duration;if(!t)throw new Error(E);var c=g({baseUrl:t,source:i.sourceURL,range:i.range}),d=g({baseUrl:t,source:t,range:l});if(d.map=c,u){var h=_(e);h.length&&(d.duration=h[0].duration,d.timeline=h[0].timeline)}else r&&(d.duration=r/s,d.timeline=0);return d.number=0,[d]},U=function(e){var t,n,i=e.attributes,r=e.segmentInfo;if(r.template?(n=k,t=s(i,r.template)):r.base?(n=O,t=s(i,r.base)):r.list&&(n=L,t=s(i,r.list)),!n)return{attributes:i};var a=n(t,r.timeline);if(t.duration){var o=t,l=o.duration,u=o.timescale,c=void 0===u?1:u;t.duration=l/c}else a.length?t.duration=a.reduce(function(e,t){return Math.max(e,Math.ceil(t.duration))},0):t.duration=0;return{attributes:t,segments:a}},P=function(e,t){return l(e.childNodes).filter(function(e){return e.tagName===t})},I=function(e){return e.textContent.trim()},D=function(e){var t=/P(?:(\d*)Y)?(?:(\d*)M)?(?:(\d*)D)?(?:T(?:(\d*)H)?(?:(\d*)M)?(?:([\d.]*)S)?)?/.exec(e);if(!t)return 0;var n=t.slice(1),i=n[0],r=n[1],a=n[2],s=n[3],o=n[4],l=n[5];return 31536e3*parseFloat(i||0)+2592e3*parseFloat(r||0)+86400*parseFloat(a||0)+3600*parseFloat(s||0)+60*parseFloat(o||0)+parseFloat(l||0)},R={mediaPresentationDuration:function(e){return D(e)},availabilityStartTime:function(e){return/^\d+-\d+-\d+T\d+:\d+:\d+(\.\d+)?$/.test(t=e)&&(t+="Z"),Date.parse(t)/1e3;var t},minimumUpdatePeriod:function(e){return D(e)},timeShiftBufferDepth:function(e){return D(e)},start:function(e){return D(e)},width:function(e){return parseInt(e,10)},height:function(e){return parseInt(e,10)},bandwidth:function(e){return parseInt(e,10)},startNumber:function(e){return parseInt(e,10)},timescale:function(e){return parseInt(e,10)},duration:function(e){var t=parseInt(e,10);return isNaN(t)?D(e):t},d:function(e){return parseInt(e,10)},t:function(e){return parseInt(e,10)},r:function(e){return parseInt(e,10)},DEFAULT:function(e){return e}},M=function(e){return e&&e.attributes?l(e.attributes).reduce(function(e,t){var n=R[t.name]||R.DEFAULT;return e[t.name]=n(t.value),e},{}):{}};var B={"urn:uuid:1077efec-c0b2-4d02-ace3-3c1e52e2fb4b":"org.w3.clearkey","urn:uuid:edef8ba9-79d6-4ace-a3c8-27dcd51d21ed":"com.widevine.alpha","urn:uuid:9a04f079-9840-4286-ab92-e65be0885f95":"com.microsoft.playready","urn:uuid:f239e769-efa3-4850-9c16-a903c6932efb":"com.adobe.primetime"},N=function(e,t){return t.length?o(e.map(function(e){return t.map(function(t){return m(e,I(t))})})):e},F=function(e){var t=P(e,"SegmentTemplate")[0],n=P(e,"SegmentList")[0],i=n&&P(n,"SegmentURL").map(function(e){return s({tag:"SegmentURL"},M(e))}),r=P(e,"SegmentBase")[0],a=n||t,o=a&&P(a,"SegmentTimeline")[0],l=n||r||t,u=l&&P(l,"Initialization")[0],c=t&&M(t);c&&u?c.initialization=u&&M(u):c&&c.initialization&&(c.initialization={sourceURL:c.initialization});var d={template:c,timeline:o&&P(o,"S").map(function(e){return M(e)}),list:n&&s(M(n),{segmentUrls:i,initialization:M(u)}),base:r&&s(M(r),{initialization:M(u)})};return Object.keys(d).forEach(function(e){d[e]||delete d[e]}),d},V=function(e){return e.reduce(function(e,t){var n=M(t),i=B[n.schemeIdUri];if(i){e[i]={attributes:n};var a=P(t,"cenc:pssh")[0];if(a){var s=I(a),o=s&&function(e){for(var t=r.a.atob(e),n=new Uint8Array(t.length),i=0;i<t.length;i++)n[i]=t.charCodeAt(i);return n}(s);e[i].pssh=o}}return e},{})},z=function(e,t,n){return function(i){var r=M(i),a=N(t,P(i,"BaseURL")),l=P(i,"Role")[0],u={role:M(l)},c=s(e,r,u),d=V(P(i,"ContentProtection"));Object.keys(d).length&&(c=s(c,{contentProtection:d}));var h=F(i),p=P(i,"Representation"),f=s(n,h);return o(p.map(function(e,t,n){return function(i){var r=P(i,"BaseURL"),a=N(t,r),o=s(e,M(i)),l=F(i);return a.map(function(e){return{segmentInfo:s(n,l),attributes:s(o,{baseUrl:e})}})}}(c,a,f)))}},H=function(e,t){void 0===t&&(t={});var n=t,i=n.manifestUri,a=void 0===i?"":i,l=n.NOW,u=void 0===l?Date.now():l,c=n.clientOffset,d=void 0===c?0:c,h=P(e,"Period");if(!h.length)throw new Error(w);var p=M(e),f=N([a],P(e,"BaseURL"));return p.sourceDuration=p.mediaPresentationDuration||0,p.NOW=u,p.clientOffset=d,o(h.map(function(e,t){return function(n,i){var a=N(t,P(n,"BaseURL")),l=M(n),u=parseInt(l.id,10),c=r.a.isNaN(u)?i:u,d=s(e,{periodIndex:c}),h=P(n,"AdaptationSet"),p=F(n);return o(h.map(z(d,a,p)))}}(p,f)))},q=function(e){if(""===e)throw new Error(C);var t=(new r.a.DOMParser).parseFromString(e,"application/xml"),n=t&&"MPD"===t.documentElement.tagName?t.documentElement:null;if(!n||n&&n.getElementsByTagName("parsererror").length>0)throw new Error(j);return n},G=function(e,t){return h(H(q(e),t).map(U))},W=function(e){return function(e){var t=P(e,"UTCTiming")[0];if(!t)return null;var n=M(t);switch(n.schemeIdUri){case"urn:mpeg:dash:utc:http-head:2014":case"urn:mpeg:dash:utc:http-head:2012":n.method="HEAD";break;case"urn:mpeg:dash:utc:http-xsdate:2014":case"urn:mpeg:dash:utc:http-iso:2014":case"urn:mpeg:dash:utc:http-xsdate:2012":case"urn:mpeg:dash:utc:http-iso:2012":n.method="GET";break;case"urn:mpeg:dash:utc:direct:2014":case"urn:mpeg:dash:utc:direct:2012":n.method="DIRECT",n.value=Date.parse(n.value);break;case"urn:mpeg:dash:utc:http-ntp:2014":case"urn:mpeg:dash:utc:ntp:2014":case"urn:mpeg:dash:utc:sntp:2014":default:throw new Error(x)}return n}(q(e))}}).call(this,n(9))},function(e,t){e.exports={toUnsigned:function(e){return e>>>0}}},function(e,t,n){e.exports={generator:n(12),probe:n(8),Transmuxer:n(10).Transmuxer,AudioSegmentStream:n(10).AudioSegmentStream,VideoSegmentStream:n(10).VideoSegmentStream,CaptionParser:n(48)}},function(e,t){var n=function(e,t){var n={size:0,flags:{isLeading:0,dependsOn:1,isDependedOn:0,hasRedundancy:0,degradationPriority:0,isNonSyncSample:1}};return n.dataOffset=t,n.compositionTimeOffset=e.pts-e.dts,n.duration=e.duration,n.size=4*e.length,n.size+=e.byteLength,e.keyFrame&&(n.flags.dependsOn=2,n.flags.isNonSyncSample=0),n};e.exports={groupNalsIntoFrames:function(e){var t,n,i=[],r=[];for(i.byteLength=0,t=0;t<e.length;t++)"access_unit_delimiter_rbsp"===(n=e[t]).nalUnitType?(i.length&&(i.duration=n.dts-i.dts,r.push(i)),(i=[n]).byteLength=n.data.byteLength,i.pts=n.pts,i.dts=n.dts):("slice_layer_without_partitioning_rbsp_idr"===n.nalUnitType&&(i.keyFrame=!0),i.duration=n.dts-i.dts,i.byteLength+=n.data.byteLength,i.push(n));return r.length&&(!i.duration||i.duration<=0)&&(i.duration=r[r.length-1].duration),r.push(i),r},groupFramesIntoGops:function(e){var t,n,i=[],r=[];for(i.byteLength=0,i.nalCount=0,i.duration=0,i.pts=e[0].pts,i.dts=e[0].dts,r.byteLength=0,r.nalCount=0,r.duration=0,r.pts=e[0].pts,r.dts=e[0].dts,t=0;t<e.length;t++)(n=e[t]).keyFrame?(i.length&&(r.push(i),r.byteLength+=i.byteLength,r.nalCount+=i.nalCount,r.duration+=i.duration),(i=[n]).nalCount=n.length,i.byteLength=n.byteLength,i.pts=n.pts,i.dts=n.dts,i.duration=n.duration):(i.duration+=n.duration,i.nalCount+=n.length,i.byteLength+=n.byteLength,i.push(n));return r.length&&i.duration<=0&&(i.duration=r[r.length-1].duration),r.byteLength+=i.byteLength,r.nalCount+=i.nalCount,r.duration+=i.duration,r.push(i),r},extendFirstKeyFrame:function(e){var t;return!e[0][0].keyFrame&&e.length>1&&(t=e.shift(),e.byteLength-=t.byteLength,e.nalCount-=t.nalCount,e[0][0].dts=t.dts,e[0][0].pts=t.pts,e[0][0].duration+=t.duration),e},generateSampleTable:function(e,t){var i,r,a,s,o,l=t||0,u=[];for(i=0;i<e.length;i++)for(s=e[i],r=0;r<s.length;r++)o=s[r],l+=(a=n(o,l)).size,u.push(a);return u},concatenateNalData:function(e){var t,n,i,r,a,s,o=0,l=e.byteLength,u=e.nalCount,c=new Uint8Array(l+4*u),d=new DataView(c.buffer);for(t=0;t<e.length;t++)for(r=e[t],n=0;n<r.length;n++)for(a=r[n],i=0;i<a.length;i++)s=a[i],d.setUint32(o,s.data.byteLength),o+=4,c.set(s.data,o),o+=s.data.byteLength;return c}}},function(e,t,n){var i=n(39),r=n(40);e.exports={prefixWithSilence:function(e,t,n,a){var s,o,l,u,c=0,d=0,h=0;if(t.length&&(s=r.audioTsToVideoTs(e.baseMediaDecodeTime,e.samplerate),o=Math.ceil(9e4/(e.samplerate/1024)),n&&a&&(c=s-Math.max(n,a),h=(d=Math.floor(c/o))*o),!(d<1||h>45e3))){for((l=i[e.samplerate])||(l=t[0].data),u=0;u<d;u++)t.splice(u,0,{data:l});e.baseMediaDecodeTime-=Math.floor(r.videoTsToAudioTs(h,e.samplerate))}},trimAdtsFramesByEarliestDts:function(e,t,n){return t.minSegmentDts>=n?e:(t.minSegmentDts=1/0,e.filter(function(e){return e.dts>=n&&(t.minSegmentDts=Math.min(t.minSegmentDts,e.dts),t.minSegmentPts=t.minSegmentDts,!0)}))},generateSampleTable:function(e){var t,n,i=[];for(t=0;t<e.length;t++)n=e[t],i.push({size:n.data.byteLength,duration:1024});return i},concatenateFrameData:function(e){var t,n,i=0,r=new Uint8Array(function(e){var t,n=0;for(t=0;t<e.length;t++)n+=e[t].data.byteLength;return n}(e));for(t=0;t<e.length;t++)n=e[t],r.set(n.data,i),i+=n.data.byteLength;return r}}},function(e,t){var n,i=[33,16,5,32,164,27],r=[33,65,108,84,1,2,4,8,168,2,4,8,17,191,252],a=function(e){for(var t=[];e--;)t.push(0);return t},s={96000:[i,[227,64],a(154),[56]],88200:[i,[231],a(170),[56]],64000:[i,[248,192],a(240),[56]],48000:[i,[255,192],a(268),[55,148,128],a(54),[112]],44100:[i,[255,192],a(268),[55,163,128],a(84),[112]],32000:[i,[255,192],a(268),[55,234],a(226),[112]],24000:[i,[255,192],a(268),[55,255,128],a(268),[111,112],a(126),[224]],16000:[i,[255,192],a(268),[55,255,128],a(268),[111,255],a(269),[223,108],a(195),[1,192]],12000:[r,a(268),[3,127,248],a(268),[6,255,240],a(268),[13,255,224],a(268),[27,253,128],a(259),[56]],11025:[r,a(268),[3,127,248],a(268),[6,255,240],a(268),[13,255,224],a(268),[27,255,192],a(268),[55,175,128],a(108),[112]],8000:[r,a(268),[3,121,16],a(47),[7]]};e.exports=(n=s,Object.keys(n).reduce(function(e,t){return e[t]=new Uint8Array(n[t].reduce(function(e,t){return e.concat(t)},[])),e},{}))},function(e,t){var n,i,r,a,s,o;n=function(e){return 9e4*e},i=function(e,t){return e*t},r=function(e){return e/9e4},a=function(e,t){return e/t},s=function(e,t){return n(a(e,t))},o=function(e,t){return i(r(e),t)},e.exports={secondsToVideoTs:n,secondsToAudioTs:i,videoTsToSeconds:r,audioTsToSeconds:a,audioTsToVideoTs:s,videoTsToAudioTs:o}},function(e,t){e.exports={clearDtsInfo:function(e){delete e.minSegmentDts,delete e.maxSegmentDts,delete e.minSegmentPts,delete e.maxSegmentPts},calculateTrackBaseMediaDecodeTime:function(e,t){var n,i=e.minSegmentDts;return t||(i-=e.timelineStartInfo.dts),n=e.timelineStartInfo.baseMediaDecodeTime,n+=i,n=Math.max(0,n),"audio"===e.type&&(n*=e.samplerate/9e4,n=Math.floor(n)),n},collectDtsInfo:function(e,t){"number"==typeof t.pts&&(void 0===e.timelineStartInfo.pts&&(e.timelineStartInfo.pts=t.pts),void 0===e.minSegmentPts?e.minSegmentPts=t.pts:e.minSegmentPts=Math.min(e.minSegmentPts,t.pts),void 0===e.maxSegmentPts?e.maxSegmentPts=t.pts:e.maxSegmentPts=Math.max(e.maxSegmentPts,t.pts)),"number"==typeof t.dts&&(void 0===e.timelineStartInfo.dts&&(e.timelineStartInfo.dts=t.dts),void 0===e.minSegmentDts?e.minSegmentDts=t.dts:e.minSegmentDts=Math.min(e.minSegmentDts,t.dts),void 0===e.maxSegmentDts?e.maxSegmentDts=t.dts:e.maxSegmentDts=Math.max(e.maxSegmentDts,t.dts))}}},function(e,t,n){"use strict";var i,r,a,s=n(5),o=n(13),l=n(6),u=n(15).TimestampRolloverStream,c=n(6);(i=function(){var e=new Uint8Array(188),t=0;i.prototype.init.call(this),this.push=function(n){var i,r=0,a=188;for(t?((i=new Uint8Array(n.byteLength+t)).set(e.subarray(0,t)),i.set(n,t),t=0):i=n;a<i.byteLength;)71!==i[r]||71!==i[a]?(r++,a++):(this.trigger("data",i.subarray(r,a)),r+=188,a+=188);r<i.byteLength&&(e.set(i.subarray(r),0),t=i.byteLength-r)},this.flush=function(){188===t&&71===e[0]&&(this.trigger("data",e),t=0),this.trigger("done")}}).prototype=new s,(r=function(){var e,t,n,i;r.prototype.init.call(this),i=this,this.packetsWaitingForPmt=[],this.programMapTable=void 0,e=function(e,i){var r=0;i.payloadUnitStartIndicator&&(r+=e[r]+1),"pat"===i.type?t(e.subarray(r),i):n(e.subarray(r),i)},t=function(e,t){t.section_number=e[7],t.last_section_number=e[8],i.pmtPid=(31&e[10])<<8|e[11],t.pmtPid=i.pmtPid},n=function(e,t){var n,r;if(1&e[5]){for(i.programMapTable={video:null,audio:null,"timed-metadata":{}},n=3+((15&e[1])<<8|e[2])-4,r=12+((15&e[10])<<8|e[11]);r<n;){var a=e[r],s=(31&e[r+1])<<8|e[r+2];a===l.H264_STREAM_TYPE&&null===i.programMapTable.video?i.programMapTable.video=s:a===l.ADTS_STREAM_TYPE&&null===i.programMapTable.audio?i.programMapTable.audio=s:a===l.METADATA_STREAM_TYPE&&(i.programMapTable["timed-metadata"][s]=a),r+=5+((15&e[r+3])<<8|e[r+4])}t.programMapTable=i.programMapTable}},this.push=function(t){var n={},i=4;if(n.payloadUnitStartIndicator=!!(64&t[1]),n.pid=31&t[1],n.pid<<=8,n.pid|=t[2],(48&t[3])>>>4>1&&(i+=t[i]+1),0===n.pid)n.type="pat",e(t.subarray(i),n),this.trigger("data",n);else if(n.pid===this.pmtPid)for(n.type="pmt",e(t.subarray(i),n),this.trigger("data",n);this.packetsWaitingForPmt.length;)this.processPes_.apply(this,this.packetsWaitingForPmt.shift());else void 0===this.programMapTable?this.packetsWaitingForPmt.push([t,i,n]):this.processPes_(t,i,n)},this.processPes_=function(e,t,n){n.pid===this.programMapTable.video?n.streamType=l.H264_STREAM_TYPE:n.pid===this.programMapTable.audio?n.streamType=l.ADTS_STREAM_TYPE:n.streamType=this.programMapTable["timed-metadata"][n.pid],n.type="pes",n.data=e.subarray(t),this.trigger("data",n)}}).prototype=new s,r.STREAM_TYPES={h264:27,adts:15},(a=function(){var e=this,t={data:[],size:0},n={data:[],size:0},i={data:[],size:0},r=function(t,n,i){var r,a,s=new Uint8Array(t.size),o={type:n},l=0,u=0;if(t.data.length&&!(t.size<9)){for(o.trackId=t.data[0].pid,l=0;l<t.data.length;l++)a=t.data[l],s.set(a.data,u),u+=a.data.byteLength;var c,d,h;c=s,(d=o).packetLength=6+(c[4]<<8|c[5]),d.dataAlignmentIndicator=0!=(4&c[6]),192&(h=c[7])&&(d.pts=(14&c[9])<<27|(255&c[10])<<20|(254&c[11])<<12|(255&c[12])<<5|(254&c[13])>>>3,d.pts*=4,d.pts+=(6&c[13])>>>1,d.dts=d.pts,64&h&&(d.dts=(14&c[14])<<27|(255&c[15])<<20|(254&c[16])<<12|(255&c[17])<<5|(254&c[18])>>>3,d.dts*=4,d.dts+=(6&c[18])>>>1)),d.data=c.subarray(9+c[8]),r="video"===n||o.packetLength<=t.size,(i||r)&&(t.size=0,t.data.length=0),r&&e.trigger("data",o)}};a.prototype.init.call(this),this.push=function(a){({pat:function(){},pes:function(){var e,s;switch(a.streamType){case l.H264_STREAM_TYPE:case c.H264_STREAM_TYPE:e=t,s="video";break;case l.ADTS_STREAM_TYPE:e=n,s="audio";break;case l.METADATA_STREAM_TYPE:e=i,s="timed-metadata";break;default:return}a.payloadUnitStartIndicator&&r(e,s,!0),e.data.push(a),e.size+=a.data.byteLength},pmt:function(){var t={type:"metadata",tracks:[]},n=a.programMapTable;null!==n.video&&t.tracks.push({timelineStartInfo:{baseMediaDecodeTime:0},id:+n.video,codec:"avc",type:"video"}),null!==n.audio&&t.tracks.push({timelineStartInfo:{baseMediaDecodeTime:0},id:+n.audio,codec:"adts",type:"audio"}),e.trigger("data",t)}})[a.type]()},this.flush=function(){r(t,"video"),r(n,"audio"),r(i,"timed-metadata"),this.trigger("done")}}).prototype=new s;var d={PAT_PID:0,MP2T_PACKET_LENGTH:188,TransportPacketStream:i,TransportParseStream:r,ElementaryStream:a,TimestampRolloverStream:u,CaptionStream:o.CaptionStream,Cea608Stream:o.Cea608Stream,MetadataStream:n(43)};for(var h in l)l.hasOwnProperty(h)&&(d[h]=l[h]);e.exports=d},function(e,t,n){"use strict";var i,r=n(5),a=n(6),s=function(e,t,n){var i,r="";for(i=t;i<n;i++)r+="%"+("00"+e[i].toString(16)).slice(-2);return r},o=function(e,t,n){return decodeURIComponent(s(e,t,n))},l=function(e){return e[0]<<21|e[1]<<14|e[2]<<7|e[3]},u={TXXX:function(e){var t;if(3===e.data[0]){for(t=1;t<e.data.length;t++)if(0===e.data[t]){e.description=o(e.data,1,t),e.value=o(e.data,t+1,e.data.length).replace(/\0*$/,"");break}e.data=e.value}},WXXX:function(e){var t;if(3===e.data[0])for(t=1;t<e.data.length;t++)if(0===e.data[t]){e.description=o(e.data,1,t),e.url=o(e.data,t+1,e.data.length);break}},PRIV:function(e){var t,n;for(t=0;t<e.data.length;t++)if(0===e.data[t]){e.owner=(n=e.data,unescape(s(n,0,t)));break}e.privateData=e.data.subarray(t+1),e.data=e.privateData}};(i=function(e){var t,n={debug:!(!e||!e.debug),descriptor:e&&e.descriptor},r=0,s=[],o=0;if(i.prototype.init.call(this),this.dispatchType=a.METADATA_STREAM_TYPE.toString(16),n.descriptor)for(t=0;t<n.descriptor.length;t++)this.dispatchType+=("00"+n.descriptor[t].toString(16)).slice(-2);this.push=function(e){var t,i,a,c,d;if("timed-metadata"===e.type)if(e.dataAlignmentIndicator&&(o=0,s.length=0),0===s.length&&(e.data.length<10||e.data[0]!=="I".charCodeAt(0)||e.data[1]!=="D".charCodeAt(0)||e.data[2]!=="3".charCodeAt(0)))n.debug&&console.log("Skipping unrecognized metadata packet");else if(s.push(e),o+=e.data.byteLength,1===s.length&&(r=l(e.data.subarray(6,10)),r+=10),!(o<r)){for(t={data:new Uint8Array(r),frames:[],pts:s[0].pts,dts:s[0].dts},d=0;d<r;)t.data.set(s[0].data.subarray(0,r-d),d),d+=s[0].data.byteLength,o-=s[0].data.byteLength,s.shift();i=10,64&t.data[5]&&(i+=4,i+=l(t.data.subarray(10,14)),r-=l(t.data.subarray(16,20)));do{if((a=l(t.data.subarray(i+4,i+8)))<1)return console.log("Malformed ID3 frame encountered. Skipping metadata parsing.");if((c={id:String.fromCharCode(t.data[i],t.data[i+1],t.data[i+2],t.data[i+3]),data:t.data.subarray(i+10,i+a+10)}).key=c.id,u[c.id]&&(u[c.id](c),"com.apple.streaming.transportStreamTimestamp"===c.owner)){var h=c.data,p=(1&h[3])<<30|h[4]<<22|h[5]<<14|h[6]<<6|h[7]>>>2;p*=4,p+=3&h[7],c.timeStamp=p,void 0===t.pts&&void 0===t.dts&&(t.pts=c.timeStamp,t.dts=c.timeStamp),this.trigger("timestamp",c)}t.frames.push(c),i+=10,i+=a}while(i<r);this.trigger("data",t)}}}).prototype=new r,e.exports=i},function(e,t,n){"use strict";var i,r=n(5),a=[96e3,88200,64e3,48e3,44100,32e3,24e3,22050,16e3,12e3,11025,8e3,7350];(i=function(){var e;i.prototype.init.call(this),this.push=function(t){var n,i,r,s,o,l,u=0,c=0;if("audio"===t.type)for(e?(s=e,(e=new Uint8Array(s.byteLength+t.data.byteLength)).set(s),e.set(t.data,s.byteLength)):e=t.data;u+5<e.length;)if(255===e[u]&&240==(246&e[u+1])){if(i=2*(1&~e[u+1]),n=(3&e[u+3])<<11|e[u+4]<<3|(224&e[u+5])>>5,l=9e4*(o=1024*(1+(3&e[u+6])))/a[(60&e[u+2])>>>2],r=u+n,e.byteLength<r)return;if(this.trigger("data",{pts:t.pts+c*l,dts:t.dts+c*l,sampleCount:o,audioobjecttype:1+(e[u+2]>>>6&3),channelcount:(1&e[u+2])<<2|(192&e[u+3])>>>6,samplerate:a[(60&e[u+2])>>>2],samplingfrequencyindex:(60&e[u+2])>>>2,samplesize:16,data:e.subarray(u+7+i,r)}),e.byteLength===r)return void(e=void 0);c++,e=e.subarray(r)}else u++},this.flush=function(){this.trigger("done")}}).prototype=new r,e.exports=i},function(e,t,n){"use strict";var i,r,a,s=n(5),o=n(46);(r=function(){var e,t,n=0;r.prototype.init.call(this),this.push=function(i){var r;for(t?((r=new Uint8Array(t.byteLength+i.data.byteLength)).set(t),r.set(i.data,t.byteLength),t=r):t=i.data;n<t.byteLength-3;n++)if(1===t[n+2]){e=n+5;break}for(;e<t.byteLength;)switch(t[e]){case 0:if(0!==t[e-1]){e+=2;break}if(0!==t[e-2]){e++;break}n+3!==e-2&&this.trigger("data",t.subarray(n+3,e-2));do{e++}while(1!==t[e]&&e<t.length);n=e-2,e+=3;break;case 1:if(0!==t[e-1]||0!==t[e-2]){e+=3;break}this.trigger("data",t.subarray(n+3,e-2)),n=e-2,e+=3;break;default:e+=3}t=t.subarray(n),e-=n,n=0},this.flush=function(){t&&t.byteLength>3&&this.trigger("data",t.subarray(n+3)),t=null,n=0,this.trigger("done")}}).prototype=new s,a={100:!0,110:!0,122:!0,244:!0,44:!0,83:!0,86:!0,118:!0,128:!0,138:!0,139:!0,134:!0},(i=function(){var e,t,n,s,l,u,c,d=new r;i.prototype.init.call(this),e=this,this.push=function(e){"video"===e.type&&(t=e.trackId,n=e.pts,s=e.dts,d.push(e))},d.on("data",function(i){var r={trackId:t,pts:n,dts:s,data:i};switch(31&i[0]){case 5:r.nalUnitType="slice_layer_without_partitioning_rbsp_idr";break;case 6:r.nalUnitType="sei_rbsp",r.escapedRBSP=l(i.subarray(1));break;case 7:r.nalUnitType="seq_parameter_set_rbsp",r.escapedRBSP=l(i.subarray(1)),r.config=u(r.escapedRBSP);break;case 8:r.nalUnitType="pic_parameter_set_rbsp";break;case 9:r.nalUnitType="access_unit_delimiter_rbsp"}e.trigger("data",r)}),d.on("done",function(){e.trigger("done")}),this.flush=function(){d.flush()},c=function(e,t){var n,i=8,r=8;for(n=0;n<e;n++)0!==r&&(r=(i+t.readExpGolomb()+256)%256),i=0===r?i:r},l=function(e){for(var t,n,i=e.byteLength,r=[],a=1;a<i-2;)0===e[a]&&0===e[a+1]&&3===e[a+2]?(r.push(a+2),a+=2):a++;if(0===r.length)return e;t=i-r.length,n=new Uint8Array(t);var s=0;for(a=0;a<t;s++,a++)s===r[0]&&(s++,r.shift()),n[a]=e[s];return n},u=function(e){var t,n,i,r,s,l,u,d,h,p,f,m,g,v=0,y=0,b=0,_=0,T=1;if(n=(t=new o(e)).readUnsignedByte(),r=t.readUnsignedByte(),i=t.readUnsignedByte(),t.skipUnsignedExpGolomb(),a[n]&&(3===(s=t.readUnsignedExpGolomb())&&t.skipBits(1),t.skipUnsignedExpGolomb(),t.skipUnsignedExpGolomb(),t.skipBits(1),t.readBoolean()))for(f=3!==s?8:12,g=0;g<f;g++)t.readBoolean()&&c(g<6?16:64,t);if(t.skipUnsignedExpGolomb(),0===(l=t.readUnsignedExpGolomb()))t.readUnsignedExpGolomb();else if(1===l)for(t.skipBits(1),t.skipExpGolomb(),t.skipExpGolomb(),u=t.readUnsignedExpGolomb(),g=0;g<u;g++)t.skipExpGolomb();if(t.skipUnsignedExpGolomb(),t.skipBits(1),d=t.readUnsignedExpGolomb(),h=t.readUnsignedExpGolomb(),0===(p=t.readBits(1))&&t.skipBits(1),t.skipBits(1),t.readBoolean()&&(v=t.readUnsignedExpGolomb(),y=t.readUnsignedExpGolomb(),b=t.readUnsignedExpGolomb(),_=t.readUnsignedExpGolomb()),t.readBoolean()&&t.readBoolean()){switch(t.readUnsignedByte()){case 1:m=[1,1];break;case 2:m=[12,11];break;case 3:m=[10,11];break;case 4:m=[16,11];break;case 5:m=[40,33];break;case 6:m=[24,11];break;case 7:m=[20,11];break;case 8:m=[32,11];break;case 9:m=[80,33];break;case 10:m=[18,11];break;case 11:m=[15,11];break;case 12:m=[64,33];break;case 13:m=[160,99];break;case 14:m=[4,3];break;case 15:m=[3,2];break;case 16:m=[2,1];break;case 255:m=[t.readUnsignedByte()<<8|t.readUnsignedByte(),t.readUnsignedByte()<<8|t.readUnsignedByte()]}m&&(T=m[0]/m[1])}return{profileIdc:n,levelIdc:i,profileCompatibility:r,width:Math.ceil((16*(d+1)-2*v-2*y)*T),height:(2-p)*(h+1)*16-2*b-2*_}}}).prototype=new s,e.exports={H264Stream:i,NalByteStream:r}},function(e,t,n){"use strict";var i;i=function(e){var t=e.byteLength,n=0,i=0;this.length=function(){return 8*t},this.bitsAvailable=function(){return 8*t+i},this.loadWord=function(){var r=e.byteLength-t,a=new Uint8Array(4),s=Math.min(4,t);if(0===s)throw new Error("no bytes available");a.set(e.subarray(r,r+s)),n=new DataView(a.buffer).getUint32(0),i=8*s,t-=s},this.skipBits=function(e){var r;i>e?(n<<=e,i-=e):(e-=i,e-=8*(r=Math.floor(e/8)),t-=r,this.loadWord(),n<<=e,i-=e)},this.readBits=function(e){var r=Math.min(i,e),a=n>>>32-r;return(i-=r)>0?n<<=r:t>0&&this.loadWord(),(r=e-r)>0?a<<r|this.readBits(r):a},this.skipLeadingZeros=function(){var e;for(e=0;e<i;++e)if(0!=(n&2147483648>>>e))return n<<=e,i-=e,e;return this.loadWord(),e+this.skipLeadingZeros()},this.skipUnsignedExpGolomb=function(){this.skipBits(1+this.skipLeadingZeros())},this.skipExpGolomb=function(){this.skipBits(1+this.skipLeadingZeros())},this.readUnsignedExpGolomb=function(){var e=this.skipLeadingZeros();return this.readBits(e+1)-1},this.readExpGolomb=function(){var e=this.readUnsignedExpGolomb();return 1&e?1+e>>>1:-1*(e>>>1)},this.readBoolean=function(){return 1===this.readBits(1)},this.readUnsignedByte=function(){return this.readBits(8)},this.loadWord()},e.exports=i},function(e,t,n){"use strict";var i,r=n(5),a=n(11);(i=function(){var e=new Uint8Array,t=0;i.prototype.init.call(this),this.setTimestamp=function(e){t=e},this.push=function(n){var i,r,s,o,l=0,u=0;for(e.length?(o=e.length,(e=new Uint8Array(n.byteLength+o)).set(e.subarray(0,o)),e.set(n,o)):e=n;e.length-u>=3;)if(e[u]!=="I".charCodeAt(0)||e[u+1]!=="D".charCodeAt(0)||e[u+2]!=="3".charCodeAt(0))if(255!=(255&e[u])||240!=(240&e[u+1]))u++;else{if(e.length-u<7)break;if(u+(l=a.parseAdtsSize(e,u))>e.length)break;s={type:"audio",data:e.subarray(u,u+l),pts:t,dts:t},this.trigger("data",s),u+=l}else{if(e.length-u<10)break;if(u+(l=a.parseId3TagSize(e,u))>e.length)break;r={type:"timed-metadata",data:e.subarray(u,u+l)},this.trigger("data",r),u+=l}i=e.length-u,e=i>0?e.subarray(u):new Uint8Array}}).prototype=new r,e.exports=i},function(e,t,n){"use strict";var i=n(14).discardEmulationPreventionBytes,r=n(13).CaptionStream,a=n(8),s=n(49),o=function(e,t){for(var n=e,i=0;i<t.length;i++){var r=t[i];if(n<r.size)return r;n-=r.size}return null},l=function(e,t){var n=a.findBox(e,["moof","traf"]),r=a.findBox(e,["mdat"]),l={},u=[];return r.forEach(function(e,t){var i=n[t];u.push({mdat:e,traf:i})}),u.forEach(function(e){var n,r=e.mdat,u=e.traf,c=a.findBox(u,["tfhd"]),d=s.parseTfhd(c[0]),h=d.trackId,p=a.findBox(u,["tfdt"]),f=p.length>0?s.parseTfdt(p[0]).baseMediaDecodeTime:0,m=a.findBox(u,["trun"]);t===h&&m.length>0&&(n=function(e,t,n){var r,a,s,l,u=new DataView(e.buffer,e.byteOffset,e.byteLength),c=[];for(a=0;a+4<e.length;a+=s)if(s=u.getUint32(a),a+=4,!(s<=0))switch(31&e[a]){case 6:var d=e.subarray(a+1,a+1+s),h=o(a,t);r={nalUnitType:"sei_rbsp",size:s,data:d,escapedRBSP:i(d),trackId:n},h?(r.pts=h.pts,r.dts=h.dts,l=h):(r.pts=l.pts,r.dts=l.dts),c.push(r)}return c}(r,function(e,t,n){var i=t,r=n.defaultSampleDuration||0,a=n.defaultSampleSize||0,o=n.trackId,l=[];return e.forEach(function(e){var t=s.parseTrun(e).samples;t.forEach(function(e){void 0===e.duration&&(e.duration=r),void 0===e.size&&(e.size=a),e.trackId=o,e.dts=i,void 0===e.compositionTimeOffset&&(e.compositionTimeOffset=0),e.pts=i+e.compositionTimeOffset,i+=e.duration}),l=l.concat(t)}),l}(m,f,d),h),l[h]||(l[h]=[]),l[h]=l[h].concat(n))}),l};e.exports=function(){var e,t,n,i,a,s=!1;this.isInitialized=function(){return s},this.init=function(){e=new r,s=!0,e.on("data",function(e){e.startTime=e.startPts/i,e.endTime=e.endPts/i,a.captions.push(e),a.captionStreams[e.stream]=!0})},this.isNewInit=function(e,t){return!(e&&0===e.length||t&&"object"==typeof t&&0===Object.keys(t).length||n===e[0]&&i===t[n])},this.parse=function(e,r,s){var o;if(!this.isInitialized())return null;if(!r||!s)return null;if(this.isNewInit(r,s))n=r[0],i=s[n];else if(!n||!i)return t.push(e),null;for(;t.length>0;){var u=t.shift();this.parse(u,r,s)}return null!==(o=function(e,t,n){return t?{seiNals:l(e,t)[t],timescale:n}:null}(e,n,i))&&o.seiNals?(this.pushNals(o.seiNals),this.flushStream(),a):null},this.pushNals=function(t){if(!this.isInitialized()||!t||0===t.length)return null;t.forEach(function(t){e.push(t)})},this.flushStream=function(){if(!this.isInitialized())return null;e.flush()},this.clearParsedCaptions=function(){a.captions=[],a.captionStreams={}},this.resetCaptionStream=function(){if(!this.isInitialized())return null;e.reset()},this.clearAllCaptions=function(){this.clearParsedCaptions(),this.resetCaptionStream()},this.reset=function(){t=[],n=null,i=null,a?this.clearParsedCaptions():a={captions:[],captionStreams:{}},this.resetCaptionStream()},this.reset()}},function(e,t,n){"use strict";var i,r,a=n(8).parseType,s=function(e){return new Date(1e3*e-20828448e5)},o=function(e){return{isLeading:(12&e[0])>>>2,dependsOn:3&e[0],isDependedOn:(192&e[1])>>>6,hasRedundancy:(48&e[1])>>>4,paddingValue:(14&e[1])>>>1,isNonSyncSample:1&e[1],degradationPriority:e[2]<<8|e[3]}},l=function(e){var t,n,i=new DataView(e.buffer,e.byteOffset,e.byteLength),r=[];for(t=0;t+4<e.length;t+=n)if(n=i.getUint32(t),t+=4,n<=0)r.push("<span style='color:red;'>MALFORMED DATA</span>");else switch(31&e[t]){case 1:r.push("slice_layer_without_partitioning_rbsp");break;case 5:r.push("slice_layer_without_partitioning_rbsp_idr");break;case 6:r.push("sei_rbsp");break;case 7:r.push("seq_parameter_set_rbsp");break;case 8:r.push("pic_parameter_set_rbsp");break;case 9:r.push("access_unit_delimiter_rbsp");break;default:r.push("UNKNOWN NAL - "+e[t]&31)}return r},u={avc1:function(e){var t=new DataView(e.buffer,e.byteOffset,e.byteLength);return{dataReferenceIndex:t.getUint16(6),width:t.getUint16(24),height:t.getUint16(26),horizresolution:t.getUint16(28)+t.getUint16(30)/16,vertresolution:t.getUint16(32)+t.getUint16(34)/16,frameCount:t.getUint16(40),depth:t.getUint16(74),config:i(e.subarray(78,e.byteLength))}},avcC:function(e){var t,n,i,r,a=new DataView(e.buffer,e.byteOffset,e.byteLength),s={configurationVersion:e[0],avcProfileIndication:e[1],profileCompatibility:e[2],avcLevelIndication:e[3],lengthSizeMinusOne:3&e[4],sps:[],pps:[]},o=31&e[5];for(i=6,r=0;r<o;r++)n=a.getUint16(i),i+=2,s.sps.push(new Uint8Array(e.subarray(i,i+n))),i+=n;for(t=e[i],i++,r=0;r<t;r++)n=a.getUint16(i),i+=2,s.pps.push(new Uint8Array(e.subarray(i,i+n))),i+=n;return s},btrt:function(e){var t=new DataView(e.buffer,e.byteOffset,e.byteLength);return{bufferSizeDB:t.getUint32(0),maxBitrate:t.getUint32(4),avgBitrate:t.getUint32(8)}},esds:function(e){return{version:e[0],flags:new Uint8Array(e.subarray(1,4)),esId:e[6]<<8|e[7],streamPriority:31&e[8],decoderConfig:{objectProfileIndication:e[11],streamType:e[12]>>>2&63,bufferSize:e[13]<<16|e[14]<<8|e[15],maxBitrate:e[16]<<24|e[17]<<16|e[18]<<8|e[19],avgBitrate:e[20]<<24|e[21]<<16|e[22]<<8|e[23],decoderConfigDescriptor:{tag:e[24],length:e[25],audioObjectType:e[26]>>>3&31,samplingFrequencyIndex:(7&e[26])<<1|e[27]>>>7&1,channelConfiguration:e[27]>>>3&15}}}},ftyp:function(e){for(var t=new DataView(e.buffer,e.byteOffset,e.byteLength),n={majorBrand:a(e.subarray(0,4)),minorVersion:t.getUint32(4),compatibleBrands:[]},i=8;i<e.byteLength;)n.compatibleBrands.push(a(e.subarray(i,i+4))),i+=4;return n},dinf:function(e){return{boxes:i(e)}},dref:function(e){return{version:e[0],flags:new Uint8Array(e.subarray(1,4)),dataReferences:i(e.subarray(8))}},hdlr:function(e){var t={version:new DataView(e.buffer,e.byteOffset,e.byteLength).getUint8(0),flags:new Uint8Array(e.subarray(1,4)),handlerType:a(e.subarray(8,12)),name:""},n=8;for(n=24;n<e.byteLength;n++){if(0===e[n]){n++;break}t.name+=String.fromCharCode(e[n])}return t.name=decodeURIComponent(escape(t.name)),t},mdat:function(e){return{byteLength:e.byteLength,nals:l(e)}},mdhd:function(e){var t,n=new DataView(e.buffer,e.byteOffset,e.byteLength),i=4,r={version:n.getUint8(0),flags:new Uint8Array(e.subarray(1,4)),language:""};return 1===r.version?(i+=4,r.creationTime=s(n.getUint32(i)),i+=8,r.modificationTime=s(n.getUint32(i)),i+=4,r.timescale=n.getUint32(i),i+=8,r.duration=n.getUint32(i)):(r.creationTime=s(n.getUint32(i)),i+=4,r.modificationTime=s(n.getUint32(i)),i+=4,r.timescale=n.getUint32(i),i+=4,r.duration=n.getUint32(i)),i+=4,t=n.getUint16(i),r.language+=String.fromCharCode(96+(t>>10)),r.language+=String.fromCharCode(96+((992&t)>>5)),r.language+=String.fromCharCode(96+(31&t)),r},mdia:function(e){return{boxes:i(e)}},mfhd:function(e){return{version:e[0],flags:new Uint8Array(e.subarray(1,4)),sequenceNumber:e[4]<<24|e[5]<<16|e[6]<<8|e[7]}},minf:function(e){return{boxes:i(e)}},mp4a:function(e){var t=new DataView(e.buffer,e.byteOffset,e.byteLength),n={dataReferenceIndex:t.getUint16(6),channelcount:t.getUint16(16),samplesize:t.getUint16(18),samplerate:t.getUint16(24)+t.getUint16(26)/65536};return e.byteLength>28&&(n.streamDescriptor=i(e.subarray(28))[0]),n},moof:function(e){return{boxes:i(e)}},moov:function(e){return{boxes:i(e)}},mvex:function(e){return{boxes:i(e)}},mvhd:function(e){var t=new DataView(e.buffer,e.byteOffset,e.byteLength),n=4,i={version:t.getUint8(0),flags:new Uint8Array(e.subarray(1,4))};return 1===i.version?(n+=4,i.creationTime=s(t.getUint32(n)),n+=8,i.modificationTime=s(t.getUint32(n)),n+=4,i.timescale=t.getUint32(n),n+=8,i.duration=t.getUint32(n)):(i.creationTime=s(t.getUint32(n)),n+=4,i.modificationTime=s(t.getUint32(n)),n+=4,i.timescale=t.getUint32(n),n+=4,i.duration=t.getUint32(n)),n+=4,i.rate=t.getUint16(n)+t.getUint16(n+2)/16,n+=4,i.volume=t.getUint8(n)+t.getUint8(n+1)/8,n+=2,n+=2,n+=8,i.matrix=new Uint32Array(e.subarray(n,n+36)),n+=36,n+=24,i.nextTrackId=t.getUint32(n),i},pdin:function(e){var t=new DataView(e.buffer,e.byteOffset,e.byteLength);return{version:t.getUint8(0),flags:new Uint8Array(e.subarray(1,4)),rate:t.getUint32(4),initialDelay:t.getUint32(8)}},sdtp:function(e){var t,n={version:e[0],flags:new Uint8Array(e.subarray(1,4)),samples:[]};for(t=4;t<e.byteLength;t++)n.samples.push({dependsOn:(48&e[t])>>4,isDependedOn:(12&e[t])>>2,hasRedundancy:3&e[t]});return n},sidx:function(e){var t,n=new DataView(e.buffer,e.byteOffset,e.byteLength),i={version:e[0],flags:new Uint8Array(e.subarray(1,4)),references:[],referenceId:n.getUint32(4),timescale:n.getUint32(8),earliestPresentationTime:n.getUint32(12),firstOffset:n.getUint32(16)},r=n.getUint16(22);for(t=24;r;t+=12,r--)i.references.push({referenceType:(128&e[t])>>>7,referencedSize:2147483647&n.getUint32(t),subsegmentDuration:n.getUint32(t+4),startsWithSap:!!(128&e[t+8]),sapType:(112&e[t+8])>>>4,sapDeltaTime:268435455&n.getUint32(t+8)});return i},smhd:function(e){return{version:e[0],flags:new Uint8Array(e.subarray(1,4)),balance:e[4]+e[5]/256}},stbl:function(e){return{boxes:i(e)}},stco:function(e){var t,n=new DataView(e.buffer,e.byteOffset,e.byteLength),i={version:e[0],flags:new Uint8Array(e.subarray(1,4)),chunkOffsets:[]},r=n.getUint32(4);for(t=8;r;t+=4,r--)i.chunkOffsets.push(n.getUint32(t));return i},stsc:function(e){var t,n=new DataView(e.buffer,e.byteOffset,e.byteLength),i=n.getUint32(4),r={version:e[0],flags:new Uint8Array(e.subarray(1,4)),sampleToChunks:[]};for(t=8;i;t+=12,i--)r.sampleToChunks.push({firstChunk:n.getUint32(t),samplesPerChunk:n.getUint32(t+4),sampleDescriptionIndex:n.getUint32(t+8)});return r},stsd:function(e){return{version:e[0],flags:new Uint8Array(e.subarray(1,4)),sampleDescriptions:i(e.subarray(8))}},stsz:function(e){var t,n=new DataView(e.buffer,e.byteOffset,e.byteLength),i={version:e[0],flags:new Uint8Array(e.subarray(1,4)),sampleSize:n.getUint32(4),entries:[]};for(t=12;t<e.byteLength;t+=4)i.entries.push(n.getUint32(t));return i},stts:function(e){var t,n=new DataView(e.buffer,e.byteOffset,e.byteLength),i={version:e[0],flags:new Uint8Array(e.subarray(1,4)),timeToSamples:[]},r=n.getUint32(4);for(t=8;r;t+=8,r--)i.timeToSamples.push({sampleCount:n.getUint32(t),sampleDelta:n.getUint32(t+4)});return i},styp:function(e){return u.ftyp(e)},tfdt:function(e){var t={version:e[0],flags:new Uint8Array(e.subarray(1,4)),baseMediaDecodeTime:e[4]<<24|e[5]<<16|e[6]<<8|e[7]};return 1===t.version&&(t.baseMediaDecodeTime*=Math.pow(2,32),t.baseMediaDecodeTime+=e[8]<<24|e[9]<<16|e[10]<<8|e[11]),t},tfhd:function(e){var t,n=new DataView(e.buffer,e.byteOffset,e.byteLength),i={version:e[0],flags:new Uint8Array(e.subarray(1,4)),trackId:n.getUint32(4)},r=1&i.flags[2],a=2&i.flags[2],s=8&i.flags[2],o=16&i.flags[2],l=32&i.flags[2],u=65536&i.flags[0],c=131072&i.flags[0];return t=8,r&&(t+=4,i.baseDataOffset=n.getUint32(12),t+=4),a&&(i.sampleDescriptionIndex=n.getUint32(t),t+=4),s&&(i.defaultSampleDuration=n.getUint32(t),t+=4),o&&(i.defaultSampleSize=n.getUint32(t),t+=4),l&&(i.defaultSampleFlags=n.getUint32(t)),u&&(i.durationIsEmpty=!0),!r&&c&&(i.baseDataOffsetIsMoof=!0),i},tkhd:function(e){var t=new DataView(e.buffer,e.byteOffset,e.byteLength),n=4,i={version:t.getUint8(0),flags:new Uint8Array(e.subarray(1,4))};return 1===i.version?(n+=4,i.creationTime=s(t.getUint32(n)),n+=8,i.modificationTime=s(t.getUint32(n)),n+=4,i.trackId=t.getUint32(n),n+=4,n+=8,i.duration=t.getUint32(n)):(i.creationTime=s(t.getUint32(n)),n+=4,i.modificationTime=s(t.getUint32(n)),n+=4,i.trackId=t.getUint32(n),n+=4,n+=4,i.duration=t.getUint32(n)),n+=4,n+=8,i.layer=t.getUint16(n),n+=2,i.alternateGroup=t.getUint16(n),n+=2,i.volume=t.getUint8(n)+t.getUint8(n+1)/8,n+=2,n+=2,i.matrix=new Uint32Array(e.subarray(n,n+36)),n+=36,i.width=t.getUint16(n)+t.getUint16(n+2)/16,n+=4,i.height=t.getUint16(n)+t.getUint16(n+2)/16,i},traf:function(e){return{boxes:i(e)}},trak:function(e){return{boxes:i(e)}},trex:function(e){var t=new DataView(e.buffer,e.byteOffset,e.byteLength);return{version:e[0],flags:new Uint8Array(e.subarray(1,4)),trackId:t.getUint32(4),defaultSampleDescriptionIndex:t.getUint32(8),defaultSampleDuration:t.getUint32(12),defaultSampleSize:t.getUint32(16),sampleDependsOn:3&e[20],sampleIsDependedOn:(192&e[21])>>6,sampleHasRedundancy:(48&e[21])>>4,samplePaddingValue:(14&e[21])>>1,sampleIsDifferenceSample:!!(1&e[21]),sampleDegradationPriority:t.getUint16(22)}},trun:function(e){var t,n={version:e[0],flags:new Uint8Array(e.subarray(1,4)),samples:[]},i=new DataView(e.buffer,e.byteOffset,e.byteLength),r=1&n.flags[2],a=4&n.flags[2],s=1&n.flags[1],l=2&n.flags[1],u=4&n.flags[1],c=8&n.flags[1],d=i.getUint32(4),h=8;for(r&&(n.dataOffset=i.getInt32(h),h+=4),a&&d&&(t={flags:o(e.subarray(h,h+4))},h+=4,s&&(t.duration=i.getUint32(h),h+=4),l&&(t.size=i.getUint32(h),h+=4),c&&(t.compositionTimeOffset=i.getUint32(h),h+=4),n.samples.push(t),d--);d--;)t={},s&&(t.duration=i.getUint32(h),h+=4),l&&(t.size=i.getUint32(h),h+=4),u&&(t.flags=o(e.subarray(h,h+4)),h+=4),c&&(t.compositionTimeOffset=i.getUint32(h),h+=4),n.samples.push(t);return n},"url ":function(e){return{version:e[0],flags:new Uint8Array(e.subarray(1,4))}},vmhd:function(e){var t=new DataView(e.buffer,e.byteOffset,e.byteLength);return{version:e[0],flags:new Uint8Array(e.subarray(1,4)),graphicsmode:t.getUint16(4),opcolor:new Uint16Array([t.getUint16(6),t.getUint16(8),t.getUint16(10)])}}};i=function(e){for(var t,n,i,r,s,o=0,l=[],c=new ArrayBuffer(e.length),d=new Uint8Array(c),h=0;h<e.length;++h)d[h]=e[h];for(t=new DataView(c);o<e.byteLength;)n=t.getUint32(o),i=a(e.subarray(o+4,o+8)),r=n>1?o+n:e.byteLength,(s=(u[i]||function(e){return{data:e}})(e.subarray(o+8,r))).size=n,s.type=i,l.push(s),o=r;return l},r=function(e,t){var n;return t=t||0,n=new Array(2*t+1).join(" "),e.map(function(e,i){return n+e.type+"\n"+Object.keys(e).filter(function(e){return"type"!==e&&"boxes"!==e}).map(function(t){var i=n+" "+t+": ",r=e[t];if(r instanceof Uint8Array||r instanceof Uint32Array){var a=Array.prototype.slice.call(new Uint8Array(r.buffer,r.byteOffset,r.byteLength)).map(function(e){return" "+("00"+e.toString(16)).slice(-2)}).join("").match(/.{1,24}/g);return a?1===a.length?i+"<"+a.join("").slice(1)+">":i+"<\n"+a.map(function(e){return n+" "+e}).join("\n")+"\n"+n+" >":i+"<>"}return i+JSON.stringify(r,null,2).split("\n").map(function(e,t){return 0===t?e:n+" "+e}).join("\n")}).join("\n")+(e.boxes?"\n"+r(e.boxes,t+1):"")}).join("\n")},e.exports={inspect:i,textify:r,parseTfdt:u.tfdt,parseHdlr:u.hdlr,parseTfhd:u.tfhd,parseTrun:u.trun}},function(e,t,n){"use strict";var i=n(6),r=n(15).handleRollover,a={};a.ts=n(51),a.aac=n(11);var s=function(e,t,n){for(var i,r,s,o,l=0,u=188,c=!1;u<=e.byteLength;)if(71!==e[l]||71!==e[u]&&u!==e.byteLength)l++,u++;else{switch(i=e.subarray(l,u),a.ts.parseType(i,t.pid)){case"pes":r=a.ts.parsePesType(i,t.table),s=a.ts.parsePayloadUnitStartIndicator(i),"audio"===r&&s&&(o=a.ts.parsePesTime(i))&&(o.type="audio",n.audio.push(o),c=!0)}if(c)break;l+=188,u+=188}for(l=(u=e.byteLength)-188,c=!1;l>=0;)if(71!==e[l]||71!==e[u]&&u!==e.byteLength)l--,u--;else{switch(i=e.subarray(l,u),a.ts.parseType(i,t.pid)){case"pes":r=a.ts.parsePesType(i,t.table),s=a.ts.parsePayloadUnitStartIndicator(i),"audio"===r&&s&&(o=a.ts.parsePesTime(i))&&(o.type="audio",n.audio.push(o),c=!0)}if(c)break;l-=188,u-=188}},o=function(e,t,n){for(var i,r,s,o,l,u,c,d=0,h=188,p=!1,f={data:[],size:0};h<e.byteLength;)if(71!==e[d]||71!==e[h])d++,h++;else{switch(i=e.subarray(d,h),a.ts.parseType(i,t.pid)){case"pes":if(r=a.ts.parsePesType(i,t.table),s=a.ts.parsePayloadUnitStartIndicator(i),"video"===r&&(s&&!p&&(o=a.ts.parsePesTime(i))&&(o.type="video",n.video.push(o),p=!0),!n.firstKeyFrame)){if(s&&0!==f.size){for(l=new Uint8Array(f.size),u=0;f.data.length;)c=f.data.shift(),l.set(c,u),u+=c.byteLength;a.ts.videoPacketContainsKeyFrame(l)&&(n.firstKeyFrame=a.ts.parsePesTime(l),n.firstKeyFrame.type="video"),f.size=0}f.data.push(i),f.size+=i.byteLength}}if(p&&n.firstKeyFrame)break;d+=188,h+=188}for(d=(h=e.byteLength)-188,p=!1;d>=0;)if(71!==e[d]||71!==e[h])d--,h--;else{switch(i=e.subarray(d,h),a.ts.parseType(i,t.pid)){case"pes":r=a.ts.parsePesType(i,t.table),s=a.ts.parsePayloadUnitStartIndicator(i),"video"===r&&s&&(o=a.ts.parsePesTime(i))&&(o.type="video",n.video.push(o),p=!0)}if(p)break;d-=188,h-=188}},l=function(e){var t={pid:null,table:null},n={};for(var r in function(e,t){for(var n,i=0,r=188;r<e.byteLength;)if(71!==e[i]||71!==e[r])i++,r++;else{switch(n=e.subarray(i,r),a.ts.parseType(n,t.pid)){case"pat":t.pid||(t.pid=a.ts.parsePat(n));break;case"pmt":t.table||(t.table=a.ts.parsePmt(n))}if(t.pid&&t.table)return;i+=188,r+=188}}(e,t),t.table){if(t.table.hasOwnProperty(r))switch(t.table[r]){case i.H264_STREAM_TYPE:n.video=[],o(e,t,n),0===n.video.length&&delete n.video;break;case i.ADTS_STREAM_TYPE:n.audio=[],s(e,t,n),0===n.audio.length&&delete n.audio}}return n};e.exports={inspect:function(e,t){var n;return(n=a.aac.isLikelyAacData(e)?function(e){for(var t,n=!1,i=0,r=null,s=null,o=0,l=0;e.length-l>=3;){switch(a.aac.parseType(e,l)){case"timed-metadata":if(e.length-l<10){n=!0;break}if((o=a.aac.parseId3TagSize(e,l))>e.length){n=!0;break}null===s&&(t=e.subarray(l,l+o),s=a.aac.parseAacTimestamp(t)),l+=o;break;case"audio":if(e.length-l<7){n=!0;break}if((o=a.aac.parseAdtsSize(e,l))>e.length){n=!0;break}null===r&&(t=e.subarray(l,l+o),r=a.aac.parseSampleRate(t)),i++,l+=o;break;default:l++}if(n)return null}if(null===r||null===s)return null;var u=9e4/r;return{audio:[{type:"audio",dts:s,pts:s},{type:"audio",dts:s+1024*i*u,pts:s+1024*i*u}]}}(e):l(e))&&(n.audio||n.video)?(function(e,t){if(e.audio&&e.audio.length){var n=t;void 0===n&&(n=e.audio[0].dts),e.audio.forEach(function(e){e.dts=r(e.dts,n),e.pts=r(e.pts,n),e.dtsTime=e.dts/9e4,e.ptsTime=e.pts/9e4})}if(e.video&&e.video.length){var i=t;if(void 0===i&&(i=e.video[0].dts),e.video.forEach(function(e){e.dts=r(e.dts,i),e.pts=r(e.pts,i),e.dtsTime=e.dts/9e4,e.ptsTime=e.pts/9e4}),e.firstKeyFrame){var a=e.firstKeyFrame;a.dts=r(a.dts,i),a.pts=r(a.pts,i),a.dtsTime=a.dts/9e4,a.ptsTime=a.dts/9e4}}}(n,t),n):null},parseAudioPes_:s}},function(e,t,n){"use strict";var i=n(6),r=function(e){var t=31&e[1];return t<<=8,t|=e[2]},a=function(e){return!!(64&e[1])},s=function(e){var t=0;return(48&e[3])>>>4>1&&(t+=e[4]+1),t},o=function(e){switch(e){case 5:return"slice_layer_without_partitioning_rbsp_idr";case 6:return"sei_rbsp";case 7:return"seq_parameter_set_rbsp";case 8:return"pic_parameter_set_rbsp";case 9:return"access_unit_delimiter_rbsp";default:return null}};e.exports={parseType:function(e,t){var n=r(e);return 0===n?"pat":n===t?"pmt":t?"pes":null},parsePat:function(e){var t=a(e),n=4+s(e);return t&&(n+=e[n]+1),(31&e[n+10])<<8|e[n+11]},parsePmt:function(e){var t={},n=a(e),i=4+s(e);if(n&&(i+=e[i]+1),1&e[i+5]){var r;r=3+((15&e[i+1])<<8|e[i+2])-4;for(var o=12+((15&e[i+10])<<8|e[i+11]);o<r;){var l=i+o;t[(31&e[l+1])<<8|e[l+2]]=e[l],o+=5+((15&e[l+3])<<8|e[l+4])}return t}},parsePayloadUnitStartIndicator:a,parsePesType:function(e,t){switch(t[r(e)]){case i.H264_STREAM_TYPE:return"video";case i.ADTS_STREAM_TYPE:return"audio";case i.METADATA_STREAM_TYPE:return"timed-metadata";default:return null}},parsePesTime:function(e){if(!a(e))return null;var t=4+s(e);if(t>=e.byteLength)return null;var n,i=null;return 192&(n=e[t+7])&&((i={}).pts=(14&e[t+9])<<27|(255&e[t+10])<<20|(254&e[t+11])<<12|(255&e[t+12])<<5|(254&e[t+13])>>>3,i.pts*=4,i.pts+=(6&e[t+13])>>>1,i.dts=i.pts,64&n&&(i.dts=(14&e[t+14])<<27|(255&e[t+15])<<20|(254&e[t+16])<<12|(255&e[t+17])<<5|(254&e[t+18])>>>3,i.dts*=4,i.dts+=(6&e[t+18])>>>1)),i},videoPacketContainsKeyFrame:function(e){for(var t=4+s(e),n=e.subarray(t),i=0,r=0,a=!1;r<n.byteLength-3;r++)if(1===n[r+2]){i=r+5;break}for(;i<n.byteLength;)switch(n[i]){case 0:if(0!==n[i-1]){i+=2;break}if(0!==n[i-2]){i++;break}r+3!==i-2&&"slice_layer_without_partitioning_rbsp_idr"===o(31&n[r+3])&&(a=!0);do{i++}while(1!==n[i]&&i<n.length);r=i-2,i+=3;break;case 1:if(0!==n[i-1]||0!==n[i-2]){i+=3;break}"slice_layer_without_partitioning_rbsp_idr"===o(31&n[r+3])&&(a=!0),r=i-2,i+=3;break;default:i+=3}return n=n.subarray(r),i-=r,r=0,n&&n.byteLength>3&&"slice_layer_without_partitioning_rbsp_idr"===o(31&n[r+3])&&(a=!0),a}}},,function(e,t){e.exports=function(e){var t="undefined"!=typeof window&&window.location;if(!t)throw new Error("fixUrls requires window.location");if(!e||"string"!=typeof e)return e;var n=t.protocol+"//"+t.host,i=n+t.pathname.replace(/\/[^\/]*$/,"/");return e.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,function(e,t){var r,a=t.trim().replace(/^"(.*)"$/,function(e,t){return t}).replace(/^'(.*)'$/,function(e,t){return t});return/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/|\s*$)/i.test(a)?e:(r=0===a.indexOf("//")?a:0===a.indexOf("/")?n+a:i+a.replace(/^\.\//,""),"url("+JSON.stringify(r)+")")})}},function(e,t,n){(e.exports=n(16)(!1)).push([e.i,'.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-modal-dialog, .vjs-modal-dialog .vjs-modal-dialog-content {\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%; }\n\n.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .vjs-button > .vjs-icon-placeholder:before {\n text-align: center; }\n\n@font-face {\n font-family: VideoJS;\n src: url(data:application/font-woff;charset=utf-8;base64,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) format("woff");\n font-weight: normal;\n font-style: normal; }\n\n.vjs-icon-play, .video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-play:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder:before {\n content: "\\f101"; }\n\n.vjs-icon-play-circle {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-play-circle:before {\n content: "\\f102"; }\n\n.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {\n content: "\\f103"; }\n\n.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {\n content: "\\f104"; }\n\n.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {\n content: "\\f105"; }\n\n.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {\n content: "\\f106"; }\n\n.vjs-icon-volume-high, .video-js .vjs-mute-control .vjs-icon-placeholder {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-volume-high:before, .video-js .vjs-mute-control .vjs-icon-placeholder:before {\n content: "\\f107"; }\n\n.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control .vjs-icon-placeholder {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {\n content: "\\f108"; }\n\n.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {\n content: "\\f109"; }\n\n.vjs-icon-square {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-square:before {\n content: "\\f10a"; }\n\n.vjs-icon-spinner {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-spinner:before {\n content: "\\f10b"; }\n\n.vjs-icon-subtitles, .video-js .vjs-subtitles-button .vjs-icon-placeholder, .video-js .vjs-subs-caps-button .vjs-icon-placeholder,\n.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,\n.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,\n.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,\n.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-subtitles:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before, .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,\n .video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,\n .video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,\n .video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,\n .video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before {\n content: "\\f10c"; }\n\n.vjs-icon-captions, .video-js .vjs-captions-button .vjs-icon-placeholder, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,\n.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-captions:before, .video-js .vjs-captions-button .vjs-icon-placeholder:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,\n .video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before {\n content: "\\f10d"; }\n\n.vjs-icon-chapters, .video-js .vjs-chapters-button .vjs-icon-placeholder {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-chapters:before, .video-js .vjs-chapters-button .vjs-icon-placeholder:before {\n content: "\\f10e"; }\n\n.vjs-icon-share {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-share:before {\n content: "\\f10f"; }\n\n.vjs-icon-cog {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-cog:before {\n content: "\\f110"; }\n\n.vjs-icon-circle, .video-js .vjs-play-progress, .video-js .vjs-volume-level, .vjs-seek-to-live-control .vjs-icon-placeholder {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-circle:before, .video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before, .vjs-seek-to-live-control .vjs-icon-placeholder:before {\n content: "\\f111"; }\n\n.vjs-icon-circle-outline {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-circle-outline:before {\n content: "\\f112"; }\n\n.vjs-icon-circle-inner-circle {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-circle-inner-circle:before {\n content: "\\f113"; }\n\n.vjs-icon-hd {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-hd:before {\n content: "\\f114"; }\n\n.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {\n content: "\\f115"; }\n\n.vjs-icon-replay, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-replay:before, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {\n content: "\\f116"; }\n\n.vjs-icon-facebook {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-facebook:before {\n content: "\\f117"; }\n\n.vjs-icon-gplus {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-gplus:before {\n content: "\\f118"; }\n\n.vjs-icon-linkedin {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-linkedin:before {\n content: "\\f119"; }\n\n.vjs-icon-twitter {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-twitter:before {\n content: "\\f11a"; }\n\n.vjs-icon-tumblr {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-tumblr:before {\n content: "\\f11b"; }\n\n.vjs-icon-pinterest {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-pinterest:before {\n content: "\\f11c"; }\n\n.vjs-icon-audio-description, .video-js .vjs-descriptions-button .vjs-icon-placeholder {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-audio-description:before, .video-js .vjs-descriptions-button .vjs-icon-placeholder:before {\n content: "\\f11d"; }\n\n.vjs-icon-audio, .video-js .vjs-audio-button .vjs-icon-placeholder {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-audio:before, .video-js .vjs-audio-button .vjs-icon-placeholder:before {\n content: "\\f11e"; }\n\n.vjs-icon-next-item {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-next-item:before {\n content: "\\f11f"; }\n\n.vjs-icon-previous-item {\n font-family: VideoJS;\n font-weight: normal;\n font-style: normal; }\n .vjs-icon-previous-item:before {\n content: "\\f120"; }\n\n.video-js {\n display: block;\n vertical-align: top;\n box-sizing: border-box;\n color: #fff;\n background-color: #000;\n position: relative;\n padding: 0;\n font-size: 10px;\n line-height: 1;\n font-weight: normal;\n font-style: normal;\n font-family: Arial, Helvetica, sans-serif;\n word-break: initial; }\n .video-js:-moz-full-screen {\n position: absolute; }\n .video-js:-webkit-full-screen {\n width: 100% !important;\n height: 100% !important; }\n\n.video-js[tabindex="-1"] {\n outline: none; }\n\n.video-js *,\n.video-js *:before,\n.video-js *:after {\n box-sizing: inherit; }\n\n.video-js ul {\n font-family: inherit;\n font-size: inherit;\n line-height: inherit;\n list-style-position: outside;\n margin-left: 0;\n margin-right: 0;\n margin-top: 0;\n margin-bottom: 0; }\n\n.video-js.vjs-fluid,\n.video-js.vjs-16-9,\n.video-js.vjs-4-3 {\n width: 100%;\n max-width: 100%;\n height: 0; }\n\n.video-js.vjs-16-9 {\n padding-top: 56.25%; }\n\n.video-js.vjs-4-3 {\n padding-top: 75%; }\n\n.video-js.vjs-fill {\n width: 100%;\n height: 100%; }\n\n.video-js .vjs-tech {\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%; }\n\nbody.vjs-full-window {\n padding: 0;\n margin: 0;\n height: 100%; }\n\n.vjs-full-window .video-js.vjs-fullscreen {\n position: fixed;\n overflow: hidden;\n z-index: 1000;\n left: 0;\n top: 0;\n bottom: 0;\n right: 0; }\n\n.video-js.vjs-fullscreen {\n width: 100% !important;\n height: 100% !important;\n padding-top: 0 !important; }\n\n.video-js.vjs-fullscreen.vjs-user-inactive {\n cursor: none; }\n\n.vjs-hidden {\n display: none !important; }\n\n.vjs-disabled {\n opacity: 0.5;\n cursor: default; }\n\n.video-js .vjs-offscreen {\n height: 1px;\n left: -9999px;\n position: absolute;\n top: 0;\n width: 1px; }\n\n.vjs-lock-showing {\n display: block !important;\n opacity: 1;\n visibility: visible; }\n\n.vjs-no-js {\n padding: 20px;\n color: #fff;\n background-color: #000;\n font-size: 18px;\n font-family: Arial, Helvetica, sans-serif;\n text-align: center;\n width: 300px;\n height: 150px;\n margin: 0px auto; }\n\n.vjs-no-js a,\n.vjs-no-js a:visited {\n color: #66A8CC; }\n\n.video-js .vjs-big-play-button {\n font-size: 3em;\n line-height: 1.5em;\n height: 1.5em;\n width: 3em;\n display: block;\n position: absolute;\n top: 10px;\n left: 10px;\n padding: 0;\n cursor: pointer;\n opacity: 1;\n border: 0.06666em solid #fff;\n background-color: #2B333F;\n background-color: rgba(43, 51, 63, 0.7);\n border-radius: 0.3em;\n transition: all 0.4s; }\n\n.vjs-big-play-centered .vjs-big-play-button {\n top: 50%;\n left: 50%;\n margin-top: -0.75em;\n margin-left: -1.5em; }\n\n.video-js:hover .vjs-big-play-button,\n.video-js .vjs-big-play-button:focus {\n border-color: #fff;\n background-color: #73859f;\n background-color: rgba(115, 133, 159, 0.5);\n transition: all 0s; }\n\n.vjs-controls-disabled .vjs-big-play-button,\n.vjs-has-started .vjs-big-play-button,\n.vjs-using-native-controls .vjs-big-play-button,\n.vjs-error .vjs-big-play-button {\n display: none; }\n\n.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {\n display: block; }\n\n.video-js button {\n background: none;\n border: none;\n color: inherit;\n display: inline-block;\n font-size: inherit;\n line-height: inherit;\n text-transform: none;\n text-decoration: none;\n transition: none;\n -webkit-appearance: none;\n -moz-appearance: none;\n appearance: none; }\n\n.vjs-control .vjs-button {\n width: 100%;\n height: 100%; }\n\n.video-js .vjs-control.vjs-close-button {\n cursor: pointer;\n height: 3em;\n position: absolute;\n right: 0;\n top: 0.5em;\n z-index: 2; }\n\n.video-js .vjs-modal-dialog {\n background: rgba(0, 0, 0, 0.8);\n background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));\n overflow: auto; }\n\n.video-js .vjs-modal-dialog > * {\n box-sizing: border-box; }\n\n.vjs-modal-dialog .vjs-modal-dialog-content {\n font-size: 1.2em;\n line-height: 1.5;\n padding: 20px 24px;\n z-index: 1; }\n\n.vjs-menu-button {\n cursor: pointer; }\n\n.vjs-menu-button.vjs-disabled {\n cursor: default; }\n\n.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {\n display: none; }\n\n.vjs-menu .vjs-menu-content {\n display: block;\n padding: 0;\n margin: 0;\n font-family: Arial, Helvetica, sans-serif;\n overflow: auto; }\n\n.vjs-menu .vjs-menu-content > * {\n box-sizing: border-box; }\n\n.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {\n display: none; }\n\n.vjs-menu li {\n list-style: none;\n margin: 0;\n padding: 0.2em 0;\n line-height: 1.4em;\n font-size: 1.2em;\n text-align: center;\n text-transform: lowercase; }\n\n.vjs-menu li.vjs-menu-item:focus,\n.vjs-menu li.vjs-menu-item:hover,\n.js-focus-visible .vjs-menu li.vjs-menu-item:hover {\n background-color: #73859f;\n background-color: rgba(115, 133, 159, 0.5); }\n\n.vjs-menu li.vjs-selected,\n.vjs-menu li.vjs-selected:focus,\n.vjs-menu li.vjs-selected:hover,\n.js-focus-visible .vjs-menu li.vjs-selected:hover {\n background-color: #fff;\n color: #2B333F; }\n\n.vjs-menu li.vjs-menu-title {\n text-align: center;\n text-transform: uppercase;\n font-size: 1em;\n line-height: 2em;\n padding: 0;\n margin: 0 0 0.3em 0;\n font-weight: bold;\n cursor: default; }\n\n.vjs-menu-button-popup .vjs-menu {\n display: none;\n position: absolute;\n bottom: 0;\n width: 10em;\n left: -3em;\n height: 0em;\n margin-bottom: 1.5em;\n border-top-color: rgba(43, 51, 63, 0.7); }\n\n.vjs-menu-button-popup .vjs-menu .vjs-menu-content {\n background-color: #2B333F;\n background-color: rgba(43, 51, 63, 0.7);\n position: absolute;\n width: 100%;\n bottom: 1.5em;\n max-height: 15em; }\n\n.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu,\n.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {\n display: block; }\n\n.video-js .vjs-menu-button-inline {\n transition: all 0.4s;\n overflow: hidden; }\n\n.video-js .vjs-menu-button-inline:before {\n width: 2.222222222em; }\n\n.video-js .vjs-menu-button-inline:hover,\n.video-js .vjs-menu-button-inline:focus,\n.video-js .vjs-menu-button-inline.vjs-slider-active,\n.video-js.vjs-no-flex .vjs-menu-button-inline {\n width: 12em; }\n\n.vjs-menu-button-inline .vjs-menu {\n opacity: 0;\n height: 100%;\n width: auto;\n position: absolute;\n left: 4em;\n top: 0;\n padding: 0;\n margin: 0;\n transition: all 0.4s; }\n\n.vjs-menu-button-inline:hover .vjs-menu,\n.vjs-menu-button-inline:focus .vjs-menu,\n.vjs-menu-button-inline.vjs-slider-active .vjs-menu {\n display: block;\n opacity: 1; }\n\n.vjs-no-flex .vjs-menu-button-inline .vjs-menu {\n display: block;\n opacity: 1;\n position: relative;\n width: auto; }\n\n.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,\n.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,\n.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {\n width: auto; }\n\n.vjs-menu-button-inline .vjs-menu-content {\n width: auto;\n height: 100%;\n margin: 0;\n overflow: hidden; }\n\n.video-js .vjs-control-bar {\n display: none;\n width: 100%;\n position: absolute;\n bottom: 0;\n left: 0;\n right: 0;\n height: 3.0em;\n background-color: #2B333F;\n background-color: rgba(43, 51, 63, 0.7); }\n\n.vjs-has-started .vjs-control-bar {\n display: flex;\n visibility: visible;\n opacity: 1;\n transition: visibility 0.1s, opacity 0.1s; }\n\n.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {\n visibility: visible;\n opacity: 0;\n transition: visibility 1s, opacity 1s; }\n\n.vjs-controls-disabled .vjs-control-bar,\n.vjs-using-native-controls .vjs-control-bar,\n.vjs-error .vjs-control-bar {\n display: none !important; }\n\n.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {\n opacity: 1;\n visibility: visible; }\n\n.vjs-has-started.vjs-no-flex .vjs-control-bar {\n display: table; }\n\n.video-js .vjs-control {\n position: relative;\n text-align: center;\n margin: 0;\n padding: 0;\n height: 100%;\n width: 4em;\n flex: none; }\n\n.vjs-button > .vjs-icon-placeholder:before {\n font-size: 1.8em;\n line-height: 1.67; }\n\n.video-js .vjs-control:focus:before,\n.video-js .vjs-control:hover:before,\n.video-js .vjs-control:focus {\n text-shadow: 0em 0em 1em white; }\n\n.video-js .vjs-control-text {\n border: 0;\n clip: rect(0 0 0 0);\n height: 1px;\n overflow: hidden;\n padding: 0;\n position: absolute;\n width: 1px; }\n\n.vjs-no-flex .vjs-control {\n display: table-cell;\n vertical-align: middle; }\n\n.video-js .vjs-custom-control-spacer {\n display: none; }\n\n.video-js .vjs-progress-control {\n cursor: pointer;\n flex: auto;\n display: flex;\n align-items: center;\n min-width: 4em;\n touch-action: none; }\n\n.video-js .vjs-progress-control.disabled {\n cursor: default; }\n\n.vjs-live .vjs-progress-control {\n display: none; }\n\n.vjs-liveui .vjs-progress-control {\n display: flex;\n align-items: center; }\n\n.vjs-no-flex .vjs-progress-control {\n width: auto; }\n\n.video-js .vjs-progress-holder {\n flex: auto;\n transition: all 0.2s;\n height: 0.3em; }\n\n.video-js .vjs-progress-control .vjs-progress-holder {\n margin: 0 10px; }\n\n.video-js .vjs-progress-control:hover .vjs-progress-holder {\n font-size: 1.666666666666666666em; }\n\n.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {\n font-size: 1em; }\n\n.video-js .vjs-progress-holder .vjs-play-progress,\n.video-js .vjs-progress-holder .vjs-load-progress,\n.video-js .vjs-progress-holder .vjs-load-progress div {\n position: absolute;\n display: block;\n height: 100%;\n margin: 0;\n padding: 0;\n width: 0; }\n\n.video-js .vjs-play-progress {\n background-color: #fff; }\n .video-js .vjs-play-progress:before {\n font-size: 0.9em;\n position: absolute;\n right: -0.5em;\n top: -0.333333333333333em;\n z-index: 1; }\n\n.video-js .vjs-load-progress {\n background: rgba(115, 133, 159, 0.5); }\n\n.video-js .vjs-load-progress div {\n background: rgba(115, 133, 159, 0.75); }\n\n.video-js .vjs-time-tooltip {\n background-color: #fff;\n background-color: rgba(255, 255, 255, 0.8);\n border-radius: 0.3em;\n color: #000;\n float: right;\n font-family: Arial, Helvetica, sans-serif;\n font-size: 1em;\n padding: 6px 8px 8px 8px;\n pointer-events: none;\n position: absolute;\n top: -3.4em;\n visibility: hidden;\n z-index: 1; }\n\n.video-js .vjs-progress-holder:focus .vjs-time-tooltip {\n display: none; }\n\n.video-js .vjs-progress-control:hover .vjs-time-tooltip,\n.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {\n display: block;\n font-size: 0.6em;\n visibility: visible; }\n\n.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {\n font-size: 1em; }\n\n.video-js .vjs-progress-control .vjs-mouse-display {\n display: none;\n position: absolute;\n width: 1px;\n height: 100%;\n background-color: #000;\n z-index: 1; }\n\n.vjs-no-flex .vjs-progress-control .vjs-mouse-display {\n z-index: 0; }\n\n.video-js .vjs-progress-control:hover .vjs-mouse-display {\n display: block; }\n\n.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {\n visibility: hidden;\n opacity: 0;\n transition: visibility 1s, opacity 1s; }\n\n.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {\n display: none; }\n\n.vjs-mouse-display .vjs-time-tooltip {\n color: #fff;\n background-color: #000;\n background-color: rgba(0, 0, 0, 0.8); }\n\n.video-js .vjs-slider {\n position: relative;\n cursor: pointer;\n padding: 0;\n margin: 0 0.45em 0 0.45em;\n /* iOS Safari */\n -webkit-touch-callout: none;\n /* Safari */\n -webkit-user-select: none;\n /* Konqueror HTML */\n /* Firefox */\n -moz-user-select: none;\n /* Internet Explorer/Edge */\n -ms-user-select: none;\n /* Non-prefixed version, currently supported by Chrome and Opera */\n user-select: none;\n background-color: #73859f;\n background-color: rgba(115, 133, 159, 0.5); }\n\n.video-js .vjs-slider.disabled {\n cursor: default; }\n\n.video-js .vjs-slider:focus {\n text-shadow: 0em 0em 1em white;\n box-shadow: 0 0 1em #fff; }\n\n.video-js .vjs-mute-control {\n cursor: pointer;\n flex: none; }\n\n.video-js .vjs-volume-control {\n cursor: pointer;\n margin-right: 1em;\n display: flex; }\n\n.video-js .vjs-volume-control.vjs-volume-horizontal {\n width: 5em; }\n\n.video-js .vjs-volume-panel .vjs-volume-control {\n visibility: visible;\n opacity: 0;\n width: 1px;\n height: 1px;\n margin-left: -1px; }\n\n.video-js .vjs-volume-panel {\n transition: width 1s; }\n .video-js .vjs-volume-panel:hover .vjs-volume-control,\n .video-js .vjs-volume-panel:active .vjs-volume-control,\n .video-js .vjs-volume-panel:focus .vjs-volume-control,\n .video-js .vjs-volume-panel .vjs-volume-control:hover,\n .video-js .vjs-volume-panel .vjs-volume-control:active,\n .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control,\n .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {\n visibility: visible;\n opacity: 1;\n position: relative;\n transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s; }\n .video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal,\n .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,\n .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,\n .video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-horizontal,\n .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,\n .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-horizontal,\n .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {\n width: 5em;\n height: 3em; }\n .video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical,\n .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,\n .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical,\n .video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical,\n .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,\n .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-vertical,\n .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {\n left: -3.5em; }\n .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {\n width: 9em;\n transition: width 0.1s; }\n .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {\n width: 4em; }\n\n.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {\n height: 8em;\n width: 3em;\n left: -3000em;\n transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s; }\n\n.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {\n transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s; }\n\n.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {\n width: 5em;\n height: 3em;\n visibility: visible;\n opacity: 1;\n position: relative;\n transition: none; }\n\n.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,\n.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {\n position: absolute;\n bottom: 3em;\n left: 0.5em; }\n\n.video-js .vjs-volume-panel {\n display: flex; }\n\n.video-js .vjs-volume-bar {\n margin: 1.35em 0.45em; }\n\n.vjs-volume-bar.vjs-slider-horizontal {\n width: 5em;\n height: 0.3em; }\n\n.vjs-volume-bar.vjs-slider-vertical {\n width: 0.3em;\n height: 5em;\n margin: 1.35em auto; }\n\n.video-js .vjs-volume-level {\n position: absolute;\n bottom: 0;\n left: 0;\n background-color: #fff; }\n .video-js .vjs-volume-level:before {\n position: absolute;\n font-size: 0.9em; }\n\n.vjs-slider-vertical .vjs-volume-level {\n width: 0.3em; }\n .vjs-slider-vertical .vjs-volume-level:before {\n top: -0.5em;\n left: -0.3em; }\n\n.vjs-slider-horizontal .vjs-volume-level {\n height: 0.3em; }\n .vjs-slider-horizontal .vjs-volume-level:before {\n top: -0.3em;\n right: -0.5em; }\n\n.video-js .vjs-volume-panel.vjs-volume-panel-vertical {\n width: 4em; }\n\n.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {\n height: 100%; }\n\n.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {\n width: 100%; }\n\n.video-js .vjs-volume-vertical {\n width: 3em;\n height: 8em;\n bottom: 8em;\n background-color: #2B333F;\n background-color: rgba(43, 51, 63, 0.7); }\n\n.video-js .vjs-volume-horizontal .vjs-menu {\n left: -2em; }\n\n.vjs-poster {\n display: inline-block;\n vertical-align: middle;\n background-repeat: no-repeat;\n background-position: 50% 50%;\n background-size: contain;\n background-color: #000000;\n cursor: pointer;\n margin: 0;\n padding: 0;\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n height: 100%; }\n\n.vjs-has-started .vjs-poster {\n display: none; }\n\n.vjs-audio.vjs-has-started .vjs-poster {\n display: block; }\n\n.vjs-using-native-controls .vjs-poster {\n display: none; }\n\n.video-js .vjs-live-control {\n display: flex;\n align-items: flex-start;\n flex: auto;\n font-size: 1em;\n line-height: 3em; }\n\n.vjs-no-flex .vjs-live-control {\n display: table-cell;\n width: auto;\n text-align: left; }\n\n.video-js:not(.vjs-live) .vjs-live-control,\n.video-js.vjs-liveui .vjs-live-control {\n display: none; }\n\n.video-js .vjs-seek-to-live-control {\n cursor: pointer;\n flex: none;\n display: inline-flex;\n height: 100%;\n padding-left: 0.5em;\n padding-right: 0.5em;\n font-size: 1em;\n line-height: 3em;\n width: auto;\n min-width: 4em; }\n\n.vjs-no-flex .vjs-seek-to-live-control {\n display: table-cell;\n width: auto;\n text-align: left; }\n\n.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,\n.video-js:not(.vjs-live) .vjs-seek-to-live-control {\n display: none; }\n\n.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {\n cursor: auto; }\n\n.vjs-seek-to-live-control .vjs-icon-placeholder {\n margin-right: 0.5em;\n color: #888; }\n\n.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {\n color: red; }\n\n.video-js .vjs-time-control {\n flex: none;\n font-size: 1em;\n line-height: 3em;\n min-width: 2em;\n width: auto;\n padding-left: 1em;\n padding-right: 1em; }\n\n.vjs-live .vjs-time-control {\n display: none; }\n\n.video-js .vjs-current-time,\n.vjs-no-flex .vjs-current-time {\n display: none; }\n\n.video-js .vjs-duration,\n.vjs-no-flex .vjs-duration {\n display: none; }\n\n.vjs-time-divider {\n display: none;\n line-height: 3em; }\n\n.vjs-live .vjs-time-divider {\n display: none; }\n\n.video-js .vjs-play-control {\n cursor: pointer; }\n\n.video-js .vjs-play-control .vjs-icon-placeholder {\n flex: none; }\n\n.vjs-text-track-display {\n position: absolute;\n bottom: 3em;\n left: 0;\n right: 0;\n top: 0;\n pointer-events: none; }\n\n.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {\n bottom: 1em; }\n\n.video-js .vjs-text-track {\n font-size: 1.4em;\n text-align: center;\n margin-bottom: 0.1em; }\n\n.vjs-subtitles {\n color: #fff; }\n\n.vjs-captions {\n color: #fc6; }\n\n.vjs-tt-cue {\n display: block; }\n\nvideo::-webkit-media-text-track-display {\n -webkit-transform: translateY(-3em);\n transform: translateY(-3em); }\n\n.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {\n -webkit-transform: translateY(-1.5em);\n transform: translateY(-1.5em); }\n\n.video-js .vjs-fullscreen-control {\n cursor: pointer;\n flex: none; }\n\n.vjs-playback-rate > .vjs-menu-button,\n.vjs-playback-rate .vjs-playback-rate-value {\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%; }\n\n.vjs-playback-rate .vjs-playback-rate-value {\n pointer-events: none;\n font-size: 1.5em;\n line-height: 2;\n text-align: center; }\n\n.vjs-playback-rate .vjs-menu {\n width: 4em;\n left: 0em; }\n\n.vjs-error .vjs-error-display .vjs-modal-dialog-content {\n font-size: 1.4em;\n text-align: center; }\n\n.vjs-error .vjs-error-display:before {\n color: #fff;\n content: \'X\';\n font-family: Arial, Helvetica, sans-serif;\n font-size: 4em;\n left: 0;\n line-height: 1;\n margin-top: -0.5em;\n position: absolute;\n text-shadow: 0.05em 0.05em 0.1em #000;\n text-align: center;\n top: 50%;\n vertical-align: middle;\n width: 100%; }\n\n.vjs-loading-spinner {\n display: none;\n position: absolute;\n top: 50%;\n left: 50%;\n margin: -25px 0 0 -25px;\n opacity: 0.85;\n text-align: left;\n border: 6px solid rgba(43, 51, 63, 0.7);\n box-sizing: border-box;\n background-clip: padding-box;\n width: 50px;\n height: 50px;\n border-radius: 25px;\n visibility: hidden; }\n\n.vjs-seeking .vjs-loading-spinner,\n.vjs-waiting .vjs-loading-spinner {\n display: block;\n -webkit-animation: 0s linear 0.3s forwards vjs-spinner-show;\n animation: 0s linear 0.3s forwards vjs-spinner-show; }\n\n.vjs-loading-spinner:before,\n.vjs-loading-spinner:after {\n content: "";\n position: absolute;\n margin: -6px;\n box-sizing: inherit;\n width: inherit;\n height: inherit;\n border-radius: inherit;\n opacity: 1;\n border: inherit;\n border-color: transparent;\n border-top-color: white; }\n\n.vjs-seeking .vjs-loading-spinner:before,\n.vjs-seeking .vjs-loading-spinner:after,\n.vjs-waiting .vjs-loading-spinner:before,\n.vjs-waiting .vjs-loading-spinner:after {\n -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;\n animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite; }\n\n.vjs-seeking .vjs-loading-spinner:before,\n.vjs-waiting .vjs-loading-spinner:before {\n border-top-color: white; }\n\n.vjs-seeking .vjs-loading-spinner:after,\n.vjs-waiting .vjs-loading-spinner:after {\n border-top-color: white;\n -webkit-animation-delay: 0.44s;\n animation-delay: 0.44s; }\n\n@keyframes vjs-spinner-show {\n to {\n visibility: visible; } }\n\n@-webkit-keyframes vjs-spinner-show {\n to {\n visibility: visible; } }\n\n@keyframes vjs-spinner-spin {\n 100% {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg); } }\n\n@-webkit-keyframes vjs-spinner-spin {\n 100% {\n -webkit-transform: rotate(360deg); } }\n\n@keyframes vjs-spinner-fade {\n 0% {\n border-top-color: #73859f; }\n 20% {\n border-top-color: #73859f; }\n 35% {\n border-top-color: white; }\n 60% {\n border-top-color: #73859f; }\n 100% {\n border-top-color: #73859f; } }\n\n@-webkit-keyframes vjs-spinner-fade {\n 0% {\n border-top-color: #73859f; }\n 20% {\n border-top-color: #73859f; }\n 35% {\n border-top-color: white; }\n 60% {\n border-top-color: #73859f; }\n 100% {\n border-top-color: #73859f; } }\n\n.vjs-chapters-button .vjs-menu ul {\n width: 24em; }\n\n.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {\n vertical-align: middle;\n display: inline-block;\n margin-bottom: -0.1em; }\n\n.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {\n font-family: VideoJS;\n content: "\\f10d";\n font-size: 1.5em;\n line-height: inherit; }\n\n.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {\n vertical-align: middle;\n display: inline-block;\n margin-bottom: -0.1em; }\n\n.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {\n font-family: VideoJS;\n content: " \\f11d";\n font-size: 1.5em;\n line-height: inherit; }\n\n.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {\n flex: auto;\n display: block; }\n\n.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {\n width: auto; }\n\n.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,\n.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,\n.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-panel,\n.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,\n.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subs-caps-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button {\n display: none; }\n\n.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,\n.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,\n.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-panel,\n.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,\n.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subs-caps-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button {\n display: none; }\n\n.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,\n.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,\n.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-panel,\n.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,\n.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-audio-button {\n display: none; }\n\n.vjs-modal-dialog.vjs-text-track-settings {\n background-color: #2B333F;\n background-color: rgba(43, 51, 63, 0.75);\n color: #fff;\n height: 70%; }\n\n.vjs-text-track-settings .vjs-modal-dialog-content {\n display: table; }\n\n.vjs-text-track-settings .vjs-track-settings-colors,\n.vjs-text-track-settings .vjs-track-settings-font,\n.vjs-text-track-settings .vjs-track-settings-controls {\n display: table-cell; }\n\n.vjs-text-track-settings .vjs-track-settings-controls {\n text-align: right;\n vertical-align: bottom; }\n\n@supports (display: grid) {\n .vjs-text-track-settings .vjs-modal-dialog-content {\n display: grid;\n grid-template-columns: 1fr 1fr;\n grid-template-rows: 1fr;\n padding: 20px 24px 0px 24px; }\n .vjs-track-settings-controls .vjs-default-button {\n margin-bottom: 20px; }\n .vjs-text-track-settings .vjs-track-settings-controls {\n grid-column: 1 / -1; }\n .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,\n .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,\n .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {\n grid-template-columns: 1fr; } }\n\n.vjs-track-setting > select {\n margin-right: 1em;\n margin-bottom: 0.5em; }\n\n.vjs-text-track-settings fieldset {\n margin: 5px;\n padding: 3px;\n border: none; }\n\n.vjs-text-track-settings fieldset span {\n display: inline-block; }\n\n.vjs-text-track-settings fieldset span > select {\n max-width: 7.3em; }\n\n.vjs-text-track-settings legend {\n color: #fff;\n margin: 0 0 5px 0; }\n\n.vjs-text-track-settings .vjs-label {\n position: absolute;\n clip: rect(1px 1px 1px 1px);\n clip: rect(1px, 1px, 1px, 1px);\n display: block;\n margin: 0 0 5px 0;\n padding: 0;\n border: 0;\n height: 1px;\n width: 1px;\n overflow: hidden; }\n\n.vjs-track-settings-controls button:focus,\n.vjs-track-settings-controls button:active {\n outline-style: solid;\n outline-width: medium;\n background-image: linear-gradient(0deg, #fff 88%, #73859f 100%); }\n\n.vjs-track-settings-controls button:hover {\n color: rgba(43, 51, 63, 0.75); }\n\n.vjs-track-settings-controls button {\n background-color: #fff;\n background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);\n color: #2B333F;\n cursor: pointer;\n border-radius: 2px; }\n\n.vjs-track-settings-controls .vjs-default-button {\n margin-right: 1em; }\n\n@media print {\n .video-js > *:not(.vjs-tech):not(.vjs-poster) {\n visibility: hidden; } }\n\n.vjs-resize-manager {\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n border: none;\n z-index: -1000; }\n\n.js-focus-visible .video-js *:focus:not(.focus-visible) {\n outline: none;\n background: none; }\n\n.video-js *:focus:not(:focus-visible),\n.video-js .vjs-menu *:focus:not(:focus-visible) {\n outline: none;\n background: none; }\n',""])}]]);
-//# sourceMappingURL=vendors~videojs.js.map \ No newline at end of file
diff --git a/js/vendors~videojs.js.map b/js/vendors~videojs.js.map
deleted file mode 100644
index 596e593..0000000
--- a/js/vendors~videojs.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"sources":["webpack:///./node_modules/video.js/dist/video-js.css?02fd","webpack:///./node_modules/m3u8-parser/dist/m3u8-parser.es.js","webpack:///./node_modules/pkcs7/dist/pkcs7.es.js","webpack:///./node_modules/aes-decrypter/dist/aes-decrypter.es.js","webpack:///./node_modules/video.js/dist/video.es.js","webpack:///./node_modules/mux.js/lib/utils/stream.js","webpack:///./node_modules/mux.js/lib/m2ts/stream-types.js","webpack:///./node_modules/global/window.js","webpack:///./node_modules/mux.js/lib/mp4/probe.js","webpack:///(webpack)/buildin/global.js","webpack:///./node_modules/mux.js/lib/mp4/transmuxer.js","webpack:///./node_modules/mux.js/lib/aac/utils.js","webpack:///./node_modules/mux.js/lib/mp4/mp4-generator.js","webpack:///./node_modules/mux.js/lib/m2ts/caption-stream.js","webpack:///./node_modules/mux.js/lib/tools/caption-packet-parser.js","webpack:///./node_modules/mux.js/lib/m2ts/timestamp-rollover-stream.js","webpack:///./node_modules/css-loader/dist/runtime/api.js","webpack:///./node_modules/style-loader/lib/addStyles.js","webpack:///./node_modules/safe-json-parse/tuple.js","webpack:///./node_modules/videojs-vtt.js/lib/browser-index.js","webpack:///./node_modules/videojs-vtt.js/lib/vtt.js","webpack:///./node_modules/videojs-vtt.js/lib/vttcue.js","webpack:///./node_modules/videojs-vtt.js/lib/vttregion.js","webpack:///./node_modules/tsml/tsml.js","webpack:///./node_modules/xhr/index.js","webpack:///./node_modules/is-function/index.js","webpack:///./node_modules/parse-headers/parse-headers.js","webpack:///./node_modules/trim/index.js","webpack:///./node_modules/for-each/index.js","webpack:///./node_modules/is-callable/index.js","webpack:///./node_modules/xtend/immutable.js","webpack:///./node_modules/url-toolkit/src/url-toolkit.js","webpack:///./node_modules/global/document.js","webpack:///./node_modules/mpd-parser/dist/mpd-parser.es.js","webpack:///./node_modules/mux.js/lib/utils/bin.js","webpack:///./node_modules/mux.js/lib/mp4/index.js","webpack:///./node_modules/mux.js/lib/mp4/frame-utils.js","webpack:///./node_modules/mux.js/lib/mp4/audio-frame-utils.js","webpack:///./node_modules/mux.js/lib/data/silence.js","webpack:///./node_modules/mux.js/lib/utils/clock.js","webpack:///./node_modules/mux.js/lib/mp4/track-decode-info.js","webpack:///./node_modules/mux.js/lib/m2ts/m2ts.js","webpack:///./node_modules/mux.js/lib/m2ts/metadata-stream.js","webpack:///./node_modules/mux.js/lib/codecs/adts.js","webpack:///./node_modules/mux.js/lib/codecs/h264.js","webpack:///./node_modules/mux.js/lib/utils/exp-golomb.js","webpack:///./node_modules/mux.js/lib/aac/index.js","webpack:///./node_modules/mux.js/lib/mp4/caption-parser.js","webpack:///./node_modules/mux.js/lib/tools/mp4-inspector.js","webpack:///./node_modules/mux.js/lib/tools/ts-inspector.js","webpack:///./node_modules/mux.js/lib/m2ts/probe.js","webpack:///./node_modules/style-loader/lib/urls.js","webpack:///./node_modules/video.js/dist/video-js.css"],"names":["content","__webpack_require__","module","i","options","hmr","transform","insertInto","undefined","locals","exports","classCallCheck","instance","Constructor","TypeError","_extends","Object","assign","target","arguments","length","source","key","prototype","hasOwnProperty","call","inherits","subClass","superClass","create","constructor","value","enumerable","writable","configurable","setPrototypeOf","__proto__","possibleConstructorReturn","self","ReferenceError","Stream","this","listeners","on","type","listener","push","off","index","indexOf","splice","trigger","callbacks","args","Array","slice","apply","dispose","pipe","destination","data","LineStream","_Stream","_this","buffer","nextNewline","substring","parseAttributes","attributes","attrs","split","RegExp","result","attr","exec","replace","ParseStream","customParsers","line","match","event","tagType","duration","parseFloat","title","parseInt","version","number","playlistType","offset","allowed","test","URI","uri","BYTERANGE","_attributes$BYTERANGE","byterange","RESOLUTION","resolution","width","height","BANDWIDTH","dateTimeString","dateTimeObject","Date","IV","toLowerCase","Uint32Array","PRECISE","text","addParser","_ref","_this2","expression","customType","dataParser","segment","Parser","lineStream","parseStream","uris","currentUri","currentMap","_key","defaultMediaGroups","AUDIO","VIDEO","CLOSED-CAPTIONS","SUBTITLES","currentTimeline","manifest","allowCache","discontinuityStarts","segments","entry","mediaGroup","rendition","tag","allow-cache","message","endlist","endList","inf","mediaSequence","discontinuitySequence","METHOD","method","iv","media-sequence","isFinite","discontinuity-sequence","playlist-type","playlist","map","stream-inf","playlists","mediaGroups","media","TYPE","NAME","mediaGroupType","default","DEFAULT","autoselect","AUTOSELECT","LANGUAGE","language","instreamId","CHARACTERISTICS","characteristics","FORCED","forced","discontinuity","program-date-time","targetduration","targetDuration","totalduration","totalDuration","start","isNaN","timeOffset","precise","cue-out","cueOut","cue-out-cont","cueOutCont","cue-in","cueIn","timeline","comment","custom","chunk","end","aes_decrypter_es_classCallCheck","createClass","defineProperties","props","descriptor","defineProperty","protoProps","staticProps","aes_decrypter_es_possibleConstructorReturn","precompute","tables","encTable","decTable","sbox","sboxInv","x","xInv","d","th","x2","x4","s","tEnc","tDec","aesTables","AES","_tables","j","tmp","encKey","decKey","keyLen","rcon","Error","decrypt","encrypted0","encrypted1","encrypted2","encrypted3","out","a","b","c","a2","b2","c2","nInnerRounds","kIndex","table","table0","table1","table2","table3","aes_decrypter_es_Stream","_length","_i","AsyncStream","jobs","delay","timeout_","aes_decrypter_es_inherits","processJob_","shift","setTimeout","bind","job","ntoh","word","encrypted","initVector","encrypted32","Int32Array","byteOffset","byteLength","decipher","decrypted","Uint8Array","decrypted32","init0","init1","init2","init3","wordIx","aes_decrypter_es_Decrypter","Decrypter","done","step","STEP","asyncStream_","decryptChunk_","subarray","padded","bytes","set","get","video_es_version","_inheritsLoose","_setPrototypeOf","o","p","_construct","Parent","Class","Reflect","construct","sham","Proxy","toString","e","isNativeReflectConstruct","Function","_assertThisInitialized","_taggedTemplateLiteralLoose","strings","raw","video_es_history","video_es_LogByTypeFactory","name","log","level","lvl","levels","lvlRegExp","unshift","toUpperCase","concat","window_default","console","fn","info","isArray","video_es_log","createLogger","logByType","_len","subname","all","debug","warn","error","history","filter","fname","historyItem","clear","disable","enable","_len2","_key2","_len3","_key3","_len4","_key4","createLogger$1","video_es_toString","keys","object","isObject","each","forEach","video_es_assign","sources","isPlain","video_es_computedStyle","el","prop","getComputedStyle","cs","_templateObject","isNonBlankString","str","throwIfWhitespace","isReal","document_default","document","isEl","nodeType","isInFrame","parent","createQuerier","selector","context","querySelector","ctx","createEl","tagName","properties","createElement","getOwnPropertyNames","propName","val","tsml_default","setAttribute","textContent","attrName","appendContent","innerText","prependTo","child","firstChild","insertBefore","appendChild","hasClass","element","classToCheck","classList","contains","className","addClass","classToAdd","add","trim","removeClass","classToRemove","remove","join","toggleClass","classToToggle","predicate","has","setAttributes","attrValue","removeAttribute","getAttributes","obj","knownBooleans","attrVal","getAttribute","attribute","blockTextSelection","body","focus","onselectstart","unblockTextSelection","getBoundingClientRect","parentNode","rect","k","findPosition","box","left","top","docEl","documentElement","clientLeft","scrollLeft","pageXOffset","clientTop","scrollTop","pageYOffset","Math","round","getPointerPosition","position","boxW","offsetWidth","boxH","offsetHeight","boxY","boxX","pageY","pageX","changedTouches","y","max","min","isTextNode","emptyEl","removeChild","normalizeContent","createTextNode","node","insertContent","isSingleLeftClick","button","buttons","$","$$","Dom","freeze","_guid","newGUID","elData","elIdAttr","getTime","getData","id","hasData","removeData","_cleanUpEvents","elem","handlers","removeEventListener","dispatcher","detachEvent","disabled","_handleMultipleEvents","types","callback","fixEvent","returnTrue","returnFalse","isPropagationStopped","old","preventDefault","srcElement","relatedTarget","fromElement","toElement","returnValue","defaultPrevented","stopPropagation","cancelBubble","stopImmediatePropagation","isImmediatePropagationStopped","clientX","doc","clientY","which","charCode","keyCode","_supportsPassive","opts","addEventListener","passiveEvents","guid","hash","handlersCopy","m","n","passive","attachEvent","removeType","t","elemData","ownerDocument","bubbles","targetData","one","func","videojs","Events","_windowLoaded","video_es_autoSetup","autoSetup","vids","getElementsByTagName","audios","divs","mediaEls","mediaEl","autoSetupTimeout","player","wait","vjs","readyState","EVENT_MAP","video_es_createStyleElement","style","setTextContent","styleSheet","cssText","uid","bound","throttle","last","now","video_es_debounce","immediate","timeout","debounced","_later","clearTimeout","cancel","EventTarget","allowedEvents_","ael","dispatchEvent","queueTrigger","Map","oldTimeout","delete","size","isEvented","eventBusEl_","every","isValidEventType","validateTarget","nodeName","validateEventType","validateListener","normalizeListenArgs","isTargetingSelf","listen","EventedMixin","_normalizeListenArgs","removeListenerOnDispose","removeRemoverOnTargetDispose","_normalizeListenArgs2","wrapper","largs","targetOrType","typeOrListener","evented","eventBusKey","eventedCallbacks","StatefulMixin","state","setState","stateUpdates","changes","from","to","stateful","defaultState","handleStateChanged","toTitleCase","string","charAt","mergeOptions","video_es_Component","Component","ready","play","player_","options_","id_","name_","el_","children_","childIndex_","childNameIndex_","initChildren","reportTouchActivity","enableTouchActivity","_proto","localize","tokens","defaultValue","code","languages","primaryCode","primaryLang","localizedString","ret","contentEl","contentEl_","children","getChildById","getChild","addChild","component","componentName","componentClassName","componentClass","ComponentClass","getComponent","refNode","childFound","compEl","workingChildren","parentOptions","Tech","some","wchild","isTech","playerOptions","newChild","buildCSSClass","sync","isReady_","readyQueue_","triggerReady","readyQueue","show","hide","lockShowing","unlockShowing","num","skipListeners","dimension","dimensions","widthOrHeight","pxIndex","currentDimension","computedWidthOrHeight","computedStyle","getPropertyValue","rule","currentDimensions","currentWidth","currentHeight","blur","emitTapEvents","couldBeTap","touchStart","firstTouch","touches","xdiff","ydiff","sqrt","noTap","reportUserActivity","touchHolding","report","clearInterval","setInterval","touchEnd","timeoutId","disposeFn","interval","_this3","intervalId","requestAnimationFrame","_this4","supportsRaf_","cancelAnimationFrame","registerComponent","ComponentToRegister","reason","isComp","isPrototypeOf","components_","Player","players","playerNames","pname","Boolean","USER_AGENT","navigator","userAgent","webkitVersionMap","appleWebkitVersion","pop","IS_IPAD","IS_IPHONE","IS_IPOD","IS_IOS","IOS_VERSION","IS_ANDROID","ANDROID_VERSION","major","minor","IS_NATIVE_ANDROID","IS_FIREFOX","IS_EDGE","IS_CHROME","CHROME_VERSION","IE_VERSION","IS_SAFARI","IS_ANY_SAFARI","TOUCH_ENABLED","maxTouchPoints","DocumentTouch","browser","getRange","fnName","valueIndex","ranges","rangeIndex","maxIndex","rangeCheck","createTimeRangesObj","createTimeRanges","bufferedPercent","buffered","bufferedDuration","browserApi","FullscreenApi","apiMap","specApi","video_es_i","dist_video_es_i","MediaError","defaultMessages","status","errorTypes","1","2","3","4","5","errNum","isPromise","then","silencePromise","trackToJson_","track","reduce","acc","cues","cue","startTime","endTime","textTrackConverter","tech","trackEls","trackObjs","trackEl","json","src","textTracks","addedTrack","addRemoteTextTrack","addCue","MODAL_CLASS_NAME","video_es_ModalDialog","_Component","ModalDialog","opened_","hasBeenOpened_","hasBeenFilled_","closeable","uncloseable","role","descEl_","description","tabIndex","aria-describedby","aria-hidden","aria-label","label","previouslyActiveEl_","handleKeyPress","close","desc","open","fillAlways","fill","wasPlaying_","paused","pauseOnOpen","pause","hadControls_","controls","conditionalFocus_","opened","conditionalBlur_","temporary","closeable_","temp","controlText","fillWith","parentEl","nextSiblingEl","nextSibling","empty","closeButton","content_","activeEl","activeElement","playerEl","handleKeyDown","focusIndex","focusableEls","focusableEls_","shiftKey","allChildren","querySelectorAll","HTMLAnchorElement","HTMLAreaElement","hasAttribute","HTMLInputElement","HTMLSelectElement","HTMLTextAreaElement","HTMLButtonElement","HTMLIFrameElement","HTMLObjectElement","HTMLEmbedElement","TrackList","_EventTarget","tracks","tracks_","addTrack","removeTrack","rtrack","l","getTrackById","video_es_event","change","addtrack","removetrack","disableOthers","list","enabled","AudioTrackList","_TrackList","changing_","disableOthers$1","selected","VideoTrackList","TextTrackList","kind","HtmlTrackElementList","trackElements","trackElements_","addTrackElement_","trackElement","getTrackElementByTrack_","trackElement_","removeTrackElement_","TextTrackCueList","setCues_","length_","oldLength","cues_","defineProp","getCueById","VideoTrackKind","alternative","captions","main","sign","subtitles","commentary","AudioTrackKind","descriptions","main-desc","translation","TextTrackKind","chapters","metadata","TextTrackMode","hidden","showing","Track","trackProps","_loop","video_es_parseUrl","url","href","div","addToBody","host","protocol","innerHTML","details","location","video_es_getAbsoluteURL","getFileExtension","path","pathParts","video_es_isCrossOrigin","winLoc","urlInfo","Url","parseUrl","getAbsoluteURL","isCrossOrigin","video_es_parseCues","srcContent","parser","WebVTT","vttjs","StringDecoder","errors","oncue","onparsingerror","onflush","parse","groupCollapsed","groupEnd","flush","video_es_loadTrack","crossOrigin","cors","xhr_default","err","response","responseBody","loaded_","tech_","loadHandler","video_es_TextTrack","_Track","TextTrack","settings","srclang","mode","default_","activeCues_","activeCues","changed","timeupdateHandler","newMode","ct","currentTime","active","originalCue","VTTCue","originalCue_","removeCue","_removeCue","cuechange","AudioTrack","newEnabled","VideoTrack","newSelected","NONE","LOADED","HTMLTrackElement","load","LOADING","ERROR","NORMAL","audio","ListClass","TrackClass","capitalName","video","getterName","privateName","REMOTE","remoteText","remoteTextEl","ALL","names","video_es_Tech","hasStarted_","featuresProgressEvents","manualProgressOn","featuresTimeupdateEvents","manualTimeUpdatesOn","nativeCaptions","nativeTextTracks","featuresNativeTextTracks","emulateTextTracks","autoRemoteTextTracks_","initTrackListeners","nativeControlsForTouch","triggerSourceset","onDurationChange","manualProgress","trackProgress","manualProgressOff","stopTrackingProgress","progressInterval","numBufferedPercent","bufferedPercent_","duration_","manualTimeUpdates","trackCurrentTime","stopTrackingCurrentTime","manualTimeUpdatesOff","currentTimeInterval","manuallyTriggered","clearTracks","removeRemoteTextTrack","cleanupAutoTextTracks","reset","error_","played","setCurrentTime","trackListChanges","addWebVttScript_","_this5","browser_index_default","script","onload","onerror","_this6","remoteTracks","remoteTextTracks","handleAddTrack","handleRemoveTrack","updateDisplay","textTracksChanges","addTextTrack","createTrackHelper","createRemoteTextTrack","manualCleanup","_this7","htmlTrackElement","remoteTextTrackEls","getVideoPlaybackQuality","setPoster","playsinline","setPlaysinline","overrideNativeAudioTracks","overrideNativeVideoTracks","canPlayType","canPlaySource","srcObj","registerTech","techs_","defaultTechOrder_","getTech","featuresVolumeControl","featuresMuteControl","featuresFullscreenResize","featuresPlaybackRate","featuresSourceset","withSourceHandlers","_Tech","registerSourceHandler","handler","sourceHandlers","can","selectSourceHandler","canHandleSource","sh","originalFn","sourceHandler_","setSource","nativeSourceHandler","disposeSourceHandler","currentSource_","handleSource","middlewares","middlewareInstances","TERMINATOR","next","setSourceHelper","middleware","lastRun","_middleware","mwFactory","mwrest","mw","mws","_mws$i","mwf","mwi","getOrCreateFactory","_src","mediate","arg","callMethod","middlewareValue","middlewareIterator","terminated","executeRight","allowedGetters","seekable","allowedSetters","allowedMediators","MimetypesKind","opus","ogv","mp4","mov","m4v","mkv","mp3","aac","oga","m3u8","getMimetype","ext","fixSource","mimetype","MediaLoader","techOrder","techName","isSupported","loadTech_","video_es_ClickableComponent","ClickableComponent","tabIndex_","createControlTextEl","controlTextEl_","aria-live","controlText_","localizedText","nonIconControl","enabled_","handleClick","handleFocus","handleBlur","PosterImage","_ClickableComponent","update","poster","setSrc","backgroundImage","fontMap","monospace","sansSerif","serif","monospaceSansSerif","monospaceSerif","proportionalSansSerif","proportionalSerif","casual","smallcaps","constructColor","color","opacity","hex","tryUpdateStyle","video_es_TextTrackDisplay","TextTrackDisplay","updateDisplayHandler","toggleDisplay","preselectTrack","firstDesc","firstCaptions","preferredTrack","modes","trackList","userPref","cache_","selectedLanguage","aria-atomic","clearDisplay","processCues","descriptionsTrack","captionsSubtitlesTrack","updateForTrack","textTrackSettings","overrides","getValues","cueDiv","displayState","textOpacity","backgroundColor","backgroundOpacity","windowColor","windowOpacity","edgeStyle","textShadow","fontPercent","fontSize","bottom","fontFamily","fontVariant","LoadingSpinner","isAudio","playerType","dir","Button","BigPlayButton","_Button","mouseused_","handleMouseDown","playPromise","cb","playToggle","playFocus","CloseButton","PlayToggle","replay","handlePlay","handlePause","handleEnded","handleSeeked","defaultImplementation","seconds","guide","floor","h","gm","gh","Infinity","implementation","formatTime","video_es_TimeDisplay","TimeDisplay","throttledUpdateContent","updateContent","plainName","labelText_","updateTextNode_","textNode_","formattedTime_","formatTime_","time","updateFormattedTime_","formattedTime","CurrentTimeDisplay","_TimeDisplay","scrubbing","getCache","DurationDisplay","TimeDivider","RemainingTimeDisplay","remainingTimeDisplay","remainingTime","LiveDisplay","updateShowing","SeekToLive","updateLiveEdgeStatus","liveTracker","textEl_","atLiveEdge","seekToLiveEdge","Slider","bar","barName","vertical","playerEvent","handleMouseMove","handleMouseUp","aria-valuenow","aria-valuemin","aria-valuemax","progress","getPercent","percentage","toFixed","calculateDistance","stepBack","stepForward","bool","vertical_","LoadProgressBar","partEls_","isLive","seekableEnd","bufferedEnd","controlTextPercentage","percentify","rounded","percent","part","TimeTooltip","seekBarRect","seekBarPoint","tooltipRect","playerRect","seekBarPointPx","spaceLeftOfPoint","spaceRightOfPoint","right","pullTooltipBy","updateTime","rafId_","liveWindow","secondsBehind","PlayProgressBar","timeTooltip","MouseTimeDisplay","SeekBar","_Slider","setEventHandlers_","updateInterval","update_","liveCurrentTime","getCurrentTime_","seekableStart","videoWasPlaying","newTime","distance","mouseTimeDisplay","handleAction","ProgressControl","throttledHandleMouseSeek","handleMouseSeek","seekBar","seekBarEl","video_es_FullscreenToggle","FullscreenToggle","handleFullscreenChange","fullscreenEnabled","isFullscreen","exitFullscreen","requestFullscreen","checkVolumeSupport","VolumeLevel","VolumeBar","updateLastVolume_","updateARIAAttributes","checkMuted","volume","muted","ariaValue","volumeAsPercentage_","volumeBeforeDrag","lastVolume_","VolumeControl","volumeBar","throttledHandleMouseMove","orientationClass","checkMuteSupport","MuteToggle","vol","lastVolume","volumeToSet","updateIcon_","updateControlText_","VolumePanel","inline","volumeControl","volumePanelState_","sliderActive_","sliderInactive_","muteToggle","video_es_Menu","Menu","menuButton_","menuButton","focusedChild_","addItem","unpressButton","contentElType","append","btn","buttonPressed_","stepChild","item","video_es_MenuButton","MenuButton","buttonClass","menu","handleSubmenuKeyPress","createMenu","items","hideThreshold_","createItems","buildWrapperCSSClass","menuButtonClass","pressButton","TrackButton","_MenuButton","updateHandler","MenuItem","selectable","isSelected_","multiSelectable","_selected","video_es_TextTrackMenuItem","_MenuItem","TextTrackMenuItem","changeHandler","handleTracksChange","selectedLanguageChangeHandler","handleSelectedLanguageChange","onchange","Event","createEvent","initEvent","kinds","shouldBeSelected","OffTextTrackMenuItem","_TextTrackMenuItem","allHidden","TextTrackButton","_TrackButton","TrackMenuItem","label_","kinds_","kind_","ChaptersTrackMenuItem","ChaptersButton","_TextTrackButton","track_","setTrack","findChaptersTrack","updateHandler_","remoteTextTrackEl","_remoteTextTrackEl","getMenuCaption","mi","DescriptionsButton","SubtitlesButton","CaptionSettingsMenuItem","CaptionsButton","SubsCapsMenuItem","SubsCapsButton","language_","AudioTrackMenuItem","audioTracks","AudioTrackButton","PlaybackRateMenuItem","rate","playbackRate","PlaybackRateMenuButton","updateVisibility","updateLabel","labelEl_","rates","playbackRates","currentRate","newRate","playbackRateSupported","Spacer","CustomControlSpacer","_Spacer","ControlBar","ErrorDisplay","_ModalDialog","COLOR_BLACK","COLOR_BLUE","COLOR_CYAN","COLOR_GREEN","COLOR_MAGENTA","COLOR_RED","COLOR_WHITE","COLOR_YELLOW","OPACITY_OPAQUE","OPACITY_SEMI","OPACITY_TRANS","selectConfigs","v","Number","parseOptionValue","video_es_TextTrackSettings","TextTrackSettings","endDialog","setDefaults","persistTextTrackSettings","saveSettings","config","restoreSettings","createElSelect_","legendId","selectLabelledbyIds","optionId","createElFgColor_","createElBgColor_","createElWinColor_","createElColors_","createElFont_","createElControls_","defaultsDescription","initial","accum","selectedIndex","setValues","values","setSelectedOption","JSON","localStorage","getItem","setItem","stringify","removeItem","ttDisplay","controlBar","subsCapsBtn","subsCapsButton","ccBtn","captionsButton","video_es_ResizeManager","ResizeManager","RESIZE_OBSERVER_AVAILABLE","ResizeObserver","loadListener_","resizeObserver_","debouncedHandler_","resizeHandler","observe","contentWindow","unobserve","disconnect","resizeObserver","LiveTracker","reset_","handleDurationchange","isBehind_","timeupdateSeen_","seekableIncrement","seekableIncrement_","trackLive_","pastSeekEnd_","newSeekEnd","lastSeekEnd_","abs","pastSeekEnd","behindLiveEdge","behindLiveEdge_","startTracking","stopTracking","isTracking","trackingInterval_","handleTimeupdate","seekableEnds","sort","seekableStarts","sourcesetLoad","srcUrls","innerHTMLDescriptorPolyfill","cloneNode","dummy","docFrag","createDocumentFragment","childNodes","Element","getDescriptor","priority","getOwnPropertyDescriptor","firstSourceWatch","resetSourceWatch_","innerDescriptor","HTMLMediaElement","video_es_getInnerHTMLDescriptor","appendWrapper","appendFn","retval","srcDescriptorPolyfill","setupSourceset","resetSourceset_","srcDescriptor","video_es_getSrcDescriptor","oldSetAttribute","oldLoad","currentSrc","_templateObject$1","video_es_Html5","Html5","crossoriginTracks","initNetworkState_","handleLateInit_","enableSourceset","setupSourcesetHandling_","hasChildNodes","nodes","nodesLength","removeNodes","proxyNativeTracks_","restoreMetadataTracksInIOSNativePlayer_","setControls","proxyWebkitFullscreen_","disposeMediaElement","metadataTracksPreFullscreenState","takeMetadataTrackSnapshot","storedMode","restoreTrackMode","storedTrack","overrideNative_","override","lowerCaseType","eventName","proxyNativeTracksForType_","elTracks","techTracks","currentTarget","removeOldTracks","removeTracks","found","playerElIngest","movingMediaElementInDOM","clone","techId","class","playerId","preload","settingsAttrs","networkState","loadstartFired","setLoadstartFired","triggerLoadstart","eventsToTrigger","checkProgress","NaN","endFn","beginFn","webkitPresentationMode","supportsFullScreen","webkitEnterFullScreen","enterFullScreen","HAVE_METADATA","exitFullScreen","webkitExitFullScreen","resetMediaElement","videoPlaybackQuality","webkitDroppedFrameCount","webkitDecodedFrameCount","droppedVideoFrames","totalVideoFrames","performance","creationTime","timing","navigationStart","TEST_VID","video_es_track","canControlVolume","canMuteVolume","canControlPlaybackRate","canOverrideAttributes","noop","supportsNativeTextTracks","supportsNativeVideoTracks","videoTracks","supportsNativeAudioTracks","featuresNativeVideoTracks","featuresNativeAudioTracks","mpegurlRE","_templateObject$2","patchCanPlayType","unpatchCanPlayType","r","TECH_EVENTS_RETRIGGER","TECH_EVENTS_QUEUE","canplay","canplaythrough","playing","seeked","BREAKPOINT_ORDER","BREAKPOINT_CLASSES","DEFAULT_BREAKPOINTS","tiny","xsmall","small","medium","large","xlarge","huge","video_es_Player","getTagSettings","closest","isPosterFromTech_","queuedCallbacks_","userActive_","tagAttributes","languagesToLower","name$$1","languages_","poster_","controls_","autoplay","scrubbing_","lastPlaybackRate","defaultPlaybackRate","fluid_","updateStyleEl_","playerOptionsCopy","plugins","middleware_","flexNotSupported_","majorVersion","userActive","listenForUserActivity_","handleFullscreenChange_","handleStageClick_","breakpoints","responsive","changingSrc_","playWaitingForReady_","playOnLoadstart_","styleEl_","playerElIngest_","divEmbed","tabindex","VIDEOJS_NO_DYNAMIC_STYLE","defaultsStyleEl","head","fill_","fluid","aspectRatio","links","linkEl","_dimension","privDimension","parsedVal","ratio","aspectRatio_","idClass","ratioParts","videoWidth","videoHeight","ratioMultiplier","width_","height_","_width","_height","techEl","unloadTech_","titleTechName","camelTechName","techName_","techOptions","loop","vtt.js","canOverridePoster","techCanOverridePoster","TechClass","handleTechReady_","textTracksJson_","eventObj","seeking","handleTechLoadStart_","handleTechSourceset_","handleTechWaiting_","handleTechEnded_","handleTechSeeking_","handleTechPlay_","handleTechFirstPlay_","handleTechPause_","handleTechDurationChange_","handleTechFullscreenChange_","handleTechError_","handleTechPosterChange_","handleTechTextData_","handleTechRateChange_","usingNativeControls","techGet_","addTechControlsListeners_","safety","removeTechControlsListeners_","handleTechClick_","handleTechDoubleClick_","handleTechTouchStart_","handleTechTouchMove_","handleTechTouchEnd_","handleTechTap_","techCall_","hasStarted","manualAutoplay_","promise","previouslyMuted","catch","updateSourceCaches_","matchingSources","findMimetype","sourceElSources","sourceEls","matchingSourceEls","sourceObj","updateSourceCaches","playerSrc","currentSource","eventSrc","lastSource_","updateCache","techSrc","techGet","request","queued","timeWhenWaiting","timeUpdateListener","handleTechCanPlay_","handleTechCanPlayThrough_","handleTechPlaying_","handleTechSeeked_","starttime","userWasActive","set$1","reduceRight","video_es_get","PromiseClass","Promise","resolve","play_","_this8","isScrubbing","liveui","percentAsDecimal","_muted","defaultMuted","_defaultMuted","isFS","isFullscreen_","fsApi","fullscreenchange","documentFullscreenChange","fullscreenElement","enterFullWindow","exitFullWindow","isFullWindow","docOrigOverflow","overflow","fullWindowOnEscKey","selectSource","_this9","techs","findFirstPassingTechSourcePair","outerArray","innerArray","tester","outerChoice","innerChoice","finder","_ref2","sourceOrder","_this10","filterSource","newsrc","srcobj","middlewareSource","src_","notSupportedMessage","setTech","str1","str2","_this11","sourceTech","currentSources","currentType","techAutoplay","newPoster","usingNativeControls_","errorDisplay","userActivity_","mouseInProgress","lastMoveX","lastMoveY","inactivityTimeout","handleActivity","screenX","screenY","isAudio_","String","toJSON","createModal","_this12","modal","updateCurrentBreakpoint_","currentBreakpoint","candidateBreakpoint","breakpoints_","breakpoint_","removeCurrentBreakpoint_","currentBreakpointClass","_breakpoints","responsive_","baseOptions","tagOptions","dataSetup","_safeParseTuple","tuple_default","childName","video_es_navigator","html5","flash","userLanguage","pluginStorage","pluginExists","getPlugin","markPluginAsActive","triggerSetupEvent","before","createPluginFactory","PluginSubClass","plugin","getEventHash","Plugin","VERSION","isBasic","registerPlugin","basicPluginWrapper","createBasicPlugin","deregisterPlugin","getPlugins","getPluginVersion","BASE_PLUGIN_NAME","usingPlugin","hasPlugin","normalizeId","videojs$1","getPlayer","hooks","hookFunction","PlayerComponent","hooks_","hook","hookOnce","original","removeHook","style$1","video_es_head","getPlayers","nId","_tag","_player","getAllPlayers","comp","use","writeable","extend","subClassMethods","methods","super_","_inherits$1","addLanguage","_mergeOptions","createTimeRange","setFormatTime","customImplementation","resetFormatTime","xhr","dom","video_es_resolveUrl","baseURL","relativeURL","url_toolkit_default","buildAbsoluteURL","video_es_classCallCheck","video_es_createClass","video_es_inherits","video_es_possibleConstructorReturn","slicedToArray","arr","Symbol","iterator","_arr","_n","_d","_e","_s","sliceIterator","mergeOptions$1","EventTarget$1","log$1","forEachMediaGroup","master","mediaType","groupKey","labelKey","mediaProperties","updateMaster","mergedPlaylist","updateSegments","baseUri","resolvedUri","resolveSegmentUris","setupMediaPlaylists","resolveMediaGroupUris","refreshDelay","lastSegment","video_es_PlaylistLoader","PlaylistLoader","srcUrl","hls","withCredentials","getPrototypeOf","hls_","req","playlistRequestError","haveMetadata","xhr$$1","startingState","responseText","media_","mediaUpdateTimeout","stopRequest","oldRequest","onreadystatechange","abort","mediaChange","started","isFinalRendition","intervalDuration","endSequence","expired","backward","forward","backwardDuration","forwardDuration","video_es_duration","sumDurations","startIndex","endIndex","durations","safeLiveIndex","distanceFromEnd","safeDistance","playlistEnd","useSafeLiveEnd","isWholeNumber","roundSignificantDigit","increment","numDecimalDigits","scale","pow","ceilLeastSignificantDigit","floorLeastSignificantDigit","isBlacklisted","excludeUntil","isIncompatible","isEnabled","blacklisted","isLowestEnabledRendition","currentBandwidth","MAX_VALUE","Playlist","getMediaInfoForTime","numSegments","mediaIndex","isDisabled","isAes","isFmp4","estimateSegmentRequestTime","segmentDuration","bandwidth","bytesReceived","videojsXHR","mergeOptions$1$1","xhrFactory","XhrFunction","beforeRequest","Hls","newOptions","reqResponse","responseTime","roundTripTime","requestTime","headers","responseHeaders","timedout","aborted","statusCode","originalAbort","textRange","range","formatHexString","formatAsciiString","fromCharCode","createTransferableMessage","transferable","ArrayBuffer","isView","initSegmentId","initSegment","hexDump","utils","tagDump","textRanges","timeWithinSegment","requestedTime","segmentStart","requestedTimeString","toISOString","segmentTimeString","endTimeString","findSegmentForTime","manifestTime","estimatedEnd","estimatedStart","timeWithinSegmentEnd","timeWithinSegmentDuration","getStreamTime","_ref$time","matchedSegment","findSegmentForPlayerTime","seekTime","streamTime","mediaSeconds","programDateTime","seekToStreamTime","_ref2$retryCount","retryCount","seekTo","_ref2$pauseAfterSeek","pauseAfterSeek","verifyProgramDateTimeTags","findSegmentForStreamTime","mediaOffset","comparisonTimeStamp","segmentDateTime","streamDateTime","segmentTimeEpoch","getOffsetFromTimestamp","seekToTime","filterRanges","timeRanges","results","findRange","findNextRange","printableRange","strArr","timeRangesToArray","timeRangesList","removeCuesFromTrack","durationOfVideo","video_es_addTextTrackData","sourceHandler","captionArray","metadataArray","Cue","WebKitDataCue","caption","stream","inbandTextTracks_","timestampOffset","videoDuration","mediaSource_","cueTime","frames","frame","privateData","deprecateOldCue","metadataTrack_","cuesArray","cuesGroupedByStartTime","timeSlot","sortedStartTimes","idx","cueGroup","nextTime","win","window","TARGET","SCRIPT_TYPE","BlobBuilder","WebKitBlobBuilder","MozBlobBuilder","MSBlobBuilder","URL","webkitURL","msURL","Worker","shimWorker","filename","forceFallback","objURL","createSourceObject","worker","term","terminate","revokeObjectURL","wrapTerminate","selfShim","postMessage","onmessage","isThisThread","testWorker","testArray","createObjectURL","Blob","blob","getBlob","TransmuxWorker","document$$1","dinf","esds","ftyp","mfhd","minf","moof","moov","mvex","mvhd","trak","tkhd","mdia","mdhd","hdlr","sdtp","stbl","stsd","traf","trex","trun","MAJOR_BRAND","MINOR_VERSION","AVC1_BRAND","VIDEO_HDLR","AUDIO_HDLR","HDLR_TYPES","VMHD","SMHD","DREF","STCO","STSC","STSZ","STTS","videoSample","audioSample","audioTrun","videoTrun","trunHeader","UINT32_MAX","avc1","avcC","btrt","dref","mdat","mp4a","smhd","stco","stsc","stsz","stts","styp","tfdt","tfhd","vmhd","charCodeAt","payload","DataView","setUint32","audioobjecttype","samplingfrequencyindex","channelcount","samplerate","sequenceNumber","trackFragments","boxes","flags","samples","dependsOn","isDependedOn","hasRedundancy","sps","pps","sequenceParameterSets","pictureParameterSets","profileIdc","profileCompatibility","levelIdc","samplesize","trackFragmentHeader","trackFragmentDecodeTime","trackFragmentRun","sampleDependencyTable","upperWordBaseMediaDecodeTime","lowerWordBaseMediaDecodeTime","baseMediaDecodeTime","durationPresent","sizePresent","flagsPresent","compositionTimeOffset","sample","isLeading","paddingValue","isNonSyncSample","degradationPriority","_findBox","parseType","timescale","getVideoTrackIds","mp4Generator","fileType","movie","toUnsigned$1","init","fragment","trafs","baseTimes","traks","videoTrackIds","hdlrs","tkhds","view","trackId","handlerType","getUint8","getUint32","probe","findBox","subresults","flushSource","metaTable","secondsToVideoTs","secondsToAudioTs","videoTsToSeconds","audioTsToSeconds","audioTsToVideoTs","videoTsToAudioTs","sampleForFrame","dataOffset","pts","dts","keyFrame","frameUtils","nalUnits","currentNal","currentFrame","nalUnitType","currentGop","gops","nalCount","baseDataOffset","nalsByteLength","numberOfNals","highPrefix","lowPrefix","zeroFill","count","coneOfSilence","96000","88200","64000","48000","44100","32000","24000","16000","12000","11025","8000","silence","timestamp","sampleRate","clock","audioFrameUtils","audioAppendStartTs","videoBaseMediaDecodeTime","baseMediaDecodeTimeTs","frameDuration","silentFrame","audioGapDuration","audioFillFrameCount","audioFillDuration","ceil","ONE_SECOND_IN_TS$1","adtsFrames","earliestAllowedDts","minSegmentDts","minSegmentPts","array","sum","sumFrameByteLengths","trackDecodeInfo","maxSegmentDts","maxSegmentPts","keepOriginalTimestamps","timelineStartInfo","captionPacketParser","payloadType","payloadSize","sei","userData","ccData","newLength","newData","emulationPreventionBytesPositions","sourceIndex","CaptionStream","captionPackets_","ccStreams_","Cea608Stream","cc","newCaptionPackets","escapedRBSP","latestDts_","ignoreNextEqualDts_","numSameDts_","presortIndex","packet","dispatchCea608Packet","activeCea608Channel_","ccStream","setsChannel1Active","setsChannel2Active","CHARACTER_TRANSLATION","42","92","94","95","96","123","124","125","126","127","304","305","306","307","308","309","310","311","312","313","314","315","316","317","318","319","544","545","546","547","548","549","550","551","552","553","554","555","556","557","558","559","560","561","562","563","564","565","566","567","568","569","570","571","572","573","574","575","800","801","802","803","804","805","806","807","808","809","810","811","812","813","814","815","816","817","818","819","820","821","822","823","824","825","826","827","828","829","830","831","getCharFromCode","ROWS","createDisplayBuffer","BOTTOM_ROW","field","dataChannel","field_","dataChannel_","setConstants","swap","char0","char1","lastControlCode_","PADDING_","RESUME_CAPTION_LOADING_","mode_","END_OF_CAPTION_","clearFormatting","flushDisplayed","displayed_","nonDisplayed_","startPts_","ROLL_UP_2_ROWS_","rollUpRows_","setRollUp","ROLL_UP_3_ROWS_","ROLL_UP_4_ROWS_","CARRIAGE_RETURN_","shiftRowsUp_","BACKSPACE_","row_","ERASE_DISPLAYED_MEMORY_","ERASE_NON_DISPLAYED_MEMORY_","RESUME_DIRECT_CAPTIONING_","isSpecialCharacter","column_","isExtCharacter","isMidRowCode","addFormatting","isOffsetControlCode","isPAC","row","formatting_","isColorPAC","isNormalChar","startPts","endPts","topRow_","BASE_","EXT_","CONTROL_","OFFSET_","char","newBaseRow","format","reverse","popOn","baseRow","rollUp","paintOn","captionStream","streamTypes","H264_STREAM_TYPE","ADTS_STREAM_TYPE","METADATA_STREAM_TYPE","handleRollover","reference","direction","TimestampRolloverStream","lastDTS","referenceDTS","type_","_MetadataStream","timestampRolloverStream","percentEncode","parseUtf8","decodeURIComponent","parseSyncSafeInteger","tagParsers","TXXX","WXXX","PRIV","owner","unescape","tagSize","bufferSize","dispatchType","frameStart","frameSize","dataAlignmentIndicator","timeStamp","_TransportPacketStream","_TransportParseStream","_ElementaryStream","metadataStream","TimestampRolloverStream$1","bytesInBuffer","everything","parsePsi","parsePat","parsePmt","packetsWaitingForPmt","programMapTable","psi","payloadUnitStartIndicator","pat","section_number","last_section_number","pmtPid","pmt","tableEnd","timed-metadata","streamType","pid","processPes_","STREAM_TYPES","h264","adts","timedMetadata","flushStream","stream$$1","forceFlush","packetFlushable","packetData","pes","ptsDtsFlags","packetLength","codec","m2ts","PAT_PID","MP2T_PACKET_LENGTH","TransportPacketStream","TransportParseStream","ElementaryStream","MetadataStream","_AdtsStream","m2ts_1","ADTS_SAMPLING_FREQUENCIES","frameLength","protectionSkipBytes","frameEnd","oldBuffer","sampleCount","adtsFrameDuration","frameNum","_H264Stream","_NalByteStream","PROFILES_WITH_OPTIONAL_SPS_DATA","expGolomb","workingData","workingBytesAvailable","workingWord","workingBitsAvailable","bitsAvailable","loadWord","workingBytes","availableBytes","skipBits","skipBytes","readBits","bits","valu","skipLeadingZeros","leadingZeroCount","skipUnsignedExpGolomb","skipExpGolomb","readUnsignedExpGolomb","clz","readExpGolomb","readBoolean","readUnsignedByte","syncPoint","swapBuffer","100","110","122","244","44","83","86","118","128","138","139","134","currentPts","currentDts","discardEmulationPreventionBytes","readSequenceParameterSet","skipScalingList","nalByteStream","expGolombDecoder","lastScale","nextScale","chromaFormatIdc","picOrderCntType","numRefFramesInPicOrderCntCycle","picWidthInMbsMinus1","picHeightInMapUnitsMinus1","frameMbsOnlyFlag","scalingListCount","sarRatio","frameCropLeftOffset","frameCropRightOffset","frameCropTopOffset","frameCropBottomOffset","sarScale","_AacStream","H264Stream","NalByteStream","header","byteIndex","returnSize","lowThree","middle","setTimestamp","bytesLeft","tempLength","_VideoSegmentStream","_AudioSegmentStream","_Transmuxer","_CoalesceStream","isLikelyAacData$1","AUDIO_PROPERTIES","VIDEO_PROPERTIES","arrayEquals","setEarliestDts","earliestDts","setVideoBaseMediaDecodeTime","setAudioAppendStart","gopsToAlignWith","minPTS","gopCache_","nalUnit","gopForFusion","resetStream_","getGopForFusion_","alignedGops","alignGopsAtEnd","alignGopsAtEnd_","alignGopsAtStart_","gop","dtsDistance","nearestGopObj","currentGopObj","nearestDistance","alignIndex","gopIndex","align","alignEndIndex","matchFound","trimIndex","total","alignGopsWith","newGopsToAlignWith","numberOfTracks","remux","remuxTracks","pendingTracks","videoTrack","pendingBoxes","pendingCaptions","pendingMetadata","pendingBytes","emittedTracks","output","audioTrack","id3","captionStreams","timelineStartPts","hasFlushed","transmuxPipeline_","setupAacPipeline","pipeline","aacStream","audioTimestampRolloverStream","timedMetadataTimestampRolloverStream","adtsStream","coalesceStream","headOfPipeline","audioSegmentStream","setupTsPipeline","packetStream","elementaryStream","videoTimestampRolloverStream","h264Stream","videoSegmentStream","setBaseMediaDecodeTime","isAac","resetCaptions","inspectMp4","_textifyMp","transmuxer","Transmuxer","VideoSegmentStream","AudioSegmentStream","parseType$2","parseMp4Date","parseSampleFlags","nalParse","avcStream","avcView","parse$$1","dataReferenceIndex","getUint16","horizresolution","vertresolution","frameCount","depth","numOfPictureParameterSets","nalSize","configurationVersion","avcProfileIndication","avcLevelIndication","lengthSizeMinusOne","numOfSequenceParameterSets","bufferSizeDB","maxBitrate","avgBitrate","esId","streamPriority","decoderConfig","objectProfileIndication","decoderConfigDescriptor","audioObjectType","samplingFrequencyIndex","channelConfiguration","majorBrand","minorVersion","compatibleBrands","dataReferences","escape","nals","modificationTime","streamDescriptor","matrix","nextTrackId","pdin","initialDelay","sidx","references","referenceId","earliestPresentationTime","firstOffset","referenceCount","referenceType","referencedSize","subsegmentDuration","startsWithSap","sapType","sapDeltaTime","balance","chunkOffsets","entryCount","sampleToChunks","firstChunk","samplesPerChunk","sampleDescriptionIndex","sampleDescriptions","sampleSize","entries","timeToSamples","sampleDelta","baseDataOffsetPresent","sampleDescriptionIndexPresent","defaultSampleDurationPresent","defaultSampleSizePresent","defaultSampleFlagsPresent","durationIsEmpty","defaultBaseIsMoof","defaultSampleDuration","defaultSampleSize","defaultSampleFlags","baseDataOffsetIsMoof","layer","alternateGroup","defaultSampleDescriptionIndex","sampleDependsOn","sampleIsDependedOn","sampleHasRedundancy","samplePaddingValue","sampleIsDifferenceSample","sampleDegradationPriority","dataOffsetPresent","firstSampleFlagsPresent","sampleDurationPresent","sampleSizePresent","sampleFlagsPresent","sampleCompositionTimeOffsetPresent","getInt32","url ","graphicsmode","opcolor","Uint16Array","mp4Inspector","inspect","ab","z","textify","inspectedMp4","indent","prefix","byte","parseTfdt","parseHdlr","parseTfhd","parseTrun","discardEmulationPreventionBytes$1","CaptionStream$1","mapToSample","approximateOffset","parseCaptionNals","videoTrackId","mdats","captionNals","mdatTrafPairs","matchingTraf","pair","seiNals","headerInfo","truns","seiNal","lastMatchedSample","matchingSample","findSeiNals","allSamples","parseSamples","generator","CaptionParser","captionStream$$1","segmentCache","parsedCaptions","isInitialized","isNewInit","timescales","parsedData","cachedSegment","parseEmbeddedCaptions","pushNals","nal","clearParsedCaptions","resetCaptionStream","clearAllCaptions","MessageHandlers","initArray","typedArray","action","gopInfo","appendStart","messageHandlers","defaultCodecs","videoCodec","videoObjectTypeIndicator","audioProfile","translateLegacyCodecs","codecs","orig","profile","avcLevel","parseCodecs","parsed","codecCount","makeMimeTypeString","container","mimeTypesForPlaylist","containerType","getContainerType","codecInfo","mediaAttributes","CODECS","getCodecs","isMuxed","isMaat","audioGroup","groupId","audioGroupId","audioType","audioProfileFromDefault","codecStrings","justAudio","justVideo","bothVideoAudio","isAudioCodec","isVideoCodec","gopsSafeToAlignWith","mapping","currentTimePts","videoBuffer","audioBuffer","audioDisabled","arity","extents","videoBuffered","audioBuffered","VirtualSourceBuffer","_videojs$EventTarget","mediaSource","timestampOffset_","pendingBuffers_","bufferUpdating_","codecs_","audioCodec_","videoCodec_","audioDisabled_","appendAudioInitSegment_","gopBuffer_","timeMapping_","safeAppend_","transmuxer_","data_","done_","appendGopInfo_","videoBuffer_","audioBuffer_","appendWindowStart","updating","sourceBuffer","inBandMetadataTrackDispatchType","createTextTracksIfNecessary","processPendingSegments_","mimeType","addSourceBuffer","realBuffer_","makeWrappedSourceBuffer","nativeMediaSource_","updateGopBuffer","updatedBuffer","removeGopBuffer","sortedSegments","segmentObj","createRealSourceBuffers_","triggerUpdateend","concatAndAppendSegments_","destinationBuffer","tempBuffer","appendBuffer","originalError","video_es_HtmlMediaSource","HtmlMediaSource","property","MediaSource","activeSourceBuffers_","sourceBuffers","updateActiveSourceBuffers_","disableCombined","disableAudioOnly","onPlayerMediachange_","onHlsReset_","onHlsSegmentTimeMapping_","url_","sourcebuffer","parsedType","parameters","parameter","parseContentType","urlCount","mediaSources","video_es_open","msObjectURL","swfId","video_es_supportsNativeMediaSources","isTypeSupported","supportsNativeMediaSources","URL$1","EventTarget$1$1","mergeOptions$2","updateMaster$1","oldMaster","newMaster","minimumUpdatePeriod","playlistUpdate","group","_playlistUpdate","video_es_DashPlaylistLoader","DashPlaylistLoader","srcUrlOrPlaylist","masterPlaylistLoader","refreshXml_","refreshMedia_","masterPlaylistLoader_","mpd_parser_es","masterXml_","manifestUri","clientOffset","clientOffset_","phonyUri","_phonyUri","date","masterLoaded_","syncClientServerClock_","onClientServerClockSync_","utcTiming","serverTime","parseMasterXml","updatedMaster","logger","video_es_noop","SourceUpdater","sourceBufferEmitter","callbacks_","pendingCallback_","processedAppend_","mimeType_","logger_","createSourceBuffer_","sourceBuffer_","start_","started_","onUpdateendCallback_","pendingCallback","runCallback_","queueCallback_","Config","GOAL_BUFFER_LENGTH","MAX_GOAL_BUFFER_LENGTH","GOAL_BUFFER_LENGTH_RATE","INITIAL_BANDWIDTH","BANDWIDTH_VARIANCE","BUFFER_LOW_WATER_LINE","MAX_BUFFER_LOW_WATER_LINE","BUFFER_LOW_WATER_LINE_RATE","REQUEST_ERRORS","segmentXhrHeaders","byterangeEnd","Range","abortAll","activeXhrs","handleErrors","waitForCompletion","decrypter","doneFn","didError","endOfAllRequests","encryptedBytes","decryptionHandler","requestId","decryptSegment","handleProgress","progressFn","progressEvent","stats","loaded","firstBytesReceivedAt","mediaSegmentRequest","xhrOptions","decryptionWorker","captionParser","finishProcessingFn","keyXhr","responseType","errorObj","handleKeyResponse","initSegmentXhr","probe_default","video_es_handleInitSegmentResponse","segmentXhr","getRequestStats","fmp4Captions","handleSegmentResponse","video_es_safeGetComputedStyle","stableSort","sortFn","newArray","cmp","video_es_comparePlaylistBandwidth","leftBandwidth","rightBandwidth","detectEndOfStream","segmentIndex","appendedLastSegment","finite","video_es_SegmentLoader","SegmentLoader","throughput","roundTrip","resetStats_","hasPlayed_","hasPlayed","currentTime_","seekable_","seeking_","loaderType_","loaderType","startingMedia_","segmentMetadataTrack_","segmentMetadataTrack","goalBufferLength_","goalBufferLength","sourceType_","sourceType","inbandTextTracks","state_","checkBufferTimeout_","currentTimeline_","pendingSegment_","sourceUpdater_","xhrOptions_","activeInitSegmentId_","initSegments_","captionParser_","decrypter_","syncController_","syncController","syncPoint_","ended_","fetchAtBuffer_","newState","mediaBytesTransferred","mediaRequests","mediaRequestsAborted","mediaRequestsTimedout","mediaRequestsErrored","mediaTransferDuration","mediaSecondsLoaded","abort_","monitorBuffer_","abortRequests","_error","set$$1","storedMap","playlist_","setDateTimeMapping","couldBeginLoading_","init_","sourceBufferEmitter_","resetEverything","newPlaylist","oldPlaylist","segmentInfo","syncInfo","oldId","mediaSequenceDiff","saveExpiredSegmentInfo","resyncLoader","_mimeType","resetLoader","monitorBufferTick_","fillBuffer_","getSyncPoint","checkBuffer_","buffered_","endOfStream","startOfSegment","loadSegment_","lastBufferedEnd","bufferedTime","getSyncSegmentCandidate_","generateSegmentInfo_","mediaSourceInfo","_mediaSourceInfo","segmentIndexArray","isSyncRequest","random","measuredBandwidth","requestTimeRemaining","timeUntilRebuffer$$1","timeUntilRebuffer","switchCandidate","duration$$1","compatiblePlaylists","enabledPlaylists","rebufferingEstimates","numRequests","rebufferingImpact","noRebufferingPlaylists","estimate","minRebufferMaxBandwidthSelector","timeSavedBySwitching","minimumTimeSaving","simpleSegment","abortRequestEarly_","trimBackBuffer_","createSimplifiedSegmentObj_","handleProgress_","segmentRequestFinished_","removeToTime","seekable$$1","safeBackBufferTrimTime","processSegmentResponse_","createCaptionsTrackIfNotExists","addCaptionData","handleSegment_","timingInfo","probeSegmentInfo","containsAudio","containsVideo","startingMedia","newSegmentMedia","illegalMediaSwitchError","blacklistDuration","timelineMapping","mappingForTimeline","initId","_segmentInfo$segment","_segmentInfo$playlist","seq","_segmentInfo$playlist2","segmentInfoString","handleUpdateEnd_","isWalkingForward","recordThroughput_","addSegmentMetadataCue_","segmentProcessingTime","segmentProcessingThroughput","uint8ToUtf8","uintArray","VTT_LINE_TERMINATORS","video_es_VTTSegmentLoader","_SegmentLoader","VTTSegmentLoader","subtitlesTrack_","combinedByteLength","combinedSegment","_track","skipEmptySegments_","timestampOffsetForTimeline","requested","parseVTTCues_","updateTimeMapping_","timelines","decoder","decodeBytesToString","TextDecoder","timestampmap","MPEGTS","LOCAL","ontimestampmap","mapData","segmentData","mappingObj","diff","firstStart","lastStart","findAdCue","mediaTime","adStartTime","adEndTime","tsprobe","ts_inspector_default","syncPointStrategies","run","datetimeToDisplayTime","lastDistance","discontinuitySync","discontinuities","video_es_SyncController","SyncController","inspectCache_","syncPoints","runStrategies_","selectSyncPoint_","strategy","bestSyncPoint","bestDistance","bestStrategy","newDistance","lastRemovedSegment","playlistTimestamp","probeMp4Segment_","probeTsSegment_","calculateSegmentTimeMapping_","saveDiscontinuitySyncInfo_","timeInfo","segmentStartTime","segmentEndTime","dtsTime","accuracy","mediaIndexDiff","Decrypter$1","AsyncStream$$1","Decrypter$$1","decrypt$$1","audioTrackKind_","stopLoaders","segmentLoader","activePlaylistLoader","startLoaders","playlistLoader","onError","segmentLoaders","mediaTypes","blacklistCurrentPlaylist","activeTrack","activeGroup","defaultTrack","onTrackChanged","setupListeners","requestOptions","byGroupId","byResolvedUri","initialize","_settings$master","_settings$mediaTypes$","groups","groupPlaylists","variantLabel","_settings$mediaTypes$2","_settings$mediaTypes$3","setupMediaGroups","variants","onGroupChanged","_settings$segmentLoad","mainSegmentLoader","previousActiveLoader","_settings$segmentLoad2","onAudioTrackChanged","createMediaTypes","loaderStats","sumLoaderStat","stat","audioSegmentLoader_","mainSegmentLoader_","video_es_MasterPlaylistController","MasterPlaylistController","externHls","useCueTags","enableLowInitialPlaylist","seekTo_","useCueTags_","cueTagsTrack_","requestOptions_","mediaTypes_","handleSourceOpen_","segmentLoaderSettings","setupMasterPlaylistLoaderListeners_","subtitleSegmentLoader_","setupSegmentLoaderListeners_","requestTimeout","triggerPresenceUsage_","setupSourceBuffers_","setupFirstPlay","updatedPlaylist","excludeUnsupportedVariants_","selectedMedia","selectInitialPlaylist","selectPlaylist","initialMedia_","updateAdCues_","updateDuration","addSeekableRange","addSeekableRange_","onDurationchange","stuckAtPlaylistEnd_","defaultDemuxed","audioGroupKeys","nextPlaylist","currentPlaylist","forwardBuffer","bufferLowWaterLine","onSyncInfoUpdate_","onEndOfStream","ended","isEndOfStream","getExpiredTime","absolutePlaylistEnd","TIME_FUDGE_FACTOR","mainSeekable","audioSeekable","oldDuration","newDuration","setDuration","mimeTypes","configureLoaderMimeTypes_","excludeIncompatibleVariants_","variant","codecString","variantCodecs","adOffset","adTotal","_segment$cueOutCont$s","_segment$cueOutCont$s2","video_es_updateAdCues","Representation","hlsHandler","loader","playlistUri","changePlaylistFn","mpc","masterPlaylistController_","qualityChangeFunction","smoothQualityChange","incompatible","currentlyEnabled","timerCancelEvents","video_es_PlaybackWatcher","PlaybackWatcher","consecutiveUpdates","lastRecordedTime","timer_","checkCurrentTimeTimeout_","canPlayHandler","monitorCurrentTime_","waitingHandler","techWaiting_","cancelTimerHandler","cancelTimer_","fixesBadSeeksHandler","fixesBadSeeks_","checkCurrentTime_","waiting_","afterSeekableWindow_","beforeSeekableWindow_","currentRange","livePoint","nextRange","videoUnderflow_","difference","skipTheGap_","gap","gapFromVideoUnderflow_","scheduledCurrentTime","gaps","findGaps","defaultOptions","errorInterval","getSource","IWillNotUseThisInPlugins","reloadSourceOnError","initPlugin","lastCalled","localOptions","loadedMetadataHandler","errorHandler","cleanupEvents","vhs","source_","Hls$1","STANDARD_PLAYLIST_SELECTOR","playerBandwidth","playerWidth","playerHeight","limitRenditionByPlayerDimensions","sortedPlaylistReps","enabledPlaylistReps","rep","bandwidthPlaylistReps","highestRemainingBandwidthRep","bandwidthBestRep","_chosenRep","haveResolution","resolutionBestRepList","resolutionBestRep","resolutionPlusOneList","resolutionPlusOneSmallest","resolutionPlusOneRep","chosenRep","video_es_simpleSelector","systemBandwidth","INITIAL_PLAYLIST_SELECTOR","comparePlaylistBandwidth","comparePlaylistResolution","leftWidth","rightWidth","simpleTypeFromSourceType","handleHlsMediaChange","qualityLevels","selectedIndex_","setupEmeOptions","eme","sourceOptions","keySystemOptions","videoPlaylist","audioPlaylist","keySystemContentTypes","keySystem","audioContentType","videoContentType","contentProtection","pssh","emeKeySystems","keySystems","initializeMediaKeys","getVhsLocalStorage","storedObject","supportsNativeHls","canItPlay","supportsNativeDash","supportsTypeNatively","Component$1","video_es_HlsHandler","HlsHandler","dash","setOptions_","overrideNative","webkitFullscreenElement","mozFullScreenElement","msFullscreenElement","smoothQualityChange_","pauseLoading","useBandwidthFromLocalStorage","option","playbackWatcher_","invBandwidth","invThroughput","mediaRequests_","mediaRequestsAborted_","mediaRequestsTimedout_","mediaRequestsErrored_","mediaTransferDuration_","mediaBytesTransferred_","mediaSecondsLoaded_","currentTech","playerDimensions","objectToStore","updateVhsLocalStorage","representations","setupQualityLevels_","qualityLevels_","addQualityLevel","receiver","getter","get$1","HlsSourceHandler","supportedType","__webpack_exports__","global","toUnsigned","g","CoalesceStream","AdtsStream","AacStream","isLikelyAacData","collectDtsInfo","trimAdtsFramesByEarliestDts","calculateTrackBaseMediaDecodeTime","prefixWithSilence","generateSampleTable","concatenateFrameData","clearDtsInfo","groupNalsIntoFrames","groupFramesIntoGops","extendFirstKeyFrame","concatenateNalData","parseId3TagSize","parseAdtsSize","parseSampleRate","parseAacTimestamp","cea708Parser","parseSei","USER_DATA_REGISTERED_ITU_T_T35","parseUserData","parseCaptionPackets","useSourceMap","cssMapping","btoa","sourceMapping","sourceMap","encodeURIComponent","sourceURLs","sourceRoot","cssWithMappingToString","modules","mediaQuery","alreadyImportedModules","memo","stylesInDom","isOldIE","atob","getElement","styleTarget","contentDocument","singleton","singletonCounter","stylesInsertedAtTop","fixUrls","addStylesToDom","styles","domStyle","refs","parts","addStyle","listToStyles","newStyles","base","css","insertStyleElement","lastStyleElementInsertedAtTop","insertAt","removeStyleElement","createStyleElement","nonce","nc","getNonce","addAttrs","styleIndex","applyToSingletonTag","link","rel","createLinkElement","autoFixUrls","convertToAbsoluteUrls","oldSrc","newObj","DEBUG","newList","mayRemove","textStore","replaceText","replacement","cssNode","reviver","VTTRegion","cueShim","regionShim","nativeVTTCue","nativeVTTRegion","shim","restore","_objCreate","F","ParsingError","errorData","parseTimeStamp","input","computeSeconds","f","Settings","parseOptions","keyValueDelim","groupDelim","kv","parseCue","regionList","oInput","consumeTimeStamp","ts","Errors","BadTimeStamp","skipWhitespace","substr","region","alt","vals","vals0","integer","lineAlign","snapToLines","positionAlign","consumeCueSettings","BadSignature","dflt","defaultKey","ESCAPE","&amp;","&lt;","&gt;","&lrm;","&rlm;","&nbsp;","TAG_NAME","u","ruby","rt","lang","TAG_ANNOTATION","NEEDS_PARENT","parseContent","nextToken","unescape1","shouldAdd","current","localName","annotation","rootDiv","tagStack","createProcessingInstruction","strongRTLRanges","isStrongRTLChar","determineBidi","nodeStack","pushNodes","nextTextNode","StyleBox","CueStyleBox","styleOptions","display","writingMode","unicodeBidi","applyStyles","textAlign","font","whiteSpace","textPos","formatStyle","move","BoxPosition","lh","offsetTop","rects","getClientRects","lineHeight","moveBoxToLinePosition","styleBox","containerBox","boxPositions","boxPosition","linePos","textTrackList","mediaElement","computeLinePos","axis","maxPosition","initialAxis","calculatedPercentage","bestPosition","specifiedPosition","overlapsOppositeAxis","within","overlapsAny","intersectPercentage","findBestPosition","toCSSCompatValues","unit","toMove","overlaps","getSimpleBoxPosition","decode","convertCueToDOMTree","cuetext","overlay","paddedOverlay","margin","hasBeenReset","shouldCompute","reportOrThrowError","collectNextLine","pos","parseHeader","xy","anchor","lines","regionAnchorX","regionAnchorY","viewportAnchorX","viewportAnchorY","scroll","onregion","parseRegion","alreadyCollectedLine","hasSubstring","autoKeyword","directionSetting","","lr","rl","alignSetting","findAlignSetting","_id","_pauseOnExit","_startTime","_endTime","_text","_region","_vertical","_snapToLines","_line","_lineAlign","_position","_positionAlign","_size","_align","pauseOnExit","setting","findDirectionSetting","SyntaxError","getCueAsHTML","scrollSetting","up","isValidPercentValue","_lines","_regionAnchorX","_regionAnchorY","_viewportAnchorX","_viewportAnchorY","_scroll","findScrollSetting","clean","sa","isFunction","parseHeaders","xtend","initParams","params","createXHR","_createXHR","called","getBody","responseXML","firefoxBugTakenEffect","getXml","isJson","errorFunc","evt","timeoutTimer","failureResponse","loadFunc","useXDR","rawRequest","getAllResponseHeaders","XDomainRequest","XMLHttpRequest","onprogress","onabort","ontimeout","username","password","setRequestHeader","isEmpty","beforeSend","send","forEachArray","alert","confirm","prompt","isCallable","toStr","thisArg","len","forEachString","forEachObject","fnToStr","constructorRegex","isES6ClassFn","fnStr","hasToStringTag","toStringTag","tryFunctionObject","strClass","URL_REGEX","FIRST_SEGMENT_REGEX","SLASH_DOT_REGEX","SLASH_DOT_DOT_REGEX","URLToolkit","alwaysNormalize","basePartsForNormalise","parseURL","normalizePath","buildURLFromParts","relativeParts","scheme","baseParts","netLoc","builtParts","query","baseURLPath","newPath","lastIndexOf","doccy","topLevel","minDoc","parseUTCTiming","global_window__WEBPACK_IMPORTED_MODULE_0__","global_window__WEBPACK_IMPORTED_MODULE_0___default","merge","objects","flatten","lists","mergeDiscontiguousPlaylists","_acc$name$segments","formatAudioPlaylist","_attributes","periodIndex","formatVideoPlaylist","_ref3","_attributes3","toM3u8","dashPlaylists","_mediaGroups","_dashPlaylists$0$attr","sourceDuration","_dashPlaylists$0$attr2","videoPlaylists","_ref4","contentType","audioPlaylists","_ref5","vttPlaylists","_ref6","subs","_attributes2","baseUrl","organizeVttPlaylists","urlToolkit","resolveUrl","relativeUrl","urlTypeToSegment","_ref$baseUrl","_ref$source","_ref$range","startRange","endRange","getLiveRValue","NOW","availabilityStartTime","_attributes$timescale","_attributes$start","_attributes$minimumUp","periodDuration","parseByTimeline","segmentTimeline","_attributes$type","_attributes$minimumUp2","_attributes$media","_attributes$timescale2","_attributes$startNumb","startNumber","sIndex","S","repeat","segmentTime","nextS","segmentRange","static","dynamic","_attributes$timeShift","timeShiftBufferDepth","periodStartWC","segmentCount","availableStart","availableEnd","parseByDuration","_attributes$timescale4","_segmentRange$type","_attributes$timescale3","toSegments","identifierPattern","constructTemplateUrl","identifier","identifierReplacement","segmentsFromTemplate","templateValues","RepresentationID","Bandwidth","_attributes$initializ","initialization","sourceURL","mapSegment","parseTemplateInfo","Time","segmentsFromList","_attributes$segmentUr","segmentUrls","segmentTimeInfo","segmentUrlMap","segmentUrlObject","segmentUrl","mediaRange","SegmentURLToSegmentObject","segmentsFromBase","_attributes$indexRang","indexRange","generateSegments","segmentAttributes","segmentsFn","template","_segmentAttributes","_segmentAttributes$ti","findChildren","getContent","parseDuration","_match$slice","year","month","day","hour","minute","second","parsers","mediaPresentationDuration","parsedValue","parseFn","keySystemsMap","urn:uuid:1077efec-c0b2-4d02-ace3-3c1e52e2fb4b","urn:uuid:edef8ba9-79d6-4ace-a3c8-27dcd51d21ed","urn:uuid:9a04f079-9840-4286-ab92-e65be0885f95","urn:uuid:f239e769-efa3-4850-9c16-a903c6932efb","buildBaseUrls","referenceUrls","baseUrlElements","baseUrlElement","getSegmentInformation","adaptationSet","segmentTemplate","segmentList","segmentBase","segmentTimelineParentNode","segmentInitializationParentNode","segmentInitialization","generateKeySystemInformation","contentProtectionNodes","schemeIdUri","psshNode","psshBuffer","b64Text","decodedString","decodeB64ToUint8Array","toRepresentations","periodAttributes","periodBaseUrls","periodSegmentInfo","adaptationSetAttributes","adaptationSetBaseUrls","roleAttributes","adaptationSetSegmentInfo","representation","repBaseUrlElements","repBaseUrls","representationSegmentInfo","inheritBaseUrls","inheritAttributes","mpd","_options","_options$manifestUri","_options$NOW","_options$clientOffset","periods","mpdAttributes","mpdBaseUrls","period","periodAtt","parsedPeriodId","adaptationSets","toAdaptationSets","stringToMpdXml","manifestString","xml","DOMParser","parseFromString","UTCTimingNode","parseUTCTimingScheme","ONE_SECOND_IN_TS","StreamTypes","m2tsStreamTypes","ExpGolomb","aacUtils","textifyMp4","parseAudioPes_","pesType","pusi","endLoop","parsePesType","parsePayloadUnitStartIndicator","parsePesTime","parseVideoPes_","firstKeyFrame","videoPacketContainsKeyFrame","inspectTs_","parsePsi_","baseTimestamp","audioCount","audioTimescale","inspectAac_","audioBaseTimestamp","ptsTime","videoBaseTimestamp","adjustTimestamp_","parsePid","parseAdaptionField","parseNalUnitType","payloadOffset","frameBuffer","frameI","frameSyncPoint","foundKeyFrame","currentDir","pathname","fullMatch","origUrl","newUrl","unquotedOrigUrl","$1"],"mappings":"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","file":"vendors~videojs.js","sourcesContent":["\nvar content = require(\"!!../../css-loader/dist/cjs.js!./video-js.css\");\n\nif(typeof content === 'string') content = [[module.id, content, '']];\n\nvar transform;\nvar insertInto;\n\n\n\nvar options = {\"hmr\":true}\n\noptions.transform = transform\noptions.insertInto = undefined;\n\nvar update = require(\"!../../style-loader/lib/addStyles.js\")(content, options);\n\nif(content.locals) module.exports = content.locals;\n\nif(module.hot) {\n\tmodule.hot.accept(\"!!../../css-loader/dist/cjs.js!./video-js.css\", function() {\n\t\tvar newContent = require(\"!!../../css-loader/dist/cjs.js!./video-js.css\");\n\n\t\tif(typeof newContent === 'string') newContent = [[module.id, newContent, '']];\n\n\t\tvar locals = (function(a, b) {\n\t\t\tvar key, idx = 0;\n\n\t\t\tfor(key in a) {\n\t\t\t\tif(!b || a[key] !== b[key]) return false;\n\t\t\t\tidx++;\n\t\t\t}\n\n\t\t\tfor(key in b) idx--;\n\n\t\t\treturn idx === 0;\n\t\t}(content.locals, newContent.locals));\n\n\t\tif(!locals) throw new Error('Aborting CSS HMR due to changed css-modules locals.');\n\n\t\tupdate(newContent);\n\t});\n\n\tmodule.hot.dispose(function() { update(); });\n}","var classCallCheck = function (instance, Constructor) {\n if (!(instance instanceof Constructor)) {\n throw new TypeError(\"Cannot call a class as a function\");\n }\n};\n\n\n\n\n\n\n\n\n\nvar _extends = Object.assign || function (target) {\n for (var i = 1; i < arguments.length; i++) {\n var source = arguments[i];\n\n for (var key in source) {\n if (Object.prototype.hasOwnProperty.call(source, key)) {\n target[key] = source[key];\n }\n }\n }\n\n return target;\n};\n\n\n\nvar inherits = function (subClass, superClass) {\n if (typeof superClass !== \"function\" && superClass !== null) {\n throw new TypeError(\"Super expression must either be null or a function, not \" + typeof superClass);\n }\n\n subClass.prototype = Object.create(superClass && superClass.prototype, {\n constructor: {\n value: subClass,\n enumerable: false,\n writable: true,\n configurable: true\n }\n });\n if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass;\n};\n\n\n\n\n\n\n\n\n\n\n\nvar possibleConstructorReturn = function (self, call) {\n if (!self) {\n throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\");\n }\n\n return call && (typeof call === \"object\" || typeof call === \"function\") ? call : self;\n};\n\n/**\n * @file stream.js\n */\n/**\n * A lightweight readable stream implemention that handles event dispatching.\n *\n * @class Stream\n */\nvar Stream = function () {\n function Stream() {\n classCallCheck(this, Stream);\n\n this.listeners = {};\n }\n\n /**\n * Add a listener for a specified event type.\n *\n * @param {String} type the event name\n * @param {Function} listener the callback to be invoked when an event of\n * the specified type occurs\n */\n\n\n Stream.prototype.on = function on(type, listener) {\n if (!this.listeners[type]) {\n this.listeners[type] = [];\n }\n this.listeners[type].push(listener);\n };\n\n /**\n * Remove a listener for a specified event type.\n *\n * @param {String} type the event name\n * @param {Function} listener a function previously registered for this\n * type of event through `on`\n * @return {Boolean} if we could turn it off or not\n */\n\n\n Stream.prototype.off = function off(type, listener) {\n if (!this.listeners[type]) {\n return false;\n }\n\n var index = this.listeners[type].indexOf(listener);\n\n this.listeners[type].splice(index, 1);\n return index > -1;\n };\n\n /**\n * Trigger an event of the specified type on this stream. Any additional\n * arguments to this function are passed as parameters to event listeners.\n *\n * @param {String} type the event name\n */\n\n\n Stream.prototype.trigger = function trigger(type) {\n var callbacks = this.listeners[type];\n var i = void 0;\n var length = void 0;\n var args = void 0;\n\n if (!callbacks) {\n return;\n }\n // Slicing the arguments on every invocation of this method\n // can add a significant amount of overhead. Avoid the\n // intermediate object creation for the common case of a\n // single callback argument\n if (arguments.length === 2) {\n length = callbacks.length;\n for (i = 0; i < length; ++i) {\n callbacks[i].call(this, arguments[1]);\n }\n } else {\n args = Array.prototype.slice.call(arguments, 1);\n length = callbacks.length;\n for (i = 0; i < length; ++i) {\n callbacks[i].apply(this, args);\n }\n }\n };\n\n /**\n * Destroys the stream and cleans up.\n */\n\n\n Stream.prototype.dispose = function dispose() {\n this.listeners = {};\n };\n /**\n * Forwards all `data` events on this stream to the destination stream. The\n * destination stream should provide a method `push` to receive the data\n * events as they arrive.\n *\n * @param {Stream} destination the stream that will receive all `data` events\n * @see http://nodejs.org/api/stream.html#stream_readable_pipe_destination_options\n */\n\n\n Stream.prototype.pipe = function pipe(destination) {\n this.on('data', function (data) {\n destination.push(data);\n });\n };\n\n return Stream;\n}();\n\n/**\n * @file m3u8/line-stream.js\n */\n/**\n * A stream that buffers string input and generates a `data` event for each\n * line.\n *\n * @class LineStream\n * @extends Stream\n */\n\nvar LineStream = function (_Stream) {\n inherits(LineStream, _Stream);\n\n function LineStream() {\n classCallCheck(this, LineStream);\n\n var _this = possibleConstructorReturn(this, _Stream.call(this));\n\n _this.buffer = '';\n return _this;\n }\n\n /**\n * Add new data to be parsed.\n *\n * @param {String} data the text to process\n */\n\n\n LineStream.prototype.push = function push(data) {\n var nextNewline = void 0;\n\n this.buffer += data;\n nextNewline = this.buffer.indexOf('\\n');\n\n for (; nextNewline > -1; nextNewline = this.buffer.indexOf('\\n')) {\n this.trigger('data', this.buffer.substring(0, nextNewline));\n this.buffer = this.buffer.substring(nextNewline + 1);\n }\n };\n\n return LineStream;\n}(Stream);\n\n/**\n * @file m3u8/parse-stream.js\n */\n/**\n * \"forgiving\" attribute list psuedo-grammar:\n * attributes -> keyvalue (',' keyvalue)*\n * keyvalue -> key '=' value\n * key -> [^=]*\n * value -> '\"' [^\"]* '\"' | [^,]*\n */\nvar attributeSeparator = function attributeSeparator() {\n var key = '[^=]*';\n var value = '\"[^\"]*\"|[^,]*';\n var keyvalue = '(?:' + key + ')=(?:' + value + ')';\n\n return new RegExp('(?:^|,)(' + keyvalue + ')');\n};\n\n/**\n * Parse attributes from a line given the seperator\n *\n * @param {String} attributes the attibute line to parse\n */\nvar parseAttributes = function parseAttributes(attributes) {\n // split the string using attributes as the separator\n var attrs = attributes.split(attributeSeparator());\n var result = {};\n var i = attrs.length;\n var attr = void 0;\n\n while (i--) {\n // filter out unmatched portions of the string\n if (attrs[i] === '') {\n continue;\n }\n\n // split the key and value\n attr = /([^=]*)=(.*)/.exec(attrs[i]).slice(1);\n // trim whitespace and remove optional quotes around the value\n attr[0] = attr[0].replace(/^\\s+|\\s+$/g, '');\n attr[1] = attr[1].replace(/^\\s+|\\s+$/g, '');\n attr[1] = attr[1].replace(/^['\"](.*)['\"]$/g, '$1');\n result[attr[0]] = attr[1];\n }\n return result;\n};\n\n/**\n * A line-level M3U8 parser event stream. It expects to receive input one\n * line at a time and performs a context-free parse of its contents. A stream\n * interpretation of a manifest can be useful if the manifest is expected to\n * be too large to fit comfortably into memory or the entirety of the input\n * is not immediately available. Otherwise, it's probably much easier to work\n * with a regular `Parser` object.\n *\n * Produces `data` events with an object that captures the parser's\n * interpretation of the input. That object has a property `tag` that is one\n * of `uri`, `comment`, or `tag`. URIs only have a single additional\n * property, `line`, which captures the entirety of the input without\n * interpretation. Comments similarly have a single additional property\n * `text` which is the input without the leading `#`.\n *\n * Tags always have a property `tagType` which is the lower-cased version of\n * the M3U8 directive without the `#EXT` or `#EXT-X-` prefix. For instance,\n * `#EXT-X-MEDIA-SEQUENCE` becomes `media-sequence` when parsed. Unrecognized\n * tags are given the tag type `unknown` and a single additional property\n * `data` with the remainder of the input.\n *\n * @class ParseStream\n * @extends Stream\n */\n\nvar ParseStream = function (_Stream) {\n inherits(ParseStream, _Stream);\n\n function ParseStream() {\n classCallCheck(this, ParseStream);\n\n var _this = possibleConstructorReturn(this, _Stream.call(this));\n\n _this.customParsers = [];\n return _this;\n }\n\n /**\n * Parses an additional line of input.\n *\n * @param {String} line a single line of an M3U8 file to parse\n */\n\n\n ParseStream.prototype.push = function push(line) {\n var match = void 0;\n var event = void 0;\n\n // strip whitespace\n line = line.replace(/^[\\u0000\\s]+|[\\u0000\\s]+$/g, '');\n if (line.length === 0) {\n // ignore empty lines\n return;\n }\n\n // URIs\n if (line[0] !== '#') {\n this.trigger('data', {\n type: 'uri',\n uri: line\n });\n return;\n }\n\n for (var i = 0; i < this.customParsers.length; i++) {\n if (this.customParsers[i].call(this, line)) {\n return;\n }\n }\n\n // Comments\n if (line.indexOf('#EXT') !== 0) {\n this.trigger('data', {\n type: 'comment',\n text: line.slice(1)\n });\n return;\n }\n\n // strip off any carriage returns here so the regex matching\n // doesn't have to account for them.\n line = line.replace('\\r', '');\n\n // Tags\n match = /^#EXTM3U/.exec(line);\n if (match) {\n this.trigger('data', {\n type: 'tag',\n tagType: 'm3u'\n });\n return;\n }\n match = /^#EXTINF:?([0-9\\.]*)?,?(.*)?$/.exec(line);\n if (match) {\n event = {\n type: 'tag',\n tagType: 'inf'\n };\n if (match[1]) {\n event.duration = parseFloat(match[1]);\n }\n if (match[2]) {\n event.title = match[2];\n }\n this.trigger('data', event);\n return;\n }\n match = /^#EXT-X-TARGETDURATION:?([0-9.]*)?/.exec(line);\n if (match) {\n event = {\n type: 'tag',\n tagType: 'targetduration'\n };\n if (match[1]) {\n event.duration = parseInt(match[1], 10);\n }\n this.trigger('data', event);\n return;\n }\n match = /^#ZEN-TOTAL-DURATION:?([0-9.]*)?/.exec(line);\n if (match) {\n event = {\n type: 'tag',\n tagType: 'totalduration'\n };\n if (match[1]) {\n event.duration = parseInt(match[1], 10);\n }\n this.trigger('data', event);\n return;\n }\n match = /^#EXT-X-VERSION:?([0-9.]*)?/.exec(line);\n if (match) {\n event = {\n type: 'tag',\n tagType: 'version'\n };\n if (match[1]) {\n event.version = parseInt(match[1], 10);\n }\n this.trigger('data', event);\n return;\n }\n match = /^#EXT-X-MEDIA-SEQUENCE:?(\\-?[0-9.]*)?/.exec(line);\n if (match) {\n event = {\n type: 'tag',\n tagType: 'media-sequence'\n };\n if (match[1]) {\n event.number = parseInt(match[1], 10);\n }\n this.trigger('data', event);\n return;\n }\n match = /^#EXT-X-DISCONTINUITY-SEQUENCE:?(\\-?[0-9.]*)?/.exec(line);\n if (match) {\n event = {\n type: 'tag',\n tagType: 'discontinuity-sequence'\n };\n if (match[1]) {\n event.number = parseInt(match[1], 10);\n }\n this.trigger('data', event);\n return;\n }\n match = /^#EXT-X-PLAYLIST-TYPE:?(.*)?$/.exec(line);\n if (match) {\n event = {\n type: 'tag',\n tagType: 'playlist-type'\n };\n if (match[1]) {\n event.playlistType = match[1];\n }\n this.trigger('data', event);\n return;\n }\n match = /^#EXT-X-BYTERANGE:?([0-9.]*)?@?([0-9.]*)?/.exec(line);\n if (match) {\n event = {\n type: 'tag',\n tagType: 'byterange'\n };\n if (match[1]) {\n event.length = parseInt(match[1], 10);\n }\n if (match[2]) {\n event.offset = parseInt(match[2], 10);\n }\n this.trigger('data', event);\n return;\n }\n match = /^#EXT-X-ALLOW-CACHE:?(YES|NO)?/.exec(line);\n if (match) {\n event = {\n type: 'tag',\n tagType: 'allow-cache'\n };\n if (match[1]) {\n event.allowed = !/NO/.test(match[1]);\n }\n this.trigger('data', event);\n return;\n }\n match = /^#EXT-X-MAP:?(.*)$/.exec(line);\n if (match) {\n event = {\n type: 'tag',\n tagType: 'map'\n };\n\n if (match[1]) {\n var attributes = parseAttributes(match[1]);\n\n if (attributes.URI) {\n event.uri = attributes.URI;\n }\n if (attributes.BYTERANGE) {\n var _attributes$BYTERANGE = attributes.BYTERANGE.split('@'),\n length = _attributes$BYTERANGE[0],\n offset = _attributes$BYTERANGE[1];\n\n event.byterange = {};\n if (length) {\n event.byterange.length = parseInt(length, 10);\n }\n if (offset) {\n event.byterange.offset = parseInt(offset, 10);\n }\n }\n }\n\n this.trigger('data', event);\n return;\n }\n match = /^#EXT-X-STREAM-INF:?(.*)$/.exec(line);\n if (match) {\n event = {\n type: 'tag',\n tagType: 'stream-inf'\n };\n if (match[1]) {\n event.attributes = parseAttributes(match[1]);\n\n if (event.attributes.RESOLUTION) {\n var split = event.attributes.RESOLUTION.split('x');\n var resolution = {};\n\n if (split[0]) {\n resolution.width = parseInt(split[0], 10);\n }\n if (split[1]) {\n resolution.height = parseInt(split[1], 10);\n }\n event.attributes.RESOLUTION = resolution;\n }\n if (event.attributes.BANDWIDTH) {\n event.attributes.BANDWIDTH = parseInt(event.attributes.BANDWIDTH, 10);\n }\n if (event.attributes['PROGRAM-ID']) {\n event.attributes['PROGRAM-ID'] = parseInt(event.attributes['PROGRAM-ID'], 10);\n }\n }\n this.trigger('data', event);\n return;\n }\n match = /^#EXT-X-MEDIA:?(.*)$/.exec(line);\n if (match) {\n event = {\n type: 'tag',\n tagType: 'media'\n };\n if (match[1]) {\n event.attributes = parseAttributes(match[1]);\n }\n this.trigger('data', event);\n return;\n }\n match = /^#EXT-X-ENDLIST/.exec(line);\n if (match) {\n this.trigger('data', {\n type: 'tag',\n tagType: 'endlist'\n });\n return;\n }\n match = /^#EXT-X-DISCONTINUITY/.exec(line);\n if (match) {\n this.trigger('data', {\n type: 'tag',\n tagType: 'discontinuity'\n });\n return;\n }\n match = /^#EXT-X-PROGRAM-DATE-TIME:?(.*)$/.exec(line);\n if (match) {\n event = {\n type: 'tag',\n tagType: 'program-date-time'\n };\n if (match[1]) {\n event.dateTimeString = match[1];\n event.dateTimeObject = new Date(match[1]);\n }\n this.trigger('data', event);\n return;\n }\n match = /^#EXT-X-KEY:?(.*)$/.exec(line);\n if (match) {\n event = {\n type: 'tag',\n tagType: 'key'\n };\n if (match[1]) {\n event.attributes = parseAttributes(match[1]);\n // parse the IV string into a Uint32Array\n if (event.attributes.IV) {\n if (event.attributes.IV.substring(0, 2).toLowerCase() === '0x') {\n event.attributes.IV = event.attributes.IV.substring(2);\n }\n\n event.attributes.IV = event.attributes.IV.match(/.{8}/g);\n event.attributes.IV[0] = parseInt(event.attributes.IV[0], 16);\n event.attributes.IV[1] = parseInt(event.attributes.IV[1], 16);\n event.attributes.IV[2] = parseInt(event.attributes.IV[2], 16);\n event.attributes.IV[3] = parseInt(event.attributes.IV[3], 16);\n event.attributes.IV = new Uint32Array(event.attributes.IV);\n }\n }\n this.trigger('data', event);\n return;\n }\n match = /^#EXT-X-START:?(.*)$/.exec(line);\n if (match) {\n event = {\n type: 'tag',\n tagType: 'start'\n };\n if (match[1]) {\n event.attributes = parseAttributes(match[1]);\n\n event.attributes['TIME-OFFSET'] = parseFloat(event.attributes['TIME-OFFSET']);\n event.attributes.PRECISE = /YES/.test(event.attributes.PRECISE);\n }\n this.trigger('data', event);\n return;\n }\n match = /^#EXT-X-CUE-OUT-CONT:?(.*)?$/.exec(line);\n if (match) {\n event = {\n type: 'tag',\n tagType: 'cue-out-cont'\n };\n if (match[1]) {\n event.data = match[1];\n } else {\n event.data = '';\n }\n this.trigger('data', event);\n return;\n }\n match = /^#EXT-X-CUE-OUT:?(.*)?$/.exec(line);\n if (match) {\n event = {\n type: 'tag',\n tagType: 'cue-out'\n };\n if (match[1]) {\n event.data = match[1];\n } else {\n event.data = '';\n }\n this.trigger('data', event);\n return;\n }\n match = /^#EXT-X-CUE-IN:?(.*)?$/.exec(line);\n if (match) {\n event = {\n type: 'tag',\n tagType: 'cue-in'\n };\n if (match[1]) {\n event.data = match[1];\n } else {\n event.data = '';\n }\n this.trigger('data', event);\n return;\n }\n\n // unknown tag type\n this.trigger('data', {\n type: 'tag',\n data: line.slice(4)\n });\n };\n\n /**\n * Add a parser for custom headers\n *\n * @param {Object} options a map of options for the added parser\n * @param {RegExp} options.expression a regular expression to match the custom header\n * @param {string} options.customType the custom type to register to the output\n * @param {Function} [options.dataParser] function to parse the line into an object\n * @param {boolean} [options.segment] should tag data be attached to the segment object\n */\n\n\n ParseStream.prototype.addParser = function addParser(_ref) {\n var _this2 = this;\n\n var expression = _ref.expression,\n customType = _ref.customType,\n dataParser = _ref.dataParser,\n segment = _ref.segment;\n\n if (typeof dataParser !== 'function') {\n dataParser = function dataParser(line) {\n return line;\n };\n }\n this.customParsers.push(function (line) {\n var match = expression.exec(line);\n\n if (match) {\n _this2.trigger('data', {\n type: 'custom',\n data: dataParser(line),\n customType: customType,\n segment: segment\n });\n return true;\n }\n });\n };\n\n return ParseStream;\n}(Stream);\n\n/**\n * @file m3u8/parser.js\n */\n/**\n * A parser for M3U8 files. The current interpretation of the input is\n * exposed as a property `manifest` on parser objects. It's just two lines to\n * create and parse a manifest once you have the contents available as a string:\n *\n * ```js\n * var parser = new m3u8.Parser();\n * parser.push(xhr.responseText);\n * ```\n *\n * New input can later be applied to update the manifest object by calling\n * `push` again.\n *\n * The parser attempts to create a usable manifest object even if the\n * underlying input is somewhat nonsensical. It emits `info` and `warning`\n * events during the parse if it encounters input that seems invalid or\n * requires some property of the manifest object to be defaulted.\n *\n * @class Parser\n * @extends Stream\n */\n\nvar Parser = function (_Stream) {\n inherits(Parser, _Stream);\n\n function Parser() {\n classCallCheck(this, Parser);\n\n var _this = possibleConstructorReturn(this, _Stream.call(this));\n\n _this.lineStream = new LineStream();\n _this.parseStream = new ParseStream();\n _this.lineStream.pipe(_this.parseStream);\n\n /* eslint-disable consistent-this */\n var self = _this;\n /* eslint-enable consistent-this */\n var uris = [];\n var currentUri = {};\n // if specified, the active EXT-X-MAP definition\n var currentMap = void 0;\n // if specified, the active decryption key\n var _key = void 0;\n var noop = function noop() {};\n var defaultMediaGroups = {\n 'AUDIO': {},\n 'VIDEO': {},\n 'CLOSED-CAPTIONS': {},\n 'SUBTITLES': {}\n };\n // group segments into numbered timelines delineated by discontinuities\n var currentTimeline = 0;\n\n // the manifest is empty until the parse stream begins delivering data\n _this.manifest = {\n allowCache: true,\n discontinuityStarts: [],\n segments: []\n };\n\n // update the manifest with the m3u8 entry from the parse stream\n _this.parseStream.on('data', function (entry) {\n var mediaGroup = void 0;\n var rendition = void 0;\n\n ({\n tag: function tag() {\n // switch based on the tag type\n (({\n 'allow-cache': function allowCache() {\n this.manifest.allowCache = entry.allowed;\n if (!('allowed' in entry)) {\n this.trigger('info', {\n message: 'defaulting allowCache to YES'\n });\n this.manifest.allowCache = true;\n }\n },\n byterange: function byterange() {\n var byterange = {};\n\n if ('length' in entry) {\n currentUri.byterange = byterange;\n byterange.length = entry.length;\n\n if (!('offset' in entry)) {\n this.trigger('info', {\n message: 'defaulting offset to zero'\n });\n entry.offset = 0;\n }\n }\n if ('offset' in entry) {\n currentUri.byterange = byterange;\n byterange.offset = entry.offset;\n }\n },\n endlist: function endlist() {\n this.manifest.endList = true;\n },\n inf: function inf() {\n if (!('mediaSequence' in this.manifest)) {\n this.manifest.mediaSequence = 0;\n this.trigger('info', {\n message: 'defaulting media sequence to zero'\n });\n }\n if (!('discontinuitySequence' in this.manifest)) {\n this.manifest.discontinuitySequence = 0;\n this.trigger('info', {\n message: 'defaulting discontinuity sequence to zero'\n });\n }\n if (entry.duration > 0) {\n currentUri.duration = entry.duration;\n }\n\n if (entry.duration === 0) {\n currentUri.duration = 0.01;\n this.trigger('info', {\n message: 'updating zero segment duration to a small value'\n });\n }\n\n this.manifest.segments = uris;\n },\n key: function key() {\n if (!entry.attributes) {\n this.trigger('warn', {\n message: 'ignoring key declaration without attribute list'\n });\n return;\n }\n // clear the active encryption key\n if (entry.attributes.METHOD === 'NONE') {\n _key = null;\n return;\n }\n if (!entry.attributes.URI) {\n this.trigger('warn', {\n message: 'ignoring key declaration without URI'\n });\n return;\n }\n if (!entry.attributes.METHOD) {\n this.trigger('warn', {\n message: 'defaulting key method to AES-128'\n });\n }\n\n // setup an encryption key for upcoming segments\n _key = {\n method: entry.attributes.METHOD || 'AES-128',\n uri: entry.attributes.URI\n };\n\n if (typeof entry.attributes.IV !== 'undefined') {\n _key.iv = entry.attributes.IV;\n }\n },\n 'media-sequence': function mediaSequence() {\n if (!isFinite(entry.number)) {\n this.trigger('warn', {\n message: 'ignoring invalid media sequence: ' + entry.number\n });\n return;\n }\n this.manifest.mediaSequence = entry.number;\n },\n 'discontinuity-sequence': function discontinuitySequence() {\n if (!isFinite(entry.number)) {\n this.trigger('warn', {\n message: 'ignoring invalid discontinuity sequence: ' + entry.number\n });\n return;\n }\n this.manifest.discontinuitySequence = entry.number;\n currentTimeline = entry.number;\n },\n 'playlist-type': function playlistType() {\n if (!/VOD|EVENT/.test(entry.playlistType)) {\n this.trigger('warn', {\n message: 'ignoring unknown playlist type: ' + entry.playlist\n });\n return;\n }\n this.manifest.playlistType = entry.playlistType;\n },\n map: function map() {\n currentMap = {};\n if (entry.uri) {\n currentMap.uri = entry.uri;\n }\n if (entry.byterange) {\n currentMap.byterange = entry.byterange;\n }\n },\n 'stream-inf': function streamInf() {\n this.manifest.playlists = uris;\n this.manifest.mediaGroups = this.manifest.mediaGroups || defaultMediaGroups;\n\n if (!entry.attributes) {\n this.trigger('warn', {\n message: 'ignoring empty stream-inf attributes'\n });\n return;\n }\n\n if (!currentUri.attributes) {\n currentUri.attributes = {};\n }\n _extends(currentUri.attributes, entry.attributes);\n },\n media: function media() {\n this.manifest.mediaGroups = this.manifest.mediaGroups || defaultMediaGroups;\n\n if (!(entry.attributes && entry.attributes.TYPE && entry.attributes['GROUP-ID'] && entry.attributes.NAME)) {\n this.trigger('warn', {\n message: 'ignoring incomplete or missing media group'\n });\n return;\n }\n\n // find the media group, creating defaults as necessary\n var mediaGroupType = this.manifest.mediaGroups[entry.attributes.TYPE];\n\n mediaGroupType[entry.attributes['GROUP-ID']] = mediaGroupType[entry.attributes['GROUP-ID']] || {};\n mediaGroup = mediaGroupType[entry.attributes['GROUP-ID']];\n\n // collect the rendition metadata\n rendition = {\n 'default': /yes/i.test(entry.attributes.DEFAULT)\n };\n if (rendition['default']) {\n rendition.autoselect = true;\n } else {\n rendition.autoselect = /yes/i.test(entry.attributes.AUTOSELECT);\n }\n if (entry.attributes.LANGUAGE) {\n rendition.language = entry.attributes.LANGUAGE;\n }\n if (entry.attributes.URI) {\n rendition.uri = entry.attributes.URI;\n }\n if (entry.attributes['INSTREAM-ID']) {\n rendition.instreamId = entry.attributes['INSTREAM-ID'];\n }\n if (entry.attributes.CHARACTERISTICS) {\n rendition.characteristics = entry.attributes.CHARACTERISTICS;\n }\n if (entry.attributes.FORCED) {\n rendition.forced = /yes/i.test(entry.attributes.FORCED);\n }\n\n // insert the new rendition\n mediaGroup[entry.attributes.NAME] = rendition;\n },\n discontinuity: function discontinuity() {\n currentTimeline += 1;\n currentUri.discontinuity = true;\n this.manifest.discontinuityStarts.push(uris.length);\n },\n 'program-date-time': function programDateTime() {\n if (typeof this.manifest.dateTimeString === 'undefined') {\n // PROGRAM-DATE-TIME is a media-segment tag, but for backwards\n // compatibility, we add the first occurence of the PROGRAM-DATE-TIME tag\n // to the manifest object\n // TODO: Consider removing this in future major version\n this.manifest.dateTimeString = entry.dateTimeString;\n this.manifest.dateTimeObject = entry.dateTimeObject;\n }\n\n currentUri.dateTimeString = entry.dateTimeString;\n currentUri.dateTimeObject = entry.dateTimeObject;\n },\n targetduration: function targetduration() {\n if (!isFinite(entry.duration) || entry.duration < 0) {\n this.trigger('warn', {\n message: 'ignoring invalid target duration: ' + entry.duration\n });\n return;\n }\n this.manifest.targetDuration = entry.duration;\n },\n totalduration: function totalduration() {\n if (!isFinite(entry.duration) || entry.duration < 0) {\n this.trigger('warn', {\n message: 'ignoring invalid total duration: ' + entry.duration\n });\n return;\n }\n this.manifest.totalDuration = entry.duration;\n },\n start: function start() {\n if (!entry.attributes || isNaN(entry.attributes['TIME-OFFSET'])) {\n this.trigger('warn', {\n message: 'ignoring start declaration without appropriate attribute list'\n });\n return;\n }\n this.manifest.start = {\n timeOffset: entry.attributes['TIME-OFFSET'],\n precise: entry.attributes.PRECISE\n };\n },\n 'cue-out': function cueOut() {\n currentUri.cueOut = entry.data;\n },\n 'cue-out-cont': function cueOutCont() {\n currentUri.cueOutCont = entry.data;\n },\n 'cue-in': function cueIn() {\n currentUri.cueIn = entry.data;\n }\n })[entry.tagType] || noop).call(self);\n },\n uri: function uri() {\n currentUri.uri = entry.uri;\n uris.push(currentUri);\n\n // if no explicit duration was declared, use the target duration\n if (this.manifest.targetDuration && !('duration' in currentUri)) {\n this.trigger('warn', {\n message: 'defaulting segment duration to the target duration'\n });\n currentUri.duration = this.manifest.targetDuration;\n }\n // annotate with encryption information, if necessary\n if (_key) {\n currentUri.key = _key;\n }\n currentUri.timeline = currentTimeline;\n // annotate with initialization segment information, if necessary\n if (currentMap) {\n currentUri.map = currentMap;\n }\n\n // prepare for the next URI\n currentUri = {};\n },\n comment: function comment() {\n // comments are not important for playback\n },\n custom: function custom() {\n // if this is segment-level data attach the output to the segment\n if (entry.segment) {\n currentUri.custom = currentUri.custom || {};\n currentUri.custom[entry.customType] = entry.data;\n // if this is manifest-level data attach to the top level manifest object\n } else {\n this.manifest.custom = this.manifest.custom || {};\n this.manifest.custom[entry.customType] = entry.data;\n }\n }\n })[entry.type].call(self);\n });\n return _this;\n }\n\n /**\n * Parse the input string and update the manifest object.\n *\n * @param {String} chunk a potentially incomplete portion of the manifest\n */\n\n\n Parser.prototype.push = function push(chunk) {\n this.lineStream.push(chunk);\n };\n\n /**\n * Flush any remaining input. This can be handy if the last line of an M3U8\n * manifest did not contain a trailing newline but the file has been\n * completely received.\n */\n\n\n Parser.prototype.end = function end() {\n // flush any buffered input\n this.lineStream.push('\\n');\n };\n /**\n * Add an additional parser for non-standard tags\n *\n * @param {Object} options a map of options for the added parser\n * @param {RegExp} options.expression a regular expression to match the custom header\n * @param {string} options.type the type to register to the output\n * @param {Function} [options.dataParser] function to parse the line into an object\n * @param {boolean} [options.segment] should tag data be attached to the segment object\n */\n\n\n Parser.prototype.addParser = function addParser(options) {\n this.parseStream.addParser(options);\n };\n\n return Parser;\n}(Stream);\n\n/**\n * @file m3u8/index.js\n *\n * Utilities for parsing M3U8 files. If the entire manifest is available,\n * `Parser` will create an object representation with enough detail for managing\n * playback. `ParseStream` and `LineStream` are lower-level parsing primitives\n * that do not assume the entirety of the manifest is ready and expose a\n * ReadableStream-like interface.\n */\n\nexport { LineStream, ParseStream, Parser };\n","/*\n * pkcs7.pad\n * https://github.com/brightcove/pkcs7\n *\n * Copyright (c) 2014 Brightcove\n * Licensed under the apache2 license.\n */\n\nvar PADDING = void 0;\n\n/**\n * Returns a new Uint8Array that is padded with PKCS#7 padding.\n * @param plaintext {Uint8Array} the input bytes before encryption\n * @return {Uint8Array} the padded bytes\n * @see http://tools.ietf.org/html/rfc5652\n */\nfunction pad(plaintext) {\n var padding = PADDING[plaintext.byteLength % 16 || 0];\n var result = new Uint8Array(plaintext.byteLength + padding.length);\n\n result.set(plaintext);\n result.set(padding, plaintext.byteLength);\n\n return result;\n}\n\n// pre-define the padding values\nPADDING = [[16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16], [15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15], [14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14], [13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13], [12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12], [11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11], [10, 10, 10, 10, 10, 10, 10, 10, 10, 10], [9, 9, 9, 9, 9, 9, 9, 9, 9], [8, 8, 8, 8, 8, 8, 8, 8], [7, 7, 7, 7, 7, 7, 7], [6, 6, 6, 6, 6, 6], [5, 5, 5, 5, 5], [4, 4, 4, 4], [3, 3, 3], [2, 2], [1]];\n\n/**\n * Returns the subarray of a Uint8Array without PKCS#7 padding.\n * @param padded {Uint8Array} unencrypted bytes that have been padded\n * @return {Uint8Array} the unpadded bytes\n * @see http://tools.ietf.org/html/rfc5652\n */\nfunction unpad(padded) {\n return padded.subarray(0, padded.byteLength - padded[padded.byteLength - 1]);\n}\n\nvar version = \"1.0.2\";\n\nexport { pad, unpad, version as VERSION };\n","import { unpad } from 'pkcs7';\n\nvar classCallCheck = function (instance, Constructor) {\n if (!(instance instanceof Constructor)) {\n throw new TypeError(\"Cannot call a class as a function\");\n }\n};\n\nvar createClass = function () {\n function defineProperties(target, props) {\n for (var i = 0; i < props.length; i++) {\n var descriptor = props[i];\n descriptor.enumerable = descriptor.enumerable || false;\n descriptor.configurable = true;\n if (\"value\" in descriptor) descriptor.writable = true;\n Object.defineProperty(target, descriptor.key, descriptor);\n }\n }\n\n return function (Constructor, protoProps, staticProps) {\n if (protoProps) defineProperties(Constructor.prototype, protoProps);\n if (staticProps) defineProperties(Constructor, staticProps);\n return Constructor;\n };\n}();\n\n\n\n\n\n\n\n\n\nvar inherits = function (subClass, superClass) {\n if (typeof superClass !== \"function\" && superClass !== null) {\n throw new TypeError(\"Super expression must either be null or a function, not \" + typeof superClass);\n }\n\n subClass.prototype = Object.create(superClass && superClass.prototype, {\n constructor: {\n value: subClass,\n enumerable: false,\n writable: true,\n configurable: true\n }\n });\n if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass;\n};\n\n\n\n\n\n\n\n\n\n\n\nvar possibleConstructorReturn = function (self, call) {\n if (!self) {\n throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\");\n }\n\n return call && (typeof call === \"object\" || typeof call === \"function\") ? call : self;\n};\n\n/**\n * @file aes.js\n *\n * This file contains an adaptation of the AES decryption algorithm\n * from the Standford Javascript Cryptography Library. That work is\n * covered by the following copyright and permissions notice:\n *\n * Copyright 2009-2010 Emily Stark, Mike Hamburg, Dan Boneh.\n * All rights reserved.\n *\n * Redistribution and use in source and binary forms, with or without\n * modification, are permitted provided that the following conditions are\n * met:\n *\n * 1. Redistributions of source code must retain the above copyright\n * notice, this list of conditions and the following disclaimer.\n *\n * 2. Redistributions in binary form must reproduce the above\n * copyright notice, this list of conditions and the following\n * disclaimer in the documentation and/or other materials provided\n * with the distribution.\n *\n * THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR\n * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\n * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n * DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> OR CONTRIBUTORS BE\n * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR\n * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF\n * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR\n * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,\n * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE\n * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN\n * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n *\n * The views and conclusions contained in the software and documentation\n * are those of the authors and should not be interpreted as representing\n * official policies, either expressed or implied, of the authors.\n */\n\n/**\n * Expand the S-box tables.\n *\n * @private\n */\nvar precompute = function precompute() {\n var tables = [[[], [], [], [], []], [[], [], [], [], []]];\n var encTable = tables[0];\n var decTable = tables[1];\n var sbox = encTable[4];\n var sboxInv = decTable[4];\n var i = void 0;\n var x = void 0;\n var xInv = void 0;\n var d = [];\n var th = [];\n var x2 = void 0;\n var x4 = void 0;\n var x8 = void 0;\n var s = void 0;\n var tEnc = void 0;\n var tDec = void 0;\n\n // Compute double and third tables\n for (i = 0; i < 256; i++) {\n th[(d[i] = i << 1 ^ (i >> 7) * 283) ^ i] = i;\n }\n\n for (x = xInv = 0; !sbox[x]; x ^= x2 || 1, xInv = th[xInv] || 1) {\n // Compute sbox\n s = xInv ^ xInv << 1 ^ xInv << 2 ^ xInv << 3 ^ xInv << 4;\n s = s >> 8 ^ s & 255 ^ 99;\n sbox[x] = s;\n sboxInv[s] = x;\n\n // Compute MixColumns\n x8 = d[x4 = d[x2 = d[x]]];\n tDec = x8 * 0x1010101 ^ x4 * 0x10001 ^ x2 * 0x101 ^ x * 0x1010100;\n tEnc = d[s] * 0x101 ^ s * 0x1010100;\n\n for (i = 0; i < 4; i++) {\n encTable[i][x] = tEnc = tEnc << 24 ^ tEnc >>> 8;\n decTable[i][s] = tDec = tDec << 24 ^ tDec >>> 8;\n }\n }\n\n // Compactify. Considerable speedup on Firefox.\n for (i = 0; i < 5; i++) {\n encTable[i] = encTable[i].slice(0);\n decTable[i] = decTable[i].slice(0);\n }\n return tables;\n};\nvar aesTables = null;\n\n/**\n * Schedule out an AES key for both encryption and decryption. This\n * is a low-level class. Use a cipher mode to do bulk encryption.\n *\n * @class AES\n * @param key {Array} The key as an array of 4, 6 or 8 words.\n */\n\nvar AES = function () {\n function AES(key) {\n classCallCheck(this, AES);\n\n /**\n * The expanded S-box and inverse S-box tables. These will be computed\n * on the client so that we don't have to send them down the wire.\n *\n * There are two tables, _tables[0] is for encryption and\n * _tables[1] is for decryption.\n *\n * The first 4 sub-tables are the expanded S-box with MixColumns. The\n * last (_tables[01][4]) is the S-box itself.\n *\n * @private\n */\n // if we have yet to precompute the S-box tables\n // do so now\n if (!aesTables) {\n aesTables = precompute();\n }\n // then make a copy of that object for use\n this._tables = [[aesTables[0][0].slice(), aesTables[0][1].slice(), aesTables[0][2].slice(), aesTables[0][3].slice(), aesTables[0][4].slice()], [aesTables[1][0].slice(), aesTables[1][1].slice(), aesTables[1][2].slice(), aesTables[1][3].slice(), aesTables[1][4].slice()]];\n var i = void 0;\n var j = void 0;\n var tmp = void 0;\n var encKey = void 0;\n var decKey = void 0;\n var sbox = this._tables[0][4];\n var decTable = this._tables[1];\n var keyLen = key.length;\n var rcon = 1;\n\n if (keyLen !== 4 && keyLen !== 6 && keyLen !== 8) {\n throw new Error('Invalid aes key size');\n }\n\n encKey = key.slice(0);\n decKey = [];\n this._key = [encKey, decKey];\n\n // schedule encryption keys\n for (i = keyLen; i < 4 * keyLen + 28; i++) {\n tmp = encKey[i - 1];\n\n // apply sbox\n if (i % keyLen === 0 || keyLen === 8 && i % keyLen === 4) {\n tmp = sbox[tmp >>> 24] << 24 ^ sbox[tmp >> 16 & 255] << 16 ^ sbox[tmp >> 8 & 255] << 8 ^ sbox[tmp & 255];\n\n // shift rows and add rcon\n if (i % keyLen === 0) {\n tmp = tmp << 8 ^ tmp >>> 24 ^ rcon << 24;\n rcon = rcon << 1 ^ (rcon >> 7) * 283;\n }\n }\n\n encKey[i] = encKey[i - keyLen] ^ tmp;\n }\n\n // schedule decryption keys\n for (j = 0; i; j++, i--) {\n tmp = encKey[j & 3 ? i : i - 4];\n if (i <= 4 || j < 4) {\n decKey[j] = tmp;\n } else {\n decKey[j] = decTable[0][sbox[tmp >>> 24]] ^ decTable[1][sbox[tmp >> 16 & 255]] ^ decTable[2][sbox[tmp >> 8 & 255]] ^ decTable[3][sbox[tmp & 255]];\n }\n }\n }\n\n /**\n * Decrypt 16 bytes, specified as four 32-bit words.\n *\n * @param {Number} encrypted0 the first word to decrypt\n * @param {Number} encrypted1 the second word to decrypt\n * @param {Number} encrypted2 the third word to decrypt\n * @param {Number} encrypted3 the fourth word to decrypt\n * @param {Int32Array} out the array to write the decrypted words\n * into\n * @param {Number} offset the offset into the output array to start\n * writing results\n * @return {Array} The plaintext.\n */\n\n\n AES.prototype.decrypt = function decrypt(encrypted0, encrypted1, encrypted2, encrypted3, out, offset) {\n var key = this._key[1];\n // state variables a,b,c,d are loaded with pre-whitened data\n var a = encrypted0 ^ key[0];\n var b = encrypted3 ^ key[1];\n var c = encrypted2 ^ key[2];\n var d = encrypted1 ^ key[3];\n var a2 = void 0;\n var b2 = void 0;\n var c2 = void 0;\n\n // key.length === 2 ?\n var nInnerRounds = key.length / 4 - 2;\n var i = void 0;\n var kIndex = 4;\n var table = this._tables[1];\n\n // load up the tables\n var table0 = table[0];\n var table1 = table[1];\n var table2 = table[2];\n var table3 = table[3];\n var sbox = table[4];\n\n // Inner rounds. Cribbed from OpenSSL.\n for (i = 0; i < nInnerRounds; i++) {\n a2 = table0[a >>> 24] ^ table1[b >> 16 & 255] ^ table2[c >> 8 & 255] ^ table3[d & 255] ^ key[kIndex];\n b2 = table0[b >>> 24] ^ table1[c >> 16 & 255] ^ table2[d >> 8 & 255] ^ table3[a & 255] ^ key[kIndex + 1];\n c2 = table0[c >>> 24] ^ table1[d >> 16 & 255] ^ table2[a >> 8 & 255] ^ table3[b & 255] ^ key[kIndex + 2];\n d = table0[d >>> 24] ^ table1[a >> 16 & 255] ^ table2[b >> 8 & 255] ^ table3[c & 255] ^ key[kIndex + 3];\n kIndex += 4;\n a = a2;b = b2;c = c2;\n }\n\n // Last round.\n for (i = 0; i < 4; i++) {\n out[(3 & -i) + offset] = sbox[a >>> 24] << 24 ^ sbox[b >> 16 & 255] << 16 ^ sbox[c >> 8 & 255] << 8 ^ sbox[d & 255] ^ key[kIndex++];\n a2 = a;a = b;b = c;c = d;d = a2;\n }\n };\n\n return AES;\n}();\n\n/**\n * @file stream.js\n */\n/**\n * A lightweight readable stream implemention that handles event dispatching.\n *\n * @class Stream\n */\nvar Stream = function () {\n function Stream() {\n classCallCheck(this, Stream);\n\n this.listeners = {};\n }\n\n /**\n * Add a listener for a specified event type.\n *\n * @param {String} type the event name\n * @param {Function} listener the callback to be invoked when an event of\n * the specified type occurs\n */\n\n\n Stream.prototype.on = function on(type, listener) {\n if (!this.listeners[type]) {\n this.listeners[type] = [];\n }\n this.listeners[type].push(listener);\n };\n\n /**\n * Remove a listener for a specified event type.\n *\n * @param {String} type the event name\n * @param {Function} listener a function previously registered for this\n * type of event through `on`\n * @return {Boolean} if we could turn it off or not\n */\n\n\n Stream.prototype.off = function off(type, listener) {\n if (!this.listeners[type]) {\n return false;\n }\n\n var index = this.listeners[type].indexOf(listener);\n\n this.listeners[type].splice(index, 1);\n return index > -1;\n };\n\n /**\n * Trigger an event of the specified type on this stream. Any additional\n * arguments to this function are passed as parameters to event listeners.\n *\n * @param {String} type the event name\n */\n\n\n Stream.prototype.trigger = function trigger(type) {\n var callbacks = this.listeners[type];\n\n if (!callbacks) {\n return;\n }\n\n // Slicing the arguments on every invocation of this method\n // can add a significant amount of overhead. Avoid the\n // intermediate object creation for the common case of a\n // single callback argument\n if (arguments.length === 2) {\n var length = callbacks.length;\n\n for (var i = 0; i < length; ++i) {\n callbacks[i].call(this, arguments[1]);\n }\n } else {\n var args = Array.prototype.slice.call(arguments, 1);\n var _length = callbacks.length;\n\n for (var _i = 0; _i < _length; ++_i) {\n callbacks[_i].apply(this, args);\n }\n }\n };\n\n /**\n * Destroys the stream and cleans up.\n */\n\n\n Stream.prototype.dispose = function dispose() {\n this.listeners = {};\n };\n /**\n * Forwards all `data` events on this stream to the destination stream. The\n * destination stream should provide a method `push` to receive the data\n * events as they arrive.\n *\n * @param {Stream} destination the stream that will receive all `data` events\n * @see http://nodejs.org/api/stream.html#stream_readable_pipe_destination_options\n */\n\n\n Stream.prototype.pipe = function pipe(destination) {\n this.on('data', function (data) {\n destination.push(data);\n });\n };\n\n return Stream;\n}();\n\n/**\n * @file async-stream.js\n */\n/**\n * A wrapper around the Stream class to use setTiemout\n * and run stream \"jobs\" Asynchronously\n *\n * @class AsyncStream\n * @extends Stream\n */\n\nvar AsyncStream = function (_Stream) {\n inherits(AsyncStream, _Stream);\n\n function AsyncStream() {\n classCallCheck(this, AsyncStream);\n\n var _this = possibleConstructorReturn(this, _Stream.call(this, Stream));\n\n _this.jobs = [];\n _this.delay = 1;\n _this.timeout_ = null;\n return _this;\n }\n\n /**\n * process an async job\n *\n * @private\n */\n\n\n AsyncStream.prototype.processJob_ = function processJob_() {\n this.jobs.shift()();\n if (this.jobs.length) {\n this.timeout_ = setTimeout(this.processJob_.bind(this), this.delay);\n } else {\n this.timeout_ = null;\n }\n };\n\n /**\n * push a job into the stream\n *\n * @param {Function} job the job to push into the stream\n */\n\n\n AsyncStream.prototype.push = function push(job) {\n this.jobs.push(job);\n if (!this.timeout_) {\n this.timeout_ = setTimeout(this.processJob_.bind(this), this.delay);\n }\n };\n\n return AsyncStream;\n}(Stream);\n\n/**\n * @file decrypter.js\n *\n * An asynchronous implementation of AES-128 CBC decryption with\n * PKCS#7 padding.\n */\n\n/**\n * Convert network-order (big-endian) bytes into their little-endian\n * representation.\n */\nvar ntoh = function ntoh(word) {\n return word << 24 | (word & 0xff00) << 8 | (word & 0xff0000) >> 8 | word >>> 24;\n};\n\n/**\n * Decrypt bytes using AES-128 with CBC and PKCS#7 padding.\n *\n * @param {Uint8Array} encrypted the encrypted bytes\n * @param {Uint32Array} key the bytes of the decryption key\n * @param {Uint32Array} initVector the initialization vector (IV) to\n * use for the first round of CBC.\n * @return {Uint8Array} the decrypted bytes\n *\n * @see http://en.wikipedia.org/wiki/Advanced_Encryption_Standard\n * @see http://en.wikipedia.org/wiki/Block_cipher_mode_of_operation#Cipher_Block_Chaining_.28CBC.29\n * @see https://tools.ietf.org/html/rfc2315\n */\nvar decrypt = function decrypt(encrypted, key, initVector) {\n // word-level access to the encrypted bytes\n var encrypted32 = new Int32Array(encrypted.buffer, encrypted.byteOffset, encrypted.byteLength >> 2);\n\n var decipher = new AES(Array.prototype.slice.call(key));\n\n // byte and word-level access for the decrypted output\n var decrypted = new Uint8Array(encrypted.byteLength);\n var decrypted32 = new Int32Array(decrypted.buffer);\n\n // temporary variables for working with the IV, encrypted, and\n // decrypted data\n var init0 = void 0;\n var init1 = void 0;\n var init2 = void 0;\n var init3 = void 0;\n var encrypted0 = void 0;\n var encrypted1 = void 0;\n var encrypted2 = void 0;\n var encrypted3 = void 0;\n\n // iteration variable\n var wordIx = void 0;\n\n // pull out the words of the IV to ensure we don't modify the\n // passed-in reference and easier access\n init0 = initVector[0];\n init1 = initVector[1];\n init2 = initVector[2];\n init3 = initVector[3];\n\n // decrypt four word sequences, applying cipher-block chaining (CBC)\n // to each decrypted block\n for (wordIx = 0; wordIx < encrypted32.length; wordIx += 4) {\n // convert big-endian (network order) words into little-endian\n // (javascript order)\n encrypted0 = ntoh(encrypted32[wordIx]);\n encrypted1 = ntoh(encrypted32[wordIx + 1]);\n encrypted2 = ntoh(encrypted32[wordIx + 2]);\n encrypted3 = ntoh(encrypted32[wordIx + 3]);\n\n // decrypt the block\n decipher.decrypt(encrypted0, encrypted1, encrypted2, encrypted3, decrypted32, wordIx);\n\n // XOR with the IV, and restore network byte-order to obtain the\n // plaintext\n decrypted32[wordIx] = ntoh(decrypted32[wordIx] ^ init0);\n decrypted32[wordIx + 1] = ntoh(decrypted32[wordIx + 1] ^ init1);\n decrypted32[wordIx + 2] = ntoh(decrypted32[wordIx + 2] ^ init2);\n decrypted32[wordIx + 3] = ntoh(decrypted32[wordIx + 3] ^ init3);\n\n // setup the IV for the next round\n init0 = encrypted0;\n init1 = encrypted1;\n init2 = encrypted2;\n init3 = encrypted3;\n }\n\n return decrypted;\n};\n\n/**\n * The `Decrypter` class that manages decryption of AES\n * data through `AsyncStream` objects and the `decrypt`\n * function\n *\n * @param {Uint8Array} encrypted the encrypted bytes\n * @param {Uint32Array} key the bytes of the decryption key\n * @param {Uint32Array} initVector the initialization vector (IV) to\n * @param {Function} done the function to run when done\n * @class Decrypter\n */\n\nvar Decrypter = function () {\n function Decrypter(encrypted, key, initVector, done) {\n classCallCheck(this, Decrypter);\n\n var step = Decrypter.STEP;\n var encrypted32 = new Int32Array(encrypted.buffer);\n var decrypted = new Uint8Array(encrypted.byteLength);\n var i = 0;\n\n this.asyncStream_ = new AsyncStream();\n\n // split up the encryption job and do the individual chunks asynchronously\n this.asyncStream_.push(this.decryptChunk_(encrypted32.subarray(i, i + step), key, initVector, decrypted));\n for (i = step; i < encrypted32.length; i += step) {\n initVector = new Uint32Array([ntoh(encrypted32[i - 4]), ntoh(encrypted32[i - 3]), ntoh(encrypted32[i - 2]), ntoh(encrypted32[i - 1])]);\n this.asyncStream_.push(this.decryptChunk_(encrypted32.subarray(i, i + step), key, initVector, decrypted));\n }\n // invoke the done() callback when everything is finished\n this.asyncStream_.push(function () {\n // remove pkcs#7 padding from the decrypted bytes\n done(null, unpad(decrypted));\n });\n }\n\n /**\n * a getter for step the maximum number of bytes to process at one time\n *\n * @return {Number} the value of step 32000\n */\n\n\n /**\n * @private\n */\n Decrypter.prototype.decryptChunk_ = function decryptChunk_(encrypted, key, initVector, decrypted) {\n return function () {\n var bytes = decrypt(encrypted, key, initVector);\n\n decrypted.set(bytes, encrypted.byteOffset);\n };\n };\n\n createClass(Decrypter, null, [{\n key: 'STEP',\n get: function get$$1() {\n // 4 * 8000;\n return 32000;\n }\n }]);\n return Decrypter;\n}();\n\n/**\n * @file index.js\n *\n * Index module to easily import the primary components of AES-128\n * decryption. Like this:\n *\n * ```js\n * import {Decrypter, decrypt, AsyncStream} from 'aes-decrypter';\n * ```\n */\n\nexport { decrypt, Decrypter, AsyncStream };\n","/**\n * @license\n * Video.js 7.4.1 <http://videojs.com/>\n * Copyright Brightcove, Inc. <https://www.brightcove.com/>\n * Available under Apache License Version 2.0\n * <https://github.com/videojs/video.js/blob/master/LICENSE>\n *\n * Includes vtt.js <https://github.com/mozilla/vtt.js>\n * Available under Apache License Version 2.0\n * <https://github.com/mozilla/vtt.js/blob/master/LICENSE>\n */\n\nimport safeParseTuple from 'safe-json-parse/tuple';\nimport vtt from 'videojs-vtt.js';\nimport tsml from 'tsml';\nimport xhr from 'xhr';\nimport URLToolkit from 'url-toolkit';\nimport window$1 from 'global/window';\nimport { Parser } from 'm3u8-parser';\nimport document from 'global/document';\nimport { parse, parseUTCTiming } from 'mpd-parser';\nimport mp4probe from 'mux.js/lib/mp4/probe';\nimport { CaptionParser } from 'mux.js/lib/mp4';\nimport tsInspector from 'mux.js/lib/tools/ts-inspector.js';\nimport { Decrypter, AsyncStream, decrypt } from 'aes-decrypter';\n\nvar version = \"7.4.1\";\n\nfunction _inheritsLoose(subClass, superClass) {\n subClass.prototype = Object.create(superClass.prototype);\n subClass.prototype.constructor = subClass;\n subClass.__proto__ = superClass;\n}\n\nfunction _setPrototypeOf(o, p) {\n _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {\n o.__proto__ = p;\n return o;\n };\n\n return _setPrototypeOf(o, p);\n}\n\nfunction isNativeReflectConstruct() {\n if (typeof Reflect === \"undefined\" || !Reflect.construct) return false;\n if (Reflect.construct.sham) return false;\n if (typeof Proxy === \"function\") return true;\n\n try {\n Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));\n return true;\n } catch (e) {\n return false;\n }\n}\n\nfunction _construct(Parent, args, Class) {\n if (isNativeReflectConstruct()) {\n _construct = Reflect.construct;\n } else {\n _construct = function _construct(Parent, args, Class) {\n var a = [null];\n a.push.apply(a, args);\n var Constructor = Function.bind.apply(Parent, a);\n var instance = new Constructor();\n if (Class) _setPrototypeOf(instance, Class.prototype);\n return instance;\n };\n }\n\n return _construct.apply(null, arguments);\n}\n\nfunction _assertThisInitialized(self) {\n if (self === void 0) {\n throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\");\n }\n\n return self;\n}\n\nfunction _taggedTemplateLiteralLoose(strings, raw) {\n if (!raw) {\n raw = strings.slice(0);\n }\n\n strings.raw = raw;\n return strings;\n}\n\n/**\n * @file create-logger.js\n * @module create-logger\n */\n\nvar history = [];\n/**\n * Log messages to the console and history based on the type of message\n *\n * @private\n * @param {string} type\n * The name of the console method to use.\n *\n * @param {Array} args\n * The arguments to be passed to the matching console method.\n */\n\nvar LogByTypeFactory = function LogByTypeFactory(name, log) {\n return function (type, level, args) {\n var lvl = log.levels[level];\n var lvlRegExp = new RegExp(\"^(\" + lvl + \")$\");\n\n if (type !== 'log') {\n // Add the type to the front of the message when it's not \"log\".\n args.unshift(type.toUpperCase() + ':');\n } // Add console prefix after adding to history.\n\n\n args.unshift(name + ':'); // Add a clone of the args at this point to history.\n\n if (history) {\n history.push([].concat(args));\n } // If there's no console then don't try to output messages, but they will\n // still be stored in history.\n\n\n if (!window$1.console) {\n return;\n } // Was setting these once outside of this function, but containing them\n // in the function makes it easier to test cases where console doesn't exist\n // when the module is executed.\n\n\n var fn = window$1.console[type];\n\n if (!fn && type === 'debug') {\n // Certain browsers don't have support for console.debug. For those, we\n // should default to the closest comparable log.\n fn = window$1.console.info || window$1.console.log;\n } // Bail out if there's no console or if this type is not allowed by the\n // current logging level.\n\n\n if (!fn || !lvl || !lvlRegExp.test(type)) {\n return;\n }\n\n fn[Array.isArray(args) ? 'apply' : 'call'](window$1.console, args);\n };\n};\n\nfunction createLogger(name) {\n // This is the private tracking variable for logging level.\n var level = 'info'; // the curried logByType bound to the specific log and history\n\n var logByType;\n /**\n * Logs plain debug messages. Similar to `console.log`.\n *\n * Due to [limitations](https://github.com/jsdoc3/jsdoc/issues/955#issuecomment-313829149)\n * of our JSDoc template, we cannot properly document this as both a function\n * and a namespace, so its function signature is documented here.\n *\n * #### Arguments\n * ##### *args\n * Mixed[]\n *\n * Any combination of values that could be passed to `console.log()`.\n *\n * #### Return Value\n *\n * `undefined`\n *\n * @namespace\n * @param {Mixed[]} args\n * One or more messages or objects that should be logged.\n */\n\n var log = function log() {\n for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {\n args[_key] = arguments[_key];\n }\n\n logByType('log', level, args);\n }; // This is the logByType helper that the logging methods below use\n\n\n logByType = LogByTypeFactory(name, log);\n /**\n * Create a new sublogger which chains the old name to the new name.\n *\n * For example, doing `videojs.log.createLogger('player')` and then using that logger will log the following:\n * ```js\n * mylogger('foo');\n * // > VIDEOJS: player: foo\n * ```\n *\n * @param {string} name\n * The name to add call the new logger\n * @return {Object}\n */\n\n log.createLogger = function (subname) {\n return createLogger(name + ': ' + subname);\n };\n /**\n * Enumeration of available logging levels, where the keys are the level names\n * and the values are `|`-separated strings containing logging methods allowed\n * in that logging level. These strings are used to create a regular expression\n * matching the function name being called.\n *\n * Levels provided by Video.js are:\n *\n * - `off`: Matches no calls. Any value that can be cast to `false` will have\n * this effect. The most restrictive.\n * - `all`: Matches only Video.js-provided functions (`debug`, `log`,\n * `log.warn`, and `log.error`).\n * - `debug`: Matches `log.debug`, `log`, `log.warn`, and `log.error` calls.\n * - `info` (default): Matches `log`, `log.warn`, and `log.error` calls.\n * - `warn`: Matches `log.warn` and `log.error` calls.\n * - `error`: Matches only `log.error` calls.\n *\n * @type {Object}\n */\n\n\n log.levels = {\n all: 'debug|log|warn|error',\n off: '',\n debug: 'debug|log|warn|error',\n info: 'log|warn|error',\n warn: 'warn|error',\n error: 'error',\n DEFAULT: level\n };\n /**\n * Get or set the current logging level.\n *\n * If a string matching a key from {@link module:log.levels} is provided, acts\n * as a setter.\n *\n * @param {string} [lvl]\n * Pass a valid level to set a new logging level.\n *\n * @return {string}\n * The current logging level.\n */\n\n log.level = function (lvl) {\n if (typeof lvl === 'string') {\n if (!log.levels.hasOwnProperty(lvl)) {\n throw new Error(\"\\\"\" + lvl + \"\\\" in not a valid log level\");\n }\n\n level = lvl;\n }\n\n return level;\n };\n /**\n * Returns an array containing everything that has been logged to the history.\n *\n * This array is a shallow clone of the internal history record. However, its\n * contents are _not_ cloned; so, mutating objects inside this array will\n * mutate them in history.\n *\n * @return {Array}\n */\n\n\n log.history = function () {\n return history ? [].concat(history) : [];\n };\n /**\n * Allows you to filter the history by the given logger name\n *\n * @param {string} fname\n * The name to filter by\n *\n * @return {Array}\n * The filtered list to return\n */\n\n\n log.history.filter = function (fname) {\n return (history || []).filter(function (historyItem) {\n // if the first item in each historyItem includes `fname`, then it's a match\n return new RegExp(\".*\" + fname + \".*\").test(historyItem[0]);\n });\n };\n /**\n * Clears the internal history tracking, but does not prevent further history\n * tracking.\n */\n\n\n log.history.clear = function () {\n if (history) {\n history.length = 0;\n }\n };\n /**\n * Disable history tracking if it is currently enabled.\n */\n\n\n log.history.disable = function () {\n if (history !== null) {\n history.length = 0;\n history = null;\n }\n };\n /**\n * Enable history tracking if it is currently disabled.\n */\n\n\n log.history.enable = function () {\n if (history === null) {\n history = [];\n }\n };\n /**\n * Logs error messages. Similar to `console.error`.\n *\n * @param {Mixed[]} args\n * One or more messages or objects that should be logged as an error\n */\n\n\n log.error = function () {\n for (var _len2 = arguments.length, args = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {\n args[_key2] = arguments[_key2];\n }\n\n return logByType('error', level, args);\n };\n /**\n * Logs warning messages. Similar to `console.warn`.\n *\n * @param {Mixed[]} args\n * One or more messages or objects that should be logged as a warning.\n */\n\n\n log.warn = function () {\n for (var _len3 = arguments.length, args = new Array(_len3), _key3 = 0; _key3 < _len3; _key3++) {\n args[_key3] = arguments[_key3];\n }\n\n return logByType('warn', level, args);\n };\n /**\n * Logs debug messages. Similar to `console.debug`, but may also act as a comparable\n * log if `console.debug` is not available\n *\n * @param {Mixed[]} args\n * One or more messages or objects that should be logged as debug.\n */\n\n\n log.debug = function () {\n for (var _len4 = arguments.length, args = new Array(_len4), _key4 = 0; _key4 < _len4; _key4++) {\n args[_key4] = arguments[_key4];\n }\n\n return logByType('debug', level, args);\n };\n\n return log;\n}\n\n/**\n * @file log.js\n * @module log\n */\nvar log = createLogger('VIDEOJS');\nvar createLogger$1 = log.createLogger;\n\n/**\n * @file obj.js\n * @module obj\n */\n\n/**\n * @callback obj:EachCallback\n *\n * @param {Mixed} value\n * The current key for the object that is being iterated over.\n *\n * @param {string} key\n * The current key-value for object that is being iterated over\n */\n\n/**\n * @callback obj:ReduceCallback\n *\n * @param {Mixed} accum\n * The value that is accumulating over the reduce loop.\n *\n * @param {Mixed} value\n * The current key for the object that is being iterated over.\n *\n * @param {string} key\n * The current key-value for object that is being iterated over\n *\n * @return {Mixed}\n * The new accumulated value.\n */\nvar toString = Object.prototype.toString;\n/**\n * Get the keys of an Object\n *\n * @param {Object}\n * The Object to get the keys from\n *\n * @return {string[]}\n * An array of the keys from the object. Returns an empty array if the\n * object passed in was invalid or had no keys.\n *\n * @private\n */\n\nvar keys = function keys(object) {\n return isObject(object) ? Object.keys(object) : [];\n};\n/**\n * Array-like iteration for objects.\n *\n * @param {Object} object\n * The object to iterate over\n *\n * @param {obj:EachCallback} fn\n * The callback function which is called for each key in the object.\n */\n\n\nfunction each(object, fn) {\n keys(object).forEach(function (key) {\n return fn(object[key], key);\n });\n}\n/**\n * Array-like reduce for objects.\n *\n * @param {Object} object\n * The Object that you want to reduce.\n *\n * @param {Function} fn\n * A callback function which is called for each key in the object. It\n * receives the accumulated value and the per-iteration value and key\n * as arguments.\n *\n * @param {Mixed} [initial = 0]\n * Starting value\n *\n * @return {Mixed}\n * The final accumulated value.\n */\n\nfunction reduce(object, fn, initial) {\n if (initial === void 0) {\n initial = 0;\n }\n\n return keys(object).reduce(function (accum, key) {\n return fn(accum, object[key], key);\n }, initial);\n}\n/**\n * Object.assign-style object shallow merge/extend.\n *\n * @param {Object} target\n * @param {Object} ...sources\n * @return {Object}\n */\n\nfunction assign(target) {\n for (var _len = arguments.length, sources = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {\n sources[_key - 1] = arguments[_key];\n }\n\n if (Object.assign) {\n return Object.assign.apply(Object, [target].concat(sources));\n }\n\n sources.forEach(function (source) {\n if (!source) {\n return;\n }\n\n each(source, function (value, key) {\n target[key] = value;\n });\n });\n return target;\n}\n/**\n * Returns whether a value is an object of any kind - including DOM nodes,\n * arrays, regular expressions, etc. Not functions, though.\n *\n * This avoids the gotcha where using `typeof` on a `null` value\n * results in `'object'`.\n *\n * @param {Object} value\n * @return {boolean}\n */\n\nfunction isObject(value) {\n return !!value && typeof value === 'object';\n}\n/**\n * Returns whether an object appears to be a \"plain\" object - that is, a\n * direct instance of `Object`.\n *\n * @param {Object} value\n * @return {boolean}\n */\n\nfunction isPlain(value) {\n return isObject(value) && toString.call(value) === '[object Object]' && value.constructor === Object;\n}\n\n/**\n * @file computed-style.js\n * @module computed-style\n */\n/**\n * A safe getComputedStyle.\n *\n * This is needed because in Firefox, if the player is loaded in an iframe with\n * `display:none`, then `getComputedStyle` returns `null`, so, we do a\n * null-check to make sure that the player doesn't break in these cases.\n *\n * @function\n * @param {Element} el\n * The element you want the computed style of\n *\n * @param {string} prop\n * The property name you want\n *\n * @see https://bugzilla.mozilla.org/show_bug.cgi?id=548397\n */\n\nfunction computedStyle(el, prop) {\n if (!el || !prop) {\n return '';\n }\n\n if (typeof window$1.getComputedStyle === 'function') {\n var cs = window$1.getComputedStyle(el);\n return cs ? cs[prop] : '';\n }\n\n return '';\n}\n\nfunction _templateObject() {\n var data = _taggedTemplateLiteralLoose([\"Setting attributes in the second argument of createEl()\\n has been deprecated. Use the third argument instead.\\n createEl(type, properties, attributes). Attempting to set \", \" to \", \".\"]);\n\n _templateObject = function _templateObject() {\n return data;\n };\n\n return data;\n}\n/**\n * Detect if a value is a string with any non-whitespace characters.\n *\n * @private\n * @param {string} str\n * The string to check\n *\n * @return {boolean}\n * Will be `true` if the string is non-blank, `false` otherwise.\n *\n */\n\nfunction isNonBlankString(str) {\n return typeof str === 'string' && /\\S/.test(str);\n}\n/**\n * Throws an error if the passed string has whitespace. This is used by\n * class methods to be relatively consistent with the classList API.\n *\n * @private\n * @param {string} str\n * The string to check for whitespace.\n *\n * @throws {Error}\n * Throws an error if there is whitespace in the string.\n */\n\n\nfunction throwIfWhitespace(str) {\n if (/\\s/.test(str)) {\n throw new Error('class has illegal whitespace characters');\n }\n}\n/**\n * Produce a regular expression for matching a className within an elements className.\n *\n * @private\n * @param {string} className\n * The className to generate the RegExp for.\n *\n * @return {RegExp}\n * The RegExp that will check for a specific `className` in an elements\n * className.\n */\n\n\nfunction classRegExp(className) {\n return new RegExp('(^|\\\\s)' + className + '($|\\\\s)');\n}\n/**\n * Whether the current DOM interface appears to be real (i.e. not simulated).\n *\n * @return {boolean}\n * Will be `true` if the DOM appears to be real, `false` otherwise.\n */\n\n\nfunction isReal() {\n // Both document and window will never be undefined thanks to `global`.\n return document === window$1.document;\n}\n/**\n * Determines, via duck typing, whether or not a value is a DOM element.\n *\n * @param {Mixed} value\n * The value to check.\n *\n * @return {boolean}\n * Will be `true` if the value is a DOM element, `false` otherwise.\n */\n\nfunction isEl(value) {\n return isObject(value) && value.nodeType === 1;\n}\n/**\n * Determines if the current DOM is embedded in an iframe.\n *\n * @return {boolean}\n * Will be `true` if the DOM is embedded in an iframe, `false`\n * otherwise.\n */\n\nfunction isInFrame() {\n // We need a try/catch here because Safari will throw errors when attempting\n // to get either `parent` or `self`\n try {\n return window$1.parent !== window$1.self;\n } catch (x) {\n return true;\n }\n}\n/**\n * Creates functions to query the DOM using a given method.\n *\n * @private\n * @param {string} method\n * The method to create the query with.\n *\n * @return {Function}\n * The query method\n */\n\nfunction createQuerier(method) {\n return function (selector, context) {\n if (!isNonBlankString(selector)) {\n return document[method](null);\n }\n\n if (isNonBlankString(context)) {\n context = document.querySelector(context);\n }\n\n var ctx = isEl(context) ? context : document;\n return ctx[method] && ctx[method](selector);\n };\n}\n/**\n * Creates an element and applies properties, attributes, and inserts content.\n *\n * @param {string} [tagName='div']\n * Name of tag to be created.\n *\n * @param {Object} [properties={}]\n * Element properties to be applied.\n *\n * @param {Object} [attributes={}]\n * Element attributes to be applied.\n *\n * @param {module:dom~ContentDescriptor} content\n * A content descriptor object.\n *\n * @return {Element}\n * The element that was created.\n */\n\n\nfunction createEl(tagName, properties, attributes, content) {\n if (tagName === void 0) {\n tagName = 'div';\n }\n\n if (properties === void 0) {\n properties = {};\n }\n\n if (attributes === void 0) {\n attributes = {};\n }\n\n var el = document.createElement(tagName);\n Object.getOwnPropertyNames(properties).forEach(function (propName) {\n var val = properties[propName]; // See #2176\n // We originally were accepting both properties and attributes in the\n // same object, but that doesn't work so well.\n\n if (propName.indexOf('aria-') !== -1 || propName === 'role' || propName === 'type') {\n log.warn(tsml(_templateObject(), propName, val));\n el.setAttribute(propName, val); // Handle textContent since it's not supported everywhere and we have a\n // method for it.\n } else if (propName === 'textContent') {\n textContent(el, val);\n } else {\n el[propName] = val;\n }\n });\n Object.getOwnPropertyNames(attributes).forEach(function (attrName) {\n el.setAttribute(attrName, attributes[attrName]);\n });\n\n if (content) {\n appendContent(el, content);\n }\n\n return el;\n}\n/**\n * Injects text into an element, replacing any existing contents entirely.\n *\n * @param {Element} el\n * The element to add text content into\n *\n * @param {string} text\n * The text content to add.\n *\n * @return {Element}\n * The element with added text content.\n */\n\nfunction textContent(el, text) {\n if (typeof el.textContent === 'undefined') {\n el.innerText = text;\n } else {\n el.textContent = text;\n }\n\n return el;\n}\n/**\n * Insert an element as the first child node of another\n *\n * @param {Element} child\n * Element to insert\n *\n * @param {Element} parent\n * Element to insert child into\n */\n\nfunction prependTo(child, parent) {\n if (parent.firstChild) {\n parent.insertBefore(child, parent.firstChild);\n } else {\n parent.appendChild(child);\n }\n}\n/**\n * Check if an element has a class name.\n *\n * @param {Element} element\n * Element to check\n *\n * @param {string} classToCheck\n * Class name to check for\n *\n * @return {boolean}\n * Will be `true` if the element has a class, `false` otherwise.\n *\n * @throws {Error}\n * Throws an error if `classToCheck` has white space.\n */\n\nfunction hasClass(element, classToCheck) {\n throwIfWhitespace(classToCheck);\n\n if (element.classList) {\n return element.classList.contains(classToCheck);\n }\n\n return classRegExp(classToCheck).test(element.className);\n}\n/**\n * Add a class name to an element.\n *\n * @param {Element} element\n * Element to add class name to.\n *\n * @param {string} classToAdd\n * Class name to add.\n *\n * @return {Element}\n * The DOM element with the added class name.\n */\n\nfunction addClass(element, classToAdd) {\n if (element.classList) {\n element.classList.add(classToAdd); // Don't need to `throwIfWhitespace` here because `hasElClass` will do it\n // in the case of classList not being supported.\n } else if (!hasClass(element, classToAdd)) {\n element.className = (element.className + ' ' + classToAdd).trim();\n }\n\n return element;\n}\n/**\n * Remove a class name from an element.\n *\n * @param {Element} element\n * Element to remove a class name from.\n *\n * @param {string} classToRemove\n * Class name to remove\n *\n * @return {Element}\n * The DOM element with class name removed.\n */\n\nfunction removeClass(element, classToRemove) {\n if (element.classList) {\n element.classList.remove(classToRemove);\n } else {\n throwIfWhitespace(classToRemove);\n element.className = element.className.split(/\\s+/).filter(function (c) {\n return c !== classToRemove;\n }).join(' ');\n }\n\n return element;\n}\n/**\n * The callback definition for toggleClass.\n *\n * @callback module:dom~PredicateCallback\n * @param {Element} element\n * The DOM element of the Component.\n *\n * @param {string} classToToggle\n * The `className` that wants to be toggled\n *\n * @return {boolean|undefined}\n * If `true` is returned, the `classToToggle` will be added to the\n * `element`. If `false`, the `classToToggle` will be removed from\n * the `element`. If `undefined`, the callback will be ignored.\n */\n\n/**\n * Adds or removes a class name to/from an element depending on an optional\n * condition or the presence/absence of the class name.\n *\n * @param {Element} element\n * The element to toggle a class name on.\n *\n * @param {string} classToToggle\n * The class that should be toggled.\n *\n * @param {boolean|module:dom~PredicateCallback} [predicate]\n * See the return value for {@link module:dom~PredicateCallback}\n *\n * @return {Element}\n * The element with a class that has been toggled.\n */\n\nfunction toggleClass(element, classToToggle, predicate) {\n // This CANNOT use `classList` internally because IE11 does not support the\n // second parameter to the `classList.toggle()` method! Which is fine because\n // `classList` will be used by the add/remove functions.\n var has = hasClass(element, classToToggle);\n\n if (typeof predicate === 'function') {\n predicate = predicate(element, classToToggle);\n }\n\n if (typeof predicate !== 'boolean') {\n predicate = !has;\n } // If the necessary class operation matches the current state of the\n // element, no action is required.\n\n\n if (predicate === has) {\n return;\n }\n\n if (predicate) {\n addClass(element, classToToggle);\n } else {\n removeClass(element, classToToggle);\n }\n\n return element;\n}\n/**\n * Apply attributes to an HTML element.\n *\n * @param {Element} el\n * Element to add attributes to.\n *\n * @param {Object} [attributes]\n * Attributes to be applied.\n */\n\nfunction setAttributes(el, attributes) {\n Object.getOwnPropertyNames(attributes).forEach(function (attrName) {\n var attrValue = attributes[attrName];\n\n if (attrValue === null || typeof attrValue === 'undefined' || attrValue === false) {\n el.removeAttribute(attrName);\n } else {\n el.setAttribute(attrName, attrValue === true ? '' : attrValue);\n }\n });\n}\n/**\n * Get an element's attribute values, as defined on the HTML tag.\n *\n * Attributes are not the same as properties. They're defined on the tag\n * or with setAttribute.\n *\n * @param {Element} tag\n * Element from which to get tag attributes.\n *\n * @return {Object}\n * All attributes of the element. Boolean attributes will be `true` or\n * `false`, others will be strings.\n */\n\nfunction getAttributes(tag) {\n var obj = {}; // known boolean attributes\n // we can check for matching boolean properties, but not all browsers\n // and not all tags know about these attributes, so, we still want to check them manually\n\n var knownBooleans = ',' + 'autoplay,controls,playsinline,loop,muted,default,defaultMuted' + ',';\n\n if (tag && tag.attributes && tag.attributes.length > 0) {\n var attrs = tag.attributes;\n\n for (var i = attrs.length - 1; i >= 0; i--) {\n var attrName = attrs[i].name;\n var attrVal = attrs[i].value; // check for known booleans\n // the matching element property will return a value for typeof\n\n if (typeof tag[attrName] === 'boolean' || knownBooleans.indexOf(',' + attrName + ',') !== -1) {\n // the value of an included boolean attribute is typically an empty\n // string ('') which would equal false if we just check for a false value.\n // we also don't want support bad code like autoplay='false'\n attrVal = attrVal !== null ? true : false;\n }\n\n obj[attrName] = attrVal;\n }\n }\n\n return obj;\n}\n/**\n * Get the value of an element's attribute.\n *\n * @param {Element} el\n * A DOM element.\n *\n * @param {string} attribute\n * Attribute to get the value of.\n *\n * @return {string}\n * The value of the attribute.\n */\n\nfunction getAttribute(el, attribute) {\n return el.getAttribute(attribute);\n}\n/**\n * Set the value of an element's attribute.\n *\n * @param {Element} el\n * A DOM element.\n *\n * @param {string} attribute\n * Attribute to set.\n *\n * @param {string} value\n * Value to set the attribute to.\n */\n\nfunction setAttribute(el, attribute, value) {\n el.setAttribute(attribute, value);\n}\n/**\n * Remove an element's attribute.\n *\n * @param {Element} el\n * A DOM element.\n *\n * @param {string} attribute\n * Attribute to remove.\n */\n\nfunction removeAttribute(el, attribute) {\n el.removeAttribute(attribute);\n}\n/**\n * Attempt to block the ability to select text.\n */\n\nfunction blockTextSelection() {\n document.body.focus();\n\n document.onselectstart = function () {\n return false;\n };\n}\n/**\n * Turn off text selection blocking.\n */\n\nfunction unblockTextSelection() {\n document.onselectstart = function () {\n return true;\n };\n}\n/**\n * Identical to the native `getBoundingClientRect` function, but ensures that\n * the method is supported at all (it is in all browsers we claim to support)\n * and that the element is in the DOM before continuing.\n *\n * This wrapper function also shims properties which are not provided by some\n * older browsers (namely, IE8).\n *\n * Additionally, some browsers do not support adding properties to a\n * `ClientRect`/`DOMRect` object; so, we shallow-copy it with the standard\n * properties (except `x` and `y` which are not widely supported). This helps\n * avoid implementations where keys are non-enumerable.\n *\n * @param {Element} el\n * Element whose `ClientRect` we want to calculate.\n *\n * @return {Object|undefined}\n * Always returns a plain object - or `undefined` if it cannot.\n */\n\nfunction getBoundingClientRect(el) {\n if (el && el.getBoundingClientRect && el.parentNode) {\n var rect = el.getBoundingClientRect();\n var result = {};\n ['bottom', 'height', 'left', 'right', 'top', 'width'].forEach(function (k) {\n if (rect[k] !== undefined) {\n result[k] = rect[k];\n }\n });\n\n if (!result.height) {\n result.height = parseFloat(computedStyle(el, 'height'));\n }\n\n if (!result.width) {\n result.width = parseFloat(computedStyle(el, 'width'));\n }\n\n return result;\n }\n}\n/**\n * Represents the position of a DOM element on the page.\n *\n * @typedef {Object} module:dom~Position\n *\n * @property {number} left\n * Pixels to the left.\n *\n * @property {number} top\n * Pixels from the top.\n */\n\n/**\n * Get the position of an element in the DOM.\n *\n * Uses `getBoundingClientRect` technique from John Resig.\n *\n * @see http://ejohn.org/blog/getboundingclientrect-is-awesome/\n *\n * @param {Element} el\n * Element from which to get offset.\n *\n * @return {module:dom~Position}\n * The position of the element that was passed in.\n */\n\nfunction findPosition(el) {\n var box;\n\n if (el.getBoundingClientRect && el.parentNode) {\n box = el.getBoundingClientRect();\n }\n\n if (!box) {\n return {\n left: 0,\n top: 0\n };\n }\n\n var docEl = document.documentElement;\n var body = document.body;\n var clientLeft = docEl.clientLeft || body.clientLeft || 0;\n var scrollLeft = window$1.pageXOffset || body.scrollLeft;\n var left = box.left + scrollLeft - clientLeft;\n var clientTop = docEl.clientTop || body.clientTop || 0;\n var scrollTop = window$1.pageYOffset || body.scrollTop;\n var top = box.top + scrollTop - clientTop; // Android sometimes returns slightly off decimal values, so need to round\n\n return {\n left: Math.round(left),\n top: Math.round(top)\n };\n}\n/**\n * Represents x and y coordinates for a DOM element or mouse pointer.\n *\n * @typedef {Object} module:dom~Coordinates\n *\n * @property {number} x\n * x coordinate in pixels\n *\n * @property {number} y\n * y coordinate in pixels\n */\n\n/**\n * Get the pointer position within an element.\n *\n * The base on the coordinates are the bottom left of the element.\n *\n * @param {Element} el\n * Element on which to get the pointer position on.\n *\n * @param {EventTarget~Event} event\n * Event object.\n *\n * @return {module:dom~Coordinates}\n * A coordinates object corresponding to the mouse position.\n *\n */\n\nfunction getPointerPosition(el, event) {\n var position = {};\n var box = findPosition(el);\n var boxW = el.offsetWidth;\n var boxH = el.offsetHeight;\n var boxY = box.top;\n var boxX = box.left;\n var pageY = event.pageY;\n var pageX = event.pageX;\n\n if (event.changedTouches) {\n pageX = event.changedTouches[0].pageX;\n pageY = event.changedTouches[0].pageY;\n }\n\n position.y = Math.max(0, Math.min(1, (boxY - pageY + boxH) / boxH));\n position.x = Math.max(0, Math.min(1, (pageX - boxX) / boxW));\n return position;\n}\n/**\n * Determines, via duck typing, whether or not a value is a text node.\n *\n * @param {Mixed} value\n * Check if this value is a text node.\n *\n * @return {boolean}\n * Will be `true` if the value is a text node, `false` otherwise.\n */\n\nfunction isTextNode(value) {\n return isObject(value) && value.nodeType === 3;\n}\n/**\n * Empties the contents of an element.\n *\n * @param {Element} el\n * The element to empty children from\n *\n * @return {Element}\n * The element with no children\n */\n\nfunction emptyEl(el) {\n while (el.firstChild) {\n el.removeChild(el.firstChild);\n }\n\n return el;\n}\n/**\n * This is a mixed value that describes content to be injected into the DOM\n * via some method. It can be of the following types:\n *\n * Type | Description\n * -----------|-------------\n * `string` | The value will be normalized into a text node.\n * `Element` | The value will be accepted as-is.\n * `TextNode` | The value will be accepted as-is.\n * `Array` | A one-dimensional array of strings, elements, text nodes, or functions. These functions should return a string, element, or text node (any other return value, like an array, will be ignored).\n * `Function` | A function, which is expected to return a string, element, text node, or array - any of the other possible values described above. This means that a content descriptor could be a function that returns an array of functions, but those second-level functions must return strings, elements, or text nodes.\n *\n * @typedef {string|Element|TextNode|Array|Function} module:dom~ContentDescriptor\n */\n\n/**\n * Normalizes content for eventual insertion into the DOM.\n *\n * This allows a wide range of content definition methods, but helps protect\n * from falling into the trap of simply writing to `innerHTML`, which could\n * be an XSS concern.\n *\n * The content for an element can be passed in multiple types and\n * combinations, whose behavior is as follows:\n *\n * @param {module:dom~ContentDescriptor} content\n * A content descriptor value.\n *\n * @return {Array}\n * All of the content that was passed in, normalized to an array of\n * elements or text nodes.\n */\n\nfunction normalizeContent(content) {\n // First, invoke content if it is a function. If it produces an array,\n // that needs to happen before normalization.\n if (typeof content === 'function') {\n content = content();\n } // Next up, normalize to an array, so one or many items can be normalized,\n // filtered, and returned.\n\n\n return (Array.isArray(content) ? content : [content]).map(function (value) {\n // First, invoke value if it is a function to produce a new value,\n // which will be subsequently normalized to a Node of some kind.\n if (typeof value === 'function') {\n value = value();\n }\n\n if (isEl(value) || isTextNode(value)) {\n return value;\n }\n\n if (typeof value === 'string' && /\\S/.test(value)) {\n return document.createTextNode(value);\n }\n }).filter(function (value) {\n return value;\n });\n}\n/**\n * Normalizes and appends content to an element.\n *\n * @param {Element} el\n * Element to append normalized content to.\n *\n * @param {module:dom~ContentDescriptor} content\n * A content descriptor value.\n *\n * @return {Element}\n * The element with appended normalized content.\n */\n\nfunction appendContent(el, content) {\n normalizeContent(content).forEach(function (node) {\n return el.appendChild(node);\n });\n return el;\n}\n/**\n * Normalizes and inserts content into an element; this is identical to\n * `appendContent()`, except it empties the element first.\n *\n * @param {Element} el\n * Element to insert normalized content into.\n *\n * @param {module:dom~ContentDescriptor} content\n * A content descriptor value.\n *\n * @return {Element}\n * The element with inserted normalized content.\n */\n\nfunction insertContent(el, content) {\n return appendContent(emptyEl(el), content);\n}\n/**\n * Check if an event was a single left click.\n *\n * @param {EventTarget~Event} event\n * Event object.\n *\n * @return {boolean}\n * Will be `true` if a single left click, `false` otherwise.\n */\n\nfunction isSingleLeftClick(event) {\n // Note: if you create something draggable, be sure to\n // call it on both `mousedown` and `mousemove` event,\n // otherwise `mousedown` should be enough for a button\n if (event.button === undefined && event.buttons === undefined) {\n // Why do we need `buttons` ?\n // Because, middle mouse sometimes have this:\n // e.button === 0 and e.buttons === 4\n // Furthermore, we want to prevent combination click, something like\n // HOLD middlemouse then left click, that would be\n // e.button === 0, e.buttons === 5\n // just `button` is not gonna work\n // Alright, then what this block does ?\n // this is for chrome `simulate mobile devices`\n // I want to support this as well\n return true;\n }\n\n if (event.button === 0 && event.buttons === undefined) {\n // Touch screen, sometimes on some specific device, `buttons`\n // doesn't have anything (safari on ios, blackberry...)\n return true;\n }\n\n if (event.button !== 0 || event.buttons !== 1) {\n // This is the reason we have those if else block above\n // if any special case we can catch and let it slide\n // we do it above, when get to here, this definitely\n // is-not-left-click\n return false;\n }\n\n return true;\n}\n/**\n * Finds a single DOM element matching `selector` within the optional\n * `context` of another DOM element (defaulting to `document`).\n *\n * @param {string} selector\n * A valid CSS selector, which will be passed to `querySelector`.\n *\n * @param {Element|String} [context=document]\n * A DOM element within which to query. Can also be a selector\n * string in which case the first matching element will be used\n * as context. If missing (or no element matches selector), falls\n * back to `document`.\n *\n * @return {Element|null}\n * The element that was found or null.\n */\n\nvar $ = createQuerier('querySelector');\n/**\n * Finds a all DOM elements matching `selector` within the optional\n * `context` of another DOM element (defaulting to `document`).\n *\n * @param {string} selector\n * A valid CSS selector, which will be passed to `querySelectorAll`.\n *\n * @param {Element|String} [context=document]\n * A DOM element within which to query. Can also be a selector\n * string in which case the first matching element will be used\n * as context. If missing (or no element matches selector), falls\n * back to `document`.\n *\n * @return {NodeList}\n * A element list of elements that were found. Will be empty if none\n * were found.\n *\n */\n\nvar $$ = createQuerier('querySelectorAll');\n\nvar Dom = /*#__PURE__*/Object.freeze({\n isReal: isReal,\n isEl: isEl,\n isInFrame: isInFrame,\n createEl: createEl,\n textContent: textContent,\n prependTo: prependTo,\n hasClass: hasClass,\n addClass: addClass,\n removeClass: removeClass,\n toggleClass: toggleClass,\n setAttributes: setAttributes,\n getAttributes: getAttributes,\n getAttribute: getAttribute,\n setAttribute: setAttribute,\n removeAttribute: removeAttribute,\n blockTextSelection: blockTextSelection,\n unblockTextSelection: unblockTextSelection,\n getBoundingClientRect: getBoundingClientRect,\n findPosition: findPosition,\n getPointerPosition: getPointerPosition,\n isTextNode: isTextNode,\n emptyEl: emptyEl,\n normalizeContent: normalizeContent,\n appendContent: appendContent,\n insertContent: insertContent,\n isSingleLeftClick: isSingleLeftClick,\n $: $,\n $$: $$\n});\n\n/**\n * @file guid.js\n * @module guid\n */\n\n/**\n * Unique ID for an element or function\n * @type {Number}\n */\nvar _guid = 1;\n/**\n * Get a unique auto-incrementing ID by number that has not been returned before.\n *\n * @return {number}\n * A new unique ID.\n */\n\nfunction newGUID() {\n return _guid++;\n}\n\n/**\n * @file dom-data.js\n * @module dom-data\n */\n/**\n * Element Data Store.\n *\n * Allows for binding data to an element without putting it directly on the\n * element. Ex. Event listeners are stored here.\n * (also from jsninja.com, slightly modified and updated for closure compiler)\n *\n * @type {Object}\n * @private\n */\n\nvar elData = {};\n/*\n * Unique attribute name to store an element's guid in\n *\n * @type {String}\n * @constant\n * @private\n */\n\nvar elIdAttr = 'vdata' + new Date().getTime();\n/**\n * Returns the cache object where data for an element is stored\n *\n * @param {Element} el\n * Element to store data for.\n *\n * @return {Object}\n * The cache object for that el that was passed in.\n */\n\nfunction getData(el) {\n var id = el[elIdAttr];\n\n if (!id) {\n id = el[elIdAttr] = newGUID();\n }\n\n if (!elData[id]) {\n elData[id] = {};\n }\n\n return elData[id];\n}\n/**\n * Returns whether or not an element has cached data\n *\n * @param {Element} el\n * Check if this element has cached data.\n *\n * @return {boolean}\n * - True if the DOM element has cached data.\n * - False otherwise.\n */\n\nfunction hasData(el) {\n var id = el[elIdAttr];\n\n if (!id) {\n return false;\n }\n\n return !!Object.getOwnPropertyNames(elData[id]).length;\n}\n/**\n * Delete data for the element from the cache and the guid attr from getElementById\n *\n * @param {Element} el\n * Remove cached data for this element.\n */\n\nfunction removeData(el) {\n var id = el[elIdAttr];\n\n if (!id) {\n return;\n } // Remove all stored data\n\n\n delete elData[id]; // Remove the elIdAttr property from the DOM node\n\n try {\n delete el[elIdAttr];\n } catch (e) {\n if (el.removeAttribute) {\n el.removeAttribute(elIdAttr);\n } else {\n // IE doesn't appear to support removeAttribute on the document element\n el[elIdAttr] = null;\n }\n }\n}\n\n/**\n * @file events.js. An Event System (John Resig - Secrets of a JS Ninja http://jsninja.com/)\n * (Original book version wasn't completely usable, so fixed some things and made Closure Compiler compatible)\n * This should work very similarly to jQuery's events, however it's based off the book version which isn't as\n * robust as jquery's, so there's probably some differences.\n *\n * @file events.js\n * @module events\n */\n/**\n * Clean up the listener cache and dispatchers\n *\n * @param {Element|Object} elem\n * Element to clean up\n *\n * @param {string} type\n * Type of event to clean up\n */\n\nfunction _cleanUpEvents(elem, type) {\n var data = getData(elem); // Remove the events of a particular type if there are none left\n\n if (data.handlers[type].length === 0) {\n delete data.handlers[type]; // data.handlers[type] = null;\n // Setting to null was causing an error with data.handlers\n // Remove the meta-handler from the element\n\n if (elem.removeEventListener) {\n elem.removeEventListener(type, data.dispatcher, false);\n } else if (elem.detachEvent) {\n elem.detachEvent('on' + type, data.dispatcher);\n }\n } // Remove the events object if there are no types left\n\n\n if (Object.getOwnPropertyNames(data.handlers).length <= 0) {\n delete data.handlers;\n delete data.dispatcher;\n delete data.disabled;\n } // Finally remove the element data if there is no data left\n\n\n if (Object.getOwnPropertyNames(data).length === 0) {\n removeData(elem);\n }\n}\n/**\n * Loops through an array of event types and calls the requested method for each type.\n *\n * @param {Function} fn\n * The event method we want to use.\n *\n * @param {Element|Object} elem\n * Element or object to bind listeners to\n *\n * @param {string} type\n * Type of event to bind to.\n *\n * @param {EventTarget~EventListener} callback\n * Event listener.\n */\n\n\nfunction _handleMultipleEvents(fn, elem, types, callback) {\n types.forEach(function (type) {\n // Call the event method for each one of the types\n fn(elem, type, callback);\n });\n}\n/**\n * Fix a native event to have standard property values\n *\n * @param {Object} event\n * Event object to fix.\n *\n * @return {Object}\n * Fixed event object.\n */\n\n\nfunction fixEvent(event) {\n function returnTrue() {\n return true;\n }\n\n function returnFalse() {\n return false;\n } // Test if fixing up is needed\n // Used to check if !event.stopPropagation instead of isPropagationStopped\n // But native events return true for stopPropagation, but don't have\n // other expected methods like isPropagationStopped. Seems to be a problem\n // with the Javascript Ninja code. So we're just overriding all events now.\n\n\n if (!event || !event.isPropagationStopped) {\n var old = event || window$1.event;\n event = {}; // Clone the old object so that we can modify the values event = {};\n // IE8 Doesn't like when you mess with native event properties\n // Firefox returns false for event.hasOwnProperty('type') and other props\n // which makes copying more difficult.\n // TODO: Probably best to create a whitelist of event props\n\n for (var key in old) {\n // Safari 6.0.3 warns you if you try to copy deprecated layerX/Y\n // Chrome warns you if you try to copy deprecated keyboardEvent.keyLocation\n // and webkitMovementX/Y\n if (key !== 'layerX' && key !== 'layerY' && key !== 'keyLocation' && key !== 'webkitMovementX' && key !== 'webkitMovementY') {\n // Chrome 32+ warns if you try to copy deprecated returnValue, but\n // we still want to if preventDefault isn't supported (IE8).\n if (!(key === 'returnValue' && old.preventDefault)) {\n event[key] = old[key];\n }\n }\n } // The event occurred on this element\n\n\n if (!event.target) {\n event.target = event.srcElement || document;\n } // Handle which other element the event is related to\n\n\n if (!event.relatedTarget) {\n event.relatedTarget = event.fromElement === event.target ? event.toElement : event.fromElement;\n } // Stop the default browser action\n\n\n event.preventDefault = function () {\n if (old.preventDefault) {\n old.preventDefault();\n }\n\n event.returnValue = false;\n old.returnValue = false;\n event.defaultPrevented = true;\n };\n\n event.defaultPrevented = false; // Stop the event from bubbling\n\n event.stopPropagation = function () {\n if (old.stopPropagation) {\n old.stopPropagation();\n }\n\n event.cancelBubble = true;\n old.cancelBubble = true;\n event.isPropagationStopped = returnTrue;\n };\n\n event.isPropagationStopped = returnFalse; // Stop the event from bubbling and executing other handlers\n\n event.stopImmediatePropagation = function () {\n if (old.stopImmediatePropagation) {\n old.stopImmediatePropagation();\n }\n\n event.isImmediatePropagationStopped = returnTrue;\n event.stopPropagation();\n };\n\n event.isImmediatePropagationStopped = returnFalse; // Handle mouse position\n\n if (event.clientX !== null && event.clientX !== undefined) {\n var doc = document.documentElement;\n var body = document.body;\n event.pageX = event.clientX + (doc && doc.scrollLeft || body && body.scrollLeft || 0) - (doc && doc.clientLeft || body && body.clientLeft || 0);\n event.pageY = event.clientY + (doc && doc.scrollTop || body && body.scrollTop || 0) - (doc && doc.clientTop || body && body.clientTop || 0);\n } // Handle key presses\n\n\n event.which = event.charCode || event.keyCode; // Fix button for mouse clicks:\n // 0 == left; 1 == middle; 2 == right\n\n if (event.button !== null && event.button !== undefined) {\n // The following is disabled because it does not pass videojs-standard\n // and... yikes.\n\n /* eslint-disable */\n event.button = event.button & 1 ? 0 : event.button & 4 ? 1 : event.button & 2 ? 2 : 0;\n /* eslint-enable */\n }\n } // Returns fixed-up instance\n\n\n return event;\n}\n/**\n * Whether passive event listeners are supported\n */\n\nvar _supportsPassive = false;\n\n(function () {\n try {\n var opts = Object.defineProperty({}, 'passive', {\n get: function get() {\n _supportsPassive = true;\n }\n });\n window$1.addEventListener('test', null, opts);\n window$1.removeEventListener('test', null, opts);\n } catch (e) {// disregard\n }\n})();\n/**\n * Touch events Chrome expects to be passive\n */\n\n\nvar passiveEvents = ['touchstart', 'touchmove'];\n/**\n * Add an event listener to element\n * It stores the handler function in a separate cache object\n * and adds a generic handler to the element's event,\n * along with a unique id (guid) to the element.\n *\n * @param {Element|Object} elem\n * Element or object to bind listeners to\n *\n * @param {string|string[]} type\n * Type of event to bind to.\n *\n * @param {EventTarget~EventListener} fn\n * Event listener.\n */\n\nfunction on(elem, type, fn) {\n if (Array.isArray(type)) {\n return _handleMultipleEvents(on, elem, type, fn);\n }\n\n var data = getData(elem); // We need a place to store all our handler data\n\n if (!data.handlers) {\n data.handlers = {};\n }\n\n if (!data.handlers[type]) {\n data.handlers[type] = [];\n }\n\n if (!fn.guid) {\n fn.guid = newGUID();\n }\n\n data.handlers[type].push(fn);\n\n if (!data.dispatcher) {\n data.disabled = false;\n\n data.dispatcher = function (event, hash) {\n if (data.disabled) {\n return;\n }\n\n event = fixEvent(event);\n var handlers = data.handlers[event.type];\n\n if (handlers) {\n // Copy handlers so if handlers are added/removed during the process it doesn't throw everything off.\n var handlersCopy = handlers.slice(0);\n\n for (var m = 0, n = handlersCopy.length; m < n; m++) {\n if (event.isImmediatePropagationStopped()) {\n break;\n } else {\n try {\n handlersCopy[m].call(elem, event, hash);\n } catch (e) {\n log.error(e);\n }\n }\n }\n }\n };\n }\n\n if (data.handlers[type].length === 1) {\n if (elem.addEventListener) {\n var options = false;\n\n if (_supportsPassive && passiveEvents.indexOf(type) > -1) {\n options = {\n passive: true\n };\n }\n\n elem.addEventListener(type, data.dispatcher, options);\n } else if (elem.attachEvent) {\n elem.attachEvent('on' + type, data.dispatcher);\n }\n }\n}\n/**\n * Removes event listeners from an element\n *\n * @param {Element|Object} elem\n * Object to remove listeners from.\n *\n * @param {string|string[]} [type]\n * Type of listener to remove. Don't include to remove all events from element.\n *\n * @param {EventTarget~EventListener} [fn]\n * Specific listener to remove. Don't include to remove listeners for an event\n * type.\n */\n\nfunction off(elem, type, fn) {\n // Don't want to add a cache object through getElData if not needed\n if (!hasData(elem)) {\n return;\n }\n\n var data = getData(elem); // If no events exist, nothing to unbind\n\n if (!data.handlers) {\n return;\n }\n\n if (Array.isArray(type)) {\n return _handleMultipleEvents(off, elem, type, fn);\n } // Utility function\n\n\n var removeType = function removeType(el, t) {\n data.handlers[t] = [];\n\n _cleanUpEvents(el, t);\n }; // Are we removing all bound events?\n\n\n if (type === undefined) {\n for (var t in data.handlers) {\n if (Object.prototype.hasOwnProperty.call(data.handlers || {}, t)) {\n removeType(elem, t);\n }\n }\n\n return;\n }\n\n var handlers = data.handlers[type]; // If no handlers exist, nothing to unbind\n\n if (!handlers) {\n return;\n } // If no listener was provided, remove all listeners for type\n\n\n if (!fn) {\n removeType(elem, type);\n return;\n } // We're only removing a single handler\n\n\n if (fn.guid) {\n for (var n = 0; n < handlers.length; n++) {\n if (handlers[n].guid === fn.guid) {\n handlers.splice(n--, 1);\n }\n }\n }\n\n _cleanUpEvents(elem, type);\n}\n/**\n * Trigger an event for an element\n *\n * @param {Element|Object} elem\n * Element to trigger an event on\n *\n * @param {EventTarget~Event|string} event\n * A string (the type) or an event object with a type attribute\n *\n * @param {Object} [hash]\n * data hash to pass along with the event\n *\n * @return {boolean|undefined}\n * Returns the opposite of `defaultPrevented` if default was\n * prevented. Otherwise, returns `undefined`\n */\n\nfunction trigger(elem, event, hash) {\n // Fetches element data and a reference to the parent (for bubbling).\n // Don't want to add a data object to cache for every parent,\n // so checking hasElData first.\n var elemData = hasData(elem) ? getData(elem) : {};\n var parent = elem.parentNode || elem.ownerDocument; // type = event.type || event,\n // handler;\n // If an event name was passed as a string, creates an event out of it\n\n if (typeof event === 'string') {\n event = {\n type: event,\n target: elem\n };\n } else if (!event.target) {\n event.target = elem;\n } // Normalizes the event properties.\n\n\n event = fixEvent(event); // If the passed element has a dispatcher, executes the established handlers.\n\n if (elemData.dispatcher) {\n elemData.dispatcher.call(elem, event, hash);\n } // Unless explicitly stopped or the event does not bubble (e.g. media events)\n // recursively calls this function to bubble the event up the DOM.\n\n\n if (parent && !event.isPropagationStopped() && event.bubbles === true) {\n trigger.call(null, parent, event, hash); // If at the top of the DOM, triggers the default action unless disabled.\n } else if (!parent && !event.defaultPrevented) {\n var targetData = getData(event.target); // Checks if the target has a default action for this event.\n\n if (event.target[event.type]) {\n // Temporarily disables event dispatching on the target as we have already executed the handler.\n targetData.disabled = true; // Executes the default action.\n\n if (typeof event.target[event.type] === 'function') {\n event.target[event.type]();\n } // Re-enables event dispatching.\n\n\n targetData.disabled = false;\n }\n } // Inform the triggerer if the default was prevented by returning false\n\n\n return !event.defaultPrevented;\n}\n/**\n * Trigger a listener only once for an event.\n *\n * @param {Element|Object} elem\n * Element or object to bind to.\n *\n * @param {string|string[]} type\n * Name/type of event\n *\n * @param {Event~EventListener} fn\n * Event listener function\n */\n\nfunction one(elem, type, fn) {\n if (Array.isArray(type)) {\n return _handleMultipleEvents(one, elem, type, fn);\n }\n\n var func = function func() {\n off(elem, type, func);\n fn.apply(this, arguments);\n }; // copy the guid to the new function so it can removed using the original function's ID\n\n\n func.guid = fn.guid = fn.guid || newGUID();\n on(elem, type, func);\n}\n\nvar Events = /*#__PURE__*/Object.freeze({\n fixEvent: fixEvent,\n on: on,\n off: off,\n trigger: trigger,\n one: one\n});\n\n/**\n * @file setup.js - Functions for setting up a player without\n * user interaction based on the data-setup `attribute` of the video tag.\n *\n * @module setup\n */\nvar _windowLoaded = false;\nvar videojs;\n/**\n * Set up any tags that have a data-setup `attribute` when the player is started.\n */\n\nvar autoSetup = function autoSetup() {\n // Protect against breakage in non-browser environments and check global autoSetup option.\n if (!isReal() || videojs.options.autoSetup === false) {\n return;\n }\n\n var vids = Array.prototype.slice.call(document.getElementsByTagName('video'));\n var audios = Array.prototype.slice.call(document.getElementsByTagName('audio'));\n var divs = Array.prototype.slice.call(document.getElementsByTagName('video-js'));\n var mediaEls = vids.concat(audios, divs); // Check if any media elements exist\n\n if (mediaEls && mediaEls.length > 0) {\n for (var i = 0, e = mediaEls.length; i < e; i++) {\n var mediaEl = mediaEls[i]; // Check if element exists, has getAttribute func.\n\n if (mediaEl && mediaEl.getAttribute) {\n // Make sure this player hasn't already been set up.\n if (mediaEl.player === undefined) {\n var options = mediaEl.getAttribute('data-setup'); // Check if data-setup attr exists.\n // We only auto-setup if they've added the data-setup attr.\n\n if (options !== null) {\n // Create new video.js instance.\n videojs(mediaEl);\n }\n } // If getAttribute isn't defined, we need to wait for the DOM.\n\n } else {\n autoSetupTimeout(1);\n break;\n }\n } // No videos were found, so keep looping unless page is finished loading.\n\n } else if (!_windowLoaded) {\n autoSetupTimeout(1);\n }\n};\n/**\n * Wait until the page is loaded before running autoSetup. This will be called in\n * autoSetup if `hasLoaded` returns false.\n *\n * @param {number} wait\n * How long to wait in ms\n *\n * @param {module:videojs} [vjs]\n * The videojs library function\n */\n\n\nfunction autoSetupTimeout(wait, vjs) {\n if (vjs) {\n videojs = vjs;\n }\n\n window$1.setTimeout(autoSetup, wait);\n}\n\nif (isReal() && document.readyState === 'complete') {\n _windowLoaded = true;\n} else {\n /**\n * Listen for the load event on window, and set _windowLoaded to true.\n *\n * @listens load\n */\n one(window$1, 'load', function () {\n _windowLoaded = true;\n });\n}\n\n/**\n * @file stylesheet.js\n * @module stylesheet\n */\n/**\n * Create a DOM syle element given a className for it.\n *\n * @param {string} className\n * The className to add to the created style element.\n *\n * @return {Element}\n * The element that was created.\n */\n\nvar createStyleElement = function createStyleElement(className) {\n var style = document.createElement('style');\n style.className = className;\n return style;\n};\n/**\n * Add text to a DOM element.\n *\n * @param {Element} el\n * The Element to add text content to.\n *\n * @param {string} content\n * The text to add to the element.\n */\n\nvar setTextContent = function setTextContent(el, content) {\n if (el.styleSheet) {\n el.styleSheet.cssText = content;\n } else {\n el.textContent = content;\n }\n};\n\n/**\n * @file fn.js\n * @module fn\n */\n/**\n * Bind (a.k.a proxy or context). A simple method for changing the context of\n * a function.\n *\n * It also stores a unique id on the function so it can be easily removed from\n * events.\n *\n * @function\n * @param {Mixed} context\n * The object to bind as scope.\n *\n * @param {Function} fn\n * The function to be bound to a scope.\n *\n * @param {number} [uid]\n * An optional unique ID for the function to be set\n *\n * @return {Function}\n * The new function that will be bound into the context given\n */\n\nvar bind = function bind(context, fn, uid) {\n // Make sure the function has a unique ID\n if (!fn.guid) {\n fn.guid = newGUID();\n } // Create the new function that changes the context\n\n\n var bound = function bound() {\n return fn.apply(context, arguments);\n }; // Allow for the ability to individualize this function\n // Needed in the case where multiple objects might share the same prototype\n // IF both items add an event listener with the same function, then you try to remove just one\n // it will remove both because they both have the same guid.\n // when using this, you need to use the bind method when you remove the listener as well.\n // currently used in text tracks\n\n\n bound.guid = uid ? uid + '_' + fn.guid : fn.guid;\n return bound;\n};\n/**\n * Wraps the given function, `fn`, with a new function that only invokes `fn`\n * at most once per every `wait` milliseconds.\n *\n * @function\n * @param {Function} fn\n * The function to be throttled.\n *\n * @param {Number} wait\n * The number of milliseconds by which to throttle.\n *\n * @return {Function}\n */\n\nvar throttle = function throttle(fn, wait) {\n var last = Date.now();\n\n var throttled = function throttled() {\n var now = Date.now();\n\n if (now - last >= wait) {\n fn.apply(void 0, arguments);\n last = now;\n }\n };\n\n return throttled;\n};\n/**\n * Creates a debounced function that delays invoking `func` until after `wait`\n * milliseconds have elapsed since the last time the debounced function was\n * invoked.\n *\n * Inspired by lodash and underscore implementations.\n *\n * @function\n * @param {Function} func\n * The function to wrap with debounce behavior.\n *\n * @param {number} wait\n * The number of milliseconds to wait after the last invocation.\n *\n * @param {boolean} [immediate]\n * Whether or not to invoke the function immediately upon creation.\n *\n * @param {Object} [context=window]\n * The \"context\" in which the debounced function should debounce. For\n * example, if this function should be tied to a Video.js player,\n * the player can be passed here. Alternatively, defaults to the\n * global `window` object.\n *\n * @return {Function}\n * A debounced function.\n */\n\nvar debounce = function debounce(func, wait, immediate, context) {\n if (context === void 0) {\n context = window$1;\n }\n\n var timeout;\n\n var cancel = function cancel() {\n context.clearTimeout(timeout);\n timeout = null;\n };\n /* eslint-disable consistent-this */\n\n\n var debounced = function debounced() {\n var self = this;\n var args = arguments;\n\n var _later = function later() {\n timeout = null;\n _later = null;\n\n if (!immediate) {\n func.apply(self, args);\n }\n };\n\n if (!timeout && immediate) {\n func.apply(self, args);\n }\n\n context.clearTimeout(timeout);\n timeout = context.setTimeout(_later, wait);\n };\n /* eslint-enable consistent-this */\n\n\n debounced.cancel = cancel;\n return debounced;\n};\n\n/**\n * @file src/js/event-target.js\n */\n/**\n * `EventTarget` is a class that can have the same API as the DOM `EventTarget`. It\n * adds shorthand functions that wrap around lengthy functions. For example:\n * the `on` function is a wrapper around `addEventListener`.\n *\n * @see [EventTarget Spec]{@link https://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-EventTarget}\n * @class EventTarget\n */\n\nvar EventTarget = function EventTarget() {};\n/**\n * A Custom DOM event.\n *\n * @typedef {Object} EventTarget~Event\n * @see [Properties]{@link https://developer.mozilla.org/en-US/docs/Web/API/CustomEvent}\n */\n\n/**\n * All event listeners should follow the following format.\n *\n * @callback EventTarget~EventListener\n * @this {EventTarget}\n *\n * @param {EventTarget~Event} event\n * the event that triggered this function\n *\n * @param {Object} [hash]\n * hash of data sent during the event\n */\n\n/**\n * An object containing event names as keys and booleans as values.\n *\n * > NOTE: If an event name is set to a true value here {@link EventTarget#trigger}\n * will have extra functionality. See that function for more information.\n *\n * @property EventTarget.prototype.allowedEvents_\n * @private\n */\n\n\nEventTarget.prototype.allowedEvents_ = {};\n/**\n * Adds an `event listener` to an instance of an `EventTarget`. An `event listener` is a\n * function that will get called when an event with a certain name gets triggered.\n *\n * @param {string|string[]} type\n * An event name or an array of event names.\n *\n * @param {EventTarget~EventListener} fn\n * The function to call with `EventTarget`s\n */\n\nEventTarget.prototype.on = function (type, fn) {\n // Remove the addEventListener alias before calling Events.on\n // so we don't get into an infinite type loop\n var ael = this.addEventListener;\n\n this.addEventListener = function () {};\n\n on(this, type, fn);\n this.addEventListener = ael;\n};\n/**\n * An alias of {@link EventTarget#on}. Allows `EventTarget` to mimic\n * the standard DOM API.\n *\n * @function\n * @see {@link EventTarget#on}\n */\n\n\nEventTarget.prototype.addEventListener = EventTarget.prototype.on;\n/**\n * Removes an `event listener` for a specific event from an instance of `EventTarget`.\n * This makes it so that the `event listener` will no longer get called when the\n * named event happens.\n *\n * @param {string|string[]} type\n * An event name or an array of event names.\n *\n * @param {EventTarget~EventListener} fn\n * The function to remove.\n */\n\nEventTarget.prototype.off = function (type, fn) {\n off(this, type, fn);\n};\n/**\n * An alias of {@link EventTarget#off}. Allows `EventTarget` to mimic\n * the standard DOM API.\n *\n * @function\n * @see {@link EventTarget#off}\n */\n\n\nEventTarget.prototype.removeEventListener = EventTarget.prototype.off;\n/**\n * This function will add an `event listener` that gets triggered only once. After the\n * first trigger it will get removed. This is like adding an `event listener`\n * with {@link EventTarget#on} that calls {@link EventTarget#off} on itself.\n *\n * @param {string|string[]} type\n * An event name or an array of event names.\n *\n * @param {EventTarget~EventListener} fn\n * The function to be called once for each event name.\n */\n\nEventTarget.prototype.one = function (type, fn) {\n // Remove the addEventListener alialing Events.on\n // so we don't get into an infinite type loop\n var ael = this.addEventListener;\n\n this.addEventListener = function () {};\n\n one(this, type, fn);\n this.addEventListener = ael;\n};\n/**\n * This function causes an event to happen. This will then cause any `event listeners`\n * that are waiting for that event, to get called. If there are no `event listeners`\n * for an event then nothing will happen.\n *\n * If the name of the `Event` that is being triggered is in `EventTarget.allowedEvents_`.\n * Trigger will also call the `on` + `uppercaseEventName` function.\n *\n * Example:\n * 'click' is in `EventTarget.allowedEvents_`, so, trigger will attempt to call\n * `onClick` if it exists.\n *\n * @param {string|EventTarget~Event|Object} event\n * The name of the event, an `Event`, or an object with a key of type set to\n * an event name.\n */\n\n\nEventTarget.prototype.trigger = function (event) {\n var type = event.type || event;\n\n if (typeof event === 'string') {\n event = {\n type: type\n };\n }\n\n event = fixEvent(event);\n\n if (this.allowedEvents_[type] && this['on' + type]) {\n this['on' + type](event);\n }\n\n trigger(this, event);\n};\n/**\n * An alias of {@link EventTarget#trigger}. Allows `EventTarget` to mimic\n * the standard DOM API.\n *\n * @function\n * @see {@link EventTarget#trigger}\n */\n\n\nEventTarget.prototype.dispatchEvent = EventTarget.prototype.trigger;\nvar EVENT_MAP;\n\nEventTarget.prototype.queueTrigger = function (event) {\n var _this = this;\n\n // only set up EVENT_MAP if it'll be used\n if (!EVENT_MAP) {\n EVENT_MAP = new Map();\n }\n\n var type = event.type || event;\n var map = EVENT_MAP.get(this);\n\n if (!map) {\n map = new Map();\n EVENT_MAP.set(this, map);\n }\n\n var oldTimeout = map.get(type);\n map.delete(type);\n window$1.clearTimeout(oldTimeout);\n var timeout = window$1.setTimeout(function () {\n // if we cleared out all timeouts for the current target, delete its map\n if (map.size === 0) {\n map = null;\n EVENT_MAP.delete(_this);\n }\n\n _this.trigger(event);\n }, 0);\n map.set(type, timeout);\n};\n\n/**\n * @file mixins/evented.js\n * @module evented\n */\n/**\n * Returns whether or not an object has had the evented mixin applied.\n *\n * @param {Object} object\n * An object to test.\n *\n * @return {boolean}\n * Whether or not the object appears to be evented.\n */\n\nvar isEvented = function isEvented(object) {\n return object instanceof EventTarget || !!object.eventBusEl_ && ['on', 'one', 'off', 'trigger'].every(function (k) {\n return typeof object[k] === 'function';\n });\n};\n/**\n * Adds a callback to run after the evented mixin applied.\n *\n * @param {Object} object\n * An object to Add\n * @param {Function} callback\n * The callback to run.\n */\n\n\nvar addEventedCallback = function addEventedCallback(target, callback) {\n if (isEvented(target)) {\n callback();\n } else {\n if (!target.eventedCallbacks) {\n target.eventedCallbacks = [];\n }\n\n target.eventedCallbacks.push(callback);\n }\n};\n/**\n * Whether a value is a valid event type - non-empty string or array.\n *\n * @private\n * @param {string|Array} type\n * The type value to test.\n *\n * @return {boolean}\n * Whether or not the type is a valid event type.\n */\n\n\nvar isValidEventType = function isValidEventType(type) {\n return (// The regex here verifies that the `type` contains at least one non-\n // whitespace character.\n typeof type === 'string' && /\\S/.test(type) || Array.isArray(type) && !!type.length\n );\n};\n/**\n * Validates a value to determine if it is a valid event target. Throws if not.\n *\n * @private\n * @throws {Error}\n * If the target does not appear to be a valid event target.\n *\n * @param {Object} target\n * The object to test.\n */\n\n\nvar validateTarget = function validateTarget(target) {\n if (!target.nodeName && !isEvented(target)) {\n throw new Error('Invalid target; must be a DOM node or evented object.');\n }\n};\n/**\n * Validates a value to determine if it is a valid event target. Throws if not.\n *\n * @private\n * @throws {Error}\n * If the type does not appear to be a valid event type.\n *\n * @param {string|Array} type\n * The type to test.\n */\n\n\nvar validateEventType = function validateEventType(type) {\n if (!isValidEventType(type)) {\n throw new Error('Invalid event type; must be a non-empty string or array.');\n }\n};\n/**\n * Validates a value to determine if it is a valid listener. Throws if not.\n *\n * @private\n * @throws {Error}\n * If the listener is not a function.\n *\n * @param {Function} listener\n * The listener to test.\n */\n\n\nvar validateListener = function validateListener(listener) {\n if (typeof listener !== 'function') {\n throw new Error('Invalid listener; must be a function.');\n }\n};\n/**\n * Takes an array of arguments given to `on()` or `one()`, validates them, and\n * normalizes them into an object.\n *\n * @private\n * @param {Object} self\n * The evented object on which `on()` or `one()` was called. This\n * object will be bound as the `this` value for the listener.\n *\n * @param {Array} args\n * An array of arguments passed to `on()` or `one()`.\n *\n * @return {Object}\n * An object containing useful values for `on()` or `one()` calls.\n */\n\n\nvar normalizeListenArgs = function normalizeListenArgs(self, args) {\n // If the number of arguments is less than 3, the target is always the\n // evented object itself.\n var isTargetingSelf = args.length < 3 || args[0] === self || args[0] === self.eventBusEl_;\n var target;\n var type;\n var listener;\n\n if (isTargetingSelf) {\n target = self.eventBusEl_; // Deal with cases where we got 3 arguments, but we are still listening to\n // the evented object itself.\n\n if (args.length >= 3) {\n args.shift();\n }\n\n type = args[0];\n listener = args[1];\n } else {\n target = args[0];\n type = args[1];\n listener = args[2];\n }\n\n validateTarget(target);\n validateEventType(type);\n validateListener(listener);\n listener = bind(self, listener);\n return {\n isTargetingSelf: isTargetingSelf,\n target: target,\n type: type,\n listener: listener\n };\n};\n/**\n * Adds the listener to the event type(s) on the target, normalizing for\n * the type of target.\n *\n * @private\n * @param {Element|Object} target\n * A DOM node or evented object.\n *\n * @param {string} method\n * The event binding method to use (\"on\" or \"one\").\n *\n * @param {string|Array} type\n * One or more event type(s).\n *\n * @param {Function} listener\n * A listener function.\n */\n\n\nvar listen = function listen(target, method, type, listener) {\n validateTarget(target);\n\n if (target.nodeName) {\n Events[method](target, type, listener);\n } else {\n target[method](type, listener);\n }\n};\n/**\n * Contains methods that provide event capabilities to an object which is passed\n * to {@link module:evented|evented}.\n *\n * @mixin EventedMixin\n */\n\n\nvar EventedMixin = {\n /**\n * Add a listener to an event (or events) on this object or another evented\n * object.\n *\n * @param {string|Array|Element|Object} targetOrType\n * If this is a string or array, it represents the event type(s)\n * that will trigger the listener.\n *\n * Another evented object can be passed here instead, which will\n * cause the listener to listen for events on _that_ object.\n *\n * In either case, the listener's `this` value will be bound to\n * this object.\n *\n * @param {string|Array|Function} typeOrListener\n * If the first argument was a string or array, this should be the\n * listener function. Otherwise, this is a string or array of event\n * type(s).\n *\n * @param {Function} [listener]\n * If the first argument was another evented object, this will be\n * the listener function.\n */\n on: function on$$1() {\n var _this = this;\n\n for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {\n args[_key] = arguments[_key];\n }\n\n var _normalizeListenArgs = normalizeListenArgs(this, args),\n isTargetingSelf = _normalizeListenArgs.isTargetingSelf,\n target = _normalizeListenArgs.target,\n type = _normalizeListenArgs.type,\n listener = _normalizeListenArgs.listener;\n\n listen(target, 'on', type, listener); // If this object is listening to another evented object.\n\n if (!isTargetingSelf) {\n // If this object is disposed, remove the listener.\n var removeListenerOnDispose = function removeListenerOnDispose() {\n return _this.off(target, type, listener);\n }; // Use the same function ID as the listener so we can remove it later it\n // using the ID of the original listener.\n\n\n removeListenerOnDispose.guid = listener.guid; // Add a listener to the target's dispose event as well. This ensures\n // that if the target is disposed BEFORE this object, we remove the\n // removal listener that was just added. Otherwise, we create a memory leak.\n\n var removeRemoverOnTargetDispose = function removeRemoverOnTargetDispose() {\n return _this.off('dispose', removeListenerOnDispose);\n }; // Use the same function ID as the listener so we can remove it later\n // it using the ID of the original listener.\n\n\n removeRemoverOnTargetDispose.guid = listener.guid;\n listen(this, 'on', 'dispose', removeListenerOnDispose);\n listen(target, 'on', 'dispose', removeRemoverOnTargetDispose);\n }\n },\n\n /**\n * Add a listener to an event (or events) on this object or another evented\n * object. The listener will only be called once and then removed.\n *\n * @param {string|Array|Element|Object} targetOrType\n * If this is a string or array, it represents the event type(s)\n * that will trigger the listener.\n *\n * Another evented object can be passed here instead, which will\n * cause the listener to listen for events on _that_ object.\n *\n * In either case, the listener's `this` value will be bound to\n * this object.\n *\n * @param {string|Array|Function} typeOrListener\n * If the first argument was a string or array, this should be the\n * listener function. Otherwise, this is a string or array of event\n * type(s).\n *\n * @param {Function} [listener]\n * If the first argument was another evented object, this will be\n * the listener function.\n */\n one: function one$$1() {\n var _this2 = this;\n\n for (var _len2 = arguments.length, args = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {\n args[_key2] = arguments[_key2];\n }\n\n var _normalizeListenArgs2 = normalizeListenArgs(this, args),\n isTargetingSelf = _normalizeListenArgs2.isTargetingSelf,\n target = _normalizeListenArgs2.target,\n type = _normalizeListenArgs2.type,\n listener = _normalizeListenArgs2.listener; // Targeting this evented object.\n\n\n if (isTargetingSelf) {\n listen(target, 'one', type, listener); // Targeting another evented object.\n } else {\n var wrapper = function wrapper() {\n _this2.off(target, type, wrapper);\n\n for (var _len3 = arguments.length, largs = new Array(_len3), _key3 = 0; _key3 < _len3; _key3++) {\n largs[_key3] = arguments[_key3];\n }\n\n listener.apply(null, largs);\n }; // Use the same function ID as the listener so we can remove it later\n // it using the ID of the original listener.\n\n\n wrapper.guid = listener.guid;\n listen(target, 'one', type, wrapper);\n }\n },\n\n /**\n * Removes listener(s) from event(s) on an evented object.\n *\n * @param {string|Array|Element|Object} [targetOrType]\n * If this is a string or array, it represents the event type(s).\n *\n * Another evented object can be passed here instead, in which case\n * ALL 3 arguments are _required_.\n *\n * @param {string|Array|Function} [typeOrListener]\n * If the first argument was a string or array, this may be the\n * listener function. Otherwise, this is a string or array of event\n * type(s).\n *\n * @param {Function} [listener]\n * If the first argument was another evented object, this will be\n * the listener function; otherwise, _all_ listeners bound to the\n * event type(s) will be removed.\n */\n off: function off$$1(targetOrType, typeOrListener, listener) {\n // Targeting this evented object.\n if (!targetOrType || isValidEventType(targetOrType)) {\n off(this.eventBusEl_, targetOrType, typeOrListener); // Targeting another evented object.\n } else {\n var target = targetOrType;\n var type = typeOrListener; // Fail fast and in a meaningful way!\n\n validateTarget(target);\n validateEventType(type);\n validateListener(listener); // Ensure there's at least a guid, even if the function hasn't been used\n\n listener = bind(this, listener); // Remove the dispose listener on this evented object, which was given\n // the same guid as the event listener in on().\n\n this.off('dispose', listener);\n\n if (target.nodeName) {\n off(target, type, listener);\n off(target, 'dispose', listener);\n } else if (isEvented(target)) {\n target.off(type, listener);\n target.off('dispose', listener);\n }\n }\n },\n\n /**\n * Fire an event on this evented object, causing its listeners to be called.\n *\n * @param {string|Object} event\n * An event type or an object with a type property.\n *\n * @param {Object} [hash]\n * An additional object to pass along to listeners.\n *\n * @return {boolean}\n * Whether or not the default behavior was prevented.\n */\n trigger: function trigger$$1(event, hash) {\n return trigger(this.eventBusEl_, event, hash);\n }\n};\n/**\n * Applies {@link module:evented~EventedMixin|EventedMixin} to a target object.\n *\n * @param {Object} target\n * The object to which to add event methods.\n *\n * @param {Object} [options={}]\n * Options for customizing the mixin behavior.\n *\n * @param {string} [options.eventBusKey]\n * By default, adds a `eventBusEl_` DOM element to the target object,\n * which is used as an event bus. If the target object already has a\n * DOM element that should be used, pass its key here.\n *\n * @return {Object}\n * The target object.\n */\n\nfunction evented(target, options) {\n if (options === void 0) {\n options = {};\n }\n\n var _options = options,\n eventBusKey = _options.eventBusKey; // Set or create the eventBusEl_.\n\n if (eventBusKey) {\n if (!target[eventBusKey].nodeName) {\n throw new Error(\"The eventBusKey \\\"\" + eventBusKey + \"\\\" does not refer to an element.\");\n }\n\n target.eventBusEl_ = target[eventBusKey];\n } else {\n target.eventBusEl_ = createEl('span', {\n className: 'vjs-event-bus'\n });\n }\n\n assign(target, EventedMixin);\n\n if (target.eventedCallbacks) {\n target.eventedCallbacks.forEach(function (callback) {\n callback();\n });\n } // When any evented object is disposed, it removes all its listeners.\n\n\n target.on('dispose', function () {\n target.off();\n window$1.setTimeout(function () {\n target.eventBusEl_ = null;\n }, 0);\n });\n return target;\n}\n\n/**\n * @file mixins/stateful.js\n * @module stateful\n */\n/**\n * Contains methods that provide statefulness to an object which is passed\n * to {@link module:stateful}.\n *\n * @mixin StatefulMixin\n */\n\nvar StatefulMixin = {\n /**\n * A hash containing arbitrary keys and values representing the state of\n * the object.\n *\n * @type {Object}\n */\n state: {},\n\n /**\n * Set the state of an object by mutating its\n * {@link module:stateful~StatefulMixin.state|state} object in place.\n *\n * @fires module:stateful~StatefulMixin#statechanged\n * @param {Object|Function} stateUpdates\n * A new set of properties to shallow-merge into the plugin state.\n * Can be a plain object or a function returning a plain object.\n *\n * @return {Object|undefined}\n * An object containing changes that occurred. If no changes\n * occurred, returns `undefined`.\n */\n setState: function setState(stateUpdates) {\n var _this = this;\n\n // Support providing the `stateUpdates` state as a function.\n if (typeof stateUpdates === 'function') {\n stateUpdates = stateUpdates();\n }\n\n var changes;\n each(stateUpdates, function (value, key) {\n // Record the change if the value is different from what's in the\n // current state.\n if (_this.state[key] !== value) {\n changes = changes || {};\n changes[key] = {\n from: _this.state[key],\n to: value\n };\n }\n\n _this.state[key] = value;\n }); // Only trigger \"statechange\" if there were changes AND we have a trigger\n // function. This allows us to not require that the target object be an\n // evented object.\n\n if (changes && isEvented(this)) {\n /**\n * An event triggered on an object that is both\n * {@link module:stateful|stateful} and {@link module:evented|evented}\n * indicating that its state has changed.\n *\n * @event module:stateful~StatefulMixin#statechanged\n * @type {Object}\n * @property {Object} changes\n * A hash containing the properties that were changed and\n * the values they were changed `from` and `to`.\n */\n this.trigger({\n changes: changes,\n type: 'statechanged'\n });\n }\n\n return changes;\n }\n};\n/**\n * Applies {@link module:stateful~StatefulMixin|StatefulMixin} to a target\n * object.\n *\n * If the target object is {@link module:evented|evented} and has a\n * `handleStateChanged` method, that method will be automatically bound to the\n * `statechanged` event on itself.\n *\n * @param {Object} target\n * The object to be made stateful.\n *\n * @param {Object} [defaultState]\n * A default set of properties to populate the newly-stateful object's\n * `state` property.\n *\n * @return {Object}\n * Returns the `target`.\n */\n\nfunction stateful(target, defaultState) {\n assign(target, StatefulMixin); // This happens after the mixing-in because we need to replace the `state`\n // added in that step.\n\n target.state = assign({}, target.state, defaultState); // Auto-bind the `handleStateChanged` method of the target object if it exists.\n\n if (typeof target.handleStateChanged === 'function' && isEvented(target)) {\n target.on('statechanged', target.handleStateChanged);\n }\n\n return target;\n}\n\n/**\n * @file to-title-case.js\n * @module to-title-case\n */\n\n/**\n * Uppercase the first letter of a string.\n *\n * @param {string} string\n * String to be uppercased\n *\n * @return {string}\n * The string with an uppercased first letter\n */\nfunction toTitleCase(string) {\n if (typeof string !== 'string') {\n return string;\n }\n\n return string.charAt(0).toUpperCase() + string.slice(1);\n}\n/**\n * Compares the TitleCase versions of the two strings for equality.\n *\n * @param {string} str1\n * The first string to compare\n *\n * @param {string} str2\n * The second string to compare\n *\n * @return {boolean}\n * Whether the TitleCase versions of the strings are equal\n */\n\nfunction titleCaseEquals(str1, str2) {\n return toTitleCase(str1) === toTitleCase(str2);\n}\n\n/**\n * @file merge-options.js\n * @module merge-options\n */\n/**\n * Merge two objects recursively.\n *\n * Performs a deep merge like\n * {@link https://lodash.com/docs/4.17.10#merge|lodash.merge}, but only merges\n * plain objects (not arrays, elements, or anything else).\n *\n * Non-plain object values will be copied directly from the right-most\n * argument.\n *\n * @static\n * @param {Object[]} sources\n * One or more objects to merge into a new object.\n *\n * @return {Object}\n * A new object that is the merged result of all sources.\n */\n\nfunction mergeOptions() {\n var result = {};\n\n for (var _len = arguments.length, sources = new Array(_len), _key = 0; _key < _len; _key++) {\n sources[_key] = arguments[_key];\n }\n\n sources.forEach(function (source) {\n if (!source) {\n return;\n }\n\n each(source, function (value, key) {\n if (!isPlain(value)) {\n result[key] = value;\n return;\n }\n\n if (!isPlain(result[key])) {\n result[key] = {};\n }\n\n result[key] = mergeOptions(result[key], value);\n });\n });\n return result;\n}\n\n/**\n * Player Component - Base class for all UI objects\n *\n * @file component.js\n */\n/**\n * Base class for all UI Components.\n * Components are UI objects which represent both a javascript object and an element\n * in the DOM. They can be children of other components, and can have\n * children themselves.\n *\n * Components can also use methods from {@link EventTarget}\n */\n\nvar Component =\n/*#__PURE__*/\nfunction () {\n /**\n * A callback that is called when a component is ready. Does not have any\n * paramters and any callback value will be ignored.\n *\n * @callback Component~ReadyCallback\n * @this Component\n */\n\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n *\n * @param {Object[]} [options.children]\n * An array of children objects to intialize this component with. Children objects have\n * a name property that will be used if more than one component of the same type needs to be\n * added.\n *\n * @param {Component~ReadyCallback} [ready]\n * Function that gets called when the `Component` is ready.\n */\n function Component(player, options, ready) {\n // The component might be the player itself and we can't pass `this` to super\n if (!player && this.play) {\n this.player_ = player = this; // eslint-disable-line\n } else {\n this.player_ = player;\n } // Make a copy of prototype.options_ to protect against overriding defaults\n\n\n this.options_ = mergeOptions({}, this.options_); // Updated options with supplied options\n\n options = this.options_ = mergeOptions(this.options_, options); // Get ID from options or options element if one is supplied\n\n this.id_ = options.id || options.el && options.el.id; // If there was no ID from the options, generate one\n\n if (!this.id_) {\n // Don't require the player ID function in the case of mock players\n var id = player && player.id && player.id() || 'no_player';\n this.id_ = id + \"_component_\" + newGUID();\n }\n\n this.name_ = options.name || null; // Create element if one wasn't provided in options\n\n if (options.el) {\n this.el_ = options.el;\n } else if (options.createEl !== false) {\n this.el_ = this.createEl();\n } // if evented is anything except false, we want to mixin in evented\n\n\n if (options.evented !== false) {\n // Make this an evented object and use `el_`, if available, as its event bus\n evented(this, {\n eventBusKey: this.el_ ? 'el_' : null\n });\n }\n\n stateful(this, this.constructor.defaultState);\n this.children_ = [];\n this.childIndex_ = {};\n this.childNameIndex_ = {}; // Add any child components in options\n\n if (options.initChildren !== false) {\n this.initChildren();\n }\n\n this.ready(ready); // Don't want to trigger ready here or it will before init is actually\n // finished for all children that run this constructor\n\n if (options.reportTouchActivity !== false) {\n this.enableTouchActivity();\n }\n }\n /**\n * Dispose of the `Component` and all child components.\n *\n * @fires Component#dispose\n */\n\n\n var _proto = Component.prototype;\n\n _proto.dispose = function dispose() {\n /**\n * Triggered when a `Component` is disposed.\n *\n * @event Component#dispose\n * @type {EventTarget~Event}\n *\n * @property {boolean} [bubbles=false]\n * set to false so that the close event does not\n * bubble up\n */\n this.trigger({\n type: 'dispose',\n bubbles: false\n }); // Dispose all children.\n\n if (this.children_) {\n for (var i = this.children_.length - 1; i >= 0; i--) {\n if (this.children_[i].dispose) {\n this.children_[i].dispose();\n }\n }\n } // Delete child references\n\n\n this.children_ = null;\n this.childIndex_ = null;\n this.childNameIndex_ = null;\n\n if (this.el_) {\n // Remove element from DOM\n if (this.el_.parentNode) {\n this.el_.parentNode.removeChild(this.el_);\n }\n\n removeData(this.el_);\n this.el_ = null;\n } // remove reference to the player after disposing of the element\n\n\n this.player_ = null;\n };\n /**\n * Return the {@link Player} that the `Component` has attached to.\n *\n * @return {Player}\n * The player that this `Component` has attached to.\n */\n\n\n _proto.player = function player() {\n return this.player_;\n };\n /**\n * Deep merge of options objects with new options.\n * > Note: When both `obj` and `options` contain properties whose values are objects.\n * The two properties get merged using {@link module:mergeOptions}\n *\n * @param {Object} obj\n * The object that contains new options.\n *\n * @return {Object}\n * A new object of `this.options_` and `obj` merged together.\n *\n * @deprecated since version 5\n */\n\n\n _proto.options = function options(obj) {\n log.warn('this.options() has been deprecated and will be moved to the constructor in 6.0');\n\n if (!obj) {\n return this.options_;\n }\n\n this.options_ = mergeOptions(this.options_, obj);\n return this.options_;\n };\n /**\n * Get the `Component`s DOM element\n *\n * @return {Element}\n * The DOM element for this `Component`.\n */\n\n\n _proto.el = function el() {\n return this.el_;\n };\n /**\n * Create the `Component`s DOM element.\n *\n * @param {string} [tagName]\n * Element's DOM node type. e.g. 'div'\n *\n * @param {Object} [properties]\n * An object of properties that should be set.\n *\n * @param {Object} [attributes]\n * An object of attributes that should be set.\n *\n * @return {Element}\n * The element that gets created.\n */\n\n\n _proto.createEl = function createEl$$1(tagName, properties, attributes) {\n return createEl(tagName, properties, attributes);\n };\n /**\n * Localize a string given the string in english.\n *\n * If tokens are provided, it'll try and run a simple token replacement on the provided string.\n * The tokens it looks for look like `{1}` with the index being 1-indexed into the tokens array.\n *\n * If a `defaultValue` is provided, it'll use that over `string`,\n * if a value isn't found in provided language files.\n * This is useful if you want to have a descriptive key for token replacement\n * but have a succinct localized string and not require `en.json` to be included.\n *\n * Currently, it is used for the progress bar timing.\n * ```js\n * {\n * \"progress bar timing: currentTime={1} duration={2}\": \"{1} of {2}\"\n * }\n * ```\n * It is then used like so:\n * ```js\n * this.localize('progress bar timing: currentTime={1} duration{2}',\n * [this.player_.currentTime(), this.player_.duration()],\n * '{1} of {2}');\n * ```\n *\n * Which outputs something like: `01:23 of 24:56`.\n *\n *\n * @param {string} string\n * The string to localize and the key to lookup in the language files.\n * @param {string[]} [tokens]\n * If the current item has token replacements, provide the tokens here.\n * @param {string} [defaultValue]\n * Defaults to `string`. Can be a default value to use for token replacement\n * if the lookup key is needed to be separate.\n *\n * @return {string}\n * The localized string or if no localization exists the english string.\n */\n\n\n _proto.localize = function localize(string, tokens, defaultValue) {\n if (defaultValue === void 0) {\n defaultValue = string;\n }\n\n var code = this.player_.language && this.player_.language();\n var languages = this.player_.languages && this.player_.languages();\n var language = languages && languages[code];\n var primaryCode = code && code.split('-')[0];\n var primaryLang = languages && languages[primaryCode];\n var localizedString = defaultValue;\n\n if (language && language[string]) {\n localizedString = language[string];\n } else if (primaryLang && primaryLang[string]) {\n localizedString = primaryLang[string];\n }\n\n if (tokens) {\n localizedString = localizedString.replace(/\\{(\\d+)\\}/g, function (match, index) {\n var value = tokens[index - 1];\n var ret = value;\n\n if (typeof value === 'undefined') {\n ret = match;\n }\n\n return ret;\n });\n }\n\n return localizedString;\n };\n /**\n * Return the `Component`s DOM element. This is where children get inserted.\n * This will usually be the the same as the element returned in {@link Component#el}.\n *\n * @return {Element}\n * The content element for this `Component`.\n */\n\n\n _proto.contentEl = function contentEl() {\n return this.contentEl_ || this.el_;\n };\n /**\n * Get this `Component`s ID\n *\n * @return {string}\n * The id of this `Component`\n */\n\n\n _proto.id = function id() {\n return this.id_;\n };\n /**\n * Get the `Component`s name. The name gets used to reference the `Component`\n * and is set during registration.\n *\n * @return {string}\n * The name of this `Component`.\n */\n\n\n _proto.name = function name() {\n return this.name_;\n };\n /**\n * Get an array of all child components\n *\n * @return {Array}\n * The children\n */\n\n\n _proto.children = function children() {\n return this.children_;\n };\n /**\n * Returns the child `Component` with the given `id`.\n *\n * @param {string} id\n * The id of the child `Component` to get.\n *\n * @return {Component|undefined}\n * The child `Component` with the given `id` or undefined.\n */\n\n\n _proto.getChildById = function getChildById(id) {\n return this.childIndex_[id];\n };\n /**\n * Returns the child `Component` with the given `name`.\n *\n * @param {string} name\n * The name of the child `Component` to get.\n *\n * @return {Component|undefined}\n * The child `Component` with the given `name` or undefined.\n */\n\n\n _proto.getChild = function getChild(name) {\n if (!name) {\n return;\n }\n\n name = toTitleCase(name);\n return this.childNameIndex_[name];\n };\n /**\n * Add a child `Component` inside the current `Component`.\n *\n *\n * @param {string|Component} child\n * The name or instance of a child to add.\n *\n * @param {Object} [options={}]\n * The key/value store of options that will get passed to children of\n * the child.\n *\n * @param {number} [index=this.children_.length]\n * The index to attempt to add a child into.\n *\n * @return {Component}\n * The `Component` that gets added as a child. When using a string the\n * `Component` will get created by this process.\n */\n\n\n _proto.addChild = function addChild(child, options, index) {\n if (options === void 0) {\n options = {};\n }\n\n if (index === void 0) {\n index = this.children_.length;\n }\n\n var component;\n var componentName; // If child is a string, create component with options\n\n if (typeof child === 'string') {\n componentName = toTitleCase(child);\n var componentClassName = options.componentClass || componentName; // Set name through options\n\n options.name = componentName; // Create a new object & element for this controls set\n // If there's no .player_, this is a player\n\n var ComponentClass = Component.getComponent(componentClassName);\n\n if (!ComponentClass) {\n throw new Error(\"Component \" + componentClassName + \" does not exist\");\n } // data stored directly on the videojs object may be\n // misidentified as a component to retain\n // backwards-compatibility with 4.x. check to make sure the\n // component class can be instantiated.\n\n\n if (typeof ComponentClass !== 'function') {\n return null;\n }\n\n component = new ComponentClass(this.player_ || this, options); // child is a component instance\n } else {\n component = child;\n }\n\n this.children_.splice(index, 0, component);\n\n if (typeof component.id === 'function') {\n this.childIndex_[component.id()] = component;\n } // If a name wasn't used to create the component, check if we can use the\n // name function of the component\n\n\n componentName = componentName || component.name && toTitleCase(component.name());\n\n if (componentName) {\n this.childNameIndex_[componentName] = component;\n } // Add the UI object's element to the container div (box)\n // Having an element is not required\n\n\n if (typeof component.el === 'function' && component.el()) {\n var childNodes = this.contentEl().children;\n var refNode = childNodes[index] || null;\n this.contentEl().insertBefore(component.el(), refNode);\n } // Return so it can stored on parent object if desired.\n\n\n return component;\n };\n /**\n * Remove a child `Component` from this `Component`s list of children. Also removes\n * the child `Component`s element from this `Component`s element.\n *\n * @param {Component} component\n * The child `Component` to remove.\n */\n\n\n _proto.removeChild = function removeChild(component) {\n if (typeof component === 'string') {\n component = this.getChild(component);\n }\n\n if (!component || !this.children_) {\n return;\n }\n\n var childFound = false;\n\n for (var i = this.children_.length - 1; i >= 0; i--) {\n if (this.children_[i] === component) {\n childFound = true;\n this.children_.splice(i, 1);\n break;\n }\n }\n\n if (!childFound) {\n return;\n }\n\n this.childIndex_[component.id()] = null;\n this.childNameIndex_[component.name()] = null;\n var compEl = component.el();\n\n if (compEl && compEl.parentNode === this.contentEl()) {\n this.contentEl().removeChild(component.el());\n }\n };\n /**\n * Add and initialize default child `Component`s based upon options.\n */\n\n\n _proto.initChildren = function initChildren() {\n var _this = this;\n\n var children = this.options_.children;\n\n if (children) {\n // `this` is `parent`\n var parentOptions = this.options_;\n\n var handleAdd = function handleAdd(child) {\n var name = child.name;\n var opts = child.opts; // Allow options for children to be set at the parent options\n // e.g. videojs(id, { controlBar: false });\n // instead of videojs(id, { children: { controlBar: false });\n\n if (parentOptions[name] !== undefined) {\n opts = parentOptions[name];\n } // Allow for disabling default components\n // e.g. options['children']['posterImage'] = false\n\n\n if (opts === false) {\n return;\n } // Allow options to be passed as a simple boolean if no configuration\n // is necessary.\n\n\n if (opts === true) {\n opts = {};\n } // We also want to pass the original player options\n // to each component as well so they don't need to\n // reach back into the player for options later.\n\n\n opts.playerOptions = _this.options_.playerOptions; // Create and add the child component.\n // Add a direct reference to the child by name on the parent instance.\n // If two of the same component are used, different names should be supplied\n // for each\n\n var newChild = _this.addChild(name, opts);\n\n if (newChild) {\n _this[name] = newChild;\n }\n }; // Allow for an array of children details to passed in the options\n\n\n var workingChildren;\n var Tech = Component.getComponent('Tech');\n\n if (Array.isArray(children)) {\n workingChildren = children;\n } else {\n workingChildren = Object.keys(children);\n }\n\n workingChildren // children that are in this.options_ but also in workingChildren would\n // give us extra children we do not want. So, we want to filter them out.\n .concat(Object.keys(this.options_).filter(function (child) {\n return !workingChildren.some(function (wchild) {\n if (typeof wchild === 'string') {\n return child === wchild;\n }\n\n return child === wchild.name;\n });\n })).map(function (child) {\n var name;\n var opts;\n\n if (typeof child === 'string') {\n name = child;\n opts = children[name] || _this.options_[name] || {};\n } else {\n name = child.name;\n opts = child;\n }\n\n return {\n name: name,\n opts: opts\n };\n }).filter(function (child) {\n // we have to make sure that child.name isn't in the techOrder since\n // techs are registerd as Components but can't aren't compatible\n // See https://github.com/videojs/video.js/issues/2772\n var c = Component.getComponent(child.opts.componentClass || toTitleCase(child.name));\n return c && !Tech.isTech(c);\n }).forEach(handleAdd);\n }\n };\n /**\n * Builds the default DOM class name. Should be overriden by sub-components.\n *\n * @return {string}\n * The DOM class name for this object.\n *\n * @abstract\n */\n\n\n _proto.buildCSSClass = function buildCSSClass() {\n // Child classes can include a function that does:\n // return 'CLASS NAME' + this._super();\n return '';\n };\n /**\n * Bind a listener to the component's ready state.\n * Different from event listeners in that if the ready event has already happened\n * it will trigger the function immediately.\n *\n * @return {Component}\n * Returns itself; method can be chained.\n */\n\n\n _proto.ready = function ready(fn, sync) {\n if (sync === void 0) {\n sync = false;\n }\n\n if (!fn) {\n return;\n }\n\n if (!this.isReady_) {\n this.readyQueue_ = this.readyQueue_ || [];\n this.readyQueue_.push(fn);\n return;\n }\n\n if (sync) {\n fn.call(this);\n } else {\n // Call the function asynchronously by default for consistency\n this.setTimeout(fn, 1);\n }\n };\n /**\n * Trigger all the ready listeners for this `Component`.\n *\n * @fires Component#ready\n */\n\n\n _proto.triggerReady = function triggerReady() {\n this.isReady_ = true; // Ensure ready is triggered asynchronously\n\n this.setTimeout(function () {\n var readyQueue = this.readyQueue_; // Reset Ready Queue\n\n this.readyQueue_ = [];\n\n if (readyQueue && readyQueue.length > 0) {\n readyQueue.forEach(function (fn) {\n fn.call(this);\n }, this);\n } // Allow for using event listeners also\n\n /**\n * Triggered when a `Component` is ready.\n *\n * @event Component#ready\n * @type {EventTarget~Event}\n */\n\n\n this.trigger('ready');\n }, 1);\n };\n /**\n * Find a single DOM element matching a `selector`. This can be within the `Component`s\n * `contentEl()` or another custom context.\n *\n * @param {string} selector\n * A valid CSS selector, which will be passed to `querySelector`.\n *\n * @param {Element|string} [context=this.contentEl()]\n * A DOM element within which to query. Can also be a selector string in\n * which case the first matching element will get used as context. If\n * missing `this.contentEl()` gets used. If `this.contentEl()` returns\n * nothing it falls back to `document`.\n *\n * @return {Element|null}\n * the dom element that was found, or null\n *\n * @see [Information on CSS Selectors](https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Getting_Started/Selectors)\n */\n\n\n _proto.$ = function $$$1(selector, context) {\n return $(selector, context || this.contentEl());\n };\n /**\n * Finds all DOM element matching a `selector`. This can be within the `Component`s\n * `contentEl()` or another custom context.\n *\n * @param {string} selector\n * A valid CSS selector, which will be passed to `querySelectorAll`.\n *\n * @param {Element|string} [context=this.contentEl()]\n * A DOM element within which to query. Can also be a selector string in\n * which case the first matching element will get used as context. If\n * missing `this.contentEl()` gets used. If `this.contentEl()` returns\n * nothing it falls back to `document`.\n *\n * @return {NodeList}\n * a list of dom elements that were found\n *\n * @see [Information on CSS Selectors](https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Getting_Started/Selectors)\n */\n\n\n _proto.$$ = function $$$$1(selector, context) {\n return $$(selector, context || this.contentEl());\n };\n /**\n * Check if a component's element has a CSS class name.\n *\n * @param {string} classToCheck\n * CSS class name to check.\n *\n * @return {boolean}\n * - True if the `Component` has the class.\n * - False if the `Component` does not have the class`\n */\n\n\n _proto.hasClass = function hasClass$$1(classToCheck) {\n return hasClass(this.el_, classToCheck);\n };\n /**\n * Add a CSS class name to the `Component`s element.\n *\n * @param {string} classToAdd\n * CSS class name to add\n */\n\n\n _proto.addClass = function addClass$$1(classToAdd) {\n addClass(this.el_, classToAdd);\n };\n /**\n * Remove a CSS class name from the `Component`s element.\n *\n * @param {string} classToRemove\n * CSS class name to remove\n */\n\n\n _proto.removeClass = function removeClass$$1(classToRemove) {\n removeClass(this.el_, classToRemove);\n };\n /**\n * Add or remove a CSS class name from the component's element.\n * - `classToToggle` gets added when {@link Component#hasClass} would return false.\n * - `classToToggle` gets removed when {@link Component#hasClass} would return true.\n *\n * @param {string} classToToggle\n * The class to add or remove based on (@link Component#hasClass}\n *\n * @param {boolean|Dom~predicate} [predicate]\n * An {@link Dom~predicate} function or a boolean\n */\n\n\n _proto.toggleClass = function toggleClass$$1(classToToggle, predicate) {\n toggleClass(this.el_, classToToggle, predicate);\n };\n /**\n * Show the `Component`s element if it is hidden by removing the\n * 'vjs-hidden' class name from it.\n */\n\n\n _proto.show = function show() {\n this.removeClass('vjs-hidden');\n };\n /**\n * Hide the `Component`s element if it is currently showing by adding the\n * 'vjs-hidden` class name to it.\n */\n\n\n _proto.hide = function hide() {\n this.addClass('vjs-hidden');\n };\n /**\n * Lock a `Component`s element in its visible state by adding the 'vjs-lock-showing'\n * class name to it. Used during fadeIn/fadeOut.\n *\n * @private\n */\n\n\n _proto.lockShowing = function lockShowing() {\n this.addClass('vjs-lock-showing');\n };\n /**\n * Unlock a `Component`s element from its visible state by removing the 'vjs-lock-showing'\n * class name from it. Used during fadeIn/fadeOut.\n *\n * @private\n */\n\n\n _proto.unlockShowing = function unlockShowing() {\n this.removeClass('vjs-lock-showing');\n };\n /**\n * Get the value of an attribute on the `Component`s element.\n *\n * @param {string} attribute\n * Name of the attribute to get the value from.\n *\n * @return {string|null}\n * - The value of the attribute that was asked for.\n * - Can be an empty string on some browsers if the attribute does not exist\n * or has no value\n * - Most browsers will return null if the attibute does not exist or has\n * no value.\n *\n * @see [DOM API]{@link https://developer.mozilla.org/en-US/docs/Web/API/Element/getAttribute}\n */\n\n\n _proto.getAttribute = function getAttribute$$1(attribute) {\n return getAttribute(this.el_, attribute);\n };\n /**\n * Set the value of an attribute on the `Component`'s element\n *\n * @param {string} attribute\n * Name of the attribute to set.\n *\n * @param {string} value\n * Value to set the attribute to.\n *\n * @see [DOM API]{@link https://developer.mozilla.org/en-US/docs/Web/API/Element/setAttribute}\n */\n\n\n _proto.setAttribute = function setAttribute$$1(attribute, value) {\n setAttribute(this.el_, attribute, value);\n };\n /**\n * Remove an attribute from the `Component`s element.\n *\n * @param {string} attribute\n * Name of the attribute to remove.\n *\n * @see [DOM API]{@link https://developer.mozilla.org/en-US/docs/Web/API/Element/removeAttribute}\n */\n\n\n _proto.removeAttribute = function removeAttribute$$1(attribute) {\n removeAttribute(this.el_, attribute);\n };\n /**\n * Get or set the width of the component based upon the CSS styles.\n * See {@link Component#dimension} for more detailed information.\n *\n * @param {number|string} [num]\n * The width that you want to set postfixed with '%', 'px' or nothing.\n *\n * @param {boolean} [skipListeners]\n * Skip the componentresize event trigger\n *\n * @return {number|string}\n * The width when getting, zero if there is no width. Can be a string\n * postpixed with '%' or 'px'.\n */\n\n\n _proto.width = function width(num, skipListeners) {\n return this.dimension('width', num, skipListeners);\n };\n /**\n * Get or set the height of the component based upon the CSS styles.\n * See {@link Component#dimension} for more detailed information.\n *\n * @param {number|string} [num]\n * The height that you want to set postfixed with '%', 'px' or nothing.\n *\n * @param {boolean} [skipListeners]\n * Skip the componentresize event trigger\n *\n * @return {number|string}\n * The width when getting, zero if there is no width. Can be a string\n * postpixed with '%' or 'px'.\n */\n\n\n _proto.height = function height(num, skipListeners) {\n return this.dimension('height', num, skipListeners);\n };\n /**\n * Set both the width and height of the `Component` element at the same time.\n *\n * @param {number|string} width\n * Width to set the `Component`s element to.\n *\n * @param {number|string} height\n * Height to set the `Component`s element to.\n */\n\n\n _proto.dimensions = function dimensions(width, height) {\n // Skip componentresize listeners on width for optimization\n this.width(width, true);\n this.height(height);\n };\n /**\n * Get or set width or height of the `Component` element. This is the shared code\n * for the {@link Component#width} and {@link Component#height}.\n *\n * Things to know:\n * - If the width or height in an number this will return the number postfixed with 'px'.\n * - If the width/height is a percent this will return the percent postfixed with '%'\n * - Hidden elements have a width of 0 with `window.getComputedStyle`. This function\n * defaults to the `Component`s `style.width` and falls back to `window.getComputedStyle`.\n * See [this]{@link http://www.foliotek.com/devblog/getting-the-width-of-a-hidden-element-with-jquery-using-width/}\n * for more information\n * - If you want the computed style of the component, use {@link Component#currentWidth}\n * and {@link {Component#currentHeight}\n *\n * @fires Component#componentresize\n *\n * @param {string} widthOrHeight\n 8 'width' or 'height'\n *\n * @param {number|string} [num]\n 8 New dimension\n *\n * @param {boolean} [skipListeners]\n * Skip componentresize event trigger\n *\n * @return {number}\n * The dimension when getting or 0 if unset\n */\n\n\n _proto.dimension = function dimension(widthOrHeight, num, skipListeners) {\n if (num !== undefined) {\n // Set to zero if null or literally NaN (NaN !== NaN)\n if (num === null || num !== num) {\n num = 0;\n } // Check if using css width/height (% or px) and adjust\n\n\n if (('' + num).indexOf('%') !== -1 || ('' + num).indexOf('px') !== -1) {\n this.el_.style[widthOrHeight] = num;\n } else if (num === 'auto') {\n this.el_.style[widthOrHeight] = '';\n } else {\n this.el_.style[widthOrHeight] = num + 'px';\n } // skipListeners allows us to avoid triggering the resize event when setting both width and height\n\n\n if (!skipListeners) {\n /**\n * Triggered when a component is resized.\n *\n * @event Component#componentresize\n * @type {EventTarget~Event}\n */\n this.trigger('componentresize');\n }\n\n return;\n } // Not setting a value, so getting it\n // Make sure element exists\n\n\n if (!this.el_) {\n return 0;\n } // Get dimension value from style\n\n\n var val = this.el_.style[widthOrHeight];\n var pxIndex = val.indexOf('px');\n\n if (pxIndex !== -1) {\n // Return the pixel value with no 'px'\n return parseInt(val.slice(0, pxIndex), 10);\n } // No px so using % or no style was set, so falling back to offsetWidth/height\n // If component has display:none, offset will return 0\n // TODO: handle display:none and no dimension style using px\n\n\n return parseInt(this.el_['offset' + toTitleCase(widthOrHeight)], 10);\n };\n /**\n * Get the computed width or the height of the component's element.\n *\n * Uses `window.getComputedStyle`.\n *\n * @param {string} widthOrHeight\n * A string containing 'width' or 'height'. Whichever one you want to get.\n *\n * @return {number}\n * The dimension that gets asked for or 0 if nothing was set\n * for that dimension.\n */\n\n\n _proto.currentDimension = function currentDimension(widthOrHeight) {\n var computedWidthOrHeight = 0;\n\n if (widthOrHeight !== 'width' && widthOrHeight !== 'height') {\n throw new Error('currentDimension only accepts width or height value');\n }\n\n if (typeof window$1.getComputedStyle === 'function') {\n var computedStyle = window$1.getComputedStyle(this.el_);\n computedWidthOrHeight = computedStyle.getPropertyValue(widthOrHeight) || computedStyle[widthOrHeight];\n } // remove 'px' from variable and parse as integer\n\n\n computedWidthOrHeight = parseFloat(computedWidthOrHeight); // if the computed value is still 0, it's possible that the browser is lying\n // and we want to check the offset values.\n // This code also runs wherever getComputedStyle doesn't exist.\n\n if (computedWidthOrHeight === 0) {\n var rule = \"offset\" + toTitleCase(widthOrHeight);\n computedWidthOrHeight = this.el_[rule];\n }\n\n return computedWidthOrHeight;\n };\n /**\n * An object that contains width and height values of the `Component`s\n * computed style. Uses `window.getComputedStyle`.\n *\n * @typedef {Object} Component~DimensionObject\n *\n * @property {number} width\n * The width of the `Component`s computed style.\n *\n * @property {number} height\n * The height of the `Component`s computed style.\n */\n\n /**\n * Get an object that contains computed width and height values of the\n * component's element.\n *\n * Uses `window.getComputedStyle`.\n *\n * @return {Component~DimensionObject}\n * The computed dimensions of the component's element.\n */\n\n\n _proto.currentDimensions = function currentDimensions() {\n return {\n width: this.currentDimension('width'),\n height: this.currentDimension('height')\n };\n };\n /**\n * Get the computed width of the component's element.\n *\n * Uses `window.getComputedStyle`.\n *\n * @return {number}\n * The computed width of the component's element.\n */\n\n\n _proto.currentWidth = function currentWidth() {\n return this.currentDimension('width');\n };\n /**\n * Get the computed height of the component's element.\n *\n * Uses `window.getComputedStyle`.\n *\n * @return {number}\n * The computed height of the component's element.\n */\n\n\n _proto.currentHeight = function currentHeight() {\n return this.currentDimension('height');\n };\n /**\n * Set the focus to this component\n */\n\n\n _proto.focus = function focus() {\n this.el_.focus();\n };\n /**\n * Remove the focus from this component\n */\n\n\n _proto.blur = function blur() {\n this.el_.blur();\n };\n /**\n * Emit a 'tap' events when touch event support gets detected. This gets used to\n * support toggling the controls through a tap on the video. They get enabled\n * because every sub-component would have extra overhead otherwise.\n *\n * @private\n * @fires Component#tap\n * @listens Component#touchstart\n * @listens Component#touchmove\n * @listens Component#touchleave\n * @listens Component#touchcancel\n * @listens Component#touchend\n */\n\n\n _proto.emitTapEvents = function emitTapEvents() {\n // Track the start time so we can determine how long the touch lasted\n var touchStart = 0;\n var firstTouch = null; // Maximum movement allowed during a touch event to still be considered a tap\n // Other popular libs use anywhere from 2 (hammer.js) to 15,\n // so 10 seems like a nice, round number.\n\n var tapMovementThreshold = 10; // The maximum length a touch can be while still being considered a tap\n\n var touchTimeThreshold = 200;\n var couldBeTap;\n this.on('touchstart', function (event) {\n // If more than one finger, don't consider treating this as a click\n if (event.touches.length === 1) {\n // Copy pageX/pageY from the object\n firstTouch = {\n pageX: event.touches[0].pageX,\n pageY: event.touches[0].pageY\n }; // Record start time so we can detect a tap vs. \"touch and hold\"\n\n touchStart = new Date().getTime(); // Reset couldBeTap tracking\n\n couldBeTap = true;\n }\n });\n this.on('touchmove', function (event) {\n // If more than one finger, don't consider treating this as a click\n if (event.touches.length > 1) {\n couldBeTap = false;\n } else if (firstTouch) {\n // Some devices will throw touchmoves for all but the slightest of taps.\n // So, if we moved only a small distance, this could still be a tap\n var xdiff = event.touches[0].pageX - firstTouch.pageX;\n var ydiff = event.touches[0].pageY - firstTouch.pageY;\n var touchDistance = Math.sqrt(xdiff * xdiff + ydiff * ydiff);\n\n if (touchDistance > tapMovementThreshold) {\n couldBeTap = false;\n }\n }\n });\n\n var noTap = function noTap() {\n couldBeTap = false;\n }; // TODO: Listen to the original target. http://youtu.be/DujfpXOKUp8?t=13m8s\n\n\n this.on('touchleave', noTap);\n this.on('touchcancel', noTap); // When the touch ends, measure how long it took and trigger the appropriate\n // event\n\n this.on('touchend', function (event) {\n firstTouch = null; // Proceed only if the touchmove/leave/cancel event didn't happen\n\n if (couldBeTap === true) {\n // Measure how long the touch lasted\n var touchTime = new Date().getTime() - touchStart; // Make sure the touch was less than the threshold to be considered a tap\n\n if (touchTime < touchTimeThreshold) {\n // Don't let browser turn this into a click\n event.preventDefault();\n /**\n * Triggered when a `Component` is tapped.\n *\n * @event Component#tap\n * @type {EventTarget~Event}\n */\n\n this.trigger('tap'); // It may be good to copy the touchend event object and change the\n // type to tap, if the other event properties aren't exact after\n // Events.fixEvent runs (e.g. event.target)\n }\n }\n });\n };\n /**\n * This function reports user activity whenever touch events happen. This can get\n * turned off by any sub-components that wants touch events to act another way.\n *\n * Report user touch activity when touch events occur. User activity gets used to\n * determine when controls should show/hide. It is simple when it comes to mouse\n * events, because any mouse event should show the controls. So we capture mouse\n * events that bubble up to the player and report activity when that happens.\n * With touch events it isn't as easy as `touchstart` and `touchend` toggle player\n * controls. So touch events can't help us at the player level either.\n *\n * User activity gets checked asynchronously. So what could happen is a tap event\n * on the video turns the controls off. Then the `touchend` event bubbles up to\n * the player. Which, if it reported user activity, would turn the controls right\n * back on. We also don't want to completely block touch events from bubbling up.\n * Furthermore a `touchmove` event and anything other than a tap, should not turn\n * controls back on.\n *\n * @listens Component#touchstart\n * @listens Component#touchmove\n * @listens Component#touchend\n * @listens Component#touchcancel\n */\n\n\n _proto.enableTouchActivity = function enableTouchActivity() {\n // Don't continue if the root player doesn't support reporting user activity\n if (!this.player() || !this.player().reportUserActivity) {\n return;\n } // listener for reporting that the user is active\n\n\n var report = bind(this.player(), this.player().reportUserActivity);\n var touchHolding;\n this.on('touchstart', function () {\n report(); // For as long as the they are touching the device or have their mouse down,\n // we consider them active even if they're not moving their finger or mouse.\n // So we want to continue to update that they are active\n\n this.clearInterval(touchHolding); // report at the same interval as activityCheck\n\n touchHolding = this.setInterval(report, 250);\n });\n\n var touchEnd = function touchEnd(event) {\n report(); // stop the interval that maintains activity if the touch is holding\n\n this.clearInterval(touchHolding);\n };\n\n this.on('touchmove', report);\n this.on('touchend', touchEnd);\n this.on('touchcancel', touchEnd);\n };\n /**\n * A callback that has no parameters and is bound into `Component`s context.\n *\n * @callback Component~GenericCallback\n * @this Component\n */\n\n /**\n * Creates a function that runs after an `x` millisecond timeout. This function is a\n * wrapper around `window.setTimeout`. There are a few reasons to use this one\n * instead though:\n * 1. It gets cleared via {@link Component#clearTimeout} when\n * {@link Component#dispose} gets called.\n * 2. The function callback will gets turned into a {@link Component~GenericCallback}\n *\n * > Note: You can't use `window.clearTimeout` on the id returned by this function. This\n * will cause its dispose listener not to get cleaned up! Please use\n * {@link Component#clearTimeout} or {@link Component#dispose} instead.\n *\n * @param {Component~GenericCallback} fn\n * The function that will be run after `timeout`.\n *\n * @param {number} timeout\n * Timeout in milliseconds to delay before executing the specified function.\n *\n * @return {number}\n * Returns a timeout ID that gets used to identify the timeout. It can also\n * get used in {@link Component#clearTimeout} to clear the timeout that\n * was set.\n *\n * @listens Component#dispose\n * @see [Similar to]{@link https://developer.mozilla.org/en-US/docs/Web/API/WindowTimers/setTimeout}\n */\n\n\n _proto.setTimeout = function setTimeout(fn, timeout) {\n var _this2 = this;\n\n // declare as variables so they are properly available in timeout function\n // eslint-disable-next-line\n var timeoutId, disposeFn;\n fn = bind(this, fn);\n timeoutId = window$1.setTimeout(function () {\n _this2.off('dispose', disposeFn);\n\n fn();\n }, timeout);\n\n disposeFn = function disposeFn() {\n return _this2.clearTimeout(timeoutId);\n };\n\n disposeFn.guid = \"vjs-timeout-\" + timeoutId;\n this.on('dispose', disposeFn);\n return timeoutId;\n };\n /**\n * Clears a timeout that gets created via `window.setTimeout` or\n * {@link Component#setTimeout}. If you set a timeout via {@link Component#setTimeout}\n * use this function instead of `window.clearTimout`. If you don't your dispose\n * listener will not get cleaned up until {@link Component#dispose}!\n *\n * @param {number} timeoutId\n * The id of the timeout to clear. The return value of\n * {@link Component#setTimeout} or `window.setTimeout`.\n *\n * @return {number}\n * Returns the timeout id that was cleared.\n *\n * @see [Similar to]{@link https://developer.mozilla.org/en-US/docs/Web/API/WindowTimers/clearTimeout}\n */\n\n\n _proto.clearTimeout = function clearTimeout(timeoutId) {\n window$1.clearTimeout(timeoutId);\n\n var disposeFn = function disposeFn() {};\n\n disposeFn.guid = \"vjs-timeout-\" + timeoutId;\n this.off('dispose', disposeFn);\n return timeoutId;\n };\n /**\n * Creates a function that gets run every `x` milliseconds. This function is a wrapper\n * around `window.setInterval`. There are a few reasons to use this one instead though.\n * 1. It gets cleared via {@link Component#clearInterval} when\n * {@link Component#dispose} gets called.\n * 2. The function callback will be a {@link Component~GenericCallback}\n *\n * @param {Component~GenericCallback} fn\n * The function to run every `x` seconds.\n *\n * @param {number} interval\n * Execute the specified function every `x` milliseconds.\n *\n * @return {number}\n * Returns an id that can be used to identify the interval. It can also be be used in\n * {@link Component#clearInterval} to clear the interval.\n *\n * @listens Component#dispose\n * @see [Similar to]{@link https://developer.mozilla.org/en-US/docs/Web/API/WindowTimers/setInterval}\n */\n\n\n _proto.setInterval = function setInterval(fn, interval) {\n var _this3 = this;\n\n fn = bind(this, fn);\n var intervalId = window$1.setInterval(fn, interval);\n\n var disposeFn = function disposeFn() {\n return _this3.clearInterval(intervalId);\n };\n\n disposeFn.guid = \"vjs-interval-\" + intervalId;\n this.on('dispose', disposeFn);\n return intervalId;\n };\n /**\n * Clears an interval that gets created via `window.setInterval` or\n * {@link Component#setInterval}. If you set an inteval via {@link Component#setInterval}\n * use this function instead of `window.clearInterval`. If you don't your dispose\n * listener will not get cleaned up until {@link Component#dispose}!\n *\n * @param {number} intervalId\n * The id of the interval to clear. The return value of\n * {@link Component#setInterval} or `window.setInterval`.\n *\n * @return {number}\n * Returns the interval id that was cleared.\n *\n * @see [Similar to]{@link https://developer.mozilla.org/en-US/docs/Web/API/WindowTimers/clearInterval}\n */\n\n\n _proto.clearInterval = function clearInterval(intervalId) {\n window$1.clearInterval(intervalId);\n\n var disposeFn = function disposeFn() {};\n\n disposeFn.guid = \"vjs-interval-\" + intervalId;\n this.off('dispose', disposeFn);\n return intervalId;\n };\n /**\n * Queues up a callback to be passed to requestAnimationFrame (rAF), but\n * with a few extra bonuses:\n *\n * - Supports browsers that do not support rAF by falling back to\n * {@link Component#setTimeout}.\n *\n * - The callback is turned into a {@link Component~GenericCallback} (i.e.\n * bound to the component).\n *\n * - Automatic cancellation of the rAF callback is handled if the component\n * is disposed before it is called.\n *\n * @param {Component~GenericCallback} fn\n * A function that will be bound to this component and executed just\n * before the browser's next repaint.\n *\n * @return {number}\n * Returns an rAF ID that gets used to identify the timeout. It can\n * also be used in {@link Component#cancelAnimationFrame} to cancel\n * the animation frame callback.\n *\n * @listens Component#dispose\n * @see [Similar to]{@link https://developer.mozilla.org/en-US/docs/Web/API/window/requestAnimationFrame}\n */\n\n\n _proto.requestAnimationFrame = function requestAnimationFrame(fn) {\n var _this4 = this;\n\n // declare as variables so they are properly available in rAF function\n // eslint-disable-next-line\n var id, disposeFn;\n\n if (this.supportsRaf_) {\n fn = bind(this, fn);\n id = window$1.requestAnimationFrame(function () {\n _this4.off('dispose', disposeFn);\n\n fn();\n });\n\n disposeFn = function disposeFn() {\n return _this4.cancelAnimationFrame(id);\n };\n\n disposeFn.guid = \"vjs-raf-\" + id;\n this.on('dispose', disposeFn);\n return id;\n } // Fall back to using a timer.\n\n\n return this.setTimeout(fn, 1000 / 60);\n };\n /**\n * Cancels a queued callback passed to {@link Component#requestAnimationFrame}\n * (rAF).\n *\n * If you queue an rAF callback via {@link Component#requestAnimationFrame},\n * use this function instead of `window.cancelAnimationFrame`. If you don't,\n * your dispose listener will not get cleaned up until {@link Component#dispose}!\n *\n * @param {number} id\n * The rAF ID to clear. The return value of {@link Component#requestAnimationFrame}.\n *\n * @return {number}\n * Returns the rAF ID that was cleared.\n *\n * @see [Similar to]{@link https://developer.mozilla.org/en-US/docs/Web/API/window/cancelAnimationFrame}\n */\n\n\n _proto.cancelAnimationFrame = function cancelAnimationFrame(id) {\n if (this.supportsRaf_) {\n window$1.cancelAnimationFrame(id);\n\n var disposeFn = function disposeFn() {};\n\n disposeFn.guid = \"vjs-raf-\" + id;\n this.off('dispose', disposeFn);\n return id;\n } // Fall back to using a timer.\n\n\n return this.clearTimeout(id);\n };\n /**\n * Register a `Component` with `videojs` given the name and the component.\n *\n * > NOTE: {@link Tech}s should not be registered as a `Component`. {@link Tech}s\n * should be registered using {@link Tech.registerTech} or\n * {@link videojs:videojs.registerTech}.\n *\n * > NOTE: This function can also be seen on videojs as\n * {@link videojs:videojs.registerComponent}.\n *\n * @param {string} name\n * The name of the `Component` to register.\n *\n * @param {Component} ComponentToRegister\n * The `Component` class to register.\n *\n * @return {Component}\n * The `Component` that was registered.\n */\n\n\n Component.registerComponent = function registerComponent(name, ComponentToRegister) {\n if (typeof name !== 'string' || !name) {\n throw new Error(\"Illegal component name, \\\"\" + name + \"\\\"; must be a non-empty string.\");\n }\n\n var Tech = Component.getComponent('Tech'); // We need to make sure this check is only done if Tech has been registered.\n\n var isTech = Tech && Tech.isTech(ComponentToRegister);\n var isComp = Component === ComponentToRegister || Component.prototype.isPrototypeOf(ComponentToRegister.prototype);\n\n if (isTech || !isComp) {\n var reason;\n\n if (isTech) {\n reason = 'techs must be registered using Tech.registerTech()';\n } else {\n reason = 'must be a Component subclass';\n }\n\n throw new Error(\"Illegal component, \\\"\" + name + \"\\\"; \" + reason + \".\");\n }\n\n name = toTitleCase(name);\n\n if (!Component.components_) {\n Component.components_ = {};\n }\n\n var Player = Component.getComponent('Player');\n\n if (name === 'Player' && Player && Player.players) {\n var players = Player.players;\n var playerNames = Object.keys(players); // If we have players that were disposed, then their name will still be\n // in Players.players. So, we must loop through and verify that the value\n // for each item is not null. This allows registration of the Player component\n // after all players have been disposed or before any were created.\n\n if (players && playerNames.length > 0 && playerNames.map(function (pname) {\n return players[pname];\n }).every(Boolean)) {\n throw new Error('Can not register Player component after player has been created.');\n }\n }\n\n Component.components_[name] = ComponentToRegister;\n return ComponentToRegister;\n };\n /**\n * Get a `Component` based on the name it was registered with.\n *\n * @param {string} name\n * The Name of the component to get.\n *\n * @return {Component}\n * The `Component` that got registered under the given name.\n *\n * @deprecated In `videojs` 6 this will not return `Component`s that were not\n * registered using {@link Component.registerComponent}. Currently we\n * check the global `videojs` object for a `Component` name and\n * return that if it exists.\n */\n\n\n Component.getComponent = function getComponent(name) {\n if (!name) {\n return;\n }\n\n name = toTitleCase(name);\n\n if (Component.components_ && Component.components_[name]) {\n return Component.components_[name];\n }\n };\n\n return Component;\n}();\n/**\n * Whether or not this component supports `requestAnimationFrame`.\n *\n * This is exposed primarily for testing purposes.\n *\n * @private\n * @type {Boolean}\n */\n\n\nComponent.prototype.supportsRaf_ = typeof window$1.requestAnimationFrame === 'function' && typeof window$1.cancelAnimationFrame === 'function';\nComponent.registerComponent('Component', Component);\n\n/**\n * @file browser.js\n * @module browser\n */\nvar USER_AGENT = window$1.navigator && window$1.navigator.userAgent || '';\nvar webkitVersionMap = /AppleWebKit\\/([\\d.]+)/i.exec(USER_AGENT);\nvar appleWebkitVersion = webkitVersionMap ? parseFloat(webkitVersionMap.pop()) : null;\n/**\n * Whether or not this device is an iPad.\n *\n * @static\n * @const\n * @type {Boolean}\n */\n\nvar IS_IPAD = /iPad/i.test(USER_AGENT);\n/**\n * Whether or not this device is an iPhone.\n *\n * @static\n * @const\n * @type {Boolean}\n */\n// The Facebook app's UIWebView identifies as both an iPhone and iPad, so\n// to identify iPhones, we need to exclude iPads.\n// http://artsy.github.io/blog/2012/10/18/the-perils-of-ios-user-agent-sniffing/\n\nvar IS_IPHONE = /iPhone/i.test(USER_AGENT) && !IS_IPAD;\n/**\n * Whether or not this device is an iPod.\n *\n * @static\n * @const\n * @type {Boolean}\n */\n\nvar IS_IPOD = /iPod/i.test(USER_AGENT);\n/**\n * Whether or not this is an iOS device.\n *\n * @static\n * @const\n * @type {Boolean}\n */\n\nvar IS_IOS = IS_IPHONE || IS_IPAD || IS_IPOD;\n/**\n * The detected iOS version - or `null`.\n *\n * @static\n * @const\n * @type {string|null}\n */\n\nvar IOS_VERSION = function () {\n var match = USER_AGENT.match(/OS (\\d+)_/i);\n\n if (match && match[1]) {\n return match[1];\n }\n\n return null;\n}();\n/**\n * Whether or not this is an Android device.\n *\n * @static\n * @const\n * @type {Boolean}\n */\n\nvar IS_ANDROID = /Android/i.test(USER_AGENT);\n/**\n * The detected Android version - or `null`.\n *\n * @static\n * @const\n * @type {number|string|null}\n */\n\nvar ANDROID_VERSION = function () {\n // This matches Android Major.Minor.Patch versions\n // ANDROID_VERSION is Major.Minor as a Number, if Minor isn't available, then only Major is returned\n var match = USER_AGENT.match(/Android (\\d+)(?:\\.(\\d+))?(?:\\.(\\d+))*/i);\n\n if (!match) {\n return null;\n }\n\n var major = match[1] && parseFloat(match[1]);\n var minor = match[2] && parseFloat(match[2]);\n\n if (major && minor) {\n return parseFloat(match[1] + '.' + match[2]);\n } else if (major) {\n return major;\n }\n\n return null;\n}();\n/**\n * Whether or not this is a native Android browser.\n *\n * @static\n * @const\n * @type {Boolean}\n */\n\nvar IS_NATIVE_ANDROID = IS_ANDROID && ANDROID_VERSION < 5 && appleWebkitVersion < 537;\n/**\n * Whether or not this is Mozilla Firefox.\n *\n * @static\n * @const\n * @type {Boolean}\n */\n\nvar IS_FIREFOX = /Firefox/i.test(USER_AGENT);\n/**\n * Whether or not this is Microsoft Edge.\n *\n * @static\n * @const\n * @type {Boolean}\n */\n\nvar IS_EDGE = /Edge/i.test(USER_AGENT);\n/**\n * Whether or not this is Google Chrome.\n *\n * This will also be `true` for Chrome on iOS, which will have different support\n * as it is actually Safari under the hood.\n *\n * @static\n * @const\n * @type {Boolean}\n */\n\nvar IS_CHROME = !IS_EDGE && (/Chrome/i.test(USER_AGENT) || /CriOS/i.test(USER_AGENT));\n/**\n * The detected Google Chrome version - or `null`.\n *\n * @static\n * @const\n * @type {number|null}\n */\n\nvar CHROME_VERSION = function () {\n var match = USER_AGENT.match(/(Chrome|CriOS)\\/(\\d+)/);\n\n if (match && match[2]) {\n return parseFloat(match[2]);\n }\n\n return null;\n}();\n/**\n * The detected Internet Explorer version - or `null`.\n *\n * @static\n * @const\n * @type {number|null}\n */\n\nvar IE_VERSION = function () {\n var result = /MSIE\\s(\\d+)\\.\\d/.exec(USER_AGENT);\n var version = result && parseFloat(result[1]);\n\n if (!version && /Trident\\/7.0/i.test(USER_AGENT) && /rv:11.0/.test(USER_AGENT)) {\n // IE 11 has a different user agent string than other IE versions\n version = 11.0;\n }\n\n return version;\n}();\n/**\n * Whether or not this is desktop Safari.\n *\n * @static\n * @const\n * @type {Boolean}\n */\n\nvar IS_SAFARI = /Safari/i.test(USER_AGENT) && !IS_CHROME && !IS_ANDROID && !IS_EDGE;\n/**\n * Whether or not this is any flavor of Safari - including iOS.\n *\n * @static\n * @const\n * @type {Boolean}\n */\n\nvar IS_ANY_SAFARI = (IS_SAFARI || IS_IOS) && !IS_CHROME;\n/**\n * Whether or not this device is touch-enabled.\n *\n * @static\n * @const\n * @type {Boolean}\n */\n\nvar TOUCH_ENABLED = isReal() && ('ontouchstart' in window$1 || window$1.navigator.maxTouchPoints || window$1.DocumentTouch && window$1.document instanceof window$1.DocumentTouch);\n\nvar browser = /*#__PURE__*/Object.freeze({\n IS_IPAD: IS_IPAD,\n IS_IPHONE: IS_IPHONE,\n IS_IPOD: IS_IPOD,\n IS_IOS: IS_IOS,\n IOS_VERSION: IOS_VERSION,\n IS_ANDROID: IS_ANDROID,\n ANDROID_VERSION: ANDROID_VERSION,\n IS_NATIVE_ANDROID: IS_NATIVE_ANDROID,\n IS_FIREFOX: IS_FIREFOX,\n IS_EDGE: IS_EDGE,\n IS_CHROME: IS_CHROME,\n CHROME_VERSION: CHROME_VERSION,\n IE_VERSION: IE_VERSION,\n IS_SAFARI: IS_SAFARI,\n IS_ANY_SAFARI: IS_ANY_SAFARI,\n TOUCH_ENABLED: TOUCH_ENABLED\n});\n\n/**\n * @file time-ranges.js\n * @module time-ranges\n */\n\n/**\n * Returns the time for the specified index at the start or end\n * of a TimeRange object.\n *\n * @typedef {Function} TimeRangeIndex\n *\n * @param {number} [index=0]\n * The range number to return the time for.\n *\n * @return {number}\n * The time offset at the specified index.\n *\n * @deprecated The index argument must be provided.\n * In the future, leaving it out will throw an error.\n */\n\n/**\n * An object that contains ranges of time.\n *\n * @typedef {Object} TimeRange\n *\n * @property {number} length\n * The number of time ranges represented by this object.\n *\n * @property {module:time-ranges~TimeRangeIndex} start\n * Returns the time offset at which a specified time range begins.\n *\n * @property {module:time-ranges~TimeRangeIndex} end\n * Returns the time offset at which a specified time range ends.\n *\n * @see https://developer.mozilla.org/en-US/docs/Web/API/TimeRanges\n */\n\n/**\n * Check if any of the time ranges are over the maximum index.\n *\n * @private\n * @param {string} fnName\n * The function name to use for logging\n *\n * @param {number} index\n * The index to check\n *\n * @param {number} maxIndex\n * The maximum possible index\n *\n * @throws {Error} if the timeRanges provided are over the maxIndex\n */\nfunction rangeCheck(fnName, index, maxIndex) {\n if (typeof index !== 'number' || index < 0 || index > maxIndex) {\n throw new Error(\"Failed to execute '\" + fnName + \"' on 'TimeRanges': The index provided (\" + index + \") is non-numeric or out of bounds (0-\" + maxIndex + \").\");\n }\n}\n/**\n * Get the time for the specified index at the start or end\n * of a TimeRange object.\n *\n * @private\n * @param {string} fnName\n * The function name to use for logging\n *\n * @param {string} valueIndex\n * The property that should be used to get the time. should be\n * 'start' or 'end'\n *\n * @param {Array} ranges\n * An array of time ranges\n *\n * @param {Array} [rangeIndex=0]\n * The index to start the search at\n *\n * @return {number}\n * The time that offset at the specified index.\n *\n * @deprecated rangeIndex must be set to a value, in the future this will throw an error.\n * @throws {Error} if rangeIndex is more than the length of ranges\n */\n\n\nfunction getRange(fnName, valueIndex, ranges, rangeIndex) {\n rangeCheck(fnName, rangeIndex, ranges.length - 1);\n return ranges[rangeIndex][valueIndex];\n}\n/**\n * Create a time range object given ranges of time.\n *\n * @private\n * @param {Array} [ranges]\n * An array of time ranges.\n */\n\n\nfunction createTimeRangesObj(ranges) {\n if (ranges === undefined || ranges.length === 0) {\n return {\n length: 0,\n start: function start() {\n throw new Error('This TimeRanges object is empty');\n },\n end: function end() {\n throw new Error('This TimeRanges object is empty');\n }\n };\n }\n\n return {\n length: ranges.length,\n start: getRange.bind(null, 'start', 0, ranges),\n end: getRange.bind(null, 'end', 1, ranges)\n };\n}\n/**\n * Create a `TimeRange` object which mimics an\n * {@link https://developer.mozilla.org/en-US/docs/Web/API/TimeRanges|HTML5 TimeRanges instance}.\n *\n * @param {number|Array[]} start\n * The start of a single range (a number) or an array of ranges (an\n * array of arrays of two numbers each).\n *\n * @param {number} end\n * The end of a single range. Cannot be used with the array form of\n * the `start` argument.\n */\n\n\nfunction createTimeRanges(start, end) {\n if (Array.isArray(start)) {\n return createTimeRangesObj(start);\n } else if (start === undefined || end === undefined) {\n return createTimeRangesObj();\n }\n\n return createTimeRangesObj([[start, end]]);\n}\n\n/**\n * @file buffer.js\n * @module buffer\n */\n/**\n * Compute the percentage of the media that has been buffered.\n *\n * @param {TimeRange} buffered\n * The current `TimeRange` object representing buffered time ranges\n *\n * @param {number} duration\n * Total duration of the media\n *\n * @return {number}\n * Percent buffered of the total duration in decimal form.\n */\n\nfunction bufferedPercent(buffered, duration) {\n var bufferedDuration = 0;\n var start;\n var end;\n\n if (!duration) {\n return 0;\n }\n\n if (!buffered || !buffered.length) {\n buffered = createTimeRanges(0, 0);\n }\n\n for (var i = 0; i < buffered.length; i++) {\n start = buffered.start(i);\n end = buffered.end(i); // buffered end can be bigger than duration by a very small fraction\n\n if (end > duration) {\n end = duration;\n }\n\n bufferedDuration += end - start;\n }\n\n return bufferedDuration / duration;\n}\n\n/**\n * @file fullscreen-api.js\n * @module fullscreen-api\n * @private\n */\n/**\n * Store the browser-specific methods for the fullscreen API.\n *\n * @type {Object}\n * @see [Specification]{@link https://fullscreen.spec.whatwg.org}\n * @see [Map Approach From Screenfull.js]{@link https://github.com/sindresorhus/screenfull.js}\n */\n\nvar FullscreenApi = {}; // browser API methods\n\nvar apiMap = [['requestFullscreen', 'exitFullscreen', 'fullscreenElement', 'fullscreenEnabled', 'fullscreenchange', 'fullscreenerror'], // WebKit\n['webkitRequestFullscreen', 'webkitExitFullscreen', 'webkitFullscreenElement', 'webkitFullscreenEnabled', 'webkitfullscreenchange', 'webkitfullscreenerror'], // Old WebKit (Safari 5.1)\n['webkitRequestFullScreen', 'webkitCancelFullScreen', 'webkitCurrentFullScreenElement', 'webkitCancelFullScreen', 'webkitfullscreenchange', 'webkitfullscreenerror'], // Mozilla\n['mozRequestFullScreen', 'mozCancelFullScreen', 'mozFullScreenElement', 'mozFullScreenEnabled', 'mozfullscreenchange', 'mozfullscreenerror'], // Microsoft\n['msRequestFullscreen', 'msExitFullscreen', 'msFullscreenElement', 'msFullscreenEnabled', 'MSFullscreenChange', 'MSFullscreenError']];\nvar specApi = apiMap[0];\nvar browserApi; // determine the supported set of functions\n\nfor (var i = 0; i < apiMap.length; i++) {\n // check for exitFullscreen function\n if (apiMap[i][1] in document) {\n browserApi = apiMap[i];\n break;\n }\n} // map the browser API names to the spec API names\n\n\nif (browserApi) {\n for (var _i = 0; _i < browserApi.length; _i++) {\n FullscreenApi[specApi[_i]] = browserApi[_i];\n }\n}\n\n/**\n * @file media-error.js\n */\n/**\n * A Custom `MediaError` class which mimics the standard HTML5 `MediaError` class.\n *\n * @param {number|string|Object|MediaError} value\n * This can be of multiple types:\n * - number: should be a standard error code\n * - string: an error message (the code will be 0)\n * - Object: arbitrary properties\n * - `MediaError` (native): used to populate a video.js `MediaError` object\n * - `MediaError` (video.js): will return itself if it's already a\n * video.js `MediaError` object.\n *\n * @see [MediaError Spec]{@link https://dev.w3.org/html5/spec-author-view/video.html#mediaerror}\n * @see [Encrypted MediaError Spec]{@link https://www.w3.org/TR/2013/WD-encrypted-media-20130510/#error-codes}\n *\n * @class MediaError\n */\n\nfunction MediaError(value) {\n // Allow redundant calls to this constructor to avoid having `instanceof`\n // checks peppered around the code.\n if (value instanceof MediaError) {\n return value;\n }\n\n if (typeof value === 'number') {\n this.code = value;\n } else if (typeof value === 'string') {\n // default code is zero, so this is a custom error\n this.message = value;\n } else if (isObject(value)) {\n // We assign the `code` property manually because native `MediaError` objects\n // do not expose it as an own/enumerable property of the object.\n if (typeof value.code === 'number') {\n this.code = value.code;\n }\n\n assign(this, value);\n }\n\n if (!this.message) {\n this.message = MediaError.defaultMessages[this.code] || '';\n }\n}\n/**\n * The error code that refers two one of the defined `MediaError` types\n *\n * @type {Number}\n */\n\n\nMediaError.prototype.code = 0;\n/**\n * An optional message that to show with the error. Message is not part of the HTML5\n * video spec but allows for more informative custom errors.\n *\n * @type {String}\n */\n\nMediaError.prototype.message = '';\n/**\n * An optional status code that can be set by plugins to allow even more detail about\n * the error. For example a plugin might provide a specific HTTP status code and an\n * error message for that code. Then when the plugin gets that error this class will\n * know how to display an error message for it. This allows a custom message to show\n * up on the `Player` error overlay.\n *\n * @type {Array}\n */\n\nMediaError.prototype.status = null;\n/**\n * Errors indexed by the W3C standard. The order **CANNOT CHANGE**! See the\n * specification listed under {@link MediaError} for more information.\n *\n * @enum {array}\n * @readonly\n * @property {string} 0 - MEDIA_ERR_CUSTOM\n * @property {string} 1 - MEDIA_ERR_ABORTED\n * @property {string} 2 - MEDIA_ERR_NETWORK\n * @property {string} 3 - MEDIA_ERR_DECODE\n * @property {string} 4 - MEDIA_ERR_SRC_NOT_SUPPORTED\n * @property {string} 5 - MEDIA_ERR_ENCRYPTED\n */\n\nMediaError.errorTypes = ['MEDIA_ERR_CUSTOM', 'MEDIA_ERR_ABORTED', 'MEDIA_ERR_NETWORK', 'MEDIA_ERR_DECODE', 'MEDIA_ERR_SRC_NOT_SUPPORTED', 'MEDIA_ERR_ENCRYPTED'];\n/**\n * The default `MediaError` messages based on the {@link MediaError.errorTypes}.\n *\n * @type {Array}\n * @constant\n */\n\nMediaError.defaultMessages = {\n 1: 'You aborted the media playback',\n 2: 'A network error caused the media download to fail part-way.',\n 3: 'The media playback was aborted due to a corruption problem or because the media used features your browser did not support.',\n 4: 'The media could not be loaded, either because the server or network failed or because the format is not supported.',\n 5: 'The media is encrypted and we do not have the keys to decrypt it.'\n}; // Add types as properties on MediaError\n// e.g. MediaError.MEDIA_ERR_SRC_NOT_SUPPORTED = 4;\n\nfor (var errNum = 0; errNum < MediaError.errorTypes.length; errNum++) {\n MediaError[MediaError.errorTypes[errNum]] = errNum; // values should be accessible on both the class and instance\n\n MediaError.prototype[MediaError.errorTypes[errNum]] = errNum;\n} // jsdocs for instance/static members added above\n\n/**\n * Returns whether an object is `Promise`-like (i.e. has a `then` method).\n *\n * @param {Object} value\n * An object that may or may not be `Promise`-like.\n *\n * @return {boolean}\n * Whether or not the object is `Promise`-like.\n */\nfunction isPromise(value) {\n return value !== undefined && value !== null && typeof value.then === 'function';\n}\n/**\n * Silence a Promise-like object.\n *\n * This is useful for avoiding non-harmful, but potentially confusing \"uncaught\n * play promise\" rejection error messages.\n *\n * @param {Object} value\n * An object that may or may not be `Promise`-like.\n */\n\nfunction silencePromise(value) {\n if (isPromise(value)) {\n value.then(null, function (e) {});\n }\n}\n\n/**\n * @file text-track-list-converter.js Utilities for capturing text track state and\n * re-creating tracks based on a capture.\n *\n * @module text-track-list-converter\n */\n\n/**\n * Examine a single {@link TextTrack} and return a JSON-compatible javascript object that\n * represents the {@link TextTrack}'s state.\n *\n * @param {TextTrack} track\n * The text track to query.\n *\n * @return {Object}\n * A serializable javascript representation of the TextTrack.\n * @private\n */\nvar trackToJson_ = function trackToJson_(track) {\n var ret = ['kind', 'label', 'language', 'id', 'inBandMetadataTrackDispatchType', 'mode', 'src'].reduce(function (acc, prop, i) {\n if (track[prop]) {\n acc[prop] = track[prop];\n }\n\n return acc;\n }, {\n cues: track.cues && Array.prototype.map.call(track.cues, function (cue) {\n return {\n startTime: cue.startTime,\n endTime: cue.endTime,\n text: cue.text,\n id: cue.id\n };\n })\n });\n return ret;\n};\n/**\n * Examine a {@link Tech} and return a JSON-compatible javascript array that represents the\n * state of all {@link TextTrack}s currently configured. The return array is compatible with\n * {@link text-track-list-converter:jsonToTextTracks}.\n *\n * @param {Tech} tech\n * The tech object to query\n *\n * @return {Array}\n * A serializable javascript representation of the {@link Tech}s\n * {@link TextTrackList}.\n */\n\n\nvar textTracksToJson = function textTracksToJson(tech) {\n var trackEls = tech.$$('track');\n var trackObjs = Array.prototype.map.call(trackEls, function (t) {\n return t.track;\n });\n var tracks = Array.prototype.map.call(trackEls, function (trackEl) {\n var json = trackToJson_(trackEl.track);\n\n if (trackEl.src) {\n json.src = trackEl.src;\n }\n\n return json;\n });\n return tracks.concat(Array.prototype.filter.call(tech.textTracks(), function (track) {\n return trackObjs.indexOf(track) === -1;\n }).map(trackToJson_));\n};\n/**\n * Create a set of remote {@link TextTrack}s on a {@link Tech} based on an array of javascript\n * object {@link TextTrack} representations.\n *\n * @param {Array} json\n * An array of `TextTrack` representation objects, like those that would be\n * produced by `textTracksToJson`.\n *\n * @param {Tech} tech\n * The `Tech` to create the `TextTrack`s on.\n */\n\n\nvar jsonToTextTracks = function jsonToTextTracks(json, tech) {\n json.forEach(function (track) {\n var addedTrack = tech.addRemoteTextTrack(track).track;\n\n if (!track.src && track.cues) {\n track.cues.forEach(function (cue) {\n return addedTrack.addCue(cue);\n });\n }\n });\n return tech.textTracks();\n};\n\nvar textTrackConverter = {\n textTracksToJson: textTracksToJson,\n jsonToTextTracks: jsonToTextTracks,\n trackToJson_: trackToJson_\n};\n\nvar MODAL_CLASS_NAME = 'vjs-modal-dialog';\nvar ESC = 27;\n/**\n * The `ModalDialog` displays over the video and its controls, which blocks\n * interaction with the player until it is closed.\n *\n * Modal dialogs include a \"Close\" button and will close when that button\n * is activated - or when ESC is pressed anywhere.\n *\n * @extends Component\n */\n\nvar ModalDialog =\n/*#__PURE__*/\nfunction (_Component) {\n _inheritsLoose(ModalDialog, _Component);\n\n /**\n * Create an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n *\n * @param {Mixed} [options.content=undefined]\n * Provide customized content for this modal.\n *\n * @param {string} [options.description]\n * A text description for the modal, primarily for accessibility.\n *\n * @param {boolean} [options.fillAlways=false]\n * Normally, modals are automatically filled only the first time\n * they open. This tells the modal to refresh its content\n * every time it opens.\n *\n * @param {string} [options.label]\n * A text label for the modal, primarily for accessibility.\n *\n * @param {boolean} [options.temporary=true]\n * If `true`, the modal can only be opened once; it will be\n * disposed as soon as it's closed.\n *\n * @param {boolean} [options.uncloseable=false]\n * If `true`, the user will not be able to close the modal\n * through the UI in the normal ways. Programmatic closing is\n * still possible.\n */\n function ModalDialog(player, options) {\n var _this;\n\n _this = _Component.call(this, player, options) || this;\n _this.opened_ = _this.hasBeenOpened_ = _this.hasBeenFilled_ = false;\n\n _this.closeable(!_this.options_.uncloseable);\n\n _this.content(_this.options_.content); // Make sure the contentEl is defined AFTER any children are initialized\n // because we only want the contents of the modal in the contentEl\n // (not the UI elements like the close button).\n\n\n _this.contentEl_ = createEl('div', {\n className: MODAL_CLASS_NAME + \"-content\"\n }, {\n role: 'document'\n });\n _this.descEl_ = createEl('p', {\n className: MODAL_CLASS_NAME + \"-description vjs-control-text\",\n id: _this.el().getAttribute('aria-describedby')\n });\n textContent(_this.descEl_, _this.description());\n\n _this.el_.appendChild(_this.descEl_);\n\n _this.el_.appendChild(_this.contentEl_);\n\n return _this;\n }\n /**\n * Create the `ModalDialog`'s DOM element\n *\n * @return {Element}\n * The DOM element that gets created.\n */\n\n\n var _proto = ModalDialog.prototype;\n\n _proto.createEl = function createEl$$1() {\n return _Component.prototype.createEl.call(this, 'div', {\n className: this.buildCSSClass(),\n tabIndex: -1\n }, {\n 'aria-describedby': this.id() + \"_description\",\n 'aria-hidden': 'true',\n 'aria-label': this.label(),\n 'role': 'dialog'\n });\n };\n\n _proto.dispose = function dispose() {\n this.contentEl_ = null;\n this.descEl_ = null;\n this.previouslyActiveEl_ = null;\n\n _Component.prototype.dispose.call(this);\n };\n /**\n * Builds the default DOM `className`.\n *\n * @return {string}\n * The DOM `className` for this object.\n */\n\n\n _proto.buildCSSClass = function buildCSSClass() {\n return MODAL_CLASS_NAME + \" vjs-hidden \" + _Component.prototype.buildCSSClass.call(this);\n };\n /**\n * Handles `keydown` events on the document, looking for ESC, which closes\n * the modal.\n *\n * @param {EventTarget~Event} e\n * The keypress that triggered this event.\n *\n * @listens keydown\n */\n\n\n _proto.handleKeyPress = function handleKeyPress(e) {\n if (e.which === ESC && this.closeable()) {\n this.close();\n }\n };\n /**\n * Returns the label string for this modal. Primarily used for accessibility.\n *\n * @return {string}\n * the localized or raw label of this modal.\n */\n\n\n _proto.label = function label() {\n return this.localize(this.options_.label || 'Modal Window');\n };\n /**\n * Returns the description string for this modal. Primarily used for\n * accessibility.\n *\n * @return {string}\n * The localized or raw description of this modal.\n */\n\n\n _proto.description = function description() {\n var desc = this.options_.description || this.localize('This is a modal window.'); // Append a universal closeability message if the modal is closeable.\n\n if (this.closeable()) {\n desc += ' ' + this.localize('This modal can be closed by pressing the Escape key or activating the close button.');\n }\n\n return desc;\n };\n /**\n * Opens the modal.\n *\n * @fires ModalDialog#beforemodalopen\n * @fires ModalDialog#modalopen\n */\n\n\n _proto.open = function open() {\n if (!this.opened_) {\n var player = this.player();\n /**\n * Fired just before a `ModalDialog` is opened.\n *\n * @event ModalDialog#beforemodalopen\n * @type {EventTarget~Event}\n */\n\n this.trigger('beforemodalopen');\n this.opened_ = true; // Fill content if the modal has never opened before and\n // never been filled.\n\n if (this.options_.fillAlways || !this.hasBeenOpened_ && !this.hasBeenFilled_) {\n this.fill();\n } // If the player was playing, pause it and take note of its previously\n // playing state.\n\n\n this.wasPlaying_ = !player.paused();\n\n if (this.options_.pauseOnOpen && this.wasPlaying_) {\n player.pause();\n }\n\n if (this.closeable()) {\n this.on(this.el_.ownerDocument, 'keydown', bind(this, this.handleKeyPress));\n } // Hide controls and note if they were enabled.\n\n\n this.hadControls_ = player.controls();\n player.controls(false);\n this.show();\n this.conditionalFocus_();\n this.el().setAttribute('aria-hidden', 'false');\n /**\n * Fired just after a `ModalDialog` is opened.\n *\n * @event ModalDialog#modalopen\n * @type {EventTarget~Event}\n */\n\n this.trigger('modalopen');\n this.hasBeenOpened_ = true;\n }\n };\n /**\n * If the `ModalDialog` is currently open or closed.\n *\n * @param {boolean} [value]\n * If given, it will open (`true`) or close (`false`) the modal.\n *\n * @return {boolean}\n * the current open state of the modaldialog\n */\n\n\n _proto.opened = function opened(value) {\n if (typeof value === 'boolean') {\n this[value ? 'open' : 'close']();\n }\n\n return this.opened_;\n };\n /**\n * Closes the modal, does nothing if the `ModalDialog` is\n * not open.\n *\n * @fires ModalDialog#beforemodalclose\n * @fires ModalDialog#modalclose\n */\n\n\n _proto.close = function close() {\n if (!this.opened_) {\n return;\n }\n\n var player = this.player();\n /**\n * Fired just before a `ModalDialog` is closed.\n *\n * @event ModalDialog#beforemodalclose\n * @type {EventTarget~Event}\n */\n\n this.trigger('beforemodalclose');\n this.opened_ = false;\n\n if (this.wasPlaying_ && this.options_.pauseOnOpen) {\n player.play();\n }\n\n if (this.closeable()) {\n this.off(this.el_.ownerDocument, 'keydown', bind(this, this.handleKeyPress));\n }\n\n if (this.hadControls_) {\n player.controls(true);\n }\n\n this.hide();\n this.el().setAttribute('aria-hidden', 'true');\n /**\n * Fired just after a `ModalDialog` is closed.\n *\n * @event ModalDialog#modalclose\n * @type {EventTarget~Event}\n */\n\n this.trigger('modalclose');\n this.conditionalBlur_();\n\n if (this.options_.temporary) {\n this.dispose();\n }\n };\n /**\n * Check to see if the `ModalDialog` is closeable via the UI.\n *\n * @param {boolean} [value]\n * If given as a boolean, it will set the `closeable` option.\n *\n * @return {boolean}\n * Returns the final value of the closable option.\n */\n\n\n _proto.closeable = function closeable(value) {\n if (typeof value === 'boolean') {\n var closeable = this.closeable_ = !!value;\n var close = this.getChild('closeButton'); // If this is being made closeable and has no close button, add one.\n\n if (closeable && !close) {\n // The close button should be a child of the modal - not its\n // content element, so temporarily change the content element.\n var temp = this.contentEl_;\n this.contentEl_ = this.el_;\n close = this.addChild('closeButton', {\n controlText: 'Close Modal Dialog'\n });\n this.contentEl_ = temp;\n this.on(close, 'close', this.close);\n } // If this is being made uncloseable and has a close button, remove it.\n\n\n if (!closeable && close) {\n this.off(close, 'close', this.close);\n this.removeChild(close);\n close.dispose();\n }\n }\n\n return this.closeable_;\n };\n /**\n * Fill the modal's content element with the modal's \"content\" option.\n * The content element will be emptied before this change takes place.\n */\n\n\n _proto.fill = function fill() {\n this.fillWith(this.content());\n };\n /**\n * Fill the modal's content element with arbitrary content.\n * The content element will be emptied before this change takes place.\n *\n * @fires ModalDialog#beforemodalfill\n * @fires ModalDialog#modalfill\n *\n * @param {Mixed} [content]\n * The same rules apply to this as apply to the `content` option.\n */\n\n\n _proto.fillWith = function fillWith(content) {\n var contentEl = this.contentEl();\n var parentEl = contentEl.parentNode;\n var nextSiblingEl = contentEl.nextSibling;\n /**\n * Fired just before a `ModalDialog` is filled with content.\n *\n * @event ModalDialog#beforemodalfill\n * @type {EventTarget~Event}\n */\n\n this.trigger('beforemodalfill');\n this.hasBeenFilled_ = true; // Detach the content element from the DOM before performing\n // manipulation to avoid modifying the live DOM multiple times.\n\n parentEl.removeChild(contentEl);\n this.empty();\n insertContent(contentEl, content);\n /**\n * Fired just after a `ModalDialog` is filled with content.\n *\n * @event ModalDialog#modalfill\n * @type {EventTarget~Event}\n */\n\n this.trigger('modalfill'); // Re-inject the re-filled content element.\n\n if (nextSiblingEl) {\n parentEl.insertBefore(contentEl, nextSiblingEl);\n } else {\n parentEl.appendChild(contentEl);\n } // make sure that the close button is last in the dialog DOM\n\n\n var closeButton = this.getChild('closeButton');\n\n if (closeButton) {\n parentEl.appendChild(closeButton.el_);\n }\n };\n /**\n * Empties the content element. This happens anytime the modal is filled.\n *\n * @fires ModalDialog#beforemodalempty\n * @fires ModalDialog#modalempty\n */\n\n\n _proto.empty = function empty() {\n /**\n * Fired just before a `ModalDialog` is emptied.\n *\n * @event ModalDialog#beforemodalempty\n * @type {EventTarget~Event}\n */\n this.trigger('beforemodalempty');\n emptyEl(this.contentEl());\n /**\n * Fired just after a `ModalDialog` is emptied.\n *\n * @event ModalDialog#modalempty\n * @type {EventTarget~Event}\n */\n\n this.trigger('modalempty');\n };\n /**\n * Gets or sets the modal content, which gets normalized before being\n * rendered into the DOM.\n *\n * This does not update the DOM or fill the modal, but it is called during\n * that process.\n *\n * @param {Mixed} [value]\n * If defined, sets the internal content value to be used on the\n * next call(s) to `fill`. This value is normalized before being\n * inserted. To \"clear\" the internal content value, pass `null`.\n *\n * @return {Mixed}\n * The current content of the modal dialog\n */\n\n\n _proto.content = function content(value) {\n if (typeof value !== 'undefined') {\n this.content_ = value;\n }\n\n return this.content_;\n };\n /**\n * conditionally focus the modal dialog if focus was previously on the player.\n *\n * @private\n */\n\n\n _proto.conditionalFocus_ = function conditionalFocus_() {\n var activeEl = document.activeElement;\n var playerEl = this.player_.el_;\n this.previouslyActiveEl_ = null;\n\n if (playerEl.contains(activeEl) || playerEl === activeEl) {\n this.previouslyActiveEl_ = activeEl;\n this.focus();\n this.on(document, 'keydown', this.handleKeyDown);\n }\n };\n /**\n * conditionally blur the element and refocus the last focused element\n *\n * @private\n */\n\n\n _proto.conditionalBlur_ = function conditionalBlur_() {\n if (this.previouslyActiveEl_) {\n this.previouslyActiveEl_.focus();\n this.previouslyActiveEl_ = null;\n }\n\n this.off(document, 'keydown', this.handleKeyDown);\n };\n /**\n * Keydown handler. Attached when modal is focused.\n *\n * @listens keydown\n */\n\n\n _proto.handleKeyDown = function handleKeyDown(event) {\n // exit early if it isn't a tab key\n if (event.which !== 9) {\n return;\n }\n\n var focusableEls = this.focusableEls_();\n var activeEl = this.el_.querySelector(':focus');\n var focusIndex;\n\n for (var i = 0; i < focusableEls.length; i++) {\n if (activeEl === focusableEls[i]) {\n focusIndex = i;\n break;\n }\n }\n\n if (document.activeElement === this.el_) {\n focusIndex = 0;\n }\n\n if (event.shiftKey && focusIndex === 0) {\n focusableEls[focusableEls.length - 1].focus();\n event.preventDefault();\n } else if (!event.shiftKey && focusIndex === focusableEls.length - 1) {\n focusableEls[0].focus();\n event.preventDefault();\n }\n };\n /**\n * get all focusable elements\n *\n * @private\n */\n\n\n _proto.focusableEls_ = function focusableEls_() {\n var allChildren = this.el_.querySelectorAll('*');\n return Array.prototype.filter.call(allChildren, function (child) {\n return (child instanceof window$1.HTMLAnchorElement || child instanceof window$1.HTMLAreaElement) && child.hasAttribute('href') || (child instanceof window$1.HTMLInputElement || child instanceof window$1.HTMLSelectElement || child instanceof window$1.HTMLTextAreaElement || child instanceof window$1.HTMLButtonElement) && !child.hasAttribute('disabled') || child instanceof window$1.HTMLIFrameElement || child instanceof window$1.HTMLObjectElement || child instanceof window$1.HTMLEmbedElement || child.hasAttribute('tabindex') && child.getAttribute('tabindex') !== -1 || child.hasAttribute('contenteditable');\n });\n };\n\n return ModalDialog;\n}(Component);\n/**\n * Default options for `ModalDialog` default options.\n *\n * @type {Object}\n * @private\n */\n\n\nModalDialog.prototype.options_ = {\n pauseOnOpen: true,\n temporary: true\n};\nComponent.registerComponent('ModalDialog', ModalDialog);\n\n/**\n * Common functionaliy between {@link TextTrackList}, {@link AudioTrackList}, and\n * {@link VideoTrackList}\n *\n * @extends EventTarget\n */\n\nvar TrackList =\n/*#__PURE__*/\nfunction (_EventTarget) {\n _inheritsLoose(TrackList, _EventTarget);\n\n /**\n * Create an instance of this class\n *\n * @param {Track[]} tracks\n * A list of tracks to initialize the list with.\n *\n * @abstract\n */\n function TrackList(tracks) {\n var _this;\n\n if (tracks === void 0) {\n tracks = [];\n }\n\n _this = _EventTarget.call(this) || this;\n _this.tracks_ = [];\n /**\n * @memberof TrackList\n * @member {number} length\n * The current number of `Track`s in the this Trackist.\n * @instance\n */\n\n Object.defineProperty(_assertThisInitialized(_assertThisInitialized(_this)), 'length', {\n get: function get() {\n return this.tracks_.length;\n }\n });\n\n for (var i = 0; i < tracks.length; i++) {\n _this.addTrack(tracks[i]);\n }\n\n return _this;\n }\n /**\n * Add a {@link Track} to the `TrackList`\n *\n * @param {Track} track\n * The audio, video, or text track to add to the list.\n *\n * @fires TrackList#addtrack\n */\n\n\n var _proto = TrackList.prototype;\n\n _proto.addTrack = function addTrack(track) {\n var index = this.tracks_.length;\n\n if (!('' + index in this)) {\n Object.defineProperty(this, index, {\n get: function get() {\n return this.tracks_[index];\n }\n });\n } // Do not add duplicate tracks\n\n\n if (this.tracks_.indexOf(track) === -1) {\n this.tracks_.push(track);\n /**\n * Triggered when a track is added to a track list.\n *\n * @event TrackList#addtrack\n * @type {EventTarget~Event}\n * @property {Track} track\n * A reference to track that was added.\n */\n\n this.trigger({\n track: track,\n type: 'addtrack'\n });\n }\n };\n /**\n * Remove a {@link Track} from the `TrackList`\n *\n * @param {Track} rtrack\n * The audio, video, or text track to remove from the list.\n *\n * @fires TrackList#removetrack\n */\n\n\n _proto.removeTrack = function removeTrack(rtrack) {\n var track;\n\n for (var i = 0, l = this.length; i < l; i++) {\n if (this[i] === rtrack) {\n track = this[i];\n\n if (track.off) {\n track.off();\n }\n\n this.tracks_.splice(i, 1);\n break;\n }\n }\n\n if (!track) {\n return;\n }\n /**\n * Triggered when a track is removed from track list.\n *\n * @event TrackList#removetrack\n * @type {EventTarget~Event}\n * @property {Track} track\n * A reference to track that was removed.\n */\n\n\n this.trigger({\n track: track,\n type: 'removetrack'\n });\n };\n /**\n * Get a Track from the TrackList by a tracks id\n *\n * @param {string} id - the id of the track to get\n * @method getTrackById\n * @return {Track}\n * @private\n */\n\n\n _proto.getTrackById = function getTrackById(id) {\n var result = null;\n\n for (var i = 0, l = this.length; i < l; i++) {\n var track = this[i];\n\n if (track.id === id) {\n result = track;\n break;\n }\n }\n\n return result;\n };\n\n return TrackList;\n}(EventTarget);\n/**\n * Triggered when a different track is selected/enabled.\n *\n * @event TrackList#change\n * @type {EventTarget~Event}\n */\n\n/**\n * Events that can be called with on + eventName. See {@link EventHandler}.\n *\n * @property {Object} TrackList#allowedEvents_\n * @private\n */\n\n\nTrackList.prototype.allowedEvents_ = {\n change: 'change',\n addtrack: 'addtrack',\n removetrack: 'removetrack'\n}; // emulate attribute EventHandler support to allow for feature detection\n\nfor (var event in TrackList.prototype.allowedEvents_) {\n TrackList.prototype['on' + event] = null;\n}\n\n/**\n * Anywhere we call this function we diverge from the spec\n * as we only support one enabled audiotrack at a time\n *\n * @param {AudioTrackList} list\n * list to work on\n *\n * @param {AudioTrack} track\n * The track to skip\n *\n * @private\n */\n\nvar disableOthers = function disableOthers(list, track) {\n for (var i = 0; i < list.length; i++) {\n if (!Object.keys(list[i]).length || track.id === list[i].id) {\n continue;\n } // another audio track is enabled, disable it\n\n\n list[i].enabled = false;\n }\n};\n/**\n * The current list of {@link AudioTrack} for a media file.\n *\n * @see [Spec]{@link https://html.spec.whatwg.org/multipage/embedded-content.html#audiotracklist}\n * @extends TrackList\n */\n\n\nvar AudioTrackList =\n/*#__PURE__*/\nfunction (_TrackList) {\n _inheritsLoose(AudioTrackList, _TrackList);\n\n /**\n * Create an instance of this class.\n *\n * @param {AudioTrack[]} [tracks=[]]\n * A list of `AudioTrack` to instantiate the list with.\n */\n function AudioTrackList(tracks) {\n var _this;\n\n if (tracks === void 0) {\n tracks = [];\n }\n\n // make sure only 1 track is enabled\n // sorted from last index to first index\n for (var i = tracks.length - 1; i >= 0; i--) {\n if (tracks[i].enabled) {\n disableOthers(tracks, tracks[i]);\n break;\n }\n }\n\n _this = _TrackList.call(this, tracks) || this;\n _this.changing_ = false;\n return _this;\n }\n /**\n * Add an {@link AudioTrack} to the `AudioTrackList`.\n *\n * @param {AudioTrack} track\n * The AudioTrack to add to the list\n *\n * @fires TrackList#addtrack\n */\n\n\n var _proto = AudioTrackList.prototype;\n\n _proto.addTrack = function addTrack(track) {\n var _this2 = this;\n\n if (track.enabled) {\n disableOthers(this, track);\n }\n\n _TrackList.prototype.addTrack.call(this, track); // native tracks don't have this\n\n\n if (!track.addEventListener) {\n return;\n }\n /**\n * @listens AudioTrack#enabledchange\n * @fires TrackList#change\n */\n\n\n track.addEventListener('enabledchange', function () {\n // when we are disabling other tracks (since we don't support\n // more than one track at a time) we will set changing_\n // to true so that we don't trigger additional change events\n if (_this2.changing_) {\n return;\n }\n\n _this2.changing_ = true;\n disableOthers(_this2, track);\n _this2.changing_ = false;\n\n _this2.trigger('change');\n });\n };\n\n return AudioTrackList;\n}(TrackList);\n\n/**\n * Un-select all other {@link VideoTrack}s that are selected.\n *\n * @param {VideoTrackList} list\n * list to work on\n *\n * @param {VideoTrack} track\n * The track to skip\n *\n * @private\n */\n\nvar disableOthers$1 = function disableOthers(list, track) {\n for (var i = 0; i < list.length; i++) {\n if (!Object.keys(list[i]).length || track.id === list[i].id) {\n continue;\n } // another video track is enabled, disable it\n\n\n list[i].selected = false;\n }\n};\n/**\n * The current list of {@link VideoTrack} for a video.\n *\n * @see [Spec]{@link https://html.spec.whatwg.org/multipage/embedded-content.html#videotracklist}\n * @extends TrackList\n */\n\n\nvar VideoTrackList =\n/*#__PURE__*/\nfunction (_TrackList) {\n _inheritsLoose(VideoTrackList, _TrackList);\n\n /**\n * Create an instance of this class.\n *\n * @param {VideoTrack[]} [tracks=[]]\n * A list of `VideoTrack` to instantiate the list with.\n */\n function VideoTrackList(tracks) {\n var _this;\n\n if (tracks === void 0) {\n tracks = [];\n }\n\n // make sure only 1 track is enabled\n // sorted from last index to first index\n for (var i = tracks.length - 1; i >= 0; i--) {\n if (tracks[i].selected) {\n disableOthers$1(tracks, tracks[i]);\n break;\n }\n }\n\n _this = _TrackList.call(this, tracks) || this;\n _this.changing_ = false;\n /**\n * @member {number} VideoTrackList#selectedIndex\n * The current index of the selected {@link VideoTrack`}.\n */\n\n Object.defineProperty(_assertThisInitialized(_assertThisInitialized(_this)), 'selectedIndex', {\n get: function get() {\n for (var _i = 0; _i < this.length; _i++) {\n if (this[_i].selected) {\n return _i;\n }\n }\n\n return -1;\n },\n set: function set() {}\n });\n return _this;\n }\n /**\n * Add a {@link VideoTrack} to the `VideoTrackList`.\n *\n * @param {VideoTrack} track\n * The VideoTrack to add to the list\n *\n * @fires TrackList#addtrack\n */\n\n\n var _proto = VideoTrackList.prototype;\n\n _proto.addTrack = function addTrack(track) {\n var _this2 = this;\n\n if (track.selected) {\n disableOthers$1(this, track);\n }\n\n _TrackList.prototype.addTrack.call(this, track); // native tracks don't have this\n\n\n if (!track.addEventListener) {\n return;\n }\n /**\n * @listens VideoTrack#selectedchange\n * @fires TrackList#change\n */\n\n\n track.addEventListener('selectedchange', function () {\n if (_this2.changing_) {\n return;\n }\n\n _this2.changing_ = true;\n disableOthers$1(_this2, track);\n _this2.changing_ = false;\n\n _this2.trigger('change');\n });\n };\n\n return VideoTrackList;\n}(TrackList);\n\n/**\n * The current list of {@link TextTrack} for a media file.\n *\n * @see [Spec]{@link https://html.spec.whatwg.org/multipage/embedded-content.html#texttracklist}\n * @extends TrackList\n */\n\nvar TextTrackList =\n/*#__PURE__*/\nfunction (_TrackList) {\n _inheritsLoose(TextTrackList, _TrackList);\n\n function TextTrackList() {\n return _TrackList.apply(this, arguments) || this;\n }\n\n var _proto = TextTrackList.prototype;\n\n /**\n * Add a {@link TextTrack} to the `TextTrackList`\n *\n * @param {TextTrack} track\n * The text track to add to the list.\n *\n * @fires TrackList#addtrack\n */\n _proto.addTrack = function addTrack(track) {\n _TrackList.prototype.addTrack.call(this, track);\n /**\n * @listens TextTrack#modechange\n * @fires TrackList#change\n */\n\n\n track.addEventListener('modechange', bind(this, function () {\n this.queueTrigger('change');\n }));\n var nonLanguageTextTrackKind = ['metadata', 'chapters'];\n\n if (nonLanguageTextTrackKind.indexOf(track.kind) === -1) {\n track.addEventListener('modechange', bind(this, function () {\n this.trigger('selectedlanguagechange');\n }));\n }\n };\n\n return TextTrackList;\n}(TrackList);\n\n/**\n * @file html-track-element-list.js\n */\n\n/**\n * The current list of {@link HtmlTrackElement}s.\n */\nvar HtmlTrackElementList =\n/*#__PURE__*/\nfunction () {\n /**\n * Create an instance of this class.\n *\n * @param {HtmlTrackElement[]} [tracks=[]]\n * A list of `HtmlTrackElement` to instantiate the list with.\n */\n function HtmlTrackElementList(trackElements) {\n if (trackElements === void 0) {\n trackElements = [];\n }\n\n this.trackElements_ = [];\n /**\n * @memberof HtmlTrackElementList\n * @member {number} length\n * The current number of `Track`s in the this Trackist.\n * @instance\n */\n\n Object.defineProperty(this, 'length', {\n get: function get() {\n return this.trackElements_.length;\n }\n });\n\n for (var i = 0, length = trackElements.length; i < length; i++) {\n this.addTrackElement_(trackElements[i]);\n }\n }\n /**\n * Add an {@link HtmlTrackElement} to the `HtmlTrackElementList`\n *\n * @param {HtmlTrackElement} trackElement\n * The track element to add to the list.\n *\n * @private\n */\n\n\n var _proto = HtmlTrackElementList.prototype;\n\n _proto.addTrackElement_ = function addTrackElement_(trackElement) {\n var index = this.trackElements_.length;\n\n if (!('' + index in this)) {\n Object.defineProperty(this, index, {\n get: function get() {\n return this.trackElements_[index];\n }\n });\n } // Do not add duplicate elements\n\n\n if (this.trackElements_.indexOf(trackElement) === -1) {\n this.trackElements_.push(trackElement);\n }\n };\n /**\n * Get an {@link HtmlTrackElement} from the `HtmlTrackElementList` given an\n * {@link TextTrack}.\n *\n * @param {TextTrack} track\n * The track associated with a track element.\n *\n * @return {HtmlTrackElement|undefined}\n * The track element that was found or undefined.\n *\n * @private\n */\n\n\n _proto.getTrackElementByTrack_ = function getTrackElementByTrack_(track) {\n var trackElement_;\n\n for (var i = 0, length = this.trackElements_.length; i < length; i++) {\n if (track === this.trackElements_[i].track) {\n trackElement_ = this.trackElements_[i];\n break;\n }\n }\n\n return trackElement_;\n };\n /**\n * Remove a {@link HtmlTrackElement} from the `HtmlTrackElementList`\n *\n * @param {HtmlTrackElement} trackElement\n * The track element to remove from the list.\n *\n * @private\n */\n\n\n _proto.removeTrackElement_ = function removeTrackElement_(trackElement) {\n for (var i = 0, length = this.trackElements_.length; i < length; i++) {\n if (trackElement === this.trackElements_[i]) {\n this.trackElements_.splice(i, 1);\n break;\n }\n }\n };\n\n return HtmlTrackElementList;\n}();\n\n/**\n * @file text-track-cue-list.js\n */\n\n/**\n * @typedef {Object} TextTrackCueList~TextTrackCue\n *\n * @property {string} id\n * The unique id for this text track cue\n *\n * @property {number} startTime\n * The start time for this text track cue\n *\n * @property {number} endTime\n * The end time for this text track cue\n *\n * @property {boolean} pauseOnExit\n * Pause when the end time is reached if true.\n *\n * @see [Spec]{@link https://html.spec.whatwg.org/multipage/embedded-content.html#texttrackcue}\n */\n\n/**\n * A List of TextTrackCues.\n *\n * @see [Spec]{@link https://html.spec.whatwg.org/multipage/embedded-content.html#texttrackcuelist}\n */\nvar TextTrackCueList =\n/*#__PURE__*/\nfunction () {\n /**\n * Create an instance of this class..\n *\n * @param {Array} cues\n * A list of cues to be initialized with\n */\n function TextTrackCueList(cues) {\n TextTrackCueList.prototype.setCues_.call(this, cues);\n /**\n * @memberof TextTrackCueList\n * @member {number} length\n * The current number of `TextTrackCue`s in the TextTrackCueList.\n * @instance\n */\n\n Object.defineProperty(this, 'length', {\n get: function get() {\n return this.length_;\n }\n });\n }\n /**\n * A setter for cues in this list. Creates getters\n * an an index for the cues.\n *\n * @param {Array} cues\n * An array of cues to set\n *\n * @private\n */\n\n\n var _proto = TextTrackCueList.prototype;\n\n _proto.setCues_ = function setCues_(cues) {\n var oldLength = this.length || 0;\n var i = 0;\n var l = cues.length;\n this.cues_ = cues;\n this.length_ = cues.length;\n\n var defineProp = function defineProp(index) {\n if (!('' + index in this)) {\n Object.defineProperty(this, '' + index, {\n get: function get() {\n return this.cues_[index];\n }\n });\n }\n };\n\n if (oldLength < l) {\n i = oldLength;\n\n for (; i < l; i++) {\n defineProp.call(this, i);\n }\n }\n };\n /**\n * Get a `TextTrackCue` that is currently in the `TextTrackCueList` by id.\n *\n * @param {string} id\n * The id of the cue that should be searched for.\n *\n * @return {TextTrackCueList~TextTrackCue|null}\n * A single cue or null if none was found.\n */\n\n\n _proto.getCueById = function getCueById(id) {\n var result = null;\n\n for (var i = 0, l = this.length; i < l; i++) {\n var cue = this[i];\n\n if (cue.id === id) {\n result = cue;\n break;\n }\n }\n\n return result;\n };\n\n return TextTrackCueList;\n}();\n\n/**\n * @file track-kinds.js\n */\n\n/**\n * All possible `VideoTrackKind`s\n *\n * @see https://html.spec.whatwg.org/multipage/embedded-content.html#dom-videotrack-kind\n * @typedef VideoTrack~Kind\n * @enum\n */\nvar VideoTrackKind = {\n alternative: 'alternative',\n captions: 'captions',\n main: 'main',\n sign: 'sign',\n subtitles: 'subtitles',\n commentary: 'commentary'\n};\n/**\n * All possible `AudioTrackKind`s\n *\n * @see https://html.spec.whatwg.org/multipage/embedded-content.html#dom-audiotrack-kind\n * @typedef AudioTrack~Kind\n * @enum\n */\n\nvar AudioTrackKind = {\n 'alternative': 'alternative',\n 'descriptions': 'descriptions',\n 'main': 'main',\n 'main-desc': 'main-desc',\n 'translation': 'translation',\n 'commentary': 'commentary'\n};\n/**\n * All possible `TextTrackKind`s\n *\n * @see https://html.spec.whatwg.org/multipage/embedded-content.html#dom-texttrack-kind\n * @typedef TextTrack~Kind\n * @enum\n */\n\nvar TextTrackKind = {\n subtitles: 'subtitles',\n captions: 'captions',\n descriptions: 'descriptions',\n chapters: 'chapters',\n metadata: 'metadata'\n};\n/**\n * All possible `TextTrackMode`s\n *\n * @see https://html.spec.whatwg.org/multipage/embedded-content.html#texttrackmode\n * @typedef TextTrack~Mode\n * @enum\n */\n\nvar TextTrackMode = {\n disabled: 'disabled',\n hidden: 'hidden',\n showing: 'showing'\n};\n\n/**\n * A Track class that contains all of the common functionality for {@link AudioTrack},\n * {@link VideoTrack}, and {@link TextTrack}.\n *\n * > Note: This class should not be used directly\n *\n * @see {@link https://html.spec.whatwg.org/multipage/embedded-content.html}\n * @extends EventTarget\n * @abstract\n */\n\nvar Track =\n/*#__PURE__*/\nfunction (_EventTarget) {\n _inheritsLoose(Track, _EventTarget);\n\n /**\n * Create an instance of this class.\n *\n * @param {Object} [options={}]\n * Object of option names and values\n *\n * @param {string} [options.kind='']\n * A valid kind for the track type you are creating.\n *\n * @param {string} [options.id='vjs_track_' + Guid.newGUID()]\n * A unique id for this AudioTrack.\n *\n * @param {string} [options.label='']\n * The menu label for this track.\n *\n * @param {string} [options.language='']\n * A valid two character language code.\n *\n * @abstract\n */\n function Track(options) {\n var _this;\n\n if (options === void 0) {\n options = {};\n }\n\n _this = _EventTarget.call(this) || this;\n var trackProps = {\n id: options.id || 'vjs_track_' + newGUID(),\n kind: options.kind || '',\n label: options.label || '',\n language: options.language || ''\n };\n /**\n * @memberof Track\n * @member {string} id\n * The id of this track. Cannot be changed after creation.\n * @instance\n *\n * @readonly\n */\n\n /**\n * @memberof Track\n * @member {string} kind\n * The kind of track that this is. Cannot be changed after creation.\n * @instance\n *\n * @readonly\n */\n\n /**\n * @memberof Track\n * @member {string} label\n * The label of this track. Cannot be changed after creation.\n * @instance\n *\n * @readonly\n */\n\n /**\n * @memberof Track\n * @member {string} language\n * The two letter language code for this track. Cannot be changed after\n * creation.\n * @instance\n *\n * @readonly\n */\n\n var _loop = function _loop(key) {\n Object.defineProperty(_assertThisInitialized(_assertThisInitialized(_this)), key, {\n get: function get() {\n return trackProps[key];\n },\n set: function set() {}\n });\n };\n\n for (var key in trackProps) {\n _loop(key);\n }\n\n return _this;\n }\n\n return Track;\n}(EventTarget);\n\n/**\n * @file url.js\n * @module url\n */\n/**\n * @typedef {Object} url:URLObject\n *\n * @property {string} protocol\n * The protocol of the url that was parsed.\n *\n * @property {string} hostname\n * The hostname of the url that was parsed.\n *\n * @property {string} port\n * The port of the url that was parsed.\n *\n * @property {string} pathname\n * The pathname of the url that was parsed.\n *\n * @property {string} search\n * The search query of the url that was parsed.\n *\n * @property {string} hash\n * The hash of the url that was parsed.\n *\n * @property {string} host\n * The host of the url that was parsed.\n */\n\n/**\n * Resolve and parse the elements of a URL.\n *\n * @function\n * @param {String} url\n * The url to parse\n *\n * @return {url:URLObject}\n * An object of url details\n */\n\nvar parseUrl = function parseUrl(url) {\n var props = ['protocol', 'hostname', 'port', 'pathname', 'search', 'hash', 'host']; // add the url to an anchor and let the browser parse the URL\n\n var a = document.createElement('a');\n a.href = url; // IE8 (and 9?) Fix\n // ie8 doesn't parse the URL correctly until the anchor is actually\n // added to the body, and an innerHTML is needed to trigger the parsing\n\n var addToBody = a.host === '' && a.protocol !== 'file:';\n var div;\n\n if (addToBody) {\n div = document.createElement('div');\n div.innerHTML = \"<a href=\\\"\" + url + \"\\\"></a>\";\n a = div.firstChild; // prevent the div from affecting layout\n\n div.setAttribute('style', 'display:none; position:absolute;');\n document.body.appendChild(div);\n } // Copy the specific URL properties to a new object\n // This is also needed for IE8 because the anchor loses its\n // properties when it's removed from the dom\n\n\n var details = {};\n\n for (var i = 0; i < props.length; i++) {\n details[props[i]] = a[props[i]];\n } // IE9 adds the port to the host property unlike everyone else. If\n // a port identifier is added for standard ports, strip it.\n\n\n if (details.protocol === 'http:') {\n details.host = details.host.replace(/:80$/, '');\n }\n\n if (details.protocol === 'https:') {\n details.host = details.host.replace(/:443$/, '');\n }\n\n if (!details.protocol) {\n details.protocol = window$1.location.protocol;\n }\n\n if (addToBody) {\n document.body.removeChild(div);\n }\n\n return details;\n};\n/**\n * Get absolute version of relative URL. Used to tell Flash the correct URL.\n *\n * @function\n * @param {string} url\n * URL to make absolute\n *\n * @return {string}\n * Absolute URL\n *\n * @see http://stackoverflow.com/questions/470832/getting-an-absolute-url-from-a-relative-one-ie6-issue\n */\n\nvar getAbsoluteURL = function getAbsoluteURL(url) {\n // Check if absolute URL\n if (!url.match(/^https?:\\/\\//)) {\n // Convert to absolute URL. Flash hosted off-site needs an absolute URL.\n var div = document.createElement('div');\n div.innerHTML = \"<a href=\\\"\" + url + \"\\\">x</a>\";\n url = div.firstChild.href;\n }\n\n return url;\n};\n/**\n * Returns the extension of the passed file name. It will return an empty string\n * if passed an invalid path.\n *\n * @function\n * @param {string} path\n * The fileName path like '/path/to/file.mp4'\n *\n * @returns {string}\n * The extension in lower case or an empty string if no\n * extension could be found.\n */\n\nvar getFileExtension = function getFileExtension(path) {\n if (typeof path === 'string') {\n var splitPathRe = /^(\\/?)([\\s\\S]*?)((?:\\.{1,2}|[^\\/]+?)(\\.([^\\.\\/\\?]+)))(?:[\\/]*|[\\?].*)$/i;\n var pathParts = splitPathRe.exec(path);\n\n if (pathParts) {\n return pathParts.pop().toLowerCase();\n }\n }\n\n return '';\n};\n/**\n * Returns whether the url passed is a cross domain request or not.\n *\n * @function\n * @param {string} url\n * The url to check.\n *\n * @return {boolean}\n * Whether it is a cross domain request or not.\n */\n\nvar isCrossOrigin = function isCrossOrigin(url) {\n var winLoc = window$1.location;\n var urlInfo = parseUrl(url); // IE8 protocol relative urls will return ':' for protocol\n\n var srcProtocol = urlInfo.protocol === ':' ? winLoc.protocol : urlInfo.protocol; // Check if url is for another domain/origin\n // IE8 doesn't know location.origin, so we won't rely on it here\n\n var crossOrigin = srcProtocol + urlInfo.host !== winLoc.protocol + winLoc.host;\n return crossOrigin;\n};\n\nvar Url = /*#__PURE__*/Object.freeze({\n parseUrl: parseUrl,\n getAbsoluteURL: getAbsoluteURL,\n getFileExtension: getFileExtension,\n isCrossOrigin: isCrossOrigin\n});\n\n/**\n * Takes a webvtt file contents and parses it into cues\n *\n * @param {string} srcContent\n * webVTT file contents\n *\n * @param {TextTrack} track\n * TextTrack to add cues to. Cues come from the srcContent.\n *\n * @private\n */\n\nvar parseCues = function parseCues(srcContent, track) {\n var parser = new window$1.WebVTT.Parser(window$1, window$1.vttjs, window$1.WebVTT.StringDecoder());\n var errors = [];\n\n parser.oncue = function (cue) {\n track.addCue(cue);\n };\n\n parser.onparsingerror = function (error) {\n errors.push(error);\n };\n\n parser.onflush = function () {\n track.trigger({\n type: 'loadeddata',\n target: track\n });\n };\n\n parser.parse(srcContent);\n\n if (errors.length > 0) {\n if (window$1.console && window$1.console.groupCollapsed) {\n window$1.console.groupCollapsed(\"Text Track parsing errors for \" + track.src);\n }\n\n errors.forEach(function (error) {\n return log.error(error);\n });\n\n if (window$1.console && window$1.console.groupEnd) {\n window$1.console.groupEnd();\n }\n }\n\n parser.flush();\n};\n/**\n * Load a `TextTrack` from a specified url.\n *\n * @param {string} src\n * Url to load track from.\n *\n * @param {TextTrack} track\n * Track to add cues to. Comes from the content at the end of `url`.\n *\n * @private\n */\n\n\nvar loadTrack = function loadTrack(src, track) {\n var opts = {\n uri: src\n };\n var crossOrigin = isCrossOrigin(src);\n\n if (crossOrigin) {\n opts.cors = crossOrigin;\n }\n\n xhr(opts, bind(this, function (err, response, responseBody) {\n if (err) {\n return log.error(err, response);\n }\n\n track.loaded_ = true; // Make sure that vttjs has loaded, otherwise, wait till it finished loading\n // NOTE: this is only used for the alt/video.novtt.js build\n\n if (typeof window$1.WebVTT !== 'function') {\n if (track.tech_) {\n var loadHandler = function loadHandler() {\n return parseCues(responseBody, track);\n };\n\n track.tech_.on('vttjsloaded', loadHandler);\n track.tech_.on('vttjserror', function () {\n log.error(\"vttjs failed to load, stopping trying to process \" + track.src);\n track.tech_.off('vttjsloaded', loadHandler);\n });\n }\n } else {\n parseCues(responseBody, track);\n }\n }));\n};\n/**\n * A representation of a single `TextTrack`.\n *\n * @see [Spec]{@link https://html.spec.whatwg.org/multipage/embedded-content.html#texttrack}\n * @extends Track\n */\n\n\nvar TextTrack =\n/*#__PURE__*/\nfunction (_Track) {\n _inheritsLoose(TextTrack, _Track);\n\n /**\n * Create an instance of this class.\n *\n * @param {Object} options={}\n * Object of option names and values\n *\n * @param {Tech} options.tech\n * A reference to the tech that owns this TextTrack.\n *\n * @param {TextTrack~Kind} [options.kind='subtitles']\n * A valid text track kind.\n *\n * @param {TextTrack~Mode} [options.mode='disabled']\n * A valid text track mode.\n *\n * @param {string} [options.id='vjs_track_' + Guid.newGUID()]\n * A unique id for this TextTrack.\n *\n * @param {string} [options.label='']\n * The menu label for this track.\n *\n * @param {string} [options.language='']\n * A valid two character language code.\n *\n * @param {string} [options.srclang='']\n * A valid two character language code. An alternative, but deprioritized\n * version of `options.language`\n *\n * @param {string} [options.src]\n * A url to TextTrack cues.\n *\n * @param {boolean} [options.default]\n * If this track should default to on or off.\n */\n function TextTrack(options) {\n var _this;\n\n if (options === void 0) {\n options = {};\n }\n\n if (!options.tech) {\n throw new Error('A tech was not provided.');\n }\n\n var settings = mergeOptions(options, {\n kind: TextTrackKind[options.kind] || 'subtitles',\n language: options.language || options.srclang || ''\n });\n var mode = TextTrackMode[settings.mode] || 'disabled';\n var default_ = settings.default;\n\n if (settings.kind === 'metadata' || settings.kind === 'chapters') {\n mode = 'hidden';\n }\n\n _this = _Track.call(this, settings) || this;\n _this.tech_ = settings.tech;\n _this.cues_ = [];\n _this.activeCues_ = [];\n var cues = new TextTrackCueList(_this.cues_);\n var activeCues = new TextTrackCueList(_this.activeCues_);\n var changed = false;\n var timeupdateHandler = bind(_assertThisInitialized(_assertThisInitialized(_this)), function () {\n // Accessing this.activeCues for the side-effects of updating itself\n // due to it's nature as a getter function. Do not remove or cues will\n // stop updating!\n // Use the setter to prevent deletion from uglify (pure_getters rule)\n this.activeCues = this.activeCues;\n\n if (changed) {\n this.trigger('cuechange');\n changed = false;\n }\n });\n\n if (mode !== 'disabled') {\n _this.tech_.ready(function () {\n _this.tech_.on('timeupdate', timeupdateHandler);\n }, true);\n }\n\n Object.defineProperties(_assertThisInitialized(_assertThisInitialized(_this)), {\n /**\n * @memberof TextTrack\n * @member {boolean} default\n * If this track was set to be on or off by default. Cannot be changed after\n * creation.\n * @instance\n *\n * @readonly\n */\n default: {\n get: function get() {\n return default_;\n },\n set: function set() {}\n },\n\n /**\n * @memberof TextTrack\n * @member {string} mode\n * Set the mode of this TextTrack to a valid {@link TextTrack~Mode}. Will\n * not be set if setting to an invalid mode.\n * @instance\n *\n * @fires TextTrack#modechange\n */\n mode: {\n get: function get() {\n return mode;\n },\n set: function set(newMode) {\n var _this2 = this;\n\n if (!TextTrackMode[newMode]) {\n return;\n }\n\n mode = newMode;\n\n if (mode !== 'disabled') {\n this.tech_.ready(function () {\n _this2.tech_.on('timeupdate', timeupdateHandler);\n }, true);\n } else {\n this.tech_.off('timeupdate', timeupdateHandler);\n }\n /**\n * An event that fires when mode changes on this track. This allows\n * the TextTrackList that holds this track to act accordingly.\n *\n * > Note: This is not part of the spec!\n *\n * @event TextTrack#modechange\n * @type {EventTarget~Event}\n */\n\n\n this.trigger('modechange');\n }\n },\n\n /**\n * @memberof TextTrack\n * @member {TextTrackCueList} cues\n * The text track cue list for this TextTrack.\n * @instance\n */\n cues: {\n get: function get() {\n if (!this.loaded_) {\n return null;\n }\n\n return cues;\n },\n set: function set() {}\n },\n\n /**\n * @memberof TextTrack\n * @member {TextTrackCueList} activeCues\n * The list text track cues that are currently active for this TextTrack.\n * @instance\n */\n activeCues: {\n get: function get() {\n if (!this.loaded_) {\n return null;\n } // nothing to do\n\n\n if (this.cues.length === 0) {\n return activeCues;\n }\n\n var ct = this.tech_.currentTime();\n var active = [];\n\n for (var i = 0, l = this.cues.length; i < l; i++) {\n var cue = this.cues[i];\n\n if (cue.startTime <= ct && cue.endTime >= ct) {\n active.push(cue);\n } else if (cue.startTime === cue.endTime && cue.startTime <= ct && cue.startTime + 0.5 >= ct) {\n active.push(cue);\n }\n }\n\n changed = false;\n\n if (active.length !== this.activeCues_.length) {\n changed = true;\n } else {\n for (var _i = 0; _i < active.length; _i++) {\n if (this.activeCues_.indexOf(active[_i]) === -1) {\n changed = true;\n }\n }\n }\n\n this.activeCues_ = active;\n activeCues.setCues_(this.activeCues_);\n return activeCues;\n },\n // /!\\ Keep this setter empty (see the timeupdate handler above)\n set: function set() {}\n }\n });\n\n if (settings.src) {\n _this.src = settings.src;\n loadTrack(settings.src, _assertThisInitialized(_assertThisInitialized(_this)));\n } else {\n _this.loaded_ = true;\n }\n\n return _this;\n }\n /**\n * Add a cue to the internal list of cues.\n *\n * @param {TextTrack~Cue} cue\n * The cue to add to our internal list\n */\n\n\n var _proto = TextTrack.prototype;\n\n _proto.addCue = function addCue(originalCue) {\n var cue = originalCue;\n\n if (window$1.vttjs && !(originalCue instanceof window$1.vttjs.VTTCue)) {\n cue = new window$1.vttjs.VTTCue(originalCue.startTime, originalCue.endTime, originalCue.text);\n\n for (var prop in originalCue) {\n if (!(prop in cue)) {\n cue[prop] = originalCue[prop];\n }\n } // make sure that `id` is copied over\n\n\n cue.id = originalCue.id;\n cue.originalCue_ = originalCue;\n }\n\n var tracks = this.tech_.textTracks();\n\n for (var i = 0; i < tracks.length; i++) {\n if (tracks[i] !== this) {\n tracks[i].removeCue(cue);\n }\n }\n\n this.cues_.push(cue);\n this.cues.setCues_(this.cues_);\n };\n /**\n * Remove a cue from our internal list\n *\n * @param {TextTrack~Cue} removeCue\n * The cue to remove from our internal list\n */\n\n\n _proto.removeCue = function removeCue(_removeCue) {\n var i = this.cues_.length;\n\n while (i--) {\n var cue = this.cues_[i];\n\n if (cue === _removeCue || cue.originalCue_ && cue.originalCue_ === _removeCue) {\n this.cues_.splice(i, 1);\n this.cues.setCues_(this.cues_);\n break;\n }\n }\n };\n\n return TextTrack;\n}(Track);\n/**\n * cuechange - One or more cues in the track have become active or stopped being active.\n */\n\n\nTextTrack.prototype.allowedEvents_ = {\n cuechange: 'cuechange'\n};\n\n/**\n * A representation of a single `AudioTrack`. If it is part of an {@link AudioTrackList}\n * only one `AudioTrack` in the list will be enabled at a time.\n *\n * @see [Spec]{@link https://html.spec.whatwg.org/multipage/embedded-content.html#audiotrack}\n * @extends Track\n */\n\nvar AudioTrack =\n/*#__PURE__*/\nfunction (_Track) {\n _inheritsLoose(AudioTrack, _Track);\n\n /**\n * Create an instance of this class.\n *\n * @param {Object} [options={}]\n * Object of option names and values\n *\n * @param {AudioTrack~Kind} [options.kind='']\n * A valid audio track kind\n *\n * @param {string} [options.id='vjs_track_' + Guid.newGUID()]\n * A unique id for this AudioTrack.\n *\n * @param {string} [options.label='']\n * The menu label for this track.\n *\n * @param {string} [options.language='']\n * A valid two character language code.\n *\n * @param {boolean} [options.enabled]\n * If this track is the one that is currently playing. If this track is part of\n * an {@link AudioTrackList}, only one {@link AudioTrack} will be enabled.\n */\n function AudioTrack(options) {\n var _this;\n\n if (options === void 0) {\n options = {};\n }\n\n var settings = mergeOptions(options, {\n kind: AudioTrackKind[options.kind] || ''\n });\n _this = _Track.call(this, settings) || this;\n var enabled = false;\n /**\n * @memberof AudioTrack\n * @member {boolean} enabled\n * If this `AudioTrack` is enabled or not. When setting this will\n * fire {@link AudioTrack#enabledchange} if the state of enabled is changed.\n * @instance\n *\n * @fires VideoTrack#selectedchange\n */\n\n Object.defineProperty(_assertThisInitialized(_assertThisInitialized(_this)), 'enabled', {\n get: function get() {\n return enabled;\n },\n set: function set(newEnabled) {\n // an invalid or unchanged value\n if (typeof newEnabled !== 'boolean' || newEnabled === enabled) {\n return;\n }\n\n enabled = newEnabled;\n /**\n * An event that fires when enabled changes on this track. This allows\n * the AudioTrackList that holds this track to act accordingly.\n *\n * > Note: This is not part of the spec! Native tracks will do\n * this internally without an event.\n *\n * @event AudioTrack#enabledchange\n * @type {EventTarget~Event}\n */\n\n this.trigger('enabledchange');\n }\n }); // if the user sets this track to selected then\n // set selected to that true value otherwise\n // we keep it false\n\n if (settings.enabled) {\n _this.enabled = settings.enabled;\n }\n\n _this.loaded_ = true;\n return _this;\n }\n\n return AudioTrack;\n}(Track);\n\n/**\n * A representation of a single `VideoTrack`.\n *\n * @see [Spec]{@link https://html.spec.whatwg.org/multipage/embedded-content.html#videotrack}\n * @extends Track\n */\n\nvar VideoTrack =\n/*#__PURE__*/\nfunction (_Track) {\n _inheritsLoose(VideoTrack, _Track);\n\n /**\n * Create an instance of this class.\n *\n * @param {Object} [options={}]\n * Object of option names and values\n *\n * @param {string} [options.kind='']\n * A valid {@link VideoTrack~Kind}\n *\n * @param {string} [options.id='vjs_track_' + Guid.newGUID()]\n * A unique id for this AudioTrack.\n *\n * @param {string} [options.label='']\n * The menu label for this track.\n *\n * @param {string} [options.language='']\n * A valid two character language code.\n *\n * @param {boolean} [options.selected]\n * If this track is the one that is currently playing.\n */\n function VideoTrack(options) {\n var _this;\n\n if (options === void 0) {\n options = {};\n }\n\n var settings = mergeOptions(options, {\n kind: VideoTrackKind[options.kind] || ''\n });\n _this = _Track.call(this, settings) || this;\n var selected = false;\n /**\n * @memberof VideoTrack\n * @member {boolean} selected\n * If this `VideoTrack` is selected or not. When setting this will\n * fire {@link VideoTrack#selectedchange} if the state of selected changed.\n * @instance\n *\n * @fires VideoTrack#selectedchange\n */\n\n Object.defineProperty(_assertThisInitialized(_assertThisInitialized(_this)), 'selected', {\n get: function get() {\n return selected;\n },\n set: function set(newSelected) {\n // an invalid or unchanged value\n if (typeof newSelected !== 'boolean' || newSelected === selected) {\n return;\n }\n\n selected = newSelected;\n /**\n * An event that fires when selected changes on this track. This allows\n * the VideoTrackList that holds this track to act accordingly.\n *\n * > Note: This is not part of the spec! Native tracks will do\n * this internally without an event.\n *\n * @event VideoTrack#selectedchange\n * @type {EventTarget~Event}\n */\n\n this.trigger('selectedchange');\n }\n }); // if the user sets this track to selected then\n // set selected to that true value otherwise\n // we keep it false\n\n if (settings.selected) {\n _this.selected = settings.selected;\n }\n\n return _this;\n }\n\n return VideoTrack;\n}(Track);\n\n/**\n * @memberof HTMLTrackElement\n * @typedef {HTMLTrackElement~ReadyState}\n * @enum {number}\n */\n\nvar NONE = 0;\nvar LOADING = 1;\nvar LOADED = 2;\nvar ERROR = 3;\n/**\n * A single track represented in the DOM.\n *\n * @see [Spec]{@link https://html.spec.whatwg.org/multipage/embedded-content.html#htmltrackelement}\n * @extends EventTarget\n */\n\nvar HTMLTrackElement =\n/*#__PURE__*/\nfunction (_EventTarget) {\n _inheritsLoose(HTMLTrackElement, _EventTarget);\n\n /**\n * Create an instance of this class.\n *\n * @param {Object} options={}\n * Object of option names and values\n *\n * @param {Tech} options.tech\n * A reference to the tech that owns this HTMLTrackElement.\n *\n * @param {TextTrack~Kind} [options.kind='subtitles']\n * A valid text track kind.\n *\n * @param {TextTrack~Mode} [options.mode='disabled']\n * A valid text track mode.\n *\n * @param {string} [options.id='vjs_track_' + Guid.newGUID()]\n * A unique id for this TextTrack.\n *\n * @param {string} [options.label='']\n * The menu label for this track.\n *\n * @param {string} [options.language='']\n * A valid two character language code.\n *\n * @param {string} [options.srclang='']\n * A valid two character language code. An alternative, but deprioritized\n * vesion of `options.language`\n *\n * @param {string} [options.src]\n * A url to TextTrack cues.\n *\n * @param {boolean} [options.default]\n * If this track should default to on or off.\n */\n function HTMLTrackElement(options) {\n var _this;\n\n if (options === void 0) {\n options = {};\n }\n\n _this = _EventTarget.call(this) || this;\n var readyState;\n var track = new TextTrack(options);\n _this.kind = track.kind;\n _this.src = track.src;\n _this.srclang = track.language;\n _this.label = track.label;\n _this.default = track.default;\n Object.defineProperties(_assertThisInitialized(_assertThisInitialized(_this)), {\n /**\n * @memberof HTMLTrackElement\n * @member {HTMLTrackElement~ReadyState} readyState\n * The current ready state of the track element.\n * @instance\n */\n readyState: {\n get: function get() {\n return readyState;\n }\n },\n\n /**\n * @memberof HTMLTrackElement\n * @member {TextTrack} track\n * The underlying TextTrack object.\n * @instance\n *\n */\n track: {\n get: function get() {\n return track;\n }\n }\n });\n readyState = NONE;\n /**\n * @listens TextTrack#loadeddata\n * @fires HTMLTrackElement#load\n */\n\n track.addEventListener('loadeddata', function () {\n readyState = LOADED;\n\n _this.trigger({\n type: 'load',\n target: _assertThisInitialized(_assertThisInitialized(_this))\n });\n });\n return _this;\n }\n\n return HTMLTrackElement;\n}(EventTarget);\n\nHTMLTrackElement.prototype.allowedEvents_ = {\n load: 'load'\n};\nHTMLTrackElement.NONE = NONE;\nHTMLTrackElement.LOADING = LOADING;\nHTMLTrackElement.LOADED = LOADED;\nHTMLTrackElement.ERROR = ERROR;\n\n/*\n * This file contains all track properties that are used in\n * player.js, tech.js, html5.js and possibly other techs in the future.\n */\n\nvar NORMAL = {\n audio: {\n ListClass: AudioTrackList,\n TrackClass: AudioTrack,\n capitalName: 'Audio'\n },\n video: {\n ListClass: VideoTrackList,\n TrackClass: VideoTrack,\n capitalName: 'Video'\n },\n text: {\n ListClass: TextTrackList,\n TrackClass: TextTrack,\n capitalName: 'Text'\n }\n};\nObject.keys(NORMAL).forEach(function (type) {\n NORMAL[type].getterName = type + \"Tracks\";\n NORMAL[type].privateName = type + \"Tracks_\";\n});\nvar REMOTE = {\n remoteText: {\n ListClass: TextTrackList,\n TrackClass: TextTrack,\n capitalName: 'RemoteText',\n getterName: 'remoteTextTracks',\n privateName: 'remoteTextTracks_'\n },\n remoteTextEl: {\n ListClass: HtmlTrackElementList,\n TrackClass: HTMLTrackElement,\n capitalName: 'RemoteTextTrackEls',\n getterName: 'remoteTextTrackEls',\n privateName: 'remoteTextTrackEls_'\n }\n};\nvar ALL = mergeOptions(NORMAL, REMOTE);\nREMOTE.names = Object.keys(REMOTE);\nNORMAL.names = Object.keys(NORMAL);\nALL.names = [].concat(REMOTE.names).concat(NORMAL.names);\n\n/**\n * An Object containing a structure like: `{src: 'url', type: 'mimetype'}` or string\n * that just contains the src url alone.\n * * `var SourceObject = {src: 'http://ex.com/video.mp4', type: 'video/mp4'};`\n * `var SourceString = 'http://example.com/some-video.mp4';`\n *\n * @typedef {Object|string} Tech~SourceObject\n *\n * @property {string} src\n * The url to the source\n *\n * @property {string} type\n * The mime type of the source\n */\n\n/**\n * A function used by {@link Tech} to create a new {@link TextTrack}.\n *\n * @private\n *\n * @param {Tech} self\n * An instance of the Tech class.\n *\n * @param {string} kind\n * `TextTrack` kind (subtitles, captions, descriptions, chapters, or metadata)\n *\n * @param {string} [label]\n * Label to identify the text track\n *\n * @param {string} [language]\n * Two letter language abbreviation\n *\n * @param {Object} [options={}]\n * An object with additional text track options\n *\n * @return {TextTrack}\n * The text track that was created.\n */\n\nfunction createTrackHelper(self, kind, label, language, options) {\n if (options === void 0) {\n options = {};\n }\n\n var tracks = self.textTracks();\n options.kind = kind;\n\n if (label) {\n options.label = label;\n }\n\n if (language) {\n options.language = language;\n }\n\n options.tech = self;\n var track = new ALL.text.TrackClass(options);\n tracks.addTrack(track);\n return track;\n}\n/**\n * This is the base class for media playback technology controllers, such as\n * {@link Flash} and {@link HTML5}\n *\n * @extends Component\n */\n\n\nvar Tech =\n/*#__PURE__*/\nfunction (_Component) {\n _inheritsLoose(Tech, _Component);\n\n /**\n * Create an instance of this Tech.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n *\n * @param {Component~ReadyCallback} ready\n * Callback function to call when the `HTML5` Tech is ready.\n */\n function Tech(options, ready) {\n var _this;\n\n if (options === void 0) {\n options = {};\n }\n\n if (ready === void 0) {\n ready = function ready() {};\n }\n\n // we don't want the tech to report user activity automatically.\n // This is done manually in addControlsListeners\n options.reportTouchActivity = false;\n _this = _Component.call(this, null, options, ready) || this; // keep track of whether the current source has played at all to\n // implement a very limited played()\n\n _this.hasStarted_ = false;\n\n _this.on('playing', function () {\n this.hasStarted_ = true;\n });\n\n _this.on('loadstart', function () {\n this.hasStarted_ = false;\n });\n\n ALL.names.forEach(function (name) {\n var props = ALL[name];\n\n if (options && options[props.getterName]) {\n _this[props.privateName] = options[props.getterName];\n }\n }); // Manually track progress in cases where the browser/flash player doesn't report it.\n\n if (!_this.featuresProgressEvents) {\n _this.manualProgressOn();\n } // Manually track timeupdates in cases where the browser/flash player doesn't report it.\n\n\n if (!_this.featuresTimeupdateEvents) {\n _this.manualTimeUpdatesOn();\n }\n\n ['Text', 'Audio', 'Video'].forEach(function (track) {\n if (options[\"native\" + track + \"Tracks\"] === false) {\n _this[\"featuresNative\" + track + \"Tracks\"] = false;\n }\n });\n\n if (options.nativeCaptions === false || options.nativeTextTracks === false) {\n _this.featuresNativeTextTracks = false;\n } else if (options.nativeCaptions === true || options.nativeTextTracks === true) {\n _this.featuresNativeTextTracks = true;\n }\n\n if (!_this.featuresNativeTextTracks) {\n _this.emulateTextTracks();\n }\n\n _this.autoRemoteTextTracks_ = new ALL.text.ListClass();\n\n _this.initTrackListeners(); // Turn on component tap events only if not using native controls\n\n\n if (!options.nativeControlsForTouch) {\n _this.emitTapEvents();\n }\n\n if (_this.constructor) {\n _this.name_ = _this.constructor.name || 'Unknown Tech';\n }\n\n return _this;\n }\n /**\n * A special function to trigger source set in a way that will allow player\n * to re-trigger if the player or tech are not ready yet.\n *\n * @fires Tech#sourceset\n * @param {string} src The source string at the time of the source changing.\n */\n\n\n var _proto = Tech.prototype;\n\n _proto.triggerSourceset = function triggerSourceset(src) {\n var _this2 = this;\n\n if (!this.isReady_) {\n // on initial ready we have to trigger source set\n // 1ms after ready so that player can watch for it.\n this.one('ready', function () {\n return _this2.setTimeout(function () {\n return _this2.triggerSourceset(src);\n }, 1);\n });\n }\n /**\n * Fired when the source is set on the tech causing the media element\n * to reload.\n *\n * @see {@link Player#event:sourceset}\n * @event Tech#sourceset\n * @type {EventTarget~Event}\n */\n\n\n this.trigger({\n src: src,\n type: 'sourceset'\n });\n };\n /* Fallbacks for unsupported event types\n ================================================================================ */\n\n /**\n * Polyfill the `progress` event for browsers that don't support it natively.\n *\n * @see {@link Tech#trackProgress}\n */\n\n\n _proto.manualProgressOn = function manualProgressOn() {\n this.on('durationchange', this.onDurationChange);\n this.manualProgress = true; // Trigger progress watching when a source begins loading\n\n this.one('ready', this.trackProgress);\n };\n /**\n * Turn off the polyfill for `progress` events that was created in\n * {@link Tech#manualProgressOn}\n */\n\n\n _proto.manualProgressOff = function manualProgressOff() {\n this.manualProgress = false;\n this.stopTrackingProgress();\n this.off('durationchange', this.onDurationChange);\n };\n /**\n * This is used to trigger a `progress` event when the buffered percent changes. It\n * sets an interval function that will be called every 500 milliseconds to check if the\n * buffer end percent has changed.\n *\n * > This function is called by {@link Tech#manualProgressOn}\n *\n * @param {EventTarget~Event} event\n * The `ready` event that caused this to run.\n *\n * @listens Tech#ready\n * @fires Tech#progress\n */\n\n\n _proto.trackProgress = function trackProgress(event) {\n this.stopTrackingProgress();\n this.progressInterval = this.setInterval(bind(this, function () {\n // Don't trigger unless buffered amount is greater than last time\n var numBufferedPercent = this.bufferedPercent();\n\n if (this.bufferedPercent_ !== numBufferedPercent) {\n /**\n * See {@link Player#progress}\n *\n * @event Tech#progress\n * @type {EventTarget~Event}\n */\n this.trigger('progress');\n }\n\n this.bufferedPercent_ = numBufferedPercent;\n\n if (numBufferedPercent === 1) {\n this.stopTrackingProgress();\n }\n }), 500);\n };\n /**\n * Update our internal duration on a `durationchange` event by calling\n * {@link Tech#duration}.\n *\n * @param {EventTarget~Event} event\n * The `durationchange` event that caused this to run.\n *\n * @listens Tech#durationchange\n */\n\n\n _proto.onDurationChange = function onDurationChange(event) {\n this.duration_ = this.duration();\n };\n /**\n * Get and create a `TimeRange` object for buffering.\n *\n * @return {TimeRange}\n * The time range object that was created.\n */\n\n\n _proto.buffered = function buffered() {\n return createTimeRanges(0, 0);\n };\n /**\n * Get the percentage of the current video that is currently buffered.\n *\n * @return {number}\n * A number from 0 to 1 that represents the decimal percentage of the\n * video that is buffered.\n *\n */\n\n\n _proto.bufferedPercent = function bufferedPercent$$1() {\n return bufferedPercent(this.buffered(), this.duration_);\n };\n /**\n * Turn off the polyfill for `progress` events that was created in\n * {@link Tech#manualProgressOn}\n * Stop manually tracking progress events by clearing the interval that was set in\n * {@link Tech#trackProgress}.\n */\n\n\n _proto.stopTrackingProgress = function stopTrackingProgress() {\n this.clearInterval(this.progressInterval);\n };\n /**\n * Polyfill the `timeupdate` event for browsers that don't support it.\n *\n * @see {@link Tech#trackCurrentTime}\n */\n\n\n _proto.manualTimeUpdatesOn = function manualTimeUpdatesOn() {\n this.manualTimeUpdates = true;\n this.on('play', this.trackCurrentTime);\n this.on('pause', this.stopTrackingCurrentTime);\n };\n /**\n * Turn off the polyfill for `timeupdate` events that was created in\n * {@link Tech#manualTimeUpdatesOn}\n */\n\n\n _proto.manualTimeUpdatesOff = function manualTimeUpdatesOff() {\n this.manualTimeUpdates = false;\n this.stopTrackingCurrentTime();\n this.off('play', this.trackCurrentTime);\n this.off('pause', this.stopTrackingCurrentTime);\n };\n /**\n * Sets up an interval function to track current time and trigger `timeupdate` every\n * 250 milliseconds.\n *\n * @listens Tech#play\n * @triggers Tech#timeupdate\n */\n\n\n _proto.trackCurrentTime = function trackCurrentTime() {\n if (this.currentTimeInterval) {\n this.stopTrackingCurrentTime();\n }\n\n this.currentTimeInterval = this.setInterval(function () {\n /**\n * Triggered at an interval of 250ms to indicated that time is passing in the video.\n *\n * @event Tech#timeupdate\n * @type {EventTarget~Event}\n */\n this.trigger({\n type: 'timeupdate',\n target: this,\n manuallyTriggered: true\n }); // 42 = 24 fps // 250 is what Webkit uses // FF uses 15\n }, 250);\n };\n /**\n * Stop the interval function created in {@link Tech#trackCurrentTime} so that the\n * `timeupdate` event is no longer triggered.\n *\n * @listens {Tech#pause}\n */\n\n\n _proto.stopTrackingCurrentTime = function stopTrackingCurrentTime() {\n this.clearInterval(this.currentTimeInterval); // #1002 - if the video ends right before the next timeupdate would happen,\n // the progress bar won't make it all the way to the end\n\n this.trigger({\n type: 'timeupdate',\n target: this,\n manuallyTriggered: true\n });\n };\n /**\n * Turn off all event polyfills, clear the `Tech`s {@link AudioTrackList},\n * {@link VideoTrackList}, and {@link TextTrackList}, and dispose of this Tech.\n *\n * @fires Component#dispose\n */\n\n\n _proto.dispose = function dispose() {\n // clear out all tracks because we can't reuse them between techs\n this.clearTracks(NORMAL.names); // Turn off any manual progress or timeupdate tracking\n\n if (this.manualProgress) {\n this.manualProgressOff();\n }\n\n if (this.manualTimeUpdates) {\n this.manualTimeUpdatesOff();\n }\n\n _Component.prototype.dispose.call(this);\n };\n /**\n * Clear out a single `TrackList` or an array of `TrackLists` given their names.\n *\n * > Note: Techs without source handlers should call this between sources for `video`\n * & `audio` tracks. You don't want to use them between tracks!\n *\n * @param {string[]|string} types\n * TrackList names to clear, valid names are `video`, `audio`, and\n * `text`.\n */\n\n\n _proto.clearTracks = function clearTracks(types) {\n var _this3 = this;\n\n types = [].concat(types); // clear out all tracks because we can't reuse them between techs\n\n types.forEach(function (type) {\n var list = _this3[type + \"Tracks\"]() || [];\n var i = list.length;\n\n while (i--) {\n var track = list[i];\n\n if (type === 'text') {\n _this3.removeRemoteTextTrack(track);\n }\n\n list.removeTrack(track);\n }\n });\n };\n /**\n * Remove any TextTracks added via addRemoteTextTrack that are\n * flagged for automatic garbage collection\n */\n\n\n _proto.cleanupAutoTextTracks = function cleanupAutoTextTracks() {\n var list = this.autoRemoteTextTracks_ || [];\n var i = list.length;\n\n while (i--) {\n var track = list[i];\n this.removeRemoteTextTrack(track);\n }\n };\n /**\n * Reset the tech, which will removes all sources and reset the internal readyState.\n *\n * @abstract\n */\n\n\n _proto.reset = function reset() {};\n /**\n * Get or set an error on the Tech.\n *\n * @param {MediaError} [err]\n * Error to set on the Tech\n *\n * @return {MediaError|null}\n * The current error object on the tech, or null if there isn't one.\n */\n\n\n _proto.error = function error(err) {\n if (err !== undefined) {\n this.error_ = new MediaError(err);\n this.trigger('error');\n }\n\n return this.error_;\n };\n /**\n * Returns the `TimeRange`s that have been played through for the current source.\n *\n * > NOTE: This implementation is incomplete. It does not track the played `TimeRange`.\n * It only checks whether the source has played at all or not.\n *\n * @return {TimeRange}\n * - A single time range if this video has played\n * - An empty set of ranges if not.\n */\n\n\n _proto.played = function played() {\n if (this.hasStarted_) {\n return createTimeRanges(0, 0);\n }\n\n return createTimeRanges();\n };\n /**\n * Causes a manual time update to occur if {@link Tech#manualTimeUpdatesOn} was\n * previously called.\n *\n * @fires Tech#timeupdate\n */\n\n\n _proto.setCurrentTime = function setCurrentTime() {\n // improve the accuracy of manual timeupdates\n if (this.manualTimeUpdates) {\n /**\n * A manual `timeupdate` event.\n *\n * @event Tech#timeupdate\n * @type {EventTarget~Event}\n */\n this.trigger({\n type: 'timeupdate',\n target: this,\n manuallyTriggered: true\n });\n }\n };\n /**\n * Turn on listeners for {@link VideoTrackList}, {@link {AudioTrackList}, and\n * {@link TextTrackList} events.\n *\n * This adds {@link EventTarget~EventListeners} for `addtrack`, and `removetrack`.\n *\n * @fires Tech#audiotrackchange\n * @fires Tech#videotrackchange\n * @fires Tech#texttrackchange\n */\n\n\n _proto.initTrackListeners = function initTrackListeners() {\n var _this4 = this;\n\n /**\n * Triggered when tracks are added or removed on the Tech {@link AudioTrackList}\n *\n * @event Tech#audiotrackchange\n * @type {EventTarget~Event}\n */\n\n /**\n * Triggered when tracks are added or removed on the Tech {@link VideoTrackList}\n *\n * @event Tech#videotrackchange\n * @type {EventTarget~Event}\n */\n\n /**\n * Triggered when tracks are added or removed on the Tech {@link TextTrackList}\n *\n * @event Tech#texttrackchange\n * @type {EventTarget~Event}\n */\n NORMAL.names.forEach(function (name) {\n var props = NORMAL[name];\n\n var trackListChanges = function trackListChanges() {\n _this4.trigger(name + \"trackchange\");\n };\n\n var tracks = _this4[props.getterName]();\n\n tracks.addEventListener('removetrack', trackListChanges);\n tracks.addEventListener('addtrack', trackListChanges);\n\n _this4.on('dispose', function () {\n tracks.removeEventListener('removetrack', trackListChanges);\n tracks.removeEventListener('addtrack', trackListChanges);\n });\n });\n };\n /**\n * Emulate TextTracks using vtt.js if necessary\n *\n * @fires Tech#vttjsloaded\n * @fires Tech#vttjserror\n */\n\n\n _proto.addWebVttScript_ = function addWebVttScript_() {\n var _this5 = this;\n\n if (window$1.WebVTT) {\n return;\n } // Initially, Tech.el_ is a child of a dummy-div wait until the Component system\n // signals that the Tech is ready at which point Tech.el_ is part of the DOM\n // before inserting the WebVTT script\n\n\n if (document.body.contains(this.el())) {\n // load via require if available and vtt.js script location was not passed in\n // as an option. novtt builds will turn the above require call into an empty object\n // which will cause this if check to always fail.\n if (!this.options_['vtt.js'] && isPlain(vtt) && Object.keys(vtt).length > 0) {\n this.trigger('vttjsloaded');\n return;\n } // load vtt.js via the script location option or the cdn of no location was\n // passed in\n\n\n var script = document.createElement('script');\n script.src = this.options_['vtt.js'] || 'https://vjs.zencdn.net/vttjs/0.14.1/vtt.min.js';\n\n script.onload = function () {\n /**\n * Fired when vtt.js is loaded.\n *\n * @event Tech#vttjsloaded\n * @type {EventTarget~Event}\n */\n _this5.trigger('vttjsloaded');\n };\n\n script.onerror = function () {\n /**\n * Fired when vtt.js was not loaded due to an error\n *\n * @event Tech#vttjsloaded\n * @type {EventTarget~Event}\n */\n _this5.trigger('vttjserror');\n };\n\n this.on('dispose', function () {\n script.onload = null;\n script.onerror = null;\n }); // but have not loaded yet and we set it to true before the inject so that\n // we don't overwrite the injected window.WebVTT if it loads right away\n\n window$1.WebVTT = true;\n this.el().parentNode.appendChild(script);\n } else {\n this.ready(this.addWebVttScript_);\n }\n };\n /**\n * Emulate texttracks\n *\n */\n\n\n _proto.emulateTextTracks = function emulateTextTracks() {\n var _this6 = this;\n\n var tracks = this.textTracks();\n var remoteTracks = this.remoteTextTracks();\n\n var handleAddTrack = function handleAddTrack(e) {\n return tracks.addTrack(e.track);\n };\n\n var handleRemoveTrack = function handleRemoveTrack(e) {\n return tracks.removeTrack(e.track);\n };\n\n remoteTracks.on('addtrack', handleAddTrack);\n remoteTracks.on('removetrack', handleRemoveTrack);\n this.addWebVttScript_();\n\n var updateDisplay = function updateDisplay() {\n return _this6.trigger('texttrackchange');\n };\n\n var textTracksChanges = function textTracksChanges() {\n updateDisplay();\n\n for (var i = 0; i < tracks.length; i++) {\n var track = tracks[i];\n track.removeEventListener('cuechange', updateDisplay);\n\n if (track.mode === 'showing') {\n track.addEventListener('cuechange', updateDisplay);\n }\n }\n };\n\n textTracksChanges();\n tracks.addEventListener('change', textTracksChanges);\n tracks.addEventListener('addtrack', textTracksChanges);\n tracks.addEventListener('removetrack', textTracksChanges);\n this.on('dispose', function () {\n remoteTracks.off('addtrack', handleAddTrack);\n remoteTracks.off('removetrack', handleRemoveTrack);\n tracks.removeEventListener('change', textTracksChanges);\n tracks.removeEventListener('addtrack', textTracksChanges);\n tracks.removeEventListener('removetrack', textTracksChanges);\n\n for (var i = 0; i < tracks.length; i++) {\n var track = tracks[i];\n track.removeEventListener('cuechange', updateDisplay);\n }\n });\n };\n /**\n * Create and returns a remote {@link TextTrack} object.\n *\n * @param {string} kind\n * `TextTrack` kind (subtitles, captions, descriptions, chapters, or metadata)\n *\n * @param {string} [label]\n * Label to identify the text track\n *\n * @param {string} [language]\n * Two letter language abbreviation\n *\n * @return {TextTrack}\n * The TextTrack that gets created.\n */\n\n\n _proto.addTextTrack = function addTextTrack(kind, label, language) {\n if (!kind) {\n throw new Error('TextTrack kind is required but was not provided');\n }\n\n return createTrackHelper(this, kind, label, language);\n };\n /**\n * Create an emulated TextTrack for use by addRemoteTextTrack\n *\n * This is intended to be overridden by classes that inherit from\n * Tech in order to create native or custom TextTracks.\n *\n * @param {Object} options\n * The object should contain the options to initialize the TextTrack with.\n *\n * @param {string} [options.kind]\n * `TextTrack` kind (subtitles, captions, descriptions, chapters, or metadata).\n *\n * @param {string} [options.label].\n * Label to identify the text track\n *\n * @param {string} [options.language]\n * Two letter language abbreviation.\n *\n * @return {HTMLTrackElement}\n * The track element that gets created.\n */\n\n\n _proto.createRemoteTextTrack = function createRemoteTextTrack(options) {\n var track = mergeOptions(options, {\n tech: this\n });\n return new REMOTE.remoteTextEl.TrackClass(track);\n };\n /**\n * Creates a remote text track object and returns an html track element.\n *\n * > Note: This can be an emulated {@link HTMLTrackElement} or a native one.\n *\n * @param {Object} options\n * See {@link Tech#createRemoteTextTrack} for more detailed properties.\n *\n * @param {boolean} [manualCleanup=true]\n * - When false: the TextTrack will be automatically removed from the video\n * element whenever the source changes\n * - When True: The TextTrack will have to be cleaned up manually\n *\n * @return {HTMLTrackElement}\n * An Html Track Element.\n *\n * @deprecated The default functionality for this function will be equivalent\n * to \"manualCleanup=false\" in the future. The manualCleanup parameter will\n * also be removed.\n */\n\n\n _proto.addRemoteTextTrack = function addRemoteTextTrack(options, manualCleanup) {\n var _this7 = this;\n\n if (options === void 0) {\n options = {};\n }\n\n var htmlTrackElement = this.createRemoteTextTrack(options);\n\n if (manualCleanup !== true && manualCleanup !== false) {\n // deprecation warning\n log.warn('Calling addRemoteTextTrack without explicitly setting the \"manualCleanup\" parameter to `true` is deprecated and default to `false` in future version of video.js');\n manualCleanup = true;\n } // store HTMLTrackElement and TextTrack to remote list\n\n\n this.remoteTextTrackEls().addTrackElement_(htmlTrackElement);\n this.remoteTextTracks().addTrack(htmlTrackElement.track);\n\n if (manualCleanup !== true) {\n // create the TextTrackList if it doesn't exist\n this.ready(function () {\n return _this7.autoRemoteTextTracks_.addTrack(htmlTrackElement.track);\n });\n }\n\n return htmlTrackElement;\n };\n /**\n * Remove a remote text track from the remote `TextTrackList`.\n *\n * @param {TextTrack} track\n * `TextTrack` to remove from the `TextTrackList`\n */\n\n\n _proto.removeRemoteTextTrack = function removeRemoteTextTrack(track) {\n var trackElement = this.remoteTextTrackEls().getTrackElementByTrack_(track); // remove HTMLTrackElement and TextTrack from remote list\n\n this.remoteTextTrackEls().removeTrackElement_(trackElement);\n this.remoteTextTracks().removeTrack(track);\n this.autoRemoteTextTracks_.removeTrack(track);\n };\n /**\n * Gets available media playback quality metrics as specified by the W3C's Media\n * Playback Quality API.\n *\n * @see [Spec]{@link https://wicg.github.io/media-playback-quality}\n *\n * @return {Object}\n * An object with supported media playback quality metrics\n *\n * @abstract\n */\n\n\n _proto.getVideoPlaybackQuality = function getVideoPlaybackQuality() {\n return {};\n };\n /**\n * A method to set a poster from a `Tech`.\n *\n * @abstract\n */\n\n\n _proto.setPoster = function setPoster() {};\n /**\n * A method to check for the presence of the 'playsinline' <video> attribute.\n *\n * @abstract\n */\n\n\n _proto.playsinline = function playsinline() {};\n /**\n * A method to set or unset the 'playsinline' <video> attribute.\n *\n * @abstract\n */\n\n\n _proto.setPlaysinline = function setPlaysinline() {};\n /**\n * Attempt to force override of native audio tracks.\n *\n * @param {boolean} override - If set to true native audio will be overridden,\n * otherwise native audio will potentially be used.\n *\n * @abstract\n */\n\n\n _proto.overrideNativeAudioTracks = function overrideNativeAudioTracks() {};\n /**\n * Attempt to force override of native video tracks.\n *\n * @param {boolean} override - If set to true native video will be overridden,\n * otherwise native video will potentially be used.\n *\n * @abstract\n */\n\n\n _proto.overrideNativeVideoTracks = function overrideNativeVideoTracks() {};\n /*\n * Check if the tech can support the given mime-type.\n *\n * The base tech does not support any type, but source handlers might\n * overwrite this.\n *\n * @param {string} type\n * The mimetype to check for support\n *\n * @return {string}\n * 'probably', 'maybe', or empty string\n *\n * @see [Spec]{@link https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/canPlayType}\n *\n * @abstract\n */\n\n\n _proto.canPlayType = function canPlayType() {\n return '';\n };\n /**\n * Check if the type is supported by this tech.\n *\n * The base tech does not support any type, but source handlers might\n * overwrite this.\n *\n * @param {string} type\n * The media type to check\n * @return {string} Returns the native video element's response\n */\n\n\n Tech.canPlayType = function canPlayType() {\n return '';\n };\n /**\n * Check if the tech can support the given source\n *\n * @param {Object} srcObj\n * The source object\n * @param {Object} options\n * The options passed to the tech\n * @return {string} 'probably', 'maybe', or '' (empty string)\n */\n\n\n Tech.canPlaySource = function canPlaySource(srcObj, options) {\n return Tech.canPlayType(srcObj.type);\n };\n /*\n * Return whether the argument is a Tech or not.\n * Can be passed either a Class like `Html5` or a instance like `player.tech_`\n *\n * @param {Object} component\n * The item to check\n *\n * @return {boolean}\n * Whether it is a tech or not\n * - True if it is a tech\n * - False if it is not\n */\n\n\n Tech.isTech = function isTech(component) {\n return component.prototype instanceof Tech || component instanceof Tech || component === Tech;\n };\n /**\n * Registers a `Tech` into a shared list for videojs.\n *\n * @param {string} name\n * Name of the `Tech` to register.\n *\n * @param {Object} tech\n * The `Tech` class to register.\n */\n\n\n Tech.registerTech = function registerTech(name, tech) {\n if (!Tech.techs_) {\n Tech.techs_ = {};\n }\n\n if (!Tech.isTech(tech)) {\n throw new Error(\"Tech \" + name + \" must be a Tech\");\n }\n\n if (!Tech.canPlayType) {\n throw new Error('Techs must have a static canPlayType method on them');\n }\n\n if (!Tech.canPlaySource) {\n throw new Error('Techs must have a static canPlaySource method on them');\n }\n\n name = toTitleCase(name);\n Tech.techs_[name] = tech;\n\n if (name !== 'Tech') {\n // camel case the techName for use in techOrder\n Tech.defaultTechOrder_.push(name);\n }\n\n return tech;\n };\n /**\n * Get a `Tech` from the shared list by name.\n *\n * @param {string} name\n * `camelCase` or `TitleCase` name of the Tech to get\n *\n * @return {Tech|undefined}\n * The `Tech` or undefined if there was no tech with the name requested.\n */\n\n\n Tech.getTech = function getTech(name) {\n if (!name) {\n return;\n }\n\n name = toTitleCase(name);\n\n if (Tech.techs_ && Tech.techs_[name]) {\n return Tech.techs_[name];\n }\n\n if (window$1 && window$1.videojs && window$1.videojs[name]) {\n log.warn(\"The \" + name + \" tech was added to the videojs object when it should be registered using videojs.registerTech(name, tech)\");\n return window$1.videojs[name];\n }\n };\n\n return Tech;\n}(Component);\n/**\n * Get the {@link VideoTrackList}\n *\n * @returns {VideoTrackList}\n * @method Tech.prototype.videoTracks\n */\n\n/**\n * Get the {@link AudioTrackList}\n *\n * @returns {AudioTrackList}\n * @method Tech.prototype.audioTracks\n */\n\n/**\n * Get the {@link TextTrackList}\n *\n * @returns {TextTrackList}\n * @method Tech.prototype.textTracks\n */\n\n/**\n * Get the remote element {@link TextTrackList}\n *\n * @returns {TextTrackList}\n * @method Tech.prototype.remoteTextTracks\n */\n\n/**\n * Get the remote element {@link HtmlTrackElementList}\n *\n * @returns {HtmlTrackElementList}\n * @method Tech.prototype.remoteTextTrackEls\n */\n\n\nALL.names.forEach(function (name) {\n var props = ALL[name];\n\n Tech.prototype[props.getterName] = function () {\n this[props.privateName] = this[props.privateName] || new props.ListClass();\n return this[props.privateName];\n };\n});\n/**\n * List of associated text tracks\n *\n * @type {TextTrackList}\n * @private\n * @property Tech#textTracks_\n */\n\n/**\n * List of associated audio tracks.\n *\n * @type {AudioTrackList}\n * @private\n * @property Tech#audioTracks_\n */\n\n/**\n * List of associated video tracks.\n *\n * @type {VideoTrackList}\n * @private\n * @property Tech#videoTracks_\n */\n\n/**\n * Boolean indicating whether the `Tech` supports volume control.\n *\n * @type {boolean}\n * @default\n */\n\nTech.prototype.featuresVolumeControl = true;\n/**\n * Boolean indicating whether the `Tech` supports muting volume.\n *\n * @type {bolean}\n * @default\n */\n\nTech.prototype.featuresMuteControl = true;\n/**\n * Boolean indicating whether the `Tech` supports fullscreen resize control.\n * Resizing plugins using request fullscreen reloads the plugin\n *\n * @type {boolean}\n * @default\n */\n\nTech.prototype.featuresFullscreenResize = false;\n/**\n * Boolean indicating whether the `Tech` supports changing the speed at which the video\n * plays. Examples:\n * - Set player to play 2x (twice) as fast\n * - Set player to play 0.5x (half) as fast\n *\n * @type {boolean}\n * @default\n */\n\nTech.prototype.featuresPlaybackRate = false;\n/**\n * Boolean indicating whether the `Tech` supports the `progress` event. This is currently\n * not triggered by video-js-swf. This will be used to determine if\n * {@link Tech#manualProgressOn} should be called.\n *\n * @type {boolean}\n * @default\n */\n\nTech.prototype.featuresProgressEvents = false;\n/**\n * Boolean indicating whether the `Tech` supports the `sourceset` event.\n *\n * A tech should set this to `true` and then use {@link Tech#triggerSourceset}\n * to trigger a {@link Tech#event:sourceset} at the earliest time after getting\n * a new source.\n *\n * @type {boolean}\n * @default\n */\n\nTech.prototype.featuresSourceset = false;\n/**\n * Boolean indicating whether the `Tech` supports the `timeupdate` event. This is currently\n * not triggered by video-js-swf. This will be used to determine if\n * {@link Tech#manualTimeUpdates} should be called.\n *\n * @type {boolean}\n * @default\n */\n\nTech.prototype.featuresTimeupdateEvents = false;\n/**\n * Boolean indicating whether the `Tech` supports the native `TextTrack`s.\n * This will help us integrate with native `TextTrack`s if the browser supports them.\n *\n * @type {boolean}\n * @default\n */\n\nTech.prototype.featuresNativeTextTracks = false;\n/**\n * A functional mixin for techs that want to use the Source Handler pattern.\n * Source handlers are scripts for handling specific formats.\n * The source handler pattern is used for adaptive formats (HLS, DASH) that\n * manually load video data and feed it into a Source Buffer (Media Source Extensions)\n * Example: `Tech.withSourceHandlers.call(MyTech);`\n *\n * @param {Tech} _Tech\n * The tech to add source handler functions to.\n *\n * @mixes Tech~SourceHandlerAdditions\n */\n\nTech.withSourceHandlers = function (_Tech) {\n /**\n * Register a source handler\n *\n * @param {Function} handler\n * The source handler class\n *\n * @param {number} [index]\n * Register it at the following index\n */\n _Tech.registerSourceHandler = function (handler, index) {\n var handlers = _Tech.sourceHandlers;\n\n if (!handlers) {\n handlers = _Tech.sourceHandlers = [];\n }\n\n if (index === undefined) {\n // add to the end of the list\n index = handlers.length;\n }\n\n handlers.splice(index, 0, handler);\n };\n /**\n * Check if the tech can support the given type. Also checks the\n * Techs sourceHandlers.\n *\n * @param {string} type\n * The mimetype to check.\n *\n * @return {string}\n * 'probably', 'maybe', or '' (empty string)\n */\n\n\n _Tech.canPlayType = function (type) {\n var handlers = _Tech.sourceHandlers || [];\n var can;\n\n for (var i = 0; i < handlers.length; i++) {\n can = handlers[i].canPlayType(type);\n\n if (can) {\n return can;\n }\n }\n\n return '';\n };\n /**\n * Returns the first source handler that supports the source.\n *\n * TODO: Answer question: should 'probably' be prioritized over 'maybe'\n *\n * @param {Tech~SourceObject} source\n * The source object\n *\n * @param {Object} options\n * The options passed to the tech\n *\n * @return {SourceHandler|null}\n * The first source handler that supports the source or null if\n * no SourceHandler supports the source\n */\n\n\n _Tech.selectSourceHandler = function (source, options) {\n var handlers = _Tech.sourceHandlers || [];\n var can;\n\n for (var i = 0; i < handlers.length; i++) {\n can = handlers[i].canHandleSource(source, options);\n\n if (can) {\n return handlers[i];\n }\n }\n\n return null;\n };\n /**\n * Check if the tech can support the given source.\n *\n * @param {Tech~SourceObject} srcObj\n * The source object\n *\n * @param {Object} options\n * The options passed to the tech\n *\n * @return {string}\n * 'probably', 'maybe', or '' (empty string)\n */\n\n\n _Tech.canPlaySource = function (srcObj, options) {\n var sh = _Tech.selectSourceHandler(srcObj, options);\n\n if (sh) {\n return sh.canHandleSource(srcObj, options);\n }\n\n return '';\n };\n /**\n * When using a source handler, prefer its implementation of\n * any function normally provided by the tech.\n */\n\n\n var deferrable = ['seekable', 'seeking', 'duration'];\n /**\n * A wrapper around {@link Tech#seekable} that will call a `SourceHandler`s seekable\n * function if it exists, with a fallback to the Techs seekable function.\n *\n * @method _Tech.seekable\n */\n\n /**\n * A wrapper around {@link Tech#duration} that will call a `SourceHandler`s duration\n * function if it exists, otherwise it will fallback to the techs duration function.\n *\n * @method _Tech.duration\n */\n\n deferrable.forEach(function (fnName) {\n var originalFn = this[fnName];\n\n if (typeof originalFn !== 'function') {\n return;\n }\n\n this[fnName] = function () {\n if (this.sourceHandler_ && this.sourceHandler_[fnName]) {\n return this.sourceHandler_[fnName].apply(this.sourceHandler_, arguments);\n }\n\n return originalFn.apply(this, arguments);\n };\n }, _Tech.prototype);\n /**\n * Create a function for setting the source using a source object\n * and source handlers.\n * Should never be called unless a source handler was found.\n *\n * @param {Tech~SourceObject} source\n * A source object with src and type keys\n */\n\n _Tech.prototype.setSource = function (source) {\n var sh = _Tech.selectSourceHandler(source, this.options_);\n\n if (!sh) {\n // Fall back to a native source hander when unsupported sources are\n // deliberately set\n if (_Tech.nativeSourceHandler) {\n sh = _Tech.nativeSourceHandler;\n } else {\n log.error('No source handler found for the current source.');\n }\n } // Dispose any existing source handler\n\n\n this.disposeSourceHandler();\n this.off('dispose', this.disposeSourceHandler);\n\n if (sh !== _Tech.nativeSourceHandler) {\n this.currentSource_ = source;\n }\n\n this.sourceHandler_ = sh.handleSource(source, this, this.options_);\n this.on('dispose', this.disposeSourceHandler);\n };\n /**\n * Clean up any existing SourceHandlers and listeners when the Tech is disposed.\n *\n * @listens Tech#dispose\n */\n\n\n _Tech.prototype.disposeSourceHandler = function () {\n // if we have a source and get another one\n // then we are loading something new\n // than clear all of our current tracks\n if (this.currentSource_) {\n this.clearTracks(['audio', 'video']);\n this.currentSource_ = null;\n } // always clean up auto-text tracks\n\n\n this.cleanupAutoTextTracks();\n\n if (this.sourceHandler_) {\n if (this.sourceHandler_.dispose) {\n this.sourceHandler_.dispose();\n }\n\n this.sourceHandler_ = null;\n }\n };\n}; // The base Tech class needs to be registered as a Component. It is the only\n// Tech that can be registered as a Component.\n\n\nComponent.registerComponent('Tech', Tech);\nTech.registerTech('Tech', Tech);\n/**\n * A list of techs that should be added to techOrder on Players\n *\n * @private\n */\n\nTech.defaultTechOrder_ = [];\n\n/**\n * @file middleware.js\n * @module middleware\n */\nvar middlewares = {};\nvar middlewareInstances = {};\nvar TERMINATOR = {};\n/**\n * A middleware object is a plain JavaScript object that has methods that\n * match the {@link Tech} methods found in the lists of allowed\n * {@link module:middleware.allowedGetters|getters},\n * {@link module:middleware.allowedSetters|setters}, and\n * {@link module:middleware.allowedMediators|mediators}.\n *\n * @typedef {Object} MiddlewareObject\n */\n\n/**\n * A middleware factory function that should return a\n * {@link module:middleware~MiddlewareObject|MiddlewareObject}.\n *\n * This factory will be called for each player when needed, with the player\n * passed in as an argument.\n *\n * @callback MiddlewareFactory\n * @param {Player} player\n * A Video.js player.\n */\n\n/**\n * Define a middleware that the player should use by way of a factory function\n * that returns a middleware object.\n *\n * @param {string} type\n * The MIME type to match or `\"*\"` for all MIME types.\n *\n * @param {MiddlewareFactory} middleware\n * A middleware factory function that will be executed for\n * matching types.\n */\n\nfunction use(type, middleware) {\n middlewares[type] = middlewares[type] || [];\n middlewares[type].push(middleware);\n}\n/**\n * Asynchronously sets a source using middleware by recursing through any\n * matching middlewares and calling `setSource` on each, passing along the\n * previous returned value each time.\n *\n * @param {Player} player\n * A {@link Player} instance.\n *\n * @param {Tech~SourceObject} src\n * A source object.\n *\n * @param {Function}\n * The next middleware to run.\n */\n\nfunction setSource(player, src, next) {\n player.setTimeout(function () {\n return setSourceHelper(src, middlewares[src.type], next, player);\n }, 1);\n}\n/**\n * When the tech is set, passes the tech to each middleware's `setTech` method.\n *\n * @param {Object[]} middleware\n * An array of middleware instances.\n *\n * @param {Tech} tech\n * A Video.js tech.\n */\n\nfunction setTech(middleware, tech) {\n middleware.forEach(function (mw) {\n return mw.setTech && mw.setTech(tech);\n });\n}\n/**\n * Calls a getter on the tech first, through each middleware\n * from right to left to the player.\n *\n * @param {Object[]} middleware\n * An array of middleware instances.\n *\n * @param {Tech} tech\n * The current tech.\n *\n * @param {string} method\n * A method name.\n *\n * @return {Mixed}\n * The final value from the tech after middleware has intercepted it.\n */\n\nfunction get(middleware, tech, method) {\n return middleware.reduceRight(middlewareIterator(method), tech[method]());\n}\n/**\n * Takes the argument given to the player and calls the setter method on each\n * middleware from left to right to the tech.\n *\n * @param {Object[]} middleware\n * An array of middleware instances.\n *\n * @param {Tech} tech\n * The current tech.\n *\n * @param {string} method\n * A method name.\n *\n * @param {Mixed} arg\n * The value to set on the tech.\n *\n * @return {Mixed}\n * The return value of the `method` of the `tech`.\n */\n\nfunction set$1(middleware, tech, method, arg) {\n return tech[method](middleware.reduce(middlewareIterator(method), arg));\n}\n/**\n * Takes the argument given to the player and calls the `call` version of the\n * method on each middleware from left to right.\n *\n * Then, call the passed in method on the tech and return the result unchanged\n * back to the player, through middleware, this time from right to left.\n *\n * @param {Object[]} middleware\n * An array of middleware instances.\n *\n * @param {Tech} tech\n * The current tech.\n *\n * @param {string} method\n * A method name.\n *\n * @param {Mixed} arg\n * The value to set on the tech.\n *\n * @return {Mixed}\n * The return value of the `method` of the `tech`, regardless of the\n * return values of middlewares.\n */\n\nfunction mediate(middleware, tech, method, arg) {\n if (arg === void 0) {\n arg = null;\n }\n\n var callMethod = 'call' + toTitleCase(method);\n var middlewareValue = middleware.reduce(middlewareIterator(callMethod), arg);\n var terminated = middlewareValue === TERMINATOR;\n var returnValue = terminated ? null : tech[method](middlewareValue);\n executeRight(middleware, method, returnValue, terminated);\n return returnValue;\n}\n/**\n * Enumeration of allowed getters where the keys are method names.\n *\n * @type {Object}\n */\n\nvar allowedGetters = {\n buffered: 1,\n currentTime: 1,\n duration: 1,\n seekable: 1,\n played: 1,\n paused: 1\n};\n/**\n * Enumeration of allowed setters where the keys are method names.\n *\n * @type {Object}\n */\n\nvar allowedSetters = {\n setCurrentTime: 1\n};\n/**\n * Enumeration of allowed mediators where the keys are method names.\n *\n * @type {Object}\n */\n\nvar allowedMediators = {\n play: 1,\n pause: 1\n};\n\nfunction middlewareIterator(method) {\n return function (value, mw) {\n // if the previous middleware terminated, pass along the termination\n if (value === TERMINATOR) {\n return TERMINATOR;\n }\n\n if (mw[method]) {\n return mw[method](value);\n }\n\n return value;\n };\n}\n\nfunction executeRight(mws, method, value, terminated) {\n for (var i = mws.length - 1; i >= 0; i--) {\n var mw = mws[i];\n\n if (mw[method]) {\n mw[method](terminated, value);\n }\n }\n}\n/**\n * Clear the middleware cache for a player.\n *\n * @param {Player} player\n * A {@link Player} instance.\n */\n\n\nfunction clearCacheForPlayer(player) {\n middlewareInstances[player.id()] = null;\n}\n/**\n * {\n * [playerId]: [[mwFactory, mwInstance], ...]\n * }\n *\n * @private\n */\n\nfunction getOrCreateFactory(player, mwFactory) {\n var mws = middlewareInstances[player.id()];\n var mw = null;\n\n if (mws === undefined || mws === null) {\n mw = mwFactory(player);\n middlewareInstances[player.id()] = [[mwFactory, mw]];\n return mw;\n }\n\n for (var i = 0; i < mws.length; i++) {\n var _mws$i = mws[i],\n mwf = _mws$i[0],\n mwi = _mws$i[1];\n\n if (mwf !== mwFactory) {\n continue;\n }\n\n mw = mwi;\n }\n\n if (mw === null) {\n mw = mwFactory(player);\n mws.push([mwFactory, mw]);\n }\n\n return mw;\n}\n\nfunction setSourceHelper(src, middleware, next, player, acc, lastRun) {\n if (src === void 0) {\n src = {};\n }\n\n if (middleware === void 0) {\n middleware = [];\n }\n\n if (acc === void 0) {\n acc = [];\n }\n\n if (lastRun === void 0) {\n lastRun = false;\n }\n\n var _middleware = middleware,\n mwFactory = _middleware[0],\n mwrest = _middleware.slice(1); // if mwFactory is a string, then we're at a fork in the road\n\n\n if (typeof mwFactory === 'string') {\n setSourceHelper(src, middlewares[mwFactory], next, player, acc, lastRun); // if we have an mwFactory, call it with the player to get the mw,\n // then call the mw's setSource method\n } else if (mwFactory) {\n var mw = getOrCreateFactory(player, mwFactory); // if setSource isn't present, implicitly select this middleware\n\n if (!mw.setSource) {\n acc.push(mw);\n return setSourceHelper(src, mwrest, next, player, acc, lastRun);\n }\n\n mw.setSource(assign({}, src), function (err, _src) {\n // something happened, try the next middleware on the current level\n // make sure to use the old src\n if (err) {\n return setSourceHelper(src, mwrest, next, player, acc, lastRun);\n } // we've succeeded, now we need to go deeper\n\n\n acc.push(mw); // if it's the same type, continue down the current chain\n // otherwise, we want to go down the new chain\n\n setSourceHelper(_src, src.type === _src.type ? mwrest : middlewares[_src.type], next, player, acc, lastRun);\n });\n } else if (mwrest.length) {\n setSourceHelper(src, mwrest, next, player, acc, lastRun);\n } else if (lastRun) {\n next(src, acc);\n } else {\n setSourceHelper(src, middlewares['*'], next, player, acc, true);\n }\n}\n\n/**\n * Mimetypes\n *\n * @see http://hul.harvard.edu/ois/////systems/wax/wax-public-help/mimetypes.htm\n * @typedef Mimetypes~Kind\n * @enum\n */\n\nvar MimetypesKind = {\n opus: 'video/ogg',\n ogv: 'video/ogg',\n mp4: 'video/mp4',\n mov: 'video/mp4',\n m4v: 'video/mp4',\n mkv: 'video/x-matroska',\n mp3: 'audio/mpeg',\n aac: 'audio/aac',\n oga: 'audio/ogg',\n m3u8: 'application/x-mpegURL'\n};\n/**\n * Get the mimetype of a given src url if possible\n *\n * @param {string} src\n * The url to the src\n *\n * @return {string}\n * return the mimetype if it was known or empty string otherwise\n */\n\nvar getMimetype = function getMimetype(src) {\n if (src === void 0) {\n src = '';\n }\n\n var ext = getFileExtension(src);\n var mimetype = MimetypesKind[ext.toLowerCase()];\n return mimetype || '';\n};\n/**\n * Find the mime type of a given source string if possible. Uses the player\n * source cache.\n *\n * @param {Player} player\n * The player object\n *\n * @param {string} src\n * The source string\n *\n * @return {string}\n * The type that was found\n */\n\nvar findMimetype = function findMimetype(player, src) {\n if (!src) {\n return '';\n } // 1. check for the type in the `source` cache\n\n\n if (player.cache_.source.src === src && player.cache_.source.type) {\n return player.cache_.source.type;\n } // 2. see if we have this source in our `currentSources` cache\n\n\n var matchingSources = player.cache_.sources.filter(function (s) {\n return s.src === src;\n });\n\n if (matchingSources.length) {\n return matchingSources[0].type;\n } // 3. look for the src url in source elements and use the type there\n\n\n var sources = player.$$('source');\n\n for (var i = 0; i < sources.length; i++) {\n var s = sources[i];\n\n if (s.type && s.src && s.src === src) {\n return s.type;\n }\n } // 4. finally fallback to our list of mime types based on src url extension\n\n\n return getMimetype(src);\n};\n\n/**\n * @module filter-source\n */\n/**\n * Filter out single bad source objects or multiple source objects in an\n * array. Also flattens nested source object arrays into a 1 dimensional\n * array of source objects.\n *\n * @param {Tech~SourceObject|Tech~SourceObject[]} src\n * The src object to filter\n *\n * @return {Tech~SourceObject[]}\n * An array of sourceobjects containing only valid sources\n *\n * @private\n */\n\nvar filterSource = function filterSource(src) {\n // traverse array\n if (Array.isArray(src)) {\n var newsrc = [];\n src.forEach(function (srcobj) {\n srcobj = filterSource(srcobj);\n\n if (Array.isArray(srcobj)) {\n newsrc = newsrc.concat(srcobj);\n } else if (isObject(srcobj)) {\n newsrc.push(srcobj);\n }\n });\n src = newsrc;\n } else if (typeof src === 'string' && src.trim()) {\n // convert string into object\n src = [fixSource({\n src: src\n })];\n } else if (isObject(src) && typeof src.src === 'string' && src.src && src.src.trim()) {\n // src is already valid\n src = [fixSource(src)];\n } else {\n // invalid source, turn it into an empty array\n src = [];\n }\n\n return src;\n};\n/**\n * Checks src mimetype, adding it when possible\n *\n * @param {Tech~SourceObject} src\n * The src object to check\n * @return {Tech~SourceObject}\n * src Object with known type\n */\n\n\nfunction fixSource(src) {\n var mimetype = getMimetype(src.src);\n\n if (!src.type && mimetype) {\n src.type = mimetype;\n }\n\n return src;\n}\n\n/**\n * The `MediaLoader` is the `Component` that decides which playback technology to load\n * when a player is initialized.\n *\n * @extends Component\n */\n\nvar MediaLoader =\n/*#__PURE__*/\nfunction (_Component) {\n _inheritsLoose(MediaLoader, _Component);\n\n /**\n * Create an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should attach to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n *\n * @param {Component~ReadyCallback} [ready]\n * The function that is run when this component is ready.\n */\n function MediaLoader(player, options, ready) {\n var _this;\n\n // MediaLoader has no element\n var options_ = mergeOptions({\n createEl: false\n }, options);\n _this = _Component.call(this, player, options_, ready) || this; // If there are no sources when the player is initialized,\n // load the first supported playback technology.\n\n if (!options.playerOptions.sources || options.playerOptions.sources.length === 0) {\n for (var i = 0, j = options.playerOptions.techOrder; i < j.length; i++) {\n var techName = toTitleCase(j[i]);\n var tech = Tech.getTech(techName); // Support old behavior of techs being registered as components.\n // Remove once that deprecated behavior is removed.\n\n if (!techName) {\n tech = Component.getComponent(techName);\n } // Check if the browser supports this technology\n\n\n if (tech && tech.isSupported()) {\n player.loadTech_(techName);\n break;\n }\n }\n } else {\n // Loop through playback technologies (HTML5, Flash) and check for support.\n // Then load the best source.\n // A few assumptions here:\n // All playback technologies respect preload false.\n player.src(options.playerOptions.sources);\n }\n\n return _this;\n }\n\n return MediaLoader;\n}(Component);\n\nComponent.registerComponent('MediaLoader', MediaLoader);\n\n/**\n * Clickable Component which is clickable or keyboard actionable,\n * but is not a native HTML button.\n *\n * @extends Component\n */\n\nvar ClickableComponent =\n/*#__PURE__*/\nfunction (_Component) {\n _inheritsLoose(ClickableComponent, _Component);\n\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n */\n function ClickableComponent(player, options) {\n var _this;\n\n _this = _Component.call(this, player, options) || this;\n\n _this.emitTapEvents();\n\n _this.enable();\n\n return _this;\n }\n /**\n * Create the `Component`s DOM element.\n *\n * @param {string} [tag=div]\n * The element's node type.\n *\n * @param {Object} [props={}]\n * An object of properties that should be set on the element.\n *\n * @param {Object} [attributes={}]\n * An object of attributes that should be set on the element.\n *\n * @return {Element}\n * The element that gets created.\n */\n\n\n var _proto = ClickableComponent.prototype;\n\n _proto.createEl = function createEl$$1(tag, props, attributes) {\n if (tag === void 0) {\n tag = 'div';\n }\n\n if (props === void 0) {\n props = {};\n }\n\n if (attributes === void 0) {\n attributes = {};\n }\n\n props = assign({\n innerHTML: '<span aria-hidden=\"true\" class=\"vjs-icon-placeholder\"></span>',\n className: this.buildCSSClass(),\n tabIndex: 0\n }, props);\n\n if (tag === 'button') {\n log.error(\"Creating a ClickableComponent with an HTML element of \" + tag + \" is not supported; use a Button instead.\");\n } // Add ARIA attributes for clickable element which is not a native HTML button\n\n\n attributes = assign({\n role: 'button'\n }, attributes);\n this.tabIndex_ = props.tabIndex;\n\n var el = _Component.prototype.createEl.call(this, tag, props, attributes);\n\n this.createControlTextEl(el);\n return el;\n };\n\n _proto.dispose = function dispose() {\n // remove controlTextEl_ on dispose\n this.controlTextEl_ = null;\n\n _Component.prototype.dispose.call(this);\n };\n /**\n * Create a control text element on this `Component`\n *\n * @param {Element} [el]\n * Parent element for the control text.\n *\n * @return {Element}\n * The control text element that gets created.\n */\n\n\n _proto.createControlTextEl = function createControlTextEl(el) {\n this.controlTextEl_ = createEl('span', {\n className: 'vjs-control-text'\n }, {\n // let the screen reader user know that the text of the element may change\n 'aria-live': 'polite'\n });\n\n if (el) {\n el.appendChild(this.controlTextEl_);\n }\n\n this.controlText(this.controlText_, el);\n return this.controlTextEl_;\n };\n /**\n * Get or set the localize text to use for the controls on the `Component`.\n *\n * @param {string} [text]\n * Control text for element.\n *\n * @param {Element} [el=this.el()]\n * Element to set the title on.\n *\n * @return {string}\n * - The control text when getting\n */\n\n\n _proto.controlText = function controlText(text, el) {\n if (el === void 0) {\n el = this.el();\n }\n\n if (text === undefined) {\n return this.controlText_ || 'Need Text';\n }\n\n var localizedText = this.localize(text);\n this.controlText_ = text;\n textContent(this.controlTextEl_, localizedText);\n\n if (!this.nonIconControl) {\n // Set title attribute if only an icon is shown\n el.setAttribute('title', localizedText);\n }\n };\n /**\n * Builds the default DOM `className`.\n *\n * @return {string}\n * The DOM `className` for this object.\n */\n\n\n _proto.buildCSSClass = function buildCSSClass() {\n return \"vjs-control vjs-button \" + _Component.prototype.buildCSSClass.call(this);\n };\n /**\n * Enable this `Component`s element.\n */\n\n\n _proto.enable = function enable() {\n if (!this.enabled_) {\n this.enabled_ = true;\n this.removeClass('vjs-disabled');\n this.el_.setAttribute('aria-disabled', 'false');\n\n if (typeof this.tabIndex_ !== 'undefined') {\n this.el_.setAttribute('tabIndex', this.tabIndex_);\n }\n\n this.on(['tap', 'click'], this.handleClick);\n this.on('focus', this.handleFocus);\n this.on('blur', this.handleBlur);\n }\n };\n /**\n * Disable this `Component`s element.\n */\n\n\n _proto.disable = function disable() {\n this.enabled_ = false;\n this.addClass('vjs-disabled');\n this.el_.setAttribute('aria-disabled', 'true');\n\n if (typeof this.tabIndex_ !== 'undefined') {\n this.el_.removeAttribute('tabIndex');\n }\n\n this.off(['tap', 'click'], this.handleClick);\n this.off('focus', this.handleFocus);\n this.off('blur', this.handleBlur);\n };\n /**\n * This gets called when a `ClickableComponent` gets:\n * - Clicked (via the `click` event, listening starts in the constructor)\n * - Tapped (via the `tap` event, listening starts in the constructor)\n * - The following things happen in order:\n * 1. {@link ClickableComponent#handleFocus} is called via a `focus` event on the\n * `ClickableComponent`.\n * 2. {@link ClickableComponent#handleFocus} adds a listener for `keydown` on using\n * {@link ClickableComponent#handleKeyPress}.\n * 3. `ClickableComponent` has not had a `blur` event (`blur` means that focus was lost). The user presses\n * the space or enter key.\n * 4. {@link ClickableComponent#handleKeyPress} calls this function with the `keydown`\n * event as a parameter.\n *\n * @param {EventTarget~Event} event\n * The `keydown`, `tap`, or `click` event that caused this function to be\n * called.\n *\n * @listens tap\n * @listens click\n * @abstract\n */\n\n\n _proto.handleClick = function handleClick(event) {};\n /**\n * This gets called when a `ClickableComponent` gains focus via a `focus` event.\n * Turns on listening for `keydown` events. When they happen it\n * calls `this.handleKeyPress`.\n *\n * @param {EventTarget~Event} event\n * The `focus` event that caused this function to be called.\n *\n * @listens focus\n */\n\n\n _proto.handleFocus = function handleFocus(event) {\n on(document, 'keydown', bind(this, this.handleKeyPress));\n };\n /**\n * Called when this ClickableComponent has focus and a key gets pressed down. By\n * default it will call `this.handleClick` when the key is space or enter.\n *\n * @param {EventTarget~Event} event\n * The `keydown` event that caused this function to be called.\n *\n * @listens keydown\n */\n\n\n _proto.handleKeyPress = function handleKeyPress(event) {\n // Support Space (32) or Enter (13) key operation to fire a click event\n if (event.which === 32 || event.which === 13) {\n event.preventDefault();\n this.trigger('click');\n } else if (_Component.prototype.handleKeyPress) {\n // Pass keypress handling up for unsupported keys\n _Component.prototype.handleKeyPress.call(this, event);\n }\n };\n /**\n * Called when a `ClickableComponent` loses focus. Turns off the listener for\n * `keydown` events. Which Stops `this.handleKeyPress` from getting called.\n *\n * @param {EventTarget~Event} event\n * The `blur` event that caused this function to be called.\n *\n * @listens blur\n */\n\n\n _proto.handleBlur = function handleBlur(event) {\n off(document, 'keydown', bind(this, this.handleKeyPress));\n };\n\n return ClickableComponent;\n}(Component);\n\nComponent.registerComponent('ClickableComponent', ClickableComponent);\n\n/**\n * A `ClickableComponent` that handles showing the poster image for the player.\n *\n * @extends ClickableComponent\n */\n\nvar PosterImage =\n/*#__PURE__*/\nfunction (_ClickableComponent) {\n _inheritsLoose(PosterImage, _ClickableComponent);\n\n /**\n * Create an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should attach to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n */\n function PosterImage(player, options) {\n var _this;\n\n _this = _ClickableComponent.call(this, player, options) || this;\n\n _this.update();\n\n player.on('posterchange', bind(_assertThisInitialized(_assertThisInitialized(_this)), _this.update));\n return _this;\n }\n /**\n * Clean up and dispose of the `PosterImage`.\n */\n\n\n var _proto = PosterImage.prototype;\n\n _proto.dispose = function dispose() {\n this.player().off('posterchange', this.update);\n\n _ClickableComponent.prototype.dispose.call(this);\n };\n /**\n * Create the `PosterImage`s DOM element.\n *\n * @return {Element}\n * The element that gets created.\n */\n\n\n _proto.createEl = function createEl$$1() {\n var el = createEl('div', {\n className: 'vjs-poster',\n // Don't want poster to be tabbable.\n tabIndex: -1\n });\n return el;\n };\n /**\n * An {@link EventTarget~EventListener} for {@link Player#posterchange} events.\n *\n * @listens Player#posterchange\n *\n * @param {EventTarget~Event} [event]\n * The `Player#posterchange` event that triggered this function.\n */\n\n\n _proto.update = function update(event) {\n var url = this.player().poster();\n this.setSrc(url); // If there's no poster source we should display:none on this component\n // so it's not still clickable or right-clickable\n\n if (url) {\n this.show();\n } else {\n this.hide();\n }\n };\n /**\n * Set the source of the `PosterImage` depending on the display method.\n *\n * @param {string} url\n * The URL to the source for the `PosterImage`.\n */\n\n\n _proto.setSrc = function setSrc(url) {\n var backgroundImage = ''; // Any falsy value should stay as an empty string, otherwise\n // this will throw an extra error\n\n if (url) {\n backgroundImage = \"url(\\\"\" + url + \"\\\")\";\n }\n\n this.el_.style.backgroundImage = backgroundImage;\n };\n /**\n * An {@link EventTarget~EventListener} for clicks on the `PosterImage`. See\n * {@link ClickableComponent#handleClick} for instances where this will be triggered.\n *\n * @listens tap\n * @listens click\n * @listens keydown\n *\n * @param {EventTarget~Event} event\n + The `click`, `tap` or `keydown` event that caused this function to be called.\n */\n\n\n _proto.handleClick = function handleClick(event) {\n // We don't want a click to trigger playback when controls are disabled\n if (!this.player_.controls()) {\n return;\n }\n\n if (this.player_.paused()) {\n silencePromise(this.player_.play());\n } else {\n this.player_.pause();\n }\n };\n\n return PosterImage;\n}(ClickableComponent);\n\nComponent.registerComponent('PosterImage', PosterImage);\n\nvar darkGray = '#222';\nvar lightGray = '#ccc';\nvar fontMap = {\n monospace: 'monospace',\n sansSerif: 'sans-serif',\n serif: 'serif',\n monospaceSansSerif: '\"Andale Mono\", \"Lucida Console\", monospace',\n monospaceSerif: '\"Courier New\", monospace',\n proportionalSansSerif: 'sans-serif',\n proportionalSerif: 'serif',\n casual: '\"Comic Sans MS\", Impact, fantasy',\n script: '\"Monotype Corsiva\", cursive',\n smallcaps: '\"Andale Mono\", \"Lucida Console\", monospace, sans-serif'\n};\n/**\n * Construct an rgba color from a given hex color code.\n *\n * @param {number} color\n * Hex number for color, like #f0e or #f604e2.\n *\n * @param {number} opacity\n * Value for opacity, 0.0 - 1.0.\n *\n * @return {string}\n * The rgba color that was created, like 'rgba(255, 0, 0, 0.3)'.\n */\n\nfunction constructColor(color, opacity) {\n var hex;\n\n if (color.length === 4) {\n // color looks like \"#f0e\"\n hex = color[1] + color[1] + color[2] + color[2] + color[3] + color[3];\n } else if (color.length === 7) {\n // color looks like \"#f604e2\"\n hex = color.slice(1);\n } else {\n throw new Error('Invalid color code provided, ' + color + '; must be formatted as e.g. #f0e or #f604e2.');\n }\n\n return 'rgba(' + parseInt(hex.slice(0, 2), 16) + ',' + parseInt(hex.slice(2, 4), 16) + ',' + parseInt(hex.slice(4, 6), 16) + ',' + opacity + ')';\n}\n/**\n * Try to update the style of a DOM element. Some style changes will throw an error,\n * particularly in IE8. Those should be noops.\n *\n * @param {Element} el\n * The DOM element to be styled.\n *\n * @param {string} style\n * The CSS property on the element that should be styled.\n *\n * @param {string} rule\n * The style rule that should be applied to the property.\n *\n * @private\n */\n\nfunction tryUpdateStyle(el, style, rule) {\n try {\n el.style[style] = rule;\n } catch (e) {\n // Satisfies linter.\n return;\n }\n}\n/**\n * The component for displaying text track cues.\n *\n * @extends Component\n */\n\n\nvar TextTrackDisplay =\n/*#__PURE__*/\nfunction (_Component) {\n _inheritsLoose(TextTrackDisplay, _Component);\n\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n *\n * @param {Component~ReadyCallback} [ready]\n * The function to call when `TextTrackDisplay` is ready.\n */\n function TextTrackDisplay(player, options, ready) {\n var _this;\n\n _this = _Component.call(this, player, options, ready) || this;\n var updateDisplayHandler = bind(_assertThisInitialized(_assertThisInitialized(_this)), _this.updateDisplay);\n player.on('loadstart', bind(_assertThisInitialized(_assertThisInitialized(_this)), _this.toggleDisplay));\n player.on('texttrackchange', updateDisplayHandler);\n player.on('loadedmetadata', bind(_assertThisInitialized(_assertThisInitialized(_this)), _this.preselectTrack)); // This used to be called during player init, but was causing an error\n // if a track should show by default and the display hadn't loaded yet.\n // Should probably be moved to an external track loader when we support\n // tracks that don't need a display.\n\n player.ready(bind(_assertThisInitialized(_assertThisInitialized(_this)), function () {\n if (player.tech_ && player.tech_.featuresNativeTextTracks) {\n this.hide();\n return;\n }\n\n player.on('fullscreenchange', updateDisplayHandler);\n player.on('playerresize', updateDisplayHandler);\n window$1.addEventListener('orientationchange', updateDisplayHandler);\n player.on('dispose', function () {\n return window$1.removeEventListener('orientationchange', updateDisplayHandler);\n });\n var tracks = this.options_.playerOptions.tracks || [];\n\n for (var i = 0; i < tracks.length; i++) {\n this.player_.addRemoteTextTrack(tracks[i], true);\n }\n\n this.preselectTrack();\n }));\n return _this;\n }\n /**\n * Preselect a track following this precedence:\n * - matches the previously selected {@link TextTrack}'s language and kind\n * - matches the previously selected {@link TextTrack}'s language only\n * - is the first default captions track\n * - is the first default descriptions track\n *\n * @listens Player#loadstart\n */\n\n\n var _proto = TextTrackDisplay.prototype;\n\n _proto.preselectTrack = function preselectTrack() {\n var modes = {\n captions: 1,\n subtitles: 1\n };\n var trackList = this.player_.textTracks();\n var userPref = this.player_.cache_.selectedLanguage;\n var firstDesc;\n var firstCaptions;\n var preferredTrack;\n\n for (var i = 0; i < trackList.length; i++) {\n var track = trackList[i];\n\n if (userPref && userPref.enabled && userPref.language && userPref.language === track.language && track.kind in modes) {\n // Always choose the track that matches both language and kind\n if (track.kind === userPref.kind) {\n preferredTrack = track; // or choose the first track that matches language\n } else if (!preferredTrack) {\n preferredTrack = track;\n } // clear everything if offTextTrackMenuItem was clicked\n\n } else if (userPref && !userPref.enabled) {\n preferredTrack = null;\n firstDesc = null;\n firstCaptions = null;\n } else if (track.default) {\n if (track.kind === 'descriptions' && !firstDesc) {\n firstDesc = track;\n } else if (track.kind in modes && !firstCaptions) {\n firstCaptions = track;\n }\n }\n } // The preferredTrack matches the user preference and takes\n // precedence over all the other tracks.\n // So, display the preferredTrack before the first default track\n // and the subtitles/captions track before the descriptions track\n\n\n if (preferredTrack) {\n preferredTrack.mode = 'showing';\n } else if (firstCaptions) {\n firstCaptions.mode = 'showing';\n } else if (firstDesc) {\n firstDesc.mode = 'showing';\n }\n };\n /**\n * Turn display of {@link TextTrack}'s from the current state into the other state.\n * There are only two states:\n * - 'shown'\n * - 'hidden'\n *\n * @listens Player#loadstart\n */\n\n\n _proto.toggleDisplay = function toggleDisplay() {\n if (this.player_.tech_ && this.player_.tech_.featuresNativeTextTracks) {\n this.hide();\n } else {\n this.show();\n }\n };\n /**\n * Create the {@link Component}'s DOM element.\n *\n * @return {Element}\n * The element that was created.\n */\n\n\n _proto.createEl = function createEl() {\n return _Component.prototype.createEl.call(this, 'div', {\n className: 'vjs-text-track-display'\n }, {\n 'aria-live': 'off',\n 'aria-atomic': 'true'\n });\n };\n /**\n * Clear all displayed {@link TextTrack}s.\n */\n\n\n _proto.clearDisplay = function clearDisplay() {\n if (typeof window$1.WebVTT === 'function') {\n window$1.WebVTT.processCues(window$1, [], this.el_);\n }\n };\n /**\n * Update the displayed TextTrack when a either a {@link Player#texttrackchange} or\n * a {@link Player#fullscreenchange} is fired.\n *\n * @listens Player#texttrackchange\n * @listens Player#fullscreenchange\n */\n\n\n _proto.updateDisplay = function updateDisplay() {\n var tracks = this.player_.textTracks();\n this.clearDisplay(); // Track display prioritization model: if multiple tracks are 'showing',\n // display the first 'subtitles' or 'captions' track which is 'showing',\n // otherwise display the first 'descriptions' track which is 'showing'\n\n var descriptionsTrack = null;\n var captionsSubtitlesTrack = null;\n var i = tracks.length;\n\n while (i--) {\n var track = tracks[i];\n\n if (track.mode === 'showing') {\n if (track.kind === 'descriptions') {\n descriptionsTrack = track;\n } else {\n captionsSubtitlesTrack = track;\n }\n }\n }\n\n if (captionsSubtitlesTrack) {\n if (this.getAttribute('aria-live') !== 'off') {\n this.setAttribute('aria-live', 'off');\n }\n\n this.updateForTrack(captionsSubtitlesTrack);\n } else if (descriptionsTrack) {\n if (this.getAttribute('aria-live') !== 'assertive') {\n this.setAttribute('aria-live', 'assertive');\n }\n\n this.updateForTrack(descriptionsTrack);\n }\n };\n /**\n * Add an {@link TextTrack} to to the {@link Tech}s {@link TextTrackList}.\n *\n * @param {TextTrack} track\n * Text track object to be added to the list.\n */\n\n\n _proto.updateForTrack = function updateForTrack(track) {\n if (typeof window$1.WebVTT !== 'function' || !track.activeCues) {\n return;\n }\n\n var cues = [];\n\n for (var _i = 0; _i < track.activeCues.length; _i++) {\n cues.push(track.activeCues[_i]);\n }\n\n window$1.WebVTT.processCues(window$1, cues, this.el_);\n\n if (!this.player_.textTrackSettings) {\n return;\n }\n\n var overrides = this.player_.textTrackSettings.getValues();\n var i = cues.length;\n\n while (i--) {\n var cue = cues[i];\n\n if (!cue) {\n continue;\n }\n\n var cueDiv = cue.displayState;\n\n if (overrides.color) {\n cueDiv.firstChild.style.color = overrides.color;\n }\n\n if (overrides.textOpacity) {\n tryUpdateStyle(cueDiv.firstChild, 'color', constructColor(overrides.color || '#fff', overrides.textOpacity));\n }\n\n if (overrides.backgroundColor) {\n cueDiv.firstChild.style.backgroundColor = overrides.backgroundColor;\n }\n\n if (overrides.backgroundOpacity) {\n tryUpdateStyle(cueDiv.firstChild, 'backgroundColor', constructColor(overrides.backgroundColor || '#000', overrides.backgroundOpacity));\n }\n\n if (overrides.windowColor) {\n if (overrides.windowOpacity) {\n tryUpdateStyle(cueDiv, 'backgroundColor', constructColor(overrides.windowColor, overrides.windowOpacity));\n } else {\n cueDiv.style.backgroundColor = overrides.windowColor;\n }\n }\n\n if (overrides.edgeStyle) {\n if (overrides.edgeStyle === 'dropshadow') {\n cueDiv.firstChild.style.textShadow = \"2px 2px 3px \" + darkGray + \", 2px 2px 4px \" + darkGray + \", 2px 2px 5px \" + darkGray;\n } else if (overrides.edgeStyle === 'raised') {\n cueDiv.firstChild.style.textShadow = \"1px 1px \" + darkGray + \", 2px 2px \" + darkGray + \", 3px 3px \" + darkGray;\n } else if (overrides.edgeStyle === 'depressed') {\n cueDiv.firstChild.style.textShadow = \"1px 1px \" + lightGray + \", 0 1px \" + lightGray + \", -1px -1px \" + darkGray + \", 0 -1px \" + darkGray;\n } else if (overrides.edgeStyle === 'uniform') {\n cueDiv.firstChild.style.textShadow = \"0 0 4px \" + darkGray + \", 0 0 4px \" + darkGray + \", 0 0 4px \" + darkGray + \", 0 0 4px \" + darkGray;\n }\n }\n\n if (overrides.fontPercent && overrides.fontPercent !== 1) {\n var fontSize = window$1.parseFloat(cueDiv.style.fontSize);\n cueDiv.style.fontSize = fontSize * overrides.fontPercent + 'px';\n cueDiv.style.height = 'auto';\n cueDiv.style.top = 'auto';\n cueDiv.style.bottom = '2px';\n }\n\n if (overrides.fontFamily && overrides.fontFamily !== 'default') {\n if (overrides.fontFamily === 'small-caps') {\n cueDiv.firstChild.style.fontVariant = 'small-caps';\n } else {\n cueDiv.firstChild.style.fontFamily = fontMap[overrides.fontFamily];\n }\n }\n }\n };\n\n return TextTrackDisplay;\n}(Component);\n\nComponent.registerComponent('TextTrackDisplay', TextTrackDisplay);\n\n/**\n * A loading spinner for use during waiting/loading events.\n *\n * @extends Component\n */\n\nvar LoadingSpinner =\n/*#__PURE__*/\nfunction (_Component) {\n _inheritsLoose(LoadingSpinner, _Component);\n\n function LoadingSpinner() {\n return _Component.apply(this, arguments) || this;\n }\n\n var _proto = LoadingSpinner.prototype;\n\n /**\n * Create the `LoadingSpinner`s DOM element.\n *\n * @return {Element}\n * The dom element that gets created.\n */\n _proto.createEl = function createEl$$1() {\n var isAudio = this.player_.isAudio();\n var playerType = this.localize(isAudio ? 'Audio Player' : 'Video Player');\n var controlText = createEl('span', {\n className: 'vjs-control-text',\n innerHTML: this.localize('{1} is loading.', [playerType])\n });\n\n var el = _Component.prototype.createEl.call(this, 'div', {\n className: 'vjs-loading-spinner',\n dir: 'ltr'\n });\n\n el.appendChild(controlText);\n return el;\n };\n\n return LoadingSpinner;\n}(Component);\n\nComponent.registerComponent('LoadingSpinner', LoadingSpinner);\n\n/**\n * Base class for all buttons.\n *\n * @extends ClickableComponent\n */\n\nvar Button =\n/*#__PURE__*/\nfunction (_ClickableComponent) {\n _inheritsLoose(Button, _ClickableComponent);\n\n function Button() {\n return _ClickableComponent.apply(this, arguments) || this;\n }\n\n var _proto = Button.prototype;\n\n /**\n * Create the `Button`s DOM element.\n *\n * @param {string} [tag=\"button\"]\n * The element's node type. This argument is IGNORED: no matter what\n * is passed, it will always create a `button` element.\n *\n * @param {Object} [props={}]\n * An object of properties that should be set on the element.\n *\n * @param {Object} [attributes={}]\n * An object of attributes that should be set on the element.\n *\n * @return {Element}\n * The element that gets created.\n */\n _proto.createEl = function createEl(tag, props, attributes) {\n if (props === void 0) {\n props = {};\n }\n\n if (attributes === void 0) {\n attributes = {};\n }\n\n tag = 'button';\n props = assign({\n innerHTML: '<span aria-hidden=\"true\" class=\"vjs-icon-placeholder\"></span>',\n className: this.buildCSSClass()\n }, props); // Add attributes for button element\n\n attributes = assign({\n // Necessary since the default button type is \"submit\"\n type: 'button'\n }, attributes);\n var el = Component.prototype.createEl.call(this, tag, props, attributes);\n this.createControlTextEl(el);\n return el;\n };\n /**\n * Add a child `Component` inside of this `Button`.\n *\n * @param {string|Component} child\n * The name or instance of a child to add.\n *\n * @param {Object} [options={}]\n * The key/value store of options that will get passed to children of\n * the child.\n *\n * @return {Component}\n * The `Component` that gets added as a child. When using a string the\n * `Component` will get created by this process.\n *\n * @deprecated since version 5\n */\n\n\n _proto.addChild = function addChild(child, options) {\n if (options === void 0) {\n options = {};\n }\n\n var className = this.constructor.name;\n log.warn(\"Adding an actionable (user controllable) child to a Button (\" + className + \") is not supported; use a ClickableComponent instead.\"); // Avoid the error message generated by ClickableComponent's addChild method\n\n return Component.prototype.addChild.call(this, child, options);\n };\n /**\n * Enable the `Button` element so that it can be activated or clicked. Use this with\n * {@link Button#disable}.\n */\n\n\n _proto.enable = function enable() {\n _ClickableComponent.prototype.enable.call(this);\n\n this.el_.removeAttribute('disabled');\n };\n /**\n * Disable the `Button` element so that it cannot be activated or clicked. Use this with\n * {@link Button#enable}.\n */\n\n\n _proto.disable = function disable() {\n _ClickableComponent.prototype.disable.call(this);\n\n this.el_.setAttribute('disabled', 'disabled');\n };\n /**\n * This gets called when a `Button` has focus and `keydown` is triggered via a key\n * press.\n *\n * @param {EventTarget~Event} event\n * The event that caused this function to get called.\n *\n * @listens keydown\n */\n\n\n _proto.handleKeyPress = function handleKeyPress(event) {\n // Ignore Space (32) or Enter (13) key operation, which is handled by the browser for a button.\n if (event.which === 32 || event.which === 13) {\n return;\n } // Pass keypress handling up for unsupported keys\n\n\n _ClickableComponent.prototype.handleKeyPress.call(this, event);\n };\n\n return Button;\n}(ClickableComponent);\n\nComponent.registerComponent('Button', Button);\n\n/**\n * The initial play button that shows before the video has played. The hiding of the\n * `BigPlayButton` get done via CSS and `Player` states.\n *\n * @extends Button\n */\n\nvar BigPlayButton =\n/*#__PURE__*/\nfunction (_Button) {\n _inheritsLoose(BigPlayButton, _Button);\n\n function BigPlayButton(player, options) {\n var _this;\n\n _this = _Button.call(this, player, options) || this;\n _this.mouseused_ = false;\n\n _this.on('mousedown', _this.handleMouseDown);\n\n return _this;\n }\n /**\n * Builds the default DOM `className`.\n *\n * @return {string}\n * The DOM `className` for this object. Always returns 'vjs-big-play-button'.\n */\n\n\n var _proto = BigPlayButton.prototype;\n\n _proto.buildCSSClass = function buildCSSClass() {\n return 'vjs-big-play-button';\n };\n /**\n * This gets called when a `BigPlayButton` \"clicked\". See {@link ClickableComponent}\n * for more detailed information on what a click can be.\n *\n * @param {EventTarget~Event} event\n * The `keydown`, `tap`, or `click` event that caused this function to be\n * called.\n *\n * @listens tap\n * @listens click\n */\n\n\n _proto.handleClick = function handleClick(event) {\n var playPromise = this.player_.play(); // exit early if clicked via the mouse\n\n if (this.mouseused_ && event.clientX && event.clientY) {\n silencePromise(playPromise);\n return;\n }\n\n var cb = this.player_.getChild('controlBar');\n var playToggle = cb && cb.getChild('playToggle');\n\n if (!playToggle) {\n this.player_.focus();\n return;\n }\n\n var playFocus = function playFocus() {\n return playToggle.focus();\n };\n\n if (isPromise(playPromise)) {\n playPromise.then(playFocus, function () {});\n } else {\n this.setTimeout(playFocus, 1);\n }\n };\n\n _proto.handleKeyPress = function handleKeyPress(event) {\n this.mouseused_ = false;\n\n _Button.prototype.handleKeyPress.call(this, event);\n };\n\n _proto.handleMouseDown = function handleMouseDown(event) {\n this.mouseused_ = true;\n };\n\n return BigPlayButton;\n}(Button);\n/**\n * The text that should display over the `BigPlayButton`s controls. Added to for localization.\n *\n * @type {string}\n * @private\n */\n\n\nBigPlayButton.prototype.controlText_ = 'Play Video';\nComponent.registerComponent('BigPlayButton', BigPlayButton);\n\n/**\n * The `CloseButton` is a `{@link Button}` that fires a `close` event when\n * it gets clicked.\n *\n * @extends Button\n */\n\nvar CloseButton =\n/*#__PURE__*/\nfunction (_Button) {\n _inheritsLoose(CloseButton, _Button);\n\n /**\n * Creates an instance of the this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n */\n function CloseButton(player, options) {\n var _this;\n\n _this = _Button.call(this, player, options) || this;\n\n _this.controlText(options && options.controlText || _this.localize('Close'));\n\n return _this;\n }\n /**\n * Builds the default DOM `className`.\n *\n * @return {string}\n * The DOM `className` for this object.\n */\n\n\n var _proto = CloseButton.prototype;\n\n _proto.buildCSSClass = function buildCSSClass() {\n return \"vjs-close-button \" + _Button.prototype.buildCSSClass.call(this);\n };\n /**\n * This gets called when a `CloseButton` gets clicked. See\n * {@link ClickableComponent#handleClick} for more information on when this will be\n * triggered\n *\n * @param {EventTarget~Event} event\n * The `keydown`, `tap`, or `click` event that caused this function to be\n * called.\n *\n * @listens tap\n * @listens click\n * @fires CloseButton#close\n */\n\n\n _proto.handleClick = function handleClick(event) {\n /**\n * Triggered when the a `CloseButton` is clicked.\n *\n * @event CloseButton#close\n * @type {EventTarget~Event}\n *\n * @property {boolean} [bubbles=false]\n * set to false so that the close event does not\n * bubble up to parents if there is no listener\n */\n this.trigger({\n type: 'close',\n bubbles: false\n });\n };\n\n return CloseButton;\n}(Button);\n\nComponent.registerComponent('CloseButton', CloseButton);\n\n/**\n * Button to toggle between play and pause.\n *\n * @extends Button\n */\n\nvar PlayToggle =\n/*#__PURE__*/\nfunction (_Button) {\n _inheritsLoose(PlayToggle, _Button);\n\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options={}]\n * The key/value store of player options.\n */\n function PlayToggle(player, options) {\n var _this;\n\n if (options === void 0) {\n options = {};\n }\n\n _this = _Button.call(this, player, options) || this; // show or hide replay icon\n\n options.replay = options.replay === undefined || options.replay;\n\n _this.on(player, 'play', _this.handlePlay);\n\n _this.on(player, 'pause', _this.handlePause);\n\n if (options.replay) {\n _this.on(player, 'ended', _this.handleEnded);\n }\n\n return _this;\n }\n /**\n * Builds the default DOM `className`.\n *\n * @return {string}\n * The DOM `className` for this object.\n */\n\n\n var _proto = PlayToggle.prototype;\n\n _proto.buildCSSClass = function buildCSSClass() {\n return \"vjs-play-control \" + _Button.prototype.buildCSSClass.call(this);\n };\n /**\n * This gets called when an `PlayToggle` is \"clicked\". See\n * {@link ClickableComponent} for more detailed information on what a click can be.\n *\n * @param {EventTarget~Event} [event]\n * The `keydown`, `tap`, or `click` event that caused this function to be\n * called.\n *\n * @listens tap\n * @listens click\n */\n\n\n _proto.handleClick = function handleClick(event) {\n if (this.player_.paused()) {\n this.player_.play();\n } else {\n this.player_.pause();\n }\n };\n /**\n * This gets called once after the video has ended and the user seeks so that\n * we can change the replay button back to a play button.\n *\n * @param {EventTarget~Event} [event]\n * The event that caused this function to run.\n *\n * @listens Player#seeked\n */\n\n\n _proto.handleSeeked = function handleSeeked(event) {\n this.removeClass('vjs-ended');\n\n if (this.player_.paused()) {\n this.handlePause(event);\n } else {\n this.handlePlay(event);\n }\n };\n /**\n * Add the vjs-playing class to the element so it can change appearance.\n *\n * @param {EventTarget~Event} [event]\n * The event that caused this function to run.\n *\n * @listens Player#play\n */\n\n\n _proto.handlePlay = function handlePlay(event) {\n this.removeClass('vjs-ended');\n this.removeClass('vjs-paused');\n this.addClass('vjs-playing'); // change the button text to \"Pause\"\n\n this.controlText('Pause');\n };\n /**\n * Add the vjs-paused class to the element so it can change appearance.\n *\n * @param {EventTarget~Event} [event]\n * The event that caused this function to run.\n *\n * @listens Player#pause\n */\n\n\n _proto.handlePause = function handlePause(event) {\n this.removeClass('vjs-playing');\n this.addClass('vjs-paused'); // change the button text to \"Play\"\n\n this.controlText('Play');\n };\n /**\n * Add the vjs-ended class to the element so it can change appearance\n *\n * @param {EventTarget~Event} [event]\n * The event that caused this function to run.\n *\n * @listens Player#ended\n */\n\n\n _proto.handleEnded = function handleEnded(event) {\n this.removeClass('vjs-playing');\n this.addClass('vjs-ended'); // change the button text to \"Replay\"\n\n this.controlText('Replay'); // on the next seek remove the replay button\n\n this.one(this.player_, 'seeked', this.handleSeeked);\n };\n\n return PlayToggle;\n}(Button);\n/**\n * The text that should display over the `PlayToggle`s controls. Added for localization.\n *\n * @type {string}\n * @private\n */\n\n\nPlayToggle.prototype.controlText_ = 'Play';\nComponent.registerComponent('PlayToggle', PlayToggle);\n\n/**\n * @file format-time.js\n * @module format-time\n */\n\n/**\n * Format seconds as a time string, H:MM:SS or M:SS. Supplying a guide (in\n * seconds) will force a number of leading zeros to cover the length of the\n * guide.\n *\n * @private\n * @param {number} seconds\n * Number of seconds to be turned into a string\n *\n * @param {number} guide\n * Number (in seconds) to model the string after\n *\n * @return {string}\n * Time formatted as H:MM:SS or M:SS\n */\nvar defaultImplementation = function defaultImplementation(seconds, guide) {\n seconds = seconds < 0 ? 0 : seconds;\n var s = Math.floor(seconds % 60);\n var m = Math.floor(seconds / 60 % 60);\n var h = Math.floor(seconds / 3600);\n var gm = Math.floor(guide / 60 % 60);\n var gh = Math.floor(guide / 3600); // handle invalid times\n\n if (isNaN(seconds) || seconds === Infinity) {\n // '-' is false for all relational operators (e.g. <, >=) so this setting\n // will add the minimum number of fields specified by the guide\n h = m = s = '-';\n } // Check if we need to show hours\n\n\n h = h > 0 || gh > 0 ? h + ':' : ''; // If hours are showing, we may need to add a leading zero.\n // Always show at least one digit of minutes.\n\n m = ((h || gm >= 10) && m < 10 ? '0' + m : m) + ':'; // Check if leading zero is need for seconds\n\n s = s < 10 ? '0' + s : s;\n return h + m + s;\n}; // Internal pointer to the current implementation.\n\n\nvar implementation = defaultImplementation;\n/**\n * Replaces the default formatTime implementation with a custom implementation.\n *\n * @param {Function} customImplementation\n * A function which will be used in place of the default formatTime\n * implementation. Will receive the current time in seconds and the\n * guide (in seconds) as arguments.\n */\n\nfunction setFormatTime(customImplementation) {\n implementation = customImplementation;\n}\n/**\n * Resets formatTime to the default implementation.\n */\n\nfunction resetFormatTime() {\n implementation = defaultImplementation;\n}\n/**\n * Delegates to either the default time formatting function or a custom\n * function supplied via `setFormatTime`.\n *\n * Formats seconds as a time string (H:MM:SS or M:SS). Supplying a\n * guide (in seconds) will force a number of leading zeros to cover the\n * length of the guide.\n *\n * @static\n * @example formatTime(125, 600) === \"02:05\"\n * @param {number} seconds\n * Number of seconds to be turned into a string\n *\n * @param {number} guide\n * Number (in seconds) to model the string after\n *\n * @return {string}\n * Time formatted as H:MM:SS or M:SS\n */\n\nfunction formatTime(seconds, guide) {\n if (guide === void 0) {\n guide = seconds;\n }\n\n return implementation(seconds, guide);\n}\n\n/**\n * Displays time information about the video\n *\n * @extends Component\n */\n\nvar TimeDisplay =\n/*#__PURE__*/\nfunction (_Component) {\n _inheritsLoose(TimeDisplay, _Component);\n\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n */\n function TimeDisplay(player, options) {\n var _this;\n\n _this = _Component.call(this, player, options) || this;\n _this.throttledUpdateContent = throttle(bind(_assertThisInitialized(_assertThisInitialized(_this)), _this.updateContent), 25);\n\n _this.on(player, 'timeupdate', _this.throttledUpdateContent);\n\n return _this;\n }\n /**\n * Create the `Component`'s DOM element\n *\n * @return {Element}\n * The element that was created.\n */\n\n\n var _proto = TimeDisplay.prototype;\n\n _proto.createEl = function createEl$$1(plainName) {\n var className = this.buildCSSClass();\n\n var el = _Component.prototype.createEl.call(this, 'div', {\n className: className + \" vjs-time-control vjs-control\",\n innerHTML: \"<span class=\\\"vjs-control-text\\\" role=\\\"presentation\\\">\" + this.localize(this.labelText_) + \"\\xA0</span>\"\n });\n\n this.contentEl_ = createEl('span', {\n className: className + \"-display\"\n }, {\n // tell screen readers not to automatically read the time as it changes\n 'aria-live': 'off',\n // span elements have no implicit role, but some screen readers (notably VoiceOver)\n // treat them as a break between items in the DOM when using arrow keys\n // (or left-to-right swipes on iOS) to read contents of a page. Using\n // role='presentation' causes VoiceOver to NOT treat this span as a break.\n 'role': 'presentation'\n });\n this.updateTextNode_();\n el.appendChild(this.contentEl_);\n return el;\n };\n\n _proto.dispose = function dispose() {\n this.contentEl_ = null;\n this.textNode_ = null;\n\n _Component.prototype.dispose.call(this);\n };\n /**\n * Updates the \"remaining time\" text node with new content using the\n * contents of the `formattedTime_` property.\n *\n * @private\n */\n\n\n _proto.updateTextNode_ = function updateTextNode_() {\n if (!this.contentEl_) {\n return;\n }\n\n while (this.contentEl_.firstChild) {\n this.contentEl_.removeChild(this.contentEl_.firstChild);\n }\n\n this.textNode_ = document.createTextNode(this.formattedTime_ || this.formatTime_(0));\n this.contentEl_.appendChild(this.textNode_);\n };\n /**\n * Generates a formatted time for this component to use in display.\n *\n * @param {number} time\n * A numeric time, in seconds.\n *\n * @return {string}\n * A formatted time\n *\n * @private\n */\n\n\n _proto.formatTime_ = function formatTime_(time) {\n return formatTime(time);\n };\n /**\n * Updates the time display text node if it has what was passed in changed\n * the formatted time.\n *\n * @param {number} time\n * The time to update to\n *\n * @private\n */\n\n\n _proto.updateFormattedTime_ = function updateFormattedTime_(time) {\n var formattedTime = this.formatTime_(time);\n\n if (formattedTime === this.formattedTime_) {\n return;\n }\n\n this.formattedTime_ = formattedTime;\n this.requestAnimationFrame(this.updateTextNode_);\n };\n /**\n * To be filled out in the child class, should update the displayed time\n * in accordance with the fact that the current time has changed.\n *\n * @param {EventTarget~Event} [event]\n * The `timeupdate` event that caused this to run.\n *\n * @listens Player#timeupdate\n */\n\n\n _proto.updateContent = function updateContent(event) {};\n\n return TimeDisplay;\n}(Component);\n/**\n * The text that is added to the `TimeDisplay` for screen reader users.\n *\n * @type {string}\n * @private\n */\n\n\nTimeDisplay.prototype.labelText_ = 'Time';\n/**\n * The text that should display over the `TimeDisplay`s controls. Added to for localization.\n *\n * @type {string}\n * @private\n *\n * @deprecated in v7; controlText_ is not used in non-active display Components\n */\n\nTimeDisplay.prototype.controlText_ = 'Time';\nComponent.registerComponent('TimeDisplay', TimeDisplay);\n\n/**\n * Displays the current time\n *\n * @extends Component\n */\n\nvar CurrentTimeDisplay =\n/*#__PURE__*/\nfunction (_TimeDisplay) {\n _inheritsLoose(CurrentTimeDisplay, _TimeDisplay);\n\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n */\n function CurrentTimeDisplay(player, options) {\n var _this;\n\n _this = _TimeDisplay.call(this, player, options) || this;\n\n _this.on(player, 'ended', _this.handleEnded);\n\n return _this;\n }\n /**\n * Builds the default DOM `className`.\n *\n * @return {string}\n * The DOM `className` for this object.\n */\n\n\n var _proto = CurrentTimeDisplay.prototype;\n\n _proto.buildCSSClass = function buildCSSClass() {\n return 'vjs-current-time';\n };\n /**\n * Update current time display\n *\n * @param {EventTarget~Event} [event]\n * The `timeupdate` event that caused this function to run.\n *\n * @listens Player#timeupdate\n */\n\n\n _proto.updateContent = function updateContent(event) {\n // Allows for smooth scrubbing, when player can't keep up.\n var time = this.player_.scrubbing() ? this.player_.getCache().currentTime : this.player_.currentTime();\n this.updateFormattedTime_(time);\n };\n /**\n * When the player fires ended there should be no time left. Sadly\n * this is not always the case, lets make it seem like that is the case\n * for users.\n *\n * @param {EventTarget~Event} [event]\n * The `ended` event that caused this to run.\n *\n * @listens Player#ended\n */\n\n\n _proto.handleEnded = function handleEnded(event) {\n if (!this.player_.duration()) {\n return;\n }\n\n this.updateFormattedTime_(this.player_.duration());\n };\n\n return CurrentTimeDisplay;\n}(TimeDisplay);\n/**\n * The text that is added to the `CurrentTimeDisplay` for screen reader users.\n *\n * @type {string}\n * @private\n */\n\n\nCurrentTimeDisplay.prototype.labelText_ = 'Current Time';\n/**\n * The text that should display over the `CurrentTimeDisplay`s controls. Added to for localization.\n *\n * @type {string}\n * @private\n *\n * @deprecated in v7; controlText_ is not used in non-active display Components\n */\n\nCurrentTimeDisplay.prototype.controlText_ = 'Current Time';\nComponent.registerComponent('CurrentTimeDisplay', CurrentTimeDisplay);\n\n/**\n * Displays the duration\n *\n * @extends Component\n */\n\nvar DurationDisplay =\n/*#__PURE__*/\nfunction (_TimeDisplay) {\n _inheritsLoose(DurationDisplay, _TimeDisplay);\n\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n */\n function DurationDisplay(player, options) {\n var _this;\n\n _this = _TimeDisplay.call(this, player, options) || this; // we do not want to/need to throttle duration changes,\n // as they should always display the changed duration as\n // it has changed\n\n _this.on(player, 'durationchange', _this.updateContent); // Listen to loadstart because the player duration is reset when a new media element is loaded,\n // but the durationchange on the user agent will not fire.\n // @see [Spec]{@link https://www.w3.org/TR/2011/WD-html5-20110113/video.html#media-element-load-algorithm}\n\n\n _this.on(player, 'loadstart', _this.updateContent); // Also listen for timeupdate (in the parent) and loadedmetadata because removing those\n // listeners could have broken dependent applications/libraries. These\n // can likely be removed for 7.0.\n\n\n _this.on(player, 'loadedmetadata', _this.throttledUpdateContent);\n\n return _this;\n }\n /**\n * Builds the default DOM `className`.\n *\n * @return {string}\n * The DOM `className` for this object.\n */\n\n\n var _proto = DurationDisplay.prototype;\n\n _proto.buildCSSClass = function buildCSSClass() {\n return 'vjs-duration';\n };\n /**\n * Update duration time display.\n *\n * @param {EventTarget~Event} [event]\n * The `durationchange`, `timeupdate`, or `loadedmetadata` event that caused\n * this function to be called.\n *\n * @listens Player#durationchange\n * @listens Player#timeupdate\n * @listens Player#loadedmetadata\n */\n\n\n _proto.updateContent = function updateContent(event) {\n var duration = this.player_.duration();\n\n if (this.duration_ !== duration) {\n this.duration_ = duration;\n this.updateFormattedTime_(duration);\n }\n };\n\n return DurationDisplay;\n}(TimeDisplay);\n/**\n * The text that is added to the `DurationDisplay` for screen reader users.\n *\n * @type {string}\n * @private\n */\n\n\nDurationDisplay.prototype.labelText_ = 'Duration';\n/**\n * The text that should display over the `DurationDisplay`s controls. Added to for localization.\n *\n * @type {string}\n * @private\n *\n * @deprecated in v7; controlText_ is not used in non-active display Components\n */\n\nDurationDisplay.prototype.controlText_ = 'Duration';\nComponent.registerComponent('DurationDisplay', DurationDisplay);\n\n/**\n * The separator between the current time and duration.\n * Can be hidden if it's not needed in the design.\n *\n * @extends Component\n */\n\nvar TimeDivider =\n/*#__PURE__*/\nfunction (_Component) {\n _inheritsLoose(TimeDivider, _Component);\n\n function TimeDivider() {\n return _Component.apply(this, arguments) || this;\n }\n\n var _proto = TimeDivider.prototype;\n\n /**\n * Create the component's DOM element\n *\n * @return {Element}\n * The element that was created.\n */\n _proto.createEl = function createEl() {\n return _Component.prototype.createEl.call(this, 'div', {\n className: 'vjs-time-control vjs-time-divider',\n innerHTML: '<div><span>/</span></div>'\n }, {\n // this element and its contents can be hidden from assistive techs since\n // it is made extraneous by the announcement of the control text\n // for the current time and duration displays\n 'aria-hidden': true\n });\n };\n\n return TimeDivider;\n}(Component);\n\nComponent.registerComponent('TimeDivider', TimeDivider);\n\n/**\n * Displays the time left in the video\n *\n * @extends Component\n */\n\nvar RemainingTimeDisplay =\n/*#__PURE__*/\nfunction (_TimeDisplay) {\n _inheritsLoose(RemainingTimeDisplay, _TimeDisplay);\n\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n */\n function RemainingTimeDisplay(player, options) {\n var _this;\n\n _this = _TimeDisplay.call(this, player, options) || this;\n\n _this.on(player, 'durationchange', _this.throttledUpdateContent);\n\n _this.on(player, 'ended', _this.handleEnded);\n\n return _this;\n }\n /**\n * Builds the default DOM `className`.\n *\n * @return {string}\n * The DOM `className` for this object.\n */\n\n\n var _proto = RemainingTimeDisplay.prototype;\n\n _proto.buildCSSClass = function buildCSSClass() {\n return 'vjs-remaining-time';\n };\n /**\n * The remaining time display prefixes numbers with a \"minus\" character.\n *\n * @param {number} time\n * A numeric time, in seconds.\n *\n * @return {string}\n * A formatted time\n *\n * @private\n */\n\n\n _proto.formatTime_ = function formatTime_(time) {\n // TODO: The \"-\" should be decorative, and not announced by a screen reader\n return '-' + _TimeDisplay.prototype.formatTime_.call(this, time);\n };\n /**\n * Update remaining time display.\n *\n * @param {EventTarget~Event} [event]\n * The `timeupdate` or `durationchange` event that caused this to run.\n *\n * @listens Player#timeupdate\n * @listens Player#durationchange\n */\n\n\n _proto.updateContent = function updateContent(event) {\n if (!this.player_.duration()) {\n return;\n } // @deprecated We should only use remainingTimeDisplay\n // as of video.js 7\n\n\n if (this.player_.remainingTimeDisplay) {\n this.updateFormattedTime_(this.player_.remainingTimeDisplay());\n } else {\n this.updateFormattedTime_(this.player_.remainingTime());\n }\n };\n /**\n * When the player fires ended there should be no time left. Sadly\n * this is not always the case, lets make it seem like that is the case\n * for users.\n *\n * @param {EventTarget~Event} [event]\n * The `ended` event that caused this to run.\n *\n * @listens Player#ended\n */\n\n\n _proto.handleEnded = function handleEnded(event) {\n if (!this.player_.duration()) {\n return;\n }\n\n this.updateFormattedTime_(0);\n };\n\n return RemainingTimeDisplay;\n}(TimeDisplay);\n/**\n * The text that is added to the `RemainingTimeDisplay` for screen reader users.\n *\n * @type {string}\n * @private\n */\n\n\nRemainingTimeDisplay.prototype.labelText_ = 'Remaining Time';\n/**\n * The text that should display over the `RemainingTimeDisplay`s controls. Added to for localization.\n *\n * @type {string}\n * @private\n *\n * @deprecated in v7; controlText_ is not used in non-active display Components\n */\n\nRemainingTimeDisplay.prototype.controlText_ = 'Remaining Time';\nComponent.registerComponent('RemainingTimeDisplay', RemainingTimeDisplay);\n\n/**\n * Displays the live indicator when duration is Infinity.\n *\n * @extends Component\n */\n\nvar LiveDisplay =\n/*#__PURE__*/\nfunction (_Component) {\n _inheritsLoose(LiveDisplay, _Component);\n\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n */\n function LiveDisplay(player, options) {\n var _this;\n\n _this = _Component.call(this, player, options) || this;\n\n _this.updateShowing();\n\n _this.on(_this.player(), 'durationchange', _this.updateShowing);\n\n return _this;\n }\n /**\n * Create the `Component`'s DOM element\n *\n * @return {Element}\n * The element that was created.\n */\n\n\n var _proto = LiveDisplay.prototype;\n\n _proto.createEl = function createEl$$1() {\n var el = _Component.prototype.createEl.call(this, 'div', {\n className: 'vjs-live-control vjs-control'\n });\n\n this.contentEl_ = createEl('div', {\n className: 'vjs-live-display',\n innerHTML: \"<span class=\\\"vjs-control-text\\\">\" + this.localize('Stream Type') + \"\\xA0</span>\" + this.localize('LIVE')\n }, {\n 'aria-live': 'off'\n });\n el.appendChild(this.contentEl_);\n return el;\n };\n\n _proto.dispose = function dispose() {\n this.contentEl_ = null;\n\n _Component.prototype.dispose.call(this);\n };\n /**\n * Check the duration to see if the LiveDisplay should be showing or not. Then show/hide\n * it accordingly\n *\n * @param {EventTarget~Event} [event]\n * The {@link Player#durationchange} event that caused this function to run.\n *\n * @listens Player#durationchange\n */\n\n\n _proto.updateShowing = function updateShowing(event) {\n if (this.player().duration() === Infinity) {\n this.show();\n } else {\n this.hide();\n }\n };\n\n return LiveDisplay;\n}(Component);\n\nComponent.registerComponent('LiveDisplay', LiveDisplay);\n\n/**\n * Displays the live indicator when duration is Infinity.\n *\n * @extends Component\n */\n\nvar SeekToLive =\n/*#__PURE__*/\nfunction (_Button) {\n _inheritsLoose(SeekToLive, _Button);\n\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n */\n function SeekToLive(player, options) {\n var _this;\n\n _this = _Button.call(this, player, options) || this;\n\n _this.updateLiveEdgeStatus();\n\n if (_this.player_.liveTracker) {\n _this.on(_this.player_.liveTracker, 'liveedgechange', _this.updateLiveEdgeStatus);\n }\n\n return _this;\n }\n /**\n * Create the `Component`'s DOM element\n *\n * @return {Element}\n * The element that was created.\n */\n\n\n var _proto = SeekToLive.prototype;\n\n _proto.createEl = function createEl$$1() {\n var el = _Button.prototype.createEl.call(this, 'button', {\n className: 'vjs-seek-to-live-control vjs-control'\n });\n\n this.textEl_ = createEl('span', {\n className: 'vjs-seek-to-live-text',\n innerHTML: this.localize('LIVE')\n }, {\n 'aria-hidden': 'true'\n });\n el.appendChild(this.textEl_);\n return el;\n };\n /**\n * Update the state of this button if we are at the live edge\n * or not\n */\n\n\n _proto.updateLiveEdgeStatus = function updateLiveEdgeStatus(e) {\n // default to live edge\n if (!this.player_.liveTracker || this.player_.liveTracker.atLiveEdge()) {\n this.setAttribute('aria-disabled', true);\n this.addClass('vjs-at-live-edge');\n this.controlText('Seek to live, currently playing live');\n } else {\n this.setAttribute('aria-disabled', false);\n this.removeClass('vjs-at-live-edge');\n this.controlText('Seek to live, currently behind live');\n }\n };\n /**\n * On click bring us as near to the live point as possible.\n * This requires that we wait for the next `live-seekable-change`\n * event which will happen every segment length seconds.\n */\n\n\n _proto.handleClick = function handleClick() {\n this.player_.liveTracker.seekToLiveEdge();\n };\n /**\n * Dispose of the element and stop tracking\n */\n\n\n _proto.dispose = function dispose() {\n if (this.player_.liveTracker) {\n this.off(this.player_.liveTracker, 'liveedgechange', this.updateLiveEdgeStatus);\n }\n\n this.textEl_ = null;\n\n _Button.prototype.dispose.call(this);\n };\n\n return SeekToLive;\n}(Button);\n\nSeekToLive.prototype.controlText_ = 'Seek to live, currently playing live';\nComponent.registerComponent('SeekToLive', SeekToLive);\n\n/**\n * The base functionality for a slider. Can be vertical or horizontal.\n * For instance the volume bar or the seek bar on a video is a slider.\n *\n * @extends Component\n */\n\nvar Slider =\n/*#__PURE__*/\nfunction (_Component) {\n _inheritsLoose(Slider, _Component);\n\n /**\n * Create an instance of this class\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n */\n function Slider(player, options) {\n var _this;\n\n _this = _Component.call(this, player, options) || this; // Set property names to bar to match with the child Slider class is looking for\n\n _this.bar = _this.getChild(_this.options_.barName); // Set a horizontal or vertical class on the slider depending on the slider type\n\n _this.vertical(!!_this.options_.vertical);\n\n _this.enable();\n\n return _this;\n }\n /**\n * Are controls are currently enabled for this slider or not.\n *\n * @return {boolean}\n * true if controls are enabled, false otherwise\n */\n\n\n var _proto = Slider.prototype;\n\n _proto.enabled = function enabled() {\n return this.enabled_;\n };\n /**\n * Enable controls for this slider if they are disabled\n */\n\n\n _proto.enable = function enable() {\n if (this.enabled()) {\n return;\n }\n\n this.on('mousedown', this.handleMouseDown);\n this.on('touchstart', this.handleMouseDown);\n this.on('focus', this.handleFocus);\n this.on('blur', this.handleBlur);\n this.on('click', this.handleClick);\n this.on(this.player_, 'controlsvisible', this.update);\n\n if (this.playerEvent) {\n this.on(this.player_, this.playerEvent, this.update);\n }\n\n this.removeClass('disabled');\n this.setAttribute('tabindex', 0);\n this.enabled_ = true;\n };\n /**\n * Disable controls for this slider if they are enabled\n */\n\n\n _proto.disable = function disable() {\n if (!this.enabled()) {\n return;\n }\n\n var doc = this.bar.el_.ownerDocument;\n this.off('mousedown', this.handleMouseDown);\n this.off('touchstart', this.handleMouseDown);\n this.off('focus', this.handleFocus);\n this.off('blur', this.handleBlur);\n this.off('click', this.handleClick);\n this.off(this.player_, 'controlsvisible', this.update);\n this.off(doc, 'mousemove', this.handleMouseMove);\n this.off(doc, 'mouseup', this.handleMouseUp);\n this.off(doc, 'touchmove', this.handleMouseMove);\n this.off(doc, 'touchend', this.handleMouseUp);\n this.removeAttribute('tabindex');\n this.addClass('disabled');\n\n if (this.playerEvent) {\n this.off(this.player_, this.playerEvent, this.update);\n }\n\n this.enabled_ = false;\n };\n /**\n * Create the `Slider`s DOM element.\n *\n * @param {string} type\n * Type of element to create.\n *\n * @param {Object} [props={}]\n * List of properties in Object form.\n *\n * @param {Object} [attributes={}]\n * list of attributes in Object form.\n *\n * @return {Element}\n * The element that gets created.\n */\n\n\n _proto.createEl = function createEl$$1(type, props, attributes) {\n if (props === void 0) {\n props = {};\n }\n\n if (attributes === void 0) {\n attributes = {};\n }\n\n // Add the slider element class to all sub classes\n props.className = props.className + ' vjs-slider';\n props = assign({\n tabIndex: 0\n }, props);\n attributes = assign({\n 'role': 'slider',\n 'aria-valuenow': 0,\n 'aria-valuemin': 0,\n 'aria-valuemax': 100,\n 'tabIndex': 0\n }, attributes);\n return _Component.prototype.createEl.call(this, type, props, attributes);\n };\n /**\n * Handle `mousedown` or `touchstart` events on the `Slider`.\n *\n * @param {EventTarget~Event} event\n * `mousedown` or `touchstart` event that triggered this function\n *\n * @listens mousedown\n * @listens touchstart\n * @fires Slider#slideractive\n */\n\n\n _proto.handleMouseDown = function handleMouseDown(event) {\n var doc = this.bar.el_.ownerDocument;\n\n if (event.type === 'mousedown') {\n event.preventDefault();\n } // Do not call preventDefault() on touchstart in Chrome\n // to avoid console warnings. Use a 'touch-action: none' style\n // instead to prevent unintented scrolling.\n // https://developers.google.com/web/updates/2017/01/scrolling-intervention\n\n\n if (event.type === 'touchstart' && !IS_CHROME) {\n event.preventDefault();\n }\n\n blockTextSelection();\n this.addClass('vjs-sliding');\n /**\n * Triggered when the slider is in an active state\n *\n * @event Slider#slideractive\n * @type {EventTarget~Event}\n */\n\n this.trigger('slideractive');\n this.on(doc, 'mousemove', this.handleMouseMove);\n this.on(doc, 'mouseup', this.handleMouseUp);\n this.on(doc, 'touchmove', this.handleMouseMove);\n this.on(doc, 'touchend', this.handleMouseUp);\n this.handleMouseMove(event);\n };\n /**\n * Handle the `mousemove`, `touchmove`, and `mousedown` events on this `Slider`.\n * The `mousemove` and `touchmove` events will only only trigger this function during\n * `mousedown` and `touchstart`. This is due to {@link Slider#handleMouseDown} and\n * {@link Slider#handleMouseUp}.\n *\n * @param {EventTarget~Event} event\n * `mousedown`, `mousemove`, `touchstart`, or `touchmove` event that triggered\n * this function\n *\n * @listens mousemove\n * @listens touchmove\n */\n\n\n _proto.handleMouseMove = function handleMouseMove(event) {};\n /**\n * Handle `mouseup` or `touchend` events on the `Slider`.\n *\n * @param {EventTarget~Event} event\n * `mouseup` or `touchend` event that triggered this function.\n *\n * @listens touchend\n * @listens mouseup\n * @fires Slider#sliderinactive\n */\n\n\n _proto.handleMouseUp = function handleMouseUp() {\n var doc = this.bar.el_.ownerDocument;\n unblockTextSelection();\n this.removeClass('vjs-sliding');\n /**\n * Triggered when the slider is no longer in an active state.\n *\n * @event Slider#sliderinactive\n * @type {EventTarget~Event}\n */\n\n this.trigger('sliderinactive');\n this.off(doc, 'mousemove', this.handleMouseMove);\n this.off(doc, 'mouseup', this.handleMouseUp);\n this.off(doc, 'touchmove', this.handleMouseMove);\n this.off(doc, 'touchend', this.handleMouseUp);\n this.update();\n };\n /**\n * Update the progress bar of the `Slider`.\n *\n * @return {number}\n * The percentage of progress the progress bar represents as a\n * number from 0 to 1.\n */\n\n\n _proto.update = function update() {\n // In VolumeBar init we have a setTimeout for update that pops and update\n // to the end of the execution stack. The player is destroyed before then\n // update will cause an error\n if (!this.el_) {\n return;\n } // If scrubbing, we could use a cached value to make the handle keep up\n // with the user's mouse. On HTML5 browsers scrubbing is really smooth, but\n // some flash players are slow, so we might want to utilize this later.\n // var progress = (this.player_.scrubbing()) ? this.player_.getCache().currentTime / this.player_.duration() : this.player_.currentTime() / this.player_.duration();\n\n\n var progress = this.getPercent();\n var bar = this.bar; // If there's no bar...\n\n if (!bar) {\n return;\n } // Protect against no duration and other division issues\n\n\n if (typeof progress !== 'number' || progress !== progress || progress < 0 || progress === Infinity) {\n progress = 0;\n } // Convert to a percentage for setting\n\n\n var percentage = (progress * 100).toFixed(2) + '%';\n var style = bar.el().style; // Set the new bar width or height\n\n if (this.vertical()) {\n style.height = percentage;\n } else {\n style.width = percentage;\n }\n\n return progress;\n };\n /**\n * Calculate distance for slider\n *\n * @param {EventTarget~Event} event\n * The event that caused this function to run.\n *\n * @return {number}\n * The current position of the Slider.\n * - position.x for vertical `Slider`s\n * - position.y for horizontal `Slider`s\n */\n\n\n _proto.calculateDistance = function calculateDistance(event) {\n var position = getPointerPosition(this.el_, event);\n\n if (this.vertical()) {\n return position.y;\n }\n\n return position.x;\n };\n /**\n * Handle a `focus` event on this `Slider`.\n *\n * @param {EventTarget~Event} event\n * The `focus` event that caused this function to run.\n *\n * @listens focus\n */\n\n\n _proto.handleFocus = function handleFocus() {\n this.on(this.bar.el_.ownerDocument, 'keydown', this.handleKeyPress);\n };\n /**\n * Handle a `keydown` event on the `Slider`. Watches for left, rigth, up, and down\n * arrow keys. This function will only be called when the slider has focus. See\n * {@link Slider#handleFocus} and {@link Slider#handleBlur}.\n *\n * @param {EventTarget~Event} event\n * the `keydown` event that caused this function to run.\n *\n * @listens keydown\n */\n\n\n _proto.handleKeyPress = function handleKeyPress(event) {\n // Left and Down Arrows\n if (event.which === 37 || event.which === 40) {\n event.preventDefault();\n this.stepBack(); // Up and Right Arrows\n } else if (event.which === 38 || event.which === 39) {\n event.preventDefault();\n this.stepForward();\n }\n };\n /**\n * Handle a `blur` event on this `Slider`.\n *\n * @param {EventTarget~Event} event\n * The `blur` event that caused this function to run.\n *\n * @listens blur\n */\n\n\n _proto.handleBlur = function handleBlur() {\n this.off(this.bar.el_.ownerDocument, 'keydown', this.handleKeyPress);\n };\n /**\n * Listener for click events on slider, used to prevent clicks\n * from bubbling up to parent elements like button menus.\n *\n * @param {Object} event\n * Event that caused this object to run\n */\n\n\n _proto.handleClick = function handleClick(event) {\n event.stopImmediatePropagation();\n event.preventDefault();\n };\n /**\n * Get/set if slider is horizontal for vertical\n *\n * @param {boolean} [bool]\n * - true if slider is vertical,\n * - false is horizontal\n *\n * @return {boolean}\n * - true if slider is vertical, and getting\n * - false if the slider is horizontal, and getting\n */\n\n\n _proto.vertical = function vertical(bool) {\n if (bool === undefined) {\n return this.vertical_ || false;\n }\n\n this.vertical_ = !!bool;\n\n if (this.vertical_) {\n this.addClass('vjs-slider-vertical');\n } else {\n this.addClass('vjs-slider-horizontal');\n }\n };\n\n return Slider;\n}(Component);\n\nComponent.registerComponent('Slider', Slider);\n\n/**\n * Shows loading progress\n *\n * @extends Component\n */\n\nvar LoadProgressBar =\n/*#__PURE__*/\nfunction (_Component) {\n _inheritsLoose(LoadProgressBar, _Component);\n\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n */\n function LoadProgressBar(player, options) {\n var _this;\n\n _this = _Component.call(this, player, options) || this;\n _this.partEls_ = [];\n\n _this.on(player, 'progress', _this.update);\n\n return _this;\n }\n /**\n * Create the `Component`'s DOM element\n *\n * @return {Element}\n * The element that was created.\n */\n\n\n var _proto = LoadProgressBar.prototype;\n\n _proto.createEl = function createEl$$1() {\n return _Component.prototype.createEl.call(this, 'div', {\n className: 'vjs-load-progress',\n innerHTML: \"<span class=\\\"vjs-control-text\\\"><span>\" + this.localize('Loaded') + \"</span>: <span class=\\\"vjs-control-text-loaded-percentage\\\">0%</span></span>\"\n });\n };\n\n _proto.dispose = function dispose() {\n this.partEls_ = null;\n\n _Component.prototype.dispose.call(this);\n };\n /**\n * Update progress bar\n *\n * @param {EventTarget~Event} [event]\n * The `progress` event that caused this function to run.\n *\n * @listens Player#progress\n */\n\n\n _proto.update = function update(event) {\n var liveTracker = this.player_.liveTracker;\n var buffered = this.player_.buffered();\n var duration = liveTracker && liveTracker.isLive() ? liveTracker.seekableEnd() : this.player_.duration();\n var bufferedEnd = this.player_.bufferedEnd();\n var children = this.partEls_;\n var controlTextPercentage = this.$('.vjs-control-text-loaded-percentage'); // get the percent width of a time compared to the total end\n\n var percentify = function percentify(time, end, rounded) {\n // no NaN\n var percent = time / end || 0;\n percent = (percent >= 1 ? 1 : percent) * 100;\n\n if (rounded) {\n percent = percent.toFixed(2);\n }\n\n return percent + '%';\n }; // update the width of the progress bar\n\n\n this.el_.style.width = percentify(bufferedEnd, duration); // update the control-text\n\n textContent(controlTextPercentage, percentify(bufferedEnd, duration, true)); // add child elements to represent the individual buffered time ranges\n\n for (var i = 0; i < buffered.length; i++) {\n var start = buffered.start(i);\n var end = buffered.end(i);\n var part = children[i];\n\n if (!part) {\n part = this.el_.appendChild(createEl());\n children[i] = part;\n } // set the percent based on the width of the progress bar (bufferedEnd)\n\n\n part.style.left = percentify(start, bufferedEnd);\n part.style.width = percentify(end - start, bufferedEnd);\n } // remove unused buffered range elements\n\n\n for (var _i = children.length; _i > buffered.length; _i--) {\n this.el_.removeChild(children[_i - 1]);\n }\n\n children.length = buffered.length;\n };\n\n return LoadProgressBar;\n}(Component);\n\nComponent.registerComponent('LoadProgressBar', LoadProgressBar);\n\n/**\n * Time tooltips display a time above the progress bar.\n *\n * @extends Component\n */\n\nvar TimeTooltip =\n/*#__PURE__*/\nfunction (_Component) {\n _inheritsLoose(TimeTooltip, _Component);\n\n function TimeTooltip() {\n return _Component.apply(this, arguments) || this;\n }\n\n var _proto = TimeTooltip.prototype;\n\n /**\n * Create the time tooltip DOM element\n *\n * @return {Element}\n * The element that was created.\n */\n _proto.createEl = function createEl$$1() {\n return _Component.prototype.createEl.call(this, 'div', {\n className: 'vjs-time-tooltip'\n }, {\n 'aria-hidden': 'true'\n });\n };\n /**\n * Updates the position of the time tooltip relative to the `SeekBar`.\n *\n * @param {Object} seekBarRect\n * The `ClientRect` for the {@link SeekBar} element.\n *\n * @param {number} seekBarPoint\n * A number from 0 to 1, representing a horizontal reference point\n * from the left edge of the {@link SeekBar}\n */\n\n\n _proto.update = function update(seekBarRect, seekBarPoint, content) {\n var tooltipRect = getBoundingClientRect(this.el_);\n var playerRect = getBoundingClientRect(this.player_.el());\n var seekBarPointPx = seekBarRect.width * seekBarPoint; // do nothing if either rect isn't available\n // for example, if the player isn't in the DOM for testing\n\n if (!playerRect || !tooltipRect) {\n return;\n } // This is the space left of the `seekBarPoint` available within the bounds\n // of the player. We calculate any gap between the left edge of the player\n // and the left edge of the `SeekBar` and add the number of pixels in the\n // `SeekBar` before hitting the `seekBarPoint`\n\n\n var spaceLeftOfPoint = seekBarRect.left - playerRect.left + seekBarPointPx; // This is the space right of the `seekBarPoint` available within the bounds\n // of the player. We calculate the number of pixels from the `seekBarPoint`\n // to the right edge of the `SeekBar` and add to that any gap between the\n // right edge of the `SeekBar` and the player.\n\n var spaceRightOfPoint = seekBarRect.width - seekBarPointPx + (playerRect.right - seekBarRect.right); // This is the number of pixels by which the tooltip will need to be pulled\n // further to the right to center it over the `seekBarPoint`.\n\n var pullTooltipBy = tooltipRect.width / 2; // Adjust the `pullTooltipBy` distance to the left or right depending on\n // the results of the space calculations above.\n\n if (spaceLeftOfPoint < pullTooltipBy) {\n pullTooltipBy += pullTooltipBy - spaceLeftOfPoint;\n } else if (spaceRightOfPoint < pullTooltipBy) {\n pullTooltipBy = spaceRightOfPoint;\n } // Due to the imprecision of decimal/ratio based calculations and varying\n // rounding behaviors, there are cases where the spacing adjustment is off\n // by a pixel or two. This adds insurance to these calculations.\n\n\n if (pullTooltipBy < 0) {\n pullTooltipBy = 0;\n } else if (pullTooltipBy > tooltipRect.width) {\n pullTooltipBy = tooltipRect.width;\n }\n\n this.el_.style.right = \"-\" + pullTooltipBy + \"px\";\n textContent(this.el_, content);\n };\n /**\n * Updates the position of the time tooltip relative to the `SeekBar`.\n *\n * @param {Object} seekBarRect\n * The `ClientRect` for the {@link SeekBar} element.\n *\n * @param {number} seekBarPoint\n * A number from 0 to 1, representing a horizontal reference point\n * from the left edge of the {@link SeekBar}\n *\n * @param {number} time\n * The time to update the tooltip to, not used during live playback\n *\n * @param {Function} cb\n * A function that will be called during the request animation frame\n * for tooltips that need to do additional animations from the default\n */\n\n\n _proto.updateTime = function updateTime(seekBarRect, seekBarPoint, time, cb) {\n var _this = this;\n\n // If there is an existing rAF ID, cancel it so we don't over-queue.\n if (this.rafId_) {\n this.cancelAnimationFrame(this.rafId_);\n }\n\n this.rafId_ = this.requestAnimationFrame(function () {\n var content;\n\n var duration = _this.player_.duration();\n\n if (_this.player_.liveTracker && _this.player_.liveTracker.isLive()) {\n var liveWindow = _this.player_.liveTracker.liveWindow();\n\n var secondsBehind = liveWindow - seekBarPoint * liveWindow;\n content = (secondsBehind < 1 ? '' : '-') + formatTime(secondsBehind, liveWindow);\n } else {\n content = formatTime(time, duration);\n }\n\n _this.update(seekBarRect, seekBarPoint, content);\n\n if (cb) {\n cb();\n }\n });\n };\n\n return TimeTooltip;\n}(Component);\n\nComponent.registerComponent('TimeTooltip', TimeTooltip);\n\n/**\n * Used by {@link SeekBar} to display media playback progress as part of the\n * {@link ProgressControl}.\n *\n * @extends Component\n */\n\nvar PlayProgressBar =\n/*#__PURE__*/\nfunction (_Component) {\n _inheritsLoose(PlayProgressBar, _Component);\n\n function PlayProgressBar() {\n return _Component.apply(this, arguments) || this;\n }\n\n var _proto = PlayProgressBar.prototype;\n\n /**\n * Create the the DOM element for this class.\n *\n * @return {Element}\n * The element that was created.\n */\n _proto.createEl = function createEl() {\n return _Component.prototype.createEl.call(this, 'div', {\n className: 'vjs-play-progress vjs-slider-bar'\n }, {\n 'aria-hidden': 'true'\n });\n };\n /**\n * Enqueues updates to its own DOM as well as the DOM of its\n * {@link TimeTooltip} child.\n *\n * @param {Object} seekBarRect\n * The `ClientRect` for the {@link SeekBar} element.\n *\n * @param {number} seekBarPoint\n * A number from 0 to 1, representing a horizontal reference point\n * from the left edge of the {@link SeekBar}\n */\n\n\n _proto.update = function update(seekBarRect, seekBarPoint) {\n var timeTooltip = this.getChild('timeTooltip');\n\n if (!timeTooltip) {\n return;\n }\n\n var time = this.player_.scrubbing() ? this.player_.getCache().currentTime : this.player_.currentTime();\n timeTooltip.updateTime(seekBarRect, seekBarPoint, time);\n };\n\n return PlayProgressBar;\n}(Component);\n/**\n * Default options for {@link PlayProgressBar}.\n *\n * @type {Object}\n * @private\n */\n\n\nPlayProgressBar.prototype.options_ = {\n children: []\n}; // Time tooltips should not be added to a player on mobile devices\n\nif (!IS_IOS && !IS_ANDROID) {\n PlayProgressBar.prototype.options_.children.push('timeTooltip');\n}\n\nComponent.registerComponent('PlayProgressBar', PlayProgressBar);\n\n/**\n * The {@link MouseTimeDisplay} component tracks mouse movement over the\n * {@link ProgressControl}. It displays an indicator and a {@link TimeTooltip}\n * indicating the time which is represented by a given point in the\n * {@link ProgressControl}.\n *\n * @extends Component\n */\n\nvar MouseTimeDisplay =\n/*#__PURE__*/\nfunction (_Component) {\n _inheritsLoose(MouseTimeDisplay, _Component);\n\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The {@link Player} that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n */\n function MouseTimeDisplay(player, options) {\n var _this;\n\n _this = _Component.call(this, player, options) || this;\n _this.update = throttle(bind(_assertThisInitialized(_assertThisInitialized(_this)), _this.update), 25);\n return _this;\n }\n /**\n * Create the DOM element for this class.\n *\n * @return {Element}\n * The element that was created.\n */\n\n\n var _proto = MouseTimeDisplay.prototype;\n\n _proto.createEl = function createEl() {\n return _Component.prototype.createEl.call(this, 'div', {\n className: 'vjs-mouse-display'\n });\n };\n /**\n * Enqueues updates to its own DOM as well as the DOM of its\n * {@link TimeTooltip} child.\n *\n * @param {Object} seekBarRect\n * The `ClientRect` for the {@link SeekBar} element.\n *\n * @param {number} seekBarPoint\n * A number from 0 to 1, representing a horizontal reference point\n * from the left edge of the {@link SeekBar}\n */\n\n\n _proto.update = function update(seekBarRect, seekBarPoint) {\n var _this2 = this;\n\n var time = seekBarPoint * this.player_.duration();\n this.getChild('timeTooltip').updateTime(seekBarRect, seekBarPoint, time, function () {\n _this2.el_.style.left = seekBarRect.width * seekBarPoint + \"px\";\n });\n };\n\n return MouseTimeDisplay;\n}(Component);\n/**\n * Default options for `MouseTimeDisplay`\n *\n * @type {Object}\n * @private\n */\n\n\nMouseTimeDisplay.prototype.options_ = {\n children: ['timeTooltip']\n};\nComponent.registerComponent('MouseTimeDisplay', MouseTimeDisplay);\n\nvar STEP_SECONDS = 5; // The interval at which the bar should update as it progresses.\n\nvar UPDATE_REFRESH_INTERVAL = 30;\n/**\n * Seek bar and container for the progress bars. Uses {@link PlayProgressBar}\n * as its `bar`.\n *\n * @extends Slider\n */\n\nvar SeekBar =\n/*#__PURE__*/\nfunction (_Slider) {\n _inheritsLoose(SeekBar, _Slider);\n\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n */\n function SeekBar(player, options) {\n var _this;\n\n _this = _Slider.call(this, player, options) || this;\n\n _this.setEventHandlers_();\n\n return _this;\n }\n /**\n * Sets the event handlers\n *\n * @private\n */\n\n\n var _proto = SeekBar.prototype;\n\n _proto.setEventHandlers_ = function setEventHandlers_() {\n var _this2 = this;\n\n this.update = throttle(bind(this, this.update), UPDATE_REFRESH_INTERVAL);\n this.on(this.player_, 'timeupdate', this.update);\n this.on(this.player_, 'ended', this.handleEnded);\n this.on(this.player_, 'durationchange', this.update);\n\n if (this.player_.liveTracker) {\n this.on(this.player_.liveTracker, 'liveedgechange', this.update);\n } // when playing, let's ensure we smoothly update the play progress bar\n // via an interval\n\n\n this.updateInterval = null;\n this.on(this.player_, ['playing'], function () {\n _this2.clearInterval(_this2.updateInterval);\n\n _this2.updateInterval = _this2.setInterval(function () {\n _this2.requestAnimationFrame(function () {\n _this2.update();\n });\n }, UPDATE_REFRESH_INTERVAL);\n });\n this.on(this.player_, ['ended', 'pause', 'waiting'], function (e) {\n if (_this2.player_.liveTracker && _this2.player_.liveTracker.isLive() && e.type !== 'ended') {\n return;\n }\n\n _this2.clearInterval(_this2.updateInterval);\n });\n this.on(this.player_, ['timeupdate', 'ended'], this.update);\n };\n /**\n * Create the `Component`'s DOM element\n *\n * @return {Element}\n * The element that was created.\n */\n\n\n _proto.createEl = function createEl$$1() {\n return _Slider.prototype.createEl.call(this, 'div', {\n className: 'vjs-progress-holder'\n }, {\n 'aria-label': this.localize('Progress Bar')\n });\n };\n /**\n * This function updates the play progress bar and accessibility\n * attributes to whatever is passed in.\n *\n * @param {number} currentTime\n * The currentTime value that should be used for accessibility\n *\n * @param {number} percent\n * The percentage as a decimal that the bar should be filled from 0-1.\n *\n * @private\n */\n\n\n _proto.update_ = function update_(currentTime, percent) {\n var liveTracker = this.player_.liveTracker;\n var duration = this.player_.duration();\n\n if (liveTracker && liveTracker.isLive()) {\n duration = this.player_.liveTracker.liveCurrentTime();\n }\n\n if (liveTracker && liveTracker.seekableEnd() === Infinity) {\n this.disable();\n } else {\n this.enable();\n } // machine readable value of progress bar (percentage complete)\n\n\n this.el_.setAttribute('aria-valuenow', (percent * 100).toFixed(2)); // human readable value of progress bar (time complete)\n\n this.el_.setAttribute('aria-valuetext', this.localize('progress bar timing: currentTime={1} duration={2}', [formatTime(currentTime, duration), formatTime(duration, duration)], '{1} of {2}')); // Update the `PlayProgressBar`.\n\n this.bar.update(getBoundingClientRect(this.el_), percent);\n };\n /**\n * Update the seek bar's UI.\n *\n * @param {EventTarget~Event} [event]\n * The `timeupdate` or `ended` event that caused this to run.\n *\n * @listens Player#timeupdate\n *\n * @return {number}\n * The current percent at a number from 0-1\n */\n\n\n _proto.update = function update(event) {\n var percent = _Slider.prototype.update.call(this);\n\n this.update_(this.getCurrentTime_(), percent);\n return percent;\n };\n /**\n * Get the value of current time but allows for smooth scrubbing,\n * when player can't keep up.\n *\n * @return {number}\n * The current time value to display\n *\n * @private\n */\n\n\n _proto.getCurrentTime_ = function getCurrentTime_() {\n return this.player_.scrubbing() ? this.player_.getCache().currentTime : this.player_.currentTime();\n };\n /**\n * We want the seek bar to be full on ended\n * no matter what the actual internal values are. so we force it.\n *\n * @param {EventTarget~Event} [event]\n * The `timeupdate` or `ended` event that caused this to run.\n *\n * @listens Player#ended\n */\n\n\n _proto.handleEnded = function handleEnded(event) {\n this.update_(this.player_.duration(), 1);\n };\n /**\n * Get the percentage of media played so far.\n *\n * @return {number}\n * The percentage of media played so far (0 to 1).\n */\n\n\n _proto.getPercent = function getPercent() {\n var currentTime = this.getCurrentTime_();\n var percent;\n var liveTracker = this.player_.liveTracker;\n\n if (liveTracker && liveTracker.isLive()) {\n percent = (currentTime - liveTracker.seekableStart()) / liveTracker.liveWindow(); // prevent the percent from changing at the live edge\n\n if (liveTracker.atLiveEdge()) {\n percent = 1;\n }\n } else {\n percent = currentTime / this.player_.duration();\n }\n\n return percent >= 1 ? 1 : percent || 0;\n };\n /**\n * Handle mouse down on seek bar\n *\n * @param {EventTarget~Event} event\n * The `mousedown` event that caused this to run.\n *\n * @listens mousedown\n */\n\n\n _proto.handleMouseDown = function handleMouseDown(event) {\n if (!isSingleLeftClick(event)) {\n return;\n } // Stop event propagation to prevent double fire in progress-control.js\n\n\n event.stopPropagation();\n this.player_.scrubbing(true);\n this.videoWasPlaying = !this.player_.paused();\n this.player_.pause();\n\n _Slider.prototype.handleMouseDown.call(this, event);\n };\n /**\n * Handle mouse move on seek bar\n *\n * @param {EventTarget~Event} event\n * The `mousemove` event that caused this to run.\n *\n * @listens mousemove\n */\n\n\n _proto.handleMouseMove = function handleMouseMove(event) {\n if (!isSingleLeftClick(event)) {\n return;\n }\n\n var newTime;\n var distance = this.calculateDistance(event);\n var liveTracker = this.player_.liveTracker;\n\n if (!liveTracker || !liveTracker.isLive()) {\n newTime = distance * this.player_.duration(); // Don't let video end while scrubbing.\n\n if (newTime === this.player_.duration()) {\n newTime = newTime - 0.1;\n }\n } else {\n var seekableStart = liveTracker.seekableStart();\n var seekableEnd = liveTracker.liveCurrentTime();\n newTime = seekableStart + distance * liveTracker.liveWindow(); // Don't let video end while scrubbing.\n\n if (newTime >= seekableEnd) {\n newTime = seekableEnd;\n } // Compensate for precision differences so that currentTime is not less\n // than seekable start\n\n\n if (newTime <= seekableStart) {\n newTime = seekableStart + 0.1;\n } // On android seekableEnd can be Infinity sometimes,\n // this will cause newTime to be Infinity, which is\n // not a valid currentTime.\n\n\n if (newTime === Infinity) {\n return;\n }\n } // Set new time (tell player to seek to new time)\n\n\n this.player_.currentTime(newTime);\n };\n\n _proto.enable = function enable() {\n _Slider.prototype.enable.call(this);\n\n var mouseTimeDisplay = this.getChild('mouseTimeDisplay');\n\n if (!mouseTimeDisplay) {\n return;\n }\n\n mouseTimeDisplay.show();\n };\n\n _proto.disable = function disable() {\n _Slider.prototype.disable.call(this);\n\n var mouseTimeDisplay = this.getChild('mouseTimeDisplay');\n\n if (!mouseTimeDisplay) {\n return;\n }\n\n mouseTimeDisplay.hide();\n };\n /**\n * Handle mouse up on seek bar\n *\n * @param {EventTarget~Event} event\n * The `mouseup` event that caused this to run.\n *\n * @listens mouseup\n */\n\n\n _proto.handleMouseUp = function handleMouseUp(event) {\n _Slider.prototype.handleMouseUp.call(this, event); // Stop event propagation to prevent double fire in progress-control.js\n\n\n if (event) {\n event.stopPropagation();\n }\n\n this.player_.scrubbing(false);\n /**\n * Trigger timeupdate because we're done seeking and the time has changed.\n * This is particularly useful for if the player is paused to time the time displays.\n *\n * @event Tech#timeupdate\n * @type {EventTarget~Event}\n */\n\n this.player_.trigger({\n type: 'timeupdate',\n target: this,\n manuallyTriggered: true\n });\n\n if (this.videoWasPlaying) {\n silencePromise(this.player_.play());\n }\n };\n /**\n * Move more quickly fast forward for keyboard-only users\n */\n\n\n _proto.stepForward = function stepForward() {\n this.player_.currentTime(this.player_.currentTime() + STEP_SECONDS);\n };\n /**\n * Move more quickly rewind for keyboard-only users\n */\n\n\n _proto.stepBack = function stepBack() {\n this.player_.currentTime(this.player_.currentTime() - STEP_SECONDS);\n };\n /**\n * Toggles the playback state of the player\n * This gets called when enter or space is used on the seekbar\n *\n * @param {EventTarget~Event} event\n * The `keydown` event that caused this function to be called\n *\n */\n\n\n _proto.handleAction = function handleAction(event) {\n if (this.player_.paused()) {\n this.player_.play();\n } else {\n this.player_.pause();\n }\n };\n /**\n * Called when this SeekBar has focus and a key gets pressed down. By\n * default it will call `this.handleAction` when the key is space or enter.\n *\n * @param {EventTarget~Event} event\n * The `keydown` event that caused this function to be called.\n *\n * @listens keydown\n */\n\n\n _proto.handleKeyPress = function handleKeyPress(event) {\n // Support Space (32) or Enter (13) key operation to fire a click event\n if (event.which === 32 || event.which === 13) {\n event.preventDefault();\n this.handleAction(event);\n } else if (_Slider.prototype.handleKeyPress) {\n // Pass keypress handling up for unsupported keys\n _Slider.prototype.handleKeyPress.call(this, event);\n }\n };\n\n return SeekBar;\n}(Slider);\n/**\n * Default options for the `SeekBar`\n *\n * @type {Object}\n * @private\n */\n\n\nSeekBar.prototype.options_ = {\n children: ['loadProgressBar', 'playProgressBar'],\n barName: 'playProgressBar'\n}; // MouseTimeDisplay tooltips should not be added to a player on mobile devices\n\nif (!IS_IOS && !IS_ANDROID) {\n SeekBar.prototype.options_.children.splice(1, 0, 'mouseTimeDisplay');\n}\n/**\n * Call the update event for this Slider when this event happens on the player.\n *\n * @type {string}\n */\n\n\nSeekBar.prototype.playerEvent = 'timeupdate';\nComponent.registerComponent('SeekBar', SeekBar);\n\n/**\n * The Progress Control component contains the seek bar, load progress,\n * and play progress.\n *\n * @extends Component\n */\n\nvar ProgressControl =\n/*#__PURE__*/\nfunction (_Component) {\n _inheritsLoose(ProgressControl, _Component);\n\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n */\n function ProgressControl(player, options) {\n var _this;\n\n _this = _Component.call(this, player, options) || this;\n _this.handleMouseMove = throttle(bind(_assertThisInitialized(_assertThisInitialized(_this)), _this.handleMouseMove), 25);\n _this.throttledHandleMouseSeek = throttle(bind(_assertThisInitialized(_assertThisInitialized(_this)), _this.handleMouseSeek), 25);\n\n _this.enable();\n\n return _this;\n }\n /**\n * Create the `Component`'s DOM element\n *\n * @return {Element}\n * The element that was created.\n */\n\n\n var _proto = ProgressControl.prototype;\n\n _proto.createEl = function createEl$$1() {\n return _Component.prototype.createEl.call(this, 'div', {\n className: 'vjs-progress-control vjs-control'\n });\n };\n /**\n * When the mouse moves over the `ProgressControl`, the pointer position\n * gets passed down to the `MouseTimeDisplay` component.\n *\n * @param {EventTarget~Event} event\n * The `mousemove` event that caused this function to run.\n *\n * @listen mousemove\n */\n\n\n _proto.handleMouseMove = function handleMouseMove(event) {\n var seekBar = this.getChild('seekBar');\n\n if (seekBar) {\n var mouseTimeDisplay = seekBar.getChild('mouseTimeDisplay');\n var seekBarEl = seekBar.el();\n var seekBarRect = getBoundingClientRect(seekBarEl);\n var seekBarPoint = getPointerPosition(seekBarEl, event).x; // The default skin has a gap on either side of the `SeekBar`. This means\n // that it's possible to trigger this behavior outside the boundaries of\n // the `SeekBar`. This ensures we stay within it at all times.\n\n if (seekBarPoint > 1) {\n seekBarPoint = 1;\n } else if (seekBarPoint < 0) {\n seekBarPoint = 0;\n }\n\n if (mouseTimeDisplay) {\n mouseTimeDisplay.update(seekBarRect, seekBarPoint);\n }\n }\n };\n /**\n * A throttled version of the {@link ProgressControl#handleMouseSeek} listener.\n *\n * @method ProgressControl#throttledHandleMouseSeek\n * @param {EventTarget~Event} event\n * The `mousemove` event that caused this function to run.\n *\n * @listen mousemove\n * @listen touchmove\n */\n\n /**\n * Handle `mousemove` or `touchmove` events on the `ProgressControl`.\n *\n * @param {EventTarget~Event} event\n * `mousedown` or `touchstart` event that triggered this function\n *\n * @listens mousemove\n * @listens touchmove\n */\n\n\n _proto.handleMouseSeek = function handleMouseSeek(event) {\n var seekBar = this.getChild('seekBar');\n\n if (seekBar) {\n seekBar.handleMouseMove(event);\n }\n };\n /**\n * Are controls are currently enabled for this progress control.\n *\n * @return {boolean}\n * true if controls are enabled, false otherwise\n */\n\n\n _proto.enabled = function enabled() {\n return this.enabled_;\n };\n /**\n * Disable all controls on the progress control and its children\n */\n\n\n _proto.disable = function disable() {\n this.children().forEach(function (child) {\n return child.disable && child.disable();\n });\n\n if (!this.enabled()) {\n return;\n }\n\n this.off(['mousedown', 'touchstart'], this.handleMouseDown);\n this.off(this.el_, 'mousemove', this.handleMouseMove);\n this.handleMouseUp();\n this.addClass('disabled');\n this.enabled_ = false;\n };\n /**\n * Enable all controls on the progress control and its children\n */\n\n\n _proto.enable = function enable() {\n this.children().forEach(function (child) {\n return child.enable && child.enable();\n });\n\n if (this.enabled()) {\n return;\n }\n\n this.on(['mousedown', 'touchstart'], this.handleMouseDown);\n this.on(this.el_, 'mousemove', this.handleMouseMove);\n this.removeClass('disabled');\n this.enabled_ = true;\n };\n /**\n * Handle `mousedown` or `touchstart` events on the `ProgressControl`.\n *\n * @param {EventTarget~Event} event\n * `mousedown` or `touchstart` event that triggered this function\n *\n * @listens mousedown\n * @listens touchstart\n */\n\n\n _proto.handleMouseDown = function handleMouseDown(event) {\n var doc = this.el_.ownerDocument;\n var seekBar = this.getChild('seekBar');\n\n if (seekBar) {\n seekBar.handleMouseDown(event);\n }\n\n this.on(doc, 'mousemove', this.throttledHandleMouseSeek);\n this.on(doc, 'touchmove', this.throttledHandleMouseSeek);\n this.on(doc, 'mouseup', this.handleMouseUp);\n this.on(doc, 'touchend', this.handleMouseUp);\n };\n /**\n * Handle `mouseup` or `touchend` events on the `ProgressControl`.\n *\n * @param {EventTarget~Event} event\n * `mouseup` or `touchend` event that triggered this function.\n *\n * @listens touchend\n * @listens mouseup\n */\n\n\n _proto.handleMouseUp = function handleMouseUp(event) {\n var doc = this.el_.ownerDocument;\n var seekBar = this.getChild('seekBar');\n\n if (seekBar) {\n seekBar.handleMouseUp(event);\n }\n\n this.off(doc, 'mousemove', this.throttledHandleMouseSeek);\n this.off(doc, 'touchmove', this.throttledHandleMouseSeek);\n this.off(doc, 'mouseup', this.handleMouseUp);\n this.off(doc, 'touchend', this.handleMouseUp);\n };\n\n return ProgressControl;\n}(Component);\n/**\n * Default options for `ProgressControl`\n *\n * @type {Object}\n * @private\n */\n\n\nProgressControl.prototype.options_ = {\n children: ['seekBar']\n};\nComponent.registerComponent('ProgressControl', ProgressControl);\n\n/**\n * Toggle fullscreen video\n *\n * @extends Button\n */\n\nvar FullscreenToggle =\n/*#__PURE__*/\nfunction (_Button) {\n _inheritsLoose(FullscreenToggle, _Button);\n\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n */\n function FullscreenToggle(player, options) {\n var _this;\n\n _this = _Button.call(this, player, options) || this;\n\n _this.on(player, 'fullscreenchange', _this.handleFullscreenChange);\n\n if (document[FullscreenApi.fullscreenEnabled] === false) {\n _this.disable();\n }\n\n return _this;\n }\n /**\n * Builds the default DOM `className`.\n *\n * @return {string}\n * The DOM `className` for this object.\n */\n\n\n var _proto = FullscreenToggle.prototype;\n\n _proto.buildCSSClass = function buildCSSClass() {\n return \"vjs-fullscreen-control \" + _Button.prototype.buildCSSClass.call(this);\n };\n /**\n * Handles fullscreenchange on the player and change control text accordingly.\n *\n * @param {EventTarget~Event} [event]\n * The {@link Player#fullscreenchange} event that caused this function to be\n * called.\n *\n * @listens Player#fullscreenchange\n */\n\n\n _proto.handleFullscreenChange = function handleFullscreenChange(event) {\n if (this.player_.isFullscreen()) {\n this.controlText('Non-Fullscreen');\n } else {\n this.controlText('Fullscreen');\n }\n };\n /**\n * This gets called when an `FullscreenToggle` is \"clicked\". See\n * {@link ClickableComponent} for more detailed information on what a click can be.\n *\n * @param {EventTarget~Event} [event]\n * The `keydown`, `tap`, or `click` event that caused this function to be\n * called.\n *\n * @listens tap\n * @listens click\n */\n\n\n _proto.handleClick = function handleClick(event) {\n if (!this.player_.isFullscreen()) {\n this.player_.requestFullscreen();\n } else {\n this.player_.exitFullscreen();\n }\n };\n\n return FullscreenToggle;\n}(Button);\n/**\n * The text that should display over the `FullscreenToggle`s controls. Added for localization.\n *\n * @type {string}\n * @private\n */\n\n\nFullscreenToggle.prototype.controlText_ = 'Fullscreen';\nComponent.registerComponent('FullscreenToggle', FullscreenToggle);\n\n/**\n * Check if volume control is supported and if it isn't hide the\n * `Component` that was passed using the `vjs-hidden` class.\n *\n * @param {Component} self\n * The component that should be hidden if volume is unsupported\n *\n * @param {Player} player\n * A reference to the player\n *\n * @private\n */\nvar checkVolumeSupport = function checkVolumeSupport(self, player) {\n // hide volume controls when they're not supported by the current tech\n if (player.tech_ && !player.tech_.featuresVolumeControl) {\n self.addClass('vjs-hidden');\n }\n\n self.on(player, 'loadstart', function () {\n if (!player.tech_.featuresVolumeControl) {\n self.addClass('vjs-hidden');\n } else {\n self.removeClass('vjs-hidden');\n }\n });\n};\n\n/**\n * Shows volume level\n *\n * @extends Component\n */\n\nvar VolumeLevel =\n/*#__PURE__*/\nfunction (_Component) {\n _inheritsLoose(VolumeLevel, _Component);\n\n function VolumeLevel() {\n return _Component.apply(this, arguments) || this;\n }\n\n var _proto = VolumeLevel.prototype;\n\n /**\n * Create the `Component`'s DOM element\n *\n * @return {Element}\n * The element that was created.\n */\n _proto.createEl = function createEl() {\n return _Component.prototype.createEl.call(this, 'div', {\n className: 'vjs-volume-level',\n innerHTML: '<span class=\"vjs-control-text\"></span>'\n });\n };\n\n return VolumeLevel;\n}(Component);\n\nComponent.registerComponent('VolumeLevel', VolumeLevel);\n\n/**\n * The bar that contains the volume level and can be clicked on to adjust the level\n *\n * @extends Slider\n */\n\nvar VolumeBar =\n/*#__PURE__*/\nfunction (_Slider) {\n _inheritsLoose(VolumeBar, _Slider);\n\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n */\n function VolumeBar(player, options) {\n var _this;\n\n _this = _Slider.call(this, player, options) || this;\n\n _this.on('slideractive', _this.updateLastVolume_);\n\n _this.on(player, 'volumechange', _this.updateARIAAttributes);\n\n player.ready(function () {\n return _this.updateARIAAttributes();\n });\n return _this;\n }\n /**\n * Create the `Component`'s DOM element\n *\n * @return {Element}\n * The element that was created.\n */\n\n\n var _proto = VolumeBar.prototype;\n\n _proto.createEl = function createEl$$1() {\n return _Slider.prototype.createEl.call(this, 'div', {\n className: 'vjs-volume-bar vjs-slider-bar'\n }, {\n 'aria-label': this.localize('Volume Level'),\n 'aria-live': 'polite'\n });\n };\n /**\n * Handle mouse down on volume bar\n *\n * @param {EventTarget~Event} event\n * The `mousedown` event that caused this to run.\n *\n * @listens mousedown\n */\n\n\n _proto.handleMouseDown = function handleMouseDown(event) {\n if (!isSingleLeftClick(event)) {\n return;\n }\n\n _Slider.prototype.handleMouseDown.call(this, event);\n };\n /**\n * Handle movement events on the {@link VolumeMenuButton}.\n *\n * @param {EventTarget~Event} event\n * The event that caused this function to run.\n *\n * @listens mousemove\n */\n\n\n _proto.handleMouseMove = function handleMouseMove(event) {\n if (!isSingleLeftClick(event)) {\n return;\n }\n\n this.checkMuted();\n this.player_.volume(this.calculateDistance(event));\n };\n /**\n * If the player is muted unmute it.\n */\n\n\n _proto.checkMuted = function checkMuted() {\n if (this.player_.muted()) {\n this.player_.muted(false);\n }\n };\n /**\n * Get percent of volume level\n *\n * @return {number}\n * Volume level percent as a decimal number.\n */\n\n\n _proto.getPercent = function getPercent() {\n if (this.player_.muted()) {\n return 0;\n }\n\n return this.player_.volume();\n };\n /**\n * Increase volume level for keyboard users\n */\n\n\n _proto.stepForward = function stepForward() {\n this.checkMuted();\n this.player_.volume(this.player_.volume() + 0.1);\n };\n /**\n * Decrease volume level for keyboard users\n */\n\n\n _proto.stepBack = function stepBack() {\n this.checkMuted();\n this.player_.volume(this.player_.volume() - 0.1);\n };\n /**\n * Update ARIA accessibility attributes\n *\n * @param {EventTarget~Event} [event]\n * The `volumechange` event that caused this function to run.\n *\n * @listens Player#volumechange\n */\n\n\n _proto.updateARIAAttributes = function updateARIAAttributes(event) {\n var ariaValue = this.player_.muted() ? 0 : this.volumeAsPercentage_();\n this.el_.setAttribute('aria-valuenow', ariaValue);\n this.el_.setAttribute('aria-valuetext', ariaValue + '%');\n };\n /**\n * Returns the current value of the player volume as a percentage\n *\n * @private\n */\n\n\n _proto.volumeAsPercentage_ = function volumeAsPercentage_() {\n return Math.round(this.player_.volume() * 100);\n };\n /**\n * When user starts dragging the VolumeBar, store the volume and listen for\n * the end of the drag. When the drag ends, if the volume was set to zero,\n * set lastVolume to the stored volume.\n *\n * @listens slideractive\n * @private\n */\n\n\n _proto.updateLastVolume_ = function updateLastVolume_() {\n var _this2 = this;\n\n var volumeBeforeDrag = this.player_.volume();\n this.one('sliderinactive', function () {\n if (_this2.player_.volume() === 0) {\n _this2.player_.lastVolume_(volumeBeforeDrag);\n }\n });\n };\n\n return VolumeBar;\n}(Slider);\n/**\n * Default options for the `VolumeBar`\n *\n * @type {Object}\n * @private\n */\n\n\nVolumeBar.prototype.options_ = {\n children: ['volumeLevel'],\n barName: 'volumeLevel'\n};\n/**\n * Call the update event for this Slider when this event happens on the player.\n *\n * @type {string}\n */\n\nVolumeBar.prototype.playerEvent = 'volumechange';\nComponent.registerComponent('VolumeBar', VolumeBar);\n\n/**\n * The component for controlling the volume level\n *\n * @extends Component\n */\n\nvar VolumeControl =\n/*#__PURE__*/\nfunction (_Component) {\n _inheritsLoose(VolumeControl, _Component);\n\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options={}]\n * The key/value store of player options.\n */\n function VolumeControl(player, options) {\n var _this;\n\n if (options === void 0) {\n options = {};\n }\n\n options.vertical = options.vertical || false; // Pass the vertical option down to the VolumeBar if\n // the VolumeBar is turned on.\n\n if (typeof options.volumeBar === 'undefined' || isPlain(options.volumeBar)) {\n options.volumeBar = options.volumeBar || {};\n options.volumeBar.vertical = options.vertical;\n }\n\n _this = _Component.call(this, player, options) || this; // hide this control if volume support is missing\n\n checkVolumeSupport(_assertThisInitialized(_assertThisInitialized(_this)), player);\n _this.throttledHandleMouseMove = throttle(bind(_assertThisInitialized(_assertThisInitialized(_this)), _this.handleMouseMove), 25);\n\n _this.on('mousedown', _this.handleMouseDown);\n\n _this.on('touchstart', _this.handleMouseDown); // while the slider is active (the mouse has been pressed down and\n // is dragging) or in focus we do not want to hide the VolumeBar\n\n\n _this.on(_this.volumeBar, ['focus', 'slideractive'], function () {\n _this.volumeBar.addClass('vjs-slider-active');\n\n _this.addClass('vjs-slider-active');\n\n _this.trigger('slideractive');\n });\n\n _this.on(_this.volumeBar, ['blur', 'sliderinactive'], function () {\n _this.volumeBar.removeClass('vjs-slider-active');\n\n _this.removeClass('vjs-slider-active');\n\n _this.trigger('sliderinactive');\n });\n\n return _this;\n }\n /**\n * Create the `Component`'s DOM element\n *\n * @return {Element}\n * The element that was created.\n */\n\n\n var _proto = VolumeControl.prototype;\n\n _proto.createEl = function createEl() {\n var orientationClass = 'vjs-volume-horizontal';\n\n if (this.options_.vertical) {\n orientationClass = 'vjs-volume-vertical';\n }\n\n return _Component.prototype.createEl.call(this, 'div', {\n className: \"vjs-volume-control vjs-control \" + orientationClass\n });\n };\n /**\n * Handle `mousedown` or `touchstart` events on the `VolumeControl`.\n *\n * @param {EventTarget~Event} event\n * `mousedown` or `touchstart` event that triggered this function\n *\n * @listens mousedown\n * @listens touchstart\n */\n\n\n _proto.handleMouseDown = function handleMouseDown(event) {\n var doc = this.el_.ownerDocument;\n this.on(doc, 'mousemove', this.throttledHandleMouseMove);\n this.on(doc, 'touchmove', this.throttledHandleMouseMove);\n this.on(doc, 'mouseup', this.handleMouseUp);\n this.on(doc, 'touchend', this.handleMouseUp);\n };\n /**\n * Handle `mouseup` or `touchend` events on the `VolumeControl`.\n *\n * @param {EventTarget~Event} event\n * `mouseup` or `touchend` event that triggered this function.\n *\n * @listens touchend\n * @listens mouseup\n */\n\n\n _proto.handleMouseUp = function handleMouseUp(event) {\n var doc = this.el_.ownerDocument;\n this.off(doc, 'mousemove', this.throttledHandleMouseMove);\n this.off(doc, 'touchmove', this.throttledHandleMouseMove);\n this.off(doc, 'mouseup', this.handleMouseUp);\n this.off(doc, 'touchend', this.handleMouseUp);\n };\n /**\n * Handle `mousedown` or `touchstart` events on the `VolumeControl`.\n *\n * @param {EventTarget~Event} event\n * `mousedown` or `touchstart` event that triggered this function\n *\n * @listens mousedown\n * @listens touchstart\n */\n\n\n _proto.handleMouseMove = function handleMouseMove(event) {\n this.volumeBar.handleMouseMove(event);\n };\n\n return VolumeControl;\n}(Component);\n/**\n * Default options for the `VolumeControl`\n *\n * @type {Object}\n * @private\n */\n\n\nVolumeControl.prototype.options_ = {\n children: ['volumeBar']\n};\nComponent.registerComponent('VolumeControl', VolumeControl);\n\n/**\n * Check if muting volume is supported and if it isn't hide the mute toggle\n * button.\n *\n * @param {Component} self\n * A reference to the mute toggle button\n *\n * @param {Player} player\n * A reference to the player\n *\n * @private\n */\nvar checkMuteSupport = function checkMuteSupport(self, player) {\n // hide mute toggle button if it's not supported by the current tech\n if (player.tech_ && !player.tech_.featuresMuteControl) {\n self.addClass('vjs-hidden');\n }\n\n self.on(player, 'loadstart', function () {\n if (!player.tech_.featuresMuteControl) {\n self.addClass('vjs-hidden');\n } else {\n self.removeClass('vjs-hidden');\n }\n });\n};\n\n/**\n * A button component for muting the audio.\n *\n * @extends Button\n */\n\nvar MuteToggle =\n/*#__PURE__*/\nfunction (_Button) {\n _inheritsLoose(MuteToggle, _Button);\n\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n */\n function MuteToggle(player, options) {\n var _this;\n\n _this = _Button.call(this, player, options) || this; // hide this control if volume support is missing\n\n checkMuteSupport(_assertThisInitialized(_assertThisInitialized(_this)), player);\n\n _this.on(player, ['loadstart', 'volumechange'], _this.update);\n\n return _this;\n }\n /**\n * Builds the default DOM `className`.\n *\n * @return {string}\n * The DOM `className` for this object.\n */\n\n\n var _proto = MuteToggle.prototype;\n\n _proto.buildCSSClass = function buildCSSClass() {\n return \"vjs-mute-control \" + _Button.prototype.buildCSSClass.call(this);\n };\n /**\n * This gets called when an `MuteToggle` is \"clicked\". See\n * {@link ClickableComponent} for more detailed information on what a click can be.\n *\n * @param {EventTarget~Event} [event]\n * The `keydown`, `tap`, or `click` event that caused this function to be\n * called.\n *\n * @listens tap\n * @listens click\n */\n\n\n _proto.handleClick = function handleClick(event) {\n var vol = this.player_.volume();\n var lastVolume = this.player_.lastVolume_();\n\n if (vol === 0) {\n var volumeToSet = lastVolume < 0.1 ? 0.1 : lastVolume;\n this.player_.volume(volumeToSet);\n this.player_.muted(false);\n } else {\n this.player_.muted(this.player_.muted() ? false : true);\n }\n };\n /**\n * Update the `MuteToggle` button based on the state of `volume` and `muted`\n * on the player.\n *\n * @param {EventTarget~Event} [event]\n * The {@link Player#loadstart} event if this function was called\n * through an event.\n *\n * @listens Player#loadstart\n * @listens Player#volumechange\n */\n\n\n _proto.update = function update(event) {\n this.updateIcon_();\n this.updateControlText_();\n };\n /**\n * Update the appearance of the `MuteToggle` icon.\n *\n * Possible states (given `level` variable below):\n * - 0: crossed out\n * - 1: zero bars of volume\n * - 2: one bar of volume\n * - 3: two bars of volume\n *\n * @private\n */\n\n\n _proto.updateIcon_ = function updateIcon_() {\n var vol = this.player_.volume();\n var level = 3; // in iOS when a player is loaded with muted attribute\n // and volume is changed with a native mute button\n // we want to make sure muted state is updated\n\n if (IS_IOS) {\n this.player_.muted(this.player_.tech_.el_.muted);\n }\n\n if (vol === 0 || this.player_.muted()) {\n level = 0;\n } else if (vol < 0.33) {\n level = 1;\n } else if (vol < 0.67) {\n level = 2;\n } // TODO improve muted icon classes\n\n\n for (var i = 0; i < 4; i++) {\n removeClass(this.el_, \"vjs-vol-\" + i);\n }\n\n addClass(this.el_, \"vjs-vol-\" + level);\n };\n /**\n * If `muted` has changed on the player, update the control text\n * (`title` attribute on `vjs-mute-control` element and content of\n * `vjs-control-text` element).\n *\n * @private\n */\n\n\n _proto.updateControlText_ = function updateControlText_() {\n var soundOff = this.player_.muted() || this.player_.volume() === 0;\n var text = soundOff ? 'Unmute' : 'Mute';\n\n if (this.controlText() !== text) {\n this.controlText(text);\n }\n };\n\n return MuteToggle;\n}(Button);\n/**\n * The text that should display over the `MuteToggle`s controls. Added for localization.\n *\n * @type {string}\n * @private\n */\n\n\nMuteToggle.prototype.controlText_ = 'Mute';\nComponent.registerComponent('MuteToggle', MuteToggle);\n\n/**\n * A Component to contain the MuteToggle and VolumeControl so that\n * they can work together.\n *\n * @extends Component\n */\n\nvar VolumePanel =\n/*#__PURE__*/\nfunction (_Component) {\n _inheritsLoose(VolumePanel, _Component);\n\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options={}]\n * The key/value store of player options.\n */\n function VolumePanel(player, options) {\n var _this;\n\n if (options === void 0) {\n options = {};\n }\n\n if (typeof options.inline !== 'undefined') {\n options.inline = options.inline;\n } else {\n options.inline = true;\n } // pass the inline option down to the VolumeControl as vertical if\n // the VolumeControl is on.\n\n\n if (typeof options.volumeControl === 'undefined' || isPlain(options.volumeControl)) {\n options.volumeControl = options.volumeControl || {};\n options.volumeControl.vertical = !options.inline;\n }\n\n _this = _Component.call(this, player, options) || this;\n\n _this.on(player, ['loadstart'], _this.volumePanelState_); // while the slider is active (the mouse has been pressed down and\n // is dragging) we do not want to hide the VolumeBar\n\n\n _this.on(_this.volumeControl, ['slideractive'], _this.sliderActive_);\n\n _this.on(_this.volumeControl, ['sliderinactive'], _this.sliderInactive_);\n\n return _this;\n }\n /**\n * Add vjs-slider-active class to the VolumePanel\n *\n * @listens VolumeControl#slideractive\n * @private\n */\n\n\n var _proto = VolumePanel.prototype;\n\n _proto.sliderActive_ = function sliderActive_() {\n this.addClass('vjs-slider-active');\n };\n /**\n * Removes vjs-slider-active class to the VolumePanel\n *\n * @listens VolumeControl#sliderinactive\n * @private\n */\n\n\n _proto.sliderInactive_ = function sliderInactive_() {\n this.removeClass('vjs-slider-active');\n };\n /**\n * Adds vjs-hidden or vjs-mute-toggle-only to the VolumePanel\n * depending on MuteToggle and VolumeControl state\n *\n * @listens Player#loadstart\n * @private\n */\n\n\n _proto.volumePanelState_ = function volumePanelState_() {\n // hide volume panel if neither volume control or mute toggle\n // are displayed\n if (this.volumeControl.hasClass('vjs-hidden') && this.muteToggle.hasClass('vjs-hidden')) {\n this.addClass('vjs-hidden');\n } // if only mute toggle is visible we don't want\n // volume panel expanding when hovered or active\n\n\n if (this.volumeControl.hasClass('vjs-hidden') && !this.muteToggle.hasClass('vjs-hidden')) {\n this.addClass('vjs-mute-toggle-only');\n }\n };\n /**\n * Create the `Component`'s DOM element\n *\n * @return {Element}\n * The element that was created.\n */\n\n\n _proto.createEl = function createEl() {\n var orientationClass = 'vjs-volume-panel-horizontal';\n\n if (!this.options_.inline) {\n orientationClass = 'vjs-volume-panel-vertical';\n }\n\n return _Component.prototype.createEl.call(this, 'div', {\n className: \"vjs-volume-panel vjs-control \" + orientationClass\n });\n };\n\n return VolumePanel;\n}(Component);\n/**\n * Default options for the `VolumeControl`\n *\n * @type {Object}\n * @private\n */\n\n\nVolumePanel.prototype.options_ = {\n children: ['muteToggle', 'volumeControl']\n};\nComponent.registerComponent('VolumePanel', VolumePanel);\n\n/**\n * The Menu component is used to build popup menus, including subtitle and\n * captions selection menus.\n *\n * @extends Component\n */\n\nvar Menu =\n/*#__PURE__*/\nfunction (_Component) {\n _inheritsLoose(Menu, _Component);\n\n /**\n * Create an instance of this class.\n *\n * @param {Player} player\n * the player that this component should attach to\n *\n * @param {Object} [options]\n * Object of option names and values\n *\n */\n function Menu(player, options) {\n var _this;\n\n _this = _Component.call(this, player, options) || this;\n\n if (options) {\n _this.menuButton_ = options.menuButton;\n }\n\n _this.focusedChild_ = -1;\n\n _this.on('keydown', _this.handleKeyPress);\n\n return _this;\n }\n /**\n * Add a {@link MenuItem} to the menu.\n *\n * @param {Object|string} component\n * The name or instance of the `MenuItem` to add.\n *\n */\n\n\n var _proto = Menu.prototype;\n\n _proto.addItem = function addItem(component) {\n this.addChild(component);\n component.on('blur', bind(this, this.handleBlur));\n component.on(['tap', 'click'], bind(this, function (event) {\n // Unpress the associated MenuButton, and move focus back to it\n if (this.menuButton_) {\n this.menuButton_.unpressButton(); // don't focus menu button if item is a caption settings item\n // because focus will move elsewhere\n\n if (component.name() !== 'CaptionSettingsMenuItem') {\n this.menuButton_.focus();\n }\n }\n }));\n };\n /**\n * Create the `Menu`s DOM element.\n *\n * @return {Element}\n * the element that was created\n */\n\n\n _proto.createEl = function createEl$$1() {\n var contentElType = this.options_.contentElType || 'ul';\n this.contentEl_ = createEl(contentElType, {\n className: 'vjs-menu-content'\n });\n this.contentEl_.setAttribute('role', 'menu');\n\n var el = _Component.prototype.createEl.call(this, 'div', {\n append: this.contentEl_,\n className: 'vjs-menu'\n });\n\n el.appendChild(this.contentEl_); // Prevent clicks from bubbling up. Needed for Menu Buttons,\n // where a click on the parent is significant\n\n on(el, 'click', function (event) {\n event.preventDefault();\n event.stopImmediatePropagation();\n });\n return el;\n };\n\n _proto.dispose = function dispose() {\n this.contentEl_ = null;\n\n _Component.prototype.dispose.call(this);\n };\n /**\n * Called when a `MenuItem` loses focus.\n *\n * @param {EventTarget~Event} event\n * The `blur` event that caused this function to be called.\n *\n * @listens blur\n */\n\n\n _proto.handleBlur = function handleBlur(event) {\n var relatedTarget = event.relatedTarget || document.activeElement; // Close menu popup when a user clicks outside the menu\n\n if (!this.children().some(function (element) {\n return element.el() === relatedTarget;\n })) {\n var btn = this.menuButton_;\n\n if (btn && btn.buttonPressed_ && relatedTarget !== btn.el().firstChild) {\n btn.unpressButton();\n }\n }\n };\n /**\n * Handle a `keydown` event on this menu. This listener is added in the constructor.\n *\n * @param {EventTarget~Event} event\n * A `keydown` event that happened on the menu.\n *\n * @listens keydown\n */\n\n\n _proto.handleKeyPress = function handleKeyPress(event) {\n // Left and Down Arrows\n if (event.which === 37 || event.which === 40) {\n event.preventDefault();\n this.stepForward(); // Up and Right Arrows\n } else if (event.which === 38 || event.which === 39) {\n event.preventDefault();\n this.stepBack();\n }\n };\n /**\n * Move to next (lower) menu item for keyboard users.\n */\n\n\n _proto.stepForward = function stepForward() {\n var stepChild = 0;\n\n if (this.focusedChild_ !== undefined) {\n stepChild = this.focusedChild_ + 1;\n }\n\n this.focus(stepChild);\n };\n /**\n * Move to previous (higher) menu item for keyboard users.\n */\n\n\n _proto.stepBack = function stepBack() {\n var stepChild = 0;\n\n if (this.focusedChild_ !== undefined) {\n stepChild = this.focusedChild_ - 1;\n }\n\n this.focus(stepChild);\n };\n /**\n * Set focus on a {@link MenuItem} in the `Menu`.\n *\n * @param {Object|string} [item=0]\n * Index of child item set focus on.\n */\n\n\n _proto.focus = function focus(item) {\n if (item === void 0) {\n item = 0;\n }\n\n var children = this.children().slice();\n var haveTitle = children.length && children[0].className && /vjs-menu-title/.test(children[0].className);\n\n if (haveTitle) {\n children.shift();\n }\n\n if (children.length > 0) {\n if (item < 0) {\n item = 0;\n } else if (item >= children.length) {\n item = children.length - 1;\n }\n\n this.focusedChild_ = item;\n children[item].el_.focus();\n }\n };\n\n return Menu;\n}(Component);\n\nComponent.registerComponent('Menu', Menu);\n\n/**\n * A `MenuButton` class for any popup {@link Menu}.\n *\n * @extends Component\n */\n\nvar MenuButton =\n/*#__PURE__*/\nfunction (_Component) {\n _inheritsLoose(MenuButton, _Component);\n\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options={}]\n * The key/value store of player options.\n */\n function MenuButton(player, options) {\n var _this;\n\n if (options === void 0) {\n options = {};\n }\n\n _this = _Component.call(this, player, options) || this;\n _this.menuButton_ = new Button(player, options);\n\n _this.menuButton_.controlText(_this.controlText_);\n\n _this.menuButton_.el_.setAttribute('aria-haspopup', 'true'); // Add buildCSSClass values to the button, not the wrapper\n\n\n var buttonClass = Button.prototype.buildCSSClass();\n _this.menuButton_.el_.className = _this.buildCSSClass() + ' ' + buttonClass;\n\n _this.menuButton_.removeClass('vjs-control');\n\n _this.addChild(_this.menuButton_);\n\n _this.update();\n\n _this.enabled_ = true;\n\n _this.on(_this.menuButton_, 'tap', _this.handleClick);\n\n _this.on(_this.menuButton_, 'click', _this.handleClick);\n\n _this.on(_this.menuButton_, 'focus', _this.handleFocus);\n\n _this.on(_this.menuButton_, 'blur', _this.handleBlur);\n\n _this.on(_this.menuButton_, 'mouseenter', function () {\n _this.menu.show();\n });\n\n _this.on('keydown', _this.handleSubmenuKeyPress);\n\n return _this;\n }\n /**\n * Update the menu based on the current state of its items.\n */\n\n\n var _proto = MenuButton.prototype;\n\n _proto.update = function update() {\n var menu = this.createMenu();\n\n if (this.menu) {\n this.menu.dispose();\n this.removeChild(this.menu);\n }\n\n this.menu = menu;\n this.addChild(menu);\n /**\n * Track the state of the menu button\n *\n * @type {Boolean}\n * @private\n */\n\n this.buttonPressed_ = false;\n this.menuButton_.el_.setAttribute('aria-expanded', 'false');\n\n if (this.items && this.items.length <= this.hideThreshold_) {\n this.hide();\n } else {\n this.show();\n }\n };\n /**\n * Create the menu and add all items to it.\n *\n * @return {Menu}\n * The constructed menu\n */\n\n\n _proto.createMenu = function createMenu() {\n var menu = new Menu(this.player_, {\n menuButton: this\n });\n /**\n * Hide the menu if the number of items is less than or equal to this threshold. This defaults\n * to 0 and whenever we add items which can be hidden to the menu we'll increment it. We list\n * it here because every time we run `createMenu` we need to reset the value.\n *\n * @protected\n * @type {Number}\n */\n\n this.hideThreshold_ = 0; // Add a title list item to the top\n\n if (this.options_.title) {\n var title = createEl('li', {\n className: 'vjs-menu-title',\n innerHTML: toTitleCase(this.options_.title),\n tabIndex: -1\n });\n this.hideThreshold_ += 1;\n menu.children_.unshift(title);\n prependTo(title, menu.contentEl());\n }\n\n this.items = this.createItems();\n\n if (this.items) {\n // Add menu items to the menu\n for (var i = 0; i < this.items.length; i++) {\n menu.addItem(this.items[i]);\n }\n }\n\n return menu;\n };\n /**\n * Create the list of menu items. Specific to each subclass.\n *\n * @abstract\n */\n\n\n _proto.createItems = function createItems() {};\n /**\n * Create the `MenuButtons`s DOM element.\n *\n * @return {Element}\n * The element that gets created.\n */\n\n\n _proto.createEl = function createEl$$1() {\n return _Component.prototype.createEl.call(this, 'div', {\n className: this.buildWrapperCSSClass()\n }, {});\n };\n /**\n * Allow sub components to stack CSS class names for the wrapper element\n *\n * @return {string}\n * The constructed wrapper DOM `className`\n */\n\n\n _proto.buildWrapperCSSClass = function buildWrapperCSSClass() {\n var menuButtonClass = 'vjs-menu-button'; // If the inline option is passed, we want to use different styles altogether.\n\n if (this.options_.inline === true) {\n menuButtonClass += '-inline';\n } else {\n menuButtonClass += '-popup';\n } // TODO: Fix the CSS so that this isn't necessary\n\n\n var buttonClass = Button.prototype.buildCSSClass();\n return \"vjs-menu-button \" + menuButtonClass + \" \" + buttonClass + \" \" + _Component.prototype.buildCSSClass.call(this);\n };\n /**\n * Builds the default DOM `className`.\n *\n * @return {string}\n * The DOM `className` for this object.\n */\n\n\n _proto.buildCSSClass = function buildCSSClass() {\n var menuButtonClass = 'vjs-menu-button'; // If the inline option is passed, we want to use different styles altogether.\n\n if (this.options_.inline === true) {\n menuButtonClass += '-inline';\n } else {\n menuButtonClass += '-popup';\n }\n\n return \"vjs-menu-button \" + menuButtonClass + \" \" + _Component.prototype.buildCSSClass.call(this);\n };\n /**\n * Get or set the localized control text that will be used for accessibility.\n *\n * > NOTE: This will come from the internal `menuButton_` element.\n *\n * @param {string} [text]\n * Control text for element.\n *\n * @param {Element} [el=this.menuButton_.el()]\n * Element to set the title on.\n *\n * @return {string}\n * - The control text when getting\n */\n\n\n _proto.controlText = function controlText(text, el) {\n if (el === void 0) {\n el = this.menuButton_.el();\n }\n\n return this.menuButton_.controlText(text, el);\n };\n /**\n * Handle a click on a `MenuButton`.\n * See {@link ClickableComponent#handleClick} for instances where this is called.\n *\n * @param {EventTarget~Event} event\n * The `keydown`, `tap`, or `click` event that caused this function to be\n * called.\n *\n * @listens tap\n * @listens click\n */\n\n\n _proto.handleClick = function handleClick(event) {\n if (this.buttonPressed_) {\n this.unpressButton();\n } else {\n this.pressButton();\n }\n };\n /**\n * Set the focus to the actual button, not to this element\n */\n\n\n _proto.focus = function focus() {\n this.menuButton_.focus();\n };\n /**\n * Remove the focus from the actual button, not this element\n */\n\n\n _proto.blur = function blur() {\n this.menuButton_.blur();\n };\n /**\n * This gets called when a `MenuButton` gains focus via a `focus` event.\n * Turns on listening for `keydown` events. When they happen it\n * calls `this.handleKeyPress`.\n *\n * @param {EventTarget~Event} event\n * The `focus` event that caused this function to be called.\n *\n * @listens focus\n */\n\n\n _proto.handleFocus = function handleFocus() {\n on(document, 'keydown', bind(this, this.handleKeyPress));\n };\n /**\n * Called when a `MenuButton` loses focus. Turns off the listener for\n * `keydown` events. Which Stops `this.handleKeyPress` from getting called.\n *\n * @param {EventTarget~Event} event\n * The `blur` event that caused this function to be called.\n *\n * @listens blur\n */\n\n\n _proto.handleBlur = function handleBlur() {\n off(document, 'keydown', bind(this, this.handleKeyPress));\n };\n /**\n * Handle tab, escape, down arrow, and up arrow keys for `MenuButton`. See\n * {@link ClickableComponent#handleKeyPress} for instances where this is called.\n *\n * @param {EventTarget~Event} event\n * The `keydown` event that caused this function to be called.\n *\n * @listens keydown\n */\n\n\n _proto.handleKeyPress = function handleKeyPress(event) {\n // Escape (27) key or Tab (9) key unpress the 'button'\n if (event.which === 27 || event.which === 9) {\n if (this.buttonPressed_) {\n this.unpressButton();\n } // Don't preventDefault for Tab key - we still want to lose focus\n\n\n if (event.which !== 9) {\n event.preventDefault(); // Set focus back to the menu button's button\n\n this.menuButton_.el_.focus();\n } // Enter (13) or Up (38) key or Down (40) key press the 'button'\n\n } else if (event.which === 13 || event.which === 38 || event.which === 40) {\n if (!this.buttonPressed_) {\n this.pressButton();\n event.preventDefault();\n }\n }\n };\n /**\n * Handle a `keydown` event on a sub-menu. The listener for this is added in\n * the constructor.\n *\n * @param {EventTarget~Event} event\n * Key press event\n *\n * @listens keydown\n */\n\n\n _proto.handleSubmenuKeyPress = function handleSubmenuKeyPress(event) {\n // Escape (27) key or Tab (9) key unpress the 'button'\n if (event.which === 27 || event.which === 9) {\n if (this.buttonPressed_) {\n this.unpressButton();\n } // Don't preventDefault for Tab key - we still want to lose focus\n\n\n if (event.which !== 9) {\n event.preventDefault(); // Set focus back to the menu button's button\n\n this.menuButton_.el_.focus();\n }\n }\n };\n /**\n * Put the current `MenuButton` into a pressed state.\n */\n\n\n _proto.pressButton = function pressButton() {\n if (this.enabled_) {\n this.buttonPressed_ = true;\n this.menu.show();\n this.menu.lockShowing();\n this.menuButton_.el_.setAttribute('aria-expanded', 'true'); // set the focus into the submenu, except on iOS where it is resulting in\n // undesired scrolling behavior when the player is in an iframe\n\n if (IS_IOS && isInFrame()) {\n // Return early so that the menu isn't focused\n return;\n }\n\n this.menu.focus();\n }\n };\n /**\n * Take the current `MenuButton` out of a pressed state.\n */\n\n\n _proto.unpressButton = function unpressButton() {\n if (this.enabled_) {\n this.buttonPressed_ = false;\n this.menu.unlockShowing();\n this.menu.hide();\n this.menuButton_.el_.setAttribute('aria-expanded', 'false');\n }\n };\n /**\n * Disable the `MenuButton`. Don't allow it to be clicked.\n */\n\n\n _proto.disable = function disable() {\n this.unpressButton();\n this.enabled_ = false;\n this.addClass('vjs-disabled');\n this.menuButton_.disable();\n };\n /**\n * Enable the `MenuButton`. Allow it to be clicked.\n */\n\n\n _proto.enable = function enable() {\n this.enabled_ = true;\n this.removeClass('vjs-disabled');\n this.menuButton_.enable();\n };\n\n return MenuButton;\n}(Component);\n\nComponent.registerComponent('MenuButton', MenuButton);\n\n/**\n * The base class for buttons that toggle specific track types (e.g. subtitles).\n *\n * @extends MenuButton\n */\n\nvar TrackButton =\n/*#__PURE__*/\nfunction (_MenuButton) {\n _inheritsLoose(TrackButton, _MenuButton);\n\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n */\n function TrackButton(player, options) {\n var _this;\n\n var tracks = options.tracks;\n _this = _MenuButton.call(this, player, options) || this;\n\n if (_this.items.length <= 1) {\n _this.hide();\n }\n\n if (!tracks) {\n return _assertThisInitialized(_this);\n }\n\n var updateHandler = bind(_assertThisInitialized(_assertThisInitialized(_this)), _this.update);\n tracks.addEventListener('removetrack', updateHandler);\n tracks.addEventListener('addtrack', updateHandler);\n\n _this.player_.on('ready', updateHandler);\n\n _this.player_.on('dispose', function () {\n tracks.removeEventListener('removetrack', updateHandler);\n tracks.removeEventListener('addtrack', updateHandler);\n });\n\n return _this;\n }\n\n return TrackButton;\n}(MenuButton);\n\nComponent.registerComponent('TrackButton', TrackButton);\n\n/**\n * The component for a menu item. `<li>`\n *\n * @extends ClickableComponent\n */\n\nvar MenuItem =\n/*#__PURE__*/\nfunction (_ClickableComponent) {\n _inheritsLoose(MenuItem, _ClickableComponent);\n\n /**\n * Creates an instance of the this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options={}]\n * The key/value store of player options.\n *\n */\n function MenuItem(player, options) {\n var _this;\n\n _this = _ClickableComponent.call(this, player, options) || this;\n _this.selectable = options.selectable;\n _this.isSelected_ = options.selected || false;\n _this.multiSelectable = options.multiSelectable;\n\n _this.selected(_this.isSelected_);\n\n if (_this.selectable) {\n if (_this.multiSelectable) {\n _this.el_.setAttribute('role', 'menuitemcheckbox');\n } else {\n _this.el_.setAttribute('role', 'menuitemradio');\n }\n } else {\n _this.el_.setAttribute('role', 'menuitem');\n }\n\n return _this;\n }\n /**\n * Create the `MenuItem's DOM element\n *\n * @param {string} [type=li]\n * Element's node type, not actually used, always set to `li`.\n *\n * @param {Object} [props={}]\n * An object of properties that should be set on the element\n *\n * @param {Object} [attrs={}]\n * An object of attributes that should be set on the element\n *\n * @return {Element}\n * The element that gets created.\n */\n\n\n var _proto = MenuItem.prototype;\n\n _proto.createEl = function createEl(type, props, attrs) {\n // The control is textual, not just an icon\n this.nonIconControl = true;\n return _ClickableComponent.prototype.createEl.call(this, 'li', assign({\n className: 'vjs-menu-item',\n innerHTML: \"<span class=\\\"vjs-menu-item-text\\\">\" + this.localize(this.options_.label) + \"</span>\",\n tabIndex: -1\n }, props), attrs);\n };\n /**\n * Any click on a `MenuItem` puts it into the selected state.\n * See {@link ClickableComponent#handleClick} for instances where this is called.\n *\n * @param {EventTarget~Event} event\n * The `keydown`, `tap`, or `click` event that caused this function to be\n * called.\n *\n * @listens tap\n * @listens click\n */\n\n\n _proto.handleClick = function handleClick(event) {\n this.selected(true);\n };\n /**\n * Set the state for this menu item as selected or not.\n *\n * @param {boolean} selected\n * if the menu item is selected or not\n */\n\n\n _proto.selected = function selected(_selected) {\n if (this.selectable) {\n if (_selected) {\n this.addClass('vjs-selected');\n this.el_.setAttribute('aria-checked', 'true'); // aria-checked isn't fully supported by browsers/screen readers,\n // so indicate selected state to screen reader in the control text.\n\n this.controlText(', selected');\n this.isSelected_ = true;\n } else {\n this.removeClass('vjs-selected');\n this.el_.setAttribute('aria-checked', 'false'); // Indicate un-selected state to screen reader\n\n this.controlText('');\n this.isSelected_ = false;\n }\n }\n };\n\n return MenuItem;\n}(ClickableComponent);\n\nComponent.registerComponent('MenuItem', MenuItem);\n\n/**\n * The specific menu item type for selecting a language within a text track kind\n *\n * @extends MenuItem\n */\n\nvar TextTrackMenuItem =\n/*#__PURE__*/\nfunction (_MenuItem) {\n _inheritsLoose(TextTrackMenuItem, _MenuItem);\n\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n */\n function TextTrackMenuItem(player, options) {\n var _this;\n\n var track = options.track;\n var tracks = player.textTracks(); // Modify options for parent MenuItem class's init.\n\n options.label = track.label || track.language || 'Unknown';\n options.selected = track.mode === 'showing';\n _this = _MenuItem.call(this, player, options) || this;\n _this.track = track;\n\n var changeHandler = function changeHandler() {\n for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {\n args[_key] = arguments[_key];\n }\n\n _this.handleTracksChange.apply(_assertThisInitialized(_assertThisInitialized(_this)), args);\n };\n\n var selectedLanguageChangeHandler = function selectedLanguageChangeHandler() {\n for (var _len2 = arguments.length, args = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {\n args[_key2] = arguments[_key2];\n }\n\n _this.handleSelectedLanguageChange.apply(_assertThisInitialized(_assertThisInitialized(_this)), args);\n };\n\n player.on(['loadstart', 'texttrackchange'], changeHandler);\n tracks.addEventListener('change', changeHandler);\n tracks.addEventListener('selectedlanguagechange', selectedLanguageChangeHandler);\n\n _this.on('dispose', function () {\n player.off(['loadstart', 'texttrackchange'], changeHandler);\n tracks.removeEventListener('change', changeHandler);\n tracks.removeEventListener('selectedlanguagechange', selectedLanguageChangeHandler);\n }); // iOS7 doesn't dispatch change events to TextTrackLists when an\n // associated track's mode changes. Without something like\n // Object.observe() (also not present on iOS7), it's not\n // possible to detect changes to the mode attribute and polyfill\n // the change event. As a poor substitute, we manually dispatch\n // change events whenever the controls modify the mode.\n\n\n if (tracks.onchange === undefined) {\n var event;\n\n _this.on(['tap', 'click'], function () {\n if (typeof window$1.Event !== 'object') {\n // Android 2.3 throws an Illegal Constructor error for window.Event\n try {\n event = new window$1.Event('change');\n } catch (err) {// continue regardless of error\n }\n }\n\n if (!event) {\n event = document.createEvent('Event');\n event.initEvent('change', true, true);\n }\n\n tracks.dispatchEvent(event);\n });\n } // set the default state based on current tracks\n\n\n _this.handleTracksChange();\n\n return _this;\n }\n /**\n * This gets called when an `TextTrackMenuItem` is \"clicked\". See\n * {@link ClickableComponent} for more detailed information on what a click can be.\n *\n * @param {EventTarget~Event} event\n * The `keydown`, `tap`, or `click` event that caused this function to be\n * called.\n *\n * @listens tap\n * @listens click\n */\n\n\n var _proto = TextTrackMenuItem.prototype;\n\n _proto.handleClick = function handleClick(event) {\n var kind = this.track.kind;\n var kinds = this.track.kinds;\n var tracks = this.player_.textTracks();\n\n if (!kinds) {\n kinds = [kind];\n }\n\n _MenuItem.prototype.handleClick.call(this, event);\n\n if (!tracks) {\n return;\n }\n\n for (var i = 0; i < tracks.length; i++) {\n var track = tracks[i];\n\n if (track === this.track && kinds.indexOf(track.kind) > -1) {\n if (track.mode !== 'showing') {\n track.mode = 'showing';\n }\n } else if (track.mode !== 'disabled') {\n track.mode = 'disabled';\n }\n }\n };\n /**\n * Handle text track list change\n *\n * @param {EventTarget~Event} event\n * The `change` event that caused this function to be called.\n *\n * @listens TextTrackList#change\n */\n\n\n _proto.handleTracksChange = function handleTracksChange(event) {\n var shouldBeSelected = this.track.mode === 'showing'; // Prevent redundant selected() calls because they may cause\n // screen readers to read the appended control text unnecessarily\n\n if (shouldBeSelected !== this.isSelected_) {\n this.selected(shouldBeSelected);\n }\n };\n\n _proto.handleSelectedLanguageChange = function handleSelectedLanguageChange(event) {\n if (this.track.mode === 'showing') {\n var selectedLanguage = this.player_.cache_.selectedLanguage; // Don't replace the kind of track across the same language\n\n if (selectedLanguage && selectedLanguage.enabled && selectedLanguage.language === this.track.language && selectedLanguage.kind !== this.track.kind) {\n return;\n }\n\n this.player_.cache_.selectedLanguage = {\n enabled: true,\n language: this.track.language,\n kind: this.track.kind\n };\n }\n };\n\n _proto.dispose = function dispose() {\n // remove reference to track object on dispose\n this.track = null;\n\n _MenuItem.prototype.dispose.call(this);\n };\n\n return TextTrackMenuItem;\n}(MenuItem);\n\nComponent.registerComponent('TextTrackMenuItem', TextTrackMenuItem);\n\n/**\n * A special menu item for turning of a specific type of text track\n *\n * @extends TextTrackMenuItem\n */\n\nvar OffTextTrackMenuItem =\n/*#__PURE__*/\nfunction (_TextTrackMenuItem) {\n _inheritsLoose(OffTextTrackMenuItem, _TextTrackMenuItem);\n\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n */\n function OffTextTrackMenuItem(player, options) {\n // Create pseudo track info\n // Requires options['kind']\n options.track = {\n player: player,\n kind: options.kind,\n kinds: options.kinds,\n default: false,\n mode: 'disabled'\n };\n\n if (!options.kinds) {\n options.kinds = [options.kind];\n }\n\n if (options.label) {\n options.track.label = options.label;\n } else {\n options.track.label = options.kinds.join(' and ') + ' off';\n } // MenuItem is selectable\n\n\n options.selectable = true; // MenuItem is NOT multiSelectable (i.e. only one can be marked \"selected\" at a time)\n\n options.multiSelectable = false;\n return _TextTrackMenuItem.call(this, player, options) || this;\n }\n /**\n * Handle text track change\n *\n * @param {EventTarget~Event} event\n * The event that caused this function to run\n */\n\n\n var _proto = OffTextTrackMenuItem.prototype;\n\n _proto.handleTracksChange = function handleTracksChange(event) {\n var tracks = this.player().textTracks();\n var shouldBeSelected = true;\n\n for (var i = 0, l = tracks.length; i < l; i++) {\n var track = tracks[i];\n\n if (this.options_.kinds.indexOf(track.kind) > -1 && track.mode === 'showing') {\n shouldBeSelected = false;\n break;\n }\n } // Prevent redundant selected() calls because they may cause\n // screen readers to read the appended control text unnecessarily\n\n\n if (shouldBeSelected !== this.isSelected_) {\n this.selected(shouldBeSelected);\n }\n };\n\n _proto.handleSelectedLanguageChange = function handleSelectedLanguageChange(event) {\n var tracks = this.player().textTracks();\n var allHidden = true;\n\n for (var i = 0, l = tracks.length; i < l; i++) {\n var track = tracks[i];\n\n if (['captions', 'descriptions', 'subtitles'].indexOf(track.kind) > -1 && track.mode === 'showing') {\n allHidden = false;\n break;\n }\n }\n\n if (allHidden) {\n this.player_.cache_.selectedLanguage = {\n enabled: false\n };\n }\n };\n\n return OffTextTrackMenuItem;\n}(TextTrackMenuItem);\n\nComponent.registerComponent('OffTextTrackMenuItem', OffTextTrackMenuItem);\n\n/**\n * The base class for buttons that toggle specific text track types (e.g. subtitles)\n *\n * @extends MenuButton\n */\n\nvar TextTrackButton =\n/*#__PURE__*/\nfunction (_TrackButton) {\n _inheritsLoose(TextTrackButton, _TrackButton);\n\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options={}]\n * The key/value store of player options.\n */\n function TextTrackButton(player, options) {\n if (options === void 0) {\n options = {};\n }\n\n options.tracks = player.textTracks();\n return _TrackButton.call(this, player, options) || this;\n }\n /**\n * Create a menu item for each text track\n *\n * @param {TextTrackMenuItem[]} [items=[]]\n * Existing array of items to use during creation\n *\n * @return {TextTrackMenuItem[]}\n * Array of menu items that were created\n */\n\n\n var _proto = TextTrackButton.prototype;\n\n _proto.createItems = function createItems(items, TrackMenuItem) {\n if (items === void 0) {\n items = [];\n }\n\n if (TrackMenuItem === void 0) {\n TrackMenuItem = TextTrackMenuItem;\n }\n\n // Label is an override for the [track] off label\n // USed to localise captions/subtitles\n var label;\n\n if (this.label_) {\n label = this.label_ + \" off\";\n } // Add an OFF menu item to turn all tracks off\n\n\n items.push(new OffTextTrackMenuItem(this.player_, {\n kinds: this.kinds_,\n kind: this.kind_,\n label: label\n }));\n this.hideThreshold_ += 1;\n var tracks = this.player_.textTracks();\n\n if (!Array.isArray(this.kinds_)) {\n this.kinds_ = [this.kind_];\n }\n\n for (var i = 0; i < tracks.length; i++) {\n var track = tracks[i]; // only add tracks that are of an appropriate kind and have a label\n\n if (this.kinds_.indexOf(track.kind) > -1) {\n var item = new TrackMenuItem(this.player_, {\n track: track,\n // MenuItem is selectable\n selectable: true,\n // MenuItem is NOT multiSelectable (i.e. only one can be marked \"selected\" at a time)\n multiSelectable: false\n });\n item.addClass(\"vjs-\" + track.kind + \"-menu-item\");\n items.push(item);\n }\n }\n\n return items;\n };\n\n return TextTrackButton;\n}(TrackButton);\n\nComponent.registerComponent('TextTrackButton', TextTrackButton);\n\n/**\n * The chapter track menu item\n *\n * @extends MenuItem\n */\n\nvar ChaptersTrackMenuItem =\n/*#__PURE__*/\nfunction (_MenuItem) {\n _inheritsLoose(ChaptersTrackMenuItem, _MenuItem);\n\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n */\n function ChaptersTrackMenuItem(player, options) {\n var _this;\n\n var track = options.track;\n var cue = options.cue;\n var currentTime = player.currentTime(); // Modify options for parent MenuItem class's init.\n\n options.selectable = true;\n options.multiSelectable = false;\n options.label = cue.text;\n options.selected = cue.startTime <= currentTime && currentTime < cue.endTime;\n _this = _MenuItem.call(this, player, options) || this;\n _this.track = track;\n _this.cue = cue;\n track.addEventListener('cuechange', bind(_assertThisInitialized(_assertThisInitialized(_this)), _this.update));\n return _this;\n }\n /**\n * This gets called when an `ChaptersTrackMenuItem` is \"clicked\". See\n * {@link ClickableComponent} for more detailed information on what a click can be.\n *\n * @param {EventTarget~Event} [event]\n * The `keydown`, `tap`, or `click` event that caused this function to be\n * called.\n *\n * @listens tap\n * @listens click\n */\n\n\n var _proto = ChaptersTrackMenuItem.prototype;\n\n _proto.handleClick = function handleClick(event) {\n _MenuItem.prototype.handleClick.call(this);\n\n this.player_.currentTime(this.cue.startTime);\n this.update(this.cue.startTime);\n };\n /**\n * Update chapter menu item\n *\n * @param {EventTarget~Event} [event]\n * The `cuechange` event that caused this function to run.\n *\n * @listens TextTrack#cuechange\n */\n\n\n _proto.update = function update(event) {\n var cue = this.cue;\n var currentTime = this.player_.currentTime(); // vjs.log(currentTime, cue.startTime);\n\n this.selected(cue.startTime <= currentTime && currentTime < cue.endTime);\n };\n\n return ChaptersTrackMenuItem;\n}(MenuItem);\n\nComponent.registerComponent('ChaptersTrackMenuItem', ChaptersTrackMenuItem);\n\n/**\n * The button component for toggling and selecting chapters\n * Chapters act much differently than other text tracks\n * Cues are navigation vs. other tracks of alternative languages\n *\n * @extends TextTrackButton\n */\n\nvar ChaptersButton =\n/*#__PURE__*/\nfunction (_TextTrackButton) {\n _inheritsLoose(ChaptersButton, _TextTrackButton);\n\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n *\n * @param {Component~ReadyCallback} [ready]\n * The function to call when this function is ready.\n */\n function ChaptersButton(player, options, ready) {\n return _TextTrackButton.call(this, player, options, ready) || this;\n }\n /**\n * Builds the default DOM `className`.\n *\n * @return {string}\n * The DOM `className` for this object.\n */\n\n\n var _proto = ChaptersButton.prototype;\n\n _proto.buildCSSClass = function buildCSSClass() {\n return \"vjs-chapters-button \" + _TextTrackButton.prototype.buildCSSClass.call(this);\n };\n\n _proto.buildWrapperCSSClass = function buildWrapperCSSClass() {\n return \"vjs-chapters-button \" + _TextTrackButton.prototype.buildWrapperCSSClass.call(this);\n };\n /**\n * Update the menu based on the current state of its items.\n *\n * @param {EventTarget~Event} [event]\n * An event that triggered this function to run.\n *\n * @listens TextTrackList#addtrack\n * @listens TextTrackList#removetrack\n * @listens TextTrackList#change\n */\n\n\n _proto.update = function update(event) {\n if (!this.track_ || event && (event.type === 'addtrack' || event.type === 'removetrack')) {\n this.setTrack(this.findChaptersTrack());\n }\n\n _TextTrackButton.prototype.update.call(this);\n };\n /**\n * Set the currently selected track for the chapters button.\n *\n * @param {TextTrack} track\n * The new track to select. Nothing will change if this is the currently selected\n * track.\n */\n\n\n _proto.setTrack = function setTrack(track) {\n if (this.track_ === track) {\n return;\n }\n\n if (!this.updateHandler_) {\n this.updateHandler_ = this.update.bind(this);\n } // here this.track_ refers to the old track instance\n\n\n if (this.track_) {\n var remoteTextTrackEl = this.player_.remoteTextTrackEls().getTrackElementByTrack_(this.track_);\n\n if (remoteTextTrackEl) {\n remoteTextTrackEl.removeEventListener('load', this.updateHandler_);\n }\n\n this.track_ = null;\n }\n\n this.track_ = track; // here this.track_ refers to the new track instance\n\n if (this.track_) {\n this.track_.mode = 'hidden';\n\n var _remoteTextTrackEl = this.player_.remoteTextTrackEls().getTrackElementByTrack_(this.track_);\n\n if (_remoteTextTrackEl) {\n _remoteTextTrackEl.addEventListener('load', this.updateHandler_);\n }\n }\n };\n /**\n * Find the track object that is currently in use by this ChaptersButton\n *\n * @return {TextTrack|undefined}\n * The current track or undefined if none was found.\n */\n\n\n _proto.findChaptersTrack = function findChaptersTrack() {\n var tracks = this.player_.textTracks() || [];\n\n for (var i = tracks.length - 1; i >= 0; i--) {\n // We will always choose the last track as our chaptersTrack\n var track = tracks[i];\n\n if (track.kind === this.kind_) {\n return track;\n }\n }\n };\n /**\n * Get the caption for the ChaptersButton based on the track label. This will also\n * use the current tracks localized kind as a fallback if a label does not exist.\n *\n * @return {string}\n * The tracks current label or the localized track kind.\n */\n\n\n _proto.getMenuCaption = function getMenuCaption() {\n if (this.track_ && this.track_.label) {\n return this.track_.label;\n }\n\n return this.localize(toTitleCase(this.kind_));\n };\n /**\n * Create menu from chapter track\n *\n * @return {Menu}\n * New menu for the chapter buttons\n */\n\n\n _proto.createMenu = function createMenu() {\n this.options_.title = this.getMenuCaption();\n return _TextTrackButton.prototype.createMenu.call(this);\n };\n /**\n * Create a menu item for each text track\n *\n * @return {TextTrackMenuItem[]}\n * Array of menu items\n */\n\n\n _proto.createItems = function createItems() {\n var items = [];\n\n if (!this.track_) {\n return items;\n }\n\n var cues = this.track_.cues;\n\n if (!cues) {\n return items;\n }\n\n for (var i = 0, l = cues.length; i < l; i++) {\n var cue = cues[i];\n var mi = new ChaptersTrackMenuItem(this.player_, {\n track: this.track_,\n cue: cue\n });\n items.push(mi);\n }\n\n return items;\n };\n\n return ChaptersButton;\n}(TextTrackButton);\n/**\n * `kind` of TextTrack to look for to associate it with this menu.\n *\n * @type {string}\n * @private\n */\n\n\nChaptersButton.prototype.kind_ = 'chapters';\n/**\n * The text that should display over the `ChaptersButton`s controls. Added for localization.\n *\n * @type {string}\n * @private\n */\n\nChaptersButton.prototype.controlText_ = 'Chapters';\nComponent.registerComponent('ChaptersButton', ChaptersButton);\n\n/**\n * The button component for toggling and selecting descriptions\n *\n * @extends TextTrackButton\n */\n\nvar DescriptionsButton =\n/*#__PURE__*/\nfunction (_TextTrackButton) {\n _inheritsLoose(DescriptionsButton, _TextTrackButton);\n\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n *\n * @param {Component~ReadyCallback} [ready]\n * The function to call when this component is ready.\n */\n function DescriptionsButton(player, options, ready) {\n var _this;\n\n _this = _TextTrackButton.call(this, player, options, ready) || this;\n var tracks = player.textTracks();\n var changeHandler = bind(_assertThisInitialized(_assertThisInitialized(_this)), _this.handleTracksChange);\n tracks.addEventListener('change', changeHandler);\n\n _this.on('dispose', function () {\n tracks.removeEventListener('change', changeHandler);\n });\n\n return _this;\n }\n /**\n * Handle text track change\n *\n * @param {EventTarget~Event} event\n * The event that caused this function to run\n *\n * @listens TextTrackList#change\n */\n\n\n var _proto = DescriptionsButton.prototype;\n\n _proto.handleTracksChange = function handleTracksChange(event) {\n var tracks = this.player().textTracks();\n var disabled = false; // Check whether a track of a different kind is showing\n\n for (var i = 0, l = tracks.length; i < l; i++) {\n var track = tracks[i];\n\n if (track.kind !== this.kind_ && track.mode === 'showing') {\n disabled = true;\n break;\n }\n } // If another track is showing, disable this menu button\n\n\n if (disabled) {\n this.disable();\n } else {\n this.enable();\n }\n };\n /**\n * Builds the default DOM `className`.\n *\n * @return {string}\n * The DOM `className` for this object.\n */\n\n\n _proto.buildCSSClass = function buildCSSClass() {\n return \"vjs-descriptions-button \" + _TextTrackButton.prototype.buildCSSClass.call(this);\n };\n\n _proto.buildWrapperCSSClass = function buildWrapperCSSClass() {\n return \"vjs-descriptions-button \" + _TextTrackButton.prototype.buildWrapperCSSClass.call(this);\n };\n\n return DescriptionsButton;\n}(TextTrackButton);\n/**\n * `kind` of TextTrack to look for to associate it with this menu.\n *\n * @type {string}\n * @private\n */\n\n\nDescriptionsButton.prototype.kind_ = 'descriptions';\n/**\n * The text that should display over the `DescriptionsButton`s controls. Added for localization.\n *\n * @type {string}\n * @private\n */\n\nDescriptionsButton.prototype.controlText_ = 'Descriptions';\nComponent.registerComponent('DescriptionsButton', DescriptionsButton);\n\n/**\n * The button component for toggling and selecting subtitles\n *\n * @extends TextTrackButton\n */\n\nvar SubtitlesButton =\n/*#__PURE__*/\nfunction (_TextTrackButton) {\n _inheritsLoose(SubtitlesButton, _TextTrackButton);\n\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n *\n * @param {Component~ReadyCallback} [ready]\n * The function to call when this component is ready.\n */\n function SubtitlesButton(player, options, ready) {\n return _TextTrackButton.call(this, player, options, ready) || this;\n }\n /**\n * Builds the default DOM `className`.\n *\n * @return {string}\n * The DOM `className` for this object.\n */\n\n\n var _proto = SubtitlesButton.prototype;\n\n _proto.buildCSSClass = function buildCSSClass() {\n return \"vjs-subtitles-button \" + _TextTrackButton.prototype.buildCSSClass.call(this);\n };\n\n _proto.buildWrapperCSSClass = function buildWrapperCSSClass() {\n return \"vjs-subtitles-button \" + _TextTrackButton.prototype.buildWrapperCSSClass.call(this);\n };\n\n return SubtitlesButton;\n}(TextTrackButton);\n/**\n * `kind` of TextTrack to look for to associate it with this menu.\n *\n * @type {string}\n * @private\n */\n\n\nSubtitlesButton.prototype.kind_ = 'subtitles';\n/**\n * The text that should display over the `SubtitlesButton`s controls. Added for localization.\n *\n * @type {string}\n * @private\n */\n\nSubtitlesButton.prototype.controlText_ = 'Subtitles';\nComponent.registerComponent('SubtitlesButton', SubtitlesButton);\n\n/**\n * The menu item for caption track settings menu\n *\n * @extends TextTrackMenuItem\n */\n\nvar CaptionSettingsMenuItem =\n/*#__PURE__*/\nfunction (_TextTrackMenuItem) {\n _inheritsLoose(CaptionSettingsMenuItem, _TextTrackMenuItem);\n\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n */\n function CaptionSettingsMenuItem(player, options) {\n var _this;\n\n options.track = {\n player: player,\n kind: options.kind,\n label: options.kind + ' settings',\n selectable: false,\n default: false,\n mode: 'disabled'\n }; // CaptionSettingsMenuItem has no concept of 'selected'\n\n options.selectable = false;\n options.name = 'CaptionSettingsMenuItem';\n _this = _TextTrackMenuItem.call(this, player, options) || this;\n\n _this.addClass('vjs-texttrack-settings');\n\n _this.controlText(', opens ' + options.kind + ' settings dialog');\n\n return _this;\n }\n /**\n * This gets called when an `CaptionSettingsMenuItem` is \"clicked\". See\n * {@link ClickableComponent} for more detailed information on what a click can be.\n *\n * @param {EventTarget~Event} [event]\n * The `keydown`, `tap`, or `click` event that caused this function to be\n * called.\n *\n * @listens tap\n * @listens click\n */\n\n\n var _proto = CaptionSettingsMenuItem.prototype;\n\n _proto.handleClick = function handleClick(event) {\n this.player().getChild('textTrackSettings').open();\n };\n\n return CaptionSettingsMenuItem;\n}(TextTrackMenuItem);\n\nComponent.registerComponent('CaptionSettingsMenuItem', CaptionSettingsMenuItem);\n\n/**\n * The button component for toggling and selecting captions\n *\n * @extends TextTrackButton\n */\n\nvar CaptionsButton =\n/*#__PURE__*/\nfunction (_TextTrackButton) {\n _inheritsLoose(CaptionsButton, _TextTrackButton);\n\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n *\n * @param {Component~ReadyCallback} [ready]\n * The function to call when this component is ready.\n */\n function CaptionsButton(player, options, ready) {\n return _TextTrackButton.call(this, player, options, ready) || this;\n }\n /**\n * Builds the default DOM `className`.\n *\n * @return {string}\n * The DOM `className` for this object.\n */\n\n\n var _proto = CaptionsButton.prototype;\n\n _proto.buildCSSClass = function buildCSSClass() {\n return \"vjs-captions-button \" + _TextTrackButton.prototype.buildCSSClass.call(this);\n };\n\n _proto.buildWrapperCSSClass = function buildWrapperCSSClass() {\n return \"vjs-captions-button \" + _TextTrackButton.prototype.buildWrapperCSSClass.call(this);\n };\n /**\n * Create caption menu items\n *\n * @return {CaptionSettingsMenuItem[]}\n * The array of current menu items.\n */\n\n\n _proto.createItems = function createItems() {\n var items = [];\n\n if (!(this.player().tech_ && this.player().tech_.featuresNativeTextTracks) && this.player().getChild('textTrackSettings')) {\n items.push(new CaptionSettingsMenuItem(this.player_, {\n kind: this.kind_\n }));\n this.hideThreshold_ += 1;\n }\n\n return _TextTrackButton.prototype.createItems.call(this, items);\n };\n\n return CaptionsButton;\n}(TextTrackButton);\n/**\n * `kind` of TextTrack to look for to associate it with this menu.\n *\n * @type {string}\n * @private\n */\n\n\nCaptionsButton.prototype.kind_ = 'captions';\n/**\n * The text that should display over the `CaptionsButton`s controls. Added for localization.\n *\n * @type {string}\n * @private\n */\n\nCaptionsButton.prototype.controlText_ = 'Captions';\nComponent.registerComponent('CaptionsButton', CaptionsButton);\n\n/**\n * SubsCapsMenuItem has an [cc] icon to distinguish captions from subtitles\n * in the SubsCapsMenu.\n *\n * @extends TextTrackMenuItem\n */\n\nvar SubsCapsMenuItem =\n/*#__PURE__*/\nfunction (_TextTrackMenuItem) {\n _inheritsLoose(SubsCapsMenuItem, _TextTrackMenuItem);\n\n function SubsCapsMenuItem() {\n return _TextTrackMenuItem.apply(this, arguments) || this;\n }\n\n var _proto = SubsCapsMenuItem.prototype;\n\n _proto.createEl = function createEl(type, props, attrs) {\n var innerHTML = \"<span class=\\\"vjs-menu-item-text\\\">\" + this.localize(this.options_.label);\n\n if (this.options_.track.kind === 'captions') {\n innerHTML += \"\\n <span aria-hidden=\\\"true\\\" class=\\\"vjs-icon-placeholder\\\"></span>\\n <span class=\\\"vjs-control-text\\\"> \" + this.localize('Captions') + \"</span>\\n \";\n }\n\n innerHTML += '</span>';\n\n var el = _TextTrackMenuItem.prototype.createEl.call(this, type, assign({\n innerHTML: innerHTML\n }, props), attrs);\n\n return el;\n };\n\n return SubsCapsMenuItem;\n}(TextTrackMenuItem);\n\nComponent.registerComponent('SubsCapsMenuItem', SubsCapsMenuItem);\n\n/**\n * The button component for toggling and selecting captions and/or subtitles\n *\n * @extends TextTrackButton\n */\n\nvar SubsCapsButton =\n/*#__PURE__*/\nfunction (_TextTrackButton) {\n _inheritsLoose(SubsCapsButton, _TextTrackButton);\n\n function SubsCapsButton(player, options) {\n var _this;\n\n if (options === void 0) {\n options = {};\n }\n\n _this = _TextTrackButton.call(this, player, options) || this; // Although North America uses \"captions\" in most cases for\n // \"captions and subtitles\" other locales use \"subtitles\"\n\n _this.label_ = 'subtitles';\n\n if (['en', 'en-us', 'en-ca', 'fr-ca'].indexOf(_this.player_.language_) > -1) {\n _this.label_ = 'captions';\n }\n\n _this.menuButton_.controlText(toTitleCase(_this.label_));\n\n return _this;\n }\n /**\n * Builds the default DOM `className`.\n *\n * @return {string}\n * The DOM `className` for this object.\n */\n\n\n var _proto = SubsCapsButton.prototype;\n\n _proto.buildCSSClass = function buildCSSClass() {\n return \"vjs-subs-caps-button \" + _TextTrackButton.prototype.buildCSSClass.call(this);\n };\n\n _proto.buildWrapperCSSClass = function buildWrapperCSSClass() {\n return \"vjs-subs-caps-button \" + _TextTrackButton.prototype.buildWrapperCSSClass.call(this);\n };\n /**\n * Create caption/subtitles menu items\n *\n * @return {CaptionSettingsMenuItem[]}\n * The array of current menu items.\n */\n\n\n _proto.createItems = function createItems() {\n var items = [];\n\n if (!(this.player().tech_ && this.player().tech_.featuresNativeTextTracks) && this.player().getChild('textTrackSettings')) {\n items.push(new CaptionSettingsMenuItem(this.player_, {\n kind: this.label_\n }));\n this.hideThreshold_ += 1;\n }\n\n items = _TextTrackButton.prototype.createItems.call(this, items, SubsCapsMenuItem);\n return items;\n };\n\n return SubsCapsButton;\n}(TextTrackButton);\n/**\n * `kind`s of TextTrack to look for to associate it with this menu.\n *\n * @type {array}\n * @private\n */\n\n\nSubsCapsButton.prototype.kinds_ = ['captions', 'subtitles'];\n/**\n * The text that should display over the `SubsCapsButton`s controls.\n *\n *\n * @type {string}\n * @private\n */\n\nSubsCapsButton.prototype.controlText_ = 'Subtitles';\nComponent.registerComponent('SubsCapsButton', SubsCapsButton);\n\n/**\n * An {@link AudioTrack} {@link MenuItem}\n *\n * @extends MenuItem\n */\n\nvar AudioTrackMenuItem =\n/*#__PURE__*/\nfunction (_MenuItem) {\n _inheritsLoose(AudioTrackMenuItem, _MenuItem);\n\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n */\n function AudioTrackMenuItem(player, options) {\n var _this;\n\n var track = options.track;\n var tracks = player.audioTracks(); // Modify options for parent MenuItem class's init.\n\n options.label = track.label || track.language || 'Unknown';\n options.selected = track.enabled;\n _this = _MenuItem.call(this, player, options) || this;\n _this.track = track;\n\n _this.addClass(\"vjs-\" + track.kind + \"-menu-item\");\n\n var changeHandler = function changeHandler() {\n for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {\n args[_key] = arguments[_key];\n }\n\n _this.handleTracksChange.apply(_assertThisInitialized(_assertThisInitialized(_this)), args);\n };\n\n tracks.addEventListener('change', changeHandler);\n\n _this.on('dispose', function () {\n tracks.removeEventListener('change', changeHandler);\n });\n\n return _this;\n }\n\n var _proto = AudioTrackMenuItem.prototype;\n\n _proto.createEl = function createEl(type, props, attrs) {\n var innerHTML = \"<span class=\\\"vjs-menu-item-text\\\">\" + this.localize(this.options_.label);\n\n if (this.options_.track.kind === 'main-desc') {\n innerHTML += \"\\n <span aria-hidden=\\\"true\\\" class=\\\"vjs-icon-placeholder\\\"></span>\\n <span class=\\\"vjs-control-text\\\"> \" + this.localize('Descriptions') + \"</span>\\n \";\n }\n\n innerHTML += '</span>';\n\n var el = _MenuItem.prototype.createEl.call(this, type, assign({\n innerHTML: innerHTML\n }, props), attrs);\n\n return el;\n };\n /**\n * This gets called when an `AudioTrackMenuItem is \"clicked\". See {@link ClickableComponent}\n * for more detailed information on what a click can be.\n *\n * @param {EventTarget~Event} [event]\n * The `keydown`, `tap`, or `click` event that caused this function to be\n * called.\n *\n * @listens tap\n * @listens click\n */\n\n\n _proto.handleClick = function handleClick(event) {\n var tracks = this.player_.audioTracks();\n\n _MenuItem.prototype.handleClick.call(this, event);\n\n for (var i = 0; i < tracks.length; i++) {\n var track = tracks[i];\n track.enabled = track === this.track;\n }\n };\n /**\n * Handle any {@link AudioTrack} change.\n *\n * @param {EventTarget~Event} [event]\n * The {@link AudioTrackList#change} event that caused this to run.\n *\n * @listens AudioTrackList#change\n */\n\n\n _proto.handleTracksChange = function handleTracksChange(event) {\n this.selected(this.track.enabled);\n };\n\n return AudioTrackMenuItem;\n}(MenuItem);\n\nComponent.registerComponent('AudioTrackMenuItem', AudioTrackMenuItem);\n\n/**\n * The base class for buttons that toggle specific {@link AudioTrack} types.\n *\n * @extends TrackButton\n */\n\nvar AudioTrackButton =\n/*#__PURE__*/\nfunction (_TrackButton) {\n _inheritsLoose(AudioTrackButton, _TrackButton);\n\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options={}]\n * The key/value store of player options.\n */\n function AudioTrackButton(player, options) {\n if (options === void 0) {\n options = {};\n }\n\n options.tracks = player.audioTracks();\n return _TrackButton.call(this, player, options) || this;\n }\n /**\n * Builds the default DOM `className`.\n *\n * @return {string}\n * The DOM `className` for this object.\n */\n\n\n var _proto = AudioTrackButton.prototype;\n\n _proto.buildCSSClass = function buildCSSClass() {\n return \"vjs-audio-button \" + _TrackButton.prototype.buildCSSClass.call(this);\n };\n\n _proto.buildWrapperCSSClass = function buildWrapperCSSClass() {\n return \"vjs-audio-button \" + _TrackButton.prototype.buildWrapperCSSClass.call(this);\n };\n /**\n * Create a menu item for each audio track\n *\n * @param {AudioTrackMenuItem[]} [items=[]]\n * An array of existing menu items to use.\n *\n * @return {AudioTrackMenuItem[]}\n * An array of menu items\n */\n\n\n _proto.createItems = function createItems(items) {\n if (items === void 0) {\n items = [];\n }\n\n // if there's only one audio track, there no point in showing it\n this.hideThreshold_ = 1;\n var tracks = this.player_.audioTracks();\n\n for (var i = 0; i < tracks.length; i++) {\n var track = tracks[i];\n items.push(new AudioTrackMenuItem(this.player_, {\n track: track,\n // MenuItem is selectable\n selectable: true,\n // MenuItem is NOT multiSelectable (i.e. only one can be marked \"selected\" at a time)\n multiSelectable: false\n }));\n }\n\n return items;\n };\n\n return AudioTrackButton;\n}(TrackButton);\n/**\n * The text that should display over the `AudioTrackButton`s controls. Added for localization.\n *\n * @type {string}\n * @private\n */\n\n\nAudioTrackButton.prototype.controlText_ = 'Audio Track';\nComponent.registerComponent('AudioTrackButton', AudioTrackButton);\n\n/**\n * The specific menu item type for selecting a playback rate.\n *\n * @extends MenuItem\n */\n\nvar PlaybackRateMenuItem =\n/*#__PURE__*/\nfunction (_MenuItem) {\n _inheritsLoose(PlaybackRateMenuItem, _MenuItem);\n\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n */\n function PlaybackRateMenuItem(player, options) {\n var _this;\n\n var label = options.rate;\n var rate = parseFloat(label, 10); // Modify options for parent MenuItem class's init.\n\n options.label = label;\n options.selected = rate === 1;\n options.selectable = true;\n options.multiSelectable = false;\n _this = _MenuItem.call(this, player, options) || this;\n _this.label = label;\n _this.rate = rate;\n\n _this.on(player, 'ratechange', _this.update);\n\n return _this;\n }\n /**\n * This gets called when an `PlaybackRateMenuItem` is \"clicked\". See\n * {@link ClickableComponent} for more detailed information on what a click can be.\n *\n * @param {EventTarget~Event} [event]\n * The `keydown`, `tap`, or `click` event that caused this function to be\n * called.\n *\n * @listens tap\n * @listens click\n */\n\n\n var _proto = PlaybackRateMenuItem.prototype;\n\n _proto.handleClick = function handleClick(event) {\n _MenuItem.prototype.handleClick.call(this);\n\n this.player().playbackRate(this.rate);\n };\n /**\n * Update the PlaybackRateMenuItem when the playbackrate changes.\n *\n * @param {EventTarget~Event} [event]\n * The `ratechange` event that caused this function to run.\n *\n * @listens Player#ratechange\n */\n\n\n _proto.update = function update(event) {\n this.selected(this.player().playbackRate() === this.rate);\n };\n\n return PlaybackRateMenuItem;\n}(MenuItem);\n/**\n * The text that should display over the `PlaybackRateMenuItem`s controls. Added for localization.\n *\n * @type {string}\n * @private\n */\n\n\nPlaybackRateMenuItem.prototype.contentElType = 'button';\nComponent.registerComponent('PlaybackRateMenuItem', PlaybackRateMenuItem);\n\n/**\n * The component for controlling the playback rate.\n *\n * @extends MenuButton\n */\n\nvar PlaybackRateMenuButton =\n/*#__PURE__*/\nfunction (_MenuButton) {\n _inheritsLoose(PlaybackRateMenuButton, _MenuButton);\n\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n */\n function PlaybackRateMenuButton(player, options) {\n var _this;\n\n _this = _MenuButton.call(this, player, options) || this;\n\n _this.updateVisibility();\n\n _this.updateLabel();\n\n _this.on(player, 'loadstart', _this.updateVisibility);\n\n _this.on(player, 'ratechange', _this.updateLabel);\n\n return _this;\n }\n /**\n * Create the `Component`'s DOM element\n *\n * @return {Element}\n * The element that was created.\n */\n\n\n var _proto = PlaybackRateMenuButton.prototype;\n\n _proto.createEl = function createEl$$1() {\n var el = _MenuButton.prototype.createEl.call(this);\n\n this.labelEl_ = createEl('div', {\n className: 'vjs-playback-rate-value',\n innerHTML: '1x'\n });\n el.appendChild(this.labelEl_);\n return el;\n };\n\n _proto.dispose = function dispose() {\n this.labelEl_ = null;\n\n _MenuButton.prototype.dispose.call(this);\n };\n /**\n * Builds the default DOM `className`.\n *\n * @return {string}\n * The DOM `className` for this object.\n */\n\n\n _proto.buildCSSClass = function buildCSSClass() {\n return \"vjs-playback-rate \" + _MenuButton.prototype.buildCSSClass.call(this);\n };\n\n _proto.buildWrapperCSSClass = function buildWrapperCSSClass() {\n return \"vjs-playback-rate \" + _MenuButton.prototype.buildWrapperCSSClass.call(this);\n };\n /**\n * Create the playback rate menu\n *\n * @return {Menu}\n * Menu object populated with {@link PlaybackRateMenuItem}s\n */\n\n\n _proto.createMenu = function createMenu() {\n var menu = new Menu(this.player());\n var rates = this.playbackRates();\n\n if (rates) {\n for (var i = rates.length - 1; i >= 0; i--) {\n menu.addChild(new PlaybackRateMenuItem(this.player(), {\n rate: rates[i] + 'x'\n }));\n }\n }\n\n return menu;\n };\n /**\n * Updates ARIA accessibility attributes\n */\n\n\n _proto.updateARIAAttributes = function updateARIAAttributes() {\n // Current playback rate\n this.el().setAttribute('aria-valuenow', this.player().playbackRate());\n };\n /**\n * This gets called when an `PlaybackRateMenuButton` is \"clicked\". See\n * {@link ClickableComponent} for more detailed information on what a click can be.\n *\n * @param {EventTarget~Event} [event]\n * The `keydown`, `tap`, or `click` event that caused this function to be\n * called.\n *\n * @listens tap\n * @listens click\n */\n\n\n _proto.handleClick = function handleClick(event) {\n // select next rate option\n var currentRate = this.player().playbackRate();\n var rates = this.playbackRates(); // this will select first one if the last one currently selected\n\n var newRate = rates[0];\n\n for (var i = 0; i < rates.length; i++) {\n if (rates[i] > currentRate) {\n newRate = rates[i];\n break;\n }\n }\n\n this.player().playbackRate(newRate);\n };\n /**\n * Get possible playback rates\n *\n * @return {Array}\n * All possible playback rates\n */\n\n\n _proto.playbackRates = function playbackRates() {\n return this.options_.playbackRates || this.options_.playerOptions && this.options_.playerOptions.playbackRates;\n };\n /**\n * Get whether playback rates is supported by the tech\n * and an array of playback rates exists\n *\n * @return {boolean}\n * Whether changing playback rate is supported\n */\n\n\n _proto.playbackRateSupported = function playbackRateSupported() {\n return this.player().tech_ && this.player().tech_.featuresPlaybackRate && this.playbackRates() && this.playbackRates().length > 0;\n };\n /**\n * Hide playback rate controls when they're no playback rate options to select\n *\n * @param {EventTarget~Event} [event]\n * The event that caused this function to run.\n *\n * @listens Player#loadstart\n */\n\n\n _proto.updateVisibility = function updateVisibility(event) {\n if (this.playbackRateSupported()) {\n this.removeClass('vjs-hidden');\n } else {\n this.addClass('vjs-hidden');\n }\n };\n /**\n * Update button label when rate changed\n *\n * @param {EventTarget~Event} [event]\n * The event that caused this function to run.\n *\n * @listens Player#ratechange\n */\n\n\n _proto.updateLabel = function updateLabel(event) {\n if (this.playbackRateSupported()) {\n this.labelEl_.innerHTML = this.player().playbackRate() + 'x';\n }\n };\n\n return PlaybackRateMenuButton;\n}(MenuButton);\n/**\n * The text that should display over the `FullscreenToggle`s controls. Added for localization.\n *\n * @type {string}\n * @private\n */\n\n\nPlaybackRateMenuButton.prototype.controlText_ = 'Playback Rate';\nComponent.registerComponent('PlaybackRateMenuButton', PlaybackRateMenuButton);\n\n/**\n * Just an empty spacer element that can be used as an append point for plugins, etc.\n * Also can be used to create space between elements when necessary.\n *\n * @extends Component\n */\n\nvar Spacer =\n/*#__PURE__*/\nfunction (_Component) {\n _inheritsLoose(Spacer, _Component);\n\n function Spacer() {\n return _Component.apply(this, arguments) || this;\n }\n\n var _proto = Spacer.prototype;\n\n /**\n * Builds the default DOM `className`.\n *\n * @return {string}\n * The DOM `className` for this object.\n */\n _proto.buildCSSClass = function buildCSSClass() {\n return \"vjs-spacer \" + _Component.prototype.buildCSSClass.call(this);\n };\n /**\n * Create the `Component`'s DOM element\n *\n * @return {Element}\n * The element that was created.\n */\n\n\n _proto.createEl = function createEl() {\n return _Component.prototype.createEl.call(this, 'div', {\n className: this.buildCSSClass()\n });\n };\n\n return Spacer;\n}(Component);\n\nComponent.registerComponent('Spacer', Spacer);\n\n/**\n * Spacer specifically meant to be used as an insertion point for new plugins, etc.\n *\n * @extends Spacer\n */\n\nvar CustomControlSpacer =\n/*#__PURE__*/\nfunction (_Spacer) {\n _inheritsLoose(CustomControlSpacer, _Spacer);\n\n function CustomControlSpacer() {\n return _Spacer.apply(this, arguments) || this;\n }\n\n var _proto = CustomControlSpacer.prototype;\n\n /**\n * Builds the default DOM `className`.\n *\n * @return {string}\n * The DOM `className` for this object.\n */\n _proto.buildCSSClass = function buildCSSClass() {\n return \"vjs-custom-control-spacer \" + _Spacer.prototype.buildCSSClass.call(this);\n };\n /**\n * Create the `Component`'s DOM element\n *\n * @return {Element}\n * The element that was created.\n */\n\n\n _proto.createEl = function createEl() {\n var el = _Spacer.prototype.createEl.call(this, {\n className: this.buildCSSClass()\n }); // No-flex/table-cell mode requires there be some content\n // in the cell to fill the remaining space of the table.\n\n\n el.innerHTML = \"\\xA0\";\n return el;\n };\n\n return CustomControlSpacer;\n}(Spacer);\n\nComponent.registerComponent('CustomControlSpacer', CustomControlSpacer);\n\n/**\n * Container of main controls.\n *\n * @extends Component\n */\n\nvar ControlBar =\n/*#__PURE__*/\nfunction (_Component) {\n _inheritsLoose(ControlBar, _Component);\n\n function ControlBar() {\n return _Component.apply(this, arguments) || this;\n }\n\n var _proto = ControlBar.prototype;\n\n /**\n * Create the `Component`'s DOM element\n *\n * @return {Element}\n * The element that was created.\n */\n _proto.createEl = function createEl() {\n return _Component.prototype.createEl.call(this, 'div', {\n className: 'vjs-control-bar',\n dir: 'ltr'\n });\n };\n\n return ControlBar;\n}(Component);\n/**\n * Default options for `ControlBar`\n *\n * @type {Object}\n * @private\n */\n\n\nControlBar.prototype.options_ = {\n children: ['playToggle', 'volumePanel', 'currentTimeDisplay', 'timeDivider', 'durationDisplay', 'progressControl', 'liveDisplay', 'seekToLive', 'remainingTimeDisplay', 'customControlSpacer', 'playbackRateMenuButton', 'chaptersButton', 'descriptionsButton', 'subsCapsButton', 'audioTrackButton', 'fullscreenToggle']\n};\nComponent.registerComponent('ControlBar', ControlBar);\n\n/**\n * A display that indicates an error has occurred. This means that the video\n * is unplayable.\n *\n * @extends ModalDialog\n */\n\nvar ErrorDisplay =\n/*#__PURE__*/\nfunction (_ModalDialog) {\n _inheritsLoose(ErrorDisplay, _ModalDialog);\n\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n */\n function ErrorDisplay(player, options) {\n var _this;\n\n _this = _ModalDialog.call(this, player, options) || this;\n\n _this.on(player, 'error', _this.open);\n\n return _this;\n }\n /**\n * Builds the default DOM `className`.\n *\n * @return {string}\n * The DOM `className` for this object.\n *\n * @deprecated Since version 5.\n */\n\n\n var _proto = ErrorDisplay.prototype;\n\n _proto.buildCSSClass = function buildCSSClass() {\n return \"vjs-error-display \" + _ModalDialog.prototype.buildCSSClass.call(this);\n };\n /**\n * Gets the localized error message based on the `Player`s error.\n *\n * @return {string}\n * The `Player`s error message localized or an empty string.\n */\n\n\n _proto.content = function content() {\n var error = this.player().error();\n return error ? this.localize(error.message) : '';\n };\n\n return ErrorDisplay;\n}(ModalDialog);\n/**\n * The default options for an `ErrorDisplay`.\n *\n * @private\n */\n\n\nErrorDisplay.prototype.options_ = mergeOptions(ModalDialog.prototype.options_, {\n pauseOnOpen: false,\n fillAlways: true,\n temporary: false,\n uncloseable: true\n});\nComponent.registerComponent('ErrorDisplay', ErrorDisplay);\n\nvar LOCAL_STORAGE_KEY = 'vjs-text-track-settings';\nvar COLOR_BLACK = ['#000', 'Black'];\nvar COLOR_BLUE = ['#00F', 'Blue'];\nvar COLOR_CYAN = ['#0FF', 'Cyan'];\nvar COLOR_GREEN = ['#0F0', 'Green'];\nvar COLOR_MAGENTA = ['#F0F', 'Magenta'];\nvar COLOR_RED = ['#F00', 'Red'];\nvar COLOR_WHITE = ['#FFF', 'White'];\nvar COLOR_YELLOW = ['#FF0', 'Yellow'];\nvar OPACITY_OPAQUE = ['1', 'Opaque'];\nvar OPACITY_SEMI = ['0.5', 'Semi-Transparent'];\nvar OPACITY_TRANS = ['0', 'Transparent']; // Configuration for the various <select> elements in the DOM of this component.\n//\n// Possible keys include:\n//\n// `default`:\n// The default option index. Only needs to be provided if not zero.\n// `parser`:\n// A function which is used to parse the value from the selected option in\n// a customized way.\n// `selector`:\n// The selector used to find the associated <select> element.\n\nvar selectConfigs = {\n backgroundColor: {\n selector: '.vjs-bg-color > select',\n id: 'captions-background-color-%s',\n label: 'Color',\n options: [COLOR_BLACK, COLOR_WHITE, COLOR_RED, COLOR_GREEN, COLOR_BLUE, COLOR_YELLOW, COLOR_MAGENTA, COLOR_CYAN]\n },\n backgroundOpacity: {\n selector: '.vjs-bg-opacity > select',\n id: 'captions-background-opacity-%s',\n label: 'Transparency',\n options: [OPACITY_OPAQUE, OPACITY_SEMI, OPACITY_TRANS]\n },\n color: {\n selector: '.vjs-fg-color > select',\n id: 'captions-foreground-color-%s',\n label: 'Color',\n options: [COLOR_WHITE, COLOR_BLACK, COLOR_RED, COLOR_GREEN, COLOR_BLUE, COLOR_YELLOW, COLOR_MAGENTA, COLOR_CYAN]\n },\n edgeStyle: {\n selector: '.vjs-edge-style > select',\n id: '%s',\n label: 'Text Edge Style',\n options: [['none', 'None'], ['raised', 'Raised'], ['depressed', 'Depressed'], ['uniform', 'Uniform'], ['dropshadow', 'Dropshadow']]\n },\n fontFamily: {\n selector: '.vjs-font-family > select',\n id: 'captions-font-family-%s',\n label: 'Font Family',\n options: [['proportionalSansSerif', 'Proportional Sans-Serif'], ['monospaceSansSerif', 'Monospace Sans-Serif'], ['proportionalSerif', 'Proportional Serif'], ['monospaceSerif', 'Monospace Serif'], ['casual', 'Casual'], ['script', 'Script'], ['small-caps', 'Small Caps']]\n },\n fontPercent: {\n selector: '.vjs-font-percent > select',\n id: 'captions-font-size-%s',\n label: 'Font Size',\n options: [['0.50', '50%'], ['0.75', '75%'], ['1.00', '100%'], ['1.25', '125%'], ['1.50', '150%'], ['1.75', '175%'], ['2.00', '200%'], ['3.00', '300%'], ['4.00', '400%']],\n default: 2,\n parser: function parser(v) {\n return v === '1.00' ? null : Number(v);\n }\n },\n textOpacity: {\n selector: '.vjs-text-opacity > select',\n id: 'captions-foreground-opacity-%s',\n label: 'Transparency',\n options: [OPACITY_OPAQUE, OPACITY_SEMI]\n },\n // Options for this object are defined below.\n windowColor: {\n selector: '.vjs-window-color > select',\n id: 'captions-window-color-%s',\n label: 'Color'\n },\n // Options for this object are defined below.\n windowOpacity: {\n selector: '.vjs-window-opacity > select',\n id: 'captions-window-opacity-%s',\n label: 'Transparency',\n options: [OPACITY_TRANS, OPACITY_SEMI, OPACITY_OPAQUE]\n }\n};\nselectConfigs.windowColor.options = selectConfigs.backgroundColor.options;\n/**\n * Get the actual value of an option.\n *\n * @param {string} value\n * The value to get\n *\n * @param {Function} [parser]\n * Optional function to adjust the value.\n *\n * @return {Mixed}\n * - Will be `undefined` if no value exists\n * - Will be `undefined` if the given value is \"none\".\n * - Will be the actual value otherwise.\n *\n * @private\n */\n\nfunction parseOptionValue(value, parser) {\n if (parser) {\n value = parser(value);\n }\n\n if (value && value !== 'none') {\n return value;\n }\n}\n/**\n * Gets the value of the selected <option> element within a <select> element.\n *\n * @param {Element} el\n * the element to look in\n *\n * @param {Function} [parser]\n * Optional function to adjust the value.\n *\n * @return {Mixed}\n * - Will be `undefined` if no value exists\n * - Will be `undefined` if the given value is \"none\".\n * - Will be the actual value otherwise.\n *\n * @private\n */\n\n\nfunction getSelectedOptionValue(el, parser) {\n var value = el.options[el.options.selectedIndex].value;\n return parseOptionValue(value, parser);\n}\n/**\n * Sets the selected <option> element within a <select> element based on a\n * given value.\n *\n * @param {Element} el\n * The element to look in.\n *\n * @param {string} value\n * the property to look on.\n *\n * @param {Function} [parser]\n * Optional function to adjust the value before comparing.\n *\n * @private\n */\n\n\nfunction setSelectedOption(el, value, parser) {\n if (!value) {\n return;\n }\n\n for (var i = 0; i < el.options.length; i++) {\n if (parseOptionValue(el.options[i].value, parser) === value) {\n el.selectedIndex = i;\n break;\n }\n }\n}\n/**\n * Manipulate Text Tracks settings.\n *\n * @extends ModalDialog\n */\n\n\nvar TextTrackSettings =\n/*#__PURE__*/\nfunction (_ModalDialog) {\n _inheritsLoose(TextTrackSettings, _ModalDialog);\n\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n */\n function TextTrackSettings(player, options) {\n var _this;\n\n options.temporary = false;\n _this = _ModalDialog.call(this, player, options) || this;\n _this.updateDisplay = bind(_assertThisInitialized(_assertThisInitialized(_this)), _this.updateDisplay); // fill the modal and pretend we have opened it\n\n _this.fill();\n\n _this.hasBeenOpened_ = _this.hasBeenFilled_ = true;\n _this.endDialog = createEl('p', {\n className: 'vjs-control-text',\n textContent: _this.localize('End of dialog window.')\n });\n\n _this.el().appendChild(_this.endDialog);\n\n _this.setDefaults(); // Grab `persistTextTrackSettings` from the player options if not passed in child options\n\n\n if (options.persistTextTrackSettings === undefined) {\n _this.options_.persistTextTrackSettings = _this.options_.playerOptions.persistTextTrackSettings;\n }\n\n _this.on(_this.$('.vjs-done-button'), 'click', function () {\n _this.saveSettings();\n\n _this.close();\n });\n\n _this.on(_this.$('.vjs-default-button'), 'click', function () {\n _this.setDefaults();\n\n _this.updateDisplay();\n });\n\n each(selectConfigs, function (config) {\n _this.on(_this.$(config.selector), 'change', _this.updateDisplay);\n });\n\n if (_this.options_.persistTextTrackSettings) {\n _this.restoreSettings();\n }\n\n return _this;\n }\n\n var _proto = TextTrackSettings.prototype;\n\n _proto.dispose = function dispose() {\n this.endDialog = null;\n\n _ModalDialog.prototype.dispose.call(this);\n };\n /**\n * Create a <select> element with configured options.\n *\n * @param {string} key\n * Configuration key to use during creation.\n *\n * @return {string}\n * An HTML string.\n *\n * @private\n */\n\n\n _proto.createElSelect_ = function createElSelect_(key, legendId, type) {\n var _this2 = this;\n\n if (legendId === void 0) {\n legendId = '';\n }\n\n if (type === void 0) {\n type = 'label';\n }\n\n var config = selectConfigs[key];\n var id = config.id.replace('%s', this.id_);\n var selectLabelledbyIds = [legendId, id].join(' ').trim();\n return [\"<\" + type + \" id=\\\"\" + id + \"\\\" class=\\\"\" + (type === 'label' ? 'vjs-label' : '') + \"\\\">\", this.localize(config.label), \"</\" + type + \">\", \"<select aria-labelledby=\\\"\" + selectLabelledbyIds + \"\\\">\"].concat(config.options.map(function (o) {\n var optionId = id + '-' + o[1].replace(/\\W+/g, '');\n return [\"<option id=\\\"\" + optionId + \"\\\" value=\\\"\" + o[0] + \"\\\" \", \"aria-labelledby=\\\"\" + selectLabelledbyIds + \" \" + optionId + \"\\\">\", _this2.localize(o[1]), '</option>'].join('');\n })).concat('</select>').join('');\n };\n /**\n * Create foreground color element for the component\n *\n * @return {string}\n * An HTML string.\n *\n * @private\n */\n\n\n _proto.createElFgColor_ = function createElFgColor_() {\n var legendId = \"captions-text-legend-\" + this.id_;\n return ['<fieldset class=\"vjs-fg-color vjs-track-setting\">', \"<legend id=\\\"\" + legendId + \"\\\">\", this.localize('Text'), '</legend>', this.createElSelect_('color', legendId), '<span class=\"vjs-text-opacity vjs-opacity\">', this.createElSelect_('textOpacity', legendId), '</span>', '</fieldset>'].join('');\n };\n /**\n * Create background color element for the component\n *\n * @return {string}\n * An HTML string.\n *\n * @private\n */\n\n\n _proto.createElBgColor_ = function createElBgColor_() {\n var legendId = \"captions-background-\" + this.id_;\n return ['<fieldset class=\"vjs-bg-color vjs-track-setting\">', \"<legend id=\\\"\" + legendId + \"\\\">\", this.localize('Background'), '</legend>', this.createElSelect_('backgroundColor', legendId), '<span class=\"vjs-bg-opacity vjs-opacity\">', this.createElSelect_('backgroundOpacity', legendId), '</span>', '</fieldset>'].join('');\n };\n /**\n * Create window color element for the component\n *\n * @return {string}\n * An HTML string.\n *\n * @private\n */\n\n\n _proto.createElWinColor_ = function createElWinColor_() {\n var legendId = \"captions-window-\" + this.id_;\n return ['<fieldset class=\"vjs-window-color vjs-track-setting\">', \"<legend id=\\\"\" + legendId + \"\\\">\", this.localize('Window'), '</legend>', this.createElSelect_('windowColor', legendId), '<span class=\"vjs-window-opacity vjs-opacity\">', this.createElSelect_('windowOpacity', legendId), '</span>', '</fieldset>'].join('');\n };\n /**\n * Create color elements for the component\n *\n * @return {Element}\n * The element that was created\n *\n * @private\n */\n\n\n _proto.createElColors_ = function createElColors_() {\n return createEl('div', {\n className: 'vjs-track-settings-colors',\n innerHTML: [this.createElFgColor_(), this.createElBgColor_(), this.createElWinColor_()].join('')\n });\n };\n /**\n * Create font elements for the component\n *\n * @return {Element}\n * The element that was created.\n *\n * @private\n */\n\n\n _proto.createElFont_ = function createElFont_() {\n return createEl('div', {\n className: 'vjs-track-settings-font',\n innerHTML: ['<fieldset class=\"vjs-font-percent vjs-track-setting\">', this.createElSelect_('fontPercent', '', 'legend'), '</fieldset>', '<fieldset class=\"vjs-edge-style vjs-track-setting\">', this.createElSelect_('edgeStyle', '', 'legend'), '</fieldset>', '<fieldset class=\"vjs-font-family vjs-track-setting\">', this.createElSelect_('fontFamily', '', 'legend'), '</fieldset>'].join('')\n });\n };\n /**\n * Create controls for the component\n *\n * @return {Element}\n * The element that was created.\n *\n * @private\n */\n\n\n _proto.createElControls_ = function createElControls_() {\n var defaultsDescription = this.localize('restore all settings to the default values');\n return createEl('div', {\n className: 'vjs-track-settings-controls',\n innerHTML: [\"<button type=\\\"button\\\" class=\\\"vjs-default-button\\\" title=\\\"\" + defaultsDescription + \"\\\">\", this.localize('Reset'), \"<span class=\\\"vjs-control-text\\\"> \" + defaultsDescription + \"</span>\", '</button>', \"<button type=\\\"button\\\" class=\\\"vjs-done-button\\\">\" + this.localize('Done') + \"</button>\"].join('')\n });\n };\n\n _proto.content = function content() {\n return [this.createElColors_(), this.createElFont_(), this.createElControls_()];\n };\n\n _proto.label = function label() {\n return this.localize('Caption Settings Dialog');\n };\n\n _proto.description = function description() {\n return this.localize('Beginning of dialog window. Escape will cancel and close the window.');\n };\n\n _proto.buildCSSClass = function buildCSSClass() {\n return _ModalDialog.prototype.buildCSSClass.call(this) + ' vjs-text-track-settings';\n };\n /**\n * Gets an object of text track settings (or null).\n *\n * @return {Object}\n * An object with config values parsed from the DOM or localStorage.\n */\n\n\n _proto.getValues = function getValues() {\n var _this3 = this;\n\n return reduce(selectConfigs, function (accum, config, key) {\n var value = getSelectedOptionValue(_this3.$(config.selector), config.parser);\n\n if (value !== undefined) {\n accum[key] = value;\n }\n\n return accum;\n }, {});\n };\n /**\n * Sets text track settings from an object of values.\n *\n * @param {Object} values\n * An object with config values parsed from the DOM or localStorage.\n */\n\n\n _proto.setValues = function setValues(values) {\n var _this4 = this;\n\n each(selectConfigs, function (config, key) {\n setSelectedOption(_this4.$(config.selector), values[key], config.parser);\n });\n };\n /**\n * Sets all `<select>` elements to their default values.\n */\n\n\n _proto.setDefaults = function setDefaults() {\n var _this5 = this;\n\n each(selectConfigs, function (config) {\n var index = config.hasOwnProperty('default') ? config.default : 0;\n _this5.$(config.selector).selectedIndex = index;\n });\n };\n /**\n * Restore texttrack settings from localStorage\n */\n\n\n _proto.restoreSettings = function restoreSettings() {\n var values;\n\n try {\n values = JSON.parse(window$1.localStorage.getItem(LOCAL_STORAGE_KEY));\n } catch (err) {\n log.warn(err);\n }\n\n if (values) {\n this.setValues(values);\n }\n };\n /**\n * Save text track settings to localStorage\n */\n\n\n _proto.saveSettings = function saveSettings() {\n if (!this.options_.persistTextTrackSettings) {\n return;\n }\n\n var values = this.getValues();\n\n try {\n if (Object.keys(values).length) {\n window$1.localStorage.setItem(LOCAL_STORAGE_KEY, JSON.stringify(values));\n } else {\n window$1.localStorage.removeItem(LOCAL_STORAGE_KEY);\n }\n } catch (err) {\n log.warn(err);\n }\n };\n /**\n * Update display of text track settings\n */\n\n\n _proto.updateDisplay = function updateDisplay() {\n var ttDisplay = this.player_.getChild('textTrackDisplay');\n\n if (ttDisplay) {\n ttDisplay.updateDisplay();\n }\n };\n /**\n * conditionally blur the element and refocus the captions button\n *\n * @private\n */\n\n\n _proto.conditionalBlur_ = function conditionalBlur_() {\n this.previouslyActiveEl_ = null;\n this.off(document, 'keydown', this.handleKeyDown);\n var cb = this.player_.controlBar;\n var subsCapsBtn = cb && cb.subsCapsButton;\n var ccBtn = cb && cb.captionsButton;\n\n if (subsCapsBtn) {\n subsCapsBtn.focus();\n } else if (ccBtn) {\n ccBtn.focus();\n }\n };\n\n return TextTrackSettings;\n}(ModalDialog);\n\nComponent.registerComponent('TextTrackSettings', TextTrackSettings);\n\n/**\n * A Resize Manager. It is in charge of triggering `playerresize` on the player in the right conditions.\n *\n * It'll either create an iframe and use a debounced resize handler on it or use the new {@link https://wicg.github.io/ResizeObserver/|ResizeObserver}.\n *\n * If the ResizeObserver is available natively, it will be used. A polyfill can be passed in as an option.\n * If a `playerresize` event is not needed, the ResizeManager component can be removed from the player, see the example below.\n * @example <caption>How to disable the resize manager</caption>\n * const player = videojs('#vid', {\n * resizeManager: false\n * });\n *\n * @see {@link https://wicg.github.io/ResizeObserver/|ResizeObserver specification}\n *\n * @extends Component\n */\n\nvar ResizeManager =\n/*#__PURE__*/\nfunction (_Component) {\n _inheritsLoose(ResizeManager, _Component);\n\n /**\n * Create the ResizeManager.\n *\n * @param {Object} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of ResizeManager options.\n *\n * @param {Object} [options.ResizeObserver]\n * A polyfill for ResizeObserver can be passed in here.\n * If this is set to null it will ignore the native ResizeObserver and fall back to the iframe fallback.\n */\n function ResizeManager(player, options) {\n var _this;\n\n var RESIZE_OBSERVER_AVAILABLE = options.ResizeObserver || window$1.ResizeObserver; // if `null` was passed, we want to disable the ResizeObserver\n\n if (options.ResizeObserver === null) {\n RESIZE_OBSERVER_AVAILABLE = false;\n } // Only create an element when ResizeObserver isn't available\n\n\n var options_ = mergeOptions({\n createEl: !RESIZE_OBSERVER_AVAILABLE,\n reportTouchActivity: false\n }, options);\n _this = _Component.call(this, player, options_) || this;\n _this.ResizeObserver = options.ResizeObserver || window$1.ResizeObserver;\n _this.loadListener_ = null;\n _this.resizeObserver_ = null;\n _this.debouncedHandler_ = debounce(function () {\n _this.resizeHandler();\n }, 100, false, _assertThisInitialized(_assertThisInitialized(_this)));\n\n if (RESIZE_OBSERVER_AVAILABLE) {\n _this.resizeObserver_ = new _this.ResizeObserver(_this.debouncedHandler_);\n\n _this.resizeObserver_.observe(player.el());\n } else {\n _this.loadListener_ = function () {\n if (!_this.el_ || !_this.el_.contentWindow) {\n return;\n }\n\n on(_this.el_.contentWindow, 'resize', _this.debouncedHandler_);\n };\n\n _this.one('load', _this.loadListener_);\n }\n\n return _this;\n }\n\n var _proto = ResizeManager.prototype;\n\n _proto.createEl = function createEl() {\n return _Component.prototype.createEl.call(this, 'iframe', {\n className: 'vjs-resize-manager'\n });\n };\n /**\n * Called when a resize is triggered on the iframe or a resize is observed via the ResizeObserver\n *\n * @fires Player#playerresize\n */\n\n\n _proto.resizeHandler = function resizeHandler() {\n /**\n * Called when the player size has changed\n *\n * @event Player#playerresize\n * @type {EventTarget~Event}\n */\n // make sure player is still around to trigger\n // prevents this from causing an error after dispose\n if (!this.player_ || !this.player_.trigger) {\n return;\n }\n\n this.player_.trigger('playerresize');\n };\n\n _proto.dispose = function dispose() {\n if (this.debouncedHandler_) {\n this.debouncedHandler_.cancel();\n }\n\n if (this.resizeObserver_) {\n if (this.player_.el()) {\n this.resizeObserver_.unobserve(this.player_.el());\n }\n\n this.resizeObserver_.disconnect();\n }\n\n if (this.el_ && this.el_.contentWindow) {\n off(this.el_.contentWindow, 'resize', this.debouncedHandler_);\n }\n\n if (this.loadListener_) {\n this.off('load', this.loadListener_);\n }\n\n this.ResizeObserver = null;\n this.resizeObserver = null;\n this.debouncedHandler_ = null;\n this.loadListener_ = null;\n };\n\n return ResizeManager;\n}(Component);\n\nComponent.registerComponent('ResizeManager', ResizeManager);\n\n/* track when we are at the live edge, and other helpers for live playback */\n\nvar LiveTracker =\n/*#__PURE__*/\nfunction (_Component) {\n _inheritsLoose(LiveTracker, _Component);\n\n function LiveTracker(player, options) {\n var _this;\n\n // LiveTracker does not need an element\n var options_ = mergeOptions({\n createEl: false\n }, options);\n _this = _Component.call(this, player, options_) || this;\n\n _this.reset_();\n\n _this.on(_this.player_, 'durationchange', _this.handleDurationchange);\n\n return _this;\n }\n\n var _proto = LiveTracker.prototype;\n\n _proto.isBehind_ = function isBehind_() {\n // don't report that we are behind until a timeupdate has been seen\n if (!this.timeupdateSeen_) {\n return false;\n }\n\n var liveCurrentTime = this.liveCurrentTime();\n var currentTime = this.player_.currentTime();\n var seekableIncrement = this.seekableIncrement_; // the live edge window is the amount of seconds away from live\n // that a player can be, but still be considered live.\n // we add 0.07 because the live tracking happens every 30ms\n // and we want some wiggle room for short segment live playback\n\n var liveEdgeWindow = seekableIncrement * 2 + 0.07; // on Android liveCurrentTime can bee Infinity, because seekableEnd\n // can be Infinity, so we handle that case.\n\n return liveCurrentTime !== Infinity && liveCurrentTime - liveEdgeWindow >= currentTime;\n }; // all the functionality for tracking when seek end changes\n // and for tracking how far past seek end we should be\n\n\n _proto.trackLive_ = function trackLive_() {\n this.pastSeekEnd_ = this.pastSeekEnd_;\n var seekable = this.player_.seekable(); // skip undefined seekable\n\n if (!seekable || !seekable.length) {\n return;\n }\n\n var newSeekEnd = this.seekableEnd(); // we can only tell if we are behind live, when seekable changes\n // once we detect that seekable has changed we check the new seek\n // end against current time, with a fudge value of half a second.\n\n if (newSeekEnd !== this.lastSeekEnd_) {\n if (this.lastSeekEnd_) {\n this.seekableIncrement_ = Math.abs(newSeekEnd - this.lastSeekEnd_);\n }\n\n this.pastSeekEnd_ = 0;\n this.lastSeekEnd_ = newSeekEnd;\n this.trigger('seekableendchange');\n }\n\n this.pastSeekEnd_ = this.pastSeekEnd() + 0.03;\n\n if (this.isBehind_() !== this.behindLiveEdge()) {\n this.behindLiveEdge_ = this.isBehind_();\n this.trigger('liveedgechange');\n }\n };\n /**\n * handle a durationchange event on the player\n * and start/stop tracking accordingly.\n */\n\n\n _proto.handleDurationchange = function handleDurationchange() {\n if (this.player_.duration() === Infinity) {\n this.startTracking();\n } else {\n this.stopTracking();\n }\n };\n /**\n * start tracking live playback\n */\n\n\n _proto.startTracking = function startTracking() {\n var _this2 = this;\n\n if (this.isTracking()) {\n return;\n }\n\n this.trackingInterval_ = this.setInterval(this.trackLive_, 30);\n this.trackLive_();\n this.on(this.player_, 'play', this.trackLive_);\n this.on(this.player_, 'pause', this.trackLive_);\n this.one(this.player_, 'play', this.handlePlay); // this is to prevent showing that we are not live\n // before a video starts to play\n\n if (!this.timeupdateSeen_) {\n this.handleTimeupdate = function () {\n _this2.timeupdateSeen_ = true;\n _this2.handleTimeupdate = null;\n };\n\n this.one(this.player_, 'timeupdate', this.handleTimeupdate);\n }\n };\n\n _proto.handlePlay = function handlePlay() {\n this.one(this.player_, 'timeupdate', this.seekToLiveEdge);\n };\n /**\n * Stop tracking, and set all internal variables to\n * their initial value.\n */\n\n\n _proto.reset_ = function reset_() {\n this.pastSeekEnd_ = 0;\n this.lastSeekEnd_ = null;\n this.behindLiveEdge_ = null;\n this.timeupdateSeen_ = false;\n this.clearInterval(this.trackingInterval_);\n this.trackingInterval_ = null;\n this.seekableIncrement_ = 12;\n this.off(this.player_, 'play', this.trackLive_);\n this.off(this.player_, 'pause', this.trackLive_);\n this.off(this.player_, 'play', this.handlePlay);\n this.off(this.player_, 'timeupdate', this.seekToLiveEdge);\n\n if (this.handleTimeupdate) {\n this.off(this.player_, 'timeupdate', this.handleTimeupdate);\n this.handleTimeupdate = null;\n }\n };\n /**\n * stop tracking live playback\n */\n\n\n _proto.stopTracking = function stopTracking() {\n if (!this.isTracking()) {\n return;\n }\n\n this.reset_();\n };\n /**\n * A helper to get the player seekable end\n * so that we don't have to null check everywhere\n */\n\n\n _proto.seekableEnd = function seekableEnd() {\n var seekable = this.player_.seekable();\n var seekableEnds = [];\n var i = seekable ? seekable.length : 0;\n\n while (i--) {\n seekableEnds.push(seekable.end(i));\n } // grab the furthest seekable end after sorting, or if there are none\n // default to Infinity\n\n\n return seekableEnds.length ? seekableEnds.sort()[seekableEnds.length - 1] : Infinity;\n };\n /**\n * A helper to get the player seekable start\n * so that we don't have to null check everywhere\n */\n\n\n _proto.seekableStart = function seekableStart() {\n var seekable = this.player_.seekable();\n var seekableStarts = [];\n var i = seekable ? seekable.length : 0;\n\n while (i--) {\n seekableStarts.push(seekable.start(i));\n } // grab the first seekable start after sorting, or if there are none\n // default to 0\n\n\n return seekableStarts.length ? seekableStarts.sort()[0] : 0;\n };\n /**\n * Get the live time window\n */\n\n\n _proto.liveWindow = function liveWindow() {\n var liveCurrentTime = this.liveCurrentTime();\n\n if (liveCurrentTime === Infinity) {\n return Infinity;\n }\n\n return liveCurrentTime - this.seekableStart();\n };\n /**\n * Determines if the player is live, only checks if this component\n * is tracking live playback or not\n */\n\n\n _proto.isLive = function isLive() {\n return this.isTracking();\n };\n /**\n * Determines if currentTime is at the live edge and won't fall behind\n * on each seekableendchange\n */\n\n\n _proto.atLiveEdge = function atLiveEdge() {\n return !this.behindLiveEdge();\n };\n /**\n * get what we expect the live current time to be\n */\n\n\n _proto.liveCurrentTime = function liveCurrentTime() {\n return this.pastSeekEnd() + this.seekableEnd();\n };\n /**\n * Returns how far past seek end we expect current time to be\n */\n\n\n _proto.pastSeekEnd = function pastSeekEnd() {\n return this.pastSeekEnd_;\n };\n /**\n * If we are currently behind the live edge, aka currentTime will be\n * behind on a seekableendchange\n */\n\n\n _proto.behindLiveEdge = function behindLiveEdge() {\n return this.behindLiveEdge_;\n };\n\n _proto.isTracking = function isTracking() {\n return typeof this.trackingInterval_ === 'number';\n };\n /**\n * Seek to the live edge if we are behind the live edge\n */\n\n\n _proto.seekToLiveEdge = function seekToLiveEdge() {\n if (this.atLiveEdge()) {\n return;\n }\n\n this.player_.currentTime(this.liveCurrentTime());\n\n if (this.player_.paused()) {\n this.player_.play();\n }\n };\n\n _proto.dispose = function dispose() {\n this.stopTracking();\n\n _Component.prototype.dispose.call(this);\n };\n\n return LiveTracker;\n}(Component);\n\nComponent.registerComponent('LiveTracker', LiveTracker);\n\n/**\n * This function is used to fire a sourceset when there is something\n * similar to `mediaEl.load()` being called. It will try to find the source via\n * the `src` attribute and then the `<source>` elements. It will then fire `sourceset`\n * with the source that was found or empty string if we cannot know. If it cannot\n * find a source then `sourceset` will not be fired.\n *\n * @param {Html5} tech\n * The tech object that sourceset was setup on\n *\n * @return {boolean}\n * returns false if the sourceset was not fired and true otherwise.\n */\n\nvar sourcesetLoad = function sourcesetLoad(tech) {\n var el = tech.el(); // if `el.src` is set, that source will be loaded.\n\n if (el.hasAttribute('src')) {\n tech.triggerSourceset(el.src);\n return true;\n }\n /**\n * Since there isn't a src property on the media element, source elements will be used for\n * implementing the source selection algorithm. This happens asynchronously and\n * for most cases were there is more than one source we cannot tell what source will\n * be loaded, without re-implementing the source selection algorithm. At this time we are not\n * going to do that. There are three special cases that we do handle here though:\n *\n * 1. If there are no sources, do not fire `sourceset`.\n * 2. If there is only one `<source>` with a `src` property/attribute that is our `src`\n * 3. If there is more than one `<source>` but all of them have the same `src` url.\n * That will be our src.\n */\n\n\n var sources = tech.$$('source');\n var srcUrls = [];\n var src = ''; // if there are no sources, do not fire sourceset\n\n if (!sources.length) {\n return false;\n } // only count valid/non-duplicate source elements\n\n\n for (var i = 0; i < sources.length; i++) {\n var url = sources[i].src;\n\n if (url && srcUrls.indexOf(url) === -1) {\n srcUrls.push(url);\n }\n } // there were no valid sources\n\n\n if (!srcUrls.length) {\n return false;\n } // there is only one valid source element url\n // use that\n\n\n if (srcUrls.length === 1) {\n src = srcUrls[0];\n }\n\n tech.triggerSourceset(src);\n return true;\n};\n/**\n * our implementation of an `innerHTML` descriptor for browsers\n * that do not have one.\n */\n\n\nvar innerHTMLDescriptorPolyfill = Object.defineProperty({}, 'innerHTML', {\n get: function get() {\n return this.cloneNode(true).innerHTML;\n },\n set: function set(v) {\n // make a dummy node to use innerHTML on\n var dummy = document.createElement(this.nodeName.toLowerCase()); // set innerHTML to the value provided\n\n dummy.innerHTML = v; // make a document fragment to hold the nodes from dummy\n\n var docFrag = document.createDocumentFragment(); // copy all of the nodes created by the innerHTML on dummy\n // to the document fragment\n\n while (dummy.childNodes.length) {\n docFrag.appendChild(dummy.childNodes[0]);\n } // remove content\n\n\n this.innerText = ''; // now we add all of that html in one by appending the\n // document fragment. This is how innerHTML does it.\n\n window$1.Element.prototype.appendChild.call(this, docFrag); // then return the result that innerHTML's setter would\n\n return this.innerHTML;\n }\n});\n/**\n * Get a property descriptor given a list of priorities and the\n * property to get.\n */\n\nvar getDescriptor = function getDescriptor(priority, prop) {\n var descriptor = {};\n\n for (var i = 0; i < priority.length; i++) {\n descriptor = Object.getOwnPropertyDescriptor(priority[i], prop);\n\n if (descriptor && descriptor.set && descriptor.get) {\n break;\n }\n }\n\n descriptor.enumerable = true;\n descriptor.configurable = true;\n return descriptor;\n};\n\nvar getInnerHTMLDescriptor = function getInnerHTMLDescriptor(tech) {\n return getDescriptor([tech.el(), window$1.HTMLMediaElement.prototype, window$1.Element.prototype, innerHTMLDescriptorPolyfill], 'innerHTML');\n};\n/**\n * Patches browser internal functions so that we can tell synchronously\n * if a `<source>` was appended to the media element. For some reason this\n * causes a `sourceset` if the the media element is ready and has no source.\n * This happens when:\n * - The page has just loaded and the media element does not have a source.\n * - The media element was emptied of all sources, then `load()` was called.\n *\n * It does this by patching the following functions/properties when they are supported:\n *\n * - `append()` - can be used to add a `<source>` element to the media element\n * - `appendChild()` - can be used to add a `<source>` element to the media element\n * - `insertAdjacentHTML()` - can be used to add a `<source>` element to the media element\n * - `innerHTML` - can be used to add a `<source>` element to the media element\n *\n * @param {Html5} tech\n * The tech object that sourceset is being setup on.\n */\n\n\nvar firstSourceWatch = function firstSourceWatch(tech) {\n var el = tech.el(); // make sure firstSourceWatch isn't setup twice.\n\n if (el.resetSourceWatch_) {\n return;\n }\n\n var old = {};\n var innerDescriptor = getInnerHTMLDescriptor(tech);\n\n var appendWrapper = function appendWrapper(appendFn) {\n return function () {\n for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {\n args[_key] = arguments[_key];\n }\n\n var retval = appendFn.apply(el, args);\n sourcesetLoad(tech);\n return retval;\n };\n };\n\n ['append', 'appendChild', 'insertAdjacentHTML'].forEach(function (k) {\n if (!el[k]) {\n return;\n } // store the old function\n\n\n old[k] = el[k]; // call the old function with a sourceset if a source\n // was loaded\n\n el[k] = appendWrapper(old[k]);\n });\n Object.defineProperty(el, 'innerHTML', mergeOptions(innerDescriptor, {\n set: appendWrapper(innerDescriptor.set)\n }));\n\n el.resetSourceWatch_ = function () {\n el.resetSourceWatch_ = null;\n Object.keys(old).forEach(function (k) {\n el[k] = old[k];\n });\n Object.defineProperty(el, 'innerHTML', innerDescriptor);\n }; // on the first sourceset, we need to revert our changes\n\n\n tech.one('sourceset', el.resetSourceWatch_);\n};\n/**\n * our implementation of a `src` descriptor for browsers\n * that do not have one.\n */\n\n\nvar srcDescriptorPolyfill = Object.defineProperty({}, 'src', {\n get: function get() {\n if (this.hasAttribute('src')) {\n return getAbsoluteURL(window$1.Element.prototype.getAttribute.call(this, 'src'));\n }\n\n return '';\n },\n set: function set(v) {\n window$1.Element.prototype.setAttribute.call(this, 'src', v);\n return v;\n }\n});\n\nvar getSrcDescriptor = function getSrcDescriptor(tech) {\n return getDescriptor([tech.el(), window$1.HTMLMediaElement.prototype, srcDescriptorPolyfill], 'src');\n};\n/**\n * setup `sourceset` handling on the `Html5` tech. This function\n * patches the following element properties/functions:\n *\n * - `src` - to determine when `src` is set\n * - `setAttribute()` - to determine when `src` is set\n * - `load()` - this re-triggers the source selection algorithm, and can\n * cause a sourceset.\n *\n * If there is no source when we are adding `sourceset` support or during a `load()`\n * we also patch the functions listed in `firstSourceWatch`.\n *\n * @param {Html5} tech\n * The tech to patch\n */\n\n\nvar setupSourceset = function setupSourceset(tech) {\n if (!tech.featuresSourceset) {\n return;\n }\n\n var el = tech.el(); // make sure sourceset isn't setup twice.\n\n if (el.resetSourceset_) {\n return;\n }\n\n var srcDescriptor = getSrcDescriptor(tech);\n var oldSetAttribute = el.setAttribute;\n var oldLoad = el.load;\n Object.defineProperty(el, 'src', mergeOptions(srcDescriptor, {\n set: function set(v) {\n var retval = srcDescriptor.set.call(el, v); // we use the getter here to get the actual value set on src\n\n tech.triggerSourceset(el.src);\n return retval;\n }\n }));\n\n el.setAttribute = function (n, v) {\n var retval = oldSetAttribute.call(el, n, v);\n\n if (/src/i.test(n)) {\n tech.triggerSourceset(el.src);\n }\n\n return retval;\n };\n\n el.load = function () {\n var retval = oldLoad.call(el); // if load was called, but there was no source to fire\n // sourceset on. We have to watch for a source append\n // as that can trigger a `sourceset` when the media element\n // has no source\n\n if (!sourcesetLoad(tech)) {\n tech.triggerSourceset('');\n firstSourceWatch(tech);\n }\n\n return retval;\n };\n\n if (el.currentSrc) {\n tech.triggerSourceset(el.currentSrc);\n } else if (!sourcesetLoad(tech)) {\n firstSourceWatch(tech);\n }\n\n el.resetSourceset_ = function () {\n el.resetSourceset_ = null;\n el.load = oldLoad;\n el.setAttribute = oldSetAttribute;\n Object.defineProperty(el, 'src', srcDescriptor);\n\n if (el.resetSourceWatch_) {\n el.resetSourceWatch_();\n }\n };\n};\n\nfunction _templateObject$1() {\n var data = _taggedTemplateLiteralLoose([\"Text Tracks are being loaded from another origin but the crossorigin attribute isn't used.\\n This may prevent text tracks from loading.\"]);\n\n _templateObject$1 = function _templateObject() {\n return data;\n };\n\n return data;\n}\n/**\n * HTML5 Media Controller - Wrapper for HTML5 Media API\n *\n * @mixes Tech~SourceHandlerAdditions\n * @extends Tech\n */\n\nvar Html5 =\n/*#__PURE__*/\nfunction (_Tech) {\n _inheritsLoose(Html5, _Tech);\n\n /**\n * Create an instance of this Tech.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n *\n * @param {Component~ReadyCallback} ready\n * Callback function to call when the `HTML5` Tech is ready.\n */\n function Html5(options, ready) {\n var _this;\n\n _this = _Tech.call(this, options, ready) || this;\n var source = options.source;\n var crossoriginTracks = false; // Set the source if one is provided\n // 1) Check if the source is new (if not, we want to keep the original so playback isn't interrupted)\n // 2) Check to see if the network state of the tag was failed at init, and if so, reset the source\n // anyway so the error gets fired.\n\n if (source && (_this.el_.currentSrc !== source.src || options.tag && options.tag.initNetworkState_ === 3)) {\n _this.setSource(source);\n } else {\n _this.handleLateInit_(_this.el_);\n } // setup sourceset after late sourceset/init\n\n\n if (options.enableSourceset) {\n _this.setupSourcesetHandling_();\n }\n\n if (_this.el_.hasChildNodes()) {\n var nodes = _this.el_.childNodes;\n var nodesLength = nodes.length;\n var removeNodes = [];\n\n while (nodesLength--) {\n var node = nodes[nodesLength];\n var nodeName = node.nodeName.toLowerCase();\n\n if (nodeName === 'track') {\n if (!_this.featuresNativeTextTracks) {\n // Empty video tag tracks so the built-in player doesn't use them also.\n // This may not be fast enough to stop HTML5 browsers from reading the tags\n // so we'll need to turn off any default tracks if we're manually doing\n // captions and subtitles. videoElement.textTracks\n removeNodes.push(node);\n } else {\n // store HTMLTrackElement and TextTrack to remote list\n _this.remoteTextTrackEls().addTrackElement_(node);\n\n _this.remoteTextTracks().addTrack(node.track);\n\n _this.textTracks().addTrack(node.track);\n\n if (!crossoriginTracks && !_this.el_.hasAttribute('crossorigin') && isCrossOrigin(node.src)) {\n crossoriginTracks = true;\n }\n }\n }\n }\n\n for (var i = 0; i < removeNodes.length; i++) {\n _this.el_.removeChild(removeNodes[i]);\n }\n }\n\n _this.proxyNativeTracks_();\n\n if (_this.featuresNativeTextTracks && crossoriginTracks) {\n log.warn(tsml(_templateObject$1()));\n } // prevent iOS Safari from disabling metadata text tracks during native playback\n\n\n _this.restoreMetadataTracksInIOSNativePlayer_(); // Determine if native controls should be used\n // Our goal should be to get the custom controls on mobile solid everywhere\n // so we can remove this all together. Right now this will block custom\n // controls on touch enabled laptops like the Chrome Pixel\n\n\n if ((TOUCH_ENABLED || IS_IPHONE || IS_NATIVE_ANDROID) && options.nativeControlsForTouch === true) {\n _this.setControls(true);\n } // on iOS, we want to proxy `webkitbeginfullscreen` and `webkitendfullscreen`\n // into a `fullscreenchange` event\n\n\n _this.proxyWebkitFullscreen_();\n\n _this.triggerReady();\n\n return _this;\n }\n /**\n * Dispose of `HTML5` media element and remove all tracks.\n */\n\n\n var _proto = Html5.prototype;\n\n _proto.dispose = function dispose() {\n if (this.el_ && this.el_.resetSourceset_) {\n this.el_.resetSourceset_();\n }\n\n Html5.disposeMediaElement(this.el_);\n this.options_ = null; // tech will handle clearing of the emulated track list\n\n _Tech.prototype.dispose.call(this);\n };\n /**\n * Modify the media element so that we can detect when\n * the source is changed. Fires `sourceset` just after the source has changed\n */\n\n\n _proto.setupSourcesetHandling_ = function setupSourcesetHandling_() {\n setupSourceset(this);\n };\n /**\n * When a captions track is enabled in the iOS Safari native player, all other\n * tracks are disabled (including metadata tracks), which nulls all of their\n * associated cue points. This will restore metadata tracks to their pre-fullscreen\n * state in those cases so that cue points are not needlessly lost.\n *\n * @private\n */\n\n\n _proto.restoreMetadataTracksInIOSNativePlayer_ = function restoreMetadataTracksInIOSNativePlayer_() {\n var textTracks = this.textTracks();\n var metadataTracksPreFullscreenState; // captures a snapshot of every metadata track's current state\n\n var takeMetadataTrackSnapshot = function takeMetadataTrackSnapshot() {\n metadataTracksPreFullscreenState = [];\n\n for (var i = 0; i < textTracks.length; i++) {\n var track = textTracks[i];\n\n if (track.kind === 'metadata') {\n metadataTracksPreFullscreenState.push({\n track: track,\n storedMode: track.mode\n });\n }\n }\n }; // snapshot each metadata track's initial state, and update the snapshot\n // each time there is a track 'change' event\n\n\n takeMetadataTrackSnapshot();\n textTracks.addEventListener('change', takeMetadataTrackSnapshot);\n this.on('dispose', function () {\n return textTracks.removeEventListener('change', takeMetadataTrackSnapshot);\n });\n\n var restoreTrackMode = function restoreTrackMode() {\n for (var i = 0; i < metadataTracksPreFullscreenState.length; i++) {\n var storedTrack = metadataTracksPreFullscreenState[i];\n\n if (storedTrack.track.mode === 'disabled' && storedTrack.track.mode !== storedTrack.storedMode) {\n storedTrack.track.mode = storedTrack.storedMode;\n }\n } // we only want this handler to be executed on the first 'change' event\n\n\n textTracks.removeEventListener('change', restoreTrackMode);\n }; // when we enter fullscreen playback, stop updating the snapshot and\n // restore all track modes to their pre-fullscreen state\n\n\n this.on('webkitbeginfullscreen', function () {\n textTracks.removeEventListener('change', takeMetadataTrackSnapshot); // remove the listener before adding it just in case it wasn't previously removed\n\n textTracks.removeEventListener('change', restoreTrackMode);\n textTracks.addEventListener('change', restoreTrackMode);\n }); // start updating the snapshot again after leaving fullscreen\n\n this.on('webkitendfullscreen', function () {\n // remove the listener before adding it just in case it wasn't previously removed\n textTracks.removeEventListener('change', takeMetadataTrackSnapshot);\n textTracks.addEventListener('change', takeMetadataTrackSnapshot); // remove the restoreTrackMode handler in case it wasn't triggered during fullscreen playback\n\n textTracks.removeEventListener('change', restoreTrackMode);\n });\n };\n /**\n * Attempt to force override of tracks for the given type\n *\n * @param {string} type - Track type to override, possible values include 'Audio',\n * 'Video', and 'Text'.\n * @param {boolean} override - If set to true native audio/video will be overridden,\n * otherwise native audio/video will potentially be used.\n * @private\n */\n\n\n _proto.overrideNative_ = function overrideNative_(type, override) {\n var _this2 = this;\n\n // If there is no behavioral change don't add/remove listeners\n if (override !== this[\"featuresNative\" + type + \"Tracks\"]) {\n return;\n }\n\n var lowerCaseType = type.toLowerCase();\n\n if (this[lowerCaseType + \"TracksListeners_\"]) {\n Object.keys(this[lowerCaseType + \"TracksListeners_\"]).forEach(function (eventName) {\n var elTracks = _this2.el()[lowerCaseType + \"Tracks\"];\n\n elTracks.removeEventListener(eventName, _this2[lowerCaseType + \"TracksListeners_\"][eventName]);\n });\n }\n\n this[\"featuresNative\" + type + \"Tracks\"] = !override;\n this[lowerCaseType + \"TracksListeners_\"] = null;\n this.proxyNativeTracksForType_(lowerCaseType);\n };\n /**\n * Attempt to force override of native audio tracks.\n *\n * @param {boolean} override - If set to true native audio will be overridden,\n * otherwise native audio will potentially be used.\n */\n\n\n _proto.overrideNativeAudioTracks = function overrideNativeAudioTracks(override) {\n this.overrideNative_('Audio', override);\n };\n /**\n * Attempt to force override of native video tracks.\n *\n * @param {boolean} override - If set to true native video will be overridden,\n * otherwise native video will potentially be used.\n */\n\n\n _proto.overrideNativeVideoTracks = function overrideNativeVideoTracks(override) {\n this.overrideNative_('Video', override);\n };\n /**\n * Proxy native track list events for the given type to our track\n * lists if the browser we are playing in supports that type of track list.\n *\n * @param {string} name - Track type; values include 'audio', 'video', and 'text'\n * @private\n */\n\n\n _proto.proxyNativeTracksForType_ = function proxyNativeTracksForType_(name) {\n var _this3 = this;\n\n var props = NORMAL[name];\n var elTracks = this.el()[props.getterName];\n var techTracks = this[props.getterName]();\n\n if (!this[\"featuresNative\" + props.capitalName + \"Tracks\"] || !elTracks || !elTracks.addEventListener) {\n return;\n }\n\n var listeners = {\n change: function change(e) {\n techTracks.trigger({\n type: 'change',\n target: techTracks,\n currentTarget: techTracks,\n srcElement: techTracks\n });\n },\n addtrack: function addtrack(e) {\n techTracks.addTrack(e.track);\n },\n removetrack: function removetrack(e) {\n techTracks.removeTrack(e.track);\n }\n };\n\n var removeOldTracks = function removeOldTracks() {\n var removeTracks = [];\n\n for (var i = 0; i < techTracks.length; i++) {\n var found = false;\n\n for (var j = 0; j < elTracks.length; j++) {\n if (elTracks[j] === techTracks[i]) {\n found = true;\n break;\n }\n }\n\n if (!found) {\n removeTracks.push(techTracks[i]);\n }\n }\n\n while (removeTracks.length) {\n techTracks.removeTrack(removeTracks.shift());\n }\n };\n\n this[props.getterName + 'Listeners_'] = listeners;\n Object.keys(listeners).forEach(function (eventName) {\n var listener = listeners[eventName];\n elTracks.addEventListener(eventName, listener);\n\n _this3.on('dispose', function (e) {\n return elTracks.removeEventListener(eventName, listener);\n });\n }); // Remove (native) tracks that are not used anymore\n\n this.on('loadstart', removeOldTracks);\n this.on('dispose', function (e) {\n return _this3.off('loadstart', removeOldTracks);\n });\n };\n /**\n * Proxy all native track list events to our track lists if the browser we are playing\n * in supports that type of track list.\n *\n * @private\n */\n\n\n _proto.proxyNativeTracks_ = function proxyNativeTracks_() {\n var _this4 = this;\n\n NORMAL.names.forEach(function (name) {\n _this4.proxyNativeTracksForType_(name);\n });\n };\n /**\n * Create the `Html5` Tech's DOM element.\n *\n * @return {Element}\n * The element that gets created.\n */\n\n\n _proto.createEl = function createEl$$1() {\n var el = this.options_.tag; // Check if this browser supports moving the element into the box.\n // On the iPhone video will break if you move the element,\n // So we have to create a brand new element.\n // If we ingested the player div, we do not need to move the media element.\n\n if (!el || !(this.options_.playerElIngest || this.movingMediaElementInDOM)) {\n // If the original tag is still there, clone and remove it.\n if (el) {\n var clone = el.cloneNode(true);\n\n if (el.parentNode) {\n el.parentNode.insertBefore(clone, el);\n }\n\n Html5.disposeMediaElement(el);\n el = clone;\n } else {\n el = document.createElement('video'); // determine if native controls should be used\n\n var tagAttributes = this.options_.tag && getAttributes(this.options_.tag);\n var attributes = mergeOptions({}, tagAttributes);\n\n if (!TOUCH_ENABLED || this.options_.nativeControlsForTouch !== true) {\n delete attributes.controls;\n }\n\n setAttributes(el, assign(attributes, {\n id: this.options_.techId,\n class: 'vjs-tech'\n }));\n }\n\n el.playerId = this.options_.playerId;\n }\n\n if (typeof this.options_.preload !== 'undefined') {\n setAttribute(el, 'preload', this.options_.preload);\n } // Update specific tag settings, in case they were overridden\n // `autoplay` has to be *last* so that `muted` and `playsinline` are present\n // when iOS/Safari or other browsers attempt to autoplay.\n\n\n var settingsAttrs = ['loop', 'muted', 'playsinline', 'autoplay'];\n\n for (var i = 0; i < settingsAttrs.length; i++) {\n var attr = settingsAttrs[i];\n var value = this.options_[attr];\n\n if (typeof value !== 'undefined') {\n if (value) {\n setAttribute(el, attr, attr);\n } else {\n removeAttribute(el, attr);\n }\n\n el[attr] = value;\n }\n }\n\n return el;\n };\n /**\n * This will be triggered if the loadstart event has already fired, before videojs was\n * ready. Two known examples of when this can happen are:\n * 1. If we're loading the playback object after it has started loading\n * 2. The media is already playing the (often with autoplay on) then\n *\n * This function will fire another loadstart so that videojs can catchup.\n *\n * @fires Tech#loadstart\n *\n * @return {undefined}\n * returns nothing.\n */\n\n\n _proto.handleLateInit_ = function handleLateInit_(el) {\n if (el.networkState === 0 || el.networkState === 3) {\n // The video element hasn't started loading the source yet\n // or didn't find a source\n return;\n }\n\n if (el.readyState === 0) {\n // NetworkState is set synchronously BUT loadstart is fired at the\n // end of the current stack, usually before setInterval(fn, 0).\n // So at this point we know loadstart may have already fired or is\n // about to fire, and either way the player hasn't seen it yet.\n // We don't want to fire loadstart prematurely here and cause a\n // double loadstart so we'll wait and see if it happens between now\n // and the next loop, and fire it if not.\n // HOWEVER, we also want to make sure it fires before loadedmetadata\n // which could also happen between now and the next loop, so we'll\n // watch for that also.\n var loadstartFired = false;\n\n var setLoadstartFired = function setLoadstartFired() {\n loadstartFired = true;\n };\n\n this.on('loadstart', setLoadstartFired);\n\n var triggerLoadstart = function triggerLoadstart() {\n // We did miss the original loadstart. Make sure the player\n // sees loadstart before loadedmetadata\n if (!loadstartFired) {\n this.trigger('loadstart');\n }\n };\n\n this.on('loadedmetadata', triggerLoadstart);\n this.ready(function () {\n this.off('loadstart', setLoadstartFired);\n this.off('loadedmetadata', triggerLoadstart);\n\n if (!loadstartFired) {\n // We did miss the original native loadstart. Fire it now.\n this.trigger('loadstart');\n }\n });\n return;\n } // From here on we know that loadstart already fired and we missed it.\n // The other readyState events aren't as much of a problem if we double\n // them, so not going to go to as much trouble as loadstart to prevent\n // that unless we find reason to.\n\n\n var eventsToTrigger = ['loadstart']; // loadedmetadata: newly equal to HAVE_METADATA (1) or greater\n\n eventsToTrigger.push('loadedmetadata'); // loadeddata: newly increased to HAVE_CURRENT_DATA (2) or greater\n\n if (el.readyState >= 2) {\n eventsToTrigger.push('loadeddata');\n } // canplay: newly increased to HAVE_FUTURE_DATA (3) or greater\n\n\n if (el.readyState >= 3) {\n eventsToTrigger.push('canplay');\n } // canplaythrough: newly equal to HAVE_ENOUGH_DATA (4)\n\n\n if (el.readyState >= 4) {\n eventsToTrigger.push('canplaythrough');\n } // We still need to give the player time to add event listeners\n\n\n this.ready(function () {\n eventsToTrigger.forEach(function (type) {\n this.trigger(type);\n }, this);\n });\n };\n /**\n * Set current time for the `HTML5` tech.\n *\n * @param {number} seconds\n * Set the current time of the media to this.\n */\n\n\n _proto.setCurrentTime = function setCurrentTime(seconds) {\n try {\n this.el_.currentTime = seconds;\n } catch (e) {\n log(e, 'Video is not ready. (Video.js)'); // this.warning(VideoJS.warnings.videoNotReady);\n }\n };\n /**\n * Get the current duration of the HTML5 media element.\n *\n * @return {number}\n * The duration of the media or 0 if there is no duration.\n */\n\n\n _proto.duration = function duration() {\n var _this5 = this;\n\n // Android Chrome will report duration as Infinity for VOD HLS until after\n // playback has started, which triggers the live display erroneously.\n // Return NaN if playback has not started and trigger a durationupdate once\n // the duration can be reliably known.\n if (this.el_.duration === Infinity && IS_ANDROID && IS_CHROME && this.el_.currentTime === 0) {\n // Wait for the first `timeupdate` with currentTime > 0 - there may be\n // several with 0\n var checkProgress = function checkProgress() {\n if (_this5.el_.currentTime > 0) {\n // Trigger durationchange for genuinely live video\n if (_this5.el_.duration === Infinity) {\n _this5.trigger('durationchange');\n }\n\n _this5.off('timeupdate', checkProgress);\n }\n };\n\n this.on('timeupdate', checkProgress);\n return NaN;\n }\n\n return this.el_.duration || NaN;\n };\n /**\n * Get the current width of the HTML5 media element.\n *\n * @return {number}\n * The width of the HTML5 media element.\n */\n\n\n _proto.width = function width() {\n return this.el_.offsetWidth;\n };\n /**\n * Get the current height of the HTML5 media element.\n *\n * @return {number}\n * The height of the HTML5 media element.\n */\n\n\n _proto.height = function height() {\n return this.el_.offsetHeight;\n };\n /**\n * Proxy iOS `webkitbeginfullscreen` and `webkitendfullscreen` into\n * `fullscreenchange` event.\n *\n * @private\n * @fires fullscreenchange\n * @listens webkitendfullscreen\n * @listens webkitbeginfullscreen\n * @listens webkitbeginfullscreen\n */\n\n\n _proto.proxyWebkitFullscreen_ = function proxyWebkitFullscreen_() {\n var _this6 = this;\n\n if (!('webkitDisplayingFullscreen' in this.el_)) {\n return;\n }\n\n var endFn = function endFn() {\n this.trigger('fullscreenchange', {\n isFullscreen: false\n });\n };\n\n var beginFn = function beginFn() {\n if ('webkitPresentationMode' in this.el_ && this.el_.webkitPresentationMode !== 'picture-in-picture') {\n this.one('webkitendfullscreen', endFn);\n this.trigger('fullscreenchange', {\n isFullscreen: true\n });\n }\n };\n\n this.on('webkitbeginfullscreen', beginFn);\n this.on('dispose', function () {\n _this6.off('webkitbeginfullscreen', beginFn);\n\n _this6.off('webkitendfullscreen', endFn);\n });\n };\n /**\n * Check if fullscreen is supported on the current playback device.\n *\n * @return {boolean}\n * - True if fullscreen is supported.\n * - False if fullscreen is not supported.\n */\n\n\n _proto.supportsFullScreen = function supportsFullScreen() {\n if (typeof this.el_.webkitEnterFullScreen === 'function') {\n var userAgent = window$1.navigator && window$1.navigator.userAgent || ''; // Seems to be broken in Chromium/Chrome && Safari in Leopard\n\n if (/Android/.test(userAgent) || !/Chrome|Mac OS X 10.5/.test(userAgent)) {\n return true;\n }\n }\n\n return false;\n };\n /**\n * Request that the `HTML5` Tech enter fullscreen.\n */\n\n\n _proto.enterFullScreen = function enterFullScreen() {\n var video = this.el_;\n\n if (video.paused && video.networkState <= video.HAVE_METADATA) {\n // attempt to prime the video element for programmatic access\n // this isn't necessary on the desktop but shouldn't hurt\n this.el_.play(); // playing and pausing synchronously during the transition to fullscreen\n // can get iOS ~6.1 devices into a play/pause loop\n\n this.setTimeout(function () {\n video.pause();\n video.webkitEnterFullScreen();\n }, 0);\n } else {\n video.webkitEnterFullScreen();\n }\n };\n /**\n * Request that the `HTML5` Tech exit fullscreen.\n */\n\n\n _proto.exitFullScreen = function exitFullScreen() {\n this.el_.webkitExitFullScreen();\n };\n /**\n * A getter/setter for the `Html5` Tech's source object.\n * > Note: Please use {@link Html5#setSource}\n *\n * @param {Tech~SourceObject} [src]\n * The source object you want to set on the `HTML5` techs element.\n *\n * @return {Tech~SourceObject|undefined}\n * - The current source object when a source is not passed in.\n * - undefined when setting\n *\n * @deprecated Since version 5.\n */\n\n\n _proto.src = function src(_src) {\n if (_src === undefined) {\n return this.el_.src;\n } // Setting src through `src` instead of `setSrc` will be deprecated\n\n\n this.setSrc(_src);\n };\n /**\n * Reset the tech by removing all sources and then calling\n * {@link Html5.resetMediaElement}.\n */\n\n\n _proto.reset = function reset() {\n Html5.resetMediaElement(this.el_);\n };\n /**\n * Get the current source on the `HTML5` Tech. Falls back to returning the source from\n * the HTML5 media element.\n *\n * @return {Tech~SourceObject}\n * The current source object from the HTML5 tech. With a fallback to the\n * elements source.\n */\n\n\n _proto.currentSrc = function currentSrc() {\n if (this.currentSource_) {\n return this.currentSource_.src;\n }\n\n return this.el_.currentSrc;\n };\n /**\n * Set controls attribute for the HTML5 media Element.\n *\n * @param {string} val\n * Value to set the controls attribute to\n */\n\n\n _proto.setControls = function setControls(val) {\n this.el_.controls = !!val;\n };\n /**\n * Create and returns a remote {@link TextTrack} object.\n *\n * @param {string} kind\n * `TextTrack` kind (subtitles, captions, descriptions, chapters, or metadata)\n *\n * @param {string} [label]\n * Label to identify the text track\n *\n * @param {string} [language]\n * Two letter language abbreviation\n *\n * @return {TextTrack}\n * The TextTrack that gets created.\n */\n\n\n _proto.addTextTrack = function addTextTrack(kind, label, language) {\n if (!this.featuresNativeTextTracks) {\n return _Tech.prototype.addTextTrack.call(this, kind, label, language);\n }\n\n return this.el_.addTextTrack(kind, label, language);\n };\n /**\n * Creates either native TextTrack or an emulated TextTrack depending\n * on the value of `featuresNativeTextTracks`\n *\n * @param {Object} options\n * The object should contain the options to initialize the TextTrack with.\n *\n * @param {string} [options.kind]\n * `TextTrack` kind (subtitles, captions, descriptions, chapters, or metadata).\n *\n * @param {string} [options.label]\n * Label to identify the text track\n *\n * @param {string} [options.language]\n * Two letter language abbreviation.\n *\n * @param {boolean} [options.default]\n * Default this track to on.\n *\n * @param {string} [options.id]\n * The internal id to assign this track.\n *\n * @param {string} [options.src]\n * A source url for the track.\n *\n * @return {HTMLTrackElement}\n * The track element that gets created.\n */\n\n\n _proto.createRemoteTextTrack = function createRemoteTextTrack(options) {\n if (!this.featuresNativeTextTracks) {\n return _Tech.prototype.createRemoteTextTrack.call(this, options);\n }\n\n var htmlTrackElement = document.createElement('track');\n\n if (options.kind) {\n htmlTrackElement.kind = options.kind;\n }\n\n if (options.label) {\n htmlTrackElement.label = options.label;\n }\n\n if (options.language || options.srclang) {\n htmlTrackElement.srclang = options.language || options.srclang;\n }\n\n if (options.default) {\n htmlTrackElement.default = options.default;\n }\n\n if (options.id) {\n htmlTrackElement.id = options.id;\n }\n\n if (options.src) {\n htmlTrackElement.src = options.src;\n }\n\n return htmlTrackElement;\n };\n /**\n * Creates a remote text track object and returns an html track element.\n *\n * @param {Object} options The object should contain values for\n * kind, language, label, and src (location of the WebVTT file)\n * @param {boolean} [manualCleanup=true] if set to false, the TextTrack will be\n * automatically removed from the video element whenever the source changes\n * @return {HTMLTrackElement} An Html Track Element.\n * This can be an emulated {@link HTMLTrackElement} or a native one.\n * @deprecated The default value of the \"manualCleanup\" parameter will default\n * to \"false\" in upcoming versions of Video.js\n */\n\n\n _proto.addRemoteTextTrack = function addRemoteTextTrack(options, manualCleanup) {\n var htmlTrackElement = _Tech.prototype.addRemoteTextTrack.call(this, options, manualCleanup);\n\n if (this.featuresNativeTextTracks) {\n this.el().appendChild(htmlTrackElement);\n }\n\n return htmlTrackElement;\n };\n /**\n * Remove remote `TextTrack` from `TextTrackList` object\n *\n * @param {TextTrack} track\n * `TextTrack` object to remove\n */\n\n\n _proto.removeRemoteTextTrack = function removeRemoteTextTrack(track) {\n _Tech.prototype.removeRemoteTextTrack.call(this, track);\n\n if (this.featuresNativeTextTracks) {\n var tracks = this.$$('track');\n var i = tracks.length;\n\n while (i--) {\n if (track === tracks[i] || track === tracks[i].track) {\n this.el().removeChild(tracks[i]);\n }\n }\n }\n };\n /**\n * Gets available media playback quality metrics as specified by the W3C's Media\n * Playback Quality API.\n *\n * @see [Spec]{@link https://wicg.github.io/media-playback-quality}\n *\n * @return {Object}\n * An object with supported media playback quality metrics\n */\n\n\n _proto.getVideoPlaybackQuality = function getVideoPlaybackQuality() {\n if (typeof this.el().getVideoPlaybackQuality === 'function') {\n return this.el().getVideoPlaybackQuality();\n }\n\n var videoPlaybackQuality = {};\n\n if (typeof this.el().webkitDroppedFrameCount !== 'undefined' && typeof this.el().webkitDecodedFrameCount !== 'undefined') {\n videoPlaybackQuality.droppedVideoFrames = this.el().webkitDroppedFrameCount;\n videoPlaybackQuality.totalVideoFrames = this.el().webkitDecodedFrameCount;\n }\n\n if (window$1.performance && typeof window$1.performance.now === 'function') {\n videoPlaybackQuality.creationTime = window$1.performance.now();\n } else if (window$1.performance && window$1.performance.timing && typeof window$1.performance.timing.navigationStart === 'number') {\n videoPlaybackQuality.creationTime = window$1.Date.now() - window$1.performance.timing.navigationStart;\n }\n\n return videoPlaybackQuality;\n };\n\n return Html5;\n}(Tech);\n/* HTML5 Support Testing ---------------------------------------------------- */\n\n\nif (isReal()) {\n /**\n * Element for testing browser HTML5 media capabilities\n *\n * @type {Element}\n * @constant\n * @private\n */\n Html5.TEST_VID = document.createElement('video');\n var track = document.createElement('track');\n track.kind = 'captions';\n track.srclang = 'en';\n track.label = 'English';\n Html5.TEST_VID.appendChild(track);\n}\n/**\n * Check if HTML5 media is supported by this browser/device.\n *\n * @return {boolean}\n * - True if HTML5 media is supported.\n * - False if HTML5 media is not supported.\n */\n\n\nHtml5.isSupported = function () {\n // IE with no Media Player is a LIAR! (#984)\n try {\n Html5.TEST_VID.volume = 0.5;\n } catch (e) {\n return false;\n }\n\n return !!(Html5.TEST_VID && Html5.TEST_VID.canPlayType);\n};\n/**\n * Check if the tech can support the given type\n *\n * @param {string} type\n * The mimetype to check\n * @return {string} 'probably', 'maybe', or '' (empty string)\n */\n\n\nHtml5.canPlayType = function (type) {\n return Html5.TEST_VID.canPlayType(type);\n};\n/**\n * Check if the tech can support the given source\n *\n * @param {Object} srcObj\n * The source object\n * @param {Object} options\n * The options passed to the tech\n * @return {string} 'probably', 'maybe', or '' (empty string)\n */\n\n\nHtml5.canPlaySource = function (srcObj, options) {\n return Html5.canPlayType(srcObj.type);\n};\n/**\n * Check if the volume can be changed in this browser/device.\n * Volume cannot be changed in a lot of mobile devices.\n * Specifically, it can't be changed from 1 on iOS.\n *\n * @return {boolean}\n * - True if volume can be controlled\n * - False otherwise\n */\n\n\nHtml5.canControlVolume = function () {\n // IE will error if Windows Media Player not installed #3315\n try {\n var volume = Html5.TEST_VID.volume;\n Html5.TEST_VID.volume = volume / 2 + 0.1;\n return volume !== Html5.TEST_VID.volume;\n } catch (e) {\n return false;\n }\n};\n/**\n * Check if the volume can be muted in this browser/device.\n * Some devices, e.g. iOS, don't allow changing volume\n * but permits muting/unmuting.\n *\n * @return {bolean}\n * - True if volume can be muted\n * - False otherwise\n */\n\n\nHtml5.canMuteVolume = function () {\n try {\n var muted = Html5.TEST_VID.muted; // in some versions of iOS muted property doesn't always\n // work, so we want to set both property and attribute\n\n Html5.TEST_VID.muted = !muted;\n\n if (Html5.TEST_VID.muted) {\n setAttribute(Html5.TEST_VID, 'muted', 'muted');\n } else {\n removeAttribute(Html5.TEST_VID, 'muted', 'muted');\n }\n\n return muted !== Html5.TEST_VID.muted;\n } catch (e) {\n return false;\n }\n};\n/**\n * Check if the playback rate can be changed in this browser/device.\n *\n * @return {boolean}\n * - True if playback rate can be controlled\n * - False otherwise\n */\n\n\nHtml5.canControlPlaybackRate = function () {\n // Playback rate API is implemented in Android Chrome, but doesn't do anything\n // https://github.com/videojs/video.js/issues/3180\n if (IS_ANDROID && IS_CHROME && CHROME_VERSION < 58) {\n return false;\n } // IE will error if Windows Media Player not installed #3315\n\n\n try {\n var playbackRate = Html5.TEST_VID.playbackRate;\n Html5.TEST_VID.playbackRate = playbackRate / 2 + 0.1;\n return playbackRate !== Html5.TEST_VID.playbackRate;\n } catch (e) {\n return false;\n }\n};\n/**\n * Check if we can override a video/audio elements attributes, with\n * Object.defineProperty.\n *\n * @return {boolean}\n * - True if builtin attributes can be overridden\n * - False otherwise\n */\n\n\nHtml5.canOverrideAttributes = function () {\n // if we cannot overwrite the src/innerHTML property, there is no support\n // iOS 7 safari for instance cannot do this.\n try {\n var noop = function noop() {};\n\n Object.defineProperty(document.createElement('video'), 'src', {\n get: noop,\n set: noop\n });\n Object.defineProperty(document.createElement('audio'), 'src', {\n get: noop,\n set: noop\n });\n Object.defineProperty(document.createElement('video'), 'innerHTML', {\n get: noop,\n set: noop\n });\n Object.defineProperty(document.createElement('audio'), 'innerHTML', {\n get: noop,\n set: noop\n });\n } catch (e) {\n return false;\n }\n\n return true;\n};\n/**\n * Check to see if native `TextTrack`s are supported by this browser/device.\n *\n * @return {boolean}\n * - True if native `TextTrack`s are supported.\n * - False otherwise\n */\n\n\nHtml5.supportsNativeTextTracks = function () {\n return IS_ANY_SAFARI || IS_IOS && IS_CHROME;\n};\n/**\n * Check to see if native `VideoTrack`s are supported by this browser/device\n *\n * @return {boolean}\n * - True if native `VideoTrack`s are supported.\n * - False otherwise\n */\n\n\nHtml5.supportsNativeVideoTracks = function () {\n return !!(Html5.TEST_VID && Html5.TEST_VID.videoTracks);\n};\n/**\n * Check to see if native `AudioTrack`s are supported by this browser/device\n *\n * @return {boolean}\n * - True if native `AudioTrack`s are supported.\n * - False otherwise\n */\n\n\nHtml5.supportsNativeAudioTracks = function () {\n return !!(Html5.TEST_VID && Html5.TEST_VID.audioTracks);\n};\n/**\n * An array of events available on the Html5 tech.\n *\n * @private\n * @type {Array}\n */\n\n\nHtml5.Events = ['loadstart', 'suspend', 'abort', 'error', 'emptied', 'stalled', 'loadedmetadata', 'loadeddata', 'canplay', 'canplaythrough', 'playing', 'waiting', 'seeking', 'seeked', 'ended', 'durationchange', 'timeupdate', 'progress', 'play', 'pause', 'ratechange', 'resize', 'volumechange'];\n/**\n * Boolean indicating whether the `Tech` supports volume control.\n *\n * @type {boolean}\n * @default {@link Html5.canControlVolume}\n */\n\nHtml5.prototype.featuresVolumeControl = Html5.canControlVolume();\n/**\n * Boolean indicating whether the `Tech` supports muting volume.\n *\n * @type {bolean}\n * @default {@link Html5.canMuteVolume}\n */\n\nHtml5.prototype.featuresMuteControl = Html5.canMuteVolume();\n/**\n * Boolean indicating whether the `Tech` supports changing the speed at which the media\n * plays. Examples:\n * - Set player to play 2x (twice) as fast\n * - Set player to play 0.5x (half) as fast\n *\n * @type {boolean}\n * @default {@link Html5.canControlPlaybackRate}\n */\n\nHtml5.prototype.featuresPlaybackRate = Html5.canControlPlaybackRate();\n/**\n * Boolean indicating whether the `Tech` supports the `sourceset` event.\n *\n * @type {boolean}\n * @default\n */\n\nHtml5.prototype.featuresSourceset = Html5.canOverrideAttributes();\n/**\n * Boolean indicating whether the `HTML5` tech currently supports the media element\n * moving in the DOM. iOS breaks if you move the media element, so this is set this to\n * false there. Everywhere else this should be true.\n *\n * @type {boolean}\n * @default\n */\n\nHtml5.prototype.movingMediaElementInDOM = !IS_IOS; // TODO: Previous comment: No longer appears to be used. Can probably be removed.\n// Is this true?\n\n/**\n * Boolean indicating whether the `HTML5` tech currently supports automatic media resize\n * when going into fullscreen.\n *\n * @type {boolean}\n * @default\n */\n\nHtml5.prototype.featuresFullscreenResize = true;\n/**\n * Boolean indicating whether the `HTML5` tech currently supports the progress event.\n * If this is false, manual `progress` events will be triggered instead.\n *\n * @type {boolean}\n * @default\n */\n\nHtml5.prototype.featuresProgressEvents = true;\n/**\n * Boolean indicating whether the `HTML5` tech currently supports the timeupdate event.\n * If this is false, manual `timeupdate` events will be triggered instead.\n *\n * @default\n */\n\nHtml5.prototype.featuresTimeupdateEvents = true;\n/**\n * Boolean indicating whether the `HTML5` tech currently supports native `TextTrack`s.\n *\n * @type {boolean}\n * @default {@link Html5.supportsNativeTextTracks}\n */\n\nHtml5.prototype.featuresNativeTextTracks = Html5.supportsNativeTextTracks();\n/**\n * Boolean indicating whether the `HTML5` tech currently supports native `VideoTrack`s.\n *\n * @type {boolean}\n * @default {@link Html5.supportsNativeVideoTracks}\n */\n\nHtml5.prototype.featuresNativeVideoTracks = Html5.supportsNativeVideoTracks();\n/**\n * Boolean indicating whether the `HTML5` tech currently supports native `AudioTrack`s.\n *\n * @type {boolean}\n * @default {@link Html5.supportsNativeAudioTracks}\n */\n\nHtml5.prototype.featuresNativeAudioTracks = Html5.supportsNativeAudioTracks(); // HTML5 Feature detection and Device Fixes --------------------------------- //\n\nvar canPlayType = Html5.TEST_VID && Html5.TEST_VID.constructor.prototype.canPlayType;\nvar mpegurlRE = /^application\\/(?:x-|vnd\\.apple\\.)mpegurl/i;\n\nHtml5.patchCanPlayType = function () {\n // Android 4.0 and above can play HLS to some extent but it reports being unable to do so\n // Firefox and Chrome report correctly\n if (ANDROID_VERSION >= 4.0 && !IS_FIREFOX && !IS_CHROME) {\n Html5.TEST_VID.constructor.prototype.canPlayType = function (type) {\n if (type && mpegurlRE.test(type)) {\n return 'maybe';\n }\n\n return canPlayType.call(this, type);\n };\n }\n};\n\nHtml5.unpatchCanPlayType = function () {\n var r = Html5.TEST_VID.constructor.prototype.canPlayType;\n Html5.TEST_VID.constructor.prototype.canPlayType = canPlayType;\n return r;\n}; // by default, patch the media element\n\n\nHtml5.patchCanPlayType();\n\nHtml5.disposeMediaElement = function (el) {\n if (!el) {\n return;\n }\n\n if (el.parentNode) {\n el.parentNode.removeChild(el);\n } // remove any child track or source nodes to prevent their loading\n\n\n while (el.hasChildNodes()) {\n el.removeChild(el.firstChild);\n } // remove any src reference. not setting `src=''` because that causes a warning\n // in firefox\n\n\n el.removeAttribute('src'); // force the media element to update its loading state by calling load()\n // however IE on Windows 7N has a bug that throws an error so need a try/catch (#793)\n\n if (typeof el.load === 'function') {\n // wrapping in an iife so it's not deoptimized (#1060#discussion_r10324473)\n (function () {\n try {\n el.load();\n } catch (e) {// not supported\n }\n })();\n }\n};\n\nHtml5.resetMediaElement = function (el) {\n if (!el) {\n return;\n }\n\n var sources = el.querySelectorAll('source');\n var i = sources.length;\n\n while (i--) {\n el.removeChild(sources[i]);\n } // remove any src reference.\n // not setting `src=''` because that throws an error\n\n\n el.removeAttribute('src');\n\n if (typeof el.load === 'function') {\n // wrapping in an iife so it's not deoptimized (#1060#discussion_r10324473)\n (function () {\n try {\n el.load();\n } catch (e) {// satisfy linter\n }\n })();\n }\n};\n/* Native HTML5 element property wrapping ----------------------------------- */\n// Wrap native boolean attributes with getters that check both property and attribute\n// The list is as followed:\n// muted, defaultMuted, autoplay, controls, loop, playsinline\n\n\n[\n/**\n * Get the value of `muted` from the media element. `muted` indicates\n * that the volume for the media should be set to silent. This does not actually change\n * the `volume` attribute.\n *\n * @method Html5#muted\n * @return {boolean}\n * - True if the value of `volume` should be ignored and the audio set to silent.\n * - False if the value of `volume` should be used.\n *\n * @see [Spec]{@link https://www.w3.org/TR/html5/embedded-content-0.html#dom-media-muted}\n */\n'muted',\n/**\n * Get the value of `defaultMuted` from the media element. `defaultMuted` indicates\n * whether the media should start muted or not. Only changes the default state of the\n * media. `muted` and `defaultMuted` can have different values. {@link Html5#muted} indicates the\n * current state.\n *\n * @method Html5#defaultMuted\n * @return {boolean}\n * - The value of `defaultMuted` from the media element.\n * - True indicates that the media should start muted.\n * - False indicates that the media should not start muted\n *\n * @see [Spec]{@link https://www.w3.org/TR/html5/embedded-content-0.html#dom-media-defaultmuted}\n */\n'defaultMuted',\n/**\n * Get the value of `autoplay` from the media element. `autoplay` indicates\n * that the media should start to play as soon as the page is ready.\n *\n * @method Html5#autoplay\n * @return {boolean}\n * - The value of `autoplay` from the media element.\n * - True indicates that the media should start as soon as the page loads.\n * - False indicates that the media should not start as soon as the page loads.\n *\n * @see [Spec]{@link https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-autoplay}\n */\n'autoplay',\n/**\n * Get the value of `controls` from the media element. `controls` indicates\n * whether the native media controls should be shown or hidden.\n *\n * @method Html5#controls\n * @return {boolean}\n * - The value of `controls` from the media element.\n * - True indicates that native controls should be showing.\n * - False indicates that native controls should be hidden.\n *\n * @see [Spec]{@link https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-controls}\n */\n'controls',\n/**\n * Get the value of `loop` from the media element. `loop` indicates\n * that the media should return to the start of the media and continue playing once\n * it reaches the end.\n *\n * @method Html5#loop\n * @return {boolean}\n * - The value of `loop` from the media element.\n * - True indicates that playback should seek back to start once\n * the end of a media is reached.\n * - False indicates that playback should not loop back to the start when the\n * end of the media is reached.\n *\n * @see [Spec]{@link https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-loop}\n */\n'loop',\n/**\n * Get the value of `playsinline` from the media element. `playsinline` indicates\n * to the browser that non-fullscreen playback is preferred when fullscreen\n * playback is the native default, such as in iOS Safari.\n *\n * @method Html5#playsinline\n * @return {boolean}\n * - The value of `playsinline` from the media element.\n * - True indicates that the media should play inline.\n * - False indicates that the media should not play inline.\n *\n * @see [Spec]{@link https://html.spec.whatwg.org/#attr-video-playsinline}\n */\n'playsinline'].forEach(function (prop) {\n Html5.prototype[prop] = function () {\n return this.el_[prop] || this.el_.hasAttribute(prop);\n };\n}); // Wrap native boolean attributes with setters that set both property and attribute\n// The list is as followed:\n// setMuted, setDefaultMuted, setAutoplay, setLoop, setPlaysinline\n// setControls is special-cased above\n\n[\n/**\n * Set the value of `muted` on the media element. `muted` indicates that the current\n * audio level should be silent.\n *\n * @method Html5#setMuted\n * @param {boolean} muted\n * - True if the audio should be set to silent\n * - False otherwise\n *\n * @see [Spec]{@link https://www.w3.org/TR/html5/embedded-content-0.html#dom-media-muted}\n */\n'muted',\n/**\n * Set the value of `defaultMuted` on the media element. `defaultMuted` indicates that the current\n * audio level should be silent, but will only effect the muted level on intial playback..\n *\n * @method Html5.prototype.setDefaultMuted\n * @param {boolean} defaultMuted\n * - True if the audio should be set to silent\n * - False otherwise\n *\n * @see [Spec]{@link https://www.w3.org/TR/html5/embedded-content-0.html#dom-media-defaultmuted}\n */\n'defaultMuted',\n/**\n * Set the value of `autoplay` on the media element. `autoplay` indicates\n * that the media should start to play as soon as the page is ready.\n *\n * @method Html5#setAutoplay\n * @param {boolean} autoplay\n * - True indicates that the media should start as soon as the page loads.\n * - False indicates that the media should not start as soon as the page loads.\n *\n * @see [Spec]{@link https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-autoplay}\n */\n'autoplay',\n/**\n * Set the value of `loop` on the media element. `loop` indicates\n * that the media should return to the start of the media and continue playing once\n * it reaches the end.\n *\n * @method Html5#setLoop\n * @param {boolean} loop\n * - True indicates that playback should seek back to start once\n * the end of a media is reached.\n * - False indicates that playback should not loop back to the start when the\n * end of the media is reached.\n *\n * @see [Spec]{@link https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-loop}\n */\n'loop',\n/**\n * Set the value of `playsinline` from the media element. `playsinline` indicates\n * to the browser that non-fullscreen playback is preferred when fullscreen\n * playback is the native default, such as in iOS Safari.\n *\n * @method Html5#setPlaysinline\n * @param {boolean} playsinline\n * - True indicates that the media should play inline.\n * - False indicates that the media should not play inline.\n *\n * @see [Spec]{@link https://html.spec.whatwg.org/#attr-video-playsinline}\n */\n'playsinline'].forEach(function (prop) {\n Html5.prototype['set' + toTitleCase(prop)] = function (v) {\n this.el_[prop] = v;\n\n if (v) {\n this.el_.setAttribute(prop, prop);\n } else {\n this.el_.removeAttribute(prop);\n }\n };\n}); // Wrap native properties with a getter\n// The list is as followed\n// paused, currentTime, buffered, volume, poster, preload, error, seeking\n// seekable, ended, playbackRate, defaultPlaybackRate, played, networkState\n// readyState, videoWidth, videoHeight\n\n[\n/**\n * Get the value of `paused` from the media element. `paused` indicates whether the media element\n * is currently paused or not.\n *\n * @method Html5#paused\n * @return {boolean}\n * The value of `paused` from the media element.\n *\n * @see [Spec]{@link https://www.w3.org/TR/html5/embedded-content-0.html#dom-media-paused}\n */\n'paused',\n/**\n * Get the value of `currentTime` from the media element. `currentTime` indicates\n * the current second that the media is at in playback.\n *\n * @method Html5#currentTime\n * @return {number}\n * The value of `currentTime` from the media element.\n *\n * @see [Spec]{@link https://www.w3.org/TR/html5/embedded-content-0.html#dom-media-currenttime}\n */\n'currentTime',\n/**\n * Get the value of `buffered` from the media element. `buffered` is a `TimeRange`\n * object that represents the parts of the media that are already downloaded and\n * available for playback.\n *\n * @method Html5#buffered\n * @return {TimeRange}\n * The value of `buffered` from the media element.\n *\n * @see [Spec]{@link https://www.w3.org/TR/html5/embedded-content-0.html#dom-media-buffered}\n */\n'buffered',\n/**\n * Get the value of `volume` from the media element. `volume` indicates\n * the current playback volume of audio for a media. `volume` will be a value from 0\n * (silent) to 1 (loudest and default).\n *\n * @method Html5#volume\n * @return {number}\n * The value of `volume` from the media element. Value will be between 0-1.\n *\n * @see [Spec]{@link https://www.w3.org/TR/html5/embedded-content-0.html#dom-a-volume}\n */\n'volume',\n/**\n * Get the value of `poster` from the media element. `poster` indicates\n * that the url of an image file that can/will be shown when no media data is available.\n *\n * @method Html5#poster\n * @return {string}\n * The value of `poster` from the media element. Value will be a url to an\n * image.\n *\n * @see [Spec]{@link https://www.w3.org/TR/html5/embedded-content-0.html#attr-video-poster}\n */\n'poster',\n/**\n * Get the value of `preload` from the media element. `preload` indicates\n * what should download before the media is interacted with. It can have the following\n * values:\n * - none: nothing should be downloaded\n * - metadata: poster and the first few frames of the media may be downloaded to get\n * media dimensions and other metadata\n * - auto: allow the media and metadata for the media to be downloaded before\n * interaction\n *\n * @method Html5#preload\n * @return {string}\n * The value of `preload` from the media element. Will be 'none', 'metadata',\n * or 'auto'.\n *\n * @see [Spec]{@link https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-preload}\n */\n'preload',\n/**\n * Get the value of the `error` from the media element. `error` indicates any\n * MediaError that may have occurred during playback. If error returns null there is no\n * current error.\n *\n * @method Html5#error\n * @return {MediaError|null}\n * The value of `error` from the media element. Will be `MediaError` if there\n * is a current error and null otherwise.\n *\n * @see [Spec]{@link https://www.w3.org/TR/html5/embedded-content-0.html#dom-media-error}\n */\n'error',\n/**\n * Get the value of `seeking` from the media element. `seeking` indicates whether the\n * media is currently seeking to a new position or not.\n *\n * @method Html5#seeking\n * @return {boolean}\n * - The value of `seeking` from the media element.\n * - True indicates that the media is currently seeking to a new position.\n * - False indicates that the media is not seeking to a new position at this time.\n *\n * @see [Spec]{@link https://www.w3.org/TR/html5/embedded-content-0.html#dom-media-seeking}\n */\n'seeking',\n/**\n * Get the value of `seekable` from the media element. `seekable` returns a\n * `TimeRange` object indicating ranges of time that can currently be `seeked` to.\n *\n * @method Html5#seekable\n * @return {TimeRange}\n * The value of `seekable` from the media element. A `TimeRange` object\n * indicating the current ranges of time that can be seeked to.\n *\n * @see [Spec]{@link https://www.w3.org/TR/html5/embedded-content-0.html#dom-media-seekable}\n */\n'seekable',\n/**\n * Get the value of `ended` from the media element. `ended` indicates whether\n * the media has reached the end or not.\n *\n * @method Html5#ended\n * @return {boolean}\n * - The value of `ended` from the media element.\n * - True indicates that the media has ended.\n * - False indicates that the media has not ended.\n *\n * @see [Spec]{@link https://www.w3.org/TR/html5/embedded-content-0.html#dom-media-ended}\n */\n'ended',\n/**\n * Get the value of `playbackRate` from the media element. `playbackRate` indicates\n * the rate at which the media is currently playing back. Examples:\n * - if playbackRate is set to 2, media will play twice as fast.\n * - if playbackRate is set to 0.5, media will play half as fast.\n *\n * @method Html5#playbackRate\n * @return {number}\n * The value of `playbackRate` from the media element. A number indicating\n * the current playback speed of the media, where 1 is normal speed.\n *\n * @see [Spec]{@link https://www.w3.org/TR/html5/embedded-content-0.html#dom-media-playbackrate}\n */\n'playbackRate',\n/**\n * Get the value of `defaultPlaybackRate` from the media element. `defaultPlaybackRate` indicates\n * the rate at which the media is currently playing back. This value will not indicate the current\n * `playbackRate` after playback has started, use {@link Html5#playbackRate} for that.\n *\n * Examples:\n * - if defaultPlaybackRate is set to 2, media will play twice as fast.\n * - if defaultPlaybackRate is set to 0.5, media will play half as fast.\n *\n * @method Html5.prototype.defaultPlaybackRate\n * @return {number}\n * The value of `defaultPlaybackRate` from the media element. A number indicating\n * the current playback speed of the media, where 1 is normal speed.\n *\n * @see [Spec]{@link https://www.w3.org/TR/html5/embedded-content-0.html#dom-media-playbackrate}\n */\n'defaultPlaybackRate',\n/**\n * Get the value of `played` from the media element. `played` returns a `TimeRange`\n * object representing points in the media timeline that have been played.\n *\n * @method Html5#played\n * @return {TimeRange}\n * The value of `played` from the media element. A `TimeRange` object indicating\n * the ranges of time that have been played.\n *\n * @see [Spec]{@link https://www.w3.org/TR/html5/embedded-content-0.html#dom-media-played}\n */\n'played',\n/**\n * Get the value of `networkState` from the media element. `networkState` indicates\n * the current network state. It returns an enumeration from the following list:\n * - 0: NETWORK_EMPTY\n * - 1: NETWORK_IDLE\n * - 2: NETWORK_LOADING\n * - 3: NETWORK_NO_SOURCE\n *\n * @method Html5#networkState\n * @return {number}\n * The value of `networkState` from the media element. This will be a number\n * from the list in the description.\n *\n * @see [Spec] {@link https://www.w3.org/TR/html5/embedded-content-0.html#dom-media-networkstate}\n */\n'networkState',\n/**\n * Get the value of `readyState` from the media element. `readyState` indicates\n * the current state of the media element. It returns an enumeration from the\n * following list:\n * - 0: HAVE_NOTHING\n * - 1: HAVE_METADATA\n * - 2: HAVE_CURRENT_DATA\n * - 3: HAVE_FUTURE_DATA\n * - 4: HAVE_ENOUGH_DATA\n *\n * @method Html5#readyState\n * @return {number}\n * The value of `readyState` from the media element. This will be a number\n * from the list in the description.\n *\n * @see [Spec] {@link https://www.w3.org/TR/html5/embedded-content-0.html#ready-states}\n */\n'readyState',\n/**\n * Get the value of `videoWidth` from the video element. `videoWidth` indicates\n * the current width of the video in css pixels.\n *\n * @method Html5#videoWidth\n * @return {number}\n * The value of `videoWidth` from the video element. This will be a number\n * in css pixels.\n *\n * @see [Spec] {@link https://www.w3.org/TR/html5/embedded-content-0.html#dom-video-videowidth}\n */\n'videoWidth',\n/**\n * Get the value of `videoHeight` from the video element. `videoHeight` indicates\n * the current height of the video in css pixels.\n *\n * @method Html5#videoHeight\n * @return {number}\n * The value of `videoHeight` from the video element. This will be a number\n * in css pixels.\n *\n * @see [Spec] {@link https://www.w3.org/TR/html5/embedded-content-0.html#dom-video-videowidth}\n */\n'videoHeight'].forEach(function (prop) {\n Html5.prototype[prop] = function () {\n return this.el_[prop];\n };\n}); // Wrap native properties with a setter in this format:\n// set + toTitleCase(name)\n// The list is as follows:\n// setVolume, setSrc, setPoster, setPreload, setPlaybackRate, setDefaultPlaybackRate\n\n[\n/**\n * Set the value of `volume` on the media element. `volume` indicates the current\n * audio level as a percentage in decimal form. This means that 1 is 100%, 0.5 is 50%, and\n * so on.\n *\n * @method Html5#setVolume\n * @param {number} percentAsDecimal\n * The volume percent as a decimal. Valid range is from 0-1.\n *\n * @see [Spec]{@link https://www.w3.org/TR/html5/embedded-content-0.html#dom-a-volume}\n */\n'volume',\n/**\n * Set the value of `src` on the media element. `src` indicates the current\n * {@link Tech~SourceObject} for the media.\n *\n * @method Html5#setSrc\n * @param {Tech~SourceObject} src\n * The source object to set as the current source.\n *\n * @see [Spec]{@link https://www.w3.org/TR/html5/embedded-content-0.html#dom-media-src}\n */\n'src',\n/**\n * Set the value of `poster` on the media element. `poster` is the url to\n * an image file that can/will be shown when no media data is available.\n *\n * @method Html5#setPoster\n * @param {string} poster\n * The url to an image that should be used as the `poster` for the media\n * element.\n *\n * @see [Spec]{@link https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-poster}\n */\n'poster',\n/**\n * Set the value of `preload` on the media element. `preload` indicates\n * what should download before the media is interacted with. It can have the following\n * values:\n * - none: nothing should be downloaded\n * - metadata: poster and the first few frames of the media may be downloaded to get\n * media dimensions and other metadata\n * - auto: allow the media and metadata for the media to be downloaded before\n * interaction\n *\n * @method Html5#setPreload\n * @param {string} preload\n * The value of `preload` to set on the media element. Must be 'none', 'metadata',\n * or 'auto'.\n *\n * @see [Spec]{@link https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-preload}\n */\n'preload',\n/**\n * Set the value of `playbackRate` on the media element. `playbackRate` indicates\n * the rate at which the media should play back. Examples:\n * - if playbackRate is set to 2, media will play twice as fast.\n * - if playbackRate is set to 0.5, media will play half as fast.\n *\n * @method Html5#setPlaybackRate\n * @return {number}\n * The value of `playbackRate` from the media element. A number indicating\n * the current playback speed of the media, where 1 is normal speed.\n *\n * @see [Spec]{@link https://www.w3.org/TR/html5/embedded-content-0.html#dom-media-playbackrate}\n */\n'playbackRate',\n/**\n * Set the value of `defaultPlaybackRate` on the media element. `defaultPlaybackRate` indicates\n * the rate at which the media should play back upon initial startup. Changing this value\n * after a video has started will do nothing. Instead you should used {@link Html5#setPlaybackRate}.\n *\n * Example Values:\n * - if playbackRate is set to 2, media will play twice as fast.\n * - if playbackRate is set to 0.5, media will play half as fast.\n *\n * @method Html5.prototype.setDefaultPlaybackRate\n * @return {number}\n * The value of `defaultPlaybackRate` from the media element. A number indicating\n * the current playback speed of the media, where 1 is normal speed.\n *\n * @see [Spec]{@link https://www.w3.org/TR/html5/embedded-content-0.html#dom-media-defaultplaybackrate}\n */\n'defaultPlaybackRate'].forEach(function (prop) {\n Html5.prototype['set' + toTitleCase(prop)] = function (v) {\n this.el_[prop] = v;\n };\n}); // wrap native functions with a function\n// The list is as follows:\n// pause, load, play\n\n[\n/**\n * A wrapper around the media elements `pause` function. This will call the `HTML5`\n * media elements `pause` function.\n *\n * @method Html5#pause\n * @see [Spec]{@link https://www.w3.org/TR/html5/embedded-content-0.html#dom-media-pause}\n */\n'pause',\n/**\n * A wrapper around the media elements `load` function. This will call the `HTML5`s\n * media element `load` function.\n *\n * @method Html5#load\n * @see [Spec]{@link https://www.w3.org/TR/html5/embedded-content-0.html#dom-media-load}\n */\n'load',\n/**\n * A wrapper around the media elements `play` function. This will call the `HTML5`s\n * media element `play` function.\n *\n * @method Html5#play\n * @see [Spec]{@link https://www.w3.org/TR/html5/embedded-content-0.html#dom-media-play}\n */\n'play'].forEach(function (prop) {\n Html5.prototype[prop] = function () {\n return this.el_[prop]();\n };\n});\nTech.withSourceHandlers(Html5);\n/**\n * Native source handler for Html5, simply passes the source to the media element.\n *\n * @property {Tech~SourceObject} source\n * The source object\n *\n * @property {Html5} tech\n * The instance of the HTML5 tech.\n */\n\nHtml5.nativeSourceHandler = {};\n/**\n * Check if the media element can play the given mime type.\n *\n * @param {string} type\n * The mimetype to check\n *\n * @return {string}\n * 'probably', 'maybe', or '' (empty string)\n */\n\nHtml5.nativeSourceHandler.canPlayType = function (type) {\n // IE without MediaPlayer throws an error (#519)\n try {\n return Html5.TEST_VID.canPlayType(type);\n } catch (e) {\n return '';\n }\n};\n/**\n * Check if the media element can handle a source natively.\n *\n * @param {Tech~SourceObject} source\n * The source object\n *\n * @param {Object} [options]\n * Options to be passed to the tech.\n *\n * @return {string}\n * 'probably', 'maybe', or '' (empty string).\n */\n\n\nHtml5.nativeSourceHandler.canHandleSource = function (source, options) {\n // If a type was provided we should rely on that\n if (source.type) {\n return Html5.nativeSourceHandler.canPlayType(source.type); // If no type, fall back to checking 'video/[EXTENSION]'\n } else if (source.src) {\n var ext = getFileExtension(source.src);\n return Html5.nativeSourceHandler.canPlayType(\"video/\" + ext);\n }\n\n return '';\n};\n/**\n * Pass the source to the native media element.\n *\n * @param {Tech~SourceObject} source\n * The source object\n *\n * @param {Html5} tech\n * The instance of the Html5 tech\n *\n * @param {Object} [options]\n * The options to pass to the source\n */\n\n\nHtml5.nativeSourceHandler.handleSource = function (source, tech, options) {\n tech.setSrc(source.src);\n};\n/**\n * A noop for the native dispose function, as cleanup is not needed.\n */\n\n\nHtml5.nativeSourceHandler.dispose = function () {}; // Register the native source handler\n\n\nHtml5.registerSourceHandler(Html5.nativeSourceHandler);\nTech.registerTech('Html5', Html5);\n\nfunction _templateObject$2() {\n var data = _taggedTemplateLiteralLoose([\"\\n Using the tech directly can be dangerous. I hope you know what you're doing.\\n See https://github.com/videojs/video.js/issues/2617 for more info.\\n \"]);\n\n _templateObject$2 = function _templateObject() {\n return data;\n };\n\n return data;\n}\n// on the player when they happen\n\nvar TECH_EVENTS_RETRIGGER = [\n/**\n * Fired while the user agent is downloading media data.\n *\n * @event Player#progress\n * @type {EventTarget~Event}\n */\n\n/**\n * Retrigger the `progress` event that was triggered by the {@link Tech}.\n *\n * @private\n * @method Player#handleTechProgress_\n * @fires Player#progress\n * @listens Tech#progress\n */\n'progress',\n/**\n * Fires when the loading of an audio/video is aborted.\n *\n * @event Player#abort\n * @type {EventTarget~Event}\n */\n\n/**\n * Retrigger the `abort` event that was triggered by the {@link Tech}.\n *\n * @private\n * @method Player#handleTechAbort_\n * @fires Player#abort\n * @listens Tech#abort\n */\n'abort',\n/**\n * Fires when the browser is intentionally not getting media data.\n *\n * @event Player#suspend\n * @type {EventTarget~Event}\n */\n\n/**\n * Retrigger the `suspend` event that was triggered by the {@link Tech}.\n *\n * @private\n * @method Player#handleTechSuspend_\n * @fires Player#suspend\n * @listens Tech#suspend\n */\n'suspend',\n/**\n * Fires when the current playlist is empty.\n *\n * @event Player#emptied\n * @type {EventTarget~Event}\n */\n\n/**\n * Retrigger the `emptied` event that was triggered by the {@link Tech}.\n *\n * @private\n * @method Player#handleTechEmptied_\n * @fires Player#emptied\n * @listens Tech#emptied\n */\n'emptied',\n/**\n * Fires when the browser is trying to get media data, but data is not available.\n *\n * @event Player#stalled\n * @type {EventTarget~Event}\n */\n\n/**\n * Retrigger the `stalled` event that was triggered by the {@link Tech}.\n *\n * @private\n * @method Player#handleTechStalled_\n * @fires Player#stalled\n * @listens Tech#stalled\n */\n'stalled',\n/**\n * Fires when the browser has loaded meta data for the audio/video.\n *\n * @event Player#loadedmetadata\n * @type {EventTarget~Event}\n */\n\n/**\n * Retrigger the `stalled` event that was triggered by the {@link Tech}.\n *\n * @private\n * @method Player#handleTechLoadedmetadata_\n * @fires Player#loadedmetadata\n * @listens Tech#loadedmetadata\n */\n'loadedmetadata',\n/**\n * Fires when the browser has loaded the current frame of the audio/video.\n *\n * @event Player#loadeddata\n * @type {event}\n */\n\n/**\n * Retrigger the `loadeddata` event that was triggered by the {@link Tech}.\n *\n * @private\n * @method Player#handleTechLoaddeddata_\n * @fires Player#loadeddata\n * @listens Tech#loadeddata\n */\n'loadeddata',\n/**\n * Fires when the current playback position has changed.\n *\n * @event Player#timeupdate\n * @type {event}\n */\n\n/**\n * Retrigger the `timeupdate` event that was triggered by the {@link Tech}.\n *\n * @private\n * @method Player#handleTechTimeUpdate_\n * @fires Player#timeupdate\n * @listens Tech#timeupdate\n */\n'timeupdate',\n/**\n * Fires when the video's intrinsic dimensions change\n *\n * @event Player#resize\n * @type {event}\n */\n\n/**\n * Retrigger the `resize` event that was triggered by the {@link Tech}.\n *\n * @private\n * @method Player#handleTechResize_\n * @fires Player#resize\n * @listens Tech#resize\n */\n'resize',\n/**\n * Fires when the volume has been changed\n *\n * @event Player#volumechange\n * @type {event}\n */\n\n/**\n * Retrigger the `volumechange` event that was triggered by the {@link Tech}.\n *\n * @private\n * @method Player#handleTechVolumechange_\n * @fires Player#volumechange\n * @listens Tech#volumechange\n */\n'volumechange',\n/**\n * Fires when the text track has been changed\n *\n * @event Player#texttrackchange\n * @type {event}\n */\n\n/**\n * Retrigger the `texttrackchange` event that was triggered by the {@link Tech}.\n *\n * @private\n * @method Player#handleTechTexttrackchange_\n * @fires Player#texttrackchange\n * @listens Tech#texttrackchange\n */\n'texttrackchange']; // events to queue when playback rate is zero\n// this is a hash for the sole purpose of mapping non-camel-cased event names\n// to camel-cased function names\n\nvar TECH_EVENTS_QUEUE = {\n canplay: 'CanPlay',\n canplaythrough: 'CanPlayThrough',\n playing: 'Playing',\n seeked: 'Seeked'\n};\nvar BREAKPOINT_ORDER = ['tiny', 'xsmall', 'small', 'medium', 'large', 'xlarge', 'huge'];\nvar BREAKPOINT_CLASSES = {}; // grep: vjs-layout-tiny\n// grep: vjs-layout-x-small\n// grep: vjs-layout-small\n// grep: vjs-layout-medium\n// grep: vjs-layout-large\n// grep: vjs-layout-x-large\n// grep: vjs-layout-huge\n\nBREAKPOINT_ORDER.forEach(function (k) {\n var v = k.charAt(0) === 'x' ? \"x-\" + k.substring(1) : k;\n BREAKPOINT_CLASSES[k] = \"vjs-layout-\" + v;\n});\nvar DEFAULT_BREAKPOINTS = {\n tiny: 210,\n xsmall: 320,\n small: 425,\n medium: 768,\n large: 1440,\n xlarge: 2560,\n huge: Infinity\n};\n/**\n * An instance of the `Player` class is created when any of the Video.js setup methods\n * are used to initialize a video.\n *\n * After an instance has been created it can be accessed globally in two ways:\n * 1. By calling `videojs('example_video_1');`\n * 2. By using it directly via `videojs.players.example_video_1;`\n *\n * @extends Component\n */\n\nvar Player =\n/*#__PURE__*/\nfunction (_Component) {\n _inheritsLoose(Player, _Component);\n\n /**\n * Create an instance of this class.\n *\n * @param {Element} tag\n * The original video DOM element used for configuring options.\n *\n * @param {Object} [options]\n * Object of option names and values.\n *\n * @param {Component~ReadyCallback} [ready]\n * Ready callback function.\n */\n function Player(tag, options, ready) {\n var _this;\n\n // Make sure tag ID exists\n tag.id = tag.id || options.id || \"vjs_video_\" + newGUID(); // Set Options\n // The options argument overrides options set in the video tag\n // which overrides globally set options.\n // This latter part coincides with the load order\n // (tag must exist before Player)\n\n options = assign(Player.getTagSettings(tag), options); // Delay the initialization of children because we need to set up\n // player properties first, and can't use `this` before `super()`\n\n options.initChildren = false; // Same with creating the element\n\n options.createEl = false; // don't auto mixin the evented mixin\n\n options.evented = false; // we don't want the player to report touch activity on itself\n // see enableTouchActivity in Component\n\n options.reportTouchActivity = false; // If language is not set, get the closest lang attribute\n\n if (!options.language) {\n if (typeof tag.closest === 'function') {\n var closest = tag.closest('[lang]');\n\n if (closest && closest.getAttribute) {\n options.language = closest.getAttribute('lang');\n }\n } else {\n var element = tag;\n\n while (element && element.nodeType === 1) {\n if (getAttributes(element).hasOwnProperty('lang')) {\n options.language = element.getAttribute('lang');\n break;\n }\n\n element = element.parentNode;\n }\n }\n } // Run base component initializing with new options\n\n\n _this = _Component.call(this, null, options, ready) || this; // create logger\n\n _this.log = createLogger$1(_this.id_); // Tracks when a tech changes the poster\n\n _this.isPosterFromTech_ = false; // Holds callback info that gets queued when playback rate is zero\n // and a seek is happening\n\n _this.queuedCallbacks_ = []; // Turn off API access because we're loading a new tech that might load asynchronously\n\n _this.isReady_ = false; // Init state hasStarted_\n\n _this.hasStarted_ = false; // Init state userActive_\n\n _this.userActive_ = false; // if the global option object was accidentally blown away by\n // someone, bail early with an informative error\n\n if (!_this.options_ || !_this.options_.techOrder || !_this.options_.techOrder.length) {\n throw new Error('No techOrder specified. Did you overwrite ' + 'videojs.options instead of just changing the ' + 'properties you want to override?');\n } // Store the original tag used to set options\n\n\n _this.tag = tag; // Store the tag attributes used to restore html5 element\n\n _this.tagAttributes = tag && getAttributes(tag); // Update current language\n\n _this.language(_this.options_.language); // Update Supported Languages\n\n\n if (options.languages) {\n // Normalise player option languages to lowercase\n var languagesToLower = {};\n Object.getOwnPropertyNames(options.languages).forEach(function (name$$1) {\n languagesToLower[name$$1.toLowerCase()] = options.languages[name$$1];\n });\n _this.languages_ = languagesToLower;\n } else {\n _this.languages_ = Player.prototype.options_.languages;\n } // Cache for video property values.\n\n\n _this.cache_ = {}; // Set poster\n\n _this.poster_ = options.poster || ''; // Set controls\n\n _this.controls_ = !!options.controls; // Set default values for lastVolume\n\n _this.cache_.lastVolume = 1; // Original tag settings stored in options\n // now remove immediately so native controls don't flash.\n // May be turned back on by HTML5 tech if nativeControlsForTouch is true\n\n tag.controls = false;\n tag.removeAttribute('controls'); // the attribute overrides the option\n\n if (tag.hasAttribute('autoplay')) {\n _this.options_.autoplay = true;\n } else {\n // otherwise use the setter to validate and\n // set the correct value.\n _this.autoplay(_this.options_.autoplay);\n }\n /*\n * Store the internal state of scrubbing\n *\n * @private\n * @return {Boolean} True if the user is scrubbing\n */\n\n\n _this.scrubbing_ = false;\n _this.el_ = _this.createEl(); // Set default value for lastPlaybackRate\n\n _this.cache_.lastPlaybackRate = _this.defaultPlaybackRate(); // Make this an evented object and use `el_` as its event bus.\n\n evented(_assertThisInitialized(_assertThisInitialized(_this)), {\n eventBusKey: 'el_'\n });\n\n if (_this.fluid_) {\n _this.on('playerreset', _this.updateStyleEl_);\n } // We also want to pass the original player options to each component and plugin\n // as well so they don't need to reach back into the player for options later.\n // We also need to do another copy of this.options_ so we don't end up with\n // an infinite loop.\n\n\n var playerOptionsCopy = mergeOptions(_this.options_); // Load plugins\n\n if (options.plugins) {\n var plugins = options.plugins;\n Object.keys(plugins).forEach(function (name$$1) {\n if (typeof this[name$$1] === 'function') {\n this[name$$1](plugins[name$$1]);\n } else {\n throw new Error(\"plugin \\\"\" + name$$1 + \"\\\" does not exist\");\n }\n }, _assertThisInitialized(_assertThisInitialized(_this)));\n }\n\n _this.options_.playerOptions = playerOptionsCopy;\n _this.middleware_ = [];\n\n _this.initChildren(); // Set isAudio based on whether or not an audio tag was used\n\n\n _this.isAudio(tag.nodeName.toLowerCase() === 'audio'); // Update controls className. Can't do this when the controls are initially\n // set because the element doesn't exist yet.\n\n\n if (_this.controls()) {\n _this.addClass('vjs-controls-enabled');\n } else {\n _this.addClass('vjs-controls-disabled');\n } // Set ARIA label and region role depending on player type\n\n\n _this.el_.setAttribute('role', 'region');\n\n if (_this.isAudio()) {\n _this.el_.setAttribute('aria-label', _this.localize('Audio Player'));\n } else {\n _this.el_.setAttribute('aria-label', _this.localize('Video Player'));\n }\n\n if (_this.isAudio()) {\n _this.addClass('vjs-audio');\n }\n\n if (_this.flexNotSupported_()) {\n _this.addClass('vjs-no-flex');\n } // TODO: Make this smarter. Toggle user state between touching/mousing\n // using events, since devices can have both touch and mouse events.\n // if (browser.TOUCH_ENABLED) {\n // this.addClass('vjs-touch-enabled');\n // }\n // iOS Safari has broken hover handling\n\n\n if (!IS_IOS) {\n _this.addClass('vjs-workinghover');\n } // Make player easily findable by ID\n\n\n Player.players[_this.id_] = _assertThisInitialized(_assertThisInitialized(_this)); // Add a major version class to aid css in plugins\n\n var majorVersion = version.split('.')[0];\n\n _this.addClass(\"vjs-v\" + majorVersion); // When the player is first initialized, trigger activity so components\n // like the control bar show themselves if needed\n\n\n _this.userActive(true);\n\n _this.reportUserActivity();\n\n _this.one('play', _this.listenForUserActivity_);\n\n _this.on('fullscreenchange', _this.handleFullscreenChange_);\n\n _this.on('stageclick', _this.handleStageClick_);\n\n _this.breakpoints(_this.options_.breakpoints);\n\n _this.responsive(_this.options_.responsive);\n\n _this.changingSrc_ = false;\n _this.playWaitingForReady_ = false;\n _this.playOnLoadstart_ = null;\n return _this;\n }\n /**\n * Destroys the video player and does any necessary cleanup.\n *\n * This is especially helpful if you are dynamically adding and removing videos\n * to/from the DOM.\n *\n * @fires Player#dispose\n */\n\n\n var _proto = Player.prototype;\n\n _proto.dispose = function dispose() {\n /**\n * Called when the player is being disposed of.\n *\n * @event Player#dispose\n * @type {EventTarget~Event}\n */\n this.trigger('dispose'); // prevent dispose from being called twice\n\n this.off('dispose');\n\n if (this.styleEl_ && this.styleEl_.parentNode) {\n this.styleEl_.parentNode.removeChild(this.styleEl_);\n this.styleEl_ = null;\n } // Kill reference to this player\n\n\n Player.players[this.id_] = null;\n\n if (this.tag && this.tag.player) {\n this.tag.player = null;\n }\n\n if (this.el_ && this.el_.player) {\n this.el_.player = null;\n }\n\n if (this.tech_) {\n this.tech_.dispose();\n this.isPosterFromTech_ = false;\n this.poster_ = '';\n }\n\n if (this.playerElIngest_) {\n this.playerElIngest_ = null;\n }\n\n if (this.tag) {\n this.tag = null;\n }\n\n clearCacheForPlayer(this); // the actual .el_ is removed here\n\n _Component.prototype.dispose.call(this);\n };\n /**\n * Create the `Player`'s DOM element.\n *\n * @return {Element}\n * The DOM element that gets created.\n */\n\n\n _proto.createEl = function createEl$$1() {\n var tag = this.tag;\n var el;\n var playerElIngest = this.playerElIngest_ = tag.parentNode && tag.parentNode.hasAttribute && tag.parentNode.hasAttribute('data-vjs-player');\n var divEmbed = this.tag.tagName.toLowerCase() === 'video-js';\n\n if (playerElIngest) {\n el = this.el_ = tag.parentNode;\n } else if (!divEmbed) {\n el = this.el_ = _Component.prototype.createEl.call(this, 'div');\n } // Copy over all the attributes from the tag, including ID and class\n // ID will now reference player box, not the video tag\n\n\n var attrs = getAttributes(tag);\n\n if (divEmbed) {\n el = this.el_ = tag;\n tag = this.tag = document.createElement('video');\n\n while (el.children.length) {\n tag.appendChild(el.firstChild);\n }\n\n if (!hasClass(el, 'video-js')) {\n addClass(el, 'video-js');\n }\n\n el.appendChild(tag);\n playerElIngest = this.playerElIngest_ = el; // move properties over from our custom `video-js` element\n // to our new `video` element. This will move things like\n // `src` or `controls` that were set via js before the player\n // was initialized.\n\n Object.keys(el).forEach(function (k) {\n tag[k] = el[k];\n });\n } // set tabindex to -1 to remove the video element from the focus order\n\n\n tag.setAttribute('tabindex', '-1');\n attrs.tabindex = '-1'; // Workaround for #4583 (JAWS+IE doesn't announce BPB or play button)\n // See https://github.com/FreedomScientific/VFO-standards-support/issues/78\n // Note that we can't detect if JAWS is being used, but this ARIA attribute\n // doesn't change behavior of IE11 if JAWS is not being used\n\n if (IE_VERSION) {\n tag.setAttribute('role', 'application');\n attrs.role = 'application';\n } // Remove width/height attrs from tag so CSS can make it 100% width/height\n\n\n tag.removeAttribute('width');\n tag.removeAttribute('height');\n\n if ('width' in attrs) {\n delete attrs.width;\n }\n\n if ('height' in attrs) {\n delete attrs.height;\n }\n\n Object.getOwnPropertyNames(attrs).forEach(function (attr) {\n // don't copy over the class attribute to the player element when we're in a div embed\n // the class is already set up properly in the divEmbed case\n // and we want to make sure that the `video-js` class doesn't get lost\n if (!(divEmbed && attr === 'class')) {\n el.setAttribute(attr, attrs[attr]);\n }\n\n if (divEmbed) {\n tag.setAttribute(attr, attrs[attr]);\n }\n }); // Update tag id/class for use as HTML5 playback tech\n // Might think we should do this after embedding in container so .vjs-tech class\n // doesn't flash 100% width/height, but class only applies with .video-js parent\n\n tag.playerId = tag.id;\n tag.id += '_html5_api';\n tag.className = 'vjs-tech'; // Make player findable on elements\n\n tag.player = el.player = this; // Default state of video is paused\n\n this.addClass('vjs-paused'); // Add a style element in the player that we'll use to set the width/height\n // of the player in a way that's still overrideable by CSS, just like the\n // video element\n\n if (window$1.VIDEOJS_NO_DYNAMIC_STYLE !== true) {\n this.styleEl_ = createStyleElement('vjs-styles-dimensions');\n var defaultsStyleEl = $('.vjs-styles-defaults');\n var head = $('head');\n head.insertBefore(this.styleEl_, defaultsStyleEl ? defaultsStyleEl.nextSibling : head.firstChild);\n }\n\n this.fill_ = false;\n this.fluid_ = false; // Pass in the width/height/aspectRatio options which will update the style el\n\n this.width(this.options_.width);\n this.height(this.options_.height);\n this.fill(this.options_.fill);\n this.fluid(this.options_.fluid);\n this.aspectRatio(this.options_.aspectRatio); // Hide any links within the video/audio tag,\n // because IE doesn't hide them completely from screen readers.\n\n var links = tag.getElementsByTagName('a');\n\n for (var i = 0; i < links.length; i++) {\n var linkEl = links.item(i);\n addClass(linkEl, 'vjs-hidden');\n linkEl.setAttribute('hidden', 'hidden');\n } // insertElFirst seems to cause the networkState to flicker from 3 to 2, so\n // keep track of the original for later so we can know if the source originally failed\n\n\n tag.initNetworkState_ = tag.networkState; // Wrap video tag in div (el/box) container\n\n if (tag.parentNode && !playerElIngest) {\n tag.parentNode.insertBefore(el, tag);\n } // insert the tag as the first child of the player element\n // then manually add it to the children array so that this.addChild\n // will work properly for other components\n //\n // Breaks iPhone, fixed in HTML5 setup.\n\n\n prependTo(tag, el);\n this.children_.unshift(tag); // Set lang attr on player to ensure CSS :lang() in consistent with player\n // if it's been set to something different to the doc\n\n this.el_.setAttribute('lang', this.language_);\n this.el_ = el;\n return el;\n };\n /**\n * A getter/setter for the `Player`'s width. Returns the player's configured value.\n * To get the current width use `currentWidth()`.\n *\n * @param {number} [value]\n * The value to set the `Player`'s width to.\n *\n * @return {number}\n * The current width of the `Player` when getting.\n */\n\n\n _proto.width = function width(value) {\n return this.dimension('width', value);\n };\n /**\n * A getter/setter for the `Player`'s height. Returns the player's configured value.\n * To get the current height use `currentheight()`.\n *\n * @param {number} [value]\n * The value to set the `Player`'s heigth to.\n *\n * @return {number}\n * The current height of the `Player` when getting.\n */\n\n\n _proto.height = function height(value) {\n return this.dimension('height', value);\n };\n /**\n * A getter/setter for the `Player`'s width & height.\n *\n * @param {string} dimension\n * This string can be:\n * - 'width'\n * - 'height'\n *\n * @param {number} [value]\n * Value for dimension specified in the first argument.\n *\n * @return {number}\n * The dimension arguments value when getting (width/height).\n */\n\n\n _proto.dimension = function dimension(_dimension, value) {\n var privDimension = _dimension + '_';\n\n if (value === undefined) {\n return this[privDimension] || 0;\n }\n\n if (value === '') {\n // If an empty string is given, reset the dimension to be automatic\n this[privDimension] = undefined;\n this.updateStyleEl_();\n return;\n }\n\n var parsedVal = parseFloat(value);\n\n if (isNaN(parsedVal)) {\n log.error(\"Improper value \\\"\" + value + \"\\\" supplied for for \" + _dimension);\n return;\n }\n\n this[privDimension] = parsedVal;\n this.updateStyleEl_();\n };\n /**\n * A getter/setter/toggler for the vjs-fluid `className` on the `Player`.\n *\n * Turning this on will turn off fill mode.\n *\n * @param {boolean} [bool]\n * - A value of true adds the class.\n * - A value of false removes the class.\n * - No value will be a getter.\n *\n * @return {boolean|undefined}\n * - The value of fluid when getting.\n * - `undefined` when setting.\n */\n\n\n _proto.fluid = function fluid(bool) {\n if (bool === undefined) {\n return !!this.fluid_;\n }\n\n this.fluid_ = !!bool;\n\n if (isEvented(this)) {\n this.off('playerreset', this.updateStyleEl_);\n }\n\n if (bool) {\n this.addClass('vjs-fluid');\n this.fill(false);\n addEventedCallback(function () {\n this.on('playerreset', this.updateStyleEl_);\n });\n } else {\n this.removeClass('vjs-fluid');\n }\n\n this.updateStyleEl_();\n };\n /**\n * A getter/setter/toggler for the vjs-fill `className` on the `Player`.\n *\n * Turning this on will turn off fluid mode.\n *\n * @param {boolean} [bool]\n * - A value of true adds the class.\n * - A value of false removes the class.\n * - No value will be a getter.\n *\n * @return {boolean|undefined}\n * - The value of fluid when getting.\n * - `undefined` when setting.\n */\n\n\n _proto.fill = function fill(bool) {\n if (bool === undefined) {\n return !!this.fill_;\n }\n\n this.fill_ = !!bool;\n\n if (bool) {\n this.addClass('vjs-fill');\n this.fluid(false);\n } else {\n this.removeClass('vjs-fill');\n }\n };\n /**\n * Get/Set the aspect ratio\n *\n * @param {string} [ratio]\n * Aspect ratio for player\n *\n * @return {string|undefined}\n * returns the current aspect ratio when getting\n */\n\n /**\n * A getter/setter for the `Player`'s aspect ratio.\n *\n * @param {string} [ratio]\n * The value to set the `Player's aspect ratio to.\n *\n * @return {string|undefined}\n * - The current aspect ratio of the `Player` when getting.\n * - undefined when setting\n */\n\n\n _proto.aspectRatio = function aspectRatio(ratio) {\n if (ratio === undefined) {\n return this.aspectRatio_;\n } // Check for width:height format\n\n\n if (!/^\\d+\\:\\d+$/.test(ratio)) {\n throw new Error('Improper value supplied for aspect ratio. The format should be width:height, for example 16:9.');\n }\n\n this.aspectRatio_ = ratio; // We're assuming if you set an aspect ratio you want fluid mode,\n // because in fixed mode you could calculate width and height yourself.\n\n this.fluid(true);\n this.updateStyleEl_();\n };\n /**\n * Update styles of the `Player` element (height, width and aspect ratio).\n *\n * @private\n * @listens Tech#loadedmetadata\n */\n\n\n _proto.updateStyleEl_ = function updateStyleEl_() {\n if (window$1.VIDEOJS_NO_DYNAMIC_STYLE === true) {\n var _width = typeof this.width_ === 'number' ? this.width_ : this.options_.width;\n\n var _height = typeof this.height_ === 'number' ? this.height_ : this.options_.height;\n\n var techEl = this.tech_ && this.tech_.el();\n\n if (techEl) {\n if (_width >= 0) {\n techEl.width = _width;\n }\n\n if (_height >= 0) {\n techEl.height = _height;\n }\n }\n\n return;\n }\n\n var width;\n var height;\n var aspectRatio;\n var idClass; // The aspect ratio is either used directly or to calculate width and height.\n\n if (this.aspectRatio_ !== undefined && this.aspectRatio_ !== 'auto') {\n // Use any aspectRatio that's been specifically set\n aspectRatio = this.aspectRatio_;\n } else if (this.videoWidth() > 0) {\n // Otherwise try to get the aspect ratio from the video metadata\n aspectRatio = this.videoWidth() + ':' + this.videoHeight();\n } else {\n // Or use a default. The video element's is 2:1, but 16:9 is more common.\n aspectRatio = '16:9';\n } // Get the ratio as a decimal we can use to calculate dimensions\n\n\n var ratioParts = aspectRatio.split(':');\n var ratioMultiplier = ratioParts[1] / ratioParts[0];\n\n if (this.width_ !== undefined) {\n // Use any width that's been specifically set\n width = this.width_;\n } else if (this.height_ !== undefined) {\n // Or calulate the width from the aspect ratio if a height has been set\n width = this.height_ / ratioMultiplier;\n } else {\n // Or use the video's metadata, or use the video el's default of 300\n width = this.videoWidth() || 300;\n }\n\n if (this.height_ !== undefined) {\n // Use any height that's been specifically set\n height = this.height_;\n } else {\n // Otherwise calculate the height from the ratio and the width\n height = width * ratioMultiplier;\n } // Ensure the CSS class is valid by starting with an alpha character\n\n\n if (/^[^a-zA-Z]/.test(this.id())) {\n idClass = 'dimensions-' + this.id();\n } else {\n idClass = this.id() + '-dimensions';\n } // Ensure the right class is still on the player for the style element\n\n\n this.addClass(idClass);\n setTextContent(this.styleEl_, \"\\n .\" + idClass + \" {\\n width: \" + width + \"px;\\n height: \" + height + \"px;\\n }\\n\\n .\" + idClass + \".vjs-fluid {\\n padding-top: \" + ratioMultiplier * 100 + \"%;\\n }\\n \");\n };\n /**\n * Load/Create an instance of playback {@link Tech} including element\n * and API methods. Then append the `Tech` element in `Player` as a child.\n *\n * @param {string} techName\n * name of the playback technology\n *\n * @param {string} source\n * video source\n *\n * @private\n */\n\n\n _proto.loadTech_ = function loadTech_(techName, source) {\n var _this2 = this;\n\n // Pause and remove current playback technology\n if (this.tech_) {\n this.unloadTech_();\n }\n\n var titleTechName = toTitleCase(techName);\n var camelTechName = techName.charAt(0).toLowerCase() + techName.slice(1); // get rid of the HTML5 video tag as soon as we are using another tech\n\n if (titleTechName !== 'Html5' && this.tag) {\n Tech.getTech('Html5').disposeMediaElement(this.tag);\n this.tag.player = null;\n this.tag = null;\n }\n\n this.techName_ = titleTechName; // Turn off API access because we're loading a new tech that might load asynchronously\n\n this.isReady_ = false; // if autoplay is a string we pass false to the tech\n // because the player is going to handle autoplay on `loadstart`\n\n var autoplay = typeof this.autoplay() === 'string' ? false : this.autoplay(); // Grab tech-specific options from player options and add source and parent element to use.\n\n var techOptions = {\n source: source,\n autoplay: autoplay,\n 'nativeControlsForTouch': this.options_.nativeControlsForTouch,\n 'playerId': this.id(),\n 'techId': this.id() + \"_\" + camelTechName + \"_api\",\n 'playsinline': this.options_.playsinline,\n 'preload': this.options_.preload,\n 'loop': this.options_.loop,\n 'muted': this.options_.muted,\n 'poster': this.poster(),\n 'language': this.language(),\n 'playerElIngest': this.playerElIngest_ || false,\n 'vtt.js': this.options_['vtt.js'],\n 'canOverridePoster': !!this.options_.techCanOverridePoster,\n 'enableSourceset': this.options_.enableSourceset\n };\n ALL.names.forEach(function (name$$1) {\n var props = ALL[name$$1];\n techOptions[props.getterName] = _this2[props.privateName];\n });\n assign(techOptions, this.options_[titleTechName]);\n assign(techOptions, this.options_[camelTechName]);\n assign(techOptions, this.options_[techName.toLowerCase()]);\n\n if (this.tag) {\n techOptions.tag = this.tag;\n }\n\n if (source && source.src === this.cache_.src && this.cache_.currentTime > 0) {\n techOptions.startTime = this.cache_.currentTime;\n } // Initialize tech instance\n\n\n var TechClass = Tech.getTech(techName);\n\n if (!TechClass) {\n throw new Error(\"No Tech named '\" + titleTechName + \"' exists! '\" + titleTechName + \"' should be registered using videojs.registerTech()'\");\n }\n\n this.tech_ = new TechClass(techOptions); // player.triggerReady is always async, so don't need this to be async\n\n this.tech_.ready(bind(this, this.handleTechReady_), true);\n textTrackConverter.jsonToTextTracks(this.textTracksJson_ || [], this.tech_); // Listen to all HTML5-defined events and trigger them on the player\n\n TECH_EVENTS_RETRIGGER.forEach(function (event) {\n _this2.on(_this2.tech_, event, _this2[\"handleTech\" + toTitleCase(event) + \"_\"]);\n });\n Object.keys(TECH_EVENTS_QUEUE).forEach(function (event) {\n _this2.on(_this2.tech_, event, function (eventObj) {\n if (_this2.tech_.playbackRate() === 0 && _this2.tech_.seeking()) {\n _this2.queuedCallbacks_.push({\n callback: _this2[\"handleTech\" + TECH_EVENTS_QUEUE[event] + \"_\"].bind(_this2),\n event: eventObj\n });\n\n return;\n }\n\n _this2[\"handleTech\" + TECH_EVENTS_QUEUE[event] + \"_\"](eventObj);\n });\n });\n this.on(this.tech_, 'loadstart', this.handleTechLoadStart_);\n this.on(this.tech_, 'sourceset', this.handleTechSourceset_);\n this.on(this.tech_, 'waiting', this.handleTechWaiting_);\n this.on(this.tech_, 'ended', this.handleTechEnded_);\n this.on(this.tech_, 'seeking', this.handleTechSeeking_);\n this.on(this.tech_, 'play', this.handleTechPlay_);\n this.on(this.tech_, 'firstplay', this.handleTechFirstPlay_);\n this.on(this.tech_, 'pause', this.handleTechPause_);\n this.on(this.tech_, 'durationchange', this.handleTechDurationChange_);\n this.on(this.tech_, 'fullscreenchange', this.handleTechFullscreenChange_);\n this.on(this.tech_, 'error', this.handleTechError_);\n this.on(this.tech_, 'loadedmetadata', this.updateStyleEl_);\n this.on(this.tech_, 'posterchange', this.handleTechPosterChange_);\n this.on(this.tech_, 'textdata', this.handleTechTextData_);\n this.on(this.tech_, 'ratechange', this.handleTechRateChange_);\n this.usingNativeControls(this.techGet_('controls'));\n\n if (this.controls() && !this.usingNativeControls()) {\n this.addTechControlsListeners_();\n } // Add the tech element in the DOM if it was not already there\n // Make sure to not insert the original video element if using Html5\n\n\n if (this.tech_.el().parentNode !== this.el() && (titleTechName !== 'Html5' || !this.tag)) {\n prependTo(this.tech_.el(), this.el());\n } // Get rid of the original video tag reference after the first tech is loaded\n\n\n if (this.tag) {\n this.tag.player = null;\n this.tag = null;\n }\n };\n /**\n * Unload and dispose of the current playback {@link Tech}.\n *\n * @private\n */\n\n\n _proto.unloadTech_ = function unloadTech_() {\n var _this3 = this;\n\n // Save the current text tracks so that we can reuse the same text tracks with the next tech\n ALL.names.forEach(function (name$$1) {\n var props = ALL[name$$1];\n _this3[props.privateName] = _this3[props.getterName]();\n });\n this.textTracksJson_ = textTrackConverter.textTracksToJson(this.tech_);\n this.isReady_ = false;\n this.tech_.dispose();\n this.tech_ = false;\n\n if (this.isPosterFromTech_) {\n this.poster_ = '';\n this.trigger('posterchange');\n }\n\n this.isPosterFromTech_ = false;\n };\n /**\n * Return a reference to the current {@link Tech}.\n * It will print a warning by default about the danger of using the tech directly\n * but any argument that is passed in will silence the warning.\n *\n * @param {*} [safety]\n * Anything passed in to silence the warning\n *\n * @return {Tech}\n * The Tech\n */\n\n\n _proto.tech = function tech(safety) {\n if (safety === undefined) {\n log.warn(tsml(_templateObject$2()));\n }\n\n return this.tech_;\n };\n /**\n * Set up click and touch listeners for the playback element\n *\n * - On desktops: a click on the video itself will toggle playback\n * - On mobile devices: a click on the video toggles controls\n * which is done by toggling the user state between active and\n * inactive\n * - A tap can signal that a user has become active or has become inactive\n * e.g. a quick tap on an iPhone movie should reveal the controls. Another\n * quick tap should hide them again (signaling the user is in an inactive\n * viewing state)\n * - In addition to this, we still want the user to be considered inactive after\n * a few seconds of inactivity.\n *\n * > Note: the only part of iOS interaction we can't mimic with this setup\n * is a touch and hold on the video element counting as activity in order to\n * keep the controls showing, but that shouldn't be an issue. A touch and hold\n * on any controls will still keep the user active\n *\n * @private\n */\n\n\n _proto.addTechControlsListeners_ = function addTechControlsListeners_() {\n // Make sure to remove all the previous listeners in case we are called multiple times.\n this.removeTechControlsListeners_(); // Some browsers (Chrome & IE) don't trigger a click on a flash swf, but do\n // trigger mousedown/up.\n // http://stackoverflow.com/questions/1444562/javascript-onclick-event-over-flash-object\n // Any touch events are set to block the mousedown event from happening\n\n this.on(this.tech_, 'mousedown', this.handleTechClick_);\n this.on(this.tech_, 'dblclick', this.handleTechDoubleClick_); // If the controls were hidden we don't want that to change without a tap event\n // so we'll check if the controls were already showing before reporting user\n // activity\n\n this.on(this.tech_, 'touchstart', this.handleTechTouchStart_);\n this.on(this.tech_, 'touchmove', this.handleTechTouchMove_);\n this.on(this.tech_, 'touchend', this.handleTechTouchEnd_); // The tap listener needs to come after the touchend listener because the tap\n // listener cancels out any reportedUserActivity when setting userActive(false)\n\n this.on(this.tech_, 'tap', this.handleTechTap_);\n };\n /**\n * Remove the listeners used for click and tap controls. This is needed for\n * toggling to controls disabled, where a tap/touch should do nothing.\n *\n * @private\n */\n\n\n _proto.removeTechControlsListeners_ = function removeTechControlsListeners_() {\n // We don't want to just use `this.off()` because there might be other needed\n // listeners added by techs that extend this.\n this.off(this.tech_, 'tap', this.handleTechTap_);\n this.off(this.tech_, 'touchstart', this.handleTechTouchStart_);\n this.off(this.tech_, 'touchmove', this.handleTechTouchMove_);\n this.off(this.tech_, 'touchend', this.handleTechTouchEnd_);\n this.off(this.tech_, 'mousedown', this.handleTechClick_);\n this.off(this.tech_, 'dblclick', this.handleTechDoubleClick_);\n };\n /**\n * Player waits for the tech to be ready\n *\n * @private\n */\n\n\n _proto.handleTechReady_ = function handleTechReady_() {\n this.triggerReady(); // Keep the same volume as before\n\n if (this.cache_.volume) {\n this.techCall_('setVolume', this.cache_.volume);\n } // Look if the tech found a higher resolution poster while loading\n\n\n this.handleTechPosterChange_(); // Update the duration if available\n\n this.handleTechDurationChange_();\n };\n /**\n * Retrigger the `loadstart` event that was triggered by the {@link Tech}. This\n * function will also trigger {@link Player#firstplay} if it is the first loadstart\n * for a video.\n *\n * @fires Player#loadstart\n * @fires Player#firstplay\n * @listens Tech#loadstart\n * @private\n */\n\n\n _proto.handleTechLoadStart_ = function handleTechLoadStart_() {\n // TODO: Update to use `emptied` event instead. See #1277.\n this.removeClass('vjs-ended');\n this.removeClass('vjs-seeking'); // reset the error state\n\n this.error(null); // Update the duration\n\n this.handleTechDurationChange_(); // If it's already playing we want to trigger a firstplay event now.\n // The firstplay event relies on both the play and loadstart events\n // which can happen in any order for a new source\n\n if (!this.paused()) {\n /**\n * Fired when the user agent begins looking for media data\n *\n * @event Player#loadstart\n * @type {EventTarget~Event}\n */\n this.trigger('loadstart');\n this.trigger('firstplay');\n } else {\n // reset the hasStarted state\n this.hasStarted(false);\n this.trigger('loadstart');\n } // autoplay happens after loadstart for the browser,\n // so we mimic that behavior\n\n\n this.manualAutoplay_(this.autoplay());\n };\n /**\n * Handle autoplay string values, rather than the typical boolean\n * values that should be handled by the tech. Note that this is not\n * part of any specification. Valid values and what they do can be\n * found on the autoplay getter at Player#autoplay()\n */\n\n\n _proto.manualAutoplay_ = function manualAutoplay_(type) {\n var _this4 = this;\n\n if (!this.tech_ || typeof type !== 'string') {\n return;\n }\n\n var muted = function muted() {\n var previouslyMuted = _this4.muted();\n\n _this4.muted(true);\n\n var playPromise = _this4.play();\n\n if (!playPromise || !playPromise.then || !playPromise.catch) {\n return;\n }\n\n return playPromise.catch(function (e) {\n // restore old value of muted on failure\n _this4.muted(previouslyMuted);\n });\n };\n\n var promise;\n\n if (type === 'any') {\n promise = this.play();\n\n if (promise && promise.then && promise.catch) {\n promise.catch(function () {\n return muted();\n });\n }\n } else if (type === 'muted') {\n promise = muted();\n } else {\n promise = this.play();\n }\n\n if (!promise || !promise.then || !promise.catch) {\n return;\n }\n\n return promise.then(function () {\n _this4.trigger({\n type: 'autoplay-success',\n autoplay: type\n });\n }).catch(function (e) {\n _this4.trigger({\n type: 'autoplay-failure',\n autoplay: type\n });\n });\n };\n /**\n * Update the internal source caches so that we return the correct source from\n * `src()`, `currentSource()`, and `currentSources()`.\n *\n * > Note: `currentSources` will not be updated if the source that is passed in exists\n * in the current `currentSources` cache.\n *\n *\n * @param {Tech~SourceObject} srcObj\n * A string or object source to update our caches to.\n */\n\n\n _proto.updateSourceCaches_ = function updateSourceCaches_(srcObj) {\n if (srcObj === void 0) {\n srcObj = '';\n }\n\n var src = srcObj;\n var type = '';\n\n if (typeof src !== 'string') {\n src = srcObj.src;\n type = srcObj.type;\n } // make sure all the caches are set to default values\n // to prevent null checking\n\n\n this.cache_.source = this.cache_.source || {};\n this.cache_.sources = this.cache_.sources || []; // try to get the type of the src that was passed in\n\n if (src && !type) {\n type = findMimetype(this, src);\n } // update `currentSource` cache always\n\n\n this.cache_.source = mergeOptions({}, srcObj, {\n src: src,\n type: type\n });\n var matchingSources = this.cache_.sources.filter(function (s) {\n return s.src && s.src === src;\n });\n var sourceElSources = [];\n var sourceEls = this.$$('source');\n var matchingSourceEls = [];\n\n for (var i = 0; i < sourceEls.length; i++) {\n var sourceObj = getAttributes(sourceEls[i]);\n sourceElSources.push(sourceObj);\n\n if (sourceObj.src && sourceObj.src === src) {\n matchingSourceEls.push(sourceObj.src);\n }\n } // if we have matching source els but not matching sources\n // the current source cache is not up to date\n\n\n if (matchingSourceEls.length && !matchingSources.length) {\n this.cache_.sources = sourceElSources; // if we don't have matching source or source els set the\n // sources cache to the `currentSource` cache\n } else if (!matchingSources.length) {\n this.cache_.sources = [this.cache_.source];\n } // update the tech `src` cache\n\n\n this.cache_.src = src;\n };\n /**\n * *EXPERIMENTAL* Fired when the source is set or changed on the {@link Tech}\n * causing the media element to reload.\n *\n * It will fire for the initial source and each subsequent source.\n * This event is a custom event from Video.js and is triggered by the {@link Tech}.\n *\n * The event object for this event contains a `src` property that will contain the source\n * that was available when the event was triggered. This is generally only necessary if Video.js\n * is switching techs while the source was being changed.\n *\n * It is also fired when `load` is called on the player (or media element)\n * because the {@link https://html.spec.whatwg.org/multipage/media.html#dom-media-load|specification for `load`}\n * says that the resource selection algorithm needs to be aborted and restarted.\n * In this case, it is very likely that the `src` property will be set to the\n * empty string `\"\"` to indicate we do not know what the source will be but\n * that it is changing.\n *\n * *This event is currently still experimental and may change in minor releases.*\n * __To use this, pass `enableSourceset` option to the player.__\n *\n * @event Player#sourceset\n * @type {EventTarget~Event}\n * @prop {string} src\n * The source url available when the `sourceset` was triggered.\n * It will be an empty string if we cannot know what the source is\n * but know that the source will change.\n */\n\n /**\n * Retrigger the `sourceset` event that was triggered by the {@link Tech}.\n *\n * @fires Player#sourceset\n * @listens Tech#sourceset\n * @private\n */\n\n\n _proto.handleTechSourceset_ = function handleTechSourceset_(event) {\n var _this5 = this;\n\n // only update the source cache when the source\n // was not updated using the player api\n if (!this.changingSrc_) {\n var updateSourceCaches = function updateSourceCaches(src) {\n return _this5.updateSourceCaches_(src);\n };\n\n var playerSrc = this.currentSource().src;\n var eventSrc = event.src; // if we have a playerSrc that is not a blob, and a tech src that is a blob\n\n if (playerSrc && !/^blob:/.test(playerSrc) && /^blob:/.test(eventSrc)) {\n // if both the tech source and the player source were updated we assume\n // something like @videojs/http-streaming did the sourceset and skip updating the source cache.\n if (!this.lastSource_ || this.lastSource_.tech !== eventSrc && this.lastSource_.player !== playerSrc) {\n updateSourceCaches = function updateSourceCaches() {};\n }\n } // update the source to the intial source right away\n // in some cases this will be empty string\n\n\n updateSourceCaches(eventSrc); // if the `sourceset` `src` was an empty string\n // wait for a `loadstart` to update the cache to `currentSrc`.\n // If a sourceset happens before a `loadstart`, we reset the state\n // as this function will be called again.\n\n if (!event.src) {\n var updateCache = function updateCache(e) {\n if (e.type !== 'sourceset') {\n var techSrc = _this5.techGet('currentSrc');\n\n _this5.lastSource_.tech = techSrc;\n\n _this5.updateSourceCaches_(techSrc);\n }\n\n _this5.tech_.off(['sourceset', 'loadstart'], updateCache);\n };\n\n this.tech_.one(['sourceset', 'loadstart'], updateCache);\n }\n }\n\n this.lastSource_ = {\n player: this.currentSource().src,\n tech: event.src\n };\n this.trigger({\n src: event.src,\n type: 'sourceset'\n });\n };\n /**\n * Add/remove the vjs-has-started class\n *\n * @fires Player#firstplay\n *\n * @param {boolean} request\n * - true: adds the class\n * - false: remove the class\n *\n * @return {boolean}\n * the boolean value of hasStarted_\n */\n\n\n _proto.hasStarted = function hasStarted(request) {\n if (request === undefined) {\n // act as getter, if we have no request to change\n return this.hasStarted_;\n }\n\n if (request === this.hasStarted_) {\n return;\n }\n\n this.hasStarted_ = request;\n\n if (this.hasStarted_) {\n this.addClass('vjs-has-started');\n this.trigger('firstplay');\n } else {\n this.removeClass('vjs-has-started');\n }\n };\n /**\n * Fired whenever the media begins or resumes playback\n *\n * @see [Spec]{@link https://html.spec.whatwg.org/multipage/embedded-content.html#dom-media-play}\n * @fires Player#play\n * @listens Tech#play\n * @private\n */\n\n\n _proto.handleTechPlay_ = function handleTechPlay_() {\n this.removeClass('vjs-ended');\n this.removeClass('vjs-paused');\n this.addClass('vjs-playing'); // hide the poster when the user hits play\n\n this.hasStarted(true);\n /**\n * Triggered whenever an {@link Tech#play} event happens. Indicates that\n * playback has started or resumed.\n *\n * @event Player#play\n * @type {EventTarget~Event}\n */\n\n this.trigger('play');\n };\n /**\n * Retrigger the `ratechange` event that was triggered by the {@link Tech}.\n *\n * If there were any events queued while the playback rate was zero, fire\n * those events now.\n *\n * @private\n * @method Player#handleTechRateChange_\n * @fires Player#ratechange\n * @listens Tech#ratechange\n */\n\n\n _proto.handleTechRateChange_ = function handleTechRateChange_() {\n if (this.tech_.playbackRate() > 0 && this.cache_.lastPlaybackRate === 0) {\n this.queuedCallbacks_.forEach(function (queued) {\n return queued.callback(queued.event);\n });\n this.queuedCallbacks_ = [];\n }\n\n this.cache_.lastPlaybackRate = this.tech_.playbackRate();\n /**\n * Fires when the playing speed of the audio/video is changed\n *\n * @event Player#ratechange\n * @type {event}\n */\n\n this.trigger('ratechange');\n };\n /**\n * Retrigger the `waiting` event that was triggered by the {@link Tech}.\n *\n * @fires Player#waiting\n * @listens Tech#waiting\n * @private\n */\n\n\n _proto.handleTechWaiting_ = function handleTechWaiting_() {\n var _this6 = this;\n\n this.addClass('vjs-waiting');\n /**\n * A readyState change on the DOM element has caused playback to stop.\n *\n * @event Player#waiting\n * @type {EventTarget~Event}\n */\n\n this.trigger('waiting'); // Browsers may emit a timeupdate event after a waiting event. In order to prevent\n // premature removal of the waiting class, wait for the time to change.\n\n var timeWhenWaiting = this.currentTime();\n\n var timeUpdateListener = function timeUpdateListener() {\n if (timeWhenWaiting !== _this6.currentTime()) {\n _this6.removeClass('vjs-waiting');\n\n _this6.off('timeupdate', timeUpdateListener);\n }\n };\n\n this.on('timeupdate', timeUpdateListener);\n };\n /**\n * Retrigger the `canplay` event that was triggered by the {@link Tech}.\n * > Note: This is not consistent between browsers. See #1351\n *\n * @fires Player#canplay\n * @listens Tech#canplay\n * @private\n */\n\n\n _proto.handleTechCanPlay_ = function handleTechCanPlay_() {\n this.removeClass('vjs-waiting');\n /**\n * The media has a readyState of HAVE_FUTURE_DATA or greater.\n *\n * @event Player#canplay\n * @type {EventTarget~Event}\n */\n\n this.trigger('canplay');\n };\n /**\n * Retrigger the `canplaythrough` event that was triggered by the {@link Tech}.\n *\n * @fires Player#canplaythrough\n * @listens Tech#canplaythrough\n * @private\n */\n\n\n _proto.handleTechCanPlayThrough_ = function handleTechCanPlayThrough_() {\n this.removeClass('vjs-waiting');\n /**\n * The media has a readyState of HAVE_ENOUGH_DATA or greater. This means that the\n * entire media file can be played without buffering.\n *\n * @event Player#canplaythrough\n * @type {EventTarget~Event}\n */\n\n this.trigger('canplaythrough');\n };\n /**\n * Retrigger the `playing` event that was triggered by the {@link Tech}.\n *\n * @fires Player#playing\n * @listens Tech#playing\n * @private\n */\n\n\n _proto.handleTechPlaying_ = function handleTechPlaying_() {\n this.removeClass('vjs-waiting');\n /**\n * The media is no longer blocked from playback, and has started playing.\n *\n * @event Player#playing\n * @type {EventTarget~Event}\n */\n\n this.trigger('playing');\n };\n /**\n * Retrigger the `seeking` event that was triggered by the {@link Tech}.\n *\n * @fires Player#seeking\n * @listens Tech#seeking\n * @private\n */\n\n\n _proto.handleTechSeeking_ = function handleTechSeeking_() {\n this.addClass('vjs-seeking');\n /**\n * Fired whenever the player is jumping to a new time\n *\n * @event Player#seeking\n * @type {EventTarget~Event}\n */\n\n this.trigger('seeking');\n };\n /**\n * Retrigger the `seeked` event that was triggered by the {@link Tech}.\n *\n * @fires Player#seeked\n * @listens Tech#seeked\n * @private\n */\n\n\n _proto.handleTechSeeked_ = function handleTechSeeked_() {\n this.removeClass('vjs-seeking');\n /**\n * Fired when the player has finished jumping to a new time\n *\n * @event Player#seeked\n * @type {EventTarget~Event}\n */\n\n this.trigger('seeked');\n };\n /**\n * Retrigger the `firstplay` event that was triggered by the {@link Tech}.\n *\n * @fires Player#firstplay\n * @listens Tech#firstplay\n * @deprecated As of 6.0 firstplay event is deprecated.\n * As of 6.0 passing the `starttime` option to the player and the firstplay event are deprecated.\n * @private\n */\n\n\n _proto.handleTechFirstPlay_ = function handleTechFirstPlay_() {\n // If the first starttime attribute is specified\n // then we will start at the given offset in seconds\n if (this.options_.starttime) {\n log.warn('Passing the `starttime` option to the player will be deprecated in 6.0');\n this.currentTime(this.options_.starttime);\n }\n\n this.addClass('vjs-has-started');\n /**\n * Fired the first time a video is played. Not part of the HLS spec, and this is\n * probably not the best implementation yet, so use sparingly. If you don't have a\n * reason to prevent playback, use `myPlayer.one('play');` instead.\n *\n * @event Player#firstplay\n * @deprecated As of 6.0 firstplay event is deprecated.\n * @type {EventTarget~Event}\n */\n\n this.trigger('firstplay');\n };\n /**\n * Retrigger the `pause` event that was triggered by the {@link Tech}.\n *\n * @fires Player#pause\n * @listens Tech#pause\n * @private\n */\n\n\n _proto.handleTechPause_ = function handleTechPause_() {\n this.removeClass('vjs-playing');\n this.addClass('vjs-paused');\n /**\n * Fired whenever the media has been paused\n *\n * @event Player#pause\n * @type {EventTarget~Event}\n */\n\n this.trigger('pause');\n };\n /**\n * Retrigger the `ended` event that was triggered by the {@link Tech}.\n *\n * @fires Player#ended\n * @listens Tech#ended\n * @private\n */\n\n\n _proto.handleTechEnded_ = function handleTechEnded_() {\n this.addClass('vjs-ended');\n\n if (this.options_.loop) {\n this.currentTime(0);\n this.play();\n } else if (!this.paused()) {\n this.pause();\n }\n /**\n * Fired when the end of the media resource is reached (currentTime == duration)\n *\n * @event Player#ended\n * @type {EventTarget~Event}\n */\n\n\n this.trigger('ended');\n };\n /**\n * Fired when the duration of the media resource is first known or changed\n *\n * @listens Tech#durationchange\n * @private\n */\n\n\n _proto.handleTechDurationChange_ = function handleTechDurationChange_() {\n this.duration(this.techGet_('duration'));\n };\n /**\n * Handle a click on the media element to play/pause\n *\n * @param {EventTarget~Event} event\n * the event that caused this function to trigger\n *\n * @listens Tech#mousedown\n * @private\n */\n\n\n _proto.handleTechClick_ = function handleTechClick_(event) {\n if (!isSingleLeftClick(event)) {\n return;\n } // When controls are disabled a click should not toggle playback because\n // the click is considered a control\n\n\n if (!this.controls_) {\n return;\n }\n\n if (this.paused()) {\n silencePromise(this.play());\n } else {\n this.pause();\n }\n };\n /**\n * Handle a double-click on the media element to enter/exit fullscreen\n *\n * @param {EventTarget~Event} event\n * the event that caused this function to trigger\n *\n * @listens Tech#dblclick\n * @private\n */\n\n\n _proto.handleTechDoubleClick_ = function handleTechDoubleClick_(event) {\n if (!this.controls_) {\n return;\n } // we do not want to toggle fullscreen state\n // when double-clicking inside a control bar or a modal\n\n\n var inAllowedEls = Array.prototype.some.call(this.$$('.vjs-control-bar, .vjs-modal-dialog'), function (el) {\n return el.contains(event.target);\n });\n\n if (!inAllowedEls) {\n if (this.isFullscreen()) {\n this.exitFullscreen();\n } else {\n this.requestFullscreen();\n }\n }\n };\n /**\n * Handle a tap on the media element. It will toggle the user\n * activity state, which hides and shows the controls.\n *\n * @listens Tech#tap\n * @private\n */\n\n\n _proto.handleTechTap_ = function handleTechTap_() {\n this.userActive(!this.userActive());\n };\n /**\n * Handle touch to start\n *\n * @listens Tech#touchstart\n * @private\n */\n\n\n _proto.handleTechTouchStart_ = function handleTechTouchStart_() {\n this.userWasActive = this.userActive();\n };\n /**\n * Handle touch to move\n *\n * @listens Tech#touchmove\n * @private\n */\n\n\n _proto.handleTechTouchMove_ = function handleTechTouchMove_() {\n if (this.userWasActive) {\n this.reportUserActivity();\n }\n };\n /**\n * Handle touch to end\n *\n * @param {EventTarget~Event} event\n * the touchend event that triggered\n * this function\n *\n * @listens Tech#touchend\n * @private\n */\n\n\n _proto.handleTechTouchEnd_ = function handleTechTouchEnd_(event) {\n // Stop the mouse events from also happening\n event.preventDefault();\n };\n /**\n * Fired when the player switches in or out of fullscreen mode\n *\n * @private\n * @listens Player#fullscreenchange\n */\n\n\n _proto.handleFullscreenChange_ = function handleFullscreenChange_() {\n if (this.isFullscreen()) {\n this.addClass('vjs-fullscreen');\n } else {\n this.removeClass('vjs-fullscreen');\n }\n };\n /**\n * native click events on the SWF aren't triggered on IE11, Win8.1RT\n * use stageclick events triggered from inside the SWF instead\n *\n * @private\n * @listens stageclick\n */\n\n\n _proto.handleStageClick_ = function handleStageClick_() {\n this.reportUserActivity();\n };\n /**\n * Handle Tech Fullscreen Change\n *\n * @param {EventTarget~Event} event\n * the fullscreenchange event that triggered this function\n *\n * @param {Object} data\n * the data that was sent with the event\n *\n * @private\n * @listens Tech#fullscreenchange\n * @fires Player#fullscreenchange\n */\n\n\n _proto.handleTechFullscreenChange_ = function handleTechFullscreenChange_(event, data) {\n if (data) {\n this.isFullscreen(data.isFullscreen);\n }\n /**\n * Fired when going in and out of fullscreen.\n *\n * @event Player#fullscreenchange\n * @type {EventTarget~Event}\n */\n\n\n this.trigger('fullscreenchange');\n };\n /**\n * Fires when an error occurred during the loading of an audio/video.\n *\n * @private\n * @listens Tech#error\n */\n\n\n _proto.handleTechError_ = function handleTechError_() {\n var error = this.tech_.error();\n this.error(error);\n };\n /**\n * Retrigger the `textdata` event that was triggered by the {@link Tech}.\n *\n * @fires Player#textdata\n * @listens Tech#textdata\n * @private\n */\n\n\n _proto.handleTechTextData_ = function handleTechTextData_() {\n var data = null;\n\n if (arguments.length > 1) {\n data = arguments[1];\n }\n /**\n * Fires when we get a textdata event from tech\n *\n * @event Player#textdata\n * @type {EventTarget~Event}\n */\n\n\n this.trigger('textdata', data);\n };\n /**\n * Get object for cached values.\n *\n * @return {Object}\n * get the current object cache\n */\n\n\n _proto.getCache = function getCache() {\n return this.cache_;\n };\n /**\n * Pass values to the playback tech\n *\n * @param {string} [method]\n * the method to call\n *\n * @param {Object} arg\n * the argument to pass\n *\n * @private\n */\n\n\n _proto.techCall_ = function techCall_(method, arg) {\n // If it's not ready yet, call method when it is\n this.ready(function () {\n if (method in allowedSetters) {\n return set$1(this.middleware_, this.tech_, method, arg);\n } else if (method in allowedMediators) {\n return mediate(this.middleware_, this.tech_, method, arg);\n }\n\n try {\n if (this.tech_) {\n this.tech_[method](arg);\n }\n } catch (e) {\n log(e);\n throw e;\n }\n }, true);\n };\n /**\n * Get calls can't wait for the tech, and sometimes don't need to.\n *\n * @param {string} method\n * Tech method\n *\n * @return {Function|undefined}\n * the method or undefined\n *\n * @private\n */\n\n\n _proto.techGet_ = function techGet_(method) {\n if (!this.tech_ || !this.tech_.isReady_) {\n return;\n }\n\n if (method in allowedGetters) {\n return get(this.middleware_, this.tech_, method);\n } else if (method in allowedMediators) {\n return mediate(this.middleware_, this.tech_, method);\n } // Flash likes to die and reload when you hide or reposition it.\n // In these cases the object methods go away and we get errors.\n // When that happens we'll catch the errors and inform tech that it's not ready any more.\n\n\n try {\n return this.tech_[method]();\n } catch (e) {\n // When building additional tech libs, an expected method may not be defined yet\n if (this.tech_[method] === undefined) {\n log(\"Video.js: \" + method + \" method not defined for \" + this.techName_ + \" playback technology.\", e);\n throw e;\n } // When a method isn't available on the object it throws a TypeError\n\n\n if (e.name === 'TypeError') {\n log(\"Video.js: \" + method + \" unavailable on \" + this.techName_ + \" playback technology element.\", e);\n this.tech_.isReady_ = false;\n throw e;\n } // If error unknown, just log and throw\n\n\n log(e);\n throw e;\n }\n };\n /**\n * Attempt to begin playback at the first opportunity.\n *\n * @return {Promise|undefined}\n * Returns a promise if the browser supports Promises (or one\n * was passed in as an option). This promise will be resolved on\n * the return value of play. If this is undefined it will fulfill the\n * promise chain otherwise the promise chain will be fulfilled when\n * the promise from play is fulfilled.\n */\n\n\n _proto.play = function play() {\n var _this7 = this;\n\n var PromiseClass = this.options_.Promise || window$1.Promise;\n\n if (PromiseClass) {\n return new PromiseClass(function (resolve) {\n _this7.play_(resolve);\n });\n }\n\n return this.play_();\n };\n /**\n * The actual logic for play, takes a callback that will be resolved on the\n * return value of play. This allows us to resolve to the play promise if there\n * is one on modern browsers.\n *\n * @private\n * @param {Function} [callback]\n * The callback that should be called when the techs play is actually called\n */\n\n\n _proto.play_ = function play_(callback) {\n var _this8 = this;\n\n if (callback === void 0) {\n callback = silencePromise;\n }\n\n // If this is called while we have a play queued up on a loadstart, remove\n // that listener to avoid getting in a potentially bad state.\n if (this.playOnLoadstart_) {\n this.off('loadstart', this.playOnLoadstart_);\n } // If the player/tech is not ready, queue up another call to `play()` for\n // when it is. This will loop back into this method for another attempt at\n // playback when the tech is ready.\n\n\n if (!this.isReady_) {\n // Bail out if we're already waiting for `ready`!\n if (this.playWaitingForReady_) {\n return;\n }\n\n this.playWaitingForReady_ = true;\n this.ready(function () {\n _this8.playWaitingForReady_ = false;\n callback(_this8.play());\n }); // If the player/tech is ready and we have a source, we can attempt playback.\n } else if (!this.changingSrc_ && (this.src() || this.currentSrc())) {\n callback(this.techGet_('play'));\n return; // If the tech is ready, but we do not have a source, we'll need to wait\n // for both the `ready` and a `loadstart` when the source is finally\n // resolved by middleware and set on the player.\n //\n // This can happen if `play()` is called while changing sources or before\n // one has been set on the player.\n } else {\n this.playOnLoadstart_ = function () {\n _this8.playOnLoadstart_ = null;\n callback(_this8.play());\n };\n\n this.one('loadstart', this.playOnLoadstart_);\n }\n };\n /**\n * Pause the video playback\n *\n * @return {Player}\n * A reference to the player object this function was called on\n */\n\n\n _proto.pause = function pause() {\n this.techCall_('pause');\n };\n /**\n * Check if the player is paused or has yet to play\n *\n * @return {boolean}\n * - false: if the media is currently playing\n * - true: if media is not currently playing\n */\n\n\n _proto.paused = function paused() {\n // The initial state of paused should be true (in Safari it's actually false)\n return this.techGet_('paused') === false ? false : true;\n };\n /**\n * Get a TimeRange object representing the current ranges of time that the user\n * has played.\n *\n * @return {TimeRange}\n * A time range object that represents all the increments of time that have\n * been played.\n */\n\n\n _proto.played = function played() {\n return this.techGet_('played') || createTimeRanges(0, 0);\n };\n /**\n * Returns whether or not the user is \"scrubbing\". Scrubbing is\n * when the user has clicked the progress bar handle and is\n * dragging it along the progress bar.\n *\n * @param {boolean} [isScrubbing]\n * whether the user is or is not scrubbing\n *\n * @return {boolean}\n * The value of scrubbing when getting\n */\n\n\n _proto.scrubbing = function scrubbing(isScrubbing) {\n if (typeof isScrubbing === 'undefined') {\n return this.scrubbing_;\n }\n\n this.scrubbing_ = !!isScrubbing;\n\n if (isScrubbing) {\n this.addClass('vjs-scrubbing');\n } else {\n this.removeClass('vjs-scrubbing');\n }\n };\n /**\n * Get or set the current time (in seconds)\n *\n * @param {number|string} [seconds]\n * The time to seek to in seconds\n *\n * @return {number}\n * - the current time in seconds when getting\n */\n\n\n _proto.currentTime = function currentTime(seconds) {\n if (typeof seconds !== 'undefined') {\n if (seconds < 0) {\n seconds = 0;\n }\n\n this.techCall_('setCurrentTime', seconds);\n return;\n } // cache last currentTime and return. default to 0 seconds\n //\n // Caching the currentTime is meant to prevent a massive amount of reads on the tech's\n // currentTime when scrubbing, but may not provide much performance benefit afterall.\n // Should be tested. Also something has to read the actual current time or the cache will\n // never get updated.\n\n\n this.cache_.currentTime = this.techGet_('currentTime') || 0;\n return this.cache_.currentTime;\n };\n /**\n * Normally gets the length in time of the video in seconds;\n * in all but the rarest use cases an argument will NOT be passed to the method\n *\n * > **NOTE**: The video must have started loading before the duration can be\n * known, and in the case of Flash, may not be known until the video starts\n * playing.\n *\n * @fires Player#durationchange\n *\n * @param {number} [seconds]\n * The duration of the video to set in seconds\n *\n * @return {number}\n * - The duration of the video in seconds when getting\n */\n\n\n _proto.duration = function duration(seconds) {\n if (seconds === undefined) {\n // return NaN if the duration is not known\n return this.cache_.duration !== undefined ? this.cache_.duration : NaN;\n }\n\n seconds = parseFloat(seconds); // Standardize on Infinity for signaling video is live\n\n if (seconds < 0) {\n seconds = Infinity;\n }\n\n if (seconds !== this.cache_.duration) {\n // Cache the last set value for optimized scrubbing (esp. Flash)\n this.cache_.duration = seconds;\n\n if (seconds === Infinity) {\n this.addClass('vjs-live');\n\n if (this.options_.liveui && this.player_.liveTracker) {\n this.addClass('vjs-liveui');\n }\n } else {\n this.removeClass('vjs-live');\n this.removeClass('vjs-liveui');\n }\n\n if (!isNaN(seconds)) {\n // Do not fire durationchange unless the duration value is known.\n // @see [Spec]{@link https://www.w3.org/TR/2011/WD-html5-20110113/video.html#media-element-load-algorithm}\n\n /**\n * @event Player#durationchange\n * @type {EventTarget~Event}\n */\n this.trigger('durationchange');\n }\n }\n };\n /**\n * Calculates how much time is left in the video. Not part\n * of the native video API.\n *\n * @return {number}\n * The time remaining in seconds\n */\n\n\n _proto.remainingTime = function remainingTime() {\n return this.duration() - this.currentTime();\n };\n /**\n * A remaining time function that is intented to be used when\n * the time is to be displayed directly to the user.\n *\n * @return {number}\n * The rounded time remaining in seconds\n */\n\n\n _proto.remainingTimeDisplay = function remainingTimeDisplay() {\n return Math.floor(this.duration()) - Math.floor(this.currentTime());\n }; //\n // Kind of like an array of portions of the video that have been downloaded.\n\n /**\n * Get a TimeRange object with an array of the times of the video\n * that have been downloaded. If you just want the percent of the\n * video that's been downloaded, use bufferedPercent.\n *\n * @see [Buffered Spec]{@link http://dev.w3.org/html5/spec/video.html#dom-media-buffered}\n *\n * @return {TimeRange}\n * A mock TimeRange object (following HTML spec)\n */\n\n\n _proto.buffered = function buffered() {\n var buffered = this.techGet_('buffered');\n\n if (!buffered || !buffered.length) {\n buffered = createTimeRanges(0, 0);\n }\n\n return buffered;\n };\n /**\n * Get the percent (as a decimal) of the video that's been downloaded.\n * This method is not a part of the native HTML video API.\n *\n * @return {number}\n * A decimal between 0 and 1 representing the percent\n * that is buffered 0 being 0% and 1 being 100%\n */\n\n\n _proto.bufferedPercent = function bufferedPercent$$1() {\n return bufferedPercent(this.buffered(), this.duration());\n };\n /**\n * Get the ending time of the last buffered time range\n * This is used in the progress bar to encapsulate all time ranges.\n *\n * @return {number}\n * The end of the last buffered time range\n */\n\n\n _proto.bufferedEnd = function bufferedEnd() {\n var buffered = this.buffered();\n var duration = this.duration();\n var end = buffered.end(buffered.length - 1);\n\n if (end > duration) {\n end = duration;\n }\n\n return end;\n };\n /**\n * Get or set the current volume of the media\n *\n * @param {number} [percentAsDecimal]\n * The new volume as a decimal percent:\n * - 0 is muted/0%/off\n * - 1.0 is 100%/full\n * - 0.5 is half volume or 50%\n *\n * @return {number}\n * The current volume as a percent when getting\n */\n\n\n _proto.volume = function volume(percentAsDecimal) {\n var vol;\n\n if (percentAsDecimal !== undefined) {\n // Force value to between 0 and 1\n vol = Math.max(0, Math.min(1, parseFloat(percentAsDecimal)));\n this.cache_.volume = vol;\n this.techCall_('setVolume', vol);\n\n if (vol > 0) {\n this.lastVolume_(vol);\n }\n\n return;\n } // Default to 1 when returning current volume.\n\n\n vol = parseFloat(this.techGet_('volume'));\n return isNaN(vol) ? 1 : vol;\n };\n /**\n * Get the current muted state, or turn mute on or off\n *\n * @param {boolean} [muted]\n * - true to mute\n * - false to unmute\n *\n * @return {boolean}\n * - true if mute is on and getting\n * - false if mute is off and getting\n */\n\n\n _proto.muted = function muted(_muted) {\n if (_muted !== undefined) {\n this.techCall_('setMuted', _muted);\n return;\n }\n\n return this.techGet_('muted') || false;\n };\n /**\n * Get the current defaultMuted state, or turn defaultMuted on or off. defaultMuted\n * indicates the state of muted on initial playback.\n *\n * ```js\n * var myPlayer = videojs('some-player-id');\n *\n * myPlayer.src(\"http://www.example.com/path/to/video.mp4\");\n *\n * // get, should be false\n * console.log(myPlayer.defaultMuted());\n * // set to true\n * myPlayer.defaultMuted(true);\n * // get should be true\n * console.log(myPlayer.defaultMuted());\n * ```\n *\n * @param {boolean} [defaultMuted]\n * - true to mute\n * - false to unmute\n *\n * @return {boolean|Player}\n * - true if defaultMuted is on and getting\n * - false if defaultMuted is off and getting\n * - A reference to the current player when setting\n */\n\n\n _proto.defaultMuted = function defaultMuted(_defaultMuted) {\n if (_defaultMuted !== undefined) {\n return this.techCall_('setDefaultMuted', _defaultMuted);\n }\n\n return this.techGet_('defaultMuted') || false;\n };\n /**\n * Get the last volume, or set it\n *\n * @param {number} [percentAsDecimal]\n * The new last volume as a decimal percent:\n * - 0 is muted/0%/off\n * - 1.0 is 100%/full\n * - 0.5 is half volume or 50%\n *\n * @return {number}\n * the current value of lastVolume as a percent when getting\n *\n * @private\n */\n\n\n _proto.lastVolume_ = function lastVolume_(percentAsDecimal) {\n if (percentAsDecimal !== undefined && percentAsDecimal !== 0) {\n this.cache_.lastVolume = percentAsDecimal;\n return;\n }\n\n return this.cache_.lastVolume;\n };\n /**\n * Check if current tech can support native fullscreen\n * (e.g. with built in controls like iOS, so not our flash swf)\n *\n * @return {boolean}\n * if native fullscreen is supported\n */\n\n\n _proto.supportsFullScreen = function supportsFullScreen() {\n return this.techGet_('supportsFullScreen') || false;\n };\n /**\n * Check if the player is in fullscreen mode or tell the player that it\n * is or is not in fullscreen mode.\n *\n * > NOTE: As of the latest HTML5 spec, isFullscreen is no longer an official\n * property and instead document.fullscreenElement is used. But isFullscreen is\n * still a valuable property for internal player workings.\n *\n * @param {boolean} [isFS]\n * Set the players current fullscreen state\n *\n * @return {boolean}\n * - true if fullscreen is on and getting\n * - false if fullscreen is off and getting\n */\n\n\n _proto.isFullscreen = function isFullscreen(isFS) {\n if (isFS !== undefined) {\n this.isFullscreen_ = !!isFS;\n return;\n }\n\n return !!this.isFullscreen_;\n };\n /**\n * Increase the size of the video to full screen\n * In some browsers, full screen is not supported natively, so it enters\n * \"full window mode\", where the video fills the browser window.\n * In browsers and devices that support native full screen, sometimes the\n * browser's default controls will be shown, and not the Video.js custom skin.\n * This includes most mobile devices (iOS, Android) and older versions of\n * Safari.\n *\n * @fires Player#fullscreenchange\n */\n\n\n _proto.requestFullscreen = function requestFullscreen() {\n var fsApi = FullscreenApi;\n this.isFullscreen(true);\n\n if (fsApi.requestFullscreen) {\n // the browser supports going fullscreen at the element level so we can\n // take the controls fullscreen as well as the video\n // Trigger fullscreenchange event after change\n // We have to specifically add this each time, and remove\n // when canceling fullscreen. Otherwise if there's multiple\n // players on a page, they would all be reacting to the same fullscreen\n // events\n on(document, fsApi.fullscreenchange, bind(this, function documentFullscreenChange(e) {\n this.isFullscreen(document[fsApi.fullscreenElement]); // If cancelling fullscreen, remove event listener.\n\n if (this.isFullscreen() === false) {\n off(document, fsApi.fullscreenchange, documentFullscreenChange);\n }\n /**\n * @event Player#fullscreenchange\n * @type {EventTarget~Event}\n */\n\n\n this.trigger('fullscreenchange');\n }));\n this.el_[fsApi.requestFullscreen]();\n } else if (this.tech_.supportsFullScreen()) {\n // we can't take the video.js controls fullscreen but we can go fullscreen\n // with native controls\n this.techCall_('enterFullScreen');\n } else {\n // fullscreen isn't supported so we'll just stretch the video element to\n // fill the viewport\n this.enterFullWindow();\n /**\n * @event Player#fullscreenchange\n * @type {EventTarget~Event}\n */\n\n this.trigger('fullscreenchange');\n }\n };\n /**\n * Return the video to its normal size after having been in full screen mode\n *\n * @fires Player#fullscreenchange\n */\n\n\n _proto.exitFullscreen = function exitFullscreen() {\n var fsApi = FullscreenApi;\n this.isFullscreen(false); // Check for browser element fullscreen support\n\n if (fsApi.requestFullscreen) {\n document[fsApi.exitFullscreen]();\n } else if (this.tech_.supportsFullScreen()) {\n this.techCall_('exitFullScreen');\n } else {\n this.exitFullWindow();\n /**\n * @event Player#fullscreenchange\n * @type {EventTarget~Event}\n */\n\n this.trigger('fullscreenchange');\n }\n };\n /**\n * When fullscreen isn't supported we can stretch the\n * video container to as wide as the browser will let us.\n *\n * @fires Player#enterFullWindow\n */\n\n\n _proto.enterFullWindow = function enterFullWindow() {\n this.isFullWindow = true; // Storing original doc overflow value to return to when fullscreen is off\n\n this.docOrigOverflow = document.documentElement.style.overflow; // Add listener for esc key to exit fullscreen\n\n on(document, 'keydown', bind(this, this.fullWindowOnEscKey)); // Hide any scroll bars\n\n document.documentElement.style.overflow = 'hidden'; // Apply fullscreen styles\n\n addClass(document.body, 'vjs-full-window');\n /**\n * @event Player#enterFullWindow\n * @type {EventTarget~Event}\n */\n\n this.trigger('enterFullWindow');\n };\n /**\n * Check for call to either exit full window or\n * full screen on ESC key\n *\n * @param {string} event\n * Event to check for key press\n */\n\n\n _proto.fullWindowOnEscKey = function fullWindowOnEscKey(event) {\n if (event.keyCode === 27) {\n if (this.isFullscreen() === true) {\n this.exitFullscreen();\n } else {\n this.exitFullWindow();\n }\n }\n };\n /**\n * Exit full window\n *\n * @fires Player#exitFullWindow\n */\n\n\n _proto.exitFullWindow = function exitFullWindow() {\n this.isFullWindow = false;\n off(document, 'keydown', this.fullWindowOnEscKey); // Unhide scroll bars.\n\n document.documentElement.style.overflow = this.docOrigOverflow; // Remove fullscreen styles\n\n removeClass(document.body, 'vjs-full-window'); // Resize the box, controller, and poster to original sizes\n // this.positionAll();\n\n /**\n * @event Player#exitFullWindow\n * @type {EventTarget~Event}\n */\n\n this.trigger('exitFullWindow');\n };\n /**\n * Check whether the player can play a given mimetype\n *\n * @see https://www.w3.org/TR/2011/WD-html5-20110113/video.html#dom-navigator-canplaytype\n *\n * @param {string} type\n * The mimetype to check\n *\n * @return {string}\n * 'probably', 'maybe', or '' (empty string)\n */\n\n\n _proto.canPlayType = function canPlayType(type) {\n var can; // Loop through each playback technology in the options order\n\n for (var i = 0, j = this.options_.techOrder; i < j.length; i++) {\n var techName = j[i];\n var tech = Tech.getTech(techName); // Support old behavior of techs being registered as components.\n // Remove once that deprecated behavior is removed.\n\n if (!tech) {\n tech = Component.getComponent(techName);\n } // Check if the current tech is defined before continuing\n\n\n if (!tech) {\n log.error(\"The \\\"\" + techName + \"\\\" tech is undefined. Skipped browser support check for that tech.\");\n continue;\n } // Check if the browser supports this technology\n\n\n if (tech.isSupported()) {\n can = tech.canPlayType(type);\n\n if (can) {\n return can;\n }\n }\n }\n\n return '';\n };\n /**\n * Select source based on tech-order or source-order\n * Uses source-order selection if `options.sourceOrder` is truthy. Otherwise,\n * defaults to tech-order selection\n *\n * @param {Array} sources\n * The sources for a media asset\n *\n * @return {Object|boolean}\n * Object of source and tech order or false\n */\n\n\n _proto.selectSource = function selectSource(sources) {\n var _this9 = this;\n\n // Get only the techs specified in `techOrder` that exist and are supported by the\n // current platform\n var techs = this.options_.techOrder.map(function (techName) {\n return [techName, Tech.getTech(techName)];\n }).filter(function (_ref) {\n var techName = _ref[0],\n tech = _ref[1];\n\n // Check if the current tech is defined before continuing\n if (tech) {\n // Check if the browser supports this technology\n return tech.isSupported();\n }\n\n log.error(\"The \\\"\" + techName + \"\\\" tech is undefined. Skipped browser support check for that tech.\");\n return false;\n }); // Iterate over each `innerArray` element once per `outerArray` element and execute\n // `tester` with both. If `tester` returns a non-falsy value, exit early and return\n // that value.\n\n var findFirstPassingTechSourcePair = function findFirstPassingTechSourcePair(outerArray, innerArray, tester) {\n var found;\n outerArray.some(function (outerChoice) {\n return innerArray.some(function (innerChoice) {\n found = tester(outerChoice, innerChoice);\n\n if (found) {\n return true;\n }\n });\n });\n return found;\n };\n\n var foundSourceAndTech;\n\n var flip = function flip(fn) {\n return function (a, b) {\n return fn(b, a);\n };\n };\n\n var finder = function finder(_ref2, source) {\n var techName = _ref2[0],\n tech = _ref2[1];\n\n if (tech.canPlaySource(source, _this9.options_[techName.toLowerCase()])) {\n return {\n source: source,\n tech: techName\n };\n }\n }; // Depending on the truthiness of `options.sourceOrder`, we swap the order of techs and sources\n // to select from them based on their priority.\n\n\n if (this.options_.sourceOrder) {\n // Source-first ordering\n foundSourceAndTech = findFirstPassingTechSourcePair(sources, techs, flip(finder));\n } else {\n // Tech-first ordering\n foundSourceAndTech = findFirstPassingTechSourcePair(techs, sources, finder);\n }\n\n return foundSourceAndTech || false;\n };\n /**\n * Get or set the video source.\n *\n * @param {Tech~SourceObject|Tech~SourceObject[]|string} [source]\n * A SourceObject, an array of SourceObjects, or a string referencing\n * a URL to a media source. It is _highly recommended_ that an object\n * or array of objects is used here, so that source selection\n * algorithms can take the `type` into account.\n *\n * If not provided, this method acts as a getter.\n *\n * @return {string|undefined}\n * If the `source` argument is missing, returns the current source\n * URL. Otherwise, returns nothing/undefined.\n */\n\n\n _proto.src = function src(source) {\n var _this10 = this;\n\n // getter usage\n if (typeof source === 'undefined') {\n return this.cache_.src || '';\n } // filter out invalid sources and turn our source into\n // an array of source objects\n\n\n var sources = filterSource(source); // if a source was passed in then it is invalid because\n // it was filtered to a zero length Array. So we have to\n // show an error\n\n if (!sources.length) {\n this.setTimeout(function () {\n this.error({\n code: 4,\n message: this.localize(this.options_.notSupportedMessage)\n });\n }, 0);\n return;\n } // intial sources\n\n\n this.changingSrc_ = true;\n this.cache_.sources = sources;\n this.updateSourceCaches_(sources[0]); // middlewareSource is the source after it has been changed by middleware\n\n setSource(this, sources[0], function (middlewareSource, mws) {\n _this10.middleware_ = mws; // since sourceSet is async we have to update the cache again after we select a source since\n // the source that is selected could be out of order from the cache update above this callback.\n\n _this10.cache_.sources = sources;\n\n _this10.updateSourceCaches_(middlewareSource);\n\n var err = _this10.src_(middlewareSource);\n\n if (err) {\n if (sources.length > 1) {\n return _this10.src(sources.slice(1));\n }\n\n _this10.changingSrc_ = false; // We need to wrap this in a timeout to give folks a chance to add error event handlers\n\n _this10.setTimeout(function () {\n this.error({\n code: 4,\n message: this.localize(this.options_.notSupportedMessage)\n });\n }, 0); // we could not find an appropriate tech, but let's still notify the delegate that this is it\n // this needs a better comment about why this is needed\n\n\n _this10.triggerReady();\n\n return;\n }\n\n setTech(mws, _this10.tech_);\n });\n };\n /**\n * Set the source object on the tech, returns a boolean that indicates whether\n * there is a tech that can play the source or not\n *\n * @param {Tech~SourceObject} source\n * The source object to set on the Tech\n *\n * @return {boolean}\n * - True if there is no Tech to playback this source\n * - False otherwise\n *\n * @private\n */\n\n\n _proto.src_ = function src_(source) {\n var _this11 = this;\n\n var sourceTech = this.selectSource([source]);\n\n if (!sourceTech) {\n return true;\n }\n\n if (!titleCaseEquals(sourceTech.tech, this.techName_)) {\n this.changingSrc_ = true; // load this technology with the chosen source\n\n this.loadTech_(sourceTech.tech, sourceTech.source);\n this.tech_.ready(function () {\n _this11.changingSrc_ = false;\n });\n return false;\n } // wait until the tech is ready to set the source\n // and set it synchronously if possible (#2326)\n\n\n this.ready(function () {\n // The setSource tech method was added with source handlers\n // so older techs won't support it\n // We need to check the direct prototype for the case where subclasses\n // of the tech do not support source handlers\n if (this.tech_.constructor.prototype.hasOwnProperty('setSource')) {\n this.techCall_('setSource', source);\n } else {\n this.techCall_('src', source.src);\n }\n\n this.changingSrc_ = false;\n }, true);\n return false;\n };\n /**\n * Begin loading the src data.\n */\n\n\n _proto.load = function load() {\n this.techCall_('load');\n };\n /**\n * Reset the player. Loads the first tech in the techOrder,\n * removes all the text tracks in the existing `tech`,\n * and calls `reset` on the `tech`.\n */\n\n\n _proto.reset = function reset() {\n if (this.tech_) {\n this.tech_.clearTracks('text');\n }\n\n this.loadTech_(this.options_.techOrder[0], null);\n this.techCall_('reset');\n\n if (isEvented(this)) {\n this.trigger('playerreset');\n }\n };\n /**\n * Returns all of the current source objects.\n *\n * @return {Tech~SourceObject[]}\n * The current source objects\n */\n\n\n _proto.currentSources = function currentSources() {\n var source = this.currentSource();\n var sources = []; // assume `{}` or `{ src }`\n\n if (Object.keys(source).length !== 0) {\n sources.push(source);\n }\n\n return this.cache_.sources || sources;\n };\n /**\n * Returns the current source object.\n *\n * @return {Tech~SourceObject}\n * The current source object\n */\n\n\n _proto.currentSource = function currentSource() {\n return this.cache_.source || {};\n };\n /**\n * Returns the fully qualified URL of the current source value e.g. http://mysite.com/video.mp4\n * Can be used in conjunction with `currentType` to assist in rebuilding the current source object.\n *\n * @return {string}\n * The current source\n */\n\n\n _proto.currentSrc = function currentSrc() {\n return this.currentSource() && this.currentSource().src || '';\n };\n /**\n * Get the current source type e.g. video/mp4\n * This can allow you rebuild the current source object so that you could load the same\n * source and tech later\n *\n * @return {string}\n * The source MIME type\n */\n\n\n _proto.currentType = function currentType() {\n return this.currentSource() && this.currentSource().type || '';\n };\n /**\n * Get or set the preload attribute\n *\n * @param {boolean} [value]\n * - true means that we should preload\n * - false means that we should not preload\n *\n * @return {string}\n * The preload attribute value when getting\n */\n\n\n _proto.preload = function preload(value) {\n if (value !== undefined) {\n this.techCall_('setPreload', value);\n this.options_.preload = value;\n return;\n }\n\n return this.techGet_('preload');\n };\n /**\n * Get or set the autoplay option. When this is a boolean it will\n * modify the attribute on the tech. When this is a string the attribute on\n * the tech will be removed and `Player` will handle autoplay on loadstarts.\n *\n * @param {boolean|string} [value]\n * - true: autoplay using the browser behavior\n * - false: do not autoplay\n * - 'play': call play() on every loadstart\n * - 'muted': call muted() then play() on every loadstart\n * - 'any': call play() on every loadstart. if that fails call muted() then play().\n * - *: values other than those listed here will be set `autoplay` to true\n *\n * @return {boolean|string}\n * The current value of autoplay when getting\n */\n\n\n _proto.autoplay = function autoplay(value) {\n // getter usage\n if (value === undefined) {\n return this.options_.autoplay || false;\n }\n\n var techAutoplay; // if the value is a valid string set it to that\n\n if (typeof value === 'string' && /(any|play|muted)/.test(value)) {\n this.options_.autoplay = value;\n this.manualAutoplay_(value);\n techAutoplay = false; // any falsy value sets autoplay to false in the browser,\n // lets do the same\n } else if (!value) {\n this.options_.autoplay = false; // any other value (ie truthy) sets autoplay to true\n } else {\n this.options_.autoplay = true;\n }\n\n techAutoplay = techAutoplay || this.options_.autoplay; // if we don't have a tech then we do not queue up\n // a setAutoplay call on tech ready. We do this because the\n // autoplay option will be passed in the constructor and we\n // do not need to set it twice\n\n if (this.tech_) {\n this.techCall_('setAutoplay', techAutoplay);\n }\n };\n /**\n * Set or unset the playsinline attribute.\n * Playsinline tells the browser that non-fullscreen playback is preferred.\n *\n * @param {boolean} [value]\n * - true means that we should try to play inline by default\n * - false means that we should use the browser's default playback mode,\n * which in most cases is inline. iOS Safari is a notable exception\n * and plays fullscreen by default.\n *\n * @return {string|Player}\n * - the current value of playsinline\n * - the player when setting\n *\n * @see [Spec]{@link https://html.spec.whatwg.org/#attr-video-playsinline}\n */\n\n\n _proto.playsinline = function playsinline(value) {\n if (value !== undefined) {\n this.techCall_('setPlaysinline', value);\n this.options_.playsinline = value;\n return this;\n }\n\n return this.techGet_('playsinline');\n };\n /**\n * Get or set the loop attribute on the video element.\n *\n * @param {boolean} [value]\n * - true means that we should loop the video\n * - false means that we should not loop the video\n *\n * @return {string}\n * The current value of loop when getting\n */\n\n\n _proto.loop = function loop(value) {\n if (value !== undefined) {\n this.techCall_('setLoop', value);\n this.options_.loop = value;\n return;\n }\n\n return this.techGet_('loop');\n };\n /**\n * Get or set the poster image source url\n *\n * @fires Player#posterchange\n *\n * @param {string} [src]\n * Poster image source URL\n *\n * @return {string}\n * The current value of poster when getting\n */\n\n\n _proto.poster = function poster(src) {\n if (src === undefined) {\n return this.poster_;\n } // The correct way to remove a poster is to set as an empty string\n // other falsey values will throw errors\n\n\n if (!src) {\n src = '';\n }\n\n if (src === this.poster_) {\n return;\n } // update the internal poster variable\n\n\n this.poster_ = src; // update the tech's poster\n\n this.techCall_('setPoster', src);\n this.isPosterFromTech_ = false; // alert components that the poster has been set\n\n /**\n * This event fires when the poster image is changed on the player.\n *\n * @event Player#posterchange\n * @type {EventTarget~Event}\n */\n\n this.trigger('posterchange');\n };\n /**\n * Some techs (e.g. YouTube) can provide a poster source in an\n * asynchronous way. We want the poster component to use this\n * poster source so that it covers up the tech's controls.\n * (YouTube's play button). However we only want to use this\n * source if the player user hasn't set a poster through\n * the normal APIs.\n *\n * @fires Player#posterchange\n * @listens Tech#posterchange\n * @private\n */\n\n\n _proto.handleTechPosterChange_ = function handleTechPosterChange_() {\n if ((!this.poster_ || this.options_.techCanOverridePoster) && this.tech_ && this.tech_.poster) {\n var newPoster = this.tech_.poster() || '';\n\n if (newPoster !== this.poster_) {\n this.poster_ = newPoster;\n this.isPosterFromTech_ = true; // Let components know the poster has changed\n\n this.trigger('posterchange');\n }\n }\n };\n /**\n * Get or set whether or not the controls are showing.\n *\n * @fires Player#controlsenabled\n *\n * @param {boolean} [bool]\n * - true to turn controls on\n * - false to turn controls off\n *\n * @return {boolean}\n * The current value of controls when getting\n */\n\n\n _proto.controls = function controls(bool) {\n if (bool === undefined) {\n return !!this.controls_;\n }\n\n bool = !!bool; // Don't trigger a change event unless it actually changed\n\n if (this.controls_ === bool) {\n return;\n }\n\n this.controls_ = bool;\n\n if (this.usingNativeControls()) {\n this.techCall_('setControls', bool);\n }\n\n if (this.controls_) {\n this.removeClass('vjs-controls-disabled');\n this.addClass('vjs-controls-enabled');\n /**\n * @event Player#controlsenabled\n * @type {EventTarget~Event}\n */\n\n this.trigger('controlsenabled');\n\n if (!this.usingNativeControls()) {\n this.addTechControlsListeners_();\n }\n } else {\n this.removeClass('vjs-controls-enabled');\n this.addClass('vjs-controls-disabled');\n /**\n * @event Player#controlsdisabled\n * @type {EventTarget~Event}\n */\n\n this.trigger('controlsdisabled');\n\n if (!this.usingNativeControls()) {\n this.removeTechControlsListeners_();\n }\n }\n };\n /**\n * Toggle native controls on/off. Native controls are the controls built into\n * devices (e.g. default iPhone controls), Flash, or other techs\n * (e.g. Vimeo Controls)\n * **This should only be set by the current tech, because only the tech knows\n * if it can support native controls**\n *\n * @fires Player#usingnativecontrols\n * @fires Player#usingcustomcontrols\n *\n * @param {boolean} [bool]\n * - true to turn native controls on\n * - false to turn native controls off\n *\n * @return {boolean}\n * The current value of native controls when getting\n */\n\n\n _proto.usingNativeControls = function usingNativeControls(bool) {\n if (bool === undefined) {\n return !!this.usingNativeControls_;\n }\n\n bool = !!bool; // Don't trigger a change event unless it actually changed\n\n if (this.usingNativeControls_ === bool) {\n return;\n }\n\n this.usingNativeControls_ = bool;\n\n if (this.usingNativeControls_) {\n this.addClass('vjs-using-native-controls');\n /**\n * player is using the native device controls\n *\n * @event Player#usingnativecontrols\n * @type {EventTarget~Event}\n */\n\n this.trigger('usingnativecontrols');\n } else {\n this.removeClass('vjs-using-native-controls');\n /**\n * player is using the custom HTML controls\n *\n * @event Player#usingcustomcontrols\n * @type {EventTarget~Event}\n */\n\n this.trigger('usingcustomcontrols');\n }\n };\n /**\n * Set or get the current MediaError\n *\n * @fires Player#error\n *\n * @param {MediaError|string|number} [err]\n * A MediaError or a string/number to be turned\n * into a MediaError\n *\n * @return {MediaError|null}\n * The current MediaError when getting (or null)\n */\n\n\n _proto.error = function error(err) {\n if (err === undefined) {\n return this.error_ || null;\n } // restoring to default\n\n\n if (err === null) {\n this.error_ = err;\n this.removeClass('vjs-error');\n\n if (this.errorDisplay) {\n this.errorDisplay.close();\n }\n\n return;\n }\n\n this.error_ = new MediaError(err); // add the vjs-error classname to the player\n\n this.addClass('vjs-error'); // log the name of the error type and any message\n // IE11 logs \"[object object]\" and required you to expand message to see error object\n\n log.error(\"(CODE:\" + this.error_.code + \" \" + MediaError.errorTypes[this.error_.code] + \")\", this.error_.message, this.error_);\n /**\n * @event Player#error\n * @type {EventTarget~Event}\n */\n\n this.trigger('error');\n return;\n };\n /**\n * Report user activity\n *\n * @param {Object} event\n * Event object\n */\n\n\n _proto.reportUserActivity = function reportUserActivity(event) {\n this.userActivity_ = true;\n };\n /**\n * Get/set if user is active\n *\n * @fires Player#useractive\n * @fires Player#userinactive\n *\n * @param {boolean} [bool]\n * - true if the user is active\n * - false if the user is inactive\n *\n * @return {boolean}\n * The current value of userActive when getting\n */\n\n\n _proto.userActive = function userActive(bool) {\n if (bool === undefined) {\n return this.userActive_;\n }\n\n bool = !!bool;\n\n if (bool === this.userActive_) {\n return;\n }\n\n this.userActive_ = bool;\n\n if (this.userActive_) {\n this.userActivity_ = true;\n this.removeClass('vjs-user-inactive');\n this.addClass('vjs-user-active');\n /**\n * @event Player#useractive\n * @type {EventTarget~Event}\n */\n\n this.trigger('useractive');\n return;\n } // Chrome/Safari/IE have bugs where when you change the cursor it can\n // trigger a mousemove event. This causes an issue when you're hiding\n // the cursor when the user is inactive, and a mousemove signals user\n // activity. Making it impossible to go into inactive mode. Specifically\n // this happens in fullscreen when we really need to hide the cursor.\n //\n // When this gets resolved in ALL browsers it can be removed\n // https://code.google.com/p/chromium/issues/detail?id=103041\n\n\n if (this.tech_) {\n this.tech_.one('mousemove', function (e) {\n e.stopPropagation();\n e.preventDefault();\n });\n }\n\n this.userActivity_ = false;\n this.removeClass('vjs-user-active');\n this.addClass('vjs-user-inactive');\n /**\n * @event Player#userinactive\n * @type {EventTarget~Event}\n */\n\n this.trigger('userinactive');\n };\n /**\n * Listen for user activity based on timeout value\n *\n * @private\n */\n\n\n _proto.listenForUserActivity_ = function listenForUserActivity_() {\n var mouseInProgress;\n var lastMoveX;\n var lastMoveY;\n var handleActivity = bind(this, this.reportUserActivity);\n\n var handleMouseMove = function handleMouseMove(e) {\n // #1068 - Prevent mousemove spamming\n // Chrome Bug: https://code.google.com/p/chromium/issues/detail?id=366970\n if (e.screenX !== lastMoveX || e.screenY !== lastMoveY) {\n lastMoveX = e.screenX;\n lastMoveY = e.screenY;\n handleActivity();\n }\n };\n\n var handleMouseDown = function handleMouseDown() {\n handleActivity(); // For as long as the they are touching the device or have their mouse down,\n // we consider them active even if they're not moving their finger or mouse.\n // So we want to continue to update that they are active\n\n this.clearInterval(mouseInProgress); // Setting userActivity=true now and setting the interval to the same time\n // as the activityCheck interval (250) should ensure we never miss the\n // next activityCheck\n\n mouseInProgress = this.setInterval(handleActivity, 250);\n };\n\n var handleMouseUp = function handleMouseUp(event) {\n handleActivity(); // Stop the interval that maintains activity if the mouse/touch is down\n\n this.clearInterval(mouseInProgress);\n }; // Any mouse movement will be considered user activity\n\n\n this.on('mousedown', handleMouseDown);\n this.on('mousemove', handleMouseMove);\n this.on('mouseup', handleMouseUp); // Listen for keyboard navigation\n // Shouldn't need to use inProgress interval because of key repeat\n\n this.on('keydown', handleActivity);\n this.on('keyup', handleActivity); // Run an interval every 250 milliseconds instead of stuffing everything into\n // the mousemove/touchmove function itself, to prevent performance degradation.\n // `this.reportUserActivity` simply sets this.userActivity_ to true, which\n // then gets picked up by this loop\n // http://ejohn.org/blog/learning-from-twitter/\n\n var inactivityTimeout;\n this.setInterval(function () {\n // Check to see if mouse/touch activity has happened\n if (!this.userActivity_) {\n return;\n } // Reset the activity tracker\n\n\n this.userActivity_ = false; // If the user state was inactive, set the state to active\n\n this.userActive(true); // Clear any existing inactivity timeout to start the timer over\n\n this.clearTimeout(inactivityTimeout);\n var timeout = this.options_.inactivityTimeout;\n\n if (timeout <= 0) {\n return;\n } // In <timeout> milliseconds, if no more activity has occurred the\n // user will be considered inactive\n\n\n inactivityTimeout = this.setTimeout(function () {\n // Protect against the case where the inactivityTimeout can trigger just\n // before the next user activity is picked up by the activity check loop\n // causing a flicker\n if (!this.userActivity_) {\n this.userActive(false);\n }\n }, timeout);\n }, 250);\n };\n /**\n * Gets or sets the current playback rate. A playback rate of\n * 1.0 represents normal speed and 0.5 would indicate half-speed\n * playback, for instance.\n *\n * @see https://html.spec.whatwg.org/multipage/embedded-content.html#dom-media-playbackrate\n *\n * @param {number} [rate]\n * New playback rate to set.\n *\n * @return {number}\n * The current playback rate when getting or 1.0\n */\n\n\n _proto.playbackRate = function playbackRate(rate) {\n if (rate !== undefined) {\n // NOTE: this.cache_.lastPlaybackRate is set from the tech handler\n // that is registered above\n this.techCall_('setPlaybackRate', rate);\n return;\n }\n\n if (this.tech_ && this.tech_.featuresPlaybackRate) {\n return this.cache_.lastPlaybackRate || this.techGet_('playbackRate');\n }\n\n return 1.0;\n };\n /**\n * Gets or sets the current default playback rate. A default playback rate of\n * 1.0 represents normal speed and 0.5 would indicate half-speed playback, for instance.\n * defaultPlaybackRate will only represent what the initial playbackRate of a video was, not\n * not the current playbackRate.\n *\n * @see https://html.spec.whatwg.org/multipage/embedded-content.html#dom-media-defaultplaybackrate\n *\n * @param {number} [rate]\n * New default playback rate to set.\n *\n * @return {number|Player}\n * - The default playback rate when getting or 1.0\n * - the player when setting\n */\n\n\n _proto.defaultPlaybackRate = function defaultPlaybackRate(rate) {\n if (rate !== undefined) {\n return this.techCall_('setDefaultPlaybackRate', rate);\n }\n\n if (this.tech_ && this.tech_.featuresPlaybackRate) {\n return this.techGet_('defaultPlaybackRate');\n }\n\n return 1.0;\n };\n /**\n * Gets or sets the audio flag\n *\n * @param {boolean} bool\n * - true signals that this is an audio player\n * - false signals that this is not an audio player\n *\n * @return {boolean}\n * The current value of isAudio when getting\n */\n\n\n _proto.isAudio = function isAudio(bool) {\n if (bool !== undefined) {\n this.isAudio_ = !!bool;\n return;\n }\n\n return !!this.isAudio_;\n };\n /**\n * A helper method for adding a {@link TextTrack} to our\n * {@link TextTrackList}.\n *\n * In addition to the W3C settings we allow adding additional info through options.\n *\n * @see http://www.w3.org/html/wg/drafts/html/master/embedded-content-0.html#dom-media-addtexttrack\n *\n * @param {string} [kind]\n * the kind of TextTrack you are adding\n *\n * @param {string} [label]\n * the label to give the TextTrack label\n *\n * @param {string} [language]\n * the language to set on the TextTrack\n *\n * @return {TextTrack|undefined}\n * the TextTrack that was added or undefined\n * if there is no tech\n */\n\n\n _proto.addTextTrack = function addTextTrack(kind, label, language) {\n if (this.tech_) {\n return this.tech_.addTextTrack(kind, label, language);\n }\n };\n /**\n * Create a remote {@link TextTrack} and an {@link HTMLTrackElement}. It will\n * automatically removed from the video element whenever the source changes, unless\n * manualCleanup is set to false.\n *\n * @param {Object} options\n * Options to pass to {@link HTMLTrackElement} during creation. See\n * {@link HTMLTrackElement} for object properties that you should use.\n *\n * @param {boolean} [manualCleanup=true] if set to false, the TextTrack will be\n *\n * @return {HtmlTrackElement}\n * the HTMLTrackElement that was created and added\n * to the HtmlTrackElementList and the remote\n * TextTrackList\n *\n * @deprecated The default value of the \"manualCleanup\" parameter will default\n * to \"false\" in upcoming versions of Video.js\n */\n\n\n _proto.addRemoteTextTrack = function addRemoteTextTrack(options, manualCleanup) {\n if (this.tech_) {\n return this.tech_.addRemoteTextTrack(options, manualCleanup);\n }\n };\n /**\n * Remove a remote {@link TextTrack} from the respective\n * {@link TextTrackList} and {@link HtmlTrackElementList}.\n *\n * @param {Object} track\n * Remote {@link TextTrack} to remove\n *\n * @return {undefined}\n * does not return anything\n */\n\n\n _proto.removeRemoteTextTrack = function removeRemoteTextTrack(obj) {\n if (obj === void 0) {\n obj = {};\n }\n\n var _obj = obj,\n track = _obj.track;\n\n if (!track) {\n track = obj;\n } // destructure the input into an object with a track argument, defaulting to arguments[0]\n // default the whole argument to an empty object if nothing was passed in\n\n\n if (this.tech_) {\n return this.tech_.removeRemoteTextTrack(track);\n }\n };\n /**\n * Gets available media playback quality metrics as specified by the W3C's Media\n * Playback Quality API.\n *\n * @see [Spec]{@link https://wicg.github.io/media-playback-quality}\n *\n * @return {Object|undefined}\n * An object with supported media playback quality metrics or undefined if there\n * is no tech or the tech does not support it.\n */\n\n\n _proto.getVideoPlaybackQuality = function getVideoPlaybackQuality() {\n return this.techGet_('getVideoPlaybackQuality');\n };\n /**\n * Get video width\n *\n * @return {number}\n * current video width\n */\n\n\n _proto.videoWidth = function videoWidth() {\n return this.tech_ && this.tech_.videoWidth && this.tech_.videoWidth() || 0;\n };\n /**\n * Get video height\n *\n * @return {number}\n * current video height\n */\n\n\n _proto.videoHeight = function videoHeight() {\n return this.tech_ && this.tech_.videoHeight && this.tech_.videoHeight() || 0;\n };\n /**\n * The player's language code\n * NOTE: The language should be set in the player options if you want the\n * the controls to be built with a specific language. Changing the language\n * later will not update controls text.\n *\n * @param {string} [code]\n * the language code to set the player to\n *\n * @return {string}\n * The current language code when getting\n */\n\n\n _proto.language = function language(code) {\n if (code === undefined) {\n return this.language_;\n }\n\n this.language_ = String(code).toLowerCase();\n };\n /**\n * Get the player's language dictionary\n * Merge every time, because a newly added plugin might call videojs.addLanguage() at any time\n * Languages specified directly in the player options have precedence\n *\n * @return {Array}\n * An array of of supported languages\n */\n\n\n _proto.languages = function languages() {\n return mergeOptions(Player.prototype.options_.languages, this.languages_);\n };\n /**\n * returns a JavaScript object reperesenting the current track\n * information. **DOES not return it as JSON**\n *\n * @return {Object}\n * Object representing the current of track info\n */\n\n\n _proto.toJSON = function toJSON() {\n var options = mergeOptions(this.options_);\n var tracks = options.tracks;\n options.tracks = [];\n\n for (var i = 0; i < tracks.length; i++) {\n var track = tracks[i]; // deep merge tracks and null out player so no circular references\n\n track = mergeOptions(track);\n track.player = undefined;\n options.tracks[i] = track;\n }\n\n return options;\n };\n /**\n * Creates a simple modal dialog (an instance of the {@link ModalDialog}\n * component) that immediately overlays the player with arbitrary\n * content and removes itself when closed.\n *\n * @param {string|Function|Element|Array|null} content\n * Same as {@link ModalDialog#content}'s param of the same name.\n * The most straight-forward usage is to provide a string or DOM\n * element.\n *\n * @param {Object} [options]\n * Extra options which will be passed on to the {@link ModalDialog}.\n *\n * @return {ModalDialog}\n * the {@link ModalDialog} that was created\n */\n\n\n _proto.createModal = function createModal(content, options) {\n var _this12 = this;\n\n options = options || {};\n options.content = content || '';\n var modal = new ModalDialog(this, options);\n this.addChild(modal);\n modal.on('dispose', function () {\n _this12.removeChild(modal);\n });\n modal.open();\n return modal;\n };\n /**\n * Change breakpoint classes when the player resizes.\n *\n * @private\n */\n\n\n _proto.updateCurrentBreakpoint_ = function updateCurrentBreakpoint_() {\n if (!this.responsive()) {\n return;\n }\n\n var currentBreakpoint = this.currentBreakpoint();\n var currentWidth = this.currentWidth();\n\n for (var i = 0; i < BREAKPOINT_ORDER.length; i++) {\n var candidateBreakpoint = BREAKPOINT_ORDER[i];\n var maxWidth = this.breakpoints_[candidateBreakpoint];\n\n if (currentWidth <= maxWidth) {\n // The current breakpoint did not change, nothing to do.\n if (currentBreakpoint === candidateBreakpoint) {\n return;\n } // Only remove a class if there is a current breakpoint.\n\n\n if (currentBreakpoint) {\n this.removeClass(BREAKPOINT_CLASSES[currentBreakpoint]);\n }\n\n this.addClass(BREAKPOINT_CLASSES[candidateBreakpoint]);\n this.breakpoint_ = candidateBreakpoint;\n break;\n }\n }\n };\n /**\n * Removes the current breakpoint.\n *\n * @private\n */\n\n\n _proto.removeCurrentBreakpoint_ = function removeCurrentBreakpoint_() {\n var className = this.currentBreakpointClass();\n this.breakpoint_ = '';\n\n if (className) {\n this.removeClass(className);\n }\n };\n /**\n * Get or set breakpoints on the player.\n *\n * Calling this method with an object or `true` will remove any previous\n * custom breakpoints and start from the defaults again.\n *\n * @param {Object|boolean} [breakpoints]\n * If an object is given, it can be used to provide custom\n * breakpoints. If `true` is given, will set default breakpoints.\n * If this argument is not given, will simply return the current\n * breakpoints.\n *\n * @param {number} [breakpoints.tiny]\n * The maximum width for the \"vjs-layout-tiny\" class.\n *\n * @param {number} [breakpoints.xsmall]\n * The maximum width for the \"vjs-layout-x-small\" class.\n *\n * @param {number} [breakpoints.small]\n * The maximum width for the \"vjs-layout-small\" class.\n *\n * @param {number} [breakpoints.medium]\n * The maximum width for the \"vjs-layout-medium\" class.\n *\n * @param {number} [breakpoints.large]\n * The maximum width for the \"vjs-layout-large\" class.\n *\n * @param {number} [breakpoints.xlarge]\n * The maximum width for the \"vjs-layout-x-large\" class.\n *\n * @param {number} [breakpoints.huge]\n * The maximum width for the \"vjs-layout-huge\" class.\n *\n * @return {Object}\n * An object mapping breakpoint names to maximum width values.\n */\n\n\n _proto.breakpoints = function breakpoints(_breakpoints) {\n // Used as a getter.\n if (_breakpoints === undefined) {\n return assign(this.breakpoints_);\n }\n\n this.breakpoint_ = '';\n this.breakpoints_ = assign({}, DEFAULT_BREAKPOINTS, _breakpoints); // When breakpoint definitions change, we need to update the currently\n // selected breakpoint.\n\n this.updateCurrentBreakpoint_(); // Clone the breakpoints before returning.\n\n return assign(this.breakpoints_);\n };\n /**\n * Get or set a flag indicating whether or not this player should adjust\n * its UI based on its dimensions.\n *\n * @param {boolean} value\n * Should be `true` if the player should adjust its UI based on its\n * dimensions; otherwise, should be `false`.\n *\n * @return {boolean}\n * Will be `true` if this player should adjust its UI based on its\n * dimensions; otherwise, will be `false`.\n */\n\n\n _proto.responsive = function responsive(value) {\n // Used as a getter.\n if (value === undefined) {\n return this.responsive_;\n }\n\n value = Boolean(value);\n var current = this.responsive_; // Nothing changed.\n\n if (value === current) {\n return;\n } // The value actually changed, set it.\n\n\n this.responsive_ = value; // Start listening for breakpoints and set the initial breakpoint if the\n // player is now responsive.\n\n if (value) {\n this.on('playerresize', this.updateCurrentBreakpoint_);\n this.updateCurrentBreakpoint_(); // Stop listening for breakpoints if the player is no longer responsive.\n } else {\n this.off('playerresize', this.updateCurrentBreakpoint_);\n this.removeCurrentBreakpoint_();\n }\n\n return value;\n };\n /**\n * Get current breakpoint name, if any.\n *\n * @return {string}\n * If there is currently a breakpoint set, returns a the key from the\n * breakpoints object matching it. Otherwise, returns an empty string.\n */\n\n\n _proto.currentBreakpoint = function currentBreakpoint() {\n return this.breakpoint_;\n };\n /**\n * Get the current breakpoint class name.\n *\n * @return {string}\n * The matching class name (e.g. `\"vjs-layout-tiny\"` or\n * `\"vjs-layout-large\"`) for the current breakpoint. Empty string if\n * there is no current breakpoint.\n */\n\n\n _proto.currentBreakpointClass = function currentBreakpointClass() {\n return BREAKPOINT_CLASSES[this.breakpoint_] || '';\n };\n /**\n * Gets tag settings\n *\n * @param {Element} tag\n * The player tag\n *\n * @return {Object}\n * An object containing all of the settings\n * for a player tag\n */\n\n\n Player.getTagSettings = function getTagSettings(tag) {\n var baseOptions = {\n sources: [],\n tracks: []\n };\n var tagOptions = getAttributes(tag);\n var dataSetup = tagOptions['data-setup'];\n\n if (hasClass(tag, 'vjs-fill')) {\n tagOptions.fill = true;\n }\n\n if (hasClass(tag, 'vjs-fluid')) {\n tagOptions.fluid = true;\n } // Check if data-setup attr exists.\n\n\n if (dataSetup !== null) {\n // Parse options JSON\n // If empty string, make it a parsable json object.\n var _safeParseTuple = safeParseTuple(dataSetup || '{}'),\n err = _safeParseTuple[0],\n data = _safeParseTuple[1];\n\n if (err) {\n log.error(err);\n }\n\n assign(tagOptions, data);\n }\n\n assign(baseOptions, tagOptions); // Get tag children settings\n\n if (tag.hasChildNodes()) {\n var children = tag.childNodes;\n\n for (var i = 0, j = children.length; i < j; i++) {\n var child = children[i]; // Change case needed: http://ejohn.org/blog/nodename-case-sensitivity/\n\n var childName = child.nodeName.toLowerCase();\n\n if (childName === 'source') {\n baseOptions.sources.push(getAttributes(child));\n } else if (childName === 'track') {\n baseOptions.tracks.push(getAttributes(child));\n }\n }\n }\n\n return baseOptions;\n };\n /**\n * Determine whether or not flexbox is supported\n *\n * @return {boolean}\n * - true if flexbox is supported\n * - false if flexbox is not supported\n */\n\n\n _proto.flexNotSupported_ = function flexNotSupported_() {\n var elem = document.createElement('i'); // Note: We don't actually use flexBasis (or flexOrder), but it's one of the more\n // common flex features that we can rely on when checking for flex support.\n\n return !('flexBasis' in elem.style || 'webkitFlexBasis' in elem.style || 'mozFlexBasis' in elem.style || 'msFlexBasis' in elem.style || // IE10-specific (2012 flex spec), available for completeness\n 'msFlexOrder' in elem.style);\n };\n\n return Player;\n}(Component);\n/**\n * Get the {@link VideoTrackList}\n * @link https://html.spec.whatwg.org/multipage/embedded-content.html#videotracklist\n *\n * @return {VideoTrackList}\n * the current video track list\n *\n * @method Player.prototype.videoTracks\n */\n\n/**\n * Get the {@link AudioTrackList}\n * @link https://html.spec.whatwg.org/multipage/embedded-content.html#audiotracklist\n *\n * @return {AudioTrackList}\n * the current audio track list\n *\n * @method Player.prototype.audioTracks\n */\n\n/**\n * Get the {@link TextTrackList}\n *\n * @link http://www.w3.org/html/wg/drafts/html/master/embedded-content-0.html#dom-media-texttracks\n *\n * @return {TextTrackList}\n * the current text track list\n *\n * @method Player.prototype.textTracks\n */\n\n/**\n * Get the remote {@link TextTrackList}\n *\n * @return {TextTrackList}\n * The current remote text track list\n *\n * @method Player.prototype.remoteTextTracks\n */\n\n/**\n * Get the remote {@link HtmlTrackElementList} tracks.\n *\n * @return {HtmlTrackElementList}\n * The current remote text track element list\n *\n * @method Player.prototype.remoteTextTrackEls\n */\n\n\nALL.names.forEach(function (name$$1) {\n var props = ALL[name$$1];\n\n Player.prototype[props.getterName] = function () {\n if (this.tech_) {\n return this.tech_[props.getterName]();\n } // if we have not yet loadTech_, we create {video,audio,text}Tracks_\n // these will be passed to the tech during loading\n\n\n this[props.privateName] = this[props.privateName] || new props.ListClass();\n return this[props.privateName];\n };\n});\n/**\n * Global enumeration of players.\n *\n * The keys are the player IDs and the values are either the {@link Player}\n * instance or `null` for disposed players.\n *\n * @type {Object}\n */\n\nPlayer.players = {};\nvar navigator = window$1.navigator;\n/*\n * Player instance options, surfaced using options\n * options = Player.prototype.options_\n * Make changes in options, not here.\n *\n * @type {Object}\n * @private\n */\n\nPlayer.prototype.options_ = {\n // Default order of fallback technology\n techOrder: Tech.defaultTechOrder_,\n html5: {},\n flash: {},\n // default inactivity timeout\n inactivityTimeout: 2000,\n // default playback rates\n playbackRates: [],\n // Add playback rate selection by adding rates\n // 'playbackRates': [0.5, 1, 1.5, 2],\n liveui: false,\n // Included control sets\n children: ['mediaLoader', 'posterImage', 'textTrackDisplay', 'loadingSpinner', 'bigPlayButton', 'liveTracker', 'controlBar', 'errorDisplay', 'textTrackSettings', 'resizeManager'],\n language: navigator && (navigator.languages && navigator.languages[0] || navigator.userLanguage || navigator.language) || 'en',\n // locales and their language translations\n languages: {},\n // Default message to show when a video cannot be played.\n notSupportedMessage: 'No compatible source was found for this media.',\n breakpoints: {},\n responsive: false\n};\n[\n/**\n * Returns whether or not the player is in the \"ended\" state.\n *\n * @return {Boolean} True if the player is in the ended state, false if not.\n * @method Player#ended\n */\n'ended',\n/**\n * Returns whether or not the player is in the \"seeking\" state.\n *\n * @return {Boolean} True if the player is in the seeking state, false if not.\n * @method Player#seeking\n */\n'seeking',\n/**\n * Returns the TimeRanges of the media that are currently available\n * for seeking to.\n *\n * @return {TimeRanges} the seekable intervals of the media timeline\n * @method Player#seekable\n */\n'seekable',\n/**\n * Returns the current state of network activity for the element, from\n * the codes in the list below.\n * - NETWORK_EMPTY (numeric value 0)\n * The element has not yet been initialised. All attributes are in\n * their initial states.\n * - NETWORK_IDLE (numeric value 1)\n * The element's resource selection algorithm is active and has\n * selected a resource, but it is not actually using the network at\n * this time.\n * - NETWORK_LOADING (numeric value 2)\n * The user agent is actively trying to download data.\n * - NETWORK_NO_SOURCE (numeric value 3)\n * The element's resource selection algorithm is active, but it has\n * not yet found a resource to use.\n *\n * @see https://html.spec.whatwg.org/multipage/embedded-content.html#network-states\n * @return {number} the current network activity state\n * @method Player#networkState\n */\n'networkState',\n/**\n * Returns a value that expresses the current state of the element\n * with respect to rendering the current playback position, from the\n * codes in the list below.\n * - HAVE_NOTHING (numeric value 0)\n * No information regarding the media resource is available.\n * - HAVE_METADATA (numeric value 1)\n * Enough of the resource has been obtained that the duration of the\n * resource is available.\n * - HAVE_CURRENT_DATA (numeric value 2)\n * Data for the immediate current playback position is available.\n * - HAVE_FUTURE_DATA (numeric value 3)\n * Data for the immediate current playback position is available, as\n * well as enough data for the user agent to advance the current\n * playback position in the direction of playback.\n * - HAVE_ENOUGH_DATA (numeric value 4)\n * The user agent estimates that enough data is available for\n * playback to proceed uninterrupted.\n *\n * @see https://html.spec.whatwg.org/multipage/embedded-content.html#dom-media-readystate\n * @return {number} the current playback rendering state\n * @method Player#readyState\n */\n'readyState'].forEach(function (fn) {\n Player.prototype[fn] = function () {\n return this.techGet_(fn);\n };\n});\nTECH_EVENTS_RETRIGGER.forEach(function (event) {\n Player.prototype[\"handleTech\" + toTitleCase(event) + \"_\"] = function () {\n return this.trigger(event);\n };\n});\n/**\n * Fired when the player has initial duration and dimension information\n *\n * @event Player#loadedmetadata\n * @type {EventTarget~Event}\n */\n\n/**\n * Fired when the player has downloaded data at the current playback position\n *\n * @event Player#loadeddata\n * @type {EventTarget~Event}\n */\n\n/**\n * Fired when the current playback position has changed *\n * During playback this is fired every 15-250 milliseconds, depending on the\n * playback technology in use.\n *\n * @event Player#timeupdate\n * @type {EventTarget~Event}\n */\n\n/**\n * Fired when the volume changes\n *\n * @event Player#volumechange\n * @type {EventTarget~Event}\n */\n\n/**\n * Reports whether or not a player has a plugin available.\n *\n * This does not report whether or not the plugin has ever been initialized\n * on this player. For that, [usingPlugin]{@link Player#usingPlugin}.\n *\n * @method Player#hasPlugin\n * @param {string} name\n * The name of a plugin.\n *\n * @return {boolean}\n * Whether or not this player has the requested plugin available.\n */\n\n/**\n * Reports whether or not a player is using a plugin by name.\n *\n * For basic plugins, this only reports whether the plugin has _ever_ been\n * initialized on this player.\n *\n * @method Player#usingPlugin\n * @param {string} name\n * The name of a plugin.\n *\n * @return {boolean}\n * Whether or not this player is using the requested plugin.\n */\n\nComponent.registerComponent('Player', Player);\n\n/**\n * The base plugin name.\n *\n * @private\n * @constant\n * @type {string}\n */\n\nvar BASE_PLUGIN_NAME = 'plugin';\n/**\n * The key on which a player's active plugins cache is stored.\n *\n * @private\n * @constant\n * @type {string}\n */\n\nvar PLUGIN_CACHE_KEY = 'activePlugins_';\n/**\n * Stores registered plugins in a private space.\n *\n * @private\n * @type {Object}\n */\n\nvar pluginStorage = {};\n/**\n * Reports whether or not a plugin has been registered.\n *\n * @private\n * @param {string} name\n * The name of a plugin.\n *\n * @return {boolean}\n * Whether or not the plugin has been registered.\n */\n\nvar pluginExists = function pluginExists(name) {\n return pluginStorage.hasOwnProperty(name);\n};\n/**\n * Get a single registered plugin by name.\n *\n * @private\n * @param {string} name\n * The name of a plugin.\n *\n * @return {Function|undefined}\n * The plugin (or undefined).\n */\n\n\nvar getPlugin = function getPlugin(name) {\n return pluginExists(name) ? pluginStorage[name] : undefined;\n};\n/**\n * Marks a plugin as \"active\" on a player.\n *\n * Also, ensures that the player has an object for tracking active plugins.\n *\n * @private\n * @param {Player} player\n * A Video.js player instance.\n *\n * @param {string} name\n * The name of a plugin.\n */\n\n\nvar markPluginAsActive = function markPluginAsActive(player, name) {\n player[PLUGIN_CACHE_KEY] = player[PLUGIN_CACHE_KEY] || {};\n player[PLUGIN_CACHE_KEY][name] = true;\n};\n/**\n * Triggers a pair of plugin setup events.\n *\n * @private\n * @param {Player} player\n * A Video.js player instance.\n *\n * @param {Plugin~PluginEventHash} hash\n * A plugin event hash.\n *\n * @param {boolean} [before]\n * If true, prefixes the event name with \"before\". In other words,\n * use this to trigger \"beforepluginsetup\" instead of \"pluginsetup\".\n */\n\n\nvar triggerSetupEvent = function triggerSetupEvent(player, hash, before) {\n var eventName = (before ? 'before' : '') + 'pluginsetup';\n player.trigger(eventName, hash);\n player.trigger(eventName + ':' + hash.name, hash);\n};\n/**\n * Takes a basic plugin function and returns a wrapper function which marks\n * on the player that the plugin has been activated.\n *\n * @private\n * @param {string} name\n * The name of the plugin.\n *\n * @param {Function} plugin\n * The basic plugin.\n *\n * @return {Function}\n * A wrapper function for the given plugin.\n */\n\n\nvar createBasicPlugin = function createBasicPlugin(name, plugin) {\n var basicPluginWrapper = function basicPluginWrapper() {\n // We trigger the \"beforepluginsetup\" and \"pluginsetup\" events on the player\n // regardless, but we want the hash to be consistent with the hash provided\n // for advanced plugins.\n //\n // The only potentially counter-intuitive thing here is the `instance` in\n // the \"pluginsetup\" event is the value returned by the `plugin` function.\n triggerSetupEvent(this, {\n name: name,\n plugin: plugin,\n instance: null\n }, true);\n var instance = plugin.apply(this, arguments);\n markPluginAsActive(this, name);\n triggerSetupEvent(this, {\n name: name,\n plugin: plugin,\n instance: instance\n });\n return instance;\n };\n\n Object.keys(plugin).forEach(function (prop) {\n basicPluginWrapper[prop] = plugin[prop];\n });\n return basicPluginWrapper;\n};\n/**\n * Takes a plugin sub-class and returns a factory function for generating\n * instances of it.\n *\n * This factory function will replace itself with an instance of the requested\n * sub-class of Plugin.\n *\n * @private\n * @param {string} name\n * The name of the plugin.\n *\n * @param {Plugin} PluginSubClass\n * The advanced plugin.\n *\n * @return {Function}\n */\n\n\nvar createPluginFactory = function createPluginFactory(name, PluginSubClass) {\n // Add a `name` property to the plugin prototype so that each plugin can\n // refer to itself by name.\n PluginSubClass.prototype.name = name;\n return function () {\n triggerSetupEvent(this, {\n name: name,\n plugin: PluginSubClass,\n instance: null\n }, true);\n\n for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {\n args[_key] = arguments[_key];\n }\n\n var instance = _construct(PluginSubClass, [this].concat(args)); // The plugin is replaced by a function that returns the current instance.\n\n\n this[name] = function () {\n return instance;\n };\n\n triggerSetupEvent(this, instance.getEventHash());\n return instance;\n };\n};\n/**\n * Parent class for all advanced plugins.\n *\n * @mixes module:evented~EventedMixin\n * @mixes module:stateful~StatefulMixin\n * @fires Player#beforepluginsetup\n * @fires Player#beforepluginsetup:$name\n * @fires Player#pluginsetup\n * @fires Player#pluginsetup:$name\n * @listens Player#dispose\n * @throws {Error}\n * If attempting to instantiate the base {@link Plugin} class\n * directly instead of via a sub-class.\n */\n\n\nvar Plugin =\n/*#__PURE__*/\nfunction () {\n /**\n * Creates an instance of this class.\n *\n * Sub-classes should call `super` to ensure plugins are properly initialized.\n *\n * @param {Player} player\n * A Video.js player instance.\n */\n function Plugin(player) {\n if (this.constructor === Plugin) {\n throw new Error('Plugin must be sub-classed; not directly instantiated.');\n }\n\n this.player = player; // Make this object evented, but remove the added `trigger` method so we\n // use the prototype version instead.\n\n evented(this);\n delete this.trigger;\n stateful(this, this.constructor.defaultState);\n markPluginAsActive(player, this.name); // Auto-bind the dispose method so we can use it as a listener and unbind\n // it later easily.\n\n this.dispose = bind(this, this.dispose); // If the player is disposed, dispose the plugin.\n\n player.on('dispose', this.dispose);\n }\n /**\n * Get the version of the plugin that was set on <pluginName>.VERSION\n */\n\n\n var _proto = Plugin.prototype;\n\n _proto.version = function version() {\n return this.constructor.VERSION;\n };\n /**\n * Each event triggered by plugins includes a hash of additional data with\n * conventional properties.\n *\n * This returns that object or mutates an existing hash.\n *\n * @param {Object} [hash={}]\n * An object to be used as event an event hash.\n *\n * @return {Plugin~PluginEventHash}\n * An event hash object with provided properties mixed-in.\n */\n\n\n _proto.getEventHash = function getEventHash(hash) {\n if (hash === void 0) {\n hash = {};\n }\n\n hash.name = this.name;\n hash.plugin = this.constructor;\n hash.instance = this;\n return hash;\n };\n /**\n * Triggers an event on the plugin object and overrides\n * {@link module:evented~EventedMixin.trigger|EventedMixin.trigger}.\n *\n * @param {string|Object} event\n * An event type or an object with a type property.\n *\n * @param {Object} [hash={}]\n * Additional data hash to merge with a\n * {@link Plugin~PluginEventHash|PluginEventHash}.\n *\n * @return {boolean}\n * Whether or not default was prevented.\n */\n\n\n _proto.trigger = function trigger$$1(event, hash) {\n if (hash === void 0) {\n hash = {};\n }\n\n return trigger(this.eventBusEl_, event, this.getEventHash(hash));\n };\n /**\n * Handles \"statechanged\" events on the plugin. No-op by default, override by\n * subclassing.\n *\n * @abstract\n * @param {Event} e\n * An event object provided by a \"statechanged\" event.\n *\n * @param {Object} e.changes\n * An object describing changes that occurred with the \"statechanged\"\n * event.\n */\n\n\n _proto.handleStateChanged = function handleStateChanged(e) {};\n /**\n * Disposes a plugin.\n *\n * Subclasses can override this if they want, but for the sake of safety,\n * it's probably best to subscribe the \"dispose\" event.\n *\n * @fires Plugin#dispose\n */\n\n\n _proto.dispose = function dispose() {\n var name = this.name,\n player = this.player;\n /**\n * Signals that a advanced plugin is about to be disposed.\n *\n * @event Plugin#dispose\n * @type {EventTarget~Event}\n */\n\n this.trigger('dispose');\n this.off();\n player.off('dispose', this.dispose); // Eliminate any possible sources of leaking memory by clearing up\n // references between the player and the plugin instance and nulling out\n // the plugin's state and replacing methods with a function that throws.\n\n player[PLUGIN_CACHE_KEY][name] = false;\n this.player = this.state = null; // Finally, replace the plugin name on the player with a new factory\n // function, so that the plugin is ready to be set up again.\n\n player[name] = createPluginFactory(name, pluginStorage[name]);\n };\n /**\n * Determines if a plugin is a basic plugin (i.e. not a sub-class of `Plugin`).\n *\n * @param {string|Function} plugin\n * If a string, matches the name of a plugin. If a function, will be\n * tested directly.\n *\n * @return {boolean}\n * Whether or not a plugin is a basic plugin.\n */\n\n\n Plugin.isBasic = function isBasic(plugin) {\n var p = typeof plugin === 'string' ? getPlugin(plugin) : plugin;\n return typeof p === 'function' && !Plugin.prototype.isPrototypeOf(p.prototype);\n };\n /**\n * Register a Video.js plugin.\n *\n * @param {string} name\n * The name of the plugin to be registered. Must be a string and\n * must not match an existing plugin or a method on the `Player`\n * prototype.\n *\n * @param {Function} plugin\n * A sub-class of `Plugin` or a function for basic plugins.\n *\n * @return {Function}\n * For advanced plugins, a factory function for that plugin. For\n * basic plugins, a wrapper function that initializes the plugin.\n */\n\n\n Plugin.registerPlugin = function registerPlugin(name, plugin) {\n if (typeof name !== 'string') {\n throw new Error(\"Illegal plugin name, \\\"\" + name + \"\\\", must be a string, was \" + typeof name + \".\");\n }\n\n if (pluginExists(name)) {\n log.warn(\"A plugin named \\\"\" + name + \"\\\" already exists. You may want to avoid re-registering plugins!\");\n } else if (Player.prototype.hasOwnProperty(name)) {\n throw new Error(\"Illegal plugin name, \\\"\" + name + \"\\\", cannot share a name with an existing player method!\");\n }\n\n if (typeof plugin !== 'function') {\n throw new Error(\"Illegal plugin for \\\"\" + name + \"\\\", must be a function, was \" + typeof plugin + \".\");\n }\n\n pluginStorage[name] = plugin; // Add a player prototype method for all sub-classed plugins (but not for\n // the base Plugin class).\n\n if (name !== BASE_PLUGIN_NAME) {\n if (Plugin.isBasic(plugin)) {\n Player.prototype[name] = createBasicPlugin(name, plugin);\n } else {\n Player.prototype[name] = createPluginFactory(name, plugin);\n }\n }\n\n return plugin;\n };\n /**\n * De-register a Video.js plugin.\n *\n * @param {string} name\n * The name of the plugin to be de-registered. Must be a string that\n * matches an existing plugin.\n *\n * @throws {Error}\n * If an attempt is made to de-register the base plugin.\n */\n\n\n Plugin.deregisterPlugin = function deregisterPlugin(name) {\n if (name === BASE_PLUGIN_NAME) {\n throw new Error('Cannot de-register base plugin.');\n }\n\n if (pluginExists(name)) {\n delete pluginStorage[name];\n delete Player.prototype[name];\n }\n };\n /**\n * Gets an object containing multiple Video.js plugins.\n *\n * @param {Array} [names]\n * If provided, should be an array of plugin names. Defaults to _all_\n * plugin names.\n *\n * @return {Object|undefined}\n * An object containing plugin(s) associated with their name(s) or\n * `undefined` if no matching plugins exist).\n */\n\n\n Plugin.getPlugins = function getPlugins(names) {\n if (names === void 0) {\n names = Object.keys(pluginStorage);\n }\n\n var result;\n names.forEach(function (name) {\n var plugin = getPlugin(name);\n\n if (plugin) {\n result = result || {};\n result[name] = plugin;\n }\n });\n return result;\n };\n /**\n * Gets a plugin's version, if available\n *\n * @param {string} name\n * The name of a plugin.\n *\n * @return {string}\n * The plugin's version or an empty string.\n */\n\n\n Plugin.getPluginVersion = function getPluginVersion(name) {\n var plugin = getPlugin(name);\n return plugin && plugin.VERSION || '';\n };\n\n return Plugin;\n}();\n/**\n * Gets a plugin by name if it exists.\n *\n * @static\n * @method getPlugin\n * @memberOf Plugin\n * @param {string} name\n * The name of a plugin.\n *\n * @returns {Function|undefined}\n * The plugin (or `undefined`).\n */\n\n\nPlugin.getPlugin = getPlugin;\n/**\n * The name of the base plugin class as it is registered.\n *\n * @type {string}\n */\n\nPlugin.BASE_PLUGIN_NAME = BASE_PLUGIN_NAME;\nPlugin.registerPlugin(BASE_PLUGIN_NAME, Plugin);\n/**\n * Documented in player.js\n *\n * @ignore\n */\n\nPlayer.prototype.usingPlugin = function (name) {\n return !!this[PLUGIN_CACHE_KEY] && this[PLUGIN_CACHE_KEY][name] === true;\n};\n/**\n * Documented in player.js\n *\n * @ignore\n */\n\n\nPlayer.prototype.hasPlugin = function (name) {\n return !!pluginExists(name);\n};\n/**\n * Signals that a plugin is about to be set up on a player.\n *\n * @event Player#beforepluginsetup\n * @type {Plugin~PluginEventHash}\n */\n\n/**\n * Signals that a plugin is about to be set up on a player - by name. The name\n * is the name of the plugin.\n *\n * @event Player#beforepluginsetup:$name\n * @type {Plugin~PluginEventHash}\n */\n\n/**\n * Signals that a plugin has just been set up on a player.\n *\n * @event Player#pluginsetup\n * @type {Plugin~PluginEventHash}\n */\n\n/**\n * Signals that a plugin has just been set up on a player - by name. The name\n * is the name of the plugin.\n *\n * @event Player#pluginsetup:$name\n * @type {Plugin~PluginEventHash}\n */\n\n/**\n * @typedef {Object} Plugin~PluginEventHash\n *\n * @property {string} instance\n * For basic plugins, the return value of the plugin function. For\n * advanced plugins, the plugin instance on which the event is fired.\n *\n * @property {string} name\n * The name of the plugin.\n *\n * @property {string} plugin\n * For basic plugins, the plugin function. For advanced plugins, the\n * plugin class/constructor.\n */\n\n/**\n * @file extend.js\n * @module extend\n */\n\n/**\n * A combination of node inherits and babel's inherits (after transpile).\n * Both work the same but node adds `super_` to the subClass\n * and Bable adds the superClass as __proto__. Both seem useful.\n *\n * @param {Object} subClass\n * The class to inherit to\n *\n * @param {Object} superClass\n * The class to inherit from\n *\n * @private\n */\nvar _inherits$1 = function _inherits(subClass, superClass) {\n if (typeof superClass !== 'function' && superClass !== null) {\n throw new TypeError('Super expression must either be null or a function, not ' + typeof superClass);\n }\n\n subClass.prototype = Object.create(superClass && superClass.prototype, {\n constructor: {\n value: subClass,\n enumerable: false,\n writable: true,\n configurable: true\n }\n });\n\n if (superClass) {\n // node\n subClass.super_ = superClass;\n }\n};\n/**\n * Used to subclass an existing class by emulating ES subclassing using the\n * `extends` keyword.\n *\n * @function\n * @example\n * var MyComponent = videojs.extend(videojs.getComponent('Component'), {\n * myCustomMethod: function() {\n * // Do things in my method.\n * }\n * });\n *\n * @param {Function} superClass\n * The class to inherit from\n *\n * @param {Object} [subClassMethods={}]\n * Methods of the new class\n *\n * @return {Function}\n * The new class with subClassMethods that inherited superClass.\n */\n\n\nvar extend = function extend(superClass, subClassMethods) {\n if (subClassMethods === void 0) {\n subClassMethods = {};\n }\n\n var subClass = function subClass() {\n superClass.apply(this, arguments);\n };\n\n var methods = {};\n\n if (typeof subClassMethods === 'object') {\n if (subClassMethods.constructor !== Object.prototype.constructor) {\n subClass = subClassMethods.constructor;\n }\n\n methods = subClassMethods;\n } else if (typeof subClassMethods === 'function') {\n subClass = subClassMethods;\n }\n\n _inherits$1(subClass, superClass); // Extend subObj's prototype with functions and other properties from props\n\n\n for (var name in methods) {\n if (methods.hasOwnProperty(name)) {\n subClass.prototype[name] = methods[name];\n }\n }\n\n return subClass;\n};\n\n/**\n * @file video.js\n * @module videojs\n */\n/**\n * Normalize an `id` value by trimming off a leading `#`\n *\n * @private\n * @param {string} id\n * A string, maybe with a leading `#`.\n *\n * @return {string}\n * The string, without any leading `#`.\n */\n\nvar normalizeId = function normalizeId(id) {\n return id.indexOf('#') === 0 ? id.slice(1) : id;\n};\n/**\n * The `videojs()` function doubles as the main function for users to create a\n * {@link Player} instance as well as the main library namespace.\n *\n * It can also be used as a getter for a pre-existing {@link Player} instance.\n * However, we _strongly_ recommend using `videojs.getPlayer()` for this\n * purpose because it avoids any potential for unintended initialization.\n *\n * Due to [limitations](https://github.com/jsdoc3/jsdoc/issues/955#issuecomment-313829149)\n * of our JSDoc template, we cannot properly document this as both a function\n * and a namespace, so its function signature is documented here.\n *\n * #### Arguments\n * ##### id\n * string|Element, **required**\n *\n * Video element or video element ID.\n *\n * ##### options\n * Object, optional\n *\n * Options object for providing settings.\n * See: [Options Guide](https://docs.videojs.com/tutorial-options.html).\n *\n * ##### ready\n * {@link Component~ReadyCallback}, optional\n *\n * A function to be called when the {@link Player} and {@link Tech} are ready.\n *\n * #### Return Value\n *\n * The `videojs()` function returns a {@link Player} instance.\n *\n * @namespace\n *\n * @borrows AudioTrack as AudioTrack\n * @borrows Component.getComponent as getComponent\n * @borrows module:computed-style~computedStyle as computedStyle\n * @borrows module:events.on as on\n * @borrows module:events.one as one\n * @borrows module:events.off as off\n * @borrows module:events.trigger as trigger\n * @borrows EventTarget as EventTarget\n * @borrows module:extend~extend as extend\n * @borrows module:fn.bind as bind\n * @borrows module:format-time.formatTime as formatTime\n * @borrows module:format-time.resetFormatTime as resetFormatTime\n * @borrows module:format-time.setFormatTime as setFormatTime\n * @borrows module:merge-options.mergeOptions as mergeOptions\n * @borrows module:middleware.use as use\n * @borrows Player.players as players\n * @borrows Plugin.registerPlugin as registerPlugin\n * @borrows Plugin.deregisterPlugin as deregisterPlugin\n * @borrows Plugin.getPlugins as getPlugins\n * @borrows Plugin.getPlugin as getPlugin\n * @borrows Plugin.getPluginVersion as getPluginVersion\n * @borrows Tech.getTech as getTech\n * @borrows Tech.registerTech as registerTech\n * @borrows TextTrack as TextTrack\n * @borrows module:time-ranges.createTimeRanges as createTimeRange\n * @borrows module:time-ranges.createTimeRanges as createTimeRanges\n * @borrows module:url.isCrossOrigin as isCrossOrigin\n * @borrows module:url.parseUrl as parseUrl\n * @borrows VideoTrack as VideoTrack\n *\n * @param {string|Element} id\n * Video element or video element ID.\n *\n * @param {Object} [options]\n * Options object for providing settings.\n * See: [Options Guide](https://docs.videojs.com/tutorial-options.html).\n *\n * @param {Component~ReadyCallback} [ready]\n * A function to be called when the {@link Player} and {@link Tech} are\n * ready.\n *\n * @return {Player}\n * The `videojs()` function returns a {@link Player|Player} instance.\n */\n\n\nfunction videojs$1(id, options, ready) {\n var player = videojs$1.getPlayer(id);\n\n if (player) {\n if (options) {\n log.warn(\"Player \\\"\" + id + \"\\\" is already initialised. Options will not be applied.\");\n }\n\n if (ready) {\n player.ready(ready);\n }\n\n return player;\n }\n\n var el = typeof id === 'string' ? $('#' + normalizeId(id)) : id;\n\n if (!isEl(el)) {\n throw new TypeError('The element or ID supplied is not valid. (videojs)');\n }\n\n if (!document.body.contains(el)) {\n log.warn('The element supplied is not included in the DOM');\n }\n\n options = options || {};\n videojs$1.hooks('beforesetup').forEach(function (hookFunction) {\n var opts = hookFunction(el, mergeOptions(options));\n\n if (!isObject(opts) || Array.isArray(opts)) {\n log.error('please return an object in beforesetup hooks');\n return;\n }\n\n options = mergeOptions(options, opts);\n }); // We get the current \"Player\" component here in case an integration has\n // replaced it with a custom player.\n\n var PlayerComponent = Component.getComponent('Player');\n player = new PlayerComponent(el, options, ready);\n videojs$1.hooks('setup').forEach(function (hookFunction) {\n return hookFunction(player);\n });\n return player;\n}\n/**\n * An Object that contains lifecycle hooks as keys which point to an array\n * of functions that are run when a lifecycle is triggered\n *\n * @private\n */\n\n\nvideojs$1.hooks_ = {};\n/**\n * Get a list of hooks for a specific lifecycle\n *\n * @param {string} type\n * the lifecyle to get hooks from\n *\n * @param {Function|Function[]} [fn]\n * Optionally add a hook (or hooks) to the lifecycle that your are getting.\n *\n * @return {Array}\n * an array of hooks, or an empty array if there are none.\n */\n\nvideojs$1.hooks = function (type, fn) {\n videojs$1.hooks_[type] = videojs$1.hooks_[type] || [];\n\n if (fn) {\n videojs$1.hooks_[type] = videojs$1.hooks_[type].concat(fn);\n }\n\n return videojs$1.hooks_[type];\n};\n/**\n * Add a function hook to a specific videojs lifecycle.\n *\n * @param {string} type\n * the lifecycle to hook the function to.\n *\n * @param {Function|Function[]}\n * The function or array of functions to attach.\n */\n\n\nvideojs$1.hook = function (type, fn) {\n videojs$1.hooks(type, fn);\n};\n/**\n * Add a function hook that will only run once to a specific videojs lifecycle.\n *\n * @param {string} type\n * the lifecycle to hook the function to.\n *\n * @param {Function|Function[]}\n * The function or array of functions to attach.\n */\n\n\nvideojs$1.hookOnce = function (type, fn) {\n videojs$1.hooks(type, [].concat(fn).map(function (original) {\n var wrapper = function wrapper() {\n videojs$1.removeHook(type, wrapper);\n return original.apply(void 0, arguments);\n };\n\n return wrapper;\n }));\n};\n/**\n * Remove a hook from a specific videojs lifecycle.\n *\n * @param {string} type\n * the lifecycle that the function hooked to\n *\n * @param {Function} fn\n * The hooked function to remove\n *\n * @return {boolean}\n * The function that was removed or undef\n */\n\n\nvideojs$1.removeHook = function (type, fn) {\n var index = videojs$1.hooks(type).indexOf(fn);\n\n if (index <= -1) {\n return false;\n }\n\n videojs$1.hooks_[type] = videojs$1.hooks_[type].slice();\n videojs$1.hooks_[type].splice(index, 1);\n return true;\n}; // Add default styles\n\n\nif (window$1.VIDEOJS_NO_DYNAMIC_STYLE !== true && isReal()) {\n var style$1 = $('.vjs-styles-defaults');\n\n if (!style$1) {\n style$1 = createStyleElement('vjs-styles-defaults');\n var head = $('head');\n\n if (head) {\n head.insertBefore(style$1, head.firstChild);\n }\n\n setTextContent(style$1, \"\\n .video-js {\\n width: 300px;\\n height: 150px;\\n }\\n\\n .vjs-fluid {\\n padding-top: 56.25%\\n }\\n \");\n }\n} // Run Auto-load players\n// You have to wait at least once in case this script is loaded after your\n// video in the DOM (weird behavior only with minified version)\n\n\nautoSetupTimeout(1, videojs$1);\n/**\n * Current Video.js version. Follows [semantic versioning](https://semver.org/).\n *\n * @type {string}\n */\n\nvideojs$1.VERSION = version;\n/**\n * The global options object. These are the settings that take effect\n * if no overrides are specified when the player is created.\n *\n * @type {Object}\n */\n\nvideojs$1.options = Player.prototype.options_;\n/**\n * Get an object with the currently created players, keyed by player ID\n *\n * @return {Object}\n * The created players\n */\n\nvideojs$1.getPlayers = function () {\n return Player.players;\n};\n/**\n * Get a single player based on an ID or DOM element.\n *\n * This is useful if you want to check if an element or ID has an associated\n * Video.js player, but not create one if it doesn't.\n *\n * @param {string|Element} id\n * An HTML element - `<video>`, `<audio>`, or `<video-js>` -\n * or a string matching the `id` of such an element.\n *\n * @return {Player|undefined}\n * A player instance or `undefined` if there is no player instance\n * matching the argument.\n */\n\n\nvideojs$1.getPlayer = function (id) {\n var players = Player.players;\n var tag;\n\n if (typeof id === 'string') {\n var nId = normalizeId(id);\n var player = players[nId];\n\n if (player) {\n return player;\n }\n\n tag = $('#' + nId);\n } else {\n tag = id;\n }\n\n if (isEl(tag)) {\n var _tag = tag,\n _player = _tag.player,\n playerId = _tag.playerId; // Element may have a `player` property referring to an already created\n // player instance. If so, return that.\n\n if (_player || players[playerId]) {\n return _player || players[playerId];\n }\n }\n};\n/**\n * Returns an array of all current players.\n *\n * @return {Array}\n * An array of all players. The array will be in the order that\n * `Object.keys` provides, which could potentially vary between\n * JavaScript engines.\n *\n */\n\n\nvideojs$1.getAllPlayers = function () {\n return (// Disposed players leave a key with a `null` value, so we need to make sure\n // we filter those out.\n Object.keys(Player.players).map(function (k) {\n return Player.players[k];\n }).filter(Boolean)\n );\n};\n\nvideojs$1.players = Player.players;\nvideojs$1.getComponent = Component.getComponent;\n/**\n * Register a component so it can referred to by name. Used when adding to other\n * components, either through addChild `component.addChild('myComponent')` or through\n * default children options `{ children: ['myComponent'] }`.\n *\n * > NOTE: You could also just initialize the component before adding.\n * `component.addChild(new MyComponent());`\n *\n * @param {string} name\n * The class name of the component\n *\n * @param {Component} comp\n * The component class\n *\n * @return {Component}\n * The newly registered component\n */\n\nvideojs$1.registerComponent = function (name$$1, comp) {\n if (Tech.isTech(comp)) {\n log.warn(\"The \" + name$$1 + \" tech was registered as a component. It should instead be registered using videojs.registerTech(name, tech)\");\n }\n\n Component.registerComponent.call(Component, name$$1, comp);\n};\n\nvideojs$1.getTech = Tech.getTech;\nvideojs$1.registerTech = Tech.registerTech;\nvideojs$1.use = use;\n/**\n * An object that can be returned by a middleware to signify\n * that the middleware is being terminated.\n *\n * @type {object}\n * @property {object} middleware.TERMINATOR\n */\n\nObject.defineProperty(videojs$1, 'middleware', {\n value: {},\n writeable: false,\n enumerable: true\n});\nObject.defineProperty(videojs$1.middleware, 'TERMINATOR', {\n value: TERMINATOR,\n writeable: false,\n enumerable: true\n});\n/**\n * A reference to the {@link module:browser|browser utility module} as an object.\n *\n * @type {Object}\n * @see {@link module:browser|browser}\n */\n\nvideojs$1.browser = browser;\n/**\n * Use {@link module:browser.TOUCH_ENABLED|browser.TOUCH_ENABLED} instead; only\n * included for backward-compatibility with 4.x.\n *\n * @deprecated Since version 5.0, use {@link module:browser.TOUCH_ENABLED|browser.TOUCH_ENABLED instead.\n * @type {boolean}\n */\n\nvideojs$1.TOUCH_ENABLED = TOUCH_ENABLED;\nvideojs$1.extend = extend;\nvideojs$1.mergeOptions = mergeOptions;\nvideojs$1.bind = bind;\nvideojs$1.registerPlugin = Plugin.registerPlugin;\nvideojs$1.deregisterPlugin = Plugin.deregisterPlugin;\n/**\n * Deprecated method to register a plugin with Video.js\n *\n * @deprecated videojs.plugin() is deprecated; use videojs.registerPlugin() instead\n *\n * @param {string} name\n * The plugin name\n *\n * @param {Plugin|Function} plugin\n * The plugin sub-class or function\n */\n\nvideojs$1.plugin = function (name$$1, plugin) {\n log.warn('videojs.plugin() is deprecated; use videojs.registerPlugin() instead');\n return Plugin.registerPlugin(name$$1, plugin);\n};\n\nvideojs$1.getPlugins = Plugin.getPlugins;\nvideojs$1.getPlugin = Plugin.getPlugin;\nvideojs$1.getPluginVersion = Plugin.getPluginVersion;\n/**\n * Adding languages so that they're available to all players.\n * Example: `videojs.addLanguage('es', { 'Hello': 'Hola' });`\n *\n * @param {string} code\n * The language code or dictionary property\n *\n * @param {Object} data\n * The data values to be translated\n *\n * @return {Object}\n * The resulting language dictionary object\n */\n\nvideojs$1.addLanguage = function (code, data) {\n var _mergeOptions;\n\n code = ('' + code).toLowerCase();\n videojs$1.options.languages = mergeOptions(videojs$1.options.languages, (_mergeOptions = {}, _mergeOptions[code] = data, _mergeOptions));\n return videojs$1.options.languages[code];\n};\n/**\n * A reference to the {@link module:log|log utility module} as an object.\n *\n * @type {Function}\n * @see {@link module:log|log}\n */\n\n\nvideojs$1.log = log;\nvideojs$1.createLogger = createLogger$1;\nvideojs$1.createTimeRange = videojs$1.createTimeRanges = createTimeRanges;\nvideojs$1.formatTime = formatTime;\nvideojs$1.setFormatTime = setFormatTime;\nvideojs$1.resetFormatTime = resetFormatTime;\nvideojs$1.parseUrl = parseUrl;\nvideojs$1.isCrossOrigin = isCrossOrigin;\nvideojs$1.EventTarget = EventTarget;\nvideojs$1.on = on;\nvideojs$1.one = one;\nvideojs$1.off = off;\nvideojs$1.trigger = trigger;\n/**\n * A cross-browser XMLHttpRequest wrapper.\n *\n * @function\n * @param {Object} options\n * Settings for the request.\n *\n * @return {XMLHttpRequest|XDomainRequest}\n * The request object.\n *\n * @see https://github.com/Raynos/xhr\n */\n\nvideojs$1.xhr = xhr;\nvideojs$1.TextTrack = TextTrack;\nvideojs$1.AudioTrack = AudioTrack;\nvideojs$1.VideoTrack = VideoTrack;\n['isEl', 'isTextNode', 'createEl', 'hasClass', 'addClass', 'removeClass', 'toggleClass', 'setAttributes', 'getAttributes', 'emptyEl', 'appendContent', 'insertContent'].forEach(function (k) {\n videojs$1[k] = function () {\n log.warn(\"videojs.\" + k + \"() is deprecated; use videojs.dom.\" + k + \"() instead\");\n return Dom[k].apply(null, arguments);\n };\n});\nvideojs$1.computedStyle = computedStyle;\n/**\n * A reference to the {@link module:dom|DOM utility module} as an object.\n *\n * @type {Object}\n * @see {@link module:dom|dom}\n */\n\nvideojs$1.dom = Dom;\n/**\n * A reference to the {@link module:url|URL utility module} as an object.\n *\n * @type {Object}\n * @see {@link module:url|url}\n */\n\nvideojs$1.url = Url;\n\n/**\n * @videojs/http-streaming\n * @version 1.5.1\n * @copyright 2018 Brightcove, Inc\n * @license Apache-2.0\n */\n/**\n * @file resolve-url.js\n */\n\nvar resolveUrl = function resolveUrl(baseURL, relativeURL) {\n // return early if we don't need to resolve\n if (/^[a-z]+:/i.test(relativeURL)) {\n return relativeURL;\n } // if the base URL is relative then combine with the current location\n\n\n if (!/\\/\\//i.test(baseURL)) {\n baseURL = URLToolkit.buildAbsoluteURL(window$1.location.href, baseURL);\n }\n\n return URLToolkit.buildAbsoluteURL(baseURL, relativeURL);\n};\n\nvar classCallCheck = function classCallCheck(instance, Constructor) {\n if (!(instance instanceof Constructor)) {\n throw new TypeError(\"Cannot call a class as a function\");\n }\n};\n\nvar createClass = function () {\n function defineProperties(target, props) {\n for (var i = 0; i < props.length; i++) {\n var descriptor = props[i];\n descriptor.enumerable = descriptor.enumerable || false;\n descriptor.configurable = true;\n if (\"value\" in descriptor) descriptor.writable = true;\n Object.defineProperty(target, descriptor.key, descriptor);\n }\n }\n\n return function (Constructor, protoProps, staticProps) {\n if (protoProps) defineProperties(Constructor.prototype, protoProps);\n if (staticProps) defineProperties(Constructor, staticProps);\n return Constructor;\n };\n}();\n\nvar get$1 = function get(object, property, receiver) {\n if (object === null) object = Function.prototype;\n var desc = Object.getOwnPropertyDescriptor(object, property);\n\n if (desc === undefined) {\n var parent = Object.getPrototypeOf(object);\n\n if (parent === null) {\n return undefined;\n } else {\n return get(parent, property, receiver);\n }\n } else if (\"value\" in desc) {\n return desc.value;\n } else {\n var getter = desc.get;\n\n if (getter === undefined) {\n return undefined;\n }\n\n return getter.call(receiver);\n }\n};\n\nvar inherits = function inherits(subClass, superClass) {\n if (typeof superClass !== \"function\" && superClass !== null) {\n throw new TypeError(\"Super expression must either be null or a function, not \" + typeof superClass);\n }\n\n subClass.prototype = Object.create(superClass && superClass.prototype, {\n constructor: {\n value: subClass,\n enumerable: false,\n writable: true,\n configurable: true\n }\n });\n if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass;\n};\n\nvar possibleConstructorReturn = function possibleConstructorReturn(self, call) {\n if (!self) {\n throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\");\n }\n\n return call && (typeof call === \"object\" || typeof call === \"function\") ? call : self;\n};\n\nvar slicedToArray = function () {\n function sliceIterator(arr, i) {\n var _arr = [];\n var _n = true;\n var _d = false;\n var _e = undefined;\n\n try {\n for (var _i = arr[Symbol.iterator](), _s; !(_n = (_s = _i.next()).done); _n = true) {\n _arr.push(_s.value);\n\n if (i && _arr.length === i) break;\n }\n } catch (err) {\n _d = true;\n _e = err;\n } finally {\n try {\n if (!_n && _i[\"return\"]) _i[\"return\"]();\n } finally {\n if (_d) throw _e;\n }\n }\n\n return _arr;\n }\n\n return function (arr, i) {\n if (Array.isArray(arr)) {\n return arr;\n } else if (Symbol.iterator in Object(arr)) {\n return sliceIterator(arr, i);\n } else {\n throw new TypeError(\"Invalid attempt to destructure non-iterable instance\");\n }\n };\n}();\n/**\n * @file playlist-loader.js\n *\n * A state machine that manages the loading, caching, and updating of\n * M3U8 playlists.\n *\n */\n\n\nvar mergeOptions$1 = videojs$1.mergeOptions,\n EventTarget$1 = videojs$1.EventTarget,\n log$1 = videojs$1.log;\n/**\n * Loops through all supported media groups in master and calls the provided\n * callback for each group\n *\n * @param {Object} master\n * The parsed master manifest object\n * @param {Function} callback\n * Callback to call for each media group\n */\n\nvar forEachMediaGroup = function forEachMediaGroup(master, callback) {\n ['AUDIO', 'SUBTITLES'].forEach(function (mediaType) {\n for (var groupKey in master.mediaGroups[mediaType]) {\n for (var labelKey in master.mediaGroups[mediaType][groupKey]) {\n var mediaProperties = master.mediaGroups[mediaType][groupKey][labelKey];\n callback(mediaProperties, mediaType, groupKey, labelKey);\n }\n }\n });\n};\n/**\n * Returns a new array of segments that is the result of merging\n * properties from an older list of segments onto an updated\n * list. No properties on the updated playlist will be overridden.\n *\n * @param {Array} original the outdated list of segments\n * @param {Array} update the updated list of segments\n * @param {Number=} offset the index of the first update\n * segment in the original segment list. For non-live playlists,\n * this should always be zero and does not need to be\n * specified. For live playlists, it should be the difference\n * between the media sequence numbers in the original and updated\n * playlists.\n * @return a list of merged segment objects\n */\n\n\nvar updateSegments = function updateSegments(original, update, offset) {\n var result = update.slice();\n offset = offset || 0;\n var length = Math.min(original.length, update.length + offset);\n\n for (var i = offset; i < length; i++) {\n result[i - offset] = mergeOptions$1(original[i], result[i - offset]);\n }\n\n return result;\n};\n\nvar resolveSegmentUris = function resolveSegmentUris(segment, baseUri) {\n if (!segment.resolvedUri) {\n segment.resolvedUri = resolveUrl(baseUri, segment.uri);\n }\n\n if (segment.key && !segment.key.resolvedUri) {\n segment.key.resolvedUri = resolveUrl(baseUri, segment.key.uri);\n }\n\n if (segment.map && !segment.map.resolvedUri) {\n segment.map.resolvedUri = resolveUrl(baseUri, segment.map.uri);\n }\n};\n/**\n * Returns a new master playlist that is the result of merging an\n * updated media playlist into the original version. If the\n * updated media playlist does not match any of the playlist\n * entries in the original master playlist, null is returned.\n *\n * @param {Object} master a parsed master M3U8 object\n * @param {Object} media a parsed media M3U8 object\n * @return {Object} a new object that represents the original\n * master playlist with the updated media playlist merged in, or\n * null if the merge produced no change.\n */\n\n\nvar updateMaster = function updateMaster(master, media) {\n var result = mergeOptions$1(master, {});\n var playlist = result.playlists[media.uri];\n\n if (!playlist) {\n return null;\n } // consider the playlist unchanged if the number of segments is equal and the media\n // sequence number is unchanged\n\n\n if (playlist.segments && media.segments && playlist.segments.length === media.segments.length && playlist.mediaSequence === media.mediaSequence) {\n return null;\n }\n\n var mergedPlaylist = mergeOptions$1(playlist, media); // if the update could overlap existing segment information, merge the two segment lists\n\n if (playlist.segments) {\n mergedPlaylist.segments = updateSegments(playlist.segments, media.segments, media.mediaSequence - playlist.mediaSequence);\n } // resolve any segment URIs to prevent us from having to do it later\n\n\n mergedPlaylist.segments.forEach(function (segment) {\n resolveSegmentUris(segment, mergedPlaylist.resolvedUri);\n }); // TODO Right now in the playlists array there are two references to each playlist, one\n // that is referenced by index, and one by URI. The index reference may no longer be\n // necessary.\n\n for (var i = 0; i < result.playlists.length; i++) {\n if (result.playlists[i].uri === media.uri) {\n result.playlists[i] = mergedPlaylist;\n }\n }\n\n result.playlists[media.uri] = mergedPlaylist;\n return result;\n};\n\nvar setupMediaPlaylists = function setupMediaPlaylists(master) {\n // setup by-URI lookups and resolve media playlist URIs\n var i = master.playlists.length;\n\n while (i--) {\n var playlist = master.playlists[i];\n master.playlists[playlist.uri] = playlist;\n playlist.resolvedUri = resolveUrl(master.uri, playlist.uri);\n playlist.id = i;\n\n if (!playlist.attributes) {\n // Although the spec states an #EXT-X-STREAM-INF tag MUST have a\n // BANDWIDTH attribute, we can play the stream without it. This means a poorly\n // formatted master playlist may not have an attribute list. An attributes\n // property is added here to prevent undefined references when we encounter\n // this scenario.\n playlist.attributes = {};\n log$1.warn('Invalid playlist STREAM-INF detected. Missing BANDWIDTH attribute.');\n }\n }\n};\n\nvar resolveMediaGroupUris = function resolveMediaGroupUris(master) {\n forEachMediaGroup(master, function (properties) {\n if (properties.uri) {\n properties.resolvedUri = resolveUrl(master.uri, properties.uri);\n }\n });\n};\n/**\n * Calculates the time to wait before refreshing a live playlist\n *\n * @param {Object} media\n * The current media\n * @param {Boolean} update\n * True if there were any updates from the last refresh, false otherwise\n * @return {Number}\n * The time in ms to wait before refreshing the live playlist\n */\n\n\nvar refreshDelay = function refreshDelay(media, update) {\n var lastSegment = media.segments[media.segments.length - 1];\n var delay = void 0;\n\n if (update && lastSegment && lastSegment.duration) {\n delay = lastSegment.duration * 1000;\n } else {\n // if the playlist is unchanged since the last reload or last segment duration\n // cannot be determined, try again after half the target duration\n delay = (media.targetDuration || 10) * 500;\n }\n\n return delay;\n};\n/**\n * Load a playlist from a remote location\n *\n * @class PlaylistLoader\n * @extends Stream\n * @param {String} srcUrl the url to start with\n * @param {Boolean} withCredentials the withCredentials xhr option\n * @constructor\n */\n\n\nvar PlaylistLoader = function (_EventTarget) {\n inherits(PlaylistLoader, _EventTarget);\n\n function PlaylistLoader(srcUrl, hls, withCredentials) {\n classCallCheck(this, PlaylistLoader);\n\n var _this = possibleConstructorReturn(this, (PlaylistLoader.__proto__ || Object.getPrototypeOf(PlaylistLoader)).call(this));\n\n _this.srcUrl = srcUrl;\n _this.hls_ = hls;\n _this.withCredentials = withCredentials;\n\n if (!_this.srcUrl) {\n throw new Error('A non-empty playlist URL is required');\n } // initialize the loader state\n\n\n _this.state = 'HAVE_NOTHING'; // live playlist staleness timeout\n\n _this.on('mediaupdatetimeout', function () {\n if (_this.state !== 'HAVE_METADATA') {\n // only refresh the media playlist if no other activity is going on\n return;\n }\n\n _this.state = 'HAVE_CURRENT_METADATA';\n _this.request = _this.hls_.xhr({\n uri: resolveUrl(_this.master.uri, _this.media().uri),\n withCredentials: _this.withCredentials\n }, function (error, req) {\n // disposed\n if (!_this.request) {\n return;\n }\n\n if (error) {\n return _this.playlistRequestError(_this.request, _this.media().uri, 'HAVE_METADATA');\n }\n\n _this.haveMetadata(_this.request, _this.media().uri);\n });\n });\n\n return _this;\n }\n\n createClass(PlaylistLoader, [{\n key: 'playlistRequestError',\n value: function playlistRequestError(xhr$$1, url, startingState) {\n // any in-flight request is now finished\n this.request = null;\n\n if (startingState) {\n this.state = startingState;\n }\n\n this.error = {\n playlist: this.master.playlists[url],\n status: xhr$$1.status,\n message: 'HLS playlist request error at URL: ' + url,\n responseText: xhr$$1.responseText,\n code: xhr$$1.status >= 500 ? 4 : 2\n };\n this.trigger('error');\n } // update the playlist loader's state in response to a new or\n // updated playlist.\n\n }, {\n key: 'haveMetadata',\n value: function haveMetadata(xhr$$1, url) {\n var _this2 = this; // any in-flight request is now finished\n\n\n this.request = null;\n this.state = 'HAVE_METADATA';\n var parser = new Parser();\n parser.push(xhr$$1.responseText);\n parser.end();\n parser.manifest.uri = url; // m3u8-parser does not attach an attributes property to media playlists so make\n // sure that the property is attached to avoid undefined reference errors\n\n parser.manifest.attributes = parser.manifest.attributes || {}; // merge this playlist into the master\n\n var update = updateMaster(this.master, parser.manifest);\n this.targetDuration = parser.manifest.targetDuration;\n\n if (update) {\n this.master = update;\n this.media_ = this.master.playlists[parser.manifest.uri];\n } else {\n this.trigger('playlistunchanged');\n } // refresh live playlists after a target duration passes\n\n\n if (!this.media().endList) {\n window$1.clearTimeout(this.mediaUpdateTimeout);\n this.mediaUpdateTimeout = window$1.setTimeout(function () {\n _this2.trigger('mediaupdatetimeout');\n }, refreshDelay(this.media(), !!update));\n }\n\n this.trigger('loadedplaylist');\n }\n /**\n * Abort any outstanding work and clean up.\n */\n\n }, {\n key: 'dispose',\n value: function dispose() {\n this.stopRequest();\n window$1.clearTimeout(this.mediaUpdateTimeout);\n }\n }, {\n key: 'stopRequest',\n value: function stopRequest() {\n if (this.request) {\n var oldRequest = this.request;\n this.request = null;\n oldRequest.onreadystatechange = null;\n oldRequest.abort();\n }\n }\n /**\n * When called without any arguments, returns the currently\n * active media playlist. When called with a single argument,\n * triggers the playlist loader to asynchronously switch to the\n * specified media playlist. Calling this method while the\n * loader is in the HAVE_NOTHING causes an error to be emitted\n * but otherwise has no effect.\n *\n * @param {Object=} playlist the parsed media playlist\n * object to switch to\n * @return {Playlist} the current loaded media\n */\n\n }, {\n key: 'media',\n value: function media(playlist) {\n var _this3 = this; // getter\n\n\n if (!playlist) {\n return this.media_;\n } // setter\n\n\n if (this.state === 'HAVE_NOTHING') {\n throw new Error('Cannot switch media playlist from ' + this.state);\n }\n\n var startingState = this.state; // find the playlist object if the target playlist has been\n // specified by URI\n\n if (typeof playlist === 'string') {\n if (!this.master.playlists[playlist]) {\n throw new Error('Unknown playlist URI: ' + playlist);\n }\n\n playlist = this.master.playlists[playlist];\n }\n\n var mediaChange = !this.media_ || playlist.uri !== this.media_.uri; // switch to fully loaded playlists immediately\n\n if (this.master.playlists[playlist.uri].endList) {\n // abort outstanding playlist requests\n if (this.request) {\n this.request.onreadystatechange = null;\n this.request.abort();\n this.request = null;\n }\n\n this.state = 'HAVE_METADATA';\n this.media_ = playlist; // trigger media change if the active media has been updated\n\n if (mediaChange) {\n this.trigger('mediachanging');\n this.trigger('mediachange');\n }\n\n return;\n } // switching to the active playlist is a no-op\n\n\n if (!mediaChange) {\n return;\n }\n\n this.state = 'SWITCHING_MEDIA'; // there is already an outstanding playlist request\n\n if (this.request) {\n if (resolveUrl(this.master.uri, playlist.uri) === this.request.url) {\n // requesting to switch to the same playlist multiple times\n // has no effect after the first\n return;\n }\n\n this.request.onreadystatechange = null;\n this.request.abort();\n this.request = null;\n } // request the new playlist\n\n\n if (this.media_) {\n this.trigger('mediachanging');\n }\n\n this.request = this.hls_.xhr({\n uri: resolveUrl(this.master.uri, playlist.uri),\n withCredentials: this.withCredentials\n }, function (error, req) {\n // disposed\n if (!_this3.request) {\n return;\n }\n\n if (error) {\n return _this3.playlistRequestError(_this3.request, playlist.uri, startingState);\n }\n\n _this3.haveMetadata(req, playlist.uri); // fire loadedmetadata the first time a media playlist is loaded\n\n\n if (startingState === 'HAVE_MASTER') {\n _this3.trigger('loadedmetadata');\n } else {\n _this3.trigger('mediachange');\n }\n });\n }\n /**\n * pause loading of the playlist\n */\n\n }, {\n key: 'pause',\n value: function pause() {\n this.stopRequest();\n window$1.clearTimeout(this.mediaUpdateTimeout);\n\n if (this.state === 'HAVE_NOTHING') {\n // If we pause the loader before any data has been retrieved, its as if we never\n // started, so reset to an unstarted state.\n this.started = false;\n } // Need to restore state now that no activity is happening\n\n\n if (this.state === 'SWITCHING_MEDIA') {\n // if the loader was in the process of switching media, it should either return to\n // HAVE_MASTER or HAVE_METADATA depending on if the loader has loaded a media\n // playlist yet. This is determined by the existence of loader.media_\n if (this.media_) {\n this.state = 'HAVE_METADATA';\n } else {\n this.state = 'HAVE_MASTER';\n }\n } else if (this.state === 'HAVE_CURRENT_METADATA') {\n this.state = 'HAVE_METADATA';\n }\n }\n /**\n * start loading of the playlist\n */\n\n }, {\n key: 'load',\n value: function load(isFinalRendition) {\n var _this4 = this;\n\n window$1.clearTimeout(this.mediaUpdateTimeout);\n var media = this.media();\n\n if (isFinalRendition) {\n var delay = media ? media.targetDuration / 2 * 1000 : 5 * 1000;\n this.mediaUpdateTimeout = window$1.setTimeout(function () {\n return _this4.load();\n }, delay);\n return;\n }\n\n if (!this.started) {\n this.start();\n return;\n }\n\n if (media && !media.endList) {\n this.trigger('mediaupdatetimeout');\n } else {\n this.trigger('loadedplaylist');\n }\n }\n /**\n * start loading of the playlist\n */\n\n }, {\n key: 'start',\n value: function start() {\n var _this5 = this;\n\n this.started = true; // request the specified URL\n\n this.request = this.hls_.xhr({\n uri: this.srcUrl,\n withCredentials: this.withCredentials\n }, function (error, req) {\n // disposed\n if (!_this5.request) {\n return;\n } // clear the loader's request reference\n\n\n _this5.request = null;\n\n if (error) {\n _this5.error = {\n status: req.status,\n message: 'HLS playlist request error at URL: ' + _this5.srcUrl,\n responseText: req.responseText,\n // MEDIA_ERR_NETWORK\n code: 2\n };\n\n if (_this5.state === 'HAVE_NOTHING') {\n _this5.started = false;\n }\n\n return _this5.trigger('error');\n }\n\n var parser = new Parser();\n parser.push(req.responseText);\n parser.end();\n _this5.state = 'HAVE_MASTER';\n parser.manifest.uri = _this5.srcUrl; // loaded a master playlist\n\n if (parser.manifest.playlists) {\n _this5.master = parser.manifest;\n setupMediaPlaylists(_this5.master);\n resolveMediaGroupUris(_this5.master);\n\n _this5.trigger('loadedplaylist');\n\n if (!_this5.request) {\n // no media playlist was specifically selected so start\n // from the first listed one\n _this5.media(parser.manifest.playlists[0]);\n }\n\n return;\n } // loaded a media playlist\n // infer a master playlist if none was previously requested\n\n\n _this5.master = {\n mediaGroups: {\n 'AUDIO': {},\n 'VIDEO': {},\n 'CLOSED-CAPTIONS': {},\n 'SUBTITLES': {}\n },\n uri: window$1.location.href,\n playlists: [{\n uri: _this5.srcUrl,\n id: 0\n }]\n };\n _this5.master.playlists[_this5.srcUrl] = _this5.master.playlists[0];\n _this5.master.playlists[0].resolvedUri = _this5.srcUrl; // m3u8-parser does not attach an attributes property to media playlists so make\n // sure that the property is attached to avoid undefined reference errors\n\n _this5.master.playlists[0].attributes = _this5.master.playlists[0].attributes || {};\n\n _this5.haveMetadata(req, _this5.srcUrl);\n\n return _this5.trigger('loadedmetadata');\n });\n }\n }]);\n return PlaylistLoader;\n}(EventTarget$1);\n/**\n * @file playlist.js\n *\n * Playlist related utilities.\n */\n\n\nvar createTimeRange = videojs$1.createTimeRange;\n/**\n * walk backward until we find a duration we can use\n * or return a failure\n *\n * @param {Playlist} playlist the playlist to walk through\n * @param {Number} endSequence the mediaSequence to stop walking on\n */\n\nvar backwardDuration = function backwardDuration(playlist, endSequence) {\n var result = 0;\n var i = endSequence - playlist.mediaSequence; // if a start time is available for segment immediately following\n // the interval, use it\n\n var segment = playlist.segments[i]; // Walk backward until we find the latest segment with timeline\n // information that is earlier than endSequence\n\n if (segment) {\n if (typeof segment.start !== 'undefined') {\n return {\n result: segment.start,\n precise: true\n };\n }\n\n if (typeof segment.end !== 'undefined') {\n return {\n result: segment.end - segment.duration,\n precise: true\n };\n }\n }\n\n while (i--) {\n segment = playlist.segments[i];\n\n if (typeof segment.end !== 'undefined') {\n return {\n result: result + segment.end,\n precise: true\n };\n }\n\n result += segment.duration;\n\n if (typeof segment.start !== 'undefined') {\n return {\n result: result + segment.start,\n precise: true\n };\n }\n }\n\n return {\n result: result,\n precise: false\n };\n};\n/**\n * walk forward until we find a duration we can use\n * or return a failure\n *\n * @param {Playlist} playlist the playlist to walk through\n * @param {Number} endSequence the mediaSequence to stop walking on\n */\n\n\nvar forwardDuration = function forwardDuration(playlist, endSequence) {\n var result = 0;\n var segment = void 0;\n var i = endSequence - playlist.mediaSequence; // Walk forward until we find the earliest segment with timeline\n // information\n\n for (; i < playlist.segments.length; i++) {\n segment = playlist.segments[i];\n\n if (typeof segment.start !== 'undefined') {\n return {\n result: segment.start - result,\n precise: true\n };\n }\n\n result += segment.duration;\n\n if (typeof segment.end !== 'undefined') {\n return {\n result: segment.end - result,\n precise: true\n };\n }\n } // indicate we didn't find a useful duration estimate\n\n\n return {\n result: -1,\n precise: false\n };\n};\n/**\n * Calculate the media duration from the segments associated with a\n * playlist. The duration of a subinterval of the available segments\n * may be calculated by specifying an end index.\n *\n * @param {Object} playlist a media playlist object\n * @param {Number=} endSequence an exclusive upper boundary\n * for the playlist. Defaults to playlist length.\n * @param {Number} expired the amount of time that has dropped\n * off the front of the playlist in a live scenario\n * @return {Number} the duration between the first available segment\n * and end index.\n */\n\n\nvar intervalDuration = function intervalDuration(playlist, endSequence, expired) {\n var backward = void 0;\n var forward = void 0;\n\n if (typeof endSequence === 'undefined') {\n endSequence = playlist.mediaSequence + playlist.segments.length;\n }\n\n if (endSequence < playlist.mediaSequence) {\n return 0;\n } // do a backward walk to estimate the duration\n\n\n backward = backwardDuration(playlist, endSequence);\n\n if (backward.precise) {\n // if we were able to base our duration estimate on timing\n // information provided directly from the Media Source, return\n // it\n return backward.result;\n } // walk forward to see if a precise duration estimate can be made\n // that way\n\n\n forward = forwardDuration(playlist, endSequence);\n\n if (forward.precise) {\n // we found a segment that has been buffered and so it's\n // position is known precisely\n return forward.result;\n } // return the less-precise, playlist-based duration estimate\n\n\n return backward.result + expired;\n};\n/**\n * Calculates the duration of a playlist. If a start and end index\n * are specified, the duration will be for the subset of the media\n * timeline between those two indices. The total duration for live\n * playlists is always Infinity.\n *\n * @param {Object} playlist a media playlist object\n * @param {Number=} endSequence an exclusive upper\n * boundary for the playlist. Defaults to the playlist media\n * sequence number plus its length.\n * @param {Number=} expired the amount of time that has\n * dropped off the front of the playlist in a live scenario\n * @return {Number} the duration between the start index and end\n * index.\n */\n\n\nvar duration = function duration(playlist, endSequence, expired) {\n if (!playlist) {\n return 0;\n }\n\n if (typeof expired !== 'number') {\n expired = 0;\n } // if a slice of the total duration is not requested, use\n // playlist-level duration indicators when they're present\n\n\n if (typeof endSequence === 'undefined') {\n // if present, use the duration specified in the playlist\n if (playlist.totalDuration) {\n return playlist.totalDuration;\n } // duration should be Infinity for live playlists\n\n\n if (!playlist.endList) {\n return window$1.Infinity;\n }\n } // calculate the total duration based on the segment durations\n\n\n return intervalDuration(playlist, endSequence, expired);\n};\n/**\n * Calculate the time between two indexes in the current playlist\n * neight the start- nor the end-index need to be within the current\n * playlist in which case, the targetDuration of the playlist is used\n * to approximate the durations of the segments\n *\n * @param {Object} playlist a media playlist object\n * @param {Number} startIndex\n * @param {Number} endIndex\n * @return {Number} the number of seconds between startIndex and endIndex\n */\n\n\nvar sumDurations = function sumDurations(playlist, startIndex, endIndex) {\n var durations = 0;\n\n if (startIndex > endIndex) {\n var _ref = [endIndex, startIndex];\n startIndex = _ref[0];\n endIndex = _ref[1];\n }\n\n if (startIndex < 0) {\n for (var i = startIndex; i < Math.min(0, endIndex); i++) {\n durations += playlist.targetDuration;\n }\n\n startIndex = 0;\n }\n\n for (var _i = startIndex; _i < endIndex; _i++) {\n durations += playlist.segments[_i].duration;\n }\n\n return durations;\n};\n/**\n * Determines the media index of the segment corresponding to the safe edge of the live\n * window which is the duration of the last segment plus 2 target durations from the end\n * of the playlist.\n *\n * @param {Object} playlist\n * a media playlist object\n * @return {Number}\n * The media index of the segment at the safe live point. 0 if there is no \"safe\"\n * point.\n * @function safeLiveIndex\n */\n\n\nvar safeLiveIndex = function safeLiveIndex(playlist) {\n if (!playlist.segments.length) {\n return 0;\n }\n\n var i = playlist.segments.length - 1;\n var distanceFromEnd = playlist.segments[i].duration || playlist.targetDuration;\n var safeDistance = distanceFromEnd + playlist.targetDuration * 2;\n\n while (i--) {\n distanceFromEnd += playlist.segments[i].duration;\n\n if (distanceFromEnd >= safeDistance) {\n break;\n }\n }\n\n return Math.max(0, i);\n};\n/**\n * Calculates the playlist end time\n *\n * @param {Object} playlist a media playlist object\n * @param {Number=} expired the amount of time that has\n * dropped off the front of the playlist in a live scenario\n * @param {Boolean|false} useSafeLiveEnd a boolean value indicating whether or not the\n * playlist end calculation should consider the safe live end\n * (truncate the playlist end by three segments). This is normally\n * used for calculating the end of the playlist's seekable range.\n * @returns {Number} the end time of playlist\n * @function playlistEnd\n */\n\n\nvar playlistEnd = function playlistEnd(playlist, expired, useSafeLiveEnd) {\n if (!playlist || !playlist.segments) {\n return null;\n }\n\n if (playlist.endList) {\n return duration(playlist);\n }\n\n if (expired === null) {\n return null;\n }\n\n expired = expired || 0;\n var endSequence = useSafeLiveEnd ? safeLiveIndex(playlist) : playlist.segments.length;\n return intervalDuration(playlist, playlist.mediaSequence + endSequence, expired);\n};\n/**\n * Calculates the interval of time that is currently seekable in a\n * playlist. The returned time ranges are relative to the earliest\n * moment in the specified playlist that is still available. A full\n * seekable implementation for live streams would need to offset\n * these values by the duration of content that has expired from the\n * stream.\n *\n * @param {Object} playlist a media playlist object\n * dropped off the front of the playlist in a live scenario\n * @param {Number=} expired the amount of time that has\n * dropped off the front of the playlist in a live scenario\n * @return {TimeRanges} the periods of time that are valid targets\n * for seeking\n */\n\n\nvar seekable = function seekable(playlist, expired) {\n var useSafeLiveEnd = true;\n var seekableStart = expired || 0;\n var seekableEnd = playlistEnd(playlist, expired, useSafeLiveEnd);\n\n if (seekableEnd === null) {\n return createTimeRange();\n }\n\n return createTimeRange(seekableStart, seekableEnd);\n};\n\nvar isWholeNumber = function isWholeNumber(num) {\n return num - Math.floor(num) === 0;\n};\n\nvar roundSignificantDigit = function roundSignificantDigit(increment, num) {\n // If we have a whole number, just add 1 to it\n if (isWholeNumber(num)) {\n return num + increment * 0.1;\n }\n\n var numDecimalDigits = num.toString().split('.')[1].length;\n\n for (var i = 1; i <= numDecimalDigits; i++) {\n var scale = Math.pow(10, i);\n var temp = num * scale;\n\n if (isWholeNumber(temp) || i === numDecimalDigits) {\n return (temp + increment) / scale;\n }\n }\n};\n\nvar ceilLeastSignificantDigit = roundSignificantDigit.bind(null, 1);\nvar floorLeastSignificantDigit = roundSignificantDigit.bind(null, -1);\n/**\n * Determine the index and estimated starting time of the segment that\n * contains a specified playback position in a media playlist.\n *\n * @param {Object} playlist the media playlist to query\n * @param {Number} currentTime The number of seconds since the earliest\n * possible position to determine the containing segment for\n * @param {Number} startIndex\n * @param {Number} startTime\n * @return {Object}\n */\n\nvar getMediaInfoForTime = function getMediaInfoForTime(playlist, currentTime, startIndex, startTime) {\n var i = void 0;\n var segment = void 0;\n var numSegments = playlist.segments.length;\n var time = currentTime - startTime;\n\n if (time < 0) {\n // Walk backward from startIndex in the playlist, adding durations\n // until we find a segment that contains `time` and return it\n if (startIndex > 0) {\n for (i = startIndex - 1; i >= 0; i--) {\n segment = playlist.segments[i];\n time += floorLeastSignificantDigit(segment.duration);\n\n if (time > 0) {\n return {\n mediaIndex: i,\n startTime: startTime - sumDurations(playlist, startIndex, i)\n };\n }\n }\n } // We were unable to find a good segment within the playlist\n // so select the first segment\n\n\n return {\n mediaIndex: 0,\n startTime: currentTime\n };\n } // When startIndex is negative, we first walk forward to first segment\n // adding target durations. If we \"run out of time\" before getting to\n // the first segment, return the first segment\n\n\n if (startIndex < 0) {\n for (i = startIndex; i < 0; i++) {\n time -= playlist.targetDuration;\n\n if (time < 0) {\n return {\n mediaIndex: 0,\n startTime: currentTime\n };\n }\n }\n\n startIndex = 0;\n } // Walk forward from startIndex in the playlist, subtracting durations\n // until we find a segment that contains `time` and return it\n\n\n for (i = startIndex; i < numSegments; i++) {\n segment = playlist.segments[i];\n time -= ceilLeastSignificantDigit(segment.duration);\n\n if (time < 0) {\n return {\n mediaIndex: i,\n startTime: startTime + sumDurations(playlist, startIndex, i)\n };\n }\n } // We are out of possible candidates so load the last one...\n\n\n return {\n mediaIndex: numSegments - 1,\n startTime: currentTime\n };\n};\n/**\n * Check whether the playlist is blacklisted or not.\n *\n * @param {Object} playlist the media playlist object\n * @return {boolean} whether the playlist is blacklisted or not\n * @function isBlacklisted\n */\n\n\nvar isBlacklisted = function isBlacklisted(playlist) {\n return playlist.excludeUntil && playlist.excludeUntil > Date.now();\n};\n/**\n * Check whether the playlist is compatible with current playback configuration or has\n * been blacklisted permanently for being incompatible.\n *\n * @param {Object} playlist the media playlist object\n * @return {boolean} whether the playlist is incompatible or not\n * @function isIncompatible\n */\n\n\nvar isIncompatible = function isIncompatible(playlist) {\n return playlist.excludeUntil && playlist.excludeUntil === Infinity;\n};\n/**\n * Check whether the playlist is enabled or not.\n *\n * @param {Object} playlist the media playlist object\n * @return {boolean} whether the playlist is enabled or not\n * @function isEnabled\n */\n\n\nvar isEnabled = function isEnabled(playlist) {\n var blacklisted = isBlacklisted(playlist);\n return !playlist.disabled && !blacklisted;\n};\n/**\n * Check whether the playlist has been manually disabled through the representations api.\n *\n * @param {Object} playlist the media playlist object\n * @return {boolean} whether the playlist is disabled manually or not\n * @function isDisabled\n */\n\n\nvar isDisabled = function isDisabled(playlist) {\n return playlist.disabled;\n};\n/**\n * Returns whether the current playlist is an AES encrypted HLS stream\n *\n * @return {Boolean} true if it's an AES encrypted HLS stream\n */\n\n\nvar isAes = function isAes(media) {\n for (var i = 0; i < media.segments.length; i++) {\n if (media.segments[i].key) {\n return true;\n }\n }\n\n return false;\n};\n/**\n * Returns whether the current playlist contains fMP4\n *\n * @return {Boolean} true if the playlist contains fMP4\n */\n\n\nvar isFmp4 = function isFmp4(media) {\n for (var i = 0; i < media.segments.length; i++) {\n if (media.segments[i].map) {\n return true;\n }\n }\n\n return false;\n};\n/**\n * Checks if the playlist has a value for the specified attribute\n *\n * @param {String} attr\n * Attribute to check for\n * @param {Object} playlist\n * The media playlist object\n * @return {Boolean}\n * Whether the playlist contains a value for the attribute or not\n * @function hasAttribute\n */\n\n\nvar hasAttribute = function hasAttribute(attr, playlist) {\n return playlist.attributes && playlist.attributes[attr];\n};\n/**\n * Estimates the time required to complete a segment download from the specified playlist\n *\n * @param {Number} segmentDuration\n * Duration of requested segment\n * @param {Number} bandwidth\n * Current measured bandwidth of the player\n * @param {Object} playlist\n * The media playlist object\n * @param {Number=} bytesReceived\n * Number of bytes already received for the request. Defaults to 0\n * @return {Number|NaN}\n * The estimated time to request the segment. NaN if bandwidth information for\n * the given playlist is unavailable\n * @function estimateSegmentRequestTime\n */\n\n\nvar estimateSegmentRequestTime = function estimateSegmentRequestTime(segmentDuration, bandwidth, playlist) {\n var bytesReceived = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : 0;\n\n if (!hasAttribute('BANDWIDTH', playlist)) {\n return NaN;\n }\n\n var size = segmentDuration * playlist.attributes.BANDWIDTH;\n return (size - bytesReceived * 8) / bandwidth;\n};\n/*\n * Returns whether the current playlist is the lowest rendition\n *\n * @return {Boolean} true if on lowest rendition\n */\n\n\nvar isLowestEnabledRendition = function isLowestEnabledRendition(master, media) {\n if (master.playlists.length === 1) {\n return true;\n }\n\n var currentBandwidth = media.attributes.BANDWIDTH || Number.MAX_VALUE;\n return master.playlists.filter(function (playlist) {\n if (!isEnabled(playlist)) {\n return false;\n }\n\n return (playlist.attributes.BANDWIDTH || 0) < currentBandwidth;\n }).length === 0;\n}; // exports\n\n\nvar Playlist = {\n duration: duration,\n seekable: seekable,\n safeLiveIndex: safeLiveIndex,\n getMediaInfoForTime: getMediaInfoForTime,\n isEnabled: isEnabled,\n isDisabled: isDisabled,\n isBlacklisted: isBlacklisted,\n isIncompatible: isIncompatible,\n playlistEnd: playlistEnd,\n isAes: isAes,\n isFmp4: isFmp4,\n hasAttribute: hasAttribute,\n estimateSegmentRequestTime: estimateSegmentRequestTime,\n isLowestEnabledRendition: isLowestEnabledRendition\n};\n/**\n * @file xhr.js\n */\n\nvar videojsXHR = videojs$1.xhr,\n mergeOptions$1$1 = videojs$1.mergeOptions;\n\nvar xhrFactory = function xhrFactory() {\n var xhr$$1 = function XhrFunction(options, callback) {\n // Add a default timeout for all hls requests\n options = mergeOptions$1$1({\n timeout: 45e3\n }, options); // Allow an optional user-specified function to modify the option\n // object before we construct the xhr request\n\n var beforeRequest = XhrFunction.beforeRequest || videojs$1.Hls.xhr.beforeRequest;\n\n if (beforeRequest && typeof beforeRequest === 'function') {\n var newOptions = beforeRequest(options);\n\n if (newOptions) {\n options = newOptions;\n }\n }\n\n var request = videojsXHR(options, function (error, response) {\n var reqResponse = request.response;\n\n if (!error && reqResponse) {\n request.responseTime = Date.now();\n request.roundTripTime = request.responseTime - request.requestTime;\n request.bytesReceived = reqResponse.byteLength || reqResponse.length;\n\n if (!request.bandwidth) {\n request.bandwidth = Math.floor(request.bytesReceived / request.roundTripTime * 8 * 1000);\n }\n }\n\n if (response.headers) {\n request.responseHeaders = response.headers;\n } // videojs.xhr now uses a specific code on the error\n // object to signal that a request has timed out instead\n // of setting a boolean on the request object\n\n\n if (error && error.code === 'ETIMEDOUT') {\n request.timedout = true;\n } // videojs.xhr no longer considers status codes outside of 200 and 0\n // (for file uris) to be errors, but the old XHR did, so emulate that\n // behavior. Status 206 may be used in response to byterange requests.\n\n\n if (!error && !request.aborted && response.statusCode !== 200 && response.statusCode !== 206 && response.statusCode !== 0) {\n error = new Error('XHR Failed with a response of: ' + (request && (reqResponse || request.responseText)));\n }\n\n callback(error, request);\n });\n var originalAbort = request.abort;\n\n request.abort = function () {\n request.aborted = true;\n return originalAbort.apply(request, arguments);\n };\n\n request.uri = options.uri;\n request.requestTime = Date.now();\n return request;\n };\n\n return xhr$$1;\n};\n/**\n * @file bin-utils.js\n */\n\n/**\n * convert a TimeRange to text\n *\n * @param {TimeRange} range the timerange to use for conversion\n * @param {Number} i the iterator on the range to convert\n */\n\n\nvar textRange = function textRange(range, i) {\n return range.start(i) + '-' + range.end(i);\n};\n/**\n * format a number as hex string\n *\n * @param {Number} e The number\n * @param {Number} i the iterator\n */\n\n\nvar formatHexString = function formatHexString(e, i) {\n var value = e.toString(16);\n return '00'.substring(0, 2 - value.length) + value + (i % 2 ? ' ' : '');\n};\n\nvar formatAsciiString = function formatAsciiString(e) {\n if (e >= 0x20 && e < 0x7e) {\n return String.fromCharCode(e);\n }\n\n return '.';\n};\n/**\n * Creates an object for sending to a web worker modifying properties that are TypedArrays\n * into a new object with seperated properties for the buffer, byteOffset, and byteLength.\n *\n * @param {Object} message\n * Object of properties and values to send to the web worker\n * @return {Object}\n * Modified message with TypedArray values expanded\n * @function createTransferableMessage\n */\n\n\nvar createTransferableMessage = function createTransferableMessage(message) {\n var transferable = {};\n Object.keys(message).forEach(function (key) {\n var value = message[key];\n\n if (ArrayBuffer.isView(value)) {\n transferable[key] = {\n bytes: value.buffer,\n byteOffset: value.byteOffset,\n byteLength: value.byteLength\n };\n } else {\n transferable[key] = value;\n }\n });\n return transferable;\n};\n/**\n * Returns a unique string identifier for a media initialization\n * segment.\n */\n\n\nvar initSegmentId = function initSegmentId(initSegment) {\n var byterange = initSegment.byterange || {\n length: Infinity,\n offset: 0\n };\n return [byterange.length, byterange.offset, initSegment.resolvedUri].join(',');\n};\n/**\n * utils to help dump binary data to the console\n */\n\n\nvar hexDump = function hexDump(data) {\n var bytes = Array.prototype.slice.call(data);\n var step = 16;\n var result = '';\n var hex = void 0;\n var ascii = void 0;\n\n for (var j = 0; j < bytes.length / step; j++) {\n hex = bytes.slice(j * step, j * step + step).map(formatHexString).join('');\n ascii = bytes.slice(j * step, j * step + step).map(formatAsciiString).join('');\n result += hex + ' ' + ascii + '\\n';\n }\n\n return result;\n};\n\nvar tagDump = function tagDump(_ref) {\n var bytes = _ref.bytes;\n return hexDump(bytes);\n};\n\nvar textRanges = function textRanges(ranges) {\n var result = '';\n var i = void 0;\n\n for (i = 0; i < ranges.length; i++) {\n result += textRange(ranges, i) + ' ';\n }\n\n return result;\n};\n\nvar utils =\n/*#__PURE__*/\nObject.freeze({\n createTransferableMessage: createTransferableMessage,\n initSegmentId: initSegmentId,\n hexDump: hexDump,\n tagDump: tagDump,\n textRanges: textRanges\n});\n/**\n * @file time.js\n */\n\n/**\n * Checks whether a given time is within a segment based on its start time\n * and duration. For playerTime, the requested time is in seconds, for\n * streamTime, the time is a Date object.\n *\n * @param {Date|Number} requestedTime Time to check is within a segment\n * @param {\"stream\" | \"player\"} type Whether passing in a playerTime or streamTime\n * @param {Date|Number} segmentStart The start time of the segment\n * @param {Number} duration Segment duration in seconds\n */\n\nvar timeWithinSegment = function timeWithinSegment(requestedTime, type, segmentStart, duration) {\n var endTime = void 0;\n\n if (type === 'stream') {\n endTime = new Date(duration * 1000 + segmentStart.getTime());\n var requestedTimeString = requestedTime.toISOString();\n var segmentTimeString = segmentStart.toISOString();\n var endTimeString = endTime.toISOString();\n return segmentTimeString <= requestedTimeString && requestedTimeString <= endTimeString;\n } else if (type === 'player') {\n endTime = duration + segmentStart;\n return segmentStart <= requestedTime && requestedTime <= endTime;\n }\n};\n/**\n * Finds a segment that contains the time requested. This might be an estimate or\n * an accurate match.\n *\n * @param {Date|Number} time The streamTime or playerTime to find a matching segment for\n * @param {\"stream\" | \"player\"} type Either the playerTime or streamTime\n * @param {Object} playlist A playlist object\n * @return {Object} match\n * @return {Object} match.segment The matched segment from the playlist\n * @return {Date|Number} match.estimatedStart The estimated start time of the segment\n * @return {\"accurate\" | \"estimate\"} match.type Whether the match is estimated or accurate\n */\n\n\nvar findSegmentForTime = function findSegmentForTime(time, type, playlist) {\n if (!playlist.segments || playlist.segments.length === 0) {\n return null;\n }\n\n if (type !== 'player' && type !== 'stream') {\n return null;\n }\n\n var manifestTime = 0;\n\n for (var i = 0; i < playlist.segments.length; i++) {\n var segment = playlist.segments[i];\n var estimatedEnd = manifestTime + segment.duration;\n var segmentStart = void 0;\n var estimatedStart = void 0;\n\n if (type === 'player') {\n segmentStart = segment.start;\n estimatedStart = manifestTime;\n } else {\n // we can rely on the program date time being accurate\n segmentStart = segment.dateTimeObject;\n estimatedStart = segment.dateTimeObject;\n }\n\n var timeWithinSegmentEnd = typeof segment.start !== 'undefined' && typeof segment.end !== 'undefined' && timeWithinSegment(time, type, segmentStart, segment.end - segment.start);\n var timeWithinSegmentDuration = timeWithinSegment(time, type, estimatedStart, segment.duration);\n\n if (timeWithinSegmentEnd) {\n return {\n segment: segment,\n estimatedStart: estimatedStart,\n type: 'accurate'\n };\n } else if (timeWithinSegmentDuration) {\n return {\n segment: segment,\n estimatedStart: estimatedStart,\n type: 'estimate'\n };\n }\n\n manifestTime = estimatedEnd;\n }\n\n return null;\n};\n/**\n * Finds a segment that contains the given player time(in seconds).\n *\n * @param {Number} time The player time to find a match for\n * @param {Object} playlist A playlist object to search within\n */\n\n\nvar findSegmentForPlayerTime = function findSegmentForPlayerTime(time, playlist) {\n // Assumptions:\n // - there will always be a segment.duration\n // - we can start from zero\n // - segments are in time order\n // - segment.start and segment.end only come\n // from syncController\n return findSegmentForTime(time, 'player', playlist);\n};\n/**\n * Finds a segment that contains the stream time give as an ISO-8601 string.\n *\n * @param {String} streamTime The ISO-8601 streamTime to find a match for\n * @param {Object} playlist A playlist object to search within\n */\n\n\nvar findSegmentForStreamTime = function findSegmentForStreamTime(streamTime, playlist) {\n var dateTimeObject = void 0;\n\n try {\n dateTimeObject = new Date(streamTime);\n } catch (e) {\n // TODO something here?\n return null;\n } // Assumptions:\n // - verifyProgramDateTimeTags has already been run\n // - live streams have been started\n\n\n return findSegmentForTime(dateTimeObject, 'stream', playlist);\n};\n/**\n * Gives the offset of the comparisonTimestamp from the streamTime timestamp in seconds.\n * If the offset returned is positive, the streamTime occurs before the comparisonTimestamp.\n * If the offset is negative, the streamTime occurs before the comparisonTimestamp.\n *\n * @param {String} comparisonTimeStamp An ISO-8601 timestamp to compare against\n * @param {String} streamTime The streamTime as an ISO-8601 string\n * @return {Number} offset\n */\n\n\nvar getOffsetFromTimestamp = function getOffsetFromTimestamp(comparisonTimeStamp, streamTime) {\n var segmentDateTime = void 0;\n var streamDateTime = void 0;\n\n try {\n segmentDateTime = new Date(comparisonTimeStamp);\n streamDateTime = new Date(streamTime);\n } catch (e) {// TODO handle error\n }\n\n var segmentTimeEpoch = segmentDateTime.getTime();\n var streamTimeEpoch = streamDateTime.getTime();\n return (streamTimeEpoch - segmentTimeEpoch) / 1000;\n};\n/**\n * Checks that all segments in this playlist have programDateTime tags.\n *\n * @param {Object} playlist A playlist object\n */\n\n\nvar verifyProgramDateTimeTags = function verifyProgramDateTimeTags(playlist) {\n if (!playlist.segments || playlist.segments.length === 0) {\n return false;\n }\n\n for (var i = 0; i < playlist.segments.length; i++) {\n var segment = playlist.segments[i];\n\n if (!segment.dateTimeObject) {\n return false;\n }\n }\n\n return true;\n};\n/**\n * Returns the streamTime of the media given a playlist and a playerTime.\n * The playlist must have programDateTime tags for a programDateTime tag to be returned.\n * If the segments containing the time requested have not been buffered yet, an estimate\n * may be returned to the callback.\n *\n * @param {Object} args\n * @param {Object} args.playlist A playlist object to search within\n * @param {Number} time A playerTime in seconds\n * @param {Function} callback(err, streamTime)\n * @returns {String} err.message A detailed error message\n * @returns {Object} streamTime\n * @returns {Number} streamTime.mediaSeconds The streamTime in seconds\n * @returns {String} streamTime.programDateTime The streamTime as an ISO-8601 String\n */\n\n\nvar getStreamTime = function getStreamTime(_ref) {\n var playlist = _ref.playlist,\n _ref$time = _ref.time,\n time = _ref$time === undefined ? undefined : _ref$time,\n callback = _ref.callback;\n\n if (!callback) {\n throw new Error('getStreamTime: callback must be provided');\n }\n\n if (!playlist || time === undefined) {\n return callback({\n message: 'getStreamTime: playlist and time must be provided'\n });\n }\n\n var matchedSegment = findSegmentForPlayerTime(time, playlist);\n\n if (!matchedSegment) {\n return callback({\n message: 'valid streamTime was not found'\n });\n }\n\n if (matchedSegment.type === 'estimate') {\n return callback({\n message: 'Accurate streamTime could not be determined. Please seek to e.seekTime and try again',\n seekTime: matchedSegment.estimatedStart\n });\n }\n\n var streamTime = {\n mediaSeconds: time\n };\n\n if (matchedSegment.segment.dateTimeObject) {\n // TODO this is currently the time of the beginning of the\n // segment. This still needs to be modified to be offset\n // by the time requested.\n streamTime.programDateTime = matchedSegment.segment.dateTimeObject.toISOString();\n }\n\n return callback(null, streamTime);\n};\n/**\n * Seeks in the player to a time that matches the given streamTime ISO-8601 string.\n *\n * @param {Object} args\n * @param {String} args.streamTime A streamTime to seek to as an ISO-8601 String\n * @param {Object} args.playlist A playlist to look within\n * @param {Number} args.retryCount The number of times to try for an accurate seek. Default is 2.\n * @param {Function} args.seekTo A method to perform a seek\n * @param {Boolean} args.pauseAfterSeek Whether to end in a paused state after seeking. Default is true.\n * @param {Object} args.tech The tech to seek on\n * @param {Function} args.callback(err, newTime) A callback to return the new time to\n * @returns {String} err.message A detailed error message\n * @returns {Number} newTime The exact time that was seeked to in seconds\n */\n\n\nvar seekToStreamTime = function seekToStreamTime(_ref2) {\n var streamTime = _ref2.streamTime,\n playlist = _ref2.playlist,\n _ref2$retryCount = _ref2.retryCount,\n retryCount = _ref2$retryCount === undefined ? 2 : _ref2$retryCount,\n seekTo = _ref2.seekTo,\n _ref2$pauseAfterSeek = _ref2.pauseAfterSeek,\n pauseAfterSeek = _ref2$pauseAfterSeek === undefined ? true : _ref2$pauseAfterSeek,\n tech = _ref2.tech,\n callback = _ref2.callback;\n\n if (!callback) {\n throw new Error('seekToStreamTime: callback must be provided');\n }\n\n if (typeof streamTime === 'undefined' || !playlist || !seekTo) {\n return callback({\n message: 'seekToStreamTime: streamTime, seekTo and playlist must be provided'\n });\n }\n\n if (!playlist.endList && !tech.hasStarted_) {\n return callback({\n message: 'player must be playing a live stream to start buffering'\n });\n }\n\n if (!verifyProgramDateTimeTags(playlist)) {\n return callback({\n message: 'programDateTime tags must be provided in the manifest ' + playlist.resolvedUri\n });\n }\n\n var matchedSegment = findSegmentForStreamTime(streamTime, playlist); // no match\n\n if (!matchedSegment) {\n return callback({\n message: streamTime + ' was not found in the stream'\n });\n }\n\n if (matchedSegment.type === 'estimate') {\n // we've run out of retries\n if (retryCount === 0) {\n return callback({\n message: streamTime + ' is not buffered yet. Try again'\n });\n }\n\n return seekToStreamTime({\n streamTime: streamTime,\n playlist: playlist,\n retryCount: retryCount - 1,\n seekTo: seekTo,\n pauseAfterSeek: pauseAfterSeek,\n tech: tech,\n callback: callback\n });\n }\n\n var segment = matchedSegment.segment;\n var mediaOffset = getOffsetFromTimestamp(segment.dateTimeObject, streamTime);\n var seekToTime = segment.start + mediaOffset;\n\n var seekedCallback = function seekedCallback() {\n return callback(null, tech.currentTime());\n }; // listen for seeked event\n\n\n tech.one('seeked', seekedCallback); // pause before seeking as video.js will restore this state\n\n if (pauseAfterSeek) {\n tech.pause();\n }\n\n seekTo(seekToTime);\n};\n/**\n * ranges\n *\n * Utilities for working with TimeRanges.\n *\n */\n// Fudge factor to account for TimeRanges rounding\n\n\nvar TIME_FUDGE_FACTOR = 1 / 30; // Comparisons between time values such as current time and the end of the buffered range\n// can be misleading because of precision differences or when the current media has poorly\n// aligned audio and video, which can cause values to be slightly off from what you would\n// expect. This value is what we consider to be safe to use in such comparisons to account\n// for these scenarios.\n\nvar SAFE_TIME_DELTA = TIME_FUDGE_FACTOR * 3;\n\nvar filterRanges = function filterRanges(timeRanges, predicate) {\n var results = [];\n var i = void 0;\n\n if (timeRanges && timeRanges.length) {\n // Search for ranges that match the predicate\n for (i = 0; i < timeRanges.length; i++) {\n if (predicate(timeRanges.start(i), timeRanges.end(i))) {\n results.push([timeRanges.start(i), timeRanges.end(i)]);\n }\n }\n }\n\n return videojs$1.createTimeRanges(results);\n};\n/**\n * Attempts to find the buffered TimeRange that contains the specified\n * time.\n * @param {TimeRanges} buffered - the TimeRanges object to query\n * @param {number} time - the time to filter on.\n * @returns {TimeRanges} a new TimeRanges object\n */\n\n\nvar findRange = function findRange(buffered, time) {\n return filterRanges(buffered, function (start, end) {\n return start - TIME_FUDGE_FACTOR <= time && end + TIME_FUDGE_FACTOR >= time;\n });\n};\n/**\n * Returns the TimeRanges that begin later than the specified time.\n * @param {TimeRanges} timeRanges - the TimeRanges object to query\n * @param {number} time - the time to filter on.\n * @returns {TimeRanges} a new TimeRanges object.\n */\n\n\nvar findNextRange = function findNextRange(timeRanges, time) {\n return filterRanges(timeRanges, function (start) {\n return start - TIME_FUDGE_FACTOR >= time;\n });\n};\n/**\n * Returns gaps within a list of TimeRanges\n * @param {TimeRanges} buffered - the TimeRanges object\n * @return {TimeRanges} a TimeRanges object of gaps\n */\n\n\nvar findGaps = function findGaps(buffered) {\n if (buffered.length < 2) {\n return videojs$1.createTimeRanges();\n }\n\n var ranges = [];\n\n for (var i = 1; i < buffered.length; i++) {\n var start = buffered.end(i - 1);\n var end = buffered.start(i);\n ranges.push([start, end]);\n }\n\n return videojs$1.createTimeRanges(ranges);\n};\n/**\n * Gets a human readable string for a TimeRange\n *\n * @param {TimeRange} range\n * @returns {String} a human readable string\n */\n\n\nvar printableRange = function printableRange(range) {\n var strArr = [];\n\n if (!range || !range.length) {\n return '';\n }\n\n for (var i = 0; i < range.length; i++) {\n strArr.push(range.start(i) + ' => ' + range.end(i));\n }\n\n return strArr.join(', ');\n};\n/**\n * Calculates the amount of time left in seconds until the player hits the end of the\n * buffer and causes a rebuffer\n *\n * @param {TimeRange} buffered\n * The state of the buffer\n * @param {Numnber} currentTime\n * The current time of the player\n * @param {Number} playbackRate\n * The current playback rate of the player. Defaults to 1.\n * @return {Number}\n * Time until the player has to start rebuffering in seconds.\n * @function timeUntilRebuffer\n */\n\n\nvar timeUntilRebuffer = function timeUntilRebuffer(buffered, currentTime) {\n var playbackRate = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 1;\n var bufferedEnd = buffered.length ? buffered.end(buffered.length - 1) : 0;\n return (bufferedEnd - currentTime) / playbackRate;\n};\n/**\n * Converts a TimeRanges object into an array representation\n * @param {TimeRanges} timeRanges\n * @returns {Array}\n */\n\n\nvar timeRangesToArray = function timeRangesToArray(timeRanges) {\n var timeRangesList = [];\n\n for (var i = 0; i < timeRanges.length; i++) {\n timeRangesList.push({\n start: timeRanges.start(i),\n end: timeRanges.end(i)\n });\n }\n\n return timeRangesList;\n};\n/**\n * @file create-text-tracks-if-necessary.js\n */\n\n/**\n * Create text tracks on video.js if they exist on a segment.\n *\n * @param {Object} sourceBuffer the VSB or FSB\n * @param {Object} mediaSource the HTML media source\n * @param {Object} segment the segment that may contain the text track\n * @private\n */\n\n\nvar createTextTracksIfNecessary = function createTextTracksIfNecessary(sourceBuffer, mediaSource, segment) {\n var player = mediaSource.player_; // create an in-band caption track if one is present in the segment\n\n if (segment.captions && segment.captions.length) {\n if (!sourceBuffer.inbandTextTracks_) {\n sourceBuffer.inbandTextTracks_ = {};\n }\n\n for (var trackId in segment.captionStreams) {\n if (!sourceBuffer.inbandTextTracks_[trackId]) {\n player.tech_.trigger({\n type: 'usage',\n name: 'hls-608'\n });\n var track = player.textTracks().getTrackById(trackId);\n\n if (track) {\n // Resuse an existing track with a CC# id because this was\n // very likely created by videojs-contrib-hls from information\n // in the m3u8 for us to use\n sourceBuffer.inbandTextTracks_[trackId] = track;\n } else {\n // Otherwise, create a track with the default `CC#` label and\n // without a language\n sourceBuffer.inbandTextTracks_[trackId] = player.addRemoteTextTrack({\n kind: 'captions',\n id: trackId,\n label: trackId\n }, false).track;\n }\n }\n }\n }\n\n if (segment.metadata && segment.metadata.length && !sourceBuffer.metadataTrack_) {\n sourceBuffer.metadataTrack_ = player.addRemoteTextTrack({\n kind: 'metadata',\n label: 'Timed Metadata'\n }, false).track;\n sourceBuffer.metadataTrack_.inBandMetadataTrackDispatchType = segment.metadata.dispatchType;\n }\n};\n/**\n * @file remove-cues-from-track.js\n */\n\n/**\n * Remove cues from a track on video.js.\n *\n * @param {Double} start start of where we should remove the cue\n * @param {Double} end end of where the we should remove the cue\n * @param {Object} track the text track to remove the cues from\n * @private\n */\n\n\nvar removeCuesFromTrack = function removeCuesFromTrack(start, end, track) {\n var i = void 0;\n var cue = void 0;\n\n if (!track) {\n return;\n }\n\n if (!track.cues) {\n return;\n }\n\n i = track.cues.length;\n\n while (i--) {\n cue = track.cues[i]; // Remove any overlapping cue\n\n if (cue.startTime <= end && cue.endTime >= start) {\n track.removeCue(cue);\n }\n }\n};\n/**\n * @file add-text-track-data.js\n */\n\n/**\n * Define properties on a cue for backwards compatability,\n * but warn the user that the way that they are using it\n * is depricated and will be removed at a later date.\n *\n * @param {Cue} cue the cue to add the properties on\n * @private\n */\n\n\nvar deprecateOldCue = function deprecateOldCue(cue) {\n Object.defineProperties(cue.frame, {\n id: {\n get: function get() {\n videojs$1.log.warn('cue.frame.id is deprecated. Use cue.value.key instead.');\n return cue.value.key;\n }\n },\n value: {\n get: function get() {\n videojs$1.log.warn('cue.frame.value is deprecated. Use cue.value.data instead.');\n return cue.value.data;\n }\n },\n privateData: {\n get: function get() {\n videojs$1.log.warn('cue.frame.privateData is deprecated. Use cue.value.data instead.');\n return cue.value.data;\n }\n }\n });\n};\n\nvar durationOfVideo = function durationOfVideo(duration) {\n var dur = void 0;\n\n if (isNaN(duration) || Math.abs(duration) === Infinity) {\n dur = Number.MAX_VALUE;\n } else {\n dur = duration;\n }\n\n return dur;\n};\n/**\n * Add text track data to a source handler given the captions and\n * metadata from the buffer.\n *\n * @param {Object} sourceHandler the virtual source buffer\n * @param {Array} captionArray an array of caption data\n * @param {Array} metadataArray an array of meta data\n * @private\n */\n\n\nvar addTextTrackData = function addTextTrackData(sourceHandler, captionArray, metadataArray) {\n var Cue = window$1.WebKitDataCue || window$1.VTTCue;\n\n if (captionArray) {\n captionArray.forEach(function (caption) {\n var track = caption.stream;\n this.inbandTextTracks_[track].addCue(new Cue(caption.startTime + this.timestampOffset, caption.endTime + this.timestampOffset, caption.text));\n }, sourceHandler);\n }\n\n if (metadataArray) {\n var videoDuration = durationOfVideo(sourceHandler.mediaSource_.duration);\n metadataArray.forEach(function (metadata) {\n var time = metadata.cueTime + this.timestampOffset;\n metadata.frames.forEach(function (frame) {\n var cue = new Cue(time, time, frame.value || frame.url || frame.data || '');\n cue.frame = frame;\n cue.value = frame;\n deprecateOldCue(cue);\n this.metadataTrack_.addCue(cue);\n }, this);\n }, sourceHandler); // Updating the metadeta cues so that\n // the endTime of each cue is the startTime of the next cue\n // the endTime of last cue is the duration of the video\n\n if (sourceHandler.metadataTrack_ && sourceHandler.metadataTrack_.cues && sourceHandler.metadataTrack_.cues.length) {\n var cues = sourceHandler.metadataTrack_.cues;\n var cuesArray = []; // Create a copy of the TextTrackCueList...\n // ...disregarding cues with a falsey value\n\n for (var i = 0; i < cues.length; i++) {\n if (cues[i]) {\n cuesArray.push(cues[i]);\n }\n } // Group cues by their startTime value\n\n\n var cuesGroupedByStartTime = cuesArray.reduce(function (obj, cue) {\n var timeSlot = obj[cue.startTime] || [];\n timeSlot.push(cue);\n obj[cue.startTime] = timeSlot;\n return obj;\n }, {}); // Sort startTimes by ascending order\n\n var sortedStartTimes = Object.keys(cuesGroupedByStartTime).sort(function (a, b) {\n return Number(a) - Number(b);\n }); // Map each cue group's endTime to the next group's startTime\n\n sortedStartTimes.forEach(function (startTime, idx) {\n var cueGroup = cuesGroupedByStartTime[startTime];\n var nextTime = Number(sortedStartTimes[idx + 1]) || videoDuration; // Map each cue's endTime the next group's startTime\n\n cueGroup.forEach(function (cue) {\n cue.endTime = nextTime;\n });\n });\n }\n }\n};\n\nvar win = typeof window !== 'undefined' ? window : {},\n TARGET = typeof Symbol === 'undefined' ? '__target' : Symbol(),\n SCRIPT_TYPE = 'application/javascript',\n BlobBuilder = win.BlobBuilder || win.WebKitBlobBuilder || win.MozBlobBuilder || win.MSBlobBuilder,\n URL = win.URL || win.webkitURL || URL && URL.msURL,\n Worker = win.Worker;\n/**\n * Returns a wrapper around Web Worker code that is constructible.\n *\n * @function shimWorker\n *\n * @param { String } filename The name of the file\n * @param { Function } fn Function wrapping the code of the worker\n */\n\nfunction shimWorker(filename, fn) {\n return function ShimWorker(forceFallback) {\n var o = this;\n\n if (!fn) {\n return new Worker(filename);\n } else if (Worker && !forceFallback) {\n // Convert the function's inner code to a string to construct the worker\n var source = fn.toString().replace(/^function.+?{/, '').slice(0, -1),\n objURL = createSourceObject(source);\n this[TARGET] = new Worker(objURL);\n wrapTerminate(this[TARGET], objURL);\n return this[TARGET];\n } else {\n var selfShim = {\n postMessage: function postMessage(m) {\n if (o.onmessage) {\n setTimeout(function () {\n o.onmessage({\n data: m,\n target: selfShim\n });\n });\n }\n }\n };\n fn.call(selfShim);\n\n this.postMessage = function (m) {\n setTimeout(function () {\n selfShim.onmessage({\n data: m,\n target: o\n });\n });\n };\n\n this.isThisThread = true;\n }\n };\n} // Test Worker capabilities\n\n\nif (Worker) {\n var testWorker,\n objURL = createSourceObject('self.onmessage = function () {}'),\n testArray = new Uint8Array(1);\n\n try {\n testWorker = new Worker(objURL); // Native browser on some Samsung devices throws for transferables, let's detect it\n\n testWorker.postMessage(testArray, [testArray.buffer]);\n } catch (e) {\n Worker = null;\n } finally {\n URL.revokeObjectURL(objURL);\n\n if (testWorker) {\n testWorker.terminate();\n }\n }\n}\n\nfunction createSourceObject(str) {\n try {\n return URL.createObjectURL(new Blob([str], {\n type: SCRIPT_TYPE\n }));\n } catch (e) {\n var blob = new BlobBuilder();\n blob.append(str);\n return URL.createObjectURL(blob.getBlob(type));\n }\n}\n\nfunction wrapTerminate(worker, objURL) {\n if (!worker || !objURL) return;\n var term = worker.terminate;\n worker.objURL = objURL;\n\n worker.terminate = function () {\n if (worker.objURL) URL.revokeObjectURL(worker.objURL);\n term.call(worker);\n };\n}\n\nvar TransmuxWorker = new shimWorker(\"./transmuxer-worker.worker.js\", function (window, document$$1) {\n var self = this;\n\n var transmuxerWorker = function () {\n /**\n * mux.js\n *\n * Copyright (c) 2015 Brightcove\n * All rights reserved.\n *\n * Functions that generate fragmented MP4s suitable for use with Media\n * Source Extensions.\n */\n var UINT32_MAX = Math.pow(2, 32) - 1;\n var box, dinf, esds, ftyp, mdat, mfhd, minf, moof, moov, mvex, mvhd, trak, tkhd, mdia, mdhd, hdlr, sdtp, stbl, stsd, traf, trex, trun, types, MAJOR_BRAND, MINOR_VERSION, AVC1_BRAND, VIDEO_HDLR, AUDIO_HDLR, HDLR_TYPES, VMHD, SMHD, DREF, STCO, STSC, STSZ, STTS; // pre-calculate constants\n\n (function () {\n var i;\n types = {\n avc1: [],\n // codingname\n avcC: [],\n btrt: [],\n dinf: [],\n dref: [],\n esds: [],\n ftyp: [],\n hdlr: [],\n mdat: [],\n mdhd: [],\n mdia: [],\n mfhd: [],\n minf: [],\n moof: [],\n moov: [],\n mp4a: [],\n // codingname\n mvex: [],\n mvhd: [],\n sdtp: [],\n smhd: [],\n stbl: [],\n stco: [],\n stsc: [],\n stsd: [],\n stsz: [],\n stts: [],\n styp: [],\n tfdt: [],\n tfhd: [],\n traf: [],\n trak: [],\n trun: [],\n trex: [],\n tkhd: [],\n vmhd: []\n }; // In environments where Uint8Array is undefined (e.g., IE8), skip set up so that we\n // don't throw an error\n\n if (typeof Uint8Array === 'undefined') {\n return;\n }\n\n for (i in types) {\n if (types.hasOwnProperty(i)) {\n types[i] = [i.charCodeAt(0), i.charCodeAt(1), i.charCodeAt(2), i.charCodeAt(3)];\n }\n }\n\n MAJOR_BRAND = new Uint8Array(['i'.charCodeAt(0), 's'.charCodeAt(0), 'o'.charCodeAt(0), 'm'.charCodeAt(0)]);\n AVC1_BRAND = new Uint8Array(['a'.charCodeAt(0), 'v'.charCodeAt(0), 'c'.charCodeAt(0), '1'.charCodeAt(0)]);\n MINOR_VERSION = new Uint8Array([0, 0, 0, 1]);\n VIDEO_HDLR = new Uint8Array([0x00, // version 0\n 0x00, 0x00, 0x00, // flags\n 0x00, 0x00, 0x00, 0x00, // pre_defined\n 0x76, 0x69, 0x64, 0x65, // handler_type: 'vide'\n 0x00, 0x00, 0x00, 0x00, // reserved\n 0x00, 0x00, 0x00, 0x00, // reserved\n 0x00, 0x00, 0x00, 0x00, // reserved\n 0x56, 0x69, 0x64, 0x65, 0x6f, 0x48, 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x72, 0x00 // name: 'VideoHandler'\n ]);\n AUDIO_HDLR = new Uint8Array([0x00, // version 0\n 0x00, 0x00, 0x00, // flags\n 0x00, 0x00, 0x00, 0x00, // pre_defined\n 0x73, 0x6f, 0x75, 0x6e, // handler_type: 'soun'\n 0x00, 0x00, 0x00, 0x00, // reserved\n 0x00, 0x00, 0x00, 0x00, // reserved\n 0x00, 0x00, 0x00, 0x00, // reserved\n 0x53, 0x6f, 0x75, 0x6e, 0x64, 0x48, 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x72, 0x00 // name: 'SoundHandler'\n ]);\n HDLR_TYPES = {\n video: VIDEO_HDLR,\n audio: AUDIO_HDLR\n };\n DREF = new Uint8Array([0x00, // version 0\n 0x00, 0x00, 0x00, // flags\n 0x00, 0x00, 0x00, 0x01, // entry_count\n 0x00, 0x00, 0x00, 0x0c, // entry_size\n 0x75, 0x72, 0x6c, 0x20, // 'url' type\n 0x00, // version 0\n 0x00, 0x00, 0x01 // entry_flags\n ]);\n SMHD = new Uint8Array([0x00, // version\n 0x00, 0x00, 0x00, // flags\n 0x00, 0x00, // balance, 0 means centered\n 0x00, 0x00 // reserved\n ]);\n STCO = new Uint8Array([0x00, // version\n 0x00, 0x00, 0x00, // flags\n 0x00, 0x00, 0x00, 0x00 // entry_count\n ]);\n STSC = STCO;\n STSZ = new Uint8Array([0x00, // version\n 0x00, 0x00, 0x00, // flags\n 0x00, 0x00, 0x00, 0x00, // sample_size\n 0x00, 0x00, 0x00, 0x00 // sample_count\n ]);\n STTS = STCO;\n VMHD = new Uint8Array([0x00, // version\n 0x00, 0x00, 0x01, // flags\n 0x00, 0x00, // graphicsmode\n 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 // opcolor\n ]);\n })();\n\n box = function box(type) {\n var payload = [],\n size = 0,\n i,\n result,\n view;\n\n for (i = 1; i < arguments.length; i++) {\n payload.push(arguments[i]);\n }\n\n i = payload.length; // calculate the total size we need to allocate\n\n while (i--) {\n size += payload[i].byteLength;\n }\n\n result = new Uint8Array(size + 8);\n view = new DataView(result.buffer, result.byteOffset, result.byteLength);\n view.setUint32(0, result.byteLength);\n result.set(type, 4); // copy the payload into the result\n\n for (i = 0, size = 8; i < payload.length; i++) {\n result.set(payload[i], size);\n size += payload[i].byteLength;\n }\n\n return result;\n };\n\n dinf = function dinf() {\n return box(types.dinf, box(types.dref, DREF));\n };\n\n esds = function esds(track) {\n return box(types.esds, new Uint8Array([0x00, // version\n 0x00, 0x00, 0x00, // flags\n // ES_Descriptor\n 0x03, // tag, ES_DescrTag\n 0x19, // length\n 0x00, 0x00, // ES_ID\n 0x00, // streamDependenceFlag, URL_flag, reserved, streamPriority\n // DecoderConfigDescriptor\n 0x04, // tag, DecoderConfigDescrTag\n 0x11, // length\n 0x40, // object type\n 0x15, // streamType\n 0x00, 0x06, 0x00, // bufferSizeDB\n 0x00, 0x00, 0xda, 0xc0, // maxBitrate\n 0x00, 0x00, 0xda, 0xc0, // avgBitrate\n // DecoderSpecificInfo\n 0x05, // tag, DecoderSpecificInfoTag\n 0x02, // length\n // ISO/IEC 14496-3, AudioSpecificConfig\n // for samplingFrequencyIndex see ISO/IEC 13818-7:2006, 8.1.3.2.2, Table 35\n track.audioobjecttype << 3 | track.samplingfrequencyindex >>> 1, track.samplingfrequencyindex << 7 | track.channelcount << 3, 0x06, 0x01, 0x02 // GASpecificConfig\n ]));\n };\n\n ftyp = function ftyp() {\n return box(types.ftyp, MAJOR_BRAND, MINOR_VERSION, MAJOR_BRAND, AVC1_BRAND);\n };\n\n hdlr = function hdlr(type) {\n return box(types.hdlr, HDLR_TYPES[type]);\n };\n\n mdat = function mdat(data) {\n return box(types.mdat, data);\n };\n\n mdhd = function mdhd(track) {\n var result = new Uint8Array([0x00, // version 0\n 0x00, 0x00, 0x00, // flags\n 0x00, 0x00, 0x00, 0x02, // creation_time\n 0x00, 0x00, 0x00, 0x03, // modification_time\n 0x00, 0x01, 0x5f, 0x90, // timescale, 90,000 \"ticks\" per second\n track.duration >>> 24 & 0xFF, track.duration >>> 16 & 0xFF, track.duration >>> 8 & 0xFF, track.duration & 0xFF, // duration\n 0x55, 0xc4, // 'und' language (undetermined)\n 0x00, 0x00]); // Use the sample rate from the track metadata, when it is\n // defined. The sample rate can be parsed out of an ADTS header, for\n // instance.\n\n if (track.samplerate) {\n result[12] = track.samplerate >>> 24 & 0xFF;\n result[13] = track.samplerate >>> 16 & 0xFF;\n result[14] = track.samplerate >>> 8 & 0xFF;\n result[15] = track.samplerate & 0xFF;\n }\n\n return box(types.mdhd, result);\n };\n\n mdia = function mdia(track) {\n return box(types.mdia, mdhd(track), hdlr(track.type), minf(track));\n };\n\n mfhd = function mfhd(sequenceNumber) {\n return box(types.mfhd, new Uint8Array([0x00, 0x00, 0x00, 0x00, // flags\n (sequenceNumber & 0xFF000000) >> 24, (sequenceNumber & 0xFF0000) >> 16, (sequenceNumber & 0xFF00) >> 8, sequenceNumber & 0xFF // sequence_number\n ]));\n };\n\n minf = function minf(track) {\n return box(types.minf, track.type === 'video' ? box(types.vmhd, VMHD) : box(types.smhd, SMHD), dinf(), stbl(track));\n };\n\n moof = function moof(sequenceNumber, tracks) {\n var trackFragments = [],\n i = tracks.length; // build traf boxes for each track fragment\n\n while (i--) {\n trackFragments[i] = traf(tracks[i]);\n }\n\n return box.apply(null, [types.moof, mfhd(sequenceNumber)].concat(trackFragments));\n };\n /**\n * Returns a movie box.\n * @param tracks {array} the tracks associated with this movie\n * @see ISO/IEC 14496-12:2012(E), section 8.2.1\n */\n\n\n moov = function moov(tracks) {\n var i = tracks.length,\n boxes = [];\n\n while (i--) {\n boxes[i] = trak(tracks[i]);\n }\n\n return box.apply(null, [types.moov, mvhd(0xffffffff)].concat(boxes).concat(mvex(tracks)));\n };\n\n mvex = function mvex(tracks) {\n var i = tracks.length,\n boxes = [];\n\n while (i--) {\n boxes[i] = trex(tracks[i]);\n }\n\n return box.apply(null, [types.mvex].concat(boxes));\n };\n\n mvhd = function mvhd(duration) {\n var bytes = new Uint8Array([0x00, // version 0\n 0x00, 0x00, 0x00, // flags\n 0x00, 0x00, 0x00, 0x01, // creation_time\n 0x00, 0x00, 0x00, 0x02, // modification_time\n 0x00, 0x01, 0x5f, 0x90, // timescale, 90,000 \"ticks\" per second\n (duration & 0xFF000000) >> 24, (duration & 0xFF0000) >> 16, (duration & 0xFF00) >> 8, duration & 0xFF, // duration\n 0x00, 0x01, 0x00, 0x00, // 1.0 rate\n 0x01, 0x00, // 1.0 volume\n 0x00, 0x00, // reserved\n 0x00, 0x00, 0x00, 0x00, // reserved\n 0x00, 0x00, 0x00, 0x00, // reserved\n 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, // transformation: unity matrix\n 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // pre_defined\n 0xff, 0xff, 0xff, 0xff // next_track_ID\n ]);\n return box(types.mvhd, bytes);\n };\n\n sdtp = function sdtp(track) {\n var samples = track.samples || [],\n bytes = new Uint8Array(4 + samples.length),\n flags,\n i; // leave the full box header (4 bytes) all zero\n // write the sample table\n\n for (i = 0; i < samples.length; i++) {\n flags = samples[i].flags;\n bytes[i + 4] = flags.dependsOn << 4 | flags.isDependedOn << 2 | flags.hasRedundancy;\n }\n\n return box(types.sdtp, bytes);\n };\n\n stbl = function stbl(track) {\n return box(types.stbl, stsd(track), box(types.stts, STTS), box(types.stsc, STSC), box(types.stsz, STSZ), box(types.stco, STCO));\n };\n\n (function () {\n var videoSample, audioSample;\n\n stsd = function stsd(track) {\n return box(types.stsd, new Uint8Array([0x00, // version 0\n 0x00, 0x00, 0x00, // flags\n 0x00, 0x00, 0x00, 0x01]), track.type === 'video' ? videoSample(track) : audioSample(track));\n };\n\n videoSample = function videoSample(track) {\n var sps = track.sps || [],\n pps = track.pps || [],\n sequenceParameterSets = [],\n pictureParameterSets = [],\n i; // assemble the SPSs\n\n for (i = 0; i < sps.length; i++) {\n sequenceParameterSets.push((sps[i].byteLength & 0xFF00) >>> 8);\n sequenceParameterSets.push(sps[i].byteLength & 0xFF); // sequenceParameterSetLength\n\n sequenceParameterSets = sequenceParameterSets.concat(Array.prototype.slice.call(sps[i])); // SPS\n } // assemble the PPSs\n\n\n for (i = 0; i < pps.length; i++) {\n pictureParameterSets.push((pps[i].byteLength & 0xFF00) >>> 8);\n pictureParameterSets.push(pps[i].byteLength & 0xFF);\n pictureParameterSets = pictureParameterSets.concat(Array.prototype.slice.call(pps[i]));\n }\n\n return box(types.avc1, new Uint8Array([0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // reserved\n 0x00, 0x01, // data_reference_index\n 0x00, 0x00, // pre_defined\n 0x00, 0x00, // reserved\n 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // pre_defined\n (track.width & 0xff00) >> 8, track.width & 0xff, // width\n (track.height & 0xff00) >> 8, track.height & 0xff, // height\n 0x00, 0x48, 0x00, 0x00, // horizresolution\n 0x00, 0x48, 0x00, 0x00, // vertresolution\n 0x00, 0x00, 0x00, 0x00, // reserved\n 0x00, 0x01, // frame_count\n 0x13, 0x76, 0x69, 0x64, 0x65, 0x6f, 0x6a, 0x73, 0x2d, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x69, 0x62, 0x2d, 0x68, 0x6c, 0x73, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // compressorname\n 0x00, 0x18, // depth = 24\n 0x11, 0x11 // pre_defined = -1\n ]), box(types.avcC, new Uint8Array([0x01, // configurationVersion\n track.profileIdc, // AVCProfileIndication\n track.profileCompatibility, // profile_compatibility\n track.levelIdc, // AVCLevelIndication\n 0xff // lengthSizeMinusOne, hard-coded to 4 bytes\n ].concat([sps.length // numOfSequenceParameterSets\n ]).concat(sequenceParameterSets).concat([pps.length // numOfPictureParameterSets\n ]).concat(pictureParameterSets))), // \"PPS\"\n box(types.btrt, new Uint8Array([0x00, 0x1c, 0x9c, 0x80, // bufferSizeDB\n 0x00, 0x2d, 0xc6, 0xc0, // maxBitrate\n 0x00, 0x2d, 0xc6, 0xc0])) // avgBitrate\n );\n };\n\n audioSample = function audioSample(track) {\n return box(types.mp4a, new Uint8Array([// SampleEntry, ISO/IEC 14496-12\n 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // reserved\n 0x00, 0x01, // data_reference_index\n // AudioSampleEntry, ISO/IEC 14496-12\n 0x00, 0x00, 0x00, 0x00, // reserved\n 0x00, 0x00, 0x00, 0x00, // reserved\n (track.channelcount & 0xff00) >> 8, track.channelcount & 0xff, // channelcount\n (track.samplesize & 0xff00) >> 8, track.samplesize & 0xff, // samplesize\n 0x00, 0x00, // pre_defined\n 0x00, 0x00, // reserved\n (track.samplerate & 0xff00) >> 8, track.samplerate & 0xff, 0x00, 0x00 // samplerate, 16.16\n // MP4AudioSampleEntry, ISO/IEC 14496-14\n ]), esds(track));\n };\n })();\n\n tkhd = function tkhd(track) {\n var result = new Uint8Array([0x00, // version 0\n 0x00, 0x00, 0x07, // flags\n 0x00, 0x00, 0x00, 0x00, // creation_time\n 0x00, 0x00, 0x00, 0x00, // modification_time\n (track.id & 0xFF000000) >> 24, (track.id & 0xFF0000) >> 16, (track.id & 0xFF00) >> 8, track.id & 0xFF, // track_ID\n 0x00, 0x00, 0x00, 0x00, // reserved\n (track.duration & 0xFF000000) >> 24, (track.duration & 0xFF0000) >> 16, (track.duration & 0xFF00) >> 8, track.duration & 0xFF, // duration\n 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // reserved\n 0x00, 0x00, // layer\n 0x00, 0x00, // alternate_group\n 0x01, 0x00, // non-audio track volume\n 0x00, 0x00, // reserved\n 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, // transformation: unity matrix\n (track.width & 0xFF00) >> 8, track.width & 0xFF, 0x00, 0x00, // width\n (track.height & 0xFF00) >> 8, track.height & 0xFF, 0x00, 0x00 // height\n ]);\n return box(types.tkhd, result);\n };\n /**\n * Generate a track fragment (traf) box. A traf box collects metadata\n * about tracks in a movie fragment (moof) box.\n */\n\n\n traf = function traf(track) {\n var trackFragmentHeader, trackFragmentDecodeTime, trackFragmentRun, sampleDependencyTable, dataOffset, upperWordBaseMediaDecodeTime, lowerWordBaseMediaDecodeTime;\n trackFragmentHeader = box(types.tfhd, new Uint8Array([0x00, // version 0\n 0x00, 0x00, 0x3a, // flags\n (track.id & 0xFF000000) >> 24, (track.id & 0xFF0000) >> 16, (track.id & 0xFF00) >> 8, track.id & 0xFF, // track_ID\n 0x00, 0x00, 0x00, 0x01, // sample_description_index\n 0x00, 0x00, 0x00, 0x00, // default_sample_duration\n 0x00, 0x00, 0x00, 0x00, // default_sample_size\n 0x00, 0x00, 0x00, 0x00 // default_sample_flags\n ]));\n upperWordBaseMediaDecodeTime = Math.floor(track.baseMediaDecodeTime / (UINT32_MAX + 1));\n lowerWordBaseMediaDecodeTime = Math.floor(track.baseMediaDecodeTime % (UINT32_MAX + 1));\n trackFragmentDecodeTime = box(types.tfdt, new Uint8Array([0x01, // version 1\n 0x00, 0x00, 0x00, // flags\n // baseMediaDecodeTime\n upperWordBaseMediaDecodeTime >>> 24 & 0xFF, upperWordBaseMediaDecodeTime >>> 16 & 0xFF, upperWordBaseMediaDecodeTime >>> 8 & 0xFF, upperWordBaseMediaDecodeTime & 0xFF, lowerWordBaseMediaDecodeTime >>> 24 & 0xFF, lowerWordBaseMediaDecodeTime >>> 16 & 0xFF, lowerWordBaseMediaDecodeTime >>> 8 & 0xFF, lowerWordBaseMediaDecodeTime & 0xFF])); // the data offset specifies the number of bytes from the start of\n // the containing moof to the first payload byte of the associated\n // mdat\n\n dataOffset = 32 + // tfhd\n 20 + // tfdt\n 8 + // traf header\n 16 + // mfhd\n 8 + // moof header\n 8; // mdat header\n // audio tracks require less metadata\n\n if (track.type === 'audio') {\n trackFragmentRun = trun(track, dataOffset);\n return box(types.traf, trackFragmentHeader, trackFragmentDecodeTime, trackFragmentRun);\n } // video tracks should contain an independent and disposable samples\n // box (sdtp)\n // generate one and adjust offsets to match\n\n\n sampleDependencyTable = sdtp(track);\n trackFragmentRun = trun(track, sampleDependencyTable.length + dataOffset);\n return box(types.traf, trackFragmentHeader, trackFragmentDecodeTime, trackFragmentRun, sampleDependencyTable);\n };\n /**\n * Generate a track box.\n * @param track {object} a track definition\n * @return {Uint8Array} the track box\n */\n\n\n trak = function trak(track) {\n track.duration = track.duration || 0xffffffff;\n return box(types.trak, tkhd(track), mdia(track));\n };\n\n trex = function trex(track) {\n var result = new Uint8Array([0x00, // version 0\n 0x00, 0x00, 0x00, // flags\n (track.id & 0xFF000000) >> 24, (track.id & 0xFF0000) >> 16, (track.id & 0xFF00) >> 8, track.id & 0xFF, // track_ID\n 0x00, 0x00, 0x00, 0x01, // default_sample_description_index\n 0x00, 0x00, 0x00, 0x00, // default_sample_duration\n 0x00, 0x00, 0x00, 0x00, // default_sample_size\n 0x00, 0x01, 0x00, 0x01 // default_sample_flags\n ]); // the last two bytes of default_sample_flags is the sample\n // degradation priority, a hint about the importance of this sample\n // relative to others. Lower the degradation priority for all sample\n // types other than video.\n\n if (track.type !== 'video') {\n result[result.length - 1] = 0x00;\n }\n\n return box(types.trex, result);\n };\n\n (function () {\n var audioTrun, videoTrun, trunHeader; // This method assumes all samples are uniform. That is, if a\n // duration is present for the first sample, it will be present for\n // all subsequent samples.\n // see ISO/IEC 14496-12:2012, Section 8.8.8.1\n\n trunHeader = function trunHeader(samples, offset) {\n var durationPresent = 0,\n sizePresent = 0,\n flagsPresent = 0,\n compositionTimeOffset = 0; // trun flag constants\n\n if (samples.length) {\n if (samples[0].duration !== undefined) {\n durationPresent = 0x1;\n }\n\n if (samples[0].size !== undefined) {\n sizePresent = 0x2;\n }\n\n if (samples[0].flags !== undefined) {\n flagsPresent = 0x4;\n }\n\n if (samples[0].compositionTimeOffset !== undefined) {\n compositionTimeOffset = 0x8;\n }\n }\n\n return [0x00, // version 0\n 0x00, durationPresent | sizePresent | flagsPresent | compositionTimeOffset, 0x01, // flags\n (samples.length & 0xFF000000) >>> 24, (samples.length & 0xFF0000) >>> 16, (samples.length & 0xFF00) >>> 8, samples.length & 0xFF, // sample_count\n (offset & 0xFF000000) >>> 24, (offset & 0xFF0000) >>> 16, (offset & 0xFF00) >>> 8, offset & 0xFF // data_offset\n ];\n };\n\n videoTrun = function videoTrun(track, offset) {\n var bytes, samples, sample, i;\n samples = track.samples || [];\n offset += 8 + 12 + 16 * samples.length;\n bytes = trunHeader(samples, offset);\n\n for (i = 0; i < samples.length; i++) {\n sample = samples[i];\n bytes = bytes.concat([(sample.duration & 0xFF000000) >>> 24, (sample.duration & 0xFF0000) >>> 16, (sample.duration & 0xFF00) >>> 8, sample.duration & 0xFF, // sample_duration\n (sample.size & 0xFF000000) >>> 24, (sample.size & 0xFF0000) >>> 16, (sample.size & 0xFF00) >>> 8, sample.size & 0xFF, // sample_size\n sample.flags.isLeading << 2 | sample.flags.dependsOn, sample.flags.isDependedOn << 6 | sample.flags.hasRedundancy << 4 | sample.flags.paddingValue << 1 | sample.flags.isNonSyncSample, sample.flags.degradationPriority & 0xF0 << 8, sample.flags.degradationPriority & 0x0F, // sample_flags\n (sample.compositionTimeOffset & 0xFF000000) >>> 24, (sample.compositionTimeOffset & 0xFF0000) >>> 16, (sample.compositionTimeOffset & 0xFF00) >>> 8, sample.compositionTimeOffset & 0xFF // sample_composition_time_offset\n ]);\n }\n\n return box(types.trun, new Uint8Array(bytes));\n };\n\n audioTrun = function audioTrun(track, offset) {\n var bytes, samples, sample, i;\n samples = track.samples || [];\n offset += 8 + 12 + 8 * samples.length;\n bytes = trunHeader(samples, offset);\n\n for (i = 0; i < samples.length; i++) {\n sample = samples[i];\n bytes = bytes.concat([(sample.duration & 0xFF000000) >>> 24, (sample.duration & 0xFF0000) >>> 16, (sample.duration & 0xFF00) >>> 8, sample.duration & 0xFF, // sample_duration\n (sample.size & 0xFF000000) >>> 24, (sample.size & 0xFF0000) >>> 16, (sample.size & 0xFF00) >>> 8, sample.size & 0xFF]); // sample_size\n }\n\n return box(types.trun, new Uint8Array(bytes));\n };\n\n trun = function trun(track, offset) {\n if (track.type === 'audio') {\n return audioTrun(track, offset);\n }\n\n return videoTrun(track, offset);\n };\n })();\n\n var mp4Generator = {\n ftyp: ftyp,\n mdat: mdat,\n moof: moof,\n moov: moov,\n initSegment: function initSegment(tracks) {\n var fileType = ftyp(),\n movie = moov(tracks),\n result;\n result = new Uint8Array(fileType.byteLength + movie.byteLength);\n result.set(fileType);\n result.set(movie, fileType.byteLength);\n return result;\n }\n };\n\n var toUnsigned = function toUnsigned(value) {\n return value >>> 0;\n };\n\n var bin = {\n toUnsigned: toUnsigned\n };\n var toUnsigned$1 = bin.toUnsigned;\n\n var _findBox, parseType, timescale, startTime, getVideoTrackIds; // Find the data for a box specified by its path\n\n\n _findBox = function findBox(data, path) {\n var results = [],\n i,\n size,\n type,\n end,\n subresults;\n\n if (!path.length) {\n // short-circuit the search for empty paths\n return null;\n }\n\n for (i = 0; i < data.byteLength;) {\n size = toUnsigned$1(data[i] << 24 | data[i + 1] << 16 | data[i + 2] << 8 | data[i + 3]);\n type = parseType(data.subarray(i + 4, i + 8));\n end = size > 1 ? i + size : data.byteLength;\n\n if (type === path[0]) {\n if (path.length === 1) {\n // this is the end of the path and we've found the box we were\n // looking for\n results.push(data.subarray(i + 8, end));\n } else {\n // recursively search for the next box along the path\n subresults = _findBox(data.subarray(i + 8, end), path.slice(1));\n\n if (subresults.length) {\n results = results.concat(subresults);\n }\n }\n }\n\n i = end;\n } // we've finished searching all of data\n\n\n return results;\n };\n /**\n * Returns the string representation of an ASCII encoded four byte buffer.\n * @param buffer {Uint8Array} a four-byte buffer to translate\n * @return {string} the corresponding string\n */\n\n\n parseType = function parseType(buffer) {\n var result = '';\n result += String.fromCharCode(buffer[0]);\n result += String.fromCharCode(buffer[1]);\n result += String.fromCharCode(buffer[2]);\n result += String.fromCharCode(buffer[3]);\n return result;\n };\n /**\n * Parses an MP4 initialization segment and extracts the timescale\n * values for any declared tracks. Timescale values indicate the\n * number of clock ticks per second to assume for time-based values\n * elsewhere in the MP4.\n *\n * To determine the start time of an MP4, you need two pieces of\n * information: the timescale unit and the earliest base media decode\n * time. Multiple timescales can be specified within an MP4 but the\n * base media decode time is always expressed in the timescale from\n * the media header box for the track:\n * ```\n * moov > trak > mdia > mdhd.timescale\n * ```\n * @param init {Uint8Array} the bytes of the init segment\n * @return {object} a hash of track ids to timescale values or null if\n * the init segment is malformed.\n */\n\n\n timescale = function timescale(init) {\n var result = {},\n traks = _findBox(init, ['moov', 'trak']); // mdhd timescale\n\n\n return traks.reduce(function (result, trak) {\n var tkhd, version, index, id, mdhd;\n tkhd = _findBox(trak, ['tkhd'])[0];\n\n if (!tkhd) {\n return null;\n }\n\n version = tkhd[0];\n index = version === 0 ? 12 : 20;\n id = toUnsigned$1(tkhd[index] << 24 | tkhd[index + 1] << 16 | tkhd[index + 2] << 8 | tkhd[index + 3]);\n mdhd = _findBox(trak, ['mdia', 'mdhd'])[0];\n\n if (!mdhd) {\n return null;\n }\n\n version = mdhd[0];\n index = version === 0 ? 12 : 20;\n result[id] = toUnsigned$1(mdhd[index] << 24 | mdhd[index + 1] << 16 | mdhd[index + 2] << 8 | mdhd[index + 3]);\n return result;\n }, result);\n };\n /**\n * Determine the base media decode start time, in seconds, for an MP4\n * fragment. If multiple fragments are specified, the earliest time is\n * returned.\n *\n * The base media decode time can be parsed from track fragment\n * metadata:\n * ```\n * moof > traf > tfdt.baseMediaDecodeTime\n * ```\n * It requires the timescale value from the mdhd to interpret.\n *\n * @param timescale {object} a hash of track ids to timescale values.\n * @return {number} the earliest base media decode start time for the\n * fragment, in seconds\n */\n\n\n startTime = function startTime(timescale, fragment) {\n var trafs, baseTimes, result; // we need info from two childrend of each track fragment box\n\n trafs = _findBox(fragment, ['moof', 'traf']); // determine the start times for each track\n\n baseTimes = [].concat.apply([], trafs.map(function (traf) {\n return _findBox(traf, ['tfhd']).map(function (tfhd) {\n var id, scale, baseTime; // get the track id from the tfhd\n\n id = toUnsigned$1(tfhd[4] << 24 | tfhd[5] << 16 | tfhd[6] << 8 | tfhd[7]); // assume a 90kHz clock if no timescale was specified\n\n scale = timescale[id] || 90e3; // get the base media decode time from the tfdt\n\n baseTime = _findBox(traf, ['tfdt']).map(function (tfdt) {\n var version, result;\n version = tfdt[0];\n result = toUnsigned$1(tfdt[4] << 24 | tfdt[5] << 16 | tfdt[6] << 8 | tfdt[7]);\n\n if (version === 1) {\n result *= Math.pow(2, 32);\n result += toUnsigned$1(tfdt[8] << 24 | tfdt[9] << 16 | tfdt[10] << 8 | tfdt[11]);\n }\n\n return result;\n })[0];\n baseTime = baseTime || Infinity; // convert base time to seconds\n\n return baseTime / scale;\n });\n })); // return the minimum\n\n result = Math.min.apply(null, baseTimes);\n return isFinite(result) ? result : 0;\n };\n /**\n * Find the trackIds of the video tracks in this source.\n * Found by parsing the Handler Reference and Track Header Boxes:\n * moov > trak > mdia > hdlr\n * moov > trak > tkhd\n *\n * @param {Uint8Array} init - The bytes of the init segment for this source\n * @return {Number[]} A list of trackIds\n *\n * @see ISO-BMFF-12/2015, Section 8.4.3\n **/\n\n\n getVideoTrackIds = function getVideoTrackIds(init) {\n var traks = _findBox(init, ['moov', 'trak']);\n\n var videoTrackIds = [];\n traks.forEach(function (trak) {\n var hdlrs = _findBox(trak, ['mdia', 'hdlr']);\n\n var tkhds = _findBox(trak, ['tkhd']);\n\n hdlrs.forEach(function (hdlr, index) {\n var handlerType = parseType(hdlr.subarray(8, 12));\n var tkhd = tkhds[index];\n var view;\n var version;\n var trackId;\n\n if (handlerType === 'vide') {\n view = new DataView(tkhd.buffer, tkhd.byteOffset, tkhd.byteLength);\n version = view.getUint8(0);\n trackId = version === 0 ? view.getUint32(12) : view.getUint32(20);\n videoTrackIds.push(trackId);\n }\n });\n });\n return videoTrackIds;\n };\n\n var probe = {\n findBox: _findBox,\n parseType: parseType,\n timescale: timescale,\n startTime: startTime,\n videoTrackIds: getVideoTrackIds\n };\n /**\n * mux.js\n *\n * Copyright (c) 2014 Brightcove\n * All rights reserved.\n *\n * A lightweight readable stream implemention that handles event dispatching.\n * Objects that inherit from streams should call init in their constructors.\n */\n\n var Stream = function Stream() {\n this.init = function () {\n var listeners = {};\n /**\n * Add a listener for a specified event type.\n * @param type {string} the event name\n * @param listener {function} the callback to be invoked when an event of\n * the specified type occurs\n */\n\n this.on = function (type, listener) {\n if (!listeners[type]) {\n listeners[type] = [];\n }\n\n listeners[type] = listeners[type].concat(listener);\n };\n /**\n * Remove a listener for a specified event type.\n * @param type {string} the event name\n * @param listener {function} a function previously registered for this\n * type of event through `on`\n */\n\n\n this.off = function (type, listener) {\n var index;\n\n if (!listeners[type]) {\n return false;\n }\n\n index = listeners[type].indexOf(listener);\n listeners[type] = listeners[type].slice();\n listeners[type].splice(index, 1);\n return index > -1;\n };\n /**\n * Trigger an event of the specified type on this stream. Any additional\n * arguments to this function are passed as parameters to event listeners.\n * @param type {string} the event name\n */\n\n\n this.trigger = function (type) {\n var callbacks, i, length, args;\n callbacks = listeners[type];\n\n if (!callbacks) {\n return;\n } // Slicing the arguments on every invocation of this method\n // can add a significant amount of overhead. Avoid the\n // intermediate object creation for the common case of a\n // single callback argument\n\n\n if (arguments.length === 2) {\n length = callbacks.length;\n\n for (i = 0; i < length; ++i) {\n callbacks[i].call(this, arguments[1]);\n }\n } else {\n args = [];\n i = arguments.length;\n\n for (i = 1; i < arguments.length; ++i) {\n args.push(arguments[i]);\n }\n\n length = callbacks.length;\n\n for (i = 0; i < length; ++i) {\n callbacks[i].apply(this, args);\n }\n }\n };\n /**\n * Destroys the stream and cleans up.\n */\n\n\n this.dispose = function () {\n listeners = {};\n };\n };\n };\n /**\n * Forwards all `data` events on this stream to the destination stream. The\n * destination stream should provide a method `push` to receive the data\n * events as they arrive.\n * @param destination {stream} the stream that will receive all `data` events\n * @param autoFlush {boolean} if false, we will not call `flush` on the destination\n * when the current stream emits a 'done' event\n * @see http://nodejs.org/api/stream.html#stream_readable_pipe_destination_options\n */\n\n\n Stream.prototype.pipe = function (destination) {\n this.on('data', function (data) {\n destination.push(data);\n });\n this.on('done', function (flushSource) {\n destination.flush(flushSource);\n });\n return destination;\n }; // Default stream functions that are expected to be overridden to perform\n // actual work. These are provided by the prototype as a sort of no-op\n // implementation so that we don't have to check for their existence in the\n // `pipe` function above.\n\n\n Stream.prototype.push = function (data) {\n this.trigger('data', data);\n };\n\n Stream.prototype.flush = function (flushSource) {\n this.trigger('done', flushSource);\n };\n\n var stream = Stream; // Convert an array of nal units into an array of frames with each frame being\n // composed of the nal units that make up that frame\n // Also keep track of cummulative data about the frame from the nal units such\n // as the frame duration, starting pts, etc.\n\n var groupNalsIntoFrames = function groupNalsIntoFrames(nalUnits) {\n var i,\n currentNal,\n currentFrame = [],\n frames = [];\n currentFrame.byteLength = 0;\n\n for (i = 0; i < nalUnits.length; i++) {\n currentNal = nalUnits[i]; // Split on 'aud'-type nal units\n\n if (currentNal.nalUnitType === 'access_unit_delimiter_rbsp') {\n // Since the very first nal unit is expected to be an AUD\n // only push to the frames array when currentFrame is not empty\n if (currentFrame.length) {\n currentFrame.duration = currentNal.dts - currentFrame.dts;\n frames.push(currentFrame);\n }\n\n currentFrame = [currentNal];\n currentFrame.byteLength = currentNal.data.byteLength;\n currentFrame.pts = currentNal.pts;\n currentFrame.dts = currentNal.dts;\n } else {\n // Specifically flag key frames for ease of use later\n if (currentNal.nalUnitType === 'slice_layer_without_partitioning_rbsp_idr') {\n currentFrame.keyFrame = true;\n }\n\n currentFrame.duration = currentNal.dts - currentFrame.dts;\n currentFrame.byteLength += currentNal.data.byteLength;\n currentFrame.push(currentNal);\n }\n } // For the last frame, use the duration of the previous frame if we\n // have nothing better to go on\n\n\n if (frames.length && (!currentFrame.duration || currentFrame.duration <= 0)) {\n currentFrame.duration = frames[frames.length - 1].duration;\n } // Push the final frame\n\n\n frames.push(currentFrame);\n return frames;\n }; // Convert an array of frames into an array of Gop with each Gop being composed\n // of the frames that make up that Gop\n // Also keep track of cummulative data about the Gop from the frames such as the\n // Gop duration, starting pts, etc.\n\n\n var groupFramesIntoGops = function groupFramesIntoGops(frames) {\n var i,\n currentFrame,\n currentGop = [],\n gops = []; // We must pre-set some of the values on the Gop since we\n // keep running totals of these values\n\n currentGop.byteLength = 0;\n currentGop.nalCount = 0;\n currentGop.duration = 0;\n currentGop.pts = frames[0].pts;\n currentGop.dts = frames[0].dts; // store some metadata about all the Gops\n\n gops.byteLength = 0;\n gops.nalCount = 0;\n gops.duration = 0;\n gops.pts = frames[0].pts;\n gops.dts = frames[0].dts;\n\n for (i = 0; i < frames.length; i++) {\n currentFrame = frames[i];\n\n if (currentFrame.keyFrame) {\n // Since the very first frame is expected to be an keyframe\n // only push to the gops array when currentGop is not empty\n if (currentGop.length) {\n gops.push(currentGop);\n gops.byteLength += currentGop.byteLength;\n gops.nalCount += currentGop.nalCount;\n gops.duration += currentGop.duration;\n }\n\n currentGop = [currentFrame];\n currentGop.nalCount = currentFrame.length;\n currentGop.byteLength = currentFrame.byteLength;\n currentGop.pts = currentFrame.pts;\n currentGop.dts = currentFrame.dts;\n currentGop.duration = currentFrame.duration;\n } else {\n currentGop.duration += currentFrame.duration;\n currentGop.nalCount += currentFrame.length;\n currentGop.byteLength += currentFrame.byteLength;\n currentGop.push(currentFrame);\n }\n }\n\n if (gops.length && currentGop.duration <= 0) {\n currentGop.duration = gops[gops.length - 1].duration;\n }\n\n gops.byteLength += currentGop.byteLength;\n gops.nalCount += currentGop.nalCount;\n gops.duration += currentGop.duration; // push the final Gop\n\n gops.push(currentGop);\n return gops;\n };\n /*\n * Search for the first keyframe in the GOPs and throw away all frames\n * until that keyframe. Then extend the duration of the pulled keyframe\n * and pull the PTS and DTS of the keyframe so that it covers the time\n * range of the frames that were disposed.\n *\n * @param {Array} gops video GOPs\n * @returns {Array} modified video GOPs\n */\n\n\n var extendFirstKeyFrame = function extendFirstKeyFrame(gops) {\n var currentGop;\n\n if (!gops[0][0].keyFrame && gops.length > 1) {\n // Remove the first GOP\n currentGop = gops.shift();\n gops.byteLength -= currentGop.byteLength;\n gops.nalCount -= currentGop.nalCount; // Extend the first frame of what is now the\n // first gop to cover the time period of the\n // frames we just removed\n\n gops[0][0].dts = currentGop.dts;\n gops[0][0].pts = currentGop.pts;\n gops[0][0].duration += currentGop.duration;\n }\n\n return gops;\n };\n /**\n * Default sample object\n * see ISO/IEC 14496-12:2012, section 8.6.4.3\n */\n\n\n var createDefaultSample = function createDefaultSample() {\n return {\n size: 0,\n flags: {\n isLeading: 0,\n dependsOn: 1,\n isDependedOn: 0,\n hasRedundancy: 0,\n degradationPriority: 0,\n isNonSyncSample: 1\n }\n };\n };\n /*\n * Collates information from a video frame into an object for eventual\n * entry into an MP4 sample table.\n *\n * @param {Object} frame the video frame\n * @param {Number} dataOffset the byte offset to position the sample\n * @return {Object} object containing sample table info for a frame\n */\n\n\n var sampleForFrame = function sampleForFrame(frame, dataOffset) {\n var sample = createDefaultSample();\n sample.dataOffset = dataOffset;\n sample.compositionTimeOffset = frame.pts - frame.dts;\n sample.duration = frame.duration;\n sample.size = 4 * frame.length; // Space for nal unit size\n\n sample.size += frame.byteLength;\n\n if (frame.keyFrame) {\n sample.flags.dependsOn = 2;\n sample.flags.isNonSyncSample = 0;\n }\n\n return sample;\n }; // generate the track's sample table from an array of gops\n\n\n var generateSampleTable = function generateSampleTable(gops, baseDataOffset) {\n var h,\n i,\n sample,\n currentGop,\n currentFrame,\n dataOffset = baseDataOffset || 0,\n samples = [];\n\n for (h = 0; h < gops.length; h++) {\n currentGop = gops[h];\n\n for (i = 0; i < currentGop.length; i++) {\n currentFrame = currentGop[i];\n sample = sampleForFrame(currentFrame, dataOffset);\n dataOffset += sample.size;\n samples.push(sample);\n }\n }\n\n return samples;\n }; // generate the track's raw mdat data from an array of gops\n\n\n var concatenateNalData = function concatenateNalData(gops) {\n var h,\n i,\n j,\n currentGop,\n currentFrame,\n currentNal,\n dataOffset = 0,\n nalsByteLength = gops.byteLength,\n numberOfNals = gops.nalCount,\n totalByteLength = nalsByteLength + 4 * numberOfNals,\n data = new Uint8Array(totalByteLength),\n view = new DataView(data.buffer); // For each Gop..\n\n for (h = 0; h < gops.length; h++) {\n currentGop = gops[h]; // For each Frame..\n\n for (i = 0; i < currentGop.length; i++) {\n currentFrame = currentGop[i]; // For each NAL..\n\n for (j = 0; j < currentFrame.length; j++) {\n currentNal = currentFrame[j];\n view.setUint32(dataOffset, currentNal.data.byteLength);\n dataOffset += 4;\n data.set(currentNal.data, dataOffset);\n dataOffset += currentNal.data.byteLength;\n }\n }\n }\n\n return data;\n };\n\n var frameUtils = {\n groupNalsIntoFrames: groupNalsIntoFrames,\n groupFramesIntoGops: groupFramesIntoGops,\n extendFirstKeyFrame: extendFirstKeyFrame,\n generateSampleTable: generateSampleTable,\n concatenateNalData: concatenateNalData\n };\n var highPrefix = [33, 16, 5, 32, 164, 27];\n var lowPrefix = [33, 65, 108, 84, 1, 2, 4, 8, 168, 2, 4, 8, 17, 191, 252];\n\n var zeroFill = function zeroFill(count) {\n var a = [];\n\n while (count--) {\n a.push(0);\n }\n\n return a;\n };\n\n var makeTable = function makeTable(metaTable) {\n return Object.keys(metaTable).reduce(function (obj, key) {\n obj[key] = new Uint8Array(metaTable[key].reduce(function (arr, part) {\n return arr.concat(part);\n }, []));\n return obj;\n }, {});\n }; // Frames-of-silence to use for filling in missing AAC frames\n\n\n var coneOfSilence = {\n 96000: [highPrefix, [227, 64], zeroFill(154), [56]],\n 88200: [highPrefix, [231], zeroFill(170), [56]],\n 64000: [highPrefix, [248, 192], zeroFill(240), [56]],\n 48000: [highPrefix, [255, 192], zeroFill(268), [55, 148, 128], zeroFill(54), [112]],\n 44100: [highPrefix, [255, 192], zeroFill(268), [55, 163, 128], zeroFill(84), [112]],\n 32000: [highPrefix, [255, 192], zeroFill(268), [55, 234], zeroFill(226), [112]],\n 24000: [highPrefix, [255, 192], zeroFill(268), [55, 255, 128], zeroFill(268), [111, 112], zeroFill(126), [224]],\n 16000: [highPrefix, [255, 192], zeroFill(268), [55, 255, 128], zeroFill(268), [111, 255], zeroFill(269), [223, 108], zeroFill(195), [1, 192]],\n 12000: [lowPrefix, zeroFill(268), [3, 127, 248], zeroFill(268), [6, 255, 240], zeroFill(268), [13, 255, 224], zeroFill(268), [27, 253, 128], zeroFill(259), [56]],\n 11025: [lowPrefix, zeroFill(268), [3, 127, 248], zeroFill(268), [6, 255, 240], zeroFill(268), [13, 255, 224], zeroFill(268), [27, 255, 192], zeroFill(268), [55, 175, 128], zeroFill(108), [112]],\n 8000: [lowPrefix, zeroFill(268), [3, 121, 16], zeroFill(47), [7]]\n };\n var silence = makeTable(coneOfSilence);\n var ONE_SECOND_IN_TS = 90000,\n // 90kHz clock\n secondsToVideoTs,\n secondsToAudioTs,\n videoTsToSeconds,\n audioTsToSeconds,\n audioTsToVideoTs,\n videoTsToAudioTs;\n\n secondsToVideoTs = function secondsToVideoTs(seconds) {\n return seconds * ONE_SECOND_IN_TS;\n };\n\n secondsToAudioTs = function secondsToAudioTs(seconds, sampleRate) {\n return seconds * sampleRate;\n };\n\n videoTsToSeconds = function videoTsToSeconds(timestamp) {\n return timestamp / ONE_SECOND_IN_TS;\n };\n\n audioTsToSeconds = function audioTsToSeconds(timestamp, sampleRate) {\n return timestamp / sampleRate;\n };\n\n audioTsToVideoTs = function audioTsToVideoTs(timestamp, sampleRate) {\n return secondsToVideoTs(audioTsToSeconds(timestamp, sampleRate));\n };\n\n videoTsToAudioTs = function videoTsToAudioTs(timestamp, sampleRate) {\n return secondsToAudioTs(videoTsToSeconds(timestamp), sampleRate);\n };\n\n var clock = {\n secondsToVideoTs: secondsToVideoTs,\n secondsToAudioTs: secondsToAudioTs,\n videoTsToSeconds: videoTsToSeconds,\n audioTsToSeconds: audioTsToSeconds,\n audioTsToVideoTs: audioTsToVideoTs,\n videoTsToAudioTs: videoTsToAudioTs\n };\n var ONE_SECOND_IN_TS$1 = 90000; // 90kHz clock\n\n /**\n * Sum the `byteLength` properties of the data in each AAC frame\n */\n\n var sumFrameByteLengths = function sumFrameByteLengths(array) {\n var i,\n currentObj,\n sum = 0; // sum the byteLength's all each nal unit in the frame\n\n for (i = 0; i < array.length; i++) {\n currentObj = array[i];\n sum += currentObj.data.byteLength;\n }\n\n return sum;\n }; // Possibly pad (prefix) the audio track with silence if appending this track\n // would lead to the introduction of a gap in the audio buffer\n\n\n var prefixWithSilence = function prefixWithSilence(track, frames, audioAppendStartTs, videoBaseMediaDecodeTime) {\n var baseMediaDecodeTimeTs,\n frameDuration = 0,\n audioGapDuration = 0,\n audioFillFrameCount = 0,\n audioFillDuration = 0,\n silentFrame,\n i;\n\n if (!frames.length) {\n return;\n }\n\n baseMediaDecodeTimeTs = clock.audioTsToVideoTs(track.baseMediaDecodeTime, track.samplerate); // determine frame clock duration based on sample rate, round up to avoid overfills\n\n frameDuration = Math.ceil(ONE_SECOND_IN_TS$1 / (track.samplerate / 1024));\n\n if (audioAppendStartTs && videoBaseMediaDecodeTime) {\n // insert the shortest possible amount (audio gap or audio to video gap)\n audioGapDuration = baseMediaDecodeTimeTs - Math.max(audioAppendStartTs, videoBaseMediaDecodeTime); // number of full frames in the audio gap\n\n audioFillFrameCount = Math.floor(audioGapDuration / frameDuration);\n audioFillDuration = audioFillFrameCount * frameDuration;\n } // don't attempt to fill gaps smaller than a single frame or larger\n // than a half second\n\n\n if (audioFillFrameCount < 1 || audioFillDuration > ONE_SECOND_IN_TS$1 / 2) {\n return;\n }\n\n silentFrame = silence[track.samplerate];\n\n if (!silentFrame) {\n // we don't have a silent frame pregenerated for the sample rate, so use a frame\n // from the content instead\n silentFrame = frames[0].data;\n }\n\n for (i = 0; i < audioFillFrameCount; i++) {\n frames.splice(i, 0, {\n data: silentFrame\n });\n }\n\n track.baseMediaDecodeTime -= Math.floor(clock.videoTsToAudioTs(audioFillDuration, track.samplerate));\n }; // If the audio segment extends before the earliest allowed dts\n // value, remove AAC frames until starts at or after the earliest\n // allowed DTS so that we don't end up with a negative baseMedia-\n // DecodeTime for the audio track\n\n\n var trimAdtsFramesByEarliestDts = function trimAdtsFramesByEarliestDts(adtsFrames, track, earliestAllowedDts) {\n if (track.minSegmentDts >= earliestAllowedDts) {\n return adtsFrames;\n } // We will need to recalculate the earliest segment Dts\n\n\n track.minSegmentDts = Infinity;\n return adtsFrames.filter(function (currentFrame) {\n // If this is an allowed frame, keep it and record it's Dts\n if (currentFrame.dts >= earliestAllowedDts) {\n track.minSegmentDts = Math.min(track.minSegmentDts, currentFrame.dts);\n track.minSegmentPts = track.minSegmentDts;\n return true;\n } // Otherwise, discard it\n\n\n return false;\n });\n }; // generate the track's raw mdat data from an array of frames\n\n\n var generateSampleTable$1 = function generateSampleTable(frames) {\n var i,\n currentFrame,\n samples = [];\n\n for (i = 0; i < frames.length; i++) {\n currentFrame = frames[i];\n samples.push({\n size: currentFrame.data.byteLength,\n duration: 1024 // For AAC audio, all samples contain 1024 samples\n\n });\n }\n\n return samples;\n }; // generate the track's sample table from an array of frames\n\n\n var concatenateFrameData = function concatenateFrameData(frames) {\n var i,\n currentFrame,\n dataOffset = 0,\n data = new Uint8Array(sumFrameByteLengths(frames));\n\n for (i = 0; i < frames.length; i++) {\n currentFrame = frames[i];\n data.set(currentFrame.data, dataOffset);\n dataOffset += currentFrame.data.byteLength;\n }\n\n return data;\n };\n\n var audioFrameUtils = {\n prefixWithSilence: prefixWithSilence,\n trimAdtsFramesByEarliestDts: trimAdtsFramesByEarliestDts,\n generateSampleTable: generateSampleTable$1,\n concatenateFrameData: concatenateFrameData\n };\n var ONE_SECOND_IN_TS$2 = 90000; // 90kHz clock\n\n /**\n * Store information about the start and end of the track and the\n * duration for each frame/sample we process in order to calculate\n * the baseMediaDecodeTime\n */\n\n var collectDtsInfo = function collectDtsInfo(track, data) {\n if (typeof data.pts === 'number') {\n if (track.timelineStartInfo.pts === undefined) {\n track.timelineStartInfo.pts = data.pts;\n }\n\n if (track.minSegmentPts === undefined) {\n track.minSegmentPts = data.pts;\n } else {\n track.minSegmentPts = Math.min(track.minSegmentPts, data.pts);\n }\n\n if (track.maxSegmentPts === undefined) {\n track.maxSegmentPts = data.pts;\n } else {\n track.maxSegmentPts = Math.max(track.maxSegmentPts, data.pts);\n }\n }\n\n if (typeof data.dts === 'number') {\n if (track.timelineStartInfo.dts === undefined) {\n track.timelineStartInfo.dts = data.dts;\n }\n\n if (track.minSegmentDts === undefined) {\n track.minSegmentDts = data.dts;\n } else {\n track.minSegmentDts = Math.min(track.minSegmentDts, data.dts);\n }\n\n if (track.maxSegmentDts === undefined) {\n track.maxSegmentDts = data.dts;\n } else {\n track.maxSegmentDts = Math.max(track.maxSegmentDts, data.dts);\n }\n }\n };\n /**\n * Clear values used to calculate the baseMediaDecodeTime between\n * tracks\n */\n\n\n var clearDtsInfo = function clearDtsInfo(track) {\n delete track.minSegmentDts;\n delete track.maxSegmentDts;\n delete track.minSegmentPts;\n delete track.maxSegmentPts;\n };\n /**\n * Calculate the track's baseMediaDecodeTime based on the earliest\n * DTS the transmuxer has ever seen and the minimum DTS for the\n * current track\n * @param track {object} track metadata configuration\n * @param keepOriginalTimestamps {boolean} If true, keep the timestamps\n * in the source; false to adjust the first segment to start at 0.\n */\n\n\n var calculateTrackBaseMediaDecodeTime = function calculateTrackBaseMediaDecodeTime(track, keepOriginalTimestamps) {\n var baseMediaDecodeTime,\n scale,\n minSegmentDts = track.minSegmentDts; // Optionally adjust the time so the first segment starts at zero.\n\n if (!keepOriginalTimestamps) {\n minSegmentDts -= track.timelineStartInfo.dts;\n } // track.timelineStartInfo.baseMediaDecodeTime is the location, in time, where\n // we want the start of the first segment to be placed\n\n\n baseMediaDecodeTime = track.timelineStartInfo.baseMediaDecodeTime; // Add to that the distance this segment is from the very first\n\n baseMediaDecodeTime += minSegmentDts; // baseMediaDecodeTime must not become negative\n\n baseMediaDecodeTime = Math.max(0, baseMediaDecodeTime);\n\n if (track.type === 'audio') {\n // Audio has a different clock equal to the sampling_rate so we need to\n // scale the PTS values into the clock rate of the track\n scale = track.samplerate / ONE_SECOND_IN_TS$2;\n baseMediaDecodeTime *= scale;\n baseMediaDecodeTime = Math.floor(baseMediaDecodeTime);\n }\n\n return baseMediaDecodeTime;\n };\n\n var trackDecodeInfo = {\n clearDtsInfo: clearDtsInfo,\n calculateTrackBaseMediaDecodeTime: calculateTrackBaseMediaDecodeTime,\n collectDtsInfo: collectDtsInfo\n };\n /**\n * mux.js\n *\n * Copyright (c) 2015 Brightcove\n * All rights reserved.\n *\n * Reads in-band caption information from a video elementary\n * stream. Captions must follow the CEA-708 standard for injection\n * into an MPEG-2 transport streams.\n * @see https://en.wikipedia.org/wiki/CEA-708\n * @see https://www.gpo.gov/fdsys/pkg/CFR-2007-title47-vol1/pdf/CFR-2007-title47-vol1-sec15-119.pdf\n */\n // Supplemental enhancement information (SEI) NAL units have a\n // payload type field to indicate how they are to be\n // interpreted. CEAS-708 caption content is always transmitted with\n // payload type 0x04.\n\n var USER_DATA_REGISTERED_ITU_T_T35 = 4,\n RBSP_TRAILING_BITS = 128;\n /**\n * Parse a supplemental enhancement information (SEI) NAL unit.\n * Stops parsing once a message of type ITU T T35 has been found.\n *\n * @param bytes {Uint8Array} the bytes of a SEI NAL unit\n * @return {object} the parsed SEI payload\n * @see Rec. ITU-T H.264, 7.3.2.3.1\n */\n\n var parseSei = function parseSei(bytes) {\n var i = 0,\n result = {\n payloadType: -1,\n payloadSize: 0\n },\n payloadType = 0,\n payloadSize = 0; // go through the sei_rbsp parsing each each individual sei_message\n\n while (i < bytes.byteLength) {\n // stop once we have hit the end of the sei_rbsp\n if (bytes[i] === RBSP_TRAILING_BITS) {\n break;\n } // Parse payload type\n\n\n while (bytes[i] === 0xFF) {\n payloadType += 255;\n i++;\n }\n\n payloadType += bytes[i++]; // Parse payload size\n\n while (bytes[i] === 0xFF) {\n payloadSize += 255;\n i++;\n }\n\n payloadSize += bytes[i++]; // this sei_message is a 608/708 caption so save it and break\n // there can only ever be one caption message in a frame's sei\n\n if (!result.payload && payloadType === USER_DATA_REGISTERED_ITU_T_T35) {\n result.payloadType = payloadType;\n result.payloadSize = payloadSize;\n result.payload = bytes.subarray(i, i + payloadSize);\n break;\n } // skip the payload and parse the next message\n\n\n i += payloadSize;\n payloadType = 0;\n payloadSize = 0;\n }\n\n return result;\n }; // see ANSI/SCTE 128-1 (2013), section 8.1\n\n\n var parseUserData = function parseUserData(sei) {\n // itu_t_t35_contry_code must be 181 (United States) for\n // captions\n if (sei.payload[0] !== 181) {\n return null;\n } // itu_t_t35_provider_code should be 49 (ATSC) for captions\n\n\n if ((sei.payload[1] << 8 | sei.payload[2]) !== 49) {\n return null;\n } // the user_identifier should be \"GA94\" to indicate ATSC1 data\n\n\n if (String.fromCharCode(sei.payload[3], sei.payload[4], sei.payload[5], sei.payload[6]) !== 'GA94') {\n return null;\n } // finally, user_data_type_code should be 0x03 for caption data\n\n\n if (sei.payload[7] !== 0x03) {\n return null;\n } // return the user_data_type_structure and strip the trailing\n // marker bits\n\n\n return sei.payload.subarray(8, sei.payload.length - 1);\n }; // see CEA-708-D, section 4.4\n\n\n var parseCaptionPackets = function parseCaptionPackets(pts, userData) {\n var results = [],\n i,\n count,\n offset,\n data; // if this is just filler, return immediately\n\n if (!(userData[0] & 0x40)) {\n return results;\n } // parse out the cc_data_1 and cc_data_2 fields\n\n\n count = userData[0] & 0x1f;\n\n for (i = 0; i < count; i++) {\n offset = i * 3;\n data = {\n type: userData[offset + 2] & 0x03,\n pts: pts\n }; // capture cc data when cc_valid is 1\n\n if (userData[offset + 2] & 0x04) {\n data.ccData = userData[offset + 3] << 8 | userData[offset + 4];\n results.push(data);\n }\n }\n\n return results;\n };\n\n var discardEmulationPreventionBytes = function discardEmulationPreventionBytes(data) {\n var length = data.byteLength,\n emulationPreventionBytesPositions = [],\n i = 1,\n newLength,\n newData; // Find all `Emulation Prevention Bytes`\n\n while (i < length - 2) {\n if (data[i] === 0 && data[i + 1] === 0 && data[i + 2] === 0x03) {\n emulationPreventionBytesPositions.push(i + 2);\n i += 2;\n } else {\n i++;\n }\n } // If no Emulation Prevention Bytes were found just return the original\n // array\n\n\n if (emulationPreventionBytesPositions.length === 0) {\n return data;\n } // Create a new array to hold the NAL unit data\n\n\n newLength = length - emulationPreventionBytesPositions.length;\n newData = new Uint8Array(newLength);\n var sourceIndex = 0;\n\n for (i = 0; i < newLength; sourceIndex++, i++) {\n if (sourceIndex === emulationPreventionBytesPositions[0]) {\n // Skip this byte\n sourceIndex++; // Remove this position index\n\n emulationPreventionBytesPositions.shift();\n }\n\n newData[i] = data[sourceIndex];\n }\n\n return newData;\n }; // exports\n\n\n var captionPacketParser = {\n parseSei: parseSei,\n parseUserData: parseUserData,\n parseCaptionPackets: parseCaptionPackets,\n discardEmulationPreventionBytes: discardEmulationPreventionBytes,\n USER_DATA_REGISTERED_ITU_T_T35: USER_DATA_REGISTERED_ITU_T_T35\n }; // -----------------\n // Link To Transport\n // -----------------\n\n var CaptionStream = function CaptionStream() {\n CaptionStream.prototype.init.call(this);\n this.captionPackets_ = [];\n this.ccStreams_ = [new Cea608Stream(0, 0), // eslint-disable-line no-use-before-define\n new Cea608Stream(0, 1), // eslint-disable-line no-use-before-define\n new Cea608Stream(1, 0), // eslint-disable-line no-use-before-define\n new Cea608Stream(1, 1) // eslint-disable-line no-use-before-define\n ];\n this.reset(); // forward data and done events from CCs to this CaptionStream\n\n this.ccStreams_.forEach(function (cc) {\n cc.on('data', this.trigger.bind(this, 'data'));\n cc.on('done', this.trigger.bind(this, 'done'));\n }, this);\n };\n\n CaptionStream.prototype = new stream();\n\n CaptionStream.prototype.push = function (event) {\n var sei, userData, newCaptionPackets; // only examine SEI NALs\n\n if (event.nalUnitType !== 'sei_rbsp') {\n return;\n } // parse the sei\n\n\n sei = captionPacketParser.parseSei(event.escapedRBSP); // ignore everything but user_data_registered_itu_t_t35\n\n if (sei.payloadType !== captionPacketParser.USER_DATA_REGISTERED_ITU_T_T35) {\n return;\n } // parse out the user data payload\n\n\n userData = captionPacketParser.parseUserData(sei); // ignore unrecognized userData\n\n if (!userData) {\n return;\n } // Sometimes, the same segment # will be downloaded twice. To stop the\n // caption data from being processed twice, we track the latest dts we've\n // received and ignore everything with a dts before that. However, since\n // data for a specific dts can be split across packets on either side of\n // a segment boundary, we need to make sure we *don't* ignore the packets\n // from the *next* segment that have dts === this.latestDts_. By constantly\n // tracking the number of packets received with dts === this.latestDts_, we\n // know how many should be ignored once we start receiving duplicates.\n\n\n if (event.dts < this.latestDts_) {\n // We've started getting older data, so set the flag.\n this.ignoreNextEqualDts_ = true;\n return;\n } else if (event.dts === this.latestDts_ && this.ignoreNextEqualDts_) {\n this.numSameDts_--;\n\n if (!this.numSameDts_) {\n // We've received the last duplicate packet, time to start processing again\n this.ignoreNextEqualDts_ = false;\n }\n\n return;\n } // parse out CC data packets and save them for later\n\n\n newCaptionPackets = captionPacketParser.parseCaptionPackets(event.pts, userData);\n this.captionPackets_ = this.captionPackets_.concat(newCaptionPackets);\n\n if (this.latestDts_ !== event.dts) {\n this.numSameDts_ = 0;\n }\n\n this.numSameDts_++;\n this.latestDts_ = event.dts;\n };\n\n CaptionStream.prototype.flush = function () {\n // make sure we actually parsed captions before proceeding\n if (!this.captionPackets_.length) {\n this.ccStreams_.forEach(function (cc) {\n cc.flush();\n }, this);\n return;\n } // In Chrome, the Array#sort function is not stable so add a\n // presortIndex that we can use to ensure we get a stable-sort\n\n\n this.captionPackets_.forEach(function (elem, idx) {\n elem.presortIndex = idx;\n }); // sort caption byte-pairs based on their PTS values\n\n this.captionPackets_.sort(function (a, b) {\n if (a.pts === b.pts) {\n return a.presortIndex - b.presortIndex;\n }\n\n return a.pts - b.pts;\n });\n this.captionPackets_.forEach(function (packet) {\n if (packet.type < 2) {\n // Dispatch packet to the right Cea608Stream\n this.dispatchCea608Packet(packet);\n } // this is where an 'else' would go for a dispatching packets\n // to a theoretical Cea708Stream that handles SERVICEn data\n\n }, this);\n this.captionPackets_.length = 0;\n this.ccStreams_.forEach(function (cc) {\n cc.flush();\n }, this);\n return;\n };\n\n CaptionStream.prototype.reset = function () {\n this.latestDts_ = null;\n this.ignoreNextEqualDts_ = false;\n this.numSameDts_ = 0;\n this.activeCea608Channel_ = [null, null];\n this.ccStreams_.forEach(function (ccStream) {\n ccStream.reset();\n });\n };\n\n CaptionStream.prototype.dispatchCea608Packet = function (packet) {\n // NOTE: packet.type is the CEA608 field\n if (this.setsChannel1Active(packet)) {\n this.activeCea608Channel_[packet.type] = 0;\n } else if (this.setsChannel2Active(packet)) {\n this.activeCea608Channel_[packet.type] = 1;\n }\n\n if (this.activeCea608Channel_[packet.type] === null) {\n // If we haven't received anything to set the active channel, discard the\n // data; we don't want jumbled captions\n return;\n }\n\n this.ccStreams_[(packet.type << 1) + this.activeCea608Channel_[packet.type]].push(packet);\n };\n\n CaptionStream.prototype.setsChannel1Active = function (packet) {\n return (packet.ccData & 0x7800) === 0x1000;\n };\n\n CaptionStream.prototype.setsChannel2Active = function (packet) {\n return (packet.ccData & 0x7800) === 0x1800;\n }; // ----------------------\n // Session to Application\n // ----------------------\n // This hash maps non-ASCII, special, and extended character codes to their\n // proper Unicode equivalent. The first keys that are only a single byte\n // are the non-standard ASCII characters, which simply map the CEA608 byte\n // to the standard ASCII/Unicode. The two-byte keys that follow are the CEA608\n // character codes, but have their MSB bitmasked with 0x03 so that a lookup\n // can be performed regardless of the field and data channel on which the\n // character code was received.\n\n\n var CHARACTER_TRANSLATION = {\n 0x2a: 0xe1,\n // á\n 0x5c: 0xe9,\n // é\n 0x5e: 0xed,\n // í\n 0x5f: 0xf3,\n // ó\n 0x60: 0xfa,\n // ú\n 0x7b: 0xe7,\n // ç\n 0x7c: 0xf7,\n // ÷\n 0x7d: 0xd1,\n // Ñ\n 0x7e: 0xf1,\n // ñ\n 0x7f: 0x2588,\n // █\n 0x0130: 0xae,\n // ®\n 0x0131: 0xb0,\n // °\n 0x0132: 0xbd,\n // ½\n 0x0133: 0xbf,\n // ¿\n 0x0134: 0x2122,\n // ™\n 0x0135: 0xa2,\n // ¢\n 0x0136: 0xa3,\n // £\n 0x0137: 0x266a,\n // ♪\n 0x0138: 0xe0,\n // à\n 0x0139: 0xa0,\n //\n 0x013a: 0xe8,\n // è\n 0x013b: 0xe2,\n // â\n 0x013c: 0xea,\n // ê\n 0x013d: 0xee,\n // î\n 0x013e: 0xf4,\n // ô\n 0x013f: 0xfb,\n // û\n 0x0220: 0xc1,\n // Á\n 0x0221: 0xc9,\n // É\n 0x0222: 0xd3,\n // Ó\n 0x0223: 0xda,\n // Ú\n 0x0224: 0xdc,\n // Ü\n 0x0225: 0xfc,\n // ü\n 0x0226: 0x2018,\n // ‘\n 0x0227: 0xa1,\n // ¡\n 0x0228: 0x2a,\n // *\n 0x0229: 0x27,\n // '\n 0x022a: 0x2014,\n // —\n 0x022b: 0xa9,\n // ©\n 0x022c: 0x2120,\n // ℠\n 0x022d: 0x2022,\n // •\n 0x022e: 0x201c,\n // “\n 0x022f: 0x201d,\n // ”\n 0x0230: 0xc0,\n // À\n 0x0231: 0xc2,\n // Â\n 0x0232: 0xc7,\n // Ç\n 0x0233: 0xc8,\n // È\n 0x0234: 0xca,\n // Ê\n 0x0235: 0xcb,\n // Ë\n 0x0236: 0xeb,\n // ë\n 0x0237: 0xce,\n // Î\n 0x0238: 0xcf,\n // Ï\n 0x0239: 0xef,\n // ï\n 0x023a: 0xd4,\n // Ô\n 0x023b: 0xd9,\n // Ù\n 0x023c: 0xf9,\n // ù\n 0x023d: 0xdb,\n // Û\n 0x023e: 0xab,\n // «\n 0x023f: 0xbb,\n // »\n 0x0320: 0xc3,\n // Ã\n 0x0321: 0xe3,\n // ã\n 0x0322: 0xcd,\n // Í\n 0x0323: 0xcc,\n // Ì\n 0x0324: 0xec,\n // ì\n 0x0325: 0xd2,\n // Ò\n 0x0326: 0xf2,\n // ò\n 0x0327: 0xd5,\n // Õ\n 0x0328: 0xf5,\n // õ\n 0x0329: 0x7b,\n // {\n 0x032a: 0x7d,\n // }\n 0x032b: 0x5c,\n // \\\n 0x032c: 0x5e,\n // ^\n 0x032d: 0x5f,\n // _\n 0x032e: 0x7c,\n // |\n 0x032f: 0x7e,\n // ~\n 0x0330: 0xc4,\n // Ä\n 0x0331: 0xe4,\n // ä\n 0x0332: 0xd6,\n // Ö\n 0x0333: 0xf6,\n // ö\n 0x0334: 0xdf,\n // ß\n 0x0335: 0xa5,\n // ¥\n 0x0336: 0xa4,\n // ¤\n 0x0337: 0x2502,\n // │\n 0x0338: 0xc5,\n // Å\n 0x0339: 0xe5,\n // å\n 0x033a: 0xd8,\n // Ø\n 0x033b: 0xf8,\n // ø\n 0x033c: 0x250c,\n // ┌\n 0x033d: 0x2510,\n // ┐\n 0x033e: 0x2514,\n // └\n 0x033f: 0x2518 // ┘\n\n };\n\n var getCharFromCode = function getCharFromCode(code) {\n if (code === null) {\n return '';\n }\n\n code = CHARACTER_TRANSLATION[code] || code;\n return String.fromCharCode(code);\n }; // the index of the last row in a CEA-608 display buffer\n\n\n var BOTTOM_ROW = 14; // This array is used for mapping PACs -> row #, since there's no way of\n // getting it through bit logic.\n\n var ROWS = [0x1100, 0x1120, 0x1200, 0x1220, 0x1500, 0x1520, 0x1600, 0x1620, 0x1700, 0x1720, 0x1000, 0x1300, 0x1320, 0x1400, 0x1420]; // CEA-608 captions are rendered onto a 34x15 matrix of character\n // cells. The \"bottom\" row is the last element in the outer array.\n\n var createDisplayBuffer = function createDisplayBuffer() {\n var result = [],\n i = BOTTOM_ROW + 1;\n\n while (i--) {\n result.push('');\n }\n\n return result;\n };\n\n var Cea608Stream = function Cea608Stream(field, dataChannel) {\n Cea608Stream.prototype.init.call(this);\n this.field_ = field || 0;\n this.dataChannel_ = dataChannel || 0;\n this.name_ = 'CC' + ((this.field_ << 1 | this.dataChannel_) + 1);\n this.setConstants();\n this.reset();\n\n this.push = function (packet) {\n var data, swap, char0, char1, text; // remove the parity bits\n\n data = packet.ccData & 0x7f7f; // ignore duplicate control codes; the spec demands they're sent twice\n\n if (data === this.lastControlCode_) {\n this.lastControlCode_ = null;\n return;\n } // Store control codes\n\n\n if ((data & 0xf000) === 0x1000) {\n this.lastControlCode_ = data;\n } else if (data !== this.PADDING_) {\n this.lastControlCode_ = null;\n }\n\n char0 = data >>> 8;\n char1 = data & 0xff;\n\n if (data === this.PADDING_) {\n return;\n } else if (data === this.RESUME_CAPTION_LOADING_) {\n this.mode_ = 'popOn';\n } else if (data === this.END_OF_CAPTION_) {\n // If an EOC is received while in paint-on mode, the displayed caption\n // text should be swapped to non-displayed memory as if it was a pop-on\n // caption. Because of that, we should explicitly switch back to pop-on\n // mode\n this.mode_ = 'popOn';\n this.clearFormatting(packet.pts); // if a caption was being displayed, it's gone now\n\n this.flushDisplayed(packet.pts); // flip memory\n\n swap = this.displayed_;\n this.displayed_ = this.nonDisplayed_;\n this.nonDisplayed_ = swap; // start measuring the time to display the caption\n\n this.startPts_ = packet.pts;\n } else if (data === this.ROLL_UP_2_ROWS_) {\n this.rollUpRows_ = 2;\n this.setRollUp(packet.pts);\n } else if (data === this.ROLL_UP_3_ROWS_) {\n this.rollUpRows_ = 3;\n this.setRollUp(packet.pts);\n } else if (data === this.ROLL_UP_4_ROWS_) {\n this.rollUpRows_ = 4;\n this.setRollUp(packet.pts);\n } else if (data === this.CARRIAGE_RETURN_) {\n this.clearFormatting(packet.pts);\n this.flushDisplayed(packet.pts);\n this.shiftRowsUp_();\n this.startPts_ = packet.pts;\n } else if (data === this.BACKSPACE_) {\n if (this.mode_ === 'popOn') {\n this.nonDisplayed_[this.row_] = this.nonDisplayed_[this.row_].slice(0, -1);\n } else {\n this.displayed_[this.row_] = this.displayed_[this.row_].slice(0, -1);\n }\n } else if (data === this.ERASE_DISPLAYED_MEMORY_) {\n this.flushDisplayed(packet.pts);\n this.displayed_ = createDisplayBuffer();\n } else if (data === this.ERASE_NON_DISPLAYED_MEMORY_) {\n this.nonDisplayed_ = createDisplayBuffer();\n } else if (data === this.RESUME_DIRECT_CAPTIONING_) {\n if (this.mode_ !== 'paintOn') {\n // NOTE: This should be removed when proper caption positioning is\n // implemented\n this.flushDisplayed(packet.pts);\n this.displayed_ = createDisplayBuffer();\n }\n\n this.mode_ = 'paintOn';\n this.startPts_ = packet.pts; // Append special characters to caption text\n } else if (this.isSpecialCharacter(char0, char1)) {\n // Bitmask char0 so that we can apply character transformations\n // regardless of field and data channel.\n // Then byte-shift to the left and OR with char1 so we can pass the\n // entire character code to `getCharFromCode`.\n char0 = (char0 & 0x03) << 8;\n text = getCharFromCode(char0 | char1);\n this[this.mode_](packet.pts, text);\n this.column_++; // Append extended characters to caption text\n } else if (this.isExtCharacter(char0, char1)) {\n // Extended characters always follow their \"non-extended\" equivalents.\n // IE if a \"è\" is desired, you'll always receive \"eè\"; non-compliant\n // decoders are supposed to drop the \"è\", while compliant decoders\n // backspace the \"e\" and insert \"è\".\n // Delete the previous character\n if (this.mode_ === 'popOn') {\n this.nonDisplayed_[this.row_] = this.nonDisplayed_[this.row_].slice(0, -1);\n } else {\n this.displayed_[this.row_] = this.displayed_[this.row_].slice(0, -1);\n } // Bitmask char0 so that we can apply character transformations\n // regardless of field and data channel.\n // Then byte-shift to the left and OR with char1 so we can pass the\n // entire character code to `getCharFromCode`.\n\n\n char0 = (char0 & 0x03) << 8;\n text = getCharFromCode(char0 | char1);\n this[this.mode_](packet.pts, text);\n this.column_++; // Process mid-row codes\n } else if (this.isMidRowCode(char0, char1)) {\n // Attributes are not additive, so clear all formatting\n this.clearFormatting(packet.pts); // According to the standard, mid-row codes\n // should be replaced with spaces, so add one now\n\n this[this.mode_](packet.pts, ' ');\n this.column_++;\n\n if ((char1 & 0xe) === 0xe) {\n this.addFormatting(packet.pts, ['i']);\n }\n\n if ((char1 & 0x1) === 0x1) {\n this.addFormatting(packet.pts, ['u']);\n } // Detect offset control codes and adjust cursor\n\n } else if (this.isOffsetControlCode(char0, char1)) {\n // Cursor position is set by indent PAC (see below) in 4-column\n // increments, with an additional offset code of 1-3 to reach any\n // of the 32 columns specified by CEA-608. So all we need to do\n // here is increment the column cursor by the given offset.\n this.column_ += char1 & 0x03; // Detect PACs (Preamble Address Codes)\n } else if (this.isPAC(char0, char1)) {\n // There's no logic for PAC -> row mapping, so we have to just\n // find the row code in an array and use its index :(\n var row = ROWS.indexOf(data & 0x1f20); // Configure the caption window if we're in roll-up mode\n\n if (this.mode_ === 'rollUp') {\n // This implies that the base row is incorrectly set.\n // As per the recommendation in CEA-608(Base Row Implementation), defer to the number\n // of roll-up rows set.\n if (row - this.rollUpRows_ + 1 < 0) {\n row = this.rollUpRows_ - 1;\n }\n\n this.setRollUp(packet.pts, row);\n }\n\n if (row !== this.row_) {\n // formatting is only persistent for current row\n this.clearFormatting(packet.pts);\n this.row_ = row;\n } // All PACs can apply underline, so detect and apply\n // (All odd-numbered second bytes set underline)\n\n\n if (char1 & 0x1 && this.formatting_.indexOf('u') === -1) {\n this.addFormatting(packet.pts, ['u']);\n }\n\n if ((data & 0x10) === 0x10) {\n // We've got an indent level code. Each successive even number\n // increments the column cursor by 4, so we can get the desired\n // column position by bit-shifting to the right (to get n/2)\n // and multiplying by 4.\n this.column_ = ((data & 0xe) >> 1) * 4;\n }\n\n if (this.isColorPAC(char1)) {\n // it's a color code, though we only support white, which\n // can be either normal or italicized. white italics can be\n // either 0x4e or 0x6e depending on the row, so we just\n // bitwise-and with 0xe to see if italics should be turned on\n if ((char1 & 0xe) === 0xe) {\n this.addFormatting(packet.pts, ['i']);\n }\n } // We have a normal character in char0, and possibly one in char1\n\n } else if (this.isNormalChar(char0)) {\n if (char1 === 0x00) {\n char1 = null;\n }\n\n text = getCharFromCode(char0);\n text += getCharFromCode(char1);\n this[this.mode_](packet.pts, text);\n this.column_ += text.length;\n } // finish data processing\n\n };\n };\n\n Cea608Stream.prototype = new stream(); // Trigger a cue point that captures the current state of the\n // display buffer\n\n Cea608Stream.prototype.flushDisplayed = function (pts) {\n var content = this.displayed_ // remove spaces from the start and end of the string\n .map(function (row) {\n try {\n return row.trim();\n } catch (e) {\n // Ordinarily, this shouldn't happen. However, caption\n // parsing errors should not throw exceptions and\n // break playback.\n // eslint-disable-next-line no-console\n console.error('Skipping malformed caption.');\n return '';\n }\n }) // combine all text rows to display in one cue\n .join('\\n') // and remove blank rows from the start and end, but not the middle\n .replace(/^\\n+|\\n+$/g, '');\n\n if (content.length) {\n this.trigger('data', {\n startPts: this.startPts_,\n endPts: pts,\n text: content,\n stream: this.name_\n });\n }\n };\n /**\n * Zero out the data, used for startup and on seek\n */\n\n\n Cea608Stream.prototype.reset = function () {\n this.mode_ = 'popOn'; // When in roll-up mode, the index of the last row that will\n // actually display captions. If a caption is shifted to a row\n // with a lower index than this, it is cleared from the display\n // buffer\n\n this.topRow_ = 0;\n this.startPts_ = 0;\n this.displayed_ = createDisplayBuffer();\n this.nonDisplayed_ = createDisplayBuffer();\n this.lastControlCode_ = null; // Track row and column for proper line-breaking and spacing\n\n this.column_ = 0;\n this.row_ = BOTTOM_ROW;\n this.rollUpRows_ = 2; // This variable holds currently-applied formatting\n\n this.formatting_ = [];\n };\n /**\n * Sets up control code and related constants for this instance\n */\n\n\n Cea608Stream.prototype.setConstants = function () {\n // The following attributes have these uses:\n // ext_ : char0 for mid-row codes, and the base for extended\n // chars (ext_+0, ext_+1, and ext_+2 are char0s for\n // extended codes)\n // control_: char0 for control codes, except byte-shifted to the\n // left so that we can do this.control_ | CONTROL_CODE\n // offset_: char0 for tab offset codes\n //\n // It's also worth noting that control codes, and _only_ control codes,\n // differ between field 1 and field2. Field 2 control codes are always\n // their field 1 value plus 1. That's why there's the \"| field\" on the\n // control value.\n if (this.dataChannel_ === 0) {\n this.BASE_ = 0x10;\n this.EXT_ = 0x11;\n this.CONTROL_ = (0x14 | this.field_) << 8;\n this.OFFSET_ = 0x17;\n } else if (this.dataChannel_ === 1) {\n this.BASE_ = 0x18;\n this.EXT_ = 0x19;\n this.CONTROL_ = (0x1c | this.field_) << 8;\n this.OFFSET_ = 0x1f;\n } // Constants for the LSByte command codes recognized by Cea608Stream. This\n // list is not exhaustive. For a more comprehensive listing and semantics see\n // http://www.gpo.gov/fdsys/pkg/CFR-2010-title47-vol1/pdf/CFR-2010-title47-vol1-sec15-119.pdf\n // Padding\n\n\n this.PADDING_ = 0x0000; // Pop-on Mode\n\n this.RESUME_CAPTION_LOADING_ = this.CONTROL_ | 0x20;\n this.END_OF_CAPTION_ = this.CONTROL_ | 0x2f; // Roll-up Mode\n\n this.ROLL_UP_2_ROWS_ = this.CONTROL_ | 0x25;\n this.ROLL_UP_3_ROWS_ = this.CONTROL_ | 0x26;\n this.ROLL_UP_4_ROWS_ = this.CONTROL_ | 0x27;\n this.CARRIAGE_RETURN_ = this.CONTROL_ | 0x2d; // paint-on mode\n\n this.RESUME_DIRECT_CAPTIONING_ = this.CONTROL_ | 0x29; // Erasure\n\n this.BACKSPACE_ = this.CONTROL_ | 0x21;\n this.ERASE_DISPLAYED_MEMORY_ = this.CONTROL_ | 0x2c;\n this.ERASE_NON_DISPLAYED_MEMORY_ = this.CONTROL_ | 0x2e;\n };\n /**\n * Detects if the 2-byte packet data is a special character\n *\n * Special characters have a second byte in the range 0x30 to 0x3f,\n * with the first byte being 0x11 (for data channel 1) or 0x19 (for\n * data channel 2).\n *\n * @param {Integer} char0 The first byte\n * @param {Integer} char1 The second byte\n * @return {Boolean} Whether the 2 bytes are an special character\n */\n\n\n Cea608Stream.prototype.isSpecialCharacter = function (char0, char1) {\n return char0 === this.EXT_ && char1 >= 0x30 && char1 <= 0x3f;\n };\n /**\n * Detects if the 2-byte packet data is an extended character\n *\n * Extended characters have a second byte in the range 0x20 to 0x3f,\n * with the first byte being 0x12 or 0x13 (for data channel 1) or\n * 0x1a or 0x1b (for data channel 2).\n *\n * @param {Integer} char0 The first byte\n * @param {Integer} char1 The second byte\n * @return {Boolean} Whether the 2 bytes are an extended character\n */\n\n\n Cea608Stream.prototype.isExtCharacter = function (char0, char1) {\n return (char0 === this.EXT_ + 1 || char0 === this.EXT_ + 2) && char1 >= 0x20 && char1 <= 0x3f;\n };\n /**\n * Detects if the 2-byte packet is a mid-row code\n *\n * Mid-row codes have a second byte in the range 0x20 to 0x2f, with\n * the first byte being 0x11 (for data channel 1) or 0x19 (for data\n * channel 2).\n *\n * @param {Integer} char0 The first byte\n * @param {Integer} char1 The second byte\n * @return {Boolean} Whether the 2 bytes are a mid-row code\n */\n\n\n Cea608Stream.prototype.isMidRowCode = function (char0, char1) {\n return char0 === this.EXT_ && char1 >= 0x20 && char1 <= 0x2f;\n };\n /**\n * Detects if the 2-byte packet is an offset control code\n *\n * Offset control codes have a second byte in the range 0x21 to 0x23,\n * with the first byte being 0x17 (for data channel 1) or 0x1f (for\n * data channel 2).\n *\n * @param {Integer} char0 The first byte\n * @param {Integer} char1 The second byte\n * @return {Boolean} Whether the 2 bytes are an offset control code\n */\n\n\n Cea608Stream.prototype.isOffsetControlCode = function (char0, char1) {\n return char0 === this.OFFSET_ && char1 >= 0x21 && char1 <= 0x23;\n };\n /**\n * Detects if the 2-byte packet is a Preamble Address Code\n *\n * PACs have a first byte in the range 0x10 to 0x17 (for data channel 1)\n * or 0x18 to 0x1f (for data channel 2), with the second byte in the\n * range 0x40 to 0x7f.\n *\n * @param {Integer} char0 The first byte\n * @param {Integer} char1 The second byte\n * @return {Boolean} Whether the 2 bytes are a PAC\n */\n\n\n Cea608Stream.prototype.isPAC = function (char0, char1) {\n return char0 >= this.BASE_ && char0 < this.BASE_ + 8 && char1 >= 0x40 && char1 <= 0x7f;\n };\n /**\n * Detects if a packet's second byte is in the range of a PAC color code\n *\n * PAC color codes have the second byte be in the range 0x40 to 0x4f, or\n * 0x60 to 0x6f.\n *\n * @param {Integer} char1 The second byte\n * @return {Boolean} Whether the byte is a color PAC\n */\n\n\n Cea608Stream.prototype.isColorPAC = function (char1) {\n return char1 >= 0x40 && char1 <= 0x4f || char1 >= 0x60 && char1 <= 0x7f;\n };\n /**\n * Detects if a single byte is in the range of a normal character\n *\n * Normal text bytes are in the range 0x20 to 0x7f.\n *\n * @param {Integer} char The byte\n * @return {Boolean} Whether the byte is a normal character\n */\n\n\n Cea608Stream.prototype.isNormalChar = function (char) {\n return char >= 0x20 && char <= 0x7f;\n };\n /**\n * Configures roll-up\n *\n * @param {Integer} pts Current PTS\n * @param {Integer} newBaseRow Used by PACs to slide the current window to\n * a new position\n */\n\n\n Cea608Stream.prototype.setRollUp = function (pts, newBaseRow) {\n // Reset the base row to the bottom row when switching modes\n if (this.mode_ !== 'rollUp') {\n this.row_ = BOTTOM_ROW;\n this.mode_ = 'rollUp'; // Spec says to wipe memories when switching to roll-up\n\n this.flushDisplayed(pts);\n this.nonDisplayed_ = createDisplayBuffer();\n this.displayed_ = createDisplayBuffer();\n }\n\n if (newBaseRow !== undefined && newBaseRow !== this.row_) {\n // move currently displayed captions (up or down) to the new base row\n for (var i = 0; i < this.rollUpRows_; i++) {\n this.displayed_[newBaseRow - i] = this.displayed_[this.row_ - i];\n this.displayed_[this.row_ - i] = '';\n }\n }\n\n if (newBaseRow === undefined) {\n newBaseRow = this.row_;\n }\n\n this.topRow_ = newBaseRow - this.rollUpRows_ + 1;\n }; // Adds the opening HTML tag for the passed character to the caption text,\n // and keeps track of it for later closing\n\n\n Cea608Stream.prototype.addFormatting = function (pts, format) {\n this.formatting_ = this.formatting_.concat(format);\n var text = format.reduce(function (text, format) {\n return text + '<' + format + '>';\n }, '');\n this[this.mode_](pts, text);\n }; // Adds HTML closing tags for current formatting to caption text and\n // clears remembered formatting\n\n\n Cea608Stream.prototype.clearFormatting = function (pts) {\n if (!this.formatting_.length) {\n return;\n }\n\n var text = this.formatting_.reverse().reduce(function (text, format) {\n return text + '</' + format + '>';\n }, '');\n this.formatting_ = [];\n this[this.mode_](pts, text);\n }; // Mode Implementations\n\n\n Cea608Stream.prototype.popOn = function (pts, text) {\n var baseRow = this.nonDisplayed_[this.row_]; // buffer characters\n\n baseRow += text;\n this.nonDisplayed_[this.row_] = baseRow;\n };\n\n Cea608Stream.prototype.rollUp = function (pts, text) {\n var baseRow = this.displayed_[this.row_];\n baseRow += text;\n this.displayed_[this.row_] = baseRow;\n };\n\n Cea608Stream.prototype.shiftRowsUp_ = function () {\n var i; // clear out inactive rows\n\n for (i = 0; i < this.topRow_; i++) {\n this.displayed_[i] = '';\n }\n\n for (i = this.row_ + 1; i < BOTTOM_ROW + 1; i++) {\n this.displayed_[i] = '';\n } // shift displayed rows up\n\n\n for (i = this.topRow_; i < this.row_; i++) {\n this.displayed_[i] = this.displayed_[i + 1];\n } // clear out the bottom row\n\n\n this.displayed_[this.row_] = '';\n };\n\n Cea608Stream.prototype.paintOn = function (pts, text) {\n var baseRow = this.displayed_[this.row_];\n baseRow += text;\n this.displayed_[this.row_] = baseRow;\n }; // exports\n\n\n var captionStream = {\n CaptionStream: CaptionStream,\n Cea608Stream: Cea608Stream\n };\n var streamTypes = {\n H264_STREAM_TYPE: 0x1B,\n ADTS_STREAM_TYPE: 0x0F,\n METADATA_STREAM_TYPE: 0x15\n };\n var MAX_TS = 8589934592;\n var RO_THRESH = 4294967296;\n\n var handleRollover = function handleRollover(value, reference) {\n var direction = 1;\n\n if (value > reference) {\n // If the current timestamp value is greater than our reference timestamp and we detect a\n // timestamp rollover, this means the roll over is happening in the opposite direction.\n // Example scenario: Enter a long stream/video just after a rollover occurred. The reference\n // point will be set to a small number, e.g. 1. The user then seeks backwards over the\n // rollover point. In loading this segment, the timestamp values will be very large,\n // e.g. 2^33 - 1. Since this comes before the data we loaded previously, we want to adjust\n // the time stamp to be `value - 2^33`.\n direction = -1;\n } // Note: A seek forwards or back that is greater than the RO_THRESH (2^32, ~13 hours) will\n // cause an incorrect adjustment.\n\n\n while (Math.abs(reference - value) > RO_THRESH) {\n value += direction * MAX_TS;\n }\n\n return value;\n };\n\n var TimestampRolloverStream = function TimestampRolloverStream(type) {\n var lastDTS, referenceDTS;\n TimestampRolloverStream.prototype.init.call(this);\n this.type_ = type;\n\n this.push = function (data) {\n if (data.type !== this.type_) {\n return;\n }\n\n if (referenceDTS === undefined) {\n referenceDTS = data.dts;\n }\n\n data.dts = handleRollover(data.dts, referenceDTS);\n data.pts = handleRollover(data.pts, referenceDTS);\n lastDTS = data.dts;\n this.trigger('data', data);\n };\n\n this.flush = function () {\n referenceDTS = lastDTS;\n this.trigger('done');\n };\n\n this.discontinuity = function () {\n referenceDTS = void 0;\n lastDTS = void 0;\n };\n };\n\n TimestampRolloverStream.prototype = new stream();\n var timestampRolloverStream = {\n TimestampRolloverStream: TimestampRolloverStream,\n handleRollover: handleRollover\n };\n\n var percentEncode = function percentEncode(bytes, start, end) {\n var i,\n result = '';\n\n for (i = start; i < end; i++) {\n result += '%' + ('00' + bytes[i].toString(16)).slice(-2);\n }\n\n return result;\n },\n // return the string representation of the specified byte range,\n // interpreted as UTf-8.\n parseUtf8 = function parseUtf8(bytes, start, end) {\n return decodeURIComponent(percentEncode(bytes, start, end));\n },\n // return the string representation of the specified byte range,\n // interpreted as ISO-8859-1.\n parseIso88591 = function parseIso88591(bytes, start, end) {\n return unescape(percentEncode(bytes, start, end)); // jshint ignore:line\n },\n parseSyncSafeInteger = function parseSyncSafeInteger(data) {\n return data[0] << 21 | data[1] << 14 | data[2] << 7 | data[3];\n },\n tagParsers = {\n TXXX: function TXXX(tag) {\n var i;\n\n if (tag.data[0] !== 3) {\n // ignore frames with unrecognized character encodings\n return;\n }\n\n for (i = 1; i < tag.data.length; i++) {\n if (tag.data[i] === 0) {\n // parse the text fields\n tag.description = parseUtf8(tag.data, 1, i); // do not include the null terminator in the tag value\n\n tag.value = parseUtf8(tag.data, i + 1, tag.data.length).replace(/\\0*$/, '');\n break;\n }\n }\n\n tag.data = tag.value;\n },\n WXXX: function WXXX(tag) {\n var i;\n\n if (tag.data[0] !== 3) {\n // ignore frames with unrecognized character encodings\n return;\n }\n\n for (i = 1; i < tag.data.length; i++) {\n if (tag.data[i] === 0) {\n // parse the description and URL fields\n tag.description = parseUtf8(tag.data, 1, i);\n tag.url = parseUtf8(tag.data, i + 1, tag.data.length);\n break;\n }\n }\n },\n PRIV: function PRIV(tag) {\n var i;\n\n for (i = 0; i < tag.data.length; i++) {\n if (tag.data[i] === 0) {\n // parse the description and URL fields\n tag.owner = parseIso88591(tag.data, 0, i);\n break;\n }\n }\n\n tag.privateData = tag.data.subarray(i + 1);\n tag.data = tag.privateData;\n }\n },\n _MetadataStream;\n\n _MetadataStream = function MetadataStream(options) {\n var settings = {\n debug: !!(options && options.debug),\n // the bytes of the program-level descriptor field in MP2T\n // see ISO/IEC 13818-1:2013 (E), section 2.6 \"Program and\n // program element descriptors\"\n descriptor: options && options.descriptor\n },\n // the total size in bytes of the ID3 tag being parsed\n tagSize = 0,\n // tag data that is not complete enough to be parsed\n buffer = [],\n // the total number of bytes currently in the buffer\n bufferSize = 0,\n i;\n\n _MetadataStream.prototype.init.call(this); // calculate the text track in-band metadata track dispatch type\n // https://html.spec.whatwg.org/multipage/embedded-content.html#steps-to-expose-a-media-resource-specific-text-track\n\n\n this.dispatchType = streamTypes.METADATA_STREAM_TYPE.toString(16);\n\n if (settings.descriptor) {\n for (i = 0; i < settings.descriptor.length; i++) {\n this.dispatchType += ('00' + settings.descriptor[i].toString(16)).slice(-2);\n }\n }\n\n this.push = function (chunk) {\n var tag, frameStart, frameSize, frame, i, frameHeader;\n\n if (chunk.type !== 'timed-metadata') {\n return;\n } // if data_alignment_indicator is set in the PES header,\n // we must have the start of a new ID3 tag. Assume anything\n // remaining in the buffer was malformed and throw it out\n\n\n if (chunk.dataAlignmentIndicator) {\n bufferSize = 0;\n buffer.length = 0;\n } // ignore events that don't look like ID3 data\n\n\n if (buffer.length === 0 && (chunk.data.length < 10 || chunk.data[0] !== 'I'.charCodeAt(0) || chunk.data[1] !== 'D'.charCodeAt(0) || chunk.data[2] !== '3'.charCodeAt(0))) {\n if (settings.debug) {\n // eslint-disable-next-line no-console\n console.log('Skipping unrecognized metadata packet');\n }\n\n return;\n } // add this chunk to the data we've collected so far\n\n\n buffer.push(chunk);\n bufferSize += chunk.data.byteLength; // grab the size of the entire frame from the ID3 header\n\n if (buffer.length === 1) {\n // the frame size is transmitted as a 28-bit integer in the\n // last four bytes of the ID3 header.\n // The most significant bit of each byte is dropped and the\n // results concatenated to recover the actual value.\n tagSize = parseSyncSafeInteger(chunk.data.subarray(6, 10)); // ID3 reports the tag size excluding the header but it's more\n // convenient for our comparisons to include it\n\n tagSize += 10;\n } // if the entire frame has not arrived, wait for more data\n\n\n if (bufferSize < tagSize) {\n return;\n } // collect the entire frame so it can be parsed\n\n\n tag = {\n data: new Uint8Array(tagSize),\n frames: [],\n pts: buffer[0].pts,\n dts: buffer[0].dts\n };\n\n for (i = 0; i < tagSize;) {\n tag.data.set(buffer[0].data.subarray(0, tagSize - i), i);\n i += buffer[0].data.byteLength;\n bufferSize -= buffer[0].data.byteLength;\n buffer.shift();\n } // find the start of the first frame and the end of the tag\n\n\n frameStart = 10;\n\n if (tag.data[5] & 0x40) {\n // advance the frame start past the extended header\n frameStart += 4; // header size field\n\n frameStart += parseSyncSafeInteger(tag.data.subarray(10, 14)); // clip any padding off the end\n\n tagSize -= parseSyncSafeInteger(tag.data.subarray(16, 20));\n } // parse one or more ID3 frames\n // http://id3.org/id3v2.3.0#ID3v2_frame_overview\n\n\n do {\n // determine the number of bytes in this frame\n frameSize = parseSyncSafeInteger(tag.data.subarray(frameStart + 4, frameStart + 8));\n\n if (frameSize < 1) {\n // eslint-disable-next-line no-console\n return console.log('Malformed ID3 frame encountered. Skipping metadata parsing.');\n }\n\n frameHeader = String.fromCharCode(tag.data[frameStart], tag.data[frameStart + 1], tag.data[frameStart + 2], tag.data[frameStart + 3]);\n frame = {\n id: frameHeader,\n data: tag.data.subarray(frameStart + 10, frameStart + frameSize + 10)\n };\n frame.key = frame.id;\n\n if (tagParsers[frame.id]) {\n tagParsers[frame.id](frame); // handle the special PRIV frame used to indicate the start\n // time for raw AAC data\n\n if (frame.owner === 'com.apple.streaming.transportStreamTimestamp') {\n var d = frame.data,\n size = (d[3] & 0x01) << 30 | d[4] << 22 | d[5] << 14 | d[6] << 6 | d[7] >>> 2;\n size *= 4;\n size += d[7] & 0x03;\n frame.timeStamp = size; // in raw AAC, all subsequent data will be timestamped based\n // on the value of this frame\n // we couldn't have known the appropriate pts and dts before\n // parsing this ID3 tag so set those values now\n\n if (tag.pts === undefined && tag.dts === undefined) {\n tag.pts = frame.timeStamp;\n tag.dts = frame.timeStamp;\n }\n\n this.trigger('timestamp', frame);\n }\n }\n\n tag.frames.push(frame);\n frameStart += 10; // advance past the frame header\n\n frameStart += frameSize; // advance past the frame body\n } while (frameStart < tagSize);\n\n this.trigger('data', tag);\n };\n };\n\n _MetadataStream.prototype = new stream();\n var metadataStream = _MetadataStream;\n var TimestampRolloverStream$1 = timestampRolloverStream.TimestampRolloverStream; // object types\n\n var _TransportPacketStream, _TransportParseStream, _ElementaryStream; // constants\n\n\n var MP2T_PACKET_LENGTH = 188,\n // bytes\n SYNC_BYTE = 0x47;\n /**\n * Splits an incoming stream of binary data into MPEG-2 Transport\n * Stream packets.\n */\n\n _TransportPacketStream = function TransportPacketStream() {\n var buffer = new Uint8Array(MP2T_PACKET_LENGTH),\n bytesInBuffer = 0;\n\n _TransportPacketStream.prototype.init.call(this); // Deliver new bytes to the stream.\n\n /**\n * Split a stream of data into M2TS packets\n **/\n\n\n this.push = function (bytes) {\n var startIndex = 0,\n endIndex = MP2T_PACKET_LENGTH,\n everything; // If there are bytes remaining from the last segment, prepend them to the\n // bytes that were pushed in\n\n if (bytesInBuffer) {\n everything = new Uint8Array(bytes.byteLength + bytesInBuffer);\n everything.set(buffer.subarray(0, bytesInBuffer));\n everything.set(bytes, bytesInBuffer);\n bytesInBuffer = 0;\n } else {\n everything = bytes;\n } // While we have enough data for a packet\n\n\n while (endIndex < everything.byteLength) {\n // Look for a pair of start and end sync bytes in the data..\n if (everything[startIndex] === SYNC_BYTE && everything[endIndex] === SYNC_BYTE) {\n // We found a packet so emit it and jump one whole packet forward in\n // the stream\n this.trigger('data', everything.subarray(startIndex, endIndex));\n startIndex += MP2T_PACKET_LENGTH;\n endIndex += MP2T_PACKET_LENGTH;\n continue;\n } // If we get here, we have somehow become de-synchronized and we need to step\n // forward one byte at a time until we find a pair of sync bytes that denote\n // a packet\n\n\n startIndex++;\n endIndex++;\n } // If there was some data left over at the end of the segment that couldn't\n // possibly be a whole packet, keep it because it might be the start of a packet\n // that continues in the next segment\n\n\n if (startIndex < everything.byteLength) {\n buffer.set(everything.subarray(startIndex), 0);\n bytesInBuffer = everything.byteLength - startIndex;\n }\n };\n /**\n * Passes identified M2TS packets to the TransportParseStream to be parsed\n **/\n\n\n this.flush = function () {\n // If the buffer contains a whole packet when we are being flushed, emit it\n // and empty the buffer. Otherwise hold onto the data because it may be\n // important for decoding the next segment\n if (bytesInBuffer === MP2T_PACKET_LENGTH && buffer[0] === SYNC_BYTE) {\n this.trigger('data', buffer);\n bytesInBuffer = 0;\n }\n\n this.trigger('done');\n };\n };\n\n _TransportPacketStream.prototype = new stream();\n /**\n * Accepts an MP2T TransportPacketStream and emits data events with parsed\n * forms of the individual transport stream packets.\n */\n\n _TransportParseStream = function TransportParseStream() {\n var parsePsi, parsePat, parsePmt, self;\n\n _TransportParseStream.prototype.init.call(this);\n\n self = this;\n this.packetsWaitingForPmt = [];\n this.programMapTable = undefined;\n\n parsePsi = function parsePsi(payload, psi) {\n var offset = 0; // PSI packets may be split into multiple sections and those\n // sections may be split into multiple packets. If a PSI\n // section starts in this packet, the payload_unit_start_indicator\n // will be true and the first byte of the payload will indicate\n // the offset from the current position to the start of the\n // section.\n\n if (psi.payloadUnitStartIndicator) {\n offset += payload[offset] + 1;\n }\n\n if (psi.type === 'pat') {\n parsePat(payload.subarray(offset), psi);\n } else {\n parsePmt(payload.subarray(offset), psi);\n }\n };\n\n parsePat = function parsePat(payload, pat) {\n pat.section_number = payload[7]; // eslint-disable-line camelcase\n\n pat.last_section_number = payload[8]; // eslint-disable-line camelcase\n // skip the PSI header and parse the first PMT entry\n\n self.pmtPid = (payload[10] & 0x1F) << 8 | payload[11];\n pat.pmtPid = self.pmtPid;\n };\n /**\n * Parse out the relevant fields of a Program Map Table (PMT).\n * @param payload {Uint8Array} the PMT-specific portion of an MP2T\n * packet. The first byte in this array should be the table_id\n * field.\n * @param pmt {object} the object that should be decorated with\n * fields parsed from the PMT.\n */\n\n\n parsePmt = function parsePmt(payload, pmt) {\n var sectionLength, tableEnd, programInfoLength, offset; // PMTs can be sent ahead of the time when they should actually\n // take effect. We don't believe this should ever be the case\n // for HLS but we'll ignore \"forward\" PMT declarations if we see\n // them. Future PMT declarations have the current_next_indicator\n // set to zero.\n\n if (!(payload[5] & 0x01)) {\n return;\n } // overwrite any existing program map table\n\n\n self.programMapTable = {\n video: null,\n audio: null,\n 'timed-metadata': {}\n }; // the mapping table ends at the end of the current section\n\n sectionLength = (payload[1] & 0x0f) << 8 | payload[2];\n tableEnd = 3 + sectionLength - 4; // to determine where the table is, we have to figure out how\n // long the program info descriptors are\n\n programInfoLength = (payload[10] & 0x0f) << 8 | payload[11]; // advance the offset to the first entry in the mapping table\n\n offset = 12 + programInfoLength;\n\n while (offset < tableEnd) {\n var streamType = payload[offset];\n var pid = (payload[offset + 1] & 0x1F) << 8 | payload[offset + 2]; // only map a single elementary_pid for audio and video stream types\n // TODO: should this be done for metadata too? for now maintain behavior of\n // multiple metadata streams\n\n if (streamType === streamTypes.H264_STREAM_TYPE && self.programMapTable.video === null) {\n self.programMapTable.video = pid;\n } else if (streamType === streamTypes.ADTS_STREAM_TYPE && self.programMapTable.audio === null) {\n self.programMapTable.audio = pid;\n } else if (streamType === streamTypes.METADATA_STREAM_TYPE) {\n // map pid to stream type for metadata streams\n self.programMapTable['timed-metadata'][pid] = streamType;\n } // move to the next table entry\n // skip past the elementary stream descriptors, if present\n\n\n offset += ((payload[offset + 3] & 0x0F) << 8 | payload[offset + 4]) + 5;\n } // record the map on the packet as well\n\n\n pmt.programMapTable = self.programMapTable;\n };\n /**\n * Deliver a new MP2T packet to the next stream in the pipeline.\n */\n\n\n this.push = function (packet) {\n var result = {},\n offset = 4;\n result.payloadUnitStartIndicator = !!(packet[1] & 0x40); // pid is a 13-bit field starting at the last bit of packet[1]\n\n result.pid = packet[1] & 0x1f;\n result.pid <<= 8;\n result.pid |= packet[2]; // if an adaption field is present, its length is specified by the\n // fifth byte of the TS packet header. The adaptation field is\n // used to add stuffing to PES packets that don't fill a complete\n // TS packet, and to specify some forms of timing and control data\n // that we do not currently use.\n\n if ((packet[3] & 0x30) >>> 4 > 0x01) {\n offset += packet[offset] + 1;\n } // parse the rest of the packet based on the type\n\n\n if (result.pid === 0) {\n result.type = 'pat';\n parsePsi(packet.subarray(offset), result);\n this.trigger('data', result);\n } else if (result.pid === this.pmtPid) {\n result.type = 'pmt';\n parsePsi(packet.subarray(offset), result);\n this.trigger('data', result); // if there are any packets waiting for a PMT to be found, process them now\n\n while (this.packetsWaitingForPmt.length) {\n this.processPes_.apply(this, this.packetsWaitingForPmt.shift());\n }\n } else if (this.programMapTable === undefined) {\n // When we have not seen a PMT yet, defer further processing of\n // PES packets until one has been parsed\n this.packetsWaitingForPmt.push([packet, offset, result]);\n } else {\n this.processPes_(packet, offset, result);\n }\n };\n\n this.processPes_ = function (packet, offset, result) {\n // set the appropriate stream type\n if (result.pid === this.programMapTable.video) {\n result.streamType = streamTypes.H264_STREAM_TYPE;\n } else if (result.pid === this.programMapTable.audio) {\n result.streamType = streamTypes.ADTS_STREAM_TYPE;\n } else {\n // if not video or audio, it is timed-metadata or unknown\n // if unknown, streamType will be undefined\n result.streamType = this.programMapTable['timed-metadata'][result.pid];\n }\n\n result.type = 'pes';\n result.data = packet.subarray(offset);\n this.trigger('data', result);\n };\n };\n\n _TransportParseStream.prototype = new stream();\n _TransportParseStream.STREAM_TYPES = {\n h264: 0x1b,\n adts: 0x0f\n };\n /**\n * Reconsistutes program elementary stream (PES) packets from parsed\n * transport stream packets. That is, if you pipe an\n * mp2t.TransportParseStream into a mp2t.ElementaryStream, the output\n * events will be events which capture the bytes for individual PES\n * packets plus relevant metadata that has been extracted from the\n * container.\n */\n\n _ElementaryStream = function ElementaryStream() {\n var self = this,\n // PES packet fragments\n video = {\n data: [],\n size: 0\n },\n audio = {\n data: [],\n size: 0\n },\n timedMetadata = {\n data: [],\n size: 0\n },\n parsePes = function parsePes(payload, pes) {\n var ptsDtsFlags; // get the packet length, this will be 0 for video\n\n pes.packetLength = 6 + (payload[4] << 8 | payload[5]); // find out if this packets starts a new keyframe\n\n pes.dataAlignmentIndicator = (payload[6] & 0x04) !== 0; // PES packets may be annotated with a PTS value, or a PTS value\n // and a DTS value. Determine what combination of values is\n // available to work with.\n\n ptsDtsFlags = payload[7]; // PTS and DTS are normally stored as a 33-bit number. Javascript\n // performs all bitwise operations on 32-bit integers but javascript\n // supports a much greater range (52-bits) of integer using standard\n // mathematical operations.\n // We construct a 31-bit value using bitwise operators over the 31\n // most significant bits and then multiply by 4 (equal to a left-shift\n // of 2) before we add the final 2 least significant bits of the\n // timestamp (equal to an OR.)\n\n if (ptsDtsFlags & 0xC0) {\n // the PTS and DTS are not written out directly. For information\n // on how they are encoded, see\n // http://dvd.sourceforge.net/dvdinfo/pes-hdr.html\n pes.pts = (payload[9] & 0x0E) << 27 | (payload[10] & 0xFF) << 20 | (payload[11] & 0xFE) << 12 | (payload[12] & 0xFF) << 5 | (payload[13] & 0xFE) >>> 3;\n pes.pts *= 4; // Left shift by 2\n\n pes.pts += (payload[13] & 0x06) >>> 1; // OR by the two LSBs\n\n pes.dts = pes.pts;\n\n if (ptsDtsFlags & 0x40) {\n pes.dts = (payload[14] & 0x0E) << 27 | (payload[15] & 0xFF) << 20 | (payload[16] & 0xFE) << 12 | (payload[17] & 0xFF) << 5 | (payload[18] & 0xFE) >>> 3;\n pes.dts *= 4; // Left shift by 2\n\n pes.dts += (payload[18] & 0x06) >>> 1; // OR by the two LSBs\n }\n } // the data section starts immediately after the PES header.\n // pes_header_data_length specifies the number of header bytes\n // that follow the last byte of the field.\n\n\n pes.data = payload.subarray(9 + payload[8]);\n },\n\n /**\n * Pass completely parsed PES packets to the next stream in the pipeline\n **/\n flushStream = function flushStream(stream$$1, type, forceFlush) {\n var packetData = new Uint8Array(stream$$1.size),\n event = {\n type: type\n },\n i = 0,\n offset = 0,\n packetFlushable = false,\n fragment; // do nothing if there is not enough buffered data for a complete\n // PES header\n\n if (!stream$$1.data.length || stream$$1.size < 9) {\n return;\n }\n\n event.trackId = stream$$1.data[0].pid; // reassemble the packet\n\n for (i = 0; i < stream$$1.data.length; i++) {\n fragment = stream$$1.data[i];\n packetData.set(fragment.data, offset);\n offset += fragment.data.byteLength;\n } // parse assembled packet's PES header\n\n\n parsePes(packetData, event); // non-video PES packets MUST have a non-zero PES_packet_length\n // check that there is enough stream data to fill the packet\n\n packetFlushable = type === 'video' || event.packetLength <= stream$$1.size; // flush pending packets if the conditions are right\n\n if (forceFlush || packetFlushable) {\n stream$$1.size = 0;\n stream$$1.data.length = 0;\n } // only emit packets that are complete. this is to avoid assembling\n // incomplete PES packets due to poor segmentation\n\n\n if (packetFlushable) {\n self.trigger('data', event);\n }\n };\n\n _ElementaryStream.prototype.init.call(this);\n /**\n * Identifies M2TS packet types and parses PES packets using metadata\n * parsed from the PMT\n **/\n\n\n this.push = function (data) {\n ({\n pat: function pat() {// we have to wait for the PMT to arrive as well before we\n // have any meaningful metadata\n },\n pes: function pes() {\n var stream$$1, streamType;\n\n switch (data.streamType) {\n case streamTypes.H264_STREAM_TYPE:\n case streamTypes.H264_STREAM_TYPE:\n stream$$1 = video;\n streamType = 'video';\n break;\n\n case streamTypes.ADTS_STREAM_TYPE:\n stream$$1 = audio;\n streamType = 'audio';\n break;\n\n case streamTypes.METADATA_STREAM_TYPE:\n stream$$1 = timedMetadata;\n streamType = 'timed-metadata';\n break;\n\n default:\n // ignore unknown stream types\n return;\n } // if a new packet is starting, we can flush the completed\n // packet\n\n\n if (data.payloadUnitStartIndicator) {\n flushStream(stream$$1, streamType, true);\n } // buffer this fragment until we are sure we've received the\n // complete payload\n\n\n stream$$1.data.push(data);\n stream$$1.size += data.data.byteLength;\n },\n pmt: function pmt() {\n var event = {\n type: 'metadata',\n tracks: []\n },\n programMapTable = data.programMapTable; // translate audio and video streams to tracks\n\n if (programMapTable.video !== null) {\n event.tracks.push({\n timelineStartInfo: {\n baseMediaDecodeTime: 0\n },\n id: +programMapTable.video,\n codec: 'avc',\n type: 'video'\n });\n }\n\n if (programMapTable.audio !== null) {\n event.tracks.push({\n timelineStartInfo: {\n baseMediaDecodeTime: 0\n },\n id: +programMapTable.audio,\n codec: 'adts',\n type: 'audio'\n });\n }\n\n self.trigger('data', event);\n }\n })[data.type]();\n };\n /**\n * Flush any remaining input. Video PES packets may be of variable\n * length. Normally, the start of a new video packet can trigger the\n * finalization of the previous packet. That is not possible if no\n * more video is forthcoming, however. In that case, some other\n * mechanism (like the end of the file) has to be employed. When it is\n * clear that no additional data is forthcoming, calling this method\n * will flush the buffered packets.\n */\n\n\n this.flush = function () {\n // !!THIS ORDER IS IMPORTANT!!\n // video first then audio\n flushStream(video, 'video');\n flushStream(audio, 'audio');\n flushStream(timedMetadata, 'timed-metadata');\n this.trigger('done');\n };\n };\n\n _ElementaryStream.prototype = new stream();\n var m2ts = {\n PAT_PID: 0x0000,\n MP2T_PACKET_LENGTH: MP2T_PACKET_LENGTH,\n TransportPacketStream: _TransportPacketStream,\n TransportParseStream: _TransportParseStream,\n ElementaryStream: _ElementaryStream,\n TimestampRolloverStream: TimestampRolloverStream$1,\n CaptionStream: captionStream.CaptionStream,\n Cea608Stream: captionStream.Cea608Stream,\n MetadataStream: metadataStream\n };\n\n for (var type in streamTypes) {\n if (streamTypes.hasOwnProperty(type)) {\n m2ts[type] = streamTypes[type];\n }\n }\n\n var m2ts_1 = m2ts;\n\n var _AdtsStream;\n\n var ADTS_SAMPLING_FREQUENCIES = [96000, 88200, 64000, 48000, 44100, 32000, 24000, 22050, 16000, 12000, 11025, 8000, 7350];\n /*\n * Accepts a ElementaryStream and emits data events with parsed\n * AAC Audio Frames of the individual packets. Input audio in ADTS\n * format is unpacked and re-emitted as AAC frames.\n *\n * @see http://wiki.multimedia.cx/index.php?title=ADTS\n * @see http://wiki.multimedia.cx/?title=Understanding_AAC\n */\n\n _AdtsStream = function AdtsStream() {\n var buffer;\n\n _AdtsStream.prototype.init.call(this);\n\n this.push = function (packet) {\n var i = 0,\n frameNum = 0,\n frameLength,\n protectionSkipBytes,\n frameEnd,\n oldBuffer,\n sampleCount,\n adtsFrameDuration;\n\n if (packet.type !== 'audio') {\n // ignore non-audio data\n return;\n } // Prepend any data in the buffer to the input data so that we can parse\n // aac frames the cross a PES packet boundary\n\n\n if (buffer) {\n oldBuffer = buffer;\n buffer = new Uint8Array(oldBuffer.byteLength + packet.data.byteLength);\n buffer.set(oldBuffer);\n buffer.set(packet.data, oldBuffer.byteLength);\n } else {\n buffer = packet.data;\n } // unpack any ADTS frames which have been fully received\n // for details on the ADTS header, see http://wiki.multimedia.cx/index.php?title=ADTS\n\n\n while (i + 5 < buffer.length) {\n // Loook for the start of an ADTS header..\n if (buffer[i] !== 0xFF || (buffer[i + 1] & 0xF6) !== 0xF0) {\n // If a valid header was not found, jump one forward and attempt to\n // find a valid ADTS header starting at the next byte\n i++;\n continue;\n } // The protection skip bit tells us if we have 2 bytes of CRC data at the\n // end of the ADTS header\n\n\n protectionSkipBytes = (~buffer[i + 1] & 0x01) * 2; // Frame length is a 13 bit integer starting 16 bits from the\n // end of the sync sequence\n\n frameLength = (buffer[i + 3] & 0x03) << 11 | buffer[i + 4] << 3 | (buffer[i + 5] & 0xe0) >> 5;\n sampleCount = ((buffer[i + 6] & 0x03) + 1) * 1024;\n adtsFrameDuration = sampleCount * 90000 / ADTS_SAMPLING_FREQUENCIES[(buffer[i + 2] & 0x3c) >>> 2];\n frameEnd = i + frameLength; // If we don't have enough data to actually finish this ADTS frame, return\n // and wait for more data\n\n if (buffer.byteLength < frameEnd) {\n return;\n } // Otherwise, deliver the complete AAC frame\n\n\n this.trigger('data', {\n pts: packet.pts + frameNum * adtsFrameDuration,\n dts: packet.dts + frameNum * adtsFrameDuration,\n sampleCount: sampleCount,\n audioobjecttype: (buffer[i + 2] >>> 6 & 0x03) + 1,\n channelcount: (buffer[i + 2] & 1) << 2 | (buffer[i + 3] & 0xc0) >>> 6,\n samplerate: ADTS_SAMPLING_FREQUENCIES[(buffer[i + 2] & 0x3c) >>> 2],\n samplingfrequencyindex: (buffer[i + 2] & 0x3c) >>> 2,\n // assume ISO/IEC 14496-12 AudioSampleEntry default of 16\n samplesize: 16,\n data: buffer.subarray(i + 7 + protectionSkipBytes, frameEnd)\n }); // If the buffer is empty, clear it and return\n\n if (buffer.byteLength === frameEnd) {\n buffer = undefined;\n return;\n }\n\n frameNum++; // Remove the finished frame from the buffer and start the process again\n\n buffer = buffer.subarray(frameEnd);\n }\n };\n\n this.flush = function () {\n this.trigger('done');\n };\n };\n\n _AdtsStream.prototype = new stream();\n var adts = _AdtsStream;\n var ExpGolomb;\n /**\n * Parser for exponential Golomb codes, a variable-bitwidth number encoding\n * scheme used by h264.\n */\n\n ExpGolomb = function ExpGolomb(workingData) {\n var // the number of bytes left to examine in workingData\n workingBytesAvailable = workingData.byteLength,\n // the current word being examined\n workingWord = 0,\n // :uint\n // the number of bits left to examine in the current word\n workingBitsAvailable = 0; // :uint;\n // ():uint\n\n this.length = function () {\n return 8 * workingBytesAvailable;\n }; // ():uint\n\n\n this.bitsAvailable = function () {\n return 8 * workingBytesAvailable + workingBitsAvailable;\n }; // ():void\n\n\n this.loadWord = function () {\n var position = workingData.byteLength - workingBytesAvailable,\n workingBytes = new Uint8Array(4),\n availableBytes = Math.min(4, workingBytesAvailable);\n\n if (availableBytes === 0) {\n throw new Error('no bytes available');\n }\n\n workingBytes.set(workingData.subarray(position, position + availableBytes));\n workingWord = new DataView(workingBytes.buffer).getUint32(0); // track the amount of workingData that has been processed\n\n workingBitsAvailable = availableBytes * 8;\n workingBytesAvailable -= availableBytes;\n }; // (count:int):void\n\n\n this.skipBits = function (count) {\n var skipBytes; // :int\n\n if (workingBitsAvailable > count) {\n workingWord <<= count;\n workingBitsAvailable -= count;\n } else {\n count -= workingBitsAvailable;\n skipBytes = Math.floor(count / 8);\n count -= skipBytes * 8;\n workingBytesAvailable -= skipBytes;\n this.loadWord();\n workingWord <<= count;\n workingBitsAvailable -= count;\n }\n }; // (size:int):uint\n\n\n this.readBits = function (size) {\n var bits = Math.min(workingBitsAvailable, size),\n // :uint\n valu = workingWord >>> 32 - bits; // :uint\n // if size > 31, handle error\n\n workingBitsAvailable -= bits;\n\n if (workingBitsAvailable > 0) {\n workingWord <<= bits;\n } else if (workingBytesAvailable > 0) {\n this.loadWord();\n }\n\n bits = size - bits;\n\n if (bits > 0) {\n return valu << bits | this.readBits(bits);\n }\n\n return valu;\n }; // ():uint\n\n\n this.skipLeadingZeros = function () {\n var leadingZeroCount; // :uint\n\n for (leadingZeroCount = 0; leadingZeroCount < workingBitsAvailable; ++leadingZeroCount) {\n if ((workingWord & 0x80000000 >>> leadingZeroCount) !== 0) {\n // the first bit of working word is 1\n workingWord <<= leadingZeroCount;\n workingBitsAvailable -= leadingZeroCount;\n return leadingZeroCount;\n }\n } // we exhausted workingWord and still have not found a 1\n\n\n this.loadWord();\n return leadingZeroCount + this.skipLeadingZeros();\n }; // ():void\n\n\n this.skipUnsignedExpGolomb = function () {\n this.skipBits(1 + this.skipLeadingZeros());\n }; // ():void\n\n\n this.skipExpGolomb = function () {\n this.skipBits(1 + this.skipLeadingZeros());\n }; // ():uint\n\n\n this.readUnsignedExpGolomb = function () {\n var clz = this.skipLeadingZeros(); // :uint\n\n return this.readBits(clz + 1) - 1;\n }; // ():int\n\n\n this.readExpGolomb = function () {\n var valu = this.readUnsignedExpGolomb(); // :int\n\n if (0x01 & valu) {\n // the number is odd if the low order bit is set\n return 1 + valu >>> 1; // add 1 to make it even, and divide by 2\n }\n\n return -1 * (valu >>> 1); // divide by two then make it negative\n }; // Some convenience functions\n // :Boolean\n\n\n this.readBoolean = function () {\n return this.readBits(1) === 1;\n }; // ():int\n\n\n this.readUnsignedByte = function () {\n return this.readBits(8);\n };\n\n this.loadWord();\n };\n\n var expGolomb = ExpGolomb;\n\n var _H264Stream, _NalByteStream;\n\n var PROFILES_WITH_OPTIONAL_SPS_DATA;\n /**\n * Accepts a NAL unit byte stream and unpacks the embedded NAL units.\n */\n\n _NalByteStream = function NalByteStream() {\n var syncPoint = 0,\n i,\n buffer;\n\n _NalByteStream.prototype.init.call(this);\n /*\n * Scans a byte stream and triggers a data event with the NAL units found.\n * @param {Object} data Event received from H264Stream\n * @param {Uint8Array} data.data The h264 byte stream to be scanned\n *\n * @see H264Stream.push\n */\n\n\n this.push = function (data) {\n var swapBuffer;\n\n if (!buffer) {\n buffer = data.data;\n } else {\n swapBuffer = new Uint8Array(buffer.byteLength + data.data.byteLength);\n swapBuffer.set(buffer);\n swapBuffer.set(data.data, buffer.byteLength);\n buffer = swapBuffer;\n } // Rec. ITU-T H.264, Annex B\n // scan for NAL unit boundaries\n // a match looks like this:\n // 0 0 1 .. NAL .. 0 0 1\n // ^ sync point ^ i\n // or this:\n // 0 0 1 .. NAL .. 0 0 0\n // ^ sync point ^ i\n // advance the sync point to a NAL start, if necessary\n\n\n for (; syncPoint < buffer.byteLength - 3; syncPoint++) {\n if (buffer[syncPoint + 2] === 1) {\n // the sync point is properly aligned\n i = syncPoint + 5;\n break;\n }\n }\n\n while (i < buffer.byteLength) {\n // look at the current byte to determine if we've hit the end of\n // a NAL unit boundary\n switch (buffer[i]) {\n case 0:\n // skip past non-sync sequences\n if (buffer[i - 1] !== 0) {\n i += 2;\n break;\n } else if (buffer[i - 2] !== 0) {\n i++;\n break;\n } // deliver the NAL unit if it isn't empty\n\n\n if (syncPoint + 3 !== i - 2) {\n this.trigger('data', buffer.subarray(syncPoint + 3, i - 2));\n } // drop trailing zeroes\n\n\n do {\n i++;\n } while (buffer[i] !== 1 && i < buffer.length);\n\n syncPoint = i - 2;\n i += 3;\n break;\n\n case 1:\n // skip past non-sync sequences\n if (buffer[i - 1] !== 0 || buffer[i - 2] !== 0) {\n i += 3;\n break;\n } // deliver the NAL unit\n\n\n this.trigger('data', buffer.subarray(syncPoint + 3, i - 2));\n syncPoint = i - 2;\n i += 3;\n break;\n\n default:\n // the current byte isn't a one or zero, so it cannot be part\n // of a sync sequence\n i += 3;\n break;\n }\n } // filter out the NAL units that were delivered\n\n\n buffer = buffer.subarray(syncPoint);\n i -= syncPoint;\n syncPoint = 0;\n };\n\n this.flush = function () {\n // deliver the last buffered NAL unit\n if (buffer && buffer.byteLength > 3) {\n this.trigger('data', buffer.subarray(syncPoint + 3));\n } // reset the stream state\n\n\n buffer = null;\n syncPoint = 0;\n this.trigger('done');\n };\n };\n\n _NalByteStream.prototype = new stream(); // values of profile_idc that indicate additional fields are included in the SPS\n // see Recommendation ITU-T H.264 (4/2013),\n // 7.3.2.1.1 Sequence parameter set data syntax\n\n PROFILES_WITH_OPTIONAL_SPS_DATA = {\n 100: true,\n 110: true,\n 122: true,\n 244: true,\n 44: true,\n 83: true,\n 86: true,\n 118: true,\n 128: true,\n 138: true,\n 139: true,\n 134: true\n };\n /**\n * Accepts input from a ElementaryStream and produces H.264 NAL unit data\n * events.\n */\n\n _H264Stream = function H264Stream() {\n var nalByteStream = new _NalByteStream(),\n self,\n trackId,\n currentPts,\n currentDts,\n discardEmulationPreventionBytes,\n readSequenceParameterSet,\n skipScalingList;\n\n _H264Stream.prototype.init.call(this);\n\n self = this;\n /*\n * Pushes a packet from a stream onto the NalByteStream\n *\n * @param {Object} packet - A packet received from a stream\n * @param {Uint8Array} packet.data - The raw bytes of the packet\n * @param {Number} packet.dts - Decode timestamp of the packet\n * @param {Number} packet.pts - Presentation timestamp of the packet\n * @param {Number} packet.trackId - The id of the h264 track this packet came from\n * @param {('video'|'audio')} packet.type - The type of packet\n *\n */\n\n this.push = function (packet) {\n if (packet.type !== 'video') {\n return;\n }\n\n trackId = packet.trackId;\n currentPts = packet.pts;\n currentDts = packet.dts;\n nalByteStream.push(packet);\n };\n /*\n * Identify NAL unit types and pass on the NALU, trackId, presentation and decode timestamps\n * for the NALUs to the next stream component.\n * Also, preprocess caption and sequence parameter NALUs.\n *\n * @param {Uint8Array} data - A NAL unit identified by `NalByteStream.push`\n * @see NalByteStream.push\n */\n\n\n nalByteStream.on('data', function (data) {\n var event = {\n trackId: trackId,\n pts: currentPts,\n dts: currentDts,\n data: data\n };\n\n switch (data[0] & 0x1f) {\n case 0x05:\n event.nalUnitType = 'slice_layer_without_partitioning_rbsp_idr';\n break;\n\n case 0x06:\n event.nalUnitType = 'sei_rbsp';\n event.escapedRBSP = discardEmulationPreventionBytes(data.subarray(1));\n break;\n\n case 0x07:\n event.nalUnitType = 'seq_parameter_set_rbsp';\n event.escapedRBSP = discardEmulationPreventionBytes(data.subarray(1));\n event.config = readSequenceParameterSet(event.escapedRBSP);\n break;\n\n case 0x08:\n event.nalUnitType = 'pic_parameter_set_rbsp';\n break;\n\n case 0x09:\n event.nalUnitType = 'access_unit_delimiter_rbsp';\n break;\n\n default:\n break;\n } // This triggers data on the H264Stream\n\n\n self.trigger('data', event);\n });\n nalByteStream.on('done', function () {\n self.trigger('done');\n });\n\n this.flush = function () {\n nalByteStream.flush();\n };\n /**\n * Advance the ExpGolomb decoder past a scaling list. The scaling\n * list is optionally transmitted as part of a sequence parameter\n * set and is not relevant to transmuxing.\n * @param count {number} the number of entries in this scaling list\n * @param expGolombDecoder {object} an ExpGolomb pointed to the\n * start of a scaling list\n * @see Recommendation ITU-T H.264, Section 7.3.2.1.1.1\n */\n\n\n skipScalingList = function skipScalingList(count, expGolombDecoder) {\n var lastScale = 8,\n nextScale = 8,\n j,\n deltaScale;\n\n for (j = 0; j < count; j++) {\n if (nextScale !== 0) {\n deltaScale = expGolombDecoder.readExpGolomb();\n nextScale = (lastScale + deltaScale + 256) % 256;\n }\n\n lastScale = nextScale === 0 ? lastScale : nextScale;\n }\n };\n /**\n * Expunge any \"Emulation Prevention\" bytes from a \"Raw Byte\n * Sequence Payload\"\n * @param data {Uint8Array} the bytes of a RBSP from a NAL\n * unit\n * @return {Uint8Array} the RBSP without any Emulation\n * Prevention Bytes\n */\n\n\n discardEmulationPreventionBytes = function discardEmulationPreventionBytes(data) {\n var length = data.byteLength,\n emulationPreventionBytesPositions = [],\n i = 1,\n newLength,\n newData; // Find all `Emulation Prevention Bytes`\n\n while (i < length - 2) {\n if (data[i] === 0 && data[i + 1] === 0 && data[i + 2] === 0x03) {\n emulationPreventionBytesPositions.push(i + 2);\n i += 2;\n } else {\n i++;\n }\n } // If no Emulation Prevention Bytes were found just return the original\n // array\n\n\n if (emulationPreventionBytesPositions.length === 0) {\n return data;\n } // Create a new array to hold the NAL unit data\n\n\n newLength = length - emulationPreventionBytesPositions.length;\n newData = new Uint8Array(newLength);\n var sourceIndex = 0;\n\n for (i = 0; i < newLength; sourceIndex++, i++) {\n if (sourceIndex === emulationPreventionBytesPositions[0]) {\n // Skip this byte\n sourceIndex++; // Remove this position index\n\n emulationPreventionBytesPositions.shift();\n }\n\n newData[i] = data[sourceIndex];\n }\n\n return newData;\n };\n /**\n * Read a sequence parameter set and return some interesting video\n * properties. A sequence parameter set is the H264 metadata that\n * describes the properties of upcoming video frames.\n * @param data {Uint8Array} the bytes of a sequence parameter set\n * @return {object} an object with configuration parsed from the\n * sequence parameter set, including the dimensions of the\n * associated video frames.\n */\n\n\n readSequenceParameterSet = function readSequenceParameterSet(data) {\n var frameCropLeftOffset = 0,\n frameCropRightOffset = 0,\n frameCropTopOffset = 0,\n frameCropBottomOffset = 0,\n sarScale = 1,\n expGolombDecoder,\n profileIdc,\n levelIdc,\n profileCompatibility,\n chromaFormatIdc,\n picOrderCntType,\n numRefFramesInPicOrderCntCycle,\n picWidthInMbsMinus1,\n picHeightInMapUnitsMinus1,\n frameMbsOnlyFlag,\n scalingListCount,\n sarRatio,\n aspectRatioIdc,\n i;\n expGolombDecoder = new expGolomb(data);\n profileIdc = expGolombDecoder.readUnsignedByte(); // profile_idc\n\n profileCompatibility = expGolombDecoder.readUnsignedByte(); // constraint_set[0-5]_flag\n\n levelIdc = expGolombDecoder.readUnsignedByte(); // level_idc u(8)\n\n expGolombDecoder.skipUnsignedExpGolomb(); // seq_parameter_set_id\n // some profiles have more optional data we don't need\n\n if (PROFILES_WITH_OPTIONAL_SPS_DATA[profileIdc]) {\n chromaFormatIdc = expGolombDecoder.readUnsignedExpGolomb();\n\n if (chromaFormatIdc === 3) {\n expGolombDecoder.skipBits(1); // separate_colour_plane_flag\n }\n\n expGolombDecoder.skipUnsignedExpGolomb(); // bit_depth_luma_minus8\n\n expGolombDecoder.skipUnsignedExpGolomb(); // bit_depth_chroma_minus8\n\n expGolombDecoder.skipBits(1); // qpprime_y_zero_transform_bypass_flag\n\n if (expGolombDecoder.readBoolean()) {\n // seq_scaling_matrix_present_flag\n scalingListCount = chromaFormatIdc !== 3 ? 8 : 12;\n\n for (i = 0; i < scalingListCount; i++) {\n if (expGolombDecoder.readBoolean()) {\n // seq_scaling_list_present_flag[ i ]\n if (i < 6) {\n skipScalingList(16, expGolombDecoder);\n } else {\n skipScalingList(64, expGolombDecoder);\n }\n }\n }\n }\n }\n\n expGolombDecoder.skipUnsignedExpGolomb(); // log2_max_frame_num_minus4\n\n picOrderCntType = expGolombDecoder.readUnsignedExpGolomb();\n\n if (picOrderCntType === 0) {\n expGolombDecoder.readUnsignedExpGolomb(); // log2_max_pic_order_cnt_lsb_minus4\n } else if (picOrderCntType === 1) {\n expGolombDecoder.skipBits(1); // delta_pic_order_always_zero_flag\n\n expGolombDecoder.skipExpGolomb(); // offset_for_non_ref_pic\n\n expGolombDecoder.skipExpGolomb(); // offset_for_top_to_bottom_field\n\n numRefFramesInPicOrderCntCycle = expGolombDecoder.readUnsignedExpGolomb();\n\n for (i = 0; i < numRefFramesInPicOrderCntCycle; i++) {\n expGolombDecoder.skipExpGolomb(); // offset_for_ref_frame[ i ]\n }\n }\n\n expGolombDecoder.skipUnsignedExpGolomb(); // max_num_ref_frames\n\n expGolombDecoder.skipBits(1); // gaps_in_frame_num_value_allowed_flag\n\n picWidthInMbsMinus1 = expGolombDecoder.readUnsignedExpGolomb();\n picHeightInMapUnitsMinus1 = expGolombDecoder.readUnsignedExpGolomb();\n frameMbsOnlyFlag = expGolombDecoder.readBits(1);\n\n if (frameMbsOnlyFlag === 0) {\n expGolombDecoder.skipBits(1); // mb_adaptive_frame_field_flag\n }\n\n expGolombDecoder.skipBits(1); // direct_8x8_inference_flag\n\n if (expGolombDecoder.readBoolean()) {\n // frame_cropping_flag\n frameCropLeftOffset = expGolombDecoder.readUnsignedExpGolomb();\n frameCropRightOffset = expGolombDecoder.readUnsignedExpGolomb();\n frameCropTopOffset = expGolombDecoder.readUnsignedExpGolomb();\n frameCropBottomOffset = expGolombDecoder.readUnsignedExpGolomb();\n }\n\n if (expGolombDecoder.readBoolean()) {\n // vui_parameters_present_flag\n if (expGolombDecoder.readBoolean()) {\n // aspect_ratio_info_present_flag\n aspectRatioIdc = expGolombDecoder.readUnsignedByte();\n\n switch (aspectRatioIdc) {\n case 1:\n sarRatio = [1, 1];\n break;\n\n case 2:\n sarRatio = [12, 11];\n break;\n\n case 3:\n sarRatio = [10, 11];\n break;\n\n case 4:\n sarRatio = [16, 11];\n break;\n\n case 5:\n sarRatio = [40, 33];\n break;\n\n case 6:\n sarRatio = [24, 11];\n break;\n\n case 7:\n sarRatio = [20, 11];\n break;\n\n case 8:\n sarRatio = [32, 11];\n break;\n\n case 9:\n sarRatio = [80, 33];\n break;\n\n case 10:\n sarRatio = [18, 11];\n break;\n\n case 11:\n sarRatio = [15, 11];\n break;\n\n case 12:\n sarRatio = [64, 33];\n break;\n\n case 13:\n sarRatio = [160, 99];\n break;\n\n case 14:\n sarRatio = [4, 3];\n break;\n\n case 15:\n sarRatio = [3, 2];\n break;\n\n case 16:\n sarRatio = [2, 1];\n break;\n\n case 255:\n {\n sarRatio = [expGolombDecoder.readUnsignedByte() << 8 | expGolombDecoder.readUnsignedByte(), expGolombDecoder.readUnsignedByte() << 8 | expGolombDecoder.readUnsignedByte()];\n break;\n }\n }\n\n if (sarRatio) {\n sarScale = sarRatio[0] / sarRatio[1];\n }\n }\n }\n\n return {\n profileIdc: profileIdc,\n levelIdc: levelIdc,\n profileCompatibility: profileCompatibility,\n width: Math.ceil(((picWidthInMbsMinus1 + 1) * 16 - frameCropLeftOffset * 2 - frameCropRightOffset * 2) * sarScale),\n height: (2 - frameMbsOnlyFlag) * (picHeightInMapUnitsMinus1 + 1) * 16 - frameCropTopOffset * 2 - frameCropBottomOffset * 2\n };\n };\n };\n\n _H264Stream.prototype = new stream();\n var h264 = {\n H264Stream: _H264Stream,\n NalByteStream: _NalByteStream\n };\n /**\n * mux.js\n *\n * Copyright (c) 2016 Brightcove\n * All rights reserved.\n *\n * Utilities to detect basic properties and metadata about Aac data.\n */\n\n var ADTS_SAMPLING_FREQUENCIES$1 = [96000, 88200, 64000, 48000, 44100, 32000, 24000, 22050, 16000, 12000, 11025, 8000, 7350];\n\n var isLikelyAacData = function isLikelyAacData(data) {\n if (data[0] === 'I'.charCodeAt(0) && data[1] === 'D'.charCodeAt(0) && data[2] === '3'.charCodeAt(0)) {\n return true;\n }\n\n return false;\n };\n\n var parseSyncSafeInteger$1 = function parseSyncSafeInteger(data) {\n return data[0] << 21 | data[1] << 14 | data[2] << 7 | data[3];\n }; // return a percent-encoded representation of the specified byte range\n // @see http://en.wikipedia.org/wiki/Percent-encoding\n\n\n var percentEncode$1 = function percentEncode(bytes, start, end) {\n var i,\n result = '';\n\n for (i = start; i < end; i++) {\n result += '%' + ('00' + bytes[i].toString(16)).slice(-2);\n }\n\n return result;\n }; // return the string representation of the specified byte range,\n // interpreted as ISO-8859-1.\n\n\n var parseIso88591$1 = function parseIso88591(bytes, start, end) {\n return unescape(percentEncode$1(bytes, start, end)); // jshint ignore:line\n };\n\n var parseId3TagSize = function parseId3TagSize(header, byteIndex) {\n var returnSize = header[byteIndex + 6] << 21 | header[byteIndex + 7] << 14 | header[byteIndex + 8] << 7 | header[byteIndex + 9],\n flags = header[byteIndex + 5],\n footerPresent = (flags & 16) >> 4;\n\n if (footerPresent) {\n return returnSize + 20;\n }\n\n return returnSize + 10;\n };\n\n var parseAdtsSize = function parseAdtsSize(header, byteIndex) {\n var lowThree = (header[byteIndex + 5] & 0xE0) >> 5,\n middle = header[byteIndex + 4] << 3,\n highTwo = header[byteIndex + 3] & 0x3 << 11;\n return highTwo | middle | lowThree;\n };\n\n var parseType$1 = function parseType(header, byteIndex) {\n if (header[byteIndex] === 'I'.charCodeAt(0) && header[byteIndex + 1] === 'D'.charCodeAt(0) && header[byteIndex + 2] === '3'.charCodeAt(0)) {\n return 'timed-metadata';\n } else if (header[byteIndex] & 0xff === 0xff && (header[byteIndex + 1] & 0xf0) === 0xf0) {\n return 'audio';\n }\n\n return null;\n };\n\n var parseSampleRate = function parseSampleRate(packet) {\n var i = 0;\n\n while (i + 5 < packet.length) {\n if (packet[i] !== 0xFF || (packet[i + 1] & 0xF6) !== 0xF0) {\n // If a valid header was not found, jump one forward and attempt to\n // find a valid ADTS header starting at the next byte\n i++;\n continue;\n }\n\n return ADTS_SAMPLING_FREQUENCIES$1[(packet[i + 2] & 0x3c) >>> 2];\n }\n\n return null;\n };\n\n var parseAacTimestamp = function parseAacTimestamp(packet) {\n var frameStart, frameSize, frame, frameHeader; // find the start of the first frame and the end of the tag\n\n frameStart = 10;\n\n if (packet[5] & 0x40) {\n // advance the frame start past the extended header\n frameStart += 4; // header size field\n\n frameStart += parseSyncSafeInteger$1(packet.subarray(10, 14));\n } // parse one or more ID3 frames\n // http://id3.org/id3v2.3.0#ID3v2_frame_overview\n\n\n do {\n // determine the number of bytes in this frame\n frameSize = parseSyncSafeInteger$1(packet.subarray(frameStart + 4, frameStart + 8));\n\n if (frameSize < 1) {\n return null;\n }\n\n frameHeader = String.fromCharCode(packet[frameStart], packet[frameStart + 1], packet[frameStart + 2], packet[frameStart + 3]);\n\n if (frameHeader === 'PRIV') {\n frame = packet.subarray(frameStart + 10, frameStart + frameSize + 10);\n\n for (var i = 0; i < frame.byteLength; i++) {\n if (frame[i] === 0) {\n var owner = parseIso88591$1(frame, 0, i);\n\n if (owner === 'com.apple.streaming.transportStreamTimestamp') {\n var d = frame.subarray(i + 1);\n var size = (d[3] & 0x01) << 30 | d[4] << 22 | d[5] << 14 | d[6] << 6 | d[7] >>> 2;\n size *= 4;\n size += d[7] & 0x03;\n return size;\n }\n\n break;\n }\n }\n }\n\n frameStart += 10; // advance past the frame header\n\n frameStart += frameSize; // advance past the frame body\n } while (frameStart < packet.byteLength);\n\n return null;\n };\n\n var utils = {\n isLikelyAacData: isLikelyAacData,\n parseId3TagSize: parseId3TagSize,\n parseAdtsSize: parseAdtsSize,\n parseType: parseType$1,\n parseSampleRate: parseSampleRate,\n parseAacTimestamp: parseAacTimestamp\n }; // Constants\n\n var _AacStream;\n /**\n * Splits an incoming stream of binary data into ADTS and ID3 Frames.\n */\n\n\n _AacStream = function AacStream() {\n var everything = new Uint8Array(),\n timeStamp = 0;\n\n _AacStream.prototype.init.call(this);\n\n this.setTimestamp = function (timestamp) {\n timeStamp = timestamp;\n };\n\n this.push = function (bytes) {\n var frameSize = 0,\n byteIndex = 0,\n bytesLeft,\n chunk,\n packet,\n tempLength; // If there are bytes remaining from the last segment, prepend them to the\n // bytes that were pushed in\n\n if (everything.length) {\n tempLength = everything.length;\n everything = new Uint8Array(bytes.byteLength + tempLength);\n everything.set(everything.subarray(0, tempLength));\n everything.set(bytes, tempLength);\n } else {\n everything = bytes;\n }\n\n while (everything.length - byteIndex >= 3) {\n if (everything[byteIndex] === 'I'.charCodeAt(0) && everything[byteIndex + 1] === 'D'.charCodeAt(0) && everything[byteIndex + 2] === '3'.charCodeAt(0)) {\n // Exit early because we don't have enough to parse\n // the ID3 tag header\n if (everything.length - byteIndex < 10) {\n break;\n } // check framesize\n\n\n frameSize = utils.parseId3TagSize(everything, byteIndex); // Exit early if we don't have enough in the buffer\n // to emit a full packet\n // Add to byteIndex to support multiple ID3 tags in sequence\n\n if (byteIndex + frameSize > everything.length) {\n break;\n }\n\n chunk = {\n type: 'timed-metadata',\n data: everything.subarray(byteIndex, byteIndex + frameSize)\n };\n this.trigger('data', chunk);\n byteIndex += frameSize;\n continue;\n } else if ((everything[byteIndex] & 0xff) === 0xff && (everything[byteIndex + 1] & 0xf0) === 0xf0) {\n // Exit early because we don't have enough to parse\n // the ADTS frame header\n if (everything.length - byteIndex < 7) {\n break;\n }\n\n frameSize = utils.parseAdtsSize(everything, byteIndex); // Exit early if we don't have enough in the buffer\n // to emit a full packet\n\n if (byteIndex + frameSize > everything.length) {\n break;\n }\n\n packet = {\n type: 'audio',\n data: everything.subarray(byteIndex, byteIndex + frameSize),\n pts: timeStamp,\n dts: timeStamp\n };\n this.trigger('data', packet);\n byteIndex += frameSize;\n continue;\n }\n\n byteIndex++;\n }\n\n bytesLeft = everything.length - byteIndex;\n\n if (bytesLeft > 0) {\n everything = everything.subarray(byteIndex);\n } else {\n everything = new Uint8Array();\n }\n };\n };\n\n _AacStream.prototype = new stream();\n var aac = _AacStream;\n var H264Stream = h264.H264Stream;\n var isLikelyAacData$1 = utils.isLikelyAacData; // constants\n\n var AUDIO_PROPERTIES = ['audioobjecttype', 'channelcount', 'samplerate', 'samplingfrequencyindex', 'samplesize'];\n var VIDEO_PROPERTIES = ['width', 'height', 'profileIdc', 'levelIdc', 'profileCompatibility']; // object types\n\n var _VideoSegmentStream, _AudioSegmentStream, _Transmuxer, _CoalesceStream;\n /**\n * Compare two arrays (even typed) for same-ness\n */\n\n\n var arrayEquals = function arrayEquals(a, b) {\n var i;\n\n if (a.length !== b.length) {\n return false;\n } // compare the value of each element in the array\n\n\n for (i = 0; i < a.length; i++) {\n if (a[i] !== b[i]) {\n return false;\n }\n }\n\n return true;\n };\n /**\n * Constructs a single-track, ISO BMFF media segment from AAC data\n * events. The output of this stream can be fed to a SourceBuffer\n * configured with a suitable initialization segment.\n * @param track {object} track metadata configuration\n * @param options {object} transmuxer options object\n * @param options.keepOriginalTimestamps {boolean} If true, keep the timestamps\n * in the source; false to adjust the first segment to start at 0.\n */\n\n\n _AudioSegmentStream = function AudioSegmentStream(track, options) {\n var adtsFrames = [],\n sequenceNumber = 0,\n earliestAllowedDts = 0,\n audioAppendStartTs = 0,\n videoBaseMediaDecodeTime = Infinity;\n options = options || {};\n\n _AudioSegmentStream.prototype.init.call(this);\n\n this.push = function (data) {\n trackDecodeInfo.collectDtsInfo(track, data);\n\n if (track) {\n AUDIO_PROPERTIES.forEach(function (prop) {\n track[prop] = data[prop];\n });\n } // buffer audio data until end() is called\n\n\n adtsFrames.push(data);\n };\n\n this.setEarliestDts = function (earliestDts) {\n earliestAllowedDts = earliestDts - track.timelineStartInfo.baseMediaDecodeTime;\n };\n\n this.setVideoBaseMediaDecodeTime = function (baseMediaDecodeTime) {\n videoBaseMediaDecodeTime = baseMediaDecodeTime;\n };\n\n this.setAudioAppendStart = function (timestamp) {\n audioAppendStartTs = timestamp;\n };\n\n this.flush = function () {\n var frames, moof, mdat, boxes; // return early if no audio data has been observed\n\n if (adtsFrames.length === 0) {\n this.trigger('done', 'AudioSegmentStream');\n return;\n }\n\n frames = audioFrameUtils.trimAdtsFramesByEarliestDts(adtsFrames, track, earliestAllowedDts);\n track.baseMediaDecodeTime = trackDecodeInfo.calculateTrackBaseMediaDecodeTime(track, options.keepOriginalTimestamps);\n audioFrameUtils.prefixWithSilence(track, frames, audioAppendStartTs, videoBaseMediaDecodeTime); // we have to build the index from byte locations to\n // samples (that is, adts frames) in the audio data\n\n track.samples = audioFrameUtils.generateSampleTable(frames); // concatenate the audio data to constuct the mdat\n\n mdat = mp4Generator.mdat(audioFrameUtils.concatenateFrameData(frames));\n adtsFrames = [];\n moof = mp4Generator.moof(sequenceNumber, [track]);\n boxes = new Uint8Array(moof.byteLength + mdat.byteLength); // bump the sequence number for next time\n\n sequenceNumber++;\n boxes.set(moof);\n boxes.set(mdat, moof.byteLength);\n trackDecodeInfo.clearDtsInfo(track);\n this.trigger('data', {\n track: track,\n boxes: boxes\n });\n this.trigger('done', 'AudioSegmentStream');\n };\n };\n\n _AudioSegmentStream.prototype = new stream();\n /**\n * Constructs a single-track, ISO BMFF media segment from H264 data\n * events. The output of this stream can be fed to a SourceBuffer\n * configured with a suitable initialization segment.\n * @param track {object} track metadata configuration\n * @param options {object} transmuxer options object\n * @param options.alignGopsAtEnd {boolean} If true, start from the end of the\n * gopsToAlignWith list when attempting to align gop pts\n * @param options.keepOriginalTimestamps {boolean} If true, keep the timestamps\n * in the source; false to adjust the first segment to start at 0.\n */\n\n _VideoSegmentStream = function VideoSegmentStream(track, options) {\n var sequenceNumber = 0,\n nalUnits = [],\n gopsToAlignWith = [],\n config,\n pps;\n options = options || {};\n\n _VideoSegmentStream.prototype.init.call(this);\n\n delete track.minPTS;\n this.gopCache_ = [];\n /**\n * Constructs a ISO BMFF segment given H264 nalUnits\n * @param {Object} nalUnit A data event representing a nalUnit\n * @param {String} nalUnit.nalUnitType\n * @param {Object} nalUnit.config Properties for a mp4 track\n * @param {Uint8Array} nalUnit.data The nalUnit bytes\n * @see lib/codecs/h264.js\n **/\n\n this.push = function (nalUnit) {\n trackDecodeInfo.collectDtsInfo(track, nalUnit); // record the track config\n\n if (nalUnit.nalUnitType === 'seq_parameter_set_rbsp' && !config) {\n config = nalUnit.config;\n track.sps = [nalUnit.data];\n VIDEO_PROPERTIES.forEach(function (prop) {\n track[prop] = config[prop];\n }, this);\n }\n\n if (nalUnit.nalUnitType === 'pic_parameter_set_rbsp' && !pps) {\n pps = nalUnit.data;\n track.pps = [nalUnit.data];\n } // buffer video until flush() is called\n\n\n nalUnits.push(nalUnit);\n };\n /**\n * Pass constructed ISO BMFF track and boxes on to the\n * next stream in the pipeline\n **/\n\n\n this.flush = function () {\n var frames, gopForFusion, gops, moof, mdat, boxes; // Throw away nalUnits at the start of the byte stream until\n // we find the first AUD\n\n while (nalUnits.length) {\n if (nalUnits[0].nalUnitType === 'access_unit_delimiter_rbsp') {\n break;\n }\n\n nalUnits.shift();\n } // Return early if no video data has been observed\n\n\n if (nalUnits.length === 0) {\n this.resetStream_();\n this.trigger('done', 'VideoSegmentStream');\n return;\n } // Organize the raw nal-units into arrays that represent\n // higher-level constructs such as frames and gops\n // (group-of-pictures)\n\n\n frames = frameUtils.groupNalsIntoFrames(nalUnits);\n gops = frameUtils.groupFramesIntoGops(frames); // If the first frame of this fragment is not a keyframe we have\n // a problem since MSE (on Chrome) requires a leading keyframe.\n //\n // We have two approaches to repairing this situation:\n // 1) GOP-FUSION:\n // This is where we keep track of the GOPS (group-of-pictures)\n // from previous fragments and attempt to find one that we can\n // prepend to the current fragment in order to create a valid\n // fragment.\n // 2) KEYFRAME-PULLING:\n // Here we search for the first keyframe in the fragment and\n // throw away all the frames between the start of the fragment\n // and that keyframe. We then extend the duration and pull the\n // PTS of the keyframe forward so that it covers the time range\n // of the frames that were disposed of.\n //\n // #1 is far prefereable over #2 which can cause \"stuttering\" but\n // requires more things to be just right.\n\n if (!gops[0][0].keyFrame) {\n // Search for a gop for fusion from our gopCache\n gopForFusion = this.getGopForFusion_(nalUnits[0], track);\n\n if (gopForFusion) {\n gops.unshift(gopForFusion); // Adjust Gops' metadata to account for the inclusion of the\n // new gop at the beginning\n\n gops.byteLength += gopForFusion.byteLength;\n gops.nalCount += gopForFusion.nalCount;\n gops.pts = gopForFusion.pts;\n gops.dts = gopForFusion.dts;\n gops.duration += gopForFusion.duration;\n } else {\n // If we didn't find a candidate gop fall back to keyframe-pulling\n gops = frameUtils.extendFirstKeyFrame(gops);\n }\n } // Trim gops to align with gopsToAlignWith\n\n\n if (gopsToAlignWith.length) {\n var alignedGops;\n\n if (options.alignGopsAtEnd) {\n alignedGops = this.alignGopsAtEnd_(gops);\n } else {\n alignedGops = this.alignGopsAtStart_(gops);\n }\n\n if (!alignedGops) {\n // save all the nals in the last GOP into the gop cache\n this.gopCache_.unshift({\n gop: gops.pop(),\n pps: track.pps,\n sps: track.sps\n }); // Keep a maximum of 6 GOPs in the cache\n\n this.gopCache_.length = Math.min(6, this.gopCache_.length); // Clear nalUnits\n\n nalUnits = []; // return early no gops can be aligned with desired gopsToAlignWith\n\n this.resetStream_();\n this.trigger('done', 'VideoSegmentStream');\n return;\n } // Some gops were trimmed. clear dts info so minSegmentDts and pts are correct\n // when recalculated before sending off to CoalesceStream\n\n\n trackDecodeInfo.clearDtsInfo(track);\n gops = alignedGops;\n }\n\n trackDecodeInfo.collectDtsInfo(track, gops); // First, we have to build the index from byte locations to\n // samples (that is, frames) in the video data\n\n track.samples = frameUtils.generateSampleTable(gops); // Concatenate the video data and construct the mdat\n\n mdat = mp4Generator.mdat(frameUtils.concatenateNalData(gops));\n track.baseMediaDecodeTime = trackDecodeInfo.calculateTrackBaseMediaDecodeTime(track, options.keepOriginalTimestamps);\n this.trigger('processedGopsInfo', gops.map(function (gop) {\n return {\n pts: gop.pts,\n dts: gop.dts,\n byteLength: gop.byteLength\n };\n })); // save all the nals in the last GOP into the gop cache\n\n this.gopCache_.unshift({\n gop: gops.pop(),\n pps: track.pps,\n sps: track.sps\n }); // Keep a maximum of 6 GOPs in the cache\n\n this.gopCache_.length = Math.min(6, this.gopCache_.length); // Clear nalUnits\n\n nalUnits = [];\n this.trigger('baseMediaDecodeTime', track.baseMediaDecodeTime);\n this.trigger('timelineStartInfo', track.timelineStartInfo);\n moof = mp4Generator.moof(sequenceNumber, [track]); // it would be great to allocate this array up front instead of\n // throwing away hundreds of media segment fragments\n\n boxes = new Uint8Array(moof.byteLength + mdat.byteLength); // Bump the sequence number for next time\n\n sequenceNumber++;\n boxes.set(moof);\n boxes.set(mdat, moof.byteLength);\n this.trigger('data', {\n track: track,\n boxes: boxes\n });\n this.resetStream_(); // Continue with the flush process now\n\n this.trigger('done', 'VideoSegmentStream');\n };\n\n this.resetStream_ = function () {\n trackDecodeInfo.clearDtsInfo(track); // reset config and pps because they may differ across segments\n // for instance, when we are rendition switching\n\n config = undefined;\n pps = undefined;\n }; // Search for a candidate Gop for gop-fusion from the gop cache and\n // return it or return null if no good candidate was found\n\n\n this.getGopForFusion_ = function (nalUnit) {\n var halfSecond = 45000,\n // Half-a-second in a 90khz clock\n allowableOverlap = 10000,\n // About 3 frames @ 30fps\n nearestDistance = Infinity,\n dtsDistance,\n nearestGopObj,\n currentGop,\n currentGopObj,\n i; // Search for the GOP nearest to the beginning of this nal unit\n\n for (i = 0; i < this.gopCache_.length; i++) {\n currentGopObj = this.gopCache_[i];\n currentGop = currentGopObj.gop; // Reject Gops with different SPS or PPS\n\n if (!(track.pps && arrayEquals(track.pps[0], currentGopObj.pps[0])) || !(track.sps && arrayEquals(track.sps[0], currentGopObj.sps[0]))) {\n continue;\n } // Reject Gops that would require a negative baseMediaDecodeTime\n\n\n if (currentGop.dts < track.timelineStartInfo.dts) {\n continue;\n } // The distance between the end of the gop and the start of the nalUnit\n\n\n dtsDistance = nalUnit.dts - currentGop.dts - currentGop.duration; // Only consider GOPS that start before the nal unit and end within\n // a half-second of the nal unit\n\n if (dtsDistance >= -allowableOverlap && dtsDistance <= halfSecond) {\n // Always use the closest GOP we found if there is more than\n // one candidate\n if (!nearestGopObj || nearestDistance > dtsDistance) {\n nearestGopObj = currentGopObj;\n nearestDistance = dtsDistance;\n }\n }\n }\n\n if (nearestGopObj) {\n return nearestGopObj.gop;\n }\n\n return null;\n }; // trim gop list to the first gop found that has a matching pts with a gop in the list\n // of gopsToAlignWith starting from the START of the list\n\n\n this.alignGopsAtStart_ = function (gops) {\n var alignIndex, gopIndex, align, gop, byteLength, nalCount, duration, alignedGops;\n byteLength = gops.byteLength;\n nalCount = gops.nalCount;\n duration = gops.duration;\n alignIndex = gopIndex = 0;\n\n while (alignIndex < gopsToAlignWith.length && gopIndex < gops.length) {\n align = gopsToAlignWith[alignIndex];\n gop = gops[gopIndex];\n\n if (align.pts === gop.pts) {\n break;\n }\n\n if (gop.pts > align.pts) {\n // this current gop starts after the current gop we want to align on, so increment\n // align index\n alignIndex++;\n continue;\n } // current gop starts before the current gop we want to align on. so increment gop\n // index\n\n\n gopIndex++;\n byteLength -= gop.byteLength;\n nalCount -= gop.nalCount;\n duration -= gop.duration;\n }\n\n if (gopIndex === 0) {\n // no gops to trim\n return gops;\n }\n\n if (gopIndex === gops.length) {\n // all gops trimmed, skip appending all gops\n return null;\n }\n\n alignedGops = gops.slice(gopIndex);\n alignedGops.byteLength = byteLength;\n alignedGops.duration = duration;\n alignedGops.nalCount = nalCount;\n alignedGops.pts = alignedGops[0].pts;\n alignedGops.dts = alignedGops[0].dts;\n return alignedGops;\n }; // trim gop list to the first gop found that has a matching pts with a gop in the list\n // of gopsToAlignWith starting from the END of the list\n\n\n this.alignGopsAtEnd_ = function (gops) {\n var alignIndex, gopIndex, align, gop, alignEndIndex, matchFound;\n alignIndex = gopsToAlignWith.length - 1;\n gopIndex = gops.length - 1;\n alignEndIndex = null;\n matchFound = false;\n\n while (alignIndex >= 0 && gopIndex >= 0) {\n align = gopsToAlignWith[alignIndex];\n gop = gops[gopIndex];\n\n if (align.pts === gop.pts) {\n matchFound = true;\n break;\n }\n\n if (align.pts > gop.pts) {\n alignIndex--;\n continue;\n }\n\n if (alignIndex === gopsToAlignWith.length - 1) {\n // gop.pts is greater than the last alignment candidate. If no match is found\n // by the end of this loop, we still want to append gops that come after this\n // point\n alignEndIndex = gopIndex;\n }\n\n gopIndex--;\n }\n\n if (!matchFound && alignEndIndex === null) {\n return null;\n }\n\n var trimIndex;\n\n if (matchFound) {\n trimIndex = gopIndex;\n } else {\n trimIndex = alignEndIndex;\n }\n\n if (trimIndex === 0) {\n return gops;\n }\n\n var alignedGops = gops.slice(trimIndex);\n var metadata = alignedGops.reduce(function (total, gop) {\n total.byteLength += gop.byteLength;\n total.duration += gop.duration;\n total.nalCount += gop.nalCount;\n return total;\n }, {\n byteLength: 0,\n duration: 0,\n nalCount: 0\n });\n alignedGops.byteLength = metadata.byteLength;\n alignedGops.duration = metadata.duration;\n alignedGops.nalCount = metadata.nalCount;\n alignedGops.pts = alignedGops[0].pts;\n alignedGops.dts = alignedGops[0].dts;\n return alignedGops;\n };\n\n this.alignGopsWith = function (newGopsToAlignWith) {\n gopsToAlignWith = newGopsToAlignWith;\n };\n };\n\n _VideoSegmentStream.prototype = new stream();\n /**\n * A Stream that can combine multiple streams (ie. audio & video)\n * into a single output segment for MSE. Also supports audio-only\n * and video-only streams.\n * @param options {object} transmuxer options object\n * @param options.keepOriginalTimestamps {boolean} If true, keep the timestamps\n * in the source; false to adjust the first segment to start at media timeline start.\n */\n\n _CoalesceStream = function CoalesceStream(options, metadataStream) {\n // Number of Tracks per output segment\n // If greater than 1, we combine multiple\n // tracks into a single segment\n this.numberOfTracks = 0;\n this.metadataStream = metadataStream;\n options = options || {};\n\n if (typeof options.remux !== 'undefined') {\n this.remuxTracks = !!options.remux;\n } else {\n this.remuxTracks = true;\n }\n\n if (typeof options.keepOriginalTimestamps === 'boolean') {\n this.keepOriginalTimestamps = options.keepOriginalTimestamps;\n }\n\n this.pendingTracks = [];\n this.videoTrack = null;\n this.pendingBoxes = [];\n this.pendingCaptions = [];\n this.pendingMetadata = [];\n this.pendingBytes = 0;\n this.emittedTracks = 0;\n\n _CoalesceStream.prototype.init.call(this); // Take output from multiple\n\n\n this.push = function (output) {\n // buffer incoming captions until the associated video segment\n // finishes\n if (output.text) {\n return this.pendingCaptions.push(output);\n } // buffer incoming id3 tags until the final flush\n\n\n if (output.frames) {\n return this.pendingMetadata.push(output);\n } // Add this track to the list of pending tracks and store\n // important information required for the construction of\n // the final segment\n\n\n this.pendingTracks.push(output.track);\n this.pendingBoxes.push(output.boxes);\n this.pendingBytes += output.boxes.byteLength;\n\n if (output.track.type === 'video') {\n this.videoTrack = output.track;\n }\n\n if (output.track.type === 'audio') {\n this.audioTrack = output.track;\n }\n };\n };\n\n _CoalesceStream.prototype = new stream();\n\n _CoalesceStream.prototype.flush = function (flushSource) {\n var offset = 0,\n event = {\n captions: [],\n captionStreams: {},\n metadata: [],\n info: {}\n },\n caption,\n id3,\n initSegment,\n timelineStartPts = 0,\n i;\n\n if (this.pendingTracks.length < this.numberOfTracks) {\n if (flushSource !== 'VideoSegmentStream' && flushSource !== 'AudioSegmentStream') {\n // Return because we haven't received a flush from a data-generating\n // portion of the segment (meaning that we have only recieved meta-data\n // or captions.)\n return;\n } else if (this.remuxTracks) {\n // Return until we have enough tracks from the pipeline to remux (if we\n // are remuxing audio and video into a single MP4)\n return;\n } else if (this.pendingTracks.length === 0) {\n // In the case where we receive a flush without any data having been\n // received we consider it an emitted track for the purposes of coalescing\n // `done` events.\n // We do this for the case where there is an audio and video track in the\n // segment but no audio data. (seen in several playlists with alternate\n // audio tracks and no audio present in the main TS segments.)\n this.emittedTracks++;\n\n if (this.emittedTracks >= this.numberOfTracks) {\n this.trigger('done');\n this.emittedTracks = 0;\n }\n\n return;\n }\n }\n\n if (this.videoTrack) {\n timelineStartPts = this.videoTrack.timelineStartInfo.pts;\n VIDEO_PROPERTIES.forEach(function (prop) {\n event.info[prop] = this.videoTrack[prop];\n }, this);\n } else if (this.audioTrack) {\n timelineStartPts = this.audioTrack.timelineStartInfo.pts;\n AUDIO_PROPERTIES.forEach(function (prop) {\n event.info[prop] = this.audioTrack[prop];\n }, this);\n }\n\n if (this.pendingTracks.length === 1) {\n event.type = this.pendingTracks[0].type;\n } else {\n event.type = 'combined';\n }\n\n this.emittedTracks += this.pendingTracks.length;\n initSegment = mp4Generator.initSegment(this.pendingTracks); // Create a new typed array to hold the init segment\n\n event.initSegment = new Uint8Array(initSegment.byteLength); // Create an init segment containing a moov\n // and track definitions\n\n event.initSegment.set(initSegment); // Create a new typed array to hold the moof+mdats\n\n event.data = new Uint8Array(this.pendingBytes); // Append each moof+mdat (one per track) together\n\n for (i = 0; i < this.pendingBoxes.length; i++) {\n event.data.set(this.pendingBoxes[i], offset);\n offset += this.pendingBoxes[i].byteLength;\n } // Translate caption PTS times into second offsets to match the\n // video timeline for the segment, and add track info\n\n\n for (i = 0; i < this.pendingCaptions.length; i++) {\n caption = this.pendingCaptions[i];\n caption.startTime = caption.startPts;\n\n if (!this.keepOriginalTimestamps) {\n caption.startTime -= timelineStartPts;\n }\n\n caption.startTime /= 90e3;\n caption.endTime = caption.endPts;\n\n if (!this.keepOriginalTimestamps) {\n caption.endTime -= timelineStartPts;\n }\n\n caption.endTime /= 90e3;\n event.captionStreams[caption.stream] = true;\n event.captions.push(caption);\n } // Translate ID3 frame PTS times into second offsets to match the\n // video timeline for the segment\n\n\n for (i = 0; i < this.pendingMetadata.length; i++) {\n id3 = this.pendingMetadata[i];\n id3.cueTime = id3.pts;\n\n if (!this.keepOriginalTimestamps) {\n id3.cueTime -= timelineStartPts;\n }\n\n id3.cueTime /= 90e3;\n event.metadata.push(id3);\n } // We add this to every single emitted segment even though we only need\n // it for the first\n\n\n event.metadata.dispatchType = this.metadataStream.dispatchType; // Reset stream state\n\n this.pendingTracks.length = 0;\n this.videoTrack = null;\n this.pendingBoxes.length = 0;\n this.pendingCaptions.length = 0;\n this.pendingBytes = 0;\n this.pendingMetadata.length = 0; // Emit the built segment\n\n this.trigger('data', event); // Only emit `done` if all tracks have been flushed and emitted\n\n if (this.emittedTracks >= this.numberOfTracks) {\n this.trigger('done');\n this.emittedTracks = 0;\n }\n };\n /**\n * A Stream that expects MP2T binary data as input and produces\n * corresponding media segments, suitable for use with Media Source\n * Extension (MSE) implementations that support the ISO BMFF byte\n * stream format, like Chrome.\n */\n\n\n _Transmuxer = function Transmuxer(options) {\n var self = this,\n hasFlushed = true,\n videoTrack,\n audioTrack;\n\n _Transmuxer.prototype.init.call(this);\n\n options = options || {};\n this.baseMediaDecodeTime = options.baseMediaDecodeTime || 0;\n this.transmuxPipeline_ = {};\n\n this.setupAacPipeline = function () {\n var pipeline = {};\n this.transmuxPipeline_ = pipeline;\n pipeline.type = 'aac';\n pipeline.metadataStream = new m2ts_1.MetadataStream(); // set up the parsing pipeline\n\n pipeline.aacStream = new aac();\n pipeline.audioTimestampRolloverStream = new m2ts_1.TimestampRolloverStream('audio');\n pipeline.timedMetadataTimestampRolloverStream = new m2ts_1.TimestampRolloverStream('timed-metadata');\n pipeline.adtsStream = new adts();\n pipeline.coalesceStream = new _CoalesceStream(options, pipeline.metadataStream);\n pipeline.headOfPipeline = pipeline.aacStream;\n pipeline.aacStream.pipe(pipeline.audioTimestampRolloverStream).pipe(pipeline.adtsStream);\n pipeline.aacStream.pipe(pipeline.timedMetadataTimestampRolloverStream).pipe(pipeline.metadataStream).pipe(pipeline.coalesceStream);\n pipeline.metadataStream.on('timestamp', function (frame) {\n pipeline.aacStream.setTimestamp(frame.timeStamp);\n });\n pipeline.aacStream.on('data', function (data) {\n if (data.type === 'timed-metadata' && !pipeline.audioSegmentStream) {\n audioTrack = audioTrack || {\n timelineStartInfo: {\n baseMediaDecodeTime: self.baseMediaDecodeTime\n },\n codec: 'adts',\n type: 'audio'\n }; // hook up the audio segment stream to the first track with aac data\n\n pipeline.coalesceStream.numberOfTracks++;\n pipeline.audioSegmentStream = new _AudioSegmentStream(audioTrack, options); // Set up the final part of the audio pipeline\n\n pipeline.adtsStream.pipe(pipeline.audioSegmentStream).pipe(pipeline.coalesceStream);\n }\n }); // Re-emit any data coming from the coalesce stream to the outside world\n\n pipeline.coalesceStream.on('data', this.trigger.bind(this, 'data')); // Let the consumer know we have finished flushing the entire pipeline\n\n pipeline.coalesceStream.on('done', this.trigger.bind(this, 'done'));\n };\n\n this.setupTsPipeline = function () {\n var pipeline = {};\n this.transmuxPipeline_ = pipeline;\n pipeline.type = 'ts';\n pipeline.metadataStream = new m2ts_1.MetadataStream(); // set up the parsing pipeline\n\n pipeline.packetStream = new m2ts_1.TransportPacketStream();\n pipeline.parseStream = new m2ts_1.TransportParseStream();\n pipeline.elementaryStream = new m2ts_1.ElementaryStream();\n pipeline.videoTimestampRolloverStream = new m2ts_1.TimestampRolloverStream('video');\n pipeline.audioTimestampRolloverStream = new m2ts_1.TimestampRolloverStream('audio');\n pipeline.timedMetadataTimestampRolloverStream = new m2ts_1.TimestampRolloverStream('timed-metadata');\n pipeline.adtsStream = new adts();\n pipeline.h264Stream = new H264Stream();\n pipeline.captionStream = new m2ts_1.CaptionStream();\n pipeline.coalesceStream = new _CoalesceStream(options, pipeline.metadataStream);\n pipeline.headOfPipeline = pipeline.packetStream; // disassemble MPEG2-TS packets into elementary streams\n\n pipeline.packetStream.pipe(pipeline.parseStream).pipe(pipeline.elementaryStream); // !!THIS ORDER IS IMPORTANT!!\n // demux the streams\n\n pipeline.elementaryStream.pipe(pipeline.videoTimestampRolloverStream).pipe(pipeline.h264Stream);\n pipeline.elementaryStream.pipe(pipeline.audioTimestampRolloverStream).pipe(pipeline.adtsStream);\n pipeline.elementaryStream.pipe(pipeline.timedMetadataTimestampRolloverStream).pipe(pipeline.metadataStream).pipe(pipeline.coalesceStream); // Hook up CEA-608/708 caption stream\n\n pipeline.h264Stream.pipe(pipeline.captionStream).pipe(pipeline.coalesceStream);\n pipeline.elementaryStream.on('data', function (data) {\n var i;\n\n if (data.type === 'metadata') {\n i = data.tracks.length; // scan the tracks listed in the metadata\n\n while (i--) {\n if (!videoTrack && data.tracks[i].type === 'video') {\n videoTrack = data.tracks[i];\n videoTrack.timelineStartInfo.baseMediaDecodeTime = self.baseMediaDecodeTime;\n } else if (!audioTrack && data.tracks[i].type === 'audio') {\n audioTrack = data.tracks[i];\n audioTrack.timelineStartInfo.baseMediaDecodeTime = self.baseMediaDecodeTime;\n }\n } // hook up the video segment stream to the first track with h264 data\n\n\n if (videoTrack && !pipeline.videoSegmentStream) {\n pipeline.coalesceStream.numberOfTracks++;\n pipeline.videoSegmentStream = new _VideoSegmentStream(videoTrack, options);\n pipeline.videoSegmentStream.on('timelineStartInfo', function (timelineStartInfo) {\n // When video emits timelineStartInfo data after a flush, we forward that\n // info to the AudioSegmentStream, if it exists, because video timeline\n // data takes precedence.\n if (audioTrack) {\n audioTrack.timelineStartInfo = timelineStartInfo; // On the first segment we trim AAC frames that exist before the\n // very earliest DTS we have seen in video because Chrome will\n // interpret any video track with a baseMediaDecodeTime that is\n // non-zero as a gap.\n\n pipeline.audioSegmentStream.setEarliestDts(timelineStartInfo.dts);\n }\n });\n pipeline.videoSegmentStream.on('processedGopsInfo', self.trigger.bind(self, 'gopInfo'));\n pipeline.videoSegmentStream.on('baseMediaDecodeTime', function (baseMediaDecodeTime) {\n if (audioTrack) {\n pipeline.audioSegmentStream.setVideoBaseMediaDecodeTime(baseMediaDecodeTime);\n }\n }); // Set up the final part of the video pipeline\n\n pipeline.h264Stream.pipe(pipeline.videoSegmentStream).pipe(pipeline.coalesceStream);\n }\n\n if (audioTrack && !pipeline.audioSegmentStream) {\n // hook up the audio segment stream to the first track with aac data\n pipeline.coalesceStream.numberOfTracks++;\n pipeline.audioSegmentStream = new _AudioSegmentStream(audioTrack, options); // Set up the final part of the audio pipeline\n\n pipeline.adtsStream.pipe(pipeline.audioSegmentStream).pipe(pipeline.coalesceStream);\n }\n }\n }); // Re-emit any data coming from the coalesce stream to the outside world\n\n pipeline.coalesceStream.on('data', this.trigger.bind(this, 'data')); // Let the consumer know we have finished flushing the entire pipeline\n\n pipeline.coalesceStream.on('done', this.trigger.bind(this, 'done'));\n }; // hook up the segment streams once track metadata is delivered\n\n\n this.setBaseMediaDecodeTime = function (baseMediaDecodeTime) {\n var pipeline = this.transmuxPipeline_;\n\n if (!options.keepOriginalTimestamps) {\n this.baseMediaDecodeTime = baseMediaDecodeTime;\n }\n\n if (audioTrack) {\n audioTrack.timelineStartInfo.dts = undefined;\n audioTrack.timelineStartInfo.pts = undefined;\n trackDecodeInfo.clearDtsInfo(audioTrack);\n\n if (!options.keepOriginalTimestamps) {\n audioTrack.timelineStartInfo.baseMediaDecodeTime = baseMediaDecodeTime;\n }\n\n if (pipeline.audioTimestampRolloverStream) {\n pipeline.audioTimestampRolloverStream.discontinuity();\n }\n }\n\n if (videoTrack) {\n if (pipeline.videoSegmentStream) {\n pipeline.videoSegmentStream.gopCache_ = [];\n pipeline.videoTimestampRolloverStream.discontinuity();\n }\n\n videoTrack.timelineStartInfo.dts = undefined;\n videoTrack.timelineStartInfo.pts = undefined;\n trackDecodeInfo.clearDtsInfo(videoTrack);\n pipeline.captionStream.reset();\n\n if (!options.keepOriginalTimestamps) {\n videoTrack.timelineStartInfo.baseMediaDecodeTime = baseMediaDecodeTime;\n }\n }\n\n if (pipeline.timedMetadataTimestampRolloverStream) {\n pipeline.timedMetadataTimestampRolloverStream.discontinuity();\n }\n };\n\n this.setAudioAppendStart = function (timestamp) {\n if (audioTrack) {\n this.transmuxPipeline_.audioSegmentStream.setAudioAppendStart(timestamp);\n }\n };\n\n this.alignGopsWith = function (gopsToAlignWith) {\n if (videoTrack && this.transmuxPipeline_.videoSegmentStream) {\n this.transmuxPipeline_.videoSegmentStream.alignGopsWith(gopsToAlignWith);\n }\n }; // feed incoming data to the front of the parsing pipeline\n\n\n this.push = function (data) {\n if (hasFlushed) {\n var isAac = isLikelyAacData$1(data);\n\n if (isAac && this.transmuxPipeline_.type !== 'aac') {\n this.setupAacPipeline();\n } else if (!isAac && this.transmuxPipeline_.type !== 'ts') {\n this.setupTsPipeline();\n }\n\n hasFlushed = false;\n }\n\n this.transmuxPipeline_.headOfPipeline.push(data);\n }; // flush any buffered data\n\n\n this.flush = function () {\n hasFlushed = true; // Start at the top of the pipeline and flush all pending work\n\n this.transmuxPipeline_.headOfPipeline.flush();\n }; // Caption data has to be reset when seeking outside buffered range\n\n\n this.resetCaptions = function () {\n if (this.transmuxPipeline_.captionStream) {\n this.transmuxPipeline_.captionStream.reset();\n }\n };\n };\n\n _Transmuxer.prototype = new stream();\n var transmuxer = {\n Transmuxer: _Transmuxer,\n VideoSegmentStream: _VideoSegmentStream,\n AudioSegmentStream: _AudioSegmentStream,\n AUDIO_PROPERTIES: AUDIO_PROPERTIES,\n VIDEO_PROPERTIES: VIDEO_PROPERTIES\n };\n\n var inspectMp4,\n _textifyMp,\n parseType$2 = probe.parseType,\n parseMp4Date = function parseMp4Date(seconds) {\n return new Date(seconds * 1000 - 2082844800000);\n },\n parseSampleFlags = function parseSampleFlags(flags) {\n return {\n isLeading: (flags[0] & 0x0c) >>> 2,\n dependsOn: flags[0] & 0x03,\n isDependedOn: (flags[1] & 0xc0) >>> 6,\n hasRedundancy: (flags[1] & 0x30) >>> 4,\n paddingValue: (flags[1] & 0x0e) >>> 1,\n isNonSyncSample: flags[1] & 0x01,\n degradationPriority: flags[2] << 8 | flags[3]\n };\n },\n nalParse = function nalParse(avcStream) {\n var avcView = new DataView(avcStream.buffer, avcStream.byteOffset, avcStream.byteLength),\n result = [],\n i,\n length;\n\n for (i = 0; i + 4 < avcStream.length; i += length) {\n length = avcView.getUint32(i);\n i += 4; // bail if this doesn't appear to be an H264 stream\n\n if (length <= 0) {\n result.push('<span style=\\'color:red;\\'>MALFORMED DATA</span>');\n continue;\n }\n\n switch (avcStream[i] & 0x1F) {\n case 0x01:\n result.push('slice_layer_without_partitioning_rbsp');\n break;\n\n case 0x05:\n result.push('slice_layer_without_partitioning_rbsp_idr');\n break;\n\n case 0x06:\n result.push('sei_rbsp');\n break;\n\n case 0x07:\n result.push('seq_parameter_set_rbsp');\n break;\n\n case 0x08:\n result.push('pic_parameter_set_rbsp');\n break;\n\n case 0x09:\n result.push('access_unit_delimiter_rbsp');\n break;\n\n default:\n result.push('UNKNOWN NAL - ' + avcStream[i] & 0x1F);\n break;\n }\n }\n\n return result;\n },\n // registry of handlers for individual mp4 box types\n parse$$1 = {\n // codingname, not a first-class box type. stsd entries share the\n // same format as real boxes so the parsing infrastructure can be\n // shared\n avc1: function avc1(data) {\n var view = new DataView(data.buffer, data.byteOffset, data.byteLength);\n return {\n dataReferenceIndex: view.getUint16(6),\n width: view.getUint16(24),\n height: view.getUint16(26),\n horizresolution: view.getUint16(28) + view.getUint16(30) / 16,\n vertresolution: view.getUint16(32) + view.getUint16(34) / 16,\n frameCount: view.getUint16(40),\n depth: view.getUint16(74),\n config: inspectMp4(data.subarray(78, data.byteLength))\n };\n },\n avcC: function avcC(data) {\n var view = new DataView(data.buffer, data.byteOffset, data.byteLength),\n result = {\n configurationVersion: data[0],\n avcProfileIndication: data[1],\n profileCompatibility: data[2],\n avcLevelIndication: data[3],\n lengthSizeMinusOne: data[4] & 0x03,\n sps: [],\n pps: []\n },\n numOfSequenceParameterSets = data[5] & 0x1f,\n numOfPictureParameterSets,\n nalSize,\n offset,\n i; // iterate past any SPSs\n\n offset = 6;\n\n for (i = 0; i < numOfSequenceParameterSets; i++) {\n nalSize = view.getUint16(offset);\n offset += 2;\n result.sps.push(new Uint8Array(data.subarray(offset, offset + nalSize)));\n offset += nalSize;\n } // iterate past any PPSs\n\n\n numOfPictureParameterSets = data[offset];\n offset++;\n\n for (i = 0; i < numOfPictureParameterSets; i++) {\n nalSize = view.getUint16(offset);\n offset += 2;\n result.pps.push(new Uint8Array(data.subarray(offset, offset + nalSize)));\n offset += nalSize;\n }\n\n return result;\n },\n btrt: function btrt(data) {\n var view = new DataView(data.buffer, data.byteOffset, data.byteLength);\n return {\n bufferSizeDB: view.getUint32(0),\n maxBitrate: view.getUint32(4),\n avgBitrate: view.getUint32(8)\n };\n },\n esds: function esds(data) {\n return {\n version: data[0],\n flags: new Uint8Array(data.subarray(1, 4)),\n esId: data[6] << 8 | data[7],\n streamPriority: data[8] & 0x1f,\n decoderConfig: {\n objectProfileIndication: data[11],\n streamType: data[12] >>> 2 & 0x3f,\n bufferSize: data[13] << 16 | data[14] << 8 | data[15],\n maxBitrate: data[16] << 24 | data[17] << 16 | data[18] << 8 | data[19],\n avgBitrate: data[20] << 24 | data[21] << 16 | data[22] << 8 | data[23],\n decoderConfigDescriptor: {\n tag: data[24],\n length: data[25],\n audioObjectType: data[26] >>> 3 & 0x1f,\n samplingFrequencyIndex: (data[26] & 0x07) << 1 | data[27] >>> 7 & 0x01,\n channelConfiguration: data[27] >>> 3 & 0x0f\n }\n }\n };\n },\n ftyp: function ftyp(data) {\n var view = new DataView(data.buffer, data.byteOffset, data.byteLength),\n result = {\n majorBrand: parseType$2(data.subarray(0, 4)),\n minorVersion: view.getUint32(4),\n compatibleBrands: []\n },\n i = 8;\n\n while (i < data.byteLength) {\n result.compatibleBrands.push(parseType$2(data.subarray(i, i + 4)));\n i += 4;\n }\n\n return result;\n },\n dinf: function dinf(data) {\n return {\n boxes: inspectMp4(data)\n };\n },\n dref: function dref(data) {\n return {\n version: data[0],\n flags: new Uint8Array(data.subarray(1, 4)),\n dataReferences: inspectMp4(data.subarray(8))\n };\n },\n hdlr: function hdlr(data) {\n var view = new DataView(data.buffer, data.byteOffset, data.byteLength),\n result = {\n version: view.getUint8(0),\n flags: new Uint8Array(data.subarray(1, 4)),\n handlerType: parseType$2(data.subarray(8, 12)),\n name: ''\n },\n i = 8; // parse out the name field\n\n for (i = 24; i < data.byteLength; i++) {\n if (data[i] === 0x00) {\n // the name field is null-terminated\n i++;\n break;\n }\n\n result.name += String.fromCharCode(data[i]);\n } // decode UTF-8 to javascript's internal representation\n // see http://ecmanaut.blogspot.com/2006/07/encoding-decoding-utf8-in-javascript.html\n\n\n result.name = decodeURIComponent(escape(result.name));\n return result;\n },\n mdat: function mdat(data) {\n return {\n byteLength: data.byteLength,\n nals: nalParse(data)\n };\n },\n mdhd: function mdhd(data) {\n var view = new DataView(data.buffer, data.byteOffset, data.byteLength),\n i = 4,\n language,\n result = {\n version: view.getUint8(0),\n flags: new Uint8Array(data.subarray(1, 4)),\n language: ''\n };\n\n if (result.version === 1) {\n i += 4;\n result.creationTime = parseMp4Date(view.getUint32(i)); // truncating top 4 bytes\n\n i += 8;\n result.modificationTime = parseMp4Date(view.getUint32(i)); // truncating top 4 bytes\n\n i += 4;\n result.timescale = view.getUint32(i);\n i += 8;\n result.duration = view.getUint32(i); // truncating top 4 bytes\n } else {\n result.creationTime = parseMp4Date(view.getUint32(i));\n i += 4;\n result.modificationTime = parseMp4Date(view.getUint32(i));\n i += 4;\n result.timescale = view.getUint32(i);\n i += 4;\n result.duration = view.getUint32(i);\n }\n\n i += 4; // language is stored as an ISO-639-2/T code in an array of three 5-bit fields\n // each field is the packed difference between its ASCII value and 0x60\n\n language = view.getUint16(i);\n result.language += String.fromCharCode((language >> 10) + 0x60);\n result.language += String.fromCharCode(((language & 0x03e0) >> 5) + 0x60);\n result.language += String.fromCharCode((language & 0x1f) + 0x60);\n return result;\n },\n mdia: function mdia(data) {\n return {\n boxes: inspectMp4(data)\n };\n },\n mfhd: function mfhd(data) {\n return {\n version: data[0],\n flags: new Uint8Array(data.subarray(1, 4)),\n sequenceNumber: data[4] << 24 | data[5] << 16 | data[6] << 8 | data[7]\n };\n },\n minf: function minf(data) {\n return {\n boxes: inspectMp4(data)\n };\n },\n // codingname, not a first-class box type. stsd entries share the\n // same format as real boxes so the parsing infrastructure can be\n // shared\n mp4a: function mp4a(data) {\n var view = new DataView(data.buffer, data.byteOffset, data.byteLength),\n result = {\n // 6 bytes reserved\n dataReferenceIndex: view.getUint16(6),\n // 4 + 4 bytes reserved\n channelcount: view.getUint16(16),\n samplesize: view.getUint16(18),\n // 2 bytes pre_defined\n // 2 bytes reserved\n samplerate: view.getUint16(24) + view.getUint16(26) / 65536\n }; // if there are more bytes to process, assume this is an ISO/IEC\n // 14496-14 MP4AudioSampleEntry and parse the ESDBox\n\n if (data.byteLength > 28) {\n result.streamDescriptor = inspectMp4(data.subarray(28))[0];\n }\n\n return result;\n },\n moof: function moof(data) {\n return {\n boxes: inspectMp4(data)\n };\n },\n moov: function moov(data) {\n return {\n boxes: inspectMp4(data)\n };\n },\n mvex: function mvex(data) {\n return {\n boxes: inspectMp4(data)\n };\n },\n mvhd: function mvhd(data) {\n var view = new DataView(data.buffer, data.byteOffset, data.byteLength),\n i = 4,\n result = {\n version: view.getUint8(0),\n flags: new Uint8Array(data.subarray(1, 4))\n };\n\n if (result.version === 1) {\n i += 4;\n result.creationTime = parseMp4Date(view.getUint32(i)); // truncating top 4 bytes\n\n i += 8;\n result.modificationTime = parseMp4Date(view.getUint32(i)); // truncating top 4 bytes\n\n i += 4;\n result.timescale = view.getUint32(i);\n i += 8;\n result.duration = view.getUint32(i); // truncating top 4 bytes\n } else {\n result.creationTime = parseMp4Date(view.getUint32(i));\n i += 4;\n result.modificationTime = parseMp4Date(view.getUint32(i));\n i += 4;\n result.timescale = view.getUint32(i);\n i += 4;\n result.duration = view.getUint32(i);\n }\n\n i += 4; // convert fixed-point, base 16 back to a number\n\n result.rate = view.getUint16(i) + view.getUint16(i + 2) / 16;\n i += 4;\n result.volume = view.getUint8(i) + view.getUint8(i + 1) / 8;\n i += 2;\n i += 2;\n i += 2 * 4;\n result.matrix = new Uint32Array(data.subarray(i, i + 9 * 4));\n i += 9 * 4;\n i += 6 * 4;\n result.nextTrackId = view.getUint32(i);\n return result;\n },\n pdin: function pdin(data) {\n var view = new DataView(data.buffer, data.byteOffset, data.byteLength);\n return {\n version: view.getUint8(0),\n flags: new Uint8Array(data.subarray(1, 4)),\n rate: view.getUint32(4),\n initialDelay: view.getUint32(8)\n };\n },\n sdtp: function sdtp(data) {\n var result = {\n version: data[0],\n flags: new Uint8Array(data.subarray(1, 4)),\n samples: []\n },\n i;\n\n for (i = 4; i < data.byteLength; i++) {\n result.samples.push({\n dependsOn: (data[i] & 0x30) >> 4,\n isDependedOn: (data[i] & 0x0c) >> 2,\n hasRedundancy: data[i] & 0x03\n });\n }\n\n return result;\n },\n sidx: function sidx(data) {\n var view = new DataView(data.buffer, data.byteOffset, data.byteLength),\n result = {\n version: data[0],\n flags: new Uint8Array(data.subarray(1, 4)),\n references: [],\n referenceId: view.getUint32(4),\n timescale: view.getUint32(8),\n earliestPresentationTime: view.getUint32(12),\n firstOffset: view.getUint32(16)\n },\n referenceCount = view.getUint16(22),\n i;\n\n for (i = 24; referenceCount; i += 12, referenceCount--) {\n result.references.push({\n referenceType: (data[i] & 0x80) >>> 7,\n referencedSize: view.getUint32(i) & 0x7FFFFFFF,\n subsegmentDuration: view.getUint32(i + 4),\n startsWithSap: !!(data[i + 8] & 0x80),\n sapType: (data[i + 8] & 0x70) >>> 4,\n sapDeltaTime: view.getUint32(i + 8) & 0x0FFFFFFF\n });\n }\n\n return result;\n },\n smhd: function smhd(data) {\n return {\n version: data[0],\n flags: new Uint8Array(data.subarray(1, 4)),\n balance: data[4] + data[5] / 256\n };\n },\n stbl: function stbl(data) {\n return {\n boxes: inspectMp4(data)\n };\n },\n stco: function stco(data) {\n var view = new DataView(data.buffer, data.byteOffset, data.byteLength),\n result = {\n version: data[0],\n flags: new Uint8Array(data.subarray(1, 4)),\n chunkOffsets: []\n },\n entryCount = view.getUint32(4),\n i;\n\n for (i = 8; entryCount; i += 4, entryCount--) {\n result.chunkOffsets.push(view.getUint32(i));\n }\n\n return result;\n },\n stsc: function stsc(data) {\n var view = new DataView(data.buffer, data.byteOffset, data.byteLength),\n entryCount = view.getUint32(4),\n result = {\n version: data[0],\n flags: new Uint8Array(data.subarray(1, 4)),\n sampleToChunks: []\n },\n i;\n\n for (i = 8; entryCount; i += 12, entryCount--) {\n result.sampleToChunks.push({\n firstChunk: view.getUint32(i),\n samplesPerChunk: view.getUint32(i + 4),\n sampleDescriptionIndex: view.getUint32(i + 8)\n });\n }\n\n return result;\n },\n stsd: function stsd(data) {\n return {\n version: data[0],\n flags: new Uint8Array(data.subarray(1, 4)),\n sampleDescriptions: inspectMp4(data.subarray(8))\n };\n },\n stsz: function stsz(data) {\n var view = new DataView(data.buffer, data.byteOffset, data.byteLength),\n result = {\n version: data[0],\n flags: new Uint8Array(data.subarray(1, 4)),\n sampleSize: view.getUint32(4),\n entries: []\n },\n i;\n\n for (i = 12; i < data.byteLength; i += 4) {\n result.entries.push(view.getUint32(i));\n }\n\n return result;\n },\n stts: function stts(data) {\n var view = new DataView(data.buffer, data.byteOffset, data.byteLength),\n result = {\n version: data[0],\n flags: new Uint8Array(data.subarray(1, 4)),\n timeToSamples: []\n },\n entryCount = view.getUint32(4),\n i;\n\n for (i = 8; entryCount; i += 8, entryCount--) {\n result.timeToSamples.push({\n sampleCount: view.getUint32(i),\n sampleDelta: view.getUint32(i + 4)\n });\n }\n\n return result;\n },\n styp: function styp(data) {\n return parse$$1.ftyp(data);\n },\n tfdt: function tfdt(data) {\n var result = {\n version: data[0],\n flags: new Uint8Array(data.subarray(1, 4)),\n baseMediaDecodeTime: data[4] << 24 | data[5] << 16 | data[6] << 8 | data[7]\n };\n\n if (result.version === 1) {\n result.baseMediaDecodeTime *= Math.pow(2, 32);\n result.baseMediaDecodeTime += data[8] << 24 | data[9] << 16 | data[10] << 8 | data[11];\n }\n\n return result;\n },\n tfhd: function tfhd(data) {\n var view = new DataView(data.buffer, data.byteOffset, data.byteLength),\n result = {\n version: data[0],\n flags: new Uint8Array(data.subarray(1, 4)),\n trackId: view.getUint32(4)\n },\n baseDataOffsetPresent = result.flags[2] & 0x01,\n sampleDescriptionIndexPresent = result.flags[2] & 0x02,\n defaultSampleDurationPresent = result.flags[2] & 0x08,\n defaultSampleSizePresent = result.flags[2] & 0x10,\n defaultSampleFlagsPresent = result.flags[2] & 0x20,\n durationIsEmpty = result.flags[0] & 0x010000,\n defaultBaseIsMoof = result.flags[0] & 0x020000,\n i;\n i = 8;\n\n if (baseDataOffsetPresent) {\n i += 4; // truncate top 4 bytes\n // FIXME: should we read the full 64 bits?\n\n result.baseDataOffset = view.getUint32(12);\n i += 4;\n }\n\n if (sampleDescriptionIndexPresent) {\n result.sampleDescriptionIndex = view.getUint32(i);\n i += 4;\n }\n\n if (defaultSampleDurationPresent) {\n result.defaultSampleDuration = view.getUint32(i);\n i += 4;\n }\n\n if (defaultSampleSizePresent) {\n result.defaultSampleSize = view.getUint32(i);\n i += 4;\n }\n\n if (defaultSampleFlagsPresent) {\n result.defaultSampleFlags = view.getUint32(i);\n }\n\n if (durationIsEmpty) {\n result.durationIsEmpty = true;\n }\n\n if (!baseDataOffsetPresent && defaultBaseIsMoof) {\n result.baseDataOffsetIsMoof = true;\n }\n\n return result;\n },\n tkhd: function tkhd(data) {\n var view = new DataView(data.buffer, data.byteOffset, data.byteLength),\n i = 4,\n result = {\n version: view.getUint8(0),\n flags: new Uint8Array(data.subarray(1, 4))\n };\n\n if (result.version === 1) {\n i += 4;\n result.creationTime = parseMp4Date(view.getUint32(i)); // truncating top 4 bytes\n\n i += 8;\n result.modificationTime = parseMp4Date(view.getUint32(i)); // truncating top 4 bytes\n\n i += 4;\n result.trackId = view.getUint32(i);\n i += 4;\n i += 8;\n result.duration = view.getUint32(i); // truncating top 4 bytes\n } else {\n result.creationTime = parseMp4Date(view.getUint32(i));\n i += 4;\n result.modificationTime = parseMp4Date(view.getUint32(i));\n i += 4;\n result.trackId = view.getUint32(i);\n i += 4;\n i += 4;\n result.duration = view.getUint32(i);\n }\n\n i += 4;\n i += 2 * 4;\n result.layer = view.getUint16(i);\n i += 2;\n result.alternateGroup = view.getUint16(i);\n i += 2; // convert fixed-point, base 16 back to a number\n\n result.volume = view.getUint8(i) + view.getUint8(i + 1) / 8;\n i += 2;\n i += 2;\n result.matrix = new Uint32Array(data.subarray(i, i + 9 * 4));\n i += 9 * 4;\n result.width = view.getUint16(i) + view.getUint16(i + 2) / 16;\n i += 4;\n result.height = view.getUint16(i) + view.getUint16(i + 2) / 16;\n return result;\n },\n traf: function traf(data) {\n return {\n boxes: inspectMp4(data)\n };\n },\n trak: function trak(data) {\n return {\n boxes: inspectMp4(data)\n };\n },\n trex: function trex(data) {\n var view = new DataView(data.buffer, data.byteOffset, data.byteLength);\n return {\n version: data[0],\n flags: new Uint8Array(data.subarray(1, 4)),\n trackId: view.getUint32(4),\n defaultSampleDescriptionIndex: view.getUint32(8),\n defaultSampleDuration: view.getUint32(12),\n defaultSampleSize: view.getUint32(16),\n sampleDependsOn: data[20] & 0x03,\n sampleIsDependedOn: (data[21] & 0xc0) >> 6,\n sampleHasRedundancy: (data[21] & 0x30) >> 4,\n samplePaddingValue: (data[21] & 0x0e) >> 1,\n sampleIsDifferenceSample: !!(data[21] & 0x01),\n sampleDegradationPriority: view.getUint16(22)\n };\n },\n trun: function trun(data) {\n var result = {\n version: data[0],\n flags: new Uint8Array(data.subarray(1, 4)),\n samples: []\n },\n view = new DataView(data.buffer, data.byteOffset, data.byteLength),\n // Flag interpretation\n dataOffsetPresent = result.flags[2] & 0x01,\n // compare with 2nd byte of 0x1\n firstSampleFlagsPresent = result.flags[2] & 0x04,\n // compare with 2nd byte of 0x4\n sampleDurationPresent = result.flags[1] & 0x01,\n // compare with 2nd byte of 0x100\n sampleSizePresent = result.flags[1] & 0x02,\n // compare with 2nd byte of 0x200\n sampleFlagsPresent = result.flags[1] & 0x04,\n // compare with 2nd byte of 0x400\n sampleCompositionTimeOffsetPresent = result.flags[1] & 0x08,\n // compare with 2nd byte of 0x800\n sampleCount = view.getUint32(4),\n offset = 8,\n sample;\n\n if (dataOffsetPresent) {\n // 32 bit signed integer\n result.dataOffset = view.getInt32(offset);\n offset += 4;\n } // Overrides the flags for the first sample only. The order of\n // optional values will be: duration, size, compositionTimeOffset\n\n\n if (firstSampleFlagsPresent && sampleCount) {\n sample = {\n flags: parseSampleFlags(data.subarray(offset, offset + 4))\n };\n offset += 4;\n\n if (sampleDurationPresent) {\n sample.duration = view.getUint32(offset);\n offset += 4;\n }\n\n if (sampleSizePresent) {\n sample.size = view.getUint32(offset);\n offset += 4;\n }\n\n if (sampleCompositionTimeOffsetPresent) {\n // Note: this should be a signed int if version is 1\n sample.compositionTimeOffset = view.getUint32(offset);\n offset += 4;\n }\n\n result.samples.push(sample);\n sampleCount--;\n }\n\n while (sampleCount--) {\n sample = {};\n\n if (sampleDurationPresent) {\n sample.duration = view.getUint32(offset);\n offset += 4;\n }\n\n if (sampleSizePresent) {\n sample.size = view.getUint32(offset);\n offset += 4;\n }\n\n if (sampleFlagsPresent) {\n sample.flags = parseSampleFlags(data.subarray(offset, offset + 4));\n offset += 4;\n }\n\n if (sampleCompositionTimeOffsetPresent) {\n // Note: this should be a signed int if version is 1\n sample.compositionTimeOffset = view.getUint32(offset);\n offset += 4;\n }\n\n result.samples.push(sample);\n }\n\n return result;\n },\n 'url ': function url(data) {\n return {\n version: data[0],\n flags: new Uint8Array(data.subarray(1, 4))\n };\n },\n vmhd: function vmhd(data) {\n var view = new DataView(data.buffer, data.byteOffset, data.byteLength);\n return {\n version: data[0],\n flags: new Uint8Array(data.subarray(1, 4)),\n graphicsmode: view.getUint16(4),\n opcolor: new Uint16Array([view.getUint16(6), view.getUint16(8), view.getUint16(10)])\n };\n }\n };\n /**\n * Return a javascript array of box objects parsed from an ISO base\n * media file.\n * @param data {Uint8Array} the binary data of the media to be inspected\n * @return {array} a javascript array of potentially nested box objects\n */\n\n\n inspectMp4 = function inspectMp4(data) {\n var i = 0,\n result = [],\n view,\n size,\n type,\n end,\n box; // Convert data from Uint8Array to ArrayBuffer, to follow Dataview API\n\n var ab = new ArrayBuffer(data.length);\n var v = new Uint8Array(ab);\n\n for (var z = 0; z < data.length; ++z) {\n v[z] = data[z];\n }\n\n view = new DataView(ab);\n\n while (i < data.byteLength) {\n // parse box data\n size = view.getUint32(i);\n type = parseType$2(data.subarray(i + 4, i + 8));\n end = size > 1 ? i + size : data.byteLength; // parse type-specific data\n\n box = (parse$$1[type] || function (data) {\n return {\n data: data\n };\n })(data.subarray(i + 8, end));\n\n box.size = size;\n box.type = type; // store this box and move to the next\n\n result.push(box);\n i = end;\n }\n\n return result;\n };\n /**\n * Returns a textual representation of the javascript represtentation\n * of an MP4 file. You can use it as an alternative to\n * JSON.stringify() to compare inspected MP4s.\n * @param inspectedMp4 {array} the parsed array of boxes in an MP4\n * file\n * @param depth {number} (optional) the number of ancestor boxes of\n * the elements of inspectedMp4. Assumed to be zero if unspecified.\n * @return {string} a text representation of the parsed MP4\n */\n\n\n _textifyMp = function textifyMp4(inspectedMp4, depth) {\n var indent;\n depth = depth || 0;\n indent = new Array(depth * 2 + 1).join(' '); // iterate over all the boxes\n\n return inspectedMp4.map(function (box, index) {\n // list the box type first at the current indentation level\n return indent + box.type + '\\n' + // the type is already included and handle child boxes separately\n Object.keys(box).filter(function (key) {\n return key !== 'type' && key !== 'boxes'; // output all the box properties\n }).map(function (key) {\n var prefix = indent + ' ' + key + ': ',\n value = box[key]; // print out raw bytes as hexademical\n\n if (value instanceof Uint8Array || value instanceof Uint32Array) {\n var bytes = Array.prototype.slice.call(new Uint8Array(value.buffer, value.byteOffset, value.byteLength)).map(function (byte) {\n return ' ' + ('00' + byte.toString(16)).slice(-2);\n }).join('').match(/.{1,24}/g);\n\n if (!bytes) {\n return prefix + '<>';\n }\n\n if (bytes.length === 1) {\n return prefix + '<' + bytes.join('').slice(1) + '>';\n }\n\n return prefix + '<\\n' + bytes.map(function (line) {\n return indent + ' ' + line;\n }).join('\\n') + '\\n' + indent + ' >';\n } // stringify generic objects\n\n\n return prefix + JSON.stringify(value, null, 2).split('\\n').map(function (line, index) {\n if (index === 0) {\n return line;\n }\n\n return indent + ' ' + line;\n }).join('\\n');\n }).join('\\n') + ( // recursively textify the child boxes\n box.boxes ? '\\n' + _textifyMp(box.boxes, depth + 1) : '');\n }).join('\\n');\n };\n\n var mp4Inspector = {\n inspect: inspectMp4,\n textify: _textifyMp,\n parseTfdt: parse$$1.tfdt,\n parseHdlr: parse$$1.hdlr,\n parseTfhd: parse$$1.tfhd,\n parseTrun: parse$$1.trun\n };\n var discardEmulationPreventionBytes$1 = captionPacketParser.discardEmulationPreventionBytes;\n var CaptionStream$1 = captionStream.CaptionStream;\n /**\n * Maps an offset in the mdat to a sample based on the the size of the samples.\n * Assumes that `parseSamples` has been called first.\n *\n * @param {Number} offset - The offset into the mdat\n * @param {Object[]} samples - An array of samples, parsed using `parseSamples`\n * @return {?Object} The matching sample, or null if no match was found.\n *\n * @see ISO-BMFF-12/2015, Section 8.8.8\n **/\n\n var mapToSample = function mapToSample(offset, samples) {\n var approximateOffset = offset;\n\n for (var i = 0; i < samples.length; i++) {\n var sample = samples[i];\n\n if (approximateOffset < sample.size) {\n return sample;\n }\n\n approximateOffset -= sample.size;\n }\n\n return null;\n };\n /**\n * Finds SEI nal units contained in a Media Data Box.\n * Assumes that `parseSamples` has been called first.\n *\n * @param {Uint8Array} avcStream - The bytes of the mdat\n * @param {Object[]} samples - The samples parsed out by `parseSamples`\n * @param {Number} trackId - The trackId of this video track\n * @return {Object[]} seiNals - the parsed SEI NALUs found.\n * The contents of the seiNal should match what is expected by\n * CaptionStream.push (nalUnitType, size, data, escapedRBSP, pts, dts)\n *\n * @see ISO-BMFF-12/2015, Section 8.1.1\n * @see Rec. ITU-T H.264, 7.3.2.3.1\n **/\n\n\n var findSeiNals = function findSeiNals(avcStream, samples, trackId) {\n var avcView = new DataView(avcStream.buffer, avcStream.byteOffset, avcStream.byteLength),\n result = [],\n seiNal,\n i,\n length,\n lastMatchedSample;\n\n for (i = 0; i + 4 < avcStream.length; i += length) {\n length = avcView.getUint32(i);\n i += 4; // Bail if this doesn't appear to be an H264 stream\n\n if (length <= 0) {\n continue;\n }\n\n switch (avcStream[i] & 0x1F) {\n case 0x06:\n var data = avcStream.subarray(i + 1, i + 1 + length);\n var matchingSample = mapToSample(i, samples);\n seiNal = {\n nalUnitType: 'sei_rbsp',\n size: length,\n data: data,\n escapedRBSP: discardEmulationPreventionBytes$1(data),\n trackId: trackId\n };\n\n if (matchingSample) {\n seiNal.pts = matchingSample.pts;\n seiNal.dts = matchingSample.dts;\n lastMatchedSample = matchingSample;\n } else {\n // If a matching sample cannot be found, use the last\n // sample's values as they should be as close as possible\n seiNal.pts = lastMatchedSample.pts;\n seiNal.dts = lastMatchedSample.dts;\n }\n\n result.push(seiNal);\n break;\n\n default:\n break;\n }\n }\n\n return result;\n };\n /**\n * Parses sample information out of Track Run Boxes and calculates\n * the absolute presentation and decode timestamps of each sample.\n *\n * @param {Array<Uint8Array>} truns - The Trun Run boxes to be parsed\n * @param {Number} baseMediaDecodeTime - base media decode time from tfdt\n @see ISO-BMFF-12/2015, Section 8.8.12\n * @param {Object} tfhd - The parsed Track Fragment Header\n * @see inspect.parseTfhd\n * @return {Object[]} the parsed samples\n *\n * @see ISO-BMFF-12/2015, Section 8.8.8\n **/\n\n\n var parseSamples = function parseSamples(truns, baseMediaDecodeTime, tfhd) {\n var currentDts = baseMediaDecodeTime;\n var defaultSampleDuration = tfhd.defaultSampleDuration || 0;\n var defaultSampleSize = tfhd.defaultSampleSize || 0;\n var trackId = tfhd.trackId;\n var allSamples = [];\n truns.forEach(function (trun) {\n // Note: We currently do not parse the sample table as well\n // as the trun. It's possible some sources will require this.\n // moov > trak > mdia > minf > stbl\n var trackRun = mp4Inspector.parseTrun(trun);\n var samples = trackRun.samples;\n samples.forEach(function (sample) {\n if (sample.duration === undefined) {\n sample.duration = defaultSampleDuration;\n }\n\n if (sample.size === undefined) {\n sample.size = defaultSampleSize;\n }\n\n sample.trackId = trackId;\n sample.dts = currentDts;\n\n if (sample.compositionTimeOffset === undefined) {\n sample.compositionTimeOffset = 0;\n }\n\n sample.pts = currentDts + sample.compositionTimeOffset;\n currentDts += sample.duration;\n });\n allSamples = allSamples.concat(samples);\n });\n return allSamples;\n };\n /**\n * Parses out caption nals from an FMP4 segment's video tracks.\n *\n * @param {Uint8Array} segment - The bytes of a single segment\n * @param {Number} videoTrackId - The trackId of a video track in the segment\n * @return {Object.<Number, Object[]>} A mapping of video trackId to\n * a list of seiNals found in that track\n **/\n\n\n var parseCaptionNals = function parseCaptionNals(segment, videoTrackId) {\n // To get the samples\n var trafs = probe.findBox(segment, ['moof', 'traf']); // To get SEI NAL units\n\n var mdats = probe.findBox(segment, ['mdat']);\n var captionNals = {};\n var mdatTrafPairs = []; // Pair up each traf with a mdat as moofs and mdats are in pairs\n\n mdats.forEach(function (mdat, index) {\n var matchingTraf = trafs[index];\n mdatTrafPairs.push({\n mdat: mdat,\n traf: matchingTraf\n });\n });\n mdatTrafPairs.forEach(function (pair) {\n var mdat = pair.mdat;\n var traf = pair.traf;\n var tfhd = probe.findBox(traf, ['tfhd']); // Exactly 1 tfhd per traf\n\n var headerInfo = mp4Inspector.parseTfhd(tfhd[0]);\n var trackId = headerInfo.trackId;\n var tfdt = probe.findBox(traf, ['tfdt']); // Either 0 or 1 tfdt per traf\n\n var baseMediaDecodeTime = tfdt.length > 0 ? mp4Inspector.parseTfdt(tfdt[0]).baseMediaDecodeTime : 0;\n var truns = probe.findBox(traf, ['trun']);\n var samples;\n var seiNals; // Only parse video data for the chosen video track\n\n if (videoTrackId === trackId && truns.length > 0) {\n samples = parseSamples(truns, baseMediaDecodeTime, headerInfo);\n seiNals = findSeiNals(mdat, samples, trackId);\n\n if (!captionNals[trackId]) {\n captionNals[trackId] = [];\n }\n\n captionNals[trackId] = captionNals[trackId].concat(seiNals);\n }\n });\n return captionNals;\n };\n /**\n * Parses out inband captions from an MP4 container and returns\n * caption objects that can be used by WebVTT and the TextTrack API.\n * @see https://developer.mozilla.org/en-US/docs/Web/API/VTTCue\n * @see https://developer.mozilla.org/en-US/docs/Web/API/TextTrack\n * Assumes that `probe.getVideoTrackIds` and `probe.timescale` have been called first\n *\n * @param {Uint8Array} segment - The fmp4 segment containing embedded captions\n * @param {Number} trackId - The id of the video track to parse\n * @param {Number} timescale - The timescale for the video track from the init segment\n *\n * @return {?Object[]} parsedCaptions - A list of captions or null if no video tracks\n * @return {Number} parsedCaptions[].startTime - The time to show the caption in seconds\n * @return {Number} parsedCaptions[].endTime - The time to stop showing the caption in seconds\n * @return {String} parsedCaptions[].text - The visible content of the caption\n **/\n\n\n var parseEmbeddedCaptions = function parseEmbeddedCaptions(segment, trackId, timescale) {\n var seiNals;\n\n if (!trackId) {\n return null;\n }\n\n seiNals = parseCaptionNals(segment, trackId);\n return {\n seiNals: seiNals[trackId],\n timescale: timescale\n };\n };\n /**\n * Converts SEI NALUs into captions that can be used by video.js\n **/\n\n\n var CaptionParser$$1 = function CaptionParser$$1() {\n var isInitialized = false;\n var captionStream$$1; // Stores segments seen before trackId and timescale are set\n\n var segmentCache; // Stores video track ID of the track being parsed\n\n var trackId; // Stores the timescale of the track being parsed\n\n var timescale; // Stores captions parsed so far\n\n var parsedCaptions;\n /**\n * A method to indicate whether a CaptionParser has been initalized\n * @returns {Boolean}\n **/\n\n this.isInitialized = function () {\n return isInitialized;\n };\n /**\n * Initializes the underlying CaptionStream, SEI NAL parsing\n * and management, and caption collection\n **/\n\n\n this.init = function () {\n captionStream$$1 = new CaptionStream$1();\n isInitialized = true; // Collect dispatched captions\n\n captionStream$$1.on('data', function (event) {\n // Convert to seconds in the source's timescale\n event.startTime = event.startPts / timescale;\n event.endTime = event.endPts / timescale;\n parsedCaptions.captions.push(event);\n parsedCaptions.captionStreams[event.stream] = true;\n });\n };\n /**\n * Determines if a new video track will be selected\n * or if the timescale changed\n * @return {Boolean}\n **/\n\n\n this.isNewInit = function (videoTrackIds, timescales) {\n if (videoTrackIds && videoTrackIds.length === 0 || timescales && typeof timescales === 'object' && Object.keys(timescales).length === 0) {\n return false;\n }\n\n return trackId !== videoTrackIds[0] || timescale !== timescales[trackId];\n };\n /**\n * Parses out SEI captions and interacts with underlying\n * CaptionStream to return dispatched captions\n *\n * @param {Uint8Array} segment - The fmp4 segment containing embedded captions\n * @param {Number[]} videoTrackIds - A list of video tracks found in the init segment\n * @param {Object.<Number, Number>} timescales - The timescales found in the init segment\n * @see parseEmbeddedCaptions\n * @see m2ts/caption-stream.js\n **/\n\n\n this.parse = function (segment, videoTrackIds, timescales) {\n var parsedData;\n\n if (!this.isInitialized()) {\n return null; // This is not likely to be a video segment\n } else if (!videoTrackIds || !timescales) {\n return null;\n } else if (this.isNewInit(videoTrackIds, timescales)) {\n // Use the first video track only as there is no\n // mechanism to switch to other video tracks\n trackId = videoTrackIds[0];\n timescale = timescales[trackId]; // If an init segment has not been seen yet, hold onto segment\n // data until we have one\n } else if (!trackId || !timescale) {\n segmentCache.push(segment);\n return null;\n } // Now that a timescale and trackId is set, parse cached segments\n\n\n while (segmentCache.length > 0) {\n var cachedSegment = segmentCache.shift();\n this.parse(cachedSegment, videoTrackIds, timescales);\n }\n\n parsedData = parseEmbeddedCaptions(segment, trackId, timescale);\n\n if (parsedData === null || !parsedData.seiNals) {\n return null;\n }\n\n this.pushNals(parsedData.seiNals); // Force the parsed captions to be dispatched\n\n this.flushStream();\n return parsedCaptions;\n };\n /**\n * Pushes SEI NALUs onto CaptionStream\n * @param {Object[]} nals - A list of SEI nals parsed using `parseCaptionNals`\n * Assumes that `parseCaptionNals` has been called first\n * @see m2ts/caption-stream.js\n **/\n\n\n this.pushNals = function (nals) {\n if (!this.isInitialized() || !nals || nals.length === 0) {\n return null;\n }\n\n nals.forEach(function (nal) {\n captionStream$$1.push(nal);\n });\n };\n /**\n * Flushes underlying CaptionStream to dispatch processed, displayable captions\n * @see m2ts/caption-stream.js\n **/\n\n\n this.flushStream = function () {\n if (!this.isInitialized()) {\n return null;\n }\n\n captionStream$$1.flush();\n };\n /**\n * Reset caption buckets for new data\n **/\n\n\n this.clearParsedCaptions = function () {\n parsedCaptions.captions = [];\n parsedCaptions.captionStreams = {};\n };\n /**\n * Resets underlying CaptionStream\n * @see m2ts/caption-stream.js\n **/\n\n\n this.resetCaptionStream = function () {\n if (!this.isInitialized()) {\n return null;\n }\n\n captionStream$$1.reset();\n };\n /**\n * Convenience method to clear all captions flushed from the\n * CaptionStream and still being parsed\n * @see m2ts/caption-stream.js\n **/\n\n\n this.clearAllCaptions = function () {\n this.clearParsedCaptions();\n this.resetCaptionStream();\n };\n /**\n * Reset caption parser\n **/\n\n\n this.reset = function () {\n segmentCache = [];\n trackId = null;\n timescale = null;\n\n if (!parsedCaptions) {\n parsedCaptions = {\n captions: [],\n // CC1, CC2, CC3, CC4\n captionStreams: {}\n };\n } else {\n this.clearParsedCaptions();\n }\n\n this.resetCaptionStream();\n };\n\n this.reset();\n };\n\n var captionParser = CaptionParser$$1;\n var mp4 = {\n generator: mp4Generator,\n probe: probe,\n Transmuxer: transmuxer.Transmuxer,\n AudioSegmentStream: transmuxer.AudioSegmentStream,\n VideoSegmentStream: transmuxer.VideoSegmentStream,\n CaptionParser: captionParser\n };\n\n var classCallCheck = function classCallCheck(instance, Constructor) {\n if (!(instance instanceof Constructor)) {\n throw new TypeError(\"Cannot call a class as a function\");\n }\n };\n\n var createClass = function () {\n function defineProperties(target, props) {\n for (var i = 0; i < props.length; i++) {\n var descriptor = props[i];\n descriptor.enumerable = descriptor.enumerable || false;\n descriptor.configurable = true;\n if (\"value\" in descriptor) descriptor.writable = true;\n Object.defineProperty(target, descriptor.key, descriptor);\n }\n }\n\n return function (Constructor, protoProps, staticProps) {\n if (protoProps) defineProperties(Constructor.prototype, protoProps);\n if (staticProps) defineProperties(Constructor, staticProps);\n return Constructor;\n };\n }();\n /**\n * @file transmuxer-worker.js\n */\n\n /**\n * Re-emits transmuxer events by converting them into messages to the\n * world outside the worker.\n *\n * @param {Object} transmuxer the transmuxer to wire events on\n * @private\n */\n\n\n var wireTransmuxerEvents = function wireTransmuxerEvents(self, transmuxer) {\n transmuxer.on('data', function (segment) {\n // transfer ownership of the underlying ArrayBuffer\n // instead of doing a copy to save memory\n // ArrayBuffers are transferable but generic TypedArrays are not\n // @link https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers#Passing_data_by_transferring_ownership_(transferable_objects)\n var initArray = segment.initSegment;\n segment.initSegment = {\n data: initArray.buffer,\n byteOffset: initArray.byteOffset,\n byteLength: initArray.byteLength\n };\n var typedArray = segment.data;\n segment.data = typedArray.buffer;\n self.postMessage({\n action: 'data',\n segment: segment,\n byteOffset: typedArray.byteOffset,\n byteLength: typedArray.byteLength\n }, [segment.data]);\n });\n\n if (transmuxer.captionStream) {\n transmuxer.captionStream.on('data', function (caption) {\n self.postMessage({\n action: 'caption',\n data: caption\n });\n });\n }\n\n transmuxer.on('done', function (data) {\n self.postMessage({\n action: 'done'\n });\n });\n transmuxer.on('gopInfo', function (gopInfo) {\n self.postMessage({\n action: 'gopInfo',\n gopInfo: gopInfo\n });\n });\n };\n /**\n * All incoming messages route through this hash. If no function exists\n * to handle an incoming message, then we ignore the message.\n *\n * @class MessageHandlers\n * @param {Object} options the options to initialize with\n */\n\n\n var MessageHandlers = function () {\n function MessageHandlers(self, options) {\n classCallCheck(this, MessageHandlers);\n this.options = options || {};\n this.self = self;\n this.init();\n }\n /**\n * initialize our web worker and wire all the events.\n */\n\n\n createClass(MessageHandlers, [{\n key: 'init',\n value: function init() {\n if (this.transmuxer) {\n this.transmuxer.dispose();\n }\n\n this.transmuxer = new mp4.Transmuxer(this.options);\n wireTransmuxerEvents(this.self, this.transmuxer);\n }\n /**\n * Adds data (a ts segment) to the start of the transmuxer pipeline for\n * processing.\n *\n * @param {ArrayBuffer} data data to push into the muxer\n */\n\n }, {\n key: 'push',\n value: function push(data) {\n // Cast array buffer to correct type for transmuxer\n var segment = new Uint8Array(data.data, data.byteOffset, data.byteLength);\n this.transmuxer.push(segment);\n }\n /**\n * Recreate the transmuxer so that the next segment added via `push`\n * start with a fresh transmuxer.\n */\n\n }, {\n key: 'reset',\n value: function reset() {\n this.init();\n }\n /**\n * Set the value that will be used as the `baseMediaDecodeTime` time for the\n * next segment pushed in. Subsequent segments will have their `baseMediaDecodeTime`\n * set relative to the first based on the PTS values.\n *\n * @param {Object} data used to set the timestamp offset in the muxer\n */\n\n }, {\n key: 'setTimestampOffset',\n value: function setTimestampOffset(data) {\n var timestampOffset = data.timestampOffset || 0;\n this.transmuxer.setBaseMediaDecodeTime(Math.round(timestampOffset * 90000));\n }\n }, {\n key: 'setAudioAppendStart',\n value: function setAudioAppendStart(data) {\n this.transmuxer.setAudioAppendStart(Math.ceil(data.appendStart * 90000));\n }\n /**\n * Forces the pipeline to finish processing the last segment and emit it's\n * results.\n *\n * @param {Object} data event data, not really used\n */\n\n }, {\n key: 'flush',\n value: function flush(data) {\n this.transmuxer.flush();\n }\n }, {\n key: 'resetCaptions',\n value: function resetCaptions() {\n this.transmuxer.resetCaptions();\n }\n }, {\n key: 'alignGopsWith',\n value: function alignGopsWith(data) {\n this.transmuxer.alignGopsWith(data.gopsToAlignWith.slice());\n }\n }]);\n return MessageHandlers;\n }();\n /**\n * Our web wroker interface so that things can talk to mux.js\n * that will be running in a web worker. the scope is passed to this by\n * webworkify.\n *\n * @param {Object} self the scope for the web worker\n */\n\n\n var TransmuxerWorker = function TransmuxerWorker(self) {\n self.onmessage = function (event) {\n if (event.data.action === 'init' && event.data.options) {\n this.messageHandlers = new MessageHandlers(self, event.data.options);\n return;\n }\n\n if (!this.messageHandlers) {\n this.messageHandlers = new MessageHandlers(self);\n }\n\n if (event.data && event.data.action && event.data.action !== 'init') {\n if (this.messageHandlers[event.data.action]) {\n this.messageHandlers[event.data.action](event.data);\n }\n }\n };\n };\n\n var transmuxerWorker = new TransmuxerWorker(self);\n return transmuxerWorker;\n }();\n});\n/**\n * @file - codecs.js - Handles tasks regarding codec strings such as translating them to\n * codec strings, or translating codec strings into objects that can be examined.\n */\n// Default codec parameters if none were provided for video and/or audio\n\nvar defaultCodecs = {\n videoCodec: 'avc1',\n videoObjectTypeIndicator: '.4d400d',\n // AAC-LC\n audioProfile: '2'\n};\n/**\n * Replace the old apple-style `avc1.<dd>.<dd>` codec string with the standard\n * `avc1.<hhhhhh>`\n *\n * @param {Array} codecs an array of codec strings to fix\n * @return {Array} the translated codec array\n * @private\n */\n\nvar translateLegacyCodecs = function translateLegacyCodecs(codecs) {\n return codecs.map(function (codec) {\n return codec.replace(/avc1\\.(\\d+)\\.(\\d+)/i, function (orig, profile, avcLevel) {\n var profileHex = ('00' + Number(profile).toString(16)).slice(-2);\n var avcLevelHex = ('00' + Number(avcLevel).toString(16)).slice(-2);\n return 'avc1.' + profileHex + '00' + avcLevelHex;\n });\n });\n};\n/**\n * Parses a codec string to retrieve the number of codecs specified,\n * the video codec and object type indicator, and the audio profile.\n */\n\n\nvar parseCodecs = function parseCodecs() {\n var codecs = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';\n var result = {\n codecCount: 0\n };\n var parsed = void 0;\n result.codecCount = codecs.split(',').length;\n result.codecCount = result.codecCount || 2; // parse the video codec\n\n parsed = /(^|\\s|,)+(avc[13])([^ ,]*)/i.exec(codecs);\n\n if (parsed) {\n result.videoCodec = parsed[2];\n result.videoObjectTypeIndicator = parsed[3];\n } // parse the last field of the audio codec\n\n\n result.audioProfile = /(^|\\s|,)+mp4a.[0-9A-Fa-f]+\\.([0-9A-Fa-f]+)/i.exec(codecs);\n result.audioProfile = result.audioProfile && result.audioProfile[2];\n return result;\n};\n/**\n * Replace codecs in the codec string with the old apple-style `avc1.<dd>.<dd>` to the\n * standard `avc1.<hhhhhh>`.\n *\n * @param codecString {String} the codec string\n * @return {String} the codec string with old apple-style codecs replaced\n *\n * @private\n */\n\n\nvar mapLegacyAvcCodecs = function mapLegacyAvcCodecs(codecString) {\n return codecString.replace(/avc1\\.(\\d+)\\.(\\d+)/i, function (match) {\n return translateLegacyCodecs([match])[0];\n });\n};\n/**\n * Build a media mime-type string from a set of parameters\n * @param {String} type either 'audio' or 'video'\n * @param {String} container either 'mp2t' or 'mp4'\n * @param {Array} codecs an array of codec strings to add\n * @return {String} a valid media mime-type\n */\n\n\nvar makeMimeTypeString = function makeMimeTypeString(type, container, codecs) {\n // The codecs array is filtered so that falsey values are\n // dropped and don't cause Array#join to create spurious\n // commas\n return type + '/' + container + '; codecs=\"' + codecs.filter(function (c) {\n return !!c;\n }).join(', ') + '\"';\n};\n/**\n * Returns the type container based on information in the playlist\n * @param {Playlist} media the current media playlist\n * @return {String} a valid media container type\n */\n\n\nvar getContainerType = function getContainerType(media) {\n // An initialization segment means the media playlist is an iframe\n // playlist or is using the mp4 container. We don't currently\n // support iframe playlists, so assume this is signalling mp4\n // fragments.\n if (media.segments && media.segments.length && media.segments[0].map) {\n return 'mp4';\n }\n\n return 'mp2t';\n};\n/**\n * Returns a set of codec strings parsed from the playlist or the default\n * codec strings if no codecs were specified in the playlist\n * @param {Playlist} media the current media playlist\n * @return {Object} an object with the video and audio codecs\n */\n\n\nvar getCodecs = function getCodecs(media) {\n // if the codecs were explicitly specified, use them instead of the\n // defaults\n var mediaAttributes = media.attributes || {};\n\n if (mediaAttributes.CODECS) {\n return parseCodecs(mediaAttributes.CODECS);\n }\n\n return defaultCodecs;\n};\n\nvar audioProfileFromDefault = function audioProfileFromDefault(master, audioGroupId) {\n if (!master.mediaGroups.AUDIO || !audioGroupId) {\n return null;\n }\n\n var audioGroup = master.mediaGroups.AUDIO[audioGroupId];\n\n if (!audioGroup) {\n return null;\n }\n\n for (var name in audioGroup) {\n var audioType = audioGroup[name];\n\n if (audioType.default && audioType.playlists) {\n // codec should be the same for all playlists within the audio type\n return parseCodecs(audioType.playlists[0].attributes.CODECS).audioProfile;\n }\n }\n\n return null;\n};\n/**\n * Calculates the MIME type strings for a working configuration of\n * SourceBuffers to play variant streams in a master playlist. If\n * there is no possible working configuration, an empty array will be\n * returned.\n *\n * @param master {Object} the m3u8 object for the master playlist\n * @param media {Object} the m3u8 object for the variant playlist\n * @return {Array} the MIME type strings. If the array has more than\n * one entry, the first element should be applied to the video\n * SourceBuffer and the second to the audio SourceBuffer.\n *\n * @private\n */\n\n\nvar mimeTypesForPlaylist = function mimeTypesForPlaylist(master, media) {\n var containerType = getContainerType(media);\n var codecInfo = getCodecs(media);\n var mediaAttributes = media.attributes || {}; // Default condition for a traditional HLS (no demuxed audio/video)\n\n var isMuxed = true;\n var isMaat = false;\n\n if (!media) {\n // Not enough information\n return [];\n }\n\n if (master.mediaGroups.AUDIO && mediaAttributes.AUDIO) {\n var audioGroup = master.mediaGroups.AUDIO[mediaAttributes.AUDIO]; // Handle the case where we are in a multiple-audio track scenario\n\n if (audioGroup) {\n isMaat = true; // Start with the everything demuxed then...\n\n isMuxed = false; // ...check to see if any audio group tracks are muxed (ie. lacking a uri)\n\n for (var groupId in audioGroup) {\n // either a uri is present (if the case of HLS and an external playlist), or\n // playlists is present (in the case of DASH where we don't have external audio\n // playlists)\n if (!audioGroup[groupId].uri && !audioGroup[groupId].playlists) {\n isMuxed = true;\n break;\n }\n }\n }\n } // HLS with multiple-audio tracks must always get an audio codec.\n // Put another way, there is no way to have a video-only multiple-audio HLS!\n\n\n if (isMaat && !codecInfo.audioProfile) {\n if (!isMuxed) {\n // It is possible for codecs to be specified on the audio media group playlist but\n // not on the rendition playlist. This is mostly the case for DASH, where audio and\n // video are always separate (and separately specified).\n codecInfo.audioProfile = audioProfileFromDefault(master, mediaAttributes.AUDIO);\n }\n\n if (!codecInfo.audioProfile) {\n videojs$1.log.warn('Multiple audio tracks present but no audio codec string is specified. ' + 'Attempting to use the default audio codec (mp4a.40.2)');\n codecInfo.audioProfile = defaultCodecs.audioProfile;\n }\n } // Generate the final codec strings from the codec object generated above\n\n\n var codecStrings = {};\n\n if (codecInfo.videoCodec) {\n codecStrings.video = '' + codecInfo.videoCodec + codecInfo.videoObjectTypeIndicator;\n }\n\n if (codecInfo.audioProfile) {\n codecStrings.audio = 'mp4a.40.' + codecInfo.audioProfile;\n } // Finally, make and return an array with proper mime-types depending on\n // the configuration\n\n\n var justAudio = makeMimeTypeString('audio', containerType, [codecStrings.audio]);\n var justVideo = makeMimeTypeString('video', containerType, [codecStrings.video]);\n var bothVideoAudio = makeMimeTypeString('video', containerType, [codecStrings.video, codecStrings.audio]);\n\n if (isMaat) {\n if (!isMuxed && codecStrings.video) {\n return [justVideo, justAudio];\n }\n\n if (!isMuxed && !codecStrings.video) {\n // There is no muxed content and no video codec string, so this is an audio only\n // stream with alternate audio.\n return [justAudio, justAudio];\n } // There exists the possiblity that this will return a `video/container`\n // mime-type for the first entry in the array even when there is only audio.\n // This doesn't appear to be a problem and simplifies the code.\n\n\n return [bothVideoAudio, justAudio];\n } // If there is no video codec at all, always just return a single\n // audio/<container> mime-type\n\n\n if (!codecStrings.video) {\n return [justAudio];\n } // When not using separate audio media groups, audio and video is\n // *always* muxed\n\n\n return [bothVideoAudio];\n};\n/**\n * Parse a content type header into a type and parameters\n * object\n *\n * @param {String} type the content type header\n * @return {Object} the parsed content-type\n * @private\n */\n\n\nvar parseContentType = function parseContentType(type) {\n var object = {\n type: '',\n parameters: {}\n };\n var parameters = type.trim().split(';'); // first parameter should always be content-type\n\n object.type = parameters.shift().trim();\n parameters.forEach(function (parameter) {\n var pair = parameter.trim().split('=');\n\n if (pair.length > 1) {\n var name = pair[0].replace(/\"/g, '').trim();\n var value = pair[1].replace(/\"/g, '').trim();\n object.parameters[name] = value;\n }\n });\n return object;\n};\n/**\n * Check if a codec string refers to an audio codec.\n *\n * @param {String} codec codec string to check\n * @return {Boolean} if this is an audio codec\n * @private\n */\n\n\nvar isAudioCodec = function isAudioCodec(codec) {\n return /mp4a\\.\\d+.\\d+/i.test(codec);\n};\n/**\n * Check if a codec string refers to a video codec.\n *\n * @param {String} codec codec string to check\n * @return {Boolean} if this is a video codec\n * @private\n */\n\n\nvar isVideoCodec = function isVideoCodec(codec) {\n return /avc1\\.[\\da-f]+/i.test(codec);\n};\n/**\n * Returns a list of gops in the buffer that have a pts value of 3 seconds or more in\n * front of current time.\n *\n * @param {Array} buffer\n * The current buffer of gop information\n * @param {Number} currentTime\n * The current time\n * @param {Double} mapping\n * Offset to map display time to stream presentation time\n * @return {Array}\n * List of gops considered safe to append over\n */\n\n\nvar gopsSafeToAlignWith = function gopsSafeToAlignWith(buffer, currentTime, mapping) {\n if (typeof currentTime === 'undefined' || currentTime === null || !buffer.length) {\n return [];\n } // pts value for current time + 3 seconds to give a bit more wiggle room\n\n\n var currentTimePts = Math.ceil((currentTime - mapping + 3) * 90000);\n var i = void 0;\n\n for (i = 0; i < buffer.length; i++) {\n if (buffer[i].pts > currentTimePts) {\n break;\n }\n }\n\n return buffer.slice(i);\n};\n/**\n * Appends gop information (timing and byteLength) received by the transmuxer for the\n * gops appended in the last call to appendBuffer\n *\n * @param {Array} buffer\n * The current buffer of gop information\n * @param {Array} gops\n * List of new gop information\n * @param {boolean} replace\n * If true, replace the buffer with the new gop information. If false, append the\n * new gop information to the buffer in the right location of time.\n * @return {Array}\n * Updated list of gop information\n */\n\n\nvar updateGopBuffer = function updateGopBuffer(buffer, gops, replace) {\n if (!gops.length) {\n return buffer;\n }\n\n if (replace) {\n // If we are in safe append mode, then completely overwrite the gop buffer\n // with the most recent appeneded data. This will make sure that when appending\n // future segments, we only try to align with gops that are both ahead of current\n // time and in the last segment appended.\n return gops.slice();\n }\n\n var start = gops[0].pts;\n var i = 0;\n\n for (i; i < buffer.length; i++) {\n if (buffer[i].pts >= start) {\n break;\n }\n }\n\n return buffer.slice(0, i).concat(gops);\n};\n/**\n * Removes gop information in buffer that overlaps with provided start and end\n *\n * @param {Array} buffer\n * The current buffer of gop information\n * @param {Double} start\n * position to start the remove at\n * @param {Double} end\n * position to end the remove at\n * @param {Double} mapping\n * Offset to map display time to stream presentation time\n */\n\n\nvar removeGopBuffer = function removeGopBuffer(buffer, start, end, mapping) {\n var startPts = Math.ceil((start - mapping) * 90000);\n var endPts = Math.ceil((end - mapping) * 90000);\n var updatedBuffer = buffer.slice();\n var i = buffer.length;\n\n while (i--) {\n if (buffer[i].pts <= endPts) {\n break;\n }\n }\n\n if (i === -1) {\n // no removal because end of remove range is before start of buffer\n return updatedBuffer;\n }\n\n var j = i + 1;\n\n while (j--) {\n if (buffer[j].pts <= startPts) {\n break;\n }\n } // clamp remove range start to 0 index\n\n\n j = Math.max(j, 0);\n updatedBuffer.splice(j, i - j + 1);\n return updatedBuffer;\n};\n\nvar buffered = function buffered(videoBuffer, audioBuffer, audioDisabled) {\n var start = null;\n var end = null;\n var arity = 0;\n var extents = [];\n var ranges = []; // neither buffer has been created yet\n\n if (!videoBuffer && !audioBuffer) {\n return videojs$1.createTimeRange();\n } // only one buffer is configured\n\n\n if (!videoBuffer) {\n return audioBuffer.buffered;\n }\n\n if (!audioBuffer) {\n return videoBuffer.buffered;\n } // both buffers are configured\n\n\n if (audioDisabled) {\n return videoBuffer.buffered;\n } // both buffers are empty\n\n\n if (videoBuffer.buffered.length === 0 && audioBuffer.buffered.length === 0) {\n return videojs$1.createTimeRange();\n } // Handle the case where we have both buffers and create an\n // intersection of the two\n\n\n var videoBuffered = videoBuffer.buffered;\n var audioBuffered = audioBuffer.buffered;\n var count = videoBuffered.length; // A) Gather up all start and end times\n\n while (count--) {\n extents.push({\n time: videoBuffered.start(count),\n type: 'start'\n });\n extents.push({\n time: videoBuffered.end(count),\n type: 'end'\n });\n }\n\n count = audioBuffered.length;\n\n while (count--) {\n extents.push({\n time: audioBuffered.start(count),\n type: 'start'\n });\n extents.push({\n time: audioBuffered.end(count),\n type: 'end'\n });\n } // B) Sort them by time\n\n\n extents.sort(function (a, b) {\n return a.time - b.time;\n }); // C) Go along one by one incrementing arity for start and decrementing\n // arity for ends\n\n for (count = 0; count < extents.length; count++) {\n if (extents[count].type === 'start') {\n arity++; // D) If arity is ever incremented to 2 we are entering an\n // overlapping range\n\n if (arity === 2) {\n start = extents[count].time;\n }\n } else if (extents[count].type === 'end') {\n arity--; // E) If arity is ever decremented to 1 we leaving an\n // overlapping range\n\n if (arity === 1) {\n end = extents[count].time;\n }\n } // F) Record overlapping ranges\n\n\n if (start !== null && end !== null) {\n ranges.push([start, end]);\n start = null;\n end = null;\n }\n }\n\n return videojs$1.createTimeRanges(ranges);\n};\n/**\n * @file virtual-source-buffer.js\n */\n// We create a wrapper around the SourceBuffer so that we can manage the\n// state of the `updating` property manually. We have to do this because\n// Firefox changes `updating` to false long before triggering `updateend`\n// events and that was causing strange problems in videojs-contrib-hls\n\n\nvar makeWrappedSourceBuffer = function makeWrappedSourceBuffer(mediaSource, mimeType) {\n var sourceBuffer = mediaSource.addSourceBuffer(mimeType);\n var wrapper = Object.create(null);\n wrapper.updating = false;\n wrapper.realBuffer_ = sourceBuffer;\n\n var _loop = function _loop(key) {\n if (typeof sourceBuffer[key] === 'function') {\n wrapper[key] = function () {\n return sourceBuffer[key].apply(sourceBuffer, arguments);\n };\n } else if (typeof wrapper[key] === 'undefined') {\n Object.defineProperty(wrapper, key, {\n get: function get$$1() {\n return sourceBuffer[key];\n },\n set: function set$$1(v) {\n return sourceBuffer[key] = v;\n }\n });\n }\n };\n\n for (var key in sourceBuffer) {\n _loop(key);\n }\n\n return wrapper;\n};\n/**\n * VirtualSourceBuffers exist so that we can transmux non native formats\n * into a native format, but keep the same api as a native source buffer.\n * It creates a transmuxer, that works in its own thread (a web worker) and\n * that transmuxer muxes the data into a native format. VirtualSourceBuffer will\n * then send all of that data to the naive sourcebuffer so that it is\n * indestinguishable from a natively supported format.\n *\n * @param {HtmlMediaSource} mediaSource the parent mediaSource\n * @param {Array} codecs array of codecs that we will be dealing with\n * @class VirtualSourceBuffer\n * @extends video.js.EventTarget\n */\n\n\nvar VirtualSourceBuffer = function (_videojs$EventTarget) {\n inherits(VirtualSourceBuffer, _videojs$EventTarget);\n\n function VirtualSourceBuffer(mediaSource, codecs) {\n classCallCheck(this, VirtualSourceBuffer);\n\n var _this = possibleConstructorReturn(this, (VirtualSourceBuffer.__proto__ || Object.getPrototypeOf(VirtualSourceBuffer)).call(this, videojs$1.EventTarget));\n\n _this.timestampOffset_ = 0;\n _this.pendingBuffers_ = [];\n _this.bufferUpdating_ = false;\n _this.mediaSource_ = mediaSource;\n _this.codecs_ = codecs;\n _this.audioCodec_ = null;\n _this.videoCodec_ = null;\n _this.audioDisabled_ = false;\n _this.appendAudioInitSegment_ = true;\n _this.gopBuffer_ = [];\n _this.timeMapping_ = 0;\n _this.safeAppend_ = videojs$1.browser.IE_VERSION >= 11;\n var options = {\n remux: false,\n alignGopsAtEnd: _this.safeAppend_\n };\n\n _this.codecs_.forEach(function (codec) {\n if (isAudioCodec(codec)) {\n _this.audioCodec_ = codec;\n } else if (isVideoCodec(codec)) {\n _this.videoCodec_ = codec;\n }\n }); // append muxed segments to their respective native buffers as\n // soon as they are available\n\n\n _this.transmuxer_ = new TransmuxWorker();\n\n _this.transmuxer_.postMessage({\n action: 'init',\n options: options\n });\n\n _this.transmuxer_.onmessage = function (event) {\n if (event.data.action === 'data') {\n return _this.data_(event);\n }\n\n if (event.data.action === 'done') {\n return _this.done_(event);\n }\n\n if (event.data.action === 'gopInfo') {\n return _this.appendGopInfo_(event);\n }\n }; // this timestampOffset is a property with the side-effect of resetting\n // baseMediaDecodeTime in the transmuxer on the setter\n\n\n Object.defineProperty(_this, 'timestampOffset', {\n get: function get$$1() {\n return this.timestampOffset_;\n },\n set: function set$$1(val) {\n if (typeof val === 'number' && val >= 0) {\n this.timestampOffset_ = val;\n this.appendAudioInitSegment_ = true; // reset gop buffer on timestampoffset as this signals a change in timeline\n\n this.gopBuffer_.length = 0;\n this.timeMapping_ = 0; // We have to tell the transmuxer to set the baseMediaDecodeTime to\n // the desired timestampOffset for the next segment\n\n this.transmuxer_.postMessage({\n action: 'setTimestampOffset',\n timestampOffset: val\n });\n }\n }\n }); // setting the append window affects both source buffers\n\n Object.defineProperty(_this, 'appendWindowStart', {\n get: function get$$1() {\n return (this.videoBuffer_ || this.audioBuffer_).appendWindowStart;\n },\n set: function set$$1(start) {\n if (this.videoBuffer_) {\n this.videoBuffer_.appendWindowStart = start;\n }\n\n if (this.audioBuffer_) {\n this.audioBuffer_.appendWindowStart = start;\n }\n }\n }); // this buffer is \"updating\" if either of its native buffers are\n\n Object.defineProperty(_this, 'updating', {\n get: function get$$1() {\n return !!(this.bufferUpdating_ || !this.audioDisabled_ && this.audioBuffer_ && this.audioBuffer_.updating || this.videoBuffer_ && this.videoBuffer_.updating);\n }\n }); // the buffered property is the intersection of the buffered\n // ranges of the native source buffers\n\n Object.defineProperty(_this, 'buffered', {\n get: function get$$1() {\n return buffered(this.videoBuffer_, this.audioBuffer_, this.audioDisabled_);\n }\n });\n return _this;\n }\n /**\n * When we get a data event from the transmuxer\n * we call this function and handle the data that\n * was sent to us\n *\n * @private\n * @param {Event} event the data event from the transmuxer\n */\n\n\n createClass(VirtualSourceBuffer, [{\n key: 'data_',\n value: function data_(event) {\n var segment = event.data.segment; // Cast ArrayBuffer to TypedArray\n\n segment.data = new Uint8Array(segment.data, event.data.byteOffset, event.data.byteLength);\n segment.initSegment = new Uint8Array(segment.initSegment.data, segment.initSegment.byteOffset, segment.initSegment.byteLength);\n createTextTracksIfNecessary(this, this.mediaSource_, segment); // Add the segments to the pendingBuffers array\n\n this.pendingBuffers_.push(segment);\n return;\n }\n /**\n * When we get a done event from the transmuxer\n * we call this function and we process all\n * of the pending data that we have been saving in the\n * data_ function\n *\n * @private\n * @param {Event} event the done event from the transmuxer\n */\n\n }, {\n key: 'done_',\n value: function done_(event) {\n // Don't process and append data if the mediaSource is closed\n if (this.mediaSource_.readyState === 'closed') {\n this.pendingBuffers_.length = 0;\n return;\n } // All buffers should have been flushed from the muxer\n // start processing anything we have received\n\n\n this.processPendingSegments_();\n return;\n }\n /**\n * Create our internal native audio/video source buffers and add\n * event handlers to them with the following conditions:\n * 1. they do not already exist on the mediaSource\n * 2. this VSB has a codec for them\n *\n * @private\n */\n\n }, {\n key: 'createRealSourceBuffers_',\n value: function createRealSourceBuffers_() {\n var _this2 = this;\n\n var types = ['audio', 'video'];\n types.forEach(function (type) {\n // Don't create a SourceBuffer of this type if we don't have a\n // codec for it\n if (!_this2[type + 'Codec_']) {\n return;\n } // Do nothing if a SourceBuffer of this type already exists\n\n\n if (_this2[type + 'Buffer_']) {\n return;\n }\n\n var buffer = null; // If the mediasource already has a SourceBuffer for the codec\n // use that\n\n if (_this2.mediaSource_[type + 'Buffer_']) {\n buffer = _this2.mediaSource_[type + 'Buffer_']; // In multiple audio track cases, the audio source buffer is disabled\n // on the main VirtualSourceBuffer by the HTMLMediaSource much earlier\n // than createRealSourceBuffers_ is called to create the second\n // VirtualSourceBuffer because that happens as a side-effect of\n // videojs-contrib-hls starting the audioSegmentLoader. As a result,\n // the audioBuffer is essentially \"ownerless\" and no one will toggle\n // the `updating` state back to false once the `updateend` event is received\n //\n // Setting `updating` to false manually will work around this\n // situation and allow work to continue\n\n buffer.updating = false;\n } else {\n var codecProperty = type + 'Codec_';\n var mimeType = type + '/mp4;codecs=\"' + _this2[codecProperty] + '\"';\n buffer = makeWrappedSourceBuffer(_this2.mediaSource_.nativeMediaSource_, mimeType);\n _this2.mediaSource_[type + 'Buffer_'] = buffer;\n }\n\n _this2[type + 'Buffer_'] = buffer; // Wire up the events to the SourceBuffer\n\n ['update', 'updatestart', 'updateend'].forEach(function (event) {\n buffer.addEventListener(event, function () {\n // if audio is disabled\n if (type === 'audio' && _this2.audioDisabled_) {\n return;\n }\n\n if (event === 'updateend') {\n _this2[type + 'Buffer_'].updating = false;\n }\n\n var shouldTrigger = types.every(function (t) {\n // skip checking audio's updating status if audio\n // is not enabled\n if (t === 'audio' && _this2.audioDisabled_) {\n return true;\n } // if the other type if updating we don't trigger\n\n\n if (type !== t && _this2[t + 'Buffer_'] && _this2[t + 'Buffer_'].updating) {\n return false;\n }\n\n return true;\n });\n\n if (shouldTrigger) {\n return _this2.trigger(event);\n }\n });\n });\n });\n }\n /**\n * Emulate the native mediasource function, but our function will\n * send all of the proposed segments to the transmuxer so that we\n * can transmux them before we append them to our internal\n * native source buffers in the correct format.\n *\n * @link https://developer.mozilla.org/en-US/docs/Web/API/SourceBuffer/appendBuffer\n * @param {Uint8Array} segment the segment to append to the buffer\n */\n\n }, {\n key: 'appendBuffer',\n value: function appendBuffer(segment) {\n // Start the internal \"updating\" state\n this.bufferUpdating_ = true;\n\n if (this.audioBuffer_ && this.audioBuffer_.buffered.length) {\n var audioBuffered = this.audioBuffer_.buffered;\n this.transmuxer_.postMessage({\n action: 'setAudioAppendStart',\n appendStart: audioBuffered.end(audioBuffered.length - 1)\n });\n }\n\n if (this.videoBuffer_) {\n this.transmuxer_.postMessage({\n action: 'alignGopsWith',\n gopsToAlignWith: gopsSafeToAlignWith(this.gopBuffer_, this.mediaSource_.player_ ? this.mediaSource_.player_.currentTime() : null, this.timeMapping_)\n });\n }\n\n this.transmuxer_.postMessage({\n action: 'push',\n // Send the typed-array of data as an ArrayBuffer so that\n // it can be sent as a \"Transferable\" and avoid the costly\n // memory copy\n data: segment.buffer,\n // To recreate the original typed-array, we need information\n // about what portion of the ArrayBuffer it was a view into\n byteOffset: segment.byteOffset,\n byteLength: segment.byteLength\n }, [segment.buffer]);\n this.transmuxer_.postMessage({\n action: 'flush'\n });\n }\n /**\n * Appends gop information (timing and byteLength) received by the transmuxer for the\n * gops appended in the last call to appendBuffer\n *\n * @param {Event} event\n * The gopInfo event from the transmuxer\n * @param {Array} event.data.gopInfo\n * List of gop info to append\n */\n\n }, {\n key: 'appendGopInfo_',\n value: function appendGopInfo_(event) {\n this.gopBuffer_ = updateGopBuffer(this.gopBuffer_, event.data.gopInfo, this.safeAppend_);\n }\n /**\n * Emulate the native mediasource function and remove parts\n * of the buffer from any of our internal buffers that exist\n *\n * @link https://developer.mozilla.org/en-US/docs/Web/API/SourceBuffer/remove\n * @param {Double} start position to start the remove at\n * @param {Double} end position to end the remove at\n */\n\n }, {\n key: 'remove',\n value: function remove(start, end) {\n if (this.videoBuffer_) {\n this.videoBuffer_.updating = true;\n this.videoBuffer_.remove(start, end);\n this.gopBuffer_ = removeGopBuffer(this.gopBuffer_, start, end, this.timeMapping_);\n }\n\n if (!this.audioDisabled_ && this.audioBuffer_) {\n this.audioBuffer_.updating = true;\n this.audioBuffer_.remove(start, end);\n } // Remove Metadata Cues (id3)\n\n\n removeCuesFromTrack(start, end, this.metadataTrack_); // Remove Any Captions\n\n if (this.inbandTextTracks_) {\n for (var track in this.inbandTextTracks_) {\n removeCuesFromTrack(start, end, this.inbandTextTracks_[track]);\n }\n }\n }\n /**\n * Process any segments that the muxer has output\n * Concatenate segments together based on type and append them into\n * their respective sourceBuffers\n *\n * @private\n */\n\n }, {\n key: 'processPendingSegments_',\n value: function processPendingSegments_() {\n var sortedSegments = {\n video: {\n segments: [],\n bytes: 0\n },\n audio: {\n segments: [],\n bytes: 0\n },\n captions: [],\n metadata: []\n }; // Sort segments into separate video/audio arrays and\n // keep track of their total byte lengths\n\n sortedSegments = this.pendingBuffers_.reduce(function (segmentObj, segment) {\n var type = segment.type;\n var data = segment.data;\n var initSegment = segment.initSegment;\n segmentObj[type].segments.push(data);\n segmentObj[type].bytes += data.byteLength;\n segmentObj[type].initSegment = initSegment; // Gather any captions into a single array\n\n if (segment.captions) {\n segmentObj.captions = segmentObj.captions.concat(segment.captions);\n }\n\n if (segment.info) {\n segmentObj[type].info = segment.info;\n } // Gather any metadata into a single array\n\n\n if (segment.metadata) {\n segmentObj.metadata = segmentObj.metadata.concat(segment.metadata);\n }\n\n return segmentObj;\n }, sortedSegments); // Create the real source buffers if they don't exist by now since we\n // finally are sure what tracks are contained in the source\n\n if (!this.videoBuffer_ && !this.audioBuffer_) {\n // Remove any codecs that may have been specified by default but\n // are no longer applicable now\n if (sortedSegments.video.bytes === 0) {\n this.videoCodec_ = null;\n }\n\n if (sortedSegments.audio.bytes === 0) {\n this.audioCodec_ = null;\n }\n\n this.createRealSourceBuffers_();\n }\n\n if (sortedSegments.audio.info) {\n this.mediaSource_.trigger({\n type: 'audioinfo',\n info: sortedSegments.audio.info\n });\n }\n\n if (sortedSegments.video.info) {\n this.mediaSource_.trigger({\n type: 'videoinfo',\n info: sortedSegments.video.info\n });\n }\n\n if (this.appendAudioInitSegment_) {\n if (!this.audioDisabled_ && this.audioBuffer_) {\n sortedSegments.audio.segments.unshift(sortedSegments.audio.initSegment);\n sortedSegments.audio.bytes += sortedSegments.audio.initSegment.byteLength;\n }\n\n this.appendAudioInitSegment_ = false;\n }\n\n var triggerUpdateend = false; // Merge multiple video and audio segments into one and append\n\n if (this.videoBuffer_ && sortedSegments.video.bytes) {\n sortedSegments.video.segments.unshift(sortedSegments.video.initSegment);\n sortedSegments.video.bytes += sortedSegments.video.initSegment.byteLength;\n this.concatAndAppendSegments_(sortedSegments.video, this.videoBuffer_); // TODO: are video tracks the only ones with text tracks?\n\n addTextTrackData(this, sortedSegments.captions, sortedSegments.metadata);\n } else if (this.videoBuffer_ && (this.audioDisabled_ || !this.audioBuffer_)) {\n // The transmuxer did not return any bytes of video, meaning it was all trimmed\n // for gop alignment. Since we have a video buffer and audio is disabled, updateend\n // will never be triggered by this source buffer, which will cause contrib-hls\n // to be stuck forever waiting for updateend. If audio is not disabled, updateend\n // will be triggered by the audio buffer, which will be sent upwards since the video\n // buffer will not be in an updating state.\n triggerUpdateend = true;\n }\n\n if (!this.audioDisabled_ && this.audioBuffer_) {\n this.concatAndAppendSegments_(sortedSegments.audio, this.audioBuffer_);\n }\n\n this.pendingBuffers_.length = 0;\n\n if (triggerUpdateend) {\n this.trigger('updateend');\n } // We are no longer in the internal \"updating\" state\n\n\n this.bufferUpdating_ = false;\n }\n /**\n * Combine all segments into a single Uint8Array and then append them\n * to the destination buffer\n *\n * @param {Object} segmentObj\n * @param {SourceBuffer} destinationBuffer native source buffer to append data to\n * @private\n */\n\n }, {\n key: 'concatAndAppendSegments_',\n value: function concatAndAppendSegments_(segmentObj, destinationBuffer) {\n var offset = 0;\n var tempBuffer = void 0;\n\n if (segmentObj.bytes) {\n tempBuffer = new Uint8Array(segmentObj.bytes); // Combine the individual segments into one large typed-array\n\n segmentObj.segments.forEach(function (segment) {\n tempBuffer.set(segment, offset);\n offset += segment.byteLength;\n });\n\n try {\n destinationBuffer.updating = true;\n destinationBuffer.appendBuffer(tempBuffer);\n } catch (error) {\n if (this.mediaSource_.player_) {\n this.mediaSource_.player_.error({\n code: -3,\n type: 'APPEND_BUFFER_ERR',\n message: error.message,\n originalError: error\n });\n }\n }\n }\n }\n /**\n * Emulate the native mediasource function. abort any soureBuffer\n * actions and throw out any un-appended data.\n *\n * @link https://developer.mozilla.org/en-US/docs/Web/API/SourceBuffer/abort\n */\n\n }, {\n key: 'abort',\n value: function abort() {\n if (this.videoBuffer_) {\n this.videoBuffer_.abort();\n }\n\n if (!this.audioDisabled_ && this.audioBuffer_) {\n this.audioBuffer_.abort();\n }\n\n if (this.transmuxer_) {\n this.transmuxer_.postMessage({\n action: 'reset'\n });\n }\n\n this.pendingBuffers_.length = 0;\n this.bufferUpdating_ = false;\n }\n }]);\n return VirtualSourceBuffer;\n}(videojs$1.EventTarget);\n/**\n * @file html-media-source.js\n */\n\n/**\n * Our MediaSource implementation in HTML, mimics native\n * MediaSource where/if possible.\n *\n * @link https://developer.mozilla.org/en-US/docs/Web/API/MediaSource\n * @class HtmlMediaSource\n * @extends videojs.EventTarget\n */\n\n\nvar HtmlMediaSource = function (_videojs$EventTarget) {\n inherits(HtmlMediaSource, _videojs$EventTarget);\n\n function HtmlMediaSource() {\n classCallCheck(this, HtmlMediaSource);\n\n var _this = possibleConstructorReturn(this, (HtmlMediaSource.__proto__ || Object.getPrototypeOf(HtmlMediaSource)).call(this));\n\n var property = void 0;\n _this.nativeMediaSource_ = new window$1.MediaSource(); // delegate to the native MediaSource's methods by default\n\n for (property in _this.nativeMediaSource_) {\n if (!(property in HtmlMediaSource.prototype) && typeof _this.nativeMediaSource_[property] === 'function') {\n _this[property] = _this.nativeMediaSource_[property].bind(_this.nativeMediaSource_);\n }\n } // emulate `duration` and `seekable` until seeking can be\n // handled uniformly for live streams\n // see https://github.com/w3c/media-source/issues/5\n\n\n _this.duration_ = NaN;\n Object.defineProperty(_this, 'duration', {\n get: function get$$1() {\n if (this.duration_ === Infinity) {\n return this.duration_;\n }\n\n return this.nativeMediaSource_.duration;\n },\n set: function set$$1(duration) {\n this.duration_ = duration;\n\n if (duration !== Infinity) {\n this.nativeMediaSource_.duration = duration;\n return;\n }\n }\n });\n Object.defineProperty(_this, 'seekable', {\n get: function get$$1() {\n if (this.duration_ === Infinity) {\n return videojs$1.createTimeRanges([[0, this.nativeMediaSource_.duration]]);\n }\n\n return this.nativeMediaSource_.seekable;\n }\n });\n Object.defineProperty(_this, 'readyState', {\n get: function get$$1() {\n return this.nativeMediaSource_.readyState;\n }\n });\n Object.defineProperty(_this, 'activeSourceBuffers', {\n get: function get$$1() {\n return this.activeSourceBuffers_;\n }\n }); // the list of virtual and native SourceBuffers created by this\n // MediaSource\n\n _this.sourceBuffers = [];\n _this.activeSourceBuffers_ = [];\n /**\n * update the list of active source buffers based upon various\n * imformation from HLS and video.js\n *\n * @private\n */\n\n _this.updateActiveSourceBuffers_ = function () {\n // Retain the reference but empty the array\n _this.activeSourceBuffers_.length = 0; // If there is only one source buffer, then it will always be active and audio will\n // be disabled based on the codec of the source buffer\n\n if (_this.sourceBuffers.length === 1) {\n var sourceBuffer = _this.sourceBuffers[0];\n sourceBuffer.appendAudioInitSegment_ = true;\n sourceBuffer.audioDisabled_ = !sourceBuffer.audioCodec_;\n\n _this.activeSourceBuffers_.push(sourceBuffer);\n\n return;\n } // There are 2 source buffers, a combined (possibly video only) source buffer and\n // and an audio only source buffer.\n // By default, the audio in the combined virtual source buffer is enabled\n // and the audio-only source buffer (if it exists) is disabled.\n\n\n var disableCombined = false;\n var disableAudioOnly = true; // TODO: maybe we can store the sourcebuffers on the track objects?\n // safari may do something like this\n\n for (var i = 0; i < _this.player_.audioTracks().length; i++) {\n var track = _this.player_.audioTracks()[i];\n\n if (track.enabled && track.kind !== 'main') {\n // The enabled track is an alternate audio track so disable the audio in\n // the combined source buffer and enable the audio-only source buffer.\n disableCombined = true;\n disableAudioOnly = false;\n break;\n }\n }\n\n _this.sourceBuffers.forEach(function (sourceBuffer, index) {\n /* eslinst-disable */\n // TODO once codecs are required, we can switch to using the codecs to determine\n // what stream is the video stream, rather than relying on videoTracks\n\n /* eslinst-enable */\n sourceBuffer.appendAudioInitSegment_ = true;\n\n if (sourceBuffer.videoCodec_ && sourceBuffer.audioCodec_) {\n // combined\n sourceBuffer.audioDisabled_ = disableCombined;\n } else if (sourceBuffer.videoCodec_ && !sourceBuffer.audioCodec_) {\n // If the \"combined\" source buffer is video only, then we do not want\n // disable the audio-only source buffer (this is mostly for demuxed\n // audio and video hls)\n sourceBuffer.audioDisabled_ = true;\n disableAudioOnly = false;\n } else if (!sourceBuffer.videoCodec_ && sourceBuffer.audioCodec_) {\n // audio only\n // In the case of audio only with alternate audio and disableAudioOnly is true\n // this means we want to disable the audio on the alternate audio sourcebuffer\n // but not the main \"combined\" source buffer. The \"combined\" source buffer is\n // always at index 0, so this ensures audio won't be disabled in both source\n // buffers.\n sourceBuffer.audioDisabled_ = index ? disableAudioOnly : !disableAudioOnly;\n\n if (sourceBuffer.audioDisabled_) {\n return;\n }\n }\n\n _this.activeSourceBuffers_.push(sourceBuffer);\n });\n };\n\n _this.onPlayerMediachange_ = function () {\n _this.sourceBuffers.forEach(function (sourceBuffer) {\n sourceBuffer.appendAudioInitSegment_ = true;\n });\n };\n\n _this.onHlsReset_ = function () {\n _this.sourceBuffers.forEach(function (sourceBuffer) {\n if (sourceBuffer.transmuxer_) {\n sourceBuffer.transmuxer_.postMessage({\n action: 'resetCaptions'\n });\n }\n });\n };\n\n _this.onHlsSegmentTimeMapping_ = function (event) {\n _this.sourceBuffers.forEach(function (buffer) {\n return buffer.timeMapping_ = event.mapping;\n });\n }; // Re-emit MediaSource events on the polyfill\n\n\n ['sourceopen', 'sourceclose', 'sourceended'].forEach(function (eventName) {\n this.nativeMediaSource_.addEventListener(eventName, this.trigger.bind(this));\n }, _this); // capture the associated player when the MediaSource is\n // successfully attached\n\n _this.on('sourceopen', function (event) {\n // Get the player this MediaSource is attached to\n var video = document.querySelector('[src=\"' + _this.url_ + '\"]');\n\n if (!video) {\n return;\n }\n\n _this.player_ = videojs$1(video.parentNode);\n\n if (!_this.player_) {\n return;\n } // hls-reset is fired by videojs.Hls on to the tech after the main SegmentLoader\n // resets its state and flushes the buffer\n\n\n _this.player_.tech_.on('hls-reset', _this.onHlsReset_); // hls-segment-time-mapping is fired by videojs.Hls on to the tech after the main\n // SegmentLoader inspects an MTS segment and has an accurate stream to display\n // time mapping\n\n\n _this.player_.tech_.on('hls-segment-time-mapping', _this.onHlsSegmentTimeMapping_);\n\n if (_this.player_.audioTracks && _this.player_.audioTracks()) {\n _this.player_.audioTracks().on('change', _this.updateActiveSourceBuffers_);\n\n _this.player_.audioTracks().on('addtrack', _this.updateActiveSourceBuffers_);\n\n _this.player_.audioTracks().on('removetrack', _this.updateActiveSourceBuffers_);\n }\n\n _this.player_.on('mediachange', _this.onPlayerMediachange_);\n });\n\n _this.on('sourceended', function (event) {\n var duration = durationOfVideo(_this.duration);\n\n for (var i = 0; i < _this.sourceBuffers.length; i++) {\n var sourcebuffer = _this.sourceBuffers[i];\n var cues = sourcebuffer.metadataTrack_ && sourcebuffer.metadataTrack_.cues;\n\n if (cues && cues.length) {\n cues[cues.length - 1].endTime = duration;\n }\n }\n }); // explicitly terminate any WebWorkers that were created\n // by SourceHandlers\n\n\n _this.on('sourceclose', function (event) {\n this.sourceBuffers.forEach(function (sourceBuffer) {\n if (sourceBuffer.transmuxer_) {\n sourceBuffer.transmuxer_.terminate();\n }\n });\n this.sourceBuffers.length = 0;\n\n if (!this.player_) {\n return;\n }\n\n if (this.player_.audioTracks && this.player_.audioTracks()) {\n this.player_.audioTracks().off('change', this.updateActiveSourceBuffers_);\n this.player_.audioTracks().off('addtrack', this.updateActiveSourceBuffers_);\n this.player_.audioTracks().off('removetrack', this.updateActiveSourceBuffers_);\n } // We can only change this if the player hasn't been disposed of yet\n // because `off` eventually tries to use the el_ property. If it has\n // been disposed of, then don't worry about it because there are no\n // event handlers left to unbind anyway\n\n\n if (this.player_.el_) {\n this.player_.off('mediachange', this.onPlayerMediachange_);\n }\n\n if (this.player_.tech_ && this.player_.tech_.el_) {\n this.player_.tech_.off('hls-reset', this.onHlsReset_);\n this.player_.tech_.off('hls-segment-time-mapping', this.onHlsSegmentTimeMapping_);\n }\n });\n\n return _this;\n }\n /**\n * Add a range that that can now be seeked to.\n *\n * @param {Double} start where to start the addition\n * @param {Double} end where to end the addition\n * @private\n */\n\n\n createClass(HtmlMediaSource, [{\n key: 'addSeekableRange_',\n value: function addSeekableRange_(start, end) {\n var error = void 0;\n\n if (this.duration !== Infinity) {\n error = new Error('MediaSource.addSeekableRange() can only be invoked ' + 'when the duration is Infinity');\n error.name = 'InvalidStateError';\n error.code = 11;\n throw error;\n }\n\n if (end > this.nativeMediaSource_.duration || isNaN(this.nativeMediaSource_.duration)) {\n this.nativeMediaSource_.duration = end;\n }\n }\n /**\n * Add a source buffer to the media source.\n *\n * @link https://developer.mozilla.org/en-US/docs/Web/API/MediaSource/addSourceBuffer\n * @param {String} type the content-type of the content\n * @return {Object} the created source buffer\n */\n\n }, {\n key: 'addSourceBuffer',\n value: function addSourceBuffer(type) {\n var buffer = void 0;\n var parsedType = parseContentType(type); // Create a VirtualSourceBuffer to transmux MPEG-2 transport\n // stream segments into fragmented MP4s\n\n if (/^(video|audio)\\/mp2t$/i.test(parsedType.type)) {\n var codecs = [];\n\n if (parsedType.parameters && parsedType.parameters.codecs) {\n codecs = parsedType.parameters.codecs.split(',');\n codecs = translateLegacyCodecs(codecs);\n codecs = codecs.filter(function (codec) {\n return isAudioCodec(codec) || isVideoCodec(codec);\n });\n }\n\n if (codecs.length === 0) {\n codecs = ['avc1.4d400d', 'mp4a.40.2'];\n }\n\n buffer = new VirtualSourceBuffer(this, codecs);\n\n if (this.sourceBuffers.length !== 0) {\n // If another VirtualSourceBuffer already exists, then we are creating a\n // SourceBuffer for an alternate audio track and therefore we know that\n // the source has both an audio and video track.\n // That means we should trigger the manual creation of the real\n // SourceBuffers instead of waiting for the transmuxer to return data\n this.sourceBuffers[0].createRealSourceBuffers_();\n buffer.createRealSourceBuffers_(); // Automatically disable the audio on the first source buffer if\n // a second source buffer is ever created\n\n this.sourceBuffers[0].audioDisabled_ = true;\n }\n } else {\n // delegate to the native implementation\n buffer = this.nativeMediaSource_.addSourceBuffer(type);\n }\n\n this.sourceBuffers.push(buffer);\n return buffer;\n }\n }]);\n return HtmlMediaSource;\n}(videojs$1.EventTarget);\n/**\n * @file videojs-contrib-media-sources.js\n */\n\n\nvar urlCount = 0; // ------------\n// Media Source\n// ------------\n// store references to the media sources so they can be connected\n// to a video element (a swf object)\n// TODO: can we store this somewhere local to this module?\n\nvideojs$1.mediaSources = {};\n/**\n * Provide a method for a swf object to notify JS that a\n * media source is now open.\n *\n * @param {String} msObjectURL string referencing the MSE Object URL\n * @param {String} swfId the swf id\n */\n\nvar open = function open(msObjectURL, swfId) {\n var mediaSource = videojs$1.mediaSources[msObjectURL];\n\n if (mediaSource) {\n mediaSource.trigger({\n type: 'sourceopen',\n swfId: swfId\n });\n } else {\n throw new Error('Media Source not found (Video.js)');\n }\n};\n/**\n * Check to see if the native MediaSource object exists and supports\n * an MP4 container with both H.264 video and AAC-LC audio.\n *\n * @return {Boolean} if native media sources are supported\n */\n\n\nvar supportsNativeMediaSources = function supportsNativeMediaSources() {\n return !!window$1.MediaSource && !!window$1.MediaSource.isTypeSupported && window$1.MediaSource.isTypeSupported('video/mp4;codecs=\"avc1.4d400d,mp4a.40.2\"');\n};\n/**\n * An emulation of the MediaSource API so that we can support\n * native and non-native functionality. returns an instance of\n * HtmlMediaSource.\n *\n * @link https://developer.mozilla.org/en-US/docs/Web/API/MediaSource/MediaSource\n */\n\n\nvar MediaSource = function MediaSource() {\n this.MediaSource = {\n open: open,\n supportsNativeMediaSources: supportsNativeMediaSources\n };\n\n if (supportsNativeMediaSources()) {\n return new HtmlMediaSource();\n }\n\n throw new Error('Cannot use create a virtual MediaSource for this video');\n};\n\nMediaSource.open = open;\nMediaSource.supportsNativeMediaSources = supportsNativeMediaSources;\n/**\n * A wrapper around the native URL for our MSE object\n * implementation, this object is exposed under videojs.URL\n *\n * @link https://developer.mozilla.org/en-US/docs/Web/API/URL/URL\n */\n\nvar URL$1 = {\n /**\n * A wrapper around the native createObjectURL for our objects.\n * This function maps a native or emulated mediaSource to a blob\n * url so that it can be loaded into video.js\n *\n * @link https://developer.mozilla.org/en-US/docs/Web/API/URL/createObjectURL\n * @param {MediaSource} object the object to create a blob url to\n */\n createObjectURL: function createObjectURL(object) {\n var objectUrlPrefix = 'blob:vjs-media-source/';\n var url = void 0; // use the native MediaSource to generate an object URL\n\n if (object instanceof HtmlMediaSource) {\n url = window$1.URL.createObjectURL(object.nativeMediaSource_);\n object.url_ = url;\n return url;\n } // if the object isn't an emulated MediaSource, delegate to the\n // native implementation\n\n\n if (!(object instanceof HtmlMediaSource)) {\n url = window$1.URL.createObjectURL(object);\n object.url_ = url;\n return url;\n } // build a URL that can be used to map back to the emulated\n // MediaSource\n\n\n url = objectUrlPrefix + urlCount;\n urlCount++; // setup the mapping back to object\n\n videojs$1.mediaSources[url] = object;\n return url;\n }\n};\nvideojs$1.MediaSource = MediaSource;\nvideojs$1.URL = URL$1;\nvar EventTarget$1$1 = videojs$1.EventTarget,\n mergeOptions$2 = videojs$1.mergeOptions;\n/**\n * Returns a new master manifest that is the result of merging an updated master manifest\n * into the original version.\n *\n * @param {Object} oldMaster\n * The old parsed mpd object\n * @param {Object} newMaster\n * The updated parsed mpd object\n * @return {Object}\n * A new object representing the original master manifest with the updated media\n * playlists merged in\n */\n\nvar updateMaster$1 = function updateMaster$$1(oldMaster, newMaster) {\n var update = mergeOptions$2(oldMaster, {\n // These are top level properties that can be updated\n duration: newMaster.duration,\n minimumUpdatePeriod: newMaster.minimumUpdatePeriod\n }); // First update the playlists in playlist list\n\n for (var i = 0; i < newMaster.playlists.length; i++) {\n var playlistUpdate = updateMaster(update, newMaster.playlists[i]);\n\n if (playlistUpdate) {\n update = playlistUpdate;\n }\n } // Then update media group playlists\n\n\n forEachMediaGroup(newMaster, function (properties, type, group, label) {\n if (properties.playlists && properties.playlists.length) {\n var uri = properties.playlists[0].uri;\n\n var _playlistUpdate = updateMaster(update, properties.playlists[0]);\n\n if (_playlistUpdate) {\n update = _playlistUpdate; // update the playlist reference within media groups\n\n update.mediaGroups[type][group][label].playlists[0] = update.playlists[uri];\n }\n }\n });\n return update;\n};\n\nvar DashPlaylistLoader = function (_EventTarget) {\n inherits(DashPlaylistLoader, _EventTarget); // DashPlaylistLoader must accept either a src url or a playlist because subsequent\n // playlist loader setups from media groups will expect to be able to pass a playlist\n // (since there aren't external URLs to media playlists with DASH)\n\n function DashPlaylistLoader(srcUrlOrPlaylist, hls, withCredentials, masterPlaylistLoader) {\n classCallCheck(this, DashPlaylistLoader);\n\n var _this = possibleConstructorReturn(this, (DashPlaylistLoader.__proto__ || Object.getPrototypeOf(DashPlaylistLoader)).call(this));\n\n _this.hls_ = hls;\n _this.withCredentials = withCredentials;\n\n if (!srcUrlOrPlaylist) {\n throw new Error('A non-empty playlist URL or playlist is required');\n } // event naming?\n\n\n _this.on('minimumUpdatePeriod', function () {\n _this.refreshXml_();\n }); // live playlist staleness timeout\n\n\n _this.on('mediaupdatetimeout', function () {\n _this.refreshMedia_();\n }); // initialize the loader state\n\n\n if (typeof srcUrlOrPlaylist === 'string') {\n _this.srcUrl = srcUrlOrPlaylist;\n _this.state = 'HAVE_NOTHING';\n return possibleConstructorReturn(_this);\n }\n\n _this.masterPlaylistLoader_ = masterPlaylistLoader;\n _this.state = 'HAVE_METADATA';\n _this.started = true; // we only should have one playlist so select it\n\n _this.media(srcUrlOrPlaylist); // trigger async to mimic behavior of HLS, where it must request a playlist\n\n\n window$1.setTimeout(function () {\n _this.trigger('loadedmetadata');\n }, 0);\n return _this;\n }\n\n createClass(DashPlaylistLoader, [{\n key: 'dispose',\n value: function dispose() {\n this.stopRequest();\n window$1.clearTimeout(this.mediaUpdateTimeout);\n }\n }, {\n key: 'stopRequest',\n value: function stopRequest() {\n if (this.request) {\n var oldRequest = this.request;\n this.request = null;\n oldRequest.onreadystatechange = null;\n oldRequest.abort();\n }\n }\n }, {\n key: 'media',\n value: function media(playlist) {\n // getter\n if (!playlist) {\n return this.media_;\n } // setter\n\n\n if (this.state === 'HAVE_NOTHING') {\n throw new Error('Cannot switch media playlist from ' + this.state);\n }\n\n var startingState = this.state; // find the playlist object if the target playlist has been specified by URI\n\n if (typeof playlist === 'string') {\n if (!this.master.playlists[playlist]) {\n throw new Error('Unknown playlist URI: ' + playlist);\n }\n\n playlist = this.master.playlists[playlist];\n }\n\n var mediaChange = !this.media_ || playlist.uri !== this.media_.uri;\n this.state = 'HAVE_METADATA'; // switching to the active playlist is a no-op\n\n if (!mediaChange) {\n return;\n } // switching from an already loaded playlist\n\n\n if (this.media_) {\n this.trigger('mediachanging');\n }\n\n this.media_ = playlist;\n this.refreshMedia_(); // trigger media change if the active media has been updated\n\n if (startingState !== 'HAVE_MASTER') {\n this.trigger('mediachange');\n }\n }\n }, {\n key: 'pause',\n value: function pause() {\n this.stopRequest();\n window$1.clearTimeout(this.mediaUpdateTimeout);\n\n if (this.state === 'HAVE_NOTHING') {\n // If we pause the loader before any data has been retrieved, its as if we never\n // started, so reset to an unstarted state.\n this.started = false;\n }\n }\n }, {\n key: 'load',\n value: function load(isFinalRendition) {\n var _this2 = this;\n\n window$1.clearTimeout(this.mediaUpdateTimeout);\n var media = this.media();\n\n if (isFinalRendition) {\n var delay = media ? media.targetDuration / 2 * 1000 : 5 * 1000;\n this.mediaUpdateTimeout = window$1.setTimeout(function () {\n return _this2.load();\n }, delay);\n return;\n } // because the playlists are internal to the manifest, load should either load the\n // main manifest, or do nothing but trigger an event\n\n\n if (!this.started) {\n this.start();\n return;\n }\n\n this.trigger('loadedplaylist');\n }\n /**\n * Parses the master xml string and updates playlist uri references\n *\n * @return {Object}\n * The parsed mpd manifest object\n */\n\n }, {\n key: 'parseMasterXml',\n value: function parseMasterXml() {\n var master = parse(this.masterXml_, {\n manifestUri: this.srcUrl,\n clientOffset: this.clientOffset_\n });\n master.uri = this.srcUrl; // Set up phony URIs for the playlists since we won't have external URIs for DASH\n // but reference playlists by their URI throughout the project\n // TODO: Should we create the dummy uris in mpd-parser as well (leaning towards yes).\n\n for (var i = 0; i < master.playlists.length; i++) {\n var phonyUri = 'placeholder-uri-' + i;\n master.playlists[i].uri = phonyUri; // set up by URI references\n\n master.playlists[phonyUri] = master.playlists[i];\n } // set up phony URIs for the media group playlists since we won't have external\n // URIs for DASH but reference playlists by their URI throughout the project\n\n\n forEachMediaGroup(master, function (properties, mediaType, groupKey, labelKey) {\n if (properties.playlists && properties.playlists.length) {\n var _phonyUri = 'placeholder-uri-' + mediaType + '-' + groupKey + '-' + labelKey;\n\n properties.playlists[0].uri = _phonyUri; // setup URI references\n\n master.playlists[_phonyUri] = properties.playlists[0];\n }\n });\n setupMediaPlaylists(master);\n resolveMediaGroupUris(master);\n return master;\n }\n }, {\n key: 'start',\n value: function start() {\n var _this3 = this;\n\n this.started = true; // request the specified URL\n\n this.request = this.hls_.xhr({\n uri: this.srcUrl,\n withCredentials: this.withCredentials\n }, function (error, req) {\n // disposed\n if (!_this3.request) {\n return;\n } // clear the loader's request reference\n\n\n _this3.request = null;\n\n if (error) {\n _this3.error = {\n status: req.status,\n message: 'DASH playlist request error at URL: ' + _this3.srcUrl,\n responseText: req.responseText,\n // MEDIA_ERR_NETWORK\n code: 2\n };\n\n if (_this3.state === 'HAVE_NOTHING') {\n _this3.started = false;\n }\n\n return _this3.trigger('error');\n }\n\n _this3.masterXml_ = req.responseText;\n\n if (req.responseHeaders && req.responseHeaders.date) {\n _this3.masterLoaded_ = Date.parse(req.responseHeaders.date);\n } else {\n _this3.masterLoaded_ = Date.now();\n }\n\n _this3.syncClientServerClock_(_this3.onClientServerClockSync_.bind(_this3));\n });\n }\n /**\n * Parses the master xml for UTCTiming node to sync the client clock to the server\n * clock. If the UTCTiming node requires a HEAD or GET request, that request is made.\n *\n * @param {Function} done\n * Function to call when clock sync has completed\n */\n\n }, {\n key: 'syncClientServerClock_',\n value: function syncClientServerClock_(done) {\n var _this4 = this;\n\n var utcTiming = parseUTCTiming(this.masterXml_); // No UTCTiming element found in the mpd. Use Date header from mpd request as the\n // server clock\n\n if (utcTiming === null) {\n this.clientOffset_ = this.masterLoaded_ - Date.now();\n return done();\n }\n\n if (utcTiming.method === 'DIRECT') {\n this.clientOffset_ = utcTiming.value - Date.now();\n return done();\n }\n\n this.request = this.hls_.xhr({\n uri: resolveUrl(this.srcUrl, utcTiming.value),\n method: utcTiming.method,\n withCredentials: this.withCredentials\n }, function (error, req) {\n // disposed\n if (!_this4.request) {\n return;\n }\n\n if (error) {\n // sync request failed, fall back to using date header from mpd\n // TODO: log warning\n _this4.clientOffset_ = _this4.masterLoaded_ - Date.now();\n return done();\n }\n\n var serverTime = void 0;\n\n if (utcTiming.method === 'HEAD') {\n if (!req.responseHeaders || !req.responseHeaders.date) {\n // expected date header not preset, fall back to using date header from mpd\n // TODO: log warning\n serverTime = _this4.masterLoaded_;\n } else {\n serverTime = Date.parse(req.responseHeaders.date);\n }\n } else {\n serverTime = Date.parse(req.responseText);\n }\n\n _this4.clientOffset_ = serverTime - Date.now();\n done();\n });\n }\n /**\n * Handler for after client/server clock synchronization has happened. Sets up\n * xml refresh timer if specificed by the manifest.\n */\n\n }, {\n key: 'onClientServerClockSync_',\n value: function onClientServerClockSync_() {\n var _this5 = this;\n\n this.master = this.parseMasterXml();\n this.state = 'HAVE_MASTER';\n this.trigger('loadedplaylist');\n\n if (!this.media_) {\n // no media playlist was specifically selected so start\n // from the first listed one\n this.media(this.master.playlists[0]);\n } // trigger loadedmetadata to resolve setup of media groups\n // trigger async to mimic behavior of HLS, where it must request a playlist\n\n\n window$1.setTimeout(function () {\n _this5.trigger('loadedmetadata');\n }, 0); // TODO: minimumUpdatePeriod can have a value of 0. Currently the manifest will not\n // be refreshed when this is the case. The inter-op guide says that when the\n // minimumUpdatePeriod is 0, the manifest should outline all currently available\n // segments, but future segments may require an update. I think a good solution\n // would be to update the manifest at the same rate that the media playlists\n // are \"refreshed\", i.e. every targetDuration.\n\n if (this.master.minimumUpdatePeriod) {\n window$1.setTimeout(function () {\n _this5.trigger('minimumUpdatePeriod');\n }, this.master.minimumUpdatePeriod);\n }\n }\n /**\n * Sends request to refresh the master xml and updates the parsed master manifest\n * TODO: Does the client offset need to be recalculated when the xml is refreshed?\n */\n\n }, {\n key: 'refreshXml_',\n value: function refreshXml_() {\n var _this6 = this;\n\n this.request = this.hls_.xhr({\n uri: this.srcUrl,\n withCredentials: this.withCredentials\n }, function (error, req) {\n // disposed\n if (!_this6.request) {\n return;\n } // clear the loader's request reference\n\n\n _this6.request = null;\n\n if (error) {\n _this6.error = {\n status: req.status,\n message: 'DASH playlist request error at URL: ' + _this6.srcUrl,\n responseText: req.responseText,\n // MEDIA_ERR_NETWORK\n code: 2\n };\n\n if (_this6.state === 'HAVE_NOTHING') {\n _this6.started = false;\n }\n\n return _this6.trigger('error');\n }\n\n _this6.masterXml_ = req.responseText;\n\n var newMaster = _this6.parseMasterXml();\n\n _this6.master = updateMaster$1(_this6.master, newMaster);\n window$1.setTimeout(function () {\n _this6.trigger('minimumUpdatePeriod');\n }, _this6.master.minimumUpdatePeriod);\n });\n }\n /**\n * Refreshes the media playlist by re-parsing the master xml and updating playlist\n * references. If this is an alternate loader, the updated parsed manifest is retrieved\n * from the master loader.\n */\n\n }, {\n key: 'refreshMedia_',\n value: function refreshMedia_() {\n var _this7 = this;\n\n var oldMaster = void 0;\n var newMaster = void 0;\n\n if (this.masterPlaylistLoader_) {\n oldMaster = this.masterPlaylistLoader_.master;\n newMaster = this.masterPlaylistLoader_.parseMasterXml();\n } else {\n oldMaster = this.master;\n newMaster = this.parseMasterXml();\n }\n\n var updatedMaster = updateMaster$1(oldMaster, newMaster);\n\n if (updatedMaster) {\n if (this.masterPlaylistLoader_) {\n this.masterPlaylistLoader_.master = updatedMaster;\n } else {\n this.master = updatedMaster;\n }\n\n this.media_ = updatedMaster.playlists[this.media_.uri];\n } else {\n this.trigger('playlistunchanged');\n }\n\n if (!this.media().endList) {\n this.mediaUpdateTimeout = window$1.setTimeout(function () {\n _this7.trigger('mediaupdatetimeout');\n }, refreshDelay(this.media(), !!updatedMaster));\n }\n\n this.trigger('loadedplaylist');\n }\n }]);\n return DashPlaylistLoader;\n}(EventTarget$1$1);\n\nvar logger = function logger(source) {\n if (videojs$1.log.debug) {\n return videojs$1.log.debug.bind(videojs$1, 'VHS:', source + ' >');\n }\n\n return function () {};\n};\n\nfunction noop() {}\n/**\n * @file source-updater.js\n */\n\n/**\n * A queue of callbacks to be serialized and applied when a\n * MediaSource and its associated SourceBuffers are not in the\n * updating state. It is used by the segment loader to update the\n * underlying SourceBuffers when new data is loaded, for instance.\n *\n * @class SourceUpdater\n * @param {MediaSource} mediaSource the MediaSource to create the\n * SourceBuffer from\n * @param {String} mimeType the desired MIME type of the underlying\n * SourceBuffer\n * @param {Object} sourceBufferEmitter an event emitter that fires when a source buffer is\n * added to the media source\n */\n\n\nvar SourceUpdater = function () {\n function SourceUpdater(mediaSource, mimeType, type, sourceBufferEmitter) {\n classCallCheck(this, SourceUpdater);\n this.callbacks_ = [];\n this.pendingCallback_ = null;\n this.timestampOffset_ = 0;\n this.mediaSource = mediaSource;\n this.processedAppend_ = false;\n this.type_ = type;\n this.mimeType_ = mimeType;\n this.logger_ = logger('SourceUpdater[' + type + '][' + mimeType + ']');\n\n if (mediaSource.readyState === 'closed') {\n mediaSource.addEventListener('sourceopen', this.createSourceBuffer_.bind(this, mimeType, sourceBufferEmitter));\n } else {\n this.createSourceBuffer_(mimeType, sourceBufferEmitter);\n }\n }\n\n createClass(SourceUpdater, [{\n key: 'createSourceBuffer_',\n value: function createSourceBuffer_(mimeType, sourceBufferEmitter) {\n var _this = this;\n\n this.sourceBuffer_ = this.mediaSource.addSourceBuffer(mimeType);\n this.logger_('created SourceBuffer');\n\n if (sourceBufferEmitter) {\n sourceBufferEmitter.trigger('sourcebufferadded');\n\n if (this.mediaSource.sourceBuffers.length < 2) {\n // There's another source buffer we must wait for before we can start updating\n // our own (or else we can get into a bad state, i.e., appending video/audio data\n // before the other video/audio source buffer is available and leading to a video\n // or audio only buffer).\n sourceBufferEmitter.on('sourcebufferadded', function () {\n _this.start_();\n });\n return;\n }\n }\n\n this.start_();\n }\n }, {\n key: 'start_',\n value: function start_() {\n var _this2 = this;\n\n this.started_ = true; // run completion handlers and process callbacks as updateend\n // events fire\n\n this.onUpdateendCallback_ = function () {\n var pendingCallback = _this2.pendingCallback_;\n _this2.pendingCallback_ = null;\n\n _this2.logger_('buffered [' + printableRange(_this2.buffered()) + ']');\n\n if (pendingCallback) {\n pendingCallback();\n }\n\n _this2.runCallback_();\n };\n\n this.sourceBuffer_.addEventListener('updateend', this.onUpdateendCallback_);\n this.runCallback_();\n }\n /**\n * Aborts the current segment and resets the segment parser.\n *\n * @param {Function} done function to call when done\n * @see http://w3c.github.io/media-source/#widl-SourceBuffer-abort-void\n */\n\n }, {\n key: 'abort',\n value: function abort(done) {\n var _this3 = this;\n\n if (this.processedAppend_) {\n this.queueCallback_(function () {\n _this3.sourceBuffer_.abort();\n }, done);\n }\n }\n /**\n * Queue an update to append an ArrayBuffer.\n *\n * @param {ArrayBuffer} bytes\n * @param {Function} done the function to call when done\n * @see http://www.w3.org/TR/media-source/#widl-SourceBuffer-appendBuffer-void-ArrayBuffer-data\n */\n\n }, {\n key: 'appendBuffer',\n value: function appendBuffer(bytes, done) {\n var _this4 = this;\n\n this.processedAppend_ = true;\n this.queueCallback_(function () {\n _this4.sourceBuffer_.appendBuffer(bytes);\n }, done);\n }\n /**\n * Indicates what TimeRanges are buffered in the managed SourceBuffer.\n *\n * @see http://www.w3.org/TR/media-source/#widl-SourceBuffer-buffered\n */\n\n }, {\n key: 'buffered',\n value: function buffered() {\n if (!this.sourceBuffer_) {\n return videojs$1.createTimeRanges();\n }\n\n return this.sourceBuffer_.buffered;\n }\n /**\n * Queue an update to remove a time range from the buffer.\n *\n * @param {Number} start where to start the removal\n * @param {Number} end where to end the removal\n * @param {Function} [done=noop] optional callback to be executed when the remove\n * operation is complete\n * @see http://www.w3.org/TR/media-source/#widl-SourceBuffer-remove-void-double-start-unrestricted-double-end\n */\n\n }, {\n key: 'remove',\n value: function remove(start, end) {\n var _this5 = this;\n\n var done = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : noop;\n\n if (this.processedAppend_) {\n this.queueCallback_(function () {\n _this5.logger_('remove [' + start + ' => ' + end + ']');\n\n _this5.sourceBuffer_.remove(start, end);\n }, done);\n }\n }\n /**\n * Whether the underlying sourceBuffer is updating or not\n *\n * @return {Boolean} the updating status of the SourceBuffer\n */\n\n }, {\n key: 'updating',\n value: function updating() {\n return !this.sourceBuffer_ || this.sourceBuffer_.updating || this.pendingCallback_;\n }\n /**\n * Set/get the timestampoffset on the SourceBuffer\n *\n * @return {Number} the timestamp offset\n */\n\n }, {\n key: 'timestampOffset',\n value: function timestampOffset(offset) {\n var _this6 = this;\n\n if (typeof offset !== 'undefined') {\n this.queueCallback_(function () {\n _this6.sourceBuffer_.timestampOffset = offset;\n });\n this.timestampOffset_ = offset;\n }\n\n return this.timestampOffset_;\n }\n /**\n * Queue a callback to run\n */\n\n }, {\n key: 'queueCallback_',\n value: function queueCallback_(callback, done) {\n this.callbacks_.push([callback.bind(this), done]);\n this.runCallback_();\n }\n /**\n * Run a queued callback\n */\n\n }, {\n key: 'runCallback_',\n value: function runCallback_() {\n var callbacks = void 0;\n\n if (!this.updating() && this.callbacks_.length && this.started_) {\n callbacks = this.callbacks_.shift();\n this.pendingCallback_ = callbacks[1];\n callbacks[0]();\n }\n }\n /**\n * dispose of the source updater and the underlying sourceBuffer\n */\n\n }, {\n key: 'dispose',\n value: function dispose() {\n this.sourceBuffer_.removeEventListener('updateend', this.onUpdateendCallback_);\n\n if (this.sourceBuffer_ && this.mediaSource.readyState === 'open') {\n this.sourceBuffer_.abort();\n }\n }\n }]);\n return SourceUpdater;\n}();\n\nvar Config = {\n GOAL_BUFFER_LENGTH: 30,\n MAX_GOAL_BUFFER_LENGTH: 60,\n GOAL_BUFFER_LENGTH_RATE: 1,\n // 0.5 MB/s\n INITIAL_BANDWIDTH: 4194304,\n // A fudge factor to apply to advertised playlist bitrates to account for\n // temporary flucations in client bandwidth\n BANDWIDTH_VARIANCE: 1.2,\n // How much of the buffer must be filled before we consider upswitching\n BUFFER_LOW_WATER_LINE: 0,\n MAX_BUFFER_LOW_WATER_LINE: 30,\n BUFFER_LOW_WATER_LINE_RATE: 1\n};\nvar REQUEST_ERRORS = {\n FAILURE: 2,\n TIMEOUT: -101,\n ABORTED: -102\n};\n/**\n * Turns segment byterange into a string suitable for use in\n * HTTP Range requests\n *\n * @param {Object} byterange - an object with two values defining the start and end\n * of a byte-range\n */\n\nvar byterangeStr = function byterangeStr(byterange) {\n var byterangeStart = void 0;\n var byterangeEnd = void 0; // `byterangeEnd` is one less than `offset + length` because the HTTP range\n // header uses inclusive ranges\n\n byterangeEnd = byterange.offset + byterange.length - 1;\n byterangeStart = byterange.offset;\n return 'bytes=' + byterangeStart + '-' + byterangeEnd;\n};\n/**\n * Defines headers for use in the xhr request for a particular segment.\n *\n * @param {Object} segment - a simplified copy of the segmentInfo object\n * from SegmentLoader\n */\n\n\nvar segmentXhrHeaders = function segmentXhrHeaders(segment) {\n var headers = {};\n\n if (segment.byterange) {\n headers.Range = byterangeStr(segment.byterange);\n }\n\n return headers;\n};\n/**\n * Abort all requests\n *\n * @param {Object} activeXhrs - an object that tracks all XHR requests\n */\n\n\nvar abortAll = function abortAll(activeXhrs) {\n activeXhrs.forEach(function (xhr$$1) {\n xhr$$1.abort();\n });\n};\n/**\n * Gather important bandwidth stats once a request has completed\n *\n * @param {Object} request - the XHR request from which to gather stats\n */\n\n\nvar getRequestStats = function getRequestStats(request) {\n return {\n bandwidth: request.bandwidth,\n bytesReceived: request.bytesReceived || 0,\n roundTripTime: request.roundTripTime || 0\n };\n};\n/**\n * If possible gather bandwidth stats as a request is in\n * progress\n *\n * @param {Event} progressEvent - an event object from an XHR's progress event\n */\n\n\nvar getProgressStats = function getProgressStats(progressEvent) {\n var request = progressEvent.target;\n var roundTripTime = Date.now() - request.requestTime;\n var stats = {\n bandwidth: Infinity,\n bytesReceived: 0,\n roundTripTime: roundTripTime || 0\n };\n stats.bytesReceived = progressEvent.loaded; // This can result in Infinity if stats.roundTripTime is 0 but that is ok\n // because we should only use bandwidth stats on progress to determine when\n // abort a request early due to insufficient bandwidth\n\n stats.bandwidth = Math.floor(stats.bytesReceived / stats.roundTripTime * 8 * 1000);\n return stats;\n};\n/**\n * Handle all error conditions in one place and return an object\n * with all the information\n *\n * @param {Error|null} error - if non-null signals an error occured with the XHR\n * @param {Object} request - the XHR request that possibly generated the error\n */\n\n\nvar handleErrors = function handleErrors(error, request) {\n if (request.timedout) {\n return {\n status: request.status,\n message: 'HLS request timed-out at URL: ' + request.uri,\n code: REQUEST_ERRORS.TIMEOUT,\n xhr: request\n };\n }\n\n if (request.aborted) {\n return {\n status: request.status,\n message: 'HLS request aborted at URL: ' + request.uri,\n code: REQUEST_ERRORS.ABORTED,\n xhr: request\n };\n }\n\n if (error) {\n return {\n status: request.status,\n message: 'HLS request errored at URL: ' + request.uri,\n code: REQUEST_ERRORS.FAILURE,\n xhr: request\n };\n }\n\n return null;\n};\n/**\n * Handle responses for key data and convert the key data to the correct format\n * for the decryption step later\n *\n * @param {Object} segment - a simplified copy of the segmentInfo object\n * from SegmentLoader\n * @param {Function} finishProcessingFn - a callback to execute to continue processing\n * this request\n */\n\n\nvar handleKeyResponse = function handleKeyResponse(segment, finishProcessingFn) {\n return function (error, request) {\n var response = request.response;\n var errorObj = handleErrors(error, request);\n\n if (errorObj) {\n return finishProcessingFn(errorObj, segment);\n }\n\n if (response.byteLength !== 16) {\n return finishProcessingFn({\n status: request.status,\n message: 'Invalid HLS key at URL: ' + request.uri,\n code: REQUEST_ERRORS.FAILURE,\n xhr: request\n }, segment);\n }\n\n var view = new DataView(response);\n segment.key.bytes = new Uint32Array([view.getUint32(0), view.getUint32(4), view.getUint32(8), view.getUint32(12)]);\n return finishProcessingFn(null, segment);\n };\n};\n/**\n * Handle init-segment responses\n *\n * @param {Object} segment - a simplified copy of the segmentInfo object\n * from SegmentLoader\n * @param {Function} finishProcessingFn - a callback to execute to continue processing\n * this request\n */\n\n\nvar handleInitSegmentResponse = function handleInitSegmentResponse(segment, captionParser, finishProcessingFn) {\n return function (error, request) {\n var response = request.response;\n var errorObj = handleErrors(error, request);\n\n if (errorObj) {\n return finishProcessingFn(errorObj, segment);\n } // stop processing if received empty content\n\n\n if (response.byteLength === 0) {\n return finishProcessingFn({\n status: request.status,\n message: 'Empty HLS segment content at URL: ' + request.uri,\n code: REQUEST_ERRORS.FAILURE,\n xhr: request\n }, segment);\n }\n\n segment.map.bytes = new Uint8Array(request.response); // Initialize CaptionParser if it hasn't been yet\n\n if (!captionParser.isInitialized()) {\n captionParser.init();\n }\n\n segment.map.timescales = mp4probe.timescale(segment.map.bytes);\n segment.map.videoTrackIds = mp4probe.videoTrackIds(segment.map.bytes);\n return finishProcessingFn(null, segment);\n };\n};\n/**\n * Response handler for segment-requests being sure to set the correct\n * property depending on whether the segment is encryped or not\n * Also records and keeps track of stats that are used for ABR purposes\n *\n * @param {Object} segment - a simplified copy of the segmentInfo object\n * from SegmentLoader\n * @param {Function} finishProcessingFn - a callback to execute to continue processing\n * this request\n */\n\n\nvar handleSegmentResponse = function handleSegmentResponse(segment, captionParser, finishProcessingFn) {\n return function (error, request) {\n var response = request.response;\n var errorObj = handleErrors(error, request);\n var parsed = void 0;\n\n if (errorObj) {\n return finishProcessingFn(errorObj, segment);\n } // stop processing if received empty content\n\n\n if (response.byteLength === 0) {\n return finishProcessingFn({\n status: request.status,\n message: 'Empty HLS segment content at URL: ' + request.uri,\n code: REQUEST_ERRORS.FAILURE,\n xhr: request\n }, segment);\n }\n\n segment.stats = getRequestStats(request);\n\n if (segment.key) {\n segment.encryptedBytes = new Uint8Array(request.response);\n } else {\n segment.bytes = new Uint8Array(request.response);\n } // This is likely an FMP4 and has the init segment.\n // Run through the CaptionParser in case there are captions.\n\n\n if (segment.map && segment.map.bytes) {\n // Initialize CaptionParser if it hasn't been yet\n if (!captionParser.isInitialized()) {\n captionParser.init();\n }\n\n parsed = captionParser.parse(segment.bytes, segment.map.videoTrackIds, segment.map.timescales);\n\n if (parsed && parsed.captions) {\n segment.captionStreams = parsed.captionStreams;\n segment.fmp4Captions = parsed.captions;\n }\n }\n\n return finishProcessingFn(null, segment);\n };\n};\n/**\n * Decrypt the segment via the decryption web worker\n *\n * @param {WebWorker} decrypter - a WebWorker interface to AES-128 decryption routines\n * @param {Object} segment - a simplified copy of the segmentInfo object\n * from SegmentLoader\n * @param {Function} doneFn - a callback that is executed after decryption has completed\n */\n\n\nvar decryptSegment = function decryptSegment(decrypter, segment, doneFn) {\n var decryptionHandler = function decryptionHandler(event) {\n if (event.data.source === segment.requestId) {\n decrypter.removeEventListener('message', decryptionHandler);\n var decrypted = event.data.decrypted;\n segment.bytes = new Uint8Array(decrypted.bytes, decrypted.byteOffset, decrypted.byteLength);\n return doneFn(null, segment);\n }\n };\n\n decrypter.addEventListener('message', decryptionHandler); // this is an encrypted segment\n // incrementally decrypt the segment\n\n decrypter.postMessage(createTransferableMessage({\n source: segment.requestId,\n encrypted: segment.encryptedBytes,\n key: segment.key.bytes,\n iv: segment.key.iv\n }), [segment.encryptedBytes.buffer, segment.key.bytes.buffer]);\n};\n/**\n * This function waits for all XHRs to finish (with either success or failure)\n * before continueing processing via it's callback. The function gathers errors\n * from each request into a single errors array so that the error status for\n * each request can be examined later.\n *\n * @param {Object} activeXhrs - an object that tracks all XHR requests\n * @param {WebWorker} decrypter - a WebWorker interface to AES-128 decryption routines\n * @param {Function} doneFn - a callback that is executed after all resources have been\n * downloaded and any decryption completed\n */\n\n\nvar waitForCompletion = function waitForCompletion(activeXhrs, decrypter, doneFn) {\n var count = 0;\n var didError = false;\n return function (error, segment) {\n if (didError) {\n return;\n }\n\n if (error) {\n didError = true; // If there are errors, we have to abort any outstanding requests\n\n abortAll(activeXhrs); // Even though the requests above are aborted, and in theory we could wait until we\n // handle the aborted events from those requests, there are some cases where we may\n // never get an aborted event. For instance, if the network connection is lost and\n // there were two requests, the first may have triggered an error immediately, while\n // the second request remains unsent. In that case, the aborted algorithm will not\n // trigger an abort: see https://xhr.spec.whatwg.org/#the-abort()-method\n //\n // We also can't rely on the ready state of the XHR, since the request that\n // triggered the connection error may also show as a ready state of 0 (unsent).\n // Therefore, we have to finish this group of requests immediately after the first\n // seen error.\n\n return doneFn(error, segment);\n }\n\n count += 1;\n\n if (count === activeXhrs.length) {\n // Keep track of when *all* of the requests have completed\n segment.endOfAllRequests = Date.now();\n\n if (segment.encryptedBytes) {\n return decryptSegment(decrypter, segment, doneFn);\n } // Otherwise, everything is ready just continue\n\n\n return doneFn(null, segment);\n }\n };\n};\n/**\n * Simple progress event callback handler that gathers some stats before\n * executing a provided callback with the `segment` object\n *\n * @param {Object} segment - a simplified copy of the segmentInfo object\n * from SegmentLoader\n * @param {Function} progressFn - a callback that is executed each time a progress event\n * is received\n * @param {Event} event - the progress event object from XMLHttpRequest\n */\n\n\nvar handleProgress = function handleProgress(segment, progressFn) {\n return function (event) {\n segment.stats = videojs$1.mergeOptions(segment.stats, getProgressStats(event)); // record the time that we receive the first byte of data\n\n if (!segment.stats.firstBytesReceivedAt && segment.stats.bytesReceived) {\n segment.stats.firstBytesReceivedAt = Date.now();\n }\n\n return progressFn(event, segment);\n };\n};\n/**\n * Load all resources and does any processing necessary for a media-segment\n *\n * Features:\n * decrypts the media-segment if it has a key uri and an iv\n * aborts *all* requests if *any* one request fails\n *\n * The segment object, at minimum, has the following format:\n * {\n * resolvedUri: String,\n * [byterange]: {\n * offset: Number,\n * length: Number\n * },\n * [key]: {\n * resolvedUri: String\n * [byterange]: {\n * offset: Number,\n * length: Number\n * },\n * iv: {\n * bytes: Uint32Array\n * }\n * },\n * [map]: {\n * resolvedUri: String,\n * [byterange]: {\n * offset: Number,\n * length: Number\n * },\n * [bytes]: Uint8Array\n * }\n * }\n * ...where [name] denotes optional properties\n *\n * @param {Function} xhr - an instance of the xhr wrapper in xhr.js\n * @param {Object} xhrOptions - the base options to provide to all xhr requests\n * @param {WebWorker} decryptionWorker - a WebWorker interface to AES-128\n * decryption routines\n * @param {Object} segment - a simplified copy of the segmentInfo object\n * from SegmentLoader\n * @param {Function} progressFn - a callback that receives progress events from the main\n * segment's xhr request\n * @param {Function} doneFn - a callback that is executed only once all requests have\n * succeeded or failed\n * @returns {Function} a function that, when invoked, immediately aborts all\n * outstanding requests\n */\n\n\nvar mediaSegmentRequest = function mediaSegmentRequest(xhr$$1, xhrOptions, decryptionWorker, captionParser, segment, progressFn, doneFn) {\n var activeXhrs = [];\n var finishProcessingFn = waitForCompletion(activeXhrs, decryptionWorker, doneFn); // optionally, request the decryption key\n\n if (segment.key) {\n var keyRequestOptions = videojs$1.mergeOptions(xhrOptions, {\n uri: segment.key.resolvedUri,\n responseType: 'arraybuffer'\n });\n var keyRequestCallback = handleKeyResponse(segment, finishProcessingFn);\n var keyXhr = xhr$$1(keyRequestOptions, keyRequestCallback);\n activeXhrs.push(keyXhr);\n } // optionally, request the associated media init segment\n\n\n if (segment.map && !segment.map.bytes) {\n var initSegmentOptions = videojs$1.mergeOptions(xhrOptions, {\n uri: segment.map.resolvedUri,\n responseType: 'arraybuffer',\n headers: segmentXhrHeaders(segment.map)\n });\n var initSegmentRequestCallback = handleInitSegmentResponse(segment, captionParser, finishProcessingFn);\n var initSegmentXhr = xhr$$1(initSegmentOptions, initSegmentRequestCallback);\n activeXhrs.push(initSegmentXhr);\n }\n\n var segmentRequestOptions = videojs$1.mergeOptions(xhrOptions, {\n uri: segment.resolvedUri,\n responseType: 'arraybuffer',\n headers: segmentXhrHeaders(segment)\n });\n var segmentRequestCallback = handleSegmentResponse(segment, captionParser, finishProcessingFn);\n var segmentXhr = xhr$$1(segmentRequestOptions, segmentRequestCallback);\n segmentXhr.addEventListener('progress', handleProgress(segment, progressFn));\n activeXhrs.push(segmentXhr);\n return function () {\n return abortAll(activeXhrs);\n };\n}; // Utilities\n\n/**\n * Returns the CSS value for the specified property on an element\n * using `getComputedStyle`. Firefox has a long-standing issue where\n * getComputedStyle() may return null when running in an iframe with\n * `display: none`.\n *\n * @see https://bugzilla.mozilla.org/show_bug.cgi?id=548397\n * @param {HTMLElement} el the htmlelement to work on\n * @param {string} the proprety to get the style for\n */\n\n\nvar safeGetComputedStyle = function safeGetComputedStyle(el, property) {\n var result = void 0;\n\n if (!el) {\n return '';\n }\n\n result = window$1.getComputedStyle(el);\n\n if (!result) {\n return '';\n }\n\n return result[property];\n};\n/**\n * Resuable stable sort function\n *\n * @param {Playlists} array\n * @param {Function} sortFn Different comparators\n * @function stableSort\n */\n\n\nvar stableSort = function stableSort(array, sortFn) {\n var newArray = array.slice();\n array.sort(function (left, right) {\n var cmp = sortFn(left, right);\n\n if (cmp === 0) {\n return newArray.indexOf(left) - newArray.indexOf(right);\n }\n\n return cmp;\n });\n};\n/**\n * A comparator function to sort two playlist object by bandwidth.\n *\n * @param {Object} left a media playlist object\n * @param {Object} right a media playlist object\n * @return {Number} Greater than zero if the bandwidth attribute of\n * left is greater than the corresponding attribute of right. Less\n * than zero if the bandwidth of right is greater than left and\n * exactly zero if the two are equal.\n */\n\n\nvar comparePlaylistBandwidth = function comparePlaylistBandwidth(left, right) {\n var leftBandwidth = void 0;\n var rightBandwidth = void 0;\n\n if (left.attributes.BANDWIDTH) {\n leftBandwidth = left.attributes.BANDWIDTH;\n }\n\n leftBandwidth = leftBandwidth || window$1.Number.MAX_VALUE;\n\n if (right.attributes.BANDWIDTH) {\n rightBandwidth = right.attributes.BANDWIDTH;\n }\n\n rightBandwidth = rightBandwidth || window$1.Number.MAX_VALUE;\n return leftBandwidth - rightBandwidth;\n};\n/**\n * A comparator function to sort two playlist object by resolution (width).\n * @param {Object} left a media playlist object\n * @param {Object} right a media playlist object\n * @return {Number} Greater than zero if the resolution.width attribute of\n * left is greater than the corresponding attribute of right. Less\n * than zero if the resolution.width of right is greater than left and\n * exactly zero if the two are equal.\n */\n\n\nvar comparePlaylistResolution = function comparePlaylistResolution(left, right) {\n var leftWidth = void 0;\n var rightWidth = void 0;\n\n if (left.attributes.RESOLUTION && left.attributes.RESOLUTION.width) {\n leftWidth = left.attributes.RESOLUTION.width;\n }\n\n leftWidth = leftWidth || window$1.Number.MAX_VALUE;\n\n if (right.attributes.RESOLUTION && right.attributes.RESOLUTION.width) {\n rightWidth = right.attributes.RESOLUTION.width;\n }\n\n rightWidth = rightWidth || window$1.Number.MAX_VALUE; // NOTE - Fallback to bandwidth sort as appropriate in cases where multiple renditions\n // have the same media dimensions/ resolution\n\n if (leftWidth === rightWidth && left.attributes.BANDWIDTH && right.attributes.BANDWIDTH) {\n return left.attributes.BANDWIDTH - right.attributes.BANDWIDTH;\n }\n\n return leftWidth - rightWidth;\n};\n/**\n * Chooses the appropriate media playlist based on bandwidth and player size\n *\n * @param {Object} master\n * Object representation of the master manifest\n * @param {Number} playerBandwidth\n * Current calculated bandwidth of the player\n * @param {Number} playerWidth\n * Current width of the player element\n * @param {Number} playerHeight\n * Current height of the player element\n * @param {Boolean} limitRenditionByPlayerDimensions\n * True if the player width and height should be used during the selection, false otherwise\n * @return {Playlist} the highest bitrate playlist less than the\n * currently detected bandwidth, accounting for some amount of\n * bandwidth variance\n */\n\n\nvar simpleSelector = function simpleSelector(master, playerBandwidth, playerWidth, playerHeight, limitRenditionByPlayerDimensions) {\n // convert the playlists to an intermediary representation to make comparisons easier\n var sortedPlaylistReps = master.playlists.map(function (playlist) {\n var width = void 0;\n var height = void 0;\n var bandwidth = void 0;\n width = playlist.attributes.RESOLUTION && playlist.attributes.RESOLUTION.width;\n height = playlist.attributes.RESOLUTION && playlist.attributes.RESOLUTION.height;\n bandwidth = playlist.attributes.BANDWIDTH;\n bandwidth = bandwidth || window$1.Number.MAX_VALUE;\n return {\n bandwidth: bandwidth,\n width: width,\n height: height,\n playlist: playlist\n };\n });\n stableSort(sortedPlaylistReps, function (left, right) {\n return left.bandwidth - right.bandwidth;\n }); // filter out any playlists that have been excluded due to\n // incompatible configurations\n\n sortedPlaylistReps = sortedPlaylistReps.filter(function (rep) {\n return !Playlist.isIncompatible(rep.playlist);\n }); // filter out any playlists that have been disabled manually through the representations\n // api or blacklisted temporarily due to playback errors.\n\n var enabledPlaylistReps = sortedPlaylistReps.filter(function (rep) {\n return Playlist.isEnabled(rep.playlist);\n });\n\n if (!enabledPlaylistReps.length) {\n // if there are no enabled playlists, then they have all been blacklisted or disabled\n // by the user through the representations api. In this case, ignore blacklisting and\n // fallback to what the user wants by using playlists the user has not disabled.\n enabledPlaylistReps = sortedPlaylistReps.filter(function (rep) {\n return !Playlist.isDisabled(rep.playlist);\n });\n } // filter out any variant that has greater effective bitrate\n // than the current estimated bandwidth\n\n\n var bandwidthPlaylistReps = enabledPlaylistReps.filter(function (rep) {\n return rep.bandwidth * Config.BANDWIDTH_VARIANCE < playerBandwidth;\n });\n var highestRemainingBandwidthRep = bandwidthPlaylistReps[bandwidthPlaylistReps.length - 1]; // get all of the renditions with the same (highest) bandwidth\n // and then taking the very first element\n\n var bandwidthBestRep = bandwidthPlaylistReps.filter(function (rep) {\n return rep.bandwidth === highestRemainingBandwidthRep.bandwidth;\n })[0]; // if we're not going to limit renditions by player size, make an early decision.\n\n if (limitRenditionByPlayerDimensions === false) {\n var _chosenRep = bandwidthBestRep || enabledPlaylistReps[0] || sortedPlaylistReps[0];\n\n return _chosenRep ? _chosenRep.playlist : null;\n } // filter out playlists without resolution information\n\n\n var haveResolution = bandwidthPlaylistReps.filter(function (rep) {\n return rep.width && rep.height;\n }); // sort variants by resolution\n\n stableSort(haveResolution, function (left, right) {\n return left.width - right.width;\n }); // if we have the exact resolution as the player use it\n\n var resolutionBestRepList = haveResolution.filter(function (rep) {\n return rep.width === playerWidth && rep.height === playerHeight;\n });\n highestRemainingBandwidthRep = resolutionBestRepList[resolutionBestRepList.length - 1]; // ensure that we pick the highest bandwidth variant that have exact resolution\n\n var resolutionBestRep = resolutionBestRepList.filter(function (rep) {\n return rep.bandwidth === highestRemainingBandwidthRep.bandwidth;\n })[0];\n var resolutionPlusOneList = void 0;\n var resolutionPlusOneSmallest = void 0;\n var resolutionPlusOneRep = void 0; // find the smallest variant that is larger than the player\n // if there is no match of exact resolution\n\n if (!resolutionBestRep) {\n resolutionPlusOneList = haveResolution.filter(function (rep) {\n return rep.width > playerWidth || rep.height > playerHeight;\n }); // find all the variants have the same smallest resolution\n\n resolutionPlusOneSmallest = resolutionPlusOneList.filter(function (rep) {\n return rep.width === resolutionPlusOneList[0].width && rep.height === resolutionPlusOneList[0].height;\n }); // ensure that we also pick the highest bandwidth variant that\n // is just-larger-than the video player\n\n highestRemainingBandwidthRep = resolutionPlusOneSmallest[resolutionPlusOneSmallest.length - 1];\n resolutionPlusOneRep = resolutionPlusOneSmallest.filter(function (rep) {\n return rep.bandwidth === highestRemainingBandwidthRep.bandwidth;\n })[0];\n } // fallback chain of variants\n\n\n var chosenRep = resolutionPlusOneRep || resolutionBestRep || bandwidthBestRep || enabledPlaylistReps[0] || sortedPlaylistReps[0];\n return chosenRep ? chosenRep.playlist : null;\n}; // Playlist Selectors\n\n/**\n * Chooses the appropriate media playlist based on the most recent\n * bandwidth estimate and the player size.\n *\n * Expects to be called within the context of an instance of HlsHandler\n *\n * @return {Playlist} the highest bitrate playlist less than the\n * currently detected bandwidth, accounting for some amount of\n * bandwidth variance\n */\n\n\nvar lastBandwidthSelector = function lastBandwidthSelector() {\n return simpleSelector(this.playlists.master, this.systemBandwidth, parseInt(safeGetComputedStyle(this.tech_.el(), 'width'), 10), parseInt(safeGetComputedStyle(this.tech_.el(), 'height'), 10), this.limitRenditionByPlayerDimensions);\n};\n/**\n * Chooses the appropriate media playlist based on the potential to rebuffer\n *\n * @param {Object} settings\n * Object of information required to use this selector\n * @param {Object} settings.master\n * Object representation of the master manifest\n * @param {Number} settings.currentTime\n * The current time of the player\n * @param {Number} settings.bandwidth\n * Current measured bandwidth\n * @param {Number} settings.duration\n * Duration of the media\n * @param {Number} settings.segmentDuration\n * Segment duration to be used in round trip time calculations\n * @param {Number} settings.timeUntilRebuffer\n * Time left in seconds until the player has to rebuffer\n * @param {Number} settings.currentTimeline\n * The current timeline segments are being loaded from\n * @param {SyncController} settings.syncController\n * SyncController for determining if we have a sync point for a given playlist\n * @return {Object|null}\n * {Object} return.playlist\n * The highest bandwidth playlist with the least amount of rebuffering\n * {Number} return.rebufferingImpact\n * The amount of time in seconds switching to this playlist will rebuffer. A\n * negative value means that switching will cause zero rebuffering.\n */\n\n\nvar minRebufferMaxBandwidthSelector = function minRebufferMaxBandwidthSelector(settings) {\n var master = settings.master,\n currentTime = settings.currentTime,\n bandwidth = settings.bandwidth,\n duration$$1 = settings.duration,\n segmentDuration = settings.segmentDuration,\n timeUntilRebuffer = settings.timeUntilRebuffer,\n currentTimeline = settings.currentTimeline,\n syncController = settings.syncController; // filter out any playlists that have been excluded due to\n // incompatible configurations\n\n var compatiblePlaylists = master.playlists.filter(function (playlist) {\n return !Playlist.isIncompatible(playlist);\n }); // filter out any playlists that have been disabled manually through the representations\n // api or blacklisted temporarily due to playback errors.\n\n var enabledPlaylists = compatiblePlaylists.filter(Playlist.isEnabled);\n\n if (!enabledPlaylists.length) {\n // if there are no enabled playlists, then they have all been blacklisted or disabled\n // by the user through the representations api. In this case, ignore blacklisting and\n // fallback to what the user wants by using playlists the user has not disabled.\n enabledPlaylists = compatiblePlaylists.filter(function (playlist) {\n return !Playlist.isDisabled(playlist);\n });\n }\n\n var bandwidthPlaylists = enabledPlaylists.filter(Playlist.hasAttribute.bind(null, 'BANDWIDTH'));\n var rebufferingEstimates = bandwidthPlaylists.map(function (playlist) {\n var syncPoint = syncController.getSyncPoint(playlist, duration$$1, currentTimeline, currentTime); // If there is no sync point for this playlist, switching to it will require a\n // sync request first. This will double the request time\n\n var numRequests = syncPoint ? 1 : 2;\n var requestTimeEstimate = Playlist.estimateSegmentRequestTime(segmentDuration, bandwidth, playlist);\n var rebufferingImpact = requestTimeEstimate * numRequests - timeUntilRebuffer;\n return {\n playlist: playlist,\n rebufferingImpact: rebufferingImpact\n };\n });\n var noRebufferingPlaylists = rebufferingEstimates.filter(function (estimate) {\n return estimate.rebufferingImpact <= 0;\n }); // Sort by bandwidth DESC\n\n stableSort(noRebufferingPlaylists, function (a, b) {\n return comparePlaylistBandwidth(b.playlist, a.playlist);\n });\n\n if (noRebufferingPlaylists.length) {\n return noRebufferingPlaylists[0];\n }\n\n stableSort(rebufferingEstimates, function (a, b) {\n return a.rebufferingImpact - b.rebufferingImpact;\n });\n return rebufferingEstimates[0] || null;\n};\n/**\n * Chooses the appropriate media playlist, which in this case is the lowest bitrate\n * one with video. If no renditions with video exist, return the lowest audio rendition.\n *\n * Expects to be called within the context of an instance of HlsHandler\n *\n * @return {Object|null}\n * {Object} return.playlist\n * The lowest bitrate playlist that contains a video codec. If no such rendition\n * exists pick the lowest audio rendition.\n */\n\n\nvar lowestBitrateCompatibleVariantSelector = function lowestBitrateCompatibleVariantSelector() {\n // filter out any playlists that have been excluded due to\n // incompatible configurations or playback errors\n var playlists = this.playlists.master.playlists.filter(Playlist.isEnabled); // Sort ascending by bitrate\n\n stableSort(playlists, function (a, b) {\n return comparePlaylistBandwidth(a, b);\n }); // Parse and assume that playlists with no video codec have no video\n // (this is not necessarily true, although it is generally true).\n //\n // If an entire manifest has no valid videos everything will get filtered\n // out.\n\n var playlistsWithVideo = playlists.filter(function (playlist) {\n return parseCodecs(playlist.attributes.CODECS).videoCodec;\n });\n return playlistsWithVideo[0] || null;\n};\n/**\n * Create captions text tracks on video.js if they do not exist\n *\n * @param {Object} inbandTextTracks a reference to current inbandTextTracks\n * @param {Object} tech the video.js tech\n * @param {Object} captionStreams the caption streams to create\n * @private\n */\n\n\nvar createCaptionsTrackIfNotExists = function createCaptionsTrackIfNotExists(inbandTextTracks, tech, captionStreams) {\n for (var trackId in captionStreams) {\n if (!inbandTextTracks[trackId]) {\n tech.trigger({\n type: 'usage',\n name: 'hls-608'\n });\n var track = tech.textTracks().getTrackById(trackId);\n\n if (track) {\n // Resuse an existing track with a CC# id because this was\n // very likely created by videojs-contrib-hls from information\n // in the m3u8 for us to use\n inbandTextTracks[trackId] = track;\n } else {\n // Otherwise, create a track with the default `CC#` label and\n // without a language\n inbandTextTracks[trackId] = tech.addRemoteTextTrack({\n kind: 'captions',\n id: trackId,\n label: trackId\n }, false).track;\n }\n }\n }\n};\n\nvar addCaptionData = function addCaptionData(_ref) {\n var inbandTextTracks = _ref.inbandTextTracks,\n captionArray = _ref.captionArray,\n timestampOffset = _ref.timestampOffset;\n\n if (!captionArray) {\n return;\n }\n\n var Cue = window.WebKitDataCue || window.VTTCue;\n captionArray.forEach(function (caption) {\n var track = caption.stream;\n var startTime = caption.startTime;\n var endTime = caption.endTime;\n\n if (!inbandTextTracks[track]) {\n return;\n }\n\n startTime += timestampOffset;\n endTime += timestampOffset;\n inbandTextTracks[track].addCue(new Cue(startTime, endTime, caption.text));\n });\n};\n/**\n * @file segment-loader.js\n */\n// in ms\n\n\nvar CHECK_BUFFER_DELAY = 500;\n/**\n * Determines if we should call endOfStream on the media source based\n * on the state of the buffer or if appened segment was the final\n * segment in the playlist.\n *\n * @param {Object} playlist a media playlist object\n * @param {Object} mediaSource the MediaSource object\n * @param {Number} segmentIndex the index of segment we last appended\n * @returns {Boolean} do we need to call endOfStream on the MediaSource\n */\n\nvar detectEndOfStream = function detectEndOfStream(playlist, mediaSource, segmentIndex) {\n if (!playlist || !mediaSource) {\n return false;\n }\n\n var segments = playlist.segments; // determine a few boolean values to help make the branch below easier\n // to read\n\n var appendedLastSegment = segmentIndex === segments.length; // if we've buffered to the end of the video, we need to call endOfStream\n // so that MediaSources can trigger the `ended` event when it runs out of\n // buffered data instead of waiting for me\n\n return playlist.endList && mediaSource.readyState === 'open' && appendedLastSegment;\n};\n\nvar finite = function finite(num) {\n return typeof num === 'number' && isFinite(num);\n};\n\nvar illegalMediaSwitch = function illegalMediaSwitch(loaderType, startingMedia, newSegmentMedia) {\n // Although these checks should most likely cover non 'main' types, for now it narrows\n // the scope of our checks.\n if (loaderType !== 'main' || !startingMedia || !newSegmentMedia) {\n return null;\n }\n\n if (!newSegmentMedia.containsAudio && !newSegmentMedia.containsVideo) {\n return 'Neither audio nor video found in segment.';\n }\n\n if (startingMedia.containsVideo && !newSegmentMedia.containsVideo) {\n return 'Only audio found in segment when we expected video.' + ' We can\\'t switch to audio only from a stream that had video.' + ' To get rid of this message, please add codec information to the manifest.';\n }\n\n if (!startingMedia.containsVideo && newSegmentMedia.containsVideo) {\n return 'Video found in segment when we expected only audio.' + ' We can\\'t switch to a stream with video from an audio only stream.' + ' To get rid of this message, please add codec information to the manifest.';\n }\n\n return null;\n};\n/**\n * Calculates a time value that is safe to remove from the back buffer without interupting\n * playback.\n *\n * @param {TimeRange} seekable\n * The current seekable range\n * @param {Number} currentTime\n * The current time of the player\n * @param {Number} targetDuration\n * The target duration of the current playlist\n * @return {Number}\n * Time that is safe to remove from the back buffer without interupting playback\n */\n\n\nvar safeBackBufferTrimTime = function safeBackBufferTrimTime(seekable$$1, currentTime, targetDuration) {\n var removeToTime = void 0;\n\n if (seekable$$1.length && seekable$$1.start(0) > 0 && seekable$$1.start(0) < currentTime) {\n // If we have a seekable range use that as the limit for what can be removed safely\n removeToTime = seekable$$1.start(0);\n } else {\n // otherwise remove anything older than 30 seconds before the current play head\n removeToTime = currentTime - 30;\n } // Don't allow removing from the buffer within target duration of current time\n // to avoid the possibility of removing the GOP currently being played which could\n // cause playback stalls.\n\n\n return Math.min(removeToTime, currentTime - targetDuration);\n};\n\nvar segmentInfoString = function segmentInfoString(segmentInfo) {\n var _segmentInfo$segment = segmentInfo.segment,\n start = _segmentInfo$segment.start,\n end = _segmentInfo$segment.end,\n _segmentInfo$playlist = segmentInfo.playlist,\n seq = _segmentInfo$playlist.mediaSequence,\n id = _segmentInfo$playlist.id,\n _segmentInfo$playlist2 = _segmentInfo$playlist.segments,\n segments = _segmentInfo$playlist2 === undefined ? [] : _segmentInfo$playlist2,\n index = segmentInfo.mediaIndex,\n timeline = segmentInfo.timeline;\n return ['appending [' + index + '] of [' + seq + ', ' + (seq + segments.length) + '] from playlist [' + id + ']', '[' + start + ' => ' + end + '] in timeline [' + timeline + ']'].join(' ');\n};\n/**\n * An object that manages segment loading and appending.\n *\n * @class SegmentLoader\n * @param {Object} options required and optional options\n * @extends videojs.EventTarget\n */\n\n\nvar SegmentLoader = function (_videojs$EventTarget) {\n inherits(SegmentLoader, _videojs$EventTarget);\n\n function SegmentLoader(settings) {\n classCallCheck(this, SegmentLoader); // check pre-conditions\n\n var _this = possibleConstructorReturn(this, (SegmentLoader.__proto__ || Object.getPrototypeOf(SegmentLoader)).call(this));\n\n if (!settings) {\n throw new TypeError('Initialization settings are required');\n }\n\n if (typeof settings.currentTime !== 'function') {\n throw new TypeError('No currentTime getter specified');\n }\n\n if (!settings.mediaSource) {\n throw new TypeError('No MediaSource specified');\n } // public properties\n\n\n _this.bandwidth = settings.bandwidth;\n _this.throughput = {\n rate: 0,\n count: 0\n };\n _this.roundTrip = NaN;\n\n _this.resetStats_();\n\n _this.mediaIndex = null; // private settings\n\n _this.hasPlayed_ = settings.hasPlayed;\n _this.currentTime_ = settings.currentTime;\n _this.seekable_ = settings.seekable;\n _this.seeking_ = settings.seeking;\n _this.duration_ = settings.duration;\n _this.mediaSource_ = settings.mediaSource;\n _this.hls_ = settings.hls;\n _this.loaderType_ = settings.loaderType;\n _this.startingMedia_ = void 0;\n _this.segmentMetadataTrack_ = settings.segmentMetadataTrack;\n _this.goalBufferLength_ = settings.goalBufferLength;\n _this.sourceType_ = settings.sourceType;\n _this.inbandTextTracks_ = settings.inbandTextTracks;\n _this.state_ = 'INIT'; // private instance variables\n\n _this.checkBufferTimeout_ = null;\n _this.error_ = void 0;\n _this.currentTimeline_ = -1;\n _this.pendingSegment_ = null;\n _this.mimeType_ = null;\n _this.sourceUpdater_ = null;\n _this.xhrOptions_ = null; // Fragmented mp4 playback\n\n _this.activeInitSegmentId_ = null;\n _this.initSegments_ = {}; // Fmp4 CaptionParser\n\n _this.captionParser_ = new CaptionParser();\n _this.decrypter_ = settings.decrypter; // Manages the tracking and generation of sync-points, mappings\n // between a time in the display time and a segment index within\n // a playlist\n\n _this.syncController_ = settings.syncController;\n _this.syncPoint_ = {\n segmentIndex: 0,\n time: 0\n };\n\n _this.syncController_.on('syncinfoupdate', function () {\n return _this.trigger('syncinfoupdate');\n });\n\n _this.mediaSource_.addEventListener('sourceopen', function () {\n return _this.ended_ = false;\n }); // ...for determining the fetch location\n\n\n _this.fetchAtBuffer_ = false;\n _this.logger_ = logger('SegmentLoader[' + _this.loaderType_ + ']');\n Object.defineProperty(_this, 'state', {\n get: function get$$1() {\n return this.state_;\n },\n set: function set$$1(newState) {\n if (newState !== this.state_) {\n this.logger_(this.state_ + ' -> ' + newState);\n this.state_ = newState;\n }\n }\n });\n return _this;\n }\n /**\n * reset all of our media stats\n *\n * @private\n */\n\n\n createClass(SegmentLoader, [{\n key: 'resetStats_',\n value: function resetStats_() {\n this.mediaBytesTransferred = 0;\n this.mediaRequests = 0;\n this.mediaRequestsAborted = 0;\n this.mediaRequestsTimedout = 0;\n this.mediaRequestsErrored = 0;\n this.mediaTransferDuration = 0;\n this.mediaSecondsLoaded = 0;\n }\n /**\n * dispose of the SegmentLoader and reset to the default state\n */\n\n }, {\n key: 'dispose',\n value: function dispose() {\n this.state = 'DISPOSED';\n this.pause();\n this.abort_();\n\n if (this.sourceUpdater_) {\n this.sourceUpdater_.dispose();\n }\n\n this.resetStats_();\n this.captionParser_.reset();\n }\n /**\n * abort anything that is currently doing on with the SegmentLoader\n * and reset to a default state\n */\n\n }, {\n key: 'abort',\n value: function abort() {\n if (this.state !== 'WAITING') {\n if (this.pendingSegment_) {\n this.pendingSegment_ = null;\n }\n\n return;\n }\n\n this.abort_(); // We aborted the requests we were waiting on, so reset the loader's state to READY\n // since we are no longer \"waiting\" on any requests. XHR callback is not always run\n // when the request is aborted. This will prevent the loader from being stuck in the\n // WAITING state indefinitely.\n\n this.state = 'READY'; // don't wait for buffer check timeouts to begin fetching the\n // next segment\n\n if (!this.paused()) {\n this.monitorBuffer_();\n }\n }\n /**\n * abort all pending xhr requests and null any pending segements\n *\n * @private\n */\n\n }, {\n key: 'abort_',\n value: function abort_() {\n if (this.pendingSegment_) {\n this.pendingSegment_.abortRequests();\n } // clear out the segment being processed\n\n\n this.pendingSegment_ = null;\n }\n /**\n * set an error on the segment loader and null out any pending segements\n *\n * @param {Error} error the error to set on the SegmentLoader\n * @return {Error} the error that was set or that is currently set\n */\n\n }, {\n key: 'error',\n value: function error(_error) {\n if (typeof _error !== 'undefined') {\n this.error_ = _error;\n }\n\n this.pendingSegment_ = null;\n return this.error_;\n }\n }, {\n key: 'endOfStream',\n value: function endOfStream() {\n this.ended_ = true;\n this.pause();\n this.trigger('ended');\n }\n /**\n * Indicates which time ranges are buffered\n *\n * @return {TimeRange}\n * TimeRange object representing the current buffered ranges\n */\n\n }, {\n key: 'buffered_',\n value: function buffered_() {\n if (!this.sourceUpdater_) {\n return videojs$1.createTimeRanges();\n }\n\n return this.sourceUpdater_.buffered();\n }\n /**\n * Gets and sets init segment for the provided map\n *\n * @param {Object} map\n * The map object representing the init segment to get or set\n * @param {Boolean=} set\n * If true, the init segment for the provided map should be saved\n * @return {Object}\n * map object for desired init segment\n */\n\n }, {\n key: 'initSegment',\n value: function initSegment(map) {\n var set$$1 = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false;\n\n if (!map) {\n return null;\n }\n\n var id = initSegmentId(map);\n var storedMap = this.initSegments_[id];\n\n if (set$$1 && !storedMap && map.bytes) {\n this.initSegments_[id] = storedMap = {\n resolvedUri: map.resolvedUri,\n byterange: map.byterange,\n bytes: map.bytes,\n timescales: map.timescales,\n videoTrackIds: map.videoTrackIds\n };\n }\n\n return storedMap || map;\n }\n /**\n * Returns true if all configuration required for loading is present, otherwise false.\n *\n * @return {Boolean} True if the all configuration is ready for loading\n * @private\n */\n\n }, {\n key: 'couldBeginLoading_',\n value: function couldBeginLoading_() {\n return this.playlist_ && ( // the source updater is created when init_ is called, so either having a\n // source updater or being in the INIT state with a mimeType is enough\n // to say we have all the needed configuration to start loading.\n this.sourceUpdater_ || this.mimeType_ && this.state === 'INIT') && !this.paused();\n }\n /**\n * load a playlist and start to fill the buffer\n */\n\n }, {\n key: 'load',\n value: function load() {\n // un-pause\n this.monitorBuffer_(); // if we don't have a playlist yet, keep waiting for one to be\n // specified\n\n if (!this.playlist_) {\n return;\n } // not sure if this is the best place for this\n\n\n this.syncController_.setDateTimeMapping(this.playlist_); // if all the configuration is ready, initialize and begin loading\n\n if (this.state === 'INIT' && this.couldBeginLoading_()) {\n return this.init_();\n } // if we're in the middle of processing a segment already, don't\n // kick off an additional segment request\n\n\n if (!this.couldBeginLoading_() || this.state !== 'READY' && this.state !== 'INIT') {\n return;\n }\n\n this.state = 'READY';\n }\n /**\n * Once all the starting parameters have been specified, begin\n * operation. This method should only be invoked from the INIT\n * state.\n *\n * @private\n */\n\n }, {\n key: 'init_',\n value: function init_() {\n this.state = 'READY';\n this.sourceUpdater_ = new SourceUpdater(this.mediaSource_, this.mimeType_, this.loaderType_, this.sourceBufferEmitter_);\n this.resetEverything();\n return this.monitorBuffer_();\n }\n /**\n * set a playlist on the segment loader\n *\n * @param {PlaylistLoader} media the playlist to set on the segment loader\n */\n\n }, {\n key: 'playlist',\n value: function playlist(newPlaylist) {\n var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n\n if (!newPlaylist) {\n return;\n }\n\n var oldPlaylist = this.playlist_;\n var segmentInfo = this.pendingSegment_;\n this.playlist_ = newPlaylist;\n this.xhrOptions_ = options; // when we haven't started playing yet, the start of a live playlist\n // is always our zero-time so force a sync update each time the playlist\n // is refreshed from the server\n\n if (!this.hasPlayed_()) {\n newPlaylist.syncInfo = {\n mediaSequence: newPlaylist.mediaSequence,\n time: 0\n };\n }\n\n var oldId = oldPlaylist ? oldPlaylist.id : null;\n this.logger_('playlist update [' + oldId + ' => ' + newPlaylist.id + ']'); // in VOD, this is always a rendition switch (or we updated our syncInfo above)\n // in LIVE, we always want to update with new playlists (including refreshes)\n\n this.trigger('syncinfoupdate'); // if we were unpaused but waiting for a playlist, start\n // buffering now\n\n if (this.state === 'INIT' && this.couldBeginLoading_()) {\n return this.init_();\n }\n\n if (!oldPlaylist || oldPlaylist.uri !== newPlaylist.uri) {\n if (this.mediaIndex !== null) {\n // we must \"resync\" the segment loader when we switch renditions and\n // the segment loader is already synced to the previous rendition\n this.resyncLoader();\n } // the rest of this function depends on `oldPlaylist` being defined\n\n\n return;\n } // we reloaded the same playlist so we are in a live scenario\n // and we will likely need to adjust the mediaIndex\n\n\n var mediaSequenceDiff = newPlaylist.mediaSequence - oldPlaylist.mediaSequence;\n this.logger_('live window shift [' + mediaSequenceDiff + ']'); // update the mediaIndex on the SegmentLoader\n // this is important because we can abort a request and this value must be\n // equal to the last appended mediaIndex\n\n if (this.mediaIndex !== null) {\n this.mediaIndex -= mediaSequenceDiff;\n } // update the mediaIndex on the SegmentInfo object\n // this is important because we will update this.mediaIndex with this value\n // in `handleUpdateEnd_` after the segment has been successfully appended\n\n\n if (segmentInfo) {\n segmentInfo.mediaIndex -= mediaSequenceDiff; // we need to update the referenced segment so that timing information is\n // saved for the new playlist's segment, however, if the segment fell off the\n // playlist, we can leave the old reference and just lose the timing info\n\n if (segmentInfo.mediaIndex >= 0) {\n segmentInfo.segment = newPlaylist.segments[segmentInfo.mediaIndex];\n }\n }\n\n this.syncController_.saveExpiredSegmentInfo(oldPlaylist, newPlaylist);\n }\n /**\n * Prevent the loader from fetching additional segments. If there\n * is a segment request outstanding, it will finish processing\n * before the loader halts. A segment loader can be unpaused by\n * calling load().\n */\n\n }, {\n key: 'pause',\n value: function pause() {\n if (this.checkBufferTimeout_) {\n window$1.clearTimeout(this.checkBufferTimeout_);\n this.checkBufferTimeout_ = null;\n }\n }\n /**\n * Returns whether the segment loader is fetching additional\n * segments when given the opportunity. This property can be\n * modified through calls to pause() and load().\n */\n\n }, {\n key: 'paused',\n value: function paused() {\n return this.checkBufferTimeout_ === null;\n }\n /**\n * create/set the following mimetype on the SourceBuffer through a\n * SourceUpdater\n *\n * @param {String} mimeType the mime type string to use\n * @param {Object} sourceBufferEmitter an event emitter that fires when a source buffer\n * is added to the media source\n */\n\n }, {\n key: 'mimeType',\n value: function mimeType(_mimeType, sourceBufferEmitter) {\n if (this.mimeType_) {\n return;\n }\n\n this.mimeType_ = _mimeType;\n this.sourceBufferEmitter_ = sourceBufferEmitter; // if we were unpaused but waiting for a sourceUpdater, start\n // buffering now\n\n if (this.state === 'INIT' && this.couldBeginLoading_()) {\n this.init_();\n }\n }\n /**\n * Delete all the buffered data and reset the SegmentLoader\n * @param {Function} [done] an optional callback to be executed when the remove\n * operation is complete\n */\n\n }, {\n key: 'resetEverything',\n value: function resetEverything(done) {\n this.ended_ = false;\n this.resetLoader();\n this.remove(0, this.duration_(), done); // clears fmp4 captions\n\n this.captionParser_.clearAllCaptions();\n this.trigger('reseteverything');\n }\n /**\n * Force the SegmentLoader to resync and start loading around the currentTime instead\n * of starting at the end of the buffer\n *\n * Useful for fast quality changes\n */\n\n }, {\n key: 'resetLoader',\n value: function resetLoader() {\n this.fetchAtBuffer_ = false;\n this.resyncLoader();\n }\n /**\n * Force the SegmentLoader to restart synchronization and make a conservative guess\n * before returning to the simple walk-forward method\n */\n\n }, {\n key: 'resyncLoader',\n value: function resyncLoader() {\n this.mediaIndex = null;\n this.syncPoint_ = null;\n this.abort();\n }\n /**\n * Remove any data in the source buffer between start and end times\n * @param {Number} start - the start time of the region to remove from the buffer\n * @param {Number} end - the end time of the region to remove from the buffer\n * @param {Function} [done] - an optional callback to be executed when the remove\n * operation is complete\n */\n\n }, {\n key: 'remove',\n value: function remove(start, end, done) {\n if (this.sourceUpdater_) {\n this.sourceUpdater_.remove(start, end, done);\n }\n\n removeCuesFromTrack(start, end, this.segmentMetadataTrack_);\n\n if (this.inbandTextTracks_) {\n for (var id in this.inbandTextTracks_) {\n removeCuesFromTrack(start, end, this.inbandTextTracks_[id]);\n }\n }\n }\n /**\n * (re-)schedule monitorBufferTick_ to run as soon as possible\n *\n * @private\n */\n\n }, {\n key: 'monitorBuffer_',\n value: function monitorBuffer_() {\n if (this.checkBufferTimeout_) {\n window$1.clearTimeout(this.checkBufferTimeout_);\n }\n\n this.checkBufferTimeout_ = window$1.setTimeout(this.monitorBufferTick_.bind(this), 1);\n }\n /**\n * As long as the SegmentLoader is in the READY state, periodically\n * invoke fillBuffer_().\n *\n * @private\n */\n\n }, {\n key: 'monitorBufferTick_',\n value: function monitorBufferTick_() {\n if (this.state === 'READY') {\n this.fillBuffer_();\n }\n\n if (this.checkBufferTimeout_) {\n window$1.clearTimeout(this.checkBufferTimeout_);\n }\n\n this.checkBufferTimeout_ = window$1.setTimeout(this.monitorBufferTick_.bind(this), CHECK_BUFFER_DELAY);\n }\n /**\n * fill the buffer with segements unless the sourceBuffers are\n * currently updating\n *\n * Note: this function should only ever be called by monitorBuffer_\n * and never directly\n *\n * @private\n */\n\n }, {\n key: 'fillBuffer_',\n value: function fillBuffer_() {\n if (this.sourceUpdater_.updating()) {\n return;\n }\n\n if (!this.syncPoint_) {\n this.syncPoint_ = this.syncController_.getSyncPoint(this.playlist_, this.duration_(), this.currentTimeline_, this.currentTime_());\n } // see if we need to begin loading immediately\n\n\n var segmentInfo = this.checkBuffer_(this.buffered_(), this.playlist_, this.mediaIndex, this.hasPlayed_(), this.currentTime_(), this.syncPoint_);\n\n if (!segmentInfo) {\n return;\n }\n\n var isEndOfStream = detectEndOfStream(this.playlist_, this.mediaSource_, segmentInfo.mediaIndex);\n\n if (isEndOfStream) {\n this.endOfStream();\n return;\n }\n\n if (segmentInfo.mediaIndex === this.playlist_.segments.length - 1 && this.mediaSource_.readyState === 'ended' && !this.seeking_()) {\n return;\n } // We will need to change timestampOffset of the sourceBuffer if either of\n // the following conditions are true:\n // - The segment.timeline !== this.currentTimeline\n // (we are crossing a discontinuity somehow)\n // - The \"timestampOffset\" for the start of this segment is less than\n // the currently set timestampOffset\n // Also, clear captions if we are crossing a discontinuity boundary\n\n\n if (segmentInfo.timeline !== this.currentTimeline_ || segmentInfo.startOfSegment !== null && segmentInfo.startOfSegment < this.sourceUpdater_.timestampOffset()) {\n this.syncController_.reset();\n segmentInfo.timestampOffset = segmentInfo.startOfSegment;\n this.captionParser_.clearAllCaptions();\n }\n\n this.loadSegment_(segmentInfo);\n }\n /**\n * Determines what segment request should be made, given current playback\n * state.\n *\n * @param {TimeRanges} buffered - the state of the buffer\n * @param {Object} playlist - the playlist object to fetch segments from\n * @param {Number} mediaIndex - the previous mediaIndex fetched or null\n * @param {Boolean} hasPlayed - a flag indicating whether we have played or not\n * @param {Number} currentTime - the playback position in seconds\n * @param {Object} syncPoint - a segment info object that describes the\n * @returns {Object} a segment request object that describes the segment to load\n */\n\n }, {\n key: 'checkBuffer_',\n value: function checkBuffer_(buffered, playlist, mediaIndex, hasPlayed, currentTime, syncPoint) {\n var lastBufferedEnd = 0;\n var startOfSegment = void 0;\n\n if (buffered.length) {\n lastBufferedEnd = buffered.end(buffered.length - 1);\n }\n\n var bufferedTime = Math.max(0, lastBufferedEnd - currentTime);\n\n if (!playlist.segments.length) {\n return null;\n } // if there is plenty of content buffered, and the video has\n // been played before relax for awhile\n\n\n if (bufferedTime >= this.goalBufferLength_()) {\n return null;\n } // if the video has not yet played once, and we already have\n // one segment downloaded do nothing\n\n\n if (!hasPlayed && bufferedTime >= 1) {\n return null;\n } // When the syncPoint is null, there is no way of determining a good\n // conservative segment index to fetch from\n // The best thing to do here is to get the kind of sync-point data by\n // making a request\n\n\n if (syncPoint === null) {\n mediaIndex = this.getSyncSegmentCandidate_(playlist);\n return this.generateSegmentInfo_(playlist, mediaIndex, null, true);\n } // Under normal playback conditions fetching is a simple walk forward\n\n\n if (mediaIndex !== null) {\n var segment = playlist.segments[mediaIndex];\n\n if (segment && segment.end) {\n startOfSegment = segment.end;\n } else {\n startOfSegment = lastBufferedEnd;\n }\n\n return this.generateSegmentInfo_(playlist, mediaIndex + 1, startOfSegment, false);\n } // There is a sync-point but the lack of a mediaIndex indicates that\n // we need to make a good conservative guess about which segment to\n // fetch\n\n\n if (this.fetchAtBuffer_) {\n // Find the segment containing the end of the buffer\n var mediaSourceInfo = Playlist.getMediaInfoForTime(playlist, lastBufferedEnd, syncPoint.segmentIndex, syncPoint.time);\n mediaIndex = mediaSourceInfo.mediaIndex;\n startOfSegment = mediaSourceInfo.startTime;\n } else {\n // Find the segment containing currentTime\n var _mediaSourceInfo = Playlist.getMediaInfoForTime(playlist, currentTime, syncPoint.segmentIndex, syncPoint.time);\n\n mediaIndex = _mediaSourceInfo.mediaIndex;\n startOfSegment = _mediaSourceInfo.startTime;\n }\n\n return this.generateSegmentInfo_(playlist, mediaIndex, startOfSegment, false);\n }\n /**\n * The segment loader has no recourse except to fetch a segment in the\n * current playlist and use the internal timestamps in that segment to\n * generate a syncPoint. This function returns a good candidate index\n * for that process.\n *\n * @param {Object} playlist - the playlist object to look for a\n * @returns {Number} An index of a segment from the playlist to load\n */\n\n }, {\n key: 'getSyncSegmentCandidate_',\n value: function getSyncSegmentCandidate_(playlist) {\n var _this2 = this;\n\n if (this.currentTimeline_ === -1) {\n return 0;\n }\n\n var segmentIndexArray = playlist.segments.map(function (s, i) {\n return {\n timeline: s.timeline,\n segmentIndex: i\n };\n }).filter(function (s) {\n return s.timeline === _this2.currentTimeline_;\n });\n\n if (segmentIndexArray.length) {\n return segmentIndexArray[Math.min(segmentIndexArray.length - 1, 1)].segmentIndex;\n }\n\n return Math.max(playlist.segments.length - 1, 0);\n }\n }, {\n key: 'generateSegmentInfo_',\n value: function generateSegmentInfo_(playlist, mediaIndex, startOfSegment, isSyncRequest) {\n if (mediaIndex < 0 || mediaIndex >= playlist.segments.length) {\n return null;\n }\n\n var segment = playlist.segments[mediaIndex];\n return {\n requestId: 'segment-loader-' + Math.random(),\n // resolve the segment URL relative to the playlist\n uri: segment.resolvedUri,\n // the segment's mediaIndex at the time it was requested\n mediaIndex: mediaIndex,\n // whether or not to update the SegmentLoader's state with this\n // segment's mediaIndex\n isSyncRequest: isSyncRequest,\n startOfSegment: startOfSegment,\n // the segment's playlist\n playlist: playlist,\n // unencrypted bytes of the segment\n bytes: null,\n // when a key is defined for this segment, the encrypted bytes\n encryptedBytes: null,\n // The target timestampOffset for this segment when we append it\n // to the source buffer\n timestampOffset: null,\n // The timeline that the segment is in\n timeline: segment.timeline,\n // The expected duration of the segment in seconds\n duration: segment.duration,\n // retain the segment in case the playlist updates while doing an async process\n segment: segment\n };\n }\n /**\n * Determines if the network has enough bandwidth to complete the current segment\n * request in a timely manner. If not, the request will be aborted early and bandwidth\n * updated to trigger a playlist switch.\n *\n * @param {Object} stats\n * Object containing stats about the request timing and size\n * @return {Boolean} True if the request was aborted, false otherwise\n * @private\n */\n\n }, {\n key: 'abortRequestEarly_',\n value: function abortRequestEarly_(stats) {\n if (this.hls_.tech_.paused() || // Don't abort if the current playlist is on the lowestEnabledRendition\n // TODO: Replace using timeout with a boolean indicating whether this playlist is\n // the lowestEnabledRendition.\n !this.xhrOptions_.timeout || // Don't abort if we have no bandwidth information to estimate segment sizes\n !this.playlist_.attributes.BANDWIDTH) {\n return false;\n } // Wait at least 1 second since the first byte of data has been received before\n // using the calculated bandwidth from the progress event to allow the bitrate\n // to stabilize\n\n\n if (Date.now() - (stats.firstBytesReceivedAt || Date.now()) < 1000) {\n return false;\n }\n\n var currentTime = this.currentTime_();\n var measuredBandwidth = stats.bandwidth;\n var segmentDuration = this.pendingSegment_.duration;\n var requestTimeRemaining = Playlist.estimateSegmentRequestTime(segmentDuration, measuredBandwidth, this.playlist_, stats.bytesReceived); // Subtract 1 from the timeUntilRebuffer so we still consider an early abort\n // if we are only left with less than 1 second when the request completes.\n // A negative timeUntilRebuffering indicates we are already rebuffering\n\n var timeUntilRebuffer$$1 = timeUntilRebuffer(this.buffered_(), currentTime, this.hls_.tech_.playbackRate()) - 1; // Only consider aborting early if the estimated time to finish the download\n // is larger than the estimated time until the player runs out of forward buffer\n\n if (requestTimeRemaining <= timeUntilRebuffer$$1) {\n return false;\n }\n\n var switchCandidate = minRebufferMaxBandwidthSelector({\n master: this.hls_.playlists.master,\n currentTime: currentTime,\n bandwidth: measuredBandwidth,\n duration: this.duration_(),\n segmentDuration: segmentDuration,\n timeUntilRebuffer: timeUntilRebuffer$$1,\n currentTimeline: this.currentTimeline_,\n syncController: this.syncController_\n });\n\n if (!switchCandidate) {\n return;\n }\n\n var rebufferingImpact = requestTimeRemaining - timeUntilRebuffer$$1;\n var timeSavedBySwitching = rebufferingImpact - switchCandidate.rebufferingImpact;\n var minimumTimeSaving = 0.5; // If we are already rebuffering, increase the amount of variance we add to the\n // potential round trip time of the new request so that we are not too aggressive\n // with switching to a playlist that might save us a fraction of a second.\n\n if (timeUntilRebuffer$$1 <= TIME_FUDGE_FACTOR) {\n minimumTimeSaving = 1;\n }\n\n if (!switchCandidate.playlist || switchCandidate.playlist.uri === this.playlist_.uri || timeSavedBySwitching < minimumTimeSaving) {\n return false;\n } // set the bandwidth to that of the desired playlist being sure to scale by\n // BANDWIDTH_VARIANCE and add one so the playlist selector does not exclude it\n // don't trigger a bandwidthupdate as the bandwidth is artifial\n\n\n this.bandwidth = switchCandidate.playlist.attributes.BANDWIDTH * Config.BANDWIDTH_VARIANCE + 1;\n this.abort();\n this.trigger('earlyabort');\n return true;\n }\n /**\n * XHR `progress` event handler\n *\n * @param {Event}\n * The XHR `progress` event\n * @param {Object} simpleSegment\n * A simplified segment object copy\n * @private\n */\n\n }, {\n key: 'handleProgress_',\n value: function handleProgress_(event, simpleSegment) {\n if (!this.pendingSegment_ || simpleSegment.requestId !== this.pendingSegment_.requestId || this.abortRequestEarly_(simpleSegment.stats)) {\n return;\n }\n\n this.trigger('progress');\n }\n /**\n * load a specific segment from a request into the buffer\n *\n * @private\n */\n\n }, {\n key: 'loadSegment_',\n value: function loadSegment_(segmentInfo) {\n this.state = 'WAITING';\n this.pendingSegment_ = segmentInfo;\n this.trimBackBuffer_(segmentInfo);\n segmentInfo.abortRequests = mediaSegmentRequest(this.hls_.xhr, this.xhrOptions_, this.decrypter_, this.captionParser_, this.createSimplifiedSegmentObj_(segmentInfo), // progress callback\n this.handleProgress_.bind(this), this.segmentRequestFinished_.bind(this));\n }\n /**\n * trim the back buffer so that we don't have too much data\n * in the source buffer\n *\n * @private\n *\n * @param {Object} segmentInfo - the current segment\n */\n\n }, {\n key: 'trimBackBuffer_',\n value: function trimBackBuffer_(segmentInfo) {\n var removeToTime = safeBackBufferTrimTime(this.seekable_(), this.currentTime_(), this.playlist_.targetDuration || 10); // Chrome has a hard limit of 150MB of\n // buffer and a very conservative \"garbage collector\"\n // We manually clear out the old buffer to ensure\n // we don't trigger the QuotaExceeded error\n // on the source buffer during subsequent appends\n\n if (removeToTime > 0) {\n this.remove(0, removeToTime);\n }\n }\n /**\n * created a simplified copy of the segment object with just the\n * information necessary to perform the XHR and decryption\n *\n * @private\n *\n * @param {Object} segmentInfo - the current segment\n * @returns {Object} a simplified segment object copy\n */\n\n }, {\n key: 'createSimplifiedSegmentObj_',\n value: function createSimplifiedSegmentObj_(segmentInfo) {\n var segment = segmentInfo.segment;\n var simpleSegment = {\n resolvedUri: segment.resolvedUri,\n byterange: segment.byterange,\n requestId: segmentInfo.requestId\n };\n\n if (segment.key) {\n // if the media sequence is greater than 2^32, the IV will be incorrect\n // assuming 10s segments, that would be about 1300 years\n var iv = segment.key.iv || new Uint32Array([0, 0, 0, segmentInfo.mediaIndex + segmentInfo.playlist.mediaSequence]);\n simpleSegment.key = {\n resolvedUri: segment.key.resolvedUri,\n iv: iv\n };\n }\n\n if (segment.map) {\n simpleSegment.map = this.initSegment(segment.map);\n }\n\n return simpleSegment;\n }\n /**\n * Handle the callback from the segmentRequest function and set the\n * associated SegmentLoader state and errors if necessary\n *\n * @private\n */\n\n }, {\n key: 'segmentRequestFinished_',\n value: function segmentRequestFinished_(error, simpleSegment) {\n // every request counts as a media request even if it has been aborted\n // or canceled due to a timeout\n this.mediaRequests += 1;\n\n if (simpleSegment.stats) {\n this.mediaBytesTransferred += simpleSegment.stats.bytesReceived;\n this.mediaTransferDuration += simpleSegment.stats.roundTripTime;\n } // The request was aborted and the SegmentLoader has already been reset\n\n\n if (!this.pendingSegment_) {\n this.mediaRequestsAborted += 1;\n return;\n } // the request was aborted and the SegmentLoader has already started\n // another request. this can happen when the timeout for an aborted\n // request triggers due to a limitation in the XHR library\n // do not count this as any sort of request or we risk double-counting\n\n\n if (simpleSegment.requestId !== this.pendingSegment_.requestId) {\n return;\n } // an error occurred from the active pendingSegment_ so reset everything\n\n\n if (error) {\n this.pendingSegment_ = null;\n this.state = 'READY'; // the requests were aborted just record the aborted stat and exit\n // this is not a true error condition and nothing corrective needs\n // to be done\n\n if (error.code === REQUEST_ERRORS.ABORTED) {\n this.mediaRequestsAborted += 1;\n return;\n }\n\n this.pause(); // the error is really just that at least one of the requests timed-out\n // set the bandwidth to a very low value and trigger an ABR switch to\n // take emergency action\n\n if (error.code === REQUEST_ERRORS.TIMEOUT) {\n this.mediaRequestsTimedout += 1;\n this.bandwidth = 1;\n this.roundTrip = NaN;\n this.trigger('bandwidthupdate');\n return;\n } // if control-flow has arrived here, then the error is real\n // emit an error event to blacklist the current playlist\n\n\n this.mediaRequestsErrored += 1;\n this.error(error);\n this.trigger('error');\n return;\n } // the response was a success so set any bandwidth stats the request\n // generated for ABR purposes\n\n\n this.bandwidth = simpleSegment.stats.bandwidth;\n this.roundTrip = simpleSegment.stats.roundTripTime; // if this request included an initialization segment, save that data\n // to the initSegment cache\n\n if (simpleSegment.map) {\n simpleSegment.map = this.initSegment(simpleSegment.map, true);\n }\n\n this.processSegmentResponse_(simpleSegment);\n }\n /**\n * Move any important data from the simplified segment object\n * back to the real segment object for future phases\n *\n * @private\n */\n\n }, {\n key: 'processSegmentResponse_',\n value: function processSegmentResponse_(simpleSegment) {\n var segmentInfo = this.pendingSegment_;\n segmentInfo.bytes = simpleSegment.bytes;\n\n if (simpleSegment.map) {\n segmentInfo.segment.map.bytes = simpleSegment.map.bytes;\n }\n\n segmentInfo.endOfAllRequests = simpleSegment.endOfAllRequests; // This has fmp4 captions, add them to text tracks\n\n if (simpleSegment.fmp4Captions) {\n createCaptionsTrackIfNotExists(this.inbandTextTracks_, this.hls_.tech_, simpleSegment.captionStreams);\n addCaptionData({\n inbandTextTracks: this.inbandTextTracks_,\n captionArray: simpleSegment.fmp4Captions,\n // fmp4s will not have a timestamp offset\n timestampOffset: 0\n }); // Reset stored captions since we added parsed\n // captions to a text track at this point\n\n this.captionParser_.clearParsedCaptions();\n }\n\n this.handleSegment_();\n }\n /**\n * append a decrypted segement to the SourceBuffer through a SourceUpdater\n *\n * @private\n */\n\n }, {\n key: 'handleSegment_',\n value: function handleSegment_() {\n var _this3 = this;\n\n if (!this.pendingSegment_) {\n this.state = 'READY';\n return;\n }\n\n var segmentInfo = this.pendingSegment_;\n var segment = segmentInfo.segment;\n var timingInfo = this.syncController_.probeSegmentInfo(segmentInfo); // When we have our first timing info, determine what media types this loader is\n // dealing with. Although we're maintaining extra state, it helps to preserve the\n // separation of segment loader from the actual source buffers.\n\n if (typeof this.startingMedia_ === 'undefined' && timingInfo && ( // Guard against cases where we're not getting timing info at all until we are\n // certain that all streams will provide it.\n timingInfo.containsAudio || timingInfo.containsVideo)) {\n this.startingMedia_ = {\n containsAudio: timingInfo.containsAudio,\n containsVideo: timingInfo.containsVideo\n };\n }\n\n var illegalMediaSwitchError = illegalMediaSwitch(this.loaderType_, this.startingMedia_, timingInfo);\n\n if (illegalMediaSwitchError) {\n this.error({\n message: illegalMediaSwitchError,\n blacklistDuration: Infinity\n });\n this.trigger('error');\n return;\n }\n\n if (segmentInfo.isSyncRequest) {\n this.trigger('syncinfoupdate');\n this.pendingSegment_ = null;\n this.state = 'READY';\n return;\n }\n\n if (segmentInfo.timestampOffset !== null && segmentInfo.timestampOffset !== this.sourceUpdater_.timestampOffset()) {\n this.sourceUpdater_.timestampOffset(segmentInfo.timestampOffset); // fired when a timestamp offset is set in HLS (can also identify discontinuities)\n\n this.trigger('timestampoffset');\n }\n\n var timelineMapping = this.syncController_.mappingForTimeline(segmentInfo.timeline);\n\n if (timelineMapping !== null) {\n this.trigger({\n type: 'segmenttimemapping',\n mapping: timelineMapping\n });\n }\n\n this.state = 'APPENDING'; // if the media initialization segment is changing, append it\n // before the content segment\n\n if (segment.map) {\n var initId = initSegmentId(segment.map);\n\n if (!this.activeInitSegmentId_ || this.activeInitSegmentId_ !== initId) {\n var initSegment = this.initSegment(segment.map);\n this.sourceUpdater_.appendBuffer(initSegment.bytes, function () {\n _this3.activeInitSegmentId_ = initId;\n });\n }\n }\n\n segmentInfo.byteLength = segmentInfo.bytes.byteLength;\n\n if (typeof segment.start === 'number' && typeof segment.end === 'number') {\n this.mediaSecondsLoaded += segment.end - segment.start;\n } else {\n this.mediaSecondsLoaded += segment.duration;\n }\n\n this.logger_(segmentInfoString(segmentInfo));\n this.sourceUpdater_.appendBuffer(segmentInfo.bytes, this.handleUpdateEnd_.bind(this));\n }\n /**\n * callback to run when appendBuffer is finished. detects if we are\n * in a good state to do things with the data we got, or if we need\n * to wait for more\n *\n * @private\n */\n\n }, {\n key: 'handleUpdateEnd_',\n value: function handleUpdateEnd_() {\n if (!this.pendingSegment_) {\n this.state = 'READY';\n\n if (!this.paused()) {\n this.monitorBuffer_();\n }\n\n return;\n }\n\n var segmentInfo = this.pendingSegment_;\n var segment = segmentInfo.segment;\n var isWalkingForward = this.mediaIndex !== null;\n this.pendingSegment_ = null;\n this.recordThroughput_(segmentInfo);\n this.addSegmentMetadataCue_(segmentInfo);\n this.state = 'READY';\n this.mediaIndex = segmentInfo.mediaIndex;\n this.fetchAtBuffer_ = true;\n this.currentTimeline_ = segmentInfo.timeline; // We must update the syncinfo to recalculate the seekable range before\n // the following conditional otherwise it may consider this a bad \"guess\"\n // and attempt to resync when the post-update seekable window and live\n // point would mean that this was the perfect segment to fetch\n\n this.trigger('syncinfoupdate'); // If we previously appended a segment that ends more than 3 targetDurations before\n // the currentTime_ that means that our conservative guess was too conservative.\n // In that case, reset the loader state so that we try to use any information gained\n // from the previous request to create a new, more accurate, sync-point.\n\n if (segment.end && this.currentTime_() - segment.end > segmentInfo.playlist.targetDuration * 3) {\n this.resetEverything();\n return;\n } // Don't do a rendition switch unless we have enough time to get a sync segment\n // and conservatively guess\n\n\n if (isWalkingForward) {\n this.trigger('bandwidthupdate');\n }\n\n this.trigger('progress'); // any time an update finishes and the last segment is in the\n // buffer, end the stream. this ensures the \"ended\" event will\n // fire if playback reaches that point.\n\n var isEndOfStream = detectEndOfStream(segmentInfo.playlist, this.mediaSource_, segmentInfo.mediaIndex + 1);\n\n if (isEndOfStream) {\n this.endOfStream();\n }\n\n if (!this.paused()) {\n this.monitorBuffer_();\n }\n }\n /**\n * Records the current throughput of the decrypt, transmux, and append\n * portion of the semgment pipeline. `throughput.rate` is a the cumulative\n * moving average of the throughput. `throughput.count` is the number of\n * data points in the average.\n *\n * @private\n * @param {Object} segmentInfo the object returned by loadSegment\n */\n\n }, {\n key: 'recordThroughput_',\n value: function recordThroughput_(segmentInfo) {\n var rate = this.throughput.rate; // Add one to the time to ensure that we don't accidentally attempt to divide\n // by zero in the case where the throughput is ridiculously high\n\n var segmentProcessingTime = Date.now() - segmentInfo.endOfAllRequests + 1; // Multiply by 8000 to convert from bytes/millisecond to bits/second\n\n var segmentProcessingThroughput = Math.floor(segmentInfo.byteLength / segmentProcessingTime * 8 * 1000); // This is just a cumulative moving average calculation:\n // newAvg = oldAvg + (sample - oldAvg) / (sampleCount + 1)\n\n this.throughput.rate += (segmentProcessingThroughput - rate) / ++this.throughput.count;\n }\n /**\n * Adds a cue to the segment-metadata track with some metadata information about the\n * segment\n *\n * @private\n * @param {Object} segmentInfo\n * the object returned by loadSegment\n * @method addSegmentMetadataCue_\n */\n\n }, {\n key: 'addSegmentMetadataCue_',\n value: function addSegmentMetadataCue_(segmentInfo) {\n if (!this.segmentMetadataTrack_) {\n return;\n }\n\n var segment = segmentInfo.segment;\n var start = segment.start;\n var end = segment.end; // Do not try adding the cue if the start and end times are invalid.\n\n if (!finite(start) || !finite(end)) {\n return;\n }\n\n removeCuesFromTrack(start, end, this.segmentMetadataTrack_);\n var Cue = window$1.WebKitDataCue || window$1.VTTCue;\n var value = {\n dateTimeObject: segment.dateTimeObject,\n dateTimeString: segment.dateTimeString,\n bandwidth: segmentInfo.playlist.attributes.BANDWIDTH,\n resolution: segmentInfo.playlist.attributes.RESOLUTION,\n codecs: segmentInfo.playlist.attributes.CODECS,\n byteLength: segmentInfo.byteLength,\n uri: segmentInfo.uri,\n timeline: segmentInfo.timeline,\n playlist: segmentInfo.playlist.uri,\n start: start,\n end: end\n };\n var data = JSON.stringify(value);\n var cue = new Cue(start, end, data); // Attach the metadata to the value property of the cue to keep consistency between\n // the differences of WebKitDataCue in safari and VTTCue in other browsers\n\n cue.value = value;\n this.segmentMetadataTrack_.addCue(cue);\n }\n }]);\n return SegmentLoader;\n}(videojs$1.EventTarget);\n\nvar uint8ToUtf8 = function uint8ToUtf8(uintArray) {\n return decodeURIComponent(escape(String.fromCharCode.apply(null, uintArray)));\n};\n/**\n * @file vtt-segment-loader.js\n */\n\n\nvar VTT_LINE_TERMINATORS = new Uint8Array('\\n\\n'.split('').map(function (char) {\n return char.charCodeAt(0);\n}));\n/**\n * An object that manages segment loading and appending.\n *\n * @class VTTSegmentLoader\n * @param {Object} options required and optional options\n * @extends videojs.EventTarget\n */\n\nvar VTTSegmentLoader = function (_SegmentLoader) {\n inherits(VTTSegmentLoader, _SegmentLoader);\n\n function VTTSegmentLoader(settings) {\n var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n classCallCheck(this, VTTSegmentLoader); // SegmentLoader requires a MediaSource be specified or it will throw an error;\n // however, VTTSegmentLoader has no need of a media source, so delete the reference\n\n var _this = possibleConstructorReturn(this, (VTTSegmentLoader.__proto__ || Object.getPrototypeOf(VTTSegmentLoader)).call(this, settings, options));\n\n _this.mediaSource_ = null;\n _this.subtitlesTrack_ = null;\n return _this;\n }\n /**\n * Indicates which time ranges are buffered\n *\n * @return {TimeRange}\n * TimeRange object representing the current buffered ranges\n */\n\n\n createClass(VTTSegmentLoader, [{\n key: 'buffered_',\n value: function buffered_() {\n if (!this.subtitlesTrack_ || !this.subtitlesTrack_.cues.length) {\n return videojs$1.createTimeRanges();\n }\n\n var cues = this.subtitlesTrack_.cues;\n var start = cues[0].startTime;\n var end = cues[cues.length - 1].startTime;\n return videojs$1.createTimeRanges([[start, end]]);\n }\n /**\n * Gets and sets init segment for the provided map\n *\n * @param {Object} map\n * The map object representing the init segment to get or set\n * @param {Boolean=} set\n * If true, the init segment for the provided map should be saved\n * @return {Object}\n * map object for desired init segment\n */\n\n }, {\n key: 'initSegment',\n value: function initSegment(map) {\n var set$$1 = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false;\n\n if (!map) {\n return null;\n }\n\n var id = initSegmentId(map);\n var storedMap = this.initSegments_[id];\n\n if (set$$1 && !storedMap && map.bytes) {\n // append WebVTT line terminators to the media initialization segment if it exists\n // to follow the WebVTT spec (https://w3c.github.io/webvtt/#file-structure) that\n // requires two or more WebVTT line terminators between the WebVTT header and the\n // rest of the file\n var combinedByteLength = VTT_LINE_TERMINATORS.byteLength + map.bytes.byteLength;\n var combinedSegment = new Uint8Array(combinedByteLength);\n combinedSegment.set(map.bytes);\n combinedSegment.set(VTT_LINE_TERMINATORS, map.bytes.byteLength);\n this.initSegments_[id] = storedMap = {\n resolvedUri: map.resolvedUri,\n byterange: map.byterange,\n bytes: combinedSegment\n };\n }\n\n return storedMap || map;\n }\n /**\n * Returns true if all configuration required for loading is present, otherwise false.\n *\n * @return {Boolean} True if the all configuration is ready for loading\n * @private\n */\n\n }, {\n key: 'couldBeginLoading_',\n value: function couldBeginLoading_() {\n return this.playlist_ && this.subtitlesTrack_ && !this.paused();\n }\n /**\n * Once all the starting parameters have been specified, begin\n * operation. This method should only be invoked from the INIT\n * state.\n *\n * @private\n */\n\n }, {\n key: 'init_',\n value: function init_() {\n this.state = 'READY';\n this.resetEverything();\n return this.monitorBuffer_();\n }\n /**\n * Set a subtitle track on the segment loader to add subtitles to\n *\n * @param {TextTrack=} track\n * The text track to add loaded subtitles to\n * @return {TextTrack}\n * Returns the subtitles track\n */\n\n }, {\n key: 'track',\n value: function track(_track) {\n if (typeof _track === 'undefined') {\n return this.subtitlesTrack_;\n }\n\n this.subtitlesTrack_ = _track; // if we were unpaused but waiting for a sourceUpdater, start\n // buffering now\n\n if (this.state === 'INIT' && this.couldBeginLoading_()) {\n this.init_();\n }\n\n return this.subtitlesTrack_;\n }\n /**\n * Remove any data in the source buffer between start and end times\n * @param {Number} start - the start time of the region to remove from the buffer\n * @param {Number} end - the end time of the region to remove from the buffer\n */\n\n }, {\n key: 'remove',\n value: function remove(start, end) {\n removeCuesFromTrack(start, end, this.subtitlesTrack_);\n }\n /**\n * fill the buffer with segements unless the sourceBuffers are\n * currently updating\n *\n * Note: this function should only ever be called by monitorBuffer_\n * and never directly\n *\n * @private\n */\n\n }, {\n key: 'fillBuffer_',\n value: function fillBuffer_() {\n var _this2 = this;\n\n if (!this.syncPoint_) {\n this.syncPoint_ = this.syncController_.getSyncPoint(this.playlist_, this.duration_(), this.currentTimeline_, this.currentTime_());\n } // see if we need to begin loading immediately\n\n\n var segmentInfo = this.checkBuffer_(this.buffered_(), this.playlist_, this.mediaIndex, this.hasPlayed_(), this.currentTime_(), this.syncPoint_);\n segmentInfo = this.skipEmptySegments_(segmentInfo);\n\n if (!segmentInfo) {\n return;\n }\n\n if (this.syncController_.timestampOffsetForTimeline(segmentInfo.timeline) === null) {\n // We don't have the timestamp offset that we need to sync subtitles.\n // Rerun on a timestamp offset or user interaction.\n var checkTimestampOffset = function checkTimestampOffset() {\n _this2.state = 'READY';\n\n if (!_this2.paused()) {\n // if not paused, queue a buffer check as soon as possible\n _this2.monitorBuffer_();\n }\n };\n\n this.syncController_.one('timestampoffset', checkTimestampOffset);\n this.state = 'WAITING_ON_TIMELINE';\n return;\n }\n\n this.loadSegment_(segmentInfo);\n }\n /**\n * Prevents the segment loader from requesting segments we know contain no subtitles\n * by walking forward until we find the next segment that we don't know whether it is\n * empty or not.\n *\n * @param {Object} segmentInfo\n * a segment info object that describes the current segment\n * @return {Object}\n * a segment info object that describes the current segment\n */\n\n }, {\n key: 'skipEmptySegments_',\n value: function skipEmptySegments_(segmentInfo) {\n while (segmentInfo && segmentInfo.segment.empty) {\n segmentInfo = this.generateSegmentInfo_(segmentInfo.playlist, segmentInfo.mediaIndex + 1, segmentInfo.startOfSegment + segmentInfo.duration, segmentInfo.isSyncRequest);\n }\n\n return segmentInfo;\n }\n /**\n * append a decrypted segement to the SourceBuffer through a SourceUpdater\n *\n * @private\n */\n\n }, {\n key: 'handleSegment_',\n value: function handleSegment_() {\n var _this3 = this;\n\n if (!this.pendingSegment_ || !this.subtitlesTrack_) {\n this.state = 'READY';\n return;\n }\n\n this.state = 'APPENDING';\n var segmentInfo = this.pendingSegment_;\n var segment = segmentInfo.segment; // Make sure that vttjs has loaded, otherwise, wait till it finished loading\n\n if (typeof window$1.WebVTT !== 'function' && this.subtitlesTrack_ && this.subtitlesTrack_.tech_) {\n var loadHandler = function loadHandler() {\n _this3.handleSegment_();\n };\n\n this.state = 'WAITING_ON_VTTJS';\n this.subtitlesTrack_.tech_.one('vttjsloaded', loadHandler);\n this.subtitlesTrack_.tech_.one('vttjserror', function () {\n _this3.subtitlesTrack_.tech_.off('vttjsloaded', loadHandler);\n\n _this3.error({\n message: 'Error loading vtt.js'\n });\n\n _this3.state = 'READY';\n\n _this3.pause();\n\n _this3.trigger('error');\n });\n return;\n }\n\n segment.requested = true;\n\n try {\n this.parseVTTCues_(segmentInfo);\n } catch (e) {\n this.error({\n message: e.message\n });\n this.state = 'READY';\n this.pause();\n return this.trigger('error');\n }\n\n this.updateTimeMapping_(segmentInfo, this.syncController_.timelines[segmentInfo.timeline], this.playlist_);\n\n if (segmentInfo.isSyncRequest) {\n this.trigger('syncinfoupdate');\n this.pendingSegment_ = null;\n this.state = 'READY';\n return;\n }\n\n segmentInfo.byteLength = segmentInfo.bytes.byteLength;\n this.mediaSecondsLoaded += segment.duration;\n\n if (segmentInfo.cues.length) {\n // remove any overlapping cues to prevent doubling\n this.remove(segmentInfo.cues[0].endTime, segmentInfo.cues[segmentInfo.cues.length - 1].endTime);\n }\n\n segmentInfo.cues.forEach(function (cue) {\n _this3.subtitlesTrack_.addCue(cue);\n });\n this.handleUpdateEnd_();\n }\n /**\n * Uses the WebVTT parser to parse the segment response\n *\n * @param {Object} segmentInfo\n * a segment info object that describes the current segment\n * @private\n */\n\n }, {\n key: 'parseVTTCues_',\n value: function parseVTTCues_(segmentInfo) {\n var decoder = void 0;\n var decodeBytesToString = false;\n\n if (typeof window$1.TextDecoder === 'function') {\n decoder = new window$1.TextDecoder('utf8');\n } else {\n decoder = window$1.WebVTT.StringDecoder();\n decodeBytesToString = true;\n }\n\n var parser = new window$1.WebVTT.Parser(window$1, window$1.vttjs, decoder);\n segmentInfo.cues = [];\n segmentInfo.timestampmap = {\n MPEGTS: 0,\n LOCAL: 0\n };\n parser.oncue = segmentInfo.cues.push.bind(segmentInfo.cues);\n\n parser.ontimestampmap = function (map) {\n return segmentInfo.timestampmap = map;\n };\n\n parser.onparsingerror = function (error) {\n videojs$1.log.warn('Error encountered when parsing cues: ' + error.message);\n };\n\n if (segmentInfo.segment.map) {\n var mapData = segmentInfo.segment.map.bytes;\n\n if (decodeBytesToString) {\n mapData = uint8ToUtf8(mapData);\n }\n\n parser.parse(mapData);\n }\n\n var segmentData = segmentInfo.bytes;\n\n if (decodeBytesToString) {\n segmentData = uint8ToUtf8(segmentData);\n }\n\n parser.parse(segmentData);\n parser.flush();\n }\n /**\n * Updates the start and end times of any cues parsed by the WebVTT parser using\n * the information parsed from the X-TIMESTAMP-MAP header and a TS to media time mapping\n * from the SyncController\n *\n * @param {Object} segmentInfo\n * a segment info object that describes the current segment\n * @param {Object} mappingObj\n * object containing a mapping from TS to media time\n * @param {Object} playlist\n * the playlist object containing the segment\n * @private\n */\n\n }, {\n key: 'updateTimeMapping_',\n value: function updateTimeMapping_(segmentInfo, mappingObj, playlist) {\n var segment = segmentInfo.segment;\n\n if (!mappingObj) {\n // If the sync controller does not have a mapping of TS to Media Time for the\n // timeline, then we don't have enough information to update the cue\n // start/end times\n return;\n }\n\n if (!segmentInfo.cues.length) {\n // If there are no cues, we also do not have enough information to figure out\n // segment timing. Mark that the segment contains no cues so we don't re-request\n // an empty segment.\n segment.empty = true;\n return;\n }\n\n var timestampmap = segmentInfo.timestampmap;\n var diff = timestampmap.MPEGTS / 90000 - timestampmap.LOCAL + mappingObj.mapping;\n segmentInfo.cues.forEach(function (cue) {\n // First convert cue time to TS time using the timestamp-map provided within the vtt\n cue.startTime += diff;\n cue.endTime += diff;\n });\n\n if (!playlist.syncInfo) {\n var firstStart = segmentInfo.cues[0].startTime;\n var lastStart = segmentInfo.cues[segmentInfo.cues.length - 1].startTime;\n playlist.syncInfo = {\n mediaSequence: playlist.mediaSequence + segmentInfo.mediaIndex,\n time: Math.min(firstStart, lastStart - segment.duration)\n };\n }\n }\n }]);\n return VTTSegmentLoader;\n}(SegmentLoader);\n/**\n * @file ad-cue-tags.js\n */\n\n/**\n * Searches for an ad cue that overlaps with the given mediaTime\n */\n\n\nvar findAdCue = function findAdCue(track, mediaTime) {\n var cues = track.cues;\n\n for (var i = 0; i < cues.length; i++) {\n var cue = cues[i];\n\n if (mediaTime >= cue.adStartTime && mediaTime <= cue.adEndTime) {\n return cue;\n }\n }\n\n return null;\n};\n\nvar updateAdCues = function updateAdCues(media, track) {\n var offset = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 0;\n\n if (!media.segments) {\n return;\n }\n\n var mediaTime = offset;\n var cue = void 0;\n\n for (var i = 0; i < media.segments.length; i++) {\n var segment = media.segments[i];\n\n if (!cue) {\n // Since the cues will span for at least the segment duration, adding a fudge\n // factor of half segment duration will prevent duplicate cues from being\n // created when timing info is not exact (e.g. cue start time initialized\n // at 10.006677, but next call mediaTime is 10.003332 )\n cue = findAdCue(track, mediaTime + segment.duration / 2);\n }\n\n if (cue) {\n if ('cueIn' in segment) {\n // Found a CUE-IN so end the cue\n cue.endTime = mediaTime;\n cue.adEndTime = mediaTime;\n mediaTime += segment.duration;\n cue = null;\n continue;\n }\n\n if (mediaTime < cue.endTime) {\n // Already processed this mediaTime for this cue\n mediaTime += segment.duration;\n continue;\n } // otherwise extend cue until a CUE-IN is found\n\n\n cue.endTime += segment.duration;\n } else {\n if ('cueOut' in segment) {\n cue = new window$1.VTTCue(mediaTime, mediaTime + segment.duration, segment.cueOut);\n cue.adStartTime = mediaTime; // Assumes tag format to be\n // #EXT-X-CUE-OUT:30\n\n cue.adEndTime = mediaTime + parseFloat(segment.cueOut);\n track.addCue(cue);\n }\n\n if ('cueOutCont' in segment) {\n // Entered into the middle of an ad cue\n var adOffset = void 0;\n var adTotal = void 0; // Assumes tag formate to be\n // #EXT-X-CUE-OUT-CONT:10/30\n\n var _segment$cueOutCont$s = segment.cueOutCont.split('/').map(parseFloat);\n\n var _segment$cueOutCont$s2 = slicedToArray(_segment$cueOutCont$s, 2);\n\n adOffset = _segment$cueOutCont$s2[0];\n adTotal = _segment$cueOutCont$s2[1];\n cue = new window$1.VTTCue(mediaTime, mediaTime + segment.duration, '');\n cue.adStartTime = mediaTime - adOffset;\n cue.adEndTime = cue.adStartTime + adTotal;\n track.addCue(cue);\n }\n }\n\n mediaTime += segment.duration;\n }\n};\n/**\n * @file sync-controller.js\n */\n\n\nvar tsprobe = tsInspector.inspect;\nvar syncPointStrategies = [// Stategy \"VOD\": Handle the VOD-case where the sync-point is *always*\n// the equivalence display-time 0 === segment-index 0\n{\n name: 'VOD',\n run: function run(syncController, playlist, duration$$1, currentTimeline, currentTime) {\n if (duration$$1 !== Infinity) {\n var syncPoint = {\n time: 0,\n segmentIndex: 0\n };\n return syncPoint;\n }\n\n return null;\n }\n}, // Stategy \"ProgramDateTime\": We have a program-date-time tag in this playlist\n{\n name: 'ProgramDateTime',\n run: function run(syncController, playlist, duration$$1, currentTimeline, currentTime) {\n if (!syncController.datetimeToDisplayTime) {\n return null;\n }\n\n var segments = playlist.segments || [];\n var syncPoint = null;\n var lastDistance = null;\n currentTime = currentTime || 0;\n\n for (var i = 0; i < segments.length; i++) {\n var segment = segments[i];\n\n if (segment.dateTimeObject) {\n var segmentTime = segment.dateTimeObject.getTime() / 1000;\n var segmentStart = segmentTime + syncController.datetimeToDisplayTime;\n var distance = Math.abs(currentTime - segmentStart); // Once the distance begins to increase, we have passed\n // currentTime and can stop looking for better candidates\n\n if (lastDistance !== null && lastDistance < distance) {\n break;\n }\n\n lastDistance = distance;\n syncPoint = {\n time: segmentStart,\n segmentIndex: i\n };\n }\n }\n\n return syncPoint;\n }\n}, // Stategy \"Segment\": We have a known time mapping for a timeline and a\n// segment in the current timeline with timing data\n{\n name: 'Segment',\n run: function run(syncController, playlist, duration$$1, currentTimeline, currentTime) {\n var segments = playlist.segments || [];\n var syncPoint = null;\n var lastDistance = null;\n currentTime = currentTime || 0;\n\n for (var i = 0; i < segments.length; i++) {\n var segment = segments[i];\n\n if (segment.timeline === currentTimeline && typeof segment.start !== 'undefined') {\n var distance = Math.abs(currentTime - segment.start); // Once the distance begins to increase, we have passed\n // currentTime and can stop looking for better candidates\n\n if (lastDistance !== null && lastDistance < distance) {\n break;\n }\n\n if (!syncPoint || lastDistance === null || lastDistance >= distance) {\n lastDistance = distance;\n syncPoint = {\n time: segment.start,\n segmentIndex: i\n };\n }\n }\n }\n\n return syncPoint;\n }\n}, // Stategy \"Discontinuity\": We have a discontinuity with a known\n// display-time\n{\n name: 'Discontinuity',\n run: function run(syncController, playlist, duration$$1, currentTimeline, currentTime) {\n var syncPoint = null;\n currentTime = currentTime || 0;\n\n if (playlist.discontinuityStarts && playlist.discontinuityStarts.length) {\n var lastDistance = null;\n\n for (var i = 0; i < playlist.discontinuityStarts.length; i++) {\n var segmentIndex = playlist.discontinuityStarts[i];\n var discontinuity = playlist.discontinuitySequence + i + 1;\n var discontinuitySync = syncController.discontinuities[discontinuity];\n\n if (discontinuitySync) {\n var distance = Math.abs(currentTime - discontinuitySync.time); // Once the distance begins to increase, we have passed\n // currentTime and can stop looking for better candidates\n\n if (lastDistance !== null && lastDistance < distance) {\n break;\n }\n\n if (!syncPoint || lastDistance === null || lastDistance >= distance) {\n lastDistance = distance;\n syncPoint = {\n time: discontinuitySync.time,\n segmentIndex: segmentIndex\n };\n }\n }\n }\n }\n\n return syncPoint;\n }\n}, // Stategy \"Playlist\": We have a playlist with a known mapping of\n// segment index to display time\n{\n name: 'Playlist',\n run: function run(syncController, playlist, duration$$1, currentTimeline, currentTime) {\n if (playlist.syncInfo) {\n var syncPoint = {\n time: playlist.syncInfo.time,\n segmentIndex: playlist.syncInfo.mediaSequence - playlist.mediaSequence\n };\n return syncPoint;\n }\n\n return null;\n }\n}];\n\nvar SyncController = function (_videojs$EventTarget) {\n inherits(SyncController, _videojs$EventTarget);\n\n function SyncController() {\n classCallCheck(this, SyncController); // Segment Loader state variables...\n // ...for synching across variants\n\n var _this = possibleConstructorReturn(this, (SyncController.__proto__ || Object.getPrototypeOf(SyncController)).call(this));\n\n _this.inspectCache_ = undefined; // ...for synching across variants\n\n _this.timelines = [];\n _this.discontinuities = [];\n _this.datetimeToDisplayTime = null;\n _this.logger_ = logger('SyncController');\n return _this;\n }\n /**\n * Find a sync-point for the playlist specified\n *\n * A sync-point is defined as a known mapping from display-time to\n * a segment-index in the current playlist.\n *\n * @param {Playlist} playlist\n * The playlist that needs a sync-point\n * @param {Number} duration\n * Duration of the MediaSource (Infinite if playing a live source)\n * @param {Number} currentTimeline\n * The last timeline from which a segment was loaded\n * @returns {Object}\n * A sync-point object\n */\n\n\n createClass(SyncController, [{\n key: 'getSyncPoint',\n value: function getSyncPoint(playlist, duration$$1, currentTimeline, currentTime) {\n var syncPoints = this.runStrategies_(playlist, duration$$1, currentTimeline, currentTime);\n\n if (!syncPoints.length) {\n // Signal that we need to attempt to get a sync-point manually\n // by fetching a segment in the playlist and constructing\n // a sync-point from that information\n return null;\n } // Now find the sync-point that is closest to the currentTime because\n // that should result in the most accurate guess about which segment\n // to fetch\n\n\n return this.selectSyncPoint_(syncPoints, {\n key: 'time',\n value: currentTime\n });\n }\n /**\n * Calculate the amount of time that has expired off the playlist during playback\n *\n * @param {Playlist} playlist\n * Playlist object to calculate expired from\n * @param {Number} duration\n * Duration of the MediaSource (Infinity if playling a live source)\n * @returns {Number|null}\n * The amount of time that has expired off the playlist during playback. Null\n * if no sync-points for the playlist can be found.\n */\n\n }, {\n key: 'getExpiredTime',\n value: function getExpiredTime(playlist, duration$$1) {\n if (!playlist || !playlist.segments) {\n return null;\n }\n\n var syncPoints = this.runStrategies_(playlist, duration$$1, playlist.discontinuitySequence, 0); // Without sync-points, there is not enough information to determine the expired time\n\n if (!syncPoints.length) {\n return null;\n }\n\n var syncPoint = this.selectSyncPoint_(syncPoints, {\n key: 'segmentIndex',\n value: 0\n }); // If the sync-point is beyond the start of the playlist, we want to subtract the\n // duration from index 0 to syncPoint.segmentIndex instead of adding.\n\n if (syncPoint.segmentIndex > 0) {\n syncPoint.time *= -1;\n }\n\n return Math.abs(syncPoint.time + sumDurations(playlist, syncPoint.segmentIndex, 0));\n }\n /**\n * Runs each sync-point strategy and returns a list of sync-points returned by the\n * strategies\n *\n * @private\n * @param {Playlist} playlist\n * The playlist that needs a sync-point\n * @param {Number} duration\n * Duration of the MediaSource (Infinity if playing a live source)\n * @param {Number} currentTimeline\n * The last timeline from which a segment was loaded\n * @returns {Array}\n * A list of sync-point objects\n */\n\n }, {\n key: 'runStrategies_',\n value: function runStrategies_(playlist, duration$$1, currentTimeline, currentTime) {\n var syncPoints = []; // Try to find a sync-point in by utilizing various strategies...\n\n for (var i = 0; i < syncPointStrategies.length; i++) {\n var strategy = syncPointStrategies[i];\n var syncPoint = strategy.run(this, playlist, duration$$1, currentTimeline, currentTime);\n\n if (syncPoint) {\n syncPoint.strategy = strategy.name;\n syncPoints.push({\n strategy: strategy.name,\n syncPoint: syncPoint\n });\n }\n }\n\n return syncPoints;\n }\n /**\n * Selects the sync-point nearest the specified target\n *\n * @private\n * @param {Array} syncPoints\n * List of sync-points to select from\n * @param {Object} target\n * Object specifying the property and value we are targeting\n * @param {String} target.key\n * Specifies the property to target. Must be either 'time' or 'segmentIndex'\n * @param {Number} target.value\n * The value to target for the specified key.\n * @returns {Object}\n * The sync-point nearest the target\n */\n\n }, {\n key: 'selectSyncPoint_',\n value: function selectSyncPoint_(syncPoints, target) {\n var bestSyncPoint = syncPoints[0].syncPoint;\n var bestDistance = Math.abs(syncPoints[0].syncPoint[target.key] - target.value);\n var bestStrategy = syncPoints[0].strategy;\n\n for (var i = 1; i < syncPoints.length; i++) {\n var newDistance = Math.abs(syncPoints[i].syncPoint[target.key] - target.value);\n\n if (newDistance < bestDistance) {\n bestDistance = newDistance;\n bestSyncPoint = syncPoints[i].syncPoint;\n bestStrategy = syncPoints[i].strategy;\n }\n }\n\n this.logger_('syncPoint for [' + target.key + ': ' + target.value + '] chosen with strategy' + (' [' + bestStrategy + ']: [time:' + bestSyncPoint.time + ',') + (' segmentIndex:' + bestSyncPoint.segmentIndex + ']'));\n return bestSyncPoint;\n }\n /**\n * Save any meta-data present on the segments when segments leave\n * the live window to the playlist to allow for synchronization at the\n * playlist level later.\n *\n * @param {Playlist} oldPlaylist - The previous active playlist\n * @param {Playlist} newPlaylist - The updated and most current playlist\n */\n\n }, {\n key: 'saveExpiredSegmentInfo',\n value: function saveExpiredSegmentInfo(oldPlaylist, newPlaylist) {\n var mediaSequenceDiff = newPlaylist.mediaSequence - oldPlaylist.mediaSequence; // When a segment expires from the playlist and it has a start time\n // save that information as a possible sync-point reference in future\n\n for (var i = mediaSequenceDiff - 1; i >= 0; i--) {\n var lastRemovedSegment = oldPlaylist.segments[i];\n\n if (lastRemovedSegment && typeof lastRemovedSegment.start !== 'undefined') {\n newPlaylist.syncInfo = {\n mediaSequence: oldPlaylist.mediaSequence + i,\n time: lastRemovedSegment.start\n };\n this.logger_('playlist refresh sync: [time:' + newPlaylist.syncInfo.time + ',' + (' mediaSequence: ' + newPlaylist.syncInfo.mediaSequence + ']'));\n this.trigger('syncinfoupdate');\n break;\n }\n }\n }\n /**\n * Save the mapping from playlist's ProgramDateTime to display. This should\n * only ever happen once at the start of playback.\n *\n * @param {Playlist} playlist - The currently active playlist\n */\n\n }, {\n key: 'setDateTimeMapping',\n value: function setDateTimeMapping(playlist) {\n if (!this.datetimeToDisplayTime && playlist.segments && playlist.segments.length && playlist.segments[0].dateTimeObject) {\n var playlistTimestamp = playlist.segments[0].dateTimeObject.getTime() / 1000;\n this.datetimeToDisplayTime = -playlistTimestamp;\n }\n }\n /**\n * Reset the state of the inspection cache when we do a rendition\n * switch\n */\n\n }, {\n key: 'reset',\n value: function reset() {\n this.inspectCache_ = undefined;\n }\n /**\n * Probe or inspect a fmp4 or an mpeg2-ts segment to determine the start\n * and end of the segment in it's internal \"media time\". Used to generate\n * mappings from that internal \"media time\" to the display time that is\n * shown on the player.\n *\n * @param {SegmentInfo} segmentInfo - The current active request information\n */\n\n }, {\n key: 'probeSegmentInfo',\n value: function probeSegmentInfo(segmentInfo) {\n var segment = segmentInfo.segment;\n var playlist = segmentInfo.playlist;\n var timingInfo = void 0;\n\n if (segment.map) {\n timingInfo = this.probeMp4Segment_(segmentInfo);\n } else {\n timingInfo = this.probeTsSegment_(segmentInfo);\n }\n\n if (timingInfo) {\n if (this.calculateSegmentTimeMapping_(segmentInfo, timingInfo)) {\n this.saveDiscontinuitySyncInfo_(segmentInfo); // If the playlist does not have sync information yet, record that information\n // now with segment timing information\n\n if (!playlist.syncInfo) {\n playlist.syncInfo = {\n mediaSequence: playlist.mediaSequence + segmentInfo.mediaIndex,\n time: segment.start\n };\n }\n }\n }\n\n return timingInfo;\n }\n /**\n * Probe an fmp4 or an mpeg2-ts segment to determine the start of the segment\n * in it's internal \"media time\".\n *\n * @private\n * @param {SegmentInfo} segmentInfo - The current active request information\n * @return {object} The start and end time of the current segment in \"media time\"\n */\n\n }, {\n key: 'probeMp4Segment_',\n value: function probeMp4Segment_(segmentInfo) {\n var segment = segmentInfo.segment;\n var timescales = mp4probe.timescale(segment.map.bytes);\n var startTime = mp4probe.startTime(timescales, segmentInfo.bytes);\n\n if (segmentInfo.timestampOffset !== null) {\n segmentInfo.timestampOffset -= startTime;\n }\n\n return {\n start: startTime,\n end: startTime + segment.duration\n };\n }\n /**\n * Probe an mpeg2-ts segment to determine the start and end of the segment\n * in it's internal \"media time\".\n *\n * @private\n * @param {SegmentInfo} segmentInfo - The current active request information\n * @return {object} The start and end time of the current segment in \"media time\"\n */\n\n }, {\n key: 'probeTsSegment_',\n value: function probeTsSegment_(segmentInfo) {\n var timeInfo = tsprobe(segmentInfo.bytes, this.inspectCache_);\n var segmentStartTime = void 0;\n var segmentEndTime = void 0;\n\n if (!timeInfo) {\n return null;\n }\n\n if (timeInfo.video && timeInfo.video.length === 2) {\n this.inspectCache_ = timeInfo.video[1].dts;\n segmentStartTime = timeInfo.video[0].dtsTime;\n segmentEndTime = timeInfo.video[1].dtsTime;\n } else if (timeInfo.audio && timeInfo.audio.length === 2) {\n this.inspectCache_ = timeInfo.audio[1].dts;\n segmentStartTime = timeInfo.audio[0].dtsTime;\n segmentEndTime = timeInfo.audio[1].dtsTime;\n }\n\n return {\n start: segmentStartTime,\n end: segmentEndTime,\n containsVideo: timeInfo.video && timeInfo.video.length === 2,\n containsAudio: timeInfo.audio && timeInfo.audio.length === 2\n };\n }\n }, {\n key: 'timestampOffsetForTimeline',\n value: function timestampOffsetForTimeline(timeline) {\n if (typeof this.timelines[timeline] === 'undefined') {\n return null;\n }\n\n return this.timelines[timeline].time;\n }\n }, {\n key: 'mappingForTimeline',\n value: function mappingForTimeline(timeline) {\n if (typeof this.timelines[timeline] === 'undefined') {\n return null;\n }\n\n return this.timelines[timeline].mapping;\n }\n /**\n * Use the \"media time\" for a segment to generate a mapping to \"display time\" and\n * save that display time to the segment.\n *\n * @private\n * @param {SegmentInfo} segmentInfo\n * The current active request information\n * @param {object} timingInfo\n * The start and end time of the current segment in \"media time\"\n * @returns {Boolean}\n * Returns false if segment time mapping could not be calculated\n */\n\n }, {\n key: 'calculateSegmentTimeMapping_',\n value: function calculateSegmentTimeMapping_(segmentInfo, timingInfo) {\n var segment = segmentInfo.segment;\n var mappingObj = this.timelines[segmentInfo.timeline];\n\n if (segmentInfo.timestampOffset !== null) {\n mappingObj = {\n time: segmentInfo.startOfSegment,\n mapping: segmentInfo.startOfSegment - timingInfo.start\n };\n this.timelines[segmentInfo.timeline] = mappingObj;\n this.trigger('timestampoffset');\n this.logger_('time mapping for timeline ' + segmentInfo.timeline + ': ' + ('[time: ' + mappingObj.time + '] [mapping: ' + mappingObj.mapping + ']'));\n segment.start = segmentInfo.startOfSegment;\n segment.end = timingInfo.end + mappingObj.mapping;\n } else if (mappingObj) {\n segment.start = timingInfo.start + mappingObj.mapping;\n segment.end = timingInfo.end + mappingObj.mapping;\n } else {\n return false;\n }\n\n return true;\n }\n /**\n * Each time we have discontinuity in the playlist, attempt to calculate the location\n * in display of the start of the discontinuity and save that. We also save an accuracy\n * value so that we save values with the most accuracy (closest to 0.)\n *\n * @private\n * @param {SegmentInfo} segmentInfo - The current active request information\n */\n\n }, {\n key: 'saveDiscontinuitySyncInfo_',\n value: function saveDiscontinuitySyncInfo_(segmentInfo) {\n var playlist = segmentInfo.playlist;\n var segment = segmentInfo.segment; // If the current segment is a discontinuity then we know exactly where\n // the start of the range and it's accuracy is 0 (greater accuracy values\n // mean more approximation)\n\n if (segment.discontinuity) {\n this.discontinuities[segment.timeline] = {\n time: segment.start,\n accuracy: 0\n };\n } else if (playlist.discontinuityStarts && playlist.discontinuityStarts.length) {\n // Search for future discontinuities that we can provide better timing\n // information for and save that information for sync purposes\n for (var i = 0; i < playlist.discontinuityStarts.length; i++) {\n var segmentIndex = playlist.discontinuityStarts[i];\n var discontinuity = playlist.discontinuitySequence + i + 1;\n var mediaIndexDiff = segmentIndex - segmentInfo.mediaIndex;\n var accuracy = Math.abs(mediaIndexDiff);\n\n if (!this.discontinuities[discontinuity] || this.discontinuities[discontinuity].accuracy > accuracy) {\n var time = void 0;\n\n if (mediaIndexDiff < 0) {\n time = segment.start - sumDurations(playlist, segmentInfo.mediaIndex, segmentIndex);\n } else {\n time = segment.end + sumDurations(playlist, segmentInfo.mediaIndex + 1, segmentIndex);\n }\n\n this.discontinuities[discontinuity] = {\n time: time,\n accuracy: accuracy\n };\n }\n }\n }\n }\n }]);\n return SyncController;\n}(videojs$1.EventTarget);\n\nvar Decrypter$1 = new shimWorker(\"./decrypter-worker.worker.js\", function (window, document$$1) {\n var self = this;\n\n var decrypterWorker = function () {\n /*\n * pkcs7.pad\n * https://github.com/brightcove/pkcs7\n *\n * Copyright (c) 2014 Brightcove\n * Licensed under the apache2 license.\n */\n\n /**\n * Returns the subarray of a Uint8Array without PKCS#7 padding.\n * @param padded {Uint8Array} unencrypted bytes that have been padded\n * @return {Uint8Array} the unpadded bytes\n * @see http://tools.ietf.org/html/rfc5652\n */\n function unpad(padded) {\n return padded.subarray(0, padded.byteLength - padded[padded.byteLength - 1]);\n }\n\n var classCallCheck = function classCallCheck(instance, Constructor) {\n if (!(instance instanceof Constructor)) {\n throw new TypeError(\"Cannot call a class as a function\");\n }\n };\n\n var createClass = function () {\n function defineProperties(target, props) {\n for (var i = 0; i < props.length; i++) {\n var descriptor = props[i];\n descriptor.enumerable = descriptor.enumerable || false;\n descriptor.configurable = true;\n if (\"value\" in descriptor) descriptor.writable = true;\n Object.defineProperty(target, descriptor.key, descriptor);\n }\n }\n\n return function (Constructor, protoProps, staticProps) {\n if (protoProps) defineProperties(Constructor.prototype, protoProps);\n if (staticProps) defineProperties(Constructor, staticProps);\n return Constructor;\n };\n }();\n\n var inherits = function inherits(subClass, superClass) {\n if (typeof superClass !== \"function\" && superClass !== null) {\n throw new TypeError(\"Super expression must either be null or a function, not \" + typeof superClass);\n }\n\n subClass.prototype = Object.create(superClass && superClass.prototype, {\n constructor: {\n value: subClass,\n enumerable: false,\n writable: true,\n configurable: true\n }\n });\n if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass;\n };\n\n var possibleConstructorReturn = function possibleConstructorReturn(self, call) {\n if (!self) {\n throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\");\n }\n\n return call && (typeof call === \"object\" || typeof call === \"function\") ? call : self;\n };\n /**\n * @file aes.js\n *\n * This file contains an adaptation of the AES decryption algorithm\n * from the Standford Javascript Cryptography Library. That work is\n * covered by the following copyright and permissions notice:\n *\n * Copyright 2009-2010 Emily Stark, Mike Hamburg, Dan Boneh.\n * All rights reserved.\n *\n * Redistribution and use in source and binary forms, with or without\n * modification, are permitted provided that the following conditions are\n * met:\n *\n * 1. Redistributions of source code must retain the above copyright\n * notice, this list of conditions and the following disclaimer.\n *\n * 2. Redistributions in binary form must reproduce the above\n * copyright notice, this list of conditions and the following\n * disclaimer in the documentation and/or other materials provided\n * with the distribution.\n *\n * THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR\n * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\n * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n * DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> OR CONTRIBUTORS BE\n * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR\n * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF\n * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR\n * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,\n * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE\n * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN\n * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n *\n * The views and conclusions contained in the software and documentation\n * are those of the authors and should not be interpreted as representing\n * official policies, either expressed or implied, of the authors.\n */\n\n /**\n * Expand the S-box tables.\n *\n * @private\n */\n\n\n var precompute = function precompute() {\n var tables = [[[], [], [], [], []], [[], [], [], [], []]];\n var encTable = tables[0];\n var decTable = tables[1];\n var sbox = encTable[4];\n var sboxInv = decTable[4];\n var i = void 0;\n var x = void 0;\n var xInv = void 0;\n var d = [];\n var th = [];\n var x2 = void 0;\n var x4 = void 0;\n var x8 = void 0;\n var s = void 0;\n var tEnc = void 0;\n var tDec = void 0; // Compute double and third tables\n\n for (i = 0; i < 256; i++) {\n th[(d[i] = i << 1 ^ (i >> 7) * 283) ^ i] = i;\n }\n\n for (x = xInv = 0; !sbox[x]; x ^= x2 || 1, xInv = th[xInv] || 1) {\n // Compute sbox\n s = xInv ^ xInv << 1 ^ xInv << 2 ^ xInv << 3 ^ xInv << 4;\n s = s >> 8 ^ s & 255 ^ 99;\n sbox[x] = s;\n sboxInv[s] = x; // Compute MixColumns\n\n x8 = d[x4 = d[x2 = d[x]]];\n tDec = x8 * 0x1010101 ^ x4 * 0x10001 ^ x2 * 0x101 ^ x * 0x1010100;\n tEnc = d[s] * 0x101 ^ s * 0x1010100;\n\n for (i = 0; i < 4; i++) {\n encTable[i][x] = tEnc = tEnc << 24 ^ tEnc >>> 8;\n decTable[i][s] = tDec = tDec << 24 ^ tDec >>> 8;\n }\n } // Compactify. Considerable speedup on Firefox.\n\n\n for (i = 0; i < 5; i++) {\n encTable[i] = encTable[i].slice(0);\n decTable[i] = decTable[i].slice(0);\n }\n\n return tables;\n };\n\n var aesTables = null;\n /**\n * Schedule out an AES key for both encryption and decryption. This\n * is a low-level class. Use a cipher mode to do bulk encryption.\n *\n * @class AES\n * @param key {Array} The key as an array of 4, 6 or 8 words.\n */\n\n var AES = function () {\n function AES(key) {\n classCallCheck(this, AES);\n /**\n * The expanded S-box and inverse S-box tables. These will be computed\n * on the client so that we don't have to send them down the wire.\n *\n * There are two tables, _tables[0] is for encryption and\n * _tables[1] is for decryption.\n *\n * The first 4 sub-tables are the expanded S-box with MixColumns. The\n * last (_tables[01][4]) is the S-box itself.\n *\n * @private\n */\n // if we have yet to precompute the S-box tables\n // do so now\n\n if (!aesTables) {\n aesTables = precompute();\n } // then make a copy of that object for use\n\n\n this._tables = [[aesTables[0][0].slice(), aesTables[0][1].slice(), aesTables[0][2].slice(), aesTables[0][3].slice(), aesTables[0][4].slice()], [aesTables[1][0].slice(), aesTables[1][1].slice(), aesTables[1][2].slice(), aesTables[1][3].slice(), aesTables[1][4].slice()]];\n var i = void 0;\n var j = void 0;\n var tmp = void 0;\n var encKey = void 0;\n var decKey = void 0;\n var sbox = this._tables[0][4];\n var decTable = this._tables[1];\n var keyLen = key.length;\n var rcon = 1;\n\n if (keyLen !== 4 && keyLen !== 6 && keyLen !== 8) {\n throw new Error('Invalid aes key size');\n }\n\n encKey = key.slice(0);\n decKey = [];\n this._key = [encKey, decKey]; // schedule encryption keys\n\n for (i = keyLen; i < 4 * keyLen + 28; i++) {\n tmp = encKey[i - 1]; // apply sbox\n\n if (i % keyLen === 0 || keyLen === 8 && i % keyLen === 4) {\n tmp = sbox[tmp >>> 24] << 24 ^ sbox[tmp >> 16 & 255] << 16 ^ sbox[tmp >> 8 & 255] << 8 ^ sbox[tmp & 255]; // shift rows and add rcon\n\n if (i % keyLen === 0) {\n tmp = tmp << 8 ^ tmp >>> 24 ^ rcon << 24;\n rcon = rcon << 1 ^ (rcon >> 7) * 283;\n }\n }\n\n encKey[i] = encKey[i - keyLen] ^ tmp;\n } // schedule decryption keys\n\n\n for (j = 0; i; j++, i--) {\n tmp = encKey[j & 3 ? i : i - 4];\n\n if (i <= 4 || j < 4) {\n decKey[j] = tmp;\n } else {\n decKey[j] = decTable[0][sbox[tmp >>> 24]] ^ decTable[1][sbox[tmp >> 16 & 255]] ^ decTable[2][sbox[tmp >> 8 & 255]] ^ decTable[3][sbox[tmp & 255]];\n }\n }\n }\n /**\n * Decrypt 16 bytes, specified as four 32-bit words.\n *\n * @param {Number} encrypted0 the first word to decrypt\n * @param {Number} encrypted1 the second word to decrypt\n * @param {Number} encrypted2 the third word to decrypt\n * @param {Number} encrypted3 the fourth word to decrypt\n * @param {Int32Array} out the array to write the decrypted words\n * into\n * @param {Number} offset the offset into the output array to start\n * writing results\n * @return {Array} The plaintext.\n */\n\n\n AES.prototype.decrypt = function decrypt$$1(encrypted0, encrypted1, encrypted2, encrypted3, out, offset) {\n var key = this._key[1]; // state variables a,b,c,d are loaded with pre-whitened data\n\n var a = encrypted0 ^ key[0];\n var b = encrypted3 ^ key[1];\n var c = encrypted2 ^ key[2];\n var d = encrypted1 ^ key[3];\n var a2 = void 0;\n var b2 = void 0;\n var c2 = void 0; // key.length === 2 ?\n\n var nInnerRounds = key.length / 4 - 2;\n var i = void 0;\n var kIndex = 4;\n var table = this._tables[1]; // load up the tables\n\n var table0 = table[0];\n var table1 = table[1];\n var table2 = table[2];\n var table3 = table[3];\n var sbox = table[4]; // Inner rounds. Cribbed from OpenSSL.\n\n for (i = 0; i < nInnerRounds; i++) {\n a2 = table0[a >>> 24] ^ table1[b >> 16 & 255] ^ table2[c >> 8 & 255] ^ table3[d & 255] ^ key[kIndex];\n b2 = table0[b >>> 24] ^ table1[c >> 16 & 255] ^ table2[d >> 8 & 255] ^ table3[a & 255] ^ key[kIndex + 1];\n c2 = table0[c >>> 24] ^ table1[d >> 16 & 255] ^ table2[a >> 8 & 255] ^ table3[b & 255] ^ key[kIndex + 2];\n d = table0[d >>> 24] ^ table1[a >> 16 & 255] ^ table2[b >> 8 & 255] ^ table3[c & 255] ^ key[kIndex + 3];\n kIndex += 4;\n a = a2;\n b = b2;\n c = c2;\n } // Last round.\n\n\n for (i = 0; i < 4; i++) {\n out[(3 & -i) + offset] = sbox[a >>> 24] << 24 ^ sbox[b >> 16 & 255] << 16 ^ sbox[c >> 8 & 255] << 8 ^ sbox[d & 255] ^ key[kIndex++];\n a2 = a;\n a = b;\n b = c;\n c = d;\n d = a2;\n }\n };\n\n return AES;\n }();\n /**\n * @file stream.js\n */\n\n /**\n * A lightweight readable stream implemention that handles event dispatching.\n *\n * @class Stream\n */\n\n\n var Stream = function () {\n function Stream() {\n classCallCheck(this, Stream);\n this.listeners = {};\n }\n /**\n * Add a listener for a specified event type.\n *\n * @param {String} type the event name\n * @param {Function} listener the callback to be invoked when an event of\n * the specified type occurs\n */\n\n\n Stream.prototype.on = function on(type, listener) {\n if (!this.listeners[type]) {\n this.listeners[type] = [];\n }\n\n this.listeners[type].push(listener);\n };\n /**\n * Remove a listener for a specified event type.\n *\n * @param {String} type the event name\n * @param {Function} listener a function previously registered for this\n * type of event through `on`\n * @return {Boolean} if we could turn it off or not\n */\n\n\n Stream.prototype.off = function off(type, listener) {\n if (!this.listeners[type]) {\n return false;\n }\n\n var index = this.listeners[type].indexOf(listener);\n this.listeners[type].splice(index, 1);\n return index > -1;\n };\n /**\n * Trigger an event of the specified type on this stream. Any additional\n * arguments to this function are passed as parameters to event listeners.\n *\n * @param {String} type the event name\n */\n\n\n Stream.prototype.trigger = function trigger(type) {\n var callbacks = this.listeners[type];\n\n if (!callbacks) {\n return;\n } // Slicing the arguments on every invocation of this method\n // can add a significant amount of overhead. Avoid the\n // intermediate object creation for the common case of a\n // single callback argument\n\n\n if (arguments.length === 2) {\n var length = callbacks.length;\n\n for (var i = 0; i < length; ++i) {\n callbacks[i].call(this, arguments[1]);\n }\n } else {\n var args = Array.prototype.slice.call(arguments, 1);\n var _length = callbacks.length;\n\n for (var _i = 0; _i < _length; ++_i) {\n callbacks[_i].apply(this, args);\n }\n }\n };\n /**\n * Destroys the stream and cleans up.\n */\n\n\n Stream.prototype.dispose = function dispose() {\n this.listeners = {};\n };\n /**\n * Forwards all `data` events on this stream to the destination stream. The\n * destination stream should provide a method `push` to receive the data\n * events as they arrive.\n *\n * @param {Stream} destination the stream that will receive all `data` events\n * @see http://nodejs.org/api/stream.html#stream_readable_pipe_destination_options\n */\n\n\n Stream.prototype.pipe = function pipe(destination) {\n this.on('data', function (data) {\n destination.push(data);\n });\n };\n\n return Stream;\n }();\n /**\n * @file async-stream.js\n */\n\n /**\n * A wrapper around the Stream class to use setTiemout\n * and run stream \"jobs\" Asynchronously\n *\n * @class AsyncStream\n * @extends Stream\n */\n\n\n var AsyncStream$$1 = function (_Stream) {\n inherits(AsyncStream$$1, _Stream);\n\n function AsyncStream$$1() {\n classCallCheck(this, AsyncStream$$1);\n\n var _this = possibleConstructorReturn(this, _Stream.call(this, Stream));\n\n _this.jobs = [];\n _this.delay = 1;\n _this.timeout_ = null;\n return _this;\n }\n /**\n * process an async job\n *\n * @private\n */\n\n\n AsyncStream$$1.prototype.processJob_ = function processJob_() {\n this.jobs.shift()();\n\n if (this.jobs.length) {\n this.timeout_ = setTimeout(this.processJob_.bind(this), this.delay);\n } else {\n this.timeout_ = null;\n }\n };\n /**\n * push a job into the stream\n *\n * @param {Function} job the job to push into the stream\n */\n\n\n AsyncStream$$1.prototype.push = function push(job) {\n this.jobs.push(job);\n\n if (!this.timeout_) {\n this.timeout_ = setTimeout(this.processJob_.bind(this), this.delay);\n }\n };\n\n return AsyncStream$$1;\n }(Stream);\n /**\n * @file decrypter.js\n *\n * An asynchronous implementation of AES-128 CBC decryption with\n * PKCS#7 padding.\n */\n\n /**\n * Convert network-order (big-endian) bytes into their little-endian\n * representation.\n */\n\n\n var ntoh = function ntoh(word) {\n return word << 24 | (word & 0xff00) << 8 | (word & 0xff0000) >> 8 | word >>> 24;\n };\n /**\n * Decrypt bytes using AES-128 with CBC and PKCS#7 padding.\n *\n * @param {Uint8Array} encrypted the encrypted bytes\n * @param {Uint32Array} key the bytes of the decryption key\n * @param {Uint32Array} initVector the initialization vector (IV) to\n * use for the first round of CBC.\n * @return {Uint8Array} the decrypted bytes\n *\n * @see http://en.wikipedia.org/wiki/Advanced_Encryption_Standard\n * @see http://en.wikipedia.org/wiki/Block_cipher_mode_of_operation#Cipher_Block_Chaining_.28CBC.29\n * @see https://tools.ietf.org/html/rfc2315\n */\n\n\n var decrypt$$1 = function decrypt$$1(encrypted, key, initVector) {\n // word-level access to the encrypted bytes\n var encrypted32 = new Int32Array(encrypted.buffer, encrypted.byteOffset, encrypted.byteLength >> 2);\n var decipher = new AES(Array.prototype.slice.call(key)); // byte and word-level access for the decrypted output\n\n var decrypted = new Uint8Array(encrypted.byteLength);\n var decrypted32 = new Int32Array(decrypted.buffer); // temporary variables for working with the IV, encrypted, and\n // decrypted data\n\n var init0 = void 0;\n var init1 = void 0;\n var init2 = void 0;\n var init3 = void 0;\n var encrypted0 = void 0;\n var encrypted1 = void 0;\n var encrypted2 = void 0;\n var encrypted3 = void 0; // iteration variable\n\n var wordIx = void 0; // pull out the words of the IV to ensure we don't modify the\n // passed-in reference and easier access\n\n init0 = initVector[0];\n init1 = initVector[1];\n init2 = initVector[2];\n init3 = initVector[3]; // decrypt four word sequences, applying cipher-block chaining (CBC)\n // to each decrypted block\n\n for (wordIx = 0; wordIx < encrypted32.length; wordIx += 4) {\n // convert big-endian (network order) words into little-endian\n // (javascript order)\n encrypted0 = ntoh(encrypted32[wordIx]);\n encrypted1 = ntoh(encrypted32[wordIx + 1]);\n encrypted2 = ntoh(encrypted32[wordIx + 2]);\n encrypted3 = ntoh(encrypted32[wordIx + 3]); // decrypt the block\n\n decipher.decrypt(encrypted0, encrypted1, encrypted2, encrypted3, decrypted32, wordIx); // XOR with the IV, and restore network byte-order to obtain the\n // plaintext\n\n decrypted32[wordIx] = ntoh(decrypted32[wordIx] ^ init0);\n decrypted32[wordIx + 1] = ntoh(decrypted32[wordIx + 1] ^ init1);\n decrypted32[wordIx + 2] = ntoh(decrypted32[wordIx + 2] ^ init2);\n decrypted32[wordIx + 3] = ntoh(decrypted32[wordIx + 3] ^ init3); // setup the IV for the next round\n\n init0 = encrypted0;\n init1 = encrypted1;\n init2 = encrypted2;\n init3 = encrypted3;\n }\n\n return decrypted;\n };\n /**\n * The `Decrypter` class that manages decryption of AES\n * data through `AsyncStream` objects and the `decrypt`\n * function\n *\n * @param {Uint8Array} encrypted the encrypted bytes\n * @param {Uint32Array} key the bytes of the decryption key\n * @param {Uint32Array} initVector the initialization vector (IV) to\n * @param {Function} done the function to run when done\n * @class Decrypter\n */\n\n\n var Decrypter$$1 = function () {\n function Decrypter$$1(encrypted, key, initVector, done) {\n classCallCheck(this, Decrypter$$1);\n var step = Decrypter$$1.STEP;\n var encrypted32 = new Int32Array(encrypted.buffer);\n var decrypted = new Uint8Array(encrypted.byteLength);\n var i = 0;\n this.asyncStream_ = new AsyncStream$$1(); // split up the encryption job and do the individual chunks asynchronously\n\n this.asyncStream_.push(this.decryptChunk_(encrypted32.subarray(i, i + step), key, initVector, decrypted));\n\n for (i = step; i < encrypted32.length; i += step) {\n initVector = new Uint32Array([ntoh(encrypted32[i - 4]), ntoh(encrypted32[i - 3]), ntoh(encrypted32[i - 2]), ntoh(encrypted32[i - 1])]);\n this.asyncStream_.push(this.decryptChunk_(encrypted32.subarray(i, i + step), key, initVector, decrypted));\n } // invoke the done() callback when everything is finished\n\n\n this.asyncStream_.push(function () {\n // remove pkcs#7 padding from the decrypted bytes\n done(null, unpad(decrypted));\n });\n }\n /**\n * a getter for step the maximum number of bytes to process at one time\n *\n * @return {Number} the value of step 32000\n */\n\n /**\n * @private\n */\n\n\n Decrypter$$1.prototype.decryptChunk_ = function decryptChunk_(encrypted, key, initVector, decrypted) {\n return function () {\n var bytes = decrypt$$1(encrypted, key, initVector);\n decrypted.set(bytes, encrypted.byteOffset);\n };\n };\n\n createClass(Decrypter$$1, null, [{\n key: 'STEP',\n get: function get$$1() {\n // 4 * 8000;\n return 32000;\n }\n }]);\n return Decrypter$$1;\n }();\n /**\n * @file bin-utils.js\n */\n\n /**\n * Creates an object for sending to a web worker modifying properties that are TypedArrays\n * into a new object with seperated properties for the buffer, byteOffset, and byteLength.\n *\n * @param {Object} message\n * Object of properties and values to send to the web worker\n * @return {Object}\n * Modified message with TypedArray values expanded\n * @function createTransferableMessage\n */\n\n\n var createTransferableMessage = function createTransferableMessage(message) {\n var transferable = {};\n Object.keys(message).forEach(function (key) {\n var value = message[key];\n\n if (ArrayBuffer.isView(value)) {\n transferable[key] = {\n bytes: value.buffer,\n byteOffset: value.byteOffset,\n byteLength: value.byteLength\n };\n } else {\n transferable[key] = value;\n }\n });\n return transferable;\n };\n /**\n * Our web worker interface so that things can talk to aes-decrypter\n * that will be running in a web worker. the scope is passed to this by\n * webworkify.\n *\n * @param {Object} self\n * the scope for the web worker\n */\n\n\n var DecrypterWorker = function DecrypterWorker(self) {\n self.onmessage = function (event) {\n var data = event.data;\n var encrypted = new Uint8Array(data.encrypted.bytes, data.encrypted.byteOffset, data.encrypted.byteLength);\n var key = new Uint32Array(data.key.bytes, data.key.byteOffset, data.key.byteLength / 4);\n var iv = new Uint32Array(data.iv.bytes, data.iv.byteOffset, data.iv.byteLength / 4);\n /* eslint-disable no-new, handle-callback-err */\n\n new Decrypter$$1(encrypted, key, iv, function (err, bytes) {\n self.postMessage(createTransferableMessage({\n source: data.source,\n decrypted: bytes\n }), [bytes.buffer]);\n });\n /* eslint-enable */\n };\n };\n\n var decrypterWorker = new DecrypterWorker(self);\n return decrypterWorker;\n }();\n});\n/**\n * Convert the properties of an HLS track into an audioTrackKind.\n *\n * @private\n */\n\nvar audioTrackKind_ = function audioTrackKind_(properties) {\n var kind = properties.default ? 'main' : 'alternative';\n\n if (properties.characteristics && properties.characteristics.indexOf('public.accessibility.describes-video') >= 0) {\n kind = 'main-desc';\n }\n\n return kind;\n};\n/**\n * Pause provided segment loader and playlist loader if active\n *\n * @param {SegmentLoader} segmentLoader\n * SegmentLoader to pause\n * @param {Object} mediaType\n * Active media type\n * @function stopLoaders\n */\n\n\nvar stopLoaders = function stopLoaders(segmentLoader, mediaType) {\n segmentLoader.abort();\n segmentLoader.pause();\n\n if (mediaType && mediaType.activePlaylistLoader) {\n mediaType.activePlaylistLoader.pause();\n mediaType.activePlaylistLoader = null;\n }\n};\n/**\n * Start loading provided segment loader and playlist loader\n *\n * @param {PlaylistLoader} playlistLoader\n * PlaylistLoader to start loading\n * @param {Object} mediaType\n * Active media type\n * @function startLoaders\n */\n\n\nvar startLoaders = function startLoaders(playlistLoader, mediaType) {\n // Segment loader will be started after `loadedmetadata` or `loadedplaylist` from the\n // playlist loader\n mediaType.activePlaylistLoader = playlistLoader;\n playlistLoader.load();\n};\n/**\n * Returns a function to be called when the media group changes. It performs a\n * non-destructive (preserve the buffer) resync of the SegmentLoader. This is because a\n * change of group is merely a rendition switch of the same content at another encoding,\n * rather than a change of content, such as switching audio from English to Spanish.\n *\n * @param {String} type\n * MediaGroup type\n * @param {Object} settings\n * Object containing required information for media groups\n * @return {Function}\n * Handler for a non-destructive resync of SegmentLoader when the active media\n * group changes.\n * @function onGroupChanged\n */\n\n\nvar onGroupChanged = function onGroupChanged(type, settings) {\n return function () {\n var _settings$segmentLoad = settings.segmentLoaders,\n segmentLoader = _settings$segmentLoad[type],\n mainSegmentLoader = _settings$segmentLoad.main,\n mediaType = settings.mediaTypes[type];\n var activeTrack = mediaType.activeTrack();\n var activeGroup = mediaType.activeGroup(activeTrack);\n var previousActiveLoader = mediaType.activePlaylistLoader;\n stopLoaders(segmentLoader, mediaType);\n\n if (!activeGroup) {\n // there is no group active\n return;\n }\n\n if (!activeGroup.playlistLoader) {\n if (previousActiveLoader) {\n // The previous group had a playlist loader but the new active group does not\n // this means we are switching from demuxed to muxed audio. In this case we want to\n // do a destructive reset of the main segment loader and not restart the audio\n // loaders.\n mainSegmentLoader.resetEverything();\n }\n\n return;\n } // Non-destructive resync\n\n\n segmentLoader.resyncLoader();\n startLoaders(activeGroup.playlistLoader, mediaType);\n };\n};\n/**\n * Returns a function to be called when the media track changes. It performs a\n * destructive reset of the SegmentLoader to ensure we start loading as close to\n * currentTime as possible.\n *\n * @param {String} type\n * MediaGroup type\n * @param {Object} settings\n * Object containing required information for media groups\n * @return {Function}\n * Handler for a destructive reset of SegmentLoader when the active media\n * track changes.\n * @function onTrackChanged\n */\n\n\nvar onTrackChanged = function onTrackChanged(type, settings) {\n return function () {\n var _settings$segmentLoad2 = settings.segmentLoaders,\n segmentLoader = _settings$segmentLoad2[type],\n mainSegmentLoader = _settings$segmentLoad2.main,\n mediaType = settings.mediaTypes[type];\n var activeTrack = mediaType.activeTrack();\n var activeGroup = mediaType.activeGroup(activeTrack);\n var previousActiveLoader = mediaType.activePlaylistLoader;\n stopLoaders(segmentLoader, mediaType);\n\n if (!activeGroup) {\n // there is no group active so we do not want to restart loaders\n return;\n }\n\n if (!activeGroup.playlistLoader) {\n // when switching from demuxed audio/video to muxed audio/video (noted by no playlist\n // loader for the audio group), we want to do a destructive reset of the main segment\n // loader and not restart the audio loaders\n mainSegmentLoader.resetEverything();\n return;\n }\n\n if (previousActiveLoader === activeGroup.playlistLoader) {\n // Nothing has actually changed. This can happen because track change events can fire\n // multiple times for a \"single\" change. One for enabling the new active track, and\n // one for disabling the track that was active\n startLoaders(activeGroup.playlistLoader, mediaType);\n return;\n }\n\n if (segmentLoader.track) {\n // For WebVTT, set the new text track in the segmentloader\n segmentLoader.track(activeTrack);\n } // destructive reset\n\n\n segmentLoader.resetEverything();\n startLoaders(activeGroup.playlistLoader, mediaType);\n };\n};\n\nvar onError = {\n /**\n * Returns a function to be called when a SegmentLoader or PlaylistLoader encounters\n * an error.\n *\n * @param {String} type\n * MediaGroup type\n * @param {Object} settings\n * Object containing required information for media groups\n * @return {Function}\n * Error handler. Logs warning (or error if the playlist is blacklisted) to\n * console and switches back to default audio track.\n * @function onError.AUDIO\n */\n AUDIO: function AUDIO(type, settings) {\n return function () {\n var segmentLoader = settings.segmentLoaders[type],\n mediaType = settings.mediaTypes[type],\n blacklistCurrentPlaylist = settings.blacklistCurrentPlaylist;\n stopLoaders(segmentLoader, mediaType); // switch back to default audio track\n\n var activeTrack = mediaType.activeTrack();\n var activeGroup = mediaType.activeGroup();\n var id = (activeGroup.filter(function (group) {\n return group.default;\n })[0] || activeGroup[0]).id;\n var defaultTrack = mediaType.tracks[id];\n\n if (activeTrack === defaultTrack) {\n // Default track encountered an error. All we can do now is blacklist the current\n // rendition and hope another will switch audio groups\n blacklistCurrentPlaylist({\n message: 'Problem encountered loading the default audio track.'\n });\n return;\n }\n\n videojs$1.log.warn('Problem encountered loading the alternate audio track.' + 'Switching back to default.');\n\n for (var trackId in mediaType.tracks) {\n mediaType.tracks[trackId].enabled = mediaType.tracks[trackId] === defaultTrack;\n }\n\n mediaType.onTrackChanged();\n };\n },\n\n /**\n * Returns a function to be called when a SegmentLoader or PlaylistLoader encounters\n * an error.\n *\n * @param {String} type\n * MediaGroup type\n * @param {Object} settings\n * Object containing required information for media groups\n * @return {Function}\n * Error handler. Logs warning to console and disables the active subtitle track\n * @function onError.SUBTITLES\n */\n SUBTITLES: function SUBTITLES(type, settings) {\n return function () {\n var segmentLoader = settings.segmentLoaders[type],\n mediaType = settings.mediaTypes[type];\n videojs$1.log.warn('Problem encountered loading the subtitle track.' + 'Disabling subtitle track.');\n stopLoaders(segmentLoader, mediaType);\n var track = mediaType.activeTrack();\n\n if (track) {\n track.mode = 'disabled';\n }\n\n mediaType.onTrackChanged();\n };\n }\n};\nvar setupListeners = {\n /**\n * Setup event listeners for audio playlist loader\n *\n * @param {String} type\n * MediaGroup type\n * @param {PlaylistLoader|null} playlistLoader\n * PlaylistLoader to register listeners on\n * @param {Object} settings\n * Object containing required information for media groups\n * @function setupListeners.AUDIO\n */\n AUDIO: function AUDIO(type, playlistLoader, settings) {\n if (!playlistLoader) {\n // no playlist loader means audio will be muxed with the video\n return;\n }\n\n var tech = settings.tech,\n requestOptions = settings.requestOptions,\n segmentLoader = settings.segmentLoaders[type];\n playlistLoader.on('loadedmetadata', function () {\n var media = playlistLoader.media();\n segmentLoader.playlist(media, requestOptions); // if the video is already playing, or if this isn't a live video and preload\n // permits, start downloading segments\n\n if (!tech.paused() || media.endList && tech.preload() !== 'none') {\n segmentLoader.load();\n }\n });\n playlistLoader.on('loadedplaylist', function () {\n segmentLoader.playlist(playlistLoader.media(), requestOptions); // If the player isn't paused, ensure that the segment loader is running\n\n if (!tech.paused()) {\n segmentLoader.load();\n }\n });\n playlistLoader.on('error', onError[type](type, settings));\n },\n\n /**\n * Setup event listeners for subtitle playlist loader\n *\n * @param {String} type\n * MediaGroup type\n * @param {PlaylistLoader|null} playlistLoader\n * PlaylistLoader to register listeners on\n * @param {Object} settings\n * Object containing required information for media groups\n * @function setupListeners.SUBTITLES\n */\n SUBTITLES: function SUBTITLES(type, playlistLoader, settings) {\n var tech = settings.tech,\n requestOptions = settings.requestOptions,\n segmentLoader = settings.segmentLoaders[type],\n mediaType = settings.mediaTypes[type];\n playlistLoader.on('loadedmetadata', function () {\n var media = playlistLoader.media();\n segmentLoader.playlist(media, requestOptions);\n segmentLoader.track(mediaType.activeTrack()); // if the video is already playing, or if this isn't a live video and preload\n // permits, start downloading segments\n\n if (!tech.paused() || media.endList && tech.preload() !== 'none') {\n segmentLoader.load();\n }\n });\n playlistLoader.on('loadedplaylist', function () {\n segmentLoader.playlist(playlistLoader.media(), requestOptions); // If the player isn't paused, ensure that the segment loader is running\n\n if (!tech.paused()) {\n segmentLoader.load();\n }\n });\n playlistLoader.on('error', onError[type](type, settings));\n }\n};\n\nvar byGroupId = function byGroupId(type, groupId) {\n return function (playlist) {\n return playlist.attributes[type] === groupId;\n };\n};\n\nvar byResolvedUri = function byResolvedUri(resolvedUri) {\n return function (playlist) {\n return playlist.resolvedUri === resolvedUri;\n };\n};\n\nvar initialize = {\n /**\n * Setup PlaylistLoaders and AudioTracks for the audio groups\n *\n * @param {String} type\n * MediaGroup type\n * @param {Object} settings\n * Object containing required information for media groups\n * @function initialize.AUDIO\n */\n 'AUDIO': function AUDIO(type, settings) {\n var hls = settings.hls,\n sourceType = settings.sourceType,\n segmentLoader = settings.segmentLoaders[type],\n withCredentials = settings.requestOptions.withCredentials,\n _settings$master = settings.master,\n mediaGroups = _settings$master.mediaGroups,\n playlists = _settings$master.playlists,\n _settings$mediaTypes$ = settings.mediaTypes[type],\n groups = _settings$mediaTypes$.groups,\n tracks = _settings$mediaTypes$.tracks,\n masterPlaylistLoader = settings.masterPlaylistLoader; // force a default if we have none\n\n if (!mediaGroups[type] || Object.keys(mediaGroups[type]).length === 0) {\n mediaGroups[type] = {\n main: {\n default: {\n default: true\n }\n }\n };\n }\n\n for (var groupId in mediaGroups[type]) {\n if (!groups[groupId]) {\n groups[groupId] = [];\n } // List of playlists that have an AUDIO attribute value matching the current\n // group ID\n\n\n var groupPlaylists = playlists.filter(byGroupId(type, groupId));\n\n for (var variantLabel in mediaGroups[type][groupId]) {\n var properties = mediaGroups[type][groupId][variantLabel]; // List of playlists for the current group ID that have a matching uri with\n // this alternate audio variant\n\n var matchingPlaylists = groupPlaylists.filter(byResolvedUri(properties.resolvedUri));\n\n if (matchingPlaylists.length) {\n // If there is a playlist that has the same uri as this audio variant, assume\n // that the playlist is audio only. We delete the resolvedUri property here\n // to prevent a playlist loader from being created so that we don't have\n // both the main and audio segment loaders loading the same audio segments\n // from the same playlist.\n delete properties.resolvedUri;\n }\n\n var playlistLoader = void 0;\n\n if (properties.resolvedUri) {\n playlistLoader = new PlaylistLoader(properties.resolvedUri, hls, withCredentials);\n } else if (properties.playlists && sourceType === 'dash') {\n playlistLoader = new DashPlaylistLoader(properties.playlists[0], hls, withCredentials, masterPlaylistLoader);\n } else {\n // no resolvedUri means the audio is muxed with the video when using this\n // audio track\n playlistLoader = null;\n }\n\n properties = videojs$1.mergeOptions({\n id: variantLabel,\n playlistLoader: playlistLoader\n }, properties);\n setupListeners[type](type, properties.playlistLoader, settings);\n groups[groupId].push(properties);\n\n if (typeof tracks[variantLabel] === 'undefined') {\n var track = new videojs$1.AudioTrack({\n id: variantLabel,\n kind: audioTrackKind_(properties),\n enabled: false,\n language: properties.language,\n default: properties.default,\n label: variantLabel\n });\n tracks[variantLabel] = track;\n }\n }\n } // setup single error event handler for the segment loader\n\n\n segmentLoader.on('error', onError[type](type, settings));\n },\n\n /**\n * Setup PlaylistLoaders and TextTracks for the subtitle groups\n *\n * @param {String} type\n * MediaGroup type\n * @param {Object} settings\n * Object containing required information for media groups\n * @function initialize.SUBTITLES\n */\n 'SUBTITLES': function SUBTITLES(type, settings) {\n var tech = settings.tech,\n hls = settings.hls,\n sourceType = settings.sourceType,\n segmentLoader = settings.segmentLoaders[type],\n withCredentials = settings.requestOptions.withCredentials,\n mediaGroups = settings.master.mediaGroups,\n _settings$mediaTypes$2 = settings.mediaTypes[type],\n groups = _settings$mediaTypes$2.groups,\n tracks = _settings$mediaTypes$2.tracks,\n masterPlaylistLoader = settings.masterPlaylistLoader;\n\n for (var groupId in mediaGroups[type]) {\n if (!groups[groupId]) {\n groups[groupId] = [];\n }\n\n for (var variantLabel in mediaGroups[type][groupId]) {\n if (mediaGroups[type][groupId][variantLabel].forced) {\n // Subtitle playlists with the forced attribute are not selectable in Safari.\n // According to Apple's HLS Authoring Specification:\n // If content has forced subtitles and regular subtitles in a given language,\n // the regular subtitles track in that language MUST contain both the forced\n // subtitles and the regular subtitles for that language.\n // Because of this requirement and that Safari does not add forced subtitles,\n // forced subtitles are skipped here to maintain consistent experience across\n // all platforms\n continue;\n }\n\n var properties = mediaGroups[type][groupId][variantLabel];\n var playlistLoader = void 0;\n\n if (sourceType === 'hls') {\n playlistLoader = new PlaylistLoader(properties.resolvedUri, hls, withCredentials);\n } else if (sourceType === 'dash') {\n playlistLoader = new DashPlaylistLoader(properties.playlists[0], hls, withCredentials, masterPlaylistLoader);\n }\n\n properties = videojs$1.mergeOptions({\n id: variantLabel,\n playlistLoader: playlistLoader\n }, properties);\n setupListeners[type](type, properties.playlistLoader, settings);\n groups[groupId].push(properties);\n\n if (typeof tracks[variantLabel] === 'undefined') {\n var track = tech.addRemoteTextTrack({\n id: variantLabel,\n kind: 'subtitles',\n default: properties.default && properties.autoselect,\n language: properties.language,\n label: variantLabel\n }, false).track;\n tracks[variantLabel] = track;\n }\n }\n } // setup single error event handler for the segment loader\n\n\n segmentLoader.on('error', onError[type](type, settings));\n },\n\n /**\n * Setup TextTracks for the closed-caption groups\n *\n * @param {String} type\n * MediaGroup type\n * @param {Object} settings\n * Object containing required information for media groups\n * @function initialize['CLOSED-CAPTIONS']\n */\n 'CLOSED-CAPTIONS': function CLOSEDCAPTIONS(type, settings) {\n var tech = settings.tech,\n mediaGroups = settings.master.mediaGroups,\n _settings$mediaTypes$3 = settings.mediaTypes[type],\n groups = _settings$mediaTypes$3.groups,\n tracks = _settings$mediaTypes$3.tracks;\n\n for (var groupId in mediaGroups[type]) {\n if (!groups[groupId]) {\n groups[groupId] = [];\n }\n\n for (var variantLabel in mediaGroups[type][groupId]) {\n var properties = mediaGroups[type][groupId][variantLabel]; // We only support CEA608 captions for now, so ignore anything that\n // doesn't use a CCx INSTREAM-ID\n\n if (!properties.instreamId.match(/CC\\d/)) {\n continue;\n } // No PlaylistLoader is required for Closed-Captions because the captions are\n // embedded within the video stream\n\n\n groups[groupId].push(videojs$1.mergeOptions({\n id: variantLabel\n }, properties));\n\n if (typeof tracks[variantLabel] === 'undefined') {\n var track = tech.addRemoteTextTrack({\n id: properties.instreamId,\n kind: 'captions',\n default: properties.default && properties.autoselect,\n language: properties.language,\n label: variantLabel\n }, false).track;\n tracks[variantLabel] = track;\n }\n }\n }\n }\n};\n/**\n * Returns a function used to get the active group of the provided type\n *\n * @param {String} type\n * MediaGroup type\n * @param {Object} settings\n * Object containing required information for media groups\n * @return {Function}\n * Function that returns the active media group for the provided type. Takes an\n * optional parameter {TextTrack} track. If no track is provided, a list of all\n * variants in the group, otherwise the variant corresponding to the provided\n * track is returned.\n * @function activeGroup\n */\n\nvar activeGroup = function activeGroup(type, settings) {\n return function (track) {\n var masterPlaylistLoader = settings.masterPlaylistLoader,\n groups = settings.mediaTypes[type].groups;\n var media = masterPlaylistLoader.media();\n\n if (!media) {\n return null;\n }\n\n var variants = null;\n\n if (media.attributes[type]) {\n variants = groups[media.attributes[type]];\n }\n\n variants = variants || groups.main;\n\n if (typeof track === 'undefined') {\n return variants;\n }\n\n if (track === null) {\n // An active track was specified so a corresponding group is expected. track === null\n // means no track is currently active so there is no corresponding group\n return null;\n }\n\n return variants.filter(function (props) {\n return props.id === track.id;\n })[0] || null;\n };\n};\n\nvar activeTrack = {\n /**\n * Returns a function used to get the active track of type provided\n *\n * @param {String} type\n * MediaGroup type\n * @param {Object} settings\n * Object containing required information for media groups\n * @return {Function}\n * Function that returns the active media track for the provided type. Returns\n * null if no track is active\n * @function activeTrack.AUDIO\n */\n AUDIO: function AUDIO(type, settings) {\n return function () {\n var tracks = settings.mediaTypes[type].tracks;\n\n for (var id in tracks) {\n if (tracks[id].enabled) {\n return tracks[id];\n }\n }\n\n return null;\n };\n },\n\n /**\n * Returns a function used to get the active track of type provided\n *\n * @param {String} type\n * MediaGroup type\n * @param {Object} settings\n * Object containing required information for media groups\n * @return {Function}\n * Function that returns the active media track for the provided type. Returns\n * null if no track is active\n * @function activeTrack.SUBTITLES\n */\n SUBTITLES: function SUBTITLES(type, settings) {\n return function () {\n var tracks = settings.mediaTypes[type].tracks;\n\n for (var id in tracks) {\n if (tracks[id].mode === 'showing') {\n return tracks[id];\n }\n }\n\n return null;\n };\n }\n};\n/**\n * Setup PlaylistLoaders and Tracks for media groups (Audio, Subtitles,\n * Closed-Captions) specified in the master manifest.\n *\n * @param {Object} settings\n * Object containing required information for setting up the media groups\n * @param {SegmentLoader} settings.segmentLoaders.AUDIO\n * Audio segment loader\n * @param {SegmentLoader} settings.segmentLoaders.SUBTITLES\n * Subtitle segment loader\n * @param {SegmentLoader} settings.segmentLoaders.main\n * Main segment loader\n * @param {Tech} settings.tech\n * The tech of the player\n * @param {Object} settings.requestOptions\n * XHR request options used by the segment loaders\n * @param {PlaylistLoader} settings.masterPlaylistLoader\n * PlaylistLoader for the master source\n * @param {HlsHandler} settings.hls\n * HLS SourceHandler\n * @param {Object} settings.master\n * The parsed master manifest\n * @param {Object} settings.mediaTypes\n * Object to store the loaders, tracks, and utility methods for each media type\n * @param {Function} settings.blacklistCurrentPlaylist\n * Blacklists the current rendition and forces a rendition switch.\n * @function setupMediaGroups\n */\n\nvar setupMediaGroups = function setupMediaGroups(settings) {\n ['AUDIO', 'SUBTITLES', 'CLOSED-CAPTIONS'].forEach(function (type) {\n initialize[type](type, settings);\n });\n var mediaTypes = settings.mediaTypes,\n masterPlaylistLoader = settings.masterPlaylistLoader,\n tech = settings.tech,\n hls = settings.hls; // setup active group and track getters and change event handlers\n\n ['AUDIO', 'SUBTITLES'].forEach(function (type) {\n mediaTypes[type].activeGroup = activeGroup(type, settings);\n mediaTypes[type].activeTrack = activeTrack[type](type, settings);\n mediaTypes[type].onGroupChanged = onGroupChanged(type, settings);\n mediaTypes[type].onTrackChanged = onTrackChanged(type, settings);\n }); // DO NOT enable the default subtitle or caption track.\n // DO enable the default audio track\n\n var audioGroup = mediaTypes.AUDIO.activeGroup();\n var groupId = (audioGroup.filter(function (group) {\n return group.default;\n })[0] || audioGroup[0]).id;\n mediaTypes.AUDIO.tracks[groupId].enabled = true;\n mediaTypes.AUDIO.onTrackChanged();\n masterPlaylistLoader.on('mediachange', function () {\n ['AUDIO', 'SUBTITLES'].forEach(function (type) {\n return mediaTypes[type].onGroupChanged();\n });\n }); // custom audio track change event handler for usage event\n\n var onAudioTrackChanged = function onAudioTrackChanged() {\n mediaTypes.AUDIO.onTrackChanged();\n tech.trigger({\n type: 'usage',\n name: 'hls-audio-change'\n });\n };\n\n tech.audioTracks().addEventListener('change', onAudioTrackChanged);\n tech.remoteTextTracks().addEventListener('change', mediaTypes.SUBTITLES.onTrackChanged);\n hls.on('dispose', function () {\n tech.audioTracks().removeEventListener('change', onAudioTrackChanged);\n tech.remoteTextTracks().removeEventListener('change', mediaTypes.SUBTITLES.onTrackChanged);\n }); // clear existing audio tracks and add the ones we just created\n\n tech.clearTracks('audio');\n\n for (var id in mediaTypes.AUDIO.tracks) {\n tech.audioTracks().addTrack(mediaTypes.AUDIO.tracks[id]);\n }\n};\n/**\n * Creates skeleton object used to store the loaders, tracks, and utility methods for each\n * media type\n *\n * @return {Object}\n * Object to store the loaders, tracks, and utility methods for each media type\n * @function createMediaTypes\n */\n\n\nvar createMediaTypes = function createMediaTypes() {\n var mediaTypes = {};\n ['AUDIO', 'SUBTITLES', 'CLOSED-CAPTIONS'].forEach(function (type) {\n mediaTypes[type] = {\n groups: {},\n tracks: {},\n activePlaylistLoader: null,\n activeGroup: noop,\n activeTrack: noop,\n onGroupChanged: noop,\n onTrackChanged: noop\n };\n });\n return mediaTypes;\n};\n/**\n * @file master-playlist-controller.js\n */\n\n\nvar ABORT_EARLY_BLACKLIST_SECONDS = 60 * 2;\nvar Hls = void 0; // SegmentLoader stats that need to have each loader's\n// values summed to calculate the final value\n\nvar loaderStats = ['mediaRequests', 'mediaRequestsAborted', 'mediaRequestsTimedout', 'mediaRequestsErrored', 'mediaTransferDuration', 'mediaBytesTransferred'];\n\nvar sumLoaderStat = function sumLoaderStat(stat) {\n return this.audioSegmentLoader_[stat] + this.mainSegmentLoader_[stat];\n};\n/**\n * the master playlist controller controller all interactons\n * between playlists and segmentloaders. At this time this mainly\n * involves a master playlist and a series of audio playlists\n * if they are available\n *\n * @class MasterPlaylistController\n * @extends videojs.EventTarget\n */\n\n\nvar MasterPlaylistController = function (_videojs$EventTarget) {\n inherits(MasterPlaylistController, _videojs$EventTarget);\n\n function MasterPlaylistController(options) {\n classCallCheck(this, MasterPlaylistController);\n\n var _this = possibleConstructorReturn(this, (MasterPlaylistController.__proto__ || Object.getPrototypeOf(MasterPlaylistController)).call(this));\n\n var url = options.url,\n withCredentials = options.withCredentials,\n tech = options.tech,\n bandwidth = options.bandwidth,\n externHls = options.externHls,\n useCueTags = options.useCueTags,\n blacklistDuration = options.blacklistDuration,\n enableLowInitialPlaylist = options.enableLowInitialPlaylist,\n sourceType = options.sourceType,\n seekTo = options.seekTo;\n\n if (!url) {\n throw new Error('A non-empty playlist URL is required');\n }\n\n Hls = externHls;\n _this.withCredentials = withCredentials;\n _this.tech_ = tech;\n _this.hls_ = tech.hls;\n _this.seekTo_ = seekTo;\n _this.sourceType_ = sourceType;\n _this.useCueTags_ = useCueTags;\n _this.blacklistDuration = blacklistDuration;\n _this.enableLowInitialPlaylist = enableLowInitialPlaylist;\n\n if (_this.useCueTags_) {\n _this.cueTagsTrack_ = _this.tech_.addTextTrack('metadata', 'ad-cues');\n _this.cueTagsTrack_.inBandMetadataTrackDispatchType = '';\n }\n\n _this.requestOptions_ = {\n withCredentials: _this.withCredentials,\n timeout: null\n };\n _this.mediaTypes_ = createMediaTypes();\n _this.mediaSource = new videojs$1.MediaSource(); // load the media source into the player\n\n _this.mediaSource.addEventListener('sourceopen', _this.handleSourceOpen_.bind(_this));\n\n _this.seekable_ = videojs$1.createTimeRanges();\n\n _this.hasPlayed_ = function () {\n return false;\n };\n\n _this.syncController_ = new SyncController(options);\n _this.segmentMetadataTrack_ = tech.addRemoteTextTrack({\n kind: 'metadata',\n label: 'segment-metadata'\n }, false).track;\n _this.decrypter_ = new Decrypter$1();\n _this.inbandTextTracks_ = {};\n var segmentLoaderSettings = {\n hls: _this.hls_,\n mediaSource: _this.mediaSource,\n currentTime: _this.tech_.currentTime.bind(_this.tech_),\n seekable: function seekable$$1() {\n return _this.seekable();\n },\n seeking: function seeking() {\n return _this.tech_.seeking();\n },\n duration: function duration$$1() {\n return _this.mediaSource.duration;\n },\n hasPlayed: function hasPlayed() {\n return _this.hasPlayed_();\n },\n goalBufferLength: function goalBufferLength() {\n return _this.goalBufferLength();\n },\n bandwidth: bandwidth,\n syncController: _this.syncController_,\n decrypter: _this.decrypter_,\n sourceType: _this.sourceType_,\n inbandTextTracks: _this.inbandTextTracks_\n };\n _this.masterPlaylistLoader_ = _this.sourceType_ === 'dash' ? new DashPlaylistLoader(url, _this.hls_, _this.withCredentials) : new PlaylistLoader(url, _this.hls_, _this.withCredentials);\n\n _this.setupMasterPlaylistLoaderListeners_(); // setup segment loaders\n // combined audio/video or just video when alternate audio track is selected\n\n\n _this.mainSegmentLoader_ = new SegmentLoader(videojs$1.mergeOptions(segmentLoaderSettings, {\n segmentMetadataTrack: _this.segmentMetadataTrack_,\n loaderType: 'main'\n }), options); // alternate audio track\n\n _this.audioSegmentLoader_ = new SegmentLoader(videojs$1.mergeOptions(segmentLoaderSettings, {\n loaderType: 'audio'\n }), options);\n _this.subtitleSegmentLoader_ = new VTTSegmentLoader(videojs$1.mergeOptions(segmentLoaderSettings, {\n loaderType: 'vtt'\n }), options);\n\n _this.setupSegmentLoaderListeners_(); // Create SegmentLoader stat-getters\n\n\n loaderStats.forEach(function (stat) {\n _this[stat + '_'] = sumLoaderStat.bind(_this, stat);\n });\n _this.logger_ = logger('MPC');\n\n _this.masterPlaylistLoader_.load();\n\n return _this;\n }\n /**\n * Register event handlers on the master playlist loader. A helper\n * function for construction time.\n *\n * @private\n */\n\n\n createClass(MasterPlaylistController, [{\n key: 'setupMasterPlaylistLoaderListeners_',\n value: function setupMasterPlaylistLoaderListeners_() {\n var _this2 = this;\n\n this.masterPlaylistLoader_.on('loadedmetadata', function () {\n var media = _this2.masterPlaylistLoader_.media();\n\n var requestTimeout = _this2.masterPlaylistLoader_.targetDuration * 1.5 * 1000; // If we don't have any more available playlists, we don't want to\n // timeout the request.\n\n if (isLowestEnabledRendition(_this2.masterPlaylistLoader_.master, _this2.masterPlaylistLoader_.media())) {\n _this2.requestOptions_.timeout = 0;\n } else {\n _this2.requestOptions_.timeout = requestTimeout;\n } // if this isn't a live video and preload permits, start\n // downloading segments\n\n\n if (media.endList && _this2.tech_.preload() !== 'none') {\n _this2.mainSegmentLoader_.playlist(media, _this2.requestOptions_);\n\n _this2.mainSegmentLoader_.load();\n }\n\n setupMediaGroups({\n sourceType: _this2.sourceType_,\n segmentLoaders: {\n AUDIO: _this2.audioSegmentLoader_,\n SUBTITLES: _this2.subtitleSegmentLoader_,\n main: _this2.mainSegmentLoader_\n },\n tech: _this2.tech_,\n requestOptions: _this2.requestOptions_,\n masterPlaylistLoader: _this2.masterPlaylistLoader_,\n hls: _this2.hls_,\n master: _this2.master(),\n mediaTypes: _this2.mediaTypes_,\n blacklistCurrentPlaylist: _this2.blacklistCurrentPlaylist.bind(_this2)\n });\n\n _this2.triggerPresenceUsage_(_this2.master(), media);\n\n try {\n _this2.setupSourceBuffers_();\n } catch (e) {\n videojs$1.log.warn('Failed to create SourceBuffers', e);\n return _this2.mediaSource.endOfStream('decode');\n }\n\n _this2.setupFirstPlay();\n\n _this2.trigger('selectedinitialmedia');\n });\n this.masterPlaylistLoader_.on('loadedplaylist', function () {\n var updatedPlaylist = _this2.masterPlaylistLoader_.media();\n\n if (!updatedPlaylist) {\n // blacklist any variants that are not supported by the browser before selecting\n // an initial media as the playlist selectors do not consider browser support\n _this2.excludeUnsupportedVariants_();\n\n var selectedMedia = void 0;\n\n if (_this2.enableLowInitialPlaylist) {\n selectedMedia = _this2.selectInitialPlaylist();\n }\n\n if (!selectedMedia) {\n selectedMedia = _this2.selectPlaylist();\n }\n\n _this2.initialMedia_ = selectedMedia;\n\n _this2.masterPlaylistLoader_.media(_this2.initialMedia_);\n\n return;\n }\n\n if (_this2.useCueTags_) {\n _this2.updateAdCues_(updatedPlaylist);\n } // TODO: Create a new event on the PlaylistLoader that signals\n // that the segments have changed in some way and use that to\n // update the SegmentLoader instead of doing it twice here and\n // on `mediachange`\n\n\n _this2.mainSegmentLoader_.playlist(updatedPlaylist, _this2.requestOptions_);\n\n _this2.updateDuration(); // If the player isn't paused, ensure that the segment loader is running,\n // as it is possible that it was temporarily stopped while waiting for\n // a playlist (e.g., in case the playlist errored and we re-requested it).\n\n\n if (!_this2.tech_.paused()) {\n _this2.mainSegmentLoader_.load();\n\n if (_this2.audioSegmentLoader_) {\n _this2.audioSegmentLoader_.load();\n }\n }\n\n if (!updatedPlaylist.endList) {\n var addSeekableRange = function addSeekableRange() {\n var seekable$$1 = _this2.seekable();\n\n if (seekable$$1.length !== 0) {\n _this2.mediaSource.addSeekableRange_(seekable$$1.start(0), seekable$$1.end(0));\n }\n };\n\n if (_this2.duration() !== Infinity) {\n var onDurationchange = function onDurationchange() {\n if (_this2.duration() === Infinity) {\n addSeekableRange();\n } else {\n _this2.tech_.one('durationchange', onDurationchange);\n }\n };\n\n _this2.tech_.one('durationchange', onDurationchange);\n } else {\n addSeekableRange();\n }\n }\n });\n this.masterPlaylistLoader_.on('error', function () {\n _this2.blacklistCurrentPlaylist(_this2.masterPlaylistLoader_.error);\n });\n this.masterPlaylistLoader_.on('mediachanging', function () {\n _this2.mainSegmentLoader_.abort();\n\n _this2.mainSegmentLoader_.pause();\n });\n this.masterPlaylistLoader_.on('mediachange', function () {\n var media = _this2.masterPlaylistLoader_.media();\n\n var requestTimeout = _this2.masterPlaylistLoader_.targetDuration * 1.5 * 1000; // If we don't have any more available playlists, we don't want to\n // timeout the request.\n\n if (isLowestEnabledRendition(_this2.masterPlaylistLoader_.master, _this2.masterPlaylistLoader_.media())) {\n _this2.requestOptions_.timeout = 0;\n } else {\n _this2.requestOptions_.timeout = requestTimeout;\n } // TODO: Create a new event on the PlaylistLoader that signals\n // that the segments have changed in some way and use that to\n // update the SegmentLoader instead of doing it twice here and\n // on `loadedplaylist`\n\n\n _this2.mainSegmentLoader_.playlist(media, _this2.requestOptions_);\n\n _this2.mainSegmentLoader_.load();\n\n _this2.tech_.trigger({\n type: 'mediachange',\n bubbles: true\n });\n });\n this.masterPlaylistLoader_.on('playlistunchanged', function () {\n var updatedPlaylist = _this2.masterPlaylistLoader_.media();\n\n var playlistOutdated = _this2.stuckAtPlaylistEnd_(updatedPlaylist);\n\n if (playlistOutdated) {\n // Playlist has stopped updating and we're stuck at its end. Try to\n // blacklist it and switch to another playlist in the hope that that\n // one is updating (and give the player a chance to re-adjust to the\n // safe live point).\n _this2.blacklistCurrentPlaylist({\n message: 'Playlist no longer updating.'\n }); // useful for monitoring QoS\n\n\n _this2.tech_.trigger('playliststuck');\n }\n });\n this.masterPlaylistLoader_.on('renditiondisabled', function () {\n _this2.tech_.trigger({\n type: 'usage',\n name: 'hls-rendition-disabled'\n });\n });\n this.masterPlaylistLoader_.on('renditionenabled', function () {\n _this2.tech_.trigger({\n type: 'usage',\n name: 'hls-rendition-enabled'\n });\n });\n }\n /**\n * A helper function for triggerring presence usage events once per source\n *\n * @private\n */\n\n }, {\n key: 'triggerPresenceUsage_',\n value: function triggerPresenceUsage_(master, media) {\n var mediaGroups = master.mediaGroups || {};\n var defaultDemuxed = true;\n var audioGroupKeys = Object.keys(mediaGroups.AUDIO);\n\n for (var mediaGroup in mediaGroups.AUDIO) {\n for (var label in mediaGroups.AUDIO[mediaGroup]) {\n var properties = mediaGroups.AUDIO[mediaGroup][label];\n\n if (!properties.uri) {\n defaultDemuxed = false;\n }\n }\n }\n\n if (defaultDemuxed) {\n this.tech_.trigger({\n type: 'usage',\n name: 'hls-demuxed'\n });\n }\n\n if (Object.keys(mediaGroups.SUBTITLES).length) {\n this.tech_.trigger({\n type: 'usage',\n name: 'hls-webvtt'\n });\n }\n\n if (Hls.Playlist.isAes(media)) {\n this.tech_.trigger({\n type: 'usage',\n name: 'hls-aes'\n });\n }\n\n if (Hls.Playlist.isFmp4(media)) {\n this.tech_.trigger({\n type: 'usage',\n name: 'hls-fmp4'\n });\n }\n\n if (audioGroupKeys.length && Object.keys(mediaGroups.AUDIO[audioGroupKeys[0]]).length > 1) {\n this.tech_.trigger({\n type: 'usage',\n name: 'hls-alternate-audio'\n });\n }\n\n if (this.useCueTags_) {\n this.tech_.trigger({\n type: 'usage',\n name: 'hls-playlist-cue-tags'\n });\n }\n }\n /**\n * Register event handlers on the segment loaders. A helper function\n * for construction time.\n *\n * @private\n */\n\n }, {\n key: 'setupSegmentLoaderListeners_',\n value: function setupSegmentLoaderListeners_() {\n var _this3 = this;\n\n this.mainSegmentLoader_.on('bandwidthupdate', function () {\n var nextPlaylist = _this3.selectPlaylist();\n\n var currentPlaylist = _this3.masterPlaylistLoader_.media();\n\n var buffered = _this3.tech_.buffered();\n\n var forwardBuffer = buffered.length ? buffered.end(buffered.length - 1) - _this3.tech_.currentTime() : 0;\n\n var bufferLowWaterLine = _this3.bufferLowWaterLine(); // If the playlist is live, then we want to not take low water line into account.\n // This is because in LIVE, the player plays 3 segments from the end of the\n // playlist, and if `BUFFER_LOW_WATER_LINE` is greater than the duration availble\n // in those segments, a viewer will never experience a rendition upswitch.\n\n\n if (!currentPlaylist.endList || // For the same reason as LIVE, we ignore the low water line when the VOD\n // duration is below the max potential low water line\n _this3.duration() < Config.MAX_BUFFER_LOW_WATER_LINE || // we want to switch down to lower resolutions quickly to continue playback, but\n nextPlaylist.attributes.BANDWIDTH < currentPlaylist.attributes.BANDWIDTH || // ensure we have some buffer before we switch up to prevent us running out of\n // buffer while loading a higher rendition.\n forwardBuffer >= bufferLowWaterLine) {\n _this3.masterPlaylistLoader_.media(nextPlaylist);\n }\n\n _this3.tech_.trigger('bandwidthupdate');\n });\n this.mainSegmentLoader_.on('progress', function () {\n _this3.trigger('progress');\n });\n this.mainSegmentLoader_.on('error', function () {\n _this3.blacklistCurrentPlaylist(_this3.mainSegmentLoader_.error());\n });\n this.mainSegmentLoader_.on('syncinfoupdate', function () {\n _this3.onSyncInfoUpdate_();\n });\n this.mainSegmentLoader_.on('timestampoffset', function () {\n _this3.tech_.trigger({\n type: 'usage',\n name: 'hls-timestamp-offset'\n });\n });\n this.audioSegmentLoader_.on('syncinfoupdate', function () {\n _this3.onSyncInfoUpdate_();\n });\n this.mainSegmentLoader_.on('ended', function () {\n _this3.onEndOfStream();\n });\n this.mainSegmentLoader_.on('earlyabort', function () {\n _this3.blacklistCurrentPlaylist({\n message: 'Aborted early because there isn\\'t enough bandwidth to complete the ' + 'request without rebuffering.'\n }, ABORT_EARLY_BLACKLIST_SECONDS);\n });\n this.mainSegmentLoader_.on('reseteverything', function () {\n // If playing an MTS stream, a videojs.MediaSource is listening for\n // hls-reset to reset caption parsing state in the transmuxer\n _this3.tech_.trigger('hls-reset');\n });\n this.mainSegmentLoader_.on('segmenttimemapping', function (event) {\n // If playing an MTS stream in html, a videojs.MediaSource is listening for\n // hls-segment-time-mapping update its internal mapping of stream to display time\n _this3.tech_.trigger({\n type: 'hls-segment-time-mapping',\n mapping: event.mapping\n });\n });\n this.audioSegmentLoader_.on('ended', function () {\n _this3.onEndOfStream();\n });\n }\n }, {\n key: 'mediaSecondsLoaded_',\n value: function mediaSecondsLoaded_() {\n return Math.max(this.audioSegmentLoader_.mediaSecondsLoaded + this.mainSegmentLoader_.mediaSecondsLoaded);\n }\n /**\n * Call load on our SegmentLoaders\n */\n\n }, {\n key: 'load',\n value: function load() {\n this.mainSegmentLoader_.load();\n\n if (this.mediaTypes_.AUDIO.activePlaylistLoader) {\n this.audioSegmentLoader_.load();\n }\n\n if (this.mediaTypes_.SUBTITLES.activePlaylistLoader) {\n this.subtitleSegmentLoader_.load();\n }\n }\n /**\n * Re-tune playback quality level for the current player\n * conditions without performing destructive actions, like\n * removing already buffered content\n *\n * @private\n */\n\n }, {\n key: 'smoothQualityChange_',\n value: function smoothQualityChange_() {\n var media = this.selectPlaylist();\n\n if (media !== this.masterPlaylistLoader_.media()) {\n this.masterPlaylistLoader_.media(media);\n this.mainSegmentLoader_.resetLoader(); // don't need to reset audio as it is reset when media changes\n }\n }\n /**\n * Re-tune playback quality level for the current player\n * conditions. This method will perform destructive actions like removing\n * already buffered content in order to readjust the currently active\n * playlist quickly. This is good for manual quality changes\n *\n * @private\n */\n\n }, {\n key: 'fastQualityChange_',\n value: function fastQualityChange_() {\n var _this4 = this;\n\n var media = this.selectPlaylist();\n\n if (media === this.masterPlaylistLoader_.media()) {\n return;\n }\n\n this.masterPlaylistLoader_.media(media); // Delete all buffered data to allow an immediate quality switch, then seek to give\n // the browser a kick to remove any cached frames from the previous rendtion (.04 seconds\n // ahead is roughly the minimum that will accomplish this across a variety of content\n // in IE and Edge, but seeking in place is sufficient on all other browsers)\n // Edge/IE bug: https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14600375/\n // Chrome bug: https://bugs.chromium.org/p/chromium/issues/detail?id=651904\n\n this.mainSegmentLoader_.resetEverything(function () {\n // Since this is not a typical seek, we avoid the seekTo method which can cause segments\n // from the previously enabled rendition to load before the new playlist has finished loading\n if (videojs$1.browser.IE_VERSION || videojs$1.browser.IS_EDGE) {\n _this4.tech_.setCurrentTime(_this4.tech_.currentTime() + 0.04);\n } else {\n _this4.tech_.setCurrentTime(_this4.tech_.currentTime());\n }\n }); // don't need to reset audio as it is reset when media changes\n }\n /**\n * Begin playback.\n */\n\n }, {\n key: 'play',\n value: function play() {\n if (this.setupFirstPlay()) {\n return;\n }\n\n if (this.tech_.ended()) {\n this.seekTo_(0);\n }\n\n if (this.hasPlayed_()) {\n this.load();\n }\n\n var seekable$$1 = this.tech_.seekable(); // if the viewer has paused and we fell out of the live window,\n // seek forward to the live point\n\n if (this.tech_.duration() === Infinity) {\n if (this.tech_.currentTime() < seekable$$1.start(0)) {\n return this.seekTo_(seekable$$1.end(seekable$$1.length - 1));\n }\n }\n }\n /**\n * Seek to the latest media position if this is a live video and the\n * player and video are loaded and initialized.\n */\n\n }, {\n key: 'setupFirstPlay',\n value: function setupFirstPlay() {\n var _this5 = this;\n\n var media = this.masterPlaylistLoader_.media(); // Check that everything is ready to begin buffering for the first call to play\n // If 1) there is no active media\n // 2) the player is paused\n // 3) the first play has already been setup\n // then exit early\n\n if (!media || this.tech_.paused() || this.hasPlayed_()) {\n return false;\n } // when the video is a live stream\n\n\n if (!media.endList) {\n var seekable$$1 = this.seekable();\n\n if (!seekable$$1.length) {\n // without a seekable range, the player cannot seek to begin buffering at the live\n // point\n return false;\n }\n\n if (videojs$1.browser.IE_VERSION && this.tech_.readyState() === 0) {\n // IE11 throws an InvalidStateError if you try to set currentTime while the\n // readyState is 0, so it must be delayed until the tech fires loadedmetadata.\n this.tech_.one('loadedmetadata', function () {\n _this5.trigger('firstplay');\n\n _this5.seekTo_(seekable$$1.end(0));\n\n _this5.hasPlayed_ = function () {\n return true;\n };\n });\n return false;\n } // trigger firstplay to inform the source handler to ignore the next seek event\n\n\n this.trigger('firstplay'); // seek to the live point\n\n this.seekTo_(seekable$$1.end(0));\n }\n\n this.hasPlayed_ = function () {\n return true;\n }; // we can begin loading now that everything is ready\n\n\n this.load();\n return true;\n }\n /**\n * handle the sourceopen event on the MediaSource\n *\n * @private\n */\n\n }, {\n key: 'handleSourceOpen_',\n value: function handleSourceOpen_() {\n // Only attempt to create the source buffer if none already exist.\n // handleSourceOpen is also called when we are \"re-opening\" a source buffer\n // after `endOfStream` has been called (in response to a seek for instance)\n try {\n this.setupSourceBuffers_();\n } catch (e) {\n videojs$1.log.warn('Failed to create Source Buffers', e);\n return this.mediaSource.endOfStream('decode');\n } // if autoplay is enabled, begin playback. This is duplicative of\n // code in video.js but is required because play() must be invoked\n // *after* the media source has opened.\n\n\n if (this.tech_.autoplay()) {\n var playPromise = this.tech_.play(); // Catch/silence error when a pause interrupts a play request\n // on browsers which return a promise\n\n if (typeof playPromise !== 'undefined' && typeof playPromise.then === 'function') {\n playPromise.then(null, function (e) {});\n }\n }\n\n this.trigger('sourceopen');\n }\n /**\n * Calls endOfStream on the media source when all active stream types have called\n * endOfStream\n *\n * @param {string} streamType\n * Stream type of the segment loader that called endOfStream\n * @private\n */\n\n }, {\n key: 'onEndOfStream',\n value: function onEndOfStream() {\n var isEndOfStream = this.mainSegmentLoader_.ended_;\n\n if (this.mediaTypes_.AUDIO.activePlaylistLoader) {\n // if the audio playlist loader exists, then alternate audio is active\n if (!this.mainSegmentLoader_.startingMedia_ || this.mainSegmentLoader_.startingMedia_.containsVideo) {\n // if we do not know if the main segment loader contains video yet or if we\n // definitively know the main segment loader contains video, then we need to wait\n // for both main and audio segment loaders to call endOfStream\n isEndOfStream = isEndOfStream && this.audioSegmentLoader_.ended_;\n } else {\n // otherwise just rely on the audio loader\n isEndOfStream = this.audioSegmentLoader_.ended_;\n }\n }\n\n if (isEndOfStream) {\n this.mediaSource.endOfStream();\n }\n }\n /**\n * Check if a playlist has stopped being updated\n * @param {Object} playlist the media playlist object\n * @return {boolean} whether the playlist has stopped being updated or not\n */\n\n }, {\n key: 'stuckAtPlaylistEnd_',\n value: function stuckAtPlaylistEnd_(playlist) {\n var seekable$$1 = this.seekable();\n\n if (!seekable$$1.length) {\n // playlist doesn't have enough information to determine whether we are stuck\n return false;\n }\n\n var expired = this.syncController_.getExpiredTime(playlist, this.mediaSource.duration);\n\n if (expired === null) {\n return false;\n } // does not use the safe live end to calculate playlist end, since we\n // don't want to say we are stuck while there is still content\n\n\n var absolutePlaylistEnd = Hls.Playlist.playlistEnd(playlist, expired);\n var currentTime = this.tech_.currentTime();\n var buffered = this.tech_.buffered();\n\n if (!buffered.length) {\n // return true if the playhead reached the absolute end of the playlist\n return absolutePlaylistEnd - currentTime <= SAFE_TIME_DELTA;\n }\n\n var bufferedEnd = buffered.end(buffered.length - 1); // return true if there is too little buffer left and buffer has reached absolute\n // end of playlist\n\n return bufferedEnd - currentTime <= SAFE_TIME_DELTA && absolutePlaylistEnd - bufferedEnd <= SAFE_TIME_DELTA;\n }\n /**\n * Blacklists a playlist when an error occurs for a set amount of time\n * making it unavailable for selection by the rendition selection algorithm\n * and then forces a new playlist (rendition) selection.\n *\n * @param {Object=} error an optional error that may include the playlist\n * to blacklist\n * @param {Number=} blacklistDuration an optional number of seconds to blacklist the\n * playlist\n */\n\n }, {\n key: 'blacklistCurrentPlaylist',\n value: function blacklistCurrentPlaylist() {\n var error = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\n var blacklistDuration = arguments[1];\n var currentPlaylist = void 0;\n var nextPlaylist = void 0; // If the `error` was generated by the playlist loader, it will contain\n // the playlist we were trying to load (but failed) and that should be\n // blacklisted instead of the currently selected playlist which is likely\n // out-of-date in this scenario\n\n currentPlaylist = error.playlist || this.masterPlaylistLoader_.media();\n blacklistDuration = blacklistDuration || error.blacklistDuration || this.blacklistDuration; // If there is no current playlist, then an error occurred while we were\n // trying to load the master OR while we were disposing of the tech\n\n if (!currentPlaylist) {\n this.error = error;\n\n try {\n return this.mediaSource.endOfStream('network');\n } catch (e) {\n return this.trigger('error');\n }\n }\n\n var isFinalRendition = this.masterPlaylistLoader_.master.playlists.filter(isEnabled).length === 1;\n\n if (isFinalRendition) {\n // Never blacklisting this playlist because it's final rendition\n videojs$1.log.warn('Problem encountered with the current ' + 'HLS playlist. Trying again since it is the final playlist.');\n this.tech_.trigger('retryplaylist');\n return this.masterPlaylistLoader_.load(isFinalRendition);\n } // Blacklist this playlist\n\n\n currentPlaylist.excludeUntil = Date.now() + blacklistDuration * 1000;\n this.tech_.trigger('blacklistplaylist');\n this.tech_.trigger({\n type: 'usage',\n name: 'hls-rendition-blacklisted'\n }); // Select a new playlist\n\n nextPlaylist = this.selectPlaylist();\n videojs$1.log.warn('Problem encountered with the current HLS playlist.' + (error.message ? ' ' + error.message : '') + ' Switching to another playlist.');\n return this.masterPlaylistLoader_.media(nextPlaylist);\n }\n /**\n * Pause all segment loaders\n */\n\n }, {\n key: 'pauseLoading',\n value: function pauseLoading() {\n this.mainSegmentLoader_.pause();\n\n if (this.mediaTypes_.AUDIO.activePlaylistLoader) {\n this.audioSegmentLoader_.pause();\n }\n\n if (this.mediaTypes_.SUBTITLES.activePlaylistLoader) {\n this.subtitleSegmentLoader_.pause();\n }\n }\n /**\n * set the current time on all segment loaders\n *\n * @param {TimeRange} currentTime the current time to set\n * @return {TimeRange} the current time\n */\n\n }, {\n key: 'setCurrentTime',\n value: function setCurrentTime(currentTime) {\n var buffered = findRange(this.tech_.buffered(), currentTime);\n\n if (!(this.masterPlaylistLoader_ && this.masterPlaylistLoader_.media())) {\n // return immediately if the metadata is not ready yet\n return 0;\n } // it's clearly an edge-case but don't thrown an error if asked to\n // seek within an empty playlist\n\n\n if (!this.masterPlaylistLoader_.media().segments) {\n return 0;\n } // In flash playback, the segment loaders should be reset on every seek, even\n // in buffer seeks. If the seek location is already buffered, continue buffering as\n // usual\n // TODO: redo this comment\n\n\n if (buffered && buffered.length) {\n return currentTime;\n } // cancel outstanding requests so we begin buffering at the new\n // location\n\n\n this.mainSegmentLoader_.resetEverything();\n this.mainSegmentLoader_.abort();\n\n if (this.mediaTypes_.AUDIO.activePlaylistLoader) {\n this.audioSegmentLoader_.resetEverything();\n this.audioSegmentLoader_.abort();\n }\n\n if (this.mediaTypes_.SUBTITLES.activePlaylistLoader) {\n this.subtitleSegmentLoader_.resetEverything();\n this.subtitleSegmentLoader_.abort();\n } // start segment loader loading in case they are paused\n\n\n this.load();\n }\n /**\n * get the current duration\n *\n * @return {TimeRange} the duration\n */\n\n }, {\n key: 'duration',\n value: function duration$$1() {\n if (!this.masterPlaylistLoader_) {\n return 0;\n }\n\n if (this.mediaSource) {\n return this.mediaSource.duration;\n }\n\n return Hls.Playlist.duration(this.masterPlaylistLoader_.media());\n }\n /**\n * check the seekable range\n *\n * @return {TimeRange} the seekable range\n */\n\n }, {\n key: 'seekable',\n value: function seekable$$1() {\n return this.seekable_;\n }\n }, {\n key: 'onSyncInfoUpdate_',\n value: function onSyncInfoUpdate_() {\n var mainSeekable = void 0;\n var audioSeekable = void 0;\n\n if (!this.masterPlaylistLoader_) {\n return;\n }\n\n var media = this.masterPlaylistLoader_.media();\n\n if (!media) {\n return;\n }\n\n var expired = this.syncController_.getExpiredTime(media, this.mediaSource.duration);\n\n if (expired === null) {\n // not enough information to update seekable\n return;\n }\n\n mainSeekable = Hls.Playlist.seekable(media, expired);\n\n if (mainSeekable.length === 0) {\n return;\n }\n\n if (this.mediaTypes_.AUDIO.activePlaylistLoader) {\n media = this.mediaTypes_.AUDIO.activePlaylistLoader.media();\n expired = this.syncController_.getExpiredTime(media, this.mediaSource.duration);\n\n if (expired === null) {\n return;\n }\n\n audioSeekable = Hls.Playlist.seekable(media, expired);\n\n if (audioSeekable.length === 0) {\n return;\n }\n }\n\n if (!audioSeekable) {\n // seekable has been calculated based on buffering video data so it\n // can be returned directly\n this.seekable_ = mainSeekable;\n } else if (audioSeekable.start(0) > mainSeekable.end(0) || mainSeekable.start(0) > audioSeekable.end(0)) {\n // seekables are pretty far off, rely on main\n this.seekable_ = mainSeekable;\n } else {\n this.seekable_ = videojs$1.createTimeRanges([[audioSeekable.start(0) > mainSeekable.start(0) ? audioSeekable.start(0) : mainSeekable.start(0), audioSeekable.end(0) < mainSeekable.end(0) ? audioSeekable.end(0) : mainSeekable.end(0)]]);\n }\n\n this.logger_('seekable updated [' + printableRange(this.seekable_) + ']');\n this.tech_.trigger('seekablechanged');\n }\n /**\n * Update the player duration\n */\n\n }, {\n key: 'updateDuration',\n value: function updateDuration() {\n var _this6 = this;\n\n var oldDuration = this.mediaSource.duration;\n var newDuration = Hls.Playlist.duration(this.masterPlaylistLoader_.media());\n var buffered = this.tech_.buffered();\n\n var setDuration = function setDuration() {\n _this6.mediaSource.duration = newDuration;\n\n _this6.tech_.trigger('durationchange');\n\n _this6.mediaSource.removeEventListener('sourceopen', setDuration);\n };\n\n if (buffered.length > 0) {\n newDuration = Math.max(newDuration, buffered.end(buffered.length - 1));\n } // if the duration has changed, invalidate the cached value\n\n\n if (oldDuration !== newDuration) {\n // update the duration\n if (this.mediaSource.readyState !== 'open') {\n this.mediaSource.addEventListener('sourceopen', setDuration);\n } else {\n setDuration();\n }\n }\n }\n /**\n * dispose of the MasterPlaylistController and everything\n * that it controls\n */\n\n }, {\n key: 'dispose',\n value: function dispose() {\n var _this7 = this;\n\n this.decrypter_.terminate();\n this.masterPlaylistLoader_.dispose();\n this.mainSegmentLoader_.dispose();\n ['AUDIO', 'SUBTITLES'].forEach(function (type) {\n var groups = _this7.mediaTypes_[type].groups;\n\n for (var id in groups) {\n groups[id].forEach(function (group) {\n if (group.playlistLoader) {\n group.playlistLoader.dispose();\n }\n });\n }\n });\n this.audioSegmentLoader_.dispose();\n this.subtitleSegmentLoader_.dispose();\n }\n /**\n * return the master playlist object if we have one\n *\n * @return {Object} the master playlist object that we parsed\n */\n\n }, {\n key: 'master',\n value: function master() {\n return this.masterPlaylistLoader_.master;\n }\n /**\n * return the currently selected playlist\n *\n * @return {Object} the currently selected playlist object that we parsed\n */\n\n }, {\n key: 'media',\n value: function media() {\n // playlist loader will not return media if it has not been fully loaded\n return this.masterPlaylistLoader_.media() || this.initialMedia_;\n }\n /**\n * setup our internal source buffers on our segment Loaders\n *\n * @private\n */\n\n }, {\n key: 'setupSourceBuffers_',\n value: function setupSourceBuffers_() {\n var media = this.masterPlaylistLoader_.media();\n var mimeTypes = void 0; // wait until a media playlist is available and the Media Source is\n // attached\n\n if (!media || this.mediaSource.readyState !== 'open') {\n return;\n }\n\n mimeTypes = mimeTypesForPlaylist(this.masterPlaylistLoader_.master, media);\n\n if (mimeTypes.length < 1) {\n this.error = 'No compatible SourceBuffer configuration for the variant stream:' + media.resolvedUri;\n return this.mediaSource.endOfStream('decode');\n }\n\n this.configureLoaderMimeTypes_(mimeTypes); // exclude any incompatible variant streams from future playlist\n // selection\n\n this.excludeIncompatibleVariants_(media);\n }\n }, {\n key: 'configureLoaderMimeTypes_',\n value: function configureLoaderMimeTypes_(mimeTypes) {\n // If the content is demuxed, we can't start appending segments to a source buffer\n // until both source buffers are set up, or else the browser may not let us add the\n // second source buffer (it will assume we are playing either audio only or video\n // only).\n var sourceBufferEmitter = // If there is more than one mime type\n mimeTypes.length > 1 && // and the first mime type does not have muxed video and audio\n mimeTypes[0].indexOf(',') === -1 && // and the two mime types are different (they can be the same in the case of audio\n // only with alternate audio)\n mimeTypes[0] !== mimeTypes[1] ? // then we want to wait on the second source buffer\n new videojs$1.EventTarget() : // otherwise there is no need to wait as the content is either audio only,\n // video only, or muxed content.\n null;\n this.mainSegmentLoader_.mimeType(mimeTypes[0], sourceBufferEmitter);\n\n if (mimeTypes[1]) {\n this.audioSegmentLoader_.mimeType(mimeTypes[1], sourceBufferEmitter);\n }\n }\n /**\n * Blacklists playlists with codecs that are unsupported by the browser.\n */\n\n }, {\n key: 'excludeUnsupportedVariants_',\n value: function excludeUnsupportedVariants_() {\n this.master().playlists.forEach(function (variant) {\n if (variant.attributes.CODECS && window$1.MediaSource && window$1.MediaSource.isTypeSupported && !window$1.MediaSource.isTypeSupported('video/mp4; codecs=\"' + mapLegacyAvcCodecs(variant.attributes.CODECS) + '\"')) {\n variant.excludeUntil = Infinity;\n }\n });\n }\n /**\n * Blacklist playlists that are known to be codec or\n * stream-incompatible with the SourceBuffer configuration. For\n * instance, Media Source Extensions would cause the video element to\n * stall waiting for video data if you switched from a variant with\n * video and audio to an audio-only one.\n *\n * @param {Object} media a media playlist compatible with the current\n * set of SourceBuffers. Variants in the current master playlist that\n * do not appear to have compatible codec or stream configurations\n * will be excluded from the default playlist selection algorithm\n * indefinitely.\n * @private\n */\n\n }, {\n key: 'excludeIncompatibleVariants_',\n value: function excludeIncompatibleVariants_(media) {\n var codecCount = 2;\n var videoCodec = null;\n var codecs = void 0;\n\n if (media.attributes.CODECS) {\n codecs = parseCodecs(media.attributes.CODECS);\n videoCodec = codecs.videoCodec;\n codecCount = codecs.codecCount;\n }\n\n this.master().playlists.forEach(function (variant) {\n var variantCodecs = {\n codecCount: 2,\n videoCodec: null\n };\n\n if (variant.attributes.CODECS) {\n variantCodecs = parseCodecs(variant.attributes.CODECS);\n } // if the streams differ in the presence or absence of audio or\n // video, they are incompatible\n\n\n if (variantCodecs.codecCount !== codecCount) {\n variant.excludeUntil = Infinity;\n } // if h.264 is specified on the current playlist, some flavor of\n // it must be specified on all compatible variants\n\n\n if (variantCodecs.videoCodec !== videoCodec) {\n variant.excludeUntil = Infinity;\n }\n });\n }\n }, {\n key: 'updateAdCues_',\n value: function updateAdCues_(media) {\n var offset = 0;\n var seekable$$1 = this.seekable();\n\n if (seekable$$1.length) {\n offset = seekable$$1.start(0);\n }\n\n updateAdCues(media, this.cueTagsTrack_, offset);\n }\n /**\n * Calculates the desired forward buffer length based on current time\n *\n * @return {Number} Desired forward buffer length in seconds\n */\n\n }, {\n key: 'goalBufferLength',\n value: function goalBufferLength() {\n var currentTime = this.tech_.currentTime();\n var initial = Config.GOAL_BUFFER_LENGTH;\n var rate = Config.GOAL_BUFFER_LENGTH_RATE;\n var max = Math.max(initial, Config.MAX_GOAL_BUFFER_LENGTH);\n return Math.min(initial + currentTime * rate, max);\n }\n /**\n * Calculates the desired buffer low water line based on current time\n *\n * @return {Number} Desired buffer low water line in seconds\n */\n\n }, {\n key: 'bufferLowWaterLine',\n value: function bufferLowWaterLine() {\n var currentTime = this.tech_.currentTime();\n var initial = Config.BUFFER_LOW_WATER_LINE;\n var rate = Config.BUFFER_LOW_WATER_LINE_RATE;\n var max = Math.max(initial, Config.MAX_BUFFER_LOW_WATER_LINE);\n return Math.min(initial + currentTime * rate, max);\n }\n }]);\n return MasterPlaylistController;\n}(videojs$1.EventTarget);\n/**\n * Returns a function that acts as the Enable/disable playlist function.\n *\n * @param {PlaylistLoader} loader - The master playlist loader\n * @param {String} playlistUri - uri of the playlist\n * @param {Function} changePlaylistFn - A function to be called after a\n * playlist's enabled-state has been changed. Will NOT be called if a\n * playlist's enabled-state is unchanged\n * @param {Boolean=} enable - Value to set the playlist enabled-state to\n * or if undefined returns the current enabled-state for the playlist\n * @return {Function} Function for setting/getting enabled\n */\n\n\nvar enableFunction = function enableFunction(loader, playlistUri, changePlaylistFn) {\n return function (enable) {\n var playlist = loader.master.playlists[playlistUri];\n var incompatible = isIncompatible(playlist);\n var currentlyEnabled = isEnabled(playlist);\n\n if (typeof enable === 'undefined') {\n return currentlyEnabled;\n }\n\n if (enable) {\n delete playlist.disabled;\n } else {\n playlist.disabled = true;\n }\n\n if (enable !== currentlyEnabled && !incompatible) {\n // Ensure the outside world knows about our changes\n changePlaylistFn();\n\n if (enable) {\n loader.trigger('renditionenabled');\n } else {\n loader.trigger('renditiondisabled');\n }\n }\n\n return enable;\n };\n};\n/**\n * The representation object encapsulates the publicly visible information\n * in a media playlist along with a setter/getter-type function (enabled)\n * for changing the enabled-state of a particular playlist entry\n *\n * @class Representation\n */\n\n\nvar Representation = function Representation(hlsHandler, playlist, id) {\n classCallCheck(this, Representation);\n var mpc = hlsHandler.masterPlaylistController_,\n smoothQualityChange = hlsHandler.options_.smoothQualityChange; // Get a reference to a bound version of the quality change function\n\n var changeType = smoothQualityChange ? 'smooth' : 'fast';\n var qualityChangeFunction = mpc[changeType + 'QualityChange_'].bind(mpc); // some playlist attributes are optional\n\n if (playlist.attributes.RESOLUTION) {\n var resolution = playlist.attributes.RESOLUTION;\n this.width = resolution.width;\n this.height = resolution.height;\n }\n\n this.bandwidth = playlist.attributes.BANDWIDTH; // The id is simply the ordinality of the media playlist\n // within the master playlist\n\n this.id = id; // Partially-apply the enableFunction to create a playlist-\n // specific variant\n\n this.enabled = enableFunction(hlsHandler.playlists, playlist.uri, qualityChangeFunction);\n};\n/**\n * A mixin function that adds the `representations` api to an instance\n * of the HlsHandler class\n * @param {HlsHandler} hlsHandler - An instance of HlsHandler to add the\n * representation API into\n */\n\n\nvar renditionSelectionMixin = function renditionSelectionMixin(hlsHandler) {\n var playlists = hlsHandler.playlists; // Add a single API-specific function to the HlsHandler instance\n\n hlsHandler.representations = function () {\n return playlists.master.playlists.filter(function (media) {\n return !isIncompatible(media);\n }).map(function (e, i) {\n return new Representation(hlsHandler, e, e.uri);\n });\n };\n};\n/**\n * @file playback-watcher.js\n *\n * Playback starts, and now my watch begins. It shall not end until my death. I shall\n * take no wait, hold no uncleared timeouts, father no bad seeks. I shall wear no crowns\n * and win no glory. I shall live and die at my post. I am the corrector of the underflow.\n * I am the watcher of gaps. I am the shield that guards the realms of seekable. I pledge\n * my life and honor to the Playback Watch, for this Player and all the Players to come.\n */\n// Set of events that reset the playback-watcher time check logic and clear the timeout\n\n\nvar timerCancelEvents = ['seeking', 'seeked', 'pause', 'playing', 'error'];\n/**\n * @class PlaybackWatcher\n */\n\nvar PlaybackWatcher = function () {\n /**\n * Represents an PlaybackWatcher object.\n * @constructor\n * @param {object} options an object that includes the tech and settings\n */\n function PlaybackWatcher(options) {\n var _this = this;\n\n classCallCheck(this, PlaybackWatcher);\n this.tech_ = options.tech;\n this.seekable = options.seekable;\n this.seekTo = options.seekTo;\n this.consecutiveUpdates = 0;\n this.lastRecordedTime = null;\n this.timer_ = null;\n this.checkCurrentTimeTimeout_ = null;\n this.logger_ = logger('PlaybackWatcher');\n this.logger_('initialize');\n\n var canPlayHandler = function canPlayHandler() {\n return _this.monitorCurrentTime_();\n };\n\n var waitingHandler = function waitingHandler() {\n return _this.techWaiting_();\n };\n\n var cancelTimerHandler = function cancelTimerHandler() {\n return _this.cancelTimer_();\n };\n\n var fixesBadSeeksHandler = function fixesBadSeeksHandler() {\n return _this.fixesBadSeeks_();\n };\n\n this.tech_.on('seekablechanged', fixesBadSeeksHandler);\n this.tech_.on('waiting', waitingHandler);\n this.tech_.on(timerCancelEvents, cancelTimerHandler);\n this.tech_.on('canplay', canPlayHandler); // Define the dispose function to clean up our events\n\n this.dispose = function () {\n _this.logger_('dispose');\n\n _this.tech_.off('seekablechanged', fixesBadSeeksHandler);\n\n _this.tech_.off('waiting', waitingHandler);\n\n _this.tech_.off(timerCancelEvents, cancelTimerHandler);\n\n _this.tech_.off('canplay', canPlayHandler);\n\n if (_this.checkCurrentTimeTimeout_) {\n window$1.clearTimeout(_this.checkCurrentTimeTimeout_);\n }\n\n _this.cancelTimer_();\n };\n }\n /**\n * Periodically check current time to see if playback stopped\n *\n * @private\n */\n\n\n createClass(PlaybackWatcher, [{\n key: 'monitorCurrentTime_',\n value: function monitorCurrentTime_() {\n this.checkCurrentTime_();\n\n if (this.checkCurrentTimeTimeout_) {\n window$1.clearTimeout(this.checkCurrentTimeTimeout_);\n } // 42 = 24 fps // 250 is what Webkit uses // FF uses 15\n\n\n this.checkCurrentTimeTimeout_ = window$1.setTimeout(this.monitorCurrentTime_.bind(this), 250);\n }\n /**\n * The purpose of this function is to emulate the \"waiting\" event on\n * browsers that do not emit it when they are waiting for more\n * data to continue playback\n *\n * @private\n */\n\n }, {\n key: 'checkCurrentTime_',\n value: function checkCurrentTime_() {\n if (this.tech_.seeking() && this.fixesBadSeeks_()) {\n this.consecutiveUpdates = 0;\n this.lastRecordedTime = this.tech_.currentTime();\n return;\n }\n\n if (this.tech_.paused() || this.tech_.seeking()) {\n return;\n }\n\n var currentTime = this.tech_.currentTime();\n var buffered = this.tech_.buffered();\n\n if (this.lastRecordedTime === currentTime && (!buffered.length || currentTime + SAFE_TIME_DELTA >= buffered.end(buffered.length - 1))) {\n // If current time is at the end of the final buffered region, then any playback\n // stall is most likely caused by buffering in a low bandwidth environment. The tech\n // should fire a `waiting` event in this scenario, but due to browser and tech\n // inconsistencies. Calling `techWaiting_` here allows us to simulate\n // responding to a native `waiting` event when the tech fails to emit one.\n return this.techWaiting_();\n }\n\n if (this.consecutiveUpdates >= 5 && currentTime === this.lastRecordedTime) {\n this.consecutiveUpdates++;\n this.waiting_();\n } else if (currentTime === this.lastRecordedTime) {\n this.consecutiveUpdates++;\n } else {\n this.consecutiveUpdates = 0;\n this.lastRecordedTime = currentTime;\n }\n }\n /**\n * Cancels any pending timers and resets the 'timeupdate' mechanism\n * designed to detect that we are stalled\n *\n * @private\n */\n\n }, {\n key: 'cancelTimer_',\n value: function cancelTimer_() {\n this.consecutiveUpdates = 0;\n\n if (this.timer_) {\n this.logger_('cancelTimer_');\n clearTimeout(this.timer_);\n }\n\n this.timer_ = null;\n }\n /**\n * Fixes situations where there's a bad seek\n *\n * @return {Boolean} whether an action was taken to fix the seek\n * @private\n */\n\n }, {\n key: 'fixesBadSeeks_',\n value: function fixesBadSeeks_() {\n var seeking = this.tech_.seeking();\n var seekable = this.seekable();\n var currentTime = this.tech_.currentTime();\n var seekTo = void 0;\n\n if (seeking && this.afterSeekableWindow_(seekable, currentTime)) {\n var seekableEnd = seekable.end(seekable.length - 1); // sync to live point (if VOD, our seekable was updated and we're simply adjusting)\n\n seekTo = seekableEnd;\n }\n\n if (seeking && this.beforeSeekableWindow_(seekable, currentTime)) {\n var seekableStart = seekable.start(0); // sync to the beginning of the live window\n // provide a buffer of .1 seconds to handle rounding/imprecise numbers\n\n seekTo = seekableStart + SAFE_TIME_DELTA;\n }\n\n if (typeof seekTo !== 'undefined') {\n this.logger_('Trying to seek outside of seekable at time ' + currentTime + ' with ' + ('seekable range ' + printableRange(seekable) + '. Seeking to ') + (seekTo + '.'));\n this.seekTo(seekTo);\n return true;\n }\n\n return false;\n }\n /**\n * Handler for situations when we determine the player is waiting.\n *\n * @private\n */\n\n }, {\n key: 'waiting_',\n value: function waiting_() {\n if (this.techWaiting_()) {\n return;\n } // All tech waiting checks failed. Use last resort correction\n\n\n var currentTime = this.tech_.currentTime();\n var buffered = this.tech_.buffered();\n var currentRange = findRange(buffered, currentTime); // Sometimes the player can stall for unknown reasons within a contiguous buffered\n // region with no indication that anything is amiss (seen in Firefox). Seeking to\n // currentTime is usually enough to kickstart the player. This checks that the player\n // is currently within a buffered region before attempting a corrective seek.\n // Chrome does not appear to continue `timeupdate` events after a `waiting` event\n // until there is ~ 3 seconds of forward buffer available. PlaybackWatcher should also\n // make sure there is ~3 seconds of forward buffer before taking any corrective action\n // to avoid triggering an `unknownwaiting` event when the network is slow.\n\n if (currentRange.length && currentTime + 3 <= currentRange.end(0)) {\n this.cancelTimer_();\n this.seekTo(currentTime);\n this.logger_('Stopped at ' + currentTime + ' while inside a buffered region ' + ('[' + currentRange.start(0) + ' -> ' + currentRange.end(0) + ']. Attempting to resume ') + 'playback by seeking to the current time.'); // unknown waiting corrections may be useful for monitoring QoS\n\n this.tech_.trigger({\n type: 'usage',\n name: 'hls-unknown-waiting'\n });\n return;\n }\n }\n /**\n * Handler for situations when the tech fires a `waiting` event\n *\n * @return {Boolean}\n * True if an action (or none) was needed to correct the waiting. False if no\n * checks passed\n * @private\n */\n\n }, {\n key: 'techWaiting_',\n value: function techWaiting_() {\n var seekable = this.seekable();\n var currentTime = this.tech_.currentTime();\n\n if (this.tech_.seeking() && this.fixesBadSeeks_()) {\n // Tech is seeking or bad seek fixed, no action needed\n return true;\n }\n\n if (this.tech_.seeking() || this.timer_ !== null) {\n // Tech is seeking or already waiting on another action, no action needed\n return true;\n }\n\n if (this.beforeSeekableWindow_(seekable, currentTime)) {\n var livePoint = seekable.end(seekable.length - 1);\n this.logger_('Fell out of live window at time ' + currentTime + '. Seeking to ' + ('live point (seekable end) ' + livePoint));\n this.cancelTimer_();\n this.seekTo(livePoint); // live window resyncs may be useful for monitoring QoS\n\n this.tech_.trigger({\n type: 'usage',\n name: 'hls-live-resync'\n });\n return true;\n }\n\n var buffered = this.tech_.buffered();\n var nextRange = findNextRange(buffered, currentTime);\n\n if (this.videoUnderflow_(nextRange, buffered, currentTime)) {\n // Even though the video underflowed and was stuck in a gap, the audio overplayed\n // the gap, leading currentTime into a buffered range. Seeking to currentTime\n // allows the video to catch up to the audio position without losing any audio\n // (only suffering ~3 seconds of frozen video and a pause in audio playback).\n this.cancelTimer_();\n this.seekTo(currentTime); // video underflow may be useful for monitoring QoS\n\n this.tech_.trigger({\n type: 'usage',\n name: 'hls-video-underflow'\n });\n return true;\n } // check for gap\n\n\n if (nextRange.length > 0) {\n var difference = nextRange.start(0) - currentTime;\n this.logger_('Stopped at ' + currentTime + ', setting timer for ' + difference + ', seeking ' + ('to ' + nextRange.start(0)));\n this.timer_ = setTimeout(this.skipTheGap_.bind(this), difference * 1000, currentTime);\n return true;\n } // All checks failed. Returning false to indicate failure to correct waiting\n\n\n return false;\n }\n }, {\n key: 'afterSeekableWindow_',\n value: function afterSeekableWindow_(seekable, currentTime) {\n if (!seekable.length) {\n // we can't make a solid case if there's no seekable, default to false\n return false;\n }\n\n if (currentTime > seekable.end(seekable.length - 1) + SAFE_TIME_DELTA) {\n return true;\n }\n\n return false;\n }\n }, {\n key: 'beforeSeekableWindow_',\n value: function beforeSeekableWindow_(seekable, currentTime) {\n if (seekable.length && // can't fall before 0 and 0 seekable start identifies VOD stream\n seekable.start(0) > 0 && currentTime < seekable.start(0) - SAFE_TIME_DELTA) {\n return true;\n }\n\n return false;\n }\n }, {\n key: 'videoUnderflow_',\n value: function videoUnderflow_(nextRange, buffered, currentTime) {\n if (nextRange.length === 0) {\n // Even if there is no available next range, there is still a possibility we are\n // stuck in a gap due to video underflow.\n var gap = this.gapFromVideoUnderflow_(buffered, currentTime);\n\n if (gap) {\n this.logger_('Encountered a gap in video from ' + gap.start + ' to ' + gap.end + '. ' + ('Seeking to current time ' + currentTime));\n return true;\n }\n }\n\n return false;\n }\n /**\n * Timer callback. If playback still has not proceeded, then we seek\n * to the start of the next buffered region.\n *\n * @private\n */\n\n }, {\n key: 'skipTheGap_',\n value: function skipTheGap_(scheduledCurrentTime) {\n var buffered = this.tech_.buffered();\n var currentTime = this.tech_.currentTime();\n var nextRange = findNextRange(buffered, currentTime);\n this.cancelTimer_();\n\n if (nextRange.length === 0 || currentTime !== scheduledCurrentTime) {\n return;\n }\n\n this.logger_('skipTheGap_:', 'currentTime:', currentTime, 'scheduled currentTime:', scheduledCurrentTime, 'nextRange start:', nextRange.start(0)); // only seek if we still have not played\n\n this.seekTo(nextRange.start(0) + TIME_FUDGE_FACTOR);\n this.tech_.trigger({\n type: 'usage',\n name: 'hls-gap-skip'\n });\n }\n }, {\n key: 'gapFromVideoUnderflow_',\n value: function gapFromVideoUnderflow_(buffered, currentTime) {\n // At least in Chrome, if there is a gap in the video buffer, the audio will continue\n // playing for ~3 seconds after the video gap starts. This is done to account for\n // video buffer underflow/underrun (note that this is not done when there is audio\n // buffer underflow/underrun -- in that case the video will stop as soon as it\n // encounters the gap, as audio stalls are more noticeable/jarring to a user than\n // video stalls). The player's time will reflect the playthrough of audio, so the\n // time will appear as if we are in a buffered region, even if we are stuck in a\n // \"gap.\"\n //\n // Example:\n // video buffer: 0 => 10.1, 10.2 => 20\n // audio buffer: 0 => 20\n // overall buffer: 0 => 10.1, 10.2 => 20\n // current time: 13\n //\n // Chrome's video froze at 10 seconds, where the video buffer encountered the gap,\n // however, the audio continued playing until it reached ~3 seconds past the gap\n // (13 seconds), at which point it stops as well. Since current time is past the\n // gap, findNextRange will return no ranges.\n //\n // To check for this issue, we see if there is a gap that starts somewhere within\n // a 3 second range (3 seconds +/- 1 second) back from our current time.\n var gaps = findGaps(buffered);\n\n for (var i = 0; i < gaps.length; i++) {\n var start = gaps.start(i);\n var end = gaps.end(i); // gap is starts no more than 4 seconds back\n\n if (currentTime - start < 4 && currentTime - start > 2) {\n return {\n start: start,\n end: end\n };\n }\n }\n\n return null;\n }\n }]);\n return PlaybackWatcher;\n}();\n\nvar defaultOptions = {\n errorInterval: 30,\n getSource: function getSource(next) {\n var tech = this.tech({\n IWillNotUseThisInPlugins: true\n });\n var sourceObj = tech.currentSource_;\n return next(sourceObj);\n }\n};\n/**\n * Main entry point for the plugin\n *\n * @param {Player} player a reference to a videojs Player instance\n * @param {Object} [options] an object with plugin options\n * @private\n */\n\nvar initPlugin = function initPlugin(player, options) {\n var lastCalled = 0;\n var seekTo = 0;\n var localOptions = videojs$1.mergeOptions(defaultOptions, options);\n player.ready(function () {\n player.trigger({\n type: 'usage',\n name: 'hls-error-reload-initialized'\n });\n });\n /**\n * Player modifications to perform that must wait until `loadedmetadata`\n * has been triggered\n *\n * @private\n */\n\n var loadedMetadataHandler = function loadedMetadataHandler() {\n if (seekTo) {\n player.currentTime(seekTo);\n }\n };\n /**\n * Set the source on the player element, play, and seek if necessary\n *\n * @param {Object} sourceObj An object specifying the source url and mime-type to play\n * @private\n */\n\n\n var setSource = function setSource(sourceObj) {\n if (sourceObj === null || sourceObj === undefined) {\n return;\n }\n\n seekTo = player.duration() !== Infinity && player.currentTime() || 0;\n player.one('loadedmetadata', loadedMetadataHandler);\n player.src(sourceObj);\n player.trigger({\n type: 'usage',\n name: 'hls-error-reload'\n });\n player.play();\n };\n /**\n * Attempt to get a source from either the built-in getSource function\n * or a custom function provided via the options\n *\n * @private\n */\n\n\n var errorHandler = function errorHandler() {\n // Do not attempt to reload the source if a source-reload occurred before\n // 'errorInterval' time has elapsed since the last source-reload\n if (Date.now() - lastCalled < localOptions.errorInterval * 1000) {\n player.trigger({\n type: 'usage',\n name: 'hls-error-reload-canceled'\n });\n return;\n }\n\n if (!localOptions.getSource || typeof localOptions.getSource !== 'function') {\n videojs$1.log.error('ERROR: reloadSourceOnError - The option getSource must be a function!');\n return;\n }\n\n lastCalled = Date.now();\n return localOptions.getSource.call(player, setSource);\n };\n /**\n * Unbind any event handlers that were bound by the plugin\n *\n * @private\n */\n\n\n var cleanupEvents = function cleanupEvents() {\n player.off('loadedmetadata', loadedMetadataHandler);\n player.off('error', errorHandler);\n player.off('dispose', cleanupEvents);\n };\n /**\n * Cleanup before re-initializing the plugin\n *\n * @param {Object} [newOptions] an object with plugin options\n * @private\n */\n\n\n var reinitPlugin = function reinitPlugin(newOptions) {\n cleanupEvents();\n initPlugin(player, newOptions);\n };\n\n player.on('error', errorHandler);\n player.on('dispose', cleanupEvents); // Overwrite the plugin function so that we can correctly cleanup before\n // initializing the plugin\n\n player.reloadSourceOnError = reinitPlugin;\n};\n/**\n * Reload the source when an error is detected as long as there\n * wasn't an error previously within the last 30 seconds\n *\n * @param {Object} [options] an object with plugin options\n */\n\n\nvar reloadSourceOnError = function reloadSourceOnError(options) {\n initPlugin(this, options);\n};\n\nvar version$1 = \"1.5.1\"; // since VHS handles HLS and DASH (and in the future, more types), use * to capture all\n\nvideojs$1.use('*', function (player) {\n return {\n setSource: function setSource(srcObj, next) {\n // pass null as the first argument to indicate that the source is not rejected\n next(null, srcObj);\n },\n // VHS needs to know when seeks happen. For external seeks (generated at the player\n // level), this middleware will capture the action. For internal seeks (generated at\n // the tech level), we use a wrapped function so that we can handle it on our own\n // (specified elsewhere).\n setCurrentTime: function setCurrentTime(time) {\n if (player.vhs && player.currentSource().src === player.vhs.source_.src) {\n player.vhs.setCurrentTime(time);\n }\n\n return time;\n },\n // Sync VHS after play requests.\n // This specifically handles replay where the order of actions is\n // play, video element will seek to 0 (skipping the setCurrentTime middleware)\n // then triggers a play event.\n play: function play() {\n if (player.vhs && player.currentSource().src === player.vhs.source_.src) {\n player.vhs.setCurrentTime(player.currentTime());\n }\n }\n };\n});\n/**\n * @file videojs-http-streaming.js\n *\n * The main file for the HLS project.\n * License: https://github.com/videojs/videojs-http-streaming/blob/master/LICENSE\n */\n\nvar Hls$1 = {\n PlaylistLoader: PlaylistLoader,\n Playlist: Playlist,\n Decrypter: Decrypter,\n AsyncStream: AsyncStream,\n decrypt: decrypt,\n utils: utils,\n STANDARD_PLAYLIST_SELECTOR: lastBandwidthSelector,\n INITIAL_PLAYLIST_SELECTOR: lowestBitrateCompatibleVariantSelector,\n comparePlaylistBandwidth: comparePlaylistBandwidth,\n comparePlaylistResolution: comparePlaylistResolution,\n xhr: xhrFactory()\n}; // Define getter/setters for config properites\n\n['GOAL_BUFFER_LENGTH', 'MAX_GOAL_BUFFER_LENGTH', 'GOAL_BUFFER_LENGTH_RATE', 'BUFFER_LOW_WATER_LINE', 'MAX_BUFFER_LOW_WATER_LINE', 'BUFFER_LOW_WATER_LINE_RATE', 'BANDWIDTH_VARIANCE'].forEach(function (prop) {\n Object.defineProperty(Hls$1, prop, {\n get: function get$$1() {\n videojs$1.log.warn('using Hls.' + prop + ' is UNSAFE be sure you know what you are doing');\n return Config[prop];\n },\n set: function set$$1(value) {\n videojs$1.log.warn('using Hls.' + prop + ' is UNSAFE be sure you know what you are doing');\n\n if (typeof value !== 'number' || value < 0) {\n videojs$1.log.warn('value of Hls.' + prop + ' must be greater than or equal to 0');\n return;\n }\n\n Config[prop] = value;\n }\n });\n});\nvar LOCAL_STORAGE_KEY$1 = 'videojs-vhs';\n\nvar simpleTypeFromSourceType = function simpleTypeFromSourceType(type) {\n var mpegurlRE = /^(audio|video|application)\\/(x-|vnd\\.apple\\.)?mpegurl/i;\n\n if (mpegurlRE.test(type)) {\n return 'hls';\n }\n\n var dashRE = /^application\\/dash\\+xml/i;\n\n if (dashRE.test(type)) {\n return 'dash';\n }\n\n return null;\n};\n/**\n * Updates the selectedIndex of the QualityLevelList when a mediachange happens in hls.\n *\n * @param {QualityLevelList} qualityLevels The QualityLevelList to update.\n * @param {PlaylistLoader} playlistLoader PlaylistLoader containing the new media info.\n * @function handleHlsMediaChange\n */\n\n\nvar handleHlsMediaChange = function handleHlsMediaChange(qualityLevels, playlistLoader) {\n var newPlaylist = playlistLoader.media();\n var selectedIndex = -1;\n\n for (var i = 0; i < qualityLevels.length; i++) {\n if (qualityLevels[i].id === newPlaylist.uri) {\n selectedIndex = i;\n break;\n }\n }\n\n qualityLevels.selectedIndex_ = selectedIndex;\n qualityLevels.trigger({\n selectedIndex: selectedIndex,\n type: 'change'\n });\n};\n/**\n * Adds quality levels to list once playlist metadata is available\n *\n * @param {QualityLevelList} qualityLevels The QualityLevelList to attach events to.\n * @param {Object} hls Hls object to listen to for media events.\n * @function handleHlsLoadedMetadata\n */\n\n\nvar handleHlsLoadedMetadata = function handleHlsLoadedMetadata(qualityLevels, hls) {\n hls.representations().forEach(function (rep) {\n qualityLevels.addQualityLevel(rep);\n });\n handleHlsMediaChange(qualityLevels, hls.playlists);\n}; // HLS is a source handler, not a tech. Make sure attempts to use it\n// as one do not cause exceptions.\n\n\nHls$1.canPlaySource = function () {\n return videojs$1.log.warn('HLS is no longer a tech. Please remove it from ' + 'your player\\'s techOrder.');\n};\n\nvar emeKeySystems = function emeKeySystems(keySystemOptions, videoPlaylist, audioPlaylist) {\n if (!keySystemOptions) {\n return keySystemOptions;\n } // upsert the content types based on the selected playlist\n\n\n var keySystemContentTypes = {};\n\n for (var keySystem in keySystemOptions) {\n keySystemContentTypes[keySystem] = {\n audioContentType: 'audio/mp4; codecs=\"' + audioPlaylist.attributes.CODECS + '\"',\n videoContentType: 'video/mp4; codecs=\"' + videoPlaylist.attributes.CODECS + '\"'\n };\n\n if (videoPlaylist.contentProtection && videoPlaylist.contentProtection[keySystem] && videoPlaylist.contentProtection[keySystem].pssh) {\n keySystemContentTypes[keySystem].pssh = videoPlaylist.contentProtection[keySystem].pssh;\n } // videojs-contrib-eme accepts the option of specifying: 'com.some.cdm': 'url'\n // so we need to prevent overwriting the URL entirely\n\n\n if (typeof keySystemOptions[keySystem] === 'string') {\n keySystemContentTypes[keySystem].url = keySystemOptions[keySystem];\n }\n }\n\n return videojs$1.mergeOptions(keySystemOptions, keySystemContentTypes);\n};\n\nvar setupEmeOptions = function setupEmeOptions(hlsHandler) {\n if (hlsHandler.options_.sourceType !== 'dash') {\n return;\n }\n\n var player = videojs$1.players[hlsHandler.tech_.options_.playerId];\n\n if (player.eme) {\n var sourceOptions = emeKeySystems(hlsHandler.source_.keySystems, hlsHandler.playlists.media(), hlsHandler.masterPlaylistController_.mediaTypes_.AUDIO.activePlaylistLoader.media());\n\n if (sourceOptions) {\n player.currentSource().keySystems = sourceOptions; // works around https://bugs.chromium.org/p/chromium/issues/detail?id=895449\n\n if (player.eme.initializeMediaKeys) {\n player.eme.initializeMediaKeys();\n }\n }\n }\n};\n\nvar getVhsLocalStorage = function getVhsLocalStorage() {\n if (!window.localStorage) {\n return null;\n }\n\n var storedObject = window.localStorage.getItem(LOCAL_STORAGE_KEY$1);\n\n if (!storedObject) {\n return null;\n }\n\n try {\n return JSON.parse(storedObject);\n } catch (e) {\n // someone may have tampered with the value\n return null;\n }\n};\n\nvar updateVhsLocalStorage = function updateVhsLocalStorage(options) {\n if (!window.localStorage) {\n return false;\n }\n\n var objectToStore = getVhsLocalStorage();\n objectToStore = objectToStore ? videojs$1.mergeOptions(objectToStore, options) : options;\n\n try {\n window.localStorage.setItem(LOCAL_STORAGE_KEY$1, JSON.stringify(objectToStore));\n } catch (e) {\n // Throws if storage is full (e.g., always on iOS 5+ Safari private mode, where\n // storage is set to 0).\n // https://developer.mozilla.org/en-US/docs/Web/API/Storage/setItem#Exceptions\n // No need to perform any operation.\n return false;\n }\n\n return objectToStore;\n};\n/**\n * Whether the browser has built-in HLS support.\n */\n\n\nHls$1.supportsNativeHls = function () {\n var video = document.createElement('video'); // native HLS is definitely not supported if HTML5 video isn't\n\n if (!videojs$1.getTech('Html5').isSupported()) {\n return false;\n } // HLS manifests can go by many mime-types\n\n\n var canPlay = [// Apple santioned\n 'application/vnd.apple.mpegurl', // Apple sanctioned for backwards compatibility\n 'audio/mpegurl', // Very common\n 'audio/x-mpegurl', // Very common\n 'application/x-mpegurl', // Included for completeness\n 'video/x-mpegurl', 'video/mpegurl', 'application/mpegurl'];\n return canPlay.some(function (canItPlay) {\n return /maybe|probably/i.test(video.canPlayType(canItPlay));\n });\n}();\n\nHls$1.supportsNativeDash = function () {\n if (!videojs$1.getTech('Html5').isSupported()) {\n return false;\n }\n\n return /maybe|probably/i.test(document.createElement('video').canPlayType('application/dash+xml'));\n}();\n\nHls$1.supportsTypeNatively = function (type) {\n if (type === 'hls') {\n return Hls$1.supportsNativeHls;\n }\n\n if (type === 'dash') {\n return Hls$1.supportsNativeDash;\n }\n\n return false;\n};\n/**\n * HLS is a source handler, not a tech. Make sure attempts to use it\n * as one do not cause exceptions.\n */\n\n\nHls$1.isSupported = function () {\n return videojs$1.log.warn('HLS is no longer a tech. Please remove it from ' + 'your player\\'s techOrder.');\n};\n\nvar Component$1 = videojs$1.getComponent('Component');\n/**\n * The Hls Handler object, where we orchestrate all of the parts\n * of HLS to interact with video.js\n *\n * @class HlsHandler\n * @extends videojs.Component\n * @param {Object} source the soruce object\n * @param {Tech} tech the parent tech object\n * @param {Object} options optional and required options\n */\n\nvar HlsHandler = function (_Component) {\n inherits(HlsHandler, _Component);\n\n function HlsHandler(source, tech, options) {\n classCallCheck(this, HlsHandler); // tech.player() is deprecated but setup a reference to HLS for\n // backwards-compatibility\n\n var _this = possibleConstructorReturn(this, (HlsHandler.__proto__ || Object.getPrototypeOf(HlsHandler)).call(this, tech, options.hls));\n\n if (tech.options_ && tech.options_.playerId) {\n var _player = videojs$1(tech.options_.playerId);\n\n if (!_player.hasOwnProperty('hls')) {\n Object.defineProperty(_player, 'hls', {\n get: function get$$1() {\n videojs$1.log.warn('player.hls is deprecated. Use player.tech().hls instead.');\n tech.trigger({\n type: 'usage',\n name: 'hls-player-access'\n });\n return _this;\n },\n configurable: true\n });\n } // Set up a reference to the HlsHandler from player.vhs. This allows users to start\n // migrating from player.tech_.hls... to player.vhs... for API access. Although this\n // isn't the most appropriate form of reference for video.js (since all APIs should\n // be provided through core video.js), it is a common pattern for plugins, and vhs\n // will act accordingly.\n\n\n _player.vhs = _this; // deprecated, for backwards compatibility\n\n _player.dash = _this;\n _this.player_ = _player;\n }\n\n _this.tech_ = tech;\n _this.source_ = source;\n _this.stats = {};\n\n _this.setOptions_();\n\n if (_this.options_.overrideNative && tech.overrideNativeAudioTracks && tech.overrideNativeVideoTracks) {\n tech.overrideNativeAudioTracks(true);\n tech.overrideNativeVideoTracks(true);\n } else if (_this.options_.overrideNative && (tech.featuresNativeVideoTracks || tech.featuresNativeAudioTracks)) {\n // overriding native HLS only works if audio tracks have been emulated\n // error early if we're misconfigured\n throw new Error('Overriding native HLS requires emulated tracks. ' + 'See https://git.io/vMpjB');\n } // listen for fullscreenchange events for this player so that we\n // can adjust our quality selection quickly\n\n\n _this.on(document, ['fullscreenchange', 'webkitfullscreenchange', 'mozfullscreenchange', 'MSFullscreenChange'], function (event) {\n var fullscreenElement = document.fullscreenElement || document.webkitFullscreenElement || document.mozFullScreenElement || document.msFullscreenElement;\n\n if (fullscreenElement && fullscreenElement.contains(_this.tech_.el())) {\n _this.masterPlaylistController_.smoothQualityChange_();\n }\n }); // Handle seeking when looping - middleware doesn't handle this seek event from the tech\n\n\n _this.on(_this.tech_, 'seeking', function () {\n if (this.tech_.seeking() && this.tech_.currentTime() === 0 && this.tech_.player_.loop()) {\n this.setCurrentTime(0);\n }\n });\n\n _this.on(_this.tech_, 'error', function () {\n if (this.masterPlaylistController_) {\n this.masterPlaylistController_.pauseLoading();\n }\n });\n\n _this.on(_this.tech_, 'play', _this.play);\n\n return _this;\n }\n\n createClass(HlsHandler, [{\n key: 'setOptions_',\n value: function setOptions_() {\n var _this2 = this; // defaults\n\n\n this.options_.withCredentials = this.options_.withCredentials || false;\n this.options_.limitRenditionByPlayerDimensions = this.options_.limitRenditionByPlayerDimensions === false ? false : true;\n this.options_.smoothQualityChange = this.options_.smoothQualityChange || false;\n this.options_.useBandwidthFromLocalStorage = typeof this.source_.useBandwidthFromLocalStorage !== 'undefined' ? this.source_.useBandwidthFromLocalStorage : this.options_.useBandwidthFromLocalStorage || false;\n\n if (typeof this.options_.blacklistDuration !== 'number') {\n this.options_.blacklistDuration = 5 * 60;\n }\n\n if (typeof this.options_.bandwidth !== 'number') {\n if (this.options_.useBandwidthFromLocalStorage) {\n var storedObject = getVhsLocalStorage();\n\n if (storedObject && storedObject.bandwidth) {\n this.options_.bandwidth = storedObject.bandwidth;\n this.tech_.trigger({\n type: 'usage',\n name: 'hls-bandwidth-from-local-storage'\n });\n }\n\n if (storedObject && storedObject.throughput) {\n this.options_.throughput = storedObject.throughput;\n this.tech_.trigger({\n type: 'usage',\n name: 'hls-throughput-from-local-storage'\n });\n }\n }\n } // if bandwidth was not set by options or pulled from local storage, start playlist\n // selection at a reasonable bandwidth\n\n\n if (typeof this.options_.bandwidth !== 'number') {\n this.options_.bandwidth = Config.INITIAL_BANDWIDTH;\n } // If the bandwidth number is unchanged from the initial setting\n // then this takes precedence over the enableLowInitialPlaylist option\n\n\n this.options_.enableLowInitialPlaylist = this.options_.enableLowInitialPlaylist && this.options_.bandwidth === Config.INITIAL_BANDWIDTH; // grab options passed to player.src\n\n ['withCredentials', 'limitRenditionByPlayerDimensions', 'bandwidth', 'smoothQualityChange'].forEach(function (option) {\n if (typeof _this2.source_[option] !== 'undefined') {\n _this2.options_[option] = _this2.source_[option];\n }\n });\n this.limitRenditionByPlayerDimensions = this.options_.limitRenditionByPlayerDimensions;\n }\n /**\n * called when player.src gets called, handle a new source\n *\n * @param {Object} src the source object to handle\n */\n\n }, {\n key: 'src',\n value: function src(_src, type) {\n var _this3 = this; // do nothing if the src is falsey\n\n\n if (!_src) {\n return;\n }\n\n this.setOptions_(); // add master playlist controller options\n\n this.options_.url = this.source_.src;\n this.options_.tech = this.tech_;\n this.options_.externHls = Hls$1;\n this.options_.sourceType = simpleTypeFromSourceType(type); // Whenever we seek internally, we should update both the tech and call our own\n // setCurrentTime function. This is needed because \"seeking\" events aren't always\n // reliable. External seeks (via the player object) are handled via middleware.\n\n this.options_.seekTo = function (time) {\n _this3.tech_.setCurrentTime(time);\n\n _this3.setCurrentTime(time);\n };\n\n this.masterPlaylistController_ = new MasterPlaylistController(this.options_);\n this.playbackWatcher_ = new PlaybackWatcher(videojs$1.mergeOptions(this.options_, {\n seekable: function seekable$$1() {\n return _this3.seekable();\n }\n }));\n this.masterPlaylistController_.on('error', function () {\n var player = videojs$1.players[_this3.tech_.options_.playerId];\n player.error(_this3.masterPlaylistController_.error);\n }); // `this` in selectPlaylist should be the HlsHandler for backwards\n // compatibility with < v2\n\n this.masterPlaylistController_.selectPlaylist = this.selectPlaylist ? this.selectPlaylist.bind(this) : Hls$1.STANDARD_PLAYLIST_SELECTOR.bind(this);\n this.masterPlaylistController_.selectInitialPlaylist = Hls$1.INITIAL_PLAYLIST_SELECTOR.bind(this); // re-expose some internal objects for backwards compatibility with < v2\n\n this.playlists = this.masterPlaylistController_.masterPlaylistLoader_;\n this.mediaSource = this.masterPlaylistController_.mediaSource; // Proxy assignment of some properties to the master playlist\n // controller. Using a custom property for backwards compatibility\n // with < v2\n\n Object.defineProperties(this, {\n selectPlaylist: {\n get: function get$$1() {\n return this.masterPlaylistController_.selectPlaylist;\n },\n set: function set$$1(selectPlaylist) {\n this.masterPlaylistController_.selectPlaylist = selectPlaylist.bind(this);\n }\n },\n throughput: {\n get: function get$$1() {\n return this.masterPlaylistController_.mainSegmentLoader_.throughput.rate;\n },\n set: function set$$1(throughput) {\n this.masterPlaylistController_.mainSegmentLoader_.throughput.rate = throughput; // By setting `count` to 1 the throughput value becomes the starting value\n // for the cumulative average\n\n this.masterPlaylistController_.mainSegmentLoader_.throughput.count = 1;\n }\n },\n bandwidth: {\n get: function get$$1() {\n return this.masterPlaylistController_.mainSegmentLoader_.bandwidth;\n },\n set: function set$$1(bandwidth) {\n this.masterPlaylistController_.mainSegmentLoader_.bandwidth = bandwidth; // setting the bandwidth manually resets the throughput counter\n // `count` is set to zero that current value of `rate` isn't included\n // in the cumulative average\n\n this.masterPlaylistController_.mainSegmentLoader_.throughput = {\n rate: 0,\n count: 0\n };\n }\n },\n\n /**\n * `systemBandwidth` is a combination of two serial processes bit-rates. The first\n * is the network bitrate provided by `bandwidth` and the second is the bitrate of\n * the entire process after that - decryption, transmuxing, and appending - provided\n * by `throughput`.\n *\n * Since the two process are serial, the overall system bandwidth is given by:\n * sysBandwidth = 1 / (1 / bandwidth + 1 / throughput)\n */\n systemBandwidth: {\n get: function get$$1() {\n var invBandwidth = 1 / (this.bandwidth || 1);\n var invThroughput = void 0;\n\n if (this.throughput > 0) {\n invThroughput = 1 / this.throughput;\n } else {\n invThroughput = 0;\n }\n\n var systemBitrate = Math.floor(1 / (invBandwidth + invThroughput));\n return systemBitrate;\n },\n set: function set$$1() {\n videojs$1.log.error('The \"systemBandwidth\" property is read-only');\n }\n }\n });\n\n if (this.options_.bandwidth) {\n this.bandwidth = this.options_.bandwidth;\n }\n\n if (this.options_.throughput) {\n this.throughput = this.options_.throughput;\n }\n\n Object.defineProperties(this.stats, {\n bandwidth: {\n get: function get$$1() {\n return _this3.bandwidth || 0;\n },\n enumerable: true\n },\n mediaRequests: {\n get: function get$$1() {\n return _this3.masterPlaylistController_.mediaRequests_() || 0;\n },\n enumerable: true\n },\n mediaRequestsAborted: {\n get: function get$$1() {\n return _this3.masterPlaylistController_.mediaRequestsAborted_() || 0;\n },\n enumerable: true\n },\n mediaRequestsTimedout: {\n get: function get$$1() {\n return _this3.masterPlaylistController_.mediaRequestsTimedout_() || 0;\n },\n enumerable: true\n },\n mediaRequestsErrored: {\n get: function get$$1() {\n return _this3.masterPlaylistController_.mediaRequestsErrored_() || 0;\n },\n enumerable: true\n },\n mediaTransferDuration: {\n get: function get$$1() {\n return _this3.masterPlaylistController_.mediaTransferDuration_() || 0;\n },\n enumerable: true\n },\n mediaBytesTransferred: {\n get: function get$$1() {\n return _this3.masterPlaylistController_.mediaBytesTransferred_() || 0;\n },\n enumerable: true\n },\n mediaSecondsLoaded: {\n get: function get$$1() {\n return _this3.masterPlaylistController_.mediaSecondsLoaded_() || 0;\n },\n enumerable: true\n },\n buffered: {\n get: function get$$1() {\n return timeRangesToArray(_this3.tech_.buffered());\n },\n enumerable: true\n },\n currentTime: {\n get: function get$$1() {\n return _this3.tech_.currentTime();\n },\n enumerable: true\n },\n currentSource: {\n get: function get$$1() {\n return _this3.tech_.currentSource_;\n },\n enumerable: true\n },\n currentTech: {\n get: function get$$1() {\n return _this3.tech_.name_;\n },\n enumerable: true\n },\n duration: {\n get: function get$$1() {\n return _this3.tech_.duration();\n },\n enumerable: true\n },\n master: {\n get: function get$$1() {\n return _this3.playlists.master;\n },\n enumerable: true\n },\n playerDimensions: {\n get: function get$$1() {\n return _this3.tech_.currentDimensions();\n },\n enumerable: true\n },\n seekable: {\n get: function get$$1() {\n return timeRangesToArray(_this3.tech_.seekable());\n },\n enumerable: true\n },\n timestamp: {\n get: function get$$1() {\n return Date.now();\n },\n enumerable: true\n },\n videoPlaybackQuality: {\n get: function get$$1() {\n return _this3.tech_.getVideoPlaybackQuality();\n },\n enumerable: true\n }\n });\n this.tech_.one('canplay', this.masterPlaylistController_.setupFirstPlay.bind(this.masterPlaylistController_));\n this.tech_.on('bandwidthupdate', function () {\n if (_this3.options_.useBandwidthFromLocalStorage) {\n updateVhsLocalStorage({\n bandwidth: _this3.bandwidth,\n throughput: Math.round(_this3.throughput)\n });\n }\n });\n this.masterPlaylistController_.on('selectedinitialmedia', function () {\n // Add the manual rendition mix-in to HlsHandler\n renditionSelectionMixin(_this3);\n setupEmeOptions(_this3);\n }); // the bandwidth of the primary segment loader is our best\n // estimate of overall bandwidth\n\n this.on(this.masterPlaylistController_, 'progress', function () {\n this.tech_.trigger('progress');\n });\n this.tech_.ready(function () {\n return _this3.setupQualityLevels_();\n }); // do nothing if the tech has been disposed already\n // this can occur if someone sets the src in player.ready(), for instance\n\n if (!this.tech_.el()) {\n return;\n }\n\n this.tech_.src(videojs$1.URL.createObjectURL(this.masterPlaylistController_.mediaSource));\n }\n /**\n * Initializes the quality levels and sets listeners to update them.\n *\n * @method setupQualityLevels_\n * @private\n */\n\n }, {\n key: 'setupQualityLevels_',\n value: function setupQualityLevels_() {\n var _this4 = this;\n\n var player = videojs$1.players[this.tech_.options_.playerId];\n\n if (player && player.qualityLevels) {\n this.qualityLevels_ = player.qualityLevels();\n this.masterPlaylistController_.on('selectedinitialmedia', function () {\n handleHlsLoadedMetadata(_this4.qualityLevels_, _this4);\n });\n this.playlists.on('mediachange', function () {\n handleHlsMediaChange(_this4.qualityLevels_, _this4.playlists);\n });\n }\n }\n /**\n * Begin playing the video.\n */\n\n }, {\n key: 'play',\n value: function play() {\n this.masterPlaylistController_.play();\n }\n /**\n * a wrapper around the function in MasterPlaylistController\n */\n\n }, {\n key: 'setCurrentTime',\n value: function setCurrentTime(currentTime) {\n this.masterPlaylistController_.setCurrentTime(currentTime);\n }\n /**\n * a wrapper around the function in MasterPlaylistController\n */\n\n }, {\n key: 'duration',\n value: function duration$$1() {\n return this.masterPlaylistController_.duration();\n }\n /**\n * a wrapper around the function in MasterPlaylistController\n */\n\n }, {\n key: 'seekable',\n value: function seekable$$1() {\n return this.masterPlaylistController_.seekable();\n }\n /**\n * Abort all outstanding work and cleanup.\n */\n\n }, {\n key: 'dispose',\n value: function dispose() {\n if (this.playbackWatcher_) {\n this.playbackWatcher_.dispose();\n }\n\n if (this.masterPlaylistController_) {\n this.masterPlaylistController_.dispose();\n }\n\n if (this.qualityLevels_) {\n this.qualityLevels_.dispose();\n }\n\n if (this.player_) {\n delete this.player_.vhs;\n delete this.player_.dash;\n delete this.player_.hls;\n }\n\n if (this.tech_ && this.tech_.hls) {\n delete this.tech_.hls;\n }\n\n get$1(HlsHandler.prototype.__proto__ || Object.getPrototypeOf(HlsHandler.prototype), 'dispose', this).call(this);\n }\n }, {\n key: 'convertToStreamTime',\n value: function convertToStreamTime(time, callback) {\n return getStreamTime({\n playlist: this.masterPlaylistController_.media(),\n time: time,\n callback: callback\n });\n } // the player must be playing before calling this\n\n }, {\n key: 'seekToStreamTime',\n value: function seekToStreamTime$$1(streamTime, callback) {\n var pauseAfterSeek = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : true;\n var retryCount = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : 2;\n return seekToStreamTime({\n streamTime: streamTime,\n playlist: this.masterPlaylistController_.media(),\n retryCount: retryCount,\n pauseAfterSeek: pauseAfterSeek,\n seekTo: this.options_.seekTo,\n tech: this.options_.tech,\n callback: callback\n });\n }\n }]);\n return HlsHandler;\n}(Component$1);\n/**\n * The Source Handler object, which informs video.js what additional\n * MIME types are supported and sets up playback. It is registered\n * automatically to the appropriate tech based on the capabilities of\n * the browser it is running in. It is not necessary to use or modify\n * this object in normal usage.\n */\n\n\nvar HlsSourceHandler = {\n name: 'videojs-http-streaming',\n VERSION: version$1,\n canHandleSource: function canHandleSource(srcObj) {\n var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n var localOptions = videojs$1.mergeOptions(videojs$1.options, options);\n return HlsSourceHandler.canPlayType(srcObj.type, localOptions);\n },\n handleSource: function handleSource(source, tech) {\n var options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};\n var localOptions = videojs$1.mergeOptions(videojs$1.options, options);\n tech.hls = new HlsHandler(source, tech, localOptions);\n tech.hls.xhr = xhrFactory();\n tech.hls.src(source.src, source.type);\n return tech.hls;\n },\n canPlayType: function canPlayType(type) {\n var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n\n var _videojs$mergeOptions = videojs$1.mergeOptions(videojs$1.options, options),\n overrideNative = _videojs$mergeOptions.hls.overrideNative;\n\n var supportedType = simpleTypeFromSourceType(type);\n var canUseMsePlayback = supportedType && (!Hls$1.supportsTypeNatively(supportedType) || overrideNative);\n return canUseMsePlayback ? 'maybe' : '';\n }\n};\n\nif (typeof videojs$1.MediaSource === 'undefined' || typeof videojs$1.URL === 'undefined') {\n videojs$1.MediaSource = MediaSource;\n videojs$1.URL = URL$1;\n} // register source handlers with the appropriate techs\n\n\nif (MediaSource.supportsNativeMediaSources()) {\n videojs$1.getTech('Html5').registerSourceHandler(HlsSourceHandler, 0);\n}\n\nvideojs$1.HlsHandler = HlsHandler;\nvideojs$1.HlsSourceHandler = HlsSourceHandler;\nvideojs$1.Hls = Hls$1;\n\nif (!videojs$1.use) {\n videojs$1.registerComponent('Hls', Hls$1);\n}\n\nvideojs$1.options.hls = videojs$1.options.hls || {};\n\nif (videojs$1.registerPlugin) {\n videojs$1.registerPlugin('reloadSourceOnError', reloadSourceOnError);\n} else {\n videojs$1.plugin('reloadSourceOnError', reloadSourceOnError);\n}\n\nexport default videojs$1;\n","/**\n * mux.js\n *\n * Copyright (c) 2014 Brightcove\n * All rights reserved.\n *\n * A lightweight readable stream implemention that handles event dispatching.\n * Objects that inherit from streams should call init in their constructors.\n */\n'use strict';\n\nvar Stream = function() {\n this.init = function() {\n var listeners = {};\n /**\n * Add a listener for a specified event type.\n * @param type {string} the event name\n * @param listener {function} the callback to be invoked when an event of\n * the specified type occurs\n */\n this.on = function(type, listener) {\n if (!listeners[type]) {\n listeners[type] = [];\n }\n listeners[type] = listeners[type].concat(listener);\n };\n /**\n * Remove a listener for a specified event type.\n * @param type {string} the event name\n * @param listener {function} a function previously registered for this\n * type of event through `on`\n */\n this.off = function(type, listener) {\n var index;\n if (!listeners[type]) {\n return false;\n }\n index = listeners[type].indexOf(listener);\n listeners[type] = listeners[type].slice();\n listeners[type].splice(index, 1);\n return index > -1;\n };\n /**\n * Trigger an event of the specified type on this stream. Any additional\n * arguments to this function are passed as parameters to event listeners.\n * @param type {string} the event name\n */\n this.trigger = function(type) {\n var callbacks, i, length, args;\n callbacks = listeners[type];\n if (!callbacks) {\n return;\n }\n // Slicing the arguments on every invocation of this method\n // can add a significant amount of overhead. Avoid the\n // intermediate object creation for the common case of a\n // single callback argument\n if (arguments.length === 2) {\n length = callbacks.length;\n for (i = 0; i < length; ++i) {\n callbacks[i].call(this, arguments[1]);\n }\n } else {\n args = [];\n i = arguments.length;\n for (i = 1; i < arguments.length; ++i) {\n args.push(arguments[i]);\n }\n length = callbacks.length;\n for (i = 0; i < length; ++i) {\n callbacks[i].apply(this, args);\n }\n }\n };\n /**\n * Destroys the stream and cleans up.\n */\n this.dispose = function() {\n listeners = {};\n };\n };\n};\n\n/**\n * Forwards all `data` events on this stream to the destination stream. The\n * destination stream should provide a method `push` to receive the data\n * events as they arrive.\n * @param destination {stream} the stream that will receive all `data` events\n * @param autoFlush {boolean} if false, we will not call `flush` on the destination\n * when the current stream emits a 'done' event\n * @see http://nodejs.org/api/stream.html#stream_readable_pipe_destination_options\n */\nStream.prototype.pipe = function(destination) {\n this.on('data', function(data) {\n destination.push(data);\n });\n\n this.on('done', function(flushSource) {\n destination.flush(flushSource);\n });\n\n return destination;\n};\n\n// Default stream functions that are expected to be overridden to perform\n// actual work. These are provided by the prototype as a sort of no-op\n// implementation so that we don't have to check for their existence in the\n// `pipe` function above.\nStream.prototype.push = function(data) {\n this.trigger('data', data);\n};\n\nStream.prototype.flush = function(flushSource) {\n this.trigger('done', flushSource);\n};\n\nmodule.exports = Stream;\n","'use strict';\n\nmodule.exports = {\n H264_STREAM_TYPE: 0x1B,\n ADTS_STREAM_TYPE: 0x0F,\n METADATA_STREAM_TYPE: 0x15\n};\n","var win;\n\nif (typeof window !== \"undefined\") {\n win = window;\n} else if (typeof global !== \"undefined\") {\n win = global;\n} else if (typeof self !== \"undefined\"){\n win = self;\n} else {\n win = {};\n}\n\nmodule.exports = win;\n","/**\n * mux.js\n *\n * Copyright (c) 2015 Brightcove\n * All rights reserved.\n *\n * Utilities to detect basic properties and metadata about MP4s.\n */\n'use strict';\n\nvar toUnsigned = require('../utils/bin').toUnsigned;\nvar findBox, parseType, timescale, startTime, getVideoTrackIds;\n\n// Find the data for a box specified by its path\nfindBox = function(data, path) {\n var results = [],\n i, size, type, end, subresults;\n\n if (!path.length) {\n // short-circuit the search for empty paths\n return null;\n }\n\n for (i = 0; i < data.byteLength;) {\n size = toUnsigned(data[i] << 24 |\n data[i + 1] << 16 |\n data[i + 2] << 8 |\n data[i + 3]);\n\n type = parseType(data.subarray(i + 4, i + 8));\n\n end = size > 1 ? i + size : data.byteLength;\n\n if (type === path[0]) {\n if (path.length === 1) {\n // this is the end of the path and we've found the box we were\n // looking for\n results.push(data.subarray(i + 8, end));\n } else {\n // recursively search for the next box along the path\n subresults = findBox(data.subarray(i + 8, end), path.slice(1));\n if (subresults.length) {\n results = results.concat(subresults);\n }\n }\n }\n i = end;\n }\n\n // we've finished searching all of data\n return results;\n};\n\n/**\n * Returns the string representation of an ASCII encoded four byte buffer.\n * @param buffer {Uint8Array} a four-byte buffer to translate\n * @return {string} the corresponding string\n */\nparseType = function(buffer) {\n var result = '';\n result += String.fromCharCode(buffer[0]);\n result += String.fromCharCode(buffer[1]);\n result += String.fromCharCode(buffer[2]);\n result += String.fromCharCode(buffer[3]);\n return result;\n};\n\n/**\n * Parses an MP4 initialization segment and extracts the timescale\n * values for any declared tracks. Timescale values indicate the\n * number of clock ticks per second to assume for time-based values\n * elsewhere in the MP4.\n *\n * To determine the start time of an MP4, you need two pieces of\n * information: the timescale unit and the earliest base media decode\n * time. Multiple timescales can be specified within an MP4 but the\n * base media decode time is always expressed in the timescale from\n * the media header box for the track:\n * ```\n * moov > trak > mdia > mdhd.timescale\n * ```\n * @param init {Uint8Array} the bytes of the init segment\n * @return {object} a hash of track ids to timescale values or null if\n * the init segment is malformed.\n */\ntimescale = function(init) {\n var\n result = {},\n traks = findBox(init, ['moov', 'trak']);\n\n // mdhd timescale\n return traks.reduce(function(result, trak) {\n var tkhd, version, index, id, mdhd;\n\n tkhd = findBox(trak, ['tkhd'])[0];\n if (!tkhd) {\n return null;\n }\n version = tkhd[0];\n index = version === 0 ? 12 : 20;\n id = toUnsigned(tkhd[index] << 24 |\n tkhd[index + 1] << 16 |\n tkhd[index + 2] << 8 |\n tkhd[index + 3]);\n\n mdhd = findBox(trak, ['mdia', 'mdhd'])[0];\n if (!mdhd) {\n return null;\n }\n version = mdhd[0];\n index = version === 0 ? 12 : 20;\n result[id] = toUnsigned(mdhd[index] << 24 |\n mdhd[index + 1] << 16 |\n mdhd[index + 2] << 8 |\n mdhd[index + 3]);\n return result;\n }, result);\n};\n\n/**\n * Determine the base media decode start time, in seconds, for an MP4\n * fragment. If multiple fragments are specified, the earliest time is\n * returned.\n *\n * The base media decode time can be parsed from track fragment\n * metadata:\n * ```\n * moof > traf > tfdt.baseMediaDecodeTime\n * ```\n * It requires the timescale value from the mdhd to interpret.\n *\n * @param timescale {object} a hash of track ids to timescale values.\n * @return {number} the earliest base media decode start time for the\n * fragment, in seconds\n */\nstartTime = function(timescale, fragment) {\n var trafs, baseTimes, result;\n\n // we need info from two childrend of each track fragment box\n trafs = findBox(fragment, ['moof', 'traf']);\n\n // determine the start times for each track\n baseTimes = [].concat.apply([], trafs.map(function(traf) {\n return findBox(traf, ['tfhd']).map(function(tfhd) {\n var id, scale, baseTime;\n\n // get the track id from the tfhd\n id = toUnsigned(tfhd[4] << 24 |\n tfhd[5] << 16 |\n tfhd[6] << 8 |\n tfhd[7]);\n // assume a 90kHz clock if no timescale was specified\n scale = timescale[id] || 90e3;\n\n // get the base media decode time from the tfdt\n baseTime = findBox(traf, ['tfdt']).map(function(tfdt) {\n var version, result;\n\n version = tfdt[0];\n result = toUnsigned(tfdt[4] << 24 |\n tfdt[5] << 16 |\n tfdt[6] << 8 |\n tfdt[7]);\n if (version === 1) {\n result *= Math.pow(2, 32);\n result += toUnsigned(tfdt[8] << 24 |\n tfdt[9] << 16 |\n tfdt[10] << 8 |\n tfdt[11]);\n }\n return result;\n })[0];\n baseTime = baseTime || Infinity;\n\n // convert base time to seconds\n return baseTime / scale;\n });\n }));\n\n // return the minimum\n result = Math.min.apply(null, baseTimes);\n return isFinite(result) ? result : 0;\n};\n\n/**\n * Find the trackIds of the video tracks in this source.\n * Found by parsing the Handler Reference and Track Header Boxes:\n * moov > trak > mdia > hdlr\n * moov > trak > tkhd\n *\n * @param {Uint8Array} init - The bytes of the init segment for this source\n * @return {Number[]} A list of trackIds\n *\n * @see ISO-BMFF-12/2015, Section 8.4.3\n **/\ngetVideoTrackIds = function(init) {\n var traks = findBox(init, ['moov', 'trak']);\n var videoTrackIds = [];\n\n traks.forEach(function(trak) {\n var hdlrs = findBox(trak, ['mdia', 'hdlr']);\n var tkhds = findBox(trak, ['tkhd']);\n\n hdlrs.forEach(function(hdlr, index) {\n var handlerType = parseType(hdlr.subarray(8, 12));\n var tkhd = tkhds[index];\n var view;\n var version;\n var trackId;\n\n if (handlerType === 'vide') {\n view = new DataView(tkhd.buffer, tkhd.byteOffset, tkhd.byteLength);\n version = view.getUint8(0);\n trackId = (version === 0) ? view.getUint32(12) : view.getUint32(20);\n\n videoTrackIds.push(trackId);\n }\n });\n });\n\n return videoTrackIds;\n};\n\nmodule.exports = {\n findBox: findBox,\n parseType: parseType,\n timescale: timescale,\n startTime: startTime,\n videoTrackIds: getVideoTrackIds\n};\n","var g;\n\n// This works in non-strict mode\ng = (function() {\n\treturn this;\n})();\n\ntry {\n\t// This works if eval is allowed (see CSP)\n\tg = g || new Function(\"return this\")();\n} catch (e) {\n\t// This works if the window reference is available\n\tif (typeof window === \"object\") g = window;\n}\n\n// g can still be undefined, but nothing to do about it...\n// We return undefined, instead of nothing here, so it's\n// easier to handle this case. if(!global) { ...}\n\nmodule.exports = g;\n","/**\n * mux.js\n *\n * Copyright (c) 2015 Brightcove\n * All rights reserved.\n *\n * A stream-based mp2t to mp4 converter. This utility can be used to\n * deliver mp4s to a SourceBuffer on platforms that support native\n * Media Source Extensions.\n */\n'use strict';\n\nvar Stream = require('../utils/stream.js');\nvar mp4 = require('./mp4-generator.js');\nvar frameUtils = require('./frame-utils');\nvar audioFrameUtils = require('./audio-frame-utils');\nvar trackDecodeInfo = require('./track-decode-info');\nvar m2ts = require('../m2ts/m2ts.js');\nvar AdtsStream = require('../codecs/adts.js');\nvar H264Stream = require('../codecs/h264').H264Stream;\nvar AacStream = require('../aac');\nvar isLikelyAacData = require('../aac/utils').isLikelyAacData;\n\n// constants\nvar AUDIO_PROPERTIES = [\n 'audioobjecttype',\n 'channelcount',\n 'samplerate',\n 'samplingfrequencyindex',\n 'samplesize'\n];\n\nvar VIDEO_PROPERTIES = [\n 'width',\n 'height',\n 'profileIdc',\n 'levelIdc',\n 'profileCompatibility'\n];\n\n// object types\nvar VideoSegmentStream, AudioSegmentStream, Transmuxer, CoalesceStream;\n\n/**\n * Compare two arrays (even typed) for same-ness\n */\nvar arrayEquals = function(a, b) {\n var\n i;\n\n if (a.length !== b.length) {\n return false;\n }\n\n // compare the value of each element in the array\n for (i = 0; i < a.length; i++) {\n if (a[i] !== b[i]) {\n return false;\n }\n }\n\n return true;\n};\n\n/**\n * Constructs a single-track, ISO BMFF media segment from AAC data\n * events. The output of this stream can be fed to a SourceBuffer\n * configured with a suitable initialization segment.\n * @param track {object} track metadata configuration\n * @param options {object} transmuxer options object\n * @param options.keepOriginalTimestamps {boolean} If true, keep the timestamps\n * in the source; false to adjust the first segment to start at 0.\n */\nAudioSegmentStream = function(track, options) {\n var\n adtsFrames = [],\n sequenceNumber = 0,\n earliestAllowedDts = 0,\n audioAppendStartTs = 0,\n videoBaseMediaDecodeTime = Infinity;\n\n options = options || {};\n\n AudioSegmentStream.prototype.init.call(this);\n\n this.push = function(data) {\n trackDecodeInfo.collectDtsInfo(track, data);\n\n if (track) {\n AUDIO_PROPERTIES.forEach(function(prop) {\n track[prop] = data[prop];\n });\n }\n\n // buffer audio data until end() is called\n adtsFrames.push(data);\n };\n\n this.setEarliestDts = function(earliestDts) {\n earliestAllowedDts = earliestDts - track.timelineStartInfo.baseMediaDecodeTime;\n };\n\n this.setVideoBaseMediaDecodeTime = function(baseMediaDecodeTime) {\n videoBaseMediaDecodeTime = baseMediaDecodeTime;\n };\n\n this.setAudioAppendStart = function(timestamp) {\n audioAppendStartTs = timestamp;\n };\n\n this.flush = function() {\n var\n frames,\n moof,\n mdat,\n boxes;\n\n // return early if no audio data has been observed\n if (adtsFrames.length === 0) {\n this.trigger('done', 'AudioSegmentStream');\n return;\n }\n\n frames = audioFrameUtils.trimAdtsFramesByEarliestDts(\n adtsFrames, track, earliestAllowedDts);\n track.baseMediaDecodeTime = trackDecodeInfo.calculateTrackBaseMediaDecodeTime(\n track, options.keepOriginalTimestamps);\n\n audioFrameUtils.prefixWithSilence(\n track, frames, audioAppendStartTs, videoBaseMediaDecodeTime);\n\n // we have to build the index from byte locations to\n // samples (that is, adts frames) in the audio data\n track.samples = audioFrameUtils.generateSampleTable(frames);\n\n // concatenate the audio data to constuct the mdat\n mdat = mp4.mdat(audioFrameUtils.concatenateFrameData(frames));\n\n adtsFrames = [];\n\n moof = mp4.moof(sequenceNumber, [track]);\n boxes = new Uint8Array(moof.byteLength + mdat.byteLength);\n\n // bump the sequence number for next time\n sequenceNumber++;\n\n boxes.set(moof);\n boxes.set(mdat, moof.byteLength);\n\n trackDecodeInfo.clearDtsInfo(track);\n\n this.trigger('data', {track: track, boxes: boxes});\n this.trigger('done', 'AudioSegmentStream');\n };\n};\n\nAudioSegmentStream.prototype = new Stream();\n\n/**\n * Constructs a single-track, ISO BMFF media segment from H264 data\n * events. The output of this stream can be fed to a SourceBuffer\n * configured with a suitable initialization segment.\n * @param track {object} track metadata configuration\n * @param options {object} transmuxer options object\n * @param options.alignGopsAtEnd {boolean} If true, start from the end of the\n * gopsToAlignWith list when attempting to align gop pts\n * @param options.keepOriginalTimestamps {boolean} If true, keep the timestamps\n * in the source; false to adjust the first segment to start at 0.\n */\nVideoSegmentStream = function(track, options) {\n var\n sequenceNumber = 0,\n nalUnits = [],\n gopsToAlignWith = [],\n config,\n pps;\n\n options = options || {};\n\n VideoSegmentStream.prototype.init.call(this);\n\n delete track.minPTS;\n\n this.gopCache_ = [];\n\n /**\n * Constructs a ISO BMFF segment given H264 nalUnits\n * @param {Object} nalUnit A data event representing a nalUnit\n * @param {String} nalUnit.nalUnitType\n * @param {Object} nalUnit.config Properties for a mp4 track\n * @param {Uint8Array} nalUnit.data The nalUnit bytes\n * @see lib/codecs/h264.js\n **/\n this.push = function(nalUnit) {\n trackDecodeInfo.collectDtsInfo(track, nalUnit);\n\n // record the track config\n if (nalUnit.nalUnitType === 'seq_parameter_set_rbsp' && !config) {\n config = nalUnit.config;\n track.sps = [nalUnit.data];\n\n VIDEO_PROPERTIES.forEach(function(prop) {\n track[prop] = config[prop];\n }, this);\n }\n\n if (nalUnit.nalUnitType === 'pic_parameter_set_rbsp' &&\n !pps) {\n pps = nalUnit.data;\n track.pps = [nalUnit.data];\n }\n\n // buffer video until flush() is called\n nalUnits.push(nalUnit);\n };\n\n /**\n * Pass constructed ISO BMFF track and boxes on to the\n * next stream in the pipeline\n **/\n this.flush = function() {\n var\n frames,\n gopForFusion,\n gops,\n moof,\n mdat,\n boxes;\n\n // Throw away nalUnits at the start of the byte stream until\n // we find the first AUD\n while (nalUnits.length) {\n if (nalUnits[0].nalUnitType === 'access_unit_delimiter_rbsp') {\n break;\n }\n nalUnits.shift();\n }\n\n // Return early if no video data has been observed\n if (nalUnits.length === 0) {\n this.resetStream_();\n this.trigger('done', 'VideoSegmentStream');\n return;\n }\n\n // Organize the raw nal-units into arrays that represent\n // higher-level constructs such as frames and gops\n // (group-of-pictures)\n frames = frameUtils.groupNalsIntoFrames(nalUnits);\n gops = frameUtils.groupFramesIntoGops(frames);\n\n // If the first frame of this fragment is not a keyframe we have\n // a problem since MSE (on Chrome) requires a leading keyframe.\n //\n // We have two approaches to repairing this situation:\n // 1) GOP-FUSION:\n // This is where we keep track of the GOPS (group-of-pictures)\n // from previous fragments and attempt to find one that we can\n // prepend to the current fragment in order to create a valid\n // fragment.\n // 2) KEYFRAME-PULLING:\n // Here we search for the first keyframe in the fragment and\n // throw away all the frames between the start of the fragment\n // and that keyframe. We then extend the duration and pull the\n // PTS of the keyframe forward so that it covers the time range\n // of the frames that were disposed of.\n //\n // #1 is far prefereable over #2 which can cause \"stuttering\" but\n // requires more things to be just right.\n if (!gops[0][0].keyFrame) {\n // Search for a gop for fusion from our gopCache\n gopForFusion = this.getGopForFusion_(nalUnits[0], track);\n\n if (gopForFusion) {\n gops.unshift(gopForFusion);\n // Adjust Gops' metadata to account for the inclusion of the\n // new gop at the beginning\n gops.byteLength += gopForFusion.byteLength;\n gops.nalCount += gopForFusion.nalCount;\n gops.pts = gopForFusion.pts;\n gops.dts = gopForFusion.dts;\n gops.duration += gopForFusion.duration;\n } else {\n // If we didn't find a candidate gop fall back to keyframe-pulling\n gops = frameUtils.extendFirstKeyFrame(gops);\n }\n }\n\n // Trim gops to align with gopsToAlignWith\n if (gopsToAlignWith.length) {\n var alignedGops;\n\n if (options.alignGopsAtEnd) {\n alignedGops = this.alignGopsAtEnd_(gops);\n } else {\n alignedGops = this.alignGopsAtStart_(gops);\n }\n\n if (!alignedGops) {\n // save all the nals in the last GOP into the gop cache\n this.gopCache_.unshift({\n gop: gops.pop(),\n pps: track.pps,\n sps: track.sps\n });\n\n // Keep a maximum of 6 GOPs in the cache\n this.gopCache_.length = Math.min(6, this.gopCache_.length);\n\n // Clear nalUnits\n nalUnits = [];\n\n // return early no gops can be aligned with desired gopsToAlignWith\n this.resetStream_();\n this.trigger('done', 'VideoSegmentStream');\n return;\n }\n\n // Some gops were trimmed. clear dts info so minSegmentDts and pts are correct\n // when recalculated before sending off to CoalesceStream\n trackDecodeInfo.clearDtsInfo(track);\n\n gops = alignedGops;\n }\n\n trackDecodeInfo.collectDtsInfo(track, gops);\n\n // First, we have to build the index from byte locations to\n // samples (that is, frames) in the video data\n track.samples = frameUtils.generateSampleTable(gops);\n\n // Concatenate the video data and construct the mdat\n mdat = mp4.mdat(frameUtils.concatenateNalData(gops));\n\n track.baseMediaDecodeTime = trackDecodeInfo.calculateTrackBaseMediaDecodeTime(\n track, options.keepOriginalTimestamps);\n\n this.trigger('processedGopsInfo', gops.map(function(gop) {\n return {\n pts: gop.pts,\n dts: gop.dts,\n byteLength: gop.byteLength\n };\n }));\n\n // save all the nals in the last GOP into the gop cache\n this.gopCache_.unshift({\n gop: gops.pop(),\n pps: track.pps,\n sps: track.sps\n });\n\n // Keep a maximum of 6 GOPs in the cache\n this.gopCache_.length = Math.min(6, this.gopCache_.length);\n\n // Clear nalUnits\n nalUnits = [];\n\n this.trigger('baseMediaDecodeTime', track.baseMediaDecodeTime);\n this.trigger('timelineStartInfo', track.timelineStartInfo);\n\n moof = mp4.moof(sequenceNumber, [track]);\n\n // it would be great to allocate this array up front instead of\n // throwing away hundreds of media segment fragments\n boxes = new Uint8Array(moof.byteLength + mdat.byteLength);\n\n // Bump the sequence number for next time\n sequenceNumber++;\n\n boxes.set(moof);\n boxes.set(mdat, moof.byteLength);\n\n this.trigger('data', {track: track, boxes: boxes});\n\n this.resetStream_();\n\n // Continue with the flush process now\n this.trigger('done', 'VideoSegmentStream');\n };\n\n this.resetStream_ = function() {\n trackDecodeInfo.clearDtsInfo(track);\n\n // reset config and pps because they may differ across segments\n // for instance, when we are rendition switching\n config = undefined;\n pps = undefined;\n };\n\n // Search for a candidate Gop for gop-fusion from the gop cache and\n // return it or return null if no good candidate was found\n this.getGopForFusion_ = function(nalUnit) {\n var\n halfSecond = 45000, // Half-a-second in a 90khz clock\n allowableOverlap = 10000, // About 3 frames @ 30fps\n nearestDistance = Infinity,\n dtsDistance,\n nearestGopObj,\n currentGop,\n currentGopObj,\n i;\n\n // Search for the GOP nearest to the beginning of this nal unit\n for (i = 0; i < this.gopCache_.length; i++) {\n currentGopObj = this.gopCache_[i];\n currentGop = currentGopObj.gop;\n\n // Reject Gops with different SPS or PPS\n if (!(track.pps && arrayEquals(track.pps[0], currentGopObj.pps[0])) ||\n !(track.sps && arrayEquals(track.sps[0], currentGopObj.sps[0]))) {\n continue;\n }\n\n // Reject Gops that would require a negative baseMediaDecodeTime\n if (currentGop.dts < track.timelineStartInfo.dts) {\n continue;\n }\n\n // The distance between the end of the gop and the start of the nalUnit\n dtsDistance = (nalUnit.dts - currentGop.dts) - currentGop.duration;\n\n // Only consider GOPS that start before the nal unit and end within\n // a half-second of the nal unit\n if (dtsDistance >= -allowableOverlap &&\n dtsDistance <= halfSecond) {\n\n // Always use the closest GOP we found if there is more than\n // one candidate\n if (!nearestGopObj ||\n nearestDistance > dtsDistance) {\n nearestGopObj = currentGopObj;\n nearestDistance = dtsDistance;\n }\n }\n }\n\n if (nearestGopObj) {\n return nearestGopObj.gop;\n }\n return null;\n };\n\n // trim gop list to the first gop found that has a matching pts with a gop in the list\n // of gopsToAlignWith starting from the START of the list\n this.alignGopsAtStart_ = function(gops) {\n var alignIndex, gopIndex, align, gop, byteLength, nalCount, duration, alignedGops;\n\n byteLength = gops.byteLength;\n nalCount = gops.nalCount;\n duration = gops.duration;\n alignIndex = gopIndex = 0;\n\n while (alignIndex < gopsToAlignWith.length && gopIndex < gops.length) {\n align = gopsToAlignWith[alignIndex];\n gop = gops[gopIndex];\n\n if (align.pts === gop.pts) {\n break;\n }\n\n if (gop.pts > align.pts) {\n // this current gop starts after the current gop we want to align on, so increment\n // align index\n alignIndex++;\n continue;\n }\n\n // current gop starts before the current gop we want to align on. so increment gop\n // index\n gopIndex++;\n byteLength -= gop.byteLength;\n nalCount -= gop.nalCount;\n duration -= gop.duration;\n }\n\n if (gopIndex === 0) {\n // no gops to trim\n return gops;\n }\n\n if (gopIndex === gops.length) {\n // all gops trimmed, skip appending all gops\n return null;\n }\n\n alignedGops = gops.slice(gopIndex);\n alignedGops.byteLength = byteLength;\n alignedGops.duration = duration;\n alignedGops.nalCount = nalCount;\n alignedGops.pts = alignedGops[0].pts;\n alignedGops.dts = alignedGops[0].dts;\n\n return alignedGops;\n };\n\n // trim gop list to the first gop found that has a matching pts with a gop in the list\n // of gopsToAlignWith starting from the END of the list\n this.alignGopsAtEnd_ = function(gops) {\n var alignIndex, gopIndex, align, gop, alignEndIndex, matchFound;\n\n alignIndex = gopsToAlignWith.length - 1;\n gopIndex = gops.length - 1;\n alignEndIndex = null;\n matchFound = false;\n\n while (alignIndex >= 0 && gopIndex >= 0) {\n align = gopsToAlignWith[alignIndex];\n gop = gops[gopIndex];\n\n if (align.pts === gop.pts) {\n matchFound = true;\n break;\n }\n\n if (align.pts > gop.pts) {\n alignIndex--;\n continue;\n }\n\n if (alignIndex === gopsToAlignWith.length - 1) {\n // gop.pts is greater than the last alignment candidate. If no match is found\n // by the end of this loop, we still want to append gops that come after this\n // point\n alignEndIndex = gopIndex;\n }\n\n gopIndex--;\n }\n\n if (!matchFound && alignEndIndex === null) {\n return null;\n }\n\n var trimIndex;\n\n if (matchFound) {\n trimIndex = gopIndex;\n } else {\n trimIndex = alignEndIndex;\n }\n\n if (trimIndex === 0) {\n return gops;\n }\n\n var alignedGops = gops.slice(trimIndex);\n var metadata = alignedGops.reduce(function(total, gop) {\n total.byteLength += gop.byteLength;\n total.duration += gop.duration;\n total.nalCount += gop.nalCount;\n return total;\n }, { byteLength: 0, duration: 0, nalCount: 0 });\n\n alignedGops.byteLength = metadata.byteLength;\n alignedGops.duration = metadata.duration;\n alignedGops.nalCount = metadata.nalCount;\n alignedGops.pts = alignedGops[0].pts;\n alignedGops.dts = alignedGops[0].dts;\n\n return alignedGops;\n };\n\n this.alignGopsWith = function(newGopsToAlignWith) {\n gopsToAlignWith = newGopsToAlignWith;\n };\n};\n\nVideoSegmentStream.prototype = new Stream();\n\n/**\n * A Stream that can combine multiple streams (ie. audio & video)\n * into a single output segment for MSE. Also supports audio-only\n * and video-only streams.\n * @param options {object} transmuxer options object\n * @param options.keepOriginalTimestamps {boolean} If true, keep the timestamps\n * in the source; false to adjust the first segment to start at media timeline start.\n */\nCoalesceStream = function(options, metadataStream) {\n // Number of Tracks per output segment\n // If greater than 1, we combine multiple\n // tracks into a single segment\n this.numberOfTracks = 0;\n this.metadataStream = metadataStream;\n\n options = options || {};\n\n if (typeof options.remux !== 'undefined') {\n this.remuxTracks = !!options.remux;\n } else {\n this.remuxTracks = true;\n }\n\n if (typeof options.keepOriginalTimestamps === 'boolean') {\n this.keepOriginalTimestamps = options.keepOriginalTimestamps;\n }\n\n this.pendingTracks = [];\n this.videoTrack = null;\n this.pendingBoxes = [];\n this.pendingCaptions = [];\n this.pendingMetadata = [];\n this.pendingBytes = 0;\n this.emittedTracks = 0;\n\n CoalesceStream.prototype.init.call(this);\n\n // Take output from multiple\n this.push = function(output) {\n // buffer incoming captions until the associated video segment\n // finishes\n if (output.text) {\n return this.pendingCaptions.push(output);\n }\n // buffer incoming id3 tags until the final flush\n if (output.frames) {\n return this.pendingMetadata.push(output);\n }\n\n // Add this track to the list of pending tracks and store\n // important information required for the construction of\n // the final segment\n this.pendingTracks.push(output.track);\n this.pendingBoxes.push(output.boxes);\n this.pendingBytes += output.boxes.byteLength;\n\n if (output.track.type === 'video') {\n this.videoTrack = output.track;\n }\n if (output.track.type === 'audio') {\n this.audioTrack = output.track;\n }\n };\n};\n\nCoalesceStream.prototype = new Stream();\nCoalesceStream.prototype.flush = function(flushSource) {\n var\n offset = 0,\n event = {\n captions: [],\n captionStreams: {},\n metadata: [],\n info: {}\n },\n caption,\n id3,\n initSegment,\n timelineStartPts = 0,\n i;\n\n if (this.pendingTracks.length < this.numberOfTracks) {\n if (flushSource !== 'VideoSegmentStream' &&\n flushSource !== 'AudioSegmentStream') {\n // Return because we haven't received a flush from a data-generating\n // portion of the segment (meaning that we have only recieved meta-data\n // or captions.)\n return;\n } else if (this.remuxTracks) {\n // Return until we have enough tracks from the pipeline to remux (if we\n // are remuxing audio and video into a single MP4)\n return;\n } else if (this.pendingTracks.length === 0) {\n // In the case where we receive a flush without any data having been\n // received we consider it an emitted track for the purposes of coalescing\n // `done` events.\n // We do this for the case where there is an audio and video track in the\n // segment but no audio data. (seen in several playlists with alternate\n // audio tracks and no audio present in the main TS segments.)\n this.emittedTracks++;\n\n if (this.emittedTracks >= this.numberOfTracks) {\n this.trigger('done');\n this.emittedTracks = 0;\n }\n return;\n }\n }\n\n if (this.videoTrack) {\n timelineStartPts = this.videoTrack.timelineStartInfo.pts;\n VIDEO_PROPERTIES.forEach(function(prop) {\n event.info[prop] = this.videoTrack[prop];\n }, this);\n } else if (this.audioTrack) {\n timelineStartPts = this.audioTrack.timelineStartInfo.pts;\n AUDIO_PROPERTIES.forEach(function(prop) {\n event.info[prop] = this.audioTrack[prop];\n }, this);\n }\n\n if (this.pendingTracks.length === 1) {\n event.type = this.pendingTracks[0].type;\n } else {\n event.type = 'combined';\n }\n\n this.emittedTracks += this.pendingTracks.length;\n\n initSegment = mp4.initSegment(this.pendingTracks);\n\n // Create a new typed array to hold the init segment\n event.initSegment = new Uint8Array(initSegment.byteLength);\n\n // Create an init segment containing a moov\n // and track definitions\n event.initSegment.set(initSegment);\n\n // Create a new typed array to hold the moof+mdats\n event.data = new Uint8Array(this.pendingBytes);\n\n // Append each moof+mdat (one per track) together\n for (i = 0; i < this.pendingBoxes.length; i++) {\n event.data.set(this.pendingBoxes[i], offset);\n offset += this.pendingBoxes[i].byteLength;\n }\n\n // Translate caption PTS times into second offsets to match the\n // video timeline for the segment, and add track info\n for (i = 0; i < this.pendingCaptions.length; i++) {\n caption = this.pendingCaptions[i];\n\n caption.startTime = caption.startPts;\n if (!this.keepOriginalTimestamps) {\n caption.startTime -= timelineStartPts;\n }\n caption.startTime /= 90e3;\n\n caption.endTime = caption.endPts;\n if (!this.keepOriginalTimestamps) {\n caption.endTime -= timelineStartPts;\n }\n caption.endTime /= 90e3;\n\n event.captionStreams[caption.stream] = true;\n event.captions.push(caption);\n }\n\n // Translate ID3 frame PTS times into second offsets to match the\n // video timeline for the segment\n for (i = 0; i < this.pendingMetadata.length; i++) {\n id3 = this.pendingMetadata[i];\n\n id3.cueTime = id3.pts;\n if (!this.keepOriginalTimestamps) {\n id3.cueTime -= timelineStartPts;\n }\n id3.cueTime /= 90e3;\n\n event.metadata.push(id3);\n }\n\n // We add this to every single emitted segment even though we only need\n // it for the first\n event.metadata.dispatchType = this.metadataStream.dispatchType;\n\n // Reset stream state\n this.pendingTracks.length = 0;\n this.videoTrack = null;\n this.pendingBoxes.length = 0;\n this.pendingCaptions.length = 0;\n this.pendingBytes = 0;\n this.pendingMetadata.length = 0;\n\n // Emit the built segment\n this.trigger('data', event);\n\n // Only emit `done` if all tracks have been flushed and emitted\n if (this.emittedTracks >= this.numberOfTracks) {\n this.trigger('done');\n this.emittedTracks = 0;\n }\n};\n/**\n * A Stream that expects MP2T binary data as input and produces\n * corresponding media segments, suitable for use with Media Source\n * Extension (MSE) implementations that support the ISO BMFF byte\n * stream format, like Chrome.\n */\nTransmuxer = function(options) {\n var\n self = this,\n hasFlushed = true,\n videoTrack,\n audioTrack;\n\n Transmuxer.prototype.init.call(this);\n\n options = options || {};\n this.baseMediaDecodeTime = options.baseMediaDecodeTime || 0;\n this.transmuxPipeline_ = {};\n\n this.setupAacPipeline = function() {\n var pipeline = {};\n this.transmuxPipeline_ = pipeline;\n\n pipeline.type = 'aac';\n pipeline.metadataStream = new m2ts.MetadataStream();\n\n // set up the parsing pipeline\n pipeline.aacStream = new AacStream();\n pipeline.audioTimestampRolloverStream = new m2ts.TimestampRolloverStream('audio');\n pipeline.timedMetadataTimestampRolloverStream = new m2ts.TimestampRolloverStream('timed-metadata');\n pipeline.adtsStream = new AdtsStream();\n pipeline.coalesceStream = new CoalesceStream(options, pipeline.metadataStream);\n pipeline.headOfPipeline = pipeline.aacStream;\n\n pipeline.aacStream\n .pipe(pipeline.audioTimestampRolloverStream)\n .pipe(pipeline.adtsStream);\n pipeline.aacStream\n .pipe(pipeline.timedMetadataTimestampRolloverStream)\n .pipe(pipeline.metadataStream)\n .pipe(pipeline.coalesceStream);\n\n pipeline.metadataStream.on('timestamp', function(frame) {\n pipeline.aacStream.setTimestamp(frame.timeStamp);\n });\n\n pipeline.aacStream.on('data', function(data) {\n if (data.type === 'timed-metadata' && !pipeline.audioSegmentStream) {\n audioTrack = audioTrack || {\n timelineStartInfo: {\n baseMediaDecodeTime: self.baseMediaDecodeTime\n },\n codec: 'adts',\n type: 'audio'\n };\n // hook up the audio segment stream to the first track with aac data\n pipeline.coalesceStream.numberOfTracks++;\n pipeline.audioSegmentStream = new AudioSegmentStream(audioTrack, options);\n // Set up the final part of the audio pipeline\n pipeline.adtsStream\n .pipe(pipeline.audioSegmentStream)\n .pipe(pipeline.coalesceStream);\n }\n });\n\n // Re-emit any data coming from the coalesce stream to the outside world\n pipeline.coalesceStream.on('data', this.trigger.bind(this, 'data'));\n // Let the consumer know we have finished flushing the entire pipeline\n pipeline.coalesceStream.on('done', this.trigger.bind(this, 'done'));\n };\n\n this.setupTsPipeline = function() {\n var pipeline = {};\n this.transmuxPipeline_ = pipeline;\n\n pipeline.type = 'ts';\n pipeline.metadataStream = new m2ts.MetadataStream();\n\n // set up the parsing pipeline\n pipeline.packetStream = new m2ts.TransportPacketStream();\n pipeline.parseStream = new m2ts.TransportParseStream();\n pipeline.elementaryStream = new m2ts.ElementaryStream();\n pipeline.videoTimestampRolloverStream = new m2ts.TimestampRolloverStream('video');\n pipeline.audioTimestampRolloverStream = new m2ts.TimestampRolloverStream('audio');\n pipeline.timedMetadataTimestampRolloverStream = new m2ts.TimestampRolloverStream('timed-metadata');\n pipeline.adtsStream = new AdtsStream();\n pipeline.h264Stream = new H264Stream();\n pipeline.captionStream = new m2ts.CaptionStream();\n pipeline.coalesceStream = new CoalesceStream(options, pipeline.metadataStream);\n pipeline.headOfPipeline = pipeline.packetStream;\n\n // disassemble MPEG2-TS packets into elementary streams\n pipeline.packetStream\n .pipe(pipeline.parseStream)\n .pipe(pipeline.elementaryStream);\n\n // !!THIS ORDER IS IMPORTANT!!\n // demux the streams\n pipeline.elementaryStream\n .pipe(pipeline.videoTimestampRolloverStream)\n .pipe(pipeline.h264Stream);\n pipeline.elementaryStream\n .pipe(pipeline.audioTimestampRolloverStream)\n .pipe(pipeline.adtsStream);\n\n pipeline.elementaryStream\n .pipe(pipeline.timedMetadataTimestampRolloverStream)\n .pipe(pipeline.metadataStream)\n .pipe(pipeline.coalesceStream);\n\n // Hook up CEA-608/708 caption stream\n pipeline.h264Stream.pipe(pipeline.captionStream)\n .pipe(pipeline.coalesceStream);\n\n pipeline.elementaryStream.on('data', function(data) {\n var i;\n\n if (data.type === 'metadata') {\n i = data.tracks.length;\n\n // scan the tracks listed in the metadata\n while (i--) {\n if (!videoTrack && data.tracks[i].type === 'video') {\n videoTrack = data.tracks[i];\n videoTrack.timelineStartInfo.baseMediaDecodeTime = self.baseMediaDecodeTime;\n } else if (!audioTrack && data.tracks[i].type === 'audio') {\n audioTrack = data.tracks[i];\n audioTrack.timelineStartInfo.baseMediaDecodeTime = self.baseMediaDecodeTime;\n }\n }\n\n // hook up the video segment stream to the first track with h264 data\n if (videoTrack && !pipeline.videoSegmentStream) {\n pipeline.coalesceStream.numberOfTracks++;\n pipeline.videoSegmentStream = new VideoSegmentStream(videoTrack, options);\n\n pipeline.videoSegmentStream.on('timelineStartInfo', function(timelineStartInfo) {\n // When video emits timelineStartInfo data after a flush, we forward that\n // info to the AudioSegmentStream, if it exists, because video timeline\n // data takes precedence.\n if (audioTrack) {\n audioTrack.timelineStartInfo = timelineStartInfo;\n // On the first segment we trim AAC frames that exist before the\n // very earliest DTS we have seen in video because Chrome will\n // interpret any video track with a baseMediaDecodeTime that is\n // non-zero as a gap.\n pipeline.audioSegmentStream.setEarliestDts(timelineStartInfo.dts);\n }\n });\n\n pipeline.videoSegmentStream.on('processedGopsInfo',\n self.trigger.bind(self, 'gopInfo'));\n\n pipeline.videoSegmentStream.on('baseMediaDecodeTime', function(baseMediaDecodeTime) {\n if (audioTrack) {\n pipeline.audioSegmentStream.setVideoBaseMediaDecodeTime(baseMediaDecodeTime);\n }\n });\n\n // Set up the final part of the video pipeline\n pipeline.h264Stream\n .pipe(pipeline.videoSegmentStream)\n .pipe(pipeline.coalesceStream);\n }\n\n if (audioTrack && !pipeline.audioSegmentStream) {\n // hook up the audio segment stream to the first track with aac data\n pipeline.coalesceStream.numberOfTracks++;\n pipeline.audioSegmentStream = new AudioSegmentStream(audioTrack, options);\n\n // Set up the final part of the audio pipeline\n pipeline.adtsStream\n .pipe(pipeline.audioSegmentStream)\n .pipe(pipeline.coalesceStream);\n }\n }\n });\n\n // Re-emit any data coming from the coalesce stream to the outside world\n pipeline.coalesceStream.on('data', this.trigger.bind(this, 'data'));\n // Let the consumer know we have finished flushing the entire pipeline\n pipeline.coalesceStream.on('done', this.trigger.bind(this, 'done'));\n };\n\n // hook up the segment streams once track metadata is delivered\n this.setBaseMediaDecodeTime = function(baseMediaDecodeTime) {\n var pipeline = this.transmuxPipeline_;\n\n if (!options.keepOriginalTimestamps) {\n this.baseMediaDecodeTime = baseMediaDecodeTime;\n }\n\n if (audioTrack) {\n audioTrack.timelineStartInfo.dts = undefined;\n audioTrack.timelineStartInfo.pts = undefined;\n trackDecodeInfo.clearDtsInfo(audioTrack);\n if (!options.keepOriginalTimestamps) {\n audioTrack.timelineStartInfo.baseMediaDecodeTime = baseMediaDecodeTime;\n }\n if (pipeline.audioTimestampRolloverStream) {\n pipeline.audioTimestampRolloverStream.discontinuity();\n }\n }\n if (videoTrack) {\n if (pipeline.videoSegmentStream) {\n pipeline.videoSegmentStream.gopCache_ = [];\n pipeline.videoTimestampRolloverStream.discontinuity();\n }\n videoTrack.timelineStartInfo.dts = undefined;\n videoTrack.timelineStartInfo.pts = undefined;\n trackDecodeInfo.clearDtsInfo(videoTrack);\n pipeline.captionStream.reset();\n if (!options.keepOriginalTimestamps) {\n videoTrack.timelineStartInfo.baseMediaDecodeTime = baseMediaDecodeTime;\n }\n }\n\n if (pipeline.timedMetadataTimestampRolloverStream) {\n pipeline.timedMetadataTimestampRolloverStream.discontinuity();\n }\n };\n\n this.setAudioAppendStart = function(timestamp) {\n if (audioTrack) {\n this.transmuxPipeline_.audioSegmentStream.setAudioAppendStart(timestamp);\n }\n };\n\n this.alignGopsWith = function(gopsToAlignWith) {\n if (videoTrack && this.transmuxPipeline_.videoSegmentStream) {\n this.transmuxPipeline_.videoSegmentStream.alignGopsWith(gopsToAlignWith);\n }\n };\n\n // feed incoming data to the front of the parsing pipeline\n this.push = function(data) {\n if (hasFlushed) {\n var isAac = isLikelyAacData(data);\n\n if (isAac && this.transmuxPipeline_.type !== 'aac') {\n this.setupAacPipeline();\n } else if (!isAac && this.transmuxPipeline_.type !== 'ts') {\n this.setupTsPipeline();\n }\n hasFlushed = false;\n }\n this.transmuxPipeline_.headOfPipeline.push(data);\n };\n\n // flush any buffered data\n this.flush = function() {\n hasFlushed = true;\n // Start at the top of the pipeline and flush all pending work\n this.transmuxPipeline_.headOfPipeline.flush();\n };\n\n // Caption data has to be reset when seeking outside buffered range\n this.resetCaptions = function() {\n if (this.transmuxPipeline_.captionStream) {\n this.transmuxPipeline_.captionStream.reset();\n }\n };\n\n};\nTransmuxer.prototype = new Stream();\n\nmodule.exports = {\n Transmuxer: Transmuxer,\n VideoSegmentStream: VideoSegmentStream,\n AudioSegmentStream: AudioSegmentStream,\n AUDIO_PROPERTIES: AUDIO_PROPERTIES,\n VIDEO_PROPERTIES: VIDEO_PROPERTIES\n};\n","/**\n * mux.js\n *\n * Copyright (c) 2016 Brightcove\n * All rights reserved.\n *\n * Utilities to detect basic properties and metadata about Aac data.\n */\n'use strict';\n\nvar ADTS_SAMPLING_FREQUENCIES = [\n 96000,\n 88200,\n 64000,\n 48000,\n 44100,\n 32000,\n 24000,\n 22050,\n 16000,\n 12000,\n 11025,\n 8000,\n 7350\n];\n\nvar isLikelyAacData = function(data) {\n if ((data[0] === 'I'.charCodeAt(0)) &&\n (data[1] === 'D'.charCodeAt(0)) &&\n (data[2] === '3'.charCodeAt(0))) {\n return true;\n }\n return false;\n};\n\nvar parseSyncSafeInteger = function(data) {\n return (data[0] << 21) |\n (data[1] << 14) |\n (data[2] << 7) |\n (data[3]);\n};\n\n// return a percent-encoded representation of the specified byte range\n// @see http://en.wikipedia.org/wiki/Percent-encoding\nvar percentEncode = function(bytes, start, end) {\n var i, result = '';\n for (i = start; i < end; i++) {\n result += '%' + ('00' + bytes[i].toString(16)).slice(-2);\n }\n return result;\n};\n\n// return the string representation of the specified byte range,\n// interpreted as ISO-8859-1.\nvar parseIso88591 = function(bytes, start, end) {\n return unescape(percentEncode(bytes, start, end)); // jshint ignore:line\n};\n\nvar parseId3TagSize = function(header, byteIndex) {\n var\n returnSize = (header[byteIndex + 6] << 21) |\n (header[byteIndex + 7] << 14) |\n (header[byteIndex + 8] << 7) |\n (header[byteIndex + 9]),\n flags = header[byteIndex + 5],\n footerPresent = (flags & 16) >> 4;\n\n if (footerPresent) {\n return returnSize + 20;\n }\n return returnSize + 10;\n};\n\nvar parseAdtsSize = function(header, byteIndex) {\n var\n lowThree = (header[byteIndex + 5] & 0xE0) >> 5,\n middle = header[byteIndex + 4] << 3,\n highTwo = header[byteIndex + 3] & 0x3 << 11;\n\n return (highTwo | middle) | lowThree;\n};\n\nvar parseType = function(header, byteIndex) {\n if ((header[byteIndex] === 'I'.charCodeAt(0)) &&\n (header[byteIndex + 1] === 'D'.charCodeAt(0)) &&\n (header[byteIndex + 2] === '3'.charCodeAt(0))) {\n return 'timed-metadata';\n } else if ((header[byteIndex] & 0xff === 0xff) &&\n ((header[byteIndex + 1] & 0xf0) === 0xf0)) {\n return 'audio';\n }\n return null;\n};\n\nvar parseSampleRate = function(packet) {\n var i = 0;\n\n while (i + 5 < packet.length) {\n if (packet[i] !== 0xFF || (packet[i + 1] & 0xF6) !== 0xF0) {\n // If a valid header was not found, jump one forward and attempt to\n // find a valid ADTS header starting at the next byte\n i++;\n continue;\n }\n return ADTS_SAMPLING_FREQUENCIES[(packet[i + 2] & 0x3c) >>> 2];\n }\n\n return null;\n};\n\nvar parseAacTimestamp = function(packet) {\n var frameStart, frameSize, frame, frameHeader;\n\n // find the start of the first frame and the end of the tag\n frameStart = 10;\n if (packet[5] & 0x40) {\n // advance the frame start past the extended header\n frameStart += 4; // header size field\n frameStart += parseSyncSafeInteger(packet.subarray(10, 14));\n }\n\n // parse one or more ID3 frames\n // http://id3.org/id3v2.3.0#ID3v2_frame_overview\n do {\n // determine the number of bytes in this frame\n frameSize = parseSyncSafeInteger(packet.subarray(frameStart + 4, frameStart + 8));\n if (frameSize < 1) {\n return null;\n }\n frameHeader = String.fromCharCode(packet[frameStart],\n packet[frameStart + 1],\n packet[frameStart + 2],\n packet[frameStart + 3]);\n\n if (frameHeader === 'PRIV') {\n frame = packet.subarray(frameStart + 10, frameStart + frameSize + 10);\n\n for (var i = 0; i < frame.byteLength; i++) {\n if (frame[i] === 0) {\n var owner = parseIso88591(frame, 0, i);\n if (owner === 'com.apple.streaming.transportStreamTimestamp') {\n var d = frame.subarray(i + 1);\n var size = ((d[3] & 0x01) << 30) |\n (d[4] << 22) |\n (d[5] << 14) |\n (d[6] << 6) |\n (d[7] >>> 2);\n size *= 4;\n size += d[7] & 0x03;\n\n return size;\n }\n break;\n }\n }\n }\n\n frameStart += 10; // advance past the frame header\n frameStart += frameSize; // advance past the frame body\n } while (frameStart < packet.byteLength);\n return null;\n};\n\nmodule.exports = {\n isLikelyAacData: isLikelyAacData,\n parseId3TagSize: parseId3TagSize,\n parseAdtsSize: parseAdtsSize,\n parseType: parseType,\n parseSampleRate: parseSampleRate,\n parseAacTimestamp: parseAacTimestamp\n};\n","/**\n * mux.js\n *\n * Copyright (c) 2015 Brightcove\n * All rights reserved.\n *\n * Functions that generate fragmented MP4s suitable for use with Media\n * Source Extensions.\n */\n'use strict';\n\nvar UINT32_MAX = Math.pow(2, 32) - 1;\n\nvar box, dinf, esds, ftyp, mdat, mfhd, minf, moof, moov, mvex, mvhd,\n trak, tkhd, mdia, mdhd, hdlr, sdtp, stbl, stsd, traf, trex,\n trun, types, MAJOR_BRAND, MINOR_VERSION, AVC1_BRAND, VIDEO_HDLR,\n AUDIO_HDLR, HDLR_TYPES, VMHD, SMHD, DREF, STCO, STSC, STSZ, STTS;\n\n// pre-calculate constants\n(function() {\n var i;\n types = {\n avc1: [], // codingname\n avcC: [],\n btrt: [],\n dinf: [],\n dref: [],\n esds: [],\n ftyp: [],\n hdlr: [],\n mdat: [],\n mdhd: [],\n mdia: [],\n mfhd: [],\n minf: [],\n moof: [],\n moov: [],\n mp4a: [], // codingname\n mvex: [],\n mvhd: [],\n sdtp: [],\n smhd: [],\n stbl: [],\n stco: [],\n stsc: [],\n stsd: [],\n stsz: [],\n stts: [],\n styp: [],\n tfdt: [],\n tfhd: [],\n traf: [],\n trak: [],\n trun: [],\n trex: [],\n tkhd: [],\n vmhd: []\n };\n\n // In environments where Uint8Array is undefined (e.g., IE8), skip set up so that we\n // don't throw an error\n if (typeof Uint8Array === 'undefined') {\n return;\n }\n\n for (i in types) {\n if (types.hasOwnProperty(i)) {\n types[i] = [\n i.charCodeAt(0),\n i.charCodeAt(1),\n i.charCodeAt(2),\n i.charCodeAt(3)\n ];\n }\n }\n\n MAJOR_BRAND = new Uint8Array([\n 'i'.charCodeAt(0),\n 's'.charCodeAt(0),\n 'o'.charCodeAt(0),\n 'm'.charCodeAt(0)\n ]);\n AVC1_BRAND = new Uint8Array([\n 'a'.charCodeAt(0),\n 'v'.charCodeAt(0),\n 'c'.charCodeAt(0),\n '1'.charCodeAt(0)\n ]);\n MINOR_VERSION = new Uint8Array([0, 0, 0, 1]);\n VIDEO_HDLR = new Uint8Array([\n 0x00, // version 0\n 0x00, 0x00, 0x00, // flags\n 0x00, 0x00, 0x00, 0x00, // pre_defined\n 0x76, 0x69, 0x64, 0x65, // handler_type: 'vide'\n 0x00, 0x00, 0x00, 0x00, // reserved\n 0x00, 0x00, 0x00, 0x00, // reserved\n 0x00, 0x00, 0x00, 0x00, // reserved\n 0x56, 0x69, 0x64, 0x65,\n 0x6f, 0x48, 0x61, 0x6e,\n 0x64, 0x6c, 0x65, 0x72, 0x00 // name: 'VideoHandler'\n ]);\n AUDIO_HDLR = new Uint8Array([\n 0x00, // version 0\n 0x00, 0x00, 0x00, // flags\n 0x00, 0x00, 0x00, 0x00, // pre_defined\n 0x73, 0x6f, 0x75, 0x6e, // handler_type: 'soun'\n 0x00, 0x00, 0x00, 0x00, // reserved\n 0x00, 0x00, 0x00, 0x00, // reserved\n 0x00, 0x00, 0x00, 0x00, // reserved\n 0x53, 0x6f, 0x75, 0x6e,\n 0x64, 0x48, 0x61, 0x6e,\n 0x64, 0x6c, 0x65, 0x72, 0x00 // name: 'SoundHandler'\n ]);\n HDLR_TYPES = {\n video: VIDEO_HDLR,\n audio: AUDIO_HDLR\n };\n DREF = new Uint8Array([\n 0x00, // version 0\n 0x00, 0x00, 0x00, // flags\n 0x00, 0x00, 0x00, 0x01, // entry_count\n 0x00, 0x00, 0x00, 0x0c, // entry_size\n 0x75, 0x72, 0x6c, 0x20, // 'url' type\n 0x00, // version 0\n 0x00, 0x00, 0x01 // entry_flags\n ]);\n SMHD = new Uint8Array([\n 0x00, // version\n 0x00, 0x00, 0x00, // flags\n 0x00, 0x00, // balance, 0 means centered\n 0x00, 0x00 // reserved\n ]);\n STCO = new Uint8Array([\n 0x00, // version\n 0x00, 0x00, 0x00, // flags\n 0x00, 0x00, 0x00, 0x00 // entry_count\n ]);\n STSC = STCO;\n STSZ = new Uint8Array([\n 0x00, // version\n 0x00, 0x00, 0x00, // flags\n 0x00, 0x00, 0x00, 0x00, // sample_size\n 0x00, 0x00, 0x00, 0x00 // sample_count\n ]);\n STTS = STCO;\n VMHD = new Uint8Array([\n 0x00, // version\n 0x00, 0x00, 0x01, // flags\n 0x00, 0x00, // graphicsmode\n 0x00, 0x00,\n 0x00, 0x00,\n 0x00, 0x00 // opcolor\n ]);\n}());\n\nbox = function(type) {\n var\n payload = [],\n size = 0,\n i,\n result,\n view;\n\n for (i = 1; i < arguments.length; i++) {\n payload.push(arguments[i]);\n }\n\n i = payload.length;\n\n // calculate the total size we need to allocate\n while (i--) {\n size += payload[i].byteLength;\n }\n result = new Uint8Array(size + 8);\n view = new DataView(result.buffer, result.byteOffset, result.byteLength);\n view.setUint32(0, result.byteLength);\n result.set(type, 4);\n\n // copy the payload into the result\n for (i = 0, size = 8; i < payload.length; i++) {\n result.set(payload[i], size);\n size += payload[i].byteLength;\n }\n return result;\n};\n\ndinf = function() {\n return box(types.dinf, box(types.dref, DREF));\n};\n\nesds = function(track) {\n return box(types.esds, new Uint8Array([\n 0x00, // version\n 0x00, 0x00, 0x00, // flags\n\n // ES_Descriptor\n 0x03, // tag, ES_DescrTag\n 0x19, // length\n 0x00, 0x00, // ES_ID\n 0x00, // streamDependenceFlag, URL_flag, reserved, streamPriority\n\n // DecoderConfigDescriptor\n 0x04, // tag, DecoderConfigDescrTag\n 0x11, // length\n 0x40, // object type\n 0x15, // streamType\n 0x00, 0x06, 0x00, // bufferSizeDB\n 0x00, 0x00, 0xda, 0xc0, // maxBitrate\n 0x00, 0x00, 0xda, 0xc0, // avgBitrate\n\n // DecoderSpecificInfo\n 0x05, // tag, DecoderSpecificInfoTag\n 0x02, // length\n // ISO/IEC 14496-3, AudioSpecificConfig\n // for samplingFrequencyIndex see ISO/IEC 13818-7:2006, 8.1.3.2.2, Table 35\n (track.audioobjecttype << 3) | (track.samplingfrequencyindex >>> 1),\n (track.samplingfrequencyindex << 7) | (track.channelcount << 3),\n 0x06, 0x01, 0x02 // GASpecificConfig\n ]));\n};\n\nftyp = function() {\n return box(types.ftyp, MAJOR_BRAND, MINOR_VERSION, MAJOR_BRAND, AVC1_BRAND);\n};\n\nhdlr = function(type) {\n return box(types.hdlr, HDLR_TYPES[type]);\n};\nmdat = function(data) {\n return box(types.mdat, data);\n};\nmdhd = function(track) {\n var result = new Uint8Array([\n 0x00, // version 0\n 0x00, 0x00, 0x00, // flags\n 0x00, 0x00, 0x00, 0x02, // creation_time\n 0x00, 0x00, 0x00, 0x03, // modification_time\n 0x00, 0x01, 0x5f, 0x90, // timescale, 90,000 \"ticks\" per second\n\n (track.duration >>> 24) & 0xFF,\n (track.duration >>> 16) & 0xFF,\n (track.duration >>> 8) & 0xFF,\n track.duration & 0xFF, // duration\n 0x55, 0xc4, // 'und' language (undetermined)\n 0x00, 0x00\n ]);\n\n // Use the sample rate from the track metadata, when it is\n // defined. The sample rate can be parsed out of an ADTS header, for\n // instance.\n if (track.samplerate) {\n result[12] = (track.samplerate >>> 24) & 0xFF;\n result[13] = (track.samplerate >>> 16) & 0xFF;\n result[14] = (track.samplerate >>> 8) & 0xFF;\n result[15] = (track.samplerate) & 0xFF;\n }\n\n return box(types.mdhd, result);\n};\nmdia = function(track) {\n return box(types.mdia, mdhd(track), hdlr(track.type), minf(track));\n};\nmfhd = function(sequenceNumber) {\n return box(types.mfhd, new Uint8Array([\n 0x00,\n 0x00, 0x00, 0x00, // flags\n (sequenceNumber & 0xFF000000) >> 24,\n (sequenceNumber & 0xFF0000) >> 16,\n (sequenceNumber & 0xFF00) >> 8,\n sequenceNumber & 0xFF // sequence_number\n ]));\n};\nminf = function(track) {\n return box(types.minf,\n track.type === 'video' ? box(types.vmhd, VMHD) : box(types.smhd, SMHD),\n dinf(),\n stbl(track));\n};\nmoof = function(sequenceNumber, tracks) {\n var\n trackFragments = [],\n i = tracks.length;\n // build traf boxes for each track fragment\n while (i--) {\n trackFragments[i] = traf(tracks[i]);\n }\n return box.apply(null, [\n types.moof,\n mfhd(sequenceNumber)\n ].concat(trackFragments));\n};\n/**\n * Returns a movie box.\n * @param tracks {array} the tracks associated with this movie\n * @see ISO/IEC 14496-12:2012(E), section 8.2.1\n */\nmoov = function(tracks) {\n var\n i = tracks.length,\n boxes = [];\n\n while (i--) {\n boxes[i] = trak(tracks[i]);\n }\n\n return box.apply(null, [types.moov, mvhd(0xffffffff)].concat(boxes).concat(mvex(tracks)));\n};\nmvex = function(tracks) {\n var\n i = tracks.length,\n boxes = [];\n\n while (i--) {\n boxes[i] = trex(tracks[i]);\n }\n return box.apply(null, [types.mvex].concat(boxes));\n};\nmvhd = function(duration) {\n var\n bytes = new Uint8Array([\n 0x00, // version 0\n 0x00, 0x00, 0x00, // flags\n 0x00, 0x00, 0x00, 0x01, // creation_time\n 0x00, 0x00, 0x00, 0x02, // modification_time\n 0x00, 0x01, 0x5f, 0x90, // timescale, 90,000 \"ticks\" per second\n (duration & 0xFF000000) >> 24,\n (duration & 0xFF0000) >> 16,\n (duration & 0xFF00) >> 8,\n duration & 0xFF, // duration\n 0x00, 0x01, 0x00, 0x00, // 1.0 rate\n 0x01, 0x00, // 1.0 volume\n 0x00, 0x00, // reserved\n 0x00, 0x00, 0x00, 0x00, // reserved\n 0x00, 0x00, 0x00, 0x00, // reserved\n 0x00, 0x01, 0x00, 0x00,\n 0x00, 0x00, 0x00, 0x00,\n 0x00, 0x00, 0x00, 0x00,\n 0x00, 0x00, 0x00, 0x00,\n 0x00, 0x01, 0x00, 0x00,\n 0x00, 0x00, 0x00, 0x00,\n 0x00, 0x00, 0x00, 0x00,\n 0x00, 0x00, 0x00, 0x00,\n 0x40, 0x00, 0x00, 0x00, // transformation: unity matrix\n 0x00, 0x00, 0x00, 0x00,\n 0x00, 0x00, 0x00, 0x00,\n 0x00, 0x00, 0x00, 0x00,\n 0x00, 0x00, 0x00, 0x00,\n 0x00, 0x00, 0x00, 0x00,\n 0x00, 0x00, 0x00, 0x00, // pre_defined\n 0xff, 0xff, 0xff, 0xff // next_track_ID\n ]);\n return box(types.mvhd, bytes);\n};\n\nsdtp = function(track) {\n var\n samples = track.samples || [],\n bytes = new Uint8Array(4 + samples.length),\n flags,\n i;\n\n // leave the full box header (4 bytes) all zero\n\n // write the sample table\n for (i = 0; i < samples.length; i++) {\n flags = samples[i].flags;\n\n bytes[i + 4] = (flags.dependsOn << 4) |\n (flags.isDependedOn << 2) |\n (flags.hasRedundancy);\n }\n\n return box(types.sdtp,\n bytes);\n};\n\nstbl = function(track) {\n return box(types.stbl,\n stsd(track),\n box(types.stts, STTS),\n box(types.stsc, STSC),\n box(types.stsz, STSZ),\n box(types.stco, STCO));\n};\n\n(function() {\n var videoSample, audioSample;\n\n stsd = function(track) {\n\n return box(types.stsd, new Uint8Array([\n 0x00, // version 0\n 0x00, 0x00, 0x00, // flags\n 0x00, 0x00, 0x00, 0x01\n ]), track.type === 'video' ? videoSample(track) : audioSample(track));\n };\n\n videoSample = function(track) {\n var\n sps = track.sps || [],\n pps = track.pps || [],\n sequenceParameterSets = [],\n pictureParameterSets = [],\n i;\n\n // assemble the SPSs\n for (i = 0; i < sps.length; i++) {\n sequenceParameterSets.push((sps[i].byteLength & 0xFF00) >>> 8);\n sequenceParameterSets.push((sps[i].byteLength & 0xFF)); // sequenceParameterSetLength\n sequenceParameterSets = sequenceParameterSets.concat(Array.prototype.slice.call(sps[i])); // SPS\n }\n\n // assemble the PPSs\n for (i = 0; i < pps.length; i++) {\n pictureParameterSets.push((pps[i].byteLength & 0xFF00) >>> 8);\n pictureParameterSets.push((pps[i].byteLength & 0xFF));\n pictureParameterSets = pictureParameterSets.concat(Array.prototype.slice.call(pps[i]));\n }\n\n return box(types.avc1, new Uint8Array([\n 0x00, 0x00, 0x00,\n 0x00, 0x00, 0x00, // reserved\n 0x00, 0x01, // data_reference_index\n 0x00, 0x00, // pre_defined\n 0x00, 0x00, // reserved\n 0x00, 0x00, 0x00, 0x00,\n 0x00, 0x00, 0x00, 0x00,\n 0x00, 0x00, 0x00, 0x00, // pre_defined\n (track.width & 0xff00) >> 8,\n track.width & 0xff, // width\n (track.height & 0xff00) >> 8,\n track.height & 0xff, // height\n 0x00, 0x48, 0x00, 0x00, // horizresolution\n 0x00, 0x48, 0x00, 0x00, // vertresolution\n 0x00, 0x00, 0x00, 0x00, // reserved\n 0x00, 0x01, // frame_count\n 0x13,\n 0x76, 0x69, 0x64, 0x65,\n 0x6f, 0x6a, 0x73, 0x2d,\n 0x63, 0x6f, 0x6e, 0x74,\n 0x72, 0x69, 0x62, 0x2d,\n 0x68, 0x6c, 0x73, 0x00,\n 0x00, 0x00, 0x00, 0x00,\n 0x00, 0x00, 0x00, 0x00,\n 0x00, 0x00, 0x00, // compressorname\n 0x00, 0x18, // depth = 24\n 0x11, 0x11 // pre_defined = -1\n ]), box(types.avcC, new Uint8Array([\n 0x01, // configurationVersion\n track.profileIdc, // AVCProfileIndication\n track.profileCompatibility, // profile_compatibility\n track.levelIdc, // AVCLevelIndication\n 0xff // lengthSizeMinusOne, hard-coded to 4 bytes\n ].concat([\n sps.length // numOfSequenceParameterSets\n ]).concat(sequenceParameterSets).concat([\n pps.length // numOfPictureParameterSets\n ]).concat(pictureParameterSets))), // \"PPS\"\n box(types.btrt, new Uint8Array([\n 0x00, 0x1c, 0x9c, 0x80, // bufferSizeDB\n 0x00, 0x2d, 0xc6, 0xc0, // maxBitrate\n 0x00, 0x2d, 0xc6, 0xc0\n ])) // avgBitrate\n );\n };\n\n audioSample = function(track) {\n return box(types.mp4a, new Uint8Array([\n\n // SampleEntry, ISO/IEC 14496-12\n 0x00, 0x00, 0x00,\n 0x00, 0x00, 0x00, // reserved\n 0x00, 0x01, // data_reference_index\n\n // AudioSampleEntry, ISO/IEC 14496-12\n 0x00, 0x00, 0x00, 0x00, // reserved\n 0x00, 0x00, 0x00, 0x00, // reserved\n (track.channelcount & 0xff00) >> 8,\n (track.channelcount & 0xff), // channelcount\n\n (track.samplesize & 0xff00) >> 8,\n (track.samplesize & 0xff), // samplesize\n 0x00, 0x00, // pre_defined\n 0x00, 0x00, // reserved\n\n (track.samplerate & 0xff00) >> 8,\n (track.samplerate & 0xff),\n 0x00, 0x00 // samplerate, 16.16\n\n // MP4AudioSampleEntry, ISO/IEC 14496-14\n ]), esds(track));\n };\n}());\n\ntkhd = function(track) {\n var result = new Uint8Array([\n 0x00, // version 0\n 0x00, 0x00, 0x07, // flags\n 0x00, 0x00, 0x00, 0x00, // creation_time\n 0x00, 0x00, 0x00, 0x00, // modification_time\n (track.id & 0xFF000000) >> 24,\n (track.id & 0xFF0000) >> 16,\n (track.id & 0xFF00) >> 8,\n track.id & 0xFF, // track_ID\n 0x00, 0x00, 0x00, 0x00, // reserved\n (track.duration & 0xFF000000) >> 24,\n (track.duration & 0xFF0000) >> 16,\n (track.duration & 0xFF00) >> 8,\n track.duration & 0xFF, // duration\n 0x00, 0x00, 0x00, 0x00,\n 0x00, 0x00, 0x00, 0x00, // reserved\n 0x00, 0x00, // layer\n 0x00, 0x00, // alternate_group\n 0x01, 0x00, // non-audio track volume\n 0x00, 0x00, // reserved\n 0x00, 0x01, 0x00, 0x00,\n 0x00, 0x00, 0x00, 0x00,\n 0x00, 0x00, 0x00, 0x00,\n 0x00, 0x00, 0x00, 0x00,\n 0x00, 0x01, 0x00, 0x00,\n 0x00, 0x00, 0x00, 0x00,\n 0x00, 0x00, 0x00, 0x00,\n 0x00, 0x00, 0x00, 0x00,\n 0x40, 0x00, 0x00, 0x00, // transformation: unity matrix\n (track.width & 0xFF00) >> 8,\n track.width & 0xFF,\n 0x00, 0x00, // width\n (track.height & 0xFF00) >> 8,\n track.height & 0xFF,\n 0x00, 0x00 // height\n ]);\n\n return box(types.tkhd, result);\n};\n\n/**\n * Generate a track fragment (traf) box. A traf box collects metadata\n * about tracks in a movie fragment (moof) box.\n */\ntraf = function(track) {\n var trackFragmentHeader, trackFragmentDecodeTime, trackFragmentRun,\n sampleDependencyTable, dataOffset,\n upperWordBaseMediaDecodeTime, lowerWordBaseMediaDecodeTime;\n\n trackFragmentHeader = box(types.tfhd, new Uint8Array([\n 0x00, // version 0\n 0x00, 0x00, 0x3a, // flags\n (track.id & 0xFF000000) >> 24,\n (track.id & 0xFF0000) >> 16,\n (track.id & 0xFF00) >> 8,\n (track.id & 0xFF), // track_ID\n 0x00, 0x00, 0x00, 0x01, // sample_description_index\n 0x00, 0x00, 0x00, 0x00, // default_sample_duration\n 0x00, 0x00, 0x00, 0x00, // default_sample_size\n 0x00, 0x00, 0x00, 0x00 // default_sample_flags\n ]));\n\n upperWordBaseMediaDecodeTime = Math.floor(track.baseMediaDecodeTime / (UINT32_MAX + 1));\n lowerWordBaseMediaDecodeTime = Math.floor(track.baseMediaDecodeTime % (UINT32_MAX + 1));\n\n trackFragmentDecodeTime = box(types.tfdt, new Uint8Array([\n 0x01, // version 1\n 0x00, 0x00, 0x00, // flags\n // baseMediaDecodeTime\n (upperWordBaseMediaDecodeTime >>> 24) & 0xFF,\n (upperWordBaseMediaDecodeTime >>> 16) & 0xFF,\n (upperWordBaseMediaDecodeTime >>> 8) & 0xFF,\n upperWordBaseMediaDecodeTime & 0xFF,\n (lowerWordBaseMediaDecodeTime >>> 24) & 0xFF,\n (lowerWordBaseMediaDecodeTime >>> 16) & 0xFF,\n (lowerWordBaseMediaDecodeTime >>> 8) & 0xFF,\n lowerWordBaseMediaDecodeTime & 0xFF\n ]));\n\n // the data offset specifies the number of bytes from the start of\n // the containing moof to the first payload byte of the associated\n // mdat\n dataOffset = (32 + // tfhd\n 20 + // tfdt\n 8 + // traf header\n 16 + // mfhd\n 8 + // moof header\n 8); // mdat header\n\n // audio tracks require less metadata\n if (track.type === 'audio') {\n trackFragmentRun = trun(track, dataOffset);\n return box(types.traf,\n trackFragmentHeader,\n trackFragmentDecodeTime,\n trackFragmentRun);\n }\n\n // video tracks should contain an independent and disposable samples\n // box (sdtp)\n // generate one and adjust offsets to match\n sampleDependencyTable = sdtp(track);\n trackFragmentRun = trun(track,\n sampleDependencyTable.length + dataOffset);\n return box(types.traf,\n trackFragmentHeader,\n trackFragmentDecodeTime,\n trackFragmentRun,\n sampleDependencyTable);\n};\n\n/**\n * Generate a track box.\n * @param track {object} a track definition\n * @return {Uint8Array} the track box\n */\ntrak = function(track) {\n track.duration = track.duration || 0xffffffff;\n return box(types.trak,\n tkhd(track),\n mdia(track));\n};\n\ntrex = function(track) {\n var result = new Uint8Array([\n 0x00, // version 0\n 0x00, 0x00, 0x00, // flags\n (track.id & 0xFF000000) >> 24,\n (track.id & 0xFF0000) >> 16,\n (track.id & 0xFF00) >> 8,\n (track.id & 0xFF), // track_ID\n 0x00, 0x00, 0x00, 0x01, // default_sample_description_index\n 0x00, 0x00, 0x00, 0x00, // default_sample_duration\n 0x00, 0x00, 0x00, 0x00, // default_sample_size\n 0x00, 0x01, 0x00, 0x01 // default_sample_flags\n ]);\n // the last two bytes of default_sample_flags is the sample\n // degradation priority, a hint about the importance of this sample\n // relative to others. Lower the degradation priority for all sample\n // types other than video.\n if (track.type !== 'video') {\n result[result.length - 1] = 0x00;\n }\n\n return box(types.trex, result);\n};\n\n(function() {\n var audioTrun, videoTrun, trunHeader;\n\n // This method assumes all samples are uniform. That is, if a\n // duration is present for the first sample, it will be present for\n // all subsequent samples.\n // see ISO/IEC 14496-12:2012, Section 8.8.8.1\n trunHeader = function(samples, offset) {\n var durationPresent = 0, sizePresent = 0,\n flagsPresent = 0, compositionTimeOffset = 0;\n\n // trun flag constants\n if (samples.length) {\n if (samples[0].duration !== undefined) {\n durationPresent = 0x1;\n }\n if (samples[0].size !== undefined) {\n sizePresent = 0x2;\n }\n if (samples[0].flags !== undefined) {\n flagsPresent = 0x4;\n }\n if (samples[0].compositionTimeOffset !== undefined) {\n compositionTimeOffset = 0x8;\n }\n }\n\n return [\n 0x00, // version 0\n 0x00,\n durationPresent | sizePresent | flagsPresent | compositionTimeOffset,\n 0x01, // flags\n (samples.length & 0xFF000000) >>> 24,\n (samples.length & 0xFF0000) >>> 16,\n (samples.length & 0xFF00) >>> 8,\n samples.length & 0xFF, // sample_count\n (offset & 0xFF000000) >>> 24,\n (offset & 0xFF0000) >>> 16,\n (offset & 0xFF00) >>> 8,\n offset & 0xFF // data_offset\n ];\n };\n\n videoTrun = function(track, offset) {\n var bytes, samples, sample, i;\n\n samples = track.samples || [];\n offset += 8 + 12 + (16 * samples.length);\n\n bytes = trunHeader(samples, offset);\n\n for (i = 0; i < samples.length; i++) {\n sample = samples[i];\n bytes = bytes.concat([\n (sample.duration & 0xFF000000) >>> 24,\n (sample.duration & 0xFF0000) >>> 16,\n (sample.duration & 0xFF00) >>> 8,\n sample.duration & 0xFF, // sample_duration\n (sample.size & 0xFF000000) >>> 24,\n (sample.size & 0xFF0000) >>> 16,\n (sample.size & 0xFF00) >>> 8,\n sample.size & 0xFF, // sample_size\n (sample.flags.isLeading << 2) | sample.flags.dependsOn,\n (sample.flags.isDependedOn << 6) |\n (sample.flags.hasRedundancy << 4) |\n (sample.flags.paddingValue << 1) |\n sample.flags.isNonSyncSample,\n sample.flags.degradationPriority & 0xF0 << 8,\n sample.flags.degradationPriority & 0x0F, // sample_flags\n (sample.compositionTimeOffset & 0xFF000000) >>> 24,\n (sample.compositionTimeOffset & 0xFF0000) >>> 16,\n (sample.compositionTimeOffset & 0xFF00) >>> 8,\n sample.compositionTimeOffset & 0xFF // sample_composition_time_offset\n ]);\n }\n return box(types.trun, new Uint8Array(bytes));\n };\n\n audioTrun = function(track, offset) {\n var bytes, samples, sample, i;\n\n samples = track.samples || [];\n offset += 8 + 12 + (8 * samples.length);\n\n bytes = trunHeader(samples, offset);\n\n for (i = 0; i < samples.length; i++) {\n sample = samples[i];\n bytes = bytes.concat([\n (sample.duration & 0xFF000000) >>> 24,\n (sample.duration & 0xFF0000) >>> 16,\n (sample.duration & 0xFF00) >>> 8,\n sample.duration & 0xFF, // sample_duration\n (sample.size & 0xFF000000) >>> 24,\n (sample.size & 0xFF0000) >>> 16,\n (sample.size & 0xFF00) >>> 8,\n sample.size & 0xFF]); // sample_size\n }\n\n return box(types.trun, new Uint8Array(bytes));\n };\n\n trun = function(track, offset) {\n if (track.type === 'audio') {\n return audioTrun(track, offset);\n }\n\n return videoTrun(track, offset);\n };\n}());\n\nmodule.exports = {\n ftyp: ftyp,\n mdat: mdat,\n moof: moof,\n moov: moov,\n initSegment: function(tracks) {\n var\n fileType = ftyp(),\n movie = moov(tracks),\n result;\n\n result = new Uint8Array(fileType.byteLength + movie.byteLength);\n result.set(fileType);\n result.set(movie, fileType.byteLength);\n return result;\n }\n};\n","/**\n * mux.js\n *\n * Copyright (c) 2015 Brightcove\n * All rights reserved.\n *\n * Reads in-band caption information from a video elementary\n * stream. Captions must follow the CEA-708 standard for injection\n * into an MPEG-2 transport streams.\n * @see https://en.wikipedia.org/wiki/CEA-708\n * @see https://www.gpo.gov/fdsys/pkg/CFR-2007-title47-vol1/pdf/CFR-2007-title47-vol1-sec15-119.pdf\n */\n\n'use strict';\n\n// -----------------\n// Link To Transport\n// -----------------\n\nvar Stream = require('../utils/stream');\nvar cea708Parser = require('../tools/caption-packet-parser');\n\nvar CaptionStream = function() {\n\n CaptionStream.prototype.init.call(this);\n\n this.captionPackets_ = [];\n\n this.ccStreams_ = [\n new Cea608Stream(0, 0), // eslint-disable-line no-use-before-define\n new Cea608Stream(0, 1), // eslint-disable-line no-use-before-define\n new Cea608Stream(1, 0), // eslint-disable-line no-use-before-define\n new Cea608Stream(1, 1) // eslint-disable-line no-use-before-define\n ];\n\n this.reset();\n\n // forward data and done events from CCs to this CaptionStream\n this.ccStreams_.forEach(function(cc) {\n cc.on('data', this.trigger.bind(this, 'data'));\n cc.on('done', this.trigger.bind(this, 'done'));\n }, this);\n\n};\n\nCaptionStream.prototype = new Stream();\nCaptionStream.prototype.push = function(event) {\n var sei, userData, newCaptionPackets;\n\n // only examine SEI NALs\n if (event.nalUnitType !== 'sei_rbsp') {\n return;\n }\n\n // parse the sei\n sei = cea708Parser.parseSei(event.escapedRBSP);\n\n // ignore everything but user_data_registered_itu_t_t35\n if (sei.payloadType !== cea708Parser.USER_DATA_REGISTERED_ITU_T_T35) {\n return;\n }\n\n // parse out the user data payload\n userData = cea708Parser.parseUserData(sei);\n\n // ignore unrecognized userData\n if (!userData) {\n return;\n }\n\n // Sometimes, the same segment # will be downloaded twice. To stop the\n // caption data from being processed twice, we track the latest dts we've\n // received and ignore everything with a dts before that. However, since\n // data for a specific dts can be split across packets on either side of\n // a segment boundary, we need to make sure we *don't* ignore the packets\n // from the *next* segment that have dts === this.latestDts_. By constantly\n // tracking the number of packets received with dts === this.latestDts_, we\n // know how many should be ignored once we start receiving duplicates.\n if (event.dts < this.latestDts_) {\n // We've started getting older data, so set the flag.\n this.ignoreNextEqualDts_ = true;\n return;\n } else if ((event.dts === this.latestDts_) && (this.ignoreNextEqualDts_)) {\n this.numSameDts_--;\n if (!this.numSameDts_) {\n // We've received the last duplicate packet, time to start processing again\n this.ignoreNextEqualDts_ = false;\n }\n return;\n }\n\n // parse out CC data packets and save them for later\n newCaptionPackets = cea708Parser.parseCaptionPackets(event.pts, userData);\n this.captionPackets_ = this.captionPackets_.concat(newCaptionPackets);\n if (this.latestDts_ !== event.dts) {\n this.numSameDts_ = 0;\n }\n this.numSameDts_++;\n this.latestDts_ = event.dts;\n};\n\nCaptionStream.prototype.flush = function() {\n // make sure we actually parsed captions before proceeding\n if (!this.captionPackets_.length) {\n this.ccStreams_.forEach(function(cc) {\n cc.flush();\n }, this);\n return;\n }\n\n // In Chrome, the Array#sort function is not stable so add a\n // presortIndex that we can use to ensure we get a stable-sort\n this.captionPackets_.forEach(function(elem, idx) {\n elem.presortIndex = idx;\n });\n\n // sort caption byte-pairs based on their PTS values\n this.captionPackets_.sort(function(a, b) {\n if (a.pts === b.pts) {\n return a.presortIndex - b.presortIndex;\n }\n return a.pts - b.pts;\n });\n\n this.captionPackets_.forEach(function(packet) {\n if (packet.type < 2) {\n // Dispatch packet to the right Cea608Stream\n this.dispatchCea608Packet(packet);\n }\n // this is where an 'else' would go for a dispatching packets\n // to a theoretical Cea708Stream that handles SERVICEn data\n }, this);\n\n this.captionPackets_.length = 0;\n this.ccStreams_.forEach(function(cc) {\n cc.flush();\n }, this);\n return;\n};\n\nCaptionStream.prototype.reset = function() {\n this.latestDts_ = null;\n this.ignoreNextEqualDts_ = false;\n this.numSameDts_ = 0;\n this.activeCea608Channel_ = [null, null];\n this.ccStreams_.forEach(function(ccStream) {\n ccStream.reset();\n });\n};\n\nCaptionStream.prototype.dispatchCea608Packet = function(packet) {\n // NOTE: packet.type is the CEA608 field\n if (this.setsChannel1Active(packet)) {\n this.activeCea608Channel_[packet.type] = 0;\n } else if (this.setsChannel2Active(packet)) {\n this.activeCea608Channel_[packet.type] = 1;\n }\n if (this.activeCea608Channel_[packet.type] === null) {\n // If we haven't received anything to set the active channel, discard the\n // data; we don't want jumbled captions\n return;\n }\n this.ccStreams_[(packet.type << 1) + this.activeCea608Channel_[packet.type]].push(packet);\n};\n\nCaptionStream.prototype.setsChannel1Active = function(packet) {\n return ((packet.ccData & 0x7800) === 0x1000);\n};\nCaptionStream.prototype.setsChannel2Active = function(packet) {\n return ((packet.ccData & 0x7800) === 0x1800);\n};\n\n// ----------------------\n// Session to Application\n// ----------------------\n\n// This hash maps non-ASCII, special, and extended character codes to their\n// proper Unicode equivalent. The first keys that are only a single byte\n// are the non-standard ASCII characters, which simply map the CEA608 byte\n// to the standard ASCII/Unicode. The two-byte keys that follow are the CEA608\n// character codes, but have their MSB bitmasked with 0x03 so that a lookup\n// can be performed regardless of the field and data channel on which the\n// character code was received.\nvar CHARACTER_TRANSLATION = {\n 0x2a: 0xe1, // á\n 0x5c: 0xe9, // é\n 0x5e: 0xed, // í\n 0x5f: 0xf3, // ó\n 0x60: 0xfa, // ú\n 0x7b: 0xe7, // ç\n 0x7c: 0xf7, // ÷\n 0x7d: 0xd1, // Ñ\n 0x7e: 0xf1, // ñ\n 0x7f: 0x2588, // █\n 0x0130: 0xae, // ®\n 0x0131: 0xb0, // °\n 0x0132: 0xbd, // ½\n 0x0133: 0xbf, // ¿\n 0x0134: 0x2122, // ™\n 0x0135: 0xa2, // ¢\n 0x0136: 0xa3, // £\n 0x0137: 0x266a, // ♪\n 0x0138: 0xe0, // à\n 0x0139: 0xa0, //\n 0x013a: 0xe8, // è\n 0x013b: 0xe2, // â\n 0x013c: 0xea, // ê\n 0x013d: 0xee, // î\n 0x013e: 0xf4, // ô\n 0x013f: 0xfb, // û\n 0x0220: 0xc1, // Á\n 0x0221: 0xc9, // É\n 0x0222: 0xd3, // Ó\n 0x0223: 0xda, // Ú\n 0x0224: 0xdc, // Ü\n 0x0225: 0xfc, // ü\n 0x0226: 0x2018, // ‘\n 0x0227: 0xa1, // ¡\n 0x0228: 0x2a, // *\n 0x0229: 0x27, // '\n 0x022a: 0x2014, // —\n 0x022b: 0xa9, // ©\n 0x022c: 0x2120, // ℠\n 0x022d: 0x2022, // •\n 0x022e: 0x201c, // “\n 0x022f: 0x201d, // ”\n 0x0230: 0xc0, // À\n 0x0231: 0xc2, // Â\n 0x0232: 0xc7, // Ç\n 0x0233: 0xc8, // È\n 0x0234: 0xca, // Ê\n 0x0235: 0xcb, // Ë\n 0x0236: 0xeb, // ë\n 0x0237: 0xce, // Î\n 0x0238: 0xcf, // Ï\n 0x0239: 0xef, // ï\n 0x023a: 0xd4, // Ô\n 0x023b: 0xd9, // Ù\n 0x023c: 0xf9, // ù\n 0x023d: 0xdb, // Û\n 0x023e: 0xab, // «\n 0x023f: 0xbb, // »\n 0x0320: 0xc3, // Ã\n 0x0321: 0xe3, // ã\n 0x0322: 0xcd, // Í\n 0x0323: 0xcc, // Ì\n 0x0324: 0xec, // ì\n 0x0325: 0xd2, // Ò\n 0x0326: 0xf2, // ò\n 0x0327: 0xd5, // Õ\n 0x0328: 0xf5, // õ\n 0x0329: 0x7b, // {\n 0x032a: 0x7d, // }\n 0x032b: 0x5c, // \\\n 0x032c: 0x5e, // ^\n 0x032d: 0x5f, // _\n 0x032e: 0x7c, // |\n 0x032f: 0x7e, // ~\n 0x0330: 0xc4, // Ä\n 0x0331: 0xe4, // ä\n 0x0332: 0xd6, // Ö\n 0x0333: 0xf6, // ö\n 0x0334: 0xdf, // ß\n 0x0335: 0xa5, // ¥\n 0x0336: 0xa4, // ¤\n 0x0337: 0x2502, // │\n 0x0338: 0xc5, // Å\n 0x0339: 0xe5, // å\n 0x033a: 0xd8, // Ø\n 0x033b: 0xf8, // ø\n 0x033c: 0x250c, // ┌\n 0x033d: 0x2510, // ┐\n 0x033e: 0x2514, // └\n 0x033f: 0x2518 // ┘\n};\n\nvar getCharFromCode = function(code) {\n if (code === null) {\n return '';\n }\n code = CHARACTER_TRANSLATION[code] || code;\n return String.fromCharCode(code);\n};\n\n// the index of the last row in a CEA-608 display buffer\nvar BOTTOM_ROW = 14;\n\n// This array is used for mapping PACs -> row #, since there's no way of\n// getting it through bit logic.\nvar ROWS = [0x1100, 0x1120, 0x1200, 0x1220, 0x1500, 0x1520, 0x1600, 0x1620,\n 0x1700, 0x1720, 0x1000, 0x1300, 0x1320, 0x1400, 0x1420];\n\n// CEA-608 captions are rendered onto a 34x15 matrix of character\n// cells. The \"bottom\" row is the last element in the outer array.\nvar createDisplayBuffer = function() {\n var result = [], i = BOTTOM_ROW + 1;\n while (i--) {\n result.push('');\n }\n return result;\n};\n\nvar Cea608Stream = function(field, dataChannel) {\n Cea608Stream.prototype.init.call(this);\n\n this.field_ = field || 0;\n this.dataChannel_ = dataChannel || 0;\n\n this.name_ = 'CC' + (((this.field_ << 1) | this.dataChannel_) + 1);\n\n this.setConstants();\n this.reset();\n\n this.push = function(packet) {\n var data, swap, char0, char1, text;\n // remove the parity bits\n data = packet.ccData & 0x7f7f;\n\n // ignore duplicate control codes; the spec demands they're sent twice\n if (data === this.lastControlCode_) {\n this.lastControlCode_ = null;\n return;\n }\n\n // Store control codes\n if ((data & 0xf000) === 0x1000) {\n this.lastControlCode_ = data;\n } else if (data !== this.PADDING_) {\n this.lastControlCode_ = null;\n }\n\n char0 = data >>> 8;\n char1 = data & 0xff;\n\n if (data === this.PADDING_) {\n return;\n\n } else if (data === this.RESUME_CAPTION_LOADING_) {\n this.mode_ = 'popOn';\n\n } else if (data === this.END_OF_CAPTION_) {\n // If an EOC is received while in paint-on mode, the displayed caption\n // text should be swapped to non-displayed memory as if it was a pop-on\n // caption. Because of that, we should explicitly switch back to pop-on\n // mode\n this.mode_ = 'popOn';\n this.clearFormatting(packet.pts);\n // if a caption was being displayed, it's gone now\n this.flushDisplayed(packet.pts);\n\n // flip memory\n swap = this.displayed_;\n this.displayed_ = this.nonDisplayed_;\n this.nonDisplayed_ = swap;\n\n // start measuring the time to display the caption\n this.startPts_ = packet.pts;\n\n } else if (data === this.ROLL_UP_2_ROWS_) {\n this.rollUpRows_ = 2;\n this.setRollUp(packet.pts);\n } else if (data === this.ROLL_UP_3_ROWS_) {\n this.rollUpRows_ = 3;\n this.setRollUp(packet.pts);\n } else if (data === this.ROLL_UP_4_ROWS_) {\n this.rollUpRows_ = 4;\n this.setRollUp(packet.pts);\n } else if (data === this.CARRIAGE_RETURN_) {\n this.clearFormatting(packet.pts);\n this.flushDisplayed(packet.pts);\n this.shiftRowsUp_();\n this.startPts_ = packet.pts;\n\n } else if (data === this.BACKSPACE_) {\n if (this.mode_ === 'popOn') {\n this.nonDisplayed_[this.row_] = this.nonDisplayed_[this.row_].slice(0, -1);\n } else {\n this.displayed_[this.row_] = this.displayed_[this.row_].slice(0, -1);\n }\n } else if (data === this.ERASE_DISPLAYED_MEMORY_) {\n this.flushDisplayed(packet.pts);\n this.displayed_ = createDisplayBuffer();\n } else if (data === this.ERASE_NON_DISPLAYED_MEMORY_) {\n this.nonDisplayed_ = createDisplayBuffer();\n\n } else if (data === this.RESUME_DIRECT_CAPTIONING_) {\n if (this.mode_ !== 'paintOn') {\n // NOTE: This should be removed when proper caption positioning is\n // implemented\n this.flushDisplayed(packet.pts);\n this.displayed_ = createDisplayBuffer();\n }\n this.mode_ = 'paintOn';\n this.startPts_ = packet.pts;\n\n // Append special characters to caption text\n } else if (this.isSpecialCharacter(char0, char1)) {\n // Bitmask char0 so that we can apply character transformations\n // regardless of field and data channel.\n // Then byte-shift to the left and OR with char1 so we can pass the\n // entire character code to `getCharFromCode`.\n char0 = (char0 & 0x03) << 8;\n text = getCharFromCode(char0 | char1);\n this[this.mode_](packet.pts, text);\n this.column_++;\n\n // Append extended characters to caption text\n } else if (this.isExtCharacter(char0, char1)) {\n // Extended characters always follow their \"non-extended\" equivalents.\n // IE if a \"è\" is desired, you'll always receive \"eè\"; non-compliant\n // decoders are supposed to drop the \"è\", while compliant decoders\n // backspace the \"e\" and insert \"è\".\n\n // Delete the previous character\n if (this.mode_ === 'popOn') {\n this.nonDisplayed_[this.row_] = this.nonDisplayed_[this.row_].slice(0, -1);\n } else {\n this.displayed_[this.row_] = this.displayed_[this.row_].slice(0, -1);\n }\n\n // Bitmask char0 so that we can apply character transformations\n // regardless of field and data channel.\n // Then byte-shift to the left and OR with char1 so we can pass the\n // entire character code to `getCharFromCode`.\n char0 = (char0 & 0x03) << 8;\n text = getCharFromCode(char0 | char1);\n this[this.mode_](packet.pts, text);\n this.column_++;\n\n // Process mid-row codes\n } else if (this.isMidRowCode(char0, char1)) {\n // Attributes are not additive, so clear all formatting\n this.clearFormatting(packet.pts);\n\n // According to the standard, mid-row codes\n // should be replaced with spaces, so add one now\n this[this.mode_](packet.pts, ' ');\n this.column_++;\n\n if ((char1 & 0xe) === 0xe) {\n this.addFormatting(packet.pts, ['i']);\n }\n\n if ((char1 & 0x1) === 0x1) {\n this.addFormatting(packet.pts, ['u']);\n }\n\n // Detect offset control codes and adjust cursor\n } else if (this.isOffsetControlCode(char0, char1)) {\n // Cursor position is set by indent PAC (see below) in 4-column\n // increments, with an additional offset code of 1-3 to reach any\n // of the 32 columns specified by CEA-608. So all we need to do\n // here is increment the column cursor by the given offset.\n this.column_ += (char1 & 0x03);\n\n // Detect PACs (Preamble Address Codes)\n } else if (this.isPAC(char0, char1)) {\n\n // There's no logic for PAC -> row mapping, so we have to just\n // find the row code in an array and use its index :(\n var row = ROWS.indexOf(data & 0x1f20);\n\n // Configure the caption window if we're in roll-up mode\n if (this.mode_ === 'rollUp') {\n // This implies that the base row is incorrectly set.\n // As per the recommendation in CEA-608(Base Row Implementation), defer to the number\n // of roll-up rows set.\n if (row - this.rollUpRows_ + 1 < 0) {\n row = this.rollUpRows_ - 1;\n }\n\n this.setRollUp(packet.pts, row);\n }\n\n if (row !== this.row_) {\n // formatting is only persistent for current row\n this.clearFormatting(packet.pts);\n this.row_ = row;\n }\n // All PACs can apply underline, so detect and apply\n // (All odd-numbered second bytes set underline)\n if ((char1 & 0x1) && (this.formatting_.indexOf('u') === -1)) {\n this.addFormatting(packet.pts, ['u']);\n }\n\n if ((data & 0x10) === 0x10) {\n // We've got an indent level code. Each successive even number\n // increments the column cursor by 4, so we can get the desired\n // column position by bit-shifting to the right (to get n/2)\n // and multiplying by 4.\n this.column_ = ((data & 0xe) >> 1) * 4;\n }\n\n if (this.isColorPAC(char1)) {\n // it's a color code, though we only support white, which\n // can be either normal or italicized. white italics can be\n // either 0x4e or 0x6e depending on the row, so we just\n // bitwise-and with 0xe to see if italics should be turned on\n if ((char1 & 0xe) === 0xe) {\n this.addFormatting(packet.pts, ['i']);\n }\n }\n\n // We have a normal character in char0, and possibly one in char1\n } else if (this.isNormalChar(char0)) {\n if (char1 === 0x00) {\n char1 = null;\n }\n text = getCharFromCode(char0);\n text += getCharFromCode(char1);\n this[this.mode_](packet.pts, text);\n this.column_ += text.length;\n\n } // finish data processing\n\n };\n};\nCea608Stream.prototype = new Stream();\n// Trigger a cue point that captures the current state of the\n// display buffer\nCea608Stream.prototype.flushDisplayed = function(pts) {\n var content = this.displayed_\n // remove spaces from the start and end of the string\n .map(function(row) {\n try {\n return row.trim();\n } catch (e) {\n // Ordinarily, this shouldn't happen. However, caption\n // parsing errors should not throw exceptions and\n // break playback.\n // eslint-disable-next-line no-console\n console.error('Skipping malformed caption.');\n return '';\n }\n })\n // combine all text rows to display in one cue\n .join('\\n')\n // and remove blank rows from the start and end, but not the middle\n .replace(/^\\n+|\\n+$/g, '');\n\n if (content.length) {\n this.trigger('data', {\n startPts: this.startPts_,\n endPts: pts,\n text: content,\n stream: this.name_\n });\n }\n};\n\n/**\n * Zero out the data, used for startup and on seek\n */\nCea608Stream.prototype.reset = function() {\n this.mode_ = 'popOn';\n // When in roll-up mode, the index of the last row that will\n // actually display captions. If a caption is shifted to a row\n // with a lower index than this, it is cleared from the display\n // buffer\n this.topRow_ = 0;\n this.startPts_ = 0;\n this.displayed_ = createDisplayBuffer();\n this.nonDisplayed_ = createDisplayBuffer();\n this.lastControlCode_ = null;\n\n // Track row and column for proper line-breaking and spacing\n this.column_ = 0;\n this.row_ = BOTTOM_ROW;\n this.rollUpRows_ = 2;\n\n // This variable holds currently-applied formatting\n this.formatting_ = [];\n};\n\n/**\n * Sets up control code and related constants for this instance\n */\nCea608Stream.prototype.setConstants = function() {\n // The following attributes have these uses:\n // ext_ : char0 for mid-row codes, and the base for extended\n // chars (ext_+0, ext_+1, and ext_+2 are char0s for\n // extended codes)\n // control_: char0 for control codes, except byte-shifted to the\n // left so that we can do this.control_ | CONTROL_CODE\n // offset_: char0 for tab offset codes\n //\n // It's also worth noting that control codes, and _only_ control codes,\n // differ between field 1 and field2. Field 2 control codes are always\n // their field 1 value plus 1. That's why there's the \"| field\" on the\n // control value.\n if (this.dataChannel_ === 0) {\n this.BASE_ = 0x10;\n this.EXT_ = 0x11;\n this.CONTROL_ = (0x14 | this.field_) << 8;\n this.OFFSET_ = 0x17;\n } else if (this.dataChannel_ === 1) {\n this.BASE_ = 0x18;\n this.EXT_ = 0x19;\n this.CONTROL_ = (0x1c | this.field_) << 8;\n this.OFFSET_ = 0x1f;\n }\n\n // Constants for the LSByte command codes recognized by Cea608Stream. This\n // list is not exhaustive. For a more comprehensive listing and semantics see\n // http://www.gpo.gov/fdsys/pkg/CFR-2010-title47-vol1/pdf/CFR-2010-title47-vol1-sec15-119.pdf\n // Padding\n this.PADDING_ = 0x0000;\n // Pop-on Mode\n this.RESUME_CAPTION_LOADING_ = this.CONTROL_ | 0x20;\n this.END_OF_CAPTION_ = this.CONTROL_ | 0x2f;\n // Roll-up Mode\n this.ROLL_UP_2_ROWS_ = this.CONTROL_ | 0x25;\n this.ROLL_UP_3_ROWS_ = this.CONTROL_ | 0x26;\n this.ROLL_UP_4_ROWS_ = this.CONTROL_ | 0x27;\n this.CARRIAGE_RETURN_ = this.CONTROL_ | 0x2d;\n // paint-on mode\n this.RESUME_DIRECT_CAPTIONING_ = this.CONTROL_ | 0x29;\n // Erasure\n this.BACKSPACE_ = this.CONTROL_ | 0x21;\n this.ERASE_DISPLAYED_MEMORY_ = this.CONTROL_ | 0x2c;\n this.ERASE_NON_DISPLAYED_MEMORY_ = this.CONTROL_ | 0x2e;\n};\n\n/**\n * Detects if the 2-byte packet data is a special character\n *\n * Special characters have a second byte in the range 0x30 to 0x3f,\n * with the first byte being 0x11 (for data channel 1) or 0x19 (for\n * data channel 2).\n *\n * @param {Integer} char0 The first byte\n * @param {Integer} char1 The second byte\n * @return {Boolean} Whether the 2 bytes are an special character\n */\nCea608Stream.prototype.isSpecialCharacter = function(char0, char1) {\n return (char0 === this.EXT_ && char1 >= 0x30 && char1 <= 0x3f);\n};\n\n/**\n * Detects if the 2-byte packet data is an extended character\n *\n * Extended characters have a second byte in the range 0x20 to 0x3f,\n * with the first byte being 0x12 or 0x13 (for data channel 1) or\n * 0x1a or 0x1b (for data channel 2).\n *\n * @param {Integer} char0 The first byte\n * @param {Integer} char1 The second byte\n * @return {Boolean} Whether the 2 bytes are an extended character\n */\nCea608Stream.prototype.isExtCharacter = function(char0, char1) {\n return ((char0 === (this.EXT_ + 1) || char0 === (this.EXT_ + 2)) &&\n (char1 >= 0x20 && char1 <= 0x3f));\n};\n\n/**\n * Detects if the 2-byte packet is a mid-row code\n *\n * Mid-row codes have a second byte in the range 0x20 to 0x2f, with\n * the first byte being 0x11 (for data channel 1) or 0x19 (for data\n * channel 2).\n *\n * @param {Integer} char0 The first byte\n * @param {Integer} char1 The second byte\n * @return {Boolean} Whether the 2 bytes are a mid-row code\n */\nCea608Stream.prototype.isMidRowCode = function(char0, char1) {\n return (char0 === this.EXT_ && (char1 >= 0x20 && char1 <= 0x2f));\n};\n\n/**\n * Detects if the 2-byte packet is an offset control code\n *\n * Offset control codes have a second byte in the range 0x21 to 0x23,\n * with the first byte being 0x17 (for data channel 1) or 0x1f (for\n * data channel 2).\n *\n * @param {Integer} char0 The first byte\n * @param {Integer} char1 The second byte\n * @return {Boolean} Whether the 2 bytes are an offset control code\n */\nCea608Stream.prototype.isOffsetControlCode = function(char0, char1) {\n return (char0 === this.OFFSET_ && (char1 >= 0x21 && char1 <= 0x23));\n};\n\n/**\n * Detects if the 2-byte packet is a Preamble Address Code\n *\n * PACs have a first byte in the range 0x10 to 0x17 (for data channel 1)\n * or 0x18 to 0x1f (for data channel 2), with the second byte in the\n * range 0x40 to 0x7f.\n *\n * @param {Integer} char0 The first byte\n * @param {Integer} char1 The second byte\n * @return {Boolean} Whether the 2 bytes are a PAC\n */\nCea608Stream.prototype.isPAC = function(char0, char1) {\n return (char0 >= this.BASE_ && char0 < (this.BASE_ + 8) &&\n (char1 >= 0x40 && char1 <= 0x7f));\n};\n\n/**\n * Detects if a packet's second byte is in the range of a PAC color code\n *\n * PAC color codes have the second byte be in the range 0x40 to 0x4f, or\n * 0x60 to 0x6f.\n *\n * @param {Integer} char1 The second byte\n * @return {Boolean} Whether the byte is a color PAC\n */\nCea608Stream.prototype.isColorPAC = function(char1) {\n return ((char1 >= 0x40 && char1 <= 0x4f) || (char1 >= 0x60 && char1 <= 0x7f));\n};\n\n/**\n * Detects if a single byte is in the range of a normal character\n *\n * Normal text bytes are in the range 0x20 to 0x7f.\n *\n * @param {Integer} char The byte\n * @return {Boolean} Whether the byte is a normal character\n */\nCea608Stream.prototype.isNormalChar = function(char) {\n return (char >= 0x20 && char <= 0x7f);\n};\n\n/**\n * Configures roll-up\n *\n * @param {Integer} pts Current PTS\n * @param {Integer} newBaseRow Used by PACs to slide the current window to\n * a new position\n */\nCea608Stream.prototype.setRollUp = function(pts, newBaseRow) {\n // Reset the base row to the bottom row when switching modes\n if (this.mode_ !== 'rollUp') {\n this.row_ = BOTTOM_ROW;\n this.mode_ = 'rollUp';\n // Spec says to wipe memories when switching to roll-up\n this.flushDisplayed(pts);\n this.nonDisplayed_ = createDisplayBuffer();\n this.displayed_ = createDisplayBuffer();\n }\n\n if (newBaseRow !== undefined && newBaseRow !== this.row_) {\n // move currently displayed captions (up or down) to the new base row\n for (var i = 0; i < this.rollUpRows_; i++) {\n this.displayed_[newBaseRow - i] = this.displayed_[this.row_ - i];\n this.displayed_[this.row_ - i] = '';\n }\n }\n\n if (newBaseRow === undefined) {\n newBaseRow = this.row_;\n }\n\n this.topRow_ = newBaseRow - this.rollUpRows_ + 1;\n};\n\n// Adds the opening HTML tag for the passed character to the caption text,\n// and keeps track of it for later closing\nCea608Stream.prototype.addFormatting = function(pts, format) {\n this.formatting_ = this.formatting_.concat(format);\n var text = format.reduce(function(text, format) {\n return text + '<' + format + '>';\n }, '');\n this[this.mode_](pts, text);\n};\n\n// Adds HTML closing tags for current formatting to caption text and\n// clears remembered formatting\nCea608Stream.prototype.clearFormatting = function(pts) {\n if (!this.formatting_.length) {\n return;\n }\n var text = this.formatting_.reverse().reduce(function(text, format) {\n return text + '</' + format + '>';\n }, '');\n this.formatting_ = [];\n this[this.mode_](pts, text);\n};\n\n// Mode Implementations\nCea608Stream.prototype.popOn = function(pts, text) {\n var baseRow = this.nonDisplayed_[this.row_];\n\n // buffer characters\n baseRow += text;\n this.nonDisplayed_[this.row_] = baseRow;\n};\n\nCea608Stream.prototype.rollUp = function(pts, text) {\n var baseRow = this.displayed_[this.row_];\n\n baseRow += text;\n this.displayed_[this.row_] = baseRow;\n\n};\n\nCea608Stream.prototype.shiftRowsUp_ = function() {\n var i;\n // clear out inactive rows\n for (i = 0; i < this.topRow_; i++) {\n this.displayed_[i] = '';\n }\n for (i = this.row_ + 1; i < BOTTOM_ROW + 1; i++) {\n this.displayed_[i] = '';\n }\n // shift displayed rows up\n for (i = this.topRow_; i < this.row_; i++) {\n this.displayed_[i] = this.displayed_[i + 1];\n }\n // clear out the bottom row\n this.displayed_[this.row_] = '';\n};\n\nCea608Stream.prototype.paintOn = function(pts, text) {\n var baseRow = this.displayed_[this.row_];\n\n baseRow += text;\n this.displayed_[this.row_] = baseRow;\n};\n\n// exports\nmodule.exports = {\n CaptionStream: CaptionStream,\n Cea608Stream: Cea608Stream\n};\n","/**\n * mux.js\n *\n * Copyright (c) 2015 Brightcove\n * All rights reserved.\n *\n * Reads in-band caption information from a video elementary\n * stream. Captions must follow the CEA-708 standard for injection\n * into an MPEG-2 transport streams.\n * @see https://en.wikipedia.org/wiki/CEA-708\n * @see https://www.gpo.gov/fdsys/pkg/CFR-2007-title47-vol1/pdf/CFR-2007-title47-vol1-sec15-119.pdf\n */\n\n'use strict';\n\n// Supplemental enhancement information (SEI) NAL units have a\n// payload type field to indicate how they are to be\n// interpreted. CEAS-708 caption content is always transmitted with\n// payload type 0x04.\nvar USER_DATA_REGISTERED_ITU_T_T35 = 4,\n RBSP_TRAILING_BITS = 128;\n\n/**\n * Parse a supplemental enhancement information (SEI) NAL unit.\n * Stops parsing once a message of type ITU T T35 has been found.\n *\n * @param bytes {Uint8Array} the bytes of a SEI NAL unit\n * @return {object} the parsed SEI payload\n * @see Rec. ITU-T H.264, 7.3.2.3.1\n */\nvar parseSei = function(bytes) {\n var\n i = 0,\n result = {\n payloadType: -1,\n payloadSize: 0\n },\n payloadType = 0,\n payloadSize = 0;\n\n // go through the sei_rbsp parsing each each individual sei_message\n while (i < bytes.byteLength) {\n // stop once we have hit the end of the sei_rbsp\n if (bytes[i] === RBSP_TRAILING_BITS) {\n break;\n }\n\n // Parse payload type\n while (bytes[i] === 0xFF) {\n payloadType += 255;\n i++;\n }\n payloadType += bytes[i++];\n\n // Parse payload size\n while (bytes[i] === 0xFF) {\n payloadSize += 255;\n i++;\n }\n payloadSize += bytes[i++];\n\n // this sei_message is a 608/708 caption so save it and break\n // there can only ever be one caption message in a frame's sei\n if (!result.payload && payloadType === USER_DATA_REGISTERED_ITU_T_T35) {\n result.payloadType = payloadType;\n result.payloadSize = payloadSize;\n result.payload = bytes.subarray(i, i + payloadSize);\n break;\n }\n\n // skip the payload and parse the next message\n i += payloadSize;\n payloadType = 0;\n payloadSize = 0;\n }\n\n return result;\n};\n\n// see ANSI/SCTE 128-1 (2013), section 8.1\nvar parseUserData = function(sei) {\n // itu_t_t35_contry_code must be 181 (United States) for\n // captions\n if (sei.payload[0] !== 181) {\n return null;\n }\n\n // itu_t_t35_provider_code should be 49 (ATSC) for captions\n if (((sei.payload[1] << 8) | sei.payload[2]) !== 49) {\n return null;\n }\n\n // the user_identifier should be \"GA94\" to indicate ATSC1 data\n if (String.fromCharCode(sei.payload[3],\n sei.payload[4],\n sei.payload[5],\n sei.payload[6]) !== 'GA94') {\n return null;\n }\n\n // finally, user_data_type_code should be 0x03 for caption data\n if (sei.payload[7] !== 0x03) {\n return null;\n }\n\n // return the user_data_type_structure and strip the trailing\n // marker bits\n return sei.payload.subarray(8, sei.payload.length - 1);\n};\n\n// see CEA-708-D, section 4.4\nvar parseCaptionPackets = function(pts, userData) {\n var results = [], i, count, offset, data;\n\n // if this is just filler, return immediately\n if (!(userData[0] & 0x40)) {\n return results;\n }\n\n // parse out the cc_data_1 and cc_data_2 fields\n count = userData[0] & 0x1f;\n for (i = 0; i < count; i++) {\n offset = i * 3;\n data = {\n type: userData[offset + 2] & 0x03,\n pts: pts\n };\n\n // capture cc data when cc_valid is 1\n if (userData[offset + 2] & 0x04) {\n data.ccData = (userData[offset + 3] << 8) | userData[offset + 4];\n results.push(data);\n }\n }\n return results;\n};\n\nvar discardEmulationPreventionBytes = function(data) {\n var\n length = data.byteLength,\n emulationPreventionBytesPositions = [],\n i = 1,\n newLength, newData;\n\n // Find all `Emulation Prevention Bytes`\n while (i < length - 2) {\n if (data[i] === 0 && data[i + 1] === 0 && data[i + 2] === 0x03) {\n emulationPreventionBytesPositions.push(i + 2);\n i += 2;\n } else {\n i++;\n }\n }\n\n // If no Emulation Prevention Bytes were found just return the original\n // array\n if (emulationPreventionBytesPositions.length === 0) {\n return data;\n }\n\n // Create a new array to hold the NAL unit data\n newLength = length - emulationPreventionBytesPositions.length;\n newData = new Uint8Array(newLength);\n var sourceIndex = 0;\n\n for (i = 0; i < newLength; sourceIndex++, i++) {\n if (sourceIndex === emulationPreventionBytesPositions[0]) {\n // Skip this byte\n sourceIndex++;\n // Remove this position index\n emulationPreventionBytesPositions.shift();\n }\n newData[i] = data[sourceIndex];\n }\n\n return newData;\n};\n\n// exports\nmodule.exports = {\n parseSei: parseSei,\n parseUserData: parseUserData,\n parseCaptionPackets: parseCaptionPackets,\n discardEmulationPreventionBytes: discardEmulationPreventionBytes,\n USER_DATA_REGISTERED_ITU_T_T35: USER_DATA_REGISTERED_ITU_T_T35\n};\n","/**\n * mux.js\n *\n * Copyright (c) 2016 Brightcove\n * All rights reserved.\n *\n * Accepts program elementary stream (PES) data events and corrects\n * decode and presentation time stamps to account for a rollover\n * of the 33 bit value.\n */\n\n'use strict';\n\nvar Stream = require('../utils/stream');\n\nvar MAX_TS = 8589934592;\n\nvar RO_THRESH = 4294967296;\n\nvar handleRollover = function(value, reference) {\n var direction = 1;\n\n if (value > reference) {\n // If the current timestamp value is greater than our reference timestamp and we detect a\n // timestamp rollover, this means the roll over is happening in the opposite direction.\n // Example scenario: Enter a long stream/video just after a rollover occurred. The reference\n // point will be set to a small number, e.g. 1. The user then seeks backwards over the\n // rollover point. In loading this segment, the timestamp values will be very large,\n // e.g. 2^33 - 1. Since this comes before the data we loaded previously, we want to adjust\n // the time stamp to be `value - 2^33`.\n direction = -1;\n }\n\n // Note: A seek forwards or back that is greater than the RO_THRESH (2^32, ~13 hours) will\n // cause an incorrect adjustment.\n while (Math.abs(reference - value) > RO_THRESH) {\n value += (direction * MAX_TS);\n }\n\n return value;\n};\n\nvar TimestampRolloverStream = function(type) {\n var lastDTS, referenceDTS;\n\n TimestampRolloverStream.prototype.init.call(this);\n\n this.type_ = type;\n\n this.push = function(data) {\n if (data.type !== this.type_) {\n return;\n }\n\n if (referenceDTS === undefined) {\n referenceDTS = data.dts;\n }\n\n data.dts = handleRollover(data.dts, referenceDTS);\n data.pts = handleRollover(data.pts, referenceDTS);\n\n lastDTS = data.dts;\n\n this.trigger('data', data);\n };\n\n this.flush = function() {\n referenceDTS = lastDTS;\n this.trigger('done');\n };\n\n this.discontinuity = function() {\n referenceDTS = void 0;\n lastDTS = void 0;\n };\n\n};\n\nTimestampRolloverStream.prototype = new Stream();\n\nmodule.exports = {\n TimestampRolloverStream: TimestampRolloverStream,\n handleRollover: handleRollover\n};\n","\"use strict\";\n\n/*\n MIT License http://www.opensource.org/licenses/mit-license.php\n Author Tobias Koppers @sokra\n*/\n// css base code, injected by the css-loader\nmodule.exports = function (useSourceMap) {\n var list = []; // return the list of modules as css string\n\n list.toString = function toString() {\n return this.map(function (item) {\n var content = cssWithMappingToString(item, useSourceMap);\n\n if (item[2]) {\n return '@media ' + item[2] + '{' + content + '}';\n } else {\n return content;\n }\n }).join('');\n }; // import a list of modules into the list\n\n\n list.i = function (modules, mediaQuery) {\n if (typeof modules === 'string') {\n modules = [[null, modules, '']];\n }\n\n var alreadyImportedModules = {};\n\n for (var i = 0; i < this.length; i++) {\n var id = this[i][0];\n\n if (id != null) {\n alreadyImportedModules[id] = true;\n }\n }\n\n for (i = 0; i < modules.length; i++) {\n var item = modules[i]; // skip already imported module\n // this implementation is not 100% perfect for weird media query combinations\n // when a module is imported multiple times with different media queries.\n // I hope this will never occur (Hey this way we have smaller bundles)\n\n if (item[0] == null || !alreadyImportedModules[item[0]]) {\n if (mediaQuery && !item[2]) {\n item[2] = mediaQuery;\n } else if (mediaQuery) {\n item[2] = '(' + item[2] + ') and (' + mediaQuery + ')';\n }\n\n list.push(item);\n }\n }\n };\n\n return list;\n};\n\nfunction cssWithMappingToString(item, useSourceMap) {\n var content = item[1] || '';\n var cssMapping = item[3];\n\n if (!cssMapping) {\n return content;\n }\n\n if (useSourceMap && typeof btoa === 'function') {\n var sourceMapping = toComment(cssMapping);\n var sourceURLs = cssMapping.sources.map(function (source) {\n return '/*# sourceURL=' + cssMapping.sourceRoot + source + ' */';\n });\n return [content].concat(sourceURLs).concat([sourceMapping]).join('\\n');\n }\n\n return [content].join('\\n');\n} // Adapted from convert-source-map (MIT)\n\n\nfunction toComment(sourceMap) {\n // eslint-disable-next-line no-undef\n var base64 = btoa(unescape(encodeURIComponent(JSON.stringify(sourceMap))));\n var data = 'sourceMappingURL=data:application/json;charset=utf-8;base64,' + base64;\n return '/*# ' + data + ' */';\n}","/*\n\tMIT License http://www.opensource.org/licenses/mit-license.php\n\tAuthor Tobias Koppers @sokra\n*/\n\nvar stylesInDom = {};\n\nvar\tmemoize = function (fn) {\n\tvar memo;\n\n\treturn function () {\n\t\tif (typeof memo === \"undefined\") memo = fn.apply(this, arguments);\n\t\treturn memo;\n\t};\n};\n\nvar isOldIE = memoize(function () {\n\t// Test for IE <= 9 as proposed by Browserhacks\n\t// @see http://browserhacks.com/#hack-e71d8692f65334173fee715c222cb805\n\t// Tests for existence of standard globals is to allow style-loader\n\t// to operate correctly into non-standard environments\n\t// @see https://github.com/webpack-contrib/style-loader/issues/177\n\treturn window && document && document.all && !window.atob;\n});\n\nvar getTarget = function (target, parent) {\n if (parent){\n return parent.querySelector(target);\n }\n return document.querySelector(target);\n};\n\nvar getElement = (function (fn) {\n\tvar memo = {};\n\n\treturn function(target, parent) {\n // If passing function in options, then use it for resolve \"head\" element.\n // Useful for Shadow Root style i.e\n // {\n // insertInto: function () { return document.querySelector(\"#foo\").shadowRoot }\n // }\n if (typeof target === 'function') {\n return target();\n }\n if (typeof memo[target] === \"undefined\") {\n\t\t\tvar styleTarget = getTarget.call(this, target, parent);\n\t\t\t// Special case to return head of iframe instead of iframe itself\n\t\t\tif (window.HTMLIFrameElement && styleTarget instanceof window.HTMLIFrameElement) {\n\t\t\t\ttry {\n\t\t\t\t\t// This will throw an exception if access to iframe is blocked\n\t\t\t\t\t// due to cross-origin restrictions\n\t\t\t\t\tstyleTarget = styleTarget.contentDocument.head;\n\t\t\t\t} catch(e) {\n\t\t\t\t\tstyleTarget = null;\n\t\t\t\t}\n\t\t\t}\n\t\t\tmemo[target] = styleTarget;\n\t\t}\n\t\treturn memo[target]\n\t};\n})();\n\nvar singleton = null;\nvar\tsingletonCounter = 0;\nvar\tstylesInsertedAtTop = [];\n\nvar\tfixUrls = require(\"./urls\");\n\nmodule.exports = function(list, options) {\n\tif (typeof DEBUG !== \"undefined\" && DEBUG) {\n\t\tif (typeof document !== \"object\") throw new Error(\"The style-loader cannot be used in a non-browser environment\");\n\t}\n\n\toptions = options || {};\n\n\toptions.attrs = typeof options.attrs === \"object\" ? options.attrs : {};\n\n\t// Force single-tag solution on IE6-9, which has a hard limit on the # of <style>\n\t// tags it will allow on a page\n\tif (!options.singleton && typeof options.singleton !== \"boolean\") options.singleton = isOldIE();\n\n\t// By default, add <style> tags to the <head> element\n if (!options.insertInto) options.insertInto = \"head\";\n\n\t// By default, add <style> tags to the bottom of the target\n\tif (!options.insertAt) options.insertAt = \"bottom\";\n\n\tvar styles = listToStyles(list, options);\n\n\taddStylesToDom(styles, options);\n\n\treturn function update (newList) {\n\t\tvar mayRemove = [];\n\n\t\tfor (var i = 0; i < styles.length; i++) {\n\t\t\tvar item = styles[i];\n\t\t\tvar domStyle = stylesInDom[item.id];\n\n\t\t\tdomStyle.refs--;\n\t\t\tmayRemove.push(domStyle);\n\t\t}\n\n\t\tif(newList) {\n\t\t\tvar newStyles = listToStyles(newList, options);\n\t\t\taddStylesToDom(newStyles, options);\n\t\t}\n\n\t\tfor (var i = 0; i < mayRemove.length; i++) {\n\t\t\tvar domStyle = mayRemove[i];\n\n\t\t\tif(domStyle.refs === 0) {\n\t\t\t\tfor (var j = 0; j < domStyle.parts.length; j++) domStyle.parts[j]();\n\n\t\t\t\tdelete stylesInDom[domStyle.id];\n\t\t\t}\n\t\t}\n\t};\n};\n\nfunction addStylesToDom (styles, options) {\n\tfor (var i = 0; i < styles.length; i++) {\n\t\tvar item = styles[i];\n\t\tvar domStyle = stylesInDom[item.id];\n\n\t\tif(domStyle) {\n\t\t\tdomStyle.refs++;\n\n\t\t\tfor(var j = 0; j < domStyle.parts.length; j++) {\n\t\t\t\tdomStyle.parts[j](item.parts[j]);\n\t\t\t}\n\n\t\t\tfor(; j < item.parts.length; j++) {\n\t\t\t\tdomStyle.parts.push(addStyle(item.parts[j], options));\n\t\t\t}\n\t\t} else {\n\t\t\tvar parts = [];\n\n\t\t\tfor(var j = 0; j < item.parts.length; j++) {\n\t\t\t\tparts.push(addStyle(item.parts[j], options));\n\t\t\t}\n\n\t\t\tstylesInDom[item.id] = {id: item.id, refs: 1, parts: parts};\n\t\t}\n\t}\n}\n\nfunction listToStyles (list, options) {\n\tvar styles = [];\n\tvar newStyles = {};\n\n\tfor (var i = 0; i < list.length; i++) {\n\t\tvar item = list[i];\n\t\tvar id = options.base ? item[0] + options.base : item[0];\n\t\tvar css = item[1];\n\t\tvar media = item[2];\n\t\tvar sourceMap = item[3];\n\t\tvar part = {css: css, media: media, sourceMap: sourceMap};\n\n\t\tif(!newStyles[id]) styles.push(newStyles[id] = {id: id, parts: [part]});\n\t\telse newStyles[id].parts.push(part);\n\t}\n\n\treturn styles;\n}\n\nfunction insertStyleElement (options, style) {\n\tvar target = getElement(options.insertInto)\n\n\tif (!target) {\n\t\tthrow new Error(\"Couldn't find a style target. This probably means that the value for the 'insertInto' parameter is invalid.\");\n\t}\n\n\tvar lastStyleElementInsertedAtTop = stylesInsertedAtTop[stylesInsertedAtTop.length - 1];\n\n\tif (options.insertAt === \"top\") {\n\t\tif (!lastStyleElementInsertedAtTop) {\n\t\t\ttarget.insertBefore(style, target.firstChild);\n\t\t} else if (lastStyleElementInsertedAtTop.nextSibling) {\n\t\t\ttarget.insertBefore(style, lastStyleElementInsertedAtTop.nextSibling);\n\t\t} else {\n\t\t\ttarget.appendChild(style);\n\t\t}\n\t\tstylesInsertedAtTop.push(style);\n\t} else if (options.insertAt === \"bottom\") {\n\t\ttarget.appendChild(style);\n\t} else if (typeof options.insertAt === \"object\" && options.insertAt.before) {\n\t\tvar nextSibling = getElement(options.insertAt.before, target);\n\t\ttarget.insertBefore(style, nextSibling);\n\t} else {\n\t\tthrow new Error(\"[Style Loader]\\n\\n Invalid value for parameter 'insertAt' ('options.insertAt') found.\\n Must be 'top', 'bottom', or Object.\\n (https://github.com/webpack-contrib/style-loader#insertat)\\n\");\n\t}\n}\n\nfunction removeStyleElement (style) {\n\tif (style.parentNode === null) return false;\n\tstyle.parentNode.removeChild(style);\n\n\tvar idx = stylesInsertedAtTop.indexOf(style);\n\tif(idx >= 0) {\n\t\tstylesInsertedAtTop.splice(idx, 1);\n\t}\n}\n\nfunction createStyleElement (options) {\n\tvar style = document.createElement(\"style\");\n\n\tif(options.attrs.type === undefined) {\n\t\toptions.attrs.type = \"text/css\";\n\t}\n\n\tif(options.attrs.nonce === undefined) {\n\t\tvar nonce = getNonce();\n\t\tif (nonce) {\n\t\t\toptions.attrs.nonce = nonce;\n\t\t}\n\t}\n\n\taddAttrs(style, options.attrs);\n\tinsertStyleElement(options, style);\n\n\treturn style;\n}\n\nfunction createLinkElement (options) {\n\tvar link = document.createElement(\"link\");\n\n\tif(options.attrs.type === undefined) {\n\t\toptions.attrs.type = \"text/css\";\n\t}\n\toptions.attrs.rel = \"stylesheet\";\n\n\taddAttrs(link, options.attrs);\n\tinsertStyleElement(options, link);\n\n\treturn link;\n}\n\nfunction addAttrs (el, attrs) {\n\tObject.keys(attrs).forEach(function (key) {\n\t\tel.setAttribute(key, attrs[key]);\n\t});\n}\n\nfunction getNonce() {\n\tif (typeof __webpack_nonce__ === 'undefined') {\n\t\treturn null;\n\t}\n\n\treturn __webpack_nonce__;\n}\n\nfunction addStyle (obj, options) {\n\tvar style, update, remove, result;\n\n\t// If a transform function was defined, run it on the css\n\tif (options.transform && obj.css) {\n\t result = typeof options.transform === 'function'\n\t\t ? options.transform(obj.css) \n\t\t : options.transform.default(obj.css);\n\n\t if (result) {\n\t \t// If transform returns a value, use that instead of the original css.\n\t \t// This allows running runtime transformations on the css.\n\t \tobj.css = result;\n\t } else {\n\t \t// If the transform function returns a falsy value, don't add this css.\n\t \t// This allows conditional loading of css\n\t \treturn function() {\n\t \t\t// noop\n\t \t};\n\t }\n\t}\n\n\tif (options.singleton) {\n\t\tvar styleIndex = singletonCounter++;\n\n\t\tstyle = singleton || (singleton = createStyleElement(options));\n\n\t\tupdate = applyToSingletonTag.bind(null, style, styleIndex, false);\n\t\tremove = applyToSingletonTag.bind(null, style, styleIndex, true);\n\n\t} else if (\n\t\tobj.sourceMap &&\n\t\ttypeof URL === \"function\" &&\n\t\ttypeof URL.createObjectURL === \"function\" &&\n\t\ttypeof URL.revokeObjectURL === \"function\" &&\n\t\ttypeof Blob === \"function\" &&\n\t\ttypeof btoa === \"function\"\n\t) {\n\t\tstyle = createLinkElement(options);\n\t\tupdate = updateLink.bind(null, style, options);\n\t\tremove = function () {\n\t\t\tremoveStyleElement(style);\n\n\t\t\tif(style.href) URL.revokeObjectURL(style.href);\n\t\t};\n\t} else {\n\t\tstyle = createStyleElement(options);\n\t\tupdate = applyToTag.bind(null, style);\n\t\tremove = function () {\n\t\t\tremoveStyleElement(style);\n\t\t};\n\t}\n\n\tupdate(obj);\n\n\treturn function updateStyle (newObj) {\n\t\tif (newObj) {\n\t\t\tif (\n\t\t\t\tnewObj.css === obj.css &&\n\t\t\t\tnewObj.media === obj.media &&\n\t\t\t\tnewObj.sourceMap === obj.sourceMap\n\t\t\t) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tupdate(obj = newObj);\n\t\t} else {\n\t\t\tremove();\n\t\t}\n\t};\n}\n\nvar replaceText = (function () {\n\tvar textStore = [];\n\n\treturn function (index, replacement) {\n\t\ttextStore[index] = replacement;\n\n\t\treturn textStore.filter(Boolean).join('\\n');\n\t};\n})();\n\nfunction applyToSingletonTag (style, index, remove, obj) {\n\tvar css = remove ? \"\" : obj.css;\n\n\tif (style.styleSheet) {\n\t\tstyle.styleSheet.cssText = replaceText(index, css);\n\t} else {\n\t\tvar cssNode = document.createTextNode(css);\n\t\tvar childNodes = style.childNodes;\n\n\t\tif (childNodes[index]) style.removeChild(childNodes[index]);\n\n\t\tif (childNodes.length) {\n\t\t\tstyle.insertBefore(cssNode, childNodes[index]);\n\t\t} else {\n\t\t\tstyle.appendChild(cssNode);\n\t\t}\n\t}\n}\n\nfunction applyToTag (style, obj) {\n\tvar css = obj.css;\n\tvar media = obj.media;\n\n\tif(media) {\n\t\tstyle.setAttribute(\"media\", media)\n\t}\n\n\tif(style.styleSheet) {\n\t\tstyle.styleSheet.cssText = css;\n\t} else {\n\t\twhile(style.firstChild) {\n\t\t\tstyle.removeChild(style.firstChild);\n\t\t}\n\n\t\tstyle.appendChild(document.createTextNode(css));\n\t}\n}\n\nfunction updateLink (link, options, obj) {\n\tvar css = obj.css;\n\tvar sourceMap = obj.sourceMap;\n\n\t/*\n\t\tIf convertToAbsoluteUrls isn't defined, but sourcemaps are enabled\n\t\tand there is no publicPath defined then lets turn convertToAbsoluteUrls\n\t\ton by default. Otherwise default to the convertToAbsoluteUrls option\n\t\tdirectly\n\t*/\n\tvar autoFixUrls = options.convertToAbsoluteUrls === undefined && sourceMap;\n\n\tif (options.convertToAbsoluteUrls || autoFixUrls) {\n\t\tcss = fixUrls(css);\n\t}\n\n\tif (sourceMap) {\n\t\t// http://stackoverflow.com/a/26603875\n\t\tcss += \"\\n/*# sourceMappingURL=data:application/json;base64,\" + btoa(unescape(encodeURIComponent(JSON.stringify(sourceMap)))) + \" */\";\n\t}\n\n\tvar blob = new Blob([css], { type: \"text/css\" });\n\n\tvar oldSrc = link.href;\n\n\tlink.href = URL.createObjectURL(blob);\n\n\tif(oldSrc) URL.revokeObjectURL(oldSrc);\n}\n","module.exports = SafeParseTuple\n\nfunction SafeParseTuple(obj, reviver) {\n var json\n var error = null\n\n try {\n json = JSON.parse(obj, reviver)\n } catch (err) {\n error = err\n }\n\n return [error, json]\n}\n","/**\n * Copyright 2013 vtt.js Contributors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\n// Default exports for Node. Export the extended versions of VTTCue and\n// VTTRegion in Node since we likely want the capability to convert back and\n// forth between JSON. If we don't then it's not that big of a deal since we're\n// off browser.\n\nvar window = require('global/window');\n\nvar vttjs = module.exports = {\n WebVTT: require(\"./vtt.js\"),\n VTTCue: require(\"./vttcue.js\"),\n VTTRegion: require(\"./vttregion.js\")\n};\n\nwindow.vttjs = vttjs;\nwindow.WebVTT = vttjs.WebVTT;\n\nvar cueShim = vttjs.VTTCue;\nvar regionShim = vttjs.VTTRegion;\nvar nativeVTTCue = window.VTTCue;\nvar nativeVTTRegion = window.VTTRegion;\n\nvttjs.shim = function() {\n window.VTTCue = cueShim;\n window.VTTRegion = regionShim;\n};\n\nvttjs.restore = function() {\n window.VTTCue = nativeVTTCue;\n window.VTTRegion = nativeVTTRegion;\n};\n\nif (!window.VTTCue) {\n vttjs.shim();\n}\n","/**\n * Copyright 2013 vtt.js Contributors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\n/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */\n/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */\nvar _objCreate = Object.create || (function() {\n function F() {}\n return function(o) {\n if (arguments.length !== 1) {\n throw new Error('Object.create shim only accepts one parameter.');\n }\n F.prototype = o;\n return new F();\n };\n})();\n\n// Creates a new ParserError object from an errorData object. The errorData\n// object should have default code and message properties. The default message\n// property can be overriden by passing in a message parameter.\n// See ParsingError.Errors below for acceptable errors.\nfunction ParsingError(errorData, message) {\n this.name = \"ParsingError\";\n this.code = errorData.code;\n this.message = message || errorData.message;\n}\nParsingError.prototype = _objCreate(Error.prototype);\nParsingError.prototype.constructor = ParsingError;\n\n// ParsingError metadata for acceptable ParsingErrors.\nParsingError.Errors = {\n BadSignature: {\n code: 0,\n message: \"Malformed WebVTT signature.\"\n },\n BadTimeStamp: {\n code: 1,\n message: \"Malformed time stamp.\"\n }\n};\n\n// Try to parse input as a time stamp.\nfunction parseTimeStamp(input) {\n\n function computeSeconds(h, m, s, f) {\n return (h | 0) * 3600 + (m | 0) * 60 + (s | 0) + (f | 0) / 1000;\n }\n\n var m = input.match(/^(\\d+):(\\d{2})(:\\d{2})?\\.(\\d{3})/);\n if (!m) {\n return null;\n }\n\n if (m[3]) {\n // Timestamp takes the form of [hours]:[minutes]:[seconds].[milliseconds]\n return computeSeconds(m[1], m[2], m[3].replace(\":\", \"\"), m[4]);\n } else if (m[1] > 59) {\n // Timestamp takes the form of [hours]:[minutes].[milliseconds]\n // First position is hours as it's over 59.\n return computeSeconds(m[1], m[2], 0, m[4]);\n } else {\n // Timestamp takes the form of [minutes]:[seconds].[milliseconds]\n return computeSeconds(0, m[1], m[2], m[4]);\n }\n}\n\n// A settings object holds key/value pairs and will ignore anything but the first\n// assignment to a specific key.\nfunction Settings() {\n this.values = _objCreate(null);\n}\n\nSettings.prototype = {\n // Only accept the first assignment to any key.\n set: function(k, v) {\n if (!this.get(k) && v !== \"\") {\n this.values[k] = v;\n }\n },\n // Return the value for a key, or a default value.\n // If 'defaultKey' is passed then 'dflt' is assumed to be an object with\n // a number of possible default values as properties where 'defaultKey' is\n // the key of the property that will be chosen; otherwise it's assumed to be\n // a single value.\n get: function(k, dflt, defaultKey) {\n if (defaultKey) {\n return this.has(k) ? this.values[k] : dflt[defaultKey];\n }\n return this.has(k) ? this.values[k] : dflt;\n },\n // Check whether we have a value for a key.\n has: function(k) {\n return k in this.values;\n },\n // Accept a setting if its one of the given alternatives.\n alt: function(k, v, a) {\n for (var n = 0; n < a.length; ++n) {\n if (v === a[n]) {\n this.set(k, v);\n break;\n }\n }\n },\n // Accept a setting if its a valid (signed) integer.\n integer: function(k, v) {\n if (/^-?\\d+$/.test(v)) { // integer\n this.set(k, parseInt(v, 10));\n }\n },\n // Accept a setting if its a valid percentage.\n percent: function(k, v) {\n var m;\n if ((m = v.match(/^([\\d]{1,3})(\\.[\\d]*)?%$/))) {\n v = parseFloat(v);\n if (v >= 0 && v <= 100) {\n this.set(k, v);\n return true;\n }\n }\n return false;\n }\n};\n\n// Helper function to parse input into groups separated by 'groupDelim', and\n// interprete each group as a key/value pair separated by 'keyValueDelim'.\nfunction parseOptions(input, callback, keyValueDelim, groupDelim) {\n var groups = groupDelim ? input.split(groupDelim) : [input];\n for (var i in groups) {\n if (typeof groups[i] !== \"string\") {\n continue;\n }\n var kv = groups[i].split(keyValueDelim);\n if (kv.length !== 2) {\n continue;\n }\n var k = kv[0];\n var v = kv[1];\n callback(k, v);\n }\n}\n\nfunction parseCue(input, cue, regionList) {\n // Remember the original input if we need to throw an error.\n var oInput = input;\n // 4.1 WebVTT timestamp\n function consumeTimeStamp() {\n var ts = parseTimeStamp(input);\n if (ts === null) {\n throw new ParsingError(ParsingError.Errors.BadTimeStamp,\n \"Malformed timestamp: \" + oInput);\n }\n // Remove time stamp from input.\n input = input.replace(/^[^\\sa-zA-Z-]+/, \"\");\n return ts;\n }\n\n // 4.4.2 WebVTT cue settings\n function consumeCueSettings(input, cue) {\n var settings = new Settings();\n\n parseOptions(input, function (k, v) {\n switch (k) {\n case \"region\":\n // Find the last region we parsed with the same region id.\n for (var i = regionList.length - 1; i >= 0; i--) {\n if (regionList[i].id === v) {\n settings.set(k, regionList[i].region);\n break;\n }\n }\n break;\n case \"vertical\":\n settings.alt(k, v, [\"rl\", \"lr\"]);\n break;\n case \"line\":\n var vals = v.split(\",\"),\n vals0 = vals[0];\n settings.integer(k, vals0);\n settings.percent(k, vals0) ? settings.set(\"snapToLines\", false) : null;\n settings.alt(k, vals0, [\"auto\"]);\n if (vals.length === 2) {\n settings.alt(\"lineAlign\", vals[1], [\"start\", \"middle\", \"end\"]);\n }\n break;\n case \"position\":\n vals = v.split(\",\");\n settings.percent(k, vals[0]);\n if (vals.length === 2) {\n settings.alt(\"positionAlign\", vals[1], [\"start\", \"middle\", \"end\"]);\n }\n break;\n case \"size\":\n settings.percent(k, v);\n break;\n case \"align\":\n settings.alt(k, v, [\"start\", \"middle\", \"end\", \"left\", \"right\"]);\n break;\n }\n }, /:/, /\\s/);\n\n // Apply default values for any missing fields.\n cue.region = settings.get(\"region\", null);\n cue.vertical = settings.get(\"vertical\", \"\");\n cue.line = settings.get(\"line\", \"auto\");\n cue.lineAlign = settings.get(\"lineAlign\", \"start\");\n cue.snapToLines = settings.get(\"snapToLines\", true);\n cue.size = settings.get(\"size\", 100);\n cue.align = settings.get(\"align\", \"middle\");\n cue.position = settings.get(\"position\", {\n start: 0,\n left: 0,\n middle: 50,\n end: 100,\n right: 100\n }, cue.align);\n cue.positionAlign = settings.get(\"positionAlign\", {\n start: \"start\",\n left: \"start\",\n middle: \"middle\",\n end: \"end\",\n right: \"end\"\n }, cue.align);\n }\n\n function skipWhitespace() {\n input = input.replace(/^\\s+/, \"\");\n }\n\n // 4.1 WebVTT cue timings.\n skipWhitespace();\n cue.startTime = consumeTimeStamp(); // (1) collect cue start time\n skipWhitespace();\n if (input.substr(0, 3) !== \"-->\") { // (3) next characters must match \"-->\"\n throw new ParsingError(ParsingError.Errors.BadTimeStamp,\n \"Malformed time stamp (time stamps must be separated by '-->'): \" +\n oInput);\n }\n input = input.substr(3);\n skipWhitespace();\n cue.endTime = consumeTimeStamp(); // (5) collect cue end time\n\n // 4.1 WebVTT cue settings list.\n skipWhitespace();\n consumeCueSettings(input, cue);\n}\n\nvar ESCAPE = {\n \"&amp;\": \"&\",\n \"&lt;\": \"<\",\n \"&gt;\": \">\",\n \"&lrm;\": \"\\u200e\",\n \"&rlm;\": \"\\u200f\",\n \"&nbsp;\": \"\\u00a0\"\n};\n\nvar TAG_NAME = {\n c: \"span\",\n i: \"i\",\n b: \"b\",\n u: \"u\",\n ruby: \"ruby\",\n rt: \"rt\",\n v: \"span\",\n lang: \"span\"\n};\n\nvar TAG_ANNOTATION = {\n v: \"title\",\n lang: \"lang\"\n};\n\nvar NEEDS_PARENT = {\n rt: \"ruby\"\n};\n\n// Parse content into a document fragment.\nfunction parseContent(window, input) {\n function nextToken() {\n // Check for end-of-string.\n if (!input) {\n return null;\n }\n\n // Consume 'n' characters from the input.\n function consume(result) {\n input = input.substr(result.length);\n return result;\n }\n\n var m = input.match(/^([^<]*)(<[^>]*>?)?/);\n // If there is some text before the next tag, return it, otherwise return\n // the tag.\n return consume(m[1] ? m[1] : m[2]);\n }\n\n // Unescape a string 's'.\n function unescape1(e) {\n return ESCAPE[e];\n }\n function unescape(s) {\n while ((m = s.match(/&(amp|lt|gt|lrm|rlm|nbsp);/))) {\n s = s.replace(m[0], unescape1);\n }\n return s;\n }\n\n function shouldAdd(current, element) {\n return !NEEDS_PARENT[element.localName] ||\n NEEDS_PARENT[element.localName] === current.localName;\n }\n\n // Create an element for this tag.\n function createElement(type, annotation) {\n var tagName = TAG_NAME[type];\n if (!tagName) {\n return null;\n }\n var element = window.document.createElement(tagName);\n element.localName = tagName;\n var name = TAG_ANNOTATION[type];\n if (name && annotation) {\n element[name] = annotation.trim();\n }\n return element;\n }\n\n var rootDiv = window.document.createElement(\"div\"),\n current = rootDiv,\n t,\n tagStack = [];\n\n while ((t = nextToken()) !== null) {\n if (t[0] === '<') {\n if (t[1] === \"/\") {\n // If the closing tag matches, move back up to the parent node.\n if (tagStack.length &&\n tagStack[tagStack.length - 1] === t.substr(2).replace(\">\", \"\")) {\n tagStack.pop();\n current = current.parentNode;\n }\n // Otherwise just ignore the end tag.\n continue;\n }\n var ts = parseTimeStamp(t.substr(1, t.length - 2));\n var node;\n if (ts) {\n // Timestamps are lead nodes as well.\n node = window.document.createProcessingInstruction(\"timestamp\", ts);\n current.appendChild(node);\n continue;\n }\n var m = t.match(/^<([^.\\s/0-9>]+)(\\.[^\\s\\\\>]+)?([^>\\\\]+)?(\\\\?)>?$/);\n // If we can't parse the tag, skip to the next tag.\n if (!m) {\n continue;\n }\n // Try to construct an element, and ignore the tag if we couldn't.\n node = createElement(m[1], m[3]);\n if (!node) {\n continue;\n }\n // Determine if the tag should be added based on the context of where it\n // is placed in the cuetext.\n if (!shouldAdd(current, node)) {\n continue;\n }\n // Set the class list (as a list of classes, separated by space).\n if (m[2]) {\n node.className = m[2].substr(1).replace('.', ' ');\n }\n // Append the node to the current node, and enter the scope of the new\n // node.\n tagStack.push(m[1]);\n current.appendChild(node);\n current = node;\n continue;\n }\n\n // Text nodes are leaf nodes.\n current.appendChild(window.document.createTextNode(unescape(t)));\n }\n\n return rootDiv;\n}\n\n// This is a list of all the Unicode characters that have a strong\n// right-to-left category. What this means is that these characters are\n// written right-to-left for sure. It was generated by pulling all the strong\n// right-to-left characters out of the Unicode data table. That table can\n// found at: http://www.unicode.org/Public/UNIDATA/UnicodeData.txt\nvar strongRTLRanges = [[0x5be, 0x5be], [0x5c0, 0x5c0], [0x5c3, 0x5c3], [0x5c6, 0x5c6],\n [0x5d0, 0x5ea], [0x5f0, 0x5f4], [0x608, 0x608], [0x60b, 0x60b], [0x60d, 0x60d],\n [0x61b, 0x61b], [0x61e, 0x64a], [0x66d, 0x66f], [0x671, 0x6d5], [0x6e5, 0x6e6],\n [0x6ee, 0x6ef], [0x6fa, 0x70d], [0x70f, 0x710], [0x712, 0x72f], [0x74d, 0x7a5],\n [0x7b1, 0x7b1], [0x7c0, 0x7ea], [0x7f4, 0x7f5], [0x7fa, 0x7fa], [0x800, 0x815],\n [0x81a, 0x81a], [0x824, 0x824], [0x828, 0x828], [0x830, 0x83e], [0x840, 0x858],\n [0x85e, 0x85e], [0x8a0, 0x8a0], [0x8a2, 0x8ac], [0x200f, 0x200f],\n [0xfb1d, 0xfb1d], [0xfb1f, 0xfb28], [0xfb2a, 0xfb36], [0xfb38, 0xfb3c],\n [0xfb3e, 0xfb3e], [0xfb40, 0xfb41], [0xfb43, 0xfb44], [0xfb46, 0xfbc1],\n [0xfbd3, 0xfd3d], [0xfd50, 0xfd8f], [0xfd92, 0xfdc7], [0xfdf0, 0xfdfc],\n [0xfe70, 0xfe74], [0xfe76, 0xfefc], [0x10800, 0x10805], [0x10808, 0x10808],\n [0x1080a, 0x10835], [0x10837, 0x10838], [0x1083c, 0x1083c], [0x1083f, 0x10855],\n [0x10857, 0x1085f], [0x10900, 0x1091b], [0x10920, 0x10939], [0x1093f, 0x1093f],\n [0x10980, 0x109b7], [0x109be, 0x109bf], [0x10a00, 0x10a00], [0x10a10, 0x10a13],\n [0x10a15, 0x10a17], [0x10a19, 0x10a33], [0x10a40, 0x10a47], [0x10a50, 0x10a58],\n [0x10a60, 0x10a7f], [0x10b00, 0x10b35], [0x10b40, 0x10b55], [0x10b58, 0x10b72],\n [0x10b78, 0x10b7f], [0x10c00, 0x10c48], [0x1ee00, 0x1ee03], [0x1ee05, 0x1ee1f],\n [0x1ee21, 0x1ee22], [0x1ee24, 0x1ee24], [0x1ee27, 0x1ee27], [0x1ee29, 0x1ee32],\n [0x1ee34, 0x1ee37], [0x1ee39, 0x1ee39], [0x1ee3b, 0x1ee3b], [0x1ee42, 0x1ee42],\n [0x1ee47, 0x1ee47], [0x1ee49, 0x1ee49], [0x1ee4b, 0x1ee4b], [0x1ee4d, 0x1ee4f],\n [0x1ee51, 0x1ee52], [0x1ee54, 0x1ee54], [0x1ee57, 0x1ee57], [0x1ee59, 0x1ee59],\n [0x1ee5b, 0x1ee5b], [0x1ee5d, 0x1ee5d], [0x1ee5f, 0x1ee5f], [0x1ee61, 0x1ee62],\n [0x1ee64, 0x1ee64], [0x1ee67, 0x1ee6a], [0x1ee6c, 0x1ee72], [0x1ee74, 0x1ee77],\n [0x1ee79, 0x1ee7c], [0x1ee7e, 0x1ee7e], [0x1ee80, 0x1ee89], [0x1ee8b, 0x1ee9b],\n [0x1eea1, 0x1eea3], [0x1eea5, 0x1eea9], [0x1eeab, 0x1eebb], [0x10fffd, 0x10fffd]];\n\nfunction isStrongRTLChar(charCode) {\n for (var i = 0; i < strongRTLRanges.length; i++) {\n var currentRange = strongRTLRanges[i];\n if (charCode >= currentRange[0] && charCode <= currentRange[1]) {\n return true;\n }\n }\n\n return false;\n}\n\nfunction determineBidi(cueDiv) {\n var nodeStack = [],\n text = \"\",\n charCode;\n\n if (!cueDiv || !cueDiv.childNodes) {\n return \"ltr\";\n }\n\n function pushNodes(nodeStack, node) {\n for (var i = node.childNodes.length - 1; i >= 0; i--) {\n nodeStack.push(node.childNodes[i]);\n }\n }\n\n function nextTextNode(nodeStack) {\n if (!nodeStack || !nodeStack.length) {\n return null;\n }\n\n var node = nodeStack.pop(),\n text = node.textContent || node.innerText;\n if (text) {\n // TODO: This should match all unicode type B characters (paragraph\n // separator characters). See issue #115.\n var m = text.match(/^.*(\\n|\\r)/);\n if (m) {\n nodeStack.length = 0;\n return m[0];\n }\n return text;\n }\n if (node.tagName === \"ruby\") {\n return nextTextNode(nodeStack);\n }\n if (node.childNodes) {\n pushNodes(nodeStack, node);\n return nextTextNode(nodeStack);\n }\n }\n\n pushNodes(nodeStack, cueDiv);\n while ((text = nextTextNode(nodeStack))) {\n for (var i = 0; i < text.length; i++) {\n charCode = text.charCodeAt(i);\n if (isStrongRTLChar(charCode)) {\n return \"rtl\";\n }\n }\n }\n return \"ltr\";\n}\n\nfunction computeLinePos(cue) {\n if (typeof cue.line === \"number\" &&\n (cue.snapToLines || (cue.line >= 0 && cue.line <= 100))) {\n return cue.line;\n }\n if (!cue.track || !cue.track.textTrackList ||\n !cue.track.textTrackList.mediaElement) {\n return -1;\n }\n var track = cue.track,\n trackList = track.textTrackList,\n count = 0;\n for (var i = 0; i < trackList.length && trackList[i] !== track; i++) {\n if (trackList[i].mode === \"showing\") {\n count++;\n }\n }\n return ++count * -1;\n}\n\nfunction StyleBox() {\n}\n\n// Apply styles to a div. If there is no div passed then it defaults to the\n// div on 'this'.\nStyleBox.prototype.applyStyles = function(styles, div) {\n div = div || this.div;\n for (var prop in styles) {\n if (styles.hasOwnProperty(prop)) {\n div.style[prop] = styles[prop];\n }\n }\n};\n\nStyleBox.prototype.formatStyle = function(val, unit) {\n return val === 0 ? 0 : val + unit;\n};\n\n// Constructs the computed display state of the cue (a div). Places the div\n// into the overlay which should be a block level element (usually a div).\nfunction CueStyleBox(window, cue, styleOptions) {\n StyleBox.call(this);\n this.cue = cue;\n\n // Parse our cue's text into a DOM tree rooted at 'cueDiv'. This div will\n // have inline positioning and will function as the cue background box.\n this.cueDiv = parseContent(window, cue.text);\n var styles = {\n color: \"rgba(255, 255, 255, 1)\",\n backgroundColor: \"rgba(0, 0, 0, 0.8)\",\n position: \"relative\",\n left: 0,\n right: 0,\n top: 0,\n bottom: 0,\n display: \"inline\",\n writingMode: cue.vertical === \"\" ? \"horizontal-tb\"\n : cue.vertical === \"lr\" ? \"vertical-lr\"\n : \"vertical-rl\",\n unicodeBidi: \"plaintext\"\n };\n\n this.applyStyles(styles, this.cueDiv);\n\n // Create an absolutely positioned div that will be used to position the cue\n // div. Note, all WebVTT cue-setting alignments are equivalent to the CSS\n // mirrors of them except \"middle\" which is \"center\" in CSS.\n this.div = window.document.createElement(\"div\");\n styles = {\n direction: determineBidi(this.cueDiv),\n writingMode: cue.vertical === \"\" ? \"horizontal-tb\"\n : cue.vertical === \"lr\" ? \"vertical-lr\"\n : \"vertical-rl\",\n unicodeBidi: \"plaintext\",\n textAlign: cue.align === \"middle\" ? \"center\" : cue.align,\n font: styleOptions.font,\n whiteSpace: \"pre-line\",\n position: \"absolute\"\n };\n\n this.applyStyles(styles);\n this.div.appendChild(this.cueDiv);\n\n // Calculate the distance from the reference edge of the viewport to the text\n // position of the cue box. The reference edge will be resolved later when\n // the box orientation styles are applied.\n var textPos = 0;\n switch (cue.positionAlign) {\n case \"start\":\n textPos = cue.position;\n break;\n case \"middle\":\n textPos = cue.position - (cue.size / 2);\n break;\n case \"end\":\n textPos = cue.position - cue.size;\n break;\n }\n\n // Horizontal box orientation; textPos is the distance from the left edge of the\n // area to the left edge of the box and cue.size is the distance extending to\n // the right from there.\n if (cue.vertical === \"\") {\n this.applyStyles({\n left: this.formatStyle(textPos, \"%\"),\n width: this.formatStyle(cue.size, \"%\")\n });\n // Vertical box orientation; textPos is the distance from the top edge of the\n // area to the top edge of the box and cue.size is the height extending\n // downwards from there.\n } else {\n this.applyStyles({\n top: this.formatStyle(textPos, \"%\"),\n height: this.formatStyle(cue.size, \"%\")\n });\n }\n\n this.move = function(box) {\n this.applyStyles({\n top: this.formatStyle(box.top, \"px\"),\n bottom: this.formatStyle(box.bottom, \"px\"),\n left: this.formatStyle(box.left, \"px\"),\n right: this.formatStyle(box.right, \"px\"),\n height: this.formatStyle(box.height, \"px\"),\n width: this.formatStyle(box.width, \"px\")\n });\n };\n}\nCueStyleBox.prototype = _objCreate(StyleBox.prototype);\nCueStyleBox.prototype.constructor = CueStyleBox;\n\n// Represents the co-ordinates of an Element in a way that we can easily\n// compute things with such as if it overlaps or intersects with another Element.\n// Can initialize it with either a StyleBox or another BoxPosition.\nfunction BoxPosition(obj) {\n // Either a BoxPosition was passed in and we need to copy it, or a StyleBox\n // was passed in and we need to copy the results of 'getBoundingClientRect'\n // as the object returned is readonly. All co-ordinate values are in reference\n // to the viewport origin (top left).\n var lh, height, width, top;\n if (obj.div) {\n height = obj.div.offsetHeight;\n width = obj.div.offsetWidth;\n top = obj.div.offsetTop;\n\n var rects = (rects = obj.div.childNodes) && (rects = rects[0]) &&\n rects.getClientRects && rects.getClientRects();\n obj = obj.div.getBoundingClientRect();\n // In certain cases the outter div will be slightly larger then the sum of\n // the inner div's lines. This could be due to bold text, etc, on some platforms.\n // In this case we should get the average line height and use that. This will\n // result in the desired behaviour.\n lh = rects ? Math.max((rects[0] && rects[0].height) || 0, obj.height / rects.length)\n : 0;\n\n }\n this.left = obj.left;\n this.right = obj.right;\n this.top = obj.top || top;\n this.height = obj.height || height;\n this.bottom = obj.bottom || (top + (obj.height || height));\n this.width = obj.width || width;\n this.lineHeight = lh !== undefined ? lh : obj.lineHeight;\n}\n\n// Move the box along a particular axis. Optionally pass in an amount to move\n// the box. If no amount is passed then the default is the line height of the\n// box.\nBoxPosition.prototype.move = function(axis, toMove) {\n toMove = toMove !== undefined ? toMove : this.lineHeight;\n switch (axis) {\n case \"+x\":\n this.left += toMove;\n this.right += toMove;\n break;\n case \"-x\":\n this.left -= toMove;\n this.right -= toMove;\n break;\n case \"+y\":\n this.top += toMove;\n this.bottom += toMove;\n break;\n case \"-y\":\n this.top -= toMove;\n this.bottom -= toMove;\n break;\n }\n};\n\n// Check if this box overlaps another box, b2.\nBoxPosition.prototype.overlaps = function(b2) {\n return this.left < b2.right &&\n this.right > b2.left &&\n this.top < b2.bottom &&\n this.bottom > b2.top;\n};\n\n// Check if this box overlaps any other boxes in boxes.\nBoxPosition.prototype.overlapsAny = function(boxes) {\n for (var i = 0; i < boxes.length; i++) {\n if (this.overlaps(boxes[i])) {\n return true;\n }\n }\n return false;\n};\n\n// Check if this box is within another box.\nBoxPosition.prototype.within = function(container) {\n return this.top >= container.top &&\n this.bottom <= container.bottom &&\n this.left >= container.left &&\n this.right <= container.right;\n};\n\n// Check if this box is entirely within the container or it is overlapping\n// on the edge opposite of the axis direction passed. For example, if \"+x\" is\n// passed and the box is overlapping on the left edge of the container, then\n// return true.\nBoxPosition.prototype.overlapsOppositeAxis = function(container, axis) {\n switch (axis) {\n case \"+x\":\n return this.left < container.left;\n case \"-x\":\n return this.right > container.right;\n case \"+y\":\n return this.top < container.top;\n case \"-y\":\n return this.bottom > container.bottom;\n }\n};\n\n// Find the percentage of the area that this box is overlapping with another\n// box.\nBoxPosition.prototype.intersectPercentage = function(b2) {\n var x = Math.max(0, Math.min(this.right, b2.right) - Math.max(this.left, b2.left)),\n y = Math.max(0, Math.min(this.bottom, b2.bottom) - Math.max(this.top, b2.top)),\n intersectArea = x * y;\n return intersectArea / (this.height * this.width);\n};\n\n// Convert the positions from this box to CSS compatible positions using\n// the reference container's positions. This has to be done because this\n// box's positions are in reference to the viewport origin, whereas, CSS\n// values are in referecne to their respective edges.\nBoxPosition.prototype.toCSSCompatValues = function(reference) {\n return {\n top: this.top - reference.top,\n bottom: reference.bottom - this.bottom,\n left: this.left - reference.left,\n right: reference.right - this.right,\n height: this.height,\n width: this.width\n };\n};\n\n// Get an object that represents the box's position without anything extra.\n// Can pass a StyleBox, HTMLElement, or another BoxPositon.\nBoxPosition.getSimpleBoxPosition = function(obj) {\n var height = obj.div ? obj.div.offsetHeight : obj.tagName ? obj.offsetHeight : 0;\n var width = obj.div ? obj.div.offsetWidth : obj.tagName ? obj.offsetWidth : 0;\n var top = obj.div ? obj.div.offsetTop : obj.tagName ? obj.offsetTop : 0;\n\n obj = obj.div ? obj.div.getBoundingClientRect() :\n obj.tagName ? obj.getBoundingClientRect() : obj;\n var ret = {\n left: obj.left,\n right: obj.right,\n top: obj.top || top,\n height: obj.height || height,\n bottom: obj.bottom || (top + (obj.height || height)),\n width: obj.width || width\n };\n return ret;\n};\n\n// Move a StyleBox to its specified, or next best, position. The containerBox\n// is the box that contains the StyleBox, such as a div. boxPositions are\n// a list of other boxes that the styleBox can't overlap with.\nfunction moveBoxToLinePosition(window, styleBox, containerBox, boxPositions) {\n\n // Find the best position for a cue box, b, on the video. The axis parameter\n // is a list of axis, the order of which, it will move the box along. For example:\n // Passing [\"+x\", \"-x\"] will move the box first along the x axis in the positive\n // direction. If it doesn't find a good position for it there it will then move\n // it along the x axis in the negative direction.\n function findBestPosition(b, axis) {\n var bestPosition,\n specifiedPosition = new BoxPosition(b),\n percentage = 1; // Highest possible so the first thing we get is better.\n\n for (var i = 0; i < axis.length; i++) {\n while (b.overlapsOppositeAxis(containerBox, axis[i]) ||\n (b.within(containerBox) && b.overlapsAny(boxPositions))) {\n b.move(axis[i]);\n }\n // We found a spot where we aren't overlapping anything. This is our\n // best position.\n if (b.within(containerBox)) {\n return b;\n }\n var p = b.intersectPercentage(containerBox);\n // If we're outside the container box less then we were on our last try\n // then remember this position as the best position.\n if (percentage > p) {\n bestPosition = new BoxPosition(b);\n percentage = p;\n }\n // Reset the box position to the specified position.\n b = new BoxPosition(specifiedPosition);\n }\n return bestPosition || specifiedPosition;\n }\n\n var boxPosition = new BoxPosition(styleBox),\n cue = styleBox.cue,\n linePos = computeLinePos(cue),\n axis = [];\n\n // If we have a line number to align the cue to.\n if (cue.snapToLines) {\n var size;\n switch (cue.vertical) {\n case \"\":\n axis = [ \"+y\", \"-y\" ];\n size = \"height\";\n break;\n case \"rl\":\n axis = [ \"+x\", \"-x\" ];\n size = \"width\";\n break;\n case \"lr\":\n axis = [ \"-x\", \"+x\" ];\n size = \"width\";\n break;\n }\n\n var step = boxPosition.lineHeight,\n position = step * Math.round(linePos),\n maxPosition = containerBox[size] + step,\n initialAxis = axis[0];\n\n // If the specified intial position is greater then the max position then\n // clamp the box to the amount of steps it would take for the box to\n // reach the max position.\n if (Math.abs(position) > maxPosition) {\n position = position < 0 ? -1 : 1;\n position *= Math.ceil(maxPosition / step) * step;\n }\n\n // If computed line position returns negative then line numbers are\n // relative to the bottom of the video instead of the top. Therefore, we\n // need to increase our initial position by the length or width of the\n // video, depending on the writing direction, and reverse our axis directions.\n if (linePos < 0) {\n position += cue.vertical === \"\" ? containerBox.height : containerBox.width;\n axis = axis.reverse();\n }\n\n // Move the box to the specified position. This may not be its best\n // position.\n boxPosition.move(initialAxis, position);\n\n } else {\n // If we have a percentage line value for the cue.\n var calculatedPercentage = (boxPosition.lineHeight / containerBox.height) * 100;\n\n switch (cue.lineAlign) {\n case \"middle\":\n linePos -= (calculatedPercentage / 2);\n break;\n case \"end\":\n linePos -= calculatedPercentage;\n break;\n }\n\n // Apply initial line position to the cue box.\n switch (cue.vertical) {\n case \"\":\n styleBox.applyStyles({\n top: styleBox.formatStyle(linePos, \"%\")\n });\n break;\n case \"rl\":\n styleBox.applyStyles({\n left: styleBox.formatStyle(linePos, \"%\")\n });\n break;\n case \"lr\":\n styleBox.applyStyles({\n right: styleBox.formatStyle(linePos, \"%\")\n });\n break;\n }\n\n axis = [ \"+y\", \"-x\", \"+x\", \"-y\" ];\n\n // Get the box position again after we've applied the specified positioning\n // to it.\n boxPosition = new BoxPosition(styleBox);\n }\n\n var bestPosition = findBestPosition(boxPosition, axis);\n styleBox.move(bestPosition.toCSSCompatValues(containerBox));\n}\n\nfunction WebVTT() {\n // Nothing\n}\n\n// Helper to allow strings to be decoded instead of the default binary utf8 data.\nWebVTT.StringDecoder = function() {\n return {\n decode: function(data) {\n if (!data) {\n return \"\";\n }\n if (typeof data !== \"string\") {\n throw new Error(\"Error - expected string data.\");\n }\n return decodeURIComponent(encodeURIComponent(data));\n }\n };\n};\n\nWebVTT.convertCueToDOMTree = function(window, cuetext) {\n if (!window || !cuetext) {\n return null;\n }\n return parseContent(window, cuetext);\n};\n\nvar FONT_SIZE_PERCENT = 0.05;\nvar FONT_STYLE = \"sans-serif\";\nvar CUE_BACKGROUND_PADDING = \"1.5%\";\n\n// Runs the processing model over the cues and regions passed to it.\n// @param overlay A block level element (usually a div) that the computed cues\n// and regions will be placed into.\nWebVTT.processCues = function(window, cues, overlay) {\n if (!window || !cues || !overlay) {\n return null;\n }\n\n // Remove all previous children.\n while (overlay.firstChild) {\n overlay.removeChild(overlay.firstChild);\n }\n\n var paddedOverlay = window.document.createElement(\"div\");\n paddedOverlay.style.position = \"absolute\";\n paddedOverlay.style.left = \"0\";\n paddedOverlay.style.right = \"0\";\n paddedOverlay.style.top = \"0\";\n paddedOverlay.style.bottom = \"0\";\n paddedOverlay.style.margin = CUE_BACKGROUND_PADDING;\n overlay.appendChild(paddedOverlay);\n\n // Determine if we need to compute the display states of the cues. This could\n // be the case if a cue's state has been changed since the last computation or\n // if it has not been computed yet.\n function shouldCompute(cues) {\n for (var i = 0; i < cues.length; i++) {\n if (cues[i].hasBeenReset || !cues[i].displayState) {\n return true;\n }\n }\n return false;\n }\n\n // We don't need to recompute the cues' display states. Just reuse them.\n if (!shouldCompute(cues)) {\n for (var i = 0; i < cues.length; i++) {\n paddedOverlay.appendChild(cues[i].displayState);\n }\n return;\n }\n\n var boxPositions = [],\n containerBox = BoxPosition.getSimpleBoxPosition(paddedOverlay),\n fontSize = Math.round(containerBox.height * FONT_SIZE_PERCENT * 100) / 100;\n var styleOptions = {\n font: fontSize + \"px \" + FONT_STYLE\n };\n\n (function() {\n var styleBox, cue;\n\n for (var i = 0; i < cues.length; i++) {\n cue = cues[i];\n\n // Compute the intial position and styles of the cue div.\n styleBox = new CueStyleBox(window, cue, styleOptions);\n paddedOverlay.appendChild(styleBox.div);\n\n // Move the cue div to it's correct line position.\n moveBoxToLinePosition(window, styleBox, containerBox, boxPositions);\n\n // Remember the computed div so that we don't have to recompute it later\n // if we don't have too.\n cue.displayState = styleBox.div;\n\n boxPositions.push(BoxPosition.getSimpleBoxPosition(styleBox));\n }\n })();\n};\n\nWebVTT.Parser = function(window, vttjs, decoder) {\n if (!decoder) {\n decoder = vttjs;\n vttjs = {};\n }\n if (!vttjs) {\n vttjs = {};\n }\n\n this.window = window;\n this.vttjs = vttjs;\n this.state = \"INITIAL\";\n this.buffer = \"\";\n this.decoder = decoder || new TextDecoder(\"utf8\");\n this.regionList = [];\n};\n\nWebVTT.Parser.prototype = {\n // If the error is a ParsingError then report it to the consumer if\n // possible. If it's not a ParsingError then throw it like normal.\n reportOrThrowError: function(e) {\n if (e instanceof ParsingError) {\n this.onparsingerror && this.onparsingerror(e);\n } else {\n throw e;\n }\n },\n parse: function (data) {\n var self = this;\n\n // If there is no data then we won't decode it, but will just try to parse\n // whatever is in buffer already. This may occur in circumstances, for\n // example when flush() is called.\n if (data) {\n // Try to decode the data that we received.\n self.buffer += self.decoder.decode(data, {stream: true});\n }\n\n function collectNextLine() {\n var buffer = self.buffer;\n var pos = 0;\n while (pos < buffer.length && buffer[pos] !== '\\r' && buffer[pos] !== '\\n') {\n ++pos;\n }\n var line = buffer.substr(0, pos);\n // Advance the buffer early in case we fail below.\n if (buffer[pos] === '\\r') {\n ++pos;\n }\n if (buffer[pos] === '\\n') {\n ++pos;\n }\n self.buffer = buffer.substr(pos);\n return line;\n }\n\n // 3.4 WebVTT region and WebVTT region settings syntax\n function parseRegion(input) {\n var settings = new Settings();\n\n parseOptions(input, function (k, v) {\n switch (k) {\n case \"id\":\n settings.set(k, v);\n break;\n case \"width\":\n settings.percent(k, v);\n break;\n case \"lines\":\n settings.integer(k, v);\n break;\n case \"regionanchor\":\n case \"viewportanchor\":\n var xy = v.split(',');\n if (xy.length !== 2) {\n break;\n }\n // We have to make sure both x and y parse, so use a temporary\n // settings object here.\n var anchor = new Settings();\n anchor.percent(\"x\", xy[0]);\n anchor.percent(\"y\", xy[1]);\n if (!anchor.has(\"x\") || !anchor.has(\"y\")) {\n break;\n }\n settings.set(k + \"X\", anchor.get(\"x\"));\n settings.set(k + \"Y\", anchor.get(\"y\"));\n break;\n case \"scroll\":\n settings.alt(k, v, [\"up\"]);\n break;\n }\n }, /=/, /\\s/);\n\n // Create the region, using default values for any values that were not\n // specified.\n if (settings.has(\"id\")) {\n var region = new (self.vttjs.VTTRegion || self.window.VTTRegion)();\n region.width = settings.get(\"width\", 100);\n region.lines = settings.get(\"lines\", 3);\n region.regionAnchorX = settings.get(\"regionanchorX\", 0);\n region.regionAnchorY = settings.get(\"regionanchorY\", 100);\n region.viewportAnchorX = settings.get(\"viewportanchorX\", 0);\n region.viewportAnchorY = settings.get(\"viewportanchorY\", 100);\n region.scroll = settings.get(\"scroll\", \"\");\n // Register the region.\n self.onregion && self.onregion(region);\n // Remember the VTTRegion for later in case we parse any VTTCues that\n // reference it.\n self.regionList.push({\n id: settings.get(\"id\"),\n region: region\n });\n }\n }\n\n // draft-pantos-http-live-streaming-20\n // https://tools.ietf.org/html/draft-pantos-http-live-streaming-20#section-3.5\n // 3.5 WebVTT\n function parseTimestampMap(input) {\n var settings = new Settings();\n\n parseOptions(input, function(k, v) {\n switch(k) {\n case \"MPEGT\":\n settings.integer(k + 'S', v);\n break;\n case \"LOCA\":\n settings.set(k + 'L', parseTimeStamp(v));\n break;\n }\n }, /[^\\d]:/, /,/);\n\n self.ontimestampmap && self.ontimestampmap({\n \"MPEGTS\": settings.get(\"MPEGTS\"),\n \"LOCAL\": settings.get(\"LOCAL\")\n });\n }\n\n // 3.2 WebVTT metadata header syntax\n function parseHeader(input) {\n if (input.match(/X-TIMESTAMP-MAP/)) {\n // This line contains HLS X-TIMESTAMP-MAP metadata\n parseOptions(input, function(k, v) {\n switch(k) {\n case \"X-TIMESTAMP-MAP\":\n parseTimestampMap(v);\n break;\n }\n }, /=/);\n } else {\n parseOptions(input, function (k, v) {\n switch (k) {\n case \"Region\":\n // 3.3 WebVTT region metadata header syntax\n parseRegion(v);\n break;\n }\n }, /:/);\n }\n\n }\n\n // 5.1 WebVTT file parsing.\n try {\n var line;\n if (self.state === \"INITIAL\") {\n // We can't start parsing until we have the first line.\n if (!/\\r\\n|\\n/.test(self.buffer)) {\n return this;\n }\n\n line = collectNextLine();\n\n var m = line.match(/^WEBVTT([ \\t].*)?$/);\n if (!m || !m[0]) {\n throw new ParsingError(ParsingError.Errors.BadSignature);\n }\n\n self.state = \"HEADER\";\n }\n\n var alreadyCollectedLine = false;\n while (self.buffer) {\n // We can't parse a line until we have the full line.\n if (!/\\r\\n|\\n/.test(self.buffer)) {\n return this;\n }\n\n if (!alreadyCollectedLine) {\n line = collectNextLine();\n } else {\n alreadyCollectedLine = false;\n }\n\n switch (self.state) {\n case \"HEADER\":\n // 13-18 - Allow a header (metadata) under the WEBVTT line.\n if (/:/.test(line)) {\n parseHeader(line);\n } else if (!line) {\n // An empty line terminates the header and starts the body (cues).\n self.state = \"ID\";\n }\n continue;\n case \"NOTE\":\n // Ignore NOTE blocks.\n if (!line) {\n self.state = \"ID\";\n }\n continue;\n case \"ID\":\n // Check for the start of NOTE blocks.\n if (/^NOTE($|[ \\t])/.test(line)) {\n self.state = \"NOTE\";\n break;\n }\n // 19-29 - Allow any number of line terminators, then initialize new cue values.\n if (!line) {\n continue;\n }\n self.cue = new (self.vttjs.VTTCue || self.window.VTTCue)(0, 0, \"\");\n self.state = \"CUE\";\n // 30-39 - Check if self line contains an optional identifier or timing data.\n if (line.indexOf(\"-->\") === -1) {\n self.cue.id = line;\n continue;\n }\n // Process line as start of a cue.\n /*falls through*/\n case \"CUE\":\n // 40 - Collect cue timings and settings.\n try {\n parseCue(line, self.cue, self.regionList);\n } catch (e) {\n self.reportOrThrowError(e);\n // In case of an error ignore rest of the cue.\n self.cue = null;\n self.state = \"BADCUE\";\n continue;\n }\n self.state = \"CUETEXT\";\n continue;\n case \"CUETEXT\":\n var hasSubstring = line.indexOf(\"-->\") !== -1;\n // 34 - If we have an empty line then report the cue.\n // 35 - If we have the special substring '-->' then report the cue,\n // but do not collect the line as we need to process the current\n // one as a new cue.\n if (!line || hasSubstring && (alreadyCollectedLine = true)) {\n // We are done parsing self cue.\n self.oncue && self.oncue(self.cue);\n self.cue = null;\n self.state = \"ID\";\n continue;\n }\n if (self.cue.text) {\n self.cue.text += \"\\n\";\n }\n self.cue.text += line;\n continue;\n case \"BADCUE\": // BADCUE\n // 54-62 - Collect and discard the remaining cue.\n if (!line) {\n self.state = \"ID\";\n }\n continue;\n }\n }\n } catch (e) {\n self.reportOrThrowError(e);\n\n // If we are currently parsing a cue, report what we have.\n if (self.state === \"CUETEXT\" && self.cue && self.oncue) {\n self.oncue(self.cue);\n }\n self.cue = null;\n // Enter BADWEBVTT state if header was not parsed correctly otherwise\n // another exception occurred so enter BADCUE state.\n self.state = self.state === \"INITIAL\" ? \"BADWEBVTT\" : \"BADCUE\";\n }\n return this;\n },\n flush: function () {\n var self = this;\n try {\n // Finish decoding the stream.\n self.buffer += self.decoder.decode();\n // Synthesize the end of the current cue or region.\n if (self.cue || self.state === \"HEADER\") {\n self.buffer += \"\\n\\n\";\n self.parse();\n }\n // If we've flushed, parsed, and we're still on the INITIAL state then\n // that means we don't have enough of the stream to parse the first\n // line.\n if (self.state === \"INITIAL\") {\n throw new ParsingError(ParsingError.Errors.BadSignature);\n }\n } catch(e) {\n self.reportOrThrowError(e);\n }\n self.onflush && self.onflush();\n return this;\n }\n};\n\nmodule.exports = WebVTT;\n","/**\n * Copyright 2013 vtt.js Contributors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nvar autoKeyword = \"auto\";\nvar directionSetting = {\n \"\": 1,\n \"lr\": 1,\n \"rl\": 1\n};\nvar alignSetting = {\n \"start\": 1,\n \"middle\": 1,\n \"end\": 1,\n \"left\": 1,\n \"right\": 1\n};\n\nfunction findDirectionSetting(value) {\n if (typeof value !== \"string\") {\n return false;\n }\n var dir = directionSetting[value.toLowerCase()];\n return dir ? value.toLowerCase() : false;\n}\n\nfunction findAlignSetting(value) {\n if (typeof value !== \"string\") {\n return false;\n }\n var align = alignSetting[value.toLowerCase()];\n return align ? value.toLowerCase() : false;\n}\n\nfunction VTTCue(startTime, endTime, text) {\n /**\n * Shim implementation specific properties. These properties are not in\n * the spec.\n */\n\n // Lets us know when the VTTCue's data has changed in such a way that we need\n // to recompute its display state. This lets us compute its display state\n // lazily.\n this.hasBeenReset = false;\n\n /**\n * VTTCue and TextTrackCue properties\n * http://dev.w3.org/html5/webvtt/#vttcue-interface\n */\n\n var _id = \"\";\n var _pauseOnExit = false;\n var _startTime = startTime;\n var _endTime = endTime;\n var _text = text;\n var _region = null;\n var _vertical = \"\";\n var _snapToLines = true;\n var _line = \"auto\";\n var _lineAlign = \"start\";\n var _position = 50;\n var _positionAlign = \"middle\";\n var _size = 50;\n var _align = \"middle\";\n\n Object.defineProperties(this, {\n \"id\": {\n enumerable: true,\n get: function() {\n return _id;\n },\n set: function(value) {\n _id = \"\" + value;\n }\n },\n\n \"pauseOnExit\": {\n enumerable: true,\n get: function() {\n return _pauseOnExit;\n },\n set: function(value) {\n _pauseOnExit = !!value;\n }\n },\n\n \"startTime\": {\n enumerable: true,\n get: function() {\n return _startTime;\n },\n set: function(value) {\n if (typeof value !== \"number\") {\n throw new TypeError(\"Start time must be set to a number.\");\n }\n _startTime = value;\n this.hasBeenReset = true;\n }\n },\n\n \"endTime\": {\n enumerable: true,\n get: function() {\n return _endTime;\n },\n set: function(value) {\n if (typeof value !== \"number\") {\n throw new TypeError(\"End time must be set to a number.\");\n }\n _endTime = value;\n this.hasBeenReset = true;\n }\n },\n\n \"text\": {\n enumerable: true,\n get: function() {\n return _text;\n },\n set: function(value) {\n _text = \"\" + value;\n this.hasBeenReset = true;\n }\n },\n\n \"region\": {\n enumerable: true,\n get: function() {\n return _region;\n },\n set: function(value) {\n _region = value;\n this.hasBeenReset = true;\n }\n },\n\n \"vertical\": {\n enumerable: true,\n get: function() {\n return _vertical;\n },\n set: function(value) {\n var setting = findDirectionSetting(value);\n // Have to check for false because the setting an be an empty string.\n if (setting === false) {\n throw new SyntaxError(\"An invalid or illegal string was specified.\");\n }\n _vertical = setting;\n this.hasBeenReset = true;\n }\n },\n\n \"snapToLines\": {\n enumerable: true,\n get: function() {\n return _snapToLines;\n },\n set: function(value) {\n _snapToLines = !!value;\n this.hasBeenReset = true;\n }\n },\n\n \"line\": {\n enumerable: true,\n get: function() {\n return _line;\n },\n set: function(value) {\n if (typeof value !== \"number\" && value !== autoKeyword) {\n throw new SyntaxError(\"An invalid number or illegal string was specified.\");\n }\n _line = value;\n this.hasBeenReset = true;\n }\n },\n\n \"lineAlign\": {\n enumerable: true,\n get: function() {\n return _lineAlign;\n },\n set: function(value) {\n var setting = findAlignSetting(value);\n if (!setting) {\n throw new SyntaxError(\"An invalid or illegal string was specified.\");\n }\n _lineAlign = setting;\n this.hasBeenReset = true;\n }\n },\n\n \"position\": {\n enumerable: true,\n get: function() {\n return _position;\n },\n set: function(value) {\n if (value < 0 || value > 100) {\n throw new Error(\"Position must be between 0 and 100.\");\n }\n _position = value;\n this.hasBeenReset = true;\n }\n },\n\n \"positionAlign\": {\n enumerable: true,\n get: function() {\n return _positionAlign;\n },\n set: function(value) {\n var setting = findAlignSetting(value);\n if (!setting) {\n throw new SyntaxError(\"An invalid or illegal string was specified.\");\n }\n _positionAlign = setting;\n this.hasBeenReset = true;\n }\n },\n\n \"size\": {\n enumerable: true,\n get: function() {\n return _size;\n },\n set: function(value) {\n if (value < 0 || value > 100) {\n throw new Error(\"Size must be between 0 and 100.\");\n }\n _size = value;\n this.hasBeenReset = true;\n }\n },\n\n \"align\": {\n enumerable: true,\n get: function() {\n return _align;\n },\n set: function(value) {\n var setting = findAlignSetting(value);\n if (!setting) {\n throw new SyntaxError(\"An invalid or illegal string was specified.\");\n }\n _align = setting;\n this.hasBeenReset = true;\n }\n }\n });\n\n /**\n * Other <track> spec defined properties\n */\n\n // http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#text-track-cue-display-state\n this.displayState = undefined;\n}\n\n/**\n * VTTCue methods\n */\n\nVTTCue.prototype.getCueAsHTML = function() {\n // Assume WebVTT.convertCueToDOMTree is on the global.\n return WebVTT.convertCueToDOMTree(window, this.text);\n};\n\nmodule.exports = VTTCue;\n","/**\n * Copyright 2013 vtt.js Contributors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nvar scrollSetting = {\n \"\": true,\n \"up\": true\n};\n\nfunction findScrollSetting(value) {\n if (typeof value !== \"string\") {\n return false;\n }\n var scroll = scrollSetting[value.toLowerCase()];\n return scroll ? value.toLowerCase() : false;\n}\n\nfunction isValidPercentValue(value) {\n return typeof value === \"number\" && (value >= 0 && value <= 100);\n}\n\n// VTTRegion shim http://dev.w3.org/html5/webvtt/#vttregion-interface\nfunction VTTRegion() {\n var _width = 100;\n var _lines = 3;\n var _regionAnchorX = 0;\n var _regionAnchorY = 100;\n var _viewportAnchorX = 0;\n var _viewportAnchorY = 100;\n var _scroll = \"\";\n\n Object.defineProperties(this, {\n \"width\": {\n enumerable: true,\n get: function() {\n return _width;\n },\n set: function(value) {\n if (!isValidPercentValue(value)) {\n throw new Error(\"Width must be between 0 and 100.\");\n }\n _width = value;\n }\n },\n \"lines\": {\n enumerable: true,\n get: function() {\n return _lines;\n },\n set: function(value) {\n if (typeof value !== \"number\") {\n throw new TypeError(\"Lines must be set to a number.\");\n }\n _lines = value;\n }\n },\n \"regionAnchorY\": {\n enumerable: true,\n get: function() {\n return _regionAnchorY;\n },\n set: function(value) {\n if (!isValidPercentValue(value)) {\n throw new Error(\"RegionAnchorX must be between 0 and 100.\");\n }\n _regionAnchorY = value;\n }\n },\n \"regionAnchorX\": {\n enumerable: true,\n get: function() {\n return _regionAnchorX;\n },\n set: function(value) {\n if(!isValidPercentValue(value)) {\n throw new Error(\"RegionAnchorY must be between 0 and 100.\");\n }\n _regionAnchorX = value;\n }\n },\n \"viewportAnchorY\": {\n enumerable: true,\n get: function() {\n return _viewportAnchorY;\n },\n set: function(value) {\n if (!isValidPercentValue(value)) {\n throw new Error(\"ViewportAnchorY must be between 0 and 100.\");\n }\n _viewportAnchorY = value;\n }\n },\n \"viewportAnchorX\": {\n enumerable: true,\n get: function() {\n return _viewportAnchorX;\n },\n set: function(value) {\n if (!isValidPercentValue(value)) {\n throw new Error(\"ViewportAnchorX must be between 0 and 100.\");\n }\n _viewportAnchorX = value;\n }\n },\n \"scroll\": {\n enumerable: true,\n get: function() {\n return _scroll;\n },\n set: function(value) {\n var setting = findScrollSetting(value);\n // Have to check for false as an empty string is a legal value.\n if (setting === false) {\n throw new SyntaxError(\"An invalid or illegal string was specified.\");\n }\n _scroll = setting;\n }\n }\n });\n}\n\nmodule.exports = VTTRegion;\n","function clean (s) {\n return s.replace(/\\n\\r?\\s*/g, '')\n}\n\n\nmodule.exports = function tsml (sa) {\n var s = ''\n , i = 0\n\n for (; i < arguments.length; i++)\n s += clean(sa[i]) + (arguments[i + 1] || '')\n\n return s\n}","\"use strict\";\nvar window = require(\"global/window\")\nvar isFunction = require(\"is-function\")\nvar parseHeaders = require(\"parse-headers\")\nvar xtend = require(\"xtend\")\n\nmodule.exports = createXHR\ncreateXHR.XMLHttpRequest = window.XMLHttpRequest || noop\ncreateXHR.XDomainRequest = \"withCredentials\" in (new createXHR.XMLHttpRequest()) ? createXHR.XMLHttpRequest : window.XDomainRequest\n\nforEachArray([\"get\", \"put\", \"post\", \"patch\", \"head\", \"delete\"], function(method) {\n createXHR[method === \"delete\" ? \"del\" : method] = function(uri, options, callback) {\n options = initParams(uri, options, callback)\n options.method = method.toUpperCase()\n return _createXHR(options)\n }\n})\n\nfunction forEachArray(array, iterator) {\n for (var i = 0; i < array.length; i++) {\n iterator(array[i])\n }\n}\n\nfunction isEmpty(obj){\n for(var i in obj){\n if(obj.hasOwnProperty(i)) return false\n }\n return true\n}\n\nfunction initParams(uri, options, callback) {\n var params = uri\n\n if (isFunction(options)) {\n callback = options\n if (typeof uri === \"string\") {\n params = {uri:uri}\n }\n } else {\n params = xtend(options, {uri: uri})\n }\n\n params.callback = callback\n return params\n}\n\nfunction createXHR(uri, options, callback) {\n options = initParams(uri, options, callback)\n return _createXHR(options)\n}\n\nfunction _createXHR(options) {\n if(typeof options.callback === \"undefined\"){\n throw new Error(\"callback argument missing\")\n }\n\n var called = false\n var callback = function cbOnce(err, response, body){\n if(!called){\n called = true\n options.callback(err, response, body)\n }\n }\n\n function readystatechange() {\n if (xhr.readyState === 4) {\n setTimeout(loadFunc, 0)\n }\n }\n\n function getBody() {\n // Chrome with requestType=blob throws errors arround when even testing access to responseText\n var body = undefined\n\n if (xhr.response) {\n body = xhr.response\n } else {\n body = xhr.responseText || getXml(xhr)\n }\n\n if (isJson) {\n try {\n body = JSON.parse(body)\n } catch (e) {}\n }\n\n return body\n }\n\n function errorFunc(evt) {\n clearTimeout(timeoutTimer)\n if(!(evt instanceof Error)){\n evt = new Error(\"\" + (evt || \"Unknown XMLHttpRequest Error\") )\n }\n evt.statusCode = 0\n return callback(evt, failureResponse)\n }\n\n // will load the data & process the response in a special response object\n function loadFunc() {\n if (aborted) return\n var status\n clearTimeout(timeoutTimer)\n if(options.useXDR && xhr.status===undefined) {\n //IE8 CORS GET successful response doesn't have a status field, but body is fine\n status = 200\n } else {\n status = (xhr.status === 1223 ? 204 : xhr.status)\n }\n var response = failureResponse\n var err = null\n\n if (status !== 0){\n response = {\n body: getBody(),\n statusCode: status,\n method: method,\n headers: {},\n url: uri,\n rawRequest: xhr\n }\n if(xhr.getAllResponseHeaders){ //remember xhr can in fact be XDR for CORS in IE\n response.headers = parseHeaders(xhr.getAllResponseHeaders())\n }\n } else {\n err = new Error(\"Internal XMLHttpRequest Error\")\n }\n return callback(err, response, response.body)\n }\n\n var xhr = options.xhr || null\n\n if (!xhr) {\n if (options.cors || options.useXDR) {\n xhr = new createXHR.XDomainRequest()\n }else{\n xhr = new createXHR.XMLHttpRequest()\n }\n }\n\n var key\n var aborted\n var uri = xhr.url = options.uri || options.url\n var method = xhr.method = options.method || \"GET\"\n var body = options.body || options.data\n var headers = xhr.headers = options.headers || {}\n var sync = !!options.sync\n var isJson = false\n var timeoutTimer\n var failureResponse = {\n body: undefined,\n headers: {},\n statusCode: 0,\n method: method,\n url: uri,\n rawRequest: xhr\n }\n\n if (\"json\" in options && options.json !== false) {\n isJson = true\n headers[\"accept\"] || headers[\"Accept\"] || (headers[\"Accept\"] = \"application/json\") //Don't override existing accept header declared by user\n if (method !== \"GET\" && method !== \"HEAD\") {\n headers[\"content-type\"] || headers[\"Content-Type\"] || (headers[\"Content-Type\"] = \"application/json\") //Don't override existing accept header declared by user\n body = JSON.stringify(options.json === true ? body : options.json)\n }\n }\n\n xhr.onreadystatechange = readystatechange\n xhr.onload = loadFunc\n xhr.onerror = errorFunc\n // IE9 must have onprogress be set to a unique function.\n xhr.onprogress = function () {\n // IE must die\n }\n xhr.onabort = function(){\n aborted = true;\n }\n xhr.ontimeout = errorFunc\n xhr.open(method, uri, !sync, options.username, options.password)\n //has to be after open\n if(!sync) {\n xhr.withCredentials = !!options.withCredentials\n }\n // Cannot set timeout with sync request\n // not setting timeout on the xhr object, because of old webkits etc. not handling that correctly\n // both npm's request and jquery 1.x use this kind of timeout, so this is being consistent\n if (!sync && options.timeout > 0 ) {\n timeoutTimer = setTimeout(function(){\n if (aborted) return\n aborted = true//IE9 may still call readystatechange\n xhr.abort(\"timeout\")\n var e = new Error(\"XMLHttpRequest timeout\")\n e.code = \"ETIMEDOUT\"\n errorFunc(e)\n }, options.timeout )\n }\n\n if (xhr.setRequestHeader) {\n for(key in headers){\n if(headers.hasOwnProperty(key)){\n xhr.setRequestHeader(key, headers[key])\n }\n }\n } else if (options.headers && !isEmpty(options.headers)) {\n throw new Error(\"Headers cannot be set on an XDomainRequest object\")\n }\n\n if (\"responseType\" in options) {\n xhr.responseType = options.responseType\n }\n\n if (\"beforeSend\" in options &&\n typeof options.beforeSend === \"function\"\n ) {\n options.beforeSend(xhr)\n }\n\n // Microsoft Edge browser sends \"undefined\" when send is called with undefined value.\n // XMLHttpRequest spec says to pass null as body to indicate no body\n // See https://github.com/naugtur/xhr/issues/100.\n xhr.send(body || null)\n\n return xhr\n\n\n}\n\nfunction getXml(xhr) {\n if (xhr.responseType === \"document\") {\n return xhr.responseXML\n }\n var firefoxBugTakenEffect = xhr.responseXML && xhr.responseXML.documentElement.nodeName === \"parsererror\"\n if (xhr.responseType === \"\" && !firefoxBugTakenEffect) {\n return xhr.responseXML\n }\n\n return null\n}\n\nfunction noop() {}\n","module.exports = isFunction\n\nvar toString = Object.prototype.toString\n\nfunction isFunction (fn) {\n var string = toString.call(fn)\n return string === '[object Function]' ||\n (typeof fn === 'function' && string !== '[object RegExp]') ||\n (typeof window !== 'undefined' &&\n // IE8 and below\n (fn === window.setTimeout ||\n fn === window.alert ||\n fn === window.confirm ||\n fn === window.prompt))\n};\n","var trim = require('trim')\n , forEach = require('for-each')\n , isArray = function(arg) {\n return Object.prototype.toString.call(arg) === '[object Array]';\n }\n\nmodule.exports = function (headers) {\n if (!headers)\n return {}\n\n var result = {}\n\n forEach(\n trim(headers).split('\\n')\n , function (row) {\n var index = row.indexOf(':')\n , key = trim(row.slice(0, index)).toLowerCase()\n , value = trim(row.slice(index + 1))\n\n if (typeof(result[key]) === 'undefined') {\n result[key] = value\n } else if (isArray(result[key])) {\n result[key].push(value)\n } else {\n result[key] = [ result[key], value ]\n }\n }\n )\n\n return result\n}","\nexports = module.exports = trim;\n\nfunction trim(str){\n return str.replace(/^\\s*|\\s*$/g, '');\n}\n\nexports.left = function(str){\n return str.replace(/^\\s*/, '');\n};\n\nexports.right = function(str){\n return str.replace(/\\s*$/, '');\n};\n","'use strict';\n\nvar isCallable = require('is-callable');\n\nvar toStr = Object.prototype.toString;\nvar hasOwnProperty = Object.prototype.hasOwnProperty;\n\nvar forEachArray = function forEachArray(array, iterator, receiver) {\n for (var i = 0, len = array.length; i < len; i++) {\n if (hasOwnProperty.call(array, i)) {\n if (receiver == null) {\n iterator(array[i], i, array);\n } else {\n iterator.call(receiver, array[i], i, array);\n }\n }\n }\n};\n\nvar forEachString = function forEachString(string, iterator, receiver) {\n for (var i = 0, len = string.length; i < len; i++) {\n // no such thing as a sparse string.\n if (receiver == null) {\n iterator(string.charAt(i), i, string);\n } else {\n iterator.call(receiver, string.charAt(i), i, string);\n }\n }\n};\n\nvar forEachObject = function forEachObject(object, iterator, receiver) {\n for (var k in object) {\n if (hasOwnProperty.call(object, k)) {\n if (receiver == null) {\n iterator(object[k], k, object);\n } else {\n iterator.call(receiver, object[k], k, object);\n }\n }\n }\n};\n\nvar forEach = function forEach(list, iterator, thisArg) {\n if (!isCallable(iterator)) {\n throw new TypeError('iterator must be a function');\n }\n\n var receiver;\n if (arguments.length >= 3) {\n receiver = thisArg;\n }\n\n if (toStr.call(list) === '[object Array]') {\n forEachArray(list, iterator, receiver);\n } else if (typeof list === 'string') {\n forEachString(list, iterator, receiver);\n } else {\n forEachObject(list, iterator, receiver);\n }\n};\n\nmodule.exports = forEach;\n","'use strict';\n\nvar fnToStr = Function.prototype.toString;\n\nvar constructorRegex = /^\\s*class\\b/;\nvar isES6ClassFn = function isES6ClassFunction(value) {\n\ttry {\n\t\tvar fnStr = fnToStr.call(value);\n\t\treturn constructorRegex.test(fnStr);\n\t} catch (e) {\n\t\treturn false; // not a function\n\t}\n};\n\nvar tryFunctionObject = function tryFunctionToStr(value) {\n\ttry {\n\t\tif (isES6ClassFn(value)) { return false; }\n\t\tfnToStr.call(value);\n\t\treturn true;\n\t} catch (e) {\n\t\treturn false;\n\t}\n};\nvar toStr = Object.prototype.toString;\nvar fnClass = '[object Function]';\nvar genClass = '[object GeneratorFunction]';\nvar hasToStringTag = typeof Symbol === 'function' && typeof Symbol.toStringTag === 'symbol';\n\nmodule.exports = function isCallable(value) {\n\tif (!value) { return false; }\n\tif (typeof value !== 'function' && typeof value !== 'object') { return false; }\n\tif (typeof value === 'function' && !value.prototype) { return true; }\n\tif (hasToStringTag) { return tryFunctionObject(value); }\n\tif (isES6ClassFn(value)) { return false; }\n\tvar strClass = toStr.call(value);\n\treturn strClass === fnClass || strClass === genClass;\n};\n","module.exports = extend\n\nvar hasOwnProperty = Object.prototype.hasOwnProperty;\n\nfunction extend() {\n var target = {}\n\n for (var i = 0; i < arguments.length; i++) {\n var source = arguments[i]\n\n for (var key in source) {\n if (hasOwnProperty.call(source, key)) {\n target[key] = source[key]\n }\n }\n }\n\n return target\n}\n","// see https://tools.ietf.org/html/rfc1808\n\n/* jshint ignore:start */\n(function(root) { \n/* jshint ignore:end */\n\n var URL_REGEX = /^((?:[a-zA-Z0-9+\\-.]+:)?)(\\/\\/[^\\/?#]*)?((?:[^\\/\\?#]*\\/)*.*?)??(;.*?)?(\\?.*?)?(#.*?)?$/;\n var FIRST_SEGMENT_REGEX = /^([^\\/?#]*)(.*)$/;\n var SLASH_DOT_REGEX = /(?:\\/|^)\\.(?=\\/)/g;\n var SLASH_DOT_DOT_REGEX = /(?:\\/|^)\\.\\.\\/(?!\\.\\.\\/).*?(?=\\/)/g;\n\n var URLToolkit = { // jshint ignore:line\n // If opts.alwaysNormalize is true then the path will always be normalized even when it starts with / or //\n // E.g\n // With opts.alwaysNormalize = false (default, spec compliant)\n // http://a.com/b/cd + /e/f/../g => http://a.com/e/f/../g\n // With opts.alwaysNormalize = true (not spec compliant)\n // http://a.com/b/cd + /e/f/../g => http://a.com/e/g\n buildAbsoluteURL: function(baseURL, relativeURL, opts) {\n opts = opts || {};\n // remove any remaining space and CRLF\n baseURL = baseURL.trim();\n relativeURL = relativeURL.trim();\n if (!relativeURL) {\n // 2a) If the embedded URL is entirely empty, it inherits the\n // entire base URL (i.e., is set equal to the base URL)\n // and we are done.\n if (!opts.alwaysNormalize) {\n return baseURL;\n }\n var basePartsForNormalise = URLToolkit.parseURL(baseURL);\n if (!basePartsForNormalise) {\n throw new Error('Error trying to parse base URL.');\n }\n basePartsForNormalise.path = URLToolkit.normalizePath(basePartsForNormalise.path);\n return URLToolkit.buildURLFromParts(basePartsForNormalise);\n }\n var relativeParts = URLToolkit.parseURL(relativeURL);\n if (!relativeParts) {\n throw new Error('Error trying to parse relative URL.');\n }\n if (relativeParts.scheme) {\n // 2b) If the embedded URL starts with a scheme name, it is\n // interpreted as an absolute URL and we are done.\n if (!opts.alwaysNormalize) {\n return relativeURL;\n }\n relativeParts.path = URLToolkit.normalizePath(relativeParts.path);\n return URLToolkit.buildURLFromParts(relativeParts);\n }\n var baseParts = URLToolkit.parseURL(baseURL);\n if (!baseParts) {\n throw new Error('Error trying to parse base URL.');\n }\n if (!baseParts.netLoc && baseParts.path && baseParts.path[0] !== '/') {\n // If netLoc missing and path doesn't start with '/', assume everthing before the first '/' is the netLoc\n // This causes 'example.com/a' to be handled as '//example.com/a' instead of '/example.com/a'\n var pathParts = FIRST_SEGMENT_REGEX.exec(baseParts.path);\n baseParts.netLoc = pathParts[1];\n baseParts.path = pathParts[2];\n }\n if (baseParts.netLoc && !baseParts.path) {\n baseParts.path = '/';\n }\n var builtParts = {\n // 2c) Otherwise, the embedded URL inherits the scheme of\n // the base URL.\n scheme: baseParts.scheme,\n netLoc: relativeParts.netLoc,\n path: null,\n params: relativeParts.params,\n query: relativeParts.query,\n fragment: relativeParts.fragment\n };\n if (!relativeParts.netLoc) {\n // 3) If the embedded URL's <net_loc> is non-empty, we skip to\n // Step 7. Otherwise, the embedded URL inherits the <net_loc>\n // (if any) of the base URL.\n builtParts.netLoc = baseParts.netLoc;\n // 4) If the embedded URL path is preceded by a slash \"/\", the\n // path is not relative and we skip to Step 7.\n if (relativeParts.path[0] !== '/') {\n if (!relativeParts.path) {\n // 5) If the embedded URL path is empty (and not preceded by a\n // slash), then the embedded URL inherits the base URL path\n builtParts.path = baseParts.path;\n // 5a) if the embedded URL's <params> is non-empty, we skip to\n // step 7; otherwise, it inherits the <params> of the base\n // URL (if any) and\n if (!relativeParts.params) {\n builtParts.params = baseParts.params;\n // 5b) if the embedded URL's <query> is non-empty, we skip to\n // step 7; otherwise, it inherits the <query> of the base\n // URL (if any) and we skip to step 7.\n if (!relativeParts.query) {\n builtParts.query = baseParts.query;\n }\n }\n } else {\n // 6) The last segment of the base URL's path (anything\n // following the rightmost slash \"/\", or the entire path if no\n // slash is present) is removed and the embedded URL's path is\n // appended in its place.\n var baseURLPath = baseParts.path;\n var newPath = baseURLPath.substring(0, baseURLPath.lastIndexOf('/') + 1) + relativeParts.path;\n builtParts.path = URLToolkit.normalizePath(newPath);\n }\n }\n }\n if (builtParts.path === null) {\n builtParts.path = opts.alwaysNormalize ? URLToolkit.normalizePath(relativeParts.path) : relativeParts.path;\n }\n return URLToolkit.buildURLFromParts(builtParts);\n },\n parseURL: function(url) {\n var parts = URL_REGEX.exec(url);\n if (!parts) {\n return null;\n }\n return {\n scheme: parts[1] || '',\n netLoc: parts[2] || '',\n path: parts[3] || '',\n params: parts[4] || '',\n query: parts[5] || '',\n fragment: parts[6] || ''\n };\n },\n normalizePath: function(path) {\n // The following operations are\n // then applied, in order, to the new path:\n // 6a) All occurrences of \"./\", where \".\" is a complete path\n // segment, are removed.\n // 6b) If the path ends with \".\" as a complete path segment,\n // that \".\" is removed.\n path = path.split('').reverse().join('').replace(SLASH_DOT_REGEX, '');\n // 6c) All occurrences of \"<segment>/../\", where <segment> is a\n // complete path segment not equal to \"..\", are removed.\n // Removal of these path segments is performed iteratively,\n // removing the leftmost matching pattern on each iteration,\n // until no matching pattern remains.\n // 6d) If the path ends with \"<segment>/..\", where <segment> is a\n // complete path segment not equal to \"..\", that\n // \"<segment>/..\" is removed.\n while (path.length !== (path = path.replace(SLASH_DOT_DOT_REGEX, '')).length) {} // jshint ignore:line\n return path.split('').reverse().join('');\n },\n buildURLFromParts: function(parts) {\n return parts.scheme + parts.netLoc + parts.path + parts.params + parts.query + parts.fragment;\n }\n };\n\n/* jshint ignore:start */\n if(typeof exports === 'object' && typeof module === 'object')\n module.exports = URLToolkit;\n else if(typeof define === 'function' && define.amd)\n define([], function() { return URLToolkit; });\n else if(typeof exports === 'object')\n exports[\"URLToolkit\"] = URLToolkit;\n else\n root[\"URLToolkit\"] = URLToolkit;\n})(this);\n/* jshint ignore:end */\n","var topLevel = typeof global !== 'undefined' ? global :\n typeof window !== 'undefined' ? window : {}\nvar minDoc = require('min-document');\n\nvar doccy;\n\nif (typeof document !== 'undefined') {\n doccy = document;\n} else {\n doccy = topLevel['__GLOBAL_DOCUMENT_CACHE@4'];\n\n if (!doccy) {\n doccy = topLevel['__GLOBAL_DOCUMENT_CACHE@4'] = minDoc;\n }\n}\n\nmodule.exports = doccy;\n","/*! @name mpd-parser @version 0.7.0 @license Apache-2.0 */\nimport window$1 from 'global/window';\n\nvar version = \"0.7.0\";\n\nvar isObject = function isObject(obj) {\n return !!obj && typeof obj === 'object';\n};\n\nvar merge = function merge() {\n for (var _len = arguments.length, objects = new Array(_len), _key = 0; _key < _len; _key++) {\n objects[_key] = arguments[_key];\n }\n\n return objects.reduce(function (result, source) {\n Object.keys(source).forEach(function (key) {\n if (Array.isArray(result[key]) && Array.isArray(source[key])) {\n result[key] = result[key].concat(source[key]);\n } else if (isObject(result[key]) && isObject(source[key])) {\n result[key] = merge(result[key], source[key]);\n } else {\n result[key] = source[key];\n }\n });\n return result;\n }, {});\n};\nvar values = function values(o) {\n return Object.keys(o).map(function (k) {\n return o[k];\n });\n};\n\nvar range = function range(start, end) {\n var result = [];\n\n for (var i = start; i < end; i++) {\n result.push(i);\n }\n\n return result;\n};\nvar flatten = function flatten(lists) {\n return lists.reduce(function (x, y) {\n return x.concat(y);\n }, []);\n};\nvar from = function from(list) {\n if (!list.length) {\n return [];\n }\n\n var result = [];\n\n for (var i = 0; i < list.length; i++) {\n result.push(list[i]);\n }\n\n return result;\n};\nvar findIndexes = function findIndexes(l, key) {\n return l.reduce(function (a, e, i) {\n if (e[key]) {\n a.push(i);\n }\n\n return a;\n }, []);\n};\n\nvar mergeDiscontiguousPlaylists = function mergeDiscontiguousPlaylists(playlists) {\n var mergedPlaylists = values(playlists.reduce(function (acc, playlist) {\n // assuming playlist IDs are the same across periods\n // TODO: handle multiperiod where representation sets are not the same\n // across periods\n var name = playlist.attributes.id + (playlist.attributes.lang || ''); // Periods after first\n\n if (acc[name]) {\n var _acc$name$segments;\n\n // first segment of subsequent periods signal a discontinuity\n playlist.segments[0].discontinuity = true;\n\n (_acc$name$segments = acc[name].segments).push.apply(_acc$name$segments, playlist.segments); // bubble up contentProtection, this assumes all DRM content\n // has the same contentProtection\n\n\n if (playlist.attributes.contentProtection) {\n acc[name].attributes.contentProtection = playlist.attributes.contentProtection;\n }\n } else {\n // first Period\n acc[name] = playlist;\n }\n\n return acc;\n }, {}));\n return mergedPlaylists.map(function (playlist) {\n playlist.discontinuityStarts = findIndexes(playlist.segments, 'discontinuity');\n return playlist;\n });\n};\n\nvar formatAudioPlaylist = function formatAudioPlaylist(_ref) {\n var _attributes;\n\n var attributes = _ref.attributes,\n segments = _ref.segments;\n var playlist = {\n attributes: (_attributes = {\n NAME: attributes.id,\n BANDWIDTH: attributes.bandwidth,\n CODECS: attributes.codecs\n }, _attributes['PROGRAM-ID'] = 1, _attributes),\n uri: '',\n endList: (attributes.type || 'static') === 'static',\n timeline: attributes.periodIndex,\n resolvedUri: '',\n targetDuration: attributes.duration,\n segments: segments,\n mediaSequence: segments.length ? segments[0].number : 1\n };\n\n if (attributes.contentProtection) {\n playlist.contentProtection = attributes.contentProtection;\n }\n\n return playlist;\n};\nvar formatVttPlaylist = function formatVttPlaylist(_ref2) {\n var _attributes2;\n\n var attributes = _ref2.attributes,\n segments = _ref2.segments;\n\n if (typeof segments === 'undefined') {\n // vtt tracks may use single file in BaseURL\n segments = [{\n uri: attributes.baseUrl,\n timeline: attributes.periodIndex,\n resolvedUri: attributes.baseUrl || '',\n duration: attributes.sourceDuration,\n number: 0\n }]; // targetDuration should be the same duration as the only segment\n\n attributes.duration = attributes.sourceDuration;\n }\n\n return {\n attributes: (_attributes2 = {\n NAME: attributes.id,\n BANDWIDTH: attributes.bandwidth\n }, _attributes2['PROGRAM-ID'] = 1, _attributes2),\n uri: '',\n endList: (attributes.type || 'static') === 'static',\n timeline: attributes.periodIndex,\n resolvedUri: attributes.baseUrl || '',\n targetDuration: attributes.duration,\n segments: segments,\n mediaSequence: segments.length ? segments[0].number : 1\n };\n};\nvar organizeAudioPlaylists = function organizeAudioPlaylists(playlists) {\n return playlists.reduce(function (a, playlist) {\n var role = playlist.attributes.role && playlist.attributes.role.value || 'main';\n var language = playlist.attributes.lang || '';\n var label = 'main';\n\n if (language) {\n label = playlist.attributes.lang + \" (\" + role + \")\";\n } // skip if we already have the highest quality audio for a language\n\n\n if (a[label] && a[label].playlists[0].attributes.BANDWIDTH > playlist.attributes.bandwidth) {\n return a;\n }\n\n a[label] = {\n language: language,\n autoselect: true,\n default: role === 'main',\n playlists: [formatAudioPlaylist(playlist)],\n uri: ''\n };\n return a;\n }, {});\n};\nvar organizeVttPlaylists = function organizeVttPlaylists(playlists) {\n return playlists.reduce(function (a, playlist) {\n var label = playlist.attributes.lang || 'text'; // skip if we already have subtitles\n\n if (a[label]) {\n return a;\n }\n\n a[label] = {\n language: label,\n default: false,\n autoselect: false,\n playlists: [formatVttPlaylist(playlist)],\n uri: ''\n };\n return a;\n }, {});\n};\nvar formatVideoPlaylist = function formatVideoPlaylist(_ref3) {\n var _attributes3;\n\n var attributes = _ref3.attributes,\n segments = _ref3.segments;\n var playlist = {\n attributes: (_attributes3 = {\n NAME: attributes.id,\n AUDIO: 'audio',\n SUBTITLES: 'subs',\n RESOLUTION: {\n width: attributes.width,\n height: attributes.height\n },\n CODECS: attributes.codecs,\n BANDWIDTH: attributes.bandwidth\n }, _attributes3['PROGRAM-ID'] = 1, _attributes3),\n uri: '',\n endList: (attributes.type || 'static') === 'static',\n timeline: attributes.periodIndex,\n resolvedUri: '',\n targetDuration: attributes.duration,\n segments: segments,\n mediaSequence: segments.length ? segments[0].number : 1\n };\n\n if (attributes.contentProtection) {\n playlist.contentProtection = attributes.contentProtection;\n }\n\n return playlist;\n};\nvar toM3u8 = function toM3u8(dashPlaylists) {\n var _mediaGroups;\n\n if (!dashPlaylists.length) {\n return {};\n } // grab all master attributes\n\n\n var _dashPlaylists$0$attr = dashPlaylists[0].attributes,\n duration = _dashPlaylists$0$attr.sourceDuration,\n _dashPlaylists$0$attr2 = _dashPlaylists$0$attr.minimumUpdatePeriod,\n minimumUpdatePeriod = _dashPlaylists$0$attr2 === void 0 ? 0 : _dashPlaylists$0$attr2;\n\n var videoOnly = function videoOnly(_ref4) {\n var attributes = _ref4.attributes;\n return attributes.mimeType === 'video/mp4' || attributes.contentType === 'video';\n };\n\n var audioOnly = function audioOnly(_ref5) {\n var attributes = _ref5.attributes;\n return attributes.mimeType === 'audio/mp4' || attributes.contentType === 'audio';\n };\n\n var vttOnly = function vttOnly(_ref6) {\n var attributes = _ref6.attributes;\n return attributes.mimeType === 'text/vtt' || attributes.contentType === 'text';\n };\n\n var videoPlaylists = mergeDiscontiguousPlaylists(dashPlaylists.filter(videoOnly)).map(formatVideoPlaylist);\n var audioPlaylists = mergeDiscontiguousPlaylists(dashPlaylists.filter(audioOnly));\n var vttPlaylists = dashPlaylists.filter(vttOnly);\n var master = {\n allowCache: true,\n discontinuityStarts: [],\n segments: [],\n endList: true,\n mediaGroups: (_mediaGroups = {\n AUDIO: {},\n VIDEO: {}\n }, _mediaGroups['CLOSED-CAPTIONS'] = {}, _mediaGroups.SUBTITLES = {}, _mediaGroups),\n uri: '',\n duration: duration,\n playlists: videoPlaylists,\n minimumUpdatePeriod: minimumUpdatePeriod * 1000\n };\n\n if (audioPlaylists.length) {\n master.mediaGroups.AUDIO.audio = organizeAudioPlaylists(audioPlaylists);\n }\n\n if (vttPlaylists.length) {\n master.mediaGroups.SUBTITLES.subs = organizeVttPlaylists(vttPlaylists);\n }\n\n return master;\n};\n\nvar commonjsGlobal = typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};\n\nfunction createCommonjsModule(fn, module) {\n\treturn module = { exports: {} }, fn(module, module.exports), module.exports;\n}\n\nvar urlToolkit = createCommonjsModule(function (module, exports) {\n// see https://tools.ietf.org/html/rfc1808\n\n/* jshint ignore:start */\n(function(root) { \n/* jshint ignore:end */\n\n var URL_REGEX = /^((?:[a-zA-Z0-9+\\-.]+:)?)(\\/\\/[^\\/?#]*)?((?:[^\\/\\?#]*\\/)*.*?)??(;.*?)?(\\?.*?)?(#.*?)?$/;\n var FIRST_SEGMENT_REGEX = /^([^\\/?#]*)(.*)$/;\n var SLASH_DOT_REGEX = /(?:\\/|^)\\.(?=\\/)/g;\n var SLASH_DOT_DOT_REGEX = /(?:\\/|^)\\.\\.\\/(?!\\.\\.\\/).*?(?=\\/)/g;\n\n var URLToolkit = { // jshint ignore:line\n // If opts.alwaysNormalize is true then the path will always be normalized even when it starts with / or //\n // E.g\n // With opts.alwaysNormalize = false (default, spec compliant)\n // http://a.com/b/cd + /e/f/../g => http://a.com/e/f/../g\n // With opts.alwaysNormalize = true (not spec compliant)\n // http://a.com/b/cd + /e/f/../g => http://a.com/e/g\n buildAbsoluteURL: function(baseURL, relativeURL, opts) {\n opts = opts || {};\n // remove any remaining space and CRLF\n baseURL = baseURL.trim();\n relativeURL = relativeURL.trim();\n if (!relativeURL) {\n // 2a) If the embedded URL is entirely empty, it inherits the\n // entire base URL (i.e., is set equal to the base URL)\n // and we are done.\n if (!opts.alwaysNormalize) {\n return baseURL;\n }\n var basePartsForNormalise = URLToolkit.parseURL(baseURL);\n if (!basePartsForNormalise) {\n throw new Error('Error trying to parse base URL.');\n }\n basePartsForNormalise.path = URLToolkit.normalizePath(basePartsForNormalise.path);\n return URLToolkit.buildURLFromParts(basePartsForNormalise);\n }\n var relativeParts = URLToolkit.parseURL(relativeURL);\n if (!relativeParts) {\n throw new Error('Error trying to parse relative URL.');\n }\n if (relativeParts.scheme) {\n // 2b) If the embedded URL starts with a scheme name, it is\n // interpreted as an absolute URL and we are done.\n if (!opts.alwaysNormalize) {\n return relativeURL;\n }\n relativeParts.path = URLToolkit.normalizePath(relativeParts.path);\n return URLToolkit.buildURLFromParts(relativeParts);\n }\n var baseParts = URLToolkit.parseURL(baseURL);\n if (!baseParts) {\n throw new Error('Error trying to parse base URL.');\n }\n if (!baseParts.netLoc && baseParts.path && baseParts.path[0] !== '/') {\n // If netLoc missing and path doesn't start with '/', assume everthing before the first '/' is the netLoc\n // This causes 'example.com/a' to be handled as '//example.com/a' instead of '/example.com/a'\n var pathParts = FIRST_SEGMENT_REGEX.exec(baseParts.path);\n baseParts.netLoc = pathParts[1];\n baseParts.path = pathParts[2];\n }\n if (baseParts.netLoc && !baseParts.path) {\n baseParts.path = '/';\n }\n var builtParts = {\n // 2c) Otherwise, the embedded URL inherits the scheme of\n // the base URL.\n scheme: baseParts.scheme,\n netLoc: relativeParts.netLoc,\n path: null,\n params: relativeParts.params,\n query: relativeParts.query,\n fragment: relativeParts.fragment\n };\n if (!relativeParts.netLoc) {\n // 3) If the embedded URL's <net_loc> is non-empty, we skip to\n // Step 7. Otherwise, the embedded URL inherits the <net_loc>\n // (if any) of the base URL.\n builtParts.netLoc = baseParts.netLoc;\n // 4) If the embedded URL path is preceded by a slash \"/\", the\n // path is not relative and we skip to Step 7.\n if (relativeParts.path[0] !== '/') {\n if (!relativeParts.path) {\n // 5) If the embedded URL path is empty (and not preceded by a\n // slash), then the embedded URL inherits the base URL path\n builtParts.path = baseParts.path;\n // 5a) if the embedded URL's <params> is non-empty, we skip to\n // step 7; otherwise, it inherits the <params> of the base\n // URL (if any) and\n if (!relativeParts.params) {\n builtParts.params = baseParts.params;\n // 5b) if the embedded URL's <query> is non-empty, we skip to\n // step 7; otherwise, it inherits the <query> of the base\n // URL (if any) and we skip to step 7.\n if (!relativeParts.query) {\n builtParts.query = baseParts.query;\n }\n }\n } else {\n // 6) The last segment of the base URL's path (anything\n // following the rightmost slash \"/\", or the entire path if no\n // slash is present) is removed and the embedded URL's path is\n // appended in its place.\n var baseURLPath = baseParts.path;\n var newPath = baseURLPath.substring(0, baseURLPath.lastIndexOf('/') + 1) + relativeParts.path;\n builtParts.path = URLToolkit.normalizePath(newPath);\n }\n }\n }\n if (builtParts.path === null) {\n builtParts.path = opts.alwaysNormalize ? URLToolkit.normalizePath(relativeParts.path) : relativeParts.path;\n }\n return URLToolkit.buildURLFromParts(builtParts);\n },\n parseURL: function(url) {\n var parts = URL_REGEX.exec(url);\n if (!parts) {\n return null;\n }\n return {\n scheme: parts[1] || '',\n netLoc: parts[2] || '',\n path: parts[3] || '',\n params: parts[4] || '',\n query: parts[5] || '',\n fragment: parts[6] || ''\n };\n },\n normalizePath: function(path) {\n // The following operations are\n // then applied, in order, to the new path:\n // 6a) All occurrences of \"./\", where \".\" is a complete path\n // segment, are removed.\n // 6b) If the path ends with \".\" as a complete path segment,\n // that \".\" is removed.\n path = path.split('').reverse().join('').replace(SLASH_DOT_REGEX, '');\n // 6c) All occurrences of \"<segment>/../\", where <segment> is a\n // complete path segment not equal to \"..\", are removed.\n // Removal of these path segments is performed iteratively,\n // removing the leftmost matching pattern on each iteration,\n // until no matching pattern remains.\n // 6d) If the path ends with \"<segment>/..\", where <segment> is a\n // complete path segment not equal to \"..\", that\n // \"<segment>/..\" is removed.\n while (path.length !== (path = path.replace(SLASH_DOT_DOT_REGEX, '')).length) {} // jshint ignore:line\n return path.split('').reverse().join('');\n },\n buildURLFromParts: function(parts) {\n return parts.scheme + parts.netLoc + parts.path + parts.params + parts.query + parts.fragment;\n }\n };\n\n/* jshint ignore:start */\n module.exports = URLToolkit;\n})(commonjsGlobal);\n/* jshint ignore:end */\n});\n\nvar resolveUrl = function resolveUrl(baseUrl, relativeUrl) {\n // return early if we don't need to resolve\n if (/^[a-z]+:/i.test(relativeUrl)) {\n return relativeUrl;\n } // if the base URL is relative then combine with the current location\n\n\n if (!/\\/\\//i.test(baseUrl)) {\n baseUrl = urlToolkit.buildAbsoluteURL(window$1.location.href, baseUrl);\n }\n\n return urlToolkit.buildAbsoluteURL(baseUrl, relativeUrl);\n};\n\n/**\n * @typedef {Object} SingleUri\n * @property {string} uri - relative location of segment\n * @property {string} resolvedUri - resolved location of segment\n * @property {Object} byterange - Object containing information on how to make byte range\n * requests following byte-range-spec per RFC2616.\n * @property {String} byterange.length - length of range request\n * @property {String} byterange.offset - byte offset of range request\n *\n * @see https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.35.1\n */\n\n/**\n * Converts a URLType node (5.3.9.2.3 Table 13) to a segment object\n * that conforms to how m3u8-parser is structured\n *\n * @see https://github.com/videojs/m3u8-parser\n *\n * @param {string} baseUrl - baseUrl provided by <BaseUrl> nodes\n * @param {string} source - source url for segment\n * @param {string} range - optional range used for range calls, follows\n * @return {SingleUri} full segment information transformed into a format similar\n * to m3u8-parser\n */\n\nvar urlTypeToSegment = function urlTypeToSegment(_ref) {\n var _ref$baseUrl = _ref.baseUrl,\n baseUrl = _ref$baseUrl === void 0 ? '' : _ref$baseUrl,\n _ref$source = _ref.source,\n source = _ref$source === void 0 ? '' : _ref$source,\n _ref$range = _ref.range,\n range = _ref$range === void 0 ? '' : _ref$range;\n var init = {\n uri: source,\n resolvedUri: resolveUrl(baseUrl || '', source)\n };\n\n if (range) {\n var ranges = range.split('-');\n var startRange = parseInt(ranges[0], 10);\n var endRange = parseInt(ranges[1], 10);\n init.byterange = {\n length: endRange - startRange,\n offset: startRange\n };\n }\n\n return init;\n};\n\n/**\n * Calculates the R (repetition) value for a live stream (for the final segment\n * in a manifest where the r value is negative 1)\n *\n * @param {Object} attributes\n * Object containing all inherited attributes from parent elements with attribute\n * names as keys\n * @param {number} time\n * current time (typically the total time up until the final segment)\n * @param {number} duration\n * duration property for the given <S />\n *\n * @return {number}\n * R value to reach the end of the given period\n */\nvar getLiveRValue = function getLiveRValue(attributes, time, duration) {\n var NOW = attributes.NOW,\n clientOffset = attributes.clientOffset,\n availabilityStartTime = attributes.availabilityStartTime,\n _attributes$timescale = attributes.timescale,\n timescale = _attributes$timescale === void 0 ? 1 : _attributes$timescale,\n _attributes$start = attributes.start,\n start = _attributes$start === void 0 ? 0 : _attributes$start,\n _attributes$minimumUp = attributes.minimumUpdatePeriod,\n minimumUpdatePeriod = _attributes$minimumUp === void 0 ? 0 : _attributes$minimumUp;\n var now = (NOW + clientOffset) / 1000;\n var periodStartWC = availabilityStartTime + start;\n var periodEndWC = now + minimumUpdatePeriod;\n var periodDuration = periodEndWC - periodStartWC;\n return Math.ceil((periodDuration * timescale - time) / duration);\n};\n/**\n * Uses information provided by SegmentTemplate.SegmentTimeline to determine segment\n * timing and duration\n *\n * @param {Object} attributes\n * Object containing all inherited attributes from parent elements with attribute\n * names as keys\n * @param {Object[]} segmentTimeline\n * List of objects representing the attributes of each S element contained within\n *\n * @return {{number: number, duration: number, time: number, timeline: number}[]}\n * List of Objects with segment timing and duration info\n */\n\n\nvar parseByTimeline = function parseByTimeline(attributes, segmentTimeline) {\n var _attributes$type = attributes.type,\n type = _attributes$type === void 0 ? 'static' : _attributes$type,\n _attributes$minimumUp2 = attributes.minimumUpdatePeriod,\n minimumUpdatePeriod = _attributes$minimumUp2 === void 0 ? 0 : _attributes$minimumUp2,\n _attributes$media = attributes.media,\n media = _attributes$media === void 0 ? '' : _attributes$media,\n sourceDuration = attributes.sourceDuration,\n _attributes$timescale2 = attributes.timescale,\n timescale = _attributes$timescale2 === void 0 ? 1 : _attributes$timescale2,\n _attributes$startNumb = attributes.startNumber,\n startNumber = _attributes$startNumb === void 0 ? 1 : _attributes$startNumb,\n timeline = attributes.periodIndex;\n var segments = [];\n var time = -1;\n\n for (var sIndex = 0; sIndex < segmentTimeline.length; sIndex++) {\n var S = segmentTimeline[sIndex];\n var duration = S.d;\n var repeat = S.r || 0;\n var segmentTime = S.t || 0;\n\n if (time < 0) {\n // first segment\n time = segmentTime;\n }\n\n if (segmentTime && segmentTime > time) {\n // discontinuity\n // TODO: How to handle this type of discontinuity\n // timeline++ here would treat it like HLS discontuity and content would\n // get appended without gap\n // E.G.\n // <S t=\"0\" d=\"1\" />\n // <S d=\"1\" />\n // <S d=\"1\" />\n // <S t=\"5\" d=\"1\" />\n // would have $Time$ values of [0, 1, 2, 5]\n // should this be appened at time positions [0, 1, 2, 3],(#EXT-X-DISCONTINUITY)\n // or [0, 1, 2, gap, gap, 5]? (#EXT-X-GAP)\n // does the value of sourceDuration consider this when calculating arbitrary\n // negative @r repeat value?\n // E.G. Same elements as above with this added at the end\n // <S d=\"1\" r=\"-1\" />\n // with a sourceDuration of 10\n // Would the 2 gaps be included in the time duration calculations resulting in\n // 8 segments with $Time$ values of [0, 1, 2, 5, 6, 7, 8, 9] or 10 segments\n // with $Time$ values of [0, 1, 2, 5, 6, 7, 8, 9, 10, 11] ?\n time = segmentTime;\n }\n\n var count = void 0;\n\n if (repeat < 0) {\n var nextS = sIndex + 1;\n\n if (nextS === segmentTimeline.length) {\n // last segment\n if (type === 'dynamic' && minimumUpdatePeriod > 0 && media.indexOf('$Number$') > 0) {\n count = getLiveRValue(attributes, time, duration);\n } else {\n // TODO: This may be incorrect depending on conclusion of TODO above\n count = (sourceDuration * timescale - time) / duration;\n }\n } else {\n count = (segmentTimeline[nextS].t - time) / duration;\n }\n } else {\n count = repeat + 1;\n }\n\n var end = startNumber + segments.length + count;\n var number = startNumber + segments.length;\n\n while (number < end) {\n segments.push({\n number: number,\n duration: duration / timescale,\n time: time,\n timeline: timeline\n });\n time += duration;\n number++;\n }\n }\n\n return segments;\n};\n\n/**\n * Functions for calculating the range of available segments in static and dynamic\n * manifests.\n */\n\nvar segmentRange = {\n /**\n * Returns the entire range of available segments for a static MPD\n *\n * @param {Object} attributes\n * Inheritied MPD attributes\n * @return {{ start: number, end: number }}\n * The start and end numbers for available segments\n */\n static: function _static(attributes) {\n var duration = attributes.duration,\n _attributes$timescale = attributes.timescale,\n timescale = _attributes$timescale === void 0 ? 1 : _attributes$timescale,\n sourceDuration = attributes.sourceDuration;\n return {\n start: 0,\n end: Math.ceil(sourceDuration / (duration / timescale))\n };\n },\n\n /**\n * Returns the current live window range of available segments for a dynamic MPD\n *\n * @param {Object} attributes\n * Inheritied MPD attributes\n * @return {{ start: number, end: number }}\n * The start and end numbers for available segments\n */\n dynamic: function dynamic(attributes) {\n var NOW = attributes.NOW,\n clientOffset = attributes.clientOffset,\n availabilityStartTime = attributes.availabilityStartTime,\n _attributes$timescale2 = attributes.timescale,\n timescale = _attributes$timescale2 === void 0 ? 1 : _attributes$timescale2,\n duration = attributes.duration,\n _attributes$start = attributes.start,\n start = _attributes$start === void 0 ? 0 : _attributes$start,\n _attributes$minimumUp = attributes.minimumUpdatePeriod,\n minimumUpdatePeriod = _attributes$minimumUp === void 0 ? 0 : _attributes$minimumUp,\n _attributes$timeShift = attributes.timeShiftBufferDepth,\n timeShiftBufferDepth = _attributes$timeShift === void 0 ? Infinity : _attributes$timeShift;\n var now = (NOW + clientOffset) / 1000;\n var periodStartWC = availabilityStartTime + start;\n var periodEndWC = now + minimumUpdatePeriod;\n var periodDuration = periodEndWC - periodStartWC;\n var segmentCount = Math.ceil(periodDuration * timescale / duration);\n var availableStart = Math.floor((now - periodStartWC - timeShiftBufferDepth) * timescale / duration);\n var availableEnd = Math.floor((now - periodStartWC) * timescale / duration);\n return {\n start: Math.max(0, availableStart),\n end: Math.min(segmentCount, availableEnd)\n };\n }\n};\n/**\n * Maps a range of numbers to objects with information needed to build the corresponding\n * segment list\n *\n * @name toSegmentsCallback\n * @function\n * @param {number} number\n * Number of the segment\n * @param {number} index\n * Index of the number in the range list\n * @return {{ number: Number, duration: Number, timeline: Number, time: Number }}\n * Object with segment timing and duration info\n */\n\n/**\n * Returns a callback for Array.prototype.map for mapping a range of numbers to\n * information needed to build the segment list.\n *\n * @param {Object} attributes\n * Inherited MPD attributes\n * @return {toSegmentsCallback}\n * Callback map function\n */\n\nvar toSegments = function toSegments(attributes) {\n return function (number, index) {\n var duration = attributes.duration,\n _attributes$timescale3 = attributes.timescale,\n timescale = _attributes$timescale3 === void 0 ? 1 : _attributes$timescale3,\n periodIndex = attributes.periodIndex,\n _attributes$startNumb = attributes.startNumber,\n startNumber = _attributes$startNumb === void 0 ? 1 : _attributes$startNumb;\n return {\n number: startNumber + number,\n duration: duration / timescale,\n timeline: periodIndex,\n time: index * duration\n };\n };\n};\n/**\n * Returns a list of objects containing segment timing and duration info used for\n * building the list of segments. This uses the @duration attribute specified\n * in the MPD manifest to derive the range of segments.\n *\n * @param {Object} attributes\n * Inherited MPD attributes\n * @return {{number: number, duration: number, time: number, timeline: number}[]}\n * List of Objects with segment timing and duration info\n */\n\nvar parseByDuration = function parseByDuration(attributes) {\n var _attributes$type = attributes.type,\n type = _attributes$type === void 0 ? 'static' : _attributes$type,\n duration = attributes.duration,\n _attributes$timescale4 = attributes.timescale,\n timescale = _attributes$timescale4 === void 0 ? 1 : _attributes$timescale4,\n sourceDuration = attributes.sourceDuration;\n\n var _segmentRange$type = segmentRange[type](attributes),\n start = _segmentRange$type.start,\n end = _segmentRange$type.end;\n\n var segments = range(start, end).map(toSegments(attributes));\n\n if (type === 'static') {\n var index = segments.length - 1; // final segment may be less than full segment duration\n\n segments[index].duration = sourceDuration - duration / timescale * index;\n }\n\n return segments;\n};\n\nvar identifierPattern = /\\$([A-z]*)(?:(%0)([0-9]+)d)?\\$/g;\n/**\n * Replaces template identifiers with corresponding values. To be used as the callback\n * for String.prototype.replace\n *\n * @name replaceCallback\n * @function\n * @param {string} match\n * Entire match of identifier\n * @param {string} identifier\n * Name of matched identifier\n * @param {string} format\n * Format tag string. Its presence indicates that padding is expected\n * @param {string} width\n * Desired length of the replaced value. Values less than this width shall be left\n * zero padded\n * @return {string}\n * Replacement for the matched identifier\n */\n\n/**\n * Returns a function to be used as a callback for String.prototype.replace to replace\n * template identifiers\n *\n * @param {Obect} values\n * Object containing values that shall be used to replace known identifiers\n * @param {number} values.RepresentationID\n * Value of the Representation@id attribute\n * @param {number} values.Number\n * Number of the corresponding segment\n * @param {number} values.Bandwidth\n * Value of the Representation@bandwidth attribute.\n * @param {number} values.Time\n * Timestamp value of the corresponding segment\n * @return {replaceCallback}\n * Callback to be used with String.prototype.replace to replace identifiers\n */\n\nvar identifierReplacement = function identifierReplacement(values) {\n return function (match, identifier, format, width) {\n if (match === '$$') {\n // escape sequence\n return '$';\n }\n\n if (typeof values[identifier] === 'undefined') {\n return match;\n }\n\n var value = '' + values[identifier];\n\n if (identifier === 'RepresentationID') {\n // Format tag shall not be present with RepresentationID\n return value;\n }\n\n if (!format) {\n width = 1;\n } else {\n width = parseInt(width, 10);\n }\n\n if (value.length >= width) {\n return value;\n }\n\n return \"\" + new Array(width - value.length + 1).join('0') + value;\n };\n};\n/**\n * Constructs a segment url from a template string\n *\n * @param {string} url\n * Template string to construct url from\n * @param {Obect} values\n * Object containing values that shall be used to replace known identifiers\n * @param {number} values.RepresentationID\n * Value of the Representation@id attribute\n * @param {number} values.Number\n * Number of the corresponding segment\n * @param {number} values.Bandwidth\n * Value of the Representation@bandwidth attribute.\n * @param {number} values.Time\n * Timestamp value of the corresponding segment\n * @return {string}\n * Segment url with identifiers replaced\n */\n\nvar constructTemplateUrl = function constructTemplateUrl(url, values) {\n return url.replace(identifierPattern, identifierReplacement(values));\n};\n/**\n * Generates a list of objects containing timing and duration information about each\n * segment needed to generate segment uris and the complete segment object\n *\n * @param {Object} attributes\n * Object containing all inherited attributes from parent elements with attribute\n * names as keys\n * @param {Object[]|undefined} segmentTimeline\n * List of objects representing the attributes of each S element contained within\n * the SegmentTimeline element\n * @return {{number: number, duration: number, time: number, timeline: number}[]}\n * List of Objects with segment timing and duration info\n */\n\nvar parseTemplateInfo = function parseTemplateInfo(attributes, segmentTimeline) {\n if (!attributes.duration && !segmentTimeline) {\n // if neither @duration or SegmentTimeline are present, then there shall be exactly\n // one media segment\n return [{\n number: attributes.startNumber || 1,\n duration: attributes.sourceDuration,\n time: 0,\n timeline: attributes.periodIndex\n }];\n }\n\n if (attributes.duration) {\n return parseByDuration(attributes);\n }\n\n return parseByTimeline(attributes, segmentTimeline);\n};\n/**\n * Generates a list of segments using information provided by the SegmentTemplate element\n *\n * @param {Object} attributes\n * Object containing all inherited attributes from parent elements with attribute\n * names as keys\n * @param {Object[]|undefined} segmentTimeline\n * List of objects representing the attributes of each S element contained within\n * the SegmentTimeline element\n * @return {Object[]}\n * List of segment objects\n */\n\nvar segmentsFromTemplate = function segmentsFromTemplate(attributes, segmentTimeline) {\n var templateValues = {\n RepresentationID: attributes.id,\n Bandwidth: attributes.bandwidth || 0\n };\n var _attributes$initializ = attributes.initialization,\n initialization = _attributes$initializ === void 0 ? {\n sourceURL: '',\n range: ''\n } : _attributes$initializ;\n var mapSegment = urlTypeToSegment({\n baseUrl: attributes.baseUrl,\n source: constructTemplateUrl(initialization.sourceURL, templateValues),\n range: initialization.range\n });\n var segments = parseTemplateInfo(attributes, segmentTimeline);\n return segments.map(function (segment) {\n templateValues.Number = segment.number;\n templateValues.Time = segment.time;\n var uri = constructTemplateUrl(attributes.media || '', templateValues);\n return {\n uri: uri,\n timeline: segment.timeline,\n duration: segment.duration,\n resolvedUri: resolveUrl(attributes.baseUrl || '', uri),\n map: mapSegment,\n number: segment.number\n };\n });\n};\n\nvar errors = {\n INVALID_NUMBER_OF_PERIOD: 'INVALID_NUMBER_OF_PERIOD',\n DASH_EMPTY_MANIFEST: 'DASH_EMPTY_MANIFEST',\n DASH_INVALID_XML: 'DASH_INVALID_XML',\n NO_BASE_URL: 'NO_BASE_URL',\n MISSING_SEGMENT_INFORMATION: 'MISSING_SEGMENT_INFORMATION',\n SEGMENT_TIME_UNSPECIFIED: 'SEGMENT_TIME_UNSPECIFIED',\n UNSUPPORTED_UTC_TIMING_SCHEME: 'UNSUPPORTED_UTC_TIMING_SCHEME'\n};\n\n/**\n * Converts a <SegmentUrl> (of type URLType from the DASH spec 5.3.9.2 Table 14)\n * to an object that matches the output of a segment in videojs/mpd-parser\n *\n * @param {Object} attributes\n * Object containing all inherited attributes from parent elements with attribute\n * names as keys\n * @param {Object} segmentUrl\n * <SegmentURL> node to translate into a segment object\n * @return {Object} translated segment object\n */\n\nvar SegmentURLToSegmentObject = function SegmentURLToSegmentObject(attributes, segmentUrl) {\n var baseUrl = attributes.baseUrl,\n _attributes$initializ = attributes.initialization,\n initialization = _attributes$initializ === void 0 ? {} : _attributes$initializ;\n var initSegment = urlTypeToSegment({\n baseUrl: baseUrl,\n source: initialization.sourceURL,\n range: initialization.range\n });\n var segment = urlTypeToSegment({\n baseUrl: baseUrl,\n source: segmentUrl.media,\n range: segmentUrl.mediaRange\n });\n segment.map = initSegment;\n return segment;\n};\n/**\n * Generates a list of segments using information provided by the SegmentList element\n * SegmentList (DASH SPEC Section 5.3.9.3.2) contains a set of <SegmentURL> nodes. Each\n * node should be translated into segment.\n *\n * @param {Object} attributes\n * Object containing all inherited attributes from parent elements with attribute\n * names as keys\n * @param {Object[]|undefined} segmentTimeline\n * List of objects representing the attributes of each S element contained within\n * the SegmentTimeline element\n * @return {Object.<Array>} list of segments\n */\n\n\nvar segmentsFromList = function segmentsFromList(attributes, segmentTimeline) {\n var duration = attributes.duration,\n _attributes$segmentUr = attributes.segmentUrls,\n segmentUrls = _attributes$segmentUr === void 0 ? [] : _attributes$segmentUr; // Per spec (5.3.9.2.1) no way to determine segment duration OR\n // if both SegmentTimeline and @duration are defined, it is outside of spec.\n\n if (!duration && !segmentTimeline || duration && segmentTimeline) {\n throw new Error(errors.SEGMENT_TIME_UNSPECIFIED);\n }\n\n var segmentUrlMap = segmentUrls.map(function (segmentUrlObject) {\n return SegmentURLToSegmentObject(attributes, segmentUrlObject);\n });\n var segmentTimeInfo;\n\n if (duration) {\n segmentTimeInfo = parseByDuration(attributes);\n }\n\n if (segmentTimeline) {\n segmentTimeInfo = parseByTimeline(attributes, segmentTimeline);\n }\n\n var segments = segmentTimeInfo.map(function (segmentTime, index) {\n if (segmentUrlMap[index]) {\n var segment = segmentUrlMap[index];\n segment.timeline = segmentTime.timeline;\n segment.duration = segmentTime.duration;\n segment.number = segmentTime.number;\n return segment;\n } // Since we're mapping we should get rid of any blank segments (in case\n // the given SegmentTimeline is handling for more elements than we have\n // SegmentURLs for).\n\n }).filter(function (segment) {\n return segment;\n });\n return segments;\n};\n\n/**\n * Translates SegmentBase into a set of segments.\n * (DASH SPEC Section 5.3.9.3.2) contains a set of <SegmentURL> nodes. Each\n * node should be translated into segment.\n *\n * @param {Object} attributes\n * Object containing all inherited attributes from parent elements with attribute\n * names as keys\n * @return {Object.<Array>} list of segments\n */\n\nvar segmentsFromBase = function segmentsFromBase(attributes) {\n var baseUrl = attributes.baseUrl,\n _attributes$initializ = attributes.initialization,\n initialization = _attributes$initializ === void 0 ? {} : _attributes$initializ,\n sourceDuration = attributes.sourceDuration,\n _attributes$timescale = attributes.timescale,\n timescale = _attributes$timescale === void 0 ? 1 : _attributes$timescale,\n _attributes$indexRang = attributes.indexRange,\n indexRange = _attributes$indexRang === void 0 ? '' : _attributes$indexRang,\n duration = attributes.duration; // base url is required for SegmentBase to work, per spec (Section 5.3.9.2.1)\n\n if (!baseUrl) {\n throw new Error(errors.NO_BASE_URL);\n }\n\n var initSegment = urlTypeToSegment({\n baseUrl: baseUrl,\n source: initialization.sourceURL,\n range: initialization.range\n });\n var segment = urlTypeToSegment({\n baseUrl: baseUrl,\n source: baseUrl,\n range: indexRange\n });\n segment.map = initSegment; // If there is a duration, use it, otherwise use the given duration of the source\n // (since SegmentBase is only for one total segment)\n\n if (duration) {\n var segmentTimeInfo = parseByDuration(attributes);\n\n if (segmentTimeInfo.length) {\n segment.duration = segmentTimeInfo[0].duration;\n segment.timeline = segmentTimeInfo[0].timeline;\n }\n } else if (sourceDuration) {\n segment.duration = sourceDuration / timescale;\n segment.timeline = 0;\n } // This is used for mediaSequence\n\n\n segment.number = 0;\n return [segment];\n};\n\nvar generateSegments = function generateSegments(_ref) {\n var attributes = _ref.attributes,\n segmentInfo = _ref.segmentInfo;\n var segmentAttributes;\n var segmentsFn;\n\n if (segmentInfo.template) {\n segmentsFn = segmentsFromTemplate;\n segmentAttributes = merge(attributes, segmentInfo.template);\n } else if (segmentInfo.base) {\n segmentsFn = segmentsFromBase;\n segmentAttributes = merge(attributes, segmentInfo.base);\n } else if (segmentInfo.list) {\n segmentsFn = segmentsFromList;\n segmentAttributes = merge(attributes, segmentInfo.list);\n }\n\n if (!segmentsFn) {\n return {\n attributes: attributes\n };\n }\n\n var segments = segmentsFn(segmentAttributes, segmentInfo.timeline); // The @duration attribute will be used to determin the playlist's targetDuration which\n // must be in seconds. Since we've generated the segment list, we no longer need\n // @duration to be in @timescale units, so we can convert it here.\n\n if (segmentAttributes.duration) {\n var _segmentAttributes = segmentAttributes,\n duration = _segmentAttributes.duration,\n _segmentAttributes$ti = _segmentAttributes.timescale,\n timescale = _segmentAttributes$ti === void 0 ? 1 : _segmentAttributes$ti;\n segmentAttributes.duration = duration / timescale;\n } else if (segments.length) {\n // if there is no @duration attribute, use the largest segment duration as\n // as target duration\n segmentAttributes.duration = segments.reduce(function (max, segment) {\n return Math.max(max, Math.ceil(segment.duration));\n }, 0);\n } else {\n segmentAttributes.duration = 0;\n }\n\n return {\n attributes: segmentAttributes,\n segments: segments\n };\n};\nvar toPlaylists = function toPlaylists(representations) {\n return representations.map(generateSegments);\n};\n\nvar findChildren = function findChildren(element, name) {\n return from(element.childNodes).filter(function (_ref) {\n var tagName = _ref.tagName;\n return tagName === name;\n });\n};\nvar getContent = function getContent(element) {\n return element.textContent.trim();\n};\n\nvar parseDuration = function parseDuration(str) {\n var SECONDS_IN_YEAR = 365 * 24 * 60 * 60;\n var SECONDS_IN_MONTH = 30 * 24 * 60 * 60;\n var SECONDS_IN_DAY = 24 * 60 * 60;\n var SECONDS_IN_HOUR = 60 * 60;\n var SECONDS_IN_MIN = 60; // P10Y10M10DT10H10M10.1S\n\n var durationRegex = /P(?:(\\d*)Y)?(?:(\\d*)M)?(?:(\\d*)D)?(?:T(?:(\\d*)H)?(?:(\\d*)M)?(?:([\\d.]*)S)?)?/;\n var match = durationRegex.exec(str);\n\n if (!match) {\n return 0;\n }\n\n var _match$slice = match.slice(1),\n year = _match$slice[0],\n month = _match$slice[1],\n day = _match$slice[2],\n hour = _match$slice[3],\n minute = _match$slice[4],\n second = _match$slice[5];\n\n return parseFloat(year || 0) * SECONDS_IN_YEAR + parseFloat(month || 0) * SECONDS_IN_MONTH + parseFloat(day || 0) * SECONDS_IN_DAY + parseFloat(hour || 0) * SECONDS_IN_HOUR + parseFloat(minute || 0) * SECONDS_IN_MIN + parseFloat(second || 0);\n};\nvar parseDate = function parseDate(str) {\n // Date format without timezone according to ISO 8601\n // YYY-MM-DDThh:mm:ss.ssssss\n var dateRegex = /^\\d+-\\d+-\\d+T\\d+:\\d+:\\d+(\\.\\d+)?$/; // If the date string does not specifiy a timezone, we must specifiy UTC. This is\n // expressed by ending with 'Z'\n\n if (dateRegex.test(str)) {\n str += 'Z';\n }\n\n return Date.parse(str);\n};\n\nvar parsers = {\n /**\n * Specifies the duration of the entire Media Presentation. Format is a duration string\n * as specified in ISO 8601\n *\n * @param {string} value\n * value of attribute as a string\n * @return {number}\n * The duration in seconds\n */\n mediaPresentationDuration: function mediaPresentationDuration(value) {\n return parseDuration(value);\n },\n\n /**\n * Specifies the Segment availability start time for all Segments referred to in this\n * MPD. For a dynamic manifest, it specifies the anchor for the earliest availability\n * time. Format is a date string as specified in ISO 8601\n *\n * @param {string} value\n * value of attribute as a string\n * @return {number}\n * The date as seconds from unix epoch\n */\n availabilityStartTime: function availabilityStartTime(value) {\n return parseDate(value) / 1000;\n },\n\n /**\n * Specifies the smallest period between potential changes to the MPD. Format is a\n * duration string as specified in ISO 8601\n *\n * @param {string} value\n * value of attribute as a string\n * @return {number}\n * The duration in seconds\n */\n minimumUpdatePeriod: function minimumUpdatePeriod(value) {\n return parseDuration(value);\n },\n\n /**\n * Specifies the duration of the smallest time shifting buffer for any Representation\n * in the MPD. Format is a duration string as specified in ISO 8601\n *\n * @param {string} value\n * value of attribute as a string\n * @return {number}\n * The duration in seconds\n */\n timeShiftBufferDepth: function timeShiftBufferDepth(value) {\n return parseDuration(value);\n },\n\n /**\n * Specifies the PeriodStart time of the Period relative to the availabilityStarttime.\n * Format is a duration string as specified in ISO 8601\n *\n * @param {string} value\n * value of attribute as a string\n * @return {number}\n * The duration in seconds\n */\n start: function start(value) {\n return parseDuration(value);\n },\n\n /**\n * Specifies the width of the visual presentation\n *\n * @param {string} value\n * value of attribute as a string\n * @return {number}\n * The parsed width\n */\n width: function width(value) {\n return parseInt(value, 10);\n },\n\n /**\n * Specifies the height of the visual presentation\n *\n * @param {string} value\n * value of attribute as a string\n * @return {number}\n * The parsed height\n */\n height: function height(value) {\n return parseInt(value, 10);\n },\n\n /**\n * Specifies the bitrate of the representation\n *\n * @param {string} value\n * value of attribute as a string\n * @return {number}\n * The parsed bandwidth\n */\n bandwidth: function bandwidth(value) {\n return parseInt(value, 10);\n },\n\n /**\n * Specifies the number of the first Media Segment in this Representation in the Period\n *\n * @param {string} value\n * value of attribute as a string\n * @return {number}\n * The parsed number\n */\n startNumber: function startNumber(value) {\n return parseInt(value, 10);\n },\n\n /**\n * Specifies the timescale in units per seconds\n *\n * @param {string} value\n * value of attribute as a string\n * @return {number}\n * The aprsed timescale\n */\n timescale: function timescale(value) {\n return parseInt(value, 10);\n },\n\n /**\n * Specifies the constant approximate Segment duration\n * NOTE: The <Period> element also contains an @duration attribute. This duration\n * specifies the duration of the Period. This attribute is currently not\n * supported by the rest of the parser, however we still check for it to prevent\n * errors.\n *\n * @param {string} value\n * value of attribute as a string\n * @return {number}\n * The parsed duration\n */\n duration: function duration(value) {\n var parsedValue = parseInt(value, 10);\n\n if (isNaN(parsedValue)) {\n return parseDuration(value);\n }\n\n return parsedValue;\n },\n\n /**\n * Specifies the Segment duration, in units of the value of the @timescale.\n *\n * @param {string} value\n * value of attribute as a string\n * @return {number}\n * The parsed duration\n */\n d: function d(value) {\n return parseInt(value, 10);\n },\n\n /**\n * Specifies the MPD start time, in @timescale units, the first Segment in the series\n * starts relative to the beginning of the Period\n *\n * @param {string} value\n * value of attribute as a string\n * @return {number}\n * The parsed time\n */\n t: function t(value) {\n return parseInt(value, 10);\n },\n\n /**\n * Specifies the repeat count of the number of following contiguous Segments with the\n * same duration expressed by the value of @d\n *\n * @param {string} value\n * value of attribute as a string\n * @return {number}\n * The parsed number\n */\n r: function r(value) {\n return parseInt(value, 10);\n },\n\n /**\n * Default parser for all other attributes. Acts as a no-op and just returns the value\n * as a string\n *\n * @param {string} value\n * value of attribute as a string\n * @return {string}\n * Unparsed value\n */\n DEFAULT: function DEFAULT(value) {\n return value;\n }\n};\n/**\n * Gets all the attributes and values of the provided node, parses attributes with known\n * types, and returns an object with attribute names mapped to values.\n *\n * @param {Node} el\n * The node to parse attributes from\n * @return {Object}\n * Object with all attributes of el parsed\n */\n\nvar parseAttributes = function parseAttributes(el) {\n if (!(el && el.attributes)) {\n return {};\n }\n\n return from(el.attributes).reduce(function (a, e) {\n var parseFn = parsers[e.name] || parsers.DEFAULT;\n a[e.name] = parseFn(e.value);\n return a;\n }, {});\n};\n\nfunction decodeB64ToUint8Array(b64Text) {\n var decodedString = window$1.atob(b64Text);\n var array = new Uint8Array(decodedString.length);\n\n for (var i = 0; i < decodedString.length; i++) {\n array[i] = decodedString.charCodeAt(i);\n }\n\n return array;\n}\n\nvar keySystemsMap = {\n 'urn:uuid:1077efec-c0b2-4d02-ace3-3c1e52e2fb4b': 'org.w3.clearkey',\n 'urn:uuid:edef8ba9-79d6-4ace-a3c8-27dcd51d21ed': 'com.widevine.alpha',\n 'urn:uuid:9a04f079-9840-4286-ab92-e65be0885f95': 'com.microsoft.playready',\n 'urn:uuid:f239e769-efa3-4850-9c16-a903c6932efb': 'com.adobe.primetime'\n};\n/**\n * Builds a list of urls that is the product of the reference urls and BaseURL values\n *\n * @param {string[]} referenceUrls\n * List of reference urls to resolve to\n * @param {Node[]} baseUrlElements\n * List of BaseURL nodes from the mpd\n * @return {string[]}\n * List of resolved urls\n */\n\nvar buildBaseUrls = function buildBaseUrls(referenceUrls, baseUrlElements) {\n if (!baseUrlElements.length) {\n return referenceUrls;\n }\n\n return flatten(referenceUrls.map(function (reference) {\n return baseUrlElements.map(function (baseUrlElement) {\n return resolveUrl(reference, getContent(baseUrlElement));\n });\n }));\n};\n/**\n * Contains all Segment information for its containing AdaptationSet\n *\n * @typedef {Object} SegmentInformation\n * @property {Object|undefined} template\n * Contains the attributes for the SegmentTemplate node\n * @property {Object[]|undefined} timeline\n * Contains a list of atrributes for each S node within the SegmentTimeline node\n * @property {Object|undefined} list\n * Contains the attributes for the SegmentList node\n * @property {Object|undefined} base\n * Contains the attributes for the SegmentBase node\n */\n\n/**\n * Returns all available Segment information contained within the AdaptationSet node\n *\n * @param {Node} adaptationSet\n * The AdaptationSet node to get Segment information from\n * @return {SegmentInformation}\n * The Segment information contained within the provided AdaptationSet\n */\n\nvar getSegmentInformation = function getSegmentInformation(adaptationSet) {\n var segmentTemplate = findChildren(adaptationSet, 'SegmentTemplate')[0];\n var segmentList = findChildren(adaptationSet, 'SegmentList')[0];\n var segmentUrls = segmentList && findChildren(segmentList, 'SegmentURL').map(function (s) {\n return merge({\n tag: 'SegmentURL'\n }, parseAttributes(s));\n });\n var segmentBase = findChildren(adaptationSet, 'SegmentBase')[0];\n var segmentTimelineParentNode = segmentList || segmentTemplate;\n var segmentTimeline = segmentTimelineParentNode && findChildren(segmentTimelineParentNode, 'SegmentTimeline')[0];\n var segmentInitializationParentNode = segmentList || segmentBase || segmentTemplate;\n var segmentInitialization = segmentInitializationParentNode && findChildren(segmentInitializationParentNode, 'Initialization')[0]; // SegmentTemplate is handled slightly differently, since it can have both\n // @initialization and an <Initialization> node. @initialization can be templated,\n // while the node can have a url and range specified. If the <SegmentTemplate> has\n // both @initialization and an <Initialization> subelement we opt to override with\n // the node, as this interaction is not defined in the spec.\n\n var template = segmentTemplate && parseAttributes(segmentTemplate);\n\n if (template && segmentInitialization) {\n template.initialization = segmentInitialization && parseAttributes(segmentInitialization);\n } else if (template && template.initialization) {\n // If it is @initialization we convert it to an object since this is the format that\n // later functions will rely on for the initialization segment. This is only valid\n // for <SegmentTemplate>\n template.initialization = {\n sourceURL: template.initialization\n };\n }\n\n var segmentInfo = {\n template: template,\n timeline: segmentTimeline && findChildren(segmentTimeline, 'S').map(function (s) {\n return parseAttributes(s);\n }),\n list: segmentList && merge(parseAttributes(segmentList), {\n segmentUrls: segmentUrls,\n initialization: parseAttributes(segmentInitialization)\n }),\n base: segmentBase && merge(parseAttributes(segmentBase), {\n initialization: parseAttributes(segmentInitialization)\n })\n };\n Object.keys(segmentInfo).forEach(function (key) {\n if (!segmentInfo[key]) {\n delete segmentInfo[key];\n }\n });\n return segmentInfo;\n};\n/**\n * Contains Segment information and attributes needed to construct a Playlist object\n * from a Representation\n *\n * @typedef {Object} RepresentationInformation\n * @property {SegmentInformation} segmentInfo\n * Segment information for this Representation\n * @property {Object} attributes\n * Inherited attributes for this Representation\n */\n\n/**\n * Maps a Representation node to an object containing Segment information and attributes\n *\n * @name inheritBaseUrlsCallback\n * @function\n * @param {Node} representation\n * Representation node from the mpd\n * @return {RepresentationInformation}\n * Representation information needed to construct a Playlist object\n */\n\n/**\n * Returns a callback for Array.prototype.map for mapping Representation nodes to\n * Segment information and attributes using inherited BaseURL nodes.\n *\n * @param {Object} adaptationSetAttributes\n * Contains attributes inherited by the AdaptationSet\n * @param {string[]} adaptationSetBaseUrls\n * Contains list of resolved base urls inherited by the AdaptationSet\n * @param {SegmentInformation} adaptationSetSegmentInfo\n * Contains Segment information for the AdaptationSet\n * @return {inheritBaseUrlsCallback}\n * Callback map function\n */\n\nvar inheritBaseUrls = function inheritBaseUrls(adaptationSetAttributes, adaptationSetBaseUrls, adaptationSetSegmentInfo) {\n return function (representation) {\n var repBaseUrlElements = findChildren(representation, 'BaseURL');\n var repBaseUrls = buildBaseUrls(adaptationSetBaseUrls, repBaseUrlElements);\n var attributes = merge(adaptationSetAttributes, parseAttributes(representation));\n var representationSegmentInfo = getSegmentInformation(representation);\n return repBaseUrls.map(function (baseUrl) {\n return {\n segmentInfo: merge(adaptationSetSegmentInfo, representationSegmentInfo),\n attributes: merge(attributes, {\n baseUrl: baseUrl\n })\n };\n });\n };\n};\n/**\n * Tranforms a series of content protection nodes to\n * an object containing pssh data by key system\n *\n * @param {Node[]} contentProtectionNodes\n * Content protection nodes\n * @return {Object}\n * Object containing pssh data by key system\n */\n\nvar generateKeySystemInformation = function generateKeySystemInformation(contentProtectionNodes) {\n return contentProtectionNodes.reduce(function (acc, node) {\n var attributes = parseAttributes(node);\n var keySystem = keySystemsMap[attributes.schemeIdUri];\n\n if (keySystem) {\n acc[keySystem] = {\n attributes: attributes\n };\n var psshNode = findChildren(node, 'cenc:pssh')[0];\n\n if (psshNode) {\n var pssh = getContent(psshNode);\n var psshBuffer = pssh && decodeB64ToUint8Array(pssh);\n acc[keySystem].pssh = psshBuffer;\n }\n }\n\n return acc;\n }, {});\n};\n/**\n * Maps an AdaptationSet node to a list of Representation information objects\n *\n * @name toRepresentationsCallback\n * @function\n * @param {Node} adaptationSet\n * AdaptationSet node from the mpd\n * @return {RepresentationInformation[]}\n * List of objects containing Representaion information\n */\n\n/**\n * Returns a callback for Array.prototype.map for mapping AdaptationSet nodes to a list of\n * Representation information objects\n *\n * @param {Object} periodAttributes\n * Contains attributes inherited by the Period\n * @param {string[]} periodBaseUrls\n * Contains list of resolved base urls inherited by the Period\n * @param {string[]} periodSegmentInfo\n * Contains Segment Information at the period level\n * @return {toRepresentationsCallback}\n * Callback map function\n */\n\n\nvar toRepresentations = function toRepresentations(periodAttributes, periodBaseUrls, periodSegmentInfo) {\n return function (adaptationSet) {\n var adaptationSetAttributes = parseAttributes(adaptationSet);\n var adaptationSetBaseUrls = buildBaseUrls(periodBaseUrls, findChildren(adaptationSet, 'BaseURL'));\n var role = findChildren(adaptationSet, 'Role')[0];\n var roleAttributes = {\n role: parseAttributes(role)\n };\n var attrs = merge(periodAttributes, adaptationSetAttributes, roleAttributes);\n var contentProtection = generateKeySystemInformation(findChildren(adaptationSet, 'ContentProtection'));\n\n if (Object.keys(contentProtection).length) {\n attrs = merge(attrs, {\n contentProtection: contentProtection\n });\n }\n\n var segmentInfo = getSegmentInformation(adaptationSet);\n var representations = findChildren(adaptationSet, 'Representation');\n var adaptationSetSegmentInfo = merge(periodSegmentInfo, segmentInfo);\n return flatten(representations.map(inheritBaseUrls(attrs, adaptationSetBaseUrls, adaptationSetSegmentInfo)));\n };\n};\n/**\n * Maps an Period node to a list of Representation inforamtion objects for all\n * AdaptationSet nodes contained within the Period\n *\n * @name toAdaptationSetsCallback\n * @function\n * @param {Node} period\n * Period node from the mpd\n * @param {number} periodIndex\n * Index of the Period within the mpd\n * @return {RepresentationInformation[]}\n * List of objects containing Representaion information\n */\n\n/**\n * Returns a callback for Array.prototype.map for mapping Period nodes to a list of\n * Representation information objects\n *\n * @param {Object} mpdAttributes\n * Contains attributes inherited by the mpd\n * @param {string[]} mpdBaseUrls\n * Contains list of resolved base urls inherited by the mpd\n * @return {toAdaptationSetsCallback}\n * Callback map function\n */\n\nvar toAdaptationSets = function toAdaptationSets(mpdAttributes, mpdBaseUrls) {\n return function (period, index) {\n var periodBaseUrls = buildBaseUrls(mpdBaseUrls, findChildren(period, 'BaseURL'));\n var periodAtt = parseAttributes(period);\n var parsedPeriodId = parseInt(periodAtt.id, 10); // fallback to mapping index if Period@id is not a number\n\n var periodIndex = window$1.isNaN(parsedPeriodId) ? index : parsedPeriodId;\n var periodAttributes = merge(mpdAttributes, {\n periodIndex: periodIndex\n });\n var adaptationSets = findChildren(period, 'AdaptationSet');\n var periodSegmentInfo = getSegmentInformation(period);\n return flatten(adaptationSets.map(toRepresentations(periodAttributes, periodBaseUrls, periodSegmentInfo)));\n };\n};\n/**\n * Traverses the mpd xml tree to generate a list of Representation information objects\n * that have inherited attributes from parent nodes\n *\n * @param {Node} mpd\n * The root node of the mpd\n * @param {Object} options\n * Available options for inheritAttributes\n * @param {string} options.manifestUri\n * The uri source of the mpd\n * @param {number} options.NOW\n * Current time per DASH IOP. Default is current time in ms since epoch\n * @param {number} options.clientOffset\n * Client time difference from NOW (in milliseconds)\n * @return {RepresentationInformation[]}\n * List of objects containing Representation information\n */\n\nvar inheritAttributes = function inheritAttributes(mpd, options) {\n if (options === void 0) {\n options = {};\n }\n\n var _options = options,\n _options$manifestUri = _options.manifestUri,\n manifestUri = _options$manifestUri === void 0 ? '' : _options$manifestUri,\n _options$NOW = _options.NOW,\n NOW = _options$NOW === void 0 ? Date.now() : _options$NOW,\n _options$clientOffset = _options.clientOffset,\n clientOffset = _options$clientOffset === void 0 ? 0 : _options$clientOffset;\n var periods = findChildren(mpd, 'Period');\n\n if (!periods.length) {\n throw new Error(errors.INVALID_NUMBER_OF_PERIOD);\n }\n\n var mpdAttributes = parseAttributes(mpd);\n var mpdBaseUrls = buildBaseUrls([manifestUri], findChildren(mpd, 'BaseURL'));\n mpdAttributes.sourceDuration = mpdAttributes.mediaPresentationDuration || 0;\n mpdAttributes.NOW = NOW;\n mpdAttributes.clientOffset = clientOffset;\n return flatten(periods.map(toAdaptationSets(mpdAttributes, mpdBaseUrls)));\n};\n\nvar stringToMpdXml = function stringToMpdXml(manifestString) {\n if (manifestString === '') {\n throw new Error(errors.DASH_EMPTY_MANIFEST);\n }\n\n var parser = new window$1.DOMParser();\n var xml = parser.parseFromString(manifestString, 'application/xml');\n var mpd = xml && xml.documentElement.tagName === 'MPD' ? xml.documentElement : null;\n\n if (!mpd || mpd && mpd.getElementsByTagName('parsererror').length > 0) {\n throw new Error(errors.DASH_INVALID_XML);\n }\n\n return mpd;\n};\n\n/**\n * Parses the manifest for a UTCTiming node, returning the nodes attributes if found\n *\n * @param {string} mpd\n * XML string of the MPD manifest\n * @return {Object|null}\n * Attributes of UTCTiming node specified in the manifest. Null if none found\n */\n\nvar parseUTCTimingScheme = function parseUTCTimingScheme(mpd) {\n var UTCTimingNode = findChildren(mpd, 'UTCTiming')[0];\n\n if (!UTCTimingNode) {\n return null;\n }\n\n var attributes = parseAttributes(UTCTimingNode);\n\n switch (attributes.schemeIdUri) {\n case 'urn:mpeg:dash:utc:http-head:2014':\n case 'urn:mpeg:dash:utc:http-head:2012':\n attributes.method = 'HEAD';\n break;\n\n case 'urn:mpeg:dash:utc:http-xsdate:2014':\n case 'urn:mpeg:dash:utc:http-iso:2014':\n case 'urn:mpeg:dash:utc:http-xsdate:2012':\n case 'urn:mpeg:dash:utc:http-iso:2012':\n attributes.method = 'GET';\n break;\n\n case 'urn:mpeg:dash:utc:direct:2014':\n case 'urn:mpeg:dash:utc:direct:2012':\n attributes.method = 'DIRECT';\n attributes.value = Date.parse(attributes.value);\n break;\n\n case 'urn:mpeg:dash:utc:http-ntp:2014':\n case 'urn:mpeg:dash:utc:ntp:2014':\n case 'urn:mpeg:dash:utc:sntp:2014':\n default:\n throw new Error(errors.UNSUPPORTED_UTC_TIMING_SCHEME);\n }\n\n return attributes;\n};\n\nvar VERSION = version;\nvar parse = function parse(manifestString, options) {\n return toM3u8(toPlaylists(inheritAttributes(stringToMpdXml(manifestString), options)));\n};\n/**\n * Parses the manifest for a UTCTiming node, returning the nodes attributes if found\n *\n * @param {string} manifestString\n * XML string of the MPD manifest\n * @return {Object|null}\n * Attributes of UTCTiming node specified in the manifest. Null if none found\n */\n\nvar parseUTCTiming = function parseUTCTiming(manifestString) {\n return parseUTCTimingScheme(stringToMpdXml(manifestString));\n};\n\nexport { VERSION, parse, parseUTCTiming };\n","var toUnsigned = function(value) {\n return value >>> 0;\n};\n\nmodule.exports = {\n toUnsigned: toUnsigned\n};\n","module.exports = {\n generator: require('./mp4-generator'),\n probe: require('./probe'),\n Transmuxer: require('./transmuxer').Transmuxer,\n AudioSegmentStream: require('./transmuxer').AudioSegmentStream,\n VideoSegmentStream: require('./transmuxer').VideoSegmentStream,\n CaptionParser: require('./caption-parser')\n};\n","// Convert an array of nal units into an array of frames with each frame being\n// composed of the nal units that make up that frame\n// Also keep track of cummulative data about the frame from the nal units such\n// as the frame duration, starting pts, etc.\nvar groupNalsIntoFrames = function(nalUnits) {\n var\n i,\n currentNal,\n currentFrame = [],\n frames = [];\n\n currentFrame.byteLength = 0;\n\n for (i = 0; i < nalUnits.length; i++) {\n currentNal = nalUnits[i];\n\n // Split on 'aud'-type nal units\n if (currentNal.nalUnitType === 'access_unit_delimiter_rbsp') {\n // Since the very first nal unit is expected to be an AUD\n // only push to the frames array when currentFrame is not empty\n if (currentFrame.length) {\n currentFrame.duration = currentNal.dts - currentFrame.dts;\n frames.push(currentFrame);\n }\n currentFrame = [currentNal];\n currentFrame.byteLength = currentNal.data.byteLength;\n currentFrame.pts = currentNal.pts;\n currentFrame.dts = currentNal.dts;\n } else {\n // Specifically flag key frames for ease of use later\n if (currentNal.nalUnitType === 'slice_layer_without_partitioning_rbsp_idr') {\n currentFrame.keyFrame = true;\n }\n currentFrame.duration = currentNal.dts - currentFrame.dts;\n currentFrame.byteLength += currentNal.data.byteLength;\n currentFrame.push(currentNal);\n }\n }\n\n // For the last frame, use the duration of the previous frame if we\n // have nothing better to go on\n if (frames.length &&\n (!currentFrame.duration ||\n currentFrame.duration <= 0)) {\n currentFrame.duration = frames[frames.length - 1].duration;\n }\n\n // Push the final frame\n frames.push(currentFrame);\n return frames;\n};\n\n// Convert an array of frames into an array of Gop with each Gop being composed\n// of the frames that make up that Gop\n// Also keep track of cummulative data about the Gop from the frames such as the\n// Gop duration, starting pts, etc.\nvar groupFramesIntoGops = function(frames) {\n var\n i,\n currentFrame,\n currentGop = [],\n gops = [];\n\n // We must pre-set some of the values on the Gop since we\n // keep running totals of these values\n currentGop.byteLength = 0;\n currentGop.nalCount = 0;\n currentGop.duration = 0;\n currentGop.pts = frames[0].pts;\n currentGop.dts = frames[0].dts;\n\n // store some metadata about all the Gops\n gops.byteLength = 0;\n gops.nalCount = 0;\n gops.duration = 0;\n gops.pts = frames[0].pts;\n gops.dts = frames[0].dts;\n\n for (i = 0; i < frames.length; i++) {\n currentFrame = frames[i];\n\n if (currentFrame.keyFrame) {\n // Since the very first frame is expected to be an keyframe\n // only push to the gops array when currentGop is not empty\n if (currentGop.length) {\n gops.push(currentGop);\n gops.byteLength += currentGop.byteLength;\n gops.nalCount += currentGop.nalCount;\n gops.duration += currentGop.duration;\n }\n\n currentGop = [currentFrame];\n currentGop.nalCount = currentFrame.length;\n currentGop.byteLength = currentFrame.byteLength;\n currentGop.pts = currentFrame.pts;\n currentGop.dts = currentFrame.dts;\n currentGop.duration = currentFrame.duration;\n } else {\n currentGop.duration += currentFrame.duration;\n currentGop.nalCount += currentFrame.length;\n currentGop.byteLength += currentFrame.byteLength;\n currentGop.push(currentFrame);\n }\n }\n\n if (gops.length && currentGop.duration <= 0) {\n currentGop.duration = gops[gops.length - 1].duration;\n }\n gops.byteLength += currentGop.byteLength;\n gops.nalCount += currentGop.nalCount;\n gops.duration += currentGop.duration;\n\n // push the final Gop\n gops.push(currentGop);\n return gops;\n};\n\n/*\n * Search for the first keyframe in the GOPs and throw away all frames\n * until that keyframe. Then extend the duration of the pulled keyframe\n * and pull the PTS and DTS of the keyframe so that it covers the time\n * range of the frames that were disposed.\n *\n * @param {Array} gops video GOPs\n * @returns {Array} modified video GOPs\n */\nvar extendFirstKeyFrame = function(gops) {\n var currentGop;\n\n if (!gops[0][0].keyFrame && gops.length > 1) {\n // Remove the first GOP\n currentGop = gops.shift();\n\n gops.byteLength -= currentGop.byteLength;\n gops.nalCount -= currentGop.nalCount;\n\n // Extend the first frame of what is now the\n // first gop to cover the time period of the\n // frames we just removed\n gops[0][0].dts = currentGop.dts;\n gops[0][0].pts = currentGop.pts;\n gops[0][0].duration += currentGop.duration;\n }\n\n return gops;\n};\n\n/**\n * Default sample object\n * see ISO/IEC 14496-12:2012, section 8.6.4.3\n */\nvar createDefaultSample = function() {\n return {\n size: 0,\n flags: {\n isLeading: 0,\n dependsOn: 1,\n isDependedOn: 0,\n hasRedundancy: 0,\n degradationPriority: 0,\n isNonSyncSample: 1\n }\n };\n};\n\n/*\n * Collates information from a video frame into an object for eventual\n * entry into an MP4 sample table.\n *\n * @param {Object} frame the video frame\n * @param {Number} dataOffset the byte offset to position the sample\n * @return {Object} object containing sample table info for a frame\n */\nvar sampleForFrame = function(frame, dataOffset) {\n var sample = createDefaultSample();\n\n sample.dataOffset = dataOffset;\n sample.compositionTimeOffset = frame.pts - frame.dts;\n sample.duration = frame.duration;\n sample.size = 4 * frame.length; // Space for nal unit size\n sample.size += frame.byteLength;\n\n if (frame.keyFrame) {\n sample.flags.dependsOn = 2;\n sample.flags.isNonSyncSample = 0;\n }\n\n return sample;\n};\n\n// generate the track's sample table from an array of gops\nvar generateSampleTable = function(gops, baseDataOffset) {\n var\n h, i,\n sample,\n currentGop,\n currentFrame,\n dataOffset = baseDataOffset || 0,\n samples = [];\n\n for (h = 0; h < gops.length; h++) {\n currentGop = gops[h];\n\n for (i = 0; i < currentGop.length; i++) {\n currentFrame = currentGop[i];\n\n sample = sampleForFrame(currentFrame, dataOffset);\n\n dataOffset += sample.size;\n\n samples.push(sample);\n }\n }\n return samples;\n};\n\n// generate the track's raw mdat data from an array of gops\nvar concatenateNalData = function(gops) {\n var\n h, i, j,\n currentGop,\n currentFrame,\n currentNal,\n dataOffset = 0,\n nalsByteLength = gops.byteLength,\n numberOfNals = gops.nalCount,\n totalByteLength = nalsByteLength + 4 * numberOfNals,\n data = new Uint8Array(totalByteLength),\n view = new DataView(data.buffer);\n\n // For each Gop..\n for (h = 0; h < gops.length; h++) {\n currentGop = gops[h];\n\n // For each Frame..\n for (i = 0; i < currentGop.length; i++) {\n currentFrame = currentGop[i];\n\n // For each NAL..\n for (j = 0; j < currentFrame.length; j++) {\n currentNal = currentFrame[j];\n\n view.setUint32(dataOffset, currentNal.data.byteLength);\n dataOffset += 4;\n data.set(currentNal.data, dataOffset);\n dataOffset += currentNal.data.byteLength;\n }\n }\n }\n return data;\n};\n\nmodule.exports = {\n groupNalsIntoFrames: groupNalsIntoFrames,\n groupFramesIntoGops: groupFramesIntoGops,\n extendFirstKeyFrame: extendFirstKeyFrame,\n generateSampleTable: generateSampleTable,\n concatenateNalData: concatenateNalData\n};\n","var coneOfSilence = require('../data/silence');\nvar clock = require('../utils/clock');\n\nvar ONE_SECOND_IN_TS = 90000; // 90kHz clock\n\n/**\n * Sum the `byteLength` properties of the data in each AAC frame\n */\nvar sumFrameByteLengths = function(array) {\n var\n i,\n currentObj,\n sum = 0;\n\n // sum the byteLength's all each nal unit in the frame\n for (i = 0; i < array.length; i++) {\n currentObj = array[i];\n sum += currentObj.data.byteLength;\n }\n\n return sum;\n};\n\n// Possibly pad (prefix) the audio track with silence if appending this track\n// would lead to the introduction of a gap in the audio buffer\nvar prefixWithSilence = function(\n track,\n frames,\n audioAppendStartTs,\n videoBaseMediaDecodeTime\n) {\n var\n baseMediaDecodeTimeTs,\n frameDuration = 0,\n audioGapDuration = 0,\n audioFillFrameCount = 0,\n audioFillDuration = 0,\n silentFrame,\n i;\n\n if (!frames.length) {\n return;\n }\n\n baseMediaDecodeTimeTs =\n clock.audioTsToVideoTs(track.baseMediaDecodeTime, track.samplerate);\n // determine frame clock duration based on sample rate, round up to avoid overfills\n frameDuration = Math.ceil(ONE_SECOND_IN_TS / (track.samplerate / 1024));\n\n if (audioAppendStartTs && videoBaseMediaDecodeTime) {\n // insert the shortest possible amount (audio gap or audio to video gap)\n audioGapDuration =\n baseMediaDecodeTimeTs - Math.max(audioAppendStartTs, videoBaseMediaDecodeTime);\n // number of full frames in the audio gap\n audioFillFrameCount = Math.floor(audioGapDuration / frameDuration);\n audioFillDuration = audioFillFrameCount * frameDuration;\n }\n\n // don't attempt to fill gaps smaller than a single frame or larger\n // than a half second\n if (audioFillFrameCount < 1 || audioFillDuration > ONE_SECOND_IN_TS / 2) {\n return;\n }\n\n silentFrame = coneOfSilence[track.samplerate];\n\n if (!silentFrame) {\n // we don't have a silent frame pregenerated for the sample rate, so use a frame\n // from the content instead\n silentFrame = frames[0].data;\n }\n\n for (i = 0; i < audioFillFrameCount; i++) {\n frames.splice(i, 0, {\n data: silentFrame\n });\n }\n\n track.baseMediaDecodeTime -=\n Math.floor(clock.videoTsToAudioTs(audioFillDuration, track.samplerate));\n};\n\n// If the audio segment extends before the earliest allowed dts\n// value, remove AAC frames until starts at or after the earliest\n// allowed DTS so that we don't end up with a negative baseMedia-\n// DecodeTime for the audio track\nvar trimAdtsFramesByEarliestDts = function(adtsFrames, track, earliestAllowedDts) {\n if (track.minSegmentDts >= earliestAllowedDts) {\n return adtsFrames;\n }\n\n // We will need to recalculate the earliest segment Dts\n track.minSegmentDts = Infinity;\n\n return adtsFrames.filter(function(currentFrame) {\n // If this is an allowed frame, keep it and record it's Dts\n if (currentFrame.dts >= earliestAllowedDts) {\n track.minSegmentDts = Math.min(track.minSegmentDts, currentFrame.dts);\n track.minSegmentPts = track.minSegmentDts;\n return true;\n }\n // Otherwise, discard it\n return false;\n });\n};\n\n// generate the track's raw mdat data from an array of frames\nvar generateSampleTable = function(frames) {\n var\n i,\n currentFrame,\n samples = [];\n\n for (i = 0; i < frames.length; i++) {\n currentFrame = frames[i];\n samples.push({\n size: currentFrame.data.byteLength,\n duration: 1024 // For AAC audio, all samples contain 1024 samples\n });\n }\n return samples;\n};\n\n// generate the track's sample table from an array of frames\nvar concatenateFrameData = function(frames) {\n var\n i,\n currentFrame,\n dataOffset = 0,\n data = new Uint8Array(sumFrameByteLengths(frames));\n\n for (i = 0; i < frames.length; i++) {\n currentFrame = frames[i];\n\n data.set(currentFrame.data, dataOffset);\n dataOffset += currentFrame.data.byteLength;\n }\n return data;\n};\n\nmodule.exports = {\n prefixWithSilence: prefixWithSilence,\n trimAdtsFramesByEarliestDts: trimAdtsFramesByEarliestDts,\n generateSampleTable: generateSampleTable,\n concatenateFrameData: concatenateFrameData\n};\n","var highPrefix = [33, 16, 5, 32, 164, 27];\nvar lowPrefix = [33, 65, 108, 84, 1, 2, 4, 8, 168, 2, 4, 8, 17, 191, 252];\nvar zeroFill = function(count) {\n var a = [];\n while (count--) {\n a.push(0);\n }\n return a;\n};\n\nvar makeTable = function(metaTable) {\n return Object.keys(metaTable).reduce(function(obj, key) {\n obj[key] = new Uint8Array(metaTable[key].reduce(function(arr, part) {\n return arr.concat(part);\n }, []));\n return obj;\n }, {});\n};\n\n// Frames-of-silence to use for filling in missing AAC frames\nvar coneOfSilence = {\n 96000: [highPrefix, [227, 64], zeroFill(154), [56]],\n 88200: [highPrefix, [231], zeroFill(170), [56]],\n 64000: [highPrefix, [248, 192], zeroFill(240), [56]],\n 48000: [highPrefix, [255, 192], zeroFill(268), [55, 148, 128], zeroFill(54), [112]],\n 44100: [highPrefix, [255, 192], zeroFill(268), [55, 163, 128], zeroFill(84), [112]],\n 32000: [highPrefix, [255, 192], zeroFill(268), [55, 234], zeroFill(226), [112]],\n 24000: [highPrefix, [255, 192], zeroFill(268), [55, 255, 128], zeroFill(268), [111, 112], zeroFill(126), [224]],\n 16000: [highPrefix, [255, 192], zeroFill(268), [55, 255, 128], zeroFill(268), [111, 255], zeroFill(269), [223, 108], zeroFill(195), [1, 192]],\n 12000: [lowPrefix, zeroFill(268), [3, 127, 248], zeroFill(268), [6, 255, 240], zeroFill(268), [13, 255, 224], zeroFill(268), [27, 253, 128], zeroFill(259), [56]],\n 11025: [lowPrefix, zeroFill(268), [3, 127, 248], zeroFill(268), [6, 255, 240], zeroFill(268), [13, 255, 224], zeroFill(268), [27, 255, 192], zeroFill(268), [55, 175, 128], zeroFill(108), [112]],\n 8000: [lowPrefix, zeroFill(268), [3, 121, 16], zeroFill(47), [7]]\n};\n\nmodule.exports = makeTable(coneOfSilence);\n","var\n ONE_SECOND_IN_TS = 90000, // 90kHz clock\n secondsToVideoTs,\n secondsToAudioTs,\n videoTsToSeconds,\n audioTsToSeconds,\n audioTsToVideoTs,\n videoTsToAudioTs;\n\nsecondsToVideoTs = function(seconds) {\n return seconds * ONE_SECOND_IN_TS;\n};\n\nsecondsToAudioTs = function(seconds, sampleRate) {\n return seconds * sampleRate;\n};\n\nvideoTsToSeconds = function(timestamp) {\n return timestamp / ONE_SECOND_IN_TS;\n};\n\naudioTsToSeconds = function(timestamp, sampleRate) {\n return timestamp / sampleRate;\n};\n\naudioTsToVideoTs = function(timestamp, sampleRate) {\n return secondsToVideoTs(audioTsToSeconds(timestamp, sampleRate));\n};\n\nvideoTsToAudioTs = function(timestamp, sampleRate) {\n return secondsToAudioTs(videoTsToSeconds(timestamp), sampleRate);\n};\n\nmodule.exports = {\n secondsToVideoTs: secondsToVideoTs,\n secondsToAudioTs: secondsToAudioTs,\n videoTsToSeconds: videoTsToSeconds,\n audioTsToSeconds: audioTsToSeconds,\n audioTsToVideoTs: audioTsToVideoTs,\n videoTsToAudioTs: videoTsToAudioTs\n};\n","var ONE_SECOND_IN_TS = 90000; // 90kHz clock\n\n/**\n * Store information about the start and end of the track and the\n * duration for each frame/sample we process in order to calculate\n * the baseMediaDecodeTime\n */\nvar collectDtsInfo = function(track, data) {\n if (typeof data.pts === 'number') {\n if (track.timelineStartInfo.pts === undefined) {\n track.timelineStartInfo.pts = data.pts;\n }\n\n if (track.minSegmentPts === undefined) {\n track.minSegmentPts = data.pts;\n } else {\n track.minSegmentPts = Math.min(track.minSegmentPts, data.pts);\n }\n\n if (track.maxSegmentPts === undefined) {\n track.maxSegmentPts = data.pts;\n } else {\n track.maxSegmentPts = Math.max(track.maxSegmentPts, data.pts);\n }\n }\n\n if (typeof data.dts === 'number') {\n if (track.timelineStartInfo.dts === undefined) {\n track.timelineStartInfo.dts = data.dts;\n }\n\n if (track.minSegmentDts === undefined) {\n track.minSegmentDts = data.dts;\n } else {\n track.minSegmentDts = Math.min(track.minSegmentDts, data.dts);\n }\n\n if (track.maxSegmentDts === undefined) {\n track.maxSegmentDts = data.dts;\n } else {\n track.maxSegmentDts = Math.max(track.maxSegmentDts, data.dts);\n }\n }\n};\n\n/**\n * Clear values used to calculate the baseMediaDecodeTime between\n * tracks\n */\nvar clearDtsInfo = function(track) {\n delete track.minSegmentDts;\n delete track.maxSegmentDts;\n delete track.minSegmentPts;\n delete track.maxSegmentPts;\n};\n\n/**\n * Calculate the track's baseMediaDecodeTime based on the earliest\n * DTS the transmuxer has ever seen and the minimum DTS for the\n * current track\n * @param track {object} track metadata configuration\n * @param keepOriginalTimestamps {boolean} If true, keep the timestamps\n * in the source; false to adjust the first segment to start at 0.\n */\nvar calculateTrackBaseMediaDecodeTime = function(track, keepOriginalTimestamps) {\n var\n baseMediaDecodeTime,\n scale,\n minSegmentDts = track.minSegmentDts;\n\n // Optionally adjust the time so the first segment starts at zero.\n if (!keepOriginalTimestamps) {\n minSegmentDts -= track.timelineStartInfo.dts;\n }\n\n // track.timelineStartInfo.baseMediaDecodeTime is the location, in time, where\n // we want the start of the first segment to be placed\n baseMediaDecodeTime = track.timelineStartInfo.baseMediaDecodeTime;\n\n // Add to that the distance this segment is from the very first\n baseMediaDecodeTime += minSegmentDts;\n\n // baseMediaDecodeTime must not become negative\n baseMediaDecodeTime = Math.max(0, baseMediaDecodeTime);\n\n if (track.type === 'audio') {\n // Audio has a different clock equal to the sampling_rate so we need to\n // scale the PTS values into the clock rate of the track\n scale = track.samplerate / ONE_SECOND_IN_TS;\n baseMediaDecodeTime *= scale;\n baseMediaDecodeTime = Math.floor(baseMediaDecodeTime);\n }\n\n return baseMediaDecodeTime;\n};\n\nmodule.exports = {\n clearDtsInfo: clearDtsInfo,\n calculateTrackBaseMediaDecodeTime: calculateTrackBaseMediaDecodeTime,\n collectDtsInfo: collectDtsInfo\n};\n","/**\n * mux.js\n *\n * Copyright (c) 2015 Brightcove\n * All rights reserved.\n *\n * A stream-based mp2t to mp4 converter. This utility can be used to\n * deliver mp4s to a SourceBuffer on platforms that support native\n * Media Source Extensions.\n */\n'use strict';\nvar Stream = require('../utils/stream.js'),\n CaptionStream = require('./caption-stream'),\n StreamTypes = require('./stream-types'),\n TimestampRolloverStream = require('./timestamp-rollover-stream').TimestampRolloverStream;\n\nvar m2tsStreamTypes = require('./stream-types.js');\n\n// object types\nvar TransportPacketStream, TransportParseStream, ElementaryStream;\n\n// constants\nvar\n MP2T_PACKET_LENGTH = 188, // bytes\n SYNC_BYTE = 0x47;\n\n/**\n * Splits an incoming stream of binary data into MPEG-2 Transport\n * Stream packets.\n */\nTransportPacketStream = function() {\n var\n buffer = new Uint8Array(MP2T_PACKET_LENGTH),\n bytesInBuffer = 0;\n\n TransportPacketStream.prototype.init.call(this);\n\n // Deliver new bytes to the stream.\n\n /**\n * Split a stream of data into M2TS packets\n **/\n this.push = function(bytes) {\n var\n startIndex = 0,\n endIndex = MP2T_PACKET_LENGTH,\n everything;\n\n // If there are bytes remaining from the last segment, prepend them to the\n // bytes that were pushed in\n if (bytesInBuffer) {\n everything = new Uint8Array(bytes.byteLength + bytesInBuffer);\n everything.set(buffer.subarray(0, bytesInBuffer));\n everything.set(bytes, bytesInBuffer);\n bytesInBuffer = 0;\n } else {\n everything = bytes;\n }\n\n // While we have enough data for a packet\n while (endIndex < everything.byteLength) {\n // Look for a pair of start and end sync bytes in the data..\n if (everything[startIndex] === SYNC_BYTE && everything[endIndex] === SYNC_BYTE) {\n // We found a packet so emit it and jump one whole packet forward in\n // the stream\n this.trigger('data', everything.subarray(startIndex, endIndex));\n startIndex += MP2T_PACKET_LENGTH;\n endIndex += MP2T_PACKET_LENGTH;\n continue;\n }\n // If we get here, we have somehow become de-synchronized and we need to step\n // forward one byte at a time until we find a pair of sync bytes that denote\n // a packet\n startIndex++;\n endIndex++;\n }\n\n // If there was some data left over at the end of the segment that couldn't\n // possibly be a whole packet, keep it because it might be the start of a packet\n // that continues in the next segment\n if (startIndex < everything.byteLength) {\n buffer.set(everything.subarray(startIndex), 0);\n bytesInBuffer = everything.byteLength - startIndex;\n }\n };\n\n /**\n * Passes identified M2TS packets to the TransportParseStream to be parsed\n **/\n this.flush = function() {\n // If the buffer contains a whole packet when we are being flushed, emit it\n // and empty the buffer. Otherwise hold onto the data because it may be\n // important for decoding the next segment\n if (bytesInBuffer === MP2T_PACKET_LENGTH && buffer[0] === SYNC_BYTE) {\n this.trigger('data', buffer);\n bytesInBuffer = 0;\n }\n this.trigger('done');\n };\n};\nTransportPacketStream.prototype = new Stream();\n\n/**\n * Accepts an MP2T TransportPacketStream and emits data events with parsed\n * forms of the individual transport stream packets.\n */\nTransportParseStream = function() {\n var parsePsi, parsePat, parsePmt, self;\n TransportParseStream.prototype.init.call(this);\n self = this;\n\n this.packetsWaitingForPmt = [];\n this.programMapTable = undefined;\n\n parsePsi = function(payload, psi) {\n var offset = 0;\n\n // PSI packets may be split into multiple sections and those\n // sections may be split into multiple packets. If a PSI\n // section starts in this packet, the payload_unit_start_indicator\n // will be true and the first byte of the payload will indicate\n // the offset from the current position to the start of the\n // section.\n if (psi.payloadUnitStartIndicator) {\n offset += payload[offset] + 1;\n }\n\n if (psi.type === 'pat') {\n parsePat(payload.subarray(offset), psi);\n } else {\n parsePmt(payload.subarray(offset), psi);\n }\n };\n\n parsePat = function(payload, pat) {\n pat.section_number = payload[7]; // eslint-disable-line camelcase\n pat.last_section_number = payload[8]; // eslint-disable-line camelcase\n\n // skip the PSI header and parse the first PMT entry\n self.pmtPid = (payload[10] & 0x1F) << 8 | payload[11];\n pat.pmtPid = self.pmtPid;\n };\n\n /**\n * Parse out the relevant fields of a Program Map Table (PMT).\n * @param payload {Uint8Array} the PMT-specific portion of an MP2T\n * packet. The first byte in this array should be the table_id\n * field.\n * @param pmt {object} the object that should be decorated with\n * fields parsed from the PMT.\n */\n parsePmt = function(payload, pmt) {\n var sectionLength, tableEnd, programInfoLength, offset;\n\n // PMTs can be sent ahead of the time when they should actually\n // take effect. We don't believe this should ever be the case\n // for HLS but we'll ignore \"forward\" PMT declarations if we see\n // them. Future PMT declarations have the current_next_indicator\n // set to zero.\n if (!(payload[5] & 0x01)) {\n return;\n }\n\n // overwrite any existing program map table\n self.programMapTable = {\n video: null,\n audio: null,\n 'timed-metadata': {}\n };\n\n // the mapping table ends at the end of the current section\n sectionLength = (payload[1] & 0x0f) << 8 | payload[2];\n tableEnd = 3 + sectionLength - 4;\n\n // to determine where the table is, we have to figure out how\n // long the program info descriptors are\n programInfoLength = (payload[10] & 0x0f) << 8 | payload[11];\n\n // advance the offset to the first entry in the mapping table\n offset = 12 + programInfoLength;\n while (offset < tableEnd) {\n var streamType = payload[offset];\n var pid = (payload[offset + 1] & 0x1F) << 8 | payload[offset + 2];\n\n // only map a single elementary_pid for audio and video stream types\n // TODO: should this be done for metadata too? for now maintain behavior of\n // multiple metadata streams\n if (streamType === StreamTypes.H264_STREAM_TYPE &&\n self.programMapTable.video === null) {\n self.programMapTable.video = pid;\n } else if (streamType === StreamTypes.ADTS_STREAM_TYPE &&\n self.programMapTable.audio === null) {\n self.programMapTable.audio = pid;\n } else if (streamType === StreamTypes.METADATA_STREAM_TYPE) {\n // map pid to stream type for metadata streams\n self.programMapTable['timed-metadata'][pid] = streamType;\n }\n\n // move to the next table entry\n // skip past the elementary stream descriptors, if present\n offset += ((payload[offset + 3] & 0x0F) << 8 | payload[offset + 4]) + 5;\n }\n\n // record the map on the packet as well\n pmt.programMapTable = self.programMapTable;\n };\n\n /**\n * Deliver a new MP2T packet to the next stream in the pipeline.\n */\n this.push = function(packet) {\n var\n result = {},\n offset = 4;\n\n result.payloadUnitStartIndicator = !!(packet[1] & 0x40);\n\n // pid is a 13-bit field starting at the last bit of packet[1]\n result.pid = packet[1] & 0x1f;\n result.pid <<= 8;\n result.pid |= packet[2];\n\n // if an adaption field is present, its length is specified by the\n // fifth byte of the TS packet header. The adaptation field is\n // used to add stuffing to PES packets that don't fill a complete\n // TS packet, and to specify some forms of timing and control data\n // that we do not currently use.\n if (((packet[3] & 0x30) >>> 4) > 0x01) {\n offset += packet[offset] + 1;\n }\n\n // parse the rest of the packet based on the type\n if (result.pid === 0) {\n result.type = 'pat';\n parsePsi(packet.subarray(offset), result);\n this.trigger('data', result);\n } else if (result.pid === this.pmtPid) {\n result.type = 'pmt';\n parsePsi(packet.subarray(offset), result);\n this.trigger('data', result);\n\n // if there are any packets waiting for a PMT to be found, process them now\n while (this.packetsWaitingForPmt.length) {\n this.processPes_.apply(this, this.packetsWaitingForPmt.shift());\n }\n } else if (this.programMapTable === undefined) {\n // When we have not seen a PMT yet, defer further processing of\n // PES packets until one has been parsed\n this.packetsWaitingForPmt.push([packet, offset, result]);\n } else {\n this.processPes_(packet, offset, result);\n }\n };\n\n this.processPes_ = function(packet, offset, result) {\n // set the appropriate stream type\n if (result.pid === this.programMapTable.video) {\n result.streamType = StreamTypes.H264_STREAM_TYPE;\n } else if (result.pid === this.programMapTable.audio) {\n result.streamType = StreamTypes.ADTS_STREAM_TYPE;\n } else {\n // if not video or audio, it is timed-metadata or unknown\n // if unknown, streamType will be undefined\n result.streamType = this.programMapTable['timed-metadata'][result.pid];\n }\n\n result.type = 'pes';\n result.data = packet.subarray(offset);\n\n this.trigger('data', result);\n };\n\n};\nTransportParseStream.prototype = new Stream();\nTransportParseStream.STREAM_TYPES = {\n h264: 0x1b,\n adts: 0x0f\n};\n\n/**\n * Reconsistutes program elementary stream (PES) packets from parsed\n * transport stream packets. That is, if you pipe an\n * mp2t.TransportParseStream into a mp2t.ElementaryStream, the output\n * events will be events which capture the bytes for individual PES\n * packets plus relevant metadata that has been extracted from the\n * container.\n */\nElementaryStream = function() {\n var\n self = this,\n // PES packet fragments\n video = {\n data: [],\n size: 0\n },\n audio = {\n data: [],\n size: 0\n },\n timedMetadata = {\n data: [],\n size: 0\n },\n parsePes = function(payload, pes) {\n var ptsDtsFlags;\n\n // get the packet length, this will be 0 for video\n pes.packetLength = 6 + ((payload[4] << 8) | payload[5]);\n\n // find out if this packets starts a new keyframe\n pes.dataAlignmentIndicator = (payload[6] & 0x04) !== 0;\n // PES packets may be annotated with a PTS value, or a PTS value\n // and a DTS value. Determine what combination of values is\n // available to work with.\n ptsDtsFlags = payload[7];\n\n // PTS and DTS are normally stored as a 33-bit number. Javascript\n // performs all bitwise operations on 32-bit integers but javascript\n // supports a much greater range (52-bits) of integer using standard\n // mathematical operations.\n // We construct a 31-bit value using bitwise operators over the 31\n // most significant bits and then multiply by 4 (equal to a left-shift\n // of 2) before we add the final 2 least significant bits of the\n // timestamp (equal to an OR.)\n if (ptsDtsFlags & 0xC0) {\n // the PTS and DTS are not written out directly. For information\n // on how they are encoded, see\n // http://dvd.sourceforge.net/dvdinfo/pes-hdr.html\n pes.pts = (payload[9] & 0x0E) << 27 |\n (payload[10] & 0xFF) << 20 |\n (payload[11] & 0xFE) << 12 |\n (payload[12] & 0xFF) << 5 |\n (payload[13] & 0xFE) >>> 3;\n pes.pts *= 4; // Left shift by 2\n pes.pts += (payload[13] & 0x06) >>> 1; // OR by the two LSBs\n pes.dts = pes.pts;\n if (ptsDtsFlags & 0x40) {\n pes.dts = (payload[14] & 0x0E) << 27 |\n (payload[15] & 0xFF) << 20 |\n (payload[16] & 0xFE) << 12 |\n (payload[17] & 0xFF) << 5 |\n (payload[18] & 0xFE) >>> 3;\n pes.dts *= 4; // Left shift by 2\n pes.dts += (payload[18] & 0x06) >>> 1; // OR by the two LSBs\n }\n }\n // the data section starts immediately after the PES header.\n // pes_header_data_length specifies the number of header bytes\n // that follow the last byte of the field.\n pes.data = payload.subarray(9 + payload[8]);\n },\n /**\n * Pass completely parsed PES packets to the next stream in the pipeline\n **/\n flushStream = function(stream, type, forceFlush) {\n var\n packetData = new Uint8Array(stream.size),\n event = {\n type: type\n },\n i = 0,\n offset = 0,\n packetFlushable = false,\n fragment;\n\n // do nothing if there is not enough buffered data for a complete\n // PES header\n if (!stream.data.length || stream.size < 9) {\n return;\n }\n event.trackId = stream.data[0].pid;\n\n // reassemble the packet\n for (i = 0; i < stream.data.length; i++) {\n fragment = stream.data[i];\n\n packetData.set(fragment.data, offset);\n offset += fragment.data.byteLength;\n }\n\n // parse assembled packet's PES header\n parsePes(packetData, event);\n\n // non-video PES packets MUST have a non-zero PES_packet_length\n // check that there is enough stream data to fill the packet\n packetFlushable = type === 'video' || event.packetLength <= stream.size;\n\n // flush pending packets if the conditions are right\n if (forceFlush || packetFlushable) {\n stream.size = 0;\n stream.data.length = 0;\n }\n\n // only emit packets that are complete. this is to avoid assembling\n // incomplete PES packets due to poor segmentation\n if (packetFlushable) {\n self.trigger('data', event);\n }\n };\n\n ElementaryStream.prototype.init.call(this);\n\n /**\n * Identifies M2TS packet types and parses PES packets using metadata\n * parsed from the PMT\n **/\n this.push = function(data) {\n ({\n pat: function() {\n // we have to wait for the PMT to arrive as well before we\n // have any meaningful metadata\n },\n pes: function() {\n var stream, streamType;\n\n switch (data.streamType) {\n case StreamTypes.H264_STREAM_TYPE:\n case m2tsStreamTypes.H264_STREAM_TYPE:\n stream = video;\n streamType = 'video';\n break;\n case StreamTypes.ADTS_STREAM_TYPE:\n stream = audio;\n streamType = 'audio';\n break;\n case StreamTypes.METADATA_STREAM_TYPE:\n stream = timedMetadata;\n streamType = 'timed-metadata';\n break;\n default:\n // ignore unknown stream types\n return;\n }\n\n // if a new packet is starting, we can flush the completed\n // packet\n if (data.payloadUnitStartIndicator) {\n flushStream(stream, streamType, true);\n }\n\n // buffer this fragment until we are sure we've received the\n // complete payload\n stream.data.push(data);\n stream.size += data.data.byteLength;\n },\n pmt: function() {\n var\n event = {\n type: 'metadata',\n tracks: []\n },\n programMapTable = data.programMapTable;\n\n // translate audio and video streams to tracks\n if (programMapTable.video !== null) {\n event.tracks.push({\n timelineStartInfo: {\n baseMediaDecodeTime: 0\n },\n id: +programMapTable.video,\n codec: 'avc',\n type: 'video'\n });\n }\n if (programMapTable.audio !== null) {\n event.tracks.push({\n timelineStartInfo: {\n baseMediaDecodeTime: 0\n },\n id: +programMapTable.audio,\n codec: 'adts',\n type: 'audio'\n });\n }\n\n self.trigger('data', event);\n }\n })[data.type]();\n };\n\n /**\n * Flush any remaining input. Video PES packets may be of variable\n * length. Normally, the start of a new video packet can trigger the\n * finalization of the previous packet. That is not possible if no\n * more video is forthcoming, however. In that case, some other\n * mechanism (like the end of the file) has to be employed. When it is\n * clear that no additional data is forthcoming, calling this method\n * will flush the buffered packets.\n */\n this.flush = function() {\n // !!THIS ORDER IS IMPORTANT!!\n // video first then audio\n flushStream(video, 'video');\n flushStream(audio, 'audio');\n flushStream(timedMetadata, 'timed-metadata');\n this.trigger('done');\n };\n};\nElementaryStream.prototype = new Stream();\n\nvar m2ts = {\n PAT_PID: 0x0000,\n MP2T_PACKET_LENGTH: MP2T_PACKET_LENGTH,\n TransportPacketStream: TransportPacketStream,\n TransportParseStream: TransportParseStream,\n ElementaryStream: ElementaryStream,\n TimestampRolloverStream: TimestampRolloverStream,\n CaptionStream: CaptionStream.CaptionStream,\n Cea608Stream: CaptionStream.Cea608Stream,\n MetadataStream: require('./metadata-stream')\n};\n\nfor (var type in StreamTypes) {\n if (StreamTypes.hasOwnProperty(type)) {\n m2ts[type] = StreamTypes[type];\n }\n}\n\nmodule.exports = m2ts;\n","/**\n * Accepts program elementary stream (PES) data events and parses out\n * ID3 metadata from them, if present.\n * @see http://id3.org/id3v2.3.0\n */\n'use strict';\nvar\n Stream = require('../utils/stream'),\n StreamTypes = require('./stream-types'),\n // return a percent-encoded representation of the specified byte range\n // @see http://en.wikipedia.org/wiki/Percent-encoding\n percentEncode = function(bytes, start, end) {\n var i, result = '';\n for (i = start; i < end; i++) {\n result += '%' + ('00' + bytes[i].toString(16)).slice(-2);\n }\n return result;\n },\n // return the string representation of the specified byte range,\n // interpreted as UTf-8.\n parseUtf8 = function(bytes, start, end) {\n return decodeURIComponent(percentEncode(bytes, start, end));\n },\n // return the string representation of the specified byte range,\n // interpreted as ISO-8859-1.\n parseIso88591 = function(bytes, start, end) {\n return unescape(percentEncode(bytes, start, end)); // jshint ignore:line\n },\n parseSyncSafeInteger = function(data) {\n return (data[0] << 21) |\n (data[1] << 14) |\n (data[2] << 7) |\n (data[3]);\n },\n tagParsers = {\n TXXX: function(tag) {\n var i;\n if (tag.data[0] !== 3) {\n // ignore frames with unrecognized character encodings\n return;\n }\n\n for (i = 1; i < tag.data.length; i++) {\n if (tag.data[i] === 0) {\n // parse the text fields\n tag.description = parseUtf8(tag.data, 1, i);\n // do not include the null terminator in the tag value\n tag.value = parseUtf8(tag.data, i + 1, tag.data.length).replace(/\\0*$/, '');\n break;\n }\n }\n tag.data = tag.value;\n },\n WXXX: function(tag) {\n var i;\n if (tag.data[0] !== 3) {\n // ignore frames with unrecognized character encodings\n return;\n }\n\n for (i = 1; i < tag.data.length; i++) {\n if (tag.data[i] === 0) {\n // parse the description and URL fields\n tag.description = parseUtf8(tag.data, 1, i);\n tag.url = parseUtf8(tag.data, i + 1, tag.data.length);\n break;\n }\n }\n },\n PRIV: function(tag) {\n var i;\n\n for (i = 0; i < tag.data.length; i++) {\n if (tag.data[i] === 0) {\n // parse the description and URL fields\n tag.owner = parseIso88591(tag.data, 0, i);\n break;\n }\n }\n tag.privateData = tag.data.subarray(i + 1);\n tag.data = tag.privateData;\n }\n },\n MetadataStream;\n\nMetadataStream = function(options) {\n var\n settings = {\n debug: !!(options && options.debug),\n\n // the bytes of the program-level descriptor field in MP2T\n // see ISO/IEC 13818-1:2013 (E), section 2.6 \"Program and\n // program element descriptors\"\n descriptor: options && options.descriptor\n },\n // the total size in bytes of the ID3 tag being parsed\n tagSize = 0,\n // tag data that is not complete enough to be parsed\n buffer = [],\n // the total number of bytes currently in the buffer\n bufferSize = 0,\n i;\n\n MetadataStream.prototype.init.call(this);\n\n // calculate the text track in-band metadata track dispatch type\n // https://html.spec.whatwg.org/multipage/embedded-content.html#steps-to-expose-a-media-resource-specific-text-track\n this.dispatchType = StreamTypes.METADATA_STREAM_TYPE.toString(16);\n if (settings.descriptor) {\n for (i = 0; i < settings.descriptor.length; i++) {\n this.dispatchType += ('00' + settings.descriptor[i].toString(16)).slice(-2);\n }\n }\n\n this.push = function(chunk) {\n var tag, frameStart, frameSize, frame, i, frameHeader;\n if (chunk.type !== 'timed-metadata') {\n return;\n }\n\n // if data_alignment_indicator is set in the PES header,\n // we must have the start of a new ID3 tag. Assume anything\n // remaining in the buffer was malformed and throw it out\n if (chunk.dataAlignmentIndicator) {\n bufferSize = 0;\n buffer.length = 0;\n }\n\n // ignore events that don't look like ID3 data\n if (buffer.length === 0 &&\n (chunk.data.length < 10 ||\n chunk.data[0] !== 'I'.charCodeAt(0) ||\n chunk.data[1] !== 'D'.charCodeAt(0) ||\n chunk.data[2] !== '3'.charCodeAt(0))) {\n if (settings.debug) {\n // eslint-disable-next-line no-console\n console.log('Skipping unrecognized metadata packet');\n }\n return;\n }\n\n // add this chunk to the data we've collected so far\n\n buffer.push(chunk);\n bufferSize += chunk.data.byteLength;\n\n // grab the size of the entire frame from the ID3 header\n if (buffer.length === 1) {\n // the frame size is transmitted as a 28-bit integer in the\n // last four bytes of the ID3 header.\n // The most significant bit of each byte is dropped and the\n // results concatenated to recover the actual value.\n tagSize = parseSyncSafeInteger(chunk.data.subarray(6, 10));\n\n // ID3 reports the tag size excluding the header but it's more\n // convenient for our comparisons to include it\n tagSize += 10;\n }\n\n // if the entire frame has not arrived, wait for more data\n if (bufferSize < tagSize) {\n return;\n }\n\n // collect the entire frame so it can be parsed\n tag = {\n data: new Uint8Array(tagSize),\n frames: [],\n pts: buffer[0].pts,\n dts: buffer[0].dts\n };\n for (i = 0; i < tagSize;) {\n tag.data.set(buffer[0].data.subarray(0, tagSize - i), i);\n i += buffer[0].data.byteLength;\n bufferSize -= buffer[0].data.byteLength;\n buffer.shift();\n }\n\n // find the start of the first frame and the end of the tag\n frameStart = 10;\n if (tag.data[5] & 0x40) {\n // advance the frame start past the extended header\n frameStart += 4; // header size field\n frameStart += parseSyncSafeInteger(tag.data.subarray(10, 14));\n\n // clip any padding off the end\n tagSize -= parseSyncSafeInteger(tag.data.subarray(16, 20));\n }\n\n // parse one or more ID3 frames\n // http://id3.org/id3v2.3.0#ID3v2_frame_overview\n do {\n // determine the number of bytes in this frame\n frameSize = parseSyncSafeInteger(tag.data.subarray(frameStart + 4, frameStart + 8));\n if (frameSize < 1) {\n // eslint-disable-next-line no-console\n return console.log('Malformed ID3 frame encountered. Skipping metadata parsing.');\n }\n frameHeader = String.fromCharCode(tag.data[frameStart],\n tag.data[frameStart + 1],\n tag.data[frameStart + 2],\n tag.data[frameStart + 3]);\n\n\n frame = {\n id: frameHeader,\n data: tag.data.subarray(frameStart + 10, frameStart + frameSize + 10)\n };\n frame.key = frame.id;\n if (tagParsers[frame.id]) {\n tagParsers[frame.id](frame);\n\n // handle the special PRIV frame used to indicate the start\n // time for raw AAC data\n if (frame.owner === 'com.apple.streaming.transportStreamTimestamp') {\n var\n d = frame.data,\n size = ((d[3] & 0x01) << 30) |\n (d[4] << 22) |\n (d[5] << 14) |\n (d[6] << 6) |\n (d[7] >>> 2);\n\n size *= 4;\n size += d[7] & 0x03;\n frame.timeStamp = size;\n // in raw AAC, all subsequent data will be timestamped based\n // on the value of this frame\n // we couldn't have known the appropriate pts and dts before\n // parsing this ID3 tag so set those values now\n if (tag.pts === undefined && tag.dts === undefined) {\n tag.pts = frame.timeStamp;\n tag.dts = frame.timeStamp;\n }\n this.trigger('timestamp', frame);\n }\n }\n tag.frames.push(frame);\n\n frameStart += 10; // advance past the frame header\n frameStart += frameSize; // advance past the frame body\n } while (frameStart < tagSize);\n this.trigger('data', tag);\n };\n};\nMetadataStream.prototype = new Stream();\n\nmodule.exports = MetadataStream;\n","'use strict';\n\nvar Stream = require('../utils/stream.js');\n\nvar AdtsStream;\n\nvar\n ADTS_SAMPLING_FREQUENCIES = [\n 96000,\n 88200,\n 64000,\n 48000,\n 44100,\n 32000,\n 24000,\n 22050,\n 16000,\n 12000,\n 11025,\n 8000,\n 7350\n ];\n\n/*\n * Accepts a ElementaryStream and emits data events with parsed\n * AAC Audio Frames of the individual packets. Input audio in ADTS\n * format is unpacked and re-emitted as AAC frames.\n *\n * @see http://wiki.multimedia.cx/index.php?title=ADTS\n * @see http://wiki.multimedia.cx/?title=Understanding_AAC\n */\nAdtsStream = function() {\n var buffer;\n\n AdtsStream.prototype.init.call(this);\n\n this.push = function(packet) {\n var\n i = 0,\n frameNum = 0,\n frameLength,\n protectionSkipBytes,\n frameEnd,\n oldBuffer,\n sampleCount,\n adtsFrameDuration;\n\n if (packet.type !== 'audio') {\n // ignore non-audio data\n return;\n }\n\n // Prepend any data in the buffer to the input data so that we can parse\n // aac frames the cross a PES packet boundary\n if (buffer) {\n oldBuffer = buffer;\n buffer = new Uint8Array(oldBuffer.byteLength + packet.data.byteLength);\n buffer.set(oldBuffer);\n buffer.set(packet.data, oldBuffer.byteLength);\n } else {\n buffer = packet.data;\n }\n\n // unpack any ADTS frames which have been fully received\n // for details on the ADTS header, see http://wiki.multimedia.cx/index.php?title=ADTS\n while (i + 5 < buffer.length) {\n\n // Loook for the start of an ADTS header..\n if (buffer[i] !== 0xFF || (buffer[i + 1] & 0xF6) !== 0xF0) {\n // If a valid header was not found, jump one forward and attempt to\n // find a valid ADTS header starting at the next byte\n i++;\n continue;\n }\n\n // The protection skip bit tells us if we have 2 bytes of CRC data at the\n // end of the ADTS header\n protectionSkipBytes = (~buffer[i + 1] & 0x01) * 2;\n\n // Frame length is a 13 bit integer starting 16 bits from the\n // end of the sync sequence\n frameLength = ((buffer[i + 3] & 0x03) << 11) |\n (buffer[i + 4] << 3) |\n ((buffer[i + 5] & 0xe0) >> 5);\n\n sampleCount = ((buffer[i + 6] & 0x03) + 1) * 1024;\n adtsFrameDuration = (sampleCount * 90000) /\n ADTS_SAMPLING_FREQUENCIES[(buffer[i + 2] & 0x3c) >>> 2];\n\n frameEnd = i + frameLength;\n\n // If we don't have enough data to actually finish this ADTS frame, return\n // and wait for more data\n if (buffer.byteLength < frameEnd) {\n return;\n }\n\n // Otherwise, deliver the complete AAC frame\n this.trigger('data', {\n pts: packet.pts + (frameNum * adtsFrameDuration),\n dts: packet.dts + (frameNum * adtsFrameDuration),\n sampleCount: sampleCount,\n audioobjecttype: ((buffer[i + 2] >>> 6) & 0x03) + 1,\n channelcount: ((buffer[i + 2] & 1) << 2) |\n ((buffer[i + 3] & 0xc0) >>> 6),\n samplerate: ADTS_SAMPLING_FREQUENCIES[(buffer[i + 2] & 0x3c) >>> 2],\n samplingfrequencyindex: (buffer[i + 2] & 0x3c) >>> 2,\n // assume ISO/IEC 14496-12 AudioSampleEntry default of 16\n samplesize: 16,\n data: buffer.subarray(i + 7 + protectionSkipBytes, frameEnd)\n });\n\n // If the buffer is empty, clear it and return\n if (buffer.byteLength === frameEnd) {\n buffer = undefined;\n return;\n }\n\n frameNum++;\n\n // Remove the finished frame from the buffer and start the process again\n buffer = buffer.subarray(frameEnd);\n }\n };\n this.flush = function() {\n this.trigger('done');\n };\n};\n\nAdtsStream.prototype = new Stream();\n\nmodule.exports = AdtsStream;\n","'use strict';\n\nvar Stream = require('../utils/stream.js');\nvar ExpGolomb = require('../utils/exp-golomb.js');\n\nvar H264Stream, NalByteStream;\nvar PROFILES_WITH_OPTIONAL_SPS_DATA;\n\n/**\n * Accepts a NAL unit byte stream and unpacks the embedded NAL units.\n */\nNalByteStream = function() {\n var\n syncPoint = 0,\n i,\n buffer;\n NalByteStream.prototype.init.call(this);\n\n /*\n * Scans a byte stream and triggers a data event with the NAL units found.\n * @param {Object} data Event received from H264Stream\n * @param {Uint8Array} data.data The h264 byte stream to be scanned\n *\n * @see H264Stream.push\n */\n this.push = function(data) {\n var swapBuffer;\n\n if (!buffer) {\n buffer = data.data;\n } else {\n swapBuffer = new Uint8Array(buffer.byteLength + data.data.byteLength);\n swapBuffer.set(buffer);\n swapBuffer.set(data.data, buffer.byteLength);\n buffer = swapBuffer;\n }\n\n // Rec. ITU-T H.264, Annex B\n // scan for NAL unit boundaries\n\n // a match looks like this:\n // 0 0 1 .. NAL .. 0 0 1\n // ^ sync point ^ i\n // or this:\n // 0 0 1 .. NAL .. 0 0 0\n // ^ sync point ^ i\n\n // advance the sync point to a NAL start, if necessary\n for (; syncPoint < buffer.byteLength - 3; syncPoint++) {\n if (buffer[syncPoint + 2] === 1) {\n // the sync point is properly aligned\n i = syncPoint + 5;\n break;\n }\n }\n\n while (i < buffer.byteLength) {\n // look at the current byte to determine if we've hit the end of\n // a NAL unit boundary\n switch (buffer[i]) {\n case 0:\n // skip past non-sync sequences\n if (buffer[i - 1] !== 0) {\n i += 2;\n break;\n } else if (buffer[i - 2] !== 0) {\n i++;\n break;\n }\n\n // deliver the NAL unit if it isn't empty\n if (syncPoint + 3 !== i - 2) {\n this.trigger('data', buffer.subarray(syncPoint + 3, i - 2));\n }\n\n // drop trailing zeroes\n do {\n i++;\n } while (buffer[i] !== 1 && i < buffer.length);\n syncPoint = i - 2;\n i += 3;\n break;\n case 1:\n // skip past non-sync sequences\n if (buffer[i - 1] !== 0 ||\n buffer[i - 2] !== 0) {\n i += 3;\n break;\n }\n\n // deliver the NAL unit\n this.trigger('data', buffer.subarray(syncPoint + 3, i - 2));\n syncPoint = i - 2;\n i += 3;\n break;\n default:\n // the current byte isn't a one or zero, so it cannot be part\n // of a sync sequence\n i += 3;\n break;\n }\n }\n // filter out the NAL units that were delivered\n buffer = buffer.subarray(syncPoint);\n i -= syncPoint;\n syncPoint = 0;\n };\n\n this.flush = function() {\n // deliver the last buffered NAL unit\n if (buffer && buffer.byteLength > 3) {\n this.trigger('data', buffer.subarray(syncPoint + 3));\n }\n // reset the stream state\n buffer = null;\n syncPoint = 0;\n this.trigger('done');\n };\n};\nNalByteStream.prototype = new Stream();\n\n// values of profile_idc that indicate additional fields are included in the SPS\n// see Recommendation ITU-T H.264 (4/2013),\n// 7.3.2.1.1 Sequence parameter set data syntax\nPROFILES_WITH_OPTIONAL_SPS_DATA = {\n 100: true,\n 110: true,\n 122: true,\n 244: true,\n 44: true,\n 83: true,\n 86: true,\n 118: true,\n 128: true,\n 138: true,\n 139: true,\n 134: true\n};\n\n/**\n * Accepts input from a ElementaryStream and produces H.264 NAL unit data\n * events.\n */\nH264Stream = function() {\n var\n nalByteStream = new NalByteStream(),\n self,\n trackId,\n currentPts,\n currentDts,\n\n discardEmulationPreventionBytes,\n readSequenceParameterSet,\n skipScalingList;\n\n H264Stream.prototype.init.call(this);\n self = this;\n\n /*\n * Pushes a packet from a stream onto the NalByteStream\n *\n * @param {Object} packet - A packet received from a stream\n * @param {Uint8Array} packet.data - The raw bytes of the packet\n * @param {Number} packet.dts - Decode timestamp of the packet\n * @param {Number} packet.pts - Presentation timestamp of the packet\n * @param {Number} packet.trackId - The id of the h264 track this packet came from\n * @param {('video'|'audio')} packet.type - The type of packet\n *\n */\n this.push = function(packet) {\n if (packet.type !== 'video') {\n return;\n }\n trackId = packet.trackId;\n currentPts = packet.pts;\n currentDts = packet.dts;\n\n nalByteStream.push(packet);\n };\n\n /*\n * Identify NAL unit types and pass on the NALU, trackId, presentation and decode timestamps\n * for the NALUs to the next stream component.\n * Also, preprocess caption and sequence parameter NALUs.\n *\n * @param {Uint8Array} data - A NAL unit identified by `NalByteStream.push`\n * @see NalByteStream.push\n */\n nalByteStream.on('data', function(data) {\n var\n event = {\n trackId: trackId,\n pts: currentPts,\n dts: currentDts,\n data: data\n };\n\n switch (data[0] & 0x1f) {\n case 0x05:\n event.nalUnitType = 'slice_layer_without_partitioning_rbsp_idr';\n break;\n case 0x06:\n event.nalUnitType = 'sei_rbsp';\n event.escapedRBSP = discardEmulationPreventionBytes(data.subarray(1));\n break;\n case 0x07:\n event.nalUnitType = 'seq_parameter_set_rbsp';\n event.escapedRBSP = discardEmulationPreventionBytes(data.subarray(1));\n event.config = readSequenceParameterSet(event.escapedRBSP);\n break;\n case 0x08:\n event.nalUnitType = 'pic_parameter_set_rbsp';\n break;\n case 0x09:\n event.nalUnitType = 'access_unit_delimiter_rbsp';\n break;\n\n default:\n break;\n }\n // This triggers data on the H264Stream\n self.trigger('data', event);\n });\n nalByteStream.on('done', function() {\n self.trigger('done');\n });\n\n this.flush = function() {\n nalByteStream.flush();\n };\n\n /**\n * Advance the ExpGolomb decoder past a scaling list. The scaling\n * list is optionally transmitted as part of a sequence parameter\n * set and is not relevant to transmuxing.\n * @param count {number} the number of entries in this scaling list\n * @param expGolombDecoder {object} an ExpGolomb pointed to the\n * start of a scaling list\n * @see Recommendation ITU-T H.264, Section 7.3.2.1.1.1\n */\n skipScalingList = function(count, expGolombDecoder) {\n var\n lastScale = 8,\n nextScale = 8,\n j,\n deltaScale;\n\n for (j = 0; j < count; j++) {\n if (nextScale !== 0) {\n deltaScale = expGolombDecoder.readExpGolomb();\n nextScale = (lastScale + deltaScale + 256) % 256;\n }\n\n lastScale = (nextScale === 0) ? lastScale : nextScale;\n }\n };\n\n /**\n * Expunge any \"Emulation Prevention\" bytes from a \"Raw Byte\n * Sequence Payload\"\n * @param data {Uint8Array} the bytes of a RBSP from a NAL\n * unit\n * @return {Uint8Array} the RBSP without any Emulation\n * Prevention Bytes\n */\n discardEmulationPreventionBytes = function(data) {\n var\n length = data.byteLength,\n emulationPreventionBytesPositions = [],\n i = 1,\n newLength, newData;\n\n // Find all `Emulation Prevention Bytes`\n while (i < length - 2) {\n if (data[i] === 0 && data[i + 1] === 0 && data[i + 2] === 0x03) {\n emulationPreventionBytesPositions.push(i + 2);\n i += 2;\n } else {\n i++;\n }\n }\n\n // If no Emulation Prevention Bytes were found just return the original\n // array\n if (emulationPreventionBytesPositions.length === 0) {\n return data;\n }\n\n // Create a new array to hold the NAL unit data\n newLength = length - emulationPreventionBytesPositions.length;\n newData = new Uint8Array(newLength);\n var sourceIndex = 0;\n\n for (i = 0; i < newLength; sourceIndex++, i++) {\n if (sourceIndex === emulationPreventionBytesPositions[0]) {\n // Skip this byte\n sourceIndex++;\n // Remove this position index\n emulationPreventionBytesPositions.shift();\n }\n newData[i] = data[sourceIndex];\n }\n\n return newData;\n };\n\n /**\n * Read a sequence parameter set and return some interesting video\n * properties. A sequence parameter set is the H264 metadata that\n * describes the properties of upcoming video frames.\n * @param data {Uint8Array} the bytes of a sequence parameter set\n * @return {object} an object with configuration parsed from the\n * sequence parameter set, including the dimensions of the\n * associated video frames.\n */\n readSequenceParameterSet = function(data) {\n var\n frameCropLeftOffset = 0,\n frameCropRightOffset = 0,\n frameCropTopOffset = 0,\n frameCropBottomOffset = 0,\n sarScale = 1,\n expGolombDecoder, profileIdc, levelIdc, profileCompatibility,\n chromaFormatIdc, picOrderCntType,\n numRefFramesInPicOrderCntCycle, picWidthInMbsMinus1,\n picHeightInMapUnitsMinus1,\n frameMbsOnlyFlag,\n scalingListCount,\n sarRatio,\n aspectRatioIdc,\n i;\n\n expGolombDecoder = new ExpGolomb(data);\n profileIdc = expGolombDecoder.readUnsignedByte(); // profile_idc\n profileCompatibility = expGolombDecoder.readUnsignedByte(); // constraint_set[0-5]_flag\n levelIdc = expGolombDecoder.readUnsignedByte(); // level_idc u(8)\n expGolombDecoder.skipUnsignedExpGolomb(); // seq_parameter_set_id\n\n // some profiles have more optional data we don't need\n if (PROFILES_WITH_OPTIONAL_SPS_DATA[profileIdc]) {\n chromaFormatIdc = expGolombDecoder.readUnsignedExpGolomb();\n if (chromaFormatIdc === 3) {\n expGolombDecoder.skipBits(1); // separate_colour_plane_flag\n }\n expGolombDecoder.skipUnsignedExpGolomb(); // bit_depth_luma_minus8\n expGolombDecoder.skipUnsignedExpGolomb(); // bit_depth_chroma_minus8\n expGolombDecoder.skipBits(1); // qpprime_y_zero_transform_bypass_flag\n if (expGolombDecoder.readBoolean()) { // seq_scaling_matrix_present_flag\n scalingListCount = (chromaFormatIdc !== 3) ? 8 : 12;\n for (i = 0; i < scalingListCount; i++) {\n if (expGolombDecoder.readBoolean()) { // seq_scaling_list_present_flag[ i ]\n if (i < 6) {\n skipScalingList(16, expGolombDecoder);\n } else {\n skipScalingList(64, expGolombDecoder);\n }\n }\n }\n }\n }\n\n expGolombDecoder.skipUnsignedExpGolomb(); // log2_max_frame_num_minus4\n picOrderCntType = expGolombDecoder.readUnsignedExpGolomb();\n\n if (picOrderCntType === 0) {\n expGolombDecoder.readUnsignedExpGolomb(); // log2_max_pic_order_cnt_lsb_minus4\n } else if (picOrderCntType === 1) {\n expGolombDecoder.skipBits(1); // delta_pic_order_always_zero_flag\n expGolombDecoder.skipExpGolomb(); // offset_for_non_ref_pic\n expGolombDecoder.skipExpGolomb(); // offset_for_top_to_bottom_field\n numRefFramesInPicOrderCntCycle = expGolombDecoder.readUnsignedExpGolomb();\n for (i = 0; i < numRefFramesInPicOrderCntCycle; i++) {\n expGolombDecoder.skipExpGolomb(); // offset_for_ref_frame[ i ]\n }\n }\n\n expGolombDecoder.skipUnsignedExpGolomb(); // max_num_ref_frames\n expGolombDecoder.skipBits(1); // gaps_in_frame_num_value_allowed_flag\n\n picWidthInMbsMinus1 = expGolombDecoder.readUnsignedExpGolomb();\n picHeightInMapUnitsMinus1 = expGolombDecoder.readUnsignedExpGolomb();\n\n frameMbsOnlyFlag = expGolombDecoder.readBits(1);\n if (frameMbsOnlyFlag === 0) {\n expGolombDecoder.skipBits(1); // mb_adaptive_frame_field_flag\n }\n\n expGolombDecoder.skipBits(1); // direct_8x8_inference_flag\n if (expGolombDecoder.readBoolean()) { // frame_cropping_flag\n frameCropLeftOffset = expGolombDecoder.readUnsignedExpGolomb();\n frameCropRightOffset = expGolombDecoder.readUnsignedExpGolomb();\n frameCropTopOffset = expGolombDecoder.readUnsignedExpGolomb();\n frameCropBottomOffset = expGolombDecoder.readUnsignedExpGolomb();\n }\n if (expGolombDecoder.readBoolean()) {\n // vui_parameters_present_flag\n if (expGolombDecoder.readBoolean()) {\n // aspect_ratio_info_present_flag\n aspectRatioIdc = expGolombDecoder.readUnsignedByte();\n switch (aspectRatioIdc) {\n case 1: sarRatio = [1, 1]; break;\n case 2: sarRatio = [12, 11]; break;\n case 3: sarRatio = [10, 11]; break;\n case 4: sarRatio = [16, 11]; break;\n case 5: sarRatio = [40, 33]; break;\n case 6: sarRatio = [24, 11]; break;\n case 7: sarRatio = [20, 11]; break;\n case 8: sarRatio = [32, 11]; break;\n case 9: sarRatio = [80, 33]; break;\n case 10: sarRatio = [18, 11]; break;\n case 11: sarRatio = [15, 11]; break;\n case 12: sarRatio = [64, 33]; break;\n case 13: sarRatio = [160, 99]; break;\n case 14: sarRatio = [4, 3]; break;\n case 15: sarRatio = [3, 2]; break;\n case 16: sarRatio = [2, 1]; break;\n case 255: {\n sarRatio = [expGolombDecoder.readUnsignedByte() << 8 |\n expGolombDecoder.readUnsignedByte(),\n expGolombDecoder.readUnsignedByte() << 8 |\n expGolombDecoder.readUnsignedByte() ];\n break;\n }\n }\n if (sarRatio) {\n sarScale = sarRatio[0] / sarRatio[1];\n }\n }\n }\n return {\n profileIdc: profileIdc,\n levelIdc: levelIdc,\n profileCompatibility: profileCompatibility,\n width: Math.ceil((((picWidthInMbsMinus1 + 1) * 16) - frameCropLeftOffset * 2 - frameCropRightOffset * 2) * sarScale),\n height: ((2 - frameMbsOnlyFlag) * (picHeightInMapUnitsMinus1 + 1) * 16) - (frameCropTopOffset * 2) - (frameCropBottomOffset * 2)\n };\n };\n\n};\nH264Stream.prototype = new Stream();\n\nmodule.exports = {\n H264Stream: H264Stream,\n NalByteStream: NalByteStream\n};\n","'use strict';\n\nvar ExpGolomb;\n\n/**\n * Parser for exponential Golomb codes, a variable-bitwidth number encoding\n * scheme used by h264.\n */\nExpGolomb = function(workingData) {\n var\n // the number of bytes left to examine in workingData\n workingBytesAvailable = workingData.byteLength,\n\n // the current word being examined\n workingWord = 0, // :uint\n\n // the number of bits left to examine in the current word\n workingBitsAvailable = 0; // :uint;\n\n // ():uint\n this.length = function() {\n return (8 * workingBytesAvailable);\n };\n\n // ():uint\n this.bitsAvailable = function() {\n return (8 * workingBytesAvailable) + workingBitsAvailable;\n };\n\n // ():void\n this.loadWord = function() {\n var\n position = workingData.byteLength - workingBytesAvailable,\n workingBytes = new Uint8Array(4),\n availableBytes = Math.min(4, workingBytesAvailable);\n\n if (availableBytes === 0) {\n throw new Error('no bytes available');\n }\n\n workingBytes.set(workingData.subarray(position,\n position + availableBytes));\n workingWord = new DataView(workingBytes.buffer).getUint32(0);\n\n // track the amount of workingData that has been processed\n workingBitsAvailable = availableBytes * 8;\n workingBytesAvailable -= availableBytes;\n };\n\n // (count:int):void\n this.skipBits = function(count) {\n var skipBytes; // :int\n if (workingBitsAvailable > count) {\n workingWord <<= count;\n workingBitsAvailable -= count;\n } else {\n count -= workingBitsAvailable;\n skipBytes = Math.floor(count / 8);\n\n count -= (skipBytes * 8);\n workingBytesAvailable -= skipBytes;\n\n this.loadWord();\n\n workingWord <<= count;\n workingBitsAvailable -= count;\n }\n };\n\n // (size:int):uint\n this.readBits = function(size) {\n var\n bits = Math.min(workingBitsAvailable, size), // :uint\n valu = workingWord >>> (32 - bits); // :uint\n // if size > 31, handle error\n workingBitsAvailable -= bits;\n if (workingBitsAvailable > 0) {\n workingWord <<= bits;\n } else if (workingBytesAvailable > 0) {\n this.loadWord();\n }\n\n bits = size - bits;\n if (bits > 0) {\n return valu << bits | this.readBits(bits);\n }\n return valu;\n };\n\n // ():uint\n this.skipLeadingZeros = function() {\n var leadingZeroCount; // :uint\n for (leadingZeroCount = 0; leadingZeroCount < workingBitsAvailable; ++leadingZeroCount) {\n if ((workingWord & (0x80000000 >>> leadingZeroCount)) !== 0) {\n // the first bit of working word is 1\n workingWord <<= leadingZeroCount;\n workingBitsAvailable -= leadingZeroCount;\n return leadingZeroCount;\n }\n }\n\n // we exhausted workingWord and still have not found a 1\n this.loadWord();\n return leadingZeroCount + this.skipLeadingZeros();\n };\n\n // ():void\n this.skipUnsignedExpGolomb = function() {\n this.skipBits(1 + this.skipLeadingZeros());\n };\n\n // ():void\n this.skipExpGolomb = function() {\n this.skipBits(1 + this.skipLeadingZeros());\n };\n\n // ():uint\n this.readUnsignedExpGolomb = function() {\n var clz = this.skipLeadingZeros(); // :uint\n return this.readBits(clz + 1) - 1;\n };\n\n // ():int\n this.readExpGolomb = function() {\n var valu = this.readUnsignedExpGolomb(); // :int\n if (0x01 & valu) {\n // the number is odd if the low order bit is set\n return (1 + valu) >>> 1; // add 1 to make it even, and divide by 2\n }\n return -1 * (valu >>> 1); // divide by two then make it negative\n };\n\n // Some convenience functions\n // :Boolean\n this.readBoolean = function() {\n return this.readBits(1) === 1;\n };\n\n // ():int\n this.readUnsignedByte = function() {\n return this.readBits(8);\n };\n\n this.loadWord();\n};\n\nmodule.exports = ExpGolomb;\n","/**\n * mux.js\n *\n * Copyright (c) 2016 Brightcove\n * All rights reserved.\n *\n * A stream-based aac to mp4 converter. This utility can be used to\n * deliver mp4s to a SourceBuffer on platforms that support native\n * Media Source Extensions.\n */\n'use strict';\nvar Stream = require('../utils/stream.js');\nvar aacUtils = require('./utils');\n\n// Constants\nvar AacStream;\n\n/**\n * Splits an incoming stream of binary data into ADTS and ID3 Frames.\n */\n\nAacStream = function() {\n var\n everything = new Uint8Array(),\n timeStamp = 0;\n\n AacStream.prototype.init.call(this);\n\n this.setTimestamp = function(timestamp) {\n timeStamp = timestamp;\n };\n\n this.push = function(bytes) {\n var\n frameSize = 0,\n byteIndex = 0,\n bytesLeft,\n chunk,\n packet,\n tempLength;\n\n // If there are bytes remaining from the last segment, prepend them to the\n // bytes that were pushed in\n if (everything.length) {\n tempLength = everything.length;\n everything = new Uint8Array(bytes.byteLength + tempLength);\n everything.set(everything.subarray(0, tempLength));\n everything.set(bytes, tempLength);\n } else {\n everything = bytes;\n }\n\n while (everything.length - byteIndex >= 3) {\n if ((everything[byteIndex] === 'I'.charCodeAt(0)) &&\n (everything[byteIndex + 1] === 'D'.charCodeAt(0)) &&\n (everything[byteIndex + 2] === '3'.charCodeAt(0))) {\n\n // Exit early because we don't have enough to parse\n // the ID3 tag header\n if (everything.length - byteIndex < 10) {\n break;\n }\n\n // check framesize\n frameSize = aacUtils.parseId3TagSize(everything, byteIndex);\n\n // Exit early if we don't have enough in the buffer\n // to emit a full packet\n // Add to byteIndex to support multiple ID3 tags in sequence\n if (byteIndex + frameSize > everything.length) {\n break;\n }\n chunk = {\n type: 'timed-metadata',\n data: everything.subarray(byteIndex, byteIndex + frameSize)\n };\n this.trigger('data', chunk);\n byteIndex += frameSize;\n continue;\n } else if (((everything[byteIndex] & 0xff) === 0xff) &&\n ((everything[byteIndex + 1] & 0xf0) === 0xf0)) {\n\n // Exit early because we don't have enough to parse\n // the ADTS frame header\n if (everything.length - byteIndex < 7) {\n break;\n }\n\n frameSize = aacUtils.parseAdtsSize(everything, byteIndex);\n\n // Exit early if we don't have enough in the buffer\n // to emit a full packet\n if (byteIndex + frameSize > everything.length) {\n break;\n }\n\n packet = {\n type: 'audio',\n data: everything.subarray(byteIndex, byteIndex + frameSize),\n pts: timeStamp,\n dts: timeStamp\n };\n this.trigger('data', packet);\n byteIndex += frameSize;\n continue;\n }\n byteIndex++;\n }\n bytesLeft = everything.length - byteIndex;\n\n if (bytesLeft > 0) {\n everything = everything.subarray(byteIndex);\n } else {\n everything = new Uint8Array();\n }\n };\n};\n\nAacStream.prototype = new Stream();\n\nmodule.exports = AacStream;\n","/**\n * mux.js\n *\n * Copyright (c) 2015 Brightcove\n * All rights reserved.\n *\n * Reads in-band CEA-708 captions out of FMP4 segments.\n * @see https://en.wikipedia.org/wiki/CEA-708\n */\n'use strict';\n\nvar discardEmulationPreventionBytes = require('../tools/caption-packet-parser').discardEmulationPreventionBytes;\nvar CaptionStream = require('../m2ts/caption-stream').CaptionStream;\nvar probe = require('./probe');\nvar inspect = require('../tools/mp4-inspector');\n\n/**\n * Maps an offset in the mdat to a sample based on the the size of the samples.\n * Assumes that `parseSamples` has been called first.\n *\n * @param {Number} offset - The offset into the mdat\n * @param {Object[]} samples - An array of samples, parsed using `parseSamples`\n * @return {?Object} The matching sample, or null if no match was found.\n *\n * @see ISO-BMFF-12/2015, Section 8.8.8\n **/\nvar mapToSample = function(offset, samples) {\n var approximateOffset = offset;\n\n for (var i = 0; i < samples.length; i++) {\n var sample = samples[i];\n\n if (approximateOffset < sample.size) {\n return sample;\n }\n\n approximateOffset -= sample.size;\n }\n\n return null;\n};\n\n/**\n * Finds SEI nal units contained in a Media Data Box.\n * Assumes that `parseSamples` has been called first.\n *\n * @param {Uint8Array} avcStream - The bytes of the mdat\n * @param {Object[]} samples - The samples parsed out by `parseSamples`\n * @param {Number} trackId - The trackId of this video track\n * @return {Object[]} seiNals - the parsed SEI NALUs found.\n * The contents of the seiNal should match what is expected by\n * CaptionStream.push (nalUnitType, size, data, escapedRBSP, pts, dts)\n *\n * @see ISO-BMFF-12/2015, Section 8.1.1\n * @see Rec. ITU-T H.264, 7.3.2.3.1\n **/\nvar findSeiNals = function(avcStream, samples, trackId) {\n var\n avcView = new DataView(avcStream.buffer, avcStream.byteOffset, avcStream.byteLength),\n result = [],\n seiNal,\n i,\n length,\n lastMatchedSample;\n\n for (i = 0; i + 4 < avcStream.length; i += length) {\n length = avcView.getUint32(i);\n i += 4;\n\n // Bail if this doesn't appear to be an H264 stream\n if (length <= 0) {\n continue;\n }\n\n switch (avcStream[i] & 0x1F) {\n case 0x06:\n var data = avcStream.subarray(i + 1, i + 1 + length);\n var matchingSample = mapToSample(i, samples);\n\n seiNal = {\n nalUnitType: 'sei_rbsp',\n size: length,\n data: data,\n escapedRBSP: discardEmulationPreventionBytes(data),\n trackId: trackId\n };\n\n if (matchingSample) {\n seiNal.pts = matchingSample.pts;\n seiNal.dts = matchingSample.dts;\n lastMatchedSample = matchingSample;\n } else {\n // If a matching sample cannot be found, use the last\n // sample's values as they should be as close as possible\n seiNal.pts = lastMatchedSample.pts;\n seiNal.dts = lastMatchedSample.dts;\n }\n\n result.push(seiNal);\n break;\n default:\n break;\n }\n }\n\n return result;\n};\n\n/**\n * Parses sample information out of Track Run Boxes and calculates\n * the absolute presentation and decode timestamps of each sample.\n *\n * @param {Array<Uint8Array>} truns - The Trun Run boxes to be parsed\n * @param {Number} baseMediaDecodeTime - base media decode time from tfdt\n @see ISO-BMFF-12/2015, Section 8.8.12\n * @param {Object} tfhd - The parsed Track Fragment Header\n * @see inspect.parseTfhd\n * @return {Object[]} the parsed samples\n *\n * @see ISO-BMFF-12/2015, Section 8.8.8\n **/\nvar parseSamples = function(truns, baseMediaDecodeTime, tfhd) {\n var currentDts = baseMediaDecodeTime;\n var defaultSampleDuration = tfhd.defaultSampleDuration || 0;\n var defaultSampleSize = tfhd.defaultSampleSize || 0;\n var trackId = tfhd.trackId;\n var allSamples = [];\n\n truns.forEach(function(trun) {\n // Note: We currently do not parse the sample table as well\n // as the trun. It's possible some sources will require this.\n // moov > trak > mdia > minf > stbl\n var trackRun = inspect.parseTrun(trun);\n var samples = trackRun.samples;\n\n samples.forEach(function(sample) {\n if (sample.duration === undefined) {\n sample.duration = defaultSampleDuration;\n }\n if (sample.size === undefined) {\n sample.size = defaultSampleSize;\n }\n sample.trackId = trackId;\n sample.dts = currentDts;\n if (sample.compositionTimeOffset === undefined) {\n sample.compositionTimeOffset = 0;\n }\n sample.pts = currentDts + sample.compositionTimeOffset;\n\n currentDts += sample.duration;\n });\n\n allSamples = allSamples.concat(samples);\n });\n\n return allSamples;\n};\n\n/**\n * Parses out caption nals from an FMP4 segment's video tracks.\n *\n * @param {Uint8Array} segment - The bytes of a single segment\n * @param {Number} videoTrackId - The trackId of a video track in the segment\n * @return {Object.<Number, Object[]>} A mapping of video trackId to\n * a list of seiNals found in that track\n **/\nvar parseCaptionNals = function(segment, videoTrackId) {\n // To get the samples\n var trafs = probe.findBox(segment, ['moof', 'traf']);\n // To get SEI NAL units\n var mdats = probe.findBox(segment, ['mdat']);\n var captionNals = {};\n var mdatTrafPairs = [];\n\n // Pair up each traf with a mdat as moofs and mdats are in pairs\n mdats.forEach(function(mdat, index) {\n var matchingTraf = trafs[index];\n mdatTrafPairs.push({\n mdat: mdat,\n traf: matchingTraf\n });\n });\n\n mdatTrafPairs.forEach(function(pair) {\n var mdat = pair.mdat;\n var traf = pair.traf;\n var tfhd = probe.findBox(traf, ['tfhd']);\n // Exactly 1 tfhd per traf\n var headerInfo = inspect.parseTfhd(tfhd[0]);\n var trackId = headerInfo.trackId;\n var tfdt = probe.findBox(traf, ['tfdt']);\n // Either 0 or 1 tfdt per traf\n var baseMediaDecodeTime = (tfdt.length > 0) ? inspect.parseTfdt(tfdt[0]).baseMediaDecodeTime : 0;\n var truns = probe.findBox(traf, ['trun']);\n var samples;\n var seiNals;\n\n // Only parse video data for the chosen video track\n if (videoTrackId === trackId && truns.length > 0) {\n samples = parseSamples(truns, baseMediaDecodeTime, headerInfo);\n\n seiNals = findSeiNals(mdat, samples, trackId);\n\n if (!captionNals[trackId]) {\n captionNals[trackId] = [];\n }\n\n captionNals[trackId] = captionNals[trackId].concat(seiNals);\n }\n });\n\n return captionNals;\n};\n\n/**\n * Parses out inband captions from an MP4 container and returns\n * caption objects that can be used by WebVTT and the TextTrack API.\n * @see https://developer.mozilla.org/en-US/docs/Web/API/VTTCue\n * @see https://developer.mozilla.org/en-US/docs/Web/API/TextTrack\n * Assumes that `probe.getVideoTrackIds` and `probe.timescale` have been called first\n *\n * @param {Uint8Array} segment - The fmp4 segment containing embedded captions\n * @param {Number} trackId - The id of the video track to parse\n * @param {Number} timescale - The timescale for the video track from the init segment\n *\n * @return {?Object[]} parsedCaptions - A list of captions or null if no video tracks\n * @return {Number} parsedCaptions[].startTime - The time to show the caption in seconds\n * @return {Number} parsedCaptions[].endTime - The time to stop showing the caption in seconds\n * @return {String} parsedCaptions[].text - The visible content of the caption\n **/\nvar parseEmbeddedCaptions = function(segment, trackId, timescale) {\n var seiNals;\n\n if (!trackId) {\n return null;\n }\n\n seiNals = parseCaptionNals(segment, trackId);\n\n return {\n seiNals: seiNals[trackId],\n timescale: timescale\n };\n};\n\n/**\n * Converts SEI NALUs into captions that can be used by video.js\n **/\nvar CaptionParser = function() {\n var isInitialized = false;\n var captionStream;\n\n // Stores segments seen before trackId and timescale are set\n var segmentCache;\n // Stores video track ID of the track being parsed\n var trackId;\n // Stores the timescale of the track being parsed\n var timescale;\n // Stores captions parsed so far\n var parsedCaptions;\n\n /**\n * A method to indicate whether a CaptionParser has been initalized\n * @returns {Boolean}\n **/\n this.isInitialized = function() {\n return isInitialized;\n };\n\n /**\n * Initializes the underlying CaptionStream, SEI NAL parsing\n * and management, and caption collection\n **/\n this.init = function() {\n captionStream = new CaptionStream();\n isInitialized = true;\n\n // Collect dispatched captions\n captionStream.on('data', function(event) {\n // Convert to seconds in the source's timescale\n event.startTime = event.startPts / timescale;\n event.endTime = event.endPts / timescale;\n\n parsedCaptions.captions.push(event);\n parsedCaptions.captionStreams[event.stream] = true;\n });\n };\n\n /**\n * Determines if a new video track will be selected\n * or if the timescale changed\n * @return {Boolean}\n **/\n this.isNewInit = function(videoTrackIds, timescales) {\n if ((videoTrackIds && videoTrackIds.length === 0) ||\n (timescales && typeof timescales === 'object' &&\n Object.keys(timescales).length === 0)) {\n return false;\n }\n\n return trackId !== videoTrackIds[0] ||\n timescale !== timescales[trackId];\n };\n\n /**\n * Parses out SEI captions and interacts with underlying\n * CaptionStream to return dispatched captions\n *\n * @param {Uint8Array} segment - The fmp4 segment containing embedded captions\n * @param {Number[]} videoTrackIds - A list of video tracks found in the init segment\n * @param {Object.<Number, Number>} timescales - The timescales found in the init segment\n * @see parseEmbeddedCaptions\n * @see m2ts/caption-stream.js\n **/\n this.parse = function(segment, videoTrackIds, timescales) {\n var parsedData;\n\n if (!this.isInitialized()) {\n return null;\n\n // This is not likely to be a video segment\n } else if (!videoTrackIds || !timescales) {\n return null;\n\n } else if (this.isNewInit(videoTrackIds, timescales)) {\n // Use the first video track only as there is no\n // mechanism to switch to other video tracks\n trackId = videoTrackIds[0];\n timescale = timescales[trackId];\n\n // If an init segment has not been seen yet, hold onto segment\n // data until we have one\n } else if (!trackId || !timescale) {\n segmentCache.push(segment);\n return null;\n }\n\n // Now that a timescale and trackId is set, parse cached segments\n while (segmentCache.length > 0) {\n var cachedSegment = segmentCache.shift();\n\n this.parse(cachedSegment, videoTrackIds, timescales);\n }\n\n parsedData = parseEmbeddedCaptions(segment, trackId, timescale);\n\n if (parsedData === null || !parsedData.seiNals) {\n return null;\n }\n\n this.pushNals(parsedData.seiNals);\n // Force the parsed captions to be dispatched\n this.flushStream();\n\n return parsedCaptions;\n };\n\n /**\n * Pushes SEI NALUs onto CaptionStream\n * @param {Object[]} nals - A list of SEI nals parsed using `parseCaptionNals`\n * Assumes that `parseCaptionNals` has been called first\n * @see m2ts/caption-stream.js\n **/\n this.pushNals = function(nals) {\n if (!this.isInitialized() || !nals || nals.length === 0) {\n return null;\n }\n\n nals.forEach(function(nal) {\n captionStream.push(nal);\n });\n };\n\n /**\n * Flushes underlying CaptionStream to dispatch processed, displayable captions\n * @see m2ts/caption-stream.js\n **/\n this.flushStream = function() {\n if (!this.isInitialized()) {\n return null;\n }\n\n captionStream.flush();\n };\n\n /**\n * Reset caption buckets for new data\n **/\n this.clearParsedCaptions = function() {\n parsedCaptions.captions = [];\n parsedCaptions.captionStreams = {};\n };\n\n /**\n * Resets underlying CaptionStream\n * @see m2ts/caption-stream.js\n **/\n this.resetCaptionStream = function() {\n if (!this.isInitialized()) {\n return null;\n }\n\n captionStream.reset();\n };\n\n /**\n * Convenience method to clear all captions flushed from the\n * CaptionStream and still being parsed\n * @see m2ts/caption-stream.js\n **/\n this.clearAllCaptions = function() {\n this.clearParsedCaptions();\n this.resetCaptionStream();\n };\n\n /**\n * Reset caption parser\n **/\n this.reset = function() {\n segmentCache = [];\n trackId = null;\n timescale = null;\n\n if (!parsedCaptions) {\n parsedCaptions = {\n captions: [],\n // CC1, CC2, CC3, CC4\n captionStreams: {}\n };\n } else {\n this.clearParsedCaptions();\n }\n\n this.resetCaptionStream();\n };\n\n this.reset();\n};\n\nmodule.exports = CaptionParser;\n","/**\n * mux.js\n *\n * Copyright (c) 2015 Brightcove\n * All rights reserved.\n *\n * Parse the internal MP4 structure into an equivalent javascript\n * object.\n */\n'use strict';\n\nvar\n inspectMp4,\n textifyMp4,\n\n parseType = require('../mp4/probe').parseType,\n parseMp4Date = function(seconds) {\n return new Date(seconds * 1000 - 2082844800000);\n },\n parseSampleFlags = function(flags) {\n return {\n isLeading: (flags[0] & 0x0c) >>> 2,\n dependsOn: flags[0] & 0x03,\n isDependedOn: (flags[1] & 0xc0) >>> 6,\n hasRedundancy: (flags[1] & 0x30) >>> 4,\n paddingValue: (flags[1] & 0x0e) >>> 1,\n isNonSyncSample: flags[1] & 0x01,\n degradationPriority: (flags[2] << 8) | flags[3]\n };\n },\n nalParse = function(avcStream) {\n var\n avcView = new DataView(avcStream.buffer, avcStream.byteOffset, avcStream.byteLength),\n result = [],\n i,\n length;\n for (i = 0; i + 4 < avcStream.length; i += length) {\n length = avcView.getUint32(i);\n i += 4;\n\n // bail if this doesn't appear to be an H264 stream\n if (length <= 0) {\n result.push('<span style=\\'color:red;\\'>MALFORMED DATA</span>');\n continue;\n }\n\n switch (avcStream[i] & 0x1F) {\n case 0x01:\n result.push('slice_layer_without_partitioning_rbsp');\n break;\n case 0x05:\n result.push('slice_layer_without_partitioning_rbsp_idr');\n break;\n case 0x06:\n result.push('sei_rbsp');\n break;\n case 0x07:\n result.push('seq_parameter_set_rbsp');\n break;\n case 0x08:\n result.push('pic_parameter_set_rbsp');\n break;\n case 0x09:\n result.push('access_unit_delimiter_rbsp');\n break;\n default:\n result.push('UNKNOWN NAL - ' + avcStream[i] & 0x1F);\n break;\n }\n }\n return result;\n },\n\n // registry of handlers for individual mp4 box types\n parse = {\n // codingname, not a first-class box type. stsd entries share the\n // same format as real boxes so the parsing infrastructure can be\n // shared\n avc1: function(data) {\n var view = new DataView(data.buffer, data.byteOffset, data.byteLength);\n return {\n dataReferenceIndex: view.getUint16(6),\n width: view.getUint16(24),\n height: view.getUint16(26),\n horizresolution: view.getUint16(28) + (view.getUint16(30) / 16),\n vertresolution: view.getUint16(32) + (view.getUint16(34) / 16),\n frameCount: view.getUint16(40),\n depth: view.getUint16(74),\n config: inspectMp4(data.subarray(78, data.byteLength))\n };\n },\n avcC: function(data) {\n var\n view = new DataView(data.buffer, data.byteOffset, data.byteLength),\n result = {\n configurationVersion: data[0],\n avcProfileIndication: data[1],\n profileCompatibility: data[2],\n avcLevelIndication: data[3],\n lengthSizeMinusOne: data[4] & 0x03,\n sps: [],\n pps: []\n },\n numOfSequenceParameterSets = data[5] & 0x1f,\n numOfPictureParameterSets,\n nalSize,\n offset,\n i;\n\n // iterate past any SPSs\n offset = 6;\n for (i = 0; i < numOfSequenceParameterSets; i++) {\n nalSize = view.getUint16(offset);\n offset += 2;\n result.sps.push(new Uint8Array(data.subarray(offset, offset + nalSize)));\n offset += nalSize;\n }\n // iterate past any PPSs\n numOfPictureParameterSets = data[offset];\n offset++;\n for (i = 0; i < numOfPictureParameterSets; i++) {\n nalSize = view.getUint16(offset);\n offset += 2;\n result.pps.push(new Uint8Array(data.subarray(offset, offset + nalSize)));\n offset += nalSize;\n }\n return result;\n },\n btrt: function(data) {\n var view = new DataView(data.buffer, data.byteOffset, data.byteLength);\n return {\n bufferSizeDB: view.getUint32(0),\n maxBitrate: view.getUint32(4),\n avgBitrate: view.getUint32(8)\n };\n },\n esds: function(data) {\n return {\n version: data[0],\n flags: new Uint8Array(data.subarray(1, 4)),\n esId: (data[6] << 8) | data[7],\n streamPriority: data[8] & 0x1f,\n decoderConfig: {\n objectProfileIndication: data[11],\n streamType: (data[12] >>> 2) & 0x3f,\n bufferSize: (data[13] << 16) | (data[14] << 8) | data[15],\n maxBitrate: (data[16] << 24) |\n (data[17] << 16) |\n (data[18] << 8) |\n data[19],\n avgBitrate: (data[20] << 24) |\n (data[21] << 16) |\n (data[22] << 8) |\n data[23],\n decoderConfigDescriptor: {\n tag: data[24],\n length: data[25],\n audioObjectType: (data[26] >>> 3) & 0x1f,\n samplingFrequencyIndex: ((data[26] & 0x07) << 1) |\n ((data[27] >>> 7) & 0x01),\n channelConfiguration: (data[27] >>> 3) & 0x0f\n }\n }\n };\n },\n ftyp: function(data) {\n var\n view = new DataView(data.buffer, data.byteOffset, data.byteLength),\n result = {\n majorBrand: parseType(data.subarray(0, 4)),\n minorVersion: view.getUint32(4),\n compatibleBrands: []\n },\n i = 8;\n while (i < data.byteLength) {\n result.compatibleBrands.push(parseType(data.subarray(i, i + 4)));\n i += 4;\n }\n return result;\n },\n dinf: function(data) {\n return {\n boxes: inspectMp4(data)\n };\n },\n dref: function(data) {\n return {\n version: data[0],\n flags: new Uint8Array(data.subarray(1, 4)),\n dataReferences: inspectMp4(data.subarray(8))\n };\n },\n hdlr: function(data) {\n var\n view = new DataView(data.buffer, data.byteOffset, data.byteLength),\n result = {\n version: view.getUint8(0),\n flags: new Uint8Array(data.subarray(1, 4)),\n handlerType: parseType(data.subarray(8, 12)),\n name: ''\n },\n i = 8;\n\n // parse out the name field\n for (i = 24; i < data.byteLength; i++) {\n if (data[i] === 0x00) {\n // the name field is null-terminated\n i++;\n break;\n }\n result.name += String.fromCharCode(data[i]);\n }\n // decode UTF-8 to javascript's internal representation\n // see http://ecmanaut.blogspot.com/2006/07/encoding-decoding-utf8-in-javascript.html\n result.name = decodeURIComponent(escape(result.name));\n\n return result;\n },\n mdat: function(data) {\n return {\n byteLength: data.byteLength,\n nals: nalParse(data)\n };\n },\n mdhd: function(data) {\n var\n view = new DataView(data.buffer, data.byteOffset, data.byteLength),\n i = 4,\n language,\n result = {\n version: view.getUint8(0),\n flags: new Uint8Array(data.subarray(1, 4)),\n language: ''\n };\n if (result.version === 1) {\n i += 4;\n result.creationTime = parseMp4Date(view.getUint32(i)); // truncating top 4 bytes\n i += 8;\n result.modificationTime = parseMp4Date(view.getUint32(i)); // truncating top 4 bytes\n i += 4;\n result.timescale = view.getUint32(i);\n i += 8;\n result.duration = view.getUint32(i); // truncating top 4 bytes\n } else {\n result.creationTime = parseMp4Date(view.getUint32(i));\n i += 4;\n result.modificationTime = parseMp4Date(view.getUint32(i));\n i += 4;\n result.timescale = view.getUint32(i);\n i += 4;\n result.duration = view.getUint32(i);\n }\n i += 4;\n // language is stored as an ISO-639-2/T code in an array of three 5-bit fields\n // each field is the packed difference between its ASCII value and 0x60\n language = view.getUint16(i);\n result.language += String.fromCharCode((language >> 10) + 0x60);\n result.language += String.fromCharCode(((language & 0x03e0) >> 5) + 0x60);\n result.language += String.fromCharCode((language & 0x1f) + 0x60);\n\n return result;\n },\n mdia: function(data) {\n return {\n boxes: inspectMp4(data)\n };\n },\n mfhd: function(data) {\n return {\n version: data[0],\n flags: new Uint8Array(data.subarray(1, 4)),\n sequenceNumber: (data[4] << 24) |\n (data[5] << 16) |\n (data[6] << 8) |\n (data[7])\n };\n },\n minf: function(data) {\n return {\n boxes: inspectMp4(data)\n };\n },\n // codingname, not a first-class box type. stsd entries share the\n // same format as real boxes so the parsing infrastructure can be\n // shared\n mp4a: function(data) {\n var\n view = new DataView(data.buffer, data.byteOffset, data.byteLength),\n result = {\n // 6 bytes reserved\n dataReferenceIndex: view.getUint16(6),\n // 4 + 4 bytes reserved\n channelcount: view.getUint16(16),\n samplesize: view.getUint16(18),\n // 2 bytes pre_defined\n // 2 bytes reserved\n samplerate: view.getUint16(24) + (view.getUint16(26) / 65536)\n };\n\n // if there are more bytes to process, assume this is an ISO/IEC\n // 14496-14 MP4AudioSampleEntry and parse the ESDBox\n if (data.byteLength > 28) {\n result.streamDescriptor = inspectMp4(data.subarray(28))[0];\n }\n return result;\n },\n moof: function(data) {\n return {\n boxes: inspectMp4(data)\n };\n },\n moov: function(data) {\n return {\n boxes: inspectMp4(data)\n };\n },\n mvex: function(data) {\n return {\n boxes: inspectMp4(data)\n };\n },\n mvhd: function(data) {\n var\n view = new DataView(data.buffer, data.byteOffset, data.byteLength),\n i = 4,\n result = {\n version: view.getUint8(0),\n flags: new Uint8Array(data.subarray(1, 4))\n };\n\n if (result.version === 1) {\n i += 4;\n result.creationTime = parseMp4Date(view.getUint32(i)); // truncating top 4 bytes\n i += 8;\n result.modificationTime = parseMp4Date(view.getUint32(i)); // truncating top 4 bytes\n i += 4;\n result.timescale = view.getUint32(i);\n i += 8;\n result.duration = view.getUint32(i); // truncating top 4 bytes\n } else {\n result.creationTime = parseMp4Date(view.getUint32(i));\n i += 4;\n result.modificationTime = parseMp4Date(view.getUint32(i));\n i += 4;\n result.timescale = view.getUint32(i);\n i += 4;\n result.duration = view.getUint32(i);\n }\n i += 4;\n\n // convert fixed-point, base 16 back to a number\n result.rate = view.getUint16(i) + (view.getUint16(i + 2) / 16);\n i += 4;\n result.volume = view.getUint8(i) + (view.getUint8(i + 1) / 8);\n i += 2;\n i += 2;\n i += 2 * 4;\n result.matrix = new Uint32Array(data.subarray(i, i + (9 * 4)));\n i += 9 * 4;\n i += 6 * 4;\n result.nextTrackId = view.getUint32(i);\n return result;\n },\n pdin: function(data) {\n var view = new DataView(data.buffer, data.byteOffset, data.byteLength);\n return {\n version: view.getUint8(0),\n flags: new Uint8Array(data.subarray(1, 4)),\n rate: view.getUint32(4),\n initialDelay: view.getUint32(8)\n };\n },\n sdtp: function(data) {\n var\n result = {\n version: data[0],\n flags: new Uint8Array(data.subarray(1, 4)),\n samples: []\n }, i;\n\n for (i = 4; i < data.byteLength; i++) {\n result.samples.push({\n dependsOn: (data[i] & 0x30) >> 4,\n isDependedOn: (data[i] & 0x0c) >> 2,\n hasRedundancy: data[i] & 0x03\n });\n }\n return result;\n },\n sidx: function(data) {\n var view = new DataView(data.buffer, data.byteOffset, data.byteLength),\n result = {\n version: data[0],\n flags: new Uint8Array(data.subarray(1, 4)),\n references: [],\n referenceId: view.getUint32(4),\n timescale: view.getUint32(8),\n earliestPresentationTime: view.getUint32(12),\n firstOffset: view.getUint32(16)\n },\n referenceCount = view.getUint16(22),\n i;\n\n for (i = 24; referenceCount; i += 12, referenceCount--) {\n result.references.push({\n referenceType: (data[i] & 0x80) >>> 7,\n referencedSize: view.getUint32(i) & 0x7FFFFFFF,\n subsegmentDuration: view.getUint32(i + 4),\n startsWithSap: !!(data[i + 8] & 0x80),\n sapType: (data[i + 8] & 0x70) >>> 4,\n sapDeltaTime: view.getUint32(i + 8) & 0x0FFFFFFF\n });\n }\n\n return result;\n },\n smhd: function(data) {\n return {\n version: data[0],\n flags: new Uint8Array(data.subarray(1, 4)),\n balance: data[4] + (data[5] / 256)\n };\n },\n stbl: function(data) {\n return {\n boxes: inspectMp4(data)\n };\n },\n stco: function(data) {\n var\n view = new DataView(data.buffer, data.byteOffset, data.byteLength),\n result = {\n version: data[0],\n flags: new Uint8Array(data.subarray(1, 4)),\n chunkOffsets: []\n },\n entryCount = view.getUint32(4),\n i;\n for (i = 8; entryCount; i += 4, entryCount--) {\n result.chunkOffsets.push(view.getUint32(i));\n }\n return result;\n },\n stsc: function(data) {\n var\n view = new DataView(data.buffer, data.byteOffset, data.byteLength),\n entryCount = view.getUint32(4),\n result = {\n version: data[0],\n flags: new Uint8Array(data.subarray(1, 4)),\n sampleToChunks: []\n },\n i;\n for (i = 8; entryCount; i += 12, entryCount--) {\n result.sampleToChunks.push({\n firstChunk: view.getUint32(i),\n samplesPerChunk: view.getUint32(i + 4),\n sampleDescriptionIndex: view.getUint32(i + 8)\n });\n }\n return result;\n },\n stsd: function(data) {\n return {\n version: data[0],\n flags: new Uint8Array(data.subarray(1, 4)),\n sampleDescriptions: inspectMp4(data.subarray(8))\n };\n },\n stsz: function(data) {\n var\n view = new DataView(data.buffer, data.byteOffset, data.byteLength),\n result = {\n version: data[0],\n flags: new Uint8Array(data.subarray(1, 4)),\n sampleSize: view.getUint32(4),\n entries: []\n },\n i;\n for (i = 12; i < data.byteLength; i += 4) {\n result.entries.push(view.getUint32(i));\n }\n return result;\n },\n stts: function(data) {\n var\n view = new DataView(data.buffer, data.byteOffset, data.byteLength),\n result = {\n version: data[0],\n flags: new Uint8Array(data.subarray(1, 4)),\n timeToSamples: []\n },\n entryCount = view.getUint32(4),\n i;\n\n for (i = 8; entryCount; i += 8, entryCount--) {\n result.timeToSamples.push({\n sampleCount: view.getUint32(i),\n sampleDelta: view.getUint32(i + 4)\n });\n }\n return result;\n },\n styp: function(data) {\n return parse.ftyp(data);\n },\n tfdt: function(data) {\n var result = {\n version: data[0],\n flags: new Uint8Array(data.subarray(1, 4)),\n baseMediaDecodeTime: data[4] << 24 | data[5] << 16 | data[6] << 8 | data[7]\n };\n if (result.version === 1) {\n result.baseMediaDecodeTime *= Math.pow(2, 32);\n result.baseMediaDecodeTime += data[8] << 24 | data[9] << 16 | data[10] << 8 | data[11];\n }\n return result;\n },\n tfhd: function(data) {\n var\n view = new DataView(data.buffer, data.byteOffset, data.byteLength),\n result = {\n version: data[0],\n flags: new Uint8Array(data.subarray(1, 4)),\n trackId: view.getUint32(4)\n },\n baseDataOffsetPresent = result.flags[2] & 0x01,\n sampleDescriptionIndexPresent = result.flags[2] & 0x02,\n defaultSampleDurationPresent = result.flags[2] & 0x08,\n defaultSampleSizePresent = result.flags[2] & 0x10,\n defaultSampleFlagsPresent = result.flags[2] & 0x20,\n durationIsEmpty = result.flags[0] & 0x010000,\n defaultBaseIsMoof = result.flags[0] & 0x020000,\n i;\n\n i = 8;\n if (baseDataOffsetPresent) {\n i += 4; // truncate top 4 bytes\n // FIXME: should we read the full 64 bits?\n result.baseDataOffset = view.getUint32(12);\n i += 4;\n }\n if (sampleDescriptionIndexPresent) {\n result.sampleDescriptionIndex = view.getUint32(i);\n i += 4;\n }\n if (defaultSampleDurationPresent) {\n result.defaultSampleDuration = view.getUint32(i);\n i += 4;\n }\n if (defaultSampleSizePresent) {\n result.defaultSampleSize = view.getUint32(i);\n i += 4;\n }\n if (defaultSampleFlagsPresent) {\n result.defaultSampleFlags = view.getUint32(i);\n }\n if (durationIsEmpty) {\n result.durationIsEmpty = true;\n }\n if (!baseDataOffsetPresent && defaultBaseIsMoof) {\n result.baseDataOffsetIsMoof = true;\n }\n return result;\n },\n tkhd: function(data) {\n var\n view = new DataView(data.buffer, data.byteOffset, data.byteLength),\n i = 4,\n result = {\n version: view.getUint8(0),\n flags: new Uint8Array(data.subarray(1, 4))\n };\n if (result.version === 1) {\n i += 4;\n result.creationTime = parseMp4Date(view.getUint32(i)); // truncating top 4 bytes\n i += 8;\n result.modificationTime = parseMp4Date(view.getUint32(i)); // truncating top 4 bytes\n i += 4;\n result.trackId = view.getUint32(i);\n i += 4;\n i += 8;\n result.duration = view.getUint32(i); // truncating top 4 bytes\n } else {\n result.creationTime = parseMp4Date(view.getUint32(i));\n i += 4;\n result.modificationTime = parseMp4Date(view.getUint32(i));\n i += 4;\n result.trackId = view.getUint32(i);\n i += 4;\n i += 4;\n result.duration = view.getUint32(i);\n }\n i += 4;\n i += 2 * 4;\n result.layer = view.getUint16(i);\n i += 2;\n result.alternateGroup = view.getUint16(i);\n i += 2;\n // convert fixed-point, base 16 back to a number\n result.volume = view.getUint8(i) + (view.getUint8(i + 1) / 8);\n i += 2;\n i += 2;\n result.matrix = new Uint32Array(data.subarray(i, i + (9 * 4)));\n i += 9 * 4;\n result.width = view.getUint16(i) + (view.getUint16(i + 2) / 16);\n i += 4;\n result.height = view.getUint16(i) + (view.getUint16(i + 2) / 16);\n return result;\n },\n traf: function(data) {\n return {\n boxes: inspectMp4(data)\n };\n },\n trak: function(data) {\n return {\n boxes: inspectMp4(data)\n };\n },\n trex: function(data) {\n var view = new DataView(data.buffer, data.byteOffset, data.byteLength);\n return {\n version: data[0],\n flags: new Uint8Array(data.subarray(1, 4)),\n trackId: view.getUint32(4),\n defaultSampleDescriptionIndex: view.getUint32(8),\n defaultSampleDuration: view.getUint32(12),\n defaultSampleSize: view.getUint32(16),\n sampleDependsOn: data[20] & 0x03,\n sampleIsDependedOn: (data[21] & 0xc0) >> 6,\n sampleHasRedundancy: (data[21] & 0x30) >> 4,\n samplePaddingValue: (data[21] & 0x0e) >> 1,\n sampleIsDifferenceSample: !!(data[21] & 0x01),\n sampleDegradationPriority: view.getUint16(22)\n };\n },\n trun: function(data) {\n var\n result = {\n version: data[0],\n flags: new Uint8Array(data.subarray(1, 4)),\n samples: []\n },\n view = new DataView(data.buffer, data.byteOffset, data.byteLength),\n // Flag interpretation\n dataOffsetPresent = result.flags[2] & 0x01, // compare with 2nd byte of 0x1\n firstSampleFlagsPresent = result.flags[2] & 0x04, // compare with 2nd byte of 0x4\n sampleDurationPresent = result.flags[1] & 0x01, // compare with 2nd byte of 0x100\n sampleSizePresent = result.flags[1] & 0x02, // compare with 2nd byte of 0x200\n sampleFlagsPresent = result.flags[1] & 0x04, // compare with 2nd byte of 0x400\n sampleCompositionTimeOffsetPresent = result.flags[1] & 0x08, // compare with 2nd byte of 0x800\n sampleCount = view.getUint32(4),\n offset = 8,\n sample;\n\n if (dataOffsetPresent) {\n // 32 bit signed integer\n result.dataOffset = view.getInt32(offset);\n offset += 4;\n }\n\n // Overrides the flags for the first sample only. The order of\n // optional values will be: duration, size, compositionTimeOffset\n if (firstSampleFlagsPresent && sampleCount) {\n sample = {\n flags: parseSampleFlags(data.subarray(offset, offset + 4))\n };\n offset += 4;\n if (sampleDurationPresent) {\n sample.duration = view.getUint32(offset);\n offset += 4;\n }\n if (sampleSizePresent) {\n sample.size = view.getUint32(offset);\n offset += 4;\n }\n if (sampleCompositionTimeOffsetPresent) {\n // Note: this should be a signed int if version is 1\n sample.compositionTimeOffset = view.getUint32(offset);\n offset += 4;\n }\n result.samples.push(sample);\n sampleCount--;\n }\n\n while (sampleCount--) {\n sample = {};\n if (sampleDurationPresent) {\n sample.duration = view.getUint32(offset);\n offset += 4;\n }\n if (sampleSizePresent) {\n sample.size = view.getUint32(offset);\n offset += 4;\n }\n if (sampleFlagsPresent) {\n sample.flags = parseSampleFlags(data.subarray(offset, offset + 4));\n offset += 4;\n }\n if (sampleCompositionTimeOffsetPresent) {\n // Note: this should be a signed int if version is 1\n sample.compositionTimeOffset = view.getUint32(offset);\n offset += 4;\n }\n result.samples.push(sample);\n }\n return result;\n },\n 'url ': function(data) {\n return {\n version: data[0],\n flags: new Uint8Array(data.subarray(1, 4))\n };\n },\n vmhd: function(data) {\n var view = new DataView(data.buffer, data.byteOffset, data.byteLength);\n return {\n version: data[0],\n flags: new Uint8Array(data.subarray(1, 4)),\n graphicsmode: view.getUint16(4),\n opcolor: new Uint16Array([view.getUint16(6),\n view.getUint16(8),\n view.getUint16(10)])\n };\n }\n };\n\n\n/**\n * Return a javascript array of box objects parsed from an ISO base\n * media file.\n * @param data {Uint8Array} the binary data of the media to be inspected\n * @return {array} a javascript array of potentially nested box objects\n */\ninspectMp4 = function(data) {\n var\n i = 0,\n result = [],\n view,\n size,\n type,\n end,\n box;\n\n // Convert data from Uint8Array to ArrayBuffer, to follow Dataview API\n var ab = new ArrayBuffer(data.length);\n var v = new Uint8Array(ab);\n for (var z = 0; z < data.length; ++z) {\n v[z] = data[z];\n }\n view = new DataView(ab);\n\n while (i < data.byteLength) {\n // parse box data\n size = view.getUint32(i);\n type = parseType(data.subarray(i + 4, i + 8));\n end = size > 1 ? i + size : data.byteLength;\n\n // parse type-specific data\n box = (parse[type] || function(data) {\n return {\n data: data\n };\n })(data.subarray(i + 8, end));\n box.size = size;\n box.type = type;\n\n // store this box and move to the next\n result.push(box);\n i = end;\n }\n return result;\n};\n\n/**\n * Returns a textual representation of the javascript represtentation\n * of an MP4 file. You can use it as an alternative to\n * JSON.stringify() to compare inspected MP4s.\n * @param inspectedMp4 {array} the parsed array of boxes in an MP4\n * file\n * @param depth {number} (optional) the number of ancestor boxes of\n * the elements of inspectedMp4. Assumed to be zero if unspecified.\n * @return {string} a text representation of the parsed MP4\n */\ntextifyMp4 = function(inspectedMp4, depth) {\n var indent;\n depth = depth || 0;\n indent = new Array(depth * 2 + 1).join(' ');\n\n // iterate over all the boxes\n return inspectedMp4.map(function(box, index) {\n\n // list the box type first at the current indentation level\n return indent + box.type + '\\n' +\n\n // the type is already included and handle child boxes separately\n Object.keys(box).filter(function(key) {\n return key !== 'type' && key !== 'boxes';\n\n // output all the box properties\n }).map(function(key) {\n var prefix = indent + ' ' + key + ': ',\n value = box[key];\n\n // print out raw bytes as hexademical\n if (value instanceof Uint8Array || value instanceof Uint32Array) {\n var bytes = Array.prototype.slice.call(new Uint8Array(value.buffer, value.byteOffset, value.byteLength))\n .map(function(byte) {\n return ' ' + ('00' + byte.toString(16)).slice(-2);\n }).join('').match(/.{1,24}/g);\n if (!bytes) {\n return prefix + '<>';\n }\n if (bytes.length === 1) {\n return prefix + '<' + bytes.join('').slice(1) + '>';\n }\n return prefix + '<\\n' + bytes.map(function(line) {\n return indent + ' ' + line;\n }).join('\\n') + '\\n' + indent + ' >';\n }\n\n // stringify generic objects\n return prefix +\n JSON.stringify(value, null, 2)\n .split('\\n').map(function(line, index) {\n if (index === 0) {\n return line;\n }\n return indent + ' ' + line;\n }).join('\\n');\n }).join('\\n') +\n\n // recursively textify the child boxes\n (box.boxes ? '\\n' + textifyMp4(box.boxes, depth + 1) : '');\n }).join('\\n');\n};\n\nmodule.exports = {\n inspect: inspectMp4,\n textify: textifyMp4,\n parseTfdt: parse.tfdt,\n parseHdlr: parse.hdlr,\n parseTfhd: parse.tfhd,\n parseTrun: parse.trun\n};\n","/**\n * mux.js\n *\n * Copyright (c) 2016 Brightcove\n * All rights reserved.\n *\n * Parse mpeg2 transport stream packets to extract basic timing information\n */\n'use strict';\n\nvar StreamTypes = require('../m2ts/stream-types.js');\nvar handleRollover = require('../m2ts/timestamp-rollover-stream.js').handleRollover;\nvar probe = {};\nprobe.ts = require('../m2ts/probe.js');\nprobe.aac = require('../aac/utils.js');\n\n\nvar\n PES_TIMESCALE = 90000,\n MP2T_PACKET_LENGTH = 188, // bytes\n SYNC_BYTE = 0x47;\n\n/**\n * walks through segment data looking for pat and pmt packets to parse out\n * program map table information\n */\nvar parsePsi_ = function(bytes, pmt) {\n var\n startIndex = 0,\n endIndex = MP2T_PACKET_LENGTH,\n packet, type;\n\n while (endIndex < bytes.byteLength) {\n // Look for a pair of start and end sync bytes in the data..\n if (bytes[startIndex] === SYNC_BYTE && bytes[endIndex] === SYNC_BYTE) {\n // We found a packet\n packet = bytes.subarray(startIndex, endIndex);\n type = probe.ts.parseType(packet, pmt.pid);\n\n switch (type) {\n case 'pat':\n if (!pmt.pid) {\n pmt.pid = probe.ts.parsePat(packet);\n }\n break;\n case 'pmt':\n if (!pmt.table) {\n pmt.table = probe.ts.parsePmt(packet);\n }\n break;\n default:\n break;\n }\n\n // Found the pat and pmt, we can stop walking the segment\n if (pmt.pid && pmt.table) {\n return;\n }\n\n startIndex += MP2T_PACKET_LENGTH;\n endIndex += MP2T_PACKET_LENGTH;\n continue;\n }\n\n // If we get here, we have somehow become de-synchronized and we need to step\n // forward one byte at a time until we find a pair of sync bytes that denote\n // a packet\n startIndex++;\n endIndex++;\n }\n};\n\n/**\n * walks through the segment data from the start and end to get timing information\n * for the first and last audio pes packets\n */\nvar parseAudioPes_ = function(bytes, pmt, result) {\n var\n startIndex = 0,\n endIndex = MP2T_PACKET_LENGTH,\n packet, type, pesType, pusi, parsed;\n\n var endLoop = false;\n\n // Start walking from start of segment to get first audio packet\n while (endIndex <= bytes.byteLength) {\n // Look for a pair of start and end sync bytes in the data..\n if (bytes[startIndex] === SYNC_BYTE &&\n (bytes[endIndex] === SYNC_BYTE || endIndex === bytes.byteLength)) {\n // We found a packet\n packet = bytes.subarray(startIndex, endIndex);\n type = probe.ts.parseType(packet, pmt.pid);\n\n switch (type) {\n case 'pes':\n pesType = probe.ts.parsePesType(packet, pmt.table);\n pusi = probe.ts.parsePayloadUnitStartIndicator(packet);\n if (pesType === 'audio' && pusi) {\n parsed = probe.ts.parsePesTime(packet);\n if (parsed) {\n parsed.type = 'audio';\n result.audio.push(parsed);\n endLoop = true;\n }\n }\n break;\n default:\n break;\n }\n\n if (endLoop) {\n break;\n }\n\n startIndex += MP2T_PACKET_LENGTH;\n endIndex += MP2T_PACKET_LENGTH;\n continue;\n }\n\n // If we get here, we have somehow become de-synchronized and we need to step\n // forward one byte at a time until we find a pair of sync bytes that denote\n // a packet\n startIndex++;\n endIndex++;\n }\n\n // Start walking from end of segment to get last audio packet\n endIndex = bytes.byteLength;\n startIndex = endIndex - MP2T_PACKET_LENGTH;\n endLoop = false;\n while (startIndex >= 0) {\n // Look for a pair of start and end sync bytes in the data..\n if (bytes[startIndex] === SYNC_BYTE &&\n (bytes[endIndex] === SYNC_BYTE || endIndex === bytes.byteLength)) {\n // We found a packet\n packet = bytes.subarray(startIndex, endIndex);\n type = probe.ts.parseType(packet, pmt.pid);\n\n switch (type) {\n case 'pes':\n pesType = probe.ts.parsePesType(packet, pmt.table);\n pusi = probe.ts.parsePayloadUnitStartIndicator(packet);\n if (pesType === 'audio' && pusi) {\n parsed = probe.ts.parsePesTime(packet);\n if (parsed) {\n parsed.type = 'audio';\n result.audio.push(parsed);\n endLoop = true;\n }\n }\n break;\n default:\n break;\n }\n\n if (endLoop) {\n break;\n }\n\n startIndex -= MP2T_PACKET_LENGTH;\n endIndex -= MP2T_PACKET_LENGTH;\n continue;\n }\n\n // If we get here, we have somehow become de-synchronized and we need to step\n // forward one byte at a time until we find a pair of sync bytes that denote\n // a packet\n startIndex--;\n endIndex--;\n }\n};\n\n/**\n * walks through the segment data from the start and end to get timing information\n * for the first and last video pes packets as well as timing information for the first\n * key frame.\n */\nvar parseVideoPes_ = function(bytes, pmt, result) {\n var\n startIndex = 0,\n endIndex = MP2T_PACKET_LENGTH,\n packet, type, pesType, pusi, parsed, frame, i, pes;\n\n var endLoop = false;\n\n var currentFrame = {\n data: [],\n size: 0\n };\n\n // Start walking from start of segment to get first video packet\n while (endIndex < bytes.byteLength) {\n // Look for a pair of start and end sync bytes in the data..\n if (bytes[startIndex] === SYNC_BYTE && bytes[endIndex] === SYNC_BYTE) {\n // We found a packet\n packet = bytes.subarray(startIndex, endIndex);\n type = probe.ts.parseType(packet, pmt.pid);\n\n switch (type) {\n case 'pes':\n pesType = probe.ts.parsePesType(packet, pmt.table);\n pusi = probe.ts.parsePayloadUnitStartIndicator(packet);\n if (pesType === 'video') {\n if (pusi && !endLoop) {\n parsed = probe.ts.parsePesTime(packet);\n if (parsed) {\n parsed.type = 'video';\n result.video.push(parsed);\n endLoop = true;\n }\n }\n if (!result.firstKeyFrame) {\n if (pusi) {\n if (currentFrame.size !== 0) {\n frame = new Uint8Array(currentFrame.size);\n i = 0;\n while (currentFrame.data.length) {\n pes = currentFrame.data.shift();\n frame.set(pes, i);\n i += pes.byteLength;\n }\n if (probe.ts.videoPacketContainsKeyFrame(frame)) {\n result.firstKeyFrame = probe.ts.parsePesTime(frame);\n result.firstKeyFrame.type = 'video';\n }\n currentFrame.size = 0;\n }\n }\n currentFrame.data.push(packet);\n currentFrame.size += packet.byteLength;\n }\n }\n break;\n default:\n break;\n }\n\n if (endLoop && result.firstKeyFrame) {\n break;\n }\n\n startIndex += MP2T_PACKET_LENGTH;\n endIndex += MP2T_PACKET_LENGTH;\n continue;\n }\n\n // If we get here, we have somehow become de-synchronized and we need to step\n // forward one byte at a time until we find a pair of sync bytes that denote\n // a packet\n startIndex++;\n endIndex++;\n }\n\n // Start walking from end of segment to get last video packet\n endIndex = bytes.byteLength;\n startIndex = endIndex - MP2T_PACKET_LENGTH;\n endLoop = false;\n while (startIndex >= 0) {\n // Look for a pair of start and end sync bytes in the data..\n if (bytes[startIndex] === SYNC_BYTE && bytes[endIndex] === SYNC_BYTE) {\n // We found a packet\n packet = bytes.subarray(startIndex, endIndex);\n type = probe.ts.parseType(packet, pmt.pid);\n\n switch (type) {\n case 'pes':\n pesType = probe.ts.parsePesType(packet, pmt.table);\n pusi = probe.ts.parsePayloadUnitStartIndicator(packet);\n if (pesType === 'video' && pusi) {\n parsed = probe.ts.parsePesTime(packet);\n if (parsed) {\n parsed.type = 'video';\n result.video.push(parsed);\n endLoop = true;\n }\n }\n break;\n default:\n break;\n }\n\n if (endLoop) {\n break;\n }\n\n startIndex -= MP2T_PACKET_LENGTH;\n endIndex -= MP2T_PACKET_LENGTH;\n continue;\n }\n\n // If we get here, we have somehow become de-synchronized and we need to step\n // forward one byte at a time until we find a pair of sync bytes that denote\n // a packet\n startIndex--;\n endIndex--;\n }\n};\n\n/**\n * Adjusts the timestamp information for the segment to account for\n * rollover and convert to seconds based on pes packet timescale (90khz clock)\n */\nvar adjustTimestamp_ = function(segmentInfo, baseTimestamp) {\n if (segmentInfo.audio && segmentInfo.audio.length) {\n var audioBaseTimestamp = baseTimestamp;\n if (typeof audioBaseTimestamp === 'undefined') {\n audioBaseTimestamp = segmentInfo.audio[0].dts;\n }\n segmentInfo.audio.forEach(function(info) {\n info.dts = handleRollover(info.dts, audioBaseTimestamp);\n info.pts = handleRollover(info.pts, audioBaseTimestamp);\n // time in seconds\n info.dtsTime = info.dts / PES_TIMESCALE;\n info.ptsTime = info.pts / PES_TIMESCALE;\n });\n }\n\n if (segmentInfo.video && segmentInfo.video.length) {\n var videoBaseTimestamp = baseTimestamp;\n if (typeof videoBaseTimestamp === 'undefined') {\n videoBaseTimestamp = segmentInfo.video[0].dts;\n }\n segmentInfo.video.forEach(function(info) {\n info.dts = handleRollover(info.dts, videoBaseTimestamp);\n info.pts = handleRollover(info.pts, videoBaseTimestamp);\n // time in seconds\n info.dtsTime = info.dts / PES_TIMESCALE;\n info.ptsTime = info.pts / PES_TIMESCALE;\n });\n if (segmentInfo.firstKeyFrame) {\n var frame = segmentInfo.firstKeyFrame;\n frame.dts = handleRollover(frame.dts, videoBaseTimestamp);\n frame.pts = handleRollover(frame.pts, videoBaseTimestamp);\n // time in seconds\n frame.dtsTime = frame.dts / PES_TIMESCALE;\n frame.ptsTime = frame.dts / PES_TIMESCALE;\n }\n }\n};\n\n/**\n * inspects the aac data stream for start and end time information\n */\nvar inspectAac_ = function(bytes) {\n var\n endLoop = false,\n audioCount = 0,\n sampleRate = null,\n timestamp = null,\n frameSize = 0,\n byteIndex = 0,\n packet;\n\n while (bytes.length - byteIndex >= 3) {\n var type = probe.aac.parseType(bytes, byteIndex);\n switch (type) {\n case 'timed-metadata':\n // Exit early because we don't have enough to parse\n // the ID3 tag header\n if (bytes.length - byteIndex < 10) {\n endLoop = true;\n break;\n }\n\n frameSize = probe.aac.parseId3TagSize(bytes, byteIndex);\n\n // Exit early if we don't have enough in the buffer\n // to emit a full packet\n if (frameSize > bytes.length) {\n endLoop = true;\n break;\n }\n if (timestamp === null) {\n packet = bytes.subarray(byteIndex, byteIndex + frameSize);\n timestamp = probe.aac.parseAacTimestamp(packet);\n }\n byteIndex += frameSize;\n break;\n case 'audio':\n // Exit early because we don't have enough to parse\n // the ADTS frame header\n if (bytes.length - byteIndex < 7) {\n endLoop = true;\n break;\n }\n\n frameSize = probe.aac.parseAdtsSize(bytes, byteIndex);\n\n // Exit early if we don't have enough in the buffer\n // to emit a full packet\n if (frameSize > bytes.length) {\n endLoop = true;\n break;\n }\n if (sampleRate === null) {\n packet = bytes.subarray(byteIndex, byteIndex + frameSize);\n sampleRate = probe.aac.parseSampleRate(packet);\n }\n audioCount++;\n byteIndex += frameSize;\n break;\n default:\n byteIndex++;\n break;\n }\n if (endLoop) {\n return null;\n }\n }\n if (sampleRate === null || timestamp === null) {\n return null;\n }\n\n var audioTimescale = PES_TIMESCALE / sampleRate;\n\n var result = {\n audio: [\n {\n type: 'audio',\n dts: timestamp,\n pts: timestamp\n },\n {\n type: 'audio',\n dts: timestamp + (audioCount * 1024 * audioTimescale),\n pts: timestamp + (audioCount * 1024 * audioTimescale)\n }\n ]\n };\n\n return result;\n};\n\n/**\n * inspects the transport stream segment data for start and end time information\n * of the audio and video tracks (when present) as well as the first key frame's\n * start time.\n */\nvar inspectTs_ = function(bytes) {\n var pmt = {\n pid: null,\n table: null\n };\n\n var result = {};\n\n parsePsi_(bytes, pmt);\n\n for (var pid in pmt.table) {\n if (pmt.table.hasOwnProperty(pid)) {\n var type = pmt.table[pid];\n switch (type) {\n case StreamTypes.H264_STREAM_TYPE:\n result.video = [];\n parseVideoPes_(bytes, pmt, result);\n if (result.video.length === 0) {\n delete result.video;\n }\n break;\n case StreamTypes.ADTS_STREAM_TYPE:\n result.audio = [];\n parseAudioPes_(bytes, pmt, result);\n if (result.audio.length === 0) {\n delete result.audio;\n }\n break;\n default:\n break;\n }\n }\n }\n return result;\n};\n\n/**\n * Inspects segment byte data and returns an object with start and end timing information\n *\n * @param {Uint8Array} bytes The segment byte data\n * @param {Number} baseTimestamp Relative reference timestamp used when adjusting frame\n * timestamps for rollover. This value must be in 90khz clock.\n * @return {Object} Object containing start and end frame timing info of segment.\n */\nvar inspect = function(bytes, baseTimestamp) {\n var isAacData = probe.aac.isLikelyAacData(bytes);\n\n var result;\n\n if (isAacData) {\n result = inspectAac_(bytes);\n } else {\n result = inspectTs_(bytes);\n }\n\n if (!result || (!result.audio && !result.video)) {\n return null;\n }\n\n adjustTimestamp_(result, baseTimestamp);\n\n return result;\n};\n\nmodule.exports = {\n inspect: inspect,\n parseAudioPes_: parseAudioPes_\n};\n","/**\n * mux.js\n *\n * Copyright (c) 2016 Brightcove\n * All rights reserved.\n *\n * Utilities to detect basic properties and metadata about TS Segments.\n */\n'use strict';\n\nvar StreamTypes = require('./stream-types.js');\n\nvar parsePid = function(packet) {\n var pid = packet[1] & 0x1f;\n pid <<= 8;\n pid |= packet[2];\n return pid;\n};\n\nvar parsePayloadUnitStartIndicator = function(packet) {\n return !!(packet[1] & 0x40);\n};\n\nvar parseAdaptionField = function(packet) {\n var offset = 0;\n // if an adaption field is present, its length is specified by the\n // fifth byte of the TS packet header. The adaptation field is\n // used to add stuffing to PES packets that don't fill a complete\n // TS packet, and to specify some forms of timing and control data\n // that we do not currently use.\n if (((packet[3] & 0x30) >>> 4) > 0x01) {\n offset += packet[4] + 1;\n }\n return offset;\n};\n\nvar parseType = function(packet, pmtPid) {\n var pid = parsePid(packet);\n if (pid === 0) {\n return 'pat';\n } else if (pid === pmtPid) {\n return 'pmt';\n } else if (pmtPid) {\n return 'pes';\n }\n return null;\n};\n\nvar parsePat = function(packet) {\n var pusi = parsePayloadUnitStartIndicator(packet);\n var offset = 4 + parseAdaptionField(packet);\n\n if (pusi) {\n offset += packet[offset] + 1;\n }\n\n return (packet[offset + 10] & 0x1f) << 8 | packet[offset + 11];\n};\n\nvar parsePmt = function(packet) {\n var programMapTable = {};\n var pusi = parsePayloadUnitStartIndicator(packet);\n var payloadOffset = 4 + parseAdaptionField(packet);\n\n if (pusi) {\n payloadOffset += packet[payloadOffset] + 1;\n }\n\n // PMTs can be sent ahead of the time when they should actually\n // take effect. We don't believe this should ever be the case\n // for HLS but we'll ignore \"forward\" PMT declarations if we see\n // them. Future PMT declarations have the current_next_indicator\n // set to zero.\n if (!(packet[payloadOffset + 5] & 0x01)) {\n return;\n }\n\n var sectionLength, tableEnd, programInfoLength;\n // the mapping table ends at the end of the current section\n sectionLength = (packet[payloadOffset + 1] & 0x0f) << 8 | packet[payloadOffset + 2];\n tableEnd = 3 + sectionLength - 4;\n\n // to determine where the table is, we have to figure out how\n // long the program info descriptors are\n programInfoLength = (packet[payloadOffset + 10] & 0x0f) << 8 | packet[payloadOffset + 11];\n\n // advance the offset to the first entry in the mapping table\n var offset = 12 + programInfoLength;\n while (offset < tableEnd) {\n var i = payloadOffset + offset;\n // add an entry that maps the elementary_pid to the stream_type\n programMapTable[(packet[i + 1] & 0x1F) << 8 | packet[i + 2]] = packet[i];\n\n // move to the next table entry\n // skip past the elementary stream descriptors, if present\n offset += ((packet[i + 3] & 0x0F) << 8 | packet[i + 4]) + 5;\n }\n return programMapTable;\n};\n\nvar parsePesType = function(packet, programMapTable) {\n var pid = parsePid(packet);\n var type = programMapTable[pid];\n switch (type) {\n case StreamTypes.H264_STREAM_TYPE:\n return 'video';\n case StreamTypes.ADTS_STREAM_TYPE:\n return 'audio';\n case StreamTypes.METADATA_STREAM_TYPE:\n return 'timed-metadata';\n default:\n return null;\n }\n};\n\nvar parsePesTime = function(packet) {\n var pusi = parsePayloadUnitStartIndicator(packet);\n if (!pusi) {\n return null;\n }\n\n var offset = 4 + parseAdaptionField(packet);\n\n if (offset >= packet.byteLength) {\n // From the H 222.0 MPEG-TS spec\n // \"For transport stream packets carrying PES packets, stuffing is needed when there\n // is insufficient PES packet data to completely fill the transport stream packet\n // payload bytes. Stuffing is accomplished by defining an adaptation field longer than\n // the sum of the lengths of the data elements in it, so that the payload bytes\n // remaining after the adaptation field exactly accommodates the available PES packet\n // data.\"\n //\n // If the offset is >= the length of the packet, then the packet contains no data\n // and instead is just adaption field stuffing bytes\n return null;\n }\n\n var pes = null;\n var ptsDtsFlags;\n\n // PES packets may be annotated with a PTS value, or a PTS value\n // and a DTS value. Determine what combination of values is\n // available to work with.\n ptsDtsFlags = packet[offset + 7];\n\n // PTS and DTS are normally stored as a 33-bit number. Javascript\n // performs all bitwise operations on 32-bit integers but javascript\n // supports a much greater range (52-bits) of integer using standard\n // mathematical operations.\n // We construct a 31-bit value using bitwise operators over the 31\n // most significant bits and then multiply by 4 (equal to a left-shift\n // of 2) before we add the final 2 least significant bits of the\n // timestamp (equal to an OR.)\n if (ptsDtsFlags & 0xC0) {\n pes = {};\n // the PTS and DTS are not written out directly. For information\n // on how they are encoded, see\n // http://dvd.sourceforge.net/dvdinfo/pes-hdr.html\n pes.pts = (packet[offset + 9] & 0x0E) << 27 |\n (packet[offset + 10] & 0xFF) << 20 |\n (packet[offset + 11] & 0xFE) << 12 |\n (packet[offset + 12] & 0xFF) << 5 |\n (packet[offset + 13] & 0xFE) >>> 3;\n pes.pts *= 4; // Left shift by 2\n pes.pts += (packet[offset + 13] & 0x06) >>> 1; // OR by the two LSBs\n pes.dts = pes.pts;\n if (ptsDtsFlags & 0x40) {\n pes.dts = (packet[offset + 14] & 0x0E) << 27 |\n (packet[offset + 15] & 0xFF) << 20 |\n (packet[offset + 16] & 0xFE) << 12 |\n (packet[offset + 17] & 0xFF) << 5 |\n (packet[offset + 18] & 0xFE) >>> 3;\n pes.dts *= 4; // Left shift by 2\n pes.dts += (packet[offset + 18] & 0x06) >>> 1; // OR by the two LSBs\n }\n }\n return pes;\n};\n\nvar parseNalUnitType = function(type) {\n switch (type) {\n case 0x05:\n return 'slice_layer_without_partitioning_rbsp_idr';\n case 0x06:\n return 'sei_rbsp';\n case 0x07:\n return 'seq_parameter_set_rbsp';\n case 0x08:\n return 'pic_parameter_set_rbsp';\n case 0x09:\n return 'access_unit_delimiter_rbsp';\n default:\n return null;\n }\n};\n\nvar videoPacketContainsKeyFrame = function(packet) {\n var offset = 4 + parseAdaptionField(packet);\n var frameBuffer = packet.subarray(offset);\n var frameI = 0;\n var frameSyncPoint = 0;\n var foundKeyFrame = false;\n var nalType;\n\n // advance the sync point to a NAL start, if necessary\n for (; frameSyncPoint < frameBuffer.byteLength - 3; frameSyncPoint++) {\n if (frameBuffer[frameSyncPoint + 2] === 1) {\n // the sync point is properly aligned\n frameI = frameSyncPoint + 5;\n break;\n }\n }\n\n while (frameI < frameBuffer.byteLength) {\n // look at the current byte to determine if we've hit the end of\n // a NAL unit boundary\n switch (frameBuffer[frameI]) {\n case 0:\n // skip past non-sync sequences\n if (frameBuffer[frameI - 1] !== 0) {\n frameI += 2;\n break;\n } else if (frameBuffer[frameI - 2] !== 0) {\n frameI++;\n break;\n }\n\n if (frameSyncPoint + 3 !== frameI - 2) {\n nalType = parseNalUnitType(frameBuffer[frameSyncPoint + 3] & 0x1f);\n if (nalType === 'slice_layer_without_partitioning_rbsp_idr') {\n foundKeyFrame = true;\n }\n }\n\n // drop trailing zeroes\n do {\n frameI++;\n } while (frameBuffer[frameI] !== 1 && frameI < frameBuffer.length);\n frameSyncPoint = frameI - 2;\n frameI += 3;\n break;\n case 1:\n // skip past non-sync sequences\n if (frameBuffer[frameI - 1] !== 0 ||\n frameBuffer[frameI - 2] !== 0) {\n frameI += 3;\n break;\n }\n\n nalType = parseNalUnitType(frameBuffer[frameSyncPoint + 3] & 0x1f);\n if (nalType === 'slice_layer_without_partitioning_rbsp_idr') {\n foundKeyFrame = true;\n }\n frameSyncPoint = frameI - 2;\n frameI += 3;\n break;\n default:\n // the current byte isn't a one or zero, so it cannot be part\n // of a sync sequence\n frameI += 3;\n break;\n }\n }\n frameBuffer = frameBuffer.subarray(frameSyncPoint);\n frameI -= frameSyncPoint;\n frameSyncPoint = 0;\n // parse the final nal\n if (frameBuffer && frameBuffer.byteLength > 3) {\n nalType = parseNalUnitType(frameBuffer[frameSyncPoint + 3] & 0x1f);\n if (nalType === 'slice_layer_without_partitioning_rbsp_idr') {\n foundKeyFrame = true;\n }\n }\n\n return foundKeyFrame;\n};\n\n\nmodule.exports = {\n parseType: parseType,\n parsePat: parsePat,\n parsePmt: parsePmt,\n parsePayloadUnitStartIndicator: parsePayloadUnitStartIndicator,\n parsePesType: parsePesType,\n parsePesTime: parsePesTime,\n videoPacketContainsKeyFrame: videoPacketContainsKeyFrame\n};\n","\n/**\n * When source maps are enabled, `style-loader` uses a link element with a data-uri to\n * embed the css on the page. This breaks all relative urls because now they are relative to a\n * bundle instead of the current page.\n *\n * One solution is to only use full urls, but that may be impossible.\n *\n * Instead, this function \"fixes\" the relative urls to be absolute according to the current page location.\n *\n * A rudimentary test suite is located at `test/fixUrls.js` and can be run via the `npm test` command.\n *\n */\n\nmodule.exports = function (css) {\n // get current location\n var location = typeof window !== \"undefined\" && window.location;\n\n if (!location) {\n throw new Error(\"fixUrls requires window.location\");\n }\n\n\t// blank or null?\n\tif (!css || typeof css !== \"string\") {\n\t return css;\n }\n\n var baseUrl = location.protocol + \"//\" + location.host;\n var currentDir = baseUrl + location.pathname.replace(/\\/[^\\/]*$/, \"/\");\n\n\t// convert each url(...)\n\t/*\n\tThis regular expression is just a way to recursively match brackets within\n\ta string.\n\n\t /url\\s*\\( = Match on the word \"url\" with any whitespace after it and then a parens\n\t ( = Start a capturing group\n\t (?: = Start a non-capturing group\n\t [^)(] = Match anything that isn't a parentheses\n\t | = OR\n\t \\( = Match a start parentheses\n\t (?: = Start another non-capturing groups\n\t [^)(]+ = Match anything that isn't a parentheses\n\t | = OR\n\t \\( = Match a start parentheses\n\t [^)(]* = Match anything that isn't a parentheses\n\t \\) = Match a end parentheses\n\t ) = End Group\n *\\) = Match anything and then a close parens\n ) = Close non-capturing group\n * = Match anything\n ) = Close capturing group\n\t \\) = Match a close parens\n\n\t /gi = Get all matches, not the first. Be case insensitive.\n\t */\n\tvar fixedCss = css.replace(/url\\s*\\(((?:[^)(]|\\((?:[^)(]+|\\([^)(]*\\))*\\))*)\\)/gi, function(fullMatch, origUrl) {\n\t\t// strip quotes (if they exist)\n\t\tvar unquotedOrigUrl = origUrl\n\t\t\t.trim()\n\t\t\t.replace(/^\"(.*)\"$/, function(o, $1){ return $1; })\n\t\t\t.replace(/^'(.*)'$/, function(o, $1){ return $1; });\n\n\t\t// already a full url? no change\n\t\tif (/^(#|data:|http:\\/\\/|https:\\/\\/|file:\\/\\/\\/|\\s*$)/i.test(unquotedOrigUrl)) {\n\t\t return fullMatch;\n\t\t}\n\n\t\t// convert the url to a full url\n\t\tvar newUrl;\n\n\t\tif (unquotedOrigUrl.indexOf(\"//\") === 0) {\n\t\t \t//TODO: should we add protocol?\n\t\t\tnewUrl = unquotedOrigUrl;\n\t\t} else if (unquotedOrigUrl.indexOf(\"/\") === 0) {\n\t\t\t// path should be relative to the base url\n\t\t\tnewUrl = baseUrl + unquotedOrigUrl; // already starts with '/'\n\t\t} else {\n\t\t\t// path should be relative to current directory\n\t\t\tnewUrl = currentDir + unquotedOrigUrl.replace(/^\\.\\//, \"\"); // Strip leading './'\n\t\t}\n\n\t\t// send back the fixed url(...)\n\t\treturn \"url(\" + JSON.stringify(newUrl) + \")\";\n\t});\n\n\t// send back the fixed css\n\treturn fixedCss;\n};\n","exports = module.exports = require(\"../../css-loader/dist/runtime/api.js\")(false);\n// Module\nexports.push([module.id, \".video-js .vjs-big-play-button .vjs-icon-placeholder:before, .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-modal-dialog, .vjs-modal-dialog .vjs-modal-dialog-content {\\n position: absolute;\\n top: 0;\\n left: 0;\\n width: 100%;\\n height: 100%; }\\n\\n.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .vjs-button > .vjs-icon-placeholder:before {\\n text-align: center; }\\n\\n@font-face {\\n font-family: VideoJS;\\n src: url(data:application/font-woff;charset=utf-8;base64,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) format(\\\"woff\\\");\\n font-weight: normal;\\n font-style: normal; }\\n\\n.vjs-icon-play, .video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-play:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder:before {\\n content: \\\"\\\\f101\\\"; }\\n\\n.vjs-icon-play-circle {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-play-circle:before {\\n content: \\\"\\\\f102\\\"; }\\n\\n.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {\\n content: \\\"\\\\f103\\\"; }\\n\\n.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {\\n content: \\\"\\\\f104\\\"; }\\n\\n.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {\\n content: \\\"\\\\f105\\\"; }\\n\\n.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {\\n content: \\\"\\\\f106\\\"; }\\n\\n.vjs-icon-volume-high, .video-js .vjs-mute-control .vjs-icon-placeholder {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-volume-high:before, .video-js .vjs-mute-control .vjs-icon-placeholder:before {\\n content: \\\"\\\\f107\\\"; }\\n\\n.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control .vjs-icon-placeholder {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {\\n content: \\\"\\\\f108\\\"; }\\n\\n.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {\\n content: \\\"\\\\f109\\\"; }\\n\\n.vjs-icon-square {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-square:before {\\n content: \\\"\\\\f10a\\\"; }\\n\\n.vjs-icon-spinner {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-spinner:before {\\n content: \\\"\\\\f10b\\\"; }\\n\\n.vjs-icon-subtitles, .video-js .vjs-subtitles-button .vjs-icon-placeholder, .video-js .vjs-subs-caps-button .vjs-icon-placeholder,\\n.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,\\n.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,\\n.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,\\n.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-subtitles:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before, .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,\\n .video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,\\n .video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,\\n .video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,\\n .video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before {\\n content: \\\"\\\\f10c\\\"; }\\n\\n.vjs-icon-captions, .video-js .vjs-captions-button .vjs-icon-placeholder, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,\\n.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-captions:before, .video-js .vjs-captions-button .vjs-icon-placeholder:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,\\n .video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before {\\n content: \\\"\\\\f10d\\\"; }\\n\\n.vjs-icon-chapters, .video-js .vjs-chapters-button .vjs-icon-placeholder {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-chapters:before, .video-js .vjs-chapters-button .vjs-icon-placeholder:before {\\n content: \\\"\\\\f10e\\\"; }\\n\\n.vjs-icon-share {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-share:before {\\n content: \\\"\\\\f10f\\\"; }\\n\\n.vjs-icon-cog {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-cog:before {\\n content: \\\"\\\\f110\\\"; }\\n\\n.vjs-icon-circle, .video-js .vjs-play-progress, .video-js .vjs-volume-level, .vjs-seek-to-live-control .vjs-icon-placeholder {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-circle:before, .video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before, .vjs-seek-to-live-control .vjs-icon-placeholder:before {\\n content: \\\"\\\\f111\\\"; }\\n\\n.vjs-icon-circle-outline {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-circle-outline:before {\\n content: \\\"\\\\f112\\\"; }\\n\\n.vjs-icon-circle-inner-circle {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-circle-inner-circle:before {\\n content: \\\"\\\\f113\\\"; }\\n\\n.vjs-icon-hd {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-hd:before {\\n content: \\\"\\\\f114\\\"; }\\n\\n.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {\\n content: \\\"\\\\f115\\\"; }\\n\\n.vjs-icon-replay, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-replay:before, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {\\n content: \\\"\\\\f116\\\"; }\\n\\n.vjs-icon-facebook {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-facebook:before {\\n content: \\\"\\\\f117\\\"; }\\n\\n.vjs-icon-gplus {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-gplus:before {\\n content: \\\"\\\\f118\\\"; }\\n\\n.vjs-icon-linkedin {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-linkedin:before {\\n content: \\\"\\\\f119\\\"; }\\n\\n.vjs-icon-twitter {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-twitter:before {\\n content: \\\"\\\\f11a\\\"; }\\n\\n.vjs-icon-tumblr {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-tumblr:before {\\n content: \\\"\\\\f11b\\\"; }\\n\\n.vjs-icon-pinterest {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-pinterest:before {\\n content: \\\"\\\\f11c\\\"; }\\n\\n.vjs-icon-audio-description, .video-js .vjs-descriptions-button .vjs-icon-placeholder {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-audio-description:before, .video-js .vjs-descriptions-button .vjs-icon-placeholder:before {\\n content: \\\"\\\\f11d\\\"; }\\n\\n.vjs-icon-audio, .video-js .vjs-audio-button .vjs-icon-placeholder {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-audio:before, .video-js .vjs-audio-button .vjs-icon-placeholder:before {\\n content: \\\"\\\\f11e\\\"; }\\n\\n.vjs-icon-next-item {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-next-item:before {\\n content: \\\"\\\\f11f\\\"; }\\n\\n.vjs-icon-previous-item {\\n font-family: VideoJS;\\n font-weight: normal;\\n font-style: normal; }\\n .vjs-icon-previous-item:before {\\n content: \\\"\\\\f120\\\"; }\\n\\n.video-js {\\n display: block;\\n vertical-align: top;\\n box-sizing: border-box;\\n color: #fff;\\n background-color: #000;\\n position: relative;\\n padding: 0;\\n font-size: 10px;\\n line-height: 1;\\n font-weight: normal;\\n font-style: normal;\\n font-family: Arial, Helvetica, sans-serif;\\n word-break: initial; }\\n .video-js:-moz-full-screen {\\n position: absolute; }\\n .video-js:-webkit-full-screen {\\n width: 100% !important;\\n height: 100% !important; }\\n\\n.video-js[tabindex=\\\"-1\\\"] {\\n outline: none; }\\n\\n.video-js *,\\n.video-js *:before,\\n.video-js *:after {\\n box-sizing: inherit; }\\n\\n.video-js ul {\\n font-family: inherit;\\n font-size: inherit;\\n line-height: inherit;\\n list-style-position: outside;\\n margin-left: 0;\\n margin-right: 0;\\n margin-top: 0;\\n margin-bottom: 0; }\\n\\n.video-js.vjs-fluid,\\n.video-js.vjs-16-9,\\n.video-js.vjs-4-3 {\\n width: 100%;\\n max-width: 100%;\\n height: 0; }\\n\\n.video-js.vjs-16-9 {\\n padding-top: 56.25%; }\\n\\n.video-js.vjs-4-3 {\\n padding-top: 75%; }\\n\\n.video-js.vjs-fill {\\n width: 100%;\\n height: 100%; }\\n\\n.video-js .vjs-tech {\\n position: absolute;\\n top: 0;\\n left: 0;\\n width: 100%;\\n height: 100%; }\\n\\nbody.vjs-full-window {\\n padding: 0;\\n margin: 0;\\n height: 100%; }\\n\\n.vjs-full-window .video-js.vjs-fullscreen {\\n position: fixed;\\n overflow: hidden;\\n z-index: 1000;\\n left: 0;\\n top: 0;\\n bottom: 0;\\n right: 0; }\\n\\n.video-js.vjs-fullscreen {\\n width: 100% !important;\\n height: 100% !important;\\n padding-top: 0 !important; }\\n\\n.video-js.vjs-fullscreen.vjs-user-inactive {\\n cursor: none; }\\n\\n.vjs-hidden {\\n display: none !important; }\\n\\n.vjs-disabled {\\n opacity: 0.5;\\n cursor: default; }\\n\\n.video-js .vjs-offscreen {\\n height: 1px;\\n left: -9999px;\\n position: absolute;\\n top: 0;\\n width: 1px; }\\n\\n.vjs-lock-showing {\\n display: block !important;\\n opacity: 1;\\n visibility: visible; }\\n\\n.vjs-no-js {\\n padding: 20px;\\n color: #fff;\\n background-color: #000;\\n font-size: 18px;\\n font-family: Arial, Helvetica, sans-serif;\\n text-align: center;\\n width: 300px;\\n height: 150px;\\n margin: 0px auto; }\\n\\n.vjs-no-js a,\\n.vjs-no-js a:visited {\\n color: #66A8CC; }\\n\\n.video-js .vjs-big-play-button {\\n font-size: 3em;\\n line-height: 1.5em;\\n height: 1.5em;\\n width: 3em;\\n display: block;\\n position: absolute;\\n top: 10px;\\n left: 10px;\\n padding: 0;\\n cursor: pointer;\\n opacity: 1;\\n border: 0.06666em solid #fff;\\n background-color: #2B333F;\\n background-color: rgba(43, 51, 63, 0.7);\\n border-radius: 0.3em;\\n transition: all 0.4s; }\\n\\n.vjs-big-play-centered .vjs-big-play-button {\\n top: 50%;\\n left: 50%;\\n margin-top: -0.75em;\\n margin-left: -1.5em; }\\n\\n.video-js:hover .vjs-big-play-button,\\n.video-js .vjs-big-play-button:focus {\\n border-color: #fff;\\n background-color: #73859f;\\n background-color: rgba(115, 133, 159, 0.5);\\n transition: all 0s; }\\n\\n.vjs-controls-disabled .vjs-big-play-button,\\n.vjs-has-started .vjs-big-play-button,\\n.vjs-using-native-controls .vjs-big-play-button,\\n.vjs-error .vjs-big-play-button {\\n display: none; }\\n\\n.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {\\n display: block; }\\n\\n.video-js button {\\n background: none;\\n border: none;\\n color: inherit;\\n display: inline-block;\\n font-size: inherit;\\n line-height: inherit;\\n text-transform: none;\\n text-decoration: none;\\n transition: none;\\n -webkit-appearance: none;\\n -moz-appearance: none;\\n appearance: none; }\\n\\n.vjs-control .vjs-button {\\n width: 100%;\\n height: 100%; }\\n\\n.video-js .vjs-control.vjs-close-button {\\n cursor: pointer;\\n height: 3em;\\n position: absolute;\\n right: 0;\\n top: 0.5em;\\n z-index: 2; }\\n\\n.video-js .vjs-modal-dialog {\\n background: rgba(0, 0, 0, 0.8);\\n background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));\\n overflow: auto; }\\n\\n.video-js .vjs-modal-dialog > * {\\n box-sizing: border-box; }\\n\\n.vjs-modal-dialog .vjs-modal-dialog-content {\\n font-size: 1.2em;\\n line-height: 1.5;\\n padding: 20px 24px;\\n z-index: 1; }\\n\\n.vjs-menu-button {\\n cursor: pointer; }\\n\\n.vjs-menu-button.vjs-disabled {\\n cursor: default; }\\n\\n.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {\\n display: none; }\\n\\n.vjs-menu .vjs-menu-content {\\n display: block;\\n padding: 0;\\n margin: 0;\\n font-family: Arial, Helvetica, sans-serif;\\n overflow: auto; }\\n\\n.vjs-menu .vjs-menu-content > * {\\n box-sizing: border-box; }\\n\\n.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {\\n display: none; }\\n\\n.vjs-menu li {\\n list-style: none;\\n margin: 0;\\n padding: 0.2em 0;\\n line-height: 1.4em;\\n font-size: 1.2em;\\n text-align: center;\\n text-transform: lowercase; }\\n\\n.vjs-menu li.vjs-menu-item:focus,\\n.vjs-menu li.vjs-menu-item:hover,\\n.js-focus-visible .vjs-menu li.vjs-menu-item:hover {\\n background-color: #73859f;\\n background-color: rgba(115, 133, 159, 0.5); }\\n\\n.vjs-menu li.vjs-selected,\\n.vjs-menu li.vjs-selected:focus,\\n.vjs-menu li.vjs-selected:hover,\\n.js-focus-visible .vjs-menu li.vjs-selected:hover {\\n background-color: #fff;\\n color: #2B333F; }\\n\\n.vjs-menu li.vjs-menu-title {\\n text-align: center;\\n text-transform: uppercase;\\n font-size: 1em;\\n line-height: 2em;\\n padding: 0;\\n margin: 0 0 0.3em 0;\\n font-weight: bold;\\n cursor: default; }\\n\\n.vjs-menu-button-popup .vjs-menu {\\n display: none;\\n position: absolute;\\n bottom: 0;\\n width: 10em;\\n left: -3em;\\n height: 0em;\\n margin-bottom: 1.5em;\\n border-top-color: rgba(43, 51, 63, 0.7); }\\n\\n.vjs-menu-button-popup .vjs-menu .vjs-menu-content {\\n background-color: #2B333F;\\n background-color: rgba(43, 51, 63, 0.7);\\n position: absolute;\\n width: 100%;\\n bottom: 1.5em;\\n max-height: 15em; }\\n\\n.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu,\\n.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {\\n display: block; }\\n\\n.video-js .vjs-menu-button-inline {\\n transition: all 0.4s;\\n overflow: hidden; }\\n\\n.video-js .vjs-menu-button-inline:before {\\n width: 2.222222222em; }\\n\\n.video-js .vjs-menu-button-inline:hover,\\n.video-js .vjs-menu-button-inline:focus,\\n.video-js .vjs-menu-button-inline.vjs-slider-active,\\n.video-js.vjs-no-flex .vjs-menu-button-inline {\\n width: 12em; }\\n\\n.vjs-menu-button-inline .vjs-menu {\\n opacity: 0;\\n height: 100%;\\n width: auto;\\n position: absolute;\\n left: 4em;\\n top: 0;\\n padding: 0;\\n margin: 0;\\n transition: all 0.4s; }\\n\\n.vjs-menu-button-inline:hover .vjs-menu,\\n.vjs-menu-button-inline:focus .vjs-menu,\\n.vjs-menu-button-inline.vjs-slider-active .vjs-menu {\\n display: block;\\n opacity: 1; }\\n\\n.vjs-no-flex .vjs-menu-button-inline .vjs-menu {\\n display: block;\\n opacity: 1;\\n position: relative;\\n width: auto; }\\n\\n.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,\\n.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,\\n.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {\\n width: auto; }\\n\\n.vjs-menu-button-inline .vjs-menu-content {\\n width: auto;\\n height: 100%;\\n margin: 0;\\n overflow: hidden; }\\n\\n.video-js .vjs-control-bar {\\n display: none;\\n width: 100%;\\n position: absolute;\\n bottom: 0;\\n left: 0;\\n right: 0;\\n height: 3.0em;\\n background-color: #2B333F;\\n background-color: rgba(43, 51, 63, 0.7); }\\n\\n.vjs-has-started .vjs-control-bar {\\n display: flex;\\n visibility: visible;\\n opacity: 1;\\n transition: visibility 0.1s, opacity 0.1s; }\\n\\n.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {\\n visibility: visible;\\n opacity: 0;\\n transition: visibility 1s, opacity 1s; }\\n\\n.vjs-controls-disabled .vjs-control-bar,\\n.vjs-using-native-controls .vjs-control-bar,\\n.vjs-error .vjs-control-bar {\\n display: none !important; }\\n\\n.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {\\n opacity: 1;\\n visibility: visible; }\\n\\n.vjs-has-started.vjs-no-flex .vjs-control-bar {\\n display: table; }\\n\\n.video-js .vjs-control {\\n position: relative;\\n text-align: center;\\n margin: 0;\\n padding: 0;\\n height: 100%;\\n width: 4em;\\n flex: none; }\\n\\n.vjs-button > .vjs-icon-placeholder:before {\\n font-size: 1.8em;\\n line-height: 1.67; }\\n\\n.video-js .vjs-control:focus:before,\\n.video-js .vjs-control:hover:before,\\n.video-js .vjs-control:focus {\\n text-shadow: 0em 0em 1em white; }\\n\\n.video-js .vjs-control-text {\\n border: 0;\\n clip: rect(0 0 0 0);\\n height: 1px;\\n overflow: hidden;\\n padding: 0;\\n position: absolute;\\n width: 1px; }\\n\\n.vjs-no-flex .vjs-control {\\n display: table-cell;\\n vertical-align: middle; }\\n\\n.video-js .vjs-custom-control-spacer {\\n display: none; }\\n\\n.video-js .vjs-progress-control {\\n cursor: pointer;\\n flex: auto;\\n display: flex;\\n align-items: center;\\n min-width: 4em;\\n touch-action: none; }\\n\\n.video-js .vjs-progress-control.disabled {\\n cursor: default; }\\n\\n.vjs-live .vjs-progress-control {\\n display: none; }\\n\\n.vjs-liveui .vjs-progress-control {\\n display: flex;\\n align-items: center; }\\n\\n.vjs-no-flex .vjs-progress-control {\\n width: auto; }\\n\\n.video-js .vjs-progress-holder {\\n flex: auto;\\n transition: all 0.2s;\\n height: 0.3em; }\\n\\n.video-js .vjs-progress-control .vjs-progress-holder {\\n margin: 0 10px; }\\n\\n.video-js .vjs-progress-control:hover .vjs-progress-holder {\\n font-size: 1.666666666666666666em; }\\n\\n.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {\\n font-size: 1em; }\\n\\n.video-js .vjs-progress-holder .vjs-play-progress,\\n.video-js .vjs-progress-holder .vjs-load-progress,\\n.video-js .vjs-progress-holder .vjs-load-progress div {\\n position: absolute;\\n display: block;\\n height: 100%;\\n margin: 0;\\n padding: 0;\\n width: 0; }\\n\\n.video-js .vjs-play-progress {\\n background-color: #fff; }\\n .video-js .vjs-play-progress:before {\\n font-size: 0.9em;\\n position: absolute;\\n right: -0.5em;\\n top: -0.333333333333333em;\\n z-index: 1; }\\n\\n.video-js .vjs-load-progress {\\n background: rgba(115, 133, 159, 0.5); }\\n\\n.video-js .vjs-load-progress div {\\n background: rgba(115, 133, 159, 0.75); }\\n\\n.video-js .vjs-time-tooltip {\\n background-color: #fff;\\n background-color: rgba(255, 255, 255, 0.8);\\n border-radius: 0.3em;\\n color: #000;\\n float: right;\\n font-family: Arial, Helvetica, sans-serif;\\n font-size: 1em;\\n padding: 6px 8px 8px 8px;\\n pointer-events: none;\\n position: absolute;\\n top: -3.4em;\\n visibility: hidden;\\n z-index: 1; }\\n\\n.video-js .vjs-progress-holder:focus .vjs-time-tooltip {\\n display: none; }\\n\\n.video-js .vjs-progress-control:hover .vjs-time-tooltip,\\n.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {\\n display: block;\\n font-size: 0.6em;\\n visibility: visible; }\\n\\n.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {\\n font-size: 1em; }\\n\\n.video-js .vjs-progress-control .vjs-mouse-display {\\n display: none;\\n position: absolute;\\n width: 1px;\\n height: 100%;\\n background-color: #000;\\n z-index: 1; }\\n\\n.vjs-no-flex .vjs-progress-control .vjs-mouse-display {\\n z-index: 0; }\\n\\n.video-js .vjs-progress-control:hover .vjs-mouse-display {\\n display: block; }\\n\\n.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {\\n visibility: hidden;\\n opacity: 0;\\n transition: visibility 1s, opacity 1s; }\\n\\n.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {\\n display: none; }\\n\\n.vjs-mouse-display .vjs-time-tooltip {\\n color: #fff;\\n background-color: #000;\\n background-color: rgba(0, 0, 0, 0.8); }\\n\\n.video-js .vjs-slider {\\n position: relative;\\n cursor: pointer;\\n padding: 0;\\n margin: 0 0.45em 0 0.45em;\\n /* iOS Safari */\\n -webkit-touch-callout: none;\\n /* Safari */\\n -webkit-user-select: none;\\n /* Konqueror HTML */\\n /* Firefox */\\n -moz-user-select: none;\\n /* Internet Explorer/Edge */\\n -ms-user-select: none;\\n /* Non-prefixed version, currently supported by Chrome and Opera */\\n user-select: none;\\n background-color: #73859f;\\n background-color: rgba(115, 133, 159, 0.5); }\\n\\n.video-js .vjs-slider.disabled {\\n cursor: default; }\\n\\n.video-js .vjs-slider:focus {\\n text-shadow: 0em 0em 1em white;\\n box-shadow: 0 0 1em #fff; }\\n\\n.video-js .vjs-mute-control {\\n cursor: pointer;\\n flex: none; }\\n\\n.video-js .vjs-volume-control {\\n cursor: pointer;\\n margin-right: 1em;\\n display: flex; }\\n\\n.video-js .vjs-volume-control.vjs-volume-horizontal {\\n width: 5em; }\\n\\n.video-js .vjs-volume-panel .vjs-volume-control {\\n visibility: visible;\\n opacity: 0;\\n width: 1px;\\n height: 1px;\\n margin-left: -1px; }\\n\\n.video-js .vjs-volume-panel {\\n transition: width 1s; }\\n .video-js .vjs-volume-panel:hover .vjs-volume-control,\\n .video-js .vjs-volume-panel:active .vjs-volume-control,\\n .video-js .vjs-volume-panel:focus .vjs-volume-control,\\n .video-js .vjs-volume-panel .vjs-volume-control:hover,\\n .video-js .vjs-volume-panel .vjs-volume-control:active,\\n .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control,\\n .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {\\n visibility: visible;\\n opacity: 1;\\n position: relative;\\n transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s; }\\n .video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal,\\n .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,\\n .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,\\n .video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-horizontal,\\n .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,\\n .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-horizontal,\\n .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {\\n width: 5em;\\n height: 3em; }\\n .video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical,\\n .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,\\n .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical,\\n .video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical,\\n .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,\\n .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-vertical,\\n .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {\\n left: -3.5em; }\\n .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {\\n width: 9em;\\n transition: width 0.1s; }\\n .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {\\n width: 4em; }\\n\\n.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {\\n height: 8em;\\n width: 3em;\\n left: -3000em;\\n transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s; }\\n\\n.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {\\n transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s; }\\n\\n.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {\\n width: 5em;\\n height: 3em;\\n visibility: visible;\\n opacity: 1;\\n position: relative;\\n transition: none; }\\n\\n.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,\\n.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {\\n position: absolute;\\n bottom: 3em;\\n left: 0.5em; }\\n\\n.video-js .vjs-volume-panel {\\n display: flex; }\\n\\n.video-js .vjs-volume-bar {\\n margin: 1.35em 0.45em; }\\n\\n.vjs-volume-bar.vjs-slider-horizontal {\\n width: 5em;\\n height: 0.3em; }\\n\\n.vjs-volume-bar.vjs-slider-vertical {\\n width: 0.3em;\\n height: 5em;\\n margin: 1.35em auto; }\\n\\n.video-js .vjs-volume-level {\\n position: absolute;\\n bottom: 0;\\n left: 0;\\n background-color: #fff; }\\n .video-js .vjs-volume-level:before {\\n position: absolute;\\n font-size: 0.9em; }\\n\\n.vjs-slider-vertical .vjs-volume-level {\\n width: 0.3em; }\\n .vjs-slider-vertical .vjs-volume-level:before {\\n top: -0.5em;\\n left: -0.3em; }\\n\\n.vjs-slider-horizontal .vjs-volume-level {\\n height: 0.3em; }\\n .vjs-slider-horizontal .vjs-volume-level:before {\\n top: -0.3em;\\n right: -0.5em; }\\n\\n.video-js .vjs-volume-panel.vjs-volume-panel-vertical {\\n width: 4em; }\\n\\n.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {\\n height: 100%; }\\n\\n.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {\\n width: 100%; }\\n\\n.video-js .vjs-volume-vertical {\\n width: 3em;\\n height: 8em;\\n bottom: 8em;\\n background-color: #2B333F;\\n background-color: rgba(43, 51, 63, 0.7); }\\n\\n.video-js .vjs-volume-horizontal .vjs-menu {\\n left: -2em; }\\n\\n.vjs-poster {\\n display: inline-block;\\n vertical-align: middle;\\n background-repeat: no-repeat;\\n background-position: 50% 50%;\\n background-size: contain;\\n background-color: #000000;\\n cursor: pointer;\\n margin: 0;\\n padding: 0;\\n position: absolute;\\n top: 0;\\n right: 0;\\n bottom: 0;\\n left: 0;\\n height: 100%; }\\n\\n.vjs-has-started .vjs-poster {\\n display: none; }\\n\\n.vjs-audio.vjs-has-started .vjs-poster {\\n display: block; }\\n\\n.vjs-using-native-controls .vjs-poster {\\n display: none; }\\n\\n.video-js .vjs-live-control {\\n display: flex;\\n align-items: flex-start;\\n flex: auto;\\n font-size: 1em;\\n line-height: 3em; }\\n\\n.vjs-no-flex .vjs-live-control {\\n display: table-cell;\\n width: auto;\\n text-align: left; }\\n\\n.video-js:not(.vjs-live) .vjs-live-control,\\n.video-js.vjs-liveui .vjs-live-control {\\n display: none; }\\n\\n.video-js .vjs-seek-to-live-control {\\n cursor: pointer;\\n flex: none;\\n display: inline-flex;\\n height: 100%;\\n padding-left: 0.5em;\\n padding-right: 0.5em;\\n font-size: 1em;\\n line-height: 3em;\\n width: auto;\\n min-width: 4em; }\\n\\n.vjs-no-flex .vjs-seek-to-live-control {\\n display: table-cell;\\n width: auto;\\n text-align: left; }\\n\\n.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,\\n.video-js:not(.vjs-live) .vjs-seek-to-live-control {\\n display: none; }\\n\\n.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {\\n cursor: auto; }\\n\\n.vjs-seek-to-live-control .vjs-icon-placeholder {\\n margin-right: 0.5em;\\n color: #888; }\\n\\n.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {\\n color: red; }\\n\\n.video-js .vjs-time-control {\\n flex: none;\\n font-size: 1em;\\n line-height: 3em;\\n min-width: 2em;\\n width: auto;\\n padding-left: 1em;\\n padding-right: 1em; }\\n\\n.vjs-live .vjs-time-control {\\n display: none; }\\n\\n.video-js .vjs-current-time,\\n.vjs-no-flex .vjs-current-time {\\n display: none; }\\n\\n.video-js .vjs-duration,\\n.vjs-no-flex .vjs-duration {\\n display: none; }\\n\\n.vjs-time-divider {\\n display: none;\\n line-height: 3em; }\\n\\n.vjs-live .vjs-time-divider {\\n display: none; }\\n\\n.video-js .vjs-play-control {\\n cursor: pointer; }\\n\\n.video-js .vjs-play-control .vjs-icon-placeholder {\\n flex: none; }\\n\\n.vjs-text-track-display {\\n position: absolute;\\n bottom: 3em;\\n left: 0;\\n right: 0;\\n top: 0;\\n pointer-events: none; }\\n\\n.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {\\n bottom: 1em; }\\n\\n.video-js .vjs-text-track {\\n font-size: 1.4em;\\n text-align: center;\\n margin-bottom: 0.1em; }\\n\\n.vjs-subtitles {\\n color: #fff; }\\n\\n.vjs-captions {\\n color: #fc6; }\\n\\n.vjs-tt-cue {\\n display: block; }\\n\\nvideo::-webkit-media-text-track-display {\\n -webkit-transform: translateY(-3em);\\n transform: translateY(-3em); }\\n\\n.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {\\n -webkit-transform: translateY(-1.5em);\\n transform: translateY(-1.5em); }\\n\\n.video-js .vjs-fullscreen-control {\\n cursor: pointer;\\n flex: none; }\\n\\n.vjs-playback-rate > .vjs-menu-button,\\n.vjs-playback-rate .vjs-playback-rate-value {\\n position: absolute;\\n top: 0;\\n left: 0;\\n width: 100%;\\n height: 100%; }\\n\\n.vjs-playback-rate .vjs-playback-rate-value {\\n pointer-events: none;\\n font-size: 1.5em;\\n line-height: 2;\\n text-align: center; }\\n\\n.vjs-playback-rate .vjs-menu {\\n width: 4em;\\n left: 0em; }\\n\\n.vjs-error .vjs-error-display .vjs-modal-dialog-content {\\n font-size: 1.4em;\\n text-align: center; }\\n\\n.vjs-error .vjs-error-display:before {\\n color: #fff;\\n content: 'X';\\n font-family: Arial, Helvetica, sans-serif;\\n font-size: 4em;\\n left: 0;\\n line-height: 1;\\n margin-top: -0.5em;\\n position: absolute;\\n text-shadow: 0.05em 0.05em 0.1em #000;\\n text-align: center;\\n top: 50%;\\n vertical-align: middle;\\n width: 100%; }\\n\\n.vjs-loading-spinner {\\n display: none;\\n position: absolute;\\n top: 50%;\\n left: 50%;\\n margin: -25px 0 0 -25px;\\n opacity: 0.85;\\n text-align: left;\\n border: 6px solid rgba(43, 51, 63, 0.7);\\n box-sizing: border-box;\\n background-clip: padding-box;\\n width: 50px;\\n height: 50px;\\n border-radius: 25px;\\n visibility: hidden; }\\n\\n.vjs-seeking .vjs-loading-spinner,\\n.vjs-waiting .vjs-loading-spinner {\\n display: block;\\n -webkit-animation: 0s linear 0.3s forwards vjs-spinner-show;\\n animation: 0s linear 0.3s forwards vjs-spinner-show; }\\n\\n.vjs-loading-spinner:before,\\n.vjs-loading-spinner:after {\\n content: \\\"\\\";\\n position: absolute;\\n margin: -6px;\\n box-sizing: inherit;\\n width: inherit;\\n height: inherit;\\n border-radius: inherit;\\n opacity: 1;\\n border: inherit;\\n border-color: transparent;\\n border-top-color: white; }\\n\\n.vjs-seeking .vjs-loading-spinner:before,\\n.vjs-seeking .vjs-loading-spinner:after,\\n.vjs-waiting .vjs-loading-spinner:before,\\n.vjs-waiting .vjs-loading-spinner:after {\\n -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;\\n animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite; }\\n\\n.vjs-seeking .vjs-loading-spinner:before,\\n.vjs-waiting .vjs-loading-spinner:before {\\n border-top-color: white; }\\n\\n.vjs-seeking .vjs-loading-spinner:after,\\n.vjs-waiting .vjs-loading-spinner:after {\\n border-top-color: white;\\n -webkit-animation-delay: 0.44s;\\n animation-delay: 0.44s; }\\n\\n@keyframes vjs-spinner-show {\\n to {\\n visibility: visible; } }\\n\\n@-webkit-keyframes vjs-spinner-show {\\n to {\\n visibility: visible; } }\\n\\n@keyframes vjs-spinner-spin {\\n 100% {\\n -webkit-transform: rotate(360deg);\\n transform: rotate(360deg); } }\\n\\n@-webkit-keyframes vjs-spinner-spin {\\n 100% {\\n -webkit-transform: rotate(360deg); } }\\n\\n@keyframes vjs-spinner-fade {\\n 0% {\\n border-top-color: #73859f; }\\n 20% {\\n border-top-color: #73859f; }\\n 35% {\\n border-top-color: white; }\\n 60% {\\n border-top-color: #73859f; }\\n 100% {\\n border-top-color: #73859f; } }\\n\\n@-webkit-keyframes vjs-spinner-fade {\\n 0% {\\n border-top-color: #73859f; }\\n 20% {\\n border-top-color: #73859f; }\\n 35% {\\n border-top-color: white; }\\n 60% {\\n border-top-color: #73859f; }\\n 100% {\\n border-top-color: #73859f; } }\\n\\n.vjs-chapters-button .vjs-menu ul {\\n width: 24em; }\\n\\n.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {\\n vertical-align: middle;\\n display: inline-block;\\n margin-bottom: -0.1em; }\\n\\n.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {\\n font-family: VideoJS;\\n content: \\\"\\\\f10d\\\";\\n font-size: 1.5em;\\n line-height: inherit; }\\n\\n.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {\\n vertical-align: middle;\\n display: inline-block;\\n margin-bottom: -0.1em; }\\n\\n.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {\\n font-family: VideoJS;\\n content: \\\" \\\\f11d\\\";\\n font-size: 1.5em;\\n line-height: inherit; }\\n\\n.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {\\n flex: auto;\\n display: block; }\\n\\n.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {\\n width: auto; }\\n\\n.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,\\n.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,\\n.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-panel,\\n.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,\\n.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subs-caps-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button {\\n display: none; }\\n\\n.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,\\n.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,\\n.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-panel,\\n.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,\\n.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subs-caps-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button {\\n display: none; }\\n\\n.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,\\n.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,\\n.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-panel,\\n.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,\\n.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-audio-button {\\n display: none; }\\n\\n.vjs-modal-dialog.vjs-text-track-settings {\\n background-color: #2B333F;\\n background-color: rgba(43, 51, 63, 0.75);\\n color: #fff;\\n height: 70%; }\\n\\n.vjs-text-track-settings .vjs-modal-dialog-content {\\n display: table; }\\n\\n.vjs-text-track-settings .vjs-track-settings-colors,\\n.vjs-text-track-settings .vjs-track-settings-font,\\n.vjs-text-track-settings .vjs-track-settings-controls {\\n display: table-cell; }\\n\\n.vjs-text-track-settings .vjs-track-settings-controls {\\n text-align: right;\\n vertical-align: bottom; }\\n\\n@supports (display: grid) {\\n .vjs-text-track-settings .vjs-modal-dialog-content {\\n display: grid;\\n grid-template-columns: 1fr 1fr;\\n grid-template-rows: 1fr;\\n padding: 20px 24px 0px 24px; }\\n .vjs-track-settings-controls .vjs-default-button {\\n margin-bottom: 20px; }\\n .vjs-text-track-settings .vjs-track-settings-controls {\\n grid-column: 1 / -1; }\\n .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,\\n .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,\\n .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {\\n grid-template-columns: 1fr; } }\\n\\n.vjs-track-setting > select {\\n margin-right: 1em;\\n margin-bottom: 0.5em; }\\n\\n.vjs-text-track-settings fieldset {\\n margin: 5px;\\n padding: 3px;\\n border: none; }\\n\\n.vjs-text-track-settings fieldset span {\\n display: inline-block; }\\n\\n.vjs-text-track-settings fieldset span > select {\\n max-width: 7.3em; }\\n\\n.vjs-text-track-settings legend {\\n color: #fff;\\n margin: 0 0 5px 0; }\\n\\n.vjs-text-track-settings .vjs-label {\\n position: absolute;\\n clip: rect(1px 1px 1px 1px);\\n clip: rect(1px, 1px, 1px, 1px);\\n display: block;\\n margin: 0 0 5px 0;\\n padding: 0;\\n border: 0;\\n height: 1px;\\n width: 1px;\\n overflow: hidden; }\\n\\n.vjs-track-settings-controls button:focus,\\n.vjs-track-settings-controls button:active {\\n outline-style: solid;\\n outline-width: medium;\\n background-image: linear-gradient(0deg, #fff 88%, #73859f 100%); }\\n\\n.vjs-track-settings-controls button:hover {\\n color: rgba(43, 51, 63, 0.75); }\\n\\n.vjs-track-settings-controls button {\\n background-color: #fff;\\n background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);\\n color: #2B333F;\\n cursor: pointer;\\n border-radius: 2px; }\\n\\n.vjs-track-settings-controls .vjs-default-button {\\n margin-right: 1em; }\\n\\n@media print {\\n .video-js > *:not(.vjs-tech):not(.vjs-poster) {\\n visibility: hidden; } }\\n\\n.vjs-resize-manager {\\n position: absolute;\\n top: 0;\\n left: 0;\\n width: 100%;\\n height: 100%;\\n border: none;\\n z-index: -1000; }\\n\\n.js-focus-visible .video-js *:focus:not(.focus-visible) {\\n outline: none;\\n background: none; }\\n\\n.video-js *:focus:not(:focus-visible),\\n.video-js .vjs-menu *:focus:not(:focus-visible) {\\n outline: none;\\n background: none; }\\n\", \"\"]);\n\n"],"sourceRoot":""} \ No newline at end of file
diff --git a/js/videojs.js b/js/videojs.js
deleted file mode 100644
index 25070b3..0000000
--- a/js/videojs.js
+++ /dev/null
@@ -1,2 +0,0 @@
-(window.webpackJsonp=window.webpackJsonp||[]).push([[2],{2:function(n,t,o){var e=o(52);"string"==typeof e&&(e=[[n.i,e,""]]);var s={hmr:!0,transform:void 0,insertInto:void 0};o(17)(e,s);e.locals&&(n.exports=e.locals)},33:function(n,t){},52:function(n,t,o){(n.exports=o(16)(!1)).push([n.i,'#videoplayer_overlay video {\n\toutline: none;\n}\n\n#videoplayer_overlay {\n\tposition: fixed;\n\ttop: 0px;\n\tbottom: 0px;\n\tleft: 0px;\n\tright: 0px;\n\tbackground-color: #4c4c4c;\n\tbackground-color: rgba(0, 0, 0, .7);\n\tz-index: 3000;\n\topacity: 0;\n\ttransition: opacity 250ms ease-in;\n}\n\n#videoplayer_overlay.show {\n\topacity: 1;\n}\n\n#videoplayer_outer_container {\n\tposition: fixed;\n\ttop: 50%;\n\tleft: 50%;\n\twidth: 95%;\n\tmax-width: 854px;\n\ttransform: translate(-50%, -50%);\n}\n\n#videoplayer_container {\n\tposition: relative;\n\twidth: 95%;\n\tmax-width: 854px;\n\tmargin: 0 auto;\n\tcolor: #4d4d4d;\n\tbackground: #fff;\n\tbox-shadow: 0 0 20px #222;\n\tz-index: 3001;\n}\n\n#videoplayer_container:before {\n\tcontent: "";\n\tdisplay: block;\n\tpadding-top: 56.25%;\n}\n\n#videoplayer {\n\tposition: absolute;\n\ttop: 0;\n\tright: 0;\n\tbottom: 0;\n\tleft: 0;\n}\n\n#box-close {\n\tposition: absolute;\n\ttop: 10px;\n\tright: 10px;\n\twidth: 30px;\n\theight: 30px;\n\topacity: .35;\n\tcursor: pointer;\n}\n\n#box-close:hover {\n\topacity: .75;\n}\n\n.vjs-sublime-skin.vjs-has-started.vjs-user-inactive.vjs-playing #box-close {\n\topacity: 0;\n\ttransition: opacity 1s cubic-bezier(.455,.03,.515,.955);\n}\n\n\n/* Video.js adjustments */\n\n.video-js .vjs-menu-button-inline.vjs-slider-active,.video-js .vjs-menu-button-inline:focus,.video-js .vjs-menu-button-inline:hover,.video-js.vjs-no-flex .vjs-menu-button-inline {\n\twidth: 10em\n}\n\n.video-js .vjs-controls-disabled .vjs-big-play-button {\n\tdisplay: none!important\n}\n\n.video-js .vjs-control {\n\twidth: 3em\n}\n\n.video-js .vjs-menu-button-inline:before {\n\twidth: 1.5em\n}\n\n.vjs-menu-button-inline .vjs-menu {\n\tleft: 3em\n}\n\n.vjs-paused.vjs-has-started.video-js .vjs-big-play-button,.video-js.vjs-ended .vjs-big-play-button,.video-js.vjs-paused .vjs-big-play-button {\n\tdisplay: block\n}\n\n.video-js .vjs-load-progress div,.vjs-seeking .vjs-big-play-button,.vjs-waiting .vjs-big-play-button {\n\tdisplay: none!important\n}\n\n.video-js .vjs-mouse-display:after,.video-js .vjs-play-progress:after {\n\tpadding: 0 .4em .3em\n}\n\n.video-js.vjs-ended .vjs-loading-spinner {\n\tdisplay: none;\n}\n\n.video-js.vjs-ended .vjs-big-play-button {\n\tdisplay: block !important;\n}\n\nvideo-js.vjs-ended .vjs-big-play-button,.video-js.vjs-paused .vjs-big-play-button,.vjs-paused.vjs-has-started.video-js .vjs-big-play-button {\n\tdisplay: block\n}\n\n.video-js .vjs-big-play-button {\n\ttop: 50%;\n\tleft: 50%;\n}\n\n.video-js.vjs-big-play-centered .vjs-big-play-button {\n\tbackground-color: rgba(0,0,0,0.35);\n\tfont-size: 3em;\n\tborder-radius: 50%;\n\theight: 2em !important;\n\tline-height: 2em !important;\n\tmargin-top: -1em !important;\n\tmargin-left: -1em !important;\n}\n\n.video-js:hover .vjs-big-play-button,.video-js .vjs-big-play-button:focus,.video-js .vjs-big-play-button:active {\n\tbackground-color: rgba(0,0,0,0.35)\n}\n\n.video-js .vjs-loading-spinner {\n\tborder-color: rgba(255,255,255,0.7)\n}\n\n.video-js .vjs-control-bar2 {\n\tbackground-color: transparent\n}\n\n.video-js .vjs-control-bar {\n\tbackground-color: rgba(0,0,0,0) !important;\n\tcolor: #ffffff;\n\tfont-size: 18px\n}\n\n.video-js .vjs-play-progress,.video-js .vjs-volume-level {\n\tbackground-color: #2483d5\n}\n\n.video-js .vjs-big-play-button {\n\theight: 2em !important;\n\twidth: 2em !important;\n\tline-height: 1.9em !important;\n\tmargin-top: -1em !important;\n\tmargin-left: -1em;\n\tborder-width: 3px\n}\n\n.video-js .vjs-icon-play:before, .video-js .vjs-big-play-button:before {\n\tfont-size: 50px;\n}\n\n.video-js .vjs-progress-holder {\n\tfont-size: 1.7em;\n\tborder-radius: 10px;\n}\n\n.video-js .vjs-progress-holder .vjs-play-progress, .video-js .vjs-progress-holder .vjs-load-progress, .video-js .vjs-progress-holder .vjs-load-progress div, .video-js .vjs-slider,.vjs-volume-level {\n\tborder-radius: 10px;\n}\n\n.video-js .vjs-load-progress {\n\tbackground: rgba(255,255,255,0.5);\n}\n\n.video-js .vjs-big-play-button {\n\theight: 2em !important;\n\twidth: 2em !important;\n\tline-height: 1.9em !important;\n\tmargin-top: -1em !important;\n\tmargin-left: -1em;\n\tborder-width:3px\n}\n.video-js .vjs-icon-play:before, .video-js .vjs-big-play-button:before {\n\tfont-size: 50px;\n}\n.video-js .vjs-progress-holder {\n\tfont-size: 1.7em;\n\tborder-radius: 10px;\n}\n.video-js .vjs-progress-holder .vjs-play-progress, .video-js .vjs-progress-holder .vjs-load-progress, .video-js .vjs-progress-holder .vjs-load-progress div, .video-js .vjs-slider,.vjs-volume-level {\n\tborder-radius: 10px;\n}\n.video-js .vjs-load-progress {\n\tbackground: rgba(255,255,255,0.5);\n}\n\n.video-js button:active {\n\tbackground: transparent !important;\n\tcolor: #fff !important;\n}\n\n/* hide error icon */\n.vjs-error .vjs-error-display::before {\n\tcontent: "" !important;\n}\n\n/* fix for fluid size of the player */\n#imgframe #videoplayer_view {\n\tdisplay: inline-block;\n}\n\n/* public sharing view styles */\n#imgframe .video-js .vjs-tech {\n\tposition: relative;\n\twidth: auto;\n\theight: auto;\n}\n\n/* fullscreen public videos see https://github.com/nextcloud/files_videoplayer/issues/77 */\n#imgframe .video-js.vjs-fullscreen .vjs-tech {\n\twidth:100%;\n\theight:100%;\n}\n\n#imgframe .video-js:not(.vjs-fullscreen),\n#imgframe .video-js:not(.vjs-fullscreen) .vjs-tech {\n\tmax-height: calc(100vh - 280px) !important;\n\tmin-width: 300px;\n\tmax-width: 100% !important;\n}\n',""])}}]);
-//# sourceMappingURL=videojs.js.map \ No newline at end of file
diff --git a/js/videojs.js.map b/js/videojs.js.map
deleted file mode 100644
index 9e3a898..0000000
--- a/js/videojs.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"sources":["webpack:///./css/style.css?e85f","webpack:///./css/style.css"],"names":["content","__webpack_require__","module","i","options","hmr","transform","insertInto","undefined","locals","exports","push"],"mappings":"2EACA,IAAAA,EAAcC,EAAQ,IAEtB,iBAAAD,MAAA,EAA4CE,EAAAC,EAASH,EAAA,MAOrD,IAAAI,EAAA,CAAeC,KAAA,EAEfC,eAPAA,EAQAC,gBAAAC,GAEaP,EAAQ,GAARA,CAAwDD,EAAAI,GAErEJ,EAAAS,SAAAP,EAAAQ,QAAAV,EAAAS,gDCjBAP,EAAAQ,QAA2BT,EAAQ,GAARA,EAAwD,IAEnFU,KAAA,CAAcT,EAAAC,EAAS,y1KAA21K","file":"videojs.js","sourcesContent":["\nvar content = require(\"!!../node_modules/css-loader/dist/cjs.js!./style.css\");\n\nif(typeof content === 'string') content = [[module.id, content, '']];\n\nvar transform;\nvar insertInto;\n\n\n\nvar options = {\"hmr\":true}\n\noptions.transform = transform\noptions.insertInto = undefined;\n\nvar update = require(\"!../node_modules/style-loader/lib/addStyles.js\")(content, options);\n\nif(content.locals) module.exports = content.locals;\n\nif(module.hot) {\n\tmodule.hot.accept(\"!!../node_modules/css-loader/dist/cjs.js!./style.css\", function() {\n\t\tvar newContent = require(\"!!../node_modules/css-loader/dist/cjs.js!./style.css\");\n\n\t\tif(typeof newContent === 'string') newContent = [[module.id, newContent, '']];\n\n\t\tvar locals = (function(a, b) {\n\t\t\tvar key, idx = 0;\n\n\t\t\tfor(key in a) {\n\t\t\t\tif(!b || a[key] !== b[key]) return false;\n\t\t\t\tidx++;\n\t\t\t}\n\n\t\t\tfor(key in b) idx--;\n\n\t\t\treturn idx === 0;\n\t\t}(content.locals, newContent.locals));\n\n\t\tif(!locals) throw new Error('Aborting CSS HMR due to changed css-modules locals.');\n\n\t\tupdate(newContent);\n\t});\n\n\tmodule.hot.dispose(function() { update(); });\n}","exports = module.exports = require(\"../node_modules/css-loader/dist/runtime/api.js\")(false);\n// Module\nexports.push([module.id, \"#videoplayer_overlay video {\\n\\toutline: none;\\n}\\n\\n#videoplayer_overlay {\\n\\tposition: fixed;\\n\\ttop: 0px;\\n\\tbottom: 0px;\\n\\tleft: 0px;\\n\\tright: 0px;\\n\\tbackground-color: #4c4c4c;\\n\\tbackground-color: rgba(0, 0, 0, .7);\\n\\tz-index: 3000;\\n\\topacity: 0;\\n\\ttransition: opacity 250ms ease-in;\\n}\\n\\n#videoplayer_overlay.show {\\n\\topacity: 1;\\n}\\n\\n#videoplayer_outer_container {\\n\\tposition: fixed;\\n\\ttop: 50%;\\n\\tleft: 50%;\\n\\twidth: 95%;\\n\\tmax-width: 854px;\\n\\ttransform: translate(-50%, -50%);\\n}\\n\\n#videoplayer_container {\\n\\tposition: relative;\\n\\twidth: 95%;\\n\\tmax-width: 854px;\\n\\tmargin: 0 auto;\\n\\tcolor: #4d4d4d;\\n\\tbackground: #fff;\\n\\tbox-shadow: 0 0 20px #222;\\n\\tz-index: 3001;\\n}\\n\\n#videoplayer_container:before {\\n\\tcontent: \\\"\\\";\\n\\tdisplay: block;\\n\\tpadding-top: 56.25%;\\n}\\n\\n#videoplayer {\\n\\tposition: absolute;\\n\\ttop: 0;\\n\\tright: 0;\\n\\tbottom: 0;\\n\\tleft: 0;\\n}\\n\\n#box-close {\\n\\tposition: absolute;\\n\\ttop: 10px;\\n\\tright: 10px;\\n\\twidth: 30px;\\n\\theight: 30px;\\n\\topacity: .35;\\n\\tcursor: pointer;\\n}\\n\\n#box-close:hover {\\n\\topacity: .75;\\n}\\n\\n.vjs-sublime-skin.vjs-has-started.vjs-user-inactive.vjs-playing #box-close {\\n\\topacity: 0;\\n\\ttransition: opacity 1s cubic-bezier(.455,.03,.515,.955);\\n}\\n\\n\\n/* Video.js adjustments */\\n\\n.video-js .vjs-menu-button-inline.vjs-slider-active,.video-js .vjs-menu-button-inline:focus,.video-js .vjs-menu-button-inline:hover,.video-js.vjs-no-flex .vjs-menu-button-inline {\\n\\twidth: 10em\\n}\\n\\n.video-js .vjs-controls-disabled .vjs-big-play-button {\\n\\tdisplay: none!important\\n}\\n\\n.video-js .vjs-control {\\n\\twidth: 3em\\n}\\n\\n.video-js .vjs-menu-button-inline:before {\\n\\twidth: 1.5em\\n}\\n\\n.vjs-menu-button-inline .vjs-menu {\\n\\tleft: 3em\\n}\\n\\n.vjs-paused.vjs-has-started.video-js .vjs-big-play-button,.video-js.vjs-ended .vjs-big-play-button,.video-js.vjs-paused .vjs-big-play-button {\\n\\tdisplay: block\\n}\\n\\n.video-js .vjs-load-progress div,.vjs-seeking .vjs-big-play-button,.vjs-waiting .vjs-big-play-button {\\n\\tdisplay: none!important\\n}\\n\\n.video-js .vjs-mouse-display:after,.video-js .vjs-play-progress:after {\\n\\tpadding: 0 .4em .3em\\n}\\n\\n.video-js.vjs-ended .vjs-loading-spinner {\\n\\tdisplay: none;\\n}\\n\\n.video-js.vjs-ended .vjs-big-play-button {\\n\\tdisplay: block !important;\\n}\\n\\nvideo-js.vjs-ended .vjs-big-play-button,.video-js.vjs-paused .vjs-big-play-button,.vjs-paused.vjs-has-started.video-js .vjs-big-play-button {\\n\\tdisplay: block\\n}\\n\\n.video-js .vjs-big-play-button {\\n\\ttop: 50%;\\n\\tleft: 50%;\\n}\\n\\n.video-js.vjs-big-play-centered .vjs-big-play-button {\\n\\tbackground-color: rgba(0,0,0,0.35);\\n\\tfont-size: 3em;\\n\\tborder-radius: 50%;\\n\\theight: 2em !important;\\n\\tline-height: 2em !important;\\n\\tmargin-top: -1em !important;\\n\\tmargin-left: -1em !important;\\n}\\n\\n.video-js:hover .vjs-big-play-button,.video-js .vjs-big-play-button:focus,.video-js .vjs-big-play-button:active {\\n\\tbackground-color: rgba(0,0,0,0.35)\\n}\\n\\n.video-js .vjs-loading-spinner {\\n\\tborder-color: rgba(255,255,255,0.7)\\n}\\n\\n.video-js .vjs-control-bar2 {\\n\\tbackground-color: transparent\\n}\\n\\n.video-js .vjs-control-bar {\\n\\tbackground-color: rgba(0,0,0,0) !important;\\n\\tcolor: #ffffff;\\n\\tfont-size: 18px\\n}\\n\\n.video-js .vjs-play-progress,.video-js .vjs-volume-level {\\n\\tbackground-color: #2483d5\\n}\\n\\n.video-js .vjs-big-play-button {\\n\\theight: 2em !important;\\n\\twidth: 2em !important;\\n\\tline-height: 1.9em !important;\\n\\tmargin-top: -1em !important;\\n\\tmargin-left: -1em;\\n\\tborder-width: 3px\\n}\\n\\n.video-js .vjs-icon-play:before, .video-js .vjs-big-play-button:before {\\n\\tfont-size: 50px;\\n}\\n\\n.video-js .vjs-progress-holder {\\n\\tfont-size: 1.7em;\\n\\tborder-radius: 10px;\\n}\\n\\n.video-js .vjs-progress-holder .vjs-play-progress, .video-js .vjs-progress-holder .vjs-load-progress, .video-js .vjs-progress-holder .vjs-load-progress div, .video-js .vjs-slider,.vjs-volume-level {\\n\\tborder-radius: 10px;\\n}\\n\\n.video-js .vjs-load-progress {\\n\\tbackground: rgba(255,255,255,0.5);\\n}\\n\\n.video-js .vjs-big-play-button {\\n\\theight: 2em !important;\\n\\twidth: 2em !important;\\n\\tline-height: 1.9em !important;\\n\\tmargin-top: -1em !important;\\n\\tmargin-left: -1em;\\n\\tborder-width:3px\\n}\\n.video-js .vjs-icon-play:before, .video-js .vjs-big-play-button:before {\\n\\tfont-size: 50px;\\n}\\n.video-js .vjs-progress-holder {\\n\\tfont-size: 1.7em;\\n\\tborder-radius: 10px;\\n}\\n.video-js .vjs-progress-holder .vjs-play-progress, .video-js .vjs-progress-holder .vjs-load-progress, .video-js .vjs-progress-holder .vjs-load-progress div, .video-js .vjs-slider,.vjs-volume-level {\\n\\tborder-radius: 10px;\\n}\\n.video-js .vjs-load-progress {\\n\\tbackground: rgba(255,255,255,0.5);\\n}\\n\\n.video-js button:active {\\n\\tbackground: transparent !important;\\n\\tcolor: #fff !important;\\n}\\n\\n/* hide error icon */\\n.vjs-error .vjs-error-display::before {\\n\\tcontent: \\\"\\\" !important;\\n}\\n\\n/* fix for fluid size of the player */\\n#imgframe #videoplayer_view {\\n\\tdisplay: inline-block;\\n}\\n\\n/* public sharing view styles */\\n#imgframe .video-js .vjs-tech {\\n\\tposition: relative;\\n\\twidth: auto;\\n\\theight: auto;\\n}\\n\\n/* fullscreen public videos see https://github.com/nextcloud/files_videoplayer/issues/77 */\\n#imgframe .video-js.vjs-fullscreen .vjs-tech {\\n\\twidth:100%;\\n\\theight:100%;\\n}\\n\\n#imgframe .video-js:not(.vjs-fullscreen),\\n#imgframe .video-js:not(.vjs-fullscreen) .vjs-tech {\\n\\tmax-height: calc(100vh - 280px) !important;\\n\\tmin-width: 300px;\\n\\tmax-width: 100% !important;\\n}\\n\", \"\"]);\n\n"],"sourceRoot":""} \ No newline at end of file
diff --git a/lib/AppInfo/Application.php b/lib/AppInfo/Application.php
index 9165050..3cd8a1c 100644
--- a/lib/AppInfo/Application.php
+++ b/lib/AppInfo/Application.php
@@ -30,7 +30,7 @@ class Application extends App implements IBootstrap {
}
public function boot(IBootContext $context): void {
- Util::addScript('files_videoplayer', 'main');
+ Util::addScript(self::APP_ID, 'files_videoplayer-main');
$csp = new ContentSecurityPolicy();
$csp->addAllowedWorkerSrcDomain('\'self\'');
diff --git a/package-lock.json b/package-lock.json
index a3e30a1..65fda58 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,1529 +1,16485 @@
{
"name": "files_videoplayer",
- "version": "1.12.0",
- "lockfileVersion": 1,
+ "version": "2.0.0",
+ "lockfileVersion": 2,
"requires": true,
- "dependencies": {
- "@babel/code-frame": {
- "version": "7.0.0",
- "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.0.0.tgz",
- "integrity": "sha512-OfC2uemaknXr87bdLUkWog7nYuliM9Ij5HUcajsVcMCpQrcLmtxRbVFTIqmcSkSeYRBFBRxs2FiUqFJDLdiebA==",
+ "packages": {
+ "": {
+ "version": "2.0.0",
+ "license": "AGPL-3.0",
+ "dependencies": {
+ "escape-html": "^1.0.3",
+ "video.js": "^7.4.1"
+ },
+ "devDependencies": {
+ "@nextcloud/babel-config": "^1.0.0",
+ "@nextcloud/browserslist-config": "^2.1.0",
+ "@nextcloud/eslint-config": "^6.0.0",
+ "@nextcloud/stylelint-config": "^1.0.0-beta.0",
+ "@nextcloud/webpack-vue-config": "^4.1.0"
+ },
+ "engines": {
+ "node": ">=14.0.0",
+ "npm": ">=7.0.0"
+ }
+ },
+ "node_modules/@babel/code-frame": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.14.5.tgz",
+ "integrity": "sha512-9pzDqyc6OLDaqe+zbACgFkb6fKMNG6CObKpnYXChRsvYGyEdc7CA2BaqeOM+vOtCS5ndmJicPJhKAwYRI6UfFw==",
"dev": true,
- "requires": {
- "@babel/highlight": "^7.0.0"
+ "peer": true,
+ "dependencies": {
+ "@babel/highlight": "^7.14.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
}
},
- "@babel/core": {
- "version": "7.4.0",
- "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.4.0.tgz",
- "integrity": "sha512-Dzl7U0/T69DFOTwqz/FJdnOSWS57NpjNfCwMKHABr589Lg8uX1RrlBIJ7L5Dubt/xkLsx0xH5EBFzlBVes1ayA==",
+ "node_modules/@babel/compat-data": {
+ "version": "7.15.0",
+ "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.15.0.tgz",
+ "integrity": "sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA==",
"dev": true,
- "requires": {
- "@babel/code-frame": "^7.0.0",
- "@babel/generator": "^7.4.0",
- "@babel/helpers": "^7.4.0",
- "@babel/parser": "^7.4.0",
- "@babel/template": "^7.4.0",
- "@babel/traverse": "^7.4.0",
- "@babel/types": "^7.4.0",
- "convert-source-map": "^1.1.0",
+ "peer": true,
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/core": {
+ "version": "7.15.0",
+ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.15.0.tgz",
+ "integrity": "sha512-tXtmTminrze5HEUPn/a0JtOzzfp0nk+UEXQ/tqIJo3WDGypl/2OFQEMll/zSFU8f/lfmfLXvTaORHF3cfXIQMw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/code-frame": "^7.14.5",
+ "@babel/generator": "^7.15.0",
+ "@babel/helper-compilation-targets": "^7.15.0",
+ "@babel/helper-module-transforms": "^7.15.0",
+ "@babel/helpers": "^7.14.8",
+ "@babel/parser": "^7.15.0",
+ "@babel/template": "^7.14.5",
+ "@babel/traverse": "^7.15.0",
+ "@babel/types": "^7.15.0",
+ "convert-source-map": "^1.7.0",
"debug": "^4.1.0",
- "json5": "^2.1.0",
- "lodash": "^4.17.11",
- "resolve": "^1.3.2",
- "semver": "^5.4.1",
+ "gensync": "^1.0.0-beta.2",
+ "json5": "^2.1.2",
+ "semver": "^6.3.0",
"source-map": "^0.5.0"
},
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/babel"
+ }
+ },
+ "node_modules/@babel/eslint-parser": {
+ "version": "7.15.0",
+ "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.15.0.tgz",
+ "integrity": "sha512-+gSPtjSBxOZz4Uh8Ggqu7HbfpB8cT1LwW0DnVVLZEJvzXauiD0Di3zszcBkRmfGGrLdYeHUwcflG7i3tr9kQlw==",
+ "dev": true,
+ "peer": true,
"dependencies": {
- "@babel/generator": {
- "version": "7.4.0",
- "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.4.0.tgz",
- "integrity": "sha512-/v5I+a1jhGSKLgZDcmAUZ4K/VePi43eRkUs3yePW1HB1iANOD5tqJXwGSG4BZhSksP8J9ejSlwGeTiiOFZOrXQ==",
- "dev": true,
- "requires": {
- "@babel/types": "^7.4.0",
- "jsesc": "^2.5.1",
- "lodash": "^4.17.11",
- "source-map": "^0.5.0",
- "trim-right": "^1.0.1"
- }
+ "eslint-scope": "^5.1.1",
+ "eslint-visitor-keys": "^2.1.0",
+ "semver": "^6.3.0"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || >=14.0.0"
+ },
+ "peerDependencies": {
+ "@babel/core": ">=7.11.0",
+ "eslint": ">=7.5.0"
+ }
+ },
+ "node_modules/@babel/generator": {
+ "version": "7.15.0",
+ "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.15.0.tgz",
+ "integrity": "sha512-eKl4XdMrbpYvuB505KTta4AV9g+wWzmVBW69tX0H2NwKVKd2YJbKgyK6M8j/rgLbmHOYJn6rUklV677nOyJrEQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/types": "^7.15.0",
+ "jsesc": "^2.5.1",
+ "source-map": "^0.5.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-annotate-as-pure": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.14.5.tgz",
+ "integrity": "sha512-EivH9EgBIb+G8ij1B2jAwSH36WnGvkQSEC6CkX/6v6ZFlw5fVOHvsgGF4uiEHO2GzMvunZb6tDLQEQSdrdocrA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/types": "^7.14.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.14.5.tgz",
+ "integrity": "sha512-YTA/Twn0vBXDVGJuAX6PwW7x5zQei1luDDo2Pl6q1qZ7hVNl0RZrhHCQG/ArGpR29Vl7ETiB8eJyrvpuRp300w==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/helper-explode-assignable-expression": "^7.14.5",
+ "@babel/types": "^7.14.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-compilation-targets": {
+ "version": "7.15.0",
+ "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.15.0.tgz",
+ "integrity": "sha512-h+/9t0ncd4jfZ8wsdAsoIxSa61qhBYlycXiHWqJaQBCXAhDCMbPRSMTGnZIkkmt1u4ag+UQmuqcILwqKzZ4N2A==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/compat-data": "^7.15.0",
+ "@babel/helper-validator-option": "^7.14.5",
+ "browserslist": "^4.16.6",
+ "semver": "^6.3.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0"
+ }
+ },
+ "node_modules/@babel/helper-create-class-features-plugin": {
+ "version": "7.15.0",
+ "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.15.0.tgz",
+ "integrity": "sha512-MdmDXgvTIi4heDVX/e9EFfeGpugqm9fobBVg/iioE8kueXrOHdRDe36FAY7SnE9xXLVeYCoJR/gdrBEIHRC83Q==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/helper-annotate-as-pure": "^7.14.5",
+ "@babel/helper-function-name": "^7.14.5",
+ "@babel/helper-member-expression-to-functions": "^7.15.0",
+ "@babel/helper-optimise-call-expression": "^7.14.5",
+ "@babel/helper-replace-supers": "^7.15.0",
+ "@babel/helper-split-export-declaration": "^7.14.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0"
+ }
+ },
+ "node_modules/@babel/helper-create-regexp-features-plugin": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.14.5.tgz",
+ "integrity": "sha512-TLawwqpOErY2HhWbGJ2nZT5wSkR192QpN+nBg1THfBfftrlvOh+WbhrxXCH4q4xJ9Gl16BGPR/48JA+Ryiho/A==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/helper-annotate-as-pure": "^7.14.5",
+ "regexpu-core": "^4.7.1"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0"
+ }
+ },
+ "node_modules/@babel/helper-define-polyfill-provider": {
+ "version": "0.2.3",
+ "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.2.3.tgz",
+ "integrity": "sha512-RH3QDAfRMzj7+0Nqu5oqgO5q9mFtQEVvCRsi8qCEfzLR9p2BHfn5FzhSB2oj1fF7I2+DcTORkYaQ6aTR9Cofew==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/helper-compilation-targets": "^7.13.0",
+ "@babel/helper-module-imports": "^7.12.13",
+ "@babel/helper-plugin-utils": "^7.13.0",
+ "@babel/traverse": "^7.13.0",
+ "debug": "^4.1.1",
+ "lodash.debounce": "^4.0.8",
+ "resolve": "^1.14.2",
+ "semver": "^6.1.2"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.4.0-0"
+ }
+ },
+ "node_modules/@babel/helper-explode-assignable-expression": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.14.5.tgz",
+ "integrity": "sha512-Htb24gnGJdIGT4vnRKMdoXiOIlqOLmdiUYpAQ0mYfgVT/GDm8GOYhgi4GL+hMKrkiPRohO4ts34ELFsGAPQLDQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/types": "^7.14.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-function-name": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.14.5.tgz",
+ "integrity": "sha512-Gjna0AsXWfFvrAuX+VKcN/aNNWonizBj39yGwUzVDVTlMYJMK2Wp6xdpy72mfArFq5uK+NOuexfzZlzI1z9+AQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/helper-get-function-arity": "^7.14.5",
+ "@babel/template": "^7.14.5",
+ "@babel/types": "^7.14.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-get-function-arity": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.14.5.tgz",
+ "integrity": "sha512-I1Db4Shst5lewOM4V+ZKJzQ0JGGaZ6VY1jYvMghRjqs6DWgxLCIyFt30GlnKkfUeFLpJt2vzbMVEXVSXlIFYUg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/types": "^7.14.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-hoist-variables": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.14.5.tgz",
+ "integrity": "sha512-R1PXiz31Uc0Vxy4OEOm07x0oSjKAdPPCh3tPivn/Eo8cvz6gveAeuyUUPB21Hoiif0uoPQSSdhIPS3352nvdyQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/types": "^7.14.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-member-expression-to-functions": {
+ "version": "7.15.0",
+ "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.15.0.tgz",
+ "integrity": "sha512-Jq8H8U2kYiafuj2xMTPQwkTBnEEdGKpT35lJEQsRRjnG0LW3neucsaMWLgKcwu3OHKNeYugfw+Z20BXBSEs2Lg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/types": "^7.15.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-module-imports": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.14.5.tgz",
+ "integrity": "sha512-SwrNHu5QWS84XlHwGYPDtCxcA0hrSlL2yhWYLgeOc0w7ccOl2qv4s/nARI0aYZW+bSwAL5CukeXA47B/1NKcnQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/types": "^7.14.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-module-transforms": {
+ "version": "7.15.0",
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.15.0.tgz",
+ "integrity": "sha512-RkGiW5Rer7fpXv9m1B3iHIFDZdItnO2/BLfWVW/9q7+KqQSDY5kUfQEbzdXM1MVhJGcugKV7kRrNVzNxmk7NBg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/helper-module-imports": "^7.14.5",
+ "@babel/helper-replace-supers": "^7.15.0",
+ "@babel/helper-simple-access": "^7.14.8",
+ "@babel/helper-split-export-declaration": "^7.14.5",
+ "@babel/helper-validator-identifier": "^7.14.9",
+ "@babel/template": "^7.14.5",
+ "@babel/traverse": "^7.15.0",
+ "@babel/types": "^7.15.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-optimise-call-expression": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.14.5.tgz",
+ "integrity": "sha512-IqiLIrODUOdnPU9/F8ib1Fx2ohlgDhxnIDU7OEVi+kAbEZcyiF7BLU8W6PfvPi9LzztjS7kcbzbmL7oG8kD6VA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/types": "^7.14.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-plugin-utils": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.14.5.tgz",
+ "integrity": "sha512-/37qQCE3K0vvZKwoK4XU/irIJQdIfCJuhU5eKnNxpFDsOkgFaUAwbv+RYw6eYgsC0E4hS7r5KqGULUogqui0fQ==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-remap-async-to-generator": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.14.5.tgz",
+ "integrity": "sha512-rLQKdQU+HYlxBwQIj8dk4/0ENOUEhA/Z0l4hN8BexpvmSMN9oA9EagjnhnDpNsRdWCfjwa4mn/HyBXO9yhQP6A==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/helper-annotate-as-pure": "^7.14.5",
+ "@babel/helper-wrap-function": "^7.14.5",
+ "@babel/types": "^7.14.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-replace-supers": {
+ "version": "7.15.0",
+ "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.15.0.tgz",
+ "integrity": "sha512-6O+eWrhx+HEra/uJnifCwhwMd6Bp5+ZfZeJwbqUTuqkhIT6YcRhiZCOOFChRypOIe0cV46kFrRBlm+t5vHCEaA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/helper-member-expression-to-functions": "^7.15.0",
+ "@babel/helper-optimise-call-expression": "^7.14.5",
+ "@babel/traverse": "^7.15.0",
+ "@babel/types": "^7.15.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-simple-access": {
+ "version": "7.14.8",
+ "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.14.8.tgz",
+ "integrity": "sha512-TrFN4RHh9gnWEU+s7JloIho2T76GPwRHhdzOWLqTrMnlas8T9O7ec+oEDNsRXndOmru9ymH9DFrEOxpzPoSbdg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/types": "^7.14.8"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.14.5.tgz",
+ "integrity": "sha512-dmqZB7mrb94PZSAOYtr+ZN5qt5owZIAgqtoTuqiFbHFtxgEcmQlRJVI+bO++fciBunXtB6MK7HrzrfcAzIz2NQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/types": "^7.14.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-split-export-declaration": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.14.5.tgz",
+ "integrity": "sha512-hprxVPu6e5Kdp2puZUmvOGjaLv9TCe58E/Fl6hRq4YiVQxIcNvuq6uTM2r1mT/oPskuS9CgR+I94sqAYv0NGKA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/types": "^7.14.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-validator-identifier": {
+ "version": "7.14.9",
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.9.tgz",
+ "integrity": "sha512-pQYxPY0UP6IHISRitNe8bsijHex4TWZXi2HwKVsjPiltzlhse2znVcm9Ace510VT1kxIHjGJCZZQBX2gJDbo0g==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-validator-option": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz",
+ "integrity": "sha512-OX8D5eeX4XwcroVW45NMvoYaIuFI+GQpA2a8Gi+X/U/cDUIRsV37qQfF905F0htTRCREQIB4KqPeaveRJUl3Ow==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-wrap-function": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.14.5.tgz",
+ "integrity": "sha512-YEdjTCq+LNuNS1WfxsDCNpgXkJaIyqco6DAelTUjT4f2KIWC1nBcaCaSdHTBqQVLnTBexBcVcFhLSU1KnYuePQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/helper-function-name": "^7.14.5",
+ "@babel/template": "^7.14.5",
+ "@babel/traverse": "^7.14.5",
+ "@babel/types": "^7.14.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helpers": {
+ "version": "7.14.8",
+ "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.14.8.tgz",
+ "integrity": "sha512-ZRDmI56pnV+p1dH6d+UN6GINGz7Krps3+270qqI9UJ4wxYThfAIcI5i7j5vXC4FJ3Wap+S9qcebxeYiqn87DZw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/template": "^7.14.5",
+ "@babel/traverse": "^7.14.8",
+ "@babel/types": "^7.14.8"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/highlight": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.14.5.tgz",
+ "integrity": "sha512-qf9u2WFWVV0MppaL877j2dBtQIDgmidgjGk5VIMw3OadXvYaXn66U1BFlH2t4+t3i+8PhedppRv+i40ABzd+gg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/helper-validator-identifier": "^7.14.5",
+ "chalk": "^2.0.0",
+ "js-tokens": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/parser": {
+ "version": "7.15.0",
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.15.0.tgz",
+ "integrity": "sha512-0v7oNOjr6YT9Z2RAOTv4T9aP+ubfx4Q/OhVtAet7PFDt0t9Oy6Jn+/rfC6b8HJ5zEqrQCiMxJfgtHpmIminmJQ==",
+ "dev": true,
+ "peer": true,
+ "bin": {
+ "parser": "bin/babel-parser.js"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.14.5.tgz",
+ "integrity": "sha512-ZoJS2XCKPBfTmL122iP6NM9dOg+d4lc9fFk3zxc8iDjvt8Pk4+TlsHSKhIPf6X+L5ORCdBzqMZDjL/WHj7WknQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.14.5",
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.14.5",
+ "@babel/plugin-proposal-optional-chaining": "^7.14.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.13.0"
+ }
+ },
+ "node_modules/@babel/plugin-proposal-async-generator-functions": {
+ "version": "7.14.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.14.9.tgz",
+ "integrity": "sha512-d1lnh+ZnKrFKwtTYdw320+sQWCTwgkB9fmUhNXRADA4akR6wLjaruSGnIEUjpt9HCOwTr4ynFTKu19b7rFRpmw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.14.5",
+ "@babel/helper-remap-async-to-generator": "^7.14.5",
+ "@babel/plugin-syntax-async-generators": "^7.8.4"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-proposal-class-properties": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.14.5.tgz",
+ "integrity": "sha512-q/PLpv5Ko4dVc1LYMpCY7RVAAO4uk55qPwrIuJ5QJ8c6cVuAmhu7I/49JOppXL6gXf7ZHzpRVEUZdYoPLM04Gg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/helper-create-class-features-plugin": "^7.14.5",
+ "@babel/helper-plugin-utils": "^7.14.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-proposal-class-static-block": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.14.5.tgz",
+ "integrity": "sha512-KBAH5ksEnYHCegqseI5N9skTdxgJdmDoAOc0uXa+4QMYKeZD0w5IARh4FMlTNtaHhbB8v+KzMdTgxMMzsIy6Yg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/helper-create-class-features-plugin": "^7.14.5",
+ "@babel/helper-plugin-utils": "^7.14.5",
+ "@babel/plugin-syntax-class-static-block": "^7.14.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.12.0"
+ }
+ },
+ "node_modules/@babel/plugin-proposal-dynamic-import": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.14.5.tgz",
+ "integrity": "sha512-ExjiNYc3HDN5PXJx+bwC50GIx/KKanX2HiggnIUAYedbARdImiCU4RhhHfdf0Kd7JNXGpsBBBCOm+bBVy3Gb0g==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.14.5",
+ "@babel/plugin-syntax-dynamic-import": "^7.8.3"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-proposal-export-namespace-from": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.14.5.tgz",
+ "integrity": "sha512-g5POA32bXPMmSBu5Dx/iZGLGnKmKPc5AiY7qfZgurzrCYgIztDlHFbznSNCoQuv57YQLnQfaDi7dxCtLDIdXdA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.14.5",
+ "@babel/plugin-syntax-export-namespace-from": "^7.8.3"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-proposal-json-strings": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.14.5.tgz",
+ "integrity": "sha512-NSq2fczJYKVRIsUJyNxrVUMhB27zb7N7pOFGQOhBKJrChbGcgEAqyZrmZswkPk18VMurEeJAaICbfm57vUeTbQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.14.5",
+ "@babel/plugin-syntax-json-strings": "^7.8.3"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-proposal-logical-assignment-operators": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.14.5.tgz",
+ "integrity": "sha512-YGn2AvZAo9TwyhlLvCCWxD90Xq8xJ4aSgaX3G5D/8DW94L8aaT+dS5cSP+Z06+rCJERGSr9GxMBZ601xoc2taw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.14.5",
+ "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-proposal-nullish-coalescing-operator": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.14.5.tgz",
+ "integrity": "sha512-gun/SOnMqjSb98Nkaq2rTKMwervfdAoz6NphdY0vTfuzMfryj+tDGb2n6UkDKwez+Y8PZDhE3D143v6Gepp4Hg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.14.5",
+ "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-proposal-numeric-separator": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.14.5.tgz",
+ "integrity": "sha512-yiclALKe0vyZRZE0pS6RXgjUOt87GWv6FYa5zqj15PvhOGFO69R5DusPlgK/1K5dVnCtegTiWu9UaBSrLLJJBg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.14.5",
+ "@babel/plugin-syntax-numeric-separator": "^7.10.4"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-proposal-object-rest-spread": {
+ "version": "7.14.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.14.7.tgz",
+ "integrity": "sha512-082hsZz+sVabfmDWo1Oct1u1AgbKbUAyVgmX4otIc7bdsRgHBXwTwb3DpDmD4Eyyx6DNiuz5UAATT655k+kL5g==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/compat-data": "^7.14.7",
+ "@babel/helper-compilation-targets": "^7.14.5",
+ "@babel/helper-plugin-utils": "^7.14.5",
+ "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
+ "@babel/plugin-transform-parameters": "^7.14.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-proposal-optional-catch-binding": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.14.5.tgz",
+ "integrity": "sha512-3Oyiixm0ur7bzO5ybNcZFlmVsygSIQgdOa7cTfOYCMY+wEPAYhZAJxi3mixKFCTCKUhQXuCTtQ1MzrpL3WT8ZQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.14.5",
+ "@babel/plugin-syntax-optional-catch-binding": "^7.8.3"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-proposal-optional-chaining": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.14.5.tgz",
+ "integrity": "sha512-ycz+VOzo2UbWNI1rQXxIuMOzrDdHGrI23fRiz/Si2R4kv2XZQ1BK8ccdHwehMKBlcH/joGW/tzrUmo67gbJHlQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.14.5",
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.14.5",
+ "@babel/plugin-syntax-optional-chaining": "^7.8.3"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-proposal-private-methods": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.14.5.tgz",
+ "integrity": "sha512-838DkdUA1u+QTCplatfq4B7+1lnDa/+QMI89x5WZHBcnNv+47N8QEj2k9I2MUU9xIv8XJ4XvPCviM/Dj7Uwt9g==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/helper-create-class-features-plugin": "^7.14.5",
+ "@babel/helper-plugin-utils": "^7.14.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-proposal-private-property-in-object": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.14.5.tgz",
+ "integrity": "sha512-62EyfyA3WA0mZiF2e2IV9mc9Ghwxcg8YTu8BS4Wss4Y3PY725OmS9M0qLORbJwLqFtGh+jiE4wAmocK2CTUK2Q==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/helper-annotate-as-pure": "^7.14.5",
+ "@babel/helper-create-class-features-plugin": "^7.14.5",
+ "@babel/helper-plugin-utils": "^7.14.5",
+ "@babel/plugin-syntax-private-property-in-object": "^7.14.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-proposal-unicode-property-regex": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.14.5.tgz",
+ "integrity": "sha512-6axIeOU5LnY471KenAB9vI8I5j7NQ2d652hIYwVyRfgaZT5UpiqFKCuVXCDMSrU+3VFafnu2c5m3lrWIlr6A5Q==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/helper-create-regexp-features-plugin": "^7.14.5",
+ "@babel/helper-plugin-utils": "^7.14.5"
+ },
+ "engines": {
+ "node": ">=4"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-async-generators": {
+ "version": "7.8.4",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz",
+ "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.8.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-class-properties": {
+ "version": "7.12.13",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz",
+ "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.12.13"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-class-static-block": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz",
+ "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.14.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-dynamic-import": {
+ "version": "7.8.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz",
+ "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.8.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-export-namespace-from": {
+ "version": "7.8.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz",
+ "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.8.3"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-json-strings": {
+ "version": "7.8.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz",
+ "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.8.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-logical-assignment-operators": {
+ "version": "7.10.4",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz",
+ "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.10.4"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": {
+ "version": "7.8.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz",
+ "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.8.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-numeric-separator": {
+ "version": "7.10.4",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz",
+ "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.10.4"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-object-rest-spread": {
+ "version": "7.8.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz",
+ "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.8.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-optional-catch-binding": {
+ "version": "7.8.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz",
+ "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.8.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-optional-chaining": {
+ "version": "7.8.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz",
+ "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.8.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-private-property-in-object": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz",
+ "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.14.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-top-level-await": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz",
+ "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.14.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-arrow-functions": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.14.5.tgz",
+ "integrity": "sha512-KOnO0l4+tD5IfOdi4x8C1XmEIRWUjNRV8wc6K2vz/3e8yAOoZZvsRXRRIF/yo/MAOFb4QjtAw9xSxMXbSMRy8A==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.14.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-async-to-generator": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.14.5.tgz",
+ "integrity": "sha512-szkbzQ0mNk0rpu76fzDdqSyPu0MuvpXgC+6rz5rpMb5OIRxdmHfQxrktL8CYolL2d8luMCZTR0DpIMIdL27IjA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/helper-module-imports": "^7.14.5",
+ "@babel/helper-plugin-utils": "^7.14.5",
+ "@babel/helper-remap-async-to-generator": "^7.14.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-block-scoped-functions": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.14.5.tgz",
+ "integrity": "sha512-dtqWqdWZ5NqBX3KzsVCWfQI3A53Ft5pWFCT2eCVUftWZgjc5DpDponbIF1+c+7cSGk2wN0YK7HGL/ezfRbpKBQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.14.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-block-scoping": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.14.5.tgz",
+ "integrity": "sha512-LBYm4ZocNgoCqyxMLoOnwpsmQ18HWTQvql64t3GvMUzLQrNoV1BDG0lNftC8QKYERkZgCCT/7J5xWGObGAyHDw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.14.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-classes": {
+ "version": "7.14.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.14.9.tgz",
+ "integrity": "sha512-NfZpTcxU3foGWbl4wxmZ35mTsYJy8oQocbeIMoDAGGFarAmSQlL+LWMkDx/tj6pNotpbX3rltIA4dprgAPOq5A==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/helper-annotate-as-pure": "^7.14.5",
+ "@babel/helper-function-name": "^7.14.5",
+ "@babel/helper-optimise-call-expression": "^7.14.5",
+ "@babel/helper-plugin-utils": "^7.14.5",
+ "@babel/helper-replace-supers": "^7.14.5",
+ "@babel/helper-split-export-declaration": "^7.14.5",
+ "globals": "^11.1.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-computed-properties": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.14.5.tgz",
+ "integrity": "sha512-pWM+E4283UxaVzLb8UBXv4EIxMovU4zxT1OPnpHJcmnvyY9QbPPTKZfEj31EUvG3/EQRbYAGaYEUZ4yWOBC2xg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.14.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-destructuring": {
+ "version": "7.14.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.14.7.tgz",
+ "integrity": "sha512-0mDE99nK+kVh3xlc5vKwB6wnP9ecuSj+zQCa/n0voENtP/zymdT4HH6QEb65wjjcbqr1Jb/7z9Qp7TF5FtwYGw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.14.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-dotall-regex": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.14.5.tgz",
+ "integrity": "sha512-loGlnBdj02MDsFaHhAIJzh7euK89lBrGIdM9EAtHFo6xKygCUGuuWe07o1oZVk287amtW1n0808sQM99aZt3gw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/helper-create-regexp-features-plugin": "^7.14.5",
+ "@babel/helper-plugin-utils": "^7.14.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-duplicate-keys": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.14.5.tgz",
+ "integrity": "sha512-iJjbI53huKbPDAsJ8EmVmvCKeeq21bAze4fu9GBQtSLqfvzj2oRuHVx4ZkDwEhg1htQ+5OBZh/Ab0XDf5iBZ7A==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.14.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-exponentiation-operator": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.14.5.tgz",
+ "integrity": "sha512-jFazJhMBc9D27o9jDnIE5ZErI0R0m7PbKXVq77FFvqFbzvTMuv8jaAwLZ5PviOLSFttqKIW0/wxNSDbjLk0tYA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/helper-builder-binary-assignment-operator-visitor": "^7.14.5",
+ "@babel/helper-plugin-utils": "^7.14.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-for-of": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.14.5.tgz",
+ "integrity": "sha512-CfmqxSUZzBl0rSjpoQSFoR9UEj3HzbGuGNL21/iFTmjb5gFggJp3ph0xR1YBhexmLoKRHzgxuFvty2xdSt6gTA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.14.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-function-name": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.14.5.tgz",
+ "integrity": "sha512-vbO6kv0fIzZ1GpmGQuvbwwm+O4Cbm2NrPzwlup9+/3fdkuzo1YqOZcXw26+YUJB84Ja7j9yURWposEHLYwxUfQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/helper-function-name": "^7.14.5",
+ "@babel/helper-plugin-utils": "^7.14.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-literals": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.14.5.tgz",
+ "integrity": "sha512-ql33+epql2F49bi8aHXxvLURHkxJbSmMKl9J5yHqg4PLtdE6Uc48CH1GS6TQvZ86eoB/ApZXwm7jlA+B3kra7A==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.14.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-member-expression-literals": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.14.5.tgz",
+ "integrity": "sha512-WkNXxH1VXVTKarWFqmso83xl+2V3Eo28YY5utIkbsmXoItO8Q3aZxN4BTS2k0hz9dGUloHK26mJMyQEYfkn/+Q==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.14.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-modules-amd": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.14.5.tgz",
+ "integrity": "sha512-3lpOU8Vxmp3roC4vzFpSdEpGUWSMsHFreTWOMMLzel2gNGfHE5UWIh/LN6ghHs2xurUp4jRFYMUIZhuFbody1g==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/helper-module-transforms": "^7.14.5",
+ "@babel/helper-plugin-utils": "^7.14.5",
+ "babel-plugin-dynamic-import-node": "^2.3.3"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-modules-commonjs": {
+ "version": "7.15.0",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.15.0.tgz",
+ "integrity": "sha512-3H/R9s8cXcOGE8kgMlmjYYC9nqr5ELiPkJn4q0mypBrjhYQoc+5/Maq69vV4xRPWnkzZuwJPf5rArxpB/35Cig==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/helper-module-transforms": "^7.15.0",
+ "@babel/helper-plugin-utils": "^7.14.5",
+ "@babel/helper-simple-access": "^7.14.8",
+ "babel-plugin-dynamic-import-node": "^2.3.3"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-modules-systemjs": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.14.5.tgz",
+ "integrity": "sha512-mNMQdvBEE5DcMQaL5LbzXFMANrQjd2W7FPzg34Y4yEz7dBgdaC+9B84dSO+/1Wba98zoDbInctCDo4JGxz1VYA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/helper-hoist-variables": "^7.14.5",
+ "@babel/helper-module-transforms": "^7.14.5",
+ "@babel/helper-plugin-utils": "^7.14.5",
+ "@babel/helper-validator-identifier": "^7.14.5",
+ "babel-plugin-dynamic-import-node": "^2.3.3"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-modules-umd": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.14.5.tgz",
+ "integrity": "sha512-RfPGoagSngC06LsGUYyM9QWSXZ8MysEjDJTAea1lqRjNECE3y0qIJF/qbvJxc4oA4s99HumIMdXOrd+TdKaAAA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/helper-module-transforms": "^7.14.5",
+ "@babel/helper-plugin-utils": "^7.14.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-named-capturing-groups-regex": {
+ "version": "7.14.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.14.9.tgz",
+ "integrity": "sha512-l666wCVYO75mlAtGFfyFwnWmIXQm3kSH0C3IRnJqWcZbWkoihyAdDhFm2ZWaxWTqvBvhVFfJjMRQ0ez4oN1yYA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/helper-create-regexp-features-plugin": "^7.14.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-new-target": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.14.5.tgz",
+ "integrity": "sha512-Nx054zovz6IIRWEB49RDRuXGI4Gy0GMgqG0cII9L3MxqgXz/+rgII+RU58qpo4g7tNEx1jG7rRVH4ihZoP4esQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.14.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-object-super": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.14.5.tgz",
+ "integrity": "sha512-MKfOBWzK0pZIrav9z/hkRqIk/2bTv9qvxHzPQc12RcVkMOzpIKnFCNYJip00ssKWYkd8Sf5g0Wr7pqJ+cmtuFg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.14.5",
+ "@babel/helper-replace-supers": "^7.14.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-parameters": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.14.5.tgz",
+ "integrity": "sha512-Tl7LWdr6HUxTmzQtzuU14SqbgrSKmaR77M0OKyq4njZLQTPfOvzblNKyNkGwOfEFCEx7KeYHQHDI0P3F02IVkA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.14.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-property-literals": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.14.5.tgz",
+ "integrity": "sha512-r1uilDthkgXW8Z1vJz2dKYLV1tuw2xsbrp3MrZmD99Wh9vsfKoob+JTgri5VUb/JqyKRXotlOtwgu4stIYCmnw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.14.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-regenerator": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.14.5.tgz",
+ "integrity": "sha512-NVIY1W3ITDP5xQl50NgTKlZ0GrotKtLna08/uGY6ErQt6VEQZXla86x/CTddm5gZdcr+5GSsvMeTmWA5Ii6pkg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "regenerator-transform": "^0.14.2"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-reserved-words": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.14.5.tgz",
+ "integrity": "sha512-cv4F2rv1nD4qdexOGsRQXJrOcyb5CrgjUH9PKrrtyhSDBNWGxd0UIitjyJiWagS+EbUGjG++22mGH1Pub8D6Vg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.14.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-shorthand-properties": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.14.5.tgz",
+ "integrity": "sha512-xLucks6T1VmGsTB+GWK5Pl9Jl5+nRXD1uoFdA5TSO6xtiNjtXTjKkmPdFXVLGlK5A2/or/wQMKfmQ2Y0XJfn5g==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.14.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-spread": {
+ "version": "7.14.6",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.14.6.tgz",
+ "integrity": "sha512-Zr0x0YroFJku7n7+/HH3A2eIrGMjbmAIbJSVv0IZ+t3U2WUQUA64S/oeied2e+MaGSjmt4alzBCsK9E8gh+fag==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.14.5",
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.14.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-sticky-regex": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.14.5.tgz",
+ "integrity": "sha512-Z7F7GyvEMzIIbwnziAZmnSNpdijdr4dWt+FJNBnBLz5mwDFkqIXU9wmBcWWad3QeJF5hMTkRe4dAq2sUZiG+8A==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.14.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-template-literals": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.14.5.tgz",
+ "integrity": "sha512-22btZeURqiepOfuy/VkFr+zStqlujWaarpMErvay7goJS6BWwdd6BY9zQyDLDa4x2S3VugxFb162IZ4m/S/+Gg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.14.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-typeof-symbol": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.14.5.tgz",
+ "integrity": "sha512-lXzLD30ffCWseTbMQzrvDWqljvZlHkXU+CnseMhkMNqU1sASnCsz3tSzAaH3vCUXb9PHeUb90ZT1BdFTm1xxJw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.14.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-unicode-escapes": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.14.5.tgz",
+ "integrity": "sha512-crTo4jATEOjxj7bt9lbYXcBAM3LZaUrbP2uUdxb6WIorLmjNKSpHfIybgY4B8SRpbf8tEVIWH3Vtm7ayCrKocA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.14.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-unicode-regex": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.14.5.tgz",
+ "integrity": "sha512-UygduJpC5kHeCiRw/xDVzC+wj8VaYSoKl5JNVmbP7MadpNinAm3SvZCxZ42H37KZBKztz46YC73i9yV34d0Tzw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/helper-create-regexp-features-plugin": "^7.14.5",
+ "@babel/helper-plugin-utils": "^7.14.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/preset-env": {
+ "version": "7.15.0",
+ "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.15.0.tgz",
+ "integrity": "sha512-FhEpCNFCcWW3iZLg0L2NPE9UerdtsCR6ZcsGHUX6Om6kbCQeL5QZDqFDmeNHC6/fy6UH3jEge7K4qG5uC9In0Q==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/compat-data": "^7.15.0",
+ "@babel/helper-compilation-targets": "^7.15.0",
+ "@babel/helper-plugin-utils": "^7.14.5",
+ "@babel/helper-validator-option": "^7.14.5",
+ "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.14.5",
+ "@babel/plugin-proposal-async-generator-functions": "^7.14.9",
+ "@babel/plugin-proposal-class-properties": "^7.14.5",
+ "@babel/plugin-proposal-class-static-block": "^7.14.5",
+ "@babel/plugin-proposal-dynamic-import": "^7.14.5",
+ "@babel/plugin-proposal-export-namespace-from": "^7.14.5",
+ "@babel/plugin-proposal-json-strings": "^7.14.5",
+ "@babel/plugin-proposal-logical-assignment-operators": "^7.14.5",
+ "@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
+ "@babel/plugin-proposal-numeric-separator": "^7.14.5",
+ "@babel/plugin-proposal-object-rest-spread": "^7.14.7",
+ "@babel/plugin-proposal-optional-catch-binding": "^7.14.5",
+ "@babel/plugin-proposal-optional-chaining": "^7.14.5",
+ "@babel/plugin-proposal-private-methods": "^7.14.5",
+ "@babel/plugin-proposal-private-property-in-object": "^7.14.5",
+ "@babel/plugin-proposal-unicode-property-regex": "^7.14.5",
+ "@babel/plugin-syntax-async-generators": "^7.8.4",
+ "@babel/plugin-syntax-class-properties": "^7.12.13",
+ "@babel/plugin-syntax-class-static-block": "^7.14.5",
+ "@babel/plugin-syntax-dynamic-import": "^7.8.3",
+ "@babel/plugin-syntax-export-namespace-from": "^7.8.3",
+ "@babel/plugin-syntax-json-strings": "^7.8.3",
+ "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
+ "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
+ "@babel/plugin-syntax-numeric-separator": "^7.10.4",
+ "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
+ "@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
+ "@babel/plugin-syntax-optional-chaining": "^7.8.3",
+ "@babel/plugin-syntax-private-property-in-object": "^7.14.5",
+ "@babel/plugin-syntax-top-level-await": "^7.14.5",
+ "@babel/plugin-transform-arrow-functions": "^7.14.5",
+ "@babel/plugin-transform-async-to-generator": "^7.14.5",
+ "@babel/plugin-transform-block-scoped-functions": "^7.14.5",
+ "@babel/plugin-transform-block-scoping": "^7.14.5",
+ "@babel/plugin-transform-classes": "^7.14.9",
+ "@babel/plugin-transform-computed-properties": "^7.14.5",
+ "@babel/plugin-transform-destructuring": "^7.14.7",
+ "@babel/plugin-transform-dotall-regex": "^7.14.5",
+ "@babel/plugin-transform-duplicate-keys": "^7.14.5",
+ "@babel/plugin-transform-exponentiation-operator": "^7.14.5",
+ "@babel/plugin-transform-for-of": "^7.14.5",
+ "@babel/plugin-transform-function-name": "^7.14.5",
+ "@babel/plugin-transform-literals": "^7.14.5",
+ "@babel/plugin-transform-member-expression-literals": "^7.14.5",
+ "@babel/plugin-transform-modules-amd": "^7.14.5",
+ "@babel/plugin-transform-modules-commonjs": "^7.15.0",
+ "@babel/plugin-transform-modules-systemjs": "^7.14.5",
+ "@babel/plugin-transform-modules-umd": "^7.14.5",
+ "@babel/plugin-transform-named-capturing-groups-regex": "^7.14.9",
+ "@babel/plugin-transform-new-target": "^7.14.5",
+ "@babel/plugin-transform-object-super": "^7.14.5",
+ "@babel/plugin-transform-parameters": "^7.14.5",
+ "@babel/plugin-transform-property-literals": "^7.14.5",
+ "@babel/plugin-transform-regenerator": "^7.14.5",
+ "@babel/plugin-transform-reserved-words": "^7.14.5",
+ "@babel/plugin-transform-shorthand-properties": "^7.14.5",
+ "@babel/plugin-transform-spread": "^7.14.6",
+ "@babel/plugin-transform-sticky-regex": "^7.14.5",
+ "@babel/plugin-transform-template-literals": "^7.14.5",
+ "@babel/plugin-transform-typeof-symbol": "^7.14.5",
+ "@babel/plugin-transform-unicode-escapes": "^7.14.5",
+ "@babel/plugin-transform-unicode-regex": "^7.14.5",
+ "@babel/preset-modules": "^0.1.4",
+ "@babel/types": "^7.15.0",
+ "babel-plugin-polyfill-corejs2": "^0.2.2",
+ "babel-plugin-polyfill-corejs3": "^0.2.2",
+ "babel-plugin-polyfill-regenerator": "^0.2.2",
+ "core-js-compat": "^3.16.0",
+ "semver": "^6.3.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/preset-modules": {
+ "version": "0.1.4",
+ "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.4.tgz",
+ "integrity": "sha512-J36NhwnfdzpmH41M1DrnkkgAqhZaqr/NBdPfQ677mLzlaXo+oDiv1deyCDtgAhz8p328otdob0Du7+xgHGZbKg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.0.0",
+ "@babel/plugin-proposal-unicode-property-regex": "^7.4.4",
+ "@babel/plugin-transform-dotall-regex": "^7.4.4",
+ "@babel/types": "^7.4.4",
+ "esutils": "^2.0.2"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/runtime": {
+ "version": "7.14.8",
+ "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.8.tgz",
+ "integrity": "sha512-twj3L8Og5SaCRCErB4x4ajbvBIVV77CGeFglHpeg5WC5FF8TZzBWXtTJ4MqaD9QszLYTtr+IsaAL2rEUevb+eg==",
+ "dependencies": {
+ "regenerator-runtime": "^0.13.4"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/template": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.14.5.tgz",
+ "integrity": "sha512-6Z3Po85sfxRGachLULUhOmvAaOo7xCvqGQtxINai2mEGPFm6pQ4z5QInFnUrRpfoSV60BnjyF5F3c+15fxFV1g==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/code-frame": "^7.14.5",
+ "@babel/parser": "^7.14.5",
+ "@babel/types": "^7.14.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/traverse": {
+ "version": "7.15.0",
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.15.0.tgz",
+ "integrity": "sha512-392d8BN0C9eVxVWd8H6x9WfipgVH5IaIoLp23334Sc1vbKKWINnvwRpb4us0xtPaCumlwbTtIYNA0Dv/32sVFw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/code-frame": "^7.14.5",
+ "@babel/generator": "^7.15.0",
+ "@babel/helper-function-name": "^7.14.5",
+ "@babel/helper-hoist-variables": "^7.14.5",
+ "@babel/helper-split-export-declaration": "^7.14.5",
+ "@babel/parser": "^7.15.0",
+ "@babel/types": "^7.15.0",
+ "debug": "^4.1.0",
+ "globals": "^11.1.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/types": {
+ "version": "7.15.0",
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.15.0.tgz",
+ "integrity": "sha512-OBvfqnllOIdX4ojTHpwZbpvz4j3EWyjkZEdmjH0/cgsd6QOdSgU8rLSk6ard/pcW7rlmjdVSX/AWOaORR1uNOQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/helper-validator-identifier": "^7.14.9",
+ "to-fast-properties": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@discoveryjs/json-ext": {
+ "version": "0.5.3",
+ "resolved": "https://registry.npmjs.org/@discoveryjs/json-ext/-/json-ext-0.5.3.tgz",
+ "integrity": "sha512-Fxt+AfXgjMoin2maPIYzFZnQjAXjAL0PHscM5pRTtatFqB+vZxAM9tLp2Optnuw3QOQC40jTNeGYFOMvyf7v9g==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=10.0.0"
+ }
+ },
+ "node_modules/@es-joy/jsdoccomment": {
+ "version": "0.6.0",
+ "resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.6.0.tgz",
+ "integrity": "sha512-zT1EtysKMITJ7vE4RvOJqitxk/Str6It8hq+fykxkwLuTyzgak+TnVuVSIyovT/qrEz3i46ypCSXgNtIDYwNOg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "comment-parser": "^1.1.5",
+ "esquery": "^1.4.0",
+ "jsdoctypeparser": "^9.0.0"
+ },
+ "engines": {
+ "node": ">=10.0.0"
+ }
+ },
+ "node_modules/@eslint/eslintrc": {
+ "version": "0.4.3",
+ "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-0.4.3.tgz",
+ "integrity": "sha512-J6KFFz5QCYUJq3pf0mjEcCJVERbzv71PUIDczuh9JkwGEzced6CO5ADLHB1rbf/+oPBtoPfMYNOpGDzCANlbXw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "ajv": "^6.12.4",
+ "debug": "^4.1.1",
+ "espree": "^7.3.0",
+ "globals": "^13.9.0",
+ "ignore": "^4.0.6",
+ "import-fresh": "^3.2.1",
+ "js-yaml": "^3.13.1",
+ "minimatch": "^3.0.4",
+ "strip-json-comments": "^3.1.1"
+ },
+ "engines": {
+ "node": "^10.12.0 || >=12.0.0"
+ }
+ },
+ "node_modules/@eslint/eslintrc/node_modules/globals": {
+ "version": "13.10.0",
+ "resolved": "https://registry.npmjs.org/globals/-/globals-13.10.0.tgz",
+ "integrity": "sha512-piHC3blgLGFjvOuMmWZX60f+na1lXFDhQXBf1UYp2fXPXqvEUbOhNwi6BsQ0bQishwedgnjkwv1d9zKf+MWw3g==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "type-fest": "^0.20.2"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/@eslint/eslintrc/node_modules/type-fest": {
+ "version": "0.20.2",
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
+ "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/@humanwhocodes/config-array": {
+ "version": "0.5.0",
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.5.0.tgz",
+ "integrity": "sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@humanwhocodes/object-schema": "^1.2.0",
+ "debug": "^4.1.1",
+ "minimatch": "^3.0.4"
+ },
+ "engines": {
+ "node": ">=10.10.0"
+ }
+ },
+ "node_modules/@humanwhocodes/object-schema": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.0.tgz",
+ "integrity": "sha512-wdppn25U8z/2yiaT6YGquE6X8sSv7hNMWSXYSSU1jGv/yd6XqjXgTDJ8KP4NgjTXfJ3GbRjeeb8RTV7a/VpM+w==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/@nextcloud/babel-config": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/babel-config/-/babel-config-1.0.0.tgz",
+ "integrity": "sha512-olz7sqPD7xMDP2KcYwODtitH37faR/C5jKX1oxXzdDf+s1FRy6OQTC5ZqZR2LHZA6jTUvmwM/xWBPoEB/HPFRw==",
+ "dev": true,
+ "peerDependencies": {
+ "@babel/core": "^7.13.10",
+ "@babel/plugin-proposal-class-properties": "^7.13.0",
+ "@babel/plugin-syntax-dynamic-import": "^7.8.3",
+ "@babel/plugin-transform-modules-commonjs": "^7.13.8",
+ "@babel/plugin-transform-shorthand-properties": "^7.12.13",
+ "@babel/preset-env": "^7.13.12"
+ }
+ },
+ "node_modules/@nextcloud/browserslist-config": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/browserslist-config/-/browserslist-config-2.1.0.tgz",
+ "integrity": "sha512-6yezTvZTxHWec8A+zW1QBNgvJu0ISw0ODDBmC2CVuOVZn5OvKZSRKJO2+lzWnHtxLjgSZ/HFiSDSRN0rf+d6Cw==",
+ "dev": true
+ },
+ "node_modules/@nextcloud/eslint-config": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/eslint-config/-/eslint-config-6.0.0.tgz",
+ "integrity": "sha512-Zz4922zbijq796Xh4TT8RZJIv9hZmwUtIsXqJPKw4nCChHydvOMgwDqtm4Mow2OA7wc3Ff38dKr03KdFiJA0Ng==",
+ "dev": true,
+ "peerDependencies": {
+ "@babel/core": "^7.13.10",
+ "@babel/eslint-parser": "^7.13.10",
+ "@nextcloud/eslint-plugin": "^2.0.0",
+ "eslint": "^7.13.0",
+ "eslint-config-standard": "^16.0.1",
+ "eslint-plugin-import": "^2.22.1",
+ "eslint-plugin-jsdoc": "^34.8.2",
+ "eslint-plugin-node": "^11.1.0",
+ "eslint-plugin-promise": "^4.2.1",
+ "eslint-plugin-vue": "^7.1.0",
+ "eslint-webpack-plugin": "^2.2.0",
+ "webpack": "^5.4.0"
+ }
+ },
+ "node_modules/@nextcloud/eslint-plugin": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/eslint-plugin/-/eslint-plugin-2.0.0.tgz",
+ "integrity": "sha512-j5WXTDTprr/cDilVJtC1mnrpkvD6jlEMShs72V5plllatHjO7kpZHzUfCX3dSvGwYc2ACa0XH+FbkPoZQ3+eWQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "requireindex": "^1.2.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ },
+ "peerDependencies": {
+ "eslint": ">=6.0.0"
+ }
+ },
+ "node_modules/@nextcloud/stylelint-config": {
+ "version": "1.0.0-beta.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/stylelint-config/-/stylelint-config-1.0.0-beta.0.tgz",
+ "integrity": "sha512-9k3/bV4jLwOBTQLmbP+E9ER8vrZ9sZsl5UFLnlapM34qedu7a0FW8eYSUCtzJYjYIdvH52QEHODLERhPXxS/cQ==",
+ "dev": true,
+ "peerDependencies": {
+ "stylelint": "^13.13.1",
+ "stylelint-config-recommended-scss": "^4.2.0",
+ "stylelint-scss": "^3.19.0"
+ }
+ },
+ "node_modules/@nextcloud/webpack-vue-config": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/webpack-vue-config/-/webpack-vue-config-4.1.0.tgz",
+ "integrity": "sha512-sIZJVq2XVj1ijC0HNDjOIXqfOEm41vXAQEHSU/qdhrFmSSzi9C/HtoYzqtD+qgrtFochMY5x2To04zZHqhUoAg==",
+ "dev": true,
+ "peerDependencies": {
+ "@babel/core": "^7.13.10",
+ "babel-loader": "^8.2.2",
+ "css-loader": "^4.3.0",
+ "eslint": "^7.22.0",
+ "eslint-webpack-plugin": "^2.5.2",
+ "node-polyfill-webpack-plugin": "^1.1.0",
+ "sass": "^1.32.8",
+ "sass-loader": "^10.0.5",
+ "style-loader": "^2.0.0",
+ "stylelint": "^13.12.0",
+ "stylelint-webpack-plugin": "^2.1.1",
+ "url-loader": "^4.1.1",
+ "vue-loader": "^15.9.6",
+ "vue-template-compiler": "^2.6.12",
+ "webpack": "^5.4.0",
+ "webpack-cli": "^4.5.0",
+ "webpack-dev-server": "^3.11.2"
+ }
+ },
+ "node_modules/@nodelib/fs.scandir": {
+ "version": "2.1.5",
+ "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
+ "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@nodelib/fs.stat": "2.0.5",
+ "run-parallel": "^1.1.9"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/@nodelib/fs.stat": {
+ "version": "2.0.5",
+ "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
+ "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/@nodelib/fs.walk": {
+ "version": "1.2.8",
+ "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
+ "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@nodelib/fs.scandir": "2.1.5",
+ "fastq": "^1.6.0"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/@stylelint/postcss-css-in-js": {
+ "version": "0.37.2",
+ "resolved": "https://registry.npmjs.org/@stylelint/postcss-css-in-js/-/postcss-css-in-js-0.37.2.tgz",
+ "integrity": "sha512-nEhsFoJurt8oUmieT8qy4nk81WRHmJynmVwn/Vts08PL9fhgIsMhk1GId5yAN643OzqEEb5S/6At2TZW7pqPDA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/core": ">=7.9.0"
+ },
+ "peerDependencies": {
+ "postcss": ">=7.0.0",
+ "postcss-syntax": ">=0.36.2"
+ }
+ },
+ "node_modules/@stylelint/postcss-markdown": {
+ "version": "0.36.2",
+ "resolved": "https://registry.npmjs.org/@stylelint/postcss-markdown/-/postcss-markdown-0.36.2.tgz",
+ "integrity": "sha512-2kGbqUVJUGE8dM+bMzXG/PYUWKkjLIkRLWNh39OaADkiabDRdw8ATFCgbMz5xdIcvwspPAluSL7uY+ZiTWdWmQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "remark": "^13.0.0",
+ "unist-util-find-all-after": "^3.0.2"
+ },
+ "peerDependencies": {
+ "postcss": ">=7.0.0",
+ "postcss-syntax": ">=0.36.2"
+ }
+ },
+ "node_modules/@types/eslint": {
+ "version": "7.28.0",
+ "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-7.28.0.tgz",
+ "integrity": "sha512-07XlgzX0YJUn4iG1ocY4IX9DzKSmMGUs6ESKlxWhZRaa0fatIWaHWUVapcuGa8r5HFnTqzj+4OCjd5f7EZ/i/A==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@types/estree": "*",
+ "@types/json-schema": "*"
+ }
+ },
+ "node_modules/@types/eslint-scope": {
+ "version": "3.7.1",
+ "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.1.tgz",
+ "integrity": "sha512-SCFeogqiptms4Fg29WpOTk5nHIzfpKCemSN63ksBQYKTcXoJEmJagV+DhVmbapZzY4/5YaOV1nZwrsU79fFm1g==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@types/eslint": "*",
+ "@types/estree": "*"
+ }
+ },
+ "node_modules/@types/estree": {
+ "version": "0.0.50",
+ "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.50.tgz",
+ "integrity": "sha512-C6N5s2ZFtuZRj54k2/zyRhNDjJwwcViAM3Nbm8zjBpbqAdZ00mr0CFxvSKeO8Y/e03WVFLpQMdHYVfUd6SB+Hw==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/@types/glob": {
+ "version": "7.1.4",
+ "resolved": "https://registry.npmjs.org/@types/glob/-/glob-7.1.4.tgz",
+ "integrity": "sha512-w+LsMxKyYQm347Otw+IfBXOv9UWVjpHpCDdbBMt8Kz/xbvCYNjP+0qPh91Km3iKfSRLBB0P7fAMf0KHrPu+MyA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@types/minimatch": "*",
+ "@types/node": "*"
+ }
+ },
+ "node_modules/@types/json-schema": {
+ "version": "7.0.9",
+ "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.9.tgz",
+ "integrity": "sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/@types/mdast": {
+ "version": "3.0.7",
+ "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.7.tgz",
+ "integrity": "sha512-YwR7OK8aPmaBvMMUi+pZXBNoW2unbVbfok4YRqGMJBe1dpDlzpRkJrYEYmvjxgs5JhuQmKfDexrN98u941Zasg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@types/unist": "*"
+ }
+ },
+ "node_modules/@types/minimatch": {
+ "version": "3.0.5",
+ "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.5.tgz",
+ "integrity": "sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/@types/minimist": {
+ "version": "1.2.2",
+ "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.2.tgz",
+ "integrity": "sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/@types/node": {
+ "version": "16.4.13",
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-16.4.13.tgz",
+ "integrity": "sha512-bLL69sKtd25w7p1nvg9pigE4gtKVpGTPojBFLMkGHXuUgap2sLqQt2qUnqmVCDfzGUL0DRNZP+1prIZJbMeAXg==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/@types/normalize-package-data": {
+ "version": "2.4.1",
+ "resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz",
+ "integrity": "sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/@types/parse-json": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz",
+ "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/@types/stylelint": {
+ "version": "13.13.1",
+ "resolved": "https://registry.npmjs.org/@types/stylelint/-/stylelint-13.13.1.tgz",
+ "integrity": "sha512-CBXFUqaMwCw0PX/sVSlT4JR+wTXJ3rv67cdhIH4EoekbrlNeNw8Dx791p2cTTozYJItMOZJa4/j7Br1mmUHdCw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "globby": "11.x.x",
+ "postcss": "7.x.x"
+ }
+ },
+ "node_modules/@types/unist": {
+ "version": "2.0.6",
+ "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.6.tgz",
+ "integrity": "sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/@videojs/http-streaming": {
+ "version": "1.5.1",
+ "integrity": "sha512-Pc3aVr4SRINFLhUWjTofVjQ9iMjs9myXnyfJ0AdW0c4bLwJ0Fw7HUsbns+qseuBzVJe01i7J2R/DE1Y4hFgblA==",
+ "dependencies": {
+ "aes-decrypter": "3.0.0",
+ "global": "^4.3.0",
+ "m3u8-parser": "4.2.0",
+ "mpd-parser": "0.7.0",
+ "mux.js": "5.0.1",
+ "url-toolkit": "^2.1.3",
+ "video.js": "^6.8.0 || ^7.0.0"
+ }
+ },
+ "node_modules/@vue/component-compiler-utils": {
+ "version": "3.2.2",
+ "resolved": "https://registry.npmjs.org/@vue/component-compiler-utils/-/component-compiler-utils-3.2.2.tgz",
+ "integrity": "sha512-rAYMLmgMuqJFWAOb3Awjqqv5X3Q3hVr4jH/kgrFJpiU0j3a90tnNBplqbj+snzrgZhC9W128z+dtgMifOiMfJg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "consolidate": "^0.15.1",
+ "hash-sum": "^1.0.2",
+ "lru-cache": "^4.1.2",
+ "merge-source-map": "^1.1.0",
+ "postcss": "^7.0.36",
+ "postcss-selector-parser": "^6.0.2",
+ "source-map": "~0.6.1",
+ "vue-template-es2015-compiler": "^1.9.0"
+ },
+ "optionalDependencies": {
+ "prettier": "^1.18.2"
+ }
+ },
+ "node_modules/@vue/component-compiler-utils/node_modules/source-map": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/@webassemblyjs/ast": {
+ "version": "1.11.1",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.1.tgz",
+ "integrity": "sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@webassemblyjs/helper-numbers": "1.11.1",
+ "@webassemblyjs/helper-wasm-bytecode": "1.11.1"
+ }
+ },
+ "node_modules/@webassemblyjs/floating-point-hex-parser": {
+ "version": "1.11.1",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.1.tgz",
+ "integrity": "sha512-iGRfyc5Bq+NnNuX8b5hwBrRjzf0ocrJPI6GWFodBFzmFnyvrQ83SHKhmilCU/8Jv67i4GJZBMhEzltxzcNagtQ==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/@webassemblyjs/helper-api-error": {
+ "version": "1.11.1",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.1.tgz",
+ "integrity": "sha512-RlhS8CBCXfRUR/cwo2ho9bkheSXG0+NwooXcc3PAILALf2QLdFyj7KGsKRbVc95hZnhnERon4kW/D3SZpp6Tcg==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/@webassemblyjs/helper-buffer": {
+ "version": "1.11.1",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.1.tgz",
+ "integrity": "sha512-gwikF65aDNeeXa8JxXa2BAk+REjSyhrNC9ZwdT0f8jc4dQQeDQ7G4m0f2QCLPJiMTTO6wfDmRmj/pW0PsUvIcA==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/@webassemblyjs/helper-numbers": {
+ "version": "1.11.1",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.1.tgz",
+ "integrity": "sha512-vDkbxiB8zfnPdNK9Rajcey5C0w+QJugEglN0of+kmO8l7lDb77AnlKYQF7aarZuCrv+l0UvqL+68gSDr3k9LPQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@webassemblyjs/floating-point-hex-parser": "1.11.1",
+ "@webassemblyjs/helper-api-error": "1.11.1",
+ "@xtuc/long": "4.2.2"
+ }
+ },
+ "node_modules/@webassemblyjs/helper-wasm-bytecode": {
+ "version": "1.11.1",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.1.tgz",
+ "integrity": "sha512-PvpoOGiJwXeTrSf/qfudJhwlvDQxFgelbMqtq52WWiXC6Xgg1IREdngmPN3bs4RoO83PnL/nFrxucXj1+BX62Q==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/@webassemblyjs/helper-wasm-section": {
+ "version": "1.11.1",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.1.tgz",
+ "integrity": "sha512-10P9No29rYX1j7F3EVPX3JvGPQPae+AomuSTPiF9eBQeChHI6iqjMIwR9JmOJXwpnn/oVGDk7I5IlskuMwU/pg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@webassemblyjs/ast": "1.11.1",
+ "@webassemblyjs/helper-buffer": "1.11.1",
+ "@webassemblyjs/helper-wasm-bytecode": "1.11.1",
+ "@webassemblyjs/wasm-gen": "1.11.1"
+ }
+ },
+ "node_modules/@webassemblyjs/ieee754": {
+ "version": "1.11.1",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.1.tgz",
+ "integrity": "sha512-hJ87QIPtAMKbFq6CGTkZYJivEwZDbQUgYd3qKSadTNOhVY7p+gfP6Sr0lLRVTaG1JjFj+r3YchoqRYxNH3M0GQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@xtuc/ieee754": "^1.2.0"
+ }
+ },
+ "node_modules/@webassemblyjs/leb128": {
+ "version": "1.11.1",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.1.tgz",
+ "integrity": "sha512-BJ2P0hNZ0u+Th1YZXJpzW6miwqQUGcIHT1G/sf72gLVD9DZ5AdYTqPNbHZh6K1M5VmKvFXwGSWZADz+qBWxeRw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@xtuc/long": "4.2.2"
+ }
+ },
+ "node_modules/@webassemblyjs/utf8": {
+ "version": "1.11.1",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.1.tgz",
+ "integrity": "sha512-9kqcxAEdMhiwQkHpkNiorZzqpGrodQQ2IGrHHxCy+Ozng0ofyMA0lTqiLkVs1uzTRejX+/O0EOT7KxqVPuXosQ==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/@webassemblyjs/wasm-edit": {
+ "version": "1.11.1",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.1.tgz",
+ "integrity": "sha512-g+RsupUC1aTHfR8CDgnsVRVZFJqdkFHpsHMfJuWQzWU3tvnLC07UqHICfP+4XyL2tnr1amvl1Sdp06TnYCmVkA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@webassemblyjs/ast": "1.11.1",
+ "@webassemblyjs/helper-buffer": "1.11.1",
+ "@webassemblyjs/helper-wasm-bytecode": "1.11.1",
+ "@webassemblyjs/helper-wasm-section": "1.11.1",
+ "@webassemblyjs/wasm-gen": "1.11.1",
+ "@webassemblyjs/wasm-opt": "1.11.1",
+ "@webassemblyjs/wasm-parser": "1.11.1",
+ "@webassemblyjs/wast-printer": "1.11.1"
+ }
+ },
+ "node_modules/@webassemblyjs/wasm-gen": {
+ "version": "1.11.1",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.1.tgz",
+ "integrity": "sha512-F7QqKXwwNlMmsulj6+O7r4mmtAlCWfO/0HdgOxSklZfQcDu0TpLiD1mRt/zF25Bk59FIjEuGAIyn5ei4yMfLhA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@webassemblyjs/ast": "1.11.1",
+ "@webassemblyjs/helper-wasm-bytecode": "1.11.1",
+ "@webassemblyjs/ieee754": "1.11.1",
+ "@webassemblyjs/leb128": "1.11.1",
+ "@webassemblyjs/utf8": "1.11.1"
+ }
+ },
+ "node_modules/@webassemblyjs/wasm-opt": {
+ "version": "1.11.1",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.1.tgz",
+ "integrity": "sha512-VqnkNqnZlU5EB64pp1l7hdm3hmQw7Vgqa0KF/KCNO9sIpI6Fk6brDEiX+iCOYrvMuBWDws0NkTOxYEb85XQHHw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@webassemblyjs/ast": "1.11.1",
+ "@webassemblyjs/helper-buffer": "1.11.1",
+ "@webassemblyjs/wasm-gen": "1.11.1",
+ "@webassemblyjs/wasm-parser": "1.11.1"
+ }
+ },
+ "node_modules/@webassemblyjs/wasm-parser": {
+ "version": "1.11.1",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.1.tgz",
+ "integrity": "sha512-rrBujw+dJu32gYB7/Lup6UhdkPx9S9SnobZzRVL7VcBH9Bt9bCBLEuX/YXOOtBsOZ4NQrRykKhffRWHvigQvOA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@webassemblyjs/ast": "1.11.1",
+ "@webassemblyjs/helper-api-error": "1.11.1",
+ "@webassemblyjs/helper-wasm-bytecode": "1.11.1",
+ "@webassemblyjs/ieee754": "1.11.1",
+ "@webassemblyjs/leb128": "1.11.1",
+ "@webassemblyjs/utf8": "1.11.1"
+ }
+ },
+ "node_modules/@webassemblyjs/wast-printer": {
+ "version": "1.11.1",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.11.1.tgz",
+ "integrity": "sha512-IQboUWM4eKzWW+N/jij2sRatKMh99QEelo3Eb2q0qXkvPRISAj8Qxtmw5itwqK+TTkBuUIE45AxYPToqPtL5gg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@webassemblyjs/ast": "1.11.1",
+ "@xtuc/long": "4.2.2"
+ }
+ },
+ "node_modules/@webpack-cli/configtest": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/@webpack-cli/configtest/-/configtest-1.0.4.tgz",
+ "integrity": "sha512-cs3XLy+UcxiP6bj0A6u7MLLuwdXJ1c3Dtc0RkKg+wiI1g/Ti1om8+/2hc2A2B60NbBNAbMgyBMHvyymWm/j4wQ==",
+ "dev": true,
+ "peer": true,
+ "peerDependencies": {
+ "webpack": "4.x.x || 5.x.x",
+ "webpack-cli": "4.x.x"
+ }
+ },
+ "node_modules/@webpack-cli/info": {
+ "version": "1.3.0",
+ "resolved": "https://registry.npmjs.org/@webpack-cli/info/-/info-1.3.0.tgz",
+ "integrity": "sha512-ASiVB3t9LOKHs5DyVUcxpraBXDOKubYu/ihHhU+t1UPpxsivg6Od2E2qU4gJCekfEddzRBzHhzA/Acyw/mlK/w==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "envinfo": "^7.7.3"
+ },
+ "peerDependencies": {
+ "webpack-cli": "4.x.x"
+ }
+ },
+ "node_modules/@webpack-cli/serve": {
+ "version": "1.5.1",
+ "resolved": "https://registry.npmjs.org/@webpack-cli/serve/-/serve-1.5.1.tgz",
+ "integrity": "sha512-4vSVUiOPJLmr45S8rMGy7WDvpWxfFxfP/Qx/cxZFCfvoypTYpPPL1X8VIZMe0WTA+Jr7blUxwUSEZNkjoMTgSw==",
+ "dev": true,
+ "peer": true,
+ "peerDependencies": {
+ "webpack-cli": "4.x.x"
+ },
+ "peerDependenciesMeta": {
+ "webpack-dev-server": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@xtuc/ieee754": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz",
+ "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/@xtuc/long": {
+ "version": "4.2.2",
+ "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz",
+ "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/accepts": {
+ "version": "1.3.7",
+ "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.7.tgz",
+ "integrity": "sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "mime-types": "~2.1.24",
+ "negotiator": "0.6.2"
+ },
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/acorn": {
+ "version": "7.4.1",
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz",
+ "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==",
+ "dev": true,
+ "peer": true,
+ "bin": {
+ "acorn": "bin/acorn"
+ },
+ "engines": {
+ "node": ">=0.4.0"
+ }
+ },
+ "node_modules/acorn-jsx": {
+ "version": "5.3.2",
+ "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
+ "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
+ "dev": true,
+ "peer": true,
+ "peerDependencies": {
+ "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
+ }
+ },
+ "node_modules/aes-decrypter": {
+ "version": "3.0.0",
+ "integrity": "sha1-eEihwUW5/b9Xrj4rWxvHzwZEqPs=",
+ "dependencies": {
+ "commander": "^2.9.0",
+ "global": "^4.3.2",
+ "pkcs7": "^1.0.2"
+ }
+ },
+ "node_modules/ajv": {
+ "version": "6.12.6",
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
+ "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "fast-deep-equal": "^3.1.1",
+ "fast-json-stable-stringify": "^2.0.0",
+ "json-schema-traverse": "^0.4.1",
+ "uri-js": "^4.2.2"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/epoberezkin"
+ }
+ },
+ "node_modules/ajv-errors": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-1.0.1.tgz",
+ "integrity": "sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ==",
+ "dev": true,
+ "peer": true,
+ "peerDependencies": {
+ "ajv": ">=5.0.0"
+ }
+ },
+ "node_modules/ajv-keywords": {
+ "version": "3.5.2",
+ "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz",
+ "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==",
+ "dev": true,
+ "peer": true,
+ "peerDependencies": {
+ "ajv": "^6.9.1"
+ }
+ },
+ "node_modules/ansi-colors": {
+ "version": "4.1.1",
+ "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.1.tgz",
+ "integrity": "sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/ansi-html": {
+ "version": "0.0.7",
+ "resolved": "https://registry.npmjs.org/ansi-html/-/ansi-html-0.0.7.tgz",
+ "integrity": "sha1-gTWEAhliqenm/QOflA0S9WynhZ4=",
+ "dev": true,
+ "engines": [
+ "node >= 0.8.0"
+ ],
+ "peer": true,
+ "bin": {
+ "ansi-html": "bin/ansi-html"
+ }
+ },
+ "node_modules/ansi-regex": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz",
+ "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/ansi-styles": {
+ "version": "3.2.1",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
+ "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "color-convert": "^1.9.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/anymatch": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz",
+ "integrity": "sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "normalize-path": "^3.0.0",
+ "picomatch": "^2.0.4"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/argparse": {
+ "version": "1.0.10",
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
+ "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "sprintf-js": "~1.0.2"
+ }
+ },
+ "node_modules/arr-diff": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz",
+ "integrity": "sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA=",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/arr-flatten": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz",
+ "integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/arr-union": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz",
+ "integrity": "sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/array-flatten": {
+ "version": "2.1.2",
+ "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-2.1.2.tgz",
+ "integrity": "sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/array-includes": {
+ "version": "3.1.3",
+ "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.3.tgz",
+ "integrity": "sha512-gcem1KlBU7c9rB+Rq8/3PPKsK2kjqeEBa3bD5kkQo4nYlOHQCJqIJFqBXDEfwaRuYTT4E+FxA9xez7Gf/e3Q7A==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "call-bind": "^1.0.2",
+ "define-properties": "^1.1.3",
+ "es-abstract": "^1.18.0-next.2",
+ "get-intrinsic": "^1.1.1",
+ "is-string": "^1.0.5"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/array-union": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
+ "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/array-uniq": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz",
+ "integrity": "sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/array-unique": {
+ "version": "0.3.2",
+ "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz",
+ "integrity": "sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/array.prototype.flat": {
+ "version": "1.2.4",
+ "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.2.4.tgz",
+ "integrity": "sha512-4470Xi3GAPAjZqFcljX2xzckv1qeKPizoNkiS0+O4IoPR2ZNpcjE0pkhdihlDouK+x6QOast26B4Q/O9DJnwSg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "call-bind": "^1.0.0",
+ "define-properties": "^1.1.3",
+ "es-abstract": "^1.18.0-next.1"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/arrify": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/arrify/-/arrify-2.0.1.tgz",
+ "integrity": "sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/asn1.js": {
+ "version": "5.4.1",
+ "resolved": "https://registry.npmjs.org/asn1.js/-/asn1.js-5.4.1.tgz",
+ "integrity": "sha512-+I//4cYPccV8LdmBLiX8CYvf9Sp3vQsrqu2QNXRcrbiWvcx/UdlFiqUJJzxRQxgsZmvhXhn4cSKeSmoFjVdupA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "bn.js": "^4.0.0",
+ "inherits": "^2.0.1",
+ "minimalistic-assert": "^1.0.0",
+ "safer-buffer": "^2.1.0"
+ }
+ },
+ "node_modules/asn1.js/node_modules/bn.js": {
+ "version": "4.12.0",
+ "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz",
+ "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/assert": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/assert/-/assert-2.0.0.tgz",
+ "integrity": "sha512-se5Cd+js9dXJnu6Ag2JFc00t+HmHOen+8Q+L7O9zI0PqQXr20uk2J0XQqMxZEeo5U50o8Nvmmx7dZrl+Ufr35A==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "es6-object-assign": "^1.1.0",
+ "is-nan": "^1.2.1",
+ "object-is": "^1.0.1",
+ "util": "^0.12.0"
+ }
+ },
+ "node_modules/assign-symbols": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz",
+ "integrity": "sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/astral-regex": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz",
+ "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/async": {
+ "version": "2.6.3",
+ "resolved": "https://registry.npmjs.org/async/-/async-2.6.3.tgz",
+ "integrity": "sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "lodash": "^4.17.14"
+ }
+ },
+ "node_modules/async-each": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.3.tgz",
+ "integrity": "sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/async-limiter": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.1.tgz",
+ "integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/atob": {
+ "version": "2.1.2",
+ "resolved": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz",
+ "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==",
+ "dev": true,
+ "peer": true,
+ "bin": {
+ "atob": "bin/atob.js"
+ },
+ "engines": {
+ "node": ">= 4.5.0"
+ }
+ },
+ "node_modules/autoprefixer": {
+ "version": "9.8.6",
+ "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.8.6.tgz",
+ "integrity": "sha512-XrvP4VVHdRBCdX1S3WXVD8+RyG9qeb1D5Sn1DeLiG2xfSpzellk5k54xbUERJ3M5DggQxes39UGOTP8CFrEGbg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "browserslist": "^4.12.0",
+ "caniuse-lite": "^1.0.30001109",
+ "colorette": "^1.2.1",
+ "normalize-range": "^0.1.2",
+ "num2fraction": "^1.2.2",
+ "postcss": "^7.0.32",
+ "postcss-value-parser": "^4.1.0"
+ },
+ "bin": {
+ "autoprefixer": "bin/autoprefixer"
+ },
+ "funding": {
+ "type": "tidelift",
+ "url": "https://tidelift.com/funding/github/npm/autoprefixer"
+ }
+ },
+ "node_modules/available-typed-arrays": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.4.tgz",
+ "integrity": "sha512-SA5mXJWrId1TaQjfxUYghbqQ/hYioKmLJvPJyDuYRtXXenFNMjj4hSSt1Cf1xsuXSXrtxrVC5Ot4eU6cOtBDdA==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/babel-loader": {
+ "version": "8.2.2",
+ "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.2.2.tgz",
+ "integrity": "sha512-JvTd0/D889PQBtUXJ2PXaKU/pjZDMtHA9V2ecm+eNRmmBCMR09a+fmpGTNwnJtFmFl5Ei7Vy47LjBb+L0wQ99g==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "find-cache-dir": "^3.3.1",
+ "loader-utils": "^1.4.0",
+ "make-dir": "^3.1.0",
+ "schema-utils": "^2.6.5"
+ },
+ "engines": {
+ "node": ">= 8.9"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0",
+ "webpack": ">=2"
+ }
+ },
+ "node_modules/babel-plugin-dynamic-import-node": {
+ "version": "2.3.3",
+ "resolved": "https://registry.npmjs.org/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz",
+ "integrity": "sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "object.assign": "^4.1.0"
+ }
+ },
+ "node_modules/babel-plugin-polyfill-corejs2": {
+ "version": "0.2.2",
+ "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.2.2.tgz",
+ "integrity": "sha512-kISrENsJ0z5dNPq5eRvcctITNHYXWOA4DUZRFYCz3jYCcvTb/A546LIddmoGNMVYg2U38OyFeNosQwI9ENTqIQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/compat-data": "^7.13.11",
+ "@babel/helper-define-polyfill-provider": "^0.2.2",
+ "semver": "^6.1.1"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/babel-plugin-polyfill-corejs3": {
+ "version": "0.2.4",
+ "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.2.4.tgz",
+ "integrity": "sha512-z3HnJE5TY/j4EFEa/qpQMSbcUJZ5JQi+3UFjXzn6pQCmIKc5Ug5j98SuYyH+m4xQnvKlMDIW4plLfgyVnd0IcQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/helper-define-polyfill-provider": "^0.2.2",
+ "core-js-compat": "^3.14.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/babel-plugin-polyfill-regenerator": {
+ "version": "0.2.2",
+ "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.2.2.tgz",
+ "integrity": "sha512-Goy5ghsc21HgPDFtzRkSirpZVW35meGoTmTOb2bxqdl60ghub4xOidgNTHaZfQ2FaxQsKmwvXtOAkcIS4SMBWg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/helper-define-polyfill-provider": "^0.2.2"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/bail": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/bail/-/bail-1.0.5.tgz",
+ "integrity": "sha512-xFbRxM1tahm08yHBP16MMjVUAvDaBMD38zsM9EMAUN61omwLmKlOpB/Zku5QkjZ8TZ4vn53pj+t518cH0S03RQ==",
+ "dev": true,
+ "peer": true,
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/wooorm"
+ }
+ },
+ "node_modules/balanced-match": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
+ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/base": {
+ "version": "0.11.2",
+ "resolved": "https://registry.npmjs.org/base/-/base-0.11.2.tgz",
+ "integrity": "sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "cache-base": "^1.0.1",
+ "class-utils": "^0.3.5",
+ "component-emitter": "^1.2.1",
+ "define-property": "^1.0.0",
+ "isobject": "^3.0.1",
+ "mixin-deep": "^1.2.0",
+ "pascalcase": "^0.1.1"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/base/node_modules/define-property": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz",
+ "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "is-descriptor": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/base64-js": {
+ "version": "1.5.1",
+ "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
+ "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/feross"
},
- "@babel/helper-split-export-declaration": {
- "version": "7.4.0",
- "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.4.0.tgz",
- "integrity": "sha512-7Cuc6JZiYShaZnybDmfwhY4UYHzI6rlqhWjaIqbsJGsIqPimEYy5uh3akSRLMg65LSdSEnJ8a8/bWQN6u2oMGw==",
- "dev": true,
- "requires": {
- "@babel/types": "^7.4.0"
- }
+ {
+ "type": "patreon",
+ "url": "https://www.patreon.com/feross"
},
- "@babel/parser": {
- "version": "7.4.0",
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.4.0.tgz",
- "integrity": "sha512-ZmMhJfU/+SXXvy9ALjDZopa3T3EixQtQai89JRC48eM9OUwrxJjYjuM/0wmdl2AekytlzMVhPY8cYdLb13kpKQ==",
- "dev": true
+ {
+ "type": "consulting",
+ "url": "https://feross.org/support"
+ }
+ ],
+ "peer": true
+ },
+ "node_modules/batch": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz",
+ "integrity": "sha1-3DQxT05nkxgJP8dgJyUl+UvyXBY=",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/big.js": {
+ "version": "5.2.2",
+ "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz",
+ "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": "*"
+ }
+ },
+ "node_modules/binary-extensions": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz",
+ "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/bindings": {
+ "version": "1.5.0",
+ "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz",
+ "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==",
+ "dev": true,
+ "optional": true,
+ "peer": true,
+ "dependencies": {
+ "file-uri-to-path": "1.0.0"
+ }
+ },
+ "node_modules/bluebird": {
+ "version": "3.7.2",
+ "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz",
+ "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/bn.js": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.2.0.tgz",
+ "integrity": "sha512-D7iWRBvnZE8ecXiLj/9wbxH7Tk79fAh8IHaTNq1RWRixsS02W+5qS+iE9yq6RYl0asXx5tw0bLhmT5pIfbSquw==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/body-parser": {
+ "version": "1.19.0",
+ "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.19.0.tgz",
+ "integrity": "sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "bytes": "3.1.0",
+ "content-type": "~1.0.4",
+ "debug": "2.6.9",
+ "depd": "~1.1.2",
+ "http-errors": "1.7.2",
+ "iconv-lite": "0.4.24",
+ "on-finished": "~2.3.0",
+ "qs": "6.7.0",
+ "raw-body": "2.4.0",
+ "type-is": "~1.6.17"
+ },
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/body-parser/node_modules/bytes": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz",
+ "integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/body-parser/node_modules/debug": {
+ "version": "2.6.9",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
+ "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "ms": "2.0.0"
+ }
+ },
+ "node_modules/body-parser/node_modules/ms": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
+ "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/bonjour": {
+ "version": "3.5.0",
+ "resolved": "https://registry.npmjs.org/bonjour/-/bonjour-3.5.0.tgz",
+ "integrity": "sha1-jokKGD2O6aI5OzhExpGkK897yfU=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "array-flatten": "^2.1.0",
+ "deep-equal": "^1.0.1",
+ "dns-equal": "^1.0.0",
+ "dns-txt": "^2.0.2",
+ "multicast-dns": "^6.0.1",
+ "multicast-dns-service-types": "^1.1.0"
+ }
+ },
+ "node_modules/brace-expansion": {
+ "version": "1.1.11",
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "balanced-match": "^1.0.0",
+ "concat-map": "0.0.1"
+ }
+ },
+ "node_modules/braces": {
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz",
+ "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "fill-range": "^7.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/brorand": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz",
+ "integrity": "sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8=",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/browserify-aes": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/browserify-aes/-/browserify-aes-1.2.0.tgz",
+ "integrity": "sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "buffer-xor": "^1.0.3",
+ "cipher-base": "^1.0.0",
+ "create-hash": "^1.1.0",
+ "evp_bytestokey": "^1.0.3",
+ "inherits": "^2.0.1",
+ "safe-buffer": "^5.0.1"
+ }
+ },
+ "node_modules/browserify-cipher": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/browserify-cipher/-/browserify-cipher-1.0.1.tgz",
+ "integrity": "sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "browserify-aes": "^1.0.4",
+ "browserify-des": "^1.0.0",
+ "evp_bytestokey": "^1.0.0"
+ }
+ },
+ "node_modules/browserify-des": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/browserify-des/-/browserify-des-1.0.2.tgz",
+ "integrity": "sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "cipher-base": "^1.0.1",
+ "des.js": "^1.0.0",
+ "inherits": "^2.0.1",
+ "safe-buffer": "^5.1.2"
+ }
+ },
+ "node_modules/browserify-rsa": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/browserify-rsa/-/browserify-rsa-4.1.0.tgz",
+ "integrity": "sha512-AdEER0Hkspgno2aR97SAf6vi0y0k8NuOpGnVH3O99rcA5Q6sh8QxcngtHuJ6uXwnfAXNM4Gn1Gb7/MV1+Ymbog==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "bn.js": "^5.0.0",
+ "randombytes": "^2.0.1"
+ }
+ },
+ "node_modules/browserify-sign": {
+ "version": "4.2.1",
+ "resolved": "https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.2.1.tgz",
+ "integrity": "sha512-/vrA5fguVAKKAVTNJjgSm1tRQDHUU6DbwO9IROu/0WAzC8PKhucDSh18J0RMvVeHAn5puMd+QHC2erPRNf8lmg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "bn.js": "^5.1.1",
+ "browserify-rsa": "^4.0.1",
+ "create-hash": "^1.2.0",
+ "create-hmac": "^1.1.7",
+ "elliptic": "^6.5.3",
+ "inherits": "^2.0.4",
+ "parse-asn1": "^5.1.5",
+ "readable-stream": "^3.6.0",
+ "safe-buffer": "^5.2.0"
+ }
+ },
+ "node_modules/browserify-sign/node_modules/safe-buffer": {
+ "version": "5.2.1",
+ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
+ "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/feross"
},
- "@babel/template": {
- "version": "7.4.0",
- "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.4.0.tgz",
- "integrity": "sha512-SOWwxxClTTh5NdbbYZ0BmaBVzxzTh2tO/TeLTbF6MO6EzVhHTnff8CdBXx3mEtazFBoysmEM6GU/wF+SuSx4Fw==",
- "dev": true,
- "requires": {
- "@babel/code-frame": "^7.0.0",
- "@babel/parser": "^7.4.0",
- "@babel/types": "^7.4.0"
- }
+ {
+ "type": "patreon",
+ "url": "https://www.patreon.com/feross"
},
- "@babel/traverse": {
- "version": "7.4.0",
- "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.4.0.tgz",
- "integrity": "sha512-/DtIHKfyg2bBKnIN+BItaIlEg5pjAnzHOIQe5w+rHAw/rg9g0V7T4rqPX8BJPfW11kt3koyjAnTNwCzb28Y1PA==",
- "dev": true,
- "requires": {
- "@babel/code-frame": "^7.0.0",
- "@babel/generator": "^7.4.0",
- "@babel/helper-function-name": "^7.1.0",
- "@babel/helper-split-export-declaration": "^7.4.0",
- "@babel/parser": "^7.4.0",
- "@babel/types": "^7.4.0",
- "debug": "^4.1.0",
- "globals": "^11.1.0",
- "lodash": "^4.17.11"
- }
+ {
+ "type": "consulting",
+ "url": "https://feross.org/support"
+ }
+ ],
+ "peer": true
+ },
+ "node_modules/browserify-zlib": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.2.0.tgz",
+ "integrity": "sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "pako": "~1.0.5"
+ }
+ },
+ "node_modules/browserslist": {
+ "version": "4.16.7",
+ "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.16.7.tgz",
+ "integrity": "sha512-7I4qVwqZltJ7j37wObBe3SoTz+nS8APaNcrBOlgoirb6/HbEU2XxW/LpUDTCngM6iauwFqmRTuOMfyKnFGY5JA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "caniuse-lite": "^1.0.30001248",
+ "colorette": "^1.2.2",
+ "electron-to-chromium": "^1.3.793",
+ "escalade": "^3.1.1",
+ "node-releases": "^1.1.73"
+ },
+ "bin": {
+ "browserslist": "cli.js"
+ },
+ "engines": {
+ "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/browserslist"
+ }
+ },
+ "node_modules/buffer": {
+ "version": "6.0.3",
+ "resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz",
+ "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/feross"
},
- "@babel/types": {
- "version": "7.4.0",
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.4.0.tgz",
- "integrity": "sha512-aPvkXyU2SPOnztlgo8n9cEiXW755mgyvueUPcpStqdzoSPm0fjO0vQBjLkt3JKJW7ufikfcnMTTPsN1xaTsBPA==",
- "dev": true,
- "requires": {
- "esutils": "^2.0.2",
- "lodash": "^4.17.11",
- "to-fast-properties": "^2.0.0"
- }
+ {
+ "type": "patreon",
+ "url": "https://www.patreon.com/feross"
+ },
+ {
+ "type": "consulting",
+ "url": "https://feross.org/support"
}
+ ],
+ "peer": true,
+ "dependencies": {
+ "base64-js": "^1.3.1",
+ "ieee754": "^1.2.1"
}
},
- "@babel/generator": {
- "version": "7.2.2",
- "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.2.2.tgz",
- "integrity": "sha512-I4o675J/iS8k+P38dvJ3IBGqObLXyQLTxtrR4u9cSUJOURvafeEWb/pFMOTwtNrmq73mJzyF6ueTbO1BtN0Zeg==",
+ "node_modules/buffer-from": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
+ "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
"dev": true,
- "requires": {
- "@babel/types": "^7.2.2",
- "jsesc": "^2.5.1",
- "lodash": "^4.17.10",
- "source-map": "^0.5.0",
- "trim-right": "^1.0.1"
+ "peer": true
+ },
+ "node_modules/buffer-indexof": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/buffer-indexof/-/buffer-indexof-1.1.1.tgz",
+ "integrity": "sha512-4/rOEg86jivtPTeOUUT61jJO1Ya1TrR/OkqCSZDyq84WJh3LuuiphBYJN+fm5xufIk4XAFcEwte/8WzC8If/1g==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/buffer-xor": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz",
+ "integrity": "sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk=",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/builtin-status-codes": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz",
+ "integrity": "sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug=",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/bytes": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz",
+ "integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">= 0.8"
}
},
- "@babel/helper-annotate-as-pure": {
+ "node_modules/cache-base": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz",
+ "integrity": "sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "collection-visit": "^1.0.0",
+ "component-emitter": "^1.2.1",
+ "get-value": "^2.0.6",
+ "has-value": "^1.0.0",
+ "isobject": "^3.0.1",
+ "set-value": "^2.0.0",
+ "to-object-path": "^0.3.0",
+ "union-value": "^1.0.0",
+ "unset-value": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/call-bind": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz",
+ "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "function-bind": "^1.1.1",
+ "get-intrinsic": "^1.0.2"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/callsites": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
+ "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/camelcase": {
+ "version": "6.2.0",
+ "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.2.0.tgz",
+ "integrity": "sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/camelcase-keys": {
+ "version": "6.2.2",
+ "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-6.2.2.tgz",
+ "integrity": "sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "camelcase": "^5.3.1",
+ "map-obj": "^4.0.0",
+ "quick-lru": "^4.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/camelcase-keys/node_modules/camelcase": {
+ "version": "5.3.1",
+ "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
+ "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/caniuse-lite": {
+ "version": "1.0.30001249",
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001249.tgz",
+ "integrity": "sha512-vcX4U8lwVXPdqzPWi6cAJ3FnQaqXbBqy/GZseKNQzRj37J7qZdGcBtxq/QLFNLLlfsoXLUdHw8Iwenri86Tagw==",
+ "dev": true,
+ "peer": true,
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/browserslist"
+ }
+ },
+ "node_modules/chalk": {
+ "version": "2.4.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
+ "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "ansi-styles": "^3.2.1",
+ "escape-string-regexp": "^1.0.5",
+ "supports-color": "^5.3.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/character-entities": {
+ "version": "1.2.4",
+ "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-1.2.4.tgz",
+ "integrity": "sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw==",
+ "dev": true,
+ "peer": true,
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/wooorm"
+ }
+ },
+ "node_modules/character-entities-legacy": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-1.1.4.tgz",
+ "integrity": "sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA==",
+ "dev": true,
+ "peer": true,
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/wooorm"
+ }
+ },
+ "node_modules/character-reference-invalid": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-1.1.4.tgz",
+ "integrity": "sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==",
+ "dev": true,
+ "peer": true,
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/wooorm"
+ }
+ },
+ "node_modules/chokidar": {
+ "version": "3.5.2",
+ "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.2.tgz",
+ "integrity": "sha512-ekGhOnNVPgT77r4K/U3GDhu+FQ2S8TnK/s2KbIGXi0SZWuwkZ2QNyfWdZW+TVfn84DpEP7rLeCt2UI6bJ8GwbQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "anymatch": "~3.1.2",
+ "braces": "~3.0.2",
+ "glob-parent": "~5.1.2",
+ "is-binary-path": "~2.1.0",
+ "is-glob": "~4.0.1",
+ "normalize-path": "~3.0.0",
+ "readdirp": "~3.6.0"
+ },
+ "engines": {
+ "node": ">= 8.10.0"
+ },
+ "optionalDependencies": {
+ "fsevents": "~2.3.2"
+ }
+ },
+ "node_modules/chrome-trace-event": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz",
+ "integrity": "sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=6.0"
+ }
+ },
+ "node_modules/cipher-base": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz",
+ "integrity": "sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "inherits": "^2.0.1",
+ "safe-buffer": "^5.0.1"
+ }
+ },
+ "node_modules/class-utils": {
+ "version": "0.3.6",
+ "resolved": "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz",
+ "integrity": "sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "arr-union": "^3.1.0",
+ "define-property": "^0.2.5",
+ "isobject": "^3.0.0",
+ "static-extend": "^0.1.1"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/class-utils/node_modules/define-property": {
+ "version": "0.2.5",
+ "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
+ "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "is-descriptor": "^0.1.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/class-utils/node_modules/is-accessor-descriptor": {
+ "version": "0.1.6",
+ "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz",
+ "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "kind-of": "^3.0.2"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/class-utils/node_modules/is-accessor-descriptor/node_modules/kind-of": {
+ "version": "3.2.2",
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
+ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "is-buffer": "^1.1.5"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/class-utils/node_modules/is-buffer": {
+ "version": "1.1.6",
+ "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz",
+ "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/class-utils/node_modules/is-data-descriptor": {
+ "version": "0.1.4",
+ "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz",
+ "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "kind-of": "^3.0.2"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/class-utils/node_modules/is-data-descriptor/node_modules/kind-of": {
+ "version": "3.2.2",
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
+ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "is-buffer": "^1.1.5"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/class-utils/node_modules/is-descriptor": {
+ "version": "0.1.6",
+ "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz",
+ "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "is-accessor-descriptor": "^0.1.6",
+ "is-data-descriptor": "^0.1.4",
+ "kind-of": "^5.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/class-utils/node_modules/kind-of": {
+ "version": "5.1.0",
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz",
+ "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/cliui": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/cliui/-/cliui-5.0.0.tgz",
+ "integrity": "sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "string-width": "^3.1.0",
+ "strip-ansi": "^5.2.0",
+ "wrap-ansi": "^5.1.0"
+ }
+ },
+ "node_modules/cliui/node_modules/ansi-regex": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz",
+ "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/cliui/node_modules/emoji-regex": {
+ "version": "7.0.3",
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz",
+ "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/cliui/node_modules/is-fullwidth-code-point": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
+ "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/cliui/node_modules/string-width": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz",
+ "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "emoji-regex": "^7.0.1",
+ "is-fullwidth-code-point": "^2.0.0",
+ "strip-ansi": "^5.1.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/cliui/node_modules/strip-ansi": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz",
+ "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "ansi-regex": "^4.1.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/clone-deep": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz",
+ "integrity": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "is-plain-object": "^2.0.4",
+ "kind-of": "^6.0.2",
+ "shallow-clone": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/clone-regexp": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/clone-regexp/-/clone-regexp-2.2.0.tgz",
+ "integrity": "sha512-beMpP7BOtTipFuW8hrJvREQ2DrRu3BE7by0ZpibtfBA+qfHYvMGTc2Yb1JMYPKg/JUw0CHYvpg796aNTSW9z7Q==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "is-regexp": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/collection-visit": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz",
+ "integrity": "sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "map-visit": "^1.0.0",
+ "object-visit": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/color-convert": {
+ "version": "1.9.3",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
+ "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "color-name": "1.1.3"
+ }
+ },
+ "node_modules/color-name": {
+ "version": "1.1.3",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
+ "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/colorette": {
+ "version": "1.2.2",
+ "resolved": "https://registry.npmjs.org/colorette/-/colorette-1.2.2.tgz",
+ "integrity": "sha512-MKGMzyfeuutC/ZJ1cba9NqcNpfeqMUcYmyF1ZFY6/Cn7CNSAKx6a+s48sqLqyAiZuaP2TcqMhoo+dlwFnVxT9w==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/commander": {
+ "version": "2.17.1",
+ "integrity": "sha512-wPMUt6FnH2yzG95SA6mzjQOEKUU3aLaDEmzs1ti+1E9h+CsrZghRlqEM/EJ4KscsQVG8uNN4uVreUeT8+drlgg=="
+ },
+ "node_modules/comment-parser": {
+ "version": "1.1.5",
+ "resolved": "https://registry.npmjs.org/comment-parser/-/comment-parser-1.1.5.tgz",
+ "integrity": "sha512-RePCE4leIhBlmrqiYTvaqEeGYg7qpSl4etaIabKtdOQVi+mSTIBBklGUwIr79GXYnl3LpMwmDw4KeR2stNc6FA==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">= 10.0.0"
+ }
+ },
+ "node_modules/commondir": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz",
+ "integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/component-emitter": {
+ "version": "1.3.0",
+ "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.0.tgz",
+ "integrity": "sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/compressible": {
+ "version": "2.0.18",
+ "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz",
+ "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "mime-db": ">= 1.43.0 < 2"
+ },
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/compression": {
+ "version": "1.7.4",
+ "resolved": "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz",
+ "integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "accepts": "~1.3.5",
+ "bytes": "3.0.0",
+ "compressible": "~2.0.16",
+ "debug": "2.6.9",
+ "on-headers": "~1.0.2",
+ "safe-buffer": "5.1.2",
+ "vary": "~1.1.2"
+ },
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/compression/node_modules/debug": {
+ "version": "2.6.9",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
+ "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "ms": "2.0.0"
+ }
+ },
+ "node_modules/compression/node_modules/ms": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
+ "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/concat-map": {
+ "version": "0.0.1",
+ "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
+ "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/connect-history-api-fallback": {
+ "version": "1.6.0",
+ "resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-1.6.0.tgz",
+ "integrity": "sha512-e54B99q/OUoH64zYYRf3HBP5z24G38h5D3qXu23JGRoigpX5Ss4r9ZnDk3g0Z8uQC2x2lPaJ+UlWBc1ZWBWdLg==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=0.8"
+ }
+ },
+ "node_modules/console-browserify": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/console-browserify/-/console-browserify-1.2.0.tgz",
+ "integrity": "sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/consolidate": {
+ "version": "0.15.1",
+ "resolved": "https://registry.npmjs.org/consolidate/-/consolidate-0.15.1.tgz",
+ "integrity": "sha512-DW46nrsMJgy9kqAbPt5rKaCr7uFtpo4mSUvLHIUbJEjm0vo+aY5QLwBUq3FK4tRnJr/X0Psc0C4jf/h+HtXSMw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "bluebird": "^3.1.1"
+ },
+ "engines": {
+ "node": ">= 0.10.0"
+ }
+ },
+ "node_modules/constants-browserify": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/constants-browserify/-/constants-browserify-1.0.0.tgz",
+ "integrity": "sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U=",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/content-disposition": {
+ "version": "0.5.3",
+ "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.3.tgz",
+ "integrity": "sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "safe-buffer": "5.1.2"
+ },
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/content-type": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz",
+ "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/convert-source-map": {
+ "version": "1.8.0",
+ "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.8.0.tgz",
+ "integrity": "sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "safe-buffer": "~5.1.1"
+ }
+ },
+ "node_modules/cookie": {
+ "version": "0.4.0",
+ "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.0.tgz",
+ "integrity": "sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/cookie-signature": {
+ "version": "1.0.6",
+ "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz",
+ "integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw=",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/copy-descriptor": {
+ "version": "0.1.1",
+ "resolved": "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz",
+ "integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/core-js-compat": {
+ "version": "3.16.0",
+ "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.16.0.tgz",
+ "integrity": "sha512-5D9sPHCdewoUK7pSUPfTF7ZhLh8k9/CoJXWUEo+F1dZT5Z1DVgcuRqUKhjeKW+YLb8f21rTFgWwQJiNw1hoZ5Q==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "browserslist": "^4.16.6",
+ "semver": "7.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/core-js"
+ }
+ },
+ "node_modules/core-js-compat/node_modules/semver": {
"version": "7.0.0",
- "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0.tgz",
- "integrity": "sha512-3UYcJUj9kvSLbLbUIfQTqzcy5VX7GRZ/CCDrnOaZorFFM01aXp1+GJwuFGV4NDDoAS+mOUyHcO6UD/RfqOks3Q==",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.0.0.tgz",
+ "integrity": "sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==",
"dev": true,
- "requires": {
- "@babel/types": "^7.0.0"
+ "peer": true,
+ "bin": {
+ "semver": "bin/semver.js"
}
},
- "@babel/helper-builder-binary-assignment-operator-visitor": {
- "version": "7.1.0",
- "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.1.0.tgz",
- "integrity": "sha512-qNSR4jrmJ8M1VMM9tibvyRAHXQs2PmaksQF7c1CGJNipfe3D8p+wgNwgso/P2A2r2mdgBWAXljNWR0QRZAMW8w==",
+ "node_modules/core-util-is": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
+ "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=",
"dev": true,
- "requires": {
- "@babel/helper-explode-assignable-expression": "^7.1.0",
- "@babel/types": "^7.0.0"
+ "peer": true
+ },
+ "node_modules/cosmiconfig": {
+ "version": "7.0.0",
+ "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.0.tgz",
+ "integrity": "sha512-pondGvTuVYDk++upghXJabWzL6Kxu6f26ljFw64Swq9v6sQPUL3EUlVDV56diOjpCayKihL6hVe8exIACU4XcA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@types/parse-json": "^4.0.0",
+ "import-fresh": "^3.2.1",
+ "parse-json": "^5.0.0",
+ "path-type": "^4.0.0",
+ "yaml": "^1.10.0"
+ },
+ "engines": {
+ "node": ">=10"
}
},
- "@babel/helper-call-delegate": {
- "version": "7.4.0",
- "resolved": "https://registry.npmjs.org/@babel/helper-call-delegate/-/helper-call-delegate-7.4.0.tgz",
- "integrity": "sha512-SdqDfbVdNQCBp3WhK2mNdDvHd3BD6qbmIc43CAyjnsfCmgHMeqgDcM3BzY2lchi7HBJGJ2CVdynLWbezaE4mmQ==",
+ "node_modules/cosmiconfig/node_modules/parse-json": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
+ "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
"dev": true,
- "requires": {
- "@babel/helper-hoist-variables": "^7.4.0",
- "@babel/traverse": "^7.4.0",
- "@babel/types": "^7.4.0"
+ "peer": true,
+ "dependencies": {
+ "@babel/code-frame": "^7.0.0",
+ "error-ex": "^1.3.1",
+ "json-parse-even-better-errors": "^2.3.0",
+ "lines-and-columns": "^1.1.6"
},
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/cosmiconfig/node_modules/path-type": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
+ "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/create-ecdh": {
+ "version": "4.0.4",
+ "resolved": "https://registry.npmjs.org/create-ecdh/-/create-ecdh-4.0.4.tgz",
+ "integrity": "sha512-mf+TCx8wWc9VpuxfP2ht0iSISLZnt0JgWlrOKZiNqyUZWnjIaCIVNQArMHnCZKfEYRg6IM7A+NeJoN8gf/Ws0A==",
+ "dev": true,
+ "peer": true,
"dependencies": {
- "@babel/generator": {
- "version": "7.4.0",
- "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.4.0.tgz",
- "integrity": "sha512-/v5I+a1jhGSKLgZDcmAUZ4K/VePi43eRkUs3yePW1HB1iANOD5tqJXwGSG4BZhSksP8J9ejSlwGeTiiOFZOrXQ==",
- "dev": true,
- "requires": {
- "@babel/types": "^7.4.0",
- "jsesc": "^2.5.1",
- "lodash": "^4.17.11",
- "source-map": "^0.5.0",
- "trim-right": "^1.0.1"
- }
+ "bn.js": "^4.1.0",
+ "elliptic": "^6.5.3"
+ }
+ },
+ "node_modules/create-ecdh/node_modules/bn.js": {
+ "version": "4.12.0",
+ "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz",
+ "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/create-hash": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/create-hash/-/create-hash-1.2.0.tgz",
+ "integrity": "sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "cipher-base": "^1.0.1",
+ "inherits": "^2.0.1",
+ "md5.js": "^1.3.4",
+ "ripemd160": "^2.0.1",
+ "sha.js": "^2.4.0"
+ }
+ },
+ "node_modules/create-hmac": {
+ "version": "1.1.7",
+ "resolved": "https://registry.npmjs.org/create-hmac/-/create-hmac-1.1.7.tgz",
+ "integrity": "sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "cipher-base": "^1.0.3",
+ "create-hash": "^1.1.0",
+ "inherits": "^2.0.1",
+ "ripemd160": "^2.0.0",
+ "safe-buffer": "^5.0.1",
+ "sha.js": "^2.4.8"
+ }
+ },
+ "node_modules/cross-spawn": {
+ "version": "7.0.3",
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
+ "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "path-key": "^3.1.0",
+ "shebang-command": "^2.0.0",
+ "which": "^2.0.1"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/crypto-browserify": {
+ "version": "3.12.0",
+ "resolved": "https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.12.0.tgz",
+ "integrity": "sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "browserify-cipher": "^1.0.0",
+ "browserify-sign": "^4.0.0",
+ "create-ecdh": "^4.0.0",
+ "create-hash": "^1.1.0",
+ "create-hmac": "^1.1.0",
+ "diffie-hellman": "^5.0.0",
+ "inherits": "^2.0.1",
+ "pbkdf2": "^3.0.3",
+ "public-encrypt": "^4.0.0",
+ "randombytes": "^2.0.0",
+ "randomfill": "^1.0.3"
+ },
+ "engines": {
+ "node": "*"
+ }
+ },
+ "node_modules/css-loader": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-4.3.0.tgz",
+ "integrity": "sha512-rdezjCjScIrsL8BSYszgT4s476IcNKt6yX69t0pHjJVnPUTDpn4WfIpDQTN3wCJvUvfsz/mFjuGOekf3PY3NUg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "camelcase": "^6.0.0",
+ "cssesc": "^3.0.0",
+ "icss-utils": "^4.1.1",
+ "loader-utils": "^2.0.0",
+ "postcss": "^7.0.32",
+ "postcss-modules-extract-imports": "^2.0.0",
+ "postcss-modules-local-by-default": "^3.0.3",
+ "postcss-modules-scope": "^2.2.0",
+ "postcss-modules-values": "^3.0.0",
+ "postcss-value-parser": "^4.1.0",
+ "schema-utils": "^2.7.1",
+ "semver": "^7.3.2"
+ },
+ "engines": {
+ "node": ">= 10.13.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/webpack"
+ },
+ "peerDependencies": {
+ "webpack": "^4.27.0 || ^5.0.0"
+ }
+ },
+ "node_modules/css-loader/node_modules/loader-utils": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.0.tgz",
+ "integrity": "sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "big.js": "^5.2.2",
+ "emojis-list": "^3.0.0",
+ "json5": "^2.1.2"
+ },
+ "engines": {
+ "node": ">=8.9.0"
+ }
+ },
+ "node_modules/css-loader/node_modules/lru-cache": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
+ "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "yallist": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/css-loader/node_modules/semver": {
+ "version": "7.3.5",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz",
+ "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "lru-cache": "^6.0.0"
+ },
+ "bin": {
+ "semver": "bin/semver.js"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/css-loader/node_modules/yallist": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/cssesc": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
+ "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
+ "dev": true,
+ "peer": true,
+ "bin": {
+ "cssesc": "bin/cssesc"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/de-indent": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/de-indent/-/de-indent-1.0.2.tgz",
+ "integrity": "sha1-sgOOhG3DO6pXlhKNCAS0VbjB4h0=",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/debug": {
+ "version": "4.3.2",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz",
+ "integrity": "sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "ms": "2.1.2"
+ },
+ "engines": {
+ "node": ">=6.0"
+ },
+ "peerDependenciesMeta": {
+ "supports-color": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/decamelize": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
+ "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/decamelize-keys": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/decamelize-keys/-/decamelize-keys-1.1.0.tgz",
+ "integrity": "sha1-0XGoeTMlKAfrPLYdwcFEXQeN8tk=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "decamelize": "^1.1.0",
+ "map-obj": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/decamelize-keys/node_modules/map-obj": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz",
+ "integrity": "sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/decode-uri-component": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz",
+ "integrity": "sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=0.10"
+ }
+ },
+ "node_modules/deep-equal": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-1.1.1.tgz",
+ "integrity": "sha512-yd9c5AdiqVcR+JjcwUQb9DkhJc8ngNr0MahEBGvDiJw8puWab2yZlh+nkasOnZP+EGTAP6rRp2JzJhJZzvNF8g==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "is-arguments": "^1.0.4",
+ "is-date-object": "^1.0.1",
+ "is-regex": "^1.0.4",
+ "object-is": "^1.0.1",
+ "object-keys": "^1.1.1",
+ "regexp.prototype.flags": "^1.2.0"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/deep-is": {
+ "version": "0.1.3",
+ "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.3.tgz",
+ "integrity": "sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ=",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/default-gateway": {
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/default-gateway/-/default-gateway-4.2.0.tgz",
+ "integrity": "sha512-h6sMrVB1VMWVrW13mSc6ia/DwYYw5MN6+exNu1OaJeFac5aSAvwM7lZ0NVfTABuSkQelr4h5oebg3KB1XPdjgA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "execa": "^1.0.0",
+ "ip-regex": "^2.1.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/default-gateway/node_modules/cross-spawn": {
+ "version": "6.0.5",
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz",
+ "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "nice-try": "^1.0.4",
+ "path-key": "^2.0.1",
+ "semver": "^5.5.0",
+ "shebang-command": "^1.2.0",
+ "which": "^1.2.9"
+ },
+ "engines": {
+ "node": ">=4.8"
+ }
+ },
+ "node_modules/default-gateway/node_modules/execa": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz",
+ "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "cross-spawn": "^6.0.0",
+ "get-stream": "^4.0.0",
+ "is-stream": "^1.1.0",
+ "npm-run-path": "^2.0.0",
+ "p-finally": "^1.0.0",
+ "signal-exit": "^3.0.0",
+ "strip-eof": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/default-gateway/node_modules/get-stream": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz",
+ "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "pump": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/default-gateway/node_modules/is-stream": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz",
+ "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/default-gateway/node_modules/npm-run-path": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz",
+ "integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "path-key": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/default-gateway/node_modules/path-key": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz",
+ "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/default-gateway/node_modules/semver": {
+ "version": "5.7.1",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
+ "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==",
+ "dev": true,
+ "peer": true,
+ "bin": {
+ "semver": "bin/semver"
+ }
+ },
+ "node_modules/default-gateway/node_modules/shebang-command": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz",
+ "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "shebang-regex": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/default-gateway/node_modules/shebang-regex": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz",
+ "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/default-gateway/node_modules/which": {
+ "version": "1.3.1",
+ "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
+ "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "isexe": "^2.0.0"
+ },
+ "bin": {
+ "which": "bin/which"
+ }
+ },
+ "node_modules/define-properties": {
+ "version": "1.1.3",
+ "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz",
+ "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "object-keys": "^1.0.12"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/define-property": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz",
+ "integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "is-descriptor": "^1.0.2",
+ "isobject": "^3.0.1"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/del": {
+ "version": "4.1.1",
+ "resolved": "https://registry.npmjs.org/del/-/del-4.1.1.tgz",
+ "integrity": "sha512-QwGuEUouP2kVwQenAsOof5Fv8K9t3D8Ca8NxcXKrIpEHjTXK5J2nXLdP+ALI1cgv8wj7KuwBhTwBkOZSJKM5XQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@types/glob": "^7.1.1",
+ "globby": "^6.1.0",
+ "is-path-cwd": "^2.0.0",
+ "is-path-in-cwd": "^2.0.0",
+ "p-map": "^2.0.0",
+ "pify": "^4.0.1",
+ "rimraf": "^2.6.3"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/del/node_modules/array-union": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz",
+ "integrity": "sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "array-uniq": "^1.0.1"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/del/node_modules/globby": {
+ "version": "6.1.0",
+ "resolved": "https://registry.npmjs.org/globby/-/globby-6.1.0.tgz",
+ "integrity": "sha1-9abXDoOV4hyFj7BInWTfAkJNUGw=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "array-union": "^1.0.1",
+ "glob": "^7.0.3",
+ "object-assign": "^4.0.1",
+ "pify": "^2.0.0",
+ "pinkie-promise": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/del/node_modules/globby/node_modules/pify": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
+ "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/del/node_modules/pify": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz",
+ "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/del/node_modules/rimraf": {
+ "version": "2.7.1",
+ "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz",
+ "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "glob": "^7.1.3"
+ },
+ "bin": {
+ "rimraf": "bin.js"
+ }
+ },
+ "node_modules/depd": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz",
+ "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/des.js": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/des.js/-/des.js-1.0.1.tgz",
+ "integrity": "sha512-Q0I4pfFrv2VPd34/vfLrFOoRmlYj3OV50i7fskps1jZWK1kApMWWT9G6RRUeYedLcBDIhnSDaUvJMb3AhUlaEA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "inherits": "^2.0.1",
+ "minimalistic-assert": "^1.0.0"
+ }
+ },
+ "node_modules/destroy": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz",
+ "integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/detect-node": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.1.0.tgz",
+ "integrity": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/diffie-hellman": {
+ "version": "5.0.3",
+ "resolved": "https://registry.npmjs.org/diffie-hellman/-/diffie-hellman-5.0.3.tgz",
+ "integrity": "sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "bn.js": "^4.1.0",
+ "miller-rabin": "^4.0.0",
+ "randombytes": "^2.0.0"
+ }
+ },
+ "node_modules/diffie-hellman/node_modules/bn.js": {
+ "version": "4.12.0",
+ "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz",
+ "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/dir-glob": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz",
+ "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "path-type": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/dir-glob/node_modules/path-type": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
+ "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/dns-equal": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/dns-equal/-/dns-equal-1.0.0.tgz",
+ "integrity": "sha1-s55/HabrCnW6nBcySzR1PEfgZU0=",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/dns-packet": {
+ "version": "1.3.4",
+ "resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-1.3.4.tgz",
+ "integrity": "sha512-BQ6F4vycLXBvdrJZ6S3gZewt6rcrks9KBgM9vrhW+knGRqc8uEdT7fuCwloc7nny5xNoMJ17HGH0R/6fpo8ECA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "ip": "^1.1.0",
+ "safe-buffer": "^5.0.1"
+ }
+ },
+ "node_modules/dns-txt": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/dns-txt/-/dns-txt-2.0.2.tgz",
+ "integrity": "sha1-uR2Ab10nGI5Ks+fRB9iBocxGQrY=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "buffer-indexof": "^1.0.0"
+ }
+ },
+ "node_modules/doctrine": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
+ "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "esutils": "^2.0.2"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/dom-serializer": {
+ "version": "0.2.2",
+ "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz",
+ "integrity": "sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "domelementtype": "^2.0.1",
+ "entities": "^2.0.0"
+ }
+ },
+ "node_modules/dom-serializer/node_modules/domelementtype": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.2.0.tgz",
+ "integrity": "sha512-DtBMo82pv1dFtUmHyr48beiuq792Sxohr+8Hm9zoxklYPfa6n0Z3Byjj2IV7bmr2IyqClnqEQhfgHJJ5QF0R5A==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/fb55"
+ }
+ ],
+ "peer": true
+ },
+ "node_modules/dom-serializer/node_modules/entities": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz",
+ "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==",
+ "dev": true,
+ "peer": true,
+ "funding": {
+ "url": "https://github.com/fb55/entities?sponsor=1"
+ }
+ },
+ "node_modules/dom-walk": {
+ "version": "0.1.1",
+ "integrity": "sha1-ZyIm3HTI95mtNTB9+TaroRrNYBg="
+ },
+ "node_modules/domain-browser": {
+ "version": "4.22.0",
+ "resolved": "https://registry.npmjs.org/domain-browser/-/domain-browser-4.22.0.tgz",
+ "integrity": "sha512-IGBwjF7tNk3cwypFNH/7bfzBcgSCbaMOD3GsaY1AU/JRrnHnYgEM0+9kQt52iZxjNsjBtJYtao146V+f8jFZNw==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://bevry.me/fund"
+ }
+ },
+ "node_modules/domelementtype": {
+ "version": "1.3.1",
+ "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.1.tgz",
+ "integrity": "sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/domhandler": {
+ "version": "2.4.2",
+ "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-2.4.2.tgz",
+ "integrity": "sha512-JiK04h0Ht5u/80fdLMCEmV4zkNh2BcoMFBmZ/91WtYZ8qVXSKjiw7fXMgFPnHcSZgOo3XdinHvmnDUeMf5R4wA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "domelementtype": "1"
+ }
+ },
+ "node_modules/domutils": {
+ "version": "1.7.0",
+ "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.7.0.tgz",
+ "integrity": "sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "dom-serializer": "0",
+ "domelementtype": "1"
+ }
+ },
+ "node_modules/ee-first": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
+ "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/electron-to-chromium": {
+ "version": "1.3.798",
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.798.tgz",
+ "integrity": "sha512-fwsr6oXAORoV9a6Ak2vMCdXfmHIpAGgpOGesulS1cbGgJmrMl3H+GicUyRG3t+z9uHTMrIuMTleFDW+EUFYT3g==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/elliptic": {
+ "version": "6.5.4",
+ "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.4.tgz",
+ "integrity": "sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "bn.js": "^4.11.9",
+ "brorand": "^1.1.0",
+ "hash.js": "^1.0.0",
+ "hmac-drbg": "^1.0.1",
+ "inherits": "^2.0.4",
+ "minimalistic-assert": "^1.0.1",
+ "minimalistic-crypto-utils": "^1.0.1"
+ }
+ },
+ "node_modules/elliptic/node_modules/bn.js": {
+ "version": "4.12.0",
+ "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz",
+ "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/emoji-regex": {
+ "version": "8.0.0",
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
+ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/emojis-list": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz",
+ "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">= 4"
+ }
+ },
+ "node_modules/encodeurl": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz",
+ "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/end-of-stream": {
+ "version": "1.4.4",
+ "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz",
+ "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "once": "^1.4.0"
+ }
+ },
+ "node_modules/enhanced-resolve": {
+ "version": "5.8.2",
+ "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.8.2.tgz",
+ "integrity": "sha512-F27oB3WuHDzvR2DOGNTaYy0D5o0cnrv8TeI482VM4kYgQd/FT9lUQwuNsJ0oOHtBUq7eiW5ytqzp7nBFknL+GA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "graceful-fs": "^4.2.4",
+ "tapable": "^2.2.0"
+ },
+ "engines": {
+ "node": ">=10.13.0"
+ }
+ },
+ "node_modules/enquirer": {
+ "version": "2.3.6",
+ "resolved": "https://registry.npmjs.org/enquirer/-/enquirer-2.3.6.tgz",
+ "integrity": "sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "ansi-colors": "^4.1.1"
+ },
+ "engines": {
+ "node": ">=8.6"
+ }
+ },
+ "node_modules/entities": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/entities/-/entities-1.1.2.tgz",
+ "integrity": "sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/envinfo": {
+ "version": "7.8.1",
+ "resolved": "https://registry.npmjs.org/envinfo/-/envinfo-7.8.1.tgz",
+ "integrity": "sha512-/o+BXHmB7ocbHEAs6F2EnG0ogybVVUdkRunTT2glZU9XAaGmhqskrvKwqXuDfNjEO0LZKWdejEEpnq8aM0tOaw==",
+ "dev": true,
+ "peer": true,
+ "bin": {
+ "envinfo": "dist/cli.js"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/errno": {
+ "version": "0.1.8",
+ "resolved": "https://registry.npmjs.org/errno/-/errno-0.1.8.tgz",
+ "integrity": "sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "prr": "~1.0.1"
+ },
+ "bin": {
+ "errno": "cli.js"
+ }
+ },
+ "node_modules/error-ex": {
+ "version": "1.3.2",
+ "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
+ "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "is-arrayish": "^0.2.1"
+ }
+ },
+ "node_modules/es-abstract": {
+ "version": "1.18.5",
+ "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.18.5.tgz",
+ "integrity": "sha512-DDggyJLoS91CkJjgauM5c0yZMjiD1uK3KcaCeAmffGwZ+ODWzOkPN4QwRbsK5DOFf06fywmyLci3ZD8jLGhVYA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "call-bind": "^1.0.2",
+ "es-to-primitive": "^1.2.1",
+ "function-bind": "^1.1.1",
+ "get-intrinsic": "^1.1.1",
+ "has": "^1.0.3",
+ "has-symbols": "^1.0.2",
+ "internal-slot": "^1.0.3",
+ "is-callable": "^1.2.3",
+ "is-negative-zero": "^2.0.1",
+ "is-regex": "^1.1.3",
+ "is-string": "^1.0.6",
+ "object-inspect": "^1.11.0",
+ "object-keys": "^1.1.1",
+ "object.assign": "^4.1.2",
+ "string.prototype.trimend": "^1.0.4",
+ "string.prototype.trimstart": "^1.0.4",
+ "unbox-primitive": "^1.0.1"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/es-module-lexer": {
+ "version": "0.7.1",
+ "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-0.7.1.tgz",
+ "integrity": "sha512-MgtWFl5No+4S3TmhDmCz2ObFGm6lEpTnzbQi+Dd+pw4mlTIZTmM2iAs5gRlmx5zS9luzobCSBSI90JM/1/JgOw==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/es-to-primitive": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz",
+ "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "is-callable": "^1.1.4",
+ "is-date-object": "^1.0.1",
+ "is-symbol": "^1.0.2"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/es6-object-assign": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/es6-object-assign/-/es6-object-assign-1.1.0.tgz",
+ "integrity": "sha1-wsNYJlYkfDnqEHyx5mUrb58kUjw=",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/escalade": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz",
+ "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/escape-html": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
+ "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg="
+ },
+ "node_modules/escape-string-regexp": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
+ "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=0.8.0"
+ }
+ },
+ "node_modules/eslint": {
+ "version": "7.32.0",
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.32.0.tgz",
+ "integrity": "sha512-VHZ8gX+EDfz+97jGcgyGCyRia/dPOd6Xh9yPv8Bl1+SoaIwD+a/vlrOmGRUyOYu7MwUhc7CxqeaDZU13S4+EpA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/code-frame": "7.12.11",
+ "@eslint/eslintrc": "^0.4.3",
+ "@humanwhocodes/config-array": "^0.5.0",
+ "ajv": "^6.10.0",
+ "chalk": "^4.0.0",
+ "cross-spawn": "^7.0.2",
+ "debug": "^4.0.1",
+ "doctrine": "^3.0.0",
+ "enquirer": "^2.3.5",
+ "escape-string-regexp": "^4.0.0",
+ "eslint-scope": "^5.1.1",
+ "eslint-utils": "^2.1.0",
+ "eslint-visitor-keys": "^2.0.0",
+ "espree": "^7.3.1",
+ "esquery": "^1.4.0",
+ "esutils": "^2.0.2",
+ "fast-deep-equal": "^3.1.3",
+ "file-entry-cache": "^6.0.1",
+ "functional-red-black-tree": "^1.0.1",
+ "glob-parent": "^5.1.2",
+ "globals": "^13.6.0",
+ "ignore": "^4.0.6",
+ "import-fresh": "^3.0.0",
+ "imurmurhash": "^0.1.4",
+ "is-glob": "^4.0.0",
+ "js-yaml": "^3.13.1",
+ "json-stable-stringify-without-jsonify": "^1.0.1",
+ "levn": "^0.4.1",
+ "lodash.merge": "^4.6.2",
+ "minimatch": "^3.0.4",
+ "natural-compare": "^1.4.0",
+ "optionator": "^0.9.1",
+ "progress": "^2.0.0",
+ "regexpp": "^3.1.0",
+ "semver": "^7.2.1",
+ "strip-ansi": "^6.0.0",
+ "strip-json-comments": "^3.1.0",
+ "table": "^6.0.9",
+ "text-table": "^0.2.0",
+ "v8-compile-cache": "^2.0.3"
+ },
+ "bin": {
+ "eslint": "bin/eslint.js"
+ },
+ "engines": {
+ "node": "^10.12.0 || >=12.0.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/eslint"
+ }
+ },
+ "node_modules/eslint-config-standard": {
+ "version": "16.0.3",
+ "resolved": "https://registry.npmjs.org/eslint-config-standard/-/eslint-config-standard-16.0.3.tgz",
+ "integrity": "sha512-x4fmJL5hGqNJKGHSjnLdgA6U6h1YW/G2dW9fA+cyVur4SK6lyue8+UgNKWlZtUDTXvgKDD/Oa3GQjmB5kjtVvg==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/feross"
},
- "@babel/helper-split-export-declaration": {
- "version": "7.4.0",
- "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.4.0.tgz",
- "integrity": "sha512-7Cuc6JZiYShaZnybDmfwhY4UYHzI6rlqhWjaIqbsJGsIqPimEYy5uh3akSRLMg65LSdSEnJ8a8/bWQN6u2oMGw==",
- "dev": true,
- "requires": {
- "@babel/types": "^7.4.0"
- }
+ {
+ "type": "patreon",
+ "url": "https://www.patreon.com/feross"
},
- "@babel/parser": {
- "version": "7.4.2",
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.4.2.tgz",
- "integrity": "sha512-9fJTDipQFvlfSVdD/JBtkiY0br9BtfvW2R8wo6CX/Ej2eMuV0gWPk1M67Mt3eggQvBqYW1FCEk8BN7WvGm/g5g==",
- "dev": true
+ {
+ "type": "consulting",
+ "url": "https://feross.org/support"
+ }
+ ],
+ "peer": true,
+ "peerDependencies": {
+ "eslint": "^7.12.1",
+ "eslint-plugin-import": "^2.22.1",
+ "eslint-plugin-node": "^11.1.0",
+ "eslint-plugin-promise": "^4.2.1 || ^5.0.0"
+ }
+ },
+ "node_modules/eslint-import-resolver-node": {
+ "version": "0.3.4",
+ "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.4.tgz",
+ "integrity": "sha512-ogtf+5AB/O+nM6DIeBUNr2fuT7ot9Qg/1harBfBtaP13ekEWFQEEMP94BCB7zaNW3gyY+8SHYF00rnqYwXKWOA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "debug": "^2.6.9",
+ "resolve": "^1.13.1"
+ }
+ },
+ "node_modules/eslint-import-resolver-node/node_modules/debug": {
+ "version": "2.6.9",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
+ "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "ms": "2.0.0"
+ }
+ },
+ "node_modules/eslint-import-resolver-node/node_modules/ms": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
+ "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/eslint-module-utils": {
+ "version": "2.6.1",
+ "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.6.1.tgz",
+ "integrity": "sha512-ZXI9B8cxAJIH4nfkhTwcRTEAnrVfobYqwjWy/QMCZ8rHkZHFjf9yO4BzpiF9kCSfNlMG54eKigISHpX0+AaT4A==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "debug": "^3.2.7",
+ "pkg-dir": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/eslint-module-utils/node_modules/debug": {
+ "version": "3.2.7",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
+ "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "ms": "^2.1.1"
+ }
+ },
+ "node_modules/eslint-plugin-es": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-es/-/eslint-plugin-es-3.0.1.tgz",
+ "integrity": "sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "eslint-utils": "^2.0.0",
+ "regexpp": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=8.10.0"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/mysticatea"
+ },
+ "peerDependencies": {
+ "eslint": ">=4.19.1"
+ }
+ },
+ "node_modules/eslint-plugin-import": {
+ "version": "2.23.4",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.23.4.tgz",
+ "integrity": "sha512-6/wP8zZRsnQFiR3iaPFgh5ImVRM1WN5NUWfTIRqwOdeiGJlBcSk82o1FEVq8yXmy4lkIzTo7YhHCIxlU/2HyEQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "array-includes": "^3.1.3",
+ "array.prototype.flat": "^1.2.4",
+ "debug": "^2.6.9",
+ "doctrine": "^2.1.0",
+ "eslint-import-resolver-node": "^0.3.4",
+ "eslint-module-utils": "^2.6.1",
+ "find-up": "^2.0.0",
+ "has": "^1.0.3",
+ "is-core-module": "^2.4.0",
+ "minimatch": "^3.0.4",
+ "object.values": "^1.1.3",
+ "pkg-up": "^2.0.0",
+ "read-pkg-up": "^3.0.0",
+ "resolve": "^1.20.0",
+ "tsconfig-paths": "^3.9.0"
+ },
+ "engines": {
+ "node": ">=4"
+ },
+ "peerDependencies": {
+ "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0"
+ }
+ },
+ "node_modules/eslint-plugin-import/node_modules/debug": {
+ "version": "2.6.9",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
+ "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "ms": "2.0.0"
+ }
+ },
+ "node_modules/eslint-plugin-import/node_modules/doctrine": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
+ "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "esutils": "^2.0.2"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/eslint-plugin-import/node_modules/ms": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
+ "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/eslint-plugin-jsdoc": {
+ "version": "34.8.2",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-34.8.2.tgz",
+ "integrity": "sha512-UOU9A40Cl806JMtla2vF+RM6sNqfLPbhLv9FZqhcC7+LmChD3DVaWqM7ADxpF0kMyZNWe1QKUnqGnXaA3NTn+w==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@es-joy/jsdoccomment": "^0.6.0",
+ "comment-parser": "1.1.5",
+ "debug": "^4.3.1",
+ "esquery": "^1.4.0",
+ "jsdoctypeparser": "^9.0.0",
+ "lodash": "^4.17.21",
+ "regextras": "^0.7.1",
+ "semver": "^7.3.5",
+ "spdx-expression-parse": "^3.0.1"
+ },
+ "engines": {
+ "node": ">=12"
+ },
+ "peerDependencies": {
+ "eslint": "^6.0.0 || ^7.0.0"
+ }
+ },
+ "node_modules/eslint-plugin-jsdoc/node_modules/lru-cache": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
+ "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "yallist": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/eslint-plugin-jsdoc/node_modules/semver": {
+ "version": "7.3.5",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz",
+ "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "lru-cache": "^6.0.0"
+ },
+ "bin": {
+ "semver": "bin/semver.js"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/eslint-plugin-jsdoc/node_modules/yallist": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/eslint-plugin-node": {
+ "version": "11.1.0",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-node/-/eslint-plugin-node-11.1.0.tgz",
+ "integrity": "sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "eslint-plugin-es": "^3.0.0",
+ "eslint-utils": "^2.0.0",
+ "ignore": "^5.1.1",
+ "minimatch": "^3.0.4",
+ "resolve": "^1.10.1",
+ "semver": "^6.1.0"
+ },
+ "engines": {
+ "node": ">=8.10.0"
+ },
+ "peerDependencies": {
+ "eslint": ">=5.16.0"
+ }
+ },
+ "node_modules/eslint-plugin-node/node_modules/ignore": {
+ "version": "5.1.8",
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.1.8.tgz",
+ "integrity": "sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">= 4"
+ }
+ },
+ "node_modules/eslint-plugin-promise": {
+ "version": "4.3.1",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-promise/-/eslint-plugin-promise-4.3.1.tgz",
+ "integrity": "sha512-bY2sGqyptzFBDLh/GMbAxfdJC+b0f23ME63FOE4+Jao0oZ3E1LEwFtWJX/1pGMJLiTtrSSern2CRM/g+dfc0eQ==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/eslint-plugin-vue": {
+ "version": "7.15.1",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-7.15.1.tgz",
+ "integrity": "sha512-4/r+n/i+ovyeW2gVRRH92kpy4lkpFbyPR4BMxGBTLtGnwqOKKzjSo6EMSaT0RhWPvEjK9uifcY8e7z5n8BIEgw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "eslint-utils": "^2.1.0",
+ "natural-compare": "^1.4.0",
+ "semver": "^6.3.0",
+ "vue-eslint-parser": "^7.10.0"
+ },
+ "engines": {
+ "node": ">=8.10"
+ },
+ "peerDependencies": {
+ "eslint": "^6.2.0 || ^7.0.0"
+ }
+ },
+ "node_modules/eslint-scope": {
+ "version": "5.1.1",
+ "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",
+ "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "esrecurse": "^4.3.0",
+ "estraverse": "^4.1.1"
+ },
+ "engines": {
+ "node": ">=8.0.0"
+ }
+ },
+ "node_modules/eslint-utils": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-2.1.0.tgz",
+ "integrity": "sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "eslint-visitor-keys": "^1.1.0"
+ },
+ "engines": {
+ "node": ">=6"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/mysticatea"
+ }
+ },
+ "node_modules/eslint-utils/node_modules/eslint-visitor-keys": {
+ "version": "1.3.0",
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz",
+ "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/eslint-visitor-keys": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz",
+ "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/eslint-webpack-plugin": {
+ "version": "2.5.4",
+ "resolved": "https://registry.npmjs.org/eslint-webpack-plugin/-/eslint-webpack-plugin-2.5.4.tgz",
+ "integrity": "sha512-7rYh0m76KyKSDE+B+2PUQrlNS4HJ51t3WKpkJg6vo2jFMbEPTG99cBV0Dm7LXSHucN4WGCG65wQcRiTFrj7iWw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@types/eslint": "^7.2.6",
+ "arrify": "^2.0.1",
+ "jest-worker": "^26.6.2",
+ "micromatch": "^4.0.2",
+ "normalize-path": "^3.0.0",
+ "schema-utils": "^3.0.0"
+ },
+ "engines": {
+ "node": ">= 10.13.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/webpack"
+ },
+ "peerDependencies": {
+ "eslint": "^7.0.0",
+ "webpack": "^4.0.0 || ^5.0.0"
+ }
+ },
+ "node_modules/eslint-webpack-plugin/node_modules/schema-utils": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz",
+ "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@types/json-schema": "^7.0.8",
+ "ajv": "^6.12.5",
+ "ajv-keywords": "^3.5.2"
+ },
+ "engines": {
+ "node": ">= 10.13.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/webpack"
+ }
+ },
+ "node_modules/eslint/node_modules/@babel/code-frame": {
+ "version": "7.12.11",
+ "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz",
+ "integrity": "sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/highlight": "^7.10.4"
+ }
+ },
+ "node_modules/eslint/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/eslint/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/eslint/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/eslint/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/eslint/node_modules/escape-string-regexp": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
+ "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/eslint/node_modules/globals": {
+ "version": "13.10.0",
+ "resolved": "https://registry.npmjs.org/globals/-/globals-13.10.0.tgz",
+ "integrity": "sha512-piHC3blgLGFjvOuMmWZX60f+na1lXFDhQXBf1UYp2fXPXqvEUbOhNwi6BsQ0bQishwedgnjkwv1d9zKf+MWw3g==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "type-fest": "^0.20.2"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/eslint/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/eslint/node_modules/lru-cache": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
+ "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "yallist": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/eslint/node_modules/semver": {
+ "version": "7.3.5",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz",
+ "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "lru-cache": "^6.0.0"
+ },
+ "bin": {
+ "semver": "bin/semver.js"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/eslint/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/eslint/node_modules/type-fest": {
+ "version": "0.20.2",
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
+ "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/eslint/node_modules/yallist": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/espree": {
+ "version": "7.3.1",
+ "resolved": "https://registry.npmjs.org/espree/-/espree-7.3.1.tgz",
+ "integrity": "sha512-v3JCNCE64umkFpmkFGqzVKsOT0tN1Zr+ueqLZfpV1Ob8e+CEgPWa+OxCoGH3tnhimMKIaBm4m/vaRpJ/krRz2g==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "acorn": "^7.4.0",
+ "acorn-jsx": "^5.3.1",
+ "eslint-visitor-keys": "^1.3.0"
+ },
+ "engines": {
+ "node": "^10.12.0 || >=12.0.0"
+ }
+ },
+ "node_modules/espree/node_modules/eslint-visitor-keys": {
+ "version": "1.3.0",
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz",
+ "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/esprima": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",
+ "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==",
+ "dev": true,
+ "peer": true,
+ "bin": {
+ "esparse": "bin/esparse.js",
+ "esvalidate": "bin/esvalidate.js"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/esquery": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.4.0.tgz",
+ "integrity": "sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "estraverse": "^5.1.0"
+ },
+ "engines": {
+ "node": ">=0.10"
+ }
+ },
+ "node_modules/esquery/node_modules/estraverse": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.2.0.tgz",
+ "integrity": "sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=4.0"
+ }
+ },
+ "node_modules/esrecurse": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
+ "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "estraverse": "^5.2.0"
+ },
+ "engines": {
+ "node": ">=4.0"
+ }
+ },
+ "node_modules/esrecurse/node_modules/estraverse": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.2.0.tgz",
+ "integrity": "sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=4.0"
+ }
+ },
+ "node_modules/estraverse": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
+ "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=4.0"
+ }
+ },
+ "node_modules/esutils": {
+ "version": "2.0.3",
+ "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
+ "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/etag": {
+ "version": "1.8.1",
+ "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
+ "integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/eventemitter3": {
+ "version": "4.0.7",
+ "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz",
+ "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/events": {
+ "version": "3.3.0",
+ "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz",
+ "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=0.8.x"
+ }
+ },
+ "node_modules/eventsource": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/eventsource/-/eventsource-1.1.0.tgz",
+ "integrity": "sha512-VSJjT5oCNrFvCS6igjzPAt5hBzQ2qPBFIbJ03zLI9SE0mxwZpMw6BfJrbFHm1a141AavMEB8JHmBhWAd66PfCg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "original": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=0.12.0"
+ }
+ },
+ "node_modules/evp_bytestokey": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz",
+ "integrity": "sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "md5.js": "^1.3.4",
+ "safe-buffer": "^5.1.1"
+ }
+ },
+ "node_modules/execa": {
+ "version": "5.1.1",
+ "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz",
+ "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "cross-spawn": "^7.0.3",
+ "get-stream": "^6.0.0",
+ "human-signals": "^2.1.0",
+ "is-stream": "^2.0.0",
+ "merge-stream": "^2.0.0",
+ "npm-run-path": "^4.0.1",
+ "onetime": "^5.1.2",
+ "signal-exit": "^3.0.3",
+ "strip-final-newline": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sindresorhus/execa?sponsor=1"
+ }
+ },
+ "node_modules/execall": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/execall/-/execall-2.0.0.tgz",
+ "integrity": "sha512-0FU2hZ5Hh6iQnarpRtQurM/aAvp3RIbfvgLHrcqJYzhXyV2KFruhuChf9NC6waAhiUR7FFtlugkI4p7f2Fqlow==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "clone-regexp": "^2.1.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/expand-brackets": {
+ "version": "2.1.4",
+ "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz",
+ "integrity": "sha1-t3c14xXOMPa27/D4OwQVGiJEliI=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "debug": "^2.3.3",
+ "define-property": "^0.2.5",
+ "extend-shallow": "^2.0.1",
+ "posix-character-classes": "^0.1.0",
+ "regex-not": "^1.0.0",
+ "snapdragon": "^0.8.1",
+ "to-regex": "^3.0.1"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/expand-brackets/node_modules/debug": {
+ "version": "2.6.9",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
+ "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "ms": "2.0.0"
+ }
+ },
+ "node_modules/expand-brackets/node_modules/define-property": {
+ "version": "0.2.5",
+ "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
+ "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "is-descriptor": "^0.1.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/expand-brackets/node_modules/extend-shallow": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
+ "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "is-extendable": "^0.1.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/expand-brackets/node_modules/is-accessor-descriptor": {
+ "version": "0.1.6",
+ "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz",
+ "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "kind-of": "^3.0.2"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/expand-brackets/node_modules/is-accessor-descriptor/node_modules/kind-of": {
+ "version": "3.2.2",
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
+ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "is-buffer": "^1.1.5"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/expand-brackets/node_modules/is-buffer": {
+ "version": "1.1.6",
+ "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz",
+ "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/expand-brackets/node_modules/is-data-descriptor": {
+ "version": "0.1.4",
+ "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz",
+ "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "kind-of": "^3.0.2"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/expand-brackets/node_modules/is-data-descriptor/node_modules/kind-of": {
+ "version": "3.2.2",
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
+ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "is-buffer": "^1.1.5"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/expand-brackets/node_modules/is-descriptor": {
+ "version": "0.1.6",
+ "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz",
+ "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "is-accessor-descriptor": "^0.1.6",
+ "is-data-descriptor": "^0.1.4",
+ "kind-of": "^5.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/expand-brackets/node_modules/is-extendable": {
+ "version": "0.1.1",
+ "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",
+ "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/expand-brackets/node_modules/kind-of": {
+ "version": "5.1.0",
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz",
+ "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/expand-brackets/node_modules/ms": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
+ "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/express": {
+ "version": "4.17.1",
+ "resolved": "https://registry.npmjs.org/express/-/express-4.17.1.tgz",
+ "integrity": "sha512-mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "accepts": "~1.3.7",
+ "array-flatten": "1.1.1",
+ "body-parser": "1.19.0",
+ "content-disposition": "0.5.3",
+ "content-type": "~1.0.4",
+ "cookie": "0.4.0",
+ "cookie-signature": "1.0.6",
+ "debug": "2.6.9",
+ "depd": "~1.1.2",
+ "encodeurl": "~1.0.2",
+ "escape-html": "~1.0.3",
+ "etag": "~1.8.1",
+ "finalhandler": "~1.1.2",
+ "fresh": "0.5.2",
+ "merge-descriptors": "1.0.1",
+ "methods": "~1.1.2",
+ "on-finished": "~2.3.0",
+ "parseurl": "~1.3.3",
+ "path-to-regexp": "0.1.7",
+ "proxy-addr": "~2.0.5",
+ "qs": "6.7.0",
+ "range-parser": "~1.2.1",
+ "safe-buffer": "5.1.2",
+ "send": "0.17.1",
+ "serve-static": "1.14.1",
+ "setprototypeof": "1.1.1",
+ "statuses": "~1.5.0",
+ "type-is": "~1.6.18",
+ "utils-merge": "1.0.1",
+ "vary": "~1.1.2"
+ },
+ "engines": {
+ "node": ">= 0.10.0"
+ }
+ },
+ "node_modules/express/node_modules/array-flatten": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz",
+ "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/express/node_modules/debug": {
+ "version": "2.6.9",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
+ "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "ms": "2.0.0"
+ }
+ },
+ "node_modules/express/node_modules/ms": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
+ "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/extend": {
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
+ "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/extend-shallow": {
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz",
+ "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "assign-symbols": "^1.0.0",
+ "is-extendable": "^1.0.1"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/extglob": {
+ "version": "2.0.4",
+ "resolved": "https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz",
+ "integrity": "sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "array-unique": "^0.3.2",
+ "define-property": "^1.0.0",
+ "expand-brackets": "^2.1.4",
+ "extend-shallow": "^2.0.1",
+ "fragment-cache": "^0.2.1",
+ "regex-not": "^1.0.0",
+ "snapdragon": "^0.8.1",
+ "to-regex": "^3.0.1"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/extglob/node_modules/define-property": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz",
+ "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "is-descriptor": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/extglob/node_modules/extend-shallow": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
+ "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "is-extendable": "^0.1.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/extglob/node_modules/is-extendable": {
+ "version": "0.1.1",
+ "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",
+ "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/fast-deep-equal": {
+ "version": "3.1.3",
+ "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
+ "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/fast-glob": {
+ "version": "3.2.7",
+ "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.7.tgz",
+ "integrity": "sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@nodelib/fs.stat": "^2.0.2",
+ "@nodelib/fs.walk": "^1.2.3",
+ "glob-parent": "^5.1.2",
+ "merge2": "^1.3.0",
+ "micromatch": "^4.0.4"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/fast-json-stable-stringify": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
+ "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/fast-levenshtein": {
+ "version": "2.0.6",
+ "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
+ "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/fastest-levenshtein": {
+ "version": "1.0.12",
+ "resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.12.tgz",
+ "integrity": "sha512-On2N+BpYJ15xIC974QNVuYGMOlEVt4s0EOI3wwMqOmK1fdDY+FN/zltPV8vosq4ad4c/gJ1KHScUn/6AWIgiow==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/fastq": {
+ "version": "1.11.1",
+ "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.11.1.tgz",
+ "integrity": "sha512-HOnr8Mc60eNYl1gzwp6r5RoUyAn5/glBolUzP/Ez6IFVPMPirxn/9phgL6zhOtaTy7ISwPvQ+wT+hfcRZh/bzw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "reusify": "^1.0.4"
+ }
+ },
+ "node_modules/faye-websocket": {
+ "version": "0.11.4",
+ "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.4.tgz",
+ "integrity": "sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "websocket-driver": ">=0.5.1"
+ },
+ "engines": {
+ "node": ">=0.8.0"
+ }
+ },
+ "node_modules/file-entry-cache": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
+ "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "flat-cache": "^3.0.4"
+ },
+ "engines": {
+ "node": "^10.12.0 || >=12.0.0"
+ }
+ },
+ "node_modules/file-uri-to-path": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz",
+ "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==",
+ "dev": true,
+ "optional": true,
+ "peer": true
+ },
+ "node_modules/fill-range": {
+ "version": "7.0.1",
+ "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
+ "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "to-regex-range": "^5.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/filter-obj": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/filter-obj/-/filter-obj-2.0.2.tgz",
+ "integrity": "sha512-lO3ttPjHZRfjMcxWKb1j1eDhTFsu4meeR3lnMcnBFhk6RuLhvEiuALu2TlfL310ph4lCYYwgF/ElIjdP739tdg==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/finalhandler": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz",
+ "integrity": "sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "debug": "2.6.9",
+ "encodeurl": "~1.0.2",
+ "escape-html": "~1.0.3",
+ "on-finished": "~2.3.0",
+ "parseurl": "~1.3.3",
+ "statuses": "~1.5.0",
+ "unpipe": "~1.0.0"
+ },
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/finalhandler/node_modules/debug": {
+ "version": "2.6.9",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
+ "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "ms": "2.0.0"
+ }
+ },
+ "node_modules/finalhandler/node_modules/ms": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
+ "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/find-cache-dir": {
+ "version": "3.3.1",
+ "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.1.tgz",
+ "integrity": "sha512-t2GDMt3oGC/v+BMwzmllWDuJF/xcDtE5j/fCGbqDD7OLuJkj0cfh1YSA5VKPvwMeLFLNDBkwOKZ2X85jGLVftQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "commondir": "^1.0.1",
+ "make-dir": "^3.0.2",
+ "pkg-dir": "^4.1.0"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/avajs/find-cache-dir?sponsor=1"
+ }
+ },
+ "node_modules/find-cache-dir/node_modules/find-up": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
+ "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "locate-path": "^5.0.0",
+ "path-exists": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/find-cache-dir/node_modules/locate-path": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
+ "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "p-locate": "^4.1.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/find-cache-dir/node_modules/p-limit": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
+ "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "p-try": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/find-cache-dir/node_modules/p-locate": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
+ "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "p-limit": "^2.2.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/find-cache-dir/node_modules/p-try": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
+ "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/find-cache-dir/node_modules/path-exists": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
+ "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/find-cache-dir/node_modules/pkg-dir": {
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz",
+ "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "find-up": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/find-up": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz",
+ "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "locate-path": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/flat-cache": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz",
+ "integrity": "sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "flatted": "^3.1.0",
+ "rimraf": "^3.0.2"
+ },
+ "engines": {
+ "node": "^10.12.0 || >=12.0.0"
+ }
+ },
+ "node_modules/flatted": {
+ "version": "3.2.2",
+ "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.2.tgz",
+ "integrity": "sha512-JaTY/wtrcSyvXJl4IMFHPKyFur1sE9AUqc0QnhOaJ0CxHtAoIV8pYDzeEfAaNEtGkOfq4gr3LBFmdXW5mOQFnA==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/follow-redirects": {
+ "version": "1.14.1",
+ "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.1.tgz",
+ "integrity": "sha512-HWqDgT7ZEkqRzBvc2s64vSZ/hfOceEol3ac/7tKwzuvEyWx3/4UegXh5oBOIotkGsObyk3xznnSRVADBgWSQVg==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "individual",
+ "url": "https://github.com/sponsors/RubenVerborgh"
+ }
+ ],
+ "peer": true,
+ "engines": {
+ "node": ">=4.0"
+ },
+ "peerDependenciesMeta": {
+ "debug": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/for-each": {
+ "version": "0.3.3",
+ "integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==",
+ "dependencies": {
+ "is-callable": "^1.1.3"
+ }
+ },
+ "node_modules/for-in": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz",
+ "integrity": "sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/foreach": {
+ "version": "2.0.5",
+ "resolved": "https://registry.npmjs.org/foreach/-/foreach-2.0.5.tgz",
+ "integrity": "sha1-C+4AUBiusmDQo6865ljdATbsG5k=",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/forwarded": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz",
+ "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/fragment-cache": {
+ "version": "0.2.1",
+ "resolved": "https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz",
+ "integrity": "sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "map-cache": "^0.2.2"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/fresh": {
+ "version": "0.5.2",
+ "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz",
+ "integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/fs.realpath": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
+ "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/fsevents": {
+ "version": "2.3.2",
+ "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
+ "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
+ "dev": true,
+ "hasInstallScript": true,
+ "optional": true,
+ "os": [
+ "darwin"
+ ],
+ "peer": true,
+ "engines": {
+ "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
+ }
+ },
+ "node_modules/function-bind": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
+ "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/functional-red-black-tree": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz",
+ "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/gensync": {
+ "version": "1.0.0-beta.2",
+ "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
+ "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/get-caller-file": {
+ "version": "2.0.5",
+ "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
+ "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": "6.* || 8.* || >= 10.*"
+ }
+ },
+ "node_modules/get-intrinsic": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz",
+ "integrity": "sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "function-bind": "^1.1.1",
+ "has": "^1.0.3",
+ "has-symbols": "^1.0.1"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/get-stdin": {
+ "version": "8.0.0",
+ "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-8.0.0.tgz",
+ "integrity": "sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/get-stream": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
+ "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/get-value": {
+ "version": "2.0.6",
+ "resolved": "https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz",
+ "integrity": "sha1-3BXKHGcjh8p2vTesCjlbogQqLCg=",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/glob": {
+ "version": "7.1.7",
+ "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.7.tgz",
+ "integrity": "sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "fs.realpath": "^1.0.0",
+ "inflight": "^1.0.4",
+ "inherits": "2",
+ "minimatch": "^3.0.4",
+ "once": "^1.3.0",
+ "path-is-absolute": "^1.0.0"
+ },
+ "engines": {
+ "node": "*"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ }
+ },
+ "node_modules/glob-parent": {
+ "version": "5.1.2",
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
+ "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "is-glob": "^4.0.1"
+ },
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/glob-to-regexp": {
+ "version": "0.4.1",
+ "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz",
+ "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/global": {
+ "version": "4.3.2",
+ "integrity": "sha1-52mJJopsdMOJCLEwWxD8DjlOnQ8=",
+ "dependencies": {
+ "min-document": "^2.19.0",
+ "process": "~0.5.1"
+ }
+ },
+ "node_modules/global-modules": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz",
+ "integrity": "sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "global-prefix": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/global-prefix": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-3.0.0.tgz",
+ "integrity": "sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "ini": "^1.3.5",
+ "kind-of": "^6.0.2",
+ "which": "^1.3.1"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/global-prefix/node_modules/which": {
+ "version": "1.3.1",
+ "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
+ "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "isexe": "^2.0.0"
+ },
+ "bin": {
+ "which": "bin/which"
+ }
+ },
+ "node_modules/global/node_modules/process": {
+ "version": "0.5.2",
+ "integrity": "sha1-FjjYqONML0QKkduVq5rrZ3/Bhc8=",
+ "engines": {
+ "node": ">= 0.6.0"
+ }
+ },
+ "node_modules/globals": {
+ "version": "11.12.0",
+ "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
+ "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/globby": {
+ "version": "11.0.4",
+ "resolved": "https://registry.npmjs.org/globby/-/globby-11.0.4.tgz",
+ "integrity": "sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "array-union": "^2.1.0",
+ "dir-glob": "^3.0.1",
+ "fast-glob": "^3.1.1",
+ "ignore": "^5.1.4",
+ "merge2": "^1.3.0",
+ "slash": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/globby/node_modules/ignore": {
+ "version": "5.1.8",
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.1.8.tgz",
+ "integrity": "sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">= 4"
+ }
+ },
+ "node_modules/globjoin": {
+ "version": "0.1.4",
+ "resolved": "https://registry.npmjs.org/globjoin/-/globjoin-0.1.4.tgz",
+ "integrity": "sha1-L0SUrIkZ43Z8XLtpHp9GMyQoXUM=",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/gonzales-pe": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/gonzales-pe/-/gonzales-pe-4.3.0.tgz",
+ "integrity": "sha512-otgSPpUmdWJ43VXyiNgEYE4luzHCL2pz4wQ0OnDluC6Eg4Ko3Vexy/SrSynglw/eR+OhkzmqFCZa/OFa/RgAOQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "minimist": "^1.2.5"
+ },
+ "bin": {
+ "gonzales": "bin/gonzales.js"
+ },
+ "engines": {
+ "node": ">=0.6.0"
+ }
+ },
+ "node_modules/graceful-fs": {
+ "version": "4.2.8",
+ "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.8.tgz",
+ "integrity": "sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/handle-thing": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.1.tgz",
+ "integrity": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/hard-rejection": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/hard-rejection/-/hard-rejection-2.1.0.tgz",
+ "integrity": "sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/has": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz",
+ "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "function-bind": "^1.1.1"
+ },
+ "engines": {
+ "node": ">= 0.4.0"
+ }
+ },
+ "node_modules/has-bigints": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.1.tgz",
+ "integrity": "sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA==",
+ "dev": true,
+ "peer": true,
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/has-flag": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
+ "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/has-symbols": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.2.tgz",
+ "integrity": "sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/has-tostringtag": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz",
+ "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "has-symbols": "^1.0.2"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/has-value": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz",
+ "integrity": "sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "get-value": "^2.0.6",
+ "has-values": "^1.0.0",
+ "isobject": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/has-values": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz",
+ "integrity": "sha1-lbC2P+whRmGab+V/51Yo1aOe/k8=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "is-number": "^3.0.0",
+ "kind-of": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/has-values/node_modules/is-buffer": {
+ "version": "1.1.6",
+ "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz",
+ "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/has-values/node_modules/is-number": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz",
+ "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "kind-of": "^3.0.2"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/has-values/node_modules/is-number/node_modules/kind-of": {
+ "version": "3.2.2",
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
+ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "is-buffer": "^1.1.5"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/has-values/node_modules/kind-of": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz",
+ "integrity": "sha1-IIE989cSkosgc3hpGkUGb65y3Vc=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "is-buffer": "^1.1.5"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/hash-base": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/hash-base/-/hash-base-3.1.0.tgz",
+ "integrity": "sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "inherits": "^2.0.4",
+ "readable-stream": "^3.6.0",
+ "safe-buffer": "^5.2.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/hash-base/node_modules/safe-buffer": {
+ "version": "5.2.1",
+ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
+ "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/feross"
},
- "@babel/traverse": {
- "version": "7.4.0",
- "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.4.0.tgz",
- "integrity": "sha512-/DtIHKfyg2bBKnIN+BItaIlEg5pjAnzHOIQe5w+rHAw/rg9g0V7T4rqPX8BJPfW11kt3koyjAnTNwCzb28Y1PA==",
- "dev": true,
- "requires": {
- "@babel/code-frame": "^7.0.0",
- "@babel/generator": "^7.4.0",
- "@babel/helper-function-name": "^7.1.0",
- "@babel/helper-split-export-declaration": "^7.4.0",
- "@babel/parser": "^7.4.0",
- "@babel/types": "^7.4.0",
- "debug": "^4.1.0",
- "globals": "^11.1.0",
- "lodash": "^4.17.11"
- }
+ {
+ "type": "patreon",
+ "url": "https://www.patreon.com/feross"
},
- "@babel/types": {
- "version": "7.4.0",
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.4.0.tgz",
- "integrity": "sha512-aPvkXyU2SPOnztlgo8n9cEiXW755mgyvueUPcpStqdzoSPm0fjO0vQBjLkt3JKJW7ufikfcnMTTPsN1xaTsBPA==",
- "dev": true,
- "requires": {
- "esutils": "^2.0.2",
- "lodash": "^4.17.11",
- "to-fast-properties": "^2.0.0"
- }
+ {
+ "type": "consulting",
+ "url": "https://feross.org/support"
}
+ ],
+ "peer": true
+ },
+ "node_modules/hash-sum": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/hash-sum/-/hash-sum-1.0.2.tgz",
+ "integrity": "sha1-M7QHd3VMZDJXPBIMw4CLvRDUfwQ=",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/hash.js": {
+ "version": "1.1.7",
+ "resolved": "https://registry.npmjs.org/hash.js/-/hash.js-1.1.7.tgz",
+ "integrity": "sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "inherits": "^2.0.3",
+ "minimalistic-assert": "^1.0.1"
}
},
- "@babel/helper-create-class-features-plugin": {
- "version": "7.3.4",
- "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.3.4.tgz",
- "integrity": "sha512-uFpzw6L2omjibjxa8VGZsJUPL5wJH0zzGKpoz0ccBkzIa6C8kWNUbiBmQ0rgOKWlHJ6qzmfa6lTiGchiV8SC+g==",
+ "node_modules/he": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz",
+ "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==",
"dev": true,
- "requires": {
- "@babel/helper-function-name": "^7.1.0",
- "@babel/helper-member-expression-to-functions": "^7.0.0",
- "@babel/helper-optimise-call-expression": "^7.0.0",
- "@babel/helper-plugin-utils": "^7.0.0",
- "@babel/helper-replace-supers": "^7.3.4",
- "@babel/helper-split-export-declaration": "^7.0.0"
+ "peer": true,
+ "bin": {
+ "he": "bin/he"
+ }
+ },
+ "node_modules/hmac-drbg": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz",
+ "integrity": "sha1-0nRXAQJabHdabFRXk+1QL8DGSaE=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "hash.js": "^1.0.3",
+ "minimalistic-assert": "^1.0.0",
+ "minimalistic-crypto-utils": "^1.0.1"
+ }
+ },
+ "node_modules/hosted-git-info": {
+ "version": "2.8.9",
+ "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz",
+ "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/hpack.js": {
+ "version": "2.1.6",
+ "resolved": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz",
+ "integrity": "sha1-h3dMCUnlE/QuhFdbPEVoH63ioLI=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "inherits": "^2.0.1",
+ "obuf": "^1.0.0",
+ "readable-stream": "^2.0.1",
+ "wbuf": "^1.1.0"
+ }
+ },
+ "node_modules/hpack.js/node_modules/readable-stream": {
+ "version": "2.3.7",
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz",
+ "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "core-util-is": "~1.0.0",
+ "inherits": "~2.0.3",
+ "isarray": "~1.0.0",
+ "process-nextick-args": "~2.0.0",
+ "safe-buffer": "~5.1.1",
+ "string_decoder": "~1.1.1",
+ "util-deprecate": "~1.0.1"
+ }
+ },
+ "node_modules/hpack.js/node_modules/string_decoder": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
+ "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "safe-buffer": "~5.1.0"
+ }
+ },
+ "node_modules/html-entities": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-1.4.0.tgz",
+ "integrity": "sha512-8nxjcBcd8wovbeKx7h3wTji4e6+rhaVuPNpMqwWgnHh+N9ToqsCs6XztWRBPQ+UtzsoMAdKZtUENoVzU/EMtZA==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/html-tags": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/html-tags/-/html-tags-3.1.0.tgz",
+ "integrity": "sha512-1qYz89hW3lFDEazhjW0yVAV87lw8lVkrJocr72XmBkMKsoSVJCQx3W8BXsC7hO2qAt8BoVjYjtAcZ9perqGnNg==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/htmlparser2": {
+ "version": "3.10.1",
+ "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.10.1.tgz",
+ "integrity": "sha512-IgieNijUMbkDovyoKObU1DUhm1iwNYE/fuifEoEHfd1oZKZDaONBSkal7Y01shxsM49R4XaMdGez3WnF9UfiCQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "domelementtype": "^1.3.1",
+ "domhandler": "^2.3.0",
+ "domutils": "^1.5.1",
+ "entities": "^1.1.1",
+ "inherits": "^2.0.1",
+ "readable-stream": "^3.1.1"
+ }
+ },
+ "node_modules/http-deceiver": {
+ "version": "1.2.7",
+ "resolved": "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz",
+ "integrity": "sha1-+nFolEq5pRnTN8sL7HKE3D5yPYc=",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/http-errors": {
+ "version": "1.7.2",
+ "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.7.2.tgz",
+ "integrity": "sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "depd": "~1.1.2",
+ "inherits": "2.0.3",
+ "setprototypeof": "1.1.1",
+ "statuses": ">= 1.5.0 < 2",
+ "toidentifier": "1.0.0"
},
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/http-errors/node_modules/inherits": {
+ "version": "2.0.3",
+ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
+ "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/http-parser-js": {
+ "version": "0.5.3",
+ "resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.3.tgz",
+ "integrity": "sha512-t7hjvef/5HEK7RWTdUzVUhl8zkEu+LlaE0IYzdMuvbSDipxBRpOn4Uhw8ZyECEa808iVT8XCjzo6xmYt4CiLZg==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/http-proxy": {
+ "version": "1.18.1",
+ "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz",
+ "integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==",
+ "dev": true,
+ "peer": true,
"dependencies": {
- "@babel/generator": {
- "version": "7.3.4",
- "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.3.4.tgz",
- "integrity": "sha512-8EXhHRFqlVVWXPezBW5keTiQi/rJMQTg/Y9uVCEZ0CAF3PKtCCaVRnp64Ii1ujhkoDhhF1fVsImoN4yJ2uz4Wg==",
- "dev": true,
- "requires": {
- "@babel/types": "^7.3.4",
- "jsesc": "^2.5.1",
- "lodash": "^4.17.11",
- "source-map": "^0.5.0",
- "trim-right": "^1.0.1"
- }
+ "eventemitter3": "^4.0.0",
+ "follow-redirects": "^1.0.0",
+ "requires-port": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=8.0.0"
+ }
+ },
+ "node_modules/http-proxy-middleware": {
+ "version": "0.19.1",
+ "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-0.19.1.tgz",
+ "integrity": "sha512-yHYTgWMQO8VvwNS22eLLloAkvungsKdKTLO8AJlftYIKNfJr3GK3zK0ZCfzDDGUBttdGc8xFy1mCitvNKQtC3Q==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "http-proxy": "^1.17.0",
+ "is-glob": "^4.0.0",
+ "lodash": "^4.17.11",
+ "micromatch": "^3.1.10"
+ },
+ "engines": {
+ "node": ">=4.0.0"
+ }
+ },
+ "node_modules/http-proxy-middleware/node_modules/braces": {
+ "version": "2.3.2",
+ "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz",
+ "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "arr-flatten": "^1.1.0",
+ "array-unique": "^0.3.2",
+ "extend-shallow": "^2.0.1",
+ "fill-range": "^4.0.0",
+ "isobject": "^3.0.1",
+ "repeat-element": "^1.1.2",
+ "snapdragon": "^0.8.1",
+ "snapdragon-node": "^2.0.1",
+ "split-string": "^3.0.2",
+ "to-regex": "^3.0.1"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/http-proxy-middleware/node_modules/braces/node_modules/extend-shallow": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
+ "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "is-extendable": "^0.1.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/http-proxy-middleware/node_modules/fill-range": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz",
+ "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "extend-shallow": "^2.0.1",
+ "is-number": "^3.0.0",
+ "repeat-string": "^1.6.1",
+ "to-regex-range": "^2.1.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/http-proxy-middleware/node_modules/fill-range/node_modules/extend-shallow": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
+ "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "is-extendable": "^0.1.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/http-proxy-middleware/node_modules/is-buffer": {
+ "version": "1.1.6",
+ "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz",
+ "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/http-proxy-middleware/node_modules/is-extendable": {
+ "version": "0.1.1",
+ "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",
+ "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/http-proxy-middleware/node_modules/is-number": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz",
+ "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "kind-of": "^3.0.2"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/http-proxy-middleware/node_modules/is-number/node_modules/kind-of": {
+ "version": "3.2.2",
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
+ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "is-buffer": "^1.1.5"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/http-proxy-middleware/node_modules/micromatch": {
+ "version": "3.1.10",
+ "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz",
+ "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "arr-diff": "^4.0.0",
+ "array-unique": "^0.3.2",
+ "braces": "^2.3.1",
+ "define-property": "^2.0.2",
+ "extend-shallow": "^3.0.2",
+ "extglob": "^2.0.4",
+ "fragment-cache": "^0.2.1",
+ "kind-of": "^6.0.2",
+ "nanomatch": "^1.2.9",
+ "object.pick": "^1.3.0",
+ "regex-not": "^1.0.0",
+ "snapdragon": "^0.8.1",
+ "to-regex": "^3.0.2"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/http-proxy-middleware/node_modules/to-regex-range": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz",
+ "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "is-number": "^3.0.0",
+ "repeat-string": "^1.6.1"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/https-browserify": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/https-browserify/-/https-browserify-1.0.0.tgz",
+ "integrity": "sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM=",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/human-signals": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz",
+ "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=10.17.0"
+ }
+ },
+ "node_modules/iconv-lite": {
+ "version": "0.4.24",
+ "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
+ "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "safer-buffer": ">= 2.1.2 < 3"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/icss-utils": {
+ "version": "4.1.1",
+ "resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-4.1.1.tgz",
+ "integrity": "sha512-4aFq7wvWyMHKgxsH8QQtGpvbASCf+eM3wPRLI6R+MgAnTCZ6STYsRvttLvRWK0Nfif5piF394St3HeJDaljGPA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "postcss": "^7.0.14"
+ },
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/ieee754": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
+ "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/feross"
},
- "@babel/helper-replace-supers": {
- "version": "7.3.4",
- "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.3.4.tgz",
- "integrity": "sha512-pvObL9WVf2ADs+ePg0jrqlhHoxRXlOa+SHRHzAXIz2xkYuOHfGl+fKxPMaS4Fq+uje8JQPobnertBBvyrWnQ1A==",
- "dev": true,
- "requires": {
- "@babel/helper-member-expression-to-functions": "^7.0.0",
- "@babel/helper-optimise-call-expression": "^7.0.0",
- "@babel/traverse": "^7.3.4",
- "@babel/types": "^7.3.4"
- }
+ {
+ "type": "patreon",
+ "url": "https://www.patreon.com/feross"
},
- "@babel/parser": {
- "version": "7.3.4",
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.3.4.tgz",
- "integrity": "sha512-tXZCqWtlOOP4wgCp6RjRvLmfuhnqTLy9VHwRochJBCP2nDm27JnnuFEnXFASVyQNHk36jD1tAammsCEEqgscIQ==",
- "dev": true
+ {
+ "type": "consulting",
+ "url": "https://feross.org/support"
+ }
+ ],
+ "peer": true
+ },
+ "node_modules/ignore": {
+ "version": "4.0.6",
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz",
+ "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">= 4"
+ }
+ },
+ "node_modules/import-fresh": {
+ "version": "3.3.0",
+ "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
+ "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "parent-module": "^1.0.0",
+ "resolve-from": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/import-lazy": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/import-lazy/-/import-lazy-4.0.0.tgz",
+ "integrity": "sha512-rKtvo6a868b5Hu3heneU+L4yEQ4jYKLtjpnPeUdK7h0yzXGmyBTypknlkCvHFBqfX9YlorEiMM6Dnq/5atfHkw==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/import-local": {
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.0.2.tgz",
+ "integrity": "sha512-vjL3+w0oulAVZ0hBHnxa/Nm5TAurf9YLQJDhqRZyqb+VKGOB6LU8t9H1Nr5CIo16vh9XfJTOoHwU0B71S557gA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "pkg-dir": "^4.2.0",
+ "resolve-cwd": "^3.0.0"
+ },
+ "bin": {
+ "import-local-fixture": "fixtures/cli.js"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/import-local/node_modules/find-up": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
+ "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "locate-path": "^5.0.0",
+ "path-exists": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/import-local/node_modules/locate-path": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
+ "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "p-locate": "^4.1.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/import-local/node_modules/p-limit": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
+ "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "p-try": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/import-local/node_modules/p-locate": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
+ "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "p-limit": "^2.2.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/import-local/node_modules/p-try": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
+ "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/import-local/node_modules/path-exists": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
+ "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/import-local/node_modules/pkg-dir": {
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz",
+ "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "find-up": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/imurmurhash": {
+ "version": "0.1.4",
+ "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
+ "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=0.8.19"
+ }
+ },
+ "node_modules/indent-string": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz",
+ "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/individual": {
+ "version": "2.0.0",
+ "integrity": "sha1-gzsJfa0jKU52EXqY+zjg2a1hu5c="
+ },
+ "node_modules/inflight": {
+ "version": "1.0.6",
+ "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
+ "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "once": "^1.3.0",
+ "wrappy": "1"
+ }
+ },
+ "node_modules/inherits": {
+ "version": "2.0.4",
+ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
+ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/ini": {
+ "version": "1.3.8",
+ "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
+ "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/internal-ip": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/internal-ip/-/internal-ip-4.3.0.tgz",
+ "integrity": "sha512-S1zBo1D6zcsyuC6PMmY5+55YMILQ9av8lotMx447Bq6SAgo/sDK6y6uUKmuYhW7eacnIhFfsPmCNYdDzsnnDCg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "default-gateway": "^4.2.0",
+ "ipaddr.js": "^1.9.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/internal-slot": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.3.tgz",
+ "integrity": "sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "get-intrinsic": "^1.1.0",
+ "has": "^1.0.3",
+ "side-channel": "^1.0.4"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/interpret": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/interpret/-/interpret-2.2.0.tgz",
+ "integrity": "sha512-Ju0Bz/cEia55xDwUWEa8+olFpCiQoypjnQySseKtmjNrnps3P+xfpUmGr90T7yjlVJmOtybRvPXhKMbHr+fWnw==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">= 0.10"
+ }
+ },
+ "node_modules/ip": {
+ "version": "1.1.5",
+ "resolved": "https://registry.npmjs.org/ip/-/ip-1.1.5.tgz",
+ "integrity": "sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo=",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/ip-regex": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/ip-regex/-/ip-regex-2.1.0.tgz",
+ "integrity": "sha1-+ni/XS5pE8kRzp+BnuUUa7bYROk=",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/ipaddr.js": {
+ "version": "1.9.1",
+ "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
+ "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">= 0.10"
+ }
+ },
+ "node_modules/is-absolute-url": {
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/is-absolute-url/-/is-absolute-url-3.0.3.tgz",
+ "integrity": "sha512-opmNIX7uFnS96NtPmhWQgQx6/NYFgsUXYMllcfzwWKUMwfo8kku1TvE6hkNcH+Q1ts5cMVrsY7j0bxXQDciu9Q==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/is-accessor-descriptor": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz",
+ "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "kind-of": "^6.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/is-alphabetical": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-1.0.4.tgz",
+ "integrity": "sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg==",
+ "dev": true,
+ "peer": true,
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/wooorm"
+ }
+ },
+ "node_modules/is-alphanumerical": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-1.0.4.tgz",
+ "integrity": "sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "is-alphabetical": "^1.0.0",
+ "is-decimal": "^1.0.0"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/wooorm"
+ }
+ },
+ "node_modules/is-arguments": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.1.tgz",
+ "integrity": "sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "call-bind": "^1.0.2",
+ "has-tostringtag": "^1.0.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/is-arrayish": {
+ "version": "0.2.1",
+ "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
+ "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/is-bigint": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.2.tgz",
+ "integrity": "sha512-0JV5+SOCQkIdzjBK9buARcV804Ddu7A0Qet6sHi3FimE9ne6m4BGQZfRn+NZiXbBk4F4XmHfDZIipLj9pX8dSA==",
+ "dev": true,
+ "peer": true,
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/is-binary-path": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
+ "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "binary-extensions": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/is-boolean-object": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz",
+ "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "call-bind": "^1.0.2",
+ "has-tostringtag": "^1.0.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/is-buffer": {
+ "version": "2.0.5",
+ "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.5.tgz",
+ "integrity": "sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/feross"
},
- "@babel/traverse": {
- "version": "7.3.4",
- "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.3.4.tgz",
- "integrity": "sha512-TvTHKp6471OYEcE/91uWmhR6PrrYywQntCHSaZ8CM8Vmp+pjAusal4nGB2WCCQd0rvI7nOMKn9GnbcvTUz3/ZQ==",
- "dev": true,
- "requires": {
- "@babel/code-frame": "^7.0.0",
- "@babel/generator": "^7.3.4",
- "@babel/helper-function-name": "^7.1.0",
- "@babel/helper-split-export-declaration": "^7.0.0",
- "@babel/parser": "^7.3.4",
- "@babel/types": "^7.3.4",
- "debug": "^4.1.0",
- "globals": "^11.1.0",
- "lodash": "^4.17.11"
- }
+ {
+ "type": "patreon",
+ "url": "https://www.patreon.com/feross"
},
- "@babel/types": {
- "version": "7.3.4",
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.3.4.tgz",
- "integrity": "sha512-WEkp8MsLftM7O/ty580wAmZzN1nDmCACc5+jFzUt+GUFNNIi3LdRlueYz0YIlmJhlZx1QYDMZL5vdWCL0fNjFQ==",
- "dev": true,
- "requires": {
- "esutils": "^2.0.2",
- "lodash": "^4.17.11",
- "to-fast-properties": "^2.0.0"
- }
+ {
+ "type": "consulting",
+ "url": "https://feross.org/support"
}
+ ],
+ "peer": true,
+ "engines": {
+ "node": ">=4"
}
},
- "@babel/helper-define-map": {
- "version": "7.4.0",
- "resolved": "https://registry.npmjs.org/@babel/helper-define-map/-/helper-define-map-7.4.0.tgz",
- "integrity": "sha512-wAhQ9HdnLIywERVcSvX40CEJwKdAa1ID4neI9NXQPDOHwwA+57DqwLiPEVy2AIyWzAk0CQ8qx4awO0VUURwLtA==",
+ "node_modules/is-callable": {
+ "version": "1.2.3",
+ "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.3.tgz",
+ "integrity": "sha512-J1DcMe8UYTBSrKezuIUTUwjXsho29693unXM2YhJUTR2txK/eG47bvNa/wipPFmZFgr/N6f1GA66dv0mEyTIyQ==",
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/is-core-module": {
+ "version": "2.5.0",
+ "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.5.0.tgz",
+ "integrity": "sha512-TXCMSDsEHMEEZ6eCA8rwRDbLu55MRGmrctljsBX/2v1d9/GzqHOxW5c5oPSgrUt2vBFXebu9rGqckXGPWOlYpg==",
"dev": true,
- "requires": {
- "@babel/helper-function-name": "^7.1.0",
- "@babel/types": "^7.4.0",
- "lodash": "^4.17.11"
+ "peer": true,
+ "dependencies": {
+ "has": "^1.0.3"
},
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/is-data-descriptor": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz",
+ "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==",
+ "dev": true,
+ "peer": true,
"dependencies": {
- "@babel/types": {
- "version": "7.4.0",
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.4.0.tgz",
- "integrity": "sha512-aPvkXyU2SPOnztlgo8n9cEiXW755mgyvueUPcpStqdzoSPm0fjO0vQBjLkt3JKJW7ufikfcnMTTPsN1xaTsBPA==",
- "dev": true,
- "requires": {
- "esutils": "^2.0.2",
- "lodash": "^4.17.11",
- "to-fast-properties": "^2.0.0"
- }
+ "kind-of": "^6.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/is-date-object": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz",
+ "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "has-tostringtag": "^1.0.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/is-decimal": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-1.0.4.tgz",
+ "integrity": "sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==",
+ "dev": true,
+ "peer": true,
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/wooorm"
+ }
+ },
+ "node_modules/is-descriptor": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz",
+ "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "is-accessor-descriptor": "^1.0.0",
+ "is-data-descriptor": "^1.0.0",
+ "kind-of": "^6.0.2"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/is-extendable": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz",
+ "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "is-plain-object": "^2.0.4"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/is-extglob": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
+ "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/is-fullwidth-code-point": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
+ "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/is-function": {
+ "version": "1.0.1",
+ "integrity": "sha1-Es+5i2W1fdPRk6MSH19uL0N2ArU="
+ },
+ "node_modules/is-generator-function": {
+ "version": "1.0.10",
+ "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.0.10.tgz",
+ "integrity": "sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "has-tostringtag": "^1.0.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/is-glob": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.1.tgz",
+ "integrity": "sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "is-extglob": "^2.1.1"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/is-hexadecimal": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-1.0.4.tgz",
+ "integrity": "sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw==",
+ "dev": true,
+ "peer": true,
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/wooorm"
+ }
+ },
+ "node_modules/is-nan": {
+ "version": "1.3.2",
+ "resolved": "https://registry.npmjs.org/is-nan/-/is-nan-1.3.2.tgz",
+ "integrity": "sha512-E+zBKpQ2t6MEo1VsonYmluk9NxGrbzpeeLC2xIViuO2EjU2xsXsBPwTr3Ykv9l08UYEVEdWeRZNouaZqF6RN0w==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "call-bind": "^1.0.0",
+ "define-properties": "^1.1.3"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/is-negative-zero": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.1.tgz",
+ "integrity": "sha512-2z6JzQvZRa9A2Y7xC6dQQm4FSTSTNWjKIYYTt4246eMTJmIo0Q+ZyOsU66X8lxK1AbB92dFeglPLrhwpeRKO6w==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/is-number": {
+ "version": "7.0.0",
+ "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
+ "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=0.12.0"
+ }
+ },
+ "node_modules/is-number-object": {
+ "version": "1.0.6",
+ "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.6.tgz",
+ "integrity": "sha512-bEVOqiRcvo3zO1+G2lVMy+gkkEm9Yh7cDMRusKKu5ZJKPUYSJwICTKZrNKHA2EbSP0Tu0+6B/emsYNHZyn6K8g==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "has-tostringtag": "^1.0.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/is-path-cwd": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-2.2.0.tgz",
+ "integrity": "sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/is-path-in-cwd": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/is-path-in-cwd/-/is-path-in-cwd-2.1.0.tgz",
+ "integrity": "sha512-rNocXHgipO+rvnP6dk3zI20RpOtrAM/kzbB258Uw5BWr3TpXi861yzjo16Dn4hUox07iw5AyeMLHWsujkjzvRQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "is-path-inside": "^2.1.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/is-path-inside": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-2.1.0.tgz",
+ "integrity": "sha512-wiyhTzfDWsvwAW53OBWF5zuvaOGlZ6PwYxAbPVDhpm+gM09xKQGjBq/8uYN12aDvMxnAnq3dxTyoSoRNmg5YFg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "path-is-inside": "^1.0.2"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/is-plain-obj": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz",
+ "integrity": "sha1-caUMhCnfync8kqOQpKA7OfzVHT4=",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/is-plain-object": {
+ "version": "2.0.4",
+ "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz",
+ "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "isobject": "^3.0.1"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/is-regex": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz",
+ "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "call-bind": "^1.0.2",
+ "has-tostringtag": "^1.0.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/is-regexp": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/is-regexp/-/is-regexp-2.1.0.tgz",
+ "integrity": "sha512-OZ4IlER3zmRIoB9AqNhEggVxqIH4ofDns5nRrPS6yQxXE1TPCUpFznBfRQmQa8uC+pXqjMnukiJBxCisIxiLGA==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/is-stream": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
+ "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/is-string": {
+ "version": "1.0.7",
+ "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz",
+ "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "has-tostringtag": "^1.0.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/is-symbol": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz",
+ "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "has-symbols": "^1.0.2"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/is-typed-array": {
+ "version": "1.1.6",
+ "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.6.tgz",
+ "integrity": "sha512-cDIgneTBa/TueUY6AWd7Tyj3jcFF5GAzFd50x3IB9bcjRSfjxkTfGYeD8YUDnrXQ10Q+2Y6rT+ZDwseIX9CI5A==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "available-typed-arrays": "^1.0.4",
+ "call-bind": "^1.0.2",
+ "es-abstract": "^1.18.5",
+ "foreach": "^2.0.5",
+ "has-tostringtag": "^1.0.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/is-typedarray": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz",
+ "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/is-unicode-supported": {
+ "version": "0.1.0",
+ "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz",
+ "integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/is-windows": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz",
+ "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/is-wsl": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz",
+ "integrity": "sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0=",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/isarray": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
+ "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/isexe": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
+ "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/isobject": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz",
+ "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/jest-worker": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-26.6.2.tgz",
+ "integrity": "sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@types/node": "*",
+ "merge-stream": "^2.0.0",
+ "supports-color": "^7.0.0"
+ },
+ "engines": {
+ "node": ">= 10.13.0"
+ }
+ },
+ "node_modules/jest-worker/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-worker/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/js-tokens": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
+ "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/js-yaml": {
+ "version": "3.14.1",
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
+ "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "argparse": "^1.0.7",
+ "esprima": "^4.0.0"
+ },
+ "bin": {
+ "js-yaml": "bin/js-yaml.js"
+ }
+ },
+ "node_modules/jsdoctypeparser": {
+ "version": "9.0.0",
+ "resolved": "https://registry.npmjs.org/jsdoctypeparser/-/jsdoctypeparser-9.0.0.tgz",
+ "integrity": "sha512-jrTA2jJIL6/DAEILBEh2/w9QxCuwmvNXIry39Ay/HVfhE3o2yVV0U44blYkqdHA/OKloJEqvJy0xU+GSdE2SIw==",
+ "dev": true,
+ "peer": true,
+ "bin": {
+ "jsdoctypeparser": "bin/jsdoctypeparser"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/jsesc": {
+ "version": "2.5.2",
+ "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz",
+ "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==",
+ "dev": true,
+ "peer": true,
+ "bin": {
+ "jsesc": "bin/jsesc"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/json-parse-better-errors": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz",
+ "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/json-parse-even-better-errors": {
+ "version": "2.3.1",
+ "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
+ "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/json-schema-traverse": {
+ "version": "0.4.1",
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
+ "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/json-stable-stringify-without-jsonify": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
+ "integrity": "sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/json3": {
+ "version": "3.3.3",
+ "resolved": "https://registry.npmjs.org/json3/-/json3-3.3.3.tgz",
+ "integrity": "sha512-c7/8mbUsKigAbLkD5B010BK4D9LZm7A1pNItkEwiUZRpIN66exu/e7YQWysGun+TRKaJp8MhemM+VkfWv42aCA==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/json5": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.0.tgz",
+ "integrity": "sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "minimist": "^1.2.5"
+ },
+ "bin": {
+ "json5": "lib/cli.js"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/killable": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/killable/-/killable-1.0.1.tgz",
+ "integrity": "sha512-LzqtLKlUwirEUyl/nicirVmNiPvYs7l5n8wOPP7fyJVpUPkvCnW/vuiXGpylGUlnPDnB7311rARzAt3Mhswpjg==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/kind-of": {
+ "version": "6.0.3",
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz",
+ "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/klona": {
+ "version": "2.0.4",
+ "resolved": "https://registry.npmjs.org/klona/-/klona-2.0.4.tgz",
+ "integrity": "sha512-ZRbnvdg/NxqzC7L9Uyqzf4psi1OM4Cuc+sJAkQPjO6XkQIJTNbfK2Rsmbw8fx1p2mkZdp2FZYo2+LwXYY/uwIA==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/known-css-properties": {
+ "version": "0.21.0",
+ "resolved": "https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.21.0.tgz",
+ "integrity": "sha512-sZLUnTqimCkvkgRS+kbPlYW5o8q5w1cu+uIisKpEWkj31I8mx8kNG162DwRav8Zirkva6N5uoFsm9kzK4mUXjw==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/levn": {
+ "version": "0.4.1",
+ "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
+ "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "prelude-ls": "^1.2.1",
+ "type-check": "~0.4.0"
+ },
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/lines-and-columns": {
+ "version": "1.1.6",
+ "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.1.6.tgz",
+ "integrity": "sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/load-json-file": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz",
+ "integrity": "sha1-L19Fq5HjMhYjT9U62rZo607AmTs=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "graceful-fs": "^4.1.2",
+ "parse-json": "^4.0.0",
+ "pify": "^3.0.0",
+ "strip-bom": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/loader-runner": {
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.2.0.tgz",
+ "integrity": "sha512-92+huvxMvYlMzMt0iIOukcwYBFpkYJdpl2xsZ7LrlayO7E8SOv+JJUEK17B/dJIHAOLMfh2dZZ/Y18WgmGtYNw==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=6.11.5"
+ }
+ },
+ "node_modules/loader-utils": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz",
+ "integrity": "sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "big.js": "^5.2.2",
+ "emojis-list": "^3.0.0",
+ "json5": "^1.0.1"
+ },
+ "engines": {
+ "node": ">=4.0.0"
+ }
+ },
+ "node_modules/loader-utils/node_modules/json5": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz",
+ "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "minimist": "^1.2.0"
+ },
+ "bin": {
+ "json5": "lib/cli.js"
+ }
+ },
+ "node_modules/locate-path": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz",
+ "integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "p-locate": "^2.0.0",
+ "path-exists": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/lodash": {
+ "version": "4.17.21",
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
+ "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/lodash.clonedeep": {
+ "version": "4.5.0",
+ "resolved": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz",
+ "integrity": "sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8=",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/lodash.debounce": {
+ "version": "4.0.8",
+ "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
+ "integrity": "sha1-gteb/zCmfEAF/9XiUVMArZyk168=",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/lodash.merge": {
+ "version": "4.6.2",
+ "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
+ "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/lodash.truncate": {
+ "version": "4.4.2",
+ "resolved": "https://registry.npmjs.org/lodash.truncate/-/lodash.truncate-4.4.2.tgz",
+ "integrity": "sha1-WjUNoLERO4N+z//VgSy+WNbq4ZM=",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/log-symbols": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz",
+ "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "chalk": "^4.1.0",
+ "is-unicode-supported": "^0.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/log-symbols/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/log-symbols/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/log-symbols/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/log-symbols/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/log-symbols/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/log-symbols/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/loglevel": {
+ "version": "1.7.1",
+ "resolved": "https://registry.npmjs.org/loglevel/-/loglevel-1.7.1.tgz",
+ "integrity": "sha512-Hesni4s5UkWkwCGJMQGAh71PaLUmKFM60dHvq0zi/vDhhrzuk+4GgNbTXJ12YYQJn6ZKBDNIjYcuQGKudvqrIw==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">= 0.6.0"
+ },
+ "funding": {
+ "type": "tidelift",
+ "url": "https://tidelift.com/funding/github/npm/loglevel"
+ }
+ },
+ "node_modules/longest-streak": {
+ "version": "2.0.4",
+ "resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-2.0.4.tgz",
+ "integrity": "sha512-vM6rUVCVUJJt33bnmHiZEvr7wPT78ztX7rojL+LW51bHtLh6HTjx84LA5W4+oa6aKEJA7jJu5LR6vQRBpA5DVg==",
+ "dev": true,
+ "peer": true,
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/wooorm"
+ }
+ },
+ "node_modules/lru-cache": {
+ "version": "4.1.5",
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz",
+ "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "pseudomap": "^1.0.2",
+ "yallist": "^2.1.2"
+ }
+ },
+ "node_modules/m3u8-parser": {
+ "version": "4.2.0",
+ "integrity": "sha512-LVHw0U6IPJjwk9i9f7Xe26NqaUHTNlIt4SSWoEfYFROeVKHN6MIjOhbRheI3dg8Jbq5WCuMFQ0QU3EgZpmzFPg=="
+ },
+ "node_modules/make-dir": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz",
+ "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "semver": "^6.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/map-cache": {
+ "version": "0.2.2",
+ "resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz",
+ "integrity": "sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8=",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/map-obj": {
+ "version": "4.2.1",
+ "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-4.2.1.tgz",
+ "integrity": "sha512-+WA2/1sPmDj1dlvvJmB5G6JKfY9dpn7EVBUL06+y6PoljPkh+6V1QihwxNkbcGxCRjt2b0F9K0taiCuo7MbdFQ==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/map-visit": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz",
+ "integrity": "sha1-7Nyo8TFE5mDxtb1B8S80edmN+48=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "object-visit": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/mathml-tag-names": {
+ "version": "2.1.3",
+ "resolved": "https://registry.npmjs.org/mathml-tag-names/-/mathml-tag-names-2.1.3.tgz",
+ "integrity": "sha512-APMBEanjybaPzUrfqU0IMU5I0AswKMH7k8OTLs0vvV4KZpExkTkY87nR/zpbuTPj+gARop7aGUbl11pnDfW6xg==",
+ "dev": true,
+ "peer": true,
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/wooorm"
+ }
+ },
+ "node_modules/md5.js": {
+ "version": "1.3.5",
+ "resolved": "https://registry.npmjs.org/md5.js/-/md5.js-1.3.5.tgz",
+ "integrity": "sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "hash-base": "^3.0.0",
+ "inherits": "^2.0.1",
+ "safe-buffer": "^5.1.2"
+ }
+ },
+ "node_modules/mdast-util-from-markdown": {
+ "version": "0.8.5",
+ "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-0.8.5.tgz",
+ "integrity": "sha512-2hkTXtYYnr+NubD/g6KGBS/0mFmBcifAsI0yIWRiRo0PjVs6SSOSOdtzbp6kSGnShDN6G5aWZpKQ2lWRy27mWQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@types/mdast": "^3.0.0",
+ "mdast-util-to-string": "^2.0.0",
+ "micromark": "~2.11.0",
+ "parse-entities": "^2.0.0",
+ "unist-util-stringify-position": "^2.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/unified"
+ }
+ },
+ "node_modules/mdast-util-to-markdown": {
+ "version": "0.6.5",
+ "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-0.6.5.tgz",
+ "integrity": "sha512-XeV9sDE7ZlOQvs45C9UKMtfTcctcaj/pGwH8YLbMHoMOXNNCn2LsqVQOqrF1+/NU8lKDAqozme9SCXWyo9oAcQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@types/unist": "^2.0.0",
+ "longest-streak": "^2.0.0",
+ "mdast-util-to-string": "^2.0.0",
+ "parse-entities": "^2.0.0",
+ "repeat-string": "^1.0.0",
+ "zwitch": "^1.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/unified"
+ }
+ },
+ "node_modules/mdast-util-to-string": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-2.0.0.tgz",
+ "integrity": "sha512-AW4DRS3QbBayY/jJmD8437V1Gombjf8RSOUCMFBuo5iHi58AGEgVCKQ+ezHkZZDpAQS75hcBMpLqjpJTjtUL7w==",
+ "dev": true,
+ "peer": true,
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/unified"
+ }
+ },
+ "node_modules/media-typer": {
+ "version": "0.3.0",
+ "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz",
+ "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/memory-fs": {
+ "version": "0.4.1",
+ "resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.4.1.tgz",
+ "integrity": "sha1-OpoguEYlI+RHz7x+i7gO1me/xVI=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "errno": "^0.1.3",
+ "readable-stream": "^2.0.1"
+ }
+ },
+ "node_modules/memory-fs/node_modules/readable-stream": {
+ "version": "2.3.7",
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz",
+ "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "core-util-is": "~1.0.0",
+ "inherits": "~2.0.3",
+ "isarray": "~1.0.0",
+ "process-nextick-args": "~2.0.0",
+ "safe-buffer": "~5.1.1",
+ "string_decoder": "~1.1.1",
+ "util-deprecate": "~1.0.1"
+ }
+ },
+ "node_modules/memory-fs/node_modules/string_decoder": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
+ "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "safe-buffer": "~5.1.0"
+ }
+ },
+ "node_modules/meow": {
+ "version": "9.0.0",
+ "resolved": "https://registry.npmjs.org/meow/-/meow-9.0.0.tgz",
+ "integrity": "sha512-+obSblOQmRhcyBt62furQqRAQpNyWXo8BuQ5bN7dG8wmwQ+vwHKp/rCFD4CrTP8CsDQD1sjoZ94K417XEUk8IQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@types/minimist": "^1.2.0",
+ "camelcase-keys": "^6.2.2",
+ "decamelize": "^1.2.0",
+ "decamelize-keys": "^1.1.0",
+ "hard-rejection": "^2.1.0",
+ "minimist-options": "4.1.0",
+ "normalize-package-data": "^3.0.0",
+ "read-pkg-up": "^7.0.1",
+ "redent": "^3.0.0",
+ "trim-newlines": "^3.0.0",
+ "type-fest": "^0.18.0",
+ "yargs-parser": "^20.2.3"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/meow/node_modules/find-up": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
+ "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "locate-path": "^5.0.0",
+ "path-exists": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/meow/node_modules/hosted-git-info": {
+ "version": "4.0.2",
+ "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.0.2.tgz",
+ "integrity": "sha512-c9OGXbZ3guC/xOlCg1Ci/VgWlwsqDv1yMQL1CWqXDL0hDjXuNcq0zuR4xqPSuasI3kqFDhqSyTjREz5gzq0fXg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "lru-cache": "^6.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/meow/node_modules/locate-path": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
+ "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "p-locate": "^4.1.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/meow/node_modules/lru-cache": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
+ "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "yallist": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/meow/node_modules/normalize-package-data": {
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-3.0.2.tgz",
+ "integrity": "sha512-6CdZocmfGaKnIHPVFhJJZ3GuR8SsLKvDANFp47Jmy51aKIr8akjAWTSxtpI+MBgBFdSMRyo4hMpDlT6dTffgZg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "hosted-git-info": "^4.0.1",
+ "resolve": "^1.20.0",
+ "semver": "^7.3.4",
+ "validate-npm-package-license": "^3.0.1"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/meow/node_modules/p-limit": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
+ "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "p-try": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/meow/node_modules/p-locate": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
+ "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "p-limit": "^2.2.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/meow/node_modules/p-try": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
+ "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/meow/node_modules/parse-json": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
+ "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/code-frame": "^7.0.0",
+ "error-ex": "^1.3.1",
+ "json-parse-even-better-errors": "^2.3.0",
+ "lines-and-columns": "^1.1.6"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/meow/node_modules/path-exists": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
+ "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/meow/node_modules/read-pkg": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz",
+ "integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@types/normalize-package-data": "^2.4.0",
+ "normalize-package-data": "^2.5.0",
+ "parse-json": "^5.0.0",
+ "type-fest": "^0.6.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/meow/node_modules/read-pkg-up": {
+ "version": "7.0.1",
+ "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz",
+ "integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "find-up": "^4.1.0",
+ "read-pkg": "^5.2.0",
+ "type-fest": "^0.8.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/meow/node_modules/read-pkg-up/node_modules/type-fest": {
+ "version": "0.8.1",
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz",
+ "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/meow/node_modules/read-pkg/node_modules/hosted-git-info": {
+ "version": "2.8.9",
+ "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz",
+ "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/meow/node_modules/read-pkg/node_modules/normalize-package-data": {
+ "version": "2.5.0",
+ "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz",
+ "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "hosted-git-info": "^2.1.4",
+ "resolve": "^1.10.0",
+ "semver": "2 || 3 || 4 || 5",
+ "validate-npm-package-license": "^3.0.1"
+ }
+ },
+ "node_modules/meow/node_modules/read-pkg/node_modules/semver": {
+ "version": "5.7.1",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
+ "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==",
+ "dev": true,
+ "peer": true,
+ "bin": {
+ "semver": "bin/semver"
+ }
+ },
+ "node_modules/meow/node_modules/read-pkg/node_modules/type-fest": {
+ "version": "0.6.0",
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz",
+ "integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/meow/node_modules/semver": {
+ "version": "7.3.5",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz",
+ "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "lru-cache": "^6.0.0"
+ },
+ "bin": {
+ "semver": "bin/semver.js"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/meow/node_modules/yallist": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/merge-descriptors": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz",
+ "integrity": "sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/merge-source-map": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/merge-source-map/-/merge-source-map-1.1.0.tgz",
+ "integrity": "sha512-Qkcp7P2ygktpMPh2mCQZaf3jhN6D3Z/qVZHSdWvQ+2Ef5HgRAPBO57A77+ENm0CPx2+1Ce/MYKi3ymqdfuqibw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "source-map": "^0.6.1"
+ }
+ },
+ "node_modules/merge-source-map/node_modules/source-map": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/merge-stream": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
+ "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/merge2": {
+ "version": "1.4.1",
+ "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
+ "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/methods": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz",
+ "integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/micromark": {
+ "version": "2.11.4",
+ "resolved": "https://registry.npmjs.org/micromark/-/micromark-2.11.4.tgz",
+ "integrity": "sha512-+WoovN/ppKolQOFIAajxi7Lu9kInbPxFuTBVEavFcL8eAfVstoc5MocPmqBeAdBOJV00uaVjegzH4+MA0DN/uA==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "GitHub Sponsors",
+ "url": "https://github.com/sponsors/unifiedjs"
+ },
+ {
+ "type": "OpenCollective",
+ "url": "https://opencollective.com/unified"
+ }
+ ],
+ "peer": true,
+ "dependencies": {
+ "debug": "^4.0.0",
+ "parse-entities": "^2.0.0"
+ }
+ },
+ "node_modules/micromatch": {
+ "version": "4.0.4",
+ "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.4.tgz",
+ "integrity": "sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "braces": "^3.0.1",
+ "picomatch": "^2.2.3"
+ },
+ "engines": {
+ "node": ">=8.6"
+ }
+ },
+ "node_modules/miller-rabin": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/miller-rabin/-/miller-rabin-4.0.1.tgz",
+ "integrity": "sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "bn.js": "^4.0.0",
+ "brorand": "^1.0.1"
+ },
+ "bin": {
+ "miller-rabin": "bin/miller-rabin"
+ }
+ },
+ "node_modules/miller-rabin/node_modules/bn.js": {
+ "version": "4.12.0",
+ "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz",
+ "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/mime": {
+ "version": "1.6.0",
+ "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz",
+ "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==",
+ "dev": true,
+ "peer": true,
+ "bin": {
+ "mime": "cli.js"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/mime-db": {
+ "version": "1.49.0",
+ "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.49.0.tgz",
+ "integrity": "sha512-CIc8j9URtOVApSFCQIF+VBkX1RwXp/oMMOrqdyXSBXq5RWNEsRfyj1kiRnQgmNXmHxPoFIxOroKA3zcU9P+nAA==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/mime-types": {
+ "version": "2.1.32",
+ "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.32.tgz",
+ "integrity": "sha512-hJGaVS4G4c9TSMYh2n6SQAGrC4RnfU+daP8G7cSCmaqNjiOoUY0VHCMS42pxnQmVF1GWwFhbHWn3RIxCqTmZ9A==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "mime-db": "1.49.0"
+ },
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/mimic-fn": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
+ "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/min-document": {
+ "version": "2.19.0",
+ "integrity": "sha1-e9KC4/WELtKVu3SM3Z8f+iyCRoU=",
+ "dependencies": {
+ "dom-walk": "^0.1.0"
+ }
+ },
+ "node_modules/min-indent": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz",
+ "integrity": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/minimalistic-assert": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz",
+ "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/minimalistic-crypto-utils": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz",
+ "integrity": "sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/minimatch": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
+ "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "brace-expansion": "^1.1.7"
+ },
+ "engines": {
+ "node": "*"
+ }
+ },
+ "node_modules/minimist": {
+ "version": "1.2.5",
+ "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz",
+ "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/minimist-options": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/minimist-options/-/minimist-options-4.1.0.tgz",
+ "integrity": "sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "arrify": "^1.0.1",
+ "is-plain-obj": "^1.1.0",
+ "kind-of": "^6.0.3"
+ },
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/minimist-options/node_modules/arrify": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz",
+ "integrity": "sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/mixin-deep": {
+ "version": "1.3.2",
+ "resolved": "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.2.tgz",
+ "integrity": "sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "for-in": "^1.0.2",
+ "is-extendable": "^1.0.1"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/mkdirp": {
+ "version": "0.5.5",
+ "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz",
+ "integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "minimist": "^1.2.5"
+ },
+ "bin": {
+ "mkdirp": "bin/cmd.js"
+ }
+ },
+ "node_modules/mpd-parser": {
+ "version": "0.7.0",
+ "integrity": "sha512-nkzVIkecaDz3q7p4ToN3GR0FV2Odbh0w2sJ8ijsyw79JcBrJoUD3KHIiI8gL0hEDlex7mrVpTxXBsRHowUBmPw==",
+ "dependencies": {
+ "global": "^4.3.2",
+ "url-toolkit": "^2.1.1"
+ }
+ },
+ "node_modules/ms": {
+ "version": "2.1.2",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
+ "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/multicast-dns": {
+ "version": "6.2.3",
+ "resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-6.2.3.tgz",
+ "integrity": "sha512-ji6J5enbMyGRHIAkAOu3WdV8nggqviKCEKtXcOqfphZZtQrmHKycfynJ2V7eVPUA4NhJ6V7Wf4TmGbTwKE9B6g==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "dns-packet": "^1.3.1",
+ "thunky": "^1.0.2"
+ },
+ "bin": {
+ "multicast-dns": "cli.js"
+ }
+ },
+ "node_modules/multicast-dns-service-types": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/multicast-dns-service-types/-/multicast-dns-service-types-1.1.0.tgz",
+ "integrity": "sha1-iZ8R2WhuXgXLkbNdXw5jt3PPyQE=",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/mux.js": {
+ "version": "5.0.1",
+ "integrity": "sha512-yfmJ9CaLGSyRnEwqwzvISSZe6EdcvXIsgapZfuNNFuUQUlYDwltnCgZqV6IG90daY4dYTemK/hxMoxI1bB6RjA=="
+ },
+ "node_modules/nan": {
+ "version": "2.15.0",
+ "resolved": "https://registry.npmjs.org/nan/-/nan-2.15.0.tgz",
+ "integrity": "sha512-8ZtvEnA2c5aYCZYd1cvgdnU6cqwixRoYg70xPLWUws5ORTa/lnw+u4amixRS/Ac5U5mQVgp9pnlSUnbNWFaWZQ==",
+ "dev": true,
+ "optional": true,
+ "peer": true
+ },
+ "node_modules/nanomatch": {
+ "version": "1.2.13",
+ "resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz",
+ "integrity": "sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "arr-diff": "^4.0.0",
+ "array-unique": "^0.3.2",
+ "define-property": "^2.0.2",
+ "extend-shallow": "^3.0.2",
+ "fragment-cache": "^0.2.1",
+ "is-windows": "^1.0.2",
+ "kind-of": "^6.0.2",
+ "object.pick": "^1.3.0",
+ "regex-not": "^1.0.0",
+ "snapdragon": "^0.8.1",
+ "to-regex": "^3.0.1"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/natural-compare": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
+ "integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/negotiator": {
+ "version": "0.6.2",
+ "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.2.tgz",
+ "integrity": "sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/neo-async": {
+ "version": "2.6.2",
+ "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz",
+ "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/nice-try": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz",
+ "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/node-forge": {
+ "version": "0.10.0",
+ "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-0.10.0.tgz",
+ "integrity": "sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">= 6.0.0"
+ }
+ },
+ "node_modules/node-polyfill-webpack-plugin": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/node-polyfill-webpack-plugin/-/node-polyfill-webpack-plugin-1.1.4.tgz",
+ "integrity": "sha512-Z0XTKj1wRWO8o/Vjobsw5iOJCN+Sua3EZEUc2Ziy9CyVvmHKu6o+t4gUH9GOE0czyPR94LI6ZCV/PpcM8b5yow==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "assert": "^2.0.0",
+ "browserify-zlib": "^0.2.0",
+ "buffer": "^6.0.3",
+ "console-browserify": "^1.2.0",
+ "constants-browserify": "^1.0.0",
+ "crypto-browserify": "^3.12.0",
+ "domain-browser": "^4.19.0",
+ "events": "^3.3.0",
+ "filter-obj": "^2.0.2",
+ "https-browserify": "^1.0.0",
+ "os-browserify": "^0.3.0",
+ "path-browserify": "^1.0.1",
+ "process": "^0.11.10",
+ "punycode": "^2.1.1",
+ "querystring-es3": "^0.2.1",
+ "readable-stream": "^3.6.0",
+ "stream-browserify": "^3.0.0",
+ "stream-http": "^3.2.0",
+ "string_decoder": "^1.3.0",
+ "timers-browserify": "^2.0.12",
+ "tty-browserify": "^0.0.1",
+ "url": "^0.11.0",
+ "util": "^0.12.4",
+ "vm-browserify": "^1.1.2"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "peerDependencies": {
+ "webpack": ">=5"
+ }
+ },
+ "node_modules/node-releases": {
+ "version": "1.1.73",
+ "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-1.1.73.tgz",
+ "integrity": "sha512-uW7fodD6pyW2FZNZnp/Z3hvWKeEW1Y8R1+1CnErE8cXFXzl5blBOoVB41CvMer6P6Q0S5FXDwcHgFd1Wj0U9zg==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/normalize-package-data": {
+ "version": "2.5.0",
+ "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz",
+ "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "hosted-git-info": "^2.1.4",
+ "resolve": "^1.10.0",
+ "semver": "2 || 3 || 4 || 5",
+ "validate-npm-package-license": "^3.0.1"
+ }
+ },
+ "node_modules/normalize-package-data/node_modules/semver": {
+ "version": "5.7.1",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
+ "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==",
+ "dev": true,
+ "peer": true,
+ "bin": {
+ "semver": "bin/semver"
+ }
+ },
+ "node_modules/normalize-path": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
+ "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/normalize-range": {
+ "version": "0.1.2",
+ "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz",
+ "integrity": "sha1-LRDAa9/TEuqXd2laTShDlFa3WUI=",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/normalize-selector": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/normalize-selector/-/normalize-selector-0.2.0.tgz",
+ "integrity": "sha1-0LFF62kRicY6eNIB3E/bEpPvDAM=",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/npm-run-path": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz",
+ "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "path-key": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/num2fraction": {
+ "version": "1.2.2",
+ "resolved": "https://registry.npmjs.org/num2fraction/-/num2fraction-1.2.2.tgz",
+ "integrity": "sha1-b2gragJ6Tp3fpFZM0lidHU5mnt4=",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/object-assign": {
+ "version": "4.1.1",
+ "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
+ "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/object-copy": {
+ "version": "0.1.0",
+ "resolved": "https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz",
+ "integrity": "sha1-fn2Fi3gb18mRpBupde04EnVOmYw=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "copy-descriptor": "^0.1.0",
+ "define-property": "^0.2.5",
+ "kind-of": "^3.0.3"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/object-copy/node_modules/define-property": {
+ "version": "0.2.5",
+ "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
+ "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "is-descriptor": "^0.1.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/object-copy/node_modules/is-accessor-descriptor": {
+ "version": "0.1.6",
+ "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz",
+ "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "kind-of": "^3.0.2"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/object-copy/node_modules/is-buffer": {
+ "version": "1.1.6",
+ "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz",
+ "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/object-copy/node_modules/is-data-descriptor": {
+ "version": "0.1.4",
+ "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz",
+ "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "kind-of": "^3.0.2"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/object-copy/node_modules/is-descriptor": {
+ "version": "0.1.6",
+ "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz",
+ "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "is-accessor-descriptor": "^0.1.6",
+ "is-data-descriptor": "^0.1.4",
+ "kind-of": "^5.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/object-copy/node_modules/is-descriptor/node_modules/kind-of": {
+ "version": "5.1.0",
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz",
+ "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/object-copy/node_modules/kind-of": {
+ "version": "3.2.2",
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
+ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "is-buffer": "^1.1.5"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/object-inspect": {
+ "version": "1.11.0",
+ "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.11.0.tgz",
+ "integrity": "sha512-jp7ikS6Sd3GxQfZJPyH3cjcbJF6GZPClgdV+EFygjFLQ5FmW/dRUnTd9PQ9k0JhoNDabWFbpF1yCdSWCC6gexg==",
+ "dev": true,
+ "peer": true,
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/object-is": {
+ "version": "1.1.5",
+ "resolved": "https://registry.npmjs.org/object-is/-/object-is-1.1.5.tgz",
+ "integrity": "sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "call-bind": "^1.0.2",
+ "define-properties": "^1.1.3"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/object-keys": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
+ "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/object-visit": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz",
+ "integrity": "sha1-95xEk68MU3e1n+OdOV5BBC3QRbs=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "isobject": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/object.assign": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.2.tgz",
+ "integrity": "sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "call-bind": "^1.0.0",
+ "define-properties": "^1.1.3",
+ "has-symbols": "^1.0.1",
+ "object-keys": "^1.1.1"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/object.pick": {
+ "version": "1.3.0",
+ "resolved": "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz",
+ "integrity": "sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "isobject": "^3.0.1"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/object.values": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.4.tgz",
+ "integrity": "sha512-TnGo7j4XSnKQoK3MfvkzqKCi0nVe/D9I9IjwTNYdb/fxYHpjrluHVOgw0AF6jrRFGMPHdfuidR09tIDiIvnaSg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "call-bind": "^1.0.2",
+ "define-properties": "^1.1.3",
+ "es-abstract": "^1.18.2"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/obuf": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz",
+ "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/on-finished": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz",
+ "integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "ee-first": "1.1.1"
+ },
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/on-headers": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz",
+ "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/once": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
+ "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "wrappy": "1"
+ }
+ },
+ "node_modules/onetime": {
+ "version": "5.1.2",
+ "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
+ "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "mimic-fn": "^2.1.0"
+ },
+ "engines": {
+ "node": ">=6"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/opn": {
+ "version": "5.5.0",
+ "resolved": "https://registry.npmjs.org/opn/-/opn-5.5.0.tgz",
+ "integrity": "sha512-PqHpggC9bLV0VeWcdKhkpxY+3JTzetLSqTCWL/z/tFIbI6G8JCjondXklT1JinczLz2Xib62sSp0T/gKT4KksA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "is-wsl": "^1.1.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/optionator": {
+ "version": "0.9.1",
+ "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz",
+ "integrity": "sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "deep-is": "^0.1.3",
+ "fast-levenshtein": "^2.0.6",
+ "levn": "^0.4.1",
+ "prelude-ls": "^1.2.1",
+ "type-check": "^0.4.0",
+ "word-wrap": "^1.2.3"
+ },
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/original": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/original/-/original-1.0.2.tgz",
+ "integrity": "sha512-hyBVl6iqqUOJ8FqRe+l/gS8H+kKYjrEndd5Pm1MfBtsEKA038HkkdbAl/72EAXGyonD/PFsvmVG+EvcIpliMBg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "url-parse": "^1.4.3"
+ }
+ },
+ "node_modules/os-browserify": {
+ "version": "0.3.0",
+ "resolved": "https://registry.npmjs.org/os-browserify/-/os-browserify-0.3.0.tgz",
+ "integrity": "sha1-hUNzx/XCMVkU/Jv8a9gjj92h7Cc=",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/p-finally": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz",
+ "integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/p-limit": {
+ "version": "1.3.0",
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz",
+ "integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "p-try": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/p-locate": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz",
+ "integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "p-limit": "^1.1.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/p-map": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/p-map/-/p-map-2.1.0.tgz",
+ "integrity": "sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/p-retry": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/p-retry/-/p-retry-3.0.1.tgz",
+ "integrity": "sha512-XE6G4+YTTkT2a0UWb2kjZe8xNwf8bIbnqpc/IS/idOBVhyves0mK5OJgeocjx7q5pvX/6m23xuzVPYT1uGM73w==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "retry": "^0.12.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/p-try": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz",
+ "integrity": "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/pako": {
+ "version": "1.0.11",
+ "resolved": "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz",
+ "integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/parent-module": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
+ "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "callsites": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/parse-asn1": {
+ "version": "5.1.6",
+ "resolved": "https://registry.npmjs.org/parse-asn1/-/parse-asn1-5.1.6.tgz",
+ "integrity": "sha512-RnZRo1EPU6JBnra2vGHj0yhp6ebyjBZpmUCLHWiFhxlzvBCCpAuZ7elsBp1PVAbQN0/04VD/19rfzlBSwLstMw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "asn1.js": "^5.2.0",
+ "browserify-aes": "^1.0.0",
+ "evp_bytestokey": "^1.0.0",
+ "pbkdf2": "^3.0.3",
+ "safe-buffer": "^5.1.1"
+ }
+ },
+ "node_modules/parse-entities": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-2.0.0.tgz",
+ "integrity": "sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "character-entities": "^1.0.0",
+ "character-entities-legacy": "^1.0.0",
+ "character-reference-invalid": "^1.0.0",
+ "is-alphanumerical": "^1.0.0",
+ "is-decimal": "^1.0.0",
+ "is-hexadecimal": "^1.0.0"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/wooorm"
+ }
+ },
+ "node_modules/parse-headers": {
+ "version": "2.0.1",
+ "integrity": "sha1-aug6eqJanZtwCswoaYzR8e1+lTY=",
+ "dependencies": {
+ "for-each": "^0.3.2",
+ "trim": "0.0.1"
+ }
+ },
+ "node_modules/parse-json": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz",
+ "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "error-ex": "^1.3.1",
+ "json-parse-better-errors": "^1.0.1"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/parseurl": {
+ "version": "1.3.3",
+ "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
+ "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/pascalcase": {
+ "version": "0.1.1",
+ "resolved": "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz",
+ "integrity": "sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/path-browserify": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-1.0.1.tgz",
+ "integrity": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/path-dirname": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/path-dirname/-/path-dirname-1.0.2.tgz",
+ "integrity": "sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA=",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/path-exists": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
+ "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/path-is-absolute": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
+ "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/path-is-inside": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz",
+ "integrity": "sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/path-key": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
+ "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/path-parse": {
+ "version": "1.0.7",
+ "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
+ "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/path-to-regexp": {
+ "version": "0.1.7",
+ "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz",
+ "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/path-type": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz",
+ "integrity": "sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "pify": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/pbkdf2": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.1.2.tgz",
+ "integrity": "sha512-iuh7L6jA7JEGu2WxDwtQP1ddOpaJNC4KlDEFfdQajSGgGPNi4OyDc2R7QnbY2bR9QjBVGwgvTdNJZoE7RaxUMA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "create-hash": "^1.1.2",
+ "create-hmac": "^1.1.4",
+ "ripemd160": "^2.0.1",
+ "safe-buffer": "^5.0.1",
+ "sha.js": "^2.4.8"
+ },
+ "engines": {
+ "node": ">=0.12"
+ }
+ },
+ "node_modules/picomatch": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.0.tgz",
+ "integrity": "sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=8.6"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/jonschlinkert"
+ }
+ },
+ "node_modules/pify": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz",
+ "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/pinkie": {
+ "version": "2.0.4",
+ "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz",
+ "integrity": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA=",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/pinkie-promise": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz",
+ "integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "pinkie": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/pkcs7": {
+ "version": "1.0.2",
+ "integrity": "sha1-ttulJ1KMKUK/wSLOLa/NteWQdOc=",
+ "bin": {
+ "pkcs7": "bin/cli.js"
+ },
+ "engines": {
+ "node": "^0.10",
+ "npm": "^1.4.6"
+ }
+ },
+ "node_modules/pkg-dir": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-2.0.0.tgz",
+ "integrity": "sha1-9tXREJ4Z1j7fQo4L1X4Sd3YVM0s=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "find-up": "^2.1.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/pkg-up": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/pkg-up/-/pkg-up-2.0.0.tgz",
+ "integrity": "sha1-yBmscoBZpGHKscOImivjxJoATX8=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "find-up": "^2.1.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/portfinder": {
+ "version": "1.0.28",
+ "resolved": "https://registry.npmjs.org/portfinder/-/portfinder-1.0.28.tgz",
+ "integrity": "sha512-Se+2isanIcEqf2XMHjyUKskczxbPH7dQnlMjXX6+dybayyHvAf/TCgyMRlzf/B6QDhAEFOGes0pzRo3by4AbMA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "async": "^2.6.2",
+ "debug": "^3.1.1",
+ "mkdirp": "^0.5.5"
+ },
+ "engines": {
+ "node": ">= 0.12.0"
+ }
+ },
+ "node_modules/portfinder/node_modules/debug": {
+ "version": "3.2.7",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
+ "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "ms": "^2.1.1"
+ }
+ },
+ "node_modules/posix-character-classes": {
+ "version": "0.1.1",
+ "resolved": "https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz",
+ "integrity": "sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/postcss": {
+ "version": "7.0.36",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz",
+ "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "chalk": "^2.4.2",
+ "source-map": "^0.6.1",
+ "supports-color": "^6.1.0"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/postcss/"
+ }
+ },
+ "node_modules/postcss-html": {
+ "version": "0.36.0",
+ "resolved": "https://registry.npmjs.org/postcss-html/-/postcss-html-0.36.0.tgz",
+ "integrity": "sha512-HeiOxGcuwID0AFsNAL0ox3mW6MHH5cstWN1Z3Y+n6H+g12ih7LHdYxWwEA/QmrebctLjo79xz9ouK3MroHwOJw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "htmlparser2": "^3.10.0"
+ },
+ "peerDependencies": {
+ "postcss": ">=5.0.0",
+ "postcss-syntax": ">=0.36.0"
+ }
+ },
+ "node_modules/postcss-less": {
+ "version": "3.1.4",
+ "resolved": "https://registry.npmjs.org/postcss-less/-/postcss-less-3.1.4.tgz",
+ "integrity": "sha512-7TvleQWNM2QLcHqvudt3VYjULVB49uiW6XzEUFmvwHzvsOEF5MwBrIXZDJQvJNFGjJQTzSzZnDoCJ8h/ljyGXA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "postcss": "^7.0.14"
+ },
+ "engines": {
+ "node": ">=6.14.4"
+ }
+ },
+ "node_modules/postcss-media-query-parser": {
+ "version": "0.2.3",
+ "resolved": "https://registry.npmjs.org/postcss-media-query-parser/-/postcss-media-query-parser-0.2.3.tgz",
+ "integrity": "sha1-J7Ocb02U+Bsac7j3Y1HGCeXO8kQ=",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/postcss-modules-extract-imports": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-2.0.0.tgz",
+ "integrity": "sha512-LaYLDNS4SG8Q5WAWqIJgdHPJrDDr/Lv775rMBFUbgjTz6j34lUznACHcdRWroPvXANP2Vj7yNK57vp9eFqzLWQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "postcss": "^7.0.5"
+ },
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/postcss-modules-local-by-default": {
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-3.0.3.tgz",
+ "integrity": "sha512-e3xDq+LotiGesympRlKNgaJ0PCzoUIdpH0dj47iWAui/kyTgh3CiAr1qP54uodmJhl6p9rN6BoNcdEDVJx9RDw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "icss-utils": "^4.1.1",
+ "postcss": "^7.0.32",
+ "postcss-selector-parser": "^6.0.2",
+ "postcss-value-parser": "^4.1.0"
+ },
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/postcss-modules-scope": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-2.2.0.tgz",
+ "integrity": "sha512-YyEgsTMRpNd+HmyC7H/mh3y+MeFWevy7V1evVhJWewmMbjDHIbZbOXICC2y+m1xI1UVfIT1HMW/O04Hxyu9oXQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "postcss": "^7.0.6",
+ "postcss-selector-parser": "^6.0.0"
+ },
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/postcss-modules-values": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-3.0.0.tgz",
+ "integrity": "sha512-1//E5jCBrZ9DmRX+zCtmQtRSV6PV42Ix7Bzj9GbwJceduuf7IqP8MgeTXuRDHOWj2m0VzZD5+roFWDuU8RQjcg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "icss-utils": "^4.0.0",
+ "postcss": "^7.0.6"
+ }
+ },
+ "node_modules/postcss-resolve-nested-selector": {
+ "version": "0.1.1",
+ "resolved": "https://registry.npmjs.org/postcss-resolve-nested-selector/-/postcss-resolve-nested-selector-0.1.1.tgz",
+ "integrity": "sha1-Kcy8fDfe36wwTp//C/FZaz9qDk4=",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/postcss-safe-parser": {
+ "version": "4.0.2",
+ "resolved": "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-4.0.2.tgz",
+ "integrity": "sha512-Uw6ekxSWNLCPesSv/cmqf2bY/77z11O7jZGPax3ycZMFU/oi2DMH9i89AdHc1tRwFg/arFoEwX0IS3LCUxJh1g==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "postcss": "^7.0.26"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/postcss-sass": {
+ "version": "0.4.4",
+ "resolved": "https://registry.npmjs.org/postcss-sass/-/postcss-sass-0.4.4.tgz",
+ "integrity": "sha512-BYxnVYx4mQooOhr+zer0qWbSPYnarAy8ZT7hAQtbxtgVf8gy+LSLT/hHGe35h14/pZDTw1DsxdbrwxBN++H+fg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "gonzales-pe": "^4.3.0",
+ "postcss": "^7.0.21"
+ }
+ },
+ "node_modules/postcss-scss": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/postcss-scss/-/postcss-scss-2.1.1.tgz",
+ "integrity": "sha512-jQmGnj0hSGLd9RscFw9LyuSVAa5Bl1/KBPqG1NQw9w8ND55nY4ZEsdlVuYJvLPpV+y0nwTV5v/4rHPzZRihQbA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "postcss": "^7.0.6"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/postcss-selector-parser": {
+ "version": "6.0.6",
+ "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.6.tgz",
+ "integrity": "sha512-9LXrvaaX3+mcv5xkg5kFwqSzSH1JIObIx51PrndZwlmznwXRfxMddDvo9gve3gVR8ZTKgoFDdWkbRFmEhT4PMg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "cssesc": "^3.0.0",
+ "util-deprecate": "^1.0.2"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/postcss-syntax": {
+ "version": "0.36.2",
+ "resolved": "https://registry.npmjs.org/postcss-syntax/-/postcss-syntax-0.36.2.tgz",
+ "integrity": "sha512-nBRg/i7E3SOHWxF3PpF5WnJM/jQ1YpY9000OaVXlAQj6Zp/kIqJxEDWIZ67tAd7NLuk7zqN4yqe9nc0oNAOs1w==",
+ "dev": true,
+ "peer": true,
+ "peerDependencies": {
+ "postcss": ">=5.0.0"
+ }
+ },
+ "node_modules/postcss-value-parser": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz",
+ "integrity": "sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/postcss/node_modules/source-map": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/postcss/node_modules/supports-color": {
+ "version": "6.1.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz",
+ "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "has-flag": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/prelude-ls": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
+ "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/prettier": {
+ "version": "1.19.1",
+ "resolved": "https://registry.npmjs.org/prettier/-/prettier-1.19.1.tgz",
+ "integrity": "sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==",
+ "dev": true,
+ "optional": true,
+ "peer": true,
+ "bin": {
+ "prettier": "bin-prettier.js"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/process": {
+ "version": "0.11.10",
+ "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz",
+ "integrity": "sha1-czIwDoQBYb2j5podHZGn1LwW8YI=",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">= 0.6.0"
+ }
+ },
+ "node_modules/process-nextick-args": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
+ "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/progress": {
+ "version": "2.0.3",
+ "resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz",
+ "integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=0.4.0"
+ }
+ },
+ "node_modules/proxy-addr": {
+ "version": "2.0.7",
+ "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz",
+ "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "forwarded": "0.2.0",
+ "ipaddr.js": "1.9.1"
+ },
+ "engines": {
+ "node": ">= 0.10"
+ }
+ },
+ "node_modules/prr": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/prr/-/prr-1.0.1.tgz",
+ "integrity": "sha1-0/wRS6BplaRexok/SEzrHXj19HY=",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/pseudomap": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz",
+ "integrity": "sha1-8FKijacOYYkX7wqKw0wa5aaChrM=",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/public-encrypt": {
+ "version": "4.0.3",
+ "resolved": "https://registry.npmjs.org/public-encrypt/-/public-encrypt-4.0.3.tgz",
+ "integrity": "sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "bn.js": "^4.1.0",
+ "browserify-rsa": "^4.0.0",
+ "create-hash": "^1.1.0",
+ "parse-asn1": "^5.0.0",
+ "randombytes": "^2.0.1",
+ "safe-buffer": "^5.1.2"
+ }
+ },
+ "node_modules/public-encrypt/node_modules/bn.js": {
+ "version": "4.12.0",
+ "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz",
+ "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/pump": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz",
+ "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "end-of-stream": "^1.1.0",
+ "once": "^1.3.1"
+ }
+ },
+ "node_modules/punycode": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz",
+ "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/qs": {
+ "version": "6.7.0",
+ "resolved": "https://registry.npmjs.org/qs/-/qs-6.7.0.tgz",
+ "integrity": "sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=0.6"
+ }
+ },
+ "node_modules/querystring": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/querystring/-/querystring-0.2.0.tgz",
+ "integrity": "sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA=",
+ "deprecated": "The querystring API is considered Legacy. new code should use the URLSearchParams API instead.",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=0.4.x"
+ }
+ },
+ "node_modules/querystring-es3": {
+ "version": "0.2.1",
+ "resolved": "https://registry.npmjs.org/querystring-es3/-/querystring-es3-0.2.1.tgz",
+ "integrity": "sha1-nsYfeQSYdXB9aUFFlv2Qek1xHnM=",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=0.4.x"
+ }
+ },
+ "node_modules/querystringify": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz",
+ "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/queue-microtask": {
+ "version": "1.2.3",
+ "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
+ "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/feross"
+ },
+ {
+ "type": "patreon",
+ "url": "https://www.patreon.com/feross"
+ },
+ {
+ "type": "consulting",
+ "url": "https://feross.org/support"
}
+ ],
+ "peer": true
+ },
+ "node_modules/quick-lru": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-4.0.1.tgz",
+ "integrity": "sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/randombytes": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz",
+ "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "safe-buffer": "^5.1.0"
+ }
+ },
+ "node_modules/randomfill": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/randomfill/-/randomfill-1.0.4.tgz",
+ "integrity": "sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "randombytes": "^2.0.5",
+ "safe-buffer": "^5.1.0"
+ }
+ },
+ "node_modules/range-parser": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
+ "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/raw-body": {
+ "version": "2.4.0",
+ "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.0.tgz",
+ "integrity": "sha512-4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "bytes": "3.1.0",
+ "http-errors": "1.7.2",
+ "iconv-lite": "0.4.24",
+ "unpipe": "1.0.0"
+ },
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/raw-body/node_modules/bytes": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz",
+ "integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/read-pkg": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz",
+ "integrity": "sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "load-json-file": "^4.0.0",
+ "normalize-package-data": "^2.3.2",
+ "path-type": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/read-pkg-up": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-3.0.0.tgz",
+ "integrity": "sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "find-up": "^2.0.0",
+ "read-pkg": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/readable-stream": {
+ "version": "3.6.0",
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz",
+ "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "inherits": "^2.0.3",
+ "string_decoder": "^1.1.1",
+ "util-deprecate": "^1.0.1"
+ },
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/readdirp": {
+ "version": "3.6.0",
+ "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
+ "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "picomatch": "^2.2.1"
+ },
+ "engines": {
+ "node": ">=8.10.0"
+ }
+ },
+ "node_modules/rechoir": {
+ "version": "0.7.1",
+ "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.7.1.tgz",
+ "integrity": "sha512-/njmZ8s1wVeR6pjTZ+0nCnv8SpZNRMT2D1RLOJQESlYFDBvwpTA4KWJpZ+sBJ4+vhjILRcK7JIFdGCdxEAAitg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "resolve": "^1.9.0"
+ },
+ "engines": {
+ "node": ">= 0.10"
+ }
+ },
+ "node_modules/redent": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/redent/-/redent-3.0.0.tgz",
+ "integrity": "sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "indent-string": "^4.0.0",
+ "strip-indent": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/regenerate": {
+ "version": "1.4.2",
+ "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz",
+ "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/regenerate-unicode-properties": {
+ "version": "8.2.0",
+ "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-8.2.0.tgz",
+ "integrity": "sha512-F9DjY1vKLo/tPePDycuH3dn9H1OTPIkVD9Kz4LODu+F2C75mgjAJ7x/gwy6ZcSNRAAkhNlJSOHRe8k3p+K9WhA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "regenerate": "^1.4.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/regenerator-runtime": {
+ "version": "0.13.9",
+ "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz",
+ "integrity": "sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA=="
+ },
+ "node_modules/regenerator-transform": {
+ "version": "0.14.5",
+ "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.14.5.tgz",
+ "integrity": "sha512-eOf6vka5IO151Jfsw2NO9WpGX58W6wWmefK3I1zEGr0lOD0u8rwPaNqQL1aRxUaxLeKO3ArNh3VYg1KbaD+FFw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@babel/runtime": "^7.8.4"
+ }
+ },
+ "node_modules/regex-not": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/regex-not/-/regex-not-1.0.2.tgz",
+ "integrity": "sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "extend-shallow": "^3.0.2",
+ "safe-regex": "^1.1.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/regexp.prototype.flags": {
+ "version": "1.3.1",
+ "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.3.1.tgz",
+ "integrity": "sha512-JiBdRBq91WlY7uRJ0ds7R+dU02i6LKi8r3BuQhNXn+kmeLN+EfHhfjqMRis1zJxnlu88hq/4dx0P2OP3APRTOA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "call-bind": "^1.0.2",
+ "define-properties": "^1.1.3"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/regexpp": {
+ "version": "3.2.0",
+ "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.2.0.tgz",
+ "integrity": "sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/mysticatea"
+ }
+ },
+ "node_modules/regexpu-core": {
+ "version": "4.7.1",
+ "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-4.7.1.tgz",
+ "integrity": "sha512-ywH2VUraA44DZQuRKzARmw6S66mr48pQVva4LBeRhcOltJ6hExvWly5ZjFLYo67xbIxb6W1q4bAGtgfEl20zfQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "regenerate": "^1.4.0",
+ "regenerate-unicode-properties": "^8.2.0",
+ "regjsgen": "^0.5.1",
+ "regjsparser": "^0.6.4",
+ "unicode-match-property-ecmascript": "^1.0.4",
+ "unicode-match-property-value-ecmascript": "^1.2.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/regextras": {
+ "version": "0.7.1",
+ "resolved": "https://registry.npmjs.org/regextras/-/regextras-0.7.1.tgz",
+ "integrity": "sha512-9YXf6xtW+qzQ+hcMQXx95MOvfqXFgsKDZodX3qZB0x2n5Z94ioetIITsBtvJbiOyxa/6s9AtyweBLCdPmPko/w==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=0.1.14"
+ }
+ },
+ "node_modules/regjsgen": {
+ "version": "0.5.2",
+ "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.5.2.tgz",
+ "integrity": "sha512-OFFT3MfrH90xIW8OOSyUrk6QHD5E9JOTeGodiJeBS3J6IwlgzJMNE/1bZklWz5oTg+9dCMyEetclvCVXOPoN3A==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/regjsparser": {
+ "version": "0.6.9",
+ "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.6.9.tgz",
+ "integrity": "sha512-ZqbNRz1SNjLAiYuwY0zoXW8Ne675IX5q+YHioAGbCw4X96Mjl2+dcX9B2ciaeyYjViDAfvIjFpQjJgLttTEERQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "jsesc": "~0.5.0"
+ },
+ "bin": {
+ "regjsparser": "bin/parser"
+ }
+ },
+ "node_modules/regjsparser/node_modules/jsesc": {
+ "version": "0.5.0",
+ "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz",
+ "integrity": "sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0=",
+ "dev": true,
+ "peer": true,
+ "bin": {
+ "jsesc": "bin/jsesc"
+ }
+ },
+ "node_modules/remark": {
+ "version": "13.0.0",
+ "resolved": "https://registry.npmjs.org/remark/-/remark-13.0.0.tgz",
+ "integrity": "sha512-HDz1+IKGtOyWN+QgBiAT0kn+2s6ovOxHyPAFGKVE81VSzJ+mq7RwHFledEvB5F1p4iJvOah/LOKdFuzvRnNLCA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "remark-parse": "^9.0.0",
+ "remark-stringify": "^9.0.0",
+ "unified": "^9.1.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/unified"
+ }
+ },
+ "node_modules/remark-parse": {
+ "version": "9.0.0",
+ "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-9.0.0.tgz",
+ "integrity": "sha512-geKatMwSzEXKHuzBNU1z676sGcDcFoChMK38TgdHJNAYfFtsfHDQG7MoJAjs6sgYMqyLduCYWDIWZIxiPeafEw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "mdast-util-from-markdown": "^0.8.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/unified"
+ }
+ },
+ "node_modules/remark-stringify": {
+ "version": "9.0.1",
+ "resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-9.0.1.tgz",
+ "integrity": "sha512-mWmNg3ZtESvZS8fv5PTvaPckdL4iNlCHTt8/e/8oN08nArHRHjNZMKzA/YW3+p7/lYqIw4nx1XsjCBo/AxNChg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "mdast-util-to-markdown": "^0.6.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/unified"
+ }
+ },
+ "node_modules/remove-trailing-separator": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz",
+ "integrity": "sha1-wkvOKig62tW8P1jg1IJJuSN52O8=",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/repeat-element": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.4.tgz",
+ "integrity": "sha512-LFiNfRcSu7KK3evMyYOuCzv3L10TW7yC1G2/+StMjK8Y6Vqd2MG7r/Qjw4ghtuCOjFvlnms/iMmLqpvW/ES/WQ==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/repeat-string": {
+ "version": "1.6.1",
+ "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz",
+ "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=0.10"
+ }
+ },
+ "node_modules/require-directory": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
+ "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/require-from-string": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
+ "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/require-main-filename": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz",
+ "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/requireindex": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/requireindex/-/requireindex-1.2.0.tgz",
+ "integrity": "sha512-L9jEkOi3ASd9PYit2cwRfyppc9NoABujTP8/5gFcbERmo5jUoAKovIC3fsF17pkTnGsrByysqX+Kxd2OTNI1ww==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=0.10.5"
+ }
+ },
+ "node_modules/requires-port": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz",
+ "integrity": "sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8=",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/resolve": {
+ "version": "1.20.0",
+ "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.20.0.tgz",
+ "integrity": "sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "is-core-module": "^2.2.0",
+ "path-parse": "^1.0.6"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/resolve-cwd": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz",
+ "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "resolve-from": "^5.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/resolve-cwd/node_modules/resolve-from": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
+ "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/resolve-from": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
+ "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/resolve-url": {
+ "version": "0.2.1",
+ "resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz",
+ "integrity": "sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=",
+ "deprecated": "https://github.com/lydell/resolve-url#deprecated",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/ret": {
+ "version": "0.1.15",
+ "resolved": "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz",
+ "integrity": "sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=0.12"
+ }
+ },
+ "node_modules/retry": {
+ "version": "0.12.0",
+ "resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz",
+ "integrity": "sha1-G0KmJmoh8HQh0bC1S33BZ7AcATs=",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">= 4"
+ }
+ },
+ "node_modules/reusify": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
+ "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "iojs": ">=1.0.0",
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/rimraf": {
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
+ "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "glob": "^7.1.3"
+ },
+ "bin": {
+ "rimraf": "bin.js"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ }
+ },
+ "node_modules/ripemd160": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.2.tgz",
+ "integrity": "sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "hash-base": "^3.0.0",
+ "inherits": "^2.0.1"
+ }
+ },
+ "node_modules/run-parallel": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
+ "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/feross"
+ },
+ {
+ "type": "patreon",
+ "url": "https://www.patreon.com/feross"
+ },
+ {
+ "type": "consulting",
+ "url": "https://feross.org/support"
+ }
+ ],
+ "peer": true,
+ "dependencies": {
+ "queue-microtask": "^1.2.2"
+ }
+ },
+ "node_modules/rust-result": {
+ "version": "1.0.0",
+ "integrity": "sha1-NMdbLm3Dn+WHXlveyFteD5FTb3I=",
+ "dependencies": {
+ "individual": "^2.0.0"
+ }
+ },
+ "node_modules/safe-buffer": {
+ "version": "5.1.2",
+ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
+ "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/safe-json-parse": {
+ "version": "4.0.0",
+ "integrity": "sha1-fA9XjPzNEtM6ccDgVBPi7KFx6qw=",
+ "dependencies": {
+ "rust-result": "^1.0.0"
+ }
+ },
+ "node_modules/safe-regex": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz",
+ "integrity": "sha1-QKNmnzsHfR6UPURinhV91IAjvy4=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "ret": "~0.1.10"
+ }
+ },
+ "node_modules/safer-buffer": {
+ "version": "2.1.2",
+ "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
+ "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/sass": {
+ "version": "1.37.5",
+ "resolved": "https://registry.npmjs.org/sass/-/sass-1.37.5.tgz",
+ "integrity": "sha512-Cx3ewxz9QB/ErnVIiWg2cH0kiYZ0FPvheDTVC6BsiEGBTZKKZJ1Gq5Kq6jy3PKtL6+EJ8NIoaBW/RSd2R6cZOA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "chokidar": ">=3.0.0 <4.0.0"
+ },
+ "bin": {
+ "sass": "sass.js"
+ },
+ "engines": {
+ "node": ">=8.9.0"
+ }
+ },
+ "node_modules/sass-loader": {
+ "version": "10.2.0",
+ "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-10.2.0.tgz",
+ "integrity": "sha512-kUceLzC1gIHz0zNJPpqRsJyisWatGYNFRmv2CKZK2/ngMJgLqxTbXwe/hJ85luyvZkgqU3VlJ33UVF2T/0g6mw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "klona": "^2.0.4",
+ "loader-utils": "^2.0.0",
+ "neo-async": "^2.6.2",
+ "schema-utils": "^3.0.0",
+ "semver": "^7.3.2"
+ },
+ "engines": {
+ "node": ">= 10.13.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/webpack"
+ },
+ "peerDependencies": {
+ "fibers": ">= 3.1.0",
+ "node-sass": "^4.0.0 || ^5.0.0 || ^6.0.0",
+ "sass": "^1.3.0",
+ "webpack": "^4.36.0 || ^5.0.0"
+ },
+ "peerDependenciesMeta": {
+ "fibers": {
+ "optional": true
+ },
+ "node-sass": {
+ "optional": true
+ },
+ "sass": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/sass-loader/node_modules/loader-utils": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.0.tgz",
+ "integrity": "sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "big.js": "^5.2.2",
+ "emojis-list": "^3.0.0",
+ "json5": "^2.1.2"
+ },
+ "engines": {
+ "node": ">=8.9.0"
+ }
+ },
+ "node_modules/sass-loader/node_modules/lru-cache": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
+ "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "yallist": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/sass-loader/node_modules/schema-utils": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz",
+ "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@types/json-schema": "^7.0.8",
+ "ajv": "^6.12.5",
+ "ajv-keywords": "^3.5.2"
+ },
+ "engines": {
+ "node": ">= 10.13.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/webpack"
+ }
+ },
+ "node_modules/sass-loader/node_modules/semver": {
+ "version": "7.3.5",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz",
+ "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "lru-cache": "^6.0.0"
+ },
+ "bin": {
+ "semver": "bin/semver.js"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/sass-loader/node_modules/yallist": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/schema-utils": {
+ "version": "2.7.1",
+ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz",
+ "integrity": "sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@types/json-schema": "^7.0.5",
+ "ajv": "^6.12.4",
+ "ajv-keywords": "^3.5.2"
+ },
+ "engines": {
+ "node": ">= 8.9.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/webpack"
+ }
+ },
+ "node_modules/select-hose": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz",
+ "integrity": "sha1-Yl2GWPhlr0Psliv8N2o3NZpJlMo=",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/selfsigned": {
+ "version": "1.10.11",
+ "resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-1.10.11.tgz",
+ "integrity": "sha512-aVmbPOfViZqOZPgRBT0+3u4yZFHpmnIghLMlAcb5/xhp5ZtB/RVnKhz5vl2M32CLXAqR4kha9zfhNg0Lf/sxKA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "node-forge": "^0.10.0"
+ }
+ },
+ "node_modules/semver": {
+ "version": "6.3.0",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
+ "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
+ "dev": true,
+ "peer": true,
+ "bin": {
+ "semver": "bin/semver.js"
+ }
+ },
+ "node_modules/send": {
+ "version": "0.17.1",
+ "resolved": "https://registry.npmjs.org/send/-/send-0.17.1.tgz",
+ "integrity": "sha512-BsVKsiGcQMFwT8UxypobUKyv7irCNRHk1T0G680vk88yf6LBByGcZJOTJCrTP2xVN6yI+XjPJcNuE3V4fT9sAg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "debug": "2.6.9",
+ "depd": "~1.1.2",
+ "destroy": "~1.0.4",
+ "encodeurl": "~1.0.2",
+ "escape-html": "~1.0.3",
+ "etag": "~1.8.1",
+ "fresh": "0.5.2",
+ "http-errors": "~1.7.2",
+ "mime": "1.6.0",
+ "ms": "2.1.1",
+ "on-finished": "~2.3.0",
+ "range-parser": "~1.2.1",
+ "statuses": "~1.5.0"
+ },
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/send/node_modules/debug": {
+ "version": "2.6.9",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
+ "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "ms": "2.0.0"
+ }
+ },
+ "node_modules/send/node_modules/debug/node_modules/ms": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
+ "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/send/node_modules/ms": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz",
+ "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/serialize-javascript": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.0.tgz",
+ "integrity": "sha512-Qr3TosvguFt8ePWqsvRfrKyQXIiW+nGbYpy8XK24NQHE83caxWt+mIymTT19DGFbNWNLfEwsrkSmN64lVWB9ag==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "randombytes": "^2.1.0"
+ }
+ },
+ "node_modules/serve-index": {
+ "version": "1.9.1",
+ "resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz",
+ "integrity": "sha1-03aNabHn2C5c4FD/9bRTvqEqkjk=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "accepts": "~1.3.4",
+ "batch": "0.6.1",
+ "debug": "2.6.9",
+ "escape-html": "~1.0.3",
+ "http-errors": "~1.6.2",
+ "mime-types": "~2.1.17",
+ "parseurl": "~1.3.2"
+ },
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/serve-index/node_modules/debug": {
+ "version": "2.6.9",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
+ "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "ms": "2.0.0"
+ }
+ },
+ "node_modules/serve-index/node_modules/http-errors": {
+ "version": "1.6.3",
+ "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz",
+ "integrity": "sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "depd": "~1.1.2",
+ "inherits": "2.0.3",
+ "setprototypeof": "1.1.0",
+ "statuses": ">= 1.4.0 < 2"
+ },
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/serve-index/node_modules/inherits": {
+ "version": "2.0.3",
+ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
+ "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/serve-index/node_modules/ms": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
+ "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/serve-index/node_modules/setprototypeof": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz",
+ "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/serve-static": {
+ "version": "1.14.1",
+ "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.14.1.tgz",
+ "integrity": "sha512-JMrvUwE54emCYWlTI+hGrGv5I8dEwmco/00EvkzIIsR7MqrHonbD9pO2MOfFnpFntl7ecpZs+3mW+XbQZu9QCg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "encodeurl": "~1.0.2",
+ "escape-html": "~1.0.3",
+ "parseurl": "~1.3.3",
+ "send": "0.17.1"
+ },
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/set-blocking": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",
+ "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/set-value": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/set-value/-/set-value-2.0.1.tgz",
+ "integrity": "sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "extend-shallow": "^2.0.1",
+ "is-extendable": "^0.1.1",
+ "is-plain-object": "^2.0.3",
+ "split-string": "^3.0.1"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/set-value/node_modules/extend-shallow": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
+ "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "is-extendable": "^0.1.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/set-value/node_modules/is-extendable": {
+ "version": "0.1.1",
+ "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",
+ "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/setimmediate": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz",
+ "integrity": "sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU=",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/setprototypeof": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz",
+ "integrity": "sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/sha.js": {
+ "version": "2.4.11",
+ "resolved": "https://registry.npmjs.org/sha.js/-/sha.js-2.4.11.tgz",
+ "integrity": "sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "inherits": "^2.0.1",
+ "safe-buffer": "^5.0.1"
+ },
+ "bin": {
+ "sha.js": "bin.js"
+ }
+ },
+ "node_modules/shallow-clone": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz",
+ "integrity": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "kind-of": "^6.0.2"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/shebang-command": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
+ "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "shebang-regex": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/shebang-regex": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
+ "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/side-channel": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz",
+ "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "call-bind": "^1.0.0",
+ "get-intrinsic": "^1.0.2",
+ "object-inspect": "^1.9.0"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/signal-exit": {
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.3.tgz",
+ "integrity": "sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/slash": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
+ "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/slice-ansi": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz",
+ "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "ansi-styles": "^4.0.0",
+ "astral-regex": "^2.0.0",
+ "is-fullwidth-code-point": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/slice-ansi?sponsor=1"
+ }
+ },
+ "node_modules/slice-ansi/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/slice-ansi/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/slice-ansi/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/snapdragon": {
+ "version": "0.8.2",
+ "resolved": "https://registry.npmjs.org/snapdragon/-/snapdragon-0.8.2.tgz",
+ "integrity": "sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "base": "^0.11.1",
+ "debug": "^2.2.0",
+ "define-property": "^0.2.5",
+ "extend-shallow": "^2.0.1",
+ "map-cache": "^0.2.2",
+ "source-map": "^0.5.6",
+ "source-map-resolve": "^0.5.0",
+ "use": "^3.1.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/snapdragon-node": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/snapdragon-node/-/snapdragon-node-2.1.1.tgz",
+ "integrity": "sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "define-property": "^1.0.0",
+ "isobject": "^3.0.0",
+ "snapdragon-util": "^3.0.1"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/snapdragon-node/node_modules/define-property": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz",
+ "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "is-descriptor": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/snapdragon-util": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/snapdragon-util/-/snapdragon-util-3.0.1.tgz",
+ "integrity": "sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "kind-of": "^3.2.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/snapdragon-util/node_modules/is-buffer": {
+ "version": "1.1.6",
+ "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz",
+ "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/snapdragon-util/node_modules/kind-of": {
+ "version": "3.2.2",
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
+ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "is-buffer": "^1.1.5"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/snapdragon/node_modules/debug": {
+ "version": "2.6.9",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
+ "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "ms": "2.0.0"
+ }
+ },
+ "node_modules/snapdragon/node_modules/define-property": {
+ "version": "0.2.5",
+ "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
+ "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "is-descriptor": "^0.1.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/snapdragon/node_modules/extend-shallow": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
+ "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "is-extendable": "^0.1.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/snapdragon/node_modules/is-accessor-descriptor": {
+ "version": "0.1.6",
+ "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz",
+ "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "kind-of": "^3.0.2"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/snapdragon/node_modules/is-accessor-descriptor/node_modules/kind-of": {
+ "version": "3.2.2",
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
+ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "is-buffer": "^1.1.5"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/snapdragon/node_modules/is-buffer": {
+ "version": "1.1.6",
+ "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz",
+ "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/snapdragon/node_modules/is-data-descriptor": {
+ "version": "0.1.4",
+ "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz",
+ "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "kind-of": "^3.0.2"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/snapdragon/node_modules/is-data-descriptor/node_modules/kind-of": {
+ "version": "3.2.2",
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
+ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "is-buffer": "^1.1.5"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/snapdragon/node_modules/is-descriptor": {
+ "version": "0.1.6",
+ "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz",
+ "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "is-accessor-descriptor": "^0.1.6",
+ "is-data-descriptor": "^0.1.4",
+ "kind-of": "^5.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/snapdragon/node_modules/is-extendable": {
+ "version": "0.1.1",
+ "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",
+ "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/snapdragon/node_modules/kind-of": {
+ "version": "5.1.0",
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz",
+ "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/snapdragon/node_modules/ms": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
+ "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/sockjs": {
+ "version": "0.3.21",
+ "resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.21.tgz",
+ "integrity": "sha512-DhbPFGpxjc6Z3I+uX07Id5ZO2XwYsWOrYjaSeieES78cq+JaJvVe5q/m1uvjIQhXinhIeCFRH6JgXe+mvVMyXw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "faye-websocket": "^0.11.3",
+ "uuid": "^3.4.0",
+ "websocket-driver": "^0.7.4"
+ }
+ },
+ "node_modules/sockjs-client": {
+ "version": "1.5.1",
+ "resolved": "https://registry.npmjs.org/sockjs-client/-/sockjs-client-1.5.1.tgz",
+ "integrity": "sha512-VnVAb663fosipI/m6pqRXakEOw7nvd7TUgdr3PlR/8V2I95QIdwT8L4nMxhyU8SmDBHYXU1TOElaKOmKLfYzeQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "debug": "^3.2.6",
+ "eventsource": "^1.0.7",
+ "faye-websocket": "^0.11.3",
+ "inherits": "^2.0.4",
+ "json3": "^3.3.3",
+ "url-parse": "^1.5.1"
+ }
+ },
+ "node_modules/sockjs-client/node_modules/debug": {
+ "version": "3.2.7",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
+ "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "ms": "^2.1.1"
+ }
+ },
+ "node_modules/source-map": {
+ "version": "0.5.7",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
+ "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/source-map-resolve": {
+ "version": "0.5.3",
+ "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.3.tgz",
+ "integrity": "sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "atob": "^2.1.2",
+ "decode-uri-component": "^0.2.0",
+ "resolve-url": "^0.2.1",
+ "source-map-url": "^0.4.0",
+ "urix": "^0.1.0"
+ }
+ },
+ "node_modules/source-map-support": {
+ "version": "0.5.19",
+ "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.19.tgz",
+ "integrity": "sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "buffer-from": "^1.0.0",
+ "source-map": "^0.6.0"
+ }
+ },
+ "node_modules/source-map-support/node_modules/source-map": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/source-map-url": {
+ "version": "0.4.1",
+ "resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.1.tgz",
+ "integrity": "sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/spdx-correct": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.1.tgz",
+ "integrity": "sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "spdx-expression-parse": "^3.0.0",
+ "spdx-license-ids": "^3.0.0"
+ }
+ },
+ "node_modules/spdx-exceptions": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz",
+ "integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/spdx-expression-parse": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz",
+ "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "spdx-exceptions": "^2.1.0",
+ "spdx-license-ids": "^3.0.0"
+ }
+ },
+ "node_modules/spdx-license-ids": {
+ "version": "3.0.9",
+ "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.9.tgz",
+ "integrity": "sha512-Ki212dKK4ogX+xDo4CtOZBVIwhsKBEfsEEcwmJfLQzirgc2jIWdzg40Unxz/HzEUqM1WFzVlQSMF9kZZ2HboLQ==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/spdy": {
+ "version": "4.0.2",
+ "resolved": "https://registry.npmjs.org/spdy/-/spdy-4.0.2.tgz",
+ "integrity": "sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "debug": "^4.1.0",
+ "handle-thing": "^2.0.0",
+ "http-deceiver": "^1.2.7",
+ "select-hose": "^2.0.0",
+ "spdy-transport": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/spdy-transport": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/spdy-transport/-/spdy-transport-3.0.0.tgz",
+ "integrity": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "debug": "^4.1.0",
+ "detect-node": "^2.0.4",
+ "hpack.js": "^2.1.6",
+ "obuf": "^1.1.2",
+ "readable-stream": "^3.0.6",
+ "wbuf": "^1.7.3"
+ }
+ },
+ "node_modules/specificity": {
+ "version": "0.4.1",
+ "resolved": "https://registry.npmjs.org/specificity/-/specificity-0.4.1.tgz",
+ "integrity": "sha512-1klA3Gi5PD1Wv9Q0wUoOQN1IWAuPu0D1U03ThXTr0cJ20+/iq2tHSDnK7Kk/0LXJ1ztUB2/1Os0wKmfyNgUQfg==",
+ "dev": true,
+ "peer": true,
+ "bin": {
+ "specificity": "bin/specificity"
+ }
+ },
+ "node_modules/split-string": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz",
+ "integrity": "sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "extend-shallow": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/sprintf-js": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
+ "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/static-extend": {
+ "version": "0.1.2",
+ "resolved": "https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz",
+ "integrity": "sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "define-property": "^0.2.5",
+ "object-copy": "^0.1.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/static-extend/node_modules/define-property": {
+ "version": "0.2.5",
+ "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
+ "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "is-descriptor": "^0.1.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/static-extend/node_modules/is-accessor-descriptor": {
+ "version": "0.1.6",
+ "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz",
+ "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "kind-of": "^3.0.2"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/static-extend/node_modules/is-accessor-descriptor/node_modules/kind-of": {
+ "version": "3.2.2",
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
+ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "is-buffer": "^1.1.5"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/static-extend/node_modules/is-buffer": {
+ "version": "1.1.6",
+ "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz",
+ "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/static-extend/node_modules/is-data-descriptor": {
+ "version": "0.1.4",
+ "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz",
+ "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "kind-of": "^3.0.2"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/static-extend/node_modules/is-data-descriptor/node_modules/kind-of": {
+ "version": "3.2.2",
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
+ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "is-buffer": "^1.1.5"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/static-extend/node_modules/is-descriptor": {
+ "version": "0.1.6",
+ "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz",
+ "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "is-accessor-descriptor": "^0.1.6",
+ "is-data-descriptor": "^0.1.4",
+ "kind-of": "^5.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/static-extend/node_modules/kind-of": {
+ "version": "5.1.0",
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz",
+ "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/statuses": {
+ "version": "1.5.0",
+ "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz",
+ "integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/stream-browserify": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/stream-browserify/-/stream-browserify-3.0.0.tgz",
+ "integrity": "sha512-H73RAHsVBapbim0tU2JwwOiXUj+fikfiaoYAKHF3VJfA0pe2BCzkhAHBlLG6REzE+2WNZcxOXjK7lkso+9euLA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "inherits": "~2.0.4",
+ "readable-stream": "^3.5.0"
+ }
+ },
+ "node_modules/stream-http": {
+ "version": "3.2.0",
+ "resolved": "https://registry.npmjs.org/stream-http/-/stream-http-3.2.0.tgz",
+ "integrity": "sha512-Oq1bLqisTyK3TSCXpPbT4sdeYNdmyZJv1LxpEm2vu1ZhK89kSE5YXwZc3cWk0MagGaKriBh9mCFbVGtO+vY29A==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "builtin-status-codes": "^3.0.0",
+ "inherits": "^2.0.4",
+ "readable-stream": "^3.6.0",
+ "xtend": "^4.0.2"
+ }
+ },
+ "node_modules/string_decoder": {
+ "version": "1.3.0",
+ "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
+ "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "safe-buffer": "~5.2.0"
+ }
+ },
+ "node_modules/string_decoder/node_modules/safe-buffer": {
+ "version": "5.2.1",
+ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
+ "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/feross"
+ },
+ {
+ "type": "patreon",
+ "url": "https://www.patreon.com/feross"
+ },
+ {
+ "type": "consulting",
+ "url": "https://feross.org/support"
+ }
+ ],
+ "peer": true
+ },
+ "node_modules/string-width": {
+ "version": "4.2.2",
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.2.tgz",
+ "integrity": "sha512-XBJbT3N4JhVumXE0eoLU9DCjcaF92KLNqTmFCnG1pf8duUxFGwtP6AD6nkjw9a3IdiRtL3E2w3JDiE/xi3vOeA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "emoji-regex": "^8.0.0",
+ "is-fullwidth-code-point": "^3.0.0",
+ "strip-ansi": "^6.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/string.prototype.trimend": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.4.tgz",
+ "integrity": "sha512-y9xCjw1P23Awk8EvTpcyL2NIr1j7wJ39f+k6lvRnSMz+mz9CGz9NYPelDk42kOz6+ql8xjfK8oYzy3jAP5QU5A==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "call-bind": "^1.0.2",
+ "define-properties": "^1.1.3"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/string.prototype.trimstart": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.4.tgz",
+ "integrity": "sha512-jh6e984OBfvxS50tdY2nRZnoC5/mLFKOREQfw8t5yytkoUsJRNxvI/E39qu1sD0OtWI3OC0XgKSmcWwziwYuZw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "call-bind": "^1.0.2",
+ "define-properties": "^1.1.3"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/strip-ansi": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz",
+ "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "ansi-regex": "^5.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/strip-bom": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
+ "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/strip-eof": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz",
+ "integrity": "sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/strip-final-newline": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz",
+ "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/strip-indent": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-3.0.0.tgz",
+ "integrity": "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "min-indent": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/strip-json-comments": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
+ "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/style-loader": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-2.0.0.tgz",
+ "integrity": "sha512-Z0gYUJmzZ6ZdRUqpg1r8GsaFKypE+3xAzuFeMuoHgjc9KZv3wMyCRjQIWEbhoFSq7+7yoHXySDJyyWQaPajeiQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "loader-utils": "^2.0.0",
+ "schema-utils": "^3.0.0"
+ },
+ "engines": {
+ "node": ">= 10.13.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/webpack"
+ },
+ "peerDependencies": {
+ "webpack": "^4.0.0 || ^5.0.0"
+ }
+ },
+ "node_modules/style-loader/node_modules/loader-utils": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.0.tgz",
+ "integrity": "sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "big.js": "^5.2.2",
+ "emojis-list": "^3.0.0",
+ "json5": "^2.1.2"
+ },
+ "engines": {
+ "node": ">=8.9.0"
+ }
+ },
+ "node_modules/style-loader/node_modules/schema-utils": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz",
+ "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@types/json-schema": "^7.0.8",
+ "ajv": "^6.12.5",
+ "ajv-keywords": "^3.5.2"
+ },
+ "engines": {
+ "node": ">= 10.13.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/webpack"
+ }
+ },
+ "node_modules/style-search": {
+ "version": "0.1.0",
+ "resolved": "https://registry.npmjs.org/style-search/-/style-search-0.1.0.tgz",
+ "integrity": "sha1-eVjHk+R+MuB9K1yv5cC/jhLneQI=",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/stylelint": {
+ "version": "13.13.1",
+ "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-13.13.1.tgz",
+ "integrity": "sha512-Mv+BQr5XTUrKqAXmpqm6Ddli6Ief+AiPZkRsIrAoUKFuq/ElkUh9ZMYxXD0iQNZ5ADghZKLOWz1h7hTClB7zgQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@stylelint/postcss-css-in-js": "^0.37.2",
+ "@stylelint/postcss-markdown": "^0.36.2",
+ "autoprefixer": "^9.8.6",
+ "balanced-match": "^2.0.0",
+ "chalk": "^4.1.1",
+ "cosmiconfig": "^7.0.0",
+ "debug": "^4.3.1",
+ "execall": "^2.0.0",
+ "fast-glob": "^3.2.5",
+ "fastest-levenshtein": "^1.0.12",
+ "file-entry-cache": "^6.0.1",
+ "get-stdin": "^8.0.0",
+ "global-modules": "^2.0.0",
+ "globby": "^11.0.3",
+ "globjoin": "^0.1.4",
+ "html-tags": "^3.1.0",
+ "ignore": "^5.1.8",
+ "import-lazy": "^4.0.0",
+ "imurmurhash": "^0.1.4",
+ "known-css-properties": "^0.21.0",
+ "lodash": "^4.17.21",
+ "log-symbols": "^4.1.0",
+ "mathml-tag-names": "^2.1.3",
+ "meow": "^9.0.0",
+ "micromatch": "^4.0.4",
+ "normalize-selector": "^0.2.0",
+ "postcss": "^7.0.35",
+ "postcss-html": "^0.36.0",
+ "postcss-less": "^3.1.4",
+ "postcss-media-query-parser": "^0.2.3",
+ "postcss-resolve-nested-selector": "^0.1.1",
+ "postcss-safe-parser": "^4.0.2",
+ "postcss-sass": "^0.4.4",
+ "postcss-scss": "^2.1.1",
+ "postcss-selector-parser": "^6.0.5",
+ "postcss-syntax": "^0.36.2",
+ "postcss-value-parser": "^4.1.0",
+ "resolve-from": "^5.0.0",
+ "slash": "^3.0.0",
+ "specificity": "^0.4.1",
+ "string-width": "^4.2.2",
+ "strip-ansi": "^6.0.0",
+ "style-search": "^0.1.0",
+ "sugarss": "^2.0.0",
+ "svg-tags": "^1.0.0",
+ "table": "^6.6.0",
+ "v8-compile-cache": "^2.3.0",
+ "write-file-atomic": "^3.0.3"
+ },
+ "bin": {
+ "stylelint": "bin/stylelint.js"
+ },
+ "engines": {
+ "node": ">=10.13.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/stylelint"
+ }
+ },
+ "node_modules/stylelint-config-recommended": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-5.0.0.tgz",
+ "integrity": "sha512-c8aubuARSu5A3vEHLBeOSJt1udOdS+1iue7BmJDTSXoCBmfEQmmWX+59vYIj3NQdJBY6a/QRv1ozVFpaB9jaqA==",
+ "dev": true,
+ "peer": true,
+ "peerDependencies": {
+ "stylelint": "^13.13.0"
+ }
+ },
+ "node_modules/stylelint-config-recommended-scss": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/stylelint-config-recommended-scss/-/stylelint-config-recommended-scss-4.3.0.tgz",
+ "integrity": "sha512-/noGjXlO8pJTr/Z3qGMoaRFK8n1BFfOqmAbX1RjTIcl4Yalr+LUb1zb9iQ7pRx1GsEBXOAm4g2z5/jou/pfMPg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "stylelint-config-recommended": "^5.0.0"
+ },
+ "peerDependencies": {
+ "stylelint": "^10.1.0 || ^11.0.0 || ^12.0.0 || ^13.0.0",
+ "stylelint-scss": "^3.0.0"
+ }
+ },
+ "node_modules/stylelint-scss": {
+ "version": "3.20.1",
+ "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-3.20.1.tgz",
+ "integrity": "sha512-OTd55O1TTAC5nGKkVmUDLpz53LlK39R3MImv1CfuvsK7/qugktqiZAeQLuuC4UBhzxCnsc7fp9u/gfRZwFAIkA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "lodash": "^4.17.15",
+ "postcss-media-query-parser": "^0.2.3",
+ "postcss-resolve-nested-selector": "^0.1.1",
+ "postcss-selector-parser": "^6.0.2",
+ "postcss-value-parser": "^4.1.0"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "peerDependencies": {
+ "stylelint": "^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0"
+ }
+ },
+ "node_modules/stylelint-webpack-plugin": {
+ "version": "2.2.2",
+ "resolved": "https://registry.npmjs.org/stylelint-webpack-plugin/-/stylelint-webpack-plugin-2.2.2.tgz",
+ "integrity": "sha512-zfIsAF13xe6xuhwxZDFWQEmuVcxnRk9JFovyRL/23CWjPK1HLRw4QZdvo0Bz1bQZaDQA+6ha7cU0NO+LXaw4Mw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@types/stylelint": "^13.13.0",
+ "arrify": "^2.0.1",
+ "globby": "^11.0.4",
+ "jest-worker": "^27.0.2",
+ "micromatch": "^4.0.4",
+ "normalize-path": "^3.0.0",
+ "schema-utils": "^3.0.0"
+ },
+ "engines": {
+ "node": ">= 10.13.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/webpack"
+ },
+ "peerDependencies": {
+ "stylelint": "^13.0.0",
+ "webpack": "^4.0.0 || ^5.0.0"
+ }
+ },
+ "node_modules/stylelint-webpack-plugin/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/stylelint-webpack-plugin/node_modules/jest-worker": {
+ "version": "27.0.6",
+ "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.0.6.tgz",
+ "integrity": "sha512-qupxcj/dRuA3xHPMUd40gr2EaAurFbkwzOh7wfPaeE9id7hyjURRQoqNfHifHK3XjJU6YJJUQKILGUnwGPEOCA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@types/node": "*",
+ "merge-stream": "^2.0.0",
+ "supports-color": "^8.0.0"
+ },
+ "engines": {
+ "node": ">= 10.13.0"
+ }
+ },
+ "node_modules/stylelint-webpack-plugin/node_modules/schema-utils": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz",
+ "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@types/json-schema": "^7.0.8",
+ "ajv": "^6.12.5",
+ "ajv-keywords": "^3.5.2"
+ },
+ "engines": {
+ "node": ">= 10.13.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/webpack"
+ }
+ },
+ "node_modules/stylelint-webpack-plugin/node_modules/supports-color": {
+ "version": "8.1.1",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
+ "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/supports-color?sponsor=1"
+ }
+ },
+ "node_modules/stylelint/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/stylelint/node_modules/balanced-match": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-2.0.0.tgz",
+ "integrity": "sha512-1ugUSr8BHXRnK23KfuYS+gVMC3LB8QGH9W1iGtDPsNWoQbgtXSExkBu2aDR4epiGWZOjZsj6lDl/N/AqqTC3UA==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/stylelint/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/stylelint/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/stylelint/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/stylelint/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/stylelint/node_modules/ignore": {
+ "version": "5.1.8",
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.1.8.tgz",
+ "integrity": "sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">= 4"
+ }
+ },
+ "node_modules/stylelint/node_modules/resolve-from": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
+ "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/stylelint/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/sugarss": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/sugarss/-/sugarss-2.0.0.tgz",
+ "integrity": "sha512-WfxjozUk0UVA4jm+U1d736AUpzSrNsQcIbyOkoE364GrtWmIrFdk5lksEupgWMD4VaT/0kVx1dobpiDumSgmJQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "postcss": "^7.0.2"
+ }
+ },
+ "node_modules/supports-color": {
+ "version": "5.5.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
+ "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "has-flag": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/svg-tags": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/svg-tags/-/svg-tags-1.0.0.tgz",
+ "integrity": "sha1-WPcc7jvVGbWdSyqEO2x95krAR2Q=",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/table": {
+ "version": "6.7.1",
+ "resolved": "https://registry.npmjs.org/table/-/table-6.7.1.tgz",
+ "integrity": "sha512-ZGum47Yi6KOOFDE8m223td53ath2enHcYLgOCjGr5ngu8bdIARQk6mN/wRMv4yMRcHnCSnHbCEha4sobQx5yWg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "ajv": "^8.0.1",
+ "lodash.clonedeep": "^4.5.0",
+ "lodash.truncate": "^4.4.2",
+ "slice-ansi": "^4.0.0",
+ "string-width": "^4.2.0",
+ "strip-ansi": "^6.0.0"
+ },
+ "engines": {
+ "node": ">=10.0.0"
+ }
+ },
+ "node_modules/table/node_modules/ajv": {
+ "version": "8.6.2",
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.6.2.tgz",
+ "integrity": "sha512-9807RlWAgT564wT+DjeyU5OFMPjmzxVobvDFmNAhY+5zD6A2ly3jDp6sgnfyDtlIQ+7H97oc/DGCzzfu9rjw9w==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "fast-deep-equal": "^3.1.1",
+ "json-schema-traverse": "^1.0.0",
+ "require-from-string": "^2.0.2",
+ "uri-js": "^4.2.2"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/epoberezkin"
+ }
+ },
+ "node_modules/table/node_modules/json-schema-traverse": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
+ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/tapable": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.0.tgz",
+ "integrity": "sha512-FBk4IesMV1rBxX2tfiK8RAmogtWn53puLOQlvO8XuwlgxcYbP4mVPS9Ph4aeamSyyVjOl24aYWAuc8U5kCVwMw==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/terser": {
+ "version": "5.7.1",
+ "resolved": "https://registry.npmjs.org/terser/-/terser-5.7.1.tgz",
+ "integrity": "sha512-b3e+d5JbHAe/JSjwsC3Zn55wsBIM7AsHLjKxT31kGCldgbpFePaFo+PiddtO6uwRZWRw7sPXmAN8dTW61xmnSg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "commander": "^2.20.0",
+ "source-map": "~0.7.2",
+ "source-map-support": "~0.5.19"
+ },
+ "bin": {
+ "terser": "bin/terser"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/terser-webpack-plugin": {
+ "version": "5.1.4",
+ "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.1.4.tgz",
+ "integrity": "sha512-C2WkFwstHDhVEmsmlCxrXUtVklS+Ir1A7twrYzrDrQQOIMOaVAYykaoo/Aq1K0QRkMoY2hhvDQY1cm4jnIMFwA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "jest-worker": "^27.0.2",
+ "p-limit": "^3.1.0",
+ "schema-utils": "^3.0.0",
+ "serialize-javascript": "^6.0.0",
+ "source-map": "^0.6.1",
+ "terser": "^5.7.0"
+ },
+ "engines": {
+ "node": ">= 10.13.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/webpack"
+ },
+ "peerDependencies": {
+ "webpack": "^5.1.0"
+ }
+ },
+ "node_modules/terser-webpack-plugin/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/terser-webpack-plugin/node_modules/jest-worker": {
+ "version": "27.0.6",
+ "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.0.6.tgz",
+ "integrity": "sha512-qupxcj/dRuA3xHPMUd40gr2EaAurFbkwzOh7wfPaeE9id7hyjURRQoqNfHifHK3XjJU6YJJUQKILGUnwGPEOCA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@types/node": "*",
+ "merge-stream": "^2.0.0",
+ "supports-color": "^8.0.0"
+ },
+ "engines": {
+ "node": ">= 10.13.0"
+ }
+ },
+ "node_modules/terser-webpack-plugin/node_modules/p-limit": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
+ "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "yocto-queue": "^0.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/terser-webpack-plugin/node_modules/schema-utils": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz",
+ "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@types/json-schema": "^7.0.8",
+ "ajv": "^6.12.5",
+ "ajv-keywords": "^3.5.2"
+ },
+ "engines": {
+ "node": ">= 10.13.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/webpack"
+ }
+ },
+ "node_modules/terser-webpack-plugin/node_modules/source-map": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/terser-webpack-plugin/node_modules/supports-color": {
+ "version": "8.1.1",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
+ "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/supports-color?sponsor=1"
+ }
+ },
+ "node_modules/terser/node_modules/commander": {
+ "version": "2.20.3",
+ "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
+ "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/terser/node_modules/source-map": {
+ "version": "0.7.3",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz",
+ "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/text-table": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
+ "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/thunky": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/thunky/-/thunky-1.1.0.tgz",
+ "integrity": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/timers-browserify": {
+ "version": "2.0.12",
+ "resolved": "https://registry.npmjs.org/timers-browserify/-/timers-browserify-2.0.12.tgz",
+ "integrity": "sha512-9phl76Cqm6FhSX9Xe1ZUAMLtm1BLkKj2Qd5ApyWkXzsMRaA7dgr81kf4wJmQf/hAvg8EEyJxDo3du/0KlhPiKQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "setimmediate": "^1.0.4"
+ },
+ "engines": {
+ "node": ">=0.6.0"
+ }
+ },
+ "node_modules/to-fast-properties": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
+ "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/to-object-path": {
+ "version": "0.3.0",
+ "resolved": "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz",
+ "integrity": "sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "kind-of": "^3.0.2"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/to-object-path/node_modules/is-buffer": {
+ "version": "1.1.6",
+ "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz",
+ "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/to-object-path/node_modules/kind-of": {
+ "version": "3.2.2",
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
+ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "is-buffer": "^1.1.5"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/to-regex": {
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/to-regex/-/to-regex-3.0.2.tgz",
+ "integrity": "sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "define-property": "^2.0.2",
+ "extend-shallow": "^3.0.2",
+ "regex-not": "^1.0.2",
+ "safe-regex": "^1.1.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/to-regex-range": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
+ "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "is-number": "^7.0.0"
+ },
+ "engines": {
+ "node": ">=8.0"
+ }
+ },
+ "node_modules/toidentifier": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.0.tgz",
+ "integrity": "sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=0.6"
+ }
+ },
+ "node_modules/trim": {
+ "version": "0.0.1",
+ "integrity": "sha1-WFhUf2spB1fulczMZm+1AITEYN0="
+ },
+ "node_modules/trim-newlines": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-3.0.1.tgz",
+ "integrity": "sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/trough": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/trough/-/trough-1.0.5.tgz",
+ "integrity": "sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA==",
+ "dev": true,
+ "peer": true,
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/wooorm"
+ }
+ },
+ "node_modules/tsconfig-paths": {
+ "version": "3.10.1",
+ "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.10.1.tgz",
+ "integrity": "sha512-rETidPDgCpltxF7MjBZlAFPUHv5aHH2MymyPvh+vEyWAED4Eb/WeMbsnD/JDr4OKPOA1TssDHgIcpTN5Kh0p6Q==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "json5": "^2.2.0",
+ "minimist": "^1.2.0",
+ "strip-bom": "^3.0.0"
+ }
+ },
+ "node_modules/tsml": {
+ "version": "1.0.1",
+ "integrity": "sha1-ifghi52eJX9H1/a1bQHFpNLGj8M=",
+ "deprecated": "no longer maintained"
+ },
+ "node_modules/tty-browserify": {
+ "version": "0.0.1",
+ "resolved": "https://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.1.tgz",
+ "integrity": "sha512-C3TaO7K81YvjCgQH9Q1S3R3P3BtN3RIM8n+OvX4il1K1zgE8ZhI0op7kClgkxtutIE8hQrcrHBXvIheqKUUCxw==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/type-check": {
+ "version": "0.4.0",
+ "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
+ "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "prelude-ls": "^1.2.1"
+ },
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/type-fest": {
+ "version": "0.18.1",
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.18.1.tgz",
+ "integrity": "sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/type-is": {
+ "version": "1.6.18",
+ "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz",
+ "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "media-typer": "0.3.0",
+ "mime-types": "~2.1.24"
+ },
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/typedarray-to-buffer": {
+ "version": "3.1.5",
+ "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz",
+ "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "is-typedarray": "^1.0.0"
+ }
+ },
+ "node_modules/unbox-primitive": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.1.tgz",
+ "integrity": "sha512-tZU/3NqK3dA5gpE1KtyiJUrEB0lxnGkMFHptJ7q6ewdZ8s12QrODwNbhIJStmJkd1QDXa1NRA8aF2A1zk/Ypyw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "function-bind": "^1.1.1",
+ "has-bigints": "^1.0.1",
+ "has-symbols": "^1.0.2",
+ "which-boxed-primitive": "^1.0.2"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/unicode-canonical-property-names-ecmascript": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-1.0.4.tgz",
+ "integrity": "sha512-jDrNnXWHd4oHiTZnx/ZG7gtUTVp+gCcTTKr8L0HjlwphROEW3+Him+IpvC+xcJEFegapiMZyZe02CyuOnRmbnQ==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/unicode-match-property-ecmascript": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-1.0.4.tgz",
+ "integrity": "sha512-L4Qoh15vTfntsn4P1zqnHulG0LdXgjSO035fEpdtp6YxXhMT51Q6vgM5lYdG/5X3MjS+k/Y9Xw4SFCY9IkR0rg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "unicode-canonical-property-names-ecmascript": "^1.0.4",
+ "unicode-property-aliases-ecmascript": "^1.0.4"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/unicode-match-property-value-ecmascript": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-1.2.0.tgz",
+ "integrity": "sha512-wjuQHGQVofmSJv1uVISKLE5zO2rNGzM/KCYZch/QQvez7C1hUhBIuZ701fYXExuufJFMPhv2SyL8CyoIfMLbIQ==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/unicode-property-aliases-ecmascript": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-1.1.0.tgz",
+ "integrity": "sha512-PqSoPh/pWetQ2phoj5RLiaqIk4kCNwoV3CI+LfGmWLKI3rE3kl1h59XpX2BjgDrmbxD9ARtQobPGU1SguCYuQg==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/unified": {
+ "version": "9.2.2",
+ "resolved": "https://registry.npmjs.org/unified/-/unified-9.2.2.tgz",
+ "integrity": "sha512-Sg7j110mtefBD+qunSLO1lqOEKdrwBFBrR6Qd8f4uwkhWNlbkaqwHse6e7QvD3AP/MNoJdEDLaf8OxYyoWgorQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "bail": "^1.0.0",
+ "extend": "^3.0.0",
+ "is-buffer": "^2.0.0",
+ "is-plain-obj": "^2.0.0",
+ "trough": "^1.0.0",
+ "vfile": "^4.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/unified"
+ }
+ },
+ "node_modules/unified/node_modules/is-plain-obj": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-2.1.0.tgz",
+ "integrity": "sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/union-value": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/union-value/-/union-value-1.0.1.tgz",
+ "integrity": "sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "arr-union": "^3.1.0",
+ "get-value": "^2.0.6",
+ "is-extendable": "^0.1.1",
+ "set-value": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/union-value/node_modules/is-extendable": {
+ "version": "0.1.1",
+ "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",
+ "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/unist-util-find-all-after": {
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/unist-util-find-all-after/-/unist-util-find-all-after-3.0.2.tgz",
+ "integrity": "sha512-xaTC/AGZ0rIM2gM28YVRAFPIZpzbpDtU3dRmp7EXlNVA8ziQc4hY3H7BHXM1J49nEmiqc3svnqMReW+PGqbZKQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "unist-util-is": "^4.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/unified"
+ }
+ },
+ "node_modules/unist-util-is": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-4.1.0.tgz",
+ "integrity": "sha512-ZOQSsnce92GrxSqlnEEseX0gi7GH9zTJZ0p9dtu87WRb/37mMPO2Ilx1s/t9vBHrFhbgweUwb+t7cIn5dxPhZg==",
+ "dev": true,
+ "peer": true,
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/unified"
+ }
+ },
+ "node_modules/unist-util-stringify-position": {
+ "version": "2.0.3",
+ "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-2.0.3.tgz",
+ "integrity": "sha512-3faScn5I+hy9VleOq/qNbAd6pAx7iH5jYBMS9I1HgQVijz/4mv5Bvw5iw1sC/90CODiKo81G/ps8AJrISn687g==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@types/unist": "^2.0.2"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/unified"
+ }
+ },
+ "node_modules/unpipe": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
+ "integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/unset-value": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/unset-value/-/unset-value-1.0.0.tgz",
+ "integrity": "sha1-g3aHP30jNRef+x5vw6jtDfyKtVk=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "has-value": "^0.3.1",
+ "isobject": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/unset-value/node_modules/has-value": {
+ "version": "0.3.1",
+ "resolved": "https://registry.npmjs.org/has-value/-/has-value-0.3.1.tgz",
+ "integrity": "sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "get-value": "^2.0.3",
+ "has-values": "^0.1.4",
+ "isobject": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/unset-value/node_modules/has-value/node_modules/isobject": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz",
+ "integrity": "sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "isarray": "1.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/unset-value/node_modules/has-values": {
+ "version": "0.1.4",
+ "resolved": "https://registry.npmjs.org/has-values/-/has-values-0.1.4.tgz",
+ "integrity": "sha1-bWHeldkd/Km5oCCJrThL/49it3E=",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/upath": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz",
+ "integrity": "sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=4",
+ "yarn": "*"
+ }
+ },
+ "node_modules/uri-js": {
+ "version": "4.4.1",
+ "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
+ "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "punycode": "^2.1.0"
+ }
+ },
+ "node_modules/urix": {
+ "version": "0.1.0",
+ "resolved": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz",
+ "integrity": "sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=",
+ "deprecated": "Please see https://github.com/lydell/urix#deprecated",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/url": {
+ "version": "0.11.0",
+ "resolved": "https://registry.npmjs.org/url/-/url-0.11.0.tgz",
+ "integrity": "sha1-ODjpfPxgUh63PFJajlW/3Z4uKPE=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "punycode": "1.3.2",
+ "querystring": "0.2.0"
+ }
+ },
+ "node_modules/url-loader": {
+ "version": "4.1.1",
+ "resolved": "https://registry.npmjs.org/url-loader/-/url-loader-4.1.1.tgz",
+ "integrity": "sha512-3BTV812+AVHHOJQO8O5MkWgZ5aosP7GnROJwvzLS9hWDj00lZ6Z0wNak423Lp9PBZN05N+Jk/N5Si8jRAlGyWA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "loader-utils": "^2.0.0",
+ "mime-types": "^2.1.27",
+ "schema-utils": "^3.0.0"
+ },
+ "engines": {
+ "node": ">= 10.13.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/webpack"
+ },
+ "peerDependencies": {
+ "file-loader": "*",
+ "webpack": "^4.0.0 || ^5.0.0"
+ },
+ "peerDependenciesMeta": {
+ "file-loader": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/url-loader/node_modules/loader-utils": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.0.tgz",
+ "integrity": "sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "big.js": "^5.2.2",
+ "emojis-list": "^3.0.0",
+ "json5": "^2.1.2"
+ },
+ "engines": {
+ "node": ">=8.9.0"
+ }
+ },
+ "node_modules/url-loader/node_modules/schema-utils": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz",
+ "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@types/json-schema": "^7.0.8",
+ "ajv": "^6.12.5",
+ "ajv-keywords": "^3.5.2"
+ },
+ "engines": {
+ "node": ">= 10.13.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/webpack"
+ }
+ },
+ "node_modules/url-parse": {
+ "version": "1.5.3",
+ "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.3.tgz",
+ "integrity": "sha512-IIORyIQD9rvj0A4CLWsHkBBJuNqWpFQe224b6j9t/ABmquIS0qDU2pY6kl6AuOrL5OkCXHMCFNe1jBcuAggjvQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "querystringify": "^2.1.1",
+ "requires-port": "^1.0.0"
+ }
+ },
+ "node_modules/url-toolkit": {
+ "version": "2.1.6",
+ "integrity": "sha512-UaZ2+50am4HwrV2crR/JAf63Q4VvPYphe63WGeoJxeu8gmOm0qxPt+KsukfakPNrX9aymGNEkkaoICwn+OuvBw=="
+ },
+ "node_modules/url/node_modules/punycode": {
+ "version": "1.3.2",
+ "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz",
+ "integrity": "sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0=",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/use": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/use/-/use-3.1.1.tgz",
+ "integrity": "sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/util": {
+ "version": "0.12.4",
+ "resolved": "https://registry.npmjs.org/util/-/util-0.12.4.tgz",
+ "integrity": "sha512-bxZ9qtSlGUWSOy9Qa9Xgk11kSslpuZwaxCg4sNIDj6FLucDab2JxnHwyNTCpHMtK1MjoQiWQ6DiUMZYbSrO+Sw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "inherits": "^2.0.3",
+ "is-arguments": "^1.0.4",
+ "is-generator-function": "^1.0.7",
+ "is-typed-array": "^1.1.3",
+ "safe-buffer": "^5.1.2",
+ "which-typed-array": "^1.1.2"
+ }
+ },
+ "node_modules/util-deprecate": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
+ "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/utils-merge": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz",
+ "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">= 0.4.0"
+ }
+ },
+ "node_modules/uuid": {
+ "version": "3.4.0",
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
+ "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==",
+ "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.",
+ "dev": true,
+ "peer": true,
+ "bin": {
+ "uuid": "bin/uuid"
+ }
+ },
+ "node_modules/v8-compile-cache": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz",
+ "integrity": "sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/validate-npm-package-license": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz",
+ "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "spdx-correct": "^3.0.0",
+ "spdx-expression-parse": "^3.0.0"
+ }
+ },
+ "node_modules/vary": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
+ "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/vfile": {
+ "version": "4.2.1",
+ "resolved": "https://registry.npmjs.org/vfile/-/vfile-4.2.1.tgz",
+ "integrity": "sha512-O6AE4OskCG5S1emQ/4gl8zK586RqA3srz3nfK/Viy0UPToBc5Trp9BVFb1u0CjsKrAWwnpr4ifM/KBXPWwJbCA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@types/unist": "^2.0.0",
+ "is-buffer": "^2.0.0",
+ "unist-util-stringify-position": "^2.0.0",
+ "vfile-message": "^2.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/unified"
+ }
+ },
+ "node_modules/vfile-message": {
+ "version": "2.0.4",
+ "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-2.0.4.tgz",
+ "integrity": "sha512-DjssxRGkMvifUOJre00juHoP9DPWuzjxKuMDrhNbk2TdaYYBNMStsNhEOt3idrtI12VQYM/1+iM0KOzXi4pxwQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@types/unist": "^2.0.0",
+ "unist-util-stringify-position": "^2.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/unified"
+ }
+ },
+ "node_modules/video.js": {
+ "version": "7.4.1",
+ "integrity": "sha512-UmTHiJWcil8YN65M1t/d63X6ofLtQwnvJoYEN4VKzkECYIHbgzvMRgOmrf5bNtVeDC6JsFKLZQXJ7s6Au2jgcQ==",
+ "dependencies": {
+ "@babel/runtime": "^7.2.0",
+ "@videojs/http-streaming": "1.5.1",
+ "global": "4.3.2",
+ "safe-json-parse": "4.0.0",
+ "tsml": "1.0.1",
+ "videojs-font": "3.1.0",
+ "videojs-vtt.js": "0.14.1",
+ "xhr": "2.4.0"
+ }
+ },
+ "node_modules/videojs-font": {
+ "version": "3.1.0",
+ "integrity": "sha512-rxB68SVgbHD+kSwoNWNCHicKJuR2ga3bGfvGxmB+8fupsiLbnyCwTBVtrZUq4bZnD64mrKP1DxHiutxwrs59pQ=="
+ },
+ "node_modules/videojs-vtt.js": {
+ "version": "0.14.1",
+ "integrity": "sha512-YxOiywx6N9t3J5nqsE5WN2Sw4CSqVe3zV+AZm2T4syOc2buNJaD6ZoexSdeszx2sHLU/RRo2r4BJAXFDQ7Qo2Q==",
+ "dependencies": {
+ "global": "^4.3.1"
+ }
+ },
+ "node_modules/vm-browserify": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/vm-browserify/-/vm-browserify-1.1.2.tgz",
+ "integrity": "sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/vue-eslint-parser": {
+ "version": "7.10.0",
+ "resolved": "https://registry.npmjs.org/vue-eslint-parser/-/vue-eslint-parser-7.10.0.tgz",
+ "integrity": "sha512-7tc/ewS9Vq9Bn741pvpg8op2fWJPH3k32aL+jcIcWGCTzh/zXSdh7pZ5FV3W2aJancP9+ftPAv292zY5T5IPCg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "debug": "^4.1.1",
+ "eslint-scope": "^5.1.1",
+ "eslint-visitor-keys": "^1.1.0",
+ "espree": "^6.2.1",
+ "esquery": "^1.4.0",
+ "lodash": "^4.17.21",
+ "semver": "^6.3.0"
+ },
+ "engines": {
+ "node": ">=8.10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/mysticatea"
+ },
+ "peerDependencies": {
+ "eslint": ">=5.0.0"
+ }
+ },
+ "node_modules/vue-eslint-parser/node_modules/eslint-visitor-keys": {
+ "version": "1.3.0",
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz",
+ "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/vue-eslint-parser/node_modules/espree": {
+ "version": "6.2.1",
+ "resolved": "https://registry.npmjs.org/espree/-/espree-6.2.1.tgz",
+ "integrity": "sha512-ysCxRQY3WaXJz9tdbWOwuWr5Y/XrPTGX9Kiz3yoUXwW0VZ4w30HTkQLaGx/+ttFjF8i+ACbArnB4ce68a9m5hw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "acorn": "^7.1.1",
+ "acorn-jsx": "^5.2.0",
+ "eslint-visitor-keys": "^1.1.0"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/vue-hot-reload-api": {
+ "version": "2.3.4",
+ "resolved": "https://registry.npmjs.org/vue-hot-reload-api/-/vue-hot-reload-api-2.3.4.tgz",
+ "integrity": "sha512-BXq3jwIagosjgNVae6tkHzzIk6a8MHFtzAdwhnV5VlvPTFxDCvIttgSiHWjdGoTJvXtmRu5HacExfdarRcFhog==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/vue-loader": {
+ "version": "15.9.8",
+ "resolved": "https://registry.npmjs.org/vue-loader/-/vue-loader-15.9.8.tgz",
+ "integrity": "sha512-GwSkxPrihfLR69/dSV3+5CdMQ0D+jXg8Ma1S4nQXKJAznYFX14vHdc/NetQc34Dw+rBbIJyP7JOuVb9Fhprvog==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@vue/component-compiler-utils": "^3.1.0",
+ "hash-sum": "^1.0.2",
+ "loader-utils": "^1.1.0",
+ "vue-hot-reload-api": "^2.3.0",
+ "vue-style-loader": "^4.1.0"
+ },
+ "peerDependencies": {
+ "css-loader": "*",
+ "webpack": "^3.0.0 || ^4.1.0 || ^5.0.0-0"
+ },
+ "peerDependenciesMeta": {
+ "cache-loader": {
+ "optional": true
+ },
+ "vue-template-compiler": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/vue-style-loader": {
+ "version": "4.1.3",
+ "resolved": "https://registry.npmjs.org/vue-style-loader/-/vue-style-loader-4.1.3.tgz",
+ "integrity": "sha512-sFuh0xfbtpRlKfm39ss/ikqs9AbKCoXZBpHeVZ8Tx650o0k0q/YCM7FRvigtxpACezfq6af+a7JeqVTWvncqDg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "hash-sum": "^1.0.2",
+ "loader-utils": "^1.0.2"
+ }
+ },
+ "node_modules/vue-template-compiler": {
+ "version": "2.6.14",
+ "resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.6.14.tgz",
+ "integrity": "sha512-ODQS1SyMbjKoO1JBJZojSw6FE4qnh9rIpUZn2EUT86FKizx9uH5z6uXiIrm4/Nb/gwxTi/o17ZDEGWAXHvtC7g==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "de-indent": "^1.0.2",
+ "he": "^1.1.0"
+ }
+ },
+ "node_modules/vue-template-es2015-compiler": {
+ "version": "1.9.1",
+ "resolved": "https://registry.npmjs.org/vue-template-es2015-compiler/-/vue-template-es2015-compiler-1.9.1.tgz",
+ "integrity": "sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/watchpack": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.2.0.tgz",
+ "integrity": "sha512-up4YAn/XHgZHIxFBVCdlMiWDj6WaLKpwVeGQk2I5thdYxF/KmF0aaz6TfJZ/hfl1h/XlcDr7k1KH7ThDagpFaA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "glob-to-regexp": "^0.4.1",
+ "graceful-fs": "^4.1.2"
+ },
+ "engines": {
+ "node": ">=10.13.0"
+ }
+ },
+ "node_modules/wbuf": {
+ "version": "1.7.3",
+ "resolved": "https://registry.npmjs.org/wbuf/-/wbuf-1.7.3.tgz",
+ "integrity": "sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "minimalistic-assert": "^1.0.0"
+ }
+ },
+ "node_modules/webpack": {
+ "version": "5.48.0",
+ "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.48.0.tgz",
+ "integrity": "sha512-CGe+nfbHrYzbk7SKoYITCgN3LRAG0yVddjNUecz9uugo1QtYdiyrVD8nP1PhkNqPfdxC2hknmmKpP355Epyn6A==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@types/eslint-scope": "^3.7.0",
+ "@types/estree": "^0.0.50",
+ "@webassemblyjs/ast": "1.11.1",
+ "@webassemblyjs/wasm-edit": "1.11.1",
+ "@webassemblyjs/wasm-parser": "1.11.1",
+ "acorn": "^8.4.1",
+ "acorn-import-assertions": "^1.7.6",
+ "browserslist": "^4.14.5",
+ "chrome-trace-event": "^1.0.2",
+ "enhanced-resolve": "^5.8.0",
+ "es-module-lexer": "^0.7.1",
+ "eslint-scope": "5.1.1",
+ "events": "^3.2.0",
+ "glob-to-regexp": "^0.4.1",
+ "graceful-fs": "^4.2.4",
+ "json-parse-better-errors": "^1.0.2",
+ "loader-runner": "^4.2.0",
+ "mime-types": "^2.1.27",
+ "neo-async": "^2.6.2",
+ "schema-utils": "^3.1.0",
+ "tapable": "^2.1.1",
+ "terser-webpack-plugin": "^5.1.3",
+ "watchpack": "^2.2.0",
+ "webpack-sources": "^3.2.0"
+ },
+ "bin": {
+ "webpack": "bin/webpack.js"
+ },
+ "engines": {
+ "node": ">=10.13.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/webpack"
+ },
+ "peerDependenciesMeta": {
+ "webpack-cli": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/webpack-cli": {
+ "version": "4.7.2",
+ "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-4.7.2.tgz",
+ "integrity": "sha512-mEoLmnmOIZQNiRl0ebnjzQ74Hk0iKS5SiEEnpq3dRezoyR3yPaeQZCMCe+db4524pj1Pd5ghZXjT41KLzIhSLw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@discoveryjs/json-ext": "^0.5.0",
+ "@webpack-cli/configtest": "^1.0.4",
+ "@webpack-cli/info": "^1.3.0",
+ "@webpack-cli/serve": "^1.5.1",
+ "colorette": "^1.2.1",
+ "commander": "^7.0.0",
+ "execa": "^5.0.0",
+ "fastest-levenshtein": "^1.0.12",
+ "import-local": "^3.0.2",
+ "interpret": "^2.2.0",
+ "rechoir": "^0.7.0",
+ "v8-compile-cache": "^2.2.0",
+ "webpack-merge": "^5.7.3"
+ },
+ "bin": {
+ "webpack-cli": "bin/cli.js"
+ },
+ "engines": {
+ "node": ">=10.13.0"
+ },
+ "peerDependencies": {
+ "webpack": "4.x.x || 5.x.x"
+ },
+ "peerDependenciesMeta": {
+ "@webpack-cli/generators": {
+ "optional": true
+ },
+ "@webpack-cli/migrate": {
+ "optional": true
+ },
+ "webpack-bundle-analyzer": {
+ "optional": true
+ },
+ "webpack-dev-server": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/webpack-cli/node_modules/commander": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz",
+ "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">= 10"
+ }
+ },
+ "node_modules/webpack-dev-middleware": {
+ "version": "3.7.3",
+ "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-3.7.3.tgz",
+ "integrity": "sha512-djelc/zGiz9nZj/U7PTBi2ViorGJXEWo/3ltkPbDyxCXhhEXkW0ce99falaok4TPj+AsxLiXJR0EBOb0zh9fKQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "memory-fs": "^0.4.1",
+ "mime": "^2.4.4",
+ "mkdirp": "^0.5.1",
+ "range-parser": "^1.2.1",
+ "webpack-log": "^2.0.0"
+ },
+ "engines": {
+ "node": ">= 6"
+ },
+ "peerDependencies": {
+ "webpack": "^4.0.0 || ^5.0.0"
+ }
+ },
+ "node_modules/webpack-dev-middleware/node_modules/mime": {
+ "version": "2.5.2",
+ "resolved": "https://registry.npmjs.org/mime/-/mime-2.5.2.tgz",
+ "integrity": "sha512-tqkh47FzKeCPD2PUiPB6pkbMzsCasjxAfC62/Wap5qrUWcb+sFasXUC5I3gYM5iBM8v/Qpn4UK0x+j0iHyFPDg==",
+ "dev": true,
+ "peer": true,
+ "bin": {
+ "mime": "cli.js"
+ },
+ "engines": {
+ "node": ">=4.0.0"
+ }
+ },
+ "node_modules/webpack-dev-server": {
+ "version": "3.11.2",
+ "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-3.11.2.tgz",
+ "integrity": "sha512-A80BkuHRQfCiNtGBS1EMf2ChTUs0x+B3wGDFmOeT4rmJOHhHTCH2naNxIHhmkr0/UillP4U3yeIyv1pNp+QDLQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "ansi-html": "0.0.7",
+ "bonjour": "^3.5.0",
+ "chokidar": "^2.1.8",
+ "compression": "^1.7.4",
+ "connect-history-api-fallback": "^1.6.0",
+ "debug": "^4.1.1",
+ "del": "^4.1.1",
+ "express": "^4.17.1",
+ "html-entities": "^1.3.1",
+ "http-proxy-middleware": "0.19.1",
+ "import-local": "^2.0.0",
+ "internal-ip": "^4.3.0",
+ "ip": "^1.1.5",
+ "is-absolute-url": "^3.0.3",
+ "killable": "^1.0.1",
+ "loglevel": "^1.6.8",
+ "opn": "^5.5.0",
+ "p-retry": "^3.0.1",
+ "portfinder": "^1.0.26",
+ "schema-utils": "^1.0.0",
+ "selfsigned": "^1.10.8",
+ "semver": "^6.3.0",
+ "serve-index": "^1.9.1",
+ "sockjs": "^0.3.21",
+ "sockjs-client": "^1.5.0",
+ "spdy": "^4.0.2",
+ "strip-ansi": "^3.0.1",
+ "supports-color": "^6.1.0",
+ "url": "^0.11.0",
+ "webpack-dev-middleware": "^3.7.2",
+ "webpack-log": "^2.0.0",
+ "ws": "^6.2.1",
+ "yargs": "^13.3.2"
+ },
+ "bin": {
+ "webpack-dev-server": "bin/webpack-dev-server.js"
+ },
+ "engines": {
+ "node": ">= 6.11.5"
+ },
+ "peerDependencies": {
+ "webpack": "^4.0.0 || ^5.0.0"
+ },
+ "peerDependenciesMeta": {
+ "webpack-cli": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/webpack-dev-server/node_modules/ansi-regex": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
+ "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/webpack-dev-server/node_modules/anymatch": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz",
+ "integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "micromatch": "^3.1.4",
+ "normalize-path": "^2.1.1"
+ }
+ },
+ "node_modules/webpack-dev-server/node_modules/anymatch/node_modules/normalize-path": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz",
+ "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "remove-trailing-separator": "^1.0.1"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/webpack-dev-server/node_modules/binary-extensions": {
+ "version": "1.13.1",
+ "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.13.1.tgz",
+ "integrity": "sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/webpack-dev-server/node_modules/braces": {
+ "version": "2.3.2",
+ "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz",
+ "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "arr-flatten": "^1.1.0",
+ "array-unique": "^0.3.2",
+ "extend-shallow": "^2.0.1",
+ "fill-range": "^4.0.0",
+ "isobject": "^3.0.1",
+ "repeat-element": "^1.1.2",
+ "snapdragon": "^0.8.1",
+ "snapdragon-node": "^2.0.1",
+ "split-string": "^3.0.2",
+ "to-regex": "^3.0.1"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/webpack-dev-server/node_modules/braces/node_modules/extend-shallow": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
+ "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "is-extendable": "^0.1.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/webpack-dev-server/node_modules/chokidar": {
+ "version": "2.1.8",
+ "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz",
+ "integrity": "sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==",
+ "deprecated": "Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "anymatch": "^2.0.0",
+ "async-each": "^1.0.1",
+ "braces": "^2.3.2",
+ "glob-parent": "^3.1.0",
+ "inherits": "^2.0.3",
+ "is-binary-path": "^1.0.0",
+ "is-glob": "^4.0.0",
+ "normalize-path": "^3.0.0",
+ "path-is-absolute": "^1.0.0",
+ "readdirp": "^2.2.1",
+ "upath": "^1.1.1"
+ },
+ "optionalDependencies": {
+ "fsevents": "^1.2.7"
+ }
+ },
+ "node_modules/webpack-dev-server/node_modules/fill-range": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz",
+ "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "extend-shallow": "^2.0.1",
+ "is-number": "^3.0.0",
+ "repeat-string": "^1.6.1",
+ "to-regex-range": "^2.1.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/webpack-dev-server/node_modules/fill-range/node_modules/extend-shallow": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
+ "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "is-extendable": "^0.1.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/webpack-dev-server/node_modules/find-up": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz",
+ "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "locate-path": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/webpack-dev-server/node_modules/fsevents": {
+ "version": "1.2.13",
+ "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.13.tgz",
+ "integrity": "sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==",
+ "deprecated": "fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.",
+ "dev": true,
+ "hasInstallScript": true,
+ "optional": true,
+ "os": [
+ "darwin"
+ ],
+ "peer": true,
+ "dependencies": {
+ "bindings": "^1.5.0",
+ "nan": "^2.12.1"
+ },
+ "engines": {
+ "node": ">= 4.0"
+ }
+ },
+ "node_modules/webpack-dev-server/node_modules/glob-parent": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz",
+ "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "is-glob": "^3.1.0",
+ "path-dirname": "^1.0.0"
+ }
+ },
+ "node_modules/webpack-dev-server/node_modules/glob-parent/node_modules/is-glob": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz",
+ "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "is-extglob": "^2.1.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/webpack-dev-server/node_modules/import-local": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/import-local/-/import-local-2.0.0.tgz",
+ "integrity": "sha512-b6s04m3O+s3CGSbqDIyP4R6aAwAeYlVq9+WUWep6iHa8ETRf9yei1U48C5MmfJmV9AiLYYBKPMq/W+/WRpQmCQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "pkg-dir": "^3.0.0",
+ "resolve-cwd": "^2.0.0"
+ },
+ "bin": {
+ "import-local-fixture": "fixtures/cli.js"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/webpack-dev-server/node_modules/is-binary-path": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz",
+ "integrity": "sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "binary-extensions": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/webpack-dev-server/node_modules/is-buffer": {
+ "version": "1.1.6",
+ "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz",
+ "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/webpack-dev-server/node_modules/is-extendable": {
+ "version": "0.1.1",
+ "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",
+ "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/webpack-dev-server/node_modules/is-number": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz",
+ "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "kind-of": "^3.0.2"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/webpack-dev-server/node_modules/is-number/node_modules/kind-of": {
+ "version": "3.2.2",
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
+ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "is-buffer": "^1.1.5"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/webpack-dev-server/node_modules/locate-path": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz",
+ "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "p-locate": "^3.0.0",
+ "path-exists": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/webpack-dev-server/node_modules/micromatch": {
+ "version": "3.1.10",
+ "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz",
+ "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "arr-diff": "^4.0.0",
+ "array-unique": "^0.3.2",
+ "braces": "^2.3.1",
+ "define-property": "^2.0.2",
+ "extend-shallow": "^3.0.2",
+ "extglob": "^2.0.4",
+ "fragment-cache": "^0.2.1",
+ "kind-of": "^6.0.2",
+ "nanomatch": "^1.2.9",
+ "object.pick": "^1.3.0",
+ "regex-not": "^1.0.0",
+ "snapdragon": "^0.8.1",
+ "to-regex": "^3.0.2"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/webpack-dev-server/node_modules/p-limit": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
+ "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "p-try": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/webpack-dev-server/node_modules/p-locate": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz",
+ "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "p-limit": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/webpack-dev-server/node_modules/p-try": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
+ "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/webpack-dev-server/node_modules/pkg-dir": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-3.0.0.tgz",
+ "integrity": "sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "find-up": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/webpack-dev-server/node_modules/readable-stream": {
+ "version": "2.3.7",
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz",
+ "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "core-util-is": "~1.0.0",
+ "inherits": "~2.0.3",
+ "isarray": "~1.0.0",
+ "process-nextick-args": "~2.0.0",
+ "safe-buffer": "~5.1.1",
+ "string_decoder": "~1.1.1",
+ "util-deprecate": "~1.0.1"
+ }
+ },
+ "node_modules/webpack-dev-server/node_modules/readdirp": {
+ "version": "2.2.1",
+ "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-2.2.1.tgz",
+ "integrity": "sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "graceful-fs": "^4.1.11",
+ "micromatch": "^3.1.10",
+ "readable-stream": "^2.0.2"
+ },
+ "engines": {
+ "node": ">=0.10"
+ }
+ },
+ "node_modules/webpack-dev-server/node_modules/resolve-cwd": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-2.0.0.tgz",
+ "integrity": "sha1-AKn3OHVW4nA46uIyyqNypqWbZlo=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "resolve-from": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/webpack-dev-server/node_modules/resolve-from": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-3.0.0.tgz",
+ "integrity": "sha1-six699nWiBvItuZTM17rywoYh0g=",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/webpack-dev-server/node_modules/schema-utils": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz",
+ "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "ajv": "^6.1.0",
+ "ajv-errors": "^1.0.0",
+ "ajv-keywords": "^3.1.0"
+ },
+ "engines": {
+ "node": ">= 4"
+ }
+ },
+ "node_modules/webpack-dev-server/node_modules/string_decoder": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
+ "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "safe-buffer": "~5.1.0"
+ }
+ },
+ "node_modules/webpack-dev-server/node_modules/strip-ansi": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
+ "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "ansi-regex": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/webpack-dev-server/node_modules/supports-color": {
+ "version": "6.1.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz",
+ "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "has-flag": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/webpack-dev-server/node_modules/to-regex-range": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz",
+ "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "is-number": "^3.0.0",
+ "repeat-string": "^1.6.1"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/webpack-log": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/webpack-log/-/webpack-log-2.0.0.tgz",
+ "integrity": "sha512-cX8G2vR/85UYG59FgkoMamwHUIkSSlV3bBMRsbxVXVUk2j6NleCKjQ/WE9eYg9WY4w25O9w8wKP4rzNZFmUcUg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "ansi-colors": "^3.0.0",
+ "uuid": "^3.3.2"
+ },
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/webpack-log/node_modules/ansi-colors": {
+ "version": "3.2.4",
+ "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-3.2.4.tgz",
+ "integrity": "sha512-hHUXGagefjN2iRrID63xckIvotOXOojhQKWIPUZ4mNUZ9nLZW+7FMNoE1lOkEhNWYsx/7ysGIuJYCiMAA9FnrA==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/webpack-merge": {
+ "version": "5.8.0",
+ "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-5.8.0.tgz",
+ "integrity": "sha512-/SaI7xY0831XwP6kzuwhKWVKDP9t1QY1h65lAFLbZqMPIuYcD9QAW4u9STIbU9kaJbPBB/geU/gLr1wDjOhQ+Q==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "clone-deep": "^4.0.1",
+ "wildcard": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=10.0.0"
+ }
+ },
+ "node_modules/webpack-sources": {
+ "version": "3.2.0",
+ "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.0.tgz",
+ "integrity": "sha512-fahN08Et7P9trej8xz/Z7eRu8ltyiygEo/hnRi9KqBUs80KeDcnf96ZJo++ewWd84fEf3xSX9bp4ZS9hbw0OBw==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=10.13.0"
+ }
+ },
+ "node_modules/webpack/node_modules/acorn": {
+ "version": "8.4.1",
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.4.1.tgz",
+ "integrity": "sha512-asabaBSkEKosYKMITunzX177CXxQ4Q8BSSzMTKD+FefUhipQC70gfW5SiUDhYQ3vk8G+81HqQk7Fv9OXwwn9KA==",
+ "dev": true,
+ "peer": true,
+ "bin": {
+ "acorn": "bin/acorn"
+ },
+ "engines": {
+ "node": ">=0.4.0"
+ }
+ },
+ "node_modules/webpack/node_modules/acorn-import-assertions": {
+ "version": "1.7.6",
+ "resolved": "https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.7.6.tgz",
+ "integrity": "sha512-FlVvVFA1TX6l3lp8VjDnYYq7R1nyW6x3svAt4nDgrWQ9SBaSh9CnbwgSUTasgfNfOG5HlM1ehugCvM+hjo56LA==",
+ "dev": true,
+ "peer": true,
+ "peerDependencies": {
+ "acorn": "^8"
+ }
+ },
+ "node_modules/webpack/node_modules/schema-utils": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz",
+ "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "@types/json-schema": "^7.0.8",
+ "ajv": "^6.12.5",
+ "ajv-keywords": "^3.5.2"
+ },
+ "engines": {
+ "node": ">= 10.13.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/webpack"
+ }
+ },
+ "node_modules/websocket-driver": {
+ "version": "0.7.4",
+ "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.4.tgz",
+ "integrity": "sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "http-parser-js": ">=0.5.1",
+ "safe-buffer": ">=5.1.0",
+ "websocket-extensions": ">=0.1.1"
+ },
+ "engines": {
+ "node": ">=0.8.0"
+ }
+ },
+ "node_modules/websocket-extensions": {
+ "version": "0.1.4",
+ "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.4.tgz",
+ "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=0.8.0"
+ }
+ },
+ "node_modules/which": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
+ "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "isexe": "^2.0.0"
+ },
+ "bin": {
+ "node-which": "bin/node-which"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/which-boxed-primitive": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz",
+ "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "is-bigint": "^1.0.1",
+ "is-boolean-object": "^1.1.0",
+ "is-number-object": "^1.0.4",
+ "is-string": "^1.0.5",
+ "is-symbol": "^1.0.3"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/which-module": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz",
+ "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/which-typed-array": {
+ "version": "1.1.5",
+ "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.5.tgz",
+ "integrity": "sha512-ib2f4KSZPjFfV1g+Up/whdhp9yWhsf1BSoLrPdkAJwvLRl0EYg9CvT6kmPPn6nft0OT/NgmWA/KdUcYZadopeQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "available-typed-arrays": "^1.0.4",
+ "call-bind": "^1.0.2",
+ "es-abstract": "^1.18.5",
+ "foreach": "^2.0.5",
+ "has-tostringtag": "^1.0.0",
+ "is-typed-array": "^1.1.5"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/wildcard": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/wildcard/-/wildcard-2.0.0.tgz",
+ "integrity": "sha512-JcKqAHLPxcdb9KM49dufGXn2x3ssnfjbcaQdLlfZsL9rH9wgDQjUtDxbo8NE0F6SFvydeu1VhZe7hZuHsB2/pw==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/word-wrap": {
+ "version": "1.2.3",
+ "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz",
+ "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/wrap-ansi": {
+ "version": "5.1.0",
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-5.1.0.tgz",
+ "integrity": "sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "ansi-styles": "^3.2.0",
+ "string-width": "^3.0.0",
+ "strip-ansi": "^5.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/wrap-ansi/node_modules/ansi-regex": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz",
+ "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/wrap-ansi/node_modules/emoji-regex": {
+ "version": "7.0.3",
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz",
+ "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/wrap-ansi/node_modules/is-fullwidth-code-point": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
+ "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/wrap-ansi/node_modules/string-width": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz",
+ "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "emoji-regex": "^7.0.1",
+ "is-fullwidth-code-point": "^2.0.0",
+ "strip-ansi": "^5.1.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/wrap-ansi/node_modules/strip-ansi": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz",
+ "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "ansi-regex": "^4.1.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/wrappy": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
+ "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/write-file-atomic": {
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz",
+ "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "imurmurhash": "^0.1.4",
+ "is-typedarray": "^1.0.0",
+ "signal-exit": "^3.0.2",
+ "typedarray-to-buffer": "^3.1.5"
+ }
+ },
+ "node_modules/ws": {
+ "version": "6.2.2",
+ "resolved": "https://registry.npmjs.org/ws/-/ws-6.2.2.tgz",
+ "integrity": "sha512-zmhltoSR8u1cnDsD43TX59mzoMZsLKqUweyYBAIvTngR3shc0W6aOZylZmq/7hqyVxPdi+5Ud2QInblgyE72fw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "async-limiter": "~1.0.0"
+ }
+ },
+ "node_modules/xhr": {
+ "version": "2.4.0",
+ "integrity": "sha1-4W5mpF+GmGHu76tBbV7/ci3ECZM=",
+ "dependencies": {
+ "global": "~4.3.0",
+ "is-function": "^1.0.1",
+ "parse-headers": "^2.0.0",
+ "xtend": "^4.0.0"
+ }
+ },
+ "node_modules/xtend": {
+ "version": "4.0.2",
+ "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz",
+ "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==",
+ "engines": {
+ "node": ">=0.4"
+ }
+ },
+ "node_modules/y18n": {
+ "version": "4.0.3",
+ "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz",
+ "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/yallist": {
+ "version": "2.1.2",
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz",
+ "integrity": "sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/yaml": {
+ "version": "1.10.2",
+ "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz",
+ "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/yargs": {
+ "version": "13.3.2",
+ "resolved": "https://registry.npmjs.org/yargs/-/yargs-13.3.2.tgz",
+ "integrity": "sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "cliui": "^5.0.0",
+ "find-up": "^3.0.0",
+ "get-caller-file": "^2.0.1",
+ "require-directory": "^2.1.1",
+ "require-main-filename": "^2.0.0",
+ "set-blocking": "^2.0.0",
+ "string-width": "^3.0.0",
+ "which-module": "^2.0.0",
+ "y18n": "^4.0.0",
+ "yargs-parser": "^13.1.2"
+ }
+ },
+ "node_modules/yargs-parser": {
+ "version": "20.2.9",
+ "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz",
+ "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/yargs/node_modules/ansi-regex": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz",
+ "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/yargs/node_modules/camelcase": {
+ "version": "5.3.1",
+ "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
+ "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/yargs/node_modules/emoji-regex": {
+ "version": "7.0.3",
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz",
+ "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==",
+ "dev": true,
+ "peer": true
+ },
+ "node_modules/yargs/node_modules/find-up": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz",
+ "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "locate-path": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/yargs/node_modules/is-fullwidth-code-point": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
+ "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/yargs/node_modules/locate-path": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz",
+ "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "p-locate": "^3.0.0",
+ "path-exists": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/yargs/node_modules/p-limit": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
+ "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "p-try": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/yargs/node_modules/p-locate": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz",
+ "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "p-limit": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/yargs/node_modules/p-try": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
+ "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/yargs/node_modules/string-width": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz",
+ "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "emoji-regex": "^7.0.1",
+ "is-fullwidth-code-point": "^2.0.0",
+ "strip-ansi": "^5.1.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/yargs/node_modules/strip-ansi": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz",
+ "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "ansi-regex": "^4.1.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/yargs/node_modules/yargs-parser": {
+ "version": "13.1.2",
+ "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.2.tgz",
+ "integrity": "sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "camelcase": "^5.0.0",
+ "decamelize": "^1.2.0"
+ }
+ },
+ "node_modules/yocto-queue": {
+ "version": "0.1.0",
+ "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
+ "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/zwitch": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-1.0.5.tgz",
+ "integrity": "sha512-V50KMwwzqJV0NpZIZFwfOD5/lyny3WlSzRiXgA0G7VUnRlqttta1L6UQIHzd6EuBY/cHGfwTIck7w1yH6Q5zUw==",
+ "dev": true,
+ "peer": true,
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/wooorm"
+ }
+ }
+ },
+ "dependencies": {
+ "@babel/code-frame": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.14.5.tgz",
+ "integrity": "sha512-9pzDqyc6OLDaqe+zbACgFkb6fKMNG6CObKpnYXChRsvYGyEdc7CA2BaqeOM+vOtCS5ndmJicPJhKAwYRI6UfFw==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "@babel/highlight": "^7.14.5"
+ }
+ },
+ "@babel/compat-data": {
+ "version": "7.15.0",
+ "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.15.0.tgz",
+ "integrity": "sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA==",
+ "dev": true,
+ "peer": true
+ },
+ "@babel/core": {
+ "version": "7.15.0",
+ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.15.0.tgz",
+ "integrity": "sha512-tXtmTminrze5HEUPn/a0JtOzzfp0nk+UEXQ/tqIJo3WDGypl/2OFQEMll/zSFU8f/lfmfLXvTaORHF3cfXIQMw==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "@babel/code-frame": "^7.14.5",
+ "@babel/generator": "^7.15.0",
+ "@babel/helper-compilation-targets": "^7.15.0",
+ "@babel/helper-module-transforms": "^7.15.0",
+ "@babel/helpers": "^7.14.8",
+ "@babel/parser": "^7.15.0",
+ "@babel/template": "^7.14.5",
+ "@babel/traverse": "^7.15.0",
+ "@babel/types": "^7.15.0",
+ "convert-source-map": "^1.7.0",
+ "debug": "^4.1.0",
+ "gensync": "^1.0.0-beta.2",
+ "json5": "^2.1.2",
+ "semver": "^6.3.0",
+ "source-map": "^0.5.0"
+ }
+ },
+ "@babel/eslint-parser": {
+ "version": "7.15.0",
+ "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.15.0.tgz",
+ "integrity": "sha512-+gSPtjSBxOZz4Uh8Ggqu7HbfpB8cT1LwW0DnVVLZEJvzXauiD0Di3zszcBkRmfGGrLdYeHUwcflG7i3tr9kQlw==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "eslint-scope": "^5.1.1",
+ "eslint-visitor-keys": "^2.1.0",
+ "semver": "^6.3.0"
+ }
+ },
+ "@babel/generator": {
+ "version": "7.15.0",
+ "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.15.0.tgz",
+ "integrity": "sha512-eKl4XdMrbpYvuB505KTta4AV9g+wWzmVBW69tX0H2NwKVKd2YJbKgyK6M8j/rgLbmHOYJn6rUklV677nOyJrEQ==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "@babel/types": "^7.15.0",
+ "jsesc": "^2.5.1",
+ "source-map": "^0.5.0"
+ }
+ },
+ "@babel/helper-annotate-as-pure": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.14.5.tgz",
+ "integrity": "sha512-EivH9EgBIb+G8ij1B2jAwSH36WnGvkQSEC6CkX/6v6ZFlw5fVOHvsgGF4uiEHO2GzMvunZb6tDLQEQSdrdocrA==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "@babel/types": "^7.14.5"
+ }
+ },
+ "@babel/helper-builder-binary-assignment-operator-visitor": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.14.5.tgz",
+ "integrity": "sha512-YTA/Twn0vBXDVGJuAX6PwW7x5zQei1luDDo2Pl6q1qZ7hVNl0RZrhHCQG/ArGpR29Vl7ETiB8eJyrvpuRp300w==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "@babel/helper-explode-assignable-expression": "^7.14.5",
+ "@babel/types": "^7.14.5"
+ }
+ },
+ "@babel/helper-compilation-targets": {
+ "version": "7.15.0",
+ "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.15.0.tgz",
+ "integrity": "sha512-h+/9t0ncd4jfZ8wsdAsoIxSa61qhBYlycXiHWqJaQBCXAhDCMbPRSMTGnZIkkmt1u4ag+UQmuqcILwqKzZ4N2A==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "@babel/compat-data": "^7.15.0",
+ "@babel/helper-validator-option": "^7.14.5",
+ "browserslist": "^4.16.6",
+ "semver": "^6.3.0"
+ }
+ },
+ "@babel/helper-create-class-features-plugin": {
+ "version": "7.15.0",
+ "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.15.0.tgz",
+ "integrity": "sha512-MdmDXgvTIi4heDVX/e9EFfeGpugqm9fobBVg/iioE8kueXrOHdRDe36FAY7SnE9xXLVeYCoJR/gdrBEIHRC83Q==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "@babel/helper-annotate-as-pure": "^7.14.5",
+ "@babel/helper-function-name": "^7.14.5",
+ "@babel/helper-member-expression-to-functions": "^7.15.0",
+ "@babel/helper-optimise-call-expression": "^7.14.5",
+ "@babel/helper-replace-supers": "^7.15.0",
+ "@babel/helper-split-export-declaration": "^7.14.5"
+ }
+ },
+ "@babel/helper-create-regexp-features-plugin": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.14.5.tgz",
+ "integrity": "sha512-TLawwqpOErY2HhWbGJ2nZT5wSkR192QpN+nBg1THfBfftrlvOh+WbhrxXCH4q4xJ9Gl16BGPR/48JA+Ryiho/A==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "@babel/helper-annotate-as-pure": "^7.14.5",
+ "regexpu-core": "^4.7.1"
+ }
+ },
+ "@babel/helper-define-polyfill-provider": {
+ "version": "0.2.3",
+ "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.2.3.tgz",
+ "integrity": "sha512-RH3QDAfRMzj7+0Nqu5oqgO5q9mFtQEVvCRsi8qCEfzLR9p2BHfn5FzhSB2oj1fF7I2+DcTORkYaQ6aTR9Cofew==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "@babel/helper-compilation-targets": "^7.13.0",
+ "@babel/helper-module-imports": "^7.12.13",
+ "@babel/helper-plugin-utils": "^7.13.0",
+ "@babel/traverse": "^7.13.0",
+ "debug": "^4.1.1",
+ "lodash.debounce": "^4.0.8",
+ "resolve": "^1.14.2",
+ "semver": "^6.1.2"
}
},
"@babel/helper-explode-assignable-expression": {
- "version": "7.1.0",
- "resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.1.0.tgz",
- "integrity": "sha512-NRQpfHrJ1msCHtKjbzs9YcMmJZOg6mQMmGRB+hbamEdG5PNpaSm95275VD92DvJKuyl0s2sFiDmMZ+EnnvufqA==",
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.14.5.tgz",
+ "integrity": "sha512-Htb24gnGJdIGT4vnRKMdoXiOIlqOLmdiUYpAQ0mYfgVT/GDm8GOYhgi4GL+hMKrkiPRohO4ts34ELFsGAPQLDQ==",
"dev": true,
+ "peer": true,
"requires": {
- "@babel/traverse": "^7.1.0",
- "@babel/types": "^7.0.0"
+ "@babel/types": "^7.14.5"
}
},
"@babel/helper-function-name": {
- "version": "7.1.0",
- "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.1.0.tgz",
- "integrity": "sha512-A95XEoCpb3TO+KZzJ4S/5uW5fNe26DjBGqf1o9ucyLyCmi1dXq/B3c8iaWTfBk3VvetUxl16e8tIrd5teOCfGw==",
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.14.5.tgz",
+ "integrity": "sha512-Gjna0AsXWfFvrAuX+VKcN/aNNWonizBj39yGwUzVDVTlMYJMK2Wp6xdpy72mfArFq5uK+NOuexfzZlzI1z9+AQ==",
"dev": true,
+ "peer": true,
"requires": {
- "@babel/helper-get-function-arity": "^7.0.0",
- "@babel/template": "^7.1.0",
- "@babel/types": "^7.0.0"
+ "@babel/helper-get-function-arity": "^7.14.5",
+ "@babel/template": "^7.14.5",
+ "@babel/types": "^7.14.5"
}
},
"@babel/helper-get-function-arity": {
- "version": "7.0.0",
- "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz",
- "integrity": "sha512-r2DbJeg4svYvt3HOS74U4eWKsUAMRH01Z1ds1zx8KNTPtpTL5JAsdFv8BNyOpVqdFhHkkRDIg5B4AsxmkjAlmQ==",
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.14.5.tgz",
+ "integrity": "sha512-I1Db4Shst5lewOM4V+ZKJzQ0JGGaZ6VY1jYvMghRjqs6DWgxLCIyFt30GlnKkfUeFLpJt2vzbMVEXVSXlIFYUg==",
"dev": true,
+ "peer": true,
"requires": {
- "@babel/types": "^7.0.0"
+ "@babel/types": "^7.14.5"
}
},
"@babel/helper-hoist-variables": {
- "version": "7.4.0",
- "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.4.0.tgz",
- "integrity": "sha512-/NErCuoe/et17IlAQFKWM24qtyYYie7sFIrW/tIQXpck6vAu2hhtYYsKLBWQV+BQZMbcIYPU/QMYuTufrY4aQw==",
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.14.5.tgz",
+ "integrity": "sha512-R1PXiz31Uc0Vxy4OEOm07x0oSjKAdPPCh3tPivn/Eo8cvz6gveAeuyUUPB21Hoiif0uoPQSSdhIPS3352nvdyQ==",
"dev": true,
+ "peer": true,
"requires": {
- "@babel/types": "^7.4.0"
- },
- "dependencies": {
- "@babel/types": {
- "version": "7.4.0",
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.4.0.tgz",
- "integrity": "sha512-aPvkXyU2SPOnztlgo8n9cEiXW755mgyvueUPcpStqdzoSPm0fjO0vQBjLkt3JKJW7ufikfcnMTTPsN1xaTsBPA==",
- "dev": true,
- "requires": {
- "esutils": "^2.0.2",
- "lodash": "^4.17.11",
- "to-fast-properties": "^2.0.0"
- }
- }
+ "@babel/types": "^7.14.5"
}
},
"@babel/helper-member-expression-to-functions": {
- "version": "7.0.0",
- "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.0.0.tgz",
- "integrity": "sha512-avo+lm/QmZlv27Zsi0xEor2fKcqWG56D5ae9dzklpIaY7cQMK5N8VSpaNVPPagiqmy7LrEjK1IWdGMOqPu5csg==",
+ "version": "7.15.0",
+ "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.15.0.tgz",
+ "integrity": "sha512-Jq8H8U2kYiafuj2xMTPQwkTBnEEdGKpT35lJEQsRRjnG0LW3neucsaMWLgKcwu3OHKNeYugfw+Z20BXBSEs2Lg==",
"dev": true,
+ "peer": true,
"requires": {
- "@babel/types": "^7.0.0"
+ "@babel/types": "^7.15.0"
}
},
"@babel/helper-module-imports": {
- "version": "7.0.0",
- "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.0.0.tgz",
- "integrity": "sha512-aP/hlLq01DWNEiDg4Jn23i+CXxW/owM4WpDLFUbpjxe4NS3BhLVZQ5i7E0ZrxuQ/vwekIeciyamgB1UIYxxM6A==",
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.14.5.tgz",
+ "integrity": "sha512-SwrNHu5QWS84XlHwGYPDtCxcA0hrSlL2yhWYLgeOc0w7ccOl2qv4s/nARI0aYZW+bSwAL5CukeXA47B/1NKcnQ==",
"dev": true,
+ "peer": true,
"requires": {
- "@babel/types": "^7.0.0"
+ "@babel/types": "^7.14.5"
}
},
"@babel/helper-module-transforms": {
- "version": "7.2.2",
- "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.2.2.tgz",
- "integrity": "sha512-YRD7I6Wsv+IHuTPkAmAS4HhY0dkPobgLftHp0cRGZSdrRvmZY8rFvae/GVu3bD00qscuvK3WPHB3YdNpBXUqrA==",
+ "version": "7.15.0",
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.15.0.tgz",
+ "integrity": "sha512-RkGiW5Rer7fpXv9m1B3iHIFDZdItnO2/BLfWVW/9q7+KqQSDY5kUfQEbzdXM1MVhJGcugKV7kRrNVzNxmk7NBg==",
"dev": true,
+ "peer": true,
"requires": {
- "@babel/helper-module-imports": "^7.0.0",
- "@babel/helper-simple-access": "^7.1.0",
- "@babel/helper-split-export-declaration": "^7.0.0",
- "@babel/template": "^7.2.2",
- "@babel/types": "^7.2.2",
- "lodash": "^4.17.10"
+ "@babel/helper-module-imports": "^7.14.5",
+ "@babel/helper-replace-supers": "^7.15.0",
+ "@babel/helper-simple-access": "^7.14.8",
+ "@babel/helper-split-export-declaration": "^7.14.5",
+ "@babel/helper-validator-identifier": "^7.14.9",
+ "@babel/template": "^7.14.5",
+ "@babel/traverse": "^7.15.0",
+ "@babel/types": "^7.15.0"
}
},
"@babel/helper-optimise-call-expression": {
- "version": "7.0.0",
- "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.0.0.tgz",
- "integrity": "sha512-u8nd9NQePYNQV8iPWu/pLLYBqZBa4ZaY1YWRFMuxrid94wKI1QNt67NEZ7GAe5Kc/0LLScbim05xZFWkAdrj9g==",
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.14.5.tgz",
+ "integrity": "sha512-IqiLIrODUOdnPU9/F8ib1Fx2ohlgDhxnIDU7OEVi+kAbEZcyiF7BLU8W6PfvPi9LzztjS7kcbzbmL7oG8kD6VA==",
"dev": true,
+ "peer": true,
"requires": {
- "@babel/types": "^7.0.0"
+ "@babel/types": "^7.14.5"
}
},
"@babel/helper-plugin-utils": {
- "version": "7.0.0",
- "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.0.0.tgz",
- "integrity": "sha512-CYAOUCARwExnEixLdB6sDm2dIJ/YgEAKDM1MOeMeZu9Ld/bDgVo8aiWrXwcY7OBh+1Ea2uUcVRcxKk0GJvW7QA==",
- "dev": true
- },
- "@babel/helper-regex": {
- "version": "7.0.0",
- "resolved": "https://registry.npmjs.org/@babel/helper-regex/-/helper-regex-7.0.0.tgz",
- "integrity": "sha512-TR0/N0NDCcUIUEbqV6dCO+LptmmSQFQ7q70lfcEB4URsjD0E1HzicrwUH+ap6BAQ2jhCX9Q4UqZy4wilujWlkg==",
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.14.5.tgz",
+ "integrity": "sha512-/37qQCE3K0vvZKwoK4XU/irIJQdIfCJuhU5eKnNxpFDsOkgFaUAwbv+RYw6eYgsC0E4hS7r5KqGULUogqui0fQ==",
"dev": true,
- "requires": {
- "lodash": "^4.17.10"
- }
+ "peer": true
},
"@babel/helper-remap-async-to-generator": {
- "version": "7.1.0",
- "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.1.0.tgz",
- "integrity": "sha512-3fOK0L+Fdlg8S5al8u/hWE6vhufGSn0bN09xm2LXMy//REAF8kDCrYoOBKYmA8m5Nom+sV9LyLCwrFynA8/slg==",
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.14.5.tgz",
+ "integrity": "sha512-rLQKdQU+HYlxBwQIj8dk4/0ENOUEhA/Z0l4hN8BexpvmSMN9oA9EagjnhnDpNsRdWCfjwa4mn/HyBXO9yhQP6A==",
"dev": true,
+ "peer": true,
"requires": {
- "@babel/helper-annotate-as-pure": "^7.0.0",
- "@babel/helper-wrap-function": "^7.1.0",
- "@babel/template": "^7.1.0",
- "@babel/traverse": "^7.1.0",
- "@babel/types": "^7.0.0"
+ "@babel/helper-annotate-as-pure": "^7.14.5",
+ "@babel/helper-wrap-function": "^7.14.5",
+ "@babel/types": "^7.14.5"
}
},
"@babel/helper-replace-supers": {
- "version": "7.4.0",
- "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.4.0.tgz",
- "integrity": "sha512-PVwCVnWWAgnal+kJ+ZSAphzyl58XrFeSKSAJRiqg5QToTsjL+Xu1f9+RJ+d+Q0aPhPfBGaYfkox66k86thxNSg==",
+ "version": "7.15.0",
+ "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.15.0.tgz",
+ "integrity": "sha512-6O+eWrhx+HEra/uJnifCwhwMd6Bp5+ZfZeJwbqUTuqkhIT6YcRhiZCOOFChRypOIe0cV46kFrRBlm+t5vHCEaA==",
"dev": true,
+ "peer": true,
"requires": {
- "@babel/helper-member-expression-to-functions": "^7.0.0",
- "@babel/helper-optimise-call-expression": "^7.0.0",
- "@babel/traverse": "^7.4.0",
- "@babel/types": "^7.4.0"
- },
- "dependencies": {
- "@babel/generator": {
- "version": "7.4.0",
- "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.4.0.tgz",
- "integrity": "sha512-/v5I+a1jhGSKLgZDcmAUZ4K/VePi43eRkUs3yePW1HB1iANOD5tqJXwGSG4BZhSksP8J9ejSlwGeTiiOFZOrXQ==",
- "dev": true,
- "requires": {
- "@babel/types": "^7.4.0",
- "jsesc": "^2.5.1",
- "lodash": "^4.17.11",
- "source-map": "^0.5.0",
- "trim-right": "^1.0.1"
- }
- },
- "@babel/helper-split-export-declaration": {
- "version": "7.4.0",
- "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.4.0.tgz",
- "integrity": "sha512-7Cuc6JZiYShaZnybDmfwhY4UYHzI6rlqhWjaIqbsJGsIqPimEYy5uh3akSRLMg65LSdSEnJ8a8/bWQN6u2oMGw==",
- "dev": true,
- "requires": {
- "@babel/types": "^7.4.0"
- }
- },
- "@babel/parser": {
- "version": "7.4.2",
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.4.2.tgz",
- "integrity": "sha512-9fJTDipQFvlfSVdD/JBtkiY0br9BtfvW2R8wo6CX/Ej2eMuV0gWPk1M67Mt3eggQvBqYW1FCEk8BN7WvGm/g5g==",
- "dev": true
- },
- "@babel/traverse": {
- "version": "7.4.0",
- "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.4.0.tgz",
- "integrity": "sha512-/DtIHKfyg2bBKnIN+BItaIlEg5pjAnzHOIQe5w+rHAw/rg9g0V7T4rqPX8BJPfW11kt3koyjAnTNwCzb28Y1PA==",
- "dev": true,
- "requires": {
- "@babel/code-frame": "^7.0.0",
- "@babel/generator": "^7.4.0",
- "@babel/helper-function-name": "^7.1.0",
- "@babel/helper-split-export-declaration": "^7.4.0",
- "@babel/parser": "^7.4.0",
- "@babel/types": "^7.4.0",
- "debug": "^4.1.0",
- "globals": "^11.1.0",
- "lodash": "^4.17.11"
- }
- },
- "@babel/types": {
- "version": "7.4.0",
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.4.0.tgz",
- "integrity": "sha512-aPvkXyU2SPOnztlgo8n9cEiXW755mgyvueUPcpStqdzoSPm0fjO0vQBjLkt3JKJW7ufikfcnMTTPsN1xaTsBPA==",
- "dev": true,
- "requires": {
- "esutils": "^2.0.2",
- "lodash": "^4.17.11",
- "to-fast-properties": "^2.0.0"
- }
- }
+ "@babel/helper-member-expression-to-functions": "^7.15.0",
+ "@babel/helper-optimise-call-expression": "^7.14.5",
+ "@babel/traverse": "^7.15.0",
+ "@babel/types": "^7.15.0"
}
},
"@babel/helper-simple-access": {
- "version": "7.1.0",
- "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.1.0.tgz",
- "integrity": "sha512-Vk+78hNjRbsiu49zAPALxTb+JUQCz1aolpd8osOF16BGnLtseD21nbHgLPGUwrXEurZgiCOUmvs3ExTu4F5x6w==",
+ "version": "7.14.8",
+ "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.14.8.tgz",
+ "integrity": "sha512-TrFN4RHh9gnWEU+s7JloIho2T76GPwRHhdzOWLqTrMnlas8T9O7ec+oEDNsRXndOmru9ymH9DFrEOxpzPoSbdg==",
"dev": true,
+ "peer": true,
"requires": {
- "@babel/template": "^7.1.0",
- "@babel/types": "^7.0.0"
+ "@babel/types": "^7.14.8"
+ }
+ },
+ "@babel/helper-skip-transparent-expression-wrappers": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.14.5.tgz",
+ "integrity": "sha512-dmqZB7mrb94PZSAOYtr+ZN5qt5owZIAgqtoTuqiFbHFtxgEcmQlRJVI+bO++fciBunXtB6MK7HrzrfcAzIz2NQ==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "@babel/types": "^7.14.5"
}
},
"@babel/helper-split-export-declaration": {
- "version": "7.0.0",
- "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0.tgz",
- "integrity": "sha512-MXkOJqva62dfC0w85mEf/LucPPS/1+04nmmRMPEBUB++hiiThQ2zPtX/mEWQ3mtzCEjIJvPY8nuwxXtQeQwUag==",
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.14.5.tgz",
+ "integrity": "sha512-hprxVPu6e5Kdp2puZUmvOGjaLv9TCe58E/Fl6hRq4YiVQxIcNvuq6uTM2r1mT/oPskuS9CgR+I94sqAYv0NGKA==",
"dev": true,
+ "peer": true,
"requires": {
- "@babel/types": "^7.0.0"
+ "@babel/types": "^7.14.5"
}
},
+ "@babel/helper-validator-identifier": {
+ "version": "7.14.9",
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.9.tgz",
+ "integrity": "sha512-pQYxPY0UP6IHISRitNe8bsijHex4TWZXi2HwKVsjPiltzlhse2znVcm9Ace510VT1kxIHjGJCZZQBX2gJDbo0g==",
+ "dev": true,
+ "peer": true
+ },
+ "@babel/helper-validator-option": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz",
+ "integrity": "sha512-OX8D5eeX4XwcroVW45NMvoYaIuFI+GQpA2a8Gi+X/U/cDUIRsV37qQfF905F0htTRCREQIB4KqPeaveRJUl3Ow==",
+ "dev": true,
+ "peer": true
+ },
"@babel/helper-wrap-function": {
- "version": "7.2.0",
- "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.2.0.tgz",
- "integrity": "sha512-o9fP1BZLLSrYlxYEYyl2aS+Flun5gtjTIG8iln+XuEzQTs0PLagAGSXUcqruJwD5fM48jzIEggCKpIfWTcR7pQ==",
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.14.5.tgz",
+ "integrity": "sha512-YEdjTCq+LNuNS1WfxsDCNpgXkJaIyqco6DAelTUjT4f2KIWC1nBcaCaSdHTBqQVLnTBexBcVcFhLSU1KnYuePQ==",
"dev": true,
+ "peer": true,
"requires": {
- "@babel/helper-function-name": "^7.1.0",
- "@babel/template": "^7.1.0",
- "@babel/traverse": "^7.1.0",
- "@babel/types": "^7.2.0"
+ "@babel/helper-function-name": "^7.14.5",
+ "@babel/template": "^7.14.5",
+ "@babel/traverse": "^7.14.5",
+ "@babel/types": "^7.14.5"
}
},
"@babel/helpers": {
- "version": "7.4.0",
- "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.4.0.tgz",
- "integrity": "sha512-2Lfcn74A2WSFUbYJ76ilYE1GnegCKUHTfXxp25EL2zPZHjV7OcDncqNjl295mUH0VnB65mNriXW4J5ROvxsgGg==",
+ "version": "7.14.8",
+ "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.14.8.tgz",
+ "integrity": "sha512-ZRDmI56pnV+p1dH6d+UN6GINGz7Krps3+270qqI9UJ4wxYThfAIcI5i7j5vXC4FJ3Wap+S9qcebxeYiqn87DZw==",
"dev": true,
+ "peer": true,
"requires": {
- "@babel/template": "^7.4.0",
- "@babel/traverse": "^7.4.0",
- "@babel/types": "^7.4.0"
- },
- "dependencies": {
- "@babel/generator": {
- "version": "7.4.0",
- "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.4.0.tgz",
- "integrity": "sha512-/v5I+a1jhGSKLgZDcmAUZ4K/VePi43eRkUs3yePW1HB1iANOD5tqJXwGSG4BZhSksP8J9ejSlwGeTiiOFZOrXQ==",
- "dev": true,
- "requires": {
- "@babel/types": "^7.4.0",
- "jsesc": "^2.5.1",
- "lodash": "^4.17.11",
- "source-map": "^0.5.0",
- "trim-right": "^1.0.1"
- }
- },
- "@babel/helper-split-export-declaration": {
- "version": "7.4.0",
- "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.4.0.tgz",
- "integrity": "sha512-7Cuc6JZiYShaZnybDmfwhY4UYHzI6rlqhWjaIqbsJGsIqPimEYy5uh3akSRLMg65LSdSEnJ8a8/bWQN6u2oMGw==",
- "dev": true,
- "requires": {
- "@babel/types": "^7.4.0"
- }
- },
- "@babel/parser": {
- "version": "7.4.0",
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.4.0.tgz",
- "integrity": "sha512-ZmMhJfU/+SXXvy9ALjDZopa3T3EixQtQai89JRC48eM9OUwrxJjYjuM/0wmdl2AekytlzMVhPY8cYdLb13kpKQ==",
- "dev": true
- },
- "@babel/template": {
- "version": "7.4.0",
- "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.4.0.tgz",
- "integrity": "sha512-SOWwxxClTTh5NdbbYZ0BmaBVzxzTh2tO/TeLTbF6MO6EzVhHTnff8CdBXx3mEtazFBoysmEM6GU/wF+SuSx4Fw==",
- "dev": true,
- "requires": {
- "@babel/code-frame": "^7.0.0",
- "@babel/parser": "^7.4.0",
- "@babel/types": "^7.4.0"
- }
- },
- "@babel/traverse": {
- "version": "7.4.0",
- "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.4.0.tgz",
- "integrity": "sha512-/DtIHKfyg2bBKnIN+BItaIlEg5pjAnzHOIQe5w+rHAw/rg9g0V7T4rqPX8BJPfW11kt3koyjAnTNwCzb28Y1PA==",
- "dev": true,
- "requires": {
- "@babel/code-frame": "^7.0.0",
- "@babel/generator": "^7.4.0",
- "@babel/helper-function-name": "^7.1.0",
- "@babel/helper-split-export-declaration": "^7.4.0",
- "@babel/parser": "^7.4.0",
- "@babel/types": "^7.4.0",
- "debug": "^4.1.0",
- "globals": "^11.1.0",
- "lodash": "^4.17.11"
- }
- },
- "@babel/types": {
- "version": "7.4.0",
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.4.0.tgz",
- "integrity": "sha512-aPvkXyU2SPOnztlgo8n9cEiXW755mgyvueUPcpStqdzoSPm0fjO0vQBjLkt3JKJW7ufikfcnMTTPsN1xaTsBPA==",
- "dev": true,
- "requires": {
- "esutils": "^2.0.2",
- "lodash": "^4.17.11",
- "to-fast-properties": "^2.0.0"
- }
- }
+ "@babel/template": "^7.14.5",
+ "@babel/traverse": "^7.14.8",
+ "@babel/types": "^7.14.8"
}
},
"@babel/highlight": {
- "version": "7.0.0",
- "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.0.0.tgz",
- "integrity": "sha512-UFMC4ZeFC48Tpvj7C8UgLvtkaUuovQX+5xNWrsIoMG8o2z+XFKjKaN9iVmS84dPwVN00W4wPmqvYoZF3EGAsfw==",
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.14.5.tgz",
+ "integrity": "sha512-qf9u2WFWVV0MppaL877j2dBtQIDgmidgjGk5VIMw3OadXvYaXn66U1BFlH2t4+t3i+8PhedppRv+i40ABzd+gg==",
"dev": true,
+ "peer": true,
"requires": {
+ "@babel/helper-validator-identifier": "^7.14.5",
"chalk": "^2.0.0",
- "esutils": "^2.0.2",
"js-tokens": "^4.0.0"
}
},
"@babel/parser": {
- "version": "7.2.3",
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.2.3.tgz",
- "integrity": "sha512-0LyEcVlfCoFmci8mXx8A5oIkpkOgyo8dRHtxBnK9RRBwxO2+JZPNsqtVEZQ7mJFPxnXF9lfmU24mHOPI0qnlkA==",
- "dev": true
+ "version": "7.15.0",
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.15.0.tgz",
+ "integrity": "sha512-0v7oNOjr6YT9Z2RAOTv4T9aP+ubfx4Q/OhVtAet7PFDt0t9Oy6Jn+/rfC6b8HJ5zEqrQCiMxJfgtHpmIminmJQ==",
+ "dev": true,
+ "peer": true
+ },
+ "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.14.5.tgz",
+ "integrity": "sha512-ZoJS2XCKPBfTmL122iP6NM9dOg+d4lc9fFk3zxc8iDjvt8Pk4+TlsHSKhIPf6X+L5ORCdBzqMZDjL/WHj7WknQ==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.14.5",
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.14.5",
+ "@babel/plugin-proposal-optional-chaining": "^7.14.5"
+ }
},
"@babel/plugin-proposal-async-generator-functions": {
- "version": "7.2.0",
- "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.2.0.tgz",
- "integrity": "sha512-+Dfo/SCQqrwx48ptLVGLdE39YtWRuKc/Y9I5Fy0P1DDBB9lsAHpjcEJQt+4IifuSOSTLBKJObJqMvaO1pIE8LQ==",
+ "version": "7.14.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.14.9.tgz",
+ "integrity": "sha512-d1lnh+ZnKrFKwtTYdw320+sQWCTwgkB9fmUhNXRADA4akR6wLjaruSGnIEUjpt9HCOwTr4ynFTKu19b7rFRpmw==",
"dev": true,
+ "peer": true,
"requires": {
- "@babel/helper-plugin-utils": "^7.0.0",
- "@babel/helper-remap-async-to-generator": "^7.1.0",
- "@babel/plugin-syntax-async-generators": "^7.2.0"
+ "@babel/helper-plugin-utils": "^7.14.5",
+ "@babel/helper-remap-async-to-generator": "^7.14.5",
+ "@babel/plugin-syntax-async-generators": "^7.8.4"
}
},
"@babel/plugin-proposal-class-properties": {
- "version": "7.3.4",
- "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.3.4.tgz",
- "integrity": "sha512-lUf8D3HLs4yYlAo8zjuneLvfxN7qfKv1Yzbj5vjqaqMJxgJA3Ipwp4VUJ+OrOdz53Wbww6ahwB8UhB2HQyLotA==",
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.14.5.tgz",
+ "integrity": "sha512-q/PLpv5Ko4dVc1LYMpCY7RVAAO4uk55qPwrIuJ5QJ8c6cVuAmhu7I/49JOppXL6gXf7ZHzpRVEUZdYoPLM04Gg==",
"dev": true,
+ "peer": true,
"requires": {
- "@babel/helper-create-class-features-plugin": "^7.3.4",
- "@babel/helper-plugin-utils": "^7.0.0"
+ "@babel/helper-create-class-features-plugin": "^7.14.5",
+ "@babel/helper-plugin-utils": "^7.14.5"
}
},
- "@babel/plugin-proposal-decorators": {
- "version": "7.3.0",
- "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.3.0.tgz",
- "integrity": "sha512-3W/oCUmsO43FmZIqermmq6TKaRSYhmh/vybPfVFwQWdSb8xwki38uAIvknCRzuyHRuYfCYmJzL9or1v0AffPjg==",
+ "@babel/plugin-proposal-class-static-block": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.14.5.tgz",
+ "integrity": "sha512-KBAH5ksEnYHCegqseI5N9skTdxgJdmDoAOc0uXa+4QMYKeZD0w5IARh4FMlTNtaHhbB8v+KzMdTgxMMzsIy6Yg==",
"dev": true,
+ "peer": true,
"requires": {
- "@babel/helper-create-class-features-plugin": "^7.3.0",
- "@babel/helper-plugin-utils": "^7.0.0",
- "@babel/plugin-syntax-decorators": "^7.2.0"
+ "@babel/helper-create-class-features-plugin": "^7.14.5",
+ "@babel/helper-plugin-utils": "^7.14.5",
+ "@babel/plugin-syntax-class-static-block": "^7.14.5"
+ }
+ },
+ "@babel/plugin-proposal-dynamic-import": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.14.5.tgz",
+ "integrity": "sha512-ExjiNYc3HDN5PXJx+bwC50GIx/KKanX2HiggnIUAYedbARdImiCU4RhhHfdf0Kd7JNXGpsBBBCOm+bBVy3Gb0g==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.14.5",
+ "@babel/plugin-syntax-dynamic-import": "^7.8.3"
+ }
+ },
+ "@babel/plugin-proposal-export-namespace-from": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.14.5.tgz",
+ "integrity": "sha512-g5POA32bXPMmSBu5Dx/iZGLGnKmKPc5AiY7qfZgurzrCYgIztDlHFbznSNCoQuv57YQLnQfaDi7dxCtLDIdXdA==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.14.5",
+ "@babel/plugin-syntax-export-namespace-from": "^7.8.3"
}
},
"@babel/plugin-proposal-json-strings": {
- "version": "7.2.0",
- "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.2.0.tgz",
- "integrity": "sha512-MAFV1CA/YVmYwZG0fBQyXhmj0BHCB5egZHCKWIFVv/XCxAeVGIHfos3SwDck4LvCllENIAg7xMKOG5kH0dzyUg==",
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.14.5.tgz",
+ "integrity": "sha512-NSq2fczJYKVRIsUJyNxrVUMhB27zb7N7pOFGQOhBKJrChbGcgEAqyZrmZswkPk18VMurEeJAaICbfm57vUeTbQ==",
"dev": true,
+ "peer": true,
"requires": {
- "@babel/helper-plugin-utils": "^7.0.0",
- "@babel/plugin-syntax-json-strings": "^7.2.0"
+ "@babel/helper-plugin-utils": "^7.14.5",
+ "@babel/plugin-syntax-json-strings": "^7.8.3"
+ }
+ },
+ "@babel/plugin-proposal-logical-assignment-operators": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.14.5.tgz",
+ "integrity": "sha512-YGn2AvZAo9TwyhlLvCCWxD90Xq8xJ4aSgaX3G5D/8DW94L8aaT+dS5cSP+Z06+rCJERGSr9GxMBZ601xoc2taw==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.14.5",
+ "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4"
+ }
+ },
+ "@babel/plugin-proposal-nullish-coalescing-operator": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.14.5.tgz",
+ "integrity": "sha512-gun/SOnMqjSb98Nkaq2rTKMwervfdAoz6NphdY0vTfuzMfryj+tDGb2n6UkDKwez+Y8PZDhE3D143v6Gepp4Hg==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.14.5",
+ "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3"
+ }
+ },
+ "@babel/plugin-proposal-numeric-separator": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.14.5.tgz",
+ "integrity": "sha512-yiclALKe0vyZRZE0pS6RXgjUOt87GWv6FYa5zqj15PvhOGFO69R5DusPlgK/1K5dVnCtegTiWu9UaBSrLLJJBg==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.14.5",
+ "@babel/plugin-syntax-numeric-separator": "^7.10.4"
}
},
"@babel/plugin-proposal-object-rest-spread": {
- "version": "7.4.0",
- "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.4.0.tgz",
- "integrity": "sha512-uTNi8pPYyUH2eWHyYWWSYJKwKg34hhgl4/dbejEjL+64OhbHjTX7wEVWMQl82tEmdDsGeu77+s8HHLS627h6OQ==",
+ "version": "7.14.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.14.7.tgz",
+ "integrity": "sha512-082hsZz+sVabfmDWo1Oct1u1AgbKbUAyVgmX4otIc7bdsRgHBXwTwb3DpDmD4Eyyx6DNiuz5UAATT655k+kL5g==",
"dev": true,
+ "peer": true,
"requires": {
- "@babel/helper-plugin-utils": "^7.0.0",
- "@babel/plugin-syntax-object-rest-spread": "^7.2.0"
+ "@babel/compat-data": "^7.14.7",
+ "@babel/helper-compilation-targets": "^7.14.5",
+ "@babel/helper-plugin-utils": "^7.14.5",
+ "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
+ "@babel/plugin-transform-parameters": "^7.14.5"
}
},
"@babel/plugin-proposal-optional-catch-binding": {
- "version": "7.2.0",
- "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.2.0.tgz",
- "integrity": "sha512-mgYj3jCcxug6KUcX4OBoOJz3CMrwRfQELPQ5560F70YQUBZB7uac9fqaWamKR1iWUzGiK2t0ygzjTScZnVz75g==",
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.14.5.tgz",
+ "integrity": "sha512-3Oyiixm0ur7bzO5ybNcZFlmVsygSIQgdOa7cTfOYCMY+wEPAYhZAJxi3mixKFCTCKUhQXuCTtQ1MzrpL3WT8ZQ==",
"dev": true,
+ "peer": true,
"requires": {
- "@babel/helper-plugin-utils": "^7.0.0",
- "@babel/plugin-syntax-optional-catch-binding": "^7.2.0"
+ "@babel/helper-plugin-utils": "^7.14.5",
+ "@babel/plugin-syntax-optional-catch-binding": "^7.8.3"
+ }
+ },
+ "@babel/plugin-proposal-optional-chaining": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.14.5.tgz",
+ "integrity": "sha512-ycz+VOzo2UbWNI1rQXxIuMOzrDdHGrI23fRiz/Si2R4kv2XZQ1BK8ccdHwehMKBlcH/joGW/tzrUmo67gbJHlQ==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.14.5",
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.14.5",
+ "@babel/plugin-syntax-optional-chaining": "^7.8.3"
+ }
+ },
+ "@babel/plugin-proposal-private-methods": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.14.5.tgz",
+ "integrity": "sha512-838DkdUA1u+QTCplatfq4B7+1lnDa/+QMI89x5WZHBcnNv+47N8QEj2k9I2MUU9xIv8XJ4XvPCviM/Dj7Uwt9g==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "@babel/helper-create-class-features-plugin": "^7.14.5",
+ "@babel/helper-plugin-utils": "^7.14.5"
+ }
+ },
+ "@babel/plugin-proposal-private-property-in-object": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.14.5.tgz",
+ "integrity": "sha512-62EyfyA3WA0mZiF2e2IV9mc9Ghwxcg8YTu8BS4Wss4Y3PY725OmS9M0qLORbJwLqFtGh+jiE4wAmocK2CTUK2Q==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "@babel/helper-annotate-as-pure": "^7.14.5",
+ "@babel/helper-create-class-features-plugin": "^7.14.5",
+ "@babel/helper-plugin-utils": "^7.14.5",
+ "@babel/plugin-syntax-private-property-in-object": "^7.14.5"
}
},
"@babel/plugin-proposal-unicode-property-regex": {
- "version": "7.4.0",
- "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.4.0.tgz",
- "integrity": "sha512-h/KjEZ3nK9wv1P1FSNb9G079jXrNYR0Ko+7XkOx85+gM24iZbPn0rh4vCftk+5QKY7y1uByFataBTmX7irEF1w==",
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.14.5.tgz",
+ "integrity": "sha512-6axIeOU5LnY471KenAB9vI8I5j7NQ2d652hIYwVyRfgaZT5UpiqFKCuVXCDMSrU+3VFafnu2c5m3lrWIlr6A5Q==",
"dev": true,
+ "peer": true,
"requires": {
- "@babel/helper-plugin-utils": "^7.0.0",
- "@babel/helper-regex": "^7.0.0",
- "regexpu-core": "^4.5.4"
+ "@babel/helper-create-regexp-features-plugin": "^7.14.5",
+ "@babel/helper-plugin-utils": "^7.14.5"
}
},
"@babel/plugin-syntax-async-generators": {
- "version": "7.2.0",
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.2.0.tgz",
- "integrity": "sha512-1ZrIRBv2t0GSlcwVoQ6VgSLpLgiN/FVQUzt9znxo7v2Ov4jJrs8RY8tv0wvDmFN3qIdMKWrmMMW6yZ0G19MfGg==",
+ "version": "7.8.4",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz",
+ "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==",
"dev": true,
+ "peer": true,
"requires": {
- "@babel/helper-plugin-utils": "^7.0.0"
+ "@babel/helper-plugin-utils": "^7.8.0"
}
},
- "@babel/plugin-syntax-decorators": {
- "version": "7.2.0",
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.2.0.tgz",
- "integrity": "sha512-38QdqVoXdHUQfTpZo3rQwqQdWtCn5tMv4uV6r2RMfTqNBuv4ZBhz79SfaQWKTVmxHjeFv/DnXVC/+agHCklYWA==",
+ "@babel/plugin-syntax-class-properties": {
+ "version": "7.12.13",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz",
+ "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==",
"dev": true,
+ "peer": true,
"requires": {
- "@babel/helper-plugin-utils": "^7.0.0"
+ "@babel/helper-plugin-utils": "^7.12.13"
+ }
+ },
+ "@babel/plugin-syntax-class-static-block": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz",
+ "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.14.5"
}
},
"@babel/plugin-syntax-dynamic-import": {
- "version": "7.2.0",
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.2.0.tgz",
- "integrity": "sha512-mVxuJ0YroI/h/tbFTPGZR8cv6ai+STMKNBq0f8hFxsxWjl94qqhsb+wXbpNMDPU3cfR1TIsVFzU3nXyZMqyK4w==",
+ "version": "7.8.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz",
+ "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.8.0"
+ }
+ },
+ "@babel/plugin-syntax-export-namespace-from": {
+ "version": "7.8.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz",
+ "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==",
"dev": true,
+ "peer": true,
"requires": {
- "@babel/helper-plugin-utils": "^7.0.0"
+ "@babel/helper-plugin-utils": "^7.8.3"
}
},
"@babel/plugin-syntax-json-strings": {
- "version": "7.2.0",
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.2.0.tgz",
- "integrity": "sha512-5UGYnMSLRE1dqqZwug+1LISpA403HzlSfsg6P9VXU6TBjcSHeNlw4DxDx7LgpF+iKZoOG/+uzqoRHTdcUpiZNg==",
+ "version": "7.8.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz",
+ "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==",
"dev": true,
+ "peer": true,
"requires": {
- "@babel/helper-plugin-utils": "^7.0.0"
+ "@babel/helper-plugin-utils": "^7.8.0"
}
},
- "@babel/plugin-syntax-jsx": {
- "version": "7.2.0",
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.2.0.tgz",
- "integrity": "sha512-VyN4QANJkRW6lDBmENzRszvZf3/4AXaj9YR7GwrWeeN9tEBPuXbmDYVU9bYBN0D70zCWVwUy0HWq2553VCb6Hw==",
+ "@babel/plugin-syntax-logical-assignment-operators": {
+ "version": "7.10.4",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz",
+ "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==",
"dev": true,
+ "peer": true,
"requires": {
- "@babel/helper-plugin-utils": "^7.0.0"
+ "@babel/helper-plugin-utils": "^7.10.4"
+ }
+ },
+ "@babel/plugin-syntax-nullish-coalescing-operator": {
+ "version": "7.8.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz",
+ "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.8.0"
+ }
+ },
+ "@babel/plugin-syntax-numeric-separator": {
+ "version": "7.10.4",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz",
+ "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.10.4"
}
},
"@babel/plugin-syntax-object-rest-spread": {
- "version": "7.2.0",
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.2.0.tgz",
- "integrity": "sha512-t0JKGgqk2We+9may3t0xDdmneaXmyxq0xieYcKHxIsrJO64n1OiMWNUtc5gQK1PA0NpdCRrtZp4z+IUaKugrSA==",
+ "version": "7.8.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz",
+ "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==",
"dev": true,
+ "peer": true,
"requires": {
- "@babel/helper-plugin-utils": "^7.0.0"
+ "@babel/helper-plugin-utils": "^7.8.0"
}
},
"@babel/plugin-syntax-optional-catch-binding": {
- "version": "7.2.0",
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.2.0.tgz",
- "integrity": "sha512-bDe4xKNhb0LI7IvZHiA13kff0KEfaGX/Hv4lMA9+7TEc63hMNvfKo6ZFpXhKuEp+II/q35Gc4NoMeDZyaUbj9w==",
+ "version": "7.8.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz",
+ "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.8.0"
+ }
+ },
+ "@babel/plugin-syntax-optional-chaining": {
+ "version": "7.8.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz",
+ "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.8.0"
+ }
+ },
+ "@babel/plugin-syntax-private-property-in-object": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz",
+ "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.14.5"
+ }
+ },
+ "@babel/plugin-syntax-top-level-await": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz",
+ "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==",
"dev": true,
+ "peer": true,
"requires": {
- "@babel/helper-plugin-utils": "^7.0.0"
+ "@babel/helper-plugin-utils": "^7.14.5"
}
},
"@babel/plugin-transform-arrow-functions": {
- "version": "7.2.0",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.2.0.tgz",
- "integrity": "sha512-ER77Cax1+8/8jCB9fo4Ud161OZzWN5qawi4GusDuRLcDbDG+bIGYY20zb2dfAFdTRGzrfq2xZPvF0R64EHnimg==",
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.14.5.tgz",
+ "integrity": "sha512-KOnO0l4+tD5IfOdi4x8C1XmEIRWUjNRV8wc6K2vz/3e8yAOoZZvsRXRRIF/yo/MAOFb4QjtAw9xSxMXbSMRy8A==",
"dev": true,
+ "peer": true,
"requires": {
- "@babel/helper-plugin-utils": "^7.0.0"
+ "@babel/helper-plugin-utils": "^7.14.5"
}
},
"@babel/plugin-transform-async-to-generator": {
- "version": "7.4.0",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.4.0.tgz",
- "integrity": "sha512-EeaFdCeUULM+GPFEsf7pFcNSxM7hYjoj5fiYbyuiXobW4JhFnjAv9OWzNwHyHcKoPNpAfeRDuW6VyaXEDUBa7g==",
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.14.5.tgz",
+ "integrity": "sha512-szkbzQ0mNk0rpu76fzDdqSyPu0MuvpXgC+6rz5rpMb5OIRxdmHfQxrktL8CYolL2d8luMCZTR0DpIMIdL27IjA==",
"dev": true,
+ "peer": true,
"requires": {
- "@babel/helper-module-imports": "^7.0.0",
- "@babel/helper-plugin-utils": "^7.0.0",
- "@babel/helper-remap-async-to-generator": "^7.1.0"
+ "@babel/helper-module-imports": "^7.14.5",
+ "@babel/helper-plugin-utils": "^7.14.5",
+ "@babel/helper-remap-async-to-generator": "^7.14.5"
}
},
"@babel/plugin-transform-block-scoped-functions": {
- "version": "7.2.0",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.2.0.tgz",
- "integrity": "sha512-ntQPR6q1/NKuphly49+QiQiTN0O63uOwjdD6dhIjSWBI5xlrbUFh720TIpzBhpnrLfv2tNH/BXvLIab1+BAI0w==",
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.14.5.tgz",
+ "integrity": "sha512-dtqWqdWZ5NqBX3KzsVCWfQI3A53Ft5pWFCT2eCVUftWZgjc5DpDponbIF1+c+7cSGk2wN0YK7HGL/ezfRbpKBQ==",
"dev": true,
+ "peer": true,
"requires": {
- "@babel/helper-plugin-utils": "^7.0.0"
+ "@babel/helper-plugin-utils": "^7.14.5"
}
},
"@babel/plugin-transform-block-scoping": {
- "version": "7.4.0",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.4.0.tgz",
- "integrity": "sha512-AWyt3k+fBXQqt2qb9r97tn3iBwFpiv9xdAiG+Gr2HpAZpuayvbL55yWrsV3MyHvXk/4vmSiedhDRl1YI2Iy5nQ==",
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.14.5.tgz",
+ "integrity": "sha512-LBYm4ZocNgoCqyxMLoOnwpsmQ18HWTQvql64t3GvMUzLQrNoV1BDG0lNftC8QKYERkZgCCT/7J5xWGObGAyHDw==",
"dev": true,
+ "peer": true,
"requires": {
- "@babel/helper-plugin-utils": "^7.0.0",
- "lodash": "^4.17.11"
+ "@babel/helper-plugin-utils": "^7.14.5"
}
},
"@babel/plugin-transform-classes": {
- "version": "7.4.0",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.4.0.tgz",
- "integrity": "sha512-XGg1Mhbw4LDmrO9rSTNe+uI79tQPdGs0YASlxgweYRLZqo/EQktjaOV4tchL/UZbM0F+/94uOipmdNGoaGOEYg==",
- "dev": true,
- "requires": {
- "@babel/helper-annotate-as-pure": "^7.0.0",
- "@babel/helper-define-map": "^7.4.0",
- "@babel/helper-function-name": "^7.1.0",
- "@babel/helper-optimise-call-expression": "^7.0.0",
- "@babel/helper-plugin-utils": "^7.0.0",
- "@babel/helper-replace-supers": "^7.4.0",
- "@babel/helper-split-export-declaration": "^7.4.0",
+ "version": "7.14.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.14.9.tgz",
+ "integrity": "sha512-NfZpTcxU3foGWbl4wxmZ35mTsYJy8oQocbeIMoDAGGFarAmSQlL+LWMkDx/tj6pNotpbX3rltIA4dprgAPOq5A==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "@babel/helper-annotate-as-pure": "^7.14.5",
+ "@babel/helper-function-name": "^7.14.5",
+ "@babel/helper-optimise-call-expression": "^7.14.5",
+ "@babel/helper-plugin-utils": "^7.14.5",
+ "@babel/helper-replace-supers": "^7.14.5",
+ "@babel/helper-split-export-declaration": "^7.14.5",
"globals": "^11.1.0"
- },
- "dependencies": {
- "@babel/helper-split-export-declaration": {
- "version": "7.4.0",
- "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.4.0.tgz",
- "integrity": "sha512-7Cuc6JZiYShaZnybDmfwhY4UYHzI6rlqhWjaIqbsJGsIqPimEYy5uh3akSRLMg65LSdSEnJ8a8/bWQN6u2oMGw==",
- "dev": true,
- "requires": {
- "@babel/types": "^7.4.0"
- }
- },
- "@babel/types": {
- "version": "7.4.0",
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.4.0.tgz",
- "integrity": "sha512-aPvkXyU2SPOnztlgo8n9cEiXW755mgyvueUPcpStqdzoSPm0fjO0vQBjLkt3JKJW7ufikfcnMTTPsN1xaTsBPA==",
- "dev": true,
- "requires": {
- "esutils": "^2.0.2",
- "lodash": "^4.17.11",
- "to-fast-properties": "^2.0.0"
- }
- }
}
},
"@babel/plugin-transform-computed-properties": {
- "version": "7.2.0",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.2.0.tgz",
- "integrity": "sha512-kP/drqTxY6Xt3NNpKiMomfgkNn4o7+vKxK2DDKcBG9sHj51vHqMBGy8wbDS/J4lMxnqs153/T3+DmCEAkC5cpA==",
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.14.5.tgz",
+ "integrity": "sha512-pWM+E4283UxaVzLb8UBXv4EIxMovU4zxT1OPnpHJcmnvyY9QbPPTKZfEj31EUvG3/EQRbYAGaYEUZ4yWOBC2xg==",
"dev": true,
+ "peer": true,
"requires": {
- "@babel/helper-plugin-utils": "^7.0.0"
+ "@babel/helper-plugin-utils": "^7.14.5"
}
},
"@babel/plugin-transform-destructuring": {
- "version": "7.4.0",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.4.0.tgz",
- "integrity": "sha512-HySkoatyYTY3ZwLI8GGvkRWCFrjAGXUHur5sMecmCIdIharnlcWWivOqDJI76vvmVZfzwb6G08NREsrY96RhGQ==",
+ "version": "7.14.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.14.7.tgz",
+ "integrity": "sha512-0mDE99nK+kVh3xlc5vKwB6wnP9ecuSj+zQCa/n0voENtP/zymdT4HH6QEb65wjjcbqr1Jb/7z9Qp7TF5FtwYGw==",
"dev": true,
+ "peer": true,
"requires": {
- "@babel/helper-plugin-utils": "^7.0.0"
+ "@babel/helper-plugin-utils": "^7.14.5"
}
},
"@babel/plugin-transform-dotall-regex": {
- "version": "7.2.0",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.2.0.tgz",
- "integrity": "sha512-sKxnyHfizweTgKZf7XsXu/CNupKhzijptfTM+bozonIuyVrLWVUvYjE2bhuSBML8VQeMxq4Mm63Q9qvcvUcciQ==",
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.14.5.tgz",
+ "integrity": "sha512-loGlnBdj02MDsFaHhAIJzh7euK89lBrGIdM9EAtHFo6xKygCUGuuWe07o1oZVk287amtW1n0808sQM99aZt3gw==",
"dev": true,
+ "peer": true,
"requires": {
- "@babel/helper-plugin-utils": "^7.0.0",
- "@babel/helper-regex": "^7.0.0",
- "regexpu-core": "^4.1.3"
+ "@babel/helper-create-regexp-features-plugin": "^7.14.5",
+ "@babel/helper-plugin-utils": "^7.14.5"
}
},
"@babel/plugin-transform-duplicate-keys": {
- "version": "7.2.0",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.2.0.tgz",
- "integrity": "sha512-q+yuxW4DsTjNceUiTzK0L+AfQ0zD9rWaTLiUqHA8p0gxx7lu1EylenfzjeIWNkPy6e/0VG/Wjw9uf9LueQwLOw==",
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.14.5.tgz",
+ "integrity": "sha512-iJjbI53huKbPDAsJ8EmVmvCKeeq21bAze4fu9GBQtSLqfvzj2oRuHVx4ZkDwEhg1htQ+5OBZh/Ab0XDf5iBZ7A==",
"dev": true,
+ "peer": true,
"requires": {
- "@babel/helper-plugin-utils": "^7.0.0"
+ "@babel/helper-plugin-utils": "^7.14.5"
}
},
"@babel/plugin-transform-exponentiation-operator": {
- "version": "7.2.0",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.2.0.tgz",
- "integrity": "sha512-umh4hR6N7mu4Elq9GG8TOu9M0bakvlsREEC+ialrQN6ABS4oDQ69qJv1VtR3uxlKMCQMCvzk7vr17RHKcjx68A==",
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.14.5.tgz",
+ "integrity": "sha512-jFazJhMBc9D27o9jDnIE5ZErI0R0m7PbKXVq77FFvqFbzvTMuv8jaAwLZ5PviOLSFttqKIW0/wxNSDbjLk0tYA==",
"dev": true,
+ "peer": true,
"requires": {
- "@babel/helper-builder-binary-assignment-operator-visitor": "^7.1.0",
- "@babel/helper-plugin-utils": "^7.0.0"
+ "@babel/helper-builder-binary-assignment-operator-visitor": "^7.14.5",
+ "@babel/helper-plugin-utils": "^7.14.5"
}
},
"@babel/plugin-transform-for-of": {
- "version": "7.4.0",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.4.0.tgz",
- "integrity": "sha512-vWdfCEYLlYSxbsKj5lGtzA49K3KANtb8qCPQ1em07txJzsBwY+cKJzBHizj5fl3CCx7vt+WPdgDLTHmydkbQSQ==",
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.14.5.tgz",
+ "integrity": "sha512-CfmqxSUZzBl0rSjpoQSFoR9UEj3HzbGuGNL21/iFTmjb5gFggJp3ph0xR1YBhexmLoKRHzgxuFvty2xdSt6gTA==",
"dev": true,
+ "peer": true,
"requires": {
- "@babel/helper-plugin-utils": "^7.0.0"
+ "@babel/helper-plugin-utils": "^7.14.5"
}
},
"@babel/plugin-transform-function-name": {
- "version": "7.2.0",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.2.0.tgz",
- "integrity": "sha512-kWgksow9lHdvBC2Z4mxTsvc7YdY7w/V6B2vy9cTIPtLEE9NhwoWivaxdNM/S37elu5bqlLP/qOY906LukO9lkQ==",
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.14.5.tgz",
+ "integrity": "sha512-vbO6kv0fIzZ1GpmGQuvbwwm+O4Cbm2NrPzwlup9+/3fdkuzo1YqOZcXw26+YUJB84Ja7j9yURWposEHLYwxUfQ==",
"dev": true,
+ "peer": true,
"requires": {
- "@babel/helper-function-name": "^7.1.0",
- "@babel/helper-plugin-utils": "^7.0.0"
+ "@babel/helper-function-name": "^7.14.5",
+ "@babel/helper-plugin-utils": "^7.14.5"
}
},
"@babel/plugin-transform-literals": {
- "version": "7.2.0",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.2.0.tgz",
- "integrity": "sha512-2ThDhm4lI4oV7fVQ6pNNK+sx+c/GM5/SaML0w/r4ZB7sAneD/piDJtwdKlNckXeyGK7wlwg2E2w33C/Hh+VFCg==",
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.14.5.tgz",
+ "integrity": "sha512-ql33+epql2F49bi8aHXxvLURHkxJbSmMKl9J5yHqg4PLtdE6Uc48CH1GS6TQvZ86eoB/ApZXwm7jlA+B3kra7A==",
"dev": true,
+ "peer": true,
"requires": {
- "@babel/helper-plugin-utils": "^7.0.0"
+ "@babel/helper-plugin-utils": "^7.14.5"
+ }
+ },
+ "@babel/plugin-transform-member-expression-literals": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.14.5.tgz",
+ "integrity": "sha512-WkNXxH1VXVTKarWFqmso83xl+2V3Eo28YY5utIkbsmXoItO8Q3aZxN4BTS2k0hz9dGUloHK26mJMyQEYfkn/+Q==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.14.5"
}
},
"@babel/plugin-transform-modules-amd": {
- "version": "7.2.0",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.2.0.tgz",
- "integrity": "sha512-mK2A8ucqz1qhrdqjS9VMIDfIvvT2thrEsIQzbaTdc5QFzhDjQv2CkJJ5f6BXIkgbmaoax3zBr2RyvV/8zeoUZw==",
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.14.5.tgz",
+ "integrity": "sha512-3lpOU8Vxmp3roC4vzFpSdEpGUWSMsHFreTWOMMLzel2gNGfHE5UWIh/LN6ghHs2xurUp4jRFYMUIZhuFbody1g==",
"dev": true,
+ "peer": true,
"requires": {
- "@babel/helper-module-transforms": "^7.1.0",
- "@babel/helper-plugin-utils": "^7.0.0"
+ "@babel/helper-module-transforms": "^7.14.5",
+ "@babel/helper-plugin-utils": "^7.14.5",
+ "babel-plugin-dynamic-import-node": "^2.3.3"
}
},
"@babel/plugin-transform-modules-commonjs": {
- "version": "7.4.0",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.4.0.tgz",
- "integrity": "sha512-iWKAooAkipG7g1IY0eah7SumzfnIT3WNhT4uYB2kIsvHnNSB6MDYVa5qyICSwaTBDBY2c4SnJ3JtEa6ltJd6Jw==",
+ "version": "7.15.0",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.15.0.tgz",
+ "integrity": "sha512-3H/R9s8cXcOGE8kgMlmjYYC9nqr5ELiPkJn4q0mypBrjhYQoc+5/Maq69vV4xRPWnkzZuwJPf5rArxpB/35Cig==",
"dev": true,
+ "peer": true,
"requires": {
- "@babel/helper-module-transforms": "^7.1.0",
- "@babel/helper-plugin-utils": "^7.0.0",
- "@babel/helper-simple-access": "^7.1.0"
+ "@babel/helper-module-transforms": "^7.15.0",
+ "@babel/helper-plugin-utils": "^7.14.5",
+ "@babel/helper-simple-access": "^7.14.8",
+ "babel-plugin-dynamic-import-node": "^2.3.3"
}
},
"@babel/plugin-transform-modules-systemjs": {
- "version": "7.4.0",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.4.0.tgz",
- "integrity": "sha512-gjPdHmqiNhVoBqus5qK60mWPp1CmYWp/tkh11mvb0rrys01HycEGD7NvvSoKXlWEfSM9TcL36CpsK8ElsADptQ==",
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.14.5.tgz",
+ "integrity": "sha512-mNMQdvBEE5DcMQaL5LbzXFMANrQjd2W7FPzg34Y4yEz7dBgdaC+9B84dSO+/1Wba98zoDbInctCDo4JGxz1VYA==",
"dev": true,
+ "peer": true,
"requires": {
- "@babel/helper-hoist-variables": "^7.4.0",
- "@babel/helper-plugin-utils": "^7.0.0"
+ "@babel/helper-hoist-variables": "^7.14.5",
+ "@babel/helper-module-transforms": "^7.14.5",
+ "@babel/helper-plugin-utils": "^7.14.5",
+ "@babel/helper-validator-identifier": "^7.14.5",
+ "babel-plugin-dynamic-import-node": "^2.3.3"
}
},
"@babel/plugin-transform-modules-umd": {
- "version": "7.2.0",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.2.0.tgz",
- "integrity": "sha512-BV3bw6MyUH1iIsGhXlOK6sXhmSarZjtJ/vMiD9dNmpY8QXFFQTj+6v92pcfy1iqa8DeAfJFwoxcrS/TUZda6sw==",
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.14.5.tgz",
+ "integrity": "sha512-RfPGoagSngC06LsGUYyM9QWSXZ8MysEjDJTAea1lqRjNECE3y0qIJF/qbvJxc4oA4s99HumIMdXOrd+TdKaAAA==",
"dev": true,
+ "peer": true,
"requires": {
- "@babel/helper-module-transforms": "^7.1.0",
- "@babel/helper-plugin-utils": "^7.0.0"
+ "@babel/helper-module-transforms": "^7.14.5",
+ "@babel/helper-plugin-utils": "^7.14.5"
}
},
"@babel/plugin-transform-named-capturing-groups-regex": {
- "version": "7.4.2",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.4.2.tgz",
- "integrity": "sha512-NsAuliSwkL3WO2dzWTOL1oZJHm0TM8ZY8ZSxk2ANyKkt5SQlToGA4pzctmq1BEjoacurdwZ3xp2dCQWJkME0gQ==",
+ "version": "7.14.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.14.9.tgz",
+ "integrity": "sha512-l666wCVYO75mlAtGFfyFwnWmIXQm3kSH0C3IRnJqWcZbWkoihyAdDhFm2ZWaxWTqvBvhVFfJjMRQ0ez4oN1yYA==",
"dev": true,
+ "peer": true,
"requires": {
- "regexp-tree": "^0.1.0"
+ "@babel/helper-create-regexp-features-plugin": "^7.14.5"
}
},
"@babel/plugin-transform-new-target": {
- "version": "7.4.0",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.4.0.tgz",
- "integrity": "sha512-6ZKNgMQmQmrEX/ncuCwnnw1yVGoaOW5KpxNhoWI7pCQdA0uZ0HqHGqenCUIENAnxRjy2WwNQ30gfGdIgqJXXqw==",
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.14.5.tgz",
+ "integrity": "sha512-Nx054zovz6IIRWEB49RDRuXGI4Gy0GMgqG0cII9L3MxqgXz/+rgII+RU58qpo4g7tNEx1jG7rRVH4ihZoP4esQ==",
"dev": true,
+ "peer": true,
"requires": {
- "@babel/helper-plugin-utils": "^7.0.0"
+ "@babel/helper-plugin-utils": "^7.14.5"
}
},
"@babel/plugin-transform-object-super": {
- "version": "7.2.0",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.2.0.tgz",
- "integrity": "sha512-VMyhPYZISFZAqAPVkiYb7dUe2AsVi2/wCT5+wZdsNO31FojQJa9ns40hzZ6U9f50Jlq4w6qwzdBB2uwqZ00ebg==",
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.14.5.tgz",
+ "integrity": "sha512-MKfOBWzK0pZIrav9z/hkRqIk/2bTv9qvxHzPQc12RcVkMOzpIKnFCNYJip00ssKWYkd8Sf5g0Wr7pqJ+cmtuFg==",
"dev": true,
+ "peer": true,
"requires": {
- "@babel/helper-plugin-utils": "^7.0.0",
- "@babel/helper-replace-supers": "^7.1.0"
+ "@babel/helper-plugin-utils": "^7.14.5",
+ "@babel/helper-replace-supers": "^7.14.5"
}
},
"@babel/plugin-transform-parameters": {
- "version": "7.4.0",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.4.0.tgz",
- "integrity": "sha512-Xqv6d1X+doyiuCGDoVJFtlZx0onAX0tnc3dY8w71pv/O0dODAbusVv2Ale3cGOwfiyi895ivOBhYa9DhAM8dUA==",
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.14.5.tgz",
+ "integrity": "sha512-Tl7LWdr6HUxTmzQtzuU14SqbgrSKmaR77M0OKyq4njZLQTPfOvzblNKyNkGwOfEFCEx7KeYHQHDI0P3F02IVkA==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.14.5"
+ }
+ },
+ "@babel/plugin-transform-property-literals": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.14.5.tgz",
+ "integrity": "sha512-r1uilDthkgXW8Z1vJz2dKYLV1tuw2xsbrp3MrZmD99Wh9vsfKoob+JTgri5VUb/JqyKRXotlOtwgu4stIYCmnw==",
"dev": true,
+ "peer": true,
"requires": {
- "@babel/helper-call-delegate": "^7.4.0",
- "@babel/helper-get-function-arity": "^7.0.0",
- "@babel/helper-plugin-utils": "^7.0.0"
+ "@babel/helper-plugin-utils": "^7.14.5"
}
},
"@babel/plugin-transform-regenerator": {
- "version": "7.4.0",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.4.0.tgz",
- "integrity": "sha512-SZ+CgL4F0wm4npojPU6swo/cK4FcbLgxLd4cWpHaNXY/NJ2dpahODCqBbAwb2rDmVszVb3SSjnk9/vik3AYdBw==",
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.14.5.tgz",
+ "integrity": "sha512-NVIY1W3ITDP5xQl50NgTKlZ0GrotKtLna08/uGY6ErQt6VEQZXla86x/CTddm5gZdcr+5GSsvMeTmWA5Ii6pkg==",
"dev": true,
+ "peer": true,
"requires": {
- "regenerator-transform": "^0.13.4"
+ "regenerator-transform": "^0.14.2"
}
},
- "@babel/plugin-transform-runtime": {
- "version": "7.3.4",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.3.4.tgz",
- "integrity": "sha512-PaoARuztAdd5MgeVjAxnIDAIUet5KpogqaefQvPOmPYCxYoaPhautxDh3aO8a4xHsKgT/b9gSxR0BKK1MIewPA==",
+ "@babel/plugin-transform-reserved-words": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.14.5.tgz",
+ "integrity": "sha512-cv4F2rv1nD4qdexOGsRQXJrOcyb5CrgjUH9PKrrtyhSDBNWGxd0UIitjyJiWagS+EbUGjG++22mGH1Pub8D6Vg==",
"dev": true,
+ "peer": true,
"requires": {
- "@babel/helper-module-imports": "^7.0.0",
- "@babel/helper-plugin-utils": "^7.0.0",
- "resolve": "^1.8.1",
- "semver": "^5.5.1"
+ "@babel/helper-plugin-utils": "^7.14.5"
}
},
"@babel/plugin-transform-shorthand-properties": {
- "version": "7.2.0",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.2.0.tgz",
- "integrity": "sha512-QP4eUM83ha9zmYtpbnyjTLAGKQritA5XW/iG9cjtuOI8s1RuL/3V6a3DeSHfKutJQ+ayUfeZJPcnCYEQzaPQqg==",
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.14.5.tgz",
+ "integrity": "sha512-xLucks6T1VmGsTB+GWK5Pl9Jl5+nRXD1uoFdA5TSO6xtiNjtXTjKkmPdFXVLGlK5A2/or/wQMKfmQ2Y0XJfn5g==",
"dev": true,
+ "peer": true,
"requires": {
- "@babel/helper-plugin-utils": "^7.0.0"
+ "@babel/helper-plugin-utils": "^7.14.5"
}
},
"@babel/plugin-transform-spread": {
- "version": "7.2.2",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.2.2.tgz",
- "integrity": "sha512-KWfky/58vubwtS0hLqEnrWJjsMGaOeSBn90Ezn5Jeg9Z8KKHmELbP1yGylMlm5N6TPKeY9A2+UaSYLdxahg01w==",
+ "version": "7.14.6",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.14.6.tgz",
+ "integrity": "sha512-Zr0x0YroFJku7n7+/HH3A2eIrGMjbmAIbJSVv0IZ+t3U2WUQUA64S/oeied2e+MaGSjmt4alzBCsK9E8gh+fag==",
"dev": true,
+ "peer": true,
"requires": {
- "@babel/helper-plugin-utils": "^7.0.0"
+ "@babel/helper-plugin-utils": "^7.14.5",
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.14.5"
}
},
"@babel/plugin-transform-sticky-regex": {
- "version": "7.2.0",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.2.0.tgz",
- "integrity": "sha512-KKYCoGaRAf+ckH8gEL3JHUaFVyNHKe3ASNsZ+AlktgHevvxGigoIttrEJb8iKN03Q7Eazlv1s6cx2B2cQ3Jabw==",
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.14.5.tgz",
+ "integrity": "sha512-Z7F7GyvEMzIIbwnziAZmnSNpdijdr4dWt+FJNBnBLz5mwDFkqIXU9wmBcWWad3QeJF5hMTkRe4dAq2sUZiG+8A==",
"dev": true,
+ "peer": true,
"requires": {
- "@babel/helper-plugin-utils": "^7.0.0",
- "@babel/helper-regex": "^7.0.0"
+ "@babel/helper-plugin-utils": "^7.14.5"
}
},
"@babel/plugin-transform-template-literals": {
- "version": "7.2.0",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.2.0.tgz",
- "integrity": "sha512-FkPix00J9A/XWXv4VoKJBMeSkyY9x/TqIh76wzcdfl57RJJcf8CehQ08uwfhCDNtRQYtHQKBTwKZDEyjE13Lwg==",
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.14.5.tgz",
+ "integrity": "sha512-22btZeURqiepOfuy/VkFr+zStqlujWaarpMErvay7goJS6BWwdd6BY9zQyDLDa4x2S3VugxFb162IZ4m/S/+Gg==",
"dev": true,
+ "peer": true,
"requires": {
- "@babel/helper-annotate-as-pure": "^7.0.0",
- "@babel/helper-plugin-utils": "^7.0.0"
+ "@babel/helper-plugin-utils": "^7.14.5"
}
},
"@babel/plugin-transform-typeof-symbol": {
- "version": "7.2.0",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.2.0.tgz",
- "integrity": "sha512-2LNhETWYxiYysBtrBTqL8+La0jIoQQnIScUJc74OYvUGRmkskNY4EzLCnjHBzdmb38wqtTaixpo1NctEcvMDZw==",
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.14.5.tgz",
+ "integrity": "sha512-lXzLD30ffCWseTbMQzrvDWqljvZlHkXU+CnseMhkMNqU1sASnCsz3tSzAaH3vCUXb9PHeUb90ZT1BdFTm1xxJw==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.14.5"
+ }
+ },
+ "@babel/plugin-transform-unicode-escapes": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.14.5.tgz",
+ "integrity": "sha512-crTo4jATEOjxj7bt9lbYXcBAM3LZaUrbP2uUdxb6WIorLmjNKSpHfIybgY4B8SRpbf8tEVIWH3Vtm7ayCrKocA==",
"dev": true,
+ "peer": true,
"requires": {
- "@babel/helper-plugin-utils": "^7.0.0"
+ "@babel/helper-plugin-utils": "^7.14.5"
}
},
"@babel/plugin-transform-unicode-regex": {
- "version": "7.2.0",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.2.0.tgz",
- "integrity": "sha512-m48Y0lMhrbXEJnVUaYly29jRXbQ3ksxPrS1Tg8t+MHqzXhtBYAvI51euOBaoAlZLPHsieY9XPVMf80a5x0cPcA==",
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.14.5.tgz",
+ "integrity": "sha512-UygduJpC5kHeCiRw/xDVzC+wj8VaYSoKl5JNVmbP7MadpNinAm3SvZCxZ42H37KZBKztz46YC73i9yV34d0Tzw==",
"dev": true,
+ "peer": true,
"requires": {
- "@babel/helper-plugin-utils": "^7.0.0",
- "@babel/helper-regex": "^7.0.0",
- "regexpu-core": "^4.1.3"
+ "@babel/helper-create-regexp-features-plugin": "^7.14.5",
+ "@babel/helper-plugin-utils": "^7.14.5"
}
},
"@babel/preset-env": {
- "version": "7.4.2",
- "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.4.2.tgz",
- "integrity": "sha512-OEz6VOZaI9LW08CWVS3d9g/0jZA6YCn1gsKIy/fut7yZCJti5Lm1/Hi+uo/U+ODm7g4I6gULrCP+/+laT8xAsA==",
+ "version": "7.15.0",
+ "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.15.0.tgz",
+ "integrity": "sha512-FhEpCNFCcWW3iZLg0L2NPE9UerdtsCR6ZcsGHUX6Om6kbCQeL5QZDqFDmeNHC6/fy6UH3jEge7K4qG5uC9In0Q==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "@babel/compat-data": "^7.15.0",
+ "@babel/helper-compilation-targets": "^7.15.0",
+ "@babel/helper-plugin-utils": "^7.14.5",
+ "@babel/helper-validator-option": "^7.14.5",
+ "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.14.5",
+ "@babel/plugin-proposal-async-generator-functions": "^7.14.9",
+ "@babel/plugin-proposal-class-properties": "^7.14.5",
+ "@babel/plugin-proposal-class-static-block": "^7.14.5",
+ "@babel/plugin-proposal-dynamic-import": "^7.14.5",
+ "@babel/plugin-proposal-export-namespace-from": "^7.14.5",
+ "@babel/plugin-proposal-json-strings": "^7.14.5",
+ "@babel/plugin-proposal-logical-assignment-operators": "^7.14.5",
+ "@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
+ "@babel/plugin-proposal-numeric-separator": "^7.14.5",
+ "@babel/plugin-proposal-object-rest-spread": "^7.14.7",
+ "@babel/plugin-proposal-optional-catch-binding": "^7.14.5",
+ "@babel/plugin-proposal-optional-chaining": "^7.14.5",
+ "@babel/plugin-proposal-private-methods": "^7.14.5",
+ "@babel/plugin-proposal-private-property-in-object": "^7.14.5",
+ "@babel/plugin-proposal-unicode-property-regex": "^7.14.5",
+ "@babel/plugin-syntax-async-generators": "^7.8.4",
+ "@babel/plugin-syntax-class-properties": "^7.12.13",
+ "@babel/plugin-syntax-class-static-block": "^7.14.5",
+ "@babel/plugin-syntax-dynamic-import": "^7.8.3",
+ "@babel/plugin-syntax-export-namespace-from": "^7.8.3",
+ "@babel/plugin-syntax-json-strings": "^7.8.3",
+ "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
+ "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
+ "@babel/plugin-syntax-numeric-separator": "^7.10.4",
+ "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
+ "@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
+ "@babel/plugin-syntax-optional-chaining": "^7.8.3",
+ "@babel/plugin-syntax-private-property-in-object": "^7.14.5",
+ "@babel/plugin-syntax-top-level-await": "^7.14.5",
+ "@babel/plugin-transform-arrow-functions": "^7.14.5",
+ "@babel/plugin-transform-async-to-generator": "^7.14.5",
+ "@babel/plugin-transform-block-scoped-functions": "^7.14.5",
+ "@babel/plugin-transform-block-scoping": "^7.14.5",
+ "@babel/plugin-transform-classes": "^7.14.9",
+ "@babel/plugin-transform-computed-properties": "^7.14.5",
+ "@babel/plugin-transform-destructuring": "^7.14.7",
+ "@babel/plugin-transform-dotall-regex": "^7.14.5",
+ "@babel/plugin-transform-duplicate-keys": "^7.14.5",
+ "@babel/plugin-transform-exponentiation-operator": "^7.14.5",
+ "@babel/plugin-transform-for-of": "^7.14.5",
+ "@babel/plugin-transform-function-name": "^7.14.5",
+ "@babel/plugin-transform-literals": "^7.14.5",
+ "@babel/plugin-transform-member-expression-literals": "^7.14.5",
+ "@babel/plugin-transform-modules-amd": "^7.14.5",
+ "@babel/plugin-transform-modules-commonjs": "^7.15.0",
+ "@babel/plugin-transform-modules-systemjs": "^7.14.5",
+ "@babel/plugin-transform-modules-umd": "^7.14.5",
+ "@babel/plugin-transform-named-capturing-groups-regex": "^7.14.9",
+ "@babel/plugin-transform-new-target": "^7.14.5",
+ "@babel/plugin-transform-object-super": "^7.14.5",
+ "@babel/plugin-transform-parameters": "^7.14.5",
+ "@babel/plugin-transform-property-literals": "^7.14.5",
+ "@babel/plugin-transform-regenerator": "^7.14.5",
+ "@babel/plugin-transform-reserved-words": "^7.14.5",
+ "@babel/plugin-transform-shorthand-properties": "^7.14.5",
+ "@babel/plugin-transform-spread": "^7.14.6",
+ "@babel/plugin-transform-sticky-regex": "^7.14.5",
+ "@babel/plugin-transform-template-literals": "^7.14.5",
+ "@babel/plugin-transform-typeof-symbol": "^7.14.5",
+ "@babel/plugin-transform-unicode-escapes": "^7.14.5",
+ "@babel/plugin-transform-unicode-regex": "^7.14.5",
+ "@babel/preset-modules": "^0.1.4",
+ "@babel/types": "^7.15.0",
+ "babel-plugin-polyfill-corejs2": "^0.2.2",
+ "babel-plugin-polyfill-corejs3": "^0.2.2",
+ "babel-plugin-polyfill-regenerator": "^0.2.2",
+ "core-js-compat": "^3.16.0",
+ "semver": "^6.3.0"
+ }
+ },
+ "@babel/preset-modules": {
+ "version": "0.1.4",
+ "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.4.tgz",
+ "integrity": "sha512-J36NhwnfdzpmH41M1DrnkkgAqhZaqr/NBdPfQ677mLzlaXo+oDiv1deyCDtgAhz8p328otdob0Du7+xgHGZbKg==",
"dev": true,
+ "peer": true,
"requires": {
- "@babel/helper-module-imports": "^7.0.0",
"@babel/helper-plugin-utils": "^7.0.0",
- "@babel/plugin-proposal-async-generator-functions": "^7.2.0",
- "@babel/plugin-proposal-json-strings": "^7.2.0",
- "@babel/plugin-proposal-object-rest-spread": "^7.4.0",
- "@babel/plugin-proposal-optional-catch-binding": "^7.2.0",
- "@babel/plugin-proposal-unicode-property-regex": "^7.4.0",
- "@babel/plugin-syntax-async-generators": "^7.2.0",
- "@babel/plugin-syntax-json-strings": "^7.2.0",
- "@babel/plugin-syntax-object-rest-spread": "^7.2.0",
- "@babel/plugin-syntax-optional-catch-binding": "^7.2.0",
- "@babel/plugin-transform-arrow-functions": "^7.2.0",
- "@babel/plugin-transform-async-to-generator": "^7.4.0",
- "@babel/plugin-transform-block-scoped-functions": "^7.2.0",
- "@babel/plugin-transform-block-scoping": "^7.4.0",
- "@babel/plugin-transform-classes": "^7.4.0",
- "@babel/plugin-transform-computed-properties": "^7.2.0",
- "@babel/plugin-transform-destructuring": "^7.4.0",
- "@babel/plugin-transform-dotall-regex": "^7.2.0",
- "@babel/plugin-transform-duplicate-keys": "^7.2.0",
- "@babel/plugin-transform-exponentiation-operator": "^7.2.0",
- "@babel/plugin-transform-for-of": "^7.4.0",
- "@babel/plugin-transform-function-name": "^7.2.0",
- "@babel/plugin-transform-literals": "^7.2.0",
- "@babel/plugin-transform-modules-amd": "^7.2.0",
- "@babel/plugin-transform-modules-commonjs": "^7.4.0",
- "@babel/plugin-transform-modules-systemjs": "^7.4.0",
- "@babel/plugin-transform-modules-umd": "^7.2.0",
- "@babel/plugin-transform-named-capturing-groups-regex": "^7.4.2",
- "@babel/plugin-transform-new-target": "^7.4.0",
- "@babel/plugin-transform-object-super": "^7.2.0",
- "@babel/plugin-transform-parameters": "^7.4.0",
- "@babel/plugin-transform-regenerator": "^7.4.0",
- "@babel/plugin-transform-shorthand-properties": "^7.2.0",
- "@babel/plugin-transform-spread": "^7.2.0",
- "@babel/plugin-transform-sticky-regex": "^7.2.0",
- "@babel/plugin-transform-template-literals": "^7.2.0",
- "@babel/plugin-transform-typeof-symbol": "^7.2.0",
- "@babel/plugin-transform-unicode-regex": "^7.2.0",
- "@babel/types": "^7.4.0",
- "browserslist": "^4.4.2",
- "core-js-compat": "^3.0.0",
- "invariant": "^2.2.2",
- "js-levenshtein": "^1.1.3",
- "semver": "^5.3.0"
- },
- "dependencies": {
- "@babel/types": {
- "version": "7.4.0",
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.4.0.tgz",
- "integrity": "sha512-aPvkXyU2SPOnztlgo8n9cEiXW755mgyvueUPcpStqdzoSPm0fjO0vQBjLkt3JKJW7ufikfcnMTTPsN1xaTsBPA==",
- "dev": true,
- "requires": {
- "esutils": "^2.0.2",
- "lodash": "^4.17.11",
- "to-fast-properties": "^2.0.0"
- }
- }
+ "@babel/plugin-proposal-unicode-property-regex": "^7.4.4",
+ "@babel/plugin-transform-dotall-regex": "^7.4.4",
+ "@babel/types": "^7.4.4",
+ "esutils": "^2.0.2"
}
},
"@babel/runtime": {
- "version": "7.2.0",
- "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.2.0.tgz",
- "integrity": "sha512-oouEibCbHMVdZSDlJBO6bZmID/zA/G/Qx3H1d3rSNPTD+L8UNKvCat7aKWSJ74zYbm5zWGh0GQN0hKj8zYFTCg==",
+ "version": "7.14.8",
+ "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.8.tgz",
+ "integrity": "sha512-twj3L8Og5SaCRCErB4x4ajbvBIVV77CGeFglHpeg5WC5FF8TZzBWXtTJ4MqaD9QszLYTtr+IsaAL2rEUevb+eg==",
"requires": {
- "regenerator-runtime": "^0.12.0"
+ "regenerator-runtime": "^0.13.4"
}
},
- "@babel/runtime-corejs2": {
- "version": "7.3.4",
- "resolved": "https://registry.npmjs.org/@babel/runtime-corejs2/-/runtime-corejs2-7.3.4.tgz",
- "integrity": "sha512-QwPuQE65kNxjsNKk34Rfgen2R5fk0J2So99SD45uXBp34QOfyz11SqVgJ4xvyCpnCIieSQ0X0hSSc9z/ymlJJw==",
+ "@babel/template": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.14.5.tgz",
+ "integrity": "sha512-6Z3Po85sfxRGachLULUhOmvAaOo7xCvqGQtxINai2mEGPFm6pQ4z5QInFnUrRpfoSV60BnjyF5F3c+15fxFV1g==",
"dev": true,
+ "peer": true,
"requires": {
- "core-js": "^2.5.7",
- "regenerator-runtime": "^0.12.0"
+ "@babel/code-frame": "^7.14.5",
+ "@babel/parser": "^7.14.5",
+ "@babel/types": "^7.14.5"
}
},
- "@babel/template": {
- "version": "7.2.2",
- "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.2.2.tgz",
- "integrity": "sha512-zRL0IMM02AUDwghf5LMSSDEz7sBCO2YnNmpg3uWTZj/v1rcG2BmQUvaGU8GhU8BvfMh1k2KIAYZ7Ji9KXPUg7g==",
+ "@babel/traverse": {
+ "version": "7.15.0",
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.15.0.tgz",
+ "integrity": "sha512-392d8BN0C9eVxVWd8H6x9WfipgVH5IaIoLp23334Sc1vbKKWINnvwRpb4us0xtPaCumlwbTtIYNA0Dv/32sVFw==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "@babel/code-frame": "^7.14.5",
+ "@babel/generator": "^7.15.0",
+ "@babel/helper-function-name": "^7.14.5",
+ "@babel/helper-hoist-variables": "^7.14.5",
+ "@babel/helper-split-export-declaration": "^7.14.5",
+ "@babel/parser": "^7.15.0",
+ "@babel/types": "^7.15.0",
+ "debug": "^4.1.0",
+ "globals": "^11.1.0"
+ }
+ },
+ "@babel/types": {
+ "version": "7.15.0",
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.15.0.tgz",
+ "integrity": "sha512-OBvfqnllOIdX4ojTHpwZbpvz4j3EWyjkZEdmjH0/cgsd6QOdSgU8rLSk6ard/pcW7rlmjdVSX/AWOaORR1uNOQ==",
"dev": true,
+ "peer": true,
"requires": {
- "@babel/code-frame": "^7.0.0",
- "@babel/parser": "^7.2.2",
- "@babel/types": "^7.2.2"
+ "@babel/helper-validator-identifier": "^7.14.9",
+ "to-fast-properties": "^2.0.0"
}
},
- "@babel/traverse": {
- "version": "7.2.3",
- "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.2.3.tgz",
- "integrity": "sha512-Z31oUD/fJvEWVR0lNZtfgvVt512ForCTNKYcJBGbPb1QZfve4WGH8Wsy7+Mev33/45fhP/hwQtvgusNdcCMgSw==",
+ "@discoveryjs/json-ext": {
+ "version": "0.5.3",
+ "resolved": "https://registry.npmjs.org/@discoveryjs/json-ext/-/json-ext-0.5.3.tgz",
+ "integrity": "sha512-Fxt+AfXgjMoin2maPIYzFZnQjAXjAL0PHscM5pRTtatFqB+vZxAM9tLp2Optnuw3QOQC40jTNeGYFOMvyf7v9g==",
+ "dev": true,
+ "peer": true
+ },
+ "@es-joy/jsdoccomment": {
+ "version": "0.6.0",
+ "resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.6.0.tgz",
+ "integrity": "sha512-zT1EtysKMITJ7vE4RvOJqitxk/Str6It8hq+fykxkwLuTyzgak+TnVuVSIyovT/qrEz3i46ypCSXgNtIDYwNOg==",
"dev": true,
+ "peer": true,
"requires": {
- "@babel/code-frame": "^7.0.0",
- "@babel/generator": "^7.2.2",
- "@babel/helper-function-name": "^7.1.0",
- "@babel/helper-split-export-declaration": "^7.0.0",
- "@babel/parser": "^7.2.3",
- "@babel/types": "^7.2.2",
- "debug": "^4.1.0",
- "globals": "^11.1.0",
- "lodash": "^4.17.10"
+ "comment-parser": "^1.1.5",
+ "esquery": "^1.4.0",
+ "jsdoctypeparser": "^9.0.0"
+ }
+ },
+ "@eslint/eslintrc": {
+ "version": "0.4.3",
+ "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-0.4.3.tgz",
+ "integrity": "sha512-J6KFFz5QCYUJq3pf0mjEcCJVERbzv71PUIDczuh9JkwGEzced6CO5ADLHB1rbf/+oPBtoPfMYNOpGDzCANlbXw==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "ajv": "^6.12.4",
+ "debug": "^4.1.1",
+ "espree": "^7.3.0",
+ "globals": "^13.9.0",
+ "ignore": "^4.0.6",
+ "import-fresh": "^3.2.1",
+ "js-yaml": "^3.13.1",
+ "minimatch": "^3.0.4",
+ "strip-json-comments": "^3.1.1"
},
"dependencies": {
- "debug": {
- "version": "4.1.1",
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz",
- "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==",
+ "globals": {
+ "version": "13.10.0",
+ "resolved": "https://registry.npmjs.org/globals/-/globals-13.10.0.tgz",
+ "integrity": "sha512-piHC3blgLGFjvOuMmWZX60f+na1lXFDhQXBf1UYp2fXPXqvEUbOhNwi6BsQ0bQishwedgnjkwv1d9zKf+MWw3g==",
"dev": true,
+ "peer": true,
"requires": {
- "ms": "^2.1.1"
+ "type-fest": "^0.20.2"
}
},
- "ms": {
- "version": "2.1.1",
- "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz",
- "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==",
- "dev": true
+ "type-fest": {
+ "version": "0.20.2",
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
+ "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
+ "dev": true,
+ "peer": true
}
}
},
- "@babel/types": {
- "version": "7.2.2",
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.2.2.tgz",
- "integrity": "sha512-fKCuD6UFUMkR541eDWL+2ih/xFZBXPOg/7EQFeTluMDebfqR4jrpaCjLhkWlQS4hT6nRa2PMEgXKbRB5/H2fpg==",
+ "@humanwhocodes/config-array": {
+ "version": "0.5.0",
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.5.0.tgz",
+ "integrity": "sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==",
"dev": true,
+ "peer": true,
"requires": {
- "esutils": "^2.0.2",
- "lodash": "^4.17.10",
- "to-fast-properties": "^2.0.0"
+ "@humanwhocodes/object-schema": "^1.2.0",
+ "debug": "^4.1.1",
+ "minimatch": "^3.0.4"
}
},
- "@videojs/http-streaming": {
- "version": "1.5.1",
- "resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-1.5.1.tgz",
- "integrity": "sha512-Pc3aVr4SRINFLhUWjTofVjQ9iMjs9myXnyfJ0AdW0c4bLwJ0Fw7HUsbns+qseuBzVJe01i7J2R/DE1Y4hFgblA==",
+ "@humanwhocodes/object-schema": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.0.tgz",
+ "integrity": "sha512-wdppn25U8z/2yiaT6YGquE6X8sSv7hNMWSXYSSU1jGv/yd6XqjXgTDJ8KP4NgjTXfJ3GbRjeeb8RTV7a/VpM+w==",
+ "dev": true,
+ "peer": true
+ },
+ "@nextcloud/babel-config": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/babel-config/-/babel-config-1.0.0.tgz",
+ "integrity": "sha512-olz7sqPD7xMDP2KcYwODtitH37faR/C5jKX1oxXzdDf+s1FRy6OQTC5ZqZR2LHZA6jTUvmwM/xWBPoEB/HPFRw==",
+ "dev": true,
+ "requires": {}
+ },
+ "@nextcloud/browserslist-config": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/browserslist-config/-/browserslist-config-2.1.0.tgz",
+ "integrity": "sha512-6yezTvZTxHWec8A+zW1QBNgvJu0ISw0ODDBmC2CVuOVZn5OvKZSRKJO2+lzWnHtxLjgSZ/HFiSDSRN0rf+d6Cw==",
+ "dev": true
+ },
+ "@nextcloud/eslint-config": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/eslint-config/-/eslint-config-6.0.0.tgz",
+ "integrity": "sha512-Zz4922zbijq796Xh4TT8RZJIv9hZmwUtIsXqJPKw4nCChHydvOMgwDqtm4Mow2OA7wc3Ff38dKr03KdFiJA0Ng==",
+ "dev": true,
+ "requires": {}
+ },
+ "@nextcloud/eslint-plugin": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/eslint-plugin/-/eslint-plugin-2.0.0.tgz",
+ "integrity": "sha512-j5WXTDTprr/cDilVJtC1mnrpkvD6jlEMShs72V5plllatHjO7kpZHzUfCX3dSvGwYc2ACa0XH+FbkPoZQ3+eWQ==",
+ "dev": true,
+ "peer": true,
"requires": {
- "aes-decrypter": "3.0.0",
- "global": "^4.3.0",
- "m3u8-parser": "4.2.0",
- "mpd-parser": "0.7.0",
- "mux.js": "5.0.1",
- "url-toolkit": "^2.1.3",
- "video.js": "^6.8.0 || ^7.0.0"
+ "requireindex": "^1.2.0"
}
},
- "@vue/babel-helper-vue-jsx-merge-props": {
- "version": "1.0.0-beta.2",
- "resolved": "https://registry.npmjs.org/@vue/babel-helper-vue-jsx-merge-props/-/babel-helper-vue-jsx-merge-props-1.0.0-beta.2.tgz",
- "integrity": "sha512-Yj92Q1GcGjjctecBfnBmVqKSlMdyZaVq10hlZB4HSd1DJgu4cWgpEImJSzcJRUCZmas6UigwE7f4IjJuQs+JvQ==",
- "dev": true
+ "@nextcloud/stylelint-config": {
+ "version": "1.0.0-beta.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/stylelint-config/-/stylelint-config-1.0.0-beta.0.tgz",
+ "integrity": "sha512-9k3/bV4jLwOBTQLmbP+E9ER8vrZ9sZsl5UFLnlapM34qedu7a0FW8eYSUCtzJYjYIdvH52QEHODLERhPXxS/cQ==",
+ "dev": true,
+ "requires": {}
},
- "@vue/babel-plugin-transform-vue-jsx": {
- "version": "1.0.0-beta.2",
- "resolved": "https://registry.npmjs.org/@vue/babel-plugin-transform-vue-jsx/-/babel-plugin-transform-vue-jsx-1.0.0-beta.2.tgz",
- "integrity": "sha512-fvAymRZAPHitomRE+jIipWRj0STXNSMqeOSdOFu9Ffjqg9WGOxSdCjORxexManfZ2y5QDv7gzI1xfgprsK3nlw==",
+ "@nextcloud/webpack-vue-config": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/webpack-vue-config/-/webpack-vue-config-4.1.0.tgz",
+ "integrity": "sha512-sIZJVq2XVj1ijC0HNDjOIXqfOEm41vXAQEHSU/qdhrFmSSzi9C/HtoYzqtD+qgrtFochMY5x2To04zZHqhUoAg==",
"dev": true,
+ "requires": {}
+ },
+ "@nodelib/fs.scandir": {
+ "version": "2.1.5",
+ "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
+ "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
+ "dev": true,
+ "peer": true,
"requires": {
- "@babel/helper-module-imports": "^7.0.0",
- "@babel/plugin-syntax-jsx": "^7.2.0",
- "@vue/babel-helper-vue-jsx-merge-props": "^1.0.0-beta.2",
- "html-tags": "^2.0.0",
- "lodash.kebabcase": "^4.1.1",
- "svg-tags": "^1.0.0"
+ "@nodelib/fs.stat": "2.0.5",
+ "run-parallel": "^1.1.9"
}
},
- "@vue/babel-preset-app": {
- "version": "3.5.1",
- "resolved": "https://registry.npmjs.org/@vue/babel-preset-app/-/babel-preset-app-3.5.1.tgz",
- "integrity": "sha512-pgZUkMv5a3NBtzuPLtmyf83yMd+D4j16HtWbHCE/v4GDkxeT+v2wle3mOC7rex3jbuxDGtEKT+rdknLXCKStig==",
+ "@nodelib/fs.stat": {
+ "version": "2.0.5",
+ "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
+ "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
+ "dev": true,
+ "peer": true
+ },
+ "@nodelib/fs.walk": {
+ "version": "1.2.8",
+ "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
+ "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
"dev": true,
+ "peer": true,
"requires": {
- "@babel/plugin-proposal-class-properties": "^7.0.0",
- "@babel/plugin-proposal-decorators": "^7.1.0",
- "@babel/plugin-syntax-dynamic-import": "^7.0.0",
- "@babel/plugin-syntax-jsx": "^7.0.0",
- "@babel/plugin-transform-runtime": "^7.0.0",
- "@babel/preset-env": "^7.0.0",
- "@babel/runtime": "^7.0.0",
- "@babel/runtime-corejs2": "^7.2.0",
- "@vue/babel-preset-jsx": "^1.0.0-beta.2",
- "babel-plugin-dynamic-import-node": "^2.2.0",
- "core-js": "^2.6.5"
+ "@nodelib/fs.scandir": "2.1.5",
+ "fastq": "^1.6.0"
}
},
- "@vue/babel-preset-jsx": {
- "version": "1.0.0-beta.2",
- "resolved": "https://registry.npmjs.org/@vue/babel-preset-jsx/-/babel-preset-jsx-1.0.0-beta.2.tgz",
- "integrity": "sha512-nZoAKBR/h6iPMQ66ieQcIdlpPBmqhtUUcgjBS541jIVxSog1rwzrc00jlsuecLonzUMWPU0PabyitsG74vhN1w==",
+ "@stylelint/postcss-css-in-js": {
+ "version": "0.37.2",
+ "resolved": "https://registry.npmjs.org/@stylelint/postcss-css-in-js/-/postcss-css-in-js-0.37.2.tgz",
+ "integrity": "sha512-nEhsFoJurt8oUmieT8qy4nk81WRHmJynmVwn/Vts08PL9fhgIsMhk1GId5yAN643OzqEEb5S/6At2TZW7pqPDA==",
"dev": true,
+ "peer": true,
"requires": {
- "@vue/babel-helper-vue-jsx-merge-props": "^1.0.0-beta.2",
- "@vue/babel-plugin-transform-vue-jsx": "^1.0.0-beta.2",
- "@vue/babel-sugar-functional-vue": "^1.0.0-beta.2",
- "@vue/babel-sugar-inject-h": "^1.0.0-beta.2",
- "@vue/babel-sugar-v-model": "^1.0.0-beta.2",
- "@vue/babel-sugar-v-on": "^1.0.0-beta.2"
+ "@babel/core": ">=7.9.0"
}
},
- "@vue/babel-sugar-functional-vue": {
- "version": "1.0.0-beta.2",
- "resolved": "https://registry.npmjs.org/@vue/babel-sugar-functional-vue/-/babel-sugar-functional-vue-1.0.0-beta.2.tgz",
- "integrity": "sha512-5qvi4hmExgjtrESDk0vflL69dIxkDAukJcYH9o4663E8Nh12Jpbmr+Ja8WmgkAPtTVhk90UVcVUFCCZLHBmhkQ==",
+ "@stylelint/postcss-markdown": {
+ "version": "0.36.2",
+ "resolved": "https://registry.npmjs.org/@stylelint/postcss-markdown/-/postcss-markdown-0.36.2.tgz",
+ "integrity": "sha512-2kGbqUVJUGE8dM+bMzXG/PYUWKkjLIkRLWNh39OaADkiabDRdw8ATFCgbMz5xdIcvwspPAluSL7uY+ZiTWdWmQ==",
"dev": true,
+ "peer": true,
"requires": {
- "@babel/plugin-syntax-jsx": "^7.2.0"
+ "remark": "^13.0.0",
+ "unist-util-find-all-after": "^3.0.2"
}
},
- "@vue/babel-sugar-inject-h": {
- "version": "1.0.0-beta.2",
- "resolved": "https://registry.npmjs.org/@vue/babel-sugar-inject-h/-/babel-sugar-inject-h-1.0.0-beta.2.tgz",
- "integrity": "sha512-qGXZ6yE+1trk82xCVJ9j3shsgI+R2ePj3+o8b2Ee7JNaRqQvMfTwpgx5BRlk4q1+CTjvYexdqBS+q4Kg7sSxcg==",
+ "@types/eslint": {
+ "version": "7.28.0",
+ "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-7.28.0.tgz",
+ "integrity": "sha512-07XlgzX0YJUn4iG1ocY4IX9DzKSmMGUs6ESKlxWhZRaa0fatIWaHWUVapcuGa8r5HFnTqzj+4OCjd5f7EZ/i/A==",
"dev": true,
+ "peer": true,
"requires": {
- "@babel/plugin-syntax-jsx": "^7.2.0"
+ "@types/estree": "*",
+ "@types/json-schema": "*"
}
},
- "@vue/babel-sugar-v-model": {
- "version": "1.0.0-beta.2",
- "resolved": "https://registry.npmjs.org/@vue/babel-sugar-v-model/-/babel-sugar-v-model-1.0.0-beta.2.tgz",
- "integrity": "sha512-63US3IMEtATJzzK2le/Na53Sk2bp3LHfwZ8eMFwbTaz6e2qeV9frBl3ZYaha64ghT4IDSbrDXUmm0J09EAzFfA==",
+ "@types/eslint-scope": {
+ "version": "3.7.1",
+ "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.1.tgz",
+ "integrity": "sha512-SCFeogqiptms4Fg29WpOTk5nHIzfpKCemSN63ksBQYKTcXoJEmJagV+DhVmbapZzY4/5YaOV1nZwrsU79fFm1g==",
"dev": true,
+ "peer": true,
"requires": {
- "@babel/plugin-syntax-jsx": "^7.2.0",
- "@vue/babel-helper-vue-jsx-merge-props": "^1.0.0-beta.2",
- "@vue/babel-plugin-transform-vue-jsx": "^1.0.0-beta.2",
- "camelcase": "^5.0.0",
- "html-tags": "^2.0.0",
- "svg-tags": "^1.0.0"
+ "@types/eslint": "*",
+ "@types/estree": "*"
}
},
- "@vue/babel-sugar-v-on": {
- "version": "1.0.0-beta.2",
- "resolved": "https://registry.npmjs.org/@vue/babel-sugar-v-on/-/babel-sugar-v-on-1.0.0-beta.2.tgz",
- "integrity": "sha512-XH/m3k11EKdMY0MrTg4+hQv8BFM8juzHT95chYkgxDmvDdVJnSCuf9+mcysEJttWD4PVuUGN7EHoIWsIhC0dRw==",
+ "@types/estree": {
+ "version": "0.0.50",
+ "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.50.tgz",
+ "integrity": "sha512-C6N5s2ZFtuZRj54k2/zyRhNDjJwwcViAM3Nbm8zjBpbqAdZ00mr0CFxvSKeO8Y/e03WVFLpQMdHYVfUd6SB+Hw==",
+ "dev": true,
+ "peer": true
+ },
+ "@types/glob": {
+ "version": "7.1.4",
+ "resolved": "https://registry.npmjs.org/@types/glob/-/glob-7.1.4.tgz",
+ "integrity": "sha512-w+LsMxKyYQm347Otw+IfBXOv9UWVjpHpCDdbBMt8Kz/xbvCYNjP+0qPh91Km3iKfSRLBB0P7fAMf0KHrPu+MyA==",
"dev": true,
+ "peer": true,
"requires": {
- "@babel/plugin-syntax-jsx": "^7.2.0",
- "@vue/babel-plugin-transform-vue-jsx": "^1.0.0-beta.2",
- "camelcase": "^5.0.0"
+ "@types/minimatch": "*",
+ "@types/node": "*"
}
},
- "@webassemblyjs/ast": {
- "version": "1.8.5",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.8.5.tgz",
- "integrity": "sha512-aJMfngIZ65+t71C3y2nBBg5FFG0Okt9m0XEgWZ7Ywgn1oMAT8cNwx00Uv1cQyHtidq0Xn94R4TAywO+LCQ+ZAQ==",
+ "@types/json-schema": {
+ "version": "7.0.9",
+ "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.9.tgz",
+ "integrity": "sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==",
+ "dev": true,
+ "peer": true
+ },
+ "@types/mdast": {
+ "version": "3.0.7",
+ "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.7.tgz",
+ "integrity": "sha512-YwR7OK8aPmaBvMMUi+pZXBNoW2unbVbfok4YRqGMJBe1dpDlzpRkJrYEYmvjxgs5JhuQmKfDexrN98u941Zasg==",
"dev": true,
+ "peer": true,
"requires": {
- "@webassemblyjs/helper-module-context": "1.8.5",
- "@webassemblyjs/helper-wasm-bytecode": "1.8.5",
- "@webassemblyjs/wast-parser": "1.8.5"
+ "@types/unist": "*"
}
},
- "@webassemblyjs/floating-point-hex-parser": {
- "version": "1.8.5",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.8.5.tgz",
- "integrity": "sha512-9p+79WHru1oqBh9ewP9zW95E3XAo+90oth7S5Re3eQnECGq59ly1Ri5tsIipKGpiStHsUYmY3zMLqtk3gTcOtQ==",
- "dev": true
+ "@types/minimatch": {
+ "version": "3.0.5",
+ "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.5.tgz",
+ "integrity": "sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==",
+ "dev": true,
+ "peer": true
},
- "@webassemblyjs/helper-api-error": {
- "version": "1.8.5",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.8.5.tgz",
- "integrity": "sha512-Za/tnzsvnqdaSPOUXHyKJ2XI7PDX64kWtURyGiJJZKVEdFOsdKUCPTNEVFZq3zJ2R0G5wc2PZ5gvdTRFgm81zA==",
- "dev": true
+ "@types/minimist": {
+ "version": "1.2.2",
+ "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.2.tgz",
+ "integrity": "sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==",
+ "dev": true,
+ "peer": true
},
- "@webassemblyjs/helper-buffer": {
- "version": "1.8.5",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.8.5.tgz",
- "integrity": "sha512-Ri2R8nOS0U6G49Q86goFIPNgjyl6+oE1abW1pS84BuhP1Qcr5JqMwRFT3Ah3ADDDYGEgGs1iyb1DGX+kAi/c/Q==",
- "dev": true
+ "@types/node": {
+ "version": "16.4.13",
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-16.4.13.tgz",
+ "integrity": "sha512-bLL69sKtd25w7p1nvg9pigE4gtKVpGTPojBFLMkGHXuUgap2sLqQt2qUnqmVCDfzGUL0DRNZP+1prIZJbMeAXg==",
+ "dev": true,
+ "peer": true
+ },
+ "@types/normalize-package-data": {
+ "version": "2.4.1",
+ "resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz",
+ "integrity": "sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==",
+ "dev": true,
+ "peer": true
+ },
+ "@types/parse-json": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz",
+ "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==",
+ "dev": true,
+ "peer": true
},
- "@webassemblyjs/helper-code-frame": {
- "version": "1.8.5",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-code-frame/-/helper-code-frame-1.8.5.tgz",
- "integrity": "sha512-VQAadSubZIhNpH46IR3yWO4kZZjMxN1opDrzePLdVKAZ+DFjkGD/rf4v1jap744uPVU6yjL/smZbRIIJTOUnKQ==",
+ "@types/stylelint": {
+ "version": "13.13.1",
+ "resolved": "https://registry.npmjs.org/@types/stylelint/-/stylelint-13.13.1.tgz",
+ "integrity": "sha512-CBXFUqaMwCw0PX/sVSlT4JR+wTXJ3rv67cdhIH4EoekbrlNeNw8Dx791p2cTTozYJItMOZJa4/j7Br1mmUHdCw==",
"dev": true,
+ "peer": true,
"requires": {
- "@webassemblyjs/wast-printer": "1.8.5"
+ "globby": "11.x.x",
+ "postcss": "7.x.x"
}
},
- "@webassemblyjs/helper-fsm": {
- "version": "1.8.5",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-fsm/-/helper-fsm-1.8.5.tgz",
- "integrity": "sha512-kRuX/saORcg8se/ft6Q2UbRpZwP4y7YrWsLXPbbmtepKr22i8Z4O3V5QE9DbZK908dh5Xya4Un57SDIKwB9eow==",
- "dev": true
+ "@types/unist": {
+ "version": "2.0.6",
+ "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.6.tgz",
+ "integrity": "sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==",
+ "dev": true,
+ "peer": true
},
- "@webassemblyjs/helper-module-context": {
- "version": "1.8.5",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-module-context/-/helper-module-context-1.8.5.tgz",
- "integrity": "sha512-/O1B236mN7UNEU4t9X7Pj38i4VoU8CcMHyy3l2cV/kIF4U5KoHXDVqcDuOs1ltkac90IM4vZdHc52t1x8Yfs3g==",
+ "@videojs/http-streaming": {
+ "version": "1.5.1",
+ "integrity": "sha512-Pc3aVr4SRINFLhUWjTofVjQ9iMjs9myXnyfJ0AdW0c4bLwJ0Fw7HUsbns+qseuBzVJe01i7J2R/DE1Y4hFgblA==",
+ "requires": {
+ "aes-decrypter": "3.0.0",
+ "global": "^4.3.0",
+ "m3u8-parser": "4.2.0",
+ "mpd-parser": "0.7.0",
+ "mux.js": "5.0.1",
+ "url-toolkit": "^2.1.3",
+ "video.js": "^6.8.0 || ^7.0.0"
+ }
+ },
+ "@vue/component-compiler-utils": {
+ "version": "3.2.2",
+ "resolved": "https://registry.npmjs.org/@vue/component-compiler-utils/-/component-compiler-utils-3.2.2.tgz",
+ "integrity": "sha512-rAYMLmgMuqJFWAOb3Awjqqv5X3Q3hVr4jH/kgrFJpiU0j3a90tnNBplqbj+snzrgZhC9W128z+dtgMifOiMfJg==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "consolidate": "^0.15.1",
+ "hash-sum": "^1.0.2",
+ "lru-cache": "^4.1.2",
+ "merge-source-map": "^1.1.0",
+ "postcss": "^7.0.36",
+ "postcss-selector-parser": "^6.0.2",
+ "prettier": "^1.18.2",
+ "source-map": "~0.6.1",
+ "vue-template-es2015-compiler": "^1.9.0"
+ },
+ "dependencies": {
+ "source-map": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
+ "dev": true,
+ "peer": true
+ }
+ }
+ },
+ "@webassemblyjs/ast": {
+ "version": "1.11.1",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.1.tgz",
+ "integrity": "sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw==",
"dev": true,
+ "peer": true,
"requires": {
- "@webassemblyjs/ast": "1.8.5",
- "mamacro": "^0.0.3"
+ "@webassemblyjs/helper-numbers": "1.11.1",
+ "@webassemblyjs/helper-wasm-bytecode": "1.11.1"
+ }
+ },
+ "@webassemblyjs/floating-point-hex-parser": {
+ "version": "1.11.1",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.1.tgz",
+ "integrity": "sha512-iGRfyc5Bq+NnNuX8b5hwBrRjzf0ocrJPI6GWFodBFzmFnyvrQ83SHKhmilCU/8Jv67i4GJZBMhEzltxzcNagtQ==",
+ "dev": true,
+ "peer": true
+ },
+ "@webassemblyjs/helper-api-error": {
+ "version": "1.11.1",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.1.tgz",
+ "integrity": "sha512-RlhS8CBCXfRUR/cwo2ho9bkheSXG0+NwooXcc3PAILALf2QLdFyj7KGsKRbVc95hZnhnERon4kW/D3SZpp6Tcg==",
+ "dev": true,
+ "peer": true
+ },
+ "@webassemblyjs/helper-buffer": {
+ "version": "1.11.1",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.1.tgz",
+ "integrity": "sha512-gwikF65aDNeeXa8JxXa2BAk+REjSyhrNC9ZwdT0f8jc4dQQeDQ7G4m0f2QCLPJiMTTO6wfDmRmj/pW0PsUvIcA==",
+ "dev": true,
+ "peer": true
+ },
+ "@webassemblyjs/helper-numbers": {
+ "version": "1.11.1",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.1.tgz",
+ "integrity": "sha512-vDkbxiB8zfnPdNK9Rajcey5C0w+QJugEglN0of+kmO8l7lDb77AnlKYQF7aarZuCrv+l0UvqL+68gSDr3k9LPQ==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "@webassemblyjs/floating-point-hex-parser": "1.11.1",
+ "@webassemblyjs/helper-api-error": "1.11.1",
+ "@xtuc/long": "4.2.2"
}
},
"@webassemblyjs/helper-wasm-bytecode": {
- "version": "1.8.5",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.8.5.tgz",
- "integrity": "sha512-Cu4YMYG3Ddl72CbmpjU/wbP6SACcOPVbHN1dI4VJNJVgFwaKf1ppeFJrwydOG3NDHxVGuCfPlLZNyEdIYlQ6QQ==",
- "dev": true
+ "version": "1.11.1",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.1.tgz",
+ "integrity": "sha512-PvpoOGiJwXeTrSf/qfudJhwlvDQxFgelbMqtq52WWiXC6Xgg1IREdngmPN3bs4RoO83PnL/nFrxucXj1+BX62Q==",
+ "dev": true,
+ "peer": true
},
"@webassemblyjs/helper-wasm-section": {
- "version": "1.8.5",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.8.5.tgz",
- "integrity": "sha512-VV083zwR+VTrIWWtgIUpqfvVdK4ff38loRmrdDBgBT8ADXYsEZ5mPQ4Nde90N3UYatHdYoDIFb7oHzMncI02tA==",
+ "version": "1.11.1",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.1.tgz",
+ "integrity": "sha512-10P9No29rYX1j7F3EVPX3JvGPQPae+AomuSTPiF9eBQeChHI6iqjMIwR9JmOJXwpnn/oVGDk7I5IlskuMwU/pg==",
"dev": true,
+ "peer": true,
"requires": {
- "@webassemblyjs/ast": "1.8.5",
- "@webassemblyjs/helper-buffer": "1.8.5",
- "@webassemblyjs/helper-wasm-bytecode": "1.8.5",
- "@webassemblyjs/wasm-gen": "1.8.5"
+ "@webassemblyjs/ast": "1.11.1",
+ "@webassemblyjs/helper-buffer": "1.11.1",
+ "@webassemblyjs/helper-wasm-bytecode": "1.11.1",
+ "@webassemblyjs/wasm-gen": "1.11.1"
}
},
"@webassemblyjs/ieee754": {
- "version": "1.8.5",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.8.5.tgz",
- "integrity": "sha512-aaCvQYrvKbY/n6wKHb/ylAJr27GglahUO89CcGXMItrOBqRarUMxWLJgxm9PJNuKULwN5n1csT9bYoMeZOGF3g==",
+ "version": "1.11.1",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.1.tgz",
+ "integrity": "sha512-hJ87QIPtAMKbFq6CGTkZYJivEwZDbQUgYd3qKSadTNOhVY7p+gfP6Sr0lLRVTaG1JjFj+r3YchoqRYxNH3M0GQ==",
"dev": true,
+ "peer": true,
"requires": {
"@xtuc/ieee754": "^1.2.0"
}
},
"@webassemblyjs/leb128": {
- "version": "1.8.5",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.8.5.tgz",
- "integrity": "sha512-plYUuUwleLIziknvlP8VpTgO4kqNaH57Y3JnNa6DLpu/sGcP6hbVdfdX5aHAV716pQBKrfuU26BJK29qY37J7A==",
+ "version": "1.11.1",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.1.tgz",
+ "integrity": "sha512-BJ2P0hNZ0u+Th1YZXJpzW6miwqQUGcIHT1G/sf72gLVD9DZ5AdYTqPNbHZh6K1M5VmKvFXwGSWZADz+qBWxeRw==",
"dev": true,
+ "peer": true,
"requires": {
"@xtuc/long": "4.2.2"
}
},
"@webassemblyjs/utf8": {
- "version": "1.8.5",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.8.5.tgz",
- "integrity": "sha512-U7zgftmQriw37tfD934UNInokz6yTmn29inT2cAetAsaU9YeVCveWEwhKL1Mg4yS7q//NGdzy79nlXh3bT8Kjw==",
- "dev": true
+ "version": "1.11.1",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.1.tgz",
+ "integrity": "sha512-9kqcxAEdMhiwQkHpkNiorZzqpGrodQQ2IGrHHxCy+Ozng0ofyMA0lTqiLkVs1uzTRejX+/O0EOT7KxqVPuXosQ==",
+ "dev": true,
+ "peer": true
},
"@webassemblyjs/wasm-edit": {
- "version": "1.8.5",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.8.5.tgz",
- "integrity": "sha512-A41EMy8MWw5yvqj7MQzkDjU29K7UJq1VrX2vWLzfpRHt3ISftOXqrtojn7nlPsZ9Ijhp5NwuODuycSvfAO/26Q==",
+ "version": "1.11.1",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.1.tgz",
+ "integrity": "sha512-g+RsupUC1aTHfR8CDgnsVRVZFJqdkFHpsHMfJuWQzWU3tvnLC07UqHICfP+4XyL2tnr1amvl1Sdp06TnYCmVkA==",
"dev": true,
+ "peer": true,
"requires": {
- "@webassemblyjs/ast": "1.8.5",
- "@webassemblyjs/helper-buffer": "1.8.5",
- "@webassemblyjs/helper-wasm-bytecode": "1.8.5",
- "@webassemblyjs/helper-wasm-section": "1.8.5",
- "@webassemblyjs/wasm-gen": "1.8.5",
- "@webassemblyjs/wasm-opt": "1.8.5",
- "@webassemblyjs/wasm-parser": "1.8.5",
- "@webassemblyjs/wast-printer": "1.8.5"
+ "@webassemblyjs/ast": "1.11.1",
+ "@webassemblyjs/helper-buffer": "1.11.1",
+ "@webassemblyjs/helper-wasm-bytecode": "1.11.1",
+ "@webassemblyjs/helper-wasm-section": "1.11.1",
+ "@webassemblyjs/wasm-gen": "1.11.1",
+ "@webassemblyjs/wasm-opt": "1.11.1",
+ "@webassemblyjs/wasm-parser": "1.11.1",
+ "@webassemblyjs/wast-printer": "1.11.1"
}
},
"@webassemblyjs/wasm-gen": {
- "version": "1.8.5",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.8.5.tgz",
- "integrity": "sha512-BCZBT0LURC0CXDzj5FXSc2FPTsxwp3nWcqXQdOZE4U7h7i8FqtFK5Egia6f9raQLpEKT1VL7zr4r3+QX6zArWg==",
+ "version": "1.11.1",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.1.tgz",
+ "integrity": "sha512-F7QqKXwwNlMmsulj6+O7r4mmtAlCWfO/0HdgOxSklZfQcDu0TpLiD1mRt/zF25Bk59FIjEuGAIyn5ei4yMfLhA==",
"dev": true,
+ "peer": true,
"requires": {
- "@webassemblyjs/ast": "1.8.5",
- "@webassemblyjs/helper-wasm-bytecode": "1.8.5",
- "@webassemblyjs/ieee754": "1.8.5",
- "@webassemblyjs/leb128": "1.8.5",
- "@webassemblyjs/utf8": "1.8.5"
+ "@webassemblyjs/ast": "1.11.1",
+ "@webassemblyjs/helper-wasm-bytecode": "1.11.1",
+ "@webassemblyjs/ieee754": "1.11.1",
+ "@webassemblyjs/leb128": "1.11.1",
+ "@webassemblyjs/utf8": "1.11.1"
}
},
"@webassemblyjs/wasm-opt": {
- "version": "1.8.5",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.8.5.tgz",
- "integrity": "sha512-HKo2mO/Uh9A6ojzu7cjslGaHaUU14LdLbGEKqTR7PBKwT6LdPtLLh9fPY33rmr5wcOMrsWDbbdCHq4hQUdd37Q==",
+ "version": "1.11.1",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.1.tgz",
+ "integrity": "sha512-VqnkNqnZlU5EB64pp1l7hdm3hmQw7Vgqa0KF/KCNO9sIpI6Fk6brDEiX+iCOYrvMuBWDws0NkTOxYEb85XQHHw==",
"dev": true,
+ "peer": true,
"requires": {
- "@webassemblyjs/ast": "1.8.5",
- "@webassemblyjs/helper-buffer": "1.8.5",
- "@webassemblyjs/wasm-gen": "1.8.5",
- "@webassemblyjs/wasm-parser": "1.8.5"
+ "@webassemblyjs/ast": "1.11.1",
+ "@webassemblyjs/helper-buffer": "1.11.1",
+ "@webassemblyjs/wasm-gen": "1.11.1",
+ "@webassemblyjs/wasm-parser": "1.11.1"
}
},
"@webassemblyjs/wasm-parser": {
- "version": "1.8.5",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.8.5.tgz",
- "integrity": "sha512-pi0SYE9T6tfcMkthwcgCpL0cM9nRYr6/6fjgDtL6q/ZqKHdMWvxitRi5JcZ7RI4SNJJYnYNaWy5UUrHQy998lw==",
+ "version": "1.11.1",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.1.tgz",
+ "integrity": "sha512-rrBujw+dJu32gYB7/Lup6UhdkPx9S9SnobZzRVL7VcBH9Bt9bCBLEuX/YXOOtBsOZ4NQrRykKhffRWHvigQvOA==",
"dev": true,
+ "peer": true,
"requires": {
- "@webassemblyjs/ast": "1.8.5",
- "@webassemblyjs/helper-api-error": "1.8.5",
- "@webassemblyjs/helper-wasm-bytecode": "1.8.5",
- "@webassemblyjs/ieee754": "1.8.5",
- "@webassemblyjs/leb128": "1.8.5",
- "@webassemblyjs/utf8": "1.8.5"
+ "@webassemblyjs/ast": "1.11.1",
+ "@webassemblyjs/helper-api-error": "1.11.1",
+ "@webassemblyjs/helper-wasm-bytecode": "1.11.1",
+ "@webassemblyjs/ieee754": "1.11.1",
+ "@webassemblyjs/leb128": "1.11.1",
+ "@webassemblyjs/utf8": "1.11.1"
}
},
- "@webassemblyjs/wast-parser": {
- "version": "1.8.5",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-parser/-/wast-parser-1.8.5.tgz",
- "integrity": "sha512-daXC1FyKWHF1i11obK086QRlsMsY4+tIOKgBqI1lxAnkp9xe9YMcgOxm9kLe+ttjs5aWV2KKE1TWJCN57/Btsg==",
+ "@webassemblyjs/wast-printer": {
+ "version": "1.11.1",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.11.1.tgz",
+ "integrity": "sha512-IQboUWM4eKzWW+N/jij2sRatKMh99QEelo3Eb2q0qXkvPRISAj8Qxtmw5itwqK+TTkBuUIE45AxYPToqPtL5gg==",
"dev": true,
+ "peer": true,
"requires": {
- "@webassemblyjs/ast": "1.8.5",
- "@webassemblyjs/floating-point-hex-parser": "1.8.5",
- "@webassemblyjs/helper-api-error": "1.8.5",
- "@webassemblyjs/helper-code-frame": "1.8.5",
- "@webassemblyjs/helper-fsm": "1.8.5",
+ "@webassemblyjs/ast": "1.11.1",
"@xtuc/long": "4.2.2"
}
},
- "@webassemblyjs/wast-printer": {
- "version": "1.8.5",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.8.5.tgz",
- "integrity": "sha512-w0U0pD4EhlnvRyeJzBqaVSJAo9w/ce7/WPogeXLzGkO6hzhr4GnQIZ4W4uUt5b9ooAaXPtnXlj0gzsXEOUNYMg==",
+ "@webpack-cli/configtest": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/@webpack-cli/configtest/-/configtest-1.0.4.tgz",
+ "integrity": "sha512-cs3XLy+UcxiP6bj0A6u7MLLuwdXJ1c3Dtc0RkKg+wiI1g/Ti1om8+/2hc2A2B60NbBNAbMgyBMHvyymWm/j4wQ==",
"dev": true,
+ "peer": true,
+ "requires": {}
+ },
+ "@webpack-cli/info": {
+ "version": "1.3.0",
+ "resolved": "https://registry.npmjs.org/@webpack-cli/info/-/info-1.3.0.tgz",
+ "integrity": "sha512-ASiVB3t9LOKHs5DyVUcxpraBXDOKubYu/ihHhU+t1UPpxsivg6Od2E2qU4gJCekfEddzRBzHhzA/Acyw/mlK/w==",
+ "dev": true,
+ "peer": true,
"requires": {
- "@webassemblyjs/ast": "1.8.5",
- "@webassemblyjs/wast-parser": "1.8.5",
- "@xtuc/long": "4.2.2"
+ "envinfo": "^7.7.3"
}
},
+ "@webpack-cli/serve": {
+ "version": "1.5.1",
+ "resolved": "https://registry.npmjs.org/@webpack-cli/serve/-/serve-1.5.1.tgz",
+ "integrity": "sha512-4vSVUiOPJLmr45S8rMGy7WDvpWxfFxfP/Qx/cxZFCfvoypTYpPPL1X8VIZMe0WTA+Jr7blUxwUSEZNkjoMTgSw==",
+ "dev": true,
+ "peer": true,
+ "requires": {}
+ },
"@xtuc/ieee754": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz",
"integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==",
- "dev": true
+ "dev": true,
+ "peer": true
},
"@xtuc/long": {
"version": "4.2.2",
"resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz",
"integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==",
- "dev": true
+ "dev": true,
+ "peer": true
+ },
+ "accepts": {
+ "version": "1.3.7",
+ "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.7.tgz",
+ "integrity": "sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "mime-types": "~2.1.24",
+ "negotiator": "0.6.2"
+ }
},
"acorn": {
- "version": "6.4.1",
- "resolved": "https://registry.npmjs.org/acorn/-/acorn-6.4.1.tgz",
- "integrity": "sha512-ZVA9k326Nwrj3Cj9jlh3wGFutC2ZornPNARZwsNYqQYgN0EsV2d53w5RN/co65Ohn4sUAUtb1rSUAOD6XN9idA==",
- "dev": true
+ "version": "7.4.1",
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz",
+ "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==",
+ "dev": true,
+ "peer": true
},
- "acorn-dynamic-import": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/acorn-dynamic-import/-/acorn-dynamic-import-4.0.0.tgz",
- "integrity": "sha512-d3OEjQV4ROpoflsnUA8HozoIR504TFxNivYEUi6uwz0IYhBkTDXGuWlNdMtybRt3nqVx/L6XqMt0FxkXuWKZhw==",
- "dev": true
+ "acorn-jsx": {
+ "version": "5.3.2",
+ "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
+ "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
+ "dev": true,
+ "peer": true,
+ "requires": {}
},
"aes-decrypter": {
"version": "3.0.0",
- "resolved": "https://registry.npmjs.org/aes-decrypter/-/aes-decrypter-3.0.0.tgz",
"integrity": "sha1-eEihwUW5/b9Xrj4rWxvHzwZEqPs=",
"requires": {
"commander": "^2.9.0",
@@ -1532,12 +16488,13 @@
}
},
"ajv": {
- "version": "6.7.0",
- "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.7.0.tgz",
- "integrity": "sha512-RZXPviBTtfmtka9n9sy1N5M5b82CbxWIR6HIis4s3WQTXDJamc/0gpCWNGz6EWdWp4DOfjzJfhz/AS9zVPjjWg==",
+ "version": "6.12.6",
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
+ "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
"dev": true,
+ "peer": true,
"requires": {
- "fast-deep-equal": "^2.0.1",
+ "fast-deep-equal": "^3.1.1",
"fast-json-stable-stringify": "^2.0.0",
"json-schema-traverse": "^0.4.1",
"uri-js": "^4.2.2"
@@ -1547,167 +16504,331 @@
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-1.0.1.tgz",
"integrity": "sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ==",
- "dev": true
+ "dev": true,
+ "peer": true,
+ "requires": {}
},
"ajv-keywords": {
- "version": "3.2.0",
- "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.2.0.tgz",
- "integrity": "sha1-6GuBnGAs+IIa1jdBNpjx3sAhhHo=",
- "dev": true
+ "version": "3.5.2",
+ "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz",
+ "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==",
+ "dev": true,
+ "peer": true,
+ "requires": {}
+ },
+ "ansi-colors": {
+ "version": "4.1.1",
+ "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.1.tgz",
+ "integrity": "sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==",
+ "dev": true,
+ "peer": true
+ },
+ "ansi-html": {
+ "version": "0.0.7",
+ "resolved": "https://registry.npmjs.org/ansi-html/-/ansi-html-0.0.7.tgz",
+ "integrity": "sha1-gTWEAhliqenm/QOflA0S9WynhZ4=",
+ "dev": true,
+ "peer": true
},
"ansi-regex": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz",
- "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=",
- "dev": true
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz",
+ "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==",
+ "dev": true,
+ "peer": true
},
"ansi-styles": {
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
"integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
"dev": true,
+ "peer": true,
"requires": {
"color-convert": "^1.9.0"
}
},
"anymatch": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz",
- "integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==",
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz",
+ "integrity": "sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==",
"dev": true,
+ "peer": true,
"requires": {
- "micromatch": "^3.1.4",
- "normalize-path": "^2.1.1"
- },
- "dependencies": {
- "normalize-path": {
- "version": "2.1.1",
- "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz",
- "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=",
- "dev": true,
- "requires": {
- "remove-trailing-separator": "^1.0.1"
- }
- }
+ "normalize-path": "^3.0.0",
+ "picomatch": "^2.0.4"
}
},
- "aproba": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz",
- "integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==",
- "dev": true
+ "argparse": {
+ "version": "1.0.10",
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
+ "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "sprintf-js": "~1.0.2"
+ }
},
"arr-diff": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz",
"integrity": "sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA=",
- "dev": true
+ "dev": true,
+ "peer": true
},
"arr-flatten": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz",
"integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==",
- "dev": true
+ "dev": true,
+ "peer": true
},
"arr-union": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz",
"integrity": "sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=",
- "dev": true
+ "dev": true,
+ "peer": true
+ },
+ "array-flatten": {
+ "version": "2.1.2",
+ "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-2.1.2.tgz",
+ "integrity": "sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ==",
+ "dev": true,
+ "peer": true
+ },
+ "array-includes": {
+ "version": "3.1.3",
+ "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.3.tgz",
+ "integrity": "sha512-gcem1KlBU7c9rB+Rq8/3PPKsK2kjqeEBa3bD5kkQo4nYlOHQCJqIJFqBXDEfwaRuYTT4E+FxA9xez7Gf/e3Q7A==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "call-bind": "^1.0.2",
+ "define-properties": "^1.1.3",
+ "es-abstract": "^1.18.0-next.2",
+ "get-intrinsic": "^1.1.1",
+ "is-string": "^1.0.5"
+ }
+ },
+ "array-union": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
+ "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
+ "dev": true,
+ "peer": true
+ },
+ "array-uniq": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz",
+ "integrity": "sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=",
+ "dev": true,
+ "peer": true
},
"array-unique": {
"version": "0.3.2",
"resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz",
"integrity": "sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=",
- "dev": true
+ "dev": true,
+ "peer": true
},
- "asn1.js": {
- "version": "4.10.1",
- "resolved": "https://registry.npmjs.org/asn1.js/-/asn1.js-4.10.1.tgz",
- "integrity": "sha512-p32cOF5q0Zqs9uBiONKYLm6BClCoBCM5O9JfeUSlnQLBTxYdTK+pW+nXflm8UkKd2UYlEbYz5qEi0JuZR9ckSw==",
+ "array.prototype.flat": {
+ "version": "1.2.4",
+ "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.2.4.tgz",
+ "integrity": "sha512-4470Xi3GAPAjZqFcljX2xzckv1qeKPizoNkiS0+O4IoPR2ZNpcjE0pkhdihlDouK+x6QOast26B4Q/O9DJnwSg==",
"dev": true,
+ "peer": true,
"requires": {
- "bn.js": "^4.0.0",
- "inherits": "^2.0.1",
- "minimalistic-assert": "^1.0.0"
+ "call-bind": "^1.0.0",
+ "define-properties": "^1.1.3",
+ "es-abstract": "^1.18.0-next.1"
}
},
- "assert": {
- "version": "1.4.1",
- "resolved": "https://registry.npmjs.org/assert/-/assert-1.4.1.tgz",
- "integrity": "sha1-mZEtWRg2tab1s0XA8H7vwI/GXZE=",
+ "arrify": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/arrify/-/arrify-2.0.1.tgz",
+ "integrity": "sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==",
"dev": true,
+ "peer": true
+ },
+ "asn1.js": {
+ "version": "5.4.1",
+ "resolved": "https://registry.npmjs.org/asn1.js/-/asn1.js-5.4.1.tgz",
+ "integrity": "sha512-+I//4cYPccV8LdmBLiX8CYvf9Sp3vQsrqu2QNXRcrbiWvcx/UdlFiqUJJzxRQxgsZmvhXhn4cSKeSmoFjVdupA==",
+ "dev": true,
+ "peer": true,
"requires": {
- "util": "0.10.3"
+ "bn.js": "^4.0.0",
+ "inherits": "^2.0.1",
+ "minimalistic-assert": "^1.0.0",
+ "safer-buffer": "^2.1.0"
},
"dependencies": {
- "inherits": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz",
- "integrity": "sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE=",
- "dev": true
- },
- "util": {
- "version": "0.10.3",
- "resolved": "https://registry.npmjs.org/util/-/util-0.10.3.tgz",
- "integrity": "sha1-evsa/lCAUkZInj23/g7TeTNqwPk=",
+ "bn.js": {
+ "version": "4.12.0",
+ "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz",
+ "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==",
"dev": true,
- "requires": {
- "inherits": "2.0.1"
- }
+ "peer": true
}
}
},
+ "assert": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/assert/-/assert-2.0.0.tgz",
+ "integrity": "sha512-se5Cd+js9dXJnu6Ag2JFc00t+HmHOen+8Q+L7O9zI0PqQXr20uk2J0XQqMxZEeo5U50o8Nvmmx7dZrl+Ufr35A==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "es6-object-assign": "^1.1.0",
+ "is-nan": "^1.2.1",
+ "object-is": "^1.0.1",
+ "util": "^0.12.0"
+ }
+ },
"assign-symbols": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz",
"integrity": "sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=",
- "dev": true
+ "dev": true,
+ "peer": true
+ },
+ "astral-regex": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz",
+ "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==",
+ "dev": true,
+ "peer": true
+ },
+ "async": {
+ "version": "2.6.3",
+ "resolved": "https://registry.npmjs.org/async/-/async-2.6.3.tgz",
+ "integrity": "sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "lodash": "^4.17.14"
+ }
},
"async-each": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.3.tgz",
+ "integrity": "sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ==",
+ "dev": true,
+ "peer": true
+ },
+ "async-limiter": {
"version": "1.0.1",
- "resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.1.tgz",
- "integrity": "sha1-GdOGodntxufByF04iu28xW0zYC0=",
- "dev": true
+ "resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.1.tgz",
+ "integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==",
+ "dev": true,
+ "peer": true
},
"atob": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz",
"integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==",
- "dev": true
+ "dev": true,
+ "peer": true
+ },
+ "autoprefixer": {
+ "version": "9.8.6",
+ "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.8.6.tgz",
+ "integrity": "sha512-XrvP4VVHdRBCdX1S3WXVD8+RyG9qeb1D5Sn1DeLiG2xfSpzellk5k54xbUERJ3M5DggQxes39UGOTP8CFrEGbg==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "browserslist": "^4.12.0",
+ "caniuse-lite": "^1.0.30001109",
+ "colorette": "^1.2.1",
+ "normalize-range": "^0.1.2",
+ "num2fraction": "^1.2.2",
+ "postcss": "^7.0.32",
+ "postcss-value-parser": "^4.1.0"
+ }
+ },
+ "available-typed-arrays": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.4.tgz",
+ "integrity": "sha512-SA5mXJWrId1TaQjfxUYghbqQ/hYioKmLJvPJyDuYRtXXenFNMjj4hSSt1Cf1xsuXSXrtxrVC5Ot4eU6cOtBDdA==",
+ "dev": true,
+ "peer": true
},
"babel-loader": {
- "version": "8.0.5",
- "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.0.5.tgz",
- "integrity": "sha512-NTnHnVRd2JnRqPC0vW+iOQWU5pchDbYXsG2E6DMXEpMfUcQKclF9gmf3G3ZMhzG7IG9ji4coL0cm+FxeWxDpnw==",
+ "version": "8.2.2",
+ "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.2.2.tgz",
+ "integrity": "sha512-JvTd0/D889PQBtUXJ2PXaKU/pjZDMtHA9V2ecm+eNRmmBCMR09a+fmpGTNwnJtFmFl5Ei7Vy47LjBb+L0wQ99g==",
"dev": true,
+ "peer": true,
"requires": {
- "find-cache-dir": "^2.0.0",
- "loader-utils": "^1.0.2",
- "mkdirp": "^0.5.1",
- "util.promisify": "^1.0.0"
+ "find-cache-dir": "^3.3.1",
+ "loader-utils": "^1.4.0",
+ "make-dir": "^3.1.0",
+ "schema-utils": "^2.6.5"
}
},
"babel-plugin-dynamic-import-node": {
- "version": "2.2.0",
- "resolved": "https://registry.npmjs.org/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.2.0.tgz",
- "integrity": "sha512-fP899ELUnTaBcIzmrW7nniyqqdYWrWuJUyPWHxFa/c7r7hS6KC8FscNfLlBNIoPSc55kYMGEEKjPjJGCLbE1qA==",
+ "version": "2.3.3",
+ "resolved": "https://registry.npmjs.org/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz",
+ "integrity": "sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==",
"dev": true,
+ "peer": true,
"requires": {
"object.assign": "^4.1.0"
}
},
+ "babel-plugin-polyfill-corejs2": {
+ "version": "0.2.2",
+ "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.2.2.tgz",
+ "integrity": "sha512-kISrENsJ0z5dNPq5eRvcctITNHYXWOA4DUZRFYCz3jYCcvTb/A546LIddmoGNMVYg2U38OyFeNosQwI9ENTqIQ==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "@babel/compat-data": "^7.13.11",
+ "@babel/helper-define-polyfill-provider": "^0.2.2",
+ "semver": "^6.1.1"
+ }
+ },
+ "babel-plugin-polyfill-corejs3": {
+ "version": "0.2.4",
+ "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.2.4.tgz",
+ "integrity": "sha512-z3HnJE5TY/j4EFEa/qpQMSbcUJZ5JQi+3UFjXzn6pQCmIKc5Ug5j98SuYyH+m4xQnvKlMDIW4plLfgyVnd0IcQ==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "@babel/helper-define-polyfill-provider": "^0.2.2",
+ "core-js-compat": "^3.14.0"
+ }
+ },
+ "babel-plugin-polyfill-regenerator": {
+ "version": "0.2.2",
+ "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.2.2.tgz",
+ "integrity": "sha512-Goy5ghsc21HgPDFtzRkSirpZVW35meGoTmTOb2bxqdl60ghub4xOidgNTHaZfQ2FaxQsKmwvXtOAkcIS4SMBWg==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "@babel/helper-define-polyfill-provider": "^0.2.2"
+ }
+ },
+ "bail": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/bail/-/bail-1.0.5.tgz",
+ "integrity": "sha512-xFbRxM1tahm08yHBP16MMjVUAvDaBMD38zsM9EMAUN61omwLmKlOpB/Zku5QkjZ8TZ4vn53pj+t518cH0S03RQ==",
+ "dev": true,
+ "peer": true
+ },
"balanced-match": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz",
- "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=",
- "dev": true
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
+ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
+ "dev": true,
+ "peer": true
},
"base": {
"version": "0.11.2",
"resolved": "https://registry.npmjs.org/base/-/base-0.11.2.tgz",
"integrity": "sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==",
"dev": true,
+ "peer": true,
"requires": {
"cache-base": "^1.0.1",
"class-utils": "^0.3.5",
@@ -1723,121 +16844,160 @@
"resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz",
"integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=",
"dev": true,
+ "peer": true,
"requires": {
"is-descriptor": "^1.0.0"
}
- },
- "is-accessor-descriptor": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz",
- "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==",
- "dev": true,
- "requires": {
- "kind-of": "^6.0.0"
- }
- },
- "is-data-descriptor": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz",
- "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==",
- "dev": true,
- "requires": {
- "kind-of": "^6.0.0"
- }
- },
- "is-descriptor": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz",
- "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==",
- "dev": true,
- "requires": {
- "is-accessor-descriptor": "^1.0.0",
- "is-data-descriptor": "^1.0.0",
- "kind-of": "^6.0.2"
- }
}
}
},
"base64-js": {
- "version": "1.3.0",
- "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.3.0.tgz",
- "integrity": "sha512-ccav/yGvoa80BQDljCxsmmQ3Xvx60/UpBIij5QN21W3wBi/hhIC9OoO+KLpu9IJTS9j4DRVJ3aDDF9cMSoa2lw==",
- "dev": true
+ "version": "1.5.1",
+ "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
+ "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
+ "dev": true,
+ "peer": true
+ },
+ "batch": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz",
+ "integrity": "sha1-3DQxT05nkxgJP8dgJyUl+UvyXBY=",
+ "dev": true,
+ "peer": true
},
"big.js": {
"version": "5.2.2",
"resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz",
"integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==",
- "dev": true
+ "dev": true,
+ "peer": true
},
"binary-extensions": {
- "version": "1.13.0",
- "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.13.0.tgz",
- "integrity": "sha512-EgmjVLMn22z7eGGv3kcnHwSnJXmFHjISTY9E/S5lIcTD3Oxw05QTcBLNkJFzcb3cNueUdF/IN4U+d78V0zO8Hw==",
- "dev": true
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz",
+ "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==",
+ "dev": true,
+ "peer": true
+ },
+ "bindings": {
+ "version": "1.5.0",
+ "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz",
+ "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==",
+ "dev": true,
+ "optional": true,
+ "peer": true,
+ "requires": {
+ "file-uri-to-path": "1.0.0"
+ }
},
"bluebird": {
- "version": "3.5.3",
- "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.5.3.tgz",
- "integrity": "sha512-/qKPUQlaW1OyR51WeCPBvRnAlnZFUJkCSG5HzGnuIqhgyJtF+T94lFnn33eiazjRm2LAHVy2guNnaq48X9SJuw==",
- "dev": true
+ "version": "3.7.2",
+ "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz",
+ "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==",
+ "dev": true,
+ "peer": true
},
"bn.js": {
- "version": "4.11.8",
- "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.8.tgz",
- "integrity": "sha512-ItfYfPLkWHUjckQCk8xC+LwxgK8NYcXywGigJgSwOP8Y2iyWT4f2vsZnoOXTTbo+o5yXmIUJ4gn5538SO5S3gA==",
- "dev": true
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.2.0.tgz",
+ "integrity": "sha512-D7iWRBvnZE8ecXiLj/9wbxH7Tk79fAh8IHaTNq1RWRixsS02W+5qS+iE9yq6RYl0asXx5tw0bLhmT5pIfbSquw==",
+ "dev": true,
+ "peer": true
+ },
+ "body-parser": {
+ "version": "1.19.0",
+ "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.19.0.tgz",
+ "integrity": "sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "bytes": "3.1.0",
+ "content-type": "~1.0.4",
+ "debug": "2.6.9",
+ "depd": "~1.1.2",
+ "http-errors": "1.7.2",
+ "iconv-lite": "0.4.24",
+ "on-finished": "~2.3.0",
+ "qs": "6.7.0",
+ "raw-body": "2.4.0",
+ "type-is": "~1.6.17"
+ },
+ "dependencies": {
+ "bytes": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz",
+ "integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==",
+ "dev": true,
+ "peer": true
+ },
+ "debug": {
+ "version": "2.6.9",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
+ "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "ms": "2.0.0"
+ }
+ },
+ "ms": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
+ "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=",
+ "dev": true,
+ "peer": true
+ }
+ }
+ },
+ "bonjour": {
+ "version": "3.5.0",
+ "resolved": "https://registry.npmjs.org/bonjour/-/bonjour-3.5.0.tgz",
+ "integrity": "sha1-jokKGD2O6aI5OzhExpGkK897yfU=",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "array-flatten": "^2.1.0",
+ "deep-equal": "^1.0.1",
+ "dns-equal": "^1.0.0",
+ "dns-txt": "^2.0.2",
+ "multicast-dns": "^6.0.1",
+ "multicast-dns-service-types": "^1.1.0"
+ }
},
"brace-expansion": {
"version": "1.1.11",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
"dev": true,
+ "peer": true,
"requires": {
"balanced-match": "^1.0.0",
"concat-map": "0.0.1"
}
},
"braces": {
- "version": "2.3.2",
- "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz",
- "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==",
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz",
+ "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",
"dev": true,
+ "peer": true,
"requires": {
- "arr-flatten": "^1.1.0",
- "array-unique": "^0.3.2",
- "extend-shallow": "^2.0.1",
- "fill-range": "^4.0.0",
- "isobject": "^3.0.1",
- "repeat-element": "^1.1.2",
- "snapdragon": "^0.8.1",
- "snapdragon-node": "^2.0.1",
- "split-string": "^3.0.2",
- "to-regex": "^3.0.1"
- },
- "dependencies": {
- "extend-shallow": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
- "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
- "dev": true,
- "requires": {
- "is-extendable": "^0.1.0"
- }
- }
+ "fill-range": "^7.0.1"
}
},
"brorand": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz",
"integrity": "sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8=",
- "dev": true
+ "dev": true,
+ "peer": true
},
"browserify-aes": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/browserify-aes/-/browserify-aes-1.2.0.tgz",
"integrity": "sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==",
"dev": true,
+ "peer": true,
"requires": {
"buffer-xor": "^1.0.3",
"cipher-base": "^1.0.0",
@@ -1852,6 +17012,7 @@
"resolved": "https://registry.npmjs.org/browserify-cipher/-/browserify-cipher-1.0.1.tgz",
"integrity": "sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w==",
"dev": true,
+ "peer": true,
"requires": {
"browserify-aes": "^1.0.4",
"browserify-des": "^1.0.0",
@@ -1863,6 +17024,7 @@
"resolved": "https://registry.npmjs.org/browserify-des/-/browserify-des-1.0.2.tgz",
"integrity": "sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A==",
"dev": true,
+ "peer": true,
"requires": {
"cipher-base": "^1.0.1",
"des.js": "^1.0.0",
@@ -1871,28 +17033,41 @@
}
},
"browserify-rsa": {
- "version": "4.0.1",
- "resolved": "https://registry.npmjs.org/browserify-rsa/-/browserify-rsa-4.0.1.tgz",
- "integrity": "sha1-IeCr+vbyApzy+vsTNWenAdQTVSQ=",
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/browserify-rsa/-/browserify-rsa-4.1.0.tgz",
+ "integrity": "sha512-AdEER0Hkspgno2aR97SAf6vi0y0k8NuOpGnVH3O99rcA5Q6sh8QxcngtHuJ6uXwnfAXNM4Gn1Gb7/MV1+Ymbog==",
"dev": true,
+ "peer": true,
"requires": {
- "bn.js": "^4.1.0",
+ "bn.js": "^5.0.0",
"randombytes": "^2.0.1"
}
},
"browserify-sign": {
- "version": "4.0.4",
- "resolved": "https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.0.4.tgz",
- "integrity": "sha1-qk62jl17ZYuqa/alfmMMvXqT0pg=",
+ "version": "4.2.1",
+ "resolved": "https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.2.1.tgz",
+ "integrity": "sha512-/vrA5fguVAKKAVTNJjgSm1tRQDHUU6DbwO9IROu/0WAzC8PKhucDSh18J0RMvVeHAn5puMd+QHC2erPRNf8lmg==",
"dev": true,
+ "peer": true,
"requires": {
- "bn.js": "^4.1.1",
- "browserify-rsa": "^4.0.0",
- "create-hash": "^1.1.0",
- "create-hmac": "^1.1.2",
- "elliptic": "^6.0.0",
- "inherits": "^2.0.1",
- "parse-asn1": "^5.0.0"
+ "bn.js": "^5.1.1",
+ "browserify-rsa": "^4.0.1",
+ "create-hash": "^1.2.0",
+ "create-hmac": "^1.1.7",
+ "elliptic": "^6.5.3",
+ "inherits": "^2.0.4",
+ "parse-asn1": "^5.1.5",
+ "readable-stream": "^3.6.0",
+ "safe-buffer": "^5.2.0"
+ },
+ "dependencies": {
+ "safe-buffer": {
+ "version": "5.2.1",
+ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
+ "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
+ "dev": true,
+ "peer": true
+ }
}
},
"browserify-zlib": {
@@ -1900,77 +17075,77 @@
"resolved": "https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.2.0.tgz",
"integrity": "sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA==",
"dev": true,
+ "peer": true,
"requires": {
"pako": "~1.0.5"
}
},
"browserslist": {
- "version": "4.5.2",
- "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.5.2.tgz",
- "integrity": "sha512-zmJVLiKLrzko0iszd/V4SsjTaomFeoVzQGYYOYgRgsbh7WNh95RgDB0CmBdFWYs/3MyFSt69NypjL/h3iaddKQ==",
+ "version": "4.16.7",
+ "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.16.7.tgz",
+ "integrity": "sha512-7I4qVwqZltJ7j37wObBe3SoTz+nS8APaNcrBOlgoirb6/HbEU2XxW/LpUDTCngM6iauwFqmRTuOMfyKnFGY5JA==",
"dev": true,
+ "peer": true,
"requires": {
- "caniuse-lite": "^1.0.30000951",
- "electron-to-chromium": "^1.3.116",
- "node-releases": "^1.1.11"
+ "caniuse-lite": "^1.0.30001248",
+ "colorette": "^1.2.2",
+ "electron-to-chromium": "^1.3.793",
+ "escalade": "^3.1.1",
+ "node-releases": "^1.1.73"
}
},
"buffer": {
- "version": "4.9.1",
- "resolved": "https://registry.npmjs.org/buffer/-/buffer-4.9.1.tgz",
- "integrity": "sha1-bRu2AbB6TvztlwlBMgkwJ8lbwpg=",
+ "version": "6.0.3",
+ "resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz",
+ "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==",
"dev": true,
+ "peer": true,
"requires": {
- "base64-js": "^1.0.2",
- "ieee754": "^1.1.4",
- "isarray": "^1.0.0"
+ "base64-js": "^1.3.1",
+ "ieee754": "^1.2.1"
}
},
"buffer-from": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
+ "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
+ "dev": true,
+ "peer": true
+ },
+ "buffer-indexof": {
"version": "1.1.1",
- "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.1.tgz",
- "integrity": "sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==",
- "dev": true
+ "resolved": "https://registry.npmjs.org/buffer-indexof/-/buffer-indexof-1.1.1.tgz",
+ "integrity": "sha512-4/rOEg86jivtPTeOUUT61jJO1Ya1TrR/OkqCSZDyq84WJh3LuuiphBYJN+fm5xufIk4XAFcEwte/8WzC8If/1g==",
+ "dev": true,
+ "peer": true
},
"buffer-xor": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz",
"integrity": "sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk=",
- "dev": true
+ "dev": true,
+ "peer": true
},
"builtin-status-codes": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz",
"integrity": "sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug=",
- "dev": true
+ "dev": true,
+ "peer": true
},
- "cacache": {
- "version": "11.3.2",
- "resolved": "https://registry.npmjs.org/cacache/-/cacache-11.3.2.tgz",
- "integrity": "sha512-E0zP4EPGDOaT2chM08Als91eYnf8Z+eH1awwwVsngUmgppfM5jjJ8l3z5vO5p5w/I3LsiXawb1sW0VY65pQABg==",
+ "bytes": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz",
+ "integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=",
"dev": true,
- "requires": {
- "bluebird": "^3.5.3",
- "chownr": "^1.1.1",
- "figgy-pudding": "^3.5.1",
- "glob": "^7.1.3",
- "graceful-fs": "^4.1.15",
- "lru-cache": "^5.1.1",
- "mississippi": "^3.0.0",
- "mkdirp": "^0.5.1",
- "move-concurrently": "^1.0.1",
- "promise-inflight": "^1.0.1",
- "rimraf": "^2.6.2",
- "ssri": "^6.0.1",
- "unique-filename": "^1.1.1",
- "y18n": "^4.0.0"
- }
+ "peer": true
},
"cache-base": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz",
"integrity": "sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==",
"dev": true,
+ "peer": true,
"requires": {
"collection-visit": "^1.0.0",
"component-emitter": "^1.2.1",
@@ -1983,69 +17158,122 @@
"unset-value": "^1.0.0"
}
},
+ "call-bind": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz",
+ "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "function-bind": "^1.1.1",
+ "get-intrinsic": "^1.0.2"
+ }
+ },
+ "callsites": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
+ "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
+ "dev": true,
+ "peer": true
+ },
"camelcase": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.0.0.tgz",
- "integrity": "sha512-faqwZqnWxbxn+F1d399ygeamQNy3lPp/H9H6rNrqYh4FSVCtcY+3cub1MxA8o9mDd55mM8Aghuu/kuyYA6VTsA==",
- "dev": true
+ "version": "6.2.0",
+ "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.2.0.tgz",
+ "integrity": "sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg==",
+ "dev": true,
+ "peer": true
+ },
+ "camelcase-keys": {
+ "version": "6.2.2",
+ "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-6.2.2.tgz",
+ "integrity": "sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "camelcase": "^5.3.1",
+ "map-obj": "^4.0.0",
+ "quick-lru": "^4.0.1"
+ },
+ "dependencies": {
+ "camelcase": {
+ "version": "5.3.1",
+ "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
+ "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==",
+ "dev": true,
+ "peer": true
+ }
+ }
},
"caniuse-lite": {
- "version": "1.0.30000951",
- "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30000951.tgz",
- "integrity": "sha512-eRhP+nQ6YUkIcNQ6hnvdhMkdc7n3zadog0KXNRxAZTT2kHjUb1yGn71OrPhSn8MOvlX97g5CR97kGVj8fMsXWg==",
- "dev": true
+ "version": "1.0.30001249",
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001249.tgz",
+ "integrity": "sha512-vcX4U8lwVXPdqzPWi6cAJ3FnQaqXbBqy/GZseKNQzRj37J7qZdGcBtxq/QLFNLLlfsoXLUdHw8Iwenri86Tagw==",
+ "dev": true,
+ "peer": true
},
"chalk": {
"version": "2.4.2",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
"integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
"dev": true,
+ "peer": true,
"requires": {
"ansi-styles": "^3.2.1",
"escape-string-regexp": "^1.0.5",
"supports-color": "^5.3.0"
}
},
+ "character-entities": {
+ "version": "1.2.4",
+ "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-1.2.4.tgz",
+ "integrity": "sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw==",
+ "dev": true,
+ "peer": true
+ },
+ "character-entities-legacy": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-1.1.4.tgz",
+ "integrity": "sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA==",
+ "dev": true,
+ "peer": true
+ },
+ "character-reference-invalid": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-1.1.4.tgz",
+ "integrity": "sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==",
+ "dev": true,
+ "peer": true
+ },
"chokidar": {
- "version": "2.1.2",
- "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.2.tgz",
- "integrity": "sha512-IwXUx0FXc5ibYmPC2XeEj5mpXoV66sR+t3jqu2NS2GYwCktt3KF1/Qqjws/NkegajBA4RbZ5+DDwlOiJsxDHEg==",
+ "version": "3.5.2",
+ "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.2.tgz",
+ "integrity": "sha512-ekGhOnNVPgT77r4K/U3GDhu+FQ2S8TnK/s2KbIGXi0SZWuwkZ2QNyfWdZW+TVfn84DpEP7rLeCt2UI6bJ8GwbQ==",
"dev": true,
+ "peer": true,
"requires": {
- "anymatch": "^2.0.0",
- "async-each": "^1.0.1",
- "braces": "^2.3.2",
- "fsevents": "^1.2.7",
- "glob-parent": "^3.1.0",
- "inherits": "^2.0.3",
- "is-binary-path": "^1.0.0",
- "is-glob": "^4.0.0",
- "normalize-path": "^3.0.0",
- "path-is-absolute": "^1.0.0",
- "readdirp": "^2.2.1",
- "upath": "^1.1.0"
+ "anymatch": "~3.1.2",
+ "braces": "~3.0.2",
+ "fsevents": "~2.3.2",
+ "glob-parent": "~5.1.2",
+ "is-binary-path": "~2.1.0",
+ "is-glob": "~4.0.1",
+ "normalize-path": "~3.0.0",
+ "readdirp": "~3.6.0"
}
},
- "chownr": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.1.tgz",
- "integrity": "sha512-j38EvO5+LHX84jlo6h4UzmOwi0UgW61WRyPtJz4qaadK5eY3BTS5TY/S1Stc3Uk2lIM6TPevAlULiEJwie860g==",
- "dev": true
- },
"chrome-trace-event": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.0.tgz",
- "integrity": "sha512-xDbVgyfDTT2piup/h8dK/y4QZfJRSa73bw1WZ8b4XM1o7fsFubUVGYcE+1ANtOzJJELGpYoG2961z0Z6OAld9A==",
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz",
+ "integrity": "sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==",
"dev": true,
- "requires": {
- "tslib": "^1.9.0"
- }
+ "peer": true
},
"cipher-base": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz",
"integrity": "sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==",
"dev": true,
+ "peer": true,
"requires": {
"inherits": "^2.0.1",
"safe-buffer": "^5.0.1"
@@ -2056,6 +17284,7 @@
"resolved": "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz",
"integrity": "sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==",
"dev": true,
+ "peer": true,
"requires": {
"arr-union": "^3.1.0",
"define-property": "^0.2.5",
@@ -2068,34 +17297,168 @@
"resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
"integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=",
"dev": true,
+ "peer": true,
"requires": {
"is-descriptor": "^0.1.0"
}
+ },
+ "is-accessor-descriptor": {
+ "version": "0.1.6",
+ "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz",
+ "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "kind-of": "^3.0.2"
+ },
+ "dependencies": {
+ "kind-of": {
+ "version": "3.2.2",
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
+ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "is-buffer": "^1.1.5"
+ }
+ }
+ }
+ },
+ "is-buffer": {
+ "version": "1.1.6",
+ "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz",
+ "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==",
+ "dev": true,
+ "peer": true
+ },
+ "is-data-descriptor": {
+ "version": "0.1.4",
+ "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz",
+ "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "kind-of": "^3.0.2"
+ },
+ "dependencies": {
+ "kind-of": {
+ "version": "3.2.2",
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
+ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "is-buffer": "^1.1.5"
+ }
+ }
+ }
+ },
+ "is-descriptor": {
+ "version": "0.1.6",
+ "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz",
+ "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "is-accessor-descriptor": "^0.1.6",
+ "is-data-descriptor": "^0.1.4",
+ "kind-of": "^5.0.0"
+ }
+ },
+ "kind-of": {
+ "version": "5.1.0",
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz",
+ "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==",
+ "dev": true,
+ "peer": true
}
}
},
"cliui": {
- "version": "4.1.0",
- "resolved": "https://registry.npmjs.org/cliui/-/cliui-4.1.0.tgz",
- "integrity": "sha512-4FG+RSG9DL7uEwRUZXZn3SS34DiDPfzP0VOiEwtUWlE+AR2EIg+hSyvrIgUUfhdgR/UkAeW2QHgeP+hWrXs7jQ==",
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/cliui/-/cliui-5.0.0.tgz",
+ "integrity": "sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==",
"dev": true,
+ "peer": true,
"requires": {
- "string-width": "^2.1.1",
- "strip-ansi": "^4.0.0",
- "wrap-ansi": "^2.0.0"
+ "string-width": "^3.1.0",
+ "strip-ansi": "^5.2.0",
+ "wrap-ansi": "^5.1.0"
+ },
+ "dependencies": {
+ "ansi-regex": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz",
+ "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==",
+ "dev": true,
+ "peer": true
+ },
+ "emoji-regex": {
+ "version": "7.0.3",
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz",
+ "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==",
+ "dev": true,
+ "peer": true
+ },
+ "is-fullwidth-code-point": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
+ "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=",
+ "dev": true,
+ "peer": true
+ },
+ "string-width": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz",
+ "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "emoji-regex": "^7.0.1",
+ "is-fullwidth-code-point": "^2.0.0",
+ "strip-ansi": "^5.1.0"
+ }
+ },
+ "strip-ansi": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz",
+ "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "ansi-regex": "^4.1.0"
+ }
+ }
}
},
- "code-point-at": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz",
- "integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=",
- "dev": true
+ "clone-deep": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz",
+ "integrity": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "is-plain-object": "^2.0.4",
+ "kind-of": "^6.0.2",
+ "shallow-clone": "^3.0.0"
+ }
+ },
+ "clone-regexp": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/clone-regexp/-/clone-regexp-2.2.0.tgz",
+ "integrity": "sha512-beMpP7BOtTipFuW8hrJvREQ2DrRu3BE7by0ZpibtfBA+qfHYvMGTc2Yb1JMYPKg/JUw0CHYvpg796aNTSW9z7Q==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "is-regexp": "^2.0.0"
+ }
},
"collection-visit": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz",
"integrity": "sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA=",
"dev": true,
+ "peer": true,
"requires": {
"map-visit": "^1.0.0",
"object-visit": "^1.0.0"
@@ -2106,6 +17469,7 @@
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
"integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
"dev": true,
+ "peer": true,
"requires": {
"color-name": "1.1.3"
}
@@ -2114,133 +17478,253 @@
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
"integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=",
- "dev": true
+ "dev": true,
+ "peer": true
+ },
+ "colorette": {
+ "version": "1.2.2",
+ "resolved": "https://registry.npmjs.org/colorette/-/colorette-1.2.2.tgz",
+ "integrity": "sha512-MKGMzyfeuutC/ZJ1cba9NqcNpfeqMUcYmyF1ZFY6/Cn7CNSAKx6a+s48sqLqyAiZuaP2TcqMhoo+dlwFnVxT9w==",
+ "dev": true,
+ "peer": true
},
"commander": {
"version": "2.17.1",
- "resolved": "https://registry.npmjs.org/commander/-/commander-2.17.1.tgz",
"integrity": "sha512-wPMUt6FnH2yzG95SA6mzjQOEKUU3aLaDEmzs1ti+1E9h+CsrZghRlqEM/EJ4KscsQVG8uNN4uVreUeT8+drlgg=="
},
+ "comment-parser": {
+ "version": "1.1.5",
+ "resolved": "https://registry.npmjs.org/comment-parser/-/comment-parser-1.1.5.tgz",
+ "integrity": "sha512-RePCE4leIhBlmrqiYTvaqEeGYg7qpSl4etaIabKtdOQVi+mSTIBBklGUwIr79GXYnl3LpMwmDw4KeR2stNc6FA==",
+ "dev": true,
+ "peer": true
+ },
"commondir": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz",
"integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=",
- "dev": true
+ "dev": true,
+ "peer": true
},
"component-emitter": {
- "version": "1.2.1",
- "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.2.1.tgz",
- "integrity": "sha1-E3kY1teCg/ffemt8WmPhQOaUJeY=",
- "dev": true
+ "version": "1.3.0",
+ "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.0.tgz",
+ "integrity": "sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==",
+ "dev": true,
+ "peer": true
+ },
+ "compressible": {
+ "version": "2.0.18",
+ "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz",
+ "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "mime-db": ">= 1.43.0 < 2"
+ }
+ },
+ "compression": {
+ "version": "1.7.4",
+ "resolved": "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz",
+ "integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "accepts": "~1.3.5",
+ "bytes": "3.0.0",
+ "compressible": "~2.0.16",
+ "debug": "2.6.9",
+ "on-headers": "~1.0.2",
+ "safe-buffer": "5.1.2",
+ "vary": "~1.1.2"
+ },
+ "dependencies": {
+ "debug": {
+ "version": "2.6.9",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
+ "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "ms": "2.0.0"
+ }
+ },
+ "ms": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
+ "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=",
+ "dev": true,
+ "peer": true
+ }
+ }
},
"concat-map": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
"integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=",
- "dev": true
+ "dev": true,
+ "peer": true
},
- "concat-stream": {
- "version": "1.6.2",
- "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz",
- "integrity": "sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==",
+ "connect-history-api-fallback": {
+ "version": "1.6.0",
+ "resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-1.6.0.tgz",
+ "integrity": "sha512-e54B99q/OUoH64zYYRf3HBP5z24G38h5D3qXu23JGRoigpX5Ss4r9ZnDk3g0Z8uQC2x2lPaJ+UlWBc1ZWBWdLg==",
"dev": true,
- "requires": {
- "buffer-from": "^1.0.0",
- "inherits": "^2.0.3",
- "readable-stream": "^2.2.2",
- "typedarray": "^0.0.6"
- }
+ "peer": true
},
"console-browserify": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/console-browserify/-/console-browserify-1.1.0.tgz",
- "integrity": "sha1-8CQcRXMKn8YyOyBtvzjtx0HQuxA=",
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/console-browserify/-/console-browserify-1.2.0.tgz",
+ "integrity": "sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA==",
+ "dev": true,
+ "peer": true
+ },
+ "consolidate": {
+ "version": "0.15.1",
+ "resolved": "https://registry.npmjs.org/consolidate/-/consolidate-0.15.1.tgz",
+ "integrity": "sha512-DW46nrsMJgy9kqAbPt5rKaCr7uFtpo4mSUvLHIUbJEjm0vo+aY5QLwBUq3FK4tRnJr/X0Psc0C4jf/h+HtXSMw==",
"dev": true,
+ "peer": true,
"requires": {
- "date-now": "^0.1.4"
+ "bluebird": "^3.1.1"
}
},
"constants-browserify": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/constants-browserify/-/constants-browserify-1.0.0.tgz",
"integrity": "sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U=",
- "dev": true
+ "dev": true,
+ "peer": true
},
- "convert-source-map": {
- "version": "1.6.0",
- "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.6.0.tgz",
- "integrity": "sha512-eFu7XigvxdZ1ETfbgPBohgyQ/Z++C0eEhTor0qRwBw9unw+L0/6V8wkSuGgzdThkiS5lSpdptOQPD8Ak40a+7A==",
+ "content-disposition": {
+ "version": "0.5.3",
+ "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.3.tgz",
+ "integrity": "sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g==",
"dev": true,
+ "peer": true,
"requires": {
- "safe-buffer": "~5.1.1"
+ "safe-buffer": "5.1.2"
}
},
- "copy-concurrently": {
- "version": "1.0.5",
- "resolved": "https://registry.npmjs.org/copy-concurrently/-/copy-concurrently-1.0.5.tgz",
- "integrity": "sha512-f2domd9fsVDFtaFcbaRZuYXwtdmnzqbADSwhSWYxYB/Q8zsdUUFMXVRwXGDMWmbEzAn1kdRrtI1T/KTFOL4X2A==",
+ "content-type": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz",
+ "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==",
"dev": true,
+ "peer": true
+ },
+ "convert-source-map": {
+ "version": "1.8.0",
+ "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.8.0.tgz",
+ "integrity": "sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==",
+ "dev": true,
+ "peer": true,
"requires": {
- "aproba": "^1.1.1",
- "fs-write-stream-atomic": "^1.0.8",
- "iferr": "^0.1.5",
- "mkdirp": "^0.5.1",
- "rimraf": "^2.5.4",
- "run-queue": "^1.0.0"
+ "safe-buffer": "~5.1.1"
}
},
+ "cookie": {
+ "version": "0.4.0",
+ "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.0.tgz",
+ "integrity": "sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg==",
+ "dev": true,
+ "peer": true
+ },
+ "cookie-signature": {
+ "version": "1.0.6",
+ "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz",
+ "integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw=",
+ "dev": true,
+ "peer": true
+ },
"copy-descriptor": {
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz",
"integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=",
- "dev": true
- },
- "core-js": {
- "version": "2.6.5",
- "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.5.tgz",
- "integrity": "sha512-klh/kDpwX8hryYL14M9w/xei6vrv6sE8gTHDG7/T/+SEovB/G4ejwcfE/CBzO6Edsu+OETZMZ3wcX/EjUkrl5A==",
- "dev": true
+ "dev": true,
+ "peer": true
},
"core-js-compat": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.0.0.tgz",
- "integrity": "sha512-W/Ppz34uUme3LmXWjMgFlYyGnbo1hd9JvA0LNQ4EmieqVjg2GPYbj3H6tcdP2QGPGWdRKUqZVbVKLNIFVs/HiA==",
+ "version": "3.16.0",
+ "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.16.0.tgz",
+ "integrity": "sha512-5D9sPHCdewoUK7pSUPfTF7ZhLh8k9/CoJXWUEo+F1dZT5Z1DVgcuRqUKhjeKW+YLb8f21rTFgWwQJiNw1hoZ5Q==",
"dev": true,
+ "peer": true,
"requires": {
- "browserslist": "^4.5.1",
- "core-js": "3.0.0",
- "core-js-pure": "3.0.0",
- "semver": "^5.6.0"
+ "browserslist": "^4.16.6",
+ "semver": "7.0.0"
},
"dependencies": {
- "core-js": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.0.0.tgz",
- "integrity": "sha512-WBmxlgH2122EzEJ6GH8o9L/FeoUKxxxZ6q6VUxoTlsE4EvbTWKJb447eyVxTEuq0LpXjlq/kCB2qgBvsYRkLvQ==",
- "dev": true
+ "semver": {
+ "version": "7.0.0",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.0.0.tgz",
+ "integrity": "sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==",
+ "dev": true,
+ "peer": true
}
}
},
- "core-js-pure": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.0.0.tgz",
- "integrity": "sha512-yPiS3fQd842RZDgo/TAKGgS0f3p2nxssF1H65DIZvZv0Od5CygP8puHXn3IQiM/39VAvgCbdaMQpresrbGgt9g==",
- "dev": true
- },
"core-util-is": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
"integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=",
- "dev": true
+ "dev": true,
+ "peer": true
+ },
+ "cosmiconfig": {
+ "version": "7.0.0",
+ "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.0.tgz",
+ "integrity": "sha512-pondGvTuVYDk++upghXJabWzL6Kxu6f26ljFw64Swq9v6sQPUL3EUlVDV56diOjpCayKihL6hVe8exIACU4XcA==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "@types/parse-json": "^4.0.0",
+ "import-fresh": "^3.2.1",
+ "parse-json": "^5.0.0",
+ "path-type": "^4.0.0",
+ "yaml": "^1.10.0"
+ },
+ "dependencies": {
+ "parse-json": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
+ "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "@babel/code-frame": "^7.0.0",
+ "error-ex": "^1.3.1",
+ "json-parse-even-better-errors": "^2.3.0",
+ "lines-and-columns": "^1.1.6"
+ }
+ },
+ "path-type": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
+ "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
+ "dev": true,
+ "peer": true
+ }
+ }
},
"create-ecdh": {
- "version": "4.0.3",
- "resolved": "https://registry.npmjs.org/create-ecdh/-/create-ecdh-4.0.3.tgz",
- "integrity": "sha512-GbEHQPMOswGpKXM9kCWVrremUcBmjteUaQ01T9rkKCPDXfUHX0IoP9LpHYo2NPFampa4e+/pFDc3jQdxrxQLaw==",
+ "version": "4.0.4",
+ "resolved": "https://registry.npmjs.org/create-ecdh/-/create-ecdh-4.0.4.tgz",
+ "integrity": "sha512-mf+TCx8wWc9VpuxfP2ht0iSISLZnt0JgWlrOKZiNqyUZWnjIaCIVNQArMHnCZKfEYRg6IM7A+NeJoN8gf/Ws0A==",
"dev": true,
+ "peer": true,
"requires": {
"bn.js": "^4.1.0",
- "elliptic": "^6.0.0"
+ "elliptic": "^6.5.3"
+ },
+ "dependencies": {
+ "bn.js": {
+ "version": "4.12.0",
+ "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz",
+ "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==",
+ "dev": true,
+ "peer": true
+ }
}
},
"create-hash": {
@@ -2248,6 +17732,7 @@
"resolved": "https://registry.npmjs.org/create-hash/-/create-hash-1.2.0.tgz",
"integrity": "sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==",
"dev": true,
+ "peer": true,
"requires": {
"cipher-base": "^1.0.1",
"inherits": "^2.0.1",
@@ -2261,6 +17746,7 @@
"resolved": "https://registry.npmjs.org/create-hmac/-/create-hmac-1.1.7.tgz",
"integrity": "sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==",
"dev": true,
+ "peer": true,
"requires": {
"cipher-base": "^1.0.3",
"create-hash": "^1.1.0",
@@ -2271,16 +17757,15 @@
}
},
"cross-spawn": {
- "version": "6.0.5",
- "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz",
- "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==",
+ "version": "7.0.3",
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
+ "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
"dev": true,
+ "peer": true,
"requires": {
- "nice-try": "^1.0.4",
- "path-key": "^2.0.1",
- "semver": "^5.5.0",
- "shebang-command": "^1.2.0",
- "which": "^1.2.9"
+ "path-key": "^3.1.0",
+ "shebang-command": "^2.0.0",
+ "which": "^2.0.1"
}
},
"crypto-browserify": {
@@ -2288,6 +17773,7 @@
"resolved": "https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.12.0.tgz",
"integrity": "sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg==",
"dev": true,
+ "peer": true,
"requires": {
"browserify-cipher": "^1.0.0",
"browserify-sign": "^4.0.0",
@@ -2303,29 +17789,64 @@
}
},
"css-loader": {
- "version": "2.1.1",
- "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-2.1.1.tgz",
- "integrity": "sha512-OcKJU/lt232vl1P9EEDamhoO9iKY3tIjY5GU+XDLblAykTdgs6Ux9P1hTHve8nFKy5KPpOXOsVI/hIwi3841+w==",
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-4.3.0.tgz",
+ "integrity": "sha512-rdezjCjScIrsL8BSYszgT4s476IcNKt6yX69t0pHjJVnPUTDpn4WfIpDQTN3wCJvUvfsz/mFjuGOekf3PY3NUg==",
"dev": true,
+ "peer": true,
"requires": {
- "camelcase": "^5.2.0",
- "icss-utils": "^4.1.0",
- "loader-utils": "^1.2.3",
- "normalize-path": "^3.0.0",
- "postcss": "^7.0.14",
+ "camelcase": "^6.0.0",
+ "cssesc": "^3.0.0",
+ "icss-utils": "^4.1.1",
+ "loader-utils": "^2.0.0",
+ "postcss": "^7.0.32",
"postcss-modules-extract-imports": "^2.0.0",
- "postcss-modules-local-by-default": "^2.0.6",
- "postcss-modules-scope": "^2.1.0",
- "postcss-modules-values": "^2.0.0",
- "postcss-value-parser": "^3.3.0",
- "schema-utils": "^1.0.0"
+ "postcss-modules-local-by-default": "^3.0.3",
+ "postcss-modules-scope": "^2.2.0",
+ "postcss-modules-values": "^3.0.0",
+ "postcss-value-parser": "^4.1.0",
+ "schema-utils": "^2.7.1",
+ "semver": "^7.3.2"
},
"dependencies": {
- "camelcase": {
- "version": "5.2.0",
- "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.2.0.tgz",
- "integrity": "sha512-IXFsBS2pC+X0j0N/GE7Dm7j3bsEBp+oTpb7F50dwEVX7rf3IgwO9XatnegTsDtniKCUtEJH4fSU6Asw7uoVLfQ==",
- "dev": true
+ "loader-utils": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.0.tgz",
+ "integrity": "sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "big.js": "^5.2.2",
+ "emojis-list": "^3.0.0",
+ "json5": "^2.1.2"
+ }
+ },
+ "lru-cache": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
+ "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "yallist": "^4.0.0"
+ }
+ },
+ "semver": {
+ "version": "7.3.5",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz",
+ "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "lru-cache": "^6.0.0"
+ }
+ },
+ "yallist": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
+ "dev": true,
+ "peer": true
}
}
},
@@ -2333,54 +17854,199 @@
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
"integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
- "dev": true
- },
- "cyclist": {
- "version": "0.2.2",
- "resolved": "https://registry.npmjs.org/cyclist/-/cyclist-0.2.2.tgz",
- "integrity": "sha1-GzN5LhHpFKL9bW7WRHRkRE5fpkA=",
- "dev": true
+ "dev": true,
+ "peer": true
},
- "date-now": {
- "version": "0.1.4",
- "resolved": "https://registry.npmjs.org/date-now/-/date-now-0.1.4.tgz",
- "integrity": "sha1-6vQ5/U1ISK105cx9vvIAZyueNFs=",
- "dev": true
+ "de-indent": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/de-indent/-/de-indent-1.0.2.tgz",
+ "integrity": "sha1-sgOOhG3DO6pXlhKNCAS0VbjB4h0=",
+ "dev": true,
+ "peer": true
},
"debug": {
- "version": "4.1.1",
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz",
- "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==",
+ "version": "4.3.2",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz",
+ "integrity": "sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==",
"dev": true,
+ "peer": true,
"requires": {
- "ms": "^2.1.1"
- },
- "dependencies": {
- "ms": {
- "version": "2.1.1",
- "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz",
- "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==",
- "dev": true
- }
+ "ms": "2.1.2"
}
},
"decamelize": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
"integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=",
- "dev": true
+ "dev": true,
+ "peer": true
+ },
+ "decamelize-keys": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/decamelize-keys/-/decamelize-keys-1.1.0.tgz",
+ "integrity": "sha1-0XGoeTMlKAfrPLYdwcFEXQeN8tk=",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "decamelize": "^1.1.0",
+ "map-obj": "^1.0.0"
+ },
+ "dependencies": {
+ "map-obj": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz",
+ "integrity": "sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=",
+ "dev": true,
+ "peer": true
+ }
+ }
},
"decode-uri-component": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz",
"integrity": "sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=",
- "dev": true
+ "dev": true,
+ "peer": true
+ },
+ "deep-equal": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-1.1.1.tgz",
+ "integrity": "sha512-yd9c5AdiqVcR+JjcwUQb9DkhJc8ngNr0MahEBGvDiJw8puWab2yZlh+nkasOnZP+EGTAP6rRp2JzJhJZzvNF8g==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "is-arguments": "^1.0.4",
+ "is-date-object": "^1.0.1",
+ "is-regex": "^1.0.4",
+ "object-is": "^1.0.1",
+ "object-keys": "^1.1.1",
+ "regexp.prototype.flags": "^1.2.0"
+ }
+ },
+ "deep-is": {
+ "version": "0.1.3",
+ "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.3.tgz",
+ "integrity": "sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ=",
+ "dev": true,
+ "peer": true
+ },
+ "default-gateway": {
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/default-gateway/-/default-gateway-4.2.0.tgz",
+ "integrity": "sha512-h6sMrVB1VMWVrW13mSc6ia/DwYYw5MN6+exNu1OaJeFac5aSAvwM7lZ0NVfTABuSkQelr4h5oebg3KB1XPdjgA==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "execa": "^1.0.0",
+ "ip-regex": "^2.1.0"
+ },
+ "dependencies": {
+ "cross-spawn": {
+ "version": "6.0.5",
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz",
+ "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "nice-try": "^1.0.4",
+ "path-key": "^2.0.1",
+ "semver": "^5.5.0",
+ "shebang-command": "^1.2.0",
+ "which": "^1.2.9"
+ }
+ },
+ "execa": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz",
+ "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "cross-spawn": "^6.0.0",
+ "get-stream": "^4.0.0",
+ "is-stream": "^1.1.0",
+ "npm-run-path": "^2.0.0",
+ "p-finally": "^1.0.0",
+ "signal-exit": "^3.0.0",
+ "strip-eof": "^1.0.0"
+ }
+ },
+ "get-stream": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz",
+ "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "pump": "^3.0.0"
+ }
+ },
+ "is-stream": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz",
+ "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=",
+ "dev": true,
+ "peer": true
+ },
+ "npm-run-path": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz",
+ "integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "path-key": "^2.0.0"
+ }
+ },
+ "path-key": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz",
+ "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=",
+ "dev": true,
+ "peer": true
+ },
+ "semver": {
+ "version": "5.7.1",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
+ "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==",
+ "dev": true,
+ "peer": true
+ },
+ "shebang-command": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz",
+ "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "shebang-regex": "^1.0.0"
+ }
+ },
+ "shebang-regex": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz",
+ "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=",
+ "dev": true,
+ "peer": true
+ },
+ "which": {
+ "version": "1.3.1",
+ "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
+ "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "isexe": "^2.0.0"
+ }
+ }
+ }
},
"define-properties": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz",
"integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==",
"dev": true,
+ "peer": true,
"requires": {
"object-keys": "^1.0.12"
}
@@ -2390,103 +18056,276 @@
"resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz",
"integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==",
"dev": true,
+ "peer": true,
"requires": {
"is-descriptor": "^1.0.2",
"isobject": "^3.0.1"
+ }
+ },
+ "del": {
+ "version": "4.1.1",
+ "resolved": "https://registry.npmjs.org/del/-/del-4.1.1.tgz",
+ "integrity": "sha512-QwGuEUouP2kVwQenAsOof5Fv8K9t3D8Ca8NxcXKrIpEHjTXK5J2nXLdP+ALI1cgv8wj7KuwBhTwBkOZSJKM5XQ==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "@types/glob": "^7.1.1",
+ "globby": "^6.1.0",
+ "is-path-cwd": "^2.0.0",
+ "is-path-in-cwd": "^2.0.0",
+ "p-map": "^2.0.0",
+ "pify": "^4.0.1",
+ "rimraf": "^2.6.3"
},
"dependencies": {
- "is-accessor-descriptor": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz",
- "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==",
+ "array-union": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz",
+ "integrity": "sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=",
"dev": true,
+ "peer": true,
"requires": {
- "kind-of": "^6.0.0"
+ "array-uniq": "^1.0.1"
}
},
- "is-data-descriptor": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz",
- "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==",
+ "globby": {
+ "version": "6.1.0",
+ "resolved": "https://registry.npmjs.org/globby/-/globby-6.1.0.tgz",
+ "integrity": "sha1-9abXDoOV4hyFj7BInWTfAkJNUGw=",
"dev": true,
+ "peer": true,
"requires": {
- "kind-of": "^6.0.0"
+ "array-union": "^1.0.1",
+ "glob": "^7.0.3",
+ "object-assign": "^4.0.1",
+ "pify": "^2.0.0",
+ "pinkie-promise": "^2.0.0"
+ },
+ "dependencies": {
+ "pify": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
+ "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=",
+ "dev": true,
+ "peer": true
+ }
}
},
- "is-descriptor": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz",
- "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==",
+ "pify": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz",
+ "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==",
"dev": true,
+ "peer": true
+ },
+ "rimraf": {
+ "version": "2.7.1",
+ "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz",
+ "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==",
+ "dev": true,
+ "peer": true,
"requires": {
- "is-accessor-descriptor": "^1.0.0",
- "is-data-descriptor": "^1.0.0",
- "kind-of": "^6.0.2"
+ "glob": "^7.1.3"
}
}
}
},
+ "depd": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz",
+ "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=",
+ "dev": true,
+ "peer": true
+ },
"des.js": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/des.js/-/des.js-1.0.0.tgz",
- "integrity": "sha1-wHTS4qpqipoH29YfmhXCzYPsjsw=",
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/des.js/-/des.js-1.0.1.tgz",
+ "integrity": "sha512-Q0I4pfFrv2VPd34/vfLrFOoRmlYj3OV50i7fskps1jZWK1kApMWWT9G6RRUeYedLcBDIhnSDaUvJMb3AhUlaEA==",
"dev": true,
+ "peer": true,
"requires": {
"inherits": "^2.0.1",
"minimalistic-assert": "^1.0.0"
}
},
- "detect-file": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/detect-file/-/detect-file-1.0.0.tgz",
- "integrity": "sha1-8NZtA2cqglyxtzvbP+YjEMjlUrc=",
- "dev": true
+ "destroy": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz",
+ "integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=",
+ "dev": true,
+ "peer": true
+ },
+ "detect-node": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.1.0.tgz",
+ "integrity": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==",
+ "dev": true,
+ "peer": true
},
"diffie-hellman": {
"version": "5.0.3",
"resolved": "https://registry.npmjs.org/diffie-hellman/-/diffie-hellman-5.0.3.tgz",
"integrity": "sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg==",
"dev": true,
+ "peer": true,
"requires": {
"bn.js": "^4.1.0",
"miller-rabin": "^4.0.0",
"randombytes": "^2.0.0"
+ },
+ "dependencies": {
+ "bn.js": {
+ "version": "4.12.0",
+ "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz",
+ "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==",
+ "dev": true,
+ "peer": true
+ }
+ }
+ },
+ "dir-glob": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz",
+ "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "path-type": "^4.0.0"
+ },
+ "dependencies": {
+ "path-type": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
+ "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
+ "dev": true,
+ "peer": true
+ }
+ }
+ },
+ "dns-equal": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/dns-equal/-/dns-equal-1.0.0.tgz",
+ "integrity": "sha1-s55/HabrCnW6nBcySzR1PEfgZU0=",
+ "dev": true,
+ "peer": true
+ },
+ "dns-packet": {
+ "version": "1.3.4",
+ "resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-1.3.4.tgz",
+ "integrity": "sha512-BQ6F4vycLXBvdrJZ6S3gZewt6rcrks9KBgM9vrhW+knGRqc8uEdT7fuCwloc7nny5xNoMJ17HGH0R/6fpo8ECA==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "ip": "^1.1.0",
+ "safe-buffer": "^5.0.1"
+ }
+ },
+ "dns-txt": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/dns-txt/-/dns-txt-2.0.2.tgz",
+ "integrity": "sha1-uR2Ab10nGI5Ks+fRB9iBocxGQrY=",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "buffer-indexof": "^1.0.0"
+ }
+ },
+ "doctrine": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
+ "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "esutils": "^2.0.2"
+ }
+ },
+ "dom-serializer": {
+ "version": "0.2.2",
+ "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz",
+ "integrity": "sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "domelementtype": "^2.0.1",
+ "entities": "^2.0.0"
+ },
+ "dependencies": {
+ "domelementtype": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.2.0.tgz",
+ "integrity": "sha512-DtBMo82pv1dFtUmHyr48beiuq792Sxohr+8Hm9zoxklYPfa6n0Z3Byjj2IV7bmr2IyqClnqEQhfgHJJ5QF0R5A==",
+ "dev": true,
+ "peer": true
+ },
+ "entities": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz",
+ "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==",
+ "dev": true,
+ "peer": true
+ }
}
},
"dom-walk": {
"version": "0.1.1",
- "resolved": "https://registry.npmjs.org/dom-walk/-/dom-walk-0.1.1.tgz",
"integrity": "sha1-ZyIm3HTI95mtNTB9+TaroRrNYBg="
},
"domain-browser": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/domain-browser/-/domain-browser-1.2.0.tgz",
- "integrity": "sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA==",
- "dev": true
+ "version": "4.22.0",
+ "resolved": "https://registry.npmjs.org/domain-browser/-/domain-browser-4.22.0.tgz",
+ "integrity": "sha512-IGBwjF7tNk3cwypFNH/7bfzBcgSCbaMOD3GsaY1AU/JRrnHnYgEM0+9kQt52iZxjNsjBtJYtao146V+f8jFZNw==",
+ "dev": true,
+ "peer": true
},
- "duplexify": {
- "version": "3.7.1",
- "resolved": "https://registry.npmjs.org/duplexify/-/duplexify-3.7.1.tgz",
- "integrity": "sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g==",
+ "domelementtype": {
+ "version": "1.3.1",
+ "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.1.tgz",
+ "integrity": "sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w==",
"dev": true,
+ "peer": true
+ },
+ "domhandler": {
+ "version": "2.4.2",
+ "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-2.4.2.tgz",
+ "integrity": "sha512-JiK04h0Ht5u/80fdLMCEmV4zkNh2BcoMFBmZ/91WtYZ8qVXSKjiw7fXMgFPnHcSZgOo3XdinHvmnDUeMf5R4wA==",
+ "dev": true,
+ "peer": true,
"requires": {
- "end-of-stream": "^1.0.0",
- "inherits": "^2.0.1",
- "readable-stream": "^2.0.0",
- "stream-shift": "^1.0.0"
+ "domelementtype": "1"
}
},
+ "domutils": {
+ "version": "1.7.0",
+ "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.7.0.tgz",
+ "integrity": "sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "dom-serializer": "0",
+ "domelementtype": "1"
+ }
+ },
+ "ee-first": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
+ "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=",
+ "dev": true,
+ "peer": true
+ },
"electron-to-chromium": {
- "version": "1.3.119",
- "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.119.tgz",
- "integrity": "sha512-3mtqcAWa4HgG+Djh/oNXlPH0cOH6MmtwxN1nHSaReb9P0Vn51qYPqYwLeoSuAX9loU1wrOBhFbiX3CkeIxPfgg==",
- "dev": true
+ "version": "1.3.798",
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.798.tgz",
+ "integrity": "sha512-fwsr6oXAORoV9a6Ak2vMCdXfmHIpAGgpOGesulS1cbGgJmrMl3H+GicUyRG3t+z9uHTMrIuMTleFDW+EUFYT3g==",
+ "dev": true,
+ "peer": true
},
"elliptic": {
"version": "6.5.4",
"resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.4.tgz",
"integrity": "sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==",
"dev": true,
+ "peer": true,
"requires": {
"bn.js": "^4.11.9",
"brorand": "^1.1.0",
@@ -2501,76 +18340,156 @@
"version": "4.12.0",
"resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz",
"integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==",
- "dev": true
- },
- "inherits": {
- "version": "2.0.4",
- "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
- "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
- "dev": true
+ "dev": true,
+ "peer": true
}
}
},
+ "emoji-regex": {
+ "version": "8.0.0",
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
+ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
+ "dev": true,
+ "peer": true
+ },
"emojis-list": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-2.1.0.tgz",
- "integrity": "sha1-TapNnbAPmBmIDHn6RXrlsJof04k=",
- "dev": true
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz",
+ "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==",
+ "dev": true,
+ "peer": true
+ },
+ "encodeurl": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz",
+ "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=",
+ "dev": true,
+ "peer": true
},
"end-of-stream": {
- "version": "1.4.1",
- "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.1.tgz",
- "integrity": "sha512-1MkrZNvWTKCaigbn+W15elq2BB/L22nqrSY5DKlo3X6+vclJm8Bb5djXJBmEX6fS3+zCh/F4VBK5Z2KxJt4s2Q==",
+ "version": "1.4.4",
+ "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz",
+ "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==",
"dev": true,
+ "peer": true,
"requires": {
"once": "^1.4.0"
}
},
"enhanced-resolve": {
- "version": "4.1.0",
- "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-4.1.0.tgz",
- "integrity": "sha512-F/7vkyTtyc/llOIn8oWclcB25KdRaiPBpZYDgJHgh/UHtpgT2p2eldQgtQnLtUvfMKPKxbRaQM/hHkvLHt1Vng==",
+ "version": "5.8.2",
+ "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.8.2.tgz",
+ "integrity": "sha512-F27oB3WuHDzvR2DOGNTaYy0D5o0cnrv8TeI482VM4kYgQd/FT9lUQwuNsJ0oOHtBUq7eiW5ytqzp7nBFknL+GA==",
"dev": true,
+ "peer": true,
"requires": {
- "graceful-fs": "^4.1.2",
- "memory-fs": "^0.4.0",
- "tapable": "^1.0.0"
+ "graceful-fs": "^4.2.4",
+ "tapable": "^2.2.0"
+ }
+ },
+ "enquirer": {
+ "version": "2.3.6",
+ "resolved": "https://registry.npmjs.org/enquirer/-/enquirer-2.3.6.tgz",
+ "integrity": "sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "ansi-colors": "^4.1.1"
}
},
+ "entities": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/entities/-/entities-1.1.2.tgz",
+ "integrity": "sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w==",
+ "dev": true,
+ "peer": true
+ },
+ "envinfo": {
+ "version": "7.8.1",
+ "resolved": "https://registry.npmjs.org/envinfo/-/envinfo-7.8.1.tgz",
+ "integrity": "sha512-/o+BXHmB7ocbHEAs6F2EnG0ogybVVUdkRunTT2glZU9XAaGmhqskrvKwqXuDfNjEO0LZKWdejEEpnq8aM0tOaw==",
+ "dev": true,
+ "peer": true
+ },
"errno": {
- "version": "0.1.7",
- "resolved": "https://registry.npmjs.org/errno/-/errno-0.1.7.tgz",
- "integrity": "sha512-MfrRBDWzIWifgq6tJj60gkAwtLNb6sQPlcFrSOflcP1aFmmruKQ2wRnze/8V6kgyz7H3FF8Npzv78mZ7XLLflg==",
+ "version": "0.1.8",
+ "resolved": "https://registry.npmjs.org/errno/-/errno-0.1.8.tgz",
+ "integrity": "sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==",
"dev": true,
+ "peer": true,
"requires": {
"prr": "~1.0.1"
}
},
+ "error-ex": {
+ "version": "1.3.2",
+ "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
+ "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "is-arrayish": "^0.2.1"
+ }
+ },
"es-abstract": {
- "version": "1.13.0",
- "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.13.0.tgz",
- "integrity": "sha512-vDZfg/ykNxQVwup/8E1BZhVzFfBxs9NqMzGcvIJrqg5k2/5Za2bWo40dK2J1pgLngZ7c+Shh8lwYtLGyrwPutg==",
+ "version": "1.18.5",
+ "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.18.5.tgz",
+ "integrity": "sha512-DDggyJLoS91CkJjgauM5c0yZMjiD1uK3KcaCeAmffGwZ+ODWzOkPN4QwRbsK5DOFf06fywmyLci3ZD8jLGhVYA==",
"dev": true,
+ "peer": true,
"requires": {
- "es-to-primitive": "^1.2.0",
+ "call-bind": "^1.0.2",
+ "es-to-primitive": "^1.2.1",
"function-bind": "^1.1.1",
+ "get-intrinsic": "^1.1.1",
"has": "^1.0.3",
- "is-callable": "^1.1.4",
- "is-regex": "^1.0.4",
- "object-keys": "^1.0.12"
- }
+ "has-symbols": "^1.0.2",
+ "internal-slot": "^1.0.3",
+ "is-callable": "^1.2.3",
+ "is-negative-zero": "^2.0.1",
+ "is-regex": "^1.1.3",
+ "is-string": "^1.0.6",
+ "object-inspect": "^1.11.0",
+ "object-keys": "^1.1.1",
+ "object.assign": "^4.1.2",
+ "string.prototype.trimend": "^1.0.4",
+ "string.prototype.trimstart": "^1.0.4",
+ "unbox-primitive": "^1.0.1"
+ }
+ },
+ "es-module-lexer": {
+ "version": "0.7.1",
+ "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-0.7.1.tgz",
+ "integrity": "sha512-MgtWFl5No+4S3TmhDmCz2ObFGm6lEpTnzbQi+Dd+pw4mlTIZTmM2iAs5gRlmx5zS9luzobCSBSI90JM/1/JgOw==",
+ "dev": true,
+ "peer": true
},
"es-to-primitive": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.0.tgz",
- "integrity": "sha512-qZryBOJjV//LaxLTV6UC//WewneB3LcXOL9NP++ozKVXsIIIpm/2c13UDiD9Jp2eThsecw9m3jPqDwTyobcdbg==",
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz",
+ "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==",
"dev": true,
+ "peer": true,
"requires": {
"is-callable": "^1.1.4",
"is-date-object": "^1.0.1",
"is-symbol": "^1.0.2"
}
},
+ "es6-object-assign": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/es6-object-assign/-/es6-object-assign-1.1.0.tgz",
+ "integrity": "sha1-wsNYJlYkfDnqEHyx5mUrb58kUjw=",
+ "dev": true,
+ "peer": true
+ },
+ "escalade": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz",
+ "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==",
+ "dev": true,
+ "peer": true
+ },
"escape-html": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
@@ -2580,924 +18499,1242 @@
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
"integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=",
- "dev": true
- },
- "eslint-scope": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-4.0.0.tgz",
- "integrity": "sha512-1G6UTDi7Jc1ELFwnR58HV4fK9OQK4S6N985f166xqXxpjU6plxFISJa2Ba9KCQuFa8RCnj/lSFJbHo7UFDBnUA==",
"dev": true,
- "requires": {
- "esrecurse": "^4.1.0",
- "estraverse": "^4.1.1"
- }
- },
- "esrecurse": {
- "version": "4.2.1",
- "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.2.1.tgz",
- "integrity": "sha512-64RBB++fIOAXPw3P9cy89qfMlvZEXZkqqJkjqqXIvzP5ezRZjW+lPWjw35UX/3EhUPFYbg5ER4JYgDw4007/DQ==",
- "dev": true,
- "requires": {
- "estraverse": "^4.1.0"
- }
- },
- "estraverse": {
- "version": "4.2.0",
- "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.2.0.tgz",
- "integrity": "sha1-De4/7TH81GlhjOc0IJn8GvoL2xM=",
- "dev": true
- },
- "esutils": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.2.tgz",
- "integrity": "sha1-Cr9PHKpbyx96nYrMbepPqqBLrJs=",
- "dev": true
- },
- "events": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/events/-/events-3.0.0.tgz",
- "integrity": "sha512-Dc381HFWJzEOhQ+d8pkNon++bk9h6cdAoAj4iE6Q4y6xgTzySWXlKn05/TVNpjnfRqi/X0EpJEJohPjNI3zpVA==",
- "dev": true
- },
- "evp_bytestokey": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz",
- "integrity": "sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==",
- "dev": true,
- "requires": {
- "md5.js": "^1.3.4",
- "safe-buffer": "^5.1.1"
- }
- },
- "execa": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz",
- "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==",
- "dev": true,
- "requires": {
- "cross-spawn": "^6.0.0",
- "get-stream": "^4.0.0",
- "is-stream": "^1.1.0",
- "npm-run-path": "^2.0.0",
- "p-finally": "^1.0.0",
- "signal-exit": "^3.0.0",
- "strip-eof": "^1.0.0"
- }
- },
- "expand-brackets": {
- "version": "2.1.4",
- "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz",
- "integrity": "sha1-t3c14xXOMPa27/D4OwQVGiJEliI=",
- "dev": true,
- "requires": {
- "debug": "^2.3.3",
- "define-property": "^0.2.5",
- "extend-shallow": "^2.0.1",
- "posix-character-classes": "^0.1.0",
- "regex-not": "^1.0.0",
- "snapdragon": "^0.8.1",
- "to-regex": "^3.0.1"
+ "peer": true
+ },
+ "eslint": {
+ "version": "7.32.0",
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.32.0.tgz",
+ "integrity": "sha512-VHZ8gX+EDfz+97jGcgyGCyRia/dPOd6Xh9yPv8Bl1+SoaIwD+a/vlrOmGRUyOYu7MwUhc7CxqeaDZU13S4+EpA==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "@babel/code-frame": "7.12.11",
+ "@eslint/eslintrc": "^0.4.3",
+ "@humanwhocodes/config-array": "^0.5.0",
+ "ajv": "^6.10.0",
+ "chalk": "^4.0.0",
+ "cross-spawn": "^7.0.2",
+ "debug": "^4.0.1",
+ "doctrine": "^3.0.0",
+ "enquirer": "^2.3.5",
+ "escape-string-regexp": "^4.0.0",
+ "eslint-scope": "^5.1.1",
+ "eslint-utils": "^2.1.0",
+ "eslint-visitor-keys": "^2.0.0",
+ "espree": "^7.3.1",
+ "esquery": "^1.4.0",
+ "esutils": "^2.0.2",
+ "fast-deep-equal": "^3.1.3",
+ "file-entry-cache": "^6.0.1",
+ "functional-red-black-tree": "^1.0.1",
+ "glob-parent": "^5.1.2",
+ "globals": "^13.6.0",
+ "ignore": "^4.0.6",
+ "import-fresh": "^3.0.0",
+ "imurmurhash": "^0.1.4",
+ "is-glob": "^4.0.0",
+ "js-yaml": "^3.13.1",
+ "json-stable-stringify-without-jsonify": "^1.0.1",
+ "levn": "^0.4.1",
+ "lodash.merge": "^4.6.2",
+ "minimatch": "^3.0.4",
+ "natural-compare": "^1.4.0",
+ "optionator": "^0.9.1",
+ "progress": "^2.0.0",
+ "regexpp": "^3.1.0",
+ "semver": "^7.2.1",
+ "strip-ansi": "^6.0.0",
+ "strip-json-comments": "^3.1.0",
+ "table": "^6.0.9",
+ "text-table": "^0.2.0",
+ "v8-compile-cache": "^2.0.3"
},
"dependencies": {
- "debug": {
- "version": "2.6.9",
- "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
- "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
+ "@babel/code-frame": {
+ "version": "7.12.11",
+ "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz",
+ "integrity": "sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==",
"dev": true,
+ "peer": true,
"requires": {
- "ms": "2.0.0"
+ "@babel/highlight": "^7.10.4"
}
},
- "define-property": {
- "version": "0.2.5",
- "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
- "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=",
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
"dev": true,
+ "peer": true,
"requires": {
- "is-descriptor": "^0.1.0"
+ "color-convert": "^2.0.1"
}
},
- "extend-shallow": {
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "color-convert": {
"version": "2.0.1",
- "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
- "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
"dev": true,
+ "peer": true,
"requires": {
- "is-extendable": "^0.1.0"
+ "color-name": "~1.1.4"
}
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true,
+ "peer": true
+ },
+ "escape-string-regexp": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
+ "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
+ "dev": true,
+ "peer": true
+ },
+ "globals": {
+ "version": "13.10.0",
+ "resolved": "https://registry.npmjs.org/globals/-/globals-13.10.0.tgz",
+ "integrity": "sha512-piHC3blgLGFjvOuMmWZX60f+na1lXFDhQXBf1UYp2fXPXqvEUbOhNwi6BsQ0bQishwedgnjkwv1d9zKf+MWw3g==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "type-fest": "^0.20.2"
+ }
+ },
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true,
+ "peer": true
+ },
+ "lru-cache": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
+ "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "yallist": "^4.0.0"
+ }
+ },
+ "semver": {
+ "version": "7.3.5",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz",
+ "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "lru-cache": "^6.0.0"
+ }
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ },
+ "type-fest": {
+ "version": "0.20.2",
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
+ "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
+ "dev": true,
+ "peer": true
+ },
+ "yallist": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
+ "dev": true,
+ "peer": true
}
}
},
- "expand-tilde": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/expand-tilde/-/expand-tilde-2.0.2.tgz",
- "integrity": "sha1-l+gBqgUt8CRU3kawK/YhZCzchQI=",
+ "eslint-config-standard": {
+ "version": "16.0.3",
+ "resolved": "https://registry.npmjs.org/eslint-config-standard/-/eslint-config-standard-16.0.3.tgz",
+ "integrity": "sha512-x4fmJL5hGqNJKGHSjnLdgA6U6h1YW/G2dW9fA+cyVur4SK6lyue8+UgNKWlZtUDTXvgKDD/Oa3GQjmB5kjtVvg==",
+ "dev": true,
+ "peer": true,
+ "requires": {}
+ },
+ "eslint-import-resolver-node": {
+ "version": "0.3.4",
+ "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.4.tgz",
+ "integrity": "sha512-ogtf+5AB/O+nM6DIeBUNr2fuT7ot9Qg/1harBfBtaP13ekEWFQEEMP94BCB7zaNW3gyY+8SHYF00rnqYwXKWOA==",
"dev": true,
+ "peer": true,
"requires": {
- "homedir-polyfill": "^1.0.1"
+ "debug": "^2.6.9",
+ "resolve": "^1.13.1"
+ },
+ "dependencies": {
+ "debug": {
+ "version": "2.6.9",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
+ "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "ms": "2.0.0"
+ }
+ },
+ "ms": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
+ "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=",
+ "dev": true,
+ "peer": true
+ }
}
},
- "extend-shallow": {
- "version": "3.0.2",
- "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz",
- "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=",
+ "eslint-module-utils": {
+ "version": "2.6.1",
+ "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.6.1.tgz",
+ "integrity": "sha512-ZXI9B8cxAJIH4nfkhTwcRTEAnrVfobYqwjWy/QMCZ8rHkZHFjf9yO4BzpiF9kCSfNlMG54eKigISHpX0+AaT4A==",
"dev": true,
+ "peer": true,
"requires": {
- "assign-symbols": "^1.0.0",
- "is-extendable": "^1.0.1"
+ "debug": "^3.2.7",
+ "pkg-dir": "^2.0.0"
},
"dependencies": {
- "is-extendable": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz",
- "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==",
+ "debug": {
+ "version": "3.2.7",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
+ "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
"dev": true,
+ "peer": true,
"requires": {
- "is-plain-object": "^2.0.4"
+ "ms": "^2.1.1"
}
}
}
},
- "extglob": {
- "version": "2.0.4",
- "resolved": "https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz",
- "integrity": "sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==",
+ "eslint-plugin-es": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-es/-/eslint-plugin-es-3.0.1.tgz",
+ "integrity": "sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ==",
"dev": true,
+ "peer": true,
"requires": {
- "array-unique": "^0.3.2",
- "define-property": "^1.0.0",
- "expand-brackets": "^2.1.4",
- "extend-shallow": "^2.0.1",
- "fragment-cache": "^0.2.1",
- "regex-not": "^1.0.0",
- "snapdragon": "^0.8.1",
- "to-regex": "^3.0.1"
+ "eslint-utils": "^2.0.0",
+ "regexpp": "^3.0.0"
+ }
+ },
+ "eslint-plugin-import": {
+ "version": "2.23.4",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.23.4.tgz",
+ "integrity": "sha512-6/wP8zZRsnQFiR3iaPFgh5ImVRM1WN5NUWfTIRqwOdeiGJlBcSk82o1FEVq8yXmy4lkIzTo7YhHCIxlU/2HyEQ==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "array-includes": "^3.1.3",
+ "array.prototype.flat": "^1.2.4",
+ "debug": "^2.6.9",
+ "doctrine": "^2.1.0",
+ "eslint-import-resolver-node": "^0.3.4",
+ "eslint-module-utils": "^2.6.1",
+ "find-up": "^2.0.0",
+ "has": "^1.0.3",
+ "is-core-module": "^2.4.0",
+ "minimatch": "^3.0.4",
+ "object.values": "^1.1.3",
+ "pkg-up": "^2.0.0",
+ "read-pkg-up": "^3.0.0",
+ "resolve": "^1.20.0",
+ "tsconfig-paths": "^3.9.0"
},
"dependencies": {
- "define-property": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz",
- "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=",
+ "debug": {
+ "version": "2.6.9",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
+ "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
"dev": true,
+ "peer": true,
"requires": {
- "is-descriptor": "^1.0.0"
+ "ms": "2.0.0"
}
},
- "extend-shallow": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
- "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
+ "doctrine": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
+ "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
"dev": true,
+ "peer": true,
"requires": {
- "is-extendable": "^0.1.0"
+ "esutils": "^2.0.2"
}
},
- "is-accessor-descriptor": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz",
- "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==",
+ "ms": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
+ "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=",
+ "dev": true,
+ "peer": true
+ }
+ }
+ },
+ "eslint-plugin-jsdoc": {
+ "version": "34.8.2",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-34.8.2.tgz",
+ "integrity": "sha512-UOU9A40Cl806JMtla2vF+RM6sNqfLPbhLv9FZqhcC7+LmChD3DVaWqM7ADxpF0kMyZNWe1QKUnqGnXaA3NTn+w==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "@es-joy/jsdoccomment": "^0.6.0",
+ "comment-parser": "1.1.5",
+ "debug": "^4.3.1",
+ "esquery": "^1.4.0",
+ "jsdoctypeparser": "^9.0.0",
+ "lodash": "^4.17.21",
+ "regextras": "^0.7.1",
+ "semver": "^7.3.5",
+ "spdx-expression-parse": "^3.0.1"
+ },
+ "dependencies": {
+ "lru-cache": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
+ "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
"dev": true,
+ "peer": true,
"requires": {
- "kind-of": "^6.0.0"
+ "yallist": "^4.0.0"
}
},
- "is-data-descriptor": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz",
- "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==",
+ "semver": {
+ "version": "7.3.5",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz",
+ "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==",
"dev": true,
+ "peer": true,
"requires": {
- "kind-of": "^6.0.0"
+ "lru-cache": "^6.0.0"
}
},
- "is-descriptor": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz",
- "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==",
+ "yallist": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
"dev": true,
- "requires": {
- "is-accessor-descriptor": "^1.0.0",
- "is-data-descriptor": "^1.0.0",
- "kind-of": "^6.0.2"
- }
+ "peer": true
}
}
},
- "fast-deep-equal": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz",
- "integrity": "sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk=",
- "dev": true
+ "eslint-plugin-node": {
+ "version": "11.1.0",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-node/-/eslint-plugin-node-11.1.0.tgz",
+ "integrity": "sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "eslint-plugin-es": "^3.0.0",
+ "eslint-utils": "^2.0.0",
+ "ignore": "^5.1.1",
+ "minimatch": "^3.0.4",
+ "resolve": "^1.10.1",
+ "semver": "^6.1.0"
+ },
+ "dependencies": {
+ "ignore": {
+ "version": "5.1.8",
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.1.8.tgz",
+ "integrity": "sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==",
+ "dev": true,
+ "peer": true
+ }
+ }
},
- "fast-json-stable-stringify": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz",
- "integrity": "sha1-1RQsDK7msRifh9OnYREGT4bIu/I=",
- "dev": true
+ "eslint-plugin-promise": {
+ "version": "4.3.1",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-promise/-/eslint-plugin-promise-4.3.1.tgz",
+ "integrity": "sha512-bY2sGqyptzFBDLh/GMbAxfdJC+b0f23ME63FOE4+Jao0oZ3E1LEwFtWJX/1pGMJLiTtrSSern2CRM/g+dfc0eQ==",
+ "dev": true,
+ "peer": true
},
- "figgy-pudding": {
- "version": "3.5.1",
- "resolved": "https://registry.npmjs.org/figgy-pudding/-/figgy-pudding-3.5.1.tgz",
- "integrity": "sha512-vNKxJHTEKNThjfrdJwHc7brvM6eVevuO5nTj6ez8ZQ1qbXTvGthucRF7S4vf2cr71QVnT70V34v0S1DyQsti0w==",
- "dev": true
+ "eslint-plugin-vue": {
+ "version": "7.15.1",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-7.15.1.tgz",
+ "integrity": "sha512-4/r+n/i+ovyeW2gVRRH92kpy4lkpFbyPR4BMxGBTLtGnwqOKKzjSo6EMSaT0RhWPvEjK9uifcY8e7z5n8BIEgw==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "eslint-utils": "^2.1.0",
+ "natural-compare": "^1.4.0",
+ "semver": "^6.3.0",
+ "vue-eslint-parser": "^7.10.0"
+ }
},
- "file-loader": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/file-loader/-/file-loader-3.0.1.tgz",
- "integrity": "sha512-4sNIOXgtH/9WZq4NvlfU3Opn5ynUsqBwSLyM+I7UOwdGigTBYfVVQEwe/msZNX/j4pCJTIM14Fsw66Svo1oVrw==",
+ "eslint-scope": {
+ "version": "5.1.1",
+ "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",
+ "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
"dev": true,
+ "peer": true,
"requires": {
- "loader-utils": "^1.0.2",
- "schema-utils": "^1.0.0"
+ "esrecurse": "^4.3.0",
+ "estraverse": "^4.1.1"
}
},
- "fill-range": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz",
- "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=",
+ "eslint-utils": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-2.1.0.tgz",
+ "integrity": "sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==",
"dev": true,
+ "peer": true,
"requires": {
- "extend-shallow": "^2.0.1",
- "is-number": "^3.0.0",
- "repeat-string": "^1.6.1",
- "to-regex-range": "^2.1.0"
+ "eslint-visitor-keys": "^1.1.0"
},
"dependencies": {
- "extend-shallow": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
- "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
+ "eslint-visitor-keys": {
+ "version": "1.3.0",
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz",
+ "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==",
"dev": true,
- "requires": {
- "is-extendable": "^0.1.0"
- }
+ "peer": true
}
}
},
- "find-cache-dir": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-2.0.0.tgz",
- "integrity": "sha512-LDUY6V1Xs5eFskUVYtIwatojt6+9xC9Chnlk/jYOOvn3FAFfSaWddxahDGyNHh0b2dMXa6YW2m0tk8TdVaXHlA==",
+ "eslint-visitor-keys": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz",
+ "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==",
"dev": true,
- "requires": {
- "commondir": "^1.0.1",
- "make-dir": "^1.0.0",
- "pkg-dir": "^3.0.0"
- }
+ "peer": true
},
- "find-up": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz",
- "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==",
+ "eslint-webpack-plugin": {
+ "version": "2.5.4",
+ "resolved": "https://registry.npmjs.org/eslint-webpack-plugin/-/eslint-webpack-plugin-2.5.4.tgz",
+ "integrity": "sha512-7rYh0m76KyKSDE+B+2PUQrlNS4HJ51t3WKpkJg6vo2jFMbEPTG99cBV0Dm7LXSHucN4WGCG65wQcRiTFrj7iWw==",
"dev": true,
+ "peer": true,
"requires": {
- "locate-path": "^3.0.0"
+ "@types/eslint": "^7.2.6",
+ "arrify": "^2.0.1",
+ "jest-worker": "^26.6.2",
+ "micromatch": "^4.0.2",
+ "normalize-path": "^3.0.0",
+ "schema-utils": "^3.0.0"
+ },
+ "dependencies": {
+ "schema-utils": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz",
+ "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "@types/json-schema": "^7.0.8",
+ "ajv": "^6.12.5",
+ "ajv-keywords": "^3.5.2"
+ }
+ }
}
},
- "findup-sync": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-2.0.0.tgz",
- "integrity": "sha1-kyaxSIwi0aYIhlCoaQGy2akKLLw=",
+ "espree": {
+ "version": "7.3.1",
+ "resolved": "https://registry.npmjs.org/espree/-/espree-7.3.1.tgz",
+ "integrity": "sha512-v3JCNCE64umkFpmkFGqzVKsOT0tN1Zr+ueqLZfpV1Ob8e+CEgPWa+OxCoGH3tnhimMKIaBm4m/vaRpJ/krRz2g==",
"dev": true,
+ "peer": true,
"requires": {
- "detect-file": "^1.0.0",
- "is-glob": "^3.1.0",
- "micromatch": "^3.0.4",
- "resolve-dir": "^1.0.1"
+ "acorn": "^7.4.0",
+ "acorn-jsx": "^5.3.1",
+ "eslint-visitor-keys": "^1.3.0"
},
"dependencies": {
- "is-glob": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz",
- "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=",
+ "eslint-visitor-keys": {
+ "version": "1.3.0",
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz",
+ "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==",
"dev": true,
- "requires": {
- "is-extglob": "^2.1.0"
- }
+ "peer": true
}
}
},
- "flush-write-stream": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/flush-write-stream/-/flush-write-stream-1.1.1.tgz",
- "integrity": "sha512-3Z4XhFZ3992uIq0XOqb9AreonueSYphE6oYbpt5+3u06JWklbsPkNv3ZKkP9Bz/r+1MWCaMoSQ28P85+1Yc77w==",
+ "esprima": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",
+ "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==",
"dev": true,
+ "peer": true
+ },
+ "esquery": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.4.0.tgz",
+ "integrity": "sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==",
+ "dev": true,
+ "peer": true,
"requires": {
- "inherits": "^2.0.3",
- "readable-stream": "^2.3.6"
+ "estraverse": "^5.1.0"
+ },
+ "dependencies": {
+ "estraverse": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.2.0.tgz",
+ "integrity": "sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==",
+ "dev": true,
+ "peer": true
+ }
}
},
- "for-each": {
- "version": "0.3.3",
- "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz",
- "integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==",
+ "esrecurse": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
+ "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
+ "dev": true,
+ "peer": true,
"requires": {
- "is-callable": "^1.1.3"
+ "estraverse": "^5.2.0"
+ },
+ "dependencies": {
+ "estraverse": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.2.0.tgz",
+ "integrity": "sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==",
+ "dev": true,
+ "peer": true
+ }
}
},
- "for-in": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz",
- "integrity": "sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=",
- "dev": true
+ "estraverse": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
+ "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
+ "dev": true,
+ "peer": true
},
- "fragment-cache": {
- "version": "0.2.1",
- "resolved": "https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz",
- "integrity": "sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk=",
+ "esutils": {
+ "version": "2.0.3",
+ "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
+ "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
"dev": true,
+ "peer": true
+ },
+ "etag": {
+ "version": "1.8.1",
+ "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
+ "integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=",
+ "dev": true,
+ "peer": true
+ },
+ "eventemitter3": {
+ "version": "4.0.7",
+ "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz",
+ "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==",
+ "dev": true,
+ "peer": true
+ },
+ "events": {
+ "version": "3.3.0",
+ "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz",
+ "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==",
+ "dev": true,
+ "peer": true
+ },
+ "eventsource": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/eventsource/-/eventsource-1.1.0.tgz",
+ "integrity": "sha512-VSJjT5oCNrFvCS6igjzPAt5hBzQ2qPBFIbJ03zLI9SE0mxwZpMw6BfJrbFHm1a141AavMEB8JHmBhWAd66PfCg==",
+ "dev": true,
+ "peer": true,
"requires": {
- "map-cache": "^0.2.2"
+ "original": "^1.0.0"
}
},
- "from2": {
- "version": "2.3.0",
- "resolved": "https://registry.npmjs.org/from2/-/from2-2.3.0.tgz",
- "integrity": "sha1-i/tVAr3kpNNs/e6gB/zKIdfjgq8=",
+ "evp_bytestokey": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz",
+ "integrity": "sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==",
"dev": true,
+ "peer": true,
"requires": {
- "inherits": "^2.0.1",
- "readable-stream": "^2.0.0"
+ "md5.js": "^1.3.4",
+ "safe-buffer": "^5.1.1"
}
},
- "fs-minipass": {
- "version": "1.2.7",
- "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-1.2.7.tgz",
- "integrity": "sha512-GWSSJGFy4e9GUeCcbIkED+bgAoFyj7XF1mV8rma3QW4NIqX9Kyx79N/PF61H5udOV3aY1IaMLs6pGbH71nlCTA==",
+ "execa": {
+ "version": "5.1.1",
+ "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz",
+ "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==",
"dev": true,
- "optional": true,
+ "peer": true,
"requires": {
- "minipass": "^2.6.0"
+ "cross-spawn": "^7.0.3",
+ "get-stream": "^6.0.0",
+ "human-signals": "^2.1.0",
+ "is-stream": "^2.0.0",
+ "merge-stream": "^2.0.0",
+ "npm-run-path": "^4.0.1",
+ "onetime": "^5.1.2",
+ "signal-exit": "^3.0.3",
+ "strip-final-newline": "^2.0.0"
}
},
- "fs-write-stream-atomic": {
- "version": "1.0.10",
- "resolved": "https://registry.npmjs.org/fs-write-stream-atomic/-/fs-write-stream-atomic-1.0.10.tgz",
- "integrity": "sha1-tH31NJPvkR33VzHnCp3tAYnbQMk=",
+ "execall": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/execall/-/execall-2.0.0.tgz",
+ "integrity": "sha512-0FU2hZ5Hh6iQnarpRtQurM/aAvp3RIbfvgLHrcqJYzhXyV2KFruhuChf9NC6waAhiUR7FFtlugkI4p7f2Fqlow==",
"dev": true,
+ "peer": true,
"requires": {
- "graceful-fs": "^4.1.2",
- "iferr": "^0.1.5",
- "imurmurhash": "^0.1.4",
- "readable-stream": "1 || 2"
+ "clone-regexp": "^2.1.0"
}
},
- "fs.realpath": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
- "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=",
- "dev": true
- },
- "fsevents": {
- "version": "1.2.7",
- "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.7.tgz",
- "integrity": "sha512-Pxm6sI2MeBD7RdD12RYsqaP0nMiwx8eZBXCa6z2L+mRHm2DYrOYwihmhjpkdjUHwQhslWQjRpEgNq4XvBmaAuw==",
+ "expand-brackets": {
+ "version": "2.1.4",
+ "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz",
+ "integrity": "sha1-t3c14xXOMPa27/D4OwQVGiJEliI=",
"dev": true,
- "optional": true,
+ "peer": true,
"requires": {
- "nan": "^2.9.2",
- "node-pre-gyp": "^0.10.0"
+ "debug": "^2.3.3",
+ "define-property": "^0.2.5",
+ "extend-shallow": "^2.0.1",
+ "posix-character-classes": "^0.1.0",
+ "regex-not": "^1.0.0",
+ "snapdragon": "^0.8.1",
+ "to-regex": "^3.0.1"
},
"dependencies": {
- "abbrev": {
- "version": "1.1.1",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "ansi-regex": {
- "version": "2.1.1",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "aproba": {
- "version": "1.2.0",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "are-we-there-yet": {
- "version": "1.1.5",
- "bundled": true,
- "dev": true,
- "optional": true,
- "requires": {
- "delegates": "^1.0.0",
- "readable-stream": "^2.0.6"
- }
- },
- "balanced-match": {
- "version": "1.0.0",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "brace-expansion": {
- "version": "1.1.11",
- "bundled": true,
- "dev": true,
- "optional": true,
- "requires": {
- "balanced-match": "^1.0.0",
- "concat-map": "0.0.1"
- }
- },
- "chownr": {
- "version": "1.1.1",
- "bundled": true
- },
- "code-point-at": {
- "version": "1.1.0",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "concat-map": {
- "version": "0.0.1",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "console-control-strings": {
- "version": "1.1.0",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "core-util-is": {
- "version": "1.0.2",
- "bundled": true,
- "dev": true,
- "optional": true
- },
"debug": {
"version": "2.6.9",
- "bundled": true,
+ "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
+ "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
"dev": true,
- "optional": true,
+ "peer": true,
"requires": {
"ms": "2.0.0"
}
},
- "deep-extend": {
- "version": "0.6.0",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "delegates": {
- "version": "1.0.0",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "detect-libc": {
- "version": "1.0.3",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "fs-minipass": {
- "version": "1.2.5",
- "bundled": true,
- "requires": {
- "minipass": "^2.2.1"
- }
- },
- "fs.realpath": {
- "version": "1.0.0",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "gauge": {
- "version": "2.7.4",
- "bundled": true,
- "dev": true,
- "optional": true,
- "requires": {
- "aproba": "^1.0.3",
- "console-control-strings": "^1.0.0",
- "has-unicode": "^2.0.0",
- "object-assign": "^4.1.0",
- "signal-exit": "^3.0.0",
- "string-width": "^1.0.1",
- "strip-ansi": "^3.0.1",
- "wide-align": "^1.1.0"
- }
- },
- "glob": {
- "version": "7.1.3",
- "bundled": true,
+ "define-property": {
+ "version": "0.2.5",
+ "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
+ "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=",
"dev": true,
- "optional": true,
+ "peer": true,
"requires": {
- "fs.realpath": "^1.0.0",
- "inflight": "^1.0.4",
- "inherits": "2",
- "minimatch": "^3.0.4",
- "once": "^1.3.0",
- "path-is-absolute": "^1.0.0"
+ "is-descriptor": "^0.1.0"
}
},
- "has-unicode": {
+ "extend-shallow": {
"version": "2.0.1",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "iconv-lite": {
- "version": "0.4.24",
- "bundled": true,
- "dev": true,
- "optional": true,
- "requires": {
- "safer-buffer": ">= 2.1.2 < 3"
- }
- },
- "ignore-walk": {
- "version": "3.0.1",
- "bundled": true,
+ "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
+ "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
"dev": true,
- "optional": true,
+ "peer": true,
"requires": {
- "minimatch": "^3.0.4"
+ "is-extendable": "^0.1.0"
}
},
- "inflight": {
- "version": "1.0.6",
- "bundled": true,
+ "is-accessor-descriptor": {
+ "version": "0.1.6",
+ "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz",
+ "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=",
"dev": true,
- "optional": true,
+ "peer": true,
"requires": {
- "once": "^1.3.0",
- "wrappy": "1"
+ "kind-of": "^3.0.2"
+ },
+ "dependencies": {
+ "kind-of": {
+ "version": "3.2.2",
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
+ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "is-buffer": "^1.1.5"
+ }
+ }
}
},
- "inherits": {
- "version": "2.0.3",
- "bundled": true,
+ "is-buffer": {
+ "version": "1.1.6",
+ "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz",
+ "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==",
"dev": true,
- "optional": true
+ "peer": true
},
- "is-fullwidth-code-point": {
- "version": "1.0.0",
- "bundled": true,
+ "is-data-descriptor": {
+ "version": "0.1.4",
+ "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz",
+ "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=",
"dev": true,
- "optional": true,
+ "peer": true,
"requires": {
- "number-is-nan": "^1.0.0"
+ "kind-of": "^3.0.2"
+ },
+ "dependencies": {
+ "kind-of": {
+ "version": "3.2.2",
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
+ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "is-buffer": "^1.1.5"
+ }
+ }
}
},
- "isarray": {
- "version": "1.0.0",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "minimatch": {
- "version": "3.0.4",
- "bundled": true,
+ "is-descriptor": {
+ "version": "0.1.6",
+ "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz",
+ "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==",
"dev": true,
- "optional": true,
+ "peer": true,
"requires": {
- "brace-expansion": "^1.1.7"
+ "is-accessor-descriptor": "^0.1.6",
+ "is-data-descriptor": "^0.1.4",
+ "kind-of": "^5.0.0"
}
},
- "minimist": {
- "version": "0.0.8",
- "bundled": true,
+ "is-extendable": {
+ "version": "0.1.1",
+ "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",
+ "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=",
"dev": true,
- "optional": true
- },
- "minipass": {
- "version": "2.3.5",
- "bundled": true,
- "optional": true,
- "requires": {
- "safe-buffer": "^5.1.2",
- "yallist": "^3.0.0"
- }
- },
- "minizlib": {
- "version": "1.2.1",
- "bundled": true,
- "requires": {
- "minipass": "^2.2.1"
- }
+ "peer": true
},
- "mkdirp": {
- "version": "0.5.1",
- "bundled": true,
+ "kind-of": {
+ "version": "5.1.0",
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz",
+ "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==",
"dev": true,
- "optional": true,
- "requires": {
- "minimist": "0.0.8"
- }
+ "peer": true
},
"ms": {
"version": "2.0.0",
- "bundled": true,
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
+ "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=",
"dev": true,
- "optional": true
- },
- "needle": {
- "version": "2.2.4",
- "bundled": true,
- "dev": true,
- "optional": true,
- "requires": {
- "debug": "^2.1.2",
- "iconv-lite": "^0.4.4",
- "sax": "^1.2.4"
- }
- },
- "node-pre-gyp": {
- "version": "0.10.3",
- "bundled": true,
+ "peer": true
+ }
+ }
+ },
+ "express": {
+ "version": "4.17.1",
+ "resolved": "https://registry.npmjs.org/express/-/express-4.17.1.tgz",
+ "integrity": "sha512-mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "accepts": "~1.3.7",
+ "array-flatten": "1.1.1",
+ "body-parser": "1.19.0",
+ "content-disposition": "0.5.3",
+ "content-type": "~1.0.4",
+ "cookie": "0.4.0",
+ "cookie-signature": "1.0.6",
+ "debug": "2.6.9",
+ "depd": "~1.1.2",
+ "encodeurl": "~1.0.2",
+ "escape-html": "~1.0.3",
+ "etag": "~1.8.1",
+ "finalhandler": "~1.1.2",
+ "fresh": "0.5.2",
+ "merge-descriptors": "1.0.1",
+ "methods": "~1.1.2",
+ "on-finished": "~2.3.0",
+ "parseurl": "~1.3.3",
+ "path-to-regexp": "0.1.7",
+ "proxy-addr": "~2.0.5",
+ "qs": "6.7.0",
+ "range-parser": "~1.2.1",
+ "safe-buffer": "5.1.2",
+ "send": "0.17.1",
+ "serve-static": "1.14.1",
+ "setprototypeof": "1.1.1",
+ "statuses": "~1.5.0",
+ "type-is": "~1.6.18",
+ "utils-merge": "1.0.1",
+ "vary": "~1.1.2"
+ },
+ "dependencies": {
+ "array-flatten": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz",
+ "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=",
"dev": true,
- "optional": true,
- "requires": {
- "detect-libc": "^1.0.2",
- "mkdirp": "^0.5.1",
- "needle": "^2.2.1",
- "nopt": "^4.0.1",
- "npm-packlist": "^1.1.6",
- "npmlog": "^4.0.2",
- "rc": "^1.2.7",
- "rimraf": "^2.6.1",
- "semver": "^5.3.0",
- "tar": "^4"
- }
+ "peer": true
},
- "nopt": {
- "version": "4.0.1",
- "bundled": true,
+ "debug": {
+ "version": "2.6.9",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
+ "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
"dev": true,
- "optional": true,
+ "peer": true,
"requires": {
- "abbrev": "1",
- "osenv": "^0.1.4"
+ "ms": "2.0.0"
}
},
- "npm-bundled": {
- "version": "1.0.5",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "npm-packlist": {
- "version": "1.2.0",
- "bundled": true,
+ "ms": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
+ "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=",
"dev": true,
- "optional": true,
- "requires": {
- "ignore-walk": "^3.0.1",
- "npm-bundled": "^1.0.1"
- }
- },
- "npmlog": {
- "version": "4.1.2",
- "bundled": true,
+ "peer": true
+ }
+ }
+ },
+ "extend": {
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
+ "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==",
+ "dev": true,
+ "peer": true
+ },
+ "extend-shallow": {
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz",
+ "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "assign-symbols": "^1.0.0",
+ "is-extendable": "^1.0.1"
+ }
+ },
+ "extglob": {
+ "version": "2.0.4",
+ "resolved": "https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz",
+ "integrity": "sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "array-unique": "^0.3.2",
+ "define-property": "^1.0.0",
+ "expand-brackets": "^2.1.4",
+ "extend-shallow": "^2.0.1",
+ "fragment-cache": "^0.2.1",
+ "regex-not": "^1.0.0",
+ "snapdragon": "^0.8.1",
+ "to-regex": "^3.0.1"
+ },
+ "dependencies": {
+ "define-property": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz",
+ "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=",
"dev": true,
- "optional": true,
+ "peer": true,
"requires": {
- "are-we-there-yet": "~1.1.2",
- "console-control-strings": "~1.1.0",
- "gauge": "~2.7.3",
- "set-blocking": "~2.0.0"
+ "is-descriptor": "^1.0.0"
}
},
- "number-is-nan": {
- "version": "1.0.1",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "object-assign": {
- "version": "4.1.1",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "once": {
- "version": "1.4.0",
- "bundled": true,
+ "extend-shallow": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
+ "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
"dev": true,
- "optional": true,
+ "peer": true,
"requires": {
- "wrappy": "1"
+ "is-extendable": "^0.1.0"
}
},
- "os-homedir": {
- "version": "1.0.2",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "os-tmpdir": {
- "version": "1.0.2",
- "bundled": true,
+ "is-extendable": {
+ "version": "0.1.1",
+ "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",
+ "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=",
"dev": true,
- "optional": true
- },
- "osenv": {
- "version": "0.1.5",
- "bundled": true,
+ "peer": true
+ }
+ }
+ },
+ "fast-deep-equal": {
+ "version": "3.1.3",
+ "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
+ "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
+ "dev": true,
+ "peer": true
+ },
+ "fast-glob": {
+ "version": "3.2.7",
+ "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.7.tgz",
+ "integrity": "sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "@nodelib/fs.stat": "^2.0.2",
+ "@nodelib/fs.walk": "^1.2.3",
+ "glob-parent": "^5.1.2",
+ "merge2": "^1.3.0",
+ "micromatch": "^4.0.4"
+ }
+ },
+ "fast-json-stable-stringify": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
+ "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
+ "dev": true,
+ "peer": true
+ },
+ "fast-levenshtein": {
+ "version": "2.0.6",
+ "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
+ "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=",
+ "dev": true,
+ "peer": true
+ },
+ "fastest-levenshtein": {
+ "version": "1.0.12",
+ "resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.12.tgz",
+ "integrity": "sha512-On2N+BpYJ15xIC974QNVuYGMOlEVt4s0EOI3wwMqOmK1fdDY+FN/zltPV8vosq4ad4c/gJ1KHScUn/6AWIgiow==",
+ "dev": true,
+ "peer": true
+ },
+ "fastq": {
+ "version": "1.11.1",
+ "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.11.1.tgz",
+ "integrity": "sha512-HOnr8Mc60eNYl1gzwp6r5RoUyAn5/glBolUzP/Ez6IFVPMPirxn/9phgL6zhOtaTy7ISwPvQ+wT+hfcRZh/bzw==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "reusify": "^1.0.4"
+ }
+ },
+ "faye-websocket": {
+ "version": "0.11.4",
+ "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.4.tgz",
+ "integrity": "sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "websocket-driver": ">=0.5.1"
+ }
+ },
+ "file-entry-cache": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
+ "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "flat-cache": "^3.0.4"
+ }
+ },
+ "file-uri-to-path": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz",
+ "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==",
+ "dev": true,
+ "optional": true,
+ "peer": true
+ },
+ "fill-range": {
+ "version": "7.0.1",
+ "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
+ "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "to-regex-range": "^5.0.1"
+ }
+ },
+ "filter-obj": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/filter-obj/-/filter-obj-2.0.2.tgz",
+ "integrity": "sha512-lO3ttPjHZRfjMcxWKb1j1eDhTFsu4meeR3lnMcnBFhk6RuLhvEiuALu2TlfL310ph4lCYYwgF/ElIjdP739tdg==",
+ "dev": true,
+ "peer": true
+ },
+ "finalhandler": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz",
+ "integrity": "sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "debug": "2.6.9",
+ "encodeurl": "~1.0.2",
+ "escape-html": "~1.0.3",
+ "on-finished": "~2.3.0",
+ "parseurl": "~1.3.3",
+ "statuses": "~1.5.0",
+ "unpipe": "~1.0.0"
+ },
+ "dependencies": {
+ "debug": {
+ "version": "2.6.9",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
+ "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
"dev": true,
- "optional": true,
+ "peer": true,
"requires": {
- "os-homedir": "^1.0.0",
- "os-tmpdir": "^1.0.0"
+ "ms": "2.0.0"
}
},
- "path-is-absolute": {
- "version": "1.0.1",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "process-nextick-args": {
+ "ms": {
"version": "2.0.0",
- "bundled": true,
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
+ "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=",
"dev": true,
- "optional": true
- },
- "rc": {
- "version": "1.2.8",
- "bundled": true,
- "dev": true,
- "optional": true,
- "requires": {
- "deep-extend": "^0.6.0",
- "ini": "~1.3.0",
- "minimist": "^1.2.0",
- "strip-json-comments": "~2.0.1"
- },
- "dependencies": {
- "minimist": {
- "version": "1.2.0",
- "bundled": true,
- "dev": true,
- "optional": true
- }
- }
- },
- "readable-stream": {
- "version": "2.3.6",
- "bundled": true,
- "dev": true,
- "optional": true,
- "requires": {
- "core-util-is": "~1.0.0",
- "inherits": "~2.0.3",
- "isarray": "~1.0.0",
- "process-nextick-args": "~2.0.0",
- "safe-buffer": "~5.1.1",
- "string_decoder": "~1.1.1",
- "util-deprecate": "~1.0.1"
- }
- },
- "rimraf": {
- "version": "2.6.3",
- "bundled": true,
+ "peer": true
+ }
+ }
+ },
+ "find-cache-dir": {
+ "version": "3.3.1",
+ "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.1.tgz",
+ "integrity": "sha512-t2GDMt3oGC/v+BMwzmllWDuJF/xcDtE5j/fCGbqDD7OLuJkj0cfh1YSA5VKPvwMeLFLNDBkwOKZ2X85jGLVftQ==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "commondir": "^1.0.1",
+ "make-dir": "^3.0.2",
+ "pkg-dir": "^4.1.0"
+ },
+ "dependencies": {
+ "find-up": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
+ "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
"dev": true,
- "optional": true,
+ "peer": true,
"requires": {
- "glob": "^7.1.3"
+ "locate-path": "^5.0.0",
+ "path-exists": "^4.0.0"
}
},
- "safe-buffer": {
- "version": "5.1.2",
- "bundled": true,
- "optional": true
- },
- "safer-buffer": {
- "version": "2.1.2",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "sax": {
- "version": "1.2.4",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "semver": {
- "version": "5.6.0",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "set-blocking": {
- "version": "2.0.0",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "signal-exit": {
- "version": "3.0.2",
- "bundled": true,
+ "locate-path": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
+ "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
"dev": true,
- "optional": true
- },
- "string-width": {
- "version": "1.0.2",
- "bundled": true,
- "dev": true,
- "optional": true,
+ "peer": true,
"requires": {
- "code-point-at": "^1.0.0",
- "is-fullwidth-code-point": "^1.0.0",
- "strip-ansi": "^3.0.0"
+ "p-locate": "^4.1.0"
}
},
- "string_decoder": {
- "version": "1.1.1",
- "bundled": true,
+ "p-limit": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
+ "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
"dev": true,
- "optional": true,
+ "peer": true,
"requires": {
- "safe-buffer": "~5.1.0"
+ "p-try": "^2.0.0"
}
},
- "strip-ansi": {
- "version": "3.0.1",
- "bundled": true,
+ "p-locate": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
+ "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
"dev": true,
- "optional": true,
+ "peer": true,
"requires": {
- "ansi-regex": "^2.0.0"
+ "p-limit": "^2.2.0"
}
},
- "strip-json-comments": {
- "version": "2.0.1",
- "bundled": true,
+ "p-try": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
+ "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
"dev": true,
- "optional": true
+ "peer": true
},
- "util-deprecate": {
- "version": "1.0.2",
- "bundled": true,
+ "path-exists": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
+ "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
"dev": true,
- "optional": true
+ "peer": true
},
- "wide-align": {
- "version": "1.1.3",
- "bundled": true,
+ "pkg-dir": {
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz",
+ "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==",
"dev": true,
- "optional": true,
+ "peer": true,
"requires": {
- "string-width": "^1.0.2 || 2"
+ "find-up": "^4.0.0"
}
- },
- "wrappy": {
- "version": "1.0.2",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "yallist": {
- "version": "3.0.3",
- "bundled": true,
- "optional": true
}
}
},
+ "find-up": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz",
+ "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "locate-path": "^2.0.0"
+ }
+ },
+ "flat-cache": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz",
+ "integrity": "sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "flatted": "^3.1.0",
+ "rimraf": "^3.0.2"
+ }
+ },
+ "flatted": {
+ "version": "3.2.2",
+ "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.2.tgz",
+ "integrity": "sha512-JaTY/wtrcSyvXJl4IMFHPKyFur1sE9AUqc0QnhOaJ0CxHtAoIV8pYDzeEfAaNEtGkOfq4gr3LBFmdXW5mOQFnA==",
+ "dev": true,
+ "peer": true
+ },
+ "follow-redirects": {
+ "version": "1.14.1",
+ "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.1.tgz",
+ "integrity": "sha512-HWqDgT7ZEkqRzBvc2s64vSZ/hfOceEol3ac/7tKwzuvEyWx3/4UegXh5oBOIotkGsObyk3xznnSRVADBgWSQVg==",
+ "dev": true,
+ "peer": true
+ },
+ "for-each": {
+ "version": "0.3.3",
+ "integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==",
+ "requires": {
+ "is-callable": "^1.1.3"
+ }
+ },
+ "for-in": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz",
+ "integrity": "sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=",
+ "dev": true,
+ "peer": true
+ },
+ "foreach": {
+ "version": "2.0.5",
+ "resolved": "https://registry.npmjs.org/foreach/-/foreach-2.0.5.tgz",
+ "integrity": "sha1-C+4AUBiusmDQo6865ljdATbsG5k=",
+ "dev": true,
+ "peer": true
+ },
+ "forwarded": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz",
+ "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==",
+ "dev": true,
+ "peer": true
+ },
+ "fragment-cache": {
+ "version": "0.2.1",
+ "resolved": "https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz",
+ "integrity": "sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk=",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "map-cache": "^0.2.2"
+ }
+ },
+ "fresh": {
+ "version": "0.5.2",
+ "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz",
+ "integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=",
+ "dev": true,
+ "peer": true
+ },
+ "fs.realpath": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
+ "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=",
+ "dev": true,
+ "peer": true
+ },
+ "fsevents": {
+ "version": "2.3.2",
+ "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
+ "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
+ "dev": true,
+ "optional": true,
+ "peer": true
+ },
"function-bind": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
"integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==",
- "dev": true
+ "dev": true,
+ "peer": true
+ },
+ "functional-red-black-tree": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz",
+ "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=",
+ "dev": true,
+ "peer": true
+ },
+ "gensync": {
+ "version": "1.0.0-beta.2",
+ "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
+ "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
+ "dev": true,
+ "peer": true
},
"get-caller-file": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-1.0.3.tgz",
- "integrity": "sha512-3t6rVToeoZfYSGd8YoLFR2DJkiQrIiUrGcjvFX2mDw3bn6k2OtwHN0TNCLbBO+w8qTvimhDkv+LSscbJY1vE6w==",
- "dev": true
+ "version": "2.0.5",
+ "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
+ "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
+ "dev": true,
+ "peer": true
},
- "get-stream": {
- "version": "4.1.0",
- "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz",
- "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==",
+ "get-intrinsic": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz",
+ "integrity": "sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==",
"dev": true,
+ "peer": true,
"requires": {
- "pump": "^3.0.0"
+ "function-bind": "^1.1.1",
+ "has": "^1.0.3",
+ "has-symbols": "^1.0.1"
}
},
+ "get-stdin": {
+ "version": "8.0.0",
+ "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-8.0.0.tgz",
+ "integrity": "sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg==",
+ "dev": true,
+ "peer": true
+ },
+ "get-stream": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
+ "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==",
+ "dev": true,
+ "peer": true
+ },
"get-value": {
"version": "2.0.6",
"resolved": "https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz",
"integrity": "sha1-3BXKHGcjh8p2vTesCjlbogQqLCg=",
- "dev": true
+ "dev": true,
+ "peer": true
},
"glob": {
- "version": "7.1.3",
- "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.3.tgz",
- "integrity": "sha512-vcfuiIxogLV4DlGBHIUOwI0IbrJ8HWPc4MU7HzviGeNho/UJDfi6B5p3sHeWIQ0KGIU0Jpxi5ZHxemQfLkkAwQ==",
+ "version": "7.1.7",
+ "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.7.tgz",
+ "integrity": "sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==",
"dev": true,
+ "peer": true,
"requires": {
"fs.realpath": "^1.0.0",
"inflight": "^1.0.4",
@@ -3508,29 +19745,24 @@
}
},
"glob-parent": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz",
- "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=",
+ "version": "5.1.2",
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
+ "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
"dev": true,
+ "peer": true,
"requires": {
- "is-glob": "^3.1.0",
- "path-dirname": "^1.0.0"
- },
- "dependencies": {
- "is-glob": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz",
- "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=",
- "dev": true,
- "requires": {
- "is-extglob": "^2.1.0"
- }
- }
+ "is-glob": "^4.0.1"
}
},
+ "glob-to-regexp": {
+ "version": "0.4.1",
+ "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz",
+ "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==",
+ "dev": true,
+ "peer": true
+ },
"global": {
"version": "4.3.2",
- "resolved": "https://registry.npmjs.org/global/-/global-4.3.2.tgz",
"integrity": "sha1-52mJJopsdMOJCLEwWxD8DjlOnQ8=",
"requires": {
"min-document": "^2.19.0",
@@ -3539,73 +19771,160 @@
"dependencies": {
"process": {
"version": "0.5.2",
- "resolved": "https://registry.npmjs.org/process/-/process-0.5.2.tgz",
"integrity": "sha1-FjjYqONML0QKkduVq5rrZ3/Bhc8="
}
}
},
"global-modules": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-1.0.0.tgz",
- "integrity": "sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg==",
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz",
+ "integrity": "sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==",
"dev": true,
+ "peer": true,
"requires": {
- "global-prefix": "^1.0.1",
- "is-windows": "^1.0.1",
- "resolve-dir": "^1.0.0"
+ "global-prefix": "^3.0.0"
}
},
"global-prefix": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-1.0.2.tgz",
- "integrity": "sha1-2/dDxsFJklk8ZVVoy2btMsASLr4=",
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-3.0.0.tgz",
+ "integrity": "sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==",
"dev": true,
+ "peer": true,
"requires": {
- "expand-tilde": "^2.0.2",
- "homedir-polyfill": "^1.0.1",
- "ini": "^1.3.4",
- "is-windows": "^1.0.1",
- "which": "^1.2.14"
+ "ini": "^1.3.5",
+ "kind-of": "^6.0.2",
+ "which": "^1.3.1"
+ },
+ "dependencies": {
+ "which": {
+ "version": "1.3.1",
+ "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
+ "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "isexe": "^2.0.0"
+ }
+ }
}
},
"globals": {
- "version": "11.10.0",
- "resolved": "https://registry.npmjs.org/globals/-/globals-11.10.0.tgz",
- "integrity": "sha512-0GZF1RiPKU97IHUO5TORo9w1PwrH/NBPl+fS7oMLdaTRiYmYbwK4NWoZWrAdd0/abG9R2BU+OiwyQpTpE6pdfQ==",
- "dev": true
+ "version": "11.12.0",
+ "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
+ "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
+ "dev": true,
+ "peer": true
+ },
+ "globby": {
+ "version": "11.0.4",
+ "resolved": "https://registry.npmjs.org/globby/-/globby-11.0.4.tgz",
+ "integrity": "sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "array-union": "^2.1.0",
+ "dir-glob": "^3.0.1",
+ "fast-glob": "^3.1.1",
+ "ignore": "^5.1.4",
+ "merge2": "^1.3.0",
+ "slash": "^3.0.0"
+ },
+ "dependencies": {
+ "ignore": {
+ "version": "5.1.8",
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.1.8.tgz",
+ "integrity": "sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==",
+ "dev": true,
+ "peer": true
+ }
+ }
+ },
+ "globjoin": {
+ "version": "0.1.4",
+ "resolved": "https://registry.npmjs.org/globjoin/-/globjoin-0.1.4.tgz",
+ "integrity": "sha1-L0SUrIkZ43Z8XLtpHp9GMyQoXUM=",
+ "dev": true,
+ "peer": true
+ },
+ "gonzales-pe": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/gonzales-pe/-/gonzales-pe-4.3.0.tgz",
+ "integrity": "sha512-otgSPpUmdWJ43VXyiNgEYE4luzHCL2pz4wQ0OnDluC6Eg4Ko3Vexy/SrSynglw/eR+OhkzmqFCZa/OFa/RgAOQ==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "minimist": "^1.2.5"
+ }
},
"graceful-fs": {
- "version": "4.1.15",
- "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.15.tgz",
- "integrity": "sha512-6uHUhOPEBgQ24HM+r6b/QwWfZq+yiFcipKFrOFiBEnWdy5sdzYoi+pJeQaPI5qOLRFqWmAXUPQNsielzdLoecA==",
- "dev": true
+ "version": "4.2.8",
+ "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.8.tgz",
+ "integrity": "sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg==",
+ "dev": true,
+ "peer": true
+ },
+ "handle-thing": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.1.tgz",
+ "integrity": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==",
+ "dev": true,
+ "peer": true
+ },
+ "hard-rejection": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/hard-rejection/-/hard-rejection-2.1.0.tgz",
+ "integrity": "sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==",
+ "dev": true,
+ "peer": true
},
"has": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz",
"integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==",
"dev": true,
+ "peer": true,
"requires": {
"function-bind": "^1.1.1"
}
},
+ "has-bigints": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.1.tgz",
+ "integrity": "sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA==",
+ "dev": true,
+ "peer": true
+ },
"has-flag": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
"integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=",
- "dev": true
+ "dev": true,
+ "peer": true
},
"has-symbols": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.2.tgz",
+ "integrity": "sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==",
+ "dev": true,
+ "peer": true
+ },
+ "has-tostringtag": {
"version": "1.0.0",
- "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.0.tgz",
- "integrity": "sha1-uhqPGvKg/DllD1yFA2dwQSIGO0Q=",
- "dev": true
+ "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz",
+ "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "has-symbols": "^1.0.2"
+ }
},
"has-value": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz",
"integrity": "sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc=",
"dev": true,
+ "peer": true,
"requires": {
"get-value": "^2.0.6",
"has-values": "^1.0.0",
@@ -3617,16 +19936,47 @@
"resolved": "https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz",
"integrity": "sha1-lbC2P+whRmGab+V/51Yo1aOe/k8=",
"dev": true,
+ "peer": true,
"requires": {
"is-number": "^3.0.0",
"kind-of": "^4.0.0"
},
"dependencies": {
+ "is-buffer": {
+ "version": "1.1.6",
+ "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz",
+ "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==",
+ "dev": true,
+ "peer": true
+ },
+ "is-number": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz",
+ "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "kind-of": "^3.0.2"
+ },
+ "dependencies": {
+ "kind-of": {
+ "version": "3.2.2",
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
+ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "is-buffer": "^1.1.5"
+ }
+ }
+ }
+ },
"kind-of": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz",
"integrity": "sha1-IIE989cSkosgc3hpGkUGb65y3Vc=",
"dev": true,
+ "peer": true,
"requires": {
"is-buffer": "^1.1.5"
}
@@ -3634,115 +19984,489 @@
}
},
"hash-base": {
- "version": "3.0.4",
- "resolved": "https://registry.npmjs.org/hash-base/-/hash-base-3.0.4.tgz",
- "integrity": "sha1-X8hoaEfs1zSZQDMZprCj8/auSRg=",
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/hash-base/-/hash-base-3.1.0.tgz",
+ "integrity": "sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA==",
"dev": true,
+ "peer": true,
"requires": {
- "inherits": "^2.0.1",
- "safe-buffer": "^5.0.1"
+ "inherits": "^2.0.4",
+ "readable-stream": "^3.6.0",
+ "safe-buffer": "^5.2.0"
+ },
+ "dependencies": {
+ "safe-buffer": {
+ "version": "5.2.1",
+ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
+ "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
+ "dev": true,
+ "peer": true
+ }
}
},
+ "hash-sum": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/hash-sum/-/hash-sum-1.0.2.tgz",
+ "integrity": "sha1-M7QHd3VMZDJXPBIMw4CLvRDUfwQ=",
+ "dev": true,
+ "peer": true
+ },
"hash.js": {
"version": "1.1.7",
"resolved": "https://registry.npmjs.org/hash.js/-/hash.js-1.1.7.tgz",
"integrity": "sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==",
"dev": true,
+ "peer": true,
"requires": {
"inherits": "^2.0.3",
"minimalistic-assert": "^1.0.1"
}
},
+ "he": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz",
+ "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==",
+ "dev": true,
+ "peer": true
+ },
"hmac-drbg": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz",
"integrity": "sha1-0nRXAQJabHdabFRXk+1QL8DGSaE=",
"dev": true,
+ "peer": true,
"requires": {
"hash.js": "^1.0.3",
"minimalistic-assert": "^1.0.0",
"minimalistic-crypto-utils": "^1.0.1"
}
},
- "homedir-polyfill": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/homedir-polyfill/-/homedir-polyfill-1.0.3.tgz",
- "integrity": "sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==",
+ "hosted-git-info": {
+ "version": "2.8.9",
+ "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz",
+ "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==",
"dev": true,
+ "peer": true
+ },
+ "hpack.js": {
+ "version": "2.1.6",
+ "resolved": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz",
+ "integrity": "sha1-h3dMCUnlE/QuhFdbPEVoH63ioLI=",
+ "dev": true,
+ "peer": true,
"requires": {
- "parse-passwd": "^1.0.0"
+ "inherits": "^2.0.1",
+ "obuf": "^1.0.0",
+ "readable-stream": "^2.0.1",
+ "wbuf": "^1.1.0"
+ },
+ "dependencies": {
+ "readable-stream": {
+ "version": "2.3.7",
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz",
+ "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "core-util-is": "~1.0.0",
+ "inherits": "~2.0.3",
+ "isarray": "~1.0.0",
+ "process-nextick-args": "~2.0.0",
+ "safe-buffer": "~5.1.1",
+ "string_decoder": "~1.1.1",
+ "util-deprecate": "~1.0.1"
+ }
+ },
+ "string_decoder": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
+ "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "safe-buffer": "~5.1.0"
+ }
+ }
}
},
+ "html-entities": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-1.4.0.tgz",
+ "integrity": "sha512-8nxjcBcd8wovbeKx7h3wTji4e6+rhaVuPNpMqwWgnHh+N9ToqsCs6XztWRBPQ+UtzsoMAdKZtUENoVzU/EMtZA==",
+ "dev": true,
+ "peer": true
+ },
"html-tags": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/html-tags/-/html-tags-2.0.0.tgz",
- "integrity": "sha1-ELMKOGCF9Dzt41PMj6fLDe7qZos=",
- "dev": true
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/html-tags/-/html-tags-3.1.0.tgz",
+ "integrity": "sha512-1qYz89hW3lFDEazhjW0yVAV87lw8lVkrJocr72XmBkMKsoSVJCQx3W8BXsC7hO2qAt8BoVjYjtAcZ9perqGnNg==",
+ "dev": true,
+ "peer": true
+ },
+ "htmlparser2": {
+ "version": "3.10.1",
+ "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.10.1.tgz",
+ "integrity": "sha512-IgieNijUMbkDovyoKObU1DUhm1iwNYE/fuifEoEHfd1oZKZDaONBSkal7Y01shxsM49R4XaMdGez3WnF9UfiCQ==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "domelementtype": "^1.3.1",
+ "domhandler": "^2.3.0",
+ "domutils": "^1.5.1",
+ "entities": "^1.1.1",
+ "inherits": "^2.0.1",
+ "readable-stream": "^3.1.1"
+ }
+ },
+ "http-deceiver": {
+ "version": "1.2.7",
+ "resolved": "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz",
+ "integrity": "sha1-+nFolEq5pRnTN8sL7HKE3D5yPYc=",
+ "dev": true,
+ "peer": true
+ },
+ "http-errors": {
+ "version": "1.7.2",
+ "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.7.2.tgz",
+ "integrity": "sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "depd": "~1.1.2",
+ "inherits": "2.0.3",
+ "setprototypeof": "1.1.1",
+ "statuses": ">= 1.5.0 < 2",
+ "toidentifier": "1.0.0"
+ },
+ "dependencies": {
+ "inherits": {
+ "version": "2.0.3",
+ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
+ "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=",
+ "dev": true,
+ "peer": true
+ }
+ }
+ },
+ "http-parser-js": {
+ "version": "0.5.3",
+ "resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.3.tgz",
+ "integrity": "sha512-t7hjvef/5HEK7RWTdUzVUhl8zkEu+LlaE0IYzdMuvbSDipxBRpOn4Uhw8ZyECEa808iVT8XCjzo6xmYt4CiLZg==",
+ "dev": true,
+ "peer": true
+ },
+ "http-proxy": {
+ "version": "1.18.1",
+ "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz",
+ "integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "eventemitter3": "^4.0.0",
+ "follow-redirects": "^1.0.0",
+ "requires-port": "^1.0.0"
+ }
+ },
+ "http-proxy-middleware": {
+ "version": "0.19.1",
+ "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-0.19.1.tgz",
+ "integrity": "sha512-yHYTgWMQO8VvwNS22eLLloAkvungsKdKTLO8AJlftYIKNfJr3GK3zK0ZCfzDDGUBttdGc8xFy1mCitvNKQtC3Q==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "http-proxy": "^1.17.0",
+ "is-glob": "^4.0.0",
+ "lodash": "^4.17.11",
+ "micromatch": "^3.1.10"
+ },
+ "dependencies": {
+ "braces": {
+ "version": "2.3.2",
+ "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz",
+ "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "arr-flatten": "^1.1.0",
+ "array-unique": "^0.3.2",
+ "extend-shallow": "^2.0.1",
+ "fill-range": "^4.0.0",
+ "isobject": "^3.0.1",
+ "repeat-element": "^1.1.2",
+ "snapdragon": "^0.8.1",
+ "snapdragon-node": "^2.0.1",
+ "split-string": "^3.0.2",
+ "to-regex": "^3.0.1"
+ },
+ "dependencies": {
+ "extend-shallow": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
+ "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "is-extendable": "^0.1.0"
+ }
+ }
+ }
+ },
+ "fill-range": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz",
+ "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "extend-shallow": "^2.0.1",
+ "is-number": "^3.0.0",
+ "repeat-string": "^1.6.1",
+ "to-regex-range": "^2.1.0"
+ },
+ "dependencies": {
+ "extend-shallow": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
+ "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "is-extendable": "^0.1.0"
+ }
+ }
+ }
+ },
+ "is-buffer": {
+ "version": "1.1.6",
+ "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz",
+ "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==",
+ "dev": true,
+ "peer": true
+ },
+ "is-extendable": {
+ "version": "0.1.1",
+ "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",
+ "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=",
+ "dev": true,
+ "peer": true
+ },
+ "is-number": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz",
+ "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "kind-of": "^3.0.2"
+ },
+ "dependencies": {
+ "kind-of": {
+ "version": "3.2.2",
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
+ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "is-buffer": "^1.1.5"
+ }
+ }
+ }
+ },
+ "micromatch": {
+ "version": "3.1.10",
+ "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz",
+ "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "arr-diff": "^4.0.0",
+ "array-unique": "^0.3.2",
+ "braces": "^2.3.1",
+ "define-property": "^2.0.2",
+ "extend-shallow": "^3.0.2",
+ "extglob": "^2.0.4",
+ "fragment-cache": "^0.2.1",
+ "kind-of": "^6.0.2",
+ "nanomatch": "^1.2.9",
+ "object.pick": "^1.3.0",
+ "regex-not": "^1.0.0",
+ "snapdragon": "^0.8.1",
+ "to-regex": "^3.0.2"
+ }
+ },
+ "to-regex-range": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz",
+ "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "is-number": "^3.0.0",
+ "repeat-string": "^1.6.1"
+ }
+ }
+ }
},
"https-browserify": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/https-browserify/-/https-browserify-1.0.0.tgz",
"integrity": "sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM=",
- "dev": true
+ "dev": true,
+ "peer": true
},
- "icss-replace-symbols": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/icss-replace-symbols/-/icss-replace-symbols-1.1.0.tgz",
- "integrity": "sha1-Bupvg2ead0njhs/h/oEq5dsiPe0=",
- "dev": true
+ "human-signals": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz",
+ "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==",
+ "dev": true,
+ "peer": true
+ },
+ "iconv-lite": {
+ "version": "0.4.24",
+ "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
+ "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "safer-buffer": ">= 2.1.2 < 3"
+ }
},
"icss-utils": {
- "version": "4.1.0",
- "resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-4.1.0.tgz",
- "integrity": "sha512-3DEun4VOeMvSczifM3F2cKQrDQ5Pj6WKhkOq6HD4QTnDUAq8MQRxy5TX6Sy1iY6WPBe4gQ3p5vTECjbIkglkkQ==",
+ "version": "4.1.1",
+ "resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-4.1.1.tgz",
+ "integrity": "sha512-4aFq7wvWyMHKgxsH8QQtGpvbASCf+eM3wPRLI6R+MgAnTCZ6STYsRvttLvRWK0Nfif5piF394St3HeJDaljGPA==",
"dev": true,
+ "peer": true,
"requires": {
"postcss": "^7.0.14"
}
},
"ieee754": {
- "version": "1.1.12",
- "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.1.12.tgz",
- "integrity": "sha512-GguP+DRY+pJ3soyIiGPTvdiVXjZ+DbXOxGpXn3eMvNW4x4irjqXm4wHKscC+TfxSJ0yw/S1F24tqdMNsMZTiLA==",
- "dev": true
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
+ "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
+ "dev": true,
+ "peer": true
},
- "iferr": {
- "version": "0.1.5",
- "resolved": "https://registry.npmjs.org/iferr/-/iferr-0.1.5.tgz",
- "integrity": "sha1-xg7taebY/bazEEofy8ocGS3FtQE=",
- "dev": true
+ "ignore": {
+ "version": "4.0.6",
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz",
+ "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==",
+ "dev": true,
+ "peer": true
+ },
+ "import-fresh": {
+ "version": "3.3.0",
+ "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
+ "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "parent-module": "^1.0.0",
+ "resolve-from": "^4.0.0"
+ }
+ },
+ "import-lazy": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/import-lazy/-/import-lazy-4.0.0.tgz",
+ "integrity": "sha512-rKtvo6a868b5Hu3heneU+L4yEQ4jYKLtjpnPeUdK7h0yzXGmyBTypknlkCvHFBqfX9YlorEiMM6Dnq/5atfHkw==",
+ "dev": true,
+ "peer": true
},
"import-local": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/import-local/-/import-local-2.0.0.tgz",
- "integrity": "sha512-b6s04m3O+s3CGSbqDIyP4R6aAwAeYlVq9+WUWep6iHa8ETRf9yei1U48C5MmfJmV9AiLYYBKPMq/W+/WRpQmCQ==",
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.0.2.tgz",
+ "integrity": "sha512-vjL3+w0oulAVZ0hBHnxa/Nm5TAurf9YLQJDhqRZyqb+VKGOB6LU8t9H1Nr5CIo16vh9XfJTOoHwU0B71S557gA==",
"dev": true,
+ "peer": true,
"requires": {
- "pkg-dir": "^3.0.0",
- "resolve-cwd": "^2.0.0"
+ "pkg-dir": "^4.2.0",
+ "resolve-cwd": "^3.0.0"
+ },
+ "dependencies": {
+ "find-up": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
+ "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "locate-path": "^5.0.0",
+ "path-exists": "^4.0.0"
+ }
+ },
+ "locate-path": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
+ "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "p-locate": "^4.1.0"
+ }
+ },
+ "p-limit": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
+ "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "p-try": "^2.0.0"
+ }
+ },
+ "p-locate": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
+ "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "p-limit": "^2.2.0"
+ }
+ },
+ "p-try": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
+ "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
+ "dev": true,
+ "peer": true
+ },
+ "path-exists": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
+ "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
+ "dev": true,
+ "peer": true
+ },
+ "pkg-dir": {
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz",
+ "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "find-up": "^4.0.0"
+ }
+ }
}
},
"imurmurhash": {
"version": "0.1.4",
"resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
"integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=",
- "dev": true
- },
- "indexes-of": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/indexes-of/-/indexes-of-1.0.1.tgz",
- "integrity": "sha1-8w9xbI4r00bHtn0985FVZqfAVgc=",
- "dev": true
+ "dev": true,
+ "peer": true
},
- "indexof": {
- "version": "0.0.1",
- "resolved": "https://registry.npmjs.org/indexof/-/indexof-0.0.1.tgz",
- "integrity": "sha1-gtwzbSMrkGIXnQWrMpOmYFn9Q10=",
- "dev": true
+ "indent-string": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz",
+ "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==",
+ "dev": true,
+ "peer": true
},
"individual": {
"version": "2.0.0",
- "resolved": "https://registry.npmjs.org/individual/-/individual-2.0.0.tgz",
"integrity": "sha1-gzsJfa0jKU52EXqY+zjg2a1hu5c="
},
"inflight": {
@@ -3750,306 +20474,644 @@
"resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
"integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
"dev": true,
+ "peer": true,
"requires": {
"once": "^1.3.0",
"wrappy": "1"
}
},
"inherits": {
- "version": "2.0.3",
- "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
- "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=",
- "dev": true
+ "version": "2.0.4",
+ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
+ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
+ "dev": true,
+ "peer": true
},
"ini": {
- "version": "1.3.7",
- "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.7.tgz",
- "integrity": "sha512-iKpRpXP+CrP2jyrxvg1kMUpXDyRUFDWurxbnVT1vQPx+Wz9uCYsMIqYuSBLV+PAaZG/d7kRLKRFc9oDMsH+mFQ==",
- "dev": true
+ "version": "1.3.8",
+ "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
+ "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==",
+ "dev": true,
+ "peer": true
},
- "interpret": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/interpret/-/interpret-1.2.0.tgz",
- "integrity": "sha512-mT34yGKMNceBQUoVn7iCDKDntA7SC6gycMAWzGx1z/CMCTV7b2AAtXlo3nRyHZ1FelRkQbQjprHSYGwzLtkVbw==",
- "dev": true
+ "internal-ip": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/internal-ip/-/internal-ip-4.3.0.tgz",
+ "integrity": "sha512-S1zBo1D6zcsyuC6PMmY5+55YMILQ9av8lotMx447Bq6SAgo/sDK6y6uUKmuYhW7eacnIhFfsPmCNYdDzsnnDCg==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "default-gateway": "^4.2.0",
+ "ipaddr.js": "^1.9.0"
+ }
},
- "invariant": {
- "version": "2.2.4",
- "resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz",
- "integrity": "sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==",
+ "internal-slot": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.3.tgz",
+ "integrity": "sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA==",
"dev": true,
+ "peer": true,
"requires": {
- "loose-envify": "^1.0.0"
+ "get-intrinsic": "^1.1.0",
+ "has": "^1.0.3",
+ "side-channel": "^1.0.4"
}
},
- "invert-kv": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/invert-kv/-/invert-kv-2.0.0.tgz",
- "integrity": "sha512-wPVv/y/QQ/Uiirj/vh3oP+1Ww+AWehmi1g5fFWGPF6IpCBCDVrhgHRMvrLfdYcwDh3QJbGXDW4JAuzxElLSqKA==",
- "dev": true
+ "interpret": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/interpret/-/interpret-2.2.0.tgz",
+ "integrity": "sha512-Ju0Bz/cEia55xDwUWEa8+olFpCiQoypjnQySseKtmjNrnps3P+xfpUmGr90T7yjlVJmOtybRvPXhKMbHr+fWnw==",
+ "dev": true,
+ "peer": true
+ },
+ "ip": {
+ "version": "1.1.5",
+ "resolved": "https://registry.npmjs.org/ip/-/ip-1.1.5.tgz",
+ "integrity": "sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo=",
+ "dev": true,
+ "peer": true
+ },
+ "ip-regex": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/ip-regex/-/ip-regex-2.1.0.tgz",
+ "integrity": "sha1-+ni/XS5pE8kRzp+BnuUUa7bYROk=",
+ "dev": true,
+ "peer": true
+ },
+ "ipaddr.js": {
+ "version": "1.9.1",
+ "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
+ "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==",
+ "dev": true,
+ "peer": true
+ },
+ "is-absolute-url": {
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/is-absolute-url/-/is-absolute-url-3.0.3.tgz",
+ "integrity": "sha512-opmNIX7uFnS96NtPmhWQgQx6/NYFgsUXYMllcfzwWKUMwfo8kku1TvE6hkNcH+Q1ts5cMVrsY7j0bxXQDciu9Q==",
+ "dev": true,
+ "peer": true
},
"is-accessor-descriptor": {
- "version": "0.1.6",
- "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz",
- "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=",
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz",
+ "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==",
"dev": true,
+ "peer": true,
"requires": {
- "kind-of": "^3.0.2"
- },
- "dependencies": {
- "kind-of": {
- "version": "3.2.2",
- "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
- "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
- "dev": true,
- "requires": {
- "is-buffer": "^1.1.5"
- }
- }
+ "kind-of": "^6.0.0"
+ }
+ },
+ "is-alphabetical": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-1.0.4.tgz",
+ "integrity": "sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg==",
+ "dev": true,
+ "peer": true
+ },
+ "is-alphanumerical": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-1.0.4.tgz",
+ "integrity": "sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "is-alphabetical": "^1.0.0",
+ "is-decimal": "^1.0.0"
+ }
+ },
+ "is-arguments": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.1.tgz",
+ "integrity": "sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "call-bind": "^1.0.2",
+ "has-tostringtag": "^1.0.0"
}
},
+ "is-arrayish": {
+ "version": "0.2.1",
+ "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
+ "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=",
+ "dev": true,
+ "peer": true
+ },
+ "is-bigint": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.2.tgz",
+ "integrity": "sha512-0JV5+SOCQkIdzjBK9buARcV804Ddu7A0Qet6sHi3FimE9ne6m4BGQZfRn+NZiXbBk4F4XmHfDZIipLj9pX8dSA==",
+ "dev": true,
+ "peer": true
+ },
"is-binary-path": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz",
- "integrity": "sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=",
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
+ "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
"dev": true,
+ "peer": true,
"requires": {
- "binary-extensions": "^1.0.0"
+ "binary-extensions": "^2.0.0"
+ }
+ },
+ "is-boolean-object": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz",
+ "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "call-bind": "^1.0.2",
+ "has-tostringtag": "^1.0.0"
}
},
"is-buffer": {
- "version": "1.1.6",
- "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz",
- "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==",
- "dev": true
+ "version": "2.0.5",
+ "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.5.tgz",
+ "integrity": "sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==",
+ "dev": true,
+ "peer": true
},
"is-callable": {
- "version": "1.1.4",
- "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.1.4.tgz",
- "integrity": "sha512-r5p9sxJjYnArLjObpjA4xu5EKI3CuKHkJXMhT7kwbpUyIFD1n5PMAsoPvWnvtZiNz7LjkYDRZhd7FlI0eMijEA=="
+ "version": "1.2.3",
+ "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.3.tgz",
+ "integrity": "sha512-J1DcMe8UYTBSrKezuIUTUwjXsho29693unXM2YhJUTR2txK/eG47bvNa/wipPFmZFgr/N6f1GA66dv0mEyTIyQ=="
+ },
+ "is-core-module": {
+ "version": "2.5.0",
+ "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.5.0.tgz",
+ "integrity": "sha512-TXCMSDsEHMEEZ6eCA8rwRDbLu55MRGmrctljsBX/2v1d9/GzqHOxW5c5oPSgrUt2vBFXebu9rGqckXGPWOlYpg==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "has": "^1.0.3"
+ }
},
"is-data-descriptor": {
- "version": "0.1.4",
- "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz",
- "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=",
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz",
+ "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==",
"dev": true,
+ "peer": true,
"requires": {
- "kind-of": "^3.0.2"
- },
- "dependencies": {
- "kind-of": {
- "version": "3.2.2",
- "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
- "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
- "dev": true,
- "requires": {
- "is-buffer": "^1.1.5"
- }
- }
+ "kind-of": "^6.0.0"
}
},
"is-date-object": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.1.tgz",
- "integrity": "sha1-mqIOtq7rv/d/vTPnTKAbM1gdOhY=",
- "dev": true
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz",
+ "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "has-tostringtag": "^1.0.0"
+ }
+ },
+ "is-decimal": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-1.0.4.tgz",
+ "integrity": "sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==",
+ "dev": true,
+ "peer": true
},
"is-descriptor": {
- "version": "0.1.6",
- "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz",
- "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==",
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz",
+ "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==",
"dev": true,
+ "peer": true,
"requires": {
- "is-accessor-descriptor": "^0.1.6",
- "is-data-descriptor": "^0.1.4",
- "kind-of": "^5.0.0"
- },
- "dependencies": {
- "kind-of": {
- "version": "5.1.0",
- "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz",
- "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==",
- "dev": true
- }
+ "is-accessor-descriptor": "^1.0.0",
+ "is-data-descriptor": "^1.0.0",
+ "kind-of": "^6.0.2"
}
},
"is-extendable": {
- "version": "0.1.1",
- "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",
- "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=",
- "dev": true
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz",
+ "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "is-plain-object": "^2.0.4"
+ }
},
"is-extglob": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
"integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=",
- "dev": true
+ "dev": true,
+ "peer": true
},
"is-fullwidth-code-point": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
- "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=",
- "dev": true
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
+ "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
+ "dev": true,
+ "peer": true
},
"is-function": {
"version": "1.0.1",
- "resolved": "https://registry.npmjs.org/is-function/-/is-function-1.0.1.tgz",
"integrity": "sha1-Es+5i2W1fdPRk6MSH19uL0N2ArU="
},
+ "is-generator-function": {
+ "version": "1.0.10",
+ "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.0.10.tgz",
+ "integrity": "sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "has-tostringtag": "^1.0.0"
+ }
+ },
"is-glob": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.0.tgz",
- "integrity": "sha1-lSHHaEXMJhCoUgPd8ICpWML/q8A=",
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.1.tgz",
+ "integrity": "sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==",
"dev": true,
+ "peer": true,
"requires": {
"is-extglob": "^2.1.1"
}
},
+ "is-hexadecimal": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-1.0.4.tgz",
+ "integrity": "sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw==",
+ "dev": true,
+ "peer": true
+ },
+ "is-nan": {
+ "version": "1.3.2",
+ "resolved": "https://registry.npmjs.org/is-nan/-/is-nan-1.3.2.tgz",
+ "integrity": "sha512-E+zBKpQ2t6MEo1VsonYmluk9NxGrbzpeeLC2xIViuO2EjU2xsXsBPwTr3Ykv9l08UYEVEdWeRZNouaZqF6RN0w==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "call-bind": "^1.0.0",
+ "define-properties": "^1.1.3"
+ }
+ },
+ "is-negative-zero": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.1.tgz",
+ "integrity": "sha512-2z6JzQvZRa9A2Y7xC6dQQm4FSTSTNWjKIYYTt4246eMTJmIo0Q+ZyOsU66X8lxK1AbB92dFeglPLrhwpeRKO6w==",
+ "dev": true,
+ "peer": true
+ },
"is-number": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz",
- "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=",
+ "version": "7.0.0",
+ "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
+ "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
"dev": true,
+ "peer": true
+ },
+ "is-number-object": {
+ "version": "1.0.6",
+ "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.6.tgz",
+ "integrity": "sha512-bEVOqiRcvo3zO1+G2lVMy+gkkEm9Yh7cDMRusKKu5ZJKPUYSJwICTKZrNKHA2EbSP0Tu0+6B/emsYNHZyn6K8g==",
+ "dev": true,
+ "peer": true,
"requires": {
- "kind-of": "^3.0.2"
- },
- "dependencies": {
- "kind-of": {
- "version": "3.2.2",
- "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
- "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
- "dev": true,
- "requires": {
- "is-buffer": "^1.1.5"
- }
- }
+ "has-tostringtag": "^1.0.0"
+ }
+ },
+ "is-path-cwd": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-2.2.0.tgz",
+ "integrity": "sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ==",
+ "dev": true,
+ "peer": true
+ },
+ "is-path-in-cwd": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/is-path-in-cwd/-/is-path-in-cwd-2.1.0.tgz",
+ "integrity": "sha512-rNocXHgipO+rvnP6dk3zI20RpOtrAM/kzbB258Uw5BWr3TpXi861yzjo16Dn4hUox07iw5AyeMLHWsujkjzvRQ==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "is-path-inside": "^2.1.0"
+ }
+ },
+ "is-path-inside": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-2.1.0.tgz",
+ "integrity": "sha512-wiyhTzfDWsvwAW53OBWF5zuvaOGlZ6PwYxAbPVDhpm+gM09xKQGjBq/8uYN12aDvMxnAnq3dxTyoSoRNmg5YFg==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "path-is-inside": "^1.0.2"
}
},
+ "is-plain-obj": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz",
+ "integrity": "sha1-caUMhCnfync8kqOQpKA7OfzVHT4=",
+ "dev": true,
+ "peer": true
+ },
"is-plain-object": {
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz",
"integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==",
"dev": true,
+ "peer": true,
"requires": {
"isobject": "^3.0.1"
}
},
"is-regex": {
- "version": "1.0.4",
- "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.0.4.tgz",
- "integrity": "sha1-VRdIm1RwkbCTDglWVM7SXul+lJE=",
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz",
+ "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==",
"dev": true,
+ "peer": true,
"requires": {
- "has": "^1.0.1"
+ "call-bind": "^1.0.2",
+ "has-tostringtag": "^1.0.0"
}
},
+ "is-regexp": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/is-regexp/-/is-regexp-2.1.0.tgz",
+ "integrity": "sha512-OZ4IlER3zmRIoB9AqNhEggVxqIH4ofDns5nRrPS6yQxXE1TPCUpFznBfRQmQa8uC+pXqjMnukiJBxCisIxiLGA==",
+ "dev": true,
+ "peer": true
+ },
"is-stream": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz",
- "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=",
- "dev": true
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
+ "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
+ "dev": true,
+ "peer": true
+ },
+ "is-string": {
+ "version": "1.0.7",
+ "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz",
+ "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "has-tostringtag": "^1.0.0"
+ }
},
"is-symbol": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.2.tgz",
- "integrity": "sha512-HS8bZ9ox60yCJLH9snBpIwv9pYUAkcuLhSA1oero1UB5y9aiQpRA8y2ex945AOtCZL1lJDeIk3G5LthswI46Lw==",
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz",
+ "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==",
"dev": true,
+ "peer": true,
"requires": {
- "has-symbols": "^1.0.0"
+ "has-symbols": "^1.0.2"
}
},
+ "is-typed-array": {
+ "version": "1.1.6",
+ "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.6.tgz",
+ "integrity": "sha512-cDIgneTBa/TueUY6AWd7Tyj3jcFF5GAzFd50x3IB9bcjRSfjxkTfGYeD8YUDnrXQ10Q+2Y6rT+ZDwseIX9CI5A==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "available-typed-arrays": "^1.0.4",
+ "call-bind": "^1.0.2",
+ "es-abstract": "^1.18.5",
+ "foreach": "^2.0.5",
+ "has-tostringtag": "^1.0.0"
+ }
+ },
+ "is-typedarray": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz",
+ "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=",
+ "dev": true,
+ "peer": true
+ },
+ "is-unicode-supported": {
+ "version": "0.1.0",
+ "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz",
+ "integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==",
+ "dev": true,
+ "peer": true
+ },
"is-windows": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz",
"integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==",
- "dev": true
+ "dev": true,
+ "peer": true
+ },
+ "is-wsl": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz",
+ "integrity": "sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0=",
+ "dev": true,
+ "peer": true
},
"isarray": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
"integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=",
- "dev": true
+ "dev": true,
+ "peer": true
},
"isexe": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
"integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=",
- "dev": true
+ "dev": true,
+ "peer": true
},
"isobject": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz",
"integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=",
- "dev": true
+ "dev": true,
+ "peer": true
},
- "js-levenshtein": {
- "version": "1.1.6",
- "resolved": "https://registry.npmjs.org/js-levenshtein/-/js-levenshtein-1.1.6.tgz",
- "integrity": "sha512-X2BB11YZtrRqY4EnQcLX5Rh373zbK4alC1FW7D7MBhL2gtcC17cTnr6DmfHZeS0s2rTHjUTMMHfG7gO8SSdw+g==",
- "dev": true
+ "jest-worker": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-26.6.2.tgz",
+ "integrity": "sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "@types/node": "*",
+ "merge-stream": "^2.0.0",
+ "supports-color": "^7.0.0"
+ },
+ "dependencies": {
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true,
+ "peer": true
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
},
"js-tokens": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
"integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
- "dev": true
+ "dev": true,
+ "peer": true
+ },
+ "js-yaml": {
+ "version": "3.14.1",
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
+ "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "argparse": "^1.0.7",
+ "esprima": "^4.0.0"
+ }
+ },
+ "jsdoctypeparser": {
+ "version": "9.0.0",
+ "resolved": "https://registry.npmjs.org/jsdoctypeparser/-/jsdoctypeparser-9.0.0.tgz",
+ "integrity": "sha512-jrTA2jJIL6/DAEILBEh2/w9QxCuwmvNXIry39Ay/HVfhE3o2yVV0U44blYkqdHA/OKloJEqvJy0xU+GSdE2SIw==",
+ "dev": true,
+ "peer": true
},
"jsesc": {
"version": "2.5.2",
"resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz",
"integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==",
- "dev": true
+ "dev": true,
+ "peer": true
},
"json-parse-better-errors": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz",
"integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==",
- "dev": true
+ "dev": true,
+ "peer": true
+ },
+ "json-parse-even-better-errors": {
+ "version": "2.3.1",
+ "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
+ "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==",
+ "dev": true,
+ "peer": true
},
"json-schema-traverse": {
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
"integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
- "dev": true
+ "dev": true,
+ "peer": true
+ },
+ "json-stable-stringify-without-jsonify": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
+ "integrity": "sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=",
+ "dev": true,
+ "peer": true
+ },
+ "json3": {
+ "version": "3.3.3",
+ "resolved": "https://registry.npmjs.org/json3/-/json3-3.3.3.tgz",
+ "integrity": "sha512-c7/8mbUsKigAbLkD5B010BK4D9LZm7A1pNItkEwiUZRpIN66exu/e7YQWysGun+TRKaJp8MhemM+VkfWv42aCA==",
+ "dev": true,
+ "peer": true
},
"json5": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/json5/-/json5-2.1.0.tgz",
- "integrity": "sha512-8Mh9h6xViijj36g7Dxi+Y4S6hNGV96vcJZr/SrlHh1LR/pEn/8j/+qIBbs44YKl69Lrfctp4QD+AdWLTMqEZAQ==",
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.0.tgz",
+ "integrity": "sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA==",
"dev": true,
+ "peer": true,
"requires": {
- "minimist": "^1.2.0"
+ "minimist": "^1.2.5"
}
},
+ "killable": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/killable/-/killable-1.0.1.tgz",
+ "integrity": "sha512-LzqtLKlUwirEUyl/nicirVmNiPvYs7l5n8wOPP7fyJVpUPkvCnW/vuiXGpylGUlnPDnB7311rARzAt3Mhswpjg==",
+ "dev": true,
+ "peer": true
+ },
"kind-of": {
- "version": "6.0.2",
- "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz",
- "integrity": "sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA==",
- "dev": true
+ "version": "6.0.3",
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz",
+ "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==",
+ "dev": true,
+ "peer": true
},
- "lcid": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/lcid/-/lcid-2.0.0.tgz",
- "integrity": "sha512-avPEb8P8EGnwXKClwsNUgryVjllcRqtMYa49NTsbQagYuT1DcXnl1915oxWjoyGrXR6zH/Y0Zc96xWsPcoDKeA==",
+ "klona": {
+ "version": "2.0.4",
+ "resolved": "https://registry.npmjs.org/klona/-/klona-2.0.4.tgz",
+ "integrity": "sha512-ZRbnvdg/NxqzC7L9Uyqzf4psi1OM4Cuc+sJAkQPjO6XkQIJTNbfK2Rsmbw8fx1p2mkZdp2FZYo2+LwXYY/uwIA==",
+ "dev": true,
+ "peer": true
+ },
+ "known-css-properties": {
+ "version": "0.21.0",
+ "resolved": "https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.21.0.tgz",
+ "integrity": "sha512-sZLUnTqimCkvkgRS+kbPlYW5o8q5w1cu+uIisKpEWkj31I8mx8kNG162DwRav8Zirkva6N5uoFsm9kzK4mUXjw==",
"dev": true,
+ "peer": true
+ },
+ "levn": {
+ "version": "0.4.1",
+ "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
+ "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
+ "dev": true,
+ "peer": true,
"requires": {
- "invert-kv": "^2.0.0"
+ "prelude-ls": "^1.2.1",
+ "type-check": "~0.4.0"
+ }
+ },
+ "lines-and-columns": {
+ "version": "1.1.6",
+ "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.1.6.tgz",
+ "integrity": "sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=",
+ "dev": true,
+ "peer": true
+ },
+ "load-json-file": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz",
+ "integrity": "sha1-L19Fq5HjMhYjT9U62rZo607AmTs=",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "graceful-fs": "^4.1.2",
+ "parse-json": "^4.0.0",
+ "pify": "^3.0.0",
+ "strip-bom": "^3.0.0"
}
},
"loader-runner": {
- "version": "2.4.0",
- "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-2.4.0.tgz",
- "integrity": "sha512-Jsmr89RcXGIwivFY21FcRrisYZfvLMTWx5kOLc+JTxtpBOG6xML0vzbc6SEQG2FO9/4Fc3wW4LVcB5DmGflaRw==",
- "dev": true
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.2.0.tgz",
+ "integrity": "sha512-92+huvxMvYlMzMt0iIOukcwYBFpkYJdpl2xsZ7LrlayO7E8SOv+JJUEK17B/dJIHAOLMfh2dZZ/Y18WgmGtYNw==",
+ "dev": true,
+ "peer": true
},
"loader-utils": {
- "version": "1.2.3",
- "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.2.3.tgz",
- "integrity": "sha512-fkpz8ejdnEMG3s37wGL07iSBDg99O9D5yflE9RGNH3hRdx9SOwYfnGYdZOUIZitN8E+E2vkq3MUMYMvPYl5ZZA==",
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz",
+ "integrity": "sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==",
"dev": true,
+ "peer": true,
"requires": {
"big.js": "^5.2.2",
- "emojis-list": "^2.0.0",
+ "emojis-list": "^3.0.0",
"json5": "^1.0.1"
},
"dependencies": {
@@ -4058,6 +21120,7 @@
"resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz",
"integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==",
"dev": true,
+ "peer": true,
"requires": {
"minimist": "^1.2.0"
}
@@ -4065,12 +21128,13 @@
}
},
"locate-path": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz",
- "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==",
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz",
+ "integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=",
"dev": true,
+ "peer": true,
"requires": {
- "p-locate": "^3.0.0",
+ "p-locate": "^2.0.0",
"path-exists": "^3.0.0"
}
},
@@ -4078,127 +21142,547 @@
"version": "4.17.21",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
- "dev": true
+ "dev": true,
+ "peer": true
},
- "lodash.kebabcase": {
- "version": "4.1.1",
- "resolved": "https://registry.npmjs.org/lodash.kebabcase/-/lodash.kebabcase-4.1.1.tgz",
- "integrity": "sha1-hImxyw0p/4gZXM7KRI/21swpXDY=",
- "dev": true
+ "lodash.clonedeep": {
+ "version": "4.5.0",
+ "resolved": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz",
+ "integrity": "sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8=",
+ "dev": true,
+ "peer": true
},
- "loose-envify": {
- "version": "1.4.0",
- "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
- "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
+ "lodash.debounce": {
+ "version": "4.0.8",
+ "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
+ "integrity": "sha1-gteb/zCmfEAF/9XiUVMArZyk168=",
"dev": true,
+ "peer": true
+ },
+ "lodash.merge": {
+ "version": "4.6.2",
+ "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
+ "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
+ "dev": true,
+ "peer": true
+ },
+ "lodash.truncate": {
+ "version": "4.4.2",
+ "resolved": "https://registry.npmjs.org/lodash.truncate/-/lodash.truncate-4.4.2.tgz",
+ "integrity": "sha1-WjUNoLERO4N+z//VgSy+WNbq4ZM=",
+ "dev": true,
+ "peer": true
+ },
+ "log-symbols": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz",
+ "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==",
+ "dev": true,
+ "peer": true,
"requires": {
- "js-tokens": "^3.0.0 || ^4.0.0"
+ "chalk": "^4.1.0",
+ "is-unicode-supported": "^0.1.0"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true,
+ "peer": true
+ },
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true,
+ "peer": true
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
}
},
+ "loglevel": {
+ "version": "1.7.1",
+ "resolved": "https://registry.npmjs.org/loglevel/-/loglevel-1.7.1.tgz",
+ "integrity": "sha512-Hesni4s5UkWkwCGJMQGAh71PaLUmKFM60dHvq0zi/vDhhrzuk+4GgNbTXJ12YYQJn6ZKBDNIjYcuQGKudvqrIw==",
+ "dev": true,
+ "peer": true
+ },
+ "longest-streak": {
+ "version": "2.0.4",
+ "resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-2.0.4.tgz",
+ "integrity": "sha512-vM6rUVCVUJJt33bnmHiZEvr7wPT78ztX7rojL+LW51bHtLh6HTjx84LA5W4+oa6aKEJA7jJu5LR6vQRBpA5DVg==",
+ "dev": true,
+ "peer": true
+ },
"lru-cache": {
- "version": "5.1.1",
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
- "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
+ "version": "4.1.5",
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz",
+ "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==",
"dev": true,
+ "peer": true,
"requires": {
- "yallist": "^3.0.2"
+ "pseudomap": "^1.0.2",
+ "yallist": "^2.1.2"
}
},
"m3u8-parser": {
"version": "4.2.0",
- "resolved": "https://registry.npmjs.org/m3u8-parser/-/m3u8-parser-4.2.0.tgz",
"integrity": "sha512-LVHw0U6IPJjwk9i9f7Xe26NqaUHTNlIt4SSWoEfYFROeVKHN6MIjOhbRheI3dg8Jbq5WCuMFQ0QU3EgZpmzFPg=="
},
"make-dir": {
- "version": "1.3.0",
- "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-1.3.0.tgz",
- "integrity": "sha512-2w31R7SJtieJJnQtGc7RVL2StM2vGYVfqUOvUDxH6bC6aJTxPxTF0GnIgCyu7tjockiUWAYQRbxa7vKn34s5sQ==",
- "dev": true,
- "requires": {
- "pify": "^3.0.0"
- }
- },
- "mamacro": {
- "version": "0.0.3",
- "resolved": "https://registry.npmjs.org/mamacro/-/mamacro-0.0.3.tgz",
- "integrity": "sha512-qMEwh+UujcQ+kbz3T6V+wAmO2U8veoq2w+3wY8MquqwVA3jChfwY+Tk52GZKDfACEPjuZ7r2oJLejwpt8jtwTA==",
- "dev": true
- },
- "map-age-cleaner": {
- "version": "0.1.3",
- "resolved": "https://registry.npmjs.org/map-age-cleaner/-/map-age-cleaner-0.1.3.tgz",
- "integrity": "sha512-bJzx6nMoP6PDLPBFmg7+xRKeFZvFboMrGlxmNj9ClvX53KrmvM5bXFXEWjbz4cz1AFn+jWJ9z/DJSz7hrs0w3w==",
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz",
+ "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==",
"dev": true,
+ "peer": true,
"requires": {
- "p-defer": "^1.0.0"
+ "semver": "^6.0.0"
}
},
"map-cache": {
"version": "0.2.2",
"resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz",
"integrity": "sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8=",
- "dev": true
+ "dev": true,
+ "peer": true
+ },
+ "map-obj": {
+ "version": "4.2.1",
+ "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-4.2.1.tgz",
+ "integrity": "sha512-+WA2/1sPmDj1dlvvJmB5G6JKfY9dpn7EVBUL06+y6PoljPkh+6V1QihwxNkbcGxCRjt2b0F9K0taiCuo7MbdFQ==",
+ "dev": true,
+ "peer": true
},
"map-visit": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz",
"integrity": "sha1-7Nyo8TFE5mDxtb1B8S80edmN+48=",
"dev": true,
+ "peer": true,
"requires": {
"object-visit": "^1.0.0"
}
},
+ "mathml-tag-names": {
+ "version": "2.1.3",
+ "resolved": "https://registry.npmjs.org/mathml-tag-names/-/mathml-tag-names-2.1.3.tgz",
+ "integrity": "sha512-APMBEanjybaPzUrfqU0IMU5I0AswKMH7k8OTLs0vvV4KZpExkTkY87nR/zpbuTPj+gARop7aGUbl11pnDfW6xg==",
+ "dev": true,
+ "peer": true
+ },
"md5.js": {
"version": "1.3.5",
"resolved": "https://registry.npmjs.org/md5.js/-/md5.js-1.3.5.tgz",
"integrity": "sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==",
"dev": true,
+ "peer": true,
"requires": {
"hash-base": "^3.0.0",
"inherits": "^2.0.1",
"safe-buffer": "^5.1.2"
}
},
- "mem": {
- "version": "4.2.0",
- "resolved": "https://registry.npmjs.org/mem/-/mem-4.2.0.tgz",
- "integrity": "sha512-5fJxa68urlY0Ir8ijatKa3eRz5lwXnRCTvo9+TbTGAuTFJOwpGcY0X05moBd0nW45965Njt4CDI2GFQoG8DvqA==",
+ "mdast-util-from-markdown": {
+ "version": "0.8.5",
+ "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-0.8.5.tgz",
+ "integrity": "sha512-2hkTXtYYnr+NubD/g6KGBS/0mFmBcifAsI0yIWRiRo0PjVs6SSOSOdtzbp6kSGnShDN6G5aWZpKQ2lWRy27mWQ==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "@types/mdast": "^3.0.0",
+ "mdast-util-to-string": "^2.0.0",
+ "micromark": "~2.11.0",
+ "parse-entities": "^2.0.0",
+ "unist-util-stringify-position": "^2.0.0"
+ }
+ },
+ "mdast-util-to-markdown": {
+ "version": "0.6.5",
+ "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-0.6.5.tgz",
+ "integrity": "sha512-XeV9sDE7ZlOQvs45C9UKMtfTcctcaj/pGwH8YLbMHoMOXNNCn2LsqVQOqrF1+/NU8lKDAqozme9SCXWyo9oAcQ==",
"dev": true,
+ "peer": true,
"requires": {
- "map-age-cleaner": "^0.1.1",
- "mimic-fn": "^2.0.0",
- "p-is-promise": "^2.0.0"
+ "@types/unist": "^2.0.0",
+ "longest-streak": "^2.0.0",
+ "mdast-util-to-string": "^2.0.0",
+ "parse-entities": "^2.0.0",
+ "repeat-string": "^1.0.0",
+ "zwitch": "^1.0.0"
}
},
+ "mdast-util-to-string": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-2.0.0.tgz",
+ "integrity": "sha512-AW4DRS3QbBayY/jJmD8437V1Gombjf8RSOUCMFBuo5iHi58AGEgVCKQ+ezHkZZDpAQS75hcBMpLqjpJTjtUL7w==",
+ "dev": true,
+ "peer": true
+ },
+ "media-typer": {
+ "version": "0.3.0",
+ "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz",
+ "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=",
+ "dev": true,
+ "peer": true
+ },
"memory-fs": {
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.4.1.tgz",
"integrity": "sha1-OpoguEYlI+RHz7x+i7gO1me/xVI=",
"dev": true,
+ "peer": true,
"requires": {
"errno": "^0.1.3",
"readable-stream": "^2.0.1"
+ },
+ "dependencies": {
+ "readable-stream": {
+ "version": "2.3.7",
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz",
+ "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "core-util-is": "~1.0.0",
+ "inherits": "~2.0.3",
+ "isarray": "~1.0.0",
+ "process-nextick-args": "~2.0.0",
+ "safe-buffer": "~5.1.1",
+ "string_decoder": "~1.1.1",
+ "util-deprecate": "~1.0.1"
+ }
+ },
+ "string_decoder": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
+ "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "safe-buffer": "~5.1.0"
+ }
+ }
+ }
+ },
+ "meow": {
+ "version": "9.0.0",
+ "resolved": "https://registry.npmjs.org/meow/-/meow-9.0.0.tgz",
+ "integrity": "sha512-+obSblOQmRhcyBt62furQqRAQpNyWXo8BuQ5bN7dG8wmwQ+vwHKp/rCFD4CrTP8CsDQD1sjoZ94K417XEUk8IQ==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "@types/minimist": "^1.2.0",
+ "camelcase-keys": "^6.2.2",
+ "decamelize": "^1.2.0",
+ "decamelize-keys": "^1.1.0",
+ "hard-rejection": "^2.1.0",
+ "minimist-options": "4.1.0",
+ "normalize-package-data": "^3.0.0",
+ "read-pkg-up": "^7.0.1",
+ "redent": "^3.0.0",
+ "trim-newlines": "^3.0.0",
+ "type-fest": "^0.18.0",
+ "yargs-parser": "^20.2.3"
+ },
+ "dependencies": {
+ "find-up": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
+ "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "locate-path": "^5.0.0",
+ "path-exists": "^4.0.0"
+ }
+ },
+ "hosted-git-info": {
+ "version": "4.0.2",
+ "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.0.2.tgz",
+ "integrity": "sha512-c9OGXbZ3guC/xOlCg1Ci/VgWlwsqDv1yMQL1CWqXDL0hDjXuNcq0zuR4xqPSuasI3kqFDhqSyTjREz5gzq0fXg==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "lru-cache": "^6.0.0"
+ }
+ },
+ "locate-path": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
+ "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "p-locate": "^4.1.0"
+ }
+ },
+ "lru-cache": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
+ "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "yallist": "^4.0.0"
+ }
+ },
+ "normalize-package-data": {
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-3.0.2.tgz",
+ "integrity": "sha512-6CdZocmfGaKnIHPVFhJJZ3GuR8SsLKvDANFp47Jmy51aKIr8akjAWTSxtpI+MBgBFdSMRyo4hMpDlT6dTffgZg==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "hosted-git-info": "^4.0.1",
+ "resolve": "^1.20.0",
+ "semver": "^7.3.4",
+ "validate-npm-package-license": "^3.0.1"
+ }
+ },
+ "p-limit": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
+ "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "p-try": "^2.0.0"
+ }
+ },
+ "p-locate": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
+ "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "p-limit": "^2.2.0"
+ }
+ },
+ "p-try": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
+ "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
+ "dev": true,
+ "peer": true
+ },
+ "parse-json": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
+ "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "@babel/code-frame": "^7.0.0",
+ "error-ex": "^1.3.1",
+ "json-parse-even-better-errors": "^2.3.0",
+ "lines-and-columns": "^1.1.6"
+ }
+ },
+ "path-exists": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
+ "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
+ "dev": true,
+ "peer": true
+ },
+ "read-pkg": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz",
+ "integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "@types/normalize-package-data": "^2.4.0",
+ "normalize-package-data": "^2.5.0",
+ "parse-json": "^5.0.0",
+ "type-fest": "^0.6.0"
+ },
+ "dependencies": {
+ "hosted-git-info": {
+ "version": "2.8.9",
+ "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz",
+ "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==",
+ "dev": true,
+ "peer": true
+ },
+ "normalize-package-data": {
+ "version": "2.5.0",
+ "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz",
+ "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "hosted-git-info": "^2.1.4",
+ "resolve": "^1.10.0",
+ "semver": "2 || 3 || 4 || 5",
+ "validate-npm-package-license": "^3.0.1"
+ }
+ },
+ "semver": {
+ "version": "5.7.1",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
+ "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==",
+ "dev": true,
+ "peer": true
+ },
+ "type-fest": {
+ "version": "0.6.0",
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz",
+ "integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==",
+ "dev": true,
+ "peer": true
+ }
+ }
+ },
+ "read-pkg-up": {
+ "version": "7.0.1",
+ "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz",
+ "integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "find-up": "^4.1.0",
+ "read-pkg": "^5.2.0",
+ "type-fest": "^0.8.1"
+ },
+ "dependencies": {
+ "type-fest": {
+ "version": "0.8.1",
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz",
+ "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==",
+ "dev": true,
+ "peer": true
+ }
+ }
+ },
+ "semver": {
+ "version": "7.3.5",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz",
+ "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "lru-cache": "^6.0.0"
+ }
+ },
+ "yallist": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
+ "dev": true,
+ "peer": true
+ }
+ }
+ },
+ "merge-descriptors": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz",
+ "integrity": "sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=",
+ "dev": true,
+ "peer": true
+ },
+ "merge-source-map": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/merge-source-map/-/merge-source-map-1.1.0.tgz",
+ "integrity": "sha512-Qkcp7P2ygktpMPh2mCQZaf3jhN6D3Z/qVZHSdWvQ+2Ef5HgRAPBO57A77+ENm0CPx2+1Ce/MYKi3ymqdfuqibw==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "source-map": "^0.6.1"
+ },
+ "dependencies": {
+ "source-map": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
+ "dev": true,
+ "peer": true
+ }
+ }
+ },
+ "merge-stream": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
+ "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==",
+ "dev": true,
+ "peer": true
+ },
+ "merge2": {
+ "version": "1.4.1",
+ "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
+ "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
+ "dev": true,
+ "peer": true
+ },
+ "methods": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz",
+ "integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=",
+ "dev": true,
+ "peer": true
+ },
+ "micromark": {
+ "version": "2.11.4",
+ "resolved": "https://registry.npmjs.org/micromark/-/micromark-2.11.4.tgz",
+ "integrity": "sha512-+WoovN/ppKolQOFIAajxi7Lu9kInbPxFuTBVEavFcL8eAfVstoc5MocPmqBeAdBOJV00uaVjegzH4+MA0DN/uA==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "debug": "^4.0.0",
+ "parse-entities": "^2.0.0"
}
},
"micromatch": {
- "version": "3.1.10",
- "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz",
- "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==",
+ "version": "4.0.4",
+ "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.4.tgz",
+ "integrity": "sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==",
"dev": true,
+ "peer": true,
"requires": {
- "arr-diff": "^4.0.0",
- "array-unique": "^0.3.2",
- "braces": "^2.3.1",
- "define-property": "^2.0.2",
- "extend-shallow": "^3.0.2",
- "extglob": "^2.0.4",
- "fragment-cache": "^0.2.1",
- "kind-of": "^6.0.2",
- "nanomatch": "^1.2.9",
- "object.pick": "^1.3.0",
- "regex-not": "^1.0.0",
- "snapdragon": "^0.8.1",
- "to-regex": "^3.0.2"
+ "braces": "^3.0.1",
+ "picomatch": "^2.2.3"
}
},
"miller-rabin": {
@@ -4206,95 +21690,116 @@
"resolved": "https://registry.npmjs.org/miller-rabin/-/miller-rabin-4.0.1.tgz",
"integrity": "sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA==",
"dev": true,
+ "peer": true,
"requires": {
"bn.js": "^4.0.0",
"brorand": "^1.0.1"
+ },
+ "dependencies": {
+ "bn.js": {
+ "version": "4.12.0",
+ "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz",
+ "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==",
+ "dev": true,
+ "peer": true
+ }
}
},
"mime": {
- "version": "2.4.0",
- "resolved": "https://registry.npmjs.org/mime/-/mime-2.4.0.tgz",
- "integrity": "sha512-ikBcWwyqXQSHKtciCcctu9YfPbFYZ4+gbHEmE0Q8jzcTYQg5dHCr3g2wwAZjPoJfQVXZq6KXAjpXOTf5/cjT7w==",
- "dev": true
+ "version": "1.6.0",
+ "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz",
+ "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==",
+ "dev": true,
+ "peer": true
+ },
+ "mime-db": {
+ "version": "1.49.0",
+ "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.49.0.tgz",
+ "integrity": "sha512-CIc8j9URtOVApSFCQIF+VBkX1RwXp/oMMOrqdyXSBXq5RWNEsRfyj1kiRnQgmNXmHxPoFIxOroKA3zcU9P+nAA==",
+ "dev": true,
+ "peer": true
+ },
+ "mime-types": {
+ "version": "2.1.32",
+ "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.32.tgz",
+ "integrity": "sha512-hJGaVS4G4c9TSMYh2n6SQAGrC4RnfU+daP8G7cSCmaqNjiOoUY0VHCMS42pxnQmVF1GWwFhbHWn3RIxCqTmZ9A==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "mime-db": "1.49.0"
+ }
},
"mimic-fn": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.0.0.tgz",
- "integrity": "sha512-jbex9Yd/3lmICXwYT6gA/j2mNQGU48wCh/VzRd+/Y/PjYQtlg1gLMdZqvu9s/xH7qKvngxRObl56XZR609IMbA==",
- "dev": true
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
+ "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
+ "dev": true,
+ "peer": true
},
"min-document": {
"version": "2.19.0",
- "resolved": "https://registry.npmjs.org/min-document/-/min-document-2.19.0.tgz",
"integrity": "sha1-e9KC4/WELtKVu3SM3Z8f+iyCRoU=",
"requires": {
"dom-walk": "^0.1.0"
}
},
+ "min-indent": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz",
+ "integrity": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==",
+ "dev": true,
+ "peer": true
+ },
"minimalistic-assert": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz",
"integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==",
- "dev": true
+ "dev": true,
+ "peer": true
},
"minimalistic-crypto-utils": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz",
"integrity": "sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=",
- "dev": true
+ "dev": true,
+ "peer": true
},
"minimatch": {
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
"integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
"dev": true,
+ "peer": true,
"requires": {
"brace-expansion": "^1.1.7"
}
},
"minimist": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
- "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=",
- "dev": true
- },
- "minipass": {
- "version": "2.9.0",
- "resolved": "https://registry.npmjs.org/minipass/-/minipass-2.9.0.tgz",
- "integrity": "sha512-wxfUjg9WebH+CUDX/CdbRlh5SmfZiy/hpkxaRI16Y9W56Pa75sWgd/rvFilSgrauD9NyFymP/+JFV3KwzIsJeg==",
- "dev": true,
- "optional": true,
- "requires": {
- "safe-buffer": "^5.1.2",
- "yallist": "^3.0.0"
- }
- },
- "minizlib": {
- "version": "1.3.3",
- "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-1.3.3.tgz",
- "integrity": "sha512-6ZYMOEnmVsdCeTJVE0W9ZD+pVnE8h9Hma/iOwwRDsdQoePpoX56/8B6z3P9VNwppJuBKNRuFDRNRqRWexT9G9Q==",
+ "version": "1.2.5",
+ "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz",
+ "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==",
"dev": true,
- "optional": true,
- "requires": {
- "minipass": "^2.9.0"
- }
+ "peer": true
},
- "mississippi": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/mississippi/-/mississippi-3.0.0.tgz",
- "integrity": "sha512-x471SsVjUtBRtcvd4BzKE9kFC+/2TeWgKCgw0bZcw1b9l2X3QX5vCWgF+KaZaYm87Ss//rHnWryupDrgLvmSkA==",
+ "minimist-options": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/minimist-options/-/minimist-options-4.1.0.tgz",
+ "integrity": "sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==",
"dev": true,
+ "peer": true,
"requires": {
- "concat-stream": "^1.5.0",
- "duplexify": "^3.4.2",
- "end-of-stream": "^1.1.0",
- "flush-write-stream": "^1.0.0",
- "from2": "^2.1.0",
- "parallel-transform": "^1.1.0",
- "pump": "^3.0.0",
- "pumpify": "^1.3.3",
- "stream-each": "^1.1.0",
- "through2": "^2.0.0"
+ "arrify": "^1.0.1",
+ "is-plain-obj": "^1.1.0",
+ "kind-of": "^6.0.3"
+ },
+ "dependencies": {
+ "arrify": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz",
+ "integrity": "sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=",
+ "dev": true,
+ "peer": true
+ }
}
},
"mixin-deep": {
@@ -4302,56 +21807,24 @@
"resolved": "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.2.tgz",
"integrity": "sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==",
"dev": true,
+ "peer": true,
"requires": {
"for-in": "^1.0.2",
"is-extendable": "^1.0.1"
- },
- "dependencies": {
- "is-extendable": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz",
- "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==",
- "dev": true,
- "requires": {
- "is-plain-object": "^2.0.4"
- }
- }
}
},
"mkdirp": {
- "version": "0.5.1",
- "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz",
- "integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=",
+ "version": "0.5.5",
+ "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz",
+ "integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==",
"dev": true,
+ "peer": true,
"requires": {
- "minimist": "0.0.8"
- },
- "dependencies": {
- "minimist": {
- "version": "0.0.8",
- "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz",
- "integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=",
- "dev": true
- }
- }
- },
- "move-concurrently": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/move-concurrently/-/move-concurrently-1.0.1.tgz",
- "integrity": "sha1-viwAX9oy4LKa8fBdfEszIUxwH5I=",
- "dev": true,
- "requires": {
- "aproba": "^1.1.1",
- "copy-concurrently": "^1.0.0",
- "fs-write-stream-atomic": "^1.0.8",
- "mkdirp": "^0.5.1",
- "rimraf": "^2.5.4",
- "run-queue": "^1.0.3"
+ "minimist": "^1.2.5"
}
},
"mpd-parser": {
"version": "0.7.0",
- "resolved": "https://registry.npmjs.org/mpd-parser/-/mpd-parser-0.7.0.tgz",
"integrity": "sha512-nkzVIkecaDz3q7p4ToN3GR0FV2Odbh0w2sJ8ijsyw79JcBrJoUD3KHIiI8gL0hEDlex7mrVpTxXBsRHowUBmPw==",
"requires": {
"global": "^4.3.2",
@@ -4359,28 +21832,48 @@
}
},
"ms": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
- "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=",
- "dev": true
+ "version": "2.1.2",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
+ "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
+ "dev": true,
+ "peer": true
+ },
+ "multicast-dns": {
+ "version": "6.2.3",
+ "resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-6.2.3.tgz",
+ "integrity": "sha512-ji6J5enbMyGRHIAkAOu3WdV8nggqviKCEKtXcOqfphZZtQrmHKycfynJ2V7eVPUA4NhJ6V7Wf4TmGbTwKE9B6g==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "dns-packet": "^1.3.1",
+ "thunky": "^1.0.2"
+ }
+ },
+ "multicast-dns-service-types": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/multicast-dns-service-types/-/multicast-dns-service-types-1.1.0.tgz",
+ "integrity": "sha1-iZ8R2WhuXgXLkbNdXw5jt3PPyQE=",
+ "dev": true,
+ "peer": true
},
"mux.js": {
"version": "5.0.1",
- "resolved": "https://registry.npmjs.org/mux.js/-/mux.js-5.0.1.tgz",
"integrity": "sha512-yfmJ9CaLGSyRnEwqwzvISSZe6EdcvXIsgapZfuNNFuUQUlYDwltnCgZqV6IG90daY4dYTemK/hxMoxI1bB6RjA=="
},
"nan": {
- "version": "2.12.1",
- "resolved": "https://registry.npmjs.org/nan/-/nan-2.12.1.tgz",
- "integrity": "sha512-JY7V6lRkStKcKTvHO5NVSQRv+RV+FIL5pvDoLiAtSL9pKlC5x9PKQcZDsq7m4FO4d57mkhC6Z+QhAh3Jdk5JFw==",
+ "version": "2.15.0",
+ "resolved": "https://registry.npmjs.org/nan/-/nan-2.15.0.tgz",
+ "integrity": "sha512-8ZtvEnA2c5aYCZYd1cvgdnU6cqwixRoYg70xPLWUws5ORTa/lnw+u4amixRS/Ac5U5mQVgp9pnlSUnbNWFaWZQ==",
"dev": true,
- "optional": true
+ "optional": true,
+ "peer": true
},
"nanomatch": {
"version": "1.2.13",
"resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz",
"integrity": "sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==",
"dev": true,
+ "peer": true,
"requires": {
"arr-diff": "^4.0.0",
"array-unique": "^0.3.2",
@@ -4395,92 +21888,154 @@
"to-regex": "^3.0.1"
}
},
+ "natural-compare": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
+ "integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=",
+ "dev": true,
+ "peer": true
+ },
+ "negotiator": {
+ "version": "0.6.2",
+ "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.2.tgz",
+ "integrity": "sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==",
+ "dev": true,
+ "peer": true
+ },
"neo-async": {
- "version": "2.6.0",
- "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.0.tgz",
- "integrity": "sha512-MFh0d/Wa7vkKO3Y3LlacqAEeHK0mckVqzDieUKTT+KGxi+zIpeVsFxymkIiRpbpDziHc290Xr9A1O4Om7otoRA==",
- "dev": true
+ "version": "2.6.2",
+ "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz",
+ "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==",
+ "dev": true,
+ "peer": true
},
"nice-try": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz",
"integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==",
- "dev": true
+ "dev": true,
+ "peer": true
},
- "node-libs-browser": {
- "version": "2.2.0",
- "resolved": "https://registry.npmjs.org/node-libs-browser/-/node-libs-browser-2.2.0.tgz",
- "integrity": "sha512-5MQunG/oyOaBdttrL40dA7bUfPORLRWMUJLQtMg7nluxUvk5XwnLdL9twQHFAjRx/y7mIMkLKT9++qPbbk6BZA==",
+ "node-forge": {
+ "version": "0.10.0",
+ "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-0.10.0.tgz",
+ "integrity": "sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA==",
"dev": true,
+ "peer": true
+ },
+ "node-polyfill-webpack-plugin": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/node-polyfill-webpack-plugin/-/node-polyfill-webpack-plugin-1.1.4.tgz",
+ "integrity": "sha512-Z0XTKj1wRWO8o/Vjobsw5iOJCN+Sua3EZEUc2Ziy9CyVvmHKu6o+t4gUH9GOE0czyPR94LI6ZCV/PpcM8b5yow==",
+ "dev": true,
+ "peer": true,
"requires": {
- "assert": "^1.1.1",
+ "assert": "^2.0.0",
"browserify-zlib": "^0.2.0",
- "buffer": "^4.3.0",
- "console-browserify": "^1.1.0",
+ "buffer": "^6.0.3",
+ "console-browserify": "^1.2.0",
"constants-browserify": "^1.0.0",
- "crypto-browserify": "^3.11.0",
- "domain-browser": "^1.1.1",
- "events": "^3.0.0",
+ "crypto-browserify": "^3.12.0",
+ "domain-browser": "^4.19.0",
+ "events": "^3.3.0",
+ "filter-obj": "^2.0.2",
"https-browserify": "^1.0.0",
"os-browserify": "^0.3.0",
- "path-browserify": "0.0.0",
+ "path-browserify": "^1.0.1",
"process": "^0.11.10",
- "punycode": "^1.2.4",
- "querystring-es3": "^0.2.0",
- "readable-stream": "^2.3.3",
- "stream-browserify": "^2.0.1",
- "stream-http": "^2.7.2",
- "string_decoder": "^1.0.0",
- "timers-browserify": "^2.0.4",
- "tty-browserify": "0.0.0",
+ "punycode": "^2.1.1",
+ "querystring-es3": "^0.2.1",
+ "readable-stream": "^3.6.0",
+ "stream-browserify": "^3.0.0",
+ "stream-http": "^3.2.0",
+ "string_decoder": "^1.3.0",
+ "timers-browserify": "^2.0.12",
+ "tty-browserify": "^0.0.1",
"url": "^0.11.0",
- "util": "^0.11.0",
- "vm-browserify": "0.0.4"
- },
- "dependencies": {
- "punycode": {
- "version": "1.4.1",
- "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz",
- "integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4=",
- "dev": true
- }
+ "util": "^0.12.4",
+ "vm-browserify": "^1.1.2"
}
},
"node-releases": {
- "version": "1.1.11",
- "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-1.1.11.tgz",
- "integrity": "sha512-8v1j5KfP+s5WOTa1spNUAOfreajQPN12JXbRR0oDE+YrJBQCXBnNqUDj27EKpPLOoSiU3tKi3xGPB+JaOdUEQQ==",
+ "version": "1.1.73",
+ "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-1.1.73.tgz",
+ "integrity": "sha512-uW7fodD6pyW2FZNZnp/Z3hvWKeEW1Y8R1+1CnErE8cXFXzl5blBOoVB41CvMer6P6Q0S5FXDwcHgFd1Wj0U9zg==",
+ "dev": true,
+ "peer": true
+ },
+ "normalize-package-data": {
+ "version": "2.5.0",
+ "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz",
+ "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==",
"dev": true,
+ "peer": true,
"requires": {
- "semver": "^5.3.0"
+ "hosted-git-info": "^2.1.4",
+ "resolve": "^1.10.0",
+ "semver": "2 || 3 || 4 || 5",
+ "validate-npm-package-license": "^3.0.1"
+ },
+ "dependencies": {
+ "semver": {
+ "version": "5.7.1",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
+ "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==",
+ "dev": true,
+ "peer": true
+ }
}
},
"normalize-path": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
"integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
- "dev": true
+ "dev": true,
+ "peer": true
+ },
+ "normalize-range": {
+ "version": "0.1.2",
+ "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz",
+ "integrity": "sha1-LRDAa9/TEuqXd2laTShDlFa3WUI=",
+ "dev": true,
+ "peer": true
+ },
+ "normalize-selector": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/normalize-selector/-/normalize-selector-0.2.0.tgz",
+ "integrity": "sha1-0LFF62kRicY6eNIB3E/bEpPvDAM=",
+ "dev": true,
+ "peer": true
},
"npm-run-path": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz",
- "integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=",
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz",
+ "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==",
"dev": true,
+ "peer": true,
"requires": {
- "path-key": "^2.0.0"
+ "path-key": "^3.0.0"
}
},
- "number-is-nan": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz",
- "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=",
- "dev": true
+ "num2fraction": {
+ "version": "1.2.2",
+ "resolved": "https://registry.npmjs.org/num2fraction/-/num2fraction-1.2.2.tgz",
+ "integrity": "sha1-b2gragJ6Tp3fpFZM0lidHU5mnt4=",
+ "dev": true,
+ "peer": true
+ },
+ "object-assign": {
+ "version": "4.1.1",
+ "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
+ "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=",
+ "dev": true,
+ "peer": true
},
"object-copy": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz",
"integrity": "sha1-fn2Fi3gb18mRpBupde04EnVOmYw=",
"dev": true,
+ "peer": true,
"requires": {
"copy-descriptor": "^0.1.0",
"define-property": "^0.2.5",
@@ -4492,56 +22047,117 @@
"resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
"integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=",
"dev": true,
+ "peer": true,
"requires": {
"is-descriptor": "^0.1.0"
}
},
+ "is-accessor-descriptor": {
+ "version": "0.1.6",
+ "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz",
+ "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "kind-of": "^3.0.2"
+ }
+ },
+ "is-buffer": {
+ "version": "1.1.6",
+ "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz",
+ "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==",
+ "dev": true,
+ "peer": true
+ },
+ "is-data-descriptor": {
+ "version": "0.1.4",
+ "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz",
+ "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "kind-of": "^3.0.2"
+ }
+ },
+ "is-descriptor": {
+ "version": "0.1.6",
+ "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz",
+ "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "is-accessor-descriptor": "^0.1.6",
+ "is-data-descriptor": "^0.1.4",
+ "kind-of": "^5.0.0"
+ },
+ "dependencies": {
+ "kind-of": {
+ "version": "5.1.0",
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz",
+ "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==",
+ "dev": true,
+ "peer": true
+ }
+ }
+ },
"kind-of": {
"version": "3.2.2",
"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
"integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
"dev": true,
+ "peer": true,
"requires": {
"is-buffer": "^1.1.5"
}
}
}
},
+ "object-inspect": {
+ "version": "1.11.0",
+ "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.11.0.tgz",
+ "integrity": "sha512-jp7ikS6Sd3GxQfZJPyH3cjcbJF6GZPClgdV+EFygjFLQ5FmW/dRUnTd9PQ9k0JhoNDabWFbpF1yCdSWCC6gexg==",
+ "dev": true,
+ "peer": true
+ },
+ "object-is": {
+ "version": "1.1.5",
+ "resolved": "https://registry.npmjs.org/object-is/-/object-is-1.1.5.tgz",
+ "integrity": "sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "call-bind": "^1.0.2",
+ "define-properties": "^1.1.3"
+ }
+ },
"object-keys": {
- "version": "1.0.12",
- "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.0.12.tgz",
- "integrity": "sha512-FTMyFUm2wBcGHnH2eXmz7tC6IwlqQZ6mVZ+6dm6vZ4IQIHjs6FdNsQBuKGPuUUUY6NfJw2PshC08Tn6LzLDOag==",
- "dev": true
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
+ "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
+ "dev": true,
+ "peer": true
},
"object-visit": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz",
"integrity": "sha1-95xEk68MU3e1n+OdOV5BBC3QRbs=",
"dev": true,
+ "peer": true,
"requires": {
"isobject": "^3.0.0"
}
},
"object.assign": {
- "version": "4.1.0",
- "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.0.tgz",
- "integrity": "sha512-exHJeq6kBKj58mqGyTQ9DFvrZC/eR6OwxzoM9YRoGBqrXYonaFyGiFMuc9VZrXf7DarreEwMpurG3dd+CNyW5w==",
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.2.tgz",
+ "integrity": "sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==",
"dev": true,
+ "peer": true,
"requires": {
- "define-properties": "^1.1.2",
- "function-bind": "^1.1.1",
- "has-symbols": "^1.0.0",
- "object-keys": "^1.0.11"
- }
- },
- "object.getownpropertydescriptors": {
- "version": "2.0.3",
- "resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.0.3.tgz",
- "integrity": "sha1-h1jIRvW0B62rDyNuCYbxSwUcqhY=",
- "dev": true,
- "requires": {
- "define-properties": "^1.1.2",
- "es-abstract": "^1.5.1"
+ "call-bind": "^1.0.0",
+ "define-properties": "^1.1.3",
+ "has-symbols": "^1.0.1",
+ "object-keys": "^1.1.1"
}
},
"object.pick": {
@@ -4549,171 +22165,311 @@
"resolved": "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz",
"integrity": "sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c=",
"dev": true,
+ "peer": true,
"requires": {
"isobject": "^3.0.1"
}
},
+ "object.values": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.4.tgz",
+ "integrity": "sha512-TnGo7j4XSnKQoK3MfvkzqKCi0nVe/D9I9IjwTNYdb/fxYHpjrluHVOgw0AF6jrRFGMPHdfuidR09tIDiIvnaSg==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "call-bind": "^1.0.2",
+ "define-properties": "^1.1.3",
+ "es-abstract": "^1.18.2"
+ }
+ },
+ "obuf": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz",
+ "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==",
+ "dev": true,
+ "peer": true
+ },
+ "on-finished": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz",
+ "integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "ee-first": "1.1.1"
+ }
+ },
+ "on-headers": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz",
+ "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==",
+ "dev": true,
+ "peer": true
+ },
"once": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
"integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
"dev": true,
+ "peer": true,
"requires": {
"wrappy": "1"
}
},
- "os-browserify": {
- "version": "0.3.0",
- "resolved": "https://registry.npmjs.org/os-browserify/-/os-browserify-0.3.0.tgz",
- "integrity": "sha1-hUNzx/XCMVkU/Jv8a9gjj92h7Cc=",
- "dev": true
+ "onetime": {
+ "version": "5.1.2",
+ "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
+ "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "mimic-fn": "^2.1.0"
+ }
},
- "os-locale": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/os-locale/-/os-locale-3.1.0.tgz",
- "integrity": "sha512-Z8l3R4wYWM40/52Z+S265okfFj8Kt2cC2MKY+xNi3kFs+XGI7WXu/I309QQQYbRW4ijiZ+yxs9pqEhJh0DqW3Q==",
+ "opn": {
+ "version": "5.5.0",
+ "resolved": "https://registry.npmjs.org/opn/-/opn-5.5.0.tgz",
+ "integrity": "sha512-PqHpggC9bLV0VeWcdKhkpxY+3JTzetLSqTCWL/z/tFIbI6G8JCjondXklT1JinczLz2Xib62sSp0T/gKT4KksA==",
"dev": true,
+ "peer": true,
"requires": {
- "execa": "^1.0.0",
- "lcid": "^2.0.0",
- "mem": "^4.0.0"
+ "is-wsl": "^1.1.0"
}
},
- "p-defer": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/p-defer/-/p-defer-1.0.0.tgz",
- "integrity": "sha1-n26xgvbJqozXQwBKfU+WsZaw+ww=",
- "dev": true
+ "optionator": {
+ "version": "0.9.1",
+ "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz",
+ "integrity": "sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "deep-is": "^0.1.3",
+ "fast-levenshtein": "^2.0.6",
+ "levn": "^0.4.1",
+ "prelude-ls": "^1.2.1",
+ "type-check": "^0.4.0",
+ "word-wrap": "^1.2.3"
+ }
+ },
+ "original": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/original/-/original-1.0.2.tgz",
+ "integrity": "sha512-hyBVl6iqqUOJ8FqRe+l/gS8H+kKYjrEndd5Pm1MfBtsEKA038HkkdbAl/72EAXGyonD/PFsvmVG+EvcIpliMBg==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "url-parse": "^1.4.3"
+ }
+ },
+ "os-browserify": {
+ "version": "0.3.0",
+ "resolved": "https://registry.npmjs.org/os-browserify/-/os-browserify-0.3.0.tgz",
+ "integrity": "sha1-hUNzx/XCMVkU/Jv8a9gjj92h7Cc=",
+ "dev": true,
+ "peer": true
},
"p-finally": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz",
"integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=",
- "dev": true
- },
- "p-is-promise": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/p-is-promise/-/p-is-promise-2.0.0.tgz",
- "integrity": "sha512-pzQPhYMCAgLAKPWD2jC3Se9fEfrD9npNos0y150EeqZll7akhEgGhTW/slB6lHku8AvYGiJ+YJ5hfHKePPgFWg==",
- "dev": true
+ "dev": true,
+ "peer": true
},
"p-limit": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.1.0.tgz",
- "integrity": "sha512-NhURkNcrVB+8hNfLuysU8enY5xn2KXphsHBaC2YmRNTZRc7RWusw6apSpdEj3jo4CMb6W9nrF6tTnsJsJeyu6g==",
+ "version": "1.3.0",
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz",
+ "integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==",
"dev": true,
+ "peer": true,
"requires": {
- "p-try": "^2.0.0"
+ "p-try": "^1.0.0"
}
},
"p-locate": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz",
- "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==",
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz",
+ "integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=",
"dev": true,
+ "peer": true,
"requires": {
- "p-limit": "^2.0.0"
+ "p-limit": "^1.1.0"
+ }
+ },
+ "p-map": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/p-map/-/p-map-2.1.0.tgz",
+ "integrity": "sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw==",
+ "dev": true,
+ "peer": true
+ },
+ "p-retry": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/p-retry/-/p-retry-3.0.1.tgz",
+ "integrity": "sha512-XE6G4+YTTkT2a0UWb2kjZe8xNwf8bIbnqpc/IS/idOBVhyves0mK5OJgeocjx7q5pvX/6m23xuzVPYT1uGM73w==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "retry": "^0.12.0"
}
},
"p-try": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.0.0.tgz",
- "integrity": "sha512-hMp0onDKIajHfIkdRk3P4CdCmErkYAxxDtP3Wx/4nZ3aGlau2VKh3mZpcuFkH27WQkL/3WBCPOktzA9ZOAnMQQ==",
- "dev": true
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz",
+ "integrity": "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=",
+ "dev": true,
+ "peer": true
},
"pako": {
- "version": "1.0.10",
- "resolved": "https://registry.npmjs.org/pako/-/pako-1.0.10.tgz",
- "integrity": "sha512-0DTvPVU3ed8+HNXOu5Bs+o//Mbdj9VNQMUOe9oKCwh8l0GNwpTDMKCWbRjgtD291AWnkAgkqA/LOnQS8AmS1tw==",
- "dev": true
+ "version": "1.0.11",
+ "resolved": "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz",
+ "integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==",
+ "dev": true,
+ "peer": true
},
- "parallel-transform": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/parallel-transform/-/parallel-transform-1.1.0.tgz",
- "integrity": "sha1-1BDwZbBdojCB/NEPKIVMKb2jOwY=",
+ "parent-module": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
+ "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
"dev": true,
+ "peer": true,
"requires": {
- "cyclist": "~0.2.2",
- "inherits": "^2.0.3",
- "readable-stream": "^2.1.5"
+ "callsites": "^3.0.0"
}
},
"parse-asn1": {
- "version": "5.1.4",
- "resolved": "https://registry.npmjs.org/parse-asn1/-/parse-asn1-5.1.4.tgz",
- "integrity": "sha512-Qs5duJcuvNExRfFZ99HDD3z4mAi3r9Wl/FOjEOijlxwCZs7E7mW2vjTpgQ4J8LpTF8x5v+1Vn5UQFejmWT11aw==",
+ "version": "5.1.6",
+ "resolved": "https://registry.npmjs.org/parse-asn1/-/parse-asn1-5.1.6.tgz",
+ "integrity": "sha512-RnZRo1EPU6JBnra2vGHj0yhp6ebyjBZpmUCLHWiFhxlzvBCCpAuZ7elsBp1PVAbQN0/04VD/19rfzlBSwLstMw==",
"dev": true,
+ "peer": true,
"requires": {
- "asn1.js": "^4.0.0",
+ "asn1.js": "^5.2.0",
"browserify-aes": "^1.0.0",
- "create-hash": "^1.1.0",
"evp_bytestokey": "^1.0.0",
"pbkdf2": "^3.0.3",
"safe-buffer": "^5.1.1"
}
},
+ "parse-entities": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-2.0.0.tgz",
+ "integrity": "sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "character-entities": "^1.0.0",
+ "character-entities-legacy": "^1.0.0",
+ "character-reference-invalid": "^1.0.0",
+ "is-alphanumerical": "^1.0.0",
+ "is-decimal": "^1.0.0",
+ "is-hexadecimal": "^1.0.0"
+ }
+ },
"parse-headers": {
"version": "2.0.1",
- "resolved": "https://registry.npmjs.org/parse-headers/-/parse-headers-2.0.1.tgz",
"integrity": "sha1-aug6eqJanZtwCswoaYzR8e1+lTY=",
"requires": {
"for-each": "^0.3.2",
"trim": "0.0.1"
}
},
- "parse-passwd": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/parse-passwd/-/parse-passwd-1.0.0.tgz",
- "integrity": "sha1-bVuTSkVpk7I9N/QKOC1vFmao5cY=",
- "dev": true
+ "parse-json": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz",
+ "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "error-ex": "^1.3.1",
+ "json-parse-better-errors": "^1.0.1"
+ }
+ },
+ "parseurl": {
+ "version": "1.3.3",
+ "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
+ "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
+ "dev": true,
+ "peer": true
},
"pascalcase": {
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz",
"integrity": "sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=",
- "dev": true
+ "dev": true,
+ "peer": true
},
"path-browserify": {
- "version": "0.0.0",
- "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-0.0.0.tgz",
- "integrity": "sha1-oLhwcpquIUAFt9UDLsLLuw+0RRo=",
- "dev": true
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-1.0.1.tgz",
+ "integrity": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==",
+ "dev": true,
+ "peer": true
},
"path-dirname": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/path-dirname/-/path-dirname-1.0.2.tgz",
"integrity": "sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA=",
- "dev": true
+ "dev": true,
+ "peer": true
},
"path-exists": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
"integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=",
- "dev": true
+ "dev": true,
+ "peer": true
},
"path-is-absolute": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
"integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=",
- "dev": true
+ "dev": true,
+ "peer": true
+ },
+ "path-is-inside": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz",
+ "integrity": "sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=",
+ "dev": true,
+ "peer": true
},
"path-key": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz",
- "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=",
- "dev": true
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
+ "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
+ "dev": true,
+ "peer": true
},
"path-parse": {
- "version": "1.0.6",
- "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz",
- "integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==",
- "dev": true
+ "version": "1.0.7",
+ "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
+ "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
+ "dev": true,
+ "peer": true
+ },
+ "path-to-regexp": {
+ "version": "0.1.7",
+ "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz",
+ "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=",
+ "dev": true,
+ "peer": true
+ },
+ "path-type": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz",
+ "integrity": "sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "pify": "^3.0.0"
+ }
},
"pbkdf2": {
- "version": "3.0.17",
- "resolved": "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.0.17.tgz",
- "integrity": "sha512-U/il5MsrZp7mGg3mSQfn742na2T+1/vHDCG5/iTI3X9MKUuYUZVLQhyRsg06mCgDBTd57TxzgZt7P+fYfjRLtA==",
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.1.2.tgz",
+ "integrity": "sha512-iuh7L6jA7JEGu2WxDwtQP1ddOpaJNC4KlDEFfdQajSGgGPNi4OyDc2R7QnbY2bR9QjBVGwgvTdNJZoE7RaxUMA==",
"dev": true,
+ "peer": true,
"requires": {
"create-hash": "^1.1.2",
"create-hmac": "^1.1.4",
@@ -4722,37 +22478,98 @@
"sha.js": "^2.4.8"
}
},
+ "picomatch": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.0.tgz",
+ "integrity": "sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==",
+ "dev": true,
+ "peer": true
+ },
"pify": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz",
"integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=",
- "dev": true
+ "dev": true,
+ "peer": true
+ },
+ "pinkie": {
+ "version": "2.0.4",
+ "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz",
+ "integrity": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA=",
+ "dev": true,
+ "peer": true
+ },
+ "pinkie-promise": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz",
+ "integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "pinkie": "^2.0.0"
+ }
},
"pkcs7": {
"version": "1.0.2",
- "resolved": "https://registry.npmjs.org/pkcs7/-/pkcs7-1.0.2.tgz",
"integrity": "sha1-ttulJ1KMKUK/wSLOLa/NteWQdOc="
},
"pkg-dir": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-3.0.0.tgz",
- "integrity": "sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==",
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-2.0.0.tgz",
+ "integrity": "sha1-9tXREJ4Z1j7fQo4L1X4Sd3YVM0s=",
"dev": true,
+ "peer": true,
"requires": {
- "find-up": "^3.0.0"
+ "find-up": "^2.1.0"
+ }
+ },
+ "pkg-up": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/pkg-up/-/pkg-up-2.0.0.tgz",
+ "integrity": "sha1-yBmscoBZpGHKscOImivjxJoATX8=",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "find-up": "^2.1.0"
+ }
+ },
+ "portfinder": {
+ "version": "1.0.28",
+ "resolved": "https://registry.npmjs.org/portfinder/-/portfinder-1.0.28.tgz",
+ "integrity": "sha512-Se+2isanIcEqf2XMHjyUKskczxbPH7dQnlMjXX6+dybayyHvAf/TCgyMRlzf/B6QDhAEFOGes0pzRo3by4AbMA==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "async": "^2.6.2",
+ "debug": "^3.1.1",
+ "mkdirp": "^0.5.5"
+ },
+ "dependencies": {
+ "debug": {
+ "version": "3.2.7",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
+ "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "ms": "^2.1.1"
+ }
+ }
}
},
"posix-character-classes": {
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz",
"integrity": "sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=",
- "dev": true
+ "dev": true,
+ "peer": true
},
"postcss": {
- "version": "7.0.14",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.14.tgz",
- "integrity": "sha512-NsbD6XUUMZvBxtQAJuWDJeeC4QFsmWsfozWxCJPWf3M55K9iu2iMDaKqyoOdTJ1R4usBXuxlVFAIo8rZPQD4Bg==",
+ "version": "7.0.36",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz",
+ "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==",
"dev": true,
+ "peer": true,
"requires": {
"chalk": "^2.4.2",
"source-map": "^0.6.1",
@@ -4763,111 +22580,224 @@
"version": "0.6.1",
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
"integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
- "dev": true
+ "dev": true,
+ "peer": true
},
"supports-color": {
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz",
"integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==",
"dev": true,
+ "peer": true,
"requires": {
"has-flag": "^3.0.0"
}
}
}
},
+ "postcss-html": {
+ "version": "0.36.0",
+ "resolved": "https://registry.npmjs.org/postcss-html/-/postcss-html-0.36.0.tgz",
+ "integrity": "sha512-HeiOxGcuwID0AFsNAL0ox3mW6MHH5cstWN1Z3Y+n6H+g12ih7LHdYxWwEA/QmrebctLjo79xz9ouK3MroHwOJw==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "htmlparser2": "^3.10.0"
+ }
+ },
+ "postcss-less": {
+ "version": "3.1.4",
+ "resolved": "https://registry.npmjs.org/postcss-less/-/postcss-less-3.1.4.tgz",
+ "integrity": "sha512-7TvleQWNM2QLcHqvudt3VYjULVB49uiW6XzEUFmvwHzvsOEF5MwBrIXZDJQvJNFGjJQTzSzZnDoCJ8h/ljyGXA==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "postcss": "^7.0.14"
+ }
+ },
+ "postcss-media-query-parser": {
+ "version": "0.2.3",
+ "resolved": "https://registry.npmjs.org/postcss-media-query-parser/-/postcss-media-query-parser-0.2.3.tgz",
+ "integrity": "sha1-J7Ocb02U+Bsac7j3Y1HGCeXO8kQ=",
+ "dev": true,
+ "peer": true
+ },
"postcss-modules-extract-imports": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-2.0.0.tgz",
"integrity": "sha512-LaYLDNS4SG8Q5WAWqIJgdHPJrDDr/Lv775rMBFUbgjTz6j34lUznACHcdRWroPvXANP2Vj7yNK57vp9eFqzLWQ==",
"dev": true,
+ "peer": true,
"requires": {
"postcss": "^7.0.5"
}
},
"postcss-modules-local-by-default": {
- "version": "2.0.6",
- "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-2.0.6.tgz",
- "integrity": "sha512-oLUV5YNkeIBa0yQl7EYnxMgy4N6noxmiwZStaEJUSe2xPMcdNc8WmBQuQCx18H5psYbVxz8zoHk0RAAYZXP9gA==",
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-3.0.3.tgz",
+ "integrity": "sha512-e3xDq+LotiGesympRlKNgaJ0PCzoUIdpH0dj47iWAui/kyTgh3CiAr1qP54uodmJhl6p9rN6BoNcdEDVJx9RDw==",
"dev": true,
+ "peer": true,
"requires": {
- "postcss": "^7.0.6",
- "postcss-selector-parser": "^6.0.0",
- "postcss-value-parser": "^3.3.1"
+ "icss-utils": "^4.1.1",
+ "postcss": "^7.0.32",
+ "postcss-selector-parser": "^6.0.2",
+ "postcss-value-parser": "^4.1.0"
}
},
"postcss-modules-scope": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-2.1.0.tgz",
- "integrity": "sha512-91Rjps0JnmtUB0cujlc8KIKCsJXWjzuxGeT/+Q2i2HXKZ7nBUeF9YQTZZTNvHVoNYj1AthsjnGLtqDUE0Op79A==",
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-2.2.0.tgz",
+ "integrity": "sha512-YyEgsTMRpNd+HmyC7H/mh3y+MeFWevy7V1evVhJWewmMbjDHIbZbOXICC2y+m1xI1UVfIT1HMW/O04Hxyu9oXQ==",
"dev": true,
+ "peer": true,
"requires": {
"postcss": "^7.0.6",
"postcss-selector-parser": "^6.0.0"
}
},
"postcss-modules-values": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-2.0.0.tgz",
- "integrity": "sha512-Ki7JZa7ff1N3EIMlPnGTZfUMe69FFwiQPnVSXC9mnn3jozCRBYIxiZd44yJOV2AmabOo4qFf8s0dC/+lweG7+w==",
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-3.0.0.tgz",
+ "integrity": "sha512-1//E5jCBrZ9DmRX+zCtmQtRSV6PV42Ix7Bzj9GbwJceduuf7IqP8MgeTXuRDHOWj2m0VzZD5+roFWDuU8RQjcg==",
"dev": true,
+ "peer": true,
+ "requires": {
+ "icss-utils": "^4.0.0",
+ "postcss": "^7.0.6"
+ }
+ },
+ "postcss-resolve-nested-selector": {
+ "version": "0.1.1",
+ "resolved": "https://registry.npmjs.org/postcss-resolve-nested-selector/-/postcss-resolve-nested-selector-0.1.1.tgz",
+ "integrity": "sha1-Kcy8fDfe36wwTp//C/FZaz9qDk4=",
+ "dev": true,
+ "peer": true
+ },
+ "postcss-safe-parser": {
+ "version": "4.0.2",
+ "resolved": "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-4.0.2.tgz",
+ "integrity": "sha512-Uw6ekxSWNLCPesSv/cmqf2bY/77z11O7jZGPax3ycZMFU/oi2DMH9i89AdHc1tRwFg/arFoEwX0IS3LCUxJh1g==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "postcss": "^7.0.26"
+ }
+ },
+ "postcss-sass": {
+ "version": "0.4.4",
+ "resolved": "https://registry.npmjs.org/postcss-sass/-/postcss-sass-0.4.4.tgz",
+ "integrity": "sha512-BYxnVYx4mQooOhr+zer0qWbSPYnarAy8ZT7hAQtbxtgVf8gy+LSLT/hHGe35h14/pZDTw1DsxdbrwxBN++H+fg==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "gonzales-pe": "^4.3.0",
+ "postcss": "^7.0.21"
+ }
+ },
+ "postcss-scss": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/postcss-scss/-/postcss-scss-2.1.1.tgz",
+ "integrity": "sha512-jQmGnj0hSGLd9RscFw9LyuSVAa5Bl1/KBPqG1NQw9w8ND55nY4ZEsdlVuYJvLPpV+y0nwTV5v/4rHPzZRihQbA==",
+ "dev": true,
+ "peer": true,
"requires": {
- "icss-replace-symbols": "^1.1.0",
"postcss": "^7.0.6"
}
},
"postcss-selector-parser": {
- "version": "6.0.2",
- "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.2.tgz",
- "integrity": "sha512-36P2QR59jDTOAiIkqEprfJDsoNrvwFei3eCqKd1Y0tUsBimsq39BLp7RD+JWny3WgB1zGhJX8XVePwm9k4wdBg==",
+ "version": "6.0.6",
+ "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.6.tgz",
+ "integrity": "sha512-9LXrvaaX3+mcv5xkg5kFwqSzSH1JIObIx51PrndZwlmznwXRfxMddDvo9gve3gVR8ZTKgoFDdWkbRFmEhT4PMg==",
"dev": true,
+ "peer": true,
"requires": {
"cssesc": "^3.0.0",
- "indexes-of": "^1.0.1",
- "uniq": "^1.0.1"
+ "util-deprecate": "^1.0.2"
}
},
+ "postcss-syntax": {
+ "version": "0.36.2",
+ "resolved": "https://registry.npmjs.org/postcss-syntax/-/postcss-syntax-0.36.2.tgz",
+ "integrity": "sha512-nBRg/i7E3SOHWxF3PpF5WnJM/jQ1YpY9000OaVXlAQj6Zp/kIqJxEDWIZ67tAd7NLuk7zqN4yqe9nc0oNAOs1w==",
+ "dev": true,
+ "peer": true,
+ "requires": {}
+ },
"postcss-value-parser": {
- "version": "3.3.1",
- "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz",
- "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==",
- "dev": true
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz",
+ "integrity": "sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==",
+ "dev": true,
+ "peer": true
},
- "private": {
- "version": "0.1.8",
- "resolved": "https://registry.npmjs.org/private/-/private-0.1.8.tgz",
- "integrity": "sha512-VvivMrbvd2nKkiG38qjULzlc+4Vx4wm/whI9pQD35YrARNnhxeiRktSOhSukRLFNlzg6Br/cJPet5J/u19r/mg==",
- "dev": true
+ "prelude-ls": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
+ "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
+ "dev": true,
+ "peer": true
+ },
+ "prettier": {
+ "version": "1.19.1",
+ "resolved": "https://registry.npmjs.org/prettier/-/prettier-1.19.1.tgz",
+ "integrity": "sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==",
+ "dev": true,
+ "optional": true,
+ "peer": true
},
"process": {
"version": "0.11.10",
"resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz",
"integrity": "sha1-czIwDoQBYb2j5podHZGn1LwW8YI=",
- "dev": true
+ "dev": true,
+ "peer": true
},
"process-nextick-args": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.0.tgz",
- "integrity": "sha512-MtEC1TqN0EU5nephaJ4rAtThHtC86dNN9qCuEhtshvpVBkAW5ZO7BASN9REnF9eoXGcRub+pFuKEpOHE+HbEMw==",
- "dev": true
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
+ "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==",
+ "dev": true,
+ "peer": true
},
- "promise-inflight": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz",
- "integrity": "sha1-mEcocL8igTL8vdhoEputEsPAKeM=",
- "dev": true
+ "progress": {
+ "version": "2.0.3",
+ "resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz",
+ "integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==",
+ "dev": true,
+ "peer": true
+ },
+ "proxy-addr": {
+ "version": "2.0.7",
+ "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz",
+ "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "forwarded": "0.2.0",
+ "ipaddr.js": "1.9.1"
+ }
},
"prr": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/prr/-/prr-1.0.1.tgz",
"integrity": "sha1-0/wRS6BplaRexok/SEzrHXj19HY=",
- "dev": true
+ "dev": true,
+ "peer": true
+ },
+ "pseudomap": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz",
+ "integrity": "sha1-8FKijacOYYkX7wqKw0wa5aaChrM=",
+ "dev": true,
+ "peer": true
},
"public-encrypt": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/public-encrypt/-/public-encrypt-4.0.3.tgz",
"integrity": "sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q==",
"dev": true,
+ "peer": true,
"requires": {
"bn.js": "^4.1.0",
"browserify-rsa": "^4.0.0",
@@ -4875,6 +22805,15 @@
"parse-asn1": "^5.0.0",
"randombytes": "^2.0.1",
"safe-buffer": "^5.1.2"
+ },
+ "dependencies": {
+ "bn.js": {
+ "version": "4.12.0",
+ "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz",
+ "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==",
+ "dev": true,
+ "peer": true
+ }
}
},
"pump": {
@@ -4882,57 +22821,67 @@
"resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz",
"integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==",
"dev": true,
+ "peer": true,
"requires": {
"end-of-stream": "^1.1.0",
"once": "^1.3.1"
}
},
- "pumpify": {
- "version": "1.5.1",
- "resolved": "https://registry.npmjs.org/pumpify/-/pumpify-1.5.1.tgz",
- "integrity": "sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ==",
- "dev": true,
- "requires": {
- "duplexify": "^3.6.0",
- "inherits": "^2.0.3",
- "pump": "^2.0.0"
- },
- "dependencies": {
- "pump": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/pump/-/pump-2.0.1.tgz",
- "integrity": "sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA==",
- "dev": true,
- "requires": {
- "end-of-stream": "^1.1.0",
- "once": "^1.3.1"
- }
- }
- }
- },
"punycode": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz",
"integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==",
- "dev": true
+ "dev": true,
+ "peer": true
+ },
+ "qs": {
+ "version": "6.7.0",
+ "resolved": "https://registry.npmjs.org/qs/-/qs-6.7.0.tgz",
+ "integrity": "sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==",
+ "dev": true,
+ "peer": true
},
"querystring": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/querystring/-/querystring-0.2.0.tgz",
"integrity": "sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA=",
- "dev": true
+ "dev": true,
+ "peer": true
},
"querystring-es3": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/querystring-es3/-/querystring-es3-0.2.1.tgz",
"integrity": "sha1-nsYfeQSYdXB9aUFFlv2Qek1xHnM=",
- "dev": true
+ "dev": true,
+ "peer": true
+ },
+ "querystringify": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz",
+ "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==",
+ "dev": true,
+ "peer": true
+ },
+ "queue-microtask": {
+ "version": "1.2.3",
+ "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
+ "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
+ "dev": true,
+ "peer": true
+ },
+ "quick-lru": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-4.0.1.tgz",
+ "integrity": "sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==",
+ "dev": true,
+ "peer": true
},
"randombytes": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz",
"integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==",
"dev": true,
+ "peer": true,
"requires": {
"safe-buffer": "^5.1.0"
}
@@ -4942,64 +22891,137 @@
"resolved": "https://registry.npmjs.org/randomfill/-/randomfill-1.0.4.tgz",
"integrity": "sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw==",
"dev": true,
+ "peer": true,
"requires": {
"randombytes": "^2.0.5",
"safe-buffer": "^5.1.0"
}
},
+ "range-parser": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
+ "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
+ "dev": true,
+ "peer": true
+ },
+ "raw-body": {
+ "version": "2.4.0",
+ "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.0.tgz",
+ "integrity": "sha512-4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "bytes": "3.1.0",
+ "http-errors": "1.7.2",
+ "iconv-lite": "0.4.24",
+ "unpipe": "1.0.0"
+ },
+ "dependencies": {
+ "bytes": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz",
+ "integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==",
+ "dev": true,
+ "peer": true
+ }
+ }
+ },
+ "read-pkg": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz",
+ "integrity": "sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "load-json-file": "^4.0.0",
+ "normalize-package-data": "^2.3.2",
+ "path-type": "^3.0.0"
+ }
+ },
+ "read-pkg-up": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-3.0.0.tgz",
+ "integrity": "sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc=",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "find-up": "^2.0.0",
+ "read-pkg": "^3.0.0"
+ }
+ },
"readable-stream": {
- "version": "2.3.6",
- "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz",
- "integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==",
+ "version": "3.6.0",
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz",
+ "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==",
"dev": true,
+ "peer": true,
"requires": {
- "core-util-is": "~1.0.0",
- "inherits": "~2.0.3",
- "isarray": "~1.0.0",
- "process-nextick-args": "~2.0.0",
- "safe-buffer": "~5.1.1",
- "string_decoder": "~1.1.1",
- "util-deprecate": "~1.0.1"
+ "inherits": "^2.0.3",
+ "string_decoder": "^1.1.1",
+ "util-deprecate": "^1.0.1"
}
},
"readdirp": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-2.2.1.tgz",
- "integrity": "sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==",
+ "version": "3.6.0",
+ "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
+ "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
"dev": true,
+ "peer": true,
"requires": {
- "graceful-fs": "^4.1.11",
- "micromatch": "^3.1.10",
- "readable-stream": "^2.0.2"
+ "picomatch": "^2.2.1"
+ }
+ },
+ "rechoir": {
+ "version": "0.7.1",
+ "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.7.1.tgz",
+ "integrity": "sha512-/njmZ8s1wVeR6pjTZ+0nCnv8SpZNRMT2D1RLOJQESlYFDBvwpTA4KWJpZ+sBJ4+vhjILRcK7JIFdGCdxEAAitg==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "resolve": "^1.9.0"
+ }
+ },
+ "redent": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/redent/-/redent-3.0.0.tgz",
+ "integrity": "sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "indent-string": "^4.0.0",
+ "strip-indent": "^3.0.0"
}
},
"regenerate": {
- "version": "1.4.0",
- "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.0.tgz",
- "integrity": "sha512-1G6jJVDWrt0rK99kBjvEtziZNCICAuvIPkSiUFIQxVP06RCVpq3dmDo2oi6ABpYaDYaTRr67BEhL8r1wgEZZKg==",
- "dev": true
+ "version": "1.4.2",
+ "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz",
+ "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==",
+ "dev": true,
+ "peer": true
},
"regenerate-unicode-properties": {
- "version": "8.0.2",
- "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-8.0.2.tgz",
- "integrity": "sha512-SbA/iNrBUf6Pv2zU8Ekv1Qbhv92yxL4hiDa2siuxs4KKn4oOoMDHXjAf7+Nz9qinUQ46B1LcWEi/PhJfPWpZWQ==",
+ "version": "8.2.0",
+ "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-8.2.0.tgz",
+ "integrity": "sha512-F9DjY1vKLo/tPePDycuH3dn9H1OTPIkVD9Kz4LODu+F2C75mgjAJ7x/gwy6ZcSNRAAkhNlJSOHRe8k3p+K9WhA==",
"dev": true,
+ "peer": true,
"requires": {
"regenerate": "^1.4.0"
}
},
"regenerator-runtime": {
- "version": "0.12.1",
- "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.12.1.tgz",
- "integrity": "sha512-odxIc1/vDlo4iZcfXqRYFj0vpXFNoGdKMAUieAlFYO6m/nl5e9KR/beGf41z4a1FI+aQgtjhuaSlDxQ0hmkrHg=="
+ "version": "0.13.9",
+ "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz",
+ "integrity": "sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA=="
},
"regenerator-transform": {
- "version": "0.13.4",
- "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.13.4.tgz",
- "integrity": "sha512-T0QMBjK3J0MtxjPmdIMXm72Wvj2Abb0Bd4HADdfijwMdoIsyQZ6fWC7kDFhk2YinBBEMZDL7Y7wh0J1sGx3S4A==",
+ "version": "0.14.5",
+ "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.14.5.tgz",
+ "integrity": "sha512-eOf6vka5IO151Jfsw2NO9WpGX58W6wWmefK3I1zEGr0lOD0u8rwPaNqQL1aRxUaxLeKO3ArNh3VYg1KbaD+FFw==",
"dev": true,
+ "peer": true,
"requires": {
- "private": "^0.1.6"
+ "@babel/runtime": "^7.8.4"
}
},
"regex-not": {
@@ -5007,42 +23029,65 @@
"resolved": "https://registry.npmjs.org/regex-not/-/regex-not-1.0.2.tgz",
"integrity": "sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==",
"dev": true,
+ "peer": true,
"requires": {
"extend-shallow": "^3.0.2",
"safe-regex": "^1.1.0"
}
},
- "regexp-tree": {
- "version": "0.1.5",
- "resolved": "https://registry.npmjs.org/regexp-tree/-/regexp-tree-0.1.5.tgz",
- "integrity": "sha512-nUmxvfJyAODw+0B13hj8CFVAxhe7fDEAgJgaotBu3nnR+IgGgZq59YedJP5VYTlkEfqjuK6TuRpnymKdatLZfQ==",
- "dev": true
+ "regexp.prototype.flags": {
+ "version": "1.3.1",
+ "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.3.1.tgz",
+ "integrity": "sha512-JiBdRBq91WlY7uRJ0ds7R+dU02i6LKi8r3BuQhNXn+kmeLN+EfHhfjqMRis1zJxnlu88hq/4dx0P2OP3APRTOA==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "call-bind": "^1.0.2",
+ "define-properties": "^1.1.3"
+ }
+ },
+ "regexpp": {
+ "version": "3.2.0",
+ "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.2.0.tgz",
+ "integrity": "sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==",
+ "dev": true,
+ "peer": true
},
"regexpu-core": {
- "version": "4.5.4",
- "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-4.5.4.tgz",
- "integrity": "sha512-BtizvGtFQKGPUcTy56o3nk1bGRp4SZOTYrDtGNlqCQufptV5IkkLN6Emw+yunAJjzf+C9FQFtvq7IoA3+oMYHQ==",
+ "version": "4.7.1",
+ "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-4.7.1.tgz",
+ "integrity": "sha512-ywH2VUraA44DZQuRKzARmw6S66mr48pQVva4LBeRhcOltJ6hExvWly5ZjFLYo67xbIxb6W1q4bAGtgfEl20zfQ==",
"dev": true,
+ "peer": true,
"requires": {
"regenerate": "^1.4.0",
- "regenerate-unicode-properties": "^8.0.2",
- "regjsgen": "^0.5.0",
- "regjsparser": "^0.6.0",
+ "regenerate-unicode-properties": "^8.2.0",
+ "regjsgen": "^0.5.1",
+ "regjsparser": "^0.6.4",
"unicode-match-property-ecmascript": "^1.0.4",
- "unicode-match-property-value-ecmascript": "^1.1.0"
+ "unicode-match-property-value-ecmascript": "^1.2.0"
}
},
+ "regextras": {
+ "version": "0.7.1",
+ "resolved": "https://registry.npmjs.org/regextras/-/regextras-0.7.1.tgz",
+ "integrity": "sha512-9YXf6xtW+qzQ+hcMQXx95MOvfqXFgsKDZodX3qZB0x2n5Z94ioetIITsBtvJbiOyxa/6s9AtyweBLCdPmPko/w==",
+ "dev": true,
+ "peer": true
+ },
"regjsgen": {
- "version": "0.5.0",
- "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.5.0.tgz",
- "integrity": "sha512-RnIrLhrXCX5ow/E5/Mh2O4e/oa1/jW0eaBKTSy3LaCj+M3Bqvm97GWDp2yUtzIs4LEn65zR2yiYGFqb2ApnzDA==",
- "dev": true
+ "version": "0.5.2",
+ "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.5.2.tgz",
+ "integrity": "sha512-OFFT3MfrH90xIW8OOSyUrk6QHD5E9JOTeGodiJeBS3J6IwlgzJMNE/1bZklWz5oTg+9dCMyEetclvCVXOPoN3A==",
+ "dev": true,
+ "peer": true
},
"regjsparser": {
- "version": "0.6.0",
- "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.6.0.tgz",
- "integrity": "sha512-RQ7YyokLiQBomUJuUG8iGVvkgOLxwyZM8k6d3q5SAXpg4r5TZJZigKFvC6PpD+qQ98bCDC5YelPeA3EucDoNeQ==",
+ "version": "0.6.9",
+ "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.6.9.tgz",
+ "integrity": "sha512-ZqbNRz1SNjLAiYuwY0zoXW8Ne675IX5q+YHioAGbCw4X96Mjl2+dcX9B2ciaeyYjViDAfvIjFpQjJgLttTEERQ==",
"dev": true,
+ "peer": true,
"requires": {
"jsesc": "~0.5.0"
},
@@ -5051,91 +23096,170 @@
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz",
"integrity": "sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0=",
- "dev": true
+ "dev": true,
+ "peer": true
}
}
},
+ "remark": {
+ "version": "13.0.0",
+ "resolved": "https://registry.npmjs.org/remark/-/remark-13.0.0.tgz",
+ "integrity": "sha512-HDz1+IKGtOyWN+QgBiAT0kn+2s6ovOxHyPAFGKVE81VSzJ+mq7RwHFledEvB5F1p4iJvOah/LOKdFuzvRnNLCA==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "remark-parse": "^9.0.0",
+ "remark-stringify": "^9.0.0",
+ "unified": "^9.1.0"
+ }
+ },
+ "remark-parse": {
+ "version": "9.0.0",
+ "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-9.0.0.tgz",
+ "integrity": "sha512-geKatMwSzEXKHuzBNU1z676sGcDcFoChMK38TgdHJNAYfFtsfHDQG7MoJAjs6sgYMqyLduCYWDIWZIxiPeafEw==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "mdast-util-from-markdown": "^0.8.0"
+ }
+ },
+ "remark-stringify": {
+ "version": "9.0.1",
+ "resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-9.0.1.tgz",
+ "integrity": "sha512-mWmNg3ZtESvZS8fv5PTvaPckdL4iNlCHTt8/e/8oN08nArHRHjNZMKzA/YW3+p7/lYqIw4nx1XsjCBo/AxNChg==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "mdast-util-to-markdown": "^0.6.0"
+ }
+ },
"remove-trailing-separator": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz",
"integrity": "sha1-wkvOKig62tW8P1jg1IJJuSN52O8=",
- "dev": true
+ "dev": true,
+ "peer": true
},
"repeat-element": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.3.tgz",
- "integrity": "sha512-ahGq0ZnV5m5XtZLMb+vP76kcAM5nkLqk0lpqAuojSKGgQtn4eRi4ZZGm2olo2zKFH+sMsWaqOCW1dqAnOru72g==",
- "dev": true
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.4.tgz",
+ "integrity": "sha512-LFiNfRcSu7KK3evMyYOuCzv3L10TW7yC1G2/+StMjK8Y6Vqd2MG7r/Qjw4ghtuCOjFvlnms/iMmLqpvW/ES/WQ==",
+ "dev": true,
+ "peer": true
},
"repeat-string": {
"version": "1.6.1",
"resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz",
"integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=",
- "dev": true
+ "dev": true,
+ "peer": true
},
"require-directory": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
"integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=",
- "dev": true
+ "dev": true,
+ "peer": true
+ },
+ "require-from-string": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
+ "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
+ "dev": true,
+ "peer": true
},
"require-main-filename": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-1.0.1.tgz",
- "integrity": "sha1-l/cXtp1IeE9fUmpsWqj/3aBVpNE=",
- "dev": true
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz",
+ "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==",
+ "dev": true,
+ "peer": true
+ },
+ "requireindex": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/requireindex/-/requireindex-1.2.0.tgz",
+ "integrity": "sha512-L9jEkOi3ASd9PYit2cwRfyppc9NoABujTP8/5gFcbERmo5jUoAKovIC3fsF17pkTnGsrByysqX+Kxd2OTNI1ww==",
+ "dev": true,
+ "peer": true
+ },
+ "requires-port": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz",
+ "integrity": "sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8=",
+ "dev": true,
+ "peer": true
},
"resolve": {
- "version": "1.9.0",
- "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.9.0.tgz",
- "integrity": "sha512-TZNye00tI67lwYvzxCxHGjwTNlUV70io54/Ed4j6PscB8xVfuBJpRenI/o6dVk0cY0PYTY27AgCoGGxRnYuItQ==",
+ "version": "1.20.0",
+ "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.20.0.tgz",
+ "integrity": "sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==",
"dev": true,
+ "peer": true,
"requires": {
+ "is-core-module": "^2.2.0",
"path-parse": "^1.0.6"
}
},
"resolve-cwd": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-2.0.0.tgz",
- "integrity": "sha1-AKn3OHVW4nA46uIyyqNypqWbZlo=",
- "dev": true,
- "requires": {
- "resolve-from": "^3.0.0"
- }
- },
- "resolve-dir": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/resolve-dir/-/resolve-dir-1.0.1.tgz",
- "integrity": "sha1-eaQGRMNivoLybv/nOcm7U4IEb0M=",
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz",
+ "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==",
"dev": true,
+ "peer": true,
"requires": {
- "expand-tilde": "^2.0.0",
- "global-modules": "^1.0.0"
+ "resolve-from": "^5.0.0"
+ },
+ "dependencies": {
+ "resolve-from": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
+ "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
+ "dev": true,
+ "peer": true
+ }
}
},
"resolve-from": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-3.0.0.tgz",
- "integrity": "sha1-six699nWiBvItuZTM17rywoYh0g=",
- "dev": true
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
+ "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
+ "dev": true,
+ "peer": true
},
"resolve-url": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz",
"integrity": "sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=",
- "dev": true
+ "dev": true,
+ "peer": true
},
"ret": {
"version": "0.1.15",
"resolved": "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz",
"integrity": "sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==",
- "dev": true
+ "dev": true,
+ "peer": true
+ },
+ "retry": {
+ "version": "0.12.0",
+ "resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz",
+ "integrity": "sha1-G0KmJmoh8HQh0bC1S33BZ7AcATs=",
+ "dev": true,
+ "peer": true
+ },
+ "reusify": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
+ "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
+ "dev": true,
+ "peer": true
},
"rimraf": {
- "version": "2.6.3",
- "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.3.tgz",
- "integrity": "sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==",
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
+ "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
"dev": true,
+ "peer": true,
"requires": {
"glob": "^7.1.3"
}
@@ -5145,23 +23269,24 @@
"resolved": "https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.2.tgz",
"integrity": "sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==",
"dev": true,
+ "peer": true,
"requires": {
"hash-base": "^3.0.0",
"inherits": "^2.0.1"
}
},
- "run-queue": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/run-queue/-/run-queue-1.0.3.tgz",
- "integrity": "sha1-6Eg5bwV9Ij8kOGkkYY4laUFh7Ec=",
+ "run-parallel": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
+ "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
"dev": true,
+ "peer": true,
"requires": {
- "aproba": "^1.1.1"
+ "queue-microtask": "^1.2.2"
}
},
"rust-result": {
"version": "1.0.0",
- "resolved": "https://registry.npmjs.org/rust-result/-/rust-result-1.0.0.tgz",
"integrity": "sha1-NMdbLm3Dn+WHXlveyFteD5FTb3I=",
"requires": {
"individual": "^2.0.0"
@@ -5171,11 +23296,11 @@
"version": "5.1.2",
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
"integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
- "dev": true
+ "dev": true,
+ "peer": true
},
"safe-json-parse": {
"version": "4.0.0",
- "resolved": "https://registry.npmjs.org/safe-json-parse/-/safe-json-parse-4.0.0.tgz",
"integrity": "sha1-fA9XjPzNEtM6ccDgVBPi7KFx6qw=",
"requires": {
"rust-result": "^1.0.0"
@@ -5186,44 +23311,279 @@
"resolved": "https://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz",
"integrity": "sha1-QKNmnzsHfR6UPURinhV91IAjvy4=",
"dev": true,
+ "peer": true,
"requires": {
"ret": "~0.1.10"
}
},
+ "safer-buffer": {
+ "version": "2.1.2",
+ "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
+ "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
+ "dev": true,
+ "peer": true
+ },
+ "sass": {
+ "version": "1.37.5",
+ "resolved": "https://registry.npmjs.org/sass/-/sass-1.37.5.tgz",
+ "integrity": "sha512-Cx3ewxz9QB/ErnVIiWg2cH0kiYZ0FPvheDTVC6BsiEGBTZKKZJ1Gq5Kq6jy3PKtL6+EJ8NIoaBW/RSd2R6cZOA==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "chokidar": ">=3.0.0 <4.0.0"
+ }
+ },
+ "sass-loader": {
+ "version": "10.2.0",
+ "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-10.2.0.tgz",
+ "integrity": "sha512-kUceLzC1gIHz0zNJPpqRsJyisWatGYNFRmv2CKZK2/ngMJgLqxTbXwe/hJ85luyvZkgqU3VlJ33UVF2T/0g6mw==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "klona": "^2.0.4",
+ "loader-utils": "^2.0.0",
+ "neo-async": "^2.6.2",
+ "schema-utils": "^3.0.0",
+ "semver": "^7.3.2"
+ },
+ "dependencies": {
+ "loader-utils": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.0.tgz",
+ "integrity": "sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "big.js": "^5.2.2",
+ "emojis-list": "^3.0.0",
+ "json5": "^2.1.2"
+ }
+ },
+ "lru-cache": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
+ "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "yallist": "^4.0.0"
+ }
+ },
+ "schema-utils": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz",
+ "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "@types/json-schema": "^7.0.8",
+ "ajv": "^6.12.5",
+ "ajv-keywords": "^3.5.2"
+ }
+ },
+ "semver": {
+ "version": "7.3.5",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz",
+ "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "lru-cache": "^6.0.0"
+ }
+ },
+ "yallist": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
+ "dev": true,
+ "peer": true
+ }
+ }
+ },
"schema-utils": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz",
- "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==",
+ "version": "2.7.1",
+ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz",
+ "integrity": "sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==",
"dev": true,
+ "peer": true,
"requires": {
- "ajv": "^6.1.0",
- "ajv-errors": "^1.0.0",
- "ajv-keywords": "^3.1.0"
+ "@types/json-schema": "^7.0.5",
+ "ajv": "^6.12.4",
+ "ajv-keywords": "^3.5.2"
+ }
+ },
+ "select-hose": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz",
+ "integrity": "sha1-Yl2GWPhlr0Psliv8N2o3NZpJlMo=",
+ "dev": true,
+ "peer": true
+ },
+ "selfsigned": {
+ "version": "1.10.11",
+ "resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-1.10.11.tgz",
+ "integrity": "sha512-aVmbPOfViZqOZPgRBT0+3u4yZFHpmnIghLMlAcb5/xhp5ZtB/RVnKhz5vl2M32CLXAqR4kha9zfhNg0Lf/sxKA==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "node-forge": "^0.10.0"
}
},
"semver": {
- "version": "5.6.0",
- "resolved": "https://registry.npmjs.org/semver/-/semver-5.6.0.tgz",
- "integrity": "sha512-RS9R6R35NYgQn++fkDWaOmqGoj4Ek9gGs+DPxNUZKuwE183xjJroKvyo1IzVFeXvUrvmALy6FWD5xrdJT25gMg==",
- "dev": true
+ "version": "6.3.0",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
+ "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
+ "dev": true,
+ "peer": true
+ },
+ "send": {
+ "version": "0.17.1",
+ "resolved": "https://registry.npmjs.org/send/-/send-0.17.1.tgz",
+ "integrity": "sha512-BsVKsiGcQMFwT8UxypobUKyv7irCNRHk1T0G680vk88yf6LBByGcZJOTJCrTP2xVN6yI+XjPJcNuE3V4fT9sAg==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "debug": "2.6.9",
+ "depd": "~1.1.2",
+ "destroy": "~1.0.4",
+ "encodeurl": "~1.0.2",
+ "escape-html": "~1.0.3",
+ "etag": "~1.8.1",
+ "fresh": "0.5.2",
+ "http-errors": "~1.7.2",
+ "mime": "1.6.0",
+ "ms": "2.1.1",
+ "on-finished": "~2.3.0",
+ "range-parser": "~1.2.1",
+ "statuses": "~1.5.0"
+ },
+ "dependencies": {
+ "debug": {
+ "version": "2.6.9",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
+ "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "ms": "2.0.0"
+ },
+ "dependencies": {
+ "ms": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
+ "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=",
+ "dev": true,
+ "peer": true
+ }
+ }
+ },
+ "ms": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz",
+ "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==",
+ "dev": true,
+ "peer": true
+ }
+ }
},
"serialize-javascript": {
- "version": "1.6.1",
- "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-1.6.1.tgz",
- "integrity": "sha512-A5MOagrPFga4YaKQSWHryl7AXvbQkEqpw4NNYMTNYUNV51bA8ABHgYFpqKx+YFFrw59xMV1qGH1R4AgoNIVgCw==",
- "dev": true
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.0.tgz",
+ "integrity": "sha512-Qr3TosvguFt8ePWqsvRfrKyQXIiW+nGbYpy8XK24NQHE83caxWt+mIymTT19DGFbNWNLfEwsrkSmN64lVWB9ag==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "randombytes": "^2.1.0"
+ }
+ },
+ "serve-index": {
+ "version": "1.9.1",
+ "resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz",
+ "integrity": "sha1-03aNabHn2C5c4FD/9bRTvqEqkjk=",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "accepts": "~1.3.4",
+ "batch": "0.6.1",
+ "debug": "2.6.9",
+ "escape-html": "~1.0.3",
+ "http-errors": "~1.6.2",
+ "mime-types": "~2.1.17",
+ "parseurl": "~1.3.2"
+ },
+ "dependencies": {
+ "debug": {
+ "version": "2.6.9",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
+ "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "ms": "2.0.0"
+ }
+ },
+ "http-errors": {
+ "version": "1.6.3",
+ "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz",
+ "integrity": "sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0=",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "depd": "~1.1.2",
+ "inherits": "2.0.3",
+ "setprototypeof": "1.1.0",
+ "statuses": ">= 1.4.0 < 2"
+ }
+ },
+ "inherits": {
+ "version": "2.0.3",
+ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
+ "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=",
+ "dev": true,
+ "peer": true
+ },
+ "ms": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
+ "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=",
+ "dev": true,
+ "peer": true
+ },
+ "setprototypeof": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz",
+ "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==",
+ "dev": true,
+ "peer": true
+ }
+ }
+ },
+ "serve-static": {
+ "version": "1.14.1",
+ "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.14.1.tgz",
+ "integrity": "sha512-JMrvUwE54emCYWlTI+hGrGv5I8dEwmco/00EvkzIIsR7MqrHonbD9pO2MOfFnpFntl7ecpZs+3mW+XbQZu9QCg==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "encodeurl": "~1.0.2",
+ "escape-html": "~1.0.3",
+ "parseurl": "~1.3.3",
+ "send": "0.17.1"
+ }
},
"set-blocking": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",
"integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=",
- "dev": true
+ "dev": true,
+ "peer": true
},
"set-value": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/set-value/-/set-value-2.0.1.tgz",
"integrity": "sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==",
"dev": true,
+ "peer": true,
"requires": {
"extend-shallow": "^2.0.1",
"is-extendable": "^0.1.1",
@@ -5236,9 +23596,17 @@
"resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
"integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
"dev": true,
+ "peer": true,
"requires": {
"is-extendable": "^0.1.0"
}
+ },
+ "is-extendable": {
+ "version": "0.1.1",
+ "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",
+ "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=",
+ "dev": true,
+ "peer": true
}
}
},
@@ -5246,44 +23614,127 @@
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz",
"integrity": "sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU=",
- "dev": true
+ "dev": true,
+ "peer": true
+ },
+ "setprototypeof": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz",
+ "integrity": "sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==",
+ "dev": true,
+ "peer": true
},
"sha.js": {
"version": "2.4.11",
"resolved": "https://registry.npmjs.org/sha.js/-/sha.js-2.4.11.tgz",
"integrity": "sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==",
"dev": true,
+ "peer": true,
"requires": {
"inherits": "^2.0.1",
"safe-buffer": "^5.0.1"
}
},
+ "shallow-clone": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz",
+ "integrity": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "kind-of": "^6.0.2"
+ }
+ },
"shebang-command": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz",
- "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=",
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
+ "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
"dev": true,
+ "peer": true,
"requires": {
- "shebang-regex": "^1.0.0"
+ "shebang-regex": "^3.0.0"
}
},
"shebang-regex": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz",
- "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=",
- "dev": true
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
+ "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
+ "dev": true,
+ "peer": true
+ },
+ "side-channel": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz",
+ "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "call-bind": "^1.0.0",
+ "get-intrinsic": "^1.0.2",
+ "object-inspect": "^1.9.0"
+ }
},
"signal-exit": {
- "version": "3.0.2",
- "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.2.tgz",
- "integrity": "sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0=",
- "dev": true
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.3.tgz",
+ "integrity": "sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==",
+ "dev": true,
+ "peer": true
+ },
+ "slash": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
+ "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
+ "dev": true,
+ "peer": true
+ },
+ "slice-ansi": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz",
+ "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "ansi-styles": "^4.0.0",
+ "astral-regex": "^2.0.0",
+ "is-fullwidth-code-point": "^3.0.0"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true,
+ "peer": true
+ }
+ }
},
"snapdragon": {
"version": "0.8.2",
"resolved": "https://registry.npmjs.org/snapdragon/-/snapdragon-0.8.2.tgz",
"integrity": "sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==",
"dev": true,
+ "peer": true,
"requires": {
"base": "^0.11.1",
"debug": "^2.2.0",
@@ -5300,6 +23751,7 @@
"resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
"integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
"dev": true,
+ "peer": true,
"requires": {
"ms": "2.0.0"
}
@@ -5309,6 +23761,7 @@
"resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
"integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=",
"dev": true,
+ "peer": true,
"requires": {
"is-descriptor": "^0.1.0"
}
@@ -5318,9 +23771,94 @@
"resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
"integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
"dev": true,
+ "peer": true,
"requires": {
"is-extendable": "^0.1.0"
}
+ },
+ "is-accessor-descriptor": {
+ "version": "0.1.6",
+ "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz",
+ "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "kind-of": "^3.0.2"
+ },
+ "dependencies": {
+ "kind-of": {
+ "version": "3.2.2",
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
+ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "is-buffer": "^1.1.5"
+ }
+ }
+ }
+ },
+ "is-buffer": {
+ "version": "1.1.6",
+ "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz",
+ "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==",
+ "dev": true,
+ "peer": true
+ },
+ "is-data-descriptor": {
+ "version": "0.1.4",
+ "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz",
+ "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "kind-of": "^3.0.2"
+ },
+ "dependencies": {
+ "kind-of": {
+ "version": "3.2.2",
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
+ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "is-buffer": "^1.1.5"
+ }
+ }
+ }
+ },
+ "is-descriptor": {
+ "version": "0.1.6",
+ "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz",
+ "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "is-accessor-descriptor": "^0.1.6",
+ "is-data-descriptor": "^0.1.4",
+ "kind-of": "^5.0.0"
+ }
+ },
+ "is-extendable": {
+ "version": "0.1.1",
+ "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",
+ "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=",
+ "dev": true,
+ "peer": true
+ },
+ "kind-of": {
+ "version": "5.1.0",
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz",
+ "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==",
+ "dev": true,
+ "peer": true
+ },
+ "ms": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
+ "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=",
+ "dev": true,
+ "peer": true
}
}
},
@@ -5329,6 +23867,7 @@
"resolved": "https://registry.npmjs.org/snapdragon-node/-/snapdragon-node-2.1.1.tgz",
"integrity": "sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==",
"dev": true,
+ "peer": true,
"requires": {
"define-property": "^1.0.0",
"isobject": "^3.0.0",
@@ -5340,38 +23879,10 @@
"resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz",
"integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=",
"dev": true,
+ "peer": true,
"requires": {
"is-descriptor": "^1.0.0"
}
- },
- "is-accessor-descriptor": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz",
- "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==",
- "dev": true,
- "requires": {
- "kind-of": "^6.0.0"
- }
- },
- "is-data-descriptor": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz",
- "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==",
- "dev": true,
- "requires": {
- "kind-of": "^6.0.0"
- }
- },
- "is-descriptor": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz",
- "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==",
- "dev": true,
- "requires": {
- "is-accessor-descriptor": "^1.0.0",
- "is-data-descriptor": "^1.0.0",
- "kind-of": "^6.0.2"
- }
}
}
},
@@ -5380,40 +23891,84 @@
"resolved": "https://registry.npmjs.org/snapdragon-util/-/snapdragon-util-3.0.1.tgz",
"integrity": "sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==",
"dev": true,
+ "peer": true,
"requires": {
"kind-of": "^3.2.0"
},
"dependencies": {
+ "is-buffer": {
+ "version": "1.1.6",
+ "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz",
+ "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==",
+ "dev": true,
+ "peer": true
+ },
"kind-of": {
"version": "3.2.2",
"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
"integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
"dev": true,
+ "peer": true,
"requires": {
"is-buffer": "^1.1.5"
}
}
}
},
- "source-list-map": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.1.tgz",
- "integrity": "sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==",
- "dev": true
+ "sockjs": {
+ "version": "0.3.21",
+ "resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.21.tgz",
+ "integrity": "sha512-DhbPFGpxjc6Z3I+uX07Id5ZO2XwYsWOrYjaSeieES78cq+JaJvVe5q/m1uvjIQhXinhIeCFRH6JgXe+mvVMyXw==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "faye-websocket": "^0.11.3",
+ "uuid": "^3.4.0",
+ "websocket-driver": "^0.7.4"
+ }
+ },
+ "sockjs-client": {
+ "version": "1.5.1",
+ "resolved": "https://registry.npmjs.org/sockjs-client/-/sockjs-client-1.5.1.tgz",
+ "integrity": "sha512-VnVAb663fosipI/m6pqRXakEOw7nvd7TUgdr3PlR/8V2I95QIdwT8L4nMxhyU8SmDBHYXU1TOElaKOmKLfYzeQ==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "debug": "^3.2.6",
+ "eventsource": "^1.0.7",
+ "faye-websocket": "^0.11.3",
+ "inherits": "^2.0.4",
+ "json3": "^3.3.3",
+ "url-parse": "^1.5.1"
+ },
+ "dependencies": {
+ "debug": {
+ "version": "3.2.7",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
+ "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "ms": "^2.1.1"
+ }
+ }
+ }
},
"source-map": {
"version": "0.5.7",
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
"integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
- "dev": true
+ "dev": true,
+ "peer": true
},
"source-map-resolve": {
- "version": "0.5.2",
- "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.2.tgz",
- "integrity": "sha512-MjqsvNwyz1s0k81Goz/9vRBe9SZdB09Bdw+/zYyO+3CuPk6fouTaxscHkgtE8jKvf01kVfl8riHzERQ/kefaSA==",
+ "version": "0.5.3",
+ "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.3.tgz",
+ "integrity": "sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==",
"dev": true,
+ "peer": true,
"requires": {
- "atob": "^2.1.1",
+ "atob": "^2.1.2",
"decode-uri-component": "^0.2.0",
"resolve-url": "^0.2.1",
"source-map-url": "^0.4.0",
@@ -5421,10 +23976,11 @@
}
},
"source-map-support": {
- "version": "0.5.10",
- "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.10.tgz",
- "integrity": "sha512-YfQ3tQFTK/yzlGJuX8pTwa4tifQj4QS2Mj7UegOu8jAz59MqIiMGPXxQhVQiIMNzayuUSF/jEuVnfFF5JqybmQ==",
+ "version": "0.5.19",
+ "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.19.tgz",
+ "integrity": "sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==",
"dev": true,
+ "peer": true,
"requires": {
"buffer-from": "^1.0.0",
"source-map": "^0.6.0"
@@ -5434,39 +23990,113 @@
"version": "0.6.1",
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
"integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
- "dev": true
+ "dev": true,
+ "peer": true
}
}
},
"source-map-url": {
- "version": "0.4.0",
- "resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.0.tgz",
- "integrity": "sha1-PpNdfd1zYxuXZZlW1VEo6HtQhKM=",
- "dev": true
+ "version": "0.4.1",
+ "resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.1.tgz",
+ "integrity": "sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw==",
+ "dev": true,
+ "peer": true
+ },
+ "spdx-correct": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.1.tgz",
+ "integrity": "sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "spdx-expression-parse": "^3.0.0",
+ "spdx-license-ids": "^3.0.0"
+ }
+ },
+ "spdx-exceptions": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz",
+ "integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==",
+ "dev": true,
+ "peer": true
+ },
+ "spdx-expression-parse": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz",
+ "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "spdx-exceptions": "^2.1.0",
+ "spdx-license-ids": "^3.0.0"
+ }
+ },
+ "spdx-license-ids": {
+ "version": "3.0.9",
+ "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.9.tgz",
+ "integrity": "sha512-Ki212dKK4ogX+xDo4CtOZBVIwhsKBEfsEEcwmJfLQzirgc2jIWdzg40Unxz/HzEUqM1WFzVlQSMF9kZZ2HboLQ==",
+ "dev": true,
+ "peer": true
+ },
+ "spdy": {
+ "version": "4.0.2",
+ "resolved": "https://registry.npmjs.org/spdy/-/spdy-4.0.2.tgz",
+ "integrity": "sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "debug": "^4.1.0",
+ "handle-thing": "^2.0.0",
+ "http-deceiver": "^1.2.7",
+ "select-hose": "^2.0.0",
+ "spdy-transport": "^3.0.0"
+ }
+ },
+ "spdy-transport": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/spdy-transport/-/spdy-transport-3.0.0.tgz",
+ "integrity": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "debug": "^4.1.0",
+ "detect-node": "^2.0.4",
+ "hpack.js": "^2.1.6",
+ "obuf": "^1.1.2",
+ "readable-stream": "^3.0.6",
+ "wbuf": "^1.7.3"
+ }
+ },
+ "specificity": {
+ "version": "0.4.1",
+ "resolved": "https://registry.npmjs.org/specificity/-/specificity-0.4.1.tgz",
+ "integrity": "sha512-1klA3Gi5PD1Wv9Q0wUoOQN1IWAuPu0D1U03ThXTr0cJ20+/iq2tHSDnK7Kk/0LXJ1ztUB2/1Os0wKmfyNgUQfg==",
+ "dev": true,
+ "peer": true
},
"split-string": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz",
"integrity": "sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==",
"dev": true,
+ "peer": true,
"requires": {
"extend-shallow": "^3.0.0"
}
},
- "ssri": {
- "version": "6.0.2",
- "resolved": "https://registry.npmjs.org/ssri/-/ssri-6.0.2.tgz",
- "integrity": "sha512-cepbSq/neFK7xB6A50KHN0xHDotYzq58wWCa5LeWqnPrHG8GzfEjO/4O8kpmcGW+oaxkvhEJCWgbgNk4/ZV93Q==",
+ "sprintf-js": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
+ "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=",
"dev": true,
- "requires": {
- "figgy-pudding": "^3.5.1"
- }
+ "peer": true
},
"static-extend": {
"version": "0.1.2",
"resolved": "https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz",
"integrity": "sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY=",
"dev": true,
+ "peer": true,
"requires": {
"define-property": "^0.2.5",
"object-copy": "^0.1.0"
@@ -5477,93 +24107,493 @@
"resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
"integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=",
"dev": true,
+ "peer": true,
"requires": {
"is-descriptor": "^0.1.0"
}
+ },
+ "is-accessor-descriptor": {
+ "version": "0.1.6",
+ "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz",
+ "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "kind-of": "^3.0.2"
+ },
+ "dependencies": {
+ "kind-of": {
+ "version": "3.2.2",
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
+ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "is-buffer": "^1.1.5"
+ }
+ }
+ }
+ },
+ "is-buffer": {
+ "version": "1.1.6",
+ "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz",
+ "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==",
+ "dev": true,
+ "peer": true
+ },
+ "is-data-descriptor": {
+ "version": "0.1.4",
+ "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz",
+ "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "kind-of": "^3.0.2"
+ },
+ "dependencies": {
+ "kind-of": {
+ "version": "3.2.2",
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
+ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "is-buffer": "^1.1.5"
+ }
+ }
+ }
+ },
+ "is-descriptor": {
+ "version": "0.1.6",
+ "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz",
+ "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "is-accessor-descriptor": "^0.1.6",
+ "is-data-descriptor": "^0.1.4",
+ "kind-of": "^5.0.0"
+ }
+ },
+ "kind-of": {
+ "version": "5.1.0",
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz",
+ "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==",
+ "dev": true,
+ "peer": true
}
}
},
- "stream-browserify": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/stream-browserify/-/stream-browserify-2.0.2.tgz",
- "integrity": "sha512-nX6hmklHs/gr2FuxYDltq8fJA1GDlxKQCz8O/IM4atRqBH8OORmBNgfvW5gG10GT/qQ9u0CzIvr2X5Pkt6ntqg==",
+ "statuses": {
+ "version": "1.5.0",
+ "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz",
+ "integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=",
"dev": true,
- "requires": {
- "inherits": "~2.0.1",
- "readable-stream": "^2.0.2"
- }
+ "peer": true
},
- "stream-each": {
- "version": "1.2.3",
- "resolved": "https://registry.npmjs.org/stream-each/-/stream-each-1.2.3.tgz",
- "integrity": "sha512-vlMC2f8I2u/bZGqkdfLQW/13Zihpej/7PmSiMQsbYddxuTsJp8vRe2x2FvVExZg7FaOds43ROAuFJwPR4MTZLw==",
+ "stream-browserify": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/stream-browserify/-/stream-browserify-3.0.0.tgz",
+ "integrity": "sha512-H73RAHsVBapbim0tU2JwwOiXUj+fikfiaoYAKHF3VJfA0pe2BCzkhAHBlLG6REzE+2WNZcxOXjK7lkso+9euLA==",
"dev": true,
+ "peer": true,
"requires": {
- "end-of-stream": "^1.1.0",
- "stream-shift": "^1.0.0"
+ "inherits": "~2.0.4",
+ "readable-stream": "^3.5.0"
}
},
"stream-http": {
- "version": "2.8.3",
- "resolved": "https://registry.npmjs.org/stream-http/-/stream-http-2.8.3.tgz",
- "integrity": "sha512-+TSkfINHDo4J+ZobQLWiMouQYB+UVYFttRA94FpEzzJ7ZdqcL4uUUQ7WkdkI4DSozGmgBUE/a47L+38PenXhUw==",
+ "version": "3.2.0",
+ "resolved": "https://registry.npmjs.org/stream-http/-/stream-http-3.2.0.tgz",
+ "integrity": "sha512-Oq1bLqisTyK3TSCXpPbT4sdeYNdmyZJv1LxpEm2vu1ZhK89kSE5YXwZc3cWk0MagGaKriBh9mCFbVGtO+vY29A==",
"dev": true,
+ "peer": true,
"requires": {
"builtin-status-codes": "^3.0.0",
- "inherits": "^2.0.1",
- "readable-stream": "^2.3.6",
- "to-arraybuffer": "^1.0.0",
- "xtend": "^4.0.0"
+ "inherits": "^2.0.4",
+ "readable-stream": "^3.6.0",
+ "xtend": "^4.0.2"
}
},
- "stream-shift": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.0.tgz",
- "integrity": "sha1-1cdSgl5TZ+eG944Y5EXqIjoVWVI=",
- "dev": true
+ "string_decoder": {
+ "version": "1.3.0",
+ "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
+ "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "safe-buffer": "~5.2.0"
+ },
+ "dependencies": {
+ "safe-buffer": {
+ "version": "5.2.1",
+ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
+ "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
+ "dev": true,
+ "peer": true
+ }
+ }
},
"string-width": {
- "version": "2.1.1",
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz",
- "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==",
+ "version": "4.2.2",
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.2.tgz",
+ "integrity": "sha512-XBJbT3N4JhVumXE0eoLU9DCjcaF92KLNqTmFCnG1pf8duUxFGwtP6AD6nkjw9a3IdiRtL3E2w3JDiE/xi3vOeA==",
"dev": true,
+ "peer": true,
"requires": {
- "is-fullwidth-code-point": "^2.0.0",
- "strip-ansi": "^4.0.0"
+ "emoji-regex": "^8.0.0",
+ "is-fullwidth-code-point": "^3.0.0",
+ "strip-ansi": "^6.0.0"
}
},
- "string_decoder": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
- "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
+ "string.prototype.trimend": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.4.tgz",
+ "integrity": "sha512-y9xCjw1P23Awk8EvTpcyL2NIr1j7wJ39f+k6lvRnSMz+mz9CGz9NYPelDk42kOz6+ql8xjfK8oYzy3jAP5QU5A==",
"dev": true,
+ "peer": true,
"requires": {
- "safe-buffer": "~5.1.0"
+ "call-bind": "^1.0.2",
+ "define-properties": "^1.1.3"
+ }
+ },
+ "string.prototype.trimstart": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.4.tgz",
+ "integrity": "sha512-jh6e984OBfvxS50tdY2nRZnoC5/mLFKOREQfw8t5yytkoUsJRNxvI/E39qu1sD0OtWI3OC0XgKSmcWwziwYuZw==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "call-bind": "^1.0.2",
+ "define-properties": "^1.1.3"
}
},
"strip-ansi": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz",
- "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=",
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz",
+ "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==",
"dev": true,
+ "peer": true,
"requires": {
- "ansi-regex": "^3.0.0"
+ "ansi-regex": "^5.0.0"
}
},
+ "strip-bom": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
+ "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=",
+ "dev": true,
+ "peer": true
+ },
"strip-eof": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz",
"integrity": "sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=",
- "dev": true
+ "dev": true,
+ "peer": true
+ },
+ "strip-final-newline": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz",
+ "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==",
+ "dev": true,
+ "peer": true
+ },
+ "strip-indent": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-3.0.0.tgz",
+ "integrity": "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "min-indent": "^1.0.0"
+ }
+ },
+ "strip-json-comments": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
+ "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
+ "dev": true,
+ "peer": true
},
"style-loader": {
- "version": "0.23.1",
- "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-0.23.1.tgz",
- "integrity": "sha512-XK+uv9kWwhZMZ1y7mysB+zoihsEj4wneFWAS5qoiLwzW0WzSqMrrsIy+a3zkQJq0ipFtBpX5W3MqyRIBF/WFGg==",
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-2.0.0.tgz",
+ "integrity": "sha512-Z0gYUJmzZ6ZdRUqpg1r8GsaFKypE+3xAzuFeMuoHgjc9KZv3wMyCRjQIWEbhoFSq7+7yoHXySDJyyWQaPajeiQ==",
"dev": true,
+ "peer": true,
"requires": {
- "loader-utils": "^1.1.0",
- "schema-utils": "^1.0.0"
+ "loader-utils": "^2.0.0",
+ "schema-utils": "^3.0.0"
+ },
+ "dependencies": {
+ "loader-utils": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.0.tgz",
+ "integrity": "sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "big.js": "^5.2.2",
+ "emojis-list": "^3.0.0",
+ "json5": "^2.1.2"
+ }
+ },
+ "schema-utils": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz",
+ "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "@types/json-schema": "^7.0.8",
+ "ajv": "^6.12.5",
+ "ajv-keywords": "^3.5.2"
+ }
+ }
+ }
+ },
+ "style-search": {
+ "version": "0.1.0",
+ "resolved": "https://registry.npmjs.org/style-search/-/style-search-0.1.0.tgz",
+ "integrity": "sha1-eVjHk+R+MuB9K1yv5cC/jhLneQI=",
+ "dev": true,
+ "peer": true
+ },
+ "stylelint": {
+ "version": "13.13.1",
+ "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-13.13.1.tgz",
+ "integrity": "sha512-Mv+BQr5XTUrKqAXmpqm6Ddli6Ief+AiPZkRsIrAoUKFuq/ElkUh9ZMYxXD0iQNZ5ADghZKLOWz1h7hTClB7zgQ==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "@stylelint/postcss-css-in-js": "^0.37.2",
+ "@stylelint/postcss-markdown": "^0.36.2",
+ "autoprefixer": "^9.8.6",
+ "balanced-match": "^2.0.0",
+ "chalk": "^4.1.1",
+ "cosmiconfig": "^7.0.0",
+ "debug": "^4.3.1",
+ "execall": "^2.0.0",
+ "fast-glob": "^3.2.5",
+ "fastest-levenshtein": "^1.0.12",
+ "file-entry-cache": "^6.0.1",
+ "get-stdin": "^8.0.0",
+ "global-modules": "^2.0.0",
+ "globby": "^11.0.3",
+ "globjoin": "^0.1.4",
+ "html-tags": "^3.1.0",
+ "ignore": "^5.1.8",
+ "import-lazy": "^4.0.0",
+ "imurmurhash": "^0.1.4",
+ "known-css-properties": "^0.21.0",
+ "lodash": "^4.17.21",
+ "log-symbols": "^4.1.0",
+ "mathml-tag-names": "^2.1.3",
+ "meow": "^9.0.0",
+ "micromatch": "^4.0.4",
+ "normalize-selector": "^0.2.0",
+ "postcss": "^7.0.35",
+ "postcss-html": "^0.36.0",
+ "postcss-less": "^3.1.4",
+ "postcss-media-query-parser": "^0.2.3",
+ "postcss-resolve-nested-selector": "^0.1.1",
+ "postcss-safe-parser": "^4.0.2",
+ "postcss-sass": "^0.4.4",
+ "postcss-scss": "^2.1.1",
+ "postcss-selector-parser": "^6.0.5",
+ "postcss-syntax": "^0.36.2",
+ "postcss-value-parser": "^4.1.0",
+ "resolve-from": "^5.0.0",
+ "slash": "^3.0.0",
+ "specificity": "^0.4.1",
+ "string-width": "^4.2.2",
+ "strip-ansi": "^6.0.0",
+ "style-search": "^0.1.0",
+ "sugarss": "^2.0.0",
+ "svg-tags": "^1.0.0",
+ "table": "^6.6.0",
+ "v8-compile-cache": "^2.3.0",
+ "write-file-atomic": "^3.0.3"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "balanced-match": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-2.0.0.tgz",
+ "integrity": "sha512-1ugUSr8BHXRnK23KfuYS+gVMC3LB8QGH9W1iGtDPsNWoQbgtXSExkBu2aDR4epiGWZOjZsj6lDl/N/AqqTC3UA==",
+ "dev": true,
+ "peer": true
+ },
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true,
+ "peer": true
+ },
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true,
+ "peer": true
+ },
+ "ignore": {
+ "version": "5.1.8",
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.1.8.tgz",
+ "integrity": "sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==",
+ "dev": true,
+ "peer": true
+ },
+ "resolve-from": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
+ "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
+ "dev": true,
+ "peer": true
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "stylelint-config-recommended": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-5.0.0.tgz",
+ "integrity": "sha512-c8aubuARSu5A3vEHLBeOSJt1udOdS+1iue7BmJDTSXoCBmfEQmmWX+59vYIj3NQdJBY6a/QRv1ozVFpaB9jaqA==",
+ "dev": true,
+ "peer": true,
+ "requires": {}
+ },
+ "stylelint-config-recommended-scss": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/stylelint-config-recommended-scss/-/stylelint-config-recommended-scss-4.3.0.tgz",
+ "integrity": "sha512-/noGjXlO8pJTr/Z3qGMoaRFK8n1BFfOqmAbX1RjTIcl4Yalr+LUb1zb9iQ7pRx1GsEBXOAm4g2z5/jou/pfMPg==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "stylelint-config-recommended": "^5.0.0"
+ }
+ },
+ "stylelint-scss": {
+ "version": "3.20.1",
+ "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-3.20.1.tgz",
+ "integrity": "sha512-OTd55O1TTAC5nGKkVmUDLpz53LlK39R3MImv1CfuvsK7/qugktqiZAeQLuuC4UBhzxCnsc7fp9u/gfRZwFAIkA==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "lodash": "^4.17.15",
+ "postcss-media-query-parser": "^0.2.3",
+ "postcss-resolve-nested-selector": "^0.1.1",
+ "postcss-selector-parser": "^6.0.2",
+ "postcss-value-parser": "^4.1.0"
+ }
+ },
+ "stylelint-webpack-plugin": {
+ "version": "2.2.2",
+ "resolved": "https://registry.npmjs.org/stylelint-webpack-plugin/-/stylelint-webpack-plugin-2.2.2.tgz",
+ "integrity": "sha512-zfIsAF13xe6xuhwxZDFWQEmuVcxnRk9JFovyRL/23CWjPK1HLRw4QZdvo0Bz1bQZaDQA+6ha7cU0NO+LXaw4Mw==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "@types/stylelint": "^13.13.0",
+ "arrify": "^2.0.1",
+ "globby": "^11.0.4",
+ "jest-worker": "^27.0.2",
+ "micromatch": "^4.0.4",
+ "normalize-path": "^3.0.0",
+ "schema-utils": "^3.0.0"
+ },
+ "dependencies": {
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true,
+ "peer": true
+ },
+ "jest-worker": {
+ "version": "27.0.6",
+ "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.0.6.tgz",
+ "integrity": "sha512-qupxcj/dRuA3xHPMUd40gr2EaAurFbkwzOh7wfPaeE9id7hyjURRQoqNfHifHK3XjJU6YJJUQKILGUnwGPEOCA==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "@types/node": "*",
+ "merge-stream": "^2.0.0",
+ "supports-color": "^8.0.0"
+ }
+ },
+ "schema-utils": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz",
+ "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "@types/json-schema": "^7.0.8",
+ "ajv": "^6.12.5",
+ "ajv-keywords": "^3.5.2"
+ }
+ },
+ "supports-color": {
+ "version": "8.1.1",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
+ "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "sugarss": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/sugarss/-/sugarss-2.0.0.tgz",
+ "integrity": "sha512-WfxjozUk0UVA4jm+U1d736AUpzSrNsQcIbyOkoE364GrtWmIrFdk5lksEupgWMD4VaT/0kVx1dobpiDumSgmJQ==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "postcss": "^7.0.2"
}
},
"supports-color": {
@@ -5571,6 +24601,7 @@
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
"integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
"dev": true,
+ "peer": true,
"requires": {
"has-flag": "^3.0.0"
}
@@ -5579,118 +24610,210 @@
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/svg-tags/-/svg-tags-1.0.0.tgz",
"integrity": "sha1-WPcc7jvVGbWdSyqEO2x95krAR2Q=",
- "dev": true
- },
- "tapable": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/tapable/-/tapable-1.1.1.tgz",
- "integrity": "sha512-9I2ydhj8Z9veORCw5PRm4u9uebCn0mcCa6scWoNcbZ6dAtoo2618u9UUzxgmsCOreJpqDDuv61LvwofW7hLcBA==",
- "dev": true
+ "dev": true,
+ "peer": true
},
- "tar": {
- "version": "4.4.15",
- "resolved": "https://registry.npmjs.org/tar/-/tar-4.4.15.tgz",
- "integrity": "sha512-ItbufpujXkry7bHH9NpQyTXPbJ72iTlXgkBAYsAjDXk3Ds8t/3NfO5P4xZGy7u+sYuQUbimgzswX4uQIEeNVOA==",
+ "table": {
+ "version": "6.7.1",
+ "resolved": "https://registry.npmjs.org/table/-/table-6.7.1.tgz",
+ "integrity": "sha512-ZGum47Yi6KOOFDE8m223td53ath2enHcYLgOCjGr5ngu8bdIARQk6mN/wRMv4yMRcHnCSnHbCEha4sobQx5yWg==",
"dev": true,
- "optional": true,
+ "peer": true,
"requires": {
- "chownr": "^1.1.1",
- "fs-minipass": "^1.2.5",
- "minipass": "^2.8.6",
- "minizlib": "^1.2.1",
- "mkdirp": "^0.5.0",
- "safe-buffer": "^5.1.2",
- "yallist": "^3.0.3"
+ "ajv": "^8.0.1",
+ "lodash.clonedeep": "^4.5.0",
+ "lodash.truncate": "^4.4.2",
+ "slice-ansi": "^4.0.0",
+ "string-width": "^4.2.0",
+ "strip-ansi": "^6.0.0"
+ },
+ "dependencies": {
+ "ajv": {
+ "version": "8.6.2",
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.6.2.tgz",
+ "integrity": "sha512-9807RlWAgT564wT+DjeyU5OFMPjmzxVobvDFmNAhY+5zD6A2ly3jDp6sgnfyDtlIQ+7H97oc/DGCzzfu9rjw9w==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "fast-deep-equal": "^3.1.1",
+ "json-schema-traverse": "^1.0.0",
+ "require-from-string": "^2.0.2",
+ "uri-js": "^4.2.2"
+ }
+ },
+ "json-schema-traverse": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
+ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
+ "dev": true,
+ "peer": true
+ }
}
},
+ "tapable": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.0.tgz",
+ "integrity": "sha512-FBk4IesMV1rBxX2tfiK8RAmogtWn53puLOQlvO8XuwlgxcYbP4mVPS9Ph4aeamSyyVjOl24aYWAuc8U5kCVwMw==",
+ "dev": true,
+ "peer": true
+ },
"terser": {
- "version": "3.16.1",
- "resolved": "https://registry.npmjs.org/terser/-/terser-3.16.1.tgz",
- "integrity": "sha512-JDJjgleBROeek2iBcSNzOHLKsB/MdDf+E/BOAJ0Tk9r7p9/fVobfv7LMJ/g/k3v9SXdmjZnIlFd5nfn/Rt0Xow==",
+ "version": "5.7.1",
+ "resolved": "https://registry.npmjs.org/terser/-/terser-5.7.1.tgz",
+ "integrity": "sha512-b3e+d5JbHAe/JSjwsC3Zn55wsBIM7AsHLjKxT31kGCldgbpFePaFo+PiddtO6uwRZWRw7sPXmAN8dTW61xmnSg==",
"dev": true,
+ "peer": true,
"requires": {
- "commander": "~2.17.1",
- "source-map": "~0.6.1",
- "source-map-support": "~0.5.9"
+ "commander": "^2.20.0",
+ "source-map": "~0.7.2",
+ "source-map-support": "~0.5.19"
},
"dependencies": {
+ "commander": {
+ "version": "2.20.3",
+ "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
+ "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
+ "dev": true,
+ "peer": true
+ },
"source-map": {
- "version": "0.6.1",
- "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
- "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
- "dev": true
+ "version": "0.7.3",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz",
+ "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==",
+ "dev": true,
+ "peer": true
}
}
},
"terser-webpack-plugin": {
- "version": "1.2.3",
- "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-1.2.3.tgz",
- "integrity": "sha512-GOK7q85oAb/5kE12fMuLdn2btOS9OBZn4VsecpHDywoUC/jLhSAKOiYo0ezx7ss2EXPMzyEWFoE0s1WLE+4+oA==",
+ "version": "5.1.4",
+ "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.1.4.tgz",
+ "integrity": "sha512-C2WkFwstHDhVEmsmlCxrXUtVklS+Ir1A7twrYzrDrQQOIMOaVAYykaoo/Aq1K0QRkMoY2hhvDQY1cm4jnIMFwA==",
"dev": true,
+ "peer": true,
"requires": {
- "cacache": "^11.0.2",
- "find-cache-dir": "^2.0.0",
- "schema-utils": "^1.0.0",
- "serialize-javascript": "^1.4.0",
+ "jest-worker": "^27.0.2",
+ "p-limit": "^3.1.0",
+ "schema-utils": "^3.0.0",
+ "serialize-javascript": "^6.0.0",
"source-map": "^0.6.1",
- "terser": "^3.16.1",
- "webpack-sources": "^1.1.0",
- "worker-farm": "^1.5.2"
+ "terser": "^5.7.0"
},
"dependencies": {
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true,
+ "peer": true
+ },
+ "jest-worker": {
+ "version": "27.0.6",
+ "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.0.6.tgz",
+ "integrity": "sha512-qupxcj/dRuA3xHPMUd40gr2EaAurFbkwzOh7wfPaeE9id7hyjURRQoqNfHifHK3XjJU6YJJUQKILGUnwGPEOCA==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "@types/node": "*",
+ "merge-stream": "^2.0.0",
+ "supports-color": "^8.0.0"
+ }
+ },
+ "p-limit": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
+ "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "yocto-queue": "^0.1.0"
+ }
+ },
+ "schema-utils": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz",
+ "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "@types/json-schema": "^7.0.8",
+ "ajv": "^6.12.5",
+ "ajv-keywords": "^3.5.2"
+ }
+ },
"source-map": {
"version": "0.6.1",
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
"integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
- "dev": true
+ "dev": true,
+ "peer": true
+ },
+ "supports-color": {
+ "version": "8.1.1",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
+ "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
}
}
},
- "through2": {
- "version": "2.0.5",
- "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz",
- "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==",
+ "text-table": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
+ "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=",
"dev": true,
- "requires": {
- "readable-stream": "~2.3.6",
- "xtend": "~4.0.1"
- }
+ "peer": true
+ },
+ "thunky": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/thunky/-/thunky-1.1.0.tgz",
+ "integrity": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==",
+ "dev": true,
+ "peer": true
},
"timers-browserify": {
- "version": "2.0.10",
- "resolved": "https://registry.npmjs.org/timers-browserify/-/timers-browserify-2.0.10.tgz",
- "integrity": "sha512-YvC1SV1XdOUaL6gx5CoGroT3Gu49pK9+TZ38ErPldOWW4j49GI1HKs9DV+KGq/w6y+LZ72W1c8cKz2vzY+qpzg==",
+ "version": "2.0.12",
+ "resolved": "https://registry.npmjs.org/timers-browserify/-/timers-browserify-2.0.12.tgz",
+ "integrity": "sha512-9phl76Cqm6FhSX9Xe1ZUAMLtm1BLkKj2Qd5ApyWkXzsMRaA7dgr81kf4wJmQf/hAvg8EEyJxDo3du/0KlhPiKQ==",
"dev": true,
+ "peer": true,
"requires": {
"setimmediate": "^1.0.4"
}
},
- "to-arraybuffer": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz",
- "integrity": "sha1-fSKbH8xjfkZsoIEYCDanqr/4P0M=",
- "dev": true
- },
"to-fast-properties": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
"integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=",
- "dev": true
+ "dev": true,
+ "peer": true
},
"to-object-path": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz",
"integrity": "sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68=",
"dev": true,
+ "peer": true,
"requires": {
"kind-of": "^3.0.2"
},
"dependencies": {
+ "is-buffer": {
+ "version": "1.1.6",
+ "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz",
+ "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==",
+ "dev": true,
+ "peer": true
+ },
"kind-of": {
"version": "3.2.2",
"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
"integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
"dev": true,
+ "peer": true,
"requires": {
"is-buffer": "^1.1.5"
}
@@ -5702,6 +24825,7 @@
"resolved": "https://registry.npmjs.org/to-regex/-/to-regex-3.0.2.tgz",
"integrity": "sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==",
"dev": true,
+ "peer": true,
"requires": {
"define-property": "^2.0.2",
"extend-shallow": "^3.0.2",
@@ -5710,118 +24834,232 @@
}
},
"to-regex-range": {
- "version": "2.1.1",
- "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz",
- "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=",
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
+ "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
"dev": true,
+ "peer": true,
"requires": {
- "is-number": "^3.0.0",
- "repeat-string": "^1.6.1"
+ "is-number": "^7.0.0"
}
},
+ "toidentifier": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.0.tgz",
+ "integrity": "sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==",
+ "dev": true,
+ "peer": true
+ },
"trim": {
"version": "0.0.1",
- "resolved": "https://registry.npmjs.org/trim/-/trim-0.0.1.tgz",
"integrity": "sha1-WFhUf2spB1fulczMZm+1AITEYN0="
},
- "trim-right": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/trim-right/-/trim-right-1.0.1.tgz",
- "integrity": "sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM=",
- "dev": true
+ "trim-newlines": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-3.0.1.tgz",
+ "integrity": "sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==",
+ "dev": true,
+ "peer": true
},
- "tslib": {
- "version": "1.9.3",
- "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.9.3.tgz",
- "integrity": "sha512-4krF8scpejhaOgqzBEcGM7yDIEfi0/8+8zDRZhNZZ2kjmHJ4hv3zCbQWxoJGz1iw5U0Jl0nma13xzHXcncMavQ==",
- "dev": true
+ "trough": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/trough/-/trough-1.0.5.tgz",
+ "integrity": "sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA==",
+ "dev": true,
+ "peer": true
+ },
+ "tsconfig-paths": {
+ "version": "3.10.1",
+ "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.10.1.tgz",
+ "integrity": "sha512-rETidPDgCpltxF7MjBZlAFPUHv5aHH2MymyPvh+vEyWAED4Eb/WeMbsnD/JDr4OKPOA1TssDHgIcpTN5Kh0p6Q==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "json5": "^2.2.0",
+ "minimist": "^1.2.0",
+ "strip-bom": "^3.0.0"
+ }
},
"tsml": {
"version": "1.0.1",
- "resolved": "https://registry.npmjs.org/tsml/-/tsml-1.0.1.tgz",
"integrity": "sha1-ifghi52eJX9H1/a1bQHFpNLGj8M="
},
"tty-browserify": {
- "version": "0.0.0",
- "resolved": "https://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.0.tgz",
- "integrity": "sha1-oVe6QC2iTpv5V/mqadUk7tQpAaY=",
- "dev": true
+ "version": "0.0.1",
+ "resolved": "https://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.1.tgz",
+ "integrity": "sha512-C3TaO7K81YvjCgQH9Q1S3R3P3BtN3RIM8n+OvX4il1K1zgE8ZhI0op7kClgkxtutIE8hQrcrHBXvIheqKUUCxw==",
+ "dev": true,
+ "peer": true
},
- "typedarray": {
- "version": "0.0.6",
- "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz",
- "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=",
- "dev": true
+ "type-check": {
+ "version": "0.4.0",
+ "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
+ "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "prelude-ls": "^1.2.1"
+ }
+ },
+ "type-fest": {
+ "version": "0.18.1",
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.18.1.tgz",
+ "integrity": "sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==",
+ "dev": true,
+ "peer": true
+ },
+ "type-is": {
+ "version": "1.6.18",
+ "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz",
+ "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "media-typer": "0.3.0",
+ "mime-types": "~2.1.24"
+ }
+ },
+ "typedarray-to-buffer": {
+ "version": "3.1.5",
+ "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz",
+ "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "is-typedarray": "^1.0.0"
+ }
+ },
+ "unbox-primitive": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.1.tgz",
+ "integrity": "sha512-tZU/3NqK3dA5gpE1KtyiJUrEB0lxnGkMFHptJ7q6ewdZ8s12QrODwNbhIJStmJkd1QDXa1NRA8aF2A1zk/Ypyw==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "function-bind": "^1.1.1",
+ "has-bigints": "^1.0.1",
+ "has-symbols": "^1.0.2",
+ "which-boxed-primitive": "^1.0.2"
+ }
},
"unicode-canonical-property-names-ecmascript": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-1.0.4.tgz",
"integrity": "sha512-jDrNnXWHd4oHiTZnx/ZG7gtUTVp+gCcTTKr8L0HjlwphROEW3+Him+IpvC+xcJEFegapiMZyZe02CyuOnRmbnQ==",
- "dev": true
+ "dev": true,
+ "peer": true
},
"unicode-match-property-ecmascript": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-1.0.4.tgz",
"integrity": "sha512-L4Qoh15vTfntsn4P1zqnHulG0LdXgjSO035fEpdtp6YxXhMT51Q6vgM5lYdG/5X3MjS+k/Y9Xw4SFCY9IkR0rg==",
"dev": true,
+ "peer": true,
"requires": {
"unicode-canonical-property-names-ecmascript": "^1.0.4",
"unicode-property-aliases-ecmascript": "^1.0.4"
}
},
"unicode-match-property-value-ecmascript": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-1.1.0.tgz",
- "integrity": "sha512-hDTHvaBk3RmFzvSl0UVrUmC3PuW9wKVnpoUDYH0JDkSIovzw+J5viQmeYHxVSBptubnr7PbH2e0fnpDRQnQl5g==",
- "dev": true
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-1.2.0.tgz",
+ "integrity": "sha512-wjuQHGQVofmSJv1uVISKLE5zO2rNGzM/KCYZch/QQvez7C1hUhBIuZ701fYXExuufJFMPhv2SyL8CyoIfMLbIQ==",
+ "dev": true,
+ "peer": true
},
"unicode-property-aliases-ecmascript": {
- "version": "1.0.5",
- "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-1.0.5.tgz",
- "integrity": "sha512-L5RAqCfXqAwR3RriF8pM0lU0w4Ryf/GgzONwi6KnL1taJQa7x1TCxdJnILX59WIGOwR57IVxn7Nej0fz1Ny6fw==",
- "dev": true
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-1.1.0.tgz",
+ "integrity": "sha512-PqSoPh/pWetQ2phoj5RLiaqIk4kCNwoV3CI+LfGmWLKI3rE3kl1h59XpX2BjgDrmbxD9ARtQobPGU1SguCYuQg==",
+ "dev": true,
+ "peer": true
+ },
+ "unified": {
+ "version": "9.2.2",
+ "resolved": "https://registry.npmjs.org/unified/-/unified-9.2.2.tgz",
+ "integrity": "sha512-Sg7j110mtefBD+qunSLO1lqOEKdrwBFBrR6Qd8f4uwkhWNlbkaqwHse6e7QvD3AP/MNoJdEDLaf8OxYyoWgorQ==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "bail": "^1.0.0",
+ "extend": "^3.0.0",
+ "is-buffer": "^2.0.0",
+ "is-plain-obj": "^2.0.0",
+ "trough": "^1.0.0",
+ "vfile": "^4.0.0"
+ },
+ "dependencies": {
+ "is-plain-obj": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-2.1.0.tgz",
+ "integrity": "sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==",
+ "dev": true,
+ "peer": true
+ }
+ }
},
"union-value": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/union-value/-/union-value-1.0.1.tgz",
"integrity": "sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==",
"dev": true,
+ "peer": true,
"requires": {
"arr-union": "^3.1.0",
"get-value": "^2.0.6",
"is-extendable": "^0.1.1",
"set-value": "^2.0.1"
+ },
+ "dependencies": {
+ "is-extendable": {
+ "version": "0.1.1",
+ "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",
+ "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=",
+ "dev": true,
+ "peer": true
+ }
}
},
- "uniq": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/uniq/-/uniq-1.0.1.tgz",
- "integrity": "sha1-sxxa6CVIRKOoKBVBzisEuGWnNP8=",
- "dev": true
- },
- "unique-filename": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz",
- "integrity": "sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==",
+ "unist-util-find-all-after": {
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/unist-util-find-all-after/-/unist-util-find-all-after-3.0.2.tgz",
+ "integrity": "sha512-xaTC/AGZ0rIM2gM28YVRAFPIZpzbpDtU3dRmp7EXlNVA8ziQc4hY3H7BHXM1J49nEmiqc3svnqMReW+PGqbZKQ==",
"dev": true,
+ "peer": true,
"requires": {
- "unique-slug": "^2.0.0"
+ "unist-util-is": "^4.0.0"
}
},
- "unique-slug": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-2.0.1.tgz",
- "integrity": "sha512-n9cU6+gITaVu7VGj1Z8feKMmfAjEAQGhwD9fE3zvpRRa0wEIx8ODYkVGfSc94M2OX00tUFV8wH3zYbm1I8mxFg==",
+ "unist-util-is": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-4.1.0.tgz",
+ "integrity": "sha512-ZOQSsnce92GrxSqlnEEseX0gi7GH9zTJZ0p9dtu87WRb/37mMPO2Ilx1s/t9vBHrFhbgweUwb+t7cIn5dxPhZg==",
"dev": true,
+ "peer": true
+ },
+ "unist-util-stringify-position": {
+ "version": "2.0.3",
+ "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-2.0.3.tgz",
+ "integrity": "sha512-3faScn5I+hy9VleOq/qNbAd6pAx7iH5jYBMS9I1HgQVijz/4mv5Bvw5iw1sC/90CODiKo81G/ps8AJrISn687g==",
+ "dev": true,
+ "peer": true,
"requires": {
- "imurmurhash": "^0.1.4"
+ "@types/unist": "^2.0.2"
}
},
+ "unpipe": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
+ "integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=",
+ "dev": true,
+ "peer": true
+ },
"unset-value": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/unset-value/-/unset-value-1.0.0.tgz",
"integrity": "sha1-g3aHP30jNRef+x5vw6jtDfyKtVk=",
"dev": true,
+ "peer": true,
"requires": {
"has-value": "^0.3.1",
"isobject": "^3.0.0"
@@ -5832,6 +25070,7 @@
"resolved": "https://registry.npmjs.org/has-value/-/has-value-0.3.1.tgz",
"integrity": "sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8=",
"dev": true,
+ "peer": true,
"requires": {
"get-value": "^2.0.3",
"has-values": "^0.1.4",
@@ -5843,6 +25082,7 @@
"resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz",
"integrity": "sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=",
"dev": true,
+ "peer": true,
"requires": {
"isarray": "1.0.0"
}
@@ -5853,21 +25093,24 @@
"version": "0.1.4",
"resolved": "https://registry.npmjs.org/has-values/-/has-values-0.1.4.tgz",
"integrity": "sha1-bWHeldkd/Km5oCCJrThL/49it3E=",
- "dev": true
+ "dev": true,
+ "peer": true
}
}
},
"upath": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/upath/-/upath-1.1.0.tgz",
- "integrity": "sha512-bzpH/oBhoS/QI/YtbkqCg6VEiPYjSZtrHQM6/QnJS6OL9pKUFLqb3aFh4Scvwm45+7iAgiMkLhSbaZxUqmrprw==",
- "dev": true
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz",
+ "integrity": "sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==",
+ "dev": true,
+ "peer": true
},
"uri-js": {
- "version": "4.2.2",
- "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.2.2.tgz",
- "integrity": "sha512-KY9Frmirql91X2Qgjry0Wd4Y+YTdrdZheS8TFwvkbLWf/G5KNJDCh6pKL5OZctEW4+0Baa5idK2ZQuELRwPznQ==",
+ "version": "4.4.1",
+ "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
+ "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
"dev": true,
+ "peer": true,
"requires": {
"punycode": "^2.1.0"
}
@@ -5876,13 +25119,15 @@
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz",
"integrity": "sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=",
- "dev": true
+ "dev": true,
+ "peer": true
},
"url": {
"version": "0.11.0",
"resolved": "https://registry.npmjs.org/url/-/url-0.11.0.tgz",
"integrity": "sha1-ODjpfPxgUh63PFJajlW/3Z4uKPE=",
"dev": true,
+ "peer": true,
"requires": {
"punycode": "1.3.2",
"querystring": "0.2.0"
@@ -5892,66 +25137,158 @@
"version": "1.3.2",
"resolved": "https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz",
"integrity": "sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0=",
- "dev": true
+ "dev": true,
+ "peer": true
}
}
},
"url-loader": {
- "version": "1.1.2",
- "resolved": "https://registry.npmjs.org/url-loader/-/url-loader-1.1.2.tgz",
- "integrity": "sha512-dXHkKmw8FhPqu8asTc1puBfe3TehOCo2+RmOOev5suNCIYBcT626kxiWg1NBVkwc4rO8BGa7gP70W7VXuqHrjg==",
+ "version": "4.1.1",
+ "resolved": "https://registry.npmjs.org/url-loader/-/url-loader-4.1.1.tgz",
+ "integrity": "sha512-3BTV812+AVHHOJQO8O5MkWgZ5aosP7GnROJwvzLS9hWDj00lZ6Z0wNak423Lp9PBZN05N+Jk/N5Si8jRAlGyWA==",
"dev": true,
+ "peer": true,
"requires": {
- "loader-utils": "^1.1.0",
- "mime": "^2.0.3",
- "schema-utils": "^1.0.0"
+ "loader-utils": "^2.0.0",
+ "mime-types": "^2.1.27",
+ "schema-utils": "^3.0.0"
+ },
+ "dependencies": {
+ "loader-utils": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.0.tgz",
+ "integrity": "sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "big.js": "^5.2.2",
+ "emojis-list": "^3.0.0",
+ "json5": "^2.1.2"
+ }
+ },
+ "schema-utils": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz",
+ "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "@types/json-schema": "^7.0.8",
+ "ajv": "^6.12.5",
+ "ajv-keywords": "^3.5.2"
+ }
+ }
+ }
+ },
+ "url-parse": {
+ "version": "1.5.3",
+ "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.3.tgz",
+ "integrity": "sha512-IIORyIQD9rvj0A4CLWsHkBBJuNqWpFQe224b6j9t/ABmquIS0qDU2pY6kl6AuOrL5OkCXHMCFNe1jBcuAggjvQ==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "querystringify": "^2.1.1",
+ "requires-port": "^1.0.0"
}
},
"url-toolkit": {
"version": "2.1.6",
- "resolved": "https://registry.npmjs.org/url-toolkit/-/url-toolkit-2.1.6.tgz",
"integrity": "sha512-UaZ2+50am4HwrV2crR/JAf63Q4VvPYphe63WGeoJxeu8gmOm0qxPt+KsukfakPNrX9aymGNEkkaoICwn+OuvBw=="
},
"use": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/use/-/use-3.1.1.tgz",
"integrity": "sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==",
- "dev": true
+ "dev": true,
+ "peer": true
},
"util": {
- "version": "0.11.1",
- "resolved": "https://registry.npmjs.org/util/-/util-0.11.1.tgz",
- "integrity": "sha512-HShAsny+zS2TZfaXxD9tYj4HQGlBezXZMZuM/S5PKLLoZkShZiGk9o5CzukI1LVHZvjdvZ2Sj1aW/Ndn2NB/HQ==",
+ "version": "0.12.4",
+ "resolved": "https://registry.npmjs.org/util/-/util-0.12.4.tgz",
+ "integrity": "sha512-bxZ9qtSlGUWSOy9Qa9Xgk11kSslpuZwaxCg4sNIDj6FLucDab2JxnHwyNTCpHMtK1MjoQiWQ6DiUMZYbSrO+Sw==",
"dev": true,
+ "peer": true,
"requires": {
- "inherits": "2.0.3"
+ "inherits": "^2.0.3",
+ "is-arguments": "^1.0.4",
+ "is-generator-function": "^1.0.7",
+ "is-typed-array": "^1.1.3",
+ "safe-buffer": "^5.1.2",
+ "which-typed-array": "^1.1.2"
}
},
"util-deprecate": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
"integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=",
- "dev": true
+ "dev": true,
+ "peer": true
},
- "util.promisify": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/util.promisify/-/util.promisify-1.0.0.tgz",
- "integrity": "sha512-i+6qA2MPhvoKLuxnJNpXAGhg7HphQOSUq2LKMZD0m15EiskXUkMvKdF4Uui0WYeCUGea+o2cw/ZuwehtfsrNkA==",
+ "utils-merge": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz",
+ "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=",
+ "dev": true,
+ "peer": true
+ },
+ "uuid": {
+ "version": "3.4.0",
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
+ "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==",
"dev": true,
+ "peer": true
+ },
+ "v8-compile-cache": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz",
+ "integrity": "sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==",
+ "dev": true,
+ "peer": true
+ },
+ "validate-npm-package-license": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz",
+ "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==",
+ "dev": true,
+ "peer": true,
"requires": {
- "define-properties": "^1.1.2",
- "object.getownpropertydescriptors": "^2.0.3"
+ "spdx-correct": "^3.0.0",
+ "spdx-expression-parse": "^3.0.0"
}
},
- "v8-compile-cache": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.0.2.tgz",
- "integrity": "sha512-1wFuMUIM16MDJRCrpbpuEPTUGmM5QMUg0cr3KFwra2XgOgFcPGDQHDh3CszSCD2Zewc/dh/pamNEW8CbfDebUw==",
- "dev": true
+ "vary": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
+ "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=",
+ "dev": true,
+ "peer": true
+ },
+ "vfile": {
+ "version": "4.2.1",
+ "resolved": "https://registry.npmjs.org/vfile/-/vfile-4.2.1.tgz",
+ "integrity": "sha512-O6AE4OskCG5S1emQ/4gl8zK586RqA3srz3nfK/Viy0UPToBc5Trp9BVFb1u0CjsKrAWwnpr4ifM/KBXPWwJbCA==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "@types/unist": "^2.0.0",
+ "is-buffer": "^2.0.0",
+ "unist-util-stringify-position": "^2.0.0",
+ "vfile-message": "^2.0.0"
+ }
+ },
+ "vfile-message": {
+ "version": "2.0.4",
+ "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-2.0.4.tgz",
+ "integrity": "sha512-DjssxRGkMvifUOJre00juHoP9DPWuzjxKuMDrhNbk2TdaYYBNMStsNhEOt3idrtI12VQYM/1+iM0KOzXi4pxwQ==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "@types/unist": "^2.0.0",
+ "unist-util-stringify-position": "^2.0.0"
+ }
},
"video.js": {
"version": "7.4.1",
- "resolved": "https://registry.npmjs.org/video.js/-/video.js-7.4.1.tgz",
"integrity": "sha512-UmTHiJWcil8YN65M1t/d63X6ofLtQwnvJoYEN4VKzkECYIHbgzvMRgOmrf5bNtVeDC6JsFKLZQXJ7s6Au2jgcQ==",
"requires": {
"@babel/runtime": "^7.2.0",
@@ -5966,182 +25303,844 @@
},
"videojs-font": {
"version": "3.1.0",
- "resolved": "https://registry.npmjs.org/videojs-font/-/videojs-font-3.1.0.tgz",
"integrity": "sha512-rxB68SVgbHD+kSwoNWNCHicKJuR2ga3bGfvGxmB+8fupsiLbnyCwTBVtrZUq4bZnD64mrKP1DxHiutxwrs59pQ=="
},
"videojs-vtt.js": {
"version": "0.14.1",
- "resolved": "https://registry.npmjs.org/videojs-vtt.js/-/videojs-vtt.js-0.14.1.tgz",
"integrity": "sha512-YxOiywx6N9t3J5nqsE5WN2Sw4CSqVe3zV+AZm2T4syOc2buNJaD6ZoexSdeszx2sHLU/RRo2r4BJAXFDQ7Qo2Q==",
"requires": {
"global": "^4.3.1"
}
},
"vm-browserify": {
- "version": "0.0.4",
- "resolved": "https://registry.npmjs.org/vm-browserify/-/vm-browserify-0.0.4.tgz",
- "integrity": "sha1-XX6kW7755Kb/ZflUOOCofDV9WnM=",
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/vm-browserify/-/vm-browserify-1.1.2.tgz",
+ "integrity": "sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==",
+ "dev": true,
+ "peer": true
+ },
+ "vue-eslint-parser": {
+ "version": "7.10.0",
+ "resolved": "https://registry.npmjs.org/vue-eslint-parser/-/vue-eslint-parser-7.10.0.tgz",
+ "integrity": "sha512-7tc/ewS9Vq9Bn741pvpg8op2fWJPH3k32aL+jcIcWGCTzh/zXSdh7pZ5FV3W2aJancP9+ftPAv292zY5T5IPCg==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "debug": "^4.1.1",
+ "eslint-scope": "^5.1.1",
+ "eslint-visitor-keys": "^1.1.0",
+ "espree": "^6.2.1",
+ "esquery": "^1.4.0",
+ "lodash": "^4.17.21",
+ "semver": "^6.3.0"
+ },
+ "dependencies": {
+ "eslint-visitor-keys": {
+ "version": "1.3.0",
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz",
+ "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==",
+ "dev": true,
+ "peer": true
+ },
+ "espree": {
+ "version": "6.2.1",
+ "resolved": "https://registry.npmjs.org/espree/-/espree-6.2.1.tgz",
+ "integrity": "sha512-ysCxRQY3WaXJz9tdbWOwuWr5Y/XrPTGX9Kiz3yoUXwW0VZ4w30HTkQLaGx/+ttFjF8i+ACbArnB4ce68a9m5hw==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "acorn": "^7.1.1",
+ "acorn-jsx": "^5.2.0",
+ "eslint-visitor-keys": "^1.1.0"
+ }
+ }
+ }
+ },
+ "vue-hot-reload-api": {
+ "version": "2.3.4",
+ "resolved": "https://registry.npmjs.org/vue-hot-reload-api/-/vue-hot-reload-api-2.3.4.tgz",
+ "integrity": "sha512-BXq3jwIagosjgNVae6tkHzzIk6a8MHFtzAdwhnV5VlvPTFxDCvIttgSiHWjdGoTJvXtmRu5HacExfdarRcFhog==",
"dev": true,
+ "peer": true
+ },
+ "vue-loader": {
+ "version": "15.9.8",
+ "resolved": "https://registry.npmjs.org/vue-loader/-/vue-loader-15.9.8.tgz",
+ "integrity": "sha512-GwSkxPrihfLR69/dSV3+5CdMQ0D+jXg8Ma1S4nQXKJAznYFX14vHdc/NetQc34Dw+rBbIJyP7JOuVb9Fhprvog==",
+ "dev": true,
+ "peer": true,
"requires": {
- "indexof": "0.0.1"
+ "@vue/component-compiler-utils": "^3.1.0",
+ "hash-sum": "^1.0.2",
+ "loader-utils": "^1.1.0",
+ "vue-hot-reload-api": "^2.3.0",
+ "vue-style-loader": "^4.1.0"
}
},
+ "vue-style-loader": {
+ "version": "4.1.3",
+ "resolved": "https://registry.npmjs.org/vue-style-loader/-/vue-style-loader-4.1.3.tgz",
+ "integrity": "sha512-sFuh0xfbtpRlKfm39ss/ikqs9AbKCoXZBpHeVZ8Tx650o0k0q/YCM7FRvigtxpACezfq6af+a7JeqVTWvncqDg==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "hash-sum": "^1.0.2",
+ "loader-utils": "^1.0.2"
+ }
+ },
+ "vue-template-compiler": {
+ "version": "2.6.14",
+ "resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.6.14.tgz",
+ "integrity": "sha512-ODQS1SyMbjKoO1JBJZojSw6FE4qnh9rIpUZn2EUT86FKizx9uH5z6uXiIrm4/Nb/gwxTi/o17ZDEGWAXHvtC7g==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "de-indent": "^1.0.2",
+ "he": "^1.1.0"
+ }
+ },
+ "vue-template-es2015-compiler": {
+ "version": "1.9.1",
+ "resolved": "https://registry.npmjs.org/vue-template-es2015-compiler/-/vue-template-es2015-compiler-1.9.1.tgz",
+ "integrity": "sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw==",
+ "dev": true,
+ "peer": true
+ },
"watchpack": {
- "version": "1.6.0",
- "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-1.6.0.tgz",
- "integrity": "sha512-i6dHe3EyLjMmDlU1/bGQpEw25XSjkJULPuAVKCbNRefQVq48yXKUpwg538F7AZTf9kyr57zj++pQFltUa5H7yA==",
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.2.0.tgz",
+ "integrity": "sha512-up4YAn/XHgZHIxFBVCdlMiWDj6WaLKpwVeGQk2I5thdYxF/KmF0aaz6TfJZ/hfl1h/XlcDr7k1KH7ThDagpFaA==",
"dev": true,
+ "peer": true,
"requires": {
- "chokidar": "^2.0.2",
- "graceful-fs": "^4.1.2",
- "neo-async": "^2.5.0"
+ "glob-to-regexp": "^0.4.1",
+ "graceful-fs": "^4.1.2"
}
},
- "webpack": {
- "version": "4.29.6",
- "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.29.6.tgz",
- "integrity": "sha512-MwBwpiE1BQpMDkbnUUaW6K8RFZjljJHArC6tWQJoFm0oQtfoSebtg4Y7/QHnJ/SddtjYLHaKGX64CFjG5rehJw==",
+ "wbuf": {
+ "version": "1.7.3",
+ "resolved": "https://registry.npmjs.org/wbuf/-/wbuf-1.7.3.tgz",
+ "integrity": "sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==",
"dev": true,
+ "peer": true,
"requires": {
- "@webassemblyjs/ast": "1.8.5",
- "@webassemblyjs/helper-module-context": "1.8.5",
- "@webassemblyjs/wasm-edit": "1.8.5",
- "@webassemblyjs/wasm-parser": "1.8.5",
- "acorn": "^6.0.5",
- "acorn-dynamic-import": "^4.0.0",
- "ajv": "^6.1.0",
- "ajv-keywords": "^3.1.0",
- "chrome-trace-event": "^1.0.0",
- "enhanced-resolve": "^4.1.0",
- "eslint-scope": "^4.0.0",
+ "minimalistic-assert": "^1.0.0"
+ }
+ },
+ "webpack": {
+ "version": "5.48.0",
+ "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.48.0.tgz",
+ "integrity": "sha512-CGe+nfbHrYzbk7SKoYITCgN3LRAG0yVddjNUecz9uugo1QtYdiyrVD8nP1PhkNqPfdxC2hknmmKpP355Epyn6A==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "@types/eslint-scope": "^3.7.0",
+ "@types/estree": "^0.0.50",
+ "@webassemblyjs/ast": "1.11.1",
+ "@webassemblyjs/wasm-edit": "1.11.1",
+ "@webassemblyjs/wasm-parser": "1.11.1",
+ "acorn": "^8.4.1",
+ "acorn-import-assertions": "^1.7.6",
+ "browserslist": "^4.14.5",
+ "chrome-trace-event": "^1.0.2",
+ "enhanced-resolve": "^5.8.0",
+ "es-module-lexer": "^0.7.1",
+ "eslint-scope": "5.1.1",
+ "events": "^3.2.0",
+ "glob-to-regexp": "^0.4.1",
+ "graceful-fs": "^4.2.4",
"json-parse-better-errors": "^1.0.2",
- "loader-runner": "^2.3.0",
- "loader-utils": "^1.1.0",
- "memory-fs": "~0.4.1",
- "micromatch": "^3.1.8",
- "mkdirp": "~0.5.0",
- "neo-async": "^2.5.0",
- "node-libs-browser": "^2.0.0",
- "schema-utils": "^1.0.0",
- "tapable": "^1.1.0",
- "terser-webpack-plugin": "^1.1.0",
- "watchpack": "^1.5.0",
- "webpack-sources": "^1.3.0"
+ "loader-runner": "^4.2.0",
+ "mime-types": "^2.1.27",
+ "neo-async": "^2.6.2",
+ "schema-utils": "^3.1.0",
+ "tapable": "^2.1.1",
+ "terser-webpack-plugin": "^5.1.3",
+ "watchpack": "^2.2.0",
+ "webpack-sources": "^3.2.0"
+ },
+ "dependencies": {
+ "acorn": {
+ "version": "8.4.1",
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.4.1.tgz",
+ "integrity": "sha512-asabaBSkEKosYKMITunzX177CXxQ4Q8BSSzMTKD+FefUhipQC70gfW5SiUDhYQ3vk8G+81HqQk7Fv9OXwwn9KA==",
+ "dev": true,
+ "peer": true
+ },
+ "acorn-import-assertions": {
+ "version": "1.7.6",
+ "resolved": "https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.7.6.tgz",
+ "integrity": "sha512-FlVvVFA1TX6l3lp8VjDnYYq7R1nyW6x3svAt4nDgrWQ9SBaSh9CnbwgSUTasgfNfOG5HlM1ehugCvM+hjo56LA==",
+ "dev": true,
+ "peer": true,
+ "requires": {}
+ },
+ "schema-utils": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz",
+ "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "@types/json-schema": "^7.0.8",
+ "ajv": "^6.12.5",
+ "ajv-keywords": "^3.5.2"
+ }
+ }
}
},
"webpack-cli": {
- "version": "3.3.0",
- "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-3.3.0.tgz",
- "integrity": "sha512-t1M7G4z5FhHKJ92WRKwZ1rtvi7rHc0NZoZRbSkol0YKl4HvcC8+DsmGDmK7MmZxHSAetHagiOsjOB6MmzC2TUw==",
+ "version": "4.7.2",
+ "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-4.7.2.tgz",
+ "integrity": "sha512-mEoLmnmOIZQNiRl0ebnjzQ74Hk0iKS5SiEEnpq3dRezoyR3yPaeQZCMCe+db4524pj1Pd5ghZXjT41KLzIhSLw==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "@discoveryjs/json-ext": "^0.5.0",
+ "@webpack-cli/configtest": "^1.0.4",
+ "@webpack-cli/info": "^1.3.0",
+ "@webpack-cli/serve": "^1.5.1",
+ "colorette": "^1.2.1",
+ "commander": "^7.0.0",
+ "execa": "^5.0.0",
+ "fastest-levenshtein": "^1.0.12",
+ "import-local": "^3.0.2",
+ "interpret": "^2.2.0",
+ "rechoir": "^0.7.0",
+ "v8-compile-cache": "^2.2.0",
+ "webpack-merge": "^5.7.3"
+ },
+ "dependencies": {
+ "commander": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz",
+ "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==",
+ "dev": true,
+ "peer": true
+ }
+ }
+ },
+ "webpack-dev-middleware": {
+ "version": "3.7.3",
+ "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-3.7.3.tgz",
+ "integrity": "sha512-djelc/zGiz9nZj/U7PTBi2ViorGJXEWo/3ltkPbDyxCXhhEXkW0ce99falaok4TPj+AsxLiXJR0EBOb0zh9fKQ==",
"dev": true,
+ "peer": true,
"requires": {
- "chalk": "^2.4.1",
- "cross-spawn": "^6.0.5",
- "enhanced-resolve": "^4.1.0",
- "findup-sync": "^2.0.0",
- "global-modules": "^1.0.0",
- "import-local": "^2.0.0",
- "interpret": "^1.1.0",
- "loader-utils": "^1.1.0",
- "supports-color": "^5.5.0",
- "v8-compile-cache": "^2.0.2",
- "yargs": "^12.0.5"
+ "memory-fs": "^0.4.1",
+ "mime": "^2.4.4",
+ "mkdirp": "^0.5.1",
+ "range-parser": "^1.2.1",
+ "webpack-log": "^2.0.0"
+ },
+ "dependencies": {
+ "mime": {
+ "version": "2.5.2",
+ "resolved": "https://registry.npmjs.org/mime/-/mime-2.5.2.tgz",
+ "integrity": "sha512-tqkh47FzKeCPD2PUiPB6pkbMzsCasjxAfC62/Wap5qrUWcb+sFasXUC5I3gYM5iBM8v/Qpn4UK0x+j0iHyFPDg==",
+ "dev": true,
+ "peer": true
+ }
}
},
- "webpack-merge": {
- "version": "4.2.1",
- "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-4.2.1.tgz",
- "integrity": "sha512-4p8WQyS98bUJcCvFMbdGZyZmsKuWjWVnVHnAS3FFg0HDaRVrPbkivx2RYCre8UiemD67RsiFFLfn4JhLAin8Vw==",
+ "webpack-dev-server": {
+ "version": "3.11.2",
+ "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-3.11.2.tgz",
+ "integrity": "sha512-A80BkuHRQfCiNtGBS1EMf2ChTUs0x+B3wGDFmOeT4rmJOHhHTCH2naNxIHhmkr0/UillP4U3yeIyv1pNp+QDLQ==",
"dev": true,
+ "peer": true,
"requires": {
- "lodash": "^4.17.5"
+ "ansi-html": "0.0.7",
+ "bonjour": "^3.5.0",
+ "chokidar": "^2.1.8",
+ "compression": "^1.7.4",
+ "connect-history-api-fallback": "^1.6.0",
+ "debug": "^4.1.1",
+ "del": "^4.1.1",
+ "express": "^4.17.1",
+ "html-entities": "^1.3.1",
+ "http-proxy-middleware": "0.19.1",
+ "import-local": "^2.0.0",
+ "internal-ip": "^4.3.0",
+ "ip": "^1.1.5",
+ "is-absolute-url": "^3.0.3",
+ "killable": "^1.0.1",
+ "loglevel": "^1.6.8",
+ "opn": "^5.5.0",
+ "p-retry": "^3.0.1",
+ "portfinder": "^1.0.26",
+ "schema-utils": "^1.0.0",
+ "selfsigned": "^1.10.8",
+ "semver": "^6.3.0",
+ "serve-index": "^1.9.1",
+ "sockjs": "^0.3.21",
+ "sockjs-client": "^1.5.0",
+ "spdy": "^4.0.2",
+ "strip-ansi": "^3.0.1",
+ "supports-color": "^6.1.0",
+ "url": "^0.11.0",
+ "webpack-dev-middleware": "^3.7.2",
+ "webpack-log": "^2.0.0",
+ "ws": "^6.2.1",
+ "yargs": "^13.3.2"
+ },
+ "dependencies": {
+ "ansi-regex": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
+ "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=",
+ "dev": true,
+ "peer": true
+ },
+ "anymatch": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz",
+ "integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "micromatch": "^3.1.4",
+ "normalize-path": "^2.1.1"
+ },
+ "dependencies": {
+ "normalize-path": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz",
+ "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "remove-trailing-separator": "^1.0.1"
+ }
+ }
+ }
+ },
+ "binary-extensions": {
+ "version": "1.13.1",
+ "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.13.1.tgz",
+ "integrity": "sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==",
+ "dev": true,
+ "peer": true
+ },
+ "braces": {
+ "version": "2.3.2",
+ "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz",
+ "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "arr-flatten": "^1.1.0",
+ "array-unique": "^0.3.2",
+ "extend-shallow": "^2.0.1",
+ "fill-range": "^4.0.0",
+ "isobject": "^3.0.1",
+ "repeat-element": "^1.1.2",
+ "snapdragon": "^0.8.1",
+ "snapdragon-node": "^2.0.1",
+ "split-string": "^3.0.2",
+ "to-regex": "^3.0.1"
+ },
+ "dependencies": {
+ "extend-shallow": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
+ "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "is-extendable": "^0.1.0"
+ }
+ }
+ }
+ },
+ "chokidar": {
+ "version": "2.1.8",
+ "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz",
+ "integrity": "sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "anymatch": "^2.0.0",
+ "async-each": "^1.0.1",
+ "braces": "^2.3.2",
+ "fsevents": "^1.2.7",
+ "glob-parent": "^3.1.0",
+ "inherits": "^2.0.3",
+ "is-binary-path": "^1.0.0",
+ "is-glob": "^4.0.0",
+ "normalize-path": "^3.0.0",
+ "path-is-absolute": "^1.0.0",
+ "readdirp": "^2.2.1",
+ "upath": "^1.1.1"
+ }
+ },
+ "fill-range": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz",
+ "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "extend-shallow": "^2.0.1",
+ "is-number": "^3.0.0",
+ "repeat-string": "^1.6.1",
+ "to-regex-range": "^2.1.0"
+ },
+ "dependencies": {
+ "extend-shallow": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
+ "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "is-extendable": "^0.1.0"
+ }
+ }
+ }
+ },
+ "find-up": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz",
+ "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "locate-path": "^3.0.0"
+ }
+ },
+ "fsevents": {
+ "version": "1.2.13",
+ "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.13.tgz",
+ "integrity": "sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==",
+ "dev": true,
+ "optional": true,
+ "peer": true,
+ "requires": {
+ "bindings": "^1.5.0",
+ "nan": "^2.12.1"
+ }
+ },
+ "glob-parent": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz",
+ "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "is-glob": "^3.1.0",
+ "path-dirname": "^1.0.0"
+ },
+ "dependencies": {
+ "is-glob": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz",
+ "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "is-extglob": "^2.1.0"
+ }
+ }
+ }
+ },
+ "import-local": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/import-local/-/import-local-2.0.0.tgz",
+ "integrity": "sha512-b6s04m3O+s3CGSbqDIyP4R6aAwAeYlVq9+WUWep6iHa8ETRf9yei1U48C5MmfJmV9AiLYYBKPMq/W+/WRpQmCQ==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "pkg-dir": "^3.0.0",
+ "resolve-cwd": "^2.0.0"
+ }
+ },
+ "is-binary-path": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz",
+ "integrity": "sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "binary-extensions": "^1.0.0"
+ }
+ },
+ "is-buffer": {
+ "version": "1.1.6",
+ "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz",
+ "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==",
+ "dev": true,
+ "peer": true
+ },
+ "is-extendable": {
+ "version": "0.1.1",
+ "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",
+ "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=",
+ "dev": true,
+ "peer": true
+ },
+ "is-number": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz",
+ "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "kind-of": "^3.0.2"
+ },
+ "dependencies": {
+ "kind-of": {
+ "version": "3.2.2",
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
+ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "is-buffer": "^1.1.5"
+ }
+ }
+ }
+ },
+ "locate-path": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz",
+ "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "p-locate": "^3.0.0",
+ "path-exists": "^3.0.0"
+ }
+ },
+ "micromatch": {
+ "version": "3.1.10",
+ "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz",
+ "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "arr-diff": "^4.0.0",
+ "array-unique": "^0.3.2",
+ "braces": "^2.3.1",
+ "define-property": "^2.0.2",
+ "extend-shallow": "^3.0.2",
+ "extglob": "^2.0.4",
+ "fragment-cache": "^0.2.1",
+ "kind-of": "^6.0.2",
+ "nanomatch": "^1.2.9",
+ "object.pick": "^1.3.0",
+ "regex-not": "^1.0.0",
+ "snapdragon": "^0.8.1",
+ "to-regex": "^3.0.2"
+ }
+ },
+ "p-limit": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
+ "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "p-try": "^2.0.0"
+ }
+ },
+ "p-locate": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz",
+ "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "p-limit": "^2.0.0"
+ }
+ },
+ "p-try": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
+ "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
+ "dev": true,
+ "peer": true
+ },
+ "pkg-dir": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-3.0.0.tgz",
+ "integrity": "sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "find-up": "^3.0.0"
+ }
+ },
+ "readable-stream": {
+ "version": "2.3.7",
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz",
+ "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "core-util-is": "~1.0.0",
+ "inherits": "~2.0.3",
+ "isarray": "~1.0.0",
+ "process-nextick-args": "~2.0.0",
+ "safe-buffer": "~5.1.1",
+ "string_decoder": "~1.1.1",
+ "util-deprecate": "~1.0.1"
+ }
+ },
+ "readdirp": {
+ "version": "2.2.1",
+ "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-2.2.1.tgz",
+ "integrity": "sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "graceful-fs": "^4.1.11",
+ "micromatch": "^3.1.10",
+ "readable-stream": "^2.0.2"
+ }
+ },
+ "resolve-cwd": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-2.0.0.tgz",
+ "integrity": "sha1-AKn3OHVW4nA46uIyyqNypqWbZlo=",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "resolve-from": "^3.0.0"
+ }
+ },
+ "resolve-from": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-3.0.0.tgz",
+ "integrity": "sha1-six699nWiBvItuZTM17rywoYh0g=",
+ "dev": true,
+ "peer": true
+ },
+ "schema-utils": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz",
+ "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "ajv": "^6.1.0",
+ "ajv-errors": "^1.0.0",
+ "ajv-keywords": "^3.1.0"
+ }
+ },
+ "string_decoder": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
+ "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "safe-buffer": "~5.1.0"
+ }
+ },
+ "strip-ansi": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
+ "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "ansi-regex": "^2.0.0"
+ }
+ },
+ "supports-color": {
+ "version": "6.1.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz",
+ "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "has-flag": "^3.0.0"
+ }
+ },
+ "to-regex-range": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz",
+ "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "is-number": "^3.0.0",
+ "repeat-string": "^1.6.1"
+ }
+ }
}
},
- "webpack-sources": {
- "version": "1.3.0",
- "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.3.0.tgz",
- "integrity": "sha512-OiVgSrbGu7NEnEvQJJgdSFPl2qWKkWq5lHMhgiToIiN9w34EBnjYzSYs+VbL5KoYiLNtFFa7BZIKxRED3I32pA==",
+ "webpack-log": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/webpack-log/-/webpack-log-2.0.0.tgz",
+ "integrity": "sha512-cX8G2vR/85UYG59FgkoMamwHUIkSSlV3bBMRsbxVXVUk2j6NleCKjQ/WE9eYg9WY4w25O9w8wKP4rzNZFmUcUg==",
"dev": true,
+ "peer": true,
"requires": {
- "source-list-map": "^2.0.0",
- "source-map": "~0.6.1"
+ "ansi-colors": "^3.0.0",
+ "uuid": "^3.3.2"
},
"dependencies": {
- "source-map": {
- "version": "0.6.1",
- "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
- "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
- "dev": true
+ "ansi-colors": {
+ "version": "3.2.4",
+ "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-3.2.4.tgz",
+ "integrity": "sha512-hHUXGagefjN2iRrID63xckIvotOXOojhQKWIPUZ4mNUZ9nLZW+7FMNoE1lOkEhNWYsx/7ysGIuJYCiMAA9FnrA==",
+ "dev": true,
+ "peer": true
}
}
},
+ "webpack-merge": {
+ "version": "5.8.0",
+ "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-5.8.0.tgz",
+ "integrity": "sha512-/SaI7xY0831XwP6kzuwhKWVKDP9t1QY1h65lAFLbZqMPIuYcD9QAW4u9STIbU9kaJbPBB/geU/gLr1wDjOhQ+Q==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "clone-deep": "^4.0.1",
+ "wildcard": "^2.0.0"
+ }
+ },
+ "webpack-sources": {
+ "version": "3.2.0",
+ "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.0.tgz",
+ "integrity": "sha512-fahN08Et7P9trej8xz/Z7eRu8ltyiygEo/hnRi9KqBUs80KeDcnf96ZJo++ewWd84fEf3xSX9bp4ZS9hbw0OBw==",
+ "dev": true,
+ "peer": true
+ },
+ "websocket-driver": {
+ "version": "0.7.4",
+ "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.4.tgz",
+ "integrity": "sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "http-parser-js": ">=0.5.1",
+ "safe-buffer": ">=5.1.0",
+ "websocket-extensions": ">=0.1.1"
+ }
+ },
+ "websocket-extensions": {
+ "version": "0.1.4",
+ "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.4.tgz",
+ "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==",
+ "dev": true,
+ "peer": true
+ },
"which": {
- "version": "1.3.1",
- "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
- "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
+ "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
"dev": true,
+ "peer": true,
"requires": {
"isexe": "^2.0.0"
}
},
+ "which-boxed-primitive": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz",
+ "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "is-bigint": "^1.0.1",
+ "is-boolean-object": "^1.1.0",
+ "is-number-object": "^1.0.4",
+ "is-string": "^1.0.5",
+ "is-symbol": "^1.0.3"
+ }
+ },
"which-module": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz",
"integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=",
- "dev": true
+ "dev": true,
+ "peer": true
},
- "worker-farm": {
- "version": "1.6.0",
- "resolved": "https://registry.npmjs.org/worker-farm/-/worker-farm-1.6.0.tgz",
- "integrity": "sha512-6w+3tHbM87WnSWnENBUvA2pxJPLhQUg5LKwUQHq3r+XPhIM+Gh2R5ycbwPCyuGbNg+lPgdcnQUhuC02kJCvffQ==",
+ "which-typed-array": {
+ "version": "1.1.5",
+ "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.5.tgz",
+ "integrity": "sha512-ib2f4KSZPjFfV1g+Up/whdhp9yWhsf1BSoLrPdkAJwvLRl0EYg9CvT6kmPPn6nft0OT/NgmWA/KdUcYZadopeQ==",
"dev": true,
+ "peer": true,
"requires": {
- "errno": "~0.1.7"
+ "available-typed-arrays": "^1.0.4",
+ "call-bind": "^1.0.2",
+ "es-abstract": "^1.18.5",
+ "foreach": "^2.0.5",
+ "has-tostringtag": "^1.0.0",
+ "is-typed-array": "^1.1.5"
}
},
+ "wildcard": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/wildcard/-/wildcard-2.0.0.tgz",
+ "integrity": "sha512-JcKqAHLPxcdb9KM49dufGXn2x3ssnfjbcaQdLlfZsL9rH9wgDQjUtDxbo8NE0F6SFvydeu1VhZe7hZuHsB2/pw==",
+ "dev": true,
+ "peer": true
+ },
+ "word-wrap": {
+ "version": "1.2.3",
+ "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz",
+ "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==",
+ "dev": true,
+ "peer": true
+ },
"wrap-ansi": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz",
- "integrity": "sha1-2Pw9KE3QV5T+hJc8rs3Rz4JP3YU=",
+ "version": "5.1.0",
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-5.1.0.tgz",
+ "integrity": "sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==",
"dev": true,
+ "peer": true,
"requires": {
- "string-width": "^1.0.1",
- "strip-ansi": "^3.0.1"
+ "ansi-styles": "^3.2.0",
+ "string-width": "^3.0.0",
+ "strip-ansi": "^5.0.0"
},
"dependencies": {
"ansi-regex": {
- "version": "2.1.1",
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
- "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=",
- "dev": true
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz",
+ "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==",
+ "dev": true,
+ "peer": true
+ },
+ "emoji-regex": {
+ "version": "7.0.3",
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz",
+ "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==",
+ "dev": true,
+ "peer": true
},
"is-fullwidth-code-point": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz",
- "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=",
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
+ "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=",
"dev": true,
- "requires": {
- "number-is-nan": "^1.0.0"
- }
+ "peer": true
},
"string-width": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz",
- "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=",
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz",
+ "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==",
"dev": true,
+ "peer": true,
"requires": {
- "code-point-at": "^1.0.0",
- "is-fullwidth-code-point": "^1.0.0",
- "strip-ansi": "^3.0.0"
+ "emoji-regex": "^7.0.1",
+ "is-fullwidth-code-point": "^2.0.0",
+ "strip-ansi": "^5.1.0"
}
},
"strip-ansi": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
- "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz",
+ "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==",
"dev": true,
+ "peer": true,
"requires": {
- "ansi-regex": "^2.0.0"
+ "ansi-regex": "^4.1.0"
}
}
}
@@ -6150,11 +26149,34 @@
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
"integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=",
- "dev": true
+ "dev": true,
+ "peer": true
+ },
+ "write-file-atomic": {
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz",
+ "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "imurmurhash": "^0.1.4",
+ "is-typedarray": "^1.0.0",
+ "signal-exit": "^3.0.2",
+ "typedarray-to-buffer": "^3.1.5"
+ }
+ },
+ "ws": {
+ "version": "6.2.2",
+ "resolved": "https://registry.npmjs.org/ws/-/ws-6.2.2.tgz",
+ "integrity": "sha512-zmhltoSR8u1cnDsD43TX59mzoMZsLKqUweyYBAIvTngR3shc0W6aOZylZmq/7hqyVxPdi+5Ud2QInblgyE72fw==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "async-limiter": "~1.0.0"
+ }
},
"xhr": {
"version": "2.4.0",
- "resolved": "https://registry.npmjs.org/xhr/-/xhr-2.4.0.tgz",
"integrity": "sha1-4W5mpF+GmGHu76tBbV7/ci3ECZM=",
"requires": {
"global": "~4.3.0",
@@ -6164,51 +26186,181 @@
}
},
"xtend": {
- "version": "4.0.1",
- "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz",
- "integrity": "sha1-pcbVMr5lbiPbgg77lDofBJmNY68="
+ "version": "4.0.2",
+ "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz",
+ "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ=="
},
"y18n": {
- "version": "4.0.1",
- "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.1.tgz",
- "integrity": "sha512-wNcy4NvjMYL8gogWWYAO7ZFWFfHcbdbE57tZO8e4cbpj8tfUcwrwqSl3ad8HxpYWCdXcJUCeKKZS62Av1affwQ==",
- "dev": true
+ "version": "4.0.3",
+ "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz",
+ "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==",
+ "dev": true,
+ "peer": true
},
"yallist": {
- "version": "3.0.3",
- "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.0.3.tgz",
- "integrity": "sha512-S+Zk8DEWE6oKpV+vI3qWkaK+jSbIK86pCwe2IF/xwIpQ8jEuxpw9NyaGjmp9+BoJv5FV2piqCDcoCtStppiq2A==",
- "dev": true
+ "version": "2.1.2",
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz",
+ "integrity": "sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=",
+ "dev": true,
+ "peer": true
+ },
+ "yaml": {
+ "version": "1.10.2",
+ "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz",
+ "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==",
+ "dev": true,
+ "peer": true
},
"yargs": {
- "version": "12.0.5",
- "resolved": "https://registry.npmjs.org/yargs/-/yargs-12.0.5.tgz",
- "integrity": "sha512-Lhz8TLaYnxq/2ObqHDql8dX8CJi97oHxrjUcYtzKbbykPtVW9WB+poxI+NM2UIzsMgNCZTIf0AQwsjK5yMAqZw==",
+ "version": "13.3.2",
+ "resolved": "https://registry.npmjs.org/yargs/-/yargs-13.3.2.tgz",
+ "integrity": "sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw==",
"dev": true,
+ "peer": true,
"requires": {
- "cliui": "^4.0.0",
- "decamelize": "^1.2.0",
+ "cliui": "^5.0.0",
"find-up": "^3.0.0",
- "get-caller-file": "^1.0.1",
- "os-locale": "^3.0.0",
+ "get-caller-file": "^2.0.1",
"require-directory": "^2.1.1",
- "require-main-filename": "^1.0.1",
+ "require-main-filename": "^2.0.0",
"set-blocking": "^2.0.0",
- "string-width": "^2.0.0",
+ "string-width": "^3.0.0",
"which-module": "^2.0.0",
- "y18n": "^3.2.1 || ^4.0.0",
- "yargs-parser": "^11.1.1"
+ "y18n": "^4.0.0",
+ "yargs-parser": "^13.1.2"
+ },
+ "dependencies": {
+ "ansi-regex": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz",
+ "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==",
+ "dev": true,
+ "peer": true
+ },
+ "camelcase": {
+ "version": "5.3.1",
+ "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
+ "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==",
+ "dev": true,
+ "peer": true
+ },
+ "emoji-regex": {
+ "version": "7.0.3",
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz",
+ "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==",
+ "dev": true,
+ "peer": true
+ },
+ "find-up": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz",
+ "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "locate-path": "^3.0.0"
+ }
+ },
+ "is-fullwidth-code-point": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
+ "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=",
+ "dev": true,
+ "peer": true
+ },
+ "locate-path": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz",
+ "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "p-locate": "^3.0.0",
+ "path-exists": "^3.0.0"
+ }
+ },
+ "p-limit": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
+ "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "p-try": "^2.0.0"
+ }
+ },
+ "p-locate": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz",
+ "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "p-limit": "^2.0.0"
+ }
+ },
+ "p-try": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
+ "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
+ "dev": true,
+ "peer": true
+ },
+ "string-width": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz",
+ "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "emoji-regex": "^7.0.1",
+ "is-fullwidth-code-point": "^2.0.0",
+ "strip-ansi": "^5.1.0"
+ }
+ },
+ "strip-ansi": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz",
+ "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "ansi-regex": "^4.1.0"
+ }
+ },
+ "yargs-parser": {
+ "version": "13.1.2",
+ "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.2.tgz",
+ "integrity": "sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg==",
+ "dev": true,
+ "peer": true,
+ "requires": {
+ "camelcase": "^5.0.0",
+ "decamelize": "^1.2.0"
+ }
+ }
}
},
"yargs-parser": {
- "version": "11.1.1",
- "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-11.1.1.tgz",
- "integrity": "sha512-C6kB/WJDiaxONLJQnF8ccx9SEeoTTLek8RVbaOIsrAUS8VrBEXfmeSnCZxygc+XC2sNMBIwOOnfcxiynjHsVSQ==",
+ "version": "20.2.9",
+ "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz",
+ "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==",
"dev": true,
- "requires": {
- "camelcase": "^5.0.0",
- "decamelize": "^1.2.0"
- }
+ "peer": true
+ },
+ "yocto-queue": {
+ "version": "0.1.0",
+ "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
+ "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
+ "dev": true,
+ "peer": true
+ },
+ "zwitch": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-1.0.5.tgz",
+ "integrity": "sha512-V50KMwwzqJV0NpZIZFwfOD5/lyny3WlSzRiXgA0G7VUnRlqttta1L6UQIHzd6EuBY/cHGfwTIck7w1yH6Q5zUw==",
+ "dev": true,
+ "peer": true
}
}
}
diff --git a/package.json b/package.json
index d53e924..32728c0 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "files_videoplayer",
- "version": "1.12.0",
+ "version": "2.0.0",
"description": "A responsive video player for Nextcloud using a skinned version of Video.js.",
"private": true,
"dependencies": {
@@ -8,34 +8,28 @@
"video.js": "^7.4.1"
},
"devDependencies": {
- "@babel/core": "^7.4.0",
- "@babel/plugin-syntax-dynamic-import": "^7.2.0",
- "@babel/preset-env": "^7.4.2",
- "@vue/babel-preset-app": "^3.5.1",
- "babel-loader": "^8.0.5",
- "css-loader": "^2.1.1",
- "file-loader": "^3.0.1",
- "style-loader": "^0.23.1",
- "url-loader": "^1.1.2",
- "webpack": "^4.29.6",
- "webpack-cli": "^3.3.0",
- "webpack-merge": "^4.2.1"
+ "@nextcloud/babel-config": "^1.0.0",
+ "@nextcloud/browserslist-config": "^2.1.0",
+ "@nextcloud/eslint-config": "^6.0.0",
+ "@nextcloud/stylelint-config": "^1.0.0-beta.0",
+ "@nextcloud/webpack-vue-config": "^4.1.0"
},
"scripts": {
- "build": "webpack --progress --config src/webpack.prod.js",
- "watch": "webpack --progress --watch --config src/webpack.dev.js"
+ "build": "NODE_ENV=production webpack --progress --config webpack.js",
+ "dev": "NODE_ENV=development webpack --progress --config webpack.js",
+ "watch": "NODE_ENV=development webpack --progress --watch --config webpack.js",
+ "lint": "eslint --ext .js,.vue src",
+ "lint:fix": "eslint --ext .js,.vue src --fix",
+ "stylelint": "stylelint src",
+ "stylelint:fix": "stylelint src --fix"
},
+ "browserslist": [
+ "extends @nextcloud/browserslist-config"
+ ],
"engines": {
"node": ">=14.0.0",
"npm": ">=7.0.0"
},
- "browserslist": [
- "last 2 versions",
- "ie >= 11"
- ],
- "jshintConfig": {
- "esversion": 6
- },
"repository": {
"type": "git",
"url": "git+https://github.com/nextcloud/files_videoplayer.git"
diff --git a/src/main.js b/src/main.js
new file mode 100755
index 0000000..0fbba8c
--- /dev/null
+++ b/src/main.js
@@ -0,0 +1,201 @@
+/**
+ * @copyright 2018 Christoph Wurst <christoph@winzerhof-wurst.at>
+ *
+ * @author 2018 Christoph Wurst <christoph@winzerhof-wurst.at>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+import escapeHTML from 'escape-html'
+
+__webpack_nonce__ = btoa(OC.requestToken)
+__webpack_public_path__ = OC.filePath('files_videoplayer', '', 'js/')
+
+let videojs = null
+
+const videoViewer = {
+ UI: {
+ show() {
+
+ const source = document.createElement('source')
+ source.src = escapeHTML(videoViewer.location).replace('&amp;', '&')
+
+ if (videoViewer.mime) {
+ source.type = escapeHTML(videoViewer.mime)
+ }
+
+ const playerView = document.createElement('video')
+ playerView.id = 'my_video_1'
+ playerView.classList.add('video-js')
+ playerView.classList.add('vjs-fill')
+ playerView.classList.add('vjs-big-play-centered')
+ playerView.controls = true
+ playerView.preload = 'auto'
+ playerView.width = '100%'
+ playerView.height = '100%'
+ playerView.poster = OC.filePath('files_videoplayer', '', 'img') + '/poster.png'
+ playerView.setAttribute('data-setup', '{"techOrder": ["html5"]}')
+ playerView.appendChild(source)
+
+ if (videoViewer.inline === null) {
+ const overlay = document.createElement('div')
+ overlay.id = 'videoplayer_overlay'
+
+ const outerContainer = document.createElement('div')
+ outerContainer.id = 'videoplayer_outerContainer'
+
+ const container = document.createElement('div')
+ container.id = 'videoplayer_container'
+
+ const player = document.createElement('div')
+ player.id = 'videoplayer'
+
+ container.appendChild(player)
+ outerContainer.appendChild(container)
+ overlay.appendChild(outerContainer)
+
+ player.appendChild(playerView)
+ document.body.appendChild(overlay)
+
+ // close when clicking on the overlay
+ overlay.addEventListener('click', function(e) {
+ if (e.target === this) {
+ videoViewer.hidePlayer()
+ }
+ })
+
+ setTimeout(() => { overlay.className = 'show' }, 0)
+ } else {
+ const wrapper = document.createElement('div')
+ wrapper.id = 'videoplayer_view'
+ wrapper.appendChild(playerView)
+ videoViewer.inline.appendChild(wrapper)
+ }
+ // initialize player
+ videojs('my_video_1', {
+ fill: true,
+ }).ready(function() {
+ videoViewer.player = this
+ if (videoViewer.inline === null) {
+ // append close button to video element
+ const closeButton = document.createElement('a')
+ closeButton.className = 'icon-view-close'
+ closeButton.id = 'box-close'
+ closeButton.href = '#'
+ closeButton.addEventListener('click', function() {
+ videoViewer.hidePlayer()
+ })
+ document.getElementById('my_video_1').appendChild(closeButton)
+ }
+ // autoplay
+ if (document.getElementById('body-public') === null) {
+ videoViewer.player.play()
+ }
+ })
+
+ },
+ hide() {
+ const overlay = document.getElementById('videoplayer_overlay')
+ overlay.className = ''
+ setTimeout(() => {
+ overlay.parentElement.removeChild(overlay)
+ }, 500)
+ },
+ },
+ mime: null,
+ file: null,
+ location: null,
+ player: null,
+ inline: null,
+ mimeTypes: [
+ 'video/mp4',
+ 'video/x-m4v',
+ 'video/webm',
+ 'video/x-flv',
+ 'video/ogg',
+ 'video/quicktime',
+ 'video/x-matroska',
+ ],
+ mimeTypeAliasses: {
+ 'video/x-matroska': 'video/webm', // mkv support for Chrome. webm uses the same container format
+ },
+ onView(file, data) {
+ videoViewer.file = file
+ videoViewer.dir = data.dir
+ videoViewer.location = data.fileList.getDownloadUrl(file, videoViewer.dir)
+ videoViewer.mime = data.$file.attr('data-mime')
+ if (Object.prototype.hasOwnProperty.call(videoViewer.mimeTypeAliasses, videoViewer.mime)) {
+ videoViewer.mime = videoViewer.mimeTypeAliasses[videoViewer.mime]
+ }
+ videoViewer.showPlayer()
+ },
+ onViewInline(element, file, mime) {
+ videoViewer.location = file
+ videoViewer.mime = mime
+ if (Object.prototype.hasOwnProperty.call(videoViewer.mimeTypeAliasses, videoViewer.mime)) {
+ videoViewer.mime = videoViewer.mimeTypeAliasses[videoViewer.mime]
+ }
+ videoViewer.inline = element
+ videoViewer.showPlayer()
+ },
+ showPlayer() {
+ import('video.js').then((_videojs) => {
+ videojs = _videojs.default
+ Promise.all([
+ import('../css/style.css'),
+ // eslint-disable-next-line import/no-webpack-loader-syntax
+ import('video.js/dist/video-js.css'),
+ ]).then(() => {
+ videoViewer.UI.show()
+ })
+ })
+ },
+ hidePlayer() {
+ if (videoViewer.player !== null && videoViewer.player !== false && videoViewer.inline === null) {
+ videoViewer.player.dispose()
+ videoViewer.player = false
+ videoViewer.UI.hide()
+ }
+ },
+ log(message) {
+ // eslint-disable-next-line no-console
+ console.log(message)
+ },
+}
+
+document.addEventListener('DOMContentLoaded', function() {
+
+ // add event to ESC key
+ document.addEventListener('keyup', function(e) {
+ if ((e.key !== undefined && e.key === 'Escape')
+ || (e.keyCode !== undefined && e.keyCode === 27)) {
+ videoViewer.hidePlayer()
+ }
+ })
+
+ // Public page magic
+ if (document.getElementById('body-public') && document.getElementById('imgframe')) {
+ const mimetype = document.getElementById('mimetype').value
+ for (let j = 0; j < videoViewer.mimeTypes.length; ++j) {
+ if (videoViewer.mimeTypes[j] === mimetype) {
+ const videoUrl = window.location.href.split('?')[0] + '/download'
+ videoViewer.onViewInline(document.getElementById('imgframe'), videoUrl, mimetype)
+ break
+ }
+ }
+ }
+
+})
diff --git a/src/viewer.js b/src/viewer.js
deleted file mode 100755
index 0fa2577..0000000
--- a/src/viewer.js
+++ /dev/null
@@ -1,210 +0,0 @@
-/*
- * @copyright 2018 Christoph Wurst <christoph@winzerhof-wurst.at>
- *
- * @author 2018 Christoph Wurst <christoph@winzerhof-wurst.at>
- *
- * @license GNU AGPL version 3 or any later version
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Affero General Public License for more details.
- *
- * You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
-
-__webpack_nonce__ = btoa(OC.requestToken)
-__webpack_public_path__ = OC.filePath('files_videoplayer', '', 'js/')
-
-import escapeHTML from 'escape-html'
-
-var videojs = null;
-
-var videoViewer = {
- UI: {
- show: function () {
-
- var source = document.createElement('source');
- source.src = escapeHTML(videoViewer.location).replace('&amp;', '&');
-
- if (videoViewer.mime) {
- source.type = escapeHTML(videoViewer.mime);
- }
-
- var playerView = document.createElement('video');
- playerView.id = 'my_video_1';
- playerView.classList.add('video-js');
- playerView.classList.add('vjs-fill');
- playerView.classList.add('vjs-big-play-centered');
- playerView.controls = true;
- playerView.preload = "auto";
- playerView.width = "100%";
- playerView.height = "100%";
- playerView.poster = OC.filePath('files_videoplayer', '', 'img') + '/poster.png';
- playerView.setAttribute('data-setup', '{"techOrder": ["html5"]}');
- playerView.appendChild(source);
-
- if (videoViewer.inline === null) {
- var overlay = document.createElement('div');
- overlay.id = 'videoplayer_overlay';
-
- var outer_container = document.createElement('div');
- outer_container.id = 'videoplayer_outer_container';
-
- var container = document.createElement('div');
- container.id = 'videoplayer_container';
-
- var player = document.createElement('div');
- player.id = 'videoplayer';
-
- container.appendChild(player);
- outer_container.appendChild(container);
- overlay.appendChild(outer_container);
-
- player.appendChild(playerView);
- document.body.appendChild(overlay);
-
- // close when clicking on the overlay
- overlay.addEventListener('click', function(e) {
- if (e.target === this) {
- videoViewer.hidePlayer();
- }
- });
-
- setTimeout(() => { overlay.className = 'show'; }, 0);
- } else {
- var wrapper = document.createElement('div');
- wrapper.id = 'videoplayer_view';
- wrapper.appendChild(playerView);
- videoViewer.inline.appendChild(wrapper);
- }
- // initialize player
- videojs("my_video_1", {
- fill: true,
- }).ready(function () {
- videoViewer.player = this;
- if (videoViewer.inline === null) {
- // append close button to video element
- var closeButton = document.createElement('a');
- closeButton.className = 'icon-view-close';
- closeButton.id = 'box-close';
- closeButton.href = '#';
- closeButton.addEventListener('click', function () {
- videoViewer.hidePlayer();
- });
- document.getElementById('my_video_1').appendChild(closeButton);
- }
- // autoplay
- if (document.getElementById('body-public') === null) {
- videoViewer.player.play();
- }
- });
-
- },
- hide: function () {
- var overlay = document.getElementById('videoplayer_overlay');
- overlay.className = '';
- setTimeout(() => {
- overlay.parentElement.removeChild(overlay);
- }, 500);
- }
- },
- mime: null,
- file: null,
- location: null,
- player: null,
- inline: null,
- mimeTypes: [
- 'video/mp4',
- 'video/x-m4v',
- 'video/webm',
- 'video/x-flv',
- 'video/ogg',
- 'video/quicktime',
- 'video/x-matroska'
- ],
- mimeTypeAliasses: {
- 'video/x-matroska': 'video/webm' // mkv support for Chrome. webm uses the same container format
- },
- onView: function (file, data) {
- videoViewer.file = file;
- videoViewer.dir = data.dir;
- videoViewer.location = data.fileList.getDownloadUrl(file, videoViewer.dir);
- videoViewer.mime = data.$file.attr('data-mime');
- if (videoViewer.mimeTypeAliasses.hasOwnProperty(videoViewer.mime)) {
- videoViewer.mime = videoViewer.mimeTypeAliasses[videoViewer.mime];
- }
- videoViewer.showPlayer();
- },
- onViewInline: function (element, file, mime) {
- videoViewer.location = file;
- videoViewer.mime = mime;
- if (videoViewer.mimeTypeAliasses.hasOwnProperty(videoViewer.mime)) {
- videoViewer.mime = videoViewer.mimeTypeAliasses[videoViewer.mime];
- }
- videoViewer.inline = element;
- videoViewer.showPlayer();
- },
- showPlayer: function () {
- import(/* webpackChunkName: "videojs" */ 'video.js').then((_videojs) => {
- videojs = _videojs.default;
- Promise.all([
- import(/* webpackChunkName: "videojs" */ '../css/style.css'),
- import(/* webpackChunkName: "videojs" */'!style-loader!css-loader!video.js/dist/video-js.css')
- ]).then(() => {
- videoViewer.UI.show();
- });
- });
- },
- hidePlayer: function () {
- if (videoViewer.player !== null && videoViewer.player !== false && videoViewer.inline === null) {
- videoViewer.player.dispose();
- videoViewer.player = false;
- videoViewer.UI.hide();
- }
- },
- log: function (message) {
- console.log(message);
- }
-};
-
-document.addEventListener('DOMContentLoaded', function () {
-
- // add event to ESC key
- document.addEventListener('keyup', function(e) {
- if ((e.key !== undefined && e.key === 'Escape') ||
- (e.keyCode !== undefined && e.keyCode === 27)) {
- videoViewer.hidePlayer();
- }
- });
-
- if (OCA && OCA.Files && OCA.Files.fileActions && !OCA.Viewer) {
- for (var i = 0; i < videoViewer.mimeTypes.length; ++i) {
- var mime = videoViewer.mimeTypes[i];
- OCA.Files.fileActions.register(mime, 'View', OC.PERMISSION_READ, '', videoViewer.onView);
- OCA.Files.fileActions.setDefault(mime, 'View');
- if (mime === mimetype) {
- isSupportedMimetype = true;
- }
- }
- }
-
- // Public page magic
- if (document.getElementById('body-public') && document.getElementById('imgframe')) {
- var mimetype = document.getElementById('mimetype').value;
- for (var i = 0; i < videoViewer.mimeTypes.length; ++i) {
- if (videoViewer.mimeTypes[i] === mimetype) {
- var videoUrl = window.location.href.split('?')[0] + '/download';
- videoViewer.onViewInline(document.getElementById('imgframe'), videoUrl, mimetype);
- break;
- }
- }
- }
-
-});
diff --git a/src/webpack.common.js b/src/webpack.common.js
deleted file mode 100644
index f05bcb4..0000000
--- a/src/webpack.common.js
+++ /dev/null
@@ -1,40 +0,0 @@
-const path = require('path');
-
-module.exports = {
- entry: path.join(__dirname, 'viewer.js'),
- output: {
- path: path.resolve(__dirname, '../js'),
- publicPath: '/js/',
- },
- module: {
- rules: [
- {
- test: /\.css$/,
- use: ['style-loader', 'css-loader']
- },
- {
- test: /\.js$/,
- loader: 'babel-loader',
- exclude: /node_modules/
- },
- {
- test: /\.(png|jpg|gif)$/,
- loader: 'file-loader',
- options: {
- name: '[name].[ext]?[hash]'
- }
- },
- {
- test: /\.(svg)$/i,
- use: [
- {
- loader: 'url-loader'
- }
- ]
- }
- ]
- },
- resolve: {
- extensions: ['*', '.js']
- }
-};
diff --git a/src/webpack.dev.js b/src/webpack.dev.js
deleted file mode 100644
index da0084b..0000000
--- a/src/webpack.dev.js
+++ /dev/null
@@ -1,7 +0,0 @@
-const merge = require('webpack-merge');
-const common = require('./webpack.common.js');
-
-module.exports = merge(common, {
- mode: 'development',
- devtool: 'source-map',
-})
diff --git a/src/webpack.prod.js b/src/webpack.prod.js
deleted file mode 100644
index 8e5e2f8..0000000
--- a/src/webpack.prod.js
+++ /dev/null
@@ -1,7 +0,0 @@
-const merge = require('webpack-merge')
-const common = require('./webpack.common.js')
-
-module.exports = merge(common, {
- mode: 'production',
- devtool: 'source-map'
-})
diff --git a/stylelint.config.js b/stylelint.config.js
new file mode 100644
index 0000000..5735870
--- /dev/null
+++ b/stylelint.config.js
@@ -0,0 +1,3 @@
+const stylelintConfig = require('@nextcloud/stylelint-config')
+
+module.exports = stylelintConfig
diff --git a/webpack.js b/webpack.js
new file mode 100644
index 0000000..e5daa92
--- /dev/null
+++ b/webpack.js
@@ -0,0 +1,3 @@
+const webpackConfig = require('@nextcloud/webpack-vue-config')
+
+module.exports = webpackConfig