UNPKG

dota2-fork

Version:

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

40 lines (39 loc) 956 B
{ "name": "google-closure-compiler-osx", "version": "20221102.0.1", "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-osx", "homepage": "https://developers.google.com/closure/compiler/", "author": "Chad Killingsworth <chadkillingsworth@gmail.com>", "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": [ "darwin" ], "cpu": [ "x32", "x64", "arm64" ] }