2024-11-14 20:28:48 +00:00

25 lines
742 B
JSON

{
"version": "0.253.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.253.0/flow-win64-v0.253.0.zip",
"hash": "b52c56b9dd829bbd78c31fe21069fa0c3eb6baaa227b0994e07a3b2501538752"
}
},
"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"
}
}
}
}