mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-24 15:11:30 +00:00
37 lines
956 B
JSON
37 lines
956 B
JSON
{
|
|
"homepage": "https://yarnpkg.com/",
|
|
"license": "BSD",
|
|
"version": "0.27.5",
|
|
"suggest": {
|
|
"Node.js": [
|
|
"nodejs",
|
|
"nodejs-lts"
|
|
],
|
|
"NVM": [
|
|
"nvm"
|
|
]
|
|
},
|
|
"url": "https://yarnpkg.com/downloads/0.27.5/yarn-0.27.5.msi",
|
|
"hash": "a3dfa13632d32a15066f152f758082d662f3ed1ed5f3e9ecda0fed877de6eb24",
|
|
"persist": [
|
|
"cache",
|
|
"bin"
|
|
],
|
|
"post_install": "
|
|
yarn config delete cache # 0.24.6 | remove wrong configuration value | delete after two updates
|
|
yarn config set cache-folder \"$persist_dir\\cache\"
|
|
yarn config set prefix \"$persist_dir\\bin\"
|
|
",
|
|
"env_add_path": [
|
|
"bin",
|
|
"Yarn\\bin"
|
|
],
|
|
"checkver": {
|
|
"url": "https://yarnpkg.com/latest-version",
|
|
"re": "([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://yarnpkg.com/downloads/$version/yarn-$version.msi"
|
|
}
|
|
}
|