LICENSES 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. /*!
  2. * vue-router v3.5.3
  3. * (c) 2021 Evan You
  4. * @license MIT
  5. */
  6. /*!
  7. * Determine if an object is a Buffer
  8. *
  9. * @author Feross Aboukhadijeh <https://feross.org>
  10. * @license MIT
  11. */
  12. /*!
  13. * The buffer module from node.js, for the browser.
  14. *
  15. * @author Feross Aboukhadijeh <http://feross.org>
  16. * @license MIT
  17. */
  18. /*!
  19. * Vue-Lazyload.js v1.3.3
  20. * (c) 2019 Awe <hilongjw@gmail.com>
  21. * Released under the MIT License.
  22. */
  23. /*!
  24. * Vue.js v2.6.14
  25. * (c) 2014-2021 Evan You
  26. * Released under the MIT License.
  27. */
  28. /*!
  29. * vue-client-only v0.0.0-semantic-release
  30. * (c) 2021-present egoist <0x142857@gmail.com>
  31. * Released under the MIT License.
  32. */
  33. /*!
  34. * vue-no-ssr v1.1.1
  35. * (c) 2018-present egoist <0x142857@gmail.com>
  36. * Released under the MIT License.
  37. */
  38. /*!
  39. * vuex v3.6.2
  40. * (c) 2021 Evan You
  41. * @license MIT
  42. */
  43. /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
  44. /**
  45. * Checks if an event is supported in the current execution environment.
  46. *
  47. * NOTE: This will not work correctly for non-generic events such as `change`,
  48. * `reset`, `load`, `error`, and `select`.
  49. *
  50. * Borrows from Modernizr.
  51. *
  52. * @param {string} eventNameSuffix Event name, e.g. "click".
  53. * @param {?boolean} capture Check if the capture phase is supported.
  54. * @return {boolean} True if the event is supported.
  55. * @internal
  56. * @license Modernizr 3.0.0pre (Custom Build) | MIT
  57. */