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/copy-webpack-plugin/package.json
{
  "_from": "copy-webpack-plugin@10.2.4",
  "_id": "copy-webpack-plugin@10.2.4",
  "_inBundle": false,
  "_integrity": "sha512-xFVltahqlsRcyyJqQbDY6EYTtyQZF9rf+JPjwHObLdPFMEISqkFkr7mFoVOC6BfYS/dNThyoQKvziugm+OnwBg==",
  "_location": "/copy-webpack-plugin",
  "_phantomChildren": {
    "@types/json-schema": "7.0.11",
    "ajv-formats": "2.1.1",
    "fast-deep-equal": "3.1.3",
    "require-from-string": "2.0.2",
    "uri-js": "4.4.1"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "copy-webpack-plugin@10.2.4",
    "name": "copy-webpack-plugin",
    "escapedName": "copy-webpack-plugin",
    "rawSpec": "10.2.4",
    "saveSpec": null,
    "fetchSpec": "10.2.4"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-10.2.4.tgz",
  "_shasum": "6c854be3fdaae22025da34b9112ccf81c63308fe",
  "_spec": "copy-webpack-plugin@10.2.4",
  "_where": "C:\\xampp\\htdocs\\linde-ai\\html",
  "author": {
    "name": "Len Boyette"
  },
  "bugs": {
    "url": "https://github.com/webpack-contrib/copy-webpack-plugin/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "fast-glob": "^3.2.7",
    "glob-parent": "^6.0.1",
    "globby": "^12.0.2",
    "normalize-path": "^3.0.0",
    "schema-utils": "^4.0.0",
    "serialize-javascript": "^6.0.0"
  },
  "deprecated": false,
  "description": "Copy files && directories with webpack",
  "devDependencies": {
    "@babel/cli": "^7.16.7",
    "@babel/core": "^7.16.7",
    "@babel/eslint-parser": "^7.16.5",
    "@babel/preset-env": "^7.16.7",
    "@commitlint/cli": "^15.0.0",
    "@commitlint/config-conventional": "^15.0.0",
    "@types/glob-parent": "^5.1.1",
    "@types/normalize-path": "^3.0.0",
    "@types/serialize-javascript": "^5.0.2",
    "@webpack-contrib/eslint-config-webpack": "^3.0.0",
    "babel-jest": "^27.4.5",
    "cross-env": "^7.0.3",
    "del": "^6.0.0",
    "del-cli": "^4.0.1",
    "eslint": "^8.6.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-import": "^2.25.4",
    "file-loader": "^6.2.0",
    "husky": "^7.0.1",
    "is-gzip": "^2.0.0",
    "jest": "^27.4.5",
    "lint-staged": "^12.1.5",
    "memfs": "^3.4.1",
    "mkdirp": "^1.0.4",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.3.2",
    "standard-version": "^9.3.1",
    "typescript": "^4.5.4",
    "webpack": "^5.64.1"
  },
  "engines": {
    "node": ">= 12.20.0"
  },
  "files": [
    "dist",
    "types"
  ],
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/webpack"
  },
  "homepage": "https://github.com/webpack-contrib/copy-webpack-plugin",
  "keywords": [
    "webpack",
    "plugin",
    "transfer",
    "move",
    "copy"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "copy-webpack-plugin",
  "peerDependencies": {
    "webpack": "^5.1.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/webpack-contrib/copy-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 --rootDir src && 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",
    "start": "npm run build -- -w",
    "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": "10.2.4"
}