2025-09-20 12:31:09 +00:00

25 lines
742 B
JSON

{
"version": "0.285.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.285.0/flow-win64-v0.285.0.zip",
"hash": "72aba6a351972eb8b4ab277760f94360c9427ced1fda1d83ff9b6ae4d358468e"
}
},
"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"
}
}
}
}