package.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. {
  2. "_from": "compression-webpack-plugin@6.0.2",
  3. "_id": "compression-webpack-plugin@6.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-WUv7fTy2uCZKJ4iFMKJG42GDepCEocS5eqsEi8uIJZy97k/WvzxGz9dwE4+pIAkcrK4B7k+teKo71IrLu+tbqw==",
  6. "_location": "/compression-webpack-plugin",
  7. "_phantomChildren": {
  8. "@npmcli/fs": "1.1.1",
  9. "@npmcli/move-file": "1.1.2",
  10. "aggregate-error": "3.1.0",
  11. "fs-minipass": "2.1.0",
  12. "glob": "7.2.3",
  13. "infer-owner": "1.0.4",
  14. "minipass": "3.3.4",
  15. "minipass-collect": "1.0.2",
  16. "minipass-flush": "1.0.5",
  17. "minipass-pipeline": "1.2.4",
  18. "promise-inflight": "1.0.1",
  19. "randombytes": "2.1.0",
  20. "tar": "6.1.11",
  21. "unique-filename": "1.1.1"
  22. },
  23. "_requested": {
  24. "type": "version",
  25. "registry": true,
  26. "raw": "compression-webpack-plugin@6.0.2",
  27. "name": "compression-webpack-plugin",
  28. "escapedName": "compression-webpack-plugin",
  29. "rawSpec": "6.0.2",
  30. "saveSpec": null,
  31. "fetchSpec": "6.0.2"
  32. },
  33. "_requiredBy": [
  34. "#DEV:/"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/compression-webpack-plugin/-/compression-webpack-plugin-6.0.2.tgz",
  37. "_shasum": "13482bfa81e0472e5d6af1165b6ee9f29f98178b",
  38. "_spec": "compression-webpack-plugin@6.0.2",
  39. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  40. "author": {
  41. "name": "Tobias Koppers @sokra"
  42. },
  43. "bugs": {
  44. "url": "https://github.com/webpack-contrib/compression-webpack-plugin/issues"
  45. },
  46. "bundleDependencies": false,
  47. "dependencies": {
  48. "cacache": "^15.0.5",
  49. "find-cache-dir": "^3.3.1",
  50. "schema-utils": "^2.7.1",
  51. "serialize-javascript": "^5.0.1",
  52. "webpack-sources": "^1.4.3"
  53. },
  54. "deprecated": false,
  55. "description": "Prepare compressed versions of assets to serve them with Content-Encoding",
  56. "devDependencies": {
  57. "@babel/cli": "^7.11.6",
  58. "@babel/core": "^7.11.6",
  59. "@babel/preset-env": "^7.11.5",
  60. "@commitlint/cli": "^11.0.0",
  61. "@commitlint/config-conventional": "^11.0.0",
  62. "@gfx/zopfli": "^1.0.15",
  63. "@webpack-contrib/defaults": "^6.3.0",
  64. "@webpack-contrib/eslint-config-webpack": "^3.0.0",
  65. "babel-jest": "^26.3.0",
  66. "cross-env": "^7.0.2",
  67. "del": "^5.1.0",
  68. "del-cli": "^3.0.1",
  69. "eslint": "^7.9.0",
  70. "eslint-config-prettier": "^6.11.0",
  71. "eslint-plugin-import": "^2.22.0",
  72. "file-loader": "^6.1.0",
  73. "husky": "^4.3.0",
  74. "jest": "^26.4.2",
  75. "lint-staged": "^10.4.0",
  76. "memfs": "^3.2.0",
  77. "npm-run-all": "^4.1.5",
  78. "prettier": "^2.1.2",
  79. "standard-version": "^9.0.0",
  80. "webpack": "^4.44.2"
  81. },
  82. "engines": {
  83. "node": ">= 10.13.0"
  84. },
  85. "files": [
  86. "dist"
  87. ],
  88. "funding": {
  89. "type": "opencollective",
  90. "url": "https://opencollective.com/webpack"
  91. },
  92. "homepage": "https://github.com/webpack-contrib/compression-webpack-plugin",
  93. "keywords": [
  94. "webpack"
  95. ],
  96. "license": "MIT",
  97. "main": "dist/cjs.js",
  98. "name": "compression-webpack-plugin",
  99. "peerDependencies": {
  100. "webpack": "^4.0.0 || ^5.0.0"
  101. },
  102. "repository": {
  103. "type": "git",
  104. "url": "git+https://github.com/webpack-contrib/compression-webpack-plugin.git"
  105. },
  106. "scripts": {
  107. "build": "cross-env NODE_ENV=production babel src -d dist --copy-files",
  108. "clean": "del-cli dist",
  109. "commitlint": "commitlint --from=master",
  110. "defaults": "webpack-defaults",
  111. "lint": "npm-run-all -l -p \"lint:**\"",
  112. "lint:js": "eslint --cache .",
  113. "lint:prettier": "prettier --list-different .",
  114. "prebuild": "npm run clean",
  115. "prepare": "npm run build",
  116. "pretest": "npm run lint",
  117. "release": "standard-version",
  118. "security": "npm audit",
  119. "start": "npm run build -- -w",
  120. "test": "npm run test:coverage",
  121. "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",
  122. "test:only": "cross-env NODE_ENV=test jest",
  123. "test:watch": "npm run test:only -- --watch"
  124. },
  125. "version": "6.0.2"
  126. }