package.json 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. {
  2. "_from": "sass-loader@10.1.0",
  3. "_id": "sass-loader@10.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-Fyf8wMMqs+sZfNph14rfTpF0pLM=",
  6. "_location": "/sass-loader",
  7. "_phantomChildren": {
  8. "@types/json-schema": "7.0.7",
  9. "ajv": "6.12.6",
  10. "ajv-keywords": "3.5.2",
  11. "big.js": "5.2.2",
  12. "emojis-list": "3.0.0",
  13. "minimist": "1.2.5"
  14. },
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "sass-loader@10.1.0",
  19. "name": "sass-loader",
  20. "escapedName": "sass-loader",
  21. "rawSpec": "10.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "10.1.0"
  24. },
  25. "_requiredBy": [
  26. "#DEV:/"
  27. ],
  28. "_resolved": "https://registry.nlark.com/sass-loader/download/sass-loader-10.1.0.tgz?cache=0&sync_timestamp=1622562212227&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fsass-loader%2Fdownload%2Fsass-loader-10.1.0.tgz",
  29. "_shasum": "1727fcc0c32ab3eb197cda61d78adf4e9174a4b3",
  30. "_spec": "sass-loader@10.1.0",
  31. "_where": "D:\\bomanss\\ruoyi-ui",
  32. "author": {
  33. "name": "J. Tangelder"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/webpack-contrib/sass-loader/issues"
  37. },
  38. "bundleDependencies": false,
  39. "dependencies": {
  40. "klona": "^2.0.4",
  41. "loader-utils": "^2.0.0",
  42. "neo-async": "^2.6.2",
  43. "schema-utils": "^3.0.0",
  44. "semver": "^7.3.2"
  45. },
  46. "deprecated": false,
  47. "description": "Sass loader for webpack",
  48. "devDependencies": {
  49. "@babel/cli": "^7.12.1",
  50. "@babel/core": "^7.12.3",
  51. "@babel/preset-env": "^7.12.1",
  52. "@commitlint/cli": "^11.0.0",
  53. "@commitlint/config-conventional": "^11.0.0",
  54. "@webpack-contrib/defaults": "^6.3.0",
  55. "@webpack-contrib/eslint-config-webpack": "^3.0.0",
  56. "babel-jest": "^26.6.3",
  57. "bootstrap": "^4.5.3",
  58. "bootstrap-sass": "^3.4.1",
  59. "cross-env": "^7.0.2",
  60. "css-loader": "^5.0.1",
  61. "del": "^6.0.0",
  62. "del-cli": "^3.0.1",
  63. "enhanced-resolve": "^5.3.1",
  64. "eslint": "^7.13.0",
  65. "eslint-config-prettier": "^6.15.0",
  66. "eslint-plugin-import": "^2.22.1",
  67. "fibers": "^5.0.0",
  68. "file-loader": "^6.2.0",
  69. "foundation-sites": "^6.6.3",
  70. "husky": "^4.3.0",
  71. "jest": "^26.6.3",
  72. "lint-staged": "^10.5.1",
  73. "material-components-web": "^8.0.0",
  74. "memfs": "^3.2.0",
  75. "node-sass": "^5.0.0",
  76. "npm-run-all": "^4.1.5",
  77. "prettier": "^2.1.2",
  78. "sass": "^1.29.0",
  79. "standard-version": "^9.0.0",
  80. "style-loader": "^2.0.0",
  81. "webpack": "^5.4.0"
  82. },
  83. "engines": {
  84. "node": ">= 10.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/sass-loader",
  94. "keywords": [
  95. "sass",
  96. "libsass",
  97. "webpack",
  98. "loader"
  99. ],
  100. "license": "MIT",
  101. "main": "dist/cjs.js",
  102. "name": "sass-loader",
  103. "peerDependencies": {
  104. "webpack": "^4.36.0 || ^5.0.0",
  105. "node-sass": "^4.0.0 || ^5.0.0",
  106. "sass": "^1.3.0",
  107. "fibers": ">= 3.1.0"
  108. },
  109. "peerDependenciesMeta": {
  110. "node-sass": {
  111. "optional": true
  112. },
  113. "sass": {
  114. "optional": true
  115. },
  116. "fibers": {
  117. "optional": true
  118. }
  119. },
  120. "repository": {
  121. "type": "git",
  122. "url": "git+https://github.com/webpack-contrib/sass-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. "defaults": "webpack-defaults",
  129. "lint": "npm-run-all -l -p \"lint:**\"",
  130. "lint:js": "eslint --cache .",
  131. "lint:prettier": "prettier --list-different .",
  132. "prebuild": "npm run clean",
  133. "prepare": "npm run build",
  134. "pretest": "npm run lint",
  135. "release": "standard-version",
  136. "security": "npm audit",
  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:manual": "npm run build && webpack-dev-server test/manual/src/index.js --open --config test/manual/webpack.config.js",
  141. "test:only": "cross-env NODE_ENV=test jest",
  142. "test:watch": "npm run test:only -- --watch"
  143. },
  144. "version": "10.1.0"
  145. }