2025-11-06 04:31:40 +00:00

25 lines
742 B
JSON

{
"version": "0.290.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.290.0/flow-win64-v0.290.0.zip",
"hash": "a3f41afe4cfc8db4e26e861f673f1b0ffcbb87f18b9aae68935f922cba3bf669"
}
},
"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"
}
}
}
}