保誠-保戶業務員媒合平台
HelenHuang
2022-06-09 9bdb95c9e34cef640534e5e5a1e2225a80442000
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
  "_from": "html-webpack-plugin@^4.5.1",
  "_id": "html-webpack-plugin@4.5.2",
  "_inBundle": false,
  "_integrity": "sha512-q5oYdzjKUIPQVjOosjgvCHQOv9Ett9CYYHlgvJeXG0qQvdSojnBq4vAdQBwn1+yGveAwHCoe/rMR86ozX3+c2A==",
  "_location": "/html-webpack-plugin",
  "_phantomChildren": {
    "big.js": "5.2.2",
    "define-properties": "1.1.4",
    "emojis-list": "3.0.0",
    "minimist": "1.2.6",
    "object.getownpropertydescriptors": "2.1.3"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "html-webpack-plugin@^4.5.1",
    "name": "html-webpack-plugin",
    "escapedName": "html-webpack-plugin",
    "rawSpec": "^4.5.1",
    "saveSpec": null,
    "fetchSpec": "^4.5.1"
  },
  "_requiredBy": [
    "/@nuxt/webpack"
  ],
  "_resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-4.5.2.tgz",
  "_shasum": "76fc83fa1a0f12dd5f7da0404a54e2699666bc12",
  "_spec": "html-webpack-plugin@^4.5.1",
  "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\@nuxt\\webpack",
  "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,
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "dependencies": {
    "@types/html-minifier-terser": "^5.0.0",
    "@types/tapable": "^1.0.5",
    "@types/webpack": "^4.41.8",
    "html-minifier-terser": "^5.0.1",
    "loader-utils": "^1.2.3",
    "lodash": "^4.17.20",
    "pretty-error": "^2.1.1",
    "tapable": "^1.1.3",
    "util.promisify": "1.0.0"
  },
  "deprecated": false,
  "description": "Simplifies creation of HTML files to serve your webpack bundles",
  "devDependencies": {
    "@types/loader-utils": "1.1.3",
    "@types/node": "11.13.9",
    "appcache-webpack-plugin": "1.4.0",
    "commitizen": "4.0.3",
    "css-loader": "2.1.1",
    "cz-conventional-changelog": "2.1.0",
    "dir-compare": "1.7.2",
    "file-loader": "3.0.1",
    "html-loader": "0.5.5",
    "jest": "24.7.1",
    "mini-css-extract-plugin": "0.6.0",
    "pug": "2.0.3",
    "pug-loader": "2.4.0",
    "rimraf": "2.6.3",
    "semistandard": "^13.0.1",
    "standard-version": "5.0.2",
    "style-loader": "0.23.1",
    "typescript": "3.8.3",
    "webpack": "4.35.2",
    "webpack-recompilation-simulator": "3.2.0"
  },
  "engines": {
    "node": ">=6.9"
  },
  "files": [
    "lib/",
    "index.js",
    "default_index.ejs",
    "typings.d.ts"
  ],
  "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": {
    "webpack": "^4.0.0 || ^5.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jantimon/html-webpack-plugin.git"
  },
  "scripts": {
    "build-examples": "node examples/build-examples.js",
    "commit": "git-cz",
    "posttest": "tsc",
    "pretest": "semistandard",
    "puml": "npx puml generate flow.puml -o flow.png",
    "release": "standard-version",
    "test": "jest --runInBand --verbose --coverage",
    "test-watch": "jest --runInBand --watch"
  },
  "semistandard": {
    "ignore": [
      "examples/*/dist/**/*.*"
    ]
  },
  "types": "typings.d.ts",
  "version": "4.5.2"
}