| { |
| "name": "google-closure-compiler", |
| "version": "20240317.0.0", |
| "description": "Check, compile, optimize and compress Javascript with Closure-Compiler", |
| "repository": "https://github.com/google/closure-compiler-npm/tree/master/packages/google-closure-compiler", |
| "keywords": [ |
| "javascript", |
| "compiler", |
| "optimizer", |
| "minifier", |
| "closure", |
| "gulpplugin", |
| "gruntplugin" |
| ], |
| "bin": { |
| "google-closure-compiler": "cli.js" |
| }, |
| "main": "index.js", |
| "contributors": [ |
| { |
| "name": "Chad Killingsworth", |
| "email": "chadkillingsworth@gmail.com" |
| } |
| ], |
| "files": [ |
| "lib/", |
| "cli.js", |
| "index.js", |
| "package.json", |
| "contrib/", |
| "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": "4.x", |
| "google-closure-compiler-java": "^20240317.0.0", |
| "minimist": "1.x", |
| "vinyl": "2.x", |
| "vinyl-sourcemaps-apply": "^0.2.0" |
| }, |
| "optionalDependencies": { |
| "google-closure-compiler-linux": "^20240317.0.0", |
| "google-closure-compiler-osx": "^20240317.0.0", |
| "google-closure-compiler-windows": "^20240317.0.0" |
| }, |
| "devDependencies": { |
| "gulp": "4.x", |
| "gulp-filter": "6.x", |
| "gulp-mocha": "8.x", |
| "gulp-sourcemaps": "2.x", |
| "mocha": "10.x", |
| "ncp": "^2.0.0", |
| "semver": "^5.7.2", |
| "should": "^13.2.3", |
| "stream-assert": "^2.0.3" |
| }, |
| "scripts": { |
| "build": "echo \"google-closure-compiler build\"", |
| "test": "mocha" |
| }, |
| "engines": { |
| "node": ">=10" |
| } |
| } |
|
|