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

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
+55 -19
View File
@@ -1,19 +1,42 @@
{
"name": "address",
"version": "1.2.2",
"description": "Get current machine IP, MAC and DNS servers.",
"main": "lib/address.js",
"types": "lib/address.d.ts",
"files": [
"lib"
"_args": [
[
"address@1.2.2",
"E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
]
],
"scripts": {
"lint": "eslint test",
"test": "egg-bin test",
"ci": "egg-bin cov",
"contributors": "git-contributor"
"_development": true,
"_from": "address@1.2.2",
"_id": "address@1.2.2",
"_inBundle": false,
"_integrity": "sha512-4B/qKCfeE/ODUaAUpSwfzazo5x29WD4r3vXiWsB7I2mSDAihwEqKO+g8GELZUQSSAo5e1XTYh3ZVfLyxBc12nA==",
"_location": "/address",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "address@1.2.2",
"name": "address",
"escapedName": "address",
"rawSpec": "1.2.2",
"saveSpec": null,
"fetchSpec": "1.2.2"
},
"_requiredBy": [
"/@vue/cli-service"
],
"_resolved": "https://registry.npmjs.org/address/-/address-1.2.2.tgz",
"_spec": "1.2.2",
"_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
"author": {
"name": "fengmk2",
"email": "fengmk2@gmail.com"
},
"bugs": {
"url": "https://github.com/node-modules/address/issues"
},
"dependencies": {},
"description": "Get current machine IP, MAC and DNS servers.",
"devDependencies": {
"@types/node": "14",
"egg-bin": "^5.6.1",
@@ -24,19 +47,32 @@
"runscript": "^1.4.0",
"typescript": "4"
},
"repository": {
"type": "git",
"url": "git://github.com/node-modules/address.git"
"engines": {
"node": ">= 10.0.0"
},
"files": [
"lib"
],
"homepage": "https://github.com/node-modules/address#readme",
"keywords": [
"address",
"ip",
"ipv4",
"mac"
],
"engines": {
"node": ">= 10.0.0"
"license": "MIT",
"main": "lib/address.js",
"name": "address",
"repository": {
"type": "git",
"url": "git://github.com/node-modules/address.git"
},
"author": "fengmk2 <fengmk2@gmail.com>",
"license": "MIT"
"scripts": {
"ci": "egg-bin cov",
"contributors": "git-contributor",
"lint": "eslint test",
"test": "egg-bin test"
},
"types": "lib/address.d.ts",
"version": "1.2.2"
}