package.json 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. {
  2. "_from": "sass-loader",
  3. "_id": "sass-loader@14.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-G0VcnMYU18a4N7VoNDegg2OuMjYtxnqzQWARVWCIVSZwJeiL9kg8QMsuIZOplsJgTzZLF6jGxI3AClj8I9nRdQ==",
  6. "_location": "/sass-loader",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "sass-loader",
  12. "name": "sass-loader",
  13. "escapedName": "sass-loader",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#DEV:/",
  20. "#USER"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/sass-loader/-/sass-loader-14.2.1.tgz",
  23. "_shasum": "db9ad96b56dc1c1ea546101e76375d5b008fec70",
  24. "_spec": "sass-loader",
  25. "_where": "D:\\Desktop\\yelaixiangApp\\yelaixiang-h5",
  26. "author": {
  27. "name": "J. Tangelder"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/webpack-contrib/sass-loader/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "neo-async": "^2.6.2"
  35. },
  36. "deprecated": false,
  37. "description": "Sass loader for webpack",
  38. "devDependencies": {
  39. "@babel/cli": "^7.23.4",
  40. "@babel/core": "^7.24.0",
  41. "@babel/preset-env": "^7.24.0",
  42. "@commitlint/cli": "^18.4.4",
  43. "@commitlint/config-conventional": "^18.4.4",
  44. "@webpack-contrib/eslint-config-webpack": "^3.0.0",
  45. "babel-jest": "^29.6.2",
  46. "bootstrap-sass": "^3.4.1",
  47. "bootstrap-v4": "npm:bootstrap@^4.5.3",
  48. "bootstrap-v5": "npm:bootstrap@^5.0.1",
  49. "cross-env": "^7.0.3",
  50. "cspell": "^8.6.0",
  51. "css-loader": "^6.9.0",
  52. "del": "^6.1.1",
  53. "del-cli": "^5.1.0",
  54. "enhanced-resolve": "^5.15.1",
  55. "eslint": "^8.57.0",
  56. "eslint-config-prettier": "^9.1.0",
  57. "eslint-plugin-import": "^2.28.0",
  58. "file-loader": "^6.2.0",
  59. "foundation-sites": "^6.7.5",
  60. "husky": "^9.0.11",
  61. "jest": "^29.6.2",
  62. "jest-environment-node-single-context": "^29.1.0",
  63. "lint-staged": "^15.2.0",
  64. "material-components-web": "^9.0.0",
  65. "memfs": "^4.7.7",
  66. "node-sass": "^9.0.0",
  67. "node-sass-glob-importer": "^5.3.2",
  68. "npm-run-all": "^4.1.5",
  69. "prettier": "^3.2.2",
  70. "sass": "^1.71.1",
  71. "sass-embedded": "^1.71.1",
  72. "semver": "^7.5.4",
  73. "standard-version": "^9.3.1",
  74. "style-loader": "^3.3.4",
  75. "webpack": "^5.88.2",
  76. "webpack-cli": "^5.1.4",
  77. "webpack-dev-server": "^5.0.4"
  78. },
  79. "engines": {
  80. "node": ">= 18.12.0"
  81. },
  82. "files": [
  83. "dist"
  84. ],
  85. "funding": {
  86. "type": "opencollective",
  87. "url": "https://opencollective.com/webpack"
  88. },
  89. "homepage": "https://github.com/webpack-contrib/sass-loader",
  90. "keywords": [
  91. "sass",
  92. "libsass",
  93. "webpack",
  94. "loader"
  95. ],
  96. "license": "MIT",
  97. "main": "dist/cjs.js",
  98. "name": "sass-loader",
  99. "peerDependencies": {
  100. "@rspack/core": "0.x || 1.x",
  101. "node-sass": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0",
  102. "sass": "^1.3.0",
  103. "sass-embedded": "*",
  104. "webpack": "^5.0.0"
  105. },
  106. "peerDependenciesMeta": {
  107. "@rspack/core": {
  108. "optional": true
  109. },
  110. "node-sass": {
  111. "optional": true
  112. },
  113. "sass": {
  114. "optional": true
  115. },
  116. "sass-embedded": {
  117. "optional": true
  118. },
  119. "webpack": {
  120. "optional": true
  121. }
  122. },
  123. "repository": {
  124. "type": "git",
  125. "url": "git+https://github.com/webpack-contrib/sass-loader.git"
  126. },
  127. "scripts": {
  128. "build": "cross-env NODE_ENV=production babel src -d dist --copy-files",
  129. "clean": "del-cli dist",
  130. "commitlint": "commitlint --from=master",
  131. "fix": "npm-run-all -l fix:js fix:prettier",
  132. "fix:js": "npm run lint:js -- --fix",
  133. "fix:prettier": "npm run lint:prettier -- --write",
  134. "lint": "npm-run-all -l -p \"lint:**\"",
  135. "lint:js": "eslint --cache .",
  136. "lint:prettier": "prettier --cache --list-different .",
  137. "lint:spelling": "cspell --cache --no-must-find-files --quiet \"**/*.*\"",
  138. "prebuild": "npm run clean",
  139. "prepare": "husky && npm run build",
  140. "pretest": "npm run lint",
  141. "release": "standard-version",
  142. "security": "npm audit --production",
  143. "start": "npm run build -- -w",
  144. "test": "npm run test:coverage",
  145. "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",
  146. "test:manual": "npm run build && webpack-dev-server test/manual/src/index.js --open --config test/manual/webpack.config.js",
  147. "test:only": "cross-env NODE_ENV=test jest",
  148. "test:watch": "npm run test:only -- --watch"
  149. },
  150. "version": "14.2.1"
  151. }