forked from aws-solutions/automated-data-analytics-on-aws
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NOTICE.txt
executable file
·904 lines (903 loc) · 57.9 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
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
Automated Data Analytics 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:
accepts MIT
ace-builds BSD-3-Clause
acorn MIT
acorn-walk MIT
ajv MIT
amazon-cognito-identity-js SEE LICENSE IN LICENSE.txt
ansi-regex MIT
ansi-styles MIT
antlr4ts BSD-3-Clause
any-base MIT
array-flatten MIT
array-from MIT
asn1.js MIT
assert-plus MIT
async-hook-jl MIT
async-retry MIT
at-least-node ISC
atomic-batcher MIT
available-typed-arrays MIT
await-spawn MIT
aws4 MIT
@aws-amplify/analytics Apache-2.0
aws-amplify Apache-2.0
@aws-amplify/api Apache-2.0
@aws-amplify/api-graphql Apache-2.0
@aws-amplify/api-rest Apache-2.0
@aws-amplify/auth Apache-2.0
@aws-amplify/cache Apache-2.0
@aws-amplify/core Apache-2.0
@aws-amplify/datastore Apache-2.0
@aws-amplify/geo Apache-2.0
@aws-amplify/interactions Apache-2.0
@aws-amplify/predictions Apache-2.0
@aws-amplify/pubsub Apache-2.0
@aws-amplify/storage Apache-2.0
@aws-amplify/ui Apache-2.0
@aws-amplify/ui-components Apache-2.0
@aws-amplify/ui-react Apache-2.0
@aws-amplify/xr Apache-2.0
@aws-cdk/asset-awscli-v1 Apache-2.0
@aws-cdk/asset-kubectl-v20 Apache-2.0
@aws-cdk/asset-node-proxy-agent-v5 Apache-2.0
@aws-cdk/aws-apigatewayv2-alpha Apache-2.0
@aws-cdk/aws-apigatewayv2-authorizers-alpha Apache-2.0
@aws-cdk/aws-apigatewayv2-integrations-alpha Apache-2.0
@aws-cdk/aws-glue-alpha Apache-2.0
@aws-cdk/aws-kinesisfirehose-alpha Apache-2.0
@aws-cdk/aws-kinesisfirehose-destinations-alpha Apache-2.0
@aws-cdk/aws-lambda-python-alpha Apache-2.0
@aws-cdk/aws-servicecatalogappregistry-alpha Apache-2.0
aws-cdk-lib Apache-2.0
@aws-crypto/crc32 Apache-2.0
@aws-crypto/ie11-detection Apache-2.0
@aws-crypto/sha256-browser Apache-2.0
@aws-crypto/sha256-js Apache-2.0
@aws-crypto/supports-web-crypto Apache-2.0
@aws-crypto/util Apache-2.0
aws-lambda-router Apache-2.0
aws-northstar Apache-2.0
@aws-sdk/abort-controller Apache-2.0
aws-sdk Apache-2.0
@aws-sdk/chunked-blob-reader Apache-2.0
@aws-sdk/chunked-blob-reader-native Apache-2.0
@aws-sdk/client-cloudwatch-logs Apache-2.0
@aws-sdk/client-cognito-identity Apache-2.0
@aws-sdk/client-comprehend Apache-2.0
@aws-sdk/client-firehose Apache-2.0
@aws-sdk/client-kinesis Apache-2.0
@aws-sdk/client-lex-runtime-service Apache-2.0
@aws-sdk/client-location Apache-2.0
@aws-sdk/client-personalize-events Apache-2.0
@aws-sdk/client-pinpoint Apache-2.0
@aws-sdk/client-polly Apache-2.0
@aws-sdk/client-rekognition Apache-2.0
@aws-sdk/client-s3 Apache-2.0
@aws-sdk/client-sso Apache-2.0
@aws-sdk/client-sts Apache-2.0
@aws-sdk/client-textract Apache-2.0
@aws-sdk/client-translate Apache-2.0
@aws-sdk/config-resolver Apache-2.0
@aws-sdk/credential-provider-cognito-identity Apache-2.0
@aws-sdk/credential-provider-env Apache-2.0
@aws-sdk/credential-provider-imds Apache-2.0
@aws-sdk/credential-provider-ini Apache-2.0
@aws-sdk/credential-provider-node Apache-2.0
@aws-sdk/credential-provider-process Apache-2.0
@aws-sdk/credential-provider-sso Apache-2.0
@aws-sdk/credential-provider-web-identity Apache-2.0
@aws-sdk/eventstream-marshaller Apache-2.0
@aws-sdk/eventstream-serde-browser Apache-2.0
@aws-sdk/eventstream-serde-config-resolver Apache-2.0
@aws-sdk/eventstream-serde-node Apache-2.0
@aws-sdk/eventstream-serde-universal Apache-2.0
@aws-sdk/fetch-http-handler Apache-2.0
@aws-sdk/hash-blob-browser Apache-2.0
@aws-sdk/hash-node Apache-2.0
@aws-sdk/hash-stream-node Apache-2.0
@aws-sdk/invalid-dependency Apache-2.0
@aws-sdk/is-array-buffer Apache-2.0
@aws-sdk/md5-js Apache-2.0
@aws-sdk/middleware-apply-body-checksum Apache-2.0
@aws-sdk/middleware-bucket-endpoint Apache-2.0
@aws-sdk/middleware-content-length Apache-2.0
@aws-sdk/middleware-expect-continue Apache-2.0
@aws-sdk/middleware-header-default Apache-2.0
@aws-sdk/middleware-host-header Apache-2.0
@aws-sdk/middleware-location-constraint Apache-2.0
@aws-sdk/middleware-logger Apache-2.0
@aws-sdk/middleware-retry Apache-2.0
@aws-sdk/middleware-sdk-s3 Apache-2.0
@aws-sdk/middleware-sdk-sts Apache-2.0
@aws-sdk/middleware-serde Apache-2.0
@aws-sdk/middleware-signing Apache-2.0
@aws-sdk/middleware-ssec Apache-2.0
@aws-sdk/middleware-stack Apache-2.0
@aws-sdk/middleware-user-agent Apache-2.0
@aws-sdk/node-config-provider Apache-2.0
@aws-sdk/node-http-handler Apache-2.0
@aws-sdk/property-provider Apache-2.0
@aws-sdk/protocol-http Apache-2.0
@aws-sdk/querystring-builder Apache-2.0
@aws-sdk/querystring-parser Apache-2.0
@aws-sdk/s3-request-presigner Apache-2.0
@aws-sdk/service-error-classification Apache-2.0
@aws-sdk/shared-ini-file-loader Apache-2.0
@aws-sdk/signature-v4 Apache-2.0
@aws-sdk/smithy-client Apache-2.0
@aws-sdk/types Apache-2.0
@aws-sdk/url-parser Apache-2.0
@aws-sdk/url-parser-native Apache-2.0
@aws-sdk/util-arn-parser Apache-2.0
@aws-sdk/util-base64-browser Apache-2.0
@aws-sdk/util-base64-node Apache-2.0
@aws-sdk/util-body-length-browser Apache-2.0
@aws-sdk/util-body-length-node Apache-2.0
@aws-sdk/util-buffer-from Apache-2.0
@aws-sdk/util-config-provider Apache-2.0
@aws-sdk/util-create-request Apache-2.0
@aws-sdk/util-credentials Apache-2.0
@aws-sdk/util-format-url Apache-2.0
@aws-sdk/util-hex-encoding Apache-2.0
@aws-sdk/util-locate-window Apache-2.0
@aws-sdk/util-uri-escape Apache-2.0
@aws-sdk/util-user-agent-browser Apache-2.0
@aws-sdk/util-user-agent-node Apache-2.0
@aws-sdk/util-utf8-browser Apache-2.0
@aws-sdk/util-utf8-node Apache-2.0
@aws-sdk/util-waiter Apache-2.0
@aws-sdk/xml-builder Apache-2.0
aws-xray-sdk Apache-2.0
aws-xray-sdk-core Apache-2.0
aws-xray-sdk-express Apache-2.0
aws-xray-sdk-mysql Apache-2.0
aws-xray-sdk-postgres Apache-2.0
axios MIT
@babel/runtime MIT
bail MIT
balanced-match MIT
@balena/dockerignore Apache-2.0
base64-js MIT
bcryptjs MIT
big-integer Unlicense
bl MIT
bn.js MIT
body-parser MIT
boolbase ISC
bowser MIT
brace-expansion MIT
brace MIT
broadcast-channel MIT
brorand MIT
browserslist MIT
buffer-equal-constant-time BSD-3-Clause
buffer-from MIT
buffer MIT
bytes MIT
call-bind MIT
camelcase-keys MIT
camelcase MIT
caniuse-lite CC-BY-4.0
case (MIT OR GPL-3.0-or-later)
ccount MIT
character-entities-legacy MIT
character-entities MIT
character-reference-invalid MIT
chownr ISC
classnames MIT
clipboard-copy MIT
cliui ISC
cls-hooked BSD-2-Clause
clsx MIT
color-convert MIT
color-name MIT
commander MIT
comma-separated-tokens MIT
common-tags MIT
compute-gcd MIT
compute-lcm MIT
concat-map MIT
constructs Apache-2.0
construct-style-sheets-polyfill MIT
content-disposition MIT
content-type MIT
cookie MIT
cookie-signature MIT
core-js-pure MIT
core-util-is MIT
crypto-js MIT
csp-header WTFPL
css-box-model MIT
css-selector-parser MIT
csstype MIT
css-unit-converter MIT
css-vendor MIT
d3-array BSD-3-Clause
d3-color ISC
d3-format BSD-3-Clause
d3-interpolate BSD-3-Clause
d3-path BSD-3-Clause
d3-scale BSD-3-Clause
d3-shape BSD-3-Clause
d3-time BSD-3-Clause
d3-time-format BSD-3-Clause
@data-driven-forms/react-form-renderer Apache-2.0
date-fns MIT
@date-io/core MIT
@date-io/date-fns MIT
debug MIT
decamelize MIT
decimal.js-light MIT
decode-named-character-reference MIT
decode-uri-component MIT
define-properties MIT
depd MIT
dequal MIT
destroy MIT
detect-node MIT
diff BSD-3-Clause
diff-match-patch Apache-2.0
dijkstrajs MIT
dom-helpers MIT
dot-object MIT*
dynamodb-lock-client MIT
ecdsa-sig-formatter Apache-2.0
ee-first MIT
electron-to-chromium ISC
elliptic MIT
emitter-listener BSD-2-Clause
emoji-regex MIT
@emotion/hash MIT
encodeurl MIT
encode-utf8 MIT
entities BSD-2-Clause
es-abstract MIT
esbuild-android-arm64 MIT
esbuild-darwin-64 MIT
esbuild-darwin-arm64 MIT
esbuild-freebsd-64 MIT
esbuild-freebsd-arm64 MIT
esbuild-linux-32 MIT
esbuild-linux-64 MIT
esbuild-linux-arm64 MIT
esbuild-linux-arm MIT
esbuild-linux-mips64le MIT
esbuild-linux-ppc64le MIT
esbuild MIT
esbuild-netbsd-64 MIT
esbuild-openbsd-64 MIT
esbuild-sunos-64 MIT
esbuild-windows-32 MIT
esbuild-windows-64 MIT
esbuild-windows-arm64 MIT
escalade MIT
escape-html MIT
escape-string-regexp MIT
es-to-primitive MIT
etag MIT
eventemitter3 MIT
events MIT
express MIT
extend MIT
extsprintf MIT
fast-base64-decode MIT
fast-deep-equal MIT
fast-equals MIT
fast-json-stable-stringify MIT
fast-safe-stringify MIT
fast-xml-parser MIT
fault MIT
file-saver MIT
filter-obj MIT
final-form-arrays MIT
final-form-focus MIT
final-form MIT
finalhandler MIT
find-up MIT
follow-redirects MIT
font-awesome (OFL-1.1 AND MIT)
for-each MIT
format MIT
forwarded MIT
fresh MIT
fs-extra MIT
fs-minipass ISC
fs.realpath ISC
function-bind MIT
function.prototype.name MIT
functions-have-names MIT
fuse.js Apache-2.0
get-caller-file ISC
get-intrinsic MIT
get-node-dimensions MIT
get-symbol-description MIT
glob ISC
glob-parent ISC
graceful-fs ISC
graphql MIT
@hapi/address BSD-3-Clause
@hapi/formula BSD-3-Clause
@hapi/hoek BSD-3-Clause
@hapi/joi BSD-3-Clause
@hapi/pinpoint BSD-3-Clause
@hapi/topo BSD-3-Clause
has-bigints MIT
has-flag MIT
hash.js MIT
has MIT
has-property-descriptors MIT
has-symbols MIT
has-tostringtag MIT
hastscript MIT
hast-to-hyperscript MIT
hast-util-from-parse5 MIT
hast-util-has-property MIT
hast-util-is-element MIT
hast-util-parse-selector MIT
hast-util-raw MIT
hast-util-select MIT
hast-util-to-parse5 MIT
hast-util-whitespace MIT
highlight.js BSD-3-Clause
history MIT
hmac-drbg MIT
hoist-non-react-statics BSD-3-Clause
html-void-elements MIT
http-cache-semantics BSD-2-Clause
http-errors MIT
http-status-codes MIT
humanize-duration Unlicense
hyphenate-style-name BSD-3-Clause
@icons/material MIT
iconv-lite MIT
idb ISC
ieee754 BSD-3-Clause
ignore MIT
immer MIT
inflight ISC
inherits ISC
inline-style-parser MIT
internal-slot MIT
internmap ISC
ipaddr.js MIT
is-alphabetical MIT
is-alphanumerical MIT
is-arguments MIT
isarray MIT
is-bigint MIT
is-boolean-object MIT
is-buffer MIT
is-callable MIT
is-date-object MIT
is-decimal MIT
is-extglob MIT
is-fullwidth-code-point MIT
is-generator-function MIT
is-glob MIT
is-hexadecimal MIT
is-in-browser MIT
is-negative-zero MIT
is-number-object MIT
isomorphic-fetch MIT
isomorphic-unfetch MIT
is-plain-obj MIT
is-regex MIT
is-shared-array-buffer MIT
is-string MIT
is-symbol MIT
is-typed-array MIT
is-weakref MIT
jmespath Apache-2.0
js-cookie MIT
json5 MIT
jsonfile MIT
jsonpointer MIT
json-schema (AFL-2.1 OR BSD-3-Clause)
json-schema-compare MIT
json-schema-merge-allof MIT
jsonschema MIT
json-schema-traverse MIT
jsonwebtoken MIT
js-sha3 MIT
jss MIT
jss-plugin-camel-case MIT
jss-plugin-default-unit MIT
jss-plugin-global MIT
jss-plugin-nested MIT
jss-plugin-props-sort MIT
jss-plugin-rule-value-function MIT
jss-plugin-vendor-prefixer MIT
js-tokens MIT
just-extend MIT
jwa MIT
jwk-to-pem Apache-2.0
jws MIT
jwt-decode MIT
kleur MIT
lambda-log MIT
locate-path MIT
lodash.debounce MIT
lodash-es MIT
lodash.get MIT
lodash.isequal MIT
lodash MIT
lodash.throttle MIT
lolex BSD-3-Clause
longest-streak MIT
loose-envify MIT
lowlight MIT
lru-cache ISC
map-obj MIT
markdown-table MIT
match-sorter MIT
material-colors ISC
@material-ui/core MIT
@material-ui/icons MIT
@material-ui/lab MIT
@material-ui/pickers MIT
@material-ui/styles MIT
@material-ui/system MIT
@material-ui/types MIT
@material-ui/utils MIT
mdast-util-definitions MIT
mdast-util-find-and-replace MIT
mdast-util-from-markdown MIT
mdast-util-frontmatter MIT
mdast-util-gfm-autolink-literal MIT
mdast-util-gfm-footnote MIT
mdast-util-gfm MIT
mdast-util-gfm-strikethrough MIT
mdast-util-gfm-table MIT
mdast-util-gfm-task-list-item MIT
mdast-util-to-hast MIT
mdast-util-to-markdown MIT
mdast-util-to-string MIT
mdurl MIT
media-typer MIT
memoize-one MIT
merge-descriptors MIT
methods MIT
micromark-core-commonmark MIT
micromark-extension-frontmatter MIT
micromark-extension-gfm-autolink-literal MIT
micromark-extension-gfm-footnote MIT
micromark-extension-gfm MIT
micromark-extension-gfm-strikethrough MIT
micromark-extension-gfm-table MIT
micromark-extension-gfm-tagfilter MIT
micromark-extension-gfm-task-list-item MIT
micromark-factory-destination MIT
micromark-factory-label MIT
micromark-factory-space MIT
micromark-factory-title MIT
micromark-factory-whitespace MIT
micromark MIT
micromark-util-character MIT
micromark-util-chunked MIT
micromark-util-classify-character MIT
micromark-util-combine-extensions MIT
micromark-util-decode-numeric-character-reference MIT
micromark-util-decode-string MIT
micromark-util-encode MIT
micromark-util-html-tag-name MIT
micromark-util-normalize-identifier MIT
micromark-util-resolve-all MIT
micromark-util-sanitize-uri MIT
micromark-util-subtokenize MIT
micromark-util-symbol MIT
micromark-util-types MIT
microseconds MIT
mime-db MIT
mime MIT
mime-types MIT
mini-create-react-context MIT
minimalistic-assert ISC
minimalistic-crypto-utils MIT
minimatch ISC
minimist MIT
minipass ISC
minizlib MIT
mkdirp MIT
moment MIT
mri MIT
ms MIT
nanoid MIT
nano-time ISC
negotiator MIT
nise BSD-3-Clause
node-fetch MIT
node-releases MIT
normalize-url MIT
not MIT
nth-check BSD-2-Clause
object-assign MIT
object.assign MIT
object-inspect MIT
object-keys MIT
oblivious-set MIT
once ISC
on-finished MIT
openapi-types MIT
paho-mqtt EPL-1.0
parse5 MIT
parse-entities MIT
parse-path MIT
parse-url MIT
parseurl MIT
path-exists MIT
path-is-absolute MIT
path-to-regexp MIT
performance-now MIT
pg-int8 ISC
pg-protocol MIT
pg-types MIT
picocolors ISC
p-limit MIT
p-locate MIT
pluralize MIT
pngjs MIT
popper.js MIT
postcss-value-parser MIT
postgres-array MIT
postgres-bytea MIT
postgres-date MIT
postgres-interval MIT
pretty-bytes MIT
prismjs MIT
property-information MIT
prop-types MIT
protocols MIT
proxy-addr MIT
p-try MIT
punycode MIT
qrcode MIT
qs BSD-3-Clause
query-string MIT
querystring MIT
queue MIT
quick-lru MIT
raf MIT
raf-schd MIT
range-parser MIT
raw-body MIT
react-ace MIT
react-beautiful-dnd Apache-2.0
react-color MIT
reactcss MIT
react-dom MIT
react-final-form-arrays MIT
react-final-form MIT
react-is MIT
react-lifecycles-compat MIT
react-markdown MIT
react-measure MIT
react MIT
react-native-get-random-values MIT
react-query MIT
react-redux MIT
react-reflex MIT
react-resize-detector MIT
react-router-dom MIT
react-router MIT
react-smooth MIT
react-syntax-highlighter MIT
react-table MIT
react-text-truncate MIT
react-timeago MIT
react-transition-group BSD-3-Clause
react-truncate ISC
react-use-localstorage MIT
readable-stream MIT
recharts MIT
recharts-scale MIT
reduce-css-calc MIT
redux MIT
refractor MIT
regenerator-runtime MIT
regexp.prototype.flags MIT
rehype-add-classes MIT
rehype-raw MIT
remark-code-blocks MIT
remark-frontmatter MIT
remark-gfm MIT
remark-parse MIT
remark-rehype MIT
remove-accents MIT
repeat-string MIT
require-directory MIT
require-main-filename ISC
resize-observer-polyfill MIT
resolve-pathname MIT
retry MIT
rifm MIT
rimraf ISC
@rjsf/core Apache-2.0
@rjsf/material-ui Apache-2.0
sade MIT
safe-buffer MIT
safer-buffer MIT
safe-stable-stringify MIT
sax ISC
scheduler MIT
semver ISC
send MIT
serve-static MIT
set-blocking ISC
setprototypeof ISC
shimmer BSD-2-Clause
short-unique-id Apache-2.0
short-uuid MIT
side-channel MIT
sinon BSD-3-Clause
@sinonjs/commons BSD-3-Clause
@sinonjs/formatio BSD-3-Clause
@sinonjs/samsam BSD-3-Clause
@sinonjs/text-encoding (Unlicense OR Apache-2.0)
source-map BSD-3-Clause
source-map-support MIT
space-separated-tokens MIT
split-on-first MIT
stack-chain MIT
statuses MIT
strict-uri-encode MIT
string_decoder MIT
string.prototype.trimend MIT
string.prototype.trimstart MIT
string-width MIT
strip-ansi MIT
strnum MIT
style-to-object MIT
supports-color MIT
tar ISC
tinycolor2 MIT
tiny-invariant MIT
tiny-warning MIT
toidentifier MIT
tr46 MIT
trim-newlines MIT
trough MIT
truncate-middle MIT
tslib 0BSD
ts-mysql-parser MIT
type-detect MIT
type-fest (MIT OR CC0-1.0)
type-is MIT
typesafe-i18n MIT
@types/aws-lambda MIT
@types/body-parser MIT
@types/cls-hooked MIT
@types/connect MIT
@types/cookie MIT
typescript Apache-2.0
@types/d3-color MIT
@types/d3-interpolate MIT
@types/d3-path MIT
@types/d3-scale MIT
@types/d3-shape MIT
@types/d3-time MIT
@types/debug MIT
@types/express MIT
@types/express-serve-static-core MIT
@types/hast MIT
@types/hoist-non-react-statics MIT
@types/json-schema MIT
@types/mdast MIT
@types/mdurl MIT
@types/mime MIT
@types/ms MIT
@types/mysql MIT
@types/node MIT
@types/parse5 MIT
@types/pg MIT
@types/prop-types MIT
@types/qs MIT
@types/range-parser MIT
@types/react MIT
@types/react-redux MIT
@types/react-table MIT
@types/react-transition-group MIT
@types/resize-observer-browser MIT
@types/scheduler MIT
@types/serve-static MIT
@types/styled-jsx MIT
@types/unist MIT
@types/uuid MIT
uglify-js BSD-2-Clause
ulid MIT
unbox-primitive MIT
unfetch MIT
unified MIT
unist-builder MIT
unist-util-generated MIT
unist-util-is MIT
unist-util-position MIT
unist-util-stringify-position MIT
unist-util-visit MIT
unist-util-visit-parents MIT
universal-cookie MIT
universalify MIT
unload Apache-2.0
unpipe MIT
update-browserslist-db MIT
uri-js BSD-2-Clause
url MIT
use-debounce MIT
use-immer MIT
use-memo-one MIT
util-deprecate MIT
util MIT
utils-merge MIT
uuid MIT
uvu MIT
validate.io-array MIT
validate.io-function MIT
validate.io-integer-array MIT
validate.io-integer MIT
validate.io-number MIT
value-equal MIT
vary MIT
verror MIT
vfile-location MIT
vfile-message MIT
vfile MIT
vm2 MIT
webidl-conversions BSD-2-Clause
web-namespaces MIT
web-vitals Apache-2.0
whatwg-fetch MIT
whatwg-url MIT
which-boxed-primitive MIT
which-module ISC
which-typed-array MIT
workspace-aggregator-66287a03-12ea-4176-afd5-f0355f1c6dec Apache-2.0
wrap-ansi MIT
wrappy ISC
xml2js MIT
xmlbuilder MIT
xtend MIT
y18n ISC
yallist ISC
yaml ISC
yargs MIT
yargs-parser ISC
yocto-queue MIT
zen-observable MIT
zen-observable-ts MIT
zen-push MIT
zwitch MIT
********************** PYTHON THIRD PARTIES LIBRARIES *********************
aenum 2.2.6 BSD License
aiohttp 3.8.1 Apache 2
aiosignal 1.3.1 Apache 2.0
asn1crypto 1.5.1 MIT
assertpy 1.1 BSD
async-timeout 4.0.3 Apache 2
asynctest 0.13.0 Apache 2
attrs 23.2.0 (Licence not found)
awslambdaric 2.0.1 UNKNOWN
awswrangler 2.20.1 Apache-2.0
backoff 1.11.1 MIT
beautifulsoup4 4.10.0 MIT
boto3 1.26.107 Apache License 2.0
botocore 1.29.107 Apache License 2.0
cachetools 5.0.0 MIT
certifi 2024.2.2 MPL-2.0
cffi 1.15.1 MIT
charset-normalizer 2.0.12 MIT
cmake 3.28.4 Apache 2.0
coverage 7.2.7 Apache-2.0
cryptography 42.0.5 Apache-2.0 OR BSD-3-Clause
db-dtypes 1.2.0 (Licence not found)
decorator 5.1.1 new BSD License
distlib 0.3.4 Python license
dnspython 2.3.0 ISC
edx-codejail 3.2.0 Apache
et-xmlfile 1.1.0 MIT
exceptiongroup 1.2.0 (Licence not found)
fastavro 1.8.0 MIT
filelock 3.6.0 Unlicense
frozenlist 1.3.3 Apache 2
google-analytics-data 0.18.7 Apache 2.0
google-api-core 2.17.1 Apache 2.0
google-api-python-client 2.122.0 Apache 2.0
google-auth 2.28.2 Apache 2.0
google-auth-httplib2 0.2.0 Apache 2.0
google-cloud-bigquery 3.19.0 Apache 2.0
google-cloud-bigquery-storage 2.24.0 Apache 2.0
google-cloud-core 2.4.1 Apache 2.0
google-cloud-storage 2.16.0 Apache 2.0
google-crc32c 1.5.0 Apache 2.0
google-resumable-media 2.7.0 Apache 2.0
googleapis-common-protos 1.63.0 Apache-2.0
gremlinpython 3.5.2 Apache 2
grpcio 1.56.2 Apache License 2.0
grpcio-status 1.56.2 Apache License 2.0
handlers 0.1.0 Apache-2.0
httplib2 0.20.4 MIT
idna 3.3 BSD-3-Clause
importlib-metadata 2.1.3 Apache Software License
iniconfig 2.0.0 (Licence not found)
isodate 0.6.1 BSD
Jinja2 3.1.3 BSD-3-Clause
jmespath 1.0.0 MIT
jsonpath-ng 1.5.3 Apache 2.0
lxml 4.9.1 BSD
MarkupSafe 2.1.5 BSD-3-Clause
mongomock 4.1.2 BSD
moto 4.2.14 Apache License 2.0
multidict 6.0.5 Apache 2
nest-asyncio 1.5.5 BSD
numpy 1.21.6 BSD
oauth2client Apache License 2.0
openpyxl 3.0.9 MIT
opensearch-py 1.1.0 Apache-2.0
oracledb 1.4.2 Apache and/or UPL
packaging 24.0 (Licence not found)
pandas 1.3.5 BSD-3-Clause
pg8000 1.24.1 BSD
pip 22.2.1 MIT
platformdirs 2.5.1 MIT
pluggy 1.2.0 MIT
ply 3.11 BSD
prettytable 3.7.0 BSD (3 clause)
progressbar2 4.2.0 BSD
proto-plus 1.22.3 Apache 2.0
protobuf 4.21.6 3-Clause BSD License
psutil 5.9.8 BSD-3-Clause
pyarrow 10.0.0 Apache License, Version 2.0
pyasn1 0.4.8 BSD
pyasn1-modules 0.2.8 BSD-2-Clause
pycparser 2.21 BSD
pymongo 4.6.2 Apache License
PyMySQL 1.0.2 "MIT"
pynt 0.8.2 MIT License
pyparsing 3.1.2 (Licence not found)
pytest 7.4.4 MIT
pytest-cov 3.0.0 MIT
pytest-mock 3.11.1 MIT
pytest-only 2.0.0 MIT
python-dateutil 2.9.0.post0 Dual License
python-utils 3.1.0 BSD
pytz 2021.3 MIT
PyYAML 6.0.1 MIT
rdflib 6.1.1 bsd-3-clause
redshift-connector 2.0.905 Apache License 2.0
regex 2022.3.15 Apache Software License
requests 2.27.1 Apache 2.0
requests-aws4auth 1.2.3 MIT License
requests-mock 1.10.0 Apache-2
responses 0.23.1 Apache 2.0
rsa 4.8 Apache-2.0
s3transfer 0.6.0 Apache License 2.0
scramp 1.4.1 MIT
sentinels 1.0.0 BSD
setuptools 63.2.0 (Licence not found)
simplejson 3.17.2 MIT License
six 1.16.0 MIT
smart-open 7.0.3 MIT
soupsieve 2.3.2 (Licence not found)
tomli 2.0.1 (Licence not found)
types-PyYAML 6.0.11 Apache-2.0 license
typing_extensions 4.1.1 (Licence not found)
tzdata 2024.1 Apache-2.0
uritemplate 4.1.1 BSD 3-Clause License or Apache License, Version 2.0
urllib3 1.26.9 MIT
virtualenv 20.14.0 MIT
wcwidth 0.2.13 MIT
Werkzeug 2.2.3 BSD-3-Clause
wheel 0.37.1 MIT
wrapt 1.16.0 BSD
xmltodict 0.13.0 MIT
yarl 1.7.2 Apache 2
zipp 3.15.0 (Licence not found)