2025-05-22 04:29:52 +00:00

25 lines
742 B
JSON

{
"version": "0.272.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.272.0/flow-win64-v0.272.0.zip",
"hash": "271062661a3f3716b029c5a18a006c6029105c730dea7d07267eb3a3474d5468"
}
},
"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"
}
}
}
}