mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			44 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			44 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "homepage": "https://yarnpkg.com/",
 | 
						|
    "description": "Node.js dependency manager",
 | 
						|
    "version": "1.16.0",
 | 
						|
    "license": "BSD-2-Clause",
 | 
						|
    "url": "https://yarnpkg.com/downloads/1.16.0/yarn-1.16.0.msi",
 | 
						|
    "hash": "77478842ca8507eb12a2bbe53ddfa4d637e28531668804fbccdb245ab347c947",
 | 
						|
    "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"
 | 
						|
        ]
 | 
						|
    }
 | 
						|
}
 |