麦克风,摄像头,屏幕共享页面

This commit is contained in:
hanchaobo
2024-04-16 09:12:55 +08:00
parent c098116879
commit 6fb8313ced
1119 changed files with 66488 additions and 45843 deletions
+90 -52
View File
@@ -1,32 +1,54 @@
{
"name": "html-webpack-plugin",
"version": "5.5.3",
"license": "MIT",
"description": "Simplifies creation of HTML files to serve your webpack bundles",
"author": "Jan Nicklas <j.nicklas@me.com> (https://github.com/jantimon)",
"main": "index.js",
"types": "typings.d.ts",
"files": [
"lib/",
"index.js",
"default_index.ejs",
"typings.d.ts"
],
"scripts": {
"pretest": "semistandard",
"posttest": "tsc",
"commit": "git-cz",
"build-examples": "node examples/build-examples.js",
"test": "jest --runInBand --verbose --coverage",
"test-watch": "jest --runInBand --watch",
"puml": "npx puml generate flow.puml -o flow.png",
"release": "standard-version"
},
"semistandard": {
"ignore": [
"examples/*/dist/**/*.*"
"_args": [
[
"html-webpack-plugin@5.5.3",
"E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
]
],
"_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.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.5.3.tgz",
"_spec": "5.5.3",
"_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
"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",
@@ -48,15 +70,25 @@
"webpack-cli": "4.5.0",
"webpack-recompilation-simulator": "3.2.0"
},
"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"
"engines": {
"node": ">=10.13.0"
},
"peerDependencies": {
"webpack": "^5.20.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",
@@ -64,25 +96,31 @@
"html",
"html-webpack-plugin"
],
"bugs": "https://github.com/jantimon/html-webpack-plugin/issues",
"homepage": "https://github.com/jantimon/html-webpack-plugin",
"repository": "https://github.com/jantimon/html-webpack-plugin.git",
"engines": {
"node": ">=10.13.0"
"license": "MIT",
"main": "index.js",
"name": "html-webpack-plugin",
"peerDependencies": {
"webpack": "^5.20.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
"repository": {
"type": "git",
"url": "git+https://github.com/jantimon/html-webpack-plugin.git"
},
"jest": {
"watchPathIgnorePatterns": [
"<rootDir>/dist"
],
"testEnvironment": "node"
"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"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/html-webpack-plugin"
}
"semistandard": {
"ignore": [
"examples/*/dist/**/*.*"
]
},
"types": "typings.d.ts",
"version": "5.5.3"
}