package.json 5.0 KB

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