视频会议上传文件

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
+90 -45
View File
@@ -1,49 +1,47 @@
{
"name": "eslint-webpack-plugin",
"version": "3.2.0",
"description": "A ESLint plugin for webpack",
"license": "MIT",
"repository": "webpack-contrib/eslint-webpack-plugin",
"author": "Ricardo Gobbo de Souza <ricardogobbosouza@yahoo.com.br>",
"homepage": "https://github.com/webpack-contrib/eslint-webpack-plugin",
"bugs": "https://github.com/webpack-contrib/eslint-webpack-plugin/issues",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/webpack"
},
"main": "dist/index.js",
"types": "types/index.d.ts",
"engines": {
"node": ">= 12.13.0"
},
"scripts": {
"start": "npm run build -- -w",
"clean": "del-cli dist types",
"prebuild": "npm run clean",
"build:types": "tsc --declaration --emitDeclarationOnly --outDir types && prettier \"types/**/*.ts\" --write",
"build:code": "cross-env NODE_ENV=production babel src -d dist --copy-files",
"build": "npm-run-all -p \"build:**\"",
"commitlint": "commitlint --from=master",
"security": "npm audit",
"lint:prettier": "prettier -w --list-different .",
"lint:js": "eslint --cache .",
"lint:types": "tsc --pretty --noEmit",
"lint": "npm-run-all -l -p \"lint:**\"",
"test:only": "cross-env NODE_ENV=test jest --testTimeout=60000",
"test:watch": "npm run test:only -- --watch",
"test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",
"pretest": "npm run lint",
"test": "npm run test:coverage",
"prepare": "npm run build",
"release": "standard-version"
},
"files": [
"dist",
"types"
"_args": [
[
"eslint-webpack-plugin@3.2.0",
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
]
],
"peerDependencies": {
"eslint": "^7.0.0 || ^8.0.0",
"webpack": "^5.0.0"
"_development": true,
"_from": "eslint-webpack-plugin@3.2.0",
"_id": "eslint-webpack-plugin@3.2.0",
"_inBundle": false,
"_integrity": "sha512-avrKcGncpPbPSUHX6B3stNGzkKFto3eL+DKM4+VyMrVnhPc3vRczVlCq3uhuFOdRvDHTVXuzwk1ZKUrqDQHQ9w==",
"_location": "/eslint-webpack-plugin",
"_phantomChildren": {
"@types/json-schema": "7.0.15",
"@types/node": "20.9.0",
"ajv-formats": "2.1.1",
"fast-deep-equal": "3.1.3",
"merge-stream": "2.0.0",
"require-from-string": "2.0.2",
"uri-js": "4.4.1"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "eslint-webpack-plugin@3.2.0",
"name": "eslint-webpack-plugin",
"escapedName": "eslint-webpack-plugin",
"rawSpec": "3.2.0",
"saveSpec": null,
"fetchSpec": "3.2.0"
},
"_requiredBy": [
"/@vue/cli-plugin-eslint"
],
"_resolved": "https://registry.npmjs.org/eslint-webpack-plugin/-/eslint-webpack-plugin-3.2.0.tgz",
"_spec": "3.2.0",
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
"author": {
"name": "Ricardo Gobbo de Souza",
"email": "ricardogobbosouza@yahoo.com.br"
},
"bugs": {
"url": "https://github.com/webpack-contrib/eslint-webpack-plugin/issues"
},
"dependencies": {
"@types/eslint": "^7.29.0 || ^8.4.1",
@@ -52,6 +50,7 @@
"normalize-path": "^3.0.0",
"schema-utils": "^4.0.0"
},
"description": "A ESLint plugin for webpack",
"devDependencies": {
"@babel/cli": "^7.17.10",
"@babel/core": "^7.17.10",
@@ -82,11 +81,57 @@
"typescript": "^4.6.4",
"webpack": "^5.72.0"
},
"engines": {
"node": ">= 12.13.0"
},
"files": [
"dist",
"types"
],
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/webpack"
},
"homepage": "https://github.com/webpack-contrib/eslint-webpack-plugin",
"keywords": [
"eslint",
"lint",
"linter",
"plugin",
"webpack"
]
],
"license": "MIT",
"main": "dist/index.js",
"name": "eslint-webpack-plugin",
"peerDependencies": {
"eslint": "^7.0.0 || ^8.0.0",
"webpack": "^5.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/webpack-contrib/eslint-webpack-plugin.git"
},
"scripts": {
"build": "npm-run-all -p \"build:**\"",
"build:code": "cross-env NODE_ENV=production babel src -d dist --copy-files",
"build:types": "tsc --declaration --emitDeclarationOnly --outDir types && prettier \"types/**/*.ts\" --write",
"clean": "del-cli dist types",
"commitlint": "commitlint --from=master",
"lint": "npm-run-all -l -p \"lint:**\"",
"lint:js": "eslint --cache .",
"lint:prettier": "prettier -w --list-different .",
"lint:types": "tsc --pretty --noEmit",
"prebuild": "npm run clean",
"prepare": "npm run build",
"pretest": "npm run lint",
"release": "standard-version",
"security": "npm audit",
"start": "npm run build -- -w",
"test": "npm run test:coverage",
"test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",
"test:only": "cross-env NODE_ENV=test jest --testTimeout=60000",
"test:watch": "npm run test:only -- --watch"
},
"types": "types/index.d.ts",
"version": "3.2.0"
}