Name: js-handler/node_modules/restify/node_modules/mime/types/node.types
| 1: | # What: WebVTT |
| 2: | # Why: To allow formats intended for marking up external text track resources. |
| 3: | # http://dev.w3.org/html5/webvtt/ |
| 4: | # Added by: niftylettuce |
| 5: | text/vtt vtt |
| 6: | |
| 7: | # What: Google Chrome Extension |
| 8: | # Why: To allow apps to (work) be served with the right content type header. |
| 9: | # http://codereview.chromium.org/2830017 |
| 10: | # Added by: niftylettuce |
| 11: | application/x-chrome-extension crx |
| 12: | |
| 13: | # What: HTC support |
| 14: | # Why: To properly render .htc files such as CSS3PIE |
| 15: | # Added by: niftylettuce |
| 16: | text/x-component htc |
| 17: | |
| 18: | # What: HTML5 application cache manifest |
| 19: | # Why: De-facto standard. Required by Mozilla browser when serving HTML5 apps |
| 20: | # per https://developer.mozilla.org/en/offline_resources_in_firefox |
| 21: | # Added by: louisremi |
| 22: | text/cache-manifest appcache manifest |
| 23: | |
| 24: | # What: node binary buffer format |
| 25: | # Why: semi-standard extension w/in the node community |
| 26: | # Added by: tootallnate |
| 27: | application/octet-stream buffer |
| 28: | |
| 29: | # What: The "protected" MP-4 formats used by iTunes. |
| 30: | # Why: Required for streaming music to browsers (?) |
| 31: | # Added by: broofa |
| 32: | application/mp4 m4p |
| 33: | audio/mp4 m4a |
| 34: | |
| 35: | # What: Video format, Part of RFC1890 |
| 36: | # Why: See https://github.com/bentomas/node-mime/pull/6 |
| 37: | # Added by: mjrusso |
| 38: | video/MP2T ts |
| 39: | |
| 40: | # What: EventSource mime type |
| 41: | # Why: mime type of Server-Sent Events stream |
| 42: | # http://www.w3.org/TR/eventsource/#text-event-stream |
| 43: | # Added by: francois2metz |
| 44: | text/event-stream event-stream |
| 45: | |
| 46: | # What: Mozilla App manifest mime type |
| 47: | # Why: https://developer.mozilla.org/en/Apps/Manifest#Serving_manifests |
| 48: | # Added by: ednapiranha |
| 49: | application/x-web-app-manifest+json webapp |
| 50: | |
| 51: | # What: Lua file types |
| 52: | # Why: Googling around shows de-facto consensus on these |
| 53: | # Added by: creationix (Issue #45) |
| 54: | text/x-lua lua |
| 55: | application/x-lua-bytecode luac |
| 56: | |
| 57: | # What: Markdown files, as per http://daringfireball.net/projects/markdown/syntax |
| 58: | # Why: http://stackoverflow.com/questions/10701983/what-is-the-mime-type-for-markdown |
| 59: | # Added by: avoidwork |
| 60: | text/x-markdown markdown md mkd |
