2021-01-07 10:29:40 +01:00

25 lines
746 B
JSON

{
"version": "0.142.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.142.0/flow-win64-v0.142.0.zip",
"hash": "329508686d4cfb08c77f24ae534d018087afaa7e2260f8cf461fda347e7f643e"
}
},
"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"
}
}
}
}