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.

149 lines
4.2 KiB

3 months ago
  1. {
  2. "_args": [
  3. [
  4. "css-loader@6.11.0",
  5. "D:\\IDEAproject\\frontend\\Front-end logistics"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "css-loader@6.11.0",
  10. "_id": "css-loader@6.11.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-CTJ+AEQJjq5NzLga5pE39qdiSV56F8ywCIsqNIRF0r7BDgWsN25aazToqAFg7ZrtA/U016xudB3ffgweORxX7g==",
  13. "_location": "/css-loader",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "css-loader@6.11.0",
  19. "name": "css-loader",
  20. "escapedName": "css-loader",
  21. "rawSpec": "6.11.0",
  22. "saveSpec": null,
  23. "fetchSpec": "6.11.0"
  24. },
  25. "_requiredBy": [
  26. "/@vue/cli-service"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/css-loader/-/css-loader-6.11.0.tgz",
  29. "_spec": "6.11.0",
  30. "_where": "D:\\IDEAproject\\frontend\\Front-end logistics",
  31. "author": {
  32. "name": "Tobias Koppers @sokra"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/webpack-contrib/css-loader/issues"
  36. },
  37. "dependencies": {
  38. "icss-utils": "^5.1.0",
  39. "postcss": "^8.4.33",
  40. "postcss-modules-extract-imports": "^3.1.0",
  41. "postcss-modules-local-by-default": "^4.0.5",
  42. "postcss-modules-scope": "^3.2.0",
  43. "postcss-modules-values": "^4.0.0",
  44. "postcss-value-parser": "^4.2.0",
  45. "semver": "^7.5.4"
  46. },
  47. "description": "css loader module for webpack",
  48. "devDependencies": {
  49. "@babel/cli": "^7.23.4",
  50. "@babel/core": "^7.23.7",
  51. "@babel/preset-env": "^7.23.7",
  52. "@commitlint/cli": "^16.3.0",
  53. "@commitlint/config-conventional": "^16.2.4",
  54. "@webpack-contrib/eslint-config-webpack": "^3.0.0",
  55. "babel-jest": "^28.1.3",
  56. "cross-env": "^7.0.3",
  57. "cspell": "^6.31.2",
  58. "del": "^6.1.1",
  59. "del-cli": "^4.0.1",
  60. "es-check": "^7.1.0",
  61. "eslint": "^8.54.0",
  62. "eslint-config-prettier": "^8.9.0",
  63. "eslint-plugin-import": "^2.29.0",
  64. "file-loader": "^6.2.0",
  65. "husky": "^7.0.1",
  66. "jest": "^28.1.3",
  67. "jest-environment-jsdom": "^28.1.3",
  68. "less": "^4.2.0",
  69. "less-loader": "^10.0.1",
  70. "lint-staged": "^12.5.0",
  71. "memfs": "^3.5.3",
  72. "mini-css-extract-plugin": "^2.7.5",
  73. "npm-run-all": "^4.1.5",
  74. "postcss-loader": "^6.2.1",
  75. "postcss-preset-env": "^7.8.3",
  76. "prettier": "^2.8.7",
  77. "sass": "^1.69.7",
  78. "sass-loader": "^12.6.0",
  79. "standard-version": "^9.5.0",
  80. "strip-ansi": "^6.0.0",
  81. "style-loader": "^3.3.2",
  82. "stylus": "^0.59.0",
  83. "stylus-loader": "^6.1.0",
  84. "url-loader": "^4.1.1",
  85. "webpack": "^5.89.0"
  86. },
  87. "engines": {
  88. "node": ">= 12.13.0"
  89. },
  90. "files": [
  91. "dist"
  92. ],
  93. "funding": {
  94. "type": "opencollective",
  95. "url": "https://opencollective.com/webpack"
  96. },
  97. "homepage": "https://github.com/webpack-contrib/css-loader",
  98. "keywords": [
  99. "webpack",
  100. "css",
  101. "loader",
  102. "url",
  103. "import"
  104. ],
  105. "license": "MIT",
  106. "main": "dist/cjs.js",
  107. "name": "css-loader",
  108. "peerDependencies": {
  109. "@rspack/core": "0.x || 1.x",
  110. "webpack": "^5.0.0"
  111. },
  112. "peerDependenciesMeta": {
  113. "@rspack/core": {
  114. "optional": true
  115. },
  116. "webpack": {
  117. "optional": true
  118. }
  119. },
  120. "repository": {
  121. "type": "git",
  122. "url": "git+https://github.com/webpack-contrib/css-loader.git"
  123. },
  124. "scripts": {
  125. "build": "cross-env NODE_ENV=production babel src -d dist --copy-files",
  126. "clean": "del-cli dist",
  127. "commitlint": "commitlint --from=master",
  128. "fix": "npm-run-all -l fix:js fix:prettier",
  129. "fix:js": "npm run lint:js -- --fix",
  130. "fix:prettier": "npm run lint:prettier -- --write",
  131. "lint": "npm-run-all -l -p \"lint:**\"",
  132. "lint:js": "eslint --cache .",
  133. "lint:prettier": "prettier --list-different .",
  134. "lint:spelling": "cspell \"**/*.*\"",
  135. "postbuild": "npm run validate:runtime",
  136. "prebuild": "npm run clean",
  137. "prepare": "husky install && npm run build",
  138. "pretest": "npm run lint",
  139. "release": "standard-version",
  140. "security": "npm audit --production",
  141. "start": "npm run build -- -w",
  142. "test": "npm run test:coverage",
  143. "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",
  144. "test:only": "cross-env NODE_ENV=test jest",
  145. "test:watch": "npm run test:only -- --watch",
  146. "validate:runtime": "es-check es5 \"dist/runtime/**/*.js\""
  147. },
  148. "version": "6.11.0"
  149. }