HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux wordpress-ubuntu-s-2vcpu-4gb-fra1-01 5.4.0-169-generic #187-Ubuntu SMP Thu Nov 23 14:52:28 UTC 2023 x86_64
User: root (0)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/linde-ai/html/node_modules/terser-webpack-plugin/package.json
{
  "_from": "terser-webpack-plugin@^5.1.3",
  "_id": "terser-webpack-plugin@5.3.6",
  "_inBundle": false,
  "_integrity": "sha512-kfLFk+PoLUQIbLmB1+PZDMRSZS99Mp+/MHqDNmMA6tOItzRt+Npe3E+fsMs5mfcM0wCtrrdU387UnV+vnSffXQ==",
  "_location": "/terser-webpack-plugin",
  "_phantomChildren": {
    "@types/json-schema": "7.0.11",
    "ajv": "6.12.6",
    "ajv-keywords": "3.5.2"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "terser-webpack-plugin@^5.1.3",
    "name": "terser-webpack-plugin",
    "escapedName": "terser-webpack-plugin",
    "rawSpec": "^5.1.3",
    "saveSpec": null,
    "fetchSpec": "^5.1.3"
  },
  "_requiredBy": [
    "/webpack"
  ],
  "_resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.6.tgz",
  "_shasum": "5590aec31aa3c6f771ce1b1acca60639eab3195c",
  "_spec": "terser-webpack-plugin@^5.1.3",
  "_where": "C:\\xampp\\htdocs\\linde-ai\\html\\node_modules\\webpack",
  "author": {
    "name": "webpack Contrib Team"
  },
  "bugs": {
    "url": "https://github.com/webpack-contrib/terser-webpack-plugin/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@jridgewell/trace-mapping": "^0.3.14",
    "jest-worker": "^27.4.5",
    "schema-utils": "^3.1.1",
    "serialize-javascript": "^6.0.0",
    "terser": "^5.14.1"
  },
  "deprecated": false,
  "description": "Terser plugin for webpack",
  "devDependencies": {
    "@babel/cli": "^7.18.6",
    "@babel/core": "^7.18.6",
    "@babel/preset-env": "^7.18.6",
    "@commitlint/cli": "^17.0.3",
    "@commitlint/config-conventional": "^17.0.3",
    "@swc/core": "^1.2.220",
    "@types/serialize-javascript": "^5.0.2",
    "@types/uglify-js": "^3.16.0",
    "@webpack-contrib/eslint-config-webpack": "^3.0.0",
    "babel-jest": "^28.1.2",
    "copy-webpack-plugin": "^9.0.1",
    "cross-env": "^7.0.3",
    "del": "^6.0.0",
    "del-cli": "^3.0.1",
    "esbuild": "^0.14.51",
    "eslint": "^7.32.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-import": "^2.25.4",
    "file-loader": "^6.2.0",
    "husky": "^7.0.2",
    "jest": "^27.5.1",
    "lint-staged": "^13.0.3",
    "memfs": "^3.4.7",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.7.1",
    "standard-version": "^9.3.1",
    "typescript": "^4.7.4",
    "uglify-js": "^3.16.1",
    "webpack": "^5.73.0",
    "webpack-cli": "^4.10.0",
    "worker-loader": "^3.0.8"
  },
  "engines": {
    "node": ">= 10.13.0"
  },
  "files": [
    "dist",
    "types"
  ],
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/webpack"
  },
  "homepage": "https://github.com/webpack-contrib/terser-webpack-plugin",
  "keywords": [
    "uglify",
    "uglify-js",
    "uglify-es",
    "terser",
    "webpack",
    "webpack-plugin",
    "minification",
    "compress",
    "compressor",
    "min",
    "minification",
    "minifier",
    "minify",
    "optimize",
    "optimizer"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "terser-webpack-plugin",
  "peerDependencies": {
    "webpack": "^5.1.0"
  },
  "peerDependenciesMeta": {
    "@swc/core": {
      "optional": true
    },
    "uglify-js": {
      "optional": true
    },
    "esbuild": {
      "optional": true
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/webpack-contrib/terser-webpack-plugin.git"
  },
  "scripts": {
    "build": "npm-run-all -p \"build:**\"",
    "build:code": "cross-env NODE_ENV=production babel src -d dist --copy-files",
    "build:types": "tsc --declaration --emitDeclarationOnly --outDir types && prettier \"types/**/*.ts\" --write",
    "clean": "del-cli dist types",
    "commitlint": "commitlint --from=master",
    "lint": "npm-run-all -l -p \"lint:**\"",
    "lint:js": "eslint --cache .",
    "lint:prettier": "prettier --list-different .",
    "lint:types": "tsc --pretty --noEmit",
    "prebuild": "npm run clean",
    "prepare": "husky install && npm run build",
    "pretest": "npm run lint",
    "release": "standard-version",
    "security": "npm audit --production",
    "test": "npm run test:coverage",
    "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",
    "test:only": "cross-env NODE_ENV=test jest",
    "test:watch": "npm run test:only -- --watch"
  },
  "types": "types/index.d.ts",
  "version": "5.3.6"
}