视频会议上传文件

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
+76 -35
View File
@@ -1,17 +1,67 @@
{
"name": "@jridgewell/trace-mapping",
"version": "0.3.20",
"_args": [
[
"@jridgewell/trace-mapping@0.3.20",
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
]
],
"_development": true,
"_from": "@jridgewell/trace-mapping@0.3.20",
"_id": "@jridgewell/trace-mapping@0.3.20",
"_inBundle": false,
"_integrity": "sha512-R8LcPeWZol2zR8mmH3JeKQ6QRCFb7XgUhV9ZlGhHLGyg4wpPiPZNQOOWhFZhxKw8u//yTbNGI42Bx/3paXEQ+Q==",
"_location": "/@jridgewell/trace-mapping",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@jridgewell/trace-mapping@0.3.20",
"name": "@jridgewell/trace-mapping",
"escapedName": "@jridgewell%2ftrace-mapping",
"scope": "@jridgewell",
"rawSpec": "0.3.20",
"saveSpec": null,
"fetchSpec": "0.3.20"
},
"_requiredBy": [
"/@ampproject/remapping",
"/@babel/generator",
"/@jridgewell/gen-mapping",
"/@jridgewell/source-map",
"/terser-webpack-plugin"
],
"_resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.20.tgz",
"_spec": "0.3.20",
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
"author": {
"name": "Justin Ridgewell",
"email": "justin@ridgewell.name"
},
"bugs": {
"url": "https://github.com/jridgewell/trace-mapping/issues"
},
"dependencies": {
"@jridgewell/resolve-uri": "^3.1.0",
"@jridgewell/sourcemap-codec": "^1.4.14"
},
"description": "Trace the original position through a source map",
"keywords": [
"source",
"map"
],
"main": "dist/trace-mapping.umd.js",
"module": "dist/trace-mapping.mjs",
"types": "dist/types/trace-mapping.d.ts",
"files": [
"dist"
],
"devDependencies": {
"@rollup/plugin-typescript": "8.5.0",
"@typescript-eslint/eslint-plugin": "5.39.0",
"@typescript-eslint/parser": "5.39.0",
"ava": "4.3.3",
"benchmark": "2.1.4",
"c8": "7.12.0",
"esbuild": "0.15.10",
"eslint": "8.25.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-no-only-tests": "3.0.0",
"npm-run-all": "4.1.5",
"prettier": "2.7.1",
"rollup": "2.79.1",
"tsx": "3.10.1",
"typescript": "4.8.4"
},
"exports": {
".": [
{
@@ -24,12 +74,22 @@
],
"./package.json": "./package.json"
},
"author": "Justin Ridgewell <justin@ridgewell.name>",
"files": [
"dist"
],
"homepage": "https://github.com/jridgewell/trace-mapping#readme",
"keywords": [
"source",
"map"
],
"license": "MIT",
"main": "dist/trace-mapping.umd.js",
"module": "dist/trace-mapping.mjs",
"name": "@jridgewell/trace-mapping",
"repository": {
"type": "git",
"url": "git+https://github.com/jridgewell/trace-mapping.git"
},
"license": "MIT",
"scripts": {
"benchmark": "run-s build:rollup benchmark:*",
"benchmark:install": "cd benchmark && npm install",
@@ -51,25 +111,6 @@
"test:only": "c8 ava",
"test:watch": "ava --watch"
},
"devDependencies": {
"@rollup/plugin-typescript": "8.5.0",
"@typescript-eslint/eslint-plugin": "5.39.0",
"@typescript-eslint/parser": "5.39.0",
"ava": "4.3.3",
"benchmark": "2.1.4",
"c8": "7.12.0",
"esbuild": "0.15.10",
"eslint": "8.25.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-no-only-tests": "3.0.0",
"npm-run-all": "4.1.5",
"prettier": "2.7.1",
"rollup": "2.79.1",
"tsx": "3.10.1",
"typescript": "4.8.4"
},
"dependencies": {
"@jridgewell/resolve-uri": "^3.1.0",
"@jridgewell/sourcemap-codec": "^1.4.14"
}
"types": "dist/types/trace-mapping.d.ts",
"version": "0.3.20"
}