|
| 1 | +/*! |
| 2 | + * Copyright (c) 2014, GMO GlobalSign |
| 3 | + * Copyright (c) 2015-2022, Peculiar Ventures |
| 4 | + * All rights reserved. |
| 5 | + * |
| 6 | + * Author 2014-2019, Yury Strozhevsky |
| 7 | + * |
| 8 | + * Redistribution and use in source and binary forms, with or without modification, |
| 9 | + * are permitted provided that the following conditions are met: |
| 10 | + * |
| 11 | + * * Redistributions of source code must retain the above copyright notice, this |
| 12 | + * list of conditions and the following disclaimer. |
| 13 | + * |
| 14 | + * * Redistributions in binary form must reproduce the above copyright notice, this |
| 15 | + * list of conditions and the following disclaimer in the documentation and/or |
| 16 | + * other materials provided with the distribution. |
| 17 | + * |
| 18 | + * * Neither the name of the copyright holder nor the names of its |
| 19 | + * contributors may be used to endorse or promote products derived from |
| 20 | + * this software without specific prior written permission. |
| 21 | + * |
| 22 | + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 23 | + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 24 | + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 25 | + * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR |
| 26 | + * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 27 | + * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 28 | + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
| 29 | + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 30 | + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 31 | + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 32 | + * |
| 33 | + */ |
| 34 | + |
| 35 | +/*! |
| 36 | + * MIT License |
| 37 | + * |
| 38 | + * Copyright (c) Peculiar Ventures. All rights reserved. |
| 39 | + * |
| 40 | + * Permission is hereby granted, free of charge, to any person obtaining a copy |
| 41 | + * of this software and associated documentation files (the "Software"), to deal |
| 42 | + * in the Software without restriction, including without limitation the rights |
| 43 | + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 44 | + * copies of the Software, and to permit persons to whom the Software is |
| 45 | + * furnished to do so, subject to the following conditions: |
| 46 | + * |
| 47 | + * The above copyright notice and this permission notice shall be included in all |
| 48 | + * copies or substantial portions of the Software. |
| 49 | + * |
| 50 | + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 51 | + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 52 | + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 53 | + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 54 | + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 55 | + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 56 | + * SOFTWARE. |
| 57 | + * |
| 58 | + */ |
| 59 | + |
| 60 | +/*! |
| 61 | + * The buffer module from node.js, for the browser. |
| 62 | + * |
| 63 | + * @author Feross Aboukhadijeh <feross@feross.org> <http://feross.org> |
| 64 | + * @license MIT |
| 65 | + */ |
| 66 | + |
| 67 | +/*! |
| 68 | + * The buffer module from node.js, for the browser. |
| 69 | + * |
| 70 | + * @author Feross Aboukhadijeh <https://feross.org> |
| 71 | + * @license MIT |
| 72 | + */ |
| 73 | + |
| 74 | +/*! |
| 75 | + * Vue.js v2.7.14 |
| 76 | + * (c) 2014-2022 Evan You |
| 77 | + * Released under the MIT License. |
| 78 | + */ |
| 79 | + |
| 80 | +/*! |
| 81 | + * escape-html |
| 82 | + * Copyright(c) 2012-2013 TJ Holowaychuk |
| 83 | + * Copyright(c) 2015 Andreas Lubbe |
| 84 | + * Copyright(c) 2015 Tiancheng "Timothy" Gu |
| 85 | + * MIT Licensed |
| 86 | + */ |
| 87 | + |
| 88 | +/*! ***************************************************************************** |
| 89 | +Copyright (C) Microsoft. All rights reserved. |
| 90 | +Licensed under the Apache License, Version 2.0 (the "License"); you may not use |
| 91 | +this file except in compliance with the License. You may obtain a copy of the |
| 92 | +License at http://www.apache.org/licenses/LICENSE-2.0 |
| 93 | + |
| 94 | +THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 95 | +KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED |
| 96 | +WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE, |
| 97 | +MERCHANTABLITY OR NON-INFRINGEMENT. |
| 98 | + |
| 99 | +See the Apache Version 2.0 License for specific language governing permissions |
| 100 | +and limitations under the License. |
| 101 | +***************************************************************************** */ |
| 102 | + |
| 103 | +/*! ***************************************************************************** |
| 104 | +Copyright (c) Microsoft Corporation. |
| 105 | + |
| 106 | +Permission to use, copy, modify, and/or distribute this software for any |
| 107 | +purpose with or without fee is hereby granted. |
| 108 | + |
| 109 | +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH |
| 110 | +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY |
| 111 | +AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, |
| 112 | +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM |
| 113 | +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR |
| 114 | +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR |
| 115 | +PERFORMANCE OF THIS SOFTWARE. |
| 116 | +***************************************************************************** */ |
| 117 | + |
| 118 | +/*! @license DOMPurify 2.4.4 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.4.4/LICENSE */ |
| 119 | + |
| 120 | +/*! Hammer.JS - v2.0.7 - 2016-04-22 |
| 121 | + * http://hammerjs.github.io/ |
| 122 | + * |
| 123 | + * Copyright (c) 2016 Jorik Tangelder; |
| 124 | + * Licensed under the MIT license */ |
| 125 | + |
| 126 | +/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */ |
| 127 | + |
| 128 | +/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ |
| 129 | + |
| 130 | +/** |
| 131 | + * @copyright Copyright (c) 2022 Louis Chemineau <louis@chmn.me> |
| 132 | + * |
| 133 | + * @author Louis Chemineau <louis@chmn.me> |
| 134 | + * |
| 135 | + * @license AGPL-3.0-or-later |
| 136 | + * |
| 137 | + * This program is free software: you can redistribute it and/or modify |
| 138 | + * it under the terms of the GNU Affero General Public License as |
| 139 | + * published by the Free Software Foundation, either version 3 of the |
| 140 | + * License, or (at your option) any later version. |
| 141 | + * |
| 142 | + * This program is distributed in the hope that it will be useful, |
| 143 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 144 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 145 | + * GNU Affero General Public License for more details. |
| 146 | + * |
| 147 | + * You should have received a copy of the GNU Affero General Public License |
| 148 | + * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 149 | + * |
| 150 | + */ |
0 commit comments