package.json 4.0 KB

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