mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 17:21:20 +00:00
25 lines
746 B
JSON
25 lines
746 B
JSON
{
|
|
"version": "0.176.1",
|
|
"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.176.1/flow-win64-v0.176.1.zip",
|
|
"hash": "c985c4d2c25404736db9a719acd89ce8b2a125efcff90ff0a64df9f03d13b3f9"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|