package.json 4.0 KB

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