package.json 4.2 KB

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