2023-10-06 00:32:55 +00:00

25 lines
746 B
JSON

{
"version": "0.218.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.218.0/flow-win64-v0.218.0.zip",
"hash": "4a06366590cc8742a69fe8e093b5e1bbcd6b64fc1036217d65082b3e0d21e81a"
}
},
"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"
}
}
}
}