mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-01 05:24:27 +00:00
39 lines
948 B
JSON
39 lines
948 B
JSON
{
|
|
"homepage": "https://yarnpkg.com/",
|
|
"description": "Dependency manager",
|
|
"license": "BSD",
|
|
"version": "1.6.0",
|
|
"suggest": {
|
|
"Node.js": [
|
|
"nodejs",
|
|
"nodejs-lts"
|
|
],
|
|
"NVM": [
|
|
"nvm"
|
|
]
|
|
},
|
|
"url": "https://yarnpkg.com/downloads/1.6.0/yarn-1.6.0.msi",
|
|
"hash": "4773dd67bb54ac90b809716116d82bec17aa3c8a3c429fd5367b0b8ed2c82ae2",
|
|
"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"
|
|
}
|
|
}
|