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/webpack-merge/package.json
{
  "_from": "webpack-merge@^5.7.3",
  "_id": "webpack-merge@5.8.0",
  "_inBundle": false,
  "_integrity": "sha512-/SaI7xY0831XwP6kzuwhKWVKDP9t1QY1h65lAFLbZqMPIuYcD9QAW4u9STIbU9kaJbPBB/geU/gLr1wDjOhQ+Q==",
  "_location": "/webpack-merge",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "webpack-merge@^5.7.3",
    "name": "webpack-merge",
    "escapedName": "webpack-merge",
    "rawSpec": "^5.7.3",
    "saveSpec": null,
    "fetchSpec": "^5.7.3"
  },
  "_requiredBy": [
    "/webpack-cli"
  ],
  "_resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-5.8.0.tgz",
  "_shasum": "2b39dbf22af87776ad744c390223731d30a68f61",
  "_spec": "webpack-merge@^5.7.3",
  "_where": "C:\\xampp\\htdocs\\linde-ai\\html\\node_modules\\webpack-cli",
  "author": {
    "name": "Juho Vepsalainen",
    "email": "bebraw@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/survivejs/webpack-merge/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "clone-deep": "^4.0.1",
    "wildcard": "^2.0.0"
  },
  "deprecated": false,
  "description": "Variant of merge that's useful for webpack configuration",
  "devDependencies": {
    "@types/estree": "0.0.48",
    "husky": "^6.0.0",
    "prettier": "^2.3.1",
    "tsdx": "^0.14.1",
    "tslib": "^2.2.0",
    "typescript": "^4.3.2",
    "webpack": "^5.38.1"
  },
  "engines": {
    "node": ">=10.0.0"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/survivejs/webpack-merge",
  "husky": {
    "hooks": {
      "pre-commit": "npm run test"
    }
  },
  "jest": {
    "collectCoverage": true,
    "collectCoverageFrom": [
      "dist/*.js"
    ]
  },
  "keywords": [
    "webpack",
    "merge"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "webpack-merge",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/survivejs/webpack-merge.git"
  },
  "scripts": {
    "build": "tsc",
    "format": "prettier . --write --ignore-path .gitignore",
    "prepare": "npm run build",
    "start": "tsdx watch",
    "test": "tsdx test"
  },
  "typings": "dist/index.d.ts",
  "version": "5.8.0"
}