{"_id":"set-type","_rev":"244226","name":"set-type","description":"DEPRECATED - Please use mime-types instead.","dist-tags":{"latest":"1.0.1"},"maintainers":[{"name":"fishrock123","email":"fishrock123@rocketmail.com"}],"time":{"modified":"2021-06-03T16:01:33.000Z","created":"2014-04-27T08:47:48.758Z","1.0.1":"2014-05-13T17:48:11.887Z","1.0.0":"2014-04-27T08:47:48.758Z"},"users":{},"author":{"name":"Jonathan Ong","email":"me@jongleberry.com","url":"http://jongleberry.com"},"repository":{"type":"git","url":"git://github.com/expressjs/set-type"},"versions":{"1.0.1":{"name":"set-type","description":"DEPRECATED - Please use mime-types instead.","version":"1.0.1","author":{"name":"Jonathan Ong","email":"me@jongleberry.com","url":"http://jongleberry.com"},"license":"MIT","repository":{"type":"git","url":"git://github.com/expressjs/set-type"},"dependencies":{"mime":"1"},"devDependencies":{"mocha":"1"},"scripts":{"test":"mocha --reporter spec --bail"},"bugs":{"url":"https://github.com/expressjs/set-type/issues"},"homepage":"https://github.com/expressjs/set-type","_id":"set-type@1.0.1","_shasum":"d365dc070deb9d8b9ed2d240f3f6ace01a88280d","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"fishrock123","email":"fishrock123@rocketmail.com"},"maintainers":[{"name":"fishrock123","email":"fishrock123@rocketmail.com"}],"dist":{"shasum":"d365dc070deb9d8b9ed2d240f3f6ace01a88280d","size":1889,"noattachment":false,"key":"/set-type/-/set-type-1.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/set-type/download/set-type-1.0.1.tgz"},"directories":{},"publish_time":1400003291887,"_hasShrinkwrap":false,"_cnpm_publish_time":1400003291887},"1.0.0":{"name":"set-type","description":"set well-formatted content-type headers","version":"1.0.0","author":{"name":"Jonathan Ong","email":"me@jongleberry.com","url":"http://jongleberry.com"},"license":"MIT","repository":{"type":"git","url":"git://github.com/expressjs/set-type"},"dependencies":{"mime":"1"},"devDependencies":{"mocha":"1"},"scripts":{"test":"mocha --reporter spec --bail"},"bugs":{"url":"https://github.com/expressjs/set-type/issues"},"homepage":"https://github.com/expressjs/set-type","_id":"set-type@1.0.0","dist":{"shasum":"741a151158a626b8bfbbc92b948f253279aaae8b","size":1848,"noattachment":false,"key":"/set-type/-/set-type-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/set-type/download/set-type-1.0.0.tgz"},"_from":".","_npmVersion":"1.4.6","_npmUser":{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},"maintainers":[{"name":"fishrock123","email":"fishrock123@rocketmail.com"}],"directories":{},"publish_time":1398588468758,"_cnpm_publish_time":1398588468758,"_hasShrinkwrap":false}},"readme":"\nDEPRECATED - Please use [mime-types](https://github.com/expressjs/mime-types) instead.\n\n# Set Type\n\nReturn a well-formatted content type header given an extension.\n\n```js\nvar set = require('set-type')\n\napp.use(function (req, res) {\n  res.setHeader('Content-Type', set('html'))\n  // => text/html; charset=utf-8\n})\n```\n","_attachments":{},"homepage":"https://github.com/expressjs/set-type","bugs":{"url":"https://github.com/expressjs/set-type/issues"},"license":"MIT"}