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

3 months ago
  1. {
  2. "_args": [
  3. [
  4. "compression@1.7.5",
  5. "D:\\IDEAproject\\frontend\\Front-end logistics"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "compression@1.7.5",
  10. "_id": "compression@1.7.5",
  11. "_inBundle": false,
  12. "_integrity": "sha512-bQJ0YRck5ak3LgtnpKkiabX5pNF7tMUh1BSy2ZBOTh0Dim0BUu6aPPwByIns6/A5Prh8PufSPerMDUklpzes2Q==",
  13. "_location": "/compression",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "compression@1.7.5",
  19. "name": "compression",
  20. "escapedName": "compression",
  21. "rawSpec": "1.7.5",
  22. "saveSpec": null,
  23. "fetchSpec": "1.7.5"
  24. },
  25. "_requiredBy": [
  26. "/webpack-dev-server"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/compression/-/compression-1.7.5.tgz",
  29. "_spec": "1.7.5",
  30. "_where": "D:\\IDEAproject\\frontend\\Front-end logistics",
  31. "bugs": {
  32. "url": "https://github.com/expressjs/compression/issues"
  33. },
  34. "contributors": [
  35. {
  36. "name": "Douglas Christopher Wilson",
  37. "email": "doug@somethingdoug.com"
  38. },
  39. {
  40. "name": "Jonathan Ong",
  41. "email": "me@jongleberry.com",
  42. "url": "http://jongleberry.com"
  43. }
  44. ],
  45. "dependencies": {
  46. "bytes": "3.1.2",
  47. "compressible": "~2.0.18",
  48. "debug": "2.6.9",
  49. "negotiator": "~0.6.4",
  50. "on-headers": "~1.0.2",
  51. "safe-buffer": "5.2.1",
  52. "vary": "~1.1.2"
  53. },
  54. "description": "Node.js compression middleware",
  55. "devDependencies": {
  56. "after": "0.8.2",
  57. "eslint": "7.32.0",
  58. "eslint-config-standard": "14.1.1",
  59. "eslint-plugin-import": "2.26.0",
  60. "eslint-plugin-markdown": "2.2.1",
  61. "eslint-plugin-node": "11.1.0",
  62. "eslint-plugin-promise": "5.2.0",
  63. "eslint-plugin-standard": "4.1.0",
  64. "mocha": "9.2.2",
  65. "nyc": "15.1.0",
  66. "supertest": "6.2.3"
  67. },
  68. "engines": {
  69. "node": ">= 0.8.0"
  70. },
  71. "files": [
  72. "LICENSE",
  73. "HISTORY.md",
  74. "index.js"
  75. ],
  76. "homepage": "https://github.com/expressjs/compression#readme",
  77. "license": "MIT",
  78. "name": "compression",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/expressjs/compression.git"
  82. },
  83. "scripts": {
  84. "lint": "eslint .",
  85. "test": "mocha --check-leaks --reporter spec",
  86. "test-ci": "nyc --reporter=lcovonly --reporter=text npm test",
  87. "test-cov": "nyc --reporter=html --reporter=text npm test"
  88. },
  89. "version": "1.7.5"
  90. }