mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-13 20:21:18 +00:00
39 lines
948 B
JSON
39 lines
948 B
JSON
{
|
|
"homepage": "https://yarnpkg.com/",
|
|
"description": "Dependency manager",
|
|
"license": "BSD",
|
|
"version": "1.7.0",
|
|
"suggest": {
|
|
"Node.js": [
|
|
"nodejs",
|
|
"nodejs-lts"
|
|
],
|
|
"NVM": [
|
|
"nvm"
|
|
]
|
|
},
|
|
"url": "https://yarnpkg.com/downloads/1.7.0/yarn-1.7.0.msi",
|
|
"hash": "133ee49ac1000d5ac6dcb233d10e70b860f1a710ce257237a37cfea32f5972af",
|
|
"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"
|
|
}
|
|
}
|