@builderbot/provider-venom 1.3.15-alpha.151 → 1.3.15-alpha.17

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.
Files changed (2) hide show
  1. package/dist/index.cjs +1143 -102
  2. package/package.json +6 -7
package/dist/index.cjs CHANGED
@@ -47,6 +47,16 @@ var require$$0 = {
47
47
  },
48
48
  "application/ace+cbor": {
49
49
  source: "iana"
50
+ },
51
+ "application/ace+json": {
52
+ source: "iana",
53
+ compressible: true
54
+ },
55
+ "application/ace-groupcomm+cbor": {
56
+ source: "iana"
57
+ },
58
+ "application/ace-trl+cbor": {
59
+ source: "iana"
50
60
  },
51
61
  "application/activemessage": {
52
62
  source: "iana"
@@ -54,6 +64,21 @@ var require$$0 = {
54
64
  "application/activity+json": {
55
65
  source: "iana",
56
66
  compressible: true
67
+ },
68
+ "application/aif+cbor": {
69
+ source: "iana"
70
+ },
71
+ "application/aif+json": {
72
+ source: "iana",
73
+ compressible: true
74
+ },
75
+ "application/alto-cdni+json": {
76
+ source: "iana",
77
+ compressible: true
78
+ },
79
+ "application/alto-cdnifilter+json": {
80
+ source: "iana",
81
+ compressible: true
57
82
  },
58
83
  "application/alto-costmap+json": {
59
84
  source: "iana",
@@ -94,6 +119,22 @@ var require$$0 = {
94
119
  "application/alto-networkmapfilter+json": {
95
120
  source: "iana",
96
121
  compressible: true
122
+ },
123
+ "application/alto-propmap+json": {
124
+ source: "iana",
125
+ compressible: true
126
+ },
127
+ "application/alto-propmapparams+json": {
128
+ source: "iana",
129
+ compressible: true
130
+ },
131
+ "application/alto-tips+json": {
132
+ source: "iana",
133
+ compressible: true
134
+ },
135
+ "application/alto-tipsparams+json": {
136
+ source: "iana",
137
+ compressible: true
97
138
  },
98
139
  "application/alto-updatestreamcontrol+json": {
99
140
  source: "iana",
@@ -111,6 +152,12 @@ var require$$0 = {
111
152
  extensions: [
112
153
  "ez"
113
154
  ]
155
+ },
156
+ "application/appinstaller": {
157
+ compressible: false,
158
+ extensions: [
159
+ "appinstaller"
160
+ ]
114
161
  },
115
162
  "application/applefile": {
116
163
  source: "iana"
@@ -120,6 +167,18 @@ var require$$0 = {
120
167
  extensions: [
121
168
  "aw"
122
169
  ]
170
+ },
171
+ "application/appx": {
172
+ compressible: false,
173
+ extensions: [
174
+ "appx"
175
+ ]
176
+ },
177
+ "application/appxbundle": {
178
+ compressible: false,
179
+ extensions: [
180
+ "appxbundle"
181
+ ]
123
182
  },
124
183
  "application/at+jwt": {
125
184
  source: "iana"
@@ -195,6 +254,20 @@ var require$$0 = {
195
254
  "application/auth-policy+xml": {
196
255
  source: "iana",
197
256
  compressible: true
257
+ },
258
+ "application/automationml-aml+xml": {
259
+ source: "iana",
260
+ compressible: true,
261
+ extensions: [
262
+ "aml"
263
+ ]
264
+ },
265
+ "application/automationml-amlx+zip": {
266
+ source: "iana",
267
+ compressible: false,
268
+ extensions: [
269
+ "amlx"
270
+ ]
198
271
  },
199
272
  "application/bacnet-xdd+zip": {
200
273
  source: "iana",
@@ -213,6 +286,12 @@ var require$$0 = {
213
286
  source: "iana",
214
287
  charset: "UTF-8",
215
288
  compressible: true
289
+ },
290
+ "application/bufr": {
291
+ source: "iana"
292
+ },
293
+ "application/c2pa": {
294
+ source: "iana"
216
295
  },
217
296
  "application/calendar+json": {
218
297
  source: "iana",
@@ -254,6 +333,11 @@ var require$$0 = {
254
333
  extensions: [
255
334
  "ccxml"
256
335
  ]
336
+ },
337
+ "application/cda+xml": {
338
+ source: "iana",
339
+ charset: "UTF-8",
340
+ compressible: true
257
341
  },
258
342
  "application/cdfx+xml": {
259
343
  source: "iana",
@@ -294,6 +378,9 @@ var require$$0 = {
294
378
  },
295
379
  "application/cdni": {
296
380
  source: "iana"
381
+ },
382
+ "application/ce+cbor": {
383
+ source: "iana"
297
384
  },
298
385
  "application/cea": {
299
386
  source: "iana"
@@ -308,10 +395,16 @@ var require$$0 = {
308
395
  },
309
396
  "application/cfw": {
310
397
  source: "iana"
398
+ },
399
+ "application/cid-edhoc+cbor-seq": {
400
+ source: "iana"
311
401
  },
312
402
  "application/city+json": {
313
403
  source: "iana",
314
404
  compressible: true
405
+ },
406
+ "application/city+json-seq": {
407
+ source: "iana"
315
408
  },
316
409
  "application/clr": {
317
410
  source: "iana"
@@ -330,6 +423,9 @@ var require$$0 = {
330
423
  "application/cnrp+xml": {
331
424
  source: "iana",
332
425
  compressible: true
426
+ },
427
+ "application/coap-eap": {
428
+ source: "iana"
333
429
  },
334
430
  "application/coap-group+json": {
335
431
  source: "iana",
@@ -340,6 +436,9 @@ var require$$0 = {
340
436
  },
341
437
  "application/commonground": {
342
438
  source: "iana"
439
+ },
440
+ "application/concise-problem-details+cbor": {
441
+ source: "iana"
343
442
  },
344
443
  "application/conference-info+xml": {
345
444
  source: "iana",
@@ -353,6 +452,9 @@ var require$$0 = {
353
452
  },
354
453
  "application/cose-key-set": {
355
454
  source: "iana"
455
+ },
456
+ "application/cose-x509": {
457
+ source: "iana"
356
458
  },
357
459
  "application/cpl+xml": {
358
460
  source: "iana",
@@ -381,6 +483,19 @@ var require$$0 = {
381
483
  extensions: [
382
484
  "cu"
383
485
  ]
486
+ },
487
+ "application/cwl": {
488
+ source: "iana",
489
+ extensions: [
490
+ "cwl"
491
+ ]
492
+ },
493
+ "application/cwl+json": {
494
+ source: "iana",
495
+ compressible: true
496
+ },
497
+ "application/cwl+yaml": {
498
+ source: "iana"
384
499
  },
385
500
  "application/cwt": {
386
501
  source: "iana"
@@ -429,7 +544,10 @@ var require$$0 = {
429
544
  compressible: true
430
545
  },
431
546
  "application/dicom": {
432
- source: "iana"
547
+ source: "iana",
548
+ extensions: [
549
+ "dcm"
550
+ ]
433
551
  },
434
552
  "application/dicom+json": {
435
553
  source: "iana",
@@ -464,6 +582,9 @@ var require$$0 = {
464
582
  },
465
583
  "application/dots+cbor": {
466
584
  source: "iana"
585
+ },
586
+ "application/dpop+jwt": {
587
+ source: "iana"
467
588
  },
468
589
  "application/dskpp+xml": {
469
590
  source: "iana",
@@ -485,13 +606,35 @@ var require$$0 = {
485
606
  "application/dvcs": {
486
607
  source: "iana"
487
608
  },
488
- "application/ecmascript": {
609
+ "application/eat+cwt": {
610
+ source: "iana"
611
+ },
612
+ "application/eat+jwt": {
613
+ source: "iana"
614
+ },
615
+ "application/eat-bun+cbor": {
616
+ source: "iana"
617
+ },
618
+ "application/eat-bun+json": {
619
+ source: "iana",
620
+ compressible: true
621
+ },
622
+ "application/eat-ucs+cbor": {
623
+ source: "iana"
624
+ },
625
+ "application/eat-ucs+json": {
489
626
  source: "iana",
627
+ compressible: true
628
+ },
629
+ "application/ecmascript": {
630
+ source: "apache",
490
631
  compressible: true,
491
632
  extensions: [
492
- "es",
493
633
  "ecma"
494
634
  ]
635
+ },
636
+ "application/edhoc+cbor-seq": {
637
+ source: "iana"
495
638
  },
496
639
  "application/edi-consent": {
497
640
  source: "iana"
@@ -535,6 +678,10 @@ var require$$0 = {
535
678
  },
536
679
  "application/emergencycalldata.ecall.msd": {
537
680
  source: "iana"
681
+ },
682
+ "application/emergencycalldata.legacyesn+json": {
683
+ source: "iana",
684
+ compressible: true
538
685
  },
539
686
  "application/emergencycalldata.providerinfo+xml": {
540
687
  source: "iana",
@@ -568,6 +715,9 @@ var require$$0 = {
568
715
  },
569
716
  "application/encaprtp": {
570
717
  source: "iana"
718
+ },
719
+ "application/entity-statement+jwt": {
720
+ source: "iana"
571
721
  },
572
722
  "application/epp+xml": {
573
723
  source: "iana",
@@ -604,6 +754,12 @@ var require$$0 = {
604
754
  },
605
755
  "application/fastsoap": {
606
756
  source: "iana"
757
+ },
758
+ "application/fdf": {
759
+ source: "iana",
760
+ extensions: [
761
+ "fdf"
762
+ ]
607
763
  },
608
764
  "application/fdt+xml": {
609
765
  source: "iana",
@@ -660,6 +816,14 @@ var require$$0 = {
660
816
  },
661
817
  "application/geopackage+sqlite3": {
662
818
  source: "iana"
819
+ },
820
+ "application/geopose+json": {
821
+ source: "iana",
822
+ compressible: true
823
+ },
824
+ "application/geoxacml+json": {
825
+ source: "iana",
826
+ compressible: true
663
827
  },
664
828
  "application/geoxacml+xml": {
665
829
  source: "iana",
@@ -674,6 +838,18 @@ var require$$0 = {
674
838
  extensions: [
675
839
  "gml"
676
840
  ]
841
+ },
842
+ "application/gnap-binding-jws": {
843
+ source: "iana"
844
+ },
845
+ "application/gnap-binding-jwsd": {
846
+ source: "iana"
847
+ },
848
+ "application/gnap-binding-rotation-jws": {
849
+ source: "iana"
850
+ },
851
+ "application/gnap-binding-rotation-jwsd": {
852
+ source: "iana"
677
853
  },
678
854
  "application/gpx+xml": {
679
855
  source: "apache",
@@ -681,6 +857,9 @@ var require$$0 = {
681
857
  extensions: [
682
858
  "gpx"
683
859
  ]
860
+ },
861
+ "application/grib": {
862
+ source: "iana"
684
863
  },
685
864
  "application/gxf": {
686
865
  source: "apache",
@@ -706,6 +885,11 @@ var require$$0 = {
706
885
  extensions: [
707
886
  "hjson"
708
887
  ]
888
+ },
889
+ "application/hl7v2+xml": {
890
+ source: "iana",
891
+ charset: "UTF-8",
892
+ compressible: true
709
893
  },
710
894
  "application/http": {
711
895
  source: "iana"
@@ -781,7 +965,7 @@ var require$$0 = {
781
965
  ]
782
966
  },
783
967
  "application/java-archive": {
784
- source: "apache",
968
+ source: "iana",
785
969
  compressible: false,
786
970
  extensions: [
787
971
  "jar",
@@ -804,12 +988,11 @@ var require$$0 = {
804
988
  ]
805
989
  },
806
990
  "application/javascript": {
807
- source: "iana",
991
+ source: "apache",
808
992
  charset: "UTF-8",
809
993
  compressible: true,
810
994
  extensions: [
811
- "js",
812
- "mjs"
995
+ "js"
813
996
  ]
814
997
  },
815
998
  "application/jf2feed+json": {
@@ -830,6 +1013,10 @@ var require$$0 = {
830
1013
  "application/jscalendar+json": {
831
1014
  source: "iana",
832
1015
  compressible: true
1016
+ },
1017
+ "application/jscontact+json": {
1018
+ source: "iana",
1019
+ compressible: true
833
1020
  },
834
1021
  "application/json": {
835
1022
  source: "iana",
@@ -858,6 +1045,9 @@ var require$$0 = {
858
1045
  extensions: [
859
1046
  "jsonml"
860
1047
  ]
1048
+ },
1049
+ "application/jsonpath": {
1050
+ source: "iana"
861
1051
  },
862
1052
  "application/jwk+json": {
863
1053
  source: "iana",
@@ -866,6 +1056,9 @@ var require$$0 = {
866
1056
  "application/jwk-set+json": {
867
1057
  source: "iana",
868
1058
  compressible: true
1059
+ },
1060
+ "application/jwk-set+jwt": {
1061
+ source: "iana"
869
1062
  },
870
1063
  "application/jwt": {
871
1064
  source: "iana"
@@ -894,10 +1087,20 @@ var require$$0 = {
894
1087
  },
895
1088
  "application/link-format": {
896
1089
  source: "iana"
1090
+ },
1091
+ "application/linkset": {
1092
+ source: "iana"
1093
+ },
1094
+ "application/linkset+json": {
1095
+ source: "iana",
1096
+ compressible: true
897
1097
  },
898
1098
  "application/load-control+xml": {
899
1099
  source: "iana",
900
1100
  compressible: true
1101
+ },
1102
+ "application/logout+jwt": {
1103
+ source: "iana"
901
1104
  },
902
1105
  "application/lost+xml": {
903
1106
  source: "iana",
@@ -1131,6 +1334,8 @@ var require$$0 = {
1131
1334
  "application/mp4": {
1132
1335
  source: "iana",
1133
1336
  extensions: [
1337
+ "mp4",
1338
+ "mpg4",
1134
1339
  "mp4s",
1135
1340
  "m4p"
1136
1341
  ]
@@ -1161,6 +1366,18 @@ var require$$0 = {
1161
1366
  source: "iana",
1162
1367
  charset: "UTF-8",
1163
1368
  compressible: true
1369
+ },
1370
+ "application/msix": {
1371
+ compressible: false,
1372
+ extensions: [
1373
+ "msix"
1374
+ ]
1375
+ },
1376
+ "application/msixbundle": {
1377
+ compressible: false,
1378
+ extensions: [
1379
+ "msixbundle"
1380
+ ]
1164
1381
  },
1165
1382
  "application/msword": {
1166
1383
  source: "iana",
@@ -1236,7 +1453,7 @@ var require$$0 = {
1236
1453
  },
1237
1454
  "application/octet-stream": {
1238
1455
  source: "iana",
1239
- compressible: false,
1456
+ compressible: true,
1240
1457
  extensions: [
1241
1458
  "bin",
1242
1459
  "dms",
@@ -1288,6 +1505,9 @@ var require$$0 = {
1288
1505
  extensions: [
1289
1506
  "ogx"
1290
1507
  ]
1508
+ },
1509
+ "application/ohttp-keys": {
1510
+ source: "iana"
1291
1511
  },
1292
1512
  "application/omdoc+xml": {
1293
1513
  source: "apache",
@@ -1302,7 +1522,9 @@ var require$$0 = {
1302
1522
  "onetoc",
1303
1523
  "onetoc2",
1304
1524
  "onetmp",
1305
- "onepkg"
1525
+ "onepkg",
1526
+ "one",
1527
+ "onea"
1306
1528
  ]
1307
1529
  },
1308
1530
  "application/opc-nodeset+xml": {
@@ -1374,8 +1596,8 @@ var require$$0 = {
1374
1596
  "application/pgp-signature": {
1375
1597
  source: "iana",
1376
1598
  extensions: [
1377
- "asc",
1378
- "sig"
1599
+ "sig",
1600
+ "asc"
1379
1601
  ]
1380
1602
  },
1381
1603
  "application/pics-rules": {
@@ -1479,6 +1701,15 @@ var require$$0 = {
1479
1701
  "application/ppsp-tracker+json": {
1480
1702
  source: "iana",
1481
1703
  compressible: true
1704
+ },
1705
+ "application/private-token-issuer-directory": {
1706
+ source: "iana"
1707
+ },
1708
+ "application/private-token-request": {
1709
+ source: "iana"
1710
+ },
1711
+ "application/private-token-response": {
1712
+ source: "iana"
1482
1713
  },
1483
1714
  "application/problem+json": {
1484
1715
  source: "iana",
@@ -1494,6 +1725,9 @@ var require$$0 = {
1494
1725
  extensions: [
1495
1726
  "provx"
1496
1727
  ]
1728
+ },
1729
+ "application/provided-claims+jwt": {
1730
+ source: "iana"
1497
1731
  },
1498
1732
  "application/prs.alvestrand.titrax-sheet": {
1499
1733
  source: "iana"
@@ -1511,6 +1745,29 @@ var require$$0 = {
1511
1745
  "application/prs.hpub+zip": {
1512
1746
  source: "iana",
1513
1747
  compressible: false
1748
+ },
1749
+ "application/prs.implied-document+xml": {
1750
+ source: "iana",
1751
+ compressible: true
1752
+ },
1753
+ "application/prs.implied-executable": {
1754
+ source: "iana"
1755
+ },
1756
+ "application/prs.implied-object+json": {
1757
+ source: "iana",
1758
+ compressible: true
1759
+ },
1760
+ "application/prs.implied-object+json-seq": {
1761
+ source: "iana"
1762
+ },
1763
+ "application/prs.implied-object+yaml": {
1764
+ source: "iana"
1765
+ },
1766
+ "application/prs.implied-structure": {
1767
+ source: "iana"
1768
+ },
1769
+ "application/prs.mayfile": {
1770
+ source: "iana"
1514
1771
  },
1515
1772
  "application/prs.nprend": {
1516
1773
  source: "iana"
@@ -1520,10 +1777,16 @@ var require$$0 = {
1520
1777
  },
1521
1778
  "application/prs.rdf-xml-crypt": {
1522
1779
  source: "iana"
1780
+ },
1781
+ "application/prs.vcfbzip2": {
1782
+ source: "iana"
1523
1783
  },
1524
1784
  "application/prs.xsf+xml": {
1525
1785
  source: "iana",
1526
- compressible: true
1786
+ compressible: true,
1787
+ extensions: [
1788
+ "xsf"
1789
+ ]
1527
1790
  },
1528
1791
  "application/pskc+xml": {
1529
1792
  source: "iana",
@@ -1574,11 +1837,14 @@ var require$$0 = {
1574
1837
  ]
1575
1838
  },
1576
1839
  "application/remote-printing": {
1577
- source: "iana"
1840
+ source: "apache"
1578
1841
  },
1579
1842
  "application/reputon+json": {
1580
1843
  source: "iana",
1581
1844
  compressible: true
1845
+ },
1846
+ "application/resolve-response+jwt": {
1847
+ source: "iana"
1582
1848
  },
1583
1849
  "application/resource-lists+xml": {
1584
1850
  source: "iana",
@@ -1632,6 +1898,9 @@ var require$$0 = {
1632
1898
  extensions: [
1633
1899
  "rusd"
1634
1900
  ]
1901
+ },
1902
+ "application/rpki-checklist": {
1903
+ source: "iana"
1635
1904
  },
1636
1905
  "application/rpki-ghostbusters": {
1637
1906
  source: "iana",
@@ -1653,6 +1922,9 @@ var require$$0 = {
1653
1922
  extensions: [
1654
1923
  "roa"
1655
1924
  ]
1925
+ },
1926
+ "application/rpki-signed-tal": {
1927
+ source: "iana"
1656
1928
  },
1657
1929
  "application/rpki-updown": {
1658
1930
  source: "iana"
@@ -1857,7 +2129,7 @@ var require$$0 = {
1857
2129
  source: "iana"
1858
2130
  },
1859
2131
  "application/smil": {
1860
- source: "iana"
2132
+ source: "apache"
1861
2133
  },
1862
2134
  "application/smil+xml": {
1863
2135
  source: "iana",
@@ -1899,7 +2171,10 @@ var require$$0 = {
1899
2171
  compressible: true
1900
2172
  },
1901
2173
  "application/sql": {
1902
- source: "iana"
2174
+ source: "iana",
2175
+ extensions: [
2176
+ "sql"
2177
+ ]
1903
2178
  },
1904
2179
  "application/srgs": {
1905
2180
  source: "iana",
@@ -1927,6 +2202,9 @@ var require$$0 = {
1927
2202
  extensions: [
1928
2203
  "ssdl"
1929
2204
  ]
2205
+ },
2206
+ "application/sslkeylogfile": {
2207
+ source: "iana"
1930
2208
  },
1931
2209
  "application/ssml+xml": {
1932
2210
  source: "iana",
@@ -1934,10 +2212,19 @@ var require$$0 = {
1934
2212
  extensions: [
1935
2213
  "ssml"
1936
2214
  ]
2215
+ },
2216
+ "application/st2110-41": {
2217
+ source: "iana"
1937
2218
  },
1938
2219
  "application/stix+json": {
1939
2220
  source: "iana",
1940
2221
  compressible: true
2222
+ },
2223
+ "application/stratum": {
2224
+ source: "iana"
2225
+ },
2226
+ "application/swid+cbor": {
2227
+ source: "iana"
1941
2228
  },
1942
2229
  "application/swid+xml": {
1943
2230
  source: "iana",
@@ -2026,14 +2313,22 @@ var require$$0 = {
2026
2313
  "application/tlsrpt+json": {
2027
2314
  source: "iana",
2028
2315
  compressible: true
2316
+ },
2317
+ "application/tm+json": {
2318
+ source: "iana",
2319
+ compressible: true
2029
2320
  },
2030
2321
  "application/tnauthlist": {
2031
2322
  source: "iana"
2323
+ },
2324
+ "application/toc+cbor": {
2325
+ source: "iana"
2032
2326
  },
2033
2327
  "application/token-introspection+jwt": {
2034
2328
  source: "iana"
2035
2329
  },
2036
2330
  "application/toml": {
2331
+ source: "iana",
2037
2332
  compressible: true,
2038
2333
  extensions: [
2039
2334
  "toml"
@@ -2047,6 +2342,16 @@ var require$$0 = {
2047
2342
  extensions: [
2048
2343
  "trig"
2049
2344
  ]
2345
+ },
2346
+ "application/trust-chain+json": {
2347
+ source: "iana",
2348
+ compressible: true
2349
+ },
2350
+ "application/trust-mark+jwt": {
2351
+ source: "iana"
2352
+ },
2353
+ "application/trust-mark-delegation+jwt": {
2354
+ source: "iana"
2050
2355
  },
2051
2356
  "application/ttml+xml": {
2052
2357
  source: "iana",
@@ -2069,6 +2374,13 @@ var require$$0 = {
2069
2374
  extensions: [
2070
2375
  "ubj"
2071
2376
  ]
2377
+ },
2378
+ "application/uccs+cbor": {
2379
+ source: "iana"
2380
+ },
2381
+ "application/ujcs+json": {
2382
+ source: "iana",
2383
+ compressible: true
2072
2384
  },
2073
2385
  "application/ulpfec": {
2074
2386
  source: "iana"
@@ -2094,6 +2406,15 @@ var require$$0 = {
2094
2406
  "application/urc-uisocketdesc+xml": {
2095
2407
  source: "iana",
2096
2408
  compressible: true
2409
+ },
2410
+ "application/vc": {
2411
+ source: "iana"
2412
+ },
2413
+ "application/vc+cose": {
2414
+ source: "iana"
2415
+ },
2416
+ "application/vc+jwt": {
2417
+ source: "iana"
2097
2418
  },
2098
2419
  "application/vcard+json": {
2099
2420
  source: "iana",
@@ -2115,20 +2436,47 @@ var require$$0 = {
2115
2436
  extensions: [
2116
2437
  "1km"
2117
2438
  ]
2439
+ },
2440
+ "application/vnd.1ob": {
2441
+ source: "iana"
2118
2442
  },
2119
2443
  "application/vnd.3gpp-prose+xml": {
2120
2444
  source: "iana",
2121
2445
  compressible: true
2446
+ },
2447
+ "application/vnd.3gpp-prose-pc3a+xml": {
2448
+ source: "iana",
2449
+ compressible: true
2450
+ },
2451
+ "application/vnd.3gpp-prose-pc3ach+xml": {
2452
+ source: "iana",
2453
+ compressible: true
2122
2454
  },
2123
2455
  "application/vnd.3gpp-prose-pc3ch+xml": {
2124
2456
  source: "iana",
2125
2457
  compressible: true
2458
+ },
2459
+ "application/vnd.3gpp-prose-pc8+xml": {
2460
+ source: "iana",
2461
+ compressible: true
2126
2462
  },
2127
2463
  "application/vnd.3gpp-v2x-local-service-information": {
2128
2464
  source: "iana"
2129
2465
  },
2130
2466
  "application/vnd.3gpp.5gnas": {
2131
2467
  source: "iana"
2468
+ },
2469
+ "application/vnd.3gpp.5gsa2x": {
2470
+ source: "iana"
2471
+ },
2472
+ "application/vnd.3gpp.5gsa2x-local-service-information": {
2473
+ source: "iana"
2474
+ },
2475
+ "application/vnd.3gpp.5gsv2x": {
2476
+ source: "iana"
2477
+ },
2478
+ "application/vnd.3gpp.5gsv2x-local-service-information": {
2479
+ source: "iana"
2132
2480
  },
2133
2481
  "application/vnd.3gpp.access-transfer-events+xml": {
2134
2482
  source: "iana",
@@ -2137,6 +2485,14 @@ var require$$0 = {
2137
2485
  "application/vnd.3gpp.bsf+xml": {
2138
2486
  source: "iana",
2139
2487
  compressible: true
2488
+ },
2489
+ "application/vnd.3gpp.crs+xml": {
2490
+ source: "iana",
2491
+ compressible: true
2492
+ },
2493
+ "application/vnd.3gpp.current-location-discovery+xml": {
2494
+ source: "iana",
2495
+ compressible: true
2140
2496
  },
2141
2497
  "application/vnd.3gpp.gmop+xml": {
2142
2498
  source: "iana",
@@ -2161,9 +2517,17 @@ var require$$0 = {
2161
2517
  "application/vnd.3gpp.mcdata-info+xml": {
2162
2518
  source: "iana",
2163
2519
  compressible: true
2520
+ },
2521
+ "application/vnd.3gpp.mcdata-msgstore-ctrl-request+xml": {
2522
+ source: "iana",
2523
+ compressible: true
2164
2524
  },
2165
2525
  "application/vnd.3gpp.mcdata-payload": {
2166
2526
  source: "iana"
2527
+ },
2528
+ "application/vnd.3gpp.mcdata-regroup+xml": {
2529
+ source: "iana",
2530
+ compressible: true
2167
2531
  },
2168
2532
  "application/vnd.3gpp.mcdata-service-config+xml": {
2169
2533
  source: "iana",
@@ -2199,6 +2563,10 @@ var require$$0 = {
2199
2563
  "application/vnd.3gpp.mcptt-mbms-usage-info+xml": {
2200
2564
  source: "iana",
2201
2565
  compressible: true
2566
+ },
2567
+ "application/vnd.3gpp.mcptt-regroup+xml": {
2568
+ source: "iana",
2569
+ compressible: true
2202
2570
  },
2203
2571
  "application/vnd.3gpp.mcptt-service-config+xml": {
2204
2572
  source: "iana",
@@ -2223,10 +2591,6 @@ var require$$0 = {
2223
2591
  "application/vnd.3gpp.mcvideo-affiliation-command+xml": {
2224
2592
  source: "iana",
2225
2593
  compressible: true
2226
- },
2227
- "application/vnd.3gpp.mcvideo-affiliation-info+xml": {
2228
- source: "iana",
2229
- compressible: true
2230
2594
  },
2231
2595
  "application/vnd.3gpp.mcvideo-info+xml": {
2232
2596
  source: "iana",
@@ -2239,6 +2603,10 @@ var require$$0 = {
2239
2603
  "application/vnd.3gpp.mcvideo-mbms-usage-info+xml": {
2240
2604
  source: "iana",
2241
2605
  compressible: true
2606
+ },
2607
+ "application/vnd.3gpp.mcvideo-regroup+xml": {
2608
+ source: "iana",
2609
+ compressible: true
2242
2610
  },
2243
2611
  "application/vnd.3gpp.mcvideo-service-config+xml": {
2244
2612
  source: "iana",
@@ -2283,9 +2651,45 @@ var require$$0 = {
2283
2651
  extensions: [
2284
2652
  "pvb"
2285
2653
  ]
2654
+ },
2655
+ "application/vnd.3gpp.pinapp-info+xml": {
2656
+ source: "iana",
2657
+ compressible: true
2286
2658
  },
2287
2659
  "application/vnd.3gpp.s1ap": {
2288
2660
  source: "iana"
2661
+ },
2662
+ "application/vnd.3gpp.seal-group-doc+xml": {
2663
+ source: "iana",
2664
+ compressible: true
2665
+ },
2666
+ "application/vnd.3gpp.seal-info+xml": {
2667
+ source: "iana",
2668
+ compressible: true
2669
+ },
2670
+ "application/vnd.3gpp.seal-location-info+xml": {
2671
+ source: "iana",
2672
+ compressible: true
2673
+ },
2674
+ "application/vnd.3gpp.seal-mbms-usage-info+xml": {
2675
+ source: "iana",
2676
+ compressible: true
2677
+ },
2678
+ "application/vnd.3gpp.seal-network-qos-management-info+xml": {
2679
+ source: "iana",
2680
+ compressible: true
2681
+ },
2682
+ "application/vnd.3gpp.seal-ue-config-info+xml": {
2683
+ source: "iana",
2684
+ compressible: true
2685
+ },
2686
+ "application/vnd.3gpp.seal-unicast-info+xml": {
2687
+ source: "iana",
2688
+ compressible: true
2689
+ },
2690
+ "application/vnd.3gpp.seal-user-profile-info+xml": {
2691
+ source: "iana",
2692
+ compressible: true
2289
2693
  },
2290
2694
  "application/vnd.3gpp.sms": {
2291
2695
  source: "iana"
@@ -2309,6 +2713,13 @@ var require$$0 = {
2309
2713
  "application/vnd.3gpp.ussd+xml": {
2310
2714
  source: "iana",
2311
2715
  compressible: true
2716
+ },
2717
+ "application/vnd.3gpp.v2x": {
2718
+ source: "iana"
2719
+ },
2720
+ "application/vnd.3gpp.vae-info+xml": {
2721
+ source: "iana",
2722
+ compressible: true
2312
2723
  },
2313
2724
  "application/vnd.3gpp2.bcmcsinfo+xml": {
2314
2725
  source: "iana",
@@ -2343,6 +2754,14 @@ var require$$0 = {
2343
2754
  extensions: [
2344
2755
  "imp"
2345
2756
  ]
2757
+ },
2758
+ "application/vnd.acm.addressxfer+json": {
2759
+ source: "iana",
2760
+ compressible: true
2761
+ },
2762
+ "application/vnd.acm.chatbot+json": {
2763
+ source: "iana",
2764
+ compressible: true
2346
2765
  },
2347
2766
  "application/vnd.acucobol": {
2348
2767
  source: "iana",
@@ -2391,7 +2810,7 @@ var require$$0 = {
2391
2810
  ]
2392
2811
  },
2393
2812
  "application/vnd.adobe.xfdf": {
2394
- source: "iana",
2813
+ source: "apache",
2395
2814
  extensions: [
2396
2815
  "xfdf"
2397
2816
  ]
@@ -2445,7 +2864,7 @@ var require$$0 = {
2445
2864
  ]
2446
2865
  },
2447
2866
  "application/vnd.ah-barcode": {
2448
- source: "iana"
2867
+ source: "apache"
2449
2868
  },
2450
2869
  "application/vnd.ahead.space": {
2451
2870
  source: "iana",
@@ -2530,6 +2949,9 @@ var require$$0 = {
2530
2949
  },
2531
2950
  "application/vnd.apache.arrow.stream": {
2532
2951
  source: "iana"
2952
+ },
2953
+ "application/vnd.apache.parquet": {
2954
+ source: "iana"
2533
2955
  },
2534
2956
  "application/vnd.apache.thrift.binary": {
2535
2957
  source: "iana"
@@ -2539,6 +2961,9 @@ var require$$0 = {
2539
2961
  },
2540
2962
  "application/vnd.apache.thrift.json": {
2541
2963
  source: "iana"
2964
+ },
2965
+ "application/vnd.apexlang": {
2966
+ source: "iana"
2542
2967
  },
2543
2968
  "application/vnd.api+json": {
2544
2969
  source: "iana",
@@ -2590,7 +3015,7 @@ var require$$0 = {
2590
3015
  ]
2591
3016
  },
2592
3017
  "application/vnd.arastra.swi": {
2593
- source: "iana"
3018
+ source: "apache"
2594
3019
  },
2595
3020
  "application/vnd.aristanetworks.swi": {
2596
3021
  source: "iana",
@@ -2616,6 +3041,11 @@ var require$$0 = {
2616
3041
  extensions: [
2617
3042
  "aep"
2618
3043
  ]
3044
+ },
3045
+ "application/vnd.autodesk.fbx": {
3046
+ extensions: [
3047
+ "fbx"
3048
+ ]
2619
3049
  },
2620
3050
  "application/vnd.autopackage": {
2621
3051
  source: "iana"
@@ -2654,6 +3084,14 @@ var require$$0 = {
2654
3084
  "application/vnd.bekitzur-stech+json": {
2655
3085
  source: "iana",
2656
3086
  compressible: true
3087
+ },
3088
+ "application/vnd.belightsoft.lhzd+zip": {
3089
+ source: "iana",
3090
+ compressible: false
3091
+ },
3092
+ "application/vnd.belightsoft.lhzl+zip": {
3093
+ source: "iana",
3094
+ compressible: false
2657
3095
  },
2658
3096
  "application/vnd.bint.med-content": {
2659
3097
  source: "iana"
@@ -2698,6 +3136,13 @@ var require$$0 = {
2698
3136
  "application/vnd.byu.uapi+json": {
2699
3137
  source: "iana",
2700
3138
  compressible: true
3139
+ },
3140
+ "application/vnd.bzip3": {
3141
+ source: "iana"
3142
+ },
3143
+ "application/vnd.c3voc.schedule+xml": {
3144
+ source: "iana",
3145
+ compressible: true
2701
3146
  },
2702
3147
  "application/vnd.cab-jscript": {
2703
3148
  source: "iana"
@@ -2786,6 +3231,16 @@ var require$$0 = {
2786
3231
  extensions: [
2787
3232
  "c11amz"
2788
3233
  ]
3234
+ },
3235
+ "application/vnd.cncf.helm.chart.content.v1.tar+gzip": {
3236
+ source: "iana"
3237
+ },
3238
+ "application/vnd.cncf.helm.chart.provenance.v1.prov": {
3239
+ source: "iana"
3240
+ },
3241
+ "application/vnd.cncf.helm.config.v1+json": {
3242
+ source: "iana",
3243
+ compressible: true
2789
3244
  },
2790
3245
  "application/vnd.coffeescript": {
2791
3246
  source: "iana"
@@ -2982,6 +3437,9 @@ var require$$0 = {
2982
3437
  extensions: [
2983
3438
  "rdz"
2984
3439
  ]
3440
+ },
3441
+ "application/vnd.datalog": {
3442
+ source: "iana"
2985
3443
  },
2986
3444
  "application/vnd.datapackage+json": {
2987
3445
  source: "iana",
@@ -2996,6 +3454,13 @@ var require$$0 = {
2996
3454
  extensions: [
2997
3455
  "dbf"
2998
3456
  ]
3457
+ },
3458
+ "application/vnd.dcmp+xml": {
3459
+ source: "iana",
3460
+ compressible: true,
3461
+ extensions: [
3462
+ "dcmp"
3463
+ ]
2999
3464
  },
3000
3465
  "application/vnd.debian.binary-package": {
3001
3466
  source: "iana"
@@ -3228,6 +3693,10 @@ var require$$0 = {
3228
3693
  },
3229
3694
  "application/vnd.efi.iso": {
3230
3695
  source: "iana"
3696
+ },
3697
+ "application/vnd.eln+zip": {
3698
+ source: "iana",
3699
+ compressible: false
3231
3700
  },
3232
3701
  "application/vnd.emclient.accessrequest+xml": {
3233
3702
  source: "iana",
@@ -3278,6 +3747,9 @@ var require$$0 = {
3278
3747
  },
3279
3748
  "application/vnd.ericsson.quickcall": {
3280
3749
  source: "iana"
3750
+ },
3751
+ "application/vnd.erofs": {
3752
+ source: "iana"
3281
3753
  },
3282
3754
  "application/vnd.espass-espass+zip": {
3283
3755
  source: "iana",
@@ -3422,7 +3894,7 @@ var require$$0 = {
3422
3894
  source: "iana"
3423
3895
  },
3424
3896
  "application/vnd.fdf": {
3425
- source: "iana",
3897
+ source: "apache",
3426
3898
  extensions: [
3427
3899
  "fdf"
3428
3900
  ]
@@ -3439,6 +3911,11 @@ var require$$0 = {
3439
3911
  "seed",
3440
3912
  "dataless"
3441
3913
  ]
3914
+ },
3915
+ "application/vnd.fdsn.stationxml+xml": {
3916
+ source: "iana",
3917
+ charset: "XML-BASED",
3918
+ compressible: true
3442
3919
  },
3443
3920
  "application/vnd.ffsns": {
3444
3921
  source: "iana"
@@ -3479,15 +3956,18 @@ var require$$0 = {
3479
3956
  "maker",
3480
3957
  "book"
3481
3958
  ]
3959
+ },
3960
+ "application/vnd.freelog.comic": {
3961
+ source: "iana"
3482
3962
  },
3483
3963
  "application/vnd.frogans.fnc": {
3484
- source: "iana",
3964
+ source: "apache",
3485
3965
  extensions: [
3486
3966
  "fnc"
3487
3967
  ]
3488
3968
  },
3489
3969
  "application/vnd.frogans.ltf": {
3490
- source: "iana",
3970
+ source: "apache",
3491
3971
  extensions: [
3492
3972
  "ltf"
3493
3973
  ]
@@ -3586,24 +4066,53 @@ var require$$0 = {
3586
4066
  extensions: [
3587
4067
  "fzs"
3588
4068
  ]
4069
+ },
4070
+ "application/vnd.ga4gh.passport+jwt": {
4071
+ source: "iana"
3589
4072
  },
3590
4073
  "application/vnd.genomatix.tuxedo": {
3591
4074
  source: "iana",
3592
4075
  extensions: [
3593
4076
  "txd"
3594
4077
  ]
4078
+ },
4079
+ "application/vnd.genozip": {
4080
+ source: "iana"
3595
4081
  },
3596
4082
  "application/vnd.gentics.grd+json": {
3597
4083
  source: "iana",
3598
4084
  compressible: true
3599
4085
  },
3600
- "application/vnd.geo+json": {
4086
+ "application/vnd.gentoo.catmetadata+xml": {
3601
4087
  source: "iana",
3602
4088
  compressible: true
3603
4089
  },
3604
- "application/vnd.geocube+xml": {
4090
+ "application/vnd.gentoo.ebuild": {
4091
+ source: "iana"
4092
+ },
4093
+ "application/vnd.gentoo.eclass": {
4094
+ source: "iana"
4095
+ },
4096
+ "application/vnd.gentoo.gpkg": {
4097
+ source: "iana"
4098
+ },
4099
+ "application/vnd.gentoo.manifest": {
4100
+ source: "iana"
4101
+ },
4102
+ "application/vnd.gentoo.pkgmetadata+xml": {
3605
4103
  source: "iana",
3606
4104
  compressible: true
4105
+ },
4106
+ "application/vnd.gentoo.xpak": {
4107
+ source: "iana"
4108
+ },
4109
+ "application/vnd.geo+json": {
4110
+ source: "apache",
4111
+ compressible: true
4112
+ },
4113
+ "application/vnd.geocube+xml": {
4114
+ source: "apache",
4115
+ compressible: true
3607
4116
  },
3608
4117
  "application/vnd.geogebra.file": {
3609
4118
  source: "iana",
@@ -3611,8 +4120,14 @@ var require$$0 = {
3611
4120
  "ggb"
3612
4121
  ]
3613
4122
  },
3614
- "application/vnd.geogebra.slides": {
4123
+ "application/vnd.geogebra.pinboard": {
3615
4124
  source: "iana"
4125
+ },
4126
+ "application/vnd.geogebra.slides": {
4127
+ source: "iana",
4128
+ extensions: [
4129
+ "ggs"
4130
+ ]
3616
4131
  },
3617
4132
  "application/vnd.geogebra.tool": {
3618
4133
  source: "iana",
@@ -3659,24 +4174,90 @@ var require$$0 = {
3659
4174
  extensions: [
3660
4175
  "gmx"
3661
4176
  ]
4177
+ },
4178
+ "application/vnd.gnu.taler.exchange+json": {
4179
+ source: "iana",
4180
+ compressible: true
4181
+ },
4182
+ "application/vnd.gnu.taler.merchant+json": {
4183
+ source: "iana",
4184
+ compressible: true
4185
+ },
4186
+ "application/vnd.google-apps.audio": {
3662
4187
  },
3663
4188
  "application/vnd.google-apps.document": {
3664
4189
  compressible: false,
3665
4190
  extensions: [
3666
4191
  "gdoc"
3667
4192
  ]
4193
+ },
4194
+ "application/vnd.google-apps.drawing": {
4195
+ compressible: false,
4196
+ extensions: [
4197
+ "gdraw"
4198
+ ]
4199
+ },
4200
+ "application/vnd.google-apps.drive-sdk": {
4201
+ compressible: false
4202
+ },
4203
+ "application/vnd.google-apps.file": {
4204
+ },
4205
+ "application/vnd.google-apps.folder": {
4206
+ compressible: false
4207
+ },
4208
+ "application/vnd.google-apps.form": {
4209
+ compressible: false,
4210
+ extensions: [
4211
+ "gform"
4212
+ ]
4213
+ },
4214
+ "application/vnd.google-apps.fusiontable": {
4215
+ },
4216
+ "application/vnd.google-apps.jam": {
4217
+ compressible: false,
4218
+ extensions: [
4219
+ "gjam"
4220
+ ]
4221
+ },
4222
+ "application/vnd.google-apps.mail-layout": {
4223
+ },
4224
+ "application/vnd.google-apps.map": {
4225
+ compressible: false,
4226
+ extensions: [
4227
+ "gmap"
4228
+ ]
4229
+ },
4230
+ "application/vnd.google-apps.photo": {
3668
4231
  },
3669
4232
  "application/vnd.google-apps.presentation": {
3670
4233
  compressible: false,
3671
4234
  extensions: [
3672
4235
  "gslides"
3673
4236
  ]
4237
+ },
4238
+ "application/vnd.google-apps.script": {
4239
+ compressible: false,
4240
+ extensions: [
4241
+ "gscript"
4242
+ ]
4243
+ },
4244
+ "application/vnd.google-apps.shortcut": {
4245
+ },
4246
+ "application/vnd.google-apps.site": {
4247
+ compressible: false,
4248
+ extensions: [
4249
+ "gsite"
4250
+ ]
3674
4251
  },
3675
4252
  "application/vnd.google-apps.spreadsheet": {
3676
4253
  compressible: false,
3677
4254
  extensions: [
3678
4255
  "gsheet"
3679
4256
  ]
4257
+ },
4258
+ "application/vnd.google-apps.unknown": {
4259
+ },
4260
+ "application/vnd.google-apps.video": {
3680
4261
  },
3681
4262
  "application/vnd.google-earth.kml+xml": {
3682
4263
  source: "iana",
@@ -3693,7 +4274,7 @@ var require$$0 = {
3693
4274
  ]
3694
4275
  },
3695
4276
  "application/vnd.gov.sk.e-form+xml": {
3696
- source: "iana",
4277
+ source: "apache",
3697
4278
  compressible: true
3698
4279
  },
3699
4280
  "application/vnd.gov.sk.e-form+zip": {
@@ -3702,6 +4283,13 @@ var require$$0 = {
3702
4283
  },
3703
4284
  "application/vnd.gov.sk.xmldatacontainer+xml": {
3704
4285
  source: "iana",
4286
+ compressible: true,
4287
+ extensions: [
4288
+ "xdcf"
4289
+ ]
4290
+ },
4291
+ "application/vnd.gpxsee.map+xml": {
4292
+ source: "iana",
3705
4293
  compressible: true
3706
4294
  },
3707
4295
  "application/vnd.grafeq": {
@@ -3799,16 +4387,6 @@ var require$$0 = {
3799
4387
  extensions: [
3800
4388
  "les"
3801
4389
  ]
3802
- },
3803
- "application/vnd.hl7cda+xml": {
3804
- source: "iana",
3805
- charset: "UTF-8",
3806
- compressible: true
3807
- },
3808
- "application/vnd.hl7v2+xml": {
3809
- source: "iana",
3810
- charset: "UTF-8",
3811
- compressible: true
3812
4390
  },
3813
4391
  "application/vnd.hp-hpgl": {
3814
4392
  source: "iana",
@@ -3845,6 +4423,9 @@ var require$$0 = {
3845
4423
  extensions: [
3846
4424
  "pclxl"
3847
4425
  ]
4426
+ },
4427
+ "application/vnd.hsl": {
4428
+ source: "iana"
3848
4429
  },
3849
4430
  "application/vnd.httphone": {
3850
4431
  source: "iana"
@@ -3871,7 +4452,7 @@ var require$$0 = {
3871
4452
  source: "iana"
3872
4453
  },
3873
4454
  "application/vnd.ibm.afplinedata": {
3874
- source: "iana"
4455
+ source: "apache"
3875
4456
  },
3876
4457
  "application/vnd.ibm.electronic-media": {
3877
4458
  source: "iana"
@@ -3883,7 +4464,7 @@ var require$$0 = {
3883
4464
  ]
3884
4465
  },
3885
4466
  "application/vnd.ibm.modcap": {
3886
- source: "iana",
4467
+ source: "apache",
3887
4468
  extensions: [
3888
4469
  "afp",
3889
4470
  "listafp",
@@ -3976,7 +4557,7 @@ var require$$0 = {
3976
4557
  compressible: true
3977
4558
  },
3978
4559
  "application/vnd.informix-visionary": {
3979
- source: "iana"
4560
+ source: "apache"
3980
4561
  },
3981
4562
  "application/vnd.infotech.project": {
3982
4563
  source: "iana"
@@ -4024,6 +4605,21 @@ var require$$0 = {
4024
4605
  extensions: [
4025
4606
  "qfx"
4026
4607
  ]
4608
+ },
4609
+ "application/vnd.ipfs.ipns-record": {
4610
+ source: "iana"
4611
+ },
4612
+ "application/vnd.ipld.car": {
4613
+ source: "iana"
4614
+ },
4615
+ "application/vnd.ipld.dag-cbor": {
4616
+ source: "iana"
4617
+ },
4618
+ "application/vnd.ipld.dag-json": {
4619
+ source: "iana"
4620
+ },
4621
+ "application/vnd.ipld.raw": {
4622
+ source: "iana"
4027
4623
  },
4028
4624
  "application/vnd.iptc.g2.catalogitem+xml": {
4029
4625
  source: "iana",
@@ -4189,12 +4785,22 @@ var require$$0 = {
4189
4785
  "kwd",
4190
4786
  "kwt"
4191
4787
  ]
4788
+ },
4789
+ "application/vnd.kdl": {
4790
+ source: "iana"
4192
4791
  },
4193
4792
  "application/vnd.kenameaapp": {
4194
4793
  source: "iana",
4195
4794
  extensions: [
4196
4795
  "htke"
4197
4796
  ]
4797
+ },
4798
+ "application/vnd.keyman.kmp+zip": {
4799
+ source: "iana",
4800
+ compressible: false
4801
+ },
4802
+ "application/vnd.keyman.kmx": {
4803
+ source: "iana"
4198
4804
  },
4199
4805
  "application/vnd.kidspiration": {
4200
4806
  source: "iana",
@@ -4240,6 +4846,9 @@ var require$$0 = {
4240
4846
  },
4241
4847
  "application/vnd.laszip": {
4242
4848
  source: "iana"
4849
+ },
4850
+ "application/vnd.ldev.productlicensing": {
4851
+ source: "iana"
4243
4852
  },
4244
4853
  "application/vnd.leap+json": {
4245
4854
  source: "iana",
@@ -4354,6 +4963,12 @@ var require$$0 = {
4354
4963
  extensions: [
4355
4964
  "mcd"
4356
4965
  ]
4966
+ },
4967
+ "application/vnd.mdl": {
4968
+ source: "iana"
4969
+ },
4970
+ "application/vnd.mdl-mbsdf": {
4971
+ source: "iana"
4357
4972
  },
4358
4973
  "application/vnd.medcalcdata": {
4359
4974
  source: "iana",
@@ -4366,9 +4981,15 @@ var require$$0 = {
4366
4981
  extensions: [
4367
4982
  "cdkey"
4368
4983
  ]
4984
+ },
4985
+ "application/vnd.medicalholodeck.recordxr": {
4986
+ source: "iana"
4369
4987
  },
4370
4988
  "application/vnd.meridian-slingshot": {
4371
4989
  source: "iana"
4990
+ },
4991
+ "application/vnd.mermaid": {
4992
+ source: "iana"
4372
4993
  },
4373
4994
  "application/vnd.mfer": {
4374
4995
  source: "iana",
@@ -4461,6 +5082,9 @@ var require$$0 = {
4461
5082
  extensions: [
4462
5083
  "txf"
4463
5084
  ]
5085
+ },
5086
+ "application/vnd.modl": {
5087
+ source: "iana"
4464
5088
  },
4465
5089
  "application/vnd.mophun.application": {
4466
5090
  source: "iana",
@@ -4686,6 +5310,11 @@ var require$$0 = {
4686
5310
  },
4687
5311
  "application/vnd.ms-tnef": {
4688
5312
  source: "iana"
5313
+ },
5314
+ "application/vnd.ms-visio.viewer": {
5315
+ extensions: [
5316
+ "vdx"
5317
+ ]
4689
5318
  },
4690
5319
  "application/vnd.ms-windows.devicepairing": {
4691
5320
  source: "iana"
@@ -4753,6 +5382,9 @@ var require$$0 = {
4753
5382
  extensions: [
4754
5383
  "mseq"
4755
5384
  ]
5385
+ },
5386
+ "application/vnd.msgpack": {
5387
+ source: "iana"
4756
5388
  },
4757
5389
  "application/vnd.msign": {
4758
5390
  source: "iana"
@@ -4787,6 +5419,24 @@ var require$$0 = {
4787
5419
  "application/vnd.nacamar.ybrid+json": {
4788
5420
  source: "iana",
4789
5421
  compressible: true
5422
+ },
5423
+ "application/vnd.nato.bindingdataobject+cbor": {
5424
+ source: "iana"
5425
+ },
5426
+ "application/vnd.nato.bindingdataobject+json": {
5427
+ source: "iana",
5428
+ compressible: true
5429
+ },
5430
+ "application/vnd.nato.bindingdataobject+xml": {
5431
+ source: "iana",
5432
+ compressible: true,
5433
+ extensions: [
5434
+ "bdo"
5435
+ ]
5436
+ },
5437
+ "application/vnd.nato.openxmlformats-package.iepd+zip": {
5438
+ source: "iana",
5439
+ compressible: false
4790
5440
  },
4791
5441
  "application/vnd.ncd.control": {
4792
5442
  source: "iana"
@@ -4889,7 +5539,7 @@ var require$$0 = {
4889
5539
  ]
4890
5540
  },
4891
5541
  "application/vnd.nokia.n-gage.symbian.install": {
4892
- source: "iana",
5542
+ source: "apache",
4893
5543
  extensions: [
4894
5544
  "n-gage"
4895
5545
  ]
@@ -4948,6 +5598,19 @@ var require$$0 = {
4948
5598
  },
4949
5599
  "application/vnd.ntt-local.sip-ta_tcp_stream": {
4950
5600
  source: "iana"
5601
+ },
5602
+ "application/vnd.oai.workflows": {
5603
+ source: "iana"
5604
+ },
5605
+ "application/vnd.oai.workflows+json": {
5606
+ source: "iana",
5607
+ compressible: true
5608
+ },
5609
+ "application/vnd.oai.workflows+yaml": {
5610
+ source: "iana"
5611
+ },
5612
+ "application/vnd.oasis.opendocument.base": {
5613
+ source: "iana"
4951
5614
  },
4952
5615
  "application/vnd.oasis.opendocument.chart": {
4953
5616
  source: "iana",
@@ -4962,7 +5625,7 @@ var require$$0 = {
4962
5625
  ]
4963
5626
  },
4964
5627
  "application/vnd.oasis.opendocument.database": {
4965
- source: "iana",
5628
+ source: "apache",
4966
5629
  extensions: [
4967
5630
  "odb"
4968
5631
  ]
@@ -5042,6 +5705,9 @@ var require$$0 = {
5042
5705
  extensions: [
5043
5706
  "odm"
5044
5707
  ]
5708
+ },
5709
+ "application/vnd.oasis.opendocument.text-master-template": {
5710
+ source: "iana"
5045
5711
  },
5046
5712
  "application/vnd.oasis.opendocument.text-template": {
5047
5713
  source: "iana",
@@ -5131,7 +5797,7 @@ var require$$0 = {
5131
5797
  compressible: true
5132
5798
  },
5133
5799
  "application/vnd.oma.bcast.drm-trigger+xml": {
5134
- source: "iana",
5800
+ source: "apache",
5135
5801
  compressible: true
5136
5802
  },
5137
5803
  "application/vnd.oma.bcast.imd+xml": {
@@ -5162,7 +5828,7 @@ var require$$0 = {
5162
5828
  source: "iana"
5163
5829
  },
5164
5830
  "application/vnd.oma.bcast.smartcard-trigger+xml": {
5165
- source: "iana",
5831
+ source: "apache",
5166
5832
  compressible: true
5167
5833
  },
5168
5834
  "application/vnd.oma.bcast.sprov+xml": {
@@ -5291,7 +5957,10 @@ var require$$0 = {
5291
5957
  "application/vnd.onepagertatp": {
5292
5958
  source: "iana"
5293
5959
  },
5294
- "application/vnd.onepagertatx": {
5960
+ "application/vnd.onepagertatx": {
5961
+ source: "iana"
5962
+ },
5963
+ "application/vnd.onvif.metadata": {
5295
5964
  source: "iana"
5296
5965
  },
5297
5966
  "application/vnd.openblox.game+xml": {
@@ -5322,6 +5991,10 @@ var require$$0 = {
5322
5991
  },
5323
5992
  "application/vnd.opentimestamps.ots": {
5324
5993
  source: "iana"
5994
+ },
5995
+ "application/vnd.openvpi.dspx+json": {
5996
+ source: "iana",
5997
+ compressible: true
5325
5998
  },
5326
5999
  "application/vnd.openxmlformats-officedocument.custom-properties+xml": {
5327
6000
  source: "iana",
@@ -5774,6 +6447,21 @@ var require$$0 = {
5774
6447
  extensions: [
5775
6448
  "box"
5776
6449
  ]
6450
+ },
6451
+ "application/vnd.procrate.brushset": {
6452
+ extensions: [
6453
+ "brushset"
6454
+ ]
6455
+ },
6456
+ "application/vnd.procreate.brush": {
6457
+ extensions: [
6458
+ "brush"
6459
+ ]
6460
+ },
6461
+ "application/vnd.procreate.dream": {
6462
+ extensions: [
6463
+ "drm"
6464
+ ]
5777
6465
  },
5778
6466
  "application/vnd.proteus.magazine": {
5779
6467
  source: "iana",
@@ -5783,6 +6471,9 @@ var require$$0 = {
5783
6471
  },
5784
6472
  "application/vnd.psfs": {
5785
6473
  source: "iana"
6474
+ },
6475
+ "application/vnd.pt.mundusmundi": {
6476
+ source: "iana"
5786
6477
  },
5787
6478
  "application/vnd.publishare-delta-tree": {
5788
6479
  source: "iana",
@@ -5801,7 +6492,10 @@ var require$$0 = {
5801
6492
  },
5802
6493
  "application/vnd.pwg-xhtml-print+xml": {
5803
6494
  source: "iana",
5804
- compressible: true
6495
+ compressible: true,
6496
+ extensions: [
6497
+ "xhtm"
6498
+ ]
5805
6499
  },
5806
6500
  "application/vnd.qualcomm.brew-app-res": {
5807
6501
  source: "iana"
@@ -5913,6 +6607,9 @@ var require$$0 = {
5913
6607
  extensions: [
5914
6608
  "musicxml"
5915
6609
  ]
6610
+ },
6611
+ "application/vnd.relpipe": {
6612
+ source: "iana"
5916
6613
  },
5917
6614
  "application/vnd.renlearn.rlprint": {
5918
6615
  source: "iana"
@@ -6097,6 +6794,9 @@ var require$$0 = {
6097
6794
  "application/vnd.siren+json": {
6098
6795
  source: "iana",
6099
6796
  compressible: true
6797
+ },
6798
+ "application/vnd.sketchometry": {
6799
+ source: "iana"
6100
6800
  },
6101
6801
  "application/vnd.smaf": {
6102
6802
  source: "iana",
@@ -6112,6 +6812,9 @@ var require$$0 = {
6112
6812
  extensions: [
6113
6813
  "teacher"
6114
6814
  ]
6815
+ },
6816
+ "application/vnd.smintio.portals.archive": {
6817
+ source: "iana"
6115
6818
  },
6116
6819
  "application/vnd.snesdev-page-table": {
6117
6820
  source: "iana"
@@ -6292,6 +6995,9 @@ var require$$0 = {
6292
6995
  },
6293
6996
  "application/vnd.swiftview-ics": {
6294
6997
  source: "iana"
6998
+ },
6999
+ "application/vnd.sybyl.mol2": {
7000
+ source: "iana"
6295
7001
  },
6296
7002
  "application/vnd.sycle+xml": {
6297
7003
  source: "iana",
@@ -6424,6 +7130,10 @@ var require$$0 = {
6424
7130
  "ufd",
6425
7131
  "ufdl"
6426
7132
  ]
7133
+ },
7134
+ "application/vnd.uic.osdm+json": {
7135
+ source: "iana",
7136
+ compressible: true
6427
7137
  },
6428
7138
  "application/vnd.uiq.theme": {
6429
7139
  source: "iana",
@@ -6447,7 +7157,8 @@ var require$$0 = {
6447
7157
  source: "iana",
6448
7158
  compressible: true,
6449
7159
  extensions: [
6450
- "uoml"
7160
+ "uoml",
7161
+ "uo"
6451
7162
  ]
6452
7163
  },
6453
7164
  "application/vnd.uplanet.alert": {
@@ -6510,6 +7221,13 @@ var require$$0 = {
6510
7221
  "application/vnd.vel+json": {
6511
7222
  source: "iana",
6512
7223
  compressible: true
7224
+ },
7225
+ "application/vnd.veraison.tsm-report+cbor": {
7226
+ source: "iana"
7227
+ },
7228
+ "application/vnd.veraison.tsm-report+json": {
7229
+ source: "iana",
7230
+ compressible: true
6513
7231
  },
6514
7232
  "application/vnd.verimatrix.vcas": {
6515
7233
  source: "iana"
@@ -6533,7 +7251,9 @@ var require$$0 = {
6533
7251
  "vsd",
6534
7252
  "vst",
6535
7253
  "vss",
6536
- "vsw"
7254
+ "vsw",
7255
+ "vsdx",
7256
+ "vtx"
6537
7257
  ]
6538
7258
  },
6539
7259
  "application/vnd.visionary": {
@@ -6544,6 +7264,9 @@ var require$$0 = {
6544
7264
  },
6545
7265
  "application/vnd.vividence.scriptfile": {
6546
7266
  source: "iana"
7267
+ },
7268
+ "application/vnd.vocalshaper.vsp4": {
7269
+ source: "iana"
6547
7270
  },
6548
7271
  "application/vnd.vsf": {
6549
7272
  source: "iana",
@@ -6575,6 +7298,9 @@ var require$$0 = {
6575
7298
  extensions: [
6576
7299
  "wmlsc"
6577
7300
  ]
7301
+ },
7302
+ "application/vnd.wasmflow.wafl": {
7303
+ source: "iana"
6578
7304
  },
6579
7305
  "application/vnd.webturbo": {
6580
7306
  source: "iana",
@@ -6611,6 +7337,9 @@ var require$$0 = {
6611
7337
  extensions: [
6612
7338
  "nbp"
6613
7339
  ]
7340
+ },
7341
+ "application/vnd.wordlift": {
7342
+ source: "iana"
6614
7343
  },
6615
7344
  "application/vnd.wordperfect": {
6616
7345
  source: "iana",
@@ -6653,6 +7382,12 @@ var require$$0 = {
6653
7382
  extensions: [
6654
7383
  "xar"
6655
7384
  ]
7385
+ },
7386
+ "application/vnd.xarin.cpj": {
7387
+ source: "iana"
7388
+ },
7389
+ "application/vnd.xecrets-encrypted": {
7390
+ source: "iana"
6656
7391
  },
6657
7392
  "application/vnd.xfdl": {
6658
7393
  source: "iana",
@@ -6742,9 +7477,6 @@ var require$$0 = {
6742
7477
  extensions: [
6743
7478
  "cmp"
6744
7479
  ]
6745
- },
6746
- "application/vnd.youtube.yt": {
6747
- source: "iana"
6748
7480
  },
6749
7481
  "application/vnd.zul": {
6750
7482
  source: "iana",
@@ -6770,6 +7502,19 @@ var require$$0 = {
6770
7502
  "application/voucher-cms+json": {
6771
7503
  source: "iana",
6772
7504
  compressible: true
7505
+ },
7506
+ "application/voucher-jws+json": {
7507
+ source: "iana",
7508
+ compressible: true
7509
+ },
7510
+ "application/vp": {
7511
+ source: "iana"
7512
+ },
7513
+ "application/vp+cose": {
7514
+ source: "iana"
7515
+ },
7516
+ "application/vp+jwt": {
7517
+ source: "iana"
6773
7518
  },
6774
7519
  "application/vq-rtcpxr": {
6775
7520
  source: "iana"
@@ -6902,6 +7647,11 @@ var require$$0 = {
6902
7647
  extensions: [
6903
7648
  "torrent"
6904
7649
  ]
7650
+ },
7651
+ "application/x-blender": {
7652
+ extensions: [
7653
+ "blend"
7654
+ ]
6905
7655
  },
6906
7656
  "application/x-blorb": {
6907
7657
  source: "apache",
@@ -6972,6 +7722,11 @@ var require$$0 = {
6972
7722
  },
6973
7723
  "application/x-compress": {
6974
7724
  source: "apache"
7725
+ },
7726
+ "application/x-compressed": {
7727
+ extensions: [
7728
+ "rar"
7729
+ ]
6975
7730
  },
6976
7731
  "application/x-conference": {
6977
7732
  source: "apache",
@@ -7186,6 +7941,12 @@ var require$$0 = {
7186
7941
  extensions: [
7187
7942
  "install"
7188
7943
  ]
7944
+ },
7945
+ "application/x-ipynb+json": {
7946
+ compressible: true,
7947
+ extensions: [
7948
+ "ipynb"
7949
+ ]
7189
7950
  },
7190
7951
  "application/x-iso9660-image": {
7191
7952
  source: "apache",
@@ -7691,6 +8452,11 @@ var require$$0 = {
7691
8452
  extensions: [
7692
8453
  "xz"
7693
8454
  ]
8455
+ },
8456
+ "application/x-zip-compressed": {
8457
+ extensions: [
8458
+ "zip"
8459
+ ]
7694
8460
  },
7695
8461
  "application/x-zmachine": {
7696
8462
  source: "apache",
@@ -7772,6 +8538,12 @@ var require$$0 = {
7772
8538
  extensions: [
7773
8539
  "xenc"
7774
8540
  ]
8541
+ },
8542
+ "application/xfdf": {
8543
+ source: "iana",
8544
+ extensions: [
8545
+ "xfdf"
8546
+ ]
7775
8547
  },
7776
8548
  "application/xhtml+xml": {
7777
8549
  source: "iana",
@@ -7858,12 +8630,18 @@ var require$$0 = {
7858
8630
  "xvml",
7859
8631
  "xvm"
7860
8632
  ]
8633
+ },
8634
+ "application/yaml": {
8635
+ source: "iana"
7861
8636
  },
7862
8637
  "application/yang": {
7863
8638
  source: "iana",
7864
8639
  extensions: [
7865
8640
  "yang"
7866
8641
  ]
8642
+ },
8643
+ "application/yang-data+cbor": {
8644
+ source: "iana"
7867
8645
  },
7868
8646
  "application/yang-data+json": {
7869
8647
  source: "iana",
@@ -7880,6 +8658,10 @@ var require$$0 = {
7880
8658
  "application/yang-patch+xml": {
7881
8659
  source: "iana",
7882
8660
  compressible: true
8661
+ },
8662
+ "application/yang-sid+json": {
8663
+ source: "iana",
8664
+ compressible: true
7883
8665
  },
7884
8666
  "application/yin+xml": {
7885
8667
  source: "iana",
@@ -7894,6 +8676,11 @@ var require$$0 = {
7894
8676
  extensions: [
7895
8677
  "zip"
7896
8678
  ]
8679
+ },
8680
+ "application/zip+dotlottie": {
8681
+ extensions: [
8682
+ "lottie"
8683
+ ]
7897
8684
  },
7898
8685
  "application/zlib": {
7899
8686
  source: "iana"
@@ -7918,7 +8705,11 @@ var require$$0 = {
7918
8705
  source: "iana"
7919
8706
  },
7920
8707
  "audio/aac": {
7921
- source: "iana"
8708
+ source: "iana",
8709
+ extensions: [
8710
+ "adts",
8711
+ "aac"
8712
+ ]
7922
8713
  },
7923
8714
  "audio/ac3": {
7924
8715
  source: "iana"
@@ -8047,6 +8838,9 @@ var require$$0 = {
8047
8838
  },
8048
8839
  "audio/evs": {
8049
8840
  source: "iana"
8841
+ },
8842
+ "audio/flac": {
8843
+ source: "iana"
8050
8844
  },
8051
8845
  "audio/flexfec": {
8052
8846
  source: "iana"
@@ -8129,6 +8923,9 @@ var require$$0 = {
8129
8923
  },
8130
8924
  "audio/lpc": {
8131
8925
  source: "iana"
8926
+ },
8927
+ "audio/matroska": {
8928
+ source: "iana"
8132
8929
  },
8133
8930
  "audio/melp": {
8134
8931
  source: "iana"
@@ -8153,6 +8950,9 @@ var require$$0 = {
8153
8950
  "kar",
8154
8951
  "rmi"
8155
8952
  ]
8953
+ },
8954
+ "audio/midi-clip": {
8955
+ source: "iana"
8156
8956
  },
8157
8957
  "audio/mobile-xmf": {
8158
8958
  source: "iana",
@@ -8171,7 +8971,8 @@ var require$$0 = {
8171
8971
  compressible: false,
8172
8972
  extensions: [
8173
8973
  "m4a",
8174
- "mp4a"
8974
+ "mp4a",
8975
+ "m4b"
8175
8976
  ]
8176
8977
  },
8177
8978
  "audio/mp4a-latm": {
@@ -8459,7 +9260,7 @@ var require$$0 = {
8459
9260
  source: "iana"
8460
9261
  },
8461
9262
  "audio/vnd.qcelp": {
8462
- source: "iana"
9263
+ source: "apache"
8463
9264
  },
8464
9265
  "audio/vnd.rhetorex.32kadpcm": {
8465
9266
  source: "iana"
@@ -8681,6 +9482,7 @@ var require$$0 = {
8681
9482
  ]
8682
9483
  },
8683
9484
  "image/apng": {
9485
+ source: "iana",
8684
9486
  compressible: false,
8685
9487
  extensions: [
8686
9488
  "apng"
@@ -8709,7 +9511,8 @@ var require$$0 = {
8709
9511
  source: "iana",
8710
9512
  compressible: true,
8711
9513
  extensions: [
8712
- "bmp"
9514
+ "bmp",
9515
+ "dib"
8713
9516
  ]
8714
9517
  },
8715
9518
  "image/cgm": {
@@ -8723,6 +9526,12 @@ var require$$0 = {
8723
9526
  extensions: [
8724
9527
  "drle"
8725
9528
  ]
9529
+ },
9530
+ "image/dpx": {
9531
+ source: "iana",
9532
+ extensions: [
9533
+ "dpx"
9534
+ ]
8726
9535
  },
8727
9536
  "image/emf": {
8728
9537
  source: "iana",
@@ -8779,16 +9588,25 @@ var require$$0 = {
8779
9588
  "hej2"
8780
9589
  ]
8781
9590
  },
8782
- "image/hsj2": {
9591
+ "image/ief": {
8783
9592
  source: "iana",
8784
9593
  extensions: [
8785
- "hsj2"
9594
+ "ief"
8786
9595
  ]
8787
9596
  },
8788
- "image/ief": {
9597
+ "image/j2c": {
9598
+ source: "iana"
9599
+ },
9600
+ "image/jaii": {
8789
9601
  source: "iana",
8790
9602
  extensions: [
8791
- "ief"
9603
+ "jaii"
9604
+ ]
9605
+ },
9606
+ "image/jais": {
9607
+ source: "iana",
9608
+ extensions: [
9609
+ "jais"
8792
9610
  ]
8793
9611
  },
8794
9612
  "image/jls": {
@@ -8809,8 +9627,8 @@ var require$$0 = {
8809
9627
  source: "iana",
8810
9628
  compressible: false,
8811
9629
  extensions: [
8812
- "jpeg",
8813
9630
  "jpg",
9631
+ "jpeg",
8814
9632
  "jpe"
8815
9633
  ]
8816
9634
  },
@@ -8830,7 +9648,8 @@ var require$$0 = {
8830
9648
  source: "iana",
8831
9649
  compressible: false,
8832
9650
  extensions: [
8833
- "jpm"
9651
+ "jpm",
9652
+ "jpgm"
8834
9653
  ]
8835
9654
  },
8836
9655
  "image/jpx": {
@@ -8840,6 +9659,12 @@ var require$$0 = {
8840
9659
  "jpx",
8841
9660
  "jpf"
8842
9661
  ]
9662
+ },
9663
+ "image/jxl": {
9664
+ source: "iana",
9665
+ extensions: [
9666
+ "jxl"
9667
+ ]
8843
9668
  },
8844
9669
  "image/jxr": {
8845
9670
  source: "iana",
@@ -8899,7 +9724,10 @@ var require$$0 = {
8899
9724
  source: "iana"
8900
9725
  },
8901
9726
  "image/pjpeg": {
8902
- compressible: false
9727
+ compressible: false,
9728
+ extensions: [
9729
+ "jfif"
9730
+ ]
8903
9731
  },
8904
9732
  "image/png": {
8905
9733
  source: "iana",
@@ -8911,7 +9739,8 @@ var require$$0 = {
8911
9739
  "image/prs.btif": {
8912
9740
  source: "iana",
8913
9741
  extensions: [
8914
- "btif"
9742
+ "btif",
9743
+ "btf"
8915
9744
  ]
8916
9745
  },
8917
9746
  "image/prs.pti": {
@@ -8969,6 +9798,9 @@ var require$$0 = {
8969
9798
  extensions: [
8970
9799
  "azv"
8971
9800
  ]
9801
+ },
9802
+ "image/vnd.clip": {
9803
+ source: "iana"
8972
9804
  },
8973
9805
  "image/vnd.cns.inf2": {
8974
9806
  source: "iana"
@@ -9129,7 +9961,7 @@ var require$$0 = {
9129
9961
  ]
9130
9962
  },
9131
9963
  "image/webp": {
9132
- source: "apache",
9964
+ source: "iana",
9133
9965
  extensions: [
9134
9966
  "webp"
9135
9967
  ]
@@ -9145,6 +9977,11 @@ var require$$0 = {
9145
9977
  extensions: [
9146
9978
  "3ds"
9147
9979
  ]
9980
+ },
9981
+ "image/x-adobe-dng": {
9982
+ extensions: [
9983
+ "dng"
9984
+ ]
9148
9985
  },
9149
9986
  "image/x-cmu-raster": {
9150
9987
  source: "apache",
@@ -9157,6 +9994,9 @@ var require$$0 = {
9157
9994
  extensions: [
9158
9995
  "cmx"
9159
9996
  ]
9997
+ },
9998
+ "image/x-emf": {
9999
+ source: "iana"
9160
10000
  },
9161
10001
  "image/x-freehand": {
9162
10002
  source: "apache",
@@ -9242,6 +10082,9 @@ var require$$0 = {
9242
10082
  extensions: [
9243
10083
  "tga"
9244
10084
  ]
10085
+ },
10086
+ "image/x-wmf": {
10087
+ source: "iana"
9245
10088
  },
9246
10089
  "image/x-xbitmap": {
9247
10090
  source: "apache",
@@ -9263,6 +10106,9 @@ var require$$0 = {
9263
10106
  extensions: [
9264
10107
  "xwd"
9265
10108
  ]
10109
+ },
10110
+ "message/bhttp": {
10111
+ source: "iana"
9266
10112
  },
9267
10113
  "message/cpim": {
9268
10114
  source: "iana"
@@ -9313,8 +10159,17 @@ var require$$0 = {
9313
10159
  "message/imdn+xml": {
9314
10160
  source: "iana",
9315
10161
  compressible: true
10162
+ },
10163
+ "message/mls": {
10164
+ source: "iana"
9316
10165
  },
9317
10166
  "message/news": {
10167
+ source: "apache"
10168
+ },
10169
+ "message/ohttp-req": {
10170
+ source: "iana"
10171
+ },
10172
+ "message/ohttp-res": {
9318
10173
  source: "iana"
9319
10174
  },
9320
10175
  "message/partial": {
@@ -9326,11 +10181,13 @@ var require$$0 = {
9326
10181
  compressible: true,
9327
10182
  extensions: [
9328
10183
  "eml",
9329
- "mime"
10184
+ "mime",
10185
+ "mht",
10186
+ "mhtml"
9330
10187
  ]
9331
10188
  },
9332
10189
  "message/s-http": {
9333
- source: "iana"
10190
+ source: "apache"
9334
10191
  },
9335
10192
  "message/sip": {
9336
10193
  source: "iana"
@@ -9342,7 +10199,7 @@ var require$$0 = {
9342
10199
  source: "iana"
9343
10200
  },
9344
10201
  "message/vnd.si.simp": {
9345
- source: "iana"
10202
+ source: "apache"
9346
10203
  },
9347
10204
  "message/vnd.wfa.wsc": {
9348
10205
  source: "iana",
@@ -9380,6 +10237,12 @@ var require$$0 = {
9380
10237
  "igs",
9381
10238
  "iges"
9382
10239
  ]
10240
+ },
10241
+ "model/jt": {
10242
+ source: "iana",
10243
+ extensions: [
10244
+ "jt"
10245
+ ]
9383
10246
  },
9384
10247
  "model/mesh": {
9385
10248
  source: "iana",
@@ -9401,9 +10264,22 @@ var require$$0 = {
9401
10264
  extensions: [
9402
10265
  "obj"
9403
10266
  ]
10267
+ },
10268
+ "model/prc": {
10269
+ source: "iana",
10270
+ extensions: [
10271
+ "prc"
10272
+ ]
9404
10273
  },
9405
10274
  "model/step": {
9406
- source: "iana"
10275
+ source: "iana",
10276
+ extensions: [
10277
+ "step",
10278
+ "stp",
10279
+ "stpnc",
10280
+ "p21",
10281
+ "210"
10282
+ ]
9407
10283
  },
9408
10284
  "model/step+xml": {
9409
10285
  source: "iana",
@@ -9431,6 +10307,24 @@ var require$$0 = {
9431
10307
  extensions: [
9432
10308
  "stl"
9433
10309
  ]
10310
+ },
10311
+ "model/u3d": {
10312
+ source: "iana",
10313
+ extensions: [
10314
+ "u3d"
10315
+ ]
10316
+ },
10317
+ "model/vnd.bary": {
10318
+ source: "iana",
10319
+ extensions: [
10320
+ "bary"
10321
+ ]
10322
+ },
10323
+ "model/vnd.cld": {
10324
+ source: "iana",
10325
+ extensions: [
10326
+ "cld"
10327
+ ]
9434
10328
  },
9435
10329
  "model/vnd.collada+xml": {
9436
10330
  source: "iana",
@@ -9495,7 +10389,11 @@ var require$$0 = {
9495
10389
  ]
9496
10390
  },
9497
10391
  "model/vnd.pytha.pyox": {
9498
- source: "iana"
10392
+ source: "iana",
10393
+ extensions: [
10394
+ "pyo",
10395
+ "pyox"
10396
+ ]
9499
10397
  },
9500
10398
  "model/vnd.rosette.annotated-data-model": {
9501
10399
  source: "iana"
@@ -9505,6 +10403,12 @@ var require$$0 = {
9505
10403
  extensions: [
9506
10404
  "vds"
9507
10405
  ]
10406
+ },
10407
+ "model/vnd.usda": {
10408
+ source: "iana",
10409
+ extensions: [
10410
+ "usda"
10411
+ ]
9508
10412
  },
9509
10413
  "model/vnd.usdz+zip": {
9510
10414
  source: "iana",
@@ -9686,7 +10590,7 @@ var require$$0 = {
9686
10590
  source: "iana"
9687
10591
  },
9688
10592
  "text/ecmascript": {
9689
- source: "iana"
10593
+ source: "apache"
9690
10594
  },
9691
10595
  "text/encaprtp": {
9692
10596
  source: "iana"
@@ -9708,6 +10612,9 @@ var require$$0 = {
9708
10612
  },
9709
10613
  "text/grammar-ref-list": {
9710
10614
  source: "iana"
10615
+ },
10616
+ "text/hl7v2": {
10617
+ source: "iana"
9711
10618
  },
9712
10619
  "text/html": {
9713
10620
  source: "iana",
@@ -9725,7 +10632,12 @@ var require$$0 = {
9725
10632
  },
9726
10633
  "text/javascript": {
9727
10634
  source: "iana",
9728
- compressible: true
10635
+ charset: "UTF-8",
10636
+ compressible: true,
10637
+ extensions: [
10638
+ "js",
10639
+ "mjs"
10640
+ ]
9729
10641
  },
9730
10642
  "text/jcr-cnd": {
9731
10643
  source: "iana"
@@ -9746,8 +10658,8 @@ var require$$0 = {
9746
10658
  source: "iana",
9747
10659
  compressible: true,
9748
10660
  extensions: [
9749
- "markdown",
9750
- "md"
10661
+ "md",
10662
+ "markdown"
9751
10663
  ]
9752
10664
  },
9753
10665
  "text/mathml": {
@@ -9809,6 +10721,9 @@ var require$$0 = {
9809
10721
  },
9810
10722
  "text/prs.prop.logic": {
9811
10723
  source: "iana"
10724
+ },
10725
+ "text/prs.texi": {
10726
+ source: "iana"
9812
10727
  },
9813
10728
  "text/raptorfec": {
9814
10729
  source: "iana"
@@ -9975,6 +10890,9 @@ var require$$0 = {
9975
10890
  "text/vnd.esmertec.theme-descriptor": {
9976
10891
  source: "iana",
9977
10892
  charset: "UTF-8"
10893
+ },
10894
+ "text/vnd.exchangeable": {
10895
+ source: "iana"
9978
10896
  },
9979
10897
  "text/vnd.familysearch.gedcom": {
9980
10898
  source: "iana",
@@ -10049,7 +10967,7 @@ var require$$0 = {
10049
10967
  source: "iana"
10050
10968
  },
10051
10969
  "text/vnd.si.uricatalogue": {
10052
- source: "iana"
10970
+ source: "apache"
10053
10971
  },
10054
10972
  "text/vnd.sosi": {
10055
10973
  source: "iana"
@@ -10064,6 +10982,9 @@ var require$$0 = {
10064
10982
  "text/vnd.trolltech.linguist": {
10065
10983
  source: "iana",
10066
10984
  charset: "UTF-8"
10985
+ },
10986
+ "text/vnd.vcf": {
10987
+ source: "iana"
10067
10988
  },
10068
10989
  "text/vnd.wap.si": {
10069
10990
  source: "iana"
@@ -10082,6 +11003,9 @@ var require$$0 = {
10082
11003
  extensions: [
10083
11004
  "wmls"
10084
11005
  ]
11006
+ },
11007
+ "text/vnd.zoo.kcl": {
11008
+ source: "iana"
10085
11009
  },
10086
11010
  "text/vtt": {
10087
11011
  source: "iana",
@@ -10090,6 +11014,12 @@ var require$$0 = {
10090
11014
  extensions: [
10091
11015
  "vtt"
10092
11016
  ]
11017
+ },
11018
+ "text/wgsl": {
11019
+ source: "iana",
11020
+ extensions: [
11021
+ "wgsl"
11022
+ ]
10093
11023
  },
10094
11024
  "text/x-asm": {
10095
11025
  source: "apache",
@@ -10283,6 +11213,9 @@ var require$$0 = {
10283
11213
  },
10284
11214
  "video/encaprtp": {
10285
11215
  source: "iana"
11216
+ },
11217
+ "video/evc": {
11218
+ source: "iana"
10286
11219
  },
10287
11220
  "video/ffv1": {
10288
11221
  source: "iana"
@@ -10322,6 +11255,9 @@ var require$$0 = {
10322
11255
  },
10323
11256
  "video/h265": {
10324
11257
  source: "iana"
11258
+ },
11259
+ "video/h266": {
11260
+ source: "iana"
10325
11261
  },
10326
11262
  "video/iso.segment": {
10327
11263
  source: "iana",
@@ -10347,6 +11283,16 @@ var require$$0 = {
10347
11283
  },
10348
11284
  "video/jxsv": {
10349
11285
  source: "iana"
11286
+ },
11287
+ "video/lottie+json": {
11288
+ source: "iana",
11289
+ compressible: true
11290
+ },
11291
+ "video/matroska": {
11292
+ source: "iana"
11293
+ },
11294
+ "video/matroska-3d": {
11295
+ source: "iana"
10350
11296
  },
10351
11297
  "video/mj2": {
10352
11298
  source: "iana",
@@ -10364,7 +11310,10 @@ var require$$0 = {
10364
11310
  "video/mp2t": {
10365
11311
  source: "iana",
10366
11312
  extensions: [
10367
- "ts"
11313
+ "ts",
11314
+ "m2t",
11315
+ "m2ts",
11316
+ "mts"
10368
11317
  ]
10369
11318
  },
10370
11319
  "video/mp4": {
@@ -10566,12 +11515,15 @@ var require$$0 = {
10566
11515
  },
10567
11516
  "video/vnd.objectvideo": {
10568
11517
  source: "iana"
11518
+ },
11519
+ "video/vnd.planar": {
11520
+ source: "iana"
10569
11521
  },
10570
11522
  "video/vnd.radgamettools.bink": {
10571
11523
  source: "iana"
10572
11524
  },
10573
11525
  "video/vnd.radgamettools.smacker": {
10574
- source: "iana"
11526
+ source: "apache"
10575
11527
  },
10576
11528
  "video/vnd.sealed.mpeg1": {
10577
11529
  source: "iana"
@@ -10745,6 +11697,72 @@ function requireMimeDb () {
10745
11697
  return mimeDb;
10746
11698
  }
10747
11699
 
11700
+ var mimeScore;
11701
+ var hasRequiredMimeScore;
11702
+
11703
+ function requireMimeScore () {
11704
+ if (hasRequiredMimeScore) return mimeScore;
11705
+ hasRequiredMimeScore = 1;
11706
+ // 'mime-score' back-ported to CommonJS
11707
+
11708
+ // Score RFC facets (see https://tools.ietf.org/html/rfc6838#section-3)
11709
+ var FACET_SCORES = {
11710
+ 'prs.': 100,
11711
+ 'x-': 200,
11712
+ 'x.': 300,
11713
+ 'vnd.': 400,
11714
+ default: 900
11715
+ };
11716
+
11717
+ // Score mime source (Logic originally from `jshttp/mime-types` module)
11718
+ var SOURCE_SCORES = {
11719
+ nginx: 10,
11720
+ apache: 20,
11721
+ iana: 40,
11722
+ default: 30 // definitions added by `jshttp/mime-db` project?
11723
+ };
11724
+
11725
+ var TYPE_SCORES = {
11726
+ // prefer application/xml over text/xml
11727
+ // prefer application/rtf over text/rtf
11728
+ application: 1,
11729
+
11730
+ // prefer font/woff over application/font-woff
11731
+ font: 2,
11732
+
11733
+ // prefer video/mp4 over audio/mp4 over application/mp4
11734
+ // See https://www.rfc-editor.org/rfc/rfc4337.html#section-2
11735
+ audio: 2,
11736
+ video: 3,
11737
+
11738
+ default: 0
11739
+ };
11740
+
11741
+ /**
11742
+ * Get each component of the score for a mime type. The sum of these is the
11743
+ * total score. The higher the score, the more "official" the type.
11744
+ */
11745
+ mimeScore = function mimeScore (mimeType, source = 'default') {
11746
+ if (mimeType === 'application/octet-stream') {
11747
+ return 0
11748
+ }
11749
+
11750
+ const [type, subtype] = mimeType.split('/');
11751
+
11752
+ const facet = subtype.replace(/(\.|x-).*/, '$1');
11753
+
11754
+ const facetScore = FACET_SCORES[facet] || FACET_SCORES.default;
11755
+ const sourceScore = SOURCE_SCORES[source] || SOURCE_SCORES.default;
11756
+ const typeScore = TYPE_SCORES[type] || TYPE_SCORES.default;
11757
+
11758
+ // All else being equal prefer shorter types
11759
+ const lengthScore = 1 - mimeType.length / 100;
11760
+
11761
+ return facetScore + sourceScore + typeScore + lengthScore
11762
+ };
11763
+ return mimeScore;
11764
+ }
11765
+
10748
11766
  /*!
10749
11767
  * mime-types
10750
11768
  * Copyright(c) 2014 Jonathan Ong
@@ -10766,6 +11784,7 @@ function requireMimeTypes () {
10766
11784
 
10767
11785
  var db = requireMimeDb();
10768
11786
  var extname = require$$1.extname;
11787
+ var mimeScore = requireMimeScore();
10769
11788
 
10770
11789
  /**
10771
11790
  * Module variables.
@@ -10787,6 +11806,7 @@ function requireMimeTypes () {
10787
11806
  exports$1.extensions = Object.create(null);
10788
11807
  exports$1.lookup = lookup;
10789
11808
  exports$1.types = Object.create(null);
11809
+ exports$1._extensionConflicts = [];
10790
11810
 
10791
11811
  // Populate the extensions/types maps
10792
11812
  populateMaps(exports$1.extensions, exports$1.types);
@@ -10795,7 +11815,7 @@ function requireMimeTypes () {
10795
11815
  * Get the default charset for a MIME type.
10796
11816
  *
10797
11817
  * @param {string} type
10798
- * @return {boolean|string}
11818
+ * @return {false|string}
10799
11819
  */
10800
11820
 
10801
11821
  function charset (type) {
@@ -10823,7 +11843,7 @@ function requireMimeTypes () {
10823
11843
  * Create a full Content-Type header given a MIME type or extension.
10824
11844
  *
10825
11845
  * @param {string} str
10826
- * @return {boolean|string}
11846
+ * @return {false|string}
10827
11847
  */
10828
11848
 
10829
11849
  function contentType (str) {
@@ -10832,9 +11852,7 @@ function requireMimeTypes () {
10832
11852
  return false
10833
11853
  }
10834
11854
 
10835
- var mime = str.indexOf('/') === -1
10836
- ? exports$1.lookup(str)
10837
- : str;
11855
+ var mime = str.indexOf('/') === -1 ? exports$1.lookup(str) : str;
10838
11856
 
10839
11857
  if (!mime) {
10840
11858
  return false
@@ -10853,7 +11871,7 @@ function requireMimeTypes () {
10853
11871
  * Get the default extension for a MIME type.
10854
11872
  *
10855
11873
  * @param {string} type
10856
- * @return {boolean|string}
11874
+ * @return {false|string}
10857
11875
  */
10858
11876
 
10859
11877
  function extension (type) {
@@ -10878,7 +11896,7 @@ function requireMimeTypes () {
10878
11896
  * Lookup the MIME type for a file path/extension.
10879
11897
  *
10880
11898
  * @param {string} path
10881
- * @return {boolean|string}
11899
+ * @return {false|string}
10882
11900
  */
10883
11901
 
10884
11902
  function lookup (path) {
@@ -10889,7 +11907,7 @@ function requireMimeTypes () {
10889
11907
  // get the extension ("ext" or ".ext" or full path)
10890
11908
  var extension = extname('x.' + path)
10891
11909
  .toLowerCase()
10892
- .substr(1);
11910
+ .slice(1);
10893
11911
 
10894
11912
  if (!extension) {
10895
11913
  return false
@@ -10904,9 +11922,6 @@ function requireMimeTypes () {
10904
11922
  */
10905
11923
 
10906
11924
  function populateMaps (extensions, types) {
10907
- // source preference (least -> most)
10908
- var preference = ['nginx', 'apache', undefined, 'iana'];
10909
-
10910
11925
  Object.keys(db).forEach(function forEachMimeType (type) {
10911
11926
  var mime = db[type];
10912
11927
  var exts = mime.extensions;
@@ -10921,22 +11936,48 @@ function requireMimeTypes () {
10921
11936
  // extension -> mime
10922
11937
  for (var i = 0; i < exts.length; i++) {
10923
11938
  var extension = exts[i];
10924
-
10925
- if (types[extension]) {
10926
- var from = preference.indexOf(db[types[extension]].source);
10927
- var to = preference.indexOf(mime.source);
10928
-
10929
- if (types[extension] !== 'application/octet-stream' &&
10930
- (from > to || (from === to && types[extension].substr(0, 12) === 'application/'))) {
10931
- // skip the remapping
10932
- continue
10933
- }
11939
+ types[extension] = _preferredType(extension, types[extension], type);
11940
+
11941
+ // DELETE (eventually): Capture extension->type maps that change as a
11942
+ // result of switching to mime-score. This is just to help make reviewing
11943
+ // PR #119 easier, and can be removed once that PR is approved.
11944
+ const legacyType = _preferredTypeLegacy(
11945
+ extension,
11946
+ types[extension],
11947
+ type
11948
+ );
11949
+ if (legacyType !== types[extension]) {
11950
+ exports$1._extensionConflicts.push([extension, legacyType, types[extension]]);
10934
11951
  }
10935
-
10936
- // set the extension -> mime
10937
- types[extension] = type;
10938
11952
  }
10939
11953
  });
11954
+ }
11955
+
11956
+ // Resolve type conflict using mime-score
11957
+ function _preferredType (ext, type0, type1) {
11958
+ var score0 = type0 ? mimeScore(type0, db[type0].source) : 0;
11959
+ var score1 = type1 ? mimeScore(type1, db[type1].source) : 0;
11960
+
11961
+ return score0 > score1 ? type0 : type1
11962
+ }
11963
+
11964
+ // Resolve type conflict using pre-mime-score logic
11965
+ function _preferredTypeLegacy (ext, type0, type1) {
11966
+ var SOURCE_RANK = ['nginx', 'apache', undefined, 'iana'];
11967
+
11968
+ var score0 = type0 ? SOURCE_RANK.indexOf(db[type0].source) : 0;
11969
+ var score1 = type1 ? SOURCE_RANK.indexOf(db[type1].source) : 0;
11970
+
11971
+ if (
11972
+ exports$1.types[extension] !== 'application/octet-stream' &&
11973
+ (score0 > score1 ||
11974
+ (score0 === score1 &&
11975
+ exports$1.types[extension]?.slice(0, 12) === 'application/'))
11976
+ ) {
11977
+ return type0
11978
+ }
11979
+
11980
+ return score0 > score1 ? type0 : type1
10940
11981
  }
10941
11982
  } (mimeTypes));
10942
11983
  return mimeTypes;