@smoothdeploy/playwright 1.58.4 → 1.60.1

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.
Files changed (182) hide show
  1. package/ThirdPartyNotices.txt +8 -5036
  2. package/lib/agents/agentParser.js +2 -2
  3. package/lib/agents/generateAgents.js +21 -22
  4. package/lib/agents/playwright-test-healer.agent.md +1 -0
  5. package/lib/agents/playwright-test-planner.agent.md +2 -1
  6. package/lib/cli/reportActions.js +78 -0
  7. package/lib/cli/testActions.js +211 -0
  8. package/lib/common/index.js +2898 -0
  9. package/lib/common/index.js.txt +35 -0
  10. package/lib/errorContext.js +130 -0
  11. package/lib/index.js +258 -206
  12. package/lib/{isomorphic/testServerConnection.js → isomorphic.js} +70 -35
  13. package/lib/isomorphic.js.txt +9 -0
  14. package/lib/loader/loaderProcessEntry.js +34 -0
  15. package/lib/loader/loaderProcessEntry.js.txt +9 -0
  16. package/lib/matchers/expect.js +12988 -249
  17. package/lib/matchers/expect.js.LICENSE +693 -0
  18. package/lib/matchers/expect.js.txt +72 -0
  19. package/lib/mcp/test/browserBackend.js +49 -22
  20. package/lib/mcp/test/generatorTools.js +16 -16
  21. package/lib/mcp/test/plannerTools.js +25 -20
  22. package/lib/mcp/test/seed.js +7 -7
  23. package/lib/mcp/test/testBackend.js +30 -30
  24. package/lib/mcp/test/testContext.js +50 -33
  25. package/lib/mcp/test/testTools.js +15 -25
  26. package/lib/{internalsForTest.js → package.js} +13 -8
  27. package/lib/program.js +63 -263
  28. package/lib/runner/index.js +8339 -0
  29. package/lib/runner/index.js.txt +60 -0
  30. package/lib/transform/babelBundle.js +71002 -18
  31. package/lib/transform/babelBundle.js.LICENSE +2359 -0
  32. package/lib/transform/babelBundle.js.txt +325 -0
  33. package/lib/transform/esmLoader.js +5884 -30
  34. package/lib/transform/esmLoader.js.LICENSE +335 -0
  35. package/lib/transform/esmLoader.js.txt +55 -0
  36. package/lib/util.js +37 -34
  37. package/lib/worker/workerProcessEntry.js +3251 -0
  38. package/lib/worker/workerProcessEntry.js.txt +24 -0
  39. package/package.json +5 -16
  40. package/test.mjs +1 -0
  41. package/types/test.d.ts +172 -12
  42. package/types/testReporter.d.ts +7 -5
  43. package/lib/common/config.js +0 -282
  44. package/lib/common/configLoader.js +0 -344
  45. package/lib/common/esmLoaderHost.js +0 -104
  46. package/lib/common/expectBundle.js +0 -28
  47. package/lib/common/expectBundleImpl.js +0 -407
  48. package/lib/common/fixtures.js +0 -302
  49. package/lib/common/ipc.js +0 -60
  50. package/lib/common/poolBuilder.js +0 -85
  51. package/lib/common/process.js +0 -132
  52. package/lib/common/suiteUtils.js +0 -140
  53. package/lib/common/test.js +0 -321
  54. package/lib/common/testLoader.js +0 -101
  55. package/lib/common/testType.js +0 -298
  56. package/lib/common/validators.js +0 -68
  57. package/lib/fsWatcher.js +0 -67
  58. package/lib/isomorphic/events.js +0 -77
  59. package/lib/isomorphic/folders.js +0 -30
  60. package/lib/isomorphic/stringInternPool.js +0 -69
  61. package/lib/isomorphic/teleReceiver.js +0 -521
  62. package/lib/isomorphic/teleSuiteUpdater.js +0 -157
  63. package/lib/isomorphic/testServerInterface.js +0 -16
  64. package/lib/isomorphic/testTree.js +0 -329
  65. package/lib/isomorphic/types.d.js +0 -16
  66. package/lib/loader/loaderMain.js +0 -59
  67. package/lib/matchers/matcherHint.js +0 -44
  68. package/lib/matchers/matchers.js +0 -383
  69. package/lib/matchers/toBeTruthy.js +0 -75
  70. package/lib/matchers/toEqual.js +0 -100
  71. package/lib/matchers/toHaveURL.js +0 -101
  72. package/lib/matchers/toMatchAriaSnapshot.js +0 -159
  73. package/lib/matchers/toMatchSnapshot.js +0 -342
  74. package/lib/matchers/toMatchText.js +0 -99
  75. package/lib/mcp/browser/browserContextFactory.js +0 -329
  76. package/lib/mcp/browser/browserServerBackend.js +0 -84
  77. package/lib/mcp/browser/config.js +0 -421
  78. package/lib/mcp/browser/context.js +0 -244
  79. package/lib/mcp/browser/response.js +0 -278
  80. package/lib/mcp/browser/sessionLog.js +0 -75
  81. package/lib/mcp/browser/tab.js +0 -343
  82. package/lib/mcp/browser/tools/common.js +0 -65
  83. package/lib/mcp/browser/tools/console.js +0 -46
  84. package/lib/mcp/browser/tools/dialogs.js +0 -60
  85. package/lib/mcp/browser/tools/evaluate.js +0 -61
  86. package/lib/mcp/browser/tools/files.js +0 -58
  87. package/lib/mcp/browser/tools/form.js +0 -63
  88. package/lib/mcp/browser/tools/install.js +0 -72
  89. package/lib/mcp/browser/tools/keyboard.js +0 -107
  90. package/lib/mcp/browser/tools/mouse.js +0 -107
  91. package/lib/mcp/browser/tools/navigate.js +0 -71
  92. package/lib/mcp/browser/tools/network.js +0 -63
  93. package/lib/mcp/browser/tools/open.js +0 -57
  94. package/lib/mcp/browser/tools/pdf.js +0 -49
  95. package/lib/mcp/browser/tools/runCode.js +0 -78
  96. package/lib/mcp/browser/tools/screenshot.js +0 -93
  97. package/lib/mcp/browser/tools/snapshot.js +0 -173
  98. package/lib/mcp/browser/tools/tabs.js +0 -67
  99. package/lib/mcp/browser/tools/tool.js +0 -47
  100. package/lib/mcp/browser/tools/tracing.js +0 -74
  101. package/lib/mcp/browser/tools/utils.js +0 -94
  102. package/lib/mcp/browser/tools/verify.js +0 -143
  103. package/lib/mcp/browser/tools/wait.js +0 -63
  104. package/lib/mcp/browser/tools.js +0 -84
  105. package/lib/mcp/browser/watchdog.js +0 -44
  106. package/lib/mcp/config.d.js +0 -16
  107. package/lib/mcp/extension/cdpRelay.js +0 -351
  108. package/lib/mcp/extension/extensionContextFactory.js +0 -76
  109. package/lib/mcp/extension/protocol.js +0 -28
  110. package/lib/mcp/index.js +0 -61
  111. package/lib/mcp/log.js +0 -35
  112. package/lib/mcp/program.js +0 -111
  113. package/lib/mcp/sdk/exports.js +0 -28
  114. package/lib/mcp/sdk/http.js +0 -152
  115. package/lib/mcp/sdk/inProcessTransport.js +0 -71
  116. package/lib/mcp/sdk/server.js +0 -223
  117. package/lib/mcp/sdk/tool.js +0 -47
  118. package/lib/mcp/terminal/cli.js +0 -296
  119. package/lib/mcp/terminal/command.js +0 -56
  120. package/lib/mcp/terminal/commands.js +0 -333
  121. package/lib/mcp/terminal/daemon.js +0 -129
  122. package/lib/mcp/terminal/help.json +0 -32
  123. package/lib/mcp/terminal/helpGenerator.js +0 -88
  124. package/lib/mcp/terminal/socketConnection.js +0 -80
  125. package/lib/plugins/gitCommitInfoPlugin.js +0 -198
  126. package/lib/plugins/index.js +0 -28
  127. package/lib/plugins/webServerPlugin.js +0 -237
  128. package/lib/reporters/base.js +0 -634
  129. package/lib/reporters/blob.js +0 -138
  130. package/lib/reporters/dot.js +0 -99
  131. package/lib/reporters/empty.js +0 -32
  132. package/lib/reporters/github.js +0 -128
  133. package/lib/reporters/html.js +0 -633
  134. package/lib/reporters/internalReporter.js +0 -138
  135. package/lib/reporters/json.js +0 -254
  136. package/lib/reporters/junit.js +0 -232
  137. package/lib/reporters/line.js +0 -131
  138. package/lib/reporters/list.js +0 -253
  139. package/lib/reporters/listModeReporter.js +0 -69
  140. package/lib/reporters/markdown.js +0 -144
  141. package/lib/reporters/merge.js +0 -558
  142. package/lib/reporters/multiplexer.js +0 -112
  143. package/lib/reporters/reporterV2.js +0 -102
  144. package/lib/reporters/smoothdeploy.js +0 -333
  145. package/lib/reporters/teleEmitter.js +0 -317
  146. package/lib/reporters/versions/blobV1.js +0 -16
  147. package/lib/runner/dispatcher.js +0 -531
  148. package/lib/runner/failureTracker.js +0 -72
  149. package/lib/runner/lastRun.js +0 -77
  150. package/lib/runner/loadUtils.js +0 -334
  151. package/lib/runner/loaderHost.js +0 -89
  152. package/lib/runner/processHost.js +0 -180
  153. package/lib/runner/projectUtils.js +0 -241
  154. package/lib/runner/rebase.js +0 -189
  155. package/lib/runner/reporters.js +0 -140
  156. package/lib/runner/sigIntWatcher.js +0 -96
  157. package/lib/runner/storage.js +0 -91
  158. package/lib/runner/taskRunner.js +0 -127
  159. package/lib/runner/tasks.js +0 -410
  160. package/lib/runner/testGroups.js +0 -125
  161. package/lib/runner/testRunner.js +0 -398
  162. package/lib/runner/testServer.js +0 -269
  163. package/lib/runner/uiModeReporter.js +0 -30
  164. package/lib/runner/vcs.js +0 -72
  165. package/lib/runner/watchMode.js +0 -396
  166. package/lib/runner/workerHost.js +0 -104
  167. package/lib/third_party/pirates.js +0 -62
  168. package/lib/third_party/tsconfig-loader.js +0 -103
  169. package/lib/transform/babelBundleImpl.js +0 -461
  170. package/lib/transform/compilationCache.js +0 -274
  171. package/lib/transform/md.js +0 -221
  172. package/lib/transform/portTransport.js +0 -67
  173. package/lib/transform/transform.js +0 -303
  174. package/lib/utilsBundle.js +0 -50
  175. package/lib/utilsBundleImpl.js +0 -103
  176. package/lib/worker/fixtureRunner.js +0 -262
  177. package/lib/worker/testInfo.js +0 -536
  178. package/lib/worker/testTracing.js +0 -345
  179. package/lib/worker/timeoutManager.js +0 -174
  180. package/lib/worker/util.js +0 -31
  181. package/lib/worker/workerMain.js +0 -530
  182. /package/lib/{common/globals.js → globals.js} +0 -0
