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