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-manifest-plugin/package.json
{
  "_from": "webpack-manifest-plugin@4.1.1",
  "_id": "webpack-manifest-plugin@4.1.1",
  "_inBundle": false,
  "_integrity": "sha512-YXUAwxtfKIJIKkhg03MKuiFAD72PlrqCiwdwO4VEXdRO5V0ORCNwaOwAZawPZalCbmH9kBDmXnNeQOw+BIEiow==",
  "_location": "/webpack-manifest-plugin",
  "_phantomChildren": {
    "source-list-map": "2.0.1",
    "source-map": "0.6.1"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "webpack-manifest-plugin@4.1.1",
    "name": "webpack-manifest-plugin",
    "escapedName": "webpack-manifest-plugin",
    "rawSpec": "4.1.1",
    "saveSpec": null,
    "fetchSpec": "4.1.1"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/webpack-manifest-plugin/-/webpack-manifest-plugin-4.1.1.tgz",
  "_shasum": "10f8dbf4714ff93a215d5a45bcc416d80506f94f",
  "_spec": "webpack-manifest-plugin@4.1.1",
  "_where": "C:\\xampp\\htdocs\\linde-ai\\html",
  "author": {
    "name": "Dane Thurber",
    "email": "dane.thurber@gmail.com"
  },
  "ava": {
    "files": [
      "!**/fixtures/**",
      "!**/helpers/**",
      "!**/output/**"
    ]
  },
  "bugs": {
    "url": "https://github.com/shellscape/webpack-manifest-plugin/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "tapable": "^2.0.0",
    "webpack-sources": "^2.2.0"
  },
  "deprecated": false,
  "description": "A Webpack Plugin for generating Asset Manifests",
  "devDependencies": {
    "@ava/babel": "^1.0.1",
    "@commitlint/cli": "^13.1.0",
    "@commitlint/config-conventional": "^13.1.0",
    "@svgr/webpack": "^5.4.0",
    "@types/node": "^16.4.3",
    "@types/webpack": "^4.41.26",
    "@types/webpack-sources": "^2.1.1",
    "@wordpress/dependency-extraction-webpack-plugin": "^3.1.0",
    "ava": "^3.13.0",
    "codecov": "^3.1.0",
    "copy-webpack-plugin": "^6.2.1",
    "css-loader": "^1.0.0",
    "del": "^6.0.0",
    "eslint-config-shellscape": "^4.2.0",
    "extract-text-webpack-plugin": "^3.0.2",
    "file-loader": "^2.0.0",
    "husky": "4.3.8",
    "lint-staged": "11.1.1",
    "memory-fs": "^0.4.1",
    "nyc": "^15.1.0",
    "pre-commit": "^1.2.2",
    "prettier": "^2.1.2",
    "prettier-plugin-package": "^1.2.0",
    "react": "^16.3.2",
    "style-loader": "^0.23.0",
    "ts-node": "^10.1.0",
    "tslib": "^2.3.0",
    "typescript": "^4.3.5",
    "webpack": "^4.44.2",
    "webpack-merge": "^5.2.0"
  },
  "engines": {
    "node": ">=12.22.0"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "homepage": "https://github.com/shellscape/webpack-manifest-plugin",
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "jest": {
    "testEnvironment": "node",
    "coverageDirectory": "./coverage/",
    "collectCoverage": true
  },
  "license": "MIT",
  "lint-staged": {
    "*.js": [
      "eslint --fix"
    ]
  },
  "main": "dist/index.js",
  "maintainers": [
    {
      "name": "Andrew Powell",
      "email": "andrew@shellscape.org"
    }
  ],
  "name": "webpack-manifest-plugin",
  "nyc": {
    "include": [
      "src/*.ts"
    ],
    "exclude": [
      "test/"
    ]
  },
  "peerDependencies": {
    "webpack": "^4.44.2 || ^5.47.0"
  },
  "pre-commit": "lint-staged",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shellscape/webpack-manifest-plugin.git"
  },
  "scripts": {
    "build": "tsc --project tsconfig.json",
    "ci:coverage": "nyc pnpm ci:test && nyc report --reporter=text-lcov > coverage.lcov",
    "ci:lint": "pnpm lint && pnpm security",
    "ci:test": "pnpm test -- --verbose",
    "lint": "pnpm lint:docs && pnpm lint:json && pnpm lint:js",
    "lint-staged": "lint-staged",
    "lint:docs": "prettier --write README.md",
    "lint:js": "eslint --cache --fix --cache scripts src test",
    "lint:json": "prettier --write codecov.yml package.json",
    "posttest": "pnpm switch -- \"4\" && pnpm install",
    "prepublishOnly": "pnpm lint && pnpm build",
    "pretest": "pnpm build",
    "security": "pnpm audit --audit-level=high --prod",
    "switch": "cd scripts && ts-node --project ./tsconfig.json ./set-webpack-version.ts",
    "test": "pnpm test:v4 && pnpm test:v5",
    "test:v4": "ava",
    "test:v5": "pnpm switch -- \"5\" && pnpm install && ava"
  },
  "version": "4.1.1",
  "webpack-versions": {
    "4": {
      "webpack": "^4.44.2",
      "@types/webpack": "^4.41.26"
    },
    "5": {
      "webpack": "latest",
      "@types/webpack": "latest"
    }
  }
}