UNPKG

1.56 kBJSONView Raw
1{
2 ".htm": "text/html; charset=UTF-8",
3 ".html": "text/html; charset=UTF-8",
4 ".xhtml": "text/html; charset=UTF-8",
5 ".xml": "application/xml; charset=UTF-8",
6 ".js": "text/javascript; charset=UTF-8",
7 ".json": "application/json; charset=UTF-8",
8 ".css": "text/css; charset=UTF-8",
9 ".txt": "text/plain; charset=UTF-8",
10 ".c": "text/plain; charset=UTF-8",
11 ".h": "text/plain; charset=UTF-8",
12 ".cpp": "text/plain; charset=UTF-8",
13 ".cc": "text/plain; charset=UTF-8",
14 ".cxx": "text/plain; charset=UTF-8",
15 ".hpp": "text/plain; charset=UTF-8",
16 ".go": "text/plain; charset=UTF-8",
17 ".kt": "text/plain; charset=UTF-8",
18 ".coffee": "text/plain; charset=UTF-8",
19 ".cl": "text/plain; charset=UTF-8",
20 ".java": "text/plain; charset=UTF-8",
21 ".python": "text/plain; charset=UTF-8",
22 ".el": "text/plain; charset=UTF-8",
23 ".sh": "text/plain; charset=UTF-8",
24 ".lua": "text/plain; charset=UTF-8",
25 ".asm": "text/plain; charset=UTF-8",
26 ".glsl": "text/plain; charset=UTF-8",
27 ".vim": "text/plain; charset=UTF-8",
28 ".vala": "text/plain; charset=UTF-8",
29 ".manifest": "text/cache-manifest; charset=UTF-8",
30 ".bmp": "image/bmp",
31 ".gif": "image/gif",
32 ".ico": "image/x-icon",
33 ".jpg": "image/jpeg",
34 ".jpeg": "image/jpeg",
35 ".mp4": "video/mpeg4",
36 ".pdf": "application/pdf",
37 ".png": "image/png",
38 ".torrent": "application/x-bittorrent",
39 ".wav": "audio/wav",
40 ".wmv": "video/x-ms-wmv",
41 ".avi": "video/avi",
42 ".midi": "audio/mid",
43 ".mp3": "audio/mp3",
44 ".webp": "image/webp",
45 ".ogg": "audio/ogg",
46 ".webm": "video/webm"
47}