115 lines
3.3 KiB
JSON
115 lines
3.3 KiB
JSON
{
|
|
"_from": "html-webpack-plugin@4.0.0-alpha",
|
|
"_id": "html-webpack-plugin@4.0.0-alpha",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-hS9i9RGW7kjdAgnTMaMP5PvdiycPoJM3Fl8hdtEr3Bf4KpNW3rTao2SfvcVxYZ2NhrTuCUHUgkp578jcn6N7pQ==",
|
|
"_location": "/html-webpack-plugin",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "html-webpack-plugin@4.0.0-alpha",
|
|
"name": "html-webpack-plugin",
|
|
"escapedName": "html-webpack-plugin",
|
|
"rawSpec": "4.0.0-alpha",
|
|
"saveSpec": null,
|
|
"fetchSpec": "4.0.0-alpha"
|
|
},
|
|
"_requiredBy": [
|
|
"#DEV:/"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/html-webpack-plugin/-/html-webpack-plugin-4.0.0-alpha.tgz",
|
|
"_shasum": "b2c7b6d4885a209c999dfce3ffb9866e2c8c0eaa",
|
|
"_spec": "html-webpack-plugin@4.0.0-alpha",
|
|
"_where": "D:\\wxfiles\\WeChat Files\\wxid_nwzh0d8ul35q22\\FileStorage\\File\\2025-04\\安装教程\\安装教程\\2、其他安装方法【手动安装】\\1、手动安装方法\\前端调试代码\\W72crm_web-master",
|
|
"author": {
|
|
"name": "Charles Blaxland",
|
|
"email": "charles.blaxland@gmail.com",
|
|
"url": "https://github.com/ampedandwired"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jantimon/html-webpack-plugin/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"config": {
|
|
"commitizen": {
|
|
"path": "./node_modules/cz-conventional-changelog"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@types/tapable": "1.0.2",
|
|
"html-minifier": "^3.2.3",
|
|
"loader-utils": "^1.1.0",
|
|
"lodash": "^4.17.10",
|
|
"pretty-error": "^2.0.2",
|
|
"tapable": "^1.0.0",
|
|
"util.promisify": "1.0.0"
|
|
},
|
|
"deprecated": "please switch to a stable version",
|
|
"description": "Simplifies creation of HTML files to serve your webpack bundles",
|
|
"devDependencies": {
|
|
"@types/node": "10.1.1",
|
|
"appcache-webpack-plugin": "^1.3.0",
|
|
"commitizen": "2.9.6",
|
|
"css-loader": "^0.26.1",
|
|
"cz-conventional-changelog": "2.1.0",
|
|
"dir-compare": "1.3.0",
|
|
"extract-text-webpack-plugin": "^4.0.0-beta.0",
|
|
"file-loader": "^0.9.0",
|
|
"html-loader": "^0.4.4",
|
|
"jade": "^1.11.0",
|
|
"jade-loader": "^0.8.0",
|
|
"jasmine": "^2.5.2",
|
|
"jasmine-diff-matchers": "^2.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"semistandard": "8.0.0",
|
|
"standard-version": "^4.3.0",
|
|
"style-loader": "^0.13.1",
|
|
"typescript": "2.9.0-dev.20180518",
|
|
"underscore-template-loader": "^0.7.3",
|
|
"url-loader": "^0.5.7",
|
|
"webpack": "4.8.3",
|
|
"webpack-cli": "2.0.12",
|
|
"webpack-recompilation-simulator": "^1.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9"
|
|
},
|
|
"files": [
|
|
"lib/",
|
|
"index.js",
|
|
"default_index.ejs"
|
|
],
|
|
"homepage": "https://github.com/jantimon/html-webpack-plugin",
|
|
"keywords": [
|
|
"webpack",
|
|
"plugin",
|
|
"html",
|
|
"html-webpack-plugin"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "html-webpack-plugin",
|
|
"peerDependencies": {
|
|
"webpack": "^4.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 --pretty",
|
|
"pretest": "semistandard",
|
|
"release": "standard-version",
|
|
"test": "jasmine"
|
|
},
|
|
"semistandard": {
|
|
"ignore": [
|
|
"examples/*/dist/**/*.*"
|
|
]
|
|
},
|
|
"version": "4.0.0-alpha"
|
|
}
|