package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "_from": "compression-webpack-plugin@6.1.1",
  3. "_id": "compression-webpack-plugin@6.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-BEHft9M6lwOqVIQFMS/YJGmeCYXVOakC5KzQk05TFpMBlODByh1qNsZCWjUBxCQhUP9x0WfGidxTbGkjbWO/TQ==",
  6. "_location": "/compression-webpack-plugin",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "compression-webpack-plugin@6.1.1",
  12. "name": "compression-webpack-plugin",
  13. "escapedName": "compression-webpack-plugin",
  14. "rawSpec": "6.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "6.1.1"
  17. },
  18. "_requiredBy": [
  19. "#DEV:/",
  20. "#USER"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/compression-webpack-plugin/-/compression-webpack-plugin-6.1.1.tgz",
  23. "_shasum": "ae8e4b2ffdb7396bb776e66918d751a20d8ccf0e",
  24. "_spec": "compression-webpack-plugin@6.1.1",
  25. "_where": "E:\\psy_web_share",
  26. "author": {
  27. "name": "Tobias Koppers @sokra"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/webpack-contrib/compression-webpack-plugin/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "cacache": "^15.0.5",
  35. "find-cache-dir": "^3.3.1",
  36. "schema-utils": "^3.0.0",
  37. "serialize-javascript": "^5.0.1",
  38. "webpack-sources": "^1.4.3"
  39. },
  40. "deprecated": false,
  41. "description": "Prepare compressed versions of assets to serve them with Content-Encoding",
  42. "devDependencies": {
  43. "@babel/cli": "^7.12.1",
  44. "@babel/core": "^7.12.3",
  45. "@babel/preset-env": "^7.12.1",
  46. "@commitlint/cli": "^11.0.0",
  47. "@commitlint/config-conventional": "^11.0.0",
  48. "@gfx/zopfli": "^1.0.15",
  49. "@webpack-contrib/defaults": "^6.3.0",
  50. "@webpack-contrib/eslint-config-webpack": "^3.0.0",
  51. "babel-jest": "^26.6.3",
  52. "cross-env": "^7.0.2",
  53. "del": "^6.0.0",
  54. "del-cli": "^3.0.1",
  55. "eslint": "^7.13.0",
  56. "eslint-config-prettier": "^6.15.0",
  57. "eslint-plugin-import": "^2.22.1",
  58. "file-loader": "^6.2.0",
  59. "husky": "^4.3.0",
  60. "jest": "^26.6.3",
  61. "lint-staged": "^10.5.1",
  62. "memfs": "^3.2.0",
  63. "npm-run-all": "^4.1.5",
  64. "prettier": "^2.1.2",
  65. "standard-version": "^9.0.0",
  66. "webpack": "^5.4.0",
  67. "workbox-webpack-plugin": "^6.0.0-alpha.3"
  68. },
  69. "engines": {
  70. "node": ">= 10.13.0"
  71. },
  72. "files": [
  73. "dist"
  74. ],
  75. "funding": {
  76. "type": "opencollective",
  77. "url": "https://opencollective.com/webpack"
  78. },
  79. "homepage": "https://github.com/webpack-contrib/compression-webpack-plugin",
  80. "keywords": [
  81. "webpack"
  82. ],
  83. "license": "MIT",
  84. "main": "dist/cjs.js",
  85. "name": "compression-webpack-plugin",
  86. "peerDependencies": {
  87. "webpack": "^4.0.0 || ^5.0.0"
  88. },
  89. "repository": {
  90. "type": "git",
  91. "url": "git+https://github.com/webpack-contrib/compression-webpack-plugin.git"
  92. },
  93. "scripts": {
  94. "build": "cross-env NODE_ENV=production babel src -d dist --copy-files",
  95. "clean": "del-cli dist",
  96. "commitlint": "commitlint --from=master",
  97. "defaults": "webpack-defaults",
  98. "lint": "npm-run-all -l -p \"lint:**\"",
  99. "lint:js": "eslint --cache .",
  100. "lint:prettier": "prettier --list-different .",
  101. "prebuild": "npm run clean",
  102. "prepare": "npm run build",
  103. "pretest": "npm run lint",
  104. "release": "standard-version",
  105. "security": "npm audit",
  106. "start": "npm run build -- -w",
  107. "test": "npm run test:coverage",
  108. "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",
  109. "test:only": "cross-env NODE_ENV=test jest",
  110. "test:watch": "npm run test:only -- --watch"
  111. },
  112. "version": "6.1.1"
  113. }