mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
25 lines
742 B
JSON
25 lines
742 B
JSON
{
|
|
"version": "0.272.2",
|
|
"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.272.2/flow-win64-v0.272.2.zip",
|
|
"hash": "febdba2131c5176e42caaf164467b4b12ed1f94f264c5f5ce1b5b9742e73e0dd"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|