@leav/utils 0.0.1-test

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 (83) hide show
  1. package/README.md +8 -0
  2. package/dist/cjs/MIMEByExtension.json +806 -0
  3. package/dist/cjs/constants.d.ts +2 -0
  4. package/dist/cjs/constants.js +9 -0
  5. package/dist/cjs/constants.js.map +1 -0
  6. package/dist/cjs/index.d.ts +11 -0
  7. package/dist/cjs/index.js +31 -0
  8. package/dist/cjs/index.js.map +1 -0
  9. package/dist/cjs/types/applications.d.ts +1 -0
  10. package/dist/cjs/types/applications.js +8 -0
  11. package/dist/cjs/types/applications.js.map +1 -0
  12. package/dist/cjs/types/attributes.d.ts +7 -0
  13. package/dist/cjs/types/attributes.js +15 -0
  14. package/dist/cjs/types/attributes.js.map +1 -0
  15. package/dist/cjs/types/errors.d.ts +5 -0
  16. package/dist/cjs/types/errors.js +13 -0
  17. package/dist/cjs/types/errors.js.map +1 -0
  18. package/dist/cjs/types/events.d.ts +75 -0
  19. package/dist/cjs/types/events.js +37 -0
  20. package/dist/cjs/types/events.js.map +1 -0
  21. package/dist/cjs/types/files.d.ts +16 -0
  22. package/dist/cjs/types/files.js +15 -0
  23. package/dist/cjs/types/files.js.map +1 -0
  24. package/dist/cjs/types/forms.d.ts +60 -0
  25. package/dist/cjs/types/forms.js +29 -0
  26. package/dist/cjs/types/forms.js.map +1 -0
  27. package/dist/cjs/types/helpers.d.ts +13 -0
  28. package/dist/cjs/types/helpers.js +3 -0
  29. package/dist/cjs/types/helpers.js.map +1 -0
  30. package/dist/cjs/types/logs.d.ts +2 -0
  31. package/dist/cjs/types/logs.js +3 -0
  32. package/dist/cjs/types/logs.js.map +1 -0
  33. package/dist/cjs/types/previews.d.ts +5 -0
  34. package/dist/cjs/types/previews.js +13 -0
  35. package/dist/cjs/types/previews.js.map +1 -0
  36. package/dist/cjs/types/values.d.ts +4 -0
  37. package/dist/cjs/types/values.js +3 -0
  38. package/dist/cjs/types/values.js.map +1 -0
  39. package/dist/cjs/utils.d.ts +68 -0
  40. package/dist/cjs/utils.js +312 -0
  41. package/dist/cjs/utils.js.map +1 -0
  42. package/dist/esm/MIMEByExtension.json +806 -0
  43. package/dist/esm/constants.d.ts +2 -0
  44. package/dist/esm/constants.js +6 -0
  45. package/dist/esm/constants.js.map +1 -0
  46. package/dist/esm/index.d.ts +11 -0
  47. package/dist/esm/index.js +15 -0
  48. package/dist/esm/index.js.map +1 -0
  49. package/dist/esm/types/applications.d.ts +1 -0
  50. package/dist/esm/types/applications.js +5 -0
  51. package/dist/esm/types/applications.js.map +1 -0
  52. package/dist/esm/types/attributes.d.ts +7 -0
  53. package/dist/esm/types/attributes.js +12 -0
  54. package/dist/esm/types/attributes.js.map +1 -0
  55. package/dist/esm/types/errors.d.ts +5 -0
  56. package/dist/esm/types/errors.js +10 -0
  57. package/dist/esm/types/errors.js.map +1 -0
  58. package/dist/esm/types/events.d.ts +75 -0
  59. package/dist/esm/types/events.js +34 -0
  60. package/dist/esm/types/events.js.map +1 -0
  61. package/dist/esm/types/files.d.ts +16 -0
  62. package/dist/esm/types/files.js +12 -0
  63. package/dist/esm/types/files.js.map +1 -0
  64. package/dist/esm/types/forms.d.ts +60 -0
  65. package/dist/esm/types/forms.js +26 -0
  66. package/dist/esm/types/forms.js.map +1 -0
  67. package/dist/esm/types/helpers.d.ts +13 -0
  68. package/dist/esm/types/helpers.js +2 -0
  69. package/dist/esm/types/helpers.js.map +1 -0
  70. package/dist/esm/types/logs.d.ts +2 -0
  71. package/dist/esm/types/logs.js +2 -0
  72. package/dist/esm/types/logs.js.map +1 -0
  73. package/dist/esm/types/previews.d.ts +5 -0
  74. package/dist/esm/types/previews.js +10 -0
  75. package/dist/esm/types/previews.js.map +1 -0
  76. package/dist/esm/types/values.d.ts +4 -0
  77. package/dist/esm/types/values.js +2 -0
  78. package/dist/esm/types/values.js.map +1 -0
  79. package/dist/esm/utils.d.ts +68 -0
  80. package/dist/esm/utils.js +262 -0
  81. package/dist/esm/utils.js.map +1 -0
  82. package/dist/tsconfig.tsbuildinfo +1 -0
  83. package/package.json +38 -0
