2024-11-26 00:37:06 +00:00

25 lines
742 B
JSON

{
"version": "0.255.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.255.0/flow-win64-v0.255.0.zip",
"hash": "cbade4eda332f1ff07728f8e8b47aff178af99e710d527398c01b545b9d760a1"
}
},
"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"
}
}
}
}