Skip to content

An object mapping ~300 standard mime types to ~400 extensions.

License

Notifications You must be signed in to change notification settings

fabiospampinato/mime-standard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mime Standard

An object mapping ~300 standard mime types to ~400 extensions.

This module basically just exports the content of this file.

Install

npm install --save mime-standard

Usage

import mime from 'mime-standard';

console.log ( mime );

/*
{
  "application/andrew-inset": ["ez"],
  "application/applixware": ["aw"],
  "application/atom+xml": ["atom"],
  ...and so on...
}
*/

License

MIT © Fabio Spampinato

About

An object mapping ~300 standard mime types to ~400 extensions.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published