node-red-contrib-web-worldmap 2.27.1 → 2.27.2

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 (55) hide show
  1. package/CHANGELOG.md +1 -0
  2. package/README.md +1 -0
  3. package/node_modules/accepts/HISTORY.md +7 -0
  4. package/node_modules/accepts/README.md +3 -5
  5. package/node_modules/accepts/package.json +31 -34
  6. package/node_modules/body-parser/HISTORY.md +9 -0
  7. package/node_modules/body-parser/node_modules/bytes/History.md +5 -0
  8. package/node_modules/body-parser/node_modules/bytes/index.js +4 -0
  9. package/node_modules/body-parser/node_modules/bytes/package.json +11 -11
  10. package/node_modules/body-parser/package.json +16 -16
  11. package/node_modules/compressible/HISTORY.md +7 -0
  12. package/node_modules/compressible/package.json +26 -29
  13. package/node_modules/cookie/HISTORY.md +6 -0
  14. package/node_modules/cookie/README.md +49 -20
  15. package/node_modules/cookie/index.js +11 -11
  16. package/node_modules/cookie/package.json +18 -16
  17. package/node_modules/express/History.md +15 -0
  18. package/node_modules/express/lib/response.js +1 -1
  19. package/node_modules/express/lib/utils.js +2 -1
  20. package/node_modules/express/package.json +16 -15
  21. package/node_modules/mime-db/HISTORY.md +82 -0
  22. package/node_modules/mime-db/README.md +15 -9
  23. package/node_modules/mime-db/db.json +689 -52
  24. package/node_modules/mime-db/package.json +29 -31
  25. package/node_modules/mime-types/HISTORY.md +82 -2
  26. package/node_modules/mime-types/README.md +8 -8
  27. package/node_modules/mime-types/package.json +29 -31
  28. package/node_modules/negotiator/HISTORY.md +5 -0
  29. package/node_modules/negotiator/README.md +3 -3
  30. package/node_modules/negotiator/index.js +4 -46
  31. package/node_modules/negotiator/lib/language.js +3 -3
  32. package/node_modules/negotiator/package.json +22 -25
  33. package/node_modules/qs/.editorconfig +1 -0
  34. package/node_modules/qs/.eslintrc +6 -3
  35. package/node_modules/qs/CHANGELOG.md +12 -0
  36. package/node_modules/qs/README.md +31 -19
  37. package/node_modules/qs/dist/qs.js +16 -6
  38. package/node_modules/qs/lib/parse.js +1 -1
  39. package/node_modules/qs/lib/stringify.js +14 -5
  40. package/node_modules/qs/lib/utils.js +1 -0
  41. package/node_modules/qs/package.json +22 -21
  42. package/node_modules/qs/test/parse.js +60 -0
  43. package/node_modules/qs/test/stringify.js +23 -12
  44. package/node_modules/raw-body/HISTORY.md +5 -0
  45. package/node_modules/raw-body/README.md +5 -3
  46. package/node_modules/raw-body/node_modules/bytes/History.md +5 -0
  47. package/node_modules/raw-body/node_modules/bytes/index.js +4 -0
  48. package/node_modules/raw-body/node_modules/bytes/package.json +11 -11
  49. package/node_modules/raw-body/package.json +14 -14
  50. package/package.json +1 -1
  51. package/worldmap/index.html +1 -0
  52. package/worldmap/index3d.html +2 -2
  53. package/worldmap/leaflet/leaflet.antimeridian-src.js +254 -0
  54. package/worldmap/worldmap.js +8 -4
  55. package/node_modules/qs/.eslintignore +0 -2
@@ -4,15 +4,27 @@
4
4
  },
5
5
  "application/3gpdash-qoe-report+xml": {
6
6
  "source": "iana",
7
+ "charset": "UTF-8",
7
8
  "compressible": true
8
9
  },
9
10
  "application/3gpp-ims+xml": {
10
11
  "source": "iana",
11
12
  "compressible": true
12
13
  },
14
+ "application/3gpphal+json": {
15
+ "source": "iana",
16
+ "compressible": true
17
+ },
18
+ "application/3gpphalforms+json": {
19
+ "source": "iana",
20
+ "compressible": true
21
+ },
13
22
  "application/a2l": {
14
23
  "source": "iana"
15
24
  },
25
+ "application/ace+cbor": {
26
+ "source": "iana"
27
+ },
16
28
  "application/activemessage": {
17
29
  "source": "iana"
18
30
  },
@@ -60,6 +72,14 @@
60
72
  "source": "iana",
61
73
  "compressible": true
62
74
  },
75
+ "application/alto-updatestreamcontrol+json": {
76
+ "source": "iana",
77
+ "compressible": true
78
+ },
79
+ "application/alto-updatestreamparams+json": {
80
+ "source": "iana",
81
+ "compressible": true
82
+ },
63
83
  "application/aml": {
64
84
  "source": "iana"
65
85
  },
@@ -74,6 +94,9 @@
74
94
  "source": "apache",
75
95
  "extensions": ["aw"]
76
96
  },
97
+ "application/at+jwt": {
98
+ "source": "iana"
99
+ },
77
100
  "application/atf": {
78
101
  "source": "iana"
79
102
  },
@@ -92,7 +115,8 @@
92
115
  },
93
116
  "application/atomdeleted+xml": {
94
117
  "source": "iana",
95
- "compressible": true
118
+ "compressible": true,
119
+ "extensions": ["atomdeleted"]
96
120
  },
97
121
  "application/atomicmail": {
98
122
  "source": "iana"
@@ -104,15 +128,25 @@
104
128
  },
105
129
  "application/atsc-dwd+xml": {
106
130
  "source": "iana",
107
- "compressible": true
131
+ "compressible": true,
132
+ "extensions": ["dwd"]
133
+ },
134
+ "application/atsc-dynamic-event-message": {
135
+ "source": "iana"
108
136
  },
109
137
  "application/atsc-held+xml": {
138
+ "source": "iana",
139
+ "compressible": true,
140
+ "extensions": ["held"]
141
+ },
142
+ "application/atsc-rdt+json": {
110
143
  "source": "iana",
111
144
  "compressible": true
112
145
  },
113
146
  "application/atsc-rsat+xml": {
114
147
  "source": "iana",
115
- "compressible": true
148
+ "compressible": true,
149
+ "extensions": ["rsat"]
116
150
  },
117
151
  "application/atxml": {
118
152
  "source": "iana"
@@ -134,6 +168,7 @@
134
168
  },
135
169
  "application/beep+xml": {
136
170
  "source": "iana",
171
+ "charset": "UTF-8",
137
172
  "compressible": true
138
173
  },
139
174
  "application/calendar+json": {
@@ -142,7 +177,8 @@
142
177
  },
143
178
  "application/calendar+xml": {
144
179
  "source": "iana",
145
- "compressible": true
180
+ "compressible": true,
181
+ "extensions": ["xcs"]
146
182
  },
147
183
  "application/call-completion": {
148
184
  "source": "iana"
@@ -150,9 +186,16 @@
150
186
  "application/cals-1840": {
151
187
  "source": "iana"
152
188
  },
189
+ "application/captive+json": {
190
+ "source": "iana",
191
+ "compressible": true
192
+ },
153
193
  "application/cbor": {
154
194
  "source": "iana"
155
195
  },
196
+ "application/cbor-seq": {
197
+ "source": "iana"
198
+ },
156
199
  "application/cccex": {
157
200
  "source": "iana"
158
201
  },
@@ -167,7 +210,8 @@
167
210
  },
168
211
  "application/cdfx+xml": {
169
212
  "source": "iana",
170
- "compressible": true
213
+ "compressible": true,
214
+ "extensions": ["cdfx"]
171
215
  },
