mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 12:04:27 +00:00
25 lines
746 B
JSON
25 lines
746 B
JSON
{
|
|
"version": "0.213.0",
|
|
"description": "A static type checker for JavaScript code",
|
|
"homepage": "https://flowtype.org/",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/facebook/flow/releases/download/v0.213.0/flow-win64-v0.213.0.zip",
|
|
"hash": "3e45be02b81ccffe1381f977b5d59ed3a48c6d01a4f0f2c514ea7be78e49f6a1"
|
|
}
|
|
},
|
|
"extract_dir": "flow",
|
|
"bin": "flow.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/facebook/flow"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/facebook/flow/releases/download/v$version/flow-win64-v$version.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|