You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

143 lines
4.5 KiB

3 months ago
  1. {
  2. "_args": [
  3. [
  4. "mini-css-extract-plugin@2.9.2",
  5. "D:\\IDEAproject\\frontend\\Front-end logistics"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "mini-css-extract-plugin@2.9.2",
  10. "_id": "mini-css-extract-plugin@2.9.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-GJuACcS//jtq4kCtd5ii/M0SZf7OZRH+BxdqXZHaJfb8TJiVl+NgQRPwiYt2EuqeSkNydn/7vP+bcE27C5mb9w==",
  13. "_location": "/mini-css-extract-plugin",
  14. "_phantomChildren": {
  15. "@types/json-schema": "7.0.15",
  16. "ajv-formats": "2.1.1",
  17. "fast-deep-equal": "3.1.3",
  18. "fast-uri": "3.0.6",
  19. "require-from-string": "2.0.2"
  20. },
  21. "_requested": {
  22. "type": "version",
  23. "registry": true,
  24. "raw": "mini-css-extract-plugin@2.9.2",
  25. "name": "mini-css-extract-plugin",
  26. "escapedName": "mini-css-extract-plugin",
  27. "rawSpec": "2.9.2",
  28. "saveSpec": null,
  29. "fetchSpec": "2.9.2"
  30. },
  31. "_requiredBy": [
  32. "/@vue/cli-service"
  33. ],
  34. "_resolved": "https://registry.npmmirror.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.9.2.tgz",
  35. "_spec": "2.9.2",
  36. "_where": "D:\\IDEAproject\\frontend\\Front-end logistics",
  37. "author": {
  38. "name": "Tobias Koppers @sokra"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/webpack-contrib/mini-css-extract-plugin/issues"
  42. },
  43. "dependencies": {
  44. "schema-utils": "^4.0.0",
  45. "tapable": "^2.2.1"
  46. },
  47. "description": "extracts CSS into separate files",
  48. "devDependencies": {
  49. "@babel/cli": "^7.24.1",
  50. "@babel/core": "^7.24.4",
  51. "@babel/eslint-parser": "^7.24.1",
  52. "@babel/preset-env": "^7.24.4",
  53. "@commitlint/cli": "^17.5.1",
  54. "@commitlint/config-conventional": "^17.4.4",
  55. "@types/node": "^18.15.11",
  56. "@webpack-contrib/eslint-config-webpack": "^3.0.0",
  57. "babel-jest": "^28.1.3",
  58. "bootstrap": "^4.6.2",
  59. "cross-env": "^7.0.3",
  60. "cspell": "^6.31.1",
  61. "css-loader": "^6.10.0",
  62. "del": "^6.0.0",
  63. "del-cli": "^4.0.0",
  64. "es-check": "^7.1.0",
  65. "eslint": "^8.37.0",
  66. "eslint-config-prettier": "^8.8.0",
  67. "eslint-plugin-import": "^2.27.5",
  68. "file-loader": "^6.2.0",
  69. "husky": "^7.0.0",
  70. "jest": "^28.1.3",
  71. "jest-environment-jsdom": "^28.1.3",
  72. "jsdom": "^19.0.0",
  73. "lint-staged": "^13.2.1",
  74. "memfs": "^3.4.13",
  75. "npm-run-all": "^4.1.5",
  76. "prettier": "^2.8.7",
  77. "sass": "^1.74.1",
  78. "sass-loader": "^12.6.0",
  79. "standard-version": "^9.3.0",
  80. "typescript": "^4.9.5",
  81. "webpack": "^5.91.0",
  82. "webpack-cli": "^4.9.2",
  83. "webpack-dev-server": "^4.13.2"
  84. },
  85. "engines": {
  86. "node": ">= 12.13.0"
  87. },
  88. "files": [
  89. "dist",
  90. "types"
  91. ],
  92. "funding": {
  93. "type": "opencollective",
  94. "url": "https://opencollective.com/webpack"
  95. },
  96. "homepage": "https://github.com/webpack-contrib/mini-css-extract-plugin",
  97. "keywords": [
  98. "webpack",
  99. "css",
  100. "extract",
  101. "hmr"
  102. ],
  103. "license": "MIT",
  104. "main": "dist/index.js",
  105. "name": "mini-css-extract-plugin",
  106. "peerDependencies": {
  107. "webpack": "^5.0.0"
  108. },
  109. "repository": {
  110. "type": "git",
  111. "url": "git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"
  112. },
  113. "scripts": {
  114. "build": "npm-run-all -p \"build:**\"",
  115. "build:code": "cross-env NODE_ENV=production babel src -d dist --copy-files",
  116. "build:types": "tsc --declaration --emitDeclarationOnly --outDir types && prettier \"types/**/*.ts\" --write",
  117. "clean": "del-cli dist",
  118. "commitlint": "commitlint --from=master",
  119. "fix": "npm-run-all -l fix:js fix:prettier",
  120. "fix:js": "npm run lint:js -- --fix",
  121. "fix:prettier": "npm run lint:prettier -- --write",
  122. "lint": "npm-run-all -l -p \"lint:**\"",
  123. "lint:js": "eslint --cache .",
  124. "lint:prettier": "prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different",
  125. "lint:spelling": "cspell \"**/*.*\"",
  126. "lint:types": "tsc --pretty --noEmit",
  127. "postbuild": "es-check es5 dist/hmr/hotModuleReplacement.js",
  128. "prebuild": "npm run clean",
  129. "prepare": "husky install && npm run build",
  130. "pretest": "npm run lint",
  131. "release": "standard-version",
  132. "security": "npm audit --production",
  133. "start": "npm run build -- -w",
  134. "test": "cross-env NODE_ENV=test npm run test:coverage",
  135. "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",
  136. "test:manual": "npm run build && webpack serve ./test/manual/src/index.js --open --config ./test/manual/webpack.config.js",
  137. "test:only": "cross-env NODE_ENV=test jest",
  138. "test:only:experimental": "EXPERIMENTAL_USE_IMPORT_MODULE=true cross-env NODE_ENV=test jest",
  139. "test:watch": "npm run test:only -- --watch"
  140. },
  141. "types": "types/index.d.ts",
  142. "version": "2.9.2"
  143. }