{ "homepage": "https://github.com/alecthomas/chroma", "description": "A general purpose syntax highlighter in pure Go", "version": "0.7.0", "license": "MIT", "architecture": { "64bit": { "url": "https://github.com/alecthomas/chroma/releases/download/v0.7.0/chroma-0.7.0-windows-amd64.tar.gz", "hash": "09b6afe1c37d3c73261330a63f1c41c96887dc4fe2d693c36f121cdf88e4d629" }, "32bit": { "url": "https://github.com/alecthomas/chroma/releases/download/v0.7.0/chroma-0.7.0-windows-386.tar.gz", "hash": "64a3fb560ae72b27d223985a03521f4997312811123b374bba50927cdd2e4ea7" } }, "bin": "chroma.exe", "checkver": "github", "autoupdate": { "architecture": { "64bit": { "url": "https://github.com/alecthomas/chroma/releases/download/v$version/chroma-$version-windows-amd64.tar.gz" }, "32bit": { "url": "https://github.com/alecthomas/chroma/releases/download/v$version/chroma-$version-windows-386.tar.gz" } }, "hash": { "url": "$baseurl/chroma-$version-checksums.txt" } } }