mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
25 lines
742 B
JSON
25 lines
742 B
JSON
{
|
|
"version": "0.270.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.270.0/flow-win64-v0.270.0.zip",
|
|
"hash": "14aaf7f1529e8d53b2d7a533ff5b72418ba7c6c9025f44b668e36680d73cd479"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|