nitro-nightly 4.0.0-20251010-091516-7cafddba → 4.0.0-20251030-091344-d4418b98

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 (195) hide show
  1. package/dist/{_chunks/build2.mjs → _build/build.mjs} +108 -58
  2. package/dist/_build/build2.mjs +556 -0
  3. package/dist/_build/info.mjs +1002 -0
  4. package/dist/_build/prepare.mjs +1511 -0
  5. package/dist/_build/snapshot.mjs +185 -0
  6. package/dist/{_chunks/plugin.mjs → _build/vite.mjs} +295 -296
  7. package/dist/_build/vite2.mjs +149 -0
  8. package/dist/_chunks/_deps/@jridgewell/gen-mapping.mjs +189 -0
  9. package/dist/_chunks/_deps/@jridgewell/remapping.mjs +137 -0
  10. package/dist/_chunks/_deps/@jridgewell/resolve-uri.mjs +231 -0
  11. package/dist/_chunks/_deps/@jridgewell/sourcemap-codec.mjs +173 -0
  12. package/dist/_chunks/_deps/@jridgewell/trace-mapping.mjs +170 -0
  13. package/dist/_chunks/_deps/@pi0/vite-plugin-fullstack.mjs +575 -0
  14. package/dist/_chunks/_deps/@rollup/plugin-alias.mjs +89 -0
  15. package/dist/_chunks/_deps/@rollup/plugin-commonjs.mjs +2376 -0
  16. package/dist/_chunks/{index2.mjs → _deps/@rollup/plugin-inject.mjs} +5 -90
  17. package/dist/_chunks/_deps/@rollup/plugin-json.mjs +37 -0
  18. package/dist/_chunks/_deps/@rollup/plugin-node-resolve.mjs +1386 -0
  19. package/dist/_chunks/_deps/@rollup/plugin-replace.mjs +133 -0
  20. package/dist/_chunks/_deps/@rollup/pluginutils.mjs +346 -0
  21. package/dist/_chunks/_deps/acorn.mjs +6225 -0
  22. package/dist/_chunks/_deps/c12.mjs +510 -0
  23. package/dist/_chunks/_deps/chokidar.mjs +1428 -0
  24. package/dist/_chunks/_deps/citty.mjs +460 -0
  25. package/dist/_chunks/_deps/commondir.mjs +77 -0
  26. package/dist/_chunks/_deps/compatx.mjs +76 -0
  27. package/dist/_chunks/_deps/confbox.mjs +300 -0
  28. package/dist/_chunks/_deps/debug.mjs +885 -0
  29. package/dist/_chunks/_deps/deepmerge.mjs +147 -0
  30. package/dist/_chunks/_deps/depd.mjs +550 -0
  31. package/dist/_chunks/_deps/dot-prop.mjs +282 -0
  32. package/dist/_chunks/_deps/dotenv.mjs +555 -0
  33. package/dist/_chunks/_deps/duplexer.mjs +1 -0
  34. package/dist/_chunks/_deps/ee-first.mjs +104 -0
  35. package/dist/_chunks/_deps/encodeurl.mjs +69 -0
  36. package/dist/_chunks/_deps/escape-html.mjs +87 -0
  37. package/dist/_chunks/_deps/escape-string-regexp.mjs +13 -0
  38. package/dist/_chunks/_deps/estree-walker.mjs +433 -0
  39. package/dist/_chunks/_deps/etag.mjs +147 -0
  40. package/dist/_chunks/_deps/exsolve.mjs +1416 -0
  41. package/dist/_chunks/_deps/fdir.mjs +569 -0
  42. package/dist/_chunks/_deps/fresh.mjs +145 -0
  43. package/dist/_chunks/_deps/function-bind.mjs +106 -0
  44. package/dist/_chunks/{index4.mjs → _deps/giget.mjs} +21 -776
  45. package/dist/_chunks/_deps/gzip-size.mjs +19 -0
  46. package/dist/_chunks/_deps/hasown.mjs +19 -0
  47. package/dist/_chunks/_deps/http-errors.mjs +307 -0
  48. package/dist/_chunks/_deps/httpxy.mjs +580 -0
  49. package/dist/_chunks/_deps/inherits.mjs +57 -0
  50. package/dist/_chunks/_deps/is-core-module.mjs +596 -0
  51. package/dist/_chunks/_deps/is-module.mjs +25 -0
  52. package/dist/_chunks/_deps/is-reference.mjs +31 -0
  53. package/dist/_chunks/_deps/js-tokens.mjs +411 -0
  54. package/dist/_chunks/_deps/klona.mjs +137 -0
  55. package/dist/_chunks/_deps/knitwork.mjs +172 -0
  56. package/dist/_chunks/_deps/local-pkg.mjs +163 -0
  57. package/dist/_chunks/_deps/magic-string.mjs +1296 -0
  58. package/dist/_chunks/_deps/mime-db.mjs +11685 -0
  59. package/dist/_chunks/_deps/mime-types.mjs +287 -0
  60. package/dist/_chunks/_deps/mime.mjs +1172 -0
  61. package/dist/_chunks/_deps/mlly.mjs +2413 -0
  62. package/dist/_chunks/_deps/ms.mjs +172 -0
  63. package/dist/_chunks/_deps/node-fetch-native.mjs +3 -0
  64. package/dist/_chunks/_deps/nypm.mjs +219 -0
  65. package/dist/_chunks/_deps/on-finished.mjs +246 -0
  66. package/dist/_chunks/_deps/parseurl.mjs +168 -0
  67. package/dist/_chunks/_deps/path-parse.mjs +85 -0
  68. package/dist/_chunks/{pathe.M-eThtNZ.mjs → _deps/pathe.mjs} +48 -1
  69. package/dist/_chunks/_deps/perfect-debounce.mjs +88 -0
  70. package/dist/_chunks/_deps/picomatch.mjs +2144 -0
  71. package/dist/_chunks/_deps/pkg-types.mjs +247 -0
  72. package/dist/_chunks/{snapshot.mjs → _deps/pretty-bytes.mjs} +1 -105
  73. package/dist/_chunks/_deps/quansync.mjs +99 -0
  74. package/dist/_chunks/_deps/range-parser.mjs +171 -0
  75. package/dist/_chunks/_deps/rc9.mjs +219 -0
  76. package/dist/_chunks/_deps/readdirp.mjs +245 -0
  77. package/dist/_chunks/_deps/resolve.mjs +1260 -0
  78. package/dist/_chunks/_deps/rou3.mjs +326 -0
  79. package/dist/_chunks/_deps/send.mjs +1022 -0
  80. package/dist/_chunks/_deps/serve-static.mjs +228 -0
  81. package/dist/_chunks/_deps/setprototypeof.mjs +26 -0
  82. package/dist/_chunks/_deps/statuses.mjs +457 -0
  83. package/dist/_chunks/_deps/std-env.mjs +3 -0
  84. package/dist/_chunks/_deps/strip-literal.mjs +67 -0
  85. package/dist/_chunks/_deps/supports-color.mjs +44 -0
  86. package/dist/_chunks/_deps/tinyexec.mjs +552 -0
  87. package/dist/_chunks/_deps/tinyglobby.mjs +293 -0
  88. package/dist/_chunks/_deps/toidentifier.mjs +41 -0
  89. package/dist/_chunks/_deps/ultrahtml.mjs +3 -0
  90. package/dist/_chunks/_deps/unimport.mjs +2267 -0
  91. package/dist/_chunks/_deps/unplugin-utils.mjs +65 -0
  92. package/dist/_chunks/_deps/unplugin.mjs +1294 -0
  93. package/dist/_chunks/_deps/untyped.mjs +375 -0
  94. package/dist/_chunks/{info.mjs → _deps/unwasm.mjs} +8 -4206
  95. package/dist/_chunks/_deps/webpack-virtual-modules.mjs +360 -0
  96. package/dist/_chunks/_presets/_all.mjs +59 -0
  97. package/dist/_chunks/_presets/_nitro.mjs +74 -0
  98. package/dist/_chunks/_presets/_resolve.mjs +64 -0
  99. package/dist/_chunks/_presets/_static.mjs +69 -0
  100. package/dist/_chunks/_presets/_types.mjs +3 -0
  101. package/dist/_chunks/_presets/_utils.mjs +31 -0
  102. package/dist/_chunks/_presets/alwaysdata.mjs +17 -0
  103. package/dist/_chunks/_presets/aws-amplify.mjs +111 -0
  104. package/dist/_chunks/_presets/aws-lambda.mjs +23 -0
  105. package/dist/_chunks/_presets/azure.mjs +162 -0
  106. package/dist/_chunks/_presets/bun.mjs +19 -0
  107. package/dist/_chunks/_presets/cleavr.mjs +15 -0
  108. package/dist/_chunks/_presets/cloudflare.mjs +608 -0
  109. package/dist/_chunks/_presets/deno.mjs +196 -0
  110. package/dist/_chunks/_presets/digitalocean.mjs +14 -0
  111. package/dist/_chunks/_presets/firebase.mjs +47 -0
  112. package/dist/_chunks/_presets/flightcontrol.mjs +14 -0
  113. package/dist/_chunks/_presets/genezio.mjs +13 -0
  114. package/dist/_chunks/_presets/heroku.mjs +14 -0
  115. package/dist/_chunks/_presets/iis.mjs +194 -0
  116. package/dist/_chunks/_presets/index.mjs +62 -0
  117. package/dist/_chunks/_presets/koyeb.mjs +14 -0
  118. package/dist/_chunks/_presets/netlify.mjs +241 -0
  119. package/dist/_chunks/_presets/node.mjs +54 -0
  120. package/dist/_chunks/_presets/platform.mjs +14 -0
  121. package/dist/_chunks/_presets/render.mjs +14 -0
  122. package/dist/_chunks/_presets/standard.mjs +23 -0
  123. package/dist/_chunks/_presets/stormkit.mjs +18 -0
  124. package/dist/_chunks/_presets/vercel.mjs +375 -0
  125. package/dist/_chunks/_presets/winterjs.mjs +22 -0
  126. package/dist/_chunks/_presets/zeabur.mjs +69 -0
  127. package/dist/_chunks/_presets/zerops.mjs +27 -0
  128. package/dist/_chunks/app.mjs +9 -19206
  129. package/dist/_chunks/{index3.mjs → builder.mjs} +560 -970
  130. package/dist/_chunks/server.mjs +6 -4
  131. package/dist/{cli → _cli}/build.mjs +3 -8
  132. package/dist/{cli → _cli}/dev.mjs +38 -12
  133. package/dist/{cli/index2.mjs → _cli/index.mjs} +1 -2
  134. package/dist/{cli → _cli}/list.mjs +3 -4
  135. package/dist/{cli → _cli}/prepare.mjs +3 -4
  136. package/dist/{cli → _cli}/run.mjs +3 -4
  137. package/dist/{index.d.mts → builder.d.mts} +11 -11
  138. package/dist/builder.mjs +117 -0
  139. package/dist/cli/index.mjs +7 -464
  140. package/dist/node_modules/@speed-highlight/core/dist/index.js +1 -1
  141. package/dist/node_modules/@speed-highlight/core/dist/terminal.js +1 -1
  142. package/dist/node_modules/@speed-highlight/core/package.json +7 -3
  143. package/dist/node_modules/cookie-es/dist/index.mjs +262 -0
  144. package/dist/node_modules/cookie-es/package.json +37 -0
  145. package/dist/node_modules/hookable/dist/index.mjs +243 -266
  146. package/dist/node_modules/hookable/package.json +29 -26
  147. package/dist/node_modules/rendu/dist/index.mjs +380 -0
  148. package/dist/node_modules/rendu/package.json +47 -0
  149. package/dist/presets/_nitro/runtime/nitro-dev.mjs +4 -7
  150. package/dist/presets/_nitro/runtime/nitro-prerenderer.mjs +5 -4
  151. package/dist/presets/azure/runtime/azure-swa.mjs +1 -1
  152. package/dist/presets/cloudflare/runtime/_module-handler.mjs +7 -6
  153. package/dist/presets/cloudflare/runtime/cloudflare-durable.mjs +4 -5
  154. package/dist/presets/cloudflare/runtime/plugin.dev.mjs +7 -10
  155. package/dist/presets/cloudflare/runtime/shims/workers.dev.d.mts +21 -0
  156. package/dist/presets/cloudflare/runtime/shims/workers.dev.mjs +27 -0
  157. package/dist/presets/node/runtime/node-server.mjs +1 -1
  158. package/dist/runtime/index.d.mts +1 -1
  159. package/dist/runtime/index.mjs +1 -1
  160. package/dist/runtime/internal/app.d.mts +3 -1
  161. package/dist/runtime/internal/app.mjs +90 -64
  162. package/dist/runtime/internal/error/prod.d.mts +3 -2
  163. package/dist/runtime/internal/error/prod.mjs +9 -13
  164. package/dist/runtime/internal/renderer.mjs +4 -4
  165. package/dist/runtime/internal/routes/dev-tasks.d.mts +30 -2
  166. package/dist/runtime/internal/shutdown.d.mts +1 -2
  167. package/dist/runtime/internal/shutdown.mjs +3 -2
  168. package/dist/runtime/internal/task.mjs +1 -2
  169. package/dist/types/index.d.mts +1603 -10
  170. package/dist/vite.d.mts +5 -0
  171. package/dist/vite.mjs +94 -30
  172. package/lib/index.mjs +1 -0
  173. package/lib/indexd.mts +1 -0
  174. package/lib/runtime/meta.mjs +35 -0
  175. package/package.json +40 -41
  176. package/dist/_chunks/build.mjs +0 -84
  177. package/dist/_chunks/build3.mjs +0 -6452
  178. package/dist/_chunks/detect-acorn.mjs +0 -503
  179. package/dist/_chunks/index.mjs +0 -22242
  180. package/dist/_chunks/json5.mjs +0 -68
  181. package/dist/_chunks/jsonc.mjs +0 -51
  182. package/dist/_chunks/toml.mjs +0 -259
  183. package/dist/_chunks/yaml.mjs +0 -86
  184. package/dist/index.mjs +0 -55
  185. package/dist/node_modules/klona/dist/index.mjs +0 -81
  186. package/dist/node_modules/klona/full/index.mjs +0 -53
  187. package/dist/node_modules/klona/package.json +0 -74
  188. package/dist/node_modules/std-env/dist/index.mjs +0 -1
  189. package/dist/node_modules/std-env/package.json +0 -46
  190. package/dist/presets.mjs +0 -2460
  191. package/dist/runtime/internal/debug.d.mts +0 -2
  192. package/dist/runtime/internal/debug.mjs +0 -5
  193. package/lib/runtime-meta.mjs +0 -38
  194. /package/dist/{cli → _cli}/common.mjs +0 -0
  195. /package/lib/{runtime-meta.d.mts → runtime/meta.d.mts} +0 -0
