package.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. {
  2. "_from": "sass-loader@10",
  3. "_id": "sass-loader@10.4.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-aX/iJZTTpNUNx/OSYzo2KsjIUQHqvWsAhhUijFjAPdZTEhstjZI9zTNvkTTwsx+uNUJqUwOw5gacxQMx4hJxGQ==",
  6. "_location": "/sass-loader",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "sass-loader@10",
  12. "name": "sass-loader",
  13. "escapedName": "sass-loader",
  14. "rawSpec": "10",
  15. "saveSpec": null,
  16. "fetchSpec": "10"
  17. },
  18. "_requiredBy": [
  19. "#DEV:/",
  20. "#USER"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-10.4.1.tgz",
  23. "_shasum": "bea4e173ddf512c9d7f53e9ec686186146807cbf",
  24. "_spec": "sass-loader@10",
  25. "_where": "D:\\公司项目\\wms",
  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. "klona": "^2.0.4",
  35. "loader-utils": "^2.0.0",
  36. "neo-async": "^2.6.2",
  37. "schema-utils": "^3.0.0",
  38. "semver": "^7.3.2"
  39. },
  40. "deprecated": false,
  41. "description": "Sass loader for webpack",
  42. "devDependencies": {
  43. "@babel/cli": "^7.12.1",
  44. "@babel/core": "^7.12.3",
  45. "@babel/preset-env": "^7.12.1",
  46. "@commitlint/cli": "^11.0.0",
  47. "@commitlint/config-conventional": "^11.0.0",
  48. "@webpack-contrib/defaults": "^6.3.0",
  49. "@webpack-contrib/eslint-config-webpack": "^3.0.0",
  50. "babel-jest": "^26.6.3",
  51. "bootstrap": "^4.5.3",
  52. "bootstrap-sass": "^3.4.1",
  53. "cross-env": "^7.0.2",
  54. "css-loader": "^5.0.1",
  55. "del": "^6.0.0",
  56. "del-cli": "^3.0.1",
  57. "enhanced-resolve": "^5.5.0",
  58. "eslint": "^7.13.0",
  59. "eslint-config-prettier": "^7.1.0",
  60. "eslint-plugin-import": "^2.22.1",
  61. "fibers": "^5.0.0",
  62. "file-loader": "^6.2.0",
  63. "foundation-sites": "^6.6.3",
  64. "husky": "^4.3.0",
  65. "jest": "^26.6.3",
  66. "lint-staged": "^10.5.1",
  67. "material-components-web": "^8.0.0",
  68. "memfs": "^3.2.0",
  69. "node-sass": "^6.0.1",
  70. "npm-run-all": "^4.1.5",
  71. "prettier": "^2.1.2",
  72. "sass": "^1.29.0",
  73. "standard-version": "^9.0.0",
  74. "style-loader": "^2.0.0",
  75. "webpack": "^5.12.2"
  76. },
  77. "engines": {
  78. "node": ">= 10.13.0"
  79. },
  80. "files": [
  81. "dist"
  82. ],
  83. "funding": {
  84. "type": "opencollective",
  85. "url": "https://opencollective.com/webpack"
  86. },
  87. "homepage": "https://github.com/webpack-contrib/sass-loader",
  88. "keywords": [
  89. "sass",
  90. "libsass",
  91. "webpack",
  92. "loader"
  93. ],
  94. "license": "MIT",
  95. "main": "dist/cjs.js",
  96. "name": "sass-loader",
  97. "peerDependencies": {
  98. "fibers": ">= 3.1.0",
  99. "node-sass": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0",
  100. "sass": "^1.3.0",
  101. "webpack": "^4.36.0 || ^5.0.0"
  102. },
  103. "peerDependenciesMeta": {
  104. "node-sass": {
  105. "optional": true
  106. },
  107. "sass": {
  108. "optional": true
  109. },
  110. "fibers": {
  111. "optional": true
  112. }
  113. },
  114. "repository": {
  115. "type": "git",
  116. "url": "git+https://github.com/webpack-contrib/sass-loader.git"
  117. },
  118. "scripts": {
  119. "build": "cross-env NODE_ENV=production babel src -d dist --copy-files",
  120. "clean": "del-cli dist",
  121. "commitlint": "commitlint --from=master",
  122. "defaults": "webpack-defaults",
  123. "lint": "npm-run-all -l -p \"lint:**\"",
  124. "lint:js": "eslint --cache .",
  125. "lint:prettier": "prettier --list-different .",
  126. "prebuild": "npm run clean",
  127. "prepare": "npm run build",
  128. "pretest": "npm run lint",
  129. "release": "standard-version",
  130. "security": "npm audit",
  131. "start": "npm run build -- -w",
  132. "test": "npm run test:coverage",
  133. "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",
  134. "test:manual": "npm run build && webpack-dev-server test/manual/src/index.js --open --config test/manual/webpack.config.js",
  135. "test:only": "cross-env NODE_ENV=test jest",
  136. "test:watch": "npm run test:only -- --watch"
  137. },
  138. "version": "10.4.1"
  139. }