@voltro/sql-postgres 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,781 @@
1
+ # Third-Party Notices — @voltro/sql-postgres
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/sql-postgres itself, which is proprietary (see LICENSE).
7
+
8
+ Generated from the resolved runtime dependency closure (24 packages).
9
+
10
+ ---
11
+
12
+ ## @effect/sql@0.51.1
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
+ ## @effect/sql-pg@0.52.1
41
+
42
+ License: MIT
43
+
44
+ ```
45
+ MIT License
46
+
47
+ Copyright (c) 2023-present The Contributors
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
+ ## layerr@3.0.0
69
+
70
+ License: MIT
71
+
72
+ ```
73
+ MIT License
74
+
75
+ Copyright (c) 2020 Perry Mitchell
76
+
77
+ Permission is hereby granted, free of charge, to any person obtaining a copy
78
+ of this software and associated documentation files (the "Software"), to deal
79
+ in the Software without restriction, including without limitation the rights
80
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
81
+ copies of the Software, and to permit persons to whom the Software is
82
+ furnished to do so, subject to the following conditions:
83
+
84
+ The above copyright notice and this permission notice shall be included in all
85
+ copies or substantial portions of the Software.
86
+
87
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
88
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
89
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
90
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
91
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
92
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
93
+ SOFTWARE.
94
+ ```
95
+
96
+ ## obuf@1.1.2
97
+
98
+ License: MIT
99
+
100
+ ```
101
+ Copyright Fedor Indutny, 2015.
102
+
103
+ Permission is hereby granted, free of charge, to any person obtaining a
104
+ copy of this software and associated documentation files (the
105
+ "Software"), to deal in the Software without restriction, including
106
+ without limitation the rights to use, copy, modify, merge, publish,
107
+ distribute, sublicense, and/or sell copies of the Software, and to permit
108
+ persons to whom the Software is furnished to do so, subject to the
109
+ following conditions:
110
+
111
+ The above copyright notice and this permission notice shall be included
112
+ in all copies or substantial portions of the Software.
113
+
114
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
115
+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
116
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
117
+ NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
118
+ DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
119
+ OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
120
+ USE OR OTHER DEALINGS IN THE SOFTWARE.
121
+ ```
122
+
123
+ ## pg@8.22.0
124
+
125
+ License: MIT
126
+
127
+ ```
128
+ MIT License
129
+
130
+ Copyright (c) 2010 - 2021 Brian Carlson
131
+
132
+ Permission is hereby granted, free of charge, to any person obtaining a copy
133
+ of this software and associated documentation files (the "Software"), to deal
134
+ in the Software without restriction, including without limitation the rights
135
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
136
+ copies of the Software, and to permit persons to whom the Software is
137
+ furnished to do so, subject to the following conditions:
138
+
139
+ The above copyright notice and this permission notice shall be included in all
140
+ copies or substantial portions of the Software.
141
+
142
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
143
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
144
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
145
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
146
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
147
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
148
+ SOFTWARE.
149
+ ```
150
+
151
+ ## pg-cloudflare@1.4.0
152
+
153
+ License: MIT
154
+
155
+ ```
156
+ MIT License
157
+
158
+ Copyright (c) 2010 - 2021 Brian Carlson
159
+
160
+ Permission is hereby granted, free of charge, to any person obtaining a copy
161
+ of this software and associated documentation files (the "Software"), to deal
162
+ in the Software without restriction, including without limitation the rights
163
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
164
+ copies of the Software, and to permit persons to whom the Software is
165
+ furnished to do so, subject to the following conditions:
166
+
167
+ The above copyright notice and this permission notice shall be included in all
168
+ copies or substantial portions of the Software.
169
+
170
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
171
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
172
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
173
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
174
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
175
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
176
+ SOFTWARE.
177
+ ```
178
+
179
+ ## pg-connection-string@2.14.0
180
+
181
+ License: MIT
182
+
183
+ ```
184
+ The MIT License (MIT)
185
+
186
+ Copyright (c) 2014 Iced Development
187
+
188
+ Permission is hereby granted, free of charge, to any person obtaining a copy
189
+ of this software and associated documentation files (the "Software"), to deal
190
+ in the Software without restriction, including without limitation the rights
191
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
192
+ copies of the Software, and to permit persons to whom the Software is
193
+ furnished to do so, subject to the following conditions:
194
+
195
+ The above copyright notice and this permission notice shall be included in all
196
+ copies or substantial portions of the Software.
197
+
198
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
199
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
200
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
201
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
202
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
203
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
204
+ SOFTWARE.
205
+ ```
206
+
207
+ ## pg-cursor@2.19.0
208
+
209
+ License: MIT
210
+
211
+ ```
212
+ MIT License
213
+
214
+ Copyright (c) 2010 - 2021 Brian Carlson
215
+
216
+ Permission is hereby granted, free of charge, to any person obtaining a copy
217
+ of this software and associated documentation files (the "Software"), to deal
218
+ in the Software without restriction, including without limitation the rights
219
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
220
+ copies of the Software, and to permit persons to whom the Software is
221
+ furnished to do so, subject to the following conditions:
222
+
223
+ The above copyright notice and this permission notice shall be included in all
224
+ copies or substantial portions of the Software.
225
+
226
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
227
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
228
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
229
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
230
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
231
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
232
+ SOFTWARE.
233
+ ```
234
+
235
+ ## pg-int8@1.0.1
236
+
237
+ License: ISC
238
+
239
+ ```
240
+ Copyright © 2017, Charmander <~@charmander.me>
241
+
242
+ Permission to use, copy, modify, and/or distribute this software for any
243
+ purpose with or without fee is hereby granted, provided that the above
244
+ copyright notice and this permission notice appear in all copies.
245
+
246
+ THE SOFTWARE IS PROVIDED “AS IS” AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
247
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
248
+ FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
249
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
250
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
251
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
252
+ PERFORMANCE OF THIS SOFTWARE.
253
+ ```
254
+
255
+ ## pg-numeric@1.0.2
256
+
257
+ License: ISC
258
+
259
+ ```
260
+ Copyright 2019 Charmander <~@charmander.me>
261
+
262
+ Permission to use, copy, modify, and distribute this software for any
263
+ purpose with or without fee is hereby granted, provided that the above
264
+ copyright notice and this permission notice appear in all copies.
265
+
266
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
267
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
268
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
269
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
270
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
271
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
272
+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
273
+ ```
274
+
275
+ ## pg-pool@3.14.0
276
+
277
+ License: MIT
278
+
279
+ ```
280
+ MIT License
281
+
282
+ Copyright (c) 2017 Brian M. Carlson
283
+
284
+ Permission is hereby granted, free of charge, to any person obtaining a copy
285
+ of this software and associated documentation files (the "Software"), to deal
286
+ in the Software without restriction, including without limitation the rights
287
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
288
+ copies of the Software, and to permit persons to whom the Software is
289
+ furnished to do so, subject to the following conditions:
290
+
291
+ The above copyright notice and this permission notice shall be included in all
292
+ copies or substantial portions of the Software.
293
+
294
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
295
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
296
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
297
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
298
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
299
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
300
+ SOFTWARE.
301
+ ```
302
+
303
+ ## pg-protocol@1.15.0
304
+
305
+ License: MIT
306
+
307
+ ```
308
+ MIT License
309
+
310
+ Copyright (c) 2010 - 2021 Brian Carlson
311
+
312
+ Permission is hereby granted, free of charge, to any person obtaining a copy
313
+ of this software and associated documentation files (the "Software"), to deal
314
+ in the Software without restriction, including without limitation the rights
315
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
316
+ copies of the Software, and to permit persons to whom the Software is
317
+ furnished to do so, subject to the following conditions:
318
+
319
+ The above copyright notice and this permission notice shall be included in all
320
+ copies or substantial portions of the Software.
321
+
322
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
323
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
324
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
325
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
326
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
327
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
328
+ SOFTWARE.
329
+ ```
330
+
331
+ ## pg-types@2.2.0
332
+
333
+ License: MIT
334
+
335
+ _(no bundled license text found in the package; see its npm page.)_
336
+
337
+ ## pgpass@1.0.5
338
+
339
+ License: MIT
340
+
341
+ _(no bundled license text found in the package; see its npm page.)_
342
+
343
+ ## postgres-array@2.0.0
344
+
345
+ License: MIT
346
+
347
+ ```
348
+ The MIT License (MIT)
349
+
350
+ Copyright (c) Ben Drucker <bvdrucker@gmail.com> (bendrucker.me)
351
+
352
+ Permission is hereby granted, free of charge, to any person obtaining a copy
353
+ of this software and associated documentation files (the "Software"), to deal
354
+ in the Software without restriction, including without limitation the rights
355
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
356
+ copies of the Software, and to permit persons to whom the Software is
357
+ furnished to do so, subject to the following conditions:
358
+
359
+ The above copyright notice and this permission notice shall be included in
360
+ all copies or substantial portions of the Software.
361
+
362
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
363
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
364
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
365
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
366
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
367
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
368
+ THE SOFTWARE.
369
+ ```
370
+
371
+ ## postgres-bytea@1.0.1
372
+
373
+ License: MIT
374
+
375
+ ```
376
+ The MIT License (MIT)
377
+
378
+ Copyright (c) Ben Drucker <bvdrucker@gmail.com> (bendrucker.me)
379
+
380
+ Permission is hereby granted, free of charge, to any person obtaining a copy
381
+ of this software and associated documentation files (the "Software"), to deal
382
+ in the Software without restriction, including without limitation the rights
383
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
384
+ copies of the Software, and to permit persons to whom the Software is
385
+ furnished to do so, subject to the following conditions:
386
+
387
+ The above copyright notice and this permission notice shall be included in
388
+ all copies or substantial portions of the Software.
389
+
390
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
391
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
392
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
393
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
394
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
395
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
396
+ THE SOFTWARE.
397
+ ```
398
+
399
+ ## postgres-date@1.0.7
400
+
401
+ License: MIT
402
+
403
+ ```
404
+ The MIT License (MIT)
405
+
406
+ Copyright (c) Ben Drucker <bvdrucker@gmail.com> (bendrucker.me)
407
+
408
+ Permission is hereby granted, free of charge, to any person obtaining a copy
409
+ of this software and associated documentation files (the "Software"), to deal
410
+ in the Software without restriction, including without limitation the rights
411
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
412
+ copies of the Software, and to permit persons to whom the Software is
413
+ furnished to do so, subject to the following conditions:
414
+
415
+ The above copyright notice and this permission notice shall be included in
416
+ all copies or substantial portions of the Software.
417
+
418
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
419
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
420
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
421
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
422
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
423
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
424
+ THE SOFTWARE.
425
+ ```
426
+
427
+ ## postgres-interval@1.2.0
428
+
429
+ License: MIT
430
+
431
+ ```
432
+ The MIT License (MIT)
433
+
434
+ Copyright (c) Ben Drucker <bvdrucker@gmail.com> (bendrucker.me)
435
+
436
+ Permission is hereby granted, free of charge, to any person obtaining a copy
437
+ of this software and associated documentation files (the "Software"), to deal
438
+ in the Software without restriction, including without limitation the rights
439
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
440
+ copies of the Software, and to permit persons to whom the Software is
441
+ furnished to do so, subject to the following conditions:
442
+
443
+ The above copyright notice and this permission notice shall be included in
444
+ all copies or substantial portions of the Software.
445
+
446
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
447
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
448
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
449
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
450
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
451
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
452
+ THE SOFTWARE.
453
+ ```
454
+
455
+ ## postgres-range@1.1.4
456
+
457
+ License: MIT
458
+
459
+ ```
460
+ MIT License
461
+
462
+ Copyright (c) 2021 Abbas Mashayekh
463
+
464
+ Permission is hereby granted, free of charge, to any person obtaining a copy
465
+ of this software and associated documentation files (the "Software"), to deal
466
+ in the Software without restriction, including without limitation the rights
467
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
468
+ copies of the Software, and to permit persons to whom the Software is
469
+ furnished to do so, subject to the following conditions:
470
+
471
+ The above copyright notice and this permission notice shall be included in all
472
+ copies or substantial portions of the Software.
473
+
474
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
475
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
476
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
477
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
478
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
479
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
480
+ SOFTWARE.
481
+ ```
482
+
483
+ ## split2@4.2.0
484
+
485
+ License: ISC
486
+
487
+ ```
488
+ Copyright (c) 2014-2018, Matteo Collina <hello@matteocollina.com>
489
+
490
+ Permission to use, copy, modify, and/or distribute this software for any
491
+ purpose with or without fee is hereby granted, provided that the above
492
+ copyright notice and this permission notice appear in all copies.
493
+
494
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
495
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
496
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
497
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
498
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
499
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
500
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
501
+ ```
502
+
503
+ ## typeid-js@1.2.0
504
+
505
+ License: Apache-2.0
506
+
507
+ ```
508
+ Apache License
509
+ Version 2.0, January 2004
510
+ http://www.apache.org/licenses/
511
+
512
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
513
+
514
+ 1. Definitions.
515
+
516
+ "License" shall mean the terms and conditions for use, reproduction,
517
+ and distribution as defined by Sections 1 through 9 of this document.
518
+
519
+ "Licensor" shall mean the copyright owner or entity authorized by
520
+ the copyright owner that is granting the License.
521
+
522
+ "Legal Entity" shall mean the union of the acting entity and all
523
+ other entities that control, are controlled by, or are under common
524
+ control with that entity. For the purposes of this definition,
525
+ "control" means (i) the power, direct or indirect, to cause the
526
+ direction or management of such entity, whether by contract or
527
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
528
+ outstanding shares, or (iii) beneficial ownership of such entity.
529
+
530
+ "You" (or "Your") shall mean an individual or Legal Entity
531
+ exercising permissions granted by this License.
532
+
533
+ "Source" form shall mean the preferred form for making modifications,
534
+ including but not limited to software source code, documentation
535
+ source, and configuration files.
536
+
537
+ "Object" form shall mean any form resulting from mechanical
538
+ transformation or translation of a Source form, including but
539
+ not limited to compiled object code, generated documentation,
540
+ and conversions to other media types.
541
+
542
+ "Work" shall mean the work of authorship, whether in Source or
543
+ Object form, made available under the License, as indicated by a
544
+ copyright notice that is included in or attached to the work
545
+ (an example is provided in the Appendix below).
546
+
547
+ "Derivative Works" shall mean any work, whether in Source or Object
548
+ form, that is based on (or derived from) the Work and for which the
549
+ editorial revisions, annotations, elaborations, or other modifications
550
+ represent, as a whole, an original work of authorship. For the purposes
551
+ of this License, Derivative Works shall not include works that remain
552
+ separable from, or merely link (or bind by name) to the interfaces of,
553
+ the Work and Derivative Works thereof.
554
+
555
+ "Contribution" shall mean any work of authorship, including
556
+ the original version of the Work and any modifications or additions
557
+ to that Work or Derivative Works thereof, that is intentionally
558
+ submitted to Licensor for inclusion in the Work by the copyright owner
559
+ or by an individual or Legal Entity authorized to submit on behalf of
560
+ the copyright owner. For the purposes of this definition, "submitted"
561
+ means any form of electronic, verbal, or written communication sent
562
+ to the Licensor or its representatives, including but not limited to
563
+ communication on electronic mailing lists, source code control systems,
564
+ and issue tracking systems that are managed by, or on behalf of, the
565
+ Licensor for the purpose of discussing and improving the Work, but
566
+ excluding communication that is conspicuously marked or otherwise
567
+ designated in writing by the copyright owner as "Not a Contribution."
568
+
569
+ "Contributor" shall mean Licensor and any individual or Legal Entity
570
+ on behalf of whom a Contribution has been received by Licensor and
571
+ subsequently incorporated within the Work.
572
+
573
+ 2. Grant of Copyright License. Subject to the terms and conditions of
574
+ this License, each Contributor hereby grants to You a perpetual,
575
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
576
+ copyright license to reproduce, prepare Derivative Works of,
577
+ publicly display, publicly perform, sublicense, and distribute the
578
+ Work and such Derivative Works in Source or Object form.
579
+
580
+ 3. Grant of Patent License. Subject to the terms and conditions of
581
+ this License, each Contributor hereby grants to You a perpetual,
582
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
583
+ (except as stated in this section) patent license to make, have made,
584
+ use, offer to sell, sell, import, and otherwise transfer the Work,
585
+ where such license applies only to those patent claims licensable
586
+ by such Contributor that are necessarily infringed by their
587
+ Contribution(s) alone or by combination of their Contribution(s)
588
+ with the Work to which such Contribution(s) was submitted. If You
589
+ institute patent litigation against any entity (including a
590
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
591
+ or a Contribution incorporated within the Work constitutes direct
592
+ or contributory patent infringement, then any patent licenses
593
+ granted to You under this License for that Work shall terminate
594
+ as of the date such litigation is filed.
595
+
596
+ 4. Redistribution. You may reproduce and distribute copies of the
597
+ Work or Derivative Works thereof in any medium, with or without
598
+ modifications, and in Source or Object form, provided that You
599
+ meet the following conditions:
600
+
601
+ (a) You must give any other recipients of the Work or
602
+ Derivative Works a copy of this License; and
603
+
604
+ (b) You must cause any modified files to carry prominent notices
605
+ stating that You changed the files; and
606
+
607
+ (c) You must retain, in the Source form of any Derivative Works
608
+ that You distribute, all copyright, patent, trademark, and
609
+ attribution notices from the Source form of the Work,
610
+ excluding those notices that do not pertain to any part of
611
+ the Derivative Works; and
612
+
613
+ (d) If the Work includes a "NOTICE" text file as part of its
614
+ distribution, then any Derivative Works that You distribute must
615
+ include a readable copy of the attribution notices contained
616
+ within such NOTICE file, excluding those notices that do not
617
+ pertain to any part of the Derivative Works, in at least one
618
+ of the following places: within a NOTICE text file distributed
619
+ as part of the Derivative Works; within the Source form or
620
+ documentation, if provided along with the Derivative Works; or,
621
+ within a display generated by the Derivative Works, if and
622
+ wherever such third-party notices normally appear. The contents
623
+ of the NOTICE file are for informational purposes only and
624
+ do not modify the License. You may add Your own attribution
625
+ notices within Derivative Works that You distribute, alongside
626
+ or as an addendum to the NOTICE text from the Work, provided
627
+ that such additional attribution notices cannot be construed
628
+ as modifying the License.
629
+
630
+ You may add Your own copyright statement to Your modifications and
631
+ may provide additional or different license terms and conditions
632
+ for use, reproduction, or distribution of Your modifications, or
633
+ for any such Derivative Works as a whole, provided Your use,
634
+ reproduction, and distribution of the Work otherwise complies with
635
+ the conditions stated in this License.
636
+
637
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
638
+ any Contribution intentionally submitted for inclusion in the Work
639
+ by You to the Licensor shall be under the terms and conditions of
640
+ this License, without any additional terms or conditions.
641
+ Notwithstanding the above, nothing herein shall supersede or modify
642
+ the terms of any separate license agreement you may have executed
643
+ with Licensor regarding such Contributions.
644
+
645
+ 6. Trademarks. This License does not grant permission to use the trade
646
+ names, trademarks, service marks, or product names of the Licensor,
647
+ except as required for reasonable and customary use in describing the
648
+ origin of the Work and reproducing the content of the NOTICE file.
649
+
650
+ 7. Disclaimer of Warranty. Unless required by applicable law or
651
+ agreed to in writing, Licensor provides the Work (and each
652
+ Contributor provides its Contributions) on an "AS IS" BASIS,
653
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
654
+ implied, including, without limitation, any warranties or conditions
655
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
656
+ PARTICULAR PURPOSE. You are solely responsible for determining the
657
+ appropriateness of using or redistributing the Work and assume any
658
+ risks associated with Your exercise of permissions under this License.
659
+
660
+ 8. Limitation of Liability. In no event and under no legal theory,
661
+ whether in tort (including negligence), contract, or otherwise,
662
+ unless required by applicable law (such as deliberate and grossly
663
+ negligent acts) or agreed to in writing, shall any Contributor be
664
+ liable to You for damages, including any direct, indirect, special,
665
+ incidental, or consequential damages of any character arising as a
666
+ result of this License or out of the use or inability to use the
667
+ Work (including but not limited to damages for loss of goodwill,
668
+ work stoppage, computer failure or malfunction, or any and all
669
+ other commercial damages or losses), even if such Contributor
670
+ has been advised of the possibility of such damages.
671
+
672
+ 9. Accepting Warranty or Additional Liability. While redistributing
673
+ the Work or Derivative Works thereof, You may choose to offer,
674
+ and charge a fee for, acceptance of support, warranty, indemnity,
675
+ or other liability obligations and/or rights consistent with this
676
+ License. However, in accepting such obligations, You may act only
677
+ on Your own behalf and on Your sole responsibility, not on behalf
678
+ of any other Contributor, and only if You agree to indemnify,
679
+ defend, and hold each Contributor harmless for any liability
680
+ incurred by, or claims asserted against, such Contributor by reason
681
+ of your accepting any such warranty or additional liability.
682
+
683
+ END OF TERMS AND CONDITIONS
684
+
685
+ APPENDIX: How to apply the Apache License to your work.
686
+
687
+ To apply the Apache License to your work, attach the following
688
+ boilerplate notice, with the fields enclosed by brackets "[]"
689
+ replaced with your own identifying information. (Don't include
690
+ the brackets!) The text should be enclosed in the appropriate
691
+ comment syntax for the file format. We also recommend that a
692
+ file or class name and description of purpose be included on the
693
+ same "printed page" as the copyright notice for easier
694
+ identification within third-party archives.
695
+
696
+ Copyright [yyyy] [name of copyright owner]
697
+
698
+ Licensed under the Apache License, Version 2.0 (the "License");
699
+ you may not use this file except in compliance with the License.
700
+ You may obtain a copy of the License at
701
+
702
+ http://www.apache.org/licenses/LICENSE-2.0
703
+
704
+ Unless required by applicable law or agreed to in writing, software
705
+ distributed under the License is distributed on an "AS IS" BASIS,
706
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
707
+ See the License for the specific language governing permissions and
708
+ limitations under the License.
709
+ ```
710
+
711
+ ## ulidx@2.4.1
712
+
713
+ License: MIT
714
+
715
+ ```
716
+ MIT License
717
+
718
+ Copyright (c) 2021 Perry Mitchell
719
+
720
+ Permission is hereby granted, free of charge, to any person obtaining a copy
721
+ of this software and associated documentation files (the "Software"), to deal
722
+ in the Software without restriction, including without limitation the rights
723
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
724
+ copies of the Software, and to permit persons to whom the Software is
725
+ furnished to do so, subject to the following conditions:
726
+
727
+ The above copyright notice and this permission notice shall be included in all
728
+ copies or substantial portions of the Software.
729
+
730
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
731
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
732
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
733
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
734
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
735
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
736
+ SOFTWARE.
737
+ ```
738
+
739
+ ## uuid@11.1.1
740
+
741
+ License: MIT
742
+
743
+ ```
744
+ The MIT License (MIT)
745
+
746
+ Copyright (c) 2010-2020 Robert Kieffer and other contributors
747
+
748
+ 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:
749
+
750
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
751
+
752
+ 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.
753
+ ```
754
+
755
+ ## xtend@4.0.2
756
+
757
+ License: MIT
758
+
759
+ ```
760
+ The MIT License (MIT)
761
+ Copyright (c) 2012-2014 Raynos.
762
+
763
+ Permission is hereby granted, free of charge, to any person obtaining a copy
764
+ of this software and associated documentation files (the "Software"), to deal
765
+ in the Software without restriction, including without limitation the rights
766
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
767
+ copies of the Software, and to permit persons to whom the Software is
768
+ furnished to do so, subject to the following conditions:
769
+
770
+ The above copyright notice and this permission notice shall be included in
771
+ all copies or substantial portions of the Software.
772
+
773
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
774
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
775
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
776
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
777
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
778
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
779
+ THE SOFTWARE.
780
+ ```
781
+