Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

skava / one-express-compression   js

Repository URL to install this package:

Version: 2.2.0 

/ package.json

{
  "name": "one-express-compression",
  "description": "shrink-ray-current fork +brotli -zopli",
  "version": "2.2.0",
  "contributors": [
    "Arturas Molcanovas <a.molcanovas@gmail.com> (https://alorel.github.io)",
    "Douglas Christopher Wilson <doug@somethingdoug.com>",
    "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)",
    "Sasha Aickin"
  ],
  "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"
  ],
  "scripts": {
    "prepublish": "make publish"
  },
  "dependencies": {
    "@types/express": "4.16.0",
    "@types/iltorb": "2.3.0",
    "@types/node": "10.12.0",
    "@types/jest": "23.3.5",

    "accepts": "^1.3.0",
    "bytes": "^3.0.0",
    "compressible": "^2.0.15",
    "debug": "^4.0.0",
    "iltorb": "^2.4.0",
    "lru-cache": "^4.1.3",
    "multipipe": "^2.0.3",
    "on-headers": "^1.0.0",
    "stream-buffers": "^3.0.2",
    "vary": "^1.1.0"
  },
  "devDependencies": {
    "jest": "23.6.0",
    "typescript": "3.1.3",
    "tslint": "5.11.0",
    "@skava/typings": "^1.3.1",
    "@skava/tslint": "^1.3.1",
    "@skava/tests": "^2.0.0",
    "supertest": "^3.0.0",
    "@types/supertest": "2.0.6"
  },
  "engines": {
    "node": ">=6.0"
  },
  "scripts": {
    "reinstall": "rm -rf node_modules package-lock.json && npm install",
    "test": "nyc mocha --check-leaks --bail",
    "version-readme": "node ./prepublish.js"
  }
}