Custom app manifests for Scoop.
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

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": "20191027",
  5. "license": "Apache 2.0",
  6. "url": "https://dl.google.com/closure-compiler/compiler-20191027.zip",
  7. "hash": "sha256:2D646D216F2FC528F6B48E43D346935743E834868F140AFD10404513E9EF025B",
  8. "bin": [
  9. [
  10. "closure-compiler-v20191027.jar",
  11. "closure-compiler"
  12. ]
  13. ],
  14. "checkver": {
  15. "github": "https://github.com/google/closure-compiler"
  16. }
  17. }