LICENSES 2.0 KB

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