mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 11:34:25 +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.12.3",
|
|
"suggest": {
|
|
"Node.js": [
|
|
"nodejs",
|
|
"nodejs-lts"
|
|
],
|
|
"NVM": [
|
|
"nvm"
|
|
]
|
|
},
|
|
"url": "https://yarnpkg.com/downloads/1.12.3/yarn-1.12.3.msi",
|
|
"hash": "0657a3883b9338b22c61abc6a97279f0dac4c0b2b97de9e59c9d0fa919ccbf00",
|
|
"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"
|
|
}
|
|
}
|