LICENSES 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. /*!
  2. * vue-router v3.1.6
  3. * (c) 2020 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. * 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.6
  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.11
  53. * (c) 2014-2019 Evan You
  54. * Released under the MIT License.
  55. */
  56. /*!
  57. * vue-client-only v2.0.0
  58. * (c) 2019-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. * screenfull
  68. * v4.2.1 - 2019-07-27
  69. * (c) Sindre Sorhus; MIT License
  70. */
  71. /**
  72. * Checks if an event is supported in the current execution environment.
  73. *
  74. * NOTE: This will not work correctly for non-generic events such as `change`,
  75. * `reset`, `load`, `error`, and `select`.
  76. *
  77. * Borrows from Modernizr.
  78. *
  79. * @param {string} eventNameSuffix Event name, e.g. "click".
  80. * @param {?boolean} capture Check if the capture phase is supported.
  81. * @return {boolean} True if the event is supported.
  82. * @internal
  83. * @license Modernizr 3.0.0pre (Custom Build) | MIT
  84. */
  85. /**
  86. * vuex v3.1.3
  87. * (c) 2020 Evan You
  88. * @license MIT
  89. */