mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-10 02:31:21 +00:00
25 lines
746 B
JSON
25 lines
746 B
JSON
{
|
|
"version": "0.185.2",
|
|
"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.185.2/flow-win64-v0.185.2.zip",
|
|
"hash": "9b4224c1e74b2675245e1f47214b527a287862dfcdcf9839bdd6b50170d174db"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|