{ "homepage": "https://github.com/denoland/deno", "description": "A secure TypeScript runtime on V8", "version": "0.6.0", "license": "MIT", "architecture": { "64bit": { "url": "https://github.com/denoland/deno/releases/download/v0.6.0/deno_win_x64.zip", "hash": "a086c7192bddafe1bb75a19fefb8a4624008e625bfcb7ae9fadfd08e7b7b1ebc" } }, "bin": [ [ "deno.exe", "deno" ] ], "checkver": "github", "autoupdate": { "architecture": { "64bit": { "url": "https://github.com/denoland/deno/releases/download/v$version/deno_win_x64.zip" } } } }