2024-04-18 01:15:17 +00:00

25 lines
742 B
JSON

{
"version": "0.234.0",
"description": "A static type checker for JavaScript code",
"homepage": "https://flow.org/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/facebook/flow/releases/download/v0.234.0/flow-win64-v0.234.0.zip",
"hash": "63e9b7be78e945ef91d4049d35bd36a83981559dd2f50177a921acbe4be11199"
}
},
"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"
}
}
}
}