package.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. {
  2. "_args": [
  3. [
  4. "sass-loader@7.2.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "sass-loader@7.2.0",
  10. "_id": "sass-loader@7.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-h8yUWaWtsbuIiOCgR9fd9c2lRXZ2uG+h8Dzg/AGNj+Hg/3TO8+BBAW9mEP+mh8ei+qBKqSJ0F1FLlYjNBc61OA==",
  13. "_location": "/sass-loader",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "sass-loader@7.2.0",
  19. "name": "sass-loader",
  20. "escapedName": "sass-loader",
  21. "rawSpec": "7.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "7.2.0"
  24. },
  25. "_requiredBy": [
  26. "/@angular-devkit/build-angular"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-7.2.0.tgz",
  29. "_spec": "7.2.0",
  30. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  31. "author": {
  32. "name": "J. Tangelder"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/webpack-contrib/sass-loader/issues"
  36. },
  37. "commitlint": {
  38. "extends": [
  39. "@commitlint/config-conventional"
  40. ]
  41. },
  42. "dependencies": {
  43. "clone-deep": "^4.0.1",
  44. "loader-utils": "^1.0.1",
  45. "neo-async": "^2.5.0",
  46. "pify": "^4.0.1",
  47. "semver": "^5.5.0"
  48. },
  49. "description": "Sass loader for webpack",
  50. "devDependencies": {
  51. "@commitlint/cli": "^7.2.1",
  52. "@commitlint/config-conventional": "^7.1.2",
  53. "@webpack-contrib/eslint-config-webpack": "^3.0.0",
  54. "bootstrap-sass": "^3.3.5",
  55. "chokidar": "^2.1.6",
  56. "css-loader": "^2.0.0",
  57. "eslint": "^5.10.0",
  58. "eslint-plugin-import": "^2.14.0",
  59. "eslint-plugin-jsdoc": "^4.4.3",
  60. "eslint-plugin-prettier": "^3.0.0",
  61. "file-loader": "^3.0.1",
  62. "husky": "^1.2.0",
  63. "lint-staged": "^8.1.0",
  64. "mocha": "^6.0.2",
  65. "mock-require": "^3.0.1",
  66. "node-sass": "^4.5.0",
  67. "nyc": "^13.1.0",
  68. "prettier": "^1.15.2",
  69. "raw-loader": "^1.0.0",
  70. "sass": "^1.3.0",
  71. "should": "^13.2.3",
  72. "standard-version": "^5.0.2",
  73. "style-loader": "^0.23.1",
  74. "webpack": "^4.5.0",
  75. "webpack-cli": "^3.1.0",
  76. "webpack-dev-server": "^3.1.4",
  77. "webpack-merge": "^4.0.0"
  78. },
  79. "engines": {
  80. "node": ">= 6.9.0"
  81. },
  82. "files": [
  83. "lib"
  84. ],
  85. "homepage": "https://github.com/webpack-contrib/sass-loader",
  86. "husky": {
  87. "hooks": {
  88. "pre-commit": "lint-staged"
  89. }
  90. },
  91. "keywords": [
  92. "sass",
  93. "libsass",
  94. "webpack",
  95. "loader"
  96. ],
  97. "license": "MIT",
  98. "lint-staged": {
  99. "*.js": [
  100. "eslint --fix",
  101. "git add"
  102. ]
  103. },
  104. "main": "lib/loader.js",
  105. "name": "sass-loader",
  106. "peerDependencies": {
  107. "webpack": "^3.0.0 || ^4.0.0"
  108. },
  109. "repository": {
  110. "type": "git",
  111. "url": "git+https://github.com/webpack-contrib/sass-loader.git"
  112. },
  113. "scripts": {
  114. "appveyor:test": "npm test",
  115. "create-spec": "node test/tools/runCreateSpec.js",
  116. "lint": "eslint lib test",
  117. "posttest": "npm run lint",
  118. "pretest": "npm run create-spec",
  119. "release": "standard-version",
  120. "test": "nyc mocha -R spec -t 10000",
  121. "test-bootstrap-sass": "webpack-dev-server --config test/bootstrapSass/webpack.config.js --content-base ./test/bootstrapSass",
  122. "test-extract-text": "webpack --config test/extractText/webpack.config.js",
  123. "test-hmr": "webpack-dev-server --config test/hmr/webpack.config.js --content-base ./test/hmr --hot --inline",
  124. "test-source-map": "webpack-dev-server --config test/sourceMap/webpack.config.js --content-base ./test/sourceMap --inline",
  125. "test-watch": "webpack --config test/watch/webpack.config.js",
  126. "travis:coverage": "npm run test",
  127. "travis:lint": "npm run lint && npm run travis:lint:commits",
  128. "travis:lint:commits": "commitlint --from=${TRAVIS_BRANCH} --to=${TRAVIS_COMMIT}",
  129. "travis:test": "npm run test"
  130. },
  131. "version": "7.2.0"
  132. }