2022-12-22 04:27:34 +00:00

25 lines
746 B
JSON

{
"version": "0.196.3",
"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.196.3/flow-win64-v0.196.3.zip",
"hash": "b713f3ce05f7da6e55873dd007fb55587963581154c039e3c27f45de17b83daa"
}
},
"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"
}
}
}
}