Custom app manifests for Scoop.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

closure-compiler.json 757B

123456789101112131415161718
  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": "20220502",
  5. "license": "Apache-2.0",
  6. "url": "https://repo1.maven.org/maven2/com/google/javascript/closure-compiler/v20220502/closure-compiler-v20220502.jar#/closure-compiler.jar",
  7. "hash": "sha256:85AD32FEFA2A9D8A59ED598091F67FAFF230ECA015FB610B39F582A458CE75DE",
  8. "bin": [
  9. [
  10. "closure-compiler.jar",
  11. "closure-compiler"
  12. ]
  13. ],
  14. "checkver": {
  15. "url": "https://mvnrepository.com/artifact/com.google.javascript/closure-compiler",
  16. "regex": "v([\\d]{8})"
  17. }
  18. }