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

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
+50 -18
View File
@@ -1,12 +1,36 @@
{
"name": "core-js",
"description": "Standard library",
"version": "2.6.12",
"repository": {
"type": "git",
"url": "https://github.com/zloirock/core-js.git"
"_args": [
[
"core-js@2.6.12",
"E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
]
],
"_from": "core-js@2.6.12",
"_id": "core-js@2.6.12",
"_inBundle": false,
"_integrity": "sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==",
"_location": "/babel-runtime/core-js",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "core-js@2.6.12",
"name": "core-js",
"escapedName": "core-js",
"rawSpec": "2.6.12",
"saveSpec": null,
"fetchSpec": "2.6.12"
},
"main": "index.js",
"_requiredBy": [
"/babel-runtime"
],
"_resolved": "https://registry.npmmirror.com/core-js/-/core-js-2.6.12.tgz",
"_spec": "2.6.12",
"_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
"bugs": {
"url": "https://github.com/zloirock/core-js/issues"
},
"description": "Standard library",
"devDependencies": {
"LiveScript": "1.3.x",
"es-observable-tests": "0.2.x",
@@ -21,26 +45,18 @@
"grunt-karma": "^2.0.0",
"grunt-livescript": "0.6.x",
"karma": "^2.0.0",
"karma-qunit": "^2.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "^1.0.1",
"karma-ie-launcher": "^1.0.0",
"karma-phantomjs-launcher": "1.0.x",
"karma-qunit": "^2.1.0",
"phantomjs-prebuilt": "2.1.x",
"promises-aplus-tests": "^2.1.2",
"qunit": "2.6.x",
"temp": "^0.8.3",
"webpack": "^3.11.0"
},
"scripts": {
"grunt": "grunt",
"lint": "eslint ./",
"promises-tests": "promises-aplus-tests tests/promises-aplus/adapter",
"observables-tests": "node tests/observables/adapter && node tests/observables/adapter-library",
"test": "npm run grunt clean copy && npm run lint && npm run grunt livescript client karma:default && npm run grunt library karma:library && npm run promises-tests && npm run observables-tests && lsc tests/commonjs",
"postinstall": "node -e \"try{require('./postinstall')}catch(e){}\""
},
"license": "MIT",
"homepage": "https://github.com/zloirock/core-js#readme",
"keywords": [
"ES3",
"ES5",
@@ -69,5 +85,21 @@
"Dict",
"polyfill",
"shim"
]
],
"license": "MIT",
"main": "index.js",
"name": "core-js",
"repository": {
"type": "git",
"url": "git+https://github.com/zloirock/core-js.git"
},
"scripts": {
"grunt": "grunt",
"lint": "eslint ./",
"observables-tests": "node tests/observables/adapter && node tests/observables/adapter-library",
"postinstall": "node -e \"try{require('./postinstall')}catch(e){}\"",
"promises-tests": "promises-aplus-tests tests/promises-aplus/adapter",
"test": "npm run grunt clean copy && npm run lint && npm run grunt livescript client karma:default && npm run grunt library karma:library && npm run promises-tests && npm run observables-tests && lsc tests/commonjs"
},
"version": "2.6.12"
}
+36 -5
View File
@@ -1,18 +1,49 @@
{
"name": "regenerator-runtime",
"author": "Ben Newman <bn@cs.stanford.edu>",
"_args": [
[
"regenerator-runtime@0.11.1",
"E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
]
],
"_from": "regenerator-runtime@0.11.1",
"_id": "regenerator-runtime@0.11.1",
"_inBundle": false,
"_integrity": "sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==",
"_location": "/babel-runtime/regenerator-runtime",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "regenerator-runtime@0.11.1",
"name": "regenerator-runtime",
"escapedName": "regenerator-runtime",
"rawSpec": "0.11.1",
"saveSpec": null,
"fetchSpec": "0.11.1"
},
"_requiredBy": [
"/babel-runtime"
],
"_resolved": "https://registry.npmmirror.com/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz",
"_spec": "0.11.1",
"_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
"author": {
"name": "Ben Newman",
"email": "bn@cs.stanford.edu"
},
"description": "Runtime for Regenerator-compiled generator and async functions.",
"version": "0.11.1",
"main": "runtime-module.js",
"keywords": [
"regenerator",
"runtime",
"generator",
"async"
],
"license": "MIT",
"main": "runtime-module.js",
"name": "regenerator-runtime",
"repository": {
"type": "git",
"url": "https://github.com/facebook/regenerator/tree/master/packages/regenerator-runtime"
},
"license": "MIT"
"version": "0.11.1"
}
+41 -7
View File
@@ -1,16 +1,50 @@
{
"name": "babel-runtime",
"version": "6.26.0",
"description": "babel selfContained runtime",
"license": "MIT",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-runtime",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"_args": [
[
"babel-runtime@6.26.0",
"E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
]
],
"_from": "babel-runtime@6.26.0",
"_id": "babel-runtime@6.26.0",
"_inBundle": false,
"_integrity": "sha512-ITKNuq2wKlW1fJg9sSW52eepoYgZBggvOAHC0u/CYu/qxQ9EVzThCgR69BnSXLHjy2f7SY5zaQ4yt7H9ZVxY2g==",
"_location": "/babel-runtime",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "babel-runtime@6.26.0",
"name": "babel-runtime",
"escapedName": "babel-runtime",
"rawSpec": "6.26.0",
"saveSpec": null,
"fetchSpec": "6.26.0"
},
"_requiredBy": [
"/async-validator"
],
"_resolved": "https://registry.npmmirror.com/babel-runtime/-/babel-runtime-6.26.0.tgz",
"_spec": "6.26.0",
"_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
"author": {
"name": "Sebastian McKenzie",
"email": "sebmck@gmail.com"
},
"dependencies": {
"core-js": "^2.4.0",
"regenerator-runtime": "^0.11.0"
},
"description": "babel selfContained runtime",
"devDependencies": {
"babel-helpers": "^6.22.0",
"babel-plugin-transform-runtime": "^6.23.0"
}
},
"license": "MIT",
"name": "babel-runtime",
"repository": {
"type": "git",
"url": "https://github.com/babel/babel/tree/master/packages/babel-runtime"
},
"version": "6.26.0"
}