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

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
+58 -26
View File
@@ -1,32 +1,45 @@
{
"name": "watchpack",
"version": "2.4.0",
"description": "",
"main": "./lib/watchpack.js",
"directories": {
"test": "test"
},
"files": [
"lib/"
"_args": [
[
"watchpack@2.4.0",
"E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
]
],
"scripts": {
"pretest": "yarn lint",
"test": "mocha",
"lint": "eslint lib",
"precover": "yarn lint",
"pretty-files": "prettier \"lib/**.*\" \"test/**/*.js\" --write",
"cover": "istanbul cover node_modules/mocha/bin/_mocha"
"_development": true,
"_from": "watchpack@2.4.0",
"_id": "watchpack@2.4.0",
"_inBundle": false,
"_integrity": "sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==",
"_location": "/watchpack",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "watchpack@2.4.0",
"name": "watchpack",
"escapedName": "watchpack",
"rawSpec": "2.4.0",
"saveSpec": null,
"fetchSpec": "2.4.0"
},
"repository": {
"type": "git",
"url": "https://github.com/webpack/watchpack.git"
"_requiredBy": [
"/vue-loader",
"/webpack"
],
"_resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.0.tgz",
"_spec": "2.4.0",
"_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
"author": {
"name": "Tobias Koppers @sokra"
},
"author": "Tobias Koppers @sokra",
"license": "MIT",
"bugs": {
"url": "https://github.com/webpack/watchpack/issues"
},
"homepage": "https://github.com/webpack/watchpack",
"dependencies": {
"glob-to-regexp": "^0.4.1",
"graceful-fs": "^4.1.2"
},
"description": "Wrapper library for directory and file watching.",
"devDependencies": {
"coveralls": "^3.0.0",
"eslint": "^5.11.1",
@@ -39,11 +52,30 @@
"should": "^8.3.1",
"write-file-atomic": "^3.0.1"
},
"dependencies": {
"glob-to-regexp": "^0.4.1",
"graceful-fs": "^4.1.2"
"directories": {
"test": "test"
},
"engines": {
"node": ">=10.13.0"
}
},
"files": [
"lib/"
],
"homepage": "https://github.com/webpack/watchpack",
"license": "MIT",
"main": "./lib/watchpack.js",
"name": "watchpack",
"repository": {
"type": "git",
"url": "git+https://github.com/webpack/watchpack.git"
},
"scripts": {
"cover": "istanbul cover node_modules/mocha/bin/_mocha",
"lint": "eslint lib",
"precover": "yarn lint",
"pretest": "yarn lint",
"pretty-files": "prettier \"lib/**.*\" \"test/**/*.js\" --write",
"test": "mocha"
},
"version": "2.4.0"
}