| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140 |
- {
- "_from": "html-webpack-plugin@^5.1.0",
- "_id": "html-webpack-plugin@5.6.3",
- "_inBundle": false,
- "_integrity": "sha512-QSf1yjtSAsmf7rYBV7XX86uua4W/vkhIt0xNXKbsi2foEeW7vjJQz4bhnpL3xH+l1ryl1680uNv968Z+X6jSYg==",
- "_location": "/html-webpack-plugin",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "html-webpack-plugin@^5.1.0",
- "name": "html-webpack-plugin",
- "escapedName": "html-webpack-plugin",
- "rawSpec": "^5.1.0",
- "saveSpec": null,
- "fetchSpec": "^5.1.0"
- },
- "_requiredBy": [
- "/@vue/cli-service"
- ],
- "_resolved": "https://registry.npmmirror.com/html-webpack-plugin/-/html-webpack-plugin-5.6.3.tgz",
- "_shasum": "a31145f0fee4184d53a794f9513147df1e653685",
- "_spec": "html-webpack-plugin@^5.1.0",
- "_where": "E:\\vue_project\\el-table-column\\node_modules\\@vue\\cli-service",
- "author": {
- "name": "Jan Nicklas",
- "email": "j.nicklas@me.com",
- "url": "https://github.com/jantimon"
- },
- "bugs": {
- "url": "https://github.com/jantimon/html-webpack-plugin/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "@types/html-minifier-terser": "^6.0.0",
- "html-minifier-terser": "^6.0.2",
- "lodash": "^4.17.21",
- "pretty-error": "^4.0.0",
- "tapable": "^2.0.0"
- },
- "deprecated": false,
- "description": "Simplifies creation of HTML files to serve your webpack bundles",
- "devDependencies": {
- "@commitlint/cli": "^18.4.4",
- "@commitlint/config-conventional": "^18.4.4",
- "@types/node": "^20.2.5",
- "cross-env": "^7.0.3",
- "cspell": "^8.3.2",
- "css-loader": "5.0.1",
- "cz-conventional-changelog": "2.1.0",
- "dir-compare": "^3.3.0",
- "eslint": "^8.56.0",
- "html-loader": "2.1.1",
- "husky": "^9.0.10",
- "jest": "^27.2.5",
- "lint-staged": "^15.2.2",
- "mini-css-extract-plugin": "^1.6.0",
- "npm-run-all": "^4.1.5",
- "prettier": "^3.2.5",
- "pug": "3.0.2",
- "pug-loader": "2.4.0",
- "raw-loader": "4.0.2",
- "rimraf": "2.6.3",
- "standard-version": "^9.3.0",
- "style-loader": "2.0.0",
- "typescript": "4.9.4",
- "webpack": "^5.95.0",
- "webpack-cli": "4.5.0",
- "webpack-recompilation-simulator": "3.2.0"
- },
- "engines": {
- "node": ">=10.13.0"
- },
- "files": [
- "lib/",
- "index.js",
- "default_index.ejs",
- "typings.d.ts"
- ],
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/html-webpack-plugin"
- },
- "homepage": "https://github.com/jantimon/html-webpack-plugin",
- "jest": {
- "watchPathIgnorePatterns": [
- "<rootDir>/dist"
- ],
- "testEnvironment": "node"
- },
- "keywords": [
- "webpack",
- "plugin",
- "html",
- "html-webpack-plugin"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "html-webpack-plugin",
- "peerDependencies": {
- "@rspack/core": "0.x || 1.x",
- "webpack": "^5.20.0"
- },
- "peerDependenciesMeta": {
- "@rspack/core": {
- "optional": true
- },
- "webpack": {
- "optional": true
- }
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/jantimon/html-webpack-plugin.git"
- },
- "scripts": {
- "build-examples": "node examples/build-examples.js",
- "commitlint": "commitlint --from=master",
- "fix": "npm-run-all -l fix:js fix:prettier",
- "fix:js": "npm run lint:js -- --fix",
- "fix:prettier": "npm run lint:prettier -- --write",
- "lint": "npm-run-all -l -p \"lint:**\"",
- "lint:js": "eslint --cache .",
- "lint:prettier": "prettier --cache --list-different .",
- "lint:spelling": "cspell --cache --no-must-find-files --quiet \"**/*.*\"",
- "posttest": "tsc",
- "prepare": "husky",
- "pretest": "npm run lint",
- "puml": "npx puml generate flow.puml -o flow.png",
- "release": "standard-version",
- "security": "npm audit --omit=dev",
- "test": "npm run test:coverage",
- "test:coverage": "npm run test:only -- --coverage",
- "test:manual": "npm run build && webpack-dev-server test/manual/src/index.js --open --config test/manual/webpack.config.js",
- "test:only": "cross-env NODE_ENV=test jest",
- "test:watch": "npm run test:only -- --watch"
- },
- "types": "typings.d.ts",
- "version": "5.6.3"
- }
|