vendors~main.9f4b0b7e4735fd082521.bundle.js.LICENSE.txt 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. /*
  2. object-assign
  3. (c) Sindre Sorhus
  4. @license MIT
  5. */
  6. /*!
  7. Copyright (c) 2017 Jed Watson.
  8. Licensed under the MIT License (MIT), see
  9. http://jedwatson.github.io/classnames
  10. */
  11. /*!
  12. * The buffer module from node.js, for the browser.
  13. *
  14. * @author Feross Aboukhadijeh <feross@feross.org> <http://feross.org>
  15. * @license MIT
  16. */
  17. /*!
  18. * https://github.com/es-shims/es5-shim
  19. * @license es5-shim Copyright 2009-2015 by contributors, MIT License
  20. * see https://github.com/es-shims/es5-shim/blob/master/LICENSE
  21. */
  22. /*!
  23. * https://github.com/paulmillr/es6-shim
  24. * @license es6-shim Copyright 2013-2016 by Paul Miller (http://paulmillr.com)
  25. * and contributors, MIT License
  26. * es6-shim: v0.35.4
  27. * see https://github.com/paulmillr/es6-shim/blob/0.35.3/LICENSE
  28. * Details and documentation:
  29. * https://github.com/paulmillr/es6-shim/
  30. */
  31. /*!
  32. * is-plain-object <https://github.com/jonschlinkert/is-plain-object>
  33. *
  34. * Copyright (c) 2014-2017, Jon Schlinkert.
  35. * Released under the MIT License.
  36. */
  37. /*!
  38. * isobject <https://github.com/jonschlinkert/isobject>
  39. *
  40. * Copyright (c) 2014-2017, Jon Schlinkert.
  41. * Released under the MIT License.
  42. */
  43. /*! *****************************************************************************
  44. Copyright (c) Microsoft Corporation. All rights reserved.
  45. Licensed under the Apache License, Version 2.0 (the "License"); you may not use
  46. this file except in compliance with the License. You may obtain a copy of the
  47. License at http://www.apache.org/licenses/LICENSE-2.0
  48. THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  49. KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
  50. WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
  51. MERCHANTABLITY OR NON-INFRINGEMENT.
  52. See the Apache Version 2.0 License for specific language governing permissions
  53. and limitations under the License.
  54. ***************************************************************************** */
  55. /**
  56. * @license
  57. * Lodash <https://lodash.com/>
  58. * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
  59. * Released under MIT license <https://lodash.com/license>
  60. * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
  61. * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
  62. */
  63. /** @license React v0.19.0
  64. * scheduler.production.min.js
  65. *
  66. * Copyright (c) Facebook, Inc. and its affiliates.
  67. *
  68. * This source code is licensed under the MIT license found in the
  69. * LICENSE file in the root directory of this source tree.
  70. */
  71. /** @license React v16.13.0
  72. * react-dom.production.min.js
  73. *
  74. * Copyright (c) Facebook, Inc. and its affiliates.
  75. *
  76. * This source code is licensed under the MIT license found in the
  77. * LICENSE file in the root directory of this source tree.
  78. */
  79. /** @license React v16.13.0
  80. * react-is.production.min.js
  81. *
  82. * Copyright (c) Facebook, Inc. and its affiliates.
  83. *
  84. * This source code is licensed under the MIT license found in the
  85. * LICENSE file in the root directory of this source tree.
  86. */
  87. /** @license React v16.13.0
  88. * react.production.min.js
  89. *
  90. * Copyright (c) Facebook, Inc. and its affiliates.
  91. *
  92. * This source code is licensed under the MIT license found in the
  93. * LICENSE file in the root directory of this source tree.
  94. */
  95. /**!
  96. * @fileOverview Kickass library to create and place poppers near their reference elements.
  97. * @version 1.16.1
  98. * @license
  99. * Copyright (c) 2016 Federico Zivolo and contributors
  100. *
  101. * Permission is hereby granted, free of charge, to any person obtaining a copy
  102. * of this software and associated documentation files (the "Software"), to deal
  103. * in the Software without restriction, including without limitation the rights
  104. * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  105. * copies of the Software, and to permit persons to whom the Software is
  106. * furnished to do so, subject to the following conditions:
  107. *
  108. * The above copyright notice and this permission notice shall be included in all
  109. * copies or substantial portions of the Software.
  110. *
  111. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  112. * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  113. * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  114. * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  115. * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  116. * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  117. * SOFTWARE.
  118. */