2026-02-26 20:31:46 +00:00

25 lines
742 B
JSON

{
"version": "0.303.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.303.0/flow-win64-v0.303.0.zip",
"hash": "b592dc1fbe599931a7e6a0a191eddfa73e2dd8eed5c1e8e9d7102d39abfb07f2"
}
},
"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"
}
}
}
}