{ "_from": "compression@^1.7.4", "_id": "compression@1.7.5", "_inBundle": false, "_integrity": "sha512-bQJ0YRck5ak3LgtnpKkiabX5pNF7tMUh1BSy2ZBOTh0Dim0BUu6aPPwByIns6/A5Prh8PufSPerMDUklpzes2Q==", "_location": "/compression", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "compression@^1.7.4", "name": "compression", "escapedName": "compression", "rawSpec": "^1.7.4", "saveSpec": null, "fetchSpec": "^1.7.4" }, "_requiredBy": [ "/webpack-dev-server" ], "_resolved": "https://registry.npmmirror.com/compression/-/compression-1.7.5.tgz", "_shasum": "fdd256c0a642e39e314c478f6c2cd654edd74c93", "_spec": "compression@^1.7.4", "_where": "D:\\jenkins\\workspace\\dataShare-fvue\\node_modules\\webpack-dev-server", "bugs": { "url": "https://github.com/expressjs/compression/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Douglas Christopher Wilson", "email": "doug@somethingdoug.com" }, { "name": "Jonathan Ong", "email": "me@jongleberry.com", "url": "http://jongleberry.com" } ], "dependencies": { "bytes": "3.1.2", "compressible": "~2.0.18", "debug": "2.6.9", "negotiator": "~0.6.4", "on-headers": "~1.0.2", "safe-buffer": "5.2.1", "vary": "~1.1.2" }, "deprecated": false, "description": "Node.js compression middleware", "devDependencies": { "after": "0.8.2", "eslint": "7.32.0", "eslint-config-standard": "14.1.1", "eslint-plugin-import": "2.26.0", "eslint-plugin-markdown": "2.2.1", "eslint-plugin-node": "11.1.0", "eslint-plugin-promise": "5.2.0", "eslint-plugin-standard": "4.1.0", "mocha": "9.2.2", "nyc": "15.1.0", "supertest": "6.2.3" }, "engines": { "node": ">= 0.8.0" }, "files": [ "LICENSE", "HISTORY.md", "index.js" ], "homepage": "https://github.com/expressjs/compression#readme", "license": "MIT", "name": "compression", "repository": { "type": "git", "url": "git+https://github.com/expressjs/compression.git" }, "scripts": { "lint": "eslint .", "test": "mocha --check-leaks --reporter spec", "test-ci": "nyc --reporter=lcovonly --reporter=text npm test", "test-cov": "nyc --reporter=html --reporter=text npm test" }, "version": "1.7.5" }