@egovernments/digit-ui-module-workbench 1.0.27 → 2.0.0-rc19-01

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,111 @@
1
+ /*!
2
+
3
+ JSZip v3.10.1 - A JavaScript class for generating and reading zip files
4
+ <http://stuartk.com/jszip>
5
+
6
+ (c) 2009-2016 Stuart Knightley <stuart [at] stuartk.com>
7
+ Dual licenced under the MIT license or GPLv3. See https://raw.github.com/Stuk/jszip/main/LICENSE.markdown.
8
+
9
+ JSZip uses the library pako released under the MIT license :
10
+ https://github.com/nodeca/pako/blob/main/LICENSE
11
+ */
12
+
13
+ /*!
14
+ * The buffer module from node.js, for the browser.
15
+ *
16
+ * @author Feross Aboukhadijeh <https://feross.org>
17
+ * @license MIT
18
+ */
19
+
20
+ /*! *****************************************************************************
21
+ Copyright (c) Microsoft Corporation.
22
+
23
+ Permission to use, copy, modify, and/or distribute this software for any
24
+ purpose with or without fee is hereby granted.
25
+
26
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
27
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
28
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
29
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
30
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
31
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
32
+ PERFORMANCE OF THIS SOFTWARE.
33
+ ***************************************************************************** */
34
+
35
+ /*! ExcelJS 19-10-2023 */
36
+
37
+ /*! cpexcel.js (C) 2013-present SheetJS -- http://sheetjs.com */
38
+
39
+ /*! cputils.js (C) 2013-present SheetJS -- http://sheetjs.com */
40
+
41
+ /*! https://mths.be/punycode v1.4.1 by @mathias */
42
+
43
+ /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
44
+
45
+ /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
46
+
47
+ /*! xlsx.js (C) 2013-present SheetJS -- http://sheetjs.com */
48
+
49
+ /**
50
+ * @license
51
+ * Lodash <https://lodash.com/>
52
+ * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
53
+ * Released under MIT license <https://lodash.com/license>
54
+ * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
55
+ * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
56
+ */
57
+
58
+ /**
59
+ * @license React
60
+ * react-is.production.min.js
61
+ *
62
+ * Copyright (c) Facebook, Inc. and its affiliates.
63
+ *
64
+ * This source code is licensed under the MIT license found in the
65
+ * LICENSE file in the root directory of this source tree.
66
+ */
67
+
68
+ /**
69
+ * @license React
70
+ * react-jsx-runtime.production.js
71
+ *
72
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
73
+ *
74
+ * This source code is licensed under the MIT license found in the
75
+ * LICENSE file in the root directory of this source tree.
76
+ */
77
+
78
+ /**
79
+ * Character class utilities for XML NS 1.0 edition 3.
80
+ *
81
+ * @author Louis-Dominique Dubeau
82
+ * @license MIT
83
+ * @copyright Louis-Dominique Dubeau
84
+ */
85
+
86
+ /**
87
+ * Character classes and associated utilities for the 2nd edition of XML 1.1.
88
+ *
89
+ * @author Louis-Dominique Dubeau
90
+ * @license MIT
91
+ * @copyright Louis-Dominique Dubeau
92
+ */
93
+
94
+ /**
95
+ * Character classes and associated utilities for the 5th edition of XML 1.0.
96
+ *
97
+ * @author Louis-Dominique Dubeau
98
+ * @license MIT
99
+ * @copyright Louis-Dominique Dubeau
100
+ */
101
+
102
+ /** @license React v16.13.1
103
+ * react-is.production.min.js
104
+ *
105
+ * Copyright (c) Facebook, Inc. and its affiliates.
106
+ *
107
+ * This source code is licensed under the MIT license found in the
108
+ * LICENSE file in the root directory of this source tree.
109
+ */
110
+
111
+ /** @license URI.js v4.4.1 (c) 2011 Gary Court. License: http://github.com/garycourt/uri-js */
Binary file