108 lines
3.1 KiB
Plaintext
108 lines
3.1 KiB
Plaintext
/*!
|
|
* Sizzle CSS Selector Engine v2.3.9
|
|
* https://sizzlejs.com/
|
|
*
|
|
* Copyright JS Foundation and other contributors
|
|
* Released under the MIT license
|
|
* https://js.foundation/
|
|
*
|
|
* Date: 2022-12-19
|
|
*/
|
|
|
|
/*!
|
|
* The buffer module from node.js, for the browser.
|
|
*
|
|
* @author Feross Aboukhadijeh <http://feross.org>
|
|
* @license MIT
|
|
*/
|
|
|
|
/*!
|
|
* jQuery JavaScript Library v3.6.3
|
|
* https://jquery.com/
|
|
*
|
|
* Includes Sizzle.js
|
|
* https://sizzlejs.com/
|
|
*
|
|
* Copyright OpenJS Foundation and other contributors
|
|
* Released under the MIT license
|
|
* https://jquery.org/license
|
|
*
|
|
* Date: 2022-12-20T21:28Z
|
|
*/
|
|
|
|
/*!
|
|
* jQuery Mousewheel 3.1.13
|
|
*
|
|
* Copyright jQuery Foundation and other contributors
|
|
* Released under the MIT license
|
|
* http://jquery.org/license
|
|
*/
|
|
|
|
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
|
|
/**@license
|
|
* __ _____ ________ __
|
|
* / // _ /__ __ _____ ___ __ _/__ ___/__ ___ ______ __ __ __ ___ / /
|
|
* __ / // // // // // _ // _// // / / // _ // _// // // \/ // _ \/ /
|
|
* / / // // // // // ___// / / // / / // ___// / / / / // // /\ // // / /__
|
|
* \___//____ \\___//____//_/ _\_ / /_//____//_/ /_/ /_//_//_/ /_/ \__\_\___/
|
|
* \/ /____/
|
|
* http://terminal.jcubic.pl
|
|
*
|
|
* This is example of how to create custom formatter for jQuery Terminal
|
|
*
|
|
* Copyright (c) 2014-2022 Jakub Jankiewicz <https://jcubic.pl/me>
|
|
* Released under the MIT license
|
|
*
|
|
* Includes: node-ansiparser, MIT license, Copyright (c) 2014 Joerg Breitbart
|
|
*
|
|
* Last Update in jQuery Terminal 2.23.0
|
|
*
|
|
*/
|
|
|
|
/**@license
|
|
* __ _____ ________ __
|
|
* / // _ /__ __ _____ ___ __ _/__ ___/__ ___ ______ __ __ __ ___ / /
|
|
* __ / // // // // // _ // _// // / / // _ // _// // // \/ // _ \/ /
|
|
* / / // // // // // ___// / / // / / // ___// / / / / // // /\ // // / /__
|
|
* \___//____ \\___//____//_/ _\_ / /_//____//_/ /_/ /_//_//_/ /_/ \__\_\___/
|
|
* \/ /____/ version 2.35.3
|
|
*
|
|
* This file is part of jQuery Terminal. https://terminal.jcubic.pl
|
|
*
|
|
* Copyright (c) 2010-2022 Jakub T. Jankiewicz <https://jcubic.pl/me>
|
|
* Released under the MIT license
|
|
*
|
|
* Contains:
|
|
*
|
|
* Storage plugin Distributed under the MIT License
|
|
* modified to work from Data URIs that block storage and cookies in Chrome
|
|
* Copyright (c) 2010 Dave Schindler
|
|
*
|
|
* jQuery Timers licenced with the WTFPL
|
|
* <http://jquery.offput.ca/timers/>
|
|
*
|
|
* Cross-Browser Split 1.1.1
|
|
* Copyright 2007-2012 Steven Levithan <stevenlevithan.com>
|
|
* Available under the MIT License
|
|
*
|
|
* jQuery Caret
|
|
* Copyright (c) 2009, Gideon Sireling
|
|
* 3 clause BSD License
|
|
*
|
|
* sprintf.js
|
|
* Copyright (c) 2007-2013 Alexandru Marasteanu <hello at alexei dot ro>
|
|
* licensed under 3 clause BSD license
|
|
*
|
|
* debounce function from Lodash
|
|
* Copyright JS Foundation and other contributors <https://js.foundation/>
|
|
* The MIT License
|
|
*
|
|
* emoji regex v9.0.0 by Mathias Bynens
|
|
* MIT license
|
|
*
|
|
* broken image by Sophia Bai from the Noun Project (CC-BY)
|
|
*
|
|
* Date: Mon, 06 Feb 2023 20:13:15 +0000
|
|
*/
|