HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //usr/share/nodejs/uglifyjs-webpack-plugin/dist/options.json
{
  "type": "object",
  "properties": {
    "test": {},
    "include": {},
    "exclude": {},
    "cache": {
      "oneOf": [
        { "type": "boolean" },
        { "type": "string" }
      ]
    },
    "cacheKeys": {
      "instanceof": "Function"
    },
    "parallel": {
      "oneOf": [
        { "type": "boolean" },
        { "type": "integer" }
      ]
    },
    "sourceMap": {
      "type": "boolean"
    },
    "minify": {
      "instanceof": "Function"
    },
    "uglifyOptions": {
      "additionalProperties": true,
      "type": "object",
      "properties": {
        "ecma": {
          "type": "integer",
          "minimum": 5,
          "maximum": 8
        },
        "warnings": {
          "type": ["boolean", "string"],
          "enum": [true, false, "verbose"]
        },
        "ie8": {
          "type": "boolean"
        },
        "parse": {
          "type": "object"
        },
        "compress": {
          "type": ["boolean", "object"]
        },
        "mangle": {
          "type": ["boolean", "object"],
          "properties": {
            "properties": {
              "type": ["boolean", "object"]
            }
          }
        },
        "output": {
          "type": ["object", "null"]
        },
        "toplevel": {
          "type": "boolean"
        },
        "nameCache": {
          "type": ["object", "null"]
        }
      }
    },
    "extractComments": {},
    "warningsFilter": {}
  },
  "additionalProperties": false
}