麦克风,摄像头,屏幕共享页面
This commit is contained in:
+91
-60
@@ -1,57 +1,52 @@
|
||||
{
|
||||
"name": "http-proxy-middleware",
|
||||
"version": "2.0.6",
|
||||
"description": "The one-liner node.js proxy middleware for connect, express and browser-sync",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"files": [
|
||||
"dist"
|
||||
"_args": [
|
||||
[
|
||||
"http-proxy-middleware@2.0.6",
|
||||
"E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
|
||||
]
|
||||
],
|
||||
"scripts": {
|
||||
"clean": "rm -rf dist && rm -rf coverage",
|
||||
"lint": "yarn prettier && yarn eslint",
|
||||
"lint:fix": "yarn prettier:fix && yarn eslint:fix",
|
||||
"eslint": "eslint '{src,test}/**/*.ts'",
|
||||
"eslint:fix": "yarn eslint --fix",
|
||||
"prettier": "prettier --list-different \"**/*.{js,ts,md,yml,json,html}\"",
|
||||
"prettier:fix": "prettier --write \"**/*.{js,ts,md,yml,json,html}\"",
|
||||
"prebuild": "yarn clean",
|
||||
"build": "tsc",
|
||||
"pretest": "yarn build",
|
||||
"test": "jest",
|
||||
"precoverage": "yarn build",
|
||||
"coverage": "jest --coverage --coverageReporters=lcov",
|
||||
"prepare": "husky install",
|
||||
"prepack": "yarn build && rm dist/tsconfig.tsbuildinfo",
|
||||
"spellcheck": "npx --yes cspell --show-context --show-suggestions '**/*.*'"
|
||||
"_development": true,
|
||||
"_from": "http-proxy-middleware@2.0.6",
|
||||
"_id": "http-proxy-middleware@2.0.6",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-ya/UeJ6HVBYxrgYotAZo1KvPWlgB48kUJLDePFeneHsVujFaW5WNj2NgWCAE//B1Dl02BIfYlpNgBy8Kf8Rjmw==",
|
||||
"_location": "/http-proxy-middleware",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "http-proxy-middleware@2.0.6",
|
||||
"name": "http-proxy-middleware",
|
||||
"escapedName": "http-proxy-middleware",
|
||||
"rawSpec": "2.0.6",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.0.6"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/chimurai/http-proxy-middleware.git"
|
||||
},
|
||||
"keywords": [
|
||||
"reverse",
|
||||
"proxy",
|
||||
"middleware",
|
||||
"http",
|
||||
"https",
|
||||
"connect",
|
||||
"express",
|
||||
"fastify",
|
||||
"polka",
|
||||
"browser-sync",
|
||||
"gulp",
|
||||
"grunt-contrib-connect",
|
||||
"websocket",
|
||||
"ws",
|
||||
"cors"
|
||||
"_requiredBy": [
|
||||
"/webpack-dev-server"
|
||||
],
|
||||
"author": "Steven Chim",
|
||||
"license": "MIT",
|
||||
"_resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-2.0.6.tgz",
|
||||
"_spec": "2.0.6",
|
||||
"_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
|
||||
"author": {
|
||||
"name": "Steven Chim"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/chimurai/http-proxy-middleware/issues"
|
||||
},
|
||||
"homepage": "https://github.com/chimurai/http-proxy-middleware#readme",
|
||||
"commitlint": {
|
||||
"extends": [
|
||||
"@commitlint/config-conventional"
|
||||
]
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/http-proxy": "^1.17.8",
|
||||
"http-proxy": "^1.18.1",
|
||||
"is-glob": "^4.0.1",
|
||||
"is-plain-obj": "^3.0.0",
|
||||
"micromatch": "^4.0.2"
|
||||
},
|
||||
"description": "The one-liner node.js proxy middleware for connect, express and browser-sync",
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "16.2.1",
|
||||
"@commitlint/config-conventional": "16.2.1",
|
||||
@@ -83,13 +78,33 @@
|
||||
"typescript": "4.5.5",
|
||||
"ws": "8.5.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/http-proxy": "^1.17.8",
|
||||
"http-proxy": "^1.18.1",
|
||||
"is-glob": "^4.0.1",
|
||||
"is-plain-obj": "^3.0.0",
|
||||
"micromatch": "^4.0.2"
|
||||
"engines": {
|
||||
"node": ">=12.0.0"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"homepage": "https://github.com/chimurai/http-proxy-middleware#readme",
|
||||
"keywords": [
|
||||
"reverse",
|
||||
"proxy",
|
||||
"middleware",
|
||||
"http",
|
||||
"https",
|
||||
"connect",
|
||||
"express",
|
||||
"fastify",
|
||||
"polka",
|
||||
"browser-sync",
|
||||
"gulp",
|
||||
"grunt-contrib-connect",
|
||||
"websocket",
|
||||
"ws",
|
||||
"cors"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "dist/index.js",
|
||||
"name": "http-proxy-middleware",
|
||||
"peerDependencies": {
|
||||
"@types/express": "^4.17.13"
|
||||
},
|
||||
@@ -98,12 +113,28 @@
|
||||
"optional": true
|
||||
}
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=12.0.0"
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/chimurai/http-proxy-middleware.git"
|
||||
},
|
||||
"commitlint": {
|
||||
"extends": [
|
||||
"@commitlint/config-conventional"
|
||||
]
|
||||
}
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"clean": "rm -rf dist && rm -rf coverage",
|
||||
"coverage": "jest --coverage --coverageReporters=lcov",
|
||||
"eslint": "eslint '{src,test}/**/*.ts'",
|
||||
"eslint:fix": "yarn eslint --fix",
|
||||
"lint": "yarn prettier && yarn eslint",
|
||||
"lint:fix": "yarn prettier:fix && yarn eslint:fix",
|
||||
"prebuild": "yarn clean",
|
||||
"precoverage": "yarn build",
|
||||
"prepack": "yarn build && rm dist/tsconfig.tsbuildinfo",
|
||||
"prepare": "husky install",
|
||||
"pretest": "yarn build",
|
||||
"prettier": "prettier --list-different \"**/*.{js,ts,md,yml,json,html}\"",
|
||||
"prettier:fix": "prettier --write \"**/*.{js,ts,md,yml,json,html}\"",
|
||||
"spellcheck": "npx --yes cspell --show-context --show-suggestions '**/*.*'",
|
||||
"test": "jest"
|
||||
},
|
||||
"types": "dist/index.d.ts",
|
||||
"version": "2.0.6"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user