@@ -0,0 +1,806 @@
1
+ {
2
+ "doc": {
3
+ "mime": "application/msword",
4
+ "type": "document"
5
+ },
6
+ "dot": {
7
+ "mime": "application/msword",
8
+ "type": "document"
9
+ },
10
+ "pdf": {
11
+ "mime": "application/pdf",
12
+ "type": "document"
13
+ },
14
+ "ai": {
15
+ "mime": "application/pdf",
16
+ "type": "document"
17
+ },
18
+ "xls": {
19
+ "mime": "application/vnd.ms-excel",
20
+ "type": "document"
21
+ },
22
+ "xlm": {
23
+ "mime": "application/vnd.ms-excel",
24
+ "type": "document"
25
+ },
26
+ "xla": {
27
+ "mime": "application/vnd.ms-excel",
28
+ "type": "document"
29
+ },
30
+ "xlc": {
31
+ "mime": "application/vnd.ms-excel",
32
+ "type": "document"
33
+ },
34
+ "xlt": {
35
+ "mime": "application/vnd.ms-excel",
36
+ "type": "document"
37
+ },
38
+ "xlw": {
39
+ "mime": "application/vnd.ms-excel",
40
+ "type": "document"
41
+ },
42
+ "ppt": {
43
+ "mime": "application/vnd.ms-powerpoint",
44
+ "type": "document"
45
+ },
46
+ "pps": {
47
+ "mime": "application/vnd.ms-powerpoint",
48
+ "type": "document"
49
+ },
50
+ "pot": {
51
+ "mime": "application/vnd.ms-powerpoint",
52
+ "type": "document"
53
+ },
54
+ "odc": {
55
+ "mime": "application/vnd.oasis.opendocument.chart",
56
+ "type": "document"
57
+ },
58
+ "otc": {
59
+ "mime": "application/vnd.oasis.opendocument.chart-template",
60
+ "type": "document"
61
+ },
62
+ "odb": {
63
+ "mime": "application/vnd.oasis.opendocument.database",
64
+ "type": "document"
65
+ },
66
+ "odf": {
67
+ "mime": "application/vnd.oasis.opendocument.formula",
68
+ "type": "document"
69
+ },
70
+ "odft": {
71
+ "mime": "application/vnd.oasis.opendocument.formula-template",
72
+ "type": "document"
73
+ },
74
+ "odg": {
75
+ "mime": "application/vnd.oasis.opendocument.graphics",
76
+ "type": "document"
77
+ },
78
+ "otg": {
79
+ "mime": "application/vnd.oasis.opendocument.graphics-template",
80
+ "type": "document"
81
+ },
82
+ "odi": {
83
+ "mime": "application/vnd.oasis.opendocument.image",
84
+ "type": "document"
85
+ },
86
+ "oti": {
87
+ "mime": "application/vnd.oasis.opendocument.image-template",
88
+ "type": "document"
89
+ },
90
+ "odp": {
91
+ "mime": "application/vnd.oasis.opendocument.presentation",
92
+ "type": "document"
93
+ },
94
+ "otp": {
95
+ "mime": "application/vnd.oasis.opendocument.presentation-template",
96
+ "type": "document"
97
+ },
98
+ "ods": {
99
+ "mime": "application/vnd.oasis.opendocument.spreadsheet",
100
+ "type": "document"
101
+ },
102
+ "ots": {
103
+ "mime": "application/vnd.oasis.opendocument.spreadsheet-template",
104
+ "type": "document"
105
+ },
106
+ "odt": {
107
+ "mime": "application/vnd.oasis.opendocument.text",
108
+ "type": "document"
109
+ },
110
+ "odm": {
111
+ "mime": "application/vnd.oasis.opendocument.text-master",
112
+ "type": "document"
113
+ },
114
+ "ott": {
115
+ "mime": "application/vnd.oasis.opendocument.text-template",
116
+ "type": "document"
117
+ },
118
+ "oth": {
119
+ "mime": "application/vnd.oasis.opendocument.text-web",
120
+ "type": "document"
121
+ },
122
+ "pptx": {
123
+ "mime": "application/vnd.openxmlformats-officedocument.presentationml.presentation",
124
+ "type": "document"
125
+ },
126
+ "sldx": {
127
+ "mime": "application/vnd.openxmlformats-officedocument.presentationml.slide",
128
+ "type": "document"
129
+ },
130
+ "ppsx": {
131
+ "mime": "application/vnd.openxmlformats-officedocument.presentationml.slideshow",
132
+ "type": "document"
133
+ },
134
+ "potx": {
135
+ "mime": "application/vnd.openxmlformats-officedocument.presentationml.template",
136
+ "type": "document"
137
+ },
138
+ "xlsx": {
139
+ "mime": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
140
+ "type": "document"
141
+ },
142
+ "xltx": {
143
+ "mime": "application/vnd.openxmlformats-officedocument.spreadsheetml.template",
144
+ "type": "document"
145
+ },
146
+ "docx": {
147
+ "mime": "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
148
+ "type": "document"
149
+ },
150
+ "dotx": {
151
+ "mime": "application/vnd.openxmlformats-officedocument.wordprocessingml.template",
152
+ "type": "document"
153
+ },
154
+ "psb": {
155
+ "mime": "image/vnd.3gpp.pic-bw-small",
156
+ "type": "image"
157
+ },
158
+ "bmp": {
159
+ "mime": "image/x-ms-bmp",
160
+ "type": "image"
161
+ },
162
+ "cgm": {
163
+ "mime": "image/cgm",
164
+ "type": "image"
165
+ },
166
+ "g3": {
167
+ "mime": "image/g3fax",
168
+ "type": "image"
169
+ },
170
+ "gif": {
171
+ "mime": "image/gif",
172
+ "type": "image"
173
+ },
174
+ "ief": {
175
+ "mime": "image/ief",
176
+ "type": "image"
177
+ },
178
+ "jpeg": {
179
+ "mime": "image/jpeg",
180
+ "type": "image"
181
+ },
182
+ "jpg": {
183
+ "mime": "image/jpeg",
184
+ "type": "image"
185
+ },
186
+ "jpe": {
187
+ "mime": "image/jpeg",
188
+ "type": "image"
189
+ },
190
+ "ktx": {
191
+ "mime": "image/ktx",
192
+ "type": "image"
193
+ },
194
+ "png": {
195
+ "mime": "image/png",
196
+ "type": "image"
197
+ },
198
+ "btif": {
199
+ "mime": "image/prs.btif",
200
+ "type": "image"
201
+ },
202
+ "sgi": {
203
+ "mime": "image/sgi",
204
+ "type": "image"
205
+ },
206
+ "svg": {
207
+ "mime": "image/svg+xml",
208
+ "type": "image"
209
+ },
210
+ "eps": {
211
+ "mime": "application/EncapsulatedPostScript",
212
+ "type": "image"
213
+ },
214
+ "svgz": {
215
+ "mime": "image/svg+xml",
216
+ "type": "image"
217
+ },
218
+ "tiff": {
219
+ "mime": "image/tiff",
220
+ "type": "image"
221
+ },
222
+ "tif": {
223
+ "mime": "image/tiff",
224
+ "type": "image"
225
+ },
226
+ "psd": {
227
+ "mime": "image/vnd.adobe.photoshop",
228
+ "type": "image"
229
+ },
230
+ "uvi": {
231
+ "mime": "image/vnd.dece.graphic",
232
+ "type": "image"
233
+ },
234
+ "uvvi": {
235
+ "mime": "image/vnd.dece.graphic",
236
+ "type": "image"
237
+ },
238
+ "uvg": {
239
+ "mime": "image/vnd.dece.graphic",
240
+ "type": "image"
241
+ },
242
+ "uvvg": {
243
+ "mime": "image/vnd.dece.graphic",
244
+ "type": "image"
245
+ },
246
+ "djvu": {
247
+ "mime": "image/vnd.djvu",
248
+ "type": "image"
249
+ },
250
+ "djv": {
251
+ "mime": "image/vnd.djvu",
252
+ "type": "image"
253
+ },
254
+ "dwg": {
255
+ "mime": "image/vnd.dwg",
256
+ "type": "image"
257
+ },
258
+ "dxf": {
259
+ "mime": "image/vnd.dxf",
260
+ "type": "image"
261
+ },
262
+ "fbs": {
263
+ "mime": "image/vnd.fastbidsheet",
264
+ "type": "image"
265
+ },
266
+ "fpx": {
267
+ "mime": "image/vnd.fpx",
268
+ "type": "image"
269
+ },
270
+ "fst": {
271
+ "mime": "image/vnd.fst",
272
+ "type": "image"
273
+ },
274
+ "mmr": {
275
+ "mime": "image/vnd.fujixerox.edmics-mmr",
276
+ "type": "image"
277
+ },
278
+ "rlc": {
279
+ "mime": "image/vnd.fujixerox.edmics-rlc",
280
+ "type": "image"
281
+ },
282
+ "mdi": {
283
+ "mime": "image/vnd.ms-modi",
284
+ "type": "image"
285
+ },
286
+ "wdp": {
287
+ "mime": "image/vnd.ms-photo",
288
+ "type": "image"
289
+ },
290
+ "npx": {
291
+ "mime": "image/vnd.net-fpx",
292
+ "type": "image"
293
+ },
294
+ "wbmp": {
295
+ "mime": "image/vnd.wap.wbmp",
296
+ "type": "image"
297
+ },
298
+ "xif": {
299
+ "mime": "image/vnd.xiff",
300
+ "type": "image"
301
+ },
302
+ "webp": {
303
+ "mime": "image/webp",
304
+ "type": "image"
305
+ },
306
+ "3ds": {
307
+ "mime": "image/x-3ds",
308
+ "type": "image"
309
+ },
310
+ "ras": {
311
+ "mime": "image/x-cmu-raster",
312
+ "type": "image"
313
+ },
314
+ "cmx": {
315
+ "mime": "image/x-cmx",
316
+ "type": "image"
317
+ },
318
+ "fh": {
319
+ "mime": "image/x-freehand",
320
+ "type": "image"
321
+ },
322
+ "fhc": {
323
+ "mime": "image/x-freehand",
324
+ "type": "image"
325
+ },
326
+ "fh4": {
327
+ "mime": "image/x-freehand",
328
+ "type": "image"
329
+ },
330
+ "fh5": {
331
+ "mime": "image/x-freehand",
332
+ "type": "image"
333
+ },
334
+ "fh7": {
335
+ "mime": "image/x-freehand",
336
+ "type": "image"
337
+ },
338
+ "ico": {
339
+ "mime": "image/x-icon",
340
+ "type": "image"
341
+ },
342
+ "jng": {
343
+ "mime": "image/x-jng",
344
+ "type": "image"
345
+ },
346
+ "sid": {
347
+ "mime": "image/x-mrsid-image",
348
+ "type": "image"
349
+ },
350
+ "pcx": {
351
+ "mime": "image/x-pcx",
352
+ "type": "image"
353
+ },
354
+ "pic": {
355
+ "mime": "image/x-pict",
356
+ "type": "image"
357
+ },
358
+ "pct": {
359
+ "mime": "image/x-pict",
360
+ "type": "image"
361
+ },
362
+ "pnm": {
363
+ "mime": "image/x-portable-anymap",
364
+ "type": "image"
365
+ },
366
+ "pbm": {
367
+ "mime": "image/x-portable-bitmap",
368
+ "type": "image"
369
+ },
370
+ "pgm": {
371
+ "mime": "image/x-portable-graymap",
372
+ "type": "image"
373
+ },
374
+ "ppm": {
375
+ "mime": "image/x-portable-pixmap",
376
+ "type": "image"
377
+ },
378
+ "rgb": {
379
+ "mime": "image/x-rgb",
380
+ "type": "image"
381
+ },
382
+ "tga": {
383
+ "mime": "image/x-tga",
384
+ "type": "image"
385
+ },
386
+ "xbm": {
387
+ "mime": "image/x-xbitmap",
388
+ "type": "image"
389
+ },
390
+ "xpm": {
391
+ "mime": "image/x-xpixmap",
392
+ "type": "image"
393
+ },
394
+ "xwd": {
395
+ "mime": "image/x-xwindowdump",
396
+ "type": "image"
397
+ },
398
+ "3gp": {
399
+ "mime": "video/3gpp",
400
+ "type": "video"
401
+ },
402
+ "3gpp": {
403
+ "mime": "video/3gpp",
404
+ "type": "video"
405
+ },
406
+ "3g2": {
407
+ "mime": "video/3gpp2",
408
+ "type": "video"
409
+ },
410
+ "h261": {
411
+ "mime": "video/h261",
412
+ "type": "video"
413
+ },
414
+ "h263": {
415
+ "mime": "video/h263",
416
+ "type": "video"
417
+ },
418
+ "h264": {
419
+ "mime": "video/h264",
420
+ "type": "video"
421
+ },
422
+ "jpgv": {
423
+ "mime": "video/jpeg",
424
+ "type": "video"
425
+ },
426
+ "jpm": {
427
+ "mime": "video/jpm",
428
+ "type": "video"
429
+ },
430
+ "jpgm": {
431
+ "mime": "video/jpm",
432
+ "type": "video"
433
+ },
434
+ "mj2": {
435
+ "mime": "video/mj2",
436
+ "type": "video"
437
+ },
438
+ "mjp2": {
439
+ "mime": "video/mj2",
440
+ "type": "video"
441
+ },
442
+ "ts": {
443
+ "mime": "video/mp2t",
444
+ "type": "video"
445
+ },
446
+ "mp4": {
447
+ "mime": "video/mp4",
448
+ "type": "video"
449
+ },
450
+ "mp4v": {
451
+ "mime": "video/mp4",
452
+ "type": "video"
453
+ },
454
+ "mpg4": {
455
+ "mime": "video/mp4",
456
+ "type": "video"
457
+ },
458
+ "mpeg": {
459
+ "mime": "video/mpeg",
460
+ "type": "video"
461
+ },
462
+ "mpg": {
463
+ "mime": "video/mpeg",
464
+ "type": "video"
465
+ },
466
+ "mpe": {
467
+ "mime": "video/mpeg",
468
+ "type": "video"
469
+ },
470
+ "m1v": {
471
+ "mime": "video/mpeg",
472
+ "type": "video"
473
+ },
474
+ "m2v": {
475
+ "mime": "video/mpeg",
476
+ "type": "video"
477
+ },
478
+ "ogv": {
479
+ "mime": "video/ogg",
480
+ "type": "video"
481
+ },
482
+ "qt": {
483
+ "mime": "video/quicktime",
484
+ "type": "video"
485
+ },
486
+ "mov": {
487
+ "mime": "video/quicktime",
488
+ "type": "video"
489
+ },
490
+ "uvh": {
491
+ "mime": "video/vnd.dece.hd",
492
+ "type": "video"
493
+ },
494
+ "uvvh": {
495
+ "mime": "video/vnd.dece.hd",
496
+ "type": "video"
497
+ },
498
+ "uvm": {
499
+ "mime": "video/vnd.dece.mobile",
500
+ "type": "video"
501
+ },
502
+ "uvvm": {
503
+ "mime": "video/vnd.dece.mobile",
504
+ "type": "video"
505
+ },
506
+ "uvp": {
507
+ "mime": "video/vnd.dece.pd",
508
+ "type": "video"
509
+ },
510
+ "uvvp": {
511
+ "mime": "video/vnd.dece.pd",
512
+ "type": "video"
513
+ },
514
+ "uvs": {
515
+ "mime": "video/vnd.dece.sd",
516
+ "type": "video"
517
+ },
518
+ "uvvs": {
519
+ "mime": "video/vnd.dece.sd",
520
+ "type": "video"
521
+ },
522
+ "uvv": {
523
+ "mime": "video/vnd.dece.video",
524
+ "type": "video"
525
+ },
526
+ "uvvv": {
527
+ "mime": "video/vnd.dece.video",
528
+ "type": "video"
529
+ },
530
+ "dvb": {
531
+ "mime": "video/vnd.dvb.file",
532
+ "type": "video"
533
+ },
534
+ "fvt": {
535
+ "mime": "video/vnd.fvt",
536
+ "type": "video"
537
+ },
538
+ "mxu": {
539
+ "mime": "video/vnd.mpegurl",
540
+ "type": "video"
541
+ },
542
+ "m4u": {
543
+ "mime": "video/vnd.mpegurl",
544
+ "type": "video"
545
+ },
546
+ "pyv": {
547
+ "mime": "video/vnd.ms-playready.media.pyv",
548
+ "type": "video"
549
+ },
550
+ "uvu": {
551
+ "mime": "video/vnd.uvvu.mp4",
552
+ "type": "video"
553
+ },
554
+ "uvvu": {
555
+ "mime": "video/vnd.uvvu.mp4",
556
+ "type": "video"
557
+ },
558
+ "viv": {
559
+ "mime": "video/vnd.vivo",
560
+ "type": "video"
561
+ },
562
+ "webm": {
563
+ "mime": "video/webm",
564
+ "type": "video"
565
+ },
566
+ "f4v": {
567
+ "mime": "video/x-f4v",
568
+ "type": "video"
569
+ },
570
+ "fli": {
571
+ "mime": "video/x-fli",
572
+ "type": "video"
573
+ },
574
+ "flv": {
575
+ "mime": "video/x-flv",
576
+ "type": "video"
577
+ },
578
+ "m4v": {
579
+ "mime": "video/x-m4v",
580
+ "type": "video"
581
+ },
582
+ "mkv": {
583
+ "mime": "video/x-matroska",
584
+ "type": "video"
585
+ },
586
+ "mk3d": {
587
+ "mime": "video/x-matroska",
588
+ "type": "video"
589
+ },
590
+ "mks": {
591
+ "mime": "video/x-matroska",
592
+ "type": "video"
593
+ },
594
+ "mng": {
595
+ "mime": "video/x-mng",
596
+ "type": "video"
597
+ },
598
+ "asf": {
599
+ "mime": "video/x-ms-asf",
600
+ "type": "video"
601
+ },
602
+ "asx": {
603
+ "mime": "video/x-ms-asf",
604
+ "type": "video"
605
+ },
606
+ "vob": {
607
+ "mime": "video/x-ms-vob",
608
+ "type": "video"
609
+ },
610
+ "wm": {
611
+ "mime": "video/x-ms-wm",
612
+ "type": "video"
613
+ },
614
+ "wmv": {
615
+ "mime": "video/x-ms-wmv",
616
+ "type": "video"
617
+ },
618
+ "wmx": {
619
+ "mime": "video/x-ms-wmx",
620
+ "type": "video"
621
+ },
622
+ "wvx": {
623
+ "mime": "video/x-ms-wvx",
624
+ "type": "video"
625
+ },
626
+ "avi": {
627
+ "mime": "video/x-msvideo",
628
+ "type": "video"
629
+ },
630
+ "movie": {
631
+ "mime": "video/x-sgi-movie",
632
+ "type": "video"
633
+ },
634
+ "smv": {
635
+ "mime": "video/x-smv",
636
+ "type": "video"
637
+ },
638
+ "669": {
639
+ "mime": "audio/x-mod",
640
+ "type": "audio"
641
+ },
642
+ "aac": {
643
+ "mime": "audio/x-aac",
644
+ "type": "audio"
645
+ },
646
+ "aax": {
647
+ "mime": "audio/x-aac",
648
+ "type": "audio"
649
+ },
650
+ "adp": {
651
+ "mime": "audio/adpcm",
652
+ "type": "audio"
653
+ },
654
+ "aif": {
655
+ "mime": "audio/x-aiff",
656
+ "type": "audio"
657
+ },
658
+ "aiff": {
659
+ "mime": "audio/x-aiff",
660
+ "type": "audio"
661
+ },
662
+ "au": {
663
+ "mime": "audio/x-au",
664
+ "type": "audio"
665
+ },
666
+ "dra": {
667
+ "mime": "audio/vnd.dra",
668
+ "type": "audio"
669
+ },
670
+ "dts": {
671
+ "mime": "audio/vnd.dts",
672
+ "type": "audio"
673
+ },
674
+ "dtshd": {
675
+ "mime": "audio/vnd.dts.hd",
676
+ "type": "audio"
677
+ },
678
+ "ecelp4800": {
679
+ "mime": "audio/vnd.nuera.ecelp4800",
680
+ "type": "audio"
681
+ },
682
+ "ecelp7470": {
683
+ "mime": "audio/vnd.nuera.ecelp7470",
684
+ "type": "audio"
685
+ },
686
+ "ecelp9600": {
687
+ "mime": "audio/vnd.nuera.ecelp9600",
688
+ "type": "audio"
689
+ },
690
+ "eol": {
691
+ "mime": "audio/vnd.digital-winds",
692
+ "type": "audio"
693
+ },
694
+ "flac": {
695
+ "mime": "audio/x-flac",
696
+ "type": "audio"
697
+ },
698
+ "jam": {
699
+ "mime": "audio/x-jam",
700
+ "type": "audio"
701
+ },
702
+ "lvp": {
703
+ "mime": "audio/vnd.lucent.voice",
704
+ "type": "audio"
705
+ },
706
+ "m3u": {
707
+ "mime": "audio/x-mpequrl",
708
+ "type": "audio"
709
+ },
710
+ "mid": {
711
+ "mime": "audio/x-midi",
712
+ "type": "audio"
713
+ },
714
+ "midi": {
715
+ "mime": "audio/x-midi",
716
+ "type": "audio"
717
+ },
718
+ "mod": {
719
+ "mime": "audio/x-mod",
720
+ "type": "audio"
721
+ },
722
+ "mp2": {
723
+ "mime": "audio/x-mpeg",
724
+ "type": "audio"
725
+ },
726
+ "mp3": {
727
+ "mime": "audio/x-mpeg-3",
728
+ "type": "audio"
729
+ },
730
+ "mp4a": {
731
+ "mime": "audio/mp4",
732
+ "type": "audio"
733
+ },
734
+ "mpa": {
735
+ "mime": "audio/mpeg",
736
+ "type": "audio"
737
+ },
738
+ "mpga": {
739
+ "mime": "audio/mpeg",
740
+ "type": "audio"
741
+ },
742
+ "oga": {
743
+ "mime": "audio/ogg",
744
+ "type": "audio"
745
+ },
746
+ "ogg": {
747
+ "mime": "audio/ogg",
748
+ "type": "audio"
749
+ },
750
+ "opus": {
751
+ "mime": "audio/opus",
752
+ "type": "audio"
753
+ },
754
+ "pya": {
755
+ "mime": "audio/vnd.ms-playready.media.pya",
756
+ "type": "audio"
757
+ },
758
+ "ra": {
759
+ "mime": "audio/x-realaudio",
760
+ "type": "audio"
761
+ },
762
+ "ram": {
763
+ "mime": "audio/x-pn-realaudio",
764
+ "type": "audio"
765
+ },
766
+ "rip": {
767
+ "mime": "audio/vnd.rip",
768
+ "type": "audio"
769
+ },
770
+ "rm": {
771
+ "mime": "audio/x-pn-realaudio",
772
+ "type": "audio"
773
+ },
774
+ "rmp": {
775
+ "mime": "audio/x-pn-realaudio-plugin",
776
+ "type": "audio"
777
+ },
778
+ "rpm": {
779
+ "mime": "audio/x-pn-realaudio-plugin",
780
+ "type": "audio"
781
+ },
782
+ "uva": {
783
+ "mime": "audio/vnd.dece.audio",
784
+ "type": "audio"
785
+ },
786
+ "wav": {
787
+ "mime": "audio/x-wav",
788
+ "type": "audio"
789
+ },
790
+ "wax": {
791
+ "mime": "audio/x-ms-wax",
792
+ "type": "audio"
793
+ },
794
+ "weba": {
795
+ "mime": "audio/webm",
796
+ "type": "audio"
797
+ },
798
+ "wma": {
799
+ "mime": "audio/x-ms-wma",
800
+ "type": "audio"
801
+ },
802
+ "xm": {
803
+ "mime": "audio/xm",
804
+ "type": "audio"
805
+ }
806
+ }