LICENSES 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. /*!
  2. * The buffer module from node.js, for the browser.
  3. *
  4. * @author Feross Aboukhadijeh <http://feross.org>
  5. * @license MIT
  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. /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
  36. /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
  37. /**
  38. * @license
  39. * Lodash <https://lodash.com/>
  40. * Copyright JS Foundation and other contributors <https://js.foundation/>
  41. * Released under MIT license <https://lodash.com/license>
  42. * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
  43. * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
  44. */
  45. /**
  46. * Checks if an event is supported in the current execution environment.
  47. *
  48. * NOTE: This will not work correctly for non-generic events such as `change`,
  49. * `reset`, `load`, `error`, and `select`.
  50. *
  51. * Borrows from Modernizr.
  52. *
  53. * @param {string} eventNameSuffix Event name, e.g. "click".
  54. * @param {?boolean} capture Check if the capture phase is supported.
  55. * @return {boolean} True if the event is supported.
  56. * @internal
  57. * @license Modernizr 3.0.0pre (Custom Build) | MIT
  58. */
  59. /*!
  60. * Vue.js v2.7.16
  61. * (c) 2014-2023 Evan You
  62. * Released under the MIT License.
  63. */
  64. /*!
  65. * vuex v3.6.2
  66. * (c) 2021 Evan You
  67. * @license MIT
  68. */