|
| 1 | +/* |
| 2 | +object-assign |
| 3 | +(c) Sindre Sorhus |
| 4 | +@license MIT |
| 5 | +*/ |
| 6 | + |
| 7 | +/*! |
| 8 | + * The buffer module from node.js, for the browser. |
| 9 | + * |
| 10 | + * @author Feross Aboukhadijeh < [email protected]> <http://feross.org> |
| 11 | + * @license MIT |
| 12 | + */ |
| 13 | + |
| 14 | +/*! |
| 15 | + Copyright (c) 2015 Jed Watson. |
| 16 | + Based on code that is Copyright 2013-2015, Facebook, Inc. |
| 17 | + All rights reserved. |
| 18 | +*/ |
| 19 | + |
| 20 | +/*! |
| 21 | + Copyright (c) 2017 Jed Watson. |
| 22 | + Licensed under the MIT License (MIT), see |
| 23 | + http://jedwatson.github.io/classnames |
| 24 | +*/ |
| 25 | + |
| 26 | +/*! |
| 27 | + * @description Recursive object extending |
| 28 | + * @author Viacheslav Lotsmanov < [email protected]> |
| 29 | + * @license MIT |
| 30 | + * |
| 31 | + * The MIT License (MIT) |
| 32 | + * |
| 33 | + * Copyright (c) 2013-2018 Viacheslav Lotsmanov |
| 34 | + * |
| 35 | + * Permission is hereby granted, free of charge, to any person obtaining a copy of |
| 36 | + * this software and associated documentation files (the "Software"), to deal in |
| 37 | + * the Software without restriction, including without limitation the rights to |
| 38 | + * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of |
| 39 | + * the Software, and to permit persons to whom the Software is furnished to do so, |
| 40 | + * subject to the following conditions: |
| 41 | + * |
| 42 | + * The above copyright notice and this permission notice shall be included in all |
| 43 | + * copies or substantial portions of the Software. |
| 44 | + * |
| 45 | + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 46 | + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS |
| 47 | + * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR |
| 48 | + * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER |
| 49 | + * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN |
| 50 | + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
| 51 | + */ |
| 52 | + |
| 53 | +/*! |
| 54 | + * Chart.js v2.9.4 |
| 55 | + * https://www.chartjs.org |
| 56 | + * (c) 2020 Chart.js Contributors |
| 57 | + * Released under the MIT License |
| 58 | + */ |
| 59 | + |
| 60 | +/*! |
| 61 | + * The buffer module from node.js, for the browser. |
| 62 | + * |
| 63 | + * @author Feross Aboukhadijeh <http://feross.org> |
| 64 | + * @license MIT |
| 65 | + */ |
| 66 | + |
| 67 | +/*! |
| 68 | + * cookie |
| 69 | + * Copyright(c) 2012-2014 Roman Shtylman |
| 70 | + * Copyright(c) 2015 Douglas Christopher Wilson |
| 71 | + * MIT Licensed |
| 72 | + */ |
| 73 | + |
| 74 | +/*! |
| 75 | + * https://github.com/Starcounter-Jack/JSON-Patch |
| 76 | + * (c) 2017-2021 Joachim Wester |
| 77 | + * MIT license |
| 78 | + */ |
| 79 | + |
| 80 | +/*! |
| 81 | + * is-plain-object <https://github.com/jonschlinkert/is-plain-object> |
| 82 | + * |
| 83 | + * Copyright (c) 2014-2017, Jon Schlinkert. |
| 84 | + * Released under the MIT License. |
| 85 | + */ |
| 86 | + |
| 87 | +/*! |
| 88 | + * repeat-string <https://github.com/jonschlinkert/repeat-string> |
| 89 | + * |
| 90 | + * Copyright (c) 2014-2015, Jon Schlinkert. |
| 91 | + * Licensed under the MIT License. |
| 92 | + */ |
| 93 | + |
| 94 | +/*! @license DOMPurify | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.2.2/LICENSE */ |
| 95 | + |
| 96 | +/*! https://mths.be/punycode v1.3.2 by @mathias */ |
| 97 | + |
| 98 | +/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */ |
| 99 | + |
| 100 | +/*! js-yaml 4.1.0 https://github.com/nodeca/js-yaml @license MIT */ |
| 101 | + |
| 102 | +/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ |
| 103 | + |
| 104 | +/** |
| 105 | + * @license |
| 106 | + * Lodash <https://lodash.com/> |
| 107 | + * Copyright OpenJS Foundation and other contributors <https://openjsf.org/> |
| 108 | + * Released under MIT license <https://lodash.com/license> |
| 109 | + * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE> |
| 110 | + * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors |
| 111 | + */ |
| 112 | + |
| 113 | +/** @license React v0.19.1 |
| 114 | + * scheduler.production.min.js |
| 115 | + * |
| 116 | + * Copyright (c) Facebook, Inc. and its affiliates. |
| 117 | + * |
| 118 | + * This source code is licensed under the MIT license found in the |
| 119 | + * LICENSE file in the root directory of this source tree. |
| 120 | + */ |
| 121 | + |
| 122 | +/** @license React v16.13.1 |
| 123 | + * react-dom.production.min.js |
| 124 | + * |
| 125 | + * Copyright (c) Facebook, Inc. and its affiliates. |
| 126 | + * |
| 127 | + * This source code is licensed under the MIT license found in the |
| 128 | + * LICENSE file in the root directory of this source tree. |
| 129 | + */ |
| 130 | + |
| 131 | +/** @license React v16.13.1 |
| 132 | + * react-is.production.min.js |
| 133 | + * |
| 134 | + * Copyright (c) Facebook, Inc. and its affiliates. |
| 135 | + * |
| 136 | + * This source code is licensed under the MIT license found in the |
| 137 | + * LICENSE file in the root directory of this source tree. |
| 138 | + */ |
| 139 | + |
| 140 | +/** @license React v16.13.1 |
| 141 | + * react.production.min.js |
| 142 | + * |
| 143 | + * Copyright (c) Facebook, Inc. and its affiliates. |
| 144 | + * |
| 145 | + * This source code is licensed under the MIT license found in the |
| 146 | + * LICENSE file in the root directory of this source tree. |
| 147 | + */ |
| 148 | + |
| 149 | +//! moment.js |
0 commit comments