2022-06-30 00:35:14 +00:00

25 lines
746 B
JSON

{
"version": "0.181.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.181.2/flow-win64-v0.181.2.zip",
"hash": "f7dda0563001889231ae4a3cd0155fdbf530fd11bc49634f56ac2777d6decc26"
}
},
"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"
}
}
}
}