172
216
  "application/cdmi-capability": {
173
217
  "source": "iana",
@@ -206,6 +250,13 @@
206
250
  "application/cfw": {
207
251
  "source": "iana"
208
252
  },
253
+ "application/clr": {
254
+ "source": "iana"
255
+ },
256
+ "application/clue+xml": {
257
+ "source": "iana",
258
+ "compressible": true
259
+ },
209
260
  "application/clue_info+xml": {
210
261
  "source": "iana",
211
262
  "compressible": true
@@ -330,6 +381,9 @@
330
381
  "compressible": true,
331
382
  "extensions": ["dbk"]
332
383
  },
384
+ "application/dots+cbor": {
385
+ "source": "iana"
386
+ },
333
387
  "application/dskpp+xml": {
334
388
  "source": "iana",
335
389
  "compressible": true
@@ -349,7 +403,7 @@
349
403
  "application/ecmascript": {
350
404
  "source": "iana",
351
405
  "compressible": true,
352
- "extensions": ["ecma","es"]
406
+ "extensions": ["es","ecma"]
353
407
  },
354
408
  "application/edi-consent": {
355
409
  "source": "iana"
@@ -365,6 +419,20 @@
365
419
  "application/efi": {
366
420
  "source": "iana"
367
421
  },
422
+ "application/elm+json": {
423
+ "source": "iana",
424
+ "charset": "UTF-8",
425
+ "compressible": true
426
+ },
427
+ "application/elm+xml": {
428
+ "source": "iana",
429
+ "compressible": true
430
+ },
431
+ "application/emergencycalldata.cap+xml": {
432
+ "source": "iana",
433
+ "charset": "UTF-8",
434
+ "compressible": true
435
+ },
368
436
  "application/emergencycalldata.comment+xml": {
369
437
  "source": "iana",
370
438
  "compressible": true
@@ -403,7 +471,8 @@
403
471
  },
404
472
  "application/emotionml+xml": {
405
473
  "source": "iana",
406
- "compressible": true
474
+ "compressible": true,
475
+ "extensions": ["emotionml"]
407
476
  },
408
477
  "application/encaprtp": {
409
478
  "source": "iana"
@@ -428,6 +497,10 @@
428
497
  "source": "iana",
429
498
  "compressible": true
430
499
  },
500
+ "application/express": {
501
+ "source": "iana",
502
+ "extensions": ["exp"]
503
+ },
431
504
  "application/fastinfoset": {
432
505
  "source": "iana"
433
506
  },
@@ -436,14 +509,17 @@
436
509
  },
437
510
  "application/fdt+xml": {
438
511
  "source": "iana",
439
- "compressible": true
512
+ "compressible": true,
513
+ "extensions": ["fdt"]
440
514
  },
441
515
  "application/fhir+json": {
442
516
  "source": "iana",
517
+ "charset": "UTF-8",
443
518
  "compressible": true
444
519
  },
445
520
  "application/fhir+xml": {
446
521
  "source": "iana",
522
+ "charset": "UTF-8",
447
523
  "compressible": true
448
524
  },
449
525
  "application/fido.trusted-apps+json": {
@@ -452,6 +528,9 @@
452
528
  "application/fits": {
453
529
  "source": "iana"
454
530
  },
531
+ "application/flexfec": {
532
+ "source": "iana"
533
+ },
455
534
  "application/font-sfnt": {
456
535
  "source": "iana"
457
536
  },
@@ -537,6 +616,7 @@
537
616
  },
538
617
  "application/im-iscomposing+xml": {
539
618
  "source": "iana",
619
+ "charset": "UTF-8",
540
620
  "compressible": true
541
621
  },
542
622
  "application/index": {
@@ -574,7 +654,8 @@
574
654
  },
575
655
  "application/its+xml": {
576
656
  "source": "iana",
577
- "compressible": true
657
+ "compressible": true,
658
+ "extensions": ["its"]
578
659
  },
579
660
  "application/java-archive": {
580
661
  "source": "apache",
@@ -612,6 +693,10 @@
612
693
  "source": "iana",
613
694
  "compressible": true
614
695
  },
696
+ "application/jscalendar+json": {
697
+ "source": "iana",
698
+ "compressible": true
699
+ },
615
700
  "application/json": {
616
701
  "source": "iana",
617
702
  "charset": "UTF-8",
@@ -659,7 +744,8 @@
659
744
  },
660
745
  "application/lgr+xml": {
661
746
  "source": "iana",
662
- "compressible": true
747
+ "compressible": true,
748
+ "extensions": ["lgr"]
663
749
  },
664
750
  "application/link-format": {
665
751
  "source": "iana"
@@ -677,6 +763,10 @@
677
763
  "source": "iana",
678
764
  "compressible": true
679
765
  },
766
+ "application/lpf+zip": {
767
+ "source": "iana",
768
+ "compressible": false
769
+ },
680
770
  "application/lxf": {
681
771
  "source": "iana"
682
772
  },
@@ -697,6 +787,7 @@
697
787
  "extensions": ["mads"]
698
788
  },
699
789
  "application/manifest+json": {
790
+ "source": "iana",
700
791
  "charset": "UTF-8",
701
792
  "compressible": true,
702
793
  "extensions": ["webmanifest"]
@@ -813,13 +904,21 @@
813
904
  "application/mikey": {
814
905
  "source": "iana"
815
906
  },
907
+ "application/mipc": {
908
+ "source": "iana"
909
+ },
910
+ "application/missing-blocks+cbor-seq": {
911
+ "source": "iana"
912
+ },
816
913
  "application/mmt-aei+xml": {
817
914
  "source": "iana",
818
- "compressible": true
915
+ "compressible": true,
916
+ "extensions": ["maei"]
819
917
  },
820
918
  "application/mmt-usd+xml": {
821
919
  "source": "iana",
822
- "compressible": true
920
+ "compressible": true,
921
+ "extensions": ["musd"]
823
922
  },
824
923
  "application/mods+xml": {
825
924
  "source": "iana",
@@ -865,10 +964,12 @@
865
964
  },
866
965
  "application/msc-ivr+xml": {
867
966
  "source": "iana",
967
+ "charset": "UTF-8",
868
968
  "compressible": true
869
969
  },
870
970
  "application/msc-mixer+xml": {
871
971
  "source": "iana",
972
+ "charset": "UTF-8",
872
973
  "compressible": true
873
974
  },
874
975
  "application/msword": {
@@ -880,6 +981,9 @@
880
981
  "source": "iana",
881
982
  "compressible": true
882
983
  },
984
+ "application/multipart-core": {
985
+ "source": "iana"
986
+ },
883
987
  "application/mxf": {
884
988
  "source": "iana",
885
989
  "extensions": ["mxf"]
@@ -896,10 +1000,12 @@
896
1000
  "source": "iana"
897
1001
  },
898
1002
  "application/news-checkgroups": {
899
- "source": "iana"
1003
+ "source": "iana",
1004
+ "charset": "US-ASCII"
900
1005
  },
901
1006
  "application/news-groupinfo": {
902
- "source": "iana"
1007
+ "source": "iana",
1008
+ "charset": "US-ASCII"
903
1009
  },
904
1010
  "application/news-transmission": {
905
1011
  "source": "iana"
@@ -909,11 +1015,15 @@
909
1015
  "compressible": true
910
1016
  },
911
1017
  "application/node": {
912
- "source": "iana"
1018
+ "source": "iana",
1019
+ "extensions": ["cjs"]
913
1020
  },
914
1021
  "application/nss": {
915
1022
  "source": "iana"
916
1023
  },
1024
+ "application/oauth-authz-req+jwt": {
1025
+ "source": "iana"
1026
+ },
917
1027
  "application/ocsp-request": {
918
1028
  "source": "iana"
919
1029
  },
@@ -955,6 +1065,10 @@
955
1065
  "source": "apache",
956
1066
  "extensions": ["onetoc","onetoc2","onetmp","onepkg"]
957
1067
  },
1068
+ "application/opc-nodeset+xml": {
1069
+ "source": "iana",
1070
+ "compressible": true
1071
+ },
958
1072
  "application/oscore": {
959
1073
  "source": "iana"
960
1074
  },
@@ -962,9 +1076,17 @@
962
1076
  "source": "iana",
963
1077
  "extensions": ["oxps"]
964
1078
  },
1079
+ "application/p21": {
1080
+ "source": "iana"
1081
+ },
1082
+ "application/p21+zip": {
1083
+ "source": "iana",
1084
+ "compressible": false
1085
+ },
965
1086
  "application/p2p-overlay+xml": {
966
1087
  "source": "iana",
967
- "compressible": true
1088
+ "compressible": true,
1089
+ "extensions": ["relo"]
968
1090
  },
969
1091
  "application/parityfec": {
970
1092
  "source": "iana"
@@ -1006,10 +1128,12 @@
1006
1128
  },
1007
1129
  "application/pidf+xml": {
1008
1130
  "source": "iana",
1131
+ "charset": "UTF-8",
1009
1132
  "compressible": true
1010
1133
  },
1011
1134
  "application/pidf-diff+xml": {
1012
1135
  "source": "iana",
1136
+ "charset": "UTF-8",
1013
1137
  "compressible": true
1014
1138
  },
1015
1139
  "application/pkcs10": {
@@ -1061,6 +1185,7 @@
1061
1185
  },
1062
1186
  "application/poc-settings+xml": {
1063
1187
  "source": "iana",
1188
+ "charset": "UTF-8",
1064
1189
  "compressible": true
1065
1190
  },
1066
1191
  "application/postscript": {
@@ -1082,7 +1207,8 @@
1082
1207
  },
1083
1208
  "application/provenance+xml": {
1084
1209
  "source": "iana",
1085
- "compressible": true
1210
+ "compressible": true,
1211
+ "extensions": ["provx"]
1086
1212
  },
1087
1213
  "application/prs.alvestrand.titrax-sheet": {
1088
1214
  "source": "iana"
@@ -1091,6 +1217,10 @@
1091
1217
  "source": "iana",
1092
1218
  "extensions": ["cww"]
1093
1219
  },
