Custom app manifests for Scoop.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

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. }