LICENSES 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. /*!
  2. * clipboard.js v2.0.11
  3. * https://clipboardjs.com/
  4. *
  5. * Licensed MIT © Zeno Rocha
  6. */
  7. /**!
  8. * Sortable 1.10.2
  9. * @author RubaXa <trash@rubaxa.org>
  10. * @author owenm <owen23355@gmail.com>
  11. * @license MIT
  12. */
  13. /*!
  14. * The buffer module from node.js, for the browser.
  15. *
  16. * @author Feross Aboukhadijeh <http://feross.org>
  17. * @license MIT
  18. */
  19. /*!
  20. * cookie
  21. * Copyright(c) 2012-2014 Roman Shtylman
  22. * Copyright(c) 2015 Douglas Christopher Wilson
  23. * MIT Licensed
  24. */
  25. /*!
  26. * vue-client-only v0.0.0-semantic-release
  27. * (c) 2021-present egoist <0x142857@gmail.com>
  28. * Released under the MIT License.
  29. */
  30. /*!
  31. * vue-no-ssr v1.1.1
  32. * (c) 2018-present egoist <0x142857@gmail.com>
  33. * Released under the MIT License.
  34. */
  35. /*! algoliasearch.umd.js | 4.24.0 | © Algolia, inc. | https://github.com/algolia/algoliasearch-client-javascript */
  36. /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
  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. /** @preserve
  60. * Counter block mode compatible with Dr Brian Gladman fileenc.c
  61. * derived from CryptoJS.mode.CTR
  62. * Jan Hruby jhruby.web@gmail.com
  63. */
  64. /** @preserve
  65. (c) 2012 by Cédric Mesnil. All rights reserved.
  66. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
  67. - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  68. - 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.
  69. 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.
  70. */
  71. /*!
  72. * html2canvas 1.4.1 <https://html2canvas.hertzen.com>
  73. * Copyright (c) 2022 Niklas von Hertzen <https://hertzen.com>
  74. * Released under MIT License
  75. */
  76. /*! *****************************************************************************
  77. Copyright (c) Microsoft Corporation.
  78. Permission to use, copy, modify, and/or distribute this software for any
  79. purpose with or without fee is hereby granted.
  80. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
  81. REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
  82. AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
  83. INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
  84. LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
  85. OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  86. PERFORMANCE OF THIS SOFTWARE.
  87. ***************************************************************************** */
  88. /*!
  89. * clipboard.js v2.0.11
  90. * https://clipboardjs.com/
  91. *
  92. * Licensed MIT © Zeno Rocha
  93. */
  94. /*!
  95. * Vue.js v2.7.16
  96. * (c) 2014-2023 Evan You
  97. * Released under the MIT License.
  98. */
  99. /*!
  100. * vuex v3.6.2
  101. * (c) 2021 Evan You
  102. * @license MIT
  103. */
  104. /**
  105. * Prism: Lightweight, robust, elegant syntax highlighting
  106. *
  107. * @license MIT <https://opensource.org/licenses/MIT>
  108. * @author Lea Verou <https://lea.verou.me>
  109. * @namespace
  110. * @public
  111. */
  112. /**
  113. * @license
  114. * Lodash <https://lodash.com/>
  115. * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
  116. * Released under MIT license <https://lodash.com/license>
  117. * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
  118. * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
  119. */
  120. /*!
  121. * vue-infinite-loading v2.4.5
  122. * (c) 2016-2020 PeachScript
  123. * MIT License
  124. */
  125. /*!
  126. * clipboard.js v2.0.11
  127. * https://clipboardjs.com/
  128. *
  129. * Licensed MIT © Zeno Rocha
  130. */