mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			27 lines
		
	
	
		
			711 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			711 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "homepage": "https://github.com/denoland/deno",
 | 
						|
    "description": "A secure TypeScript runtime on V8",
 | 
						|
    "version": "0.1.5",
 | 
						|
    "license": "MIT",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/denoland/deno/releases/download/v0.1.5/deno_win_x64.zip",
 | 
						|
            "hash": "829ca52acc25fd0b5a77f8d2dc7984e463bcb6fcd7715c1ac81d915749d41df9"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": [
 | 
						|
        [
 | 
						|
            "deno.exe",
 | 
						|
            "deno"
 | 
						|
        ]
 | 
						|
    ],
 | 
						|
    "checkver": "github",
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/denoland/deno/releases/download/v$version/deno_win_x64.zip"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |