视频会议上传文件

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
+56 -25
View File
@@ -1,26 +1,43 @@
{
"name": "async",
"description": "Higher-order functions and common patterns for asynchronous code",
"version": "2.6.4",
"main": "dist/async.js",
"author": "Caolan McMahon",
"homepage": "https://caolan.github.io/async/",
"repository": {
"type": "git",
"url": "https://github.com/caolan/async.git"
"_args": [
[
"async@2.6.4",
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
]
],
"_development": true,
"_from": "async@2.6.4",
"_id": "async@2.6.4",
"_inBundle": false,
"_integrity": "sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==",
"_location": "/async",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "async@2.6.4",
"name": "async",
"escapedName": "async",
"rawSpec": "2.6.4",
"saveSpec": null,
"fetchSpec": "2.6.4"
},
"_requiredBy": [
"/portfinder"
],
"_resolved": "https://registry.npmjs.org/async/-/async-2.6.4.tgz",
"_spec": "2.6.4",
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
"author": {
"name": "Caolan McMahon"
},
"bugs": {
"url": "https://github.com/caolan/async/issues"
},
"keywords": [
"async",
"callback",
"module",
"utility"
],
"dependencies": {
"lodash": "^4.17.14"
},
"description": "Higher-order functions and common patterns for asynchronous code",
"devDependencies": {
"babel-cli": "^6.24.0",
"babel-core": "^6.26.3",
@@ -58,6 +75,28 @@
"uglify-js": "~2.7.3",
"yargs": "^11.0.0"
},
"gh-pages-deploy": {
"staticpath": "docs"
},
"homepage": "https://caolan.github.io/async/",
"keywords": [
"async",
"callback",
"module",
"utility"
],
"license": "MIT",
"main": "dist/async.js",
"name": "async",
"nyc": {
"exclude": [
"mocha_test"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/caolan/async.git"
},
"scripts": {
"coverage": "nyc npm run mocha-node-test -- --grep @nycinvalid --invert",
"coveralls": "npm run coverage && nyc report --reporter=text-lcov | coveralls",
@@ -68,13 +107,5 @@
"mocha-test": "npm run mocha-node-test && npm run mocha-browser-test",
"test": "npm run lint && npm run mocha-node-test"
},
"license": "MIT",
"gh-pages-deploy": {
"staticpath": "docs"
},
"nyc": {
"exclude": [
"mocha_test"
]
}
}
"version": "2.6.4"
}