mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-13 15:15:15 +00:00
25 lines
694 B
JSON
25 lines
694 B
JSON
{
|
|
"homepage": "https://yarnpkg.com/",
|
|
"license": "BSD",
|
|
"version": "0.18.2",
|
|
"suggest": {
|
|
"Node.js": [
|
|
"nodejs",
|
|
"nodejs-lts"
|
|
],
|
|
"NVM": [
|
|
"nvm"
|
|
]
|
|
},
|
|
"url": "https://github.com/yarnpkg/yarn/releases/download/v0.18.2/yarn-0.18.2.msi",
|
|
"hash": "12e32ccf91e53129f2c6ffe2a84be770ccc841db15be27ff50393fd76dc18c96",
|
|
"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"
|
|
}
|
|
}
|