LICENSES 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. /*!
  2. * Vue.js v2.6.10
  3. * (c) 2014-2019 Evan You
  4. * Released under the MIT License.
  5. */
  6. /**
  7. * vuex v3.1.1
  8. * (c) 2019 Evan You
  9. * @license MIT
  10. */
  11. /*!
  12. * JavaScript Cookie v2.2.0
  13. * https://github.com/js-cookie/js-cookie
  14. *
  15. * Copyright 2006, 2015 Klaus Hartl & Fagner Brack
  16. * Released under the MIT license
  17. */
  18. /*!
  19. * vue-router v3.0.6
  20. * (c) 2019 Evan You
  21. * @license MIT
  22. */
  23. /**
  24. * vue-meta v1.6.0
  25. * (c) 2019 Declan de Wet & Sébastien Chopin (@Atinux)
  26. * @license MIT
  27. */
  28. /*
  29. object-assign
  30. (c) Sindre Sorhus
  31. @license MIT
  32. */
  33. /*!
  34. * Determine if an object is a Buffer
  35. *
  36. * @author Feross Aboukhadijeh <https://feross.org>
  37. * @license MIT
  38. */
  39. /*!
  40. * vue-no-ssr v1.1.1
  41. * (c) 2018-present egoist <0x142857@gmail.com>
  42. * Released under the MIT License.
  43. */
  44. /*!
  45. * Fuse.js v3.4.5 - 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. * screenfull
  80. * v4.2.1 - 2019-07-27
  81. * (c) Sindre Sorhus; MIT License
  82. */
  83. /*!
  84. * Quill Editor v1.3.6
  85. * https://quilljs.com/
  86. * Copyright (c) 2014, Jason Chen
  87. * Copyright (c) 2013, salesforce.com
  88. */