|
| 1 | +/* |
| 2 | +object-assign |
| 3 | +(c) Sindre Sorhus |
| 4 | +@license MIT |
| 5 | +*/ |
| 6 | + |
| 7 | +/*! |
| 8 | + * Fuse.js v3.6.1 - Lightweight fuzzy-search (http://fusejs.io) |
| 9 | + * |
| 10 | + * Copyright (c) 2012-2017 Kirollos Risk (http://kiro.me) |
| 11 | + * All Rights Reserved. Apache Software License 2.0 |
| 12 | + * |
| 13 | + * http://www.apache.org/licenses/LICENSE-2.0 |
| 14 | + */ |
| 15 | + |
| 16 | +/*! |
| 17 | + * https://github.com/es-shims/es5-shim |
| 18 | + * @license es5-shim Copyright 2009-2020 by contributors, MIT License |
| 19 | + * see https://github.com/es-shims/es5-shim/blob/master/LICENSE |
| 20 | + */ |
| 21 | + |
| 22 | +/*! |
| 23 | + * isobject <https://github.com/jonschlinkert/isobject> |
| 24 | + * |
| 25 | + * Copyright (c) 2014-2017, Jon Schlinkert. |
| 26 | + * Released under the MIT License. |
| 27 | + */ |
| 28 | + |
| 29 | +/*! ***************************************************************************** |
| 30 | +Copyright (c) Microsoft Corporation. |
| 31 | + |
| 32 | +Permission to use, copy, modify, and/or distribute this software for any |
| 33 | +purpose with or without fee is hereby granted. |
| 34 | + |
| 35 | +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH |
| 36 | +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY |
| 37 | +AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, |
| 38 | +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM |
| 39 | +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR |
| 40 | +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR |
| 41 | +PERFORMANCE OF THIS SOFTWARE. |
| 42 | +***************************************************************************** */ |
| 43 | + |
| 44 | +/*! store2 - v2.13.1 - 2021-12-20 |
| 45 | +* Copyright (c) 2021 Nathan Bubna; Licensed (MIT OR GPL-3.0) */ |
| 46 | + |
| 47 | +/** |
| 48 | + * React Router DOM v6.0.2 |
| 49 | + * |
| 50 | + * Copyright (c) Remix Software Inc. |
| 51 | + * |
| 52 | + * This source code is licensed under the MIT license found in the |
| 53 | + * LICENSE.md file in the root directory of this source tree. |
| 54 | + * |
| 55 | + * @license MIT |
| 56 | + */ |
| 57 | + |
| 58 | +/** |
| 59 | + * React Router v6.0.2 |
| 60 | + * |
| 61 | + * Copyright (c) Remix Software Inc. |
| 62 | + * |
| 63 | + * This source code is licensed under the MIT license found in the |
| 64 | + * LICENSE.md file in the root directory of this source tree. |
| 65 | + * |
| 66 | + * @license MIT |
| 67 | + */ |
| 68 | + |
| 69 | +/** @license React v0.20.2 |
| 70 | + * scheduler.production.min.js |
| 71 | + * |
| 72 | + * Copyright (c) Facebook, Inc. and its affiliates. |
| 73 | + * |
| 74 | + * This source code is licensed under the MIT license found in the |
| 75 | + * LICENSE file in the root directory of this source tree. |
| 76 | + */ |
| 77 | + |
| 78 | +/** @license React v16.13.1 |
| 79 | + * react-is.production.min.js |
| 80 | + * |
| 81 | + * Copyright (c) Facebook, Inc. and its affiliates. |
| 82 | + * |
| 83 | + * This source code is licensed under the MIT license found in the |
| 84 | + * LICENSE file in the root directory of this source tree. |
| 85 | + */ |
| 86 | + |
| 87 | +/** @license React v17.0.2 |
| 88 | + * react-dom.production.min.js |
| 89 | + * |
| 90 | + * Copyright (c) Facebook, Inc. and its affiliates. |
| 91 | + * |
| 92 | + * This source code is licensed under the MIT license found in the |
| 93 | + * LICENSE file in the root directory of this source tree. |
| 94 | + */ |
| 95 | + |
| 96 | +/** @license React v17.0.2 |
| 97 | + * react-is.production.min.js |
| 98 | + * |
| 99 | + * Copyright (c) Facebook, Inc. and its affiliates. |
| 100 | + * |
| 101 | + * This source code is licensed under the MIT license found in the |
| 102 | + * LICENSE file in the root directory of this source tree. |
| 103 | + */ |
| 104 | + |
| 105 | +/** @license React v17.0.2 |
| 106 | + * react.production.min.js |
| 107 | + * |
| 108 | + * Copyright (c) Facebook, Inc. and its affiliates. |
| 109 | + * |
| 110 | + * This source code is licensed under the MIT license found in the |
| 111 | + * LICENSE file in the root directory of this source tree. |
| 112 | + */ |
0 commit comments