{
  "_args": [
    [
      "decompress-response@6.0.0",
      "D:\\jenkins\\workspace\\xq-web-bpm"
    ]
  ],
  "_from": "decompress-response@6.0.0",
  "_id": "decompress-response@6.0.0",
  "_inBundle": false,
  "_integrity": "sha1-yjh2Et234QS9FthaqwDV7PCcZvw=",
  "_location": "/decompress-response",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "decompress-response@6.0.0",
    "name": "decompress-response",
    "escapedName": "decompress-response",
    "rawSpec": "6.0.0",
    "saveSpec": null,
    "fetchSpec": "6.0.0"
  },
  "_requiredBy": [
    "/got"
  ],
  "_resolved": "https://registry.npm.taobao.org/decompress-response/download/decompress-response-6.0.0.tgz?cache=0&sync_timestamp=1613125479486&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdecompress-response%2Fdownload%2Fdecompress-response-6.0.0.tgz",
  "_spec": "6.0.0",
  "_where": "D:\\jenkins\\workspace\\xq-web-bpm",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "https://sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/decompress-response/issues"
  },
  "dependencies": {
    "mimic-response": "^3.1.0"
  },
  "description": "Decompress a HTTP response if needed",
  "devDependencies": {
    "@types/node": "^14.0.1",
    "ava": "^2.2.0",
    "get-stream": "^5.0.0",
    "pify": "^5.0.0",
    "tsd": "^0.11.0",
    "xo": "^0.30.0"
  },
  "engines": {
    "node": ">=10"
  },
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "funding": "https://github.com/sponsors/sindresorhus",
  "homepage": "https://github.com/sindresorhus/decompress-response#readme",
  "keywords": [
    "decompress",
    "response",
    "http",
    "https",
    "zlib",
    "gzip",
    "zip",
    "deflate",
    "unzip",
    "ungzip",
    "incoming",
    "message",
    "stream",
    "compressed",
    "brotli"
  ],
  "license": "MIT",
  "name": "decompress-response",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/decompress-response.git"
  },
  "scripts": {
    "test": "xo && ava && tsd"
  },
  "version": "6.0.0",
  "xo": {
    "rules": {
      "@typescript-eslint/prefer-readonly-parameter-types": "off"
    }
  }
}
