mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-02 22:14:30 +00:00
25 lines
694 B
JSON
25 lines
694 B
JSON
{
|
|
"homepage": "https://yarnpkg.com/",
|
|
"license": "BSD",
|
|
"version": "0.20.3",
|
|
"suggest": {
|
|
"Node.js": [
|
|
"nodejs",
|
|
"nodejs-lts"
|
|
],
|
|
"NVM": [
|
|
"nvm"
|
|
]
|
|
},
|
|
"url": "https://github.com/yarnpkg/yarn/releases/download/v0.20.3/yarn-0.20.3.msi",
|
|
"hash": "9cc2eef0d0acbd403ba56082c0f11de4b615755ea49f2c7180a8143899a165e2",
|
|
"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"
|
|
}
|
|
}
|