LICENSES 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. /*!
  2. * JavaScript Cookie v2.2.1
  3. * https://github.com/js-cookie/js-cookie
  4. *
  5. * Copyright 2006, 2015 Klaus Hartl & Fagner Brack
  6. * Released under the MIT license
  7. */
  8. /*!
  9. * Vue.js v2.7.14
  10. * (c) 2014-2022 Evan You
  11. * Released under the MIT License.
  12. */
  13. /*!
  14. * vuex v3.6.2
  15. * (c) 2021 Evan You
  16. * @license MIT
  17. */
  18. /*!
  19. * vue-client-only v0.0.0-semantic-release
  20. * (c) 2021-present egoist <0x142857@gmail.com>
  21. * Released under the MIT License.
  22. */
  23. /*!
  24. * vue-no-ssr v1.1.1
  25. * (c) 2018-present egoist <0x142857@gmail.com>
  26. * Released under the MIT License.
  27. */
  28. /**
  29. * @license
  30. * Video.js 6.13.0 <http://videojs.com/>
  31. * Copyright Brightcove, Inc. <https://www.brightcove.com/>
  32. * Available under Apache License Version 2.0
  33. * <https://github.com/videojs/video.js/blob/master/LICENSE>
  34. *
  35. * Includes vtt.js <https://github.com/mozilla/vtt.js>
  36. * Available under Apache License Version 2.0
  37. * <https://github.com/mozilla/vtt.js/blob/master/LICENSE>
  38. */
  39. /**
  40. * Checks if an event is supported in the current execution environment.
  41. *
  42. * NOTE: This will not work correctly for non-generic events such as `change`,
  43. * `reset`, `load`, `error`, and `select`.
  44. *
  45. * Borrows from Modernizr.
  46. *
  47. * @param {string} eventNameSuffix Event name, e.g. "click".
  48. * @param {?boolean} capture Check if the capture phase is supported.
  49. * @return {boolean} True if the event is supported.
  50. * @internal
  51. * @license Modernizr 3.0.0pre (Custom Build) | MIT
  52. */