ac-file-extensions 1.2.0 → 2.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.js CHANGED
@@ -1,1663 +1,31 @@
1
- module.exports = [
2
- {
3
- "ext": "3fr",
4
- "name": "Hasselblad 3F RAW Image",
5
- "mimetype": "image/x-hasselblad-3fr"
6
- },
7
- {
8
- "ext": "3g2",
9
- "name": "3GPP2 Multimedia",
10
- "mimetype": "video/3gpp2"
11
- },
12
- {
13
- "ext": "3gp",
14
- "name": "3GPP Multimedia",
15
- "mimetype": "video/3gpp"
16
- },
17
- {
18
- "ext": "3gp2",
19
- "name": "3GPP Multimedia",
20
- "mimetype": "video/3gpp2"
21
- },
22
- {
23
- "ext": "3gpp",
24
- "name": "3GPP Media",
25
- "mimetype": "video/3gpp"
26
- },
27
- {
28
- "ext": "7z",
29
- "name": "7-Zip",
30
- "mimetype": "application/x-7z-compressed"
31
- },
32
- {
33
- "ext": "ai",
34
- "name": "Adobe Illustrator",
35
- "mimetype": "application/postscript"
36
- },
37
- {
38
- "ext": "aa",
39
- "name": "Audible Audio",
40
- "mimetype": "audio/audible"
41
- },
42
- {
43
- "ext": "aac",
44
- "name": "Advanced Audio Coding",
45
- "mimetype": "audio/vnd.dlna.adts"
46
- },
47
- {
48
- "ext": "aax",
49
- "name": "Audio Audio Extended",
50
- "mimetype": "audio/vnd.audible.aax"
51
- },
52
- {
53
- "ext": "adt",
54
- "name": "AdTech Fax",
55
- "mimetype": "audio/vnd.dlna.adts"
56
- },
57
- {
58
- "ext": "adts",
59
- "name": "Audio Data Transport Stream",
60
- "mimetype": "audio/vnd.dlna.adts"
61
- },
62
- {
63
- "ext": "addin",
64
- "name": "Visual Studio Add-in Definition",
65
- "mimetype": "text/xml"
66
- },
67
- {
68
- "ext": "aif",
69
- "name": "Audio Interchange File",
70
- "mimetype": "audio/aiff"
71
- },
72
- {
73
- "ext": "aifc",
74
- "name": "Audio Interchange Format Compressed",
75
- "mimetype": "audio/aiff"
76
- },
77
- {
78
- "ext": "aiff",
79
- "name": "Audio Interchange File Format",
80
- "mimetype": "audio/x-aiff"
81
- },
82
- {
83
- "ext": "application",
84
- "name": "Deployment Manifest",
85
- "mimetype": "application/x-ms-application"
86
- },
87
- {
88
- "ext": "arw",
89
- "name": "Sony Alpha Raw",
90
- "mimetype": "image/x-sony-arw"
91
- },
92
- {
93
- "ext": "asax",
94
- "name": "ASP.NET Server Application",
95
- "mimetype": "application/xml"
96
- },
97
- {
98
- "ext": "ascx",
99
- "name": "ASP.NET User Control",
100
- "mimetype": "application/xml"
101
- },
102
- {
103
- "ext": "ashx",
104
- "name": "ASP.NET Web Handler",
105
- "mimetype": "application/xml"
106
- },
107
- {
108
- "ext": "asf",
109
- "name": "Advanced Streaming Format",
110
- "mimetype": "video/x-ms-asf"
111
- },
112
- {
113
- "ext": "asmx",
114
- "name": "ASP.NET Web Service",
115
- "mimetype": "application/xml"
116
- },
117
- {
118
- "ext": "aspx",
119
- "name": "Active Server Page Extended",
120
- "mimetype": "application/xml"
121
- },
122
- {
123
- "ext": "asx",
124
- "name": "Microsoft Advanced Streaming Redirector",
125
- "mimetype": "video/x-ms-asf"
126
- },
127
- {
128
- "ext": "au",
129
- "name": "Audacity Audio",
130
- "mimetype": "audio/basic"
131
- },
132
- {
133
- "ext": "avi",
134
- "name": "Audio Video Interleave",
135
- "mimetype": "video/avi"
136
- },
137
- {
138
- "ext": "bmp",
139
- "name": "Bitmap",
140
- "mimetype": "image/bmp"
141
- },
142
- {
143
- "ext": "btapp",
144
- "name": "uTorrent Application",
145
- "mimetype": "application/x-bittorrent-app"
146
- },
147
- {
148
- "ext": "btinstall",
149
- "name": "uTorrent Installer",
150
- "mimetype": "application/x-bittorrent-appinst"
151
- },
152
- {
153
- "ext": "btkey",
154
- "name": "uTorrent License Key",
155
- "mimetype": "application/x-bittorrent-key"
156
- },
157
- {
158
- "ext": "btsearch",
159
- "name": "BitTorrent Search Engine",
160
- "mimetype": "application/x-bittorrentsearchdescription+xml"
161
- },
162
- {
163
- "ext": "btskin",
164
- "name": "uTorrent Skin",
165
- "mimetype": "application/x-bittorrent-skin"
166
- },
167
- {
168
- "ext": "cat",
169
- "name": "Catalog",
170
- "mimetype": "application/vnd.ms-pki.seccat"
171
- },
172
- {
173
- "ext": "cd",
174
- "name": "Visual Studio Class Diagram",
175
- "mimetype": "text/plain"
176
- },
177
- {
178
- "ext": "cer",
179
- "name": "Internet Security Certificate",
180
- "mimetype": "application/x-x509-ca-cert"
181
- },
182
- {
183
- "ext": "config",
184
- "name": "Configuration",
185
- "mimetype": "application/xml"
186
- },
187
- {
188
- "ext": "contact",
189
- "name": "Windows Contact",
190
- "mimetype": "text/x-ms-contact"
191
- },
192
- {
193
- "ext": "cpf",
194
- "name": "Cognos Project File",
195
- "mimetype": "application/octet-stream"
196
- },
197
- {
198
- "ext": "crl",
199
- "name": "Certificate Revocation List",
200
- "mimetype": "application/pkix-crl"
201
- },
202
- {
203
- "ext": "crt",
204
- "name": "Security Certificate",
205
- "mimetype": "application/x-x509-ca-cert"
206
- },
207
- {
208
- "ext": "cs",
209
- "name": "Visual C# Source Code",
210
- "mimetype": "text/plain"
211
- },
212
- {
213
- "ext": "csproj",
214
- "name": "Visual Studio C# Project",
215
- "mimetype": "text/plain"
216
- },
217
- {
218
- "ext": "cr2",
219
- "name": "Canon RAW-Format",
220
- "mimetype": "image/x-canon-cr2"
221
- },
222
- {
223
- "ext": "crw",
224
- "name": "Raw Image Format",
225
- "mimetype": "image/x-canon-crw"
226
- },
227
- {
228
- "ext": "css",
229
- "name": "Cascading Style Sheet",
230
- "mimetype": "text/css"
231
- },
232
- {
233
- "ext": "csv",
234
- "name": "Comma separated values",
235
- "mimetype": "application/vnd.ms-excel"
236
- },
237
- {
238
- "ext": "datasource",
239
- "name": "Visual Studio Data Source",
240
- "mimetype": "application/xml"
241
- },
242
- {
243
- "ext": "der",
244
- "name": "DER Certificate",
245
- "mimetype": "application/x-x509-ca-cert"
246
- },
247
- {
248
- "ext": "dib",
249
- "name": "Device Independent Bitmap",
250
- "mimetype": "image/bmp"
251
- },
252
- {
253
- "ext": "dll",
254
- "name": "Dynamic Link Library",
255
- "mimetype": "application/x-msdownload"
256
- },
257
- {
258
- "ext": "dng",
259
- "name": "Digital Negative (Adobe)",
260
- "mimetype": "image/dng"
261
- },
262
- {
263
- "ext": "dtsconfig",
264
- "name": "Microsoft SQL Server Integration Services Configuration",
265
- "mimetype": "text/xml"
266
- },
267
- {
268
- "ext": "doc",
269
- "name": "Document",
270
- "mimetype": "application/msword"
271
- },
272
- {
273
- "ext": "docm",
274
- "name": "Document with Macros",
275
- "mimetype": "application/vnd.ms-word.document.macroEnabled.12"
276
- },
277
- {
278
- "ext": "docx",
279
- "name": "Word 2007 XML Document",
280
- "mimetype": "application/vnd.openxmlformats-officedocument.wordprocessingml.document"
281
- },
282
- {
283
- "ext": "dot",
284
- "name": "Document Template",
285
- "mimetype": "application/msword"
286
- },
287
- {
288
- "ext": "dotm",
289
- "name": "Document Template with Macros",
290
- "mimetype": "application/vnd.ms-word.template.macroEnabled.12"
291
- },
292
- {
293
- "ext": "dotx",
294
- "name": "Word 2007 XML Document Template",
295
- "mimetype": "application/vnd.openxmlformats-officedocument.wordprocessingml.template"
296
- },
297
- {
298
- "ext": "dtd",
299
- "name": "Document Type Definition",
300
- "mimetype": "application/xml-dtd"
301
- },
302
- {
303
- "ext": "eip",
304
- "name": "Enhanced Image Package",
305
- "mimetype": "application/octet-stream"
306
- },
307
- {
308
- "ext": "eps",
309
- "name": "Encapsulated PostScript",
310
- "mimetype": "application/postscript"
311
- },
312
- {
313
- "ext": "epub",
314
- "name": "Electronic Publication",
315
- "mimetype": "application/epub+zip"
316
- },
317
- {
318
- "ext": "exe",
319
- "name": "Executable",
320
- "mimetype": "application/octet-stream"
321
- },
322
- {
323
- "ext": "fdf",
324
- "name": "Acrobat Forms Data Format",
325
- "mimetype": "application/vnd.fdf"
326
- },
327
- {
328
- "ext": "fif",
329
- "name": "Fractal Image File",
330
- "mimetype": "application/fractals"
331
- },
332
- {
333
- "ext": "flv",
334
- "name": "Flash Video",
335
- "mimetype": "video/x-flv"
336
- },
337
- {
338
- "ext": "gif",
339
- "name": "Compuserve Graphics Interchange Format",
340
- "mimetype": "image/gif"
341
- },
342
- {
343
- "ext": "group",
344
- "name": "Windows Contacts Group",
345
- "mimetype": "text/x-ms-group"
346
- },
347
- {
348
- "ext": "gz",
349
- "name": "GNU-Zip",
350
- "mimetype": "application/x-compressed"
351
- },
352
- {
353
- "ext": "hdd",
354
- "name": "Parallels Desktop Hard Disk",
355
- "mimetype": "application/x-virtualbox-hdd"
356
- },
357
- {
358
- "ext": "heic",
359
- "name": "High Efficiency Image File Format - Single Image HEVC encoded",
360
- "mimetype": "image/heic"
361
- },
362
- {
363
- "ext": "heif",
364
- "name": "High Efficiency Image File Format",
365
- "mimetype": "image/heif"
366
- },
367
- {
368
- "ext": "html",
369
- "name": "Hypertext Markup Language",
370
- "mimetype": "text/html"
371
- },
372
- {
373
- "ext": "hprj",
374
- "name": "Heroglyph Project Format",
375
- "mimetype": "application/octet-stream"
376
- },
377
- {
378
- "ext": "hta",
379
- "name": "HTML Application",
380
- "mimetype": "application/hta"
381
- },
382
- {
383
- "ext": "htc",
384
- "name": "HTML Components",
385
- "mimetype": "text/x-component"
386
- },
387
- {
388
- "ext": "htm",
389
- "name": "HTML File",
390
- "mimetype": "text/html"
391
- },
392
- {
393
- "ext": "hxa",
394
- "name": "Microsoft Help 2 Attribute Definition",
395
- "mimetype": "application/xml"
396
- },
397
- {
398
- "ext": "hxc",
399
- "name": "Microsoft Help 2 Collection Definition",
400
- "mimetype": "application/xml"
401
- },
402
- {
403
- "ext": "hxd",
404
- "name": "Microsoft Help Validator",
405
- "mimetype": "application/octet-stream"
406
- },
407
- {
408
- "ext": "hxe",
409
- "name": "Microsoft Help 2 Sample Definition",
410
- "mimetype": "application/xml"
411
- },
412
- {
413
- "ext": "hxf",
414
- "name": "Microsoft Help Include",
415
- "mimetype": "application/xml"
416
- },
417
- {
418
- "ext": "hxh",
419
- "name": "Microsoft Help 2 Merged",
420
- "mimetype": "application/octet-stream"
421
- },
422
- {
423
- "ext": "hxi",
424
- "name": "Microsoft Help 2 Compiled Help Index",
425
- "mimetype": "application/octet-stream"
426
- },
427
- {
428
- "ext": "hxk",
429
- "name": "Microsoft Help 2 Keyword Index",
430
- "mimetype": "application/xml"
431
- },
432
- {
433
- "ext": "hxq",
434
- "name": "Microsoft Help 2 Query Data",
435
- "mimetype": "application/octet-stream"
436
- },
437
- {
438
- "ext": "hxr",
439
- "name": "Microsoft Help Data",
440
- "mimetype": "application/octet-stream"
441
- },
442
- {
443
- "ext": "hxs",
444
- "name": "Microsoft Help Compiled Storage",
445
- "mimetype": "application/octet-stream"
446
- },
447
- {
448
- "ext": "hxt",
449
- "name": "Microsoft Help 2 Table of Contents",
450
- "mimetype": "application/xml"
451
- },
452
- {
453
- "ext": "hxv",
454
- "name": "Microsoft Help Virtual Topic Definition",
455
- "mimetype": "application/xml"
456
- },
457
- {
458
- "ext": "hxw",
459
- "name": "Microsoft Help 2 Merged Index",
460
- "mimetype": "application/octet-stream"
461
- },
462
- {
463
- "ext": "hqx",
464
- "name": "BinHex 4.0 Encoded",
465
- "mimetype": "application/mac-binhex40"
466
- },
467
- {
468
- "ext": "ics",
469
- "name": "ICalendar-File",
470
- "mimetype": "text/calendar"
471
- },
472
- {
473
- "ext": "ico",
474
- "name": "Icon",
475
- "mimetype": "image/vnd.microsoft.icon"
476
- },
477
- {
478
- "ext": "indd",
479
- "name": "InDesign Document",
480
- "mimetype": "application/x-indesign"
481
- },
482
- {
483
- "ext": "ipa",
484
- "name": "iPhone Application",
485
- "mimetype": "application/x-itunes-ipa"
486
- },
487
- {
488
- "ext": "ipg",
489
- "name": "iPod Game",
490
- "mimetype": "application/x-itunes-ipg"
491
- },
492
- {
493
- "ext": "ipsw",
494
- "name": "iPod and iPhone Software Update",
495
- "mimetype": "application/x-itunes-ipsw"
496
- },
497
- {
498
- "ext": "iqy",
499
- "name": "Internet Query",
500
- "mimetype": "text/x-ms-iqy"
501
- },
502
- {
503
- "ext": "iss",
504
- "name": "Inno Setup Script",
505
- "mimetype": "text/plain"
506
- },
507
- {
508
- "ext": "ite",
509
- "name": "iTunes Extras",
510
- "mimetype": "application/x-itunes-ite"
511
- },
512
- {
513
- "ext": "itlp",
514
- "name": "iTunes LP Album",
515
- "mimetype": "application/x-itunes-itlp"
516
- },
517
- {
518
- "ext": "itls",
519
- "name": "iTunes Live Stream Format",
520
- "mimetype": "application/x-itunes-itls"
521
- },
522
- {
523
- "ext": "itms",
524
- "name": "iTunes Music Store Format",
525
- "mimetype": "application/x-itunes-itms"
526
- },
527
- {
528
- "ext": "itpc",
529
- "name": "iTunes Podcast Subscription Format",
530
- "mimetype": "application/x-itunes-itpc"
531
- },
532
- {
533
- "ext": "jfif",
534
- "name": "JPEG File Interchange Format",
535
- "mimetype": "image/jpeg"
536
- },
537
- {
538
- "ext": "jnlp",
539
- "name": "Java Network Launching Protocol",
540
- "mimetype": "application/x-java-jnlp-file"
541
- },
542
- {
543
- "ext": "jpe",
544
- "name": "Joint Photographic Experts Group",
545
- "mimetype": "image/jpeg"
546
- },
547
- {
548
- "ext": "jpeg",
549
- "name": "Joint Photographic Experts Group",
550
- "mimetype": "image/jpeg"
551
- },
552
- {
553
- "ext": "jpg",
554
- "name": "Joint Photographic Experts Group",
555
- "mimetype": "image/jpeg"
556
- },
557
- {
558
- "ext": "jp2",
559
- "name": "JPEG 2000",
560
- "mimetype": "image/jp2"
561
- },
562
- {
563
- "ext": "js",
564
- "name": "JavaScript Source Code",
565
- "mimetype": "application/javascript"
566
- },
567
- {
568
- "ext": "key",
569
- "name": "Keynote File",
570
- "mimetype": "application/x-iwork-keynote-sffkey"
571
- },
572
- {
573
- "ext": "latex",
574
- "name": "LaTex Source Document",
575
- "mimetype": "application/x-latex"
576
- },
577
- {
578
- "ext": "library-ms",
579
- "name": "Windows Library Description",
580
- "mimetype": "application/windows-library+xml"
581
- },
582
- {
583
- "ext": "m1v",
584
- "name": "MPEG-1 Video",
585
- "mimetype": "video/mpeg"
586
- },
587
- {
588
- "ext": "m2t",
589
- "name": "MPEG-2 Transport",
590
- "mimetype": "video/vnd.dlna.mpeg-tts"
591
- },
592
- {
593
- "ext": "m2ts",
594
- "name": "MPEG-2 Transport Stream",
595
- "mimetype": "video/vnd.dlna.mpeg-tts"
596
- },
597
- {
598
- "ext": "m2v",
599
- "name": "MPEG-2 Video",
600
- "mimetype": "video/mpeg"
601
- },
602
- {
603
- "ext": "m3u",
604
- "name": "MP3 URL",
605
- "mimetype": "audio/mpegurl"
606
- },
607
- {
608
- "ext": "m3u8",
609
- "name": "UTF-8 M3U Playlist",
610
- "mimetype": "audio/x-mpegurl"
611
- },
612
- {
613
- "ext": "m4b",
614
- "name": "MPEG-4 Audio Book",
615
- "mimetype": "audio/m4b"
616
- },
617
- {
618
- "ext": "m4p",
619
- "name": "MPEG 4 Protected",
620
- "mimetype": "audio/m4b"
621
- },
622
- {
623
- "ext": "m4r",
624
- "name": "MPEG-4 Ringtone",
625
- "mimetype": "audio/x-m4r"
626
- },
627
- {
628
- "ext": "magnet",
629
- "name": "Magnet link",
630
- "mimetype": "application/x-magnet"
631
- },
632
- {
633
- "ext": "man",
634
- "name": "Unix Text Manual",
635
- "mimetype": "application/x-troff-man"
636
- },
637
- {
638
- "ext": "master",
639
- "name": "ASP.NET Master Page",
640
- "mimetype": "application/xml"
641
- },
642
- {
643
- "ext": "mht",
644
- "name": "MHTML Web Archive",
645
- "mimetype": "message/rfc822"
646
- },
647
- {
648
- "ext": "mhtml",
649
- "name": "Mime HTML",
650
- "mimetype": "message/rfc822"
651
- },
652
- {
653
- "ext": "mid",
654
- "name": "Musical Instrument Digital Interface",
655
- "mimetype": "audio/mid"
656
- },
657
- {
658
- "ext": "midi",
659
- "name": "Musical Instrument Digital Interface",
660
- "mimetype": "audio/mid"
661
- },
662
- {
663
- "ext": "mkv",
664
- "name": "Matroska Video File",
665
- "mimetype": "video/x-matroska"
666
- },
667
- {
668
- "ext": "mod",
669
- "name": "Hard disk camera movie MPEG-2 program stream",
670
- "mimetype": "video/mpeg"
671
- },
672
- {
673
- "ext": "mp2",
674
- "name": "MPEG-1 Audio Layer 2",
675
- "mimetype": "audio/mpeg"
676
- },
677
- {
678
- "ext": "mp2v",
679
- "name": "MPEG-2 Video",
680
- "mimetype": "video/mpeg"
681
- },
682
- {
683
- "ext": "mp4v",
684
- "name": "MPEG-4 Video",
685
- "mimetype": "video/mp4"
686
- },
687
- {
688
- "ext": "mpa",
689
- "name": "MPEG-2 Audio",
690
- "mimetype": "video/mpeg"
691
- },
692
- {
693
- "ext": "mpe",
694
- "name": "MPEG Movie",
695
- "mimetype": "video/mpeg"
696
- },
697
- {
698
- "ext": "mpf",
699
- "name": "Microsoft Media Package",
700
- "mimetype": "application/vnd.ms-mediapackage"
701
- },
702
- {
703
- "ext": "mpv2",
704
- "name": "MPEG 2 Video Format",
705
- "mimetype": "video/mpeg"
706
- },
707
- {
708
- "ext": "mogrt",
709
- "name": "Adobe Motion Graphics Template",
710
- "mimetype": "application/octet-stream"
711
- },
712
- {
713
- "ext": "mov",
714
- "name": "Quicktime Movie",
715
- "mimetype": "video/quicktime"
716
- },
717
- {
718
- "ext": "mp3",
719
- "name": "Moving Pictures Experts Group 1/2 Audio Layer 3",
720
- "mimetype": "audio/mpeg"
721
- },
722
- {
723
- "ext": "mp4",
724
- "name": "Moving Pictures Experts Group 4 Audio & Video",
725
- "mimetype": "video/mp4"
726
- },
727
- {
728
- "ext": "mpeg",
729
- "name": "Moving Picture Experts Group",
730
- "mimetype": "video/mpeg"
731
- },
732
- {
733
- "ext": "mxf",
734
- "name": "Material Exchange Format",
735
- "mimetype": "application/mxf",
736
- "useType": "video"
737
- },
738
- {
739
- "ext": "m4a",
740
- "name": "MPEG-4 audio file",
741
- "mimetype": "audio/m4a"
742
- },
743
- {
744
- "ext": "m4v",
745
- "name": "MPEG-4 video file",
746
- "mimetype": "video/x-m4v"
747
- },
748
- {
749
- "ext": "mjpeg",
750
- "name": "Motion Joint Photographic Experts Group",
751
- "mimetype": "video/x-motion-jpeg"
752
- },
753
- {
754
- "ext": "mts",
755
- "name": "Moving Picture Experts Group Transport Stream",
756
- "mimetype": "video/MP2T"
757
- },
758
- {
759
- "ext": "mpegvideo",
760
- "name": "Moving Picture Experts Groups Video",
761
- "mimetype": "video/mpeg"
762
- },
763
- {
764
- "ext": "mpg",
765
- "name": "Moving Picture Experts Group",
766
- "mimetype": "audio/mpeg"
767
- },
768
- {
769
- "ext": "msi",
770
- "name": "Microsoft Installer",
771
- "mimetype": "application/x-msi"
772
- },
773
- {
774
- "ext": "nef",
775
- "name": "Nikon NEF",
776
- "mimetype": "image/x-nikon-nef"
777
- },
778
- {
779
- "ext": "nsv",
780
- "name": "Nullsoft Streaming Video",
781
- "mimetype": "application/x-winamp"
782
- },
783
- {
784
- "ext": "odg",
785
- "name": "OpenDocument Graphics",
786
- "mimetype": "application/vnd.oasis.opendocument.graphics"
787
- },
788
- {
789
- "ext": "odc",
790
- "name": "Office Data Connection",
791
- "mimetype": "text/x-ms-odc"
792
- },
793
- {
794
- "ext": "odm",
795
- "name": "OpenDocument Master",
796
- "mimetype": "application/vnd.oasis.opendocument.text-master"
797
- },
798
- {
799
- "ext": "odp",
800
- "name": "OpenDocument Presentation",
801
- "mimetype": "application/vnd.oasis.opendocument.presentation"
802
- },
803
- {
804
- "ext": "ods",
805
- "name": "OpenDocument Spreadsheet",
806
- "mimetype": "application/vnd.oasis.opendocument.spreadsheet"
807
- },
808
- {
809
- "ext": "odt",
810
- "name": "OpenDocument Text",
811
- "mimetype": "application/vnd.oasis.opendocument.text"
812
- },
813
- {
814
- "ext": "otg",
815
- "name": "OpenDocument Template Drawing",
816
- "mimetype": "application/vnd.oasis.opendocument.graphics-template"
817
- },
818
- {
819
- "ext": "oth",
820
- "name": "OpenDocument Template HTML",
821
- "mimetype": "application/vnd.oasis.opendocument.text-web"
822
- },
823
- {
824
- "ext": "ots",
825
- "name": "OpenDocument Template Spreadsheet",
826
- "mimetype": "application/vnd.oasis.opendocument.spreadsheet-template"
827
- },
828
- {
829
- "ext": "ott",
830
- "name": "OpenDocument Template Text",
831
- "mimetype": "application/vnd.oasis.opendocument.text-template"
832
- },
833
- {
834
- "ext": "ova",
835
- "name": "Open Virtual Appliance",
836
- "mimetype": "application/x-virtualbox-ova"
837
- },
838
- {
839
- "ext": "ovf",
840
- "name": "Open Virtualization File",
841
- "mimetype": "application/x-virtualbox-ovf"
842
- },
843
- {
844
- "ext": "oxt",
845
- "name": "OpenOffice.org extension",
846
- "mimetype": "application/vnd.openofficeorg.extension"
847
- },
848
- {
849
- "ext": "octet-stream",
850
- "name": "Attachment",
851
- "mimetype": "application/octet-stream"
852
- },
853
- {
854
- "ext": "ogg",
855
- "name": "Ogg File Format",
856
- "mimetype": "audio/ogg"
857
- },
858
- {
859
- "ext": "oga",
860
- "name": "Ogg File Format",
861
- "mimetype": "audio/ogg"
862
- },
863
- {
864
- "ext": "ogv",
865
- "name": "Ogg File Format",
866
- "mimetype": "video/ogg"
867
- },
868
- {
869
- "ext": "otf",
870
- "name": "OpenType Font",
871
- "mimetype": "application/x-font-opentype"
872
- },
873
- {
874
- "ext": "p10",
875
- "name": "Certificate Request",
876
- "mimetype": "application/pkcs10"
877
- },
878
- {
879
- "ext": "p12",
880
- "name": "Personal Information Exchange",
881
- "mimetype": "application/x-pkcs12"
882
- },
883
- {
884
- "ext": "p7b",
885
- "name": "PKCS #7 Certificate",
886
- "mimetype": "application/x-pkcs7-certificates"
887
- },
888
- {
889
- "ext": "p7c",
890
- "name": "PKCS #7 Certificate",
891
- "mimetype": "application/pkcs7-mime"
892
- },
893
- {
894
- "ext": "p7m",
895
- "name": "Digitally Encrypted Message",
896
- "mimetype": "application/pkcs7-mime"
897
- },
898
- {
899
- "ext": "p7r",
900
- "name": "Certificate Request Response",
901
- "mimetype": "application/x-pkcs7-certreqresp"
902
- },
903
- {
904
- "ext": "p7s",
905
- "name": "Digitally Signed Email Message",
906
- "mimetype": "application/pkcs7-signature"
907
- },
908
- {
909
- "ext": "pages",
910
- "name": "Pages Document",
911
- "mimetype": "application/x-iwork-pages-sffpages"
912
- },
913
- {
914
- "ext": "pcast",
915
- "name": "iTunes Podcast",
916
- "mimetype": "application/x-podcast"
917
- },
918
- {
919
- "ext": "pdfxml",
920
- "name": "Adobe PDFXML Document",
921
- "mimetype": "application/vnd.adobe.pdfxml"
922
- },
923
- {
924
- "ext": "pdx",
925
- "name": "Adobe Acrobat Index",
926
- "mimetype": "application/vnd.adobe.pdx"
927
- },
928
- {
929
- "ext": "pfx",
930
- "name": "PKCS #12 Certificate",
931
- "mimetype": "application/x-pkcs12"
932
- },
933
- {
934
- "ext": "pko",
935
- "name": "Public Key Security Object",
936
- "mimetype": "application/vnd.ms-pki.pko"
937
- },
938
- {
939
- "ext": "pls",
940
- "name": "PL/SQL Stored Procedure",
941
- "mimetype": "audio/scpls"
942
- },
943
- {
944
- "ext": "psc1",
945
- "name": "Microsoft Windows PowerShell Console",
946
- "mimetype": "application/PowerShell"
947
- },
948
- {
949
- "ext": "py",
950
- "name": "Python Script",
951
- "mimetype": "text/plain"
952
- },
953
- {
954
- "ext": "pyw",
955
- "name": "Python GUI Source",
956
- "mimetype": "text/plain"
957
- },
958
- {
959
- "ext": "pdf",
960
- "name": "Portable Document Format",
961
- "mimetype": "application/pdf"
962
- },
963
- {
964
- "ext": "png",
965
- "name": "Portable Network Graphics",
966
- "mimetype": "image/png"
967
- },
968
- {
969
- "ext": "pot",
970
- "name": "Portable Object Template",
971
- "mimetype": "application/vnd.ms-powerpoint"
972
- },
973
- {
974
- "ext": "potm",
975
- "name": "PowerPoint Open XML Macro-Enabled Presentation Template",
976
- "mimetype": "application/vnd.ms-powerpoint.template.macroEnabled.12"
977
- },
978
- {
979
- "ext": "potx",
980
- "name": "PowerPoint Open XML Macro-Enabled Presentation Template",
981
- "mimetype": "application/vnd.openxmlformats-officedocument.presentationml.template"
982
- },
983
- {
984
- "ext": "ppa",
985
- "name": "Powerpoint",
986
- "mimetype": "application/vnd.ms-powerpoint"
987
- },
988
- {
989
- "ext": "ppam",
990
- "name": "Microsoft PowerPoint 2007 Add-in with macros",
991
- "mimetype": "application/vnd.ms-powerpoint.addin.macroEnabled.12"
992
- },
993
- {
994
- "ext": "pps",
995
- "name": "PowerPoint",
996
- "mimetype": "application/vnd.ms-powerpoint"
997
- },
998
- {
999
- "ext": "ppsm",
1000
- "name": "Microsoft Office Open XML Format Presentation Slide Show with Macros Enabled",
1001
- "mimetype": "application/vnd.ms-powerpoint.slideshow.macroEnabled.12"
1002
- },
1003
- {
1004
- "ext": "ppsx",
1005
- "name": "Microsoft Office Open XML Format Presentation Slide Show",
1006
- "mimetype": "application/vnd.openxmlformats-officedocument.presentationml.slideshow"
1007
- },
1008
- {
1009
- "ext": "ppt",
1010
- "name": "Powerpoint",
1011
- "mimetype": "application/vnd.ms-powerpoint"
1012
- },
1013
- {
1014
- "ext": "pptm",
1015
- "name": "Microsoft Office Open XML Format Presentation with Macros Enabled",
1016
- "mimetype": "application/vnd.ms-powerpoint.presentation.macroEnabled.12"
1017
- },
1018
- {
1019
- "ext": "pptx",
1020
- "name": "Powerpoint",
1021
- "mimetype": "application/vnd.openxmlformats-officedocument.presentationml.presentation"
1022
- },
1023
- {
1024
- "ext": "prf",
1025
- "name": "SoftMaker Presentations-Dokument",
1026
- "mimetype": "application/pics-rules"
1027
- },
1028
- {
1029
- "ext": "ps",
1030
- "name": "Postscript",
1031
- "mimetype": "application/postscript"
1032
- },
1033
- {
1034
- "ext": "pwz",
1035
- "name": "Powerpoint Wizard",
1036
- "mimetype": "application/vnd.ms-powerpoint"
1037
- },
1038
- {
1039
- "ext": "psd",
1040
- "name": "Adobe Photoshop",
1041
- "mimetype": "image/vnd.adobe.photoshop"
1042
- },
1043
- {
1044
- "ext": "raf",
1045
- "name": "RAW Image",
1046
- "mimetype": "image/x-fuji-raf"
1047
- },
1048
- {
1049
- "ext": "rat",
1050
- "name": "Nimbus 7 SAMS data",
1051
- "mimetype": "application/rat-file"
1052
- },
1053
- {
1054
- "ext": "raw",
1055
- "name": "Raw Image Data File",
1056
- "mimetype": "image/x-panasonic-raw"
1057
- },
1058
- {
1059
- "ext": "rc",
1060
- "name": "Compiler Resource",
1061
- "mimetype": "text/plain"
1062
- },
1063
- {
1064
- "ext": "rc2",
1065
- "name": "Visual Studio Resources",
1066
- "mimetype": "text/plain"
1067
- },
1068
- {
1069
- "ext": "rct",
1070
- "name": "Visual Studio Resource Template",
1071
- "mimetype": "text/plain"
1072
- },
1073
- {
1074
- "ext": "rdlc",
1075
- "name": "Visual Studio Client Report Definition",
1076
- "mimetype": "application/xml"
1077
- },
1078
- {
1079
- "ext": "resx",
1080
- "name": "Visual Studio.NET XML resource template",
1081
- "mimetype": "application/xml"
1082
- },
1083
- {
1084
- "ext": "rmi",
1085
- "name": "RMID MIDI",
1086
- "mimetype": "audio/mid"
1087
- },
1088
- {
1089
- "ext": "rmp",
1090
- "name": "Magellan Raster Map",
1091
- "mimetype": "application/vnd.rn-rn_music_package"
1092
- },
1093
- {
1094
- "ext": "rtf",
1095
- "name": "Rich Text Format",
1096
- "mimetype": "application/msword"
1097
- },
1098
- {
1099
- "ext": "rar",
1100
- "name": "RAR-Archiv",
1101
- "mimetype": "application/x-rar-compressed"
1102
- },
1103
- {
1104
- "ext": "r3d",
1105
- "name": "REDCODE Video File",
1106
- "mimetype": "application/octet-stream"
1107
- },
1108
- {
1109
- "ext": "rw2",
1110
- "name": "Panasonic RAW Image",
1111
- "mimetype": "image/x-panasonic-rw2"
1112
- },
1113
- {
1114
- "ext": "sct",
1115
- "name": "Windows Scriptlet",
1116
- "mimetype": "text/scriptlet"
1117
- },
1118
- {
1119
- "ext": "settings",
1120
- "name": "Visual Studio Settings",
1121
- "mimetype": "application/xml"
1122
- },
1123
- {
1124
- "ext": "shtml",
1125
- "name": "Server Side Include HTML",
1126
- "mimetype": "text/html"
1127
- },
1128
- {
1129
- "ext": "sit",
1130
- "name": "StuffIt Archive",
1131
- "mimetype": "application/x-stuffit"
1132
- },
1133
- {
1134
- "ext": "sitemap",
1135
- "name": "ASP.NET Site Map",
1136
- "mimetype": "application/xml"
1137
- },
1138
- {
1139
- "ext": "skin",
1140
- "name": "ASP.NET Skin",
1141
- "mimetype": "application/xml"
1142
- },
1143
- {
1144
- "ext": "sldm",
1145
- "name": "Microsoft PowerPoint Slide",
1146
- "mimetype": "application/vnd.ms-powerpoint.slide.macroEnabled.12"
1147
- },
1148
- {
1149
- "ext": "sldx",
1150
- "name": "Microsoft PowerPoint 2007/2010 Open XML Slide with Macros",
1151
- "mimetype": "application/vnd.openxmlformats-officedocument.presentationml.slide"
1152
- },
1153
- {
1154
- "ext": "slk",
1155
- "name": "Symbolic Link",
1156
- "mimetype": "application/vnd.ms-excel"
1157
- },
1158
- {
1159
- "ext": "sln",
1160
- "name": "Visual Studio Solution",
1161
- "mimetype": "text/plain"
1162
- },
1163
- {
1164
- "ext": "slupkg-ms",
1165
- "name": "XrML Digital License Package",
1166
- "mimetype": "application/x-ms-license"
1167
- },
1168
- {
1169
- "ext": "snd",
1170
- "name": "Sound resource",
1171
- "mimetype": "audio/basic"
1172
- },
1173
- {
1174
- "ext": "snippet",
1175
- "name": "Visual Studio IntelliSense Code Snippet",
1176
- "mimetype": "application/xml"
1177
- },
1178
- {
1179
- "ext": "spc",
1180
- "name": "Software Publisher Certificate",
1181
- "mimetype": "application/x-pkcs7-certificates"
1182
- },
1183
- {
1184
- "ext": "srw",
1185
- "name": "Samsung RAW Image",
1186
- "mimetype": "application/octet-stream"
1187
- },
1188
- {
1189
- "ext": "sr2",
1190
- "name": "Sony RAW Image File",
1191
- "mimetype": "image/x-sony-sr2"
1192
- },
1193
- {
1194
- "ext": "sst",
1195
- "name": "Serialized Certificate Store",
1196
- "mimetype": "application/vnd.ms-pki.certstore"
1197
- },
1198
- {
1199
- "ext": "stc",
1200
- "name": "Spreadsheet Template",
1201
- "mimetype": "application/vnd.sun.xml.calc.template"
1202
- },
1203
- {
1204
- "ext": "std",
1205
- "name": "Staroffice Template Drawing",
1206
- "mimetype": "application/vnd.sun.xml.draw.template"
1207
- },
1208
- {
1209
- "ext": "stl",
1210
- "name": "Stereolithography",
1211
- "mimetype": "application/vnd.ms-pki.stl"
1212
- },
1213
- {
1214
- "ext": "stw",
1215
- "name": "StarOffice Document Template",
1216
- "mimetype": "application/vnd.sun.xml.writer.template"
1217
- },
1218
- {
1219
- "ext": "svg",
1220
- "name": "Scalable Vector Graphics",
1221
- "mimetype": "image/svg+xml"
1222
- },
1223
- {
1224
- "ext": "swf",
1225
- "name": "Small Web Format",
1226
- "mimetype": "application/x-shockwave-flash"
1227
- },
1228
- {
1229
- "ext": "sxc",
1230
- "name": "StarOffice Calc Spreadsheet",
1231
- "mimetype": "application/vnd.sun.xml.calc"
1232
- },
1233
- {
1234
- "ext": "sxd",
1235
- "name": "ArcScene Document",
1236
- "mimetype": "application/vnd.sun.xml.draw"
1237
- },
1238
- {
1239
- "ext": "sxg",
1240
- "name": "Apache OpenOffice Master Document",
1241
- "mimetype": "application/vnd.sun.xml.writer.global"
1242
- },
1243
- {
1244
- "ext": "sxw",
1245
- "name": "StarOffice Writer Document",
1246
- "mimetype": "application/vnd.sun.xml.writer"
1247
- },
1248
- {
1249
- "ext": "svg",
1250
- "name": "Scalable Vector Graphics",
1251
- "mimetype": "image/svg+xml"
1252
- },
1253
- {
1254
- "ext": "srt",
1255
- "name": "SubRipper Subtitle Information",
1256
- "mimetype": "text/plain"
1257
- },
1258
- {
1259
- "ext": "tga",
1260
- "name": "TrueVision Targa",
1261
- "mimetype": "image/targa"
1262
- },
1263
- {
1264
- "ext": "thmx",
1265
- "name": "Microsoft Office 2007/2010 Theme",
1266
- "mimetype": "application/vnd.ms-officetheme"
1267
- },
1268
- {
1269
- "ext": "tif",
1270
- "name": "Tagged Image File",
1271
- "mimetype": "image/tiff"
1272
- },
1273
- {
1274
- "ext": "tiff",
1275
- "name": "Tagged Image File Format",
1276
- "mimetype": "image/tiff"
1277
- },
1278
- {
1279
- "ext": "torrent",
1280
- "name": "BitTorrent",
1281
- "mimetype": "application/x-bittorrent"
1282
- },
1283
- {
1284
- "ext": "tts",
1285
- "name": "ToolBook Translation System",
1286
- "mimetype": "video/vnd.dlna.mpeg-tts"
1287
- },
1288
- {
1289
- "ext": "ts",
1290
- "name": "Transport Stream",
1291
- "mimetype": "video/vnd.dlna.mpeg-tts"
1292
- },
1293
- {
1294
- "ext": "txt",
1295
- "name": "MS-Word Text",
1296
- "mimetype": "text/plain"
1297
- },
1298
- {
1299
- "ext": "user",
1300
- "name": "Visual Studio Project User Options",
1301
- "mimetype": "text/plain"
1302
- },
1303
- {
1304
- "ext": "vb",
1305
- "name": "Visual Basic Project Item",
1306
- "mimetype": "text/plain"
1307
- },
1308
- {
1309
- "ext": "vbox",
1310
- "name": "Oracle VM VirtualBox Settings",
1311
- "mimetype": "application/x-virtualbox-vbox"
1312
- },
1313
- {
1314
- "ext": "vbox-extpack",
1315
- "name": "Oracle VM VirtualBox Extension Pack",
1316
- "mimetype": "application/x-virtualbox-vbox-extpack"
1317
- },
1318
- {
1319
- "ext": "vbproj",
1320
- "name": "Visual Studio Visual Basic Project",
1321
- "mimetype": "text/plain"
1322
- },
1323
- {
1324
- "ext": "vdi",
1325
- "name": "VirtualBox Virtual Disk Image",
1326
- "mimetype": "application/x-virtualbox-vdi"
1327
- },
1328
- {
1329
- "ext": "vdp",
1330
- "name": "Visual Studio Deployment Project",
1331
- "mimetype": "text/plain"
1332
- },
1333
- {
1334
- "ext": "vdproj",
1335
- "name": "Visual Studio Setup and Deployment Project",
1336
- "mimetype": "text/plain"
1337
- },
1338
- {
1339
- "ext": "vhd",
1340
- "name": "Virtual PC Virtual Hard Disk",
1341
- "mimetype": "application/x-virtualbox-vhd"
1342
- },
1343
- {
1344
- "ext": "vmdk",
1345
- "name": "Virtual Machine Disk File",
1346
- "mimetype": "application/x-virtualbox-vmdk"
1347
- },
1348
- {
1349
- "ext": "vor",
1350
- "name": "StarOffice Template",
1351
- "mimetype": "application/vnd.stardivision.writer"
1352
- },
1353
- {
1354
- "ext": "vscontent",
1355
- "name": "Visual Studio Content",
1356
- "mimetype": "application/xml"
1357
- },
1358
- {
1359
- "ext": "vsi",
1360
- "name": "Visual Studio Content Installer",
1361
- "mimetype": "application/ms-vsi"
1362
- },
1363
- {
1364
- "ext": "vspolicy",
1365
- "name": "Microsoft Visual Studio Policy Description Language",
1366
- "mimetype": "application/ms-vsi"
1367
- },
1368
- {
1369
- "ext": "vspolicydef",
1370
- "name": "Visual Studio Policy Description Language Definition",
1371
- "mimetype": "application/xml"
1372
- },
1373
- {
1374
- "ext": "vspscc",
1375
- "name": "Visual Studio Project Source Control",
1376
- "mimetype": "text/plain"
1377
- },
1378
- {
1379
- "ext": "vsscc",
1380
- "name": "Visual Studio Source Control Solution Root Metadata",
1381
- "mimetype": "text/plain"
1382
- },
1383
- {
1384
- "ext": "vssettings",
1385
- "name": "Visual Studio Settings",
1386
- "mimetype": "text/xml"
1387
- },
1388
- {
1389
- "ext": "vssscc",
1390
- "name": "Visual Studio Solution Source Control",
1391
- "mimetype": "text/plain"
1392
- },
1393
- {
1394
- "ext": "vstemplate",
1395
- "name": "Microsoft Visual Studio Project Template",
1396
- "mimetype": "text/xml"
1397
- },
1398
- {
1399
- "ext": "vsto",
1400
- "name": "Microsoft Visual Studio Tools for Office Add-in",
1401
- "mimetype": "application/x-ms-vsto"
1402
- },
1403
- {
1404
- "ext": "vcf",
1405
- "name": "vCard",
1406
- "mimetype": "text/x-vcard"
1407
- },
1408
- {
1409
- "ext": "vtt",
1410
- "name": "Video Text Tracks",
1411
- "mimetype": "text/vtt"
1412
- },
1413
- {
1414
- "ext": "wal",
1415
- "name": "Winamp Modern Skin",
1416
- "mimetype": "interface/x-winamp3-skin"
1417
- },
1418
- {
1419
- "ext": "wav",
1420
- "name": "Microsoft Wave",
1421
- "mimetype": "audio/wav"
1422
- },
1423
- {
1424
- "ext": "wave",
1425
- "name": "WAVE Audio",
1426
- "mimetype": "audio/wav"
1427
- },
1428
- {
1429
- "ext": "wax",
1430
- "name": "Windows Media Audio Redirect",
1431
- "mimetype": "audio/x-ms-wa"
1432
- },
1433
- {
1434
- "ext": "wbk",
1435
- "name": "application/msword",
1436
- "mimetype": "application/msword"
1437
- },
1438
- {
1439
- "ext": "wdp",
1440
- "name": "Windows Media Photo",
1441
- "mimetype": "image/vnd.ms-photo"
1442
- },
1443
- {
1444
- "ext": "website",
1445
- "name": "Internet Explorer Pinned Site Shortcut",
1446
- "mimetype": "application/x-mswebsite"
1447
- },
1448
- {
1449
- "ext": "webm",
1450
- "name": "Multimedia Container",
1451
- "mimetype": "video/webm"
1452
- },
1453
- {
1454
- "ext": "wiz",
1455
- "name": "Microsoft Wizard",
1456
- "mimetype": "application/msword"
1457
- },
1458
- {
1459
- "ext": "wlz",
1460
- "name": "Winamp Language Pack",
1461
- "mimetype": "interface/x-winamp-lang"
1462
- },
1463
- {
1464
- "ext": "wm",
1465
- "name": "Windows Media",
1466
- "mimetype": "video/x-ms-wm"
1467
- },
1468
- {
1469
- "ext": "wma",
1470
- "name": "Windows Media Audio",
1471
- "mimetype": "audio/x-ms-wma"
1472
- },
1473
- {
1474
- "ext": "wmd",
1475
- "name": "Windows Media",
1476
- "mimetype": "application/x-ms-wmd"
1477
- },
1478
- {
1479
- "ext": "wmv",
1480
- "name": "Windows Media Video",
1481
- "mimetype": "video/x-ms-wmv"
1482
- },
1483
- {
1484
- "ext": "wmx",
1485
- "name": "Windows Media Redirector",
1486
- "mimetype": "video/x-ms-wmx"
1487
- },
1488
- {
1489
- "ext": "wmz",
1490
- "name": "Windows Metafile Zip",
1491
- "mimetype": "application/x-ms-wmz"
1492
- },
1493
- {
1494
- "ext": "wpl",
1495
- "name": "Windows Media Player Playlist",
1496
- "mimetype": "application/vnd.ms-wpl"
1497
- },
1498
- {
1499
- "ext": "wsc",
1500
- "name": "Microsoft Windows scripting component",
1501
- "mimetype": "text/scriptlet"
1502
- },
1503
- {
1504
- "ext": "wsdl",
1505
- "name": "Web Services Description Language",
1506
- "mimetype": "application/xml"
1507
- },
1508
- {
1509
- "ext": "wsz",
1510
- "name": "Winamp Classic Skin",
1511
- "mimetype": "interface/x-winamp-skin"
1512
- },
1513
- {
1514
- "ext": "wvx",
1515
- "name": "Windows Media Video Redirector",
1516
- "mimetype": "video/x-ms-wvx"
1517
- },
1518
- {
1519
- "ext": "xaml",
1520
- "name": "XAML",
1521
- "mimetype": "application/xaml+xml"
1522
- },
1523
- {
1524
- "ext": "xbap",
1525
- "name": "XAML Browser Application",
1526
- "mimetype": "application/x-ms-xbap"
1527
- },
1528
- {
1529
- "ext": "xdp",
1530
- "name": "Acrobat XML data package",
1531
- "mimetype": "application/vnd.adobe.xdp+xml"
1532
- },
1533
- {
1534
- "ext": "xdr",
1535
- "name": "XML-Data Reduced Schema",
1536
- "mimetype": "application/xml"
1537
- },
1538
- {
1539
- "ext": "xfdf",
1540
- "name": "Adobe Acrobat forms document",
1541
- "mimetype": "application/vnd.adobe.xfdf"
1542
- },
1543
- {
1544
- "ext": "xht",
1545
- "name": "Extensible HTML document",
1546
- "mimetype": "application/xhtml+xml"
1547
- },
1548
- {
1549
- "ext": "xhtml",
1550
- "name": "Extensible HTML document",
1551
- "mimetype": "application/xhtml+xml"
1552
- },
1553
- {
1554
- "ext": "xla",
1555
- "name": "Microsoft Excel",
1556
- "mimetype": "application/vnd.ms-excel"
1557
- },
1558
- {
1559
- "ext": "xld",
1560
- "name": "Excel Database",
1561
- "mimetype": "application/vnd.ms-excel"
1562
- },
1563
- {
1564
- "ext": "xlam",
1565
- "name": "Microsoft Excel Add-In with Macros",
1566
- "mimetype": "application/vnd.ms-excel.addin.macroEnabled.12"
1567
- },
1568
- {
1569
- "ext": "xlk",
1570
- "name": "Excel Backup",
1571
- "mimetype": "application/vnd.ms-excel"
1572
- },
1573
- {
1574
- "ext": "xll",
1575
- "name": "Excel Add-In",
1576
- "mimetype": "application/vnd.ms-excel"
1577
- },
1578
- {
1579
- "ext": "xlm",
1580
- "name": "Excel Macro",
1581
- "mimetype": "application/vnd.ms-excel"
1582
- },
1583
- {
1584
- "ext": "xls",
1585
- "name": "Microsoft Excel Sheet",
1586
- "mimetype": "application/vnd.ms-excel"
1587
- },
1588
- {
1589
- "ext": "xlsb",
1590
- "name": "Excel Binary Spreadsheet",
1591
- "mimetype": "application/vnd.ms-excel.sheet.binary.macroEnabled.12"
1592
- },
1593
- {
1594
- "ext": "xlsm",
1595
- "name": "Excel Open XML Macro-Enabled Spreadsheet",
1596
- "mimetype": "application/vnd.ms-excel.sheet.macroEnabled.12"
1597
- },
1598
- {
1599
- "ext": "xlsx",
1600
- "name": "Microsoft Excel Sheet",
1601
- "mimetype": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"
1602
- },
1603
- {
1604
- "ext": "xlt",
1605
- "name": "Microsoft Excel Template",
1606
- "mimetype": "application/vnd.ms-excel"
1607
- },
1608
- {
1609
- "ext": "xltm",
1610
- "name": "Microsoft Excel Template with Macros",
1611
- "mimetype": "application/vnd.ms-excel.template.macroEnabled.12"
1612
- },
1613
- {
1614
- "ext": "xltx",
1615
- "name": "Microsoft Excel Template",
1616
- "mimetype": "application/vnd.openxmlformats-officedocument.spreadsheetml.template"
1617
- },
1618
- {
1619
- "ext": "xlw",
1620
- "name": "Microsoft Excel Workspace",
1621
- "mimetype": "application/vnd.ms-excel"
1622
- },
1623
- {
1624
- "ext": "xml",
1625
- "name": "Extensible Markup Language",
1626
- "mimetype": "text/xml"
1627
- },
1628
- {
1629
- "ext": "xrm-ms",
1630
- "name": "Microsoft Security Certificate",
1631
- "mimetype": "text/xml"
1632
- },
1633
- {
1634
- "ext": "xsc",
1635
- "name": "Visual Studio Dataset Internal Info",
1636
- "mimetype": "application/xml"
1637
- },
1638
- {
1639
- "ext": "xsd",
1640
- "name": "XML Schema Definition",
1641
- "mimetype": "text/xml"
1642
- },
1643
- {
1644
- "ext": "xsl",
1645
- "name": "XML Style Sheet",
1646
- "mimetype": "text/xml"
1647
- },
1648
- {
1649
- "ext": "xslt",
1650
- "name": "XSL Transform",
1651
- "mimetype": "application/xml"
1652
- },
1653
- {
1654
- "ext": "xss",
1655
- "name": "XML Style Sheet",
1656
- "mimetype": "application/xml"
1657
- },
1658
- {
1659
- "ext": "zip",
1660
- "name": "WinZIP Compressed ZIP archive",
1661
- "mimetype": "application/zip"
1
+ const collection = require('./collection')
2
+ const _ = require('lodash')
3
+
4
+ const acFileExtensions = () => {
5
+
6
+ const query = (params) => {
7
+ const ext = _.get(params, 'ext')
8
+ const mimeType = _.get(params, 'mimeType')
9
+
10
+ const fquery = {}
11
+ if (ext) {
12
+ _.set(fquery, 'ext', ext)
13
+ return _.find(collection, fquery)
14
+ }
15
+ if (mimeType) {
16
+ _.set(fquery, 'mimetype', mimeType)
17
+ return _.filter(collection, fquery)
18
+ }
1662
19
  }
1663
- ]
20
+
21
+ const list = () => {
22
+ return collection
23
+ }
24
+
25
+ return {
26
+ query,
27
+ list
28
+ }
29
+ }
30
+
31
+ module.exports = acFileExtensions()