{ "_args": [ [ "html-webpack-plugin@5.5.3", "/Users/mac/projects/mime/mine" ] ], "_development": true, "_from": "html-webpack-plugin@5.5.3", "_id": "html-webpack-plugin@5.5.3", "_inBundle": false, "_integrity": "sha512-6YrDKTuqaP/TquFH7h4srYWsZx+x6k6+FbsTm0ziCwGHDP78Unr1r9F/H4+sGmMbX08GQcJ+K64x55b+7VM/jg==", "_location": "/html-webpack-plugin", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "html-webpack-plugin@5.5.3", "name": "html-webpack-plugin", "escapedName": "html-webpack-plugin", "rawSpec": "5.5.3", "saveSpec": null, "fetchSpec": "5.5.3" }, "_requiredBy": [ "/@vue/cli-service" ], "_resolved": "https://registry.npmmirror.com/html-webpack-plugin/-/html-webpack-plugin-5.5.3.tgz", "_spec": "5.5.3", "_where": "/Users/mac/projects/mime/mine", "author": { "name": "Jan Nicklas", "email": "j.nicklas@me.com", "url": "https://github.com/jantimon" }, "bugs": { "url": "https://github.com/jantimon/html-webpack-plugin/issues" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "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" }, "description": "Simplifies creation of HTML files to serve your webpack bundles", "devDependencies": { "@types/node": "^20.2.5", "commitizen": "^4.2.4", "css-loader": "5.0.1", "cz-conventional-changelog": "2.1.0", "dir-compare": "^3.3.0", "html-loader": "2.1.1", "jest": "^27.2.5", "mini-css-extract-plugin": "^1.6.0", "pug": "3.0.2", "pug-loader": "2.4.0", "raw-loader": "4.0.2", "rimraf": "2.6.3", "semistandard": "^13.0.1", "standard-version": "^9.3.0", "style-loader": "2.0.0", "typescript": "4.9.4", "webpack": "^5.86.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": [ "/dist" ], "testEnvironment": "node" }, "keywords": [ "webpack", "plugin", "html", "html-webpack-plugin" ], "license": "MIT", "main": "index.js", "name": "html-webpack-plugin", "peerDependencies": { "webpack": "^5.20.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": "5.5.3" }