1220
+ "application/prs.cyn": {
1221
+ "source": "iana",
1222
+ "charset": "7-BIT"
1223
+ },
1094
1224
  "application/prs.hpub+zip": {
1095
1225
  "source": "iana",
1096
1226
  "compressible": false
@@ -1113,6 +1243,10 @@
1113
1243
  "compressible": true,
1114
1244
  "extensions": ["pskcxml"]
1115
1245
  },
1246
+ "application/pvd+json": {
1247
+ "source": "iana",
1248
+ "compressible": true
1249
+ },
1116
1250
  "application/qsig": {
1117
1251
  "source": "iana"
1118
1252
  },
@@ -1176,15 +1310,18 @@
1176
1310
  },
1177
1311
  "application/route-apd+xml": {
1178
1312
  "source": "iana",
1179
- "compressible": true
1313
+ "compressible": true,
1314
+ "extensions": ["rapd"]
1180
1315
  },
1181
1316
  "application/route-s-tsid+xml": {
1182
1317
  "source": "iana",
1183
- "compressible": true
1318
+ "compressible": true,
1319
+ "extensions": ["sls"]
1184
1320
  },
1185
1321
  "application/route-usd+xml": {
1186
1322
  "source": "iana",
1187
- "compressible": true
1323
+ "compressible": true,
1324
+ "extensions": ["rusd"]
1188
1325
  },
1189
1326
  "application/rpki-ghostbusters": {
1190
1327
  "source": "iana",
@@ -1233,6 +1370,17 @@
1233
1370
  "source": "iana",
1234
1371
  "compressible": true
1235
1372
  },
1373
+ "application/sarif+json": {
1374
+ "source": "iana",
1375
+ "compressible": true
1376
+ },
1377
+ "application/sarif-external-properties+json": {
1378
+ "source": "iana",
1379
+ "compressible": true
1380
+ },
1381
+ "application/sbe": {
1382
+ "source": "iana"
1383
+ },
1236
1384
  "application/sbml+xml": {
1237
1385
  "source": "iana",
1238
1386
  "compressible": true,
@@ -1277,6 +1425,14 @@
1277
1425
  "compressible": true
1278
1426
  },
1279
1427
  "application/senml+xml": {
1428
+ "source": "iana",
1429
+ "compressible": true,
1430
+ "extensions": ["senmlx"]
1431
+ },
1432
+ "application/senml-etch+cbor": {
1433
+ "source": "iana"
1434
+ },
1435
+ "application/senml-etch+json": {
1280
1436
  "source": "iana",
1281
1437
  "compressible": true
1282
1438
  },
@@ -1292,7 +1448,8 @@
1292
1448
  },
1293
1449
  "application/sensml+xml": {
1294
1450
  "source": "iana",
1295
- "compressible": true
1451
+ "compressible": true,
1452
+ "extensions": ["sensmlx"]
1296
1453
  },
1297
1454
  "application/sensml-exi": {
1298
1455
  "source": "iana"
@@ -1346,6 +1503,9 @@
1346
1503
  "application/simplesymbolcontainer": {
1347
1504
  "source": "iana"
1348
1505
  },
1506
+ "application/sipc": {
1507
+ "source": "iana"
1508
+ },
1349
1509
  "application/slate": {
1350
1510
  "source": "iana"
1351
1511
  },
@@ -1376,6 +1536,10 @@
1376
1536
  "compressible": true,
1377
1537
  "extensions": ["srx"]
1378
1538
  },
1539
+ "application/spdx+json": {
1540
+ "source": "iana",
1541
+ "compressible": true
1542
+ },
1379
1543
  "application/spirits-event+xml": {
1380
1544
  "source": "iana",
1381
1545
  "compressible": true
@@ -1411,6 +1575,11 @@
1411
1575
  "source": "iana",
1412
1576
  "compressible": true
1413
1577
  },
1578
+ "application/swid+xml": {
1579
+ "source": "iana",
1580
+ "compressible": true,
1581
+ "extensions": ["swidtag"]
1582
+ },
1414
1583
  "application/tamp-apex-update": {
1415
1584
  "source": "iana"
1416
1585
  },
@@ -1451,6 +1620,10 @@
1451
1620
  "source": "iana",
1452
1621
  "compressible": true
1453
1622
  },
1623
+ "application/td+json": {
1624
+ "source": "iana",
1625
+ "compressible": true
1626
+ },
1454
1627
  "application/tei+xml": {
1455
1628
  "source": "iana",
1456
1629
  "compressible": true,
@@ -1484,15 +1657,24 @@
1484
1657
  "application/tnauthlist": {
1485
1658
  "source": "iana"
1486
1659
  },
1660
+ "application/token-introspection+jwt": {
1661
+ "source": "iana"
1662
+ },
1663
+ "application/toml": {
1664
+ "compressible": true,
1665
+ "extensions": ["toml"]
1666
+ },
1487
1667
  "application/trickle-ice-sdpfrag": {
1488
1668
  "source": "iana"
1489
1669
  },
1490
1670
  "application/trig": {
1491
- "source": "iana"
1671
+ "source": "iana",
1672
+ "extensions": ["trig"]
1492
1673
  },
1493
1674
  "application/ttml+xml": {
1494
1675
  "source": "iana",
1495
- "compressible": true
1676
+ "compressible": true,
1677
+ "extensions": ["ttml"]
1496
1678
  },
1497
1679
  "application/tve-trigger": {
1498
1680
  "source": "iana"
@@ -1503,6 +1685,10 @@
1503
1685
  "application/tzif-leap": {
1504
1686
  "source": "iana"
1505
1687
  },
1688
+ "application/ubjson": {
1689
+ "compressible": false,
1690
+ "extensions": ["ubj"]
1691
+ },
1506
1692
  "application/ulpfec": {
1507
1693
  "source": "iana"
1508
1694
  },
@@ -1512,11 +1698,13 @@
1512
1698
  },
1513
1699
  "application/urc-ressheet+xml": {
1514
1700
  "source": "iana",
1515
- "compressible": true
1701
+ "compressible": true,
1702
+ "extensions": ["rsheet"]
1516
1703
  },
1517
1704
  "application/urc-targetdesc+xml": {
1518
1705
  "source": "iana",
1519
- "compressible": true
1706
+ "compressible": true,
1707
+ "extensions": ["td"]
1520
1708
  },
1521
1709
  "application/urc-uisocketdesc+xml": {
1522
1710
  "source": "iana",
@@ -1538,7 +1726,8 @@
1538
1726
  },
1539
1727
  "application/vnd.1000minds.decision-model+xml": {
1540
1728
  "source": "iana",
1541
- "compressible": true
1729
+ "compressible": true,
1730
+ "extensions": ["1km"]
1542
1731
  },
1543
1732
  "application/vnd.3gpp-prose+xml": {
1544
1733
  "source": "iana",
@@ -1551,6 +1740,9 @@
1551
1740
  "application/vnd.3gpp-v2x-local-service-information": {
1552
1741
  "source": "iana"
1553
1742
  },
1743
+ "application/vnd.3gpp.5gnas": {
1744
+ "source": "iana"
1745
+ },
1554
1746
  "application/vnd.3gpp.access-transfer-events+xml": {
1555
1747
  "source": "iana",
1556
1748
  "compressible": true
@@ -1563,6 +1755,15 @@
1563
1755
  "source": "iana",
1564
1756
  "compressible": true
1565
1757
  },
1758
+ "application/vnd.3gpp.gtpc": {
1759
+ "source": "iana"
1760
+ },
1761
+ "application/vnd.3gpp.interworking-data": {
1762
+ "source": "iana"
1763
+ },
1764
+ "application/vnd.3gpp.lpp": {
1765
+ "source": "iana"
1766
+ },
1566
1767
  "application/vnd.3gpp.mc-signalling-ear": {
1567
1768
  "source": "iana"
1568
1769
  },
@@ -1640,6 +1841,10 @@
1640
1841
  "source": "iana",
1641
1842
  "compressible": true
1642
1843
  },
1844
+ "application/vnd.3gpp.mcvideo-info+xml": {
1845
+ "source": "iana",
1846
+ "compressible": true
1847
+ },
1643
1848
  "application/vnd.3gpp.mcvideo-location-info+xml": {
1644
1849
  "source": "iana",
1645
1850
  "compressible": true
@@ -1668,6 +1873,12 @@
1668
1873
  "source": "iana",
1669
1874
  "compressible": true
1670
1875
  },
1876
+ "application/vnd.3gpp.ngap": {
1877
+ "source": "iana"
1878
+ },
1879
+ "application/vnd.3gpp.pfcp": {
1880
+ "source": "iana"
1881
+ },
1671
1882
  "application/vnd.3gpp.pic-bw-large": {
1672
1883
  "source": "iana",
1673
1884
  "extensions": ["plb"]
@@ -1680,6 +1891,9 @@
1680
1891
  "source": "iana",
1681
1892
  "extensions": ["pvb"]
1682
1893
  },
1894
+ "application/vnd.3gpp.s1ap": {
1895
+ "source": "iana"
1896
+ },
1683
1897
  "application/vnd.3gpp.sms": {
1684
1898
  "source": "iana"
1685
1899
  },
@@ -1771,9 +1985,46 @@
1771
1985
  "application/vnd.afpc.afplinedata": {
1772
1986
  "source": "iana"
1773
1987
  },
1988
+ "application/vnd.afpc.afplinedata-pagedef": {
1989
+ "source": "iana"
1990
+ },
1991
+ "application/vnd.afpc.cmoca-cmresource": {
1992
+ "source": "iana"
1993
+ },
1994
+ "application/vnd.afpc.foca-charset": {
1995
+ "source": "iana"
1996
+ },
1997
+ "application/vnd.afpc.foca-codedfont": {
1998
+ "source": "iana"
1999
+ },
2000
+ "application/vnd.afpc.foca-codepage": {
2001
+ "source": "iana"
2002
+ },
1774
2003
  "application/vnd.afpc.modca": {
1775
2004
  "source": "iana"
1776
2005
  },
2006
+ "application/vnd.afpc.modca-cmtable": {
2007
+ "source": "iana"
2008
+ },
2009
+ "application/vnd.afpc.modca-formdef": {
2010
+ "source": "iana"
2011
+ },
2012
+ "application/vnd.afpc.modca-mediummap": {
2013
+ "source": "iana"
2014
+ },
2015
+ "application/vnd.afpc.modca-objectcontainer": {
2016
+ "source": "iana"
2017
+ },
2018
+ "application/vnd.afpc.modca-overlay": {
2019
+ "source": "iana"
2020
+ },
2021
+ "application/vnd.afpc.modca-pagesegment": {
2022
+ "source": "iana"
2023
+ },
2024
+ "application/vnd.age": {
2025
+ "source": "iana",
2026
+ "extensions": ["age"]
2027
+ },
1777
2028
  "application/vnd.ah-barcode": {
1778
2029
  "source": "iana"
1779
2030
  },
@@ -1812,6 +2063,9 @@
1812
2063
  "source": "iana",
1813
2064
  "compressible": true
1814
2065
  },
