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

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
+48 -17
View File
@@ -1,25 +1,56 @@
{
"name": "de-indent",
"version": "1.0.2",
"description": "remove extra indent from a block of code",
"main": "index.js",
"scripts": {
"test": "mocha"
"_args": [
[
"de-indent@1.0.2",
"E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
]
],
"_development": true,
"_from": "de-indent@1.0.2",
"_id": "de-indent@1.0.2",
"_inBundle": false,
"_integrity": "sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==",
"_location": "/de-indent",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "de-indent@1.0.2",
"name": "de-indent",
"escapedName": "de-indent",
"rawSpec": "1.0.2",
"saveSpec": null,
"fetchSpec": "1.0.2"
},
"_requiredBy": [
"/vue-template-compiler"
],
"_resolved": "https://registry.npmjs.org/de-indent/-/de-indent-1.0.2.tgz",
"_spec": "1.0.2",
"_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
"author": {
"name": "Evan You"
},
"bugs": {
"url": "https://github.com/yyx990803/de-indent/issues"
},
"description": "remove extra indent from a block of code",
"devDependencies": {
"mocha": "^2.3.4"
},
"homepage": "https://github.com/yyx990803/de-indent#readme",
"keywords": [
"deindent"
],
"license": "MIT",
"main": "index.js",
"name": "de-indent",
"repository": {
"type": "git",
"url": "git+https://github.com/yyx990803/de-indent.git"
},
"keywords": [
"deindent"
],
"author": "Evan You",
"license": "MIT",
"bugs": {
"url": "https://github.com/yyx990803/de-indent/issues"
"scripts": {
"test": "mocha"
},
"homepage": "https://github.com/yyx990803/de-indent#readme",
"devDependencies": {
"mocha": "^2.3.4"
}
"version": "1.0.2"
}