File size: 946 Bytes
00df61d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | {
"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 <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": [
"linux"
],
"cpu": [
"x32",
"x64"
]
}
|