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. * screenfull
  41. * v4.2.1 - 2019-07-27
  42. * (c) Sindre Sorhus; MIT License
  43. */
  44. /*!
  45. * vue-no-ssr v1.1.1
  46. * (c) 2018-present egoist <0x142857@gmail.com>
  47. * Released under the MIT License.
  48. */
  49. /*!
  50. * Fuse.js v3.4.5 - Lightweight fuzzy-search (http://fusejs.io)
  51. *
  52. * Copyright (c) 2012-2017 Kirollos Risk (http://kiro.me)
  53. * All Rights Reserved. Apache Software License 2.0
  54. *
  55. * http://www.apache.org/licenses/LICENSE-2.0
  56. */
  57. /*!
  58. * The buffer module from node.js, for the browser.
  59. *
  60. * @author Feross Aboukhadijeh <feross@feross.org> <http://feross.org>
  61. * @license MIT
  62. */
  63. /*!
  64. * Quill Editor v1.2.3
  65. * https://quilljs.com/
  66. * Copyright (c) 2014, Jason Chen
  67. * Copyright (c) 2013, salesforce.com
  68. */
  69. /**
  70. * Checks if an event is supported in the current execution environment.
  71. *
  72. * NOTE: This will not work correctly for non-generic events such as `change`,
  73. * `reset`, `load`, `error`, and `select`.
  74. *
  75. * Borrows from Modernizr.
  76. *
  77. * @param {string} eventNameSuffix Event name, e.g. "click".
  78. * @param {?boolean} capture Check if the capture phase is supported.
  79. * @return {boolean} True if the event is supported.
  80. * @internal
  81. * @license Modernizr 3.0.0pre (Custom Build) | MIT
  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. */