|
| 1 | +/* |
| 2 | +object-assign |
| 3 | +(c) Sindre Sorhus |
| 4 | +@license MIT |
| 5 | +*/ |
| 6 | + |
| 7 | +/*! |
| 8 | + * @overview es6-promise - a tiny implementation of Promises/A+. |
| 9 | + * @copyright Copyright (c) 2014 Yehuda Katz, Tom Dale, Stefan Penner and contributors (Conversion to ES6 API by Jake Archibald) |
| 10 | + * @license Licensed under MIT license |
| 11 | + * See https://raw.githubusercontent.com/stefanpenner/es6-promise/master/LICENSE |
| 12 | + * @version v4.2.8+1e68dce6 |
| 13 | + */ |
| 14 | + |
| 15 | +/*! |
| 16 | + * The buffer module from node.js, for the browser. |
| 17 | + * |
| 18 | + * @author Feross Aboukhadijeh < [email protected]> <http://feross.org> |
| 19 | + * @license MIT |
| 20 | + */ |
| 21 | + |
| 22 | +/*! |
| 23 | + * regjsgen 0.5.2 |
| 24 | + * Copyright 2014-2020 Benjamin Tan <https://ofcr.se/> |
| 25 | + * Available under the MIT license <https://github.com/bnjmnt4n/regjsgen/blob/master/LICENSE-MIT.txt> |
| 26 | + */ |
| 27 | + |
| 28 | +/*! clipboard-copy. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */ |
| 29 | + |
| 30 | +/*! https://mths.be/regenerate v1.4.2 by @mathias | MIT license */ |
| 31 | + |
| 32 | +/** |
| 33 | + * A better abstraction over CSS. |
| 34 | + * |
| 35 | + * @copyright Oleg Isonen (Slobodskoi) / Isonen 2014-present |
| 36 | + * @website https://github.com/cssinjs/jss |
| 37 | + * @license MIT |
| 38 | + */ |
| 39 | + |
| 40 | +/** |
| 41 | + * Prism: Lightweight, robust, elegant syntax highlighting |
| 42 | + * |
| 43 | + * @license MIT <https://opensource.org/licenses/MIT> |
| 44 | + * @author Lea Verou <https://lea.verou.me> |
| 45 | + * @namespace |
| 46 | + * @public |
| 47 | + */ |
| 48 | + |
| 49 | +/** @license React v0.15.0 |
| 50 | + * scheduler.production.min.js |
| 51 | + * |
| 52 | + * Copyright (c) Facebook, Inc. and its affiliates. |
| 53 | + * |
| 54 | + * This source code is licensed under the MIT license found in the |
| 55 | + * LICENSE file in the root directory of this source tree. |
| 56 | + */ |
| 57 | + |
| 58 | +/** @license React v16.9.0 |
| 59 | + * react-dom.production.min.js |
| 60 | + * |
| 61 | + * Copyright (c) Facebook, Inc. and its affiliates. |
| 62 | + * |
| 63 | + * This source code is licensed under the MIT license found in the |
| 64 | + * LICENSE file in the root directory of this source tree. |
| 65 | + */ |
| 66 | + |
| 67 | +/** @license React v16.9.0 |
| 68 | + * react.production.min.js |
| 69 | + * |
| 70 | + * Copyright (c) Facebook, Inc. and its affiliates. |
| 71 | + * |
| 72 | + * This source code is licensed under the MIT license found in the |
| 73 | + * LICENSE file in the root directory of this source tree. |
| 74 | + */ |
0 commit comments