package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_from": "sass-loader@7.0.3",
  3. "_id": "sass-loader@7.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-iaSFtQcGo4SSgDw5Aes5p4VTrA5jCGSA7sGmhPIcOloBlgI1VktM2MUrk2IHHjbNagckXlPz+HWq1vAAPrcYxA==",
  6. "_location": "/sass-loader",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "sass-loader@7.0.3",
  12. "name": "sass-loader",
  13. "escapedName": "sass-loader",
  14. "rawSpec": "7.0.3",
  15. "saveSpec": null,
  16. "fetchSpec": "7.0.3"
  17. },
  18. "_requiredBy": [
  19. "#DEV:/"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/sass-loader/-/sass-loader-7.0.3.tgz",
  22. "_shasum": "6ca10871a1cc7549f8143db5a9958242c4e4ca2a",
  23. "_spec": "sass-loader@7.0.3",
  24. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web",
  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. "clone-deep": "^2.0.1",
  34. "loader-utils": "^1.0.1",
  35. "lodash.tail": "^4.1.1",
  36. "neo-async": "^2.5.0",
  37. "pify": "^3.0.0"
  38. },
  39. "deprecated": false,
  40. "description": "Sass loader for webpack",
  41. "devDependencies": {
  42. "bootstrap-sass": "^3.3.5",
  43. "css-loader": "^0.28.4",
  44. "eslint": "^3.16.0",
  45. "eslint-config-peerigon": "^9.0.0",
  46. "eslint-plugin-jsdoc": "^2.4.0",
  47. "file-loader": "^0.11.2",
  48. "mocha": "^3.0.2",
  49. "mock-require": "^3.0.1",
  50. "node-sass": "^4.5.0",
  51. "nyc": "^11.0.2",
  52. "raw-loader": "^0.5.1",
  53. "should": "^11.2.0",
  54. "standard-version": "^4.2.0",
  55. "style-loader": "^0.18.2",
  56. "webpack": "^4.5.0",
  57. "webpack-dev-server": "^2.4.1",
  58. "webpack-merge": "^4.0.0"
  59. },
  60. "engines": {
  61. "node": ">= 6.9.0 || >= 8.9.0"
  62. },
  63. "files": [
  64. "lib"
  65. ],
  66. "homepage": "https://github.com/webpack-contrib/sass-loader",
  67. "keywords": [
  68. "sass",
  69. "libsass",
  70. "webpack",
  71. "loader"
  72. ],
  73. "license": "MIT",
  74. "main": "lib/loader.js",
  75. "name": "sass-loader",
  76. "peerDependencies": {
  77. "webpack": "^3.0.0 || ^4.0.0"
  78. },
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/webpack-contrib/sass-loader.git"
  82. },
  83. "scripts": {
  84. "appveyor:test": "npm test",
  85. "create-spec": "node test/tools/runCreateSpec.js",
  86. "lint": "eslint lib test",
  87. "posttest": "npm run lint",
  88. "pretest": "npm run create-spec",
  89. "release": "standard-version",
  90. "test": "nyc --all mocha -R spec -t 10000",
  91. "test-bootstrap-sass": "webpack-dev-server --config test/bootstrapSass/webpack.config.js --content-base ./test/bootstrapSass",
  92. "test-extract-text": "webpack --config test/extractText/webpack.config.js",
  93. "test-hmr": "webpack-dev-server --config test/hmr/webpack.config.js --content-base ./test/hmr --hot --inline",
  94. "test-source-map": "webpack-dev-server --config test/sourceMap/webpack.config.js --content-base ./test/sourceMap --inline",
  95. "test-watch": "webpack --config test/watch/webpack.config.js",
  96. "travis:coverage": "npm run test",
  97. "travis:lint": "npm run lint",
  98. "travis:test": "npm run test"
  99. },
  100. "version": "7.0.3"
  101. }