package.json 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_from": "compression@^1.7.4",
  3. "_id": "compression@1.8.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-9mAqGPHLakhCLeNyxPkK4xVo746zQ/czLH1Ky+vkitMnWfWZps8r0qXuwhwizagCRttsL4lfG4pIOvaWLpAP0w==",
  6. "_location": "/compression",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "compression@^1.7.4",
  12. "name": "compression",
  13. "escapedName": "compression",
  14. "rawSpec": "^1.7.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.7.4"
  17. },
  18. "_requiredBy": [
  19. "/@vue/cli-service/webpack-dev-server",
  20. "/webpack-dev-server"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/compression/-/compression-1.8.1.tgz",
  23. "_shasum": "4a45d909ac16509195a9a28bd91094889c180d79",
  24. "_spec": "compression@^1.7.4",
  25. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\webpack-dev-server",
  26. "bugs": {
  27. "url": "https://github.com/expressjs/compression/issues"
  28. },
  29. "bundleDependencies": false,
  30. "contributors": [
  31. {
  32. "name": "Douglas Christopher Wilson",
  33. "email": "doug@somethingdoug.com"
  34. },
  35. {
  36. "name": "Jonathan Ong",
  37. "email": "me@jongleberry.com",
  38. "url": "http://jongleberry.com"
  39. }
  40. ],
  41. "dependencies": {
  42. "bytes": "3.1.2",
  43. "compressible": "~2.0.18",
  44. "debug": "2.6.9",
  45. "negotiator": "~0.6.4",
  46. "on-headers": "~1.1.0",
  47. "safe-buffer": "5.2.1",
  48. "vary": "~1.1.2"
  49. },
  50. "deprecated": false,
  51. "description": "Node.js compression middleware",
  52. "devDependencies": {
  53. "after": "0.8.2",
  54. "eslint": "7.32.0",
  55. "eslint-config-standard": "14.1.1",
  56. "eslint-plugin-import": "2.32.0",
  57. "eslint-plugin-markdown": "2.2.1",
  58. "eslint-plugin-node": "11.1.0",
  59. "eslint-plugin-promise": "5.2.0",
  60. "eslint-plugin-standard": "4.1.0",
  61. "mocha": "9.2.2",
  62. "nyc": "15.1.0",
  63. "supertest": "6.3.4"
  64. },
  65. "engines": {
  66. "node": ">= 0.8.0"
  67. },
  68. "files": [
  69. "LICENSE",
  70. "HISTORY.md",
  71. "index.js"
  72. ],
  73. "homepage": "https://github.com/expressjs/compression#readme",
  74. "keywords": [
  75. "compression",
  76. "gzip",
  77. "deflate",
  78. "middleware",
  79. "express",
  80. "brotli",
  81. "http",
  82. "stream"
  83. ],
  84. "license": "MIT",
  85. "name": "compression",
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/expressjs/compression.git"
  89. },
  90. "scripts": {
  91. "lint": "eslint .",
  92. "test": "mocha --check-leaks --reporter spec",
  93. "test-ci": "nyc --reporter=lcov --reporter=text npm test",
  94. "test-cov": "nyc --reporter=html --reporter=text npm test"
  95. },
  96. "version": "1.8.1"
  97. }