{"name":"compressible","description":"Compressible Content-Type / mime checking","version":"2.0.5","contributors":[{"name":"Jonathan Ong","email":"me@jongleberry.com","url":"http://jongleberry.com"},{"name":"Jeremiah Senkpiel","email":"fishrock123@rocketmail.com","url":"https://searchbeam.jit.su"}],"license":"MIT","repository":{"type":"git","url":"https://github.com/jshttp/compressible"},"keywords":["compress","gzip","mime","content-type"],"dependencies":{"mime-db":">= 1.16.0 < 2"},"devDependencies":{"istanbul":"0.3.17","mocha":"~1.21.5"},"engines":{"node":">= 0.6"},"files":["HISTORY.md","LICENSE","README.md","index.js"],"scripts":{"test":"mocha --reporter spec --bail --check-leaks test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot --check-leaks"},"readme":"# compressible\n\n[![NPM Version][npm-image]][npm-url]\n[![NPM Downloads][downloads-image]][downloads-url]\n[![Node.js Version][node-version-image]][node-version-url]\n[![Build Status][travis-image]][travis-url]\n[![Test Coverage][coveralls-image]][coveralls-url]\n\nCompressible `Content-Type` / `mime` checking.\n\n### Installation\n\n```bash\n$ npm install compressible\n```\n\n## API\n\n### compressible(type)\n\nChecks if the given content-type is compressible.\n\n```js\nvar compressible = require('compressible')\n\ncompressible('text/html') // => true\ncompressible('image/png') // => false\n```\n\n## [MIT Licensed](LICENSE)\n\n[npm-image]: https://img.shields.io/npm/v/compressible.svg\n[npm-url]: https://npmjs.org/package/compressible\n[node-version-image]: https://img.shields.io/node/v/compressible.svg\n[node-version-url]: http://nodejs.org/download/\n[travis-image]: https://img.shields.io/travis/jshttp/compressible/master.svg\n[travis-url]: https://travis-ci.org/jshttp/compressible\n[coveralls-image]: https://img.shields.io/coveralls/jshttp/compressible/master.svg\n[coveralls-url]: https://coveralls.io/r/jshttp/compressible?branch=master\n[downloads-image]: https://img.shields.io/npm/dm/compressible.svg\n[downloads-url]: https://npmjs.org/package/compressible\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/jshttp/compressible/issues"},"homepage":"https://github.com/jshttp/compressible","_id":"compressible@2.0.5","_shasum":"c7dd0514a7a90c02a3ec9ee0ce14d8650bde9b6f","_from":"https://registry.npmjs.org/compressible/-/compressible-2.0.5.tgz","_resolved":"https://registry.npmjs.org/compressible/-/compressible-2.0.5.tgz"}