-
Notifications
You must be signed in to change notification settings - Fork 10
/
NOTICE
executable file
·830 lines (817 loc) · 52.3 KB
/
NOTICE
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
Secure Media Delivery at the Edge 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.
The following licenses apply to parts of this software:
MIT License
http://opensource.org/licenses/MIT
ISC License
http://opensource.org/licenses/ISC
Apache License, Version 2.0
http://www.apache.org/licenses/LICENSE-2.0
BSD 3-Clause License
https://opensource.org/licenses/BSD-3-Clause
BSD 2-Clause License
https://opensource.org/licenses/BSD-2-Clause
0BSD License
https://opensource.org/license/0bsd
Python-2.0 License
https://www.python.org/download/releases/2.0/license/
CC-BY-4.0 License
https://creativecommons.org/licenses/by/4.0/deed.en
Unlicense License
https://choosealicense.com/licenses/unlicense/
**********************
THIRD PARTY COMPONENTS
**********************
This software includes third party software subject to the following copyrights:
qrcode MIT
prettier MIT
prompts MIT
babel__traverse MIT
typescript-eslint/eslint-plugin Apache-2.0
typescript-eslint/parser Apache-2.0
aws-cdk Apache-2.0
aws-cdk-lib Apache-2.0
jest MIT
ts-jest MIT
ts-node MIT
typescript Apache-2.0
adm-zip MIT
constructs Apache-2.0
source-map-support MIT
watch Apache-2.0
aws-sdk-client-mock MIT
base64url MIT
debug MIT
jsonwebtoken MIT
@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-servicecatalogappregistry-alpha Apache-2.0
joi BSD-3-Clause
@balena/dockerignore Apache-2.0
ajv MIT
ansi-regex MIT
ansi-styles MIT
astral-regex MIT
balanced-match MIT
brace-expansion MIT
case MIT
color-convert MIT
color-name MIT
concat-map MIT
emoji-regex MIT
fast-deep-equal MIT
fs-extra MIT
graceful-fs ISC
ignore MIT
is-fullwidth-code-point MIT
json-schema-traverse MIT
jsonfile MIT
jsonschema MIT
lodash.truncate MIT
mime-db MIT
mime-types MIT
minimatch ISC
punycode MIT
require-from-string MIT
semver ISC
slice-ansi MIT
string-width MIT
strip-ansi MIT
table BSD-3-Clause
universalify MIT
uri-js BSD-2-Clause
yaml ISC
@aws-cdk/asset-awscli-v1 Apache-2.0
@aws-cdk/asset-kubectl-v20 Apache-2.0
@aws-cdk/asset-node-proxy-agent-v6 Apache-2.0
joi BSD-3-Clause
@hapi/hoek BSD-3-Clause
@hapi/topo BSD-3-Clause
@sideway/address BSD-3-Clause
@sideway/formula BSD-3-Clause
@sideway/pinpoint BSD-3-Clause
kleur MIT
sisteransi MIT
buffer-from MIT
source-map BSD-3-Clause
@aws-sdk/client-cloudfront Apache-2.0
@aws-crypto/sha256-browser Apache-2.0
@smithy/is-array-buffer Apache-2.0
tslib MIT
@smithy/util-buffer-from Apache-2.0
@smithy/util-utf8 Apache-2.0
@aws-crypto/sha256-js Apache-2.0
@aws-crypto/util Apache-2.0
@aws-sdk/types Apache-2.0
@smithy/types Apache-2.0
@aws-crypto/supports-web-crypto Apache-2.0
@aws-sdk/util-locate-window Apache-2.0
@aws-sdk/client-sso-oidc Apache-2.0
@aws-sdk/client-sts Apache-2.0
@aws-sdk/core Apache-2.0
@smithy/core Apache-2.0
@smithy/middleware-endpoint Apache-2.0
@smithy/middleware-serde Apache-2.0
@smithy/node-config-provider Apache-2.0
@smithy/property-provider Apache-2.0
@smithy/shared-ini-file-loader Apache-2.0
@smithy/url-parser Apache-2.0
@smithy/querystring-parser Apache-2.0
@smithy/util-middleware Apache-2.0
@smithy/middleware-retry Apache-2.0
@smithy/protocol-http Apache-2.0
@smithy/service-error-classification Apache-2.0
@smithy/smithy-client Apache-2.0
@smithy/middleware-stack Apache-2.0
@smithy/util-stream Apache-2.0
@smithy/fetch-http-handler Apache-2.0
@smithy/querystring-builder Apache-2.0
@smithy/util-uri-escape Apache-2.0
@smithy/util-base64 Apache-2.0
@smithy/node-http-handler Apache-2.0
@smithy/abort-controller Apache-2.0
@smithy/util-hex-encoding Apache-2.0
@smithy/util-retry Apache-2.0
uuid MIT
@smithy/signature-v4 Apache-2.0
fast-xml-parser MIT
strnum MIT
@aws-sdk/credential-provider-node Apache-2.0
@aws-sdk/credential-provider-env Apache-2.0
@aws-sdk/credential-provider-http Apache-2.0
@aws-sdk/credential-provider-ini Apache-2.0
@aws-sdk/credential-provider-process Apache-2.0
@aws-sdk/credential-provider-sso Apache-2.0
@aws-sdk/client-sso Apache-2.0
@aws-sdk/middleware-host-header Apache-2.0
@aws-sdk/middleware-logger Apache-2.0
@aws-sdk/middleware-recursion-detection Apache-2.0
@aws-sdk/middleware-user-agent Apache-2.0
@aws-sdk/util-endpoints Apache-2.0
@smithy/util-endpoints Apache-2.0
@aws-sdk/region-config-resolver Apache-2.0
@smithy/util-config-provider Apache-2.0
@aws-sdk/util-user-agent-browser Apache-2.0
bowser MIT
@aws-sdk/util-user-agent-node Apache-2.0
@smithy/config-resolver Apache-2.0
@smithy/hash-node Apache-2.0
@smithy/invalid-dependency Apache-2.0
@smithy/middleware-content-length Apache-2.0
@smithy/util-body-length-browser Apache-2.0
@smithy/util-body-length-node Apache-2.0
@smithy/util-defaults-mode-browser Apache-2.0
@smithy/util-defaults-mode-node Apache-2.0
@smithy/credential-provider-imds Apache-2.0
@aws-sdk/token-providers Apache-2.0
@aws-sdk/credential-provider-web-identity Apache-2.0
@aws-sdk/xml-builder Apache-2.0
@smithy/util-waiter Apache-2.0
@aws-sdk/client-dynamodb Apache-2.0
@aws-sdk/middleware-endpoint-discovery Apache-2.0
@aws-sdk/endpoint-cache Apache-2.0
mnemonist MIT
obliterator MIT
@aws-sdk/client-lambda Apache-2.0
@smithy/eventstream-serde-browser Apache-2.0
@smithy/eventstream-serde-universal Apache-2.0
@smithy/eventstream-codec Apache-2.0
@aws-crypto/crc32 Apache-2.0
@smithy/eventstream-serde-config-resolver Apache-2.0
@smithy/eventstream-serde-node Apache-2.0
@aws-sdk/client-secrets-manager Apache-2.0
@aws-sdk/client-ssm Apache-2.0
@aws-sdk/client-wafv2 Apache-2.0
@aws-sdk/credential-providers Apache-2.0
@aws-sdk/client-cognito-identity Apache-2.0
@aws-sdk/credential-provider-cognito-identity Apache-2.0
@aws-sdk/lib-dynamodb Apache-2.0
@aws-sdk/util-dynamodb Apache-2.0
@types/babel__traverse MIT
@babel/types MIT
@babel/helper-string-parser MIT
@babel/helper-validator-identifier MIT
to-fast-properties MIT
@types/jest MIT
expect MIT
@jest/expect-utils MIT
jest-get-type MIT
jest-matcher-utils MIT
chalk MIT
supports-color MIT
has-flag MIT
jest-diff MIT
diff-sequences MIT
pretty-format MIT
@jest/schemas MIT
@sinclair/typebox MIT
react-is MIT
jest-message-util MIT
@babel/code-frame MIT
@babel/highlight MIT
escape-string-regexp MIT
js-tokens MIT
picocolors ISC
@jest/types MIT
@types/istanbul-lib-coverage MIT
@types/istanbul-reports MIT
@types/istanbul-lib-report MIT
@types/node MIT
undici-types MIT
@types/yargs MIT
@types/yargs-parser MIT
@types/stack-utils MIT
micromatch MIT
braces MIT
fill-range MIT
to-regex-range MIT
is-number MIT
picomatch MIT
slash MIT
stack-utils MIT
jest-util MIT
ci-info MIT
@types/prompts MIT
@typescript-eslint/eslint-plugin MIT
@typescript-eslint/parser BSD-2-Clause
eslint MIT
@eslint-community/eslint-utils MIT
eslint-visitor-keys Apache-2.0
@eslint-community/regexpp MIT
@eslint/eslintrc MIT
fast-json-stable-stringify MIT
ms MIT
espree BSD-2-Clause
acorn MIT
acorn-jsx MIT
globals MIT
type-fest MIT
import-fresh MIT
parent-module MIT
callsites MIT
resolve-from MIT
js-yaml MIT
argparse Python-2.0
strip-json-comments MIT
@eslint/js MIT
@humanwhocodes/config-array Apache-2.0
@humanwhocodes/object-schema BSD-3-Clause
@humanwhocodes/module-importer Apache-2.0
@nodelib/fs.walk MIT
@nodelib/fs.scandir MIT
@nodelib/fs.stat MIT
run-parallel MIT
queue-microtask MIT
fastq ISC
reusify MIT
@ungap/structured-clone ISC
cross-spawn MIT
path-key MIT
shebang-command MIT
shebang-regex MIT
which ISC
isexe ISC
doctrine Apache-2.0
esutils BSD-2-Clause
eslint-scope BSD-2-Clause
esrecurse BSD-2-Clause
estraverse BSD-2-Clause
esquery BSD-3-Clause
file-entry-cache MIT
flat-cache MIT
flatted ISC
keyv MIT
json-buffer MIT
rimraf ISC
glob ISC
fs.realpath ISC
inflight ISC
once ISC
wrappy ISC
inherits ISC
path-is-absolute MIT
find-up MIT
locate-path MIT
p-locate MIT
p-limit MIT
yocto-queue MIT
path-exists MIT
glob-parent ISC
is-glob MIT
is-extglob MIT
graphemer MIT
imurmurhash MIT
is-path-inside MIT
json-stable-stringify-without-jsonify MIT
levn MIT
prelude-ls MIT
type-check MIT
lodash.merge MIT
natural-compare MIT
optionator MIT
deep-is MIT
fast-levenshtein MIT
word-wrap MIT
text-table MIT
@typescript-eslint/scope-manager MIT
@typescript-eslint/types MIT
@typescript-eslint/visitor-keys MIT
@typescript-eslint/typescript-estree BSD-2-Clause
globby MIT
array-union MIT
dir-glob MIT
path-type MIT
fast-glob MIT
merge2 MIT
ts-api-utils MIT
@typescript-eslint/type-utils MIT
@typescript-eslint/utils MIT
@types/json-schema MIT
@types/semver MIT
fsevents MIT
@types/sinon MIT
@types/sinonjs__fake-timers MIT
sinon BSD-3-Clause
@sinonjs/commons BSD-3-Clause
type-detect MIT
@sinonjs/fake-timers BSD-3-Clause
@sinonjs/samsam BSD-3-Clause
lodash.get MIT
diff BSD-3-Clause
nise BSD-3-Clause
@sinonjs/text-encoding Apache-2.0
just-extend MIT
path-to-regexp MIT
@jest/core MIT
@jest/console MIT
@jest/reporters MIT
@bcoe/v8-coverage MIT
@jest/test-result MIT
collect-v8-coverage MIT
@jest/transform MIT
@babel/core MIT
@ampproject/remapping Apache-2.0
@jridgewell/gen-mapping MIT
@jridgewell/set-array MIT
@jridgewell/sourcemap-codec MIT
@jridgewell/trace-mapping MIT
@jridgewell/resolve-uri MIT
@babel/generator MIT
jsesc MIT
@babel/helper-compilation-targets MIT
@babel/compat-data MIT
@babel/helper-validator-option MIT
browserslist MIT
caniuse-lite CC-BY-4.0
electron-to-chromium ISC
node-releases MIT
update-browserslist-db MIT
escalade MIT
lru-cache ISC
yallist ISC
@babel/helper-module-transforms MIT
@babel/helper-environment-visitor MIT
@babel/helper-module-imports MIT
@babel/helper-simple-access MIT
@babel/helper-split-export-declaration MIT
@babel/helpers MIT
@babel/template MIT
@babel/parser MIT
@babel/traverse MIT
@babel/helper-function-name MIT
@babel/helper-hoist-variables MIT
convert-source-map MIT
gensync MIT
json5 MIT
babel-plugin-istanbul BSD-3-Clause
istanbul-lib-instrument BSD-3-Clause
@istanbuljs/schema MIT
istanbul-lib-coverage BSD-3-Clause
@babel/helper-plugin-utils MIT
@istanbuljs/load-nyc-config ISC
sprintf-js BSD-3-Clause
esprima BSD-2-Clause
p-try MIT
camelcase MIT
get-package-type MIT
test-exclude ISC
jest-haste-map MIT
@types/graceful-fs MIT
anymatch ISC
normalize-path MIT
fb-watchman Apache-2.0
bser Apache-2.0
node-int64 MIT
jest-regex-util MIT
jest-worker MIT
merge-stream MIT
walker Apache-2.0
makeerror BSD-3-Clause
tmpl BSD-3-Clause
pirates MIT
write-file-atomic ISC
signal-exit ISC
exit MIT
istanbul-lib-report BSD-3-Clause
make-dir MIT
istanbul-lib-source-maps BSD-3-Clause
istanbul-reports BSD-3-Clause
html-escaper MIT
string-length MIT
char-regex MIT
v8-to-istanbul ISC
ansi-escapes MIT
jest-changed-files MIT
execa MIT
get-stream MIT
human-signals Apache-2.0
is-stream MIT
npm-run-path MIT
onetime MIT
mimic-fn MIT
strip-final-newline MIT
jest-config MIT
@cspotcode/source-map-support MIT
@tsconfig/node10 MIT
@tsconfig/node12 MIT
@tsconfig/node14 MIT
@tsconfig/node16 MIT
acorn-walk MIT
arg MIT
create-require MIT
make-error ISC
v8-compile-cache-lib MIT
yn MIT
@jest/test-sequencer MIT
babel-jest MIT
@types/babel__core MIT
@types/babel__generator MIT
@types/babel__template MIT
babel-preset-jest MIT
babel-plugin-jest-hoist MIT
babel-preset-current-node-syntax MIT
@babel/plugin-syntax-async-generators MIT
@babel/plugin-syntax-bigint MIT
@babel/plugin-syntax-class-properties MIT
@babel/plugin-syntax-import-meta MIT
@babel/plugin-syntax-json-strings MIT
@babel/plugin-syntax-logical-assignment-operators MIT
@babel/plugin-syntax-nullish-coalescing-operator MIT
@babel/plugin-syntax-numeric-separator MIT
@babel/plugin-syntax-object-rest-spread MIT
@babel/plugin-syntax-optional-catch-binding MIT
@babel/plugin-syntax-optional-chaining MIT
@babel/plugin-syntax-top-level-await MIT
deepmerge MIT
jest-circus MIT
@jest/environment MIT
@jest/fake-timers MIT
jest-mock MIT
@jest/expect MIT
jest-snapshot MIT
@babel/plugin-syntax-jsx MIT
@babel/plugin-syntax-typescript MIT
co MIT
dedent MIT
is-generator-fn MIT
jest-each MIT
jest-runtime MIT
@jest/globals MIT
@jest/source-map MIT
cjs-module-lexer MIT
jest-resolve MIT
jest-pnp-resolver MIT
jest-validate MIT
leven MIT
resolve MIT
is-core-module MIT
hasown MIT
function-bind MIT
path-parse MIT
supports-preserve-symlinks-flag MIT
resolve.exports MIT
strip-bom MIT
pure-rand MIT
jest-environment-node MIT
jest-runner MIT
emittery MIT
jest-docblock MIT
detect-newline MIT
jest-leak-detector MIT
jest-watcher MIT
parse-json MIT
error-ex MIT
is-arrayish MIT
json-parse-even-better-errors MIT
lines-and-columns MIT
jest-resolve-dependencies MIT
import-local MIT
pkg-dir MIT
resolve-cwd MIT
jest-cli MIT
create-jest MIT
yargs MIT
cliui ISC
wrap-ansi MIT
get-caller-file ISC
require-directory MIT
y18n ISC
yargs-parser ISC
bs-logger MIT
lodash.memoize MIT
jws MIT
jwa MIT
buffer-equal-constant-time BSD-3-Clause
ecdsa-sig-formatter Apache-2.0
safe-buffer MIT
lodash.includes MIT
lodash.isboolean MIT
lodash.isinteger MIT
lodash.isnumber MIT
lodash.isplainobject MIT
lodash.isstring MIT
lodash.once MIT
bootstrap MIT
@popperjs/core MIT
jquery MIT
popper.js MIT
video.js Apache-2.0
@babel/runtime MIT
regenerator-runtime MIT
@videojs/http-streaming Apache-2.0
aes-decrypter Apache-2.0
@videojs/vhs-utils MIT
global MIT
min-document MIT
dom-walk MIT
process MIT
url-toolkit Apache-2.0
pkcs7 Apache-2.0
mux.js Apache-2.0
m3u8-parser Apache-2.0
mpd-parser Apache-2.0
@xmldom/xmldom MIT
@videojs/xhr MIT
is-function MIT
keycode MIT
safe-json-parse MIT
rust-result MIT
individual MIT
videojs-contrib-quality-levels Apache-2.0
videojs-font Apache-2.0
videojs-vtt.js Apache-2.0
copy-webpack-plugin MIT
fast-uri BSD-3-Clause
ajv-keywords MIT
schema-utils MIT
ajv-formats MIT
webpack MIT
@types/eslint-scope MIT
@types/eslint MIT
@types/estree MIT
@webassemblyjs/ast MIT
@webassemblyjs/helper-numbers MIT
@webassemblyjs/floating-point-hex-parser MIT
@webassemblyjs/helper-api-error MIT
@xtuc/long Apache-2.0
@webassemblyjs/helper-wasm-bytecode MIT
@webassemblyjs/wasm-edit MIT
@webassemblyjs/helper-buffer MIT
@webassemblyjs/helper-wasm-section MIT
@webassemblyjs/wasm-gen MIT
@webassemblyjs/ieee754 MIT
@xtuc/ieee754 BSD-3-Clause
@webassemblyjs/leb128 Apache-2.0
@webassemblyjs/utf8 MIT
@webassemblyjs/wasm-opt MIT
@webassemblyjs/wasm-parser MIT
@webassemblyjs/wast-printer MIT
chrome-trace-event MIT
enhanced-resolve MIT
tapable MIT
es-module-lexer MIT
events MIT
glob-to-regexp BSD-2-Clause
loader-runner MIT
neo-async MIT
terser-webpack-plugin MIT
serialize-javascript BSD-3-Clause
randombytes MIT
terser BSD-2-Clause
commander MIT
@jridgewell/source-map MIT
watchpack MIT
webpack-sources MIT
@sindresorhus/merge-streams MIT
unicorn-magic MIT
css-loader MIT
icss-utils ISC
postcss MIT
nanoid MIT
source-map-js BSD-3-Clause
postcss-modules-extract-imports ISC
postcss-modules-local-by-default MIT
postcss-selector-parser MIT
cssesc MIT
util-deprecate MIT
postcss-value-parser MIT
postcss-modules-scope ISC
postcss-modules-values ISC
file-loader MIT
loader-utils MIT
big.js MIT
emojis-list MIT
html-webpack-plugin MIT
@types/html-minifier-terser MIT
html-minifier-terser MIT
camel-case MIT
pascal-case MIT
no-case MIT
lower-case MIT
clean-css MIT
he MIT
param-case MIT
dot-case MIT
relateurl MIT
lodash MIT
pretty-error MIT
renderkid MIT
css-select BSD-2-Clause
boolbase ISC
css-what BSD-2-Clause
domhandler BSD-2-Clause
domelementtype BSD-2-Clause
domutils BSD-2-Clause
dom-serializer MIT
entities BSD-2-Clause
nth-check BSD-2-Clause
dom-converter MIT
utila MIT
htmlparser2 MIT
style-loader MIT
webpack-cli MIT
@discoveryjs/json-ext MIT
@webpack-cli/configtest MIT
@webpack-cli/info MIT
@webpack-cli/serve MIT
colorette MIT
envinfo MIT
fastest-levenshtein MIT
interpret MIT
rechoir MIT
webpack-merge MIT
clone-deep MIT
is-plain-object MIT
isobject MIT
kind-of MIT
shallow-clone MIT
flat BSD-3-Clause
wildcard MIT
webpack-dev-server MIT
@types/bonjour MIT
@types/connect-history-api-fallback MIT
@types/express-serve-static-core MIT
@types/qs MIT
@types/range-parser MIT
@types/send MIT
@types/mime MIT
@types/express MIT
@types/body-parser MIT
@types/connect MIT
@types/serve-static MIT
@types/http-errors MIT
@types/serve-index MIT
@types/sockjs MIT
@types/ws MIT
ansi-html-community Apache-2.0
bonjour-service MIT
multicast-dns MIT
dns-packet MIT
@leichtgewicht/ip-codec MIT
thunky MIT
chokidar MIT
is-binary-path MIT
binary-extensions MIT
readdirp MIT
compression MIT
bytes MIT
compressible MIT
negotiator MIT
on-headers MIT
vary MIT
connect-history-api-fallback MIT
express MIT
accepts MIT
array-flatten MIT
body-parser MIT
content-type MIT
depd MIT
destroy MIT
http-errors MIT
setprototypeof ISC
statuses MIT
toidentifier MIT
iconv-lite MIT
safer-buffer MIT
on-finished MIT
ee-first MIT
qs BSD-3-Clause
side-channel MIT
call-bind MIT
es-define-property MIT
get-intrinsic MIT
es-errors MIT
has-proto MIT
has-symbols MIT
set-function-length MIT
define-data-property MIT
gopd MIT
has-property-descriptors MIT
object-inspect MIT
raw-body MIT
unpipe MIT
type-is MIT
media-typer MIT
content-disposition MIT
cookie MIT
cookie-signature MIT
encodeurl MIT
escape-html MIT
etag MIT
finalhandler MIT
parseurl MIT
fresh MIT
merge-descriptors MIT
methods MIT
proxy-addr MIT
ipaddr.js MIT
forwarded MIT
range-parser MIT
send MIT
mime MIT
serve-static MIT
utils-merge MIT
html-entities MIT
http-proxy-middleware MIT
@types/http-proxy MIT
http-proxy MIT
eventemitter3 MIT
follow-redirects MIT
requires-port MIT
is-plain-obj MIT
launch-editor MIT
shell-quote MIT
open MIT
default-browser MIT
bundle-name MIT
run-applescript MIT
default-browser-id MIT
define-lazy-prop MIT
is-inside-container MIT
is-docker MIT
is-wsl MIT
p-retry MIT
@types/retry MIT
is-network-error MIT
retry MIT
selfsigned MIT
@types/node-forge MIT
node-forge BSD-3-Clause
serve-index MIT
batch MIT
sockjs MIT
faye-websocket Apache-2.0
websocket-driver Apache-2.0
http-parser-js MIT
websocket-extensions Apache-2.0
spdy MIT
handle-thing MIT
http-deceiver MIT
select-hose MIT
spdy-transport MIT
detect-node MIT
hpack.js MIT
readable-stream MIT
core-util-is MIT
isarray MIT
process-nextick-args MIT
string_decoder MIT
obuf MIT
wbuf MIT
minimalistic-assert ISC
webpack-dev-middleware MIT
memfs Apache-2.0
@jsonjoy.com/json-pack Apache-2.0
@jsonjoy.com/base64 Apache-2.0
@jsonjoy.com/util Apache-2.0
hyperdyperid MIT
thingies Unlicense
tree-dump Apache-2.0
ws MIT
aws-secure-media-delivery Apache-2.0