@@ -0,0 +1,2359 @@
1
+ packages/playwright/lib/transform/babelBundle.js
2
+
3
+ THIRD-PARTY SOFTWARE NOTICES AND INFORMATION
4
+
5
+ The following npm packages are inlined into this bundle.
6
+
7
+ - @ampproject/remapping@2.3.0 (https://github.com/ampproject/remapping)
8
+ - @babel/code-frame@7.29.0 (https://github.com/babel/babel)
9
+ - @babel/compat-data@7.28.0 (https://github.com/babel/babel)
10
+ - @babel/core@7.28.3 (https://github.com/babel/babel)
11
+ - @babel/generator@7.29.1 (https://github.com/babel/babel)
12
+ - @babel/helper-annotate-as-pure@7.27.3 (https://github.com/babel/babel)
13
+ - @babel/helper-compilation-targets@7.27.2 (https://github.com/babel/babel)
14
+ - @babel/helper-create-class-features-plugin@7.28.6 (https://github.com/babel/babel)
15
+ - @babel/helper-globals@7.28.0 (https://github.com/babel/babel)
16
+ - @babel/helper-member-expression-to-functions@7.28.5 (https://github.com/babel/babel)
17
+ - @babel/helper-module-imports@7.28.6 (https://github.com/babel/babel)
18
+ - @babel/helper-module-transforms@7.28.6 (https://github.com/babel/babel)
19
+ - @babel/helper-optimise-call-expression@7.27.1 (https://github.com/babel/babel)
20
+ - @babel/helper-plugin-utils@7.28.6 (https://github.com/babel/babel)
21
+ - @babel/helper-replace-supers@7.28.6 (https://github.com/babel/babel)
22
+ - @babel/helper-skip-transparent-expression-wrappers@7.27.1 (https://github.com/babel/babel)
23
+ - @babel/helper-string-parser@7.27.1 (https://github.com/babel/babel)
24
+ - @babel/helper-validator-identifier@7.28.5 (https://github.com/babel/babel)
25
+ - @babel/helper-validator-option@7.27.1 (https://github.com/babel/babel)
26
+ - @babel/helpers@7.28.3 (https://github.com/babel/babel)
27
+ - @babel/parser@7.29.2 (https://github.com/babel/babel)
28
+ - @babel/plugin-proposal-decorators@7.29.0 (https://github.com/babel/babel)
29
+ - @babel/plugin-syntax-async-generators@7.8.4 (https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-async-generators)
30
+ - @babel/plugin-syntax-decorators@7.28.6 (https://github.com/babel/babel)
31
+ - @babel/plugin-syntax-import-attributes@7.28.6 (https://github.com/babel/babel)
32
+ - @babel/plugin-syntax-json-strings@7.8.3 (https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-json-strings)
33
+ - @babel/plugin-syntax-jsx@7.28.6 (https://github.com/babel/babel)
34
+ - @babel/plugin-syntax-object-rest-spread@7.8.3 (https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-object-rest-spread)
35
+ - @babel/plugin-syntax-optional-catch-binding@7.8.3 (https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-optional-catch-binding)
36
+ - @babel/plugin-syntax-typescript@7.28.6 (https://github.com/babel/babel)
37
+ - @babel/plugin-transform-class-properties@7.28.6 (https://github.com/babel/babel)
38
+ - @babel/plugin-transform-class-static-block@7.28.6 (https://github.com/babel/babel)
39
+ - @babel/plugin-transform-destructuring@7.28.5 (https://github.com/babel/babel)
40
+ - @babel/plugin-transform-explicit-resource-management@7.28.6 (https://github.com/babel/babel)
41
+ - @babel/plugin-transform-export-namespace-from@7.27.1 (https://github.com/babel/babel)
42
+ - @babel/plugin-transform-logical-assignment-operators@7.28.6 (https://github.com/babel/babel)
43
+ - @babel/plugin-transform-modules-commonjs@7.28.6 (https://github.com/babel/babel)
44
+ - @babel/plugin-transform-nullish-coalescing-operator@7.28.6 (https://github.com/babel/babel)
45
+ - @babel/plugin-transform-numeric-separator@7.28.6 (https://github.com/babel/babel)
46
+ - @babel/plugin-transform-optional-chaining@7.28.6 (https://github.com/babel/babel)
47
+ - @babel/plugin-transform-private-methods@7.28.6 (https://github.com/babel/babel)
48
+ - @babel/plugin-transform-react-jsx@7.28.6 (https://github.com/babel/babel)
49
+ - @babel/plugin-transform-typescript@7.28.6 (https://github.com/babel/babel)
50
+ - @babel/preset-typescript@7.28.5 (https://github.com/babel/babel)
51
+ - @babel/template@7.28.6 (https://github.com/babel/babel)
52
+ - @babel/traverse@7.29.0 (https://github.com/babel/babel)
53
+ - @babel/types@7.29.0 (https://github.com/babel/babel)
54
+ - @jridgewell/gen-mapping@0.3.13 (https://github.com/jridgewell/sourcemaps)
55
+ - @jridgewell/resolve-uri@3.1.2 (https://github.com/jridgewell/resolve-uri)
56
+ - @jridgewell/sourcemap-codec@1.5.5 (https://github.com/jridgewell/sourcemaps)
57
+ - @jridgewell/trace-mapping@0.3.30 (https://github.com/jridgewell/sourcemaps)
58
+ - browserslist@4.25.4 (https://github.com/browserslist/browserslist)
59
+ - caniuse-lite@1.0.30001739 (https://github.com/browserslist/caniuse-lite)
60
+ - convert-source-map@2.0.0 (https://github.com/thlorenz/convert-source-map)
61
+ - debug@4.4.3 (https://github.com/debug-js/debug)
62
+ - electron-to-chromium@1.5.214 (https://github.com/kilian/electron-to-chromium)
63
+ - gensync@1.0.0-beta.2 (https://github.com/loganfsmyth/gensync)
64
+ - has-flag@4.0.0 (https://github.com/sindresorhus/has-flag)
65
+ - js-tokens@4.0.0 (https://github.com/lydell/js-tokens)
66
+ - jsesc@3.1.0 (https://github.com/mathiasbynens/jsesc)
67
+ - json5@2.2.3 (https://github.com/json5/json5)
68
+ - lru-cache@5.1.1 (https://github.com/isaacs/node-lru-cache)
69
+ - ms@2.1.3 (https://github.com/vercel/ms)
70
+ - node-releases@2.0.19 (https://github.com/chicoxyzzy/node-releases)
71
+ - picocolors@1.1.1 (https://github.com/alexeyraspopov/picocolors)
72
+ - semver@6.3.1 (https://github.com/npm/node-semver)
73
+ - supports-color@8.1.1 (https://github.com/chalk/supports-color)
74
+ - yallist@3.1.1 (https://github.com/isaacs/yallist)
75
+
76
+ %% @ampproject/remapping@2.3.0 NOTICES AND INFORMATION BEGIN HERE
77
+ =========================================
78
+ Apache License
79
+ Version 2.0, January 2004
80
+ http://www.apache.org/licenses/
81
+
82
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
83
+
84
+ 1. Definitions.
85
+
86
+ "License" shall mean the terms and conditions for use, reproduction,
87
+ and distribution as defined by Sections 1 through 9 of this document.
88
+
89
+ "Licensor" shall mean the copyright owner or entity authorized by
90
+ the copyright owner that is granting the License.
91
+
92
+ "Legal Entity" shall mean the union of the acting entity and all
93
+ other entities that control, are controlled by, or are under common
94
+ control with that entity. For the purposes of this definition,
95
+ "control" means (i) the power, direct or indirect, to cause the
96
+ direction or management of such entity, whether by contract or
97
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
98
+ outstanding shares, or (iii) beneficial ownership of such entity.
99
+
100
+ "You" (or "Your") shall mean an individual or Legal Entity
101
+ exercising permissions granted by this License.
102
+
103
+ "Source" form shall mean the preferred form for making modifications,
104
+ including but not limited to software source code, documentation
105
+ source, and configuration files.
106
+
107
+ "Object" form shall mean any form resulting from mechanical
108
+ transformation or translation of a Source form, including but
109
+ not limited to compiled object code, generated documentation,
110
+ and conversions to other media types.
111
+
112
+ "Work" shall mean the work of authorship, whether in Source or
113
+ Object form, made available under the License, as indicated by a
114
+ copyright notice that is included in or attached to the work
115
+ (an example is provided in the Appendix below).
116
+
117
+ "Derivative Works" shall mean any work, whether in Source or Object
118
+ form, that is based on (or derived from) the Work and for which the
119
+ editorial revisions, annotations, elaborations, or other modifications
120
+ represent, as a whole, an original work of authorship. For the purposes
121
+ of this License, Derivative Works shall not include works that remain
122
+ separable from, or merely link (or bind by name) to the interfaces of,
123
+ the Work and Derivative Works thereof.
124
+
125
+ "Contribution" shall mean any work of authorship, including
126
+ the original version of the Work and any modifications or additions
127
+ to that Work or Derivative Works thereof, that is intentionally
128
+ submitted to Licensor for inclusion in the Work by the copyright owner
129
+ or by an individual or Legal Entity authorized to submit on behalf of
130
+ the copyright owner. For the purposes of this definition, "submitted"
131
+ means any form of electronic, verbal, or written communication sent
132
+ to the Licensor or its representatives, including but not limited to
133
+ communication on electronic mailing lists, source code control systems,
134
+ and issue tracking systems that are managed by, or on behalf of, the
135
+ Licensor for the purpose of discussing and improving the Work, but
136
+ excluding communication that is conspicuously marked or otherwise
137
+ designated in writing by the copyright owner as "Not a Contribution."
138
+
139
+ "Contributor" shall mean Licensor and any individual or Legal Entity
140
+ on behalf of whom a Contribution has been received by Licensor and
141
+ subsequently incorporated within the Work.
142
+
143
+ 2. Grant of Copyright License. Subject to the terms and conditions of
144
+ this License, each Contributor hereby grants to You a perpetual,
145
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
146
+ copyright license to reproduce, prepare Derivative Works of,
147
+ publicly display, publicly perform, sublicense, and distribute the
148
+ Work and such Derivative Works in Source or Object form.
149
+
150
+ 3. Grant of Patent License. Subject to the terms and conditions of
151
+ this License, each Contributor hereby grants to You a perpetual,
152
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
153
+ (except as stated in this section) patent license to make, have made,
154
+ use, offer to sell, sell, import, and otherwise transfer the Work,
155
+ where such license applies only to those patent claims licensable
156
+ by such Contributor that are necessarily infringed by their
157
+ Contribution(s) alone or by combination of their Contribution(s)
158
+ with the Work to which such Contribution(s) was submitted. If You
159
+ institute patent litigation against any entity (including a
160
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
161
+ or a Contribution incorporated within the Work constitutes direct
162
+ or contributory patent infringement, then any patent licenses
163
+ granted to You under this License for that Work shall terminate
164
+ as of the date such litigation is filed.
165
+
166
+ 4. Redistribution. You may reproduce and distribute copies of the
167
+ Work or Derivative Works thereof in any medium, with or without
168
+ modifications, and in Source or Object form, provided that You
169
+ meet the following conditions:
170
+
171
+ (a) You must give any other recipients of the Work or
172
+ Derivative Works a copy of this License; and
173
+
174
+ (b) You must cause any modified files to carry prominent notices
175
+ stating that You changed the files; and
176
+
177
+ (c) You must retain, in the Source form of any Derivative Works
178
+ that You distribute, all copyright, patent, trademark, and
179
+ attribution notices from the Source form of the Work,
180
+ excluding those notices that do not pertain to any part of
181
+ the Derivative Works; and
182
+
183
+ (d) If the Work includes a "NOTICE" text file as part of its
184
+ distribution, then any Derivative Works that You distribute must
185
+ include a readable copy of the attribution notices contained
186
+ within such NOTICE file, excluding those notices that do not
187
+ pertain to any part of the Derivative Works, in at least one
188
+ of the following places: within a NOTICE text file distributed
189
+ as part of the Derivative Works; within the Source form or
190
+ documentation, if provided along with the Derivative Works; or,
191
+ within a display generated by the Derivative Works, if and
192
+ wherever such third-party notices normally appear. The contents
193
+ of the NOTICE file are for informational purposes only and
194
+ do not modify the License. You may add Your own attribution
195
+ notices within Derivative Works that You distribute, alongside
196
+ or as an addendum to the NOTICE text from the Work, provided
197
+ that such additional attribution notices cannot be construed
198
+ as modifying the License.
199
+
200
+ You may add Your own copyright statement to Your modifications and
201
+ may provide additional or different license terms and conditions
202
+ for use, reproduction, or distribution of Your modifications, or
203
+ for any such Derivative Works as a whole, provided Your use,
204
+ reproduction, and distribution of the Work otherwise complies with
205
+ the conditions stated in this License.
206
+
207
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
208
+ any Contribution intentionally submitted for inclusion in the Work
209
+ by You to the Licensor shall be under the terms and conditions of
210
+ this License, without any additional terms or conditions.
211
+ Notwithstanding the above, nothing herein shall supersede or modify
212
+ the terms of any separate license agreement you may have executed
213
+ with Licensor regarding such Contributions.
214
+
215
+ 6. Trademarks. This License does not grant permission to use the trade
216
+ names, trademarks, service marks, or product names of the Licensor,
217
+ except as required for reasonable and customary use in describing the
218
+ origin of the Work and reproducing the content of the NOTICE file.
219
+
220
+ 7. Disclaimer of Warranty. Unless required by applicable law or
221
+ agreed to in writing, Licensor provides the Work (and each
222
+ Contributor provides its Contributions) on an "AS IS" BASIS,
223
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
224
+ implied, including, without limitation, any warranties or conditions
225
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
226
+ PARTICULAR PURPOSE. You are solely responsible for determining the
227
+ appropriateness of using or redistributing the Work and assume any
228
+ risks associated with Your exercise of permissions under this License.
229
+
230
+ 8. Limitation of Liability. In no event and under no legal theory,
231
+ whether in tort (including negligence), contract, or otherwise,
232
+ unless required by applicable law (such as deliberate and grossly
233
+ negligent acts) or agreed to in writing, shall any Contributor be
234
+ liable to You for damages, including any direct, indirect, special,
235
+ incidental, or consequential damages of any character arising as a
236
+ result of this License or out of the use or inability to use the
237
+ Work (including but not limited to damages for loss of goodwill,
238
+ work stoppage, computer failure or malfunction, or any and all
239
+ other commercial damages or losses), even if such Contributor
240
+ has been advised of the possibility of such damages.
241
+
242
+ 9. Accepting Warranty or Additional Liability. While redistributing
243
+ the Work or Derivative Works thereof, You may choose to offer,
244
+ and charge a fee for, acceptance of support, warranty, indemnity,
245
+ or other liability obligations and/or rights consistent with this
246
+ License. However, in accepting such obligations, You may act only
247
+ on Your own behalf and on Your sole responsibility, not on behalf
248
+ of any other Contributor, and only if You agree to indemnify,
249
+ defend, and hold each Contributor harmless for any liability
250
+ incurred by, or claims asserted against, such Contributor by reason
251
+ of your accepting any such warranty or additional liability.
252
+
253
+ END OF TERMS AND CONDITIONS
254
+
255
+ APPENDIX: How to apply the Apache License to your work.
256
+
257
+ To apply the Apache License to your work, attach the following
258
+ boilerplate notice, with the fields enclosed by brackets "[]"
259
+ replaced with your own identifying information. (Don't include
260
+ the brackets!) The text should be enclosed in the appropriate
261
+ comment syntax for the file format. We also recommend that a
262
+ file or class name and description of purpose be included on the
263
+ same "printed page" as the copyright notice for easier
264
+ identification within third-party archives.
265
+
266
+ Copyright [yyyy] [name of copyright owner]
267
+
268
+ Licensed under the Apache License, Version 2.0 (the "License");
269
+ you may not use this file except in compliance with the License.
270
+ You may obtain a copy of the License at
271
+
272
+ http://www.apache.org/licenses/LICENSE-2.0
273
+
274
+ Unless required by applicable law or agreed to in writing, software
275
+ distributed under the License is distributed on an "AS IS" BASIS,
276
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
277
+ See the License for the specific language governing permissions and
278
+ limitations under the License.
279
+ =========================================
280
+ END OF @ampproject/remapping@2.3.0 NOTICES AND INFORMATION
281
+
282
+ %% @babel/code-frame@7.29.0 NOTICES AND INFORMATION BEGIN HERE
283
+ =========================================
284
+ MIT License
285
+
286
+ Copyright (c) 2014-present Sebastian McKenzie and other contributors
287
+
288
+ Permission is hereby granted, free of charge, to any person obtaining
289
+ a copy of this software and associated documentation files (the
290
+ "Software"), to deal in the Software without restriction, including
291
+ without limitation the rights to use, copy, modify, merge, publish,
292
+ distribute, sublicense, and/or sell copies of the Software, and to
293
+ permit persons to whom the Software is furnished to do so, subject to
294
+ the following conditions:
295
+
296
+ The above copyright notice and this permission notice shall be
297
+ included in all copies or substantial portions of the Software.
298
+
299
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
300
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
301
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
302
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
303
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
304
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
305
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
306
+ =========================================
307
+ END OF @babel/code-frame@7.29.0 NOTICES AND INFORMATION
308
+
309
+ %% @babel/compat-data@7.28.0 NOTICES AND INFORMATION BEGIN HERE
310
+ =========================================
311
+ MIT License
312
+
313
+ Copyright (c) 2014-present Sebastian McKenzie and other contributors
314
+
315
+ Permission is hereby granted, free of charge, to any person obtaining
316
+ a copy of this software and associated documentation files (the
317
+ "Software"), to deal in the Software without restriction, including
318
+ without limitation the rights to use, copy, modify, merge, publish,
319
+ distribute, sublicense, and/or sell copies of the Software, and to
320
+ permit persons to whom the Software is furnished to do so, subject to
321
+ the following conditions:
322
+
323
+ The above copyright notice and this permission notice shall be
324
+ included in all copies or substantial portions of the Software.
325
+
326
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
327
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
328
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
329
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
330
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
331
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
332
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
333
+ =========================================
334
+ END OF @babel/compat-data@7.28.0 NOTICES AND INFORMATION
335
+
336
+ %% @babel/core@7.28.3 NOTICES AND INFORMATION BEGIN HERE
337
+ =========================================
338
+ MIT License
339
+
340
+ Copyright (c) 2014-present Sebastian McKenzie and other contributors
341
+
342
+ Permission is hereby granted, free of charge, to any person obtaining
343
+ a copy of this software and associated documentation files (the
344
+ "Software"), to deal in the Software without restriction, including
345
+ without limitation the rights to use, copy, modify, merge, publish,
346
+ distribute, sublicense, and/or sell copies of the Software, and to
347
+ permit persons to whom the Software is furnished to do so, subject to
348
+ the following conditions:
349
+
350
+ The above copyright notice and this permission notice shall be
351
+ included in all copies or substantial portions of the Software.
352
+
353
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
354
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
355
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
356
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
357
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
358
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
359
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
360
+ =========================================
361
+ END OF @babel/core@7.28.3 NOTICES AND INFORMATION
362
+
363
+ %% @babel/generator@7.29.1 NOTICES AND INFORMATION BEGIN HERE
364
+ =========================================
365
+ MIT License
366
+
367
+ Copyright (c) 2014-present Sebastian McKenzie and other contributors
368
+
369
+ Permission is hereby granted, free of charge, to any person obtaining
370
+ a copy of this software and associated documentation files (the
371
+ "Software"), to deal in the Software without restriction, including
372
+ without limitation the rights to use, copy, modify, merge, publish,
373
+ distribute, sublicense, and/or sell copies of the Software, and to
374
+ permit persons to whom the Software is furnished to do so, subject to
375
+ the following conditions:
376
+
377
+ The above copyright notice and this permission notice shall be
378
+ included in all copies or substantial portions of the Software.
379
+
380
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
381
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
382
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
383
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
384
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
385
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
386
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
387
+ =========================================
388
+ END OF @babel/generator@7.29.1 NOTICES AND INFORMATION
389
+
390
+ %% @babel/helper-annotate-as-pure@7.27.3 NOTICES AND INFORMATION BEGIN HERE
391
+ =========================================
392
+ MIT License
393
+
394
+ Copyright (c) 2014-present Sebastian McKenzie and other contributors
395
+
396
+ Permission is hereby granted, free of charge, to any person obtaining
397
+ a copy of this software and associated documentation files (the
398
+ "Software"), to deal in the Software without restriction, including
399
+ without limitation the rights to use, copy, modify, merge, publish,
400
+ distribute, sublicense, and/or sell copies of the Software, and to
401
+ permit persons to whom the Software is furnished to do so, subject to
402
+ the following conditions:
403
+
404
+ The above copyright notice and this permission notice shall be
405
+ included in all copies or substantial portions of the Software.
406
+
407
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
408
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
409
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
410
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
411
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
412
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
413
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
414
+ =========================================
415
+ END OF @babel/helper-annotate-as-pure@7.27.3 NOTICES AND INFORMATION
416
+
417
+ %% @babel/helper-compilation-targets@7.27.2 NOTICES AND INFORMATION BEGIN HERE
418
+ =========================================
419
+ MIT License
420
+
421
+ Copyright (c) 2014-present Sebastian McKenzie and other contributors
422
+
423
+ Permission is hereby granted, free of charge, to any person obtaining
424
+ a copy of this software and associated documentation files (the
425
+ "Software"), to deal in the Software without restriction, including
426
+ without limitation the rights to use, copy, modify, merge, publish,
427
+ distribute, sublicense, and/or sell copies of the Software, and to
428
+ permit persons to whom the Software is furnished to do so, subject to
429
+ the following conditions:
430
+
431
+ The above copyright notice and this permission notice shall be
432
+ included in all copies or substantial portions of the Software.
433
+
434
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
435
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
436
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
437
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
438
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
439
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
440
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
441
+ =========================================
442
+ END OF @babel/helper-compilation-targets@7.27.2 NOTICES AND INFORMATION
443
+
444
+ %% @babel/helper-create-class-features-plugin@7.28.6 NOTICES AND INFORMATION BEGIN HERE
445
+ =========================================
446
+ MIT License
447
+
448
+ Copyright (c) 2014-present Sebastian McKenzie and other contributors
449
+
450
+ Permission is hereby granted, free of charge, to any person obtaining
451
+ a copy of this software and associated documentation files (the
452
+ "Software"), to deal in the Software without restriction, including
453
+ without limitation the rights to use, copy, modify, merge, publish,
454
+ distribute, sublicense, and/or sell copies of the Software, and to
455
+ permit persons to whom the Software is furnished to do so, subject to
456
+ the following conditions:
457
+
458
+ The above copyright notice and this permission notice shall be
459
+ included in all copies or substantial portions of the Software.
460
+
461
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
462
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
463
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
464
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
465
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
466
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
467
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
468
+ =========================================
469
+ END OF @babel/helper-create-class-features-plugin@7.28.6 NOTICES AND INFORMATION
470
+
471
+ %% @babel/helper-globals@7.28.0 NOTICES AND INFORMATION BEGIN HERE
472
+ =========================================
473
+ MIT License
474
+
475
+ Copyright (c) 2014-present Sebastian McKenzie and other contributors
476
+
477
+ Permission is hereby granted, free of charge, to any person obtaining
478
+ a copy of this software and associated documentation files (the
479
+ "Software"), to deal in the Software without restriction, including
480
+ without limitation the rights to use, copy, modify, merge, publish,
481
+ distribute, sublicense, and/or sell copies of the Software, and to
482
+ permit persons to whom the Software is furnished to do so, subject to
483
+ the following conditions:
484
+
485
+ The above copyright notice and this permission notice shall be
486
+ included in all copies or substantial portions of the Software.
487
+
488
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
489
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
490
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
491
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
492
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
493
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
494
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
495
+ =========================================
496
+ END OF @babel/helper-globals@7.28.0 NOTICES AND INFORMATION
497
+
498
+ %% @babel/helper-member-expression-to-functions@7.28.5 NOTICES AND INFORMATION BEGIN HERE
499
+ =========================================
500
+ MIT License
501
+
502
+ Copyright (c) 2014-present Sebastian McKenzie and other contributors
503
+
504
+ Permission is hereby granted, free of charge, to any person obtaining
505
+ a copy of this software and associated documentation files (the
506
+ "Software"), to deal in the Software without restriction, including
507
+ without limitation the rights to use, copy, modify, merge, publish,
508
+ distribute, sublicense, and/or sell copies of the Software, and to
509
+ permit persons to whom the Software is furnished to do so, subject to
510
+ the following conditions:
511
+
512
+ The above copyright notice and this permission notice shall be
513
+ included in all copies or substantial portions of the Software.
514
+
515
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
516
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
517
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
518
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
519
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
520
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
521
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
522
+ =========================================
523
+ END OF @babel/helper-member-expression-to-functions@7.28.5 NOTICES AND INFORMATION
524
+
525
+ %% @babel/helper-module-imports@7.28.6 NOTICES AND INFORMATION BEGIN HERE
526
+ =========================================
527
+ MIT License
528
+
529
+ Copyright (c) 2014-present Sebastian McKenzie and other contributors
530
+
531
+ Permission is hereby granted, free of charge, to any person obtaining
532
+ a copy of this software and associated documentation files (the
533
+ "Software"), to deal in the Software without restriction, including
534
+ without limitation the rights to use, copy, modify, merge, publish,
535
+ distribute, sublicense, and/or sell copies of the Software, and to
536
+ permit persons to whom the Software is furnished to do so, subject to
537
+ the following conditions:
538
+
539
+ The above copyright notice and this permission notice shall be
540
+ included in all copies or substantial portions of the Software.
541
+
542
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
543
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
544
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
545
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
546
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
547
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
548
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
549
+ =========================================
550
+ END OF @babel/helper-module-imports@7.28.6 NOTICES AND INFORMATION
551
+
552
+ %% @babel/helper-module-transforms@7.28.6 NOTICES AND INFORMATION BEGIN HERE
553
+ =========================================
554
+ MIT License
555
+
556
+ Copyright (c) 2014-present Sebastian McKenzie and other contributors
557
+
558
+ Permission is hereby granted, free of charge, to any person obtaining
559
+ a copy of this software and associated documentation files (the
560
+ "Software"), to deal in the Software without restriction, including
561
+ without limitation the rights to use, copy, modify, merge, publish,
562
+ distribute, sublicense, and/or sell copies of the Software, and to
563
+ permit persons to whom the Software is furnished to do so, subject to
564
+ the following conditions:
565
+
566
+ The above copyright notice and this permission notice shall be
567
+ included in all copies or substantial portions of the Software.
568
+
569
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
570
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
571
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
572
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
573
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
574
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
575
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
576
+ =========================================
577
+ END OF @babel/helper-module-transforms@7.28.6 NOTICES AND INFORMATION
578
+
579
+ %% @babel/helper-optimise-call-expression@7.27.1 NOTICES AND INFORMATION BEGIN HERE
580
+ =========================================
581
+ MIT License
582
+
583
+ Copyright (c) 2014-present Sebastian McKenzie and other contributors
584
+
585
+ Permission is hereby granted, free of charge, to any person obtaining
586
+ a copy of this software and associated documentation files (the
587
+ "Software"), to deal in the Software without restriction, including
588
+ without limitation the rights to use, copy, modify, merge, publish,
589
+ distribute, sublicense, and/or sell copies of the Software, and to
590
+ permit persons to whom the Software is furnished to do so, subject to
591
+ the following conditions:
592
+
593
+ The above copyright notice and this permission notice shall be
594
+ included in all copies or substantial portions of the Software.
595
+
596
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
597
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
598
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
599
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
600
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
601
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
602
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
603
+ =========================================
604
+ END OF @babel/helper-optimise-call-expression@7.27.1 NOTICES AND INFORMATION
605
+
606
+ %% @babel/helper-plugin-utils@7.28.6 NOTICES AND INFORMATION BEGIN HERE
607
+ =========================================
608
+ MIT License
609
+
610
+ Copyright (c) 2014-present Sebastian McKenzie and other contributors
611
+
612
+ Permission is hereby granted, free of charge, to any person obtaining
613
+ a copy of this software and associated documentation files (the
614
+ "Software"), to deal in the Software without restriction, including
615
+ without limitation the rights to use, copy, modify, merge, publish,
616
+ distribute, sublicense, and/or sell copies of the Software, and to
617
+ permit persons to whom the Software is furnished to do so, subject to
618
+ the following conditions:
619
+
620
+ The above copyright notice and this permission notice shall be
621
+ included in all copies or substantial portions of the Software.
622
+
623
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
624
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
625
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
626
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
627
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
628
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
629
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
630
+ =========================================
631
+ END OF @babel/helper-plugin-utils@7.28.6 NOTICES AND INFORMATION
632
+
633
+ %% @babel/helper-replace-supers@7.28.6 NOTICES AND INFORMATION BEGIN HERE
634
+ =========================================
635
+ MIT License
636
+
637
+ Copyright (c) 2014-present Sebastian McKenzie and other contributors
638
+
639
+ Permission is hereby granted, free of charge, to any person obtaining
640
+ a copy of this software and associated documentation files (the
641
+ "Software"), to deal in the Software without restriction, including
642
+ without limitation the rights to use, copy, modify, merge, publish,
643
+ distribute, sublicense, and/or sell copies of the Software, and to
644
+ permit persons to whom the Software is furnished to do so, subject to
645
+ the following conditions:
646
+
647
+ The above copyright notice and this permission notice shall be
648
+ included in all copies or substantial portions of the Software.
649
+
650
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
651
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
652
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
653
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
654
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
655
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
656
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
657
+ =========================================
658
+ END OF @babel/helper-replace-supers@7.28.6 NOTICES AND INFORMATION
659
+
660
+ %% @babel/helper-skip-transparent-expression-wrappers@7.27.1 NOTICES AND INFORMATION BEGIN HERE
661
+ =========================================
662
+ MIT License
663
+
664
+ Copyright (c) 2014-present Sebastian McKenzie and other contributors
665
+
666
+ Permission is hereby granted, free of charge, to any person obtaining
667
+ a copy of this software and associated documentation files (the
668
+ "Software"), to deal in the Software without restriction, including
669
+ without limitation the rights to use, copy, modify, merge, publish,
670
+ distribute, sublicense, and/or sell copies of the Software, and to
671
+ permit persons to whom the Software is furnished to do so, subject to
672
+ the following conditions:
673
+
674
+ The above copyright notice and this permission notice shall be
675
+ included in all copies or substantial portions of the Software.
676
+
677
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
678
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
679
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
680
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
681
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
682
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
683
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
684
+ =========================================
685
+ END OF @babel/helper-skip-transparent-expression-wrappers@7.27.1 NOTICES AND INFORMATION
686
+
687
+ %% @babel/helper-string-parser@7.27.1 NOTICES AND INFORMATION BEGIN HERE
688
+ =========================================
689
+ MIT License
690
+
691
+ Copyright (c) 2014-present Sebastian McKenzie and other contributors
692
+
693
+ Permission is hereby granted, free of charge, to any person obtaining
694
+ a copy of this software and associated documentation files (the
695
+ "Software"), to deal in the Software without restriction, including
696
+ without limitation the rights to use, copy, modify, merge, publish,
697
+ distribute, sublicense, and/or sell copies of the Software, and to
698
+ permit persons to whom the Software is furnished to do so, subject to
699
+ the following conditions:
700
+
701
+ The above copyright notice and this permission notice shall be
702
+ included in all copies or substantial portions of the Software.
703
+
704
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
705
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
706
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
707
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
708
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
709
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
710
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
711
+ =========================================
712
+ END OF @babel/helper-string-parser@7.27.1 NOTICES AND INFORMATION
713
+
714
+ %% @babel/helper-validator-identifier@7.28.5 NOTICES AND INFORMATION BEGIN HERE
715
+ =========================================
716
+ MIT License
717
+
718
+ Copyright (c) 2014-present Sebastian McKenzie and other contributors
719
+
720
+ Permission is hereby granted, free of charge, to any person obtaining
721
+ a copy of this software and associated documentation files (the
722
+ "Software"), to deal in the Software without restriction, including
723
+ without limitation the rights to use, copy, modify, merge, publish,
724
+ distribute, sublicense, and/or sell copies of the Software, and to
725
+ permit persons to whom the Software is furnished to do so, subject to
726
+ the following conditions:
727
+
728
+ The above copyright notice and this permission notice shall be
729
+ included in all copies or substantial portions of the Software.
730
+
731
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
732
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
733
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
734
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
735
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
736
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
737
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
738
+ =========================================
739
+ END OF @babel/helper-validator-identifier@7.28.5 NOTICES AND INFORMATION
740
+
741
+ %% @babel/helper-validator-option@7.27.1 NOTICES AND INFORMATION BEGIN HERE
742
+ =========================================
743
+ MIT License
744
+
745
+ Copyright (c) 2014-present Sebastian McKenzie and other contributors
746
+
747
+ Permission is hereby granted, free of charge, to any person obtaining
748
+ a copy of this software and associated documentation files (the
749
+ "Software"), to deal in the Software without restriction, including
750
+ without limitation the rights to use, copy, modify, merge, publish,
751
+ distribute, sublicense, and/or sell copies of the Software, and to
752
+ permit persons to whom the Software is furnished to do so, subject to
753
+ the following conditions:
754
+
755
+ The above copyright notice and this permission notice shall be
756
+ included in all copies or substantial portions of the Software.
757
+
758
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
759
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
760
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
761
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
762
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
763
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
764
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
765
+ =========================================
766
+ END OF @babel/helper-validator-option@7.27.1 NOTICES AND INFORMATION
767
+
768
+ %% @babel/helpers@7.28.3 NOTICES AND INFORMATION BEGIN HERE
769
+ =========================================
770
+ MIT License
771
+
772
+ Copyright (c) 2014-present Sebastian McKenzie and other contributors
773
+ Copyright (c) 2014-present, Facebook, Inc. (ONLY ./src/helpers/regenerator* files)
774
+
775
+ Permission is hereby granted, free of charge, to any person obtaining
776
+ a copy of this software and associated documentation files (the
777
+ "Software"), to deal in the Software without restriction, including
778
+ without limitation the rights to use, copy, modify, merge, publish,
779
+ distribute, sublicense, and/or sell copies of the Software, and to
780
+ permit persons to whom the Software is furnished to do so, subject to
781
+ the following conditions:
782
+
783
+ The above copyright notice and this permission notice shall be
784
+ included in all copies or substantial portions of the Software.
785
+
786
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
787
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
788
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
789
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
790
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
791
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
792
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
793
+ =========================================
794
+ END OF @babel/helpers@7.28.3 NOTICES AND INFORMATION
795
+
796
+ %% @babel/parser@7.29.2 NOTICES AND INFORMATION BEGIN HERE
797
+ =========================================
798
+ Copyright (C) 2012-2014 by various contributors (see AUTHORS)
799
+
800
+ Permission is hereby granted, free of charge, to any person obtaining a copy
801
+ of this software and associated documentation files (the "Software"), to deal
802
+ in the Software without restriction, including without limitation the rights
803
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
804
+ copies of the Software, and to permit persons to whom the Software is
805
+ furnished to do so, subject to the following conditions:
806
+
807
+ The above copyright notice and this permission notice shall be included in
808
+ all copies or substantial portions of the Software.
809
+
810
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
811
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
812
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
813
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
814
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
815
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
816
+ THE SOFTWARE.
817
+ =========================================
818
+ END OF @babel/parser@7.29.2 NOTICES AND INFORMATION
819
+
820
+ %% @babel/plugin-proposal-decorators@7.29.0 NOTICES AND INFORMATION BEGIN HERE
821
+ =========================================
822
+ MIT License
823
+
824
+ Copyright (c) 2014-present Sebastian McKenzie and other contributors
825
+
826
+ Permission is hereby granted, free of charge, to any person obtaining
827
+ a copy of this software and associated documentation files (the
828
+ "Software"), to deal in the Software without restriction, including
829
+ without limitation the rights to use, copy, modify, merge, publish,
830
+ distribute, sublicense, and/or sell copies of the Software, and to
831
+ permit persons to whom the Software is furnished to do so, subject to
832
+ the following conditions:
833
+
834
+ The above copyright notice and this permission notice shall be
835
+ included in all copies or substantial portions of the Software.
836
+
837
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
838
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
839
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
840
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
841
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
842
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
843
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
844
+ =========================================
845
+ END OF @babel/plugin-proposal-decorators@7.29.0 NOTICES AND INFORMATION
846
+
847
+ %% @babel/plugin-syntax-async-generators@7.8.4 NOTICES AND INFORMATION BEGIN HERE
848
+ =========================================
849
+ MIT License
850
+
851
+ Copyright (c) 2014-present Sebastian McKenzie and other contributors
852
+
853
+ Permission is hereby granted, free of charge, to any person obtaining
854
+ a copy of this software and associated documentation files (the
855
+ "Software"), to deal in the Software without restriction, including
856
+ without limitation the rights to use, copy, modify, merge, publish,
857
+ distribute, sublicense, and/or sell copies of the Software, and to
858
+ permit persons to whom the Software is furnished to do so, subject to
859
+ the following conditions:
860
+
861
+ The above copyright notice and this permission notice shall be
862
+ included in all copies or substantial portions of the Software.
863
+
864
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
865
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
866
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
867
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
868
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
869
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
870
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
871
+ =========================================
872
+ END OF @babel/plugin-syntax-async-generators@7.8.4 NOTICES AND INFORMATION
873
+
874
+ %% @babel/plugin-syntax-decorators@7.28.6 NOTICES AND INFORMATION BEGIN HERE
875
+ =========================================
876
+ MIT License
877
+
878
+ Copyright (c) 2014-present Sebastian McKenzie and other contributors
879
+
880
+ Permission is hereby granted, free of charge, to any person obtaining
881
+ a copy of this software and associated documentation files (the
882
+ "Software"), to deal in the Software without restriction, including
883
+ without limitation the rights to use, copy, modify, merge, publish,
884
+ distribute, sublicense, and/or sell copies of the Software, and to
885
+ permit persons to whom the Software is furnished to do so, subject to
886
+ the following conditions:
887
+
888
+ The above copyright notice and this permission notice shall be
889
+ included in all copies or substantial portions of the Software.
890
+
891
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
892
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
893
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
894
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
895
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
896
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
897
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
898
+ =========================================
899
+ END OF @babel/plugin-syntax-decorators@7.28.6 NOTICES AND INFORMATION
900
+
901
+ %% @babel/plugin-syntax-import-attributes@7.28.6 NOTICES AND INFORMATION BEGIN HERE
902
+ =========================================
903
+ MIT License
904
+
905
+ Copyright (c) 2014-present Sebastian McKenzie and other contributors
906
+
907
+ Permission is hereby granted, free of charge, to any person obtaining
908
+ a copy of this software and associated documentation files (the
909
+ "Software"), to deal in the Software without restriction, including
910
+ without limitation the rights to use, copy, modify, merge, publish,
911
+ distribute, sublicense, and/or sell copies of the Software, and to
912
+ permit persons to whom the Software is furnished to do so, subject to
913
+ the following conditions:
914
+
915
+ The above copyright notice and this permission notice shall be
916
+ included in all copies or substantial portions of the Software.
917
+
918
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
919
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
920
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
921
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
922
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
923
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
924
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
925
+ =========================================
926
+ END OF @babel/plugin-syntax-import-attributes@7.28.6 NOTICES AND INFORMATION
927
+
928
+ %% @babel/plugin-syntax-json-strings@7.8.3 NOTICES AND INFORMATION BEGIN HERE
929
+ =========================================
930
+ MIT License
931
+
932
+ Copyright (c) 2014-present Sebastian McKenzie and other contributors
933
+
934
+ Permission is hereby granted, free of charge, to any person obtaining
935
+ a copy of this software and associated documentation files (the
936
+ "Software"), to deal in the Software without restriction, including
937
+ without limitation the rights to use, copy, modify, merge, publish,
938
+ distribute, sublicense, and/or sell copies of the Software, and to
939
+ permit persons to whom the Software is furnished to do so, subject to
940
+ the following conditions:
941
+
942
+ The above copyright notice and this permission notice shall be
943
+ included in all copies or substantial portions of the Software.
944
+
945
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
946
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
947
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
948
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
949
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
950
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
951
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
952
+ =========================================
953
+ END OF @babel/plugin-syntax-json-strings@7.8.3 NOTICES AND INFORMATION
954
+
955
+ %% @babel/plugin-syntax-jsx@7.28.6 NOTICES AND INFORMATION BEGIN HERE
956
+ =========================================
957
+ MIT License
958
+
959
+ Copyright (c) 2014-present Sebastian McKenzie and other contributors
960
+
961
+ Permission is hereby granted, free of charge, to any person obtaining
962
+ a copy of this software and associated documentation files (the
963
+ "Software"), to deal in the Software without restriction, including
964
+ without limitation the rights to use, copy, modify, merge, publish,
965
+ distribute, sublicense, and/or sell copies of the Software, and to
966
+ permit persons to whom the Software is furnished to do so, subject to
967
+ the following conditions:
968
+
969
+ The above copyright notice and this permission notice shall be
970
+ included in all copies or substantial portions of the Software.
971
+
972
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
973
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
974
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
975
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
976
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
977
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
978
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
979
+ =========================================
980
+ END OF @babel/plugin-syntax-jsx@7.28.6 NOTICES AND INFORMATION
981
+
982
+ %% @babel/plugin-syntax-object-rest-spread@7.8.3 NOTICES AND INFORMATION BEGIN HERE
983
+ =========================================
984
+ MIT License
985
+
986
+ Copyright (c) 2014-present Sebastian McKenzie and other contributors
987
+
988
+ Permission is hereby granted, free of charge, to any person obtaining
989
+ a copy of this software and associated documentation files (the
990
+ "Software"), to deal in the Software without restriction, including
991
+ without limitation the rights to use, copy, modify, merge, publish,
992
+ distribute, sublicense, and/or sell copies of the Software, and to
993
+ permit persons to whom the Software is furnished to do so, subject to
994
+ the following conditions:
995
+
996
+ The above copyright notice and this permission notice shall be
997
+ included in all copies or substantial portions of the Software.
998
+
999
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1000
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1001
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1002
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1003
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1004
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1005
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1006
+ =========================================
1007
+ END OF @babel/plugin-syntax-object-rest-spread@7.8.3 NOTICES AND INFORMATION
1008
+
1009
+ %% @babel/plugin-syntax-optional-catch-binding@7.8.3 NOTICES AND INFORMATION BEGIN HERE
1010
+ =========================================
1011
+ MIT License
1012
+
1013
+ Copyright (c) 2014-present Sebastian McKenzie and other contributors
1014
+
1015
+ Permission is hereby granted, free of charge, to any person obtaining
1016
+ a copy of this software and associated documentation files (the
1017
+ "Software"), to deal in the Software without restriction, including
1018
+ without limitation the rights to use, copy, modify, merge, publish,
1019
+ distribute, sublicense, and/or sell copies of the Software, and to
1020
+ permit persons to whom the Software is furnished to do so, subject to
1021
+ the following conditions:
1022
+
1023
+ The above copyright notice and this permission notice shall be
1024
+ included in all copies or substantial portions of the Software.
1025
+
1026
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1027
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1028
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1029
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1030
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1031
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1032
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1033
+ =========================================
1034
+ END OF @babel/plugin-syntax-optional-catch-binding@7.8.3 NOTICES AND INFORMATION
1035
+
1036
+ %% @babel/plugin-syntax-typescript@7.28.6 NOTICES AND INFORMATION BEGIN HERE
1037
+ =========================================
1038
+ MIT License
1039
+
1040
+ Copyright (c) 2014-present Sebastian McKenzie and other contributors
1041
+
1042
+ Permission is hereby granted, free of charge, to any person obtaining
1043
+ a copy of this software and associated documentation files (the
1044
+ "Software"), to deal in the Software without restriction, including
1045
+ without limitation the rights to use, copy, modify, merge, publish,
1046
+ distribute, sublicense, and/or sell copies of the Software, and to
1047
+ permit persons to whom the Software is furnished to do so, subject to
1048
+ the following conditions:
1049
+
1050
+ The above copyright notice and this permission notice shall be
1051
+ included in all copies or substantial portions of the Software.
1052
+
1053
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1054
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1055
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1056
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1057
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1058
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1059
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1060
+ =========================================
1061
+ END OF @babel/plugin-syntax-typescript@7.28.6 NOTICES AND INFORMATION
1062
+
1063
+ %% @babel/plugin-transform-class-properties@7.28.6 NOTICES AND INFORMATION BEGIN HERE
1064
+ =========================================
1065
+ MIT License
1066
+
1067
+ Copyright (c) 2014-present Sebastian McKenzie and other contributors
1068
+
1069
+ Permission is hereby granted, free of charge, to any person obtaining
1070
+ a copy of this software and associated documentation files (the
1071
+ "Software"), to deal in the Software without restriction, including
1072
+ without limitation the rights to use, copy, modify, merge, publish,
1073
+ distribute, sublicense, and/or sell copies of the Software, and to
1074
+ permit persons to whom the Software is furnished to do so, subject to
1075
+ the following conditions:
1076
+
1077
+ The above copyright notice and this permission notice shall be
1078
+ included in all copies or substantial portions of the Software.
1079
+
1080
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1081
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1082
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1083
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1084
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1085
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1086
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1087
+ =========================================
1088
+ END OF @babel/plugin-transform-class-properties@7.28.6 NOTICES AND INFORMATION
1089
+
1090
+ %% @babel/plugin-transform-class-static-block@7.28.6 NOTICES AND INFORMATION BEGIN HERE
1091
+ =========================================
1092
+ MIT License
1093
+
1094
+ Copyright (c) 2014-present Sebastian McKenzie and other contributors
1095
+
1096
+ Permission is hereby granted, free of charge, to any person obtaining
1097
+ a copy of this software and associated documentation files (the
1098
+ "Software"), to deal in the Software without restriction, including
1099
+ without limitation the rights to use, copy, modify, merge, publish,
1100
+ distribute, sublicense, and/or sell copies of the Software, and to
1101
+ permit persons to whom the Software is furnished to do so, subject to
1102
+ the following conditions:
1103
+
1104
+ The above copyright notice and this permission notice shall be
1105
+ included in all copies or substantial portions of the Software.
1106
+
1107
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1108
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1109
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1110
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1111
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1112
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1113
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1114
+ =========================================
1115
+ END OF @babel/plugin-transform-class-static-block@7.28.6 NOTICES AND INFORMATION
1116
+
1117
+ %% @babel/plugin-transform-destructuring@7.28.5 NOTICES AND INFORMATION BEGIN HERE
1118
+ =========================================
1119
+ MIT License
1120
+
1121
+ Copyright (c) 2014-present Sebastian McKenzie and other contributors
1122
+
1123
+ Permission is hereby granted, free of charge, to any person obtaining
1124
+ a copy of this software and associated documentation files (the
1125
+ "Software"), to deal in the Software without restriction, including
1126
+ without limitation the rights to use, copy, modify, merge, publish,
1127
+ distribute, sublicense, and/or sell copies of the Software, and to
1128
+ permit persons to whom the Software is furnished to do so, subject to
1129
+ the following conditions:
1130
+
1131
+ The above copyright notice and this permission notice shall be
1132
+ included in all copies or substantial portions of the Software.
1133
+
1134
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1135
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1136
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1137
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1138
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1139
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1140
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1141
+ =========================================
1142
+ END OF @babel/plugin-transform-destructuring@7.28.5 NOTICES AND INFORMATION
1143
+
1144
+ %% @babel/plugin-transform-explicit-resource-management@7.28.6 NOTICES AND INFORMATION BEGIN HERE
1145
+ =========================================
1146
+ MIT License
1147
+
1148
+ Copyright (c) 2014-present Sebastian McKenzie and other contributors
1149
+
1150
+ Permission is hereby granted, free of charge, to any person obtaining
1151
+ a copy of this software and associated documentation files (the
1152
+ "Software"), to deal in the Software without restriction, including
1153
+ without limitation the rights to use, copy, modify, merge, publish,
1154
+ distribute, sublicense, and/or sell copies of the Software, and to
1155
+ permit persons to whom the Software is furnished to do so, subject to
1156
+ the following conditions:
1157
+
1158
+ The above copyright notice and this permission notice shall be
1159
+ included in all copies or substantial portions of the Software.
1160
+
1161
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1162
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1163
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1164
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1165
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1166
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1167
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1168
+ =========================================
1169
+ END OF @babel/plugin-transform-explicit-resource-management@7.28.6 NOTICES AND INFORMATION
1170
+
1171
+ %% @babel/plugin-transform-export-namespace-from@7.27.1 NOTICES AND INFORMATION BEGIN HERE
1172
+ =========================================
1173
+ MIT License
1174
+
1175
+ Copyright (c) 2014-present Sebastian McKenzie and other contributors
1176
+
1177
+ Permission is hereby granted, free of charge, to any person obtaining
1178
+ a copy of this software and associated documentation files (the
1179
+ "Software"), to deal in the Software without restriction, including
1180
+ without limitation the rights to use, copy, modify, merge, publish,
1181
+ distribute, sublicense, and/or sell copies of the Software, and to
1182
+ permit persons to whom the Software is furnished to do so, subject to
1183
+ the following conditions:
1184
+
1185
+ The above copyright notice and this permission notice shall be
1186
+ included in all copies or substantial portions of the Software.
1187
+
1188
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1189
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1190
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1191
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1192
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1193
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1194
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1195
+ =========================================
1196
+ END OF @babel/plugin-transform-export-namespace-from@7.27.1 NOTICES AND INFORMATION
1197
+
1198
+ %% @babel/plugin-transform-logical-assignment-operators@7.28.6 NOTICES AND INFORMATION BEGIN HERE
1199
+ =========================================
1200
+ MIT License
1201
+
1202
+ Copyright (c) 2014-present Sebastian McKenzie and other contributors
1203
+
1204
+ Permission is hereby granted, free of charge, to any person obtaining
1205
+ a copy of this software and associated documentation files (the
1206
+ "Software"), to deal in the Software without restriction, including
1207
+ without limitation the rights to use, copy, modify, merge, publish,
1208
+ distribute, sublicense, and/or sell copies of the Software, and to
1209
+ permit persons to whom the Software is furnished to do so, subject to
1210
+ the following conditions:
1211
+
1212
+ The above copyright notice and this permission notice shall be
1213
+ included in all copies or substantial portions of the Software.
1214
+
1215
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1216
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1217
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1218
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1219
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1220
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1221
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1222
+ =========================================
1223
+ END OF @babel/plugin-transform-logical-assignment-operators@7.28.6 NOTICES AND INFORMATION
1224
+
1225
+ %% @babel/plugin-transform-modules-commonjs@7.28.6 NOTICES AND INFORMATION BEGIN HERE
1226
+ =========================================
1227
+ MIT License
1228
+
1229
+ Copyright (c) 2014-present Sebastian McKenzie and other contributors
1230
+
1231
+ Permission is hereby granted, free of charge, to any person obtaining
1232
+ a copy of this software and associated documentation files (the
1233
+ "Software"), to deal in the Software without restriction, including
1234
+ without limitation the rights to use, copy, modify, merge, publish,
1235
+ distribute, sublicense, and/or sell copies of the Software, and to
1236
+ permit persons to whom the Software is furnished to do so, subject to
1237
+ the following conditions:
1238
+
1239
+ The above copyright notice and this permission notice shall be
1240
+ included in all copies or substantial portions of the Software.
1241
+
1242
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1243
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1244
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1245
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1246
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1247
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1248
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1249
+ =========================================
1250
+ END OF @babel/plugin-transform-modules-commonjs@7.28.6 NOTICES AND INFORMATION
1251
+
1252
+ %% @babel/plugin-transform-nullish-coalescing-operator@7.28.6 NOTICES AND INFORMATION BEGIN HERE
1253
+ =========================================
1254
+ MIT License
1255
+
1256
+ Copyright (c) 2014-present Sebastian McKenzie and other contributors
1257
+
1258
+ Permission is hereby granted, free of charge, to any person obtaining
1259
+ a copy of this software and associated documentation files (the
1260
+ "Software"), to deal in the Software without restriction, including
1261
+ without limitation the rights to use, copy, modify, merge, publish,
1262
+ distribute, sublicense, and/or sell copies of the Software, and to
1263
+ permit persons to whom the Software is furnished to do so, subject to
1264
+ the following conditions:
1265
+
1266
+ The above copyright notice and this permission notice shall be
1267
+ included in all copies or substantial portions of the Software.
1268
+
1269
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1270
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1271
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1272
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1273
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1274
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1275
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1276
+ =========================================
1277
+ END OF @babel/plugin-transform-nullish-coalescing-operator@7.28.6 NOTICES AND INFORMATION
1278
+
1279
+ %% @babel/plugin-transform-numeric-separator@7.28.6 NOTICES AND INFORMATION BEGIN HERE
1280
+ =========================================
1281
+ MIT License
1282
+
1283
+ Copyright (c) 2014-present Sebastian McKenzie and other contributors
1284
+
1285
+ Permission is hereby granted, free of charge, to any person obtaining
1286
+ a copy of this software and associated documentation files (the
1287
+ "Software"), to deal in the Software without restriction, including
1288
+ without limitation the rights to use, copy, modify, merge, publish,
1289
+ distribute, sublicense, and/or sell copies of the Software, and to
1290
+ permit persons to whom the Software is furnished to do so, subject to
1291
+ the following conditions:
1292
+
1293
+ The above copyright notice and this permission notice shall be
1294
+ included in all copies or substantial portions of the Software.
1295
+
1296
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1297
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1298
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1299
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1300
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1301
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1302
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1303
+ =========================================
1304
+ END OF @babel/plugin-transform-numeric-separator@7.28.6 NOTICES AND INFORMATION
1305
+
1306
+ %% @babel/plugin-transform-optional-chaining@7.28.6 NOTICES AND INFORMATION BEGIN HERE
1307
+ =========================================
1308
+ MIT License
1309
+
1310
+ Copyright (c) 2014-present Sebastian McKenzie and other contributors
1311
+
1312
+ Permission is hereby granted, free of charge, to any person obtaining
1313
+ a copy of this software and associated documentation files (the
1314
+ "Software"), to deal in the Software without restriction, including
1315
+ without limitation the rights to use, copy, modify, merge, publish,
1316
+ distribute, sublicense, and/or sell copies of the Software, and to
1317
+ permit persons to whom the Software is furnished to do so, subject to
1318
+ the following conditions:
1319
+
1320
+ The above copyright notice and this permission notice shall be
1321
+ included in all copies or substantial portions of the Software.
1322
+
1323
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1324
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1325
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1326
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1327
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1328
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1329
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1330
+ =========================================
1331
+ END OF @babel/plugin-transform-optional-chaining@7.28.6 NOTICES AND INFORMATION
1332
+
1333
+ %% @babel/plugin-transform-private-methods@7.28.6 NOTICES AND INFORMATION BEGIN HERE
1334
+ =========================================
1335
+ MIT License
1336
+
1337
+ Copyright (c) 2014-present Sebastian McKenzie and other contributors
1338
+
1339
+ Permission is hereby granted, free of charge, to any person obtaining
1340
+ a copy of this software and associated documentation files (the
1341
+ "Software"), to deal in the Software without restriction, including
1342
+ without limitation the rights to use, copy, modify, merge, publish,
1343
+ distribute, sublicense, and/or sell copies of the Software, and to
1344
+ permit persons to whom the Software is furnished to do so, subject to
1345
+ the following conditions:
1346
+
1347
+ The above copyright notice and this permission notice shall be
1348
+ included in all copies or substantial portions of the Software.
1349
+
1350
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1351
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1352
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1353
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1354
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1355
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1356
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1357
+ =========================================
1358
+ END OF @babel/plugin-transform-private-methods@7.28.6 NOTICES AND INFORMATION
1359
+
1360
+ %% @babel/plugin-transform-react-jsx@7.28.6 NOTICES AND INFORMATION BEGIN HERE
1361
+ =========================================
1362
+ MIT License
1363
+
1364
+ Copyright (c) 2014-present Sebastian McKenzie and other contributors
1365
+
1366
+ Permission is hereby granted, free of charge, to any person obtaining
1367
+ a copy of this software and associated documentation files (the
1368
+ "Software"), to deal in the Software without restriction, including
1369
+ without limitation the rights to use, copy, modify, merge, publish,
1370
+ distribute, sublicense, and/or sell copies of the Software, and to
1371
+ permit persons to whom the Software is furnished to do so, subject to
1372
+ the following conditions:
1373
+
1374
+ The above copyright notice and this permission notice shall be
1375
+ included in all copies or substantial portions of the Software.
1376
+
1377
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1378
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1379
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1380
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1381
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1382
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1383
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1384
+ =========================================
1385
+ END OF @babel/plugin-transform-react-jsx@7.28.6 NOTICES AND INFORMATION
1386
+
1387
+ %% @babel/plugin-transform-typescript@7.28.6 NOTICES AND INFORMATION BEGIN HERE
1388
+ =========================================
1389
+ MIT License
1390
+
1391
+ Copyright (c) 2014-present Sebastian McKenzie and other contributors
1392
+
1393
+ Permission is hereby granted, free of charge, to any person obtaining
1394
+ a copy of this software and associated documentation files (the
1395
+ "Software"), to deal in the Software without restriction, including
1396
+ without limitation the rights to use, copy, modify, merge, publish,
1397
+ distribute, sublicense, and/or sell copies of the Software, and to
1398
+ permit persons to whom the Software is furnished to do so, subject to
1399
+ the following conditions:
1400
+
1401
+ The above copyright notice and this permission notice shall be
1402
+ included in all copies or substantial portions of the Software.
1403
+
1404
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1405
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1406
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1407
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1408
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1409
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1410
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1411
+ =========================================
1412
+ END OF @babel/plugin-transform-typescript@7.28.6 NOTICES AND INFORMATION
1413
+
1414
+ %% @babel/preset-typescript@7.28.5 NOTICES AND INFORMATION BEGIN HERE
1415
+ =========================================
1416
+ MIT License
1417
+
1418
+ Copyright (c) 2014-present Sebastian McKenzie and other contributors
1419
+
1420
+ Permission is hereby granted, free of charge, to any person obtaining
1421
+ a copy of this software and associated documentation files (the
1422
+ "Software"), to deal in the Software without restriction, including
1423
+ without limitation the rights to use, copy, modify, merge, publish,
1424
+ distribute, sublicense, and/or sell copies of the Software, and to
1425
+ permit persons to whom the Software is furnished to do so, subject to
1426
+ the following conditions:
1427
+
1428
+ The above copyright notice and this permission notice shall be
1429
+ included in all copies or substantial portions of the Software.
1430
+
1431
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1432
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1433
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1434
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1435
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1436
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1437
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1438
+ =========================================
1439
+ END OF @babel/preset-typescript@7.28.5 NOTICES AND INFORMATION
1440
+
1441
+ %% @babel/template@7.28.6 NOTICES AND INFORMATION BEGIN HERE
1442
+ =========================================
1443
+ MIT License
1444
+
1445
+ Copyright (c) 2014-present Sebastian McKenzie and other contributors
1446
+
1447
+ Permission is hereby granted, free of charge, to any person obtaining
1448
+ a copy of this software and associated documentation files (the
1449
+ "Software"), to deal in the Software without restriction, including
1450
+ without limitation the rights to use, copy, modify, merge, publish,
1451
+ distribute, sublicense, and/or sell copies of the Software, and to
1452
+ permit persons to whom the Software is furnished to do so, subject to
1453
+ the following conditions:
1454
+
1455
+ The above copyright notice and this permission notice shall be
1456
+ included in all copies or substantial portions of the Software.
1457
+
1458
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1459
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1460
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1461
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1462
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1463
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1464
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1465
+ =========================================
1466
+ END OF @babel/template@7.28.6 NOTICES AND INFORMATION
1467
+
1468
+ %% @babel/traverse@7.29.0 NOTICES AND INFORMATION BEGIN HERE
1469
+ =========================================
1470
+ MIT License
1471
+
1472
+ Copyright (c) 2014-present Sebastian McKenzie and other contributors
1473
+
1474
+ Permission is hereby granted, free of charge, to any person obtaining
1475
+ a copy of this software and associated documentation files (the
1476
+ "Software"), to deal in the Software without restriction, including
1477
+ without limitation the rights to use, copy, modify, merge, publish,
1478
+ distribute, sublicense, and/or sell copies of the Software, and to
1479
+ permit persons to whom the Software is furnished to do so, subject to
1480
+ the following conditions:
1481
+
1482
+ The above copyright notice and this permission notice shall be
1483
+ included in all copies or substantial portions of the Software.
1484
+
1485
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1486
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1487
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1488
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1489
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1490
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1491
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1492
+ =========================================
1493
+ END OF @babel/traverse@7.29.0 NOTICES AND INFORMATION
1494
+
1495
+ %% @babel/types@7.29.0 NOTICES AND INFORMATION BEGIN HERE
1496
+ =========================================
1497
+ MIT License
1498
+
1499
+ Copyright (c) 2014-present Sebastian McKenzie and other contributors
1500
+
1501
+ Permission is hereby granted, free of charge, to any person obtaining
1502
+ a copy of this software and associated documentation files (the
1503
+ "Software"), to deal in the Software without restriction, including
1504
+ without limitation the rights to use, copy, modify, merge, publish,
1505
+ distribute, sublicense, and/or sell copies of the Software, and to
1506
+ permit persons to whom the Software is furnished to do so, subject to
1507
+ the following conditions:
1508
+
1509
+ The above copyright notice and this permission notice shall be
1510
+ included in all copies or substantial portions of the Software.
1511
+
1512
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1513
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1514
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1515
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1516
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1517
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1518
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1519
+ =========================================
1520
+ END OF @babel/types@7.29.0 NOTICES AND INFORMATION
1521
+
1522
+ %% @jridgewell/gen-mapping@0.3.13 NOTICES AND INFORMATION BEGIN HERE
1523
+ =========================================
1524
+ Copyright 2024 Justin Ridgewell <justin@ridgewell.name>
1525
+
1526
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1527
+ of this software and associated documentation files (the "Software"), to deal
1528
+ in the Software without restriction, including without limitation the rights
1529
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1530
+ copies of the Software, and to permit persons to whom the Software is
1531
+ furnished to do so, subject to the following conditions:
1532
+
1533
+ The above copyright notice and this permission notice shall be included in
1534
+ all copies or substantial portions of the Software.
1535
+
1536
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1537
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1538
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1539
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1540
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1541
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1542
+ SOFTWARE.
1543
+ =========================================
1544
+ END OF @jridgewell/gen-mapping@0.3.13 NOTICES AND INFORMATION
1545
+
1546
+ %% @jridgewell/resolve-uri@3.1.2 NOTICES AND INFORMATION BEGIN HERE
1547
+ =========================================
1548
+ Copyright 2019 Justin Ridgewell <jridgewell@google.com>
1549
+
1550
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1551
+ of this software and associated documentation files (the "Software"), to deal
1552
+ in the Software without restriction, including without limitation the rights
1553
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1554
+ copies of the Software, and to permit persons to whom the Software is
1555
+ furnished to do so, subject to the following conditions:
1556
+
1557
+ The above copyright notice and this permission notice shall be included in
1558
+ all copies or substantial portions of the Software.
1559
+
1560
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1561
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1562
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1563
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1564
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1565
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1566
+ SOFTWARE.
1567
+ =========================================
1568
+ END OF @jridgewell/resolve-uri@3.1.2 NOTICES AND INFORMATION
1569
+
1570
+ %% @jridgewell/sourcemap-codec@1.5.5 NOTICES AND INFORMATION BEGIN HERE
1571
+ =========================================
1572
+ Copyright 2024 Justin Ridgewell <justin@ridgewell.name>
1573
+
1574
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1575
+ of this software and associated documentation files (the "Software"), to deal
1576
+ in the Software without restriction, including without limitation the rights
1577
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1578
+ copies of the Software, and to permit persons to whom the Software is
1579
+ furnished to do so, subject to the following conditions:
1580
+
1581
+ The above copyright notice and this permission notice shall be included in
1582
+ all copies or substantial portions of the Software.
1583
+
1584
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1585
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1586
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1587
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1588
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1589
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1590
+ SOFTWARE.
1591
+ =========================================
1592
+ END OF @jridgewell/sourcemap-codec@1.5.5 NOTICES AND INFORMATION
1593
+
1594
+ %% @jridgewell/trace-mapping@0.3.30 NOTICES AND INFORMATION BEGIN HERE
1595
+ =========================================
1596
+ Copyright 2024 Justin Ridgewell <justin@ridgewell.name>
1597
+
1598
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1599
+ of this software and associated documentation files (the "Software"), to deal
1600
+ in the Software without restriction, including without limitation the rights
1601
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1602
+ copies of the Software, and to permit persons to whom the Software is
1603
+ furnished to do so, subject to the following conditions:
1604
+
1605
+ The above copyright notice and this permission notice shall be included in
1606
+ all copies or substantial portions of the Software.
1607
+
1608
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1609
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1610
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1611
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1612
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1613
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1614
+ SOFTWARE.
1615
+ =========================================
1616
+ END OF @jridgewell/trace-mapping@0.3.30 NOTICES AND INFORMATION
1617
+
1618
+ %% browserslist@4.25.4 NOTICES AND INFORMATION BEGIN HERE
1619
+ =========================================
1620
+ The MIT License (MIT)
1621
+
1622
+ Copyright 2014 Andrey Sitnik <andrey@sitnik.ru> and other contributors
1623
+
1624
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
1625
+ this software and associated documentation files (the "Software"), to deal in
1626
+ the Software without restriction, including without limitation the rights to
1627
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1628
+ the Software, and to permit persons to whom the Software is furnished to do so,
1629
+ subject to the following conditions:
1630
+
1631
+ The above copyright notice and this permission notice shall be included in all
1632
+ copies or substantial portions of the Software.
1633
+
1634
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1635
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1636
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1637
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1638
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1639
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1640
+ =========================================
1641
+ END OF browserslist@4.25.4 NOTICES AND INFORMATION
1642
+
1643
+ %% caniuse-lite@1.0.30001739 NOTICES AND INFORMATION BEGIN HERE
1644
+ =========================================
1645
+ Attribution 4.0 International
1646
+
1647
+ =======================================================================
1648
+
1649
+ Creative Commons Corporation ("Creative Commons") is not a law firm and
1650
+ does not provide legal services or legal advice. Distribution of
1651
+ Creative Commons public licenses does not create a lawyer-client or
1652
+ other relationship. Creative Commons makes its licenses and related
1653
+ information available on an "as-is" basis. Creative Commons gives no
1654
+ warranties regarding its licenses, any material licensed under their
1655
+ terms and conditions, or any related information. Creative Commons
1656
+ disclaims all liability for damages resulting from their use to the
1657
+ fullest extent possible.
1658
+
1659
+ Using Creative Commons Public Licenses
1660
+
1661
+ Creative Commons public licenses provide a standard set of terms and
1662
+ conditions that creators and other rights holders may use to share
1663
+ original works of authorship and other material subject to copyright
1664
+ and certain other rights specified in the public license below. The
1665
+ following considerations are for informational purposes only, are not
1666
+ exhaustive, and do not form part of our licenses.
1667
+
1668
+ Considerations for licensors: Our public licenses are
1669
+ intended for use by those authorized to give the public
1670
+ permission to use material in ways otherwise restricted by
1671
+ copyright and certain other rights. Our licenses are
1672
+ irrevocable. Licensors should read and understand the terms
1673
+ and conditions of the license they choose before applying it.
1674
+ Licensors should also secure all rights necessary before
1675
+ applying our licenses so that the public can reuse the
1676
+ material as expected. Licensors should clearly mark any
1677
+ material not subject to the license. This includes other CC-
1678
+ licensed material, or material used under an exception or
1679
+ limitation to copyright. More considerations for licensors:
1680
+ wiki.creativecommons.org/Considerations_for_licensors
1681
+
1682
+ Considerations for the public: By using one of our public
1683
+ licenses, a licensor grants the public permission to use the
1684
+ licensed material under specified terms and conditions. If
1685
+ the licensor's permission is not necessary for any reason--for
1686
+ example, because of any applicable exception or limitation to
1687
+ copyright--then that use is not regulated by the license. Our
1688
+ licenses grant only permissions under copyright and certain
1689
+ other rights that a licensor has authority to grant. Use of
1690
+ the licensed material may still be restricted for other
1691
+ reasons, including because others have copyright or other
1692
+ rights in the material. A licensor may make special requests,
1693
+ such as asking that all changes be marked or described.
1694
+ Although not required by our licenses, you are encouraged to
1695
+ respect those requests where reasonable. More_considerations
1696
+ for the public:
1697
+ wiki.creativecommons.org/Considerations_for_licensees
1698
+
1699
+ =======================================================================
1700
+
1701
+ Creative Commons Attribution 4.0 International Public License
1702
+
1703
+ By exercising the Licensed Rights (defined below), You accept and agree
1704
+ to be bound by the terms and conditions of this Creative Commons
1705
+ Attribution 4.0 International Public License ("Public License"). To the
1706
+ extent this Public License may be interpreted as a contract, You are
1707
+ granted the Licensed Rights in consideration of Your acceptance of
1708
+ these terms and conditions, and the Licensor grants You such rights in
1709
+ consideration of benefits the Licensor receives from making the
1710
+ Licensed Material available under these terms and conditions.
1711
+
1712
+
1713
+ Section 1 -- Definitions.
1714
+
1715
+ a. Adapted Material means material subject to Copyright and Similar
1716
+ Rights that is derived from or based upon the Licensed Material
1717
+ and in which the Licensed Material is translated, altered,
1718
+ arranged, transformed, or otherwise modified in a manner requiring
1719
+ permission under the Copyright and Similar Rights held by the
1720
+ Licensor. For purposes of this Public License, where the Licensed
1721
+ Material is a musical work, performance, or sound recording,
1722
+ Adapted Material is always produced where the Licensed Material is
1723
+ synched in timed relation with a moving image.
1724
+
1725
+ b. Adapter's License means the license You apply to Your Copyright
1726
+ and Similar Rights in Your contributions to Adapted Material in
1727
+ accordance with the terms and conditions of this Public License.
1728
+
1729
+ c. Copyright and Similar Rights means copyright and/or similar rights
1730
+ closely related to copyright including, without limitation,
1731
+ performance, broadcast, sound recording, and Sui Generis Database
1732
+ Rights, without regard to how the rights are labeled or
1733
+ categorized. For purposes of this Public License, the rights
1734
+ specified in Section 2(b)(1)-(2) are not Copyright and Similar
1735
+ Rights.
1736
+
1737
+ d. Effective Technological Measures means those measures that, in the
1738
+ absence of proper authority, may not be circumvented under laws
1739
+ fulfilling obligations under Article 11 of the WIPO Copyright
1740
+ Treaty adopted on December 20, 1996, and/or similar international
1741
+ agreements.
1742
+
1743
+ e. Exceptions and Limitations means fair use, fair dealing, and/or
1744
+ any other exception or limitation to Copyright and Similar Rights
1745
+ that applies to Your use of the Licensed Material.
1746
+
1747
+ f. Licensed Material means the artistic or literary work, database,
1748
+ or other material to which the Licensor applied this Public
1749
+ License.
1750
+
1751
+ g. Licensed Rights means the rights granted to You subject to the
1752
+ terms and conditions of this Public License, which are limited to
1753
+ all Copyright and Similar Rights that apply to Your use of the
1754
+ Licensed Material and that the Licensor has authority to license.
1755
+
1756
+ h. Licensor means the individual(s) or entity(ies) granting rights
1757
+ under this Public License.
1758
+
1759
+ i. Share means to provide material to the public by any means or
1760
+ process that requires permission under the Licensed Rights, such
1761
+ as reproduction, public display, public performance, distribution,
1762
+ dissemination, communication, or importation, and to make material
1763
+ available to the public including in ways that members of the
1764
+ public may access the material from a place and at a time
1765
+ individually chosen by them.
1766
+
1767
+ j. Sui Generis Database Rights means rights other than copyright
1768
+ resulting from Directive 96/9/EC of the European Parliament and of
1769
+ the Council of 11 March 1996 on the legal protection of databases,
1770
+ as amended and/or succeeded, as well as other essentially
1771
+ equivalent rights anywhere in the world.
1772
+
1773
+ k. You means the individual or entity exercising the Licensed Rights
1774
+ under this Public License. Your has a corresponding meaning.
1775
+
1776
+
1777
+ Section 2 -- Scope.
1778
+
1779
+ a. License grant.
1780
+
1781
+ 1. Subject to the terms and conditions of this Public License,
1782
+ the Licensor hereby grants You a worldwide, royalty-free,
1783
+ non-sublicensable, non-exclusive, irrevocable license to
1784
+ exercise the Licensed Rights in the Licensed Material to:
1785
+
1786
+ a. reproduce and Share the Licensed Material, in whole or
1787
+ in part; and
1788
+
1789
+ b. produce, reproduce, and Share Adapted Material.
1790
+
1791
+ 2. Exceptions and Limitations. For the avoidance of doubt, where
1792
+ Exceptions and Limitations apply to Your use, this Public
1793
+ License does not apply, and You do not need to comply with
1794
+ its terms and conditions.
1795
+
1796
+ 3. Term. The term of this Public License is specified in Section
1797
+ 6(a).
1798
+
1799
+ 4. Media and formats; technical modifications allowed. The
1800
+ Licensor authorizes You to exercise the Licensed Rights in
1801
+ all media and formats whether now known or hereafter created,
1802
+ and to make technical modifications necessary to do so. The
1803
+ Licensor waives and/or agrees not to assert any right or
1804
+ authority to forbid You from making technical modifications
1805
+ necessary to exercise the Licensed Rights, including
1806
+ technical modifications necessary to circumvent Effective
1807
+ Technological Measures. For purposes of this Public License,
1808
+ simply making modifications authorized by this Section 2(a)
1809
+ (4) never produces Adapted Material.
1810
+
1811
+ 5. Downstream recipients.
1812
+
1813
+ a. Offer from the Licensor -- Licensed Material. Every
1814
+ recipient of the Licensed Material automatically
1815
+ receives an offer from the Licensor to exercise the
1816
+ Licensed Rights under the terms and conditions of this
1817
+ Public License.
1818
+
1819
+ b. No downstream restrictions. You may not offer or impose
1820
+ any additional or different terms or conditions on, or
1821
+ apply any Effective Technological Measures to, the
1822
+ Licensed Material if doing so restricts exercise of the
1823
+ Licensed Rights by any recipient of the Licensed
1824
+ Material.
1825
+
1826
+ 6. No endorsement. Nothing in this Public License constitutes or
1827
+ may be construed as permission to assert or imply that You
1828
+ are, or that Your use of the Licensed Material is, connected
1829
+ with, or sponsored, endorsed, or granted official status by,
1830
+ the Licensor or others designated to receive attribution as
1831
+ provided in Section 3(a)(1)(A)(i).
1832
+
1833
+ b. Other rights.
1834
+
1835
+ 1. Moral rights, such as the right of integrity, are not
1836
+ licensed under this Public License, nor are publicity,
1837
+ privacy, and/or other similar personality rights; however, to
1838
+ the extent possible, the Licensor waives and/or agrees not to
1839
+ assert any such rights held by the Licensor to the limited
1840
+ extent necessary to allow You to exercise the Licensed
1841
+ Rights, but not otherwise.
1842
+
1843
+ 2. Patent and trademark rights are not licensed under this
1844
+ Public License.
1845
+
1846
+ 3. To the extent possible, the Licensor waives any right to
1847
+ collect royalties from You for the exercise of the Licensed
1848
+ Rights, whether directly or through a collecting society
1849
+ under any voluntary or waivable statutory or compulsory
1850
+ licensing scheme. In all other cases the Licensor expressly
1851
+ reserves any right to collect such royalties.
1852
+
1853
+
1854
+ Section 3 -- License Conditions.
1855
+
1856
+ Your exercise of the Licensed Rights is expressly made subject to the
1857
+ following conditions.
1858
+
1859
+ a. Attribution.
1860
+
1861
+ 1. If You Share the Licensed Material (including in modified
1862
+ form), You must:
1863
+
1864
+ a. retain the following if it is supplied by the Licensor
1865
+ with the Licensed Material:
1866
+
1867
+ i. identification of the creator(s) of the Licensed
1868
+ Material and any others designated to receive
1869
+ attribution, in any reasonable manner requested by
1870
+ the Licensor (including by pseudonym if
1871
+ designated);
1872
+
1873
+ ii. a copyright notice;
1874
+
1875
+ iii. a notice that refers to this Public License;
1876
+
1877
+ iv. a notice that refers to the disclaimer of
1878
+ warranties;
1879
+
1880
+ v. a URI or hyperlink to the Licensed Material to the
1881
+ extent reasonably practicable;
1882
+
1883
+ b. indicate if You modified the Licensed Material and
1884
+ retain an indication of any previous modifications; and
1885
+
1886
+ c. indicate the Licensed Material is licensed under this
1887
+ Public License, and include the text of, or the URI or
1888
+ hyperlink to, this Public License.
1889
+
1890
+ 2. You may satisfy the conditions in Section 3(a)(1) in any
1891
+ reasonable manner based on the medium, means, and context in
1892
+ which You Share the Licensed Material. For example, it may be
1893
+ reasonable to satisfy the conditions by providing a URI or
1894
+ hyperlink to a resource that includes the required
1895
+ information.
1896
+
1897
+ 3. If requested by the Licensor, You must remove any of the
1898
+ information required by Section 3(a)(1)(A) to the extent
1899
+ reasonably practicable.
1900
+
1901
+ 4. If You Share Adapted Material You produce, the Adapter's
1902
+ License You apply must not prevent recipients of the Adapted
1903
+ Material from complying with this Public License.
1904
+
1905
+
1906
+ Section 4 -- Sui Generis Database Rights.
1907
+
1908
+ Where the Licensed Rights include Sui Generis Database Rights that
1909
+ apply to Your use of the Licensed Material:
1910
+
1911
+ a. for the avoidance of doubt, Section 2(a)(1) grants You the right
1912
+ to extract, reuse, reproduce, and Share all or a substantial
1913
+ portion of the contents of the database;
1914
+
1915
+ b. if You include all or a substantial portion of the database
1916
+ contents in a database in which You have Sui Generis Database
1917
+ Rights, then the database in which You have Sui Generis Database
1918
+ Rights (but not its individual contents) is Adapted Material; and
1919
+
1920
+ c. You must comply with the conditions in Section 3(a) if You Share
1921
+ all or a substantial portion of the contents of the database.
1922
+
1923
+ For the avoidance of doubt, this Section 4 supplements and does not
1924
+ replace Your obligations under this Public License where the Licensed
1925
+ Rights include other Copyright and Similar Rights.
1926
+
1927
+
1928
+ Section 5 -- Disclaimer of Warranties and Limitation of Liability.
1929
+
1930
+ a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
1931
+ EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
1932
+ AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
1933
+ ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
1934
+ IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
1935
+ WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
1936
+ PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
1937
+ ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
1938
+ KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
1939
+ ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
1940
+
1941
+ b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
1942
+ TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
1943
+ NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
1944
+ INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
1945
+ COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
1946
+ USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
1947
+ ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
1948
+ DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
1949
+ IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
1950
+
1951
+ c. The disclaimer of warranties and limitation of liability provided
1952
+ above shall be interpreted in a manner that, to the extent
1953
+ possible, most closely approximates an absolute disclaimer and
1954
+ waiver of all liability.
1955
+
1956
+
1957
+ Section 6 -- Term and Termination.
1958
+
1959
+ a. This Public License applies for the term of the Copyright and
1960
+ Similar Rights licensed here. However, if You fail to comply with
1961
+ this Public License, then Your rights under this Public License
1962
+ terminate automatically.
1963
+
1964
+ b. Where Your right to use the Licensed Material has terminated under
1965
+ Section 6(a), it reinstates:
1966
+
1967
+ 1. automatically as of the date the violation is cured, provided
1968
+ it is cured within 30 days of Your discovery of the
1969
+ violation; or
1970
+
1971
+ 2. upon express reinstatement by the Licensor.
1972
+
1973
+ For the avoidance of doubt, this Section 6(b) does not affect any
1974
+ right the Licensor may have to seek remedies for Your violations
1975
+ of this Public License.
1976
+
1977
+ c. For the avoidance of doubt, the Licensor may also offer the
1978
+ Licensed Material under separate terms or conditions or stop
1979
+ distributing the Licensed Material at any time; however, doing so
1980
+ will not terminate this Public License.
1981
+
1982
+ d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
1983
+ License.
1984
+
1985
+
1986
+ Section 7 -- Other Terms and Conditions.
1987
+
1988
+ a. The Licensor shall not be bound by any additional or different
1989
+ terms or conditions communicated by You unless expressly agreed.
1990
+
1991
+ b. Any arrangements, understandings, or agreements regarding the
1992
+ Licensed Material not stated herein are separate from and
1993
+ independent of the terms and conditions of this Public License.
1994
+
1995
+
1996
+ Section 8 -- Interpretation.
1997
+
1998
+ a. For the avoidance of doubt, this Public License does not, and
1999
+ shall not be interpreted to, reduce, limit, restrict, or impose
2000
+ conditions on any use of the Licensed Material that could lawfully
2001
+ be made without permission under this Public License.
2002
+
2003
+ b. To the extent possible, if any provision of this Public License is
2004
+ deemed unenforceable, it shall be automatically reformed to the
2005
+ minimum extent necessary to make it enforceable. If the provision
2006
+ cannot be reformed, it shall be severed from this Public License
2007
+ without affecting the enforceability of the remaining terms and
2008
+ conditions.
2009
+
2010
+ c. No term or condition of this Public License will be waived and no
2011
+ failure to comply consented to unless expressly agreed to by the
2012
+ Licensor.
2013
+
2014
+ d. Nothing in this Public License constitutes or may be interpreted
2015
+ as a limitation upon, or waiver of, any privileges and immunities
2016
+ that apply to the Licensor or You, including from the legal
2017
+ processes of any jurisdiction or authority.
2018
+
2019
+
2020
+ =======================================================================
2021
+
2022
+ Creative Commons is not a party to its public
2023
+ licenses. Notwithstanding, Creative Commons may elect to apply one of
2024
+ its public licenses to material it publishes and in those instances
2025
+ will be considered the “Licensor.” The text of the Creative Commons
2026
+ public licenses is dedicated to the public domain under the CC0 Public
2027
+ Domain Dedication. Except for the limited purpose of indicating that
2028
+ material is shared under a Creative Commons public license or as
2029
+ otherwise permitted by the Creative Commons policies published at
2030
+ creativecommons.org/policies, Creative Commons does not authorize the
2031
+ use of the trademark "Creative Commons" or any other trademark or logo
2032
+ of Creative Commons without its prior written consent including,
2033
+ without limitation, in connection with any unauthorized modifications
2034
+ to any of its public licenses or any other arrangements,
2035
+ understandings, or agreements concerning use of licensed material. For
2036
+ the avoidance of doubt, this paragraph does not form part of the
2037
+ public licenses.
2038
+
2039
+ Creative Commons may be contacted at creativecommons.org.
2040
+ =========================================
2041
+ END OF caniuse-lite@1.0.30001739 NOTICES AND INFORMATION
2042
+
2043
+ %% convert-source-map@2.0.0 NOTICES AND INFORMATION BEGIN HERE
2044
+ =========================================
2045
+ Copyright 2013 Thorsten Lorenz.
2046
+ All rights reserved.
2047
+
2048
+ Permission is hereby granted, free of charge, to any person
2049
+ obtaining a copy of this software and associated documentation
2050
+ files (the "Software"), to deal in the Software without
2051
+ restriction, including without limitation the rights to use,
2052
+ copy, modify, merge, publish, distribute, sublicense, and/or sell
2053
+ copies of the Software, and to permit persons to whom the
2054
+ Software is furnished to do so, subject to the following
2055
+ conditions:
2056
+
2057
+ The above copyright notice and this permission notice shall be
2058
+ included in all copies or substantial portions of the Software.
2059
+
2060
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2061
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
2062
+ OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2063
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
2064
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
2065
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
2066
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
2067
+ OTHER DEALINGS IN THE SOFTWARE.
2068
+ =========================================
2069
+ END OF convert-source-map@2.0.0 NOTICES AND INFORMATION
2070
+
2071
+ %% debug@4.4.3 NOTICES AND INFORMATION BEGIN HERE
2072
+ =========================================
2073
+ (The MIT License)
2074
+
2075
+ Copyright (c) 2014-2017 TJ Holowaychuk <tj@vision-media.ca>
2076
+ Copyright (c) 2018-2021 Josh Junon
2077
+
2078
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software
2079
+ and associated documentation files (the 'Software'), to deal in the Software without restriction,
2080
+ including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
2081
+ and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
2082
+ subject to the following conditions:
2083
+
2084
+ The above copyright notice and this permission notice shall be included in all copies or substantial
2085
+ portions of the Software.
2086
+
2087
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
2088
+ LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2089
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
2090
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2091
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2092
+ =========================================
2093
+ END OF debug@4.4.3 NOTICES AND INFORMATION
2094
+
2095
+ %% electron-to-chromium@1.5.214 NOTICES AND INFORMATION BEGIN HERE
2096
+ =========================================
2097
+ Copyright 2018 Kilian Valkhof
2098
+
2099
+ Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
2100
+
2101
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2102
+ =========================================
2103
+ END OF electron-to-chromium@1.5.214 NOTICES AND INFORMATION
2104
+
2105
+ %% gensync@1.0.0-beta.2 NOTICES AND INFORMATION BEGIN HERE
2106
+ =========================================
2107
+ Copyright 2018 Logan Smyth <loganfsmyth@gmail.com>
2108
+
2109
+ 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:
2110
+
2111
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2112
+
2113
+ 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.
2114
+ =========================================
2115
+ END OF gensync@1.0.0-beta.2 NOTICES AND INFORMATION
2116
+
2117
+ %% has-flag@4.0.0 NOTICES AND INFORMATION BEGIN HERE
2118
+ =========================================
2119
+ MIT License
2120
+
2121
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
2122
+
2123
+ 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:
2124
+
2125
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2126
+
2127
+ 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.
2128
+ =========================================
2129
+ END OF has-flag@4.0.0 NOTICES AND INFORMATION
2130
+
2131
+ %% js-tokens@4.0.0 NOTICES AND INFORMATION BEGIN HERE
2132
+ =========================================
2133
+ The MIT License (MIT)
2134
+
2135
+ Copyright (c) 2014, 2015, 2016, 2017, 2018 Simon Lydell
2136
+
2137
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2138
+ of this software and associated documentation files (the "Software"), to deal
2139
+ in the Software without restriction, including without limitation the rights
2140
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2141
+ copies of the Software, and to permit persons to whom the Software is
2142
+ furnished to do so, subject to the following conditions:
2143
+
2144
+ The above copyright notice and this permission notice shall be included in
2145
+ all copies or substantial portions of the Software.
2146
+
2147
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2148
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2149
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2150
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2151
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2152
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2153
+ THE SOFTWARE.
2154
+ =========================================
2155
+ END OF js-tokens@4.0.0 NOTICES AND INFORMATION
2156
+
2157
+ %% jsesc@3.1.0 NOTICES AND INFORMATION BEGIN HERE
2158
+ =========================================
2159
+ Copyright Mathias Bynens <https://mathiasbynens.be/>
2160
+
2161
+ Permission is hereby granted, free of charge, to any person obtaining
2162
+ a copy of this software and associated documentation files (the
2163
+ "Software"), to deal in the Software without restriction, including
2164
+ without limitation the rights to use, copy, modify, merge, publish,
2165
+ distribute, sublicense, and/or sell copies of the Software, and to
2166
+ permit persons to whom the Software is furnished to do so, subject to
2167
+ the following conditions:
2168
+
2169
+ The above copyright notice and this permission notice shall be
2170
+ included in all copies or substantial portions of the Software.
2171
+
2172
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2173
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2174
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2175
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2176
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2177
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2178
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2179
+ =========================================
2180
+ END OF jsesc@3.1.0 NOTICES AND INFORMATION
2181
+
2182
+ %% json5@2.2.3 NOTICES AND INFORMATION BEGIN HERE
2183
+ =========================================
2184
+ MIT License
2185
+
2186
+ Copyright (c) 2012-2018 Aseem Kishore, and [others].
2187
+
2188
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2189
+ of this software and associated documentation files (the "Software"), to deal
2190
+ in the Software without restriction, including without limitation the rights
2191
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2192
+ copies of the Software, and to permit persons to whom the Software is
2193
+ furnished to do so, subject to the following conditions:
2194
+
2195
+ The above copyright notice and this permission notice shall be included in all
2196
+ copies or substantial portions of the Software.
2197
+
2198
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2199
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2200
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2201
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2202
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2203
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2204
+ SOFTWARE.
2205
+
2206
+ [others]: https://github.com/json5/json5/contributors
2207
+ =========================================
2208
+ END OF json5@2.2.3 NOTICES AND INFORMATION
2209
+
2210
+ %% lru-cache@5.1.1 NOTICES AND INFORMATION BEGIN HERE
2211
+ =========================================
2212
+ The ISC License
2213
+
2214
+ Copyright (c) Isaac Z. Schlueter and Contributors
2215
+
2216
+ Permission to use, copy, modify, and/or distribute this software for any
2217
+ purpose with or without fee is hereby granted, provided that the above
2218
+ copyright notice and this permission notice appear in all copies.
2219
+
2220
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2221
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2222
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2223
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2224
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2225
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
2226
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2227
+ =========================================
2228
+ END OF lru-cache@5.1.1 NOTICES AND INFORMATION
2229
+
2230
+ %% ms@2.1.3 NOTICES AND INFORMATION BEGIN HERE
2231
+ =========================================
2232
+ The MIT License (MIT)
2233
+
2234
+ Copyright (c) 2020 Vercel, Inc.
2235
+
2236
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2237
+ of this software and associated documentation files (the "Software"), to deal
2238
+ in the Software without restriction, including without limitation the rights
2239
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2240
+ copies of the Software, and to permit persons to whom the Software is
2241
+ furnished to do so, subject to the following conditions:
2242
+
2243
+ The above copyright notice and this permission notice shall be included in all
2244
+ copies or substantial portions of the Software.
2245
+
2246
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2247
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2248
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2249
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2250
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2251
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2252
+ SOFTWARE.
2253
+ =========================================
2254
+ END OF ms@2.1.3 NOTICES AND INFORMATION
2255
+
2256
+ %% node-releases@2.0.19 NOTICES AND INFORMATION BEGIN HERE
2257
+ =========================================
2258
+ The MIT License
2259
+
2260
+ Copyright (c) 2017 Sergey Rubanov (https://github.com/chicoxyzzy)
2261
+
2262
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2263
+ of this software and associated documentation files (the "Software"), to deal
2264
+ in the Software without restriction, including without limitation the rights
2265
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2266
+ copies of the Software, and to permit persons to whom the Software is
2267
+ furnished to do so, subject to the following conditions:
2268
+
2269
+ The above copyright notice and this permission notice shall be included in
2270
+ all copies or substantial portions of the Software.
2271
+
2272
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2273
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2274
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2275
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2276
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2277
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2278
+ THE SOFTWARE.
2279
+ =========================================
2280
+ END OF node-releases@2.0.19 NOTICES AND INFORMATION
2281
+
2282
+ %% picocolors@1.1.1 NOTICES AND INFORMATION BEGIN HERE
2283
+ =========================================
2284
+ ISC License
2285
+
2286
+ Copyright (c) 2021-2024 Oleksii Raspopov, Kostiantyn Denysov, Anton Verinov
2287
+
2288
+ Permission to use, copy, modify, and/or distribute this software for any
2289
+ purpose with or without fee is hereby granted, provided that the above
2290
+ copyright notice and this permission notice appear in all copies.
2291
+
2292
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2293
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2294
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2295
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2296
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2297
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
2298
+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2299
+ =========================================
2300
+ END OF picocolors@1.1.1 NOTICES AND INFORMATION
2301
+
2302
+ %% semver@6.3.1 NOTICES AND INFORMATION BEGIN HERE
2303
+ =========================================
2304
+ The ISC License
2305
+
2306
+ Copyright (c) Isaac Z. Schlueter and Contributors
2307
+
2308
+ Permission to use, copy, modify, and/or distribute this software for any
2309
+ purpose with or without fee is hereby granted, provided that the above
2310
+ copyright notice and this permission notice appear in all copies.
2311
+
2312
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2313
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2314
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2315
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2316
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2317
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
2318
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2319
+ =========================================
2320
+ END OF semver@6.3.1 NOTICES AND INFORMATION
2321
+
2322
+ %% supports-color@8.1.1 NOTICES AND INFORMATION BEGIN HERE
2323
+ =========================================
2324
+ MIT License
2325
+
2326
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2327
+
2328
+ 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:
2329
+
2330
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2331
+
2332
+ 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.
2333
+ =========================================
2334
+ END OF supports-color@8.1.1 NOTICES AND INFORMATION
2335
+
2336
+ %% yallist@3.1.1 NOTICES AND INFORMATION BEGIN HERE
2337
+ =========================================
2338
+ The ISC License
2339
+
2340
+ Copyright (c) Isaac Z. Schlueter and Contributors
2341
+
2342
+ Permission to use, copy, modify, and/or distribute this software for any
2343
+ purpose with or without fee is hereby granted, provided that the above
2344
+ copyright notice and this permission notice appear in all copies.
2345
+
2346
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2347
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2348
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2349
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2350
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2351
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
2352
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2353
+ =========================================
2354
+ END OF yallist@3.1.1 NOTICES AND INFORMATION
2355
+
2356
+ SUMMARY
2357
+ =========================================
2358
+ Total Packages: 68
2359
+ =========================================