|
| 1 | +/* |
| 2 | +object-assign |
| 3 | +(c) Sindre Sorhus |
| 4 | +@license MIT |
| 5 | +*/ |
| 6 | + |
| 7 | +/*! |
| 8 | + localForage -- Offline Storage, Improved |
| 9 | + Version 1.7.3 |
| 10 | + https://localforage.github.io/localForage |
| 11 | + (c) 2013-2017 Mozilla, Apache License 2.0 |
| 12 | +*/ |
| 13 | + |
| 14 | +/*! |
| 15 | + * The buffer module from node.js, for the browser. |
| 16 | + * |
| 17 | + * @author Feross Aboukhadijeh <feross@feross.org> <http://feross.org> |
| 18 | + * @license MIT |
| 19 | + */ |
| 20 | + |
| 21 | +/*! |
| 22 | + * The buffer module from node.js, for the browser. |
| 23 | + * |
| 24 | + * @author Feross Aboukhadijeh <https://feross.org> |
| 25 | + * @license MIT |
| 26 | + */ |
| 27 | + |
| 28 | +/*! |
| 29 | + * cookie |
| 30 | + * Copyright(c) 2012-2014 Roman Shtylman |
| 31 | + * Copyright(c) 2015 Douglas Christopher Wilson |
| 32 | + * MIT Licensed |
| 33 | + */ |
| 34 | + |
| 35 | +/*! |
| 36 | + * escape-html |
| 37 | + * Copyright(c) 2012-2013 TJ Holowaychuk |
| 38 | + * Copyright(c) 2015 Andreas Lubbe |
| 39 | + * Copyright(c) 2015 Tiancheng "Timothy" Gu |
| 40 | + * MIT Licensed |
| 41 | + */ |
| 42 | + |
| 43 | +/*! ***************************************************************************** |
| 44 | +Copyright (c) Microsoft Corporation. |
| 45 | + |
| 46 | +Permission to use, copy, modify, and/or distribute this software for any |
| 47 | +purpose with or without fee is hereby granted. |
| 48 | + |
| 49 | +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH |
| 50 | +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY |
| 51 | +AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, |
| 52 | +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM |
| 53 | +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR |
| 54 | +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR |
| 55 | +PERFORMANCE OF THIS SOFTWARE. |
| 56 | +***************************************************************************** */ |
| 57 | + |
| 58 | +/*! http://mths.be/fromcodepoint v0.1.0 by @mathias */ |
| 59 | + |
| 60 | +/*! https://mths.be/punycode v1.4.1 by @mathias */ |
| 61 | + |
| 62 | +/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */ |
| 63 | + |
| 64 | +/** |
| 65 | + * [js-md5]{@link https://github.com/emn178/js-md5} |
| 66 | + * |
| 67 | + * @namespace md5 |
| 68 | + * @version 0.7.3 |
| 69 | + * @author Chen, Yi-Cyuan [emn178@gmail.com] |
| 70 | + * @copyright Chen, Yi-Cyuan 2014-2017 |
| 71 | + * @license MIT |
| 72 | + */ |
| 73 | + |
| 74 | +/** @license React v0.19.1 |
| 75 | + * scheduler.production.min.js |
| 76 | + * |
| 77 | + * Copyright (c) Facebook, Inc. and its affiliates. |
| 78 | + * |
| 79 | + * This source code is licensed under the MIT license found in the |
| 80 | + * LICENSE file in the root directory of this source tree. |
| 81 | + */ |
| 82 | + |
| 83 | +/** @license React v16.13.1 |
| 84 | + * react-dom-server.browser.production.min.js |
| 85 | + * |
| 86 | + * Copyright (c) Facebook, Inc. and its affiliates. |
| 87 | + * |
| 88 | + * This source code is licensed under the MIT license found in the |
| 89 | + * LICENSE file in the root directory of this source tree. |
| 90 | + */ |
| 91 | + |
| 92 | +/** @license React v16.13.1 |
| 93 | + * react-dom.production.min.js |
| 94 | + * |
| 95 | + * Copyright (c) Facebook, Inc. and its affiliates. |
| 96 | + * |
| 97 | + * This source code is licensed under the MIT license found in the |
| 98 | + * LICENSE file in the root directory of this source tree. |
| 99 | + */ |
| 100 | + |
| 101 | +/** @license React v16.13.1 |
| 102 | + * react-is.production.min.js |
| 103 | + * |
| 104 | + * Copyright (c) Facebook, Inc. and its affiliates. |
| 105 | + * |
| 106 | + * This source code is licensed under the MIT license found in the |
| 107 | + * LICENSE file in the root directory of this source tree. |
| 108 | + */ |
| 109 | + |
| 110 | +/** @license React v16.13.1 |
| 111 | + * react.production.min.js |
| 112 | + * |
| 113 | + * Copyright (c) Facebook, Inc. and its affiliates. |
| 114 | + * |
| 115 | + * This source code is licensed under the MIT license found in the |
| 116 | + * LICENSE file in the root directory of this source tree. |
| 117 | + */ |
0 commit comments