package.json 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. {
  2. "_from": "sass-loader",
  3. "_id": "sass-loader@13.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-BbiqbVmbfJaWVeOOAu2o7DhYWtcNmTfvroVgFXa6k2hHheMxNAeDHLNoDy/Q5aoaVlz0LH+MbMktKwm9vN/j8Q==",
  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.npmjs.org/sass-loader/-/sass-loader-13.0.2.tgz",
  23. "_shasum": "e81a909048e06520e9f2ff25113a801065adb3fe",
  24. "_spec": "sass-loader",
  25. "_where": "G:\\项目\\mobile",
  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. "neo-async": "^2.6.2"
  36. },
  37. "deprecated": false,
  38. "description": "Sass loader for webpack",
  39. "devDependencies": {
  40. "@babel/cli": "^7.17.10",
  41. "@babel/core": "^7.18.2",
  42. "@babel/preset-env": "^7.18.2",
  43. "@commitlint/cli": "^17.0.2",
  44. "@commitlint/config-conventional": "^17.0.2",
  45. "@webpack-contrib/eslint-config-webpack": "^3.0.0",
  46. "babel-jest": "^28.1.0",
  47. "bootstrap-sass": "^3.4.1",
  48. "bootstrap-v4": "npm:bootstrap@^4.5.3",
  49. "bootstrap-v5": "npm:bootstrap@^5.0.1",
  50. "cross-env": "^7.0.3",
  51. "css-loader": "^6.6.0",
  52. "del": "^6.1.1",
  53. "del-cli": "^4.0.1",
  54. "enhanced-resolve": "^5.8.2",
  55. "eslint": "^8.16.0",
  56. "eslint-config-prettier": "^8.3.0",
  57. "eslint-plugin-import": "^2.25.4",
  58. "fibers": "^5.0.1",
  59. "file-loader": "^6.2.0",
  60. "foundation-sites": "^6.6.3",
  61. "husky": "^8.0.1",
  62. "jest": "^28.1.0",
  63. "jest-environment-node-single-context": "^28.0.0",
  64. "lint-staged": "^12.5.0",
  65. "material-components-web": "^8.0.0",
  66. "memfs": "^3.4.4",
  67. "node-sass": "^7.0.1",
  68. "node-sass-glob-importer": "^5.3.2",
  69. "npm-run-all": "^4.1.5",
  70. "prettier": "^2.3.2",
  71. "sass": "^1.52.1",
  72. "sass-embedded": "^1.52.1",
  73. "semver": "^7.3.5",
  74. "standard-version": "^9.3.1",
  75. "style-loader": "^3.2.1",
  76. "webpack": "^5.73.0"
  77. },
  78. "engines": {
  79. "node": ">= 14.15.0"
  80. },
  81. "files": [
  82. "dist"
  83. ],
  84. "funding": {
  85. "type": "opencollective",
  86. "url": "https://opencollective.com/webpack"
  87. },
  88. "homepage": "https://github.com/webpack-contrib/sass-loader",
  89. "keywords": [
  90. "sass",
  91. "libsass",
  92. "webpack",
  93. "loader"
  94. ],
  95. "license": "MIT",
  96. "main": "dist/cjs.js",
  97. "name": "sass-loader",
  98. "peerDependencies": {
  99. "fibers": ">= 3.1.0",
  100. "node-sass": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0",
  101. "sass": "^1.3.0",
  102. "sass-embedded": "*",
  103. "webpack": "^5.0.0"
  104. },
  105. "peerDependenciesMeta": {
  106. "node-sass": {
  107. "optional": true
  108. },
  109. "sass": {
  110. "optional": true
  111. },
  112. "sass-embedded": {
  113. "optional": true
  114. },
  115. "fibers": {
  116. "optional": true
  117. }
  118. },
  119. "repository": {
  120. "type": "git",
  121. "url": "git+https://github.com/webpack-contrib/sass-loader.git"
  122. },
  123. "scripts": {
  124. "build": "cross-env NODE_ENV=production babel src -d dist --copy-files",
  125. "clean": "del-cli dist",
  126. "commitlint": "commitlint --from=master",
  127. "lint": "npm-run-all -l -p \"lint:**\"",
  128. "lint:js": "eslint --cache .",
  129. "lint:prettier": "prettier --list-different .",
  130. "prebuild": "npm run clean",
  131. "prepare": "husky install && npm run build",
  132. "pretest": "npm run lint",
  133. "release": "standard-version",
  134. "security": "npm audit --production",
  135. "start": "npm run build -- -w",
  136. "test": "npm run test:coverage",
  137. "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",
  138. "test:manual": "npm run build && webpack-dev-server test/manual/src/index.js --open --config test/manual/webpack.config.js",
  139. "test:only": "cross-env NODE_ENV=test jest",
  140. "test:watch": "npm run test:only -- --watch"
  141. },
  142. "version": "13.0.2"
  143. }