@voltro/plugin-queue 0.53.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE ADDED
@@ -0,0 +1,61 @@
1
+ Voltro — Proprietary Software License
2
+
3
+ Copyright (c) 2026 Voltro UG. All rights reserved.
4
+
5
+ This software and all associated source code, documentation, and other
6
+ materials (the "Software") are the proprietary property of Voltro UG
7
+ ("Voltro"). This is NOT open-source software.
8
+
9
+ Your access to and use of the Software is governed exclusively by the Voltro
10
+ Terms of Service at:
11
+
12
+ https://voltro.cloud/legal/terms
13
+
14
+ By downloading, installing, or using the Software you agree to those Terms.
15
+ Subject to and conditioned on your continued compliance with them, Voltro
16
+ grants you a limited, non-exclusive, non-transferable, non-sublicensable,
17
+ revocable license to use the Software. The license covers use by your
18
+ authorised named users only, up to the number of seats (or other billing metric)
19
+ your plan or order covers; each named user must be an identified individual
20
+ using their own personal account, and accounts, access credentials and seats
21
+ must not be shared. All rights not expressly granted in the
22
+ Terms are reserved by Voltro. If you do not agree to the Terms, you have no
23
+ license and may not use the Software.
24
+
25
+ The Terms of Service — including the scope of permitted use, plan
26
+ entitlements, fees, and pricing — may change from time to time. The version in
27
+ force is the one published at the URL above. Commercial terms and pricing are
28
+ NOT part of this notice and are not fixed by, or granted in perpetuity by, the
29
+ version of the Software in which this file appears.
30
+
31
+ Permitted use — your own software. Voltro is a development framework. You may
32
+ use the Software to build, run, and commercially distribute your own
33
+ applications and services, and to charge your own customers for them, without
34
+ owing Voltro any share of that revenue or any further permission beyond the
35
+ Terms. Applications you build with the Software are yours.
36
+
37
+ Prohibited use — reselling Voltro. You may NOT redistribute, resell,
38
+ sublicense, publish, or otherwise provide the Software itself — in whole or in
39
+ part, in source or compiled form — to third parties as a library, framework,
40
+ SDK, template, starter, or development tool for them to build upon, whether
41
+ standalone or repackaged. Shipping the Software as a non-separable, bundled
42
+ dependency inside an application you deliver (for example, compiled into your
43
+ deployed app) is permitted; extracting or re-exposing it as a reusable
44
+ component for others is not.
45
+
46
+ Except as expressly permitted above or by the Terms, you may not copy, modify,
47
+ merge, publish, sublicense, sell, distribute, or create derivative works of the
48
+ Software, in whole or in part.
49
+
50
+ Third-party open-source components distributed alongside the Software are the
51
+ property of their respective owners and are licensed under their own terms; see
52
+ THIRD-PARTY-NOTICES.md where provided. Nothing in this notice limits your
53
+ rights, or extends Voltro's, in those components.
54
+
55
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
56
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
57
+ FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT. IN NO EVENT SHALL
58
+ VOLTRO BE LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER LIABILITY ARISING FROM,
59
+ OUT OF, OR IN CONNECTION WITH THE SOFTWARE OR ITS USE.
60
+
61
+ For licensing inquiries, contact Voltro UG.
package/README.md ADDED
@@ -0,0 +1,26 @@
1
+ <div align="center">
2
+
3
+ # @voltro/plugin-queue
4
+
5
+ **Queue interop — consume and produce against an existing Kafka: Schema-decoded consumers via defineQueueConsumer (*.consumer.ts; at-least-once, serial per partition, retry + dead-letter), batched producing via QueueService or transactionally through the outbox (queueOutboxHandler), and a kafkaSink for plugin-cdc-out.**
6
+
7
+ [📖 Documentation](https://docs.voltro.dev/docs/plugins/queue) · [voltro.dev](https://voltro.dev) · [Voltro Cloud](https://voltro.cloud)
8
+
9
+ </div>
10
+
11
+ ---
12
+
13
+ ```sh
14
+ npm install @voltro/plugin-queue
15
+ ```
16
+
17
+ > ### [→ Read the documentation for @voltro/plugin-queue](https://docs.voltro.dev/docs/plugins/queue)
18
+
19
+ Installation, guides, the full API reference, and examples all live in the
20
+ **[Voltro documentation](https://docs.voltro.dev/docs/intro/getting-started)** — the single source of truth. This README is
21
+ deliberately short so there is nothing here to drift out of date.
22
+
23
+ ## License
24
+
25
+ Proprietary. © 2026 Voltro UG. Your use is governed by the
26
+ [Terms of Service](https://voltro.cloud/legal/terms). See the bundled `LICENSE`.
package/SECURITY.md ADDED
@@ -0,0 +1,56 @@
1
+ # Security Policy
2
+
3
+ We take the security of Voltro and the applications built on it seriously. This
4
+ document explains how to report a vulnerability and what to expect in return.
5
+
6
+ ## Reporting a vulnerability
7
+
8
+ **Please do not open public issues or discuss suspected vulnerabilities in
9
+ public channels.** Report them privately by email:
10
+
11
+ **security contact: [support@voltro.dev](mailto:support@voltro.dev)**
12
+ (subject line: `SECURITY`).
13
+
14
+ Include, where you can:
15
+
16
+ - the affected package(s) and version(s) (e.g. `@voltro/runtime@x.y.z`);
17
+ - a description of the issue and its impact;
18
+ - a minimal reproduction or proof of concept;
19
+ - any suggested remediation.
20
+
21
+ If you'd like to encrypt your report, ask in a first plain email and we'll
22
+ arrange a key.
23
+
24
+ ## What to expect
25
+
26
+ - **Acknowledgement** of your report within **3 business days**.
27
+ - An initial assessment (severity, affected surface) and a remediation plan as
28
+ soon as we've reproduced the issue.
29
+ - **Coordinated disclosure:** we'll agree a disclosure timeline with you and
30
+ credit you in the release notes if you wish. Please give us reasonable time to
31
+ ship a fix before any public disclosure.
32
+
33
+ We do not currently run a paid bug-bounty program, but we genuinely appreciate
34
+ responsible disclosure and will credit reporters.
35
+
36
+ ## Software Bill of Materials (SBOM)
37
+
38
+ A CycloneDX SBOM of the third-party runtime dependency graph is generated for the
39
+ published packages (`pnpm gen:sbom` → `sbom.cdx.json`). If your procurement or
40
+ security team needs it, request it at
41
+ [support@voltro.dev](mailto:support@voltro.dev).
42
+
43
+ ## Supported versions
44
+
45
+ Voltro is pre-1.0 and ships in lockstep: **only the latest published minor of
46
+ each `@voltro/*` package receives security fixes.** Please upgrade to the latest
47
+ release before reporting, and pin exact versions in production.
48
+
49
+ ## Scope
50
+
51
+ In scope: the published `@voltro/*` packages and the framework's own code.
52
+
53
+ Out of scope: vulnerabilities in third-party dependencies that are already
54
+ tracked upstream (we monitor these via a production-dependency audit gate in
55
+ CI), and issues that require a non-default, explicitly-unsafe configuration. If
56
+ you're unsure, report it anyway — we'd rather hear about it.
@@ -0,0 +1,378 @@
1
+ # Third-Party Notices — @voltro/plugin-queue
2
+
3
+ This package depends on the open-source software listed below. Each is the
4
+ property of its respective copyright holders and is used under the terms of
5
+ its license. This file is provided for attribution; it grants no rights in
6
+ @voltro/plugin-queue itself, which is proprietary (see LICENSE).
7
+
8
+ Generated from the resolved runtime dependency closure (7 packages).
9
+
10
+ ---
11
+
12
+ ## @effect/sql@0.52.0
13
+
14
+ License: MIT
15
+
16
+ ```
17
+ MIT License
18
+
19
+ Copyright (c) 2023-present The Contributors
20
+
21
+ Permission is hereby granted, free of charge, to any person obtaining a copy
22
+ of this software and associated documentation files (the "Software"), to deal
23
+ in the Software without restriction, including without limitation the rights
24
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
25
+ copies of the Software, and to permit persons to whom the Software is
26
+ furnished to do so, subject to the following conditions:
27
+
28
+ The above copyright notice and this permission notice shall be included in all
29
+ copies or substantial portions of the Software.
30
+
31
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
32
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
33
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
34
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
35
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
36
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
37
+ SOFTWARE.
38
+ ```
39
+
40
+ ## jose@6.2.8
41
+
42
+ License: MIT
43
+
44
+ ```
45
+ The MIT License (MIT)
46
+
47
+ Copyright (c) 2018 Filip Skokan
48
+
49
+ Permission is hereby granted, free of charge, to any person obtaining a copy
50
+ of this software and associated documentation files (the "Software"), to deal
51
+ in the Software without restriction, including without limitation the rights
52
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
53
+ copies of the Software, and to permit persons to whom the Software is
54
+ furnished to do so, subject to the following conditions:
55
+
56
+ The above copyright notice and this permission notice shall be included in all
57
+ copies or substantial portions of the Software.
58
+
59
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
60
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
61
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
62
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
63
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
64
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
65
+ SOFTWARE.
66
+ ```
67
+
68
+ ## kafkajs@2.2.4
69
+
70
+ License: MIT
71
+
72
+ ```
73
+ The MIT License
74
+
75
+ Copyright (c) 2018 Túlio Ornelas (ornelas.tulio@gmail.com)
76
+
77
+ Permission is hereby granted, free of charge,
78
+ to any person obtaining a copy of this software and
79
+ associated documentation files (the "Software"), to
80
+ deal in the Software without restriction, including
81
+ without limitation the rights to use, copy, modify,
82
+ merge, publish, distribute, sublicense, and/or sell
83
+ copies of the Software, and to permit persons to whom
84
+ the Software is furnished to do so,
85
+ subject to the following conditions:
86
+
87
+ The above copyright notice and this permission notice
88
+ shall be included in all copies or substantial portions of the Software.
89
+
90
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
91
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
92
+ OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
93
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
94
+ ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
95
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
96
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
97
+ ```
98
+
99
+ ## layerr@3.0.0
100
+
101
+ License: MIT
102
+
103
+ ```
104
+ MIT License
105
+
106
+ Copyright (c) 2020 Perry Mitchell
107
+
108
+ Permission is hereby granted, free of charge, to any person obtaining a copy
109
+ of this software and associated documentation files (the "Software"), to deal
110
+ in the Software without restriction, including without limitation the rights
111
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
112
+ copies of the Software, and to permit persons to whom the Software is
113
+ furnished to do so, subject to the following conditions:
114
+
115
+ The above copyright notice and this permission notice shall be included in all
116
+ copies or substantial portions of the Software.
117
+
118
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
119
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
120
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
121
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
122
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
123
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
124
+ SOFTWARE.
125
+ ```
126
+
127
+ ## typeid-js@1.2.0
128
+
129
+ License: Apache-2.0
130
+
131
+ ```
132
+ Apache License
133
+ Version 2.0, January 2004
134
+ http://www.apache.org/licenses/
135
+
136
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
137
+
138
+ 1. Definitions.
139
+
140
+ "License" shall mean the terms and conditions for use, reproduction,
141
+ and distribution as defined by Sections 1 through 9 of this document.
142
+
143
+ "Licensor" shall mean the copyright owner or entity authorized by
144
+ the copyright owner that is granting the License.
145
+
146
+ "Legal Entity" shall mean the union of the acting entity and all
147
+ other entities that control, are controlled by, or are under common
148
+ control with that entity. For the purposes of this definition,
149
+ "control" means (i) the power, direct or indirect, to cause the
150
+ direction or management of such entity, whether by contract or
151
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
152
+ outstanding shares, or (iii) beneficial ownership of such entity.
153
+
154
+ "You" (or "Your") shall mean an individual or Legal Entity
155
+ exercising permissions granted by this License.
156
+
157
+ "Source" form shall mean the preferred form for making modifications,
158
+ including but not limited to software source code, documentation
159
+ source, and configuration files.
160
+
161
+ "Object" form shall mean any form resulting from mechanical
162
+ transformation or translation of a Source form, including but
163
+ not limited to compiled object code, generated documentation,
164
+ and conversions to other media types.
165
+
166
+ "Work" shall mean the work of authorship, whether in Source or
167
+ Object form, made available under the License, as indicated by a
168
+ copyright notice that is included in or attached to the work
169
+ (an example is provided in the Appendix below).
170
+
171
+ "Derivative Works" shall mean any work, whether in Source or Object
172
+ form, that is based on (or derived from) the Work and for which the
173
+ editorial revisions, annotations, elaborations, or other modifications
174
+ represent, as a whole, an original work of authorship. For the purposes
175
+ of this License, Derivative Works shall not include works that remain
176
+ separable from, or merely link (or bind by name) to the interfaces of,
177
+ the Work and Derivative Works thereof.
178
+
179
+ "Contribution" shall mean any work of authorship, including
180
+ the original version of the Work and any modifications or additions
181
+ to that Work or Derivative Works thereof, that is intentionally
182
+ submitted to Licensor for inclusion in the Work by the copyright owner
183
+ or by an individual or Legal Entity authorized to submit on behalf of
184
+ the copyright owner. For the purposes of this definition, "submitted"
185
+ means any form of electronic, verbal, or written communication sent
186
+ to the Licensor or its representatives, including but not limited to
187
+ communication on electronic mailing lists, source code control systems,
188
+ and issue tracking systems that are managed by, or on behalf of, the
189
+ Licensor for the purpose of discussing and improving the Work, but
190
+ excluding communication that is conspicuously marked or otherwise
191
+ designated in writing by the copyright owner as "Not a Contribution."
192
+
193
+ "Contributor" shall mean Licensor and any individual or Legal Entity
194
+ on behalf of whom a Contribution has been received by Licensor and
195
+ subsequently incorporated within the Work.
196
+
197
+ 2. Grant of Copyright License. Subject to the terms and conditions of
198
+ this License, each Contributor hereby grants to You a perpetual,
199
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
200
+ copyright license to reproduce, prepare Derivative Works of,
201
+ publicly display, publicly perform, sublicense, and distribute the
202
+ Work and such Derivative Works in Source or Object form.
203
+
204
+ 3. Grant of Patent License. Subject to the terms and conditions of
205
+ this License, each Contributor hereby grants to You a perpetual,
206
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
207
+ (except as stated in this section) patent license to make, have made,
208
+ use, offer to sell, sell, import, and otherwise transfer the Work,
209
+ where such license applies only to those patent claims licensable
210
+ by such Contributor that are necessarily infringed by their
211
+ Contribution(s) alone or by combination of their Contribution(s)
212
+ with the Work to which such Contribution(s) was submitted. If You
213
+ institute patent litigation against any entity (including a
214
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
215
+ or a Contribution incorporated within the Work constitutes direct
216
+ or contributory patent infringement, then any patent licenses
217
+ granted to You under this License for that Work shall terminate
218
+ as of the date such litigation is filed.
219
+
220
+ 4. Redistribution. You may reproduce and distribute copies of the
221
+ Work or Derivative Works thereof in any medium, with or without
222
+ modifications, and in Source or Object form, provided that You
223
+ meet the following conditions:
224
+
225
+ (a) You must give any other recipients of the Work or
226
+ Derivative Works a copy of this License; and
227
+
228
+ (b) You must cause any modified files to carry prominent notices
229
+ stating that You changed the files; and
230
+
231
+ (c) You must retain, in the Source form of any Derivative Works
232
+ that You distribute, all copyright, patent, trademark, and
233
+ attribution notices from the Source form of the Work,
234
+ excluding those notices that do not pertain to any part of
235
+ the Derivative Works; and
236
+
237
+ (d) If the Work includes a "NOTICE" text file as part of its
238
+ distribution, then any Derivative Works that You distribute must
239
+ include a readable copy of the attribution notices contained
240
+ within such NOTICE file, excluding those notices that do not
241
+ pertain to any part of the Derivative Works, in at least one
242
+ of the following places: within a NOTICE text file distributed
243
+ as part of the Derivative Works; within the Source form or
244
+ documentation, if provided along with the Derivative Works; or,
245
+ within a display generated by the Derivative Works, if and
246
+ wherever such third-party notices normally appear. The contents
247
+ of the NOTICE file are for informational purposes only and
248
+ do not modify the License. You may add Your own attribution
249
+ notices within Derivative Works that You distribute, alongside
250
+ or as an addendum to the NOTICE text from the Work, provided
251
+ that such additional attribution notices cannot be construed
252
+ as modifying the License.
253
+
254
+ You may add Your own copyright statement to Your modifications and
255
+ may provide additional or different license terms and conditions
256
+ for use, reproduction, or distribution of Your modifications, or
257
+ for any such Derivative Works as a whole, provided Your use,
258
+ reproduction, and distribution of the Work otherwise complies with
259
+ the conditions stated in this License.
260
+
261
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
262
+ any Contribution intentionally submitted for inclusion in the Work
263
+ by You to the Licensor shall be under the terms and conditions of
264
+ this License, without any additional terms or conditions.
265
+ Notwithstanding the above, nothing herein shall supersede or modify
266
+ the terms of any separate license agreement you may have executed
267
+ with Licensor regarding such Contributions.
268
+
269
+ 6. Trademarks. This License does not grant permission to use the trade
270
+ names, trademarks, service marks, or product names of the Licensor,
271
+ except as required for reasonable and customary use in describing the
272
+ origin of the Work and reproducing the content of the NOTICE file.
273
+
274
+ 7. Disclaimer of Warranty. Unless required by applicable law or
275
+ agreed to in writing, Licensor provides the Work (and each
276
+ Contributor provides its Contributions) on an "AS IS" BASIS,
277
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
278
+ implied, including, without limitation, any warranties or conditions
279
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
280
+ PARTICULAR PURPOSE. You are solely responsible for determining the
281
+ appropriateness of using or redistributing the Work and assume any
282
+ risks associated with Your exercise of permissions under this License.
283
+
284
+ 8. Limitation of Liability. In no event and under no legal theory,
285
+ whether in tort (including negligence), contract, or otherwise,
286
+ unless required by applicable law (such as deliberate and grossly
287
+ negligent acts) or agreed to in writing, shall any Contributor be
288
+ liable to You for damages, including any direct, indirect, special,
289
+ incidental, or consequential damages of any character arising as a
290
+ result of this License or out of the use or inability to use the
291
+ Work (including but not limited to damages for loss of goodwill,
292
+ work stoppage, computer failure or malfunction, or any and all
293
+ other commercial damages or losses), even if such Contributor
294
+ has been advised of the possibility of such damages.
295
+
296
+ 9. Accepting Warranty or Additional Liability. While redistributing
297
+ the Work or Derivative Works thereof, You may choose to offer,
298
+ and charge a fee for, acceptance of support, warranty, indemnity,
299
+ or other liability obligations and/or rights consistent with this
300
+ License. However, in accepting such obligations, You may act only
301
+ on Your own behalf and on Your sole responsibility, not on behalf
302
+ of any other Contributor, and only if You agree to indemnify,
303
+ defend, and hold each Contributor harmless for any liability
304
+ incurred by, or claims asserted against, such Contributor by reason
305
+ of your accepting any such warranty or additional liability.
306
+
307
+ END OF TERMS AND CONDITIONS
308
+
309
+ APPENDIX: How to apply the Apache License to your work.
310
+
311
+ To apply the Apache License to your work, attach the following
312
+ boilerplate notice, with the fields enclosed by brackets "[]"
313
+ replaced with your own identifying information. (Don't include
314
+ the brackets!) The text should be enclosed in the appropriate
315
+ comment syntax for the file format. We also recommend that a
316
+ file or class name and description of purpose be included on the
317
+ same "printed page" as the copyright notice for easier
318
+ identification within third-party archives.
319
+
320
+ Copyright [yyyy] [name of copyright owner]
321
+
322
+ Licensed under the Apache License, Version 2.0 (the "License");
323
+ you may not use this file except in compliance with the License.
324
+ You may obtain a copy of the License at
325
+
326
+ http://www.apache.org/licenses/LICENSE-2.0
327
+
328
+ Unless required by applicable law or agreed to in writing, software
329
+ distributed under the License is distributed on an "AS IS" BASIS,
330
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
331
+ See the License for the specific language governing permissions and
332
+ limitations under the License.
333
+ ```
334
+
335
+ ## ulidx@2.4.1
336
+
337
+ License: MIT
338
+
339
+ ```
340
+ MIT License
341
+
342
+ Copyright (c) 2021 Perry Mitchell
343
+
344
+ Permission is hereby granted, free of charge, to any person obtaining a copy
345
+ of this software and associated documentation files (the "Software"), to deal
346
+ in the Software without restriction, including without limitation the rights
347
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
348
+ copies of the Software, and to permit persons to whom the Software is
349
+ furnished to do so, subject to the following conditions:
350
+
351
+ The above copyright notice and this permission notice shall be included in all
352
+ copies or substantial portions of the Software.
353
+
354
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
355
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
356
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
357
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
358
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
359
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
360
+ SOFTWARE.
361
+ ```
362
+
363
+ ## uuid@11.1.1
364
+
365
+ License: MIT
366
+
367
+ ```
368
+ The MIT License (MIT)
369
+
370
+ Copyright (c) 2010-2020 Robert Kieffer and other contributors
371
+
372
+ 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:
373
+
374
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
375
+
376
+ 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.
377
+ ```
378
+