|
| 1 | +/*! |
| 2 | + * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. |
| 3 | + * SPDX-License-Identifier: Apache-2.0 |
| 4 | + */ |
| 5 | + |
| 6 | +/*! |
| 7 | + * JavaScript Cookie v2.2.1 |
| 8 | + * https://github.com/js-cookie/js-cookie |
| 9 | + * |
| 10 | + * Copyright 2006, 2015 Klaus Hartl & Fagner Brack |
| 11 | + * Released under the MIT license |
| 12 | + */ |
| 13 | + |
| 14 | +/*! |
| 15 | + * The buffer module from node.js, for the browser. |
| 16 | + * |
| 17 | + * @author Feross Aboukhadijeh <http://feross.org> |
| 18 | + * @license MIT |
| 19 | + */ |
| 20 | + |
| 21 | +/*! ***************************************************************************** |
| 22 | +Copyright (c) Microsoft Corporation. |
| 23 | + |
| 24 | +Permission to use, copy, modify, and/or distribute this software for any |
| 25 | +purpose with or without fee is hereby granted. |
| 26 | + |
| 27 | +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH |
| 28 | +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY |
| 29 | +AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, |
| 30 | +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM |
| 31 | +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR |
| 32 | +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR |
| 33 | +PERFORMANCE OF THIS SOFTWARE. |
| 34 | +***************************************************************************** */ |
| 35 | + |
| 36 | +/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */ |
0 commit comments