LICENSE-3RD-PARTY.txt 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. -----------------------------------------------------------------------------
  2. MIT License
  3. Applies to:
  4. - colorjs.io; Copyright (c) 2021 Lea Verou, Chris Lilley
  5. - core-js-pure; Copyright (c) 2014-2023 Denis Pushkarev
  6. - css-selector-parser; Copyright (c) 2013 Dulin Marat
  7. - doT.js; Copyright (c) 2011 Laura Doktorova
  8. Software includes portions from jQote2 Copyright (c) 2010 aefxx,
  9. http://aefxx.com/ licensed under the MIT license.
  10. - emoji-regex; Copyright (c) Mathias Bynens <https://mathiasbynens.be/>
  11. - es6-iterator; Copyright (c) 2013-2017 Mariusz Nowak (www.medikoo.com)
  12. - es6-promise;
  13. Copyright (c) 2014 Yehuda Katz, Tom Dale, Stefan Penner and contributors
  14. - event-emitter; Copyright (C) 2012-2015 Mariusz Nowak (www.medikoo.com)
  15. - is-promise; Copyright (c) 2014 Forbes Lindesay
  16. - lru-queue; Copyright (C) 2014 Mariusz Nowak (www.medikoo.com)
  17. - typedarray;
  18. Copyright (c) 2010, Linden Research, Inc.
  19. Copyright (c) 2012, Joshua Bell
  20. - weakmap-polyfill; Copyright (c) 2015-2021 polygonplanet
  21. -----------------------------------------------------------------------------
  22. Permission is hereby granted, free of charge, to any person obtaining a copy
  23. of this software and associated documentation files (the "Software"), to deal
  24. in the Software without restriction, including without limitation the rights
  25. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  26. copies of the Software, and to permit persons to whom the Software is
  27. furnished to do so, subject to the following conditions:
  28. The above copyright notice and this permission notice shall be included in
  29. all copies or substantial portions of the Software.
  30. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  31. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  32. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  33. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  34. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  35. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  36. THE SOFTWARE.
  37. -----------------------------------------------------------------------------
  38. ISC License
  39. Applies to:
  40. - d; Copyright (c) 2013-2019, Mariusz Nowak, @medikoo, medikoo.com
  41. - es5-ext; Copyright (c) 2011-2022, Mariusz Nowak, @medikoo, medikoo.com
  42. - es6-symbol; Copyright (c) 2013-2019, Mariusz Nowak, @medikoo, medikoo.com
  43. - es6-weak-map; Copyright (c) 2013-2018, Mariusz Nowak, @medikoo, medikoo.com
  44. - ext; Copyright (c) 2011-2022, Mariusz Nowak, @medikoo, medikoo.com
  45. - memoizee; Copyright (c) 2012-2018, Mariusz Nowak, @medikoo, medikoo.com
  46. - next-tick; Copyright (c) 2012-2020, Mariusz Nowak, @medikoo, medikoo.com
  47. - timers-ext; Copyright (c) 2013-2018, Mariusz Nowak, @medikoo, medikoo.com
  48. - type; Copyright (c) 2019, Mariusz Nowak, @medikoo, medikoo.com
  49. -----------------------------------------------------------------------------
  50. Permission to use, copy, modify, and/or distribute this software for any
  51. purpose with or without fee is hereby granted, provided that the above
  52. copyright notice and this permission notice appear in all copies.
  53. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
  54. REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
  55. AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
  56. INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
  57. LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
  58. OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  59. PERFORMANCE OF THIS SOFTWARE.