2475 lines
71 KiB
JSON
2475 lines
71 KiB
JSON
{
|
|
"name": "videojs-plugins",
|
|
"lockfileVersion": 2,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "videojs-plugins",
|
|
"dependencies": {
|
|
"@filmgardi/videojs-collect-data": "^2.0.2",
|
|
"@node-minify/core": "^6.2.0",
|
|
"@node-minify/csso": "^8.0.6",
|
|
"@node-minify/terser": "^6.2.0",
|
|
"@video-js-plugins/videojs-ads-markers": "^1.0.0",
|
|
"@videojs/http-streaming": "^2.15.0",
|
|
"@videojs/vhs-utils": "^4.0.0",
|
|
"@viostream/videojs-overlay": "^2.1.6-f.97-master",
|
|
"@youon/videojs-ssa": "^1.1.1",
|
|
"video.js": "^7.20.3",
|
|
"videojs-contrib-ads": "^6.9.0",
|
|
"videojs-contrib-eme": "^5.0.1",
|
|
"videojs-errors": "^6.0.0",
|
|
"videojs-flash": "^2.2.1",
|
|
"videojs-hls-quality-selector": "^1.1.4",
|
|
"videojs-hotkeys": "^0.2.28",
|
|
"videojs-playlist-ui": "^4.1.0",
|
|
"videojs-share": "^3.2.1",
|
|
"videojs-vjsdownload": "^1.0.4",
|
|
"videojs-vr": "^1.10.1",
|
|
"videojs-youtube": "^2.6.1"
|
|
}
|
|
},
|
|
"node_modules/@babel/runtime": {
|
|
"version": "7.27.0",
|
|
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.27.0.tgz",
|
|
"integrity": "sha512-VtPOkrdPHZsKc/clNqyi9WUA8TINkZ4cGk63UUE3u4pmB2k+ZMQRDuIOagv8UVd6j7k0T3+RRIb7beKTebNbcw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"regenerator-runtime": "^0.14.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@filmgardi/videojs-collect-data": {
|
|
"version": "2.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"clientjs": "^0.2.1",
|
|
"global": "^4.3.2",
|
|
"ua-parser-js": "^1.0.2",
|
|
"video.js": "^6 || ^7"
|
|
},
|
|
"engines": {
|
|
"node": ">=8",
|
|
"npm": ">=5"
|
|
}
|
|
},
|
|
"node_modules/@jridgewell/gen-mapping": {
|
|
"version": "0.3.8",
|
|
"resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz",
|
|
"integrity": "sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jridgewell/set-array": "^1.2.1",
|
|
"@jridgewell/sourcemap-codec": "^1.4.10",
|
|
"@jridgewell/trace-mapping": "^0.3.24"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/@jridgewell/resolve-uri": {
|
|
"version": "3.1.2",
|
|
"resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
|
|
"integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/@jridgewell/set-array": {
|
|
"version": "1.2.1",
|
|
"resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz",
|
|
"integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/@jridgewell/source-map": {
|
|
"version": "0.3.6",
|
|
"resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.6.tgz",
|
|
"integrity": "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jridgewell/gen-mapping": "^0.3.5",
|
|
"@jridgewell/trace-mapping": "^0.3.25"
|
|
}
|
|
},
|
|
"node_modules/@jridgewell/sourcemap-codec": {
|
|
"version": "1.5.0",
|
|
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",
|
|
"integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@jridgewell/trace-mapping": {
|
|
"version": "0.3.25",
|
|
"resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz",
|
|
"integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jridgewell/resolve-uri": "^3.1.0",
|
|
"@jridgewell/sourcemap-codec": "^1.4.14"
|
|
}
|
|
},
|
|
"node_modules/@node-minify/core": {
|
|
"version": "6.4.0",
|
|
"resolved": "https://registry.npmjs.org/@node-minify/core/-/core-6.4.0.tgz",
|
|
"integrity": "sha512-tgfV6r+/4EBr+IvasZsOhlKMLZ5oLJtapUzEtiiTTokRQKFNCOnI/UXFbkXNsFq4wW7USVWjxiNScA+eBd5e1g==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@node-minify/utils": "^6.4.0",
|
|
"globby": "11.0.4",
|
|
"mkdirp": "1.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.0.0"
|
|
}
|
|
},
|
|
"node_modules/@node-minify/csso": {
|
|
"version": "8.0.6",
|
|
"resolved": "https://registry.npmjs.org/@node-minify/csso/-/csso-8.0.6.tgz",
|
|
"integrity": "sha512-6S6HW6rMGyB7APmVKaGfnONc60YdIe23VpAs7xI6M2oi2zxNoOXtZQvqV9Lx9tjVU1wN1Y5kGCoarfdMtCJ/DA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@node-minify/utils": "8.0.6",
|
|
"csso": "5.0.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@node-minify/csso/node_modules/@node-minify/utils": {
|
|
"version": "8.0.6",
|
|
"resolved": "https://registry.npmjs.org/@node-minify/utils/-/utils-8.0.6.tgz",
|
|
"integrity": "sha512-csY4qcR7jUwiZmkreNTJhcypQfts2aY2CK+a+rXgXUImZiZiySh0FvwHjRnlqWKvg+y6ae9lHFzDRjBTmqlTIQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"gzip-size": "6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@node-minify/terser": {
|
|
"version": "6.4.0",
|
|
"resolved": "https://registry.npmjs.org/@node-minify/terser/-/terser-6.4.0.tgz",
|
|
"integrity": "sha512-62dCsMFkJ8JnCFiLkItjTVKrSoI8pJe58bQfjBapXCJe68acf8skbfmkVmyIZyLBJS52ef2yyGBusyilzy2jfA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@node-minify/utils": "^6.4.0",
|
|
"terser": "5.14.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.0.0"
|
|
}
|
|
},
|
|
"node_modules/@node-minify/utils": {
|
|
"version": "6.4.0",
|
|
"resolved": "https://registry.npmjs.org/@node-minify/utils/-/utils-6.4.0.tgz",
|
|
"integrity": "sha512-mx6oZCmAdibRWuBhJV3Fx6jXwgCY2bCasVb7sXh06H28jqAd9BDcufLEoBoAXPuNrfz0t/wptoKbjmXuE8YXdg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"gzip-size": "6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.0.0"
|
|
}
|
|
},
|
|
"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==",
|
|
"license": "MIT",
|
|
"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==",
|
|
"license": "MIT",
|
|
"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==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@nodelib/fs.scandir": "2.1.5",
|
|
"fastq": "^1.6.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/@video-js-plugins/videojs-ads-markers": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"react-dom": "^18.2.0",
|
|
"video.js": "^7.18.1"
|
|
}
|
|
},
|
|
"node_modules/@videojs/http-streaming": {
|
|
"version": "2.15.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.12.5",
|
|
"@videojs/vhs-utils": "3.0.5",
|
|
"aes-decrypter": "3.1.3",
|
|
"global": "^4.4.0",
|
|
"m3u8-parser": "4.8.0",
|
|
"mpd-parser": "0.22.0",
|
|
"mux.js": "6.0.1",
|
|
"video.js": "^6 || ^7"
|
|
},
|
|
"engines": {
|
|
"node": ">=8",
|
|
"npm": ">=5"
|
|
},
|
|
"peerDependencies": {
|
|
"video.js": "^6 || ^7"
|
|
}
|
|
},
|
|
"node_modules/@videojs/http-streaming/node_modules/@videojs/vhs-utils": {
|
|
"version": "3.0.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.12.5",
|
|
"global": "^4.4.0",
|
|
"url-toolkit": "^2.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8",
|
|
"npm": ">=5"
|
|
}
|
|
},
|
|
"node_modules/@videojs/vhs-utils": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.12.5",
|
|
"global": "^4.4.0",
|
|
"url-toolkit": "^2.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8",
|
|
"npm": ">=5"
|
|
}
|
|
},
|
|
"node_modules/@videojs/xhr": {
|
|
"version": "2.6.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.5.5",
|
|
"global": "~4.4.0",
|
|
"is-function": "^1.0.1"
|
|
}
|
|
},
|
|
"node_modules/@viostream/videojs-overlay": {
|
|
"version": "v2.1.6-f.97-master",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"global": "^4.4.0",
|
|
"video.js": "^6 || ^7"
|
|
}
|
|
},
|
|
"node_modules/@xmldom/xmldom": {
|
|
"version": "0.7.9",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
}
|
|
},
|
|
"node_modules/@youon/videojs-ssa": {
|
|
"version": "1.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"global": "^4.3.2",
|
|
"video.js": "^6 || ^7",
|
|
"videojs-contrib-ads": "^6.6.1"
|
|
}
|
|
},
|
|
"node_modules/acorn": {
|
|
"version": "8.14.1",
|
|
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.1.tgz",
|
|
"integrity": "sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"acorn": "bin/acorn"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.4.0"
|
|
}
|
|
},
|
|
"node_modules/aes-decrypter": {
|
|
"version": "3.1.3",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.12.5",
|
|
"@videojs/vhs-utils": "^3.0.5",
|
|
"global": "^4.4.0",
|
|
"pkcs7": "^1.0.4"
|
|
}
|
|
},
|
|
"node_modules/aes-decrypter/node_modules/@videojs/vhs-utils": {
|
|
"version": "3.0.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.12.5",
|
|
"global": "^4.4.0",
|
|
"url-toolkit": "^2.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8",
|
|
"npm": ">=5"
|
|
}
|
|
},
|
|
"node_modules/any-promise": {
|
|
"version": "1.3.0",
|
|
"license": "MIT"
|
|
},
|
|
"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==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/balanced-match": {
|
|
"version": "1.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/braces": {
|
|
"version": "3.0.3",
|
|
"resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
|
|
"integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fill-range": "^7.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"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==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/cardboard-vr-display": {
|
|
"version": "1.0.19",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"gl-preserve-state": "^1.0.0",
|
|
"nosleep.js": "^0.7.0",
|
|
"webvr-polyfill-dpdb": "^1.0.17"
|
|
}
|
|
},
|
|
"node_modules/clientjs": {
|
|
"version": "0.2.1",
|
|
"hasInstallScript": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"globalthis": "^1.0.2",
|
|
"inherits": "^2.0.4",
|
|
"murmurhash-js": "^1.0.0",
|
|
"ua-parser-js": "^0.7.30"
|
|
}
|
|
},
|
|
"node_modules/clientjs/node_modules/ua-parser-js": {
|
|
"version": "0.7.39",
|
|
"resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.39.tgz",
|
|
"integrity": "sha512-IZ6acm6RhQHNibSt7+c09hhvsKy9WUr4DVbeq9U8o71qxyYtJpQeDxQnMrVqnIFMLcQjHO0I9wgfO2vIahht4w==",
|
|
"funding": [
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/ua-parser-js"
|
|
},
|
|
{
|
|
"type": "paypal",
|
|
"url": "https://paypal.me/faisalman"
|
|
},
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/faisalman"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"bin": {
|
|
"ua-parser-js": "script/cli.js"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/clipboard": {
|
|
"version": "1.7.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"good-listener": "^1.2.2",
|
|
"select": "^1.1.2",
|
|
"tiny-emitter": "^2.0.0"
|
|
}
|
|
},
|
|
"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==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/concat-map": {
|
|
"version": "0.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/css-tree": {
|
|
"version": "2.2.1",
|
|
"resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.2.1.tgz",
|
|
"integrity": "sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mdn-data": "2.0.28",
|
|
"source-map-js": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/csso": {
|
|
"version": "5.0.5",
|
|
"resolved": "https://registry.npmjs.org/csso/-/csso-5.0.5.tgz",
|
|
"integrity": "sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"css-tree": "~2.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/define-properties": {
|
|
"version": "1.1.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-property-descriptors": "^1.0.0",
|
|
"object-keys": "^1.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/delegate": {
|
|
"version": "3.2.0",
|
|
"license": "MIT"
|
|
},
|
|
"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==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"path-type": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/dom-walk": {
|
|
"version": "0.1.2"
|
|
},
|
|
"node_modules/duplexer": {
|
|
"version": "0.1.2",
|
|
"resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz",
|
|
"integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/fast-glob": {
|
|
"version": "3.3.3",
|
|
"resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz",
|
|
"integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
|
|
"license": "MIT",
|
|
"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.8"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.6.0"
|
|
}
|
|
},
|
|
"node_modules/fastq": {
|
|
"version": "1.19.1",
|
|
"resolved": "https://registry.npmjs.org/fastq/-/fastq-1.19.1.tgz",
|
|
"integrity": "sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"reusify": "^1.0.4"
|
|
}
|
|
},
|
|
"node_modules/fill-range": {
|
|
"version": "7.1.1",
|
|
"resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
|
|
"integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"to-regex-range": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/fs-extra": {
|
|
"version": "0.26.7",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"graceful-fs": "^4.1.2",
|
|
"jsonfile": "^2.1.0",
|
|
"klaw": "^1.0.0",
|
|
"path-is-absolute": "^1.0.0",
|
|
"rimraf": "^2.2.8"
|
|
}
|
|
},
|
|
"node_modules/fs-promise": {
|
|
"version": "0.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"any-promise": "^1.0.0",
|
|
"fs-extra": "^0.26.5",
|
|
"mz": "^2.3.1",
|
|
"thenify-all": "^1.6.0"
|
|
}
|
|
},
|
|
"node_modules/fs.realpath": {
|
|
"version": "1.0.0",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/function-bind": {
|
|
"version": "1.1.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/get-intrinsic": {
|
|
"version": "1.1.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"function-bind": "^1.1.1",
|
|
"has": "^1.0.3",
|
|
"has-symbols": "^1.0.3"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/gl-preserve-state": {
|
|
"version": "1.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"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==",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"is-glob": "^4.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/global": {
|
|
"version": "4.4.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"min-document": "^2.19.0",
|
|
"process": "^0.11.10"
|
|
}
|
|
},
|
|
"node_modules/globalthis": {
|
|
"version": "1.0.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"define-properties": "^1.1.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/globby": {
|
|
"version": "11.0.4",
|
|
"resolved": "https://registry.npmjs.org/globby/-/globby-11.0.4.tgz",
|
|
"integrity": "sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==",
|
|
"license": "MIT",
|
|
"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/good-listener": {
|
|
"version": "1.2.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"delegate": "^3.1.2"
|
|
}
|
|
},
|
|
"node_modules/graceful-fs": {
|
|
"version": "4.2.10",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/gzip-size": {
|
|
"version": "6.0.0",
|
|
"resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-6.0.0.tgz",
|
|
"integrity": "sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"duplexer": "^0.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/has": {
|
|
"version": "1.0.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"function-bind": "^1.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4.0"
|
|
}
|
|
},
|
|
"node_modules/has-property-descriptors": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"get-intrinsic": "^1.1.1"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/has-symbols": {
|
|
"version": "1.0.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/ignore": {
|
|
"version": "5.3.2",
|
|
"resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
|
|
"integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 4"
|
|
}
|
|
},
|
|
"node_modules/individual": {
|
|
"version": "2.0.0"
|
|
},
|
|
"node_modules/inflight": {
|
|
"version": "1.0.6",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"once": "^1.3.0",
|
|
"wrappy": "1"
|
|
}
|
|
},
|
|
"node_modules/inherits": {
|
|
"version": "2.0.4",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/is-extglob": {
|
|
"version": "2.1.1",
|
|
"resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
|
|
"integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/is-function": {
|
|
"version": "1.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/is-glob": {
|
|
"version": "4.0.3",
|
|
"resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
|
|
"integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-extglob": "^2.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"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==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.12.0"
|
|
}
|
|
},
|
|
"node_modules/js-tokens": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"peer": true
|
|
},
|
|
"node_modules/jsonfile": {
|
|
"version": "2.4.0",
|
|
"license": "MIT",
|
|
"optionalDependencies": {
|
|
"graceful-fs": "^4.1.6"
|
|
}
|
|
},
|
|
"node_modules/karma-safaritechpreview-launcher": {
|
|
"version": "0.0.6",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fs-promise": "^0.5.0",
|
|
"marcosc-async": "^3.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/keycode": {
|
|
"version": "2.2.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/klaw": {
|
|
"version": "1.3.1",
|
|
"license": "MIT",
|
|
"optionalDependencies": {
|
|
"graceful-fs": "^4.1.9"
|
|
}
|
|
},
|
|
"node_modules/loose-envify": {
|
|
"version": "1.4.0",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"js-tokens": "^3.0.0 || ^4.0.0"
|
|
},
|
|
"bin": {
|
|
"loose-envify": "cli.js"
|
|
}
|
|
},
|
|
"node_modules/m3u8-parser": {
|
|
"version": "4.8.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.12.5",
|
|
"@videojs/vhs-utils": "^3.0.5",
|
|
"global": "^4.4.0"
|
|
}
|
|
},
|
|
"node_modules/m3u8-parser/node_modules/@videojs/vhs-utils": {
|
|
"version": "3.0.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.12.5",
|
|
"global": "^4.4.0",
|
|
"url-toolkit": "^2.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8",
|
|
"npm": ">=5"
|
|
}
|
|
},
|
|
"node_modules/marcosc-async": {
|
|
"version": "3.0.5",
|
|
"engines": ">=4",
|
|
"license": "CC0-1.0"
|
|
},
|
|
"node_modules/mdn-data": {
|
|
"version": "2.0.28",
|
|
"resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.28.tgz",
|
|
"integrity": "sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==",
|
|
"license": "CC0-1.0"
|
|
},
|
|
"node_modules/merge2": {
|
|
"version": "1.4.1",
|
|
"resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
|
|
"integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/micromatch": {
|
|
"version": "4.0.8",
|
|
"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
|
|
"integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"braces": "^3.0.3",
|
|
"picomatch": "^2.3.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.6"
|
|
}
|
|
},
|
|
"node_modules/min-document": {
|
|
"version": "2.19.0",
|
|
"dependencies": {
|
|
"dom-walk": "^0.1.0"
|
|
}
|
|
},
|
|
"node_modules/mkdirp": {
|
|
"version": "1.0.4",
|
|
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
|
|
"integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"mkdirp": "bin/cmd.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/mpd-parser": {
|
|
"version": "0.22.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.12.5",
|
|
"@videojs/vhs-utils": "^3.0.5",
|
|
"@xmldom/xmldom": "^0.7.2",
|
|
"global": "^4.4.0"
|
|
},
|
|
"bin": {
|
|
"mpd-to-m3u8-json": "bin/parse.js"
|
|
}
|
|
},
|
|
"node_modules/mpd-parser/node_modules/@videojs/vhs-utils": {
|
|
"version": "3.0.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.12.5",
|
|
"global": "^4.4.0",
|
|
"url-toolkit": "^2.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8",
|
|
"npm": ">=5"
|
|
}
|
|
},
|
|
"node_modules/murmurhash-js": {
|
|
"version": "1.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/mux.js": {
|
|
"version": "6.0.1",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.11.2",
|
|
"global": "^4.4.0"
|
|
},
|
|
"bin": {
|
|
"muxjs-transmux": "bin/transmux.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=8",
|
|
"npm": ">=5"
|
|
}
|
|
},
|
|
"node_modules/mz": {
|
|
"version": "2.7.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"any-promise": "^1.0.0",
|
|
"object-assign": "^4.0.1",
|
|
"thenify-all": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/nosleep.js": {
|
|
"version": "0.7.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/object-assign": {
|
|
"version": "4.1.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/object-keys": {
|
|
"version": "1.1.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/once": {
|
|
"version": "1.4.0",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"wrappy": "1"
|
|
}
|
|
},
|
|
"node_modules/path-is-absolute": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"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==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/picomatch": {
|
|
"version": "2.3.1",
|
|
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
|
|
"integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8.6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/jonschlinkert"
|
|
}
|
|
},
|
|
"node_modules/pkcs7": {
|
|
"version": "1.0.4",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.5.5"
|
|
},
|
|
"bin": {
|
|
"pkcs7": "bin/cli.js"
|
|
}
|
|
},
|
|
"node_modules/process": {
|
|
"version": "0.11.10",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6.0"
|
|
}
|
|
},
|
|
"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==",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
],
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/react": {
|
|
"version": "18.2.0",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"loose-envify": "^1.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/react-dom": {
|
|
"version": "18.2.0",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"loose-envify": "^1.1.0",
|
|
"scheduler": "^0.23.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^18.2.0"
|
|
}
|
|
},
|
|
"node_modules/regenerator-runtime": {
|
|
"version": "0.14.1",
|
|
"resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz",
|
|
"integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/reusify": {
|
|
"version": "1.1.0",
|
|
"resolved": "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz",
|
|
"integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"iojs": ">=1.0.0",
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/rimraf": {
|
|
"version": "2.7.1",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"glob": "^7.1.3"
|
|
},
|
|
"bin": {
|
|
"rimraf": "bin.js"
|
|
}
|
|
},
|
|
"node_modules/rimraf/node_modules/brace-expansion": {
|
|
"version": "1.1.11",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0",
|
|
"concat-map": "0.0.1"
|
|
}
|
|
},
|
|
"node_modules/rimraf/node_modules/glob": {
|
|
"version": "7.2.3",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"fs.realpath": "^1.0.0",
|
|
"inflight": "^1.0.4",
|
|
"inherits": "2",
|
|
"minimatch": "^3.1.1",
|
|
"once": "^1.3.0",
|
|
"path-is-absolute": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/rimraf/node_modules/minimatch": {
|
|
"version": "3.1.2",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^1.1.7"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"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==",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"queue-microtask": "^1.2.2"
|
|
}
|
|
},
|
|
"node_modules/rust-result": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"individual": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/safe-json-parse": {
|
|
"version": "4.0.0",
|
|
"dependencies": {
|
|
"rust-result": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/scheduler": {
|
|
"version": "0.23.0",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"loose-envify": "^1.1.0"
|
|
}
|
|
},
|
|
"node_modules/select": {
|
|
"version": "1.1.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/slash": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
|
|
"integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"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==",
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/source-map-js": {
|
|
"version": "1.2.1",
|
|
"resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
|
|
"integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/source-map-support": {
|
|
"version": "0.5.21",
|
|
"resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz",
|
|
"integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"buffer-from": "^1.0.0",
|
|
"source-map": "^0.6.0"
|
|
}
|
|
},
|
|
"node_modules/terser": {
|
|
"version": "5.14.2",
|
|
"resolved": "https://registry.npmjs.org/terser/-/terser-5.14.2.tgz",
|
|
"integrity": "sha512-oL0rGeM/WFQCUd0y2QrWxYnq7tfSuKBiqTjRPWrRgB46WD/kiwHwF8T23z78H6Q6kGCuuHcPB+KULHRdxvVGQA==",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"@jridgewell/source-map": "^0.3.2",
|
|
"acorn": "^8.5.0",
|
|
"commander": "^2.20.0",
|
|
"source-map-support": "~0.5.20"
|
|
},
|
|
"bin": {
|
|
"terser": "bin/terser"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/thenify": {
|
|
"version": "3.3.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"any-promise": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/thenify-all": {
|
|
"version": "1.6.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"thenify": ">= 3.1.0 < 4"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.8"
|
|
}
|
|
},
|
|
"node_modules/three": {
|
|
"version": "0.125.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/tiny-emitter": {
|
|
"version": "2.1.0",
|
|
"license": "MIT"
|
|
},
|
|
"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==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-number": "^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0"
|
|
}
|
|
},
|
|
"node_modules/ua-parser-js": {
|
|
"version": "1.0.39",
|
|
"resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-1.0.39.tgz",
|
|
"integrity": "sha512-k24RCVWlEcjkdOxYmVJgeD/0a1TiSpqLg+ZalVGV9lsnr4yqu0w7tX/x2xX6G4zpkgQnRf89lxuZ1wsbjXM8lw==",
|
|
"funding": [
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/ua-parser-js"
|
|
},
|
|
{
|
|
"type": "paypal",
|
|
"url": "https://paypal.me/faisalman"
|
|
},
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/faisalman"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"bin": {
|
|
"ua-parser-js": "script/cli.js"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/url-toolkit": {
|
|
"version": "2.2.5",
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/vanilla-sharing": {
|
|
"version": "5.7.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/video.js": {
|
|
"version": "7.20.3",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.12.5",
|
|
"@videojs/http-streaming": "2.14.3",
|
|
"@videojs/vhs-utils": "^3.0.4",
|
|
"@videojs/xhr": "2.6.0",
|
|
"aes-decrypter": "3.1.3",
|
|
"global": "^4.4.0",
|
|
"keycode": "^2.2.0",
|
|
"m3u8-parser": "4.7.1",
|
|
"mpd-parser": "0.21.1",
|
|
"mux.js": "6.0.1",
|
|
"safe-json-parse": "4.0.0",
|
|
"videojs-font": "3.2.0",
|
|
"videojs-vtt.js": "^0.15.4"
|
|
}
|
|
},
|
|
"node_modules/video.js/node_modules/@videojs/http-streaming": {
|
|
"version": "2.14.3",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.12.5",
|
|
"@videojs/vhs-utils": "3.0.5",
|
|
"aes-decrypter": "3.1.3",
|
|
"global": "^4.4.0",
|
|
"m3u8-parser": "4.7.1",
|
|
"mpd-parser": "0.21.1",
|
|
"mux.js": "6.0.1",
|
|
"video.js": "^6 || ^7"
|
|
},
|
|
"engines": {
|
|
"node": ">=8",
|
|
"npm": ">=5"
|
|
},
|
|
"peerDependencies": {
|
|
"video.js": "^6 || ^7"
|
|
}
|
|
},
|
|
"node_modules/video.js/node_modules/@videojs/vhs-utils": {
|
|
"version": "3.0.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.12.5",
|
|
"global": "^4.4.0",
|
|
"url-toolkit": "^2.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8",
|
|
"npm": ">=5"
|
|
}
|
|
},
|
|
"node_modules/video.js/node_modules/m3u8-parser": {
|
|
"version": "4.7.1",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.12.5",
|
|
"@videojs/vhs-utils": "^3.0.5",
|
|
"global": "^4.4.0"
|
|
}
|
|
},
|
|
"node_modules/video.js/node_modules/mpd-parser": {
|
|
"version": "0.21.1",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.12.5",
|
|
"@videojs/vhs-utils": "^3.0.5",
|
|
"@xmldom/xmldom": "^0.7.2",
|
|
"global": "^4.4.0"
|
|
},
|
|
"bin": {
|
|
"mpd-to-m3u8-json": "bin/parse.js"
|
|
}
|
|
},
|
|
"node_modules/videojs-contrib-ads": {
|
|
"version": "6.9.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"global": "^4.3.2",
|
|
"video.js": "^6 || ^7"
|
|
},
|
|
"engines": {
|
|
"node": ">=8",
|
|
"npm": ">=5"
|
|
}
|
|
},
|
|
"node_modules/videojs-contrib-eme": {
|
|
"version": "5.0.1",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"global": "^4.3.2",
|
|
"video.js": "^6 || ^7 || ^8"
|
|
}
|
|
},
|
|
"node_modules/videojs-contrib-quality-levels": {
|
|
"version": "2.2.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"global": "^4.3.2",
|
|
"video.js": "^6 || ^7"
|
|
},
|
|
"peerDependencies": {
|
|
"video.js": "^6 || ^7"
|
|
}
|
|
},
|
|
"node_modules/videojs-errors": {
|
|
"version": "6.0.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"global": "^4.4.0",
|
|
"video.js": "^6 || ^7"
|
|
}
|
|
},
|
|
"node_modules/videojs-flash": {
|
|
"version": "2.2.1",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"global": "^4.4.0",
|
|
"video.js": "^6 || ^7",
|
|
"videojs-swf": "5.4.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.4.0"
|
|
}
|
|
},
|
|
"node_modules/videojs-font": {
|
|
"version": "3.2.0",
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/videojs-hls-quality-selector": {
|
|
"version": "1.1.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"global": "^4.3.2",
|
|
"karma-safaritechpreview-launcher": "0.0.6",
|
|
"video.js": "^7.5.5",
|
|
"videojs-contrib-quality-levels": "^2.0.9"
|
|
}
|
|
},
|
|
"node_modules/videojs-hotkeys": {
|
|
"version": "0.2.28",
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/videojs-playlist-ui": {
|
|
"version": "4.1.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"global": "^4.4.0",
|
|
"video.js": "^6 || ^7"
|
|
}
|
|
},
|
|
"node_modules/videojs-share": {
|
|
"version": "3.2.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"clipboard": "^1.7.1",
|
|
"vanilla-sharing": "^5.3.2",
|
|
"video.js": "^6 || ^7"
|
|
}
|
|
},
|
|
"node_modules/videojs-swf": {
|
|
"version": "5.4.2"
|
|
},
|
|
"node_modules/videojs-vjsdownload": {
|
|
"version": "1.0.4",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"video.js": "^7.4.1"
|
|
}
|
|
},
|
|
"node_modules/videojs-vr": {
|
|
"version": "1.10.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.14.5",
|
|
"global": "^4.4.0",
|
|
"three": "0.125.2",
|
|
"video.js": "^6 || ^7",
|
|
"webvr-polyfill": "0.10.12"
|
|
}
|
|
},
|
|
"node_modules/videojs-vtt.js": {
|
|
"version": "0.15.4",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"global": "^4.3.1"
|
|
}
|
|
},
|
|
"node_modules/videojs-youtube": {
|
|
"version": "2.6.1",
|
|
"resolved": "https://registry.npmjs.org/videojs-youtube/-/videojs-youtube-2.6.1.tgz",
|
|
"integrity": "sha512-qvwrkgXixbX8xzdkBa7o5r9KUITRISAy4bbyrpBgub3m0mhwz6WLXDIwJZ6/w4Z/JijWjLQqlg8W1jYhCEgHZw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"video.js": "^5.6.0 || ^6.2.8 || ^7.0.2"
|
|
},
|
|
"peerDependencies": {
|
|
"video.js": "5.x || 6.x || 7.x"
|
|
}
|
|
},
|
|
"node_modules/webvr-polyfill": {
|
|
"version": "0.10.12",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"cardboard-vr-display": "^1.0.19"
|
|
}
|
|
},
|
|
"node_modules/webvr-polyfill-dpdb": {
|
|
"version": "1.0.18",
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/wrappy": {
|
|
"version": "1.0.2",
|
|
"license": "ISC"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": {
|
|
"version": "7.27.0",
|
|
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.27.0.tgz",
|
|
"integrity": "sha512-VtPOkrdPHZsKc/clNqyi9WUA8TINkZ4cGk63UUE3u4pmB2k+ZMQRDuIOagv8UVd6j7k0T3+RRIb7beKTebNbcw==",
|
|
"requires": {
|
|
"regenerator-runtime": "^0.14.0"
|
|
}
|
|
},
|
|
"@filmgardi/videojs-collect-data": {
|
|
"version": "2.0.2",
|
|
"requires": {
|
|
"clientjs": "^0.2.1",
|
|
"global": "^4.3.2",
|
|
"ua-parser-js": "^1.0.2",
|
|
"video.js": "^6 || ^7"
|
|
}
|
|
},
|
|
"@jridgewell/gen-mapping": {
|
|
"version": "0.3.8",
|
|
"resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz",
|
|
"integrity": "sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==",
|
|
"requires": {
|
|
"@jridgewell/set-array": "^1.2.1",
|
|
"@jridgewell/sourcemap-codec": "^1.4.10",
|
|
"@jridgewell/trace-mapping": "^0.3.24"
|
|
}
|
|
},
|
|
"@jridgewell/resolve-uri": {
|
|
"version": "3.1.2",
|
|
"resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
|
|
"integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw=="
|
|
},
|
|
"@jridgewell/set-array": {
|
|
"version": "1.2.1",
|
|
"resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz",
|
|
"integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A=="
|
|
},
|
|
"@jridgewell/source-map": {
|
|
"version": "0.3.6",
|
|
"resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.6.tgz",
|
|
"integrity": "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==",
|
|
"requires": {
|
|
"@jridgewell/gen-mapping": "^0.3.5",
|
|
"@jridgewell/trace-mapping": "^0.3.25"
|
|
}
|
|
},
|
|
"@jridgewell/sourcemap-codec": {
|
|
"version": "1.5.0",
|
|
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",
|
|
"integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ=="
|
|
},
|
|
"@jridgewell/trace-mapping": {
|
|
"version": "0.3.25",
|
|
"resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz",
|
|
"integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==",
|
|
"requires": {
|
|
"@jridgewell/resolve-uri": "^3.1.0",
|
|
"@jridgewell/sourcemap-codec": "^1.4.14"
|
|
}
|
|
},
|
|
"@node-minify/core": {
|
|
"version": "6.4.0",
|
|
"resolved": "https://registry.npmjs.org/@node-minify/core/-/core-6.4.0.tgz",
|
|
"integrity": "sha512-tgfV6r+/4EBr+IvasZsOhlKMLZ5oLJtapUzEtiiTTokRQKFNCOnI/UXFbkXNsFq4wW7USVWjxiNScA+eBd5e1g==",
|
|
"requires": {
|
|
"@node-minify/utils": "^6.4.0",
|
|
"globby": "11.0.4",
|
|
"mkdirp": "1.0.4"
|
|
}
|
|
},
|
|
"@node-minify/csso": {
|
|
"version": "8.0.6",
|
|
"resolved": "https://registry.npmjs.org/@node-minify/csso/-/csso-8.0.6.tgz",
|
|
"integrity": "sha512-6S6HW6rMGyB7APmVKaGfnONc60YdIe23VpAs7xI6M2oi2zxNoOXtZQvqV9Lx9tjVU1wN1Y5kGCoarfdMtCJ/DA==",
|
|
"requires": {
|
|
"@node-minify/utils": "8.0.6",
|
|
"csso": "5.0.5"
|
|
},
|
|
"dependencies": {
|
|
"@node-minify/utils": {
|
|
"version": "8.0.6",
|
|
"resolved": "https://registry.npmjs.org/@node-minify/utils/-/utils-8.0.6.tgz",
|
|
"integrity": "sha512-csY4qcR7jUwiZmkreNTJhcypQfts2aY2CK+a+rXgXUImZiZiySh0FvwHjRnlqWKvg+y6ae9lHFzDRjBTmqlTIQ==",
|
|
"requires": {
|
|
"gzip-size": "6.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"@node-minify/terser": {
|
|
"version": "6.4.0",
|
|
"resolved": "https://registry.npmjs.org/@node-minify/terser/-/terser-6.4.0.tgz",
|
|
"integrity": "sha512-62dCsMFkJ8JnCFiLkItjTVKrSoI8pJe58bQfjBapXCJe68acf8skbfmkVmyIZyLBJS52ef2yyGBusyilzy2jfA==",
|
|
"requires": {
|
|
"@node-minify/utils": "^6.4.0",
|
|
"terser": "5.14.2"
|
|
}
|
|
},
|
|
"@node-minify/utils": {
|
|
"version": "6.4.0",
|
|
"resolved": "https://registry.npmjs.org/@node-minify/utils/-/utils-6.4.0.tgz",
|
|
"integrity": "sha512-mx6oZCmAdibRWuBhJV3Fx6jXwgCY2bCasVb7sXh06H28jqAd9BDcufLEoBoAXPuNrfz0t/wptoKbjmXuE8YXdg==",
|
|
"requires": {
|
|
"gzip-size": "6.0.0"
|
|
}
|
|
},
|
|
"@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==",
|
|
"requires": {
|
|
"@nodelib/fs.stat": "2.0.5",
|
|
"run-parallel": "^1.1.9"
|
|
}
|
|
},
|
|
"@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=="
|
|
},
|
|
"@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==",
|
|
"requires": {
|
|
"@nodelib/fs.scandir": "2.1.5",
|
|
"fastq": "^1.6.0"
|
|
}
|
|
},
|
|
"@video-js-plugins/videojs-ads-markers": {
|
|
"version": "1.0.0",
|
|
"requires": {}
|
|
},
|
|
"@videojs/http-streaming": {
|
|
"version": "2.15.0",
|
|
"requires": {
|
|
"@babel/runtime": "^7.12.5",
|
|
"@videojs/vhs-utils": "3.0.5",
|
|
"aes-decrypter": "3.1.3",
|
|
"global": "^4.4.0",
|
|
"m3u8-parser": "4.8.0",
|
|
"mpd-parser": "0.22.0",
|
|
"mux.js": "6.0.1",
|
|
"video.js": "^6 || ^7"
|
|
},
|
|
"dependencies": {
|
|
"@videojs/vhs-utils": {
|
|
"version": "3.0.5",
|
|
"requires": {
|
|
"@babel/runtime": "^7.12.5",
|
|
"global": "^4.4.0",
|
|
"url-toolkit": "^2.2.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"@videojs/vhs-utils": {
|
|
"version": "4.0.0",
|
|
"requires": {
|
|
"@babel/runtime": "^7.12.5",
|
|
"global": "^4.4.0",
|
|
"url-toolkit": "^2.2.1"
|
|
}
|
|
},
|
|
"@videojs/xhr": {
|
|
"version": "2.6.0",
|
|
"requires": {
|
|
"@babel/runtime": "^7.5.5",
|
|
"global": "~4.4.0",
|
|
"is-function": "^1.0.1"
|
|
}
|
|
},
|
|
"@viostream/videojs-overlay": {
|
|
"version": "v2.1.6-f.97-master",
|
|
"requires": {
|
|
"global": "^4.4.0",
|
|
"video.js": "^6 || ^7"
|
|
}
|
|
},
|
|
"@xmldom/xmldom": {
|
|
"version": "0.7.9"
|
|
},
|
|
"@youon/videojs-ssa": {
|
|
"version": "1.1.1",
|
|
"requires": {
|
|
"global": "^4.3.2",
|
|
"video.js": "^6 || ^7",
|
|
"videojs-contrib-ads": "^6.6.1"
|
|
}
|
|
},
|
|
"acorn": {
|
|
"version": "8.14.1",
|
|
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.1.tgz",
|
|
"integrity": "sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg=="
|
|
},
|
|
"aes-decrypter": {
|
|
"version": "3.1.3",
|
|
"requires": {
|
|
"@babel/runtime": "^7.12.5",
|
|
"@videojs/vhs-utils": "^3.0.5",
|
|
"global": "^4.4.0",
|
|
"pkcs7": "^1.0.4"
|
|
},
|
|
"dependencies": {
|
|
"@videojs/vhs-utils": {
|
|
"version": "3.0.5",
|
|
"requires": {
|
|
"@babel/runtime": "^7.12.5",
|
|
"global": "^4.4.0",
|
|
"url-toolkit": "^2.2.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"any-promise": {
|
|
"version": "1.3.0"
|
|
},
|
|
"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=="
|
|
},
|
|
"balanced-match": {
|
|
"version": "1.0.2"
|
|
},
|
|
"braces": {
|
|
"version": "3.0.3",
|
|
"resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
|
|
"integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
|
|
"requires": {
|
|
"fill-range": "^7.1.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=="
|
|
},
|
|
"cardboard-vr-display": {
|
|
"version": "1.0.19",
|
|
"requires": {
|
|
"gl-preserve-state": "^1.0.0",
|
|
"nosleep.js": "^0.7.0",
|
|
"webvr-polyfill-dpdb": "^1.0.17"
|
|
}
|
|
},
|
|
"clientjs": {
|
|
"version": "0.2.1",
|
|
"requires": {
|
|
"globalthis": "^1.0.2",
|
|
"inherits": "^2.0.4",
|
|
"murmurhash-js": "^1.0.0",
|
|
"ua-parser-js": "^0.7.30"
|
|
},
|
|
"dependencies": {
|
|
"ua-parser-js": {
|
|
"version": "0.7.39",
|
|
"resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.39.tgz",
|
|
"integrity": "sha512-IZ6acm6RhQHNibSt7+c09hhvsKy9WUr4DVbeq9U8o71qxyYtJpQeDxQnMrVqnIFMLcQjHO0I9wgfO2vIahht4w=="
|
|
}
|
|
}
|
|
},
|
|
"clipboard": {
|
|
"version": "1.7.1",
|
|
"requires": {
|
|
"good-listener": "^1.2.2",
|
|
"select": "^1.1.2",
|
|
"tiny-emitter": "^2.0.0"
|
|
}
|
|
},
|
|
"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=="
|
|
},
|
|
"concat-map": {
|
|
"version": "0.0.1"
|
|
},
|
|
"css-tree": {
|
|
"version": "2.2.1",
|
|
"resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.2.1.tgz",
|
|
"integrity": "sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==",
|
|
"requires": {
|
|
"mdn-data": "2.0.28",
|
|
"source-map-js": "^1.0.1"
|
|
}
|
|
},
|
|
"csso": {
|
|
"version": "5.0.5",
|
|
"resolved": "https://registry.npmjs.org/csso/-/csso-5.0.5.tgz",
|
|
"integrity": "sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==",
|
|
"requires": {
|
|
"css-tree": "~2.2.0"
|
|
}
|
|
},
|
|
"define-properties": {
|
|
"version": "1.1.4",
|
|
"requires": {
|
|
"has-property-descriptors": "^1.0.0",
|
|
"object-keys": "^1.1.1"
|
|
}
|
|
},
|
|
"delegate": {
|
|
"version": "3.2.0"
|
|
},
|
|
"dir-glob": {
|
|
"version": "3.0.1",
|
|
"resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz",
|
|
"integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
|
|
"requires": {
|
|
"path-type": "^4.0.0"
|
|
}
|
|
},
|
|
"dom-walk": {
|
|
"version": "0.1.2"
|
|
},
|
|
"duplexer": {
|
|
"version": "0.1.2",
|
|
"resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz",
|
|
"integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg=="
|
|
},
|
|
"fast-glob": {
|
|
"version": "3.3.3",
|
|
"resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz",
|
|
"integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
|
|
"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.8"
|
|
}
|
|
},
|
|
"fastq": {
|
|
"version": "1.19.1",
|
|
"resolved": "https://registry.npmjs.org/fastq/-/fastq-1.19.1.tgz",
|
|
"integrity": "sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==",
|
|
"requires": {
|
|
"reusify": "^1.0.4"
|
|
}
|
|
},
|
|
"fill-range": {
|
|
"version": "7.1.1",
|
|
"resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
|
|
"integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
|
|
"requires": {
|
|
"to-regex-range": "^5.0.1"
|
|
}
|
|
},
|
|
"fs-extra": {
|
|
"version": "0.26.7",
|
|
"requires": {
|
|
"graceful-fs": "^4.1.2",
|
|
"jsonfile": "^2.1.0",
|
|
"klaw": "^1.0.0",
|
|
"path-is-absolute": "^1.0.0",
|
|
"rimraf": "^2.2.8"
|
|
}
|
|
},
|
|
"fs-promise": {
|
|
"version": "0.5.0",
|
|
"requires": {
|
|
"any-promise": "^1.0.0",
|
|
"fs-extra": "^0.26.5",
|
|
"mz": "^2.3.1",
|
|
"thenify-all": "^1.6.0"
|
|
}
|
|
},
|
|
"fs.realpath": {
|
|
"version": "1.0.0"
|
|
},
|
|
"function-bind": {
|
|
"version": "1.1.1"
|
|
},
|
|
"get-intrinsic": {
|
|
"version": "1.1.3",
|
|
"requires": {
|
|
"function-bind": "^1.1.1",
|
|
"has": "^1.0.3",
|
|
"has-symbols": "^1.0.3"
|
|
}
|
|
},
|
|
"gl-preserve-state": {
|
|
"version": "1.0.0"
|
|
},
|
|
"glob-parent": {
|
|
"version": "5.1.2",
|
|
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
|
|
"integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
|
|
"requires": {
|
|
"is-glob": "^4.0.1"
|
|
}
|
|
},
|
|
"global": {
|
|
"version": "4.4.0",
|
|
"requires": {
|
|
"min-document": "^2.19.0",
|
|
"process": "^0.11.10"
|
|
}
|
|
},
|
|
"globalthis": {
|
|
"version": "1.0.3",
|
|
"requires": {
|
|
"define-properties": "^1.1.3"
|
|
}
|
|
},
|
|
"globby": {
|
|
"version": "11.0.4",
|
|
"resolved": "https://registry.npmjs.org/globby/-/globby-11.0.4.tgz",
|
|
"integrity": "sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==",
|
|
"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"
|
|
}
|
|
},
|
|
"good-listener": {
|
|
"version": "1.2.2",
|
|
"requires": {
|
|
"delegate": "^3.1.2"
|
|
}
|
|
},
|
|
"graceful-fs": {
|
|
"version": "4.2.10"
|
|
},
|
|
"gzip-size": {
|
|
"version": "6.0.0",
|
|
"resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-6.0.0.tgz",
|
|
"integrity": "sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==",
|
|
"requires": {
|
|
"duplexer": "^0.1.2"
|
|
}
|
|
},
|
|
"has": {
|
|
"version": "1.0.3",
|
|
"requires": {
|
|
"function-bind": "^1.1.1"
|
|
}
|
|
},
|
|
"has-property-descriptors": {
|
|
"version": "1.0.0",
|
|
"requires": {
|
|
"get-intrinsic": "^1.1.1"
|
|
}
|
|
},
|
|
"has-symbols": {
|
|
"version": "1.0.3"
|
|
},
|
|
"ignore": {
|
|
"version": "5.3.2",
|
|
"resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
|
|
"integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g=="
|
|
},
|
|
"individual": {
|
|
"version": "2.0.0"
|
|
},
|
|
"inflight": {
|
|
"version": "1.0.6",
|
|
"requires": {
|
|
"once": "^1.3.0",
|
|
"wrappy": "1"
|
|
}
|
|
},
|
|
"inherits": {
|
|
"version": "2.0.4"
|
|
},
|
|
"is-extglob": {
|
|
"version": "2.1.1",
|
|
"resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
|
|
"integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ=="
|
|
},
|
|
"is-function": {
|
|
"version": "1.0.2"
|
|
},
|
|
"is-glob": {
|
|
"version": "4.0.3",
|
|
"resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
|
|
"integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
|
|
"requires": {
|
|
"is-extglob": "^2.1.1"
|
|
}
|
|
},
|
|
"is-number": {
|
|
"version": "7.0.0",
|
|
"resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
|
|
"integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng=="
|
|
},
|
|
"js-tokens": {
|
|
"version": "4.0.0",
|
|
"peer": true
|
|
},
|
|
"jsonfile": {
|
|
"version": "2.4.0",
|
|
"requires": {
|
|
"graceful-fs": "^4.1.6"
|
|
}
|
|
},
|
|
"karma-safaritechpreview-launcher": {
|
|
"version": "0.0.6",
|
|
"requires": {
|
|
"fs-promise": "^0.5.0",
|
|
"marcosc-async": "^3.0.4"
|
|
}
|
|
},
|
|
"keycode": {
|
|
"version": "2.2.1"
|
|
},
|
|
"klaw": {
|
|
"version": "1.3.1",
|
|
"requires": {
|
|
"graceful-fs": "^4.1.9"
|
|
}
|
|
},
|
|
"loose-envify": {
|
|
"version": "1.4.0",
|
|
"peer": true,
|
|
"requires": {
|
|
"js-tokens": "^3.0.0 || ^4.0.0"
|
|
}
|
|
},
|
|
"m3u8-parser": {
|
|
"version": "4.8.0",
|
|
"requires": {
|
|
"@babel/runtime": "^7.12.5",
|
|
"@videojs/vhs-utils": "^3.0.5",
|
|
"global": "^4.4.0"
|
|
},
|
|
"dependencies": {
|
|
"@videojs/vhs-utils": {
|
|
"version": "3.0.5",
|
|
"requires": {
|
|
"@babel/runtime": "^7.12.5",
|
|
"global": "^4.4.0",
|
|
"url-toolkit": "^2.2.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"marcosc-async": {
|
|
"version": "3.0.5"
|
|
},
|
|
"mdn-data": {
|
|
"version": "2.0.28",
|
|
"resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.28.tgz",
|
|
"integrity": "sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g=="
|
|
},
|
|
"merge2": {
|
|
"version": "1.4.1",
|
|
"resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
|
|
"integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg=="
|
|
},
|
|
"micromatch": {
|
|
"version": "4.0.8",
|
|
"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
|
|
"integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
|
|
"requires": {
|
|
"braces": "^3.0.3",
|
|
"picomatch": "^2.3.1"
|
|
}
|
|
},
|
|
"min-document": {
|
|
"version": "2.19.0",
|
|
"requires": {
|
|
"dom-walk": "^0.1.0"
|
|
}
|
|
},
|
|
"mkdirp": {
|
|
"version": "1.0.4",
|
|
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
|
|
"integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw=="
|
|
},
|
|
"mpd-parser": {
|
|
"version": "0.22.0",
|
|
"requires": {
|
|
"@babel/runtime": "^7.12.5",
|
|
"@videojs/vhs-utils": "^3.0.5",
|
|
"@xmldom/xmldom": "^0.7.2",
|
|
"global": "^4.4.0"
|
|
},
|
|
"dependencies": {
|
|
"@videojs/vhs-utils": {
|
|
"version": "3.0.5",
|
|
"requires": {
|
|
"@babel/runtime": "^7.12.5",
|
|
"global": "^4.4.0",
|
|
"url-toolkit": "^2.2.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"murmurhash-js": {
|
|
"version": "1.0.0"
|
|
},
|
|
"mux.js": {
|
|
"version": "6.0.1",
|
|
"requires": {
|
|
"@babel/runtime": "^7.11.2",
|
|
"global": "^4.4.0"
|
|
}
|
|
},
|
|
"mz": {
|
|
"version": "2.7.0",
|
|
"requires": {
|
|
"any-promise": "^1.0.0",
|
|
"object-assign": "^4.0.1",
|
|
"thenify-all": "^1.0.0"
|
|
}
|
|
},
|
|
"nosleep.js": {
|
|
"version": "0.7.0"
|
|
},
|
|
"object-assign": {
|
|
"version": "4.1.1"
|
|
},
|
|
"object-keys": {
|
|
"version": "1.1.1"
|
|
},
|
|
"once": {
|
|
"version": "1.4.0",
|
|
"requires": {
|
|
"wrappy": "1"
|
|
}
|
|
},
|
|
"path-is-absolute": {
|
|
"version": "1.0.1"
|
|
},
|
|
"path-type": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
|
|
"integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw=="
|
|
},
|
|
"picomatch": {
|
|
"version": "2.3.1",
|
|
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
|
|
"integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA=="
|
|
},
|
|
"pkcs7": {
|
|
"version": "1.0.4",
|
|
"requires": {
|
|
"@babel/runtime": "^7.5.5"
|
|
}
|
|
},
|
|
"process": {
|
|
"version": "0.11.10"
|
|
},
|
|
"queue-microtask": {
|
|
"version": "1.2.3",
|
|
"resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
|
|
"integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A=="
|
|
},
|
|
"react": {
|
|
"version": "18.2.0",
|
|
"peer": true,
|
|
"requires": {
|
|
"loose-envify": "^1.1.0"
|
|
}
|
|
},
|
|
"react-dom": {
|
|
"version": "18.2.0",
|
|
"peer": true,
|
|
"requires": {
|
|
"loose-envify": "^1.1.0",
|
|
"scheduler": "^0.23.0"
|
|
}
|
|
},
|
|
"regenerator-runtime": {
|
|
"version": "0.14.1",
|
|
"resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz",
|
|
"integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw=="
|
|
},
|
|
"reusify": {
|
|
"version": "1.1.0",
|
|
"resolved": "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz",
|
|
"integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw=="
|
|
},
|
|
"rimraf": {
|
|
"version": "2.7.1",
|
|
"requires": {
|
|
"glob": "^7.1.3"
|
|
},
|
|
"dependencies": {
|
|
"brace-expansion": {
|
|
"version": "1.1.11",
|
|
"requires": {
|
|
"balanced-match": "^1.0.0",
|
|
"concat-map": "0.0.1"
|
|
}
|
|
},
|
|
"glob": {
|
|
"version": "7.2.3",
|
|
"requires": {
|
|
"fs.realpath": "^1.0.0",
|
|
"inflight": "^1.0.4",
|
|
"inherits": "2",
|
|
"minimatch": "^3.1.1",
|
|
"once": "^1.3.0",
|
|
"path-is-absolute": "^1.0.0"
|
|
}
|
|
},
|
|
"minimatch": {
|
|
"version": "3.1.2",
|
|
"requires": {
|
|
"brace-expansion": "^1.1.7"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"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==",
|
|
"requires": {
|
|
"queue-microtask": "^1.2.2"
|
|
}
|
|
},
|
|
"rust-result": {
|
|
"version": "1.0.0",
|
|
"requires": {
|
|
"individual": "^2.0.0"
|
|
}
|
|
},
|
|
"safe-json-parse": {
|
|
"version": "4.0.0",
|
|
"requires": {
|
|
"rust-result": "^1.0.0"
|
|
}
|
|
},
|
|
"scheduler": {
|
|
"version": "0.23.0",
|
|
"peer": true,
|
|
"requires": {
|
|
"loose-envify": "^1.1.0"
|
|
}
|
|
},
|
|
"select": {
|
|
"version": "1.1.2"
|
|
},
|
|
"slash": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
|
|
"integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q=="
|
|
},
|
|
"source-map": {
|
|
"version": "0.6.1",
|
|
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
|
|
"integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
|
|
},
|
|
"source-map-js": {
|
|
"version": "1.2.1",
|
|
"resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
|
|
"integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA=="
|
|
},
|
|
"source-map-support": {
|
|
"version": "0.5.21",
|
|
"resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz",
|
|
"integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
|
|
"requires": {
|
|
"buffer-from": "^1.0.0",
|
|
"source-map": "^0.6.0"
|
|
}
|
|
},
|
|
"terser": {
|
|
"version": "5.14.2",
|
|
"resolved": "https://registry.npmjs.org/terser/-/terser-5.14.2.tgz",
|
|
"integrity": "sha512-oL0rGeM/WFQCUd0y2QrWxYnq7tfSuKBiqTjRPWrRgB46WD/kiwHwF8T23z78H6Q6kGCuuHcPB+KULHRdxvVGQA==",
|
|
"requires": {
|
|
"@jridgewell/source-map": "^0.3.2",
|
|
"acorn": "^8.5.0",
|
|
"commander": "^2.20.0",
|
|
"source-map-support": "~0.5.20"
|
|
}
|
|
},
|
|
"thenify": {
|
|
"version": "3.3.1",
|
|
"requires": {
|
|
"any-promise": "^1.0.0"
|
|
}
|
|
},
|
|
"thenify-all": {
|
|
"version": "1.6.0",
|
|
"requires": {
|
|
"thenify": ">= 3.1.0 < 4"
|
|
}
|
|
},
|
|
"three": {
|
|
"version": "0.125.2"
|
|
},
|
|
"tiny-emitter": {
|
|
"version": "2.1.0"
|
|
},
|
|
"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==",
|
|
"requires": {
|
|
"is-number": "^7.0.0"
|
|
}
|
|
},
|
|
"ua-parser-js": {
|
|
"version": "1.0.39",
|
|
"resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-1.0.39.tgz",
|
|
"integrity": "sha512-k24RCVWlEcjkdOxYmVJgeD/0a1TiSpqLg+ZalVGV9lsnr4yqu0w7tX/x2xX6G4zpkgQnRf89lxuZ1wsbjXM8lw=="
|
|
},
|
|
"url-toolkit": {
|
|
"version": "2.2.5"
|
|
},
|
|
"vanilla-sharing": {
|
|
"version": "5.7.0"
|
|
},
|
|
"video.js": {
|
|
"version": "7.20.3",
|
|
"requires": {
|
|
"@babel/runtime": "^7.12.5",
|
|
"@videojs/http-streaming": "2.14.3",
|
|
"@videojs/vhs-utils": "^3.0.4",
|
|
"@videojs/xhr": "2.6.0",
|
|
"aes-decrypter": "3.1.3",
|
|
"global": "^4.4.0",
|
|
"keycode": "^2.2.0",
|
|
"m3u8-parser": "4.7.1",
|
|
"mpd-parser": "0.21.1",
|
|
"mux.js": "6.0.1",
|
|
"safe-json-parse": "4.0.0",
|
|
"videojs-font": "3.2.0",
|
|
"videojs-vtt.js": "^0.15.4"
|
|
},
|
|
"dependencies": {
|
|
"@videojs/http-streaming": {
|
|
"version": "2.14.3",
|
|
"requires": {
|
|
"@babel/runtime": "^7.12.5",
|
|
"@videojs/vhs-utils": "3.0.5",
|
|
"aes-decrypter": "3.1.3",
|
|
"global": "^4.4.0",
|
|
"m3u8-parser": "4.7.1",
|
|
"mpd-parser": "0.21.1",
|
|
"mux.js": "6.0.1",
|
|
"video.js": "^6 || ^7"
|
|
}
|
|
},
|
|
"@videojs/vhs-utils": {
|
|
"version": "3.0.5",
|
|
"requires": {
|
|
"@babel/runtime": "^7.12.5",
|
|
"global": "^4.4.0",
|
|
"url-toolkit": "^2.2.1"
|
|
}
|
|
},
|
|
"m3u8-parser": {
|
|
"version": "4.7.1",
|
|
"requires": {
|
|
"@babel/runtime": "^7.12.5",
|
|
"@videojs/vhs-utils": "^3.0.5",
|
|
"global": "^4.4.0"
|
|
}
|
|
},
|
|
"mpd-parser": {
|
|
"version": "0.21.1",
|
|
"requires": {
|
|
"@babel/runtime": "^7.12.5",
|
|
"@videojs/vhs-utils": "^3.0.5",
|
|
"@xmldom/xmldom": "^0.7.2",
|
|
"global": "^4.4.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"videojs-contrib-ads": {
|
|
"version": "6.9.0",
|
|
"requires": {
|
|
"global": "^4.3.2",
|
|
"video.js": "^6 || ^7"
|
|
}
|
|
},
|
|
"videojs-contrib-eme": {
|
|
"version": "5.0.1",
|
|
"requires": {
|
|
"global": "^4.3.2",
|
|
"video.js": "^6 || ^7 || ^8"
|
|
}
|
|
},
|
|
"videojs-contrib-quality-levels": {
|
|
"version": "2.2.0",
|
|
"requires": {
|
|
"global": "^4.3.2",
|
|
"video.js": "^6 || ^7"
|
|
}
|
|
},
|
|
"videojs-errors": {
|
|
"version": "6.0.0",
|
|
"requires": {
|
|
"global": "^4.4.0",
|
|
"video.js": "^6 || ^7"
|
|
}
|
|
},
|
|
"videojs-flash": {
|
|
"version": "2.2.1",
|
|
"requires": {
|
|
"global": "^4.4.0",
|
|
"video.js": "^6 || ^7",
|
|
"videojs-swf": "5.4.2"
|
|
}
|
|
},
|
|
"videojs-font": {
|
|
"version": "3.2.0"
|
|
},
|
|
"videojs-hls-quality-selector": {
|
|
"version": "1.1.4",
|
|
"requires": {
|
|
"global": "^4.3.2",
|
|
"karma-safaritechpreview-launcher": "0.0.6",
|
|
"video.js": "^7.5.5",
|
|
"videojs-contrib-quality-levels": "^2.0.9"
|
|
}
|
|
},
|
|
"videojs-hotkeys": {
|
|
"version": "0.2.28"
|
|
},
|
|
"videojs-playlist-ui": {
|
|
"version": "4.1.0",
|
|
"requires": {
|
|
"global": "^4.4.0",
|
|
"video.js": "^6 || ^7"
|
|
}
|
|
},
|
|
"videojs-share": {
|
|
"version": "3.2.1",
|
|
"requires": {
|
|
"clipboard": "^1.7.1",
|
|
"vanilla-sharing": "^5.3.2",
|
|
"video.js": "^6 || ^7"
|
|
}
|
|
},
|
|
"videojs-swf": {
|
|
"version": "5.4.2"
|
|
},
|
|
"videojs-vjsdownload": {
|
|
"version": "1.0.4",
|
|
"requires": {
|
|
"video.js": "^7.4.1"
|
|
}
|
|
},
|
|
"videojs-vr": {
|
|
"version": "1.10.1",
|
|
"requires": {
|
|
"@babel/runtime": "^7.14.5",
|
|
"global": "^4.4.0",
|
|
"three": "0.125.2",
|
|
"video.js": "^6 || ^7",
|
|
"webvr-polyfill": "0.10.12"
|
|
}
|
|
},
|
|
"videojs-vtt.js": {
|
|
"version": "0.15.4",
|
|
"requires": {
|
|
"global": "^4.3.1"
|
|
}
|
|
},
|
|
"videojs-youtube": {
|
|
"version": "2.6.1",
|
|
"resolved": "https://registry.npmjs.org/videojs-youtube/-/videojs-youtube-2.6.1.tgz",
|
|
"integrity": "sha512-qvwrkgXixbX8xzdkBa7o5r9KUITRISAy4bbyrpBgub3m0mhwz6WLXDIwJZ6/w4Z/JijWjLQqlg8W1jYhCEgHZw==",
|
|
"requires": {
|
|
"video.js": "^5.6.0 || ^6.2.8 || ^7.0.2"
|
|
}
|
|
},
|
|
"webvr-polyfill": {
|
|
"version": "0.10.12",
|
|
"requires": {
|
|
"cardboard-vr-display": "^1.0.19"
|
|
}
|
|
},
|
|
"webvr-polyfill-dpdb": {
|
|
"version": "1.0.18"
|
|
},
|
|
"wrappy": {
|
|
"version": "1.0.2"
|
|
}
|
|
}
|
|
}
|