mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-26 13:24:39 +00:00
25 lines
742 B
JSON
25 lines
742 B
JSON
{
|
|
"version": "0.301.0",
|
|
"description": "A static type checker for JavaScript code",
|
|
"homepage": "https://flow.org/",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/facebook/flow/releases/download/v0.301.0/flow-win64-v0.301.0.zip",
|
|
"hash": "9e36a1cbb8769e73a712b8d280bd7cb802eb0d34c0f1356a21f2674c131f029c"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|