package.json 2.4 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. "/webpack-dev-server"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/compression/-/compression-1.8.1.tgz",
  22. "_shasum": "4a45d909ac16509195a9a28bd91094889c180d79",
  23. "_spec": "compression@^1.7.4",
  24. "_where": "E:\\git\\2021项目\\安科院大屏\\node_modules\\webpack-dev-server",
  25. "bugs": {
  26. "url": "https://github.com/expressjs/compression/issues"
  27. },
  28. "bundleDependencies": false,
  29. "contributors": [
  30. {
  31. "name": "Douglas Christopher Wilson",
  32. "email": "doug@somethingdoug.com"
  33. },
  34. {
  35. "name": "Jonathan Ong",
  36. "email": "me@jongleberry.com",
  37. "url": "http://jongleberry.com"
  38. }
  39. ],
  40. "dependencies": {
  41. "bytes": "3.1.2",
  42. "compressible": "~2.0.18",
  43. "debug": "2.6.9",
  44. "negotiator": "~0.6.4",
  45. "on-headers": "~1.1.0",
  46. "safe-buffer": "5.2.1",
  47. "vary": "~1.1.2"
  48. },
  49. "deprecated": false,
  50. "description": "Node.js compression middleware",
  51. "devDependencies": {
  52. "after": "0.8.2",
  53. "eslint": "7.32.0",
  54. "eslint-config-standard": "14.1.1",
  55. "eslint-plugin-import": "2.32.0",
  56. "eslint-plugin-markdown": "2.2.1",
  57. "eslint-plugin-node": "11.1.0",
  58. "eslint-plugin-promise": "5.2.0",
  59. "eslint-plugin-standard": "4.1.0",
  60. "mocha": "9.2.2",
  61. "nyc": "15.1.0",
  62. "supertest": "6.3.4"
  63. },
  64. "engines": {
  65. "node": ">= 0.8.0"
  66. },
  67. "files": [
  68. "LICENSE",
  69. "HISTORY.md",
  70. "index.js"
  71. ],
  72. "homepage": "https://github.com/expressjs/compression#readme",
  73. "keywords": [
  74. "compression",
  75. "gzip",
  76. "deflate",
  77. "middleware",
  78. "express",
  79. "brotli",
  80. "http",
  81. "stream"
  82. ],
  83. "license": "MIT",
  84. "name": "compression",
  85. "repository": {
  86. "type": "git",
  87. "url": "git+https://github.com/expressjs/compression.git"
  88. },
  89. "scripts": {
  90. "lint": "eslint .",
  91. "test": "mocha --check-leaks --reporter spec",
  92. "test-ci": "nyc --reporter=lcov --reporter=text npm test",
  93. "test-cov": "nyc --reporter=html --reporter=text npm test"
  94. },
  95. "version": "1.8.1"
  96. }