{ "homepage": "https://github.com/sass/dart-sass", "description": "The reference implementation of Sass, written in Dart.", "version": "1.26.2", "license": "MIT", "architecture": { "64bit": { "url": "https://github.com/sass/dart-sass/releases/download/1.26.2/dart-sass-1.26.2-windows-x64.zip", "hash": "632c1991b0f62304d771d99b95bd9cbba03a468007c7e7b066120dfd7c9e4173" }, "32bit": { "url": "https://github.com/sass/dart-sass/releases/download/1.26.2/dart-sass-1.26.2-windows-ia32.zip", "hash": "5c2adce26f783bbe980eebf48455ea6354ce37bd3e4e7dfa1997ee26df280efe" } }, "extract_dir": "dart-sass", "bin": [ [ "sass.bat", "sass" ] ], "checkver": { "url": "https://github.com/sass/dart-sass/releases/latest", "re": "/releases/tag/(?:v)?([\\d\\w.-]+)" }, "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" } } } }