UNPKG

data-provider-temporary

Version:

Library that helps with server-to-client synchronization of data

48 lines (47 loc) 1.25 kB
{ "name": "compressible", "description": "Compressible Content-Type / mime checking", "version": "2.0.12", "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.30.0 < 2" }, "devDependencies": { "eslint": "3.19.0", "eslint-config-standard": "10.2.1", "eslint-plugin-import": "2.7.0", "eslint-plugin-markdown": "1.0.0-beta.6", "eslint-plugin-node": "5.2.0", "eslint-plugin-promise": "3.6.0", "eslint-plugin-standard": "3.0.1", "mocha": "~1.21.5", "nyc": "11.2.1" }, "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" } }