LICENSES 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320
  1. /*
  2. object-assign
  3. (c) Sindre Sorhus
  4. @license MIT
  5. */
  6. /*!
  7. * The buffer module from node.js, for the browser.
  8. *
  9. * @author Feross Aboukhadijeh <http://feross.org>
  10. * @license MIT
  11. */
  12. /*!
  13. * vue-router v3.3.4
  14. * (c) 2020 Evan You
  15. * @license MIT
  16. */
  17. /*!
  18. * Determine if an object is a Buffer
  19. *
  20. * @author Feross Aboukhadijeh <https://feross.org>
  21. * @license MIT
  22. */
  23. /*!
  24. * EventEmitter v5.1.0 - git.io/ee
  25. * Unlicense - http://unlicense.org/
  26. * Oliver Caldwell - http://oli.me.uk/
  27. * @preserve
  28. */
  29. /*!
  30. * JavaScript Cookie v2.2.1
  31. * https://github.com/js-cookie/js-cookie
  32. *
  33. * Copyright 2006, 2015 Klaus Hartl & Fagner Brack
  34. * Released under the MIT license
  35. */
  36. /*!
  37. * Quill Editor v1.3.7
  38. * https://quilljs.com/
  39. * Copyright (c) 2014, Jason Chen
  40. * Copyright (c) 2013, salesforce.com
  41. */
  42. /*!
  43. * The buffer module from node.js, for the browser.
  44. *
  45. * @author Feross Aboukhadijeh <http://feross.org>
  46. * @license MIT
  47. */
  48. /*!
  49. * The buffer module from node.js, for the browser.
  50. *
  51. * @author Feross Aboukhadijeh <https://feross.org>
  52. * @license MIT
  53. */
  54. /*!
  55. * Vue-Lazyload.js v1.3.3
  56. * (c) 2019 Awe <hilongjw@gmail.com>
  57. * Released under the MIT License.
  58. */
  59. /*!
  60. * Vue.js v2.6.11
  61. * (c) 2014-2019 Evan You
  62. * Released under the MIT License.
  63. */
  64. /*!
  65. * better-scroll / pull-down
  66. * (c) 2016-2020 ustbhuangyi
  67. * Released under the MIT License.
  68. */
  69. /*!
  70. * better-scroll / pull-up
  71. * (c) 2016-2020 ustbhuangyi
  72. * Released under the MIT License.
  73. */
  74. /*!
  75. * clipboard.js v2.0.6
  76. * https://clipboardjs.com/
  77. *
  78. * Licensed MIT © Zeno Rocha
  79. */
  80. /*!
  81. * copy-to - index.js
  82. * Copyright(c) 2014 dead_horse <dead_horse@qq.com>
  83. * MIT Licensed
  84. */
  85. /*!
  86. * escape-html
  87. * Copyright(c) 2012-2013 TJ Holowaychuk
  88. * Copyright(c) 2015 Andreas Lubbe
  89. * Copyright(c) 2015 Tiancheng "Timothy" Gu
  90. * MIT Licensed
  91. */
  92. /*!
  93. * html2canvas 1.0.0-rc.5 <https://html2canvas.hertzen.com>
  94. * Copyright (c) 2019 Niklas von Hertzen <https://hertzen.com>
  95. * Released under MIT License
  96. */
  97. /*!
  98. * humanize-ms - index.js
  99. * Copyright(c) 2014 dead_horse <dead_horse@qq.com>
  100. * MIT Licensed
  101. */
  102. /*!
  103. * merge-descriptors
  104. * Copyright(c) 2014 Jonathan Ong
  105. * Copyright(c) 2015 Douglas Christopher Wilson
  106. * MIT Licensed
  107. */
  108. /*!
  109. * name: vue-cnzz-analytics
  110. * version: v2.2.0
  111. * author: chengpeiquan
  112. */
  113. /*!
  114. * vue-client-only v2.0.0
  115. * (c) 2019-present egoist <0x142857@gmail.com>
  116. * Released under the MIT License.
  117. */
  118. /*!
  119. * vue-no-ssr v1.1.1
  120. * (c) 2018-present egoist <0x142857@gmail.com>
  121. * Released under the MIT License.
  122. */
  123. /*!
  124. * vuex v3.5.1
  125. * (c) 2020 Evan You
  126. * @license MIT
  127. */
  128. /*! *****************************************************************************
  129. Copyright (c) Microsoft Corporation. All rights reserved.
  130. Licensed under the Apache License, Version 2.0 (the "License"); you may not use
  131. this file except in compliance with the License. You may obtain a copy of the
  132. License at http://www.apache.org/licenses/LICENSE-2.0
  133. THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  134. KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
  135. WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
  136. MERCHANTABLITY OR NON-INFRINGEMENT.
  137. See the Apache Version 2.0 License for specific language governing permissions
  138. and limitations under the License.
  139. ***************************************************************************** */
  140. /*! http://mths.be/fromcodepoint v0.1.0 by @mathias */
  141. /**
  142. * @license
  143. *
  144. * Copyright (c) 2014 James Robb, https://github.com/jamesbrobb
  145. *
  146. *
  147. * ====================================================================
  148. */
  149. /**
  150. * @license
  151. * Copyright (c) 2014 Steven Spungin (TwelveTone LLC) steven@twelvetone.tv
  152. *
  153. * Licensed under the MIT License.
  154. * http://opensource.org/licenses/mit-license
  155. */
  156. /**
  157. * @license
  158. * Copyright (c) 2016 Alexander Weidt,
  159. * https://github.com/BiggA94
  160. *
  161. * Licensed under the MIT License. http://opensource.org/licenses/mit-license
  162. */
  163. /**
  164. * @license
  165. * Copyright (c) 2017 Aras Abbasi
  166. *
  167. * Licensed under the MIT License.
  168. * http://opensource.org/licenses/mit-license
  169. */
  170. /**
  171. * @license
  172. * Licensed under the MIT License.
  173. * http://opensource.org/licenses/mit-license
  174. */
  175. /**
  176. * jsPDF fromHTML plugin. BETA stage. API subject to change. Needs browser
  177. * Copyright (c) 2012 Willow Systems Corporation, willow-systems.com
  178. * 2014 Juan Pablo Gaviria, https://github.com/juanpgaviria
  179. * 2014 Diego Casorran, https://github.com/diegocr
  180. * 2014 Daniel Husar, https://github.com/danielhusar
  181. * 2014 Wolfgang Gassler, https://github.com/woolfg
  182. * 2014 Steven Spungin, https://github.com/flamenco
  183. *
  184. * @license
  185. *
  186. * ====================================================================
  187. */
  188. /**
  189. * Checks if an event is supported in the current execution environment.
  190. *
  191. * NOTE: This will not work correctly for non-generic events such as `change`,
  192. * `reset`, `load`, `error`, and `select`.
  193. *
  194. * Borrows from Modernizr.
  195. *
  196. * @param {string} eventNameSuffix Event name, e.g. "click".
  197. * @param {?boolean} capture Check if the capture phase is supported.
  198. * @return {boolean} True if the event is supported.
  199. * @internal
  200. * @license Modernizr 3.0.0pre (Custom Build) | MIT
  201. */
  202. /**
  203. * @license
  204. * ====================================================================
  205. * Copyright (c) 2013 Youssef Beddad, youssef.beddad@gmail.com
  206. * 2013 Eduardo Menezes de Morais, eduardo.morais@usp.br
  207. * 2013 Lee Driscoll, https://github.com/lsdriscoll
  208. * 2014 Juan Pablo Gaviria, https://github.com/juanpgaviria
  209. * 2014 James Hall, james@parall.ax
  210. * 2014 Diego Casorran, https://github.com/diegocr
  211. *
  212. *
  213. * ====================================================================
  214. */
  215. /** @license
  216. * Copyright (c) 2012 Willow Systems Corporation, willow-systems.com
  217. *
  218. *
  219. * ====================================================================
  220. */
  221. /** @license
  222. * MIT license.
  223. * Copyright (c) 2012 Willow Systems Corporation, willow-systems.com
  224. * 2014 Diego Casorran, https://github.com/diegocr
  225. *
  226. *
  227. * ====================================================================
  228. */
  229. /** @license
  230. * jsPDF - PDF Document creation from JavaScript
  231. * Version 1.5.3 Built on 2018-12-27T14:11:42.696Z
  232. * CommitID d93d28db14
  233. *
  234. * Copyright (c) 2010-2016 James Hall <james@parall.ax>, https://github.com/MrRio/jsPDF
  235. * 2010 Aaron Spike, https://github.com/acspike
  236. * 2012 Willow Systems Corporation, willow-systems.com
  237. * 2012 Pablo Hess, https://github.com/pablohess
  238. * 2012 Florian Jenett, https://github.com/fjenett
  239. * 2013 Warren Weckesser, https://github.com/warrenweckesser
  240. * 2013 Youssef Beddad, https://github.com/lifof
  241. * 2013 Lee Driscoll, https://github.com/lsdriscoll
  242. * 2013 Stefan Slonevskiy, https://github.com/stefslon
  243. * 2013 Jeremy Morel, https://github.com/jmorel
  244. * 2013 Christoph Hartmann, https://github.com/chris-rock
  245. * 2014 Juan Pablo Gaviria, https://github.com/juanpgaviria
  246. * 2014 James Makes, https://github.com/dollaruw
  247. * 2014 Diego Casorran, https://github.com/diegocr
  248. * 2014 Steven Spungin, https://github.com/Flamenco
  249. * 2014 Kenneth Glassey, https://github.com/Gavvers
  250. *
  251. * Licensed under the MIT License
  252. *
  253. * Contributor(s):
  254. * siefkenj, ahwolf, rickygu, Midnith, saintclair, eaparango,
  255. * kim3er, mfo, alnorth, Flamenco
  256. */
  257. /** @license
  258. * jsPDF addImage plugin
  259. * Copyright (c) 2012 Jason Siefken, https://github.com/siefkenj/
  260. * 2013 Chris Dowling, https://github.com/gingerchris
  261. * 2013 Trinh Ho, https://github.com/ineedfat
  262. * 2013 Edwin Alejandro Perez, https://github.com/eaparango
  263. * 2013 Norah Smith, https://github.com/burnburnrocket
  264. * 2014 Diego Casorran, https://github.com/diegocr
  265. * 2014 James Robb, https://github.com/jamesbrobb
  266. *
  267. *
  268. */
  269. /** @license
  270. jsPDF standard_fonts_metrics plugin
  271. * Copyright (c) 2012 Willow Systems Corporation, willow-systems.com
  272. * MIT license.
  273. *
  274. * ====================================================================
  275. */
  276. //! moment.js
  277. //! moment.js language configuration
  278. //! moment.js locale configuration