|
@@ -0,0 +1,45 @@
|
|
|
+/*!
|
|
|
+ * Programatically add the following
|
|
|
+ */
|
|
|
+
|
|
|
+/*! @name @videojs/http-streaming @version 3.0.0 @license Apache-2.0 */
|
|
|
+
|
|
|
+/*! @name aes-decrypter @version 4.0.1 @license Apache-2.0 */
|
|
|
+
|
|
|
+/*! @name m3u8-parser @version 6.0.0 @license Apache-2.0 */
|
|
|
+
|
|
|
+/*! @name pkcs7 @version 1.0.4 @license Apache-2.0 */
|
|
|
+
|
|
|
+/*! @name videojs-contrib-quality-levels @version 3.0.0 @license Apache-2.0 */
|
|
|
+
|
|
|
+/**
|
|
|
+ * @license
|
|
|
+ * Lodash <https://lodash.com/>
|
|
|
+ * Copyright JS Foundation and other contributors <https://js.foundation/>
|
|
|
+ * Released under MIT license <https://lodash.com/license>
|
|
|
+ * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
|
|
|
+ * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|
|
+ */
|
|
|
+
|
|
|
+/**
|
|
|
+ * @license
|
|
|
+ * slighly modified parse-headers 2.0.2 <https://github.com/kesla/parse-headers/>
|
|
|
+ * Copyright (c) 2014 David Björklund
|
|
|
+ * Available under the MIT license
|
|
|
+ * <https://github.com/kesla/parse-headers/blob/master/LICENCE>
|
|
|
+ */
|
|
|
+
|
|
|
+/**
|
|
|
+ * Checks if an event is supported in the current execution environment.
|
|
|
+ *
|
|
|
+ * NOTE: This will not work correctly for non-generic events such as `change`,
|
|
|
+ * `reset`, `load`, `error`, and `select`.
|
|
|
+ *
|
|
|
+ * Borrows from Modernizr.
|
|
|
+ *
|
|
|
+ * @param {string} eventNameSuffix Event name, e.g. "click".
|
|
|
+ * @param {?boolean} capture Check if the capture phase is supported.
|
|
|
+ * @return {boolean} True if the event is supported.
|
|
|
+ * @internal
|
|
|
+ * @license Modernizr 3.0.0pre (Custom Build) | MIT
|
|
|
+ */
|