mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-27 19:11:20 +00:00
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com> Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"homepage": "https://yarnpkg.com/",
|
|
"description": "Node.js dependency manager",
|
|
"version": "1.15.2",
|
|
"license": "BSD-2-Clause",
|
|
"url": "https://yarnpkg.com/downloads/1.15.2/yarn-1.15.2.msi",
|
|
"hash": "e3b07031012c83367809da702db77a70a151f457b4e83e6cb4d70e9426625f67",
|
|
"persist": [
|
|
"cache",
|
|
"mirror",
|
|
"global"
|
|
],
|
|
"post_install": [
|
|
"yarn config set cache-folder \"$dir\\cache\"",
|
|
"yarn config set yarn-offline-mirror \"$dir\\mirror\"",
|
|
"yarn config set global-folder \"$dir\\global\""
|
|
],
|
|
"uninstaller": {
|
|
"script": [
|
|
"Remove-Item $env:LOCALAPPDATA\\Yarn -Recurse -Force",
|
|
"Remove-Item $env:USERPROFILE\\.yarnrc -Force"
|
|
]
|
|
},
|
|
"env_add_path": [
|
|
"global\\node_modules\\.bin",
|
|
"Yarn\\bin"
|
|
],
|
|
"checkver": {
|
|
"url": "https://yarnpkg.com/latest-version",
|
|
"re": "([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://yarnpkg.com/downloads/$version/yarn-$version.msi"
|
|
},
|
|
"suggest": {
|
|
"Node.js": [
|
|
"nodejs",
|
|
"nodejs-lts",
|
|
"nvm",
|
|
"nvs"
|
|
]
|
|
}
|
|
}
|