LICENSES 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. /**
  2. * @license
  3. * Lodash <https://lodash.com/>
  4. * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
  5. * Released under MIT license <https://lodash.com/license>
  6. * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
  7. * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
  8. */
  9. /*!
  10. * html2canvas 1.4.1 <https://html2canvas.hertzen.com>
  11. * Copyright (c) 2022 Niklas von Hertzen <https://hertzen.com>
  12. * Released under MIT License
  13. */
  14. /*! *****************************************************************************
  15. Copyright (c) Microsoft Corporation.
  16. Permission to use, copy, modify, and/or distribute this software for any
  17. purpose with or without fee is hereby granted.
  18. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
  19. REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
  20. AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
  21. INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
  22. LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
  23. OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  24. PERFORMANCE OF THIS SOFTWARE.
  25. ***************************************************************************** */
  26. /*!
  27. * clipboard.js v2.0.11
  28. * https://clipboardjs.com/
  29. *
  30. * Licensed MIT © Zeno Rocha
  31. */
  32. /**!
  33. * Sortable 1.10.2
  34. * @author RubaXa <trash@rubaxa.org>
  35. * @author owenm <owen23355@gmail.com>
  36. * @license MIT
  37. */
  38. /**
  39. * Prism: Lightweight, robust, elegant syntax highlighting
  40. *
  41. * @license MIT <https://opensource.org/licenses/MIT>
  42. * @author Lea Verou <https://lea.verou.me>
  43. * @namespace
  44. * @public
  45. */
  46. /*!
  47. * vue-infinite-loading v2.4.5
  48. * (c) 2016-2020 PeachScript
  49. * MIT License
  50. */
  51. /*!
  52. * Vue.js v2.7.16
  53. * (c) 2014-2023 Evan You
  54. * Released under the MIT License.
  55. */
  56. /*!
  57. * vuex v3.6.2
  58. * (c) 2021 Evan You
  59. * @license MIT
  60. */
  61. /*!
  62. * The buffer module from node.js, for the browser.
  63. *
  64. * @author Feross Aboukhadijeh <http://feross.org>
  65. * @license MIT
  66. */
  67. /*!
  68. * cookie
  69. * Copyright(c) 2012-2014 Roman Shtylman
  70. * Copyright(c) 2015 Douglas Christopher Wilson
  71. * MIT Licensed
  72. */
  73. /*!
  74. * vue-client-only v0.0.0-semantic-release
  75. * (c) 2021-present egoist <0x142857@gmail.com>
  76. * Released under the MIT License.
  77. */
  78. /*!
  79. * vue-no-ssr v1.1.1
  80. * (c) 2018-present egoist <0x142857@gmail.com>
  81. * Released under the MIT License.
  82. */
  83. /*! algoliasearch.umd.js | 4.24.0 | © Algolia, inc. | https://github.com/algolia/algoliasearch-client-javascript */
  84. /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
  85. /**
  86. * @license
  87. * Lodash <https://lodash.com/>
  88. * Copyright JS Foundation and other contributors <https://js.foundation/>
  89. * Released under MIT license <https://lodash.com/license>
  90. * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
  91. * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
  92. */
  93. /**
  94. * Checks if an event is supported in the current execution environment.
  95. *
  96. * NOTE: This will not work correctly for non-generic events such as `change`,
  97. * `reset`, `load`, `error`, and `select`.
  98. *
  99. * Borrows from Modernizr.
  100. *
  101. * @param {string} eventNameSuffix Event name, e.g. "click".
  102. * @param {?boolean} capture Check if the capture phase is supported.
  103. * @return {boolean} True if the event is supported.
  104. * @internal
  105. * @license Modernizr 3.0.0pre (Custom Build) | MIT
  106. */
  107. /** @preserve
  108. * Counter block mode compatible with Dr Brian Gladman fileenc.c
  109. * derived from CryptoJS.mode.CTR
  110. * Jan Hruby jhruby.web@gmail.com
  111. */
  112. /** @preserve
  113. (c) 2012 by Cédric Mesnil. All rights reserved.
  114. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
  115. - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  116. - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
  117. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  118. */
  119. /*!
  120. * clipboard.js v2.0.11
  121. * https://clipboardjs.com/
  122. *
  123. * Licensed MIT © Zeno Rocha
  124. */