package.json 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. {
  2. "_from": "sass-loader@^13.1.0",
  3. "_id": "sass-loader@13.3.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-mt5YN2F1MOZr3d/wBRcZxeFgwgkH44wVc2zohO2YF6JiOMkiXe4BYRZpSu2sO1g71mo/j16txzUhsKZlqjVGzA==",
  6. "_location": "/sass-loader",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "sass-loader@^13.1.0",
  12. "name": "sass-loader",
  13. "escapedName": "sass-loader",
  14. "rawSpec": "^13.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^13.1.0"
  17. },
  18. "_requiredBy": [
  19. "#DEV:/"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/sass-loader/-/sass-loader-13.3.3.tgz",
  22. "_shasum": "60df5e858788cffb1a3215e5b92e9cba61e7e133",
  23. "_spec": "sass-loader@^13.1.0",
  24. "_where": "E:\\git\\2021项目\\安科院大屏",
  25. "author": {
  26. "name": "J. Tangelder"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/webpack-contrib/sass-loader/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "neo-async": "^2.6.2"
  34. },
  35. "deprecated": false,
  36. "description": "Sass loader for webpack",
  37. "devDependencies": {
  38. "@babel/cli": "^7.22.9",
  39. "@babel/core": "^7.22.9",
  40. "@babel/preset-env": "^7.22.9",
  41. "@commitlint/cli": "^17.6.7",
  42. "@commitlint/config-conventional": "^17.6.7",
  43. "@webpack-contrib/eslint-config-webpack": "^3.0.0",
  44. "babel-jest": "^29.6.2",
  45. "bootstrap-sass": "^3.4.1",
  46. "bootstrap-v4": "npm:bootstrap@^4.5.3",
  47. "bootstrap-v5": "npm:bootstrap@^5.0.1",
  48. "cross-env": "^7.0.3",
  49. "cspell": "^6.31.2",
  50. "css-loader": "^6.8.1",
  51. "del": "^6.1.1",
  52. "del-cli": "^4.0.1",
  53. "enhanced-resolve": "^5.15.0",
  54. "eslint": "^8.46.0",
  55. "eslint-config-prettier": "^8.9.0",
  56. "eslint-plugin-import": "^2.28.0",
  57. "file-loader": "^6.2.0",
  58. "foundation-sites": "^6.7.5",
  59. "husky": "^8.0.3",
  60. "jest": "^29.6.2",
  61. "jest-environment-node-single-context": "^29.1.0",
  62. "lint-staged": "^13.2.3",
  63. "material-components-web": "^9.0.0",
  64. "memfs": "^3.5.1",
  65. "node-sass": "^8.0.0",
  66. "node-sass-glob-importer": "^5.3.2",
  67. "npm-run-all": "^4.1.5",
  68. "prettier": "^2.8.8",
  69. "sass": "^1.64.2",
  70. "sass-embedded": "^1.64.2",
  71. "semver": "^7.5.4",
  72. "standard-version": "^9.3.1",
  73. "style-loader": "^3.3.3",
  74. "webpack": "^5.88.2"
  75. },
  76. "engines": {
  77. "node": ">= 14.15.0"
  78. },
  79. "files": [
  80. "dist"
  81. ],
  82. "funding": {
  83. "type": "opencollective",
  84. "url": "https://opencollective.com/webpack"
  85. },
  86. "homepage": "https://github.com/webpack-contrib/sass-loader",
  87. "keywords": [
  88. "sass",
  89. "libsass",
  90. "webpack",
  91. "loader"
  92. ],
  93. "license": "MIT",
  94. "main": "dist/cjs.js",
  95. "name": "sass-loader",
  96. "peerDependencies": {
  97. "fibers": ">= 3.1.0",
  98. "node-sass": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0",
  99. "sass": "^1.3.0",
  100. "sass-embedded": "*",
  101. "webpack": "^5.0.0"
  102. },
  103. "peerDependenciesMeta": {
  104. "node-sass": {
  105. "optional": true
  106. },
  107. "sass": {
  108. "optional": true
  109. },
  110. "sass-embedded": {
  111. "optional": true
  112. },
  113. "fibers": {
  114. "optional": true
  115. }
  116. },
  117. "repository": {
  118. "type": "git",
  119. "url": "git+https://github.com/webpack-contrib/sass-loader.git"
  120. },
  121. "scripts": {
  122. "build": "cross-env NODE_ENV=production babel src -d dist --copy-files",
  123. "clean": "del-cli dist",
  124. "commitlint": "commitlint --from=master",
  125. "fix": "npm-run-all -l fix:js fix:prettier",
  126. "fix:js": "npm run lint:js -- --fix",
  127. "fix:prettier": "npm run lint:prettier -- --write",
  128. "lint": "npm-run-all -l -p \"lint:**\"",
  129. "lint:js": "eslint --cache .",
  130. "lint:prettier": "prettier --list-different .",
  131. "lint:spelling": "cspell \"**/*.*\"",
  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: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": "13.3.3"
  145. }