LICENSES 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. /*!
  2. * cookie
  3. * Copyright(c) 2012-2014 Roman Shtylman
  4. * Copyright(c) 2015 Douglas Christopher Wilson
  5. * MIT Licensed
  6. */
  7. /*!
  8. * vue-awesome-swiper v4.1.1
  9. * Copyright (c) Surmon. All rights reserved.
  10. * Released under the MIT License.
  11. * Surmon <https://github.com/surmon-china>
  12. */
  13. /*!
  14. * vue-client-only v0.0.0-semantic-release
  15. * (c) 2021-present egoist <0x142857@gmail.com>
  16. * Released under the MIT License.
  17. */
  18. /*!
  19. * vue-no-ssr v1.1.1
  20. * (c) 2018-present egoist <0x142857@gmail.com>
  21. * Released under the MIT License.
  22. */
  23. /*! *****************************************************************************
  24. Copyright (c) Microsoft Corporation. All rights reserved.
  25. Licensed under the Apache License, Version 2.0 (the "License"); you may not use
  26. this file except in compliance with the License. You may obtain a copy of the
  27. License at http://www.apache.org/licenses/LICENSE-2.0
  28. THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  29. KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
  30. WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
  31. MERCHANTABLITY OR NON-INFRINGEMENT.
  32. See the Apache Version 2.0 License for specific language governing permissions
  33. and limitations under the License.
  34. ***************************************************************************** */
  35. /**
  36. * @license
  37. * Lodash <https://lodash.com/>
  38. * Copyright JS Foundation and other contributors <https://js.foundation/>
  39. * Released under MIT license <https://lodash.com/license>
  40. * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
  41. * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
  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.14
  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. */