1234567891011121314151617 |
- {
- "homepage": "https://developers.google.com/closure/compiler/",
- "description": "The Closure Compiler is a tool for making JavaScript download and run faster. Instead of compiling from a source language to machine code, it compiles from JavaScript to better JavaScript.",
- "version": "20200101",
- "license": "Apache-2.0",
- "url": "https://dl.google.com/closure-compiler/compiler-20200101.zip",
- "hash": "sha256:1B616DE5CB806ED262EFD65ACC2C384B99E9467839CF94F08CB11BE723C6B745",
- "bin": [
- [
- "closure-compiler-v20200101.jar",
- "closure-compiler"
- ]
- ],
- "checkver": {
- "github": "https://github.com/google/closure-compiler"
- }
- }
|