{ "name": "google-closure-compiler-linux", "version": "20240317.0.0", "description": "Check, compile, optimize and compress Javascript with Closure-Compiler using Java", "main": "index.js", "repository": "https://github.com/google/closure-compiler-npm/tree/master/packages/google-closure-compiler-linux", "homepage": "https://developers.google.com/closure/compiler/", "author": "Chad Killingsworth ", "license": "Apache-2.0", "keywords": [ "javascript", "compiler", "optimizer", "minifier", "closure", "java" ], "files": [ "compiler", "index.js", "package.json", "readme.md", "LICENSE" ], "preferUnplugged": true, "scripts": { "build": "node ./build-image.js", "test": "node ./test.js", "prepublishOnly": "node ../../build-scripts/ensure-file-exists.js compiler" }, "os": [ "linux" ], "cpu": [ "x32", "x64" ] }