@allthings/sdk 6.2.0-9 → 6.2.1

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.
package/dist/lib.esm.js CHANGED
@@ -10,7 +10,7 @@ import require$$4 from 'https';
10
10
  import require$$5 from 'url';
11
11
  import require$$6 from 'fs';
12
12
 
13
- const version = "6.2.0-9";
13
+ const version = "6.2.1";
14
14
 
15
15
  const REST_API_URL = 'https://api.allthings.me';
16
16
  const OAUTH_URL = 'https://accounts.allthings.me';
@@ -59,7 +59,7 @@ const getSecrets = async (ssm, config, params, defaultValue) => {
59
59
  }
60
60
  try {
61
61
  const parameters = await ssm.send(new GetParametersCommand({
62
- Names: params.map((param) => config.prefix + param),
62
+ Names: params.map((param) => `${config.prefix ? config.prefix : ''}${param}`),
63
63
  WithDecryption: true,
64
64
  }));
65
65
  return ((_b = (_a = parameters === null || parameters === void 0 ? void 0 : parameters.Parameters) === null || _a === void 0 ? void 0 : _a.map((parameter) => { var _a; return (_a = parameter.Value) !== null && _a !== void 0 ? _a : defaultValue; })) !== null && _b !== void 0 ? _b : [defaultValue]);
@@ -73,13 +73,12 @@ const getSecrets = async (ssm, config, params, defaultValue) => {
73
73
  };
74
74
  const getSecret = async (ssm, config, param, defaultValue) => {
75
75
  var _a, _b;
76
- console.log(config, param, { defaultValue });
77
76
  if (config.onlyDefault) {
78
77
  return defaultValue;
79
78
  }
80
79
  try {
81
80
  const parameter = await ssm.send(new GetParameterCommand({
82
- Name: config.prefix + param,
81
+ Name: `${config.prefix ? config.prefix : ''}${param}`,
83
82
  WithDecryption: true,
84
83
  }));
85
84
  return (_b = (_a = parameter === null || parameter === void 0 ? void 0 : parameter.Parameter) === null || _a === void 0 ? void 0 : _a.Value) !== null && _b !== void 0 ? _b : defaultValue;
@@ -1244,14 +1243,26 @@ var require$$0 = {
1244
1243
  },
1245
1244
  "application/3gpdash-qoe-report+xml": {
1246
1245
  source: "iana",
1246
+ charset: "UTF-8",
1247
1247
  compressible: true
1248
1248
  },
1249
1249
  "application/3gpp-ims+xml": {
1250
1250
  source: "iana",
1251
1251
  compressible: true
1252
+ },
1253
+ "application/3gpphal+json": {
1254
+ source: "iana",
1255
+ compressible: true
1256
+ },
1257
+ "application/3gpphalforms+json": {
1258
+ source: "iana",
1259
+ compressible: true
1252
1260
  },
1253
1261
  "application/a2l": {
1254
1262
  source: "iana"
1263
+ },
1264
+ "application/ace+cbor": {
1265
+ source: "iana"
1255
1266
  },
1256
1267
  "application/activemessage": {
1257
1268
  source: "iana"
@@ -1299,6 +1310,14 @@ var require$$0 = {
1299
1310
  "application/alto-networkmapfilter+json": {
1300
1311
  source: "iana",
1301
1312
  compressible: true
1313
+ },
1314
+ "application/alto-updatestreamcontrol+json": {
1315
+ source: "iana",
1316
+ compressible: true
1317
+ },
1318
+ "application/alto-updatestreamparams+json": {
1319
+ source: "iana",
1320
+ compressible: true
1302
1321
  },
1303
1322
  "application/aml": {
1304
1323
  source: "iana"
@@ -1317,6 +1336,9 @@ var require$$0 = {
1317
1336
  extensions: [
1318
1337
  "aw"
1319
1338
  ]
1339
+ },
1340
+ "application/at+jwt": {
1341
+ source: "iana"
1320
1342
  },
1321
1343
  "application/atf": {
1322
1344
  source: "iana"
@@ -1340,7 +1362,10 @@ var require$$0 = {
1340
1362
  },
1341
1363
  "application/atomdeleted+xml": {
1342
1364
  source: "iana",
1343
- compressible: true
1365
+ compressible: true,
1366
+ extensions: [
1367
+ "atomdeleted"
1368
+ ]
1344
1369
  },
1345
1370
  "application/atomicmail": {
1346
1371
  source: "iana"
@@ -1351,6 +1376,34 @@ var require$$0 = {
1351
1376
  extensions: [
1352
1377
  "atomsvc"
1353
1378
  ]
1379
+ },
1380
+ "application/atsc-dwd+xml": {
1381
+ source: "iana",
1382
+ compressible: true,
1383
+ extensions: [
1384
+ "dwd"
1385
+ ]
1386
+ },
1387
+ "application/atsc-dynamic-event-message": {
1388
+ source: "iana"
1389
+ },
1390
+ "application/atsc-held+xml": {
1391
+ source: "iana",
1392
+ compressible: true,
1393
+ extensions: [
1394
+ "held"
1395
+ ]
1396
+ },
1397
+ "application/atsc-rdt+json": {
1398
+ source: "iana",
1399
+ compressible: true
1400
+ },
1401
+ "application/atsc-rsat+xml": {
1402
+ source: "iana",
1403
+ compressible: true,
1404
+ extensions: [
1405
+ "rsat"
1406
+ ]
1354
1407
  },
1355
1408
  "application/atxml": {
1356
1409
  source: "iana"
@@ -1374,6 +1427,7 @@ var require$$0 = {
1374
1427
  },
1375
1428
  "application/beep+xml": {
1376
1429
  source: "iana",
1430
+ charset: "UTF-8",
1377
1431
  compressible: true
1378
1432
  },
1379
1433
  "application/calendar+json": {
@@ -1382,16 +1436,26 @@ var require$$0 = {
1382
1436
  },
1383
1437
  "application/calendar+xml": {
1384
1438
  source: "iana",
1385
- compressible: true
1439
+ compressible: true,
1440
+ extensions: [
1441
+ "xcs"
1442
+ ]
1386
1443
  },
1387
1444
  "application/call-completion": {
1388
1445
  source: "iana"
1389
1446
  },
1390
1447
  "application/cals-1840": {
1391
1448
  source: "iana"
1449
+ },
1450
+ "application/captive+json": {
1451
+ source: "iana",
1452
+ compressible: true
1392
1453
  },
1393
1454
  "application/cbor": {
1394
1455
  source: "iana"
1456
+ },
1457
+ "application/cbor-seq": {
1458
+ source: "iana"
1395
1459
  },
1396
1460
  "application/cccex": {
1397
1461
  source: "iana"
@@ -1409,7 +1473,10 @@ var require$$0 = {
1409
1473
  },
1410
1474
  "application/cdfx+xml": {
1411
1475
  source: "iana",
1412
- compressible: true
1476
+ compressible: true,
1477
+ extensions: [
1478
+ "cdfx"
1479
+ ]
1413
1480
  },
1414
1481
  "application/cdmi-capability": {
1415
1482
  source: "iana",
@@ -1457,6 +1524,17 @@ var require$$0 = {
1457
1524
  },
1458
1525
  "application/cfw": {
1459
1526
  source: "iana"
1527
+ },
1528
+ "application/city+json": {
1529
+ source: "iana",
1530
+ compressible: true
1531
+ },
1532
+ "application/clr": {
1533
+ source: "iana"
1534
+ },
1535
+ "application/clue+xml": {
1536
+ source: "iana",
1537
+ compressible: true
1460
1538
  },
1461
1539
  "application/clue_info+xml": {
1462
1540
  source: "iana",
@@ -1494,7 +1572,10 @@ var require$$0 = {
1494
1572
  },
1495
1573
  "application/cpl+xml": {
1496
1574
  source: "iana",
1497
- compressible: true
1575
+ compressible: true,
1576
+ extensions: [
1577
+ "cpl"
1578
+ ]
1498
1579
  },
1499
1580
  "application/csrattrs": {
1500
1581
  source: "iana"
@@ -1532,6 +1613,13 @@ var require$$0 = {
1532
1613
  extensions: [
1533
1614
  "mpd"
1534
1615
  ]
1616
+ },
1617
+ "application/dash-patch+xml": {
1618
+ source: "iana",
1619
+ compressible: true,
1620
+ extensions: [
1621
+ "mpp"
1622
+ ]
1535
1623
  },
1536
1624
  "application/dashdelta": {
1537
1625
  source: "iana"
@@ -1579,6 +1667,9 @@ var require$$0 = {
1579
1667
  "application/dns+json": {
1580
1668
  source: "iana",
1581
1669
  compressible: true
1670
+ },
1671
+ "application/dns-message": {
1672
+ source: "iana"
1582
1673
  },
1583
1674
  "application/docbook+xml": {
1584
1675
  source: "apache",
@@ -1586,6 +1677,9 @@ var require$$0 = {
1586
1677
  extensions: [
1587
1678
  "dbk"
1588
1679
  ]
1680
+ },
1681
+ "application/dots+cbor": {
1682
+ source: "iana"
1589
1683
  },
1590
1684
  "application/dskpp+xml": {
1591
1685
  source: "iana",
@@ -1611,8 +1705,8 @@ var require$$0 = {
1611
1705
  source: "iana",
1612
1706
  compressible: true,
1613
1707
  extensions: [
1614
- "ecma",
1615
- "es"
1708
+ "es",
1709
+ "ecma"
1616
1710
  ]
1617
1711
  },
1618
1712
  "application/edi-consent": {
@@ -1628,6 +1722,20 @@ var require$$0 = {
1628
1722
  },
1629
1723
  "application/efi": {
1630
1724
  source: "iana"
1725
+ },
1726
+ "application/elm+json": {
1727
+ source: "iana",
1728
+ charset: "UTF-8",
1729
+ compressible: true
1730
+ },
1731
+ "application/elm+xml": {
1732
+ source: "iana",
1733
+ compressible: true
1734
+ },
1735
+ "application/emergencycalldata.cap+xml": {
1736
+ source: "iana",
1737
+ charset: "UTF-8",
1738
+ compressible: true
1631
1739
  },
1632
1740
  "application/emergencycalldata.comment+xml": {
1633
1741
  source: "iana",
@@ -1669,7 +1777,10 @@ var require$$0 = {
1669
1777
  },
1670
1778
  "application/emotionml+xml": {
1671
1779
  source: "iana",
1672
- compressible: true
1780
+ compressible: true,
1781
+ extensions: [
1782
+ "emotionml"
1783
+ ]
1673
1784
  },
1674
1785
  "application/encaprtp": {
1675
1786
  source: "iana"
@@ -1693,6 +1804,16 @@ var require$$0 = {
1693
1804
  extensions: [
1694
1805
  "exi"
1695
1806
  ]
1807
+ },
1808
+ "application/expect-ct-report+json": {
1809
+ source: "iana",
1810
+ compressible: true
1811
+ },
1812
+ "application/express": {
1813
+ source: "iana",
1814
+ extensions: [
1815
+ "exp"
1816
+ ]
1696
1817
  },
1697
1818
  "application/fastinfoset": {
1698
1819
  source: "iana"
@@ -1702,14 +1823,19 @@ var require$$0 = {
1702
1823
  },
1703
1824
  "application/fdt+xml": {
1704
1825
  source: "iana",
1705
- compressible: true
1826
+ compressible: true,
1827
+ extensions: [
1828
+ "fdt"
1829
+ ]
1706
1830
  },
1707
1831
  "application/fhir+json": {
1708
1832
  source: "iana",
1833
+ charset: "UTF-8",
1709
1834
  compressible: true
1710
1835
  },
1711
1836
  "application/fhir+xml": {
1712
1837
  source: "iana",
1838
+ charset: "UTF-8",
1713
1839
  compressible: true
1714
1840
  },
1715
1841
  "application/fido.trusted-apps+json": {
@@ -1717,6 +1843,9 @@ var require$$0 = {
1717
1843
  },
1718
1844
  "application/fits": {
1719
1845
  source: "iana"
1846
+ },
1847
+ "application/flexfec": {
1848
+ source: "iana"
1720
1849
  },
1721
1850
  "application/font-sfnt": {
1722
1851
  source: "iana"
@@ -1819,6 +1948,7 @@ var require$$0 = {
1819
1948
  },
1820
1949
  "application/im-iscomposing+xml": {
1821
1950
  source: "iana",
1951
+ charset: "UTF-8",
1822
1952
  compressible: true
1823
1953
  },
1824
1954
  "application/index": {
@@ -1861,7 +1991,10 @@ var require$$0 = {
1861
1991
  },
1862
1992
  "application/its+xml": {
1863
1993
  source: "iana",
1864
- compressible: true
1994
+ compressible: true,
1995
+ extensions: [
1996
+ "its"
1997
+ ]
1865
1998
  },
1866
1999
  "application/java-archive": {
1867
2000
  source: "apache",
@@ -1909,6 +2042,10 @@ var require$$0 = {
1909
2042
  "application/jrd+json": {
1910
2043
  source: "iana",
1911
2044
  compressible: true
2045
+ },
2046
+ "application/jscalendar+json": {
2047
+ source: "iana",
2048
+ compressible: true
1912
2049
  },
1913
2050
  "application/json": {
1914
2051
  source: "iana",
@@ -1966,7 +2103,10 @@ var require$$0 = {
1966
2103
  },
1967
2104
  "application/lgr+xml": {
1968
2105
  source: "iana",
1969
- compressible: true
2106
+ compressible: true,
2107
+ extensions: [
2108
+ "lgr"
2109
+ ]
1970
2110
  },
1971
2111
  "application/link-format": {
1972
2112
  source: "iana"
@@ -1985,6 +2125,10 @@ var require$$0 = {
1985
2125
  "application/lostsync+xml": {
1986
2126
  source: "iana",
1987
2127
  compressible: true
2128
+ },
2129
+ "application/lpf+zip": {
2130
+ source: "iana",
2131
+ compressible: false
1988
2132
  },
1989
2133
  "application/lxf": {
1990
2134
  source: "iana"
@@ -2012,6 +2156,7 @@ var require$$0 = {
2012
2156
  ]
2013
2157
  },
2014
2158
  "application/manifest+json": {
2159
+ source: "iana",
2015
2160
  charset: "UTF-8",
2016
2161
  compressible: true,
2017
2162
  extensions: [
@@ -2106,7 +2251,10 @@ var require$$0 = {
2106
2251
  },
2107
2252
  "application/media-policy-dataset+xml": {
2108
2253
  source: "iana",
2109
- compressible: true
2254
+ compressible: true,
2255
+ extensions: [
2256
+ "mpf"
2257
+ ]
2110
2258
  },
2111
2259
  "application/media_control+xml": {
2112
2260
  source: "iana",
@@ -2149,10 +2297,26 @@ var require$$0 = {
2149
2297
  },
2150
2298
  "application/mikey": {
2151
2299
  source: "iana"
2300
+ },
2301
+ "application/mipc": {
2302
+ source: "iana"
2303
+ },
2304
+ "application/missing-blocks+cbor-seq": {
2305
+ source: "iana"
2306
+ },
2307
+ "application/mmt-aei+xml": {
2308
+ source: "iana",
2309
+ compressible: true,
2310
+ extensions: [
2311
+ "maei"
2312
+ ]
2152
2313
  },
2153
2314
  "application/mmt-usd+xml": {
2154
2315
  source: "iana",
2155
- compressible: true
2316
+ compressible: true,
2317
+ extensions: [
2318
+ "musd"
2319
+ ]
2156
2320
  },
2157
2321
  "application/mods+xml": {
2158
2322
  source: "iana",
@@ -2206,10 +2370,12 @@ var require$$0 = {
2206
2370
  },
2207
2371
  "application/msc-ivr+xml": {
2208
2372
  source: "iana",
2373
+ charset: "UTF-8",
2209
2374
  compressible: true
2210
2375
  },
2211
2376
  "application/msc-mixer+xml": {
2212
2377
  source: "iana",
2378
+ charset: "UTF-8",
2213
2379
  compressible: true
2214
2380
  },
2215
2381
  "application/msword": {
@@ -2223,6 +2389,9 @@ var require$$0 = {
2223
2389
  "application/mud+json": {
2224
2390
  source: "iana",
2225
2391
  compressible: true
2392
+ },
2393
+ "application/multipart-core": {
2394
+ source: "iana"
2226
2395
  },
2227
2396
  "application/mxf": {
2228
2397
  source: "iana",
@@ -2231,19 +2400,27 @@ var require$$0 = {
2231
2400
  ]
2232
2401
  },
2233
2402
  "application/n-quads": {
2234
- source: "iana"
2403
+ source: "iana",
2404
+ extensions: [
2405
+ "nq"
2406
+ ]
2235
2407
  },
2236
2408
  "application/n-triples": {
2237
- source: "iana"
2409
+ source: "iana",
2410
+ extensions: [
2411
+ "nt"
2412
+ ]
2238
2413
  },
2239
2414
  "application/nasdata": {
2240
2415
  source: "iana"
2241
2416
  },
2242
2417
  "application/news-checkgroups": {
2243
- source: "iana"
2418
+ source: "iana",
2419
+ charset: "US-ASCII"
2244
2420
  },
2245
2421
  "application/news-groupinfo": {
2246
- source: "iana"
2422
+ source: "iana",
2423
+ charset: "US-ASCII"
2247
2424
  },
2248
2425
  "application/news-transmission": {
2249
2426
  source: "iana"
@@ -2253,10 +2430,19 @@ var require$$0 = {
2253
2430
  compressible: true
2254
2431
  },
2255
2432
  "application/node": {
2256
- source: "iana"
2433
+ source: "iana",
2434
+ extensions: [
2435
+ "cjs"
2436
+ ]
2257
2437
  },
2258
2438
  "application/nss": {
2259
2439
  source: "iana"
2440
+ },
2441
+ "application/oauth-authz-req+jwt": {
2442
+ source: "iana"
2443
+ },
2444
+ "application/oblivious-dns-message": {
2445
+ source: "iana"
2260
2446
  },
2261
2447
  "application/ocsp-request": {
2262
2448
  source: "iana"
@@ -2297,6 +2483,10 @@ var require$$0 = {
2297
2483
  extensions: [
2298
2484
  "oda"
2299
2485
  ]
2486
+ },
2487
+ "application/odm+xml": {
2488
+ source: "iana",
2489
+ compressible: true
2300
2490
  },
2301
2491
  "application/odx": {
2302
2492
  source: "iana"
@@ -2330,16 +2520,33 @@ var require$$0 = {
2330
2520
  "onetmp",
2331
2521
  "onepkg"
2332
2522
  ]
2523
+ },
2524
+ "application/opc-nodeset+xml": {
2525
+ source: "iana",
2526
+ compressible: true
2527
+ },
2528
+ "application/oscore": {
2529
+ source: "iana"
2333
2530
  },
2334
2531
  "application/oxps": {
2335
2532
  source: "iana",
2336
2533
  extensions: [
2337
2534
  "oxps"
2338
2535
  ]
2536
+ },
2537
+ "application/p21": {
2538
+ source: "iana"
2539
+ },
2540
+ "application/p21+zip": {
2541
+ source: "iana",
2542
+ compressible: false
2339
2543
  },
2340
2544
  "application/p2p-overlay+xml": {
2341
2545
  source: "iana",
2342
- compressible: true
2546
+ compressible: true,
2547
+ extensions: [
2548
+ "relo"
2549
+ ]
2343
2550
  },
2344
2551
  "application/parityfec": {
2345
2552
  source: "iana"
@@ -2363,6 +2570,9 @@ var require$$0 = {
2363
2570
  },
2364
2571
  "application/pdx": {
2365
2572
  source: "iana"
2573
+ },
2574
+ "application/pem-certificate-chain": {
2575
+ source: "iana"
2366
2576
  },
2367
2577
  "application/pgp-encrypted": {
2368
2578
  source: "iana",
@@ -2372,7 +2582,10 @@ var require$$0 = {
2372
2582
  ]
2373
2583
  },
2374
2584
  "application/pgp-keys": {
2375
- source: "iana"
2585
+ source: "iana",
2586
+ extensions: [
2587
+ "asc"
2588
+ ]
2376
2589
  },
2377
2590
  "application/pgp-signature": {
2378
2591
  source: "iana",
@@ -2389,10 +2602,12 @@ var require$$0 = {
2389
2602
  },
2390
2603
  "application/pidf+xml": {
2391
2604
  source: "iana",
2605
+ charset: "UTF-8",
2392
2606
  compressible: true
2393
2607
  },
2394
2608
  "application/pidf-diff+xml": {
2395
2609
  source: "iana",
2610
+ charset: "UTF-8",
2396
2611
  compressible: true
2397
2612
  },
2398
2613
  "application/pkcs10": {
@@ -2465,6 +2680,7 @@ var require$$0 = {
2465
2680
  },
2466
2681
  "application/poc-settings+xml": {
2467
2682
  source: "iana",
2683
+ charset: "UTF-8",
2468
2684
  compressible: true
2469
2685
  },
2470
2686
  "application/postscript": {
@@ -2490,7 +2706,10 @@ var require$$0 = {
2490
2706
  },
2491
2707
  "application/provenance+xml": {
2492
2708
  source: "iana",
2493
- compressible: true
2709
+ compressible: true,
2710
+ extensions: [
2711
+ "provx"
2712
+ ]
2494
2713
  },
2495
2714
  "application/prs.alvestrand.titrax-sheet": {
2496
2715
  source: "iana"
@@ -2500,6 +2719,10 @@ var require$$0 = {
2500
2719
  extensions: [
2501
2720
  "cww"
2502
2721
  ]
2722
+ },
2723
+ "application/prs.cyn": {
2724
+ source: "iana",
2725
+ charset: "7-BIT"
2503
2726
  },
2504
2727
  "application/prs.hpub+zip": {
2505
2728
  source: "iana",
@@ -2524,6 +2747,10 @@ var require$$0 = {
2524
2747
  extensions: [
2525
2748
  "pskcxml"
2526
2749
  ]
2750
+ },
2751
+ "application/pvd+json": {
2752
+ source: "iana",
2753
+ compressible: true
2527
2754
  },
2528
2755
  "application/qsig": {
2529
2756
  source: "iana"
@@ -2603,15 +2830,24 @@ var require$$0 = {
2603
2830
  },
2604
2831
  "application/route-apd+xml": {
2605
2832
  source: "iana",
2606
- compressible: true
2833
+ compressible: true,
2834
+ extensions: [
2835
+ "rapd"
2836
+ ]
2607
2837
  },
2608
2838
  "application/route-s-tsid+xml": {
2609
2839
  source: "iana",
2610
- compressible: true
2840
+ compressible: true,
2841
+ extensions: [
2842
+ "sls"
2843
+ ]
2611
2844
  },
2612
2845
  "application/route-usd+xml": {
2613
2846
  source: "iana",
2614
- compressible: true
2847
+ compressible: true,
2848
+ extensions: [
2849
+ "rusd"
2850
+ ]
2615
2851
  },
2616
2852
  "application/rpki-ghostbusters": {
2617
2853
  source: "iana",
@@ -2671,6 +2907,17 @@ var require$$0 = {
2671
2907
  "application/samlmetadata+xml": {
2672
2908
  source: "iana",
2673
2909
  compressible: true
2910
+ },
2911
+ "application/sarif+json": {
2912
+ source: "iana",
2913
+ compressible: true
2914
+ },
2915
+ "application/sarif-external-properties+json": {
2916
+ source: "iana",
2917
+ compressible: true
2918
+ },
2919
+ "application/sbe": {
2920
+ source: "iana"
2674
2921
  },
2675
2922
  "application/sbml+xml": {
2676
2923
  source: "iana",
@@ -2729,6 +2976,16 @@ var require$$0 = {
2729
2976
  },
2730
2977
  "application/senml+xml": {
2731
2978
  source: "iana",
2979
+ compressible: true,
2980
+ extensions: [
2981
+ "senmlx"
2982
+ ]
2983
+ },
2984
+ "application/senml-etch+cbor": {
2985
+ source: "iana"
2986
+ },
2987
+ "application/senml-etch+json": {
2988
+ source: "iana",
2732
2989
  compressible: true
2733
2990
  },
2734
2991
  "application/senml-exi": {
@@ -2743,7 +3000,10 @@ var require$$0 = {
2743
3000
  },
2744
3001
  "application/sensml+xml": {
2745
3002
  source: "iana",
2746
- compressible: true
3003
+ compressible: true,
3004
+ extensions: [
3005
+ "sensmlx"
3006
+ ]
2747
3007
  },
2748
3008
  "application/sensml-exi": {
2749
3009
  source: "iana"
@@ -2790,7 +3050,11 @@ var require$$0 = {
2790
3050
  ]
2791
3051
  },
2792
3052
  "application/sieve": {
2793
- source: "iana"
3053
+ source: "iana",
3054
+ extensions: [
3055
+ "siv",
3056
+ "sieve"
3057
+ ]
2794
3058
  },
2795
3059
  "application/simple-filter+xml": {
2796
3060
  source: "iana",
@@ -2801,6 +3065,9 @@ var require$$0 = {
2801
3065
  },
2802
3066
  "application/simplesymbolcontainer": {
2803
3067
  source: "iana"
3068
+ },
3069
+ "application/sipc": {
3070
+ source: "iana"
2804
3071
  },
2805
3072
  "application/slate": {
2806
3073
  source: "iana"
@@ -2838,6 +3105,10 @@ var require$$0 = {
2838
3105
  extensions: [
2839
3106
  "srx"
2840
3107
  ]
3108
+ },
3109
+ "application/spdx+json": {
3110
+ source: "iana",
3111
+ compressible: true
2841
3112
  },
2842
3113
  "application/spirits-event+xml": {
2843
3114
  source: "iana",
@@ -2883,6 +3154,13 @@ var require$$0 = {
2883
3154
  "application/stix+json": {
2884
3155
  source: "iana",
2885
3156
  compressible: true
3157
+ },
3158
+ "application/swid+xml": {
3159
+ source: "iana",
3160
+ compressible: true,
3161
+ extensions: [
3162
+ "swidtag"
3163
+ ]
2886
3164
  },
2887
3165
  "application/tamp-apex-update": {
2888
3166
  source: "iana"
@@ -2923,6 +3201,10 @@ var require$$0 = {
2923
3201
  "application/taxii+json": {
2924
3202
  source: "iana",
2925
3203
  compressible: true
3204
+ },
3205
+ "application/td+json": {
3206
+ source: "iana",
3207
+ compressible: true
2926
3208
  },
2927
3209
  "application/tei+xml": {
2928
3210
  source: "iana",
@@ -2931,6 +3213,9 @@ var require$$0 = {
2931
3213
  "tei",
2932
3214
  "teicorpus"
2933
3215
  ]
3216
+ },
3217
+ "application/tetra_isi": {
3218
+ source: "iana"
2934
3219
  },
2935
3220
  "application/thraud+xml": {
2936
3221
  source: "iana",
@@ -2960,19 +3245,46 @@ var require$$0 = {
2960
3245
  },
2961
3246
  "application/tnauthlist": {
2962
3247
  source: "iana"
3248
+ },
3249
+ "application/token-introspection+jwt": {
3250
+ source: "iana"
3251
+ },
3252
+ "application/toml": {
3253
+ compressible: true,
3254
+ extensions: [
3255
+ "toml"
3256
+ ]
2963
3257
  },
2964
3258
  "application/trickle-ice-sdpfrag": {
2965
3259
  source: "iana"
2966
3260
  },
2967
3261
  "application/trig": {
2968
- source: "iana"
3262
+ source: "iana",
3263
+ extensions: [
3264
+ "trig"
3265
+ ]
2969
3266
  },
2970
3267
  "application/ttml+xml": {
2971
3268
  source: "iana",
2972
- compressible: true
3269
+ compressible: true,
3270
+ extensions: [
3271
+ "ttml"
3272
+ ]
2973
3273
  },
2974
3274
  "application/tve-trigger": {
2975
3275
  source: "iana"
3276
+ },
3277
+ "application/tzif": {
3278
+ source: "iana"
3279
+ },
3280
+ "application/tzif-leap": {
3281
+ source: "iana"
3282
+ },
3283
+ "application/ubjson": {
3284
+ compressible: false,
3285
+ extensions: [
3286
+ "ubj"
3287
+ ]
2976
3288
  },
2977
3289
  "application/ulpfec": {
2978
3290
  source: "iana"
@@ -2983,11 +3295,17 @@ var require$$0 = {
2983
3295
  },
2984
3296
  "application/urc-ressheet+xml": {
2985
3297
  source: "iana",
2986
- compressible: true
3298
+ compressible: true,
3299
+ extensions: [
3300
+ "rsheet"
3301
+ ]
2987
3302
  },
2988
3303
  "application/urc-targetdesc+xml": {
2989
3304
  source: "iana",
2990
- compressible: true
3305
+ compressible: true,
3306
+ extensions: [
3307
+ "td"
3308
+ ]
2991
3309
  },
2992
3310
  "application/urc-uisocketdesc+xml": {
2993
3311
  source: "iana",
@@ -3009,7 +3327,10 @@ var require$$0 = {
3009
3327
  },
3010
3328
  "application/vnd.1000minds.decision-model+xml": {
3011
3329
  source: "iana",
3012
- compressible: true
3330
+ compressible: true,
3331
+ extensions: [
3332
+ "1km"
3333
+ ]
3013
3334
  },
3014
3335
  "application/vnd.3gpp-prose+xml": {
3015
3336
  source: "iana",
@@ -3021,6 +3342,9 @@ var require$$0 = {
3021
3342
  },
3022
3343
  "application/vnd.3gpp-v2x-local-service-information": {
3023
3344
  source: "iana"
3345
+ },
3346
+ "application/vnd.3gpp.5gnas": {
3347
+ source: "iana"
3024
3348
  },
3025
3349
  "application/vnd.3gpp.access-transfer-events+xml": {
3026
3350
  source: "iana",
@@ -3033,15 +3357,44 @@ var require$$0 = {
3033
3357
  "application/vnd.3gpp.gmop+xml": {
3034
3358
  source: "iana",
3035
3359
  compressible: true
3360
+ },
3361
+ "application/vnd.3gpp.gtpc": {
3362
+ source: "iana"
3363
+ },
3364
+ "application/vnd.3gpp.interworking-data": {
3365
+ source: "iana"
3366
+ },
3367
+ "application/vnd.3gpp.lpp": {
3368
+ source: "iana"
3036
3369
  },
3037
3370
  "application/vnd.3gpp.mc-signalling-ear": {
3038
3371
  source: "iana"
3372
+ },
3373
+ "application/vnd.3gpp.mcdata-affiliation-command+xml": {
3374
+ source: "iana",
3375
+ compressible: true
3376
+ },
3377
+ "application/vnd.3gpp.mcdata-info+xml": {
3378
+ source: "iana",
3379
+ compressible: true
3039
3380
  },
3040
3381
  "application/vnd.3gpp.mcdata-payload": {
3041
3382
  source: "iana"
3383
+ },
3384
+ "application/vnd.3gpp.mcdata-service-config+xml": {
3385
+ source: "iana",
3386
+ compressible: true
3042
3387
  },
3043
3388
  "application/vnd.3gpp.mcdata-signalling": {
3044
3389
  source: "iana"
3390
+ },
3391
+ "application/vnd.3gpp.mcdata-ue-config+xml": {
3392
+ source: "iana",
3393
+ compressible: true
3394
+ },
3395
+ "application/vnd.3gpp.mcdata-user-profile+xml": {
3396
+ source: "iana",
3397
+ compressible: true
3045
3398
  },
3046
3399
  "application/vnd.3gpp.mcptt-affiliation-command+xml": {
3047
3400
  source: "iana",
@@ -3062,14 +3415,72 @@ var require$$0 = {
3062
3415
  "application/vnd.3gpp.mcptt-mbms-usage-info+xml": {
3063
3416
  source: "iana",
3064
3417
  compressible: true
3418
+ },
3419
+ "application/vnd.3gpp.mcptt-service-config+xml": {
3420
+ source: "iana",
3421
+ compressible: true
3065
3422
  },
3066
3423
  "application/vnd.3gpp.mcptt-signed+xml": {
3067
3424
  source: "iana",
3068
3425
  compressible: true
3426
+ },
3427
+ "application/vnd.3gpp.mcptt-ue-config+xml": {
3428
+ source: "iana",
3429
+ compressible: true
3430
+ },
3431
+ "application/vnd.3gpp.mcptt-ue-init-config+xml": {
3432
+ source: "iana",
3433
+ compressible: true
3434
+ },
3435
+ "application/vnd.3gpp.mcptt-user-profile+xml": {
3436
+ source: "iana",
3437
+ compressible: true
3438
+ },
3439
+ "application/vnd.3gpp.mcvideo-affiliation-command+xml": {
3440
+ source: "iana",
3441
+ compressible: true
3442
+ },
3443
+ "application/vnd.3gpp.mcvideo-affiliation-info+xml": {
3444
+ source: "iana",
3445
+ compressible: true
3446
+ },
3447
+ "application/vnd.3gpp.mcvideo-info+xml": {
3448
+ source: "iana",
3449
+ compressible: true
3450
+ },
3451
+ "application/vnd.3gpp.mcvideo-location-info+xml": {
3452
+ source: "iana",
3453
+ compressible: true
3454
+ },
3455
+ "application/vnd.3gpp.mcvideo-mbms-usage-info+xml": {
3456
+ source: "iana",
3457
+ compressible: true
3458
+ },
3459
+ "application/vnd.3gpp.mcvideo-service-config+xml": {
3460
+ source: "iana",
3461
+ compressible: true
3462
+ },
3463
+ "application/vnd.3gpp.mcvideo-transmission-request+xml": {
3464
+ source: "iana",
3465
+ compressible: true
3466
+ },
3467
+ "application/vnd.3gpp.mcvideo-ue-config+xml": {
3468
+ source: "iana",
3469
+ compressible: true
3470
+ },
3471
+ "application/vnd.3gpp.mcvideo-user-profile+xml": {
3472
+ source: "iana",
3473
+ compressible: true
3069
3474
  },
3070
3475
  "application/vnd.3gpp.mid-call+xml": {
3071
3476
  source: "iana",
3072
3477
  compressible: true
3478
+ },
3479
+ "application/vnd.3gpp.ngap": {
3480
+ source: "iana"
3481
+ },
3482
+ "application/vnd.3gpp.pfcp": {
3483
+ source: "iana"
3073
3484
  },
3074
3485
  "application/vnd.3gpp.pic-bw-large": {
3075
3486
  source: "iana",
@@ -3088,6 +3499,9 @@ var require$$0 = {
3088
3499
  extensions: [
3089
3500
  "pvb"
3090
3501
  ]
3502
+ },
3503
+ "application/vnd.3gpp.s1ap": {
3504
+ source: "iana"
3091
3505
  },
3092
3506
  "application/vnd.3gpp.sms": {
3093
3507
  source: "iana"
@@ -3182,30 +3596,69 @@ var require$$0 = {
3182
3596
  "fxpl"
3183
3597
  ]
3184
3598
  },
3185
- "application/vnd.adobe.partial-upload": {
3599
+ "application/vnd.adobe.partial-upload": {
3600
+ source: "iana"
3601
+ },
3602
+ "application/vnd.adobe.xdp+xml": {
3603
+ source: "iana",
3604
+ compressible: true,
3605
+ extensions: [
3606
+ "xdp"
3607
+ ]
3608
+ },
3609
+ "application/vnd.adobe.xfdf": {
3610
+ source: "iana",
3611
+ extensions: [
3612
+ "xfdf"
3613
+ ]
3614
+ },
3615
+ "application/vnd.aether.imp": {
3616
+ source: "iana"
3617
+ },
3618
+ "application/vnd.afpc.afplinedata": {
3619
+ source: "iana"
3620
+ },
3621
+ "application/vnd.afpc.afplinedata-pagedef": {
3622
+ source: "iana"
3623
+ },
3624
+ "application/vnd.afpc.cmoca-cmresource": {
3625
+ source: "iana"
3626
+ },
3627
+ "application/vnd.afpc.foca-charset": {
3628
+ source: "iana"
3629
+ },
3630
+ "application/vnd.afpc.foca-codedfont": {
3631
+ source: "iana"
3632
+ },
3633
+ "application/vnd.afpc.foca-codepage": {
3634
+ source: "iana"
3635
+ },
3636
+ "application/vnd.afpc.modca": {
3186
3637
  source: "iana"
3187
3638
  },
3188
- "application/vnd.adobe.xdp+xml": {
3189
- source: "iana",
3190
- compressible: true,
3191
- extensions: [
3192
- "xdp"
3193
- ]
3639
+ "application/vnd.afpc.modca-cmtable": {
3640
+ source: "iana"
3194
3641
  },
3195
- "application/vnd.adobe.xfdf": {
3196
- source: "iana",
3197
- extensions: [
3198
- "xfdf"
3199
- ]
3642
+ "application/vnd.afpc.modca-formdef": {
3643
+ source: "iana"
3200
3644
  },
3201
- "application/vnd.aether.imp": {
3645
+ "application/vnd.afpc.modca-mediummap": {
3202
3646
  source: "iana"
3203
3647
  },
3204
- "application/vnd.afpc.afplinedata": {
3648
+ "application/vnd.afpc.modca-objectcontainer": {
3205
3649
  source: "iana"
3206
3650
  },
3207
- "application/vnd.afpc.modca": {
3651
+ "application/vnd.afpc.modca-overlay": {
3652
+ source: "iana"
3653
+ },
3654
+ "application/vnd.afpc.modca-pagesegment": {
3208
3655
  source: "iana"
3656
+ },
3657
+ "application/vnd.age": {
3658
+ source: "iana",
3659
+ extensions: [
3660
+ "age"
3661
+ ]
3209
3662
  },
3210
3663
  "application/vnd.ah-barcode": {
3211
3664
  source: "iana"
@@ -3256,6 +3709,9 @@ var require$$0 = {
3256
3709
  "application/vnd.amundsen.maze+xml": {
3257
3710
  source: "iana",
3258
3711
  compressible: true
3712
+ },
3713
+ "application/vnd.android.ota": {
3714
+ source: "iana"
3259
3715
  },
3260
3716
  "application/vnd.android.package-archive": {
3261
3717
  source: "apache",
@@ -3284,6 +3740,12 @@ var require$$0 = {
3284
3740
  extensions: [
3285
3741
  "atx"
3286
3742
  ]
3743
+ },
3744
+ "application/vnd.apache.arrow.file": {
3745
+ source: "iana"
3746
+ },
3747
+ "application/vnd.apache.arrow.stream": {
3748
+ source: "iana"
3287
3749
  },
3288
3750
  "application/vnd.apache.thrift.binary": {
3289
3751
  source: "iana"
@@ -3297,6 +3759,10 @@ var require$$0 = {
3297
3759
  "application/vnd.api+json": {
3298
3760
  source: "iana",
3299
3761
  compressible: true
3762
+ },
3763
+ "application/vnd.aplextor.warrp+json": {
3764
+ source: "iana",
3765
+ compressible: true
3300
3766
  },
3301
3767
  "application/vnd.apothekende.reservation+json": {
3302
3768
  source: "iana",
@@ -3312,7 +3778,7 @@ var require$$0 = {
3312
3778
  "application/vnd.apple.keynote": {
3313
3779
  source: "iana",
3314
3780
  extensions: [
3315
- "keynote"
3781
+ "key"
3316
3782
  ]
3317
3783
  },
3318
3784
  "application/vnd.apple.mpegurl": {
@@ -3380,13 +3846,19 @@ var require$$0 = {
3380
3846
  },
3381
3847
  "application/vnd.balsamiq.bmml+xml": {
3382
3848
  source: "iana",
3383
- compressible: true
3849
+ compressible: true,
3850
+ extensions: [
3851
+ "bmml"
3852
+ ]
3384
3853
  },
3385
3854
  "application/vnd.balsamiq.bmpr": {
3386
3855
  source: "iana"
3387
3856
  },
3388
3857
  "application/vnd.banana-accounting": {
3389
3858
  source: "iana"
3859
+ },
3860
+ "application/vnd.bbf.usp.error": {
3861
+ source: "iana"
3390
3862
  },
3391
3863
  "application/vnd.bbf.usp.msg": {
3392
3864
  source: "iana"
@@ -3426,6 +3898,12 @@ var require$$0 = {
3426
3898
  extensions: [
3427
3899
  "bmi"
3428
3900
  ]
3901
+ },
3902
+ "application/vnd.bpf": {
3903
+ source: "iana"
3904
+ },
3905
+ "application/vnd.bpf3": {
3906
+ source: "iana"
3429
3907
  },
3430
3908
  "application/vnd.businessobjects": {
3431
3909
  source: "iana",
@@ -3471,6 +3949,9 @@ var require$$0 = {
3471
3949
  extensions: [
3472
3950
  "mmd"
3473
3951
  ]
3952
+ },
3953
+ "application/vnd.ciedi": {
3954
+ source: "iana"
3474
3955
  },
3475
3956
  "application/vnd.cinderella": {
3476
3957
  source: "iana",
@@ -3623,6 +4104,19 @@ var require$$0 = {
3623
4104
  extensions: [
3624
4105
  "wbs"
3625
4106
  ]
4107
+ },
4108
+ "application/vnd.cryptii.pipe+json": {
4109
+ source: "iana",
4110
+ compressible: true
4111
+ },
4112
+ "application/vnd.crypto-shade-file": {
4113
+ source: "iana"
4114
+ },
4115
+ "application/vnd.cryptomator.encrypted": {
4116
+ source: "iana"
4117
+ },
4118
+ "application/vnd.cryptomator.vault": {
4119
+ source: "iana"
3626
4120
  },
3627
4121
  "application/vnd.ctc-posml": {
3628
4122
  source: "iana",
@@ -3673,10 +4167,24 @@ var require$$0 = {
3673
4167
  },
3674
4168
  "application/vnd.cybank": {
3675
4169
  source: "iana"
4170
+ },
4171
+ "application/vnd.cyclonedx+json": {
4172
+ source: "iana",
4173
+ compressible: true
4174
+ },
4175
+ "application/vnd.cyclonedx+xml": {
4176
+ source: "iana",
4177
+ compressible: true
3676
4178
  },
3677
4179
  "application/vnd.d2l.coursepackage1p0+zip": {
3678
4180
  source: "iana",
3679
4181
  compressible: false
4182
+ },
4183
+ "application/vnd.d3m-dataset": {
4184
+ source: "iana"
4185
+ },
4186
+ "application/vnd.d3m-problem": {
4187
+ source: "iana"
3680
4188
  },
3681
4189
  "application/vnd.dart": {
3682
4190
  source: "iana",
@@ -3698,6 +4206,12 @@ var require$$0 = {
3698
4206
  "application/vnd.dataresource+json": {
3699
4207
  source: "iana",
3700
4208
  compressible: true
4209
+ },
4210
+ "application/vnd.dbf": {
4211
+ source: "iana",
4212
+ extensions: [
4213
+ "dbf"
4214
+ ]
3701
4215
  },
3702
4216
  "application/vnd.debian.binary-package": {
3703
4217
  source: "iana"
@@ -3810,6 +4324,10 @@ var require$$0 = {
3810
4324
  extensions: [
3811
4325
  "ait"
3812
4326
  ]
4327
+ },
4328
+ "application/vnd.dvb.dvbisl+xml": {
4329
+ source: "iana",
4330
+ compressible: true
3813
4331
  },
3814
4332
  "application/vnd.dvb.dvbj": {
3815
4333
  source: "iana"
@@ -3895,6 +4413,10 @@ var require$$0 = {
3895
4413
  },
3896
4414
  "application/vnd.ecip.rlp": {
3897
4415
  source: "iana"
4416
+ },
4417
+ "application/vnd.eclipse.ditto+json": {
4418
+ source: "iana",
4419
+ compressible: true
3898
4420
  },
3899
4421
  "application/vnd.ecowin.chart": {
3900
4422
  source: "iana",
@@ -4069,6 +4591,10 @@ var require$$0 = {
4069
4591
  },
4070
4592
  "application/vnd.etsi.tsl.der": {
4071
4593
  source: "iana"
4594
+ },
4595
+ "application/vnd.eu.kasparian.car+json": {
4596
+ source: "iana",
4597
+ compressible: true
4072
4598
  },
4073
4599
  "application/vnd.eudora.data": {
4074
4600
  source: "iana"
@@ -4081,6 +4607,13 @@ var require$$0 = {
4081
4607
  },
4082
4608
  "application/vnd.evolv.ecig.theme": {
4083
4609
  source: "iana"
4610
+ },
4611
+ "application/vnd.exstream-empower+zip": {
4612
+ source: "iana",
4613
+ compressible: false
4614
+ },
4615
+ "application/vnd.exstream-package": {
4616
+ source: "iana"
4084
4617
  },
4085
4618
  "application/vnd.ezpix-album": {
4086
4619
  source: "iana",
@@ -4096,6 +4629,10 @@ var require$$0 = {
4096
4629
  },
4097
4630
  "application/vnd.f-secure.mobile": {
4098
4631
  source: "iana"
4632
+ },
4633
+ "application/vnd.familysearch.gedcom+zip": {
4634
+ source: "iana",
4635
+ compressible: false
4099
4636
  },
4100
4637
  "application/vnd.fastcopy-disk-image": {
4101
4638
  source: "iana"
@@ -4121,6 +4658,10 @@ var require$$0 = {
4121
4658
  },
4122
4659
  "application/vnd.ffsns": {
4123
4660
  source: "iana"
4661
+ },
4662
+ "application/vnd.ficlab.flb+zip": {
4663
+ source: "iana",
4664
+ compressible: false
4124
4665
  },
4125
4666
  "application/vnd.filmit.zfc": {
4126
4667
  source: "iana"
@@ -4172,6 +4713,19 @@ var require$$0 = {
4172
4713
  extensions: [
4173
4714
  "fsc"
4174
4715
  ]
4716
+ },
4717
+ "application/vnd.fujifilm.fb.docuworks": {
4718
+ source: "iana"
4719
+ },
4720
+ "application/vnd.fujifilm.fb.docuworks.binder": {
4721
+ source: "iana"
4722
+ },
4723
+ "application/vnd.fujifilm.fb.docuworks.container": {
4724
+ source: "iana"
4725
+ },
4726
+ "application/vnd.fujifilm.fb.jfi+xml": {
4727
+ source: "iana",
4728
+ compressible: true
4175
4729
  },
4176
4730
  "application/vnd.fujitsu.oasys": {
4177
4731
  source: "iana",
@@ -4235,6 +4789,9 @@ var require$$0 = {
4235
4789
  },
4236
4790
  "application/vnd.fut-misnet": {
4237
4791
  source: "iana"
4792
+ },
4793
+ "application/vnd.futoin+cbor": {
4794
+ source: "iana"
4238
4795
  },
4239
4796
  "application/vnd.futoin+json": {
4240
4797
  source: "iana",
@@ -4251,6 +4808,10 @@ var require$$0 = {
4251
4808
  extensions: [
4252
4809
  "txd"
4253
4810
  ]
4811
+ },
4812
+ "application/vnd.gentics.grd+json": {
4813
+ source: "iana",
4814
+ compressible: true
4254
4815
  },
4255
4816
  "application/vnd.geo+json": {
4256
4817
  source: "iana",
@@ -4265,6 +4826,9 @@ var require$$0 = {
4265
4826
  extensions: [
4266
4827
  "ggb"
4267
4828
  ]
4829
+ },
4830
+ "application/vnd.geogebra.slides": {
4831
+ source: "iana"
4268
4832
  },
4269
4833
  "application/vnd.geogebra.tool": {
4270
4834
  source: "iana",
@@ -4451,6 +5015,16 @@ var require$$0 = {
4451
5015
  extensions: [
4452
5016
  "les"
4453
5017
  ]
5018
+ },
5019
+ "application/vnd.hl7cda+xml": {
5020
+ source: "iana",
5021
+ charset: "UTF-8",
5022
+ compressible: true
5023
+ },
5024
+ "application/vnd.hl7v2+xml": {
5025
+ source: "iana",
5026
+ charset: "UTF-8",
5027
+ compressible: true
4454
5028
  },
4455
5029
  "application/vnd.hp-hpgl": {
4456
5030
  source: "iana",
@@ -4719,6 +5293,10 @@ var require$$0 = {
4719
5293
  extensions: [
4720
5294
  "fcs"
4721
5295
  ]
5296
+ },
5297
+ "application/vnd.iso11783-10+zip": {
5298
+ source: "iana",
5299
+ compressible: false
4722
5300
  },
4723
5301
  "application/vnd.jam": {
4724
5302
  source: "iana",
@@ -4861,6 +5439,9 @@ var require$$0 = {
4861
5439
  extensions: [
4862
5440
  "sse"
4863
5441
  ]
5442
+ },
5443
+ "application/vnd.las": {
5444
+ source: "iana"
4864
5445
  },
4865
5446
  "application/vnd.las.las+json": {
4866
5447
  source: "iana",
@@ -4872,6 +5453,9 @@ var require$$0 = {
4872
5453
  extensions: [
4873
5454
  "lasxml"
4874
5455
  ]
5456
+ },
5457
+ "application/vnd.laszip": {
5458
+ source: "iana"
4875
5459
  },
4876
5460
  "application/vnd.leap+json": {
4877
5461
  source: "iana",
@@ -4893,6 +5477,13 @@ var require$$0 = {
4893
5477
  extensions: [
4894
5478
  "lbe"
4895
5479
  ]
5480
+ },
5481
+ "application/vnd.logipipe.circuit+zip": {
5482
+ source: "iana",
5483
+ compressible: false
5484
+ },
5485
+ "application/vnd.loom": {
5486
+ source: "iana"
4896
5487
  },
4897
5488
  "application/vnd.lotus-1-2-3": {
4898
5489
  source: "iana",
@@ -4943,7 +5534,10 @@ var require$$0 = {
4943
5534
  ]
4944
5535
  },
4945
5536
  "application/vnd.mapbox-vector-tile": {
4946
- source: "iana"
5537
+ source: "iana",
5538
+ extensions: [
5539
+ "mvt"
5540
+ ]
4947
5541
  },
4948
5542
  "application/vnd.marlin.drm.actiontoken+xml": {
4949
5543
  source: "iana",
@@ -4963,6 +5557,10 @@ var require$$0 = {
4963
5557
  "application/vnd.mason+json": {
4964
5558
  source: "iana",
4965
5559
  compressible: true
5560
+ },
5561
+ "application/vnd.maxar.archive.3tz+zip": {
5562
+ source: "iana",
5563
+ compressible: false
4966
5564
  },
4967
5565
  "application/vnd.maxmind.maxmind-db": {
4968
5566
  source: "iana"
@@ -5401,6 +5999,10 @@ var require$$0 = {
5401
5999
  extensions: [
5402
6000
  "taglet"
5403
6001
  ]
6002
+ },
6003
+ "application/vnd.nacamar.ybrid+json": {
6004
+ source: "iana",
6005
+ compressible: true
5404
6006
  },
5405
6007
  "application/vnd.ncd.control": {
5406
6008
  source: "iana"
@@ -5411,6 +6013,9 @@ var require$$0 = {
5411
6013
  "application/vnd.nearst.inv+json": {
5412
6014
  source: "iana",
5413
6015
  compressible: true
6016
+ },
6017
+ "application/vnd.nebumind.line": {
6018
+ source: "iana"
5414
6019
  },
5415
6020
  "application/vnd.nervana": {
5416
6021
  source: "iana"
@@ -5488,7 +6093,10 @@ var require$$0 = {
5488
6093
  },
5489
6094
  "application/vnd.nokia.n-gage.ac+xml": {
5490
6095
  source: "iana",
5491
- compressible: true
6096
+ compressible: true,
6097
+ extensions: [
6098
+ "ac"
6099
+ ]
5492
6100
  },
5493
6101
  "application/vnd.nokia.n-gage.data": {
5494
6102
  source: "iana",
@@ -5668,6 +6276,10 @@ var require$$0 = {
5668
6276
  },
5669
6277
  "application/vnd.ocf+cbor": {
5670
6278
  source: "iana"
6279
+ },
6280
+ "application/vnd.oci.image.manifest.v1+json": {
6281
+ source: "iana",
6282
+ compressible: true
5671
6283
  },
5672
6284
  "application/vnd.oftn.l10n+json": {
5673
6285
  source: "iana",
@@ -5816,6 +6428,9 @@ var require$$0 = {
5816
6428
  "application/vnd.oma.group-usage-list+xml": {
5817
6429
  source: "iana",
5818
6430
  compressible: true
6431
+ },
6432
+ "application/vnd.oma.lwm2m+cbor": {
6433
+ source: "iana"
5819
6434
  },
5820
6435
  "application/vnd.oma.lwm2m+json": {
5821
6436
  source: "iana",
@@ -5861,14 +6476,17 @@ var require$$0 = {
5861
6476
  },
5862
6477
  "application/vnd.omads-email+xml": {
5863
6478
  source: "iana",
6479
+ charset: "UTF-8",
5864
6480
  compressible: true
5865
6481
  },
5866
6482
  "application/vnd.omads-file+xml": {
5867
6483
  source: "iana",
6484
+ charset: "UTF-8",
5868
6485
  compressible: true
5869
6486
  },
5870
6487
  "application/vnd.omads-folder+xml": {
5871
6488
  source: "iana",
6489
+ charset: "UTF-8",
5872
6490
  compressible: true
5873
6491
  },
5874
6492
  "application/vnd.omaloc-supl-init": {
@@ -5894,7 +6512,10 @@ var require$$0 = {
5894
6512
  },
5895
6513
  "application/vnd.openblox.game+xml": {
5896
6514
  source: "iana",
5897
- compressible: true
6515
+ compressible: true,
6516
+ extensions: [
6517
+ "obgx"
6518
+ ]
5898
6519
  },
5899
6520
  "application/vnd.openblox.game-binary": {
5900
6521
  source: "iana"
@@ -5910,7 +6531,13 @@ var require$$0 = {
5910
6531
  },
5911
6532
  "application/vnd.openstreetmap.data+xml": {
5912
6533
  source: "iana",
5913
- compressible: true
6534
+ compressible: true,
6535
+ extensions: [
6536
+ "osm"
6537
+ ]
6538
+ },
6539
+ "application/vnd.opentimestamps.ots": {
6540
+ source: "iana"
5914
6541
  },
5915
6542
  "application/vnd.openxmlformats-officedocument.custom-properties+xml": {
5916
6543
  source: "iana",
@@ -6284,6 +6911,9 @@ var require$$0 = {
6284
6911
  },
6285
6912
  "application/vnd.patentdive": {
6286
6913
  source: "iana"
6914
+ },
6915
+ "application/vnd.patientecommsdoc": {
6916
+ source: "iana"
6287
6917
  },
6288
6918
  "application/vnd.pawaafile": {
6289
6919
  source: "iana",
@@ -6476,7 +7106,10 @@ var require$$0 = {
6476
7106
  source: "iana"
6477
7107
  },
6478
7108
  "application/vnd.rar": {
6479
- source: "iana"
7109
+ source: "iana",
7110
+ extensions: [
7111
+ "rar"
7112
+ ]
6480
7113
  },
6481
7114
  "application/vnd.realvnc.bed": {
6482
7115
  source: "iana",
@@ -6499,6 +7132,9 @@ var require$$0 = {
6499
7132
  },
6500
7133
  "application/vnd.renlearn.rlprint": {
6501
7134
  source: "iana"
7135
+ },
7136
+ "application/vnd.resilient.logic": {
7137
+ source: "iana"
6502
7138
  },
6503
7139
  "application/vnd.restful+json": {
6504
7140
  source: "iana",
@@ -6549,6 +7185,9 @@ var require$$0 = {
6549
7185
  extensions: [
6550
7186
  "st"
6551
7187
  ]
7188
+ },
7189
+ "application/vnd.sar": {
7190
+ source: "iana"
6552
7191
  },
6553
7192
  "application/vnd.sbm.cid": {
6554
7193
  source: "iana"
@@ -6597,6 +7236,10 @@ var require$$0 = {
6597
7236
  extensions: [
6598
7237
  "see"
6599
7238
  ]
7239
+ },
7240
+ "application/vnd.seis+json": {
7241
+ source: "iana",
7242
+ compressible: true
6600
7243
  },
6601
7244
  "application/vnd.sema": {
6602
7245
  source: "iana",
@@ -6615,6 +7258,9 @@ var require$$0 = {
6615
7258
  extensions: [
6616
7259
  "semf"
6617
7260
  ]
7261
+ },
7262
+ "application/vnd.shade-save-file": {
7263
+ source: "iana"
6618
7264
  },
6619
7265
  "application/vnd.shana.informed.formdata": {
6620
7266
  source: "iana",
@@ -6643,6 +7289,16 @@ var require$$0 = {
6643
7289
  "application/vnd.shootproof+json": {
6644
7290
  source: "iana",
6645
7291
  compressible: true
7292
+ },
7293
+ "application/vnd.shopkick+json": {
7294
+ source: "iana",
7295
+ compressible: true
7296
+ },
7297
+ "application/vnd.shp": {
7298
+ source: "iana"
7299
+ },
7300
+ "application/vnd.shx": {
7301
+ source: "iana"
6646
7302
  },
6647
7303
  "application/vnd.sigrok.session": {
6648
7304
  source: "iana"
@@ -6672,10 +7328,16 @@ var require$$0 = {
6672
7328
  extensions: [
6673
7329
  "teacher"
6674
7330
  ]
7331
+ },
7332
+ "application/vnd.snesdev-page-table": {
7333
+ source: "iana"
6675
7334
  },
6676
7335
  "application/vnd.software602.filler.form+xml": {
6677
7336
  source: "iana",
6678
- compressible: true
7337
+ compressible: true,
7338
+ extensions: [
7339
+ "fo"
7340
+ ]
6679
7341
  },
6680
7342
  "application/vnd.software602.filler.form-xml-zip": {
6681
7343
  source: "iana"
@@ -6846,6 +7508,14 @@ var require$$0 = {
6846
7508
  },
6847
7509
  "application/vnd.swiftview-ics": {
6848
7510
  source: "iana"
7511
+ },
7512
+ "application/vnd.sycle+xml": {
7513
+ source: "iana",
7514
+ compressible: true
7515
+ },
7516
+ "application/vnd.syft+json": {
7517
+ source: "iana",
7518
+ compressible: true
6849
7519
  },
6850
7520
  "application/vnd.symbian.install": {
6851
7521
  source: "apache",
@@ -6856,6 +7526,7 @@ var require$$0 = {
6856
7526
  },
6857
7527
  "application/vnd.syncml+xml": {
6858
7528
  source: "iana",
7529
+ charset: "UTF-8",
6859
7530
  compressible: true,
6860
7531
  extensions: [
6861
7532
  "xsm"
@@ -6863,12 +7534,14 @@ var require$$0 = {
6863
7534
  },
6864
7535
  "application/vnd.syncml.dm+wbxml": {
6865
7536
  source: "iana",
7537
+ charset: "UTF-8",
6866
7538
  extensions: [
6867
7539
  "bdm"
6868
7540
  ]
6869
7541
  },
6870
7542
  "application/vnd.syncml.dm+xml": {
6871
7543
  source: "iana",
7544
+ charset: "UTF-8",
6872
7545
  compressible: true,
6873
7546
  extensions: [
6874
7547
  "xdm"
@@ -6882,13 +7555,18 @@ var require$$0 = {
6882
7555
  },
6883
7556
  "application/vnd.syncml.dmddf+xml": {
6884
7557
  source: "iana",
6885
- compressible: true
7558
+ charset: "UTF-8",
7559
+ compressible: true,
7560
+ extensions: [
7561
+ "ddf"
7562
+ ]
6886
7563
  },
6887
7564
  "application/vnd.syncml.dmtnds+wbxml": {
6888
7565
  source: "iana"
6889
7566
  },
6890
7567
  "application/vnd.syncml.dmtnds+xml": {
6891
7568
  source: "iana",
7569
+ charset: "UTF-8",
6892
7570
  compressible: true
6893
7571
  },
6894
7572
  "application/vnd.syncml.ds.notification": {
@@ -7051,6 +7729,16 @@ var require$$0 = {
7051
7729
  },
7052
7730
  "application/vnd.verimatrix.vcas": {
7053
7731
  source: "iana"
7732
+ },
7733
+ "application/vnd.veritone.aion+json": {
7734
+ source: "iana",
7735
+ compressible: true
7736
+ },
7737
+ "application/vnd.veryant.thin": {
7738
+ source: "iana"
7739
+ },
7740
+ "application/vnd.ves.encrypted": {
7741
+ source: "iana"
7054
7742
  },
7055
7743
  "application/vnd.vidsoft.vidconference": {
7056
7744
  source: "iana"
@@ -7087,6 +7775,7 @@ var require$$0 = {
7087
7775
  },
7088
7776
  "application/vnd.wap.wbxml": {
7089
7777
  source: "iana",
7778
+ charset: "UTF-8",
7090
7779
  extensions: [
7091
7780
  "wbxml"
7092
7781
  ]
@@ -7108,6 +7797,9 @@ var require$$0 = {
7108
7797
  extensions: [
7109
7798
  "wtb"
7110
7799
  ]
7800
+ },
7801
+ "application/vnd.wfa.dpp": {
7802
+ source: "iana"
7111
7803
  },
7112
7804
  "application/vnd.wfa.p2p": {
7113
7805
  source: "iana"
@@ -7299,6 +7991,7 @@ var require$$0 = {
7299
7991
  source: "iana"
7300
7992
  },
7301
7993
  "application/wasm": {
7994
+ source: "iana",
7302
7995
  compressible: true,
7303
7996
  extensions: [
7304
7997
  "wasm"
@@ -7306,7 +7999,10 @@ var require$$0 = {
7306
7999
  },
7307
8000
  "application/watcherinfo+xml": {
7308
8001
  source: "iana",
7309
- compressible: true
8002
+ compressible: true,
8003
+ extensions: [
8004
+ "wif"
8005
+ ]
7310
8006
  },
7311
8007
  "application/webpush-options+json": {
7312
8008
  source: "iana",
@@ -7712,6 +8408,21 @@ var require$$0 = {
7712
8408
  extensions: [
7713
8409
  "iso"
7714
8410
  ]
8411
+ },
8412
+ "application/x-iwork-keynote-sffkey": {
8413
+ extensions: [
8414
+ "key"
8415
+ ]
8416
+ },
8417
+ "application/x-iwork-numbers-sffnumbers": {
8418
+ extensions: [
8419
+ "numbers"
8420
+ ]
8421
+ },
8422
+ "application/x-iwork-pages-sffpages": {
8423
+ extensions: [
8424
+ "pages"
8425
+ ]
7715
8426
  },
7716
8427
  "application/x-java-archive-diff": {
7717
8428
  source: "nginx",
@@ -7728,6 +8439,11 @@ var require$$0 = {
7728
8439
  },
7729
8440
  "application/x-javascript": {
7730
8441
  compressible: true
8442
+ },
8443
+ "application/x-keepass2": {
8444
+ extensions: [
8445
+ "kdbx"
8446
+ ]
7731
8447
  },
7732
8448
  "application/x-latex": {
7733
8449
  source: "apache",
@@ -7939,6 +8655,9 @@ var require$$0 = {
7939
8655
  extensions: [
7940
8656
  "p7r"
7941
8657
  ]
8658
+ },
8659
+ "application/x-pki-message": {
8660
+ source: "iana"
7942
8661
  },
7943
8662
  "application/x-rar-compressed": {
7944
8663
  source: "apache",
@@ -8150,12 +8869,18 @@ var require$$0 = {
8150
8869
  compressible: true
8151
8870
  },
8152
8871
  "application/x-x509-ca-cert": {
8153
- source: "apache",
8872
+ source: "iana",
8154
8873
  extensions: [
8155
8874
  "der",
8156
8875
  "crt",
8157
8876
  "pem"
8158
8877
  ]
8878
+ },
8879
+ "application/x-x509-ca-ra-cert": {
8880
+ source: "iana"
8881
+ },
8882
+ "application/x-x509-next-ca-cert": {
8883
+ source: "iana"
8159
8884
  },
8160
8885
  "application/x-xfig": {
8161
8886
  source: "apache",
@@ -8212,11 +8937,17 @@ var require$$0 = {
8212
8937
  },
8213
8938
  "application/xcap-att+xml": {
8214
8939
  source: "iana",
8215
- compressible: true
8940
+ compressible: true,
8941
+ extensions: [
8942
+ "xav"
8943
+ ]
8216
8944
  },
8217
8945
  "application/xcap-caps+xml": {
8218
8946
  source: "iana",
8219
- compressible: true
8947
+ compressible: true,
8948
+ extensions: [
8949
+ "xca"
8950
+ ]
8220
8951
  },
8221
8952
  "application/xcap-diff+xml": {
8222
8953
  source: "iana",
@@ -8227,7 +8958,10 @@ var require$$0 = {
8227
8958
  },
8228
8959
  "application/xcap-el+xml": {
8229
8960
  source: "iana",
8230
- compressible: true
8961
+ compressible: true,
8962
+ extensions: [
8963
+ "xel"
8964
+ ]
8231
8965
  },
8232
8966
  "application/xcap-error+xml": {
8233
8967
  source: "iana",
@@ -8235,7 +8969,10 @@ var require$$0 = {
8235
8969
  },
8236
8970
  "application/xcap-ns+xml": {
8237
8971
  source: "iana",
8238
- compressible: true
8972
+ compressible: true,
8973
+ extensions: [
8974
+ "xns"
8975
+ ]
8239
8976
  },
8240
8977
  "application/xcon-conference-info+xml": {
8241
8978
  source: "iana",
@@ -8266,7 +9003,10 @@ var require$$0 = {
8266
9003
  },
8267
9004
  "application/xliff+xml": {
8268
9005
  source: "iana",
8269
- compressible: true
9006
+ compressible: true,
9007
+ extensions: [
9008
+ "xlf"
9009
+ ]
8270
9010
  },
8271
9011
  "application/xml": {
8272
9012
  source: "iana",
@@ -8314,6 +9054,7 @@ var require$$0 = {
8314
9054
  source: "iana",
8315
9055
  compressible: true,
8316
9056
  extensions: [
9057
+ "xsl",
8317
9058
  "xslt"
8318
9059
  ]
8319
9060
  },
@@ -8405,7 +9146,10 @@ var require$$0 = {
8405
9146
  ]
8406
9147
  },
8407
9148
  "audio/amr": {
8408
- source: "iana"
9149
+ source: "iana",
9150
+ extensions: [
9151
+ "amr"
9152
+ ]
8409
9153
  },
8410
9154
  "audio/amr-wb": {
8411
9155
  source: "iana"
@@ -8519,6 +9263,9 @@ var require$$0 = {
8519
9263
  },
8520
9264
  "audio/evs": {
8521
9265
  source: "iana"
9266
+ },
9267
+ "audio/flexfec": {
9268
+ source: "iana"
8522
9269
  },
8523
9270
  "audio/fwdred": {
8524
9271
  source: "iana"
@@ -8610,6 +9357,9 @@ var require$$0 = {
8610
9357
  },
8611
9358
  "audio/melp600": {
8612
9359
  source: "iana"
9360
+ },
9361
+ "audio/mhas": {
9362
+ source: "iana"
8613
9363
  },
8614
9364
  "audio/midi": {
8615
9365
  source: "apache",
@@ -8621,7 +9371,10 @@ var require$$0 = {
8621
9371
  ]
8622
9372
  },
8623
9373
  "audio/mobile-xmf": {
8624
- source: "iana"
9374
+ source: "iana",
9375
+ extensions: [
9376
+ "mxmf"
9377
+ ]
8625
9378
  },
8626
9379
  "audio/mp3": {
8627
9380
  compressible: false,
@@ -8670,7 +9423,8 @@ var require$$0 = {
8670
9423
  extensions: [
8671
9424
  "oga",
8672
9425
  "ogg",
8673
- "spx"
9426
+ "spx",
9427
+ "opus"
8674
9428
  ]
8675
9429
  },
8676
9430
  "audio/opus": {
@@ -8720,6 +9474,9 @@ var require$$0 = {
8720
9474
  extensions: [
8721
9475
  "s3m"
8722
9476
  ]
9477
+ },
9478
+ "audio/scip": {
9479
+ source: "iana"
8723
9480
  },
8724
9481
  "audio/silk": {
8725
9482
  source: "apache",
@@ -8735,6 +9492,9 @@ var require$$0 = {
8735
9492
  },
8736
9493
  "audio/smv0": {
8737
9494
  source: "iana"
9495
+ },
9496
+ "audio/sofa": {
9497
+ source: "iana"
8738
9498
  },
8739
9499
  "audio/sp-midi": {
8740
9500
  source: "iana"
@@ -8750,9 +9510,18 @@ var require$$0 = {
8750
9510
  },
8751
9511
  "audio/telephone-event": {
8752
9512
  source: "iana"
9513
+ },
9514
+ "audio/tetra_acelp": {
9515
+ source: "iana"
9516
+ },
9517
+ "audio/tetra_acelp_bb": {
9518
+ source: "iana"
8753
9519
  },
8754
9520
  "audio/tone": {
8755
9521
  source: "iana"
9522
+ },
9523
+ "audio/tsvcis": {
9524
+ source: "iana"
8756
9525
  },
8757
9526
  "audio/uemclip": {
8758
9527
  source: "iana"
@@ -8850,6 +9619,9 @@ var require$$0 = {
8850
9619
  extensions: [
8851
9620
  "dtshd"
8852
9621
  ]
9622
+ },
9623
+ "audio/vnd.dts.uhd": {
9624
+ source: "iana"
8853
9625
  },
8854
9626
  "audio/vnd.dvb.file": {
8855
9627
  source: "iana"
@@ -9101,6 +9873,7 @@ var require$$0 = {
9101
9873
  },
9102
9874
  "font/ttf": {
9103
9875
  source: "iana",
9876
+ compressible: true,
9104
9877
  extensions: [
9105
9878
  "ttf"
9106
9879
  ]
@@ -9130,10 +9903,23 @@ var require$$0 = {
9130
9903
  ]
9131
9904
  },
9132
9905
  "image/avci": {
9133
- source: "iana"
9906
+ source: "iana",
9907
+ extensions: [
9908
+ "avci"
9909
+ ]
9134
9910
  },
9135
9911
  "image/avcs": {
9136
- source: "iana"
9912
+ source: "iana",
9913
+ extensions: [
9914
+ "avcs"
9915
+ ]
9916
+ },
9917
+ "image/avif": {
9918
+ source: "iana",
9919
+ compressible: false,
9920
+ extensions: [
9921
+ "avif"
9922
+ ]
9137
9923
  },
9138
9924
  "image/bmp": {
9139
9925
  source: "iana",
@@ -9180,16 +9966,40 @@ var require$$0 = {
9180
9966
  ]
9181
9967
  },
9182
9968
  "image/heic": {
9183
- source: "iana"
9969
+ source: "iana",
9970
+ extensions: [
9971
+ "heic"
9972
+ ]
9184
9973
  },
9185
9974
  "image/heic-sequence": {
9186
- source: "iana"
9975
+ source: "iana",
9976
+ extensions: [
9977
+ "heics"
9978
+ ]
9187
9979
  },
9188
9980
  "image/heif": {
9189
- source: "iana"
9981
+ source: "iana",
9982
+ extensions: [
9983
+ "heif"
9984
+ ]
9190
9985
  },
9191
9986
  "image/heif-sequence": {
9192
- source: "iana"
9987
+ source: "iana",
9988
+ extensions: [
9989
+ "heifs"
9990
+ ]
9991
+ },
9992
+ "image/hej2k": {
9993
+ source: "iana",
9994
+ extensions: [
9995
+ "hej2"
9996
+ ]
9997
+ },
9998
+ "image/hsj2": {
9999
+ source: "iana",
10000
+ extensions: [
10001
+ "hsj2"
10002
+ ]
9193
10003
  },
9194
10004
  "image/ief": {
9195
10005
  source: "iana",
@@ -9219,6 +10029,18 @@ var require$$0 = {
9219
10029
  "jpg",
9220
10030
  "jpe"
9221
10031
  ]
10032
+ },
10033
+ "image/jph": {
10034
+ source: "iana",
10035
+ extensions: [
10036
+ "jph"
10037
+ ]
10038
+ },
10039
+ "image/jphc": {
10040
+ source: "iana",
10041
+ extensions: [
10042
+ "jhc"
10043
+ ]
9222
10044
  },
9223
10045
  "image/jpm": {
9224
10046
  source: "iana",
@@ -9234,12 +10056,60 @@ var require$$0 = {
9234
10056
  "jpx",
9235
10057
  "jpf"
9236
10058
  ]
10059
+ },
10060
+ "image/jxr": {
10061
+ source: "iana",
10062
+ extensions: [
10063
+ "jxr"
10064
+ ]
10065
+ },
10066
+ "image/jxra": {
10067
+ source: "iana",
10068
+ extensions: [
10069
+ "jxra"
10070
+ ]
10071
+ },
10072
+ "image/jxrs": {
10073
+ source: "iana",
10074
+ extensions: [
10075
+ "jxrs"
10076
+ ]
10077
+ },
10078
+ "image/jxs": {
10079
+ source: "iana",
10080
+ extensions: [
10081
+ "jxs"
10082
+ ]
10083
+ },
10084
+ "image/jxsc": {
10085
+ source: "iana",
10086
+ extensions: [
10087
+ "jxsc"
10088
+ ]
10089
+ },
10090
+ "image/jxsi": {
10091
+ source: "iana",
10092
+ extensions: [
10093
+ "jxsi"
10094
+ ]
10095
+ },
10096
+ "image/jxss": {
10097
+ source: "iana",
10098
+ extensions: [
10099
+ "jxss"
10100
+ ]
9237
10101
  },
9238
10102
  "image/ktx": {
9239
10103
  source: "iana",
9240
10104
  extensions: [
9241
10105
  "ktx"
9242
10106
  ]
10107
+ },
10108
+ "image/ktx2": {
10109
+ source: "iana",
10110
+ extensions: [
10111
+ "ktx2"
10112
+ ]
9243
10113
  },
9244
10114
  "image/naplps": {
9245
10115
  source: "iana"
@@ -9388,6 +10258,7 @@ var require$$0 = {
9388
10258
  },
9389
10259
  "image/vnd.microsoft.icon": {
9390
10260
  source: "iana",
10261
+ compressible: true,
9391
10262
  extensions: [
9392
10263
  "ico"
9393
10264
  ]
@@ -9397,6 +10268,12 @@ var require$$0 = {
9397
10268
  },
9398
10269
  "image/vnd.mozilla.apng": {
9399
10270
  source: "iana"
10271
+ },
10272
+ "image/vnd.ms-dds": {
10273
+ compressible: true,
10274
+ extensions: [
10275
+ "dds"
10276
+ ]
9400
10277
  },
9401
10278
  "image/vnd.ms-modi": {
9402
10279
  source: "iana",
@@ -9415,6 +10292,12 @@ var require$$0 = {
9415
10292
  extensions: [
9416
10293
  "npx"
9417
10294
  ]
10295
+ },
10296
+ "image/vnd.pco.b16": {
10297
+ source: "iana",
10298
+ extensions: [
10299
+ "b16"
10300
+ ]
9418
10301
  },
9419
10302
  "image/vnd.radiance": {
9420
10303
  source: "iana"
@@ -9684,6 +10567,12 @@ var require$$0 = {
9684
10567
  ]
9685
10568
  },
9686
10569
  "model/3mf": {
10570
+ source: "iana",
10571
+ extensions: [
10572
+ "3mf"
10573
+ ]
10574
+ },
10575
+ "model/e57": {
9687
10576
  source: "iana"
9688
10577
  },
9689
10578
  "model/gltf+json": {
@@ -9717,8 +10606,47 @@ var require$$0 = {
9717
10606
  "silo"
9718
10607
  ]
9719
10608
  },
9720
- "model/stl": {
10609
+ "model/mtl": {
10610
+ source: "iana",
10611
+ extensions: [
10612
+ "mtl"
10613
+ ]
10614
+ },
10615
+ "model/obj": {
10616
+ source: "iana",
10617
+ extensions: [
10618
+ "obj"
10619
+ ]
10620
+ },
10621
+ "model/step": {
9721
10622
  source: "iana"
10623
+ },
10624
+ "model/step+xml": {
10625
+ source: "iana",
10626
+ compressible: true,
10627
+ extensions: [
10628
+ "stpx"
10629
+ ]
10630
+ },
10631
+ "model/step+zip": {
10632
+ source: "iana",
10633
+ compressible: false,
10634
+ extensions: [
10635
+ "stpz"
10636
+ ]
10637
+ },
10638
+ "model/step-xml+zip": {
10639
+ source: "iana",
10640
+ compressible: false,
10641
+ extensions: [
10642
+ "stpxz"
10643
+ ]
10644
+ },
10645
+ "model/stl": {
10646
+ source: "iana",
10647
+ extensions: [
10648
+ "stl"
10649
+ ]
9722
10650
  },
9723
10651
  "model/vnd.collada+xml": {
9724
10652
  source: "iana",
@@ -9765,23 +10693,47 @@ var require$$0 = {
9765
10693
  ]
9766
10694
  },
9767
10695
  "model/vnd.opengex": {
9768
- source: "iana"
10696
+ source: "iana",
10697
+ extensions: [
10698
+ "ogex"
10699
+ ]
9769
10700
  },
9770
10701
  "model/vnd.parasolid.transmit.binary": {
9771
- source: "iana"
10702
+ source: "iana",
10703
+ extensions: [
10704
+ "x_b"
10705
+ ]
9772
10706
  },
9773
10707
  "model/vnd.parasolid.transmit.text": {
10708
+ source: "iana",
10709
+ extensions: [
10710
+ "x_t"
10711
+ ]
10712
+ },
10713
+ "model/vnd.pytha.pyox": {
9774
10714
  source: "iana"
9775
10715
  },
9776
10716
  "model/vnd.rosette.annotated-data-model": {
9777
10717
  source: "iana"
10718
+ },
10719
+ "model/vnd.sap.vds": {
10720
+ source: "iana",
10721
+ extensions: [
10722
+ "vds"
10723
+ ]
9778
10724
  },
9779
10725
  "model/vnd.usdz+zip": {
9780
10726
  source: "iana",
9781
- compressible: false
10727
+ compressible: false,
10728
+ extensions: [
10729
+ "usdz"
10730
+ ]
9782
10731
  },
9783
10732
  "model/vnd.valve.source.compiled-map": {
9784
- source: "iana"
10733
+ source: "iana",
10734
+ extensions: [
10735
+ "bsp"
10736
+ ]
9785
10737
  },
9786
10738
  "model/vnd.vtu": {
9787
10739
  source: "iana",
@@ -9806,7 +10758,10 @@ var require$$0 = {
9806
10758
  ]
9807
10759
  },
9808
10760
  "model/x3d+fastinfoset": {
9809
- source: "iana"
10761
+ source: "iana",
10762
+ extensions: [
10763
+ "x3db"
10764
+ ]
9810
10765
  },
9811
10766
  "model/x3d+vrml": {
9812
10767
  source: "apache",
@@ -9825,7 +10780,10 @@ var require$$0 = {
9825
10780
  ]
9826
10781
  },
9827
10782
  "model/x3d-vrml": {
9828
- source: "iana"
10783
+ source: "iana",
10784
+ extensions: [
10785
+ "x3dv"
10786
+ ]
9829
10787
  },
9830
10788
  "multipart/alternative": {
9831
10789
  source: "iana",
@@ -9852,8 +10810,7 @@ var require$$0 = {
9852
10810
  source: "iana"
9853
10811
  },
9854
10812
  "multipart/mixed": {
9855
- source: "iana",
9856
- compressible: false
10813
+ source: "iana"
9857
10814
  },
9858
10815
  "multipart/multilingual": {
9859
10816
  source: "iana"
@@ -9910,6 +10867,15 @@ var require$$0 = {
9910
10867
  "coffee",
9911
10868
  "litcoffee"
9912
10869
  ]
10870
+ },
10871
+ "text/cql": {
10872
+ source: "iana"
10873
+ },
10874
+ "text/cql-expression": {
10875
+ source: "iana"
10876
+ },
10877
+ "text/cql-identifier": {
10878
+ source: "iana"
9913
10879
  },
9914
10880
  "text/css": {
9915
10881
  source: "iana",
@@ -9943,9 +10909,18 @@ var require$$0 = {
9943
10909
  },
9944
10910
  "text/enriched": {
9945
10911
  source: "iana"
10912
+ },
10913
+ "text/fhirpath": {
10914
+ source: "iana"
10915
+ },
10916
+ "text/flexfec": {
10917
+ source: "iana"
9946
10918
  },
9947
10919
  "text/fwdred": {
9948
10920
  source: "iana"
10921
+ },
10922
+ "text/gff3": {
10923
+ source: "iana"
9949
10924
  },
9950
10925
  "text/grammar-ref-list": {
9951
10926
  source: "iana"
@@ -9978,6 +10953,7 @@ var require$$0 = {
9978
10953
  ]
9979
10954
  },
9980
10955
  "text/less": {
10956
+ compressible: true,
9981
10957
  extensions: [
9982
10958
  "less"
9983
10959
  ]
@@ -9995,19 +10971,27 @@ var require$$0 = {
9995
10971
  extensions: [
9996
10972
  "mml"
9997
10973
  ]
10974
+ },
10975
+ "text/mdx": {
10976
+ compressible: true,
10977
+ extensions: [
10978
+ "mdx"
10979
+ ]
9998
10980
  },
9999
10981
  "text/mizar": {
10000
10982
  source: "iana"
10001
10983
  },
10002
10984
  "text/n3": {
10003
10985
  source: "iana",
10986
+ charset: "UTF-8",
10004
10987
  compressible: true,
10005
10988
  extensions: [
10006
10989
  "n3"
10007
10990
  ]
10008
10991
  },
10009
10992
  "text/parameters": {
10010
- source: "iana"
10993
+ source: "iana",
10994
+ charset: "UTF-8"
10011
10995
  },
10012
10996
  "text/parityfec": {
10013
10997
  source: "iana"
@@ -10027,7 +11011,8 @@ var require$$0 = {
10027
11011
  ]
10028
11012
  },
10029
11013
  "text/provenance-notation": {
10030
- source: "iana"
11014
+ source: "iana",
11015
+ charset: "UTF-8"
10031
11016
  },
10032
11017
  "text/prs.fallenstein.rst": {
10033
11018
  source: "iana"
@@ -10079,8 +11064,12 @@ var require$$0 = {
10079
11064
  "sgml",
10080
11065
  "sgm"
10081
11066
  ]
11067
+ },
11068
+ "text/shaclc": {
11069
+ source: "iana"
10082
11070
  },
10083
11071
  "text/shex": {
11072
+ source: "iana",
10084
11073
  extensions: [
10085
11074
  "shex"
10086
11075
  ]
@@ -10090,6 +11079,12 @@ var require$$0 = {
10090
11079
  "slim",
10091
11080
  "slm"
10092
11081
  ]
11082
+ },
11083
+ "text/spdx": {
11084
+ source: "iana",
11085
+ extensions: [
11086
+ "spdx"
11087
+ ]
10093
11088
  },
10094
11089
  "text/strings": {
10095
11090
  source: "iana"
@@ -10181,7 +11176,8 @@ var require$$0 = {
10181
11176
  ]
10182
11177
  },
10183
11178
  "text/vnd.debian.copyright": {
10184
- source: "iana"
11179
+ source: "iana",
11180
+ charset: "UTF-8"
10185
11181
  },
10186
11182
  "text/vnd.dmclientscript": {
10187
11183
  source: "iana"
@@ -10193,6 +11189,16 @@ var require$$0 = {
10193
11189
  ]
10194
11190
  },
10195
11191
  "text/vnd.esmertec.theme-descriptor": {
11192
+ source: "iana",
11193
+ charset: "UTF-8"
11194
+ },
11195
+ "text/vnd.familysearch.gedcom": {
11196
+ source: "iana",
11197
+ extensions: [
11198
+ "ged"
11199
+ ]
11200
+ },
11201
+ "text/vnd.ficlab.flt": {
10196
11202
  source: "iana"
10197
11203
  },
10198
11204
  "text/vnd.fly": {
@@ -10215,6 +11221,9 @@ var require$$0 = {
10215
11221
  extensions: [
10216
11222
  "gv"
10217
11223
  ]
11224
+ },
11225
+ "text/vnd.hans": {
11226
+ source: "iana"
10218
11227
  },
10219
11228
  "text/vnd.hgl": {
10220
11229
  source: "iana"
@@ -10251,18 +11260,26 @@ var require$$0 = {
10251
11260
  },
10252
11261
  "text/vnd.radisys.msml-basic-layout": {
10253
11262
  source: "iana"
11263
+ },
11264
+ "text/vnd.senx.warpscript": {
11265
+ source: "iana"
10254
11266
  },
10255
11267
  "text/vnd.si.uricatalogue": {
10256
11268
  source: "iana"
11269
+ },
11270
+ "text/vnd.sosi": {
11271
+ source: "iana"
10257
11272
  },
10258
11273
  "text/vnd.sun.j2me.app-descriptor": {
10259
11274
  source: "iana",
11275
+ charset: "UTF-8",
10260
11276
  extensions: [
10261
11277
  "jad"
10262
11278
  ]
10263
11279
  },
10264
11280
  "text/vnd.trolltech.linguist": {
10265
- source: "iana"
11281
+ source: "iana",
11282
+ charset: "UTF-8"
10266
11283
  },
10267
11284
  "text/vnd.wap.si": {
10268
11285
  source: "iana"
@@ -10283,6 +11300,7 @@ var require$$0 = {
10283
11300
  ]
10284
11301
  },
10285
11302
  "text/vtt": {
11303
+ source: "iana",
10286
11304
  charset: "UTF-8",
10287
11305
  compressible: true,
10288
11306
  extensions: [
@@ -10439,6 +11457,7 @@ var require$$0 = {
10439
11457
  source: "iana"
10440
11458
  },
10441
11459
  "text/yaml": {
11460
+ compressible: true,
10442
11461
  extensions: [
10443
11462
  "yaml",
10444
11463
  "yml"
@@ -10462,6 +11481,9 @@ var require$$0 = {
10462
11481
  extensions: [
10463
11482
  "3g2"
10464
11483
  ]
11484
+ },
11485
+ "video/av1": {
11486
+ source: "iana"
10465
11487
  },
10466
11488
  "video/bmpeg": {
10467
11489
  source: "iana"
@@ -10477,6 +11499,12 @@ var require$$0 = {
10477
11499
  },
10478
11500
  "video/encaprtp": {
10479
11501
  source: "iana"
11502
+ },
11503
+ "video/ffv1": {
11504
+ source: "iana"
11505
+ },
11506
+ "video/flexfec": {
11507
+ source: "iana"
10480
11508
  },
10481
11509
  "video/h261": {
10482
11510
  source: "iana",
@@ -10512,7 +11540,10 @@ var require$$0 = {
10512
11540
  source: "iana"
10513
11541
  },
10514
11542
  "video/iso.segment": {
10515
- source: "iana"
11543
+ source: "iana",
11544
+ extensions: [
11545
+ "m4s"
11546
+ ]
10516
11547
  },
10517
11548
  "video/jpeg": {
10518
11549
  source: "iana",
@@ -10529,6 +11560,9 @@ var require$$0 = {
10529
11560
  "jpm",
10530
11561
  "jpgm"
10531
11562
  ]
11563
+ },
11564
+ "video/jxsv": {
11565
+ source: "iana"
10532
11566
  },
10533
11567
  "video/mj2": {
10534
11568
  source: "iana",
@@ -10616,6 +11650,9 @@ var require$$0 = {
10616
11650
  },
10617
11651
  "video/rtx": {
10618
11652
  source: "iana"
11653
+ },
11654
+ "video/scip": {
11655
+ source: "iana"
10619
11656
  },
10620
11657
  "video/smpte291": {
10621
11658
  source: "iana"
@@ -10628,6 +11665,9 @@ var require$$0 = {
10628
11665
  },
10629
11666
  "video/vc1": {
10630
11667
  source: "iana"
11668
+ },
11669
+ "video/vc2": {
11670
+ source: "iana"
10631
11671
  },
10632
11672
  "video/vnd.cctv": {
10633
11673
  source: "iana"
@@ -10773,9 +11813,15 @@ var require$$0 = {
10773
11813
  extensions: [
10774
11814
  "viv"
10775
11815
  ]
11816
+ },
11817
+ "video/vnd.youtube.yt": {
11818
+ source: "iana"
10776
11819
  },
10777
11820
  "video/vp8": {
10778
11821
  source: "iana"
11822
+ },
11823
+ "video/vp9": {
11824
+ source: "iana"
10779
11825
  },
10780
11826
  "video/webm": {
10781
11827
  source: "apache",
@@ -10897,6 +11943,7 @@ var require$$0 = {
10897
11943
  /*!
10898
11944
  * mime-db
10899
11945
  * Copyright(c) 2014 Jonathan Ong
11946
+ * Copyright(c) 2015-2022 Douglas Christopher Wilson
10900
11947
  * MIT Licensed
10901
11948
  */
10902
11949