2024-01-19 20:24:49 +00:00

25 lines
746 B
JSON

{
"version": "0.227.0",
"description": "A static type checker for JavaScript code",
"homepage": "https://flowtype.org/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/facebook/flow/releases/download/v0.227.0/flow-win64-v0.227.0.zip",
"hash": "1f077cf4d6e4a7044e963b03c1418db09c04cb2e798e98effe810fb954cee3f2"
}
},
"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"
}
}
}
}