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": "20191111",
- "license": "Apache-2.0",
- "url": "https://dl.google.com/closure-compiler/compiler-20191111.zip",
- "hash": "sha256:99C4C21A5E151B6313DC60CDC409D8F6A1A29D1FC7DAD397A1CA15FAA8760CD8",
- "bin": [
- [
- "closure-compiler-v20191111.jar",
- "closure-compiler"
- ]
- ],
- "checkver": {
- "github": "https://github.com/google/closure-compiler"
- }
- }
|