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