mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-08 16:31:20 +00:00
17 lines
571 B
JSON
17 lines
571 B
JSON
{
|
|
"homepage": "https://yarnpkg.com/",
|
|
"license": "BSD",
|
|
"version": "0.20.0",
|
|
"depends": "nodejs",
|
|
"url": "https://github.com/yarnpkg/yarn/releases/download/v0.20.0/yarn-0.20.0.msi",
|
|
"hash": "4ebd23072f266bcd5e4dbee34d70d68b743949bb4504a7aad1c0ecdbf994b7d5",
|
|
"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"
|
|
}
|
|
}
|