emacroh5lib 1.0.98 → 1.0.99

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,70 +0,0 @@
1
- /*!
2
- * Sizzle CSS Selector Engine v2.3.10
3
- * https://sizzlejs.com/
4
- *
5
- * Copyright JS Foundation and other contributors
6
- * Released under the MIT license
7
- * https://js.foundation/
8
- *
9
- * Date: 2023-02-14
10
- */
11
-
12
- /*!
13
- * Vue.js v2.7.14
14
- * (c) 2014-2022 Evan You
15
- * Released under the MIT License.
16
- */
17
-
18
- /*!
19
- * jQuery JavaScript Library v3.6.4
20
- * https://jquery.com/
21
- *
22
- * Includes Sizzle.js
23
- * https://sizzlejs.com/
24
- *
25
- * Copyright OpenJS Foundation and other contributors
26
- * Released under the MIT license
27
- * https://jquery.org/license
28
- *
29
- * Date: 2023-03-08T15:28Z
30
- */
31
-
32
- /*! sheetjs (C) 2013-present SheetJS -- http://sheetjs.com */
33
-
34
- /*! xlsx.js (C) 2013-present SheetJS -- http://sheetjs.com */
35
-
36
- /**
37
- * vue-class-component v7.2.6
38
- * (c) 2015-present Evan You
39
- * @license MIT
40
- */
41
-
42
- /**
43
- * @license
44
- * Copyright 2010-2022 Three.js Authors
45
- * SPDX-License-Identifier: MIT
46
- */
47
-
48
- /**
49
- * @license
50
- * Lodash <https://lodash.com/>
51
- * Copyright JS Foundation and other contributors <https://js.foundation/>
52
- * Released under MIT license <https://lodash.com/license>
53
- * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
54
- * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
55
- */
56
-
57
- /**
58
- * Checks if an event is supported in the current execution environment.
59
- *
60
- * NOTE: This will not work correctly for non-generic events such as `change`,
61
- * `reset`, `load`, `error`, and `select`.
62
- *
63
- * Borrows from Modernizr.
64
- *
65
- * @param {string} eventNameSuffix Event name, e.g. "click".
66
- * @param {?boolean} capture Check if the capture phase is supported.
67
- * @return {boolean} True if the event is supported.
68
- * @internal
69
- * @license Modernizr 3.0.0pre (Custom Build) | MIT
70
- */