-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNOTICE.txt
832 lines (828 loc) · 38.2 KB
/
NOTICE.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
Scalable Analytics using Apache Druid on AWS
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
Licensed under the Apache License Version 2.0 (the "License"). You may not use this file except
in compliance with the License. A copy of the License is located at http://www.apache.org/licenses/
or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, express or implied. See the License for the
specific language governing permissions and limitations under the License.
**********************
THIRD PARTY COMPONENTS
**********************
This software includes third party software subject to the following copyrights:
@aashutoshrathi/word-wrap under the MIT license
@ampproject/remapping under the Apache-2.0 license
@aws-cdk/asset-awscli-v1 under the Apache-2.0 license
@aws-cdk/asset-kubectl-v20 under the Apache-2.0 license
@aws-cdk/asset-node-proxy-agent-v6 under the Apache-2.0 license
@aws-cdk/aws-servicecatalogappregistry-alpha under the Apache-2.0 license
@aws-cdk/lambda-layer-kubectl-v29 under the Apache-2.0 license
@aws-crypto/crc32 under the Apache-2.0 license
@aws-crypto/ie11-detection under the Apache-2.0 license
@aws-crypto/sha256-browser under the Apache-2.0 license
@aws-crypto/sha256-js under the Apache-2.0 license
@aws-crypto/supports-web-crypto under the Apache-2.0 license
@aws-crypto/util under the Apache-2.0 license
@aws-sdk/client-elastic-load-balancing-v2 under the Apache-2.0 license
@aws-sdk/client-route-53 under the Apache-2.0 license
@aws-sdk/client-secrets-manager under the Apache-2.0 license
@aws-sdk/client-service-catalog-appregistry under the Apache-2.0 license
@aws-sdk/client-sso under the Apache-2.0 license
@aws-sdk/client-sts under the Apache-2.0 license
@aws-sdk/core under the Apache-2.0 license
@aws-sdk/credential-provider-env under the Apache-2.0 license
@aws-sdk/credential-provider-ini under the Apache-2.0 license
@aws-sdk/credential-provider-node under the Apache-2.0 license
@aws-sdk/credential-provider-process under the Apache-2.0 license
@aws-sdk/credential-provider-sso under the Apache-2.0 license
@aws-sdk/credential-provider-web-identity under the Apache-2.0 license
@aws-sdk/middleware-host-header under the Apache-2.0 license
@aws-sdk/middleware-logger under the Apache-2.0 license
@aws-sdk/middleware-recursion-detection under the Apache-2.0 license
@aws-sdk/middleware-sdk-route53 under the Apache-2.0 license
@aws-sdk/middleware-signing under the Apache-2.0 license
@aws-sdk/middleware-user-agent under the Apache-2.0 license
@aws-sdk/region-config-resolver under the Apache-2.0 license
@aws-sdk/token-providers under the Apache-2.0 license
@aws-sdk/types under the Apache-2.0 license
@aws-sdk/util-endpoints under the Apache-2.0 license
@aws-sdk/util-locate-window under the Apache-2.0 license
@aws-sdk/util-user-agent-browser under the Apache-2.0 license
@aws-sdk/util-user-agent-node under the Apache-2.0 license
@aws-sdk/util-utf8-browser under the Apache-2.0 license
@aws-sdk/xml-builder under the Apache-2.0 license
@babel/code-frame under the MIT license
@babel/compat-data under the MIT license
@babel/core under the MIT license.
@babel/generator under the MIT license
@babel/helper-compilation-targets under the MIT license
@babel/helper-environment-visitor under the MIT license
@babel/helper-function-name under the MIT license
@babel/helper-hoist-variables under the MIT license
@babel/helper-module-imports under the MIT license
@babel/helper-module-transforms under the MIT license
@babel/helper-plugin-utils under the MIT license
@babel/helper-simple-access under the MIT license
@babel/helper-split-export-declaration under the MIT license
@babel/helper-string-parser under the MIT license
@babel/helper-validator-identifier under the MIT license
@babel/helper-validator-option under the MIT license
@babel/helpers under the MIT license
@babel/highlight under the MIT license
@babel/parser under the MIT license
@babel/plugin-syntax-async-generators under the MIT license
@babel/plugin-syntax-bigint under the MIT license
@babel/plugin-syntax-class-properties under the MIT license
@babel/plugin-syntax-import-meta under the MIT license
@babel/plugin-syntax-json-strings under the MIT license
@babel/plugin-syntax-jsx under the MIT license
@babel/plugin-syntax-logical-assignment-operators under the MIT license
@babel/plugin-syntax-nullish-coalescing-operator under the MIT license
@babel/plugin-syntax-numeric-separator under the MIT license
@babel/plugin-syntax-object-rest-spread under the MIT license
@babel/plugin-syntax-optional-catch-binding under the MIT license
@babel/plugin-syntax-optional-chaining under the MIT license
@babel/plugin-syntax-top-level-await under the MIT license
@babel/plugin-syntax-typescript under the MIT license
@babel/template under the MIT license
@babel/traverse under the MIT license
@babel/types under the MIT license.
@balena/dockerignore under the Apache-2.0 license
@bcoe/v8-coverage under the MIT license
@cspotcode/source-map-support under the MIT license
@esbuild/darwin-arm64 under the MIT license
@eslint-community/eslint-utils under the MIT license
@eslint-community/regexpp under the MIT license
@eslint/eslintrc under the MIT license
@eslint/js under the MIT license
@humanwhocodes/config-array under the Apache-2.0 license
@humanwhocodes/module-importer under the Apache-2.0 license
@humanwhocodes/object-schema under the BSD-3-Clause license
@istanbuljs/load-nyc-config under the ISC license
@istanbuljs/schema under the MIT license
@jest/console under the MIT license
@jest/core under the MIT license.
@jest/environment under the MIT license
@jest/expect under the MIT license
@jest/expect-utils under the MIT license
@jest/fake-timers under the MIT license
@jest/globals under the MIT license
@jest/reporters under the MIT license
@jest/schemas under the MIT license
@jest/source-map under the MIT license
@jest/test-result under the MIT license
@jest/test-sequencer under the MIT license
@jest/transform under the MIT license
@jest/types under the MIT license.
@jridgewell/gen-mapping under the MIT license
@jridgewell/resolve-uri under the MIT license
@jridgewell/set-array under the MIT license
@jridgewell/sourcemap-codec under the MIT license
@jridgewell/trace-mapping under the MIT license
@nodelib/fs.scandir under the MIT license
@nodelib/fs.stat under the MIT license
@nodelib/fs.walk under the MIT license
@pkgr/utils under the MIT license
@sinclair/typebox under the MIT license
@sinonjs/commons under the BSD-3-Clause license
@sinonjs/fake-timers under the BSD-3-Clause license.
@sinonjs/samsam under the BSD-3-Clause license
@sinonjs/text-encoding under the (Unlicense OR Apache-2.0) license
@smithy/abort-controller under the Apache-2.0 license
@smithy/config-resolver under the Apache-2.0 license
@smithy/core under the Apache-2.0 license.
@smithy/credential-provider-imds under the Apache-2.0 license
@smithy/eventstream-codec under the Apache-2.0 license
@smithy/fetch-http-handler under the Apache-2.0 license
@smithy/hash-node under the Apache-2.0 license
@smithy/invalid-dependency under the Apache-2.0 license
@smithy/is-array-buffer under the Apache-2.0 license
@smithy/middleware-content-length under the Apache-2.0 license
@smithy/middleware-endpoint under the Apache-2.0 license
@smithy/middleware-retry under the Apache-2.0 license
@smithy/middleware-serde under the Apache-2.0 license
@smithy/middleware-stack under the Apache-2.0 license
@smithy/node-config-provider under the Apache-2.0 license
@smithy/node-http-handler under the Apache-2.0 license
@smithy/property-provider under the Apache-2.0 license
@smithy/protocol-http under the Apache-2.0 license
@smithy/querystring-builder under the Apache-2.0 license
@smithy/querystring-parser under the Apache-2.0 license
@smithy/service-error-classification under the Apache-2.0 license
@smithy/shared-ini-file-loader under the Apache-2.0 license
@smithy/signature-v4 under the Apache-2.0 license
@smithy/smithy-client under the Apache-2.0 license
@smithy/types under the Apache-2.0 license.
@smithy/url-parser under the Apache-2.0 license
@smithy/util-base64 under the Apache-2.0 license
@smithy/util-body-length-browser under the Apache-2.0 license
@smithy/util-body-length-node under the Apache-2.0 license
@smithy/util-buffer-from under the Apache-2.0 license
@smithy/util-config-provider under the Apache-2.0 license
@smithy/util-defaults-mode-browser under the Apache-2.0 license
@smithy/util-defaults-mode-node under the Apache-2.0 license
@smithy/util-endpoints under the Apache-2.0 license.
@smithy/util-hex-encoding under the Apache-2.0 license
@smithy/util-middleware under the Apache-2.0 license
@smithy/util-retry under the Apache-2.0 license
@smithy/util-stream under the Apache-2.0 license
@smithy/util-uri-escape under the Apache-2.0 license
@smithy/util-utf8 under the Apache-2.0 license
@smithy/util-waiter under the Apache-2.0 license
@tsconfig/node10 under the MIT license
@tsconfig/node12 under the MIT license
@tsconfig/node14 under the MIT license
@tsconfig/node16 under the MIT license
@types/aws-lambda under the MIT license
@types/babel__core under the MIT license
@types/babel__generator under the MIT license
@types/babel__template under the MIT license
@types/babel__traverse under the MIT license
@types/graceful-fs under the MIT license
@types/istanbul-lib-coverage under the MIT license
@types/istanbul-lib-report under the MIT license
@types/istanbul-reports under the MIT license
@types/jest under the MIT license
@types/js-yaml under the MIT license
@types/json-schema under the MIT license
@types/mustache under the MIT license
@types/node under the MIT license
@types/node-forge under the MIT license
@types/prettier under the MIT license
@types/semver under the MIT license
@types/sinon under the MIT license
@types/sinonjs__fake-timers under the MIT license
@types/stack-utils under the MIT license
@types/uuid under the MIT license
@types/yargs under the MIT license
@types/yargs-parser under the MIT license
@typescript-eslint/eslint-plugin under the MIT license
@typescript-eslint/parser under the BSD-2-Clause license.
@typescript-eslint/scope-manager under the MIT license
@typescript-eslint/type-utils under the MIT license
@typescript-eslint/types under the MIT license.
@typescript-eslint/typescript-estree under the BSD-2-Clause license
@typescript-eslint/utils under the MIT license.
@typescript-eslint/visitor-keys under the MIT license
acorn under the MIT license
acorn-jsx under the MIT license
acorn-walk under the MIT license
ajv under the MIT license
ansi-escapes under the MIT license
ansi-regex under the MIT license
ansi-styles under the MIT license
anymatch under the ISC license
aopalliance/aopalliance under the Public Domain license
arg under the MIT license
argparse under the MIT license
array-union under the MIT license
astral-regex under the MIT license
asynckit under the MIT license
aws-cdk under the Apache-2.0 license
aws-cdk-lib under the Apache-2.0 license
aws-sdk-client-mock under the MIT license
axios under the MIT license
babel-jest under the MIT license
babel-plugin-istanbul under the BSD-3-Clause license
babel-plugin-jest-hoist under the MIT license
babel-preset-current-node-syntax under the MIT license
babel-preset-jest under the MIT license
balanced-match under the MIT license
big-integer under the Unlicense license
boto3 under the Apache-2.0 license
botocore under the Apache-2.0 license
bowser under the MIT license
bplist-parser under the MIT license
brace-expansion under the MIT license
braces under the MIT license
browserslist under the MIT license
bs-logger under the MIT license
bser under the Apache-2.0 license
buffer-from under the MIT license
bundle-name under the MIT license
callsites under the MIT license
camelcase under the MIT license
caniuse-lite under the CC-BY-4.0 license
case under the (MIT OR GPL-3.0-or-later) license
cffi under The MIT license
chalk under the MIT license
char-regex under the MIT license
ci-info under the MIT license
cjs-module-lexer under the MIT license
cliui under the ISC license
co under the MIT license
collect-v8-coverage under the MIT license
color-convert under the MIT license
color-name under the MIT license
colorama under the BSD-3-Clause license
com.amazonaws/aws-java-sdk-cloudwatch under the Apache-2.0 license
com.amazonaws/aws-java-sdk-core under the Apache-2.0 license
com.amazonaws/aws-java-sdk-ec2 under the Apache-2.0 license
com.amazonaws/aws-java-sdk-kms under the Apache-2.0 license
com.amazonaws/aws-java-sdk-s3 under the Apache-2.0 license
com.amazonaws/aws-java-sdk-sts under the Apache-2.0 license
com.amazonaws/elasticache-java-cluster-client under the Apache-2.0 license
com.amazonaws/jmespath-java under the Apache-2.0 license
com.fasterxml.jackson.core/jackson-annotations under the Apache-2.0 license
com.fasterxml.jackson.core/jackson-core under the Apache-2.0 license
com.fasterxml.jackson.core/jackson-databind under the Apache-2.0 license
com.fasterxml.jackson.dataformat/jackson-dataformat-cbor under the Apache-2.0 license
com.fasterxml.jackson.dataformat/jackson-dataformat-smile under the Apache-2.0 license
com.fasterxml.jackson.datatype/jackson-datatype-guava under the Apache-2.0 license
com.fasterxml.jackson.datatype/jackson-datatype-joda under the Apache-2.0 license
com.fasterxml.jackson.jaxrs/jackson-jaxrs-base under the Apache-2.0 license
com.fasterxml.jackson.jaxrs/jackson-jaxrs-json-provider under the Apache-2.0 license
com.fasterxml.jackson.jaxrs/jackson-jaxrs-smile-provider under the Apache-2.0 license
com.fasterxml.jackson.module/jackson-module-guice under the Apache-2.0 license
com.fasterxml.jackson.module/jackson-module-jaxb-annotations under the Apache-2.0 license
com.fasterxml/classmate under the Apache-2.0 license
com.github.ben-manes.caffeine/caffeine under the Apache-2.0 license
com.github.luben/zstd-jni under the BSD-2-Clause license
com.github.oshi/oshi-core under the MIT license
com.github.rvesse/airline under the Apache-2.0 license
com.github.rvesse/airline-io under the Apache-2.0 license
com.github.seancfoley/ipaddress under the Apache-2.0 license
com.github.stephenc.jcip/jcip-annotations under the Apache-2.0 license
com.google.api-client/google-api-client under the Apache-2.0 license
com.google.code.findbugs/jsr305 under the Apache-2.0 license
com.google.code.gson/gson under the Apache-2.0 license
com.google.errorprone/error_prone_annotations under the Apache-2.0 license
com.google.guava/failureaccess under the Apache-2.0 license
com.google.guava/guava under the Apache-2.0 license
com.google.guava/listenablefuture under the Apache-2.0 license
com.google.http-client/google-http-client under the Apache-2.0 license
com.google.http-client/google-http-client-apache-v2 under the Apache-2.0 license
com.google.http-client/google-http-client-gson under the Apache-2.0 license
com.google.http-client/google-http-client-jackson2 under the Apache-2.0 license
com.google.inject.extensions/guice-multibindings under the Apache-2.0 license
com.google.inject.extensions/guice-servlet under the Apache-2.0 license
com.google.inject/guice under the Apache-2.0 license
com.google.j2objc/j2objc-annotations under the Apache-2.0 license
com.google.oauth-client/google-oauth-client under the Apache-2.0 license
com.ibm.icu/icu4j under the Unicode/ICU License license
com.jayway.jsonpath/json-path under the Apache-2.0 license
com.lmax/disruptor under the Apache-2.0 license
com.nimbusds/content-type under the Apache-2.0 license
com.nimbusds/lang-tag under the Apache-2.0 license
com.nimbusds/nimbus-jose-jwt under the Apache-2.0 license
com.nimbusds/oauth2-oidc-sdk under the Apache-2.0 license
com.ning/compress-lzf under the Apache-2.0 license
com.opencsv/opencsv under the Apache-2.0 license
com.squareup.okhttp3/mockwebserver under the Apache-2.0 license
com.squareup.okhttp3/okhttp under the Apache-2.0 license.
com.squareup.okhttp/okhttp under the Apache-2.0 license
com.squareup.okio/okio under the Apache-2.0 license
com.squareup.okio/okio-jvm under the Apache-2.0 license.
com.sun.activation/javax.activation under the (CDDL-1.0 OR GPL-2.0-with-classpath-exception) license
com.sun.jersey.contribs/jersey-guice under the CDDL-1.1 license
com.sun.jersey.contribs/jersey-guice under the GPL-2.0-with-classpath-exception license
com.sun.jersey/jersey-core under the CDDL-1.1 license
com.sun.jersey/jersey-core under the GPL-2.0-with-classpath-exception license
com.sun.jersey/jersey-server under the CDDL-1.1 license
com.sun.jersey/jersey-server under the GPL-2.0-with-classpath-exception license
com.sun.jersey/jersey-servlet under the CDDL-1.1 license
com.sun.jersey/jersey-servlet under the GPL-2.0-with-classpath-exception license
com.sun.mail/javax.mail under the (CDDL-1.0 OR GPL-2.0-with-classpath-exception) license
com.typesafe.netty/netty-reactive-streams under the Apache-2.0 license
combined-stream under the MIT license
commons-beanutils/commons-beanutils under the Apache-2.0 license
commons-codec/commons-codec under the Apache-2.0 license
commons-collections/commons-collections under the Apache-2.0 license
commons-io/commons-io under the Apache-2.0 license
commons-lang/commons-lang under the Apache-2.0 license
commons-logging/commons-logging under the Apache-2.0 license
concat-map under the MIT license
constructs under the Apache-2.0 license
convert-source-map under the MIT license
coverage under the Apache-2.0 license
create-require under the MIT license
crhelper under the Apache-2.0 license
cron-parser under the MIT license
cross-spawn under the MIT license
cryptography under the (Apache-2.0 or OR BSD-3-Clause) license
debug under the MIT license
dedent under the MIT license
deep-is under the MIT license
deepmerge under the MIT license
default-browser under the MIT license
default-browser-id under the MIT license
define-lazy-prop under the MIT license
delayed-stream under the MIT license
detect-newline under the MIT license
diff under the BSD-3-Clause license
diff-sequences under the MIT license
dir-glob under the MIT license
doctrine under the Apache-2.0 license
docutils under the BSD-2-Clause license
electron-to-chromium under the ISC license
emittery under the MIT license
emoji-regex under the MIT license
error-ex under the MIT license
esbuild under the MIT license
escalade under the MIT license
escape-string-regexp under the MIT license
eslint under the MIT license
eslint-config-prettier under the MIT license
eslint-config-typescript under the MIT license
eslint-plugin-header under the MIT license
eslint-plugin-prettier under the MIT license
eslint-scope under the BSD-2-Clause license
eslint-visitor-keys under the Apache-2.0 license
espree under the BSD-2-Clause license
esprima under the BSD-2-Clause license
esquery under the BSD-3-Clause license
esrecurse under the BSD-2-Clause license
estraverse under the BSD-2-Clause license
esutils under the BSD-2-Clause license
execa under the MIT license
exit under the MIT license
expect under the MIT license.
exponential-backoff under the Apache-2.0 license
fast-deep-equal under the MIT license
fast-diff under the Apache-2.0 license
fast-glob under the MIT license
fast-json-stable-stringify under the MIT license
fast-levenshtein under the MIT license
fast-xml-parser under the MIT license
fastq under the ISC license
fb-watchman under the Apache-2.0 license
file-entry-cache under the MIT license
fill-range under the MIT license
find-up under the MIT license
flat-cache under the MIT license
flatted under the ISC license
follow-redirects under the MIT license
form-data under the MIT license
fs under the ISC license
fs-extra under the MIT license
fs.realpath under the ISC license
fsevents under the MIT license
function-bind under the MIT license
gensync under the MIT license
get-caller-file under the ISC license
get-package-type under the MIT license
get-stream under the MIT license
glob under the ISC license
glob-parent under the ISC license
globals under the MIT license.
globby under the MIT license
graceful-fs under the ISC license.
graphemer under the MIT license
has under the MIT license
has-flag under the MIT license
html-escaper under the MIT license
human-signals under the Apache-2.0 license
ignore under the MIT license
import-fresh under the MIT license
import-local under the MIT license
imurmurhash under the MIT license
inflight under the ISC license
inherits under the ISC license
iniconfig under the MIT License
iniparse under the MIT license
iniparse under the PSF-2.0 license
io.github.resilience4j/resilience4j-bulkhead under the Apache-2.0 license
io.github.resilience4j/resilience4j-core under the Apache-2.0 license
io.grpc/grpc-context under the Apache-2.0 license
io.netty/netty under the Apache-2.0 license
io.netty/netty-buffer under the Apache-2.0 license
io.netty/netty-codec under the Apache-2.0 license
io.netty/netty-codec-dns under the Apache-2.0 license
io.netty/netty-codec-http under the Apache-2.0 license
io.netty/netty-codec-socks under the Apache-2.0 license
io.netty/netty-common under the Apache-2.0 license
io.netty/netty-handler under the Apache-2.0 license
io.netty/netty-handler-proxy under the Apache-2.0 license
io.netty/netty-resolver under the Apache-2.0 license
io.netty/netty-resolver-dns under the Apache-2.0 license
io.netty/netty-transport under the Apache-2.0 license
io.netty/netty-transport-native-epoll under the Apache-2.0 license
io.netty/netty-transport-native-unix-common under the Apache-2.0 license
io.opencensus/opencensus-api under the Apache-2.0 license
io.opencensus/opencensus-contrib-http-util under the Apache-2.0 license
io.tesla.aether/aether-connector-okhttp under the EPL-1.0 license
io.tesla.aether/tesla-aether under the EPL-1.0 license
io.timeandspace/cron-scheduler under the Apache-2.0 license
io.vavr/vavr under the Apache-2.0 license
io.vavr/vavr-match under the Apache-2.0 license
is-arrayish under the MIT license
is-core-module under the MIT license
is-docker under the MIT license
is-extglob under the MIT license
is-fullwidth-code-point under the MIT license
is-generator-fn under the MIT license
is-glob under the MIT license
is-inside-container under the MIT license
is-number under the MIT license
is-path-inside under the MIT license
is-stream under the MIT license
is-wsl under the MIT license
isarray under the MIT license
isexe under the ISC license
istanbul-lib-coverage under the BSD-3-Clause license.
istanbul-lib-instrument under the BSD-3-Clause license
istanbul-lib-report under the BSD-3-Clause license.
istanbul-lib-source-maps under the BSD-3-Clause license
istanbul-reports under the BSD-3-Clause license.
it.unimi.dsi/fastutil under the Apache-2.0 license
it.unimi.dsi/fastutil-core under the Apache-2.0 license
it.unimi.dsi/fastutil-extra under the Apache-2.0 license
jakarta.activation/jakarta.activation-api under the BSD-3-Clause license
jakarta.inject/jakarta.inject-api under the Apache-2.0 license
jakarta.validation/jakarta.validation-api under the Apache-2.0 license
jakarta.xml.bind/jakarta.xml.bind-api under the BSD-3-Clause license
javax.activation/activation under the CDDL-1.0 license
javax.activation/javax.activation-api under the (CDDL-1.0 OR GPL-2.0-with-classpath-exception) license
javax.el/javax.el-api under the (CDDL-1.0 OR GPL-2.0-with-classpath-exception) license
javax.inject/javax.inject under the Apache-2.0 license
javax.servlet/javax.servlet-api under the (CDDL-1.0 OR GPL-2.0-with-classpath-exception) license
javax.validation/validation-api under the Apache-2.0 license
javax.ws.rs/jsr311-api under the CDDL-1.0 license
javax.xml.bind/jaxb-api under the CDDL-1.1 license
javax.xml.bind/jaxb-api under the GPL-2.0-with-classpath-exception license
jest under the MIT license.
jest-changed-files under the MIT license
jest-circus under the MIT license
jest-cli under the MIT license
jest-config under the MIT license
jest-diff under the MIT license
jest-docblock under the MIT license
jest-each under the MIT license
jest-environment-node under the MIT license
jest-get-type under the MIT license
jest-haste-map under the MIT license
jest-junit under the Apache-2.0 license
jest-leak-detector under the MIT license
jest-matcher-utils under the MIT license
jest-message-util under the MIT license
jest-mock under the MIT license
jest-pnp-resolver under the MIT license
jest-regex-util under the MIT license
jest-resolve under the MIT license
jest-resolve-dependencies under the MIT license
jest-runner under the MIT license
jest-runtime under the MIT license
jest-snapshot under the MIT license
jest-util under the MIT license
jest-validate under the MIT license
jest-watcher under the MIT license
jest-worker under the MIT license
Jinja2 under the BSD-3-Clause license
joda-time/joda-time under the Apache-2.0 license
js-tokens under the MIT license
js-yaml under the MIT license.
jsesc under the MIT license
json5 under the MIT license
json-parse-even-better-errors under the MIT license
json-schema-traverse under the MIT license
json-stable-stringify-without-jsonify under the MIT license
jsonfile under the MIT license
jsonschema under the MIT license
junit/junit under the EPL-1.0 license
just-extend under the MIT license
kleur under the MIT license
leven under the MIT license
levn under the MIT license
lines-and-columns under the MIT license
locate-path under the MIT license
lodash.get under the MIT license
lodash.memoize under the MIT license
lodash.merge under the MIT license
lodash.truncate under the MIT license
lru-cache under the ISC license
luxon under the MIT license
make-dir under the MIT license
make-error under the ISC license
makeerror under the BSD-3-Clause license
MarkupSafe under the BSD-3-Clause license
merge2 under the MIT license
merge-stream under the MIT license
micromatch under the MIT license
mime-db under the MIT license
mime-types under the MIT license
mimic-fn under the MIT license
minimatch under the ISC license
mkdirp under the MIT license
mock under the 0BSD license
moment under the MIT license
moto under the Apache-2.0 license
ms under the MIT license
mustache under the MIT license.
natural-compare under the MIT license
natural-compare-lite under the MIT license
net.bytebuddy/byte-buddy under the Apache-2.0 license
net.bytebuddy/byte-buddy-agent under the Apache-2.0 license
net.java.dev.jna/jna under the Apache-2.0 license
net.java.dev.jna/jna under the LGPL, version 2.1 license
net.java.dev.jna/jna-platform under the Apache-2.0 license
net.java.dev.jna/jna-platform under the LGPL-2.1-or-later license
net.minidev/accessors-smart under the Apache-2.0 license
net.minidev/json-smart under the Apache-2.0 license
net.thisptr/jackson-jq under the Apache-2.0 license
nise under the BSD-3-Clause license
node-forge under the BSD-3-Clause license.
node-int64 under the MIT license
node-releases under the MIT license
normalize-path under the MIT license
npm-run-path under the MIT license
once under the ISC license
onetime under the MIT license
open under the MIT license
optionator under the MIT license
org.antlr/antlr4-runtime under the BSD-4-Clause license
org.apache.commons/commons-collections4 under the Apache-2.0 license
org.apache.commons/commons-compress under the Apache-2.0 license
org.apache.commons/commons-dbcp2 under the Apache-2.0 license
org.apache.commons/commons-lang3 under the Apache-2.0 license
org.apache.commons/commons-math3 under the Apache-2.0 license
org.apache.commons/commons-pool2 under the Apache-2.0 license
org.apache.commons/commons-text under the Apache-2.0 license
org.apache.curator/curator-client under the Apache-2.0 license
org.apache.curator/curator-framework under the Apache-2.0 license
org.apache.curator/curator-recipes under the Apache-2.0 license
org.apache.curator/curator-x-discovery under the Apache-2.0 license
org.apache.datasketches/datasketches-java under the Apache-2.0 license
org.apache.datasketches/datasketches-memory under the Apache-2.0 license
org.apache.derby/derby under the Apache-2.0 license
org.apache.derby/derbyclient under the Apache-2.0 license
org.apache.derby/derbynet under the Apache-2.0 license
org.apache.druid/druid-aws-common under the Apache-2.0 license
org.apache.druid/druid-core under the Apache-2.0 license
org.apache.druid/druid-gcp-common under the Apache-2.0 license
org.apache.druid/druid-processing under the Apache-2.0 license
org.apache.druid/druid-server under the Apache-2.0 license
org.apache.httpcomponents/httpclient under the Apache-2.0 license
org.apache.httpcomponents/httpcore under the Apache-2.0 license
org.apache.logging.log4j/log4j-1.2-api under the Apache-2.0 license
org.apache.logging.log4j/log4j-api under the Apache-2.0 license
org.apache.logging.log4j/log4j-core under the Apache-2.0 license
org.apache.logging.log4j/log4j-jul under the Apache-2.0 license
org.apache.logging.log4j/log4j-slf4j-impl under the Apache-2.0 license
org.apache.maven.wagon/wagon-provider-api under the Apache-2.0 license
org.apache.maven/maven-aether-provider under the Apache-2.0 license
org.apache.maven/maven-artifact under the Apache-2.0 license
org.apache.maven/maven-model under the Apache-2.0 license
org.apache.maven/maven-model-builder under the Apache-2.0 license
org.apache.maven/maven-repository-metadata under the Apache-2.0 license
org.apache.maven/maven-settings under the Apache-2.0 license
org.apache.maven/maven-settings-builder under the Apache-2.0 license
org.apache.yetus/audience-annotations under the Apache-2.0 license
org.apache.zookeeper/zookeeper under the Apache-2.0 license
org.apache.zookeeper/zookeeper-jute under the Apache-2.0 license
org.asynchttpclient/async-http-client under the Apache-2.0 license
org.asynchttpclient/async-http-client-netty-utils under the Apache-2.0 license
org.checkerframework/checker-qual under the MIT license
org.codehaus.plexus/plexus-interpolation under the Apache-2.0 license
org.codehaus.plexus/plexus-utils under the Apache-2.0 license
org.easymock/easymock under the Apache-2.0 license
org.eclipse.aether/aether-api under the EPL-1.0 license
org.eclipse.aether/aether-connector-file under the EPL-1.0 license
org.eclipse.aether/aether-impl under the EPL-1.0 license
org.eclipse.aether/aether-spi under the EPL-1.0 license
org.eclipse.aether/aether-util under the EPL-1.0 license
org.eclipse.jetty/jetty-client under the Apache-2.0 license
org.eclipse.jetty/jetty-client under the EPL-1.0 license
org.eclipse.jetty/jetty-continuation under the Apache-2.0 license
org.eclipse.jetty/jetty-continuation under the EPL-1.0 license
org.eclipse.jetty/jetty-http under the Apache-2.0 license
org.eclipse.jetty/jetty-http under the EPL-1.0 license
org.eclipse.jetty/jetty-io under the Apache-2.0 license
org.eclipse.jetty/jetty-io under the EPL-1.0 license
org.eclipse.jetty/jetty-proxy under the Apache-2.0 license
org.eclipse.jetty/jetty-proxy under the EPL-1.0 license
org.eclipse.jetty/jetty-rewrite under the Apache-2.0 license
org.eclipse.jetty/jetty-rewrite under the EPL-1.0 license
org.eclipse.jetty/jetty-security under the Apache-2.0 license
org.eclipse.jetty/jetty-security under the EPL-1.0 license
org.eclipse.jetty/jetty-server under the Apache-2.0 license
org.eclipse.jetty/jetty-server under the EPL-1.0 license
org.eclipse.jetty/jetty-servlet under the Apache-2.0 license
org.eclipse.jetty/jetty-servlet under the EPL-1.0 license
org.eclipse.jetty/jetty-servlets under the Apache-2.0 license
org.eclipse.jetty/jetty-servlets under the EPL-1.0 license
org.eclipse.jetty/jetty-util under the Apache-2.0 license
org.eclipse.jetty/jetty-util under the EPL-1.0 license
org.eclipse.jetty/jetty-util-ajax under the Apache-2.0 license
org.eclipse.jetty/jetty-util-ajax under the EPL-1.0 license
org.glassfish/jakarta.el under the EPL-2.0 license
org.glassfish/jakarta.el under the GPL-2.0-with-classpath-exception license
org.glassfish/javax.el under the (CDDL-1.0 OR GPL-2.0-with-classpath-exception) license
org.hamcrest/hamcrest-core under the BSD-3-Clause license
org.hibernate.validator/hibernate-validator under the Apache-2.0 license
org.hibernate/hibernate-validator under the Apache-2.0 license.
org.hyperic/sigar under the Apache-2.0 license
org.jboss.logging/jboss-logging under the Apache-2.0 license
org.jdbi/jdbi under the Apache-2.0 license
org.jetbrains.kotlin/kotlin-stdlib under the Apache-2.0 license
org.jetbrains.kotlin/kotlin-stdlib-common under the Apache-2.0 license
org.jetbrains.kotlin/kotlin-stdlib-jdk7 under the Apache-2.0 license
org.jetbrains.kotlin/kotlin-stdlib-jdk8 under the Apache-2.0 license
org.jetbrains/annotations under the Apache-2.0 license
org.jruby.jcodings/jcodings under the MIT license
org.jruby.joni/joni under the MIT license
org.lz4/lz4-java under the Apache-2.0 license
org.mockito/mockito-core under the MIT license
org.mozilla/rhino under the Mozilla Public License, Version 2.0 license
org.objenesis/objenesis under the Apache-2.0 license
org.ow2.asm/asm under the BSD-4-Clause license
org.ow2.asm/asm-analysis under the BSD-3-Clause license
org.ow2.asm/asm-commons under the BSD-3-Clause license
org.ow2.asm/asm-tree under the BSD-3-Clause license
org.pac4j/pac4j-core under the Apache-2.0 license
org.pac4j/pac4j-oidc under the Apache-2.0 license
org.projectlombok/lombok under the MIT license
org.reactivestreams/reactive-streams under the CC0-1.0 license
org.roaringbitmap/RoaringBitmap under the Apache-2.0 license
org.roaringbitmap/shims under the Apache-2.0 license
org.skife.config/config-magic under the Apache-2.0 license
org.slf4j/jcl-over-slf4j under the Apache-2.0 license
org.slf4j/slf4j-api under the MIT license
org.tukaani/xz under the Public Domain license
org.xerial.snappy/snappy-java under the Apache-2.0 license
p-limit under the MIT license
p-locate under the MIT license
p-try under the MIT license
parent-module under the MIT license
parse-json under the MIT license
path-exists under the MIT license
path-is-absolute under the MIT license
path-key under the MIT license
path-parse under the MIT license
path-to-regexp under the MIT license
path-type under the MIT license
picocolors under the ISC license
picomatch under the MIT license
pip under the MIT license
pirates under the MIT license
pkg-dir under the MIT license
pluggy under the MIT license
prelude-ls under the MIT license
prettier under the MIT license.
prettier-linter-helpers under the MIT license
pretty-format under the MIT license
prompts under the MIT license
proxy-from-env under the MIT license
punycode under the MIT license
pure-rand under the MIT license
pyasn1 under the BSD-2-Clause License
pycparser under the BSD-3-Clause license
pycurl under the GNU Library or Lesser General Public License (LGPL) license
pycurl under the LGPL/MIT license
pycurl under the MIT license
pygpgme under the GNU Lesser General Public License v2 or later (LGPLv2+) license
pygpgme under the LGPL-2.1-only license
pytest under the MIT license
pytest-cov under the MIT license
python-dateutil under the (Apache-2.0 or BSD) license
queue-microtask under the MIT license
react-is under the MIT license
require-directory under the MIT license
require-from-string under the MIT license
resolve under the MIT license
resolve-cwd under the MIT license
resolve-from under the MIT license
resolve.exports under the MIT license
responses under the Apache-2.0 license
reusify under the MIT license
rimraf under the ISC license
run-applescript under the MIT license
run-parallel under the MIT license
s3transfer under the Apache-2.0 license
semver under the ISC license.
setuptools under the MIT license
shebang-command under the MIT license
shebang-regex under the MIT license
signal-exit under the ISC license
sinon under the BSD-3-Clause license.
sisteransi under the MIT license
slash under the MIT license
slice-ansi under the MIT license
software.amazon.ion/ion-java under the Apache-2.0 license
source-map under the BSD-3-Clause license.
source-map-support under the MIT license.
sprintf-js under the BSD-3-Clause license
stack-utils under the MIT license.
string-length under the MIT license
string-width under the MIT license
strip-ansi under the MIT license
strip-bom under the MIT license
strip-final-newline under the MIT license
strip-json-comments under the MIT license
strnum under the MIT license
supports-color under the MIT license
supports-preserve-symlinks-flag under the MIT license
synckit under the MIT license
table under the BSD-3-Clause license
test-exclude under the ISC license
text-table under the MIT license
titleize under the MIT license
tmpl under the BSD-3-Clause license
to-fast-properties under the MIT license
to-regex-range under the MIT license
ts-api-utils under the MIT license
ts-jest under the MIT license
ts-node under the MIT license
tslib under the 0BSD license
type-check under the MIT license
type-detect under the MIT license
type-fest under the (MIT OR CC0-1.0) license
typescript under the Apache-2.0 license
universalify under the MIT license
untildify under the MIT license
update-browserslist-db under the MIT license
uri-js under the BSD-2-Clause license
urlgrabber under the GNU Lesser General Public License v2 or later (LGPLv2+) license
urlgrabber under the LGPL-2.0-or-later license
urllib3 under the MIT license
uuid under the MIT license.
v8-compile-cache-lib under the MIT license
v8-to-istanbul under the ISC license
walker under the Apache-2.0 license
Werkzeug under the BSD-3-Clause license
which under the ISC license
wrap-ansi under the MIT license
wrappy under the ISC license
write-file-atomic under the ISC license
wsgiref under the PSF or ZPL license
xml under the MIT license
xmltodict under the MIT license
y18n under the ISC license
yallist under the ISC license
yaml under the ISC license
yargs under the MIT license.
yargs-parser under the ISC license.
yn under the MIT license
yocto-queue under the MIT license
********************
OPEN SOURCE LICENSES
********************
(CDDL-1.0 OR GPL-2.0-with-classpath-exception) - None
(MIT OR CC0-1.0) - None
(MIT OR GPL-3.0-or-later) - None
(Unlicense OR Apache-2.0) - None
0BSD - https://opensource.org/licenses/0BSD
Apache-2.0 - None
BSD-2-Clause - None
BSD-3-Clause - None
BSD-4-Clause - None
CC-BY-4.0 - https://opensource.org/licenses/CC-BY-4.0
CC0-1.0 - None
CDDL-1.0 - None
CDDL-1.1 - None
EPL-1.0 - http://www.eclipse.org/legal/epl-v10.html
EPL-2.0 - None
GNU Lesser General Public License v2 or later (LGPLv2+) - None
GNU Library or Lesser General Public License (LGPL) - None
GPL-2.0-with-classpath-exception - None
ISC - https://opensource.org/licenses/ISC
LGPL, version 2.1 - http://www.gnu.org/licenses/licenses.html
LGPL-2.0-or-later - https://opensource.org/licenses/LGPL-2.0-or-later
LGPL-2.1-only - https://opensource.org/licenses/LGPL-2.1-only
LGPL-2.1-or-later - https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
LGPL/MIT - None
MIT - https://opensource.org/licenses/MIT
Mozilla Public License, Version 2.0 - http://www.mozilla.org/MPL/2.0/index.txt
PSF or ZPL - None
PSF-2.0 - https://opensource.org/licenses/PSF-2.0
Public Domain - None
Unicode/ICU License - https://raw.githubusercontent.com/unicode-org/icu/main/icu4c/LICENSE
Unlicense - https://opensource.org/licenses/Unlicense