index.0ff7b6.bundle.js.LICENSE.txt 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. /*!
  2. * Bootstrap v5.1.3 (https://getbootstrap.com/)
  3. * Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
  4. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
  5. */
  6. /*!
  7. * @overview es6-promise - a tiny implementation of Promises/A+.
  8. * @copyright Copyright (c) 2014 Yehuda Katz, Tom Dale, Stefan Penner and contributors (Conversion to ES6 API by Jake Archibald)
  9. * @license Licensed under MIT license
  10. * See https://raw.githubusercontent.com/stefanpenner/es6-promise/master/LICENSE
  11. * @version v4.2.8+1e68dce6
  12. */
  13. /*!
  14. * Sizzle CSS Selector Engine v2.3.6
  15. * https://sizzlejs.com/
  16. *
  17. * Copyright JS Foundation and other contributors
  18. * Released under the MIT license
  19. * https://js.foundation/
  20. *
  21. * Date: 2021-02-16
  22. */
  23. /*!
  24. * jQuery JavaScript Library v3.6.0
  25. * https://jquery.com/
  26. *
  27. * Includes Sizzle.js
  28. * https://sizzlejs.com/
  29. *
  30. * Copyright OpenJS Foundation and other contributors
  31. * Released under the MIT license
  32. * https://jquery.org/license
  33. *
  34. * Date: 2021-03-02T17:08Z
  35. */
  36. /*! < A task is querying the state of itself, so must be running. */
  37. /*! < The task being queried is in a read or pending ready list. */
  38. /*! < The task being queried is in the Blocked state. */
  39. /*! < The task being queried is in the Suspended state, or is in the Blocked state with an infinite time out. */
  40. /*! https://mths.be/he v1.2.0 by @mathias | MIT license */
  41. /*! js-cookie v3.0.1 | MIT */