2026-02-19 00:54:02 +00:00

25 lines
742 B
JSON

{
"version": "0.302.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.302.0/flow-win64-v0.302.0.zip",
"hash": "4a4a75a8eee3fc64648c8b86d1a258c682d8dc934c17238479266fd781aa5d07"
}
},
"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"
}
}
}
}