2020-10-16 08:08:31 +02:00

25 lines
747 B
JSON

{
"version": "0.136.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.136.0/flow-win64-v0.136.0.zip",
"hash": "761038960abb36b2fb4159e08addfb6f5e71c3915799941abf0fe32650f3fefd"
}
},
"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"
}
}
}
}