{"_id":"mime-names","_rev":"3-19bc9c59ab7a99a5f765f8d869d55fad","name":"mime-names","description":"Media Type Names Database","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"mime-names","description":"Media Type Names Database","version":"1.0.0","contributors":[{"name":"Tom Moor","email":"tom.moor@gmail.com"}],"license":"MIT","keywords":["mime","db","names","type","types","database"],"repository":{"type":"git","url":"git+https://github.com/tommoor/mime-names.git"},"bugs":{"url":"https://github.com/tommoor/mime-names/issues"},"homepage":"https://github.com/tommoor/mime-names#readme","_id":"mime-names@1.0.0","scripts":{},"_shasum":"9a9a05b758e2cd234eedcf33db639b894be858e4","_from":".","_npmVersion":"3.8.9","_nodeVersion":"5.6.0","_npmUser":{"name":"tommoor","email":"tom.moor@gmail.com"},"dist":{"shasum":"9a9a05b758e2cd234eedcf33db639b894be858e4","tarball":"https://registry.npmjs.org/mime-names/-/mime-names-1.0.0.tgz","integrity":"sha512-vLNEfYU63fz34panv/L3Lh3eW3+v0BlOB+bSGFdntv/gBNnokCbSsaNuHR9vH/NS5oWbL0HqMQf/3we4fRJyIQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFJhMmjCOcMzFDohhthjHMrETKGPjI9i/7mQC24/ylhCAiEAkS0kOMJ+bvr+juzCOuO+Spkw1ej193eEVSZrRTiimAY="}]},"maintainers":[{"name":"tommoor","email":"tom.moor@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/mime-names-1.0.0.tgz_1476040715331_0.8827447919175029"}}},"readme":"# mime-names\n\nThis is a database of mime names keyed by mime types. It was created to use alongside\nhttps://github.com/jshttp/mime-db and as such mirrors the structure of the project.\n\nIt does **not** try to be all encompassing and instead includes the most popular file formats,\nyour code should gracefully handle a mime type not existing in this database.\n\n\n## Installation\n\n```bash\nnpm install mime-names\n```\n\n## Usage\n\n```js\nvar db = require('mime-names');\n\nvar data = db['application/javascript'];\nconsole.log(data.name);\n```\n\n## Contributing\n\nHappily accepting PR's which add new types and names, particularly those listed in `mime-db`\n\n\n## Data Structure\n\nThe JSON file is a map lookup for lowercased mime types.\nEach mime type has the following properties:\n\n- `.name` - a human readable description of the file type\n- `.extensions[]` - known extensions associated with this mime type.\n","maintainers":[{"name":"tommoor","email":"tom.moor@gmail.com"}],"time":{"modified":"2022-06-19T19:55:21.292Z","created":"2016-10-09T19:18:35.988Z","1.0.0":"2016-10-09T19:18:35.988Z"},"homepage":"https://github.com/tommoor/mime-names#readme","keywords":["mime","db","names","type","types","database"],"repository":{"type":"git","url":"git+https://github.com/tommoor/mime-names.git"},"contributors":[{"name":"Tom Moor","email":"tom.moor@gmail.com"}],"bugs":{"url":"https://github.com/tommoor/mime-names/issues"},"license":"MIT","readmeFilename":"README.md"}