tree: 4bdec901f11382bc7cecec8163e5c340827cebac [path history] [tgz]
  1. index.js
  2. license
  3. package.json
  4. readme.md
node_modules/ext-list/readme.md

ext-list Build Status

Return a list of known file extensions and their MIME types

Install

$ npm install --save ext-list

Usage

const extList = require('ext-list');

extList();
//=> {'123': 'application/vnd.lotus-1-2-3', ez: 'application/andrew-inset', aw: 'application/applixware', ...}

License

MIT © Kevin Mårtensson