4724.5ab0a7f7.js.LICENSE.txt 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. /*!
  2. JSZip v3.10.1 - A JavaScript class for generating and reading zip files
  3. <http://stuartk.com/jszip>
  4. (c) 2009-2016 Stuart Knightley <stuart [at] stuartk.com>
  5. Dual licenced under the MIT license or GPLv3. See https://raw.github.com/Stuk/jszip/main/LICENSE.markdown.
  6. JSZip uses the library pako released under the MIT license :
  7. https://github.com/nodeca/pako/blob/main/LICENSE
  8. */
  9. /*!
  10. * The buffer module from node.js, for the browser.
  11. *
  12. * @author Feross Aboukhadijeh <https://feross.org>
  13. * @license MIT
  14. */
  15. /*! ExcelJS 19-10-2023 */
  16. /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
  17. /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
  18. /**
  19. * Character class utilities for XML NS 1.0 edition 3.
  20. *
  21. * @author Louis-Dominique Dubeau
  22. * @license MIT
  23. * @copyright Louis-Dominique Dubeau
  24. */
  25. /**
  26. * Character classes and associated utilities for the 2nd edition of XML 1.1.
  27. *
  28. * @author Louis-Dominique Dubeau
  29. * @license MIT
  30. * @copyright Louis-Dominique Dubeau
  31. */
  32. /**
  33. * Character classes and associated utilities for the 5th edition of XML 1.0.
  34. *
  35. * @author Louis-Dominique Dubeau
  36. * @license MIT
  37. * @copyright Louis-Dominique Dubeau
  38. */