视频会议上传文件

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 -16
View File
@@ -1,25 +1,56 @@
{
"name": "dotenv-expand",
"version": "5.1.0",
"description": "Expand environment variables using dotenv",
"main": "lib/main.js",
"scripts": {
"test": "lab test/* --coverage",
"posttest": "npm run lint",
"lint": "standard"
},
"keywords": [
"dotenv",
"expand",
"variables"
"_args": [
[
"dotenv-expand@5.1.0",
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
]
],
"author": "motdotla",
"license": "BSD-2-Clause",
"_development": true,
"_from": "dotenv-expand@5.1.0",
"_id": "dotenv-expand@5.1.0",
"_inBundle": false,
"_integrity": "sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA==",
"_location": "/dotenv-expand",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "dotenv-expand@5.1.0",
"name": "dotenv-expand",
"escapedName": "dotenv-expand",
"rawSpec": "5.1.0",
"saveSpec": null,
"fetchSpec": "5.1.0"
},
"_requiredBy": [
"/@vue/cli-service"
],
"_resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-5.1.0.tgz",
"_spec": "5.1.0",
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
"author": {
"name": "motdotla"
},
"description": "Expand environment variables using dotenv",
"devDependencies": {
"dotenv": "^4.0.0",
"lab": "^13.0.1",
"should": "^11.2.1",
"standard": "^9.0.2"
},
"types": "./index.d.ts"
"keywords": [
"dotenv",
"expand",
"variables"
],
"license": "BSD-2-Clause",
"main": "lib/main.js",
"name": "dotenv-expand",
"scripts": {
"lint": "standard",
"posttest": "npm run lint",
"test": "lab test/* --coverage"
},
"types": "./index.d.ts",
"version": "5.1.0"
}