package.json 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. {
  2. "_from": "css-minimizer-webpack-plugin@^3.0.2",
  3. "_id": "css-minimizer-webpack-plugin@3.4.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-1u6D71zeIfgngN2XNRJefc/hY7Ybsxd74Jm4qngIXyUEk7fss3VUzuHxLAq/R8NAba4QU9OUSaMZlbpRc7bM4Q==",
  6. "_location": "/css-minimizer-webpack-plugin",
  7. "_phantomChildren": {
  8. "@types/json-schema": "7.0.15",
  9. "ajv-formats": "2.1.1",
  10. "fast-deep-equal": "3.1.3",
  11. "fast-uri": "3.0.6",
  12. "require-from-string": "2.0.2"
  13. },
  14. "_requested": {
  15. "type": "range",
  16. "registry": true,
  17. "raw": "css-minimizer-webpack-plugin@^3.0.2",
  18. "name": "css-minimizer-webpack-plugin",
  19. "escapedName": "css-minimizer-webpack-plugin",
  20. "rawSpec": "^3.0.2",
  21. "saveSpec": null,
  22. "fetchSpec": "^3.0.2"
  23. },
  24. "_requiredBy": [
  25. "/@vue/cli-service"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/css-minimizer-webpack-plugin/-/css-minimizer-webpack-plugin-3.4.1.tgz",
  28. "_shasum": "ab78f781ced9181992fe7b6e4f3422e76429878f",
  29. "_spec": "css-minimizer-webpack-plugin@^3.0.2",
  30. "_where": "E:\\vue_project\\el-table-column\\node_modules\\@vue\\cli-service",
  31. "author": {
  32. "name": "Loann Neveu"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/webpack-contrib/css-minimizer-webpack-plugin/issues"
  36. },
  37. "bundleDependencies": false,
  38. "dependencies": {
  39. "cssnano": "^5.0.6",
  40. "jest-worker": "^27.0.2",
  41. "postcss": "^8.3.5",
  42. "schema-utils": "^4.0.0",
  43. "serialize-javascript": "^6.0.0",
  44. "source-map": "^0.6.1"
  45. },
  46. "deprecated": false,
  47. "description": "cssnano plugin for Webpack",
  48. "devDependencies": {
  49. "@babel/cli": "^7.16.7",
  50. "@babel/core": "^7.16.7",
  51. "@babel/preset-env": "^7.16.7",
  52. "@commitlint/cli": "^15.0.0",
  53. "@commitlint/config-conventional": "^15.0.0",
  54. "@parcel/css": "^1.0.3",
  55. "@types/clean-css": "^4.2.5",
  56. "@types/csso": "^5.0.0",
  57. "@types/serialize-javascript": "^5.0.2",
  58. "@webpack-contrib/eslint-config-webpack": "^3.0.0",
  59. "babel-jest": "^27.0.6",
  60. "clean-css": "^5.1.5",
  61. "copy-webpack-plugin": "^9.1.0",
  62. "cross-env": "^7.0.3",
  63. "css-loader": "^6.2.0",
  64. "cssnano-preset-simple": "^3.0.0",
  65. "csso": "^5.0.0",
  66. "del": "^6.0.0",
  67. "del-cli": "^4.0.0",
  68. "esbuild": "^0.14.10",
  69. "eslint": "^8.6.0",
  70. "eslint-config-prettier": "^8.3.0",
  71. "eslint-plugin-import": "^2.25.4",
  72. "husky": "^7.0.1",
  73. "jest": "^27.0.6",
  74. "lint-staged": "^12.1.5",
  75. "memfs": "^3.4.1",
  76. "mini-css-extract-plugin": "^2.2.0",
  77. "npm-run-all": "^4.1.5",
  78. "prettier": "^2.3.2",
  79. "sass": "^1.45.2",
  80. "sass-loader": "^12.1.0",
  81. "standard-version": "^9.3.0",
  82. "sugarss": "^4.0.1",
  83. "typescript": "^4.5.2",
  84. "webpack": "^5.50.0"
  85. },
  86. "engines": {
  87. "node": ">= 12.13.0"
  88. },
  89. "files": [
  90. "dist",
  91. "types"
  92. ],
  93. "funding": {
  94. "type": "opencollective",
  95. "url": "https://opencollective.com/webpack"
  96. },
  97. "homepage": "https://github.com/webpack-contrib/css-minimizer-webpack-plugin",
  98. "keywords": [
  99. "cssnano",
  100. "css",
  101. "csso",
  102. "clean-css",
  103. "esbuild",
  104. "webpack",
  105. "webpack-plugin",
  106. "minimize",
  107. "minimizer",
  108. "minify",
  109. "minifier",
  110. "optimize",
  111. "optimizer"
  112. ],
  113. "license": "MIT",
  114. "main": "dist/index.js",
  115. "name": "css-minimizer-webpack-plugin",
  116. "peerDependencies": {
  117. "webpack": "^5.0.0"
  118. },
  119. "peerDependenciesMeta": {
  120. "clean-css": {
  121. "optional": true
  122. },
  123. "csso": {
  124. "optional": true
  125. },
  126. "esbuild": {
  127. "optional": true
  128. },
  129. "@parcel/css": {
  130. "optional": true
  131. }
  132. },
  133. "repository": {
  134. "type": "git",
  135. "url": "git+https://github.com/webpack-contrib/css-minimizer-webpack-plugin.git"
  136. },
  137. "scripts": {
  138. "build": "npm-run-all -p \"build:**\"",
  139. "build:code": "cross-env NODE_ENV=production babel src -d dist --copy-files",
  140. "build:types": "tsc --declaration --emitDeclarationOnly --outDir types && prettier \"types/**/*.ts\" --write",
  141. "clean": "del-cli dist",
  142. "commitlint": "commitlint --from=master",
  143. "lint": "npm-run-all -l -p \"lint:**\"",
  144. "lint:js": "eslint --cache .",
  145. "lint:prettier": "prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different",
  146. "lint:types": "tsc --pretty --noEmit",
  147. "prebuild": "npm run clean types",
  148. "prepare": "husky install && npm run build",
  149. "pretest": "npm run lint",
  150. "release": "standard-version",
  151. "security": "npm audit",
  152. "start": "npm run build -- -w",
  153. "test": "npm run test:coverage",
  154. "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",
  155. "test:only": "cross-env NODE_ENV=test jest",
  156. "test:watch": "npm run test:only -- --watch"
  157. },
  158. "types": "types/index.d.ts",
  159. "version": "3.4.1"
  160. }