LICENSES 2.0 KB

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