package.json 4.1 KB

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