2066
+ "application/vnd.android.ota": {
2067
+ "source": "iana"
2068
+ },
1815
2069
  "application/vnd.android.package-archive": {
1816
2070
  "source": "apache",
1817
2071
  "compressible": false,
@@ -1832,6 +2086,12 @@
1832
2086
  "source": "iana",
1833
2087
  "extensions": ["atx"]
1834
2088
  },
2089
+ "application/vnd.apache.arrow.file": {
2090
+ "source": "iana"
2091
+ },
2092
+ "application/vnd.apache.arrow.stream": {
2093
+ "source": "iana"
2094
+ },
1835
2095
  "application/vnd.apache.thrift.binary": {
1836
2096
  "source": "iana"
1837
2097
  },
@@ -1845,6 +2105,10 @@
1845
2105
  "source": "iana",
1846
2106
  "compressible": true
1847
2107
  },
2108
+ "application/vnd.aplextor.warrp+json": {
2109
+ "source": "iana",
2110
+ "compressible": true
2111
+ },
1848
2112
  "application/vnd.apothekende.reservation+json": {
1849
2113
  "source": "iana",
1850
2114
  "compressible": true
@@ -1856,7 +2120,7 @@
1856
2120
  },
1857
2121
  "application/vnd.apple.keynote": {
1858
2122
  "source": "iana",
1859
- "extensions": ["keynote"]
2123
+ "extensions": ["key"]
1860
2124
  },
1861
2125
  "application/vnd.apple.mpegurl": {
1862
2126
  "source": "iana",
@@ -1909,7 +2173,8 @@
1909
2173
  },
1910
2174
  "application/vnd.balsamiq.bmml+xml": {
1911
2175
  "source": "iana",
1912
- "compressible": true
2176
+ "compressible": true,
2177
+ "extensions": ["bmml"]
1913
2178
  },
1914
2179
  "application/vnd.balsamiq.bmpr": {
1915
2180
  "source": "iana"
@@ -1917,6 +2182,9 @@
1917
2182
  "application/vnd.banana-accounting": {
1918
2183
  "source": "iana"
1919
2184
  },
2185
+ "application/vnd.bbf.usp.error": {
2186
+ "source": "iana"
2187
+ },
1920
2188
  "application/vnd.bbf.usp.msg": {
1921
2189
  "source": "iana"
1922
2190
  },
@@ -1952,6 +2220,12 @@
1952
2220
  "source": "iana",
1953
2221
  "extensions": ["bmi"]
1954
2222
  },
2223
+ "application/vnd.bpf": {
2224
+ "source": "iana"
2225
+ },
2226
+ "application/vnd.bpf3": {
2227
+ "source": "iana"
2228
+ },
1955
2229
  "application/vnd.businessobjects": {
1956
2230
  "source": "iana",
1957
2231
  "extensions": ["rep"]
@@ -1991,6 +2265,9 @@
1991
2265
  "source": "iana",
1992
2266
  "extensions": ["mmd"]
1993
2267
  },
2268
+ "application/vnd.ciedi": {
2269
+ "source": "iana"
2270
+ },
1994
2271
  "application/vnd.cinderella": {
1995
2272
  "source": "iana",
1996
2273
  "extensions": ["cdy"]
@@ -2107,6 +2384,19 @@
2107
2384
  "compressible": true,
2108
2385
  "extensions": ["wbs"]
2109
2386
  },
2387
+ "application/vnd.cryptii.pipe+json": {
2388
+ "source": "iana",
2389
+ "compressible": true
2390
+ },
2391
+ "application/vnd.crypto-shade-file": {
2392
+ "source": "iana"
2393
+ },
2394
+ "application/vnd.cryptomator.encrypted": {
2395
+ "source": "iana"
2396
+ },
2397
+ "application/vnd.cryptomator.vault": {
2398
+ "source": "iana"
2399
+ },
2110
2400
  "application/vnd.ctc-posml": {
2111
2401
  "source": "iana",
2112
2402
  "extensions": ["pml"]
@@ -2149,10 +2439,24 @@
2149
2439
  "application/vnd.cybank": {
2150
2440
  "source": "iana"
2151
2441
  },
2442
+ "application/vnd.cyclonedx+json": {
2443
+ "source": "iana",
2444
+ "compressible": true
2445
+ },
2446
+ "application/vnd.cyclonedx+xml": {
2447
+ "source": "iana",
2448
+ "compressible": true
2449
+ },
2152
2450
  "application/vnd.d2l.coursepackage1p0+zip": {
2153
2451
  "source": "iana",
2154
2452
  "compressible": false
2155
2453
  },
2454
+ "application/vnd.d3m-dataset": {
2455
+ "source": "iana"
2456
+ },
2457
+ "application/vnd.d3m-problem": {
2458
+ "source": "iana"
2459
+ },
2156
2460
  "application/vnd.dart": {
2157
2461
  "source": "iana",
2158
2462
  "compressible": true,
@@ -2170,6 +2474,10 @@
2170
2474
  "source": "iana",
2171
2475
  "compressible": true
2172
2476
  },
2477
+ "application/vnd.dbf": {
2478
+ "source": "iana",
2479
+ "extensions": ["dbf"]
2480
+ },
2173
2481
  "application/vnd.debian.binary-package": {
2174
2482
  "source": "iana"
2175
2483
  },
@@ -2254,6 +2562,10 @@
2254
2562
  "source": "iana",
2255
2563
  "extensions": ["ait"]
2256
2564
  },
2565
+ "application/vnd.dvb.dvbisl+xml": {
2566
+ "source": "iana",
2567
+ "compressible": true
2568
+ },
2257
2569
  "application/vnd.dvb.dvbj": {
2258
2570
  "source": "iana"
2259
2571
  },
@@ -2540,6 +2852,10 @@
2540
2852
  "application/vnd.ffsns": {
2541
2853
  "source": "iana"
2542
2854
  },
2855
+ "application/vnd.ficlab.flb+zip": {
2856
+ "source": "iana",
2857
+ "compressible": false
2858
+ },
2543
2859
  "application/vnd.filmit.zfc": {
2544
2860
  "source": "iana"
2545
2861
  },
@@ -2576,6 +2892,19 @@
2576
2892
  "source": "iana",
2577
2893
  "extensions": ["fsc"]
2578
2894
  },
