|
5 | 5 | * @license MIT |
6 | 6 | */ |
7 | 7 |
|
8 | | -/*! |
9 | | - * cookie |
10 | | - * Copyright(c) 2012-2014 Roman Shtylman |
11 | | - * Copyright(c) 2015 Douglas Christopher Wilson |
12 | | - * MIT Licensed |
13 | | - */ |
14 | | - |
15 | 8 | /*! |
16 | 9 | * https://github.com/Starcounter-Jack/JSON-Patch |
17 | 10 | * (c) 2017 Joachim Wester |
18 | 11 | * MIT license |
19 | 12 | */ |
20 | 13 |
|
| 14 | +/*! |
| 15 | + * is-plain-object <https://github.com/jonschlinkert/is-plain-object> |
| 16 | + * |
| 17 | + * Copyright (c) 2014-2017, Jon Schlinkert. |
| 18 | + * Released under the MIT License. |
| 19 | + */ |
| 20 | + |
| 21 | +/*! |
| 22 | + * repeat-string <https://github.com/jonschlinkert/repeat-string> |
| 23 | + * |
| 24 | + * Copyright (c) 2014-2015, Jon Schlinkert. |
| 25 | + * Licensed under the MIT License. |
| 26 | + */ |
| 27 | + |
21 | 28 | /*! https://mths.be/punycode v1.3.2 by @mathias */ |
22 | 29 |
|
23 | 30 | /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */ |
24 | 31 |
|
| 32 | +/*! js-yaml 4.1.0 https://github.com/nodeca/js-yaml @license MIT */ |
| 33 | + |
| 34 | +/** |
| 35 | + * @license |
| 36 | + * Copyright 2017 Google LLC |
| 37 | + * SPDX-License-Identifier: BSD-3-Clause |
| 38 | + */ |
| 39 | + |
25 | 40 | /** |
26 | 41 | * @license |
27 | | - * Copyright (c) 2017 The Polymer Project Authors. All rights reserved. |
28 | | - * This code may only be used under the BSD style license found at |
29 | | - * http://polymer.github.io/LICENSE.txt |
30 | | - * The complete set of authors may be found at |
31 | | - * http://polymer.github.io/AUTHORS.txt |
32 | | - * The complete set of contributors may be found at |
33 | | - * http://polymer.github.io/CONTRIBUTORS.txt |
34 | | - * Code distributed by Google as part of the polymer project is also |
35 | | - * subject to an additional IP rights grant found at |
36 | | - * http://polymer.github.io/PATENTS.txt |
| 42 | + * Copyright 2018 Google LLC |
| 43 | + * SPDX-License-Identifier: BSD-3-Clause |
| 44 | + */ |
| 45 | + |
| 46 | +/** |
| 47 | + * @license |
| 48 | + * Copyright 2019 Google LLC |
| 49 | + * SPDX-License-Identifier: BSD-3-Clause |
37 | 50 | */ |
38 | 51 |
|
39 | 52 | /** |
|
47 | 60 |
|
48 | 61 | /** |
49 | 62 | * @preserve |
50 | | -* RapiDoc 9.0.1-beta - WebComponent to View OpenAPI docs |
| 63 | +* RapiDoc 9.3.4 - WebComponent to View OpenAPI docs |
51 | 64 | * License: MIT |
52 | | -* Repo : https://github.com/mrin9/RapiDoc |
| 65 | +* Repo : https://github.com/rapi-doc/RapiDoc |
53 | 66 | * Author : Mrinmoy Majumdar |
54 | | -* |
55 | | -/******/ |
56 | | - |
57 | | -/** |
58 | | -@license |
59 | | -Copyright (c) 2019 The Polymer Project Authors. All rights reserved. |
60 | | -This code may only be used under the BSD style license found at |
61 | | -http://polymer.github.io/LICENSE.txt The complete set of authors may be found at |
62 | | -http://polymer.github.io/AUTHORS.txt The complete set of contributors may be |
63 | | -found at http://polymer.github.io/CONTRIBUTORS.txt Code distributed by Google as |
64 | | -part of the polymer project is also subject to an additional IP rights grant |
65 | | -found at http://polymer.github.io/PATENTS.txt |
66 | 67 | */ |
0 commit comments