{ "name": "compression", "description": "Compression middleware for connect and node.js", "version": "1.1.2", "author": { "name": "Jonathan Ong", "email": "me@jongleberry.com", "url": "http://jongleberry.com" }, "contributors": [ { "name": "Douglas Christopher Wilson", "email": "doug@somethingdoug.com" } ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/expressjs/compression" }, "dependencies": { "accepts": "~1.1.2", "bytes": "1.0.0", "compressible": "~2.0.1", "debug": "~2.0.0", "on-headers": "~1.0.0", "vary": "~1.0.0" }, "devDependencies": { "istanbul": "0.3.2", "mocha": "~1.21.5", "supertest": "~0.14.0", "should": "~4.0.1" }, "files": [ "LICENSE", "HISTORY.md", "index.js" ], "engines": { "node": ">= 0.8.0" }, "scripts": { "test": "mocha --check-leaks --reporter spec --bail", "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot", "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec" }, "gitHead": "b4e98249dfbc3058e3dff8021349dd0c59cb72d9", "bugs": { "url": "https://github.com/expressjs/compression/issues" }, "homepage": "https://github.com/expressjs/compression", "_id": "compression@1.1.2", "_shasum": "f93fb7fcdb3573ec4c7d5398984caae230e2a8d7", "_from": "compression@>=1.1.2 <1.2.0", "_npmVersion": "1.4.21", "_npmUser": { "name": "dougwilson", "email": "doug@somethingdoug.com" }, "maintainers": [ { "name": "jongleberry", "email": "jonathanrichardong@gmail.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" }, { "name": "fishrock123", "email": "fishrock123@rocketmail.com" } ], "dist": { "shasum": "f93fb7fcdb3573ec4c7d5398984caae230e2a8d7", "tarball": "http://registry.npmjs.org/compression/-/compression-1.1.2.tgz" }, "directories": {}, "_resolved": "https://registry.npmjs.org/compression/-/compression-1.1.2.tgz" }