2895
+ "application/vnd.fujifilm.fb.docuworks": {
2896
+ "source": "iana"
2897
+ },
2898
+ "application/vnd.fujifilm.fb.docuworks.binder": {
2899
+ "source": "iana"
2900
+ },
2901
+ "application/vnd.fujifilm.fb.docuworks.container": {
2902
+ "source": "iana"
2903
+ },
2904
+ "application/vnd.fujifilm.fb.jfi+xml": {
2905
+ "source": "iana",
2906
+ "compressible": true
2907
+ },
2579
2908
  "application/vnd.fujitsu.oasys": {
2580
2909
  "source": "iana",
2581
2910
  "extensions": ["oas"]
@@ -2638,6 +2967,10 @@
2638
2967
  "source": "iana",
2639
2968
  "extensions": ["txd"]
2640
2969
  },
2970
+ "application/vnd.gentics.grd+json": {
2971
+ "source": "iana",
2972
+ "compressible": true
2973
+ },
2641
2974
  "application/vnd.geo+json": {
2642
2975
  "source": "iana",
2643
2976
  "compressible": true
@@ -2650,6 +2983,9 @@
2650
2983
  "source": "iana",
2651
2984
  "extensions": ["ggb"]
2652
2985
  },
2986
+ "application/vnd.geogebra.slides": {
2987
+ "source": "iana"
2988
+ },
2653
2989
  "application/vnd.geogebra.tool": {
2654
2990
  "source": "iana",
2655
2991
  "extensions": ["ggt"]
@@ -3004,6 +3340,10 @@
3004
3340
  "source": "iana",
3005
3341
  "extensions": ["fcs"]
3006
3342
  },
3343
+ "application/vnd.iso11783-10+zip": {
3344
+ "source": "iana",
3345
+ "compressible": false
3346
+ },
3007
3347
  "application/vnd.jam": {
3008
3348
  "source": "iana",
3009
3349
  "extensions": ["jam"]
@@ -3103,6 +3443,9 @@
3103
3443
  "source": "iana",
3104
3444
  "extensions": ["sse"]
3105
3445
  },
3446
+ "application/vnd.las": {
3447
+ "source": "iana"
3448
+ },
3106
3449
  "application/vnd.las.las+json": {
3107
3450
  "source": "iana",
3108
3451
  "compressible": true
@@ -3112,6 +3455,9 @@
3112
3455
  "compressible": true,
3113
3456
  "extensions": ["lasxml"]
3114
3457
  },
3458
+ "application/vnd.laszip": {
3459
+ "source": "iana"
3460
+ },
3115
3461
  "application/vnd.leap+json": {
3116
3462
  "source": "iana",
3117
3463
  "compressible": true
@@ -3129,6 +3475,13 @@
3129
3475
  "compressible": true,
3130
3476
  "extensions": ["lbe"]
3131
3477
  },
3478
+ "application/vnd.logipipe.circuit+zip": {
3479
+ "source": "iana",
3480
+ "compressible": false
3481
+ },
3482
+ "application/vnd.loom": {
3483
+ "source": "iana"
3484
+ },
3132
3485
  "application/vnd.lotus-1-2-3": {
3133
3486
  "source": "iana",
3134
3487
  "extensions": ["123"]
@@ -3162,7 +3515,8 @@
3162
3515
  "extensions": ["portpkg"]
3163
3516
  },
3164
3517
  "application/vnd.mapbox-vector-tile": {
3165
- "source": "iana"
3518
+ "source": "iana",
3519
+ "extensions": ["mvt"]
3166
3520
  },
3167
3521
  "application/vnd.marlin.drm.actiontoken+xml": {
3168
3522
  "source": "iana",
@@ -3512,6 +3866,10 @@
3512
3866
  "source": "iana",
3513
3867
  "extensions": ["taglet"]
3514
3868
  },
3869
+ "application/vnd.nacamar.ybrid+json": {
3870
+ "source": "iana",
3871
+ "compressible": true
3872
+ },
3515
3873
  "application/vnd.ncd.control": {
3516
3874
  "source": "iana"
3517
3875
  },
@@ -3522,6 +3880,9 @@
3522
3880
  "source": "iana",
3523
3881
  "compressible": true
3524
3882
  },
3883
+ "application/vnd.nebumind.line": {
3884
+ "source": "iana"
3885
+ },
3525
3886
  "application/vnd.nervana": {
3526
3887
  "source": "iana"
3527
3888
  },
@@ -3587,7 +3948,8 @@
3587
3948
  },
3588
3949
  "application/vnd.nokia.n-gage.ac+xml": {
3589
3950
  "source": "iana",
3590
- "compressible": true
3951
+ "compressible": true,
3952
+ "extensions": ["ac"]
3591
3953
  },
3592
3954
  "application/vnd.nokia.n-gage.data": {
3593
3955
  "source": "iana",
@@ -3720,6 +4082,10 @@
3720
4082
  "application/vnd.ocf+cbor": {
3721
4083
  "source": "iana"
3722
4084
  },
4085
+ "application/vnd.oci.image.manifest.v1+json": {
4086
+ "source": "iana",
4087
+ "compressible": true
4088
+ },
3723
4089
  "application/vnd.oftn.l10n+json": {
3724
4090
  "source": "iana",
3725
4091
  "compressible": true
@@ -3864,6 +4230,9 @@
3864
4230
  "source": "iana",
3865
4231
  "compressible": true
3866
4232
  },
4233
+ "application/vnd.oma.lwm2m+cbor": {
4234
+ "source": "iana"
4235
+ },
3867
4236
  "application/vnd.oma.lwm2m+json": {
3868
4237
  "source": "iana",
3869
4238
  "compressible": true
@@ -3908,14 +4277,17 @@
3908
4277
  },
3909
4278
  "application/vnd.omads-email+xml": {
3910
4279
  "source": "iana",
4280
+ "charset": "UTF-8",
3911
4281
  "compressible": true
3912
4282
  },
3913
4283
  "application/vnd.omads-file+xml": {
3914
4284
  "source": "iana",
4285
+ "charset": "UTF-8",
3915
4286
  "compressible": true
3916
4287
  },
3917
4288
  "application/vnd.omads-folder+xml": {
3918
4289
  "source": "iana",
4290
+ "charset": "UTF-8",
3919
4291
  "compressible": true
3920
4292
  },
3921
4293
  "application/vnd.omaloc-supl-init": {
@@ -3941,7 +4313,8 @@
3941
4313
  },
3942
4314
  "application/vnd.openblox.game+xml": {
3943
4315
  "source": "iana",
3944
- "compressible": true
4316
+ "compressible": true,
4317
+ "extensions": ["obgx"]
3945
4318
  },
3946
4319
  "application/vnd.openblox.game-binary": {
3947
4320
  "source": "iana"
@@ -3955,7 +4328,11 @@
3955
4328
  },
3956
4329
  "application/vnd.openstreetmap.data+xml": {
3957
4330
  "source": "iana",
3958
- "compressible": true
4331
+ "compressible": true,
4332
+ "extensions": ["osm"]
4333
+ },
4334
+ "application/vnd.opentimestamps.ots": {
4335
+ "source": "iana"
3959
4336
  },
3960
4337
  "application/vnd.openxmlformats-officedocument.custom-properties+xml": {
3961
4338
  "source": "iana",
@@ -4469,7 +4846,8 @@
4469
4846
  "source": "iana"
4470
4847
  },
4471
4848
  "application/vnd.rar": {
4472
- "source": "iana"
4849
+ "source": "iana",
4850
+ "extensions": ["rar"]
4473
4851
  },
4474
4852
  "application/vnd.realvnc.bed": {
4475
4853
  "source": "iana",
@@ -4487,6 +4865,9 @@
4487
4865
  "application/vnd.renlearn.rlprint": {
4488
4866
  "source": "iana"
4489
4867
  },
4868
+ "application/vnd.resilient.logic": {
4869
+ "source": "iana"
4870
+ },
4490
4871
  "application/vnd.restful+json": {
4491
4872
  "source": "iana",
4492
4873
  "compressible": true
@@ -4525,6 +4906,9 @@
4525
4906
  "source": "iana",
4526
4907
  "extensions": ["st"]
4527
4908
  },
4909
+ "application/vnd.sar": {
4910
+ "source": "iana"
4911
+ },
4528
4912
  "application/vnd.sbm.cid": {
4529
4913
  "source": "iana"
4530
4914
  },
@@ -4571,6 +4955,10 @@
4571
4955
  "source": "iana",
4572
4956
  "extensions": ["see"]
4573
4957
  },
4958
+ "application/vnd.seis+json": {
4959
+ "source": "iana",
4960
+ "compressible": true
4961
+ },
4574
4962
  "application/vnd.sema": {
4575
4963
  "source": "iana",
4576
4964
  "extensions": ["sema"]
@@ -4583,6 +4971,9 @@
4583
4971
  "source": "iana",
4584
4972
  "extensions": ["semf"]
4585
4973
  },
4974
+ "application/vnd.shade-save-file": {
4975
+ "source": "iana"
4976
+ },
4586
4977
  "application/vnd.shana.informed.formdata": {
4587
4978
  "source": "iana",
4588
4979
  "extensions": ["ifm"]
@@ -4603,6 +4994,16 @@
4603
4994
  "source": "iana",
4604
4995
  "compressible": true
4605
4996
  },
4997
+ "application/vnd.shopkick+json": {
4998
+ "source": "iana",
4999
+ "compressible": true
5000
+ },
5001
+ "application/vnd.shp": {
5002
+ "source": "iana"
5003
+ },
5004
+ "application/vnd.shx": {
5005
+ "source": "iana"
5006
+ },
4606
5007
  "application/vnd.sigrok.session": {
4607
5008
  "source": "iana"
4608
5009
  },
@@ -4625,9 +5026,13 @@
4625
5026
  "source": "iana",
4626
5027
  "extensions": ["teacher"]
4627
5028
  },
