2020-08-07 08:32:20 +02:00

25 lines
747 B
JSON

{
"version": "0.131.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.131.0/flow-win64-v0.131.0.zip",
"hash": "839756637ae2ca0e2df1eab4694a26867fda8def0f7b1cc58f0aeff4af76a06e"
}
},
"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"
}
}
}
}