LICENSES 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. /*!
  2. * The buffer module from node.js, for the browser.
  3. *
  4. * @author Feross Aboukhadijeh <http://feross.org>
  5. * @license MIT
  6. */
  7. /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
  8. /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
  9. /*!
  10. * cookie
  11. * Copyright(c) 2012-2014 Roman Shtylman
  12. * Copyright(c) 2015 Douglas Christopher Wilson
  13. * MIT Licensed
  14. */
  15. /*!
  16. * vue-awesome-swiper v4.1.1
  17. * Copyright (c) Surmon. All rights reserved.
  18. * Released under the MIT License.
  19. * Surmon <https://github.com/surmon-china>
  20. */
  21. /*!
  22. * vue-client-only v0.0.0-semantic-release
  23. * (c) 2021-present egoist <0x142857@gmail.com>
  24. * Released under the MIT License.
  25. */
  26. /*!
  27. * vue-no-ssr v1.1.1
  28. * (c) 2018-present egoist <0x142857@gmail.com>
  29. * Released under the MIT License.
  30. */
  31. /*! *****************************************************************************
  32. Copyright (c) Microsoft Corporation. All rights reserved.
  33. Licensed under the Apache License, Version 2.0 (the "License"); you may not use
  34. this file except in compliance with the License. You may obtain a copy of the
  35. License at http://www.apache.org/licenses/LICENSE-2.0
  36. THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  37. KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
  38. WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
  39. MERCHANTABLITY OR NON-INFRINGEMENT.
  40. See the Apache Version 2.0 License for specific language governing permissions
  41. and limitations under the License.
  42. ***************************************************************************** */
  43. /**
  44. * Checks if an event is supported in the current execution environment.
  45. *
  46. * NOTE: This will not work correctly for non-generic events such as `change`,
  47. * `reset`, `load`, `error`, and `select`.
  48. *
  49. * Borrows from Modernizr.
  50. *
  51. * @param {string} eventNameSuffix Event name, e.g. "click".
  52. * @param {?boolean} capture Check if the capture phase is supported.
  53. * @return {boolean} True if the event is supported.
  54. * @internal
  55. * @license Modernizr 3.0.0pre (Custom Build) | MIT
  56. */
  57. /*!
  58. * JavaScript Cookie v2.2.1
  59. * https://github.com/js-cookie/js-cookie
  60. *
  61. * Copyright 2006, 2015 Klaus Hartl & Fagner Brack
  62. * Released under the MIT license
  63. */
  64. /*!
  65. * Vue.js v2.7.13
  66. * (c) 2014-2022 Evan You
  67. * Released under the MIT License.
  68. */
  69. /*!
  70. * vuex v3.6.2
  71. * (c) 2021 Evan You
  72. * @license MIT
  73. */