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