package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_from": "sass@1.32.0",
  3. "_id": "sass@1.32.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-fhyqEbMIycQA4blrz/C0pYhv2o4x2y6FYYAH0CshBw3DXh5D5wyERgxw0ptdau1orc/GhNrhF7DFN2etyOCEng==",
  6. "_location": "/sass",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "sass@1.32.0",
  12. "name": "sass",
  13. "escapedName": "sass",
  14. "rawSpec": "1.32.0",
  15. "saveSpec": null,
  16. "fetchSpec": "1.32.0"
  17. },
  18. "_requiredBy": [
  19. "#DEV:/"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/sass/-/sass-1.32.0.tgz",
  22. "_shasum": "10101a026c13080b14e2b374d4e15ee24400a4d3",
  23. "_spec": "sass@1.32.0",
  24. "_where": "E:\\boman-framwork\\ruoyi-ui",
  25. "author": {
  26. "name": "Natalie Weizenbaum",
  27. "email": "nweiz@google.com",
  28. "url": "https://github.com/nex3"
  29. },
  30. "bin": {
  31. "sass": "sass.js"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/sass/dart-sass/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "chokidar": ">=2.0.0 <4.0.0"
  39. },
  40. "deprecated": false,
  41. "description": "A pure JavaScript implementation of Sass.",
  42. "engines": {
  43. "node": ">=8.9.0"
  44. },
  45. "homepage": "https://github.com/sass/dart-sass",
  46. "keywords": [
  47. "style",
  48. "scss",
  49. "sass",
  50. "preprocessor",
  51. "css"
  52. ],
  53. "license": "MIT",
  54. "main": "sass.dart.js",
  55. "name": "sass",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/sass/dart-sass.git"
  59. },
  60. "version": "1.32.0"
  61. }