mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 12:04:27 +00:00
20 lines
634 B
JSON
20 lines
634 B
JSON
{
|
|
"homepage": "https://yarnpkg.com/",
|
|
"licence": "BSD",
|
|
"version": "0.17.10",
|
|
"depends": "nodejs",
|
|
"url": "https://github.com/yarnpkg/yarn/releases/download/v0.17.10/yarn-0.17.10.msi",
|
|
"hash": "5937c247697f43b305018438e2e4040842046402d264fb7a0863389d3776912e",
|
|
"bin": "Yarn\\bin\\yarn.cmd",
|
|
"checkver": {
|
|
"url": "https://github.com/yarnpkg/yarn/releases/latest",
|
|
"re": "/releases/tag/v([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/yarnpkg/yarn/releases/download/v$version/yarn-$version.msi",
|
|
"hash": {
|
|
"mode": "download"
|
|
}
|
|
}
|
|
}
|