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