mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 12:04:27 +00:00
25 lines
624 B
JSON
25 lines
624 B
JSON
{
|
|
"homepage": "https://yarnpkg.com/",
|
|
"license": "BSD",
|
|
"version": "0.22.0",
|
|
"suggest": {
|
|
"Node.js": [
|
|
"nodejs",
|
|
"nodejs-lts"
|
|
],
|
|
"NVM": [
|
|
"nvm"
|
|
]
|
|
},
|
|
"url": "https://yarnpkg.com/downloads/0.22.0/yarn-0.22.0.msi",
|
|
"hash": "0daaddf5f81f2c6b2b35b9f013e2d28c8e63fd2d4c227a4af95a6fdbfdd7cc6c",
|
|
"bin": "Yarn\\bin\\yarn.cmd",
|
|
"checkver": {
|
|
"url": "https://yarnpkg.com/latest-version",
|
|
"re": "([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://yarnpkg.com/downloads/$version/yarn-$version.msi"
|
|
}
|
|
}
|