视频会议上传文件

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
+43 -6
View File
@@ -1,9 +1,45 @@
{
"_args": [
[
"table@6.8.1",
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
]
],
"_development": true,
"_from": "table@6.8.1",
"_id": "table@6.8.1",
"_inBundle": false,
"_integrity": "sha512-Y4X9zqrCftUhMeH2EptSSERdVKt/nEdijTOacGD/97EKjhQ/Qs8RTlEGABSJNNN8lac9kheH+af7yAkEWlgneA==",
"_location": "/table",
"_phantomChildren": {
"fast-deep-equal": "3.1.3",
"require-from-string": "2.0.2",
"uri-js": "4.4.1"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "table@6.8.1",
"name": "table",
"escapedName": "table",
"rawSpec": "6.8.1",
"saveSpec": null,
"fetchSpec": "6.8.1"
},
"_requiredBy": [
"/eslint"
],
"_resolved": "https://registry.npmjs.org/table/-/table-6.8.1.tgz",
"_spec": "6.8.1",
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
"author": {
"email": "gajus@gajus.com",
"name": "Gajus Kuizinas",
"email": "gajus@gajus.com",
"url": "http://gajus.com"
},
"bugs": {
"url": "https://github.com/gajus/table/issues"
},
"dependencies": {
"ajv": "^8.0.1",
"lodash.truncate": "^4.4.2",
@@ -42,6 +78,10 @@
"engines": {
"node": ">=10.0.0"
},
"files": [
"dist/src/"
],
"homepage": "https://github.com/gajus/table#readme",
"husky": {
"hooks": {
"post-commit": "npm run create-readme && git add README.md && git commit -m 'docs: generate docs' --no-verify",
@@ -57,20 +97,17 @@
],
"license": "BSD-3-Clause",
"main": "./dist/src/index.js",
"files": [
"dist/src/"
],
"name": "table",
"repository": {
"type": "git",
"url": "https://github.com/gajus/table"
"url": "git+https://github.com/gajus/table.git"
},
"scripts": {
"prebuild": "rm -fr ./src/generated && mkdirp ./src/generated",
"build": "npm run create-validators && tsc",
"create-readme": "gitdown ./.README/README.md --output-file ./README.md",
"create-validators": "ajv compile --all-errors --inline-refs=false -s src/schemas/config -s src/schemas/streamConfig -r src/schemas/shared -c ajv-keywords/dist/keywords/typeof -o | js-beautify > ./src/generated/validators.js",
"lint": "eslint ./src ./test",
"prebuild": "rm -fr ./src/generated && mkdirp ./src/generated",
"test": "nyc mocha && nyc check-coverage --lines 95"
},
"version": "6.8.1"