LICENSES 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  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-router v3.5.3
  9. * (c) 2021 Evan You
  10. * @license MIT
  11. */
  12. /*!
  13. * Fuse.js v3.6.1 - Lightweight fuzzy-search (http://fusejs.io)
  14. *
  15. * Copyright (c) 2012-2017 Kirollos Risk (http://kiro.me)
  16. * All Rights Reserved. Apache Software License 2.0
  17. *
  18. * http://www.apache.org/licenses/LICENSE-2.0
  19. */
  20. /*!
  21. * JavaScript Cookie v2.2.1
  22. * https://github.com/js-cookie/js-cookie
  23. *
  24. * Copyright 2006, 2015 Klaus Hartl & Fagner Brack
  25. * Released under the MIT license
  26. */
  27. /*!
  28. * Quill Editor v1.2.3
  29. * https://quilljs.com/
  30. * Copyright (c) 2014, Jason Chen
  31. * Copyright (c) 2013, salesforce.com
  32. */
  33. /*!
  34. * Quill Editor v1.3.7
  35. * https://quilljs.com/
  36. * Copyright (c) 2014, Jason Chen
  37. * Copyright (c) 2013, salesforce.com
  38. */
  39. /*!
  40. * The buffer module from node.js, for the browser.
  41. *
  42. * @author Feross Aboukhadijeh <feross@feross.org> <http://feross.org>
  43. * @license MIT
  44. */
  45. /*!
  46. * The buffer module from node.js, for the browser.
  47. *
  48. * @author Feross Aboukhadijeh <http://feross.org>
  49. * @license MIT
  50. */
  51. /*!
  52. * Vue.js v2.6.14
  53. * (c) 2014-2021 Evan You
  54. * Released under the MIT License.
  55. */
  56. /*!
  57. * vue-client-only v0.0.0-semantic-release
  58. * (c) 2021-present egoist <0x142857@gmail.com>
  59. * Released under the MIT License.
  60. */
  61. /*!
  62. * vue-no-ssr v1.1.1
  63. * (c) 2018-present egoist <0x142857@gmail.com>
  64. * Released under the MIT License.
  65. */
  66. /*!
  67. * vuex v3.6.2
  68. * (c) 2021 Evan You
  69. * @license MIT
  70. */
  71. /*!
  72. * screenfull
  73. * v4.2.1 - 2019-07-27
  74. * (c) Sindre Sorhus; MIT License
  75. */
  76. /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
  77. /**
  78. * Checks if an event is supported in the current execution environment.
  79. *
  80. * NOTE: This will not work correctly for non-generic events such as `change`,
  81. * `reset`, `load`, `error`, and `select`.
  82. *
  83. * Borrows from Modernizr.
  84. *
  85. * @param {string} eventNameSuffix Event name, e.g. "click".
  86. * @param {?boolean} capture Check if the capture phase is supported.
  87. * @return {boolean} True if the event is supported.
  88. * @internal
  89. * @license Modernizr 3.0.0pre (Custom Build) | MIT
  90. */
  91. /**!
  92. * Sortable 1.10.2
  93. * @author RubaXa <trash@rubaxa.org>
  94. * @author owenm <owen23355@gmail.com>
  95. * @license MIT
  96. */