123456789101112131415161718 |
- {
- "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": "20200204",
- "license": "Apache-2.0",
- "url": "https://dl.google.com/closure-compiler/compiler-20200204.zip",
- "hash": "sha256:D5F3182D80958A63D500D60CA1CA3695AB1C8CD8D4CBA7DA59BA4016D23F2B0B",
- "bin": [
- [
- "closure-compiler-v20200204.jar",
- "closure-compiler"
- ]
- ],
- "checkver": {
- "url": "https://github.com/google/closure-compiler/releases",
- "regex": "v([\\d]{8})"
- }
- }
|