@entryscape/rdforms 10.13.5 → 10.14.0

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.
@@ -0,0 +1,81 @@
1
+ /*!
2
+ * Determine if an object is a Buffer
3
+ *
4
+ * @author Feross Aboukhadijeh <https://feross.org>
5
+ * @license MIT
6
+ */
7
+
8
+ /*!
9
+ * The buffer module from node.js, for the browser.
10
+ *
11
+ * @author Feross Aboukhadijeh <https://feross.org>
12
+ * @license MIT
13
+ */
14
+
15
+ /*!
16
+ * jQuery JavaScript Library v3.7.1
17
+ * https://jquery.com/
18
+ *
19
+ * Copyright OpenJS Foundation and other contributors
20
+ * Released under the MIT license
21
+ * https://jquery.org/license
22
+ *
23
+ * Date: 2023-08-28T13:37Z
24
+ */
25
+
26
+ /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
27
+
28
+ /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */
29
+
30
+ /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
31
+
32
+ /**
33
+ * Character class utilities for XML NS 1.0 edition 3.
34
+ *
35
+ * @author Louis-Dominique Dubeau
36
+ * @license MIT
37
+ * @copyright Louis-Dominique Dubeau
38
+ */
39
+
40
+ /**
41
+ * Character classes and associated utilities for the 2nd edition of XML 1.1.
42
+ *
43
+ * @author Louis-Dominique Dubeau
44
+ * @license MIT
45
+ * @copyright Louis-Dominique Dubeau
46
+ */
47
+
48
+ /**
49
+ * Character classes and associated utilities for the 5th edition of XML 1.0.
50
+ *
51
+ * @author Louis-Dominique Dubeau
52
+ * @license MIT
53
+ * @copyright Louis-Dominique Dubeau
54
+ */
55
+
56
+ /**!
57
+ * @fileOverview Kickass library to create and place poppers near their reference elements.
58
+ * @version 1.16.1
59
+ * @license
60
+ * Copyright (c) 2016 Federico Zivolo and contributors
61
+ *
62
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
63
+ * of this software and associated documentation files (the "Software"), to deal
64
+ * in the Software without restriction, including without limitation the rights
65
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
66
+ * copies of the Software, and to permit persons to whom the Software is
67
+ * furnished to do so, subject to the following conditions:
68
+ *
69
+ * The above copyright notice and this permission notice shall be included in all
70
+ * copies or substantial portions of the Software.
71
+ *
72
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
73
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
74
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
75
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
76
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
77
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
78
+ * SOFTWARE.
79
+ */
80
+
81
+ //! moment.js