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

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
+64 -33
View File
@@ -1,34 +1,40 @@
{
"name": "webpack-virtual-modules",
"version": "0.4.6",
"description": "Webpack Virtual Modules",
"main": "lib/index.js",
"scripts": {
"clean": "rm -rf ./lib",
"build": "tsc -p tsconfig.build.json",
"watch": "tsc -p tsconfig.build.json -w",
"tests": "jest",
"tests:watch": "jest --watch",
"test": "yarn lint && yarn tests",
"lint": "eslint --fix src/**/*.ts",
"prepack": "yarn clean && yarn build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sysgears/webpack-virtual-modules.git"
},
"keywords": [
"webpack",
"webpack-plugin",
"virtual",
"modules"
"_args": [
[
"webpack-virtual-modules@0.4.6",
"E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
]
],
"author": "SysGears INC",
"license": "MIT",
"_development": true,
"_from": "webpack-virtual-modules@0.4.6",
"_id": "webpack-virtual-modules@0.4.6",
"_inBundle": false,
"_integrity": "sha512-5tyDlKLqPfMqjT3Q9TAqf2YqjwmnUleZwzJi1A5qXnlBCdj2AtOJ6wAWdglTIDOPgOiOrXeBeFcsQ8+aGQ6QbA==",
"_location": "/webpack-virtual-modules",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "webpack-virtual-modules@0.4.6",
"name": "webpack-virtual-modules",
"escapedName": "webpack-virtual-modules",
"rawSpec": "0.4.6",
"saveSpec": null,
"fetchSpec": "0.4.6"
},
"_requiredBy": [
"/@vue/cli-service"
],
"_resolved": "https://registry.npmjs.org/webpack-virtual-modules/-/webpack-virtual-modules-0.4.6.tgz",
"_spec": "0.4.6",
"_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
"author": {
"name": "SysGears INC"
},
"bugs": {
"url": "https://github.com/sysgears/webpack-virtual-modules/issues"
},
"homepage": "https://github.com/sysgears/webpack-virtual-modules#readme",
"description": "Webpack Virtual Modules",
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.4.4",
@@ -61,22 +67,47 @@
"src",
"!__tests__"
],
"publishConfig": {
"main": "lib/index.js",
"types": "lib/index.d.ts"
"homepage": "https://github.com/sysgears/webpack-virtual-modules#readme",
"husky": {
"pre-commit": "lint-staged"
},
"keywords": [
"webpack",
"webpack-plugin",
"virtual",
"modules"
],
"license": "MIT",
"lint-staged": {
"*.ts": [
"eslint --fix -c tslint.json",
"git add"
]
},
"main": "lib/index.js",
"name": "webpack-virtual-modules",
"prettier": {
"printWidth": 120,
"singleQuote": true,
"parser": "typescript"
},
"husky": {
"pre-commit": "lint-staged"
}
}
"publishConfig": {
"main": "lib/index.js",
"types": "lib/index.d.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sysgears/webpack-virtual-modules.git"
},
"scripts": {
"build": "tsc -p tsconfig.build.json",
"clean": "rm -rf ./lib",
"lint": "eslint --fix src/**/*.ts",
"prepack": "yarn clean && yarn build",
"test": "yarn lint && yarn tests",
"tests": "jest",
"tests:watch": "jest --watch",
"watch": "tsc -p tsconfig.build.json -w"
},
"version": "0.4.6"
}