UNPKG

compressible

Version:

Compressible Content-Type / mime checking

39 lines (38 loc) 977 B
{ "name": "compressible", "description": "Compressible Content-Type / mime checking", "version": "2.0.5", "contributors": [ "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)", "Jeremiah Senkpiel <fishrock123@rocketmail.com> (https://searchbeam.jit.su)" ], "license": "MIT", "repository": "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" } }