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

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
+69 -29
View File
@@ -1,40 +1,45 @@
{
"name": "webpack-chain",
"version": "6.5.1",
"main": "src/Config.js",
"typings": "types/index.d.ts",
"repository": "neutrinojs/webpack-chain",
"keywords": [
"webpack",
"config",
"chain",
"fluent",
"api"
"_args": [
[
"webpack-chain@6.5.1",
"E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
]
],
"engines": {
"node": ">=8"
"_development": true,
"_from": "webpack-chain@6.5.1",
"_id": "webpack-chain@6.5.1",
"_inBundle": false,
"_integrity": "sha512-7doO/SRtLu8q5WM0s7vPKPWX580qhi0/yBHkOxNkv50f6qB76Zy9o2wRTrrPULqYTvQlVHuvbA8v+G5ayuUDsA==",
"_location": "/webpack-chain",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "webpack-chain@6.5.1",
"name": "webpack-chain",
"escapedName": "webpack-chain",
"rawSpec": "6.5.1",
"saveSpec": null,
"fetchSpec": "6.5.1"
},
"files": [
"src",
"types/*.d.ts"
"_requiredBy": [
"/@vue/cli-service"
],
"author": "Eli Perelman <eli@eliperelman.com>",
"license": "MPL-2.0",
"scripts": {
"fix": "yarn lint:fix && yarn style:fix",
"lint": "eslint --cache --max-warnings 0 --format codeframe .",
"lint:fix": "yarn lint --fix",
"style": "prettier --check .",
"style:fix": "prettier --write .",
"test": "jest",
"test:types": "tsc -p ./types/test/tsconfig.json",
"changelog": "auto-changelog --remote upstream --commit-limit false",
"version": "yarn changelog --package && git add CHANGELOG.md"
"_resolved": "https://registry.npmjs.org/webpack-chain/-/webpack-chain-6.5.1.tgz",
"_spec": "6.5.1",
"_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
"author": {
"name": "Eli Perelman",
"email": "eli@eliperelman.com"
},
"bugs": {
"url": "https://github.com/neutrinojs/webpack-chain/issues"
},
"dependencies": {
"deepmerge": "^1.5.2",
"javascript-stringify": "^2.0.1"
},
"description": "[![NPM version][npm-image]][npm-url] [![NPM downloads][npm-downloads]][npm-url] [![Build Status][travis-image]][travis-url]",
"devDependencies": {
"@types/enhanced-resolve": "^3.0.6",
"@types/tapable": "^1.0.6",
@@ -49,5 +54,40 @@
"prettier": "^2.0.5",
"typescript": "^3.9.7",
"webpack": "^4.43.0"
}
},
"engines": {
"node": ">=8"
},
"files": [
"src",
"types/*.d.ts"
],
"homepage": "https://github.com/neutrinojs/webpack-chain#readme",
"keywords": [
"webpack",
"config",
"chain",
"fluent",
"api"
],
"license": "MPL-2.0",
"main": "src/Config.js",
"name": "webpack-chain",
"repository": {
"type": "git",
"url": "git+https://github.com/neutrinojs/webpack-chain.git"
},
"scripts": {
"changelog": "auto-changelog --remote upstream --commit-limit false",
"fix": "yarn lint:fix && yarn style:fix",
"lint": "eslint --cache --max-warnings 0 --format codeframe .",
"lint:fix": "yarn lint --fix",
"style": "prettier --check .",
"style:fix": "prettier --write .",
"test": "jest",
"test:types": "tsc -p ./types/test/tsconfig.json",
"version": "yarn changelog --package && git add CHANGELOG.md"
},
"typings": "types/index.d.ts",
"version": "6.5.1"
}