5029
+ "application/vnd.snesdev-page-table": {
5030
+ "source": "iana"
5031
+ },
4628
5032
  "application/vnd.software602.filler.form+xml": {
4629
5033
  "source": "iana",
4630
- "compressible": true
5034
+ "compressible": true,
5035
+ "extensions": ["fo"]
4631
5036
  },
4632
5037
  "application/vnd.software602.filler.form-xml-zip": {
4633
5038
  "source": "iana"
@@ -4748,21 +5153,28 @@
4748
5153
  "application/vnd.swiftview-ics": {
4749
5154
  "source": "iana"
4750
5155
  },
5156
+ "application/vnd.sycle+xml": {
5157
+ "source": "iana",
5158
+ "compressible": true
5159
+ },
4751
5160
  "application/vnd.symbian.install": {
4752
5161
  "source": "apache",
4753
5162
  "extensions": ["sis","sisx"]
4754
5163
  },
4755
5164
  "application/vnd.syncml+xml": {
4756
5165
  "source": "iana",
5166
+ "charset": "UTF-8",
4757
5167
  "compressible": true,
4758
5168
  "extensions": ["xsm"]
4759
5169
  },
4760
5170
  "application/vnd.syncml.dm+wbxml": {
4761
5171
  "source": "iana",
5172
+ "charset": "UTF-8",
4762
5173
  "extensions": ["bdm"]
4763
5174
  },
4764
5175
  "application/vnd.syncml.dm+xml": {
4765
5176
  "source": "iana",
5177
+ "charset": "UTF-8",
4766
5178
  "compressible": true,
4767
5179
  "extensions": ["xdm"]
4768
5180
  },
@@ -4774,13 +5186,16 @@
4774
5186
  },
4775
5187
  "application/vnd.syncml.dmddf+xml": {
4776
5188
  "source": "iana",
4777
- "compressible": true
5189
+ "charset": "UTF-8",
5190
+ "compressible": true,
5191
+ "extensions": ["ddf"]
4778
5192
  },
4779
5193
  "application/vnd.syncml.dmtnds+wbxml": {
4780
5194
  "source": "iana"
4781
5195
  },
4782
5196
  "application/vnd.syncml.dmtnds+xml": {
4783
5197
  "source": "iana",
5198
+ "charset": "UTF-8",
4784
5199
  "compressible": true
4785
5200
  },
4786
5201
  "application/vnd.syncml.ds.notification": {
@@ -4917,9 +5332,16 @@
4917
5332
  "application/vnd.verimatrix.vcas": {
4918
5333
  "source": "iana"
4919
5334
  },
5335
+ "application/vnd.veritone.aion+json": {
5336
+ "source": "iana",
5337
+ "compressible": true
5338
+ },
4920
5339
  "application/vnd.veryant.thin": {
4921
5340
  "source": "iana"
4922
5341
  },
5342
+ "application/vnd.ves.encrypted": {
5343
+ "source": "iana"
5344
+ },
4923
5345
  "application/vnd.vidsoft.vidconference": {
4924
5346
  "source": "iana"
4925
5347
  },
@@ -4946,6 +5368,7 @@
4946
5368
  },
4947
5369
  "application/vnd.wap.wbxml": {
4948
5370
  "source": "iana",
5371
+ "charset": "UTF-8",
4949
5372
  "extensions": ["wbxml"]
4950
5373
  },
4951
5374
  "application/vnd.wap.wmlc": {
@@ -4960,6 +5383,9 @@
4960
5383
  "source": "iana",
4961
5384
  "extensions": ["wtb"]
4962
5385
  },
5386
+ "application/vnd.wfa.dpp": {
5387
+ "source": "iana"
5388
+ },
4963
5389
  "application/vnd.wfa.p2p": {
4964
5390
  "source": "iana"
4965
5391
  },
@@ -5115,6 +5541,7 @@
5115
5541
  "source": "iana"
5116
5542
  },
5117
5543
  "application/wasm": {
5544
+ "source": "iana",
5118
5545
  "compressible": true,
5119
5546
  "extensions": ["wasm"]
5120
5547
  },
@@ -5396,6 +5823,15 @@
5396
5823
  "source": "apache",
5397
5824
  "extensions": ["iso"]
5398
5825
  },
