package.json 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. {
  2. "_from": "sass-loader@10.1.1",
  3. "_id": "sass-loader@10.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-W6gVDXAd5hR/WHsPicvZdjAWHBcEJ44UahgxcIE196fW2ong0ZHMPO1kZuI5q0VlvMQZh32gpv69PLWQm70qrw==",
  6. "_location": "/sass-loader",
  7. "_phantomChildren": {
  8. "@types/json-schema": "7.0.11",
  9. "ajv": "6.12.6",
  10. "ajv-keywords": "3.5.2",
  11. "lru-cache": "6.0.0"
  12. },
  13. "_requested": {
  14. "type": "version",
  15. "registry": true,
  16. "raw": "sass-loader@10.1.1",
  17. "name": "sass-loader",
  18. "escapedName": "sass-loader",
  19. "rawSpec": "10.1.1",
  20. "saveSpec": null,
  21. "fetchSpec": "10.1.1"
  22. },
  23. "_requiredBy": [
  24. "/@nuxt/types"
  25. ],
  26. "_resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-10.1.1.tgz",
  27. "_shasum": "4ddd5a3d7638e7949065dd6e9c7c04037f7e663d",
  28. "_spec": "sass-loader@10.1.1",
  29. "_where": "H:\\gs_nuxt\\node_modules\\@nuxt\\types",
  30. "author": {
  31. "name": "J. Tangelder"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/webpack-contrib/sass-loader/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "klona": "^2.0.4",
  39. "loader-utils": "^2.0.0",
  40. "neo-async": "^2.6.2",
  41. "schema-utils": "^3.0.0",
  42. "semver": "^7.3.2"
  43. },
  44. "deprecated": false,
  45. "description": "Sass loader for webpack",
  46. "devDependencies": {
  47. "@babel/cli": "^7.12.1",
  48. "@babel/core": "^7.12.3",
  49. "@babel/preset-env": "^7.12.1",
  50. "@commitlint/cli": "^11.0.0",
  51. "@commitlint/config-conventional": "^11.0.0",
  52. "@webpack-contrib/defaults": "^6.3.0",
  53. "@webpack-contrib/eslint-config-webpack": "^3.0.0",
  54. "babel-jest": "^26.6.3",
  55. "bootstrap": "^4.5.3",
  56. "bootstrap-sass": "^3.4.1",
  57. "cross-env": "^7.0.2",
  58. "css-loader": "^5.0.1",
  59. "del": "^6.0.0",
  60. "del-cli": "^3.0.1",
  61. "enhanced-resolve": "^5.5.0",
  62. "eslint": "^7.13.0",
  63. "eslint-config-prettier": "^7.1.0",
  64. "eslint-plugin-import": "^2.22.1",
  65. "fibers": "^5.0.0",
  66. "file-loader": "^6.2.0",
  67. "foundation-sites": "^6.6.3",
  68. "husky": "^4.3.0",
  69. "jest": "^26.6.3",
  70. "lint-staged": "^10.5.1",
  71. "material-components-web": "^8.0.0",
  72. "memfs": "^3.2.0",
  73. "node-sass": "^5.0.0",
  74. "npm-run-all": "^4.1.5",
  75. "prettier": "^2.1.2",
  76. "sass": "^1.29.0",
  77. "standard-version": "^9.0.0",
  78. "style-loader": "^2.0.0",
  79. "webpack": "^5.12.2"
  80. },
  81. "engines": {
  82. "node": ">= 10.13.0"
  83. },
  84. "files": [
  85. "dist"
  86. ],
  87. "funding": {
  88. "type": "opencollective",
  89. "url": "https://opencollective.com/webpack"
  90. },
  91. "homepage": "https://github.com/webpack-contrib/sass-loader",
  92. "keywords": [
  93. "sass",
  94. "libsass",
  95. "webpack",
  96. "loader"
  97. ],
  98. "license": "MIT",
  99. "main": "dist/cjs.js",
  100. "name": "sass-loader",
  101. "peerDependencies": {
  102. "webpack": "^4.36.0 || ^5.0.0",
  103. "node-sass": "^4.0.0 || ^5.0.0",
  104. "sass": "^1.3.0",
  105. "fibers": ">= 3.1.0"
  106. },
  107. "peerDependenciesMeta": {
  108. "node-sass": {
  109. "optional": true
  110. },
  111. "sass": {
  112. "optional": true
  113. },
  114. "fibers": {
  115. "optional": true
  116. }
  117. },
  118. "repository": {
  119. "type": "git",
  120. "url": "git+https://github.com/webpack-contrib/sass-loader.git"
  121. },
  122. "scripts": {
  123. "build": "cross-env NODE_ENV=production babel src -d dist --copy-files",
  124. "clean": "del-cli dist",
  125. "commitlint": "commitlint --from=master",
  126. "defaults": "webpack-defaults",
  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": "npm run build",
  132. "pretest": "npm run lint",
  133. "release": "standard-version",
  134. "security": "npm audit",
  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": "10.1.1"
  143. }