@@ -0,0 +1,1172 @@
1
+ const types$1 = {
2
+ 'application/prs.cww': ['cww'],
3
+ 'application/prs.xsf+xml': ['xsf'],
4
+ 'application/vnd.1000minds.decision-model+xml': ['1km'],
5
+ 'application/vnd.3gpp.pic-bw-large': ['plb'],
6
+ 'application/vnd.3gpp.pic-bw-small': ['psb'],
7
+ 'application/vnd.3gpp.pic-bw-var': ['pvb'],
8
+ 'application/vnd.3gpp2.tcap': ['tcap'],
9
+ 'application/vnd.3m.post-it-notes': ['pwn'],
10
+ 'application/vnd.accpac.simply.aso': ['aso'],
11
+ 'application/vnd.accpac.simply.imp': ['imp'],
12
+ 'application/vnd.acucobol': ['acu'],
13
+ 'application/vnd.acucorp': ['atc', 'acutc'],
14
+ 'application/vnd.adobe.air-application-installer-package+zip': ['air'],
15
+ 'application/vnd.adobe.formscentral.fcdt': ['fcdt'],
16
+ 'application/vnd.adobe.fxp': ['fxp', 'fxpl'],
17
+ 'application/vnd.adobe.xdp+xml': ['xdp'],
18
+ 'application/vnd.adobe.xfdf': ['*xfdf'],
19
+ 'application/vnd.age': ['age'],
20
+ 'application/vnd.ahead.space': ['ahead'],
21
+ 'application/vnd.airzip.filesecure.azf': ['azf'],
22
+ 'application/vnd.airzip.filesecure.azs': ['azs'],
23
+ 'application/vnd.amazon.ebook': ['azw'],
24
+ 'application/vnd.americandynamics.acc': ['acc'],
25
+ 'application/vnd.amiga.ami': ['ami'],
26
+ 'application/vnd.android.package-archive': ['apk'],
27
+ 'application/vnd.anser-web-certificate-issue-initiation': ['cii'],
28
+ 'application/vnd.anser-web-funds-transfer-initiation': ['fti'],
29
+ 'application/vnd.antix.game-component': ['atx'],
30
+ 'application/vnd.apple.installer+xml': ['mpkg'],
31
+ 'application/vnd.apple.keynote': ['key'],
32
+ 'application/vnd.apple.mpegurl': ['m3u8'],
33
+ 'application/vnd.apple.numbers': ['numbers'],
34
+ 'application/vnd.apple.pages': ['pages'],
35
+ 'application/vnd.apple.pkpass': ['pkpass'],
36
+ 'application/vnd.aristanetworks.swi': ['swi'],
37
+ 'application/vnd.astraea-software.iota': ['iota'],
38
+ 'application/vnd.audiograph': ['aep'],
39
+ 'application/vnd.autodesk.fbx': ['fbx'],
40
+ 'application/vnd.balsamiq.bmml+xml': ['bmml'],
41
+ 'application/vnd.blueice.multipass': ['mpm'],
42
+ 'application/vnd.bmi': ['bmi'],
43
+ 'application/vnd.businessobjects': ['rep'],
44
+ 'application/vnd.chemdraw+xml': ['cdxml'],
45
+ 'application/vnd.chipnuts.karaoke-mmd': ['mmd'],
46
+ 'application/vnd.cinderella': ['cdy'],
47
+ 'application/vnd.citationstyles.style+xml': ['csl'],
48
+ 'application/vnd.claymore': ['cla'],
49
+ 'application/vnd.cloanto.rp9': ['rp9'],
50
+ 'application/vnd.clonk.c4group': ['c4g', 'c4d', 'c4f', 'c4p', 'c4u'],
51
+ 'application/vnd.cluetrust.cartomobile-config': ['c11amc'],
52
+ 'application/vnd.cluetrust.cartomobile-config-pkg': ['c11amz'],
53
+ 'application/vnd.commonspace': ['csp'],
54
+ 'application/vnd.contact.cmsg': ['cdbcmsg'],
55
+ 'application/vnd.cosmocaller': ['cmc'],
56
+ 'application/vnd.crick.clicker': ['clkx'],
57
+ 'application/vnd.crick.clicker.keyboard': ['clkk'],
58
+ 'application/vnd.crick.clicker.palette': ['clkp'],
59
+ 'application/vnd.crick.clicker.template': ['clkt'],
60
+ 'application/vnd.crick.clicker.wordbank': ['clkw'],
61
+ 'application/vnd.criticaltools.wbs+xml': ['wbs'],
62
+ 'application/vnd.ctc-posml': ['pml'],
63
+ 'application/vnd.cups-ppd': ['ppd'],
64
+ 'application/vnd.curl.car': ['car'],
65
+ 'application/vnd.curl.pcurl': ['pcurl'],
66
+ 'application/vnd.dart': ['dart'],
67
+ 'application/vnd.data-vision.rdz': ['rdz'],
68
+ 'application/vnd.dbf': ['dbf'],
69
+ 'application/vnd.dcmp+xml': ['dcmp'],
70
+ 'application/vnd.dece.data': ['uvf', 'uvvf', 'uvd', 'uvvd'],
71
+ 'application/vnd.dece.ttml+xml': ['uvt', 'uvvt'],
72
+ 'application/vnd.dece.unspecified': ['uvx', 'uvvx'],
73
+ 'application/vnd.dece.zip': ['uvz', 'uvvz'],
74
+ 'application/vnd.denovo.fcselayout-link': ['fe_launch'],
75
+ 'application/vnd.dna': ['dna'],
76
+ 'application/vnd.dolby.mlp': ['mlp'],
77
+ 'application/vnd.dpgraph': ['dpg'],
78
+ 'application/vnd.dreamfactory': ['dfac'],
79
+ 'application/vnd.ds-keypoint': ['kpxx'],
80
+ 'application/vnd.dvb.ait': ['ait'],
81
+ 'application/vnd.dvb.service': ['svc'],
82
+ 'application/vnd.dynageo': ['geo'],
83
+ 'application/vnd.ecowin.chart': ['mag'],
84
+ 'application/vnd.enliven': ['nml'],
85
+ 'application/vnd.epson.esf': ['esf'],
86
+ 'application/vnd.epson.msf': ['msf'],
87
+ 'application/vnd.epson.quickanime': ['qam'],
88
+ 'application/vnd.epson.salt': ['slt'],
89
+ 'application/vnd.epson.ssf': ['ssf'],
90
+ 'application/vnd.eszigno3+xml': ['es3', 'et3'],
91
+ 'application/vnd.ezpix-album': ['ez2'],
92
+ 'application/vnd.ezpix-package': ['ez3'],
93
+ 'application/vnd.fdf': ['*fdf'],
94
+ 'application/vnd.fdsn.mseed': ['mseed'],
95
+ 'application/vnd.fdsn.seed': ['seed', 'dataless'],
96
+ 'application/vnd.flographit': ['gph'],
97
+ 'application/vnd.fluxtime.clip': ['ftc'],
98
+ 'application/vnd.framemaker': ['fm', 'frame', 'maker', 'book'],
99
+ 'application/vnd.frogans.fnc': ['fnc'],
100
+ 'application/vnd.frogans.ltf': ['ltf'],
101
+ 'application/vnd.fsc.weblaunch': ['fsc'],
102
+ 'application/vnd.fujitsu.oasys': ['oas'],
103
+ 'application/vnd.fujitsu.oasys2': ['oa2'],
104
+ 'application/vnd.fujitsu.oasys3': ['oa3'],
105
+ 'application/vnd.fujitsu.oasysgp': ['fg5'],
106
+ 'application/vnd.fujitsu.oasysprs': ['bh2'],
107
+ 'application/vnd.fujixerox.ddd': ['ddd'],
108
+ 'application/vnd.fujixerox.docuworks': ['xdw'],
109
+ 'application/vnd.fujixerox.docuworks.binder': ['xbd'],
110
+ 'application/vnd.fuzzysheet': ['fzs'],
111
+ 'application/vnd.genomatix.tuxedo': ['txd'],
112
+ 'application/vnd.geogebra.file': ['ggb'],
113
+ 'application/vnd.geogebra.slides': ['ggs'],
114
+ 'application/vnd.geogebra.tool': ['ggt'],
115
+ 'application/vnd.geometry-explorer': ['gex', 'gre'],
116
+ 'application/vnd.geonext': ['gxt'],
117
+ 'application/vnd.geoplan': ['g2w'],
118
+ 'application/vnd.geospace': ['g3w'],
119
+ 'application/vnd.gmx': ['gmx'],
120
+ 'application/vnd.google-apps.document': ['gdoc'],
121
+ 'application/vnd.google-apps.drawing': ['gdraw'],
122
+ 'application/vnd.google-apps.form': ['gform'],
123
+ 'application/vnd.google-apps.jam': ['gjam'],
124
+ 'application/vnd.google-apps.map': ['gmap'],
125
+ 'application/vnd.google-apps.presentation': ['gslides'],
126
+ 'application/vnd.google-apps.script': ['gscript'],
127
+ 'application/vnd.google-apps.site': ['gsite'],
128
+ 'application/vnd.google-apps.spreadsheet': ['gsheet'],
129
+ 'application/vnd.google-earth.kml+xml': ['kml'],
130
+ 'application/vnd.google-earth.kmz': ['kmz'],
131
+ 'application/vnd.gov.sk.xmldatacontainer+xml': ['xdcf'],
132
+ 'application/vnd.grafeq': ['gqf', 'gqs'],
133
+ 'application/vnd.groove-account': ['gac'],
134
+ 'application/vnd.groove-help': ['ghf'],
135
+ 'application/vnd.groove-identity-message': ['gim'],
136
+ 'application/vnd.groove-injector': ['grv'],
137
+ 'application/vnd.groove-tool-message': ['gtm'],
138
+ 'application/vnd.groove-tool-template': ['tpl'],
139
+ 'application/vnd.groove-vcard': ['vcg'],
140
+ 'application/vnd.hal+xml': ['hal'],
141
+ 'application/vnd.handheld-entertainment+xml': ['zmm'],
142
+ 'application/vnd.hbci': ['hbci'],
143
+ 'application/vnd.hhe.lesson-player': ['les'],
144
+ 'application/vnd.hp-hpgl': ['hpgl'],
145
+ 'application/vnd.hp-hpid': ['hpid'],
146
+ 'application/vnd.hp-hps': ['hps'],
147
+ 'application/vnd.hp-jlyt': ['jlt'],
148
+ 'application/vnd.hp-pcl': ['pcl'],
149
+ 'application/vnd.hp-pclxl': ['pclxl'],
150
+ 'application/vnd.hydrostatix.sof-data': ['sfd-hdstx'],
151
+ 'application/vnd.ibm.minipay': ['mpy'],
152
+ 'application/vnd.ibm.modcap': ['afp', 'listafp', 'list3820'],
153
+ 'application/vnd.ibm.rights-management': ['irm'],
154
+ 'application/vnd.ibm.secure-container': ['sc'],
155
+ 'application/vnd.iccprofile': ['icc', 'icm'],
156
+ 'application/vnd.igloader': ['igl'],
157
+ 'application/vnd.immervision-ivp': ['ivp'],
158
+ 'application/vnd.immervision-ivu': ['ivu'],
159
+ 'application/vnd.insors.igm': ['igm'],
160
+ 'application/vnd.intercon.formnet': ['xpw', 'xpx'],
161
+ 'application/vnd.intergeo': ['i2g'],
162
+ 'application/vnd.intu.qbo': ['qbo'],
163
+ 'application/vnd.intu.qfx': ['qfx'],
164
+ 'application/vnd.ipunplugged.rcprofile': ['rcprofile'],
165
+ 'application/vnd.irepository.package+xml': ['irp'],
166
+ 'application/vnd.is-xpr': ['xpr'],
167
+ 'application/vnd.isac.fcs': ['fcs'],
168
+ 'application/vnd.jam': ['jam'],
169
+ 'application/vnd.jcp.javame.midlet-rms': ['rms'],
170
+ 'application/vnd.jisp': ['jisp'],
171
+ 'application/vnd.joost.joda-archive': ['joda'],
172
+ 'application/vnd.kahootz': ['ktz', 'ktr'],
173
+ 'application/vnd.kde.karbon': ['karbon'],
174
+ 'application/vnd.kde.kchart': ['chrt'],
175
+ 'application/vnd.kde.kformula': ['kfo'],
176
+ 'application/vnd.kde.kivio': ['flw'],
177
+ 'application/vnd.kde.kontour': ['kon'],
178
+ 'application/vnd.kde.kpresenter': ['kpr', 'kpt'],
179
+ 'application/vnd.kde.kspread': ['ksp'],
180
+ 'application/vnd.kde.kword': ['kwd', 'kwt'],
181
+ 'application/vnd.kenameaapp': ['htke'],
182
+ 'application/vnd.kidspiration': ['kia'],
183
+ 'application/vnd.kinar': ['kne', 'knp'],
184
+ 'application/vnd.koan': ['skp', 'skd', 'skt', 'skm'],
185
+ 'application/vnd.kodak-descriptor': ['sse'],
186
+ 'application/vnd.las.las+xml': ['lasxml'],
187
+ 'application/vnd.llamagraphics.life-balance.desktop': ['lbd'],
188
+ 'application/vnd.llamagraphics.life-balance.exchange+xml': ['lbe'],
189
+ 'application/vnd.lotus-1-2-3': ['123'],
190
+ 'application/vnd.lotus-approach': ['apr'],
191
+ 'application/vnd.lotus-freelance': ['pre'],
192
+ 'application/vnd.lotus-notes': ['nsf'],
193
+ 'application/vnd.lotus-organizer': ['org'],
194
+ 'application/vnd.lotus-screencam': ['scm'],
195
+ 'application/vnd.lotus-wordpro': ['lwp'],
196
+ 'application/vnd.macports.portpkg': ['portpkg'],
197
+ 'application/vnd.mapbox-vector-tile': ['mvt'],
198
+ 'application/vnd.mcd': ['mcd'],
199
+ 'application/vnd.medcalcdata': ['mc1'],
200
+ 'application/vnd.mediastation.cdkey': ['cdkey'],
201
+ 'application/vnd.mfer': ['mwf'],
202
+ 'application/vnd.mfmp': ['mfm'],
203
+ 'application/vnd.micrografx.flo': ['flo'],
204
+ 'application/vnd.micrografx.igx': ['igx'],
205
+ 'application/vnd.mif': ['mif'],
206
+ 'application/vnd.mobius.daf': ['daf'],
207
+ 'application/vnd.mobius.dis': ['dis'],
208
+ 'application/vnd.mobius.mbk': ['mbk'],
209
+ 'application/vnd.mobius.mqy': ['mqy'],
210
+ 'application/vnd.mobius.msl': ['msl'],
211
+ 'application/vnd.mobius.plc': ['plc'],
212
+ 'application/vnd.mobius.txf': ['txf'],
213
+ 'application/vnd.mophun.application': ['mpn'],
214
+ 'application/vnd.mophun.certificate': ['mpc'],
215
+ 'application/vnd.mozilla.xul+xml': ['xul'],
216
+ 'application/vnd.ms-artgalry': ['cil'],
217
+ 'application/vnd.ms-cab-compressed': ['cab'],
218
+ 'application/vnd.ms-excel': ['xls', 'xlm', 'xla', 'xlc', 'xlt', 'xlw'],
219
+ 'application/vnd.ms-excel.addin.macroenabled.12': ['xlam'],
220
+ 'application/vnd.ms-excel.sheet.binary.macroenabled.12': ['xlsb'],
221
+ 'application/vnd.ms-excel.sheet.macroenabled.12': ['xlsm'],
222
+ 'application/vnd.ms-excel.template.macroenabled.12': ['xltm'],
223
+ 'application/vnd.ms-fontobject': ['eot'],
224
+ 'application/vnd.ms-htmlhelp': ['chm'],
225
+ 'application/vnd.ms-ims': ['ims'],
226
+ 'application/vnd.ms-lrm': ['lrm'],
227
+ 'application/vnd.ms-officetheme': ['thmx'],
228
+ 'application/vnd.ms-outlook': ['msg'],
229
+ 'application/vnd.ms-pki.seccat': ['cat'],
230
+ 'application/vnd.ms-pki.stl': ['*stl'],
231
+ 'application/vnd.ms-powerpoint': ['ppt', 'pps', 'pot'],
232
+ 'application/vnd.ms-powerpoint.addin.macroenabled.12': ['ppam'],
233
+ 'application/vnd.ms-powerpoint.presentation.macroenabled.12': ['pptm'],
234
+ 'application/vnd.ms-powerpoint.slide.macroenabled.12': ['sldm'],
235
+ 'application/vnd.ms-powerpoint.slideshow.macroenabled.12': ['ppsm'],
236
+ 'application/vnd.ms-powerpoint.template.macroenabled.12': ['potm'],
237
+ 'application/vnd.ms-project': ['*mpp', 'mpt'],
238
+ 'application/vnd.ms-visio.viewer': ['vdx'],
239
+ 'application/vnd.ms-word.document.macroenabled.12': ['docm'],
240
+ 'application/vnd.ms-word.template.macroenabled.12': ['dotm'],
241
+ 'application/vnd.ms-works': ['wps', 'wks', 'wcm', 'wdb'],
242
+ 'application/vnd.ms-wpl': ['wpl'],
243
+ 'application/vnd.ms-xpsdocument': ['xps'],
244
+ 'application/vnd.mseq': ['mseq'],
245
+ 'application/vnd.musician': ['mus'],
246
+ 'application/vnd.muvee.style': ['msty'],
247
+ 'application/vnd.mynfc': ['taglet'],
248
+ 'application/vnd.nato.bindingdataobject+xml': ['bdo'],
249
+ 'application/vnd.neurolanguage.nlu': ['nlu'],
250
+ 'application/vnd.nitf': ['ntf', 'nitf'],
251
+ 'application/vnd.noblenet-directory': ['nnd'],
252
+ 'application/vnd.noblenet-sealer': ['nns'],
253
+ 'application/vnd.noblenet-web': ['nnw'],
254
+ 'application/vnd.nokia.n-gage.ac+xml': ['*ac'],
255
+ 'application/vnd.nokia.n-gage.data': ['ngdat'],
256
+ 'application/vnd.nokia.n-gage.symbian.install': ['n-gage'],
257
+ 'application/vnd.nokia.radio-preset': ['rpst'],
258
+ 'application/vnd.nokia.radio-presets': ['rpss'],
259
+ 'application/vnd.novadigm.edm': ['edm'],
260
+ 'application/vnd.novadigm.edx': ['edx'],
261
+ 'application/vnd.novadigm.ext': ['ext'],
262
+ 'application/vnd.oasis.opendocument.chart': ['odc'],
263
+ 'application/vnd.oasis.opendocument.chart-template': ['otc'],
264
+ 'application/vnd.oasis.opendocument.database': ['odb'],
265
+ 'application/vnd.oasis.opendocument.formula': ['odf'],
266
+ 'application/vnd.oasis.opendocument.formula-template': ['odft'],
267
+ 'application/vnd.oasis.opendocument.graphics': ['odg'],
268
+ 'application/vnd.oasis.opendocument.graphics-template': ['otg'],
269
+ 'application/vnd.oasis.opendocument.image': ['odi'],
270
+ 'application/vnd.oasis.opendocument.image-template': ['oti'],
271
+ 'application/vnd.oasis.opendocument.presentation': ['odp'],
272
+ 'application/vnd.oasis.opendocument.presentation-template': ['otp'],
273
+ 'application/vnd.oasis.opendocument.spreadsheet': ['ods'],
274
+ 'application/vnd.oasis.opendocument.spreadsheet-template': ['ots'],
275
+ 'application/vnd.oasis.opendocument.text': ['odt'],
276
+ 'application/vnd.oasis.opendocument.text-master': ['odm'],
277
+ 'application/vnd.oasis.opendocument.text-template': ['ott'],
278
+ 'application/vnd.oasis.opendocument.text-web': ['oth'],
279
+ 'application/vnd.olpc-sugar': ['xo'],
280
+ 'application/vnd.oma.dd2+xml': ['dd2'],
281
+ 'application/vnd.openblox.game+xml': ['obgx'],
282
+ 'application/vnd.openofficeorg.extension': ['oxt'],
283
+ 'application/vnd.openstreetmap.data+xml': ['osm'],
284
+ 'application/vnd.openxmlformats-officedocument.presentationml.presentation': [
285
+ 'pptx',
286
+ ],
287
+ 'application/vnd.openxmlformats-officedocument.presentationml.slide': [
288
+ 'sldx',
289
+ ],
290
+ 'application/vnd.openxmlformats-officedocument.presentationml.slideshow': [
291
+ 'ppsx',
292
+ ],
293
+ 'application/vnd.openxmlformats-officedocument.presentationml.template': [
294
+ 'potx',
295
+ ],
296
+ 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet': ['xlsx'],
297
+ 'application/vnd.openxmlformats-officedocument.spreadsheetml.template': [
298
+ 'xltx',
299
+ ],
300
+ 'application/vnd.openxmlformats-officedocument.wordprocessingml.document': [
301
+ 'docx',
302
+ ],
303
+ 'application/vnd.openxmlformats-officedocument.wordprocessingml.template': [
304
+ 'dotx',
305
+ ],
306
+ 'application/vnd.osgeo.mapguide.package': ['mgp'],
307
+ 'application/vnd.osgi.dp': ['dp'],
308
+ 'application/vnd.osgi.subsystem': ['esa'],
309
+ 'application/vnd.palm': ['pdb', 'pqa', 'oprc'],
310
+ 'application/vnd.pawaafile': ['paw'],
311
+ 'application/vnd.pg.format': ['str'],
312
+ 'application/vnd.pg.osasli': ['ei6'],
313
+ 'application/vnd.picsel': ['efif'],
314
+ 'application/vnd.pmi.widget': ['wg'],
315
+ 'application/vnd.pocketlearn': ['plf'],
316
+ 'application/vnd.powerbuilder6': ['pbd'],
317
+ 'application/vnd.previewsystems.box': ['box'],
318
+ 'application/vnd.procrate.brushset': ['brushset'],
319
+ 'application/vnd.procreate.brush': ['brush'],
320
+ 'application/vnd.procreate.dream': ['drm'],
321
+ 'application/vnd.proteus.magazine': ['mgz'],
322
+ 'application/vnd.publishare-delta-tree': ['qps'],
323
+ 'application/vnd.pvi.ptid1': ['ptid'],
324
+ 'application/vnd.pwg-xhtml-print+xml': ['xhtm'],
325
+ 'application/vnd.quark.quarkxpress': [
326
+ 'qxd',
327
+ 'qxt',
328
+ 'qwd',
329
+ 'qwt',
330
+ 'qxl',
331
+ 'qxb',
332
+ ],
333
+ 'application/vnd.rar': ['rar'],
334
+ 'application/vnd.realvnc.bed': ['bed'],
335
+ 'application/vnd.recordare.musicxml': ['mxl'],
336
+ 'application/vnd.recordare.musicxml+xml': ['musicxml'],
337
+ 'application/vnd.rig.cryptonote': ['cryptonote'],
338
+ 'application/vnd.rim.cod': ['cod'],
339
+ 'application/vnd.rn-realmedia': ['rm'],
340
+ 'application/vnd.rn-realmedia-vbr': ['rmvb'],
341
+ 'application/vnd.route66.link66+xml': ['link66'],
342
+ 'application/vnd.sailingtracker.track': ['st'],
343
+ 'application/vnd.seemail': ['see'],
344
+ 'application/vnd.sema': ['sema'],
345
+ 'application/vnd.semd': ['semd'],
346
+ 'application/vnd.semf': ['semf'],
347
+ 'application/vnd.shana.informed.formdata': ['ifm'],
348
+ 'application/vnd.shana.informed.formtemplate': ['itp'],
349
+ 'application/vnd.shana.informed.interchange': ['iif'],
350
+ 'application/vnd.shana.informed.package': ['ipk'],
351
+ 'application/vnd.simtech-mindmapper': ['twd', 'twds'],
352
+ 'application/vnd.smaf': ['mmf'],
353
+ 'application/vnd.smart.teacher': ['teacher'],
354
+ 'application/vnd.software602.filler.form+xml': ['fo'],
355
+ 'application/vnd.solent.sdkm+xml': ['sdkm', 'sdkd'],
356
+ 'application/vnd.spotfire.dxp': ['dxp'],
357
+ 'application/vnd.spotfire.sfs': ['sfs'],
358
+ 'application/vnd.stardivision.calc': ['sdc'],
359
+ 'application/vnd.stardivision.draw': ['sda'],
360
+ 'application/vnd.stardivision.impress': ['sdd'],
361
+ 'application/vnd.stardivision.math': ['smf'],
362
+ 'application/vnd.stardivision.writer': ['sdw', 'vor'],
363
+ 'application/vnd.stardivision.writer-global': ['sgl'],
364
+ 'application/vnd.stepmania.package': ['smzip'],
365
+ 'application/vnd.stepmania.stepchart': ['sm'],
366
+ 'application/vnd.sun.wadl+xml': ['wadl'],
367
+ 'application/vnd.sun.xml.calc': ['sxc'],
368
+ 'application/vnd.sun.xml.calc.template': ['stc'],
369
+ 'application/vnd.sun.xml.draw': ['sxd'],
370
+ 'application/vnd.sun.xml.draw.template': ['std'],
371
+ 'application/vnd.sun.xml.impress': ['sxi'],
372
+ 'application/vnd.sun.xml.impress.template': ['sti'],
373
+ 'application/vnd.sun.xml.math': ['sxm'],
374
+ 'application/vnd.sun.xml.writer': ['sxw'],
375
+ 'application/vnd.sun.xml.writer.global': ['sxg'],
376
+ 'application/vnd.sun.xml.writer.template': ['stw'],
377
+ 'application/vnd.sus-calendar': ['sus', 'susp'],
378
+ 'application/vnd.svd': ['svd'],
379
+ 'application/vnd.symbian.install': ['sis', 'sisx'],
380
+ 'application/vnd.syncml+xml': ['xsm'],
381
+ 'application/vnd.syncml.dm+wbxml': ['bdm'],
382
+ 'application/vnd.syncml.dm+xml': ['xdm'],
383
+ 'application/vnd.syncml.dmddf+xml': ['ddf'],
384
+ 'application/vnd.tao.intent-module-archive': ['tao'],
385
+ 'application/vnd.tcpdump.pcap': ['pcap', 'cap', 'dmp'],
386
+ 'application/vnd.tmobile-livetv': ['tmo'],
387
+ 'application/vnd.trid.tpt': ['tpt'],
388
+ 'application/vnd.triscape.mxs': ['mxs'],
389
+ 'application/vnd.trueapp': ['tra'],
390
+ 'application/vnd.ufdl': ['ufd', 'ufdl'],
391
+ 'application/vnd.uiq.theme': ['utz'],
392
+ 'application/vnd.umajin': ['umj'],
393
+ 'application/vnd.unity': ['unityweb'],
394
+ 'application/vnd.uoml+xml': ['uoml', 'uo'],
395
+ 'application/vnd.vcx': ['vcx'],
396
+ 'application/vnd.visio': ['vsd', 'vst', 'vss', 'vsw', 'vsdx', 'vtx'],
397
+ 'application/vnd.visionary': ['vis'],
398
+ 'application/vnd.vsf': ['vsf'],
399
+ 'application/vnd.wap.wbxml': ['wbxml'],
400
+ 'application/vnd.wap.wmlc': ['wmlc'],
401
+ 'application/vnd.wap.wmlscriptc': ['wmlsc'],
402
+ 'application/vnd.webturbo': ['wtb'],
403
+ 'application/vnd.wolfram.player': ['nbp'],
404
+ 'application/vnd.wordperfect': ['wpd'],
405
+ 'application/vnd.wqd': ['wqd'],
406
+ 'application/vnd.wt.stf': ['stf'],
407
+ 'application/vnd.xara': ['xar'],
408
+ 'application/vnd.xfdl': ['xfdl'],
409
+ 'application/vnd.yamaha.hv-dic': ['hvd'],
410
+ 'application/vnd.yamaha.hv-script': ['hvs'],
411
+ 'application/vnd.yamaha.hv-voice': ['hvp'],
412
+ 'application/vnd.yamaha.openscoreformat': ['osf'],
413
+ 'application/vnd.yamaha.openscoreformat.osfpvg+xml': ['osfpvg'],
414
+ 'application/vnd.yamaha.smaf-audio': ['saf'],
415
+ 'application/vnd.yamaha.smaf-phrase': ['spf'],
416
+ 'application/vnd.yellowriver-custom-menu': ['cmp'],
417
+ 'application/vnd.zul': ['zir', 'zirz'],
418
+ 'application/vnd.zzazz.deck+xml': ['zaz'],
419
+ 'application/x-7z-compressed': ['7z'],
420
+ 'application/x-abiword': ['abw'],
421
+ 'application/x-ace-compressed': ['ace'],
422
+ 'application/x-apple-diskimage': ['*dmg'],
423
+ 'application/x-arj': ['arj'],
424
+ 'application/x-authorware-bin': ['aab', 'x32', 'u32', 'vox'],
425
+ 'application/x-authorware-map': ['aam'],
426
+ 'application/x-authorware-seg': ['aas'],
427
+ 'application/x-bcpio': ['bcpio'],
428
+ 'application/x-bdoc': ['*bdoc'],
429
+ 'application/x-bittorrent': ['torrent'],
430
+ 'application/x-blender': ['blend'],
431
+ 'application/x-blorb': ['blb', 'blorb'],
432
+ 'application/x-bzip': ['bz'],
433
+ 'application/x-bzip2': ['bz2', 'boz'],
434
+ 'application/x-cbr': ['cbr', 'cba', 'cbt', 'cbz', 'cb7'],
435
+ 'application/x-cdlink': ['vcd'],
436
+ 'application/x-cfs-compressed': ['cfs'],
437
+ 'application/x-chat': ['chat'],
438
+ 'application/x-chess-pgn': ['pgn'],
439
+ 'application/x-chrome-extension': ['crx'],
440
+ 'application/x-cocoa': ['cco'],
441
+ 'application/x-compressed': ['*rar'],
442
+ 'application/x-conference': ['nsc'],
443
+ 'application/x-cpio': ['cpio'],
444
+ 'application/x-csh': ['csh'],
445
+ 'application/x-debian-package': ['*deb', 'udeb'],
446
+ 'application/x-dgc-compressed': ['dgc'],
447
+ 'application/x-director': [
448
+ 'dir',
449
+ 'dcr',
450
+ 'dxr',
451
+ 'cst',
452
+ 'cct',
453
+ 'cxt',
454
+ 'w3d',
455
+ 'fgd',
456
+ 'swa',
457
+ ],
458
+ 'application/x-doom': ['wad'],
459
+ 'application/x-dtbncx+xml': ['ncx'],
460
+ 'application/x-dtbook+xml': ['dtb'],
461
+ 'application/x-dtbresource+xml': ['res'],
462
+ 'application/x-dvi': ['dvi'],
463
+ 'application/x-envoy': ['evy'],
464
+ 'application/x-eva': ['eva'],
465
+ 'application/x-font-bdf': ['bdf'],
466
+ 'application/x-font-ghostscript': ['gsf'],
467
+ 'application/x-font-linux-psf': ['psf'],
468
+ 'application/x-font-pcf': ['pcf'],
469
+ 'application/x-font-snf': ['snf'],
470
+ 'application/x-font-type1': ['pfa', 'pfb', 'pfm', 'afm'],
471
+ 'application/x-freearc': ['arc'],
472
+ 'application/x-futuresplash': ['spl'],
473
+ 'application/x-gca-compressed': ['gca'],
474
+ 'application/x-glulx': ['ulx'],
475
+ 'application/x-gnumeric': ['gnumeric'],
476
+ 'application/x-gramps-xml': ['gramps'],
477
+ 'application/x-gtar': ['gtar'],
478
+ 'application/x-hdf': ['hdf'],
479
+ 'application/x-httpd-php': ['php'],
480
+ 'application/x-install-instructions': ['install'],
481
+ 'application/x-ipynb+json': ['ipynb'],
482
+ 'application/x-iso9660-image': ['*iso'],
483
+ 'application/x-iwork-keynote-sffkey': ['*key'],
484
+ 'application/x-iwork-numbers-sffnumbers': ['*numbers'],
485
+ 'application/x-iwork-pages-sffpages': ['*pages'],
486
+ 'application/x-java-archive-diff': ['jardiff'],
487
+ 'application/x-java-jnlp-file': ['jnlp'],
488
+ 'application/x-keepass2': ['kdbx'],
489
+ 'application/x-latex': ['latex'],
490
+ 'application/x-lua-bytecode': ['luac'],
491
+ 'application/x-lzh-compressed': ['lzh', 'lha'],
492
+ 'application/x-makeself': ['run'],
493
+ 'application/x-mie': ['mie'],
494
+ 'application/x-mobipocket-ebook': ['*prc', 'mobi'],
495
+ 'application/x-ms-application': ['application'],
496
+ 'application/x-ms-shortcut': ['lnk'],
497
+ 'application/x-ms-wmd': ['wmd'],
498
+ 'application/x-ms-wmz': ['wmz'],
499
+ 'application/x-ms-xbap': ['xbap'],
500
+ 'application/x-msaccess': ['mdb'],
501
+ 'application/x-msbinder': ['obd'],
502
+ 'application/x-mscardfile': ['crd'],
503
+ 'application/x-msclip': ['clp'],
504
+ 'application/x-msdos-program': ['*exe'],
505
+ 'application/x-msdownload': ['*exe', '*dll', 'com', 'bat', '*msi'],
506
+ 'application/x-msmediaview': ['mvb', 'm13', 'm14'],
507
+ 'application/x-msmetafile': ['*wmf', '*wmz', '*emf', 'emz'],
508
+ 'application/x-msmoney': ['mny'],
509
+ 'application/x-mspublisher': ['pub'],
510
+ 'application/x-msschedule': ['scd'],
511
+ 'application/x-msterminal': ['trm'],
512
+ 'application/x-mswrite': ['wri'],
513
+ 'application/x-netcdf': ['nc', 'cdf'],
514
+ 'application/x-ns-proxy-autoconfig': ['pac'],
515
+ 'application/x-nzb': ['nzb'],
516
+ 'application/x-perl': ['pl', 'pm'],
517
+ 'application/x-pilot': ['*prc', '*pdb'],
518
+ 'application/x-pkcs12': ['p12', 'pfx'],
519
+ 'application/x-pkcs7-certificates': ['p7b', 'spc'],
520
+ 'application/x-pkcs7-certreqresp': ['p7r'],
521
+ 'application/x-rar-compressed': ['*rar'],
522
+ 'application/x-redhat-package-manager': ['rpm'],
523
+ 'application/x-research-info-systems': ['ris'],
524
+ 'application/x-sea': ['sea'],
525
+ 'application/x-sh': ['sh'],
526
+ 'application/x-shar': ['shar'],
527
+ 'application/x-shockwave-flash': ['swf'],
528
+ 'application/x-silverlight-app': ['xap'],
529
+ 'application/x-sql': ['*sql'],
530
+ 'application/x-stuffit': ['sit'],
531
+ 'application/x-stuffitx': ['sitx'],
532
+ 'application/x-subrip': ['srt'],
533
+ 'application/x-sv4cpio': ['sv4cpio'],
534
+ 'application/x-sv4crc': ['sv4crc'],
535
+ 'application/x-t3vm-image': ['t3'],
536
+ 'application/x-tads': ['gam'],
537
+ 'application/x-tar': ['tar'],
538
+ 'application/x-tcl': ['tcl', 'tk'],
539
+ 'application/x-tex': ['tex'],
540
+ 'application/x-tex-tfm': ['tfm'],
541
+ 'application/x-texinfo': ['texinfo', 'texi'],
542
+ 'application/x-tgif': ['*obj'],
543
+ 'application/x-ustar': ['ustar'],
544
+ 'application/x-virtualbox-hdd': ['hdd'],
545
+ 'application/x-virtualbox-ova': ['ova'],
546
+ 'application/x-virtualbox-ovf': ['ovf'],
547
+ 'application/x-virtualbox-vbox': ['vbox'],
548
+ 'application/x-virtualbox-vbox-extpack': ['vbox-extpack'],
549
+ 'application/x-virtualbox-vdi': ['vdi'],
550
+ 'application/x-virtualbox-vhd': ['vhd'],
551
+ 'application/x-virtualbox-vmdk': ['vmdk'],
552
+ 'application/x-wais-source': ['src'],
553
+ 'application/x-web-app-manifest+json': ['webapp'],
554
+ 'application/x-x509-ca-cert': ['der', 'crt', 'pem'],
555
+ 'application/x-xfig': ['fig'],
556
+ 'application/x-xliff+xml': ['*xlf'],
557
+ 'application/x-xpinstall': ['xpi'],
558
+ 'application/x-xz': ['xz'],
559
+ 'application/x-zip-compressed': ['*zip'],
560
+ 'application/x-zmachine': ['z1', 'z2', 'z3', 'z4', 'z5', 'z6', 'z7', 'z8'],
561
+ 'audio/vnd.dece.audio': ['uva', 'uvva'],
562
+ 'audio/vnd.digital-winds': ['eol'],
563
+ 'audio/vnd.dra': ['dra'],
564
+ 'audio/vnd.dts': ['dts'],
565
+ 'audio/vnd.dts.hd': ['dtshd'],
566
+ 'audio/vnd.lucent.voice': ['lvp'],
567
+ 'audio/vnd.ms-playready.media.pya': ['pya'],
568
+ 'audio/vnd.nuera.ecelp4800': ['ecelp4800'],
569
+ 'audio/vnd.nuera.ecelp7470': ['ecelp7470'],
570
+ 'audio/vnd.nuera.ecelp9600': ['ecelp9600'],
571
+ 'audio/vnd.rip': ['rip'],
572
+ 'audio/x-aac': ['*aac'],
573
+ 'audio/x-aiff': ['aif', 'aiff', 'aifc'],
574
+ 'audio/x-caf': ['caf'],
575
+ 'audio/x-flac': ['flac'],
576
+ 'audio/x-m4a': ['*m4a'],
577
+ 'audio/x-matroska': ['mka'],
578
+ 'audio/x-mpegurl': ['m3u'],
579
+ 'audio/x-ms-wax': ['wax'],
580
+ 'audio/x-ms-wma': ['wma'],
581
+ 'audio/x-pn-realaudio': ['ram', 'ra'],
582
+ 'audio/x-pn-realaudio-plugin': ['rmp'],
583
+ 'audio/x-realaudio': ['*ra'],
584
+ 'audio/x-wav': ['*wav'],
585
+ 'chemical/x-cdx': ['cdx'],
586
+ 'chemical/x-cif': ['cif'],
587
+ 'chemical/x-cmdf': ['cmdf'],
588
+ 'chemical/x-cml': ['cml'],
589
+ 'chemical/x-csml': ['csml'],
590
+ 'chemical/x-xyz': ['xyz'],
591
+ 'image/prs.btif': ['btif', 'btf'],
592
+ 'image/prs.pti': ['pti'],
593
+ 'image/vnd.adobe.photoshop': ['psd'],
594
+ 'image/vnd.airzip.accelerator.azv': ['azv'],
595
+ 'image/vnd.blockfact.facti': ['facti'],
596
+ 'image/vnd.dece.graphic': ['uvi', 'uvvi', 'uvg', 'uvvg'],
597
+ 'image/vnd.djvu': ['djvu', 'djv'],
598
+ 'image/vnd.dvb.subtitle': ['*sub'],
599
+ 'image/vnd.dwg': ['dwg'],
600
+ 'image/vnd.dxf': ['dxf'],
601
+ 'image/vnd.fastbidsheet': ['fbs'],
602
+ 'image/vnd.fpx': ['fpx'],
603
+ 'image/vnd.fst': ['fst'],
604
+ 'image/vnd.fujixerox.edmics-mmr': ['mmr'],
605
+ 'image/vnd.fujixerox.edmics-rlc': ['rlc'],
606
+ 'image/vnd.microsoft.icon': ['ico'],
607
+ 'image/vnd.ms-dds': ['dds'],
608
+ 'image/vnd.ms-modi': ['mdi'],
609
+ 'image/vnd.ms-photo': ['wdp'],
610
+ 'image/vnd.net-fpx': ['npx'],
611
+ 'image/vnd.pco.b16': ['b16'],
612
+ 'image/vnd.tencent.tap': ['tap'],
613
+ 'image/vnd.valve.source.texture': ['vtf'],
614
+ 'image/vnd.wap.wbmp': ['wbmp'],
615
+ 'image/vnd.xiff': ['xif'],
616
+ 'image/vnd.zbrush.pcx': ['pcx'],
617
+ 'image/x-3ds': ['3ds'],
618
+ 'image/x-adobe-dng': ['dng'],
619
+ 'image/x-cmu-raster': ['ras'],
620
+ 'image/x-cmx': ['cmx'],
621
+ 'image/x-freehand': ['fh', 'fhc', 'fh4', 'fh5', 'fh7'],
622
+ 'image/x-icon': ['*ico'],
623
+ 'image/x-jng': ['jng'],
624
+ 'image/x-mrsid-image': ['sid'],
625
+ 'image/x-ms-bmp': ['*bmp'],
626
+ 'image/x-pcx': ['*pcx'],
627
+ 'image/x-pict': ['pic', 'pct'],
628
+ 'image/x-portable-anymap': ['pnm'],
629
+ 'image/x-portable-bitmap': ['pbm'],
630
+ 'image/x-portable-graymap': ['pgm'],
631
+ 'image/x-portable-pixmap': ['ppm'],
632
+ 'image/x-rgb': ['rgb'],
633
+ 'image/x-tga': ['tga'],
634
+ 'image/x-xbitmap': ['xbm'],
635
+ 'image/x-xpixmap': ['xpm'],
636
+ 'image/x-xwindowdump': ['xwd'],
637
+ 'message/vnd.wfa.wsc': ['wsc'],
638
+ 'model/vnd.bary': ['bary'],
639
+ 'model/vnd.cld': ['cld'],
640
+ 'model/vnd.collada+xml': ['dae'],
641
+ 'model/vnd.dwf': ['dwf'],
642
+ 'model/vnd.gdl': ['gdl'],
643
+ 'model/vnd.gtw': ['gtw'],
644
+ 'model/vnd.mts': ['*mts'],
645
+ 'model/vnd.opengex': ['ogex'],
646
+ 'model/vnd.parasolid.transmit.binary': ['x_b'],
647
+ 'model/vnd.parasolid.transmit.text': ['x_t'],
648
+ 'model/vnd.pytha.pyox': ['pyo', 'pyox'],
649
+ 'model/vnd.sap.vds': ['vds'],
650
+ 'model/vnd.usda': ['usda'],
651
+ 'model/vnd.usdz+zip': ['usdz'],
652
+ 'model/vnd.valve.source.compiled-map': ['bsp'],
653
+ 'model/vnd.vtu': ['vtu'],
654
+ 'text/prs.lines.tag': ['dsc'],
655
+ 'text/vnd.curl': ['curl'],
656
+ 'text/vnd.curl.dcurl': ['dcurl'],
657
+ 'text/vnd.curl.mcurl': ['mcurl'],
658
+ 'text/vnd.curl.scurl': ['scurl'],
659
+ 'text/vnd.dvb.subtitle': ['sub'],
660
+ 'text/vnd.familysearch.gedcom': ['ged'],
661
+ 'text/vnd.fly': ['fly'],
662
+ 'text/vnd.fmi.flexstor': ['flx'],
663
+ 'text/vnd.graphviz': ['gv'],
664
+ 'text/vnd.in3d.3dml': ['3dml'],
665
+ 'text/vnd.in3d.spot': ['spot'],
666
+ 'text/vnd.sun.j2me.app-descriptor': ['jad'],
667
+ 'text/vnd.wap.wml': ['wml'],
668
+ 'text/vnd.wap.wmlscript': ['wmls'],
669
+ 'text/x-asm': ['s', 'asm'],
670
+ 'text/x-c': ['c', 'cc', 'cxx', 'cpp', 'h', 'hh', 'dic'],
671
+ 'text/x-component': ['htc'],
672
+ 'text/x-fortran': ['f', 'for', 'f77', 'f90'],
673
+ 'text/x-handlebars-template': ['hbs'],
674
+ 'text/x-java-source': ['java'],
675
+ 'text/x-lua': ['lua'],
676
+ 'text/x-markdown': ['mkd'],
677
+ 'text/x-nfo': ['nfo'],
678
+ 'text/x-opml': ['opml'],
679
+ 'text/x-org': ['*org'],
680
+ 'text/x-pascal': ['p', 'pas'],
681
+ 'text/x-processing': ['pde'],
682
+ 'text/x-sass': ['sass'],
683
+ 'text/x-scss': ['scss'],
684
+ 'text/x-setext': ['etx'],
685
+ 'text/x-sfv': ['sfv'],
686
+ 'text/x-suse-ymp': ['ymp'],
687
+ 'text/x-uuencode': ['uu'],
688
+ 'text/x-vcalendar': ['vcs'],
689
+ 'text/x-vcard': ['vcf'],
690
+ 'video/vnd.dece.hd': ['uvh', 'uvvh'],
691
+ 'video/vnd.dece.mobile': ['uvm', 'uvvm'],
692
+ 'video/vnd.dece.pd': ['uvp', 'uvvp'],
693
+ 'video/vnd.dece.sd': ['uvs', 'uvvs'],
694
+ 'video/vnd.dece.video': ['uvv', 'uvvv'],
695
+ 'video/vnd.dvb.file': ['dvb'],
696
+ 'video/vnd.fvt': ['fvt'],
697
+ 'video/vnd.mpegurl': ['mxu', 'm4u'],
698
+ 'video/vnd.ms-playready.media.pyv': ['pyv'],
699
+ 'video/vnd.uvvu.mp4': ['uvu', 'uvvu'],
700
+ 'video/vnd.vivo': ['viv'],
701
+ 'video/x-f4v': ['f4v'],
702
+ 'video/x-fli': ['fli'],
703
+ 'video/x-flv': ['flv'],
704
+ 'video/x-m4v': ['m4v'],
705
+ 'video/x-matroska': ['mkv', 'mk3d', 'mks'],
706
+ 'video/x-mng': ['mng'],
707
+ 'video/x-ms-asf': ['asf', 'asx'],
708
+ 'video/x-ms-vob': ['vob'],
709
+ 'video/x-ms-wm': ['wm'],
710
+ 'video/x-ms-wmv': ['wmv'],
711
+ 'video/x-ms-wmx': ['wmx'],
712
+ 'video/x-ms-wvx': ['wvx'],
713
+ 'video/x-msvideo': ['avi'],
714
+ 'video/x-sgi-movie': ['movie'],
715
+ 'video/x-smv': ['smv'],
716
+ 'x-conference/x-cooltalk': ['ice'],
717
+ };
718
+ Object.freeze(types$1);
719
+
720
+ const types = {
721
+ 'application/andrew-inset': ['ez'],
722
+ 'application/appinstaller': ['appinstaller'],
723
+ 'application/applixware': ['aw'],
724
+ 'application/appx': ['appx'],
725
+ 'application/appxbundle': ['appxbundle'],
726
+ 'application/atom+xml': ['atom'],
727
+ 'application/atomcat+xml': ['atomcat'],
728
+ 'application/atomdeleted+xml': ['atomdeleted'],
729
+ 'application/atomsvc+xml': ['atomsvc'],
730
+ 'application/atsc-dwd+xml': ['dwd'],
731
+ 'application/atsc-held+xml': ['held'],
732
+ 'application/atsc-rsat+xml': ['rsat'],
733
+ 'application/automationml-aml+xml': ['aml'],
734
+ 'application/automationml-amlx+zip': ['amlx'],
735
+ 'application/bdoc': ['bdoc'],
736
+ 'application/calendar+xml': ['xcs'],
737
+ 'application/ccxml+xml': ['ccxml'],
738
+ 'application/cdfx+xml': ['cdfx'],
739
+ 'application/cdmi-capability': ['cdmia'],
740
+ 'application/cdmi-container': ['cdmic'],
741
+ 'application/cdmi-domain': ['cdmid'],
742
+ 'application/cdmi-object': ['cdmio'],
743
+ 'application/cdmi-queue': ['cdmiq'],
744
+ 'application/cpl+xml': ['cpl'],
745
+ 'application/cu-seeme': ['cu'],
746
+ 'application/cwl': ['cwl'],
747
+ 'application/dash+xml': ['mpd'],
748
+ 'application/dash-patch+xml': ['mpp'],
749
+ 'application/davmount+xml': ['davmount'],
750
+ 'application/dicom': ['dcm'],
751
+ 'application/docbook+xml': ['dbk'],
752
+ 'application/dssc+der': ['dssc'],
753
+ 'application/dssc+xml': ['xdssc'],
754
+ 'application/ecmascript': ['ecma'],
755
+ 'application/emma+xml': ['emma'],
756
+ 'application/emotionml+xml': ['emotionml'],
757
+ 'application/epub+zip': ['epub'],
758
+ 'application/exi': ['exi'],
759
+ 'application/express': ['exp'],
760
+ 'application/fdf': ['fdf'],
761
+ 'application/fdt+xml': ['fdt'],
762
+ 'application/font-tdpfr': ['pfr'],
763
+ 'application/geo+json': ['geojson'],
764
+ 'application/gml+xml': ['gml'],
765
+ 'application/gpx+xml': ['gpx'],
766
+ 'application/gxf': ['gxf'],
767
+ 'application/gzip': ['gz'],
768
+ 'application/hjson': ['hjson'],
769
+ 'application/hyperstudio': ['stk'],
770
+ 'application/inkml+xml': ['ink', 'inkml'],
771
+ 'application/ipfix': ['ipfix'],
772
+ 'application/its+xml': ['its'],
773
+ 'application/java-archive': ['jar', 'war', 'ear'],
774
+ 'application/java-serialized-object': ['ser'],
775
+ 'application/java-vm': ['class'],
776
+ 'application/javascript': ['*js'],
777
+ 'application/json': ['json', 'map'],
778
+ 'application/json5': ['json5'],
779
+ 'application/jsonml+json': ['jsonml'],
780
+ 'application/ld+json': ['jsonld'],
781
+ 'application/lgr+xml': ['lgr'],
782
+ 'application/lost+xml': ['lostxml'],
783
+ 'application/mac-binhex40': ['hqx'],
784
+ 'application/mac-compactpro': ['cpt'],
785
+ 'application/mads+xml': ['mads'],
786
+ 'application/manifest+json': ['webmanifest'],
787
+ 'application/marc': ['mrc'],
788
+ 'application/marcxml+xml': ['mrcx'],
789
+ 'application/mathematica': ['ma', 'nb', 'mb'],
790
+ 'application/mathml+xml': ['mathml'],
791
+ 'application/mbox': ['mbox'],
792
+ 'application/media-policy-dataset+xml': ['mpf'],
793
+ 'application/mediaservercontrol+xml': ['mscml'],
794
+ 'application/metalink+xml': ['metalink'],
795
+ 'application/metalink4+xml': ['meta4'],
796
+ 'application/mets+xml': ['mets'],
797
+ 'application/mmt-aei+xml': ['maei'],
798
+ 'application/mmt-usd+xml': ['musd'],
799
+ 'application/mods+xml': ['mods'],
800
+ 'application/mp21': ['m21', 'mp21'],
801
+ 'application/mp4': ['*mp4', '*mpg4', 'mp4s', 'm4p'],
802
+ 'application/msix': ['msix'],
803
+ 'application/msixbundle': ['msixbundle'],
804
+ 'application/msword': ['doc', 'dot'],
805
+ 'application/mxf': ['mxf'],
806
+ 'application/n-quads': ['nq'],
807
+ 'application/n-triples': ['nt'],
808
+ 'application/node': ['cjs'],
809
+ 'application/octet-stream': [
810
+ 'bin',
811
+ 'dms',
812
+ 'lrf',
813
+ 'mar',
814
+ 'so',
815
+ 'dist',
816
+ 'distz',
817
+ 'pkg',
818
+ 'bpk',
819
+ 'dump',
820
+ 'elc',
821
+ 'deploy',
822
+ 'exe',
823
+ 'dll',
824
+ 'deb',
825
+ 'dmg',
826
+ 'iso',
827
+ 'img',
828
+ 'msi',
829
+ 'msp',
830
+ 'msm',
831
+ 'buffer',
832
+ ],
833
+ 'application/oda': ['oda'],
834
+ 'application/oebps-package+xml': ['opf'],
835
+ 'application/ogg': ['ogx'],
836
+ 'application/omdoc+xml': ['omdoc'],
837
+ 'application/onenote': [
838
+ 'onetoc',
839
+ 'onetoc2',
840
+ 'onetmp',
841
+ 'onepkg',
842
+ 'one',
843
+ 'onea',
844
+ ],
845
+ 'application/oxps': ['oxps'],
846
+ 'application/p2p-overlay+xml': ['relo'],
847
+ 'application/patch-ops-error+xml': ['xer'],
848
+ 'application/pdf': ['pdf'],
849
+ 'application/pgp-encrypted': ['pgp'],
850
+ 'application/pgp-keys': ['asc'],
851
+ 'application/pgp-signature': ['sig', '*asc'],
852
+ 'application/pics-rules': ['prf'],
853
+ 'application/pkcs10': ['p10'],
854
+ 'application/pkcs7-mime': ['p7m', 'p7c'],
855
+ 'application/pkcs7-signature': ['p7s'],
856
+ 'application/pkcs8': ['p8'],
857
+ 'application/pkix-attr-cert': ['ac'],
858
+ 'application/pkix-cert': ['cer'],
859
+ 'application/pkix-crl': ['crl'],
860
+ 'application/pkix-pkipath': ['pkipath'],
861
+ 'application/pkixcmp': ['pki'],
862
+ 'application/pls+xml': ['pls'],
863
+ 'application/postscript': ['ai', 'eps', 'ps'],
864
+ 'application/provenance+xml': ['provx'],
865
+ 'application/pskc+xml': ['pskcxml'],
866
+ 'application/raml+yaml': ['raml'],
867
+ 'application/rdf+xml': ['rdf', 'owl'],
868
+ 'application/reginfo+xml': ['rif'],
869
+ 'application/relax-ng-compact-syntax': ['rnc'],
870
+ 'application/resource-lists+xml': ['rl'],
871
+ 'application/resource-lists-diff+xml': ['rld'],
872
+ 'application/rls-services+xml': ['rs'],
873
+ 'application/route-apd+xml': ['rapd'],
874
+ 'application/route-s-tsid+xml': ['sls'],
875
+ 'application/route-usd+xml': ['rusd'],
876
+ 'application/rpki-ghostbusters': ['gbr'],
877
+ 'application/rpki-manifest': ['mft'],
878
+ 'application/rpki-roa': ['roa'],
879
+ 'application/rsd+xml': ['rsd'],
880
+ 'application/rss+xml': ['rss'],
881
+ 'application/rtf': ['rtf'],
882
+ 'application/sbml+xml': ['sbml'],
883
+ 'application/scvp-cv-request': ['scq'],
884
+ 'application/scvp-cv-response': ['scs'],
885
+ 'application/scvp-vp-request': ['spq'],
886
+ 'application/scvp-vp-response': ['spp'],
887
+ 'application/sdp': ['sdp'],
888
+ 'application/senml+xml': ['senmlx'],
889
+ 'application/sensml+xml': ['sensmlx'],
890
+ 'application/set-payment-initiation': ['setpay'],
891
+ 'application/set-registration-initiation': ['setreg'],
892
+ 'application/shf+xml': ['shf'],
893
+ 'application/sieve': ['siv', 'sieve'],
894
+ 'application/smil+xml': ['smi', 'smil'],
895
+ 'application/sparql-query': ['rq'],
896
+ 'application/sparql-results+xml': ['srx'],
897
+ 'application/sql': ['sql'],
898
+ 'application/srgs': ['gram'],
899
+ 'application/srgs+xml': ['grxml'],
900
+ 'application/sru+xml': ['sru'],
901
+ 'application/ssdl+xml': ['ssdl'],
902
+ 'application/ssml+xml': ['ssml'],
903
+ 'application/swid+xml': ['swidtag'],
904
+ 'application/tei+xml': ['tei', 'teicorpus'],
905
+ 'application/thraud+xml': ['tfi'],
906
+ 'application/timestamped-data': ['tsd'],
907
+ 'application/toml': ['toml'],
908
+ 'application/trig': ['trig'],
909
+ 'application/ttml+xml': ['ttml'],
910
+ 'application/ubjson': ['ubj'],
911
+ 'application/urc-ressheet+xml': ['rsheet'],
912
+ 'application/urc-targetdesc+xml': ['td'],
913
+ 'application/voicexml+xml': ['vxml'],
914
+ 'application/wasm': ['wasm'],
915
+ 'application/watcherinfo+xml': ['wif'],
916
+ 'application/widget': ['wgt'],
917
+ 'application/winhlp': ['hlp'],
918
+ 'application/wsdl+xml': ['wsdl'],
919
+ 'application/wspolicy+xml': ['wspolicy'],
920
+ 'application/xaml+xml': ['xaml'],
921
+ 'application/xcap-att+xml': ['xav'],
922
+ 'application/xcap-caps+xml': ['xca'],
923
+ 'application/xcap-diff+xml': ['xdf'],
924
+ 'application/xcap-el+xml': ['xel'],
925
+ 'application/xcap-ns+xml': ['xns'],
926
+ 'application/xenc+xml': ['xenc'],
927
+ 'application/xfdf': ['xfdf'],
928
+ 'application/xhtml+xml': ['xhtml', 'xht'],
929
+ 'application/xliff+xml': ['xlf'],
930
+ 'application/xml': ['xml', 'xsl', 'xsd', 'rng'],
931
+ 'application/xml-dtd': ['dtd'],
932
+ 'application/xop+xml': ['xop'],
933
+ 'application/xproc+xml': ['xpl'],
934
+ 'application/xslt+xml': ['*xsl', 'xslt'],
935
+ 'application/xspf+xml': ['xspf'],
936
+ 'application/xv+xml': ['mxml', 'xhvml', 'xvml', 'xvm'],
937
+ 'application/yang': ['yang'],
938
+ 'application/yin+xml': ['yin'],
939
+ 'application/zip': ['zip'],
940
+ 'application/zip+dotlottie': ['lottie'],
941
+ 'audio/3gpp': ['*3gpp'],
942
+ 'audio/aac': ['adts', 'aac'],
943
+ 'audio/adpcm': ['adp'],
944
+ 'audio/amr': ['amr'],
945
+ 'audio/basic': ['au', 'snd'],
946
+ 'audio/midi': ['mid', 'midi', 'kar', 'rmi'],
947
+ 'audio/mobile-xmf': ['mxmf'],
948
+ 'audio/mp3': ['*mp3'],
949
+ 'audio/mp4': ['m4a', 'mp4a', 'm4b'],
950
+ 'audio/mpeg': ['mpga', 'mp2', 'mp2a', 'mp3', 'm2a', 'm3a'],
951
+ 'audio/ogg': ['oga', 'ogg', 'spx', 'opus'],
952
+ 'audio/s3m': ['s3m'],
953
+ 'audio/silk': ['sil'],
954
+ 'audio/wav': ['wav'],
955
+ 'audio/wave': ['*wav'],
956
+ 'audio/webm': ['weba'],
957
+ 'audio/xm': ['xm'],
958
+ 'font/collection': ['ttc'],
959
+ 'font/otf': ['otf'],
960
+ 'font/ttf': ['ttf'],
961
+ 'font/woff': ['woff'],
962
+ 'font/woff2': ['woff2'],
963
+ 'image/aces': ['exr'],
964
+ 'image/apng': ['apng'],
965
+ 'image/avci': ['avci'],
966
+ 'image/avcs': ['avcs'],
967
+ 'image/avif': ['avif'],
968
+ 'image/bmp': ['bmp', 'dib'],
969
+ 'image/cgm': ['cgm'],
970
+ 'image/dicom-rle': ['drle'],
971
+ 'image/dpx': ['dpx'],
972
+ 'image/emf': ['emf'],
973
+ 'image/fits': ['fits'],
974
+ 'image/g3fax': ['g3'],
975
+ 'image/gif': ['gif'],
976
+ 'image/heic': ['heic'],
977
+ 'image/heic-sequence': ['heics'],
978
+ 'image/heif': ['heif'],
979
+ 'image/heif-sequence': ['heifs'],
980
+ 'image/hej2k': ['hej2'],
981
+ 'image/ief': ['ief'],
982
+ 'image/jaii': ['jaii'],
983
+ 'image/jais': ['jais'],
984
+ 'image/jls': ['jls'],
985
+ 'image/jp2': ['jp2', 'jpg2'],
986
+ 'image/jpeg': ['jpg', 'jpeg', 'jpe'],
987
+ 'image/jph': ['jph'],
988
+ 'image/jphc': ['jhc'],
989
+ 'image/jpm': ['jpm', 'jpgm'],
990
+ 'image/jpx': ['jpx', 'jpf'],
991
+ 'image/jxl': ['jxl'],
992
+ 'image/jxr': ['jxr'],
993
+ 'image/jxra': ['jxra'],
994
+ 'image/jxrs': ['jxrs'],
995
+ 'image/jxs': ['jxs'],
996
+ 'image/jxsc': ['jxsc'],
997
+ 'image/jxsi': ['jxsi'],
998
+ 'image/jxss': ['jxss'],
999
+ 'image/ktx': ['ktx'],
1000
+ 'image/ktx2': ['ktx2'],
1001
+ 'image/pjpeg': ['jfif'],
1002
+ 'image/png': ['png'],
1003
+ 'image/sgi': ['sgi'],
1004
+ 'image/svg+xml': ['svg', 'svgz'],
1005
+ 'image/t38': ['t38'],
1006
+ 'image/tiff': ['tif', 'tiff'],
1007
+ 'image/tiff-fx': ['tfx'],
1008
+ 'image/webp': ['webp'],
1009
+ 'image/wmf': ['wmf'],
1010
+ 'message/disposition-notification': ['disposition-notification'],
1011
+ 'message/global': ['u8msg'],
1012
+ 'message/global-delivery-status': ['u8dsn'],
1013
+ 'message/global-disposition-notification': ['u8mdn'],
1014
+ 'message/global-headers': ['u8hdr'],
1015
+ 'message/rfc822': ['eml', 'mime', 'mht', 'mhtml'],
1016
+ 'model/3mf': ['3mf'],
1017
+ 'model/gltf+json': ['gltf'],
1018
+ 'model/gltf-binary': ['glb'],
1019
+ 'model/iges': ['igs', 'iges'],
1020
+ 'model/jt': ['jt'],
1021
+ 'model/mesh': ['msh', 'mesh', 'silo'],
1022
+ 'model/mtl': ['mtl'],
1023
+ 'model/obj': ['obj'],
1024
+ 'model/prc': ['prc'],
1025
+ 'model/step': ['step', 'stp', 'stpnc', 'p21', '210'],
1026
+ 'model/step+xml': ['stpx'],
1027
+ 'model/step+zip': ['stpz'],
1028
+ 'model/step-xml+zip': ['stpxz'],
1029
+ 'model/stl': ['stl'],
1030
+ 'model/u3d': ['u3d'],
1031
+ 'model/vrml': ['wrl', 'vrml'],
1032
+ 'model/x3d+binary': ['*x3db', 'x3dbz'],
1033
+ 'model/x3d+fastinfoset': ['x3db'],
1034
+ 'model/x3d+vrml': ['*x3dv', 'x3dvz'],
1035
+ 'model/x3d+xml': ['x3d', 'x3dz'],
1036
+ 'model/x3d-vrml': ['x3dv'],
1037
+ 'text/cache-manifest': ['appcache', 'manifest'],
1038
+ 'text/calendar': ['ics', 'ifb'],
1039
+ 'text/coffeescript': ['coffee', 'litcoffee'],
1040
+ 'text/css': ['css'],
1041
+ 'text/csv': ['csv'],
1042
+ 'text/html': ['html', 'htm', 'shtml'],
1043
+ 'text/jade': ['jade'],
1044
+ 'text/javascript': ['js', 'mjs'],
1045
+ 'text/jsx': ['jsx'],
1046
+ 'text/less': ['less'],
1047
+ 'text/markdown': ['md', 'markdown'],
1048
+ 'text/mathml': ['mml'],
1049
+ 'text/mdx': ['mdx'],
1050
+ 'text/n3': ['n3'],
1051
+ 'text/plain': ['txt', 'text', 'conf', 'def', 'list', 'log', 'in', 'ini'],
1052
+ 'text/richtext': ['rtx'],
1053
+ 'text/rtf': ['*rtf'],
1054
+ 'text/sgml': ['sgml', 'sgm'],
1055
+ 'text/shex': ['shex'],
1056
+ 'text/slim': ['slim', 'slm'],
1057
+ 'text/spdx': ['spdx'],
1058
+ 'text/stylus': ['stylus', 'styl'],
1059
+ 'text/tab-separated-values': ['tsv'],
1060
+ 'text/troff': ['t', 'tr', 'roff', 'man', 'me', 'ms'],
1061
+ 'text/turtle': ['ttl'],
1062
+ 'text/uri-list': ['uri', 'uris', 'urls'],
1063
+ 'text/vcard': ['vcard'],
1064
+ 'text/vtt': ['vtt'],
1065
+ 'text/wgsl': ['wgsl'],
1066
+ 'text/xml': ['*xml'],
1067
+ 'text/yaml': ['yaml', 'yml'],
1068
+ 'video/3gpp': ['3gp', '3gpp'],
1069
+ 'video/3gpp2': ['3g2'],
1070
+ 'video/h261': ['h261'],
1071
+ 'video/h263': ['h263'],
1072
+ 'video/h264': ['h264'],
1073
+ 'video/iso.segment': ['m4s'],
1074
+ 'video/jpeg': ['jpgv'],
1075
+ 'video/jpm': ['*jpm', '*jpgm'],
1076
+ 'video/mj2': ['mj2', 'mjp2'],
1077
+ 'video/mp2t': ['ts', 'm2t', 'm2ts', 'mts'],
1078
+ 'video/mp4': ['mp4', 'mp4v', 'mpg4'],
1079
+ 'video/mpeg': ['mpeg', 'mpg', 'mpe', 'm1v', 'm2v'],
1080
+ 'video/ogg': ['ogv'],
1081
+ 'video/quicktime': ['qt', 'mov'],
1082
+ 'video/webm': ['webm'],
1083
+ };
1084
+ Object.freeze(types);
1085
+
1086
+ var __classPrivateFieldGet = (undefined && undefined.__classPrivateFieldGet) || function (receiver, state, kind, f) {
1087
+ if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
1088
+ if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
1089
+ return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
1090
+ };
1091
+ var _Mime_extensionToType, _Mime_typeToExtension, _Mime_typeToExtensions;
1092
+ class Mime {
1093
+ constructor(...args) {
1094
+ _Mime_extensionToType.set(this, new Map());
1095
+ _Mime_typeToExtension.set(this, new Map());
1096
+ _Mime_typeToExtensions.set(this, new Map());
1097
+ for (const arg of args) {
1098
+ this.define(arg);
1099
+ }
1100
+ }
1101
+ define(typeMap, force = false) {
1102
+ for (let [type, extensions] of Object.entries(typeMap)) {
1103
+ type = type.toLowerCase();
1104
+ extensions = extensions.map((ext) => ext.toLowerCase());
1105
+ if (!__classPrivateFieldGet(this, _Mime_typeToExtensions, "f").has(type)) {
1106
+ __classPrivateFieldGet(this, _Mime_typeToExtensions, "f").set(type, new Set());
1107
+ }
1108
+ const allExtensions = __classPrivateFieldGet(this, _Mime_typeToExtensions, "f").get(type);
1109
+ let first = true;
1110
+ for (let extension of extensions) {
1111
+ const starred = extension.startsWith('*');
1112
+ extension = starred ? extension.slice(1) : extension;
1113
+ allExtensions?.add(extension);
1114
+ if (first) {
1115
+ __classPrivateFieldGet(this, _Mime_typeToExtension, "f").set(type, extension);
1116
+ }
1117
+ first = false;
1118
+ if (starred)
1119
+ continue;
1120
+ const currentType = __classPrivateFieldGet(this, _Mime_extensionToType, "f").get(extension);
1121
+ if (currentType && currentType != type && !force) {
1122
+ throw new Error(`"${type} -> ${extension}" conflicts with "${currentType} -> ${extension}". Pass \`force=true\` to override this definition.`);
1123
+ }
1124
+ __classPrivateFieldGet(this, _Mime_extensionToType, "f").set(extension, type);
1125
+ }
1126
+ }
1127
+ return this;
1128
+ }
1129
+ getType(path) {
1130
+ if (typeof path !== 'string')
1131
+ return null;
1132
+ const last = path.replace(/^.*[/\\]/s, '').toLowerCase();
1133
+ const ext = last.replace(/^.*\./s, '').toLowerCase();
1134
+ const hasPath = last.length < path.length;
1135
+ const hasDot = ext.length < last.length - 1;
1136
+ if (!hasDot && hasPath)
1137
+ return null;
1138
+ return __classPrivateFieldGet(this, _Mime_extensionToType, "f").get(ext) ?? null;
1139
+ }
1140
+ getExtension(type) {
1141
+ if (typeof type !== 'string')
1142
+ return null;
1143
+ type = type?.split?.(';')[0];
1144
+ return ((type && __classPrivateFieldGet(this, _Mime_typeToExtension, "f").get(type.trim().toLowerCase())) ?? null);
1145
+ }
1146
+ getAllExtensions(type) {
1147
+ if (typeof type !== 'string')
1148
+ return null;
1149
+ return __classPrivateFieldGet(this, _Mime_typeToExtensions, "f").get(type.toLowerCase()) ?? null;
1150
+ }
1151
+ _freeze() {
1152
+ this.define = () => {
1153
+ throw new Error('define() not allowed for built-in Mime objects. See https://github.com/broofa/mime/blob/main/README.md#custom-mime-instances');
1154
+ };
1155
+ Object.freeze(this);
1156
+ for (const extensions of __classPrivateFieldGet(this, _Mime_typeToExtensions, "f").values()) {
1157
+ Object.freeze(extensions);
1158
+ }
1159
+ return this;
1160
+ }
1161
+ _getTestState() {
1162
+ return {
1163
+ types: __classPrivateFieldGet(this, _Mime_extensionToType, "f"),
1164
+ extensions: __classPrivateFieldGet(this, _Mime_typeToExtension, "f"),
1165
+ };
1166
+ }
1167
+ }
1168
+ _Mime_extensionToType = new WeakMap(), _Mime_typeToExtension = new WeakMap(), _Mime_typeToExtensions = new WeakMap();
1169
+
1170
+ const mime = new Mime(types, types$1)._freeze();
1171
+
1172
+ export { mime as m };