视频会议上传文件

This commit is contained in:
gyj
2024-04-08 16:23:29 +08:00
parent c098116879
commit a551f33a6e
1272 changed files with 84366 additions and 63430 deletions
+66 -23
View File
@@ -1,32 +1,56 @@
{
"name": "debug",
"version": "3.2.7",
"repository": {
"type": "git",
"url": "git://github.com/visionmedia/debug.git"
"_args": [
[
"debug@3.2.7",
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
]
],
"_development": true,
"_from": "debug@3.2.7",
"_id": "debug@3.2.7",
"_inBundle": false,
"_integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
"_location": "/portfinder/debug",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "debug@3.2.7",
"name": "debug",
"escapedName": "debug",
"rawSpec": "3.2.7",
"saveSpec": null,
"fetchSpec": "3.2.7"
},
"description": "small debugging utility",
"keywords": [
"debug",
"log",
"debugger"
"_requiredBy": [
"/portfinder"
],
"files": [
"src",
"node.js",
"dist/debug.js",
"LICENSE",
"README.md"
],
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"_resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
"_spec": "3.2.7",
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
"author": {
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca"
},
"browser": "./src/browser.js",
"bugs": {
"url": "https://github.com/visionmedia/debug/issues"
},
"contributors": [
"Nathan Rajlich <nathan@tootallnate.net> (http://n8.io)",
"Andrew Rhyne <rhyneandrew@gmail.com>"
{
"name": "Nathan Rajlich",
"email": "nathan@tootallnate.net",
"url": "http://n8.io"
},
{
"name": "Andrew Rhyne",
"email": "rhyneandrew@gmail.com"
}
],
"license": "MIT",
"dependencies": {
"ms": "^2.1.1"
},
"description": "small debugging utility",
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
@@ -45,7 +69,26 @@
"rimraf": "^2.5.4",
"xo": "^0.23.0"
},
"files": [
"src",
"node.js",
"dist/debug.js",
"LICENSE",
"README.md"
],
"homepage": "https://github.com/visionmedia/debug#readme",
"keywords": [
"debug",
"log",
"debugger"
],
"license": "MIT",
"main": "./src/index.js",
"browser": "./src/browser.js",
"unpkg": "./dist/debug.js"
"name": "debug",
"repository": {
"type": "git",
"url": "git://github.com/visionmedia/debug.git"
},
"unpkg": "./dist/debug.js",
"version": "3.2.7"
}
+58 -20
View File
@@ -1,35 +1,73 @@
{
"name": "portfinder",
"description": "A simple tool to find an open port on the current machine",
"version": "1.0.32",
"author": "Charlie Robbins <charlie.robbins@gmail.com>",
"repository": {
"type": "git",
"url": "git@github.com:http-party/node-portfinder.git"
"_args": [
[
"portfinder@1.0.32",
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
]
],
"_development": true,
"_from": "portfinder@1.0.32",
"_id": "portfinder@1.0.32",
"_inBundle": false,
"_integrity": "sha512-on2ZJVVDXRADWE6jnQaX0ioEylzgBpQk8r55NE4wjXW1ZxO+BgDlY6DXwj20i0V8eB4SenDQ00WEaxfiIQPcxg==",
"_location": "/portfinder",
"_phantomChildren": {
"ms": "2.1.2"
},
"keywords": [
"http",
"ports",
"utilities"
],
"files": [
"lib"
"_requested": {
"type": "version",
"registry": true,
"raw": "portfinder@1.0.32",
"name": "portfinder",
"escapedName": "portfinder",
"rawSpec": "1.0.32",
"saveSpec": null,
"fetchSpec": "1.0.32"
},
"_requiredBy": [
"/@vue/cli-service"
],
"_resolved": "https://registry.npmjs.org/portfinder/-/portfinder-1.0.32.tgz",
"_spec": "1.0.32",
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
"author": {
"name": "Charlie Robbins",
"email": "charlie.robbins@gmail.com"
},
"bugs": {
"url": "https://github.com/http-party/node-portfinder/issues"
},
"dependencies": {
"async": "^2.6.4",
"debug": "^3.2.7",
"mkdirp": "^0.5.6"
},
"description": "A simple tool to find an open port on the current machine",
"devDependencies": {
"vows": "^0.8.3"
},
"main": "./lib/portfinder",
"types": "./lib/portfinder.d.ts",
"scripts": {
"test": "vows test/*-test.js --spec"
},
"engines": {
"node": ">= 0.12.0"
},
"license": "MIT"
"files": [
"lib"
],
"homepage": "https://github.com/http-party/node-portfinder#readme",
"keywords": [
"http",
"ports",
"utilities"
],
"license": "MIT",
"main": "./lib/portfinder",
"name": "portfinder",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/http-party/node-portfinder.git"
},
"scripts": {
"test": "vows test/*-test.js --spec"
},
"types": "./lib/portfinder.d.ts",
"version": "1.0.32"
}