package.json 4.6 KB

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