{
  "_from": "koa-compress@5.1.0",
  "_id": "koa-compress@5.1.0",
  "_inBundle": false,
  "_integrity": "sha512-G3Ppo9jrUwlchp6qdoRgQNMiGZtM0TAHkxRZQ7EoVvIG8E47J4nAsMJxXHAUQ+0oc7t0MDxSdONWTFcbzX7/Bg==",
  "_location": "/koa-compress",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "koa-compress@5.1.0",
    "name": "koa-compress",
    "escapedName": "koa-compress",
    "rawSpec": "5.1.0",
    "saveSpec": null,
    "fetchSpec": "5.1.0"
  },
  "_requiredBy": [
    "/@strapi/strapi"
  ],
  "_resolved": "https://registry.npmjs.org/koa-compress/-/koa-compress-5.1.0.tgz",
  "_shasum": "7b9fe24f4c1b28d9cae90864597da472c2fcf701",
  "_spec": "koa-compress@5.1.0",
  "_where": "/home/ghf/system/node_modules/@strapi/strapi",
  "author": {
    "name": "Jonathan Ong",
    "email": "me@jongleberry.com",
    "url": "http://jongleberry.com"
  },
  "bugs": {
    "url": "https://github.com/koajs/compress/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "bytes": "^3.0.0",
    "compressible": "^2.0.0",
    "http-errors": "^1.8.0",
    "koa-is-json": "^1.0.0",
    "statuses": "^2.0.1"
  },
  "deprecated": false,
  "description": "Compress middleware for koa",
  "devDependencies": {
    "eslint": "^7.32.0",
    "eslint-config-standard": "^16.0.3",
    "eslint-plugin-import": "^2.24.0",
    "eslint-plugin-node": "^11.0.0",
    "eslint-plugin-promise": "^5.1.0",
    "eslint-plugin-standard": "^5.0.0",
    "jest": "^27.0.6",
    "koa": "^2.13.1",
    "supertest": "^6.1.6"
  },
  "engines": {
    "node": ">= 8.0.0"
  },
  "files": [
    "lib",
    "LICENSE",
    "HISTORY.md"
  ],
  "homepage": "https://github.com/koajs/compress#readme",
  "jest": {
    "testEnvironment": "node"
  },
  "license": "MIT",
  "main": "lib",
  "name": "koa-compress",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/koajs/compress.git"
  },
  "scripts": {
    "eslint": "eslint --ignore-path .gitignore .",
    "test": "jest"
  },
  "version": "5.1.0"
}
