Sha256: d55736c6749287bf9c5dfa6ddfa0fff08360ef08db2f77b07053b378a86566a7
Contents?: true
Size: 1.28 KB
Versions: 16
Compression:
Stored size: 1.28 KB
Contents
{ "name": "compressible", "description": "Compressible Content-Type / mime checking", "version": "2.0.17", "contributors": [ "Douglas Christopher Wilson <doug@somethingdoug.com>", "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.40.0 < 2" }, "devDependencies": { "eslint": "5.15.2", "eslint-config-standard": "12.0.0", "eslint-plugin-import": "2.16.0", "eslint-plugin-markdown": "1.0.0", "eslint-plugin-node": "8.0.1", "eslint-plugin-promise": "4.0.1", "eslint-plugin-standard": "4.0.0", "mocha": "6.1.4", "nyc": "14.0.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", "version": "node scripts/version-history.js && git add HISTORY.md" } }
Version data entries
16 entries across 16 versions & 3 rubygems