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

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
+49 -16
View File
@@ -1,30 +1,63 @@
{
"name": "path-to-regexp",
"description": "Express style path to RegExp utility",
"version": "0.1.7",
"files": [
"index.js",
"LICENSE"
"_args": [
[
"path-to-regexp@0.1.7",
"E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
]
],
"scripts": {
"test": "istanbul cover _mocha -- -R spec"
"_development": true,
"_from": "path-to-regexp@0.1.7",
"_id": "path-to-regexp@0.1.7",
"_inBundle": false,
"_integrity": "sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==",
"_location": "/path-to-regexp",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "path-to-regexp@0.1.7",
"name": "path-to-regexp",
"escapedName": "path-to-regexp",
"rawSpec": "0.1.7",
"saveSpec": null,
"fetchSpec": "0.1.7"
},
"keywords": [
"express",
"regexp"
"_requiredBy": [
"/express"
],
"_resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz",
"_spec": "0.1.7",
"_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
"bugs": {
"url": "https://github.com/component/path-to-regexp/issues"
},
"component": {
"scripts": {
"path-to-regexp": "index.js"
}
},
"description": "Express style path to RegExp utility",
"devDependencies": {
"istanbul": "^0.2.6",
"mocha": "^1.17.1"
},
"files": [
"index.js",
"LICENSE"
],
"homepage": "https://github.com/component/path-to-regexp#readme",
"keywords": [
"express",
"regexp"
],
"license": "MIT",
"name": "path-to-regexp",
"repository": {
"type": "git",
"url": "https://github.com/component/path-to-regexp.git"
"url": "git+https://github.com/component/path-to-regexp.git"
},
"devDependencies": {
"mocha": "^1.17.1",
"istanbul": "^0.2.6"
}
"scripts": {
"test": "istanbul cover _mocha -- -R spec"
},
"version": "0.1.7"
}