google-closure-compiler
Version:
Check, compile, optimize and compress Javascript with Closure-Compiler
71 lines (70 loc) • 1.74 kB
JSON
{
"name": "google-closure-compiler",
"version": "20250805.0.0",
"description": "Check, compile, optimize and compress Javascript with Closure-Compiler",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/google/closure-compiler-npm.git#master"
},
"keywords": [
"javascript",
"compiler",
"optimizer",
"minifier",
"closure",
"gulpplugin",
"gruntplugin"
],
"bin": "cli.js",
"main": "index.js",
"contributors": [
{
"name": "Chad Killingsworth",
"email": "chadkillingsworth@gmail.com"
}
],
"files": [
"lib/",
"cli.js",
"index.js",
"package.json",
"contrib/",
"externs/",
"README.md",
"LICENSE"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/google/closure-compiler/issues"
},
"homepage": "https://developers.google.com/closure/compiler/",
"dependencies": {
"chalk": "5.x",
"google-closure-compiler-java": "^20250805.0.0",
"minimist": "1.x",
"vinyl": "3.x",
"vinyl-sourcemaps-apply": "^0.2.0"
},
"optionalDependencies": {
"google-closure-compiler-linux": "^20250805.0.0",
"google-closure-compiler-linux-arm64": "^20250805.0.0",
"google-closure-compiler-macos": "^20250805.0.0",
"google-closure-compiler-windows": "^20250805.0.0"
},
"devDependencies": {
"gulp": "4.x",
"gulp-sourcemaps": "2.x",
"jasmine": "^5.6.0",
"jasmine-console-reporter": "^3.1.0",
"ncp": "^2.0.0",
"semver": "^5.7.2"
},
"scripts": {
"build": "echo \"google-closure-compiler build\"",
"test": "./test/support/jasmine.sh --reporter=jasmine-console-reporter 'test/*.js'"
},
"engines": {
"node": ">=18"
}
}