You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
90 lines
2.3 KiB
90 lines
2.3 KiB
{
|
|
"_args": [
|
|
[
|
|
"compression@1.7.5",
|
|
"D:\\IDEAproject\\frontend\\Front-end logistics"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "compression@1.7.5",
|
|
"_id": "compression@1.7.5",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-bQJ0YRck5ak3LgtnpKkiabX5pNF7tMUh1BSy2ZBOTh0Dim0BUu6aPPwByIns6/A5Prh8PufSPerMDUklpzes2Q==",
|
|
"_location": "/compression",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "compression@1.7.5",
|
|
"name": "compression",
|
|
"escapedName": "compression",
|
|
"rawSpec": "1.7.5",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.7.5"
|
|
},
|
|
"_requiredBy": [
|
|
"/webpack-dev-server"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/compression/-/compression-1.7.5.tgz",
|
|
"_spec": "1.7.5",
|
|
"_where": "D:\\IDEAproject\\frontend\\Front-end logistics",
|
|
"bugs": {
|
|
"url": "https://github.com/expressjs/compression/issues"
|
|
},
|
|
"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"
|
|
},
|
|
"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"
|
|
}
|