mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 11:34:25 +00:00
25 lines
747 B
JSON
25 lines
747 B
JSON
{
|
|
"version": "0.134.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.134.0/flow-win64-v0.134.0.zip",
|
|
"hash": "ca941aaa9dc85d31870a896d63baab1ab7fa2e01f3f6136e9e204710e43d50c0"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|