{ "version": "1.68.0", "description": "The primary implementation of Sass, written in Dart.", "homepage": "https://sass-lang.com/dart-sass", "license": "MIT", "architecture": { "64bit": { "url": "https://github.com/sass/dart-sass/releases/download/1.68.0/dart-sass-1.68.0-windows-x64.zip", "hash": "52aa561f1b534dc6205630e13c1a0f9eadf88447741a13f8c279d74af929cbb9" }, "32bit": { "url": "https://github.com/sass/dart-sass/releases/download/1.68.0/dart-sass-1.68.0-windows-ia32.zip", "hash": "f57f1c3e2396ca2790ff45e056d93dc56e5c8b015f4d3807cff5236c2659e0b0" } }, "extract_dir": "dart-sass", "bin": [ "sass.bat", [ "sass.bat", "dart-sass" ] ], "checkver": { "github": "https://github.com/sass/dart-sass" }, "autoupdate": { "architecture": { "64bit": { "url": "https://github.com/sass/dart-sass/releases/download/$version/dart-sass-$version-windows-x64.zip" }, "32bit": { "url": "https://github.com/sass/dart-sass/releases/download/$version/dart-sass-$version-windows-ia32.zip" } } } }