{"maintainers":[{"email":"shtylman@gmail.com","name":"defunctzombie"},{"email":"jonathanrichardong@gmail.com","name":"jongleberry"},{"email":"fishrock123@rocketmail.com","name":"fishrock123"},{"email":"federomero@gmail.com","name":"federomero"},{"email":"doug@somethingdoug.com","name":"dougwilson"},{"email":"tj@vision-media.ca","name":"tjholowaychuk"},{"email":"mscdex@mscdex.net","name":"mscdex"}],"keywords":["compress","gzip","mime","content-type"],"dist-tags":{"latest":"2.0.10"},"description":"Compressible Content-Type / mime checking","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```sh\n$ npm install compressible\n```\n\n## API\n\n<!-- eslint-disable no-unused-vars -->\n\n```js\nvar compressible = require('compressible')\n```\n\n### compressible(type)\n\nChecks if the given `Content-Type` is compressible. The `type` argument is expected\nto be a value MIME type or `Content-Type` string, though no validation is performed.\n\nThe MIME is looked up in the [`mime-db`](https://www.npmjs.com/package/mime-db) and\nif there is compressible information in the database entry, that is returned. Otherwise,\nthis module will fallback to `true` for the following types:\n\n  * `text/*`\n  * `*/*+json`\n  * `*/*+text`\n  * `*/*+xml`\n\nIf this module is not sure if a type is specifically compressible or specifically\nuncompressible, `undefined` is returned.\n\n<!-- eslint-disable no-undef -->\n\n```js\ncompressible('text/html') // => true\ncompressible('image/png') // => false\n```\n\n## License\n\n[MIT](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]: https://nodejs.org/en/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","repository":{"type":"git","url":"git+https://github.com/jshttp/compressible.git"},"users":{"fishrock123":true,"crazyjingling":true,"jetthiago":true,"mikestaub":true,"snowdream":true},"bugs":{"url":"https://github.com/jshttp/compressible/issues"},"license":"MIT","versions":{"0.1.0":{"name":"compressible","description":"Compressible mime types","version":"0.1.0","author":{"name":"Jonathan Ong","email":"me@jongleberry.com","url":"http://jongleberry.com"},"license":"MIT","repository":{"type":"git","url":"https://github.com/expressjs/compressible.git"},"bugs":{"url":"https://github.com/expressjs/compressible/issues"},"devDependencies":{"mocha":"*"},"scripts":{"test":"mocha --reporter spec"},"homepage":"https://github.com/expressjs/compressible","_id":"compressible@0.1.0","dist":{"shasum":"87c187cb37ef9f028f7486ef9b0fc3ef02f3eb85","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/compressible/-/compressible-0.1.0.tgz"},"_from":".","_npmVersion":"1.3.21","_npmUser":{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},"maintainers":[{"name":"jongleberry","email":"jonathanrichardong@gmail.com"}],"directories":{}},"0.1.1":{"name":"compressible","description":"Compressible mime types","version":"0.1.1","author":{"name":"Jonathan Ong","email":"me@jongleberry.com","url":"http://jongleberry.com"},"contributors":{"name":"Jeremiah Senkpiel","email":"fishrock123@rocketmail.com","url":"https://searchbeam.jit.su","twitter":"https://twitter.com/fishrock123"},"license":"MIT","repository":{"type":"git","url":"https://github.com/expressjs/compressible.git"},"bugs":{"url":"https://github.com/expressjs/compressible/issues"},"devDependencies":{"mocha":"*"},"scripts":{"test":"mocha --reporter spec"},"homepage":"https://github.com/expressjs/compressible","_id":"compressible@0.1.1","dist":{"shasum":"8e0003ef366d1d52a0300ab351f79df79e574b9f","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/compressible/-/compressible-0.1.1.tgz"},"_from":".","_npmVersion":"1.3.18","_npmUser":{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},"maintainers":[{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"}],"directories":{}},"0.2.0":{"name":"compressible","description":"Compressible Content-Type / mime checking","version":"0.2.0","author":{"name":"Jonathan Ong","email":"me@jongleberry.com","url":"http://jongleberry.com"},"contributors":{"name":"Jeremiah Senkpiel","email":"fishrock123@rocketmail.com","url":"https://searchbeam.jit.su","twitter":"https://twitter.com/fishrock123"},"license":"MIT","repository":{"type":"git","url":"https://github.com/expressjs/compressible.git"},"bugs":{"url":"https://github.com/expressjs/compressible/issues"},"devDependencies":{"mocha":"*"},"scripts":{"test":"mocha --reporter spec"},"_id":"compressible@0.2.0","dist":{"shasum":"1c03ada271f3f4a6cd6306490b0ce3efe47997b5","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/compressible/-/compressible-0.2.0.tgz"},"_from":".","_npmVersion":"1.3.2","_npmUser":{"name":"fishrock123","email":"fishrock123@rocketmail.com"},"maintainers":[{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"}],"directories":{}},"1.0.0":{"name":"compressible","description":"Compressible Content-Type / mime checking","version":"1.0.0","author":{"name":"Jonathan Ong","email":"me@jongleberry.com","url":"http://jongleberry.com"},"contributors":{"name":"Jeremiah Senkpiel","email":"fishrock123@rocketmail.com","url":"https://searchbeam.jit.su","twitter":"https://twitter.com/fishrock123"},"license":"MIT","repository":{"type":"git","url":"https://github.com/expressjs/compressible.git"},"bugs":{"url":"https://github.com/expressjs/compressible/issues"},"keywords":["compress","gzip","mime","content-type"],"devDependencies":{"mocha":"*","benchmark":"*","beautify-benchmark":"~0.2.4","mime":"*"},"scripts":{"test":"mocha --reporter spec","posttest":"mocha --reporter spec bench.js"},"homepage":"https://github.com/expressjs/compressible","_id":"compressible@1.0.0","dist":{"shasum":"f83e49c1cb61421753545125a8011d68b492427d","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/compressible/-/compressible-1.0.0.tgz"},"_from":".","_npmVersion":"1.3.22","_npmUser":{"name":"fishrock123","email":"fishrock123@rocketmail.com"},"maintainers":[{"name":"fishrock123","email":"fishrock123@rocketmail.com"}],"directories":{}},"1.0.1":{"name":"compressible","description":"Compressible Content-Type / mime checking","version":"1.0.1","author":{"name":"Jonathan Ong","email":"me@jongleberry.com","url":"http://jongleberry.com"},"contributors":[{"name":"Jeremiah Senkpiel","email":"fishrock123@rocketmail.com","url":"https://searchbeam.jit.su"}],"license":"MIT","repository":{"type":"git","url":"https://github.com/expressjs/compressible.git"},"bugs":{"url":"https://github.com/expressjs/compressible/issues"},"keywords":["compress","gzip","mime","content-type"],"devDependencies":{"mocha":"*","benchmark":"*","beautify-benchmark":"~0.2.4","mime":"*"},"scripts":{"test":"mocha --reporter spec test/compressible.js","posttest":"mocha --reporter spec test/benchmarks.js"},"homepage":"https://github.com/expressjs/compressible","_id":"compressible@1.0.1","dist":{"shasum":"8ed8224822c60c3c8dabcad34e913ed2952ad170","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/compressible/-/compressible-1.0.1.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"fishrock123","email":"fishrock123@rocketmail.com"},"maintainers":[{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"},{"name":"federomero","email":"federomero@gmail.com"},{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"shtylman","email":"shtylman@gmail.com"}],"directories":{}},"1.1.0":{"name":"compressible","description":"Compressible Content-Type / mime checking","version":"1.1.0","author":{"name":"Jonathan Ong","email":"me@jongleberry.com","url":"http://jongleberry.com"},"contributors":[{"name":"Jeremiah Senkpiel","email":"fishrock123@rocketmail.com","url":"https://searchbeam.jit.su"}],"license":"MIT","repository":{"type":"git","url":"https://github.com/expressjs/compressible.git"},"bugs":{"url":"https://github.com/expressjs/compressible/issues"},"keywords":["compress","gzip","mime","content-type"],"devDependencies":{"mocha":"~1.20.1"},"scripts":{"test":"mocha --reporter spec test/"},"homepage":"https://github.com/expressjs/compressible","_id":"compressible@1.1.0","_shasum":"124d8a7bba18a05a410a2f25bad413b1b94aff67","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"fishrock123","email":"fishrock123@rocketmail.com"},"maintainers":[{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"},{"name":"federomero","email":"federomero@gmail.com"},{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"shtylman","email":"shtylman@gmail.com"},{"name":"mscdex","email":"mscdex@mscdex.net"}],"dist":{"shasum":"124d8a7bba18a05a410a2f25bad413b1b94aff67","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/compressible/-/compressible-1.1.0.tgz"},"directories":{}},"1.1.1":{"name":"compressible","description":"Compressible Content-Type / mime checking","version":"1.1.1","author":{"name":"Jonathan Ong","email":"me@jongleberry.com","url":"http://jongleberry.com"},"contributors":[{"name":"Jeremiah Senkpiel","email":"fishrock123@rocketmail.com","url":"https://searchbeam.jit.su"}],"license":"MIT","repository":{"type":"git","url":"https://github.com/expressjs/compressible.git"},"bugs":{"url":"https://github.com/expressjs/compressible/issues"},"keywords":["compress","gzip","mime","content-type"],"devDependencies":{"mocha":"~1.20.1"},"scripts":{"test":"mocha --reporter spec test/"},"gitHead":"b19369eb9ff35a696a97d14d5fa409521b115a45","homepage":"https://github.com/expressjs/compressible","_id":"compressible@1.1.1","_shasum":"23b71ea90ea6c6a66289701a918182c24d0729ef","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"},{"name":"federomero","email":"federomero@gmail.com"},{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"shtylman","email":"shtylman@gmail.com"},{"name":"mscdex","email":"mscdex@mscdex.net"}],"dist":{"shasum":"23b71ea90ea6c6a66289701a918182c24d0729ef","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/compressible/-/compressible-1.1.1.tgz"},"directories":{}},"2.0.0":{"name":"compressible","description":"Compressible Content-Type / mime checking","version":"2.0.0","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":"git://github.com/jshttp/compressible"},"keywords":["compress","gzip","mime","content-type"],"dependencies":{"mime-db":"~1.0.1"},"devDependencies":{"istanbul":"0","mocha":"~1.20.1"},"engines":{"node":">= 0.6.0"},"files":["LICENSE","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"},"bugs":{"url":"https://github.com/jshttp/compressible/issues"},"homepage":"https://github.com/jshttp/compressible","_id":"compressible@2.0.0","_shasum":"90086ce57102e9e2427ee945a5fb2a98dd51dfb4","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"fishrock123","email":"fishrock123@rocketmail.com"},"maintainers":[{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"},{"name":"federomero","email":"federomero@gmail.com"},{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"shtylman","email":"shtylman@gmail.com"},{"name":"mscdex","email":"mscdex@mscdex.net"}],"dist":{"shasum":"90086ce57102e9e2427ee945a5fb2a98dd51dfb4","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/compressible/-/compressible-2.0.0.tgz"},"directories":{}},"2.0.1":{"name":"compressible","description":"Compressible Content-Type / mime checking","version":"2.0.1","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":"git://github.com/jshttp/compressible"},"keywords":["compress","gzip","mime","content-type"],"dependencies":{"mime-db":"1.x"},"devDependencies":{"istanbul":"0","mocha":"~1.20.1"},"engines":{"node":">= 0.6.0"},"files":["LICENSE","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"},"bugs":{"url":"https://github.com/jshttp/compressible/issues"},"homepage":"https://github.com/jshttp/compressible","_id":"compressible@2.0.1","_shasum":"3550115793eb3435f7eb16775afe05df1a333ebc","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"fishrock123","email":"fishrock123@rocketmail.com"},"maintainers":[{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"},{"name":"federomero","email":"federomero@gmail.com"},{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"shtylman","email":"shtylman@gmail.com"},{"name":"mscdex","email":"mscdex@mscdex.net"}],"dist":{"shasum":"3550115793eb3435f7eb16775afe05df1a333ebc","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/compressible/-/compressible-2.0.1.tgz"},"directories":{}},"2.0.2":{"name":"compressible","description":"Compressible Content-Type / mime checking","version":"2.0.2","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.1.2 < 2"},"devDependencies":{"istanbul":"0.3.5","mocha":"~1.21.5"},"engines":{"node":">= 0.6.0"},"files":["LICENSE","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"},"gitHead":"06e9d6810e86e70dfc17c9805eeecf8b2fa995b5","bugs":{"url":"https://github.com/jshttp/compressible/issues"},"homepage":"https://github.com/jshttp/compressible","_id":"compressible@2.0.2","_shasum":"d0474a6ba6590a43d39c2ce9a6cfbb6479be76a5","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"},{"name":"federomero","email":"federomero@gmail.com"},{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"shtylman","email":"shtylman@gmail.com"},{"name":"mscdex","email":"mscdex@mscdex.net"}],"dist":{"shasum":"d0474a6ba6590a43d39c2ce9a6cfbb6479be76a5","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/compressible/-/compressible-2.0.2.tgz"},"directories":{}},"2.0.3":{"name":"compressible","description":"Compressible Content-Type / mime checking","version":"2.0.3","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.13.0 < 2"},"devDependencies":{"istanbul":"0.3.14","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"},"gitHead":"9205c624b9bb54b16a5692fe7002e58d29f40911","bugs":{"url":"https://github.com/jshttp/compressible/issues"},"homepage":"https://github.com/jshttp/compressible","_id":"compressible@2.0.3","_shasum":"046fe398c1c32ae5af1f4a601cf9ae4632bf2b78","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"},{"name":"federomero","email":"federomero@gmail.com"},{"name":"mscdex","email":"mscdex@mscdex.net"},{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"defunctzombie","email":"shtylman@gmail.com"}],"dist":{"shasum":"046fe398c1c32ae5af1f4a601cf9ae4632bf2b78","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/compressible/-/compressible-2.0.3.tgz"},"directories":{}},"2.0.4":{"name":"compressible","description":"Compressible Content-Type / mime checking","version":"2.0.4","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.14.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"},"gitHead":"cc2e4730900c4da07190c9bf6b44391baeeb9ea7","bugs":{"url":"https://github.com/jshttp/compressible/issues"},"homepage":"https://github.com/jshttp/compressible","_id":"compressible@2.0.4","_shasum":"4d8099e88afd0ffbf7c78fd16991d9ac060a94f6","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"},{"name":"federomero","email":"federomero@gmail.com"},{"name":"mscdex","email":"mscdex@mscdex.net"},{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"defunctzombie","email":"shtylman@gmail.com"}],"dist":{"shasum":"4d8099e88afd0ffbf7c78fd16991d9ac060a94f6","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/compressible/-/compressible-2.0.4.tgz"},"directories":{}},"2.0.5":{"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"},"gitHead":"4604137fbf5a038cb4bd21898f9fe342809d84f1","bugs":{"url":"https://github.com/jshttp/compressible/issues"},"homepage":"https://github.com/jshttp/compressible","_id":"compressible@2.0.5","_shasum":"c7dd0514a7a90c02a3ec9ee0ce14d8650bde9b6f","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"},{"name":"federomero","email":"federomero@gmail.com"},{"name":"mscdex","email":"mscdex@mscdex.net"},{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"defunctzombie","email":"shtylman@gmail.com"}],"dist":{"shasum":"c7dd0514a7a90c02a3ec9ee0ce14d8650bde9b6f","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/compressible/-/compressible-2.0.5.tgz"},"directories":{}},"2.0.6":{"name":"compressible","description":"Compressible Content-Type / mime checking","version":"2.0.6","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.19.0 < 2"},"devDependencies":{"istanbul":"0.3.21","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"},"gitHead":"74899bfd08b273950fa0a942ae1d1d64e2716bd4","bugs":{"url":"https://github.com/jshttp/compressible/issues"},"homepage":"https://github.com/jshttp/compressible","_id":"compressible@2.0.6","_shasum":"9e4aa9321ffcf9cc4d81954f7aafa9f35767d5ea","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"},{"name":"federomero","email":"federomero@gmail.com"},{"name":"mscdex","email":"mscdex@mscdex.net"},{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"defunctzombie","email":"shtylman@gmail.com"}],"dist":{"shasum":"9e4aa9321ffcf9cc4d81954f7aafa9f35767d5ea","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/compressible/-/compressible-2.0.6.tgz"},"directories":{}},"2.0.7":{"name":"compressible","description":"Compressible Content-Type / mime checking","version":"2.0.7","contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},{"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.21.0 < 2"},"devDependencies":{"istanbul":"0.4.2","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"},"gitHead":"c12994fff506aa15af676c59a4117c0e09c0ae65","bugs":{"url":"https://github.com/jshttp/compressible/issues"},"homepage":"https://github.com/jshttp/compressible","_id":"compressible@2.0.7","_shasum":"2058c52722fd3f1538a4f22ab14d0635904d19ae","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"},{"name":"federomero","email":"federomero@gmail.com"},{"name":"mscdex","email":"mscdex@mscdex.net"},{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"defunctzombie","email":"shtylman@gmail.com"}],"dist":{"shasum":"2058c52722fd3f1538a4f22ab14d0635904d19ae","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/compressible/-/compressible-2.0.7.tgz"},"directories":{}},"2.0.8":{"name":"compressible","description":"Compressible Content-Type / mime checking","version":"2.0.8","contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},{"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.23.0 < 2"},"devDependencies":{"eslint":"2.9.0","eslint-config-standard":"5.3.1","eslint-plugin-promise":"1.1.0","eslint-plugin-standard":"1.3.2","istanbul":"0.4.3","mocha":"~1.21.5"},"engines":{"node":">= 0.6"},"files":["HISTORY.md","LICENSE","README.md","index.js"],"scripts":{"lint":"eslint **/*.js","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"},"gitHead":"b696fa801bf93ffff41a3854cedd6f2ce86b0124","bugs":{"url":"https://github.com/jshttp/compressible/issues"},"homepage":"https://github.com/jshttp/compressible","_id":"compressible@2.0.8","_shasum":"7162e6c46d3b9d200ffb45cb4e4a0f7832732503","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"defunctzombie","email":"shtylman@gmail.com"},{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"federomero","email":"federomero@gmail.com"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"},{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"mscdex","email":"mscdex@mscdex.net"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"dist":{"shasum":"7162e6c46d3b9d200ffb45cb4e4a0f7832732503","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/compressible/-/compressible-2.0.8.tgz"},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/compressible-2.0.8.tgz_1463066991355_0.24597734049893916"},"directories":{}},"2.0.9":{"name":"compressible","description":"Compressible Content-Type / mime checking","version":"2.0.9","contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},{"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.24.0 < 2"},"devDependencies":{"eslint":"3.9.1","eslint-config-standard":"6.2.1","eslint-plugin-promise":"3.3.0","eslint-plugin-standard":"2.0.1","istanbul":"0.4.5","mocha":"~1.21.5"},"engines":{"node":">= 0.6"},"files":["HISTORY.md","LICENSE","README.md","index.js"],"scripts":{"lint":"eslint .","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"},"gitHead":"9e750e00d459f01b9a16df504f87ad829bf2a518","bugs":{"url":"https://github.com/jshttp/compressible/issues"},"homepage":"https://github.com/jshttp/compressible","_id":"compressible@2.0.9","_shasum":"6daab4e2b599c2770dd9e21e7a891b1c5a755425","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"defunctzombie","email":"shtylman@gmail.com"},{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"federomero","email":"federomero@gmail.com"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"},{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"mscdex","email":"mscdex@mscdex.net"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"dist":{"shasum":"6daab4e2b599c2770dd9e21e7a891b1c5a755425","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/compressible/-/compressible-2.0.9.tgz"},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/compressible-2.0.9.tgz_1477956262136_0.9366124230436981"},"directories":{}},"2.0.10":{"name":"compressible","description":"Compressible Content-Type / mime checking","version":"2.0.10","contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},{"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":"git+https://github.com/jshttp/compressible.git"},"keywords":["compress","gzip","mime","content-type"],"dependencies":{"mime-db":">= 1.27.0 < 2"},"devDependencies":{"eslint":"3.18.0","eslint-config-standard":"7.1.0","eslint-plugin-markdown":"1.0.0-beta.4","eslint-plugin-promise":"3.5.0","eslint-plugin-standard":"2.1.1","istanbul":"0.4.5","mocha":"~1.21.5"},"engines":{"node":">= 0.6"},"files":["HISTORY.md","LICENSE","README.md","index.js"],"scripts":{"lint":"eslint --plugin markdown --ext js,md .","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"},"gitHead":"235bc74b36aa7fe854df88ce2c68242c0a4ca938","bugs":{"url":"https://github.com/jshttp/compressible/issues"},"homepage":"https://github.com/jshttp/compressible#readme","_id":"compressible@2.0.10","_shasum":"feda1c7f7617912732b29bf8cf26252a20b9eecd","_from":".","_npmVersion":"2.15.11","_nodeVersion":"4.7.3","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"dist":{"shasum":"feda1c7f7617912732b29bf8cf26252a20b9eecd","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/compressible/-/compressible-2.0.10.tgz"},"maintainers":[{"name":"defunctzombie","email":"shtylman@gmail.com"},{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"federomero","email":"federomero@gmail.com"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"},{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"mscdex","email":"mscdex@mscdex.net"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/compressible-2.0.10.tgz_1490330888540_0.3248714415822178"},"directories":{}}},"name":"compressible","contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},{"name":"Jonathan Ong","email":"me@jongleberry.com","url":"http://jongleberry.com"},{"name":"Jeremiah Senkpiel","email":"fishrock123@rocketmail.com","url":"https://searchbeam.jit.su"}],"time":{"modified":"2017-06-14T14:03:39.880Z","created":"2013-12-19T00:48:45.488Z","0.1.0":"2013-12-19T00:48:45.488Z","0.1.1":"2013-12-19T03:23:42.219Z","0.2.0":"2013-12-23T18:06:22.278Z","1.0.0":"2014-01-01T17:33:03.131Z","1.0.1":"2014-03-21T21:08:07.838Z","1.1.0":"2014-06-04T15:01:31.603Z","1.1.1":"2014-08-06T03:48:29.898Z","2.0.0":"2014-09-02T17:54:09.232Z","2.0.1":"2014-10-04T17:33:56.762Z","2.0.2":"2015-02-01T06:59:18.255Z","2.0.3":"2015-06-08T20:45:51.957Z","2.0.4":"2015-07-02T00:37:02.596Z","2.0.5":"2015-07-31T01:42:33.086Z","2.0.6":"2015-09-30T01:58:52.816Z","2.0.7":"2016-01-19T00:16:42.883Z","2.0.8":"2016-05-12T15:29:53.063Z","2.0.9":"2016-10-31T23:24:22.675Z","2.0.10":"2017-03-24T04:48:10.529Z"},"readmeFilename":"README.md","homepage":"https://github.com/jshttp/compressible#readme"}