UNPKG

dota2-fork

Version:

A node-steam plugin for Dota 2. Fork with fresh updates

70 lines (69 loc) 1.66 kB
{ "name": "google-closure-compiler", "version": "20221102.0.1", "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": "^20221102.0.1", "minimist": "1.x", "vinyl": "2.x", "vinyl-sourcemaps-apply": "^0.2.0" }, "optionalDependencies": { "google-closure-compiler-linux": "^20221102.0.1", "google-closure-compiler-osx": "^20221102.0.1", "google-closure-compiler-windows": "^20221102.0.1" }, "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.1.0", "should": "^13.2.3", "stream-assert": "^2.0.3" }, "scripts": { "build": "echo \"google-closure-compiler build\"", "test": "mocha" }, "engines": { "node": ">=10" } }