NaturalIntelligence/Stubmatic

View on GitHub
lib/fileExtentionMapping.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
    "application/fsharp-script": ".fsx",
    "application/msaccess": ".adp",
    "application/msword": ".doc",
    "application/octet-stream": ".bin",
    "application/onenote": ".one",
    "application/postscript": ".eps",
    "application/step": ".step",
    "application/vnd.ms-excel": ".xls",
    "application/vnd.ms-powerpoint": ".ppt",
    "application/vnd.ms-works": ".wks",
    "application/vnd.visio": ".vsd",
    "application/x-director": ".dir",
    "application/x-shockwave-flash": ".swf",
    "application/x-x509-ca-cert": ".cer",
    "application/x-zip-compressed": ".zip",
    "application/xhtml+xml": ".xhtml",
    "application/xml": ".xml",
    "application/json": ".json",
    "application/pdf": ".pdf",
    "audio/aac": ".AAC",
    "audio/aiff": ".aiff",
    "audio/basic": ".snd",
    "audio/mid": ".midi",
    "audio/wav": ".wav",
    "audio/x-m4a": ".m4a",
    "audio/x-mpegurl": ".m3u",
    "audio/x-pn-realaudio": ".ra",
    "audio/x-smd": ".smd",
    "image/bmp": ".bmp",
    "image/jpeg": ".jpg",
    "image/pict": ".pic",
    "image/png": ".png",
    "image/tiff": ".tiff",
    "image/x-macpaint": ".mac",
    "image/x-quicktime": ".qti",
    "image/x-icon": ".icon",
    "message/rfc822": ".eml",
    "text/html": ".html",
    "text/plain": ".txt",
    "text/scriptlet": ".wsc",
    "text/xml": ".xml",
    "video/3gpp": ".3gp",
    "video/3gpp2": ".3gp2",
    "video/mp4": ".mp4",
    "video/mpeg": ".mpg",
    "video/quicktime": ".mov",
    "video/vnd.dlna.mpeg-tts": ".m2t",
    "video/x-dv": ".dv",
    "video/x-la-asf": ".lsf",
    "video/x-ms-asf": ".asf",
    "x-world/x-vrml": ".xof",
}