视频会议上传文件

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
+86 -42
View File
@@ -1,47 +1,47 @@
{
"name": "webpack-dev-server",
"version": "4.15.1",
"description": "Serves a webpack app. Updates the browser on changes.",
"bin": "bin/webpack-dev-server.js",
"main": "lib/Server.js",
"types": "types/lib/Server.d.ts",
"author": "Tobias Koppers @sokra",
"bugs": "https://github.com/webpack/webpack-dev-server/issues",
"homepage": "https://github.com/webpack/webpack-dev-server#readme",
"repository": "https://github.com/webpack/webpack-dev-server",
"license": "MIT",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/webpack"
},
"files": [
"bin",
"lib",
"client",
"types"
"_args": [
[
"webpack-dev-server@4.15.1",
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
]
],
"engines": {
"node": ">= 12.13.0"
"_development": true,
"_from": "webpack-dev-server@4.15.1",
"_id": "webpack-dev-server@4.15.1",
"_inBundle": false,
"_integrity": "sha512-5hbAst3h3C3L8w6W4P96L5vaV0PxSmJhxZvWKYIdgxOQm8pNZ5dEOmmSLBVpP85ReeyRt6AS1QJNyo/oFFPeVA==",
"_location": "/webpack-dev-server",
"_phantomChildren": {
"@types/json-schema": "7.0.15",
"ajv-formats": "2.1.1",
"fast-deep-equal": "3.1.3",
"require-from-string": "2.0.2",
"uri-js": "4.4.1"
},
"scripts": {
"fmt:check": "prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different",
"lint:js": "eslint . --cache",
"lint:types": "tsc --pretty --noEmit",
"lint": "npm-run-all -p \"fmt:**\" \"lint:**\"",
"fmt": "npm run fmt:check -- --write",
"fix:js": "npm run lint:js -- --fix",
"fix": "npm-run-all fix:js fmt",
"commitlint": "commitlint --from=master",
"build:client": "rimraf ./client/* && babel client-src/ --out-dir client/ --ignore \"client-src/webpack.config.js\" --ignore \"client-src/modules\" && webpack --config client-src/webpack.config.js",
"build:types": "rimraf ./types/* && tsc --declaration --emitDeclarationOnly --outDir types && node ./scripts/extend-webpack-types.js && prettier \"types/**/*.ts\" --write && prettier \"types/**/*.ts\" --write",
"build": "npm-run-all -p \"build:**\"",
"test:only": "jest",
"test:coverage": "npm run test:only -- --coverage",
"test:watch": "npm run test:coverage --watch",
"test": "npm run test:coverage",
"pretest": "npm run lint",
"prepare": "husky install && npm run build",
"release": "standard-version"
"_requested": {
"type": "version",
"registry": true,
"raw": "webpack-dev-server@4.15.1",
"name": "webpack-dev-server",
"escapedName": "webpack-dev-server",
"rawSpec": "4.15.1",
"saveSpec": null,
"fetchSpec": "4.15.1"
},
"_requiredBy": [
"/@vue/cli-service"
],
"_resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-4.15.1.tgz",
"_spec": "4.15.1",
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
"author": {
"name": "Tobias Koppers @sokra"
},
"bin": {
"webpack-dev-server": "bin/webpack-dev-server.js"
},
"bugs": {
"url": "https://github.com/webpack/webpack-dev-server/issues"
},
"dependencies": {
"@types/bonjour": "^3.5.9",
@@ -75,6 +75,7 @@
"webpack-dev-middleware": "^5.3.1",
"ws": "^8.13.0"
},
"description": "Serves a webpack app. Updates the browser on changes.",
"devDependencies": {
"@babel/cli": "^7.17.3",
"@babel/core": "^7.20.2",
@@ -133,6 +134,23 @@
"webpack-cli": "^4.7.2",
"webpack-merge": "^5.8.0"
},
"engines": {
"node": ">= 12.13.0"
},
"files": [
"bin",
"lib",
"client",
"types"
],
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/webpack"
},
"homepage": "https://github.com/webpack/webpack-dev-server#readme",
"license": "MIT",
"main": "lib/Server.js",
"name": "webpack-dev-server",
"peerDependencies": {
"webpack": "^4.37.0 || ^5.0.0"
},
@@ -143,5 +161,31 @@
"webpack": {
"optional": true
}
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/webpack/webpack-dev-server.git"
},
"scripts": {
"build": "npm-run-all -p \"build:**\"",
"build:client": "rimraf ./client/* && babel client-src/ --out-dir client/ --ignore \"client-src/webpack.config.js\" --ignore \"client-src/modules\" && webpack --config client-src/webpack.config.js",
"build:types": "rimraf ./types/* && tsc --declaration --emitDeclarationOnly --outDir types && node ./scripts/extend-webpack-types.js && prettier \"types/**/*.ts\" --write && prettier \"types/**/*.ts\" --write",
"commitlint": "commitlint --from=master",
"fix": "npm-run-all fix:js fmt",
"fix:js": "npm run lint:js -- --fix",
"fmt": "npm run fmt:check -- --write",
"fmt:check": "prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different",
"lint": "npm-run-all -p \"fmt:**\" \"lint:**\"",
"lint:js": "eslint . --cache",
"lint:types": "tsc --pretty --noEmit",
"prepare": "husky install && npm run build",
"pretest": "npm run lint",
"release": "standard-version",
"test": "npm run test:coverage",
"test:coverage": "npm run test:only -- --coverage",
"test:only": "jest",
"test:watch": "npm run test:coverage --watch"
},
"types": "types/lib/Server.d.ts",
"version": "4.15.1"
}