99 lines
2.8 KiB
Plaintext
99 lines
2.8 KiB
Plaintext
|
/*
|
||
|
object-assign
|
||
|
(c) Sindre Sorhus
|
||
|
@license MIT
|
||
|
*/
|
||
|
|
||
|
/*!
|
||
|
* The buffer module from node.js, for the browser.
|
||
|
*
|
||
|
* @author Feross Aboukhadijeh <feross@feross.org> <http://feross.org>
|
||
|
* @license MIT
|
||
|
*/
|
||
|
|
||
|
/*!
|
||
|
* The buffer module from node.js, for the browser.
|
||
|
*
|
||
|
* @author Feross Aboukhadijeh <http://feross.org>
|
||
|
* @license MIT
|
||
|
*/
|
||
|
|
||
|
/*!
|
||
|
* Vue.js v2.6.14
|
||
|
* (c) 2014-2021 Evan You
|
||
|
* Released under the MIT License.
|
||
|
*/
|
||
|
|
||
|
/*!
|
||
|
* vue-client-only v0.0.0-semantic-release
|
||
|
* (c) 2021-present egoist <0x142857@gmail.com>
|
||
|
* Released under the MIT License.
|
||
|
*/
|
||
|
|
||
|
/*!
|
||
|
* vue-i18n v8.15.3
|
||
|
* (c) 2019 kazuya kawaguchi
|
||
|
* Released under the MIT License.
|
||
|
*/
|
||
|
|
||
|
/*!
|
||
|
* vue-no-ssr v1.1.1
|
||
|
* (c) 2018-present egoist <0x142857@gmail.com>
|
||
|
* Released under the MIT License.
|
||
|
*/
|
||
|
|
||
|
/*!
|
||
|
* vuex v3.6.2
|
||
|
* (c) 2021 Evan You
|
||
|
* @license MIT
|
||
|
*/
|
||
|
|
||
|
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
||
|
|
||
|
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
||
|
|
||
|
/**
|
||
|
* @license
|
||
|
* Lodash <https://lodash.com/>
|
||
|
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
||
|
* Released under MIT license <https://lodash.com/license>
|
||
|
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
|
||
|
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
||
|
*/
|
||
|
|
||
|
/**
|
||
|
* [js-sha3]{@link https://github.com/emn178/js-sha3}
|
||
|
*
|
||
|
* @version 0.8.0
|
||
|
* @author Chen, Yi-Cyuan [emn178@gmail.com]
|
||
|
* @copyright Chen, Yi-Cyuan 2015-2018
|
||
|
* @license MIT
|
||
|
*/
|
||
|
|
||
|
/** @license URI.js v4.4.1 (c) 2011 Gary Court. License: http://github.com/garycourt/uri-js */
|
||
|
|
||
|
/**!
|
||
|
* @fileOverview Kickass library to create and place poppers near their reference elements.
|
||
|
* @version 1.16.1
|
||
|
* @license
|
||
|
* Copyright (c) 2016 Federico Zivolo and contributors
|
||
|
*
|
||
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||
|
* of this software and associated documentation files (the "Software"), to deal
|
||
|
* in the Software without restriction, including without limitation the rights
|
||
|
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||
|
* copies of the Software, and to permit persons to whom the Software is
|
||
|
* furnished to do so, subject to the following conditions:
|
||
|
*
|
||
|
* The above copyright notice and this permission notice shall be included in all
|
||
|
* copies or substantial portions of the Software.
|
||
|
*
|
||
|
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||
|
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||
|
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||
|
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||
|
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||
|
* SOFTWARE.
|
||
|
*/
|