{ "name": "compressible", "description": "Compressible Content-Type / mime checking", "version": "2.0.15", "contributors": [ "Douglas Christopher Wilson ", "Jonathan Ong (http://jongleberry.com)", "Jeremiah Senkpiel (https://searchbeam.jit.su)" ], "license": "MIT", "repository": "jshttp/compressible", "keywords": [ "compress", "gzip", "mime", "content-type" ], "dependencies": { "mime-db": ">= 1.36.0 < 2" }, "devDependencies": { "eslint": "5.5.0", "eslint-config-standard": "12.0.0", "eslint-plugin-import": "2.14.0", "eslint-plugin-markdown": "1.0.0-beta.6", "eslint-plugin-node": "7.0.1", "eslint-plugin-promise": "4.0.1", "eslint-plugin-standard": "4.0.0", "mocha": "5.2.0", "nyc": "13.1.0" }, "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": "nyc --reporter=html --reporter=text npm test", "test-travis": "nyc --reporter=text npm test" } }