|
| 1 | +/*! |
| 2 | + * @description Recursive object extending |
| 3 | + * @author Viacheslav Lotsmanov < [email protected]> |
| 4 | + * @license MIT |
| 5 | + * |
| 6 | + * The MIT License (MIT) |
| 7 | + * |
| 8 | + * Copyright (c) 2013-2018 Viacheslav Lotsmanov |
| 9 | + * |
| 10 | + * Permission is hereby granted, free of charge, to any person obtaining a copy of |
| 11 | + * this software and associated documentation files (the "Software"), to deal in |
| 12 | + * the Software without restriction, including without limitation the rights to |
| 13 | + * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of |
| 14 | + * the Software, and to permit persons to whom the Software is furnished to do so, |
| 15 | + * subject to the following conditions: |
| 16 | + * |
| 17 | + * The above copyright notice and this permission notice shall be included in all |
| 18 | + * copies or substantial portions of the Software. |
| 19 | + * |
| 20 | + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 21 | + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS |
| 22 | + * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR |
| 23 | + * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER |
| 24 | + * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN |
| 25 | + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
| 26 | + */ |
| 27 | + |
| 28 | +/*! |
| 29 | + * The buffer module from node.js, for the browser. |
| 30 | + * |
| 31 | + * @author Feross Aboukhadijeh <https://feross.org> |
| 32 | + * @license MIT |
| 33 | + */ |
| 34 | + |
| 35 | +/*! |
| 36 | + * cookie |
| 37 | + * Copyright(c) 2012-2014 Roman Shtylman |
| 38 | + * Copyright(c) 2015 Douglas Christopher Wilson |
| 39 | + * MIT Licensed |
| 40 | + */ |
| 41 | + |
| 42 | +/*! |
| 43 | + * https://github.com/Starcounter-Jack/JSON-Patch |
| 44 | + * (c) 2017 Joachim Wester |
| 45 | + * MIT license |
| 46 | + */ |
| 47 | + |
| 48 | +/*! https://mths.be/punycode v1.3.2 by @mathias */ |
| 49 | + |
| 50 | +/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */ |
| 51 | + |
| 52 | +/** |
| 53 | + * @license |
| 54 | + * Copyright (c) 2017 The Polymer Project Authors. All rights reserved. |
| 55 | + * This code may only be used under the BSD style license found at |
| 56 | + * http://polymer.github.io/LICENSE.txt |
| 57 | + * The complete set of authors may be found at |
| 58 | + * http://polymer.github.io/AUTHORS.txt |
| 59 | + * The complete set of contributors may be found at |
| 60 | + * http://polymer.github.io/CONTRIBUTORS.txt |
| 61 | + * Code distributed by Google as part of the polymer project is also |
| 62 | + * subject to an additional IP rights grant found at |
| 63 | + * http://polymer.github.io/PATENTS.txt |
| 64 | + */ |
| 65 | + |
| 66 | +/** |
| 67 | + * @license |
| 68 | + * Copyright (c) 2018 The Polymer Project Authors. All rights reserved. |
| 69 | + * This code may only be used under the BSD style license found at |
| 70 | + * http://polymer.github.io/LICENSE.txt |
| 71 | + * The complete set of authors may be found at |
| 72 | + * http://polymer.github.io/AUTHORS.txt |
| 73 | + * The complete set of contributors may be found at |
| 74 | + * http://polymer.github.io/CONTRIBUTORS.txt |
| 75 | + * Code distributed by Google as part of the polymer project is also |
| 76 | + * subject to an additional IP rights grant found at |
| 77 | + * http://polymer.github.io/PATENTS.txt |
| 78 | + */ |
| 79 | + |
| 80 | +/** |
| 81 | + * Prism: Lightweight, robust, elegant syntax highlighting |
| 82 | + * |
| 83 | + * @license MIT <https://opensource.org/licenses/MIT> |
| 84 | + * @author Lea Verou <https://lea.verou.me> |
| 85 | + * @namespace |
| 86 | + * @public |
| 87 | + */ |
| 88 | + |
| 89 | +/** |
| 90 | +* @preserve |
| 91 | +* RapiDoc 9.1.3 - WebComponent to View OpenAPI docs |
| 92 | +* License: MIT |
| 93 | +* Repo : https://github.com/mrin9/RapiDoc |
| 94 | +* Author : Mrinmoy Majumdar |
| 95 | +* |
| 96 | +/******/ |
| 97 | + |
| 98 | +/** |
| 99 | +@license |
| 100 | +Copyright (c) 2019 The Polymer Project Authors. All rights reserved. |
| 101 | +This code may only be used under the BSD style license found at |
| 102 | +http://polymer.github.io/LICENSE.txt The complete set of authors may be found at |
| 103 | +http://polymer.github.io/AUTHORS.txt The complete set of contributors may be |
| 104 | +found at http://polymer.github.io/CONTRIBUTORS.txt Code distributed by Google as |
| 105 | +part of the polymer project is also subject to an additional IP rights grant |
| 106 | +found at http://polymer.github.io/PATENTS.txt |
| 107 | +*/ |
0 commit comments