2023-09-29 20:24:49 +00:00

25 lines
746 B
JSON

{
"version": "0.217.2",
"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.217.2/flow-win64-v0.217.2.zip",
"hash": "00cbfaf2610d3aeb2526baec24f6712c82ff783cb4077e6851c1bb112c4154c6"
}
},
"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"
}
}
}
}