mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-09 08:51:19 +00:00
39 lines
968 B
JSON
39 lines
968 B
JSON
{
|
|
"homepage": "https://yarnpkg.com/",
|
|
"description": "Dependency manager",
|
|
"license": "BSD-2-Clause",
|
|
"version": "1.10.1",
|
|
"suggest": {
|
|
"Node.js": [
|
|
"nodejs",
|
|
"nodejs-lts"
|
|
],
|
|
"NVM": [
|
|
"nvm"
|
|
]
|
|
},
|
|
"url": "https://yarnpkg.com/downloads/1.10.1/yarn-1.10.1.msi",
|
|
"hash": "adefc7e8f0ca401c9b36873323c6a9880b5b21f56a4efb88311d774e4c0ffb2a",
|
|
"persist": [
|
|
"cache",
|
|
"bin",
|
|
"mirror"
|
|
],
|
|
"post_install": [
|
|
"yarn config set cache-folder \"$dir\\cache\"",
|
|
"yarn config set yarn-offline-mirror \"$dir\\mirror\"",
|
|
"yarn config set prefix \"$dir\""
|
|
],
|
|
"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"
|
|
}
|
|
}
|