视频会议上传文件

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
+47 -14
View File
@@ -1,19 +1,40 @@
{
"name": "neo-async",
"version": "2.6.2",
"description": "Neo-Async is a drop-in replacement for Async, it almost fully covers its functionality and runs faster ",
"main": "async.js",
"license": "MIT",
"keywords": [
"async",
"util"
"_args": [
[
"neo-async@2.6.2",
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
]
],
"repository": {
"type": "git",
"url": "git@github.com:suguru03/neo-async.git"
"_development": true,
"_from": "neo-async@2.6.2",
"_id": "neo-async@2.6.2",
"_inBundle": false,
"_integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==",
"_location": "/neo-async",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "neo-async@2.6.2",
"name": "neo-async",
"escapedName": "neo-async",
"rawSpec": "2.6.2",
"saveSpec": null,
"fetchSpec": "2.6.2"
},
"_requiredBy": [
"/thread-loader",
"/webpack"
],
"_resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz",
"_spec": "2.6.2",
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
"browser": "async.min.js",
"bugs": {
"url": "https://github.com/suguru03/neo-async/issues"
},
"homepage": "https://github.com/suguru03/neo-async",
"dependencies": {},
"description": "Neo-Async is a drop-in replacement for Async, it almost fully covers its functionality and runs faster ",
"devDependencies": {
"aigle": "^1.14.0",
"async": "^2.6.0",
@@ -43,15 +64,27 @@
"prettier": "^1.15.2",
"require-dir": "^0.3.0"
},
"homepage": "https://github.com/suguru03/neo-async",
"keywords": [
"async",
"util"
],
"license": "MIT",
"lint-staged": {
"*.{js,ts}": [
"prettier --write",
"git add"
]
},
"main": "async.js",
"name": "neo-async",
"prettier": {
"printWidth": 100,
"singleQuote": true
},
"browser": "async.min.js"
}
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/suguru03/neo-async.git"
},
"version": "2.6.2"
}