|
| 1 | +/*! http://mths.be/base64 v0.1.0 by @mathias | MIT license */ |
| 2 | + |
| 3 | +/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */ |
| 4 | + |
| 5 | +/** |
| 6 | + * tiny-lru |
| 7 | + * |
| 8 | + * @copyright 2024 Jason Mulligan < [email protected]> |
| 9 | + * @license BSD-3-Clause |
| 10 | + * @version 11.2.6 |
| 11 | + */ |
| 12 | + |
| 13 | +/** |
| 14 | + * @license |
| 15 | + * Lodash <https://lodash.com/> |
| 16 | + * Copyright OpenJS Foundation and other contributors <https://openjsf.org/> |
| 17 | + * Released under MIT license <https://lodash.com/license> |
| 18 | + * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE> |
| 19 | + * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors |
| 20 | + */ |
| 21 | + |
| 22 | +/** |
| 23 | + * @license React |
| 24 | + * react-dom.production.min.js |
| 25 | + * |
| 26 | + * Copyright (c) Facebook, Inc. and its affiliates. |
| 27 | + * |
| 28 | + * This source code is licensed under the MIT license found in the |
| 29 | + * LICENSE file in the root directory of this source tree. |
| 30 | + */ |
| 31 | + |
| 32 | +/** |
| 33 | + * @license React |
| 34 | + * react-is.production.min.js |
| 35 | + * |
| 36 | + * Copyright (c) Facebook, Inc. and its affiliates. |
| 37 | + * |
| 38 | + * This source code is licensed under the MIT license found in the |
| 39 | + * LICENSE file in the root directory of this source tree. |
| 40 | + */ |
| 41 | + |
| 42 | +/** |
| 43 | + * @license React |
| 44 | + * react-jsx-runtime.production.min.js |
| 45 | + * |
| 46 | + * Copyright (c) Facebook, Inc. and its affiliates. |
| 47 | + * |
| 48 | + * This source code is licensed under the MIT license found in the |
| 49 | + * LICENSE file in the root directory of this source tree. |
| 50 | + */ |
| 51 | + |
| 52 | +/** |
| 53 | + * @license React |
| 54 | + * react.production.min.js |
| 55 | + * |
| 56 | + * Copyright (c) Facebook, Inc. and its affiliates. |
| 57 | + * |
| 58 | + * This source code is licensed under the MIT license found in the |
| 59 | + * LICENSE file in the root directory of this source tree. |
| 60 | + */ |
| 61 | + |
| 62 | +/** |
| 63 | + * @license React |
| 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 | + |
| 72 | +/** |
| 73 | + * chroma.js - JavaScript library for color conversions |
| 74 | + * |
| 75 | + * Copyright (c) 2011-2019, Gregor Aisch |
| 76 | + * All rights reserved. |
| 77 | + * |
| 78 | + * Redistribution and use in source and binary forms, with or without |
| 79 | + * modification, are permitted provided that the following conditions are met: |
| 80 | + * |
| 81 | + * 1. Redistributions of source code must retain the above copyright notice, this |
| 82 | + * list of conditions and the following disclaimer. |
| 83 | + * |
| 84 | + * 2. Redistributions in binary form must reproduce the above copyright notice, |
| 85 | + * this list of conditions and the following disclaimer in the documentation |
| 86 | + * and/or other materials provided with the distribution. |
| 87 | + * |
| 88 | + * 3. The name Gregor Aisch may not be used to endorse or promote products |
| 89 | + * derived from this software without specific prior written permission. |
| 90 | + * |
| 91 | + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
| 92 | + * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 93 | + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 94 | + * DISCLAIMED. IN NO EVENT SHALL GREGOR AISCH OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, |
| 95 | + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 96 | + * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 97 | + * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY |
| 98 | + * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
| 99 | + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, |
| 100 | + * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 101 | + * |
| 102 | + * ------------------------------------------------------- |
| 103 | + * |
| 104 | + * chroma.js includes colors from colorbrewer2.org, which are released under |
| 105 | + * the following license: |
| 106 | + * |
| 107 | + * Copyright (c) 2002 Cynthia Brewer, Mark Harrower, |
| 108 | + * and The Pennsylvania State University. |
| 109 | + * |
| 110 | + * Licensed under the Apache License, Version 2.0 (the "License"); |
| 111 | + * you may not use this file except in compliance with the License. |
| 112 | + * You may obtain a copy of the License at |
| 113 | + * http://www.apache.org/licenses/LICENSE-2.0 |
| 114 | + * |
| 115 | + * Unless required by applicable law or agreed to in writing, |
| 116 | + * software distributed under the License is distributed on an |
| 117 | + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, |
| 118 | + * either express or implied. See the License for the specific |
| 119 | + * language governing permissions and limitations under the License. |
| 120 | + * |
| 121 | + * ------------------------------------------------------ |
| 122 | + * |
| 123 | + * Named colors are taken from X11 Color Names. |
| 124 | + * http://www.w3.org/TR/css3-color/#svg-color |
| 125 | + * |
| 126 | + * @preserve |
| 127 | + */ |
| 128 | + |
| 129 | +/** @license React v16.13.1 |
| 130 | + * react-is.production.min.js |
| 131 | + * |
| 132 | + * Copyright (c) Facebook, Inc. and its affiliates. |
| 133 | + * |
| 134 | + * This source code is licensed under the MIT license found in the |
| 135 | + * LICENSE file in the root directory of this source tree. |
| 136 | + */ |
0 commit comments