2022-09-08 04:53:28 +00:00

38 lines
1.2 KiB
JSON

{
"version": "1.54.9",
"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.54.9/dart-sass-1.54.9-windows-x64.zip",
"hash": "eb693ed4ffd703adafaf738195059be33ed3cc031682663d7f3818af29900708"
},
"32bit": {
"url": "https://github.com/sass/dart-sass/releases/download/1.54.9/dart-sass-1.54.9-windows-ia32.zip",
"hash": "084979a66ea6ceddf7d5a4b1249f0e3d63dd373ef10eca8da5d99b112b606be5"
}
},
"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"
}
}
}
}