mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			31 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "0.20.8",
 | 
						|
    "description": "An incremental parsing system for programming tools",
 | 
						|
    "homepage": "https://tree-sitter.github.io/tree-sitter/",
 | 
						|
    "license": "MIT",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.20.8/tree-sitter-windows-x64.gz",
 | 
						|
            "hash": "083a94631bfe953030ffd72ef6b6c0227585cc238337f4ded114f94fb58d2c31"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.20.8/tree-sitter-windows-x86.gz",
 | 
						|
            "hash": "a9fca17cd2b0c8d4e938a137d7c692665f04346eb18181a51f4f47a763f8029d"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "tree-sitter.exe",
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/tree-sitter/tree-sitter"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/tree-sitter/tree-sitter/releases/download/v$version/tree-sitter-windows-x64.gz"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/tree-sitter/tree-sitter/releases/download/v$version/tree-sitter-windows-x86.gz"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |