blob: 06fdc73d954bf2a5b736b4d0466d20ab09d9c8e3 [file] [log] [blame]
{
"name": "compression",
"description": "Node.js compression middleware",
"version": "1.6.1",
"contributors": [
{
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
},
{
"name": "Jonathan Ong",
"email": "me@jongleberry.com",
"url": "http://jongleberry.com"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/expressjs/compression.git"
},
"dependencies": {
"accepts": "~1.3.1",
"bytes": "2.2.0",
"compressible": "~2.0.7",
"debug": "~2.2.0",
"on-headers": "~1.0.1",
"vary": "~1.1.0"
},
"devDependencies": {
"istanbul": "0.4.2",
"mocha": "2.3.4",
"supertest": "1.1.0"
},
"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": "3333505901afc9508e026320feffa92d41e7c552",
"bugs": {
"url": "https://github.com/expressjs/compression/issues"
},
"homepage": "https://github.com/expressjs/compression",
"_id": "compression@1.6.1",
"_shasum": "1bf4f96fd72019a3fd11513b4fc4dcd3bd16db55",
"_from": "compression@>=1.6.0 <2.0.0",
"_npmVersion": "1.4.28",
"_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": "fishrock123",
"email": "fishrock123@rocketmail.com"
},
{
"name": "tjholowaychuk",
"email": "tj@vision-media.ca"
},
{
"name": "mscdex",
"email": "mscdex@mscdex.net"
},
{
"name": "defunctzombie",
"email": "shtylman@gmail.com"
}
],
"dist": {
"shasum": "1bf4f96fd72019a3fd11513b4fc4dcd3bd16db55",
"tarball": "http://registry.npmjs.org/compression/-/compression-1.6.1.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/compression/-/compression-1.6.1.tgz",
"readme": "ERROR: No README data found!"
}