5826
+ "application/x-iwork-keynote-sffkey": {
5827
+ "extensions": ["key"]
5828
+ },
5829
+ "application/x-iwork-numbers-sffnumbers": {
5830
+ "extensions": ["numbers"]
5831
+ },
5832
+ "application/x-iwork-pages-sffpages": {
5833
+ "extensions": ["pages"]
5834
+ },
5399
5835
  "application/x-java-archive-diff": {
5400
5836
  "source": "nginx",
5401
5837
  "extensions": ["jardiff"]
@@ -5408,6 +5844,9 @@
5408
5844
  "application/x-javascript": {
5409
5845
  "compressible": true
5410
5846
  },
5847
+ "application/x-keepass2": {
5848
+ "extensions": ["kdbx"]
5849
+ },
5411
5850
  "application/x-latex": {
5412
5851
  "source": "apache",
5413
5852
  "compressible": false,
@@ -5539,6 +5978,9 @@
5539
5978
  "source": "apache",
5540
5979
  "extensions": ["p7r"]
5541
5980
  },
5981
+ "application/x-pki-message": {
5982
+ "source": "iana"
5983
+ },
5542
5984
  "application/x-rar-compressed": {
5543
5985
  "source": "apache",
5544
5986
  "compressible": false,
@@ -5681,9 +6123,15 @@
5681
6123
  "compressible": true
5682
6124
  },
5683
6125
  "application/x-x509-ca-cert": {
5684
- "source": "apache",
6126
+ "source": "iana",
5685
6127
  "extensions": ["der","crt","pem"]
5686
6128
  },
6129
+ "application/x-x509-ca-ra-cert": {
6130
+ "source": "iana"
6131
+ },
6132
+ "application/x-x509-next-ca-cert": {
6133
+ "source": "iana"
6134
+ },
5687
6135
  "application/x-xfig": {
5688
6136
  "source": "apache",
5689
6137
  "extensions": ["fig"]
@@ -5720,11 +6168,13 @@
5720
6168
  },
5721
6169
  "application/xcap-att+xml": {
5722
6170
  "source": "iana",
5723
- "compressible": true
6171
+ "compressible": true,
6172
+ "extensions": ["xav"]
5724
6173
  },
5725
6174
  "application/xcap-caps+xml": {
5726
6175
  "source": "iana",
5727
- "compressible": true
6176
+ "compressible": true,
6177
+ "extensions": ["xca"]
5728
6178
  },
5729
6179
  "application/xcap-diff+xml": {
5730
6180
  "source": "iana",
@@ -5733,7 +6183,8 @@
5733
6183
  },
5734
6184
  "application/xcap-el+xml": {
5735
6185
  "source": "iana",
5736
- "compressible": true
6186
+ "compressible": true,
6187
+ "extensions": ["xel"]
5737
6188
  },
5738
6189
  "application/xcap-error+xml": {
5739
6190
  "source": "iana",
@@ -5741,7 +6192,8 @@
5741
6192
  },
5742
6193
  "application/xcap-ns+xml": {
5743
6194
  "source": "iana",
5744
- "compressible": true
6195
+ "compressible": true,
6196
+ "extensions": ["xns"]
5745
6197
  },
5746
6198
  "application/xcon-conference-info+xml": {
5747
6199
  "source": "iana",
@@ -5767,7 +6219,8 @@
5767
6219
  },
5768
6220
  "application/xliff+xml": {
5769
6221
  "source": "iana",
5770
- "compressible": true
6222
+ "compressible": true,
6223
+ "extensions": ["xlf"]
5771
6224
  },
5772
6225
  "application/xml": {
5773
6226
  "source": "iana",
@@ -5803,7 +6256,7 @@
5803
6256
  "application/xslt+xml": {
5804
6257
  "source": "iana",
5805
6258
  "compressible": true,
5806
- "extensions": ["xslt"]
6259
+ "extensions": ["xsl","xslt"]
5807
6260
  },
5808
6261
  "application/xspf+xml": {
5809
6262
  "source": "apache",
@@ -5876,7 +6329,8 @@
5876
6329
  "extensions": ["adp"]
5877
6330
  },
5878
6331
  "audio/amr": {
5879
- "source": "iana"
6332
+ "source": "iana",
6333
+ "extensions": ["amr"]
5880
6334
  },
5881
6335
  "audio/amr-wb": {
5882
6336
  "source": "iana"
@@ -5988,6 +6442,9 @@
5988
6442
  "audio/evs": {
5989
6443
  "source": "iana"
5990
6444
  },
6445
+ "audio/flexfec": {
6446
+ "source": "iana"
6447
+ },
5991
6448
  "audio/fwdred": {
5992
6449
  "source": "iana"
5993
6450
  },
@@ -6079,12 +6536,16 @@
6079
6536
  "audio/melp600": {
6080
6537
  "source": "iana"
6081
6538
  },
6539
+ "audio/mhas": {
6540
+ "source": "iana"
6541
+ },
6082
6542
  "audio/midi": {
6083
6543
  "source": "apache",
6084
6544
  "extensions": ["mid","midi","kar","rmi"]
6085
6545
  },
6086
6546
  "audio/mobile-xmf": {
6087
- "source": "iana"
6547
+ "source": "iana",
6548
+ "extensions": ["mxmf"]
6088
6549
  },
6089
6550
  "audio/mp3": {
6090
6551
  "compressible": false,
@@ -6118,7 +6579,7 @@
6118
6579
  "audio/ogg": {
6119
6580
  "source": "iana",
6120
6581
  "compressible": false,
6121
- "extensions": ["oga","ogg","spx"]
6582
+ "extensions": ["oga","ogg","spx","opus"]
6122
6583
  },
6123
6584
  "audio/opus": {
6124
6585
  "source": "iana"
@@ -6166,6 +6627,9 @@
6166
6627
  "source": "apache",
6167
6628
  "extensions": ["s3m"]
6168
6629
  },
6630
+ "audio/scip": {
6631
+ "source": "iana"
6632
+ },
6169
6633
  "audio/silk": {
6170
6634
  "source": "apache",
6171
6635
  "extensions": ["sil"]
@@ -6179,6 +6643,9 @@
6179
6643
  "audio/smv0": {
6180
6644
  "source": "iana"
6181
6645
  },
6646
+ "audio/sofa": {
6647
+ "source": "iana"
6648
+ },
6182
6649
  "audio/sp-midi": {
6183
6650
  "source": "iana"
6184
6651
  },
@@ -6197,9 +6664,15 @@
6197
6664
  "audio/tetra_acelp": {
6198
6665
  "source": "iana"
6199
6666
  },
6667
+ "audio/tetra_acelp_bb": {
6668
+ "source": "iana"
6669
+ },
6200
6670
  "audio/tone": {
6201
6671
  "source": "iana"
6202
6672
  },
6673
+ "audio/tsvcis": {
6674
+ "source": "iana"
6675
+ },
6203
6676
  "audio/uemclip": {
6204
6677
  "source": "iana"
6205
6678
  },
@@ -6474,6 +6947,7 @@
6474
6947
  },
6475
6948
  "font/ttf": {
6476
6949
  "source": "iana",
6950
+ "compressible": true,
6477
6951
  "extensions": ["ttf"]
6478
6952
  },
6479
6953
  "font/woff": {
@@ -6498,6 +6972,11 @@
6498
6972
  "image/avcs": {
6499
6973
  "source": "iana"
6500
6974
  },
6975
+ "image/avif": {
6976
+ "source": "iana",
6977
+ "compressible": false,
6978
+ "extensions": ["avif"]
6979
+ },
6501
6980
  "image/bmp": {
6502
6981
  "source": "iana",
6503
6982
  "compressible": true,
@@ -6544,6 +7023,14 @@
6544
7023
  "source": "iana",
6545
7024
  "extensions": ["heifs"]
6546
7025
  },
7026
+ "image/hej2k": {
7027
+ "source": "iana",
7028
+ "extensions": ["hej2"]
7029
+ },
7030
+ "image/hsj2": {
7031
+ "source": "iana",
7032
+ "extensions": ["hsj2"]
7033
+ },
6547
7034
  "image/ief": {
6548
7035
  "source": "iana",
6549
7036
  "extensions": ["ief"]
@@ -6562,6 +7049,14 @@
6562
7049
  "compressible": false,
6563
7050
  "extensions": ["jpeg","jpg","jpe"]
6564
7051
  },
7052
+ "image/jph": {
7053
+ "source": "iana",
7054
+ "extensions": ["jph"]
7055
+ },
7056
+ "image/jphc": {
7057
+ "source": "iana",
7058
+ "extensions": ["jhc"]
7059
+ },
6565
7060
  "image/jpm": {
6566
7061
  "source": "iana",
6567
7062
  "compressible": false,
@@ -6576,10 +7071,38 @@
6576
7071
  "source": "iana",
6577
7072
  "extensions": ["jxr"]
6578
7073
  },
7074
+ "image/jxra": {
7075
+ "source": "iana",
7076
+ "extensions": ["jxra"]
7077
+ },
7078
+ "image/jxrs": {
7079
+ "source": "iana",
7080
+ "extensions": ["jxrs"]
7081
+ },
7082
+ "image/jxs": {
7083
+ "source": "iana",
7084
+ "extensions": ["jxs"]
7085
+ },
7086
+ "image/jxsc": {
7087
+ "source": "iana",
7088
+ "extensions": ["jxsc"]
7089
+ },
7090
+ "image/jxsi": {
7091
+ "source": "iana",
7092
+ "extensions": ["jxsi"]
7093
+ },
7094
+ "image/jxss": {
7095
+ "source": "iana",
7096
+ "extensions": ["jxss"]
7097
+ },
6579
7098
  "image/ktx": {
6580
7099
  "source": "iana",
6581
7100
  "extensions": ["ktx"]
6582
7101
  },
7102
+ "image/ktx2": {
7103
+ "source": "iana",
7104
+ "extensions": ["ktx2"]
7105
+ },
6583
7106
  "image/naplps": {
6584
7107
  "source": "iana"
6585
7108
  },
@@ -6681,6 +7204,7 @@
6681
7204
  },
6682
7205
  "image/vnd.microsoft.icon": {
6683
7206
  "source": "iana",
7207
+ "compressible": true,
6684
7208
  "extensions": ["ico"]
6685
7209
  },
6686
7210
  "image/vnd.mix": {
@@ -6689,6 +7213,10 @@
6689
7213
  "image/vnd.mozilla.apng": {
6690
7214
  "source": "iana"
6691
7215
  },
7216
+ "image/vnd.ms-dds": {
7217
+ "compressible": true,
7218
+ "extensions": ["dds"]
7219
+ },
6692
7220
  "image/vnd.ms-modi": {
6693
7221
  "source": "iana",
6694
7222
  "extensions": ["mdi"]
@@ -6701,6 +7229,10 @@
6701
7229
  "source": "iana",
6702
7230
  "extensions": ["npx"]
6703
7231
  },
7232
+ "image/vnd.pco.b16": {
7233
+ "source": "iana",
7234
+ "extensions": ["b16"]
7235
+ },
6704
7236
  "image/vnd.radiance": {
6705
7237
  "source": "iana"
6706
7238
  },
@@ -6902,6 +7434,9 @@
6902
7434
  "source": "iana",
6903
7435
  "extensions": ["3mf"]
6904
7436
  },
7437
+ "model/e57": {
7438
+ "source": "iana"
7439
+ },
6905
7440
  "model/gltf+json": {
6906
7441
  "source": "iana",
6907
7442
  "compressible": true,
@@ -6922,6 +7457,32 @@
6922
7457
  "compressible": false,
6923
7458
  "extensions": ["msh","mesh","silo"]
6924
7459
  },
7460
+ "model/mtl": {
7461
+ "source": "iana",
7462
+ "extensions": ["mtl"]
7463
+ },
7464
+ "model/obj": {
7465
+ "source": "iana",
7466
+ "extensions": ["obj"]
7467
+ },
7468
+ "model/step": {
7469
+ "source": "iana"
7470
+ },
7471
+ "model/step+xml": {
7472
+ "source": "iana",
7473
+ "compressible": true,
7474
+ "extensions": ["stpx"]
7475
+ },
7476
+ "model/step+zip": {
7477
+ "source": "iana",
7478
+ "compressible": false,
7479
+ "extensions": ["stpz"]
7480
+ },
7481
+ "model/step-xml+zip": {
7482
+ "source": "iana",
7483
+ "compressible": false,
7484
+ "extensions": ["stpxz"]
7485
+ },
6925
7486
  "model/stl": {
6926
7487
  "source": "iana",
6927
7488
  "extensions": ["stl"]
@@ -6972,9 +7533,16 @@
6972
7533
  "source": "iana",
6973
7534
  "extensions": ["x_t"]
6974
7535
  },
7536
+ "model/vnd.pytha.pyox": {
7537
+ "source": "iana"
7538
+ },
6975
7539
  "model/vnd.rosette.annotated-data-model": {
6976
7540
  "source": "iana"
6977
7541
  },
7542
+ "model/vnd.sap.vds": {
7543
+ "source": "iana",
7544
+ "extensions": ["vds"]
7545
+ },
6978
7546
  "model/vnd.usdz+zip": {
6979
7547
  "source": "iana",
6980
7548
  "compressible": false,
@@ -7041,8 +7609,7 @@
7041
7609
  "source": "iana"
7042
7610
  },
7043
7611
  "multipart/mixed": {
7044
- "source": "iana",
7045
- "compressible": false
7612
+ "source": "iana"
7046
7613
  },
7047
7614
  "multipart/multilingual": {
7048
7615
  "source": "iana"
@@ -7091,6 +7658,15 @@
7091
7658
  "text/coffeescript": {
7092
7659
  "extensions": ["coffee","litcoffee"]
7093
7660
  },
7661
+ "text/cql": {
7662
+ "source": "iana"
7663
+ },
7664
+ "text/cql-expression": {
7665
+ "source": "iana"
7666
+ },
7667
+ "text/cql-identifier": {
7668
+ "source": "iana"
7669
+ },
7094
7670
  "text/css": {
7095
7671
  "source": "iana",
7096
7672
  "charset": "UTF-8",
@@ -7120,9 +7696,18 @@
7120
7696
  "text/enriched": {
7121
7697
  "source": "iana"
7122
7698
  },
7699
+ "text/fhirpath": {
7700
+ "source": "iana"
7701
+ },
7702
+ "text/flexfec": {
7703
+ "source": "iana"
7704
+ },
7123
7705
  "text/fwdred": {
7124
7706
  "source": "iana"
7125
7707
  },
7708
+ "text/gff3": {
7709
+ "source": "iana"
7710
+ },
7126
7711
  "text/grammar-ref-list": {
7127
7712
  "source": "iana"
7128
7713
  },
@@ -7167,11 +7752,13 @@
7167
7752
  },
7168
7753
  "text/n3": {
7169
7754
  "source": "iana",
7755
+ "charset": "UTF-8",
7170
7756
  "compressible": true,
7171
7757
  "extensions": ["n3"]
7172
7758
  },
7173
7759
  "text/parameters": {
7174
- "source": "iana"
7760
+ "source": "iana",
7761
+ "charset": "UTF-8"
7175
7762
  },
7176
7763
  "text/parityfec": {
7177
7764
  "source": "iana"
@@ -7182,7 +7769,8 @@
7182
7769
  "extensions": ["txt","text","conf","def","list","log","in","ini"]
7183
7770
  },
7184
7771
  "text/provenance-notation": {
7185
- "source": "iana"
7772
+ "source": "iana",
7773
+ "charset": "UTF-8"
7186
7774
  },
7187
7775
  "text/prs.fallenstein.rst": {
7188
7776
  "source": "iana"
@@ -7226,12 +7814,20 @@
7226
7814
  "source": "iana",
7227
7815
  "extensions": ["sgml","sgm"]
7228
7816
  },
7817
+ "text/shaclc": {
7818
+ "source": "iana"
7819
+ },
7229
7820
  "text/shex": {
7821
+ "source": "iana",
7230
7822
  "extensions": ["shex"]
7231
7823
  },
7232
7824
  "text/slim": {
7233
7825
  "extensions": ["slim","slm"]
7234
7826
  },
7827
+ "text/spdx": {
7828
+ "source": "iana",
7829
+ "extensions": ["spdx"]
7830
+ },
7235
7831
  "text/strings": {
7236
7832
  "source": "iana"
7237
7833
  },
@@ -7294,7 +7890,8 @@
7294
7890
  "extensions": ["scurl"]
7295
7891
  },
7296
7892
  "text/vnd.debian.copyright": {
7297
- "source": "iana"
7893
+ "source": "iana",
7894
+ "charset": "UTF-8"
7298
7895
  },
7299
7896
  "text/vnd.dmclientscript": {
7300
7897
  "source": "iana"
@@ -7304,6 +7901,14 @@
7304
7901
  "extensions": ["sub"]
7305
7902
  },
7306
7903
  "text/vnd.esmertec.theme-descriptor": {
7904
+ "source": "iana",
7905
+ "charset": "UTF-8"
7906
+ },
7907
+ "text/vnd.familysearch.gedcom": {
7908
+ "source": "iana",
7909
+ "extensions": ["ged"]
7910
+ },
7911
+ "text/vnd.ficlab.flt": {
7307
7912
  "source": "iana"
7308
7913
  },
7309
7914
  "text/vnd.fly": {
@@ -7321,6 +7926,9 @@
7321
7926
  "source": "iana",
7322
7927
  "extensions": ["gv"]
7323
7928
  },
7929
+ "text/vnd.hans": {
7930
+ "source": "iana"
7931
+ },
7324
7932
  "text/vnd.hgl": {
7325
7933
  "source": "iana"
7326
7934
  },
@@ -7359,12 +7967,17 @@
7359
7967
  "text/vnd.si.uricatalogue": {
7360
7968
  "source": "iana"
7361
7969
  },
7970
+ "text/vnd.sosi": {
7971
+ "source": "iana"
7972
+ },
7362
7973
  "text/vnd.sun.j2me.app-descriptor": {
7363
7974
  "source": "iana",
7975
+ "charset": "UTF-8",
7364
7976
  "extensions": ["jad"]
7365
7977
  },
7366
7978
  "text/vnd.trolltech.linguist": {
7367
- "source": "iana"
7979
+ "source": "iana",
7980
+ "charset": "UTF-8"
7368
7981
  },
7369
7982
  "text/vnd.wap.si": {
7370
7983
  "source": "iana"
@@ -7381,6 +7994,7 @@
7381
7994
  "extensions": ["wmls"]
7382
7995
  },
7383
7996
  "text/vtt": {
7997
+ "source": "iana",
7384
7998
  "charset": "UTF-8",
7385
7999
  "compressible": true,
7386
8000
  "extensions": ["vtt"]
@@ -7480,6 +8094,7 @@
7480
8094
  "source": "iana"
7481
8095
  },
7482
8096
  "text/yaml": {
8097
+ "compressible": true,
7483
8098
  "extensions": ["yaml","yml"]
7484
8099
  },
7485
8100
  "video/1d-interleaved-parityfec": {
@@ -7496,6 +8111,9 @@
7496
8111
  "source": "iana",
7497
8112
  "extensions": ["3g2"]
7498
8113
  },
8114
+ "video/av1": {
8115
+ "source": "iana"
8116
+ },
7499
8117
  "video/bmpeg": {
7500
8118
  "source": "iana"
7501
8119
  },
@@ -7511,6 +8129,12 @@
7511
8129
  "video/encaprtp": {
7512
8130
  "source": "iana"
7513
8131
  },
8132
+ "video/ffv1": {
8133
+ "source": "iana"
8134
+ },
8135
+ "video/flexfec": {
8136
+ "source": "iana"
8137
+ },
7514
8138
  "video/h261": {
7515
8139
  "source": "iana",
7516
8140
  "extensions": ["h261"]
@@ -7539,7 +8163,8 @@
7539
8163
  "source": "iana"
7540
8164
  },
7541
8165
  "video/iso.segment": {
7542
- "source": "iana"
8166
+ "source": "iana",
8167
+ "extensions": ["m4s"]
7543
8168
  },
7544
8169
  "video/jpeg": {
7545
8170
  "source": "iana",
@@ -7552,6 +8177,9 @@
7552
8177
  "source": "apache",
7553
8178
  "extensions": ["jpm","jpgm"]
7554
8179
  },
8180
+ "video/jxsv": {
8181
+ "source": "iana"
8182
+ },
7555
8183
  "video/mj2": {
7556
8184
  "source": "iana",
7557
8185
  "extensions": ["mj2","mjp2"]
@@ -7619,6 +8247,9 @@
7619
8247
  "video/rtx": {
7620
8248
  "source": "iana"
7621
8249
  },
8250
+ "video/scip": {
8251
+ "source": "iana"
8252
+ },
7622
8253
  "video/smpte291": {
7623
8254
  "source": "iana"
7624
8255
  },
@@ -7750,9 +8381,15 @@
7750
8381
  "source": "iana",
7751
8382
  "extensions": ["viv"]
7752
8383
  },
8384
+ "video/vnd.youtube.yt": {
8385
+ "source": "iana"
8386
+ },
7753
8387
  "video/vp8": {
7754
8388
  "source": "iana"
7755
8389
  },
8390
+ "video/vp9": {
8391
+ "source": "iana"
8392
+ },
7756
8393
  "video/webm": {
7757
8394
  "source": "apache",
7758
8395
  "compressible": false,