Custom app manifests for Scoop.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

closure-compiler.json 641B

1234567891011121314151617
  1. {
  2. "homepage": "https://developers.google.com/closure/compiler/",
  3. "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.",
  4. "version": "20200101",
  5. "license": "Apache-2.0",
  6. "url": "https://dl.google.com/closure-compiler/compiler-20200101.zip",
  7. "hash": "sha256:1B616DE5CB806ED262EFD65ACC2C384B99E9467839CF94F08CB11BE723C6B745",
  8. "bin": [
  9. [
  10. "closure-compiler-v20200101.jar",
  11. "closure-compiler"
  12. ]
  13. ],
  14. "checkver": {
  15. "github": "https://github.com/google/closure-compiler"
  16. }
  17. }