UNPKG

shrink-ray-current

Version:

Node.js compression middleware with brotli and zopfli support

79 lines (78 loc) 2.12 kB
{ "name": "shrink-ray-current", "description": "Node.js compression middleware with brotli and zopfli support", "version": "4.1.3", "contributors": [ "Arturas Molcanovas <a.molcanovas@gmail.com> (https://github.com/Alorel)", "CodeIter (https://github.com/CodeIter)", "Douglas Christopher Wilson <doug@somethingdoug.com>", "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)", "Scott Davis (https://github.com/scttdavs)", "Sasha Aickin", "James Zetlen (https://github.com/zetlen)" ], "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/Alorel/shrink-ray.git" }, "bugs": { "url": "https://github.com/Alorel/shrink-ray/issues" }, "keywords": [ "compression", "gzip", "deflate", "brotli", "zopfli", "middleware", "express", "connect", "compress", "content-encoding" ], "dependencies": { "@types/express": "*", "@types/iltorb": "*", "@types/node": ">=14.14.37", "accepts": "^1.3.0", "bytes": "^3.0.0", "compressible": "^2.0.18", "debug": "^4.3.1", "lru-cache": "^6.0.0", "multipipe": "^4.0.0", "on-headers": "^1.0.0", "stream-buffers": "^3.0.0", "vary": "^1.1.0" }, "devDependencies": { "@alorel-personal/conventional-changelog-alorel": "^2.1.3", "@semantic-release/changelog": "^5.0.1", "@semantic-release/git": "^9.0.0", "@semantic-release/github": "^7.1.1", "@semantic-release/npm": "^7.0.6", "coveralls": "^3.1.0", "doctoc": "^2.0.0", "expect": "^26.6.2", "iltorb": "^2.4.5", "mocha": "^8.3.2", "node-zopfli-es": "^1.0.7", "nyc": "^15.1.0", "proxyquire": "^2.1.0", "semantic-release": "^17.4.2", "supertest": "^6.1.3" }, "peerDependencies": { "iltorb": "^2.0.0", "node-zopfli-es": "^1.0.3" }, "engines": { "node": ">=8.0" }, "scripts": { "reinstall": "rm -rf node_modules package-lock.json && npm install", "release": "semantic-release", "test": "nyc mocha --check-leaks --bail", "doctoc": "doctoc --github README.md" } }